OLD | NEW |
1 | 1 |
2 class _SVGPolylineElementJs extends _SVGElementJs implements SVGPolylineElement
native "*SVGPolylineElement" { | 2 class _SVGPolylineElementJs extends _SVGElementJs implements SVGPolylineElement
native "*SVGPolylineElement" { |
3 | 3 |
4 final _SVGPointListJs animatedPoints; | 4 final _SVGPointListJs animatedPoints; |
5 | 5 |
6 final _SVGPointListJs points; | 6 final _SVGPointListJs points; |
7 | 7 |
8 // From SVGTests | 8 // From SVGTests |
9 | 9 |
10 final _SVGStringListJs requiredExtensions; | 10 final _SVGStringListJs requiredExtensions; |
(...skipping 11 matching lines...) Expand all Loading... |
22 String xmlspace; | 22 String xmlspace; |
23 | 23 |
24 // From SVGExternalResourcesRequired | 24 // From SVGExternalResourcesRequired |
25 | 25 |
26 final _SVGAnimatedBooleanJs externalResourcesRequired; | 26 final _SVGAnimatedBooleanJs externalResourcesRequired; |
27 | 27 |
28 // From SVGStylable | 28 // From SVGStylable |
29 | 29 |
30 final _SVGAnimatedStringJs className; | 30 final _SVGAnimatedStringJs className; |
31 | 31 |
32 final _CSSStyleDeclarationJs style; | 32 // Use implementation from Element. |
| 33 // final _CSSStyleDeclarationJs style; |
33 | 34 |
34 _CSSValueJs getPresentationAttribute(String name) native; | 35 _CSSValueJs getPresentationAttribute(String name) native; |
35 | 36 |
36 // From SVGTransformable | 37 // From SVGTransformable |
37 | 38 |
38 final _SVGAnimatedTransformListJs transform; | 39 final _SVGAnimatedTransformListJs transform; |
39 | 40 |
40 // From SVGLocatable | 41 // From SVGLocatable |
41 | 42 |
42 final _SVGElementJs farthestViewportElement; | 43 final _SVGElementJs farthestViewportElement; |
43 | 44 |
44 final _SVGElementJs nearestViewportElement; | 45 final _SVGElementJs nearestViewportElement; |
45 | 46 |
46 _SVGRectJs getBBox() native; | 47 _SVGRectJs getBBox() native; |
47 | 48 |
48 _SVGMatrixJs getCTM() native; | 49 _SVGMatrixJs getCTM() native; |
49 | 50 |
50 _SVGMatrixJs getScreenCTM() native; | 51 _SVGMatrixJs getScreenCTM() native; |
51 | 52 |
52 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; | 53 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; |
53 } | 54 } |
OLD | NEW |