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