com.drew.metadata.exif
public class ExifIFD0Directory extends Directory
Modifier and Type | Field and Description |
---|---|
static int |
TAG_ARTIST |
static int |
TAG_COPYRIGHT |
static int |
TAG_DATETIME |
static int |
TAG_EXIF_SUB_IFD_OFFSET
This tag is a pointer to the Exif SubIFD.
|
static int |
TAG_GPS_INFO_OFFSET
This tag is a pointer to the Exif GPS IFD.
|
static int |
TAG_IMAGE_DESCRIPTION |
static int |
TAG_MAKE |
static int |
TAG_MODEL |
static int |
TAG_ORIENTATION |
static int |
TAG_PRIMARY_CHROMATICITIES |
static int |
TAG_REFERENCE_BLACK_WHITE |
static int |
TAG_RESOLUTION_UNIT |
static int |
TAG_SOFTWARE |
static int |
TAG_TIME_ZONE_OFFSET
Non-standard, but in use.
|
static int |
TAG_WHITE_POINT |
static int |
TAG_WIN_AUTHOR
The image author, as used by Windows XP (called Artist in the Windows shell).
|
static int |
TAG_WIN_COMMENT
The image comment, as used by Windows XP.
|
static int |
TAG_WIN_KEYWORDS
The image keywords, as used by Windows XP.
|
static int |
TAG_WIN_SUBJECT
The image subject, as used by Windows XP.
|
static int |
TAG_WIN_TITLE
The image title, as used by Windows XP.
|
static int |
TAG_X_RESOLUTION |
static int |
TAG_Y_RESOLUTION |
static int |
TAG_YCBCR_COEFFICIENTS |
static int |
TAG_YCBCR_POSITIONING |
Constructor and Description |
---|
ExifIFD0Directory() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Provides the name of the directory, for display purposes.
|
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, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setDoubleArray, setFloat, setFloatArray, setInt, setIntArray, setLong, setObject, setObjectArray, setRational, setRationalArray, setString, setStringArray, toString
public static final int TAG_IMAGE_DESCRIPTION
public static final int TAG_MAKE
public static final int TAG_MODEL
public static final int TAG_ORIENTATION
public static final int TAG_X_RESOLUTION
public static final int TAG_Y_RESOLUTION
public static final int TAG_RESOLUTION_UNIT
public static final int TAG_SOFTWARE
public static final int TAG_DATETIME
public static final int TAG_ARTIST
public static final int TAG_WHITE_POINT
public static final int TAG_PRIMARY_CHROMATICITIES
public static final int TAG_YCBCR_COEFFICIENTS
public static final int TAG_YCBCR_POSITIONING
public static final int TAG_REFERENCE_BLACK_WHITE
public static final int TAG_EXIF_SUB_IFD_OFFSET
public static final int TAG_GPS_INFO_OFFSET
public static final int TAG_COPYRIGHT
public static final int TAG_TIME_ZONE_OFFSET
public static final int TAG_WIN_TITLE
public static final int TAG_WIN_COMMENT
public static final int TAG_WIN_AUTHOR
public static final int TAG_WIN_KEYWORDS
public static final int TAG_WIN_SUBJECT
Copyright © 2002-2015 Drew Noakes. All Rights Reserved.