| Class | Description |
|---|---|
| AbstractPathShape |
This class handles common behaviour in IPathShape implementations
|
| CurveTo |
Implements curveTo(L) 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 curveTo(L) attribute of SVG's path element
|
| SmoothSCurveTo |
Implements shorthand/smooth curveTo (S) attribute of SVG's path element
|
Copyright © 1998–2018 iText Group NV. All rights reserved.