Monday, 23 July 2007

Rendering Hints

The rendering hints contain a set of hints that describe how objects are to be rendered. The rendering hints are always optional in any operation.

There are two separate classes for specifying rendering hints:
* java.awt.RenderingHints - contains rendering hints that can be used by the Graphics2D class, and classes that implement BufferedImageOp and Raster.
* javax.media.jai.JAI - provides methods to define the RenderingHints keys specific to JAI.

No comments: