Methods Summary |
---|
public java.awt.image.WritableRaster | copyData(java.awt.image.WritableRaster raster)Copies the region of this RenderedImage to the specified WritableRaster.
The bounds of the region are the bounds of the WritableRaster.
|
public java.awt.image.ColorModel | getColorModel()Gets the ColorModel of this RenderedImage.
|
public java.awt.image.Raster | getData(java.awt.Rectangle rect)Gets the image data of the image's region as one tile.
|
public java.awt.image.Raster | getData()Gets the image data of this image as one tile.
|
public int | getHeight()Gets the height of the RenderedImage.
|
public int | getMinTileX()Gets the minimum tile's index along the X direction.
|
public int | getMinTileY()Gets the minimum tile's index along the Y direction.
|
public int | getMinX()Gets the minimum X coordinate of this RenderedImage.
|
public int | getMinY()Gets the minimum Y coordinate of this RenderedImage.
|
public int | getNumXTiles()Gets the number of tiles along X direction.
|
public int | getNumYTiles()Gets the number of tiles along Y direction.
|
public java.lang.Object | getProperty(java.lang.String name)Gets the property with the specified name from the property set of this
RenderedImage.
|
public java.lang.String[] | getPropertyNames()Gets the set of all property names for this RenderedImage.
|
public java.awt.image.SampleModel | getSampleModel()Gets the SampleModel of this RenderedImage.
|
public java.util.Vector | getSources()Gets all RenderedImage objects which are the source of this RenderedImage
object.
|
public java.awt.image.Raster | getTile(int tileX, int tileY)Gets the tile corresponded to the specified indices in the tile array.
|
public int | getTileGridXOffset()Gets the X offset of the tile grid.
|
public int | getTileGridYOffset()Gets the Y offset of the tile grid.
|
public int | getTileHeight()Gets the tile height.
|
public int | getTileWidth()Gets the tile width.
|
public int | getWidth()Gets the width of the RenderedImage.
|