public interface BitmapConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
addRun(double xOn,
double xOff,
double y)
Add a run of black pixels to the bitmap.
|
void |
endBitmap()
End of a bitmap.
|
void |
startBitmap(int n)
Called at the beginning of a bitmap.
|
void startBitmap(int n)
n - some identifier for the bitmap. The meaning of that identifier
is not defined by this interface, but that the contract between the
client and the provider of this interface.void addRun(double xOn,
double xOff,
double y)
void endBitmap()
Copyright © 2010 - 2020 Adobe. All Rights Reserved