Class CircleViewer

java.lang.Object
  extended by CircleViewer

public class CircleViewer
extends java.lang.Object


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

CircleViewer

public CircleViewer()
Construct a new viewer

Method Detail

addCircle

public void addCircle(Circle circle)
Add a circle to the viewer

Parameters:
circle - the circle to be added

update

public void update()
Refresh the view