Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Side by Side Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 11471005: Add documentation for HttpRequest. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library svg; 1 library svg;
2 2
3 import 'dart:collection'; 3 import 'dart:collection';
4 import 'dart:html'; 4 import 'dart:html';
5 import 'dart:html_common'; 5 import 'dart:html_common';
6 import 'dart:nativewrappers'; 6 import 'dart:nativewrappers';
7 // DO NOT EDIT 7 // DO NOT EDIT
8 // Auto-generated dart:svg library. 8 // Auto-generated dart:svg library.
9 9
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 54 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
55 // for details. All rights reserved. Use of this source code is governed by a 55 // for details. All rights reserved. Use of this source code is governed by a
56 // BSD-style license that can be found in the LICENSE file. 56 // BSD-style license that can be found in the LICENSE file.
57 57
58 // WARNING: Do not edit - generated code. 58 // WARNING: Do not edit - generated code.
59 59
60 60
61 /// @domName SVGAElement 61 /// @domName SVGAElement
62 class AElement extends SvgElement implements Transformable, Tests, UriReference, Stylable, ExternalResourcesRequired, LangSpace { 62 class AElement extends SvgElement implements Transformable, Tests, UriReference, Stylable, ExternalResourcesRequired, LangSpace {
63 63
64 ///@docsEditable true
64 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); 65 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a");
65 AElement.internal(): super.internal(); 66 AElement.internal(): super.internal();
66 67
67 68
68 /** @domName SVGAElement.target */ 69 /** @domName SVGAElement.target */
69 AnimatedString get target native "SVGAElement_target_Getter"; 70 AnimatedString get target native "SVGAElement_target_Getter";
70 71
71 72
72 /** @domName SVGAElement.externalResourcesRequired */ 73 /** @domName SVGAElement.externalResourcesRequired */
73 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso urcesRequired_Getter"; 74 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso urcesRequired_Getter";
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 267 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
267 // for details. All rights reserved. Use of this source code is governed by a 268 // for details. All rights reserved. Use of this source code is governed by a
268 // BSD-style license that can be found in the LICENSE file. 269 // BSD-style license that can be found in the LICENSE file.
269 270
270 // WARNING: Do not edit - generated code. 271 // WARNING: Do not edit - generated code.
271 272
272 273
273 /// @domName SVGAnimateColorElement 274 /// @domName SVGAnimateColorElement
274 class AnimateColorElement extends AnimationElement { 275 class AnimateColorElement extends AnimationElement {
275 276
277 ///@docsEditable true
276 factory AnimateColorElement() => _SvgElementFactoryProvider.createSvgElement_t ag("animateColor"); 278 factory AnimateColorElement() => _SvgElementFactoryProvider.createSvgElement_t ag("animateColor");
277 AnimateColorElement.internal(): super.internal(); 279 AnimateColorElement.internal(): super.internal();
278 280
279 } 281 }
280 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 282 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
281 // for details. All rights reserved. Use of this source code is governed by a 283 // for details. All rights reserved. Use of this source code is governed by a
282 // BSD-style license that can be found in the LICENSE file. 284 // BSD-style license that can be found in the LICENSE file.
283 285
284 // WARNING: Do not edit - generated code. 286 // WARNING: Do not edit - generated code.
285 287
286 288
287 /// @domName SVGAnimateElement 289 /// @domName SVGAnimateElement
288 class AnimateElement extends AnimationElement { 290 class AnimateElement extends AnimationElement {
289 291
292 ///@docsEditable true
290 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a nimate"); 293 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a nimate");
291 AnimateElement.internal(): super.internal(); 294 AnimateElement.internal(): super.internal();
292 295
293 } 296 }
294 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 297 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
295 // for details. All rights reserved. Use of this source code is governed by a 298 // for details. All rights reserved. Use of this source code is governed by a
296 // BSD-style license that can be found in the LICENSE file. 299 // BSD-style license that can be found in the LICENSE file.
297 300
298 // WARNING: Do not edit - generated code. 301 // WARNING: Do not edit - generated code.
299 302
300 303
301 /// @domName SVGAnimateMotionElement 304 /// @domName SVGAnimateMotionElement
302 class AnimateMotionElement extends AnimationElement { 305 class AnimateMotionElement extends AnimationElement {
303 306
307 ///@docsEditable true
304 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_ tag("animateMotion"); 308 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_ tag("animateMotion");
305 AnimateMotionElement.internal(): super.internal(); 309 AnimateMotionElement.internal(): super.internal();
306 310
307 } 311 }
308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 312 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
309 // for details. All rights reserved. Use of this source code is governed by a 313 // for details. All rights reserved. Use of this source code is governed by a
310 // BSD-style license that can be found in the LICENSE file. 314 // BSD-style license that can be found in the LICENSE file.
311 315
312 // WARNING: Do not edit - generated code. 316 // WARNING: Do not edit - generated code.
313 317
314 318
315 /// @domName SVGAnimateTransformElement 319 /// @domName SVGAnimateTransformElement
316 class AnimateTransformElement extends AnimationElement { 320 class AnimateTransformElement extends AnimationElement {
317 321
322 ///@docsEditable true
318 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("animateTransform"); 323 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("animateTransform");
319 AnimateTransformElement.internal(): super.internal(); 324 AnimateTransformElement.internal(): super.internal();
320 325
321 } 326 }
322 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 327 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
323 // for details. All rights reserved. Use of this source code is governed by a 328 // for details. All rights reserved. Use of this source code is governed by a
324 // BSD-style license that can be found in the LICENSE file. 329 // BSD-style license that can be found in the LICENSE file.
325 330
326 // WARNING: Do not edit - generated code. 331 // WARNING: Do not edit - generated code.
327 332
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
583 // for details. All rights reserved. Use of this source code is governed by a 588 // for details. All rights reserved. Use of this source code is governed by a
584 // BSD-style license that can be found in the LICENSE file. 589 // BSD-style license that can be found in the LICENSE file.
585 590
586 // WARNING: Do not edit - generated code. 591 // WARNING: Do not edit - generated code.
587 592
588 593
589 /// @domName SVGAnimationElement 594 /// @domName SVGAnimationElement
590 class AnimationElement extends SvgElement implements Tests, ElementTimeControl, ExternalResourcesRequired { 595 class AnimationElement extends SvgElement implements Tests, ElementTimeControl, ExternalResourcesRequired {
591 596
597 ///@docsEditable true
592 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation"); 598 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation");
593 AnimationElement.internal(): super.internal(); 599 AnimationElement.internal(): super.internal();
594 600
595 601
596 /** @domName SVGAnimationElement.targetElement */ 602 /** @domName SVGAnimationElement.targetElement */
597 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter" ; 603 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter" ;
598 604
599 605
600 /** @domName SVGAnimationElement.getCurrentTime */ 606 /** @domName SVGAnimationElement.getCurrentTime */
601 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; 607 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback";
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 654 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
649 // for details. All rights reserved. Use of this source code is governed by a 655 // for details. All rights reserved. Use of this source code is governed by a
650 // BSD-style license that can be found in the LICENSE file. 656 // BSD-style license that can be found in the LICENSE file.
651 657
652 // WARNING: Do not edit - generated code. 658 // WARNING: Do not edit - generated code.
653 659
654 660
655 /// @domName SVGCircleElement 661 /// @domName SVGCircleElement
656 class CircleElement extends SvgElement implements Transformable, Tests, Stylable , ExternalResourcesRequired, LangSpace { 662 class CircleElement extends SvgElement implements Transformable, Tests, Stylable , ExternalResourcesRequired, LangSpace {
657 663
664 ///@docsEditable true
658 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle"); 665 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle");
659 CircleElement.internal(): super.internal(); 666 CircleElement.internal(): super.internal();
660 667
661 668
662 /** @domName SVGCircleElement.cx */ 669 /** @domName SVGCircleElement.cx */
663 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; 670 AnimatedLength get cx native "SVGCircleElement_cx_Getter";
664 671
665 672
666 /** @domName SVGCircleElement.cy */ 673 /** @domName SVGCircleElement.cy */
667 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; 674 AnimatedLength get cy native "SVGCircleElement_cy_Getter";
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 757 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
751 // for details. All rights reserved. Use of this source code is governed by a 758 // for details. All rights reserved. Use of this source code is governed by a
752 // BSD-style license that can be found in the LICENSE file. 759 // BSD-style license that can be found in the LICENSE file.
753 760
754 // WARNING: Do not edit - generated code. 761 // WARNING: Do not edit - generated code.
755 762
756 763
757 /// @domName SVGClipPathElement 764 /// @domName SVGClipPathElement
758 class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab le, ExternalResourcesRequired, LangSpace { 765 class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab le, ExternalResourcesRequired, LangSpace {
759 766
767 ///@docsEditable true
760 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath"); 768 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath");
761 ClipPathElement.internal(): super.internal(); 769 ClipPathElement.internal(): super.internal();
762 770
763 771
764 /** @domName SVGClipPathElement.clipPathUnits */ 772 /** @domName SVGClipPathElement.clipPathUnits */
765 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits _Getter"; 773 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits _Getter";
766 774
767 775
768 /** @domName SVGClipPathElement.externalResourcesRequired */ 776 /** @domName SVGClipPathElement.externalResourcesRequired */
769 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter nalResourcesRequired_Getter"; 777 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter nalResourcesRequired_Getter";
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 944 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
937 // for details. All rights reserved. Use of this source code is governed by a 945 // for details. All rights reserved. Use of this source code is governed by a
938 // BSD-style license that can be found in the LICENSE file. 946 // BSD-style license that can be found in the LICENSE file.
939 947
940 // WARNING: Do not edit - generated code. 948 // WARNING: Do not edit - generated code.
941 949
942 950
943 /// @domName SVGCursorElement 951 /// @domName SVGCursorElement
944 class CursorElement extends SvgElement implements UriReference, Tests, ExternalR esourcesRequired { 952 class CursorElement extends SvgElement implements UriReference, Tests, ExternalR esourcesRequired {
945 953
954 ///@docsEditable true
946 factory CursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cu rsor"); 955 factory CursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cu rsor");
947 CursorElement.internal(): super.internal(); 956 CursorElement.internal(): super.internal();
948 957
949 958
950 /** @domName SVGCursorElement.x */ 959 /** @domName SVGCursorElement.x */
951 AnimatedLength get x native "SVGCursorElement_x_Getter"; 960 AnimatedLength get x native "SVGCursorElement_x_Getter";
952 961
953 962
954 /** @domName SVGCursorElement.y */ 963 /** @domName SVGCursorElement.y */
955 AnimatedLength get y native "SVGCursorElement_y_Getter"; 964 AnimatedLength get y native "SVGCursorElement_y_Getter";
(...skipping 26 matching lines...) Expand all
982 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 991 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
983 // for details. All rights reserved. Use of this source code is governed by a 992 // for details. All rights reserved. Use of this source code is governed by a
984 // BSD-style license that can be found in the LICENSE file. 993 // BSD-style license that can be found in the LICENSE file.
985 994
986 // WARNING: Do not edit - generated code. 995 // WARNING: Do not edit - generated code.
987 996
988 997
989 /// @domName SVGDefsElement 998 /// @domName SVGDefsElement
990 class DefsElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace { 999 class DefsElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace {
991 1000
1001 ///@docsEditable true
992 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs "); 1002 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs ");
993 DefsElement.internal(): super.internal(); 1003 DefsElement.internal(): super.internal();
994 1004
995 1005
996 /** @domName SVGDefsElement.externalResourcesRequired */ 1006 /** @domName SVGDefsElement.externalResourcesRequired */
997 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR esourcesRequired_Getter"; 1007 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR esourcesRequired_Getter";
998 1008
999 1009
1000 /** @domName SVGDefsElement.xmllang */ 1010 /** @domName SVGDefsElement.xmllang */
1001 String get xmllang native "SVGDefsElement_xmllang_Getter"; 1011 String get xmllang native "SVGDefsElement_xmllang_Getter";
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1082 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1073 // for details. All rights reserved. Use of this source code is governed by a 1083 // for details. All rights reserved. Use of this source code is governed by a
1074 // BSD-style license that can be found in the LICENSE file. 1084 // BSD-style license that can be found in the LICENSE file.
1075 1085
1076 // WARNING: Do not edit - generated code. 1086 // WARNING: Do not edit - generated code.
1077 1087
1078 1088
1079 /// @domName SVGDescElement 1089 /// @domName SVGDescElement
1080 class DescElement extends SvgElement implements Stylable, LangSpace { 1090 class DescElement extends SvgElement implements Stylable, LangSpace {
1081 1091
1092 ///@docsEditable true
1082 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc "); 1093 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc ");
1083 DescElement.internal(): super.internal(); 1094 DescElement.internal(): super.internal();
1084 1095
1085 1096
1086 /** @domName SVGDescElement.xmllang */ 1097 /** @domName SVGDescElement.xmllang */
1087 String get xmllang native "SVGDescElement_xmllang_Getter"; 1098 String get xmllang native "SVGDescElement_xmllang_Getter";
1088 1099
1089 1100
1090 /** @domName SVGDescElement.xmllang */ 1101 /** @domName SVGDescElement.xmllang */
1091 void set xmllang(String value) native "SVGDescElement_xmllang_Setter"; 1102 void set xmllang(String value) native "SVGDescElement_xmllang_Setter";
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1285 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1275 // for details. All rights reserved. Use of this source code is governed by a 1286 // for details. All rights reserved. Use of this source code is governed by a
1276 // BSD-style license that can be found in the LICENSE file. 1287 // BSD-style license that can be found in the LICENSE file.
1277 1288
1278 // WARNING: Do not edit - generated code. 1289 // WARNING: Do not edit - generated code.
1279 1290
1280 1291
1281 /// @domName SVGEllipseElement 1292 /// @domName SVGEllipseElement
1282 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl e, ExternalResourcesRequired, LangSpace { 1293 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl e, ExternalResourcesRequired, LangSpace {
1283 1294
1295 ///@docsEditable true
1284 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse"); 1296 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse");
1285 EllipseElement.internal(): super.internal(); 1297 EllipseElement.internal(): super.internal();
1286 1298
1287 1299
1288 /** @domName SVGEllipseElement.cx */ 1300 /** @domName SVGEllipseElement.cx */
1289 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; 1301 AnimatedLength get cx native "SVGEllipseElement_cx_Getter";
1290 1302
1291 1303
1292 /** @domName SVGEllipseElement.cy */ 1304 /** @domName SVGEllipseElement.cy */
1293 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; 1305 AnimatedLength get cy native "SVGEllipseElement_cy_Getter";
(...skipping 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after
2656 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2668 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2657 // for details. All rights reserved. Use of this source code is governed by a 2669 // for details. All rights reserved. Use of this source code is governed by a
2658 // BSD-style license that can be found in the LICENSE file. 2670 // BSD-style license that can be found in the LICENSE file.
2659 2671
2660 // WARNING: Do not edit - generated code. 2672 // WARNING: Do not edit - generated code.
2661 2673
2662 2674
2663 /// @domName SVGFilterElement 2675 /// @domName SVGFilterElement
2664 class FilterElement extends SvgElement implements UriReference, ExternalResource sRequired, Stylable, LangSpace { 2676 class FilterElement extends SvgElement implements UriReference, ExternalResource sRequired, Stylable, LangSpace {
2665 2677
2678 ///@docsEditable true
2666 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter"); 2679 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter");
2667 FilterElement.internal(): super.internal(); 2680 FilterElement.internal(): super.internal();
2668 2681
2669 2682
2670 /** @domName SVGFilterElement.filterResX */ 2683 /** @domName SVGFilterElement.filterResX */
2671 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; 2684 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter";
2672 2685
2673 2686
2674 /** @domName SVGFilterElement.filterResY */ 2687 /** @domName SVGFilterElement.filterResY */
2675 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; 2688 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter";
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
2806 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2819 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2807 // for details. All rights reserved. Use of this source code is governed by a 2820 // for details. All rights reserved. Use of this source code is governed by a
2808 // BSD-style license that can be found in the LICENSE file. 2821 // BSD-style license that can be found in the LICENSE file.
2809 2822
2810 // WARNING: Do not edit - generated code. 2823 // WARNING: Do not edit - generated code.
2811 2824
2812 2825
2813 /// @domName SVGFontElement 2826 /// @domName SVGFontElement
2814 class FontElement extends SvgElement { 2827 class FontElement extends SvgElement {
2815 2828
2829 ///@docsEditable true
2816 factory FontElement() => _SvgElementFactoryProvider.createSvgElement_tag("font "); 2830 factory FontElement() => _SvgElementFactoryProvider.createSvgElement_tag("font ");
2817 FontElement.internal(): super.internal(); 2831 FontElement.internal(): super.internal();
2818 2832
2819 } 2833 }
2820 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2834 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2821 // for details. All rights reserved. Use of this source code is governed by a 2835 // for details. All rights reserved. Use of this source code is governed by a
2822 // BSD-style license that can be found in the LICENSE file. 2836 // BSD-style license that can be found in the LICENSE file.
2823 2837
2824 // WARNING: Do not edit - generated code. 2838 // WARNING: Do not edit - generated code.
2825 2839
2826 2840
2827 /// @domName SVGFontFaceElement 2841 /// @domName SVGFontFaceElement
2828 class FontFaceElement extends SvgElement { 2842 class FontFaceElement extends SvgElement {
2829 2843
2844 ///@docsEditable true
2830 factory FontFaceElement() => _SvgElementFactoryProvider.createSvgElement_tag(" font-face"); 2845 factory FontFaceElement() => _SvgElementFactoryProvider.createSvgElement_tag(" font-face");
2831 FontFaceElement.internal(): super.internal(); 2846 FontFaceElement.internal(): super.internal();
2832 2847
2833 } 2848 }
2834 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2849 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2835 // for details. All rights reserved. Use of this source code is governed by a 2850 // for details. All rights reserved. Use of this source code is governed by a
2836 // BSD-style license that can be found in the LICENSE file. 2851 // BSD-style license that can be found in the LICENSE file.
2837 2852
2838 // WARNING: Do not edit - generated code. 2853 // WARNING: Do not edit - generated code.
2839 2854
2840 2855
2841 /// @domName SVGFontFaceFormatElement 2856 /// @domName SVGFontFaceFormatElement
2842 class FontFaceFormatElement extends SvgElement { 2857 class FontFaceFormatElement extends SvgElement {
2843 2858
2859 ///@docsEditable true
2844 factory FontFaceFormatElement() => _SvgElementFactoryProvider.createSvgElement _tag("font-face-format"); 2860 factory FontFaceFormatElement() => _SvgElementFactoryProvider.createSvgElement _tag("font-face-format");
2845 FontFaceFormatElement.internal(): super.internal(); 2861 FontFaceFormatElement.internal(): super.internal();
2846 2862
2847 } 2863 }
2848 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2864 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2849 // for details. All rights reserved. Use of this source code is governed by a 2865 // for details. All rights reserved. Use of this source code is governed by a
2850 // BSD-style license that can be found in the LICENSE file. 2866 // BSD-style license that can be found in the LICENSE file.
2851 2867
2852 // WARNING: Do not edit - generated code. 2868 // WARNING: Do not edit - generated code.
2853 2869
2854 2870
2855 /// @domName SVGFontFaceNameElement 2871 /// @domName SVGFontFaceNameElement
2856 class FontFaceNameElement extends SvgElement { 2872 class FontFaceNameElement extends SvgElement {
2857 2873
2874 ///@docsEditable true
2858 factory FontFaceNameElement() => _SvgElementFactoryProvider.createSvgElement_t ag("font-face-name"); 2875 factory FontFaceNameElement() => _SvgElementFactoryProvider.createSvgElement_t ag("font-face-name");
2859 FontFaceNameElement.internal(): super.internal(); 2876 FontFaceNameElement.internal(): super.internal();
2860 2877
2861 } 2878 }
2862 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2879 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2863 // for details. All rights reserved. Use of this source code is governed by a 2880 // for details. All rights reserved. Use of this source code is governed by a
2864 // BSD-style license that can be found in the LICENSE file. 2881 // BSD-style license that can be found in the LICENSE file.
2865 2882
2866 // WARNING: Do not edit - generated code. 2883 // WARNING: Do not edit - generated code.
2867 2884
2868 2885
2869 /// @domName SVGFontFaceSrcElement 2886 /// @domName SVGFontFaceSrcElement
2870 class FontFaceSrcElement extends SvgElement { 2887 class FontFaceSrcElement extends SvgElement {
2871 2888
2889 ///@docsEditable true
2872 factory FontFaceSrcElement() => _SvgElementFactoryProvider.createSvgElement_ta g("font-face-src"); 2890 factory FontFaceSrcElement() => _SvgElementFactoryProvider.createSvgElement_ta g("font-face-src");
2873 FontFaceSrcElement.internal(): super.internal(); 2891 FontFaceSrcElement.internal(): super.internal();
2874 2892
2875 } 2893 }
2876 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2894 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2877 // for details. All rights reserved. Use of this source code is governed by a 2895 // for details. All rights reserved. Use of this source code is governed by a
2878 // BSD-style license that can be found in the LICENSE file. 2896 // BSD-style license that can be found in the LICENSE file.
2879 2897
2880 // WARNING: Do not edit - generated code. 2898 // WARNING: Do not edit - generated code.
2881 2899
2882 2900
2883 /// @domName SVGFontFaceUriElement 2901 /// @domName SVGFontFaceUriElement
2884 class FontFaceUriElement extends SvgElement { 2902 class FontFaceUriElement extends SvgElement {
2885 2903
2904 ///@docsEditable true
2886 factory FontFaceUriElement() => _SvgElementFactoryProvider.createSvgElement_ta g("font-face-uri"); 2905 factory FontFaceUriElement() => _SvgElementFactoryProvider.createSvgElement_ta g("font-face-uri");
2887 FontFaceUriElement.internal(): super.internal(); 2906 FontFaceUriElement.internal(): super.internal();
2888 2907
2889 } 2908 }
2890 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2909 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2891 // for details. All rights reserved. Use of this source code is governed by a 2910 // for details. All rights reserved. Use of this source code is governed by a
2892 // BSD-style license that can be found in the LICENSE file. 2911 // BSD-style license that can be found in the LICENSE file.
2893 2912
2894 // WARNING: Do not edit - generated code. 2913 // WARNING: Do not edit - generated code.
2895 2914
2896 2915
2897 /// @domName SVGForeignObjectElement 2916 /// @domName SVGForeignObjectElement
2898 class ForeignObjectElement extends SvgElement implements Transformable, Tests, S tylable, ExternalResourcesRequired, LangSpace { 2917 class ForeignObjectElement extends SvgElement implements Transformable, Tests, S tylable, ExternalResourcesRequired, LangSpace {
2899 2918
2919 ///@docsEditable true
2900 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject"); 2920 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject");
2901 ForeignObjectElement.internal(): super.internal(); 2921 ForeignObjectElement.internal(): super.internal();
2902 2922
2903 2923
2904 /** @domName SVGForeignObjectElement.height */ 2924 /** @domName SVGForeignObjectElement.height */
2905 AnimatedLength get height native "SVGForeignObjectElement_height_Getter"; 2925 AnimatedLength get height native "SVGForeignObjectElement_height_Getter";
2906 2926
2907 2927
2908 /** @domName SVGForeignObjectElement.width */ 2928 /** @domName SVGForeignObjectElement.width */
2909 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; 2929 AnimatedLength get width native "SVGForeignObjectElement_width_Getter";
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
2996 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3016 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2997 // for details. All rights reserved. Use of this source code is governed by a 3017 // for details. All rights reserved. Use of this source code is governed by a
2998 // BSD-style license that can be found in the LICENSE file. 3018 // BSD-style license that can be found in the LICENSE file.
2999 3019
3000 // WARNING: Do not edit - generated code. 3020 // WARNING: Do not edit - generated code.
3001 3021
3002 3022
3003 /// @domName SVGGElement 3023 /// @domName SVGGElement
3004 class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext ernalResourcesRequired, LangSpace { 3024 class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext ernalResourcesRequired, LangSpace {
3005 3025
3026 ///@docsEditable true
3006 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); 3027 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g");
3007 GElement.internal(): super.internal(); 3028 GElement.internal(): super.internal();
3008 3029
3009 3030
3010 /** @domName SVGGElement.externalResourcesRequired */ 3031 /** @domName SVGGElement.externalResourcesRequired */
3011 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso urcesRequired_Getter"; 3032 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso urcesRequired_Getter";
3012 3033
3013 3034
3014 /** @domName SVGGElement.xmllang */ 3035 /** @domName SVGGElement.xmllang */
3015 String get xmllang native "SVGGElement_xmllang_Getter"; 3036 String get xmllang native "SVGGElement_xmllang_Getter";
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
3086 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3107 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3087 // for details. All rights reserved. Use of this source code is governed by a 3108 // for details. All rights reserved. Use of this source code is governed by a
3088 // BSD-style license that can be found in the LICENSE file. 3109 // BSD-style license that can be found in the LICENSE file.
3089 3110
3090 // WARNING: Do not edit - generated code. 3111 // WARNING: Do not edit - generated code.
3091 3112
3092 3113
3093 /// @domName SVGGlyphElement 3114 /// @domName SVGGlyphElement
3094 class GlyphElement extends SvgElement { 3115 class GlyphElement extends SvgElement {
3095 3116
3117 ///@docsEditable true
3096 factory GlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("gly ph"); 3118 factory GlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("gly ph");
3097 GlyphElement.internal(): super.internal(); 3119 GlyphElement.internal(): super.internal();
3098 3120
3099 } 3121 }
3100 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3122 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3101 // for details. All rights reserved. Use of this source code is governed by a 3123 // for details. All rights reserved. Use of this source code is governed by a
3102 // BSD-style license that can be found in the LICENSE file. 3124 // BSD-style license that can be found in the LICENSE file.
3103 3125
3104 // WARNING: Do not edit - generated code. 3126 // WARNING: Do not edit - generated code.
3105 3127
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
3228 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3250 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3229 // for details. All rights reserved. Use of this source code is governed by a 3251 // for details. All rights reserved. Use of this source code is governed by a
3230 // BSD-style license that can be found in the LICENSE file. 3252 // BSD-style license that can be found in the LICENSE file.
3231 3253
3232 // WARNING: Do not edit - generated code. 3254 // WARNING: Do not edit - generated code.
3233 3255
3234 3256
3235 /// @domName SVGHKernElement 3257 /// @domName SVGHKernElement
3236 class HKernElement extends SvgElement { 3258 class HKernElement extends SvgElement {
3237 3259
3260 ///@docsEditable true
3238 factory HKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("hke rn"); 3261 factory HKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("hke rn");
3239 HKernElement.internal(): super.internal(); 3262 HKernElement.internal(): super.internal();
3240 3263
3241 } 3264 }
3242 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3265 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3243 // for details. All rights reserved. Use of this source code is governed by a 3266 // for details. All rights reserved. Use of this source code is governed by a
3244 // BSD-style license that can be found in the LICENSE file. 3267 // BSD-style license that can be found in the LICENSE file.
3245 3268
3246 // WARNING: Do not edit - generated code. 3269 // WARNING: Do not edit - generated code.
3247 3270
3248 3271
3249 /// @domName SVGImageElement 3272 /// @domName SVGImageElement
3250 class ImageElement extends SvgElement implements Transformable, Tests, UriRefere nce, Stylable, ExternalResourcesRequired, LangSpace { 3273 class ImageElement extends SvgElement implements Transformable, Tests, UriRefere nce, Stylable, ExternalResourcesRequired, LangSpace {
3251 3274
3275 ///@docsEditable true
3252 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge"); 3276 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge");
3253 ImageElement.internal(): super.internal(); 3277 ImageElement.internal(): super.internal();
3254 3278
3255 3279
3256 /** @domName SVGImageElement.height */ 3280 /** @domName SVGImageElement.height */
3257 AnimatedLength get height native "SVGImageElement_height_Getter"; 3281 AnimatedLength get height native "SVGImageElement_height_Getter";
3258 3282
3259 3283
3260 /** @domName SVGImageElement.preserveAspectRatio */ 3284 /** @domName SVGImageElement.preserveAspectRatio */
3261 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr eserveAspectRatio_Getter"; 3285 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr eserveAspectRatio_Getter";
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
3598 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3622 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3599 // for details. All rights reserved. Use of this source code is governed by a 3623 // for details. All rights reserved. Use of this source code is governed by a
3600 // BSD-style license that can be found in the LICENSE file. 3624 // BSD-style license that can be found in the LICENSE file.
3601 3625
3602 // WARNING: Do not edit - generated code. 3626 // WARNING: Do not edit - generated code.
3603 3627
3604 3628
3605 /// @domName SVGLineElement 3629 /// @domName SVGLineElement
3606 class LineElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace { 3630 class LineElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace {
3607 3631
3632 ///@docsEditable true
3608 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line "); 3633 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line ");
3609 LineElement.internal(): super.internal(); 3634 LineElement.internal(): super.internal();
3610 3635
3611 3636
3612 /** @domName SVGLineElement.x1 */ 3637 /** @domName SVGLineElement.x1 */
3613 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; 3638 AnimatedLength get x1 native "SVGLineElement_x1_Getter";
3614 3639
3615 3640
3616 /** @domName SVGLineElement.x2 */ 3641 /** @domName SVGLineElement.x2 */
3617 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; 3642 AnimatedLength get x2 native "SVGLineElement_x2_Getter";
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
3704 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3729 // 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 3730 // 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. 3731 // BSD-style license that can be found in the LICENSE file.
3707 3732
3708 // WARNING: Do not edit - generated code. 3733 // WARNING: Do not edit - generated code.
3709 3734
3710 3735
3711 /// @domName SVGLinearGradientElement 3736 /// @domName SVGLinearGradientElement
3712 class LinearGradientElement extends GradientElement { 3737 class LinearGradientElement extends GradientElement {
3713 3738
3739 ///@docsEditable true
3714 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient"); 3740 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient");
3715 LinearGradientElement.internal(): super.internal(); 3741 LinearGradientElement.internal(): super.internal();
3716 3742
3717 3743
3718 /** @domName SVGLinearGradientElement.x1 */ 3744 /** @domName SVGLinearGradientElement.x1 */
3719 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; 3745 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter";
3720 3746
3721 3747
3722 /** @domName SVGLinearGradientElement.x2 */ 3748 /** @domName SVGLinearGradientElement.x2 */
3723 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; 3749 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter";
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
3770 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3796 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3771 // for details. All rights reserved. Use of this source code is governed by a 3797 // for details. All rights reserved. Use of this source code is governed by a
3772 // BSD-style license that can be found in the LICENSE file. 3798 // BSD-style license that can be found in the LICENSE file.
3773 3799
3774 // WARNING: Do not edit - generated code. 3800 // WARNING: Do not edit - generated code.
3775 3801
3776 3802
3777 /// @domName SVGMPathElement 3803 /// @domName SVGMPathElement
3778 class MPathElement extends SvgElement implements UriReference, ExternalResources Required { 3804 class MPathElement extends SvgElement implements UriReference, ExternalResources Required {
3779 3805
3806 ///@docsEditable true
3780 factory MPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpa th"); 3807 factory MPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpa th");
3781 MPathElement.internal(): super.internal(); 3808 MPathElement.internal(): super.internal();
3782 3809
3783 3810
3784 /** @domName SVGMPathElement.externalResourcesRequired */ 3811 /** @domName SVGMPathElement.externalResourcesRequired */
3785 AnimatedBoolean get externalResourcesRequired native "SVGMPathElement_external ResourcesRequired_Getter"; 3812 AnimatedBoolean get externalResourcesRequired native "SVGMPathElement_external ResourcesRequired_Getter";
3786 3813
3787 3814
3788 /** @domName SVGMPathElement.href */ 3815 /** @domName SVGMPathElement.href */
3789 AnimatedString get href native "SVGMPathElement_href_Getter"; 3816 AnimatedString get href native "SVGMPathElement_href_Getter";
3790 3817
3791 } 3818 }
3792 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3819 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3793 // for details. All rights reserved. Use of this source code is governed by a 3820 // for details. All rights reserved. Use of this source code is governed by a
3794 // BSD-style license that can be found in the LICENSE file. 3821 // BSD-style license that can be found in the LICENSE file.
3795 3822
3796 // WARNING: Do not edit - generated code. 3823 // WARNING: Do not edit - generated code.
3797 3824
3798 3825
3799 /// @domName SVGMarkerElement 3826 /// @domName SVGMarkerElement
3800 class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource sRequired, Stylable, LangSpace { 3827 class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource sRequired, Stylable, LangSpace {
3801 3828
3829 ///@docsEditable true
3802 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma rker"); 3830 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma rker");
3803 MarkerElement.internal(): super.internal(); 3831 MarkerElement.internal(): super.internal();
3804 3832
3805 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; 3833 static const int SVG_MARKERUNITS_STROKEWIDTH = 2;
3806 3834
3807 static const int SVG_MARKERUNITS_UNKNOWN = 0; 3835 static const int SVG_MARKERUNITS_UNKNOWN = 0;
3808 3836
3809 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; 3837 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1;
3810 3838
3811 static const int SVG_MARKER_ORIENT_ANGLE = 2; 3839 static const int SVG_MARKER_ORIENT_ANGLE = 2;
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
3894 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3922 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3895 // for details. All rights reserved. Use of this source code is governed by a 3923 // for details. All rights reserved. Use of this source code is governed by a
3896 // BSD-style license that can be found in the LICENSE file. 3924 // BSD-style license that can be found in the LICENSE file.
3897 3925
3898 // WARNING: Do not edit - generated code. 3926 // WARNING: Do not edit - generated code.
3899 3927
3900 3928
3901 /// @domName SVGMaskElement 3929 /// @domName SVGMaskElement
3902 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc esRequired, LangSpace { 3930 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc esRequired, LangSpace {
3903 3931
3932 ///@docsEditable true
3904 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask "); 3933 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask ");
3905 MaskElement.internal(): super.internal(); 3934 MaskElement.internal(): super.internal();
3906 3935
3907 3936
3908 /** @domName SVGMaskElement.height */ 3937 /** @domName SVGMaskElement.height */
3909 AnimatedLength get height native "SVGMaskElement_height_Getter"; 3938 AnimatedLength get height native "SVGMaskElement_height_Getter";
3910 3939
3911 3940
3912 /** @domName SVGMaskElement.maskContentUnits */ 3941 /** @domName SVGMaskElement.maskContentUnits */
3913 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni ts_Getter"; 3942 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni ts_Getter";
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
4320 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4349 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4321 // for details. All rights reserved. Use of this source code is governed by a 4350 // for details. All rights reserved. Use of this source code is governed by a
4322 // BSD-style license that can be found in the LICENSE file. 4351 // BSD-style license that can be found in the LICENSE file.
4323 4352
4324 // WARNING: Do not edit - generated code. 4353 // WARNING: Do not edit - generated code.
4325 4354
4326 4355
4327 /// @domName SVGPathElement 4356 /// @domName SVGPathElement
4328 class PathElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace { 4357 class PathElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace {
4329 4358
4359 ///@docsEditable true
4330 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path "); 4360 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path ");
4331 PathElement.internal(): super.internal(); 4361 PathElement.internal(): super.internal();
4332 4362
4333 4363
4334 /** @domName SVGPathElement.animatedNormalizedPathSegList */ 4364 /** @domName SVGPathElement.animatedNormalizedPathSegList */
4335 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN ormalizedPathSegList_Getter"; 4365 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN ormalizedPathSegList_Getter";
4336 4366
4337 4367
4338 /** @domName SVGPathElement.animatedPathSegList */ 4368 /** @domName SVGPathElement.animatedPathSegList */
4339 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList _Getter"; 4369 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList _Getter";
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
5414 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5444 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5415 // for details. All rights reserved. Use of this source code is governed by a 5445 // for details. All rights reserved. Use of this source code is governed by a
5416 // BSD-style license that can be found in the LICENSE file. 5446 // BSD-style license that can be found in the LICENSE file.
5417 5447
5418 // WARNING: Do not edit - generated code. 5448 // WARNING: Do not edit - generated code.
5419 5449
5420 5450
5421 /// @domName SVGPatternElement 5451 /// @domName SVGPatternElement
5422 class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer ence, Stylable, ExternalResourcesRequired, LangSpace { 5452 class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer ence, Stylable, ExternalResourcesRequired, LangSpace {
5423 5453
5454 ///@docsEditable true
5424 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern"); 5455 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern");
5425 PatternElement.internal(): super.internal(); 5456 PatternElement.internal(): super.internal();
5426 5457
5427 5458
5428 /** @domName SVGPatternElement.height */ 5459 /** @domName SVGPatternElement.height */
5429 AnimatedLength get height native "SVGPatternElement_height_Getter"; 5460 AnimatedLength get height native "SVGPatternElement_height_Getter";
5430 5461
5431 5462
5432 /** @domName SVGPatternElement.patternContentUnits */ 5463 /** @domName SVGPatternElement.patternContentUnits */
5433 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC ontentUnits_Getter"; 5464 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC ontentUnits_Getter";
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
5592 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5623 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5593 // for details. All rights reserved. Use of this source code is governed by a 5624 // for details. All rights reserved. Use of this source code is governed by a
5594 // BSD-style license that can be found in the LICENSE file. 5625 // BSD-style license that can be found in the LICENSE file.
5595 5626
5596 // WARNING: Do not edit - generated code. 5627 // WARNING: Do not edit - generated code.
5597 5628
5598 5629
5599 /// @domName SVGPolygonElement 5630 /// @domName SVGPolygonElement
5600 class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl e, ExternalResourcesRequired, LangSpace { 5631 class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl e, ExternalResourcesRequired, LangSpace {
5601 5632
5633 ///@docsEditable true
5602 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon"); 5634 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon");
5603 PolygonElement.internal(): super.internal(); 5635 PolygonElement.internal(): super.internal();
5604 5636
5605 5637
5606 /** @domName SVGPolygonElement.animatedPoints */ 5638 /** @domName SVGPolygonElement.animatedPoints */
5607 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; 5639 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter";
5608 5640
5609 5641
5610 /** @domName SVGPolygonElement.points */ 5642 /** @domName SVGPolygonElement.points */
5611 PointList get points native "SVGPolygonElement_points_Getter"; 5643 PointList get points native "SVGPolygonElement_points_Getter";
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
5690 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5722 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5691 // for details. All rights reserved. Use of this source code is governed by a 5723 // for details. All rights reserved. Use of this source code is governed by a
5692 // BSD-style license that can be found in the LICENSE file. 5724 // BSD-style license that can be found in the LICENSE file.
5693 5725
5694 // WARNING: Do not edit - generated code. 5726 // WARNING: Do not edit - generated code.
5695 5727
5696 5728
5697 /// @domName SVGPolylineElement 5729 /// @domName SVGPolylineElement
5698 class PolylineElement extends SvgElement implements Transformable, Tests, Stylab le, ExternalResourcesRequired, LangSpace { 5730 class PolylineElement extends SvgElement implements Transformable, Tests, Stylab le, ExternalResourcesRequired, LangSpace {
5699 5731
5732 ///@docsEditable true
5700 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline"); 5733 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline");
5701 PolylineElement.internal(): super.internal(); 5734 PolylineElement.internal(): super.internal();
5702 5735
5703 5736
5704 /** @domName SVGPolylineElement.animatedPoints */ 5737 /** @domName SVGPolylineElement.animatedPoints */
5705 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter" ; 5738 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter" ;
5706 5739
5707 5740
5708 /** @domName SVGPolylineElement.points */ 5741 /** @domName SVGPolylineElement.points */
5709 PointList get points native "SVGPolylineElement_points_Getter"; 5742 PointList get points native "SVGPolylineElement_points_Getter";
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
5844 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5877 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5845 // for details. All rights reserved. Use of this source code is governed by a 5878 // for details. All rights reserved. Use of this source code is governed by a
5846 // BSD-style license that can be found in the LICENSE file. 5879 // BSD-style license that can be found in the LICENSE file.
5847 5880
5848 // WARNING: Do not edit - generated code. 5881 // WARNING: Do not edit - generated code.
5849 5882
5850 5883
5851 /// @domName SVGRadialGradientElement 5884 /// @domName SVGRadialGradientElement
5852 class RadialGradientElement extends GradientElement { 5885 class RadialGradientElement extends GradientElement {
5853 5886
5887 ///@docsEditable true
5854 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient"); 5888 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient");
5855 RadialGradientElement.internal(): super.internal(); 5889 RadialGradientElement.internal(): super.internal();
5856 5890
5857 5891
5858 /** @domName SVGRadialGradientElement.cx */ 5892 /** @domName SVGRadialGradientElement.cx */
5859 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; 5893 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter";
5860 5894
5861 5895
5862 /** @domName SVGRadialGradientElement.cy */ 5896 /** @domName SVGRadialGradientElement.cy */
5863 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; 5897 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter";
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
5926 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5960 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5927 // for details. All rights reserved. Use of this source code is governed by a 5961 // for details. All rights reserved. Use of this source code is governed by a
5928 // BSD-style license that can be found in the LICENSE file. 5962 // BSD-style license that can be found in the LICENSE file.
5929 5963
5930 // WARNING: Do not edit - generated code. 5964 // WARNING: Do not edit - generated code.
5931 5965
5932 5966
5933 /// @domName SVGRectElement 5967 /// @domName SVGRectElement
5934 class RectElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace { 5968 class RectElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace {
5935 5969
5970 ///@docsEditable true
5936 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect "); 5971 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect ");
5937 RectElement.internal(): super.internal(); 5972 RectElement.internal(): super.internal();
5938 5973
5939 5974
5940 /** @domName SVGRectElement.height */ 5975 /** @domName SVGRectElement.height */
5941 AnimatedLength get height native "SVGRectElement_height_Getter"; 5976 AnimatedLength get height native "SVGRectElement_height_Getter";
5942 5977
5943 5978
5944 /** @domName SVGRectElement.rx */ 5979 /** @domName SVGRectElement.rx */
5945 AnimatedLength get rx native "SVGRectElement_rx_Getter"; 5980 AnimatedLength get rx native "SVGRectElement_rx_Getter";
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
6064 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6099 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6065 // for details. All rights reserved. Use of this source code is governed by a 6100 // for details. All rights reserved. Use of this source code is governed by a
6066 // BSD-style license that can be found in the LICENSE file. 6101 // BSD-style license that can be found in the LICENSE file.
6067 6102
6068 // WARNING: Do not edit - generated code. 6103 // WARNING: Do not edit - generated code.
6069 6104
6070 6105
6071 /// @domName SVGScriptElement 6106 /// @domName SVGScriptElement
6072 class ScriptElement extends SvgElement implements UriReference, ExternalResource sRequired { 6107 class ScriptElement extends SvgElement implements UriReference, ExternalResource sRequired {
6073 6108
6109 ///@docsEditable true
6074 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript"); 6110 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript");
6075 ScriptElement.internal(): super.internal(); 6111 ScriptElement.internal(): super.internal();
6076 6112
6077 6113
6078 /** @domName SVGScriptElement.type */ 6114 /** @domName SVGScriptElement.type */
6079 String get type native "SVGScriptElement_type_Getter"; 6115 String get type native "SVGScriptElement_type_Getter";
6080 6116
6081 6117
6082 /** @domName SVGScriptElement.type */ 6118 /** @domName SVGScriptElement.type */
6083 void set type(String value) native "SVGScriptElement_type_Setter"; 6119 void set type(String value) native "SVGScriptElement_type_Setter";
(...skipping 10 matching lines...) Expand all
6094 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6130 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6095 // for details. All rights reserved. Use of this source code is governed by a 6131 // for details. All rights reserved. Use of this source code is governed by a
6096 // BSD-style license that can be found in the LICENSE file. 6132 // BSD-style license that can be found in the LICENSE file.
6097 6133
6098 // WARNING: Do not edit - generated code. 6134 // WARNING: Do not edit - generated code.
6099 6135
6100 6136
6101 /// @domName SVGSetElement 6137 /// @domName SVGSetElement
6102 class SetElement extends AnimationElement { 6138 class SetElement extends AnimationElement {
6103 6139
6140 ///@docsEditable true
6104 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set") ; 6141 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set") ;
6105 SetElement.internal(): super.internal(); 6142 SetElement.internal(): super.internal();
6106 6143
6107 } 6144 }
6108 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6109 // for details. All rights reserved. Use of this source code is governed by a 6146 // for details. All rights reserved. Use of this source code is governed by a
6110 // BSD-style license that can be found in the LICENSE file. 6147 // BSD-style license that can be found in the LICENSE file.
6111 6148
6112 // WARNING: Do not edit - generated code. 6149 // WARNING: Do not edit - generated code.
6113 6150
6114 6151
6115 /// @domName SVGStopElement 6152 /// @domName SVGStopElement
6116 class StopElement extends SvgElement implements Stylable { 6153 class StopElement extends SvgElement implements Stylable {
6117 6154
6155 ///@docsEditable true
6118 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop "); 6156 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop ");
6119 StopElement.internal(): super.internal(); 6157 StopElement.internal(): super.internal();
6120 6158
6121 6159
6122 /** @domName SVGStopElement.offset */ 6160 /** @domName SVGStopElement.offset */
6123 AnimatedNumber get offset native "SVGStopElement_offset_Getter"; 6161 AnimatedNumber get offset native "SVGStopElement_offset_Getter";
6124 6162
6125 6163
6126 /** @domName SVGStopElement.className */ 6164 /** @domName SVGStopElement.className */
6127 AnimatedString get $dom_svgClassName native "SVGStopElement_className_Getter"; 6165 AnimatedString get $dom_svgClassName native "SVGStopElement_className_Getter";
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
6306 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6344 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6307 // for details. All rights reserved. Use of this source code is governed by a 6345 // for details. All rights reserved. Use of this source code is governed by a
6308 // BSD-style license that can be found in the LICENSE file. 6346 // BSD-style license that can be found in the LICENSE file.
6309 6347
6310 // WARNING: Do not edit - generated code. 6348 // WARNING: Do not edit - generated code.
6311 6349
6312 6350
6313 /// @domName SVGStyleElement 6351 /// @domName SVGStyleElement
6314 class StyleElement extends SvgElement implements LangSpace { 6352 class StyleElement extends SvgElement implements LangSpace {
6315 6353
6354 ///@docsEditable true
6316 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le"); 6355 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le");
6317 StyleElement.internal(): super.internal(); 6356 StyleElement.internal(): super.internal();
6318 6357
6319 6358
6320 /** @domName SVGStyleElement.disabled */ 6359 /** @domName SVGStyleElement.disabled */
6321 bool get disabled native "SVGStyleElement_disabled_Getter"; 6360 bool get disabled native "SVGStyleElement_disabled_Getter";
6322 6361
6323 6362
6324 /** @domName SVGStyleElement.disabled */ 6363 /** @domName SVGStyleElement.disabled */
6325 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; 6364 void set disabled(bool value) native "SVGStyleElement_disabled_Setter";
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
6824 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6863 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6825 // for details. All rights reserved. Use of this source code is governed by a 6864 // for details. All rights reserved. Use of this source code is governed by a
6826 // BSD-style license that can be found in the LICENSE file. 6865 // BSD-style license that can be found in the LICENSE file.
6827 6866
6828 // WARNING: Do not edit - generated code. 6867 // WARNING: Do not edit - generated code.
6829 6868
6830 6869
6831 /// @domName SVGSwitchElement 6870 /// @domName SVGSwitchElement
6832 class SwitchElement extends SvgElement implements Transformable, Tests, Stylable , ExternalResourcesRequired, LangSpace { 6871 class SwitchElement extends SvgElement implements Transformable, Tests, Stylable , ExternalResourcesRequired, LangSpace {
6833 6872
6873 ///@docsEditable true
6834 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch"); 6874 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch");
6835 SwitchElement.internal(): super.internal(); 6875 SwitchElement.internal(): super.internal();
6836 6876
6837 6877
6838 /** @domName SVGSwitchElement.externalResourcesRequired */ 6878 /** @domName SVGSwitchElement.externalResourcesRequired */
6839 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa lResourcesRequired_Getter"; 6879 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa lResourcesRequired_Getter";
6840 6880
6841 6881
6842 /** @domName SVGSwitchElement.xmllang */ 6882 /** @domName SVGSwitchElement.xmllang */
6843 String get xmllang native "SVGSwitchElement_xmllang_Getter"; 6883 String get xmllang native "SVGSwitchElement_xmllang_Getter";
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
6914 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6954 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6915 // for details. All rights reserved. Use of this source code is governed by a 6955 // for details. All rights reserved. Use of this source code is governed by a
6916 // BSD-style license that can be found in the LICENSE file. 6956 // BSD-style license that can be found in the LICENSE file.
6917 6957
6918 // WARNING: Do not edit - generated code. 6958 // WARNING: Do not edit - generated code.
6919 6959
6920 6960
6921 /// @domName SVGSymbolElement 6961 /// @domName SVGSymbolElement
6922 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource sRequired, Stylable, LangSpace { 6962 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource sRequired, Stylable, LangSpace {
6923 6963
6964 ///@docsEditable true
6924 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol"); 6965 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol");
6925 SymbolElement.internal(): super.internal(); 6966 SymbolElement.internal(): super.internal();
6926 6967
6927 6968
6928 /** @domName SVGSymbolElement.externalResourcesRequired */ 6969 /** @domName SVGSymbolElement.externalResourcesRequired */
6929 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa lResourcesRequired_Getter"; 6970 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa lResourcesRequired_Getter";
6930 6971
6931 6972
6932 /** @domName SVGSymbolElement.preserveAspectRatio */ 6973 /** @domName SVGSymbolElement.preserveAspectRatio */
6933 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p reserveAspectRatio_Getter"; 6974 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p reserveAspectRatio_Getter";
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
6968 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7009 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6969 // for details. All rights reserved. Use of this source code is governed by a 7010 // for details. All rights reserved. Use of this source code is governed by a
6970 // BSD-style license that can be found in the LICENSE file. 7011 // BSD-style license that can be found in the LICENSE file.
6971 7012
6972 // WARNING: Do not edit - generated code. 7013 // WARNING: Do not edit - generated code.
6973 7014
6974 7015
6975 /// @domName SVGTRefElement 7016 /// @domName SVGTRefElement
6976 class TRefElement extends TextPositioningElement implements UriReference { 7017 class TRefElement extends TextPositioningElement implements UriReference {
6977 7018
7019 ///@docsEditable true
6978 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref "); 7020 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref ");
6979 TRefElement.internal(): super.internal(); 7021 TRefElement.internal(): super.internal();
6980 7022
6981 7023
6982 /** @domName SVGTRefElement.href */ 7024 /** @domName SVGTRefElement.href */
6983 AnimatedString get href native "SVGTRefElement_href_Getter"; 7025 AnimatedString get href native "SVGTRefElement_href_Getter";
6984 7026
6985 } 7027 }
6986 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7028 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6987 // for details. All rights reserved. Use of this source code is governed by a 7029 // for details. All rights reserved. Use of this source code is governed by a
6988 // BSD-style license that can be found in the LICENSE file. 7030 // BSD-style license that can be found in the LICENSE file.
6989 7031
6990 // WARNING: Do not edit - generated code. 7032 // WARNING: Do not edit - generated code.
6991 7033
6992 7034
6993 /// @domName SVGTSpanElement 7035 /// @domName SVGTSpanElement
6994 class TSpanElement extends TextPositioningElement { 7036 class TSpanElement extends TextPositioningElement {
6995 7037
7038 ///@docsEditable true
6996 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp an"); 7039 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp an");
6997 TSpanElement.internal(): super.internal(); 7040 TSpanElement.internal(): super.internal();
6998 7041
6999 } 7042 }
7000 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7043 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7001 // for details. All rights reserved. Use of this source code is governed by a 7044 // for details. All rights reserved. Use of this source code is governed by a
7002 // BSD-style license that can be found in the LICENSE file. 7045 // BSD-style license that can be found in the LICENSE file.
7003 7046
7004 // WARNING: Do not edit - generated code. 7047 // WARNING: Do not edit - generated code.
7005 7048
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
7138 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7181 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7139 // for details. All rights reserved. Use of this source code is governed by a 7182 // for details. All rights reserved. Use of this source code is governed by a
7140 // BSD-style license that can be found in the LICENSE file. 7183 // BSD-style license that can be found in the LICENSE file.
7141 7184
7142 // WARNING: Do not edit - generated code. 7185 // WARNING: Do not edit - generated code.
7143 7186
7144 7187
7145 /// @domName SVGTextElement 7188 /// @domName SVGTextElement
7146 class TextElement extends TextPositioningElement implements Transformable { 7189 class TextElement extends TextPositioningElement implements Transformable {
7147 7190
7191 ///@docsEditable true
7148 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text "); 7192 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text ");
7149 TextElement.internal(): super.internal(); 7193 TextElement.internal(): super.internal();
7150 7194
7151 7195
7152 /** @domName SVGTextElement.farthestViewportElement */ 7196 /** @domName SVGTextElement.farthestViewportElement */
7153 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport Element_Getter"; 7197 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport Element_Getter";
7154 7198
7155 7199
7156 /** @domName SVGTextElement.nearestViewportElement */ 7200 /** @domName SVGTextElement.nearestViewportElement */
7157 SvgElement get nearestViewportElement native "SVGTextElement_nearestViewportEl ement_Getter"; 7201 SvgElement get nearestViewportElement native "SVGTextElement_nearestViewportEl ement_Getter";
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
7252 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7296 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7253 // for details. All rights reserved. Use of this source code is governed by a 7297 // for details. All rights reserved. Use of this source code is governed by a
7254 // BSD-style license that can be found in the LICENSE file. 7298 // BSD-style license that can be found in the LICENSE file.
7255 7299
7256 // WARNING: Do not edit - generated code. 7300 // WARNING: Do not edit - generated code.
7257 7301
7258 7302
7259 /// @domName SVGTitleElement 7303 /// @domName SVGTitleElement
7260 class TitleElement extends SvgElement implements Stylable, LangSpace { 7304 class TitleElement extends SvgElement implements Stylable, LangSpace {
7261 7305
7306 ///@docsEditable true
7262 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le"); 7307 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le");
7263 TitleElement.internal(): super.internal(); 7308 TitleElement.internal(): super.internal();
7264 7309
7265 7310
7266 /** @domName SVGTitleElement.xmllang */ 7311 /** @domName SVGTitleElement.xmllang */
7267 String get xmllang native "SVGTitleElement_xmllang_Getter"; 7312 String get xmllang native "SVGTitleElement_xmllang_Getter";
7268 7313
7269 7314
7270 /** @domName SVGTitleElement.xmllang */ 7315 /** @domName SVGTitleElement.xmllang */
7271 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter"; 7316 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter";
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
7582 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7627 // 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 7628 // 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. 7629 // BSD-style license that can be found in the LICENSE file.
7585 7630
7586 // WARNING: Do not edit - generated code. 7631 // WARNING: Do not edit - generated code.
7587 7632
7588 7633
7589 /// @domName SVGUseElement 7634 /// @domName SVGUseElement
7590 class UseElement extends SvgElement implements Transformable, Tests, UriReferenc e, Stylable, ExternalResourcesRequired, LangSpace { 7635 class UseElement extends SvgElement implements Transformable, Tests, UriReferenc e, Stylable, ExternalResourcesRequired, LangSpace {
7591 7636
7637 ///@docsEditable true
7592 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ; 7638 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ;
7593 UseElement.internal(): super.internal(); 7639 UseElement.internal(): super.internal();
7594 7640
7595 7641
7596 /** @domName SVGUseElement.animatedInstanceRoot */ 7642 /** @domName SVGUseElement.animatedInstanceRoot */
7597 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc eRoot_Getter"; 7643 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc eRoot_Getter";
7598 7644
7599 7645
7600 /** @domName SVGUseElement.height */ 7646 /** @domName SVGUseElement.height */
7601 AnimatedLength get height native "SVGUseElement_height_Getter"; 7647 AnimatedLength get height native "SVGUseElement_height_Getter";
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
7700 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7746 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7701 // for details. All rights reserved. Use of this source code is governed by a 7747 // for details. All rights reserved. Use of this source code is governed by a
7702 // BSD-style license that can be found in the LICENSE file. 7748 // BSD-style license that can be found in the LICENSE file.
7703 7749
7704 // WARNING: Do not edit - generated code. 7750 // WARNING: Do not edit - generated code.
7705 7751
7706 7752
7707 /// @domName SVGVKernElement 7753 /// @domName SVGVKernElement
7708 class VKernElement extends SvgElement { 7754 class VKernElement extends SvgElement {
7709 7755
7756 ///@docsEditable true
7710 factory VKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("vke rn"); 7757 factory VKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("vke rn");
7711 VKernElement.internal(): super.internal(); 7758 VKernElement.internal(): super.internal();
7712 7759
7713 } 7760 }
7714 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7761 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7715 // for details. All rights reserved. Use of this source code is governed by a 7762 // for details. All rights reserved. Use of this source code is governed by a
7716 // BSD-style license that can be found in the LICENSE file. 7763 // BSD-style license that can be found in the LICENSE file.
7717 7764
7718 // WARNING: Do not edit - generated code. 7765 // WARNING: Do not edit - generated code.
7719 7766
7720 7767
7721 /// @domName SVGViewElement 7768 /// @domName SVGViewElement
7722 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR equired, ZoomAndPan { 7769 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR equired, ZoomAndPan {
7723 7770
7771 ///@docsEditable true
7724 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view "); 7772 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view ");
7725 ViewElement.internal(): super.internal(); 7773 ViewElement.internal(): super.internal();
7726 7774
7727 7775
7728 /** @domName SVGViewElement.viewTarget */ 7776 /** @domName SVGViewElement.viewTarget */
7729 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; 7777 StringList get viewTarget native "SVGViewElement_viewTarget_Getter";
7730 7778
7731 7779
7732 /** @domName SVGViewElement.externalResourcesRequired */ 7780 /** @domName SVGViewElement.externalResourcesRequired */
7733 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR esourcesRequired_Getter"; 7781 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR esourcesRequired_Getter";
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
7972 List<ElementInstance> getRange(int start, int rangeLength) => 8020 List<ElementInstance> getRange(int start, int rangeLength) =>
7973 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); 8021 Lists.getRange(this, start, rangeLength, <ElementInstance>[]);
7974 8022
7975 // -- end List<ElementInstance> mixins. 8023 // -- end List<ElementInstance> mixins.
7976 8024
7977 8025
7978 /** @domName SVGElementInstanceList.item */ 8026 /** @domName SVGElementInstanceList.item */
7979 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; 8027 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback";
7980 8028
7981 } 8029 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698