public static class TimeCycleSplineSet.CustomSet 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 |
|---|
CustomSet(java.lang.String attribute,
KeyFrameArray.CustomArray attrList) |
| Modifier and Type | Method and Description |
|---|---|
void |
setPoint(int position,
CustomAttribute 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 CustomSet(java.lang.String attribute,
KeyFrameArray.CustomArray 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,
CustomAttribute value,
float period,
int shape,
float offset)
public boolean setProperty(MotionWidget view, float t, long time, KeyCache cache)