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.
public final byte[] 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.
Copyright © 2018. All rights reserved.