com.croftsoft.apps.mars.model
Interface Bullet

All Superinterfaces:
BulletAccessor, Model, ModelAccessor
All Known Implementing Classes:
SeriBullet

public interface Bullet
extends Model, BulletAccessor

A bullet.

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

Method Summary
 void fire(double originX, double originY, double heading)
           
 
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
 

Method Detail

fire

void fire(double originX,
          double originY,
          double heading)

CroftSoft Javadoc

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