Class SVGFEMorphologyElement

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

    • SVG_MORPHOLOGY_OPERATOR_UNKNOWN

      public static final int SVG_MORPHOLOGY_OPERATOR_UNKNOWN
      The constant SVG_MORPHOLOGY_OPERATOR_UNKNOWN.
      See Also:
    • SVG_MORPHOLOGY_OPERATOR_ERODE

      public static final int SVG_MORPHOLOGY_OPERATOR_ERODE
      The constant SVG_MORPHOLOGY_OPERATOR_ERODE.
      See Also:
    • SVG_MORPHOLOGY_OPERATOR_DILATE

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

    • SVGFEMorphologyElement

      public SVGFEMorphologyElement()
      Creates an instance.
  • Method Details