Package org.openpdf.renderer
Class PDFParser.ParserState
java.lang.Object
org.openpdf.renderer.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) PDFColorSpacethe fill color space(package private) PDFColorSpacethe stroke color space(package private) PDFTextFormatthe 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