Overview
Profile: common
Attribute Summary
name | type | description |
---|---|---|
Public | ||
DISCRETE | Interpolator |
More: [+]
Profile: common |
EASEBOTH | Interpolator |
More: [+]
Profile: common |
EASEIN | Interpolator |
More: [+]
Profile: common |
EASEOUT | Interpolator |
More: [+]
Profile: common |
LINEAR | Interpolator |
More: [+]
Profile: common |
Protected |
Inherited Attributes
Function Summary
- public abstract interpolate(startValue: java.lang.Object, endValue: java.lang.Object, fraction: Number) : java.lang.Object
-
More: [+]
-
Parameters
- startValue
- endValue
- fraction
-
Returns
- Object
Profile: common
- public static SPLINE(x1: Number, y1: Number, x2: Number, y2: Number) : Interpolator
-
More: [+]
-
Parameters
- x1
- y1
- x2
- y2
-
Returns
- Interpolator
Profile: common