NikonMakerNotePackage
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.ExifDictionaryBasePackage, com.groupdocs.metadata.core.MakerNotePackage
public final class NikonMakerNotePackage extends MakerNotePackage
Represents NIKON MakerNote metadata.
Constructors
Constructor | Description |
---|---|
NikonMakerNotePackage(TiffTag[] tags) | Initializes a new instance of the NikonMakerNotePackage class. |
Methods
Method | Description |
---|---|
getMakerNoteVersion() | Gets the MakerNote version. |
getIso() | Gets the iso. |
getColorMode() | Gets the color mode. |
getQuality() | Gets the quality string. |
getWhiteBalance() | Gets the white balance. |
getSharpness() | Gets the sharpness. |
getFocusMode() | Gets the focus mode. |
getFlashSetting() | Gets the flash setting. |
getFlashType() | Gets the type of the flash. |
NikonMakerNotePackage(TiffTag[] tags)
public NikonMakerNotePackage(TiffTag[] tags)
Initializes a new instance of the NikonMakerNotePackage class.
Parameters:
Parameter | Type | Description |
---|---|---|
tags | TiffTag[] | Array of TIFF tags. |
getMakerNoteVersion()
public final byte[] getMakerNoteVersion()
Gets the MakerNote version.
Returns: byte[] - The MakerNote version.
getIso()
public final int[] getIso()
Gets the iso.
Returns: int[] - The iso.
getColorMode()
public final String getColorMode()
Gets the color mode.
Returns: java.lang.String - The color mode.
getQuality()
public final String getQuality()
Gets the quality string.
Returns: java.lang.String - The quality.
getWhiteBalance()
public final String getWhiteBalance()
Gets the white balance.
Returns: java.lang.String - The white balance.
getSharpness()
public final String getSharpness()
Gets the sharpness.
Returns: java.lang.String - The sharpness.
getFocusMode()
public final String getFocusMode()
Gets the focus mode.
Returns: java.lang.String - The focus mode.
getFlashSetting()
public final String getFlashSetting()
Gets the flash setting.
Returns: java.lang.String - The flash setting.
getFlashType()
public final String getFlashType()
Gets the type of the flash.
Returns: java.lang.String - The type of the flash.