Uses of Interface
com.itextpdf.svg.renderers.path.IPathShapeMapper
-
Packages that use IPathShapeMapper Package Description com.itextpdf.svg.renderers.path.impl -
-
Uses of IPathShapeMapper in com.itextpdf.svg.renderers.path.impl
Classes in com.itextpdf.svg.renderers.path.impl that implement IPathShapeMapper Modifier and Type Class Description class
PathShapeMapper
The implementation ofIPathShapeMapper
that will be used by sub classes ofPathSvgNodeRenderer
To map the path-data instructions(moveto, lineto, corveto ...) to their respective implementations.
-