com.rubecula.darwin.examples.pepperedmoth
Class OptionsController_PepperedMoth

java.lang.Object
  extended by com.rubecula.darwin.visualization.swing.OptionsController_
      extended by com.rubecula.darwin.examples.pepperedmoth.OptionsController_PepperedMoth
All Implemented Interfaces:
ControlAction

public final class OptionsController_PepperedMoth
extends OptionsController_

Author:
Robin Hillyard TEST class by unit tests (it works for Applet)

Field Summary
 
Fields inherited from class com.rubecula.darwin.visualization.swing.OptionsController_
LOG
 
Fields inherited from interface com.rubecula.darwin.visualization.ControlAction
NEXT, QUIT, START, STOP, TIME_DELAY
 
Constructor Summary
OptionsController_PepperedMoth(Interacter interacter)
           
 
Method Summary
 void setProperty(java.lang.String name, java.lang.Object value)
          Method to set a property with given name and value.
 void setState(java.lang.String state)
          Method to set a state.
 
Methods inherited from class com.rubecula.darwin.visualization.swing.OptionsController_
getInteracter, settable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsController_PepperedMoth

public OptionsController_PepperedMoth(Interacter interacter)
Parameters:
interacter -
Method Detail

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws VisualizationException
Description copied from interface: ControlAction
Method to set a property with given name and value.

Throws:
VisualizationException - XXX
See Also:
ControlAction.setProperty(java.lang.String, java.lang.Object)

setState

public void setState(java.lang.String state)
              throws VisualizationException
Description copied from interface: ControlAction
Method to set a state.

Throws:
VisualizationException - XXX
See Also:
ControlAction.setState(java.lang.String)


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.