|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCircleViewer
public class CircleViewer
Constructor Summary | |
---|---|
CircleViewer()
Construct a new viewer |
Method Summary | |
---|---|
void |
addCircle(Circle circle)
Add a circle to the viewer |
void |
update()
Refresh the view |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CircleViewer()
Method Detail |
---|
public void addCircle(Circle circle)
circle
- the circle to be addedpublic void update()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |