Class DotGeneratorLines
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.scandot.ScanDotGenerator
-
- ext.plantuml.com.ctreber.acearth.scandot.DotGeneratorLines
-
public class DotGeneratorLines extends ScanDotGenerator
Generate latitude and longitude grid as dots.
Refactored 08.11.2002
© 2002 Christian Treber, [email protected]
- Author:
- Christian Treber, [email protected]
-
-
Constructor Summary
Constructors Constructor Description DotGeneratorLines(Projection pProjection, int pLineDevider, int pPointDivider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generateScanDots()
Paint grid.-
Methods inherited from class ext.plantuml.com.ctreber.acearth.scandot.ScanDotGenerator
getScanDots
-
-
-
-
Constructor Detail
-
DotGeneratorLines
public DotGeneratorLines(Projection pProjection, int pLineDevider, int pPointDivider)
-
-
Method Detail
-
generateScanDots
public void generateScanDots()
Paint grid.
- Specified by:
generateScanDots
in classScanDotGenerator
-
-