public class ExifInfo extends ExifDictionaryBase
Represents base abstraction for EXIF data (Exchangeable image file format).
Constructor and Description |
---|
ExifInfo()
Initializes a new instance of the
ExifInfo class. |
Modifier and Type | Method and Description |
---|---|
String |
getArtist()
Gets the artist.
|
String |
getBodySerialNumber()
Deprecated.
|
String |
getCameraOwnerName()
Deprecated.
|
byte[] |
getCFAPattern()
Deprecated.
|
String |
getCopyright()
Gets copyright.
|
String |
getDateTime()
Gets the date time.
|
ExifIfdInfo |
getExifIfdData()
Gets the EXIF IFD data.
|
GpsInfo |
getGPSData()
Gets GPS data.
|
String |
getImageDescription()
Gets the image description.
|
int |
getImageLength()
Gets the image length.
|
int |
getImageWidth()
Gets image width.
|
String |
getMake()
Gets the manufacturer of the recording equipment.
|
String |
getModel()
Gets the model.
|
String |
getSoftware()
Gets the software.
|
byte[] |
getThumbnail()
Gets the image thumbnail in bytes representation.
|
String |
getUserComment()
Deprecated.
|
void |
setArtist(String value)
Sets the artist.
|
void |
setBodySerialNumber(String value)
Deprecated.
|
void |
setCameraOwnerName(String value)
Deprecated.
|
void |
setCFAPattern(byte[] value)
Deprecated.
|
void |
setCopyright(String value)
Sets copyright.
|
void |
setDateTime(String value)
Sets the date time.
|
void |
setImageDescription(String value)
Sets the image description.
|
void |
setImageLength(int value)
Sets the image length.
|
void |
setImageWidth(int value)
Sets image width.
|
void |
setMake(String value)
Sets the manufacturer of the recording equipment.
|
void |
setModel(String value)
Sets the model.
|
void |
setSoftware(String value)
Sets the software.
|
void |
setUserComment(String value)
Deprecated.
|
getTags, readByTagId, setTags
public final GpsInfo getGPSData()
Gets GPS data.
public final ExifIfdInfo getExifIfdData()
Gets the EXIF IFD data.
@Deprecated public final String getCameraOwnerName()
Gets camera owner's name.
@Deprecated public final void setCameraOwnerName(String value)
Sets camera owner's name.
value
- The name of the camera owner.@Deprecated public final String getBodySerialNumber()
Gets camera body serial number.
@Deprecated public final void setBodySerialNumber(String value)
Sets camera body serial number.
value
- The body serial number.@Deprecated public final byte[] getCFAPattern()
Gets the CFA pattern.
@Deprecated public final void setCFAPattern(byte[] value)
Sets the CFA pattern.
value
- The CFA pattern.@Deprecated public final String getUserComment()
Gets the user comment.
@Deprecated public final void setUserComment(String value)
Sets the user comment.
value
- The user comment.public final byte[] getThumbnail()
Gets the image thumbnail in bytes representation.
public final String getArtist()
Gets the artist.
public final void setArtist(String value)
Sets the artist.
value
- The artist.public final String getCopyright()
Gets copyright.
public final void setCopyright(String value)
Sets copyright.
value
- The copyright.public final String getDateTime()
Gets the date time.
public final void setDateTime(String value)
Sets the date time.
value
- The date time.public final String getImageDescription()
Gets the image description.
public final void setImageDescription(String value)
Sets the image description.
value
- The image description.public final int getImageLength()
Gets the image length.
public final void setImageLength(int value)
Sets the image length.
value
- The length of the image.public final int getImageWidth()
Gets image width.
public final void setImageWidth(int value)
Sets image width.
value
- The width of the image.public final String getMake()
Gets the manufacturer of the recording equipment.
public final void setMake(String value)
Sets the manufacturer of the recording equipment.
value
- The make.public final String getModel()
Gets the model.
public final void setModel(String value)
Sets the model.
value
- The model.public final String getSoftware()
Gets the software.
public final void setSoftware(String value)
Sets the software.
value
- The software.Copyright © 2018. All rights reserved.