|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tracker
provides a mechanism for altering the size, location, orientation and other aspects of a Sprite between each frame
| Method Summary | |
|---|---|
void |
advanceTime(double time)
called every time time is advanced. |
java.awt.geom.Point2D.Double |
getLocation()
determines the absolute location (i.e. |
double |
getRotationAddition()
determines the relative rotation. |
double |
getScaleFactor()
determines the relative scaling factor. |
| Method Detail |
|---|
java.awt.geom.Point2D.Double getLocation()
double getScaleFactor()
double getRotationAddition()
void advanceTime(double time)
time - the time in seconds since
the last frame
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||