|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--i3mclient.shapeboard.Shape | +--i3mclient.shapeboard.CircleShape
A circle for ShapeBoard.
Constructor Summary | |
CircleShape()
|
Method Summary | |
void |
drawShape(GC gc)
Draw the shape. |
Methods inherited from class i3mclient.shapeboard.Shape |
getBoundingBox, getColor, getX, getX2, getXOR, getY, getY2, setColor, setX, setX2, setXOR, setY, setY2 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CircleShape()
Method Detail |
public void drawShape(GC gc)
drawShape
in class Shape
gc
- The GC to draw on
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |