Uses of Interface
org.apache.fop.render.intermediate.GraphicsPainter
-
Packages that use GraphicsPainter Package Description org.apache.fop.render.intermediate org.apache.fop.render.pdf PDF Rendererorg.apache.fop.render.ps PostScript Renderer -
-
Uses of GraphicsPainter in org.apache.fop.render.intermediate
Constructors in org.apache.fop.render.intermediate with parameters of type GraphicsPainter Constructor Description BorderPainter(GraphicsPainter graphicsPainter)
-
Uses of GraphicsPainter in org.apache.fop.render.pdf
Classes in org.apache.fop.render.pdf that implement GraphicsPainter Modifier and Type Class Description class
PDFGraphicsPainter
PDF-specific implementation of theGraphicsPainter
. -
Uses of GraphicsPainter in org.apache.fop.render.ps
Classes in org.apache.fop.render.ps that implement GraphicsPainter Modifier and Type Class Description class
PSGraphicsPainter
PostScript-specific implementation of theBorderPainter
.
-