| AbstractPathShape |
This class handles common behaviour in IPathShape implementations
|
| ClosePath |
Implements closePath(Z) attribute of SVG's path element.
|
| CurveTo |
Implements curveTo(C) attribute of SVG's path element.
|
| DefaultOperatorConverter |
Default implementation of IOperatorConverter used by the regular (not-smooth) curves and other path commands.
|
| EllipticalCurveTo |
Implements elliptical curveTo (A) segment of SVG's path element.
|
| EllipticalCurveTo.EllipseArc |
Converts between two types of definitions of an arc:
The input is an arc defined by two points and the two semi-axes of the ellipse.
|
| HorizontalLineTo |
Implements lineTo(H) attribute of SVG's path element
|
| LineTo |
Implements lineTo(L) attribute of SVG's path element.
|
| MoveTo |
Implements moveTo(M) attribute of SVG's path element.
|
| PathShapeMapper |
The implementation of IPathShapeMapper that will be used by
sub classes of PathSvgNodeRenderer To map the path-data
instructions(moveto, lineto, corveto ...) to their respective implementations.
|
| QuadraticCurveTo |
Implements quadratic Bezier curveTo(Q) attribute of SVG's path element.
|
| QuadraticSmoothCurveTo |
Implements shorthand/smooth quadraticCurveTo (T) attribute of SVG's path element.
|
| SmoothOperatorConverter |
|
| SmoothSCurveTo |
Implements shorthand/smooth curveTo (S) attribute of SVG's path element.
|
| VerticalLineTo |
Implements lineTo(V) attribute of SVG's path element
|