Class SVGGElement

All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class SVGGElement extends SVGGraphicsElement
A JavaScript object for SVGGElement.
See Also:
  • Constructor Details

    • SVGGElement

      public SVGGElement()
      Creates an instance.
  • Method Details

    • jsConstructor

      public void jsConstructor()
      Creates an instance.
      Overrides:
      jsConstructor in class SVGGraphicsElement
    • getBBox

      public SVGRect getBBox()
      Returns the bounding box, in current user space, of the geometry of all contained graphics elements.
      Overrides:
      getBBox in class SVGElement
      Returns:
      the bounding box