Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.drew.metadata.exif
Class OlympusMakernoteDirectory  view OlympusMakernoteDirectory download OlympusMakernoteDirectory.java

java.lang.Object
  extended bycom.drew.metadata.Directory
      extended bycom.drew.metadata.exif.OlympusMakernoteDirectory
All Implemented Interfaces:
java.io.Serializable

public class OlympusMakernoteDirectory
extends com.drew.metadata.Directory


Field Summary
static int TAG_OLYMPUS_CAMERA_ID
           
static int TAG_OLYMPUS_DATA_DUMP
           
static int TAG_OLYMPUS_DIGI_ZOOM_RATIO
           
static int TAG_OLYMPUS_FIRMWARE_VERSION
           
static int TAG_OLYMPUS_JPEG_QUALITY
           
static int TAG_OLYMPUS_MACRO_MODE
           
static int TAG_OLYMPUS_PICT_INFO
           
static int TAG_OLYMPUS_SPECIAL_MODE
           
static int TAG_OLYMPUS_UNKNOWN_1
           
static int TAG_OLYMPUS_UNKNOWN_2
           
static int TAG_OLYMPUS_UNKNOWN_3
           
protected static java.util.HashMap tagNameMap
           
 
Fields inherited from class com.drew.metadata.Directory
_definedTagList, _descriptor, _tagMap
 
Constructor Summary
OlympusMakernoteDirectory()
           
 
Method Summary
 java.lang.String getName()
          Provides the name of the directory, for display purposes.
protected  java.util.HashMap getTagNameMap()
          Provides the map of tag names, hashed by tag type identifier.
 
Methods inherited from class com.drew.metadata.Directory
addError, containsTag, getBoolean, getByteArray, getDate, getDescription, getDouble, getErrorCount, getErrors, getFloat, getInt, getIntArray, getLong, getObject, getRational, getRationalArray, getString, getStringArray, getTagCount, getTagIterator, getTagName, hasErrors, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setFloat, setInt, setIntArray, setLong, setRational, setRationalArray, setString, setStringArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_OLYMPUS_SPECIAL_MODE

public static final int TAG_OLYMPUS_SPECIAL_MODE
See Also:
Constant Field Values

TAG_OLYMPUS_JPEG_QUALITY

public static final int TAG_OLYMPUS_JPEG_QUALITY
See Also:
Constant Field Values

TAG_OLYMPUS_MACRO_MODE

public static final int TAG_OLYMPUS_MACRO_MODE
See Also:
Constant Field Values

TAG_OLYMPUS_UNKNOWN_1

public static final int TAG_OLYMPUS_UNKNOWN_1
See Also:
Constant Field Values

TAG_OLYMPUS_DIGI_ZOOM_RATIO

public static final int TAG_OLYMPUS_DIGI_ZOOM_RATIO
See Also:
Constant Field Values

TAG_OLYMPUS_UNKNOWN_2

public static final int TAG_OLYMPUS_UNKNOWN_2
See Also:
Constant Field Values

TAG_OLYMPUS_UNKNOWN_3

public static final int TAG_OLYMPUS_UNKNOWN_3
See Also:
Constant Field Values

TAG_OLYMPUS_FIRMWARE_VERSION

public static final int TAG_OLYMPUS_FIRMWARE_VERSION
See Also:
Constant Field Values

TAG_OLYMPUS_PICT_INFO

public static final int TAG_OLYMPUS_PICT_INFO
See Also:
Constant Field Values

TAG_OLYMPUS_CAMERA_ID

public static final int TAG_OLYMPUS_CAMERA_ID
See Also:
Constant Field Values

TAG_OLYMPUS_DATA_DUMP

public static final int TAG_OLYMPUS_DATA_DUMP
See Also:
Constant Field Values

tagNameMap

protected static final java.util.HashMap tagNameMap
Constructor Detail

OlympusMakernoteDirectory

public OlympusMakernoteDirectory()
Method Detail

getName

public java.lang.String getName()
Description copied from class: com.drew.metadata.Directory
Provides the name of the directory, for display purposes. E.g. Exif


getTagNameMap

protected java.util.HashMap getTagNameMap()
Description copied from class: com.drew.metadata.Directory
Provides the map of tag names, hashed by tag type identifier.