public interface Moveable
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Point2D |
getAcceleration() |
java.awt.geom.Point2D |
getLocation()
Implementations should take care that simulation events and state changes
are not fired by this method.
|
java.awt.geom.Point2D |
getVelocity() |
java.awt.geom.Point2D getLocation()
java.awt.geom.Point2D getVelocity()
java.awt.geom.Point2D getAcceleration()