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
Fields inherited from class com.itextpdf.svg.renderers.path.impl.AbstractPathShape
coordinates, copier, properties, relative
-
Constructor Summary
-
Method Summary
Methods inherited from class com.itextpdf.svg.renderers.path.impl.CurveTo
draw, getLastControlPoint, getPathShapeRectangle, setCoordinates
Methods inherited from class com.itextpdf.svg.renderers.path.impl.AbstractPathShape
createPoint, getEndingPoint, isRelative
-
Constructor Details
-
SmoothSCurveTo
public SmoothSCurveTo() -
SmoothSCurveTo
public SmoothSCurveTo(boolean relative)
-