-
- All Implemented Interfaces:
-
androidx.compose.ui.Modifier,androidx.compose.ui.Modifier.Element,androidx.compose.ui.platform.InspectableValue
public final class MaskElement extends ModifierNodeElement<MaskNode>
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmodeprivate final Sequence<ValueElement>inspectableElementsprivate final StringnameFallbackprivate final ObjectvalueOverride
-
Constructor Summary
Constructors Constructor Description MaskElement(String mode)
-
Method Summary
Modifier and Type Method Description final StringgetMode()final Sequence<ValueElement>getInspectableElements()final StringgetNameFallback()final ObjectgetValueOverride()MaskNodecreate()Unitupdate(MaskNode node)UnitinspectableProperties(InspectorInfo $self)-
Methods inherited from class androidx.compose.ui.node.ModifierNodeElement
all, any, foldIn, foldOut -
Methods inherited from class androidx.compose.ui.Modifier.Element
then -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MaskElement
MaskElement(String mode)
-
-
Method Detail
-
getInspectableElements
final Sequence<ValueElement> getInspectableElements()
-
getNameFallback
final String getNameFallback()
-
getValueOverride
final Object getValueOverride()
-
inspectableProperties
Unit inspectableProperties(InspectorInfo $self)
-
-
-
-