Class SmoothSCurveTo
java.lang.Object
com.itextpdf.svg.renderers.path.impl.AbstractPathShape
com.itextpdf.svg.renderers.path.impl.CurveTo
com.itextpdf.svg.renderers.path.impl.SmoothSCurveTo
- All Implemented Interfaces:
IControlPointCurve, IPathShape
Implements shorthand/smooth curveTo (S) attribute of SVG's path element.
-
Field Summary
FieldsFields inherited from class AbstractPathShape
context, coordinates, copier, properties, relative -
Constructor Summary
ConstructorsConstructorDescriptionCreates newSmoothSCurveToinstance.SmoothSCurveTo(boolean relative) Creates newSmoothSCurveToinstance. -
Method Summary
Methods inherited from class CurveTo
draw, getLastControlPoint, getPathShapeRectangle, setCoordinatesMethods inherited from class AbstractPathShape
applyTransform, createPoint, draw, getEndingPoint, isRelative, parseHorizontalLength, parseVerticalLength, setContext, setParent, setTransform
-
Field Details
-
ARGUMENT_SIZE
static final int ARGUMENT_SIZE- See Also:
-
-
Constructor Details
-
SmoothSCurveTo
public SmoothSCurveTo()Creates newSmoothSCurveToinstance. -
SmoothSCurveTo
public SmoothSCurveTo(boolean relative) Creates newSmoothSCurveToinstance.- Parameters:
relative-truein case it is a relative operator,falseif it is an absolute operator
-