Java Doc for EXIFTIFFTagSet.java in  » 6.0-JDK-Modules » Java-Advanced-Imaging » com » sun » media » imageio » plugins » tiff » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » Java Advanced Imaging » com.sun.media.imageio.plugins.tiff 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.media.imageio.plugins.tiff.TIFFTagSet
      com.sun.media.imageio.plugins.tiff.EXIFTIFFTagSet

EXIFTIFFTagSet
public class EXIFTIFFTagSet extends TIFFTagSet (Code)
A class representing the tags found in an EXIF IFD. EXIF is a standard for annotating images used by most digital camera manufacturers. The EXIF specification may be found at http://www.exif.org/Exif2-2.PDF .

The definitions of the data types referenced by the field definitions may be found in the TIFFTagTIFFTag class.


Inner Class :static class EXIFVersion extends TIFFTag
Inner Class :static class FlashPixVersion extends TIFFTag
Inner Class :static class ColorSpace extends TIFFTag
Inner Class :static class ComponentsConfiguration extends TIFFTag
Inner Class :static class CompressedBitsPerPixel extends TIFFTag
Inner Class :static class PixelXDimension extends TIFFTag
Inner Class :static class PixelYDimension extends TIFFTag
Inner Class :static class MakerNote extends TIFFTag
Inner Class :static class UserComment extends TIFFTag
Inner Class :static class RelatedSoundFile extends TIFFTag
Inner Class :static class DateTimeOriginal extends TIFFTag
Inner Class :static class DateTimeDigitized extends TIFFTag
Inner Class :static class SubSecTime extends TIFFTag
Inner Class :static class SubSecTimeOriginal extends TIFFTag
Inner Class :static class SubSecTimeDigitized extends TIFFTag
Inner Class :static class ExposureTime extends TIFFTag
Inner Class :static class FNumber extends TIFFTag
Inner Class :static class ExposureProgram extends TIFFTag
Inner Class :static class SpectralSensitivity extends TIFFTag
Inner Class :static class ISOSpeedRatings extends TIFFTag
Inner Class :static class OECF extends TIFFTag
Inner Class :static class ShutterSpeedValue extends TIFFTag
Inner Class :static class ApertureValue extends TIFFTag
Inner Class :static class BrightnessValue extends TIFFTag
Inner Class :static class ExposureBiasValue extends TIFFTag
Inner Class :static class MaxApertureValue extends TIFFTag
Inner Class :static class SubjectDistance extends TIFFTag
Inner Class :static class MeteringMode extends TIFFTag
Inner Class :static class LightSource extends TIFFTag
Inner Class :static class Flash extends TIFFTag
Inner Class :static class FocalLength extends TIFFTag
Inner Class :static class SubjectArea extends TIFFTag
Inner Class :static class FlashEnergy extends TIFFTag
Inner Class :static class SpatialFrequencyResponse extends TIFFTag
Inner Class :static class FocalPlaneXResolution extends TIFFTag
Inner Class :static class FocalPlaneYResolution extends TIFFTag
Inner Class :static class FocalPlaneResolutionUnit extends TIFFTag
Inner Class :static class SubjectLocation extends TIFFTag
Inner Class :static class ExposureIndex extends TIFFTag
Inner Class :static class SensingMethod extends TIFFTag
Inner Class :static class FileSource extends TIFFTag
Inner Class :static class SceneType extends TIFFTag
Inner Class :static class CFAPattern extends TIFFTag
Inner Class :static class CustomRendered extends TIFFTag
Inner Class :static class ExposureMode extends TIFFTag
Inner Class :static class WhiteBalance extends TIFFTag
Inner Class :static class DigitalZoomRatio extends TIFFTag
Inner Class :static class FocalLengthIn35mmFilm extends TIFFTag
Inner Class :static class SceneCaptureType extends TIFFTag
Inner Class :static class GainControl extends TIFFTag
Inner Class :static class Contrast extends TIFFTag
Inner Class :static class Saturation extends TIFFTag
Inner Class :static class Sharpness extends TIFFTag
Inner Class :static class DeviceSettingDescription extends TIFFTag
Inner Class :static class SubjectDistanceRange extends TIFFTag
Inner Class :static class ImageUniqueID extends TIFFTag
Inner Class :static class InteroperabilityIFD extends TIFFTag

Field Summary
final public static  intCOLOR_SPACE_SRGB
     A value to be used with the "ColorSpace" tag.
final public static  intCOLOR_SPACE_UNCALIBRATED
     A value to be used with the "ColorSpace" tag.
final public static  intCOMPONENTS_CONFIGURATION_B
     A value to be used with the "ComponentsConfiguration" tag.
final public static  intCOMPONENTS_CONFIGURATION_CB
     A value to be used with the "ComponentsConfiguration" tag.
final public static  intCOMPONENTS_CONFIGURATION_CR
     A value to be used with the "ComponentsConfiguration" tag.
final public static  intCOMPONENTS_CONFIGURATION_DOES_NOT_EXIST
     A value to be used with the "ComponentsConfiguration" tag.
final public static  intCOMPONENTS_CONFIGURATION_G
     A value to be used with the "ComponentsConfiguration" tag.
final public static  intCOMPONENTS_CONFIGURATION_R
     A value to be used with the "ComponentsConfiguration" tag.
final public static  intCOMPONENTS_CONFIGURATION_Y
     A value to be used with the "ComponentsConfiguration" tag.
final public static  intCONTRAST_HARD
     A value to be used with the "Contrast" tag.
final public static  intCONTRAST_NORMAL
     A value to be used with the "Contrast" tag.
final public static  intCONTRAST_SOFT
     A value to be used with the "Contrast" tag.
final public static  intCUSTOM_RENDERED_CUSTOM
     A value to be used with the "CustomRendered" tag.
final public static  intCUSTOM_RENDERED_NORMAL
     A value to be used with the "CustomRendered" tag.
public static  byte[]EXIF_VERSION_2_1
     An array of bytes containing the values {'0', '2', '1', '0'} to be used with the "EXIFVersion" tag to indicate EXIF version 2.1.
public static  byte[]EXIF_VERSION_2_2
     An array of bytes containing the values {'0', '2', '2', '0'} to be used with the "EXIFVersion" tag to indicate EXIF version 2.2.
final public static  intEXPOSURE_MODE_AUTO_BRACKET
     A value to be used with the "ExposureMode" tag.
final public static  intEXPOSURE_MODE_AUTO_EXPOSURE
     A value to be used with the "ExposureMode" tag.
final public static  intEXPOSURE_MODE_MANUAL_EXPOSURE
     A value to be used with the "ExposureMode" tag.
final public static  intEXPOSURE_PROGRAM_ACTION_PROGRAM
     A value to be used with the "ExposureProgram" tag.
final public static  intEXPOSURE_PROGRAM_APERTURE_PRIORITY
     A value to be used with the "ExposureProgram" tag.
final public static  intEXPOSURE_PROGRAM_CREATIVE_PROGRAM
     A value to be used with the "ExposureProgram" tag.
final public static  intEXPOSURE_PROGRAM_LANDSCAPE_MODE
     A value to be used with the "ExposureProgram" tag.
final public static  intEXPOSURE_PROGRAM_MANUAL
     A value to be used with the "ExposureProgram" tag.
final public static  intEXPOSURE_PROGRAM_MAX_RESERVED
     A value to be used with the "ExposureProgram" tag.
final public static  intEXPOSURE_PROGRAM_NORMAL_PROGRAM
     A value to be used with the "ExposureProgram" tag.
final public static  intEXPOSURE_PROGRAM_NOT_DEFINED
     A value to be used with the "ExposureProgram" tag.
final public static  intEXPOSURE_PROGRAM_PORTRAIT_MODE
     A value to be used with the "ExposureProgram" tag.
final public static  intEXPOSURE_PROGRAM_SHUTTER_PRIORITY
     A value to be used with the "ExposureProgram" tag.
final public static  intFILE_SOURCE_DSC
     A value to be used with the "FileSource" tag.
final public static  intFLASH_DID_NOT_FIRE
     A value to be used with the "Flash" tag, indicating that the flash did not fire.
