Class TIFFNode
java.lang.Object
org.monte.media.tiff.TIFFNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetChildAt(int i) intgetTag()intReturns the tag number or -1 if not known.void
-
Field Details
-
tag
The tag which identifies this node. -
ifdEntry
The IFDEntry from which this node was read. IFDEntry is null, if this node has not been read from a TIFF file.
-
-
Constructor Details
-
TIFFNode
-
-
Method Details
-
getTagName
-
getTag
-
getTagNumber
public int getTagNumber()Returns the tag number or -1 if not known. -
getIFDEntry
-
add
-
getChildren
-
getParent
-
preorderIterator
-
postorderIterator
-
getChildCount
public int getChildCount() -
getChildAt
-
removeFromParent
public void removeFromParent()
-