Interface AnimatableValue<K,A>
-
- All Known Implementing Classes:
AnimatableColorValue,AnimatableFloatValue,AnimatableGradientColorValue,AnimatableIntegerValue,AnimatablePathValue,AnimatablePointValue,AnimatableScaleValue,AnimatableShapeValue,AnimatableSplitDimensionPathValue,AnimatableTextFrame
public interface AnimatableValue<K,A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseKeyframeAnimation<K,A>createAnimation()List<Keyframe<K>>getKeyframes()booleanisStatic()
-