Package org.deken.game.motion

The motion package contains classes for controlling the motion of a game piece.

See:
          Description

Interface Summary
Motion Title: Motion
 

Class Summary
BaseMotion Title: BaseMotion
CardinalMotion Title: CardinalMotion
FourWayMotion Title: FourWayMotion
SingleMotion Title: SingleMotion
StaticMotion Title: StaticMotion
TwoWayMotion Title: TwoWayMotion
 

Package org.deken.game.motion Description

The motion package contains classes for controlling the motion of a game piece. The Motion interface is the heart of this package. By implementing this interface, you have access to setting the Animation interface that will run the strip to give the Actor class, the appearance that it is moving, but will not move the game piece.

Package Specification

Related Documentation