|
|||||||||
| Home >> All >> org >> apache >> batik >> ext >> awt >> image >> [ codec overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.batik.ext.awt.image.codec
Contains extensions to the java.awt.image package.
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 | |
| Base64PNGEncoderTest | This test validates the PNGEncoder operation when combined with Base64 encoding. |
| ChunkStream | |
| CRC | |
| 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. |
| IDATOutputStream | |
| 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. |
| Messages | This class manages the message for the test.svg module. |
| PNGChunk | |
| 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 | |
| PNGEncoderTest | This test validates the PNGEncoder operation. |
| PNGImage | TO DO: zTXt chunks |
| PNGImageDecoder | |
| PNGImageEncoder | An ImageEncoder for the PNG file format. |
| PNGRed | |
| PNGRed.PNGChunk | |
| 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. |
Package org.apache.batik.ext.awt.image.codec Description
Contains extensions to the java.awt.image package. This package provides convenient methods and some utility classes. These generally bypass broken methods in Java2D or provide tweaked implementations.
|
|||||||||
| Home >> All >> org >> apache >> batik >> ext >> awt >> image >> [ codec overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||