Package com.itextpdf.svg.renderers.path.impl
package com.itextpdf.svg.renderers.path.impl
-
ClassDescriptionThis class handles common behaviour in IPathShape implementationsImplements closePath(Z) attribute of SVG's path element.Implements curveTo(C) attribute of SVG's path element.Implements elliptical curveTo (A) segment of SVG's path element.Implements lineTo(H) attribute of SVG's path elementInterface that describes a Path object which is defined by control points.A locally used strategy for converting relative coordinates to absolute coordinates (in the current SVG coordinate space).Implements lineTo(L) attribute of SVG's path element.Implements moveTo(M) attribute of SVG's path element.The implementation of
IPathShapeMapper
that will be used by sub classes ofPathSvgNodeRenderer
To map the path-data instructions(moveto, lineto, corveto ...) to their respective implementations.Implements quadratic Bezier curveTo(Q) attribute of SVG's path element.Implements shorthand/smooth quadraticCurveTo (T) attribute of SVG's path element.Implements shorthand/smooth curveTo (S) attribute of SVG's path element.Implements lineTo(V) attribute of SVG's path element