com.croftsoft.apps.mars.model
Interface Model

All Superinterfaces:
ModelAccessor
All Known Subinterfaces:
AmmoDump, Bullet, Damageable, Impassable, Obstacle, Tank
All Known Implementing Classes:
SeriAmmoDump, SeriBullet, SeriModel, SeriObstacle, SeriTank

public interface Model
extends ModelAccessor

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

Since:
2003-03-30
Version:
2003-04-14
Author:
David Wallace Croft

Method Summary
 void prepare()
           
 void setCenter(double x, double y)
           
 void update(double timeDelta)
           
 
Methods inherited from interface com.croftsoft.apps.mars.model.ModelAccessor
getShape, getZ, isActive, isUpdated
 

Method Detail

setCenter

void setCenter(double x,
               double y)

prepare

void prepare()

update

void update(double timeDelta)

CroftSoft Javadoc

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