public class MoveTo extends AbstractPathShape
context, coordinates, copier, properties, relative| Constructor and Description |
|---|
MoveTo()
Creates new
MoveTo instance. |
MoveTo(boolean relative)
Creates new
MoveTo 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 MoveTo()
MoveTo instance.public MoveTo(boolean relative)
MoveTo 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.