PaintContext
interface defines the encapsulated and optimized environment to generate color patterns in device space for fill or stroke operations on a {@link Graphics2D}. The PaintContext
provides the necessary colors for Graphics2D
operations in the form of a {@link Raster} associated with a {@link ColorModel}. The PaintContext
maintains state for a particular paint operation. In a multi-threaded environment, several contexts can exist simultaneously for a single {@link Paint} object.
@see Paint
PaintContext
interface defines the encapsulated and optimized environment to generate color patterns in device space for fill or stroke operations on a {@link Graphics2D}. The PaintContext
provides the necessary colors for Graphics2D
operations in the form of a {@link Raster} associated with a {@link ColorModel}. The PaintContext
maintains state for a particular paint operation. In a multi-threaded environment, several contexts can exist simultaneously for a single {@link Paint} object.
@see Paint
@see Painter @version $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/image/painter/PaintContext.java#0 $) $Date: 10-nov-2005.19:05:00 $ @author The Oracle ADF Faces Team
|
|