public class TextLayer extends BaseLayer
| Modifier and Type | Method and Description |
|---|---|
<T> void |
addValueCallback(T property,
LottieValueCallback<T> callback)
The overridden method should handle appropriate properties and set value callbacks on their
animations.
|
void |
getBounds(android.graphics.RectF outBounds,
android.graphics.Matrix parentMatrix,
boolean applyParents) |
addAnimation, draw, getName, onValueChanged, removeAnimation, resolveKeyPath, setContentspublic void getBounds(android.graphics.RectF outBounds,
android.graphics.Matrix parentMatrix,
boolean applyParents)
getBounds in interface DrawingContentgetBounds in class BaseLayerpublic <T> void addValueCallback(T property,
LottieValueCallback<T> callback)
KeyPathElementaddValueCallback in interface KeyPathElementaddValueCallback in class BaseLayer