final public static  intFLASH_FIRED
     A value to be used with the "Flash" tag, indicating that the flash fired, but the strobe return status is unknown.
final public static  intFLASH_MASK_FIRED
     A mask to be used with the "Flash" tag, indicating that the flash fired.
final public static  intFLASH_MASK_FUNCTION_NOT_PRESENT
     A mask to be used with the "Flash" tag, indicating no flash function present.
final public static  intFLASH_MASK_MODE_AUTO
     A mask to be used with the "Flash" tag, indicating auto mode.
final public static  intFLASH_MASK_MODE_FLASH_FIRING
     A mask to be used with the "Flash" tag, indicating compulsory flash firing mode.
final public static  intFLASH_MASK_MODE_FLASH_SUPPRESSION
     A mask to be used with the "Flash" tag, indicating compulsory flash suppression mode.
final public static  intFLASH_MASK_RED_EYE_REDUCTION
     A mask to be used with the "Flash" tag, indicating red-eye reduction supported.
final public static  intFLASH_MASK_RETURN_DETECTED
     A mask to be used with the "Flash" tag, indicating strobe return light detected.
final public static  intFLASH_MASK_RETURN_NOT_DETECTED
     A mask to be used with the "Flash" tag, indicating strobe return light not detected.
final public static  intFLASH_STROBE_RETURN_LIGHT_DETECTED
     A value to be used with the "Flash" tag, indicating that the flash fired, and the strobe return light was detected.
final public static  intFLASH_STROBE_RETURN_LIGHT_NOT_DETECTED
     A value to be used with the "Flash" tag, indicating that the flash fired, but the strobe return light was not detected.
final public static  intFOCAL_PLANE_RESOLUTION_UNIT_CENTIMETER
     A value to be used with the "FocalPlaneXResolution" tag.
final public static  intFOCAL_PLANE_RESOLUTION_UNIT_INCH
     A value to be used with the "FocalPlaneXResolution" tag.
final public static  intFOCAL_PLANE_RESOLUTION_UNIT_NONE
     A value to be used with the "FocalPlaneResolutionUnit" tag.
final public static  intGAIN_CONTROL_HIGH_GAIN_DOWN
     A value to be used with the "GainControl" tag.
final public static  intGAIN_CONTROL_HIGH_GAIN_UP
     A value to be used with the "GainControl" tag.
final public static  intGAIN_CONTROL_LOW_GAIN_DOWN
     A value to be used with the "GainControl" tag.
final public static  intGAIN_CONTROL_LOW_GAIN_UP
     A value to be used with the "GainControl" tag.
final public static  intGAIN_CONTROL_NONE
     A value to be used with the "GainControl" tag.
final public static  intLIGHT_SOURCE_CLOUDY_WEATHER
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_COOL_WHITE_FLUORESCENT
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_D50
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_D55
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_D65
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_D75
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_DAYLIGHT
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_DAYLIGHT_FLUORESCENT
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_DAY_WHITE_FLUORESCENT
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_FINE_WEATHER
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_FLASH
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_FLUORESCENT
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_ISO_STUDIO_TUNGSTEN
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_OTHER
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_SHADE
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_STANDARD_LIGHT_A
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_STANDARD_LIGHT_B
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_STANDARD_LIGHT_C
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_TUNGSTEN
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_UNKNOWN
     A value to be used with the "LightSource" tag.
final public static  intLIGHT_SOURCE_WHITE_FLUORESCENT
     A value to be used with the "LightSource" tag.
final public static  intMETERING_MODE_AVERAGE
     A value to be used with the "MeteringMode" tag.
final public static  intMETERING_MODE_CENTER_WEIGHTED_AVERAGE
     A value to be used with the "MeteringMode" tag.
final public static  intMETERING_MODE_MAX_RESERVED
     A value to be used with the "MeteringMode" tag.
final public static  intMETERING_MODE_MIN_RESERVED
     A value to be used with the "MeteringMode" tag.
final public static  intMETERING_MODE_MULTI_SPOT
     A value to be used with the "MeteringMode" tag.
final public static  intMETERING_MODE_OTHER
     A value to be used with the "MeteringMode" tag.
final public static  intMETERING_MODE_PARTIAL
     A value to be used with the "MeteringMode" tag.
final public static  intMETERING_MODE_PATTERN
     A value to be used with the "MeteringMode" tag.
final public static  intMETERING_MODE_SPOT
     A value to be used with the "MeteringMode" tag.
final public static  intMETERING_MODE_UNKNOWN
     A value to be used with the "MeteringMode" tag.
final public static  intSATURATION_HIGH
     A value to be used with the "Saturation" tag.
final public static  intSATURATION_LOW
     A value to be used with the "Saturation" tag.
final public static  intSATURATION_NORMAL
     A value to be used with the "Saturation" tag.
final public static  intSCENE_CAPTURE_TYPE_LANDSCAPE
     A value to be used with the "SceneCaptureType" tag.
final public static  intSCENE_CAPTURE_TYPE_NIGHT_SCENE
     A value to be used with the "SceneCaptureType" tag.
final public static  intSCENE_CAPTURE_TYPE_PORTRAIT
     A value to be used with the "SceneCaptureType" tag.
final public static  intSCENE_CAPTURE_TYPE_STANDARD
     A value to be used with the "SceneCaptureType" tag.
final public static  intSCENE_TYPE_DSC
     A value to be used with the "SceneType" tag.
final public static  intSENSING_METHOD_COLOR_SEQUENTIAL_AREA_SENSOR
     A value to be used with the "SensingMethod" tag.
final public static  intSENSING_METHOD_COLOR_SEQUENTIAL_LINEAR_SENSOR
     A value to be used with the "SensingMethod" tag.
final public static  intSENSING_METHOD_NOT_DEFINED
     A value to be used with the "SensingMethod" tag.
final public static  intSENSING_METHOD_ONE_CHIP_COLOR_AREA_SENSOR
     A value to be used with the "SensingMethod" tag.
final public static  intSENSING_METHOD_THREE_CHIP_COLOR_AREA_SENSOR
     A value to be used with the "SensingMethod" tag.
final public static  intSENSING_METHOD_TRILINEAR_SENSOR
     A value to be used with the "SensingMethod" tag.
final public static  intSENSING_METHOD_TWO_CHIP_COLOR_AREA_SENSOR
     A value to be used with the "SensingMethod" tag.
final public static  intSHARPNESS_HARD
     A value to be used with the "Sharpness" tag.
final public static  intSHARPNESS_NORMAL
     A value to be used with the "Sharpness" tag.
final public static  intSHARPNESS_SOFT
     A value to be used with the "Sharpness" tag.
final public static  intSUBJECT_DISTANCE_RANGE_CLOSE_VIEW
     A value to be used with the "SubjectDistanceRange" tag.
final public static  intSUBJECT_DISTANCE_RANGE_DISTANT_VIEW
     A value to be used with the "SubjectDistanceRange" tag.
final public static  intSUBJECT_DISTANCE_RANGE_MACRO
     A value to be used with the "SubjectDistanceRange" tag.
final public static  intSUBJECT_DISTANCE_RANGE_UNKNOWN
     A value to be used with the "SubjectDistanceRange" tag.
final public static  intTAG_APERTURE_VALUE
     A tag indicating the lens aperture (type RATIONAL).
final public static  intTAG_BRIGHTNESS_VALUE
     A tag indicating the value of brightness (type SRATIONAL).
final public static  intTAG_CFA_PATTERN
     A tag indicating the color filter array geometric pattern of the image sensor when a one-chip color area sensor if used (type UNDEFINED).
final public static  intTAG_COLOR_SPACE
     A tag indicating the color space information (type SHORT).
final public static  intTAG_COMPONENTS_CONFIGURATION
     A tag containing the components configuration information (type UNDEFINED, count = 4).
final public static  intTAG_COMPRESSED_BITS_PER_PIXEL
     A tag indicating the number of compressed bits per pixel (type RATIONAL).
