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() |
public AnimatablePathValue()
public AnimatablePathValue(java.util.List<Keyframe<android.graphics.PointF>> keyframes)
public BaseKeyframeAnimation<android.graphics.PointF,android.graphics.PointF> createAnimation()
createAnimation in interface AnimatableValue<android.graphics.PointF,android.graphics.PointF>