OLD | NEW |
1 | 1 |
2 class _SVGRectElementImpl extends _SVGElementImpl implements SVGRectElement nati
ve "*SVGRectElement" { | 2 class _SVGRectElementImpl extends _SVGElementImpl implements SVGRectElement nati
ve "*SVGRectElement" { |
3 | 3 |
4 final _SVGAnimatedLengthImpl height; | 4 final _SVGAnimatedLengthImpl height; |
5 | 5 |
6 final _SVGAnimatedLengthImpl rx; | 6 final _SVGAnimatedLengthImpl rx; |
7 | 7 |
8 final _SVGAnimatedLengthImpl ry; | 8 final _SVGAnimatedLengthImpl ry; |
9 | 9 |
10 final _SVGAnimatedLengthImpl width; | 10 final _SVGAnimatedLengthImpl width; |
(...skipping 17 matching lines...) Expand all Loading... |
28 String xmllang; | 28 String xmllang; |
29 | 29 |
30 String xmlspace; | 30 String xmlspace; |
31 | 31 |
32 // From SVGExternalResourcesRequired | 32 // From SVGExternalResourcesRequired |
33 | 33 |
34 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 34 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
35 | 35 |
36 // From SVGStylable | 36 // From SVGStylable |
37 | 37 |
38 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 38 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
39 | 39 |
40 // Use implementation from Element. | 40 // Use implementation from Element. |
41 // final _CSSStyleDeclarationImpl style; | 41 // final _CSSStyleDeclarationImpl style; |
42 | 42 |
43 _CSSValueImpl getPresentationAttribute(String name) native; | 43 _CSSValueImpl getPresentationAttribute(String name) native; |
44 | 44 |
45 // From SVGTransformable | 45 // From SVGTransformable |
46 | 46 |
47 final _SVGAnimatedTransformListImpl transform; | 47 final _SVGAnimatedTransformListImpl transform; |
48 | 48 |
49 // From SVGLocatable | 49 // From SVGLocatable |
50 | 50 |
51 final _SVGElementImpl farthestViewportElement; | 51 final _SVGElementImpl farthestViewportElement; |
52 | 52 |
53 final _SVGElementImpl nearestViewportElement; | 53 final _SVGElementImpl nearestViewportElement; |
54 | 54 |
55 _SVGRectImpl getBBox() native; | 55 _SVGRectImpl getBBox() native; |
56 | 56 |
57 _SVGMatrixImpl getCTM() native; | 57 _SVGMatrixImpl getCTM() native; |
58 | 58 |
59 _SVGMatrixImpl getScreenCTM() native; | 59 _SVGMatrixImpl getScreenCTM() native; |
60 | 60 |
61 _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native; | 61 _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native; |
62 } | 62 } |
OLD | NEW |