com.croftsoft.apps.mars.model.seri
Class SeriModel

java.lang.Object
  extended by com.croftsoft.apps.mars.model.seri.SeriModel
All Implemented Interfaces:
Model, ModelAccessor, Serializable, Comparable
Direct Known Subclasses:
SeriAmmoDump, SeriBullet, SeriObstacle, SeriTank

public abstract class SeriModel
extends Object
implements Comparable, Model, Serializable

The base abstract class for a game world object Model.

Since:
2003-03-30
Version:
2003-04-16
See Also:
Serialized Form
Author:
David Wallace Croft

Constructor Summary
SeriModel()
           
 
Method Summary
 int compareTo(Object other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.croftsoft.apps.mars.model.Model
prepare, setCenter, update
 
Methods inherited from interface com.croftsoft.apps.mars.model.ModelAccessor
getShape, getZ, isActive, isUpdated
 

Constructor Detail

SeriModel

public SeriModel()
Method Detail

compareTo

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

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)