Class ScriptInterpolator<IN extends AbstractKeyframe<OUT>,OUT>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<Float,IN>
com.ticxo.modelengine.api.animation.interpolator.KeyframeInterpolator<IN,OUT>
com.ticxo.modelengine.api.animation.interpolator.ScriptInterpolator<IN,OUT>
- All Implemented Interfaces:
Serializable,Cloneable,Map<Float,,IN> NavigableMap<Float,,IN> SortedMap<Float,IN>
public class ScriptInterpolator<IN extends AbstractKeyframe<OUT>,OUT>
extends KeyframeInterpolator<IN,OUT>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ticxo.modelengine.api.animation.interpolator.KeyframeInterpolator
KeyframeInterpolator.Context<IN extends AbstractKeyframe<OUT>,OUT>, KeyframeInterpolator.Interpolation<IN extends AbstractKeyframe<OUT>, OUT> Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields inherited from class com.ticxo.modelengine.api.animation.interpolator.KeyframeInterpolator
defaultValue, interpolateFunc -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ticxo.modelengine.api.animation.interpolator.KeyframeInterpolator
getHigherKey, getLowerKey, setDefaultValue, setInterpolateFuncMethods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
-
Constructor Details
-
ScriptInterpolator
-
-
Method Details
-
interpolate
- Overrides:
interpolatein classKeyframeInterpolator<IN extends AbstractKeyframe<OUT>,OUT>
-