OLD | NEW |
1 | 1 |
2 class _SVGFETurbulenceElementJs extends _SVGElementJs implements SVGFETurbulence
Element native "*SVGFETurbulenceElement" { | 2 class _SVGFETurbulenceElementJs extends _SVGElementJs implements SVGFETurbulence
Element native "*SVGFETurbulenceElement" { |
3 | 3 |
4 static final int SVG_STITCHTYPE_NOSTITCH = 2; | 4 static final int SVG_STITCHTYPE_NOSTITCH = 2; |
5 | 5 |
6 static final int SVG_STITCHTYPE_STITCH = 1; | 6 static final int SVG_STITCHTYPE_STITCH = 1; |
7 | 7 |
8 static final int SVG_STITCHTYPE_UNKNOWN = 0; | 8 static final int SVG_STITCHTYPE_UNKNOWN = 0; |
9 | 9 |
10 static final int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; | 10 static final int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; |
(...skipping 23 matching lines...) Expand all Loading... |
34 final _SVGAnimatedLengthJs width; | 34 final _SVGAnimatedLengthJs width; |
35 | 35 |
36 final _SVGAnimatedLengthJs x; | 36 final _SVGAnimatedLengthJs x; |
37 | 37 |
38 final _SVGAnimatedLengthJs y; | 38 final _SVGAnimatedLengthJs y; |
39 | 39 |
40 // From SVGStylable | 40 // From SVGStylable |
41 | 41 |
42 final _SVGAnimatedStringJs className; | 42 final _SVGAnimatedStringJs className; |
43 | 43 |
44 final _CSSStyleDeclarationJs style; | 44 // Use implementation from Element. |
| 45 // final _CSSStyleDeclarationJs style; |
45 | 46 |
46 _CSSValueJs getPresentationAttribute(String name) native; | 47 _CSSValueJs getPresentationAttribute(String name) native; |
47 } | 48 } |
OLD | NEW |