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