| OLD | NEW |
| (Empty) |
| 1 | |
| 2 class _SVGComponentTransferFunctionElementJs extends _SVGElementJs implements SV
GComponentTransferFunctionElement native "*SVGComponentTransferFunctionElement"
{ | |
| 3 | |
| 4 static final int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; | |
| 5 | |
| 6 static final int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5; | |
| 7 | |
| 8 static final int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; | |
| 9 | |
| 10 static final int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; | |
| 11 | |
| 12 static final int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; | |
| 13 | |
| 14 static final int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; | |
| 15 | |
| 16 final _SVGAnimatedNumberJs amplitude; | |
| 17 | |
| 18 final _SVGAnimatedNumberJs exponent; | |
| 19 | |
| 20 final _SVGAnimatedNumberJs intercept; | |
| 21 | |
| 22 final _SVGAnimatedNumberJs offset; | |
| 23 | |
| 24 final _SVGAnimatedNumberJs slope; | |
| 25 | |
| 26 final _SVGAnimatedNumberListJs tableValues; | |
| 27 | |
| 28 final _SVGAnimatedEnumerationJs type; | |
| 29 } | |
| OLD | NEW |