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()
Provides a mapping of SVG path element's path-data instruction name to the appropriate number of arguments
for a path command, based on this passed SVG path data instruction tag.
|
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 IPathShape implementations as valuespublic Map<String,Integer> getArgumentCount()
IPathShapeMappergetArgumentCount in interface IPathShapeMapperMap with Strings as keys and Integers as valuesCopyright © 1998–2025 Apryse Group NV. All rights reserved.