CSE115.Snowman
Class SnowflakeFallingBehavior

java.lang.Object
  extended byNGP.Timer
      extended byCSE115.Snowman.SnowflakeFallingBehavior
All Implemented Interfaces:
ActionListener, EventListener

public class SnowflakeFallingBehavior
extends Timer

Causes a snowflake to fall and blow in the wind.

Author:
Phil Ventura

Constructor Summary
SnowflakeFallingBehavior(CSE115.Snowman.SnowflakeShape snowflake)
           
 
Method Summary
 void activate()
           
 
Methods inherited from class NGP.Timer
actionPerformed, getDelay, setDelay, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnowflakeFallingBehavior

public SnowflakeFallingBehavior(CSE115.Snowman.SnowflakeShape snowflake)
Method Detail

activate

public void activate()