com.lowagie.tools.plugins.treeview
Class Pagetreenode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
com.lowagie.tools.plugins.treeview.UpdateableTreeNode
com.lowagie.tools.plugins.treeview.Pagetreenode
- All Implemented Interfaces:
- Cloneable, MutableTreeNode, Serializable, TreeNode
- public class Pagetreenode
- extends UpdateableTreeNode
- See Also:
- Serialized Form
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
dictionary
private PdfDictionary dictionary
pagenumber
private int pagenumber
width
private float width
height
private float height
Pagetreenode
public Pagetreenode(PdfDictionary page,
int seitennummer,
ICommonAnalyzer pageanalyzer,
PdfReader pdfreader)
getPagenumber
public int getPagenumber()
toString
public String toString()
getWidth
public float getWidth()
getHeight
public float getHeight()
updateview
public void updateview(IUpdatenodeview updateobject)
- Specified by:
updateview
in class UpdateableTreeNode
getIcon
public Icon getIcon()
- Overrides:
getIcon
in class UpdateableTreeNode