final public static  intTAG_CONTRAST
     A tag indicating the direction of contrast processing applied by the camera when the image was shot.
final public static  intTAG_CUSTOM_RENDERED
     A tag indicating the use of special processing on image data, such as rendering geared to output.
final public static  intTAG_DATE_TIME_DIGITIZED
     A tag indicating the date and time when the image was stored as digital data (type ASCII).
final public static  intTAG_DATE_TIME_ORIGINAL
     A tag indicating the date and time when the original image was generated (type ASCII).
final public static  intTAG_DEVICE_SETTING_DESCRIPTION
     A tag indicating information on the picture-taking conditions of a particular camera model.
final public static  intTAG_DIGITAL_ZOOM_RATIO
     A tag indicating the digital zoom ratio when the image was shot.
final public static  intTAG_EXIF_VERSION
     A tag containing the EXIF version number (type UNDEFINED, count = 4).
final public static  intTAG_EXPOSURE_BIAS_VALUE
     A tag indicating the exposure bias (type SRATIONAL).
final public static  intTAG_EXPOSURE_INDEX
     A tag indicating the exposure index selected on the camera or input device at the time the image was captured (type RATIONAL).
final public static  intTAG_EXPOSURE_MODE
     A tag indicating the exposure mode set when the image was shot.
final public static  intTAG_EXPOSURE_PROGRAM
     A tag indicating the class of the programs used to set exposure when the picture was taken (type SHORT).
final public static  intTAG_EXPOSURE_TIME
     A tag indicating the exposure time, in seconds (type RATIONAL).
final public static  intTAG_FILE_SOURCE
     A tag indicating the image source (type UNDEFINED).
final public static  intTAG_FLASH
     A tag indicating the flash firing status and flash return status (type SHORT).
final public static  intTAG_FLASHPIX_VERSION
     A tag indicating the FlashPix version number (type UNDEFINED, count = 4).
final public static  intTAG_FLASH_ENERGY
     A tag indicating the strobe energy at the time the image was captured, as measured in Beam Candle Power Seconds (BCPS) (type RATIONAL).
final public static  intTAG_FOCAL_LENGTH
     A tag indicating the actual focal length of the lens, in millimeters (type RATIONAL).
final public static  intTAG_FOCAL_LENGTH_IN_35MM_FILM
     A tag indicating the equivalent focal length assuming a 35mm film camera, in millimeters.
final public static  intTAG_FOCAL_PLANE_RESOLUTION_UNIT
     Indicates the unit for measuring FocalPlaneXResolution and FocalPlaneYResolution (type SHORT).
final public static  intTAG_FOCAL_PLANE_X_RESOLUTION
     Indicates the number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane (type RATIONAL).
final public static  intTAG_FOCAL_PLANE_Y_RESOLUTION
     Indicate the number of pixels in the image height (Y) direction per FocalPlaneResolutionUnit on the camera focal plane (type RATIONAL).
final public static  intTAG_F_NUMBER
     A tag indicating the F number (type RATIONAL).
final public static  intTAG_GAIN_CONTROL
     A tag indicating the degree of overall image gain adjustment.
final public static  intTAG_GPS_INFO_IFD_POINTER
     A tag pointing to a GPS info IFD (type LONG).
final public static  intTAG_IMAGE_UNIQUE_ID
     A tag indicating an identifier assigned uniquely to each image.
final public static  intTAG_INTEROPERABILITY_IFD_POINTER
     A tag pointing to an interoperability IFD (type LONG).
final public static  intTAG_ISO_SPEED_RATINGS
     A tag indicating the ISO speed and ISO latitude of the camera or input device, as specified in ISO 12232xiv (type SHORT).
final public static  intTAG_LIGHT_SOURCE
     A tag indicatingthe kind of light source (type SHORT).
final public static  intTAG_MAKER_NOTE
     A tag indicating a manufacturer-defined maker note (type UNDEFINED).
final public static  intTAG_MARKER_NOTE
     A tag indicating a manufacturer-defined marker note (type UNDEFINED).
final public static  intTAG_MAX_APERTURE_VALUE
     A tag indicating the smallest F number of the lens (type RATIONAL).
final public static  intTAG_METERING_MODE
     A tag indicating the metering mode (type SHORT).
final public static  intTAG_OECF
     A tag indicating the optoelectric conversion function, specified in ISO 14254xv (type UNDEFINED).
final public static  intTAG_PIXEL_X_DIMENSION
     A tag indicating the pixel X dimension (type SHORT or LONG).
final public static  intTAG_PIXEL_Y_DIMENSION
     A tag indicating the pixel Y dimension (type SHORT or LONG).
final public static  intTAG_RELATED_SOUND_FILE
     A tag indicating the name of a related sound file (type ASCII).
final public static  intTAG_SATURATION
     A tag indicating the direction of saturation processing applied by the camera when the image was shot.
final public static  intTAG_SCENE_CAPTURE_TYPE
     A tag indicating the type of scene that was shot.
final public static  intTAG_SCENE_TYPE
     A tag indicating the type of scene (type UNDEFINED).
final public static  intTAG_SENSING_METHOD
     A tag indicating the sensor type on the camera or input device (type SHORT).
final public static  intTAG_SHARPNESS
     A tag indicating the direction of sharpness processing applied by the camera when the image was shot.
final public static  intTAG_SHUTTER_SPEED_VALUE
     A tag indicating the shutter speed (type SRATIONAL).
final public static  intTAG_SPATIAL_FREQUENCY_RESPONSE
     A tag indicating the camera or input device spatial frequency table and SFR values in the direction of image width, image height, and diagonal direction, as specified in ISO 12233xvi (type UNDEFINED).
final public static  intTAG_SPECTRAL_SENSITIVITY
     A tag indicating the spectral sensitivity of each channel of the camera used (type ASCII).
final public static  intTAG_SUBJECT_AREA
     A tag indicating the location and area of the main subject in the overall scene.
final public static  intTAG_SUBJECT_DISTANCE
     A tag indicating the distance to the subject, in meters (type RATIONAL).
final public static  intTAG_SUBJECT_DISTANCE_RANGE
     A tag indicating the distance to the subject.
final public static  intTAG_SUBJECT_LOCATION
     A tag indicating the column and row of the center pixel of the main subject in the scene (type SHORT, count = 2).
final public static  intTAG_SUB_SEC_TIME
     A tag used to record fractions of seconds for the "DateTime" tag (type ASCII).
final public static  intTAG_SUB_SEC_TIME_DIGITIZED
     A tag used to record fractions of seconds for the "DateTimeDigitized" tag (type ASCII).
final public static  intTAG_SUB_SEC_TIME_ORIGINAL
     A tag used to record fractions of seconds for the "DateTimeOriginal" tag (type ASCII).
final public static  intTAG_USER_COMMENT
     A tag indicating a user comment (type UNDEFINED).
final public static  intTAG_WHITE_BALANCE
     A tag indicating the white balance mode set when the image was shot.
final public static  intWHITE_BALANCE_AUTO
     A value to be used with the "WhiteBalance" tag.
final public static  intWHITE_BALANCE_MANUAL
     A value to be used with the "WhiteBalance" tag.


Method Summary
public static synchronized  EXIFTIFFTagSetgetInstance()
     Returns a shared instance of an EXIFTIFFTagSet.

Field Detail
COLOR_SPACE_SRGB
final public static int COLOR_SPACE_SRGB(Code)
A value to be used with the "ColorSpace" tag.
See Also:   EXIFTIFFTagSet.TAG_COLOR_SPACE



COLOR_SPACE_UNCALIBRATED
final public static int COLOR_SPACE_UNCALIBRATED(Code)
A value to be used with the "ColorSpace" tag.
See Also:   EXIFTIFFTagSet.TAG_COLOR_SPACE



COMPONENTS_CONFIGURATION_B
final public static int COMPONENTS_CONFIGURATION_B(Code)
A value to be used with the "ComponentsConfiguration" tag.
See Also:   EXIFTIFFTagSet.TAG_COMPONENTS_CONFIGURATION



