public class JpegExifInfo extends ExifInfo
Represents EXIF data in JpegFormat
.
Constructor and Description |
---|
JpegExifInfo()
Initializes a new instance of the
JpegExifInfo class. |
JpegExifInfo(GpsInfo gpsInfo)
Initializes a new instance of the
JpegExifInfo class. |
Modifier and Type | Method and Description |
---|---|
String |
getArtist()
Gets or sets the artist.
|
String |
getCopyright()
Gets or sets copyright.
|
String |
getDateTime()
Gets or sets the date time.
|
String |
getImageDescription()
Gets or sets the image description.
|
int |
getImageLength()
Gets or sets the image length.
|
int |
getImageWidth()
Gets or sets image width.
|
String |
getMake()
Gets or sets the manufacturer of the recording equipment.
|
String |
getModel()
Gets or sets the model.
|
String |
getSoftware()
Gets or sets the software.
|
String |
getUserComment_JpegExifInfo_New()
Gets or sets the user comment.
|
void |
setArtist(String value)
Gets or sets the artist.
|
void |
setCopyright(String value)
Gets or sets copyright.
|
void |
setDateTime(String value)
Gets or sets the date time.
|
void |
setImageDescription(String value)
Gets or sets the image description.
|
void |
setImageLength(int value)
Gets or sets the image length.
|
void |
setImageWidth(int value)
Gets or sets image width.
|
void |
setMake(String value)
Gets or sets the manufacturer of the recording equipment.
|
void |
setModel(String value)
Gets or sets the model.
|
void |
setSoftware(String value)
Gets or sets the software.
|
void |
setUserComment_JpegExifInfo_New(String value)
Gets or sets the user comment.
|
getBodySerialNumber, getCameraOwnerName, getCFAPattern, getGPSData, getThumbnail, getUserComment, setBodySerialNumber, setCameraOwnerName, setCFAPattern, setUserComment
getTags, readByTagId, setTags
public JpegExifInfo()
Initializes a new instance of the JpegExifInfo
class.
public JpegExifInfo(GpsInfo gpsInfo)
Initializes a new instance of the JpegExifInfo
class.
gpsInfo
- The GPS information.public final String getArtist()
Gets or sets the artist.
Value: The artist.public final void setArtist(String value)
Gets or sets the artist.
Value: The artist.public final String getCopyright()
Gets or sets copyright.
Value: The copyright.public final void setCopyright(String value)
Gets or sets copyright.
Value: The copyright.public final String getDateTime()
Gets or sets the date time.
Value: The date time.public final void setDateTime(String value)
Gets or sets the date time.
Value: The date time.public final String getImageDescription()
Gets or sets the image description.
Value: The image description.public final void setImageDescription(String value)
Gets or sets the image description.
Value: The image description.public final int getImageLength()
Gets or sets the image length.
Value: The length of the image.public final void setImageLength(int value)
Gets or sets the image length.
Value: The length of the image.public final int getImageWidth()
Gets or sets image width.
Value: The width of the image.public final void setImageWidth(int value)
Gets or sets image width.
Value: The width of the image.public final String getMake()
Gets or sets the manufacturer of the recording equipment.
Value: The make.public final void setMake(String value)
Gets or sets the manufacturer of the recording equipment.
Value: The make.public final String getModel()
Gets or sets the model.
Value: The model.public final void setModel(String value)
Gets or sets the model.
Value: The model.public final String getSoftware()
Gets or sets the software.
Value: The software.public final void setSoftware(String value)
Gets or sets the software.
Value: The software.public final String getUserComment_JpegExifInfo_New()
Gets or sets the user comment.
Value: The user comment.public final void setUserComment_JpegExifInfo_New(String value)
Gets or sets the user comment.
Value: The user comment.Copyright © 2017. All rights reserved.