-
public final class LayerTreeEvent.LayerPaintedEvent extends LayerTreeEvent
-
-
Constructor Summary
Constructors Constructor Description LayerPaintedEvent(String layerId, Rect clip)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Rectcomponent2()final LayerTreeEvent.LayerPaintedEventcopy(String layerId, Rect clip)final StringgetLayerId()The id of the painted layer. final RectgetClip()Clip rectangle. -
-
Method Detail
-
component1
final String component1()
-
component2
final Rect component2()
-
copy
final LayerTreeEvent.LayerPaintedEvent copy(String layerId, Rect clip)
-
getLayerId
final String getLayerId()
The id of the painted layer.
-
-
-
-