Class SVGGElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    • Constructor Detail

      • SVGGElement

        public SVGGElement()
        Creates an instance.
    • Method Detail

      • 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