|
JIU 0.12.0 Homepage | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodecMode | |
net.sourceforge.jiu.codecs | Provides classes to read images from and save them to files (or streams) in various file formats. |
net.sourceforge.jiu.codecs.tiff | Classes to handle the Tagged Image File Format (TIFF). |
Uses of CodecMode in net.sourceforge.jiu.codecs |
Fields in net.sourceforge.jiu.codecs declared as CodecMode | |
static CodecMode |
CodecMode.LOAD
Codec mode load, one of the two possible values of CodecMode. |
static CodecMode |
CodecMode.SAVE
Codec mode save, one of the two possible values of CodecMode. |
Methods in net.sourceforge.jiu.codecs that return CodecMode | |
CodecMode |
ImageCodec.getMode()
Returns the mode this codec is in. |
Methods in net.sourceforge.jiu.codecs with parameters of type CodecMode | |
void |
PNGCodec.setFile(String fileName,
CodecMode codecMode)
|
void |
PCDCodec.setFile(String fileName,
CodecMode codecMode)
|
void |
PalmCodec.setFile(String fileName,
CodecMode codecMode)
Reuses super.setFile when used for CodecMode.LOAD, but creates a RandomAccessFile instead of a FileOutputStream in write mode so that the compressed size can be written correcly (requires a seek operation). |
void |
ImageCodec.setFile(File file,
CodecMode codecMode)
Gives a File object and a codec mode to this codec and attempts to initialize the appropriate I/O objects. |
void |
ImageCodec.setFile(String fileName,
CodecMode codecMode)
Gives a file name and codec mode to the codec which will then try to create the corresponding I/O object. |
void |
ImageCodec.setRandomAccessFile(RandomAccessFile randomAccessFile,
CodecMode codecMode)
A method to give a RandomAccessFile to this codec to be used
for loading or saving an image.
|
Uses of CodecMode in net.sourceforge.jiu.codecs.tiff |
Methods in net.sourceforge.jiu.codecs.tiff with parameters of type CodecMode | |
void |
TIFFCodec.setFile(String fileName,
CodecMode codecMode)
|
|
JIU 0.12.0 Homepage | ||||||||||
PREV NEXT | FRAMES NO FRAMES |