public class PathEvaluator extends Object
AdditiveAnimation.
Use this class if you subclass AdditiveAnimator and want to
implement animating custom properties along paths.
It is NOT safe to share objects of this type among different animators since it holds state.| Modifier and Type | Class and Description |
|---|---|
static class |
PathEvaluator.PathMode |
| Constructor and Description |
|---|
PathEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
float |
evaluate(float fraction,
PathEvaluator.PathMode pathMode,
Path path) |
public float evaluate(float fraction,
PathEvaluator.PathMode pathMode,
Path path)