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