public final class ExifIfdInfo extends ExifDictionaryBase
Represents the Exif Image File Directory. Exif IFD is a set of tags for recording Exif-specific attribute information.
Modifier and Type | Method and Description |
---|---|
String |
getBodySerialNumber()
Gets the camera body serial number.
|
String |
getCameraOwnerName()
Gets the camera owner's name.
|
byte[] |
getCFAPattern()
Gets or sets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
|
String |
getUserComment()
Gets the user comment.
|
void |
setBodySerialNumber(String value)
Sets the camera body serial number.
|
void |
setCameraOwnerName(String value)
Sets the camera owner's name.
|
void |
setCFAPattern(byte[] value)
Gets or sets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
|
void |
setUserComment(String value)
Sets the user comment.
|
getTags, readByTagId, setTags
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final String getCameraOwnerName()
Gets the camera owner's name.
public final void setCameraOwnerName(String value)
Sets the camera owner's name.
value
- The name of the camera owner.public final String getBodySerialNumber()
Gets the camera body serial number.
public final void setBodySerialNumber(String value)
Sets the camera body serial number.
value
- The camera body serial number.public final byte[] getCFAPattern()
Gets or sets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
public final void setCFAPattern(byte[] value)
Gets or sets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
public final String getUserComment()
Gets the user comment.
public final void setUserComment(String value)
Sets the user comment.
value
- The user comment.Copyright © 2019. All rights reserved.