Uses of Class
org.apache.fop.render.pdf.PDFGraphicsPainter.PDFContentGeneratorHelper
Packages that use PDFGraphicsPainter.PDFContentGeneratorHelper
-
Uses of PDFGraphicsPainter.PDFContentGeneratorHelper in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFGraphicsPainter.PDFContentGeneratorHelperModifier and TypeFieldDescriptionprivate final PDFGraphicsPainter.PDFContentGeneratorHelper
PDFGraphicsPainter.generator
Methods in org.apache.fop.render.pdf that return PDFGraphicsPainter.PDFContentGeneratorHelperModifier and TypeMethodDescriptionPDFGraphicsPainter.PDFContentGeneratorHelper.clip()
PDFGraphicsPainter.PDFContentGeneratorHelper.closePath()
PDFGraphicsPainter.PDFContentGeneratorHelper.cubicBezierTo
(int p1x, int p1y, int p2x, int p2y, int p3x, int p3y) PDFGraphicsPainter.PDFContentGeneratorHelper.fillRect
(int xStart, int yStart, int xEnd, int yEnd) PDFGraphicsPainter.PDFContentGeneratorHelper.fillRidge
(RuleStyle style, int xStart, int yStart, int xEnd, int yEnd, int half) PDFGraphicsPainter.PDFContentGeneratorHelper.lineTo
(int x, int y) PDFGraphicsPainter.PDFContentGeneratorHelper.moveTo
(int x, int y) PDFGraphicsPainter.PDFContentGeneratorHelper.restoreGraphicsState()
PDFGraphicsPainter.PDFContentGeneratorHelper.saveGraphicsState()
PDFGraphicsPainter.PDFContentGeneratorHelper.setDashLine
(float first, float... rest) PDFGraphicsPainter.PDFContentGeneratorHelper.setFillColor
(Color col) PDFGraphicsPainter.PDFContentGeneratorHelper.setLineWidth
(float width) PDFGraphicsPainter.PDFContentGeneratorHelper.setRoundCap()
PDFGraphicsPainter.PDFContentGeneratorHelper.setSolidLine()
PDFGraphicsPainter.PDFContentGeneratorHelper.strokeLine
(float xStart, float yStart, float xEnd, float yEnd) PDFGraphicsPainter.PDFContentGeneratorHelper.transformCoordinates
(int a, int b, int c, int d, int e, int f) PDFGraphicsPainter.PDFContentGeneratorHelper.transformCoordinatesLine
(int a, int b, int c, int d, int e, int f) PDFGraphicsPainter.PDFContentGeneratorHelper.transformFloatCoordinates
(float a, float b, float c, float d, float e, float f)