-
- All Implemented Interfaces:
-
com.airbnb.lottie.model.animatable.AnimatableValue
public class AnimatableSplitDimensionPathValue implements AnimatableValue<PointF, PointF>
-
-
Constructor Summary
Constructors Constructor Description AnimatableSplitDimensionPathValue(AnimatableFloatValue animatableXDimension, AnimatableFloatValue animatableYDimension)
-
Method Summary
Modifier and Type Method Description List<Keyframe<PointF>>getKeyframes()booleanisStatic()BaseKeyframeAnimation<PointF, PointF>createAnimation()-
-
Constructor Detail
-
AnimatableSplitDimensionPathValue
AnimatableSplitDimensionPathValue(AnimatableFloatValue animatableXDimension, AnimatableFloatValue animatableYDimension)
-
-
Method Detail
-
getKeyframes
List<Keyframe<PointF>> getKeyframes()
-
isStatic
boolean isStatic()
-
createAnimation
BaseKeyframeAnimation<PointF, PointF> createAnimation()
-
-
-
-