public class PathShapeMapper extends Object implements IPathShapeMapper
IPathShapeMapper that will be used by sub classes of PathSvgNodeRenderer To map the path-data instructions(moveto, lineto, corveto ...) to their respective implementations.
| Constructor and Description |
|---|
PathShapeMapper() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
getArgumentCount() |
Map<String,IPathShape> |
getMapping()
Provides a mapping of Path-data instructions' names to path shape classes.
|
public Map<String,IPathShape> getMapping()
IPathShapeMapper
getMapping in interface IPathShapeMapper
Map with Strings as keys and {link @IPathShape implementations as values
public Map<String,Integer> getArgumentCount()
getArgumentCount in interface IPathShapeMapper
Copyright © 1998–2019 iText Group NV. All rights reserved.