Class PDFNavigator

  • All Implemented Interfaces:
    PDFWritable

    public class PDFNavigator
    extends PDFIdentifiedDictionary
    Navigation Node Dictionary, which we call a 'navigator'. This class is used to for sub-page navigation.
    • Constructor Detail

      • PDFNavigator

        public PDFNavigator​(java.lang.String id)
    • Method Detail

      • output

        public int output​(java.io.OutputStream stream)
                   throws java.io.IOException
        Description copied from class: PDFDictionary
        Write the PDF represention of this object
        Overrides:
        output in class PDFDictionary
        Parameters:
        stream - the stream to write the PDF to
        Returns:
        the number of bytes written
        Throws:
        java.io.IOException - if there is an error writing to the stream
      • populate

        public void populate​(java.lang.Object nextAction,
                             java.lang.Object nextNode,
                             java.lang.Object prevAction,
                             java.lang.Object prevNode,
                             java.lang.Object duration)