SplineSet
public abstract class SplineSet
This engine allows manipulation of attributes by Curves
Summary
Nested types |
|---|
public class SplineSet.CustomSet extends SplineSet |
public class SplineSet.CustomSpline extends SplineSet |
Protected fields |
|
|---|---|
CurveFit |
|
int[] |
|
float[] |
Public constructors |
|---|
Public methods |
|
|---|---|
float |
get(float t) |
CurveFit |
|
float |
getSlope(float t) |
static SplineSet |
makeCustomSpline(String str, KeyFrameArray.CustomArray attrList) |
static SplineSet |
makeCustomSplineSet(String str, KeyFrameArray.CustomVar attrList) |
static SplineSet |
makeSpline(String str, long currentTime) |
void |
setPoint(int position, float value) |
void |
setProperty(TypedValues widget, float t) |
void |
|
void |
setup(int curveType) |
String |
toString() |
Protected fields
Public constructors
Public methods
makeCustomSpline
Added in 1.1.1
public static SplineSet makeCustomSpline(String str, KeyFrameArray.CustomArray attrList)
makeCustomSplineSet
Added in 1.1.1
public static SplineSet makeCustomSplineSet(String str, KeyFrameArray.CustomVar attrList)