public interface GraphElement
Modifier and Type | Method and Description |
---|---|
void |
draw(Graphics2D g2d)
Draw the element onto a Graphics2D.
|
void draw(Graphics2D g2d)
g2d
- the Graphics2D onto which the element should be drawn.Copyright © 2005–2015 IIPC. All rights reserved.