OLD | NEW |
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 // DO NOT EDIT | 6 // DO NOT EDIT |
7 // Auto-generated dart:svg library. | 7 // Auto-generated dart:svg library. |
8 | 8 |
9 | 9 |
10 | 10 |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 } | 51 } |
52 } | 52 } |
53 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 53 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
54 // for details. All rights reserved. Use of this source code is governed by a | 54 // for details. All rights reserved. Use of this source code is governed by a |
55 // BSD-style license that can be found in the LICENSE file. | 55 // BSD-style license that can be found in the LICENSE file. |
56 | 56 |
57 | 57 |
58 /// @domName SVGAElement; @docsEditable true | 58 /// @domName SVGAElement; @docsEditable true |
59 class AElement extends SvgElement implements Transformable, Tests, UriReference,
Stylable, ExternalResourcesRequired, LangSpace native "*SVGAElement" { | 59 class AElement extends SvgElement implements Transformable, Tests, UriReference,
Stylable, ExternalResourcesRequired, LangSpace native "*SVGAElement" { |
60 | 60 |
| 61 ///@docsEditable true |
61 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 62 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
62 | 63 |
63 /// @domName SVGAElement.target; @docsEditable true | 64 /// @domName SVGAElement.target; @docsEditable true |
64 final AnimatedString target; | 65 final AnimatedString target; |
65 | 66 |
66 // From SVGExternalResourcesRequired | 67 // From SVGExternalResourcesRequired |
67 | 68 |
68 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true | 69 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true |
69 final AnimatedBoolean externalResourcesRequired; | 70 final AnimatedBoolean externalResourcesRequired; |
70 | 71 |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native; | 207 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native; |
207 } | 208 } |
208 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 209 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
209 // for details. All rights reserved. Use of this source code is governed by a | 210 // for details. All rights reserved. Use of this source code is governed by a |
210 // BSD-style license that can be found in the LICENSE file. | 211 // BSD-style license that can be found in the LICENSE file. |
211 | 212 |
212 | 213 |
213 /// @domName SVGAnimateColorElement; @docsEditable true | 214 /// @domName SVGAnimateColorElement; @docsEditable true |
214 class AnimateColorElement extends AnimationElement native "*SVGAnimateColorEleme
nt" { | 215 class AnimateColorElement extends AnimationElement native "*SVGAnimateColorEleme
nt" { |
215 | 216 |
| 217 ///@docsEditable true |
216 factory AnimateColorElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("animateColor"); | 218 factory AnimateColorElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("animateColor"); |
217 } | 219 } |
218 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 220 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
219 // for details. All rights reserved. Use of this source code is governed by a | 221 // for details. All rights reserved. Use of this source code is governed by a |
220 // BSD-style license that can be found in the LICENSE file. | 222 // BSD-style license that can be found in the LICENSE file. |
221 | 223 |
222 | 224 |
223 /// @domName SVGAnimateElement; @docsEditable true | 225 /// @domName SVGAnimateElement; @docsEditable true |
224 class AnimateElement extends AnimationElement native "*SVGAnimateElement" { | 226 class AnimateElement extends AnimationElement native "*SVGAnimateElement" { |
225 | 227 |
| 228 ///@docsEditable true |
226 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); | 229 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); |
227 } | 230 } |
228 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 231 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
229 // for details. All rights reserved. Use of this source code is governed by a | 232 // for details. All rights reserved. Use of this source code is governed by a |
230 // BSD-style license that can be found in the LICENSE file. | 233 // BSD-style license that can be found in the LICENSE file. |
231 | 234 |
232 | 235 |
233 /// @domName SVGAnimateMotionElement; @docsEditable true | 236 /// @domName SVGAnimateMotionElement; @docsEditable true |
234 class AnimateMotionElement extends AnimationElement native "*SVGAnimateMotionEle
ment" { | 237 class AnimateMotionElement extends AnimationElement native "*SVGAnimateMotionEle
ment" { |
235 | 238 |
| 239 ///@docsEditable true |
236 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); | 240 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); |
237 } | 241 } |
238 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 242 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
239 // for details. All rights reserved. Use of this source code is governed by a | 243 // for details. All rights reserved. Use of this source code is governed by a |
240 // BSD-style license that can be found in the LICENSE file. | 244 // BSD-style license that can be found in the LICENSE file. |
241 | 245 |
242 | 246 |
243 /// @domName SVGAnimateTransformElement; @docsEditable true | 247 /// @domName SVGAnimateTransformElement; @docsEditable true |
244 class AnimateTransformElement extends AnimationElement native "*SVGAnimateTransf
ormElement" { | 248 class AnimateTransformElement extends AnimationElement native "*SVGAnimateTransf
ormElement" { |
245 | 249 |
| 250 ///@docsEditable true |
246 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); | 251 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); |
247 } | 252 } |
248 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 253 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
249 // for details. All rights reserved. Use of this source code is governed by a | 254 // for details. All rights reserved. Use of this source code is governed by a |
250 // BSD-style license that can be found in the LICENSE file. | 255 // BSD-style license that can be found in the LICENSE file. |
251 | 256 |
252 | 257 |
253 /// @domName SVGAnimatedAngle; @docsEditable true | 258 /// @domName SVGAnimatedAngle; @docsEditable true |
254 class AnimatedAngle native "*SVGAnimatedAngle" { | 259 class AnimatedAngle native "*SVGAnimatedAngle" { |
255 | 260 |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 final TransformList baseVal; | 419 final TransformList baseVal; |
415 } | 420 } |
416 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 421 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
417 // for details. All rights reserved. Use of this source code is governed by a | 422 // for details. All rights reserved. Use of this source code is governed by a |
418 // BSD-style license that can be found in the LICENSE file. | 423 // BSD-style license that can be found in the LICENSE file. |
419 | 424 |
420 | 425 |
421 /// @domName SVGAnimationElement; @docsEditable true | 426 /// @domName SVGAnimationElement; @docsEditable true |
422 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired native "*SVGAnimationElement" { | 427 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired native "*SVGAnimationElement" { |
423 | 428 |
| 429 ///@docsEditable true |
424 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 430 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
425 | 431 |
426 /// @domName SVGAnimationElement.targetElement; @docsEditable true | 432 /// @domName SVGAnimationElement.targetElement; @docsEditable true |
427 final SvgElement targetElement; | 433 final SvgElement targetElement; |
428 | 434 |
429 /// @domName SVGAnimationElement.getCurrentTime; @docsEditable true | 435 /// @domName SVGAnimationElement.getCurrentTime; @docsEditable true |
430 num getCurrentTime() native; | 436 num getCurrentTime() native; |
431 | 437 |
432 /// @domName SVGAnimationElement.getSimpleDuration; @docsEditable true | 438 /// @domName SVGAnimationElement.getSimpleDuration; @docsEditable true |
433 num getSimpleDuration() native; | 439 num getSimpleDuration() native; |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 bool hasExtension(String extension) native; | 475 bool hasExtension(String extension) native; |
470 } | 476 } |
471 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 477 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
472 // for details. All rights reserved. Use of this source code is governed by a | 478 // for details. All rights reserved. Use of this source code is governed by a |
473 // BSD-style license that can be found in the LICENSE file. | 479 // BSD-style license that can be found in the LICENSE file. |
474 | 480 |
475 | 481 |
476 /// @domName SVGCircleElement; @docsEditable true | 482 /// @domName SVGCircleElement; @docsEditable true |
477 class CircleElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace native "*SVGCircleElement" { | 483 class CircleElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace native "*SVGCircleElement" { |
478 | 484 |
| 485 ///@docsEditable true |
479 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 486 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); |
480 | 487 |
481 /// @domName SVGCircleElement.cx; @docsEditable true | 488 /// @domName SVGCircleElement.cx; @docsEditable true |
482 final AnimatedLength cx; | 489 final AnimatedLength cx; |
483 | 490 |
484 /// @domName SVGCircleElement.cy; @docsEditable true | 491 /// @domName SVGCircleElement.cy; @docsEditable true |
485 final AnimatedLength cy; | 492 final AnimatedLength cy; |
486 | 493 |
487 /// @domName SVGCircleElement.r; @docsEditable true | 494 /// @domName SVGCircleElement.r; @docsEditable true |
488 final AnimatedLength r; | 495 final AnimatedLength r; |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 final AnimatedTransformList transform; | 561 final AnimatedTransformList transform; |
555 } | 562 } |
556 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 563 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
557 // for details. All rights reserved. Use of this source code is governed by a | 564 // for details. All rights reserved. Use of this source code is governed by a |
558 // BSD-style license that can be found in the LICENSE file. | 565 // BSD-style license that can be found in the LICENSE file. |
559 | 566 |
560 | 567 |
561 /// @domName SVGClipPathElement; @docsEditable true | 568 /// @domName SVGClipPathElement; @docsEditable true |
562 class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace native "*SVGClipPathElement" { | 569 class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace native "*SVGClipPathElement" { |
563 | 570 |
| 571 ///@docsEditable true |
564 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 572 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); |
565 | 573 |
566 /// @domName SVGClipPathElement.clipPathUnits; @docsEditable true | 574 /// @domName SVGClipPathElement.clipPathUnits; @docsEditable true |
567 final AnimatedEnumeration clipPathUnits; | 575 final AnimatedEnumeration clipPathUnits; |
568 | 576 |
569 // From SVGExternalResourcesRequired | 577 // From SVGExternalResourcesRequired |
570 | 578 |
571 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true | 579 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true |
572 final AnimatedBoolean externalResourcesRequired; | 580 final AnimatedBoolean externalResourcesRequired; |
573 | 581 |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
707 final AnimatedEnumeration type; | 715 final AnimatedEnumeration type; |
708 } | 716 } |
709 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 717 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
710 // for details. All rights reserved. Use of this source code is governed by a | 718 // for details. All rights reserved. Use of this source code is governed by a |
711 // BSD-style license that can be found in the LICENSE file. | 719 // BSD-style license that can be found in the LICENSE file. |
712 | 720 |
713 | 721 |
714 /// @domName SVGCursorElement; @docsEditable true | 722 /// @domName SVGCursorElement; @docsEditable true |
715 class CursorElement extends SvgElement implements UriReference, Tests, ExternalR
esourcesRequired native "*SVGCursorElement" { | 723 class CursorElement extends SvgElement implements UriReference, Tests, ExternalR
esourcesRequired native "*SVGCursorElement" { |
716 | 724 |
| 725 ///@docsEditable true |
717 factory CursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cu
rsor"); | 726 factory CursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cu
rsor"); |
718 | 727 |
719 /// @domName SVGCursorElement.x; @docsEditable true | 728 /// @domName SVGCursorElement.x; @docsEditable true |
720 final AnimatedLength x; | 729 final AnimatedLength x; |
721 | 730 |
722 /// @domName SVGCursorElement.y; @docsEditable true | 731 /// @domName SVGCursorElement.y; @docsEditable true |
723 final AnimatedLength y; | 732 final AnimatedLength y; |
724 | 733 |
725 // From SVGExternalResourcesRequired | 734 // From SVGExternalResourcesRequired |
726 | 735 |
(...skipping 20 matching lines...) Expand all Loading... |
747 final AnimatedString href; | 756 final AnimatedString href; |
748 } | 757 } |
749 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 758 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
750 // for details. All rights reserved. Use of this source code is governed by a | 759 // for details. All rights reserved. Use of this source code is governed by a |
751 // BSD-style license that can be found in the LICENSE file. | 760 // BSD-style license that can be found in the LICENSE file. |
752 | 761 |
753 | 762 |
754 /// @domName SVGDefsElement; @docsEditable true | 763 /// @domName SVGDefsElement; @docsEditable true |
755 class DefsElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace native "*SVGDefsElement" { | 764 class DefsElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace native "*SVGDefsElement" { |
756 | 765 |
| 766 ///@docsEditable true |
757 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); | 767 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); |
758 | 768 |
759 // From SVGExternalResourcesRequired | 769 // From SVGExternalResourcesRequired |
760 | 770 |
761 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true | 771 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true |
762 final AnimatedBoolean externalResourcesRequired; | 772 final AnimatedBoolean externalResourcesRequired; |
763 | 773 |
764 // From SVGLangSpace | 774 // From SVGLangSpace |
765 | 775 |
766 /// @domName SVGLangSpace.xmllang; @docsEditable true | 776 /// @domName SVGLangSpace.xmllang; @docsEditable true |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
823 final AnimatedTransformList transform; | 833 final AnimatedTransformList transform; |
824 } | 834 } |
825 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 835 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
826 // for details. All rights reserved. Use of this source code is governed by a | 836 // for details. All rights reserved. Use of this source code is governed by a |
827 // BSD-style license that can be found in the LICENSE file. | 837 // BSD-style license that can be found in the LICENSE file. |
828 | 838 |
829 | 839 |
830 /// @domName SVGDescElement; @docsEditable true | 840 /// @domName SVGDescElement; @docsEditable true |
831 class DescElement extends SvgElement implements Stylable, LangSpace native "*SVG
DescElement" { | 841 class DescElement extends SvgElement implements Stylable, LangSpace native "*SVG
DescElement" { |
832 | 842 |
| 843 ///@docsEditable true |
833 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); | 844 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); |
834 | 845 |
835 // From SVGLangSpace | 846 // From SVGLangSpace |
836 | 847 |
837 /// @domName SVGLangSpace.xmllang; @docsEditable true | 848 /// @domName SVGLangSpace.xmllang; @docsEditable true |
838 String xmllang; | 849 String xmllang; |
839 | 850 |
840 /// @domName SVGLangSpace.xmlspace; @docsEditable true | 851 /// @domName SVGLangSpace.xmlspace; @docsEditable true |
841 String xmlspace; | 852 String xmlspace; |
842 | 853 |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
994 void endElementAt(num offset); | 1005 void endElementAt(num offset); |
995 } | 1006 } |
996 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1007 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
997 // for details. All rights reserved. Use of this source code is governed by a | 1008 // for details. All rights reserved. Use of this source code is governed by a |
998 // BSD-style license that can be found in the LICENSE file. | 1009 // BSD-style license that can be found in the LICENSE file. |
999 | 1010 |
1000 | 1011 |
1001 /// @domName SVGEllipseElement; @docsEditable true | 1012 /// @domName SVGEllipseElement; @docsEditable true |
1002 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace native "*SVGEllipseElement" { | 1013 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace native "*SVGEllipseElement" { |
1003 | 1014 |
| 1015 ///@docsEditable true |
1004 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1016 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
1005 | 1017 |
1006 /// @domName SVGEllipseElement.cx; @docsEditable true | 1018 /// @domName SVGEllipseElement.cx; @docsEditable true |
1007 final AnimatedLength cx; | 1019 final AnimatedLength cx; |
1008 | 1020 |
1009 /// @domName SVGEllipseElement.cy; @docsEditable true | 1021 /// @domName SVGEllipseElement.cy; @docsEditable true |
1010 final AnimatedLength cy; | 1022 final AnimatedLength cy; |
1011 | 1023 |
1012 /// @domName SVGEllipseElement.rx; @docsEditable true | 1024 /// @domName SVGEllipseElement.rx; @docsEditable true |
1013 final AnimatedLength rx; | 1025 final AnimatedLength rx; |
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2115 CssValue getPresentationAttribute(String name) native; | 2127 CssValue getPresentationAttribute(String name) native; |
2116 } | 2128 } |
2117 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2129 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2118 // for details. All rights reserved. Use of this source code is governed by a | 2130 // for details. All rights reserved. Use of this source code is governed by a |
2119 // BSD-style license that can be found in the LICENSE file. | 2131 // BSD-style license that can be found in the LICENSE file. |
2120 | 2132 |
2121 | 2133 |
2122 /// @domName SVGFilterElement; @docsEditable true | 2134 /// @domName SVGFilterElement; @docsEditable true |
2123 class FilterElement extends SvgElement implements UriReference, ExternalResource
sRequired, Stylable, LangSpace native "*SVGFilterElement" { | 2135 class FilterElement extends SvgElement implements UriReference, ExternalResource
sRequired, Stylable, LangSpace native "*SVGFilterElement" { |
2124 | 2136 |
| 2137 ///@docsEditable true |
2125 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); | 2138 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); |
2126 | 2139 |
2127 /// @domName SVGFilterElement.filterResX; @docsEditable true | 2140 /// @domName SVGFilterElement.filterResX; @docsEditable true |
2128 final AnimatedInteger filterResX; | 2141 final AnimatedInteger filterResX; |
2129 | 2142 |
2130 /// @domName SVGFilterElement.filterResY; @docsEditable true | 2143 /// @domName SVGFilterElement.filterResY; @docsEditable true |
2131 final AnimatedInteger filterResY; | 2144 final AnimatedInteger filterResY; |
2132 | 2145 |
2133 /// @domName SVGFilterElement.filterUnits; @docsEditable true | 2146 /// @domName SVGFilterElement.filterUnits; @docsEditable true |
2134 final AnimatedEnumeration filterUnits; | 2147 final AnimatedEnumeration filterUnits; |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2221 AnimatedRect viewBox; | 2234 AnimatedRect viewBox; |
2222 } | 2235 } |
2223 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2236 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2224 // for details. All rights reserved. Use of this source code is governed by a | 2237 // for details. All rights reserved. Use of this source code is governed by a |
2225 // BSD-style license that can be found in the LICENSE file. | 2238 // BSD-style license that can be found in the LICENSE file. |
2226 | 2239 |
2227 | 2240 |
2228 /// @domName SVGFontElement; @docsEditable true | 2241 /// @domName SVGFontElement; @docsEditable true |
2229 class FontElement extends SvgElement native "*SVGFontElement" { | 2242 class FontElement extends SvgElement native "*SVGFontElement" { |
2230 | 2243 |
| 2244 ///@docsEditable true |
2231 factory FontElement() => _SvgElementFactoryProvider.createSvgElement_tag("font
"); | 2245 factory FontElement() => _SvgElementFactoryProvider.createSvgElement_tag("font
"); |
2232 } | 2246 } |
2233 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2247 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2234 // for details. All rights reserved. Use of this source code is governed by a | 2248 // for details. All rights reserved. Use of this source code is governed by a |
2235 // BSD-style license that can be found in the LICENSE file. | 2249 // BSD-style license that can be found in the LICENSE file. |
2236 | 2250 |
2237 | 2251 |
2238 /// @domName SVGFontFaceElement; @docsEditable true | 2252 /// @domName SVGFontFaceElement; @docsEditable true |
2239 class FontFaceElement extends SvgElement native "*SVGFontFaceElement" { | 2253 class FontFaceElement extends SvgElement native "*SVGFontFaceElement" { |
2240 | 2254 |
| 2255 ///@docsEditable true |
2241 factory FontFaceElement() => _SvgElementFactoryProvider.createSvgElement_tag("
font-face"); | 2256 factory FontFaceElement() => _SvgElementFactoryProvider.createSvgElement_tag("
font-face"); |
2242 } | 2257 } |
2243 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2258 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2244 // for details. All rights reserved. Use of this source code is governed by a | 2259 // for details. All rights reserved. Use of this source code is governed by a |
2245 // BSD-style license that can be found in the LICENSE file. | 2260 // BSD-style license that can be found in the LICENSE file. |
2246 | 2261 |
2247 | 2262 |
2248 /// @domName SVGFontFaceFormatElement; @docsEditable true | 2263 /// @domName SVGFontFaceFormatElement; @docsEditable true |
2249 class FontFaceFormatElement extends SvgElement native "*SVGFontFaceFormatElement
" { | 2264 class FontFaceFormatElement extends SvgElement native "*SVGFontFaceFormatElement
" { |
2250 | 2265 |
| 2266 ///@docsEditable true |
2251 factory FontFaceFormatElement() => _SvgElementFactoryProvider.createSvgElement
_tag("font-face-format"); | 2267 factory FontFaceFormatElement() => _SvgElementFactoryProvider.createSvgElement
_tag("font-face-format"); |
2252 } | 2268 } |
2253 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2269 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2254 // for details. All rights reserved. Use of this source code is governed by a | 2270 // for details. All rights reserved. Use of this source code is governed by a |
2255 // BSD-style license that can be found in the LICENSE file. | 2271 // BSD-style license that can be found in the LICENSE file. |
2256 | 2272 |
2257 | 2273 |
2258 /// @domName SVGFontFaceNameElement; @docsEditable true | 2274 /// @domName SVGFontFaceNameElement; @docsEditable true |
2259 class FontFaceNameElement extends SvgElement native "*SVGFontFaceNameElement" { | 2275 class FontFaceNameElement extends SvgElement native "*SVGFontFaceNameElement" { |
2260 | 2276 |
| 2277 ///@docsEditable true |
2261 factory FontFaceNameElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("font-face-name"); | 2278 factory FontFaceNameElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("font-face-name"); |
2262 } | 2279 } |
2263 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2280 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2264 // for details. All rights reserved. Use of this source code is governed by a | 2281 // for details. All rights reserved. Use of this source code is governed by a |
2265 // BSD-style license that can be found in the LICENSE file. | 2282 // BSD-style license that can be found in the LICENSE file. |
2266 | 2283 |
2267 | 2284 |
2268 /// @domName SVGFontFaceSrcElement; @docsEditable true | 2285 /// @domName SVGFontFaceSrcElement; @docsEditable true |
2269 class FontFaceSrcElement extends SvgElement native "*SVGFontFaceSrcElement" { | 2286 class FontFaceSrcElement extends SvgElement native "*SVGFontFaceSrcElement" { |
2270 | 2287 |
| 2288 ///@docsEditable true |
2271 factory FontFaceSrcElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-src"); | 2289 factory FontFaceSrcElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-src"); |
2272 } | 2290 } |
2273 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2291 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2274 // for details. All rights reserved. Use of this source code is governed by a | 2292 // for details. All rights reserved. Use of this source code is governed by a |
2275 // BSD-style license that can be found in the LICENSE file. | 2293 // BSD-style license that can be found in the LICENSE file. |
2276 | 2294 |
2277 | 2295 |
2278 /// @domName SVGFontFaceUriElement; @docsEditable true | 2296 /// @domName SVGFontFaceUriElement; @docsEditable true |
2279 class FontFaceUriElement extends SvgElement native "*SVGFontFaceUriElement" { | 2297 class FontFaceUriElement extends SvgElement native "*SVGFontFaceUriElement" { |
2280 | 2298 |
| 2299 ///@docsEditable true |
2281 factory FontFaceUriElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-uri"); | 2300 factory FontFaceUriElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-uri"); |
2282 } | 2301 } |
2283 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2302 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2284 // for details. All rights reserved. Use of this source code is governed by a | 2303 // for details. All rights reserved. Use of this source code is governed by a |
2285 // BSD-style license that can be found in the LICENSE file. | 2304 // BSD-style license that can be found in the LICENSE file. |
2286 | 2305 |
2287 | 2306 |
2288 /// @domName SVGForeignObjectElement; @docsEditable true | 2307 /// @domName SVGForeignObjectElement; @docsEditable true |
2289 class ForeignObjectElement extends SvgElement implements Transformable, Tests, S
tylable, ExternalResourcesRequired, LangSpace native "*SVGForeignObjectElement"
{ | 2308 class ForeignObjectElement extends SvgElement implements Transformable, Tests, S
tylable, ExternalResourcesRequired, LangSpace native "*SVGForeignObjectElement"
{ |
2290 | 2309 |
| 2310 ///@docsEditable true |
2291 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); | 2311 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); |
2292 | 2312 |
2293 /// @domName SVGForeignObjectElement.height; @docsEditable true | 2313 /// @domName SVGForeignObjectElement.height; @docsEditable true |
2294 final AnimatedLength height; | 2314 final AnimatedLength height; |
2295 | 2315 |
2296 /// @domName SVGForeignObjectElement.width; @docsEditable true | 2316 /// @domName SVGForeignObjectElement.width; @docsEditable true |
2297 final AnimatedLength width; | 2317 final AnimatedLength width; |
2298 | 2318 |
2299 /// @domName SVGForeignObjectElement.x; @docsEditable true | 2319 /// @domName SVGForeignObjectElement.x; @docsEditable true |
2300 final AnimatedLength x; | 2320 final AnimatedLength x; |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2369 final AnimatedTransformList transform; | 2389 final AnimatedTransformList transform; |
2370 } | 2390 } |
2371 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2391 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2372 // for details. All rights reserved. Use of this source code is governed by a | 2392 // for details. All rights reserved. Use of this source code is governed by a |
2373 // BSD-style license that can be found in the LICENSE file. | 2393 // BSD-style license that can be found in the LICENSE file. |
2374 | 2394 |
2375 | 2395 |
2376 /// @domName SVGGElement; @docsEditable true | 2396 /// @domName SVGGElement; @docsEditable true |
2377 class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext
ernalResourcesRequired, LangSpace native "*SVGGElement" { | 2397 class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext
ernalResourcesRequired, LangSpace native "*SVGGElement" { |
2378 | 2398 |
| 2399 ///@docsEditable true |
2379 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); | 2400 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
2380 | 2401 |
2381 // From SVGExternalResourcesRequired | 2402 // From SVGExternalResourcesRequired |
2382 | 2403 |
2383 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true | 2404 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true |
2384 final AnimatedBoolean externalResourcesRequired; | 2405 final AnimatedBoolean externalResourcesRequired; |
2385 | 2406 |
2386 // From SVGLangSpace | 2407 // From SVGLangSpace |
2387 | 2408 |
2388 /// @domName SVGLangSpace.xmllang; @docsEditable true | 2409 /// @domName SVGLangSpace.xmllang; @docsEditable true |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2445 final AnimatedTransformList transform; | 2466 final AnimatedTransformList transform; |
2446 } | 2467 } |
2447 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2468 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2448 // for details. All rights reserved. Use of this source code is governed by a | 2469 // for details. All rights reserved. Use of this source code is governed by a |
2449 // BSD-style license that can be found in the LICENSE file. | 2470 // BSD-style license that can be found in the LICENSE file. |
2450 | 2471 |
2451 | 2472 |
2452 /// @domName SVGGlyphElement; @docsEditable true | 2473 /// @domName SVGGlyphElement; @docsEditable true |
2453 class GlyphElement extends SvgElement native "*SVGGlyphElement" { | 2474 class GlyphElement extends SvgElement native "*SVGGlyphElement" { |
2454 | 2475 |
| 2476 ///@docsEditable true |
2455 factory GlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("gly
ph"); | 2477 factory GlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("gly
ph"); |
2456 } | 2478 } |
2457 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2479 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2458 // for details. All rights reserved. Use of this source code is governed by a | 2480 // for details. All rights reserved. Use of this source code is governed by a |
2459 // BSD-style license that can be found in the LICENSE file. | 2481 // BSD-style license that can be found in the LICENSE file. |
2460 | 2482 |
2461 | 2483 |
2462 /// @domName SVGGlyphRefElement; @docsEditable true | 2484 /// @domName SVGGlyphRefElement; @docsEditable true |
2463 class GlyphRefElement extends SvgElement implements UriReference, Stylable nativ
e "*SVGGlyphRefElement" { | 2485 class GlyphRefElement extends SvgElement implements UriReference, Stylable nativ
e "*SVGGlyphRefElement" { |
2464 | 2486 |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2545 final AnimatedString href; | 2567 final AnimatedString href; |
2546 } | 2568 } |
2547 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2569 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2548 // for details. All rights reserved. Use of this source code is governed by a | 2570 // for details. All rights reserved. Use of this source code is governed by a |
2549 // BSD-style license that can be found in the LICENSE file. | 2571 // BSD-style license that can be found in the LICENSE file. |
2550 | 2572 |
2551 | 2573 |
2552 /// @domName SVGHKernElement; @docsEditable true | 2574 /// @domName SVGHKernElement; @docsEditable true |
2553 class HKernElement extends SvgElement native "*SVGHKernElement" { | 2575 class HKernElement extends SvgElement native "*SVGHKernElement" { |
2554 | 2576 |
| 2577 ///@docsEditable true |
2555 factory HKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("hke
rn"); | 2578 factory HKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("hke
rn"); |
2556 } | 2579 } |
2557 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2580 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2558 // for details. All rights reserved. Use of this source code is governed by a | 2581 // for details. All rights reserved. Use of this source code is governed by a |
2559 // BSD-style license that can be found in the LICENSE file. | 2582 // BSD-style license that can be found in the LICENSE file. |
2560 | 2583 |
2561 | 2584 |
2562 /// @domName SVGImageElement; @docsEditable true | 2585 /// @domName SVGImageElement; @docsEditable true |
2563 class ImageElement extends SvgElement implements Transformable, Tests, UriRefere
nce, Stylable, ExternalResourcesRequired, LangSpace native "*SVGImageElement" { | 2586 class ImageElement extends SvgElement implements Transformable, Tests, UriRefere
nce, Stylable, ExternalResourcesRequired, LangSpace native "*SVGImageElement" { |
2564 | 2587 |
| 2588 ///@docsEditable true |
2565 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 2589 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); |
2566 | 2590 |
2567 /// @domName SVGImageElement.height; @docsEditable true | 2591 /// @domName SVGImageElement.height; @docsEditable true |
2568 final AnimatedLength height; | 2592 final AnimatedLength height; |
2569 | 2593 |
2570 /// @domName SVGImageElement.preserveAspectRatio; @docsEditable true | 2594 /// @domName SVGImageElement.preserveAspectRatio; @docsEditable true |
2571 final AnimatedPreserveAspectRatio preserveAspectRatio; | 2595 final AnimatedPreserveAspectRatio preserveAspectRatio; |
2572 | 2596 |
2573 /// @domName SVGImageElement.width; @docsEditable true | 2597 /// @domName SVGImageElement.width; @docsEditable true |
2574 final AnimatedLength width; | 2598 final AnimatedLength width; |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2843 Length replaceItem(Length item, int index) native; | 2867 Length replaceItem(Length item, int index) native; |
2844 } | 2868 } |
2845 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2869 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2846 // for details. All rights reserved. Use of this source code is governed by a | 2870 // for details. All rights reserved. Use of this source code is governed by a |
2847 // BSD-style license that can be found in the LICENSE file. | 2871 // BSD-style license that can be found in the LICENSE file. |
2848 | 2872 |
2849 | 2873 |
2850 /// @domName SVGLineElement; @docsEditable true | 2874 /// @domName SVGLineElement; @docsEditable true |
2851 class LineElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace native "*SVGLineElement" { | 2875 class LineElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace native "*SVGLineElement" { |
2852 | 2876 |
| 2877 ///@docsEditable true |
2853 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 2878 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); |
2854 | 2879 |
2855 /// @domName SVGLineElement.x1; @docsEditable true | 2880 /// @domName SVGLineElement.x1; @docsEditable true |
2856 final AnimatedLength x1; | 2881 final AnimatedLength x1; |
2857 | 2882 |
2858 /// @domName SVGLineElement.x2; @docsEditable true | 2883 /// @domName SVGLineElement.x2; @docsEditable true |
2859 final AnimatedLength x2; | 2884 final AnimatedLength x2; |
2860 | 2885 |
2861 /// @domName SVGLineElement.y1; @docsEditable true | 2886 /// @domName SVGLineElement.y1; @docsEditable true |
2862 final AnimatedLength y1; | 2887 final AnimatedLength y1; |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2931 final AnimatedTransformList transform; | 2956 final AnimatedTransformList transform; |
2932 } | 2957 } |
2933 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2958 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2934 // for details. All rights reserved. Use of this source code is governed by a | 2959 // for details. All rights reserved. Use of this source code is governed by a |
2935 // BSD-style license that can be found in the LICENSE file. | 2960 // BSD-style license that can be found in the LICENSE file. |
2936 | 2961 |
2937 | 2962 |
2938 /// @domName SVGLinearGradientElement; @docsEditable true | 2963 /// @domName SVGLinearGradientElement; @docsEditable true |
2939 class LinearGradientElement extends GradientElement native "*SVGLinearGradientEl
ement" { | 2964 class LinearGradientElement extends GradientElement native "*SVGLinearGradientEl
ement" { |
2940 | 2965 |
| 2966 ///@docsEditable true |
2941 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); | 2967 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); |
2942 | 2968 |
2943 /// @domName SVGLinearGradientElement.x1; @docsEditable true | 2969 /// @domName SVGLinearGradientElement.x1; @docsEditable true |
2944 final AnimatedLength x1; | 2970 final AnimatedLength x1; |
2945 | 2971 |
2946 /// @domName SVGLinearGradientElement.x2; @docsEditable true | 2972 /// @domName SVGLinearGradientElement.x2; @docsEditable true |
2947 final AnimatedLength x2; | 2973 final AnimatedLength x2; |
2948 | 2974 |
2949 /// @domName SVGLinearGradientElement.y1; @docsEditable true | 2975 /// @domName SVGLinearGradientElement.y1; @docsEditable true |
2950 final AnimatedLength y1; | 2976 final AnimatedLength y1; |
(...skipping 26 matching lines...) Expand all Loading... |
2977 Matrix getTransformToElement(SvgElement element); | 3003 Matrix getTransformToElement(SvgElement element); |
2978 } | 3004 } |
2979 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3005 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2980 // for details. All rights reserved. Use of this source code is governed by a | 3006 // for details. All rights reserved. Use of this source code is governed by a |
2981 // BSD-style license that can be found in the LICENSE file. | 3007 // BSD-style license that can be found in the LICENSE file. |
2982 | 3008 |
2983 | 3009 |
2984 /// @domName SVGMPathElement; @docsEditable true | 3010 /// @domName SVGMPathElement; @docsEditable true |
2985 class MPathElement extends SvgElement implements UriReference, ExternalResources
Required native "*SVGMPathElement" { | 3011 class MPathElement extends SvgElement implements UriReference, ExternalResources
Required native "*SVGMPathElement" { |
2986 | 3012 |
| 3013 ///@docsEditable true |
2987 factory MPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpa
th"); | 3014 factory MPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpa
th"); |
2988 | 3015 |
2989 // From SVGExternalResourcesRequired | 3016 // From SVGExternalResourcesRequired |
2990 | 3017 |
2991 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true | 3018 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true |
2992 final AnimatedBoolean externalResourcesRequired; | 3019 final AnimatedBoolean externalResourcesRequired; |
2993 | 3020 |
2994 // From SVGURIReference | 3021 // From SVGURIReference |
2995 | 3022 |
2996 /// @domName SVGURIReference.href; @docsEditable true | 3023 /// @domName SVGURIReference.href; @docsEditable true |
2997 final AnimatedString href; | 3024 final AnimatedString href; |
2998 } | 3025 } |
2999 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3026 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3000 // for details. All rights reserved. Use of this source code is governed by a | 3027 // for details. All rights reserved. Use of this source code is governed by a |
3001 // BSD-style license that can be found in the LICENSE file. | 3028 // BSD-style license that can be found in the LICENSE file. |
3002 | 3029 |
3003 | 3030 |
3004 /// @domName SVGMarkerElement; @docsEditable true | 3031 /// @domName SVGMarkerElement; @docsEditable true |
3005 class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace native "*SVGMarkerElement" { | 3032 class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace native "*SVGMarkerElement" { |
3006 | 3033 |
| 3034 ///@docsEditable true |
3007 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); | 3035 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); |
3008 | 3036 |
3009 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; | 3037 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; |
3010 | 3038 |
3011 static const int SVG_MARKERUNITS_UNKNOWN = 0; | 3039 static const int SVG_MARKERUNITS_UNKNOWN = 0; |
3012 | 3040 |
3013 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; | 3041 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; |
3014 | 3042 |
3015 static const int SVG_MARKER_ORIENT_ANGLE = 2; | 3043 static const int SVG_MARKER_ORIENT_ANGLE = 2; |
3016 | 3044 |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3079 CssValue getPresentationAttribute(String name) native; | 3107 CssValue getPresentationAttribute(String name) native; |
3080 } | 3108 } |
3081 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3109 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3082 // for details. All rights reserved. Use of this source code is governed by a | 3110 // for details. All rights reserved. Use of this source code is governed by a |
3083 // BSD-style license that can be found in the LICENSE file. | 3111 // BSD-style license that can be found in the LICENSE file. |
3084 | 3112 |
3085 | 3113 |
3086 /// @domName SVGMaskElement; @docsEditable true | 3114 /// @domName SVGMaskElement; @docsEditable true |
3087 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc
esRequired, LangSpace native "*SVGMaskElement" { | 3115 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc
esRequired, LangSpace native "*SVGMaskElement" { |
3088 | 3116 |
| 3117 ///@docsEditable true |
3089 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 3118 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); |
3090 | 3119 |
3091 /// @domName SVGMaskElement.height; @docsEditable true | 3120 /// @domName SVGMaskElement.height; @docsEditable true |
3092 final AnimatedLength height; | 3121 final AnimatedLength height; |
3093 | 3122 |
3094 /// @domName SVGMaskElement.maskContentUnits; @docsEditable true | 3123 /// @domName SVGMaskElement.maskContentUnits; @docsEditable true |
3095 final AnimatedEnumeration maskContentUnits; | 3124 final AnimatedEnumeration maskContentUnits; |
3096 | 3125 |
3097 /// @domName SVGMaskElement.maskUnits; @docsEditable true | 3126 /// @domName SVGMaskElement.maskUnits; @docsEditable true |
3098 final AnimatedEnumeration maskUnits; | 3127 final AnimatedEnumeration maskUnits; |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3404 void setUri(String uri) native; | 3433 void setUri(String uri) native; |
3405 } | 3434 } |
3406 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3435 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3407 // for details. All rights reserved. Use of this source code is governed by a | 3436 // for details. All rights reserved. Use of this source code is governed by a |
3408 // BSD-style license that can be found in the LICENSE file. | 3437 // BSD-style license that can be found in the LICENSE file. |
3409 | 3438 |
3410 | 3439 |
3411 /// @domName SVGPathElement; @docsEditable true | 3440 /// @domName SVGPathElement; @docsEditable true |
3412 class PathElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace native "*SVGPathElement" { | 3441 class PathElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace native "*SVGPathElement" { |
3413 | 3442 |
| 3443 ///@docsEditable true |
3414 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 3444 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); |
3415 | 3445 |
3416 /// @domName SVGPathElement.animatedNormalizedPathSegList; @docsEditable true | 3446 /// @domName SVGPathElement.animatedNormalizedPathSegList; @docsEditable true |
3417 final PathSegList animatedNormalizedPathSegList; | 3447 final PathSegList animatedNormalizedPathSegList; |
3418 | 3448 |
3419 /// @domName SVGPathElement.animatedPathSegList; @docsEditable true | 3449 /// @domName SVGPathElement.animatedPathSegList; @docsEditable true |
3420 final PathSegList animatedPathSegList; | 3450 final PathSegList animatedPathSegList; |
3421 | 3451 |
3422 /// @domName SVGPathElement.normalizedPathSegList; @docsEditable true | 3452 /// @domName SVGPathElement.normalizedPathSegList; @docsEditable true |
3423 final PathSegList normalizedPathSegList; | 3453 final PathSegList normalizedPathSegList; |
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4092 num y; | 4122 num y; |
4093 } | 4123 } |
4094 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4124 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4095 // for details. All rights reserved. Use of this source code is governed by a | 4125 // for details. All rights reserved. Use of this source code is governed by a |
4096 // BSD-style license that can be found in the LICENSE file. | 4126 // BSD-style license that can be found in the LICENSE file. |
4097 | 4127 |
4098 | 4128 |
4099 /// @domName SVGPatternElement; @docsEditable true | 4129 /// @domName SVGPatternElement; @docsEditable true |
4100 class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
ence, Stylable, ExternalResourcesRequired, LangSpace native "*SVGPatternElement"
{ | 4130 class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
ence, Stylable, ExternalResourcesRequired, LangSpace native "*SVGPatternElement"
{ |
4101 | 4131 |
| 4132 ///@docsEditable true |
4102 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 4133 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); |
4103 | 4134 |
4104 /// @domName SVGPatternElement.height; @docsEditable true | 4135 /// @domName SVGPatternElement.height; @docsEditable true |
4105 final AnimatedLength height; | 4136 final AnimatedLength height; |
4106 | 4137 |
4107 /// @domName SVGPatternElement.patternContentUnits; @docsEditable true | 4138 /// @domName SVGPatternElement.patternContentUnits; @docsEditable true |
4108 final AnimatedEnumeration patternContentUnits; | 4139 final AnimatedEnumeration patternContentUnits; |
4109 | 4140 |
4110 /// @domName SVGPatternElement.patternTransform; @docsEditable true | 4141 /// @domName SVGPatternElement.patternTransform; @docsEditable true |
4111 final AnimatedTransformList patternTransform; | 4142 final AnimatedTransformList patternTransform; |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4224 Point replaceItem(Point item, int index) native; | 4255 Point replaceItem(Point item, int index) native; |
4225 } | 4256 } |
4226 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4257 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4227 // for details. All rights reserved. Use of this source code is governed by a | 4258 // for details. All rights reserved. Use of this source code is governed by a |
4228 // BSD-style license that can be found in the LICENSE file. | 4259 // BSD-style license that can be found in the LICENSE file. |
4229 | 4260 |
4230 | 4261 |
4231 /// @domName SVGPolygonElement; @docsEditable true | 4262 /// @domName SVGPolygonElement; @docsEditable true |
4232 class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace native "*SVGPolygonElement" { | 4263 class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace native "*SVGPolygonElement" { |
4233 | 4264 |
| 4265 ///@docsEditable true |
4234 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 4266 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); |
4235 | 4267 |
4236 /// @domName SVGPolygonElement.animatedPoints; @docsEditable true | 4268 /// @domName SVGPolygonElement.animatedPoints; @docsEditable true |
4237 final PointList animatedPoints; | 4269 final PointList animatedPoints; |
4238 | 4270 |
4239 /// @domName SVGPolygonElement.points; @docsEditable true | 4271 /// @domName SVGPolygonElement.points; @docsEditable true |
4240 final PointList points; | 4272 final PointList points; |
4241 | 4273 |
4242 // From SVGExternalResourcesRequired | 4274 // From SVGExternalResourcesRequired |
4243 | 4275 |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4306 final AnimatedTransformList transform; | 4338 final AnimatedTransformList transform; |
4307 } | 4339 } |
4308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4340 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4309 // for details. All rights reserved. Use of this source code is governed by a | 4341 // for details. All rights reserved. Use of this source code is governed by a |
4310 // BSD-style license that can be found in the LICENSE file. | 4342 // BSD-style license that can be found in the LICENSE file. |
4311 | 4343 |
4312 | 4344 |
4313 /// @domName SVGPolylineElement; @docsEditable true | 4345 /// @domName SVGPolylineElement; @docsEditable true |
4314 class PolylineElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace native "*SVGPolylineElement" { | 4346 class PolylineElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace native "*SVGPolylineElement" { |
4315 | 4347 |
| 4348 ///@docsEditable true |
4316 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 4349 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); |
4317 | 4350 |
4318 /// @domName SVGPolylineElement.animatedPoints; @docsEditable true | 4351 /// @domName SVGPolylineElement.animatedPoints; @docsEditable true |
4319 final PointList animatedPoints; | 4352 final PointList animatedPoints; |
4320 | 4353 |
4321 /// @domName SVGPolylineElement.points; @docsEditable true | 4354 /// @domName SVGPolylineElement.points; @docsEditable true |
4322 final PointList points; | 4355 final PointList points; |
4323 | 4356 |
4324 // From SVGExternalResourcesRequired | 4357 // From SVGExternalResourcesRequired |
4325 | 4358 |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4430 int meetOrSlice; | 4463 int meetOrSlice; |
4431 } | 4464 } |
4432 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4465 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4433 // for details. All rights reserved. Use of this source code is governed by a | 4466 // for details. All rights reserved. Use of this source code is governed by a |
4434 // BSD-style license that can be found in the LICENSE file. | 4467 // BSD-style license that can be found in the LICENSE file. |
4435 | 4468 |
4436 | 4469 |
4437 /// @domName SVGRadialGradientElement; @docsEditable true | 4470 /// @domName SVGRadialGradientElement; @docsEditable true |
4438 class RadialGradientElement extends GradientElement native "*SVGRadialGradientEl
ement" { | 4471 class RadialGradientElement extends GradientElement native "*SVGRadialGradientEl
ement" { |
4439 | 4472 |
| 4473 ///@docsEditable true |
4440 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); | 4474 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); |
4441 | 4475 |
4442 /// @domName SVGRadialGradientElement.cx; @docsEditable true | 4476 /// @domName SVGRadialGradientElement.cx; @docsEditable true |
4443 final AnimatedLength cx; | 4477 final AnimatedLength cx; |
4444 | 4478 |
4445 /// @domName SVGRadialGradientElement.cy; @docsEditable true | 4479 /// @domName SVGRadialGradientElement.cy; @docsEditable true |
4446 final AnimatedLength cy; | 4480 final AnimatedLength cy; |
4447 | 4481 |
4448 /// @domName SVGRadialGradientElement.fr; @docsEditable true | 4482 /// @domName SVGRadialGradientElement.fr; @docsEditable true |
4449 final AnimatedLength fr; | 4483 final AnimatedLength fr; |
(...skipping 28 matching lines...) Expand all Loading... |
4478 num y; | 4512 num y; |
4479 } | 4513 } |
4480 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4514 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4481 // for details. All rights reserved. Use of this source code is governed by a | 4515 // for details. All rights reserved. Use of this source code is governed by a |
4482 // BSD-style license that can be found in the LICENSE file. | 4516 // BSD-style license that can be found in the LICENSE file. |
4483 | 4517 |
4484 | 4518 |
4485 /// @domName SVGRectElement; @docsEditable true | 4519 /// @domName SVGRectElement; @docsEditable true |
4486 class RectElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace native "*SVGRectElement" { | 4520 class RectElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace native "*SVGRectElement" { |
4487 | 4521 |
| 4522 ///@docsEditable true |
4488 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 4523 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); |
4489 | 4524 |
4490 /// @domName SVGRectElement.height; @docsEditable true | 4525 /// @domName SVGRectElement.height; @docsEditable true |
4491 final AnimatedLength height; | 4526 final AnimatedLength height; |
4492 | 4527 |
4493 /// @domName SVGRectElement.rx; @docsEditable true | 4528 /// @domName SVGRectElement.rx; @docsEditable true |
4494 final AnimatedLength rx; | 4529 final AnimatedLength rx; |
4495 | 4530 |
4496 /// @domName SVGRectElement.ry; @docsEditable true | 4531 /// @domName SVGRectElement.ry; @docsEditable true |
4497 final AnimatedLength ry; | 4532 final AnimatedLength ry; |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4592 static const int RENDERING_INTENT_UNKNOWN = 0; | 4627 static const int RENDERING_INTENT_UNKNOWN = 0; |
4593 } | 4628 } |
4594 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4629 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4595 // for details. All rights reserved. Use of this source code is governed by a | 4630 // for details. All rights reserved. Use of this source code is governed by a |
4596 // BSD-style license that can be found in the LICENSE file. | 4631 // BSD-style license that can be found in the LICENSE file. |
4597 | 4632 |
4598 | 4633 |
4599 /// @domName SVGScriptElement; @docsEditable true | 4634 /// @domName SVGScriptElement; @docsEditable true |
4600 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired native "*SVGScriptElement" { | 4635 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired native "*SVGScriptElement" { |
4601 | 4636 |
| 4637 ///@docsEditable true |
4602 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 4638 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); |
4603 | 4639 |
4604 /// @domName SVGScriptElement.type; @docsEditable true | 4640 /// @domName SVGScriptElement.type; @docsEditable true |
4605 String type; | 4641 String type; |
4606 | 4642 |
4607 // From SVGExternalResourcesRequired | 4643 // From SVGExternalResourcesRequired |
4608 | 4644 |
4609 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true | 4645 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true |
4610 final AnimatedBoolean externalResourcesRequired; | 4646 final AnimatedBoolean externalResourcesRequired; |
4611 | 4647 |
4612 // From SVGURIReference | 4648 // From SVGURIReference |
4613 | 4649 |
4614 /// @domName SVGURIReference.href; @docsEditable true | 4650 /// @domName SVGURIReference.href; @docsEditable true |
4615 final AnimatedString href; | 4651 final AnimatedString href; |
4616 } | 4652 } |
4617 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4653 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4618 // for details. All rights reserved. Use of this source code is governed by a | 4654 // for details. All rights reserved. Use of this source code is governed by a |
4619 // BSD-style license that can be found in the LICENSE file. | 4655 // BSD-style license that can be found in the LICENSE file. |
4620 | 4656 |
4621 | 4657 |
4622 /// @domName SVGSetElement; @docsEditable true | 4658 /// @domName SVGSetElement; @docsEditable true |
4623 class SetElement extends AnimationElement native "*SVGSetElement" { | 4659 class SetElement extends AnimationElement native "*SVGSetElement" { |
4624 | 4660 |
| 4661 ///@docsEditable true |
4625 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; | 4662 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; |
4626 } | 4663 } |
4627 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4664 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4628 // for details. All rights reserved. Use of this source code is governed by a | 4665 // for details. All rights reserved. Use of this source code is governed by a |
4629 // BSD-style license that can be found in the LICENSE file. | 4666 // BSD-style license that can be found in the LICENSE file. |
4630 | 4667 |
4631 | 4668 |
4632 /// @domName SVGStopElement; @docsEditable true | 4669 /// @domName SVGStopElement; @docsEditable true |
4633 class StopElement extends SvgElement implements Stylable native "*SVGStopElement
" { | 4670 class StopElement extends SvgElement implements Stylable native "*SVGStopElement
" { |
4634 | 4671 |
| 4672 ///@docsEditable true |
4635 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); | 4673 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); |
4636 | 4674 |
4637 /// @domName SVGStopElement.offset; @docsEditable true | 4675 /// @domName SVGStopElement.offset; @docsEditable true |
4638 final AnimatedNumber offset; | 4676 final AnimatedNumber offset; |
4639 | 4677 |
4640 // From SVGStylable | 4678 // From SVGStylable |
4641 | 4679 |
4642 // Shadowing definition. | 4680 // Shadowing definition. |
4643 /// @domName SVGStylable.className; @docsEditable true | 4681 /// @domName SVGStylable.className; @docsEditable true |
4644 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th
is); | 4682 AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", th
is); |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4797 CssValue getPresentationAttribute(String name); | 4835 CssValue getPresentationAttribute(String name); |
4798 } | 4836 } |
4799 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4837 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4800 // for details. All rights reserved. Use of this source code is governed by a | 4838 // for details. All rights reserved. Use of this source code is governed by a |
4801 // BSD-style license that can be found in the LICENSE file. | 4839 // BSD-style license that can be found in the LICENSE file. |
4802 | 4840 |
4803 | 4841 |
4804 /// @domName SVGStyleElement; @docsEditable true | 4842 /// @domName SVGStyleElement; @docsEditable true |
4805 class StyleElement extends SvgElement implements LangSpace native "*SVGStyleElem
ent" { | 4843 class StyleElement extends SvgElement implements LangSpace native "*SVGStyleElem
ent" { |
4806 | 4844 |
| 4845 ///@docsEditable true |
4807 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); | 4846 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); |
4808 | 4847 |
4809 /// @domName SVGStyleElement.disabled; @docsEditable true | 4848 /// @domName SVGStyleElement.disabled; @docsEditable true |
4810 bool disabled; | 4849 bool disabled; |
4811 | 4850 |
4812 /// @domName SVGStyleElement.media; @docsEditable true | 4851 /// @domName SVGStyleElement.media; @docsEditable true |
4813 String media; | 4852 String media; |
4814 | 4853 |
4815 // Shadowing definition. | 4854 // Shadowing definition. |
4816 /// @domName SVGStyleElement.title; @docsEditable true | 4855 /// @domName SVGStyleElement.title; @docsEditable true |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5215 | 5254 |
5216 } | 5255 } |
5217 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5256 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5218 // for details. All rights reserved. Use of this source code is governed by a | 5257 // for details. All rights reserved. Use of this source code is governed by a |
5219 // BSD-style license that can be found in the LICENSE file. | 5258 // BSD-style license that can be found in the LICENSE file. |
5220 | 5259 |
5221 | 5260 |
5222 /// @domName SVGSwitchElement; @docsEditable true | 5261 /// @domName SVGSwitchElement; @docsEditable true |
5223 class SwitchElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace native "*SVGSwitchElement" { | 5262 class SwitchElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace native "*SVGSwitchElement" { |
5224 | 5263 |
| 5264 ///@docsEditable true |
5225 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); | 5265 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); |
5226 | 5266 |
5227 // From SVGExternalResourcesRequired | 5267 // From SVGExternalResourcesRequired |
5228 | 5268 |
5229 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true | 5269 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true |
5230 final AnimatedBoolean externalResourcesRequired; | 5270 final AnimatedBoolean externalResourcesRequired; |
5231 | 5271 |
5232 // From SVGLangSpace | 5272 // From SVGLangSpace |
5233 | 5273 |
5234 /// @domName SVGLangSpace.xmllang; @docsEditable true | 5274 /// @domName SVGLangSpace.xmllang; @docsEditable true |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5291 final AnimatedTransformList transform; | 5331 final AnimatedTransformList transform; |
5292 } | 5332 } |
5293 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5333 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5294 // for details. All rights reserved. Use of this source code is governed by a | 5334 // for details. All rights reserved. Use of this source code is governed by a |
5295 // BSD-style license that can be found in the LICENSE file. | 5335 // BSD-style license that can be found in the LICENSE file. |
5296 | 5336 |
5297 | 5337 |
5298 /// @domName SVGSymbolElement; @docsEditable true | 5338 /// @domName SVGSymbolElement; @docsEditable true |
5299 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace native "*SVGSymbolElement" { | 5339 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace native "*SVGSymbolElement" { |
5300 | 5340 |
| 5341 ///@docsEditable true |
5301 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); | 5342 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); |
5302 | 5343 |
5303 // From SVGExternalResourcesRequired | 5344 // From SVGExternalResourcesRequired |
5304 | 5345 |
5305 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true | 5346 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true |
5306 final AnimatedBoolean externalResourcesRequired; | 5347 final AnimatedBoolean externalResourcesRequired; |
5307 | 5348 |
5308 // From SVGFitToViewBox | 5349 // From SVGFitToViewBox |
5309 | 5350 |
5310 /// @domName SVGFitToViewBox.preserveAspectRatio; @docsEditable true | 5351 /// @domName SVGFitToViewBox.preserveAspectRatio; @docsEditable true |
(...skipping 23 matching lines...) Expand all Loading... |
5334 CssValue getPresentationAttribute(String name) native; | 5375 CssValue getPresentationAttribute(String name) native; |
5335 } | 5376 } |
5336 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5377 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5337 // for details. All rights reserved. Use of this source code is governed by a | 5378 // for details. All rights reserved. Use of this source code is governed by a |
5338 // BSD-style license that can be found in the LICENSE file. | 5379 // BSD-style license that can be found in the LICENSE file. |
5339 | 5380 |
5340 | 5381 |
5341 /// @domName SVGTRefElement; @docsEditable true | 5382 /// @domName SVGTRefElement; @docsEditable true |
5342 class TRefElement extends TextPositioningElement implements UriReference native
"*SVGTRefElement" { | 5383 class TRefElement extends TextPositioningElement implements UriReference native
"*SVGTRefElement" { |
5343 | 5384 |
| 5385 ///@docsEditable true |
5344 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref
"); | 5386 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref
"); |
5345 | 5387 |
5346 // From SVGURIReference | 5388 // From SVGURIReference |
5347 | 5389 |
5348 /// @domName SVGURIReference.href; @docsEditable true | 5390 /// @domName SVGURIReference.href; @docsEditable true |
5349 final AnimatedString href; | 5391 final AnimatedString href; |
5350 } | 5392 } |
5351 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5393 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5352 // for details. All rights reserved. Use of this source code is governed by a | 5394 // for details. All rights reserved. Use of this source code is governed by a |
5353 // BSD-style license that can be found in the LICENSE file. | 5395 // BSD-style license that can be found in the LICENSE file. |
5354 | 5396 |
5355 | 5397 |
5356 /// @domName SVGTSpanElement; @docsEditable true | 5398 /// @domName SVGTSpanElement; @docsEditable true |
5357 class TSpanElement extends TextPositioningElement native "*SVGTSpanElement" { | 5399 class TSpanElement extends TextPositioningElement native "*SVGTSpanElement" { |
5358 | 5400 |
| 5401 ///@docsEditable true |
5359 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); | 5402 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); |
5360 } | 5403 } |
5361 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5404 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5362 // for details. All rights reserved. Use of this source code is governed by a | 5405 // for details. All rights reserved. Use of this source code is governed by a |
5363 // BSD-style license that can be found in the LICENSE file. | 5406 // BSD-style license that can be found in the LICENSE file. |
5364 | 5407 |
5365 | 5408 |
5366 /// @domName SVGTests | 5409 /// @domName SVGTests |
5367 abstract class Tests { | 5410 abstract class Tests { |
5368 | 5411 |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5462 bool hasExtension(String extension) native; | 5505 bool hasExtension(String extension) native; |
5463 } | 5506 } |
5464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5507 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5465 // for details. All rights reserved. Use of this source code is governed by a | 5508 // for details. All rights reserved. Use of this source code is governed by a |
5466 // BSD-style license that can be found in the LICENSE file. | 5509 // BSD-style license that can be found in the LICENSE file. |
5467 | 5510 |
5468 | 5511 |
5469 /// @domName SVGTextElement; @docsEditable true | 5512 /// @domName SVGTextElement; @docsEditable true |
5470 class TextElement extends TextPositioningElement implements Transformable native
"*SVGTextElement" { | 5513 class TextElement extends TextPositioningElement implements Transformable native
"*SVGTextElement" { |
5471 | 5514 |
| 5515 ///@docsEditable true |
5472 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); | 5516 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); |
5473 | 5517 |
5474 // From SVGLocatable | 5518 // From SVGLocatable |
5475 | 5519 |
5476 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true | 5520 /// @domName SVGLocatable.farthestViewportElement; @docsEditable true |
5477 final SvgElement farthestViewportElement; | 5521 final SvgElement farthestViewportElement; |
5478 | 5522 |
5479 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true | 5523 /// @domName SVGLocatable.nearestViewportElement; @docsEditable true |
5480 final SvgElement nearestViewportElement; | 5524 final SvgElement nearestViewportElement; |
5481 | 5525 |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5556 final AnimatedLengthList y; | 5600 final AnimatedLengthList y; |
5557 } | 5601 } |
5558 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5602 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5559 // for details. All rights reserved. Use of this source code is governed by a | 5603 // for details. All rights reserved. Use of this source code is governed by a |
5560 // BSD-style license that can be found in the LICENSE file. | 5604 // BSD-style license that can be found in the LICENSE file. |
5561 | 5605 |
5562 | 5606 |
5563 /// @domName SVGTitleElement; @docsEditable true | 5607 /// @domName SVGTitleElement; @docsEditable true |
5564 class TitleElement extends SvgElement implements Stylable, LangSpace native "*SV
GTitleElement" { | 5608 class TitleElement extends SvgElement implements Stylable, LangSpace native "*SV
GTitleElement" { |
5565 | 5609 |
| 5610 ///@docsEditable true |
5566 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); | 5611 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); |
5567 | 5612 |
5568 // From SVGLangSpace | 5613 // From SVGLangSpace |
5569 | 5614 |
5570 /// @domName SVGLangSpace.xmllang; @docsEditable true | 5615 /// @domName SVGLangSpace.xmllang; @docsEditable true |
5571 String xmllang; | 5616 String xmllang; |
5572 | 5617 |
5573 /// @domName SVGLangSpace.xmlspace; @docsEditable true | 5618 /// @domName SVGLangSpace.xmlspace; @docsEditable true |
5574 String xmlspace; | 5619 String xmlspace; |
5575 | 5620 |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5826 AnimatedString href; | 5871 AnimatedString href; |
5827 } | 5872 } |
5828 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5873 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5829 // for details. All rights reserved. Use of this source code is governed by a | 5874 // for details. All rights reserved. Use of this source code is governed by a |
5830 // BSD-style license that can be found in the LICENSE file. | 5875 // BSD-style license that can be found in the LICENSE file. |
5831 | 5876 |
5832 | 5877 |
5833 /// @domName SVGUseElement; @docsEditable true | 5878 /// @domName SVGUseElement; @docsEditable true |
5834 class UseElement extends SvgElement implements Transformable, Tests, UriReferenc
e, Stylable, ExternalResourcesRequired, LangSpace native "*SVGUseElement" { | 5879 class UseElement extends SvgElement implements Transformable, Tests, UriReferenc
e, Stylable, ExternalResourcesRequired, LangSpace native "*SVGUseElement" { |
5835 | 5880 |
| 5881 ///@docsEditable true |
5836 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 5882 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; |
5837 | 5883 |
5838 /// @domName SVGUseElement.animatedInstanceRoot; @docsEditable true | 5884 /// @domName SVGUseElement.animatedInstanceRoot; @docsEditable true |
5839 final ElementInstance animatedInstanceRoot; | 5885 final ElementInstance animatedInstanceRoot; |
5840 | 5886 |
5841 /// @domName SVGUseElement.height; @docsEditable true | 5887 /// @domName SVGUseElement.height; @docsEditable true |
5842 final AnimatedLength height; | 5888 final AnimatedLength height; |
5843 | 5889 |
5844 /// @domName SVGUseElement.instanceRoot; @docsEditable true | 5890 /// @domName SVGUseElement.instanceRoot; @docsEditable true |
5845 final ElementInstance instanceRoot; | 5891 final ElementInstance instanceRoot; |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5925 final AnimatedString href; | 5971 final AnimatedString href; |
5926 } | 5972 } |
5927 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5973 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5928 // for details. All rights reserved. Use of this source code is governed by a | 5974 // for details. All rights reserved. Use of this source code is governed by a |
5929 // BSD-style license that can be found in the LICENSE file. | 5975 // BSD-style license that can be found in the LICENSE file. |
5930 | 5976 |
5931 | 5977 |
5932 /// @domName SVGVKernElement; @docsEditable true | 5978 /// @domName SVGVKernElement; @docsEditable true |
5933 class VKernElement extends SvgElement native "*SVGVKernElement" { | 5979 class VKernElement extends SvgElement native "*SVGVKernElement" { |
5934 | 5980 |
| 5981 ///@docsEditable true |
5935 factory VKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("vke
rn"); | 5982 factory VKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("vke
rn"); |
5936 } | 5983 } |
5937 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5984 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5938 // for details. All rights reserved. Use of this source code is governed by a | 5985 // for details. All rights reserved. Use of this source code is governed by a |
5939 // BSD-style license that can be found in the LICENSE file. | 5986 // BSD-style license that can be found in the LICENSE file. |
5940 | 5987 |
5941 | 5988 |
5942 /// @domName SVGViewElement; @docsEditable true | 5989 /// @domName SVGViewElement; @docsEditable true |
5943 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan native "*SVGViewElement" { | 5990 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan native "*SVGViewElement" { |
5944 | 5991 |
| 5992 ///@docsEditable true |
5945 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); | 5993 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); |
5946 | 5994 |
5947 /// @domName SVGViewElement.viewTarget; @docsEditable true | 5995 /// @domName SVGViewElement.viewTarget; @docsEditable true |
5948 final StringList viewTarget; | 5996 final StringList viewTarget; |
5949 | 5997 |
5950 // From SVGExternalResourcesRequired | 5998 // From SVGExternalResourcesRequired |
5951 | 5999 |
5952 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true | 6000 /// @domName SVGExternalResourcesRequired.externalResourcesRequired; @docsEdit
able true |
5953 final AnimatedBoolean externalResourcesRequired; | 6001 final AnimatedBoolean externalResourcesRequired; |
5954 | 6002 |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6146 } | 6194 } |
6147 | 6195 |
6148 List<ElementInstance> getRange(int start, int rangeLength) => | 6196 List<ElementInstance> getRange(int start, int rangeLength) => |
6149 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); | 6197 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); |
6150 | 6198 |
6151 // -- end List<ElementInstance> mixins. | 6199 // -- end List<ElementInstance> mixins. |
6152 | 6200 |
6153 /// @domName SVGElementInstanceList.item; @docsEditable true | 6201 /// @domName SVGElementInstanceList.item; @docsEditable true |
6154 ElementInstance item(int index) native; | 6202 ElementInstance item(int index) native; |
6155 } | 6203 } |
OLD | NEW |