public class LineTo extends AbstractPathShape
context, coordinates, copier, properties, relative| Constructor and Description |
|---|
LineTo()
Creates new
LineTo instance. |
LineTo(boolean relative)
Creates new
LineTo instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
draw()
Draws this instruction to a canvas object.
|
void |
setCoordinates(String[] inputCoordinates,
com.itextpdf.kernel.geom.Point startPoint)
This method sets the coordinates for the path painting operator and does internal
preprocessing, if necessary
|
createPoint, draw, getEndingPoint, getPathShapeRectangle, isRelative, parseHorizontalLength, parseVerticalLength, setContext, setParent, setTransformpublic LineTo()
LineTo instance.public LineTo(boolean relative)
LineTo instance.relative - true in case it is a relative operator, false if it is an absolute operatorpublic void draw()
AbstractPathShapedraw in class AbstractPathShapepublic void setCoordinates(String[] inputCoordinates, com.itextpdf.kernel.geom.Point startPoint)
IPathShapeinputCoordinates - an array containing point values for path coordinatesstartPoint - the ending point of the previous operator, or, in broader terms,
the point that the coordinates should be absolutized against, for relative operatorsCopyright © 1998–2025 Apryse Group NV. All rights reserved.