public class SvgPathShapeFactory extends Object
IPathShape objects.| Modifier and Type | Method and Description |
|---|---|
static IPathShape |
createPathShape(String name)
Creates a configured
IPathShape object based on the passed Svg path data instruction tag. |
static int |
getArgumentCount(String name)
Finds the appropriate number of arguments for a path command, based on the passed Svg path data instruction tag.
|
public static IPathShape createPathShape(String name)
IPathShape object based on the passed Svg path data instruction tag.name - svg path element's path-data instruction name.public static int getArgumentCount(String name)
name - svg path element's path-data instruction name.Copyright © 1998–2025 Apryse Group NV. All rights reserved.