|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A visible component is a canvas component that is painted onto a graphics context. This interface contains a small set of methods that are required by any such object. It is also used as a tagging interface so that paint routines can tell whether certain objects want to be painted or not.
| Method Summary | |
boolean |
isVisible()
Test the visibility flag of this object. |
void |
paint(java.awt.Graphics2D g2d)
Paint this object onto a 2D graphics object. |
void |
paint(java.awt.Graphics2D g,
java.awt.geom.Rectangle2D region)
Paint this object onto a 2D graphics object, within the given region. |
void |
setVisible(boolean flag)
Set the visibility flag of this object. |
| Methods inherited from interface diva.canvas.CanvasComponent |
getParent, getTransformContext, repaint, repaint |
| Method Detail |
public boolean isVisible()
public void paint(java.awt.Graphics2D g2d)
public void paint(java.awt.Graphics2D g, java.awt.geom.Rectangle2D region)
public void setVisible(boolean flag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||