|
|||||||||
| Home >> All >> javax >> imageio >> plugins >> [ jpeg overview ] | PREV NEXT | ||||||||
A
- ACHuffmanTables - Variable in class javax.imageio.plugins.jpeg.JPEGImageReadParam
- ACHuffmanTables - Variable in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- areTablesSet() - Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
- Check if the decoding tables are set.
- areTablesSet() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Check if the encoding tables are set.
C
- checkLengths(short[]) - Static method in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- checkTable(int[]) - Static method in class javax.imageio.plugins.jpeg.JPEGQTable
- checkValues(short[], short[]) - Static method in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- compressionQualityDescriptions - Variable in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- compressionQualityValues - Variable in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
D
- DCHuffmanTables - Variable in class javax.imageio.plugins.jpeg.JPEGImageReadParam
- DCHuffmanTables - Variable in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
G
- getACHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
- Retrieve the AC Huffman tables.
- getACHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Retrieve the AC Huffman tables.
- getCompressionQualityDescriptions() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Retrieve an array of compression quality descriptions.
- getCompressionQualityValues() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Retrieve an array of compression quality values, ordered from lowest quality to highest quality.
- getDCHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
- Retrieve the DC Huffman tables.
- getDCHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Retrieve the DC Huffman tables.
- getLengths() - Method in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- Retrieve a copy of the array of Huffman code lengths.
- getOptimizeHuffmanTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Check whether or not Huffman tables written to the output stream will be optimized.
- getQTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
- Retrieve the quantization tables.
- getQTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Retrieve the quantization tables.
- getScaledInstance(float, boolean) - Method in class javax.imageio.plugins.jpeg.JPEGQTable
- Retrieve a copy of this JPEG quantization table with every value scaled by the given scale factor, and clamped from 1 to 255 baseline or from 1 to 32767 otherwise.
- getTable() - Method in class javax.imageio.plugins.jpeg.JPEGQTable
- Retrieve a copy of the quantization values for this table.
- getValues() - Method in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- Retrieve a copy of the array of Huffman values, sorted in order of increasing code length.
I
- isCompressionLossless() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Check if compression algorithm is lossless.
J
- JPEGHuffmanTable - class javax.imageio.plugins.jpeg.JPEGHuffmanTable.
- The JPEGHuffmanTable class represents a Huffman table read from a JPEG image file.
- JPEGHuffmanTable(short[], short[]) - Constructor for class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- Construct and initialize a Huffman table.
- JPEGHuffmanTable(short[], short[], boolean) - Constructor for class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- Private constructor that avoids unnecessary copying and argument checking.
- JPEGImageReadParam - class javax.imageio.plugins.jpeg.JPEGImageReadParam.
- The JPEGImageReadParam class is only used to set JPEG decoding tables for streams that do not provide their own tables.
- JPEGImageReadParam() - Constructor for class javax.imageio.plugins.jpeg.JPEGImageReadParam
- Construct a JPEGImageReadParam.
- JPEGImageWriteParam - class javax.imageio.plugins.jpeg.JPEGImageWriteParam.
- The JPEGImageWriteParam class can be used to specify tables and settings used in the JPEG encoding process.
- JPEGImageWriteParam(Locale) - Constructor for class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Construct a JPEGImageWriteParam with the following state: tiling is not supported, progressive mode is supported, initial progressive mode is MODE_DISABLED, compression is supported, one compression type named "JPEG" is supported and the default compression quality is 0.75f.
- JPEGQTable - class javax.imageio.plugins.jpeg.JPEGQTable.
- The JPEGQTable class represents a quantization table that can be used to encode or decode a JPEG stream.
- JPEGQTable(int[]) - Constructor for class javax.imageio.plugins.jpeg.JPEGQTable
- Construct a new JPEG quantization table.
- JPEGQTable(int[], boolean) - Constructor for class javax.imageio.plugins.jpeg.JPEGQTable
- Private constructor that avoids unnecessary copying and argument checking.
- javax.imageio.plugins.jpeg - package javax.imageio.plugins.jpeg
K
- K1Div2Luminance - Static variable in class javax.imageio.plugins.jpeg.JPEGQTable
- The standard JPEG luminance quantization table, scaled by one-half.
- K1Luminance - Static variable in class javax.imageio.plugins.jpeg.JPEGQTable
- The standard JPEG luminance quantization table.
- K2Chrominance - Static variable in class javax.imageio.plugins.jpeg.JPEGQTable
- The standard JPEG chrominance quantization table.
- K2Div2Chrominance - Static variable in class javax.imageio.plugins.jpeg.JPEGQTable
- The standard JPEG chrominance quantization table, scaled by one-half.
L
- lengths - Variable in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- Huffman code lengths.
M
- messages - Variable in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Localized messages are stored in separate files.
O
- optimize - Variable in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
Q
- qTables - Variable in class javax.imageio.plugins.jpeg.JPEGImageReadParam
- qTables - Variable in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
S
- StdACChrominance - Static variable in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- The standard JPEG AC chrominance Huffman table.
- StdACLuminance - Static variable in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- The standard JPEG AC luminance Huffman table.
- StdDCChrominance - Static variable in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- The standard JPEG DC chrominance Huffman table.
- StdDCLuminance - Static variable in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- The standard JPEG DC luminance Huffman table.
- setDecodeTables(JPEGQTable[], JPEGHuffmanTable[], JPEGHuffmanTable[]) - Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
- Set the quantization and Huffman tables that will be used to decode the stream.
- setEncodeTables(JPEGQTable[], JPEGHuffmanTable[], JPEGHuffmanTable[]) - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Set the quantization and Huffman tables that will be used to encode the stream.
- setOptimizeHuffmanTables(boolean) - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Specify whether or not Huffman tables written to the output stream should be optimized.
T
- table - Variable in class javax.imageio.plugins.jpeg.JPEGQTable
- The table entries, stored in natural order.
- toString() - Method in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- Create a string representation of this JPEG Huffman table.
- toString() - Method in class javax.imageio.plugins.jpeg.JPEGQTable
- Create a string representing this JPEG quantization table.
U
- unsetCompression() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Reset the compression quality to 0.75f.
- unsetDecodeTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
- Clear the quantization and Huffman decoding tables.
- unsetEncodeTables() - Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Clear the quantization and Huffman encoding tables.
V
- values - Variable in class javax.imageio.plugins.jpeg.JPEGHuffmanTable
- Huffman values.
A C D G I J K L M O Q S T U V
|
|||||||||
| Home >> All >> javax >> imageio >> plugins >> [ jpeg overview ] | PREV NEXT | ||||||||