Previous | Next | Trail Map | 2D Graphics | Contents

Manipulating and Displaying Images

This lesson shows you how to perform filter operations on BufferedImages and use a BufferedImage as an offscreen buffer.

Immediate-Mode Imaging with BufferedImage

This section describes the immediate-mode imaging model implemented in the Java 2D API and outlines how BufferedImage enables the manipulation of image data.

Filtering a BufferedImage

Learn how to use the BufferedImageOp classes to perform filter operations on BufferedImages.

Using a BufferedImage for Double Buffering

Finally, learn how to use a BufferedImage as an offscreen buffer to improve imaging performance.


Previous | Next | Trail Map | 2D Graphics | Contents