public interface IPathShape
| Modifier and Type | Method and Description |
|---|---|
void |
draw(com.itextpdf.kernel.pdf.canvas.PdfCanvas canvas)
Draws this instruction to a canvas object.
|
Map<String,String> |
getCoordinates() |
void |
setCoordinates(String[] coordinates) |
void |
setProperties(Map<String,String> properties)
Sets the map of attributes that this path instruction needs.
|
void draw(com.itextpdf.kernel.pdf.canvas.PdfCanvas canvas)
canvas - to which this instruction is drawnvoid setProperties(Map<String,String> properties)
properties - maps key names to values.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.