OLD | NEW |
| (Empty) |
1 | |
2 class _SVGUseElementJs extends _SVGElementJs implements SVGUseElement native "*S
VGUseElement" { | |
3 | |
4 final _SVGElementInstanceJs animatedInstanceRoot; | |
5 | |
6 final _SVGAnimatedLengthJs height; | |
7 | |
8 final _SVGElementInstanceJs instanceRoot; | |
9 | |
10 final _SVGAnimatedLengthJs width; | |
11 | |
12 final _SVGAnimatedLengthJs x; | |
13 | |
14 final _SVGAnimatedLengthJs y; | |
15 | |
16 // From SVGURIReference | |
17 | |
18 final _SVGAnimatedStringJs href; | |
19 | |
20 // From SVGTests | |
21 | |
22 final _SVGStringListJs requiredExtensions; | |
23 | |
24 final _SVGStringListJs requiredFeatures; | |
25 | |
26 final _SVGStringListJs systemLanguage; | |
27 | |
28 bool hasExtension(String extension) native; | |
29 | |
30 // From SVGLangSpace | |
31 | |
32 String xmllang; | |
33 | |
34 String xmlspace; | |
35 | |
36 // From SVGExternalResourcesRequired | |
37 | |
38 final _SVGAnimatedBooleanJs externalResourcesRequired; | |
39 | |
40 // From SVGStylable | |
41 | |
42 final _SVGAnimatedStringJs className; | |
43 | |
44 // Use implementation from Element. | |
45 // final _CSSStyleDeclarationJs style; | |
46 | |
47 _CSSValueJs getPresentationAttribute(String name) native; | |
48 | |
49 // From SVGTransformable | |
50 | |
51 final _SVGAnimatedTransformListJs transform; | |
52 | |
53 // From SVGLocatable | |
54 | |
55 final _SVGElementJs farthestViewportElement; | |
56 | |
57 final _SVGElementJs nearestViewportElement; | |
58 | |
59 _SVGRectJs getBBox() native; | |
60 | |
61 _SVGMatrixJs getCTM() native; | |
62 | |
63 _SVGMatrixJs getScreenCTM() native; | |
64 | |
65 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; | |
66 } | |
OLD | NEW |