API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. PaintContext View Source
Author(s)
Since
Version
10 Feb 1997
Serial
Hierarchy
 PaintContext
Subinterfaces
Description
public interface PaintContext
  The PaintContext interface defines the encapsulated and optimized environment to generate color patterns in device space for fill or stroke operations on a Graphics2D.
See also:    Paint
Methods
Hide/Show inherited methods
public void dispose ()
Releases the resources allocated for the operation.
public ColorModel getColorModel ()
  Returns the ColorModel of the output.
public Raster getRaster (int x, int y, int w, int h)
  Returns a Raster containing the colors generated for the graphics operation.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar