public final class NikonMakerNotes extends MakerNotesBase
Represents NIKON makernotes.
Constructor and Description |
---|
NikonMakerNotes(TiffTag[] tags)
Initializes a new instance of the
NikonMakerNotes 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.
|
byte[] |
getIso()
Gets the iso.
|
byte[] |
getMakerNoteVersion()
Gets the makernotes version.
|
String |
getQuality()
Gets the quality string.
|
String |
getSharpness()
Gets the sharpness.
|
String |
getWhiteBalance()
Gets the white balance.
|
getTags, readByTagId, setTags
public NikonMakerNotes(TiffTag[] tags)
Initializes a new instance of the NikonMakerNotes
class.
tags
- Array of TIFF tags.public final byte[] getMakerNoteVersion()
Gets the makernotes version.
Value: The maker note version.public final byte[] getIso()
Gets the iso.
Value: The iso.public final String getColorMode()
Gets the color mode.
Value: The color mode.public final String getQuality()
Gets the quality string.
Value: The quality.public final String getWhiteBalance()
Gets the white balance.
Value: The white balance.public final String getSharpness()
Gets the sharpness.
Value: The sharpness.public final String getFocusMode()
Gets the focus mode.
Value: The focus mode.public final String getFlashSetting()
Gets the flash setting.
Value: The flash setting.public final String getFlashType()
Gets the type of the flash.
Value: The type of the flash.Copyright © 2017. All rights reserved.