| OLD | NEW |
| 1 library svg; | 1 library svg; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:html'; | 5 import 'dart:html'; |
| 6 import 'dart:html_common'; | 6 import 'dart:html_common'; |
| 7 import 'dart:nativewrappers'; | 7 import 'dart:nativewrappers'; |
| 8 // DO NOT EDIT | 8 // DO NOT EDIT |
| 9 // Auto-generated dart:svg library. | 9 // Auto-generated dart:svg library. |
| 10 | 10 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 // BSD-style license that can be found in the LICENSE file. | 57 // BSD-style license that can be found in the LICENSE file. |
| 58 | 58 |
| 59 // WARNING: Do not edit - generated code. | 59 // WARNING: Do not edit - generated code. |
| 60 | 60 |
| 61 | 61 |
| 62 @DocsEditable | 62 @DocsEditable |
| 63 @DomName('SVGAElement') | 63 @DomName('SVGAElement') |
| 64 class AElement extends SvgElement implements Transformable, Tests, UriReference,
Stylable, ExternalResourcesRequired, LangSpace { | 64 class AElement extends SvgElement implements Transformable, Tests, UriReference,
Stylable, ExternalResourcesRequired, LangSpace { |
| 65 AElement.internal() : super.internal(); | 65 AElement.internal() : super.internal(); |
| 66 | 66 |
| 67 @DomName('SVGAElement.SVGAElement') |
| 67 @DocsEditable | 68 @DocsEditable |
| 68 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 69 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
| 69 | 70 |
| 70 @DomName('SVGAElement.target') | 71 @DomName('SVGAElement.target') |
| 71 @DocsEditable | 72 @DocsEditable |
| 72 AnimatedString get target native "SVGAElement_target_Getter"; | 73 AnimatedString get target native "SVGAElement_target_Getter"; |
| 73 | 74 |
| 74 @DomName('SVGAElement.externalResourcesRequired') | 75 @DomName('SVGAElement.externalResourcesRequired') |
| 75 @DocsEditable | 76 @DocsEditable |
| 76 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso
urcesRequired_Getter"; | 77 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso
urcesRequired_Getter"; |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 // BSD-style license that can be found in the LICENSE file. | 276 // BSD-style license that can be found in the LICENSE file. |
| 276 | 277 |
| 277 // WARNING: Do not edit - generated code. | 278 // WARNING: Do not edit - generated code. |
| 278 | 279 |
| 279 | 280 |
| 280 @DocsEditable | 281 @DocsEditable |
| 281 @DomName('SVGAnimateColorElement') | 282 @DomName('SVGAnimateColorElement') |
| 282 class AnimateColorElement extends AnimationElement { | 283 class AnimateColorElement extends AnimationElement { |
| 283 AnimateColorElement.internal() : super.internal(); | 284 AnimateColorElement.internal() : super.internal(); |
| 284 | 285 |
| 286 @DomName('SVGAnimateColorElement.SVGAnimateColorElement') |
| 285 @DocsEditable | 287 @DocsEditable |
| 286 factory AnimateColorElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("animateColor"); | 288 factory AnimateColorElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("animateColor"); |
| 287 | 289 |
| 288 } | 290 } |
| 289 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 291 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 290 // for details. All rights reserved. Use of this source code is governed by a | 292 // for details. All rights reserved. Use of this source code is governed by a |
| 291 // BSD-style license that can be found in the LICENSE file. | 293 // BSD-style license that can be found in the LICENSE file. |
| 292 | 294 |
| 293 // WARNING: Do not edit - generated code. | 295 // WARNING: Do not edit - generated code. |
| 294 | 296 |
| 295 | 297 |
| 296 @DocsEditable | 298 @DocsEditable |
| 297 @DomName('SVGAnimateElement') | 299 @DomName('SVGAnimateElement') |
| 298 class AnimateElement extends AnimationElement { | 300 class AnimateElement extends AnimationElement { |
| 299 AnimateElement.internal() : super.internal(); | 301 AnimateElement.internal() : super.internal(); |
| 300 | 302 |
| 303 @DomName('SVGAnimateElement.SVGAnimateElement') |
| 301 @DocsEditable | 304 @DocsEditable |
| 302 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); | 305 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); |
| 303 | 306 |
| 304 } | 307 } |
| 305 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 306 // for details. All rights reserved. Use of this source code is governed by a | 309 // for details. All rights reserved. Use of this source code is governed by a |
| 307 // BSD-style license that can be found in the LICENSE file. | 310 // BSD-style license that can be found in the LICENSE file. |
| 308 | 311 |
| 309 // WARNING: Do not edit - generated code. | 312 // WARNING: Do not edit - generated code. |
| 310 | 313 |
| 311 | 314 |
| 312 @DocsEditable | 315 @DocsEditable |
| 313 @DomName('SVGAnimateMotionElement') | 316 @DomName('SVGAnimateMotionElement') |
| 314 class AnimateMotionElement extends AnimationElement { | 317 class AnimateMotionElement extends AnimationElement { |
| 315 AnimateMotionElement.internal() : super.internal(); | 318 AnimateMotionElement.internal() : super.internal(); |
| 316 | 319 |
| 320 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') |
| 317 @DocsEditable | 321 @DocsEditable |
| 318 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); | 322 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); |
| 319 | 323 |
| 320 } | 324 } |
| 321 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 325 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 322 // for details. All rights reserved. Use of this source code is governed by a | 326 // for details. All rights reserved. Use of this source code is governed by a |
| 323 // BSD-style license that can be found in the LICENSE file. | 327 // BSD-style license that can be found in the LICENSE file. |
| 324 | 328 |
| 325 // WARNING: Do not edit - generated code. | 329 // WARNING: Do not edit - generated code. |
| 326 | 330 |
| 327 | 331 |
| 328 @DocsEditable | 332 @DocsEditable |
| 329 @DomName('SVGAnimateTransformElement') | 333 @DomName('SVGAnimateTransformElement') |
| 330 class AnimateTransformElement extends AnimationElement { | 334 class AnimateTransformElement extends AnimationElement { |
| 331 AnimateTransformElement.internal() : super.internal(); | 335 AnimateTransformElement.internal() : super.internal(); |
| 332 | 336 |
| 337 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') |
| 333 @DocsEditable | 338 @DocsEditable |
| 334 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); | 339 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); |
| 335 | 340 |
| 336 } | 341 } |
| 337 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 342 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 338 // for details. All rights reserved. Use of this source code is governed by a | 343 // for details. All rights reserved. Use of this source code is governed by a |
| 339 // BSD-style license that can be found in the LICENSE file. | 344 // BSD-style license that can be found in the LICENSE file. |
| 340 | 345 |
| 341 // WARNING: Do not edit - generated code. | 346 // WARNING: Do not edit - generated code. |
| 342 | 347 |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 // BSD-style license that can be found in the LICENSE file. | 616 // BSD-style license that can be found in the LICENSE file. |
| 612 | 617 |
| 613 // WARNING: Do not edit - generated code. | 618 // WARNING: Do not edit - generated code. |
| 614 | 619 |
| 615 | 620 |
| 616 @DocsEditable | 621 @DocsEditable |
| 617 @DomName('SVGAnimationElement') | 622 @DomName('SVGAnimationElement') |
| 618 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired { | 623 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired { |
| 619 AnimationElement.internal() : super.internal(); | 624 AnimationElement.internal() : super.internal(); |
| 620 | 625 |
| 626 @DomName('SVGAnimationElement.SVGAnimationElement') |
| 621 @DocsEditable | 627 @DocsEditable |
| 622 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 628 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
| 623 | 629 |
| 624 @DomName('SVGAnimationElement.targetElement') | 630 @DomName('SVGAnimationElement.targetElement') |
| 625 @DocsEditable | 631 @DocsEditable |
| 626 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; | 632 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; |
| 627 | 633 |
| 628 @DomName('SVGAnimationElement.getCurrentTime') | 634 @DomName('SVGAnimationElement.getCurrentTime') |
| 629 @DocsEditable | 635 @DocsEditable |
| 630 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; | 636 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 // BSD-style license that can be found in the LICENSE file. | 685 // BSD-style license that can be found in the LICENSE file. |
| 680 | 686 |
| 681 // WARNING: Do not edit - generated code. | 687 // WARNING: Do not edit - generated code. |
| 682 | 688 |
| 683 | 689 |
| 684 @DocsEditable | 690 @DocsEditable |
| 685 @DomName('SVGCircleElement') | 691 @DomName('SVGCircleElement') |
| 686 class CircleElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace { | 692 class CircleElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace { |
| 687 CircleElement.internal() : super.internal(); | 693 CircleElement.internal() : super.internal(); |
| 688 | 694 |
| 695 @DomName('SVGCircleElement.SVGCircleElement') |
| 689 @DocsEditable | 696 @DocsEditable |
| 690 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 697 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); |
| 691 | 698 |
| 692 @DomName('SVGCircleElement.cx') | 699 @DomName('SVGCircleElement.cx') |
| 693 @DocsEditable | 700 @DocsEditable |
| 694 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; | 701 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; |
| 695 | 702 |
| 696 @DomName('SVGCircleElement.cy') | 703 @DomName('SVGCircleElement.cy') |
| 697 @DocsEditable | 704 @DocsEditable |
| 698 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; | 705 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 // BSD-style license that can be found in the LICENSE file. | 790 // BSD-style license that can be found in the LICENSE file. |
| 784 | 791 |
| 785 // WARNING: Do not edit - generated code. | 792 // WARNING: Do not edit - generated code. |
| 786 | 793 |
| 787 | 794 |
| 788 @DocsEditable | 795 @DocsEditable |
| 789 @DomName('SVGClipPathElement') | 796 @DomName('SVGClipPathElement') |
| 790 class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace { | 797 class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace { |
| 791 ClipPathElement.internal() : super.internal(); | 798 ClipPathElement.internal() : super.internal(); |
| 792 | 799 |
| 800 @DomName('SVGClipPathElement.SVGClipPathElement') |
| 793 @DocsEditable | 801 @DocsEditable |
| 794 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 802 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); |
| 795 | 803 |
| 796 @DomName('SVGClipPathElement.clipPathUnits') | 804 @DomName('SVGClipPathElement.clipPathUnits') |
| 797 @DocsEditable | 805 @DocsEditable |
| 798 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; | 806 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; |
| 799 | 807 |
| 800 @DomName('SVGClipPathElement.externalResourcesRequired') | 808 @DomName('SVGClipPathElement.externalResourcesRequired') |
| 801 @DocsEditable | 809 @DocsEditable |
| 802 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter
nalResourcesRequired_Getter"; | 810 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter
nalResourcesRequired_Getter"; |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 973 // BSD-style license that can be found in the LICENSE file. | 981 // BSD-style license that can be found in the LICENSE file. |
| 974 | 982 |
| 975 // WARNING: Do not edit - generated code. | 983 // WARNING: Do not edit - generated code. |
| 976 | 984 |
| 977 | 985 |
| 978 @DocsEditable | 986 @DocsEditable |
| 979 @DomName('SVGCursorElement') | 987 @DomName('SVGCursorElement') |
| 980 class CursorElement extends SvgElement implements UriReference, Tests, ExternalR
esourcesRequired { | 988 class CursorElement extends SvgElement implements UriReference, Tests, ExternalR
esourcesRequired { |
| 981 CursorElement.internal() : super.internal(); | 989 CursorElement.internal() : super.internal(); |
| 982 | 990 |
| 991 @DomName('SVGCursorElement.SVGCursorElement') |
| 983 @DocsEditable | 992 @DocsEditable |
| 984 factory CursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cu
rsor"); | 993 factory CursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cu
rsor"); |
| 985 | 994 |
| 986 @DomName('SVGCursorElement.x') | 995 @DomName('SVGCursorElement.x') |
| 987 @DocsEditable | 996 @DocsEditable |
| 988 AnimatedLength get x native "SVGCursorElement_x_Getter"; | 997 AnimatedLength get x native "SVGCursorElement_x_Getter"; |
| 989 | 998 |
| 990 @DomName('SVGCursorElement.y') | 999 @DomName('SVGCursorElement.y') |
| 991 @DocsEditable | 1000 @DocsEditable |
| 992 AnimatedLength get y native "SVGCursorElement_y_Getter"; | 1001 AnimatedLength get y native "SVGCursorElement_y_Getter"; |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1021 // BSD-style license that can be found in the LICENSE file. | 1030 // BSD-style license that can be found in the LICENSE file. |
| 1022 | 1031 |
| 1023 // WARNING: Do not edit - generated code. | 1032 // WARNING: Do not edit - generated code. |
| 1024 | 1033 |
| 1025 | 1034 |
| 1026 @DocsEditable | 1035 @DocsEditable |
| 1027 @DomName('SVGDefsElement') | 1036 @DomName('SVGDefsElement') |
| 1028 class DefsElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { | 1037 class DefsElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { |
| 1029 DefsElement.internal() : super.internal(); | 1038 DefsElement.internal() : super.internal(); |
| 1030 | 1039 |
| 1040 @DomName('SVGDefsElement.SVGDefsElement') |
| 1031 @DocsEditable | 1041 @DocsEditable |
| 1032 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); | 1042 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); |
| 1033 | 1043 |
| 1034 @DomName('SVGDefsElement.externalResourcesRequired') | 1044 @DomName('SVGDefsElement.externalResourcesRequired') |
| 1035 @DocsEditable | 1045 @DocsEditable |
| 1036 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR
esourcesRequired_Getter"; | 1046 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR
esourcesRequired_Getter"; |
| 1037 | 1047 |
| 1038 @DomName('SVGDefsElement.xmllang') | 1048 @DomName('SVGDefsElement.xmllang') |
| 1039 @DocsEditable | 1049 @DocsEditable |
| 1040 String get xmllang native "SVGDefsElement_xmllang_Getter"; | 1050 String get xmllang native "SVGDefsElement_xmllang_Getter"; |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1113 // BSD-style license that can be found in the LICENSE file. | 1123 // BSD-style license that can be found in the LICENSE file. |
| 1114 | 1124 |
| 1115 // WARNING: Do not edit - generated code. | 1125 // WARNING: Do not edit - generated code. |
| 1116 | 1126 |
| 1117 | 1127 |
| 1118 @DocsEditable | 1128 @DocsEditable |
| 1119 @DomName('SVGDescElement') | 1129 @DomName('SVGDescElement') |
| 1120 class DescElement extends SvgElement implements Stylable, LangSpace { | 1130 class DescElement extends SvgElement implements Stylable, LangSpace { |
| 1121 DescElement.internal() : super.internal(); | 1131 DescElement.internal() : super.internal(); |
| 1122 | 1132 |
| 1133 @DomName('SVGDescElement.SVGDescElement') |
| 1123 @DocsEditable | 1134 @DocsEditable |
| 1124 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); | 1135 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); |
| 1125 | 1136 |
| 1126 @DomName('SVGDescElement.xmllang') | 1137 @DomName('SVGDescElement.xmllang') |
| 1127 @DocsEditable | 1138 @DocsEditable |
| 1128 String get xmllang native "SVGDescElement_xmllang_Getter"; | 1139 String get xmllang native "SVGDescElement_xmllang_Getter"; |
| 1129 | 1140 |
| 1130 @DomName('SVGDescElement.xmllang') | 1141 @DomName('SVGDescElement.xmllang') |
| 1131 @DocsEditable | 1142 @DocsEditable |
| 1132 void set xmllang(String value) native "SVGDescElement_xmllang_Setter"; | 1143 void set xmllang(String value) native "SVGDescElement_xmllang_Setter"; |
| (...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1684 // BSD-style license that can be found in the LICENSE file. | 1695 // BSD-style license that can be found in the LICENSE file. |
| 1685 | 1696 |
| 1686 // WARNING: Do not edit - generated code. | 1697 // WARNING: Do not edit - generated code. |
| 1687 | 1698 |
| 1688 | 1699 |
| 1689 @DocsEditable | 1700 @DocsEditable |
| 1690 @DomName('SVGEllipseElement') | 1701 @DomName('SVGEllipseElement') |
| 1691 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { | 1702 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { |
| 1692 EllipseElement.internal() : super.internal(); | 1703 EllipseElement.internal() : super.internal(); |
| 1693 | 1704 |
| 1705 @DomName('SVGEllipseElement.SVGEllipseElement') |
| 1694 @DocsEditable | 1706 @DocsEditable |
| 1695 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1707 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
| 1696 | 1708 |
| 1697 @DomName('SVGEllipseElement.cx') | 1709 @DomName('SVGEllipseElement.cx') |
| 1698 @DocsEditable | 1710 @DocsEditable |
| 1699 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; | 1711 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; |
| 1700 | 1712 |
| 1701 @DomName('SVGEllipseElement.cy') | 1713 @DomName('SVGEllipseElement.cy') |
| 1702 @DocsEditable | 1714 @DocsEditable |
| 1703 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; | 1715 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; |
| (...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3094 // BSD-style license that can be found in the LICENSE file. | 3106 // BSD-style license that can be found in the LICENSE file. |
| 3095 | 3107 |
| 3096 // WARNING: Do not edit - generated code. | 3108 // WARNING: Do not edit - generated code. |
| 3097 | 3109 |
| 3098 | 3110 |
| 3099 @DocsEditable | 3111 @DocsEditable |
| 3100 @DomName('SVGFilterElement') | 3112 @DomName('SVGFilterElement') |
| 3101 class FilterElement extends SvgElement implements UriReference, ExternalResource
sRequired, Stylable, LangSpace { | 3113 class FilterElement extends SvgElement implements UriReference, ExternalResource
sRequired, Stylable, LangSpace { |
| 3102 FilterElement.internal() : super.internal(); | 3114 FilterElement.internal() : super.internal(); |
| 3103 | 3115 |
| 3116 @DomName('SVGFilterElement.SVGFilterElement') |
| 3104 @DocsEditable | 3117 @DocsEditable |
| 3105 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); | 3118 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); |
| 3106 | 3119 |
| 3107 @DomName('SVGFilterElement.filterResX') | 3120 @DomName('SVGFilterElement.filterResX') |
| 3108 @DocsEditable | 3121 @DocsEditable |
| 3109 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; | 3122 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; |
| 3110 | 3123 |
| 3111 @DomName('SVGFilterElement.filterResY') | 3124 @DomName('SVGFilterElement.filterResY') |
| 3112 @DocsEditable | 3125 @DocsEditable |
| 3113 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; | 3126 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3248 // BSD-style license that can be found in the LICENSE file. | 3261 // BSD-style license that can be found in the LICENSE file. |
| 3249 | 3262 |
| 3250 // WARNING: Do not edit - generated code. | 3263 // WARNING: Do not edit - generated code. |
| 3251 | 3264 |
| 3252 | 3265 |
| 3253 @DocsEditable | 3266 @DocsEditable |
| 3254 @DomName('SVGFontElement') | 3267 @DomName('SVGFontElement') |
| 3255 class FontElement extends SvgElement { | 3268 class FontElement extends SvgElement { |
| 3256 FontElement.internal() : super.internal(); | 3269 FontElement.internal() : super.internal(); |
| 3257 | 3270 |
| 3271 @DomName('SVGFontElement.SVGFontElement') |
| 3258 @DocsEditable | 3272 @DocsEditable |
| 3259 factory FontElement() => _SvgElementFactoryProvider.createSvgElement_tag("font
"); | 3273 factory FontElement() => _SvgElementFactoryProvider.createSvgElement_tag("font
"); |
| 3260 | 3274 |
| 3261 } | 3275 } |
| 3262 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3276 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3263 // for details. All rights reserved. Use of this source code is governed by a | 3277 // for details. All rights reserved. Use of this source code is governed by a |
| 3264 // BSD-style license that can be found in the LICENSE file. | 3278 // BSD-style license that can be found in the LICENSE file. |
| 3265 | 3279 |
| 3266 // WARNING: Do not edit - generated code. | 3280 // WARNING: Do not edit - generated code. |
| 3267 | 3281 |
| 3268 | 3282 |
| 3269 @DocsEditable | 3283 @DocsEditable |
| 3270 @DomName('SVGFontFaceElement') | 3284 @DomName('SVGFontFaceElement') |
| 3271 class FontFaceElement extends SvgElement { | 3285 class FontFaceElement extends SvgElement { |
| 3272 FontFaceElement.internal() : super.internal(); | 3286 FontFaceElement.internal() : super.internal(); |
| 3273 | 3287 |
| 3288 @DomName('SVGFontFaceElement.SVGFontFaceElement') |
| 3274 @DocsEditable | 3289 @DocsEditable |
| 3275 factory FontFaceElement() => _SvgElementFactoryProvider.createSvgElement_tag("
font-face"); | 3290 factory FontFaceElement() => _SvgElementFactoryProvider.createSvgElement_tag("
font-face"); |
| 3276 | 3291 |
| 3277 } | 3292 } |
| 3278 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3293 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3279 // for details. All rights reserved. Use of this source code is governed by a | 3294 // for details. All rights reserved. Use of this source code is governed by a |
| 3280 // BSD-style license that can be found in the LICENSE file. | 3295 // BSD-style license that can be found in the LICENSE file. |
| 3281 | 3296 |
| 3282 // WARNING: Do not edit - generated code. | 3297 // WARNING: Do not edit - generated code. |
| 3283 | 3298 |
| 3284 | 3299 |
| 3285 @DocsEditable | 3300 @DocsEditable |
| 3286 @DomName('SVGFontFaceFormatElement') | 3301 @DomName('SVGFontFaceFormatElement') |
| 3287 class FontFaceFormatElement extends SvgElement { | 3302 class FontFaceFormatElement extends SvgElement { |
| 3288 FontFaceFormatElement.internal() : super.internal(); | 3303 FontFaceFormatElement.internal() : super.internal(); |
| 3289 | 3304 |
| 3305 @DomName('SVGFontFaceFormatElement.SVGFontFaceFormatElement') |
| 3290 @DocsEditable | 3306 @DocsEditable |
| 3291 factory FontFaceFormatElement() => _SvgElementFactoryProvider.createSvgElement
_tag("font-face-format"); | 3307 factory FontFaceFormatElement() => _SvgElementFactoryProvider.createSvgElement
_tag("font-face-format"); |
| 3292 | 3308 |
| 3293 } | 3309 } |
| 3294 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3310 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3295 // for details. All rights reserved. Use of this source code is governed by a | 3311 // for details. All rights reserved. Use of this source code is governed by a |
| 3296 // BSD-style license that can be found in the LICENSE file. | 3312 // BSD-style license that can be found in the LICENSE file. |
| 3297 | 3313 |
| 3298 // WARNING: Do not edit - generated code. | 3314 // WARNING: Do not edit - generated code. |
| 3299 | 3315 |
| 3300 | 3316 |
| 3301 @DocsEditable | 3317 @DocsEditable |
| 3302 @DomName('SVGFontFaceNameElement') | 3318 @DomName('SVGFontFaceNameElement') |
| 3303 class FontFaceNameElement extends SvgElement { | 3319 class FontFaceNameElement extends SvgElement { |
| 3304 FontFaceNameElement.internal() : super.internal(); | 3320 FontFaceNameElement.internal() : super.internal(); |
| 3305 | 3321 |
| 3322 @DomName('SVGFontFaceNameElement.SVGFontFaceNameElement') |
| 3306 @DocsEditable | 3323 @DocsEditable |
| 3307 factory FontFaceNameElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("font-face-name"); | 3324 factory FontFaceNameElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("font-face-name"); |
| 3308 | 3325 |
| 3309 } | 3326 } |
| 3310 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3327 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3311 // for details. All rights reserved. Use of this source code is governed by a | 3328 // for details. All rights reserved. Use of this source code is governed by a |
| 3312 // BSD-style license that can be found in the LICENSE file. | 3329 // BSD-style license that can be found in the LICENSE file. |
| 3313 | 3330 |
| 3314 // WARNING: Do not edit - generated code. | 3331 // WARNING: Do not edit - generated code. |
| 3315 | 3332 |
| 3316 | 3333 |
| 3317 @DocsEditable | 3334 @DocsEditable |
| 3318 @DomName('SVGFontFaceSrcElement') | 3335 @DomName('SVGFontFaceSrcElement') |
| 3319 class FontFaceSrcElement extends SvgElement { | 3336 class FontFaceSrcElement extends SvgElement { |
| 3320 FontFaceSrcElement.internal() : super.internal(); | 3337 FontFaceSrcElement.internal() : super.internal(); |
| 3321 | 3338 |
| 3339 @DomName('SVGFontFaceSrcElement.SVGFontFaceSrcElement') |
| 3322 @DocsEditable | 3340 @DocsEditable |
| 3323 factory FontFaceSrcElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-src"); | 3341 factory FontFaceSrcElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-src"); |
| 3324 | 3342 |
| 3325 } | 3343 } |
| 3326 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3344 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3327 // for details. All rights reserved. Use of this source code is governed by a | 3345 // for details. All rights reserved. Use of this source code is governed by a |
| 3328 // BSD-style license that can be found in the LICENSE file. | 3346 // BSD-style license that can be found in the LICENSE file. |
| 3329 | 3347 |
| 3330 // WARNING: Do not edit - generated code. | 3348 // WARNING: Do not edit - generated code. |
| 3331 | 3349 |
| 3332 | 3350 |
| 3333 @DocsEditable | 3351 @DocsEditable |
| 3334 @DomName('SVGFontFaceUriElement') | 3352 @DomName('SVGFontFaceUriElement') |
| 3335 class FontFaceUriElement extends SvgElement { | 3353 class FontFaceUriElement extends SvgElement { |
| 3336 FontFaceUriElement.internal() : super.internal(); | 3354 FontFaceUriElement.internal() : super.internal(); |
| 3337 | 3355 |
| 3356 @DomName('SVGFontFaceUriElement.SVGFontFaceUriElement') |
| 3338 @DocsEditable | 3357 @DocsEditable |
| 3339 factory FontFaceUriElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-uri"); | 3358 factory FontFaceUriElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-uri"); |
| 3340 | 3359 |
| 3341 } | 3360 } |
| 3342 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3361 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3343 // for details. All rights reserved. Use of this source code is governed by a | 3362 // for details. All rights reserved. Use of this source code is governed by a |
| 3344 // BSD-style license that can be found in the LICENSE file. | 3363 // BSD-style license that can be found in the LICENSE file. |
| 3345 | 3364 |
| 3346 // WARNING: Do not edit - generated code. | 3365 // WARNING: Do not edit - generated code. |
| 3347 | 3366 |
| 3348 | 3367 |
| 3349 @DocsEditable | 3368 @DocsEditable |
| 3350 @DomName('SVGForeignObjectElement') | 3369 @DomName('SVGForeignObjectElement') |
| 3351 class ForeignObjectElement extends SvgElement implements Transformable, Tests, S
tylable, ExternalResourcesRequired, LangSpace { | 3370 class ForeignObjectElement extends SvgElement implements Transformable, Tests, S
tylable, ExternalResourcesRequired, LangSpace { |
| 3352 ForeignObjectElement.internal() : super.internal(); | 3371 ForeignObjectElement.internal() : super.internal(); |
| 3353 | 3372 |
| 3373 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') |
| 3354 @DocsEditable | 3374 @DocsEditable |
| 3355 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); | 3375 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); |
| 3356 | 3376 |
| 3357 @DomName('SVGForeignObjectElement.height') | 3377 @DomName('SVGForeignObjectElement.height') |
| 3358 @DocsEditable | 3378 @DocsEditable |
| 3359 AnimatedLength get height native "SVGForeignObjectElement_height_Getter"; | 3379 AnimatedLength get height native "SVGForeignObjectElement_height_Getter"; |
| 3360 | 3380 |
| 3361 @DomName('SVGForeignObjectElement.width') | 3381 @DomName('SVGForeignObjectElement.width') |
| 3362 @DocsEditable | 3382 @DocsEditable |
| 3363 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; | 3383 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3452 // BSD-style license that can be found in the LICENSE file. | 3472 // BSD-style license that can be found in the LICENSE file. |
| 3453 | 3473 |
| 3454 // WARNING: Do not edit - generated code. | 3474 // WARNING: Do not edit - generated code. |
| 3455 | 3475 |
| 3456 | 3476 |
| 3457 @DocsEditable | 3477 @DocsEditable |
| 3458 @DomName('SVGGElement') | 3478 @DomName('SVGGElement') |
| 3459 class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext
ernalResourcesRequired, LangSpace { | 3479 class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext
ernalResourcesRequired, LangSpace { |
| 3460 GElement.internal() : super.internal(); | 3480 GElement.internal() : super.internal(); |
| 3461 | 3481 |
| 3482 @DomName('SVGGElement.SVGGElement') |
| 3462 @DocsEditable | 3483 @DocsEditable |
| 3463 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); | 3484 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
| 3464 | 3485 |
| 3465 @DomName('SVGGElement.externalResourcesRequired') | 3486 @DomName('SVGGElement.externalResourcesRequired') |
| 3466 @DocsEditable | 3487 @DocsEditable |
| 3467 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso
urcesRequired_Getter"; | 3488 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso
urcesRequired_Getter"; |
| 3468 | 3489 |
| 3469 @DomName('SVGGElement.xmllang') | 3490 @DomName('SVGGElement.xmllang') |
| 3470 @DocsEditable | 3491 @DocsEditable |
| 3471 String get xmllang native "SVGGElement_xmllang_Getter"; | 3492 String get xmllang native "SVGGElement_xmllang_Getter"; |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3544 // BSD-style license that can be found in the LICENSE file. | 3565 // BSD-style license that can be found in the LICENSE file. |
| 3545 | 3566 |
| 3546 // WARNING: Do not edit - generated code. | 3567 // WARNING: Do not edit - generated code. |
| 3547 | 3568 |
| 3548 | 3569 |
| 3549 @DocsEditable | 3570 @DocsEditable |
| 3550 @DomName('SVGGlyphElement') | 3571 @DomName('SVGGlyphElement') |
| 3551 class GlyphElement extends SvgElement { | 3572 class GlyphElement extends SvgElement { |
| 3552 GlyphElement.internal() : super.internal(); | 3573 GlyphElement.internal() : super.internal(); |
| 3553 | 3574 |
| 3575 @DomName('SVGGlyphElement.SVGGlyphElement') |
| 3554 @DocsEditable | 3576 @DocsEditable |
| 3555 factory GlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("gly
ph"); | 3577 factory GlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("gly
ph"); |
| 3556 | 3578 |
| 3557 } | 3579 } |
| 3558 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3580 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3559 // for details. All rights reserved. Use of this source code is governed by a | 3581 // for details. All rights reserved. Use of this source code is governed by a |
| 3560 // BSD-style license that can be found in the LICENSE file. | 3582 // BSD-style license that can be found in the LICENSE file. |
| 3561 | 3583 |
| 3562 // WARNING: Do not edit - generated code. | 3584 // WARNING: Do not edit - generated code. |
| 3563 | 3585 |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3690 // BSD-style license that can be found in the LICENSE file. | 3712 // BSD-style license that can be found in the LICENSE file. |
| 3691 | 3713 |
| 3692 // WARNING: Do not edit - generated code. | 3714 // WARNING: Do not edit - generated code. |
| 3693 | 3715 |
| 3694 | 3716 |
| 3695 @DocsEditable | 3717 @DocsEditable |
| 3696 @DomName('SVGHKernElement') | 3718 @DomName('SVGHKernElement') |
| 3697 class HKernElement extends SvgElement { | 3719 class HKernElement extends SvgElement { |
| 3698 HKernElement.internal() : super.internal(); | 3720 HKernElement.internal() : super.internal(); |
| 3699 | 3721 |
| 3722 @DomName('SVGHKernElement.SVGHKernElement') |
| 3700 @DocsEditable | 3723 @DocsEditable |
| 3701 factory HKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("hke
rn"); | 3724 factory HKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("hke
rn"); |
| 3702 | 3725 |
| 3703 } | 3726 } |
| 3704 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3727 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3705 // for details. All rights reserved. Use of this source code is governed by a | 3728 // for details. All rights reserved. Use of this source code is governed by a |
| 3706 // BSD-style license that can be found in the LICENSE file. | 3729 // BSD-style license that can be found in the LICENSE file. |
| 3707 | 3730 |
| 3708 // WARNING: Do not edit - generated code. | 3731 // WARNING: Do not edit - generated code. |
| 3709 | 3732 |
| 3710 | 3733 |
| 3711 @DocsEditable | 3734 @DocsEditable |
| 3712 @DomName('SVGImageElement') | 3735 @DomName('SVGImageElement') |
| 3713 class ImageElement extends SvgElement implements Transformable, Tests, UriRefere
nce, Stylable, ExternalResourcesRequired, LangSpace { | 3736 class ImageElement extends SvgElement implements Transformable, Tests, UriRefere
nce, Stylable, ExternalResourcesRequired, LangSpace { |
| 3714 ImageElement.internal() : super.internal(); | 3737 ImageElement.internal() : super.internal(); |
| 3715 | 3738 |
| 3739 @DomName('SVGImageElement.SVGImageElement') |
| 3716 @DocsEditable | 3740 @DocsEditable |
| 3717 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 3741 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); |
| 3718 | 3742 |
| 3719 @DomName('SVGImageElement.height') | 3743 @DomName('SVGImageElement.height') |
| 3720 @DocsEditable | 3744 @DocsEditable |
| 3721 AnimatedLength get height native "SVGImageElement_height_Getter"; | 3745 AnimatedLength get height native "SVGImageElement_height_Getter"; |
| 3722 | 3746 |
| 3723 @DomName('SVGImageElement.preserveAspectRatio') | 3747 @DomName('SVGImageElement.preserveAspectRatio') |
| 3724 @DocsEditable | 3748 @DocsEditable |
| 3725 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr
eserveAspectRatio_Getter"; | 3749 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr
eserveAspectRatio_Getter"; |
| (...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4143 // BSD-style license that can be found in the LICENSE file. | 4167 // BSD-style license that can be found in the LICENSE file. |
| 4144 | 4168 |
| 4145 // WARNING: Do not edit - generated code. | 4169 // WARNING: Do not edit - generated code. |
| 4146 | 4170 |
| 4147 | 4171 |
| 4148 @DocsEditable | 4172 @DocsEditable |
| 4149 @DomName('SVGLineElement') | 4173 @DomName('SVGLineElement') |
| 4150 class LineElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { | 4174 class LineElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { |
| 4151 LineElement.internal() : super.internal(); | 4175 LineElement.internal() : super.internal(); |
| 4152 | 4176 |
| 4177 @DomName('SVGLineElement.SVGLineElement') |
| 4153 @DocsEditable | 4178 @DocsEditable |
| 4154 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 4179 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); |
| 4155 | 4180 |
| 4156 @DomName('SVGLineElement.x1') | 4181 @DomName('SVGLineElement.x1') |
| 4157 @DocsEditable | 4182 @DocsEditable |
| 4158 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; | 4183 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; |
| 4159 | 4184 |
| 4160 @DomName('SVGLineElement.x2') | 4185 @DomName('SVGLineElement.x2') |
| 4161 @DocsEditable | 4186 @DocsEditable |
| 4162 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; | 4187 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4251 // BSD-style license that can be found in the LICENSE file. | 4276 // BSD-style license that can be found in the LICENSE file. |
| 4252 | 4277 |
| 4253 // WARNING: Do not edit - generated code. | 4278 // WARNING: Do not edit - generated code. |
| 4254 | 4279 |
| 4255 | 4280 |
| 4256 @DocsEditable | 4281 @DocsEditable |
| 4257 @DomName('SVGLinearGradientElement') | 4282 @DomName('SVGLinearGradientElement') |
| 4258 class LinearGradientElement extends GradientElement { | 4283 class LinearGradientElement extends GradientElement { |
| 4259 LinearGradientElement.internal() : super.internal(); | 4284 LinearGradientElement.internal() : super.internal(); |
| 4260 | 4285 |
| 4286 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') |
| 4261 @DocsEditable | 4287 @DocsEditable |
| 4262 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); | 4288 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); |
| 4263 | 4289 |
| 4264 @DomName('SVGLinearGradientElement.x1') | 4290 @DomName('SVGLinearGradientElement.x1') |
| 4265 @DocsEditable | 4291 @DocsEditable |
| 4266 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; | 4292 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; |
| 4267 | 4293 |
| 4268 @DomName('SVGLinearGradientElement.x2') | 4294 @DomName('SVGLinearGradientElement.x2') |
| 4269 @DocsEditable | 4295 @DocsEditable |
| 4270 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; | 4296 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4320 // BSD-style license that can be found in the LICENSE file. | 4346 // BSD-style license that can be found in the LICENSE file. |
| 4321 | 4347 |
| 4322 // WARNING: Do not edit - generated code. | 4348 // WARNING: Do not edit - generated code. |
| 4323 | 4349 |
| 4324 | 4350 |
| 4325 @DocsEditable | 4351 @DocsEditable |
| 4326 @DomName('SVGMPathElement') | 4352 @DomName('SVGMPathElement') |
| 4327 class MPathElement extends SvgElement implements UriReference, ExternalResources
Required { | 4353 class MPathElement extends SvgElement implements UriReference, ExternalResources
Required { |
| 4328 MPathElement.internal() : super.internal(); | 4354 MPathElement.internal() : super.internal(); |
| 4329 | 4355 |
| 4356 @DomName('SVGMPathElement.SVGMPathElement') |
| 4330 @DocsEditable | 4357 @DocsEditable |
| 4331 factory MPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpa
th"); | 4358 factory MPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpa
th"); |
| 4332 | 4359 |
| 4333 @DomName('SVGMPathElement.externalResourcesRequired') | 4360 @DomName('SVGMPathElement.externalResourcesRequired') |
| 4334 @DocsEditable | 4361 @DocsEditable |
| 4335 AnimatedBoolean get externalResourcesRequired native "SVGMPathElement_external
ResourcesRequired_Getter"; | 4362 AnimatedBoolean get externalResourcesRequired native "SVGMPathElement_external
ResourcesRequired_Getter"; |
| 4336 | 4363 |
| 4337 @DomName('SVGMPathElement.href') | 4364 @DomName('SVGMPathElement.href') |
| 4338 @DocsEditable | 4365 @DocsEditable |
| 4339 AnimatedString get href native "SVGMPathElement_href_Getter"; | 4366 AnimatedString get href native "SVGMPathElement_href_Getter"; |
| 4340 | 4367 |
| 4341 } | 4368 } |
| 4342 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4369 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4343 // for details. All rights reserved. Use of this source code is governed by a | 4370 // for details. All rights reserved. Use of this source code is governed by a |
| 4344 // BSD-style license that can be found in the LICENSE file. | 4371 // BSD-style license that can be found in the LICENSE file. |
| 4345 | 4372 |
| 4346 // WARNING: Do not edit - generated code. | 4373 // WARNING: Do not edit - generated code. |
| 4347 | 4374 |
| 4348 | 4375 |
| 4349 @DocsEditable | 4376 @DocsEditable |
| 4350 @DomName('SVGMarkerElement') | 4377 @DomName('SVGMarkerElement') |
| 4351 class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace { | 4378 class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace { |
| 4352 MarkerElement.internal() : super.internal(); | 4379 MarkerElement.internal() : super.internal(); |
| 4353 | 4380 |
| 4381 @DomName('SVGMarkerElement.SVGMarkerElement') |
| 4354 @DocsEditable | 4382 @DocsEditable |
| 4355 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); | 4383 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); |
| 4356 | 4384 |
| 4357 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; | 4385 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; |
| 4358 | 4386 |
| 4359 static const int SVG_MARKERUNITS_UNKNOWN = 0; | 4387 static const int SVG_MARKERUNITS_UNKNOWN = 0; |
| 4360 | 4388 |
| 4361 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; | 4389 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; |
| 4362 | 4390 |
| 4363 static const int SVG_MARKER_ORIENT_ANGLE = 2; | 4391 static const int SVG_MARKER_ORIENT_ANGLE = 2; |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4448 // BSD-style license that can be found in the LICENSE file. | 4476 // BSD-style license that can be found in the LICENSE file. |
| 4449 | 4477 |
| 4450 // WARNING: Do not edit - generated code. | 4478 // WARNING: Do not edit - generated code. |
| 4451 | 4479 |
| 4452 | 4480 |
| 4453 @DocsEditable | 4481 @DocsEditable |
| 4454 @DomName('SVGMaskElement') | 4482 @DomName('SVGMaskElement') |
| 4455 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc
esRequired, LangSpace { | 4483 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc
esRequired, LangSpace { |
| 4456 MaskElement.internal() : super.internal(); | 4484 MaskElement.internal() : super.internal(); |
| 4457 | 4485 |
| 4486 @DomName('SVGMaskElement.SVGMaskElement') |
| 4458 @DocsEditable | 4487 @DocsEditable |
| 4459 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 4488 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); |
| 4460 | 4489 |
| 4461 @DomName('SVGMaskElement.height') | 4490 @DomName('SVGMaskElement.height') |
| 4462 @DocsEditable | 4491 @DocsEditable |
| 4463 AnimatedLength get height native "SVGMaskElement_height_Getter"; | 4492 AnimatedLength get height native "SVGMaskElement_height_Getter"; |
| 4464 | 4493 |
| 4465 @DomName('SVGMaskElement.maskContentUnits') | 4494 @DomName('SVGMaskElement.maskContentUnits') |
| 4466 @DocsEditable | 4495 @DocsEditable |
| 4467 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni
ts_Getter"; | 4496 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni
ts_Getter"; |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4958 // BSD-style license that can be found in the LICENSE file. | 4987 // BSD-style license that can be found in the LICENSE file. |
| 4959 | 4988 |
| 4960 // WARNING: Do not edit - generated code. | 4989 // WARNING: Do not edit - generated code. |
| 4961 | 4990 |
| 4962 | 4991 |
| 4963 @DocsEditable | 4992 @DocsEditable |
| 4964 @DomName('SVGPathElement') | 4993 @DomName('SVGPathElement') |
| 4965 class PathElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { | 4994 class PathElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { |
| 4966 PathElement.internal() : super.internal(); | 4995 PathElement.internal() : super.internal(); |
| 4967 | 4996 |
| 4997 @DomName('SVGPathElement.SVGPathElement') |
| 4968 @DocsEditable | 4998 @DocsEditable |
| 4969 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 4999 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); |
| 4970 | 5000 |
| 4971 @DomName('SVGPathElement.animatedNormalizedPathSegList') | 5001 @DomName('SVGPathElement.animatedNormalizedPathSegList') |
| 4972 @DocsEditable | 5002 @DocsEditable |
| 4973 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN
ormalizedPathSegList_Getter"; | 5003 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN
ormalizedPathSegList_Getter"; |
| 4974 | 5004 |
| 4975 @DomName('SVGPathElement.animatedPathSegList') | 5005 @DomName('SVGPathElement.animatedPathSegList') |
| 4976 @DocsEditable | 5006 @DocsEditable |
| 4977 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList
_Getter"; | 5007 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList
_Getter"; |
| (...skipping 1173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6151 // BSD-style license that can be found in the LICENSE file. | 6181 // BSD-style license that can be found in the LICENSE file. |
| 6152 | 6182 |
| 6153 // WARNING: Do not edit - generated code. | 6183 // WARNING: Do not edit - generated code. |
| 6154 | 6184 |
| 6155 | 6185 |
| 6156 @DocsEditable | 6186 @DocsEditable |
| 6157 @DomName('SVGPatternElement') | 6187 @DomName('SVGPatternElement') |
| 6158 class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
ence, Stylable, ExternalResourcesRequired, LangSpace { | 6188 class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
ence, Stylable, ExternalResourcesRequired, LangSpace { |
| 6159 PatternElement.internal() : super.internal(); | 6189 PatternElement.internal() : super.internal(); |
| 6160 | 6190 |
| 6191 @DomName('SVGPatternElement.SVGPatternElement') |
| 6161 @DocsEditable | 6192 @DocsEditable |
| 6162 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 6193 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); |
| 6163 | 6194 |
| 6164 @DomName('SVGPatternElement.height') | 6195 @DomName('SVGPatternElement.height') |
| 6165 @DocsEditable | 6196 @DocsEditable |
| 6166 AnimatedLength get height native "SVGPatternElement_height_Getter"; | 6197 AnimatedLength get height native "SVGPatternElement_height_Getter"; |
| 6167 | 6198 |
| 6168 @DomName('SVGPatternElement.patternContentUnits') | 6199 @DomName('SVGPatternElement.patternContentUnits') |
| 6169 @DocsEditable | 6200 @DocsEditable |
| 6170 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC
ontentUnits_Getter"; | 6201 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC
ontentUnits_Getter"; |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6333 // BSD-style license that can be found in the LICENSE file. | 6364 // BSD-style license that can be found in the LICENSE file. |
| 6334 | 6365 |
| 6335 // WARNING: Do not edit - generated code. | 6366 // WARNING: Do not edit - generated code. |
| 6336 | 6367 |
| 6337 | 6368 |
| 6338 @DocsEditable | 6369 @DocsEditable |
| 6339 @DomName('SVGPolygonElement') | 6370 @DomName('SVGPolygonElement') |
| 6340 class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { | 6371 class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { |
| 6341 PolygonElement.internal() : super.internal(); | 6372 PolygonElement.internal() : super.internal(); |
| 6342 | 6373 |
| 6374 @DomName('SVGPolygonElement.SVGPolygonElement') |
| 6343 @DocsEditable | 6375 @DocsEditable |
| 6344 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 6376 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); |
| 6345 | 6377 |
| 6346 @DomName('SVGPolygonElement.animatedPoints') | 6378 @DomName('SVGPolygonElement.animatedPoints') |
| 6347 @DocsEditable | 6379 @DocsEditable |
| 6348 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; | 6380 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; |
| 6349 | 6381 |
| 6350 @DomName('SVGPolygonElement.points') | 6382 @DomName('SVGPolygonElement.points') |
| 6351 @DocsEditable | 6383 @DocsEditable |
| 6352 PointList get points native "SVGPolygonElement_points_Getter"; | 6384 PointList get points native "SVGPolygonElement_points_Getter"; |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6433 // BSD-style license that can be found in the LICENSE file. | 6465 // BSD-style license that can be found in the LICENSE file. |
| 6434 | 6466 |
| 6435 // WARNING: Do not edit - generated code. | 6467 // WARNING: Do not edit - generated code. |
| 6436 | 6468 |
| 6437 | 6469 |
| 6438 @DocsEditable | 6470 @DocsEditable |
| 6439 @DomName('SVGPolylineElement') | 6471 @DomName('SVGPolylineElement') |
| 6440 class PolylineElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace { | 6472 class PolylineElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace { |
| 6441 PolylineElement.internal() : super.internal(); | 6473 PolylineElement.internal() : super.internal(); |
| 6442 | 6474 |
| 6475 @DomName('SVGPolylineElement.SVGPolylineElement') |
| 6443 @DocsEditable | 6476 @DocsEditable |
| 6444 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 6477 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); |
| 6445 | 6478 |
| 6446 @DomName('SVGPolylineElement.animatedPoints') | 6479 @DomName('SVGPolylineElement.animatedPoints') |
| 6447 @DocsEditable | 6480 @DocsEditable |
| 6448 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; | 6481 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; |
| 6449 | 6482 |
| 6450 @DomName('SVGPolylineElement.points') | 6483 @DomName('SVGPolylineElement.points') |
| 6451 @DocsEditable | 6484 @DocsEditable |
| 6452 PointList get points native "SVGPolylineElement_points_Getter"; | 6485 PointList get points native "SVGPolylineElement_points_Getter"; |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6590 // BSD-style license that can be found in the LICENSE file. | 6623 // BSD-style license that can be found in the LICENSE file. |
| 6591 | 6624 |
| 6592 // WARNING: Do not edit - generated code. | 6625 // WARNING: Do not edit - generated code. |
| 6593 | 6626 |
| 6594 | 6627 |
| 6595 @DocsEditable | 6628 @DocsEditable |
| 6596 @DomName('SVGRadialGradientElement') | 6629 @DomName('SVGRadialGradientElement') |
| 6597 class RadialGradientElement extends GradientElement { | 6630 class RadialGradientElement extends GradientElement { |
| 6598 RadialGradientElement.internal() : super.internal(); | 6631 RadialGradientElement.internal() : super.internal(); |
| 6599 | 6632 |
| 6633 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') |
| 6600 @DocsEditable | 6634 @DocsEditable |
| 6601 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); | 6635 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); |
| 6602 | 6636 |
| 6603 @DomName('SVGRadialGradientElement.cx') | 6637 @DomName('SVGRadialGradientElement.cx') |
| 6604 @DocsEditable | 6638 @DocsEditable |
| 6605 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; | 6639 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; |
| 6606 | 6640 |
| 6607 @DomName('SVGRadialGradientElement.cy') | 6641 @DomName('SVGRadialGradientElement.cy') |
| 6608 @DocsEditable | 6642 @DocsEditable |
| 6609 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; | 6643 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6675 // BSD-style license that can be found in the LICENSE file. | 6709 // BSD-style license that can be found in the LICENSE file. |
| 6676 | 6710 |
| 6677 // WARNING: Do not edit - generated code. | 6711 // WARNING: Do not edit - generated code. |
| 6678 | 6712 |
| 6679 | 6713 |
| 6680 @DocsEditable | 6714 @DocsEditable |
| 6681 @DomName('SVGRectElement') | 6715 @DomName('SVGRectElement') |
| 6682 class RectElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { | 6716 class RectElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { |
| 6683 RectElement.internal() : super.internal(); | 6717 RectElement.internal() : super.internal(); |
| 6684 | 6718 |
| 6719 @DomName('SVGRectElement.SVGRectElement') |
| 6685 @DocsEditable | 6720 @DocsEditable |
| 6686 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 6721 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); |
| 6687 | 6722 |
| 6688 @DomName('SVGRectElement.height') | 6723 @DomName('SVGRectElement.height') |
| 6689 @DocsEditable | 6724 @DocsEditable |
| 6690 AnimatedLength get height native "SVGRectElement_height_Getter"; | 6725 AnimatedLength get height native "SVGRectElement_height_Getter"; |
| 6691 | 6726 |
| 6692 @DomName('SVGRectElement.rx') | 6727 @DomName('SVGRectElement.rx') |
| 6693 @DocsEditable | 6728 @DocsEditable |
| 6694 AnimatedLength get rx native "SVGRectElement_rx_Getter"; | 6729 AnimatedLength get rx native "SVGRectElement_rx_Getter"; |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6816 // BSD-style license that can be found in the LICENSE file. | 6851 // BSD-style license that can be found in the LICENSE file. |
| 6817 | 6852 |
| 6818 // WARNING: Do not edit - generated code. | 6853 // WARNING: Do not edit - generated code. |
| 6819 | 6854 |
| 6820 | 6855 |
| 6821 @DocsEditable | 6856 @DocsEditable |
| 6822 @DomName('SVGScriptElement') | 6857 @DomName('SVGScriptElement') |
| 6823 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired { | 6858 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired { |
| 6824 ScriptElement.internal() : super.internal(); | 6859 ScriptElement.internal() : super.internal(); |
| 6825 | 6860 |
| 6861 @DomName('SVGScriptElement.SVGScriptElement') |
| 6826 @DocsEditable | 6862 @DocsEditable |
| 6827 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 6863 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); |
| 6828 | 6864 |
| 6829 @DomName('SVGScriptElement.type') | 6865 @DomName('SVGScriptElement.type') |
| 6830 @DocsEditable | 6866 @DocsEditable |
| 6831 String get type native "SVGScriptElement_type_Getter"; | 6867 String get type native "SVGScriptElement_type_Getter"; |
| 6832 | 6868 |
| 6833 @DomName('SVGScriptElement.type') | 6869 @DomName('SVGScriptElement.type') |
| 6834 @DocsEditable | 6870 @DocsEditable |
| 6835 void set type(String value) native "SVGScriptElement_type_Setter"; | 6871 void set type(String value) native "SVGScriptElement_type_Setter"; |
| (...skipping 12 matching lines...) Expand all Loading... |
| 6848 // BSD-style license that can be found in the LICENSE file. | 6884 // BSD-style license that can be found in the LICENSE file. |
| 6849 | 6885 |
| 6850 // WARNING: Do not edit - generated code. | 6886 // WARNING: Do not edit - generated code. |
| 6851 | 6887 |
| 6852 | 6888 |
| 6853 @DocsEditable | 6889 @DocsEditable |
| 6854 @DomName('SVGSetElement') | 6890 @DomName('SVGSetElement') |
| 6855 class SetElement extends AnimationElement { | 6891 class SetElement extends AnimationElement { |
| 6856 SetElement.internal() : super.internal(); | 6892 SetElement.internal() : super.internal(); |
| 6857 | 6893 |
| 6894 @DomName('SVGSetElement.SVGSetElement') |
| 6858 @DocsEditable | 6895 @DocsEditable |
| 6859 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; | 6896 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; |
| 6860 | 6897 |
| 6861 } | 6898 } |
| 6862 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6899 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6863 // for details. All rights reserved. Use of this source code is governed by a | 6900 // for details. All rights reserved. Use of this source code is governed by a |
| 6864 // BSD-style license that can be found in the LICENSE file. | 6901 // BSD-style license that can be found in the LICENSE file. |
| 6865 | 6902 |
| 6866 // WARNING: Do not edit - generated code. | 6903 // WARNING: Do not edit - generated code. |
| 6867 | 6904 |
| 6868 | 6905 |
| 6869 @DocsEditable | 6906 @DocsEditable |
| 6870 @DomName('SVGStopElement') | 6907 @DomName('SVGStopElement') |
| 6871 class StopElement extends SvgElement implements Stylable { | 6908 class StopElement extends SvgElement implements Stylable { |
| 6872 StopElement.internal() : super.internal(); | 6909 StopElement.internal() : super.internal(); |
| 6873 | 6910 |
| 6911 @DomName('SVGStopElement.SVGStopElement') |
| 6874 @DocsEditable | 6912 @DocsEditable |
| 6875 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); | 6913 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); |
| 6876 | 6914 |
| 6877 @DomName('SVGStopElement.offset') | 6915 @DomName('SVGStopElement.offset') |
| 6878 @DocsEditable | 6916 @DocsEditable |
| 6879 AnimatedNumber get offset native "SVGStopElement_offset_Getter"; | 6917 AnimatedNumber get offset native "SVGStopElement_offset_Getter"; |
| 6880 | 6918 |
| 6881 @DomName('SVGStopElement.className') | 6919 @DomName('SVGStopElement.className') |
| 6882 @DocsEditable | 6920 @DocsEditable |
| 6883 AnimatedString get $dom_svgClassName native "SVGStopElement_className_Getter"; | 6921 AnimatedString get $dom_svgClassName native "SVGStopElement_className_Getter"; |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7142 // BSD-style license that can be found in the LICENSE file. | 7180 // BSD-style license that can be found in the LICENSE file. |
| 7143 | 7181 |
| 7144 // WARNING: Do not edit - generated code. | 7182 // WARNING: Do not edit - generated code. |
| 7145 | 7183 |
| 7146 | 7184 |
| 7147 @DocsEditable | 7185 @DocsEditable |
| 7148 @DomName('SVGStyleElement') | 7186 @DomName('SVGStyleElement') |
| 7149 class StyleElement extends SvgElement implements LangSpace { | 7187 class StyleElement extends SvgElement implements LangSpace { |
| 7150 StyleElement.internal() : super.internal(); | 7188 StyleElement.internal() : super.internal(); |
| 7151 | 7189 |
| 7190 @DomName('SVGStyleElement.SVGStyleElement') |
| 7152 @DocsEditable | 7191 @DocsEditable |
| 7153 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); | 7192 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); |
| 7154 | 7193 |
| 7155 @DomName('SVGStyleElement.disabled') | 7194 @DomName('SVGStyleElement.disabled') |
| 7156 @DocsEditable | 7195 @DocsEditable |
| 7157 bool get disabled native "SVGStyleElement_disabled_Getter"; | 7196 bool get disabled native "SVGStyleElement_disabled_Getter"; |
| 7158 | 7197 |
| 7159 @DomName('SVGStyleElement.disabled') | 7198 @DomName('SVGStyleElement.disabled') |
| 7160 @DocsEditable | 7199 @DocsEditable |
| 7161 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; | 7200 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; |
| (...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7666 // BSD-style license that can be found in the LICENSE file. | 7705 // BSD-style license that can be found in the LICENSE file. |
| 7667 | 7706 |
| 7668 // WARNING: Do not edit - generated code. | 7707 // WARNING: Do not edit - generated code. |
| 7669 | 7708 |
| 7670 | 7709 |
| 7671 @DocsEditable | 7710 @DocsEditable |
| 7672 @DomName('SVGSwitchElement') | 7711 @DomName('SVGSwitchElement') |
| 7673 class SwitchElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace { | 7712 class SwitchElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace { |
| 7674 SwitchElement.internal() : super.internal(); | 7713 SwitchElement.internal() : super.internal(); |
| 7675 | 7714 |
| 7715 @DomName('SVGSwitchElement.SVGSwitchElement') |
| 7676 @DocsEditable | 7716 @DocsEditable |
| 7677 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); | 7717 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); |
| 7678 | 7718 |
| 7679 @DomName('SVGSwitchElement.externalResourcesRequired') | 7719 @DomName('SVGSwitchElement.externalResourcesRequired') |
| 7680 @DocsEditable | 7720 @DocsEditable |
| 7681 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa
lResourcesRequired_Getter"; | 7721 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa
lResourcesRequired_Getter"; |
| 7682 | 7722 |
| 7683 @DomName('SVGSwitchElement.xmllang') | 7723 @DomName('SVGSwitchElement.xmllang') |
| 7684 @DocsEditable | 7724 @DocsEditable |
| 7685 String get xmllang native "SVGSwitchElement_xmllang_Getter"; | 7725 String get xmllang native "SVGSwitchElement_xmllang_Getter"; |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7758 // BSD-style license that can be found in the LICENSE file. | 7798 // BSD-style license that can be found in the LICENSE file. |
| 7759 | 7799 |
| 7760 // WARNING: Do not edit - generated code. | 7800 // WARNING: Do not edit - generated code. |
| 7761 | 7801 |
| 7762 | 7802 |
| 7763 @DocsEditable | 7803 @DocsEditable |
| 7764 @DomName('SVGSymbolElement') | 7804 @DomName('SVGSymbolElement') |
| 7765 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace { | 7805 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace { |
| 7766 SymbolElement.internal() : super.internal(); | 7806 SymbolElement.internal() : super.internal(); |
| 7767 | 7807 |
| 7808 @DomName('SVGSymbolElement.SVGSymbolElement') |
| 7768 @DocsEditable | 7809 @DocsEditable |
| 7769 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); | 7810 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); |
| 7770 | 7811 |
| 7771 @DomName('SVGSymbolElement.externalResourcesRequired') | 7812 @DomName('SVGSymbolElement.externalResourcesRequired') |
| 7772 @DocsEditable | 7813 @DocsEditable |
| 7773 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa
lResourcesRequired_Getter"; | 7814 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa
lResourcesRequired_Getter"; |
| 7774 | 7815 |
| 7775 @DomName('SVGSymbolElement.preserveAspectRatio') | 7816 @DomName('SVGSymbolElement.preserveAspectRatio') |
| 7776 @DocsEditable | 7817 @DocsEditable |
| 7777 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p
reserveAspectRatio_Getter"; | 7818 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p
reserveAspectRatio_Getter"; |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7814 // BSD-style license that can be found in the LICENSE file. | 7855 // BSD-style license that can be found in the LICENSE file. |
| 7815 | 7856 |
| 7816 // WARNING: Do not edit - generated code. | 7857 // WARNING: Do not edit - generated code. |
| 7817 | 7858 |
| 7818 | 7859 |
| 7819 @DocsEditable | 7860 @DocsEditable |
| 7820 @DomName('SVGTRefElement') | 7861 @DomName('SVGTRefElement') |
| 7821 class TRefElement extends TextPositioningElement implements UriReference { | 7862 class TRefElement extends TextPositioningElement implements UriReference { |
| 7822 TRefElement.internal() : super.internal(); | 7863 TRefElement.internal() : super.internal(); |
| 7823 | 7864 |
| 7865 @DomName('SVGTRefElement.SVGTRefElement') |
| 7824 @DocsEditable | 7866 @DocsEditable |
| 7825 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref
"); | 7867 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref
"); |
| 7826 | 7868 |
| 7827 @DomName('SVGTRefElement.href') | 7869 @DomName('SVGTRefElement.href') |
| 7828 @DocsEditable | 7870 @DocsEditable |
| 7829 AnimatedString get href native "SVGTRefElement_href_Getter"; | 7871 AnimatedString get href native "SVGTRefElement_href_Getter"; |
| 7830 | 7872 |
| 7831 } | 7873 } |
| 7832 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7874 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7833 // for details. All rights reserved. Use of this source code is governed by a | 7875 // for details. All rights reserved. Use of this source code is governed by a |
| 7834 // BSD-style license that can be found in the LICENSE file. | 7876 // BSD-style license that can be found in the LICENSE file. |
| 7835 | 7877 |
| 7836 // WARNING: Do not edit - generated code. | 7878 // WARNING: Do not edit - generated code. |
| 7837 | 7879 |
| 7838 | 7880 |
| 7839 @DocsEditable | 7881 @DocsEditable |
| 7840 @DomName('SVGTSpanElement') | 7882 @DomName('SVGTSpanElement') |
| 7841 class TSpanElement extends TextPositioningElement { | 7883 class TSpanElement extends TextPositioningElement { |
| 7842 TSpanElement.internal() : super.internal(); | 7884 TSpanElement.internal() : super.internal(); |
| 7843 | 7885 |
| 7886 @DomName('SVGTSpanElement.SVGTSpanElement') |
| 7844 @DocsEditable | 7887 @DocsEditable |
| 7845 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); | 7888 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); |
| 7846 | 7889 |
| 7847 } | 7890 } |
| 7848 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7891 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7849 // for details. All rights reserved. Use of this source code is governed by a | 7892 // for details. All rights reserved. Use of this source code is governed by a |
| 7850 // BSD-style license that can be found in the LICENSE file. | 7893 // BSD-style license that can be found in the LICENSE file. |
| 7851 | 7894 |
| 7852 // WARNING: Do not edit - generated code. | 7895 // WARNING: Do not edit - generated code. |
| 7853 | 7896 |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7990 // BSD-style license that can be found in the LICENSE file. | 8033 // BSD-style license that can be found in the LICENSE file. |
| 7991 | 8034 |
| 7992 // WARNING: Do not edit - generated code. | 8035 // WARNING: Do not edit - generated code. |
| 7993 | 8036 |
| 7994 | 8037 |
| 7995 @DocsEditable | 8038 @DocsEditable |
| 7996 @DomName('SVGTextElement') | 8039 @DomName('SVGTextElement') |
| 7997 class TextElement extends TextPositioningElement implements Transformable { | 8040 class TextElement extends TextPositioningElement implements Transformable { |
| 7998 TextElement.internal() : super.internal(); | 8041 TextElement.internal() : super.internal(); |
| 7999 | 8042 |
| 8043 @DomName('SVGTextElement.SVGTextElement') |
| 8000 @DocsEditable | 8044 @DocsEditable |
| 8001 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); | 8045 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); |
| 8002 | 8046 |
| 8003 @DomName('SVGTextElement.farthestViewportElement') | 8047 @DomName('SVGTextElement.farthestViewportElement') |
| 8004 @DocsEditable | 8048 @DocsEditable |
| 8005 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport
Element_Getter"; | 8049 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport
Element_Getter"; |
| 8006 | 8050 |
| 8007 @DomName('SVGTextElement.nearestViewportElement') | 8051 @DomName('SVGTextElement.nearestViewportElement') |
| 8008 @DocsEditable | 8052 @DocsEditable |
| 8009 SvgElement get nearestViewportElement native "SVGTextElement_nearestViewportEl
ement_Getter"; | 8053 SvgElement get nearestViewportElement native "SVGTextElement_nearestViewportEl
ement_Getter"; |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8108 // BSD-style license that can be found in the LICENSE file. | 8152 // BSD-style license that can be found in the LICENSE file. |
| 8109 | 8153 |
| 8110 // WARNING: Do not edit - generated code. | 8154 // WARNING: Do not edit - generated code. |
| 8111 | 8155 |
| 8112 | 8156 |
| 8113 @DocsEditable | 8157 @DocsEditable |
| 8114 @DomName('SVGTitleElement') | 8158 @DomName('SVGTitleElement') |
| 8115 class TitleElement extends SvgElement implements Stylable, LangSpace { | 8159 class TitleElement extends SvgElement implements Stylable, LangSpace { |
| 8116 TitleElement.internal() : super.internal(); | 8160 TitleElement.internal() : super.internal(); |
| 8117 | 8161 |
| 8162 @DomName('SVGTitleElement.SVGTitleElement') |
| 8118 @DocsEditable | 8163 @DocsEditable |
| 8119 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); | 8164 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); |
| 8120 | 8165 |
| 8121 @DomName('SVGTitleElement.xmllang') | 8166 @DomName('SVGTitleElement.xmllang') |
| 8122 @DocsEditable | 8167 @DocsEditable |
| 8123 String get xmllang native "SVGTitleElement_xmllang_Getter"; | 8168 String get xmllang native "SVGTitleElement_xmllang_Getter"; |
| 8124 | 8169 |
| 8125 @DomName('SVGTitleElement.xmllang') | 8170 @DomName('SVGTitleElement.xmllang') |
| 8126 @DocsEditable | 8171 @DocsEditable |
| 8127 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter"; | 8172 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter"; |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8521 // BSD-style license that can be found in the LICENSE file. | 8566 // BSD-style license that can be found in the LICENSE file. |
| 8522 | 8567 |
| 8523 // WARNING: Do not edit - generated code. | 8568 // WARNING: Do not edit - generated code. |
| 8524 | 8569 |
| 8525 | 8570 |
| 8526 @DocsEditable | 8571 @DocsEditable |
| 8527 @DomName('SVGUseElement') | 8572 @DomName('SVGUseElement') |
| 8528 class UseElement extends SvgElement implements Transformable, Tests, UriReferenc
e, Stylable, ExternalResourcesRequired, LangSpace { | 8573 class UseElement extends SvgElement implements Transformable, Tests, UriReferenc
e, Stylable, ExternalResourcesRequired, LangSpace { |
| 8529 UseElement.internal() : super.internal(); | 8574 UseElement.internal() : super.internal(); |
| 8530 | 8575 |
| 8576 @DomName('SVGUseElement.SVGUseElement') |
| 8531 @DocsEditable | 8577 @DocsEditable |
| 8532 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 8578 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; |
| 8533 | 8579 |
| 8534 @DomName('SVGUseElement.animatedInstanceRoot') | 8580 @DomName('SVGUseElement.animatedInstanceRoot') |
| 8535 @DocsEditable | 8581 @DocsEditable |
| 8536 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc
eRoot_Getter"; | 8582 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc
eRoot_Getter"; |
| 8537 | 8583 |
| 8538 @DomName('SVGUseElement.height') | 8584 @DomName('SVGUseElement.height') |
| 8539 @DocsEditable | 8585 @DocsEditable |
| 8540 AnimatedLength get height native "SVGUseElement_height_Getter"; | 8586 AnimatedLength get height native "SVGUseElement_height_Getter"; |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8641 // BSD-style license that can be found in the LICENSE file. | 8687 // BSD-style license that can be found in the LICENSE file. |
| 8642 | 8688 |
| 8643 // WARNING: Do not edit - generated code. | 8689 // WARNING: Do not edit - generated code. |
| 8644 | 8690 |
| 8645 | 8691 |
| 8646 @DocsEditable | 8692 @DocsEditable |
| 8647 @DomName('SVGVKernElement') | 8693 @DomName('SVGVKernElement') |
| 8648 class VKernElement extends SvgElement { | 8694 class VKernElement extends SvgElement { |
| 8649 VKernElement.internal() : super.internal(); | 8695 VKernElement.internal() : super.internal(); |
| 8650 | 8696 |
| 8697 @DomName('SVGVKernElement.SVGVKernElement') |
| 8651 @DocsEditable | 8698 @DocsEditable |
| 8652 factory VKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("vke
rn"); | 8699 factory VKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("vke
rn"); |
| 8653 | 8700 |
| 8654 } | 8701 } |
| 8655 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8702 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8656 // for details. All rights reserved. Use of this source code is governed by a | 8703 // for details. All rights reserved. Use of this source code is governed by a |
| 8657 // BSD-style license that can be found in the LICENSE file. | 8704 // BSD-style license that can be found in the LICENSE file. |
| 8658 | 8705 |
| 8659 // WARNING: Do not edit - generated code. | 8706 // WARNING: Do not edit - generated code. |
| 8660 | 8707 |
| 8661 | 8708 |
| 8662 @DocsEditable | 8709 @DocsEditable |
| 8663 @DomName('SVGViewElement') | 8710 @DomName('SVGViewElement') |
| 8664 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan { | 8711 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan { |
| 8665 ViewElement.internal() : super.internal(); | 8712 ViewElement.internal() : super.internal(); |
| 8666 | 8713 |
| 8714 @DomName('SVGViewElement.SVGViewElement') |
| 8667 @DocsEditable | 8715 @DocsEditable |
| 8668 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); | 8716 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); |
| 8669 | 8717 |
| 8670 @DomName('SVGViewElement.viewTarget') | 8718 @DomName('SVGViewElement.viewTarget') |
| 8671 @DocsEditable | 8719 @DocsEditable |
| 8672 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; | 8720 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; |
| 8673 | 8721 |
| 8674 @DomName('SVGViewElement.externalResourcesRequired') | 8722 @DomName('SVGViewElement.externalResourcesRequired') |
| 8675 @DocsEditable | 8723 @DocsEditable |
| 8676 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR
esourcesRequired_Getter"; | 8724 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR
esourcesRequired_Getter"; |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8995 List<ElementInstance> getRange(int start, int rangeLength) => | 9043 List<ElementInstance> getRange(int start, int rangeLength) => |
| 8996 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); | 9044 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); |
| 8997 | 9045 |
| 8998 // -- end List<ElementInstance> mixins. | 9046 // -- end List<ElementInstance> mixins. |
| 8999 | 9047 |
| 9000 @DomName('SVGElementInstanceList.item') | 9048 @DomName('SVGElementInstanceList.item') |
| 9001 @DocsEditable | 9049 @DocsEditable |
| 9002 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; | 9050 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; |
| 9003 | 9051 |
| 9004 } | 9052 } |
| OLD | NEW |