COMPONENTS_CONFIGURATION_CB
final public static int COMPONENTS_CONFIGURATION_CB(Code)
A value to be used with the "ComponentsConfiguration" tag.
See Also:   EXIFTIFFTagSet.TAG_COMPONENTS_CONFIGURATION



COMPONENTS_CONFIGURATION_CR
final public static int COMPONENTS_CONFIGURATION_CR(Code)
A value to be used with the "ComponentsConfiguration" tag.
See Also:   EXIFTIFFTagSet.TAG_COMPONENTS_CONFIGURATION



COMPONENTS_CONFIGURATION_DOES_NOT_EXIST
final public static int COMPONENTS_CONFIGURATION_DOES_NOT_EXIST(Code)
A value to be used with the "ComponentsConfiguration" tag.
See Also:   EXIFTIFFTagSet.TAG_COMPONENTS_CONFIGURATION



COMPONENTS_CONFIGURATION_G
final public static int COMPONENTS_CONFIGURATION_G(Code)
A value to be used with the "ComponentsConfiguration" tag.
See Also:   EXIFTIFFTagSet.TAG_COMPONENTS_CONFIGURATION



COMPONENTS_CONFIGURATION_R
final public static int COMPONENTS_CONFIGURATION_R(Code)
A value to be used with the "ComponentsConfiguration" tag.
See Also:   EXIFTIFFTagSet.TAG_COMPONENTS_CONFIGURATION



COMPONENTS_CONFIGURATION_Y
final public static int COMPONENTS_CONFIGURATION_Y(Code)
A value to be used with the "ComponentsConfiguration" tag.
See Also:   EXIFTIFFTagSet.TAG_COMPONENTS_CONFIGURATION



CONTRAST_HARD
final public static int CONTRAST_HARD(Code)
A value to be used with the "Contrast" tag.
See Also:   EXIFTIFFTagSet.TAG_CONTRAST



CONTRAST_NORMAL
final public static int CONTRAST_NORMAL(Code)
A value to be used with the "Contrast" tag.
See Also:   EXIFTIFFTagSet.TAG_CONTRAST



CONTRAST_SOFT
final public static int CONTRAST_SOFT(Code)
A value to be used with the "Contrast" tag.
See Also:   EXIFTIFFTagSet.TAG_CONTRAST



CUSTOM_RENDERED_CUSTOM
final public static int CUSTOM_RENDERED_CUSTOM(Code)
A value to be used with the "CustomRendered" tag.
See Also:   EXIFTIFFTagSet.TAG_CUSTOM_RENDERED



CUSTOM_RENDERED_NORMAL
final public static int CUSTOM_RENDERED_NORMAL(Code)
A value to be used with the "CustomRendered" tag.
See Also:   EXIFTIFFTagSet.TAG_CUSTOM_RENDERED



EXIF_VERSION_2_1
public static byte[] EXIF_VERSION_2_1(Code)
An array of bytes containing the values {'0', '2', '1', '0'} to be used with the "EXIFVersion" tag to indicate EXIF version 2.1.
See Also:   EXIFTIFFTagSet.TAG_EXIF_VERSION



EXIF_VERSION_2_2
public static byte[] EXIF_VERSION_2_2(Code)
An array of bytes containing the values {'0', '2', '2', '0'} to be used with the "EXIFVersion" tag to indicate EXIF version 2.2.
See Also:   EXIFTIFFTagSet.TAG_EXIF_VERSION



EXPOSURE_MODE_AUTO_BRACKET
final public static int EXPOSURE_MODE_AUTO_BRACKET(Code)
A value to be used with the "ExposureMode" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_MODE



EXPOSURE_MODE_AUTO_EXPOSURE
final public static int EXPOSURE_MODE_AUTO_EXPOSURE(Code)
A value to be used with the "ExposureMode" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_MODE



EXPOSURE_MODE_MANUAL_EXPOSURE
final public static int EXPOSURE_MODE_MANUAL_EXPOSURE(Code)
A value to be used with the "ExposureMode" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_MODE



EXPOSURE_PROGRAM_ACTION_PROGRAM
final public static int EXPOSURE_PROGRAM_ACTION_PROGRAM(Code)
A value to be used with the "ExposureProgram" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_PROGRAM



EXPOSURE_PROGRAM_APERTURE_PRIORITY
final public static int EXPOSURE_PROGRAM_APERTURE_PRIORITY(Code)
A value to be used with the "ExposureProgram" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_PROGRAM



EXPOSURE_PROGRAM_CREATIVE_PROGRAM
final public static int EXPOSURE_PROGRAM_CREATIVE_PROGRAM(Code)
A value to be used with the "ExposureProgram" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_PROGRAM



EXPOSURE_PROGRAM_LANDSCAPE_MODE
final public static int EXPOSURE_PROGRAM_LANDSCAPE_MODE(Code)
A value to be used with the "ExposureProgram" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_PROGRAM



EXPOSURE_PROGRAM_MANUAL
final public static int EXPOSURE_PROGRAM_MANUAL(Code)
A value to be used with the "ExposureProgram" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_PROGRAM



EXPOSURE_PROGRAM_MAX_RESERVED
final public static int EXPOSURE_PROGRAM_MAX_RESERVED(Code)
A value to be used with the "ExposureProgram" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_PROGRAM



EXPOSURE_PROGRAM_NORMAL_PROGRAM
final public static int EXPOSURE_PROGRAM_NORMAL_PROGRAM(Code)
A value to be used with the "ExposureProgram" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_PROGRAM



EXPOSURE_PROGRAM_NOT_DEFINED
final public static int EXPOSURE_PROGRAM_NOT_DEFINED(Code)
A value to be used with the "ExposureProgram" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_PROGRAM



EXPOSURE_PROGRAM_PORTRAIT_MODE
final public static int EXPOSURE_PROGRAM_PORTRAIT_MODE(Code)
A value to be used with the "ExposureProgram" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_PROGRAM



EXPOSURE_PROGRAM_SHUTTER_PRIORITY
final public static int EXPOSURE_PROGRAM_SHUTTER_PRIORITY(Code)
A value to be used with the "ExposureProgram" tag.
See Also:   EXIFTIFFTagSet.TAG_EXPOSURE_PROGRAM



FILE_SOURCE_DSC
final public static int FILE_SOURCE_DSC(Code)
A value to be used with the "FileSource" tag.
See Also:   EXIFTIFFTagSet.TAG_FILE_SOURCE



FLASH_DID_NOT_FIRE
final public static int FLASH_DID_NOT_FIRE(Code)
A value to be used with the "Flash" tag, indicating that the flash did not fire.
See Also:   EXIFTIFFTagSet.TAG_FLASH



FLASH_FIRED
final public static int FLASH_FIRED(Code)
A value to be used with the "Flash" tag, indicating that the flash fired, but the strobe return status is unknown.
See Also:   EXIFTIFFTagSet.TAG_FLASH



FLASH_MASK_FIRED
final public static int FLASH_MASK_FIRED(Code)
A mask to be used with the "Flash" tag, indicating that the flash fired.
See Also:   EXIFTIFFTagSet.TAG_FLASH



FLASH_MASK_FUNCTION_NOT_PRESENT
final public static int FLASH_MASK_FUNCTION_NOT_PRESENT(Code)
A mask to be used with the "Flash" tag, indicating no flash function present.
See Also:   EXIFTIFFTagSet.TAG_FLASH



FLASH_MASK_MODE_AUTO
final public static int FLASH_MASK_MODE_AUTO(Code)
A mask to be used with the "Flash" tag, indicating auto mode.
See Also:   EXIFTIFFTagSet.TAG_FLASH



FLASH_MASK_MODE_FLASH_FIRING
final public static int FLASH_MASK_MODE_FLASH_FIRING(Code)
A mask to be used with the "Flash" tag, indicating compulsory flash firing mode.
See Also:   EXIFTIFFTagSet.TAG_FLASH



FLASH_MASK_MODE_FLASH_SUPPRESSION
final public static int FLASH_MASK_MODE_FLASH_SUPPRESSION(Code)
A mask to be used with the "Flash" tag, indicating compulsory flash suppression mode.
See Also:   EXIFTIFFTagSet.TAG_FLASH



