A B C D E F G H I J L M N O P R S T U V W Y

A

activeSrcHeight - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The height of the source region that will actually be copied into the destination image, taking into account all susbampling, offsetting, and clipping.
activeSrcMinX - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The X coordinate of the upper-left source pixel that will actually be copied into the destination image, taking into account all subsampling, offsetting, and clipping.
activeSrcMinY - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The Y coordinate of the upper-left source pixel that will actually be copied into the destination image, taking into account all subsampling, offsetting, and clipping.
activeSrcWidth - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The width of the source region that will actually be copied into the destination image, taking into account all susbampling, offsetting, and clipping.
addAllowedTagSet(TIFFTagSet) - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageReadParam
Adds a TIFFTagSet object to the list of allowed tag sets.
addValueName(int, String) - Method in class com.sun.media.imageio.plugins.tiff.TIFFTag
Adds a mnemonic name for a particular value that this tag's data may take on.

B

BaselineTIFFTagSet - class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet.
A class representing the set of tags found in the baseline TIFF specification as well as some common additional tags.
beginDecoding() - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
This routine is called prior to a sequence of calls to the decode method, in order to allow any necessary tables or other structures to be initialized based on metadata values.
bitsPerSample - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The value of the BitsPerSample tag.
BMPImageWriteParam - class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam.
A subclass of ImageWriteParam for encoding images in the BMP format.
BMPImageWriteParam() - Constructor for class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Constructs an BMPImageWriteParam object with default values for all parameters and a null Locale.
BMPImageWriteParam(Locale) - Constructor for class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Constructs a BMPImageWriteParam set to use a given Locale and with default values for all parameters.
byteCount - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The number of bytes of data from the source ImageInputStream to be decompressed.

C

CLEAN_FAX_DATA_ERRORS_CORRECTED - Static variable in class com.sun.media.imageio.plugins.tiff.FaxTIFFTagSet
A value to be used with the "CleanFaxData" tag.
CLEAN_FAX_DATA_ERRORS_UNCORRECTED - Static variable in class com.sun.media.imageio.plugins.tiff.FaxTIFFTagSet
A value to be used with the "CleanFaxData" tag.
CLEAN_FAX_DATA_NO_ERRORS - Static variable in class com.sun.media.imageio.plugins.tiff.FaxTIFFTagSet
A value to be used with the "CleanFaxData" tag.
close() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
close() - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
Invokes the superclass method, writes any unwritten data, and sets the internal reference to the source FileChannel to null.
close() - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
Invokes the superclass method and sets the internal reference to the source FileChannel to null.
COLOR_SPACE_SRGB - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ColorSpace" tag.
COLOR_SPACE_UNCALIBRATED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ColorSpace" tag.
colorConverter - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
A TIFFColorConverter object describing the color space of the encoded pixel data, or null.
colorMap - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The value of the ColorMap tag.
com.sun.media.imageio.plugins.bmp - package com.sun.media.imageio.plugins.bmp
Package containing the public classes used by the Sun BMP plug-in for the Image I/O Framework.
com.sun.media.imageio.plugins.jpeg2000 - package com.sun.media.imageio.plugins.jpeg2000
Package containing the public classes used by the Sun JPEG 2000 plug-in for the Image I/O Framework.
com.sun.media.imageio.plugins.pnm - package com.sun.media.imageio.plugins.pnm
Package containing the public classes used by the Sun PNM plug-in for the Image I/O Framework.
com.sun.media.imageio.plugins.tiff - package com.sun.media.imageio.plugins.tiff
Package containing the public classes used by the Sun TIFF plug-in for the Image I/O Framework.
com.sun.media.imageio.stream - package com.sun.media.imageio.stream
Provides ImageInputStream and ImageOutputStream classes for use with the Java Image I/O Framework.
com.sun.media.jai.operator - package com.sun.media.jai.operator
Provides JAI operations which read and write images using the Java Image I/O Framework.
COMPONENTS_CONFIGURATION_B - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ComponentsConfiguration" tag.
COMPONENTS_CONFIGURATION_CB - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ComponentsConfiguration" tag.
COMPONENTS_CONFIGURATION_CR - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ComponentsConfiguration" tag.
COMPONENTS_CONFIGURATION_DOES_NOT_EXIST - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ComponentsConfiguration" tag.
COMPONENTS_CONFIGURATION_G - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ComponentsConfiguration" tag.
COMPONENTS_CONFIGURATION_R - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ComponentsConfiguration" tag.
COMPONENTS_CONFIGURATION_Y - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ComponentsConfiguration" tag.
compression - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The value of the Compression tag.
COMPRESSION_CCITT_RLE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Compression" tag.
COMPRESSION_CCITT_T_4 - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Compression" tag.
COMPRESSION_CCITT_T_6 - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Compression" tag.
COMPRESSION_DEFLATE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Compression" tag.
COMPRESSION_JPEG - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Compression" tag.
COMPRESSION_LZW - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Compression" tag.
COMPRESSION_NONE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Compression" tag.
COMPRESSION_OLD_JPEG - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Compression" tag.
COMPRESSION_PACKBITS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Compression" tag.
compressionTagValue - Variable in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
The value to be assigned to the TIFF Compression tag in the TIFF image metadata.
compressionType - Variable in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
The name of the compression type supported by this compressor.
create(ImageInputStream, Integer, Boolean, Boolean, Boolean, EventListener[], Locale, ImageReadParam, ImageReader, RenderingHints) - Static method in class com.sun.media.jai.operator.ImageReadDescriptor
Type-safe convenience method for creating a RenderedOp representing the "ImageRead" operation in rendered mode.
create(RenderedImage, ImageOutputStream, String, Boolean, Boolean, Boolean, Boolean, Dimension, IIOMetadata, IIOMetadata, BufferedImage[], EventListener[], Locale, ImageWriteParam, ImageWriter, RenderingHints) - Static method in class com.sun.media.jai.operator.ImageWriteDescriptor
Type-safe convenience method for creating a RenderedOp representing the "ImageWrite" operation in rendered mode.
createCollection(Collection, ImageOutputStream, String, Boolean, Boolean, Boolean, Boolean, Dimension, IIOMetadata, IIOMetadata[], BufferedImage[][], EventListener[], Locale, ImageWriteParam, ImageWriter, RenderingHints) - Static method in class com.sun.media.jai.operator.ImageWriteDescriptor
Type-safe convenience method for creating a Collection representing the "ImageWrite" operation in collection mode.
createCollection(ImageInputStream, int[], Boolean, Boolean, Boolean, EventListener[], Locale, ImageReadParam, ImageReader, RenderingHints) - Static method in class com.sun.media.jai.operator.ImageReadDescriptor
Type-safe convenience method for creating a Collection representing the "ImageRead" operation in collection mode.
createRawImage() - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Creates a BufferedImage whose underlying data array will be suitable for holding the raw decoded output of the decodeRaw method.
createRenderable(ImageInputStream, int[], Boolean, Boolean, Boolean, EventListener[], Locale, ImageReadParam, ImageReader, RenderingHints) - Static method in class com.sun.media.jai.operator.ImageReadDescriptor
Type-safe convenience method for creating a RenderableOp representing the "ImageRead" operation in renderable mode.
createRenderable(RenderableImage, ImageOutputStream, String, Boolean, Boolean, Boolean, Boolean, Dimension, IIOMetadata, IIOMetadata, BufferedImage[], EventListener[], Locale, ImageWriteParam, ImageWriter, RenderingHints) - Static method in class com.sun.media.jai.operator.ImageWriteDescriptor
Type-safe convenience method for creating a RenderableOp representing the "ImageWrite" operation in renderable mode.

D

decode() - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Decodes the input bit stream (located in the ImageInputStream stream, at offset offset, and continuing for byteCount bytes) into the output BufferedImage image.
decodeRaw(byte[], int, int, int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Decodes the source data into the provided byte array b, starting at the offset given by dstOffset.
decodeRaw(float[], int, int, int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Decodes the source data into the provided float array f, starting at the offset given by dstOffset.
decodeRaw(int[], int, int, int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Decodes the source data into the provided int array i, starting at the offset given by dstOffset.
decodeRaw(short[], int, int, int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Decodes the source data into the provided short array s, starting at the offset given by dstOffset.
destinationBands - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The sequence of destination bands to receive the source data.
dstHeight - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The height of the region of the destination image to be written.
dstMinX - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The X coordinate of the upper left pixel to be written in the destination image.
dstMinY - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The Y coordinate of the upper left pixel to be written in the destination image.
dstWidth - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The width of the region of the destination image to be written.
dstXOffset - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The horizontal destination offset used, along with sourceXOffset and subsampleX, to map between horizontal source and destination pixel coordinates.
dstYOffset - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The vertical destination offset used, along with sourceYOffset and subsampleY, to map between horizontal source and destination pixel coordinates.

E

encode(byte[], int, int, int, int[], int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Encodes the supplied image data, writing to the currently set ImageOutputStream.
EXIF_VERSION_2_1 - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
An array of bytes containing the values {'0', '2', '1', '0'} to be used with the "EXIFVersion" tag to indicate EXIF version 2.1.
EXIFParentTIFFTagSet - class com.sun.media.imageio.plugins.tiff.EXIFParentTIFFTagSet.
A class containing the TIFF tag used to reference an EXIF IFD.
EXIFTIFFTagSet - class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet.
A class representing the tags found in an EXIF IFD.
EXPOSURE_PROGRAM_ACTION_PROGRAM - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureProgram" tag.
EXPOSURE_PROGRAM_APERTURE_PRIORITY - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureProgram" tag.
EXPOSURE_PROGRAM_CREATIVE_PROGRAM - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureProgram" tag.
EXPOSURE_PROGRAM_LANDSCAPE_MODE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureProgram" tag.
EXPOSURE_PROGRAM_MANUAL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureProgram" tag.
EXPOSURE_PROGRAM_MAX_RESERVED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureProgram" tag.
EXPOSURE_PROGRAM_NORMAL_PROGRAM - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureProgram" tag.
EXPOSURE_PROGRAM_NOT_DEFINED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureProgram" tag.
EXPOSURE_PROGRAM_PORTRAIT_MODE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureProgram" tag.
EXPOSURE_PROGRAM_SHUTTER_PRIORITY - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureProgram" tag.
EXTRA_SAMPLES_ASSOCIATED_ALPHA - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "ExtraSamples" tag.
EXTRA_SAMPLES_UNASSOCIATED_ALPHA - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "ExtraSamples" tag.
EXTRA_SAMPLES_UNSPECIFIED - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "ExtraSamples" tag.
extraSamples - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The value of the ExtraSamples tag.

F

FaxTIFFTagSet - class com.sun.media.imageio.plugins.tiff.FaxTIFFTagSet.
A class representing the extra tags found in a TIFF-F (RFC 2036) file.
FILE_SOURCE_DSC - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "FileSource" tag.
FileChannelImageInputStream - class com.sun.media.imageio.stream.FileChannelImageInputStream.
A class which implements ImageInputStream using a FileChannel as the eventual data source.
FileChannelImageInputStream(FileChannel) - Constructor for class com.sun.media.imageio.stream.FileChannelImageInputStream
Constructs a FileChannelImageInputStream from a FileChannel.
FileChannelImageOutputStream - class com.sun.media.imageio.stream.FileChannelImageOutputStream.
A class which implements ImageOutputStream using a FileChannel as the eventual data destination.
FileChannelImageOutputStream(FileChannel) - Constructor for class com.sun.media.imageio.stream.FileChannelImageOutputStream
Constructs a FileChannelImageOutputStream from a FileChannel.
FILL_ORDER_LEFT_TO_RIGHT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "FillOrder" tag.
FILL_ORDER_RIGHT_TO_LEFT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "FillOrder" tag.
FILTER_53 - Static variable in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
The filter for lossless compression.
FILTER_97 - Static variable in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
The filter for lossy compression.
FLASH_DID_NOT_FIRE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Flash" tag, indicating that the flash did not fire.
FLASH_FIRED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Flash" tag, indicating that the flash fired, but the strobe return status is unknown.
FLASH_STROBE_RETURN_LIGHT_DETECTED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Flash" tag, indicating that the flash fired, and the strobe return light was detected.
FLASH_STROBE_RETURN_LIGHT_NOT_DETECTED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Flash" tag, indicating that the flash fired, but the strobe return light was not detected.
flush() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
flushBefore(long) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
FOCAL_PLANE_RESOLUTION_UNIT_CENTIMETER - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "FocalPlaneXResolution" tag.
FOCAL_PLANE_RESOLUTION_UNIT_INCH - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "FocalPlaneXResolution" tag.
FOCAL_PLANE_RESOLUTION_UNIT_NONE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "FocalPlaneResolutionUnit" tag.
fromRGB(float, float, float, float[]) - Method in class com.sun.media.imageio.plugins.tiff.TIFFColorConverter
Converts an RGB triple into the native color space of this TIFFColorConverter, and stores the result in the first three entries of the result array.

G

GeoTIFFTagSet - class com.sun.media.imageio.plugins.tiff.GeoTIFFTagSet.
A class representing the tags found in a GeoTIFF IFD.
getAllowedTagSets() - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageReadParam
Returns a List containing the allowed TIFFTagSet objects.
getBitOffset() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
getByteOrder() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
getCodeBlockSize() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets codeBlockSize.
getColorConverter() - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageReadParam
Returns the currently set TIFFColorConverter object, or null if none is set.
getColorConverter() - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageWriteParam
Returns the current TIFFColorConverter object that will be used to perform color conversion when writing the image, or null if none is set.
getComponentTransformation() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets componentTransformation.
getCompressionTagValue() - Method in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Retrieve the value to be assigned to the TIFF Compression tag in the TIFF image metadata.
getCompressionType() - Method in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Retrieve the name of the compression type supported by this compressor.
getDataTypes() - Method in class com.sun.media.imageio.plugins.tiff.TIFFTag
Returns a bit mask indicating the set of data types that may be used to store the data associated with the tag.
getDecodingRate() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageReadParam
Gets decodingRate.
getEncodingRate() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets encodingRate.
getEPH() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets EPH.
getFilter() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets filters.
getFlushedPosition() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
getImageDimension(int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
Retrieves the dimnsion of the imageIndexth image.
getImageOffset(int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
Retrieves the image offset of the imageIndexth image.
getImageType() - Method in class com.sun.media.imageio.stream.RawImageInputStream
Retrieves the image type.
getInstance() - Static method in class com.sun.media.imageio.plugins.tiff.FaxTIFFTagSet
Returns a shared instance of a FaxTIFFTagSet.
getInstance() - Static method in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
Returns a shared instance of an EXIFTIFFTagSet.
getInstance() - Static method in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Returns a shared instance of a BaselineTIFFTagSet.
getInstance() - Static method in class com.sun.media.imageio.plugins.tiff.EXIFParentTIFFTagSet
Returns a shared instance of an EXIFParentTIFFTagSet.
getInstance() - Static method in class com.sun.media.imageio.plugins.tiff.GeoTIFFTagSet
Returns a shared instance of a GeoTIFFTagSet.
getLossless() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets encodingRate.
getMetadata() - Method in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Returns the current IIOMetadata object.
getName() - Method in class com.sun.media.imageio.plugins.tiff.TIFFTag
Returns the name of the tag, as it will appear in image metadata.
getNumber() - Method in class com.sun.media.imageio.plugins.tiff.TIFFTag
Returns the integer used to represent the tag.
getNumImages() - Method in class com.sun.media.imageio.stream.RawImageInputStream
Retrieves the number of images in the ImageInputStream.
getPhotometricInterpretation() - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageWriteParam
Returns the current value that will be written to the Photometricinterpretation tag.
getProgressionType() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets progressionType.
getPropertyGenerators(String) - Method in class com.sun.media.jai.operator.ImageReadDescriptor
Returns the array of PropertyGenerators for the specified mode of this operation.
getRaw() - Method in class com.sun.media.imageio.plugins.pnm.PNMImageWriteParam
Returns the value of the raw parameter.
getRawImageType() - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Returns an ImageTypeSpecifier describing an image whose underlying data array has the same format as the raw source pixel data.
getRawImageTypeSpecifier(int, int, int, int[], int[], int[], char[]) - Static method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
A utility method that returns an ImageTypeSpecifier suitable for decoding an image with the given parameters.
getResolution() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageReadParam
Gets resolution.
getSegmentLength() - Method in class com.sun.media.imageio.stream.StreamSegment
Returns the length of the segment.
getSizeOfType(int) - Static method in class com.sun.media.imageio.plugins.tiff.TIFFTag
Returns the number of bytes used to store a value of the given data type.
getSOP() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets SOP.
getStartPos() - Method in class com.sun.media.imageio.stream.StreamSegment
Returns the starting position of the segment.
getStream() - Method in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Returns the ImageOutputStream that will be written.
getStreamPosition() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
getStreamSegment(long, int) - Method in interface com.sun.media.imageio.stream.StreamSegmentMapper
Returns a StreamSegment object indicating the location of the initial portion of a desired segment in the source stream.
getStreamSegment(long, int, StreamSegment) - Method in interface com.sun.media.imageio.stream.StreamSegmentMapper
Sets the values of a StreamSegment object indicating the location of the initial portion of a desired segment in the source stream.
getTag(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFTagSet
Returns the TIFFTag from this set that is associated with the given tag number, or null if no tag exists for that number.
getTag(String) - Method in class com.sun.media.imageio.plugins.tiff.TIFFTagSet
Returns the TIFFTag having the given tag name, or null if the named tag does not belong to this tag set.
getTagNames() - Method in class com.sun.media.imageio.plugins.tiff.TIFFTagSet
Retrieves an unmodifiable lexicographically increasing set of tag names.
getTagNumbers() - Method in class com.sun.media.imageio.plugins.tiff.TIFFTagSet
Retrieves an unmodifiable numerically increasing set of tag numbers.
getTagSet() - Method in class com.sun.media.imageio.plugins.tiff.TIFFTag
Returns the TIFFTagSet of which this tag is a part.
getTIFFCompressor() - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageWriteParam
Returns the TIFFCompressor that is currently set to be used by the ImageWriter to encode each image strip or tile, or null if none has been set.
getTIFFDecompressor() - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageReadParam
Returns the TIFFDecompressor that is currently set to be used by the ImageReader to decode each image strip or tile, or null if none has been set.
getValueName(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFTag
Returns the mnemonic name associated with a particular value that this tag's data may take on, or null if no name is present.
getVersion() - Method in class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Returns the BMP version to be used.
getWriteCodeStreamOnly() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets writeCodeStreamOnly.
getWriter() - Method in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Returns the current ImageWriter.
GRAY_RESPONSE_UNIT_HUNDRED_THOUSANDTHS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "GrayResponseUnit" tag.
GRAY_RESPONSE_UNIT_HUNDREDTHS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "GrayResponseUnit" tag.
GRAY_RESPONSE_UNIT_TEN_THOUSANDTHS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "GrayResponseUnit" tag.
GRAY_RESPONSE_UNIT_TENTHS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "GrayResponseUnit" tag.
GRAY_RESPONSE_UNIT_THOUSANDTHS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "GrayResponseUnit" tag.

H

hasValueNames() - Method in class com.sun.media.imageio.plugins.tiff.TIFFTag
Returns true if there are mnemonic names associated with the set of legal values for the data associated with this tag.

I

image - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The final destination image.
ImageReadDescriptor - class com.sun.media.jai.operator.ImageReadDescriptor.
An OperationDescriptor describing the "ImageRead" operation.
ImageReadDescriptor() - Constructor for class com.sun.media.jai.operator.ImageReadDescriptor
Constructor.
ImageWriteDescriptor - class com.sun.media.jai.operator.ImageWriteDescriptor.
An OperationDescriptor describing the "ImageWrite" operation.
ImageWriteDescriptor() - Constructor for class com.sun.media.jai.operator.ImageWriteDescriptor
Constructor.
INK_SET_CMYK - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "InkSet" tag.
INK_SET_NOT_CMYK - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "InkSet" tag.
isCached() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
isCachedFile() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
isCachedMemory() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
isCompressionLossless - Variable in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Whether the compression is lossless.
isCompressionLossless() - Method in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Retrieves a value indicating whether the compression is lossless.
isCompressionLossless() - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageWriteParam
 
isDataTypeOK(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFTag
Returns true if the given data type may be used for the data associated with this tag.
isIFDPointer() - Method in class com.sun.media.imageio.plugins.tiff.TIFFTag
Returns true if this tag is used to point to an IFD structure containing additional tags.
isImmediate() - Method in class com.sun.media.jai.operator.ImageWriteDescriptor
Returns true indicating that the operation should be rendered immediately during a call to JAI.create[]() or JAI.createCollection[NS]().
isTopDown() - Method in class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Returns the value of the topDown parameter.

J

J2KImageReadParam - class com.sun.media.imageio.plugins.jpeg2000.J2KImageReadParam.
A subclass of ImageReadParam for reading images in the JPEG 2000 format.
J2KImageReadParam() - Constructor for class com.sun.media.imageio.plugins.jpeg2000.J2KImageReadParam
Constructs a default instance of J2KImageReadParam.
J2KImageWriteParam - class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam.
A subclass of ImageWriteParam for writing images in the JPEG 2000 format.
J2KImageWriteParam() - Constructor for class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Constructs a J2KImageWriteParam object with default values for all parameters.
J2KImageWriteParam(Locale) - Constructor for class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Constructor which sets the Locale.
JPEG_PROC_BASELINE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "JPEGProc" tag.
JPEG_PROC_LOSSLESS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "JPEGProc" tag.

L

length() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
length() - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
Returns the number of bytes currently in the FileChannel.
length() - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
Returns the number of bytes currently in the FileChannel.
LIGHT_SOURCE_D55 - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_D65 - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_D75 - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_DAYLIGHT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_FLUORESCENT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_OTHER - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_STANDARD_LIGHT_A - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_STANDARD_LIGHT_B - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_STANDARD_LIGHT_C - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_TUNGSTEN - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_UNKNOWN - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.

M

mark() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
MAX_DATATYPE - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
The numerically largest constant representing a TIFF data type.
metadata - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The IIOMetadata object containing metadata for the current image.
metadata - Variable in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
The IIOMetadata object containing metadata for the current image.
METERING_MODE_AVERAGE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "MeteringMode" tag.
METERING_MODE_CENTER_WEIGHTED_AVERAGE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "MeteringMode" tag.
METERING_MODE_MAX_RESERVED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "MeteringMode" tag.
METERING_MODE_MIN_RESERVED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "MeteringMode" tag.
METERING_MODE_MULTI_SPOT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "MeteringMode" tag.
METERING_MODE_OTHER - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "MeteringMode" tag.
METERING_MODE_PARTIAL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "MeteringMode" tag.
METERING_MODE_PATTERN - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "MeteringMode" tag.
METERING_MODE_SPOT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "MeteringMode" tag.
METERING_MODE_UNKNOWN - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "MeteringMode" tag.
MIN_DATATYPE - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
The numerically smallest constant representing a TIFF data type.

N

NEW_SUBFILE_TYPE_REDUCED_RESOLUTION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A mask to be used with the "NewSubfileType" tag.
NEW_SUBFILE_TYPE_SINGLE_PAGE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A mask to be used with the "NewSubfileType" tag.
NEW_SUBFILE_TYPE_TRANSPARENCY - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A mask to be used with the "NewSubfileType" tag.

O

offset - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The offset in the source ImageInputStream of the start of the data to be decompressed.
ORIENTATION_ROW_0_BOTTOM_COLUMN_0_LEFT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Orientation" tag.
ORIENTATION_ROW_0_BOTTOM_COLUMN_0_RIGHT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Orientation" tag.
ORIENTATION_ROW_0_LEFT_COLUMN_0_BOTTOM - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Orientation" tag.
ORIENTATION_ROW_0_LEFT_COLUMN_0_TOP - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Orientation" tag.
ORIENTATION_ROW_0_RIGHT_COLUMN_0_BOTTOM - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Orientation" tag.
ORIENTATION_ROW_0_RIGHT_COLUMN_0_TOP - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Orientation" tag.
ORIENTATION_ROW_0_TOP_COLUMN_0_LEFT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Orientation" tag.
ORIENTATION_ROW_0_TOP_COLUMN_0_RIGHT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Orientation" tag.

P

PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "PhotometricInterpretation" tag.
PHOTOMETRIC_INTERPRETATION_CIELAB - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "PhotometricInterpretation" tag.
PHOTOMETRIC_INTERPRETATION_CMYK - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "PhotometricInterpretation" tag.
PHOTOMETRIC_INTERPRETATION_ICCLAB - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "PhotometricInterpretation" tag.
PHOTOMETRIC_INTERPRETATION_PALETTE_COLOR - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "PhotometricInterpretation" tag.
PHOTOMETRIC_INTERPRETATION_RGB - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "PhotometricInterpretation" tag.
PHOTOMETRIC_INTERPRETATION_TRANSPARENCY_MASK - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "PhotometricInterpretation" tag.
PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "PhotometricInterpretation" tag.
PHOTOMETRIC_INTERPRETATION_Y_CB_CR - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "PhotometricInterpretation" tag.
photometricInterpretation - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The value of the PhotometricInterpretation tag.
planar - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
true if the image is encoded using separate planes.
PLANAR_CONFIGURATION_CHUNKY - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "PlanarConfiguration" tag.
PLANAR_CONFIGURATION_PLANAR - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "PlanarConfiguration" tag.
PNMImageWriteParam - class com.sun.media.imageio.plugins.pnm.PNMImageWriteParam.
A subclass of ImageWriteParam for writing images in the PNM format.
PNMImageWriteParam() - Constructor for class com.sun.media.imageio.plugins.pnm.PNMImageWriteParam
Constructs a PNMImageWriteParam object with default values for parameters.
PREDICTOR_HORIZONTAL_DIFFERENCING - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Predictor" tag.
PREDICTOR_NONE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Predictor" tag.
PROPERTY_NAME_IMAGE_READ_PARAM - Static variable in class com.sun.media.jai.operator.ImageReadDescriptor
ImageReadParam property name "JAI.ImageReadParam".
PROPERTY_NAME_IMAGE_READER - Static variable in class com.sun.media.jai.operator.ImageReadDescriptor
ImageReader property name "JAI.ImageReader".
PROPERTY_NAME_IMAGE_WRITE_PARAM - Static variable in class com.sun.media.jai.operator.ImageWriteDescriptor
ImageWriteParam property name "JAI.ImageWriteParam".
PROPERTY_NAME_IMAGE_WRITER - Static variable in class com.sun.media.jai.operator.ImageWriteDescriptor
ImageWriter property name "JAI.ImageWriter".
PROPERTY_NAME_METADATA_IMAGE - Static variable in class com.sun.media.jai.operator.ImageReadDescriptor
Image metadata property name "JAI.ImageMetadata".
PROPERTY_NAME_METADATA_IMAGE - Static variable in class com.sun.media.jai.operator.ImageWriteDescriptor
Image metadata property name.
PROPERTY_NAME_METADATA_STREAM - Static variable in class com.sun.media.jai.operator.ImageReadDescriptor
Stream metadata property name "JAI.StreamMetadata".
PROPERTY_NAME_METADATA_STREAM - Static variable in class com.sun.media.jai.operator.ImageWriteDescriptor
Stream metadata property name.
PROPERTY_NAME_RENDERABLE_INPUT - Static variable in class com.sun.media.jai.operator.ImageReadDescriptor
Renderable input property name "JAI.RenderableInput".
PROPERTY_NAME_THUMBNAILS - Static variable in class com.sun.media.jai.operator.ImageReadDescriptor
Thumbnail property name "JAI.Thumbnails".
PROPERTY_NAME_THUMBNAILS - Static variable in class com.sun.media.jai.operator.ImageWriteDescriptor
Thumbnail property name.

R

rawImage - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
A BufferedImage for the decodeRaw method to write into.
RawImageInputStream - class com.sun.media.imageio.stream.RawImageInputStream.
This class defines the content of the ImageInputStream containing several raw images with the same image type: the number of the images, the image type, the offset for the first sample of each image, and the image size information.
RawImageInputStream(ImageInputStream, ImageTypeSpecifier, long[], Dimension[]) - Constructor for class com.sun.media.imageio.stream.RawImageInputStream
Constructor.
RawImageInputStream(ImageInputStream, InputSource) - Constructor for class com.sun.media.imageio.stream.RawImageInputStream
Constructor.
RawImageInputStream(ImageInputStream, SampleModel, long[], Dimension[]) - Constructor for class com.sun.media.imageio.stream.RawImageInputStream
Constructor.
read() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
read() - Method in class com.sun.media.imageio.stream.SegmentedImageInputStream
Reads the next byte of data from the input stream.
read() - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
read() - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
read(byte[]) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
read(byte[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
read(byte[], int, int) - Method in class com.sun.media.imageio.stream.SegmentedImageInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(byte[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
read(byte[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
readBit() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readBits(int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readBoolean() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readByte() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readBytes(IIOByteBuffer, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readChar() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readDouble() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
reader - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The ImageReader calling this TIFFDecompressor.
readFloat() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(byte[]) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(byte[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(char[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(char[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
readFully(char[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
readFully(double[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(double[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
readFully(double[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
readFully(float[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(float[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
readFully(float[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
readFully(int[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(int[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
readFully(int[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
readFully(long[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(long[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
readFully(long[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
readFully(short[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(short[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
readFully(short[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
readInt() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readLine() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readLong() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readShort() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readUnsignedByte() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readUnsignedInt() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readUnsignedShort() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readUTF() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
removeAllowedTagSet(TIFFTagSet) - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageReadParam
Removes a TIFFTagSet object from the list of allowed tag sets.
reset() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
RESOLUTION_UNIT_CENTIMETER - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "ResolutionUnit" tag.
RESOLUTION_UNIT_INCH - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "ResolutionUnit" tag.
RESOLUTION_UNIT_NONE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "ResolutionUnit" tag.

S

SAMPLE_FORMAT_FLOATING_POINT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "SampleFormat" tag.
SAMPLE_FORMAT_SIGNED_INTEGER - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "SampleFormat" tag.
SAMPLE_FORMAT_UNDEFINED - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "SampleFormat" tag.
SAMPLE_FORMAT_UNSIGNED_INTEGER - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "SampleFormat" tag.
sampleFormat - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The value of the SampleFormat tag.
samplesPerPixel - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The value of the SamplesPerPixel tag.
SCENE_TYPE_DSC - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SceneType" tag.
seek(long) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
seek(long) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
Invokes the superclass method, writes any unwritten data, and sets the channel position to the supplied parameter.
seek(long) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
Invokes the superclass method and sets the position within the memory mapped buffer.
SegmentedImageInputStream - class com.sun.media.imageio.stream.SegmentedImageInputStream.
A SegmentedImageInputStream provides a view of a subset of another ImageInputStream consiting of a series of segments with given starting positions in the source stream and lengths.
SegmentedImageInputStream(ImageInputStream, long[], int[]) - Constructor for class com.sun.media.imageio.stream.SegmentedImageInputStream
Constructs a SegmentedImageInputStream given a ImageInputStream as input and a list of the starting positions and lengths of the segments of the source stream.
SegmentedImageInputStream(ImageInputStream, long[], int, int) - Constructor for class com.sun.media.imageio.stream.SegmentedImageInputStream
Constructs a SegmentedImageInputStream given a ImageInputStream as input, a list of the starting positions of the segments of the source stream, the common length of each segment, and the total length of the segments.
SegmentedImageInputStream(ImageInputStream, StreamSegmentMapper) - Constructor for class com.sun.media.imageio.stream.SegmentedImageInputStream
Constructs a SegmentedImageInputStream given a ImageInputStream as input and an instance of StreamSegmentMapper.
SENSING_METHOD_COLOR_SEQUENTIAL_AREA_SENSOR - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SensingMethod" tag.
SENSING_METHOD_COLOR_SEQUENTIAL_LINEAR_SENSOR - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SensingMethod" tag.
SENSING_METHOD_NOT_DEFINED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SensingMethod" tag.
SENSING_METHOD_ONE_CHIP_COLOR_AREA_SENSOR - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SensingMethod" tag.
SENSING_METHOD_THREE_CHIP_COLOR_AREA_SENSOR - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SensingMethod" tag.
SENSING_METHOD_TRILINEAR_SENSOR - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SensingMethod" tag.
SENSING_METHOD_TWO_CHIP_COLOR_AREA_SENSOR - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SensingMethod" tag.
setActiveSrcHeight(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the activeSrcHeight field.
setActiveSrcMinX(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the activeSrcMinX field.
setActiveSrcMinY(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the activeSrcMinY field.
setActiveSrcWidth(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the activeSrcWidth field.
setBitOffset(int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
setBitsPerSample(int[]) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the bitsPerSample field.
setByteCount(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the byteCount field.
setByteOrder(ByteOrder) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
setByteOrder(ByteOrder) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
setByteOrder(ByteOrder) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
setCodeBlockSize(int[]) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets codeBlockSize.
setColorConverter(TIFFColorConverter) - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageReadParam
Sets the TIFFColorConverter object for the pixel data being read.
setColorConverter(TIFFColorConverter) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the TIFFColorConverter object describing the color space of the encoded data in the input stream.
setColorConverter(TIFFColorConverter, int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageWriteParam
Sets the TIFFColorConverter object describing the color space to which the input data should be converted for storage in the input stream.
setColorMap(char[]) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the colorMap field.
setComponentTransformation(boolean) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets componentTransformation.
setCompression(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the compression field.
setDecodingRate(double) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageReadParam
Sets decodingRate.
setDestinationBands(int[]) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the destinationBands field.
setDstHeight(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the dstHeight field.
setDstMinX(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the dstMinX field.
setDstMinY(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the dstMinY field.
setDstWidth(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the dstWidth field.
setDstXOffset(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the dstXOffset field.
setDstYOffset(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the dstYOffset field.
setEncodingRate(double) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets encodingRate.
setEPH(boolean) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets EPH.
setExtraSamples(int[]) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the extraSamples field.
setFilter(String) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets filter.
setImage(BufferedImage) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the image field.
setLossless(boolean) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets lossless.
setMetadata(IIOMetadata) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the metadata field.
setMetadata(IIOMetadata) - Method in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Sets the value of the metadata field.
setOffset(long) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the offset field.
setPhotometricInterpretation(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the photometricInterpretation field.
setPlanar(boolean) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the planar field.
setProgressionType(String) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets progressionType.
setRaw(boolean) - Method in class com.sun.media.imageio.plugins.pnm.PNMImageWriteParam
Sets the representation to be used.
setReader(ImageReader) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the reader field.
setResolution(int) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageReadParam
Sets resolution.
setSampleFormat(int[]) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the sampleFormat field.
setSamplesPerPixel(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the samplesPerPixel field.
setSegmentLength(int) - Method in class com.sun.media.imageio.stream.StreamSegment
Sets the length of the segment.
setSOP(boolean) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets SOP.
setSourceBands(int[]) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the sourceBands field.
setSourceXOffset(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the sourceXOffset field.
setSourceYOffset(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the sourceYOffset.
setSrcHeight(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the srcHeight field.
setSrcMinX(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the srcMinX field.
setSrcMinY(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the srcMinY field.
setSrcWidth(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the srcWidth field.
setStartPos(long) - Method in class com.sun.media.imageio.stream.StreamSegment
Sets the starting position of the segment.
setStream(ImageInputStream) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the stream field.
setStream(ImageOutputStream) - Method in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Sets the ImageOutputStream to be written.
setSubsampleX(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the subsampleX field.
setSubsampleY(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the subsampleY field.
setTIFFCompressor(TIFFCompressor) - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageWriteParam
Sets the TIFFCompressor object to be used by the ImageWriter to encode each image strip or tile.
setTIFFDecompressor(TIFFDecompressor) - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageReadParam
Sets the TIFFDecompressor object to be used by the ImageReader to decode each image strip or tile.
setTopDown(boolean) - Method in class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
If set, the data will be written out in a top-down manner, the first scanline being written first.
setWriteCodeStreamOnly(boolean) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets writeCodeStreamOnly.
setWriter(ImageWriter) - Method in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Sets the value of the writer field.
skipBytes(int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
skipBytes(long) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
sourceBands - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The sequence of source bands that are to be copied into the destination.
sourceXOffset - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The source X offset used, along with dstXOffset and subsampleX, to map between horizontal source and destination pixel coordinates.
sourceYOffset - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The source Y offset used, along with dstYOffset and subsampleY, to map between vertical source and destination pixel coordinates.
srcHeight - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The height of the source region being decoded from the source stream.
srcMinX - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The X coordinate of the upper-left pixel of the source region being decoded from the source stream.
srcMinY - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The Y coordinate of the upper-left pixel of the source region being decoded from the source stream.
srcWidth - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The width of the source region being decoded from the source stream.
stream - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The ImageInputStream containing the TIFF source data.
stream - Variable in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
The ImageOutputStream to be written.
StreamSegment - class com.sun.media.imageio.stream.StreamSegment.
A utility class representing a segment within a stream as a long starting position and an int length.
StreamSegment() - Constructor for class com.sun.media.imageio.stream.StreamSegment
Constructs a StreamSegment.
StreamSegment(long, int) - Constructor for class com.sun.media.imageio.stream.StreamSegment
Constructs a StreamSegment with a given starting position and length.
StreamSegmentMapper - interface com.sun.media.imageio.stream.StreamSegmentMapper.
An interface for use with the SegmentedImageInputStream class.
SUBFILE_TYPE_FULL_RESOLUTION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "SubfileType" tag.
SUBFILE_TYPE_REDUCED_RESOLUTION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "SubfileType" tag.
SUBFILE_TYPE_SINGLE_PAGE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "SubfileType" tag.
subsampleX - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The horizontal subsampling factor.
subsampleY - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The vertical subsampling factor.

T

T4_OPTIONS_2D_CODING - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A mask to be used with the "T4Options" tag.
T4_OPTIONS_EOL_BYTE_ALIGNED - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A mask to be used with the "T4Options" tag.
T4_OPTIONS_UNCOMPRESSED - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A mask to be used with the "T4Options" tag.
T6_OPTIONS_UNCOMPRESSED - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A mask to be used with the "T6Options" tag.
TAG_APERTURE_VALUE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the lens aperture (type RATIONAL).
TAG_ARTIST - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Artist" tag.
TAG_BAD_FAX_LINES - Static variable in class com.sun.media.imageio.plugins.tiff.FaxTIFFTagSet
Tag indicating the number of bad fax lines (type SHORT or LONG).
TAG_BITS_PER_SAMPLE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "BitsPerSample" tag.
TAG_BRIGHTNESS_VALUE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the value of brightness (type SRATIONAL).
TAG_CELL_LENGTH - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "cell_length" tag.
TAG_CELL_WIDTH - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Cell_Width" tag.
TAG_CFA_PATTERN - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the color filter array geometric pattern of the image sensore when a one-ship color area sensor if used (type UNDEFINED).
TAG_CLEAN_FAX_DATA - Static variable in class com.sun.media.imageio.plugins.tiff.FaxTIFFTagSet
Tag indicating the number of lines of clean fax data (type SHORT).
TAG_COLOR_MAP - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "ColorMap" tag.
TAG_COLOR_SPACE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the color space information (type SHORT).
TAG_COMPONENTS_CONFIGURATION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag containg the components configuration information (type UNDEFINED, count = 4).
TAG_COMPRESSED_BITS_PER_PIXEL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the number of compressed bits per pixel (type RATIONAL).
TAG_COMPRESSION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Compression" tag.
TAG_CONSECUTIVE_BAD_LINES - Static variable in class com.sun.media.imageio.plugins.tiff.FaxTIFFTagSet
Tag indicating the number of consecutive bad lines (type SHORT or LONG).
TAG_COPYRIGHT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Copyright" tag.
TAG_DATE_TIME - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "DateTime" tag.
TAG_DATE_TIME_DIGITIZED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the date and time when the image was stored as digital data (type ASCII).
TAG_DATE_TIME_ORIGINAL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the date and time when the original image was generated (type ASCII).
TAG_DOCUMENT_NAME - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "document_name" tag.
TAG_DOT_RANGE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "DotRange" tag.
TAG_EXIF_IFD_POINTER - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFParentTIFFTagSet
Tag pointing to the EXIF IFD (type LONG).
TAG_EXIF_VERSION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag containg the EXIF version number (type UNDEFINED, count = 4).
TAG_EXPOSURE_BIAS_VALUE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the exposure bias (type SRATIONAL).
TAG_EXPOSURE_INDEX - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the exposure index selected on the camera or input device at the time the image was captured (type RATIONAL).
TAG_EXPOSURE_PROGRAM - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the class of the programs used to set exposure when the picture was taken (type SHORT).
TAG_EXPOSURE_TIME - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the exposure time, in seconds (type RATIONAL).
TAG_EXTRA_SAMPLES - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "ExtraSamples" tag.
TAG_F_NUMBER - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the F number (type RATIONAL).
TAG_FILE_SOURCE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the image source (type UNDEFINED).
TAG_FILL_ORDER - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "fill_order" tag.
TAG_FLASH - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the flash firing status and flash return status (type SHORT).
TAG_FLASH_ENERGY - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the strobe energy at the time the image was captured, as measured in Beam Candle Power Seconds (BCPS) (type RATIONAL).
TAG_FLASHPIX_VERSION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the FlashPix version number (type UNDEFINED, count = 4).
TAG_FOCAL_LENGTH - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the actual focal length of the lens, in millimeters (type RATIONAL).
TAG_FOCAL_PLANE_RESOLUTION_UNIT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
Indicates the unit for measuring FocalPlaneXResolution and FocalPlaneYResolution (type SHORT).
TAG_FOCAL_PLANE_X_RESOLUTION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
Indicates the number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane (type RATIONAL).
TAG_FOCAL_PLANE_Y_RESOLUTION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
Indicate the number of pixels in the image height (Y) direction per FocalPlaneResolutionUnit on the camera focal plane (type RATIONAL).
TAG_FREE_BYTE_COUNTS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "FreeByteCounts" tag.
TAG_FREE_OFFSETS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "FreeOffsets" tag.
TAG_GEO_ASCII_PARAMS - Static variable in class com.sun.media.imageio.plugins.tiff.GeoTIFFTagSet
A tag used to store all ASCII-values GeoKeys.
TAG_GEO_DOUBLE_PARAMS - Static variable in class com.sun.media.imageio.plugins.tiff.GeoTIFFTagSet
A tag used to store all double-values GeoKeys.
TAG_GEO_KEY_DIRECTORY - Static variable in class com.sun.media.imageio.plugins.tiff.GeoTIFFTagSet
A tag used to store the GeoKey directory.
TAG_GPS_INFO_IFD_POINTER - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag pointing to a GPS info IFD (type LONG).
TAG_GRAY_RESPONSE_CURVE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "GrayResponseCurve" tag.
TAG_GRAY_RESPONSE_UNIT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "GrayResponseUnit" tag.
TAG_HALFTONE_HINTS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "HalftoneHints" tag.
TAG_HOST_COMPUTER - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "HostComputer" tag.
TAG_ICC_PROFILE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "ICC_PROFILE" tag.
TAG_IMAGE_DESCRIPTION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Image_description" tag.
TAG_IMAGE_LENGTH - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "ImageLength" tag.
TAG_IMAGE_WIDTH - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "ImageWidth" tag.
TAG_INK_NAMES - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "InkNames" tag.
TAG_INK_SET - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "InkSet" tag.
TAG_INTEROPERABILITY_IFD_POINTER - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag pointing to an interoperaibility IFD (type LONG).
TAG_ISO_SPEED_RATINGS - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the ISO speed and ISO latitude of the camera or input device, as specified in ISO 12232xiv (type SHORT).
TAG_JPEG_AC_TABLES - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "JPEGACTables" tag.
TAG_JPEG_DC_TABLES - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "JPEGDCTables" tag.
TAG_JPEG_INTERCHANGE_FORMAT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "JPEGInterchangeFormat" tag.
TAG_JPEG_INTERCHANGE_FORMAT_LENGTH - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "JPEGInterchangeFormatLength" tag.
TAG_JPEG_LOSSLESS_PREDICTORS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "JPEGLosslessPredictors" tag.
TAG_JPEG_POINT_TRANSFORMS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "JPEGPointTransforms" tag.
TAG_JPEG_PROC - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "JPEGProc" tag.
TAG_JPEG_Q_TABLES - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "JPEGQTables" tag.
TAG_JPEG_RESTART_INTERVAL - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "JPEGRestartInterval" tag.
TAG_JPEG_TABLES - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "JPEGTables" tag.
TAG_LIGHT_SOURCE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicatingthe kind of light source (type SHORT).
TAG_MAKE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Make" tag.
TAG_MARKER_NOTE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating a manufacturer-defined marker note (type UNDEFINED).
TAG_MAX_APERTURE_VALUE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the smallest F number of the lens (type RATIONAL).
TAG_MAX_SAMPLE_VALUE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Max_sample_value" tag.
TAG_METERING_MODE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the metering mode (type SHORT).
TAG_MIN_SAMPLE_VALUE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Min_sample_value" tag.
TAG_MODEL - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Model" tag.
TAG_MODEL_PIXEL_SCALE - Static variable in class com.sun.media.imageio.plugins.tiff.GeoTIFFTagSet
A tag used to specify the size of raster pixel spacing in model space units.
TAG_MODEL_TIE_POINT - Static variable in class com.sun.media.imageio.plugins.tiff.GeoTIFFTagSet
A tag used to store raster->model tiepoint pairs.
TAG_MODEL_TRANSFORMATION - Static variable in class com.sun.media.imageio.plugins.tiff.GeoTIFFTagSet
A tag used to specify the transformation matrix between the raster space and the model space.
TAG_NEW_SUBFILE_TYPE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "NewSubfileType" tag.
TAG_NUMBER_OF_INKS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "NumberOfInks" tag.
TAG_OECF - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the optoelectric conversion function, specified in ISO 14254xv (type UNDEFINED).
TAG_ORIENTATION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Orientation" tag.
TAG_PAGE_NAME - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "PageName" tag.
TAG_PAGE_NUMBER - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "PageNumber" tag.
TAG_PHOTOMETRIC_INTERPRETATION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "PhotometricInterpretation" tag.
TAG_PIXEL_X_DIMENSION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the pixel X dimension (type SHORT or LONG).
TAG_PIXEL_Y_DIMENSION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the pixel Y dimension (type SHORT or LONG).
TAG_PLANAR_CONFIGURATION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "PlanarConfiguration" tag.
TAG_PREDICTOR - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Predictor" tag.
TAG_PRIMARY_CHROMATICITES - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "PrimaryChromaticites" tag.
TAG_REFERENCE_BLACK_WHITE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "ReferenceBlackWhite" tag.
TAG_RELATED_SOUND_FILE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the name of a related sound file (type ASCII).
TAG_RESOLUTION_UNIT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "ResolutionUnit" tag.
TAG_ROWS_PER_STRIP - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Rows_per_strip" tag.
TAG_S_MAX_SAMPLE_VALUE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "SMaxSampleValue" tag.
TAG_S_MIN_SAMPLE_VALUE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "SMinSampleValue" tag.
TAG_SAMPLE_FORMAT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "SampleFormat" tag.
TAG_SAMPLES_PER_PIXEL - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Samples_per_pixel" tag.
TAG_SCENE_TYPE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the type of scene (type UNDEFINED).
TAG_SENSING_METHOD - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the sensor type on the camera or input device (type SHORT).
TAG_SHUTTER_SPEED_VALUE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the shutter speed (type SRATIONAL).
TAG_SOFTWARE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Software" tag.
TAG_SPATIAL_FREQUENCY_RESPONSE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the camera or input device spatial frequency table and SFR values in the direction of image width, image height, and diagonal direction, as specified in ISO 12233xvi (type UNDEFINED).
TAG_SPECTRAL_SENSITIVITY - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the spectral sensitivity of each channel of the camera used (type ASCII).
TAG_STRIP_BYTE_COUNTS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Strip_byte_counts" tag.
TAG_STRIP_OFFSETS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Strip_offsets" tag.
TAG_SUB_SEC_TIME - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag used to record fractions of seconds for the "DateTime" tag (type ASCII).
TAG_SUB_SEC_TIME_DIGITIZED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag used to record fractions of seconds for the "DateTimeDigitized" tag (type ASCII).
TAG_SUB_SEC_TIME_ORIGINAL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag used to record fractions of seconds for the "DateTimeOriginal" tag (type ASCII).
TAG_SUBFILE_TYPE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "SubfileType" tag.
TAG_SUBJECT_DISTANCE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the distance to the subject, in meters (type RATIONAL).
TAG_SUBJECT_LOCATION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the column and row of the center pixel of the main subject in the scene (type SHORT, count = 2).
TAG_T4_OPTIONS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "T4Options" tag.
TAG_T6_OPTIONS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "T6Options" tag.
TAG_TARGET_PRINTER - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "TargetPrinter" tag.
TAG_THRESHHOLDING - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Threshholding" tag.
TAG_TILE_BYTE_COUNTS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "TileByteCounts" tag.
TAG_TILE_LENGTH - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "TileLength" tag.
TAG_TILE_OFFSETS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "TileOffsets" tag.
TAG_TILE_WIDTH - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "TileWidth" tag.
TAG_TRANSFER_FUNCTION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "TransferFunction" tag.
TAG_TRANSFER_RANGE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "TransferRange" tag.
TAG_USER_COMMENT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating a user comment (type UNDEFINED).
TAG_WHITE_POINT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "WhitePoint" tag.
TAG_X_POSITION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "XPosition" tag.
TAG_X_RESOLUTION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "XResolution" tag.
TAG_Y_CB_CR_COEFFICIENTS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "YCbCrCoefficients" tag.
TAG_Y_CB_CR_POSITIONING - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "YCbCrPositioning" tag.
TAG_Y_CB_CR_SUBSAMPLING - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "YCbCrSubsampling" tag.
TAG_Y_POSITION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "YPosition" tag.
TAG_Y_RESOLUTION - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "YResolution" tag.
THRESHHOLDING_NONE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Thresholding" tag.
THRESHHOLDING_ORDERED_DITHER - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Thresholding" tag.
THRESHHOLDING_RANDOMIZED_DITHER - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Thresholding" tag.
TIFF_ASCII - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for null-terminated ASCII strings.
TIFF_BYTE - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for 8 bit unsigned integers.
TIFF_DOUBLE - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for 64 bit IEEE doubles.
TIFF_FLOAT - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for 32 bit IEEE floats.
TIFF_IFD_POINTER - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for IFD pointer (Tech Note 1).
TIFF_LONG - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for 32 bit unsigned integers.
TIFF_RATIONAL - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for pairs of 32 bit unsigned integers.
TIFF_SBYTE - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for 8 bit signed integers.
TIFF_SHORT - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for 16 bit unsigned integers.
TIFF_SLONG - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for 32 bit signed integers.
TIFF_SRATIONAL - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for pairs of 32 bit signed integers.
TIFF_SSHORT - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for 16 bit signed integers.
TIFF_UNDEFINED - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
Flag for 8 bit uninterpreted bytes.
TIFFColorConverter - class com.sun.media.imageio.plugins.tiff.TIFFColorConverter.
An abstract class that performs simple color conversion on 3-banded source images, for use with the TIFF ImageIO plug-in.
TIFFColorConverter() - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFColorConverter
Constructs an instance of a TIFFColorConverter.
TIFFCompressor - class com.sun.media.imageio.plugins.tiff.TIFFCompressor.
An abstract superclass for pluggable TIFF compressors.
TIFFCompressor(String, int, boolean) - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Creates a compressor object for use in compressing TIFF data.
TIFFDecompressor - class com.sun.media.imageio.plugins.tiff.TIFFDecompressor.
A class defining a pluggable TIFF decompressor.
TIFFDecompressor() - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
 
TIFFImageReadParam - class com.sun.media.imageio.plugins.tiff.TIFFImageReadParam.
A subclass of ImageReadParam allowing control over the TIFF reading process.
TIFFImageReadParam() - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFImageReadParam
Constructs a TIFFImageReadParam.
TIFFImageWriteParam - class com.sun.media.imageio.plugins.tiff.TIFFImageWriteParam.
A subclass of ImageWriteParam allowing control over the standard TIFF compression types.
TIFFImageWriteParam(Locale) - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFImageWriteParam
Constructs a TIFFImageWriteParam instance for a given Locale.
TIFFTag - class com.sun.media.imageio.plugins.tiff.TIFFTag.
A class defining the notion of a TIFF tag.
TIFFTag(String, int, int) - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFTag
Constructs a TIFFTag with a given name, tag number, set of legal data types.
TIFFTag(String, int, int, TIFFTagSet) - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFTag
Constructs a TIFFTag with a given name, tag number, set of legal data types, and a reference to the TIFFTagSet to which it belongs.
TIFFTagSet - class com.sun.media.imageio.plugins.tiff.TIFFTagSet.
A class representing a set of TIFF tags.
TIFFTagSet(List) - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFTagSet
Constructs a TIFFTagSet, given a List of TIFFTag objects.
toRGB(float, float, float, float[]) - Method in class com.sun.media.imageio.plugins.tiff.TIFFColorConverter
Converts a triple in the native color space of this TIFFColorConverter into an RGB triple, and stores the result in the first three entries of the rgb array.

U

unsetColorConverter() - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageWriteParam
Removes any currently set ColorConverter object and PhotometricInterpretation tag value.

V

validateParameters(String, ParameterBlock, StringBuffer) - Method in class com.sun.media.jai.operator.ImageReadDescriptor
Validates the parameters in the supplied ParameterBlock.
validateParameters(String, ParameterBlock, StringBuffer) - Method in class com.sun.media.jai.operator.ImageWriteDescriptor
Validates the parameters in the supplied ParameterBlock.
VERSION_2 - Static variable in class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Constant for BMP version 2.
VERSION_3 - Static variable in class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Constant for BMP version 3.
VERSION_4 - Static variable in class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Constant for BMP version 4.
VERSION_5 - Static variable in class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Constant for BMP version 5.

W

write(byte[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
write(int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
writeChars(char[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
writeDoubles(double[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
writeFloats(float[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
writeInts(int[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
writeLongs(long[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
writer - Variable in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
The ImageWriter calling this TIFFCompressor.
writeShorts(short[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 

Y

Y_CB_CR_POSITIONING_CENTERED - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "YCbCrPositioning" tag.
Y_CB_CR_POSITIONING_COSITED - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "YCbCrPositioning" tag.

A B C D E F G H I J L M N O P R S T U V W Y