Class BitGeneratorMapOrtho
- java.lang.Object
-
- ext.plantuml.com.ctreber.acearth.scanbit.ScanBitGenerator
-
- ext.plantuml.com.ctreber.acearth.scanbit.BitGeneratorMap
-
- ext.plantuml.com.ctreber.acearth.scanbit.BitGeneratorMapOrtho
-
public class BitGeneratorMapOrtho extends BitGeneratorMap
Map scanner for orthographic projection.
© 2002 Christian Treber, [email protected]
- Author:
- Christian Treber, [email protected]
-
-
Field Summary
-
Fields inherited from class ext.plantuml.com.ctreber.acearth.scanbit.BitGeneratorMap
PixTypeGridLand, PixTypeGridWater, PixTypeLand, PixTypeSpace, PixTypeStar, PixTypeWater
-
Fields inherited from class ext.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 Comparator
getEdgeXingComparator()
protected void
handleCrossings(ext.plantuml.com.ctreber.acearth.scanbit.ScanBuf pScanBuf, EdgeCrossing[] xings)
protected ext.plantuml.com.ctreber.acearth.scanbit.ScanBuf
scanOutline()
protected void
scanPolygon(ext.plantuml.com.ctreber.acearth.scanbit.ScanBuf pScanBuf, Point3D[] pPoints3D, Point2D[] pPoints2D, int pIndex)
-
Methods inherited from class ext.plantuml.com.ctreber.acearth.scanbit.BitGeneratorMap
addEdgeXing, generateScanBits, setMapData
-
Methods inherited from class ext.plantuml.com.ctreber.acearth.scanbit.ScanBitGenerator
getScanBits, setImageHeight, setImageWidth
-
-
-
-
Constructor Detail
-
BitGeneratorMapOrtho
public BitGeneratorMapOrtho(Projection pProjection)
-
-
Method Detail
-
getEdgeXingComparator
protected Comparator getEdgeXingComparator()
- Specified by:
getEdgeXingComparator
in classBitGeneratorMap
-
scanOutline
protected ext.plantuml.com.ctreber.acearth.scanbit.ScanBuf scanOutline()
- Specified by:
scanOutline
in classBitGeneratorMap
-
scanPolygon
protected void scanPolygon(ext.plantuml.com.ctreber.acearth.scanbit.ScanBuf pScanBuf, Point3D[] pPoints3D, Point2D[] pPoints2D, int pIndex)
- Specified by:
scanPolygon
in classBitGeneratorMap
-
handleCrossings
protected void handleCrossings(ext.plantuml.com.ctreber.acearth.scanbit.ScanBuf pScanBuf, EdgeCrossing[] xings)
- Specified by:
handleCrossings
in classBitGeneratorMap
-
-