Class PDDestinationNameTreeNode

  • All Implemented Interfaces:
    COSObjectable

    public class PDDestinationNameTreeNode
    extends PDNameTreeNode
    This class holds all of the name trees that are available at the document level.
    Version:
    $Revision: 1.2 $
    Author:
    Ben Litchfield
    • Constructor Detail

      • PDDestinationNameTreeNode

        public PDDestinationNameTreeNode()
        Constructor.
      • PDDestinationNameTreeNode

        public PDDestinationNameTreeNode​(COSDictionary dic)
        Constructor.
        Parameters:
        dic - The COS dictionary.
    • Method Detail

      • convertCOSToPD

        protected COSObjectable convertCOSToPD​(COSBase base)
                                        throws java.io.IOException
        Method to convert the COS value in the name tree to the PD Model object. The default implementation will simply return the given COSBase object. Subclasses should do something specific.
        Overrides:
        convertCOSToPD in class PDNameTreeNode
        Parameters:
        base - The COS object to convert.
        Returns:
        The converted PD Model object.
        Throws:
        java.io.IOException - If there is an error during creation.