org.w3c.dom.svg

Interface SVGFEBlendElement

public interface SVGFEBlendElement extends SVGElement, SVGFilterPrimitiveStandardAttributes

Field Summary
static shortSVG_FEBLEND_MODE_DARKEN
static shortSVG_FEBLEND_MODE_LIGHTEN
static shortSVG_FEBLEND_MODE_MULTIPLY
static shortSVG_FEBLEND_MODE_NORMAL
static shortSVG_FEBLEND_MODE_SCREEN
static shortSVG_FEBLEND_MODE_UNKNOWN
Method Summary
SVGAnimatedStringgetIn1()
SVGAnimatedStringgetIn2()
SVGAnimatedEnumerationgetMode()

Field Detail

SVG_FEBLEND_MODE_DARKEN

public static final short SVG_FEBLEND_MODE_DARKEN

SVG_FEBLEND_MODE_LIGHTEN

public static final short SVG_FEBLEND_MODE_LIGHTEN

SVG_FEBLEND_MODE_MULTIPLY

public static final short SVG_FEBLEND_MODE_MULTIPLY

SVG_FEBLEND_MODE_NORMAL

public static final short SVG_FEBLEND_MODE_NORMAL

SVG_FEBLEND_MODE_SCREEN

public static final short SVG_FEBLEND_MODE_SCREEN

SVG_FEBLEND_MODE_UNKNOWN

public static final short SVG_FEBLEND_MODE_UNKNOWN

Method Detail

getIn1

public SVGAnimatedString getIn1()

getIn2

public SVGAnimatedString getIn2()

getMode

public SVGAnimatedEnumeration getMode()