Class SVGGeometryElement

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
Direct Known Subclasses:
SVGCircleElement, SVGEllipseElement, SVGLineElement, SVGPathElement, SVGPolygonElement, SVGPolylineElement, SVGRectElement

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

    • SVGGeometryElement

      public SVGGeometryElement()
      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