Changed Methods |
ColorModel getColorModel()
|
Documentation changed from old to new. |
Get the ColorModel for the pixels stored in the array. |
Object getPixels()
|
Documentation changed from old to new. |
Get the pixel buffer. |
int getStatus()
|
Documentation changed from old to new. |
Return the status of the pixels. |
void imageComplete(int )
|
Documentation changed from old to new. |
The imageComplete method is part of the ImageConsumer API which this class must implement to retrieve the pixels. |
void setColorModel(ColorModel )
|
Documentation changed from old to new. |
The setColorModel method is part of the ImageConsumer API which this class must implement to retrieve the pixels. |
void setDimensions(int, int)
|
Documentation changed from old to new. |
The setDimensions method is part of the ImageConsumer API which this class must implement to retrieve the pixels. |
void setHints(int )
|
Documentation changed from old to new. |
The setHints method is part of the ImageConsumer API which this class must implement to retrieve the pixels. |
void setProperties(Hashtable )
|
Documentation changed from old to new. |
The setProperties method is part of the ImageConsumer API which this class must implement to retrieve the pixels. |
void setPixels(int, int, int, int, ColorModel, byte[], int, int)
|
Documentation changed from old to new. |
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels. |
void setPixels(int, int, int, int, ColorModel, int[], int, int)
|
Documentation changed from old to new. |
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels. |