Methods Summary |
---|
public void | addTileObserver(java.awt.image.TileObserver to)Adds the specified TileObserver to this WritableRenderedImage.
|
public java.awt.image.WritableRaster | getWritableTile(int tileX, int tileY)Gets and checks out the writable tile for writing.
|
public java.awt.Point[] | getWritableTileIndices()Gets the array of points which represent indices of tiles which are check
out for writing.
|
public boolean | hasTileWriters()Checks if there is a tile which is checked out for writing.
|
public boolean | isTileWritable(int tileX, int tileY)Checks if the specified tile is writable or not.
|
public void | releaseWritableTile(int tileX, int tileY)Release the specified writable tile. This method removes the writer from
the tile.
|
public void | removeTileObserver(java.awt.image.TileObserver to)Removes the registered TileObserver.
|
public void | setData(java.awt.image.Raster r)Sets this image to the contents of the specified Raster.
|