Class SVGViewElement

  • 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 SVGViewElement
    extends SVGElement
    A JavaScript object for SVGViewElement.
    See Also:
    Serialized Form
    • Field Detail

      • SVG_ZOOMANDPAN_UNKNOWN

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

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

        public static final int SVG_ZOOMANDPAN_MAGNIFY
        The constant SVG_ZOOMANDPAN_MAGNIFY.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SVGViewElement

        public SVGViewElement()
        Creates an instance.
    • Method Detail