Class SVGFEMorphologyElement

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

      • SVG_MORPHOLOGY_OPERATOR_UNKNOWN

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

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

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

      • SVGFEMorphologyElement

        public SVGFEMorphologyElement()
        Creates an instance.
    • Method Detail