Module org.htmlunit

Class SVGMaskElement

java.lang.Object
org.htmlunit.corejs.javascript.SlotMapOwner<org.htmlunit.corejs.javascript.Scriptable>
All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.PropHolder<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class SVGMaskElement extends SVGElement
A JavaScript object for SVGMaskElement.
Author:
Ahmed Ashour, Ronald Brill
See Also:
  • Field Details

    • SVG_MASKTYPE_LUMINANCE

      public static final int SVG_MASKTYPE_LUMINANCE
      Constant for SVG_MASKTYPE_LUMINANCE.
      See Also:
    • SVG_MASKTYPE_ALPHA

      public static final int SVG_MASKTYPE_ALPHA
      Constant for SVG_MASKTYPE_ALPHA.
      See Also:
  • Constructor Details

    • SVGMaskElement

      public SVGMaskElement()
  • Method Details