public static class TimeCycleSplineSet.CustomVarSet extends TimeCycleSplineSet
TimeCycleSplineSet.CustomSet, TimeCycleSplineSet.CustomVarSet, TimeCycleSplineSet.Sortcount, CURVE_OFFSET, CURVE_PERIOD, CURVE_VALUE, last_cycle, last_time, mContinue, mCurveFit, mTimePoints, mType, mValues, mWaveShape, VAL_2PI| Constructor and Description |
|---|
CustomVarSet(java.lang.String attribute,
KeyFrameArray.CustomVar attrList) |
| Modifier and Type | Method and Description |
|---|---|
void |
setPoint(int position,
CustomVariable value,
float period,
int shape,
float offset) |
void |
setPoint(int position,
float value,
float period,
int shape,
float offset) |
boolean |
setProperty(MotionWidget view,
float t,
long time,
KeyCache cache) |
void |
setup(int curveType) |
calcWave, getCurveFit, setStartTime, setType, toStringpublic CustomVarSet(java.lang.String attribute,
KeyFrameArray.CustomVar attrList)
public void setup(int curveType)
setup in class TimeCycleSplineSetpublic void setPoint(int position,
float value,
float period,
int shape,
float offset)
setPoint in class TimeCycleSplineSetpublic void setPoint(int position,
CustomVariable value,
float period,
int shape,
float offset)
public boolean setProperty(MotionWidget view, float t, long time, KeyCache cache)