-
public final class ModifierData
-
-
Field Summary
Fields Modifier and Type Field Description private final ModifierInfoinfoprivate final IntegerhashCodeprivate final InspectableValueinspectableValueprivate final GraphicsLayerScopegraphicsLayerScope
-
Constructor Summary
Constructors Constructor Description ModifierData(ModifierInfo info, Integer hashCode, InspectableValue inspectableValue, GraphicsLayerScope graphicsLayerScope)
-
Method Summary
Modifier and Type Method Description final ModifierInfogetInfo()final IntegergetHashCode()final InspectableValuegetInspectableValue()final GraphicsLayerScopegetGraphicsLayerScope()-
-
Constructor Detail
-
ModifierData
ModifierData(ModifierInfo info, Integer hashCode, InspectableValue inspectableValue, GraphicsLayerScope graphicsLayerScope)
-
-
Method Detail
-
getInfo
final ModifierInfo getInfo()
-
getHashCode
final Integer getHashCode()
-
getInspectableValue
final InspectableValue getInspectableValue()
-
getGraphicsLayerScope
final GraphicsLayerScope getGraphicsLayerScope()
-
-
-
-