public class QuadraticCurveTo extends AbstractPathShape
properties| Constructor and Description |
|---|
QuadraticCurveTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(com.itextpdf.kernel.pdf.canvas.PdfCanvas canvas)
Draws a quadratic Bézier curve from the current point to (x,y) using (x1,y1) as the control point
|
void |
setCoordinates(String[] coordinates) |
getCoordinate, getCoordinates, setPropertiespublic void draw(com.itextpdf.kernel.pdf.canvas.PdfCanvas canvas)
canvas - to which this instruction is drawnpublic void setCoordinates(String[] coordinates)
coordinates - an array containing point values for path coordinates
This method Mapps point attributes to their respective valuesCopyright © 1998–2018 iText Group NV. All rights reserved.