public interface CanvasComponent
| Yellow |
| Modifier and Type | Method and Description |
|---|---|
CanvasComponent |
getParent()
Return the parent of this component.
|
TransformContext |
getTransformContext()
Return the transform context of the component.
|
void |
repaint()
Schedule a repaint of the component.
|
void |
repaint(DamageRegion damageRegion)
Accept notification that a repaint has occurred somewhere
in the tree below this component.
|
CanvasComponent getParent()
TransformContext getTransformContext()
void repaint()
void repaint(DamageRegion damageRegion)
damageRegion - The region where a repaint has occurred.