Class DotGeneratorStars
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.scandot.ScanDotGenerator
-
- ext.plantuml.com.ctreber.acearth.scandot.DotGeneratorStars
-
public class DotGeneratorStars extends ScanDotGenerator
Generate random stars as dots.
© 2002 Christian Treber, [email protected]
- Author:
- Christian Treber, [email protected]
-
-
Constructor Summary
Constructors Constructor Description DotGeneratorStars(int pWidth, int pHeight, double pStarFrequency, int pBigStars, java.util.Random rnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generateScanDots()
Generate whatever dots are generated.-
Methods inherited from class ext.plantuml.com.ctreber.acearth.scandot.ScanDotGenerator
getScanDots
-
-
-
-
Method Detail
-
generateScanDots
public void generateScanDots()
Description copied from class:ScanDotGenerator
Generate whatever dots are generated.
- Specified by:
generateScanDots
in classScanDotGenerator
-
-