Class SVGViewElement

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 SVGViewElement extends SVGElement
A JavaScript object for SVGViewElement.
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

    • SVGViewElement

      public SVGViewElement()
      Creates an instance.
  • Method Details