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 elementImplements curveTo(C) attribute of SVG's path elementImplements 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 elementImplements moveTo(M) attribute of SVG's path elementThe 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 elementImplements shorthand/smooth quadraticCurveTo (T) attribute of SVG's path elementImplements shorthand/smooth curveTo (S) attribute of SVG's path elementImplements lineTo(V) attribute of SVG's path element