Class PDFTransitionAction

    • Constructor Detail

      • PDFTransitionAction

        public PDFTransitionAction​(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 transition,
                             java.lang.Object nextAction)