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.CloneableA 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) PDFColorSpacefillCSthe fill color space(package private) PDFColorSpacestrokeCSthe stroke color space(package private) PDFTextFormattextFormatthe text paramters
-
Constructor Summary
Constructors Constructor Description ParserState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()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
-
-