Class ScanDotGenerator
- java.lang.Object
-
- ext.plantuml.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
Constructors Constructor Description ScanDotGenerator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
generateScanDots()
Generate whatever dots are generated.List
getScanDots()
-
-
-
Method Detail
-
generateScanDots
public abstract void generateScanDots()
Generate whatever dots are generated.
-
getScanDots
public List getScanDots()
-
-