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 PDFPaintingStatePDFContentGenerator. currentStatedrawing stateMethods in org.apache.fop.render.pdf that return PDFPaintingState Modifier and Type Method Description PDFPaintingStatePDFContentGenerator. getState()Returns thePDFPaintingStateassociated 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 PDFPaintingStatePDFGraphics2D. paintingStateThe PDF painting stateMethods in org.apache.fop.svg with parameters of type PDFPaintingState Modifier and Type Method Description voidPDFGraphics2D. setPaintingState(PDFPaintingState state)Set the PDF state to use when starting to draw into the PDF graphics.
-