public interface RowTypeRenderer
Renders a row of pixel types.
© 2002 Christian Treber, ct@ctreber.com (Nov 11, 2002)
| Modifier and Type | Method and Description |
|---|---|
void |
getPixelTypes(int pRowNo,
int[] pPixelTypes)
Set pixel type for specified row number.
|
void |
startNewRun()
Each time when rendering an image, call startNewRun() first.
|
void startNewRun()
Each time when rendering an image, call startNewRun() first.
void getPixelTypes(int pRowNo,
int[] pPixelTypes)
Set pixel type for specified row number. Note some pixel types might be already set. The renderer can build on this information or overwrite it.
pRowNo - pPixelTypes - Copyright © 2017. All rights reserved.