| 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:html'; | 5 import 'dart:html'; |
| 6 import 'dart:html_common'; | 6 import 'dart:html_common'; |
| 7 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; | 7 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; |
| 8 import 'dart:_foreign_helper' show JS; | 8 import 'dart:_foreign_helper' show JS; |
| 9 // DO NOT EDIT - unless you are editing documentation as per: | 9 // DO NOT EDIT - unless you are editing documentation as per: |
| 10 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation | 10 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| (...skipping 3162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3173 } | 3173 } |
| 3174 | 3174 |
| 3175 void removeWhere(bool test(Length element)) { | 3175 void removeWhere(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 retainWhere(bool test(Length element)) { | 3179 void retainWhere(bool test(Length element)) { |
| 3180 throw new UnsupportedError("Cannot remove from immutable List."); | 3180 throw new UnsupportedError("Cannot remove from immutable List."); |
| 3181 } | 3181 } |
| 3182 | 3182 |
| 3183 void setRange(int start, int rangeLength, List<Length> from, [int startFrom])
{ | 3183 void setRange(int start, int end, List<Length> from, [int startFrom]) { |
| 3184 throw new UnsupportedError("Cannot setRange on immutable List."); | 3184 throw new UnsupportedError("Cannot setRange on immutable List."); |
| 3185 } | 3185 } |
| 3186 | 3186 |
| 3187 void removeRange(int start, int rangeLength) { | 3187 void removeRange(int start, int rangeLength) { |
| 3188 throw new UnsupportedError("Cannot removeRange on immutable List."); | 3188 throw new UnsupportedError("Cannot removeRange on immutable List."); |
| 3189 } | 3189 } |
| 3190 | 3190 |
| 3191 void insertRange(int start, int rangeLength, [Length initialValue]) { | 3191 void insertRange(int start, int rangeLength, [Length initialValue]) { |
| 3192 throw new UnsupportedError("Cannot insertRange on immutable List."); | 3192 throw new UnsupportedError("Cannot insertRange on immutable List."); |
| 3193 } | 3193 } |
| (...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3818 } | 3818 } |
| 3819 | 3819 |
| 3820 void removeWhere(bool test(Number element)) { | 3820 void removeWhere(bool test(Number element)) { |
| 3821 throw new UnsupportedError("Cannot remove from immutable List."); | 3821 throw new UnsupportedError("Cannot remove from immutable List."); |
| 3822 } | 3822 } |
| 3823 | 3823 |
| 3824 void retainWhere(bool test(Number element)) { | 3824 void retainWhere(bool test(Number element)) { |
| 3825 throw new UnsupportedError("Cannot remove from immutable List."); | 3825 throw new UnsupportedError("Cannot remove from immutable List."); |
| 3826 } | 3826 } |
| 3827 | 3827 |
| 3828 void setRange(int start, int rangeLength, List<Number> from, [int startFrom])
{ | 3828 void setRange(int start, int end, List<Number> from, [int startFrom]) { |
| 3829 throw new UnsupportedError("Cannot setRange on immutable List."); | 3829 throw new UnsupportedError("Cannot setRange on immutable List."); |
| 3830 } | 3830 } |
| 3831 | 3831 |
| 3832 void removeRange(int start, int rangeLength) { | 3832 void removeRange(int start, int rangeLength) { |
| 3833 throw new UnsupportedError("Cannot removeRange on immutable List."); | 3833 throw new UnsupportedError("Cannot removeRange on immutable List."); |
| 3834 } | 3834 } |
| 3835 | 3835 |
| 3836 void insertRange(int start, int rangeLength, [Number initialValue]) { | 3836 void insertRange(int start, int rangeLength, [Number initialValue]) { |
| 3837 throw new UnsupportedError("Cannot insertRange on immutable List."); | 3837 throw new UnsupportedError("Cannot insertRange on immutable List."); |
| 3838 } | 3838 } |
| (...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4694 } | 4694 } |
| 4695 | 4695 |
| 4696 void removeWhere(bool test(PathSeg element)) { | 4696 void removeWhere(bool test(PathSeg element)) { |
| 4697 throw new UnsupportedError("Cannot remove from immutable List."); | 4697 throw new UnsupportedError("Cannot remove from immutable List."); |
| 4698 } | 4698 } |
| 4699 | 4699 |
| 4700 void retainWhere(bool test(PathSeg element)) { | 4700 void retainWhere(bool test(PathSeg element)) { |
| 4701 throw new UnsupportedError("Cannot remove from immutable List."); | 4701 throw new UnsupportedError("Cannot remove from immutable List."); |
| 4702 } | 4702 } |
| 4703 | 4703 |
| 4704 void setRange(int start, int rangeLength, List<PathSeg> from, [int startFrom])
{ | 4704 void setRange(int start, int end, List<PathSeg> from, [int startFrom]) { |
| 4705 throw new UnsupportedError("Cannot setRange on immutable List."); | 4705 throw new UnsupportedError("Cannot setRange on immutable List."); |
| 4706 } | 4706 } |
| 4707 | 4707 |
| 4708 void removeRange(int start, int rangeLength) { | 4708 void removeRange(int start, int rangeLength) { |
| 4709 throw new UnsupportedError("Cannot removeRange on immutable List."); | 4709 throw new UnsupportedError("Cannot removeRange on immutable List."); |
| 4710 } | 4710 } |
| 4711 | 4711 |
| 4712 void insertRange(int start, int rangeLength, [PathSeg initialValue]) { | 4712 void insertRange(int start, int rangeLength, [PathSeg initialValue]) { |
| 4713 throw new UnsupportedError("Cannot insertRange on immutable List."); | 4713 throw new UnsupportedError("Cannot insertRange on immutable List."); |
| 4714 } | 4714 } |
| (...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5600 } | 5600 } |
| 5601 | 5601 |
| 5602 void removeWhere(bool test(String element)) { | 5602 void removeWhere(bool test(String element)) { |
| 5603 throw new UnsupportedError("Cannot remove from immutable List."); | 5603 throw new UnsupportedError("Cannot remove from immutable List."); |
| 5604 } | 5604 } |
| 5605 | 5605 |
| 5606 void retainWhere(bool test(String element)) { | 5606 void retainWhere(bool test(String element)) { |
| 5607 throw new UnsupportedError("Cannot remove from immutable List."); | 5607 throw new UnsupportedError("Cannot remove from immutable List."); |
| 5608 } | 5608 } |
| 5609 | 5609 |
| 5610 void setRange(int start, int rangeLength, List<String> from, [int startFrom])
{ | 5610 void setRange(int start, int end, List<String> from, [int startFrom]) { |
| 5611 throw new UnsupportedError("Cannot setRange on immutable List."); | 5611 throw new UnsupportedError("Cannot setRange on immutable List."); |
| 5612 } | 5612 } |
| 5613 | 5613 |
| 5614 void removeRange(int start, int rangeLength) { | 5614 void removeRange(int start, int rangeLength) { |
| 5615 throw new UnsupportedError("Cannot removeRange on immutable List."); | 5615 throw new UnsupportedError("Cannot removeRange on immutable List."); |
| 5616 } | 5616 } |
| 5617 | 5617 |
| 5618 void insertRange(int start, int rangeLength, [String initialValue]) { | 5618 void insertRange(int start, int rangeLength, [String initialValue]) { |
| 5619 throw new UnsupportedError("Cannot insertRange on immutable List."); | 5619 throw new UnsupportedError("Cannot insertRange on immutable List."); |
| 5620 } | 5620 } |
| (...skipping 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6779 } | 6779 } |
| 6780 | 6780 |
| 6781 void removeWhere(bool test(Transform element)) { | 6781 void removeWhere(bool test(Transform element)) { |
| 6782 throw new UnsupportedError("Cannot remove from immutable List."); | 6782 throw new UnsupportedError("Cannot remove from immutable List."); |
| 6783 } | 6783 } |
| 6784 | 6784 |
| 6785 void retainWhere(bool test(Transform element)) { | 6785 void retainWhere(bool test(Transform element)) { |
| 6786 throw new UnsupportedError("Cannot remove from immutable List."); | 6786 throw new UnsupportedError("Cannot remove from immutable List."); |
| 6787 } | 6787 } |
| 6788 | 6788 |
| 6789 void setRange(int start, int rangeLength, List<Transform> from, [int startFrom
]) { | 6789 void setRange(int start, int end, List<Transform> from, [int startFrom]) { |
| 6790 throw new UnsupportedError("Cannot setRange on immutable List."); | 6790 throw new UnsupportedError("Cannot setRange on immutable List."); |
| 6791 } | 6791 } |
| 6792 | 6792 |
| 6793 void removeRange(int start, int rangeLength) { | 6793 void removeRange(int start, int rangeLength) { |
| 6794 throw new UnsupportedError("Cannot removeRange on immutable List."); | 6794 throw new UnsupportedError("Cannot removeRange on immutable List."); |
| 6795 } | 6795 } |
| 6796 | 6796 |
| 6797 void insertRange(int start, int rangeLength, [Transform initialValue]) { | 6797 void insertRange(int start, int rangeLength, [Transform initialValue]) { |
| 6798 throw new UnsupportedError("Cannot insertRange on immutable List."); | 6798 throw new UnsupportedError("Cannot insertRange on immutable List."); |
| 6799 } | 6799 } |
| (...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7319 } | 7319 } |
| 7320 | 7320 |
| 7321 void removeWhere(bool test(ElementInstance element)) { | 7321 void removeWhere(bool test(ElementInstance element)) { |
| 7322 throw new UnsupportedError("Cannot remove from immutable List."); | 7322 throw new UnsupportedError("Cannot remove from immutable List."); |
| 7323 } | 7323 } |
| 7324 | 7324 |
| 7325 void retainWhere(bool test(ElementInstance element)) { | 7325 void retainWhere(bool test(ElementInstance element)) { |
| 7326 throw new UnsupportedError("Cannot remove from immutable List."); | 7326 throw new UnsupportedError("Cannot remove from immutable List."); |
| 7327 } | 7327 } |
| 7328 | 7328 |
| 7329 void setRange(int start, int rangeLength, List<ElementInstance> from, [int sta
rtFrom]) { | 7329 void setRange(int start, int end, List<ElementInstance> from, [int startFrom])
{ |
| 7330 throw new UnsupportedError("Cannot setRange on immutable List."); | 7330 throw new UnsupportedError("Cannot setRange on immutable List."); |
| 7331 } | 7331 } |
| 7332 | 7332 |
| 7333 void removeRange(int start, int rangeLength) { | 7333 void removeRange(int start, int rangeLength) { |
| 7334 throw new UnsupportedError("Cannot removeRange on immutable List."); | 7334 throw new UnsupportedError("Cannot removeRange on immutable List."); |
| 7335 } | 7335 } |
| 7336 | 7336 |
| 7337 void insertRange(int start, int rangeLength, [ElementInstance initialValue]) { | 7337 void insertRange(int start, int rangeLength, [ElementInstance initialValue]) { |
| 7338 throw new UnsupportedError("Cannot insertRange on immutable List."); | 7338 throw new UnsupportedError("Cannot insertRange on immutable List."); |
| 7339 } | 7339 } |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7631 | 7631 |
| 7632 | 7632 |
| 7633 @DocsEditable | 7633 @DocsEditable |
| 7634 @DomName('SVGVKernElement') | 7634 @DomName('SVGVKernElement') |
| 7635 abstract class _SVGVKernElement extends SvgElement native "*SVGVKernElement" { | 7635 abstract class _SVGVKernElement extends SvgElement native "*SVGVKernElement" { |
| 7636 | 7636 |
| 7637 @DomName('SVGVKernElement.SVGVKernElement') | 7637 @DomName('SVGVKernElement.SVGVKernElement') |
| 7638 @DocsEditable | 7638 @DocsEditable |
| 7639 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 7639 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 7640 } | 7640 } |
| OLD | NEW |