public class RowTypeRendererScanDot extends Object implements RowTypeRenderer
Renders a row of ScanDots to pixel types.
© 2002 Christian Treber, ct@ctreber.com (Nov 11, 2002)
| Constructor and Description |
|---|
RowTypeRendererScanDot() |
| Modifier and Type | Method and Description |
|---|---|
void |
getPixelTypes(int pRowNo,
int[] pPixelTypes)
Set pixel type for specified row number.
|
void |
setScanDots(ScanDot[] pScanDots) |
void |
startNewRun()
Each time when rendering an image, call startNewRun() first.
|
public void startNewRun()
RowTypeRendererEach time when rendering an image, call startNewRun() first.
startNewRun in interface RowTypeRendererpublic void getPixelTypes(int pRowNo,
int[] pPixelTypes)
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.
getPixelTypes in interface RowTypeRendererpublic void setScanDots(ScanDot[] pScanDots)
Copyright © 2017. All rights reserved.