Package com.sun.pdfview
Class PDFParser.ParserState
- java.lang.Object
-
- com.sun.pdfview.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.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PDFColorSpace
fillCS
the fill color space(package private) PDFColorSpace
strokeCS
the stroke color space(package private) PDFTextFormat
textFormat
the text paramters
-
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.
-
-
-
Field Detail
-
fillCS
PDFColorSpace fillCS
the fill color space
-
strokeCS
PDFColorSpace strokeCS
the stroke color space
-
textFormat
PDFTextFormat textFormat
the text paramters
-
-