com.ctreber.acearth.scandot
Class ScanDotGenerator

java.lang.Object
  extended by com.ctreber.acearth.scandot.ScanDotGenerator
Direct Known Subclasses:
DotGeneratorLines, DotGeneratorStars

public abstract class ScanDotGenerator
extends Object

A ScanDotGenerator produces ScanDots.

© 2002 Christian Treber, [email protected]

Author:
Christian Treber, [email protected]

Constructor Summary
ScanDotGenerator()
           
 
Method Summary
abstract  void generateScanDots()
          Generate whatever dots are generated.
 List getScanDots()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScanDotGenerator

public ScanDotGenerator()
Method Detail

generateScanDots

public abstract void generateScanDots()

Generate whatever dots are generated.


getScanDots

public List getScanDots()


Copyright © 2013. All Rights Reserved.