Class SVGFECompositeElement

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

    • SVG_FECOMPOSITE_OPERATOR_UNKNOWN

      public static final int SVG_FECOMPOSITE_OPERATOR_UNKNOWN
      The constant SVG_FECOMPOSITE_OPERATOR_UNKNOWN.
      See Also:
    • SVG_FECOMPOSITE_OPERATOR_OVER

      public static final int SVG_FECOMPOSITE_OPERATOR_OVER
      The constant SVG_FECOMPOSITE_OPERATOR_OVER.
      See Also:
    • SVG_FECOMPOSITE_OPERATOR_IN

      public static final int SVG_FECOMPOSITE_OPERATOR_IN
      The constant SVG_FECOMPOSITE_OPERATOR_IN.
      See Also:
    • SVG_FECOMPOSITE_OPERATOR_OUT

      public static final int SVG_FECOMPOSITE_OPERATOR_OUT
      The constant SVG_FECOMPOSITE_OPERATOR_OUT.
      See Also:
    • SVG_FECOMPOSITE_OPERATOR_ATOP

      public static final int SVG_FECOMPOSITE_OPERATOR_ATOP
      The constant SVG_FECOMPOSITE_OPERATOR_ATOP.
      See Also:
    • SVG_FECOMPOSITE_OPERATOR_XOR

      public static final int SVG_FECOMPOSITE_OPERATOR_XOR
      The constant SVG_FECOMPOSITE_OPERATOR_XOR.
      See Also:
    • SVG_FECOMPOSITE_OPERATOR_ARITHMETIC

      public static final int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC
      The constant SVG_FECOMPOSITE_OPERATOR_ARITHMETIC.
      See Also:
    • SVG_FECOMPOSITE_OPERATOR_LIGHTER

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

    • SVGFECompositeElement

      public SVGFECompositeElement()
      Creates an instance.
  • Method Details