com.jpemartin.jgt
Interface MoveControl

All Known Implementing Classes:
MoveCombiner, MoveHorizontalWave, MoveKeyboardAccel, MoveLeftRight, MoveNot, MoveOffset, MoveStraight, MoveTail, MoveVertical, MoveVerticalWave

public interface MoveControl

Objects that implement this interface are designed to move something, possibly based on keyboard input.

See Also:
MoveKeyboardAccel, MoveLeftRight

Method Summary
 void move(java.awt.Rectangle moved)
          move "moved" by one step
 

Method Detail

move

void move(java.awt.Rectangle moved)
move "moved" by one step