-
- All Implemented Interfaces:
-
com.airbnb.lottie.animation.content.Content,com.airbnb.lottie.animation.content.DrawingContent,com.airbnb.lottie.animation.keyframe.BaseKeyframeAnimation.AnimationListener,com.airbnb.lottie.model.KeyPathElement
public class ShapeLayer extends BaseLayer
-
-
Method Summary
Modifier and Type Method Description voidgetBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents)BlurEffectgetBlurEffect()DropShadowEffectgetDropShadowEffect()-
Methods inherited from class com.airbnb.lottie.model.layer.BaseLayer
addAnimation, addValueCallback, draw, getBlendMode, getBlurMaskFilter, getBounds, getName, onValueChanged, removeAnimation, resolveKeyPath, setContents -
Methods inherited from class com.airbnb.lottie.animation.content.DrawingContent
draw -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBlurEffect
@Nullable() BlurEffect getBlurEffect()
-
getDropShadowEffect
@Nullable() DropShadowEffect getDropShadowEffect()
-
-
-
-