Package javax.media.jai.tilecodec

Interface Summary
TileCodecDescriptor A class to describe a particular tile codec format.
TileDecoder An interface describing objects that transform an InputStream into a Raster.
TileDecoderFactory A factory for creating TileDecoders.
TileEncoder An interface describing objects that transform a Raster into an OutputStream.
TileEncoderFactory A factory for creating TileEncoders.
 

Class Summary
GZIPTileCodecDescriptor This class is the descriptor for the "GZIP" tile codec.
JPEGTileCodecDescriptor This class is the descriptor for the "JPEG" tile codec.
RawTileCodecDescriptor This class is the descriptor for the "Raw" tile codec.
TileCodecDescriptorImpl An abstract class that implements the TileCodecDescriptor interface and is suitable for subclassing.
TileCodecParameterList A subclass of ParameterListImpl that is specific to tile codecs.
TileDecoderImpl A partial implementation of the TileDecoder interface useful for subclassing.
TileEncoderImpl A partial implementation of the TileEncoder interface useful for subclassing.