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

Packages that use ModelId
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 ModelId in com.croftsoft.core.animation.model
 

Methods in com.croftsoft.core.animation.model that return ModelId
 ModelId ModelAccessor.getModelId()
           
 

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

Classes in com.croftsoft.core.animation.model.seri that implement ModelId
 class SeriModelId
          A Serializable ModelId.
 

Fields in com.croftsoft.core.animation.model.seri declared as ModelId
protected  ModelId SeriModel.modelId
           
 

Methods in com.croftsoft.core.animation.model.seri that return ModelId
 ModelId SeriModel.getModelId()
           
 

Constructors in com.croftsoft.core.animation.model.seri with parameters of type ModelId
SeriModel(ModelId modelId)
           
 


CroftSoft Javadoc

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