OLD | NEW |
1 | 1 |
2 class _SVGFEConvolveMatrixElementJs extends _SVGElementJs implements SVGFEConvol
veMatrixElement native "*SVGFEConvolveMatrixElement" { | 2 class _SVGFEConvolveMatrixElementJs extends _SVGElementJs implements SVGFEConvol
veMatrixElement native "*SVGFEConvolveMatrixElement" { |
3 | 3 |
4 static final int SVG_EDGEMODE_DUPLICATE = 1; | 4 static final int SVG_EDGEMODE_DUPLICATE = 1; |
5 | 5 |
6 static final int SVG_EDGEMODE_NONE = 3; | 6 static final int SVG_EDGEMODE_NONE = 3; |
7 | 7 |
8 static final int SVG_EDGEMODE_UNKNOWN = 0; | 8 static final int SVG_EDGEMODE_UNKNOWN = 0; |
9 | 9 |
10 static final int SVG_EDGEMODE_WRAP = 2; | 10 static final int SVG_EDGEMODE_WRAP = 2; |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 final _SVGAnimatedLengthJs width; | 42 final _SVGAnimatedLengthJs width; |
43 | 43 |
44 final _SVGAnimatedLengthJs x; | 44 final _SVGAnimatedLengthJs x; |
45 | 45 |
46 final _SVGAnimatedLengthJs y; | 46 final _SVGAnimatedLengthJs y; |
47 | 47 |
48 // From SVGStylable | 48 // From SVGStylable |
49 | 49 |
50 final _SVGAnimatedStringJs className; | 50 final _SVGAnimatedStringJs className; |
51 | 51 |
52 final _CSSStyleDeclarationJs style; | 52 // Use implementation from Element. |
| 53 // final _CSSStyleDeclarationJs style; |
53 | 54 |
54 _CSSValueJs getPresentationAttribute(String name) native; | 55 _CSSValueJs getPresentationAttribute(String name) native; |
55 } | 56 } |
OLD | NEW |