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()
IPathShapeMappergetMapping in interface IPathShapeMapperMap with Strings as keys and {link @IPathShape
implementations as valuespublic Map<String,Integer> getArgumentCount()
getArgumentCount in interface IPathShapeMapperCopyright © 1998–2019 iText Group NV. All rights reserved.