| OLD | NEW |
| 1 library svg; | 1 library svg; |
| 2 | 2 |
| 3 import 'dart:html'; | 3 import 'dart:html'; |
| 4 // DO NOT EDIT | 4 // DO NOT EDIT |
| 5 // Auto-generated dart:svg library. | 5 // Auto-generated dart:svg library. |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| 9 | 9 |
| 10 | 10 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 } | 49 } |
| 50 } | 50 } |
| 51 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 51 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 52 // for details. All rights reserved. Use of this source code is governed by a | 52 // for details. All rights reserved. Use of this source code is governed by a |
| 53 // BSD-style license that can be found in the LICENSE file. | 53 // BSD-style license that can be found in the LICENSE file. |
| 54 | 54 |
| 55 | 55 |
| 56 /// @domName SVGAElement | 56 /// @domName SVGAElement |
| 57 class SVGAElement extends SVGElement implements SVGLangSpace, SVGTests, SVGStyla
ble, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable native "*SV
GAElement" { | 57 class SVGAElement extends SVGElement implements SVGLangSpace, SVGTests, SVGStyla
ble, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable native "*SV
GAElement" { |
| 58 | 58 |
| 59 factory SVGAElement() => _SvgElementFactoryProvider.createSVGElement_tag("a"); | |
| 60 | |
| 61 /** @domName SVGAElement.target */ | 59 /** @domName SVGAElement.target */ |
| 62 final SVGAnimatedString target; | 60 final SVGAnimatedString target; |
| 63 | 61 |
| 64 // From SVGExternalResourcesRequired | 62 // From SVGExternalResourcesRequired |
| 65 | 63 |
| 66 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | 64 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ |
| 67 final SVGAnimatedBoolean externalResourcesRequired; | 65 final SVGAnimatedBoolean externalResourcesRequired; |
| 68 | 66 |
| 69 // From SVGLangSpace | 67 // From SVGLangSpace |
| 70 | 68 |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 /** @domName SVGAngle.newValueSpecifiedUnits */ | 198 /** @domName SVGAngle.newValueSpecifiedUnits */ |
| 201 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native; | 199 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native; |
| 202 } | 200 } |
| 203 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 201 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 204 // for details. All rights reserved. Use of this source code is governed by a | 202 // for details. All rights reserved. Use of this source code is governed by a |
| 205 // BSD-style license that can be found in the LICENSE file. | 203 // BSD-style license that can be found in the LICENSE file. |
| 206 | 204 |
| 207 | 205 |
| 208 /// @domName SVGAnimateColorElement | 206 /// @domName SVGAnimateColorElement |
| 209 class SVGAnimateColorElement extends SVGAnimationElement native "*SVGAnimateColo
rElement" { | 207 class SVGAnimateColorElement extends SVGAnimationElement native "*SVGAnimateColo
rElement" { |
| 210 | |
| 211 factory SVGAnimateColorElement() => _SvgElementFactoryProvider.createSVGElemen
t_tag("animateColor"); | |
| 212 } | 208 } |
| 213 // 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 |
| 214 // 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 |
| 215 // BSD-style license that can be found in the LICENSE file. | 211 // BSD-style license that can be found in the LICENSE file. |
| 216 | 212 |
| 217 | 213 |
| 218 /// @domName SVGAnimateElement | 214 /// @domName SVGAnimateElement |
| 219 class SVGAnimateElement extends SVGAnimationElement native "*SVGAnimateElement"
{ | 215 class SVGAnimateElement extends SVGAnimationElement native "*SVGAnimateElement"
{ |
| 220 | |
| 221 factory SVGAnimateElement() => _SvgElementFactoryProvider.createSVGElement_tag
("animate"); | |
| 222 } | 216 } |
| 223 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 217 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 224 // for details. All rights reserved. Use of this source code is governed by a | 218 // for details. All rights reserved. Use of this source code is governed by a |
| 225 // BSD-style license that can be found in the LICENSE file. | 219 // BSD-style license that can be found in the LICENSE file. |
| 226 | 220 |
| 227 | 221 |
| 228 /// @domName SVGAnimateMotionElement | 222 /// @domName SVGAnimateMotionElement |
| 229 class SVGAnimateMotionElement extends SVGAnimationElement native "*SVGAnimateMot
ionElement" { | 223 class SVGAnimateMotionElement extends SVGAnimationElement native "*SVGAnimateMot
ionElement" { |
| 230 | |
| 231 factory SVGAnimateMotionElement() => _SvgElementFactoryProvider.createSVGEleme
nt_tag("animateMotion"); | |
| 232 } | 224 } |
| 233 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 225 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 234 // for details. All rights reserved. Use of this source code is governed by a | 226 // for details. All rights reserved. Use of this source code is governed by a |
| 235 // BSD-style license that can be found in the LICENSE file. | 227 // BSD-style license that can be found in the LICENSE file. |
| 236 | 228 |
| 237 | 229 |
| 238 /// @domName SVGAnimateTransformElement | 230 /// @domName SVGAnimateTransformElement |
| 239 class SVGAnimateTransformElement extends SVGAnimationElement native "*SVGAnimate
TransformElement" { | 231 class SVGAnimateTransformElement extends SVGAnimationElement native "*SVGAnimate
TransformElement" { |
| 240 | |
| 241 factory SVGAnimateTransformElement() => _SvgElementFactoryProvider.createSVGEl
ement_tag("animateTransform"); | |
| 242 } | 232 } |
| 243 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 233 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 244 // for details. All rights reserved. Use of this source code is governed by a | 234 // for details. All rights reserved. Use of this source code is governed by a |
| 245 // BSD-style license that can be found in the LICENSE file. | 235 // BSD-style license that can be found in the LICENSE file. |
| 246 | 236 |
| 247 | 237 |
| 248 /// @domName SVGAnimatedAngle | 238 /// @domName SVGAnimatedAngle |
| 249 class SVGAnimatedAngle native "*SVGAnimatedAngle" { | 239 class SVGAnimatedAngle native "*SVGAnimatedAngle" { |
| 250 | 240 |
| 251 /** @domName SVGAnimatedAngle.animVal */ | 241 /** @domName SVGAnimatedAngle.animVal */ |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 // -- end List<SVGAnimateTransformElement> mixins. | 648 // -- end List<SVGAnimateTransformElement> mixins. |
| 659 } | 649 } |
| 660 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 650 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 661 // for details. All rights reserved. Use of this source code is governed by a | 651 // for details. All rights reserved. Use of this source code is governed by a |
| 662 // BSD-style license that can be found in the LICENSE file. | 652 // BSD-style license that can be found in the LICENSE file. |
| 663 | 653 |
| 664 | 654 |
| 665 /// @domName SVGAnimationElement | 655 /// @domName SVGAnimationElement |
| 666 class SVGAnimationElement extends SVGElement implements ElementTimeControl, SVGT
ests, SVGExternalResourcesRequired native "*SVGAnimationElement" { | 656 class SVGAnimationElement extends SVGElement implements ElementTimeControl, SVGT
ests, SVGExternalResourcesRequired native "*SVGAnimationElement" { |
| 667 | 657 |
| 668 factory SVGAnimationElement() => _SvgElementFactoryProvider.createSVGElement_t
ag("animation"); | |
| 669 | |
| 670 /** @domName SVGAnimationElement.targetElement */ | 658 /** @domName SVGAnimationElement.targetElement */ |
| 671 final SVGElement targetElement; | 659 final SVGElement targetElement; |
| 672 | 660 |
| 673 /** @domName SVGAnimationElement.getCurrentTime */ | 661 /** @domName SVGAnimationElement.getCurrentTime */ |
| 674 num getCurrentTime() native; | 662 num getCurrentTime() native; |
| 675 | 663 |
| 676 /** @domName SVGAnimationElement.getSimpleDuration */ | 664 /** @domName SVGAnimationElement.getSimpleDuration */ |
| 677 num getSimpleDuration() native; | 665 num getSimpleDuration() native; |
| 678 | 666 |
| 679 /** @domName SVGAnimationElement.getStartTime */ | 667 /** @domName SVGAnimationElement.getStartTime */ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 bool hasExtension(String extension) native; | 701 bool hasExtension(String extension) native; |
| 714 } | 702 } |
| 715 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 703 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 716 // for details. All rights reserved. Use of this source code is governed by a | 704 // for details. All rights reserved. Use of this source code is governed by a |
| 717 // BSD-style license that can be found in the LICENSE file. | 705 // BSD-style license that can be found in the LICENSE file. |
| 718 | 706 |
| 719 | 707 |
| 720 /// @domName SVGCircleElement | 708 /// @domName SVGCircleElement |
| 721 class SVGCircleElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGCircleEleme
nt" { | 709 class SVGCircleElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGCircleEleme
nt" { |
| 722 | 710 |
| 723 factory SVGCircleElement() => _SvgElementFactoryProvider.createSVGElement_tag(
"circle"); | |
| 724 | |
| 725 /** @domName SVGCircleElement.cx */ | 711 /** @domName SVGCircleElement.cx */ |
| 726 final SVGAnimatedLength cx; | 712 final SVGAnimatedLength cx; |
| 727 | 713 |
| 728 /** @domName SVGCircleElement.cy */ | 714 /** @domName SVGCircleElement.cy */ |
| 729 final SVGAnimatedLength cy; | 715 final SVGAnimatedLength cy; |
| 730 | 716 |
| 731 /** @domName SVGCircleElement.r */ | 717 /** @domName SVGCircleElement.r */ |
| 732 final SVGAnimatedLength r; | 718 final SVGAnimatedLength r; |
| 733 | 719 |
| 734 // From SVGExternalResourcesRequired | 720 // From SVGExternalResourcesRequired |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 final SVGAnimatedTransformList transform; | 781 final SVGAnimatedTransformList transform; |
| 796 } | 782 } |
| 797 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 783 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 798 // for details. All rights reserved. Use of this source code is governed by a | 784 // for details. All rights reserved. Use of this source code is governed by a |
| 799 // BSD-style license that can be found in the LICENSE file. | 785 // BSD-style license that can be found in the LICENSE file. |
| 800 | 786 |
| 801 | 787 |
| 802 /// @domName SVGClipPathElement | 788 /// @domName SVGClipPathElement |
| 803 class SVGClipPathElement extends SVGElement implements SVGLangSpace, SVGStylable
, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGClipPathE
lement" { | 789 class SVGClipPathElement extends SVGElement implements SVGLangSpace, SVGStylable
, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGClipPathE
lement" { |
| 804 | 790 |
| 805 factory SVGClipPathElement() => _SvgElementFactoryProvider.createSVGElement_ta
g("clipPath"); | |
| 806 | |
| 807 /** @domName SVGClipPathElement.clipPathUnits */ | 791 /** @domName SVGClipPathElement.clipPathUnits */ |
| 808 final SVGAnimatedEnumeration clipPathUnits; | 792 final SVGAnimatedEnumeration clipPathUnits; |
| 809 | 793 |
| 810 // From SVGExternalResourcesRequired | 794 // From SVGExternalResourcesRequired |
| 811 | 795 |
| 812 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | 796 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ |
| 813 final SVGAnimatedBoolean externalResourcesRequired; | 797 final SVGAnimatedBoolean externalResourcesRequired; |
| 814 | 798 |
| 815 // From SVGLangSpace | 799 // From SVGLangSpace |
| 816 | 800 |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 943 final SVGAnimatedEnumeration type; | 927 final SVGAnimatedEnumeration type; |
| 944 } | 928 } |
| 945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 929 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 946 // for details. All rights reserved. Use of this source code is governed by a | 930 // for details. All rights reserved. Use of this source code is governed by a |
| 947 // BSD-style license that can be found in the LICENSE file. | 931 // BSD-style license that can be found in the LICENSE file. |
| 948 | 932 |
| 949 | 933 |
| 950 /// @domName SVGCursorElement | 934 /// @domName SVGCursorElement |
| 951 class SVGCursorElement extends SVGElement implements SVGURIReference, SVGTests,
SVGExternalResourcesRequired native "*SVGCursorElement" { | 935 class SVGCursorElement extends SVGElement implements SVGURIReference, SVGTests,
SVGExternalResourcesRequired native "*SVGCursorElement" { |
| 952 | 936 |
| 953 factory SVGCursorElement() => _SvgElementFactoryProvider.createSVGElement_tag(
"cursor"); | |
| 954 | |
| 955 /** @domName SVGCursorElement.x */ | 937 /** @domName SVGCursorElement.x */ |
| 956 final SVGAnimatedLength x; | 938 final SVGAnimatedLength x; |
| 957 | 939 |
| 958 /** @domName SVGCursorElement.y */ | 940 /** @domName SVGCursorElement.y */ |
| 959 final SVGAnimatedLength y; | 941 final SVGAnimatedLength y; |
| 960 | 942 |
| 961 // From SVGExternalResourcesRequired | 943 // From SVGExternalResourcesRequired |
| 962 | 944 |
| 963 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | 945 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ |
| 964 final SVGAnimatedBoolean externalResourcesRequired; | 946 final SVGAnimatedBoolean externalResourcesRequired; |
| (...skipping 18 matching lines...) Expand all Loading... |
| 983 final SVGAnimatedString href; | 965 final SVGAnimatedString href; |
| 984 } | 966 } |
| 985 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 967 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 986 // for details. All rights reserved. Use of this source code is governed by a | 968 // for details. All rights reserved. Use of this source code is governed by a |
| 987 // BSD-style license that can be found in the LICENSE file. | 969 // BSD-style license that can be found in the LICENSE file. |
| 988 | 970 |
| 989 | 971 |
| 990 /// @domName SVGDefsElement | 972 /// @domName SVGDefsElement |
| 991 class SVGDefsElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGDefsElement"
{ | 973 class SVGDefsElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGDefsElement"
{ |
| 992 | 974 |
| 993 factory SVGDefsElement() => _SvgElementFactoryProvider.createSVGElement_tag("d
efs"); | |
| 994 | |
| 995 // From SVGExternalResourcesRequired | 975 // From SVGExternalResourcesRequired |
| 996 | 976 |
| 997 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | 977 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ |
| 998 final SVGAnimatedBoolean externalResourcesRequired; | 978 final SVGAnimatedBoolean externalResourcesRequired; |
| 999 | 979 |
| 1000 // From SVGLangSpace | 980 // From SVGLangSpace |
| 1001 | 981 |
| 1002 /** @domName SVGLangSpace.xmllang */ | 982 /** @domName SVGLangSpace.xmllang */ |
| 1003 String xmllang; | 983 String xmllang; |
| 1004 | 984 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1056 final SVGAnimatedTransformList transform; | 1036 final SVGAnimatedTransformList transform; |
| 1057 } | 1037 } |
| 1058 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1038 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1059 // for details. All rights reserved. Use of this source code is governed by a | 1039 // for details. All rights reserved. Use of this source code is governed by a |
| 1060 // BSD-style license that can be found in the LICENSE file. | 1040 // BSD-style license that can be found in the LICENSE file. |
| 1061 | 1041 |
| 1062 | 1042 |
| 1063 /// @domName SVGDescElement | 1043 /// @domName SVGDescElement |
| 1064 class SVGDescElement extends SVGElement implements SVGLangSpace, SVGStylable nat
ive "*SVGDescElement" { | 1044 class SVGDescElement extends SVGElement implements SVGLangSpace, SVGStylable nat
ive "*SVGDescElement" { |
| 1065 | 1045 |
| 1066 factory SVGDescElement() => _SvgElementFactoryProvider.createSVGElement_tag("d
esc"); | |
| 1067 | |
| 1068 // From SVGLangSpace | 1046 // From SVGLangSpace |
| 1069 | 1047 |
| 1070 /** @domName SVGLangSpace.xmllang */ | 1048 /** @domName SVGLangSpace.xmllang */ |
| 1071 String xmllang; | 1049 String xmllang; |
| 1072 | 1050 |
| 1073 /** @domName SVGLangSpace.xmlspace */ | 1051 /** @domName SVGLangSpace.xmlspace */ |
| 1074 String xmlspace; | 1052 String xmlspace; |
| 1075 | 1053 |
| 1076 // From SVGStylable | 1054 // From SVGStylable |
| 1077 | 1055 |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1317 EventListenerList get unload => this['unload']; | 1295 EventListenerList get unload => this['unload']; |
| 1318 } | 1296 } |
| 1319 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1297 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1320 // for details. All rights reserved. Use of this source code is governed by a | 1298 // for details. All rights reserved. Use of this source code is governed by a |
| 1321 // BSD-style license that can be found in the LICENSE file. | 1299 // BSD-style license that can be found in the LICENSE file. |
| 1322 | 1300 |
| 1323 | 1301 |
| 1324 /// @domName SVGEllipseElement | 1302 /// @domName SVGEllipseElement |
| 1325 class SVGEllipseElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGEllipseEle
ment" { | 1303 class SVGEllipseElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGEllipseEle
ment" { |
| 1326 | 1304 |
| 1327 factory SVGEllipseElement() => _SvgElementFactoryProvider.createSVGElement_tag
("ellipse"); | |
| 1328 | |
| 1329 /** @domName SVGEllipseElement.cx */ | 1305 /** @domName SVGEllipseElement.cx */ |
| 1330 final SVGAnimatedLength cx; | 1306 final SVGAnimatedLength cx; |
| 1331 | 1307 |
| 1332 /** @domName SVGEllipseElement.cy */ | 1308 /** @domName SVGEllipseElement.cy */ |
| 1333 final SVGAnimatedLength cy; | 1309 final SVGAnimatedLength cy; |
| 1334 | 1310 |
| 1335 /** @domName SVGEllipseElement.rx */ | 1311 /** @domName SVGEllipseElement.rx */ |
| 1336 final SVGAnimatedLength rx; | 1312 final SVGAnimatedLength rx; |
| 1337 | 1313 |
| 1338 /** @domName SVGEllipseElement.ry */ | 1314 /** @domName SVGEllipseElement.ry */ |
| (...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2444 CSSValue getPresentationAttribute(String name) native; | 2420 CSSValue getPresentationAttribute(String name) native; |
| 2445 } | 2421 } |
| 2446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2422 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2447 // for details. All rights reserved. Use of this source code is governed by a | 2423 // for details. All rights reserved. Use of this source code is governed by a |
| 2448 // BSD-style license that can be found in the LICENSE file. | 2424 // BSD-style license that can be found in the LICENSE file. |
| 2449 | 2425 |
| 2450 | 2426 |
| 2451 /// @domName SVGFilterElement | 2427 /// @domName SVGFilterElement |
| 2452 class SVGFilterElement extends SVGElement implements SVGURIReference, SVGLangSpa
ce, SVGExternalResourcesRequired, SVGStylable native "*SVGFilterElement" { | 2428 class SVGFilterElement extends SVGElement implements SVGURIReference, SVGLangSpa
ce, SVGExternalResourcesRequired, SVGStylable native "*SVGFilterElement" { |
| 2453 | 2429 |
| 2454 factory SVGFilterElement() => _SvgElementFactoryProvider.createSVGElement_tag(
"filter"); | |
| 2455 | |
| 2456 /** @domName SVGFilterElement.filterResX */ | 2430 /** @domName SVGFilterElement.filterResX */ |
| 2457 final SVGAnimatedInteger filterResX; | 2431 final SVGAnimatedInteger filterResX; |
| 2458 | 2432 |
| 2459 /** @domName SVGFilterElement.filterResY */ | 2433 /** @domName SVGFilterElement.filterResY */ |
| 2460 final SVGAnimatedInteger filterResY; | 2434 final SVGAnimatedInteger filterResY; |
| 2461 | 2435 |
| 2462 /** @domName SVGFilterElement.filterUnits */ | 2436 /** @domName SVGFilterElement.filterUnits */ |
| 2463 final SVGAnimatedEnumeration filterUnits; | 2437 final SVGAnimatedEnumeration filterUnits; |
| 2464 | 2438 |
| 2465 /** @domName SVGFilterElement.height */ | 2439 /** @domName SVGFilterElement.height */ |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2548 | 2522 |
| 2549 SVGAnimatedRect viewBox; | 2523 SVGAnimatedRect viewBox; |
| 2550 } | 2524 } |
| 2551 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2525 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2552 // for details. All rights reserved. Use of this source code is governed by a | 2526 // for details. All rights reserved. Use of this source code is governed by a |
| 2553 // BSD-style license that can be found in the LICENSE file. | 2527 // BSD-style license that can be found in the LICENSE file. |
| 2554 | 2528 |
| 2555 | 2529 |
| 2556 /// @domName SVGFontElement | 2530 /// @domName SVGFontElement |
| 2557 class SVGFontElement extends SVGElement native "*SVGFontElement" { | 2531 class SVGFontElement extends SVGElement native "*SVGFontElement" { |
| 2558 | |
| 2559 factory SVGFontElement() => _SvgElementFactoryProvider.createSVGElement_tag("f
ont"); | |
| 2560 } | 2532 } |
| 2561 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2533 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2562 // for details. All rights reserved. Use of this source code is governed by a | 2534 // for details. All rights reserved. Use of this source code is governed by a |
| 2563 // BSD-style license that can be found in the LICENSE file. | 2535 // BSD-style license that can be found in the LICENSE file. |
| 2564 | 2536 |
| 2565 | 2537 |
| 2566 /// @domName SVGFontFaceElement | 2538 /// @domName SVGFontFaceElement |
| 2567 class SVGFontFaceElement extends SVGElement native "*SVGFontFaceElement" { | 2539 class SVGFontFaceElement extends SVGElement native "*SVGFontFaceElement" { |
| 2568 | |
| 2569 factory SVGFontFaceElement() => _SvgElementFactoryProvider.createSVGElement_ta
g("font-face"); | |
| 2570 } | 2540 } |
| 2571 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2541 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2572 // for details. All rights reserved. Use of this source code is governed by a | 2542 // for details. All rights reserved. Use of this source code is governed by a |
| 2573 // BSD-style license that can be found in the LICENSE file. | 2543 // BSD-style license that can be found in the LICENSE file. |
| 2574 | 2544 |
| 2575 | 2545 |
| 2576 /// @domName SVGFontFaceFormatElement | 2546 /// @domName SVGFontFaceFormatElement |
| 2577 class SVGFontFaceFormatElement extends SVGElement native "*SVGFontFaceFormatElem
ent" { | 2547 class SVGFontFaceFormatElement extends SVGElement native "*SVGFontFaceFormatElem
ent" { |
| 2578 | |
| 2579 factory SVGFontFaceFormatElement() => _SvgElementFactoryProvider.createSVGElem
ent_tag("font-face-format"); | |
| 2580 } | 2548 } |
| 2581 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2549 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2582 // for details. All rights reserved. Use of this source code is governed by a | 2550 // for details. All rights reserved. Use of this source code is governed by a |
| 2583 // BSD-style license that can be found in the LICENSE file. | 2551 // BSD-style license that can be found in the LICENSE file. |
| 2584 | 2552 |
| 2585 | 2553 |
| 2586 /// @domName SVGFontFaceNameElement | 2554 /// @domName SVGFontFaceNameElement |
| 2587 class SVGFontFaceNameElement extends SVGElement native "*SVGFontFaceNameElement"
{ | 2555 class SVGFontFaceNameElement extends SVGElement native "*SVGFontFaceNameElement"
{ |
| 2588 | |
| 2589 factory SVGFontFaceNameElement() => _SvgElementFactoryProvider.createSVGElemen
t_tag("font-face-name"); | |
| 2590 } | 2556 } |
| 2591 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2557 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2592 // for details. All rights reserved. Use of this source code is governed by a | 2558 // for details. All rights reserved. Use of this source code is governed by a |
| 2593 // BSD-style license that can be found in the LICENSE file. | 2559 // BSD-style license that can be found in the LICENSE file. |
| 2594 | 2560 |
| 2595 | 2561 |
| 2596 /// @domName SVGFontFaceSrcElement | 2562 /// @domName SVGFontFaceSrcElement |
| 2597 class SVGFontFaceSrcElement extends SVGElement native "*SVGFontFaceSrcElement" { | 2563 class SVGFontFaceSrcElement extends SVGElement native "*SVGFontFaceSrcElement" { |
| 2598 | |
| 2599 factory SVGFontFaceSrcElement() => _SvgElementFactoryProvider.createSVGElement
_tag("font-face-src"); | |
| 2600 } | 2564 } |
| 2601 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2565 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2602 // for details. All rights reserved. Use of this source code is governed by a | 2566 // for details. All rights reserved. Use of this source code is governed by a |
| 2603 // BSD-style license that can be found in the LICENSE file. | 2567 // BSD-style license that can be found in the LICENSE file. |
| 2604 | 2568 |
| 2605 | 2569 |
| 2606 /// @domName SVGFontFaceUriElement | 2570 /// @domName SVGFontFaceUriElement |
| 2607 class SVGFontFaceUriElement extends SVGElement native "*SVGFontFaceUriElement" { | 2571 class SVGFontFaceUriElement extends SVGElement native "*SVGFontFaceUriElement" { |
| 2608 | |
| 2609 factory SVGFontFaceUriElement() => _SvgElementFactoryProvider.createSVGElement
_tag("font-face-uri"); | |
| 2610 } | 2572 } |
| 2611 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2573 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2612 // for details. All rights reserved. Use of this source code is governed by a | 2574 // for details. All rights reserved. Use of this source code is governed by a |
| 2613 // BSD-style license that can be found in the LICENSE file. | 2575 // BSD-style license that can be found in the LICENSE file. |
| 2614 | 2576 |
| 2615 | 2577 |
| 2616 /// @domName SVGForeignObjectElement | 2578 /// @domName SVGForeignObjectElement |
| 2617 class SVGForeignObjectElement extends SVGElement implements SVGLangSpace, SVGSty
lable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGFore
ignObjectElement" { | 2579 class SVGForeignObjectElement extends SVGElement implements SVGLangSpace, SVGSty
lable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGFore
ignObjectElement" { |
| 2618 | 2580 |
| 2619 factory SVGForeignObjectElement() => _SvgElementFactoryProvider.createSVGEleme
nt_tag("foreignObject"); | |
| 2620 | |
| 2621 /** @domName SVGForeignObjectElement.height */ | 2581 /** @domName SVGForeignObjectElement.height */ |
| 2622 final SVGAnimatedLength height; | 2582 final SVGAnimatedLength height; |
| 2623 | 2583 |
| 2624 /** @domName SVGForeignObjectElement.width */ | 2584 /** @domName SVGForeignObjectElement.width */ |
| 2625 final SVGAnimatedLength width; | 2585 final SVGAnimatedLength width; |
| 2626 | 2586 |
| 2627 /** @domName SVGForeignObjectElement.x */ | 2587 /** @domName SVGForeignObjectElement.x */ |
| 2628 final SVGAnimatedLength x; | 2588 final SVGAnimatedLength x; |
| 2629 | 2589 |
| 2630 /** @domName SVGForeignObjectElement.y */ | 2590 /** @domName SVGForeignObjectElement.y */ |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2694 final SVGAnimatedTransformList transform; | 2654 final SVGAnimatedTransformList transform; |
| 2695 } | 2655 } |
| 2696 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2656 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2697 // for details. All rights reserved. Use of this source code is governed by a | 2657 // for details. All rights reserved. Use of this source code is governed by a |
| 2698 // BSD-style license that can be found in the LICENSE file. | 2658 // BSD-style license that can be found in the LICENSE file. |
| 2699 | 2659 |
| 2700 | 2660 |
| 2701 /// @domName SVGGElement | 2661 /// @domName SVGGElement |
| 2702 class SVGGElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTe
sts, SVGTransformable, SVGExternalResourcesRequired native "*SVGGElement" { | 2662 class SVGGElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTe
sts, SVGTransformable, SVGExternalResourcesRequired native "*SVGGElement" { |
| 2703 | 2663 |
| 2704 factory SVGGElement() => _SvgElementFactoryProvider.createSVGElement_tag("g"); | |
| 2705 | |
| 2706 // From SVGExternalResourcesRequired | 2664 // From SVGExternalResourcesRequired |
| 2707 | 2665 |
| 2708 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | 2666 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ |
| 2709 final SVGAnimatedBoolean externalResourcesRequired; | 2667 final SVGAnimatedBoolean externalResourcesRequired; |
| 2710 | 2668 |
| 2711 // From SVGLangSpace | 2669 // From SVGLangSpace |
| 2712 | 2670 |
| 2713 /** @domName SVGLangSpace.xmllang */ | 2671 /** @domName SVGLangSpace.xmllang */ |
| 2714 String xmllang; | 2672 String xmllang; |
| 2715 | 2673 |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2766 /** @domName SVGTransformable.transform */ | 2724 /** @domName SVGTransformable.transform */ |
| 2767 final SVGAnimatedTransformList transform; | 2725 final SVGAnimatedTransformList transform; |
| 2768 } | 2726 } |
| 2769 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2727 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2770 // for details. All rights reserved. Use of this source code is governed by a | 2728 // for details. All rights reserved. Use of this source code is governed by a |
| 2771 // BSD-style license that can be found in the LICENSE file. | 2729 // BSD-style license that can be found in the LICENSE file. |
| 2772 | 2730 |
| 2773 | 2731 |
| 2774 /// @domName SVGGlyphElement | 2732 /// @domName SVGGlyphElement |
| 2775 class SVGGlyphElement extends SVGElement native "*SVGGlyphElement" { | 2733 class SVGGlyphElement extends SVGElement native "*SVGGlyphElement" { |
| 2776 | |
| 2777 factory SVGGlyphElement() => _SvgElementFactoryProvider.createSVGElement_tag("
glyph"); | |
| 2778 } | 2734 } |
| 2779 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2735 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2780 // for details. All rights reserved. Use of this source code is governed by a | 2736 // for details. All rights reserved. Use of this source code is governed by a |
| 2781 // BSD-style license that can be found in the LICENSE file. | 2737 // BSD-style license that can be found in the LICENSE file. |
| 2782 | 2738 |
| 2783 | 2739 |
| 2784 /// @domName SVGGlyphRefElement | 2740 /// @domName SVGGlyphRefElement |
| 2785 class SVGGlyphRefElement extends SVGElement implements SVGURIReference, SVGStyla
ble native "*SVGGlyphRefElement" { | 2741 class SVGGlyphRefElement extends SVGElement implements SVGURIReference, SVGStyla
ble native "*SVGGlyphRefElement" { |
| 2786 | 2742 |
| 2787 /** @domName SVGGlyphRefElement.dx */ | 2743 /** @domName SVGGlyphRefElement.dx */ |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2864 /** @domName SVGURIReference.href */ | 2820 /** @domName SVGURIReference.href */ |
| 2865 final SVGAnimatedString href; | 2821 final SVGAnimatedString href; |
| 2866 } | 2822 } |
| 2867 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2823 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2868 // for details. All rights reserved. Use of this source code is governed by a | 2824 // for details. All rights reserved. Use of this source code is governed by a |
| 2869 // BSD-style license that can be found in the LICENSE file. | 2825 // BSD-style license that can be found in the LICENSE file. |
| 2870 | 2826 |
| 2871 | 2827 |
| 2872 /// @domName SVGHKernElement | 2828 /// @domName SVGHKernElement |
| 2873 class SVGHKernElement extends SVGElement native "*SVGHKernElement" { | 2829 class SVGHKernElement extends SVGElement native "*SVGHKernElement" { |
| 2874 | |
| 2875 factory SVGHKernElement() => _SvgElementFactoryProvider.createSVGElement_tag("
hkern"); | |
| 2876 } | 2830 } |
| 2877 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2831 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2878 // for details. All rights reserved. Use of this source code is governed by a | 2832 // for details. All rights reserved. Use of this source code is governed by a |
| 2879 // BSD-style license that can be found in the LICENSE file. | 2833 // BSD-style license that can be found in the LICENSE file. |
| 2880 | 2834 |
| 2881 | 2835 |
| 2882 /// @domName SVGImageElement | 2836 /// @domName SVGImageElement |
| 2883 class SVGImageElement extends SVGElement implements SVGLangSpace, SVGTests, SVGS
tylable, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable native
"*SVGImageElement" { | 2837 class SVGImageElement extends SVGElement implements SVGLangSpace, SVGTests, SVGS
tylable, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable native
"*SVGImageElement" { |
| 2884 | 2838 |
| 2885 factory SVGImageElement() => _SvgElementFactoryProvider.createSVGElement_tag("
image"); | |
| 2886 | |
| 2887 /** @domName SVGImageElement.height */ | 2839 /** @domName SVGImageElement.height */ |
| 2888 final SVGAnimatedLength height; | 2840 final SVGAnimatedLength height; |
| 2889 | 2841 |
| 2890 /** @domName SVGImageElement.preserveAspectRatio */ | 2842 /** @domName SVGImageElement.preserveAspectRatio */ |
| 2891 final SVGAnimatedPreserveAspectRatio preserveAspectRatio; | 2843 final SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
| 2892 | 2844 |
| 2893 /** @domName SVGImageElement.width */ | 2845 /** @domName SVGImageElement.width */ |
| 2894 final SVGAnimatedLength width; | 2846 final SVGAnimatedLength width; |
| 2895 | 2847 |
| 2896 /** @domName SVGImageElement.x */ | 2848 /** @domName SVGImageElement.x */ |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3143 SVGLength replaceItem(SVGLength item, int index) native; | 3095 SVGLength replaceItem(SVGLength item, int index) native; |
| 3144 } | 3096 } |
| 3145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3097 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3146 // for details. All rights reserved. Use of this source code is governed by a | 3098 // for details. All rights reserved. Use of this source code is governed by a |
| 3147 // BSD-style license that can be found in the LICENSE file. | 3099 // BSD-style license that can be found in the LICENSE file. |
| 3148 | 3100 |
| 3149 | 3101 |
| 3150 /// @domName SVGLineElement | 3102 /// @domName SVGLineElement |
| 3151 class SVGLineElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGLineElement"
{ | 3103 class SVGLineElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGLineElement"
{ |
| 3152 | 3104 |
| 3153 factory SVGLineElement() => _SvgElementFactoryProvider.createSVGElement_tag("l
ine"); | |
| 3154 | |
| 3155 /** @domName SVGLineElement.x1 */ | 3105 /** @domName SVGLineElement.x1 */ |
| 3156 final SVGAnimatedLength x1; | 3106 final SVGAnimatedLength x1; |
| 3157 | 3107 |
| 3158 /** @domName SVGLineElement.x2 */ | 3108 /** @domName SVGLineElement.x2 */ |
| 3159 final SVGAnimatedLength x2; | 3109 final SVGAnimatedLength x2; |
| 3160 | 3110 |
| 3161 /** @domName SVGLineElement.y1 */ | 3111 /** @domName SVGLineElement.y1 */ |
| 3162 final SVGAnimatedLength y1; | 3112 final SVGAnimatedLength y1; |
| 3163 | 3113 |
| 3164 /** @domName SVGLineElement.y2 */ | 3114 /** @domName SVGLineElement.y2 */ |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3228 final SVGAnimatedTransformList transform; | 3178 final SVGAnimatedTransformList transform; |
| 3229 } | 3179 } |
| 3230 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3180 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3231 // for details. All rights reserved. Use of this source code is governed by a | 3181 // for details. All rights reserved. Use of this source code is governed by a |
| 3232 // BSD-style license that can be found in the LICENSE file. | 3182 // BSD-style license that can be found in the LICENSE file. |
| 3233 | 3183 |
| 3234 | 3184 |
| 3235 /// @domName SVGLinearGradientElement | 3185 /// @domName SVGLinearGradientElement |
| 3236 class SVGLinearGradientElement extends SVGGradientElement native "*SVGLinearGrad
ientElement" { | 3186 class SVGLinearGradientElement extends SVGGradientElement native "*SVGLinearGrad
ientElement" { |
| 3237 | 3187 |
| 3238 factory SVGLinearGradientElement() => _SvgElementFactoryProvider.createSVGElem
ent_tag("linearGradient"); | |
| 3239 | |
| 3240 /** @domName SVGLinearGradientElement.x1 */ | 3188 /** @domName SVGLinearGradientElement.x1 */ |
| 3241 final SVGAnimatedLength x1; | 3189 final SVGAnimatedLength x1; |
| 3242 | 3190 |
| 3243 /** @domName SVGLinearGradientElement.x2 */ | 3191 /** @domName SVGLinearGradientElement.x2 */ |
| 3244 final SVGAnimatedLength x2; | 3192 final SVGAnimatedLength x2; |
| 3245 | 3193 |
| 3246 /** @domName SVGLinearGradientElement.y1 */ | 3194 /** @domName SVGLinearGradientElement.y1 */ |
| 3247 final SVGAnimatedLength y1; | 3195 final SVGAnimatedLength y1; |
| 3248 | 3196 |
| 3249 /** @domName SVGLinearGradientElement.y2 */ | 3197 /** @domName SVGLinearGradientElement.y2 */ |
| (...skipping 24 matching lines...) Expand all Loading... |
| 3274 SVGMatrix getTransformToElement(SVGElement element); | 3222 SVGMatrix getTransformToElement(SVGElement element); |
| 3275 } | 3223 } |
| 3276 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3224 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3277 // for details. All rights reserved. Use of this source code is governed by a | 3225 // for details. All rights reserved. Use of this source code is governed by a |
| 3278 // BSD-style license that can be found in the LICENSE file. | 3226 // BSD-style license that can be found in the LICENSE file. |
| 3279 | 3227 |
| 3280 | 3228 |
| 3281 /// @domName SVGMPathElement | 3229 /// @domName SVGMPathElement |
| 3282 class SVGMPathElement extends SVGElement implements SVGURIReference, SVGExternal
ResourcesRequired native "*SVGMPathElement" { | 3230 class SVGMPathElement extends SVGElement implements SVGURIReference, SVGExternal
ResourcesRequired native "*SVGMPathElement" { |
| 3283 | 3231 |
| 3284 factory SVGMPathElement() => _SvgElementFactoryProvider.createSVGElement_tag("
mpath"); | |
| 3285 | |
| 3286 // From SVGExternalResourcesRequired | 3232 // From SVGExternalResourcesRequired |
| 3287 | 3233 |
| 3288 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | 3234 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ |
| 3289 final SVGAnimatedBoolean externalResourcesRequired; | 3235 final SVGAnimatedBoolean externalResourcesRequired; |
| 3290 | 3236 |
| 3291 // From SVGURIReference | 3237 // From SVGURIReference |
| 3292 | 3238 |
| 3293 /** @domName SVGURIReference.href */ | 3239 /** @domName SVGURIReference.href */ |
| 3294 final SVGAnimatedString href; | 3240 final SVGAnimatedString href; |
| 3295 } | 3241 } |
| 3296 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3242 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3297 // for details. All rights reserved. Use of this source code is governed by a | 3243 // for details. All rights reserved. Use of this source code is governed by a |
| 3298 // BSD-style license that can be found in the LICENSE file. | 3244 // BSD-style license that can be found in the LICENSE file. |
| 3299 | 3245 |
| 3300 | 3246 |
| 3301 /// @domName SVGMarkerElement | 3247 /// @domName SVGMarkerElement |
| 3302 class SVGMarkerElement extends SVGElement implements SVGLangSpace, SVGFitToViewB
ox, SVGExternalResourcesRequired, SVGStylable native "*SVGMarkerElement" { | 3248 class SVGMarkerElement extends SVGElement implements SVGLangSpace, SVGFitToViewB
ox, SVGExternalResourcesRequired, SVGStylable native "*SVGMarkerElement" { |
| 3303 | 3249 |
| 3304 factory SVGMarkerElement() => _SvgElementFactoryProvider.createSVGElement_tag(
"marker"); | |
| 3305 | |
| 3306 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; | 3250 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; |
| 3307 | 3251 |
| 3308 static const int SVG_MARKERUNITS_UNKNOWN = 0; | 3252 static const int SVG_MARKERUNITS_UNKNOWN = 0; |
| 3309 | 3253 |
| 3310 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; | 3254 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; |
| 3311 | 3255 |
| 3312 static const int SVG_MARKER_ORIENT_ANGLE = 2; | 3256 static const int SVG_MARKER_ORIENT_ANGLE = 2; |
| 3313 | 3257 |
| 3314 static const int SVG_MARKER_ORIENT_AUTO = 1; | 3258 static const int SVG_MARKER_ORIENT_AUTO = 1; |
| 3315 | 3259 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3375 CSSValue getPresentationAttribute(String name) native; | 3319 CSSValue getPresentationAttribute(String name) native; |
| 3376 } | 3320 } |
| 3377 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3321 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3378 // for details. All rights reserved. Use of this source code is governed by a | 3322 // for details. All rights reserved. Use of this source code is governed by a |
| 3379 // BSD-style license that can be found in the LICENSE file. | 3323 // BSD-style license that can be found in the LICENSE file. |
| 3380 | 3324 |
| 3381 | 3325 |
| 3382 /// @domName SVGMaskElement | 3326 /// @domName SVGMaskElement |
| 3383 class SVGMaskElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGExternalResourcesRequired native "*SVGMaskElement" { | 3327 class SVGMaskElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGExternalResourcesRequired native "*SVGMaskElement" { |
| 3384 | 3328 |
| 3385 factory SVGMaskElement() => _SvgElementFactoryProvider.createSVGElement_tag("m
ask"); | |
| 3386 | |
| 3387 /** @domName SVGMaskElement.height */ | 3329 /** @domName SVGMaskElement.height */ |
| 3388 final SVGAnimatedLength height; | 3330 final SVGAnimatedLength height; |
| 3389 | 3331 |
| 3390 /** @domName SVGMaskElement.maskContentUnits */ | 3332 /** @domName SVGMaskElement.maskContentUnits */ |
| 3391 final SVGAnimatedEnumeration maskContentUnits; | 3333 final SVGAnimatedEnumeration maskContentUnits; |
| 3392 | 3334 |
| 3393 /** @domName SVGMaskElement.maskUnits */ | 3335 /** @domName SVGMaskElement.maskUnits */ |
| 3394 final SVGAnimatedEnumeration maskUnits; | 3336 final SVGAnimatedEnumeration maskUnits; |
| 3395 | 3337 |
| 3396 /** @domName SVGMaskElement.width */ | 3338 /** @domName SVGMaskElement.width */ |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3682 void setUri(String uri) native; | 3624 void setUri(String uri) native; |
| 3683 } | 3625 } |
| 3684 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3626 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3685 // for details. All rights reserved. Use of this source code is governed by a | 3627 // for details. All rights reserved. Use of this source code is governed by a |
| 3686 // BSD-style license that can be found in the LICENSE file. | 3628 // BSD-style license that can be found in the LICENSE file. |
| 3687 | 3629 |
| 3688 | 3630 |
| 3689 /// @domName SVGPathElement | 3631 /// @domName SVGPathElement |
| 3690 class SVGPathElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGPathElement"
{ | 3632 class SVGPathElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGPathElement"
{ |
| 3691 | 3633 |
| 3692 factory SVGPathElement() => _SvgElementFactoryProvider.createSVGElement_tag("p
ath"); | |
| 3693 | |
| 3694 /** @domName SVGPathElement.animatedNormalizedPathSegList */ | 3634 /** @domName SVGPathElement.animatedNormalizedPathSegList */ |
| 3695 final SVGPathSegList animatedNormalizedPathSegList; | 3635 final SVGPathSegList animatedNormalizedPathSegList; |
| 3696 | 3636 |
| 3697 /** @domName SVGPathElement.animatedPathSegList */ | 3637 /** @domName SVGPathElement.animatedPathSegList */ |
| 3698 final SVGPathSegList animatedPathSegList; | 3638 final SVGPathSegList animatedPathSegList; |
| 3699 | 3639 |
| 3700 /** @domName SVGPathElement.normalizedPathSegList */ | 3640 /** @domName SVGPathElement.normalizedPathSegList */ |
| 3701 final SVGPathSegList normalizedPathSegList; | 3641 final SVGPathSegList normalizedPathSegList; |
| 3702 | 3642 |
| 3703 /** @domName SVGPathElement.pathLength */ | 3643 /** @domName SVGPathElement.pathLength */ |
| (...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4331 num y; | 4271 num y; |
| 4332 } | 4272 } |
| 4333 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4273 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4334 // for details. All rights reserved. Use of this source code is governed by a | 4274 // for details. All rights reserved. Use of this source code is governed by a |
| 4335 // BSD-style license that can be found in the LICENSE file. | 4275 // BSD-style license that can be found in the LICENSE file. |
| 4336 | 4276 |
| 4337 | 4277 |
| 4338 /// @domName SVGPatternElement | 4278 /// @domName SVGPatternElement |
| 4339 class SVGPatternElement extends SVGElement implements SVGLangSpace, SVGTests, SV
GStylable, SVGURIReference, SVGFitToViewBox, SVGExternalResourcesRequired native
"*SVGPatternElement" { | 4279 class SVGPatternElement extends SVGElement implements SVGLangSpace, SVGTests, SV
GStylable, SVGURIReference, SVGFitToViewBox, SVGExternalResourcesRequired native
"*SVGPatternElement" { |
| 4340 | 4280 |
| 4341 factory SVGPatternElement() => _SvgElementFactoryProvider.createSVGElement_tag
("pattern"); | |
| 4342 | |
| 4343 /** @domName SVGPatternElement.height */ | 4281 /** @domName SVGPatternElement.height */ |
| 4344 final SVGAnimatedLength height; | 4282 final SVGAnimatedLength height; |
| 4345 | 4283 |
| 4346 /** @domName SVGPatternElement.patternContentUnits */ | 4284 /** @domName SVGPatternElement.patternContentUnits */ |
| 4347 final SVGAnimatedEnumeration patternContentUnits; | 4285 final SVGAnimatedEnumeration patternContentUnits; |
| 4348 | 4286 |
| 4349 /** @domName SVGPatternElement.patternTransform */ | 4287 /** @domName SVGPatternElement.patternTransform */ |
| 4350 final SVGAnimatedTransformList patternTransform; | 4288 final SVGAnimatedTransformList patternTransform; |
| 4351 | 4289 |
| 4352 /** @domName SVGPatternElement.patternUnits */ | 4290 /** @domName SVGPatternElement.patternUnits */ |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4462 SVGPoint replaceItem(SVGPoint item, int index) native; | 4400 SVGPoint replaceItem(SVGPoint item, int index) native; |
| 4463 } | 4401 } |
| 4464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4402 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4465 // for details. All rights reserved. Use of this source code is governed by a | 4403 // for details. All rights reserved. Use of this source code is governed by a |
| 4466 // BSD-style license that can be found in the LICENSE file. | 4404 // BSD-style license that can be found in the LICENSE file. |
| 4467 | 4405 |
| 4468 | 4406 |
| 4469 /// @domName SVGPolygonElement | 4407 /// @domName SVGPolygonElement |
| 4470 class SVGPolygonElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGPolygonEle
ment" { | 4408 class SVGPolygonElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGPolygonEle
ment" { |
| 4471 | 4409 |
| 4472 factory SVGPolygonElement() => _SvgElementFactoryProvider.createSVGElement_tag
("polygon"); | |
| 4473 | |
| 4474 /** @domName SVGPolygonElement.animatedPoints */ | 4410 /** @domName SVGPolygonElement.animatedPoints */ |
| 4475 final SVGPointList animatedPoints; | 4411 final SVGPointList animatedPoints; |
| 4476 | 4412 |
| 4477 /** @domName SVGPolygonElement.points */ | 4413 /** @domName SVGPolygonElement.points */ |
| 4478 final SVGPointList points; | 4414 final SVGPointList points; |
| 4479 | 4415 |
| 4480 // From SVGExternalResourcesRequired | 4416 // From SVGExternalResourcesRequired |
| 4481 | 4417 |
| 4482 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | 4418 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ |
| 4483 final SVGAnimatedBoolean externalResourcesRequired; | 4419 final SVGAnimatedBoolean externalResourcesRequired; |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4541 final SVGAnimatedTransformList transform; | 4477 final SVGAnimatedTransformList transform; |
| 4542 } | 4478 } |
| 4543 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4479 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4544 // for details. All rights reserved. Use of this source code is governed by a | 4480 // for details. All rights reserved. Use of this source code is governed by a |
| 4545 // BSD-style license that can be found in the LICENSE file. | 4481 // BSD-style license that can be found in the LICENSE file. |
| 4546 | 4482 |
| 4547 | 4483 |
| 4548 /// @domName SVGPolylineElement | 4484 /// @domName SVGPolylineElement |
| 4549 class SVGPolylineElement extends SVGElement implements SVGLangSpace, SVGStylable
, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGPolylineE
lement" { | 4485 class SVGPolylineElement extends SVGElement implements SVGLangSpace, SVGStylable
, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGPolylineE
lement" { |
| 4550 | 4486 |
| 4551 factory SVGPolylineElement() => _SvgElementFactoryProvider.createSVGElement_ta
g("polyline"); | |
| 4552 | |
| 4553 /** @domName SVGPolylineElement.animatedPoints */ | 4487 /** @domName SVGPolylineElement.animatedPoints */ |
| 4554 final SVGPointList animatedPoints; | 4488 final SVGPointList animatedPoints; |
| 4555 | 4489 |
| 4556 /** @domName SVGPolylineElement.points */ | 4490 /** @domName SVGPolylineElement.points */ |
| 4557 final SVGPointList points; | 4491 final SVGPointList points; |
| 4558 | 4492 |
| 4559 // From SVGExternalResourcesRequired | 4493 // From SVGExternalResourcesRequired |
| 4560 | 4494 |
| 4561 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | 4495 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ |
| 4562 final SVGAnimatedBoolean externalResourcesRequired; | 4496 final SVGAnimatedBoolean externalResourcesRequired; |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4662 int meetOrSlice; | 4596 int meetOrSlice; |
| 4663 } | 4597 } |
| 4664 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4598 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4665 // for details. All rights reserved. Use of this source code is governed by a | 4599 // for details. All rights reserved. Use of this source code is governed by a |
| 4666 // BSD-style license that can be found in the LICENSE file. | 4600 // BSD-style license that can be found in the LICENSE file. |
| 4667 | 4601 |
| 4668 | 4602 |
| 4669 /// @domName SVGRadialGradientElement | 4603 /// @domName SVGRadialGradientElement |
| 4670 class SVGRadialGradientElement extends SVGGradientElement native "*SVGRadialGrad
ientElement" { | 4604 class SVGRadialGradientElement extends SVGGradientElement native "*SVGRadialGrad
ientElement" { |
| 4671 | 4605 |
| 4672 factory SVGRadialGradientElement() => _SvgElementFactoryProvider.createSVGElem
ent_tag("radialGradient"); | |
| 4673 | |
| 4674 /** @domName SVGRadialGradientElement.cx */ | 4606 /** @domName SVGRadialGradientElement.cx */ |
| 4675 final SVGAnimatedLength cx; | 4607 final SVGAnimatedLength cx; |
| 4676 | 4608 |
| 4677 /** @domName SVGRadialGradientElement.cy */ | 4609 /** @domName SVGRadialGradientElement.cy */ |
| 4678 final SVGAnimatedLength cy; | 4610 final SVGAnimatedLength cy; |
| 4679 | 4611 |
| 4680 /** @domName SVGRadialGradientElement.fr */ | 4612 /** @domName SVGRadialGradientElement.fr */ |
| 4681 final SVGAnimatedLength fr; | 4613 final SVGAnimatedLength fr; |
| 4682 | 4614 |
| 4683 /** @domName SVGRadialGradientElement.fx */ | 4615 /** @domName SVGRadialGradientElement.fx */ |
| (...skipping 26 matching lines...) Expand all Loading... |
| 4710 num y; | 4642 num y; |
| 4711 } | 4643 } |
| 4712 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4644 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4713 // for details. All rights reserved. Use of this source code is governed by a | 4645 // for details. All rights reserved. Use of this source code is governed by a |
| 4714 // BSD-style license that can be found in the LICENSE file. | 4646 // BSD-style license that can be found in the LICENSE file. |
| 4715 | 4647 |
| 4716 | 4648 |
| 4717 /// @domName SVGRectElement | 4649 /// @domName SVGRectElement |
| 4718 class SVGRectElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGRectElement"
{ | 4650 class SVGRectElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
GTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGRectElement"
{ |
| 4719 | 4651 |
| 4720 factory SVGRectElement() => _SvgElementFactoryProvider.createSVGElement_tag("r
ect"); | |
| 4721 | |
| 4722 /** @domName SVGRectElement.height */ | 4652 /** @domName SVGRectElement.height */ |
| 4723 final SVGAnimatedLength height; | 4653 final SVGAnimatedLength height; |
| 4724 | 4654 |
| 4725 /** @domName SVGRectElement.rx */ | 4655 /** @domName SVGRectElement.rx */ |
| 4726 final SVGAnimatedLength rx; | 4656 final SVGAnimatedLength rx; |
| 4727 | 4657 |
| 4728 /** @domName SVGRectElement.ry */ | 4658 /** @domName SVGRectElement.ry */ |
| 4729 final SVGAnimatedLength ry; | 4659 final SVGAnimatedLength ry; |
| 4730 | 4660 |
| 4731 /** @domName SVGRectElement.width */ | 4661 /** @domName SVGRectElement.width */ |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5016 | 4946 |
| 5017 } | 4947 } |
| 5018 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4948 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5019 // for details. All rights reserved. Use of this source code is governed by a | 4949 // for details. All rights reserved. Use of this source code is governed by a |
| 5020 // BSD-style license that can be found in the LICENSE file. | 4950 // BSD-style license that can be found in the LICENSE file. |
| 5021 | 4951 |
| 5022 | 4952 |
| 5023 /// @domName SVGScriptElement | 4953 /// @domName SVGScriptElement |
| 5024 class SVGScriptElement extends SVGElement implements SVGURIReference, SVGExterna
lResourcesRequired native "*SVGScriptElement" { | 4954 class SVGScriptElement extends SVGElement implements SVGURIReference, SVGExterna
lResourcesRequired native "*SVGScriptElement" { |
| 5025 | 4955 |
| 5026 factory SVGScriptElement() => _SvgElementFactoryProvider.createSVGElement_tag(
"script"); | |
| 5027 | |
| 5028 /** @domName SVGScriptElement.type */ | 4956 /** @domName SVGScriptElement.type */ |
| 5029 String type; | 4957 String type; |
| 5030 | 4958 |
| 5031 // From SVGExternalResourcesRequired | 4959 // From SVGExternalResourcesRequired |
| 5032 | 4960 |
| 5033 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | 4961 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ |
| 5034 final SVGAnimatedBoolean externalResourcesRequired; | 4962 final SVGAnimatedBoolean externalResourcesRequired; |
| 5035 | 4963 |
| 5036 // From SVGURIReference | 4964 // From SVGURIReference |
| 5037 | 4965 |
| 5038 /** @domName SVGURIReference.href */ | 4966 /** @domName SVGURIReference.href */ |
| 5039 final SVGAnimatedString href; | 4967 final SVGAnimatedString href; |
| 5040 } | 4968 } |
| 5041 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4969 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5042 // for details. All rights reserved. Use of this source code is governed by a | 4970 // for details. All rights reserved. Use of this source code is governed by a |
| 5043 // BSD-style license that can be found in the LICENSE file. | 4971 // BSD-style license that can be found in the LICENSE file. |
| 5044 | 4972 |
| 5045 | 4973 |
| 5046 /// @domName SVGSetElement | 4974 /// @domName SVGSetElement |
| 5047 class SVGSetElement extends SVGAnimationElement native "*SVGSetElement" { | 4975 class SVGSetElement extends SVGAnimationElement native "*SVGSetElement" { |
| 5048 | |
| 5049 factory SVGSetElement() => _SvgElementFactoryProvider.createSVGElement_tag("se
t"); | |
| 5050 } | 4976 } |
| 5051 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4977 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5052 // for details. All rights reserved. Use of this source code is governed by a | 4978 // for details. All rights reserved. Use of this source code is governed by a |
| 5053 // BSD-style license that can be found in the LICENSE file. | 4979 // BSD-style license that can be found in the LICENSE file. |
| 5054 | 4980 |
| 5055 | 4981 |
| 5056 /// @domName SVGStopElement | 4982 /// @domName SVGStopElement |
| 5057 class SVGStopElement extends SVGElement implements SVGStylable native "*SVGStopE
lement" { | 4983 class SVGStopElement extends SVGElement implements SVGStylable native "*SVGStopE
lement" { |
| 5058 | 4984 |
| 5059 factory SVGStopElement() => _SvgElementFactoryProvider.createSVGElement_tag("s
top"); | |
| 5060 | |
| 5061 /** @domName SVGStopElement.offset */ | 4985 /** @domName SVGStopElement.offset */ |
| 5062 final SVGAnimatedNumber offset; | 4986 final SVGAnimatedNumber offset; |
| 5063 | 4987 |
| 5064 // From SVGStylable | 4988 // From SVGStylable |
| 5065 | 4989 |
| 5066 /** @domName SVGStylable.className */ | 4990 /** @domName SVGStylable.className */ |
| 5067 SVGAnimatedString get $dom_svgClassName => JS("SVGAnimatedString", "#.classNam
e", this); | 4991 SVGAnimatedString get $dom_svgClassName => JS("SVGAnimatedString", "#.classNam
e", this); |
| 5068 | 4992 |
| 5069 // Use implementation from Element. | 4993 // Use implementation from Element. |
| 5070 // final CSSStyleDeclaration style; | 4994 // final CSSStyleDeclaration style; |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5203 CSSValue getPresentationAttribute(String name); | 5127 CSSValue getPresentationAttribute(String name); |
| 5204 } | 5128 } |
| 5205 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5129 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5206 // for details. All rights reserved. Use of this source code is governed by a | 5130 // for details. All rights reserved. Use of this source code is governed by a |
| 5207 // BSD-style license that can be found in the LICENSE file. | 5131 // BSD-style license that can be found in the LICENSE file. |
| 5208 | 5132 |
| 5209 | 5133 |
| 5210 /// @domName SVGStyleElement | 5134 /// @domName SVGStyleElement |
| 5211 class SVGStyleElement extends SVGElement implements SVGLangSpace native "*SVGSty
leElement" { | 5135 class SVGStyleElement extends SVGElement implements SVGLangSpace native "*SVGSty
leElement" { |
| 5212 | 5136 |
| 5213 factory SVGStyleElement() => _SvgElementFactoryProvider.createSVGElement_tag("
style"); | |
| 5214 | |
| 5215 /** @domName SVGStyleElement.disabled */ | 5137 /** @domName SVGStyleElement.disabled */ |
| 5216 bool disabled; | 5138 bool disabled; |
| 5217 | 5139 |
| 5218 /** @domName SVGStyleElement.media */ | 5140 /** @domName SVGStyleElement.media */ |
| 5219 String media; | 5141 String media; |
| 5220 | 5142 |
| 5221 // Shadowing definition. | 5143 // Shadowing definition. |
| 5222 /** @domName SVGStyleElement.title */ | 5144 /** @domName SVGStyleElement.title */ |
| 5223 String get title => JS("String", "#.title", this); | 5145 String get title => JS("String", "#.title", this); |
| 5224 | 5146 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 5239 String xmlspace; | 5161 String xmlspace; |
| 5240 } | 5162 } |
| 5241 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5163 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5242 // for details. All rights reserved. Use of this source code is governed by a | 5164 // for details. All rights reserved. Use of this source code is governed by a |
| 5243 // BSD-style license that can be found in the LICENSE file. | 5165 // BSD-style license that can be found in the LICENSE file. |
| 5244 | 5166 |
| 5245 | 5167 |
| 5246 /// @domName SVGSwitchElement | 5168 /// @domName SVGSwitchElement |
| 5247 class SVGSwitchElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGSwitchEleme
nt" { | 5169 class SVGSwitchElement extends SVGElement implements SVGLangSpace, SVGStylable,
SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGSwitchEleme
nt" { |
| 5248 | 5170 |
| 5249 factory SVGSwitchElement() => _SvgElementFactoryProvider.createSVGElement_tag(
"switch"); | |
| 5250 | |
| 5251 // From SVGExternalResourcesRequired | 5171 // From SVGExternalResourcesRequired |
| 5252 | 5172 |
| 5253 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | 5173 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ |
| 5254 final SVGAnimatedBoolean externalResourcesRequired; | 5174 final SVGAnimatedBoolean externalResourcesRequired; |
| 5255 | 5175 |
| 5256 // From SVGLangSpace | 5176 // From SVGLangSpace |
| 5257 | 5177 |
| 5258 /** @domName SVGLangSpace.xmllang */ | 5178 /** @domName SVGLangSpace.xmllang */ |
| 5259 String xmllang; | 5179 String xmllang; |
| 5260 | 5180 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5312 final SVGAnimatedTransformList transform; | 5232 final SVGAnimatedTransformList transform; |
| 5313 } | 5233 } |
| 5314 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5234 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5315 // for details. All rights reserved. Use of this source code is governed by a | 5235 // for details. All rights reserved. Use of this source code is governed by a |
| 5316 // BSD-style license that can be found in the LICENSE file. | 5236 // BSD-style license that can be found in the LICENSE file. |
| 5317 | 5237 |
| 5318 | 5238 |
| 5319 /// @domName SVGSymbolElement | 5239 /// @domName SVGSymbolElement |
| 5320 class SVGSymbolElement extends SVGElement implements SVGLangSpace, SVGFitToViewB
ox, SVGExternalResourcesRequired, SVGStylable native "*SVGSymbolElement" { | 5240 class SVGSymbolElement extends SVGElement implements SVGLangSpace, SVGFitToViewB
ox, SVGExternalResourcesRequired, SVGStylable native "*SVGSymbolElement" { |
| 5321 | 5241 |
| 5322 factory SVGSymbolElement() => _SvgElementFactoryProvider.createSVGElement_tag(
"symbol"); | |
| 5323 | |
| 5324 // From SVGExternalResourcesRequired | 5242 // From SVGExternalResourcesRequired |
| 5325 | 5243 |
| 5326 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | 5244 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ |
| 5327 final SVGAnimatedBoolean externalResourcesRequired; | 5245 final SVGAnimatedBoolean externalResourcesRequired; |
| 5328 | 5246 |
| 5329 // From SVGFitToViewBox | 5247 // From SVGFitToViewBox |
| 5330 | 5248 |
| 5331 /** @domName SVGFitToViewBox.preserveAspectRatio */ | 5249 /** @domName SVGFitToViewBox.preserveAspectRatio */ |
| 5332 final SVGAnimatedPreserveAspectRatio preserveAspectRatio; | 5250 final SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
| 5333 | 5251 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 5354 CSSValue getPresentationAttribute(String name) native; | 5272 CSSValue getPresentationAttribute(String name) native; |
| 5355 } | 5273 } |
| 5356 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5274 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5357 // for details. All rights reserved. Use of this source code is governed by a | 5275 // for details. All rights reserved. Use of this source code is governed by a |
| 5358 // BSD-style license that can be found in the LICENSE file. | 5276 // BSD-style license that can be found in the LICENSE file. |
| 5359 | 5277 |
| 5360 | 5278 |
| 5361 /// @domName SVGTRefElement | 5279 /// @domName SVGTRefElement |
| 5362 class SVGTRefElement extends SVGTextPositioningElement implements SVGURIReferenc
e native "*SVGTRefElement" { | 5280 class SVGTRefElement extends SVGTextPositioningElement implements SVGURIReferenc
e native "*SVGTRefElement" { |
| 5363 | 5281 |
| 5364 factory SVGTRefElement() => _SvgElementFactoryProvider.createSVGElement_tag("t
ref"); | |
| 5365 | |
| 5366 // From SVGURIReference | 5282 // From SVGURIReference |
| 5367 | 5283 |
| 5368 /** @domName SVGURIReference.href */ | 5284 /** @domName SVGURIReference.href */ |
| 5369 final SVGAnimatedString href; | 5285 final SVGAnimatedString href; |
| 5370 } | 5286 } |
| 5371 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5287 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5372 // for details. All rights reserved. Use of this source code is governed by a | 5288 // for details. All rights reserved. Use of this source code is governed by a |
| 5373 // BSD-style license that can be found in the LICENSE file. | 5289 // BSD-style license that can be found in the LICENSE file. |
| 5374 | 5290 |
| 5375 | 5291 |
| 5376 /// @domName SVGTSpanElement | 5292 /// @domName SVGTSpanElement |
| 5377 class SVGTSpanElement extends SVGTextPositioningElement native "*SVGTSpanElement
" { | 5293 class SVGTSpanElement extends SVGTextPositioningElement native "*SVGTSpanElement
" { |
| 5378 | |
| 5379 factory SVGTSpanElement() => _SvgElementFactoryProvider.createSVGElement_tag("
tspan"); | |
| 5380 } | 5294 } |
| 5381 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5295 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5382 // for details. All rights reserved. Use of this source code is governed by a | 5296 // for details. All rights reserved. Use of this source code is governed by a |
| 5383 // BSD-style license that can be found in the LICENSE file. | 5297 // BSD-style license that can be found in the LICENSE file. |
| 5384 | 5298 |
| 5385 | 5299 |
| 5386 /// @domName SVGTests | 5300 /// @domName SVGTests |
| 5387 abstract class SVGTests { | 5301 abstract class SVGTests { |
| 5388 | 5302 |
| 5389 SVGStringList requiredExtensions; | 5303 SVGStringList requiredExtensions; |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5481 bool hasExtension(String extension) native; | 5395 bool hasExtension(String extension) native; |
| 5482 } | 5396 } |
| 5483 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5397 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5484 // for details. All rights reserved. Use of this source code is governed by a | 5398 // for details. All rights reserved. Use of this source code is governed by a |
| 5485 // BSD-style license that can be found in the LICENSE file. | 5399 // BSD-style license that can be found in the LICENSE file. |
| 5486 | 5400 |
| 5487 | 5401 |
| 5488 /// @domName SVGTextElement | 5402 /// @domName SVGTextElement |
| 5489 class SVGTextElement extends SVGTextPositioningElement implements SVGTransformab
le native "*SVGTextElement" { | 5403 class SVGTextElement extends SVGTextPositioningElement implements SVGTransformab
le native "*SVGTextElement" { |
| 5490 | 5404 |
| 5491 factory SVGTextElement() => _SvgElementFactoryProvider.createSVGElement_tag("t
ext"); | |
| 5492 | |
| 5493 // From SVGLocatable | 5405 // From SVGLocatable |
| 5494 | 5406 |
| 5495 /** @domName SVGLocatable.farthestViewportElement */ | 5407 /** @domName SVGLocatable.farthestViewportElement */ |
| 5496 final SVGElement farthestViewportElement; | 5408 final SVGElement farthestViewportElement; |
| 5497 | 5409 |
| 5498 /** @domName SVGLocatable.nearestViewportElement */ | 5410 /** @domName SVGLocatable.nearestViewportElement */ |
| 5499 final SVGElement nearestViewportElement; | 5411 final SVGElement nearestViewportElement; |
| 5500 | 5412 |
| 5501 /** @domName SVGLocatable.getBBox */ | 5413 /** @domName SVGLocatable.getBBox */ |
| 5502 SVGRect getBBox() native; | 5414 SVGRect getBBox() native; |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5573 final SVGAnimatedLengthList y; | 5485 final SVGAnimatedLengthList y; |
| 5574 } | 5486 } |
| 5575 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5487 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5576 // for details. All rights reserved. Use of this source code is governed by a | 5488 // for details. All rights reserved. Use of this source code is governed by a |
| 5577 // BSD-style license that can be found in the LICENSE file. | 5489 // BSD-style license that can be found in the LICENSE file. |
| 5578 | 5490 |
| 5579 | 5491 |
| 5580 /// @domName SVGTitleElement | 5492 /// @domName SVGTitleElement |
| 5581 class SVGTitleElement extends SVGElement implements SVGLangSpace, SVGStylable na
tive "*SVGTitleElement" { | 5493 class SVGTitleElement extends SVGElement implements SVGLangSpace, SVGStylable na
tive "*SVGTitleElement" { |
| 5582 | 5494 |
| 5583 factory SVGTitleElement() => _SvgElementFactoryProvider.createSVGElement_tag("
title"); | |
| 5584 | |
| 5585 // From SVGLangSpace | 5495 // From SVGLangSpace |
| 5586 | 5496 |
| 5587 /** @domName SVGLangSpace.xmllang */ | 5497 /** @domName SVGLangSpace.xmllang */ |
| 5588 String xmllang; | 5498 String xmllang; |
| 5589 | 5499 |
| 5590 /** @domName SVGLangSpace.xmlspace */ | 5500 /** @domName SVGLangSpace.xmlspace */ |
| 5591 String xmlspace; | 5501 String xmlspace; |
| 5592 | 5502 |
| 5593 // From SVGStylable | 5503 // From SVGStylable |
| 5594 | 5504 |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5824 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; | 5734 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
| 5825 } | 5735 } |
| 5826 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5736 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5827 // for details. All rights reserved. Use of this source code is governed by a | 5737 // for details. All rights reserved. Use of this source code is governed by a |
| 5828 // BSD-style license that can be found in the LICENSE file. | 5738 // BSD-style license that can be found in the LICENSE file. |
| 5829 | 5739 |
| 5830 | 5740 |
| 5831 /// @domName SVGUseElement | 5741 /// @domName SVGUseElement |
| 5832 class SVGUseElement extends SVGElement implements SVGLangSpace, SVGTests, SVGSty
lable, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable native "*
SVGUseElement" { | 5742 class SVGUseElement extends SVGElement implements SVGLangSpace, SVGTests, SVGSty
lable, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable native "*
SVGUseElement" { |
| 5833 | 5743 |
| 5834 factory SVGUseElement() => _SvgElementFactoryProvider.createSVGElement_tag("us
e"); | |
| 5835 | |
| 5836 /** @domName SVGUseElement.animatedInstanceRoot */ | 5744 /** @domName SVGUseElement.animatedInstanceRoot */ |
| 5837 final SVGElementInstance animatedInstanceRoot; | 5745 final SVGElementInstance animatedInstanceRoot; |
| 5838 | 5746 |
| 5839 /** @domName SVGUseElement.height */ | 5747 /** @domName SVGUseElement.height */ |
| 5840 final SVGAnimatedLength height; | 5748 final SVGAnimatedLength height; |
| 5841 | 5749 |
| 5842 /** @domName SVGUseElement.instanceRoot */ | 5750 /** @domName SVGUseElement.instanceRoot */ |
| 5843 final SVGElementInstance instanceRoot; | 5751 final SVGElementInstance instanceRoot; |
| 5844 | 5752 |
| 5845 /** @domName SVGUseElement.width */ | 5753 /** @domName SVGUseElement.width */ |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5919 /** @domName SVGURIReference.href */ | 5827 /** @domName SVGURIReference.href */ |
| 5920 final SVGAnimatedString href; | 5828 final SVGAnimatedString href; |
| 5921 } | 5829 } |
| 5922 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5830 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5923 // for details. All rights reserved. Use of this source code is governed by a | 5831 // for details. All rights reserved. Use of this source code is governed by a |
| 5924 // BSD-style license that can be found in the LICENSE file. | 5832 // BSD-style license that can be found in the LICENSE file. |
| 5925 | 5833 |
| 5926 | 5834 |
| 5927 /// @domName SVGVKernElement | 5835 /// @domName SVGVKernElement |
| 5928 class SVGVKernElement extends SVGElement native "*SVGVKernElement" { | 5836 class SVGVKernElement extends SVGElement native "*SVGVKernElement" { |
| 5929 | |
| 5930 factory SVGVKernElement() => _SvgElementFactoryProvider.createSVGElement_tag("
vkern"); | |
| 5931 } | 5837 } |
| 5932 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5838 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5933 // for details. All rights reserved. Use of this source code is governed by a | 5839 // for details. All rights reserved. Use of this source code is governed by a |
| 5934 // BSD-style license that can be found in the LICENSE file. | 5840 // BSD-style license that can be found in the LICENSE file. |
| 5935 | 5841 |
| 5936 | 5842 |
| 5937 /// @domName SVGViewElement | 5843 /// @domName SVGViewElement |
| 5938 class SVGViewElement extends SVGElement implements SVGFitToViewBox, SVGZoomAndPa
n, SVGExternalResourcesRequired native "*SVGViewElement" { | 5844 class SVGViewElement extends SVGElement implements SVGFitToViewBox, SVGZoomAndPa
n, SVGExternalResourcesRequired native "*SVGViewElement" { |
| 5939 | 5845 |
| 5940 factory SVGViewElement() => _SvgElementFactoryProvider.createSVGElement_tag("v
iew"); | |
| 5941 | |
| 5942 /** @domName SVGViewElement.viewTarget */ | 5846 /** @domName SVGViewElement.viewTarget */ |
| 5943 final SVGStringList viewTarget; | 5847 final SVGStringList viewTarget; |
| 5944 | 5848 |
| 5945 // From SVGExternalResourcesRequired | 5849 // From SVGExternalResourcesRequired |
| 5946 | 5850 |
| 5947 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | 5851 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ |
| 5948 final SVGAnimatedBoolean externalResourcesRequired; | 5852 final SVGAnimatedBoolean externalResourcesRequired; |
| 5949 | 5853 |
| 5950 // From SVGFitToViewBox | 5854 // From SVGFitToViewBox |
| 5951 | 5855 |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6124 } | 6028 } |
| 6125 | 6029 |
| 6126 List<SVGElementInstance> getRange(int start, int rangeLength) => | 6030 List<SVGElementInstance> getRange(int start, int rangeLength) => |
| 6127 _Lists.getRange(this, start, rangeLength, <SVGElementInstance>[]); | 6031 _Lists.getRange(this, start, rangeLength, <SVGElementInstance>[]); |
| 6128 | 6032 |
| 6129 // -- end List<SVGElementInstance> mixins. | 6033 // -- end List<SVGElementInstance> mixins. |
| 6130 | 6034 |
| 6131 /** @domName SVGElementInstanceList.item */ | 6035 /** @domName SVGElementInstanceList.item */ |
| 6132 SVGElementInstance item(int index) native; | 6036 SVGElementInstance item(int index) native; |
| 6133 } | 6037 } |
| OLD | NEW |