public class SVGComponentTransferFunctionElement extends SVGElement
| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedNumber |
amplitude |
SVGAnimatedNumber |
exponent |
SVGAnimatedNumber |
intercept |
SVGAnimatedNumber |
offset |
SVGAnimatedNumber |
slope |
static double |
SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE |
static double |
SVG_FECOMPONENTTRANSFER_TYPE_GAMMA |
static double |
SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY |
static double |
SVG_FECOMPONENTTRANSFER_TYPE_LINEAR |
static double |
SVG_FECOMPONENTTRANSFER_TYPE_TABLE |
static double |
SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN |
SVGAnimatedNumberList |
tableValues |
SVGAnimatedEnumeration |
type |
className, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGComponentTransferFunctionElement() |
public static final double SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE
public static final double SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
public static final double SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY
public static final double SVG_FECOMPONENTTRANSFER_TYPE_LINEAR
public static final double SVG_FECOMPONENTTRANSFER_TYPE_TABLE
public static final double SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN
public SVGAnimatedNumber amplitude
public SVGAnimatedNumber exponent
public SVGAnimatedNumber intercept
public SVGAnimatedNumber offset
public SVGAnimatedNumber slope
public SVGAnimatedNumberList tableValues
public SVGAnimatedEnumeration type