FLASH_MASK_RED_EYE_REDUCTION
final public static int FLASH_MASK_RED_EYE_REDUCTION(Code)
A mask to be used with the "Flash" tag, indicating red-eye reduction supported.
See Also:   EXIFTIFFTagSet.TAG_FLASH



FLASH_MASK_RETURN_DETECTED
final public static int FLASH_MASK_RETURN_DETECTED(Code)
A mask to be used with the "Flash" tag, indicating strobe return light detected.
See Also:   EXIFTIFFTagSet.TAG_FLASH



FLASH_MASK_RETURN_NOT_DETECTED
final public static int FLASH_MASK_RETURN_NOT_DETECTED(Code)
A mask to be used with the "Flash" tag, indicating strobe return light not detected.
See Also:   EXIFTIFFTagSet.TAG_FLASH



FLASH_STROBE_RETURN_LIGHT_DETECTED
final public static int FLASH_STROBE_RETURN_LIGHT_DETECTED(Code)
A value to be used with the "Flash" tag, indicating that the flash fired, and the strobe return light was detected.
See Also:   EXIFTIFFTagSet.TAG_FLASH



FLASH_STROBE_RETURN_LIGHT_NOT_DETECTED
final public static int FLASH_STROBE_RETURN_LIGHT_NOT_DETECTED(Code)
A value to be used with the "Flash" tag, indicating that the flash fired, but the strobe return light was not detected.
See Also:   EXIFTIFFTagSet.TAG_FLASH



FOCAL_PLANE_RESOLUTION_UNIT_CENTIMETER
final public static int FOCAL_PLANE_RESOLUTION_UNIT_CENTIMETER(Code)
A value to be used with the "FocalPlaneXResolution" tag.
See Also:   EXIFTIFFTagSet.TAG_FOCAL_PLANE_RESOLUTION_UNIT



FOCAL_PLANE_RESOLUTION_UNIT_INCH
final public static int FOCAL_PLANE_RESOLUTION_UNIT_INCH(Code)
A value to be used with the "FocalPlaneXResolution" tag.
See Also:   EXIFTIFFTagSet.TAG_FOCAL_PLANE_RESOLUTION_UNIT



FOCAL_PLANE_RESOLUTION_UNIT_NONE
final public static int FOCAL_PLANE_RESOLUTION_UNIT_NONE(Code)
A value to be used with the "FocalPlaneResolutionUnit" tag.
See Also:   EXIFTIFFTagSet.TAG_FOCAL_PLANE_RESOLUTION_UNIT



GAIN_CONTROL_HIGH_GAIN_DOWN
final public static int GAIN_CONTROL_HIGH_GAIN_DOWN(Code)
A value to be used with the "GainControl" tag.
See Also:   EXIFTIFFTagSet.TAG_GAIN_CONTROL



GAIN_CONTROL_HIGH_GAIN_UP
final public static int GAIN_CONTROL_HIGH_GAIN_UP(Code)
A value to be used with the "GainControl" tag.
See Also:   EXIFTIFFTagSet.TAG_GAIN_CONTROL



GAIN_CONTROL_LOW_GAIN_DOWN
final public static int GAIN_CONTROL_LOW_GAIN_DOWN(Code)
A value to be used with the "GainControl" tag.
See Also:   EXIFTIFFTagSet.TAG_GAIN_CONTROL



GAIN_CONTROL_LOW_GAIN_UP
final public static int GAIN_CONTROL_LOW_GAIN_UP(Code)
A value to be used with the "GainControl" tag.
See Also:   EXIFTIFFTagSet.TAG_GAIN_CONTROL



GAIN_CONTROL_NONE
final public static int GAIN_CONTROL_NONE(Code)
A value to be used with the "GainControl" tag.
See Also:   EXIFTIFFTagSet.TAG_GAIN_CONTROL



