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 classAFPPainter.AFPGraphicsPainterFields in org.apache.fop.render.afp declared as GraphicsPainter Modifier and Type Field Description private GraphicsPainterAFPPainter. graphicsPainterConstructors 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 GraphicsPainterBorderPainter. graphicsPainterConstructors 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) classJava2DGraphicsPainterFields in org.apache.fop.render.java2d declared as GraphicsPainter Modifier and Type Field Description private GraphicsPainterJava2DPainter. 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 classPDFGraphicsPainterPDF-specific implementation of theGraphicsPainter.Fields in org.apache.fop.render.pdf declared as GraphicsPainter Modifier and Type Field Description private GraphicsPainterPDFPainter. 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 classPSGraphicsPainterPostScript-specific implementation of theBorderPainter.Fields in org.apache.fop.render.ps declared as GraphicsPainter Modifier and Type Field Description private GraphicsPainterPSPainter. graphicsPainter
-