Uses of Class
org.apache.fop.pdf.PDFPaintingState
Packages that use PDFPaintingState
Package
Description
PDF Renderer
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 PDFPaintingStateModifier and TypeFieldDescriptionprotected PDFPaintingStatePDFContentGenerator.currentStatedrawing stateMethods in org.apache.fop.render.pdf that return PDFPaintingStateModifier and TypeMethodDescriptionPDFContentGenerator.getState()Returns thePDFPaintingStateassociated with this instance. -
Uses of PDFPaintingState in org.apache.fop.svg
Fields in org.apache.fop.svg declared as PDFPaintingStateModifier and TypeFieldDescriptionprotected PDFPaintingStatePDFGraphics2D.paintingStateThe PDF painting stateMethods in org.apache.fop.svg with parameters of type PDFPaintingStateModifier and TypeMethodDescriptionvoidPDFGraphics2D.setPaintingState(PDFPaintingState state) Set the PDF state to use when starting to draw into the PDF graphics.