shout3d.core
Class TCBScalarInterpolator

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.Interpolator
              |
              +--shout3d.core.KeyframeInterpolator
                    |
                    +--shout3d.core.TCBInterpolator
                          |
                          +--shout3d.core.TCBBaseInterpolator
                                |
                                +--shout3d.core.TCBScalarInterpolator

public class TCBScalarInterpolator
extends TCBBaseInterpolator

A TCBScalarInterpolator


Field Summary
 FloatField value
           
 
Fields inherited from class shout3d.core.TCBBaseInterpolator
keyValue, size
 
Fields inherited from class shout3d.core.KeyframeInterpolator
key, timeScale
 
Fields inherited from class shout3d.core.Interpolator
fraction
 
Constructor Summary
TCBScalarInterpolator()
          Constructs a default TCBScalarInterpolator
 
Methods inherited from class shout3d.core.TCBBaseInterpolator
onFieldChange, update
 
Methods inherited from class shout3d.core.KeyframeInterpolator
getKeyIndexBeforeOrAt, getRampedKey
 
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

value

public final FloatField value
Constructor Detail

TCBScalarInterpolator

public TCBScalarInterpolator()
Constructs a default TCBScalarInterpolator