Class RowTypeRendererScanBit
java.lang.Object
zext.plantuml.com.ctreber.acearth.renderer.RowTypeRendererScanBit
- All Implemented Interfaces:
RowTypeRenderer
Renders a row of ScanBits to pixel types.
© 2002 Christian Treber, ct@ctreber.com (Nov 11, 2002)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetPixelTypes(int pRowNo, int[] pPixelTypes) Set pixel type for specified row number.voidsetScanBits(ScanBit[] pScanBits) voidEach time when rendering an image, call startNewRun() first.
-
Constructor Details
-
RowTypeRendererScanBit
public RowTypeRendererScanBit()
-
-
Method Details
-
startNewRun
public void startNewRun()Description copied from interface:RowTypeRendererEach time when rendering an image, call startNewRun() first.
- Specified by:
startNewRunin interfaceRowTypeRenderer
-
getPixelTypes
public void getPixelTypes(int pRowNo, int[] pPixelTypes) Description copied from interface:RowTypeRendererSet pixel type for specified row number. Note some pixel types might be already set. The renderer can build on this information or overwrite it.
- Specified by:
getPixelTypesin interfaceRowTypeRenderer
-
setScanBits
-