public class VerticalLineTo extends LineTo
coordinates, copier, properties, relative| Constructor and Description |
|---|
VerticalLineTo()
Creates an absolute Vertical LineTo.
|
VerticalLineTo(boolean relative)
Creates a Vertical LineTo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCoordinates(String[] inputCoordinates, Point startPoint)
This method sets the coordinates for the path painting operator and does internal preprocessing, if necessary
|
createPoint, getEndingPoint, isRelativepublic VerticalLineTo()
public VerticalLineTo(boolean relative)
relative - whether this is a relative VerticalLineTo or not
public void setCoordinates(String[] inputCoordinates, Point startPoint)
IPathShape
setCoordinates in interface IPathShape
setCoordinates in class LineTo
inputCoordinates - an array containing point values for path coordinates
startPoint - the ending point of the previous operator, or, in broader terms, the point that the coordinates should be absolutized against, for relative operators
Copyright © 1998–2019 iText Group NV. All rights reserved.