-
interface
class
Builder for container-like SVG elements.
class
Builder for simple SVG elements.
interface
Provides methods and default implementations for modifying the data set of SVG elements.
interface
Provides methods and default implementations for modifying the style of SVG elements.
class
The SVGCircleElement interface is an interface for the <circle>
element.
class
The SVGEllipseElement interface provides access to the properties of <ellipse>
elements.
class
The SVGGElement interface corresponds to the <g>
element.
class
The SVGLineElement interface provides access to the properties of <line>
elements, as well as methods to manipulate
them.
class
The SVGPathElement interface corresponds to the <path>
element.
class
The SVGPolygonElement interface provides access to the properties of <polygon>
elements, as well as methods to
manipulate them.
class
The SVGRectElement interface provides access to the properties of <rect>
elements, as well as methods to manipulate
them.
class
The SVGTextElement interface corresponds to the <text>
elements.
Creates the specified SVG element.
Returns a builder for the specified SVG container.
Returns a builder for the specified SVG element.
Returns a builder for the existing SVG container.
Returns a builder for the existing SVG element.
SVGElementDataMethods
andSVGElementStyleMethods
.