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()java.util.List<Keyframe<K>>getKeyframes()booleanisStatic()
-
-
-
Method Detail
-
isStatic
boolean isStatic()
-
createAnimation
BaseKeyframeAnimation<K,A> createAnimation()
-
-