GNU Classpath (0.95) | |
Frames | No Frames |
Fields of type javax.imageio.plugins.jpeg.JPEGQTable | |
JPEGQTable | The standard JPEG luminance quantization table, scaled by
one-half. |
JPEGQTable | The standard JPEG luminance quantization table. |
JPEGQTable | The standard JPEG chrominance quantization table. |
JPEGQTable | The standard JPEG chrominance quantization table, scaled by
one-half. |
Methods with parameter type javax.imageio.plugins.jpeg.JPEGQTable | |
void | JPEGImageReadParam.setDecodeTables(JPEGQTable[] qTables, JPEGHuffmanTable[] DCHuffmanTables, JPEGHuffmanTable[] ACHuffmanTables) Set the quantization and Huffman tables that will be used to
decode the stream. |
void | JPEGImageWriteParam.setEncodeTables(JPEGQTable[] qTables, JPEGHuffmanTable[] DCHuffmanTables, JPEGHuffmanTable[] ACHuffmanTables) Set the quantization and Huffman tables that will be used to
encode the stream. |
Methods with return type javax.imageio.plugins.jpeg.JPEGQTable | |
JPEGQTable[] | Retrieve the quantization tables.
|
JPEGQTable[] | Retrieve the quantization tables.
|
JPEGQTable | JPEGQTable.getScaledInstance(float scaleFactor, boolean forceBaseline) 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.
|
GNU Classpath (0.95) |