OLD | NEW |
1 | 1 |
2 class _SVGClipPathElementImpl extends _SVGElementImpl implements SVGClipPathElem
ent native "*SVGClipPathElement" { | 2 class _SVGClipPathElementImpl extends _SVGElementImpl implements SVGClipPathElem
ent native "*SVGClipPathElement" { |
3 | 3 |
4 final _SVGAnimatedEnumerationImpl clipPathUnits; | 4 final _SVGAnimatedEnumerationImpl clipPathUnits; |
5 | 5 |
6 // From SVGTests | 6 // From SVGTests |
7 | 7 |
8 final _SVGStringListImpl requiredExtensions; | 8 final _SVGStringListImpl requiredExtensions; |
9 | 9 |
10 final _SVGStringListImpl requiredFeatures; | 10 final _SVGStringListImpl requiredFeatures; |
11 | 11 |
12 final _SVGStringListImpl systemLanguage; | 12 final _SVGStringListImpl systemLanguage; |
13 | 13 |
14 bool hasExtension(String extension) native; | 14 bool hasExtension(String extension) native; |
15 | 15 |
16 // From SVGLangSpace | 16 // From SVGLangSpace |
17 | 17 |
18 String xmllang; | 18 String xmllang; |
19 | 19 |
20 String xmlspace; | 20 String xmlspace; |
21 | 21 |
22 // From SVGExternalResourcesRequired | 22 // From SVGExternalResourcesRequired |
23 | 23 |
24 final _SVGAnimatedBooleanImpl externalResourcesRequired; | 24 final _SVGAnimatedBooleanImpl externalResourcesRequired; |
25 | 25 |
26 // From SVGStylable | 26 // From SVGStylable |
27 | 27 |
28 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 28 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
29 | 29 |
30 // Use implementation from Element. | 30 // Use implementation from Element. |
31 // final _CSSStyleDeclarationImpl style; | 31 // final _CSSStyleDeclarationImpl style; |
32 | 32 |
33 _CSSValueImpl getPresentationAttribute(String name) native; | 33 _CSSValueImpl getPresentationAttribute(String name) native; |
34 | 34 |
35 // From SVGTransformable | 35 // From SVGTransformable |
36 | 36 |
37 final _SVGAnimatedTransformListImpl transform; | 37 final _SVGAnimatedTransformListImpl transform; |
38 | 38 |
39 // From SVGLocatable | 39 // From SVGLocatable |
40 | 40 |
41 final _SVGElementImpl farthestViewportElement; | 41 final _SVGElementImpl farthestViewportElement; |
42 | 42 |
43 final _SVGElementImpl nearestViewportElement; | 43 final _SVGElementImpl nearestViewportElement; |
44 | 44 |
45 _SVGRectImpl getBBox() native; | 45 _SVGRectImpl getBBox() native; |
46 | 46 |
47 _SVGMatrixImpl getCTM() native; | 47 _SVGMatrixImpl getCTM() native; |
48 | 48 |
49 _SVGMatrixImpl getScreenCTM() native; | 49 _SVGMatrixImpl getScreenCTM() native; |
50 | 50 |
51 _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native; | 51 _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native; |
52 } | 52 } |
OLD | NEW |