com.jpemartin.jgt
Class MoveVertical

java.lang.Object
  extended by com.jpemartin.jgt.MoveVertical
All Implemented Interfaces:
MoveControl

public class MoveVertical
extends java.lang.Object
implements MoveControl


Constructor Summary
MoveVertical(int verticalSpeed)
          positive speed increases y (i.e.
 
Method Summary
 void move(java.awt.Rectangle me)
          move "moved" by one step
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveVertical

public MoveVertical(int verticalSpeed)
positive speed increases y (i.e. goes down)

Method Detail

move

public void move(java.awt.Rectangle me)
Description copied from interface: MoveControl
move "moved" by one step

Specified by:
move in interface MoveControl