public class JfifDirectory extends Directory
Modifier and Type | Field and Description |
---|---|
static int |
TAG_RESX |
static int |
TAG_RESY |
static int |
TAG_UNITS
Units for pixel density fields.
|
static int |
TAG_VERSION |
Constructor and Description |
---|
JfifDirectory() |
Modifier and Type | Method and Description |
---|---|
int |
getImageHeight() |
int |
getImageWidth() |
String |
getName()
Provides the name of the directory, for display purposes.
|
int |
getResUnits() |
int |
getVersion() |
addError, containsTag, getBoolean, getBooleanObject, getByteArray, getDate, getDate, getDescription, getDouble, getDoubleObject, getErrorCount, getErrors, getFloat, getFloatObject, getInt, getIntArray, getInteger, getLong, getLongObject, getObject, getRational, getRationalArray, getString, getString, getStringArray, getTagCount, getTagName, getTags, hasErrors, hasTagName, isEmpty, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setDoubleArray, setFloat, setFloatArray, setInt, setIntArray, setLong, setObject, setObjectArray, setRational, setRationalArray, setString, setStringArray, toString
public static final int TAG_VERSION
public static final int TAG_UNITS
public static final int TAG_RESX
public static final int TAG_RESY
public String getName()
Directory
Exif
public int getVersion() throws MetadataException
MetadataException
public int getResUnits() throws MetadataException
MetadataException
public int getImageWidth() throws MetadataException
MetadataException
public int getImageHeight() throws MetadataException
MetadataException
Copyright © 2002-2015 Drew Noakes. All Rights Reserved.