|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
ColorModel getColorModel() |
Documentation changed from old to new. |
Returns the ColorModel associated with this image. |
int getHeight() |
Documentation changed from old to new. |
Returns the height of the RenderedImage. |
int getMinTileX() |
Documentation changed from old to new. |
Returns the minimum tile index in the X direction. |
int getMinTileY() |
Documentation changed from old to new. |
Returns the minimum tile index in the Y direction. |
int getMinX() |
Documentation changed from old to new. |
Returns the minimum X coordinate (inclusive) of the RenderedImage. |
int getMinY() |
Documentation changed from old to new. |
Returns the minimum Y coordinate (inclusive) of the RenderedImage. |
int getNumXTiles() |
Documentation changed from old to new. |
Returns the number of tiles in the X direction. |
int getNumYTiles() |
Documentation changed from old to new. |
Returns the number of tiles in the Y direction. |
Object getProperty(String ) |
Documentation changed from old to new. |
Gets a property from the property set of this image. |
SampleModel getSampleModel() |
Documentation changed from old to new. |
Returns the SampleModel associated with this image. |
Vector getSources() |
Documentation changed from old to new. |
Returns a vector of RenderedImages that are the immediate sources of image data for this RenderedImage. |
Raster getTile(int, |
Documentation changed from old to new. |
Returns tile (tileX tileY). |
int getTileGridXOffset() |
Documentation changed from old to new. |
Returns the X offset of the tile grid relative to the origin i.e. |
int getTileGridYOffset() |
Documentation changed from old to new. |
Returns the Y offset of the tile grid relative to the origin i.e. |
int getTileHeight() |
Documentation changed from old to new. |
Returns the tile height in pixels. |
int getTileWidth() |
Documentation changed from old to new. |
Returns the tile width in pixels. |
int getWidth() |
Documentation changed from old to new. |
Returns the width of the RenderedImage. |
Raster getData() |
Documentation changed from old to new. |
Returns the image as one large tile (for tile based images this will require fetching the whole image and copying the image data over). |
Raster getData(Rectangle ) |
Documentation changed from old to new. |
Computes and returns an arbitrary region of the RenderedImage. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |