|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectloci.formats.TiffIFDEntry
public class TiffIFDEntry
This class represents a single raw TIFF IFD entry. It does not retrieve or store the values from the entry's specific offset and is based on the TIFF 6.0 specification of an IFD entry.
Constructor Summary | |
---|---|
TiffIFDEntry(int tag,
int type,
int valueCount,
int valueOffset)
|
Method Summary | |
---|---|
int |
getTag()
Retrieves the entry's Tag value. |
int |
getType()
Retrieves the entry's Type value. |
int |
getValueCount()
Retrieves the entry's ValueCount value. |
int |
getValueOffset()
Retrieves the entry's ValueOffset value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TiffIFDEntry(int tag, int type, int valueCount, int valueOffset)
Method Detail |
---|
public int getTag()
public int getType()
public int getValueCount()
public int getValueOffset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |