Uses of Interface
com.croftsoft.core.animation.model.Model

Packages that use Model
com.croftsoft.core.animation.model The base interface for the model of a game world entity. 
com.croftsoft.core.animation.model.seri Serializable implementations of Model classes. 
 

Uses of Model in com.croftsoft.core.animation.model
 

Subinterfaces of Model in com.croftsoft.core.animation.model
 interface Impassable
          An interface for Models that block movement.
 

Methods in com.croftsoft.core.animation.model that return Model
 Model World.getModel(PointXY pointXY, Class[] classes, Model model)
          Gets an active Model that contains the point.
 Model[] World.getModels()
           
 

Methods in com.croftsoft.core.animation.model with parameters of type Model
 Model World.getModel(PointXY pointXY, Class[] classes, Model model)
          Gets an active Model that contains the point.
 boolean World.isBlocked(Model model)
          Determines whether an active Impassable overlaps the model shape.
 boolean World.isBlocked(Shape shape, Model model)
          Determines whether an active Impassable overlaps the shape.
 void World.remove(Model model)
           
 

Uses of Model in com.croftsoft.core.animation.model.seri
 

Classes in com.croftsoft.core.animation.model.seri that implement Model
 class SeriModel
          The base abstract class for a game world object Model.
 

Methods in com.croftsoft.core.animation.model.seri that return Model
 Model SeriWorld.getModel(PointXY pointXY, Class[] classes, Model model)
           
 Model SeriWorld.getModelClosest(PointXY pointXY, Class c, Model model)
           
 Model[] SeriWorld.getModels()
           
 Model[] SeriWorld.getModels(Class c)
           
 Model[] SeriWorld.getModels(PointXY pointXY, Model[] models, Class c)
           
 Model[] SeriWorld.getModels(Shape shape, Model[] models, Class c)
           
 

Methods in com.croftsoft.core.animation.model.seri with parameters of type Model
 Iterator SeriWorld.getImpassables(Shape shape, Model model)
           
 Model SeriWorld.getModel(PointXY pointXY, Class[] classes, Model model)
           
 Model SeriWorld.getModelClosest(PointXY pointXY, Class c, Model model)
           
 Model[] SeriWorld.getModels(PointXY pointXY, Model[] models, Class c)
           
 Model[] SeriWorld.getModels(Shape shape, Model[] models, Class c)
           
 boolean SeriWorld.isBlocked(Model model)
           
 boolean SeriWorld.isBlocked(Shape shape, Model model)
           
 void SeriWorld.remove(Model model)
           
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)