com.lowagie.rups.view.itext.treenodes

Class OutlineTreeNode

public class OutlineTreeNode extends IconTreeNode

A node in the OutlineTree.
Field Summary
protected PdfObjectTreeNodeobject_node
The corresponding tree node in the PdfTree.
static longserialVersionUID
A serial version uid
Constructor Summary
OutlineTreeNode()
Creates the root node for the OutlineTree.
OutlineTreeNode(PdfObjectTreeNode node)
Creates a node corresponding with a node in the PdfTree.
Method Summary
PdfObjectTreeNodegetCorrespondingPdfObjectNode()
Gets the node in the PdfTree that corresponds with this OutlineTreeNode.

Field Detail

object_node

protected PdfObjectTreeNode object_node
The corresponding tree node in the PdfTree.

serialVersionUID

private static final long serialVersionUID
A serial version uid

Constructor Detail

OutlineTreeNode

public OutlineTreeNode()
Creates the root node for the OutlineTree.

OutlineTreeNode

public OutlineTreeNode(PdfObjectTreeNode node)
Creates a node corresponding with a node in the PdfTree.

Parameters: node a corresponding node

Method Detail

getCorrespondingPdfObjectNode

public PdfObjectTreeNode getCorrespondingPdfObjectNode()
Gets the node in the PdfTree that corresponds with this OutlineTreeNode.

Returns: a PdfObjectTreeNode in the PdfTree