|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTIFFTagSet
EXIFParentTIFFTagSet
public class EXIFParentTIFFTagSet
A class containing the TIFF tags used to reference the EXIF and GPS IFDs.
This tag set should be added to the root tag set by means of the
method if EXIF
support is desired.
TIFFImageReadParam.addAllowedTagSet
Field Summary | |
---|---|
static int |
TAG_EXIF_IFD_POINTER
Tag pointing to the EXIF IFD (type LONG). |
static int |
TAG_GPS_INFO_IFD_POINTER
Tag pointing to a GPS info IFD (type LONG). |
Method Summary | |
---|---|
static EXIFParentTIFFTagSet |
getInstance()
Returns a shared instance of an EXIFParentTIFFTagSet . |
Methods inherited from class TIFFTagSet |
---|
getTag, getTag, getTagNames, getTagNumbers |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TAG_EXIF_IFD_POINTER
public static final int TAG_GPS_INFO_IFD_POINTER
Method Detail |
---|
public static EXIFParentTIFFTagSet getInstance()
EXIFParentTIFFTagSet
.
EXIFParentTIFFTagSet
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |