shout3d.core
Class Toggle

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.Toggle

public class Toggle
extends Node
implements FieldObserver


Field Summary
 DoubleField falseTime
           
 DoubleField toggleTime
           
 BooleanField toggleValue
           
 DoubleField trueTime
           
 
Constructor Summary
Toggle()
           
 
Method Summary
 void onFieldChange(Field f, java.lang.Object userData)
           
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toggleTime

public final DoubleField toggleTime

trueTime

public final DoubleField trueTime

falseTime

public final DoubleField falseTime

toggleValue

public final BooleanField toggleValue
Constructor Detail

Toggle

public Toggle()
Method Detail

onFieldChange

public void onFieldChange(Field f,
                          java.lang.Object userData)
Specified by:
onFieldChange in interface FieldObserver