Spec-Zone
.ru
спецификации, руководства, описания, API
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
C
D
E
G
I
J
N
S
T
S
setACHuffmanComponentMapping(int, int)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Sets the mapping between a component and it's AC Huffman Table.
setACHuffmanTable(int, JPEGHuffmanTable)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Sets the AC Huffman coding table at index to the table provided.
setDCHuffmanComponentMapping(int, int)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Sets the mapping between a component and it's DC Huffman Table.
setDCHuffmanTable(int, JPEGHuffmanTable)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Sets the DC Huffman coding table at index to the table provided.
setDensityUnit(int)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Set the pixel size units This value is copied into the APP0 marker (if that marker is written).
setHorizontalSubsampling(int, int)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Set the horizontal subsample factor for the given component.
setImageInfoValid(boolean)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Set the flag indicating the validity of the table information in the ParamBlock.
setJPEGDecodeParam(JPEGDecodeParam)
- Method in interface com.sun.image.codec.jpeg.
JPEGImageDecoder
Sets the JPEGDecodeParam object used to determine the features of the decompression performed on the JPEG encoded data.
setJPEGEncodeParam(JPEGEncodeParam)
- Method in interface com.sun.image.codec.jpeg.
JPEGImageEncoder
Set the JPEGEncodeParam object that is to be used for future encoding operations.
setMarkerData(int, byte[][])
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Sets the marker data to be written to the output data stream.
setQTable(int, JPEGQTable)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Sets the coefficient quantization tables at index passed.
setQTableComponentMapping(int, int)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Sets the mapping between a component and it's Quantization Table.
setQuality(float, boolean)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
This creates new Quantization tables that replace the currently installed Quantization tables.
setRestartInterval(int)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Set the MCUs per restart, or 0 for no restart markers.
setTableInfoValid(boolean)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Set the flag indicating the validity of the image information in the ParamBlock.
setVerticalSubsampling(int, int)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Set the vertical subsample factor for the given component.
setXDensity(int)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Set the horizontal pixel density This value is written into the APP0 marker.
setYDensity(int)
- Method in interface com.sun.image.codec.jpeg.
JPEGEncodeParam
Set the vertical pixel density.
StdACChrominance
- Static variable in class com.sun.image.codec.jpeg.
JPEGHuffmanTable
Standard Huffman table ( JPEG standard section K.3 )
StdACLuminance
- Static variable in class com.sun.image.codec.jpeg.
JPEGHuffmanTable
Standard Huffman table ( JPEG standard section K.3 )
StdChrominance
- Static variable in class com.sun.image.codec.jpeg.
JPEGQTable
This is the sample luminance quantization table given in the JPEG spec section K.1, expressed in zigzag order.
StdDCChrominance
- Static variable in class com.sun.image.codec.jpeg.
JPEGHuffmanTable
Standard Huffman table ( JPEG standard section K.3 )
StdDCLuminance
- Static variable in class com.sun.image.codec.jpeg.
JPEGHuffmanTable
Standard Huffman table ( JPEG standard section K.3 )
StdLuminance
- Static variable in class com.sun.image.codec.jpeg.
JPEGQTable
This is the sample luminance quantization table given in the JPEG spec section K.1, expressed in zigzag order.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
C
D
E
G
I
J
N
S
T
Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.