| OLD | NEW |
| 1 library dart.dom.svg; | 1 library dart.dom.svg; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:_collection-dev' hide deprecated; | 5 import 'dart:_collection-dev' hide deprecated; |
| 6 import 'dart:html'; | 6 import 'dart:html'; |
| 7 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 8 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; | 8 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; |
| 9 import 'dart:_foreign_helper' show JS; | 9 import 'dart:_foreign_helper' show JS; |
| 10 import 'dart:_interceptors' show Interceptor; | 10 import 'dart:_interceptors' show Interceptor; |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 } | 57 } |
| 58 } | 58 } |
| 59 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 59 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 60 // for details. All rights reserved. Use of this source code is governed by a | 60 // for details. All rights reserved. Use of this source code is governed by a |
| 61 // BSD-style license that can be found in the LICENSE file. | 61 // BSD-style license that can be found in the LICENSE file. |
| 62 | 62 |
| 63 | 63 |
| 64 @DocsEditable() | 64 @DocsEditable() |
| 65 @DomName('SVGAElement') | 65 @DomName('SVGAElement') |
| 66 @Unstable() | 66 @Unstable() |
| 67 class AElement extends StyledElement implements UriReference, Tests, Transformab
le, ExternalResourcesRequired, LangSpace native "SVGAElement" { | 67 class AElement extends StyledElement implements Transformable, ExternalResources
Required, UriReference, Tests, LangSpace native "SVGAElement" { |
| 68 // To suppress missing implicit constructor warnings. | 68 // To suppress missing implicit constructor warnings. |
| 69 factory AElement._() { throw new UnsupportedError("Not supported"); } | 69 factory AElement._() { throw new UnsupportedError("Not supported"); } |
| 70 | 70 |
| 71 @DomName('SVGAElement.SVGAElement') | 71 @DomName('SVGAElement.SVGAElement') |
| 72 @DocsEditable() | 72 @DocsEditable() |
| 73 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 73 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
| 74 | 74 |
| 75 @DomName('SVGAElement.target') | 75 @DomName('SVGAElement.target') |
| 76 @DocsEditable() | 76 @DocsEditable() |
| 77 final AnimatedString target; | 77 final AnimatedString target; |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 final TransformList baseVal; | 523 final TransformList baseVal; |
| 524 } | 524 } |
| 525 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 525 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 526 // for details. All rights reserved. Use of this source code is governed by a | 526 // for details. All rights reserved. Use of this source code is governed by a |
| 527 // BSD-style license that can be found in the LICENSE file. | 527 // BSD-style license that can be found in the LICENSE file. |
| 528 | 528 |
| 529 | 529 |
| 530 @DocsEditable() | 530 @DocsEditable() |
| 531 @DomName('SVGAnimationElement') | 531 @DomName('SVGAnimationElement') |
| 532 @Unstable() | 532 @Unstable() |
| 533 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired native "SVGAnimationElement" { | 533 class AnimationElement extends SvgElement implements ExternalResourcesRequired,
ElementTimeControl, Tests native "SVGAnimationElement" { |
| 534 // To suppress missing implicit constructor warnings. | 534 // To suppress missing implicit constructor warnings. |
| 535 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } | 535 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } |
| 536 | 536 |
| 537 @DomName('SVGAnimationElement.SVGAnimationElement') | 537 @DomName('SVGAnimationElement.SVGAnimationElement') |
| 538 @DocsEditable() | 538 @DocsEditable() |
| 539 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 539 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
| 540 | 540 |
| 541 @DomName('SVGAnimationElement.targetElement') | 541 @DomName('SVGAnimationElement.targetElement') |
| 542 @DocsEditable() | 542 @DocsEditable() |
| 543 final SvgElement targetElement; | 543 final SvgElement targetElement; |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 bool hasExtension(String extension) native; | 597 bool hasExtension(String extension) native; |
| 598 } | 598 } |
| 599 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 599 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 600 // for details. All rights reserved. Use of this source code is governed by a | 600 // for details. All rights reserved. Use of this source code is governed by a |
| 601 // BSD-style license that can be found in the LICENSE file. | 601 // BSD-style license that can be found in the LICENSE file. |
| 602 | 602 |
| 603 | 603 |
| 604 @DocsEditable() | 604 @DocsEditable() |
| 605 @DomName('SVGCircleElement') | 605 @DomName('SVGCircleElement') |
| 606 @Unstable() | 606 @Unstable() |
| 607 class CircleElement extends StyledElement implements Transformable, Tests, Exter
nalResourcesRequired, LangSpace native "SVGCircleElement" { | 607 class CircleElement extends StyledElement implements Transformable, ExternalReso
urcesRequired, Tests, LangSpace native "SVGCircleElement" { |
| 608 // To suppress missing implicit constructor warnings. | 608 // To suppress missing implicit constructor warnings. |
| 609 factory CircleElement._() { throw new UnsupportedError("Not supported"); } | 609 factory CircleElement._() { throw new UnsupportedError("Not supported"); } |
| 610 | 610 |
| 611 @DomName('SVGCircleElement.SVGCircleElement') | 611 @DomName('SVGCircleElement.SVGCircleElement') |
| 612 @DocsEditable() | 612 @DocsEditable() |
| 613 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 613 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); |
| 614 | 614 |
| 615 @DomName('SVGCircleElement.cx') | 615 @DomName('SVGCircleElement.cx') |
| 616 @DocsEditable() | 616 @DocsEditable() |
| 617 final AnimatedLength cx; | 617 final AnimatedLength cx; |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 final AnimatedTransformList transform; | 693 final AnimatedTransformList transform; |
| 694 } | 694 } |
| 695 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 695 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 696 // for details. All rights reserved. Use of this source code is governed by a | 696 // for details. All rights reserved. Use of this source code is governed by a |
| 697 // BSD-style license that can be found in the LICENSE file. | 697 // BSD-style license that can be found in the LICENSE file. |
| 698 | 698 |
| 699 | 699 |
| 700 @DocsEditable() | 700 @DocsEditable() |
| 701 @DomName('SVGClipPathElement') | 701 @DomName('SVGClipPathElement') |
| 702 @Unstable() | 702 @Unstable() |
| 703 class ClipPathElement extends StyledElement implements Transformable, Tests, Ext
ernalResourcesRequired, LangSpace native "SVGClipPathElement" { | 703 class ClipPathElement extends StyledElement implements Transformable, ExternalRe
sourcesRequired, Tests, LangSpace native "SVGClipPathElement" { |
| 704 // To suppress missing implicit constructor warnings. | 704 // To suppress missing implicit constructor warnings. |
| 705 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } | 705 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } |
| 706 | 706 |
| 707 @DomName('SVGClipPathElement.SVGClipPathElement') | 707 @DomName('SVGClipPathElement.SVGClipPathElement') |
| 708 @DocsEditable() | 708 @DocsEditable() |
| 709 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 709 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); |
| 710 | 710 |
| 711 @DomName('SVGClipPathElement.clipPathUnits') | 711 @DomName('SVGClipPathElement.clipPathUnits') |
| 712 @DocsEditable() | 712 @DocsEditable() |
| 713 final AnimatedEnumeration clipPathUnits; | 713 final AnimatedEnumeration clipPathUnits; |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 final AnimatedTransformList transform; | 781 final AnimatedTransformList transform; |
| 782 } | 782 } |
| 783 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 783 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 784 // for details. All rights reserved. Use of this source code is governed by a | 784 // for details. All rights reserved. Use of this source code is governed by a |
| 785 // BSD-style license that can be found in the LICENSE file. | 785 // BSD-style license that can be found in the LICENSE file. |
| 786 | 786 |
| 787 | 787 |
| 788 @DocsEditable() | 788 @DocsEditable() |
| 789 @DomName('SVGDefsElement') | 789 @DomName('SVGDefsElement') |
| 790 @Unstable() | 790 @Unstable() |
| 791 class DefsElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace native "SVGDefsElement" { | 791 class DefsElement extends StyledElement implements Transformable, ExternalResour
cesRequired, Tests, LangSpace native "SVGDefsElement" { |
| 792 // To suppress missing implicit constructor warnings. | 792 // To suppress missing implicit constructor warnings. |
| 793 factory DefsElement._() { throw new UnsupportedError("Not supported"); } | 793 factory DefsElement._() { throw new UnsupportedError("Not supported"); } |
| 794 | 794 |
| 795 @DomName('SVGDefsElement.SVGDefsElement') | 795 @DomName('SVGDefsElement.SVGDefsElement') |
| 796 @DocsEditable() | 796 @DocsEditable() |
| 797 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); | 797 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); |
| 798 | 798 |
| 799 // From SVGExternalResourcesRequired | 799 // From SVGExternalResourcesRequired |
| 800 | 800 |
| 801 @DomName('SVGDefsElement.externalResourcesRequired') | 801 @DomName('SVGDefsElement.externalResourcesRequired') |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1261 Stream<Event> get onUnload => unloadEvent.forTarget(this); | 1261 Stream<Event> get onUnload => unloadEvent.forTarget(this); |
| 1262 } | 1262 } |
| 1263 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1263 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1264 // for details. All rights reserved. Use of this source code is governed by a | 1264 // for details. All rights reserved. Use of this source code is governed by a |
| 1265 // BSD-style license that can be found in the LICENSE file. | 1265 // BSD-style license that can be found in the LICENSE file. |
| 1266 | 1266 |
| 1267 | 1267 |
| 1268 @DocsEditable() | 1268 @DocsEditable() |
| 1269 @DomName('SVGEllipseElement') | 1269 @DomName('SVGEllipseElement') |
| 1270 @Unstable() | 1270 @Unstable() |
| 1271 class EllipseElement extends StyledElement implements Transformable, Tests, Exte
rnalResourcesRequired, LangSpace native "SVGEllipseElement" { | 1271 class EllipseElement extends StyledElement implements Transformable, ExternalRes
ourcesRequired, Tests, LangSpace native "SVGEllipseElement" { |
| 1272 // To suppress missing implicit constructor warnings. | 1272 // To suppress missing implicit constructor warnings. |
| 1273 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } | 1273 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } |
| 1274 | 1274 |
| 1275 @DomName('SVGEllipseElement.SVGEllipseElement') | 1275 @DomName('SVGEllipseElement.SVGEllipseElement') |
| 1276 @DocsEditable() | 1276 @DocsEditable() |
| 1277 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1277 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
| 1278 | 1278 |
| 1279 @DomName('SVGEllipseElement.cx') | 1279 @DomName('SVGEllipseElement.cx') |
| 1280 @DocsEditable() | 1280 @DocsEditable() |
| 1281 final AnimatedLength cx; | 1281 final AnimatedLength cx; |
| (...skipping 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2842 // for details. All rights reserved. Use of this source code is governed by a | 2842 // for details. All rights reserved. Use of this source code is governed by a |
| 2843 // BSD-style license that can be found in the LICENSE file. | 2843 // BSD-style license that can be found in the LICENSE file. |
| 2844 | 2844 |
| 2845 | 2845 |
| 2846 @DocsEditable() | 2846 @DocsEditable() |
| 2847 @DomName('SVGForeignObjectElement') | 2847 @DomName('SVGForeignObjectElement') |
| 2848 @SupportedBrowser(SupportedBrowser.CHROME) | 2848 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2849 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2849 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2850 @SupportedBrowser(SupportedBrowser.SAFARI) | 2850 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2851 @Unstable() | 2851 @Unstable() |
| 2852 class ForeignObjectElement extends StyledElement implements Transformable, Tests
, ExternalResourcesRequired, LangSpace native "SVGForeignObjectElement" { | 2852 class ForeignObjectElement extends StyledElement implements Transformable, Exter
nalResourcesRequired, Tests, LangSpace native "SVGForeignObjectElement" { |
| 2853 // To suppress missing implicit constructor warnings. | 2853 // To suppress missing implicit constructor warnings. |
| 2854 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported")
; } | 2854 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported")
; } |
| 2855 | 2855 |
| 2856 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') | 2856 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') |
| 2857 @DocsEditable() | 2857 @DocsEditable() |
| 2858 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); | 2858 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); |
| 2859 | 2859 |
| 2860 /// Checks if this type is supported on the current platform. | 2860 /// Checks if this type is supported on the current platform. |
| 2861 static bool get supported => SvgElement.isTagSupported('foreignObject') && (ne
w SvgElement.tag('foreignObject') is ForeignObjectElement); | 2861 static bool get supported => SvgElement.isTagSupported('foreignObject') && (ne
w SvgElement.tag('foreignObject') is ForeignObjectElement); |
| 2862 | 2862 |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2945 final AnimatedTransformList transform; | 2945 final AnimatedTransformList transform; |
| 2946 } | 2946 } |
| 2947 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2947 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2948 // for details. All rights reserved. Use of this source code is governed by a | 2948 // for details. All rights reserved. Use of this source code is governed by a |
| 2949 // BSD-style license that can be found in the LICENSE file. | 2949 // BSD-style license that can be found in the LICENSE file. |
| 2950 | 2950 |
| 2951 | 2951 |
| 2952 @DocsEditable() | 2952 @DocsEditable() |
| 2953 @DomName('SVGGElement') | 2953 @DomName('SVGGElement') |
| 2954 @Unstable() | 2954 @Unstable() |
| 2955 class GElement extends StyledElement implements Transformable, Tests, ExternalRe
sourcesRequired, LangSpace native "SVGGElement" { | 2955 class GElement extends StyledElement implements Transformable, ExternalResources
Required, Tests, LangSpace native "SVGGElement" { |
| 2956 // To suppress missing implicit constructor warnings. | 2956 // To suppress missing implicit constructor warnings. |
| 2957 factory GElement._() { throw new UnsupportedError("Not supported"); } | 2957 factory GElement._() { throw new UnsupportedError("Not supported"); } |
| 2958 | 2958 |
| 2959 @DomName('SVGGElement.SVGGElement') | 2959 @DomName('SVGGElement.SVGGElement') |
| 2960 @DocsEditable() | 2960 @DocsEditable() |
| 2961 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); | 2961 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
| 2962 | 2962 |
| 2963 // From SVGExternalResourcesRequired | 2963 // From SVGExternalResourcesRequired |
| 2964 | 2964 |
| 2965 @DomName('SVGGElement.externalResourcesRequired') | 2965 @DomName('SVGGElement.externalResourcesRequired') |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3029 final AnimatedTransformList transform; | 3029 final AnimatedTransformList transform; |
| 3030 } | 3030 } |
| 3031 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3031 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3032 // for details. All rights reserved. Use of this source code is governed by a | 3032 // for details. All rights reserved. Use of this source code is governed by a |
| 3033 // BSD-style license that can be found in the LICENSE file. | 3033 // BSD-style license that can be found in the LICENSE file. |
| 3034 | 3034 |
| 3035 | 3035 |
| 3036 @DocsEditable() | 3036 @DocsEditable() |
| 3037 @DomName('SVGImageElement') | 3037 @DomName('SVGImageElement') |
| 3038 @Unstable() | 3038 @Unstable() |
| 3039 class ImageElement extends StyledElement implements UriReference, Tests, Transfo
rmable, ExternalResourcesRequired, LangSpace native "SVGImageElement" { | 3039 class ImageElement extends StyledElement implements Transformable, ExternalResou
rcesRequired, UriReference, Tests, LangSpace native "SVGImageElement" { |
| 3040 // To suppress missing implicit constructor warnings. | 3040 // To suppress missing implicit constructor warnings. |
| 3041 factory ImageElement._() { throw new UnsupportedError("Not supported"); } | 3041 factory ImageElement._() { throw new UnsupportedError("Not supported"); } |
| 3042 | 3042 |
| 3043 @DomName('SVGImageElement.SVGImageElement') | 3043 @DomName('SVGImageElement.SVGImageElement') |
| 3044 @DocsEditable() | 3044 @DocsEditable() |
| 3045 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 3045 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); |
| 3046 | 3046 |
| 3047 @DomName('SVGImageElement.height') | 3047 @DomName('SVGImageElement.height') |
| 3048 @DocsEditable() | 3048 @DocsEditable() |
| 3049 final AnimatedLength height; | 3049 final AnimatedLength height; |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3322 Length replaceItem(Length item, int index) native; | 3322 Length replaceItem(Length item, int index) native; |
| 3323 } | 3323 } |
| 3324 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3324 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3325 // for details. All rights reserved. Use of this source code is governed by a | 3325 // for details. All rights reserved. Use of this source code is governed by a |
| 3326 // BSD-style license that can be found in the LICENSE file. | 3326 // BSD-style license that can be found in the LICENSE file. |
| 3327 | 3327 |
| 3328 | 3328 |
| 3329 @DocsEditable() | 3329 @DocsEditable() |
| 3330 @DomName('SVGLineElement') | 3330 @DomName('SVGLineElement') |
| 3331 @Unstable() | 3331 @Unstable() |
| 3332 class LineElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace native "SVGLineElement" { | 3332 class LineElement extends StyledElement implements Transformable, ExternalResour
cesRequired, Tests, LangSpace native "SVGLineElement" { |
| 3333 // To suppress missing implicit constructor warnings. | 3333 // To suppress missing implicit constructor warnings. |
| 3334 factory LineElement._() { throw new UnsupportedError("Not supported"); } | 3334 factory LineElement._() { throw new UnsupportedError("Not supported"); } |
| 3335 | 3335 |
| 3336 @DomName('SVGLineElement.SVGLineElement') | 3336 @DomName('SVGLineElement.SVGLineElement') |
| 3337 @DocsEditable() | 3337 @DocsEditable() |
| 3338 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 3338 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); |
| 3339 | 3339 |
| 3340 @DomName('SVGLineElement.x1') | 3340 @DomName('SVGLineElement.x1') |
| 3341 @DocsEditable() | 3341 @DocsEditable() |
| 3342 final AnimatedLength x1; | 3342 final AnimatedLength x1; |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3578 String xmlspace; | 3578 String xmlspace; |
| 3579 } | 3579 } |
| 3580 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3580 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3581 // for details. All rights reserved. Use of this source code is governed by a | 3581 // for details. All rights reserved. Use of this source code is governed by a |
| 3582 // BSD-style license that can be found in the LICENSE file. | 3582 // BSD-style license that can be found in the LICENSE file. |
| 3583 | 3583 |
| 3584 | 3584 |
| 3585 @DocsEditable() | 3585 @DocsEditable() |
| 3586 @DomName('SVGMaskElement') | 3586 @DomName('SVGMaskElement') |
| 3587 @Unstable() | 3587 @Unstable() |
| 3588 class MaskElement extends StyledElement implements Tests, ExternalResourcesRequi
red, LangSpace native "SVGMaskElement" { | 3588 class MaskElement extends StyledElement implements ExternalResourcesRequired, Te
sts, LangSpace native "SVGMaskElement" { |
| 3589 // To suppress missing implicit constructor warnings. | 3589 // To suppress missing implicit constructor warnings. |
| 3590 factory MaskElement._() { throw new UnsupportedError("Not supported"); } | 3590 factory MaskElement._() { throw new UnsupportedError("Not supported"); } |
| 3591 | 3591 |
| 3592 @DomName('SVGMaskElement.SVGMaskElement') | 3592 @DomName('SVGMaskElement.SVGMaskElement') |
| 3593 @DocsEditable() | 3593 @DocsEditable() |
| 3594 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 3594 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); |
| 3595 | 3595 |
| 3596 @DomName('SVGMaskElement.height') | 3596 @DomName('SVGMaskElement.height') |
| 3597 @DocsEditable() | 3597 @DocsEditable() |
| 3598 final AnimatedLength height; | 3598 final AnimatedLength height; |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3844 Number replaceItem(Number item, int index) native; | 3844 Number replaceItem(Number item, int index) native; |
| 3845 } | 3845 } |
| 3846 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3846 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3847 // for details. All rights reserved. Use of this source code is governed by a | 3847 // for details. All rights reserved. Use of this source code is governed by a |
| 3848 // BSD-style license that can be found in the LICENSE file. | 3848 // BSD-style license that can be found in the LICENSE file. |
| 3849 | 3849 |
| 3850 | 3850 |
| 3851 @DocsEditable() | 3851 @DocsEditable() |
| 3852 @DomName('SVGPathElement') | 3852 @DomName('SVGPathElement') |
| 3853 @Unstable() | 3853 @Unstable() |
| 3854 class PathElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace native "SVGPathElement" { | 3854 class PathElement extends StyledElement implements Transformable, ExternalResour
cesRequired, Tests, LangSpace native "SVGPathElement" { |
| 3855 // To suppress missing implicit constructor warnings. | 3855 // To suppress missing implicit constructor warnings. |
| 3856 factory PathElement._() { throw new UnsupportedError("Not supported"); } | 3856 factory PathElement._() { throw new UnsupportedError("Not supported"); } |
| 3857 | 3857 |
| 3858 @DomName('SVGPathElement.SVGPathElement') | 3858 @DomName('SVGPathElement.SVGPathElement') |
| 3859 @DocsEditable() | 3859 @DocsEditable() |
| 3860 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 3860 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); |
| 3861 | 3861 |
| 3862 @DomName('SVGPathElement.animatedNormalizedPathSegList') | 3862 @DomName('SVGPathElement.animatedNormalizedPathSegList') |
| 3863 @DocsEditable() | 3863 @DocsEditable() |
| 3864 final PathSegList animatedNormalizedPathSegList; | 3864 final PathSegList animatedNormalizedPathSegList; |
| (...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4701 num y; | 4701 num y; |
| 4702 } | 4702 } |
| 4703 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4703 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4704 // for details. All rights reserved. Use of this source code is governed by a | 4704 // for details. All rights reserved. Use of this source code is governed by a |
| 4705 // BSD-style license that can be found in the LICENSE file. | 4705 // BSD-style license that can be found in the LICENSE file. |
| 4706 | 4706 |
| 4707 | 4707 |
| 4708 @DocsEditable() | 4708 @DocsEditable() |
| 4709 @DomName('SVGPatternElement') | 4709 @DomName('SVGPatternElement') |
| 4710 @Unstable() | 4710 @Unstable() |
| 4711 class PatternElement extends StyledElement implements FitToViewBox, UriReference
, Tests, ExternalResourcesRequired, LangSpace native "SVGPatternElement" { | 4711 class PatternElement extends StyledElement implements FitToViewBox, UriReference
, ExternalResourcesRequired, Tests, LangSpace native "SVGPatternElement" { |
| 4712 // To suppress missing implicit constructor warnings. | 4712 // To suppress missing implicit constructor warnings. |
| 4713 factory PatternElement._() { throw new UnsupportedError("Not supported"); } | 4713 factory PatternElement._() { throw new UnsupportedError("Not supported"); } |
| 4714 | 4714 |
| 4715 @DomName('SVGPatternElement.SVGPatternElement') | 4715 @DomName('SVGPatternElement.SVGPatternElement') |
| 4716 @DocsEditable() | 4716 @DocsEditable() |
| 4717 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 4717 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); |
| 4718 | 4718 |
| 4719 @DomName('SVGPatternElement.height') | 4719 @DomName('SVGPatternElement.height') |
| 4720 @DocsEditable() | 4720 @DocsEditable() |
| 4721 final AnimatedLength height; | 4721 final AnimatedLength height; |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4859 Point replaceItem(Point item, int index) native; | 4859 Point replaceItem(Point item, int index) native; |
| 4860 } | 4860 } |
| 4861 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4861 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4862 // for details. All rights reserved. Use of this source code is governed by a | 4862 // for details. All rights reserved. Use of this source code is governed by a |
| 4863 // BSD-style license that can be found in the LICENSE file. | 4863 // BSD-style license that can be found in the LICENSE file. |
| 4864 | 4864 |
| 4865 | 4865 |
| 4866 @DocsEditable() | 4866 @DocsEditable() |
| 4867 @DomName('SVGPolygonElement') | 4867 @DomName('SVGPolygonElement') |
| 4868 @Unstable() | 4868 @Unstable() |
| 4869 class PolygonElement extends StyledElement implements Transformable, Tests, Exte
rnalResourcesRequired, LangSpace native "SVGPolygonElement" { | 4869 class PolygonElement extends StyledElement implements Transformable, ExternalRes
ourcesRequired, Tests, LangSpace native "SVGPolygonElement" { |
| 4870 // To suppress missing implicit constructor warnings. | 4870 // To suppress missing implicit constructor warnings. |
| 4871 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } | 4871 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } |
| 4872 | 4872 |
| 4873 @DomName('SVGPolygonElement.SVGPolygonElement') | 4873 @DomName('SVGPolygonElement.SVGPolygonElement') |
| 4874 @DocsEditable() | 4874 @DocsEditable() |
| 4875 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 4875 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); |
| 4876 | 4876 |
| 4877 @DomName('SVGPolygonElement.animatedPoints') | 4877 @DomName('SVGPolygonElement.animatedPoints') |
| 4878 @DocsEditable() | 4878 @DocsEditable() |
| 4879 final PointList animatedPoints; | 4879 final PointList animatedPoints; |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4951 final AnimatedTransformList transform; | 4951 final AnimatedTransformList transform; |
| 4952 } | 4952 } |
| 4953 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4953 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4954 // for details. All rights reserved. Use of this source code is governed by a | 4954 // for details. All rights reserved. Use of this source code is governed by a |
| 4955 // BSD-style license that can be found in the LICENSE file. | 4955 // BSD-style license that can be found in the LICENSE file. |
| 4956 | 4956 |
| 4957 | 4957 |
| 4958 @DocsEditable() | 4958 @DocsEditable() |
| 4959 @DomName('SVGPolylineElement') | 4959 @DomName('SVGPolylineElement') |
| 4960 @Unstable() | 4960 @Unstable() |
| 4961 class PolylineElement extends StyledElement implements Transformable, Tests, Ext
ernalResourcesRequired, LangSpace native "SVGPolylineElement" { | 4961 class PolylineElement extends StyledElement implements Transformable, ExternalRe
sourcesRequired, Tests, LangSpace native "SVGPolylineElement" { |
| 4962 // To suppress missing implicit constructor warnings. | 4962 // To suppress missing implicit constructor warnings. |
| 4963 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } | 4963 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } |
| 4964 | 4964 |
| 4965 @DomName('SVGPolylineElement.SVGPolylineElement') | 4965 @DomName('SVGPolylineElement.SVGPolylineElement') |
| 4966 @DocsEditable() | 4966 @DocsEditable() |
| 4967 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 4967 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); |
| 4968 | 4968 |
| 4969 @DomName('SVGPolylineElement.animatedPoints') | 4969 @DomName('SVGPolylineElement.animatedPoints') |
| 4970 @DocsEditable() | 4970 @DocsEditable() |
| 4971 final PointList animatedPoints; | 4971 final PointList animatedPoints; |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5183 num y; | 5183 num y; |
| 5184 } | 5184 } |
| 5185 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5185 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5186 // for details. All rights reserved. Use of this source code is governed by a | 5186 // for details. All rights reserved. Use of this source code is governed by a |
| 5187 // BSD-style license that can be found in the LICENSE file. | 5187 // BSD-style license that can be found in the LICENSE file. |
| 5188 | 5188 |
| 5189 | 5189 |
| 5190 @DocsEditable() | 5190 @DocsEditable() |
| 5191 @DomName('SVGRectElement') | 5191 @DomName('SVGRectElement') |
| 5192 @Unstable() | 5192 @Unstable() |
| 5193 class RectElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace native "SVGRectElement" { | 5193 class RectElement extends StyledElement implements Transformable, ExternalResour
cesRequired, Tests, LangSpace native "SVGRectElement" { |
| 5194 // To suppress missing implicit constructor warnings. | 5194 // To suppress missing implicit constructor warnings. |
| 5195 factory RectElement._() { throw new UnsupportedError("Not supported"); } | 5195 factory RectElement._() { throw new UnsupportedError("Not supported"); } |
| 5196 | 5196 |
| 5197 @DomName('SVGRectElement.SVGRectElement') | 5197 @DomName('SVGRectElement.SVGRectElement') |
| 5198 @DocsEditable() | 5198 @DocsEditable() |
| 5199 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 5199 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); |
| 5200 | 5200 |
| 5201 @DomName('SVGRectElement.height') | 5201 @DomName('SVGRectElement.height') |
| 5202 @DocsEditable() | 5202 @DocsEditable() |
| 5203 final AnimatedLength height; | 5203 final AnimatedLength height; |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5706 @DomName('SVGElement.xmlbase') | 5706 @DomName('SVGElement.xmlbase') |
| 5707 @DocsEditable() | 5707 @DocsEditable() |
| 5708 String xmlbase; | 5708 String xmlbase; |
| 5709 | 5709 |
| 5710 } | 5710 } |
| 5711 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5711 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5712 // for details. All rights reserved. Use of this source code is governed by a | 5712 // for details. All rights reserved. Use of this source code is governed by a |
| 5713 // BSD-style license that can be found in the LICENSE file. | 5713 // BSD-style license that can be found in the LICENSE file. |
| 5714 | 5714 |
| 5715 | 5715 |
| 5716 @DocsEditable() | |
| 5717 @DomName('SVGException') | |
| 5718 @Unstable() | |
| 5719 class SvgException extends Interceptor native "SVGException" { | |
| 5720 | |
| 5721 @DomName('SVGException.SVG_INVALID_VALUE_ERR') | |
| 5722 @DocsEditable() | |
| 5723 static const int SVG_INVALID_VALUE_ERR = 1; | |
| 5724 | |
| 5725 @DomName('SVGException.SVG_MATRIX_NOT_INVERTABLE') | |
| 5726 @DocsEditable() | |
| 5727 static const int SVG_MATRIX_NOT_INVERTABLE = 2; | |
| 5728 | |
| 5729 @DomName('SVGException.SVG_WRONG_TYPE_ERR') | |
| 5730 @DocsEditable() | |
| 5731 static const int SVG_WRONG_TYPE_ERR = 0; | |
| 5732 | |
| 5733 @DomName('SVGException.code') | |
| 5734 @DocsEditable() | |
| 5735 final int code; | |
| 5736 | |
| 5737 @DomName('SVGException.message') | |
| 5738 @DocsEditable() | |
| 5739 @Experimental() // nonstandard | |
| 5740 final String message; | |
| 5741 | |
| 5742 @DomName('SVGException.name') | |
| 5743 @DocsEditable() | |
| 5744 @Experimental() // nonstandard | |
| 5745 final String name; | |
| 5746 | |
| 5747 @DomName('SVGException.toString') | |
| 5748 @DocsEditable() | |
| 5749 String toString() native; | |
| 5750 } | |
| 5751 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 5752 // for details. All rights reserved. Use of this source code is governed by a | |
| 5753 // BSD-style license that can be found in the LICENSE file. | |
| 5754 | |
| 5755 | |
| 5756 @DomName('SVGSVGElement') | 5716 @DomName('SVGSVGElement') |
| 5757 @Unstable() | 5717 @Unstable() |
| 5758 class SvgSvgElement extends StyledElement implements FitToViewBox, Transformable
, Tests, ExternalResourcesRequired, ZoomAndPan, LangSpace native "SVGSVGElement"
{ | 5718 class SvgSvgElement extends StyledElement implements FitToViewBox, Transformable
, Tests, ExternalResourcesRequired, ZoomAndPan, LangSpace native "SVGSVGElement"
{ |
| 5759 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement()
; | 5719 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement()
; |
| 5760 | 5720 |
| 5761 // To suppress missing implicit constructor warnings. | 5721 // To suppress missing implicit constructor warnings. |
| 5762 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } | 5722 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } |
| 5763 | 5723 |
| 5764 @DomName('SVGSVGElement.contentScriptType') | 5724 @DomName('SVGSVGElement.contentScriptType') |
| 5765 @DocsEditable() | 5725 @DocsEditable() |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6011 | 5971 |
| 6012 } | 5972 } |
| 6013 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5973 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6014 // for details. All rights reserved. Use of this source code is governed by a | 5974 // for details. All rights reserved. Use of this source code is governed by a |
| 6015 // BSD-style license that can be found in the LICENSE file. | 5975 // BSD-style license that can be found in the LICENSE file. |
| 6016 | 5976 |
| 6017 | 5977 |
| 6018 @DocsEditable() | 5978 @DocsEditable() |
| 6019 @DomName('SVGSwitchElement') | 5979 @DomName('SVGSwitchElement') |
| 6020 @Unstable() | 5980 @Unstable() |
| 6021 class SwitchElement extends StyledElement implements Transformable, Tests, Exter
nalResourcesRequired, LangSpace native "SVGSwitchElement" { | 5981 class SwitchElement extends StyledElement implements Transformable, ExternalReso
urcesRequired, Tests, LangSpace native "SVGSwitchElement" { |
| 6022 // To suppress missing implicit constructor warnings. | 5982 // To suppress missing implicit constructor warnings. |
| 6023 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } | 5983 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } |
| 6024 | 5984 |
| 6025 @DomName('SVGSwitchElement.SVGSwitchElement') | 5985 @DomName('SVGSwitchElement.SVGSwitchElement') |
| 6026 @DocsEditable() | 5986 @DocsEditable() |
| 6027 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); | 5987 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); |
| 6028 | 5988 |
| 6029 // From SVGExternalResourcesRequired | 5989 // From SVGExternalResourcesRequired |
| 6030 | 5990 |
| 6031 @DomName('SVGSwitchElement.externalResourcesRequired') | 5991 @DomName('SVGSwitchElement.externalResourcesRequired') |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6171 bool hasExtension(String extension); | 6131 bool hasExtension(String extension); |
| 6172 } | 6132 } |
| 6173 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6133 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6174 // for details. All rights reserved. Use of this source code is governed by a | 6134 // for details. All rights reserved. Use of this source code is governed by a |
| 6175 // BSD-style license that can be found in the LICENSE file. | 6135 // BSD-style license that can be found in the LICENSE file. |
| 6176 | 6136 |
| 6177 | 6137 |
| 6178 @DocsEditable() | 6138 @DocsEditable() |
| 6179 @DomName('SVGTextContentElement') | 6139 @DomName('SVGTextContentElement') |
| 6180 @Unstable() | 6140 @Unstable() |
| 6181 class TextContentElement extends StyledElement implements Tests, ExternalResourc
esRequired, LangSpace native "SVGTextContentElement" { | 6141 class TextContentElement extends StyledElement implements ExternalResourcesRequi
red, Tests, LangSpace native "SVGTextContentElement" { |
| 6182 // To suppress missing implicit constructor warnings. | 6142 // To suppress missing implicit constructor warnings. |
| 6183 factory TextContentElement._() { throw new UnsupportedError("Not supported");
} | 6143 factory TextContentElement._() { throw new UnsupportedError("Not supported");
} |
| 6184 | 6144 |
| 6185 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') | 6145 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') |
| 6186 @DocsEditable() | 6146 @DocsEditable() |
| 6187 static const int LENGTHADJUST_SPACING = 1; | 6147 static const int LENGTHADJUST_SPACING = 1; |
| 6188 | 6148 |
| 6189 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') | 6149 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') |
| 6190 @DocsEditable() | 6150 @DocsEditable() |
| 6191 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; | 6151 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6666 AnimatedString href; | 6626 AnimatedString href; |
| 6667 } | 6627 } |
| 6668 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6628 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6669 // for details. All rights reserved. Use of this source code is governed by a | 6629 // for details. All rights reserved. Use of this source code is governed by a |
| 6670 // BSD-style license that can be found in the LICENSE file. | 6630 // BSD-style license that can be found in the LICENSE file. |
| 6671 | 6631 |
| 6672 | 6632 |
| 6673 @DocsEditable() | 6633 @DocsEditable() |
| 6674 @DomName('SVGUseElement') | 6634 @DomName('SVGUseElement') |
| 6675 @Unstable() | 6635 @Unstable() |
| 6676 class UseElement extends StyledElement implements UriReference, Tests, Transform
able, ExternalResourcesRequired, LangSpace native "SVGUseElement" { | 6636 class UseElement extends StyledElement implements Transformable, ExternalResourc
esRequired, UriReference, Tests, LangSpace native "SVGUseElement" { |
| 6677 // To suppress missing implicit constructor warnings. | 6637 // To suppress missing implicit constructor warnings. |
| 6678 factory UseElement._() { throw new UnsupportedError("Not supported"); } | 6638 factory UseElement._() { throw new UnsupportedError("Not supported"); } |
| 6679 | 6639 |
| 6680 @DomName('SVGUseElement.SVGUseElement') | 6640 @DomName('SVGUseElement.SVGUseElement') |
| 6681 @DocsEditable() | 6641 @DocsEditable() |
| 6682 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 6642 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; |
| 6683 | 6643 |
| 6684 @DomName('SVGUseElement.animatedInstanceRoot') | 6644 @DomName('SVGUseElement.animatedInstanceRoot') |
| 6685 @DocsEditable() | 6645 @DocsEditable() |
| 6686 final ElementInstance animatedInstanceRoot; | 6646 final ElementInstance animatedInstanceRoot; |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6822 int zoomAndPan; | 6782 int zoomAndPan; |
| 6823 } | 6783 } |
| 6824 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6784 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6825 // for details. All rights reserved. Use of this source code is governed by a | 6785 // for details. All rights reserved. Use of this source code is governed by a |
| 6826 // BSD-style license that can be found in the LICENSE file. | 6786 // BSD-style license that can be found in the LICENSE file. |
| 6827 | 6787 |
| 6828 | 6788 |
| 6829 @DocsEditable() | 6789 @DocsEditable() |
| 6830 @DomName('SVGViewSpec') | 6790 @DomName('SVGViewSpec') |
| 6831 @Unstable() | 6791 @Unstable() |
| 6832 class ViewSpec extends Interceptor native "SVGViewSpec" { | 6792 class ViewSpec extends Interceptor implements FitToViewBox native "SVGViewSpec"
{ |
| 6833 | |
| 6834 @DomName('SVGViewSpec.preserveAspectRatio') | |
| 6835 @DocsEditable() | |
| 6836 @Experimental() // nonstandard | |
| 6837 final AnimatedPreserveAspectRatio preserveAspectRatio; | |
| 6838 | 6793 |
| 6839 @DomName('SVGViewSpec.preserveAspectRatioString') | 6794 @DomName('SVGViewSpec.preserveAspectRatioString') |
| 6840 @DocsEditable() | 6795 @DocsEditable() |
| 6841 final String preserveAspectRatioString; | 6796 final String preserveAspectRatioString; |
| 6842 | 6797 |
| 6843 @DomName('SVGViewSpec.transform') | 6798 @DomName('SVGViewSpec.transform') |
| 6844 @DocsEditable() | 6799 @DocsEditable() |
| 6845 final TransformList transform; | 6800 final TransformList transform; |
| 6846 | 6801 |
| 6847 @DomName('SVGViewSpec.transformString') | 6802 @DomName('SVGViewSpec.transformString') |
| 6848 @DocsEditable() | 6803 @DocsEditable() |
| 6849 final String transformString; | 6804 final String transformString; |
| 6850 | 6805 |
| 6851 @DomName('SVGViewSpec.viewBox') | |
| 6852 @DocsEditable() | |
| 6853 @Experimental() // nonstandard | |
| 6854 final AnimatedRect viewBox; | |
| 6855 | |
| 6856 @DomName('SVGViewSpec.viewBoxString') | 6806 @DomName('SVGViewSpec.viewBoxString') |
| 6857 @DocsEditable() | 6807 @DocsEditable() |
| 6858 final String viewBoxString; | 6808 final String viewBoxString; |
| 6859 | 6809 |
| 6860 @DomName('SVGViewSpec.viewTarget') | 6810 @DomName('SVGViewSpec.viewTarget') |
| 6861 @DocsEditable() | 6811 @DocsEditable() |
| 6862 final SvgElement viewTarget; | 6812 final SvgElement viewTarget; |
| 6863 | 6813 |
| 6864 @DomName('SVGViewSpec.viewTargetString') | 6814 @DomName('SVGViewSpec.viewTargetString') |
| 6865 @DocsEditable() | 6815 @DocsEditable() |
| 6866 final String viewTargetString; | 6816 final String viewTargetString; |
| 6867 | 6817 |
| 6868 @DomName('SVGViewSpec.zoomAndPan') | 6818 @DomName('SVGViewSpec.zoomAndPan') |
| 6869 @DocsEditable() | 6819 @DocsEditable() |
| 6870 @Experimental() // nonstandard | 6820 @Experimental() // nonstandard |
| 6871 int zoomAndPan; | 6821 int zoomAndPan; |
| 6822 |
| 6823 // From SVGFitToViewBox |
| 6824 |
| 6825 @DomName('SVGViewSpec.preserveAspectRatio') |
| 6826 @DocsEditable() |
| 6827 @Experimental() // nonstandard |
| 6828 final AnimatedPreserveAspectRatio preserveAspectRatio; |
| 6829 |
| 6830 @DomName('SVGViewSpec.viewBox') |
| 6831 @DocsEditable() |
| 6832 @Experimental() // nonstandard |
| 6833 final AnimatedRect viewBox; |
| 6872 } | 6834 } |
| 6873 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6835 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6874 // for details. All rights reserved. Use of this source code is governed by a | 6836 // for details. All rights reserved. Use of this source code is governed by a |
| 6875 // BSD-style license that can be found in the LICENSE file. | 6837 // BSD-style license that can be found in the LICENSE file. |
| 6876 | 6838 |
| 6877 | 6839 |
| 6878 @DocsEditable() | 6840 @DocsEditable() |
| 6879 @DomName('SVGZoomAndPan') | 6841 @DomName('SVGZoomAndPan') |
| 6880 @Unstable() | 6842 @Unstable() |
| 6881 abstract class ZoomAndPan extends Interceptor { | 6843 abstract class ZoomAndPan extends Interceptor { |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7102 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } | 7064 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } |
| 7103 } | 7065 } |
| 7104 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7066 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7105 // for details. All rights reserved. Use of this source code is governed by a | 7067 // for details. All rights reserved. Use of this source code is governed by a |
| 7106 // BSD-style license that can be found in the LICENSE file. | 7068 // BSD-style license that can be found in the LICENSE file. |
| 7107 | 7069 |
| 7108 | 7070 |
| 7109 @DocsEditable() | 7071 @DocsEditable() |
| 7110 @DomName('SVGCursorElement') | 7072 @DomName('SVGCursorElement') |
| 7111 @Unstable() | 7073 @Unstable() |
| 7112 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes
ts, ExternalResourcesRequired native "SVGCursorElement" { | 7074 abstract class _SVGCursorElement extends SvgElement implements UriReference, Ext
ernalResourcesRequired, Tests native "SVGCursorElement" { |
| 7113 // To suppress missing implicit constructor warnings. | 7075 // To suppress missing implicit constructor warnings. |
| 7114 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } | 7076 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } |
| 7115 | 7077 |
| 7116 @DomName('SVGCursorElement.SVGCursorElement') | 7078 @DomName('SVGCursorElement.SVGCursorElement') |
| 7117 @DocsEditable() | 7079 @DocsEditable() |
| 7118 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); | 7080 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); |
| 7119 | 7081 |
| 7120 /// Checks if this type is supported on the current platform. | 7082 /// Checks if this type is supported on the current platform. |
| 7121 static bool get supported => SvgElement.isTagSupported('cursor') && (new SvgEl
ement.tag('cursor') is _SVGCursorElement); | 7083 static bool get supported => SvgElement.isTagSupported('cursor') && (new SvgEl
ement.tag('cursor') is _SVGCursorElement); |
| 7122 | 7084 |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7328 @DomName('SVGVKernElement') | 7290 @DomName('SVGVKernElement') |
| 7329 @Unstable() | 7291 @Unstable() |
| 7330 abstract class _SVGVKernElement extends SvgElement native "SVGVKernElement" { | 7292 abstract class _SVGVKernElement extends SvgElement native "SVGVKernElement" { |
| 7331 // To suppress missing implicit constructor warnings. | 7293 // To suppress missing implicit constructor warnings. |
| 7332 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } | 7294 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } |
| 7333 | 7295 |
| 7334 @DomName('SVGVKernElement.SVGVKernElement') | 7296 @DomName('SVGVKernElement.SVGVKernElement') |
| 7335 @DocsEditable() | 7297 @DocsEditable() |
| 7336 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 7298 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 7337 } | 7299 } |
| OLD | NEW |