|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--Opus5.GraphicalObject
|
+--Opus5.Circle
A circular graphical object.
GraphicalObject| Fields inherited from class Opus5.GraphicalObject |
backgroundColor, center, foregroundColor |
| Fields inherited from interface Opus5.GraphicsPrimitives |
copyright |
| Constructor Summary | |
Circle(Point p,
int r)
Constructs a Circle with the specified center point
and radius. |
|
| Method Summary | |
void |
draw()
Draws this circle. |
| Methods inherited from class Opus5.GraphicalObject |
erase, moveTo, setPenColor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Circle(Point p,
int r)
Circle with the specified center point
and radius.p - The center point of this circle.| Method Detail |
public void draw()
draw in class GraphicalObject
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||