Package com.airbnb.lottie.parser
Class DropShadowEffect
- java.lang.Object
-
- com.airbnb.lottie.parser.DropShadowEffect
-
public class DropShadowEffect extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnimatableColorValuegetColor()AnimatableFloatValuegetDirection()AnimatableFloatValuegetDistance()AnimatableFloatValuegetOpacity()AnimatableFloatValuegetRadius()
-
-
-
Method Detail
-
getColor
public AnimatableColorValue getColor()
-
getOpacity
public AnimatableFloatValue getOpacity()
-
getDirection
public AnimatableFloatValue getDirection()
-
getDistance
public AnimatableFloatValue getDistance()
-
getRadius
public AnimatableFloatValue getRadius()
-
-