public class AnimatableSplitDimensionPathValue extends java.lang.Object implements AnimatableValue<android.graphics.PointF,android.graphics.PointF>
| Constructor and Description |
|---|
AnimatableSplitDimensionPathValue(AnimatableFloatValue animatableXDimension,
AnimatableFloatValue animatableYDimension) |
| Modifier and Type | Method and Description |
|---|---|
BaseKeyframeAnimation<android.graphics.PointF,android.graphics.PointF> |
createAnimation() |
java.util.List<Keyframe<android.graphics.PointF>> |
getKeyframes() |
boolean |
isStatic() |
public AnimatableSplitDimensionPathValue(AnimatableFloatValue animatableXDimension, AnimatableFloatValue animatableYDimension)
public java.util.List<Keyframe<android.graphics.PointF>> getKeyframes()
getKeyframes in interface AnimatableValue<android.graphics.PointF,android.graphics.PointF>public boolean isStatic()
isStatic in interface AnimatableValue<android.graphics.PointF,android.graphics.PointF>public BaseKeyframeAnimation<android.graphics.PointF,android.graphics.PointF> createAnimation()
createAnimation in interface AnimatableValue<android.graphics.PointF,android.graphics.PointF>