NikonMakerNotePackage
Leave feedback
On this page
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.
| Constructor | Description |
|---|---|
| NikonMakerNotePackage(TiffTag[] tags) | Initializes a new instance of the NikonMakerNotePackage class. |
| 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. |
public NikonMakerNotePackage(TiffTag[] tags)
Initializes a new instance of the NikonMakerNotePackage class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| tags | TiffTag[] | Array of TIFF tags. |
public final byte[] getMakerNoteVersion()
Gets the MakerNote version.
Returns: byte[] - The MakerNote version.
public final int[] getIso()
Gets the iso.
Returns: int[] - The iso.
public final String getColorMode()
Gets the color mode.
Returns: java.lang.String - The color mode.
public final String getQuality()
Gets the quality string.
Returns: java.lang.String - The quality.
public final String getWhiteBalance()
Gets the white balance.
Returns: java.lang.String - The white balance.
public final String getSharpness()
Gets the sharpness.
Returns: java.lang.String - The sharpness.
public final String getFocusMode()
Gets the focus mode.
Returns: java.lang.String - The focus mode.
public final String getFlashSetting()
Gets the flash setting.
Returns: java.lang.String - The flash setting.
public final String getFlashType()
Gets the type of the flash.
Returns: java.lang.String - The type of the flash.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.