Class SVGFECompositeElement

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

      • SVG_FECOMPOSITE_OPERATOR_UNKNOWN

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

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

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

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

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

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

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

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

      • SVGFECompositeElement

        public SVGFECompositeElement()
        Creates an instance.
    • Method Detail