public class TiffIFDEntry extends Object implements Comparable<Object>
Constructor and Description |
---|
TiffIFDEntry(int tag,
IFDType type,
int valueCount,
long valueOffset) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
int |
getTag()
Retrieves the entry's Tag value.
|
IFDType |
getType()
Retrieves the entry's Type value.
|
int |
getValueCount()
Retrieves the entry's ValueCount value.
|
long |
getValueOffset()
Retrieves the entry's ValueOffset value.
|
String |
toString() |
public TiffIFDEntry(int tag, IFDType type, int valueCount, long valueOffset)
public int getTag()
public IFDType getType()
public int getValueCount()
public long getValueOffset()
public int compareTo(Object o)
compareTo
in interface Comparable<Object>
Copyright © 2014 Open Microscopy Environment