fop 2.0

Uses of Class
org.apache.fop.pdf.PDFPaintingState

Packages that use PDFPaintingState
org.apache.fop.render.pdf PDF Renderer 
org.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
protected  PDFPaintingState PDFContentGenerator.currentState
          drawing state
 

Methods in org.apache.fop.render.pdf that return PDFPaintingState
 PDFPaintingState PDFContentGenerator.getState()
          Returns the PDFPaintingState associated with this instance.
 

Uses of PDFPaintingState in org.apache.fop.svg
 

Fields in org.apache.fop.svg declared as PDFPaintingState
protected  PDFPaintingState PDFGraphics2D.paintingState
          The PDF painting state
 

Methods in org.apache.fop.svg with parameters of type PDFPaintingState
 void PDFGraphics2D.setPaintingState(PDFPaintingState state)
          Set the PDF state to use when starting to draw into the PDF graphics.
 


fop 2.0

Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.