com.croftsoft.core.animation.model
Interface ModelAccessor

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

public interface ModelAccessor
extends Comparable

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

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

Method Summary
 double getCenterX()
           
 double getCenterY()
           
 ModelId getModelId()
           
 Shape getShape()
           
 double getZ()
           
 boolean isActive()
           
 boolean isUpdated()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isActive

boolean isActive()

getCenterX

double getCenterX()

getCenterY

double getCenterY()

getModelId

ModelId getModelId()

getShape

Shape getShape()

isUpdated

boolean isUpdated()

getZ

double getZ()

CroftSoft Javadoc

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