OLD | NEW |
1 | 1 |
2 class _SVGForeignObjectElementJs extends _SVGElementJs implements SVGForeignObje
ctElement native "*SVGForeignObjectElement" { | 2 class _SVGForeignObjectElementJs extends _SVGElementJs implements SVGForeignObje
ctElement native "*SVGForeignObjectElement" { |
3 | 3 |
4 final _SVGAnimatedLengthJs height; | 4 final _SVGAnimatedLengthJs height; |
5 | 5 |
6 final _SVGAnimatedLengthJs width; | 6 final _SVGAnimatedLengthJs width; |
7 | 7 |
8 final _SVGAnimatedLengthJs x; | 8 final _SVGAnimatedLengthJs x; |
9 | 9 |
10 final _SVGAnimatedLengthJs y; | 10 final _SVGAnimatedLengthJs y; |
(...skipping 15 matching lines...) Expand all Loading... |
26 String xmlspace; | 26 String xmlspace; |
27 | 27 |
28 // From SVGExternalResourcesRequired | 28 // From SVGExternalResourcesRequired |
29 | 29 |
30 final _SVGAnimatedBooleanJs externalResourcesRequired; | 30 final _SVGAnimatedBooleanJs externalResourcesRequired; |
31 | 31 |
32 // From SVGStylable | 32 // From SVGStylable |
33 | 33 |
34 final _SVGAnimatedStringJs className; | 34 final _SVGAnimatedStringJs className; |
35 | 35 |
36 final _CSSStyleDeclarationJs style; | 36 // Use implementation from Element. |
| 37 // final _CSSStyleDeclarationJs style; |
37 | 38 |
38 _CSSValueJs getPresentationAttribute(String name) native; | 39 _CSSValueJs getPresentationAttribute(String name) native; |
39 | 40 |
40 // From SVGTransformable | 41 // From SVGTransformable |
41 | 42 |
42 final _SVGAnimatedTransformListJs transform; | 43 final _SVGAnimatedTransformListJs transform; |
43 | 44 |
44 // From SVGLocatable | 45 // From SVGLocatable |
45 | 46 |
46 final _SVGElementJs farthestViewportElement; | 47 final _SVGElementJs farthestViewportElement; |
47 | 48 |
48 final _SVGElementJs nearestViewportElement; | 49 final _SVGElementJs nearestViewportElement; |
49 | 50 |
50 _SVGRectJs getBBox() native; | 51 _SVGRectJs getBBox() native; |
51 | 52 |
52 _SVGMatrixJs getCTM() native; | 53 _SVGMatrixJs getCTM() native; |
53 | 54 |
54 _SVGMatrixJs getScreenCTM() native; | 55 _SVGMatrixJs getScreenCTM() native; |
55 | 56 |
56 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; | 57 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; |
57 } | 58 } |
OLD | NEW |