org.w3c.dom.svg
public interface SVGFECompositeElement extends SVGElement, SVGFilterPrimitiveStandardAttributes
Field Summary | |
---|---|
static short | SVG_FECOMPOSITE_OPERATOR_ARITHMETIC |
static short | SVG_FECOMPOSITE_OPERATOR_ATOP |
static short | SVG_FECOMPOSITE_OPERATOR_IN |
static short | SVG_FECOMPOSITE_OPERATOR_OUT |
static short | SVG_FECOMPOSITE_OPERATOR_OVER |
static short | SVG_FECOMPOSITE_OPERATOR_UNKNOWN |
static short | SVG_FECOMPOSITE_OPERATOR_XOR |