Class BitGeneratorMapOrtho
- java.lang.Object
-
- zext.plantuml.com.ctreber.acearth.scanbit.ScanBitGenerator
-
- zext.plantuml.com.ctreber.acearth.scanbit.BitGeneratorMap
-
- zext.plantuml.com.ctreber.acearth.scanbit.BitGeneratorMapOrtho
-
public class BitGeneratorMapOrtho extends BitGeneratorMap
Map scanner for orthographic projection.
© 2002 Christian Treber, ct@ctreber.com
-
-
Field Summary
-
Fields inherited from class zext.plantuml.com.ctreber.acearth.scanbit.BitGeneratorMap
PixTypeGridLand, PixTypeGridWater, PixTypeLand, PixTypeSpace, PixTypeStar, PixTypeWater
-
Fields inherited from class zext.plantuml.com.ctreber.acearth.scanbit.ScanBitGenerator
fScanBitsArray
-
-
Constructor Summary
Constructors Constructor Description BitGeneratorMapOrtho(Projection pProjection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Comparator
getEdgeXingComparator()
protected void
handleCrossings(zext.plantuml.com.ctreber.acearth.scanbit.ScanBuf pScanBuf, EdgeCrossing[] xings)
protected zext.plantuml.com.ctreber.acearth.scanbit.ScanBuf
scanOutline()
protected void
scanPolygon(zext.plantuml.com.ctreber.acearth.scanbit.ScanBuf pScanBuf, Point3D[] pPoints3D, Point2D[] pPoints2D, int pIndex)
-
Methods inherited from class zext.plantuml.com.ctreber.acearth.scanbit.BitGeneratorMap
addEdgeXing, generateScanBits, setMapData
-
Methods inherited from class zext.plantuml.com.ctreber.acearth.scanbit.ScanBitGenerator
getScanBits, setImageHeight, setImageWidth
-
-
-
-
Constructor Detail
-
BitGeneratorMapOrtho
public BitGeneratorMapOrtho(Projection pProjection)
-
-
Method Detail
-
getEdgeXingComparator
protected java.util.Comparator getEdgeXingComparator()
- Specified by:
getEdgeXingComparator
in classBitGeneratorMap
-
scanOutline
protected zext.plantuml.com.ctreber.acearth.scanbit.ScanBuf scanOutline()
- Specified by:
scanOutline
in classBitGeneratorMap
-
scanPolygon
protected void scanPolygon(zext.plantuml.com.ctreber.acearth.scanbit.ScanBuf pScanBuf, Point3D[] pPoints3D, Point2D[] pPoints2D, int pIndex)
- Specified by:
scanPolygon
in classBitGeneratorMap
-
handleCrossings
protected void handleCrossings(zext.plantuml.com.ctreber.acearth.scanbit.ScanBuf pScanBuf, EdgeCrossing[] xings)
- Specified by:
handleCrossings
in classBitGeneratorMap
-
-