public class BitmapConsumerBaseImpl extends Object implements BitmapConsumer
| Constructor and Description |
|---|
BitmapConsumerBaseImpl() |
| 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.
|
public void startBitmap(int n)
BitmapConsumerstartBitmap in interface BitmapConsumern - 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.public void addRun(double xOn,
double xOff,
double y)
addRun in interface BitmapConsumerpublic void endBitmap()
endBitmap in interface BitmapConsumerCopyright © 2010 - 2020 Adobe. All Rights Reserved