Class PDFParser.ParserState

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    PDFParser

    class PDFParser.ParserState
    extends java.lang.Object
    implements java.lang.Cloneable
    A class to store state needed whiel rendering. This includes the stroke and fill color spaces, as well as the text formatting parameters.
    • Constructor Summary

      Constructors 
      Constructor Description
      ParserState()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()
      Clone the render state.
      • Methods inherited from class java.lang.Object

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

      • ParserState

        ParserState()
    • Method Detail

      • clone

        public java.lang.Object clone()
        Clone the render state.
        Overrides:
        clone in class java.lang.Object