OLD | NEW |
| (Empty) |
1 | |
2 class _SVGFEConvolveMatrixElementJs extends _SVGElementJs implements SVGFEConvol
veMatrixElement native "*SVGFEConvolveMatrixElement" { | |
3 | |
4 static final int SVG_EDGEMODE_DUPLICATE = 1; | |
5 | |
6 static final int SVG_EDGEMODE_NONE = 3; | |
7 | |
8 static final int SVG_EDGEMODE_UNKNOWN = 0; | |
9 | |
10 static final int SVG_EDGEMODE_WRAP = 2; | |
11 | |
12 final _SVGAnimatedNumberJs bias; | |
13 | |
14 final _SVGAnimatedNumberJs divisor; | |
15 | |
16 final _SVGAnimatedEnumerationJs edgeMode; | |
17 | |
18 final _SVGAnimatedStringJs in1; | |
19 | |
20 final _SVGAnimatedNumberListJs kernelMatrix; | |
21 | |
22 final _SVGAnimatedNumberJs kernelUnitLengthX; | |
23 | |
24 final _SVGAnimatedNumberJs kernelUnitLengthY; | |
25 | |
26 final _SVGAnimatedIntegerJs orderX; | |
27 | |
28 final _SVGAnimatedIntegerJs orderY; | |
29 | |
30 final _SVGAnimatedBooleanJs preserveAlpha; | |
31 | |
32 final _SVGAnimatedIntegerJs targetX; | |
33 | |
34 final _SVGAnimatedIntegerJs targetY; | |
35 | |
36 // From SVGFilterPrimitiveStandardAttributes | |
37 | |
38 final _SVGAnimatedLengthJs height; | |
39 | |
40 final _SVGAnimatedStringJs result; | |
41 | |
42 final _SVGAnimatedLengthJs width; | |
43 | |
44 final _SVGAnimatedLengthJs x; | |
45 | |
46 final _SVGAnimatedLengthJs y; | |
47 | |
48 // From SVGStylable | |
49 | |
50 final _SVGAnimatedStringJs className; | |
51 | |
52 // Use implementation from Element. | |
53 // final _CSSStyleDeclarationJs style; | |
54 | |
55 _CSSValueJs getPresentationAttribute(String name) native; | |
56 } | |
OLD | NEW |