Package | Description |
---|---|
com.aspose.html.dom.svg | |
com.aspose.html.dom.svg.paths |
Modifier and Type | Method and Description |
---|---|
SVGPathSegList |
SVGCircleElement.equivalentPath() |
SVGPathSegList |
SVGEllipseElement.equivalentPath() |
SVGPathSegList |
SVGGeometryElement.equivalentPath() |
SVGPathSegList |
SVGLineElement.equivalentPath() |
SVGPathSegList |
SVGPathElement.equivalentPath() |
SVGPathSegList |
SVGPolygonElement.equivalentPath() |
SVGPathSegList |
SVGPolylineElement.equivalentPath() |
SVGPathSegList |
SVGRectElement.equivalentPath() |
SVGPathSegList |
SVGPathElement.getAnimatedPathSegList()
Provides access to the current animated contents of the ‘d’ attribute in a form which matches one-for-one with SVG's syntax.
|
SVGPathSegList |
SVGPathElement.getPathSegList()
Provides access to the base (i.e., static) contents of the ‘d’ attribute in a form which matches one-for-one with SVG's syntax.
|
Modifier and Type | Method and Description |
---|---|
SVGPathSegList |
ISVGAnimatedPathData.getAnimatedPathSegList()
Provides access to the current animated contents of the ‘d’ attribute in a form which matches one-for-one with SVG's syntax.
|
SVGPathSegList |
ISVGAnimatedPathData.getPathSegList()
Provides access to the base (i.e., static) contents of the ‘d’ attribute in a form which matches one-for-one with SVG's syntax.
|