Changed Methods |
void setDimensions(int, int)
|
Documentation changed from old to new. |
Override the source image's dimensions and pass the dimensions of the rectangular cropped region to the ImageConsumer. |
void setProperties(Hashtable )
|
Documentation changed from old to new. |
Passes along the properties from the source object after adding a property indicating the cropped region. |
void setPixels(int, int, int, int, ColorModel, byte[], int, int)
|
Documentation changed from old to new. |
Determine whether the delivered byte pixels intersect the region to be extracted and passes through only that subset of pixels that appear in the output region. |
void setPixels(int, int, int, int, ColorModel, int[], int, int)
|
Documentation changed from old to new. |
Determine if the delivered int pixels intersect the region to be extracted and pass through only that subset of pixels that appear in the output region. |