public abstract class TIFFNode extends Object
| Modifier and Type | Field and Description |
|---|---|
protected IFDEntry |
ifdEntry
The IFDEntry from which this node was read.
|
protected TIFFTag |
tag
The tag which identifies this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(TIFFNode node) |
TIFFNode |
getChildAt(int i) |
int |
getChildCount() |
ArrayList<TIFFNode> |
getChildren() |
IFDEntry |
getIFDEntry() |
TIFFNode |
getParent() |
TIFFTag |
getTag() |
String |
getTagName() |
int |
getTagNumber()
Returns the tag number or -1 if not known.
|
Iterator<TIFFNode> |
postorderIterator() |
Iterator<TIFFNode> |
preorderIterator() |
void |
removeFromParent() |
protected TIFFTag tag
protected IFDEntry ifdEntry
public TIFFNode(TIFFTag tag)
public String getTagName()
public TIFFTag getTag()
public int getTagNumber()
public IFDEntry getIFDEntry()
public void add(TIFFNode node)
public TIFFNode getParent()
public int getChildCount()
public TIFFNode getChildAt(int i)
public void removeFromParent()
Copyright © 2014. All Rights Reserved.