com.croftsoft.apps.road.model
Interface Car

All Superinterfaces:
Comparable, Model, ModelAccessor
All Known Implementing Classes:
SeriCar

public interface Car
extends Model

Roadrunner car.

Since:
2003-11-09
Version:
2003-11-09
Author:
David Wallace Croft

Method Summary
 void setDestinationPoint(Point destinationPoint)
           
 
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, getModelId, getShape, getZ, isActive, isUpdated
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

setDestinationPoint

void setDestinationPoint(Point destinationPoint)

CroftSoft Javadoc

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