|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--shout3d.core.Node | +--shout3d.core.Interpolator | +--shout3d.core.KeyframeInterpolator | +--shout3d.core.DoubleStepInterp
A DoubleStepInterp
Field Summary | |
DoubleArrayField |
keyValue
|
DoubleField |
value
|
Fields inherited from class shout3d.core.KeyframeInterpolator |
key,
timeScale |
Fields inherited from class shout3d.core.Interpolator |
fraction |
Constructor Summary | |
DoubleStepInterp()
Constructs a default DoubleStepInterp |
Method Summary | |
void |
update()
Call this to update the value field's value based on the time in the current value of the fraction field). |
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 |
Field Detail |
public final DoubleArrayField keyValue
public final DoubleField value
Constructor Detail |
public DoubleStepInterp()
Method Detail |
public void update()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |