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

A

ALTITUDE_REF_SEA_LEVEL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSAltitudeRef" tag.
ALTITUDE_REF_SEA_LEVEL_REFERENCE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSAltitudeRef" tag.
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.
addTIFFField(TIFFField) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Adds a TIFF field to the directory.
addTagSet(TIFFTagSet) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Adds an element to the group of TIFFTagSets of which this directory is aware.
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

BMPImageWriteParam - class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam.
A subclass of ImageWriteParam for encoding images in the BMP format.
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.
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.
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.
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.
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.
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_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.
COMPRESSION_ZLIB - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "Compression" tag.
CONTRAST_HARD - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Contrast" tag.
CONTRAST_NORMAL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Contrast" tag.
CONTRAST_SOFT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Contrast" tag.
CUSTOM_RENDERED_CUSTOM - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "CustomRendered" tag.
CUSTOM_RENDERED_NORMAL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "CustomRendered" tag.
clone() - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Clones the directory and all the fields contained therein.
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.
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.RawImageInputStream
 
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 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.
compareTo(Object) - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Compares this TIFFField with another TIFFField by comparing the tags.
compression - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The value of 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.
containsTIFFField(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Determines whether a TIFF field with the given tag number is contained in this directory.
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.
createArrayForType(int, int) - Static method in class com.sun.media.imageio.plugins.tiff.TIFFField
Creates an array appropriate for the indicated data type.
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.
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.
createFromMetadata(IIOMetadata) - Static method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Creates a TIFFDirectory instance from the contents of an image metadata object.
createFromMetadataNode(TIFFTagSet, Node) - Static method in class com.sun.media.imageio.plugins.tiff.TIFFField
Creates a TIFFField from a TIFF native image metadata node.
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

DEST_DISTANCE_REF_KILOMETERS - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSDestDistanceRef" tag.
DEST_DISTANCE_REF_KNOTS - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSDestDistanceRef" tag.
DEST_DISTANCE_REF_MILES - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSDestDistanceRef" tag.
DIFFERENTIAL_CORRECTION_APPLIED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSDifferential" tag.
DIFFERENTIAL_CORRECTION_NONE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSDifferential" tag.
DIRECTION_REF_MAGNETIC - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSTrackRef", "GPSImgDirectionRef", and "GPSDestBearingRef" tags.
DIRECTION_REF_TRUE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSTrackRef", "GPSImgDirectionRef", and "GPSDestBearingRef" tags.
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(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.
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(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.
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

EXIFGPSTagSet - class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet.
A class representing the tags found in an EXIF GPS Info IFD.
EXIFInteroperabilityTagSet - class com.sun.media.imageio.plugins.tiff.EXIFInteroperabilityTagSet.
A class representing the tags found in an EXIF Interoperability IFD.
EXIFParentTIFFTagSet - class com.sun.media.imageio.plugins.tiff.EXIFParentTIFFTagSet.
A class containing the TIFF tags used to reference the EXIF and GPS IFDs.
EXIFTIFFTagSet - class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet.
A class representing the tags found in an EXIF IFD.
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.
EXIF_VERSION_2_2 - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
An array of bytes containing the values {'0', '2', '2', '0'} to be used with the "EXIFVersion" tag to indicate EXIF version 2.2.
EXPOSURE_MODE_AUTO_BRACKET - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureMode" tag.
EXPOSURE_MODE_AUTO_EXPOSURE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureMode" tag.
EXPOSURE_MODE_MANUAL_EXPOSURE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "ExposureMode" tag.
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.
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.
extraSamples - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The value of the ExtraSamples tag.

F

FILE_SOURCE_DSC - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "FileSource" tag.
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_MASK_FIRED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A mask to be used with the "Flash" tag, indicating that the flash fired.
FLASH_MASK_FUNCTION_NOT_PRESENT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A mask to be used with the "Flash" tag, indicating no flash function present.
FLASH_MASK_MODE_AUTO - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A mask to be used with the "Flash" tag, indicating auto mode.
FLASH_MASK_MODE_FLASH_FIRING - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A mask to be used with the "Flash" tag, indicating compulsory flash firing mode.
FLASH_MASK_MODE_FLASH_SUPPRESSION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A mask to be used with the "Flash" tag, indicating compulsory flash suppression mode.
FLASH_MASK_RED_EYE_REDUCTION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A mask to be used with the "Flash" tag, indicating red-eye reduction supported.
FLASH_MASK_RETURN_DETECTED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A mask to be used with the "Flash" tag, indicating strobe return light detected.
FLASH_MASK_RETURN_NOT_DETECTED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A mask to be used with the "Flash" tag, indicating strobe return light not detected.
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.
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.
FaxTIFFTagSet - class com.sun.media.imageio.plugins.tiff.FaxTIFFTagSet.
A class representing the extra tags found in a TIFF-F (RFC 2036) file.
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.
flush() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
flushBefore(long) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
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

GAIN_CONTROL_HIGH_GAIN_DOWN - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "GainControl" tag.
GAIN_CONTROL_HIGH_GAIN_UP - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "GainControl" tag.
GAIN_CONTROL_LOW_GAIN_DOWN - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "GainControl" tag.
GAIN_CONTROL_LOW_GAIN_UP - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "GainControl" tag.
GAIN_CONTROL_NONE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "GainControl" tag.
GPS_VERSION_2_2 - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
An array of bytes containing the values {'2', '2', '0', '0'} to be used with the "GPSVersionID" tag to indicate GPS version 2.2.
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_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_TENTHS - 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_THOUSANDTHS - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
A value to be used with the "GrayResponseUnit" tag.
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.
getAsBytes() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns the data as an uninterpreted array of bytes.
getAsChars() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns TIFFTag.TIFF_SHORT data as an array of chars (unsigned 16-bit integers).
getAsDouble(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns data in any format as a double.
getAsDoubles() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns TIFFTag.TIFF_DOUBLE data as an array of doubles (64-bit floating-point values).
getAsFloat(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns data in any format as a float.
getAsFloats() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns TIFFTag.TIFF_FLOAT data as an array of floats (32-bit floating-point values).
getAsInt(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns data in any format as an int.
getAsInts() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns TIFFTag.TIFF_SLONG data as an array of ints (signed 32-bit integers).
getAsLong(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns data in any format as a long.
getAsLongs() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns TIFFTag.TIFF_LONG or TIFF_IFD_POINTER data as an array of longs (signed 64-bit integers).
getAsMetadata() - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Converts the directory to a metadata object.
getAsNativeNode() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns the TIFFField as a node named either "TIFFField" or "TIFFIFD" as described in the TIFF native image metadata specification.
getAsRational(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns a TIFFTag.TIFF_RATIONAL data item as a two-element array of ints.
getAsRationals() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns TIFFTag.TIFF_RATIONAL data as an array of 2-element arrays of longs.
getAsSRational(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns a TIFFTag.TIFF_SRATIONAL data item as a two-element array of ints.
getAsSRationals() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns TIFFTag.TIFF_SRATIONAL data as an array of 2-element arrays of ints.
getAsShorts() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns TIFFTag.TIFF_SSHORT data as an array of shorts (signed 16-bit integers).
getAsString(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns a TIFFTag.TIFF_ASCII value as a String.
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.
getCount() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns the number of data items present in the field.
getData() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns a reference to the data object associated with the field.
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.
getEPH() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets EPH.
getEncodingRate() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets encodingRate.
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.BaselineTIFFTagSet
Returns a shared instance of a BaselineTIFFTagSet.
getInstance() - Static method in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
Returns a shared instance of an EXIFGPSTagSet.
getInstance() - Static method in class com.sun.media.imageio.plugins.tiff.EXIFInteroperabilityTagSet
Returns the shared instance of EXIFInteroperabilityTagSet.
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.EXIFTIFFTagSet
Returns a shared instance of an EXIFTIFFTagSet.
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.GeoTIFFTagSet
Returns a shared instance of a GeoTIFFTagSet.
getLossless() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets lossless.
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.
getNumDecompositionLevels() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets numDecompositionLevels.
getNumImages() - Method in class com.sun.media.imageio.stream.RawImageInputStream
Retrieves the number of images in the ImageInputStream.
getNumTIFFFields() - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Returns the number of TIFFFields in this directory.
getNumber() - Method in class com.sun.media.imageio.plugins.tiff.TIFFTag
Returns the integer used to represent the tag.
getParentTag() - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Returns the parent TIFFTag of this directory if one has been defined or null otherwise.
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.
getSOP() - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Gets SOP.
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.
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.
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.
getTIFFField(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Retrieves a TIFF field from the directory.
getTIFFFields() - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Retrieves all TIFF fields from the directory.
getTag(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Returns the TIFFTag which has tag number equal to tagNumber or null if no such tag exists in the TIFFTagSets associated with this directory.
getTag() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Retrieves the tag associated with this field.
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.
getTagNumber() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Retrieves the tag number in the range [0, 65535].
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.
getTagSets() - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Returns the TIFFTagSets of which this directory is aware.
getType() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns the type of the data stored in the field.
getTypeByName(String) - Static method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns the data type constant corresponding to the supplied data type name.
getTypeName(int) - Static method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns the name of the supplied data type constant.
getValueAsString(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Returns a String containing a human-readable version of the data item.
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
Deprecated.  
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.

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

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.
INTEROPERABILITY_INDEX_R98 - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFInteroperabilityTagSet
A value to be used with the "InteroperabilityIndex" tag.
INTEROPERABILITY_INDEX_THM - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFInteroperabilityTagSet
A value to be used with the "InteroperabilityIndex" tag.
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.
image - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The final destination image.
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]().
isIntegral() - Method in class com.sun.media.imageio.plugins.tiff.TIFFField
Indicates whether the value associated with the field is of integral data type.
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(Locale) - Constructor for class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Constructor which sets the Locale.
J2KImageWriteParam() - Constructor for class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Constructs a J2KImageWriteParam object with default values for all parameters.
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

LATITUDE_REF_NORTH - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSLatitudeRef" and "GPSDestLatitudeRef" tags.
LATITUDE_REF_SOUTH - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSLatitudeRef" and "GPSDestLatitudeRef" tags.
LIGHT_SOURCE_CLOUDY_WEATHER - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_COOL_WHITE_FLUORESCENT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_D50 - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
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_DAYLIGHT_FLUORESCENT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_DAY_WHITE_FLUORESCENT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_FINE_WEATHER - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LIGHT_SOURCE_FLASH - 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_ISO_STUDIO_TUNGSTEN - 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_SHADE - 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.
LIGHT_SOURCE_WHITE_FLUORESCENT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "LightSource" tag.
LONGITUDE_REF_EAST - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSLongitudeRef" and "GPSDestLongitudeRef" tags.
LONGITUDE_REF_WEST - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSLongitudeRef" and "GPSDestLongitudeRef" tags.
length() - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
Returns the number of bytes currently in the FileChannel.
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.RawImageInputStream
 

M

MAX_DATATYPE - Static variable in class com.sun.media.imageio.plugins.tiff.TIFFTag
The numerically largest constant representing a TIFF data type.
MEASURE_MODE_2D - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSMeasureMode" tag.
MEASURE_MODE_3D - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSMeasureMode" tag.
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.
mark() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
metadata - Variable in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
The IIOMetadata object containing metadata for the current image.
metadata - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The IIOMetadata object containing metadata for the current image.

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

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.
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.

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.
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_READER - Static variable in class com.sun.media.jai.operator.ImageReadDescriptor
ImageReader property name "JAI.ImageReader".
PROPERTY_NAME_IMAGE_READ_PARAM - Static variable in class com.sun.media.jai.operator.ImageReadDescriptor
ImageReadParam property name "JAI.ImageReadParam".
PROPERTY_NAME_IMAGE_WRITER - Static variable in class com.sun.media.jai.operator.ImageWriteDescriptor
ImageWriter property name "JAI.ImageWriter".
PROPERTY_NAME_IMAGE_WRITE_PARAM - Static variable in class com.sun.media.jai.operator.ImageWriteDescriptor
ImageWriteParam property name "JAI.ImageWriteParam".
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.
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.

R

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.
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, SampleModel, 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.
rawImage - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
A BufferedImage for the decodeRaw method to write into.
read() - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
read(byte[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
read() - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
read(byte[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
read() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
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() - Method in class com.sun.media.imageio.stream.SegmentedImageInputStream
Reads the next byte of data from the input stream.
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.
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
 
readFloat() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(char[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
readFully(short[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
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.FileChannelImageInputStream
 
readFully(float[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
readFully(double[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
 
readFully(char[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
readFully(short[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
readFully(int[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
readFully(long[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
readFully(float[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
readFully(double[], int, int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
readFully(byte[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(byte[]) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(short[], 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(int[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(long[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(float[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
readFully(double[], int, int) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
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
 
readUTF() - 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
 
reader - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The ImageReader calling this TIFFDecompressor.
removeAllowedTagSet(TIFFTagSet) - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageReadParam
Removes a TIFFTagSet object from the list of allowed tag sets.
removeTIFFField(int) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Removes a TIFF field from the directory.
removeTIFFFields() - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Removes all TIFF fields from the directory.
removeTagSet(TIFFTagSet) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Removes an element from the group of TIFFTagSets of which this directory is aware.
reset() - Method in class com.sun.media.imageio.stream.RawImageInputStream
 

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.
SATURATION_HIGH - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Saturation" tag.
SATURATION_LOW - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Saturation" tag.
SATURATION_NORMAL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Saturation" tag.
SCENE_CAPTURE_TYPE_LANDSCAPE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SceneCaptureType" tag.
SCENE_CAPTURE_TYPE_NIGHT_SCENE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SceneCaptureType" tag.
SCENE_CAPTURE_TYPE_PORTRAIT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SceneCaptureType" tag.
SCENE_CAPTURE_TYPE_STANDARD - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SceneCaptureType" tag.
SCENE_TYPE_DSC - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SceneType" tag.
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.
SHARPNESS_HARD - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Sharpness" tag.
SHARPNESS_NORMAL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Sharpness" tag.
SHARPNESS_SOFT - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "Sharpness" tag.
SPEED_REF_KILOMETERS_PER_HOUR - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSSpeedRef" tag.
SPEED_REF_KNOTS - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSSpeedRef" tag.
SPEED_REF_MILES_PER_HOUR - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSSpeedRef" tag.
STATUS_MEASUREMENT_INTEROPERABILITY - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSStatus" tag.
STATUS_MEASUREMENT_IN_PROGRESS - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A value to be used with the "GPSStatus" tag.
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.
SUBJECT_DISTANCE_RANGE_CLOSE_VIEW - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SubjectDistanceRange" tag.
SUBJECT_DISTANCE_RANGE_DISTANT_VIEW - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SubjectDistanceRange" tag.
SUBJECT_DISTANCE_RANGE_MACRO - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SubjectDistanceRange" tag.
SUBJECT_DISTANCE_RANGE_UNKNOWN - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "SubjectDistanceRange" tag.
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, StreamSegmentMapper) - Constructor for class com.sun.media.imageio.stream.SegmentedImageInputStream
Constructs a SegmentedImageInputStream given a ImageInputStream as input and an instance of StreamSegmentMapper.
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.
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.
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.
seek(long) - Method in class com.sun.media.imageio.stream.FileChannelImageInputStream
Invokes the superclass method and sets the position within the memory mapped buffer.
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.RawImageInputStream
 
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.FileChannelImageInputStream
 
setByteOrder(ByteOrder) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
setByteOrder(ByteOrder) - Method in class com.sun.media.imageio.stream.RawImageInputStream
 
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.TIFFDecompressor
Sets the TIFFColorConverter object describing the color space of the encoded data in the input stream.
setColorConverter(TIFFColorConverter) - Method in class com.sun.media.imageio.plugins.tiff.TIFFImageReadParam
Sets the TIFFColorConverter object for the pixel data being read.
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.
setCompressionType(String) - Method in class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Sets the compression type to one of the values indicated by getCompressionTypes.
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.
setEPH(boolean) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets EPH.
setEncodingRate(double) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets encodingRate.
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.TIFFCompressor
Sets the value of the metadata field.
setMetadata(IIOMetadata) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the metadata field.
setNumDecompositionLevels(int) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets numDecompositionLevels.
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.
setSOP(boolean) - Method in class com.sun.media.imageio.plugins.jpeg2000.J2KImageWriteParam
Sets SOP.
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.
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(ImageOutputStream) - Method in class com.sun.media.imageio.plugins.tiff.TIFFCompressor
Sets the ImageOutputStream to be written.
setStream(ImageInputStream) - Method in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Sets the value of the stream field.
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.TIFFCompressor
The ImageOutputStream to be written.
stream - Variable in class com.sun.media.imageio.plugins.tiff.TIFFDecompressor
The ImageInputStream containing the TIFF source data.
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 sensor when a one-chip 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 containing 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_CONTRAST - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the direction of contrast processing applied by the camera when the image was shot.
TAG_COPYRIGHT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Copyright" tag.
TAG_CUSTOM_RENDERED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the use of special processing on image data, such as rendering geared to output.
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_DEVICE_SETTING_DESCRIPTION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating information on the picture-taking conditions of a particular camera model.
TAG_DIGITAL_ZOOM_RATIO - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the digital zoom ratio when the image was shot.
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 containing 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_MODE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the exposure mode set when the image was shot.
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_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_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_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_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_LENGTH_IN_35MM_FILM - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the equivalent focal length assuming a 35mm film camera, in millimeters.
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_F_NUMBER - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the F number (type RATIONAL).
TAG_GAIN_CONTROL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the degree of overall image gain adjustment.
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_ALTITUDE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Altitude (type RATIONAL, count = 1).
TAG_GPS_ALTITUDE_REF - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Altitude reference (type BYTE, count = 1);
TAG_GPS_AREA_INFORMATION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Name of GPS area (type UNDEFINED).
TAG_GPS_DATE_STAMP - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the GPS date (type ASCII, count 11).
TAG_GPS_DEST_BEARING - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Bearing of destination (type RATIONAL, count = 1).
TAG_GPS_DEST_BEARING_REF - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Reference for bearing of destination (type ASCII, count = 2).
TAG_GPS_DEST_DISTANCE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Distance to destination (type RATIONAL, count = 1).
TAG_GPS_DEST_DISTANCE_REF - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Reference for distance to destination (type ASCII, count = 2).
TAG_GPS_DEST_LATITUDE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Latitude of destination (type RATIONAL, count = 3).
TAG_GPS_DEST_LATITUDE_REF - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Reference for latitude of destination (type ASCII, count = 2).
TAG_GPS_DEST_LONGITUDE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Longitude of destination (type RATIONAL, count = 3).
TAG_GPS_DEST_LONGITUDE_REF - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Reference for longitude of destination (type ASCII, count = 2).
TAG_GPS_DIFFERENTIAL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the GPS differential correction (type SHORT, count = 1).
TAG_GPS_DOP - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Measurement precision (type RATIONAL, count = 1).
TAG_GPS_IMG_DIRECTION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Direction of image (type RATIONAL, count = 1).
TAG_GPS_IMG_DIRECTION_REF - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Reference for direction of image (type ASCII, count = 2).
TAG_GPS_INFO_IFD_POINTER - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFParentTIFFTagSet
Tag pointing to a GPS info IFD (type LONG).
TAG_GPS_INFO_IFD_POINTER - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
Deprecated. Superseded by EXIFParentTIFFTagSet.TAG_GPS_INFO_IFD_POINTER
TAG_GPS_LATITUDE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Latitude (type RATIONAL, count = 3).
TAG_GPS_LATITUDE_REF - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the North or South latitude (type ASCII, count = 2).
TAG_GPS_LONGITUDE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Longitude (type RATIONAL, count = 3).
TAG_GPS_LONGITUDE_REF - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the East or West Longitude (type ASCII, count = 2).
TAG_GPS_MAP_DATUM - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Geodetic survey data used (type ASCII).
TAG_GPS_MEASURE_MODE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the GPS measurement mode (type ASCII, count = 2).
TAG_GPS_PROCESSING_METHOD - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Name of GPS processing method (type UNDEFINED).
TAG_GPS_SATELLITES - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the GPS satellites used for measurement (type ASCII).
TAG_GPS_SPEED - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Speed of GPS receiver (type RATIONAL, count = 1).
TAG_GPS_SPEED_REF - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Speed unit (type ASCII, count = 2).
TAG_GPS_STATUS - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the GPS receiver status (type ASCII, count = 2).
TAG_GPS_TIME_STAMP - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the GPS time (atomic clock) (type RATIONAL, count = 3).
TAG_GPS_TRACK - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Direction of movement (type RATIONAL, count = 1).
TAG_GPS_TRACK_REF - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the Reference for direction of movement (type ASCII, count = 2).
TAG_GPS_VERSION_ID - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFGPSTagSet
A tag indicating the GPS tag version (type BYTE, count = 4).
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_UNIQUE_ID - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating an identifier assigned uniquely to each image.
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 interoperability IFD (type LONG).
TAG_INTEROPERABILITY_INDEX - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFInteroperabilityTagSet
A tag indicating the identification of the Interoperability rule (type ASCII).
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_MAKER_NOTE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating a manufacturer-defined maker note (type UNDEFINED).
TAG_MARKER_NOTE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
Deprecated. Superseded by EXIFTIFFTagSet.TAG_MAKER_NOTE.
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_SAMPLES_PER_PIXEL - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "Samples_per_pixel" tag.
TAG_SAMPLE_FORMAT - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "SampleFormat" tag.
TAG_SATURATION - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the direction of saturation processing applied by the camera when the image was shot.
TAG_SCENE_CAPTURE_TYPE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the type of scene that was shot.
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_SHARPNESS - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the direction of sharpness processing applied by the camera when the image was shot.
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_SUBFILE_TYPE - Static variable in class com.sun.media.imageio.plugins.tiff.BaselineTIFFTagSet
Constant specifying the "SubfileType" tag.
TAG_SUBJECT_AREA - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the location and area of the main subject in the overall scene.
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_DISTANCE_RANGE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the distance to the subject.
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_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_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_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_BALANCE - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A tag indicating the white balance mode set when the image was shot.
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.
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 Image I/O 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
 
TIFFDirectory - class com.sun.media.imageio.plugins.tiff.TIFFDirectory.
A convenience class for simplifying interaction with TIFF native image metadata.
TIFFDirectory(TIFFTagSet[], TIFFTag) - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFDirectory
Constructs a TIFFDirectory which is aware of a given group of TIFFTagSets.
TIFFField - class com.sun.media.imageio.plugins.tiff.TIFFField.
A class representing a field in a TIFF 6.0 Image File Directory.
TIFFField(TIFFTag, int, int, Object) - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFField
Constructs a TIFFField with arbitrary data.
TIFFField(TIFFTag, int, int) - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFField
Constructs a data array using createArrayForType() and invokes TIFFField.TIFFField(TIFFTag,int,int,Object) with the supplied parameters and the created array.
TIFFField(TIFFTag, int) - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFField
Constructs a TIFFField with a single integral value.
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 TIFF writing process.
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, 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 TIFFTagSet to which it refers.
TIFFTag(String, int, int) - Constructor for class com.sun.media.imageio.plugins.tiff.TIFFTag
Constructs a TIFFTag with a given name, tag number, and set of legal data types.
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.
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 defined in TIFF Tech Note 1 in TIFF Specification Supplement 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.
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

VERSION_2 - Static variable in class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Deprecated.  
VERSION_3 - Static variable in class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Deprecated.  
VERSION_4 - Static variable in class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Deprecated.  
VERSION_5 - Static variable in class com.sun.media.imageio.plugins.bmp.BMPImageWriteParam
Deprecated.  
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.

W

WHITE_BALANCE_AUTO - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "WhiteBalance" tag.
WHITE_BALANCE_MANUAL - Static variable in class com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet
A value to be used with the "WhiteBalance" tag.
write(int) - Method in class com.sun.media.imageio.stream.FileChannelImageOutputStream
 
write(byte[], int, 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
 
writeShorts(short[], 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.

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