public interface Shape
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D g2,
Point p) |
Icon |
getIcon() |
String |
getName() |
String getName()
Icon getIcon()
void draw(Graphics2D g2, Point p)
Copyright © 2008–2016. All rights reserved.