public interface VisibleComponent extends CanvasComponent
Modifier and Type | Method and Description |
---|---|
boolean |
isVisible()
Test the visibility flag of this object.
|
void |
paint(Graphics2D g2d)
Paint this object onto a 2D graphics object.
|
void |
paint(Graphics2D g,
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.
|
getParent, getTransformContext, repaint, repaint
boolean isVisible()
void paint(Graphics2D g2d)
void paint(Graphics2D g, Rectangle2D region)
void setVisible(boolean flag)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.