public final class NikonMakerNotePackage extends MakerNotePackage
Represents NIKON MakerNote metadata.
Constructor and Description |
---|
NikonMakerNotePackage(TiffTag[] tags)
Initializes a new instance of the
NikonMakerNotePackage class. |
Modifier and Type | Method and Description |
---|---|
String |
getColorMode()
Gets the color mode.
|
String |
getFlashSetting()
Gets the flash setting.
|
String |
getFlashType()
Gets the type of the flash.
|
String |
getFocusMode()
Gets the focus mode.
|
int[] |
getIso()
Gets the iso.
|
byte[] |
getMakerNoteVersion()
Gets the MakerNote version.
|
String |
getQuality()
Gets the quality string.
|
String |
getSharpness()
Gets the sharpness.
|
String |
getWhiteBalance()
Gets the white balance.
|
clear, getByTiffTagID, remove, set, toList
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
public NikonMakerNotePackage(TiffTag[] tags)
Initializes a new instance of the NikonMakerNotePackage
class.
tags
- Array of TIFF tags.public final byte[] getMakerNoteVersion()
Gets the MakerNote version.
public final int[] getIso()
Gets the iso.
public final String getColorMode()
Gets the color mode.
public final String getQuality()
Gets the quality string.
public final String getWhiteBalance()
Gets the white balance.
public final String getSharpness()
Gets the sharpness.
public final String getFocusMode()
Gets the focus mode.
public final String getFlashSetting()
Gets the flash setting.
public final String getFlashType()
Gets the type of the flash.