Package | Description |
---|---|
com.itextpdf.svg.renderers.path | |
com.itextpdf.svg.renderers.path.impl |
Modifier and Type | Method and Description |
---|---|
static IPathShape |
SvgPathShapeFactory.createPathShape(String name)
Creates a configured IPathShape object based on the passed Svg path data instruction tag.
|
Modifier and Type | Method and Description |
---|---|
Map<String,IPathShape> |
IPathShapeMapper.getMapping()
Provides a mapping of Path-data instructions' names to path shape classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPathShape
This class handles common behaviour in IPathShape implementations
|
class |
ClosePath
Implements closePath(Z) attribute of SVG's path element
|
class |
CurveTo
Implements curveTo(C) attribute of SVG's path element
|
class |
EllipticalCurveTo
Implements elliptical curveTo (A) segment of SVG's path element.
|
class |
HorizontalLineTo
Implements lineTo(H) attribute of SVG's path element
|
class |
LineTo
Implements lineTo(L) attribute of SVG's path element
|
class |
MoveTo
Implements moveTo(M) attribute of SVG's path element
|
class |
QuadraticCurveTo
Implements quadratic Bezier curveTo(Q) attribute of SVG's path element
|
class |
QuadraticSmoothCurveTo
Implements shorthand/smooth quadraticCurveTo (T) attribute of SVG's path element
|
class |
SmoothSCurveTo
Implements shorthand/smooth curveTo (S) attribute of SVG's path element
|
class |
VerticalLineTo
Implements lineTo(V) attribute of SVG's path element
|
Modifier and Type | Method and Description |
---|---|
Map<String,IPathShape> |
PathShapeMapper.getMapping() |
Copyright © 1998–2023 iText Group NV. All rights reserved.