public class AnimatablePathValue extends java.lang.Object implements AnimatableValue<android.graphics.PointF,android.graphics.PointF>
| Constructor and Description |
|---|
AnimatablePathValue()
Create a default static animatable path.
|
AnimatablePathValue(java.util.List<Keyframe<android.graphics.PointF>> keyframes) |
| 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 AnimatablePathValue()
public AnimatablePathValue(java.util.List<Keyframe<android.graphics.PointF>> keyframes)
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>