com.croftsoft.core.animation.model
Interface Model

All Superinterfaces:
Comparable, ModelAccessor
All Known Subinterfaces:
Impassable
All Known Implementing Classes:
SeriModel

public interface Model
extends ModelAccessor

The base interface for the model of a game world entity.

Since:
2003-03-30
Version:
2003-06-05
Author:
David Wallace Croft

Method Summary
 void prepare()
           
 void setCenter(double x, double y)
           
 void update(double timeDelta)
           
 
Methods inherited from interface com.croftsoft.core.animation.model.ModelAccessor
getCenterX, getCenterY, getModelId, getShape, getZ, isActive, isUpdated
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

setCenter

void setCenter(double x,
               double y)

prepare

void prepare()

update

void update(double timeDelta)

CroftSoft Javadoc

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