LIGHT_SOURCE_CLOUDY_WEATHER
final public static int LIGHT_SOURCE_CLOUDY_WEATHER(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_COOL_WHITE_FLUORESCENT
final public static int LIGHT_SOURCE_COOL_WHITE_FLUORESCENT(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_D50
final public static int LIGHT_SOURCE_D50(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_D55
final public static int LIGHT_SOURCE_D55(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_D65
final public static int LIGHT_SOURCE_D65(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_D75
final public static int LIGHT_SOURCE_D75(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_DAYLIGHT
final public static int LIGHT_SOURCE_DAYLIGHT(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_DAYLIGHT_FLUORESCENT
final public static int LIGHT_SOURCE_DAYLIGHT_FLUORESCENT(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_DAY_WHITE_FLUORESCENT
final public static int LIGHT_SOURCE_DAY_WHITE_FLUORESCENT(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_FINE_WEATHER
final public static int LIGHT_SOURCE_FINE_WEATHER(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_FLASH
final public static int LIGHT_SOURCE_FLASH(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_FLUORESCENT
final public static int LIGHT_SOURCE_FLUORESCENT(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_ISO_STUDIO_TUNGSTEN
final public static int LIGHT_SOURCE_ISO_STUDIO_TUNGSTEN(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_OTHER
final public static int LIGHT_SOURCE_OTHER(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_SHADE
final public static int LIGHT_SOURCE_SHADE(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_STANDARD_LIGHT_A
final public static int LIGHT_SOURCE_STANDARD_LIGHT_A(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_STANDARD_LIGHT_B
final public static int LIGHT_SOURCE_STANDARD_LIGHT_B(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_STANDARD_LIGHT_C
final public static int LIGHT_SOURCE_STANDARD_LIGHT_C(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_TUNGSTEN
final public static int LIGHT_SOURCE_TUNGSTEN(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_UNKNOWN
final public static int LIGHT_SOURCE_UNKNOWN(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



LIGHT_SOURCE_WHITE_FLUORESCENT
final public static int LIGHT_SOURCE_WHITE_FLUORESCENT(Code)
A value to be used with the "LightSource" tag.
See Also:   EXIFTIFFTagSet.TAG_LIGHT_SOURCE



METERING_MODE_AVERAGE
final public static int METERING_MODE_AVERAGE(Code)
A value to be used with the "MeteringMode" tag.
See Also:   EXIFTIFFTagSet.TAG_METERING_MODE



METERING_MODE_CENTER_WEIGHTED_AVERAGE
final public static int METERING_MODE_CENTER_WEIGHTED_AVERAGE(Code)
A value to be used with the "MeteringMode" tag.
See Also:   EXIFTIFFTagSet.TAG_METERING_MODE



METERING_MODE_MAX_RESERVED
final public static int METERING_MODE_MAX_RESERVED(Code)
A value to be used with the "MeteringMode" tag.
See Also:   EXIFTIFFTagSet.TAG_METERING_MODE



METERING_MODE_MIN_RESERVED
final public static int METERING_MODE_MIN_RESERVED(Code)
A value to be used with the "MeteringMode" tag.
See Also:   EXIFTIFFTagSet.TAG_METERING_MODE



METERING_MODE_MULTI_SPOT
final public static int METERING_MODE_MULTI_SPOT(Code)
A value to be used with the "MeteringMode" tag.
See Also:   EXIFTIFFTagSet.TAG_METERING_MODE



METERING_MODE_OTHER
final public static int METERING_MODE_OTHER(Code)
A value to be used with the "MeteringMode" tag.
See Also:   EXIFTIFFTagSet.TAG_METERING_MODE



METERING_MODE_PARTIAL
final public static int METERING_MODE_PARTIAL(Code)
A value to be used with the "MeteringMode" tag.
See Also:   EXIFTIFFTagSet.TAG_METERING_MODE



METERING_MODE_PATTERN
final public static int METERING_MODE_PATTERN(Code)
A value to be used with the "MeteringMode" tag.
See Also:   EXIFTIFFTagSet.TAG_METERING_MODE



METERING_MODE_SPOT
final public static int METERING_MODE_SPOT(Code)
A value to be used with the "MeteringMode" tag.
See Also:   EXIFTIFFTagSet.TAG_METERING_MODE



METERING_MODE_UNKNOWN
final public static int METERING_MODE_UNKNOWN(Code)
A value to be used with the "MeteringMode" tag.
See Also:   EXIFTIFFTagSet.TAG_METERING_MODE



SATURATION_HIGH
final public static int SATURATION_HIGH(Code)
A value to be used with the "Saturation" tag.
See Also:   EXIFTIFFTagSet.TAG_SATURATION



SATURATION_LOW
final public static int SATURATION_LOW(Code)
A value to be used with the "Saturation" tag.
See Also:   EXIFTIFFTagSet.TAG_SATURATION



SATURATION_NORMAL
final public static int SATURATION_NORMAL(Code)
A value to be used with the "Saturation" tag.
See Also:   EXIFTIFFTagSet.TAG_SATURATION



SCENE_CAPTURE_TYPE_LANDSCAPE
final public static int SCENE_CAPTURE_TYPE_LANDSCAPE(Code)
A value to be used with the "SceneCaptureType" tag.
See Also:   EXIFTIFFTagSet.TAG_SCENE_CAPTURE_TYPE



SCENE_CAPTURE_TYPE_NIGHT_SCENE
final public static int SCENE_CAPTURE_TYPE_NIGHT_SCENE(Code)
A value to be used with the "SceneCaptureType" tag.
See Also:   EXIFTIFFTagSet.TAG_SCENE_CAPTURE_TYPE



SCENE_CAPTURE_TYPE_PORTRAIT
final public static int SCENE_CAPTURE_TYPE_PORTRAIT(Code)
A value to be used with the "SceneCaptureType" tag.
See Also:   EXIFTIFFTagSet.TAG_SCENE_CAPTURE_TYPE



SCENE_CAPTURE_TYPE_STANDARD
final public static int SCENE_CAPTURE_TYPE_STANDARD(Code)
A value to be used with the "SceneCaptureType" tag.
See Also:   EXIFTIFFTagSet.TAG_SCENE_CAPTURE_TYPE



SCENE_TYPE_DSC
final public static int SCENE_TYPE_DSC(Code)
A value to be used with the "SceneType" tag.
See Also:   EXIFTIFFTagSet.TAG_SCENE_TYPE



SENSING_METHOD_COLOR_SEQUENTIAL_AREA_SENSOR
final public static int SENSING_METHOD_COLOR_SEQUENTIAL_AREA_SENSOR(Code)
A value to be used with the "SensingMethod" tag.
See Also:   EXIFTIFFTagSet.TAG_SENSING_METHOD



SENSING_METHOD_COLOR_SEQUENTIAL_LINEAR_SENSOR
final public static int SENSING_METHOD_COLOR_SEQUENTIAL_LINEAR_SENSOR(Code)
A value to be used with the "SensingMethod" tag.
See Also:   EXIFTIFFTagSet.TAG_SENSING_METHOD



SENSING_METHOD_NOT_DEFINED
final public static int SENSING_METHOD_NOT_DEFINED(Code)
A value to be used with the "SensingMethod" tag.
See Also:   EXIFTIFFTagSet.TAG_SENSING_METHOD



SENSING_METHOD_ONE_CHIP_COLOR_AREA_SENSOR
final public static int SENSING_METHOD_ONE_CHIP_COLOR_AREA_SENSOR(Code)
A value to be used with the "SensingMethod" tag.
See Also:   EXIFTIFFTagSet.TAG_SENSING_METHOD



SENSING_METHOD_THREE_CHIP_COLOR_AREA_SENSOR
final public static int SENSING_METHOD_THREE_CHIP_COLOR_AREA_SENSOR(Code)
A value to be used with the "SensingMethod" tag.
See Also:   EXIFTIFFTagSet.TAG_SENSING_METHOD



SENSING_METHOD_TRILINEAR_SENSOR
final public static int SENSING_METHOD_TRILINEAR_SENSOR(Code)
A value to be used with the "SensingMethod" tag.
See Also:   EXIFTIFFTagSet.TAG_SENSING_METHOD



SENSING_METHOD_TWO_CHIP_COLOR_AREA_SENSOR
final public static int SENSING_METHOD_TWO_CHIP_COLOR_AREA_SENSOR(Code)
A value to be used with the "SensingMethod" tag.
See Also:   EXIFTIFFTagSet.TAG_SENSING_METHOD



SHARPNESS_HARD
final public static int SHARPNESS_HARD(Code)
A value to be used with the "Sharpness" tag.
See Also:   EXIFTIFFTagSet.TAG_SHARPNESS



SHARPNESS_NORMAL
final public static int SHARPNESS_NORMAL(Code)
A value to be used with the "Sharpness" tag.
See Also:   EXIFTIFFTagSet.TAG_SHARPNESS



SHARPNESS_SOFT
final public static int SHARPNESS_SOFT(Code)
A value to be used with the "Sharpness" tag.
See Also:   EXIFTIFFTagSet.TAG_SHARPNESS



SUBJECT_DISTANCE_RANGE_CLOSE_VIEW
final public static int SUBJECT_DISTANCE_RANGE_CLOSE_VIEW(Code)
A value to be used with the "SubjectDistanceRange" tag.
See Also:   EXIFTIFFTagSet.TAG_SUBJECT_DISTANCE_RANGE



SUBJECT_DISTANCE_RANGE_DISTANT_VIEW
final public static int SUBJECT_DISTANCE_RANGE_DISTANT_VIEW(Code)
A value to be used with the "SubjectDistanceRange" tag.
See Also:   EXIFTIFFTagSet.TAG_SUBJECT_DISTANCE_RANGE



SUBJECT_DISTANCE_RANGE_MACRO
final public static int SUBJECT_DISTANCE_RANGE_MACRO(Code)
A value to be used with the "SubjectDistanceRange" tag.
See Also:   EXIFTIFFTagSet.TAG_SUBJECT_DISTANCE_RANGE



SUBJECT_DISTANCE_RANGE_UNKNOWN
final public static int SUBJECT_DISTANCE_RANGE_UNKNOWN(Code)
A value to be used with the "SubjectDistanceRange" tag.
See Also:   EXIFTIFFTagSet.TAG_SUBJECT_DISTANCE_RANGE



TAG_APERTURE_VALUE
final public static int TAG_APERTURE_VALUE(Code)
A tag indicating the lens aperture (type RATIONAL).



TAG_BRIGHTNESS_VALUE
final public static int TAG_BRIGHTNESS_VALUE(Code)
A tag indicating the value of brightness (type SRATIONAL).



TAG_CFA_PATTERN
final public static int TAG_CFA_PATTERN(Code)
A tag indicating the color filter array geometric pattern of the image sensor when a one-chip color area sensor if used (type UNDEFINED).



TAG_COLOR_SPACE
final public static int TAG_COLOR_SPACE(Code)
A tag indicating the color space information (type SHORT). The legal values are given by the COLOR_SPACE_* constants.
See Also:   EXIFTIFFTagSet.COLOR_SPACE_SRGB
See Also:   EXIFTIFFTagSet.COLOR_SPACE_UNCALIBRATED



TAG_COMPONENTS_CONFIGURATION
final public static int TAG_COMPONENTS_CONFIGURATION(Code)
A tag containing the components configuration information (type UNDEFINED, count = 4).
See Also:   EXIFTIFFTagSet.COMPONENTS_CONFIGURATION_DOES_NOT_EXIST
See Also:   EXIFTIFFTagSet.COMPONENTS_CONFIGURATION_Y
See Also:   EXIFTIFFTagSet.COMPONENTS_CONFIGURATION_CB
See Also:   EXIFTIFFTagSet.COMPONENTS_CONFIGURATION_CR
See Also:   EXIFTIFFTagSet.COMPONENTS_CONFIGURATION_R
See Also:   EXIFTIFFTagSet.COMPONENTS_CONFIGURATION_G
See Also:   EXIFTIFFTagSet.COMPONENTS_CONFIGURATION_B



TAG_COMPRESSED_BITS_PER_PIXEL
final public static int TAG_COMPRESSED_BITS_PER_PIXEL(Code)
A tag indicating the number of compressed bits per pixel (type RATIONAL).



TAG_CONTRAST
final public static int TAG_CONTRAST(Code)
A tag indicating the direction of contrast processing applied by the camera when the image was shot.



TAG_CUSTOM_RENDERED
final public static int TAG_CUSTOM_RENDERED(Code)
A tag indicating the use of special processing on image data, such as rendering geared to output.



TAG_DATE_TIME_DIGITIZED
final public static int TAG_DATE_TIME_DIGITIZED(Code)
A tag indicating the date and time when the image was stored as digital data (type ASCII).



TAG_DATE_TIME_ORIGINAL
final public static int TAG_DATE_TIME_ORIGINAL(Code)
A tag indicating the date and time when the original image was generated (type ASCII).



TAG_DEVICE_SETTING_DESCRIPTION
final public static int TAG_DEVICE_SETTING_DESCRIPTION(Code)
A tag indicating information on the picture-taking conditions of a particular camera model.



TAG_DIGITAL_ZOOM_RATIO
final public static int TAG_DIGITAL_ZOOM_RATIO(Code)
A tag indicating the digital zoom ratio when the image was shot.



TAG_EXIF_VERSION
final public static int TAG_EXIF_VERSION(Code)
A tag containing the EXIF version number (type UNDEFINED, count = 4). Conformance to the EXIF 2.1 standard is indicated using the ASCII value "0210" (with no terminating NUL).
See Also:   EXIFTIFFTagSet.EXIF_VERSION_2_1
See Also:   EXIFTIFFTagSet.EXIF_VERSION_2_2



TAG_EXPOSURE_BIAS_VALUE
final public static int TAG_EXPOSURE_BIAS_VALUE(Code)
A tag indicating the exposure bias (type SRATIONAL).



TAG_EXPOSURE_INDEX
final public static int TAG_EXPOSURE_INDEX(Code)
A tag indicating the exposure index selected on the camera or input device at the time the image was captured (type RATIONAL).



TAG_EXPOSURE_MODE
final public static int TAG_EXPOSURE_MODE(Code)
A tag indicating the exposure mode set when the image was shot.



TAG_EXPOSURE_PROGRAM
final public static int TAG_EXPOSURE_PROGRAM(Code)
A tag indicating the class of the programs used to set exposure when the picture was taken (type SHORT).
See Also:   EXIFTIFFTagSet.EXPOSURE_PROGRAM_NOT_DEFINED
See Also:   EXIFTIFFTagSet.EXPOSURE_PROGRAM_MANUAL
See Also:   EXIFTIFFTagSet.EXPOSURE_PROGRAM_NORMAL_PROGRAM
See Also:   EXIFTIFFTagSet.EXPOSURE_PROGRAM_APERTURE_PRIORITY
See Also:   EXIFTIFFTagSet.EXPOSURE_PROGRAM_SHUTTER_PRIORITY
See Also:   EXIFTIFFTagSet.EXPOSURE_PROGRAM_CREATIVE_PROGRAM
See Also:   EXIFTIFFTagSet.EXPOSURE_PROGRAM_ACTION_PROGRAM
See Also:   EXIFTIFFTagSet.EXPOSURE_PROGRAM_PORTRAIT_MODE
See Also:   EXIFTIFFTagSet.EXPOSURE_PROGRAM_LANDSCAPE_MODE
See Also:   EXIFTIFFTagSet.EXPOSURE_PROGRAM_MAX_RESERVED



TAG_EXPOSURE_TIME
final public static int TAG_EXPOSURE_TIME(Code)
A tag indicating the exposure time, in seconds (type RATIONAL).



TAG_FILE_SOURCE
final public static int TAG_FILE_SOURCE(Code)
A tag indicating the image source (type UNDEFINED).
See Also:   EXIFTIFFTagSet.FILE_SOURCE_DSC



TAG_FLASH
final public static int TAG_FLASH(Code)
A tag indicating the flash firing status and flash return status (type SHORT).
See Also:   EXIFTIFFTagSet.FLASH_DID_NOT_FIRE
See Also:   EXIFTIFFTagSet.FLASH_FIRED
See Also:   EXIFTIFFTagSet.FLASH_STROBE_RETURN_LIGHT_NOT_DETECTED
See Also:   EXIFTIFFTagSet.FLASH_STROBE_RETURN_LIGHT_DETECTED



TAG_FLASHPIX_VERSION
final public static int TAG_FLASHPIX_VERSION(Code)
A tag indicating the FlashPix version number (type UNDEFINED, count = 4).



TAG_FLASH_ENERGY
final public static int TAG_FLASH_ENERGY(Code)
A tag indicating the strobe energy at the time the image was captured, as measured in Beam Candle Power Seconds (BCPS) (type RATIONAL).



TAG_FOCAL_LENGTH
final public static int TAG_FOCAL_LENGTH(Code)
A tag indicating the actual focal length of the lens, in millimeters (type RATIONAL).



TAG_FOCAL_LENGTH_IN_35MM_FILM
final public static int TAG_FOCAL_LENGTH_IN_35MM_FILM(Code)
A tag indicating the equivalent focal length assuming a 35mm film camera, in millimeters.



TAG_FOCAL_PLANE_RESOLUTION_UNIT
final public static int TAG_FOCAL_PLANE_RESOLUTION_UNIT(Code)
Indicates the unit for measuring FocalPlaneXResolution and FocalPlaneYResolution (type SHORT).
See Also:   EXIFTIFFTagSet.FOCAL_PLANE_RESOLUTION_UNIT_NONE
See Also:   EXIFTIFFTagSet.FOCAL_PLANE_RESOLUTION_UNIT_INCH
See Also:   EXIFTIFFTagSet.FOCAL_PLANE_RESOLUTION_UNIT_CENTIMETER



TAG_FOCAL_PLANE_X_RESOLUTION
final public static int TAG_FOCAL_PLANE_X_RESOLUTION(Code)
Indicates the number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane (type RATIONAL).



TAG_FOCAL_PLANE_Y_RESOLUTION
final public static int TAG_FOCAL_PLANE_Y_RESOLUTION(Code)
Indicate the number of pixels in the image height (Y) direction per FocalPlaneResolutionUnit on the camera focal plane (type RATIONAL).



TAG_F_NUMBER
final public static int TAG_F_NUMBER(Code)
A tag indicating the F number (type RATIONAL).



TAG_GAIN_CONTROL
final public static int TAG_GAIN_CONTROL(Code)
A tag indicating the degree of overall image gain adjustment.



TAG_GPS_INFO_IFD_POINTER
final public static int TAG_GPS_INFO_IFD_POINTER(Code)
A tag pointing to a GPS info IFD (type LONG). EXIFParentTIFFTagSet.TAG_GPS_INFO_IFD_POINTER



TAG_IMAGE_UNIQUE_ID
final public static int TAG_IMAGE_UNIQUE_ID(Code)
A tag indicating an identifier assigned uniquely to each image.



TAG_INTEROPERABILITY_IFD_POINTER
final public static int TAG_INTEROPERABILITY_IFD_POINTER(Code)
A tag pointing to an interoperability IFD (type LONG).



TAG_ISO_SPEED_RATINGS
final public static int TAG_ISO_SPEED_RATINGS(Code)
A tag indicating the ISO speed and ISO latitude of the camera or input device, as specified in ISO 12232xiv (type SHORT).



TAG_LIGHT_SOURCE
final public static int TAG_LIGHT_SOURCE(Code)
A tag indicatingthe kind of light source (type SHORT).
See Also:   EXIFTIFFTagSet.LIGHT_SOURCE_UNKNOWN
See Also:   EXIFTIFFTagSet.LIGHT_SOURCE_DAYLIGHT
See Also:   EXIFTIFFTagSet.LIGHT_SOURCE_FLUORESCENT
See Also:   EXIFTIFFTagSet.LIGHT_SOURCE_TUNGSTEN
See Also:   EXIFTIFFTagSet.LIGHT_SOURCE_STANDARD_LIGHT_A
See Also:   EXIFTIFFTagSet.LIGHT_SOURCE_STANDARD_LIGHT_B
See Also:   EXIFTIFFTagSet.LIGHT_SOURCE_STANDARD_LIGHT_C
See Also:   EXIFTIFFTagSet.LIGHT_SOURCE_D55
See Also:   EXIFTIFFTagSet.LIGHT_SOURCE_D65
See Also:   EXIFTIFFTagSet.LIGHT_SOURCE_D75
See Also:   EXIFTIFFTagSet.LIGHT_SOURCE_OTHER



TAG_MAKER_NOTE
final public static int TAG_MAKER_NOTE(Code)
A tag indicating a manufacturer-defined maker note (type UNDEFINED).



TAG_MARKER_NOTE
final public static int TAG_MARKER_NOTE(Code)
A tag indicating a manufacturer-defined marker note (type UNDEFINED). EXIFTIFFTagSet.TAG_MAKER_NOTE



TAG_MAX_APERTURE_VALUE
final public static int TAG_MAX_APERTURE_VALUE(Code)
A tag indicating the smallest F number of the lens (type RATIONAL).



TAG_METERING_MODE
final public static int TAG_METERING_MODE(Code)
A tag indicating the metering mode (type SHORT).
See Also:   EXIFTIFFTagSet.METERING_MODE_UNKNOWN
See Also:   EXIFTIFFTagSet.METERING_MODE_AVERAGE
See Also:   EXIFTIFFTagSet.METERING_MODE_CENTER_WEIGHTED_AVERAGE
See Also:   EXIFTIFFTagSet.METERING_MODE_SPOT
See Also:   EXIFTIFFTagSet.METERING_MODE_MULTI_SPOT
See Also:   EXIFTIFFTagSet.METERING_MODE_PATTERN
See Also:   EXIFTIFFTagSet.METERING_MODE_PARTIAL
See Also:   EXIFTIFFTagSet.METERING_MODE_MIN_RESERVED
See Also:   EXIFTIFFTagSet.METERING_MODE_MAX_RESERVED
See Also:   EXIFTIFFTagSet.METERING_MODE_OTHER



TAG_OECF
final public static int TAG_OECF(Code)
A tag indicating the optoelectric conversion function, specified in ISO 14254xv (type UNDEFINED). OECF is the relationship between the camera optical input and the image values.



TAG_PIXEL_X_DIMENSION
final public static int TAG_PIXEL_X_DIMENSION(Code)
A tag indicating the pixel X dimension (type SHORT or LONG). This value records the valid width of the meaningful image for a compressed file, whether or not there is padding or a restart marker.



TAG_PIXEL_Y_DIMENSION
final public static int TAG_PIXEL_Y_DIMENSION(Code)
A tag indicating the pixel Y dimension (type SHORT or LONG). This value records the valid height of the meaningful image for a compressed file, whether or not there is padding or a restart marker.



TAG_RELATED_SOUND_FILE
final public static int TAG_RELATED_SOUND_FILE(Code)
A tag indicating the name of a related sound file (type ASCII).



TAG_SATURATION
final public static int TAG_SATURATION(Code)
A tag indicating the direction of saturation processing applied by the camera when the image was shot.



TAG_SCENE_CAPTURE_TYPE
final public static int TAG_SCENE_CAPTURE_TYPE(Code)
A tag indicating the type of scene that was shot.



TAG_SCENE_TYPE
final public static int TAG_SCENE_TYPE(Code)
A tag indicating the type of scene (type UNDEFINED).
See Also:   EXIFTIFFTagSet.SCENE_TYPE_DSC



TAG_SENSING_METHOD
final public static int TAG_SENSING_METHOD(Code)
A tag indicating the sensor type on the camera or input device (type SHORT).
See Also:   EXIFTIFFTagSet.SENSING_METHOD_NOT_DEFINED
See Also:   EXIFTIFFTagSet.SENSING_METHOD_ONE_CHIP_COLOR_AREA_SENSOR
See Also:   EXIFTIFFTagSet.SENSING_METHOD_TWO_CHIP_COLOR_AREA_SENSOR
See Also:   EXIFTIFFTagSet.SENSING_METHOD_THREE_CHIP_COLOR_AREA_SENSOR
See Also:   EXIFTIFFTagSet.SENSING_METHOD_COLOR_SEQUENTIAL_AREA_SENSOR
See Also:   EXIFTIFFTagSet.SENSING_METHOD_TRILINEAR_SENSOR
See Also:   EXIFTIFFTagSet.SENSING_METHOD_COLOR_SEQUENTIAL_LINEAR_SENSOR



TAG_SHARPNESS
final public static int TAG_SHARPNESS(Code)
A tag indicating the direction of sharpness processing applied by the camera when the image was shot.



TAG_SHUTTER_SPEED_VALUE
final public static int TAG_SHUTTER_SPEED_VALUE(Code)
A tag indicating the shutter speed (type SRATIONAL).



TAG_SPATIAL_FREQUENCY_RESPONSE
final public static int TAG_SPATIAL_FREQUENCY_RESPONSE(Code)
A tag indicating the camera or input device spatial frequency table and SFR values in the direction of image width, image height, and diagonal direction, as specified in ISO 12233xvi (type UNDEFINED).



TAG_SPECTRAL_SENSITIVITY
final public static int TAG_SPECTRAL_SENSITIVITY(Code)
A tag indicating the spectral sensitivity of each channel of the camera used (type ASCII). The tag value is an ASCII string compatible with the ASTM standard.



TAG_SUBJECT_AREA
final public static int TAG_SUBJECT_AREA(Code)
A tag indicating the location and area of the main subject in the overall scene.



TAG_SUBJECT_DISTANCE
final public static int TAG_SUBJECT_DISTANCE(Code)
A tag indicating the distance to the subject, in meters (type RATIONAL).



TAG_SUBJECT_DISTANCE_RANGE
final public static int TAG_SUBJECT_DISTANCE_RANGE(Code)
A tag indicating the distance to the subject.



TAG_SUBJECT_LOCATION
final public static int TAG_SUBJECT_LOCATION(Code)
A tag indicating the column and row of the center pixel of the main subject in the scene (type SHORT, count = 2).



TAG_SUB_SEC_TIME
final public static int TAG_SUB_SEC_TIME(Code)
A tag used to record fractions of seconds for the "DateTime" tag (type ASCII).



TAG_SUB_SEC_TIME_DIGITIZED
final public static int TAG_SUB_SEC_TIME_DIGITIZED(Code)
A tag used to record fractions of seconds for the "DateTimeDigitized" tag (type ASCII).



TAG_SUB_SEC_TIME_ORIGINAL
final public static int TAG_SUB_SEC_TIME_ORIGINAL(Code)
A tag used to record fractions of seconds for the "DateTimeOriginal" tag (type ASCII).



TAG_USER_COMMENT
final public static int TAG_USER_COMMENT(Code)
A tag indicating a user comment (type UNDEFINED). The first 8 bytes are used to specify the character encoding.



TAG_WHITE_BALANCE
final public static int TAG_WHITE_BALANCE(Code)
A tag indicating the white balance mode set when the image was shot.



WHITE_BALANCE_AUTO
final public static int WHITE_BALANCE_AUTO(Code)
A value to be used with the "WhiteBalance" tag.
See Also:   EXIFTIFFTagSet.TAG_WHITE_BALANCE



WHITE_BALANCE_MANUAL
final public static int WHITE_BALANCE_MANUAL(Code)
A value to be used with the "WhiteBalance" tag.
See Also:   EXIFTIFFTagSet.TAG_WHITE_BALANCE





Method Detail
getInstance
public static synchronized EXIFTIFFTagSet getInstance()(Code)
Returns a shared instance of an EXIFTIFFTagSet. an EXIFTIFFTagSet instance.



Methods inherited from com.sun.media.imageio.plugins.tiff.TIFFTagSet
public TIFFTag getTag(int tagNumber)(Code)(Java Doc)
public TIFFTag getTag(String tagName)(Code)(Java Doc)
public SortedSet getTagNames()(Code)(Java Doc)
public SortedSet getTagNumbers()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.