com.ctreber.acearth.scandot
Class DotGeneratorLines

java.lang.Object
  extended by com.ctreber.acearth.scandot.ScanDotGenerator
      extended by 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
DotGeneratorLines(Projection pProjection, int pLineDevider, int pPointDivider)
           
 
Method Summary
 void generateScanDots()
          Paint grid.
 
Methods inherited from class com.ctreber.acearth.scandot.ScanDotGenerator
getScanDots
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotGeneratorLines

public DotGeneratorLines(Projection pProjection,
                         int pLineDevider,
                         int pPointDivider)
Method Detail

generateScanDots

public void generateScanDots()

Paint grid.

Specified by:
generateScanDots in class ScanDotGenerator


Copyright © 2014. All Rights Reserved.