org.w3c.dom.svg
public interface SVGFEBlendElement extends SVGElement, SVGFilterPrimitiveStandardAttributes
| Field Summary | |
|---|---|
| static short | SVG_FEBLEND_MODE_DARKEN |
| static short | SVG_FEBLEND_MODE_LIGHTEN |
| static short | SVG_FEBLEND_MODE_MULTIPLY |
| static short | SVG_FEBLEND_MODE_NORMAL |
| static short | SVG_FEBLEND_MODE_SCREEN |
| static short | SVG_FEBLEND_MODE_UNKNOWN |
| Method Summary | |
|---|---|
| SVGAnimatedString | getIn1() |
| SVGAnimatedString | getIn2() |
| SVGAnimatedEnumeration | getMode() |