-
public class Mask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumMask.MaskMode
-
Field Summary
Fields Modifier and Type Field Description private final Mask.MaskModemaskModeprivate final AnimatableShapeValuemaskPathprivate final AnimatableIntegerValueopacity
-
Constructor Summary
Constructors Constructor Description Mask(Mask.MaskMode maskMode, AnimatableShapeValue maskPath, AnimatableIntegerValue opacity, boolean inverted)
-
Method Summary
Modifier and Type Method Description Mask.MaskModegetMaskMode()AnimatableShapeValuegetMaskPath()AnimatableIntegerValuegetOpacity()booleanisInverted()-
-
Constructor Detail
-
Mask
Mask(Mask.MaskMode maskMode, AnimatableShapeValue maskPath, AnimatableIntegerValue opacity, boolean inverted)
-
-
Method Detail
-
getMaskMode
Mask.MaskMode getMaskMode()
-
getMaskPath
AnimatableShapeValue getMaskPath()
-
getOpacity
AnimatableIntegerValue getOpacity()
-
isInverted
boolean isInverted()
-
-
-
-