Package org.apache.fop.render.pdf
Class PDFGraphicsPainter.PDFContentGeneratorHelper
java.lang.Object
org.apache.fop.render.pdf.PDFGraphicsPainter.PDFContentGeneratorHelper
- Enclosing class:
PDFGraphicsPainter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidadd(StringBuilder args, String op) private voidaddLine(StringBuilder args, String op) clip()private StringBuildercreateArgs(float... args) private StringBuildercreateArgs(String... args) cubicBezierTo(int p1x, int p1y, int p2x, int p2y, int p3x, int p3y) fillRect(int xStart, int yStart, int xEnd, int yEnd) lineTo(int x, int y) moveTo(int x, int y) setDashLine(float first, float... rest) setFillColor(Color col) setLineWidth(float width) strokeLine(float xStart, float yStart, float xEnd, float yEnd) transformCoordinates(int a, int b, int c, int d, int e, int f) transformCoordinatesLine(int a, int b, int c, int d, int e, int f) transformFloatCoordinates(float a, float b, float c, float d, float e, float f)
-
Field Details
-
generator
-
-
Constructor Details
-
PDFContentGeneratorHelper
-
-
Method Details
-
moveTo
-
lineTo
-
cubicBezierTo
public PDFGraphicsPainter.PDFContentGeneratorHelper cubicBezierTo(int p1x, int p1y, int p2x, int p2y, int p3x, int p3y) -
closePath
-
clip
-
clipRect
-
saveGraphicsState
-
restoreGraphicsState
-
setSolidLine
-
setRoundCap
-
strokeLine
public PDFGraphicsPainter.PDFContentGeneratorHelper strokeLine(float xStart, float yStart, float xEnd, float yEnd) -
fillRect
public PDFGraphicsPainter.PDFContentGeneratorHelper fillRect(int xStart, int yStart, int xEnd, int yEnd) -
fillRidge
public PDFGraphicsPainter.PDFContentGeneratorHelper fillRidge(RuleStyle style, int xStart, int yStart, int xEnd, int yEnd, int half) -
setLineWidth
-
setDashLine
-
setColor
-
setFillColor
-
transformFloatCoordinates
public PDFGraphicsPainter.PDFContentGeneratorHelper transformFloatCoordinates(float a, float b, float c, float d, float e, float f) -
transformCoordinates
public PDFGraphicsPainter.PDFContentGeneratorHelper transformCoordinates(int a, int b, int c, int d, int e, int f) -
transformCoordinatesLine
public PDFGraphicsPainter.PDFContentGeneratorHelper transformCoordinatesLine(int a, int b, int c, int d, int e, int f) -
add
-
add
-
addLine
-
addLine
-
add
-
addLine
-
createArgs
-
createArgs
-
add
-
addLine
-