|
|||||||||
| 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 |
seitennummer
|
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()
|
int |
getSeitennummer()
|
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 PdfDictionary dictionary
private int seitennummer
private float width
private float height
| Constructor Detail |
|---|
public Pagetreenode(PdfDictionary page,
int seitennummer,
ICommonAnalyzer pageanalyzer,
PdfReader pdfreader)
| Method Detail |
|---|
public int getSeitennummer()
public java.lang.String toString()
toString in class javax.swing.tree.DefaultMutableTreeNodepublic float getWidth()
public float getHeight()
public void updateview(IUpdatenodeview updateobject)
updateview in class UpdateableTreeNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||