com.sun.image.codec.jpeg
A C D E G I J N S T

G

getACHuffmanComponentMapping(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Get the number of the AC Huffman table that will be used for a particular component.
getACHuffmanTable(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Returns the AC Huffman coding table requested or null if not defined
getACHuffmanTableForComponent(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Returns the AC Huffman coding table for the requested component.
getBufferedImage() - Method in class com.sun.image.codec.jpeg.TruncatedFileException
Allows access to the BufferedImage that was in the progress of being decoded, this may be null, it is likely to be only partially filled with image data.
getDCHuffmanComponentMapping(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Get the number of the DC Huffman table that will be used for a particular component.
getDCHuffmanTable(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Returns the DC Huffman coding table requested or null if not defined
getDCHuffmanTableForComponent(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Returns the DC Huffman coding table for the requested component.
getDefaultColorId(ColorModel) - Method in interface com.sun.image.codec.jpeg.JPEGImageEncoder
Returns the 'default' encoded COLOR_ID for a given ColorModel.
getDefaultJPEGEncodeParam(BufferedImage) - Method in interface com.sun.image.codec.jpeg.JPEGImageEncoder
This is a factory method for creating JPEGEncodeParam objects.
getDefaultJPEGEncodeParam(BufferedImage) - Static method in class com.sun.image.codec.jpeg.JPEGCodec
This is a factory method for creating JPEGEncodeParam objects.
getDefaultJPEGEncodeParam(int, int) - Method in interface com.sun.image.codec.jpeg.JPEGImageEncoder
This is a factory method for creating JPEGEncodeParam objects.
getDefaultJPEGEncodeParam(int, int) - Method in class com.sun.image.codec.jpeg.JPEGCodec
This is a factory method for creating JPEGEncodeParam objects.
getDefaultJPEGEncodeParam(JPEGDecodeParam) - Method in interface com.sun.image.codec.jpeg.JPEGImageEncoder
This is a factory method for creating a JPEGEncodeParam from a JPEGDecodeParam.
getDefaultJPEGEncodeParam(JPEGDecodeParam) - Static method in class com.sun.image.codec.jpeg.JPEGCodec
This is a factory method for creating a JPEGEncodeParam from a JPEGDecodeParam.
getDefaultJPEGEncodeParam(Raster, int) - Method in interface com.sun.image.codec.jpeg.JPEGImageEncoder
This is a factory method for creating JPEGEncodeParam objects.
getDefaultJPEGEncodeParam(Raster, int) - Static method in class com.sun.image.codec.jpeg.JPEGCodec
This is a factory method for creating JPEGEncodeParam objects.
getDensityUnit() - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Get the code for pixel size units This value is copied from the APP0 marker.
getEncodedColorID() - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Returns the JPEG Encoded color id.
getHeight() - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Get the image height
getHorizontalSubsampling(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Return the Horizontal subsampling factor for requested Component.
getInputStream() - Method in interface com.sun.image.codec.jpeg.JPEGImageDecoder
Get the input stream that decoding will occur from.
getJPEGDecodeParam() - Method in interface com.sun.image.codec.jpeg.JPEGImageDecoder
Returns the JPEGDecodeParam object that resulted from the most recent decoding event.
getJPEGEncodeParam() - Method in interface com.sun.image.codec.jpeg.JPEGImageEncoder
This returns a copy of the current JPEGEncodeParam object, if you want changes to affect the encoding process you must 'set' it back into the encoder (either through setJPEGEncodeParam or by providing the modified param object in the call to encode.
getLengths() - Method in class com.sun.image.codec.jpeg.JPEGHuffmanTable
Return a copy of the array containing the number of symbols for each length in the Huffman table.
getMarker(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Returns true if at least one instance of the marker is present in the Parameter object.
getMarkerData(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Returns a 'byte[][]' associated with the requested marker in the parameter object.
getNumComponents() - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Returns the number of components for the current encoding COLOR_ID.
getOutputStream() - Method in interface com.sun.image.codec.jpeg.JPEGImageEncoder
Return the stream the Encoder is currenlt associated with.
getQTable(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Returns the coefficient quantization tables or NULL if not defined.
getQTableComponentMapping(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Get the number of the quantization table that will be used for a particular component.
getQTableForComponent(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Returns the Quantization table for the requested component.
getRaster() - Method in class com.sun.image.codec.jpeg.TruncatedFileException
Allows access to the raster that was in the progress of being decoded may be null, it is likely to be only partially filled with image data.
getRestartInterval() - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Get the MCUs per restart marker.
getScaledInstance(float, boolean) - Method in class com.sun.image.codec.jpeg.JPEGQTable
Returns a new Quantization table where the values are multiplied by scaleFactor and then clamped to the range 1..32767 (or to 1..255 if forceBaseline is 'true').
getSymbols() - Method in class com.sun.image.codec.jpeg.JPEGHuffmanTable
Return an array containing the Huffman symbols arranged by increasing length.
getTable() - Method in class com.sun.image.codec.jpeg.JPEGQTable
Returns the current quantization table as an array of ints in zig zag order.
getVerticalSubsampling(int) - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Return the Vertical subsampling factor for requested Component.
getWidth() - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Get the image width
getXDensity() - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Get the horizontal pixel density This value is copied from the APP0 marker.
getYDensity() - Method in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Get the vertical pixel density This value is copied into the APP0 marker.

com.sun.image.codec.jpeg
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-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.