Package com.sun.pdfview
Class PDFParser.ParserState
java.lang.Object
com.sun.pdfview.PDFParser.ParserState
- All Implemented Interfaces:
Cloneable
- Enclosing class:
PDFParser
A class to store state needed whiel rendering. This includes the
stroke and fill color spaces, as well as the text formatting
parameters.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) PDFColorSpace
the fill color space(package private) PDFColorSpace
the stroke color space(package private) PDFTextFormat
the text paramters -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fillCS
PDFColorSpace fillCSthe fill color space -
strokeCS
PDFColorSpace strokeCSthe stroke color space -
textFormat
PDFTextFormat textFormatthe text paramters
-
-
Constructor Details
-
ParserState
ParserState()
-
-
Method Details