| 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:_internal' hide deprecated; | 5 import 'dart:_internal' hide deprecated; |
| 6 import 'dart:html'; | 6 import 'dart:html'; |
| 7 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 8 import 'dart:nativewrappers'; | 8 import 'dart:nativewrappers'; |
| 9 // DO NOT EDIT | 9 // DO NOT EDIT |
| 10 // Auto-generated dart:svg library. | 10 // Auto-generated dart:svg library. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 28 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 29 // for details. All rights reserved. Use of this source code is governed by a | 29 // for details. All rights reserved. Use of this source code is governed by a |
| 30 // BSD-style license that can be found in the LICENSE file. | 30 // BSD-style license that can be found in the LICENSE file. |
| 31 | 31 |
| 32 // WARNING: Do not edit - generated code. | 32 // WARNING: Do not edit - generated code. |
| 33 | 33 |
| 34 | 34 |
| 35 @DocsEditable() | 35 @DocsEditable() |
| 36 @DomName('SVGAElement') | 36 @DomName('SVGAElement') |
| 37 @Unstable() | 37 @Unstable() |
| 38 class AElement extends GraphicsElement implements UriReference, ExternalResource
sRequired { | 38 class AElement extends GraphicsElement implements UriReference { |
| 39 // To suppress missing implicit constructor warnings. | 39 // To suppress missing implicit constructor warnings. |
| 40 factory AElement._() { throw new UnsupportedError("Not supported"); } | 40 factory AElement._() { throw new UnsupportedError("Not supported"); } |
| 41 | 41 |
| 42 @DomName('SVGAElement.SVGAElement') | 42 @DomName('SVGAElement.SVGAElement') |
| 43 @DocsEditable() | 43 @DocsEditable() |
| 44 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 44 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
| 45 /** | 45 /** |
| 46 * Constructor instantiated by the DOM when a custom element has been created. | 46 * Constructor instantiated by the DOM when a custom element has been created. |
| 47 * | 47 * |
| 48 * This can only be called by subclasses from their created constructor. | 48 * This can only be called by subclasses from their created constructor. |
| 49 */ | 49 */ |
| 50 AElement.created() : super.created(); | 50 AElement.created() : super.created(); |
| 51 | 51 |
| 52 @DomName('SVGAElement.target') | 52 @DomName('SVGAElement.target') |
| 53 @DocsEditable() | 53 @DocsEditable() |
| 54 AnimatedString get target native "SVGAElement_target_Getter"; | 54 AnimatedString get target native "SVGAElement_target_Getter"; |
| 55 | 55 |
| 56 @DomName('SVGAElement.externalResourcesRequired') | |
| 57 @DocsEditable() | |
| 58 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso
urcesRequired_Getter"; | |
| 59 | |
| 60 @DomName('SVGAElement.href') | 56 @DomName('SVGAElement.href') |
| 61 @DocsEditable() | 57 @DocsEditable() |
| 62 AnimatedString get href native "SVGAElement_href_Getter"; | 58 AnimatedString get href native "SVGAElement_href_Getter"; |
| 63 | 59 |
| 64 } | 60 } |
| 65 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 61 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 66 // for details. All rights reserved. Use of this source code is governed by a | 62 // for details. All rights reserved. Use of this source code is governed by a |
| 67 // BSD-style license that can be found in the LICENSE file. | 63 // BSD-style license that can be found in the LICENSE file. |
| 68 | 64 |
| 69 // WARNING: Do not edit - generated code. | 65 // WARNING: Do not edit - generated code. |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 572 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 577 // for details. All rights reserved. Use of this source code is governed by a | 573 // for details. All rights reserved. Use of this source code is governed by a |
| 578 // BSD-style license that can be found in the LICENSE file. | 574 // BSD-style license that can be found in the LICENSE file. |
| 579 | 575 |
| 580 // WARNING: Do not edit - generated code. | 576 // WARNING: Do not edit - generated code. |
| 581 | 577 |
| 582 | 578 |
| 583 @DocsEditable() | 579 @DocsEditable() |
| 584 @DomName('SVGAnimationElement') | 580 @DomName('SVGAnimationElement') |
| 585 @Unstable() | 581 @Unstable() |
| 586 class AnimationElement extends SvgElement implements ExternalResourcesRequired,
Tests { | 582 class AnimationElement extends SvgElement implements Tests { |
| 587 // To suppress missing implicit constructor warnings. | 583 // To suppress missing implicit constructor warnings. |
| 588 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } | 584 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } |
| 589 | 585 |
| 590 @DomName('SVGAnimationElement.SVGAnimationElement') | 586 @DomName('SVGAnimationElement.SVGAnimationElement') |
| 591 @DocsEditable() | 587 @DocsEditable() |
| 592 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 588 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
| 593 /** | 589 /** |
| 594 * Constructor instantiated by the DOM when a custom element has been created. | 590 * Constructor instantiated by the DOM when a custom element has been created. |
| 595 * | 591 * |
| 596 * This can only be called by subclasses from their created constructor. | 592 * This can only be called by subclasses from their created constructor. |
| (...skipping 25 matching lines...) Expand all Loading... |
| 622 double getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; | 618 double getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; |
| 623 | 619 |
| 624 @DomName('SVGAnimationElement.getSimpleDuration') | 620 @DomName('SVGAnimationElement.getSimpleDuration') |
| 625 @DocsEditable() | 621 @DocsEditable() |
| 626 double getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callb
ack"; | 622 double getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callb
ack"; |
| 627 | 623 |
| 628 @DomName('SVGAnimationElement.getStartTime') | 624 @DomName('SVGAnimationElement.getStartTime') |
| 629 @DocsEditable() | 625 @DocsEditable() |
| 630 double getStartTime() native "SVGAnimationElement_getStartTime_Callback"; | 626 double getStartTime() native "SVGAnimationElement_getStartTime_Callback"; |
| 631 | 627 |
| 632 @DomName('SVGAnimationElement.externalResourcesRequired') | |
| 633 @DocsEditable() | |
| 634 AnimatedBoolean get externalResourcesRequired native "SVGAnimationElement_exte
rnalResourcesRequired_Getter"; | |
| 635 | |
| 636 @DomName('SVGAnimationElement.requiredExtensions') | 628 @DomName('SVGAnimationElement.requiredExtensions') |
| 637 @DocsEditable() | 629 @DocsEditable() |
| 638 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio
ns_Getter"; | 630 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio
ns_Getter"; |
| 639 | 631 |
| 640 @DomName('SVGAnimationElement.requiredFeatures') | 632 @DomName('SVGAnimationElement.requiredFeatures') |
| 641 @DocsEditable() | 633 @DocsEditable() |
| 642 StringList get requiredFeatures native "SVGAnimationElement_requiredFeatures_G
etter"; | 634 StringList get requiredFeatures native "SVGAnimationElement_requiredFeatures_G
etter"; |
| 643 | 635 |
| 644 @DomName('SVGAnimationElement.systemLanguage') | 636 @DomName('SVGAnimationElement.systemLanguage') |
| 645 @DocsEditable() | 637 @DocsEditable() |
| 646 StringList get systemLanguage native "SVGAnimationElement_systemLanguage_Gette
r"; | 638 StringList get systemLanguage native "SVGAnimationElement_systemLanguage_Gette
r"; |
| 647 | 639 |
| 648 @DomName('SVGAnimationElement.hasExtension') | 640 @DomName('SVGAnimationElement.hasExtension') |
| 649 @DocsEditable() | 641 @DocsEditable() |
| 650 bool hasExtension(String extension) native "SVGAnimationElement_hasExtension_C
allback"; | 642 bool hasExtension(String extension) native "SVGAnimationElement_hasExtension_C
allback"; |
| 651 | 643 |
| 652 } | 644 } |
| 653 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 645 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 654 // for details. All rights reserved. Use of this source code is governed by a | 646 // for details. All rights reserved. Use of this source code is governed by a |
| 655 // BSD-style license that can be found in the LICENSE file. | 647 // BSD-style license that can be found in the LICENSE file. |
| 656 | 648 |
| 657 // WARNING: Do not edit - generated code. | 649 // WARNING: Do not edit - generated code. |
| 658 | 650 |
| 659 | 651 |
| 660 @DocsEditable() | 652 @DocsEditable() |
| 661 @DomName('SVGCircleElement') | 653 @DomName('SVGCircleElement') |
| 662 @Unstable() | 654 @Unstable() |
| 663 class CircleElement extends GeometryElement implements ExternalResourcesRequired
{ | 655 class CircleElement extends GeometryElement { |
| 664 // To suppress missing implicit constructor warnings. | 656 // To suppress missing implicit constructor warnings. |
| 665 factory CircleElement._() { throw new UnsupportedError("Not supported"); } | 657 factory CircleElement._() { throw new UnsupportedError("Not supported"); } |
| 666 | 658 |
| 667 @DomName('SVGCircleElement.SVGCircleElement') | 659 @DomName('SVGCircleElement.SVGCircleElement') |
| 668 @DocsEditable() | 660 @DocsEditable() |
| 669 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 661 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); |
| 670 /** | 662 /** |
| 671 * Constructor instantiated by the DOM when a custom element has been created. | 663 * Constructor instantiated by the DOM when a custom element has been created. |
| 672 * | 664 * |
| 673 * This can only be called by subclasses from their created constructor. | 665 * This can only be called by subclasses from their created constructor. |
| 674 */ | 666 */ |
| 675 CircleElement.created() : super.created(); | 667 CircleElement.created() : super.created(); |
| 676 | 668 |
| 677 @DomName('SVGCircleElement.cx') | 669 @DomName('SVGCircleElement.cx') |
| 678 @DocsEditable() | 670 @DocsEditable() |
| 679 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; | 671 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; |
| 680 | 672 |
| 681 @DomName('SVGCircleElement.cy') | 673 @DomName('SVGCircleElement.cy') |
| 682 @DocsEditable() | 674 @DocsEditable() |
| 683 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; | 675 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; |
| 684 | 676 |
| 685 @DomName('SVGCircleElement.r') | 677 @DomName('SVGCircleElement.r') |
| 686 @DocsEditable() | 678 @DocsEditable() |
| 687 AnimatedLength get r native "SVGCircleElement_r_Getter"; | 679 AnimatedLength get r native "SVGCircleElement_r_Getter"; |
| 688 | 680 |
| 689 @DomName('SVGCircleElement.externalResourcesRequired') | |
| 690 @DocsEditable() | |
| 691 AnimatedBoolean get externalResourcesRequired native "SVGCircleElement_externa
lResourcesRequired_Getter"; | |
| 692 | |
| 693 } | 681 } |
| 694 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 682 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 695 // for details. All rights reserved. Use of this source code is governed by a | 683 // for details. All rights reserved. Use of this source code is governed by a |
| 696 // BSD-style license that can be found in the LICENSE file. | 684 // BSD-style license that can be found in the LICENSE file. |
| 697 | 685 |
| 698 // WARNING: Do not edit - generated code. | 686 // WARNING: Do not edit - generated code. |
| 699 | 687 |
| 700 | 688 |
| 701 @DocsEditable() | 689 @DocsEditable() |
| 702 @DomName('SVGClipPathElement') | 690 @DomName('SVGClipPathElement') |
| 703 @Unstable() | 691 @Unstable() |
| 704 class ClipPathElement extends GraphicsElement implements ExternalResourcesRequir
ed { | 692 class ClipPathElement extends GraphicsElement { |
| 705 // To suppress missing implicit constructor warnings. | 693 // To suppress missing implicit constructor warnings. |
| 706 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } | 694 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } |
| 707 | 695 |
| 708 @DomName('SVGClipPathElement.SVGClipPathElement') | 696 @DomName('SVGClipPathElement.SVGClipPathElement') |
| 709 @DocsEditable() | 697 @DocsEditable() |
| 710 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 698 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); |
| 711 /** | 699 /** |
| 712 * Constructor instantiated by the DOM when a custom element has been created. | 700 * Constructor instantiated by the DOM when a custom element has been created. |
| 713 * | 701 * |
| 714 * This can only be called by subclasses from their created constructor. | 702 * This can only be called by subclasses from their created constructor. |
| 715 */ | 703 */ |
| 716 ClipPathElement.created() : super.created(); | 704 ClipPathElement.created() : super.created(); |
| 717 | 705 |
| 718 @DomName('SVGClipPathElement.clipPathUnits') | 706 @DomName('SVGClipPathElement.clipPathUnits') |
| 719 @DocsEditable() | 707 @DocsEditable() |
| 720 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; | 708 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; |
| 721 | 709 |
| 722 @DomName('SVGClipPathElement.externalResourcesRequired') | |
| 723 @DocsEditable() | |
| 724 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter
nalResourcesRequired_Getter"; | |
| 725 | |
| 726 } | 710 } |
| 727 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 711 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 728 // for details. All rights reserved. Use of this source code is governed by a | 712 // for details. All rights reserved. Use of this source code is governed by a |
| 729 // BSD-style license that can be found in the LICENSE file. | 713 // BSD-style license that can be found in the LICENSE file. |
| 730 | 714 |
| 731 // WARNING: Do not edit - generated code. | 715 // WARNING: Do not edit - generated code. |
| 732 | 716 |
| 733 | 717 |
| 734 @DocsEditable() | 718 @DocsEditable() |
| 735 @DomName('SVGDefsElement') | 719 @DomName('SVGDefsElement') |
| 736 @Unstable() | 720 @Unstable() |
| 737 class DefsElement extends GraphicsElement implements ExternalResourcesRequired { | 721 class DefsElement extends GraphicsElement { |
| 738 // To suppress missing implicit constructor warnings. | 722 // To suppress missing implicit constructor warnings. |
| 739 factory DefsElement._() { throw new UnsupportedError("Not supported"); } | 723 factory DefsElement._() { throw new UnsupportedError("Not supported"); } |
| 740 | 724 |
| 741 @DomName('SVGDefsElement.SVGDefsElement') | 725 @DomName('SVGDefsElement.SVGDefsElement') |
| 742 @DocsEditable() | 726 @DocsEditable() |
| 743 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); | 727 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); |
| 744 /** | 728 /** |
| 745 * Constructor instantiated by the DOM when a custom element has been created. | 729 * Constructor instantiated by the DOM when a custom element has been created. |
| 746 * | 730 * |
| 747 * This can only be called by subclasses from their created constructor. | 731 * This can only be called by subclasses from their created constructor. |
| 748 */ | 732 */ |
| 749 DefsElement.created() : super.created(); | 733 DefsElement.created() : super.created(); |
| 750 | 734 |
| 751 @DomName('SVGDefsElement.externalResourcesRequired') | |
| 752 @DocsEditable() | |
| 753 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR
esourcesRequired_Getter"; | |
| 754 | |
| 755 } | 735 } |
| 756 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 736 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 757 // for details. All rights reserved. Use of this source code is governed by a | 737 // for details. All rights reserved. Use of this source code is governed by a |
| 758 // BSD-style license that can be found in the LICENSE file. | 738 // BSD-style license that can be found in the LICENSE file. |
| 759 | 739 |
| 760 // WARNING: Do not edit - generated code. | 740 // WARNING: Do not edit - generated code. |
| 761 | 741 |
| 762 | 742 |
| 763 @DocsEditable() | 743 @DocsEditable() |
| 764 @DomName('SVGDescElement') | 744 @DomName('SVGDescElement') |
| (...skipping 14 matching lines...) Expand all Loading... |
| 779 | 759 |
| 780 } | 760 } |
| 781 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 761 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 782 // for details. All rights reserved. Use of this source code is governed by a | 762 // for details. All rights reserved. Use of this source code is governed by a |
| 783 // BSD-style license that can be found in the LICENSE file. | 763 // BSD-style license that can be found in the LICENSE file. |
| 784 | 764 |
| 785 // WARNING: Do not edit - generated code. | 765 // WARNING: Do not edit - generated code. |
| 786 | 766 |
| 787 | 767 |
| 788 @DocsEditable() | 768 @DocsEditable() |
| 769 @DomName('SVGDiscardElement') |
| 770 @Experimental() // untriaged |
| 771 class DiscardElement extends SvgElement { |
| 772 // To suppress missing implicit constructor warnings. |
| 773 factory DiscardElement._() { throw new UnsupportedError("Not supported"); } |
| 774 /** |
| 775 * Constructor instantiated by the DOM when a custom element has been created. |
| 776 * |
| 777 * This can only be called by subclasses from their created constructor. |
| 778 */ |
| 779 DiscardElement.created() : super.created(); |
| 780 |
| 781 } |
| 782 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 783 // for details. All rights reserved. Use of this source code is governed by a |
| 784 // BSD-style license that can be found in the LICENSE file. |
| 785 |
| 786 // WARNING: Do not edit - generated code. |
| 787 |
| 788 |
| 789 @DocsEditable() |
| 789 @DomName('SVGElementInstance') | 790 @DomName('SVGElementInstance') |
| 790 @Unstable() | 791 @Unstable() |
| 791 class ElementInstance extends EventTarget { | 792 class ElementInstance extends EventTarget { |
| 792 // To suppress missing implicit constructor warnings. | 793 // To suppress missing implicit constructor warnings. |
| 793 factory ElementInstance._() { throw new UnsupportedError("Not supported"); } | 794 factory ElementInstance._() { throw new UnsupportedError("Not supported"); } |
| 794 | 795 |
| 795 /** | 796 /** |
| 796 * Static factory designed to expose `abort` events to event | 797 * Static factory designed to expose `abort` events to event |
| 797 * handlers that are not necessarily instances of [ElementInstance]. | 798 * handlers that are not necessarily instances of [ElementInstance]. |
| 798 * | 799 * |
| (...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1481 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1482 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1482 // for details. All rights reserved. Use of this source code is governed by a | 1483 // for details. All rights reserved. Use of this source code is governed by a |
| 1483 // BSD-style license that can be found in the LICENSE file. | 1484 // BSD-style license that can be found in the LICENSE file. |
| 1484 | 1485 |
| 1485 // WARNING: Do not edit - generated code. | 1486 // WARNING: Do not edit - generated code. |
| 1486 | 1487 |
| 1487 | 1488 |
| 1488 @DocsEditable() | 1489 @DocsEditable() |
| 1489 @DomName('SVGEllipseElement') | 1490 @DomName('SVGEllipseElement') |
| 1490 @Unstable() | 1491 @Unstable() |
| 1491 class EllipseElement extends GeometryElement implements ExternalResourcesRequire
d { | 1492 class EllipseElement extends GeometryElement { |
| 1492 // To suppress missing implicit constructor warnings. | 1493 // To suppress missing implicit constructor warnings. |
| 1493 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } | 1494 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } |
| 1494 | 1495 |
| 1495 @DomName('SVGEllipseElement.SVGEllipseElement') | 1496 @DomName('SVGEllipseElement.SVGEllipseElement') |
| 1496 @DocsEditable() | 1497 @DocsEditable() |
| 1497 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1498 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
| 1498 /** | 1499 /** |
| 1499 * Constructor instantiated by the DOM when a custom element has been created. | 1500 * Constructor instantiated by the DOM when a custom element has been created. |
| 1500 * | 1501 * |
| 1501 * This can only be called by subclasses from their created constructor. | 1502 * This can only be called by subclasses from their created constructor. |
| 1502 */ | 1503 */ |
| 1503 EllipseElement.created() : super.created(); | 1504 EllipseElement.created() : super.created(); |
| 1504 | 1505 |
| 1505 @DomName('SVGEllipseElement.cx') | 1506 @DomName('SVGEllipseElement.cx') |
| 1506 @DocsEditable() | 1507 @DocsEditable() |
| 1507 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; | 1508 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; |
| 1508 | 1509 |
| 1509 @DomName('SVGEllipseElement.cy') | 1510 @DomName('SVGEllipseElement.cy') |
| 1510 @DocsEditable() | 1511 @DocsEditable() |
| 1511 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; | 1512 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; |
| 1512 | 1513 |
| 1513 @DomName('SVGEllipseElement.rx') | 1514 @DomName('SVGEllipseElement.rx') |
| 1514 @DocsEditable() | 1515 @DocsEditable() |
| 1515 AnimatedLength get rx native "SVGEllipseElement_rx_Getter"; | 1516 AnimatedLength get rx native "SVGEllipseElement_rx_Getter"; |
| 1516 | 1517 |
| 1517 @DomName('SVGEllipseElement.ry') | 1518 @DomName('SVGEllipseElement.ry') |
| 1518 @DocsEditable() | 1519 @DocsEditable() |
| 1519 AnimatedLength get ry native "SVGEllipseElement_ry_Getter"; | 1520 AnimatedLength get ry native "SVGEllipseElement_ry_Getter"; |
| 1520 | 1521 |
| 1521 @DomName('SVGEllipseElement.externalResourcesRequired') | |
| 1522 @DocsEditable() | |
| 1523 AnimatedBoolean get externalResourcesRequired native "SVGEllipseElement_extern
alResourcesRequired_Getter"; | |
| 1524 | |
| 1525 } | 1522 } |
| 1526 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1523 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1527 // for details. All rights reserved. Use of this source code is governed by a | 1524 // for details. All rights reserved. Use of this source code is governed by a |
| 1528 // BSD-style license that can be found in the LICENSE file. | |
| 1529 | |
| 1530 // WARNING: Do not edit - generated code. | |
| 1531 | |
| 1532 | |
| 1533 @DocsEditable() | |
| 1534 @DomName('SVGExternalResourcesRequired') | |
| 1535 @Unstable() | |
| 1536 abstract class ExternalResourcesRequired extends NativeFieldWrapperClass2 { | |
| 1537 // To suppress missing implicit constructor warnings. | |
| 1538 factory ExternalResourcesRequired._() { throw new UnsupportedError("Not suppor
ted"); } | |
| 1539 | |
| 1540 /// Checks if this type is supported on the current platform. | |
| 1541 static bool supported(SvgElement element) => true; | |
| 1542 | |
| 1543 @DomName('SVGExternalResourcesRequired.externalResourcesRequired') | |
| 1544 @DocsEditable() | |
| 1545 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ
ired_externalResourcesRequired_Getter"; | |
| 1546 | |
| 1547 } | |
| 1548 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 1549 // for details. All rights reserved. Use of this source code is governed by a | |
| 1550 // BSD-style license that can be found in the LICENSE file. | 1525 // BSD-style license that can be found in the LICENSE file. |
| 1551 | 1526 |
| 1552 // WARNING: Do not edit - generated code. | 1527 // WARNING: Do not edit - generated code. |
| 1553 | 1528 |
| 1554 | 1529 |
| 1555 @DocsEditable() | 1530 @DocsEditable() |
| 1556 @DomName('SVGFEBlendElement') | 1531 @DomName('SVGFEBlendElement') |
| 1557 @SupportedBrowser(SupportedBrowser.CHROME) | 1532 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1558 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1533 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1559 @SupportedBrowser(SupportedBrowser.IE, '10') | 1534 @SupportedBrowser(SupportedBrowser.IE, '10') |
| (...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2445 // WARNING: Do not edit - generated code. | 2420 // WARNING: Do not edit - generated code. |
| 2446 | 2421 |
| 2447 | 2422 |
| 2448 @DocsEditable() | 2423 @DocsEditable() |
| 2449 @DomName('SVGFEImageElement') | 2424 @DomName('SVGFEImageElement') |
| 2450 @SupportedBrowser(SupportedBrowser.CHROME) | 2425 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2451 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2426 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2452 @SupportedBrowser(SupportedBrowser.IE, '10') | 2427 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2453 @SupportedBrowser(SupportedBrowser.SAFARI) | 2428 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2454 @Unstable() | 2429 @Unstable() |
| 2455 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes, UriReference, ExternalResourcesRequired { | 2430 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes, UriReference { |
| 2456 // To suppress missing implicit constructor warnings. | 2431 // To suppress missing implicit constructor warnings. |
| 2457 factory FEImageElement._() { throw new UnsupportedError("Not supported"); } | 2432 factory FEImageElement._() { throw new UnsupportedError("Not supported"); } |
| 2458 | 2433 |
| 2459 @DomName('SVGFEImageElement.SVGFEImageElement') | 2434 @DomName('SVGFEImageElement.SVGFEImageElement') |
| 2460 @DocsEditable() | 2435 @DocsEditable() |
| 2461 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eImage"); | 2436 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eImage"); |
| 2462 /** | 2437 /** |
| 2463 * Constructor instantiated by the DOM when a custom element has been created. | 2438 * Constructor instantiated by the DOM when a custom element has been created. |
| 2464 * | 2439 * |
| 2465 * This can only be called by subclasses from their created constructor. | 2440 * This can only be called by subclasses from their created constructor. |
| 2466 */ | 2441 */ |
| 2467 FEImageElement.created() : super.created(); | 2442 FEImageElement.created() : super.created(); |
| 2468 | 2443 |
| 2469 /// Checks if this type is supported on the current platform. | 2444 /// Checks if this type is supported on the current platform. |
| 2470 static bool get supported => true; | 2445 static bool get supported => true; |
| 2471 | 2446 |
| 2472 @DomName('SVGFEImageElement.preserveAspectRatio') | 2447 @DomName('SVGFEImageElement.preserveAspectRatio') |
| 2473 @DocsEditable() | 2448 @DocsEditable() |
| 2474 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFEImageElement_
preserveAspectRatio_Getter"; | 2449 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFEImageElement_
preserveAspectRatio_Getter"; |
| 2475 | 2450 |
| 2476 @DomName('SVGFEImageElement.externalResourcesRequired') | |
| 2477 @DocsEditable() | |
| 2478 AnimatedBoolean get externalResourcesRequired native "SVGFEImageElement_extern
alResourcesRequired_Getter"; | |
| 2479 | |
| 2480 @DomName('SVGFEImageElement.height') | 2451 @DomName('SVGFEImageElement.height') |
| 2481 @DocsEditable() | 2452 @DocsEditable() |
| 2482 AnimatedLength get height native "SVGFEImageElement_height_Getter"; | 2453 AnimatedLength get height native "SVGFEImageElement_height_Getter"; |
| 2483 | 2454 |
| 2484 @DomName('SVGFEImageElement.result') | 2455 @DomName('SVGFEImageElement.result') |
| 2485 @DocsEditable() | 2456 @DocsEditable() |
| 2486 AnimatedString get result native "SVGFEImageElement_result_Getter"; | 2457 AnimatedString get result native "SVGFEImageElement_result_Getter"; |
| 2487 | 2458 |
| 2488 @DomName('SVGFEImageElement.width') | 2459 @DomName('SVGFEImageElement.width') |
| 2489 @DocsEditable() | 2460 @DocsEditable() |
| (...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3070 // WARNING: Do not edit - generated code. | 3041 // WARNING: Do not edit - generated code. |
| 3071 | 3042 |
| 3072 | 3043 |
| 3073 @DocsEditable() | 3044 @DocsEditable() |
| 3074 @DomName('SVGFilterElement') | 3045 @DomName('SVGFilterElement') |
| 3075 @SupportedBrowser(SupportedBrowser.CHROME) | 3046 @SupportedBrowser(SupportedBrowser.CHROME) |
| 3076 @SupportedBrowser(SupportedBrowser.FIREFOX) | 3047 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 3077 @SupportedBrowser(SupportedBrowser.IE, '10') | 3048 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 3078 @SupportedBrowser(SupportedBrowser.SAFARI) | 3049 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 3079 @Unstable() | 3050 @Unstable() |
| 3080 class FilterElement extends SvgElement implements UriReference, ExternalResource
sRequired { | 3051 class FilterElement extends SvgElement implements UriReference { |
| 3081 // To suppress missing implicit constructor warnings. | 3052 // To suppress missing implicit constructor warnings. |
| 3082 factory FilterElement._() { throw new UnsupportedError("Not supported"); } | 3053 factory FilterElement._() { throw new UnsupportedError("Not supported"); } |
| 3083 | 3054 |
| 3084 @DomName('SVGFilterElement.SVGFilterElement') | 3055 @DomName('SVGFilterElement.SVGFilterElement') |
| 3085 @DocsEditable() | 3056 @DocsEditable() |
| 3086 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); | 3057 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); |
| 3087 /** | 3058 /** |
| 3088 * Constructor instantiated by the DOM when a custom element has been created. | 3059 * Constructor instantiated by the DOM when a custom element has been created. |
| 3089 * | 3060 * |
| 3090 * This can only be called by subclasses from their created constructor. | 3061 * This can only be called by subclasses from their created constructor. |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3123 AnimatedLength get x native "SVGFilterElement_x_Getter"; | 3094 AnimatedLength get x native "SVGFilterElement_x_Getter"; |
| 3124 | 3095 |
| 3125 @DomName('SVGFilterElement.y') | 3096 @DomName('SVGFilterElement.y') |
| 3126 @DocsEditable() | 3097 @DocsEditable() |
| 3127 AnimatedLength get y native "SVGFilterElement_y_Getter"; | 3098 AnimatedLength get y native "SVGFilterElement_y_Getter"; |
| 3128 | 3099 |
| 3129 @DomName('SVGFilterElement.setFilterRes') | 3100 @DomName('SVGFilterElement.setFilterRes') |
| 3130 @DocsEditable() | 3101 @DocsEditable() |
| 3131 void setFilterRes(int filterResX, int filterResY) native "SVGFilterElement_set
FilterRes_Callback"; | 3102 void setFilterRes(int filterResX, int filterResY) native "SVGFilterElement_set
FilterRes_Callback"; |
| 3132 | 3103 |
| 3133 @DomName('SVGFilterElement.externalResourcesRequired') | |
| 3134 @DocsEditable() | |
| 3135 AnimatedBoolean get externalResourcesRequired native "SVGFilterElement_externa
lResourcesRequired_Getter"; | |
| 3136 | |
| 3137 @DomName('SVGFilterElement.href') | 3104 @DomName('SVGFilterElement.href') |
| 3138 @DocsEditable() | 3105 @DocsEditable() |
| 3139 AnimatedString get href native "SVGFilterElement_href_Getter"; | 3106 AnimatedString get href native "SVGFilterElement_href_Getter"; |
| 3140 | 3107 |
| 3141 } | 3108 } |
| 3142 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3109 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3143 // for details. All rights reserved. Use of this source code is governed by a | 3110 // for details. All rights reserved. Use of this source code is governed by a |
| 3144 // BSD-style license that can be found in the LICENSE file. | 3111 // BSD-style license that can be found in the LICENSE file. |
| 3145 | 3112 |
| 3146 // WARNING: Do not edit - generated code. | 3113 // WARNING: Do not edit - generated code. |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3203 | 3170 |
| 3204 // WARNING: Do not edit - generated code. | 3171 // WARNING: Do not edit - generated code. |
| 3205 | 3172 |
| 3206 | 3173 |
| 3207 @DocsEditable() | 3174 @DocsEditable() |
| 3208 @DomName('SVGForeignObjectElement') | 3175 @DomName('SVGForeignObjectElement') |
| 3209 @SupportedBrowser(SupportedBrowser.CHROME) | 3176 @SupportedBrowser(SupportedBrowser.CHROME) |
| 3210 @SupportedBrowser(SupportedBrowser.FIREFOX) | 3177 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 3211 @SupportedBrowser(SupportedBrowser.SAFARI) | 3178 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 3212 @Unstable() | 3179 @Unstable() |
| 3213 class ForeignObjectElement extends GraphicsElement implements ExternalResourcesR
equired { | 3180 class ForeignObjectElement extends GraphicsElement { |
| 3214 // To suppress missing implicit constructor warnings. | 3181 // To suppress missing implicit constructor warnings. |
| 3215 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported")
; } | 3182 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported")
; } |
| 3216 | 3183 |
| 3217 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') | 3184 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') |
| 3218 @DocsEditable() | 3185 @DocsEditable() |
| 3219 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); | 3186 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); |
| 3220 /** | 3187 /** |
| 3221 * Constructor instantiated by the DOM when a custom element has been created. | 3188 * Constructor instantiated by the DOM when a custom element has been created. |
| 3222 * | 3189 * |
| 3223 * This can only be called by subclasses from their created constructor. | 3190 * This can only be called by subclasses from their created constructor. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 3236 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; | 3203 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; |
| 3237 | 3204 |
| 3238 @DomName('SVGForeignObjectElement.x') | 3205 @DomName('SVGForeignObjectElement.x') |
| 3239 @DocsEditable() | 3206 @DocsEditable() |
| 3240 AnimatedLength get x native "SVGForeignObjectElement_x_Getter"; | 3207 AnimatedLength get x native "SVGForeignObjectElement_x_Getter"; |
| 3241 | 3208 |
| 3242 @DomName('SVGForeignObjectElement.y') | 3209 @DomName('SVGForeignObjectElement.y') |
| 3243 @DocsEditable() | 3210 @DocsEditable() |
| 3244 AnimatedLength get y native "SVGForeignObjectElement_y_Getter"; | 3211 AnimatedLength get y native "SVGForeignObjectElement_y_Getter"; |
| 3245 | 3212 |
| 3246 @DomName('SVGForeignObjectElement.externalResourcesRequired') | |
| 3247 @DocsEditable() | |
| 3248 AnimatedBoolean get externalResourcesRequired native "SVGForeignObjectElement_
externalResourcesRequired_Getter"; | |
| 3249 | |
| 3250 } | 3213 } |
| 3251 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3214 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3252 // for details. All rights reserved. Use of this source code is governed by a | 3215 // for details. All rights reserved. Use of this source code is governed by a |
| 3253 // BSD-style license that can be found in the LICENSE file. | 3216 // BSD-style license that can be found in the LICENSE file. |
| 3254 | 3217 |
| 3255 // WARNING: Do not edit - generated code. | 3218 // WARNING: Do not edit - generated code. |
| 3256 | 3219 |
| 3257 | 3220 |
| 3258 @DocsEditable() | 3221 @DocsEditable() |
| 3259 @DomName('SVGGElement') | 3222 @DomName('SVGGElement') |
| 3260 @Unstable() | 3223 @Unstable() |
| 3261 class GElement extends GraphicsElement implements ExternalResourcesRequired { | 3224 class GElement extends GraphicsElement { |
| 3262 // To suppress missing implicit constructor warnings. | 3225 // To suppress missing implicit constructor warnings. |
| 3263 factory GElement._() { throw new UnsupportedError("Not supported"); } | 3226 factory GElement._() { throw new UnsupportedError("Not supported"); } |
| 3264 | 3227 |
| 3265 @DomName('SVGGElement.SVGGElement') | 3228 @DomName('SVGGElement.SVGGElement') |
| 3266 @DocsEditable() | 3229 @DocsEditable() |
| 3267 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); | 3230 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
| 3268 /** | 3231 /** |
| 3269 * Constructor instantiated by the DOM when a custom element has been created. | 3232 * Constructor instantiated by the DOM when a custom element has been created. |
| 3270 * | 3233 * |
| 3271 * This can only be called by subclasses from their created constructor. | 3234 * This can only be called by subclasses from their created constructor. |
| 3272 */ | 3235 */ |
| 3273 GElement.created() : super.created(); | 3236 GElement.created() : super.created(); |
| 3274 | 3237 |
| 3275 @DomName('SVGGElement.externalResourcesRequired') | |
| 3276 @DocsEditable() | |
| 3277 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso
urcesRequired_Getter"; | |
| 3278 | |
| 3279 } | 3238 } |
| 3280 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3239 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3281 // for details. All rights reserved. Use of this source code is governed by a | 3240 // for details. All rights reserved. Use of this source code is governed by a |
| 3282 // BSD-style license that can be found in the LICENSE file. | 3241 // BSD-style license that can be found in the LICENSE file. |
| 3283 | 3242 |
| 3284 // WARNING: Do not edit - generated code. | 3243 // WARNING: Do not edit - generated code. |
| 3285 | 3244 |
| 3286 | 3245 |
| 3287 @DocsEditable() | 3246 @DocsEditable() |
| 3288 @DomName('SVGGeometryElement') | 3247 @DomName('SVGGeometryElement') |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3351 @DomName('SVGGraphicsElement.getCTM') | 3310 @DomName('SVGGraphicsElement.getCTM') |
| 3352 @DocsEditable() | 3311 @DocsEditable() |
| 3353 @Experimental() // untriaged | 3312 @Experimental() // untriaged |
| 3354 Matrix getCtm() native "SVGGraphicsElement_getCTM_Callback"; | 3313 Matrix getCtm() native "SVGGraphicsElement_getCTM_Callback"; |
| 3355 | 3314 |
| 3356 @DomName('SVGGraphicsElement.getScreenCTM') | 3315 @DomName('SVGGraphicsElement.getScreenCTM') |
| 3357 @DocsEditable() | 3316 @DocsEditable() |
| 3358 @Experimental() // untriaged | 3317 @Experimental() // untriaged |
| 3359 Matrix getScreenCtm() native "SVGGraphicsElement_getScreenCTM_Callback"; | 3318 Matrix getScreenCtm() native "SVGGraphicsElement_getScreenCTM_Callback"; |
| 3360 | 3319 |
| 3361 @DomName('SVGGraphicsElement.getStrokeBBox') | |
| 3362 @DocsEditable() | |
| 3363 @Experimental() // untriaged | |
| 3364 Rect getStrokeBBox() native "SVGGraphicsElement_getStrokeBBox_Callback"; | |
| 3365 | |
| 3366 @DomName('SVGGraphicsElement.getTransformToElement') | 3320 @DomName('SVGGraphicsElement.getTransformToElement') |
| 3367 @DocsEditable() | 3321 @DocsEditable() |
| 3368 @Experimental() // untriaged | 3322 @Experimental() // untriaged |
| 3369 Matrix getTransformToElement(SvgElement element) native "SVGGraphicsElement_ge
tTransformToElement_Callback"; | 3323 Matrix getTransformToElement(SvgElement element) native "SVGGraphicsElement_ge
tTransformToElement_Callback"; |
| 3370 | 3324 |
| 3371 @DomName('SVGGraphicsElement.requiredExtensions') | 3325 @DomName('SVGGraphicsElement.requiredExtensions') |
| 3372 @DocsEditable() | 3326 @DocsEditable() |
| 3373 @Experimental() // untriaged | 3327 @Experimental() // untriaged |
| 3374 StringList get requiredExtensions native "SVGGraphicsElement_requiredExtension
s_Getter"; | 3328 StringList get requiredExtensions native "SVGGraphicsElement_requiredExtension
s_Getter"; |
| 3375 | 3329 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 3392 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3346 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3393 // for details. All rights reserved. Use of this source code is governed by a | 3347 // for details. All rights reserved. Use of this source code is governed by a |
| 3394 // BSD-style license that can be found in the LICENSE file. | 3348 // BSD-style license that can be found in the LICENSE file. |
| 3395 | 3349 |
| 3396 // WARNING: Do not edit - generated code. | 3350 // WARNING: Do not edit - generated code. |
| 3397 | 3351 |
| 3398 | 3352 |
| 3399 @DocsEditable() | 3353 @DocsEditable() |
| 3400 @DomName('SVGImageElement') | 3354 @DomName('SVGImageElement') |
| 3401 @Unstable() | 3355 @Unstable() |
| 3402 class ImageElement extends GraphicsElement implements UriReference, ExternalReso
urcesRequired { | 3356 class ImageElement extends GraphicsElement implements UriReference { |
| 3403 // To suppress missing implicit constructor warnings. | 3357 // To suppress missing implicit constructor warnings. |
| 3404 factory ImageElement._() { throw new UnsupportedError("Not supported"); } | 3358 factory ImageElement._() { throw new UnsupportedError("Not supported"); } |
| 3405 | 3359 |
| 3406 @DomName('SVGImageElement.SVGImageElement') | 3360 @DomName('SVGImageElement.SVGImageElement') |
| 3407 @DocsEditable() | 3361 @DocsEditable() |
| 3408 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 3362 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); |
| 3409 /** | 3363 /** |
| 3410 * Constructor instantiated by the DOM when a custom element has been created. | 3364 * Constructor instantiated by the DOM when a custom element has been created. |
| 3411 * | 3365 * |
| 3412 * This can only be called by subclasses from their created constructor. | 3366 * This can only be called by subclasses from their created constructor. |
| (...skipping 13 matching lines...) Expand all Loading... |
| 3426 AnimatedLength get width native "SVGImageElement_width_Getter"; | 3380 AnimatedLength get width native "SVGImageElement_width_Getter"; |
| 3427 | 3381 |
| 3428 @DomName('SVGImageElement.x') | 3382 @DomName('SVGImageElement.x') |
| 3429 @DocsEditable() | 3383 @DocsEditable() |
| 3430 AnimatedLength get x native "SVGImageElement_x_Getter"; | 3384 AnimatedLength get x native "SVGImageElement_x_Getter"; |
| 3431 | 3385 |
| 3432 @DomName('SVGImageElement.y') | 3386 @DomName('SVGImageElement.y') |
| 3433 @DocsEditable() | 3387 @DocsEditable() |
| 3434 AnimatedLength get y native "SVGImageElement_y_Getter"; | 3388 AnimatedLength get y native "SVGImageElement_y_Getter"; |
| 3435 | 3389 |
| 3436 @DomName('SVGImageElement.externalResourcesRequired') | |
| 3437 @DocsEditable() | |
| 3438 AnimatedBoolean get externalResourcesRequired native "SVGImageElement_external
ResourcesRequired_Getter"; | |
| 3439 | |
| 3440 @DomName('SVGImageElement.href') | 3390 @DomName('SVGImageElement.href') |
| 3441 @DocsEditable() | 3391 @DocsEditable() |
| 3442 AnimatedString get href native "SVGImageElement_href_Getter"; | 3392 AnimatedString get href native "SVGImageElement_href_Getter"; |
| 3443 | 3393 |
| 3444 } | 3394 } |
| 3445 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3446 // for details. All rights reserved. Use of this source code is governed by a | 3396 // for details. All rights reserved. Use of this source code is governed by a |
| 3447 // BSD-style license that can be found in the LICENSE file. | 3397 // BSD-style license that can be found in the LICENSE file. |
| 3448 | 3398 |
| 3449 // WARNING: Do not edit - generated code. | 3399 // WARNING: Do not edit - generated code. |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3583 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3634 // for details. All rights reserved. Use of this source code is governed by a | 3584 // for details. All rights reserved. Use of this source code is governed by a |
| 3635 // BSD-style license that can be found in the LICENSE file. | 3585 // BSD-style license that can be found in the LICENSE file. |
| 3636 | 3586 |
| 3637 // WARNING: Do not edit - generated code. | 3587 // WARNING: Do not edit - generated code. |
| 3638 | 3588 |
| 3639 | 3589 |
| 3640 @DocsEditable() | 3590 @DocsEditable() |
| 3641 @DomName('SVGLineElement') | 3591 @DomName('SVGLineElement') |
| 3642 @Unstable() | 3592 @Unstable() |
| 3643 class LineElement extends GeometryElement implements ExternalResourcesRequired { | 3593 class LineElement extends GeometryElement { |
| 3644 // To suppress missing implicit constructor warnings. | 3594 // To suppress missing implicit constructor warnings. |
| 3645 factory LineElement._() { throw new UnsupportedError("Not supported"); } | 3595 factory LineElement._() { throw new UnsupportedError("Not supported"); } |
| 3646 | 3596 |
| 3647 @DomName('SVGLineElement.SVGLineElement') | 3597 @DomName('SVGLineElement.SVGLineElement') |
| 3648 @DocsEditable() | 3598 @DocsEditable() |
| 3649 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 3599 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); |
| 3650 /** | 3600 /** |
| 3651 * Constructor instantiated by the DOM when a custom element has been created. | 3601 * Constructor instantiated by the DOM when a custom element has been created. |
| 3652 * | 3602 * |
| 3653 * This can only be called by subclasses from their created constructor. | 3603 * This can only be called by subclasses from their created constructor. |
| 3654 */ | 3604 */ |
| 3655 LineElement.created() : super.created(); | 3605 LineElement.created() : super.created(); |
| 3656 | 3606 |
| 3657 @DomName('SVGLineElement.x1') | 3607 @DomName('SVGLineElement.x1') |
| 3658 @DocsEditable() | 3608 @DocsEditable() |
| 3659 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; | 3609 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; |
| 3660 | 3610 |
| 3661 @DomName('SVGLineElement.x2') | 3611 @DomName('SVGLineElement.x2') |
| 3662 @DocsEditable() | 3612 @DocsEditable() |
| 3663 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; | 3613 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; |
| 3664 | 3614 |
| 3665 @DomName('SVGLineElement.y1') | 3615 @DomName('SVGLineElement.y1') |
| 3666 @DocsEditable() | 3616 @DocsEditable() |
| 3667 AnimatedLength get y1 native "SVGLineElement_y1_Getter"; | 3617 AnimatedLength get y1 native "SVGLineElement_y1_Getter"; |
| 3668 | 3618 |
| 3669 @DomName('SVGLineElement.y2') | 3619 @DomName('SVGLineElement.y2') |
| 3670 @DocsEditable() | 3620 @DocsEditable() |
| 3671 AnimatedLength get y2 native "SVGLineElement_y2_Getter"; | 3621 AnimatedLength get y2 native "SVGLineElement_y2_Getter"; |
| 3672 | 3622 |
| 3673 @DomName('SVGLineElement.externalResourcesRequired') | |
| 3674 @DocsEditable() | |
| 3675 AnimatedBoolean get externalResourcesRequired native "SVGLineElement_externalR
esourcesRequired_Getter"; | |
| 3676 | |
| 3677 } | 3623 } |
| 3678 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3624 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3679 // for details. All rights reserved. Use of this source code is governed by a | 3625 // for details. All rights reserved. Use of this source code is governed by a |
| 3680 // BSD-style license that can be found in the LICENSE file. | 3626 // BSD-style license that can be found in the LICENSE file. |
| 3681 | 3627 |
| 3682 // WARNING: Do not edit - generated code. | 3628 // WARNING: Do not edit - generated code. |
| 3683 | 3629 |
| 3684 | 3630 |
| 3685 @DocsEditable() | 3631 @DocsEditable() |
| 3686 @DomName('SVGLinearGradientElement') | 3632 @DomName('SVGLinearGradientElement') |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3719 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3665 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3720 // for details. All rights reserved. Use of this source code is governed by a | 3666 // for details. All rights reserved. Use of this source code is governed by a |
| 3721 // BSD-style license that can be found in the LICENSE file. | 3667 // BSD-style license that can be found in the LICENSE file. |
| 3722 | 3668 |
| 3723 // WARNING: Do not edit - generated code. | 3669 // WARNING: Do not edit - generated code. |
| 3724 | 3670 |
| 3725 | 3671 |
| 3726 @DocsEditable() | 3672 @DocsEditable() |
| 3727 @DomName('SVGMarkerElement') | 3673 @DomName('SVGMarkerElement') |
| 3728 @Unstable() | 3674 @Unstable() |
| 3729 class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired { | 3675 class MarkerElement extends SvgElement implements FitToViewBox { |
| 3730 // To suppress missing implicit constructor warnings. | 3676 // To suppress missing implicit constructor warnings. |
| 3731 factory MarkerElement._() { throw new UnsupportedError("Not supported"); } | 3677 factory MarkerElement._() { throw new UnsupportedError("Not supported"); } |
| 3732 | 3678 |
| 3733 @DomName('SVGMarkerElement.SVGMarkerElement') | 3679 @DomName('SVGMarkerElement.SVGMarkerElement') |
| 3734 @DocsEditable() | 3680 @DocsEditable() |
| 3735 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); | 3681 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); |
| 3736 /** | 3682 /** |
| 3737 * Constructor instantiated by the DOM when a custom element has been created. | 3683 * Constructor instantiated by the DOM when a custom element has been created. |
| 3738 * | 3684 * |
| 3739 * This can only be called by subclasses from their created constructor. | 3685 * This can only be called by subclasses from their created constructor. |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3793 AnimatedLength get refY native "SVGMarkerElement_refY_Getter"; | 3739 AnimatedLength get refY native "SVGMarkerElement_refY_Getter"; |
| 3794 | 3740 |
| 3795 @DomName('SVGMarkerElement.setOrientToAngle') | 3741 @DomName('SVGMarkerElement.setOrientToAngle') |
| 3796 @DocsEditable() | 3742 @DocsEditable() |
| 3797 void setOrientToAngle(Angle angle) native "SVGMarkerElement_setOrientToAngle_C
allback"; | 3743 void setOrientToAngle(Angle angle) native "SVGMarkerElement_setOrientToAngle_C
allback"; |
| 3798 | 3744 |
| 3799 @DomName('SVGMarkerElement.setOrientToAuto') | 3745 @DomName('SVGMarkerElement.setOrientToAuto') |
| 3800 @DocsEditable() | 3746 @DocsEditable() |
| 3801 void setOrientToAuto() native "SVGMarkerElement_setOrientToAuto_Callback"; | 3747 void setOrientToAuto() native "SVGMarkerElement_setOrientToAuto_Callback"; |
| 3802 | 3748 |
| 3803 @DomName('SVGMarkerElement.externalResourcesRequired') | |
| 3804 @DocsEditable() | |
| 3805 AnimatedBoolean get externalResourcesRequired native "SVGMarkerElement_externa
lResourcesRequired_Getter"; | |
| 3806 | |
| 3807 @DomName('SVGMarkerElement.preserveAspectRatio') | 3749 @DomName('SVGMarkerElement.preserveAspectRatio') |
| 3808 @DocsEditable() | 3750 @DocsEditable() |
| 3809 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGMarkerElement_p
reserveAspectRatio_Getter"; | 3751 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGMarkerElement_p
reserveAspectRatio_Getter"; |
| 3810 | 3752 |
| 3811 @DomName('SVGMarkerElement.viewBox') | 3753 @DomName('SVGMarkerElement.viewBox') |
| 3812 @DocsEditable() | 3754 @DocsEditable() |
| 3813 AnimatedRect get viewBox native "SVGMarkerElement_viewBox_Getter"; | 3755 AnimatedRect get viewBox native "SVGMarkerElement_viewBox_Getter"; |
| 3814 | 3756 |
| 3815 } | 3757 } |
| 3816 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3758 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3817 // for details. All rights reserved. Use of this source code is governed by a | 3759 // for details. All rights reserved. Use of this source code is governed by a |
| 3818 // BSD-style license that can be found in the LICENSE file. | 3760 // BSD-style license that can be found in the LICENSE file. |
| 3819 | 3761 |
| 3820 // WARNING: Do not edit - generated code. | 3762 // WARNING: Do not edit - generated code. |
| 3821 | 3763 |
| 3822 | 3764 |
| 3823 @DocsEditable() | 3765 @DocsEditable() |
| 3824 @DomName('SVGMaskElement') | 3766 @DomName('SVGMaskElement') |
| 3825 @Unstable() | 3767 @Unstable() |
| 3826 class MaskElement extends SvgElement implements ExternalResourcesRequired, Tests
{ | 3768 class MaskElement extends SvgElement implements Tests { |
| 3827 // To suppress missing implicit constructor warnings. | 3769 // To suppress missing implicit constructor warnings. |
| 3828 factory MaskElement._() { throw new UnsupportedError("Not supported"); } | 3770 factory MaskElement._() { throw new UnsupportedError("Not supported"); } |
| 3829 | 3771 |
| 3830 @DomName('SVGMaskElement.SVGMaskElement') | 3772 @DomName('SVGMaskElement.SVGMaskElement') |
| 3831 @DocsEditable() | 3773 @DocsEditable() |
| 3832 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 3774 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); |
| 3833 /** | 3775 /** |
| 3834 * Constructor instantiated by the DOM when a custom element has been created. | 3776 * Constructor instantiated by the DOM when a custom element has been created. |
| 3835 * | 3777 * |
| 3836 * This can only be called by subclasses from their created constructor. | 3778 * This can only be called by subclasses from their created constructor. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 3854 AnimatedLength get width native "SVGMaskElement_width_Getter"; | 3796 AnimatedLength get width native "SVGMaskElement_width_Getter"; |
| 3855 | 3797 |
| 3856 @DomName('SVGMaskElement.x') | 3798 @DomName('SVGMaskElement.x') |
| 3857 @DocsEditable() | 3799 @DocsEditable() |
| 3858 AnimatedLength get x native "SVGMaskElement_x_Getter"; | 3800 AnimatedLength get x native "SVGMaskElement_x_Getter"; |
| 3859 | 3801 |
| 3860 @DomName('SVGMaskElement.y') | 3802 @DomName('SVGMaskElement.y') |
| 3861 @DocsEditable() | 3803 @DocsEditable() |
| 3862 AnimatedLength get y native "SVGMaskElement_y_Getter"; | 3804 AnimatedLength get y native "SVGMaskElement_y_Getter"; |
| 3863 | 3805 |
| 3864 @DomName('SVGMaskElement.externalResourcesRequired') | |
| 3865 @DocsEditable() | |
| 3866 AnimatedBoolean get externalResourcesRequired native "SVGMaskElement_externalR
esourcesRequired_Getter"; | |
| 3867 | |
| 3868 @DomName('SVGMaskElement.requiredExtensions') | 3806 @DomName('SVGMaskElement.requiredExtensions') |
| 3869 @DocsEditable() | 3807 @DocsEditable() |
| 3870 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge
tter"; | 3808 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge
tter"; |
| 3871 | 3809 |
| 3872 @DomName('SVGMaskElement.requiredFeatures') | 3810 @DomName('SVGMaskElement.requiredFeatures') |
| 3873 @DocsEditable() | 3811 @DocsEditable() |
| 3874 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter
"; | 3812 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter
"; |
| 3875 | 3813 |
| 3876 @DomName('SVGMaskElement.systemLanguage') | 3814 @DomName('SVGMaskElement.systemLanguage') |
| 3877 @DocsEditable() | 3815 @DocsEditable() |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4129 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4067 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4130 // for details. All rights reserved. Use of this source code is governed by a | 4068 // for details. All rights reserved. Use of this source code is governed by a |
| 4131 // BSD-style license that can be found in the LICENSE file. | 4069 // BSD-style license that can be found in the LICENSE file. |
| 4132 | 4070 |
| 4133 // WARNING: Do not edit - generated code. | 4071 // WARNING: Do not edit - generated code. |
| 4134 | 4072 |
| 4135 | 4073 |
| 4136 @DocsEditable() | 4074 @DocsEditable() |
| 4137 @DomName('SVGPathElement') | 4075 @DomName('SVGPathElement') |
| 4138 @Unstable() | 4076 @Unstable() |
| 4139 class PathElement extends GeometryElement implements ExternalResourcesRequired { | 4077 class PathElement extends GeometryElement { |
| 4140 // To suppress missing implicit constructor warnings. | 4078 // To suppress missing implicit constructor warnings. |
| 4141 factory PathElement._() { throw new UnsupportedError("Not supported"); } | 4079 factory PathElement._() { throw new UnsupportedError("Not supported"); } |
| 4142 | 4080 |
| 4143 @DomName('SVGPathElement.SVGPathElement') | 4081 @DomName('SVGPathElement.SVGPathElement') |
| 4144 @DocsEditable() | 4082 @DocsEditable() |
| 4145 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 4083 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); |
| 4146 /** | 4084 /** |
| 4147 * Constructor instantiated by the DOM when a custom element has been created. | 4085 * Constructor instantiated by the DOM when a custom element has been created. |
| 4148 * | 4086 * |
| 4149 * This can only be called by subclasses from their created constructor. | 4087 * This can only be called by subclasses from their created constructor. |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4251 int getPathSegAtLength(num distance) native "SVGPathElement_getPathSegAtLength
_Callback"; | 4189 int getPathSegAtLength(num distance) native "SVGPathElement_getPathSegAtLength
_Callback"; |
| 4252 | 4190 |
| 4253 @DomName('SVGPathElement.getPointAtLength') | 4191 @DomName('SVGPathElement.getPointAtLength') |
| 4254 @DocsEditable() | 4192 @DocsEditable() |
| 4255 Point getPointAtLength(num distance) native "SVGPathElement_getPointAtLength_C
allback"; | 4193 Point getPointAtLength(num distance) native "SVGPathElement_getPointAtLength_C
allback"; |
| 4256 | 4194 |
| 4257 @DomName('SVGPathElement.getTotalLength') | 4195 @DomName('SVGPathElement.getTotalLength') |
| 4258 @DocsEditable() | 4196 @DocsEditable() |
| 4259 double getTotalLength() native "SVGPathElement_getTotalLength_Callback"; | 4197 double getTotalLength() native "SVGPathElement_getTotalLength_Callback"; |
| 4260 | 4198 |
| 4261 @DomName('SVGPathElement.externalResourcesRequired') | |
| 4262 @DocsEditable() | |
| 4263 AnimatedBoolean get externalResourcesRequired native "SVGPathElement_externalR
esourcesRequired_Getter"; | |
| 4264 | |
| 4265 } | 4199 } |
| 4266 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4200 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4267 // for details. All rights reserved. Use of this source code is governed by a | 4201 // for details. All rights reserved. Use of this source code is governed by a |
| 4268 // BSD-style license that can be found in the LICENSE file. | 4202 // BSD-style license that can be found in the LICENSE file. |
| 4269 | 4203 |
| 4270 // WARNING: Do not edit - generated code. | 4204 // WARNING: Do not edit - generated code. |
| 4271 | 4205 |
| 4272 | 4206 |
| 4273 @DocsEditable() | 4207 @DocsEditable() |
| 4274 @DomName('SVGPathSeg') | 4208 @DomName('SVGPathSeg') |
| (...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5211 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5212 // for details. All rights reserved. Use of this source code is governed by a | 5146 // for details. All rights reserved. Use of this source code is governed by a |
| 5213 // BSD-style license that can be found in the LICENSE file. | 5147 // BSD-style license that can be found in the LICENSE file. |
| 5214 | 5148 |
| 5215 // WARNING: Do not edit - generated code. | 5149 // WARNING: Do not edit - generated code. |
| 5216 | 5150 |
| 5217 | 5151 |
| 5218 @DocsEditable() | 5152 @DocsEditable() |
| 5219 @DomName('SVGPatternElement') | 5153 @DomName('SVGPatternElement') |
| 5220 @Unstable() | 5154 @Unstable() |
| 5221 class PatternElement extends SvgElement implements FitToViewBox, UriReference, E
xternalResourcesRequired, Tests { | 5155 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T
ests { |
| 5222 // To suppress missing implicit constructor warnings. | 5156 // To suppress missing implicit constructor warnings. |
| 5223 factory PatternElement._() { throw new UnsupportedError("Not supported"); } | 5157 factory PatternElement._() { throw new UnsupportedError("Not supported"); } |
| 5224 | 5158 |
| 5225 @DomName('SVGPatternElement.SVGPatternElement') | 5159 @DomName('SVGPatternElement.SVGPatternElement') |
| 5226 @DocsEditable() | 5160 @DocsEditable() |
| 5227 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 5161 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); |
| 5228 /** | 5162 /** |
| 5229 * Constructor instantiated by the DOM when a custom element has been created. | 5163 * Constructor instantiated by the DOM when a custom element has been created. |
| 5230 * | 5164 * |
| 5231 * This can only be called by subclasses from their created constructor. | 5165 * This can only be called by subclasses from their created constructor. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 5253 AnimatedLength get width native "SVGPatternElement_width_Getter"; | 5187 AnimatedLength get width native "SVGPatternElement_width_Getter"; |
| 5254 | 5188 |
| 5255 @DomName('SVGPatternElement.x') | 5189 @DomName('SVGPatternElement.x') |
| 5256 @DocsEditable() | 5190 @DocsEditable() |
| 5257 AnimatedLength get x native "SVGPatternElement_x_Getter"; | 5191 AnimatedLength get x native "SVGPatternElement_x_Getter"; |
| 5258 | 5192 |
| 5259 @DomName('SVGPatternElement.y') | 5193 @DomName('SVGPatternElement.y') |
| 5260 @DocsEditable() | 5194 @DocsEditable() |
| 5261 AnimatedLength get y native "SVGPatternElement_y_Getter"; | 5195 AnimatedLength get y native "SVGPatternElement_y_Getter"; |
| 5262 | 5196 |
| 5263 @DomName('SVGPatternElement.externalResourcesRequired') | |
| 5264 @DocsEditable() | |
| 5265 AnimatedBoolean get externalResourcesRequired native "SVGPatternElement_extern
alResourcesRequired_Getter"; | |
| 5266 | |
| 5267 @DomName('SVGPatternElement.preserveAspectRatio') | 5197 @DomName('SVGPatternElement.preserveAspectRatio') |
| 5268 @DocsEditable() | 5198 @DocsEditable() |
| 5269 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGPatternElement_
preserveAspectRatio_Getter"; | 5199 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGPatternElement_
preserveAspectRatio_Getter"; |
| 5270 | 5200 |
| 5271 @DomName('SVGPatternElement.viewBox') | 5201 @DomName('SVGPatternElement.viewBox') |
| 5272 @DocsEditable() | 5202 @DocsEditable() |
| 5273 AnimatedRect get viewBox native "SVGPatternElement_viewBox_Getter"; | 5203 AnimatedRect get viewBox native "SVGPatternElement_viewBox_Getter"; |
| 5274 | 5204 |
| 5275 @DomName('SVGPatternElement.requiredExtensions') | 5205 @DomName('SVGPatternElement.requiredExtensions') |
| 5276 @DocsEditable() | 5206 @DocsEditable() |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5378 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5379 // for details. All rights reserved. Use of this source code is governed by a | 5309 // for details. All rights reserved. Use of this source code is governed by a |
| 5380 // BSD-style license that can be found in the LICENSE file. | 5310 // BSD-style license that can be found in the LICENSE file. |
| 5381 | 5311 |
| 5382 // WARNING: Do not edit - generated code. | 5312 // WARNING: Do not edit - generated code. |
| 5383 | 5313 |
| 5384 | 5314 |
| 5385 @DocsEditable() | 5315 @DocsEditable() |
| 5386 @DomName('SVGPolygonElement') | 5316 @DomName('SVGPolygonElement') |
| 5387 @Unstable() | 5317 @Unstable() |
| 5388 class PolygonElement extends GeometryElement implements ExternalResourcesRequire
d { | 5318 class PolygonElement extends GeometryElement { |
| 5389 // To suppress missing implicit constructor warnings. | 5319 // To suppress missing implicit constructor warnings. |
| 5390 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } | 5320 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } |
| 5391 | 5321 |
| 5392 @DomName('SVGPolygonElement.SVGPolygonElement') | 5322 @DomName('SVGPolygonElement.SVGPolygonElement') |
| 5393 @DocsEditable() | 5323 @DocsEditable() |
| 5394 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 5324 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); |
| 5395 /** | 5325 /** |
| 5396 * Constructor instantiated by the DOM when a custom element has been created. | 5326 * Constructor instantiated by the DOM when a custom element has been created. |
| 5397 * | 5327 * |
| 5398 * This can only be called by subclasses from their created constructor. | 5328 * This can only be called by subclasses from their created constructor. |
| 5399 */ | 5329 */ |
| 5400 PolygonElement.created() : super.created(); | 5330 PolygonElement.created() : super.created(); |
| 5401 | 5331 |
| 5402 @DomName('SVGPolygonElement.animatedPoints') | 5332 @DomName('SVGPolygonElement.animatedPoints') |
| 5403 @DocsEditable() | 5333 @DocsEditable() |
| 5404 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; | 5334 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; |
| 5405 | 5335 |
| 5406 @DomName('SVGPolygonElement.points') | 5336 @DomName('SVGPolygonElement.points') |
| 5407 @DocsEditable() | 5337 @DocsEditable() |
| 5408 PointList get points native "SVGPolygonElement_points_Getter"; | 5338 PointList get points native "SVGPolygonElement_points_Getter"; |
| 5409 | 5339 |
| 5410 @DomName('SVGPolygonElement.externalResourcesRequired') | |
| 5411 @DocsEditable() | |
| 5412 AnimatedBoolean get externalResourcesRequired native "SVGPolygonElement_extern
alResourcesRequired_Getter"; | |
| 5413 | |
| 5414 } | 5340 } |
| 5415 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5341 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5416 // for details. All rights reserved. Use of this source code is governed by a | 5342 // for details. All rights reserved. Use of this source code is governed by a |
| 5417 // BSD-style license that can be found in the LICENSE file. | 5343 // BSD-style license that can be found in the LICENSE file. |
| 5418 | 5344 |
| 5419 // WARNING: Do not edit - generated code. | 5345 // WARNING: Do not edit - generated code. |
| 5420 | 5346 |
| 5421 | 5347 |
| 5422 @DocsEditable() | 5348 @DocsEditable() |
| 5423 @DomName('SVGPolylineElement') | 5349 @DomName('SVGPolylineElement') |
| 5424 @Unstable() | 5350 @Unstable() |
| 5425 class PolylineElement extends GeometryElement implements ExternalResourcesRequir
ed { | 5351 class PolylineElement extends GeometryElement { |
| 5426 // To suppress missing implicit constructor warnings. | 5352 // To suppress missing implicit constructor warnings. |
| 5427 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } | 5353 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } |
| 5428 | 5354 |
| 5429 @DomName('SVGPolylineElement.SVGPolylineElement') | 5355 @DomName('SVGPolylineElement.SVGPolylineElement') |
| 5430 @DocsEditable() | 5356 @DocsEditable() |
| 5431 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 5357 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); |
| 5432 /** | 5358 /** |
| 5433 * Constructor instantiated by the DOM when a custom element has been created. | 5359 * Constructor instantiated by the DOM when a custom element has been created. |
| 5434 * | 5360 * |
| 5435 * This can only be called by subclasses from their created constructor. | 5361 * This can only be called by subclasses from their created constructor. |
| 5436 */ | 5362 */ |
| 5437 PolylineElement.created() : super.created(); | 5363 PolylineElement.created() : super.created(); |
| 5438 | 5364 |
| 5439 @DomName('SVGPolylineElement.animatedPoints') | 5365 @DomName('SVGPolylineElement.animatedPoints') |
| 5440 @DocsEditable() | 5366 @DocsEditable() |
| 5441 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; | 5367 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; |
| 5442 | 5368 |
| 5443 @DomName('SVGPolylineElement.points') | 5369 @DomName('SVGPolylineElement.points') |
| 5444 @DocsEditable() | 5370 @DocsEditable() |
| 5445 PointList get points native "SVGPolylineElement_points_Getter"; | 5371 PointList get points native "SVGPolylineElement_points_Getter"; |
| 5446 | 5372 |
| 5447 @DomName('SVGPolylineElement.externalResourcesRequired') | |
| 5448 @DocsEditable() | |
| 5449 AnimatedBoolean get externalResourcesRequired native "SVGPolylineElement_exter
nalResourcesRequired_Getter"; | |
| 5450 | |
| 5451 } | 5373 } |
| 5452 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5374 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5453 // for details. All rights reserved. Use of this source code is governed by a | 5375 // for details. All rights reserved. Use of this source code is governed by a |
| 5454 // BSD-style license that can be found in the LICENSE file. | 5376 // BSD-style license that can be found in the LICENSE file. |
| 5455 | 5377 |
| 5456 // WARNING: Do not edit - generated code. | 5378 // WARNING: Do not edit - generated code. |
| 5457 | 5379 |
| 5458 | 5380 |
| 5459 @DocsEditable() | 5381 @DocsEditable() |
| 5460 @DomName('SVGPreserveAspectRatio') | 5382 @DomName('SVGPreserveAspectRatio') |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5635 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5557 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5636 // for details. All rights reserved. Use of this source code is governed by a | 5558 // for details. All rights reserved. Use of this source code is governed by a |
| 5637 // BSD-style license that can be found in the LICENSE file. | 5559 // BSD-style license that can be found in the LICENSE file. |
| 5638 | 5560 |
| 5639 // WARNING: Do not edit - generated code. | 5561 // WARNING: Do not edit - generated code. |
| 5640 | 5562 |
| 5641 | 5563 |
| 5642 @DocsEditable() | 5564 @DocsEditable() |
| 5643 @DomName('SVGRectElement') | 5565 @DomName('SVGRectElement') |
| 5644 @Unstable() | 5566 @Unstable() |
| 5645 class RectElement extends GeometryElement implements ExternalResourcesRequired { | 5567 class RectElement extends GeometryElement { |
| 5646 // To suppress missing implicit constructor warnings. | 5568 // To suppress missing implicit constructor warnings. |
| 5647 factory RectElement._() { throw new UnsupportedError("Not supported"); } | 5569 factory RectElement._() { throw new UnsupportedError("Not supported"); } |
| 5648 | 5570 |
| 5649 @DomName('SVGRectElement.SVGRectElement') | 5571 @DomName('SVGRectElement.SVGRectElement') |
| 5650 @DocsEditable() | 5572 @DocsEditable() |
| 5651 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 5573 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); |
| 5652 /** | 5574 /** |
| 5653 * Constructor instantiated by the DOM when a custom element has been created. | 5575 * Constructor instantiated by the DOM when a custom element has been created. |
| 5654 * | 5576 * |
| 5655 * This can only be called by subclasses from their created constructor. | 5577 * This can only be called by subclasses from their created constructor. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 5673 AnimatedLength get width native "SVGRectElement_width_Getter"; | 5595 AnimatedLength get width native "SVGRectElement_width_Getter"; |
| 5674 | 5596 |
| 5675 @DomName('SVGRectElement.x') | 5597 @DomName('SVGRectElement.x') |
| 5676 @DocsEditable() | 5598 @DocsEditable() |
| 5677 AnimatedLength get x native "SVGRectElement_x_Getter"; | 5599 AnimatedLength get x native "SVGRectElement_x_Getter"; |
| 5678 | 5600 |
| 5679 @DomName('SVGRectElement.y') | 5601 @DomName('SVGRectElement.y') |
| 5680 @DocsEditable() | 5602 @DocsEditable() |
| 5681 AnimatedLength get y native "SVGRectElement_y_Getter"; | 5603 AnimatedLength get y native "SVGRectElement_y_Getter"; |
| 5682 | 5604 |
| 5683 @DomName('SVGRectElement.externalResourcesRequired') | |
| 5684 @DocsEditable() | |
| 5685 AnimatedBoolean get externalResourcesRequired native "SVGRectElement_externalR
esourcesRequired_Getter"; | |
| 5686 | |
| 5687 } | 5605 } |
| 5688 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5606 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5689 // for details. All rights reserved. Use of this source code is governed by a | 5607 // for details. All rights reserved. Use of this source code is governed by a |
| 5690 // BSD-style license that can be found in the LICENSE file. | 5608 // BSD-style license that can be found in the LICENSE file. |
| 5691 | 5609 |
| 5692 // WARNING: Do not edit - generated code. | 5610 // WARNING: Do not edit - generated code. |
| 5693 | 5611 |
| 5694 | 5612 |
| 5695 @DocsEditable() | 5613 @DocsEditable() |
| 5696 @DomName('SVGRenderingIntent') | 5614 @DomName('SVGRenderingIntent') |
| (...skipping 30 matching lines...) Expand all Loading... |
| 5727 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5645 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5728 // for details. All rights reserved. Use of this source code is governed by a | 5646 // for details. All rights reserved. Use of this source code is governed by a |
| 5729 // BSD-style license that can be found in the LICENSE file. | 5647 // BSD-style license that can be found in the LICENSE file. |
| 5730 | 5648 |
| 5731 // WARNING: Do not edit - generated code. | 5649 // WARNING: Do not edit - generated code. |
| 5732 | 5650 |
| 5733 | 5651 |
| 5734 @DocsEditable() | 5652 @DocsEditable() |
| 5735 @DomName('SVGScriptElement') | 5653 @DomName('SVGScriptElement') |
| 5736 @Unstable() | 5654 @Unstable() |
| 5737 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired { | 5655 class ScriptElement extends SvgElement implements UriReference { |
| 5738 // To suppress missing implicit constructor warnings. | 5656 // To suppress missing implicit constructor warnings. |
| 5739 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } | 5657 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } |
| 5740 | 5658 |
| 5741 @DomName('SVGScriptElement.SVGScriptElement') | 5659 @DomName('SVGScriptElement.SVGScriptElement') |
| 5742 @DocsEditable() | 5660 @DocsEditable() |
| 5743 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 5661 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); |
| 5744 /** | 5662 /** |
| 5745 * Constructor instantiated by the DOM when a custom element has been created. | 5663 * Constructor instantiated by the DOM when a custom element has been created. |
| 5746 * | 5664 * |
| 5747 * This can only be called by subclasses from their created constructor. | 5665 * This can only be called by subclasses from their created constructor. |
| 5748 */ | 5666 */ |
| 5749 ScriptElement.created() : super.created(); | 5667 ScriptElement.created() : super.created(); |
| 5750 | 5668 |
| 5751 @DomName('SVGScriptElement.type') | 5669 @DomName('SVGScriptElement.type') |
| 5752 @DocsEditable() | 5670 @DocsEditable() |
| 5753 String get type native "SVGScriptElement_type_Getter"; | 5671 String get type native "SVGScriptElement_type_Getter"; |
| 5754 | 5672 |
| 5755 @DomName('SVGScriptElement.type') | 5673 @DomName('SVGScriptElement.type') |
| 5756 @DocsEditable() | 5674 @DocsEditable() |
| 5757 void set type(String value) native "SVGScriptElement_type_Setter"; | 5675 void set type(String value) native "SVGScriptElement_type_Setter"; |
| 5758 | 5676 |
| 5759 @DomName('SVGScriptElement.externalResourcesRequired') | |
| 5760 @DocsEditable() | |
| 5761 AnimatedBoolean get externalResourcesRequired native "SVGScriptElement_externa
lResourcesRequired_Getter"; | |
| 5762 | |
| 5763 @DomName('SVGScriptElement.href') | 5677 @DomName('SVGScriptElement.href') |
| 5764 @DocsEditable() | 5678 @DocsEditable() |
| 5765 AnimatedString get href native "SVGScriptElement_href_Getter"; | 5679 AnimatedString get href native "SVGScriptElement_href_Getter"; |
| 5766 | 5680 |
| 5767 } | 5681 } |
| 5768 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5682 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5769 // for details. All rights reserved. Use of this source code is governed by a | 5683 // for details. All rights reserved. Use of this source code is governed by a |
| 5770 // BSD-style license that can be found in the LICENSE file. | 5684 // BSD-style license that can be found in the LICENSE file. |
| 5771 | 5685 |
| 5772 // WARNING: Do not edit - generated code. | 5686 // WARNING: Do not edit - generated code. |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5969 | 5883 |
| 5970 @DomName('SVGStyleElement.type') | 5884 @DomName('SVGStyleElement.type') |
| 5971 @DocsEditable() | 5885 @DocsEditable() |
| 5972 String get type native "SVGStyleElement_type_Getter"; | 5886 String get type native "SVGStyleElement_type_Getter"; |
| 5973 | 5887 |
| 5974 @DomName('SVGStyleElement.type') | 5888 @DomName('SVGStyleElement.type') |
| 5975 @DocsEditable() | 5889 @DocsEditable() |
| 5976 void set type(String value) native "SVGStyleElement_type_Setter"; | 5890 void set type(String value) native "SVGStyleElement_type_Setter"; |
| 5977 | 5891 |
| 5978 } | 5892 } |
| 5979 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 5980 // for details. All rights reserved. Use of this source code is governed by a | |
| 5981 // BSD-style license that can be found in the LICENSE file. | |
| 5982 | |
| 5983 // WARNING: Do not edit - generated code. | |
| 5984 | |
| 5985 | |
| 5986 @DocsEditable() | |
| 5987 @DomName('SVGDocument') | |
| 5988 @Unstable() | |
| 5989 class SvgDocument extends Document { | |
| 5990 // To suppress missing implicit constructor warnings. | |
| 5991 factory SvgDocument._() { throw new UnsupportedError("Not supported"); } | |
| 5992 | |
| 5993 @DomName('SVGDocument.rootElement') | |
| 5994 @DocsEditable() | |
| 5995 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; | |
| 5996 | |
| 5997 @DomName('SVGDocument.createEvent') | |
| 5998 @DocsEditable() | |
| 5999 Event _createEvent(String eventType) native "SVGDocument_createEvent_Callback"
; | |
| 6000 | |
| 6001 } | |
| 6002 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 5893 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 6003 // for details. All rights reserved. Use of this source code is governed by a | 5894 // for details. All rights reserved. Use of this source code is governed by a |
| 6004 // BSD-style license that can be found in the LICENSE file. | 5895 // BSD-style license that can be found in the LICENSE file. |
| 6005 | 5896 |
| 6006 | 5897 |
| 6007 class _AttributeClassSet extends CssClassSetImpl { | 5898 class _AttributeClassSet extends CssClassSetImpl { |
| 6008 final Element _element; | 5899 final Element _element; |
| 6009 | 5900 |
| 6010 _AttributeClassSet(this._element); | 5901 _AttributeClassSet(this._element); |
| 6011 | 5902 |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6351 @DomName('SVGElement.ratechangeEvent') | 6242 @DomName('SVGElement.ratechangeEvent') |
| 6352 @DocsEditable() | 6243 @DocsEditable() |
| 6353 @Experimental() // untriaged | 6244 @Experimental() // untriaged |
| 6354 static const EventStreamProvider<Event> rateChangeEvent = const EventStreamPro
vider<Event>('ratechange'); | 6245 static const EventStreamProvider<Event> rateChangeEvent = const EventStreamPro
vider<Event>('ratechange'); |
| 6355 | 6246 |
| 6356 @DomName('SVGElement.resetEvent') | 6247 @DomName('SVGElement.resetEvent') |
| 6357 @DocsEditable() | 6248 @DocsEditable() |
| 6358 @Experimental() // untriaged | 6249 @Experimental() // untriaged |
| 6359 static const EventStreamProvider<Event> resetEvent = const EventStreamProvider
<Event>('reset'); | 6250 static const EventStreamProvider<Event> resetEvent = const EventStreamProvider
<Event>('reset'); |
| 6360 | 6251 |
| 6252 @DomName('SVGElement.resizeEvent') |
| 6253 @DocsEditable() |
| 6254 @Experimental() // untriaged |
| 6255 static const EventStreamProvider<Event> resizeEvent = const EventStreamProvide
r<Event>('resize'); |
| 6256 |
| 6361 @DomName('SVGElement.scrollEvent') | 6257 @DomName('SVGElement.scrollEvent') |
| 6362 @DocsEditable() | 6258 @DocsEditable() |
| 6363 @Experimental() // untriaged | 6259 @Experimental() // untriaged |
| 6364 static const EventStreamProvider<Event> scrollEvent = const EventStreamProvide
r<Event>('scroll'); | 6260 static const EventStreamProvider<Event> scrollEvent = const EventStreamProvide
r<Event>('scroll'); |
| 6365 | 6261 |
| 6366 @DomName('SVGElement.seekedEvent') | 6262 @DomName('SVGElement.seekedEvent') |
| 6367 @DocsEditable() | 6263 @DocsEditable() |
| 6368 @Experimental() // untriaged | 6264 @Experimental() // untriaged |
| 6369 static const EventStreamProvider<Event> seekedEvent = const EventStreamProvide
r<Event>('seeked'); | 6265 static const EventStreamProvider<Event> seekedEvent = const EventStreamProvide
r<Event>('seeked'); |
| 6370 | 6266 |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6658 @DomName('SVGElement.onratechange') | 6554 @DomName('SVGElement.onratechange') |
| 6659 @DocsEditable() | 6555 @DocsEditable() |
| 6660 @Experimental() // untriaged | 6556 @Experimental() // untriaged |
| 6661 ElementStream<Event> get onRateChange => rateChangeEvent.forElement(this); | 6557 ElementStream<Event> get onRateChange => rateChangeEvent.forElement(this); |
| 6662 | 6558 |
| 6663 @DomName('SVGElement.onreset') | 6559 @DomName('SVGElement.onreset') |
| 6664 @DocsEditable() | 6560 @DocsEditable() |
| 6665 @Experimental() // untriaged | 6561 @Experimental() // untriaged |
| 6666 ElementStream<Event> get onReset => resetEvent.forElement(this); | 6562 ElementStream<Event> get onReset => resetEvent.forElement(this); |
| 6667 | 6563 |
| 6564 @DomName('SVGElement.onresize') |
| 6565 @DocsEditable() |
| 6566 @Experimental() // untriaged |
| 6567 ElementStream<Event> get onResize => resizeEvent.forElement(this); |
| 6568 |
| 6668 @DomName('SVGElement.onscroll') | 6569 @DomName('SVGElement.onscroll') |
| 6669 @DocsEditable() | 6570 @DocsEditable() |
| 6670 @Experimental() // untriaged | 6571 @Experimental() // untriaged |
| 6671 ElementStream<Event> get onScroll => scrollEvent.forElement(this); | 6572 ElementStream<Event> get onScroll => scrollEvent.forElement(this); |
| 6672 | 6573 |
| 6673 @DomName('SVGElement.onseeked') | 6574 @DomName('SVGElement.onseeked') |
| 6674 @DocsEditable() | 6575 @DocsEditable() |
| 6675 @Experimental() // untriaged | 6576 @Experimental() // untriaged |
| 6676 ElementStream<Event> get onSeeked => seekedEvent.forElement(this); | 6577 ElementStream<Event> get onSeeked => seekedEvent.forElement(this); |
| 6677 | 6578 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6716 ElementStream<Event> get onWaiting => waitingEvent.forElement(this); | 6617 ElementStream<Event> get onWaiting => waitingEvent.forElement(this); |
| 6717 | 6618 |
| 6718 } | 6619 } |
| 6719 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6620 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6720 // for details. All rights reserved. Use of this source code is governed by a | 6621 // for details. All rights reserved. Use of this source code is governed by a |
| 6721 // BSD-style license that can be found in the LICENSE file. | 6622 // BSD-style license that can be found in the LICENSE file. |
| 6722 | 6623 |
| 6723 | 6624 |
| 6724 @DomName('SVGSVGElement') | 6625 @DomName('SVGSVGElement') |
| 6725 @Unstable() | 6626 @Unstable() |
| 6726 class SvgSvgElement extends GraphicsElement implements FitToViewBox, ExternalRes
ourcesRequired, ZoomAndPan { | 6627 class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan
{ |
| 6727 factory SvgSvgElement() { | 6628 factory SvgSvgElement() { |
| 6728 final el = new SvgElement.tag("svg"); | 6629 final el = new SvgElement.tag("svg"); |
| 6729 // The SVG spec requires the version attribute to match the spec version | 6630 // The SVG spec requires the version attribute to match the spec version |
| 6730 el.attributes['version'] = "1.1"; | 6631 el.attributes['version'] = "1.1"; |
| 6731 return el; | 6632 return el; |
| 6732 } | 6633 } |
| 6733 | 6634 |
| 6734 // To suppress missing implicit constructor warnings. | 6635 // To suppress missing implicit constructor warnings. |
| 6735 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } | 6636 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } |
| 6736 /** | 6637 /** |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6897 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback"; | 6798 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback"; |
| 6898 | 6799 |
| 6899 @DomName('SVGSVGElement.unsuspendRedraw') | 6800 @DomName('SVGSVGElement.unsuspendRedraw') |
| 6900 @DocsEditable() | 6801 @DocsEditable() |
| 6901 void unsuspendRedraw(int suspendHandleId) native "SVGSVGElement_unsuspendRedra
w_Callback"; | 6802 void unsuspendRedraw(int suspendHandleId) native "SVGSVGElement_unsuspendRedra
w_Callback"; |
| 6902 | 6803 |
| 6903 @DomName('SVGSVGElement.unsuspendRedrawAll') | 6804 @DomName('SVGSVGElement.unsuspendRedrawAll') |
| 6904 @DocsEditable() | 6805 @DocsEditable() |
| 6905 void unsuspendRedrawAll() native "SVGSVGElement_unsuspendRedrawAll_Callback"; | 6806 void unsuspendRedrawAll() native "SVGSVGElement_unsuspendRedrawAll_Callback"; |
| 6906 | 6807 |
| 6907 @DomName('SVGSVGElement.externalResourcesRequired') | |
| 6908 @DocsEditable() | |
| 6909 AnimatedBoolean get externalResourcesRequired native "SVGSVGElement_externalRe
sourcesRequired_Getter"; | |
| 6910 | |
| 6911 @DomName('SVGSVGElement.preserveAspectRatio') | 6808 @DomName('SVGSVGElement.preserveAspectRatio') |
| 6912 @DocsEditable() | 6809 @DocsEditable() |
| 6913 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSVGElement_pres
erveAspectRatio_Getter"; | 6810 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSVGElement_pres
erveAspectRatio_Getter"; |
| 6914 | 6811 |
| 6915 @DomName('SVGSVGElement.viewBox') | 6812 @DomName('SVGSVGElement.viewBox') |
| 6916 @DocsEditable() | 6813 @DocsEditable() |
| 6917 AnimatedRect get viewBox native "SVGSVGElement_viewBox_Getter"; | 6814 AnimatedRect get viewBox native "SVGSVGElement_viewBox_Getter"; |
| 6918 | 6815 |
| 6919 @DomName('SVGSVGElement.zoomAndPan') | 6816 @DomName('SVGSVGElement.zoomAndPan') |
| 6920 @DocsEditable() | 6817 @DocsEditable() |
| 6921 int get zoomAndPan native "SVGSVGElement_zoomAndPan_Getter"; | 6818 int get zoomAndPan native "SVGSVGElement_zoomAndPan_Getter"; |
| 6922 | 6819 |
| 6923 @DomName('SVGSVGElement.zoomAndPan') | 6820 @DomName('SVGSVGElement.zoomAndPan') |
| 6924 @DocsEditable() | 6821 @DocsEditable() |
| 6925 void set zoomAndPan(int value) native "SVGSVGElement_zoomAndPan_Setter"; | 6822 void set zoomAndPan(int value) native "SVGSVGElement_zoomAndPan_Setter"; |
| 6926 | 6823 |
| 6927 } | 6824 } |
| 6928 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6825 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6929 // for details. All rights reserved. Use of this source code is governed by a | 6826 // for details. All rights reserved. Use of this source code is governed by a |
| 6930 // BSD-style license that can be found in the LICENSE file. | 6827 // BSD-style license that can be found in the LICENSE file. |
| 6931 | 6828 |
| 6932 // WARNING: Do not edit - generated code. | 6829 // WARNING: Do not edit - generated code. |
| 6933 | 6830 |
| 6934 | 6831 |
| 6935 @DocsEditable() | 6832 @DocsEditable() |
| 6936 @DomName('SVGSwitchElement') | 6833 @DomName('SVGSwitchElement') |
| 6937 @Unstable() | 6834 @Unstable() |
| 6938 class SwitchElement extends GraphicsElement implements ExternalResourcesRequired
{ | 6835 class SwitchElement extends GraphicsElement { |
| 6939 // To suppress missing implicit constructor warnings. | 6836 // To suppress missing implicit constructor warnings. |
| 6940 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } | 6837 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } |
| 6941 | 6838 |
| 6942 @DomName('SVGSwitchElement.SVGSwitchElement') | 6839 @DomName('SVGSwitchElement.SVGSwitchElement') |
| 6943 @DocsEditable() | 6840 @DocsEditable() |
| 6944 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); | 6841 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); |
| 6945 /** | 6842 /** |
| 6946 * Constructor instantiated by the DOM when a custom element has been created. | 6843 * Constructor instantiated by the DOM when a custom element has been created. |
| 6947 * | 6844 * |
| 6948 * This can only be called by subclasses from their created constructor. | 6845 * This can only be called by subclasses from their created constructor. |
| 6949 */ | 6846 */ |
| 6950 SwitchElement.created() : super.created(); | 6847 SwitchElement.created() : super.created(); |
| 6951 | 6848 |
| 6952 @DomName('SVGSwitchElement.externalResourcesRequired') | |
| 6953 @DocsEditable() | |
| 6954 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa
lResourcesRequired_Getter"; | |
| 6955 | |
| 6956 } | 6849 } |
| 6957 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6850 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6958 // for details. All rights reserved. Use of this source code is governed by a | 6851 // for details. All rights reserved. Use of this source code is governed by a |
| 6959 // BSD-style license that can be found in the LICENSE file. | 6852 // BSD-style license that can be found in the LICENSE file. |
| 6960 | 6853 |
| 6961 // WARNING: Do not edit - generated code. | 6854 // WARNING: Do not edit - generated code. |
| 6962 | 6855 |
| 6963 | 6856 |
| 6964 @DocsEditable() | 6857 @DocsEditable() |
| 6965 @DomName('SVGSymbolElement') | 6858 @DomName('SVGSymbolElement') |
| 6966 @Unstable() | 6859 @Unstable() |
| 6967 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired { | 6860 class SymbolElement extends SvgElement implements FitToViewBox { |
| 6968 // To suppress missing implicit constructor warnings. | 6861 // To suppress missing implicit constructor warnings. |
| 6969 factory SymbolElement._() { throw new UnsupportedError("Not supported"); } | 6862 factory SymbolElement._() { throw new UnsupportedError("Not supported"); } |
| 6970 | 6863 |
| 6971 @DomName('SVGSymbolElement.SVGSymbolElement') | 6864 @DomName('SVGSymbolElement.SVGSymbolElement') |
| 6972 @DocsEditable() | 6865 @DocsEditable() |
| 6973 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); | 6866 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); |
| 6974 /** | 6867 /** |
| 6975 * Constructor instantiated by the DOM when a custom element has been created. | 6868 * Constructor instantiated by the DOM when a custom element has been created. |
| 6976 * | 6869 * |
| 6977 * This can only be called by subclasses from their created constructor. | 6870 * This can only be called by subclasses from their created constructor. |
| 6978 */ | 6871 */ |
| 6979 SymbolElement.created() : super.created(); | 6872 SymbolElement.created() : super.created(); |
| 6980 | 6873 |
| 6981 @DomName('SVGSymbolElement.externalResourcesRequired') | |
| 6982 @DocsEditable() | |
| 6983 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa
lResourcesRequired_Getter"; | |
| 6984 | |
| 6985 @DomName('SVGSymbolElement.preserveAspectRatio') | 6874 @DomName('SVGSymbolElement.preserveAspectRatio') |
| 6986 @DocsEditable() | 6875 @DocsEditable() |
| 6987 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p
reserveAspectRatio_Getter"; | 6876 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p
reserveAspectRatio_Getter"; |
| 6988 | 6877 |
| 6989 @DomName('SVGSymbolElement.viewBox') | 6878 @DomName('SVGSymbolElement.viewBox') |
| 6990 @DocsEditable() | 6879 @DocsEditable() |
| 6991 AnimatedRect get viewBox native "SVGSymbolElement_viewBox_Getter"; | 6880 AnimatedRect get viewBox native "SVGSymbolElement_viewBox_Getter"; |
| 6992 | 6881 |
| 6993 } | 6882 } |
| 6994 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6883 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7050 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6939 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7051 // for details. All rights reserved. Use of this source code is governed by a | 6940 // for details. All rights reserved. Use of this source code is governed by a |
| 7052 // BSD-style license that can be found in the LICENSE file. | 6941 // BSD-style license that can be found in the LICENSE file. |
| 7053 | 6942 |
| 7054 // WARNING: Do not edit - generated code. | 6943 // WARNING: Do not edit - generated code. |
| 7055 | 6944 |
| 7056 | 6945 |
| 7057 @DocsEditable() | 6946 @DocsEditable() |
| 7058 @DomName('SVGTextContentElement') | 6947 @DomName('SVGTextContentElement') |
| 7059 @Unstable() | 6948 @Unstable() |
| 7060 class TextContentElement extends GraphicsElement implements ExternalResourcesReq
uired { | 6949 class TextContentElement extends GraphicsElement { |
| 7061 // To suppress missing implicit constructor warnings. | 6950 // To suppress missing implicit constructor warnings. |
| 7062 factory TextContentElement._() { throw new UnsupportedError("Not supported");
} | 6951 factory TextContentElement._() { throw new UnsupportedError("Not supported");
} |
| 7063 /** | 6952 /** |
| 7064 * Constructor instantiated by the DOM when a custom element has been created. | 6953 * Constructor instantiated by the DOM when a custom element has been created. |
| 7065 * | 6954 * |
| 7066 * This can only be called by subclasses from their created constructor. | 6955 * This can only be called by subclasses from their created constructor. |
| 7067 */ | 6956 */ |
| 7068 TextContentElement.created() : super.created(); | 6957 TextContentElement.created() : super.created(); |
| 7069 | 6958 |
| 7070 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') | 6959 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7116 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar
tPositionOfChar_Callback"; | 7005 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar
tPositionOfChar_Callback"; |
| 7117 | 7006 |
| 7118 @DomName('SVGTextContentElement.getSubStringLength') | 7007 @DomName('SVGTextContentElement.getSubStringLength') |
| 7119 @DocsEditable() | 7008 @DocsEditable() |
| 7120 double getSubStringLength(int offset, int length) native "SVGTextContentElemen
t_getSubStringLength_Callback"; | 7009 double getSubStringLength(int offset, int length) native "SVGTextContentElemen
t_getSubStringLength_Callback"; |
| 7121 | 7010 |
| 7122 @DomName('SVGTextContentElement.selectSubString') | 7011 @DomName('SVGTextContentElement.selectSubString') |
| 7123 @DocsEditable() | 7012 @DocsEditable() |
| 7124 void selectSubString(int offset, int length) native "SVGTextContentElement_sel
ectSubString_Callback"; | 7013 void selectSubString(int offset, int length) native "SVGTextContentElement_sel
ectSubString_Callback"; |
| 7125 | 7014 |
| 7126 @DomName('SVGTextContentElement.externalResourcesRequired') | |
| 7127 @DocsEditable() | |
| 7128 AnimatedBoolean get externalResourcesRequired native "SVGTextContentElement_ex
ternalResourcesRequired_Getter"; | |
| 7129 | |
| 7130 } | 7015 } |
| 7131 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7016 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7132 // for details. All rights reserved. Use of this source code is governed by a | 7017 // for details. All rights reserved. Use of this source code is governed by a |
| 7133 // BSD-style license that can be found in the LICENSE file. | 7018 // BSD-style license that can be found in the LICENSE file. |
| 7134 | 7019 |
| 7135 // WARNING: Do not edit - generated code. | 7020 // WARNING: Do not edit - generated code. |
| 7136 | 7021 |
| 7137 | 7022 |
| 7138 @DocsEditable() | 7023 @DocsEditable() |
| 7139 @DomName('SVGTextElement') | 7024 @DomName('SVGTextElement') |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7509 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7394 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7510 // for details. All rights reserved. Use of this source code is governed by a | 7395 // for details. All rights reserved. Use of this source code is governed by a |
| 7511 // BSD-style license that can be found in the LICENSE file. | 7396 // BSD-style license that can be found in the LICENSE file. |
| 7512 | 7397 |
| 7513 // WARNING: Do not edit - generated code. | 7398 // WARNING: Do not edit - generated code. |
| 7514 | 7399 |
| 7515 | 7400 |
| 7516 @DocsEditable() | 7401 @DocsEditable() |
| 7517 @DomName('SVGUseElement') | 7402 @DomName('SVGUseElement') |
| 7518 @Unstable() | 7403 @Unstable() |
| 7519 class UseElement extends GraphicsElement implements UriReference, ExternalResour
cesRequired, Tests { | 7404 class UseElement extends GraphicsElement implements UriReference, Tests { |
| 7520 // To suppress missing implicit constructor warnings. | 7405 // To suppress missing implicit constructor warnings. |
| 7521 factory UseElement._() { throw new UnsupportedError("Not supported"); } | 7406 factory UseElement._() { throw new UnsupportedError("Not supported"); } |
| 7522 | 7407 |
| 7523 @DomName('SVGUseElement.SVGUseElement') | 7408 @DomName('SVGUseElement.SVGUseElement') |
| 7524 @DocsEditable() | 7409 @DocsEditable() |
| 7525 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 7410 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; |
| 7526 /** | 7411 /** |
| 7527 * Constructor instantiated by the DOM when a custom element has been created. | 7412 * Constructor instantiated by the DOM when a custom element has been created. |
| 7528 * | 7413 * |
| 7529 * This can only be called by subclasses from their created constructor. | 7414 * This can only be called by subclasses from their created constructor. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 7547 AnimatedLength get width native "SVGUseElement_width_Getter"; | 7432 AnimatedLength get width native "SVGUseElement_width_Getter"; |
| 7548 | 7433 |
| 7549 @DomName('SVGUseElement.x') | 7434 @DomName('SVGUseElement.x') |
| 7550 @DocsEditable() | 7435 @DocsEditable() |
| 7551 AnimatedLength get x native "SVGUseElement_x_Getter"; | 7436 AnimatedLength get x native "SVGUseElement_x_Getter"; |
| 7552 | 7437 |
| 7553 @DomName('SVGUseElement.y') | 7438 @DomName('SVGUseElement.y') |
| 7554 @DocsEditable() | 7439 @DocsEditable() |
| 7555 AnimatedLength get y native "SVGUseElement_y_Getter"; | 7440 AnimatedLength get y native "SVGUseElement_y_Getter"; |
| 7556 | 7441 |
| 7557 @DomName('SVGUseElement.externalResourcesRequired') | |
| 7558 @DocsEditable() | |
| 7559 AnimatedBoolean get externalResourcesRequired native "SVGUseElement_externalRe
sourcesRequired_Getter"; | |
| 7560 | |
| 7561 @DomName('SVGUseElement.requiredExtensions') | 7442 @DomName('SVGUseElement.requiredExtensions') |
| 7562 @DocsEditable() | 7443 @DocsEditable() |
| 7563 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get
ter"; | 7444 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get
ter"; |
| 7564 | 7445 |
| 7565 @DomName('SVGUseElement.requiredFeatures') | 7446 @DomName('SVGUseElement.requiredFeatures') |
| 7566 @DocsEditable() | 7447 @DocsEditable() |
| 7567 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter"
; | 7448 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter"
; |
| 7568 | 7449 |
| 7569 @DomName('SVGUseElement.systemLanguage') | 7450 @DomName('SVGUseElement.systemLanguage') |
| 7570 @DocsEditable() | 7451 @DocsEditable() |
| (...skipping 11 matching lines...) Expand all Loading... |
| 7582 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7463 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7583 // for details. All rights reserved. Use of this source code is governed by a | 7464 // for details. All rights reserved. Use of this source code is governed by a |
| 7584 // BSD-style license that can be found in the LICENSE file. | 7465 // BSD-style license that can be found in the LICENSE file. |
| 7585 | 7466 |
| 7586 // WARNING: Do not edit - generated code. | 7467 // WARNING: Do not edit - generated code. |
| 7587 | 7468 |
| 7588 | 7469 |
| 7589 @DocsEditable() | 7470 @DocsEditable() |
| 7590 @DomName('SVGViewElement') | 7471 @DomName('SVGViewElement') |
| 7591 @Unstable() | 7472 @Unstable() |
| 7592 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan { | 7473 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { |
| 7593 // To suppress missing implicit constructor warnings. | 7474 // To suppress missing implicit constructor warnings. |
| 7594 factory ViewElement._() { throw new UnsupportedError("Not supported"); } | 7475 factory ViewElement._() { throw new UnsupportedError("Not supported"); } |
| 7595 | 7476 |
| 7596 @DomName('SVGViewElement.SVGViewElement') | 7477 @DomName('SVGViewElement.SVGViewElement') |
| 7597 @DocsEditable() | 7478 @DocsEditable() |
| 7598 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); | 7479 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); |
| 7599 /** | 7480 /** |
| 7600 * Constructor instantiated by the DOM when a custom element has been created. | 7481 * Constructor instantiated by the DOM when a custom element has been created. |
| 7601 * | 7482 * |
| 7602 * This can only be called by subclasses from their created constructor. | 7483 * This can only be called by subclasses from their created constructor. |
| 7603 */ | 7484 */ |
| 7604 ViewElement.created() : super.created(); | 7485 ViewElement.created() : super.created(); |
| 7605 | 7486 |
| 7606 @DomName('SVGViewElement.viewTarget') | 7487 @DomName('SVGViewElement.viewTarget') |
| 7607 @DocsEditable() | 7488 @DocsEditable() |
| 7608 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; | 7489 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; |
| 7609 | 7490 |
| 7610 @DomName('SVGViewElement.externalResourcesRequired') | |
| 7611 @DocsEditable() | |
| 7612 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR
esourcesRequired_Getter"; | |
| 7613 | |
| 7614 @DomName('SVGViewElement.preserveAspectRatio') | 7491 @DomName('SVGViewElement.preserveAspectRatio') |
| 7615 @DocsEditable() | 7492 @DocsEditable() |
| 7616 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewElement_pre
serveAspectRatio_Getter"; | 7493 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewElement_pre
serveAspectRatio_Getter"; |
| 7617 | 7494 |
| 7618 @DomName('SVGViewElement.viewBox') | 7495 @DomName('SVGViewElement.viewBox') |
| 7619 @DocsEditable() | 7496 @DocsEditable() |
| 7620 AnimatedRect get viewBox native "SVGViewElement_viewBox_Getter"; | 7497 AnimatedRect get viewBox native "SVGViewElement_viewBox_Getter"; |
| 7621 | 7498 |
| 7622 @DomName('SVGViewElement.zoomAndPan') | 7499 @DomName('SVGViewElement.zoomAndPan') |
| 7623 @DocsEditable() | 7500 @DocsEditable() |
| 7624 int get zoomAndPan native "SVGViewElement_zoomAndPan_Getter"; | 7501 int get zoomAndPan native "SVGViewElement_zoomAndPan_Getter"; |
| 7625 | 7502 |
| 7626 @DomName('SVGViewElement.zoomAndPan') | 7503 @DomName('SVGViewElement.zoomAndPan') |
| 7627 @DocsEditable() | 7504 @DocsEditable() |
| 7628 void set zoomAndPan(int value) native "SVGViewElement_zoomAndPan_Setter"; | 7505 void set zoomAndPan(int value) native "SVGViewElement_zoomAndPan_Setter"; |
| 7629 | 7506 |
| 7630 } | 7507 } |
| 7631 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7508 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7632 // for details. All rights reserved. Use of this source code is governed by a | 7509 // for details. All rights reserved. Use of this source code is governed by a |
| 7633 // BSD-style license that can be found in the LICENSE file. | 7510 // BSD-style license that can be found in the LICENSE file. |
| 7634 | 7511 |
| 7635 // WARNING: Do not edit - generated code. | 7512 // WARNING: Do not edit - generated code. |
| 7636 | 7513 |
| 7637 | 7514 |
| 7638 @DocsEditable() | 7515 @DocsEditable() |
| 7639 @DomName('SVGViewSpec') | 7516 @DomName('SVGViewSpec') |
| 7640 @Unstable() | 7517 @Unstable() |
| 7641 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox { | 7518 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd
Pan { |
| 7642 // To suppress missing implicit constructor warnings. | 7519 // To suppress missing implicit constructor warnings. |
| 7643 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } | 7520 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } |
| 7644 | 7521 |
| 7645 @DomName('SVGViewSpec.preserveAspectRatioString') | 7522 @DomName('SVGViewSpec.preserveAspectRatioString') |
| 7646 @DocsEditable() | 7523 @DocsEditable() |
| 7647 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; | 7524 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; |
| 7648 | 7525 |
| 7649 @DomName('SVGViewSpec.transform') | 7526 @DomName('SVGViewSpec.transform') |
| 7650 @DocsEditable() | 7527 @DocsEditable() |
| 7651 TransformList get transform native "SVGViewSpec_transform_Getter"; | 7528 TransformList get transform native "SVGViewSpec_transform_Getter"; |
| 7652 | 7529 |
| 7653 @DomName('SVGViewSpec.transformString') | 7530 @DomName('SVGViewSpec.transformString') |
| 7654 @DocsEditable() | 7531 @DocsEditable() |
| 7655 String get transformString native "SVGViewSpec_transformString_Getter"; | 7532 String get transformString native "SVGViewSpec_transformString_Getter"; |
| 7656 | 7533 |
| 7657 @DomName('SVGViewSpec.viewBoxString') | 7534 @DomName('SVGViewSpec.viewBoxString') |
| 7658 @DocsEditable() | 7535 @DocsEditable() |
| 7659 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; | 7536 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; |
| 7660 | 7537 |
| 7661 @DomName('SVGViewSpec.viewTarget') | 7538 @DomName('SVGViewSpec.viewTarget') |
| 7662 @DocsEditable() | 7539 @DocsEditable() |
| 7663 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; | 7540 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; |
| 7664 | 7541 |
| 7665 @DomName('SVGViewSpec.viewTargetString') | 7542 @DomName('SVGViewSpec.viewTargetString') |
| 7666 @DocsEditable() | 7543 @DocsEditable() |
| 7667 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; | 7544 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; |
| 7668 | 7545 |
| 7546 @DomName('SVGViewSpec.preserveAspectRatio') |
| 7547 @DocsEditable() |
| 7548 @Experimental() // nonstandard |
| 7549 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser
veAspectRatio_Getter"; |
| 7550 |
| 7551 @DomName('SVGViewSpec.viewBox') |
| 7552 @DocsEditable() |
| 7553 @Experimental() // nonstandard |
| 7554 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter"; |
| 7555 |
| 7669 @DomName('SVGViewSpec.zoomAndPan') | 7556 @DomName('SVGViewSpec.zoomAndPan') |
| 7670 @DocsEditable() | 7557 @DocsEditable() |
| 7671 @Experimental() // nonstandard | 7558 @Experimental() // nonstandard |
| 7672 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; | 7559 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; |
| 7673 | 7560 |
| 7674 @DomName('SVGViewSpec.zoomAndPan') | 7561 @DomName('SVGViewSpec.zoomAndPan') |
| 7675 @DocsEditable() | 7562 @DocsEditable() |
| 7676 @Experimental() // nonstandard | 7563 @Experimental() // nonstandard |
| 7677 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; | 7564 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; |
| 7678 | 7565 |
| 7679 @DomName('SVGViewSpec.preserveAspectRatio') | |
| 7680 @DocsEditable() | |
| 7681 @Experimental() // nonstandard | |
| 7682 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser
veAspectRatio_Getter"; | |
| 7683 | |
| 7684 @DomName('SVGViewSpec.viewBox') | |
| 7685 @DocsEditable() | |
| 7686 @Experimental() // nonstandard | |
| 7687 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter"; | |
| 7688 | |
| 7689 } | 7566 } |
| 7690 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7567 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7691 // for details. All rights reserved. Use of this source code is governed by a | 7568 // for details. All rights reserved. Use of this source code is governed by a |
| 7692 // BSD-style license that can be found in the LICENSE file. | 7569 // BSD-style license that can be found in the LICENSE file. |
| 7693 | 7570 |
| 7694 // WARNING: Do not edit - generated code. | 7571 // WARNING: Do not edit - generated code. |
| 7695 | 7572 |
| 7696 | 7573 |
| 7697 @DocsEditable() | 7574 @DocsEditable() |
| 7698 @DomName('SVGZoomAndPan') | 7575 @DomName('SVGZoomAndPan') |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7828 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7705 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7829 // for details. All rights reserved. Use of this source code is governed by a | 7706 // for details. All rights reserved. Use of this source code is governed by a |
| 7830 // BSD-style license that can be found in the LICENSE file. | 7707 // BSD-style license that can be found in the LICENSE file. |
| 7831 | 7708 |
| 7832 // WARNING: Do not edit - generated code. | 7709 // WARNING: Do not edit - generated code. |
| 7833 | 7710 |
| 7834 | 7711 |
| 7835 @DocsEditable() | 7712 @DocsEditable() |
| 7836 @DomName('SVGGradientElement') | 7713 @DomName('SVGGradientElement') |
| 7837 @Unstable() | 7714 @Unstable() |
| 7838 class _GradientElement extends SvgElement implements UriReference, ExternalResou
rcesRequired { | 7715 class _GradientElement extends SvgElement implements UriReference { |
| 7839 // To suppress missing implicit constructor warnings. | 7716 // To suppress missing implicit constructor warnings. |
| 7840 factory _GradientElement._() { throw new UnsupportedError("Not supported"); } | 7717 factory _GradientElement._() { throw new UnsupportedError("Not supported"); } |
| 7841 /** | 7718 /** |
| 7842 * Constructor instantiated by the DOM when a custom element has been created. | 7719 * Constructor instantiated by the DOM when a custom element has been created. |
| 7843 * | 7720 * |
| 7844 * This can only be called by subclasses from their created constructor. | 7721 * This can only be called by subclasses from their created constructor. |
| 7845 */ | 7722 */ |
| 7846 _GradientElement.created() : super.created(); | 7723 _GradientElement.created() : super.created(); |
| 7847 | 7724 |
| 7848 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') | 7725 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') |
| (...skipping 17 matching lines...) Expand all Loading... |
| 7866 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien
tTransform_Getter"; | 7743 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien
tTransform_Getter"; |
| 7867 | 7744 |
| 7868 @DomName('SVGGradientElement.gradientUnits') | 7745 @DomName('SVGGradientElement.gradientUnits') |
| 7869 @DocsEditable() | 7746 @DocsEditable() |
| 7870 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits
_Getter"; | 7747 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits
_Getter"; |
| 7871 | 7748 |
| 7872 @DomName('SVGGradientElement.spreadMethod') | 7749 @DomName('SVGGradientElement.spreadMethod') |
| 7873 @DocsEditable() | 7750 @DocsEditable() |
| 7874 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G
etter"; | 7751 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G
etter"; |
| 7875 | 7752 |
| 7876 @DomName('SVGGradientElement.externalResourcesRequired') | |
| 7877 @DocsEditable() | |
| 7878 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter
nalResourcesRequired_Getter"; | |
| 7879 | |
| 7880 @DomName('SVGGradientElement.href') | 7753 @DomName('SVGGradientElement.href') |
| 7881 @DocsEditable() | 7754 @DocsEditable() |
| 7882 AnimatedString get href native "SVGGradientElement_href_Getter"; | 7755 AnimatedString get href native "SVGGradientElement_href_Getter"; |
| 7883 | 7756 |
| 7884 } | 7757 } |
| 7885 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7758 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7886 // for details. All rights reserved. Use of this source code is governed by a | 7759 // for details. All rights reserved. Use of this source code is governed by a |
| 7887 // BSD-style license that can be found in the LICENSE file. | 7760 // BSD-style license that can be found in the LICENSE file. |
| 7888 | 7761 |
| 7889 // WARNING: Do not edit - generated code. | 7762 // WARNING: Do not edit - generated code. |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7925 | 7798 |
| 7926 } | 7799 } |
| 7927 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7800 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7928 // for details. All rights reserved. Use of this source code is governed by a | 7801 // for details. All rights reserved. Use of this source code is governed by a |
| 7929 // BSD-style license that can be found in the LICENSE file. | 7802 // BSD-style license that can be found in the LICENSE file. |
| 7930 | 7803 |
| 7931 // WARNING: Do not edit - generated code. | 7804 // WARNING: Do not edit - generated code. |
| 7932 | 7805 |
| 7933 | 7806 |
| 7934 @DocsEditable() | 7807 @DocsEditable() |
| 7935 @DomName('SVGAnimateColorElement') | |
| 7936 @Unstable() | |
| 7937 abstract class _SVGAnimateColorElement extends AnimationElement { | |
| 7938 // To suppress missing implicit constructor warnings. | |
| 7939 factory _SVGAnimateColorElement._() { throw new UnsupportedError("Not supporte
d"); } | |
| 7940 /** | |
| 7941 * Constructor instantiated by the DOM when a custom element has been created. | |
| 7942 * | |
| 7943 * This can only be called by subclasses from their created constructor. | |
| 7944 */ | |
| 7945 _SVGAnimateColorElement.created() : super.created(); | |
| 7946 | |
| 7947 } | |
| 7948 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | |
| 7949 // for details. All rights reserved. Use of this source code is governed by a | |
| 7950 // BSD-style license that can be found in the LICENSE file. | |
| 7951 | |
| 7952 | |
| 7953 // Hack because the baseclass is private in dart:html, and we want to omit this | |
| 7954 // type entirely but can't. | |
| 7955 @DocsEditable() | |
| 7956 @DomName('SVGColor') | |
| 7957 @Unstable() | |
| 7958 abstract class _SVGColor { | |
| 7959 _SVGColor.internal(); | |
| 7960 } | |
| 7961 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 7962 // for details. All rights reserved. Use of this source code is governed by a | |
| 7963 // BSD-style license that can be found in the LICENSE file. | |
| 7964 | |
| 7965 // WARNING: Do not edit - generated code. | |
| 7966 | |
| 7967 | |
| 7968 @DocsEditable() | |
| 7969 @DomName('SVGComponentTransferFunctionElement') | 7808 @DomName('SVGComponentTransferFunctionElement') |
| 7970 @Unstable() | 7809 @Unstable() |
| 7971 abstract class _SVGComponentTransferFunctionElement extends SvgElement { | 7810 abstract class _SVGComponentTransferFunctionElement extends SvgElement { |
| 7972 // To suppress missing implicit constructor warnings. | 7811 // To suppress missing implicit constructor warnings. |
| 7973 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } | 7812 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } |
| 7974 /** | 7813 /** |
| 7975 * Constructor instantiated by the DOM when a custom element has been created. | 7814 * Constructor instantiated by the DOM when a custom element has been created. |
| 7976 * | 7815 * |
| 7977 * This can only be called by subclasses from their created constructor. | 7816 * This can only be called by subclasses from their created constructor. |
| 7978 */ | 7817 */ |
| 7979 _SVGComponentTransferFunctionElement.created() : super.created(); | 7818 _SVGComponentTransferFunctionElement.created() : super.created(); |
| 7980 | 7819 |
| 7981 } | 7820 } |
| 7982 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7821 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7983 // for details. All rights reserved. Use of this source code is governed by a | 7822 // for details. All rights reserved. Use of this source code is governed by a |
| 7984 // BSD-style license that can be found in the LICENSE file. | 7823 // BSD-style license that can be found in the LICENSE file. |
| 7985 | 7824 |
| 7986 // WARNING: Do not edit - generated code. | 7825 // WARNING: Do not edit - generated code. |
| 7987 | 7826 |
| 7988 | 7827 |
| 7989 @DocsEditable() | 7828 @DocsEditable() |
| 7990 @DomName('SVGCursorElement') | 7829 @DomName('SVGCursorElement') |
| 7991 @Unstable() | 7830 @Unstable() |
| 7992 abstract class _SVGCursorElement extends SvgElement implements UriReference, Ext
ernalResourcesRequired, Tests { | 7831 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes
ts { |
| 7993 // To suppress missing implicit constructor warnings. | 7832 // To suppress missing implicit constructor warnings. |
| 7994 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } | 7833 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } |
| 7995 | 7834 |
| 7996 @DomName('SVGCursorElement.SVGCursorElement') | 7835 @DomName('SVGCursorElement.SVGCursorElement') |
| 7997 @DocsEditable() | 7836 @DocsEditable() |
| 7998 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); | 7837 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); |
| 7999 /** | 7838 /** |
| 8000 * Constructor instantiated by the DOM when a custom element has been created. | 7839 * Constructor instantiated by the DOM when a custom element has been created. |
| 8001 * | 7840 * |
| 8002 * This can only be called by subclasses from their created constructor. | 7841 * This can only be called by subclasses from their created constructor. |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8227 } | 8066 } |
| 8228 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8067 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8229 // for details. All rights reserved. Use of this source code is governed by a | 8068 // for details. All rights reserved. Use of this source code is governed by a |
| 8230 // BSD-style license that can be found in the LICENSE file. | 8069 // BSD-style license that can be found in the LICENSE file. |
| 8231 | 8070 |
| 8232 // WARNING: Do not edit - generated code. | 8071 // WARNING: Do not edit - generated code. |
| 8233 | 8072 |
| 8234 | 8073 |
| 8235 @DocsEditable() | 8074 @DocsEditable() |
| 8236 @DomName('SVGMPathElement') | 8075 @DomName('SVGMPathElement') |
| 8237 abstract class _SVGMPathElement extends SvgElement implements UriReference, Exte
rnalResourcesRequired { | 8076 abstract class _SVGMPathElement extends SvgElement implements UriReference { |
| 8238 // To suppress missing implicit constructor warnings. | 8077 // To suppress missing implicit constructor warnings. |
| 8239 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } | 8078 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } |
| 8240 | 8079 |
| 8241 @DomName('SVGMPathElement.SVGMPathElement') | 8080 @DomName('SVGMPathElement.SVGMPathElement') |
| 8242 @DocsEditable() | 8081 @DocsEditable() |
| 8243 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); | 8082 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); |
| 8244 /** | 8083 /** |
| 8245 * Constructor instantiated by the DOM when a custom element has been created. | 8084 * Constructor instantiated by the DOM when a custom element has been created. |
| 8246 * | 8085 * |
| 8247 * This can only be called by subclasses from their created constructor. | 8086 * This can only be called by subclasses from their created constructor. |
| (...skipping 23 matching lines...) Expand all Loading... |
| 8271 | 8110 |
| 8272 } | 8111 } |
| 8273 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8112 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8274 // for details. All rights reserved. Use of this source code is governed by a | 8113 // for details. All rights reserved. Use of this source code is governed by a |
| 8275 // BSD-style license that can be found in the LICENSE file. | 8114 // BSD-style license that can be found in the LICENSE file. |
| 8276 | 8115 |
| 8277 // WARNING: Do not edit - generated code. | 8116 // WARNING: Do not edit - generated code. |
| 8278 | 8117 |
| 8279 | 8118 |
| 8280 @DocsEditable() | 8119 @DocsEditable() |
| 8281 @DomName('SVGPaint') | |
| 8282 @Unstable() | |
| 8283 abstract class _SVGPaint extends _SVGColor { | |
| 8284 // To suppress missing implicit constructor warnings. | |
| 8285 factory _SVGPaint._() { throw new UnsupportedError("Not supported"); } | |
| 8286 | |
| 8287 } | |
| 8288 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 8289 // for details. All rights reserved. Use of this source code is governed by a | |
| 8290 // BSD-style license that can be found in the LICENSE file. | |
| 8291 | |
| 8292 // WARNING: Do not edit - generated code. | |
| 8293 | |
| 8294 | |
| 8295 @DocsEditable() | |
| 8296 @DomName('SVGVKernElement') | 8120 @DomName('SVGVKernElement') |
| 8297 @Unstable() | 8121 @Unstable() |
| 8298 abstract class _SVGVKernElement extends SvgElement { | 8122 abstract class _SVGVKernElement extends SvgElement { |
| 8299 // To suppress missing implicit constructor warnings. | 8123 // To suppress missing implicit constructor warnings. |
| 8300 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } | 8124 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } |
| 8301 | 8125 |
| 8302 @DomName('SVGVKernElement.SVGVKernElement') | 8126 @DomName('SVGVKernElement.SVGVKernElement') |
| 8303 @DocsEditable() | 8127 @DocsEditable() |
| 8304 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 8128 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 8305 /** | 8129 /** |
| 8306 * Constructor instantiated by the DOM when a custom element has been created. | 8130 * Constructor instantiated by the DOM when a custom element has been created. |
| 8307 * | 8131 * |
| 8308 * This can only be called by subclasses from their created constructor. | 8132 * This can only be called by subclasses from their created constructor. |
| 8309 */ | 8133 */ |
| 8310 _SVGVKernElement.created() : super.created(); | 8134 _SVGVKernElement.created() : super.created(); |
| 8311 | 8135 |
| 8312 } | 8136 } |
| OLD | NEW |