Class OutlineTreeNode

All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode

public class OutlineTreeNode extends IconTreeNode
A node in the OutlineTree.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      A serial version uid
      See Also:
    • object_node

      protected PdfObjectTreeNode object_node
      The corresponding tree node in the PdfTree.
  • Constructor Details

    • 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 Details

    • getCorrespondingPdfObjectNode

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