Class SVGElement

All Implemented Interfaces:
EventTarget
Direct Known Subclasses:
SVGCircleElement, SVGEllipseElement, SVGGElement, SVGLineElement, SVGPathElement, SVGPolygonElement, SVGRectElement, SVGTextElement

@JsType(isNative=true, namespace="<global>") public class SVGElement extends Element
All the SVG DOM interfaces that correspond directly to elements in the SVG language derive from the SVGElement interface.
See Also:
  • Field Details

  • Constructor Details

    • SVGElement

      public SVGElement()