shout3d.core
Class ColorInterpolator

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.Interpolator
              |
              +--shout3d.core.KeyframeInterpolator
                    |
                    +--shout3d.core.PositionInterpolator
                          |
                          +--shout3d.core.ColorInterpolator

public class ColorInterpolator
extends PositionInterpolator

A ColorInterpolator


Fields inherited from class shout3d.core.PositionInterpolator
keyValue, value
 
Fields inherited from class shout3d.core.KeyframeInterpolator
key, timeScale
 
Fields inherited from class shout3d.core.Interpolator
fraction
 
Constructor Summary
ColorInterpolator()
           
 
Methods inherited from class shout3d.core.PositionInterpolator
update
 
Methods inherited from class shout3d.core.KeyframeInterpolator
getKeyIndexBeforeOrAt, getRampedKey
 
Methods inherited from class shout3d.core.Interpolator
onFieldChange
 
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
 

Constructor Detail

ColorInterpolator

public ColorInterpolator()