Uses of Class
org.apache.fop.afp.AbstractAFPPainter
-
Packages that use AbstractAFPPainter Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. -
-
Uses of AbstractAFPPainter in org.apache.fop.afp
Subclasses of AbstractAFPPainter in org.apache.fop.afp Modifier and Type Class Description classAFPBorderPainterHandles the drawing of borders/lines in AFPclassAFPDitheredRectanglePainterA painter of rectangles in AFPclassAFPRectanglePainterA painter of rectangles in AFP -
Uses of AbstractAFPPainter in org.apache.fop.render.afp
Fields in org.apache.fop.render.afp declared as AbstractAFPPainter Modifier and Type Field Description private AbstractAFPPainterAFPPainter. rectanglePainterthe rectangle painterMethods in org.apache.fop.render.afp that return AbstractAFPPainter Modifier and Type Method Description (package private) AbstractAFPPainterAFPDocumentHandler. createRectanglePainter()
-