Package com.airbnb.lottie.model.content
Class Mask
- java.lang.Object
-
- com.airbnb.lottie.model.content.Mask
-
public class Mask extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMask.MaskMode
-
Constructor Summary
Constructors Constructor Description Mask(Mask.MaskMode maskMode, AnimatableShapeValue maskPath, AnimatableIntegerValue opacity, boolean inverted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mask.MaskModegetMaskMode()AnimatableShapeValuegetMaskPath()AnimatableIntegerValuegetOpacity()booleanisInverted()
-
-
-
Constructor Detail
-
Mask
public Mask(Mask.MaskMode maskMode, AnimatableShapeValue maskPath, AnimatableIntegerValue opacity, boolean inverted)
-
-
Method Detail
-
getMaskMode
public Mask.MaskMode getMaskMode()
-
getMaskPath
public AnimatableShapeValue getMaskPath()
-
getOpacity
public AnimatableIntegerValue getOpacity()
-
isInverted
public boolean isInverted()
-
-