API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.image. WritableRenderedImage View Source
Author(s)
Since
Version
Serial
Hierarchy
 RenderedImage
      WritableRenderedImage
Subinterfaces
Description
public interface WritableRenderedImage
  WriteableRenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters and which can be modified and/or written over.
See also:   
Methods
Hide/Show inherited methods
public void addTileObserver (TileObserver to)
  Adds an observer.
public WritableRaster getWritableTile (int tileX, int tileY)
  Checks out a tile for writing.
public Point getWritableTileIndices ()
  Returns an array of Point objects indicating which tiles are checked out for writing.
public boolean hasTileWriters ()
  Returns whether any tile is checked out for writing.
public boolean isTileWritable (int tileX, int tileY)
  Returns whether a tile is currently checked out for writing.
public void releaseWritableTile (int tileX, int tileY)
  Relinquishes the right to write to a tile.
public void removeTileObserver (TileObserver to)
  Removes an observer.
public void setData (Raster r)
  Sets a rect of the image to the contents of the Raster r, which is assumed to be in the same coordinate space as the WritableRenderedImage.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar