|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A CanvasComponent is an object that can be inserted into the display tree of a JCanvas. The tree is rooted by an instance of CanvasPane, then consists of CanvasLayers, Figures, and other kinds of recursively-structured CanvasComponents.
| Method Summary | |
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 d)
Accept notification that a repaint has occurred somewhere in the tree below this component. |
| Method Detail |
public CanvasComponent getParent()
public TransformContext getTransformContext()
public void repaint()
public void repaint(DamageRegion d)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||