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