public class CurveTo extends AbstractPathShape
properties| Constructor and Description |
|---|
CurveTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(com.itextpdf.kernel.pdf.canvas.PdfCanvas canvas)
Draws this instruction to a canvas object.
|
void |
setCoordinates(String[] coordinates) |
getCoordinate, getCoordinates, setPropertiespublic void draw(com.itextpdf.kernel.pdf.canvas.PdfCanvas canvas)
IPathShapecanvas - 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.