com.jpemartin.jgt
Class MoveNot

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

public class MoveNot
extends java.lang.Object
implements MoveControl

a "no-op" MoveControl class: it does nothing, so you don't move.


Constructor Summary
MoveNot()
           
 
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

MoveNot

public MoveNot()
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