CSE115.ShapeWorld
Class MoveBehavior

java.lang.Object
  extended by CSE115.ShapeWorld.Behavior
      extended by CSE115.ShapeWorld.MoveBehavior

public class MoveBehavior
extends Behavior

MoveBehavior.java Created: Tue Sep 14 20:34:54 2004

Version:
Author:

Field Summary
 
Fields inherited from class CSE115.ShapeWorld.Behavior
MOVE, PULSE, ROTATE
 
Constructor Summary
MoveBehavior()
           
MoveBehavior(int dx, int dy)
           
 
Method Summary
 void perform(Shape s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveBehavior

public MoveBehavior()

MoveBehavior

public MoveBehavior(int dx,
                    int dy)
Method Detail

perform

public void perform(Shape s)
Specified by:
perform in class Behavior