|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
| ImageDecodeParam | An empty (marker) interface to be implemented by all image decoder parameter classes. |
| ImageDecoder | An interface describing objects that transform an InputStream into a BufferedImage or Raster. |
| ImageEncodeParam | An empty (marker) interface to be implemented by all image encoder parameter classes. |
| ImageEncoder | An interface describing objects that transform a BufferedImage or Raster into an OutputStream. |
| Class Summary | |
| FileCacheSeekableStream | A subclass of SeekableStream that may be used to wrap
a regular InputStream. |
| ForwardSeekableStream | A subclass of SeekableStream that may be used
to wrap a regular InputStream efficiently. |
| ImageDecoderImpl | A partial implementation of the ImageDecoder interface
useful for subclassing. |
| ImageEncoderImpl | A partial implementation of the ImageEncoder interface useful for subclassing. |
| MemoryCacheSeekableStream | A subclass of SeekableStream that may be used to wrap
a regular InputStream. |
| PNGDecodeParam | An instance of ImageDecodeParam for decoding images in
the PNG format. |
| PNGEncodeParam | An instance of ImageEncodeParam for encoding images in
the PNG format. |
| PNGEncodeParam.Gray | |
| PNGEncodeParam.Palette | |
| PNGEncodeParam.RGB | |
| PNGImageDecoder | |
| PNGImageEncoder | An ImageEncoder for the PNG file format. |
| PNGRed | |
| PNGSuggestedPaletteEntry | A class representing the fields of a PNG suggested palette entry. |
| PropertyUtil | |
| SeekableOutputStream | An OutputStream which can seek to an arbitrary offset. |
| SeekableStream | An abstract subclass of java.io.InputStream that allows seeking
within the input, similar to the RandomAccessFile class. |
| SimpleRenderedImage | A simple class implemented the RenderedImage
interface. |
| SingleTileRenderedImage | A simple class that provides RenderedImage functionality given a Raster and a ColorModel. |
Provides a set of classes to encode/decode images in various raster image file formats.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||