Class SVGSVGElement

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 SVGSVGElement extends SVGGraphicsElement
A JavaScript object for SVGSVGElement.
See Also:
  • Field Details

    • SVG_ZOOMANDPAN_UNKNOWN

      public static final int SVG_ZOOMANDPAN_UNKNOWN
      The constant SVG_ZOOMANDPAN_UNKNOWN.
      See Also:
    • SVG_ZOOMANDPAN_DISABLE

      public static final int SVG_ZOOMANDPAN_DISABLE
      The constant SVG_ZOOMANDPAN_DISABLE.
      See Also:
    • SVG_ZOOMANDPAN_MAGNIFY

      public static final int SVG_ZOOMANDPAN_MAGNIFY
      The constant SVG_ZOOMANDPAN_MAGNIFY.
      See Also:
  • Constructor Details

    • SVGSVGElement

      public SVGSVGElement()
      Creates an instance.
  • Method Details

    • jsConstructor

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

      public SVGMatrix createSVGMatrix()
      Creates a new SVGMatrix.
      Returns:
      the new matrix
    • getScreenCTM

      public SVGMatrix getScreenCTM()
      Creates a new SVGMatrix.
      Returns:
      the new matrix
    • createSVGRect

      public SVGRect createSVGRect()
      Creates a new SVGRect.
      Returns:
      the new rect