CSE115.BouncyShapes
Interface BehaviorSelector


public interface BehaviorSelector

Methods called auto-magically when the user clicks an option from the behavior menu of Applet. Created: Sat Mar 09 14:11:12 2002

Author:
Phil Ventura

Method Summary
 void acceleratingDeselected()
          The accelerating radio button was deselected.
 void acceleratingSelected()
          The accelerating radio button was selected.
 void breathingDeselected()
          The breathing radio button was deselected.
 void breathingSelected()
          The breathing radio button was selected.
 void colorChangingDeselected()
          The colorChanging radio button was deselected.
 void colorChangingSelected()
          The colorChanging radio button was selected.
 void rotatingDeselected()
          The rotating radio button was deselected.
 void rotatingSelected()
          The rotating radio button was selected.
 

Method Detail

acceleratingSelected

public void acceleratingSelected()
The accelerating radio button was selected.


acceleratingDeselected

public void acceleratingDeselected()
The accelerating radio button was deselected.


breathingSelected

public void breathingSelected()
The breathing radio button was selected.


breathingDeselected

public void breathingDeselected()
The breathing radio button was deselected.


colorChangingSelected

public void colorChangingSelected()
The colorChanging radio button was selected.


colorChangingDeselected

public void colorChangingDeselected()
The colorChanging radio button was deselected.


rotatingSelected

public void rotatingSelected()
The rotating radio button was selected.


rotatingDeselected

public void rotatingDeselected()
The rotating radio button was deselected.