Class ScanDotGenerator
- java.lang.Object
-
- zext.plantuml.com.ctreber.acearth.scandot.ScanDotGenerator
-
- Direct Known Subclasses:
DotGeneratorLines,DotGeneratorStars
public abstract class ScanDotGenerator extends java.lang.ObjectA ScanDotGenerator produces ScanDots.
© 2002 Christian Treber, ct@ctreber.com
-
-
Constructor Summary
Constructors Constructor Description ScanDotGenerator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidgenerateScanDots()Generate whatever dots are generated.java.util.ListgetScanDots()
-