com.drew.metadata.jfif
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, toStringpublic 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()
DirectoryExifpublic int getVersion()
throws MetadataException
MetadataExceptionpublic int getResUnits()
throws MetadataException
MetadataExceptionpublic int getImageWidth()
throws MetadataException
MetadataExceptionpublic int getImageHeight()
throws MetadataException
MetadataExceptionCopyright © 2002-2015 Drew Noakes. All Rights Reserved.