Uses of Class
org.apache.fop.pdf.PDFPaintingState
-
Packages that use PDFPaintingState Package Description org.apache.fop.render.pdf PDF Rendererorg.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of PDFPaintingState in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFPaintingState Modifier and Type Field Description protected PDFPaintingState
PDFContentGenerator. currentState
drawing stateMethods in org.apache.fop.render.pdf that return PDFPaintingState Modifier and Type Method Description PDFPaintingState
PDFContentGenerator. getState()
Returns thePDFPaintingState
associated with this instance. -
Uses of PDFPaintingState in org.apache.fop.svg
Fields in org.apache.fop.svg declared as PDFPaintingState Modifier and Type Field Description protected PDFPaintingState
PDFGraphics2D. paintingState
The PDF painting stateMethods in org.apache.fop.svg with parameters of type PDFPaintingState Modifier and Type Method Description void
PDFGraphics2D. setPaintingState(PDFPaintingState state)
Set the PDF state to use when starting to draw into the PDF graphics.
-