public class ImageOtherParameters extends Object
Other image parameters
Modifier and Type | Method and Description |
---|---|
float |
getAperture()
Gets the aperture.
|
String |
getArtist()
Gets the author of image.
|
String |
getDescription()
Gets the image description.
|
float |
getFocalLength()
Gets the length of the focal.
|
long[] |
getGpsData()
Gets the GPS data.
|
float |
getIsoSpeed()
Gets the ISO sensitivity.
|
long |
getShotOrder()
Gets serial number of image.
|
float |
getShutterSpeed()
Gets the shutter speed.
|
long |
getTimestamp()
Gets the date of shooting.
|
public String getDescription()
Gets the image description.
Value: The desc.public String getArtist()
Gets the author of image.
Value: The artist.public long getTimestamp()
Gets the date of shooting.
Value: The timestamp.public long getShotOrder()
Gets serial number of image.
Value: The shot order.public float getAperture()
Gets the aperture.
Value: The aperture.public float getShutterSpeed()
Gets the shutter speed.
Value: The shutter.public long[] getGpsData()
Gets the GPS data.
Value: The GPS data.public float getFocalLength()
Gets the length of the focal.
Value: The length of the focal.public float getIsoSpeed()
Gets the ISO sensitivity.
Value: The ISO speed.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.