Uses of Interface
com.jpemartin.jgt.MoveControl

Uses of MoveControl in com.jpemartin.jgt
 

Classes in com.jpemartin.jgt that implement MoveControl
 class MoveCombiner
          Combines the movement from several MoveControls.
 class MoveHorizontalWave
          move horizontally following a cosine wave.
 class MoveKeyboardAccel
          Moves in the direction of the arrow you push; if you hold it down you'll move faster if you touch nothing, you slow to a stop,
 class MoveLeftRight
           
 class MoveNot
          a "no-op" MoveControl class: it does nothing, so you don't move.
 class MoveOffset
          The object will follow another object with a given (x,y) offset.
 class MoveStraight
          A MoveControl that moves in a straight line
 class MoveTail
          The object will follow ("tail") another object with a given time delay.
 class MoveVertical
           
 class MoveVerticalWave
          move vertically following a sine wave.
 

Constructors in com.jpemartin.jgt with parameters of type MoveControl
MoveCombiner(MoveControl... moveControls)
          pass as many MoveControl as you want to the ctor