CSE115.ShapeWorld
Class PulseBehavior

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

public class PulseBehavior
extends Behavior

PulseBehavior.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
PulseBehavior()
           
 
Method Summary
 void perform(Shape s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PulseBehavior

public PulseBehavior()
Method Detail

perform

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