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, toListaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic NikonMakerNotePackage(TiffTag[] tags)
Initializes a new instance of the NikonMakerNotePackage class.
tags - Array of TIFF tags.public final String getColorMode()
Gets the color mode.
public final String getFlashSetting()
Gets the flash setting.
public final String getFlashType()
Gets the type of the flash.
public final String getFocusMode()
Gets the focus mode.
public final int[] getIso()
Gets the iso.
public final byte[] getMakerNoteVersion()
Gets the MakerNote version.
public final String getQuality()
Gets the quality string.
public final String getSharpness()
Gets the sharpness.
public final String getWhiteBalance()
Gets the white balance.
Copyright © 2025. All rights reserved.