Package com.itextpdf.svg.renderers.path
Interface IPathShapeMapper
- All Known Implementing Classes:
-
PathShapeMapper
public interface IPathShapeMapper
Interface that will provide a mapping from path element-data instruction names to
IPathShape.
-
Method Summary
Modifier and TypeMethodDescriptionProvides a mapping of Path-data instructions' names to path shape classes.
-
Method Details
-
getMapping
Map<String,IPathShape> getMapping()Provides a mapping of Path-data instructions' names to path shape classes.- Returns:
-
a
Mapwith Strings as keys and {link @IPathShapeimplementations as values
-
getArgumentCount
-