Class LineGenerator

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

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


Constructor Summary
LineGenerator()
           
 
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

LineGenerator

public LineGenerator()
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