com.sun.media.jai.tilecodec |
|
Java Source File Name | Type | Comment |
GZIPTileDecoder.java | Class | A concrete implementation of the TileDecoderImpl class
for the gzip tile codec. |
GZIPTileDecoderFactory.java | Class | A factory for creating GZIPTileDecoder s.
This class stipulates that the capabilities of the
TileDecoder be specified by implementing the
getDecodingCapability() method. |
GZIPTileEncoder.java | Class | A concrete implementation of the TileEncoderImpl class
for the gzip tile codec. |
GZIPTileEncoderFactory.java | Class | A factory for creating GZIPTileEncoder s.
This class stipulates that the capabilities of the
TileEncoder be specified by implementing the
getEncodingCapability() method. |
JaiI18N.java | Class | |
JPEGTileDecoder.java | Class | A concrete implementation of the TileDecoderImpl class
for the jpeg tile codec. |
JPEGTileDecoderFactory.java | Class | A factory for creating JPEGTileDecoder s.
This class stipulates that the capabilities of the
TileDecoder be specified by implementing the
getDecodingCapability() method. |
JPEGTileEncoder.java | Class | A concrete implementation of the TileEncoderImpl class
for the jpeg tile codec. |
JPEGTileEncoderFactory.java | Class | A factory for creating JPEGTileEncoder s. |
RawTileDecoder.java | Class | A concrete implementation of the TileDecoderImpl class
for the raw tile codec. |
RawTileDecoderFactory.java | Class | A factory for creating RawTileDecoder s. |
RawTileEncoder.java | Class | A concrete implementation of the TileEncoderImpl class
for the raw tile codec. |
RawTileEncoderFactory.java | Class | A factory for creating RawTileEncoder s. |
TileCodecUtils.java | Class | A class containing methods of utility to all TileCodec implementations. |