Interface | Description |
---|---|
IControlPointCurve |
Interface that describes a Path object which is defined by control points.
|
IOperatorConverter |
A locally used strategy for converting relative coordinates to absolute coordinates (in the current SVG coordinate space).
|
Class | Description |
---|---|
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
|
EllipticalCurveTo |
Implements elliptical curveTo (A) segment 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 |
Implements quadratic Bezier curveTo(Q) attribute of SVG's path element
|
QuadraticSmoothCurveTo |
Implements shorthand/smooth quadraticCurveTo (T) attribute of SVG's path element
|
SmoothSCurveTo |
Implements shorthand/smooth curveTo (S) attribute of SVG's path element
|
VerticalLineTo |
Implements lineTo(V) attribute of SVG's path element
|
Copyright © 1998–2022 iText Group NV. All rights reserved.