Class SVGFEDisplacementMapElement

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

    • SVG_CHANNEL_UNKNOWN

      public static final int SVG_CHANNEL_UNKNOWN
      The constant SVG_CHANNEL_UNKNOWN.
      See Also:
    • SVG_CHANNEL_R

      public static final int SVG_CHANNEL_R
      The constant SVG_CHANNEL_R.
      See Also:
    • SVG_CHANNEL_G

      public static final int SVG_CHANNEL_G
      The constant SVG_CHANNEL_G.
      See Also:
    • SVG_CHANNEL_B

      public static final int SVG_CHANNEL_B
      The constant SVG_CHANNEL_B.
      See Also:
    • SVG_CHANNEL_A

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

    • SVGFEDisplacementMapElement

      public SVGFEDisplacementMapElement()
      Creates an instance.
  • Method Details