Uses of Interface
org.apache.fop.render.intermediate.GraphicsPainter
-
Packages that use GraphicsPainter Package Description org.apache.fop.render.afp An AFP Renderer implementation and supporting classes.org.apache.fop.render.intermediate org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances.org.apache.fop.render.pdf PDF Rendererorg.apache.fop.render.ps PostScript Renderer -
-
Uses of GraphicsPainter in org.apache.fop.render.afp
Classes in org.apache.fop.render.afp that implement GraphicsPainter Modifier and Type Class Description private static class
AFPPainter.AFPGraphicsPainter
Fields in org.apache.fop.render.afp declared as GraphicsPainter Modifier and Type Field Description private GraphicsPainter
AFPPainter. graphicsPainter
Constructors in org.apache.fop.render.afp with parameters of type GraphicsPainter Constructor Description AFPBorderPainterAdapter(GraphicsPainter graphicsPainter, AFPPainter painter, AFPDocumentHandler documentHandler)
-
Uses of GraphicsPainter in org.apache.fop.render.intermediate
Fields in org.apache.fop.render.intermediate declared as GraphicsPainter Modifier and Type Field Description private GraphicsPainter
BorderPainter. graphicsPainter
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.java2d
Classes in org.apache.fop.render.java2d that implement GraphicsPainter Modifier and Type Class Description (package private) class
Java2DGraphicsPainter
Fields in org.apache.fop.render.java2d declared as GraphicsPainter Modifier and Type Field Description private GraphicsPainter
Java2DPainter. 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
.Fields in org.apache.fop.render.pdf declared as GraphicsPainter Modifier and Type Field Description private GraphicsPainter
PDFPainter. graphicsPainter
-
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
.Fields in org.apache.fop.render.ps declared as GraphicsPainter Modifier and Type Field Description private GraphicsPainter
PSPainter. graphicsPainter
-