org.w3c.dom.svg

Interface SVGFECompositeElement

public interface SVGFECompositeElement extends SVGElement, SVGFilterPrimitiveStandardAttributes

Field Summary
static shortSVG_FECOMPOSITE_OPERATOR_ARITHMETIC
static shortSVG_FECOMPOSITE_OPERATOR_ATOP
static shortSVG_FECOMPOSITE_OPERATOR_IN
static shortSVG_FECOMPOSITE_OPERATOR_OUT
static shortSVG_FECOMPOSITE_OPERATOR_OVER
static shortSVG_FECOMPOSITE_OPERATOR_UNKNOWN
static shortSVG_FECOMPOSITE_OPERATOR_XOR
Method Summary
SVGAnimatedStringgetIn1()
SVGAnimatedStringgetIn2()
SVGAnimatedNumbergetK1()
SVGAnimatedNumbergetK2()
SVGAnimatedNumbergetK3()
SVGAnimatedNumbergetK4()
SVGAnimatedEnumerationgetOperator()

Field Detail

SVG_FECOMPOSITE_OPERATOR_ARITHMETIC

public static final short SVG_FECOMPOSITE_OPERATOR_ARITHMETIC

SVG_FECOMPOSITE_OPERATOR_ATOP

public static final short SVG_FECOMPOSITE_OPERATOR_ATOP

SVG_FECOMPOSITE_OPERATOR_IN

public static final short SVG_FECOMPOSITE_OPERATOR_IN

SVG_FECOMPOSITE_OPERATOR_OUT

public static final short SVG_FECOMPOSITE_OPERATOR_OUT

SVG_FECOMPOSITE_OPERATOR_OVER

public static final short SVG_FECOMPOSITE_OPERATOR_OVER

SVG_FECOMPOSITE_OPERATOR_UNKNOWN

public static final short SVG_FECOMPOSITE_OPERATOR_UNKNOWN

SVG_FECOMPOSITE_OPERATOR_XOR

public static final short SVG_FECOMPOSITE_OPERATOR_XOR

Method Detail

getIn1

public SVGAnimatedString getIn1()

getIn2

public SVGAnimatedString getIn2()

getK1

public SVGAnimatedNumber getK1()

getK2

public SVGAnimatedNumber getK2()

getK3

public SVGAnimatedNumber getK3()

getK4

public SVGAnimatedNumber getK4()

getOperator

public SVGAnimatedEnumeration getOperator()