Class ScanDotGenerator
java.lang.Object
ext.plantuml.com.ctreber.acearth.scandot.ScanDotGenerator
- Direct Known Subclasses:
DotGeneratorLines
,DotGeneratorStars
A ScanDotGenerator produces ScanDots.
© 2002 Christian Treber, [email protected]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
Generate whatever dots are generated.
-
Constructor Details
-
ScanDotGenerator
public ScanDotGenerator()
-
-
Method Details
-
generateScanDots
public abstract void generateScanDots()Generate whatever dots are generated.
-
getScanDots
-