|
|||||||||
| Home >> All >> org >> ydp >> [ jai overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.ydp.jai
| 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. |
| StreamSegmentMapper | An interface for use with the SegmentedSeekableStream
class. |
| Class Summary | |
| ByteArraySeekableStream | A subclass of SeekableStream that takes input from an
array of bytes. |
| ChunkStream | |
| ComponentSampleModelJAI | This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer. |
| CRC | |
| DataBufferDouble | An extension of DataBuffer that stores data internally
in double form. |
| DataBufferFloat | An extension of DataBuffer that stores data internally in
float form. |
| FileCacheSeekableStream | A subclass of SeekableStream that may be used to wrap
a regular InputStream. |
| FileSeekableStream | A subclass of SeekableStream that takes its input
from a File or RandomAccessFile. |
| FloatDoubleColorModel | A ColorModel class that works with pixel values that
represent color and alpha information as separate samples, using
float or double elements. |
| ForwardSeekableStream | A subclass of SeekableStream that may be used
to wrap a regular InputStream efficiently. |
| IDATOutputStream | |
| ImageCodec | An abstract class allowing the creation of image decoders and encoders. |
| ImageDecoderImpl | A partial implementation of the ImageDecoder interface
useful for subclassing. |
| ImageEncoderImpl | A partial implementation of the ImageEncoder interface useful for subclassing. |
| JaiI18N | |
| MemoryCacheSeekableStream | A subclass of SeekableStream that may be used to wrap
a regular InputStream. |
| PNGChunk | |
| PNGCodec | |
| 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 | |
| PNGImage | TO DO: zTXt chunks |
| PNGImageDecoder | |
| PNGImageEncoder | An ImageEncoder for the PNG file format. |
| PNGSuggestedPaletteEntry | A class representing the fields of a PNG suggested palette entry. |
| Property | |
| PropertySet | |
| PropertyUtil | |
| RasterFactory | A convenience class for the construction of various types of
WritableRaster and SampleModel objects. |
| SectorStreamSegmentMapper | An implementation of the StreamSegmentMapper interface
for segments of equal length. |
| SeekableStream | An abstract subclass of java.io.InputStream that
allows seeking within the input, similar to the
RandomAccessFile class. |
| SegmentedSeekableStream | A SegmentedSeekableStream provides a view of a
subset of another SeekableStream consiting of a series
of segments with given starting positions in the source stream and
lengths. |
| SimpleRenderedImage | A simple class implemented the RenderedImage
interface. |
| SingleTileRenderedImage | A simple class that provides RenderedImage functionality given a Raster and a ColorModel. |
| SSDirectoryEntry | |
| StreamSegment | A utility class representing a segment within a stream as a
long starting position and an int
length. |
| StreamSegmentMapperImpl | An implementation of the StreamSegmentMapper interface
that requires an explicit list of the starting locations and
lengths of the source segments. |
| StructuredStorage | |
| WritableRasterJAI | |
|
|||||||||
| Home >> All >> org >> ydp >> [ jai overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||