CSE115.ShapeWorld
Class RotateBehavior

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

public class RotateBehavior
extends Behavior

RotateBehavior.java Created: Tue Feb 1 20:34:54 2005

Version:
Author:

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

Constructor Detail

RotateBehavior

public RotateBehavior()
Method Detail

perform

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