WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMSVGFECompositeElement

IID:6FF3C539-1A3B-4a3f-8ACD-354D349EB7FC
Inherits From:nsIDOMSVGFilterPrimitiveStandardAttributes

Constants

PRUint16 SVG_OPERATOR_UNKNOWN = 0
PRUint16 SVG_OPERATOR_OVER = 1
PRUint16 SVG_OPERATOR_IN = 2
PRUint16 SVG_OPERATOR_OUT = 3
PRUint16 SVG_OPERATOR_ATOP = 4
PRUint16 SVG_OPERATOR_XOR = 5
PRUint16 SVG_OPERATOR_ARITHMETIC = 6

Properties

readonly nsIDOMSVGAnimatedString in1

readonly nsIDOMSVGAnimatedString in2

readonly nsIDOMSVGAnimatedNumber k1

readonly nsIDOMSVGAnimatedNumber k2

readonly nsIDOMSVGAnimatedNumber k3

readonly nsIDOMSVGAnimatedNumber k4

readonly nsIDOMSVGAnimatedEnumeration operator


Methods

void setK ( float k1 , float k2 , float k3 , float k4 )

void setK ( float k1 , float k2 , float k3 , float k4 )

Arguments:
k1
k2
k3
k4

Reference documentation is generated from Mozilla's source.