public class Pagetreenode extends UpdateableTreeNode
Modifier and Type | Field and Description |
---|---|
private PdfDictionary |
dictionary |
private float |
height |
private int |
seitennummer |
private float |
width |
Constructor and Description |
---|
Pagetreenode(PdfDictionary page,
int seitennummer,
ICommonAnalyzer pageanalyzer,
PdfReader pdfreader) |
Modifier and Type | Method and Description |
---|---|
float |
getHeight() |
int |
getSeitennummer() |
float |
getWidth() |
java.lang.String |
toString() |
void |
updateview(IUpdatenodeview updateobject) |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
private PdfDictionary dictionary
private int seitennummer
private float width
private float height
public Pagetreenode(PdfDictionary page, int seitennummer, ICommonAnalyzer pageanalyzer, PdfReader pdfreader)
public int getSeitennummer()
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode
public float getWidth()
public float getHeight()
public void updateview(IUpdatenodeview updateobject)
updateview
in class UpdateableTreeNode