Class CircleGenerator

java.lang.Object
  |
  +--CircleGenerator
All Implemented Interfaces:
tools.PointGenerator

public class CircleGenerator
extends java.lang.Object
implements tools.PointGenerator


Constructor Summary
CircleGenerator(float Xc, float Yc, int r, double a)
           
 
Method Summary
 tools.Point next()
           
 tools.Point reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircleGenerator

public CircleGenerator(float Xc,
                       float Yc,
                       int r,
                       double a)
Method Detail

next

public tools.Point next()
Specified by:
next in interface tools.PointGenerator

reset

public tools.Point reset()
Specified by:
reset in interface tools.PointGenerator