Module org.htmlunit

Class SVGGraphicsElement

java.lang.Object
org.htmlunit.corejs.javascript.SlotMapOwner<org.htmlunit.corejs.javascript.Scriptable>
All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.PropHolder<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable
Direct Known Subclasses:
SVGAElement, SVGDefsElement, SVGForeignObjectElement, SVGGElement, SVGGeometryElement, SVGImageElement, SVGSVGElement, SVGSwitchElement, SVGSymbolElement, SVGTextContentElement, SVGUseElement

public class SVGGraphicsElement extends SVGElement
JavaScript host object for SVGGraphicsElement.
Author:
Ahmed Ashour, Ronald Brill
See Also:
  • Constructor Details

    • SVGGraphicsElement

      public SVGGraphicsElement()
  • Method Details

    • jsConstructor

      public void jsConstructor()
      Creates an instance of this object.
      Overrides:
      jsConstructor in class SVGElement