Dart API Referencedart:htmlSVGComponentTransferFunctionElement

SVGComponentTransferFunctionElement Interface

Extends

SVGElement

Subinterfaces

SVGFEFuncAElement, SVGFEFuncBElement, SVGFEFuncGElement, SVGFEFuncRElement

Static Fields

Code final int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE #

static final int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3;

Code final int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA #

static final int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5;

Code final int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY #

static final int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1;

Code final int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR #

static final int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4;

Code final int SVG_FECOMPONENTTRANSFER_TYPE_TABLE #

static final int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2;

Code final int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN #

static final int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0;

Fields

Code final SVGAnimatedNumber amplitude #

final SVGAnimatedNumber amplitude;

Code final SVGAnimatedNumber exponent #

final SVGAnimatedNumber exponent;

Code final SVGAnimatedNumber intercept #

final SVGAnimatedNumber intercept;

Code final SVGAnimatedNumber offset #

final SVGAnimatedNumber offset;

Code final SVGAnimatedNumber slope #

final SVGAnimatedNumber slope;

Code final SVGAnimatedNumberList tableValues #

final SVGAnimatedNumberList tableValues;

Code final SVGAnimatedEnumeration type #

final SVGAnimatedEnumeration type;