com.croftsoft.core.animation.model.seri
Class SeriModel

java.lang.Object
  extended by com.croftsoft.core.animation.model.seri.SeriModel
All Implemented Interfaces:
Model, ModelAccessor, Serializable, Comparable

public abstract class SeriModel
extends Object
implements Model, Serializable

The base abstract class for a game world object Model.

Since:
2003-03-30
Version:
2003-06-07
See Also:
Serialized Form
Author:
David Wallace Croft

Field Summary
protected  ModelId modelId
           
 
Constructor Summary
SeriModel(ModelId modelId)
           
 
Method Summary
 int compareTo(Object other)
           
 ModelId getModelId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.croftsoft.core.animation.model.Model
prepare, setCenter, update
 
Methods inherited from interface com.croftsoft.core.animation.model.ModelAccessor
getCenterX, getCenterY, getShape, getZ, isActive, isUpdated
 

Field Detail

modelId

protected final ModelId modelId
Constructor Detail

SeriModel

public SeriModel(ModelId modelId)
Method Detail

getModelId

public ModelId getModelId()
Specified by:
getModelId in interface ModelAccessor

compareTo

public int compareTo(Object other)
Specified by:
compareTo in interface Comparable

CroftSoft Javadoc

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