OLD | NEW |
1 | 1 |
2 class _SVGFETurbulenceElementImpl extends _SVGElementImpl implements SVGFETurbul
enceElement native "*SVGFETurbulenceElement" { | 2 class _SVGFETurbulenceElementImpl extends _SVGElementImpl implements SVGFETurbul
enceElement 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 21 matching lines...) Expand all Loading... |
32 final _SVGAnimatedStringImpl result; | 32 final _SVGAnimatedStringImpl result; |
33 | 33 |
34 final _SVGAnimatedLengthImpl width; | 34 final _SVGAnimatedLengthImpl width; |
35 | 35 |
36 final _SVGAnimatedLengthImpl x; | 36 final _SVGAnimatedLengthImpl x; |
37 | 37 |
38 final _SVGAnimatedLengthImpl y; | 38 final _SVGAnimatedLengthImpl y; |
39 | 39 |
40 // From SVGStylable | 40 // From SVGStylable |
41 | 41 |
42 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 42 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
43 | 43 |
44 // Use implementation from Element. | 44 // Use implementation from Element. |
45 // final _CSSStyleDeclarationImpl style; | 45 // final _CSSStyleDeclarationImpl style; |
46 | 46 |
47 _CSSValueImpl getPresentationAttribute(String name) native; | 47 _CSSValueImpl getPresentationAttribute(String name) native; |
48 } | 48 } |
OLD | NEW |