Package com.drew.metadata.exif
Class PanasonicRawIFD0Directory
- java.lang.Object
-
- com.drew.metadata.Directory
-
- com.drew.metadata.exif.PanasonicRawIFD0Directory
-
public class PanasonicRawIFD0Directory extends Directory
These tags are found in IFD0 of Panasonic/Leica RAW, RW2 and RWL images.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PanasonicRawIFD0Directory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Provides the name of the directory, for display purposes.-
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
-
TagPanasonicRawVersion
public static final int TagPanasonicRawVersion
- See Also:
- Constant Field Values
-
TagSensorWidth
public static final int TagSensorWidth
- See Also:
- Constant Field Values
-
TagSensorHeight
public static final int TagSensorHeight
- See Also:
- Constant Field Values
-
TagSensorTopBorder
public static final int TagSensorTopBorder
- See Also:
- Constant Field Values
-
TagSensorLeftBorder
public static final int TagSensorLeftBorder
- See Also:
- Constant Field Values
-
TagSensorBottomBorder
public static final int TagSensorBottomBorder
- See Also:
- Constant Field Values
-
TagSensorRightBorder
public static final int TagSensorRightBorder
- See Also:
- Constant Field Values
-
TagBlackLevel1
public static final int TagBlackLevel1
- See Also:
- Constant Field Values
-
TagBlackLevel2
public static final int TagBlackLevel2
- See Also:
- Constant Field Values
-
TagBlackLevel3
public static final int TagBlackLevel3
- See Also:
- Constant Field Values
-
TagLinearityLimitRed
public static final int TagLinearityLimitRed
- See Also:
- Constant Field Values
-
TagLinearityLimitGreen
public static final int TagLinearityLimitGreen
- See Also:
- Constant Field Values
-
TagLinearityLimitBlue
public static final int TagLinearityLimitBlue
- See Also:
- Constant Field Values
-
TagRedBalance
public static final int TagRedBalance
- See Also:
- Constant Field Values
-
TagBlueBalance
public static final int TagBlueBalance
- See Also:
- Constant Field Values
-
TagWbInfo
public static final int TagWbInfo
- See Also:
- Constant Field Values
-
TagIso
public static final int TagIso
- See Also:
- Constant Field Values
-
TagHighIsoMultiplierRed
public static final int TagHighIsoMultiplierRed
- See Also:
- Constant Field Values
-
TagHighIsoMultiplierGreen
public static final int TagHighIsoMultiplierGreen
- See Also:
- Constant Field Values
-
TagHighIsoMultiplierBlue
public static final int TagHighIsoMultiplierBlue
- See Also:
- Constant Field Values
-
TagBlackLevelRed
public static final int TagBlackLevelRed
- See Also:
- Constant Field Values
-
TagBlackLevelGreen
public static final int TagBlackLevelGreen
- See Also:
- Constant Field Values
-
TagBlackLevelBlue
public static final int TagBlackLevelBlue
- See Also:
- Constant Field Values
-
TagWbRedLevel
public static final int TagWbRedLevel
- See Also:
- Constant Field Values
-
TagWbGreenLevel
public static final int TagWbGreenLevel
- See Also:
- Constant Field Values
-
TagWbBlueLevel
public static final int TagWbBlueLevel
- See Also:
- Constant Field Values
-
TagWbInfo2
public static final int TagWbInfo2
- See Also:
- Constant Field Values
-
TagJpgFromRaw
public static final int TagJpgFromRaw
- See Also:
- Constant Field Values
-
TagCropTop
public static final int TagCropTop
- See Also:
- Constant Field Values
-
TagCropLeft
public static final int TagCropLeft
- See Also:
- Constant Field Values
-
TagCropBottom
public static final int TagCropBottom
- See Also:
- Constant Field Values
-
TagCropRight
public static final int TagCropRight
- See Also:
- Constant Field Values
-
TagMake
public static final int TagMake
- See Also:
- Constant Field Values
-
TagModel
public static final int TagModel
- See Also:
- Constant Field Values
-
TagStripOffsets
public static final int TagStripOffsets
- See Also:
- Constant Field Values
-
TagOrientation
public static final int TagOrientation
- See Also:
- Constant Field Values
-
TagRowsPerStrip
public static final int TagRowsPerStrip
- See Also:
- Constant Field Values
-
TagStripByteCounts
public static final int TagStripByteCounts
- See Also:
- Constant Field Values
-
TagRawDataOffset
public static final int TagRawDataOffset
- See Also:
- Constant Field Values
-
TagDistortionInfo
public static final int TagDistortionInfo
- See Also:
- Constant Field Values
-
-