Class CasioType1MakernoteDirectory
- java.lang.Object
-
- com.drew.metadata.Directory
-
- com.drew.metadata.exif.makernotes.CasioType1MakernoteDirectory
-
public class CasioType1MakernoteDirectory extends Directory
Describes tags specific to Casio (type 1) cameras. A standard TIFF IFD directory but always uses Motorola (Big-Endian) Byte Alignment. Makernote data begins immediately (no header).
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.HashMap<java.lang.Integer,java.lang.String>_tagNameMapstatic intTAG_CCD_SENSITIVITYstatic intTAG_CONTRASTstatic intTAG_DIGITAL_ZOOMstatic intTAG_FLASH_INTENSITYstatic intTAG_FLASH_MODEstatic intTAG_FOCUSING_MODEstatic intTAG_OBJECT_DISTANCEstatic intTAG_QUALITYstatic intTAG_RECORDING_MODEstatic intTAG_SATURATIONstatic intTAG_SHARPNESSstatic intTAG_UNKNOWN_1static intTAG_UNKNOWN_2static intTAG_UNKNOWN_3static intTAG_UNKNOWN_4static intTAG_UNKNOWN_5static intTAG_UNKNOWN_6static intTAG_UNKNOWN_7static intTAG_UNKNOWN_8static intTAG_WHITE_BALANCE-
Fields inherited from class com.drew.metadata.Directory
_definedTagList, _descriptor, _tagMap
-
-
Constructor Summary
Constructors Constructor Description CasioType1MakernoteDirectory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Provides the name of the directory, for display purposes.protected java.util.HashMap<java.lang.Integer,java.lang.String>getTagNameMap()Provides the map of tag names, hashed by tag type identifier.-
Methods inherited from class com.drew.metadata.Directory
addError, containsTag, getBoolean, getBooleanObject, getByteArray, getDate, getDate, getDate, getDescription, getDouble, getDoubleObject, getErrorCount, getErrors, getFloat, getFloatObject, getInt, getIntArray, getInteger, getLong, getLongObject, getObject, getParent, getRational, getRationalArray, getString, getString, getStringArray, getStringValue, getStringValueArray, getTagCount, getTagName, getTags, hasErrors, hasTagName, isEmpty, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setDoubleArray, setFloat, setFloatArray, setInt, setIntArray, setLong, setObject, setObjectArray, setParent, setRational, setRationalArray, setString, setStringArray, setStringValue, setStringValueArray, toString
-
-
-
-
Field Detail
-
TAG_RECORDING_MODE
public static final int TAG_RECORDING_MODE
- See Also:
- Constant Field Values
-
TAG_QUALITY
public static final int TAG_QUALITY
- See Also:
- Constant Field Values
-
TAG_FOCUSING_MODE
public static final int TAG_FOCUSING_MODE
- See Also:
- Constant Field Values
-
TAG_FLASH_MODE
public static final int TAG_FLASH_MODE
- See Also:
- Constant Field Values
-
TAG_FLASH_INTENSITY
public static final int TAG_FLASH_INTENSITY
- See Also:
- Constant Field Values
-
TAG_OBJECT_DISTANCE
public static final int TAG_OBJECT_DISTANCE
- See Also:
- Constant Field Values
-
TAG_WHITE_BALANCE
public static final int TAG_WHITE_BALANCE
- See Also:
- Constant Field Values
-
TAG_UNKNOWN_1
public static final int TAG_UNKNOWN_1
- See Also:
- Constant Field Values
-
TAG_UNKNOWN_2
public static final int TAG_UNKNOWN_2
- See Also:
- Constant Field Values
-
TAG_DIGITAL_ZOOM
public static final int TAG_DIGITAL_ZOOM
- See Also:
- Constant Field Values
-
TAG_SHARPNESS
public static final int TAG_SHARPNESS
- See Also:
- Constant Field Values
-
TAG_CONTRAST
public static final int TAG_CONTRAST
- See Also:
- Constant Field Values
-
TAG_SATURATION
public static final int TAG_SATURATION
- See Also:
- Constant Field Values
-
TAG_UNKNOWN_3
public static final int TAG_UNKNOWN_3
- See Also:
- Constant Field Values
-
TAG_UNKNOWN_4
public static final int TAG_UNKNOWN_4
- See Also:
- Constant Field Values
-
TAG_UNKNOWN_5
public static final int TAG_UNKNOWN_5
- See Also:
- Constant Field Values
-
TAG_UNKNOWN_6
public static final int TAG_UNKNOWN_6
- See Also:
- Constant Field Values
-
TAG_UNKNOWN_7
public static final int TAG_UNKNOWN_7
- See Also:
- Constant Field Values
-
TAG_UNKNOWN_8
public static final int TAG_UNKNOWN_8
- See Also:
- Constant Field Values
-
TAG_CCD_SENSITIVITY
public static final int TAG_CCD_SENSITIVITY
- See Also:
- Constant Field Values
-
_tagNameMap
private static final java.util.HashMap<java.lang.Integer,java.lang.String> _tagNameMap
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from class:DirectoryProvides the name of the directory, for display purposes. E.g.Exif
-
getTagNameMap
protected java.util.HashMap<java.lang.Integer,java.lang.String> getTagNameMap()
Description copied from class:DirectoryProvides the map of tag names, hashed by tag type identifier.- Specified by:
getTagNameMapin classDirectory- Returns:
- the map of tag names
-
-