|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.lowagie.tools.plugins.treeview.UpdateableTreeNode
com.lowagie.tools.plugins.treeview.Pagetreenode
public class Pagetreenode
Field Summary | |
---|---|
private PdfDictionary |
dictionary
|
private float |
height
|
private int |
pagenumber
|
private static long |
serialVersionUID
|
private float |
width
|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
Pagetreenode(PdfDictionary page,
int seitennummer,
ICommonAnalyzer pageanalyzer,
PdfReader pdfreader)
|
Method Summary | |
---|---|
float |
getHeight()
|
javax.swing.Icon |
getIcon()
|
int |
getPagenumber()
|
float |
getWidth()
|
java.lang.String |
toString()
|
void |
updateview(IUpdatenodeview updateobject)
|
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 |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private PdfDictionary dictionary
private int pagenumber
private float width
private float height
Constructor Detail |
---|
public Pagetreenode(PdfDictionary page, int seitennummer, ICommonAnalyzer pageanalyzer, PdfReader pdfreader)
Method Detail |
---|
public int getPagenumber()
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
public javax.swing.Icon getIcon()
getIcon
in class UpdateableTreeNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |