The PaintContext interface determines the specific environment for generating
color patterns in device space for fill, draw, or stroke rendering operations
using Graphics2D. This interface provides colors through the Raster object
associated with the specific ColorModel for Graphics2D rendering operations.
since
Android 1.0
Fields Summary
Constructors Summary
Methods Summary
public void
dispose()
Releases the resources allocated for the operation.