public class HorizontalLineTo extends LineTo
context, coordinates, copier, properties, relative| Constructor and Description |
|---|
HorizontalLineTo()
Creates an absolute Horizontal LineTo.
|
HorizontalLineTo(boolean relative)
Creates a Horizontal LineTo.
|
| Modifier and Type | Method and Description |
|---|---|
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 HorizontalLineTo()
public HorizontalLineTo(boolean relative)
relative - whether this is a relative HorizontalLineTo or notpublic void setCoordinates(String[] inputCoordinates, com.itextpdf.kernel.geom.Point startPoint)
IPathShapesetCoordinates in interface IPathShapesetCoordinates in class LineToinputCoordinates - 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.