Class PDFParser.ParserState

java.lang.Object
com.sun.pdfview.PDFParser.ParserState
All Implemented Interfaces:
Cloneable
Enclosing class:
PDFParser

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

  • Constructor Details

    • ParserState

      ParserState()
  • Method Details

    • clone

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