public final class TIFFEntry extends AbstractEntry
TIFF,
IFD| Constructor and Description |
|---|
TIFFEntry(int identifier,
java.lang.Object value)
Creates a new
TIFFEntry. |
TIFFEntry(int identifier,
short type,
java.lang.Object value)
Creates a new
TIFFEntry. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldName()
Returns
null, meaning unknown or undefined. |
short |
getType() |
java.lang.String |
getTypeName() |
equals, getIdentifier, getNativeIdentifier, getValue, getValueAsString, hashCode, toString, valueCountpublic TIFFEntry(int identifier,
java.lang.Object value)
TIFFEntry.identifier - the TIFF tag identifier.value - the value of the entry.java.lang.IllegalArgumentException - if value is null.TIFFEntry(int, short, Object)public TIFFEntry(int identifier,
short type,
java.lang.Object value)
TIFFEntry.identifier - the TIFF tag identifier.type - the type of the entry.value - the value of the entry.java.lang.IllegalArgumentException - if type is not a legal TIFF type.TIFFpublic short getType()
public java.lang.String getFieldName()
AbstractEntrynull, meaning unknown or undefined.getFieldName in interface EntrygetFieldName in class AbstractEntrynull.public java.lang.String getTypeName()
getTypeName in interface EntrygetTypeName in class AbstractEntryCopyright © 2018. All Rights Reserved.