Class Parser


  • public final class Parser
    extends java.lang.Object
    Parser for PDF Type 4 functions. This implements a small subset of the PostScript language but is no full PostScript interpreter.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Parser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void parse​(java.lang.CharSequence input, Parser.SyntaxHandler handler)
      Parses a Type 4 function and sends the syntactic elements to the given syntax handler.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Parser

        private Parser()
    • Method Detail

      • parse

        public static void parse​(java.lang.CharSequence input,
                                 Parser.SyntaxHandler handler)
        Parses a Type 4 function and sends the syntactic elements to the given syntax handler.
        Parameters:
        input - the text source
        handler - the syntax handler