OLD | NEW |
1 library dart.dom.svg; | 1 library dart.dom.svg; |
2 | 2 |
3 import 'dart:async'; | 3 import 'dart:async'; |
4 import 'dart:collection'; | 4 import 'dart:collection'; |
5 import 'dart:_collection-dev'; | 5 import 'dart:_collection-dev'; |
6 import 'dart:html'; | 6 import 'dart:html'; |
7 import 'dart:html_common'; | 7 import 'dart:html_common'; |
8 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; | 8 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; |
9 import 'dart:_foreign_helper' show JS; | 9 import 'dart:_foreign_helper' show JS; |
10 // DO NOT EDIT - unless you are editing documentation as per: | 10 // DO NOT EDIT - unless you are editing documentation as per: |
(...skipping 3158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3169 } | 3169 } |
3170 | 3170 |
3171 void removeWhere(bool test(Length element)) { | 3171 void removeWhere(bool test(Length element)) { |
3172 throw new UnsupportedError("Cannot remove from immutable List."); | 3172 throw new UnsupportedError("Cannot remove from immutable List."); |
3173 } | 3173 } |
3174 | 3174 |
3175 void retainWhere(bool test(Length element)) { | 3175 void retainWhere(bool test(Length element)) { |
3176 throw new UnsupportedError("Cannot remove from immutable List."); | 3176 throw new UnsupportedError("Cannot remove from immutable List."); |
3177 } | 3177 } |
3178 | 3178 |
3179 void setRange(int start, int end, Iterable<Length> iterable, [int skipCount])
{ | 3179 void setRange(int start, int end, Iterable<Length> iterable, [int skipCount=0]
) { |
3180 throw new UnsupportedError("Cannot setRange on immutable List."); | 3180 throw new UnsupportedError("Cannot setRange on immutable List."); |
3181 } | 3181 } |
3182 | 3182 |
3183 void removeRange(int start, int end) { | 3183 void removeRange(int start, int end) { |
3184 throw new UnsupportedError("Cannot removeRange on immutable List."); | 3184 throw new UnsupportedError("Cannot removeRange on immutable List."); |
3185 } | 3185 } |
3186 | 3186 |
3187 void replaceRange(int start, int end, Iterable<Length> iterable) { | 3187 void replaceRange(int start, int end, Iterable<Length> iterable) { |
3188 throw new UnsupportedError("Cannot modify an immutable List."); | 3188 throw new UnsupportedError("Cannot modify an immutable List."); |
3189 } | 3189 } |
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3813 } | 3813 } |
3814 | 3814 |
3815 void removeWhere(bool test(Number element)) { | 3815 void removeWhere(bool test(Number element)) { |
3816 throw new UnsupportedError("Cannot remove from immutable List."); | 3816 throw new UnsupportedError("Cannot remove from immutable List."); |
3817 } | 3817 } |
3818 | 3818 |
3819 void retainWhere(bool test(Number element)) { | 3819 void retainWhere(bool test(Number element)) { |
3820 throw new UnsupportedError("Cannot remove from immutable List."); | 3820 throw new UnsupportedError("Cannot remove from immutable List."); |
3821 } | 3821 } |
3822 | 3822 |
3823 void setRange(int start, int end, Iterable<Number> iterable, [int skipCount])
{ | 3823 void setRange(int start, int end, Iterable<Number> iterable, [int skipCount=0]
) { |
3824 throw new UnsupportedError("Cannot setRange on immutable List."); | 3824 throw new UnsupportedError("Cannot setRange on immutable List."); |
3825 } | 3825 } |
3826 | 3826 |
3827 void removeRange(int start, int end) { | 3827 void removeRange(int start, int end) { |
3828 throw new UnsupportedError("Cannot removeRange on immutable List."); | 3828 throw new UnsupportedError("Cannot removeRange on immutable List."); |
3829 } | 3829 } |
3830 | 3830 |
3831 void replaceRange(int start, int end, Iterable<Number> iterable) { | 3831 void replaceRange(int start, int end, Iterable<Number> iterable) { |
3832 throw new UnsupportedError("Cannot modify an immutable List."); | 3832 throw new UnsupportedError("Cannot modify an immutable List."); |
3833 } | 3833 } |
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4688 } | 4688 } |
4689 | 4689 |
4690 void removeWhere(bool test(PathSeg element)) { | 4690 void removeWhere(bool test(PathSeg element)) { |
4691 throw new UnsupportedError("Cannot remove from immutable List."); | 4691 throw new UnsupportedError("Cannot remove from immutable List."); |
4692 } | 4692 } |
4693 | 4693 |
4694 void retainWhere(bool test(PathSeg element)) { | 4694 void retainWhere(bool test(PathSeg element)) { |
4695 throw new UnsupportedError("Cannot remove from immutable List."); | 4695 throw new UnsupportedError("Cannot remove from immutable List."); |
4696 } | 4696 } |
4697 | 4697 |
4698 void setRange(int start, int end, Iterable<PathSeg> iterable, [int skipCount])
{ | 4698 void setRange(int start, int end, Iterable<PathSeg> iterable, [int skipCount=0
]) { |
4699 throw new UnsupportedError("Cannot setRange on immutable List."); | 4699 throw new UnsupportedError("Cannot setRange on immutable List."); |
4700 } | 4700 } |
4701 | 4701 |
4702 void removeRange(int start, int end) { | 4702 void removeRange(int start, int end) { |
4703 throw new UnsupportedError("Cannot removeRange on immutable List."); | 4703 throw new UnsupportedError("Cannot removeRange on immutable List."); |
4704 } | 4704 } |
4705 | 4705 |
4706 void replaceRange(int start, int end, Iterable<PathSeg> iterable) { | 4706 void replaceRange(int start, int end, Iterable<PathSeg> iterable) { |
4707 throw new UnsupportedError("Cannot modify an immutable List."); | 4707 throw new UnsupportedError("Cannot modify an immutable List."); |
4708 } | 4708 } |
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5593 } | 5593 } |
5594 | 5594 |
5595 void removeWhere(bool test(String element)) { | 5595 void removeWhere(bool test(String element)) { |
5596 throw new UnsupportedError("Cannot remove from immutable List."); | 5596 throw new UnsupportedError("Cannot remove from immutable List."); |
5597 } | 5597 } |
5598 | 5598 |
5599 void retainWhere(bool test(String element)) { | 5599 void retainWhere(bool test(String element)) { |
5600 throw new UnsupportedError("Cannot remove from immutable List."); | 5600 throw new UnsupportedError("Cannot remove from immutable List."); |
5601 } | 5601 } |
5602 | 5602 |
5603 void setRange(int start, int end, Iterable<String> iterable, [int skipCount])
{ | 5603 void setRange(int start, int end, Iterable<String> iterable, [int skipCount=0]
) { |
5604 throw new UnsupportedError("Cannot setRange on immutable List."); | 5604 throw new UnsupportedError("Cannot setRange on immutable List."); |
5605 } | 5605 } |
5606 | 5606 |
5607 void removeRange(int start, int end) { | 5607 void removeRange(int start, int end) { |
5608 throw new UnsupportedError("Cannot removeRange on immutable List."); | 5608 throw new UnsupportedError("Cannot removeRange on immutable List."); |
5609 } | 5609 } |
5610 | 5610 |
5611 void replaceRange(int start, int end, Iterable<String> iterable) { | 5611 void replaceRange(int start, int end, Iterable<String> iterable) { |
5612 throw new UnsupportedError("Cannot modify an immutable List."); | 5612 throw new UnsupportedError("Cannot modify an immutable List."); |
5613 } | 5613 } |
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6771 } | 6771 } |
6772 | 6772 |
6773 void removeWhere(bool test(Transform element)) { | 6773 void removeWhere(bool test(Transform element)) { |
6774 throw new UnsupportedError("Cannot remove from immutable List."); | 6774 throw new UnsupportedError("Cannot remove from immutable List."); |
6775 } | 6775 } |
6776 | 6776 |
6777 void retainWhere(bool test(Transform element)) { | 6777 void retainWhere(bool test(Transform element)) { |
6778 throw new UnsupportedError("Cannot remove from immutable List."); | 6778 throw new UnsupportedError("Cannot remove from immutable List."); |
6779 } | 6779 } |
6780 | 6780 |
6781 void setRange(int start, int end, Iterable<Transform> iterable, [int skipCount
]) { | 6781 void setRange(int start, int end, Iterable<Transform> iterable, [int skipCount
=0]) { |
6782 throw new UnsupportedError("Cannot setRange on immutable List."); | 6782 throw new UnsupportedError("Cannot setRange on immutable List."); |
6783 } | 6783 } |
6784 | 6784 |
6785 void removeRange(int start, int end) { | 6785 void removeRange(int start, int end) { |
6786 throw new UnsupportedError("Cannot removeRange on immutable List."); | 6786 throw new UnsupportedError("Cannot removeRange on immutable List."); |
6787 } | 6787 } |
6788 | 6788 |
6789 void replaceRange(int start, int end, Iterable<Transform> iterable) { | 6789 void replaceRange(int start, int end, Iterable<Transform> iterable) { |
6790 throw new UnsupportedError("Cannot modify an immutable List."); | 6790 throw new UnsupportedError("Cannot modify an immutable List."); |
6791 } | 6791 } |
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7310 } | 7310 } |
7311 | 7311 |
7312 void removeWhere(bool test(ElementInstance element)) { | 7312 void removeWhere(bool test(ElementInstance element)) { |
7313 throw new UnsupportedError("Cannot remove from immutable List."); | 7313 throw new UnsupportedError("Cannot remove from immutable List."); |
7314 } | 7314 } |
7315 | 7315 |
7316 void retainWhere(bool test(ElementInstance element)) { | 7316 void retainWhere(bool test(ElementInstance element)) { |
7317 throw new UnsupportedError("Cannot remove from immutable List."); | 7317 throw new UnsupportedError("Cannot remove from immutable List."); |
7318 } | 7318 } |
7319 | 7319 |
7320 void setRange(int start, int end, Iterable<ElementInstance> iterable, [int ski
pCount]) { | 7320 void setRange(int start, int end, Iterable<ElementInstance> iterable, [int ski
pCount=0]) { |
7321 throw new UnsupportedError("Cannot setRange on immutable List."); | 7321 throw new UnsupportedError("Cannot setRange on immutable List."); |
7322 } | 7322 } |
7323 | 7323 |
7324 void removeRange(int start, int end) { | 7324 void removeRange(int start, int end) { |
7325 throw new UnsupportedError("Cannot removeRange on immutable List."); | 7325 throw new UnsupportedError("Cannot removeRange on immutable List."); |
7326 } | 7326 } |
7327 | 7327 |
7328 void replaceRange(int start, int end, Iterable<ElementInstance> iterable) { | 7328 void replaceRange(int start, int end, Iterable<ElementInstance> iterable) { |
7329 throw new UnsupportedError("Cannot modify an immutable List."); | 7329 throw new UnsupportedError("Cannot modify an immutable List."); |
7330 } | 7330 } |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7626 | 7626 |
7627 | 7627 |
7628 @DocsEditable | 7628 @DocsEditable |
7629 @DomName('SVGVKernElement') | 7629 @DomName('SVGVKernElement') |
7630 abstract class _SVGVKernElement extends SvgElement native "*SVGVKernElement" { | 7630 abstract class _SVGVKernElement extends SvgElement native "*SVGVKernElement" { |
7631 | 7631 |
7632 @DomName('SVGVKernElement.SVGVKernElement') | 7632 @DomName('SVGVKernElement.SVGVKernElement') |
7633 @DocsEditable | 7633 @DocsEditable |
7634 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 7634 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
7635 } | 7635 } |
OLD | NEW |