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