Class QuadraticSmoothCurveTo
java.lang.Object
com.itextpdf.svg.renderers.path.impl.AbstractPathShape
com.itextpdf.svg.renderers.path.impl.QuadraticCurveTo
com.itextpdf.svg.renderers.path.impl.QuadraticSmoothCurveTo
- All Implemented Interfaces:
IControlPointCurve
,IPathShape
Implements shorthand/smooth quadraticCurveTo (T) attribute of SVG's path element
-
Field Summary
FieldsFields inherited from class com.itextpdf.svg.renderers.path.impl.AbstractPathShape
coordinates, copier, properties, relative
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.itextpdf.svg.renderers.path.impl.QuadraticCurveTo
draw, getLastControlPoint, getPathShapeRectangle, setCoordinates
Methods inherited from class com.itextpdf.svg.renderers.path.impl.AbstractPathShape
createPoint, getEndingPoint, isRelative
-
Field Details
-
ARGUMENT_SIZE
static final int ARGUMENT_SIZE- See Also:
-
-
Constructor Details
-
QuadraticSmoothCurveTo
public QuadraticSmoothCurveTo() -
QuadraticSmoothCurveTo
public QuadraticSmoothCurveTo(boolean relative)
-