Alphabetical Index

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

_

_definedTagList - field in class com.drew.metadata.Directory
A convenient list holding tag values in the order in which they were stored.
_descriptor - field in class com.drew.metadata.Directory
The descriptor used to interperet tag values.
_directory - field in class com.drew.metadata.TagDescriptor
_tagMap - field in class com.drew.metadata.Directory
Map of values hashed by type identifiers.
_tagNameMap - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
_tagNameMap - static field in class com.drew.metadata.exif.KodakMakernoteDirectory
_tagNameMap - static field in class com.drew.metadata.exif.NikonType1MakernoteDirectory
_tagNameMap - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
_tagNameMap - static field in class com.drew.metadata.exif.SonyMakernoteDirectory

A

addError(String) - method in class com.drew.metadata.Directory
addSegment(byte,byte[]) - method in class com.drew.imaging.jpeg.JpegSegmentData
apertureToFStop(double) - static method in class com.drew.imaging.PhotographicConversions
Converts an aperture value to its corresponding F-stop number.

B

BYTE - static field in class com.drew.metadata.exif.DataFormat
byteValue() - method in class com.drew.lang.Rational
Returns the value of the specified number as a byte.

C

CalculateFlashCompensationFromBytes(byte[]) - static method in class com.drew.metadata.exif.NikonType2MakernoteDirectory
CanonMakernoteDescriptor - class com.drew.metadata.exif.CanonMakernoteDescriptor
CanonMakernoteDirectory - class com.drew.metadata.exif.CanonMakernoteDirectory
Describes tags specific to Canon cameras.
CanonMakernoteDirectory() - constructor for class com.drew.metadata.exif.CanonMakernoteDirectory
Creates a new Directory.
A standard TIFF IFD directory but always uses Motorola (Big-Endian) Byte Alignment.
CasioType1MakernoteDirectory() - constructor for class com.drew.metadata.exif.CasioType1MakernoteDirectory
A standard TIFF IFD directory but always uses Motorola (Big-Endian) Byte Alignment.
CasioType2MakernoteDirectory() - constructor for class com.drew.metadata.exif.CasioType2MakernoteDirectory
com.drew.lang - package
CompoundException - class com.drew.lang.CompoundException
Represents a compound exception, as modelled in JDK 1.4, but unavailable in previous versions.
CompoundException(String) - constructor for class com.drew.lang.CompoundException
CompoundException(String,Throwable) - constructor for class com.drew.lang.CompoundException
CompoundException(Throwable) - constructor for class com.drew.lang.CompoundException
COMPRESSION_JPEG - static field in class com.drew.metadata.exif.ExifDirectory
COMPRESSION_NONE - static field in class com.drew.metadata.exif.ExifDirectory
containsDirectory(Class) - method in class com.drew.metadata.Metadata
Indicates whether a given directory type has been created in this metadata repository.
containsSegment(byte) - method in class com.drew.imaging.jpeg.JpegSegmentData
containsTag(int) - method in class com.drew.metadata.Directory
Indicates whether the specified tag type has been set.
containsThumbnail() - method in class com.drew.metadata.exif.ExifDirectory
convertBytesToVersionString(int[]) - static method in class com.drew.metadata.exif.ExifDescriptor
Takes a series of 4 bytes from the specified offset, and converts these to a well-known version number, where possible.

D

DataFormat - class com.drew.metadata.exif.DataFormat
An enumeration of data formats used in the TIFF IFDs.
DefaultTagDescriptor - class com.drew.metadata.DefaultTagDescriptor
Directory - class com.drew.metadata.Directory
Base class for all Metadata directory types with supporting methods for setting and getting tag values.
Directory() - constructor for class com.drew.metadata.Directory
Creates a new Directory.
DOUBLE - static field in class com.drew.metadata.exif.DataFormat
doubleValue() - method in class com.drew.lang.Rational
Returns the value of the specified number as a double.

E

equals(Object) - method in class com.drew.lang.Rational
Compares two Rational instances, returning true if they are mathematically equivalent.
ExifDescriptor - class com.drew.metadata.exif.ExifDescriptor
Contains all logic for the presentation of raw Exif data, as stored in ExifDirectory.
ExifDescriptor(com.drew.metadata.Directory) - constructor for class com.drew.metadata.exif.ExifDescriptor
ExifDirectory - class com.drew.metadata.exif.ExifDirectory
ExifDirectory() - constructor for class com.drew.metadata.exif.ExifDirectory
Creates a new Directory.
ExifInteropDescriptor - class com.drew.metadata.exif.ExifInteropDescriptor
ExifInteropDescriptor(com.drew.metadata.Directory) - constructor for class com.drew.metadata.exif.ExifInteropDescriptor
ExifInteropDirectory - class com.drew.metadata.exif.ExifInteropDirectory
ExifInteropDirectory() - constructor for class com.drew.metadata.exif.ExifInteropDirectory
ExifProcessingException - class com.drew.metadata.exif.ExifProcessingException
The exception type raised during reading of Exif data in the instance of unexpected data conditions.
ExifProcessingException(String) - constructor for class com.drew.metadata.exif.ExifProcessingException
Constructs an instance of ExifProcessingException with the specified detail message.
ExifProcessingException(String,Throwable) - constructor for class com.drew.metadata.exif.ExifProcessingException
Constructs an instance of ExifProcessingException with the specified detail message and inner exception.
ExifReader - class com.drew.metadata.exif.ExifReader
Extracts Exif data from a JPEG header segment, providing information about the camera/scanner/capture device (if available).
ExifReader(byte[]) - constructor for class com.drew.metadata.exif.ExifReader
Creates an ExifReader for the given JPEG header segment.
ExifReader(com.drew.imaging.jpeg.JpegSegmentData) - constructor for class com.drew.metadata.exif.ExifReader
Creates an ExifReader for a JpegSegmentData object.
ExifReader(File) - constructor for class com.drew.metadata.exif.ExifReader
Creates an ExifReader for a Jpeg file.
ExifReader(InputStream) - constructor for class com.drew.metadata.exif.ExifReader
Creates an ExifReader for a Jpeg stream.
extract() - method in class com.drew.metadata.exif.ExifReader
Performs the Exif data extraction, returning a new instance of Metadata.
extract() - method in class com.drew.metadata.iptc.IptcReader
Performs the Exif data extraction, returning a new instance of Metadata.
extract() - method in class com.drew.metadata.jpeg.JpegCommentReader
Performs the Jpeg data extraction, returning a new instance of Metadata.
extract() - method in class com.drew.metadata.jpeg.JpegReader
Performs the Jpeg data extraction, returning a new instance of Metadata.
extract() - method in class com.drew.metadata.MetadataReader
extract(com.drew.metadata.Metadata) - method in class com.drew.metadata.exif.ExifReader
Performs the Exif data extraction, adding found values to the specified instance of Metadata.
extract(com.drew.metadata.Metadata) - method in class com.drew.metadata.iptc.IptcReader
Performs the Exif data extraction, adding found values to the specified instance of Metadata.
extract(com.drew.metadata.Metadata) - method in class com.drew.metadata.jpeg.JpegCommentReader
Performs the Jpeg data extraction, adding found values to the specified instance of Metadata.
extract(com.drew.metadata.Metadata) - method in class com.drew.metadata.jpeg.JpegReader
Performs the Jpeg data extraction, adding found values to the specified instance of Metadata.
extract(com.drew.metadata.Metadata) - method in class com.drew.metadata.MetadataReader

F

floatValue() - method in class com.drew.lang.Rational
Returns the value of the specified number as a float.
FromFile(File) - static method in class com.drew.imaging.jpeg.JpegSegmentData
fromValue(int) - static method in class com.drew.metadata.exif.DataFormat
Fujifilm's digicam added the MakerNote tag from the Year2000's model (e.g.Finepix1400, Finepix4700).
FujifilmMakernoteDirectory() - constructor for class com.drew.metadata.exif.FujifilmMakernoteDirectory

G

get35mmFilmEquivFocalLengthDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getAfPointSelectedDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getAfPointUsedDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getApertureValueDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getAutoExposureWarningDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getAutoFlashCompensation() - method in class com.drew.metadata.exif.NikonType2MakernoteDirectory
getAutoFocusAssistLightDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getAutoFocusPositionDescription() - method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
getBestShotModeDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getBitsPerSampleDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getBlurWarningDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getBoolean(int) - method in class com.drew.metadata.Directory
Returns the specified tag's value as a boolean, if possible.
getByteArray(int) - method in class com.drew.metadata.Directory
Gets the specified tag's value as an byte array, if possible.
getCaptureModeDescription() - method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
getCcdIsoSensitivityDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getCcdSensitivityDescription() - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
getCcdSensitivityDescription() - method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
getColorDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getColorModeDescription() - method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
getColorModeDescription() - method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
getColorSpaceDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getColourDescription() - method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
getColourModeDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getComponent(int) - method in class com.drew.metadata.jpeg.JpegDirectory
getComponentConfigurationDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getComponentDataDescription(int) - method in class com.drew.metadata.jpeg.JpegDescriptor
getComponentId() - method in class com.drew.metadata.jpeg.JpegComponent
getComponentName() - method in class com.drew.metadata.jpeg.JpegComponent
getCompressionDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getCompressionLevelDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getContinuousDriveModeDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getContrastDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getContrastDescription() - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
getContrastDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getContrastDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getContrastDescription() - method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
getConverterDescription() - method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
getCustomRenderedDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getDataPrecisionDescription() - method in class com.drew.metadata.jpeg.JpegDescriptor
getDate(int) - method in class com.drew.metadata.Directory
Returns the specified tag's value as a java.util.Date, if possible.
getDenominator() - method in class com.drew.lang.Rational
Returns the denominator.
getDescription() - method in class com.drew.metadata.Tag
Get a description of the tag's value, considering enumerated values and units.
getDescription(int) - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.DefaultTagDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.Directory
Provides a description of a tag's value using the descriptor set by setDescriptor(Descriptor).
getDescription(int) - method in class com.drew.metadata.exif.ExifDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.exif.ExifInteropDescriptor
getDescription(int) - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getDescription(int) - method in class com.drew.metadata.exif.GpsDescriptor
getDescription(int) - method in class com.drew.metadata.iptc.IptcDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.jpeg.JpegCommentDescriptor
getDescription(int) - method in class com.drew.metadata.jpeg.JpegDescriptor
getDescription(int) - method in class com.drew.metadata.exif.KodakMakernoteDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.exif.KyoceraMakernoteDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
getDescription(int) - method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.exif.SonyMakernoteDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - method in class com.drew.metadata.TagDescriptor
Returns a descriptive value of the the specified tag for this image.
getDigitalZoomDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getDigitalZoomDescription() - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
getDigitalZoomDescription() - method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
getDigitalZoomDescription() - method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
getDigitalZoomDescription() - method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
getDigitalZoomRatioDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getDigiZoomRatioDescription() - method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
getDirectory(Class) - method in class com.drew.metadata.Metadata
Returns a Directory of specified type.
getDirectoryCount() - method in class com.drew.metadata.Metadata
Returns a count of unique directories in this metadata collection.
getDirectoryIterator() - method in class com.drew.metadata.Metadata
Creates an Iterator over the tag types set against this image, preserving the order in which they were set.
getDirectoryName() - method in class com.drew.metadata.Tag
Get the name of the directory in which the tag exists, such as Exif, GPS or Interoperability.
getDouble(int) - method in class com.drew.metadata.Directory
Returns the specified tag's value as a double, if possible.
getEasyShootingModeDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getEnhancementDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getErrorCount() - method in class com.drew.metadata.Directory
getErrors() - method in class com.drew.metadata.Directory
getExifImageHeightDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getExifImageWidthDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getExifVersionDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getExposureBiasDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getExposureModeDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getExposureModeDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getExposureProgramDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getExposureTimeDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getFileSourceDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getFillFlashReductionDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getFillOrderDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getFilterDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getFlashActivityDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getFlashBiasDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getFlashDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getFlashDetailsDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getFlashDistanceDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getFlashIntensityDescription() - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
getFlashModeDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getFlashModeDescription() - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
getFlashModeDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getFlashModeDescription() - method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
getFlashPixVersionDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getFlashStrengthDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getFloat(int) - method in class com.drew.metadata.Directory
Returns the specified tag's value as a float, if possible.
getFNumberDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getFocalLengthDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getFocalLengthDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getFocalPlaneResolutionUnitDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getFocalPlaneXResolutionDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getFocalPlaneYResolutionDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getFocalUnitsPerMillimetreDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getFocusDescription() - method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
getFocusingModeDescription() - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
getFocusMode1Description() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getFocusMode1Description() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getFocusMode2Description() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getFocusMode2Description() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getFocusModeDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getFocusModeDescription() - method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
getFocusTypeDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getFocusWarningDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getGainControlDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getGpsAltitudeDescription() - method in class com.drew.metadata.exif.GpsDescriptor
getGpsAltitudeRefDescription() - method in class com.drew.metadata.exif.GpsDescriptor
getGpsDestinationReferenceDescription() - method in class com.drew.metadata.exif.GpsDescriptor
getGpsDirectionDescription(int) - method in class com.drew.metadata.exif.GpsDescriptor
getGpsDirectionReferenceDescription(int) - method in class com.drew.metadata.exif.GpsDescriptor
getGpsLatitudeDescription() - method in class com.drew.metadata.exif.GpsDescriptor
getGpsLongitudeDescription() - method in class com.drew.metadata.exif.GpsDescriptor
getGpsMeasureModeDescription() - method in class com.drew.metadata.exif.GpsDescriptor
getGpsSpeedRefDescription() - method in class com.drew.metadata.exif.GpsDescriptor
getGpsStatusDescription() - method in class com.drew.metadata.exif.GpsDescriptor
getGpsTimeStampDescription() - method in class com.drew.metadata.exif.GpsDescriptor
getHorizontalSamplingFactor() - method in class com.drew.metadata.jpeg.JpegComponent
getHoursMinutesSecondsDescription(int) - method in class com.drew.metadata.exif.GpsDescriptor
getHueAdjustmentDescription() - method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
getImageAdjustmentDescription() - method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
getImageHeight() - method in class com.drew.metadata.jpeg.JpegDirectory
getImageHeightDescription() - method in class com.drew.metadata.jpeg.JpegDescriptor
getImageSizeDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getImageSizeDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getImageWidth() - method in class com.drew.metadata.jpeg.JpegDirectory
getImageWidthDescription() - method in class com.drew.metadata.jpeg.JpegDescriptor
getInnerException() - method in class com.drew.lang.CompoundException
getInt(int) - method in class com.drew.metadata.Directory
Returns the specified tag's value as an int, if possible.
getIntArray(int) - method in class com.drew.metadata.Directory
Gets the specified tag's value as an int array, if possible.
getInteropIndexDescription() - method in class com.drew.metadata.exif.ExifInteropDescriptor
getInteropVersionDescription() - method in class com.drew.metadata.exif.ExifInteropDescriptor
getIsoDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getIsoEquivalentDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getIsoSensitivityDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getIsoSettingDescription() - method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
getIsoSpeedDescription() - method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
getJpegQualityDescription() - method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
getLensAutoFocusStopButtonDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getLensDescription() - method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
getLong(int) - method in class com.drew.metadata.Directory
Returns the specified tag's value as a long, if possible.
getLongFocalLengthDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getMacroDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getMacroModeDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getMacroModeDescription() - method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
getMacroModeDescription() - method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
getMaxApertureValueDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getMeteringModeDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getMeteringModeDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getMirrorLockupDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getName() - method in class com.drew.metadata.exif.CanonMakernoteDirectory
Provides the name of the directory, for display purposes.
getName() - method in class com.drew.metadata.exif.CasioType1MakernoteDirectory
getName() - method in class com.drew.metadata.exif.CasioType2MakernoteDirectory
getName() - method in class com.drew.metadata.Directory
Provides the name of the directory, for display purposes.
getName() - method in class com.drew.metadata.exif.ExifDirectory
Provides the name of the directory, for display purposes.
getName() - method in class com.drew.metadata.exif.ExifInteropDirectory
getName() - method in class com.drew.metadata.exif.FujifilmMakernoteDirectory
getName() - method in class com.drew.metadata.exif.GpsDirectory
getName() - method in class com.drew.metadata.iptc.IptcDirectory
getName() - method in class com.drew.metadata.jpeg.JpegCommentDirectory
getName() - method in class com.drew.metadata.jpeg.JpegDirectory
getName() - method in class com.drew.metadata.exif.KodakMakernoteDirectory
getName() - method in class com.drew.metadata.exif.KyoceraMakernoteDirectory
getName() - method in class com.drew.metadata.exif.NikonType1MakernoteDirectory
getName() - method in class com.drew.metadata.exif.NikonType2MakernoteDirectory
getName() - method in class com.drew.metadata.exif.OlympusMakernoteDirectory
getName() - method in class com.drew.metadata.exif.PanasonicMakernoteDirectory
getName() - method in class com.drew.metadata.exif.PentaxMakernoteDirectory
Provides the name of the directory, for display purposes.
getName() - method in class com.drew.metadata.exif.SonyMakernoteDirectory
getNewSubfileTypeDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getNumberOfComponents() - method in class com.drew.metadata.jpeg.JpegDirectory
getNumerator() - method in class com.drew.lang.Rational
Returns the numerator.
getObject(int) - method in class com.drew.metadata.Directory
Returns the object hashed for the particular tag type specified, if available.
getObjectDistanceDescription() - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
getObjectDistanceDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getOrientationDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getPhotometricInterpretationDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getPictureModeDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getPlanarConfigurationDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getQualityDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getQualityDescription() - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
getQualityDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getQualityDescription() - method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
getQualityLevelDescription() - method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
getQualityModeDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getQuantizationTableNumber() - method in class com.drew.metadata.jpeg.JpegComponent
getRational(int) - method in class com.drew.metadata.Directory
Returns the specified tag's value as a Rational, if possible.
getRationalArray(int) - method in class com.drew.metadata.Directory
getReciprocal() - method in class com.drew.lang.Rational
Returns the reciprocal value of this obejct as a new Rational.
getRecordingModeDescription() - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
getRecordModeDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getRecordModeDescription() - method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
getReferenceBlackWhiteDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getResolutionDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getRowsPerStripDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getSamplesPerPixelDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getSaturationDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getSaturationDescription() - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
getSaturationDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getSaturationDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getSaturationDescription() - method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
getSceneCaptureTypeDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getSceneTypeDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getSegment(byte) - method in class com.drew.imaging.jpeg.JpegSegmentData
getSegment(byte,int) - method in class com.drew.imaging.jpeg.JpegSegmentData
getSegmentCount(byte) - method in class com.drew.imaging.jpeg.JpegSegmentData
getSegmentCount(byte) - method in class com.drew.imaging.jpeg.JpegSegmentReader
getSegmentData() - method in class com.drew.imaging.jpeg.JpegSegmentReader
getSelfTimerDelayDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getSelfTimerDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getSensingMethodDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getSensorCleaningDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getSharpnessDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getSharpnessDescription() - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
getSharpnessDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getSharpnessDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getSharpnessDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getSharpnessDescription() - method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
getShortFocalLengthDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getShutterCurtainSyncDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getShutterSpeedDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getShutterSpeedInAvModeDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getSimplifiedInstance() - method in class com.drew.lang.Rational
Simplifies the Rational number.
getSlowSyncDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getSpecialModeDescription() - method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
getString(int) - method in class com.drew.metadata.Directory
Returns the specified tag's value as a String.
getStringArray(int) - method in class com.drew.metadata.Directory
Gets the specified tag's value as a String array, if possible.
getStripByteCountsDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getSubfileTypeDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getSubjectDistanceDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getSubjectDistanceRangeDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getTagCount() - method in class com.drew.metadata.Directory
Returns the number of tags set in this Directory.
getTagIterator() - method in class com.drew.metadata.Directory
Returns an Iterator of Tag instances that have been set in this Directory.
getTagName() - method in class com.drew.metadata.Tag
Get the name of the tag, such as Aperture, or InteropVersion.
getTagName(int) - method in class com.drew.metadata.DefaultTagDescriptor
getTagName(int) - method in class com.drew.metadata.Directory
Returns the name of a specified tag as a String.
getTagNameMap() - method in class com.drew.metadata.exif.CanonMakernoteDirectory
Provides the map of tag names, hashed by tag type identifier.
getTagNameMap() - method in class com.drew.metadata.exif.CasioType1MakernoteDirectory
getTagNameMap() - method in class com.drew.metadata.exif.CasioType2MakernoteDirectory
getTagNameMap() - method in class com.drew.metadata.Directory
Provides the map of tag names, hashed by tag type identifier.
getTagNameMap() - method in class com.drew.metadata.exif.ExifDirectory
Provides the map of tag names, hashed by tag type identifier.
getTagNameMap() - method in class com.drew.metadata.exif.ExifInteropDirectory
getTagNameMap() - method in class com.drew.metadata.exif.FujifilmMakernoteDirectory
getTagNameMap() - method in class com.drew.metadata.exif.GpsDirectory
getTagNameMap() - method in class com.drew.metadata.iptc.IptcDirectory
getTagNameMap() - method in class com.drew.metadata.jpeg.JpegCommentDirectory
getTagNameMap() - method in class com.drew.metadata.jpeg.JpegDirectory
getTagNameMap() - method in class com.drew.metadata.exif.KodakMakernoteDirectory
getTagNameMap() - method in class com.drew.metadata.exif.KyoceraMakernoteDirectory
getTagNameMap() - method in class com.drew.metadata.exif.NikonType1MakernoteDirectory
getTagNameMap() - method in class com.drew.metadata.exif.NikonType2MakernoteDirectory
getTagNameMap() - method in class com.drew.metadata.exif.OlympusMakernoteDirectory
getTagNameMap() - method in class com.drew.metadata.exif.PanasonicMakernoteDirectory
getTagNameMap() - method in class com.drew.metadata.exif.PentaxMakernoteDirectory
Provides the map of tag names, hashed by tag type identifier.
getTagNameMap() - method in class com.drew.metadata.exif.SonyMakernoteDirectory
getTagType() - method in class com.drew.metadata.Tag
Gets the tag type as an int
getTagTypeHex() - method in class com.drew.metadata.Tag
Gets the tag type in hex notation as a String with padded leading zeroes if necessary (i.e.
getThresholdingDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getThumbnailData() - method in class com.drew.metadata.exif.ExifDirectory
getThumbnailDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getThumbnailImageHeightDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getThumbnailImageWidthDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getThumbnailLengthDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getThumbnailOffsetDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getThumbnailOffsetDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getThumbnailSizeDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getTimeZoneDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getToneDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getTvAndAvExposureLevelDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getUserCommentDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getValue() - method in class com.drew.metadata.exif.DataFormat
getVerticalSamplingFactor() - method in class com.drew.metadata.jpeg.JpegComponent
getWhiteBalance1Description() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getWhiteBalance2Description() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getWhiteBalanceBiasDescription() - method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
getWhiteBalanceDescription() - method in class com.drew.metadata.exif.CanonMakernoteDescriptor
getWhiteBalanceDescription() - method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
getWhiteBalanceDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getWhiteBalanceDescription() - method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
getWhiteBalanceDescription() - method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
getWhiteBalanceDescription() - method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
getWhiteBalanceModeDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getWindowsAuthorDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getWindowsCommentDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getWindowsKeywordsDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getWindowsSubjectDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getWindowsTitleDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getXResolutionDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getYCbCrPositioningDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getYCbCrSubsamplingDescription() - method in class com.drew.metadata.exif.ExifDescriptor
getYResolutionDescription() - method in class com.drew.metadata.exif.ExifDescriptor
GpsDescriptor - class com.drew.metadata.exif.GpsDescriptor
GpsDescriptor(com.drew.metadata.Directory) - constructor for class com.drew.metadata.exif.GpsDescriptor
GpsDirectory - class com.drew.metadata.exif.GpsDirectory
GpsDirectory() - constructor for class com.drew.metadata.exif.GpsDirectory

H

hasErrors() - method in class com.drew.metadata.Directory

I

intValue() - method in class com.drew.lang.Rational
Returns the value of the specified number as an int.
IptcDescriptor - class com.drew.metadata.iptc.IptcDescriptor
IptcDescriptor(com.drew.metadata.Directory) - constructor for class com.drew.metadata.iptc.IptcDescriptor
IptcDirectory - class com.drew.metadata.iptc.IptcDirectory
IptcDirectory() - constructor for class com.drew.metadata.iptc.IptcDirectory
IptcProcessingException - class com.drew.metadata.iptc.IptcProcessingException
The exception type raised during reading of Iptc data in the instance of unexpected data conditions.
IptcProcessingException(String) - constructor for class com.drew.metadata.iptc.IptcProcessingException
Constructs an instance of ExifProcessingException with the specified detail message.
IptcProcessingException(String,Throwable) - constructor for class com.drew.metadata.iptc.IptcProcessingException
Constructs an instance of IptcProcessingException with the specified detail message and inner exception.
IptcReader - class com.drew.metadata.iptc.IptcReader
IptcReader(byte[]) - constructor for class com.drew.metadata.iptc.IptcReader
IptcReader(File) - constructor for class com.drew.metadata.iptc.IptcReader
Creates a new IptcReader for the specified Jpeg jpegFile.
IptcReader(InputStream) - constructor for class com.drew.metadata.iptc.IptcReader
Creates an IptcReader for a JPEG stream.
isInteger() - method in class com.drew.lang.Rational
Checks if this rational number is an Integer, either positive or negative.

J

JpegCommentDescriptor - class com.drew.metadata.jpeg.JpegCommentDescriptor
JpegCommentDescriptor(com.drew.metadata.Directory) - constructor for class com.drew.metadata.jpeg.JpegCommentDescriptor
JpegCommentDirectory - class com.drew.metadata.jpeg.JpegCommentDirectory
JpegCommentDirectory() - constructor for class com.drew.metadata.jpeg.JpegCommentDirectory
JpegCommentReader - class com.drew.metadata.jpeg.JpegCommentReader
JpegCommentReader(byte[]) - constructor for class com.drew.metadata.jpeg.JpegCommentReader
JpegCommentReader(File) - constructor for class com.drew.metadata.jpeg.JpegCommentReader
Creates a new JpegReader for the specified Jpeg jpegFile.
JpegCommentReader(InputStream) - constructor for class com.drew.metadata.jpeg.JpegCommentReader
Creates a JpegCommentReader for a JPEG stream.
JpegComponent - class com.drew.metadata.jpeg.JpegComponent
Created by IntelliJ IDEA.
JpegComponent(int,int,int) - constructor for class com.drew.metadata.jpeg.JpegComponent
JpegDescriptor - class com.drew.metadata.jpeg.JpegDescriptor
Provides human-readable string versions of the tags stored in a JpegDirectory.
JpegDescriptor(com.drew.metadata.Directory) - constructor for class com.drew.metadata.jpeg.JpegDescriptor
JpegDirectory - class com.drew.metadata.jpeg.JpegDirectory
Directory of tags and values for the SOF0 Jpeg segment.
JpegDirectory() - constructor for class com.drew.metadata.jpeg.JpegDirectory
JpegMetadataReader - class com.drew.imaging.jpeg.JpegMetadataReader
JpegProcessingException - class com.drew.imaging.jpeg.JpegProcessingException
An exception class thrown upon unexpected and fatal conditions while processing a Jpeg file.
JpegProcessingException(String) - constructor for class com.drew.imaging.jpeg.JpegProcessingException
JpegProcessingException(String,Throwable) - constructor for class com.drew.imaging.jpeg.JpegProcessingException
JpegProcessingException(Throwable) - constructor for class com.drew.imaging.jpeg.JpegProcessingException
JpegReader - class com.drew.metadata.jpeg.JpegReader
JpegReader(byte[]) - constructor for class com.drew.metadata.jpeg.JpegReader
JpegReader(File) - constructor for class com.drew.metadata.jpeg.JpegReader
Creates a new JpegReader for the specified Jpeg jpegFile.
JpegReader(InputStream) - constructor for class com.drew.metadata.jpeg.JpegReader
Creates a JpegReader for a JPEG stream.
JpegSegmentData - class com.drew.imaging.jpeg.JpegSegmentData
Holds a collection of Jpeg data segments.
JpegSegmentData() - constructor for class com.drew.imaging.jpeg.JpegSegmentData
JpegSegmentReader - class com.drew.imaging.jpeg.JpegSegmentReader
Performs read functions of Jpeg files, returning specific file segments.
JpegSegmentReader(byte[]) - constructor for class com.drew.imaging.jpeg.JpegSegmentReader
Creates a JpegSegmentReader for a byte array.
JpegSegmentReader(File) - constructor for class com.drew.imaging.jpeg.JpegSegmentReader
Creates a JpegSegmentReader for a specific file.
JpegSegmentReader(InputStream) - constructor for class com.drew.imaging.jpeg.JpegSegmentReader

K

KodakMakernoteDescriptor - class com.drew.metadata.exif.KodakMakernoteDescriptor
Provides human-readable string versions of the tags stored in a KodakMakernoteDirectory.
KodakMakernoteDirectory - class com.drew.metadata.exif.KodakMakernoteDirectory
Describes tags specific to Kodak cameras.
Provides human-readable string versions of the tags stored in a KyoceraMakernoteDirectory.
KyoceraMakernoteDirectory() - constructor for class com.drew.metadata.exif.KyoceraMakernoteDirectory

L

longValue() - method in class com.drew.lang.Rational
Returns the value of the specified number as a long.

M

main(String[]) - static method in class com.drew.imaging.jpeg.JpegMetadataReader
main(String[]) - static method in class com.drew.metadata.SampleUsage
Executes the sample usage program.
Metadata - class com.drew.metadata.Metadata
Result from an exif extraction operation, containing all tags, their values and support for retrieving them.
Metadata() - constructor for class com.drew.metadata.Metadata
Creates a new instance of Metadata.
MetadataException - class com.drew.metadata.MetadataException
MetadataException(String) - constructor for class com.drew.metadata.MetadataException
MetadataException(String,Throwable) - constructor for class com.drew.metadata.MetadataException
MetadataException(Throwable) - constructor for class com.drew.metadata.MetadataException
MetadataReader - interface com.drew.metadata.MetadataReader

N

Provides human-readable string versions of the tags stored in a NikonType1MakernoteDirectory.
Contains values specific to Nikon cameras.
NikonType1MakernoteDirectory() - constructor for class com.drew.metadata.exif.NikonType1MakernoteDirectory
Provides human-readable string versions of the tags stored in a NikonType2MakernoteDirectory.
Contains values specific to Nikon cameras.
NikonType2MakernoteDirectory() - constructor for class com.drew.metadata.exif.NikonType2MakernoteDirectory
NullOutputStream - class com.drew.lang.NullOutputStream
This is public domain software - that is, you can do whatever you want with it, and include it software that is licensed under the GNU or the BSD license, or whatever other licence you choose, including proprietary closed source licenses.
NullOutputStream() - constructor for class com.drew.lang.NullOutputStream

O

Provides human-readable string versions of the tags stored in an OlympusMakernoteDirectory.
The Olympus makernote is used by many manufacturers, and as such contains some tags that appear specific to those manufacturers.
OlympusMakernoteDirectory() - constructor for class com.drew.metadata.exif.OlympusMakernoteDirectory

P

Provides human-readable string versions of the tags stored in a PanasonicMakernoteDirectory.
PanasonicMakernoteDirectory() - constructor for class com.drew.metadata.exif.PanasonicMakernoteDirectory
Provides human-readable string versions of the tags stored in PentaxMakernoteDirectory.
PentaxMakernoteDirectory - class com.drew.metadata.exif.PentaxMakernoteDirectory
Directory for metadata specific to Pentax and Asahi cameras.
PentaxMakernoteDirectory() - constructor for class com.drew.metadata.exif.PentaxMakernoteDirectory
Creates a new Directory.
Contains helper methods that perform photographic conversions.
PHOTOMETRIC_INTERPRETATION_MONOCHROME - static field in class com.drew.metadata.exif.ExifDirectory
PHOTOMETRIC_INTERPRETATION_RGB - static field in class com.drew.metadata.exif.ExifDirectory
PHOTOMETRIC_INTERPRETATION_YCBCR - static field in class com.drew.metadata.exif.ExifDirectory
printStackTrace() - method in class com.drew.lang.CompoundException
printStackTrace(PrintStream) - method in class com.drew.lang.CompoundException
printStackTrace(PrintWriter) - method in class com.drew.lang.CompoundException

R

Rational - class com.drew.lang.Rational
Immutable class for holding a rational number without loss of precision.
Rational(int,int) - constructor for class com.drew.lang.Rational
Creates a new instance of Rational.
readMetadata(File) - static method in class com.drew.imaging.jpeg.JpegMetadataReader
readMetadata(InputStream) - static method in class com.drew.imaging.jpeg.JpegMetadataReader
readSegment(byte) - method in class com.drew.imaging.jpeg.JpegSegmentReader
Reads the first instance of a given Jpeg segment, returning the contents as a byte array.
readSegment(byte,int) - method in class com.drew.imaging.jpeg.JpegSegmentReader
Reads the first instance of a given Jpeg segment, returning the contents as a byte array.
removeSegment(byte) - method in class com.drew.imaging.jpeg.JpegSegmentData
removeSegmentOccurrence(byte,int) - method in class com.drew.imaging.jpeg.JpegSegmentData
ROOT_TWO - static field in class com.drew.imaging.PhotographicConversions

S

SampleUsage - class com.drew.metadata.SampleUsage
SampleUsage(String) - constructor for class com.drew.metadata.SampleUsage
Constructor which executes multiple sample usages, each of which return the same output.
SBYTE - static field in class com.drew.metadata.exif.DataFormat
SEGMENT_APP0 - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APP0 Jpeg segment identifier -- Jfif data.
SEGMENT_APP1 - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APP1 Jpeg segment identifier -- where Exif data is kept.
SEGMENT_APP2 - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APP2 Jpeg segment identifier.
SEGMENT_APP3 - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APP3 Jpeg segment identifier.
SEGMENT_APP4 - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APP4 Jpeg segment identifier.
SEGMENT_APP5 - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APP5 Jpeg segment identifier.
SEGMENT_APP6 - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APP6 Jpeg segment identifier.
SEGMENT_APP7 - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APP7 Jpeg segment identifier.
SEGMENT_APP8 - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APP8 Jpeg segment identifier.
SEGMENT_APP9 - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APP9 Jpeg segment identifier.
SEGMENT_APPA - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APPA Jpeg segment identifier -- can hold Unicode comments.
SEGMENT_APPB - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APPB Jpeg segment identifier.
SEGMENT_APPC - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APPC Jpeg segment identifier.
SEGMENT_APPD - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APPD Jpeg segment identifier -- IPTC data in here.
SEGMENT_APPE - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APPE Jpeg segment identifier.
SEGMENT_APPF - static field in class com.drew.imaging.jpeg.JpegSegmentReader
APPF Jpeg segment identifier.
SEGMENT_COM - static field in class com.drew.imaging.jpeg.JpegSegmentReader
Jpeg comment segment identifier.
SEGMENT_DHT - static field in class com.drew.imaging.jpeg.JpegSegmentReader
Define Huffman Table segment identifier.
SEGMENT_DQT - static field in class com.drew.imaging.jpeg.JpegSegmentReader
Define Quantization Table segment identifier.
SEGMENT_SOF0 - static field in class com.drew.imaging.jpeg.JpegSegmentReader
Start-of-Frame Zero segment identifier.
SEGMENT_SOI - static field in class com.drew.imaging.jpeg.JpegSegmentReader
Start Of Image segment identifier.
setBoolean(int,boolean) - method in class com.drew.metadata.Directory
Sets an int value for the specified tag.
setByteArray(int,byte[]) - method in class com.drew.metadata.Directory
Sets a byte array for the specified tag.
setDate(int,java.util.Date) - method in class com.drew.metadata.Directory
Sets a java.util.Date value for the specified tag.
setDescriptor(com.drew.metadata.TagDescriptor) - method in class com.drew.metadata.Directory
Sets the descriptor used to interperet tag values.
setDouble(int,double) - method in class com.drew.metadata.Directory
Sets a double value for the specified tag.
setFloat(int,float) - method in class com.drew.metadata.Directory
Sets a float value for the specified tag.
setInt(int,int) - method in class com.drew.metadata.Directory
Sets an int value for the specified tag.
setIntArray(int,int[]) - method in class com.drew.metadata.exif.CanonMakernoteDirectory
We need special handling for selected tags.
setIntArray(int,int[]) - method in class com.drew.metadata.Directory
Sets an int array for the specified tag.
setLong(int,long) - method in class com.drew.metadata.Directory
Sets a long value for the specified tag.
setObject(int,Object) - method in class com.drew.metadata.Directory
Private helper method, containing common functionality for all 'add' methods.
setObjectArray(int,Object) - method in class com.drew.metadata.Directory
Private helper method, containing common functionality for all 'add...Array' methods.
setRational(int,com.drew.lang.Rational) - method in class com.drew.metadata.Directory
Sets a Rational value for the specified tag.
setRationalArray(int,com.drew.lang.Rational[]) - method in class com.drew.metadata.Directory
Sets a Rational array for the specified tag.
setString(int,String) - method in class com.drew.metadata.Directory
Sets an int value for the specified tag.
setStringArray(int,String[]) - method in class com.drew.metadata.Directory
Sets a String array for the specified tag.
shortValue() - method in class com.drew.lang.Rational
Returns the value of the specified number as a short.
shutterSpeedToExposureTime(double) - static method in class com.drew.imaging.PhotographicConversions
Converts a shutter speed to an exposure time.
SINGLE - static field in class com.drew.metadata.exif.DataFormat
SLONG - static field in class com.drew.metadata.exif.DataFormat
SonyMakernoteDescriptor - class com.drew.metadata.exif.SonyMakernoteDescriptor
Provides human-readable string versions of the tags stored in a SonyMakernoteDirectory.
SonyMakernoteDirectory - class com.drew.metadata.exif.SonyMakernoteDirectory
Describes tags specific to Sony cameras.
SRATIONAL - static field in class com.drew.metadata.exif.DataFormat
SSHORT - static field in class com.drew.metadata.exif.DataFormat
STRING - static field in class com.drew.metadata.exif.DataFormat

T

Tag - class com.drew.metadata.Tag
Tag(int,com.drew.metadata.Directory) - constructor for class com.drew.metadata.Tag
TAG_35MM_FILM_EQUIV_FOCAL_LENGTH - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates the equivalent focal length assuming a 35mm film camera, in mm.
TAG_APERTURE - static field in class com.drew.metadata.exif.ExifDirectory
The actual aperture value of lens when the image was taken.
TAG_ARTIST - static field in class com.drew.metadata.exif.ExifDirectory
TAG_BATTERY_LEVEL - static field in class com.drew.metadata.exif.ExifDirectory
TAG_BITS_PER_SAMPLE - static field in class com.drew.metadata.exif.ExifDirectory
When image format is no compression, this value shows the number of bits per component for each pixel.
TAG_BRIGHTNESS_VALUE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_BY_LINE - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_BY_LINE_TITLE - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_CANON_CAMERA_STATE_1 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_CAMERA_STATE_2 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_CUSTOM_FUNCTION_AF_ASSIST_LIGHT - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
AF-assist light 0 = On (Auto) 1 = Off
TAG_CANON_CUSTOM_FUNCTION_AF_STOP - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
Lens Auto-Focus stop button Function Switch 0 = AF stop 1 = Operate AF 2 = Lock AE and start timer
TAG_CANON_CUSTOM_FUNCTION_BRACKETTING - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
Auto-Exposure Bracketting sequence/auto cancellation 0 = 0,-,+ / Enabled 1 = 0,-,+ / Disabled 2 = -,0,+ / Enabled 3 = -,0,+ / Disabled
TAG_CANON_CUSTOM_FUNCTION_FILL_FLASH_REDUCTION - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
Auto reduction of fill flash 0 = Enable 1 = Disable
Long Exposure Noise Reduction 0 = Off 1 = On
TAG_CANON_CUSTOM_FUNCTION_MENU_BUTTON_RETURN - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
Menu button return position 0 = Top 1 = Previous (volatile) 2 = Previous
TAG_CANON_CUSTOM_FUNCTION_MIRROR_LOCKUP - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
Mirror lockup 0 = Disable 1 = Enable
TAG_CANON_CUSTOM_FUNCTION_SENSOR_CLEANING - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
Sensor cleaning 0 = Disable 1 = Enable
TAG_CANON_CUSTOM_FUNCTION_SET_BUTTON_FUNCTION - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
SET button function when shooting 0 = Not Assigned 1 = Change Quality 2 = Change ISO Speed 3 = Select Parameters
Shutter/Auto Exposure-lock buttons 0 = AF/AE lock 1 = AE lock/AF 2 = AF/AF lock 3 = AE+release/AE+AF
TAG_CANON_CUSTOM_FUNCTION_SHUTTER_CURTAIN_SYNC - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
Shutter Curtain Sync 0 = 1st Curtain Sync 1 = 2nd Curtain Sync
Shutter speed in Av mode 0 = Automatic 1 = 1/200 (fixed)
Tv/Av and exposure level 0 = 1/2 stop 1 = 1/3 stop
TAG_CANON_CUSTOM_FUNCTIONS - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_FIRMWARE_VERSION - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_IMAGE_NUMBER - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_IMAGE_TYPE - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_OWNER_NAME - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_SERIAL_NUMBER - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
To display serial number as on camera use: printf( "%04X%05d", highbyte, lowbyte ) TODO handle this in CanonMakernoteDescriptor
TAG_CANON_STATE1_AF_POINT_SELECTED - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
12288 = None (Manual Focus) 12289 = Auto Selected 12290 = Right 12291 = Centre 12292 = Left
TAG_CANON_STATE1_CONTINUOUS_DRIVE_MODE - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Single Frame or Timer Mode 1 = Continuous
TAG_CANON_STATE1_CONTRAST - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Normal 1 = High 65535 = Low
TAG_CANON_STATE1_DIGITAL_ZOOM - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = No Digital Zoom 1 = 2x 2 = 4x
TAG_CANON_STATE1_EASY_SHOOTING_MODE - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Full Auto 1 = Manual 2 = Landscape 3 = Fast Shutter 4 = Slow Shutter 5 = Night 6 = Black & White 7 = Sepia 8 = Portrait 9 = Sports 10 = Macro / Close-Up 11 = Pan Focus
TAG_CANON_STATE1_EXPOSURE_MODE - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Easy Shooting (See Easy Shooting Mode) 1 = Program 2 = Tv-Priority 3 = Av-Priority 4 = Manual 5 = A-DEP
TAG_CANON_STATE1_FLASH_ACTIVITY - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Flash Did Not Fire 1 = Flash Fired
TAG_CANON_STATE1_FLASH_DETAILS - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_FLASH_MODE - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Flash Not Fired 1 = Auto 2 = On 3 = Red Eye Reduction 4 = Slow Synchro 5 = Auto + Red Eye Reduction 6 = On + Red Eye Reduction 16 = External Flash
TAG_CANON_STATE1_FOCAL_UNITS_PER_MM - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_FOCUS_MODE_1 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = One-Shot 1 = AI Servo 2 = AI Focus 3 = Manual Focus 4 = Single 5 = Continuous 6 = Manual Focus
TAG_CANON_STATE1_FOCUS_MODE_2 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Focus Mode: Single 1 = Focus Mode: Continuous
TAG_CANON_STATE1_FOCUS_TYPE - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Manual 1 = Auto 3 = Close-up (Macro) 8 = Locked (Pan Mode)
TAG_CANON_STATE1_IMAGE_SIZE - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Large 1 = Medium 2 = Small
TAG_CANON_STATE1_ISO - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Check ISOSpeedRatings EXIF tag for ISO Speed 15 = Auto ISO 16 = ISO 50 17 = ISO 100 18 = ISO 200 19 = ISO 400
TAG_CANON_STATE1_LONG_FOCAL_LENGTH - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_MACRO_MODE - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
1 = Macro 2 = Normal
TAG_CANON_STATE1_METERING_MODE - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
3 = Evaluative 4 = Partial 5 = Centre Weighted
TAG_CANON_STATE1_QUALITY - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
2 = Normal 3 = Fine 5 = Superfine
TAG_CANON_STATE1_SATURATION - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Normal 1 = High 65535 = Low
TAG_CANON_STATE1_SELF_TIMER_DELAY - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_SHARPNESS - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Normal 1 = High 65535 = Low
TAG_CANON_STATE1_SHORT_FOCAL_LENGTH - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_UNKNOWN_10 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_UNKNOWN_12 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_UNKNOWN_13 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_UNKNOWN_2 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_UNKNOWN_3 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_UNKNOWN_4 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_UNKNOWN_7 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_UNKNOWN_8 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE1_UNKNOWN_9 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE2_AEB_BRACKET_VALUE - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE2_AF_POINT_USED - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE2_AUTO_EXPOSURE_BRACKETING - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE2_FLASH_BIAS - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
The value of this tag may be translated into a flash bias value, in EV.
TAG_CANON_STATE2_SEQUENCE_NUMBER - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE2_SUBJECT_DISTANCE - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CANON_STATE2_WHITE_BALANCE - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Auto 1 = Sunny 2 = Cloudy 3 = Tungsten 4 = Flourescent 5 = Flash 6 = Custom
TAG_CANON_UNKNOWN_1 - static field in class com.drew.metadata.exif.CanonMakernoteDirectory
TAG_CAPTION - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_CASIO_CCD_SENSITIVITY - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_CONTRAST - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_DIGITAL_ZOOM - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_FLASH_INTENSITY - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_FLASH_MODE - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_FOCUSING_MODE - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_OBJECT_DISTANCE - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_QUALITY - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_RECORDING_MODE - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_SATURATION - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_SHARPNESS - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_TYPE2_BESTSHOT_MODE - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
TAG_CASIO_TYPE2_CASIO_PREVIEW_THUMBNAIL - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
Alternate thumbnail offset
TAG_CASIO_TYPE2_CCD_ISO_SENSITIVITY - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Off 1 = On?
TAG_CASIO_TYPE2_COLOUR_MODE - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Off
TAG_CASIO_TYPE2_CONTRAST - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = -1 1 = Normal 2 = +1
TAG_CASIO_TYPE2_ENHANCEMENT - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Off
TAG_CASIO_TYPE2_FILTER - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Off
TAG_CASIO_TYPE2_FLASH_DISTANCE - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Off
TAG_CASIO_TYPE2_FOCAL_LENGTH - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
Units are tenths of a millimetre
TAG_CASIO_TYPE2_FOCUS_MODE_1 - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Normal 1 = Macro
TAG_CASIO_TYPE2_FOCUS_MODE_2 - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
1 = Fixation 6 = Multi-Area Auto Focus
TAG_CASIO_TYPE2_IMAGE_SIZE - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = 640 x 480 pixels 4 = 1600 x 1200 pixels 5 = 2048 x 1536 pixels 20 = 2288 x 1712 pixels 21 = 2592 x 1944 pixels 22 = 2304 x 1728 pixels 36 = 3008 x 2008 pixels
TAG_CASIO_TYPE2_ISO_SENSITIVITY - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
3 = 50 4 = 64 6 = 100 9 = 200
TAG_CASIO_TYPE2_OBJECT_DISTANCE - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
Units are millimetres
TAG_CASIO_TYPE2_PRINT_IMAGE_MATCHING_INFO - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
See PIM specification here: http://www.ozhiker.com/electronics/pjmt/jpeg_info/pim.html
TAG_CASIO_TYPE2_QUALITY - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
3 = Fine
TAG_CASIO_TYPE2_QUALITY_MODE - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
1 = Fine 2 = Super Fine
TAG_CASIO_TYPE2_RECORD_MODE - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
2 = Normal Mode
TAG_CASIO_TYPE2_SATURATION - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = -1 1 = Normal 2 = +1
TAG_CASIO_TYPE2_SELF_TIMER - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
1 = Off?
TAG_CASIO_TYPE2_SHARPNESS - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = -1 1 = Normal 2 = +1
TAG_CASIO_TYPE2_THUMBNAIL_DIMENSIONS - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
2 values - x,y dimensions in pixels.
TAG_CASIO_TYPE2_THUMBNAIL_OFFSET - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
Offset of Preview Thumbnail
TAG_CASIO_TYPE2_THUMBNAIL_SIZE - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
Size in bytes
TAG_CASIO_TYPE2_TIME_ZONE - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
(string)
TAG_CASIO_TYPE2_WHITE_BALANCE_1 - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Auto 1 = Daylight 2 = Shade 3 = Tungsten 4 = Fluorescent 5 = Manual
TAG_CASIO_TYPE2_WHITE_BALANCE_2 - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
12 = Flash 0 = Manual 1 = Auto? 4 = Flash?
TAG_CASIO_TYPE2_WHITE_BALANCE_BIAS - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
TAG_CASIO_UNKNOWN_1 - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_UNKNOWN_2 - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_UNKNOWN_3 - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_UNKNOWN_4 - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_UNKNOWN_5 - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_UNKNOWN_6 - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_UNKNOWN_7 - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_UNKNOWN_8 - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CASIO_WHITE_BALANCE - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
TAG_CATEGORY - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_CFA_PATTERN - static field in class com.drew.metadata.exif.ExifDirectory
TAG_CFA_PATTERN_2 - static field in class com.drew.metadata.exif.ExifDirectory
There are two definitions for CFA pattern, I don't know the difference...
TAG_CFA_REPEAT_PATTERN_DIM - static field in class com.drew.metadata.exif.ExifDirectory
TAG_CITY - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_COLOR_SPACE - static field in class com.drew.metadata.exif.ExifDirectory
Defines Color Space.
TAG_COMPONENTS_CONFIGURATION - static field in class com.drew.metadata.exif.ExifDirectory
TAG_COMPRESSION - static field in class com.drew.metadata.exif.ExifDirectory
Shows compression method for Thumbnail.
TAG_COMPRESSION_LEVEL - static field in class com.drew.metadata.exif.ExifDirectory
Average (rough estimate) compression level in JPEG bits per pixel.
TAG_CONTRAST - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates the direction of contrast processing applied by the camera when the image was shot.
TAG_COPYRIGHT - static field in class com.drew.metadata.exif.ExifDirectory
TAG_COPYRIGHT_NOTICE - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_COUNTRY_OR_PRIMARY_LOCATION - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_CREDIT - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_CUSTOM_RENDERED - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates the use of special processing on image data, such as rendering geared to output.
TAG_DATE_CREATED - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_DATETIME - static field in class com.drew.metadata.exif.ExifDirectory
TAG_DATETIME_DIGITIZED - static field in class com.drew.metadata.exif.ExifDirectory
TAG_DATETIME_ORIGINAL - static field in class com.drew.metadata.exif.ExifDirectory
TAG_DEVICE_SETTING_DESCRIPTION - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates information on the picture-taking conditions of a particular camera model.
TAG_DIGITAL_ZOOM_RATIO - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates the digital zoom ratio when the image was shot.
TAG_DOCUMENT_NAME - static field in class com.drew.metadata.exif.ExifDirectory
TAG_EXIF_IMAGE_HEIGHT - static field in class com.drew.metadata.exif.ExifDirectory
TAG_EXIF_IMAGE_WIDTH - static field in class com.drew.metadata.exif.ExifDirectory
TAG_EXIF_OFFSET - static field in class com.drew.metadata.exif.ExifReader
TAG_EXIF_VERSION - static field in class com.drew.metadata.exif.ExifDirectory
TAG_EXPOSURE_BIAS - static field in class com.drew.metadata.exif.ExifDirectory
TAG_EXPOSURE_INDEX - static field in class com.drew.metadata.exif.ExifDirectory
TAG_EXPOSURE_INDEX_2 - static field in class com.drew.metadata.exif.ExifDirectory
There are two definitions for exposure index, I don't know the difference...
TAG_EXPOSURE_MODE - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates the exposure mode set when the image was shot.
TAG_EXPOSURE_PROGRAM - static field in class com.drew.metadata.exif.ExifDirectory
Exposure program that the camera used when image was taken.
TAG_EXPOSURE_TIME - static field in class com.drew.metadata.exif.ExifDirectory
Exposure time (reciprocal of shutter speed).
TAG_FILE_SOURCE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_FILL_ORDER - static field in class com.drew.metadata.exif.ExifDirectory
1 = Normal 2 = Reversed
TAG_FLASH - static field in class com.drew.metadata.exif.ExifDirectory
0x0 = 0000000 = No Flash 0x1 = 0000001 = Fired 0x5 = 0000101 = Fired, Return not detected 0x7 = 0000111 = Fired, Return detected 0x9 = 0001001 = On 0xd = 0001101 = On, Return not detected 0xf = 0001111 = On, Return detected 0x10 = 0010000 = Off 0x18 = 0011000 = Auto, Did not fire 0x19 = 0011001 = Auto, Fired 0x1d = 0011101 = Auto, Fired, Return not detected 0x1f = 0011111 = Auto, Fired, Return detected 0x20 = 0100000 = No flash function 0x41 = 1000001 = Fired, Red-eye reduction 0x45 = 1000101 = Fired, Red-eye reduction, Return not detected 0x47 = 1000111 = Fired, Red-eye reduction, Return detected 0x49 = 1001001 = On, Red-eye reduction 0x4d = 1001101 = On, Red-eye reduction, Return not detected 0x4f = 1001111 = On, Red-eye reduction, Return detected 0x59 = 1011001 = Auto, Fired, Red-eye reduction 0x5d = 1011101 = Auto, Fired, Red-eye reduction, Return not detected 0x5f = 1011111 = Auto, Fired, Red-eye reduction, Return detected 6543210 (positions) This is a bitmask.
TAG_FLASH_ENERGY - static field in class com.drew.metadata.exif.ExifDirectory
TAG_FLASH_ENERGY_2 - static field in class com.drew.metadata.exif.ExifDirectory
TAG_FLASHPIX_VERSION - static field in class com.drew.metadata.exif.ExifDirectory
TAG_FNUMBER - static field in class com.drew.metadata.exif.ExifDirectory
The actual F-number(F-stop) of lens when the image was taken.
TAG_FOCAL_LENGTH - static field in class com.drew.metadata.exif.ExifDirectory
Focal length of lens used to take image.
TAG_FOCAL_PLANE_UNIT - static field in class com.drew.metadata.exif.ExifDirectory
Unit of FocalPlaneXResoluton/FocalPlaneYResolution.
TAG_FOCAL_PLANE_X_RES - static field in class com.drew.metadata.exif.ExifDirectory
TAG_FOCAL_PLANE_Y_RES - static field in class com.drew.metadata.exif.ExifDirectory
TAG_FUJIFILM_AE_WARNING - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_BLUR_WARNING - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_COLOR - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_FLASH_MODE - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_FLASH_STRENGTH - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_FOCUS_MODE - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_FOCUS_WARNING - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_MACRO - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_MAKERNOTE_VERSION - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_PICTURE_MODE - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_QUALITY - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_SHARPNESS - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_SLOW_SYNCHRO - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_TONE - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_UNKNOWN_1 - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_UNKNOWN_2 - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_FUJIFILM_WHITE_BALANCE - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
TAG_GAIN_CONTROL - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates the degree of overall image gain adjustment.
TAG_GPS_ALTITUDE - static field in class com.drew.metadata.exif.GpsDirectory
Altitude GPSAltitude 6 6 RATIONAL 1
TAG_GPS_ALTITUDE_REF - static field in class com.drew.metadata.exif.GpsDirectory
Altitude reference GPSAltitudeRef 5 5 BYTE 1
TAG_GPS_DEST_BEARING - static field in class com.drew.metadata.exif.GpsDirectory
Bearing of destination GPSDestBearing 24 18 RATIONAL 1
TAG_GPS_DEST_BEARING_REF - static field in class com.drew.metadata.exif.GpsDirectory
Reference for bearing of destination GPSDestBearingRef 23 17 ASCII 2
TAG_GPS_DEST_DISTANCE - static field in class com.drew.metadata.exif.GpsDirectory
Distance to destination GPSDestDistance 26 1A RATIONAL 1
TAG_GPS_DEST_DISTANCE_REF - static field in class com.drew.metadata.exif.GpsDirectory
Reference for distance to destination GPSDestDistanceRef 25 19 ASCII 2
TAG_GPS_DEST_LATITUDE - static field in class com.drew.metadata.exif.GpsDirectory
Latitude of destination GPSDestLatitude 20 14 RATIONAL 3
TAG_GPS_DEST_LATITUDE_REF - static field in class com.drew.metadata.exif.GpsDirectory
Reference for latitude of destination GPSDestLatitudeRef 19 13 ASCII 2
TAG_GPS_DEST_LONGITUDE - static field in class com.drew.metadata.exif.GpsDirectory
Longitude of destination GPSDestLongitude 22 16 RATIONAL 3
TAG_GPS_DEST_LONGITUDE_REF - static field in class com.drew.metadata.exif.GpsDirectory
Reference for longitude of destination GPSDestLongitudeRef 21 15 ASCII 2
TAG_GPS_DOP - static field in class com.drew.metadata.exif.GpsDirectory
Measurement precision GPSDOP 11 B RATIONAL 1
TAG_GPS_IMG_DIRECTION - static field in class com.drew.metadata.exif.GpsDirectory
Direction of image GPSImgDirection 17 11 RATIONAL 1
TAG_GPS_IMG_DIRECTION_REF - static field in class com.drew.metadata.exif.GpsDirectory
Reference for direction of image GPSImgDirectionRef 16 10 ASCII 2
TAG_GPS_INFO - static field in class com.drew.metadata.exif.ExifDirectory
TAG_GPS_INFO_OFFSET - static field in class com.drew.metadata.exif.ExifReader
TAG_GPS_LATITUDE - static field in class com.drew.metadata.exif.GpsDirectory
Latitude GPSLatitude 2 2 RATIONAL 3
TAG_GPS_LATITUDE_REF - static field in class com.drew.metadata.exif.GpsDirectory
North or South Latitude GPSLatitudeRef 1 1 ASCII 2
TAG_GPS_LONGITUDE - static field in class com.drew.metadata.exif.GpsDirectory
Longitude GPSLongitude 4 4 RATIONAL 3
TAG_GPS_LONGITUDE_REF - static field in class com.drew.metadata.exif.GpsDirectory
East or West Longitude GPSLongitudeRef 3 3 ASCII 2
TAG_GPS_MAP_DATUM - static field in class com.drew.metadata.exif.GpsDirectory
Geodetic survey data used GPSMapDatum 18 12 ASCII Any
TAG_GPS_MEASURE_MODE - static field in class com.drew.metadata.exif.GpsDirectory
GPS measurement mode GPSMeasureMode 10 A ASCII 2
TAG_GPS_SATELLITES - static field in class com.drew.metadata.exif.GpsDirectory
GPS satellites used for measurement GPSSatellites 8 8 ASCII Any
TAG_GPS_SPEED - static field in class com.drew.metadata.exif.GpsDirectory
Speed of GPS receiver GPSSpeed 13 D RATIONAL 1
TAG_GPS_SPEED_REF - static field in class com.drew.metadata.exif.GpsDirectory
Speed unit GPSSpeedRef 12 C ASCII 2
TAG_GPS_STATUS - static field in class com.drew.metadata.exif.GpsDirectory
GPS receiver status GPSStatus 9 9 ASCII 2
TAG_GPS_TIME_STAMP - static field in class com.drew.metadata.exif.GpsDirectory
GPS time (atomic clock) GPSTimeStamp 7 7 RATIONAL 3
TAG_GPS_TRACK - static field in class com.drew.metadata.exif.GpsDirectory
Direction of movement GPSTrack 15 F RATIONAL 1
TAG_GPS_TRACK_REF - static field in class com.drew.metadata.exif.GpsDirectory
Reference for direction of movement GPSTrackRef 14 E ASCII 2
TAG_GPS_VERSION_ID - static field in class com.drew.metadata.exif.GpsDirectory
GPS tag version GPSVersionID 0 0 BYTE 4
TAG_HEADLINE - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_IMAGE_DESCRIPTION - static field in class com.drew.metadata.exif.ExifDirectory
TAG_IMAGE_HISTORY - static field in class com.drew.metadata.exif.ExifDirectory
TAG_IMAGE_NUMBER - static field in class com.drew.metadata.exif.ExifDirectory
TAG_IMAGE_UNIQUE_ID - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates an identifier assigned uniquely to each image.
TAG_INTER_COLOR_PROFILE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_INTERLACE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_INTEROP_INDEX - static field in class com.drew.metadata.exif.ExifInteropDirectory
TAG_INTEROP_OFFSET - static field in class com.drew.metadata.exif.ExifReader
TAG_INTEROP_VERSION - static field in class com.drew.metadata.exif.ExifInteropDirectory
TAG_IPTC_NAA - static field in class com.drew.metadata.exif.ExifDirectory
TAG_ISO_EQUIVALENT - static field in class com.drew.metadata.exif.ExifDirectory
TAG_JPEG_COMMENT - static field in class com.drew.metadata.jpeg.JpegCommentDirectory
This is in bits/sample, usually 8 (12 and 16 not supported by most software).
TAG_JPEG_COMPONENT_DATA_1 - static field in class com.drew.metadata.jpeg.JpegDirectory
the first of a possible 4 color components.
TAG_JPEG_COMPONENT_DATA_2 - static field in class com.drew.metadata.jpeg.JpegDirectory
the second of a possible 4 color components.
TAG_JPEG_COMPONENT_DATA_3 - static field in class com.drew.metadata.jpeg.JpegDirectory
the third of a possible 4 color components.
TAG_JPEG_COMPONENT_DATA_4 - static field in class com.drew.metadata.jpeg.JpegDirectory
the fourth of a possible 4 color components.
TAG_JPEG_DATA_PRECISION - static field in class com.drew.metadata.jpeg.JpegDirectory
This is in bits/sample, usually 8 (12 and 16 not supported by most software).
TAG_JPEG_IMAGE_HEIGHT - static field in class com.drew.metadata.jpeg.JpegDirectory
The image's height.
TAG_JPEG_IMAGE_WIDTH - static field in class com.drew.metadata.jpeg.JpegDirectory
The image's width.
TAG_JPEG_NUMBER_OF_COMPONENTS - static field in class com.drew.metadata.jpeg.JpegDirectory
Usually 1 = grey scaled, 3 = color YcbCr or YIQ, 4 = color CMYK Each component TAG_COMPONENT_DATA_[1-4], has the following meaning: component Id(1byte)(1 = Y, 2 = Cb, 3 = Cr, 4 = I, 5 = Q), sampling factors (1byte) (bit 0-3 vertical., 4-7 horizontal.), quantization table number (1 byte).
TAG_JPEG_TABLES - static field in class com.drew.metadata.exif.ExifDirectory
TAG_KEYWORDS - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_KYOCERA_PRINT_IMAGE_MATCHING_INFO - static field in class com.drew.metadata.exif.KyoceraMakernoteDirectory
TAG_KYOCERA_PROPRIETARY_THUMBNAIL - static field in class com.drew.metadata.exif.KyoceraMakernoteDirectory
TAG_LIGHT_SOURCE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_MAKE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_MAKER_NOTE - static field in class com.drew.metadata.exif.ExifReader
TAG_MAX_APERTURE - static field in class com.drew.metadata.exif.ExifDirectory
Maximum aperture value of lens.
TAG_MAX_SAMPLE_VALUE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_METERING_MODE - static field in class com.drew.metadata.exif.ExifDirectory
Exposure metering method.
TAG_MIN_SAMPLE_VALUE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_MODEL - static field in class com.drew.metadata.exif.ExifDirectory
TAG_NEW_SUBFILE_TYPE - static field in class com.drew.metadata.exif.ExifDirectory
The new subfile type tag.
TAG_NIKON_TYPE1_CCD_SENSITIVITY - static field in class com.drew.metadata.exif.NikonType1MakernoteDirectory
TAG_NIKON_TYPE1_COLOR_MODE - static field in class com.drew.metadata.exif.NikonType1MakernoteDirectory
TAG_NIKON_TYPE1_CONVERTER - static field in class com.drew.metadata.exif.NikonType1MakernoteDirectory
TAG_NIKON_TYPE1_DIGITAL_ZOOM - static field in class com.drew.metadata.exif.NikonType1MakernoteDirectory
TAG_NIKON_TYPE1_FOCUS - static field in class com.drew.metadata.exif.NikonType1MakernoteDirectory
TAG_NIKON_TYPE1_IMAGE_ADJUSTMENT - static field in class com.drew.metadata.exif.NikonType1MakernoteDirectory
TAG_NIKON_TYPE1_QUALITY - static field in class com.drew.metadata.exif.NikonType1MakernoteDirectory
TAG_NIKON_TYPE1_UNKNOWN_1 - static field in class com.drew.metadata.exif.NikonType1MakernoteDirectory
TAG_NIKON_TYPE1_UNKNOWN_2 - static field in class com.drew.metadata.exif.NikonType1MakernoteDirectory
TAG_NIKON_TYPE1_UNKNOWN_3 - static field in class com.drew.metadata.exif.NikonType1MakernoteDirectory
TAG_NIKON_TYPE1_WHITE_BALANCE - static field in class com.drew.metadata.exif.NikonType1MakernoteDirectory
TAG_NIKON_TYPE2_ADAPTER - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_AF_FOCUS_POSITION - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed -
TAG_NIKON_TYPE2_AF_TYPE - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The auto-focus type used by the camera.
TAG_NIKON_TYPE2_AUTO_FLASH_COMPENSATION - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - (no value -- blank)
TAG_NIKON_TYPE2_AUTO_FLASH_MODE - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - Built-in,TTL - Optional,TTL (with speedlight SB800, flash sync mode as NORMAL.
TAG_NIKON_TYPE2_CAMERA_COLOR_MODE - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The color space as set in the camera.
TAG_NIKON_TYPE2_CAMERA_HUE_ADJUSTMENT - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The hue adjustment as set in the camera.
TAG_NIKON_TYPE2_CAMERA_SHARPENING - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The sharpening as set in the camera.
TAG_NIKON_TYPE2_CAMERA_TONE_COMPENSATION - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The tone compensation as set in the camera.
TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The white balance as set in the camera.
TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE_FINE - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0
The first two numbers are coefficients to multiply red and blue channels according to white balance as set in the camera.
TAG_NIKON_TYPE2_CAPTURE_EDITOR_DATA - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Data about changes set by Nikon Capture Editor.
TAG_NIKON_TYPE2_COLOR_MODE - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - COLOR (seen in the D1X)
TAG_NIKON_TYPE2_DATA_DUMP - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_DIGITAL_ZOOM - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_EXPOSURE_SEQUENCE_NUMBER - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
This appears to be a sequence number to indentify the exposure.
TAG_NIKON_TYPE2_FIRMWARE_VERSION - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0200 (D70) - 0200 (D1X)
TAG_NIKON_TYPE2_FLASH_SYNC_MODE - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - NORMAL - RED-EYE Note: when TAG_NIKON_TYPE2_AUTO_FLASH_MODE is blank, Nikon Browser displays "Flash Sync Mode: Not Attached"
TAG_NIKON_TYPE2_IMAGE_ADJUSTMENT - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_ISO_1 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 250 - 0 400
TAG_NIKON_TYPE2_ISO_2 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 250 - 0 400
TAG_NIKON_TYPE2_ISO_SELECTION - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_LENS - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
A pair of focal/max-fstop values that describe the lens used.
TAG_NIKON_TYPE2_LIGHT_SOURCE - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - NATURAL - SPEEDLIGHT (D70, D1X)
TAG_NIKON_TYPE2_MANUAL_FOCUS_DISTANCE - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_NOISE_REDUCTION - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - OFF
TAG_NIKON_TYPE2_QUALITY_AND_FILE_FORMAT - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - FILE - RAW - NORMAL - FINE
TAG_NIKON_TYPE2_UNKNOWN_1 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0,1,6,0 (hex)
TAG_NIKON_TYPE2_UNKNOWN_11 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0100) - 0103 (D70) - 0100 (D1X)
TAG_NIKON_TYPE2_UNKNOWN_12 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0100 '~e3 - 0103
TAG_NIKON_TYPE2_UNKNOWN_13 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0100fht@7b,4x,D"Y - 01015 - 0100w\cH+D$$h$�5Q (D1X) - 30,31,30,30,0,0,b,48,7c,7c,24,24,5,15,24,0,0,0,0,0 (hex) (D100)
TAG_NIKON_TYPE2_UNKNOWN_14 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 2014 662 (D1X) - 1517,1012 (D100)
TAG_NIKON_TYPE2_UNKNOWN_15 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 78/10 78/10 - 78/10 78/10 (D70) - 59/10 59/5 (D1X) - 7.8,7.8 (D100)
TAG_NIKON_TYPE2_UNKNOWN_16 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 1473 - 7036 (D100)
TAG_NIKON_TYPE2_UNKNOWN_2 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - � - 0,1,c,0 (hex)
TAG_NIKON_TYPE2_UNKNOWN_20 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 - 0
TAG_NIKON_TYPE2_UNKNOWN_21 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 0 49163 53255 - 0 0 3008 2000 (the image dimensions were 3008x2000) (D70)
TAG_NIKON_TYPE2_UNKNOWN_22 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - (blank)
TAG_NIKON_TYPE2_UNKNOWN_23 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - (blank)
TAG_NIKON_TYPE2_UNKNOWN_24 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0
TAG_NIKON_TYPE2_UNKNOWN_25 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - NO= 00002539
TAG_NIKON_TYPE2_UNKNOWN_26 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 1564851
TAG_NIKON_TYPE2_UNKNOWN_27 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0
TAG_NIKON_TYPE2_UNKNOWN_29 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Nikon Browser suggests this value represents Saturation...
TAG_NIKON_TYPE2_UNKNOWN_3 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 914 - 1379 (D70) - 2781 (D1X) - 6942 (D100)
TAG_NIKON_TYPE2_UNKNOWN_30 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - AUTO (D70) - (blank) (D70)
TAG_NIKON_TYPE2_UNKNOWN_32 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0100 (D70)
TAG_NIKON_TYPE2_UNKNOWN_33 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - NORMAL (D70)
TAG_NIKON_TYPE2_UNKNOWN_34 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_UNKNOWN_4 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 6 - 6 (D70) - 2 (D1X)
TAG_NIKON_TYPE2_UNKNOWN_5 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 - 9 - 3 (D1X)
TAG_NIKON_TYPE2_UNKNOWN_7 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 - 1
TAG_NIKON_TYPE2_UNKNOWN_8 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 48,1,c,0 (hex) (D100) - @
TAG_NIKON_TYPE2_UNKNOWN_9 - static field in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Unknown.
TAG_NOISE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_OBJECT_NAME - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_OECF - static field in class com.drew.metadata.exif.ExifDirectory
TAG_OLYMPUS_BLACK_LEVEL - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_BLUE_BIAS - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_BRACKET - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_CAMERA_ID - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_CAMERA_SETTINGS_1 - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Konica / Minolta cameras.
TAG_OLYMPUS_CAMERA_SETTINGS_2 - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Alternate Camera Settings Tag.
TAG_OLYMPUS_COLOUR_CONTROL - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_COLOUR_MATRIX - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_COLOUR_MODE - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Konica / Minolta cameras 0 = Natural Colour 1 = Black & White 2 = Vivid colour 3 = Solarization 4 = AdobeRGB
TAG_OLYMPUS_COMPRESSED_IMAGE_SIZE - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Konica / Minolta cameras.
TAG_OLYMPUS_COMPRESSION_RATIO - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_CONTRAST - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_CORING_FILTER - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_DATA_DUMP - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_DIGI_ZOOM_RATIO - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Zoom Factor (0 or 1 = normal)
TAG_OLYMPUS_FINAL_HEIGHT - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_FINAL_WIDTH - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_FIRMWARE_VERSION - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_FLASH_BIAS - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_FLASH_MODE - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_FOCUS_DISTANCE - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_FOCUS_MODE - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_IMAGE_HEIGHT - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Epson cameras Units = pixels
TAG_OLYMPUS_IMAGE_QUALITY_1 - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Konica / Minolta cameras.
TAG_OLYMPUS_IMAGE_QUALITY_2 - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Not 100% sure about this tag.
TAG_OLYMPUS_IMAGE_WIDTH - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Epson cameras Units = pixels
TAG_OLYMPUS_JPEG_QUALITY - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
1 = Standard Quality 2 = High Quality 3 = Super High Quality
TAG_OLYMPUS_MACRO_FOCUS - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_MACRO_MODE - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
0 = Normal (Not Macro) 1 = Macro
TAG_OLYMPUS_MAKERNOTE_VERSION - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Konica / Minolta cameras.
TAG_OLYMPUS_MINOLTA_THUMBNAIL_LENGTH - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Length of thumbnail in bytes.
TAG_OLYMPUS_MINOLTA_THUMBNAIL_OFFSET_1 - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Konica / Minolta cameras.
TAG_OLYMPUS_MINOLTA_THUMBNAIL_OFFSET_2 - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Alternate Thumbnail Offset.
TAG_OLYMPUS_ORIGINAL_MANUFACTURER_MODEL - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
A string.
TAG_OLYMPUS_PICT_INFO - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_PRINT_IMAGE_MATCHING_INFO - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
See the PIM specification here: http://www.ozhiker.com/electronics/pjmt/jpeg_info/pim.html
TAG_OLYMPUS_RED_BIAS - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_SERIAL_NUMBER - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_SHARPNESS - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_SHARPNESS_FACTOR - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_SPECIAL_MODE - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
Three values: Value 1: 0=Normal, 2=Fast, 3=Panorama Value 2: Sequence Number Value 3: 1 = Panorama Direction: Left to Right 2 = Panorama Direction: Right to Left 3 = Panorama Direction: Bottom to Top 4 = Panorama Direction: Top to Bottom
TAG_OLYMPUS_UNKNOWN_1 - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_UNKNOWN_2 - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_UNKNOWN_3 - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_VALID_BITS - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_WHITE_BALANCE - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_OLYMPUS_ZOOM - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
TAG_ORIENTATION - static field in class com.drew.metadata.exif.ExifDirectory
TAG_ORIGINAL_TRANSMISSION_REFERENCE - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_ORIGINATING_PROGRAM - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_PAGE_NAME - static field in class com.drew.metadata.exif.ExifDirectory
TAG_PANASONIC_MACRO_MODE - static field in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = On 2 = Off
TAG_PANASONIC_PRINT_IMAGE_MATCHING_INFO - static field in class com.drew.metadata.exif.PanasonicMakernoteDirectory
TAG_PANASONIC_QUALITY_MODE - static field in class com.drew.metadata.exif.PanasonicMakernoteDirectory
TAG_PANASONIC_RECORD_MODE - static field in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = Normal 2 = Portrait 9 = Macro
TAG_PANASONIC_VERSION - static field in class com.drew.metadata.exif.PanasonicMakernoteDirectory
TAG_PENTAX_CAPTURE_MODE - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
0 = Auto 1 = Night-scene 2 = Manual 4 = Multiple
TAG_PENTAX_COLOUR - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
1 = Normal 2 = Black & White 3 = Sepia
TAG_PENTAX_CONTRAST - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
0 = Normal 1 = Low 2 = High
TAG_PENTAX_DAYLIGHT_SAVINGS - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
(String).
TAG_PENTAX_DIGITAL_ZOOM - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
(0 = Off)
TAG_PENTAX_FLASH_MODE - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
1 = Auto 2 = Flash on 4 = Flash off 6 = Red-eye Reduction
TAG_PENTAX_FOCUS_MODE - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
2 = Custom 3 = Auto
TAG_PENTAX_ISO_SPEED - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
10 = ISO 100 16 = ISO 200 100 = ISO 100 200 = ISO 200
TAG_PENTAX_PRINT_IMAGE_MATCHING_INFO - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
See Print Image Matching for specification.
TAG_PENTAX_QUALITY_LEVEL - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
0 = Good 1 = Better 2 = Best
TAG_PENTAX_SATURATION - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
0 = Normal 1 = Low 2 = High
TAG_PENTAX_SHARPNESS - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
0 = Normal 1 = Soft 2 = Hard
TAG_PENTAX_TIME_ZONE - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
(String).
TAG_PENTAX_WHITE_BALANCE - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
0 = Auto 1 = Daylight 2 = Shade 3 = Tungsten 4 = Fluorescent 5 = Manual
TAG_PHOTOMETRIC_INTERPRETATION - static field in class com.drew.metadata.exif.ExifDirectory
Shows the color space of the image data components.
TAG_PLANAR_CONFIGURATION - static field in class com.drew.metadata.exif.ExifDirectory
When image format is no compression YCbCr, this value shows byte aligns of YCbCr data.
TAG_PREDICTOR - static field in class com.drew.metadata.exif.ExifDirectory
TAG_PRIMARY_CHROMATICITIES - static field in class com.drew.metadata.exif.ExifDirectory
TAG_PROVINCE_OR_STATE - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_RECORD_VERSION - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_REFERENCE_BLACK_WHITE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_RELATED_IMAGE_FILE_FORMAT - static field in class com.drew.metadata.exif.ExifInteropDirectory
TAG_RELATED_IMAGE_LENGTH - static field in class com.drew.metadata.exif.ExifInteropDirectory
TAG_RELATED_IMAGE_WIDTH - static field in class com.drew.metadata.exif.ExifInteropDirectory
TAG_RELATED_SOUND_FILE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_RELEASE_DATE - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_RELEASE_TIME - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_RESOLUTION_UNIT - static field in class com.drew.metadata.exif.ExifDirectory
TAG_ROWS_PER_STRIP - static field in class com.drew.metadata.exif.ExifDirectory
The raster is codified by a single block of data holding this many rows.
TAG_SAMPLES_PER_PIXEL - static field in class com.drew.metadata.exif.ExifDirectory
Each pixel is composed of this many samples.
TAG_SATURATION - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates the direction of saturation processing applied by the camera when the image was shot.
TAG_SCENE_CAPTURE_TYPE - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates the type of scene that was shot.
TAG_SCENE_TYPE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SECURITY_CLASSIFICATION - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SELF_TIMER_MODE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SENSING_METHOD - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SHARPNESS - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates the direction of sharpness processing applied by the camera when the image was shot.
TAG_SHUTTER_SPEED - static field in class com.drew.metadata.exif.ExifDirectory
Shutter speed by APEX value.
TAG_SOFTWARE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SOURCE - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_SPATIAL_FREQ_RESPONSE - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SPATIAL_FREQ_RESPONSE_2 - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SPECIAL_INSTRUCTIONS - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_SPECTRAL_SENSITIVITY - static field in class com.drew.metadata.exif.ExifDirectory
TAG_STRIP_BYTE_COUNTS - static field in class com.drew.metadata.exif.ExifDirectory
The size of the raster data in bytes.
TAG_STRIP_OFFSETS - static field in class com.drew.metadata.exif.ExifDirectory
The position in the file of raster data.
TAG_SUB_IFDS - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SUBFILE_TYPE - static field in class com.drew.metadata.exif.ExifDirectory
The old subfile type tag.
TAG_SUBJECT_DISTANCE - static field in class com.drew.metadata.exif.ExifDirectory
Indicates the distance the autofocus camera is focused to.
TAG_SUBJECT_DISTANCE_RANGE - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates the distance to the subject.
TAG_SUBJECT_LOCATION - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SUBJECT_LOCATION_2 - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SUBSECOND_TIME - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SUBSECOND_TIME_DIGITIZED - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SUBSECOND_TIME_ORIGINAL - static field in class com.drew.metadata.exif.ExifDirectory
TAG_SUPPLEMENTAL_CATEGORIES - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_THRESHOLDING - static field in class com.drew.metadata.exif.ExifDirectory
1 = No dithering or halftoning 2 = Ordered dither or halftone 3 = Randomized dither
TAG_THUMBNAIL_DATA - static field in class com.drew.metadata.exif.ExifDirectory
TAG_THUMBNAIL_IMAGE_HEIGHT - static field in class com.drew.metadata.exif.ExifDirectory
TAG_THUMBNAIL_IMAGE_WIDTH - static field in class com.drew.metadata.exif.ExifDirectory
TAG_THUMBNAIL_LENGTH - static field in class com.drew.metadata.exif.ExifDirectory
TAG_THUMBNAIL_OFFSET - static field in class com.drew.metadata.exif.ExifDirectory
TAG_TIFF_EP_STANDARD_ID - static field in class com.drew.metadata.exif.ExifDirectory
TAG_TILE_BYTE_COUNTS - static field in class com.drew.metadata.exif.ExifDirectory
TAG_TILE_LENGTH - static field in class com.drew.metadata.exif.ExifDirectory
TAG_TILE_OFFSETS - static field in class com.drew.metadata.exif.ExifDirectory
TAG_TILE_WIDTH - static field in class com.drew.metadata.exif.ExifDirectory
TAG_TIME_CREATED - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_TIME_ZONE_OFFSET - static field in class com.drew.metadata.exif.ExifDirectory
TAG_TRANSFER_FUNCTION - static field in class com.drew.metadata.exif.ExifDirectory
TAG_URGENCY - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_USER_COMMENT - static field in class com.drew.metadata.exif.ExifDirectory
TAG_WHITE_BALANCE - static field in class com.drew.metadata.exif.ExifDirectory
White balance (aka light source).
TAG_WHITE_BALANCE_MODE - static field in class com.drew.metadata.exif.ExifDirectory
This tag indicates the white balance mode set when the image was shot.
TAG_WHITE_POINT - static field in class com.drew.metadata.exif.ExifDirectory
TAG_WIN_AUTHOR - static field in class com.drew.metadata.exif.ExifDirectory
The image author, as used by Windows XP (called Artist in the Windows shell).
TAG_WIN_COMMENT - static field in class com.drew.metadata.exif.ExifDirectory
The image comment, as used by Windows XP.
TAG_WIN_KEYWORDS - static field in class com.drew.metadata.exif.ExifDirectory
The image keywords, as used by Windows XP.
TAG_WIN_SUBJECT - static field in class com.drew.metadata.exif.ExifDirectory
The image subject, as used by Windows XP.
TAG_WIN_TITLE - static field in class com.drew.metadata.exif.ExifDirectory
The image title, as used by Windows XP.
TAG_WRITER - static field in class com.drew.metadata.iptc.IptcDirectory
TAG_X_RESOLUTION - static field in class com.drew.metadata.exif.ExifDirectory
TAG_Y_RESOLUTION - static field in class com.drew.metadata.exif.ExifDirectory
TAG_YCBCR_COEFFICIENTS - static field in class com.drew.metadata.exif.ExifDirectory
TAG_YCBCR_POSITIONING - static field in class com.drew.metadata.exif.ExifDirectory
TAG_YCBCR_SUBSAMPLING - static field in class com.drew.metadata.exif.ExifDirectory
TagDescriptor - class com.drew.metadata.TagDescriptor
Abstract base class for all tag descriptor classes.
TagDescriptor(com.drew.metadata.Directory) - constructor for class com.drew.metadata.TagDescriptor
tagNameMap - static field in class com.drew.metadata.exif.CasioType1MakernoteDirectory
tagNameMap - static field in class com.drew.metadata.exif.CasioType2MakernoteDirectory
tagNameMap - static field in class com.drew.metadata.exif.ExifDirectory
tagNameMap - static field in class com.drew.metadata.exif.ExifInteropDirectory
tagNameMap - static field in class com.drew.metadata.exif.FujifilmMakernoteDirectory
tagNameMap - static field in class com.drew.metadata.exif.GpsDirectory
tagNameMap - static field in class com.drew.metadata.iptc.IptcDirectory
tagNameMap - static field in class com.drew.metadata.jpeg.JpegCommentDirectory
tagNameMap - static field in class com.drew.metadata.jpeg.JpegDirectory
tagNameMap - static field in class com.drew.metadata.exif.KyoceraMakernoteDirectory
tagNameMap - static field in class com.drew.metadata.exif.OlympusMakernoteDirectory
tagNameMap - static field in class com.drew.metadata.exif.PanasonicMakernoteDirectory
tagNameMap - static field in class com.drew.metadata.exif.PentaxMakernoteDirectory
TIFF_HEADER_START_OFFSET - static field in class com.drew.metadata.exif.ExifReader
ToFile(File,com.drew.imaging.jpeg.JpegSegmentData) - static method in class com.drew.imaging.jpeg.JpegSegmentData
toSimpleString(boolean) - method in class com.drew.lang.Rational
Returns the simplest represenation of this Rational's value possible.
toString() - method in class com.drew.lang.CompoundException
toString() - method in class com.drew.metadata.exif.DataFormat
toString() - method in class com.drew.lang.Rational
Returns a string representation of the object of form numerator/denominator.
toString() - method in class com.drew.metadata.Tag
A basic representation of the tag's type and value in format: FNumber - F2.8.

U

ULONG - static field in class com.drew.metadata.exif.DataFormat
UNDEFINED - static field in class com.drew.metadata.exif.DataFormat
URATIONAL - static field in class com.drew.metadata.exif.DataFormat
USHORT - static field in class com.drew.metadata.exif.DataFormat

W

write(int) - method in class com.drew.lang.NullOutputStream
writeThumbnail(String) - method in class com.drew.metadata.exif.ExifDirectory

Copyright © 2006 Drew Noakes. All Rights Reserved.