Linux Mac OSX Windows

  
[scriptable, uuid(cb615c0f-8d4a-4e30-9695-a3dd6f4216ee)]
interface nsIDOMSVGComponentTransferFunctionElement : nsIDOMSVGElement

Constants


        
const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0

        
const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1

        
const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2

        
const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3

        
const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4

        
const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5

Attributes


        
readonly attribute nsIDOMSVGAnimatedNumber amplitude

        
readonly attribute nsIDOMSVGAnimatedNumber exponent

        
readonly attribute nsIDOMSVGAnimatedNumber intercept

        
readonly attribute nsIDOMSVGAnimatedNumber offset

        
readonly attribute nsIDOMSVGAnimatedNumber slope

        
readonly attribute nsIDOMSVGAnimatedNumberList tableValues

        
readonly attribute nsIDOMSVGAnimatedEnumeration type