org.w3c.dom.svg

Interface SVGComponentTransferFunctionElement

public interface SVGComponentTransferFunctionElement extends SVGElement

Field Summary
static shortSVG_FECOMPONENTTRANSFER_TYPE_DISCRETE
static shortSVG_FECOMPONENTTRANSFER_TYPE_GAMMA
static shortSVG_FECOMPONENTTRANSFER_TYPE_IDENTITY
static shortSVG_FECOMPONENTTRANSFER_TYPE_LINEAR
static shortSVG_FECOMPONENTTRANSFER_TYPE_TABLE
static shortSVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN
Method Summary
SVGAnimatedNumbergetAmplitude()
SVGAnimatedNumbergetExponent()
SVGAnimatedNumbergetIntercept()
SVGAnimatedNumbergetOffset()
SVGAnimatedNumbergetSlope()
SVGAnimatedNumberListgetTableValues()
SVGAnimatedEnumerationgetType()

Field Detail

SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE

public static final short SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE

SVG_FECOMPONENTTRANSFER_TYPE_GAMMA

public static final short SVG_FECOMPONENTTRANSFER_TYPE_GAMMA

SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY

public static final short SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY

SVG_FECOMPONENTTRANSFER_TYPE_LINEAR

public static final short SVG_FECOMPONENTTRANSFER_TYPE_LINEAR

SVG_FECOMPONENTTRANSFER_TYPE_TABLE

public static final short SVG_FECOMPONENTTRANSFER_TYPE_TABLE

SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN

public static final short SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN

Method Detail

getAmplitude

public SVGAnimatedNumber getAmplitude()

getExponent

public SVGAnimatedNumber getExponent()

getIntercept

public SVGAnimatedNumber getIntercept()

getOffset

public SVGAnimatedNumber getOffset()

getSlope

public SVGAnimatedNumber getSlope()

getTableValues

public SVGAnimatedNumberList getTableValues()

getType

public SVGAnimatedEnumeration getType()