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

Packages that use ModelAccessor
com.croftsoft.core.animation.animator ComponentAnimator implementations for Swing-based animation. 
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 ModelAccessor in com.croftsoft.core.animation.animator
 

Fields in com.croftsoft.core.animation.animator declared as ModelAccessor
protected  ModelAccessor ModelAnimator.modelAccessor
           
 

Methods in com.croftsoft.core.animation.animator with parameters of type ModelAccessor
protected  ComponentAnimator WorldAnimator.createComponentAnimator(ModelAccessor modelAccessor)
           
protected  ComponentAnimator WorldAnimator.getComponentAnimator(ModelAccessor modelAccessor)
           
 

Constructors in com.croftsoft.core.animation.animator with parameters of type ModelAccessor
ModelAnimator(ModelAccessor modelAccessor)
           
ModelAnimator(ModelAccessor modelAccessor, Color color)
           
 

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

Subinterfaces of ModelAccessor in com.croftsoft.core.animation.model
 interface Impassable
          An interface for Models that block movement.
 interface Model
          The base interface for the model of a game world entity.
 

Methods in com.croftsoft.core.animation.model that return ModelAccessor
 ModelAccessor[] WorldAccessor.getModelAccessors(ModelAccessor[] modelAccessors)
          Gets all ModelAccessors, active and inactive.
 

Methods in com.croftsoft.core.animation.model with parameters of type ModelAccessor
 ModelAccessor[] WorldAccessor.getModelAccessors(ModelAccessor[] modelAccessors)
          Gets all ModelAccessors, active and inactive.
 

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

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

Methods in com.croftsoft.core.animation.model.seri that return ModelAccessor
 ModelAccessor[] SeriWorld.getModelAccessors(ModelAccessor[] modelAccessors)
           
 ModelAccessor[] SeriWorld.getModelAccessors(Shape shape, ModelAccessor[] modelAccessors)
           
 

Methods in com.croftsoft.core.animation.model.seri with parameters of type ModelAccessor
 ModelAccessor[] SeriWorld.getModelAccessors(ModelAccessor[] modelAccessors)
           
 ModelAccessor[] SeriWorld.getModelAccessors(Shape shape, ModelAccessor[] modelAccessors)
           
 


CroftSoft Javadoc

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