| 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:_internal' hide deprecated; | 5 import 'dart:_internal' hide deprecated; |
| 6 import 'dart:html'; | 6 import 'dart:html'; |
| 7 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 8 import 'dart:nativewrappers'; | 8 import 'dart:nativewrappers'; |
| 9 import 'dart:blink' as blink; |
| 9 // DO NOT EDIT | 10 // DO NOT EDIT |
| 10 // Auto-generated dart:svg library. | 11 // Auto-generated dart:svg library. |
| 11 | 12 |
| 12 | 13 |
| 13 | 14 |
| 14 | 15 |
| 15 | 16 |
| 16 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 17 // for details. All rights reserved. Use of this source code is governed by a | 18 // for details. All rights reserved. Use of this source code is governed by a |
| 18 // BSD-style license that can be found in the LICENSE file. | 19 // BSD-style license that can be found in the LICENSE file. |
| (...skipping 25 matching lines...) Expand all Loading... |
| 44 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 45 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
| 45 /** | 46 /** |
| 46 * Constructor instantiated by the DOM when a custom element has been created. | 47 * Constructor instantiated by the DOM when a custom element has been created. |
| 47 * | 48 * |
| 48 * This can only be called by subclasses from their created constructor. | 49 * This can only be called by subclasses from their created constructor. |
| 49 */ | 50 */ |
| 50 AElement.created() : super.created(); | 51 AElement.created() : super.created(); |
| 51 | 52 |
| 52 @DomName('SVGAElement.target') | 53 @DomName('SVGAElement.target') |
| 53 @DocsEditable() | 54 @DocsEditable() |
| 54 AnimatedString get target native "SVGAElement_target_Getter"; | 55 AnimatedString get target => blink.Native_SVGAElement_target_Getter(this); |
| 55 | 56 |
| 56 @DomName('SVGAElement.href') | 57 @DomName('SVGAElement.href') |
| 57 @DocsEditable() | 58 @DocsEditable() |
| 58 AnimatedString get href native "SVGAElement_href_Getter"; | 59 AnimatedString get href => blink.Native_SVGAElement_href_Getter(this); |
| 59 | 60 |
| 60 } | 61 } |
| 61 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 62 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 62 // for details. All rights reserved. Use of this source code is governed by a | 63 // for details. All rights reserved. Use of this source code is governed by a |
| 63 // BSD-style license that can be found in the LICENSE file. | 64 // BSD-style license that can be found in the LICENSE file. |
| 64 | 65 |
| 65 // WARNING: Do not edit - generated code. | 66 // WARNING: Do not edit - generated code. |
| 66 | 67 |
| 67 | 68 |
| 68 @DocsEditable() | 69 @DocsEditable() |
| (...skipping 14 matching lines...) Expand all Loading... |
| 83 * | 84 * |
| 84 * This can only be called by subclasses from their created constructor. | 85 * This can only be called by subclasses from their created constructor. |
| 85 */ | 86 */ |
| 86 AltGlyphElement.created() : super.created(); | 87 AltGlyphElement.created() : super.created(); |
| 87 | 88 |
| 88 /// Checks if this type is supported on the current platform. | 89 /// Checks if this type is supported on the current platform. |
| 89 static bool get supported => true; | 90 static bool get supported => true; |
| 90 | 91 |
| 91 @DomName('SVGAltGlyphElement.format') | 92 @DomName('SVGAltGlyphElement.format') |
| 92 @DocsEditable() | 93 @DocsEditable() |
| 93 String get format native "SVGAltGlyphElement_format_Getter"; | 94 String get format => blink.Native_SVGAltGlyphElement_format_Getter(this); |
| 94 | 95 |
| 95 @DomName('SVGAltGlyphElement.format') | 96 @DomName('SVGAltGlyphElement.format') |
| 96 @DocsEditable() | 97 @DocsEditable() |
| 97 void set format(String value) native "SVGAltGlyphElement_format_Setter"; | 98 void set format(String value) => blink.Native_SVGAltGlyphElement_format_Setter
(this, value); |
| 98 | 99 |
| 99 @DomName('SVGAltGlyphElement.glyphRef') | 100 @DomName('SVGAltGlyphElement.glyphRef') |
| 100 @DocsEditable() | 101 @DocsEditable() |
| 101 String get glyphRef native "SVGAltGlyphElement_glyphRef_Getter"; | 102 String get glyphRef => blink.Native_SVGAltGlyphElement_glyphRef_Getter(this); |
| 102 | 103 |
| 103 @DomName('SVGAltGlyphElement.glyphRef') | 104 @DomName('SVGAltGlyphElement.glyphRef') |
| 104 @DocsEditable() | 105 @DocsEditable() |
| 105 void set glyphRef(String value) native "SVGAltGlyphElement_glyphRef_Setter"; | 106 void set glyphRef(String value) => blink.Native_SVGAltGlyphElement_glyphRef_Se
tter(this, value); |
| 106 | 107 |
| 107 @DomName('SVGAltGlyphElement.href') | 108 @DomName('SVGAltGlyphElement.href') |
| 108 @DocsEditable() | 109 @DocsEditable() |
| 109 AnimatedString get href native "SVGAltGlyphElement_href_Getter"; | 110 AnimatedString get href => blink.Native_SVGAltGlyphElement_href_Getter(this); |
| 110 | 111 |
| 111 } | 112 } |
| 112 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 113 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 113 // for details. All rights reserved. Use of this source code is governed by a | 114 // for details. All rights reserved. Use of this source code is governed by a |
| 114 // BSD-style license that can be found in the LICENSE file. | 115 // BSD-style license that can be found in the LICENSE file. |
| 115 | 116 |
| 116 // WARNING: Do not edit - generated code. | 117 // WARNING: Do not edit - generated code. |
| 117 | 118 |
| 118 | 119 |
| 119 @DocsEditable() | 120 @DocsEditable() |
| (...skipping 18 matching lines...) Expand all Loading... |
| 138 @DomName('SVGAngle.SVG_ANGLETYPE_UNKNOWN') | 139 @DomName('SVGAngle.SVG_ANGLETYPE_UNKNOWN') |
| 139 @DocsEditable() | 140 @DocsEditable() |
| 140 static const int SVG_ANGLETYPE_UNKNOWN = 0; | 141 static const int SVG_ANGLETYPE_UNKNOWN = 0; |
| 141 | 142 |
| 142 @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') | 143 @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') |
| 143 @DocsEditable() | 144 @DocsEditable() |
| 144 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; | 145 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; |
| 145 | 146 |
| 146 @DomName('SVGAngle.unitType') | 147 @DomName('SVGAngle.unitType') |
| 147 @DocsEditable() | 148 @DocsEditable() |
| 148 int get unitType native "SVGAngle_unitType_Getter"; | 149 int get unitType => blink.Native_SVGAngle_unitType_Getter(this); |
| 149 | 150 |
| 150 @DomName('SVGAngle.value') | 151 @DomName('SVGAngle.value') |
| 151 @DocsEditable() | 152 @DocsEditable() |
| 152 num get value native "SVGAngle_value_Getter"; | 153 num get value => blink.Native_SVGAngle_value_Getter(this); |
| 153 | 154 |
| 154 @DomName('SVGAngle.value') | 155 @DomName('SVGAngle.value') |
| 155 @DocsEditable() | 156 @DocsEditable() |
| 156 void set value(num value) native "SVGAngle_value_Setter"; | 157 void set value(num value) => blink.Native_SVGAngle_value_Setter(this, value); |
| 157 | 158 |
| 158 @DomName('SVGAngle.valueAsString') | 159 @DomName('SVGAngle.valueAsString') |
| 159 @DocsEditable() | 160 @DocsEditable() |
| 160 String get valueAsString native "SVGAngle_valueAsString_Getter"; | 161 String get valueAsString => blink.Native_SVGAngle_valueAsString_Getter(this); |
| 161 | 162 |
| 162 @DomName('SVGAngle.valueAsString') | 163 @DomName('SVGAngle.valueAsString') |
| 163 @DocsEditable() | 164 @DocsEditable() |
| 164 void set valueAsString(String value) native "SVGAngle_valueAsString_Setter"; | 165 void set valueAsString(String value) => blink.Native_SVGAngle_valueAsString_Se
tter(this, value); |
| 165 | 166 |
| 166 @DomName('SVGAngle.valueInSpecifiedUnits') | 167 @DomName('SVGAngle.valueInSpecifiedUnits') |
| 167 @DocsEditable() | 168 @DocsEditable() |
| 168 num get valueInSpecifiedUnits native "SVGAngle_valueInSpecifiedUnits_Getter"; | 169 num get valueInSpecifiedUnits => blink.Native_SVGAngle_valueInSpecifiedUnits_G
etter(this); |
| 169 | 170 |
| 170 @DomName('SVGAngle.valueInSpecifiedUnits') | 171 @DomName('SVGAngle.valueInSpecifiedUnits') |
| 171 @DocsEditable() | 172 @DocsEditable() |
| 172 void set valueInSpecifiedUnits(num value) native "SVGAngle_valueInSpecifiedUni
ts_Setter"; | 173 void set valueInSpecifiedUnits(num value) => blink.Native_SVGAngle_valueInSpec
ifiedUnits_Setter(this, value); |
| 173 | 174 |
| 174 @DomName('SVGAngle.convertToSpecifiedUnits') | 175 @DomName('SVGAngle.convertToSpecifiedUnits') |
| 175 @DocsEditable() | 176 @DocsEditable() |
| 176 void convertToSpecifiedUnits(int unitType) native "SVGAngle_convertToSpecified
Units_Callback"; | 177 void convertToSpecifiedUnits(int unitType) => blink.Native_SVGAngle_convertToS
pecifiedUnits_Callback(this, unitType); |
| 177 | 178 |
| 178 @DomName('SVGAngle.newValueSpecifiedUnits') | 179 @DomName('SVGAngle.newValueSpecifiedUnits') |
| 179 @DocsEditable() | 180 @DocsEditable() |
| 180 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGAngle_newValueSpecifiedUnits_Callback"; | 181 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => blink.
Native_SVGAngle_newValueSpecifiedUnits_Callback(this, unitType, valueInSpecified
Units); |
| 181 | 182 |
| 182 } | 183 } |
| 183 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 184 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 184 // for details. All rights reserved. Use of this source code is governed by a | 185 // for details. All rights reserved. Use of this source code is governed by a |
| 185 // BSD-style license that can be found in the LICENSE file. | 186 // BSD-style license that can be found in the LICENSE file. |
| 186 | 187 |
| 187 // WARNING: Do not edit - generated code. | 188 // WARNING: Do not edit - generated code. |
| 188 | 189 |
| 189 | 190 |
| 190 @DocsEditable() | 191 @DocsEditable() |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 | 283 |
| 283 @DocsEditable() | 284 @DocsEditable() |
| 284 @DomName('SVGAnimatedAngle') | 285 @DomName('SVGAnimatedAngle') |
| 285 @Unstable() | 286 @Unstable() |
| 286 class AnimatedAngle extends NativeFieldWrapperClass2 { | 287 class AnimatedAngle extends NativeFieldWrapperClass2 { |
| 287 // To suppress missing implicit constructor warnings. | 288 // To suppress missing implicit constructor warnings. |
| 288 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } | 289 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } |
| 289 | 290 |
| 290 @DomName('SVGAnimatedAngle.animVal') | 291 @DomName('SVGAnimatedAngle.animVal') |
| 291 @DocsEditable() | 292 @DocsEditable() |
| 292 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; | 293 Angle get animVal => blink.Native_SVGAnimatedAngle_animVal_Getter(this); |
| 293 | 294 |
| 294 @DomName('SVGAnimatedAngle.baseVal') | 295 @DomName('SVGAnimatedAngle.baseVal') |
| 295 @DocsEditable() | 296 @DocsEditable() |
| 296 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; | 297 Angle get baseVal => blink.Native_SVGAnimatedAngle_baseVal_Getter(this); |
| 297 | 298 |
| 298 } | 299 } |
| 299 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 300 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 300 // for details. All rights reserved. Use of this source code is governed by a | 301 // for details. All rights reserved. Use of this source code is governed by a |
| 301 // BSD-style license that can be found in the LICENSE file. | 302 // BSD-style license that can be found in the LICENSE file. |
| 302 | 303 |
| 303 // WARNING: Do not edit - generated code. | 304 // WARNING: Do not edit - generated code. |
| 304 | 305 |
| 305 | 306 |
| 306 @DocsEditable() | 307 @DocsEditable() |
| 307 @DomName('SVGAnimatedBoolean') | 308 @DomName('SVGAnimatedBoolean') |
| 308 @Unstable() | 309 @Unstable() |
| 309 class AnimatedBoolean extends NativeFieldWrapperClass2 { | 310 class AnimatedBoolean extends NativeFieldWrapperClass2 { |
| 310 // To suppress missing implicit constructor warnings. | 311 // To suppress missing implicit constructor warnings. |
| 311 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } | 312 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } |
| 312 | 313 |
| 313 @DomName('SVGAnimatedBoolean.animVal') | 314 @DomName('SVGAnimatedBoolean.animVal') |
| 314 @DocsEditable() | 315 @DocsEditable() |
| 315 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; | 316 bool get animVal => blink.Native_SVGAnimatedBoolean_animVal_Getter(this); |
| 316 | 317 |
| 317 @DomName('SVGAnimatedBoolean.baseVal') | 318 @DomName('SVGAnimatedBoolean.baseVal') |
| 318 @DocsEditable() | 319 @DocsEditable() |
| 319 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; | 320 bool get baseVal => blink.Native_SVGAnimatedBoolean_baseVal_Getter(this); |
| 320 | 321 |
| 321 @DomName('SVGAnimatedBoolean.baseVal') | 322 @DomName('SVGAnimatedBoolean.baseVal') |
| 322 @DocsEditable() | 323 @DocsEditable() |
| 323 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; | 324 void set baseVal(bool value) => blink.Native_SVGAnimatedBoolean_baseVal_Setter
(this, value); |
| 324 | 325 |
| 325 } | 326 } |
| 326 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 327 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 327 // for details. All rights reserved. Use of this source code is governed by a | 328 // for details. All rights reserved. Use of this source code is governed by a |
| 328 // BSD-style license that can be found in the LICENSE file. | 329 // BSD-style license that can be found in the LICENSE file. |
| 329 | 330 |
| 330 // WARNING: Do not edit - generated code. | 331 // WARNING: Do not edit - generated code. |
| 331 | 332 |
| 332 | 333 |
| 333 @DocsEditable() | 334 @DocsEditable() |
| 334 @DomName('SVGAnimatedEnumeration') | 335 @DomName('SVGAnimatedEnumeration') |
| 335 @Unstable() | 336 @Unstable() |
| 336 class AnimatedEnumeration extends NativeFieldWrapperClass2 { | 337 class AnimatedEnumeration extends NativeFieldWrapperClass2 { |
| 337 // To suppress missing implicit constructor warnings. | 338 // To suppress missing implicit constructor warnings. |
| 338 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported");
} | 339 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported");
} |
| 339 | 340 |
| 340 @DomName('SVGAnimatedEnumeration.animVal') | 341 @DomName('SVGAnimatedEnumeration.animVal') |
| 341 @DocsEditable() | 342 @DocsEditable() |
| 342 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; | 343 int get animVal => blink.Native_SVGAnimatedEnumeration_animVal_Getter(this); |
| 343 | 344 |
| 344 @DomName('SVGAnimatedEnumeration.baseVal') | 345 @DomName('SVGAnimatedEnumeration.baseVal') |
| 345 @DocsEditable() | 346 @DocsEditable() |
| 346 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; | 347 int get baseVal => blink.Native_SVGAnimatedEnumeration_baseVal_Getter(this); |
| 347 | 348 |
| 348 @DomName('SVGAnimatedEnumeration.baseVal') | 349 @DomName('SVGAnimatedEnumeration.baseVal') |
| 349 @DocsEditable() | 350 @DocsEditable() |
| 350 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; | 351 void set baseVal(int value) => blink.Native_SVGAnimatedEnumeration_baseVal_Set
ter(this, value); |
| 351 | 352 |
| 352 } | 353 } |
| 353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 354 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 354 // for details. All rights reserved. Use of this source code is governed by a | 355 // for details. All rights reserved. Use of this source code is governed by a |
| 355 // BSD-style license that can be found in the LICENSE file. | 356 // BSD-style license that can be found in the LICENSE file. |
| 356 | 357 |
| 357 // WARNING: Do not edit - generated code. | 358 // WARNING: Do not edit - generated code. |
| 358 | 359 |
| 359 | 360 |
| 360 @DocsEditable() | 361 @DocsEditable() |
| 361 @DomName('SVGAnimatedInteger') | 362 @DomName('SVGAnimatedInteger') |
| 362 @Unstable() | 363 @Unstable() |
| 363 class AnimatedInteger extends NativeFieldWrapperClass2 { | 364 class AnimatedInteger extends NativeFieldWrapperClass2 { |
| 364 // To suppress missing implicit constructor warnings. | 365 // To suppress missing implicit constructor warnings. |
| 365 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } | 366 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } |
| 366 | 367 |
| 367 @DomName('SVGAnimatedInteger.animVal') | 368 @DomName('SVGAnimatedInteger.animVal') |
| 368 @DocsEditable() | 369 @DocsEditable() |
| 369 int get animVal native "SVGAnimatedInteger_animVal_Getter"; | 370 int get animVal => blink.Native_SVGAnimatedInteger_animVal_Getter(this); |
| 370 | 371 |
| 371 @DomName('SVGAnimatedInteger.baseVal') | 372 @DomName('SVGAnimatedInteger.baseVal') |
| 372 @DocsEditable() | 373 @DocsEditable() |
| 373 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; | 374 int get baseVal => blink.Native_SVGAnimatedInteger_baseVal_Getter(this); |
| 374 | 375 |
| 375 @DomName('SVGAnimatedInteger.baseVal') | 376 @DomName('SVGAnimatedInteger.baseVal') |
| 376 @DocsEditable() | 377 @DocsEditable() |
| 377 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; | 378 void set baseVal(int value) => blink.Native_SVGAnimatedInteger_baseVal_Setter(
this, value); |
| 378 | 379 |
| 379 } | 380 } |
| 380 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 381 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 381 // for details. All rights reserved. Use of this source code is governed by a | 382 // for details. All rights reserved. Use of this source code is governed by a |
| 382 // BSD-style license that can be found in the LICENSE file. | 383 // BSD-style license that can be found in the LICENSE file. |
| 383 | 384 |
| 384 // WARNING: Do not edit - generated code. | 385 // WARNING: Do not edit - generated code. |
| 385 | 386 |
| 386 | 387 |
| 387 @DocsEditable() | 388 @DocsEditable() |
| 388 @DomName('SVGAnimatedLength') | 389 @DomName('SVGAnimatedLength') |
| 389 @Unstable() | 390 @Unstable() |
| 390 class AnimatedLength extends NativeFieldWrapperClass2 { | 391 class AnimatedLength extends NativeFieldWrapperClass2 { |
| 391 // To suppress missing implicit constructor warnings. | 392 // To suppress missing implicit constructor warnings. |
| 392 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } | 393 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } |
| 393 | 394 |
| 394 @DomName('SVGAnimatedLength.animVal') | 395 @DomName('SVGAnimatedLength.animVal') |
| 395 @DocsEditable() | 396 @DocsEditable() |
| 396 Length get animVal native "SVGAnimatedLength_animVal_Getter"; | 397 Length get animVal => blink.Native_SVGAnimatedLength_animVal_Getter(this); |
| 397 | 398 |
| 398 @DomName('SVGAnimatedLength.baseVal') | 399 @DomName('SVGAnimatedLength.baseVal') |
| 399 @DocsEditable() | 400 @DocsEditable() |
| 400 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; | 401 Length get baseVal => blink.Native_SVGAnimatedLength_baseVal_Getter(this); |
| 401 | 402 |
| 402 } | 403 } |
| 403 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 404 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 404 // for details. All rights reserved. Use of this source code is governed by a | 405 // for details. All rights reserved. Use of this source code is governed by a |
| 405 // BSD-style license that can be found in the LICENSE file. | 406 // BSD-style license that can be found in the LICENSE file. |
| 406 | 407 |
| 407 // WARNING: Do not edit - generated code. | 408 // WARNING: Do not edit - generated code. |
| 408 | 409 |
| 409 | 410 |
| 410 @DocsEditable() | 411 @DocsEditable() |
| 411 @DomName('SVGAnimatedLengthList') | 412 @DomName('SVGAnimatedLengthList') |
| 412 @Unstable() | 413 @Unstable() |
| 413 class AnimatedLengthList extends NativeFieldWrapperClass2 { | 414 class AnimatedLengthList extends NativeFieldWrapperClass2 { |
| 414 // To suppress missing implicit constructor warnings. | 415 // To suppress missing implicit constructor warnings. |
| 415 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported");
} | 416 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported");
} |
| 416 | 417 |
| 417 @DomName('SVGAnimatedLengthList.animVal') | 418 @DomName('SVGAnimatedLengthList.animVal') |
| 418 @DocsEditable() | 419 @DocsEditable() |
| 419 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; | 420 LengthList get animVal => blink.Native_SVGAnimatedLengthList_animVal_Getter(th
is); |
| 420 | 421 |
| 421 @DomName('SVGAnimatedLengthList.baseVal') | 422 @DomName('SVGAnimatedLengthList.baseVal') |
| 422 @DocsEditable() | 423 @DocsEditable() |
| 423 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; | 424 LengthList get baseVal => blink.Native_SVGAnimatedLengthList_baseVal_Getter(th
is); |
| 424 | 425 |
| 425 } | 426 } |
| 426 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 427 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 427 // for details. All rights reserved. Use of this source code is governed by a | 428 // for details. All rights reserved. Use of this source code is governed by a |
| 428 // BSD-style license that can be found in the LICENSE file. | 429 // BSD-style license that can be found in the LICENSE file. |
| 429 | 430 |
| 430 // WARNING: Do not edit - generated code. | 431 // WARNING: Do not edit - generated code. |
| 431 | 432 |
| 432 | 433 |
| 433 @DocsEditable() | 434 @DocsEditable() |
| 434 @DomName('SVGAnimatedNumber') | 435 @DomName('SVGAnimatedNumber') |
| 435 @Unstable() | 436 @Unstable() |
| 436 class AnimatedNumber extends NativeFieldWrapperClass2 { | 437 class AnimatedNumber extends NativeFieldWrapperClass2 { |
| 437 // To suppress missing implicit constructor warnings. | 438 // To suppress missing implicit constructor warnings. |
| 438 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } | 439 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } |
| 439 | 440 |
| 440 @DomName('SVGAnimatedNumber.animVal') | 441 @DomName('SVGAnimatedNumber.animVal') |
| 441 @DocsEditable() | 442 @DocsEditable() |
| 442 double get animVal native "SVGAnimatedNumber_animVal_Getter"; | 443 double get animVal => blink.Native_SVGAnimatedNumber_animVal_Getter(this); |
| 443 | 444 |
| 444 @DomName('SVGAnimatedNumber.baseVal') | 445 @DomName('SVGAnimatedNumber.baseVal') |
| 445 @DocsEditable() | 446 @DocsEditable() |
| 446 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; | 447 num get baseVal => blink.Native_SVGAnimatedNumber_baseVal_Getter(this); |
| 447 | 448 |
| 448 @DomName('SVGAnimatedNumber.baseVal') | 449 @DomName('SVGAnimatedNumber.baseVal') |
| 449 @DocsEditable() | 450 @DocsEditable() |
| 450 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; | 451 void set baseVal(num value) => blink.Native_SVGAnimatedNumber_baseVal_Setter(t
his, value); |
| 451 | 452 |
| 452 } | 453 } |
| 453 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 454 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 454 // for details. All rights reserved. Use of this source code is governed by a | 455 // for details. All rights reserved. Use of this source code is governed by a |
| 455 // BSD-style license that can be found in the LICENSE file. | 456 // BSD-style license that can be found in the LICENSE file. |
| 456 | 457 |
| 457 // WARNING: Do not edit - generated code. | 458 // WARNING: Do not edit - generated code. |
| 458 | 459 |
| 459 | 460 |
| 460 @DocsEditable() | 461 @DocsEditable() |
| 461 @DomName('SVGAnimatedNumberList') | 462 @DomName('SVGAnimatedNumberList') |
| 462 @Unstable() | 463 @Unstable() |
| 463 class AnimatedNumberList extends NativeFieldWrapperClass2 { | 464 class AnimatedNumberList extends NativeFieldWrapperClass2 { |
| 464 // To suppress missing implicit constructor warnings. | 465 // To suppress missing implicit constructor warnings. |
| 465 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported");
} | 466 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported");
} |
| 466 | 467 |
| 467 @DomName('SVGAnimatedNumberList.animVal') | 468 @DomName('SVGAnimatedNumberList.animVal') |
| 468 @DocsEditable() | 469 @DocsEditable() |
| 469 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; | 470 NumberList get animVal => blink.Native_SVGAnimatedNumberList_animVal_Getter(th
is); |
| 470 | 471 |
| 471 @DomName('SVGAnimatedNumberList.baseVal') | 472 @DomName('SVGAnimatedNumberList.baseVal') |
| 472 @DocsEditable() | 473 @DocsEditable() |
| 473 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; | 474 NumberList get baseVal => blink.Native_SVGAnimatedNumberList_baseVal_Getter(th
is); |
| 474 | 475 |
| 475 } | 476 } |
| 476 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 477 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 477 // for details. All rights reserved. Use of this source code is governed by a | 478 // for details. All rights reserved. Use of this source code is governed by a |
| 478 // BSD-style license that can be found in the LICENSE file. | 479 // BSD-style license that can be found in the LICENSE file. |
| 479 | 480 |
| 480 // WARNING: Do not edit - generated code. | 481 // WARNING: Do not edit - generated code. |
| 481 | 482 |
| 482 | 483 |
| 483 @DocsEditable() | 484 @DocsEditable() |
| 484 @DomName('SVGAnimatedPreserveAspectRatio') | 485 @DomName('SVGAnimatedPreserveAspectRatio') |
| 485 @Unstable() | 486 @Unstable() |
| 486 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 { | 487 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 { |
| 487 // To suppress missing implicit constructor warnings. | 488 // To suppress missing implicit constructor warnings. |
| 488 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp
orted"); } | 489 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp
orted"); } |
| 489 | 490 |
| 490 @DomName('SVGAnimatedPreserveAspectRatio.animVal') | 491 @DomName('SVGAnimatedPreserveAspectRatio.animVal') |
| 491 @DocsEditable() | 492 @DocsEditable() |
| 492 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal
_Getter"; | 493 PreserveAspectRatio get animVal => blink.Native_SVGAnimatedPreserveAspectRatio
_animVal_Getter(this); |
| 493 | 494 |
| 494 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') | 495 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') |
| 495 @DocsEditable() | 496 @DocsEditable() |
| 496 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal
_Getter"; | 497 PreserveAspectRatio get baseVal => blink.Native_SVGAnimatedPreserveAspectRatio
_baseVal_Getter(this); |
| 497 | 498 |
| 498 } | 499 } |
| 499 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 500 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 500 // for details. All rights reserved. Use of this source code is governed by a | 501 // for details. All rights reserved. Use of this source code is governed by a |
| 501 // BSD-style license that can be found in the LICENSE file. | 502 // BSD-style license that can be found in the LICENSE file. |
| 502 | 503 |
| 503 // WARNING: Do not edit - generated code. | 504 // WARNING: Do not edit - generated code. |
| 504 | 505 |
| 505 | 506 |
| 506 @DocsEditable() | 507 @DocsEditable() |
| 507 @DomName('SVGAnimatedRect') | 508 @DomName('SVGAnimatedRect') |
| 508 @Unstable() | 509 @Unstable() |
| 509 class AnimatedRect extends NativeFieldWrapperClass2 { | 510 class AnimatedRect extends NativeFieldWrapperClass2 { |
| 510 // To suppress missing implicit constructor warnings. | 511 // To suppress missing implicit constructor warnings. |
| 511 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } | 512 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } |
| 512 | 513 |
| 513 @DomName('SVGAnimatedRect.animVal') | 514 @DomName('SVGAnimatedRect.animVal') |
| 514 @DocsEditable() | 515 @DocsEditable() |
| 515 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; | 516 Rect get animVal => blink.Native_SVGAnimatedRect_animVal_Getter(this); |
| 516 | 517 |
| 517 @DomName('SVGAnimatedRect.baseVal') | 518 @DomName('SVGAnimatedRect.baseVal') |
| 518 @DocsEditable() | 519 @DocsEditable() |
| 519 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; | 520 Rect get baseVal => blink.Native_SVGAnimatedRect_baseVal_Getter(this); |
| 520 | 521 |
| 521 } | 522 } |
| 522 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 523 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 523 // for details. All rights reserved. Use of this source code is governed by a | 524 // for details. All rights reserved. Use of this source code is governed by a |
| 524 // BSD-style license that can be found in the LICENSE file. | 525 // BSD-style license that can be found in the LICENSE file. |
| 525 | 526 |
| 526 // WARNING: Do not edit - generated code. | 527 // WARNING: Do not edit - generated code. |
| 527 | 528 |
| 528 | 529 |
| 529 @DocsEditable() | 530 @DocsEditable() |
| 530 @DomName('SVGAnimatedString') | 531 @DomName('SVGAnimatedString') |
| 531 @Unstable() | 532 @Unstable() |
| 532 class AnimatedString extends NativeFieldWrapperClass2 { | 533 class AnimatedString extends NativeFieldWrapperClass2 { |
| 533 // To suppress missing implicit constructor warnings. | 534 // To suppress missing implicit constructor warnings. |
| 534 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } | 535 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } |
| 535 | 536 |
| 536 @DomName('SVGAnimatedString.animVal') | 537 @DomName('SVGAnimatedString.animVal') |
| 537 @DocsEditable() | 538 @DocsEditable() |
| 538 String get animVal native "SVGAnimatedString_animVal_Getter"; | 539 String get animVal => blink.Native_SVGAnimatedString_animVal_Getter(this); |
| 539 | 540 |
| 540 @DomName('SVGAnimatedString.baseVal') | 541 @DomName('SVGAnimatedString.baseVal') |
| 541 @DocsEditable() | 542 @DocsEditable() |
| 542 String get baseVal native "SVGAnimatedString_baseVal_Getter"; | 543 String get baseVal => blink.Native_SVGAnimatedString_baseVal_Getter(this); |
| 543 | 544 |
| 544 @DomName('SVGAnimatedString.baseVal') | 545 @DomName('SVGAnimatedString.baseVal') |
| 545 @DocsEditable() | 546 @DocsEditable() |
| 546 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; | 547 void set baseVal(String value) => blink.Native_SVGAnimatedString_baseVal_Sette
r(this, value); |
| 547 | 548 |
| 548 } | 549 } |
| 549 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 550 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 550 // for details. All rights reserved. Use of this source code is governed by a | 551 // for details. All rights reserved. Use of this source code is governed by a |
| 551 // BSD-style license that can be found in the LICENSE file. | 552 // BSD-style license that can be found in the LICENSE file. |
| 552 | 553 |
| 553 // WARNING: Do not edit - generated code. | 554 // WARNING: Do not edit - generated code. |
| 554 | 555 |
| 555 | 556 |
| 556 @DocsEditable() | 557 @DocsEditable() |
| 557 @DomName('SVGAnimatedTransformList') | 558 @DomName('SVGAnimatedTransformList') |
| 558 @Unstable() | 559 @Unstable() |
| 559 class AnimatedTransformList extends NativeFieldWrapperClass2 { | 560 class AnimatedTransformList extends NativeFieldWrapperClass2 { |
| 560 // To suppress missing implicit constructor warnings. | 561 // To suppress missing implicit constructor warnings. |
| 561 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"
); } | 562 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"
); } |
| 562 | 563 |
| 563 @DomName('SVGAnimatedTransformList.animVal') | 564 @DomName('SVGAnimatedTransformList.animVal') |
| 564 @DocsEditable() | 565 @DocsEditable() |
| 565 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; | 566 TransformList get animVal => blink.Native_SVGAnimatedTransformList_animVal_Get
ter(this); |
| 566 | 567 |
| 567 @DomName('SVGAnimatedTransformList.baseVal') | 568 @DomName('SVGAnimatedTransformList.baseVal') |
| 568 @DocsEditable() | 569 @DocsEditable() |
| 569 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; | 570 TransformList get baseVal => blink.Native_SVGAnimatedTransformList_baseVal_Get
ter(this); |
| 570 | 571 |
| 571 } | 572 } |
| 572 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 573 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 573 // for details. All rights reserved. Use of this source code is governed by a | 574 // for details. All rights reserved. Use of this source code is governed by a |
| 574 // BSD-style license that can be found in the LICENSE file. | 575 // BSD-style license that can be found in the LICENSE file. |
| 575 | 576 |
| 576 // WARNING: Do not edit - generated code. | 577 // WARNING: Do not edit - generated code. |
| 577 | 578 |
| 578 | 579 |
| 579 @DocsEditable() | 580 @DocsEditable() |
| 580 @DomName('SVGAnimationElement') | 581 @DomName('SVGAnimationElement') |
| 581 @Unstable() | 582 @Unstable() |
| 582 class AnimationElement extends SvgElement implements Tests { | 583 class AnimationElement extends SvgElement implements Tests { |
| 583 // To suppress missing implicit constructor warnings. | 584 // To suppress missing implicit constructor warnings. |
| 584 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } | 585 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } |
| 585 | 586 |
| 586 @DomName('SVGAnimationElement.SVGAnimationElement') | 587 @DomName('SVGAnimationElement.SVGAnimationElement') |
| 587 @DocsEditable() | 588 @DocsEditable() |
| 588 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 589 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
| 589 /** | 590 /** |
| 590 * Constructor instantiated by the DOM when a custom element has been created. | 591 * Constructor instantiated by the DOM when a custom element has been created. |
| 591 * | 592 * |
| 592 * This can only be called by subclasses from their created constructor. | 593 * This can only be called by subclasses from their created constructor. |
| 593 */ | 594 */ |
| 594 AnimationElement.created() : super.created(); | 595 AnimationElement.created() : super.created(); |
| 595 | 596 |
| 596 @DomName('SVGAnimationElement.targetElement') | 597 @DomName('SVGAnimationElement.targetElement') |
| 597 @DocsEditable() | 598 @DocsEditable() |
| 598 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; | 599 SvgElement get targetElement => blink.Native_SVGAnimationElement_targetElement
_Getter(this); |
| 599 | 600 |
| 600 @DomName('SVGAnimationElement.beginElement') | 601 @DomName('SVGAnimationElement.beginElement') |
| 601 @DocsEditable() | 602 @DocsEditable() |
| 602 void beginElement() native "SVGAnimationElement_beginElement_Callback"; | 603 void beginElement() => blink.Native_SVGAnimationElement_beginElement_Callback(
this); |
| 603 | 604 |
| 604 @DomName('SVGAnimationElement.beginElementAt') | 605 @DomName('SVGAnimationElement.beginElementAt') |
| 605 @DocsEditable() | 606 @DocsEditable() |
| 606 void beginElementAt(num offset) native "SVGAnimationElement_beginElementAt_Cal
lback"; | 607 void beginElementAt(num offset) => blink.Native_SVGAnimationElement_beginEleme
ntAt_Callback(this, offset); |
| 607 | 608 |
| 608 @DomName('SVGAnimationElement.endElement') | 609 @DomName('SVGAnimationElement.endElement') |
| 609 @DocsEditable() | 610 @DocsEditable() |
| 610 void endElement() native "SVGAnimationElement_endElement_Callback"; | 611 void endElement() => blink.Native_SVGAnimationElement_endElement_Callback(this
); |
| 611 | 612 |
| 612 @DomName('SVGAnimationElement.endElementAt') | 613 @DomName('SVGAnimationElement.endElementAt') |
| 613 @DocsEditable() | 614 @DocsEditable() |
| 614 void endElementAt(num offset) native "SVGAnimationElement_endElementAt_Callbac
k"; | 615 void endElementAt(num offset) => blink.Native_SVGAnimationElement_endElementAt
_Callback(this, offset); |
| 615 | 616 |
| 616 @DomName('SVGAnimationElement.getCurrentTime') | 617 @DomName('SVGAnimationElement.getCurrentTime') |
| 617 @DocsEditable() | 618 @DocsEditable() |
| 618 double getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; | 619 double getCurrentTime() => blink.Native_SVGAnimationElement_getCurrentTime_Cal
lback(this); |
| 619 | 620 |
| 620 @DomName('SVGAnimationElement.getSimpleDuration') | 621 @DomName('SVGAnimationElement.getSimpleDuration') |
| 621 @DocsEditable() | 622 @DocsEditable() |
| 622 double getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callb
ack"; | 623 double getSimpleDuration() => blink.Native_SVGAnimationElement_getSimpleDurati
on_Callback(this); |
| 623 | 624 |
| 624 @DomName('SVGAnimationElement.getStartTime') | 625 @DomName('SVGAnimationElement.getStartTime') |
| 625 @DocsEditable() | 626 @DocsEditable() |
| 626 double getStartTime() native "SVGAnimationElement_getStartTime_Callback"; | 627 double getStartTime() => blink.Native_SVGAnimationElement_getStartTime_Callbac
k(this); |
| 627 | 628 |
| 628 @DomName('SVGAnimationElement.requiredExtensions') | 629 @DomName('SVGAnimationElement.requiredExtensions') |
| 629 @DocsEditable() | 630 @DocsEditable() |
| 630 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio
ns_Getter"; | 631 StringList get requiredExtensions => blink.Native_SVGAnimationElement_required
Extensions_Getter(this); |
| 631 | 632 |
| 632 @DomName('SVGAnimationElement.requiredFeatures') | 633 @DomName('SVGAnimationElement.requiredFeatures') |
| 633 @DocsEditable() | 634 @DocsEditable() |
| 634 StringList get requiredFeatures native "SVGAnimationElement_requiredFeatures_G
etter"; | 635 StringList get requiredFeatures => blink.Native_SVGAnimationElement_requiredFe
atures_Getter(this); |
| 635 | 636 |
| 636 @DomName('SVGAnimationElement.systemLanguage') | 637 @DomName('SVGAnimationElement.systemLanguage') |
| 637 @DocsEditable() | 638 @DocsEditable() |
| 638 StringList get systemLanguage native "SVGAnimationElement_systemLanguage_Gette
r"; | 639 StringList get systemLanguage => blink.Native_SVGAnimationElement_systemLangua
ge_Getter(this); |
| 639 | 640 |
| 640 @DomName('SVGAnimationElement.hasExtension') | 641 @DomName('SVGAnimationElement.hasExtension') |
| 641 @DocsEditable() | 642 @DocsEditable() |
| 642 bool hasExtension(String extension) native "SVGAnimationElement_hasExtension_C
allback"; | 643 bool hasExtension(String extension) => blink.Native_SVGAnimationElement_hasExt
ension_Callback(this, extension); |
| 643 | 644 |
| 644 } | 645 } |
| 645 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 646 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 646 // for details. All rights reserved. Use of this source code is governed by a | 647 // for details. All rights reserved. Use of this source code is governed by a |
| 647 // BSD-style license that can be found in the LICENSE file. | 648 // BSD-style license that can be found in the LICENSE file. |
| 648 | 649 |
| 649 // WARNING: Do not edit - generated code. | 650 // WARNING: Do not edit - generated code. |
| 650 | 651 |
| 651 | 652 |
| 652 @DocsEditable() | 653 @DocsEditable() |
| 653 @DomName('SVGCircleElement') | 654 @DomName('SVGCircleElement') |
| 654 @Unstable() | 655 @Unstable() |
| 655 class CircleElement extends GeometryElement { | 656 class CircleElement extends GeometryElement { |
| 656 // To suppress missing implicit constructor warnings. | 657 // To suppress missing implicit constructor warnings. |
| 657 factory CircleElement._() { throw new UnsupportedError("Not supported"); } | 658 factory CircleElement._() { throw new UnsupportedError("Not supported"); } |
| 658 | 659 |
| 659 @DomName('SVGCircleElement.SVGCircleElement') | 660 @DomName('SVGCircleElement.SVGCircleElement') |
| 660 @DocsEditable() | 661 @DocsEditable() |
| 661 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 662 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); |
| 662 /** | 663 /** |
| 663 * Constructor instantiated by the DOM when a custom element has been created. | 664 * Constructor instantiated by the DOM when a custom element has been created. |
| 664 * | 665 * |
| 665 * This can only be called by subclasses from their created constructor. | 666 * This can only be called by subclasses from their created constructor. |
| 666 */ | 667 */ |
| 667 CircleElement.created() : super.created(); | 668 CircleElement.created() : super.created(); |
| 668 | 669 |
| 669 @DomName('SVGCircleElement.cx') | 670 @DomName('SVGCircleElement.cx') |
| 670 @DocsEditable() | 671 @DocsEditable() |
| 671 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; | 672 AnimatedLength get cx => blink.Native_SVGCircleElement_cx_Getter(this); |
| 672 | 673 |
| 673 @DomName('SVGCircleElement.cy') | 674 @DomName('SVGCircleElement.cy') |
| 674 @DocsEditable() | 675 @DocsEditable() |
| 675 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; | 676 AnimatedLength get cy => blink.Native_SVGCircleElement_cy_Getter(this); |
| 676 | 677 |
| 677 @DomName('SVGCircleElement.r') | 678 @DomName('SVGCircleElement.r') |
| 678 @DocsEditable() | 679 @DocsEditable() |
| 679 AnimatedLength get r native "SVGCircleElement_r_Getter"; | 680 AnimatedLength get r => blink.Native_SVGCircleElement_r_Getter(this); |
| 680 | 681 |
| 681 } | 682 } |
| 682 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 683 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 683 // for details. All rights reserved. Use of this source code is governed by a | 684 // for details. All rights reserved. Use of this source code is governed by a |
| 684 // BSD-style license that can be found in the LICENSE file. | 685 // BSD-style license that can be found in the LICENSE file. |
| 685 | 686 |
| 686 // WARNING: Do not edit - generated code. | 687 // WARNING: Do not edit - generated code. |
| 687 | 688 |
| 688 | 689 |
| 689 @DocsEditable() | 690 @DocsEditable() |
| 690 @DomName('SVGClipPathElement') | 691 @DomName('SVGClipPathElement') |
| 691 @Unstable() | 692 @Unstable() |
| 692 class ClipPathElement extends GraphicsElement { | 693 class ClipPathElement extends GraphicsElement { |
| 693 // To suppress missing implicit constructor warnings. | 694 // To suppress missing implicit constructor warnings. |
| 694 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } | 695 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } |
| 695 | 696 |
| 696 @DomName('SVGClipPathElement.SVGClipPathElement') | 697 @DomName('SVGClipPathElement.SVGClipPathElement') |
| 697 @DocsEditable() | 698 @DocsEditable() |
| 698 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 699 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); |
| 699 /** | 700 /** |
| 700 * Constructor instantiated by the DOM when a custom element has been created. | 701 * Constructor instantiated by the DOM when a custom element has been created. |
| 701 * | 702 * |
| 702 * This can only be called by subclasses from their created constructor. | 703 * This can only be called by subclasses from their created constructor. |
| 703 */ | 704 */ |
| 704 ClipPathElement.created() : super.created(); | 705 ClipPathElement.created() : super.created(); |
| 705 | 706 |
| 706 @DomName('SVGClipPathElement.clipPathUnits') | 707 @DomName('SVGClipPathElement.clipPathUnits') |
| 707 @DocsEditable() | 708 @DocsEditable() |
| 708 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; | 709 AnimatedEnumeration get clipPathUnits => blink.Native_SVGClipPathElement_clipP
athUnits_Getter(this); |
| 709 | 710 |
| 710 } | 711 } |
| 711 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 712 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 712 // for details. All rights reserved. Use of this source code is governed by a | 713 // for details. All rights reserved. Use of this source code is governed by a |
| 713 // BSD-style license that can be found in the LICENSE file. | 714 // BSD-style license that can be found in the LICENSE file. |
| 714 | 715 |
| 715 // WARNING: Do not edit - generated code. | 716 // WARNING: Do not edit - generated code. |
| 716 | 717 |
| 717 | 718 |
| 718 @DocsEditable() | 719 @DocsEditable() |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1212 * handlers that are not necessarily instances of [ElementInstance]. | 1213 * handlers that are not necessarily instances of [ElementInstance]. |
| 1213 * | 1214 * |
| 1214 * See [EventStreamProvider] for usage information. | 1215 * See [EventStreamProvider] for usage information. |
| 1215 */ | 1216 */ |
| 1216 @DomName('SVGElementInstance.unloadEvent') | 1217 @DomName('SVGElementInstance.unloadEvent') |
| 1217 @DocsEditable() | 1218 @DocsEditable() |
| 1218 static const EventStreamProvider<Event> unloadEvent = const EventStreamProvide
r<Event>('unload'); | 1219 static const EventStreamProvider<Event> unloadEvent = const EventStreamProvide
r<Event>('unload'); |
| 1219 | 1220 |
| 1220 @DomName('SVGElementInstance.childNodes') | 1221 @DomName('SVGElementInstance.childNodes') |
| 1221 @DocsEditable() | 1222 @DocsEditable() |
| 1222 List<ElementInstance> get childNodes native "SVGElementInstance_childNodes_Get
ter"; | 1223 List<ElementInstance> get childNodes => blink.Native_SVGElementInstance_childN
odes_Getter(this); |
| 1223 | 1224 |
| 1224 @DomName('SVGElementInstance.correspondingElement') | 1225 @DomName('SVGElementInstance.correspondingElement') |
| 1225 @DocsEditable() | 1226 @DocsEditable() |
| 1226 SvgElement get correspondingElement native "SVGElementInstance_correspondingEl
ement_Getter"; | 1227 SvgElement get correspondingElement => blink.Native_SVGElementInstance_corresp
ondingElement_Getter(this); |
| 1227 | 1228 |
| 1228 @DomName('SVGElementInstance.correspondingUseElement') | 1229 @DomName('SVGElementInstance.correspondingUseElement') |
| 1229 @DocsEditable() | 1230 @DocsEditable() |
| 1230 UseElement get correspondingUseElement native "SVGElementInstance_correspondin
gUseElement_Getter"; | 1231 UseElement get correspondingUseElement => blink.Native_SVGElementInstance_corr
espondingUseElement_Getter(this); |
| 1231 | 1232 |
| 1232 @DomName('SVGElementInstance.firstChild') | 1233 @DomName('SVGElementInstance.firstChild') |
| 1233 @DocsEditable() | 1234 @DocsEditable() |
| 1234 ElementInstance get firstChild native "SVGElementInstance_firstChild_Getter"; | 1235 ElementInstance get firstChild => blink.Native_SVGElementInstance_firstChild_G
etter(this); |
| 1235 | 1236 |
| 1236 @DomName('SVGElementInstance.lastChild') | 1237 @DomName('SVGElementInstance.lastChild') |
| 1237 @DocsEditable() | 1238 @DocsEditable() |
| 1238 ElementInstance get lastChild native "SVGElementInstance_lastChild_Getter"; | 1239 ElementInstance get lastChild => blink.Native_SVGElementInstance_lastChild_Get
ter(this); |
| 1239 | 1240 |
| 1240 @DomName('SVGElementInstance.nextSibling') | 1241 @DomName('SVGElementInstance.nextSibling') |
| 1241 @DocsEditable() | 1242 @DocsEditable() |
| 1242 ElementInstance get nextSibling native "SVGElementInstance_nextSibling_Getter"
; | 1243 ElementInstance get nextSibling => blink.Native_SVGElementInstance_nextSibling
_Getter(this); |
| 1243 | 1244 |
| 1244 @DomName('SVGElementInstance.parentNode') | 1245 @DomName('SVGElementInstance.parentNode') |
| 1245 @DocsEditable() | 1246 @DocsEditable() |
| 1246 ElementInstance get parentNode native "SVGElementInstance_parentNode_Getter"; | 1247 ElementInstance get parentNode => blink.Native_SVGElementInstance_parentNode_G
etter(this); |
| 1247 | 1248 |
| 1248 @DomName('SVGElementInstance.previousSibling') | 1249 @DomName('SVGElementInstance.previousSibling') |
| 1249 @DocsEditable() | 1250 @DocsEditable() |
| 1250 ElementInstance get previousSibling native "SVGElementInstance_previousSibling
_Getter"; | 1251 ElementInstance get previousSibling => blink.Native_SVGElementInstance_previou
sSibling_Getter(this); |
| 1251 | 1252 |
| 1252 @DomName('SVGElementInstance.addEventListener') | 1253 @DomName('SVGElementInstance.addEventListener') |
| 1253 @DocsEditable() | 1254 @DocsEditable() |
| 1254 @Experimental() // untriaged | 1255 @Experimental() // untriaged |
| 1255 void addEventListener(String type, EventListener listener, [bool useCapture])
native "SVGElementInstance_addEventListener_Callback"; | 1256 void addEventListener(String type, EventListener listener, [bool useCapture])
=> blink.Native_SVGElementInstance_addEventListener_Callback(this, type, listene
r, useCapture); |
| 1256 | 1257 |
| 1257 @DomName('SVGElementInstance.dispatchEvent') | 1258 @DomName('SVGElementInstance.dispatchEvent') |
| 1258 @DocsEditable() | 1259 @DocsEditable() |
| 1259 @Experimental() // untriaged | 1260 @Experimental() // untriaged |
| 1260 bool dispatchEvent(Event event) native "SVGElementInstance_dispatchEvent_Callb
ack"; | 1261 bool dispatchEvent(Event event) => blink.Native_SVGElementInstance_dispatchEve
nt_Callback(this, event); |
| 1261 | 1262 |
| 1262 @DomName('SVGElementInstance.removeEventListener') | 1263 @DomName('SVGElementInstance.removeEventListener') |
| 1263 @DocsEditable() | 1264 @DocsEditable() |
| 1264 @Experimental() // untriaged | 1265 @Experimental() // untriaged |
| 1265 void removeEventListener(String type, EventListener listener, [bool useCapture
]) native "SVGElementInstance_removeEventListener_Callback"; | 1266 void removeEventListener(String type, EventListener listener, [bool useCapture
]) => blink.Native_SVGElementInstance_removeEventListener_Callback(this, type, l
istener, useCapture); |
| 1266 | 1267 |
| 1267 /// Stream of `abort` events handled by this [ElementInstance]. | 1268 /// Stream of `abort` events handled by this [ElementInstance]. |
| 1268 @DomName('SVGElementInstance.onabort') | 1269 @DomName('SVGElementInstance.onabort') |
| 1269 @DocsEditable() | 1270 @DocsEditable() |
| 1270 Stream<Event> get onAbort => abortEvent.forTarget(this); | 1271 Stream<Event> get onAbort => abortEvent.forTarget(this); |
| 1271 | 1272 |
| 1272 /// Stream of `beforecopy` events handled by this [ElementInstance]. | 1273 /// Stream of `beforecopy` events handled by this [ElementInstance]. |
| 1273 @DomName('SVGElementInstance.onbeforecopy') | 1274 @DomName('SVGElementInstance.onbeforecopy') |
| 1274 @DocsEditable() | 1275 @DocsEditable() |
| 1275 Stream<Event> get onBeforeCopy => beforeCopyEvent.forTarget(this); | 1276 Stream<Event> get onBeforeCopy => beforeCopyEvent.forTarget(this); |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1498 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1499 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
| 1499 /** | 1500 /** |
| 1500 * Constructor instantiated by the DOM when a custom element has been created. | 1501 * Constructor instantiated by the DOM when a custom element has been created. |
| 1501 * | 1502 * |
| 1502 * This can only be called by subclasses from their created constructor. | 1503 * This can only be called by subclasses from their created constructor. |
| 1503 */ | 1504 */ |
| 1504 EllipseElement.created() : super.created(); | 1505 EllipseElement.created() : super.created(); |
| 1505 | 1506 |
| 1506 @DomName('SVGEllipseElement.cx') | 1507 @DomName('SVGEllipseElement.cx') |
| 1507 @DocsEditable() | 1508 @DocsEditable() |
| 1508 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; | 1509 AnimatedLength get cx => blink.Native_SVGEllipseElement_cx_Getter(this); |
| 1509 | 1510 |
| 1510 @DomName('SVGEllipseElement.cy') | 1511 @DomName('SVGEllipseElement.cy') |
| 1511 @DocsEditable() | 1512 @DocsEditable() |
| 1512 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; | 1513 AnimatedLength get cy => blink.Native_SVGEllipseElement_cy_Getter(this); |
| 1513 | 1514 |
| 1514 @DomName('SVGEllipseElement.rx') | 1515 @DomName('SVGEllipseElement.rx') |
| 1515 @DocsEditable() | 1516 @DocsEditable() |
| 1516 AnimatedLength get rx native "SVGEllipseElement_rx_Getter"; | 1517 AnimatedLength get rx => blink.Native_SVGEllipseElement_rx_Getter(this); |
| 1517 | 1518 |
| 1518 @DomName('SVGEllipseElement.ry') | 1519 @DomName('SVGEllipseElement.ry') |
| 1519 @DocsEditable() | 1520 @DocsEditable() |
| 1520 AnimatedLength get ry native "SVGEllipseElement_ry_Getter"; | 1521 AnimatedLength get ry => blink.Native_SVGEllipseElement_ry_Getter(this); |
| 1521 | 1522 |
| 1522 } | 1523 } |
| 1523 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1524 // for details. All rights reserved. Use of this source code is governed by a | 1525 // for details. All rights reserved. Use of this source code is governed by a |
| 1525 // BSD-style license that can be found in the LICENSE file. | 1526 // BSD-style license that can be found in the LICENSE file. |
| 1526 | 1527 |
| 1527 // WARNING: Do not edit - generated code. | 1528 // WARNING: Do not edit - generated code. |
| 1528 | 1529 |
| 1529 | 1530 |
| 1530 @DocsEditable() | 1531 @DocsEditable() |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1570 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_SCREEN') | 1571 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_SCREEN') |
| 1571 @DocsEditable() | 1572 @DocsEditable() |
| 1572 static const int SVG_FEBLEND_MODE_SCREEN = 3; | 1573 static const int SVG_FEBLEND_MODE_SCREEN = 3; |
| 1573 | 1574 |
| 1574 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN') | 1575 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN') |
| 1575 @DocsEditable() | 1576 @DocsEditable() |
| 1576 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; | 1577 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; |
| 1577 | 1578 |
| 1578 @DomName('SVGFEBlendElement.in1') | 1579 @DomName('SVGFEBlendElement.in1') |
| 1579 @DocsEditable() | 1580 @DocsEditable() |
| 1580 AnimatedString get in1 native "SVGFEBlendElement_in1_Getter"; | 1581 AnimatedString get in1 => blink.Native_SVGFEBlendElement_in1_Getter(this); |
| 1581 | 1582 |
| 1582 @DomName('SVGFEBlendElement.in2') | 1583 @DomName('SVGFEBlendElement.in2') |
| 1583 @DocsEditable() | 1584 @DocsEditable() |
| 1584 AnimatedString get in2 native "SVGFEBlendElement_in2_Getter"; | 1585 AnimatedString get in2 => blink.Native_SVGFEBlendElement_in2_Getter(this); |
| 1585 | 1586 |
| 1586 @DomName('SVGFEBlendElement.mode') | 1587 @DomName('SVGFEBlendElement.mode') |
| 1587 @DocsEditable() | 1588 @DocsEditable() |
| 1588 AnimatedEnumeration get mode native "SVGFEBlendElement_mode_Getter"; | 1589 AnimatedEnumeration get mode => blink.Native_SVGFEBlendElement_mode_Getter(thi
s); |
| 1589 | 1590 |
| 1590 @DomName('SVGFEBlendElement.height') | 1591 @DomName('SVGFEBlendElement.height') |
| 1591 @DocsEditable() | 1592 @DocsEditable() |
| 1592 AnimatedLength get height native "SVGFEBlendElement_height_Getter"; | 1593 AnimatedLength get height => blink.Native_SVGFEBlendElement_height_Getter(this
); |
| 1593 | 1594 |
| 1594 @DomName('SVGFEBlendElement.result') | 1595 @DomName('SVGFEBlendElement.result') |
| 1595 @DocsEditable() | 1596 @DocsEditable() |
| 1596 AnimatedString get result native "SVGFEBlendElement_result_Getter"; | 1597 AnimatedString get result => blink.Native_SVGFEBlendElement_result_Getter(this
); |
| 1597 | 1598 |
| 1598 @DomName('SVGFEBlendElement.width') | 1599 @DomName('SVGFEBlendElement.width') |
| 1599 @DocsEditable() | 1600 @DocsEditable() |
| 1600 AnimatedLength get width native "SVGFEBlendElement_width_Getter"; | 1601 AnimatedLength get width => blink.Native_SVGFEBlendElement_width_Getter(this); |
| 1601 | 1602 |
| 1602 @DomName('SVGFEBlendElement.x') | 1603 @DomName('SVGFEBlendElement.x') |
| 1603 @DocsEditable() | 1604 @DocsEditable() |
| 1604 AnimatedLength get x native "SVGFEBlendElement_x_Getter"; | 1605 AnimatedLength get x => blink.Native_SVGFEBlendElement_x_Getter(this); |
| 1605 | 1606 |
| 1606 @DomName('SVGFEBlendElement.y') | 1607 @DomName('SVGFEBlendElement.y') |
| 1607 @DocsEditable() | 1608 @DocsEditable() |
| 1608 AnimatedLength get y native "SVGFEBlendElement_y_Getter"; | 1609 AnimatedLength get y => blink.Native_SVGFEBlendElement_y_Getter(this); |
| 1609 | 1610 |
| 1610 } | 1611 } |
| 1611 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1612 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1612 // for details. All rights reserved. Use of this source code is governed by a | 1613 // for details. All rights reserved. Use of this source code is governed by a |
| 1613 // BSD-style license that can be found in the LICENSE file. | 1614 // BSD-style license that can be found in the LICENSE file. |
| 1614 | 1615 |
| 1615 // WARNING: Do not edit - generated code. | 1616 // WARNING: Do not edit - generated code. |
| 1616 | 1617 |
| 1617 | 1618 |
| 1618 @DocsEditable() | 1619 @DocsEditable() |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1654 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE') | 1655 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE') |
| 1655 @DocsEditable() | 1656 @DocsEditable() |
| 1656 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; | 1657 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; |
| 1657 | 1658 |
| 1658 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_UNKNOWN') | 1659 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_UNKNOWN') |
| 1659 @DocsEditable() | 1660 @DocsEditable() |
| 1660 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; | 1661 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; |
| 1661 | 1662 |
| 1662 @DomName('SVGFEColorMatrixElement.in1') | 1663 @DomName('SVGFEColorMatrixElement.in1') |
| 1663 @DocsEditable() | 1664 @DocsEditable() |
| 1664 AnimatedString get in1 native "SVGFEColorMatrixElement_in1_Getter"; | 1665 AnimatedString get in1 => blink.Native_SVGFEColorMatrixElement_in1_Getter(this
); |
| 1665 | 1666 |
| 1666 @DomName('SVGFEColorMatrixElement.type') | 1667 @DomName('SVGFEColorMatrixElement.type') |
| 1667 @DocsEditable() | 1668 @DocsEditable() |
| 1668 AnimatedEnumeration get type native "SVGFEColorMatrixElement_type_Getter"; | 1669 AnimatedEnumeration get type => blink.Native_SVGFEColorMatrixElement_type_Gett
er(this); |
| 1669 | 1670 |
| 1670 @DomName('SVGFEColorMatrixElement.values') | 1671 @DomName('SVGFEColorMatrixElement.values') |
| 1671 @DocsEditable() | 1672 @DocsEditable() |
| 1672 AnimatedNumberList get values native "SVGFEColorMatrixElement_values_Getter"; | 1673 AnimatedNumberList get values => blink.Native_SVGFEColorMatrixElement_values_G
etter(this); |
| 1673 | 1674 |
| 1674 @DomName('SVGFEColorMatrixElement.height') | 1675 @DomName('SVGFEColorMatrixElement.height') |
| 1675 @DocsEditable() | 1676 @DocsEditable() |
| 1676 AnimatedLength get height native "SVGFEColorMatrixElement_height_Getter"; | 1677 AnimatedLength get height => blink.Native_SVGFEColorMatrixElement_height_Gette
r(this); |
| 1677 | 1678 |
| 1678 @DomName('SVGFEColorMatrixElement.result') | 1679 @DomName('SVGFEColorMatrixElement.result') |
| 1679 @DocsEditable() | 1680 @DocsEditable() |
| 1680 AnimatedString get result native "SVGFEColorMatrixElement_result_Getter"; | 1681 AnimatedString get result => blink.Native_SVGFEColorMatrixElement_result_Gette
r(this); |
| 1681 | 1682 |
| 1682 @DomName('SVGFEColorMatrixElement.width') | 1683 @DomName('SVGFEColorMatrixElement.width') |
| 1683 @DocsEditable() | 1684 @DocsEditable() |
| 1684 AnimatedLength get width native "SVGFEColorMatrixElement_width_Getter"; | 1685 AnimatedLength get width => blink.Native_SVGFEColorMatrixElement_width_Getter(
this); |
| 1685 | 1686 |
| 1686 @DomName('SVGFEColorMatrixElement.x') | 1687 @DomName('SVGFEColorMatrixElement.x') |
| 1687 @DocsEditable() | 1688 @DocsEditable() |
| 1688 AnimatedLength get x native "SVGFEColorMatrixElement_x_Getter"; | 1689 AnimatedLength get x => blink.Native_SVGFEColorMatrixElement_x_Getter(this); |
| 1689 | 1690 |
| 1690 @DomName('SVGFEColorMatrixElement.y') | 1691 @DomName('SVGFEColorMatrixElement.y') |
| 1691 @DocsEditable() | 1692 @DocsEditable() |
| 1692 AnimatedLength get y native "SVGFEColorMatrixElement_y_Getter"; | 1693 AnimatedLength get y => blink.Native_SVGFEColorMatrixElement_y_Getter(this); |
| 1693 | 1694 |
| 1694 } | 1695 } |
| 1695 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1696 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1696 // for details. All rights reserved. Use of this source code is governed by a | 1697 // for details. All rights reserved. Use of this source code is governed by a |
| 1697 // BSD-style license that can be found in the LICENSE file. | 1698 // BSD-style license that can be found in the LICENSE file. |
| 1698 | 1699 |
| 1699 // WARNING: Do not edit - generated code. | 1700 // WARNING: Do not edit - generated code. |
| 1700 | 1701 |
| 1701 | 1702 |
| 1702 @DocsEditable() | 1703 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 1718 * | 1719 * |
| 1719 * This can only be called by subclasses from their created constructor. | 1720 * This can only be called by subclasses from their created constructor. |
| 1720 */ | 1721 */ |
| 1721 FEComponentTransferElement.created() : super.created(); | 1722 FEComponentTransferElement.created() : super.created(); |
| 1722 | 1723 |
| 1723 /// Checks if this type is supported on the current platform. | 1724 /// Checks if this type is supported on the current platform. |
| 1724 static bool get supported => true; | 1725 static bool get supported => true; |
| 1725 | 1726 |
| 1726 @DomName('SVGFEComponentTransferElement.in1') | 1727 @DomName('SVGFEComponentTransferElement.in1') |
| 1727 @DocsEditable() | 1728 @DocsEditable() |
| 1728 AnimatedString get in1 native "SVGFEComponentTransferElement_in1_Getter"; | 1729 AnimatedString get in1 => blink.Native_SVGFEComponentTransferElement_in1_Gette
r(this); |
| 1729 | 1730 |
| 1730 @DomName('SVGFEComponentTransferElement.height') | 1731 @DomName('SVGFEComponentTransferElement.height') |
| 1731 @DocsEditable() | 1732 @DocsEditable() |
| 1732 AnimatedLength get height native "SVGFEComponentTransferElement_height_Getter"
; | 1733 AnimatedLength get height => blink.Native_SVGFEComponentTransferElement_height
_Getter(this); |
| 1733 | 1734 |
| 1734 @DomName('SVGFEComponentTransferElement.result') | 1735 @DomName('SVGFEComponentTransferElement.result') |
| 1735 @DocsEditable() | 1736 @DocsEditable() |
| 1736 AnimatedString get result native "SVGFEComponentTransferElement_result_Getter"
; | 1737 AnimatedString get result => blink.Native_SVGFEComponentTransferElement_result
_Getter(this); |
| 1737 | 1738 |
| 1738 @DomName('SVGFEComponentTransferElement.width') | 1739 @DomName('SVGFEComponentTransferElement.width') |
| 1739 @DocsEditable() | 1740 @DocsEditable() |
| 1740 AnimatedLength get width native "SVGFEComponentTransferElement_width_Getter"; | 1741 AnimatedLength get width => blink.Native_SVGFEComponentTransferElement_width_G
etter(this); |
| 1741 | 1742 |
| 1742 @DomName('SVGFEComponentTransferElement.x') | 1743 @DomName('SVGFEComponentTransferElement.x') |
| 1743 @DocsEditable() | 1744 @DocsEditable() |
| 1744 AnimatedLength get x native "SVGFEComponentTransferElement_x_Getter"; | 1745 AnimatedLength get x => blink.Native_SVGFEComponentTransferElement_x_Getter(th
is); |
| 1745 | 1746 |
| 1746 @DomName('SVGFEComponentTransferElement.y') | 1747 @DomName('SVGFEComponentTransferElement.y') |
| 1747 @DocsEditable() | 1748 @DocsEditable() |
| 1748 AnimatedLength get y native "SVGFEComponentTransferElement_y_Getter"; | 1749 AnimatedLength get y => blink.Native_SVGFEComponentTransferElement_y_Getter(th
is); |
| 1749 | 1750 |
| 1750 } | 1751 } |
| 1751 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1752 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1752 // for details. All rights reserved. Use of this source code is governed by a | 1753 // for details. All rights reserved. Use of this source code is governed by a |
| 1753 // BSD-style license that can be found in the LICENSE file. | 1754 // BSD-style license that can be found in the LICENSE file. |
| 1754 | 1755 |
| 1755 // WARNING: Do not edit - generated code. | 1756 // WARNING: Do not edit - generated code. |
| 1756 | 1757 |
| 1757 | 1758 |
| 1758 @DocsEditable() | 1759 @DocsEditable() |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1791 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN') | 1792 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN') |
| 1792 @DocsEditable() | 1793 @DocsEditable() |
| 1793 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; | 1794 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; |
| 1794 | 1795 |
| 1795 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR') | 1796 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR') |
| 1796 @DocsEditable() | 1797 @DocsEditable() |
| 1797 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; | 1798 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; |
| 1798 | 1799 |
| 1799 @DomName('SVGFECompositeElement.in1') | 1800 @DomName('SVGFECompositeElement.in1') |
| 1800 @DocsEditable() | 1801 @DocsEditable() |
| 1801 AnimatedString get in1 native "SVGFECompositeElement_in1_Getter"; | 1802 AnimatedString get in1 => blink.Native_SVGFECompositeElement_in1_Getter(this); |
| 1802 | 1803 |
| 1803 @DomName('SVGFECompositeElement.in2') | 1804 @DomName('SVGFECompositeElement.in2') |
| 1804 @DocsEditable() | 1805 @DocsEditable() |
| 1805 AnimatedString get in2 native "SVGFECompositeElement_in2_Getter"; | 1806 AnimatedString get in2 => blink.Native_SVGFECompositeElement_in2_Getter(this); |
| 1806 | 1807 |
| 1807 @DomName('SVGFECompositeElement.k1') | 1808 @DomName('SVGFECompositeElement.k1') |
| 1808 @DocsEditable() | 1809 @DocsEditable() |
| 1809 AnimatedNumber get k1 native "SVGFECompositeElement_k1_Getter"; | 1810 AnimatedNumber get k1 => blink.Native_SVGFECompositeElement_k1_Getter(this); |
| 1810 | 1811 |
| 1811 @DomName('SVGFECompositeElement.k2') | 1812 @DomName('SVGFECompositeElement.k2') |
| 1812 @DocsEditable() | 1813 @DocsEditable() |
| 1813 AnimatedNumber get k2 native "SVGFECompositeElement_k2_Getter"; | 1814 AnimatedNumber get k2 => blink.Native_SVGFECompositeElement_k2_Getter(this); |
| 1814 | 1815 |
| 1815 @DomName('SVGFECompositeElement.k3') | 1816 @DomName('SVGFECompositeElement.k3') |
| 1816 @DocsEditable() | 1817 @DocsEditable() |
| 1817 AnimatedNumber get k3 native "SVGFECompositeElement_k3_Getter"; | 1818 AnimatedNumber get k3 => blink.Native_SVGFECompositeElement_k3_Getter(this); |
| 1818 | 1819 |
| 1819 @DomName('SVGFECompositeElement.k4') | 1820 @DomName('SVGFECompositeElement.k4') |
| 1820 @DocsEditable() | 1821 @DocsEditable() |
| 1821 AnimatedNumber get k4 native "SVGFECompositeElement_k4_Getter"; | 1822 AnimatedNumber get k4 => blink.Native_SVGFECompositeElement_k4_Getter(this); |
| 1822 | 1823 |
| 1823 @DomName('SVGFECompositeElement.operator') | 1824 @DomName('SVGFECompositeElement.operator') |
| 1824 @DocsEditable() | 1825 @DocsEditable() |
| 1825 AnimatedEnumeration get operator native "SVGFECompositeElement_operator_Getter
"; | 1826 AnimatedEnumeration get operator => blink.Native_SVGFECompositeElement_operato
r_Getter(this); |
| 1826 | 1827 |
| 1827 @DomName('SVGFECompositeElement.height') | 1828 @DomName('SVGFECompositeElement.height') |
| 1828 @DocsEditable() | 1829 @DocsEditable() |
| 1829 AnimatedLength get height native "SVGFECompositeElement_height_Getter"; | 1830 AnimatedLength get height => blink.Native_SVGFECompositeElement_height_Getter(
this); |
| 1830 | 1831 |
| 1831 @DomName('SVGFECompositeElement.result') | 1832 @DomName('SVGFECompositeElement.result') |
| 1832 @DocsEditable() | 1833 @DocsEditable() |
| 1833 AnimatedString get result native "SVGFECompositeElement_result_Getter"; | 1834 AnimatedString get result => blink.Native_SVGFECompositeElement_result_Getter(
this); |
| 1834 | 1835 |
| 1835 @DomName('SVGFECompositeElement.width') | 1836 @DomName('SVGFECompositeElement.width') |
| 1836 @DocsEditable() | 1837 @DocsEditable() |
| 1837 AnimatedLength get width native "SVGFECompositeElement_width_Getter"; | 1838 AnimatedLength get width => blink.Native_SVGFECompositeElement_width_Getter(th
is); |
| 1838 | 1839 |
| 1839 @DomName('SVGFECompositeElement.x') | 1840 @DomName('SVGFECompositeElement.x') |
| 1840 @DocsEditable() | 1841 @DocsEditable() |
| 1841 AnimatedLength get x native "SVGFECompositeElement_x_Getter"; | 1842 AnimatedLength get x => blink.Native_SVGFECompositeElement_x_Getter(this); |
| 1842 | 1843 |
| 1843 @DomName('SVGFECompositeElement.y') | 1844 @DomName('SVGFECompositeElement.y') |
| 1844 @DocsEditable() | 1845 @DocsEditable() |
| 1845 AnimatedLength get y native "SVGFECompositeElement_y_Getter"; | 1846 AnimatedLength get y => blink.Native_SVGFECompositeElement_y_Getter(this); |
| 1846 | 1847 |
| 1847 } | 1848 } |
| 1848 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1849 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1849 // for details. All rights reserved. Use of this source code is governed by a | 1850 // for details. All rights reserved. Use of this source code is governed by a |
| 1850 // BSD-style license that can be found in the LICENSE file. | 1851 // BSD-style license that can be found in the LICENSE file. |
| 1851 | 1852 |
| 1852 // WARNING: Do not edit - generated code. | 1853 // WARNING: Do not edit - generated code. |
| 1853 | 1854 |
| 1854 | 1855 |
| 1855 @DocsEditable() | 1856 @DocsEditable() |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1887 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN') | 1888 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN') |
| 1888 @DocsEditable() | 1889 @DocsEditable() |
| 1889 static const int SVG_EDGEMODE_UNKNOWN = 0; | 1890 static const int SVG_EDGEMODE_UNKNOWN = 0; |
| 1890 | 1891 |
| 1891 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP') | 1892 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP') |
| 1892 @DocsEditable() | 1893 @DocsEditable() |
| 1893 static const int SVG_EDGEMODE_WRAP = 2; | 1894 static const int SVG_EDGEMODE_WRAP = 2; |
| 1894 | 1895 |
| 1895 @DomName('SVGFEConvolveMatrixElement.bias') | 1896 @DomName('SVGFEConvolveMatrixElement.bias') |
| 1896 @DocsEditable() | 1897 @DocsEditable() |
| 1897 AnimatedNumber get bias native "SVGFEConvolveMatrixElement_bias_Getter"; | 1898 AnimatedNumber get bias => blink.Native_SVGFEConvolveMatrixElement_bias_Getter
(this); |
| 1898 | 1899 |
| 1899 @DomName('SVGFEConvolveMatrixElement.divisor') | 1900 @DomName('SVGFEConvolveMatrixElement.divisor') |
| 1900 @DocsEditable() | 1901 @DocsEditable() |
| 1901 AnimatedNumber get divisor native "SVGFEConvolveMatrixElement_divisor_Getter"; | 1902 AnimatedNumber get divisor => blink.Native_SVGFEConvolveMatrixElement_divisor_
Getter(this); |
| 1902 | 1903 |
| 1903 @DomName('SVGFEConvolveMatrixElement.edgeMode') | 1904 @DomName('SVGFEConvolveMatrixElement.edgeMode') |
| 1904 @DocsEditable() | 1905 @DocsEditable() |
| 1905 AnimatedEnumeration get edgeMode native "SVGFEConvolveMatrixElement_edgeMode_G
etter"; | 1906 AnimatedEnumeration get edgeMode => blink.Native_SVGFEConvolveMatrixElement_ed
geMode_Getter(this); |
| 1906 | 1907 |
| 1907 @DomName('SVGFEConvolveMatrixElement.in1') | 1908 @DomName('SVGFEConvolveMatrixElement.in1') |
| 1908 @DocsEditable() | 1909 @DocsEditable() |
| 1909 AnimatedString get in1 native "SVGFEConvolveMatrixElement_in1_Getter"; | 1910 AnimatedString get in1 => blink.Native_SVGFEConvolveMatrixElement_in1_Getter(t
his); |
| 1910 | 1911 |
| 1911 @DomName('SVGFEConvolveMatrixElement.kernelMatrix') | 1912 @DomName('SVGFEConvolveMatrixElement.kernelMatrix') |
| 1912 @DocsEditable() | 1913 @DocsEditable() |
| 1913 AnimatedNumberList get kernelMatrix native "SVGFEConvolveMatrixElement_kernelM
atrix_Getter"; | 1914 AnimatedNumberList get kernelMatrix => blink.Native_SVGFEConvolveMatrixElement
_kernelMatrix_Getter(this); |
| 1914 | 1915 |
| 1915 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') | 1916 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') |
| 1916 @DocsEditable() | 1917 @DocsEditable() |
| 1917 AnimatedNumber get kernelUnitLengthX native "SVGFEConvolveMatrixElement_kernel
UnitLengthX_Getter"; | 1918 AnimatedNumber get kernelUnitLengthX => blink.Native_SVGFEConvolveMatrixElemen
t_kernelUnitLengthX_Getter(this); |
| 1918 | 1919 |
| 1919 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') | 1920 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') |
| 1920 @DocsEditable() | 1921 @DocsEditable() |
| 1921 AnimatedNumber get kernelUnitLengthY native "SVGFEConvolveMatrixElement_kernel
UnitLengthY_Getter"; | 1922 AnimatedNumber get kernelUnitLengthY => blink.Native_SVGFEConvolveMatrixElemen
t_kernelUnitLengthY_Getter(this); |
| 1922 | 1923 |
| 1923 @DomName('SVGFEConvolveMatrixElement.orderX') | 1924 @DomName('SVGFEConvolveMatrixElement.orderX') |
| 1924 @DocsEditable() | 1925 @DocsEditable() |
| 1925 AnimatedInteger get orderX native "SVGFEConvolveMatrixElement_orderX_Getter"; | 1926 AnimatedInteger get orderX => blink.Native_SVGFEConvolveMatrixElement_orderX_G
etter(this); |
| 1926 | 1927 |
| 1927 @DomName('SVGFEConvolveMatrixElement.orderY') | 1928 @DomName('SVGFEConvolveMatrixElement.orderY') |
| 1928 @DocsEditable() | 1929 @DocsEditable() |
| 1929 AnimatedInteger get orderY native "SVGFEConvolveMatrixElement_orderY_Getter"; | 1930 AnimatedInteger get orderY => blink.Native_SVGFEConvolveMatrixElement_orderY_G
etter(this); |
| 1930 | 1931 |
| 1931 @DomName('SVGFEConvolveMatrixElement.preserveAlpha') | 1932 @DomName('SVGFEConvolveMatrixElement.preserveAlpha') |
| 1932 @DocsEditable() | 1933 @DocsEditable() |
| 1933 AnimatedBoolean get preserveAlpha native "SVGFEConvolveMatrixElement_preserveA
lpha_Getter"; | 1934 AnimatedBoolean get preserveAlpha => blink.Native_SVGFEConvolveMatrixElement_p
reserveAlpha_Getter(this); |
| 1934 | 1935 |
| 1935 @DomName('SVGFEConvolveMatrixElement.targetX') | 1936 @DomName('SVGFEConvolveMatrixElement.targetX') |
| 1936 @DocsEditable() | 1937 @DocsEditable() |
| 1937 AnimatedInteger get targetX native "SVGFEConvolveMatrixElement_targetX_Getter"
; | 1938 AnimatedInteger get targetX => blink.Native_SVGFEConvolveMatrixElement_targetX
_Getter(this); |
| 1938 | 1939 |
| 1939 @DomName('SVGFEConvolveMatrixElement.targetY') | 1940 @DomName('SVGFEConvolveMatrixElement.targetY') |
| 1940 @DocsEditable() | 1941 @DocsEditable() |
| 1941 AnimatedInteger get targetY native "SVGFEConvolveMatrixElement_targetY_Getter"
; | 1942 AnimatedInteger get targetY => blink.Native_SVGFEConvolveMatrixElement_targetY
_Getter(this); |
| 1942 | 1943 |
| 1943 @DomName('SVGFEConvolveMatrixElement.height') | 1944 @DomName('SVGFEConvolveMatrixElement.height') |
| 1944 @DocsEditable() | 1945 @DocsEditable() |
| 1945 AnimatedLength get height native "SVGFEConvolveMatrixElement_height_Getter"; | 1946 AnimatedLength get height => blink.Native_SVGFEConvolveMatrixElement_height_Ge
tter(this); |
| 1946 | 1947 |
| 1947 @DomName('SVGFEConvolveMatrixElement.result') | 1948 @DomName('SVGFEConvolveMatrixElement.result') |
| 1948 @DocsEditable() | 1949 @DocsEditable() |
| 1949 AnimatedString get result native "SVGFEConvolveMatrixElement_result_Getter"; | 1950 AnimatedString get result => blink.Native_SVGFEConvolveMatrixElement_result_Ge
tter(this); |
| 1950 | 1951 |
| 1951 @DomName('SVGFEConvolveMatrixElement.width') | 1952 @DomName('SVGFEConvolveMatrixElement.width') |
| 1952 @DocsEditable() | 1953 @DocsEditable() |
| 1953 AnimatedLength get width native "SVGFEConvolveMatrixElement_width_Getter"; | 1954 AnimatedLength get width => blink.Native_SVGFEConvolveMatrixElement_width_Gett
er(this); |
| 1954 | 1955 |
| 1955 @DomName('SVGFEConvolveMatrixElement.x') | 1956 @DomName('SVGFEConvolveMatrixElement.x') |
| 1956 @DocsEditable() | 1957 @DocsEditable() |
| 1957 AnimatedLength get x native "SVGFEConvolveMatrixElement_x_Getter"; | 1958 AnimatedLength get x => blink.Native_SVGFEConvolveMatrixElement_x_Getter(this)
; |
| 1958 | 1959 |
| 1959 @DomName('SVGFEConvolveMatrixElement.y') | 1960 @DomName('SVGFEConvolveMatrixElement.y') |
| 1960 @DocsEditable() | 1961 @DocsEditable() |
| 1961 AnimatedLength get y native "SVGFEConvolveMatrixElement_y_Getter"; | 1962 AnimatedLength get y => blink.Native_SVGFEConvolveMatrixElement_y_Getter(this)
; |
| 1962 | 1963 |
| 1963 } | 1964 } |
| 1964 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1965 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1965 // for details. All rights reserved. Use of this source code is governed by a | 1966 // for details. All rights reserved. Use of this source code is governed by a |
| 1966 // BSD-style license that can be found in the LICENSE file. | 1967 // BSD-style license that can be found in the LICENSE file. |
| 1967 | 1968 |
| 1968 // WARNING: Do not edit - generated code. | 1969 // WARNING: Do not edit - generated code. |
| 1969 | 1970 |
| 1970 | 1971 |
| 1971 @DocsEditable() | 1972 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 1987 * | 1988 * |
| 1988 * This can only be called by subclasses from their created constructor. | 1989 * This can only be called by subclasses from their created constructor. |
| 1989 */ | 1990 */ |
| 1990 FEDiffuseLightingElement.created() : super.created(); | 1991 FEDiffuseLightingElement.created() : super.created(); |
| 1991 | 1992 |
| 1992 /// Checks if this type is supported on the current platform. | 1993 /// Checks if this type is supported on the current platform. |
| 1993 static bool get supported => true; | 1994 static bool get supported => true; |
| 1994 | 1995 |
| 1995 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') | 1996 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') |
| 1996 @DocsEditable() | 1997 @DocsEditable() |
| 1997 AnimatedNumber get diffuseConstant native "SVGFEDiffuseLightingElement_diffuse
Constant_Getter"; | 1998 AnimatedNumber get diffuseConstant => blink.Native_SVGFEDiffuseLightingElement
_diffuseConstant_Getter(this); |
| 1998 | 1999 |
| 1999 @DomName('SVGFEDiffuseLightingElement.in1') | 2000 @DomName('SVGFEDiffuseLightingElement.in1') |
| 2000 @DocsEditable() | 2001 @DocsEditable() |
| 2001 AnimatedString get in1 native "SVGFEDiffuseLightingElement_in1_Getter"; | 2002 AnimatedString get in1 => blink.Native_SVGFEDiffuseLightingElement_in1_Getter(
this); |
| 2002 | 2003 |
| 2003 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') | 2004 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') |
| 2004 @DocsEditable() | 2005 @DocsEditable() |
| 2005 AnimatedNumber get kernelUnitLengthX native "SVGFEDiffuseLightingElement_kerne
lUnitLengthX_Getter"; | 2006 AnimatedNumber get kernelUnitLengthX => blink.Native_SVGFEDiffuseLightingEleme
nt_kernelUnitLengthX_Getter(this); |
| 2006 | 2007 |
| 2007 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') | 2008 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') |
| 2008 @DocsEditable() | 2009 @DocsEditable() |
| 2009 AnimatedNumber get kernelUnitLengthY native "SVGFEDiffuseLightingElement_kerne
lUnitLengthY_Getter"; | 2010 AnimatedNumber get kernelUnitLengthY => blink.Native_SVGFEDiffuseLightingEleme
nt_kernelUnitLengthY_Getter(this); |
| 2010 | 2011 |
| 2011 @DomName('SVGFEDiffuseLightingElement.surfaceScale') | 2012 @DomName('SVGFEDiffuseLightingElement.surfaceScale') |
| 2012 @DocsEditable() | 2013 @DocsEditable() |
| 2013 AnimatedNumber get surfaceScale native "SVGFEDiffuseLightingElement_surfaceSca
le_Getter"; | 2014 AnimatedNumber get surfaceScale => blink.Native_SVGFEDiffuseLightingElement_su
rfaceScale_Getter(this); |
| 2014 | 2015 |
| 2015 @DomName('SVGFEDiffuseLightingElement.height') | 2016 @DomName('SVGFEDiffuseLightingElement.height') |
| 2016 @DocsEditable() | 2017 @DocsEditable() |
| 2017 AnimatedLength get height native "SVGFEDiffuseLightingElement_height_Getter"; | 2018 AnimatedLength get height => blink.Native_SVGFEDiffuseLightingElement_height_G
etter(this); |
| 2018 | 2019 |
| 2019 @DomName('SVGFEDiffuseLightingElement.result') | 2020 @DomName('SVGFEDiffuseLightingElement.result') |
| 2020 @DocsEditable() | 2021 @DocsEditable() |
| 2021 AnimatedString get result native "SVGFEDiffuseLightingElement_result_Getter"; | 2022 AnimatedString get result => blink.Native_SVGFEDiffuseLightingElement_result_G
etter(this); |
| 2022 | 2023 |
| 2023 @DomName('SVGFEDiffuseLightingElement.width') | 2024 @DomName('SVGFEDiffuseLightingElement.width') |
| 2024 @DocsEditable() | 2025 @DocsEditable() |
| 2025 AnimatedLength get width native "SVGFEDiffuseLightingElement_width_Getter"; | 2026 AnimatedLength get width => blink.Native_SVGFEDiffuseLightingElement_width_Get
ter(this); |
| 2026 | 2027 |
| 2027 @DomName('SVGFEDiffuseLightingElement.x') | 2028 @DomName('SVGFEDiffuseLightingElement.x') |
| 2028 @DocsEditable() | 2029 @DocsEditable() |
| 2029 AnimatedLength get x native "SVGFEDiffuseLightingElement_x_Getter"; | 2030 AnimatedLength get x => blink.Native_SVGFEDiffuseLightingElement_x_Getter(this
); |
| 2030 | 2031 |
| 2031 @DomName('SVGFEDiffuseLightingElement.y') | 2032 @DomName('SVGFEDiffuseLightingElement.y') |
| 2032 @DocsEditable() | 2033 @DocsEditable() |
| 2033 AnimatedLength get y native "SVGFEDiffuseLightingElement_y_Getter"; | 2034 AnimatedLength get y => blink.Native_SVGFEDiffuseLightingElement_y_Getter(this
); |
| 2034 | 2035 |
| 2035 } | 2036 } |
| 2036 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2037 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2037 // for details. All rights reserved. Use of this source code is governed by a | 2038 // for details. All rights reserved. Use of this source code is governed by a |
| 2038 // BSD-style license that can be found in the LICENSE file. | 2039 // BSD-style license that can be found in the LICENSE file. |
| 2039 | 2040 |
| 2040 // WARNING: Do not edit - generated code. | 2041 // WARNING: Do not edit - generated code. |
| 2041 | 2042 |
| 2042 | 2043 |
| 2043 @DocsEditable() | 2044 @DocsEditable() |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2079 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_R') | 2080 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_R') |
| 2080 @DocsEditable() | 2081 @DocsEditable() |
| 2081 static const int SVG_CHANNEL_R = 1; | 2082 static const int SVG_CHANNEL_R = 1; |
| 2082 | 2083 |
| 2083 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_UNKNOWN') | 2084 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_UNKNOWN') |
| 2084 @DocsEditable() | 2085 @DocsEditable() |
| 2085 static const int SVG_CHANNEL_UNKNOWN = 0; | 2086 static const int SVG_CHANNEL_UNKNOWN = 0; |
| 2086 | 2087 |
| 2087 @DomName('SVGFEDisplacementMapElement.in1') | 2088 @DomName('SVGFEDisplacementMapElement.in1') |
| 2088 @DocsEditable() | 2089 @DocsEditable() |
| 2089 AnimatedString get in1 native "SVGFEDisplacementMapElement_in1_Getter"; | 2090 AnimatedString get in1 => blink.Native_SVGFEDisplacementMapElement_in1_Getter(
this); |
| 2090 | 2091 |
| 2091 @DomName('SVGFEDisplacementMapElement.in2') | 2092 @DomName('SVGFEDisplacementMapElement.in2') |
| 2092 @DocsEditable() | 2093 @DocsEditable() |
| 2093 AnimatedString get in2 native "SVGFEDisplacementMapElement_in2_Getter"; | 2094 AnimatedString get in2 => blink.Native_SVGFEDisplacementMapElement_in2_Getter(
this); |
| 2094 | 2095 |
| 2095 @DomName('SVGFEDisplacementMapElement.scale') | 2096 @DomName('SVGFEDisplacementMapElement.scale') |
| 2096 @DocsEditable() | 2097 @DocsEditable() |
| 2097 AnimatedNumber get scale native "SVGFEDisplacementMapElement_scale_Getter"; | 2098 AnimatedNumber get scale => blink.Native_SVGFEDisplacementMapElement_scale_Get
ter(this); |
| 2098 | 2099 |
| 2099 @DomName('SVGFEDisplacementMapElement.xChannelSelector') | 2100 @DomName('SVGFEDisplacementMapElement.xChannelSelector') |
| 2100 @DocsEditable() | 2101 @DocsEditable() |
| 2101 AnimatedEnumeration get xChannelSelector native "SVGFEDisplacementMapElement_x
ChannelSelector_Getter"; | 2102 AnimatedEnumeration get xChannelSelector => blink.Native_SVGFEDisplacementMapE
lement_xChannelSelector_Getter(this); |
| 2102 | 2103 |
| 2103 @DomName('SVGFEDisplacementMapElement.yChannelSelector') | 2104 @DomName('SVGFEDisplacementMapElement.yChannelSelector') |
| 2104 @DocsEditable() | 2105 @DocsEditable() |
| 2105 AnimatedEnumeration get yChannelSelector native "SVGFEDisplacementMapElement_y
ChannelSelector_Getter"; | 2106 AnimatedEnumeration get yChannelSelector => blink.Native_SVGFEDisplacementMapE
lement_yChannelSelector_Getter(this); |
| 2106 | 2107 |
| 2107 @DomName('SVGFEDisplacementMapElement.height') | 2108 @DomName('SVGFEDisplacementMapElement.height') |
| 2108 @DocsEditable() | 2109 @DocsEditable() |
| 2109 AnimatedLength get height native "SVGFEDisplacementMapElement_height_Getter"; | 2110 AnimatedLength get height => blink.Native_SVGFEDisplacementMapElement_height_G
etter(this); |
| 2110 | 2111 |
| 2111 @DomName('SVGFEDisplacementMapElement.result') | 2112 @DomName('SVGFEDisplacementMapElement.result') |
| 2112 @DocsEditable() | 2113 @DocsEditable() |
| 2113 AnimatedString get result native "SVGFEDisplacementMapElement_result_Getter"; | 2114 AnimatedString get result => blink.Native_SVGFEDisplacementMapElement_result_G
etter(this); |
| 2114 | 2115 |
| 2115 @DomName('SVGFEDisplacementMapElement.width') | 2116 @DomName('SVGFEDisplacementMapElement.width') |
| 2116 @DocsEditable() | 2117 @DocsEditable() |
| 2117 AnimatedLength get width native "SVGFEDisplacementMapElement_width_Getter"; | 2118 AnimatedLength get width => blink.Native_SVGFEDisplacementMapElement_width_Get
ter(this); |
| 2118 | 2119 |
| 2119 @DomName('SVGFEDisplacementMapElement.x') | 2120 @DomName('SVGFEDisplacementMapElement.x') |
| 2120 @DocsEditable() | 2121 @DocsEditable() |
| 2121 AnimatedLength get x native "SVGFEDisplacementMapElement_x_Getter"; | 2122 AnimatedLength get x => blink.Native_SVGFEDisplacementMapElement_x_Getter(this
); |
| 2122 | 2123 |
| 2123 @DomName('SVGFEDisplacementMapElement.y') | 2124 @DomName('SVGFEDisplacementMapElement.y') |
| 2124 @DocsEditable() | 2125 @DocsEditable() |
| 2125 AnimatedLength get y native "SVGFEDisplacementMapElement_y_Getter"; | 2126 AnimatedLength get y => blink.Native_SVGFEDisplacementMapElement_y_Getter(this
); |
| 2126 | 2127 |
| 2127 } | 2128 } |
| 2128 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2129 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2129 // for details. All rights reserved. Use of this source code is governed by a | 2130 // for details. All rights reserved. Use of this source code is governed by a |
| 2130 // BSD-style license that can be found in the LICENSE file. | 2131 // BSD-style license that can be found in the LICENSE file. |
| 2131 | 2132 |
| 2132 // WARNING: Do not edit - generated code. | 2133 // WARNING: Do not edit - generated code. |
| 2133 | 2134 |
| 2134 | 2135 |
| 2135 @DocsEditable() | 2136 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 2151 * | 2152 * |
| 2152 * This can only be called by subclasses from their created constructor. | 2153 * This can only be called by subclasses from their created constructor. |
| 2153 */ | 2154 */ |
| 2154 FEDistantLightElement.created() : super.created(); | 2155 FEDistantLightElement.created() : super.created(); |
| 2155 | 2156 |
| 2156 /// Checks if this type is supported on the current platform. | 2157 /// Checks if this type is supported on the current platform. |
| 2157 static bool get supported => true; | 2158 static bool get supported => true; |
| 2158 | 2159 |
| 2159 @DomName('SVGFEDistantLightElement.azimuth') | 2160 @DomName('SVGFEDistantLightElement.azimuth') |
| 2160 @DocsEditable() | 2161 @DocsEditable() |
| 2161 AnimatedNumber get azimuth native "SVGFEDistantLightElement_azimuth_Getter"; | 2162 AnimatedNumber get azimuth => blink.Native_SVGFEDistantLightElement_azimuth_Ge
tter(this); |
| 2162 | 2163 |
| 2163 @DomName('SVGFEDistantLightElement.elevation') | 2164 @DomName('SVGFEDistantLightElement.elevation') |
| 2164 @DocsEditable() | 2165 @DocsEditable() |
| 2165 AnimatedNumber get elevation native "SVGFEDistantLightElement_elevation_Getter
"; | 2166 AnimatedNumber get elevation => blink.Native_SVGFEDistantLightElement_elevatio
n_Getter(this); |
| 2166 | 2167 |
| 2167 } | 2168 } |
| 2168 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2169 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2169 // for details. All rights reserved. Use of this source code is governed by a | 2170 // for details. All rights reserved. Use of this source code is governed by a |
| 2170 // BSD-style license that can be found in the LICENSE file. | 2171 // BSD-style license that can be found in the LICENSE file. |
| 2171 | 2172 |
| 2172 // WARNING: Do not edit - generated code. | 2173 // WARNING: Do not edit - generated code. |
| 2173 | 2174 |
| 2174 | 2175 |
| 2175 @DocsEditable() | 2176 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 2191 * | 2192 * |
| 2192 * This can only be called by subclasses from their created constructor. | 2193 * This can only be called by subclasses from their created constructor. |
| 2193 */ | 2194 */ |
| 2194 FEFloodElement.created() : super.created(); | 2195 FEFloodElement.created() : super.created(); |
| 2195 | 2196 |
| 2196 /// Checks if this type is supported on the current platform. | 2197 /// Checks if this type is supported on the current platform. |
| 2197 static bool get supported => true; | 2198 static bool get supported => true; |
| 2198 | 2199 |
| 2199 @DomName('SVGFEFloodElement.height') | 2200 @DomName('SVGFEFloodElement.height') |
| 2200 @DocsEditable() | 2201 @DocsEditable() |
| 2201 AnimatedLength get height native "SVGFEFloodElement_height_Getter"; | 2202 AnimatedLength get height => blink.Native_SVGFEFloodElement_height_Getter(this
); |
| 2202 | 2203 |
| 2203 @DomName('SVGFEFloodElement.result') | 2204 @DomName('SVGFEFloodElement.result') |
| 2204 @DocsEditable() | 2205 @DocsEditable() |
| 2205 AnimatedString get result native "SVGFEFloodElement_result_Getter"; | 2206 AnimatedString get result => blink.Native_SVGFEFloodElement_result_Getter(this
); |
| 2206 | 2207 |
| 2207 @DomName('SVGFEFloodElement.width') | 2208 @DomName('SVGFEFloodElement.width') |
| 2208 @DocsEditable() | 2209 @DocsEditable() |
| 2209 AnimatedLength get width native "SVGFEFloodElement_width_Getter"; | 2210 AnimatedLength get width => blink.Native_SVGFEFloodElement_width_Getter(this); |
| 2210 | 2211 |
| 2211 @DomName('SVGFEFloodElement.x') | 2212 @DomName('SVGFEFloodElement.x') |
| 2212 @DocsEditable() | 2213 @DocsEditable() |
| 2213 AnimatedLength get x native "SVGFEFloodElement_x_Getter"; | 2214 AnimatedLength get x => blink.Native_SVGFEFloodElement_x_Getter(this); |
| 2214 | 2215 |
| 2215 @DomName('SVGFEFloodElement.y') | 2216 @DomName('SVGFEFloodElement.y') |
| 2216 @DocsEditable() | 2217 @DocsEditable() |
| 2217 AnimatedLength get y native "SVGFEFloodElement_y_Getter"; | 2218 AnimatedLength get y => blink.Native_SVGFEFloodElement_y_Getter(this); |
| 2218 | 2219 |
| 2219 } | 2220 } |
| 2220 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2221 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2221 // for details. All rights reserved. Use of this source code is governed by a | 2222 // for details. All rights reserved. Use of this source code is governed by a |
| 2222 // BSD-style license that can be found in the LICENSE file. | 2223 // BSD-style license that can be found in the LICENSE file. |
| 2223 | 2224 |
| 2224 // WARNING: Do not edit - generated code. | 2225 // WARNING: Do not edit - generated code. |
| 2225 | 2226 |
| 2226 | 2227 |
| 2227 @DocsEditable() | 2228 @DocsEditable() |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2371 * | 2372 * |
| 2372 * This can only be called by subclasses from their created constructor. | 2373 * This can only be called by subclasses from their created constructor. |
| 2373 */ | 2374 */ |
| 2374 FEGaussianBlurElement.created() : super.created(); | 2375 FEGaussianBlurElement.created() : super.created(); |
| 2375 | 2376 |
| 2376 /// Checks if this type is supported on the current platform. | 2377 /// Checks if this type is supported on the current platform. |
| 2377 static bool get supported => true; | 2378 static bool get supported => true; |
| 2378 | 2379 |
| 2379 @DomName('SVGFEGaussianBlurElement.in1') | 2380 @DomName('SVGFEGaussianBlurElement.in1') |
| 2380 @DocsEditable() | 2381 @DocsEditable() |
| 2381 AnimatedString get in1 native "SVGFEGaussianBlurElement_in1_Getter"; | 2382 AnimatedString get in1 => blink.Native_SVGFEGaussianBlurElement_in1_Getter(thi
s); |
| 2382 | 2383 |
| 2383 @DomName('SVGFEGaussianBlurElement.stdDeviationX') | 2384 @DomName('SVGFEGaussianBlurElement.stdDeviationX') |
| 2384 @DocsEditable() | 2385 @DocsEditable() |
| 2385 AnimatedNumber get stdDeviationX native "SVGFEGaussianBlurElement_stdDeviation
X_Getter"; | 2386 AnimatedNumber get stdDeviationX => blink.Native_SVGFEGaussianBlurElement_stdD
eviationX_Getter(this); |
| 2386 | 2387 |
| 2387 @DomName('SVGFEGaussianBlurElement.stdDeviationY') | 2388 @DomName('SVGFEGaussianBlurElement.stdDeviationY') |
| 2388 @DocsEditable() | 2389 @DocsEditable() |
| 2389 AnimatedNumber get stdDeviationY native "SVGFEGaussianBlurElement_stdDeviation
Y_Getter"; | 2390 AnimatedNumber get stdDeviationY => blink.Native_SVGFEGaussianBlurElement_stdD
eviationY_Getter(this); |
| 2390 | 2391 |
| 2391 @DomName('SVGFEGaussianBlurElement.setStdDeviation') | 2392 @DomName('SVGFEGaussianBlurElement.setStdDeviation') |
| 2392 @DocsEditable() | 2393 @DocsEditable() |
| 2393 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEGaussi
anBlurElement_setStdDeviation_Callback"; | 2394 void setStdDeviation(num stdDeviationX, num stdDeviationY) => blink.Native_SVG
FEGaussianBlurElement_setStdDeviation_Callback(this, stdDeviationX, stdDeviation
Y); |
| 2394 | 2395 |
| 2395 @DomName('SVGFEGaussianBlurElement.height') | 2396 @DomName('SVGFEGaussianBlurElement.height') |
| 2396 @DocsEditable() | 2397 @DocsEditable() |
| 2397 AnimatedLength get height native "SVGFEGaussianBlurElement_height_Getter"; | 2398 AnimatedLength get height => blink.Native_SVGFEGaussianBlurElement_height_Gett
er(this); |
| 2398 | 2399 |
| 2399 @DomName('SVGFEGaussianBlurElement.result') | 2400 @DomName('SVGFEGaussianBlurElement.result') |
| 2400 @DocsEditable() | 2401 @DocsEditable() |
| 2401 AnimatedString get result native "SVGFEGaussianBlurElement_result_Getter"; | 2402 AnimatedString get result => blink.Native_SVGFEGaussianBlurElement_result_Gett
er(this); |
| 2402 | 2403 |
| 2403 @DomName('SVGFEGaussianBlurElement.width') | 2404 @DomName('SVGFEGaussianBlurElement.width') |
| 2404 @DocsEditable() | 2405 @DocsEditable() |
| 2405 AnimatedLength get width native "SVGFEGaussianBlurElement_width_Getter"; | 2406 AnimatedLength get width => blink.Native_SVGFEGaussianBlurElement_width_Getter
(this); |
| 2406 | 2407 |
| 2407 @DomName('SVGFEGaussianBlurElement.x') | 2408 @DomName('SVGFEGaussianBlurElement.x') |
| 2408 @DocsEditable() | 2409 @DocsEditable() |
| 2409 AnimatedLength get x native "SVGFEGaussianBlurElement_x_Getter"; | 2410 AnimatedLength get x => blink.Native_SVGFEGaussianBlurElement_x_Getter(this); |
| 2410 | 2411 |
| 2411 @DomName('SVGFEGaussianBlurElement.y') | 2412 @DomName('SVGFEGaussianBlurElement.y') |
| 2412 @DocsEditable() | 2413 @DocsEditable() |
| 2413 AnimatedLength get y native "SVGFEGaussianBlurElement_y_Getter"; | 2414 AnimatedLength get y => blink.Native_SVGFEGaussianBlurElement_y_Getter(this); |
| 2414 | 2415 |
| 2415 } | 2416 } |
| 2416 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2417 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2417 // for details. All rights reserved. Use of this source code is governed by a | 2418 // for details. All rights reserved. Use of this source code is governed by a |
| 2418 // BSD-style license that can be found in the LICENSE file. | 2419 // BSD-style license that can be found in the LICENSE file. |
| 2419 | 2420 |
| 2420 // WARNING: Do not edit - generated code. | 2421 // WARNING: Do not edit - generated code. |
| 2421 | 2422 |
| 2422 | 2423 |
| 2423 @DocsEditable() | 2424 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 2439 * | 2440 * |
| 2440 * This can only be called by subclasses from their created constructor. | 2441 * This can only be called by subclasses from their created constructor. |
| 2441 */ | 2442 */ |
| 2442 FEImageElement.created() : super.created(); | 2443 FEImageElement.created() : super.created(); |
| 2443 | 2444 |
| 2444 /// Checks if this type is supported on the current platform. | 2445 /// Checks if this type is supported on the current platform. |
| 2445 static bool get supported => true; | 2446 static bool get supported => true; |
| 2446 | 2447 |
| 2447 @DomName('SVGFEImageElement.preserveAspectRatio') | 2448 @DomName('SVGFEImageElement.preserveAspectRatio') |
| 2448 @DocsEditable() | 2449 @DocsEditable() |
| 2449 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFEImageElement_
preserveAspectRatio_Getter"; | 2450 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGFEImage
Element_preserveAspectRatio_Getter(this); |
| 2450 | 2451 |
| 2451 @DomName('SVGFEImageElement.height') | 2452 @DomName('SVGFEImageElement.height') |
| 2452 @DocsEditable() | 2453 @DocsEditable() |
| 2453 AnimatedLength get height native "SVGFEImageElement_height_Getter"; | 2454 AnimatedLength get height => blink.Native_SVGFEImageElement_height_Getter(this
); |
| 2454 | 2455 |
| 2455 @DomName('SVGFEImageElement.result') | 2456 @DomName('SVGFEImageElement.result') |
| 2456 @DocsEditable() | 2457 @DocsEditable() |
| 2457 AnimatedString get result native "SVGFEImageElement_result_Getter"; | 2458 AnimatedString get result => blink.Native_SVGFEImageElement_result_Getter(this
); |
| 2458 | 2459 |
| 2459 @DomName('SVGFEImageElement.width') | 2460 @DomName('SVGFEImageElement.width') |
| 2460 @DocsEditable() | 2461 @DocsEditable() |
| 2461 AnimatedLength get width native "SVGFEImageElement_width_Getter"; | 2462 AnimatedLength get width => blink.Native_SVGFEImageElement_width_Getter(this); |
| 2462 | 2463 |
| 2463 @DomName('SVGFEImageElement.x') | 2464 @DomName('SVGFEImageElement.x') |
| 2464 @DocsEditable() | 2465 @DocsEditable() |
| 2465 AnimatedLength get x native "SVGFEImageElement_x_Getter"; | 2466 AnimatedLength get x => blink.Native_SVGFEImageElement_x_Getter(this); |
| 2466 | 2467 |
| 2467 @DomName('SVGFEImageElement.y') | 2468 @DomName('SVGFEImageElement.y') |
| 2468 @DocsEditable() | 2469 @DocsEditable() |
| 2469 AnimatedLength get y native "SVGFEImageElement_y_Getter"; | 2470 AnimatedLength get y => blink.Native_SVGFEImageElement_y_Getter(this); |
| 2470 | 2471 |
| 2471 @DomName('SVGFEImageElement.href') | 2472 @DomName('SVGFEImageElement.href') |
| 2472 @DocsEditable() | 2473 @DocsEditable() |
| 2473 AnimatedString get href native "SVGFEImageElement_href_Getter"; | 2474 AnimatedString get href => blink.Native_SVGFEImageElement_href_Getter(this); |
| 2474 | 2475 |
| 2475 } | 2476 } |
| 2476 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2477 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2477 // for details. All rights reserved. Use of this source code is governed by a | 2478 // for details. All rights reserved. Use of this source code is governed by a |
| 2478 // BSD-style license that can be found in the LICENSE file. | 2479 // BSD-style license that can be found in the LICENSE file. |
| 2479 | 2480 |
| 2480 // WARNING: Do not edit - generated code. | 2481 // WARNING: Do not edit - generated code. |
| 2481 | 2482 |
| 2482 | 2483 |
| 2483 @DocsEditable() | 2484 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 2499 * | 2500 * |
| 2500 * This can only be called by subclasses from their created constructor. | 2501 * This can only be called by subclasses from their created constructor. |
| 2501 */ | 2502 */ |
| 2502 FEMergeElement.created() : super.created(); | 2503 FEMergeElement.created() : super.created(); |
| 2503 | 2504 |
| 2504 /// Checks if this type is supported on the current platform. | 2505 /// Checks if this type is supported on the current platform. |
| 2505 static bool get supported => true; | 2506 static bool get supported => true; |
| 2506 | 2507 |
| 2507 @DomName('SVGFEMergeElement.height') | 2508 @DomName('SVGFEMergeElement.height') |
| 2508 @DocsEditable() | 2509 @DocsEditable() |
| 2509 AnimatedLength get height native "SVGFEMergeElement_height_Getter"; | 2510 AnimatedLength get height => blink.Native_SVGFEMergeElement_height_Getter(this
); |
| 2510 | 2511 |
| 2511 @DomName('SVGFEMergeElement.result') | 2512 @DomName('SVGFEMergeElement.result') |
| 2512 @DocsEditable() | 2513 @DocsEditable() |
| 2513 AnimatedString get result native "SVGFEMergeElement_result_Getter"; | 2514 AnimatedString get result => blink.Native_SVGFEMergeElement_result_Getter(this
); |
| 2514 | 2515 |
| 2515 @DomName('SVGFEMergeElement.width') | 2516 @DomName('SVGFEMergeElement.width') |
| 2516 @DocsEditable() | 2517 @DocsEditable() |
| 2517 AnimatedLength get width native "SVGFEMergeElement_width_Getter"; | 2518 AnimatedLength get width => blink.Native_SVGFEMergeElement_width_Getter(this); |
| 2518 | 2519 |
| 2519 @DomName('SVGFEMergeElement.x') | 2520 @DomName('SVGFEMergeElement.x') |
| 2520 @DocsEditable() | 2521 @DocsEditable() |
| 2521 AnimatedLength get x native "SVGFEMergeElement_x_Getter"; | 2522 AnimatedLength get x => blink.Native_SVGFEMergeElement_x_Getter(this); |
| 2522 | 2523 |
| 2523 @DomName('SVGFEMergeElement.y') | 2524 @DomName('SVGFEMergeElement.y') |
| 2524 @DocsEditable() | 2525 @DocsEditable() |
| 2525 AnimatedLength get y native "SVGFEMergeElement_y_Getter"; | 2526 AnimatedLength get y => blink.Native_SVGFEMergeElement_y_Getter(this); |
| 2526 | 2527 |
| 2527 } | 2528 } |
| 2528 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2529 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2529 // for details. All rights reserved. Use of this source code is governed by a | 2530 // for details. All rights reserved. Use of this source code is governed by a |
| 2530 // BSD-style license that can be found in the LICENSE file. | 2531 // BSD-style license that can be found in the LICENSE file. |
| 2531 | 2532 |
| 2532 // WARNING: Do not edit - generated code. | 2533 // WARNING: Do not edit - generated code. |
| 2533 | 2534 |
| 2534 | 2535 |
| 2535 @DocsEditable() | 2536 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 2551 * | 2552 * |
| 2552 * This can only be called by subclasses from their created constructor. | 2553 * This can only be called by subclasses from their created constructor. |
| 2553 */ | 2554 */ |
| 2554 FEMergeNodeElement.created() : super.created(); | 2555 FEMergeNodeElement.created() : super.created(); |
| 2555 | 2556 |
| 2556 /// Checks if this type is supported on the current platform. | 2557 /// Checks if this type is supported on the current platform. |
| 2557 static bool get supported => true; | 2558 static bool get supported => true; |
| 2558 | 2559 |
| 2559 @DomName('SVGFEMergeNodeElement.in1') | 2560 @DomName('SVGFEMergeNodeElement.in1') |
| 2560 @DocsEditable() | 2561 @DocsEditable() |
| 2561 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter"; | 2562 AnimatedString get in1 => blink.Native_SVGFEMergeNodeElement_in1_Getter(this); |
| 2562 | 2563 |
| 2563 } | 2564 } |
| 2564 // 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 |
| 2565 // 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 |
| 2566 // BSD-style license that can be found in the LICENSE file. | 2567 // BSD-style license that can be found in the LICENSE file. |
| 2567 | 2568 |
| 2568 // WARNING: Do not edit - generated code. | 2569 // WARNING: Do not edit - generated code. |
| 2569 | 2570 |
| 2570 | 2571 |
| 2571 @DocsEditable() | 2572 @DocsEditable() |
| (...skipping 20 matching lines...) Expand all Loading... |
| 2592 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') | 2593 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') |
| 2593 @DocsEditable() | 2594 @DocsEditable() |
| 2594 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; | 2595 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
| 2595 | 2596 |
| 2596 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') | 2597 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') |
| 2597 @DocsEditable() | 2598 @DocsEditable() |
| 2598 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; | 2599 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
| 2599 | 2600 |
| 2600 @DomName('SVGFEMorphologyElement.in1') | 2601 @DomName('SVGFEMorphologyElement.in1') |
| 2601 @DocsEditable() | 2602 @DocsEditable() |
| 2602 AnimatedString get in1 native "SVGFEMorphologyElement_in1_Getter"; | 2603 AnimatedString get in1 => blink.Native_SVGFEMorphologyElement_in1_Getter(this)
; |
| 2603 | 2604 |
| 2604 @DomName('SVGFEMorphologyElement.operator') | 2605 @DomName('SVGFEMorphologyElement.operator') |
| 2605 @DocsEditable() | 2606 @DocsEditable() |
| 2606 AnimatedEnumeration get operator native "SVGFEMorphologyElement_operator_Gette
r"; | 2607 AnimatedEnumeration get operator => blink.Native_SVGFEMorphologyElement_operat
or_Getter(this); |
| 2607 | 2608 |
| 2608 @DomName('SVGFEMorphologyElement.radiusX') | 2609 @DomName('SVGFEMorphologyElement.radiusX') |
| 2609 @DocsEditable() | 2610 @DocsEditable() |
| 2610 AnimatedNumber get radiusX native "SVGFEMorphologyElement_radiusX_Getter"; | 2611 AnimatedNumber get radiusX => blink.Native_SVGFEMorphologyElement_radiusX_Gett
er(this); |
| 2611 | 2612 |
| 2612 @DomName('SVGFEMorphologyElement.radiusY') | 2613 @DomName('SVGFEMorphologyElement.radiusY') |
| 2613 @DocsEditable() | 2614 @DocsEditable() |
| 2614 AnimatedNumber get radiusY native "SVGFEMorphologyElement_radiusY_Getter"; | 2615 AnimatedNumber get radiusY => blink.Native_SVGFEMorphologyElement_radiusY_Gett
er(this); |
| 2615 | 2616 |
| 2616 @DomName('SVGFEMorphologyElement.setRadius') | 2617 @DomName('SVGFEMorphologyElement.setRadius') |
| 2617 @DocsEditable() | 2618 @DocsEditable() |
| 2618 void setRadius(num radiusX, num radiusY) native "SVGFEMorphologyElement_setRad
ius_Callback"; | 2619 void setRadius(num radiusX, num radiusY) => blink.Native_SVGFEMorphologyElemen
t_setRadius_Callback(this, radiusX, radiusY); |
| 2619 | 2620 |
| 2620 @DomName('SVGFEMorphologyElement.height') | 2621 @DomName('SVGFEMorphologyElement.height') |
| 2621 @DocsEditable() | 2622 @DocsEditable() |
| 2622 AnimatedLength get height native "SVGFEMorphologyElement_height_Getter"; | 2623 AnimatedLength get height => blink.Native_SVGFEMorphologyElement_height_Getter
(this); |
| 2623 | 2624 |
| 2624 @DomName('SVGFEMorphologyElement.result') | 2625 @DomName('SVGFEMorphologyElement.result') |
| 2625 @DocsEditable() | 2626 @DocsEditable() |
| 2626 AnimatedString get result native "SVGFEMorphologyElement_result_Getter"; | 2627 AnimatedString get result => blink.Native_SVGFEMorphologyElement_result_Getter
(this); |
| 2627 | 2628 |
| 2628 @DomName('SVGFEMorphologyElement.width') | 2629 @DomName('SVGFEMorphologyElement.width') |
| 2629 @DocsEditable() | 2630 @DocsEditable() |
| 2630 AnimatedLength get width native "SVGFEMorphologyElement_width_Getter"; | 2631 AnimatedLength get width => blink.Native_SVGFEMorphologyElement_width_Getter(t
his); |
| 2631 | 2632 |
| 2632 @DomName('SVGFEMorphologyElement.x') | 2633 @DomName('SVGFEMorphologyElement.x') |
| 2633 @DocsEditable() | 2634 @DocsEditable() |
| 2634 AnimatedLength get x native "SVGFEMorphologyElement_x_Getter"; | 2635 AnimatedLength get x => blink.Native_SVGFEMorphologyElement_x_Getter(this); |
| 2635 | 2636 |
| 2636 @DomName('SVGFEMorphologyElement.y') | 2637 @DomName('SVGFEMorphologyElement.y') |
| 2637 @DocsEditable() | 2638 @DocsEditable() |
| 2638 AnimatedLength get y native "SVGFEMorphologyElement_y_Getter"; | 2639 AnimatedLength get y => blink.Native_SVGFEMorphologyElement_y_Getter(this); |
| 2639 | 2640 |
| 2640 } | 2641 } |
| 2641 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2642 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2642 // for details. All rights reserved. Use of this source code is governed by a | 2643 // for details. All rights reserved. Use of this source code is governed by a |
| 2643 // BSD-style license that can be found in the LICENSE file. | 2644 // BSD-style license that can be found in the LICENSE file. |
| 2644 | 2645 |
| 2645 // WARNING: Do not edit - generated code. | 2646 // WARNING: Do not edit - generated code. |
| 2646 | 2647 |
| 2647 | 2648 |
| 2648 @DocsEditable() | 2649 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 2664 * | 2665 * |
| 2665 * This can only be called by subclasses from their created constructor. | 2666 * This can only be called by subclasses from their created constructor. |
| 2666 */ | 2667 */ |
| 2667 FEOffsetElement.created() : super.created(); | 2668 FEOffsetElement.created() : super.created(); |
| 2668 | 2669 |
| 2669 /// Checks if this type is supported on the current platform. | 2670 /// Checks if this type is supported on the current platform. |
| 2670 static bool get supported => true; | 2671 static bool get supported => true; |
| 2671 | 2672 |
| 2672 @DomName('SVGFEOffsetElement.dx') | 2673 @DomName('SVGFEOffsetElement.dx') |
| 2673 @DocsEditable() | 2674 @DocsEditable() |
| 2674 AnimatedNumber get dx native "SVGFEOffsetElement_dx_Getter"; | 2675 AnimatedNumber get dx => blink.Native_SVGFEOffsetElement_dx_Getter(this); |
| 2675 | 2676 |
| 2676 @DomName('SVGFEOffsetElement.dy') | 2677 @DomName('SVGFEOffsetElement.dy') |
| 2677 @DocsEditable() | 2678 @DocsEditable() |
| 2678 AnimatedNumber get dy native "SVGFEOffsetElement_dy_Getter"; | 2679 AnimatedNumber get dy => blink.Native_SVGFEOffsetElement_dy_Getter(this); |
| 2679 | 2680 |
| 2680 @DomName('SVGFEOffsetElement.in1') | 2681 @DomName('SVGFEOffsetElement.in1') |
| 2681 @DocsEditable() | 2682 @DocsEditable() |
| 2682 AnimatedString get in1 native "SVGFEOffsetElement_in1_Getter"; | 2683 AnimatedString get in1 => blink.Native_SVGFEOffsetElement_in1_Getter(this); |
| 2683 | 2684 |
| 2684 @DomName('SVGFEOffsetElement.height') | 2685 @DomName('SVGFEOffsetElement.height') |
| 2685 @DocsEditable() | 2686 @DocsEditable() |
| 2686 AnimatedLength get height native "SVGFEOffsetElement_height_Getter"; | 2687 AnimatedLength get height => blink.Native_SVGFEOffsetElement_height_Getter(thi
s); |
| 2687 | 2688 |
| 2688 @DomName('SVGFEOffsetElement.result') | 2689 @DomName('SVGFEOffsetElement.result') |
| 2689 @DocsEditable() | 2690 @DocsEditable() |
| 2690 AnimatedString get result native "SVGFEOffsetElement_result_Getter"; | 2691 AnimatedString get result => blink.Native_SVGFEOffsetElement_result_Getter(thi
s); |
| 2691 | 2692 |
| 2692 @DomName('SVGFEOffsetElement.width') | 2693 @DomName('SVGFEOffsetElement.width') |
| 2693 @DocsEditable() | 2694 @DocsEditable() |
| 2694 AnimatedLength get width native "SVGFEOffsetElement_width_Getter"; | 2695 AnimatedLength get width => blink.Native_SVGFEOffsetElement_width_Getter(this)
; |
| 2695 | 2696 |
| 2696 @DomName('SVGFEOffsetElement.x') | 2697 @DomName('SVGFEOffsetElement.x') |
| 2697 @DocsEditable() | 2698 @DocsEditable() |
| 2698 AnimatedLength get x native "SVGFEOffsetElement_x_Getter"; | 2699 AnimatedLength get x => blink.Native_SVGFEOffsetElement_x_Getter(this); |
| 2699 | 2700 |
| 2700 @DomName('SVGFEOffsetElement.y') | 2701 @DomName('SVGFEOffsetElement.y') |
| 2701 @DocsEditable() | 2702 @DocsEditable() |
| 2702 AnimatedLength get y native "SVGFEOffsetElement_y_Getter"; | 2703 AnimatedLength get y => blink.Native_SVGFEOffsetElement_y_Getter(this); |
| 2703 | 2704 |
| 2704 } | 2705 } |
| 2705 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2706 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2706 // for details. All rights reserved. Use of this source code is governed by a | 2707 // for details. All rights reserved. Use of this source code is governed by a |
| 2707 // BSD-style license that can be found in the LICENSE file. | 2708 // BSD-style license that can be found in the LICENSE file. |
| 2708 | 2709 |
| 2709 // WARNING: Do not edit - generated code. | 2710 // WARNING: Do not edit - generated code. |
| 2710 | 2711 |
| 2711 | 2712 |
| 2712 @DocsEditable() | 2713 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 2728 * | 2729 * |
| 2729 * This can only be called by subclasses from their created constructor. | 2730 * This can only be called by subclasses from their created constructor. |
| 2730 */ | 2731 */ |
| 2731 FEPointLightElement.created() : super.created(); | 2732 FEPointLightElement.created() : super.created(); |
| 2732 | 2733 |
| 2733 /// Checks if this type is supported on the current platform. | 2734 /// Checks if this type is supported on the current platform. |
| 2734 static bool get supported => true; | 2735 static bool get supported => true; |
| 2735 | 2736 |
| 2736 @DomName('SVGFEPointLightElement.x') | 2737 @DomName('SVGFEPointLightElement.x') |
| 2737 @DocsEditable() | 2738 @DocsEditable() |
| 2738 AnimatedNumber get x native "SVGFEPointLightElement_x_Getter"; | 2739 AnimatedNumber get x => blink.Native_SVGFEPointLightElement_x_Getter(this); |
| 2739 | 2740 |
| 2740 @DomName('SVGFEPointLightElement.y') | 2741 @DomName('SVGFEPointLightElement.y') |
| 2741 @DocsEditable() | 2742 @DocsEditable() |
| 2742 AnimatedNumber get y native "SVGFEPointLightElement_y_Getter"; | 2743 AnimatedNumber get y => blink.Native_SVGFEPointLightElement_y_Getter(this); |
| 2743 | 2744 |
| 2744 @DomName('SVGFEPointLightElement.z') | 2745 @DomName('SVGFEPointLightElement.z') |
| 2745 @DocsEditable() | 2746 @DocsEditable() |
| 2746 AnimatedNumber get z native "SVGFEPointLightElement_z_Getter"; | 2747 AnimatedNumber get z => blink.Native_SVGFEPointLightElement_z_Getter(this); |
| 2747 | 2748 |
| 2748 } | 2749 } |
| 2749 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2750 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2750 // for details. All rights reserved. Use of this source code is governed by a | 2751 // for details. All rights reserved. Use of this source code is governed by a |
| 2751 // BSD-style license that can be found in the LICENSE file. | 2752 // BSD-style license that can be found in the LICENSE file. |
| 2752 | 2753 |
| 2753 // WARNING: Do not edit - generated code. | 2754 // WARNING: Do not edit - generated code. |
| 2754 | 2755 |
| 2755 | 2756 |
| 2756 @DocsEditable() | 2757 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 2772 * | 2773 * |
| 2773 * This can only be called by subclasses from their created constructor. | 2774 * This can only be called by subclasses from their created constructor. |
| 2774 */ | 2775 */ |
| 2775 FESpecularLightingElement.created() : super.created(); | 2776 FESpecularLightingElement.created() : super.created(); |
| 2776 | 2777 |
| 2777 /// Checks if this type is supported on the current platform. | 2778 /// Checks if this type is supported on the current platform. |
| 2778 static bool get supported => true; | 2779 static bool get supported => true; |
| 2779 | 2780 |
| 2780 @DomName('SVGFESpecularLightingElement.in1') | 2781 @DomName('SVGFESpecularLightingElement.in1') |
| 2781 @DocsEditable() | 2782 @DocsEditable() |
| 2782 AnimatedString get in1 native "SVGFESpecularLightingElement_in1_Getter"; | 2783 AnimatedString get in1 => blink.Native_SVGFESpecularLightingElement_in1_Getter
(this); |
| 2783 | 2784 |
| 2784 @DomName('SVGFESpecularLightingElement.specularConstant') | 2785 @DomName('SVGFESpecularLightingElement.specularConstant') |
| 2785 @DocsEditable() | 2786 @DocsEditable() |
| 2786 AnimatedNumber get specularConstant native "SVGFESpecularLightingElement_specu
larConstant_Getter"; | 2787 AnimatedNumber get specularConstant => blink.Native_SVGFESpecularLightingEleme
nt_specularConstant_Getter(this); |
| 2787 | 2788 |
| 2788 @DomName('SVGFESpecularLightingElement.specularExponent') | 2789 @DomName('SVGFESpecularLightingElement.specularExponent') |
| 2789 @DocsEditable() | 2790 @DocsEditable() |
| 2790 AnimatedNumber get specularExponent native "SVGFESpecularLightingElement_specu
larExponent_Getter"; | 2791 AnimatedNumber get specularExponent => blink.Native_SVGFESpecularLightingEleme
nt_specularExponent_Getter(this); |
| 2791 | 2792 |
| 2792 @DomName('SVGFESpecularLightingElement.surfaceScale') | 2793 @DomName('SVGFESpecularLightingElement.surfaceScale') |
| 2793 @DocsEditable() | 2794 @DocsEditable() |
| 2794 AnimatedNumber get surfaceScale native "SVGFESpecularLightingElement_surfaceSc
ale_Getter"; | 2795 AnimatedNumber get surfaceScale => blink.Native_SVGFESpecularLightingElement_s
urfaceScale_Getter(this); |
| 2795 | 2796 |
| 2796 @DomName('SVGFESpecularLightingElement.height') | 2797 @DomName('SVGFESpecularLightingElement.height') |
| 2797 @DocsEditable() | 2798 @DocsEditable() |
| 2798 AnimatedLength get height native "SVGFESpecularLightingElement_height_Getter"; | 2799 AnimatedLength get height => blink.Native_SVGFESpecularLightingElement_height_
Getter(this); |
| 2799 | 2800 |
| 2800 @DomName('SVGFESpecularLightingElement.result') | 2801 @DomName('SVGFESpecularLightingElement.result') |
| 2801 @DocsEditable() | 2802 @DocsEditable() |
| 2802 AnimatedString get result native "SVGFESpecularLightingElement_result_Getter"; | 2803 AnimatedString get result => blink.Native_SVGFESpecularLightingElement_result_
Getter(this); |
| 2803 | 2804 |
| 2804 @DomName('SVGFESpecularLightingElement.width') | 2805 @DomName('SVGFESpecularLightingElement.width') |
| 2805 @DocsEditable() | 2806 @DocsEditable() |
| 2806 AnimatedLength get width native "SVGFESpecularLightingElement_width_Getter"; | 2807 AnimatedLength get width => blink.Native_SVGFESpecularLightingElement_width_Ge
tter(this); |
| 2807 | 2808 |
| 2808 @DomName('SVGFESpecularLightingElement.x') | 2809 @DomName('SVGFESpecularLightingElement.x') |
| 2809 @DocsEditable() | 2810 @DocsEditable() |
| 2810 AnimatedLength get x native "SVGFESpecularLightingElement_x_Getter"; | 2811 AnimatedLength get x => blink.Native_SVGFESpecularLightingElement_x_Getter(thi
s); |
| 2811 | 2812 |
| 2812 @DomName('SVGFESpecularLightingElement.y') | 2813 @DomName('SVGFESpecularLightingElement.y') |
| 2813 @DocsEditable() | 2814 @DocsEditable() |
| 2814 AnimatedLength get y native "SVGFESpecularLightingElement_y_Getter"; | 2815 AnimatedLength get y => blink.Native_SVGFESpecularLightingElement_y_Getter(thi
s); |
| 2815 | 2816 |
| 2816 } | 2817 } |
| 2817 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2818 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2818 // for details. All rights reserved. Use of this source code is governed by a | 2819 // for details. All rights reserved. Use of this source code is governed by a |
| 2819 // BSD-style license that can be found in the LICENSE file. | 2820 // BSD-style license that can be found in the LICENSE file. |
| 2820 | 2821 |
| 2821 // WARNING: Do not edit - generated code. | 2822 // WARNING: Do not edit - generated code. |
| 2822 | 2823 |
| 2823 | 2824 |
| 2824 @DocsEditable() | 2825 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 2840 * | 2841 * |
| 2841 * This can only be called by subclasses from their created constructor. | 2842 * This can only be called by subclasses from their created constructor. |
| 2842 */ | 2843 */ |
| 2843 FESpotLightElement.created() : super.created(); | 2844 FESpotLightElement.created() : super.created(); |
| 2844 | 2845 |
| 2845 /// Checks if this type is supported on the current platform. | 2846 /// Checks if this type is supported on the current platform. |
| 2846 static bool get supported => true; | 2847 static bool get supported => true; |
| 2847 | 2848 |
| 2848 @DomName('SVGFESpotLightElement.limitingConeAngle') | 2849 @DomName('SVGFESpotLightElement.limitingConeAngle') |
| 2849 @DocsEditable() | 2850 @DocsEditable() |
| 2850 AnimatedNumber get limitingConeAngle native "SVGFESpotLightElement_limitingCon
eAngle_Getter"; | 2851 AnimatedNumber get limitingConeAngle => blink.Native_SVGFESpotLightElement_lim
itingConeAngle_Getter(this); |
| 2851 | 2852 |
| 2852 @DomName('SVGFESpotLightElement.pointsAtX') | 2853 @DomName('SVGFESpotLightElement.pointsAtX') |
| 2853 @DocsEditable() | 2854 @DocsEditable() |
| 2854 AnimatedNumber get pointsAtX native "SVGFESpotLightElement_pointsAtX_Getter"; | 2855 AnimatedNumber get pointsAtX => blink.Native_SVGFESpotLightElement_pointsAtX_G
etter(this); |
| 2855 | 2856 |
| 2856 @DomName('SVGFESpotLightElement.pointsAtY') | 2857 @DomName('SVGFESpotLightElement.pointsAtY') |
| 2857 @DocsEditable() | 2858 @DocsEditable() |
| 2858 AnimatedNumber get pointsAtY native "SVGFESpotLightElement_pointsAtY_Getter"; | 2859 AnimatedNumber get pointsAtY => blink.Native_SVGFESpotLightElement_pointsAtY_G
etter(this); |
| 2859 | 2860 |
| 2860 @DomName('SVGFESpotLightElement.pointsAtZ') | 2861 @DomName('SVGFESpotLightElement.pointsAtZ') |
| 2861 @DocsEditable() | 2862 @DocsEditable() |
| 2862 AnimatedNumber get pointsAtZ native "SVGFESpotLightElement_pointsAtZ_Getter"; | 2863 AnimatedNumber get pointsAtZ => blink.Native_SVGFESpotLightElement_pointsAtZ_G
etter(this); |
| 2863 | 2864 |
| 2864 @DomName('SVGFESpotLightElement.specularExponent') | 2865 @DomName('SVGFESpotLightElement.specularExponent') |
| 2865 @DocsEditable() | 2866 @DocsEditable() |
| 2866 AnimatedNumber get specularExponent native "SVGFESpotLightElement_specularExpo
nent_Getter"; | 2867 AnimatedNumber get specularExponent => blink.Native_SVGFESpotLightElement_spec
ularExponent_Getter(this); |
| 2867 | 2868 |
| 2868 @DomName('SVGFESpotLightElement.x') | 2869 @DomName('SVGFESpotLightElement.x') |
| 2869 @DocsEditable() | 2870 @DocsEditable() |
| 2870 AnimatedNumber get x native "SVGFESpotLightElement_x_Getter"; | 2871 AnimatedNumber get x => blink.Native_SVGFESpotLightElement_x_Getter(this); |
| 2871 | 2872 |
| 2872 @DomName('SVGFESpotLightElement.y') | 2873 @DomName('SVGFESpotLightElement.y') |
| 2873 @DocsEditable() | 2874 @DocsEditable() |
| 2874 AnimatedNumber get y native "SVGFESpotLightElement_y_Getter"; | 2875 AnimatedNumber get y => blink.Native_SVGFESpotLightElement_y_Getter(this); |
| 2875 | 2876 |
| 2876 @DomName('SVGFESpotLightElement.z') | 2877 @DomName('SVGFESpotLightElement.z') |
| 2877 @DocsEditable() | 2878 @DocsEditable() |
| 2878 AnimatedNumber get z native "SVGFESpotLightElement_z_Getter"; | 2879 AnimatedNumber get z => blink.Native_SVGFESpotLightElement_z_Getter(this); |
| 2879 | 2880 |
| 2880 } | 2881 } |
| 2881 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2882 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2882 // for details. All rights reserved. Use of this source code is governed by a | 2883 // for details. All rights reserved. Use of this source code is governed by a |
| 2883 // BSD-style license that can be found in the LICENSE file. | 2884 // BSD-style license that can be found in the LICENSE file. |
| 2884 | 2885 |
| 2885 // WARNING: Do not edit - generated code. | 2886 // WARNING: Do not edit - generated code. |
| 2886 | 2887 |
| 2887 | 2888 |
| 2888 @DocsEditable() | 2889 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 2904 * | 2905 * |
| 2905 * This can only be called by subclasses from their created constructor. | 2906 * This can only be called by subclasses from their created constructor. |
| 2906 */ | 2907 */ |
| 2907 FETileElement.created() : super.created(); | 2908 FETileElement.created() : super.created(); |
| 2908 | 2909 |
| 2909 /// Checks if this type is supported on the current platform. | 2910 /// Checks if this type is supported on the current platform. |
| 2910 static bool get supported => true; | 2911 static bool get supported => true; |
| 2911 | 2912 |
| 2912 @DomName('SVGFETileElement.in1') | 2913 @DomName('SVGFETileElement.in1') |
| 2913 @DocsEditable() | 2914 @DocsEditable() |
| 2914 AnimatedString get in1 native "SVGFETileElement_in1_Getter"; | 2915 AnimatedString get in1 => blink.Native_SVGFETileElement_in1_Getter(this); |
| 2915 | 2916 |
| 2916 @DomName('SVGFETileElement.height') | 2917 @DomName('SVGFETileElement.height') |
| 2917 @DocsEditable() | 2918 @DocsEditable() |
| 2918 AnimatedLength get height native "SVGFETileElement_height_Getter"; | 2919 AnimatedLength get height => blink.Native_SVGFETileElement_height_Getter(this)
; |
| 2919 | 2920 |
| 2920 @DomName('SVGFETileElement.result') | 2921 @DomName('SVGFETileElement.result') |
| 2921 @DocsEditable() | 2922 @DocsEditable() |
| 2922 AnimatedString get result native "SVGFETileElement_result_Getter"; | 2923 AnimatedString get result => blink.Native_SVGFETileElement_result_Getter(this)
; |
| 2923 | 2924 |
| 2924 @DomName('SVGFETileElement.width') | 2925 @DomName('SVGFETileElement.width') |
| 2925 @DocsEditable() | 2926 @DocsEditable() |
| 2926 AnimatedLength get width native "SVGFETileElement_width_Getter"; | 2927 AnimatedLength get width => blink.Native_SVGFETileElement_width_Getter(this); |
| 2927 | 2928 |
| 2928 @DomName('SVGFETileElement.x') | 2929 @DomName('SVGFETileElement.x') |
| 2929 @DocsEditable() | 2930 @DocsEditable() |
| 2930 AnimatedLength get x native "SVGFETileElement_x_Getter"; | 2931 AnimatedLength get x => blink.Native_SVGFETileElement_x_Getter(this); |
| 2931 | 2932 |
| 2932 @DomName('SVGFETileElement.y') | 2933 @DomName('SVGFETileElement.y') |
| 2933 @DocsEditable() | 2934 @DocsEditable() |
| 2934 AnimatedLength get y native "SVGFETileElement_y_Getter"; | 2935 AnimatedLength get y => blink.Native_SVGFETileElement_y_Getter(this); |
| 2935 | 2936 |
| 2936 } | 2937 } |
| 2937 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2938 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2938 // for details. All rights reserved. Use of this source code is governed by a | 2939 // for details. All rights reserved. Use of this source code is governed by a |
| 2939 // BSD-style license that can be found in the LICENSE file. | 2940 // BSD-style license that can be found in the LICENSE file. |
| 2940 | 2941 |
| 2941 // WARNING: Do not edit - generated code. | 2942 // WARNING: Do not edit - generated code. |
| 2942 | 2943 |
| 2943 | 2944 |
| 2944 @DocsEditable() | 2945 @DocsEditable() |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2984 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE') | 2985 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE') |
| 2985 @DocsEditable() | 2986 @DocsEditable() |
| 2986 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; | 2987 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; |
| 2987 | 2988 |
| 2988 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_UNKNOWN') | 2989 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_UNKNOWN') |
| 2989 @DocsEditable() | 2990 @DocsEditable() |
| 2990 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; | 2991 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
| 2991 | 2992 |
| 2992 @DomName('SVGFETurbulenceElement.baseFrequencyX') | 2993 @DomName('SVGFETurbulenceElement.baseFrequencyX') |
| 2993 @DocsEditable() | 2994 @DocsEditable() |
| 2994 AnimatedNumber get baseFrequencyX native "SVGFETurbulenceElement_baseFrequency
X_Getter"; | 2995 AnimatedNumber get baseFrequencyX => blink.Native_SVGFETurbulenceElement_baseF
requencyX_Getter(this); |
| 2995 | 2996 |
| 2996 @DomName('SVGFETurbulenceElement.baseFrequencyY') | 2997 @DomName('SVGFETurbulenceElement.baseFrequencyY') |
| 2997 @DocsEditable() | 2998 @DocsEditable() |
| 2998 AnimatedNumber get baseFrequencyY native "SVGFETurbulenceElement_baseFrequency
Y_Getter"; | 2999 AnimatedNumber get baseFrequencyY => blink.Native_SVGFETurbulenceElement_baseF
requencyY_Getter(this); |
| 2999 | 3000 |
| 3000 @DomName('SVGFETurbulenceElement.numOctaves') | 3001 @DomName('SVGFETurbulenceElement.numOctaves') |
| 3001 @DocsEditable() | 3002 @DocsEditable() |
| 3002 AnimatedInteger get numOctaves native "SVGFETurbulenceElement_numOctaves_Gette
r"; | 3003 AnimatedInteger get numOctaves => blink.Native_SVGFETurbulenceElement_numOctav
es_Getter(this); |
| 3003 | 3004 |
| 3004 @DomName('SVGFETurbulenceElement.seed') | 3005 @DomName('SVGFETurbulenceElement.seed') |
| 3005 @DocsEditable() | 3006 @DocsEditable() |
| 3006 AnimatedNumber get seed native "SVGFETurbulenceElement_seed_Getter"; | 3007 AnimatedNumber get seed => blink.Native_SVGFETurbulenceElement_seed_Getter(thi
s); |
| 3007 | 3008 |
| 3008 @DomName('SVGFETurbulenceElement.stitchTiles') | 3009 @DomName('SVGFETurbulenceElement.stitchTiles') |
| 3009 @DocsEditable() | 3010 @DocsEditable() |
| 3010 AnimatedEnumeration get stitchTiles native "SVGFETurbulenceElement_stitchTiles
_Getter"; | 3011 AnimatedEnumeration get stitchTiles => blink.Native_SVGFETurbulenceElement_sti
tchTiles_Getter(this); |
| 3011 | 3012 |
| 3012 @DomName('SVGFETurbulenceElement.type') | 3013 @DomName('SVGFETurbulenceElement.type') |
| 3013 @DocsEditable() | 3014 @DocsEditable() |
| 3014 AnimatedEnumeration get type native "SVGFETurbulenceElement_type_Getter"; | 3015 AnimatedEnumeration get type => blink.Native_SVGFETurbulenceElement_type_Gette
r(this); |
| 3015 | 3016 |
| 3016 @DomName('SVGFETurbulenceElement.height') | 3017 @DomName('SVGFETurbulenceElement.height') |
| 3017 @DocsEditable() | 3018 @DocsEditable() |
| 3018 AnimatedLength get height native "SVGFETurbulenceElement_height_Getter"; | 3019 AnimatedLength get height => blink.Native_SVGFETurbulenceElement_height_Getter
(this); |
| 3019 | 3020 |
| 3020 @DomName('SVGFETurbulenceElement.result') | 3021 @DomName('SVGFETurbulenceElement.result') |
| 3021 @DocsEditable() | 3022 @DocsEditable() |
| 3022 AnimatedString get result native "SVGFETurbulenceElement_result_Getter"; | 3023 AnimatedString get result => blink.Native_SVGFETurbulenceElement_result_Getter
(this); |
| 3023 | 3024 |
| 3024 @DomName('SVGFETurbulenceElement.width') | 3025 @DomName('SVGFETurbulenceElement.width') |
| 3025 @DocsEditable() | 3026 @DocsEditable() |
| 3026 AnimatedLength get width native "SVGFETurbulenceElement_width_Getter"; | 3027 AnimatedLength get width => blink.Native_SVGFETurbulenceElement_width_Getter(t
his); |
| 3027 | 3028 |
| 3028 @DomName('SVGFETurbulenceElement.x') | 3029 @DomName('SVGFETurbulenceElement.x') |
| 3029 @DocsEditable() | 3030 @DocsEditable() |
| 3030 AnimatedLength get x native "SVGFETurbulenceElement_x_Getter"; | 3031 AnimatedLength get x => blink.Native_SVGFETurbulenceElement_x_Getter(this); |
| 3031 | 3032 |
| 3032 @DomName('SVGFETurbulenceElement.y') | 3033 @DomName('SVGFETurbulenceElement.y') |
| 3033 @DocsEditable() | 3034 @DocsEditable() |
| 3034 AnimatedLength get y native "SVGFETurbulenceElement_y_Getter"; | 3035 AnimatedLength get y => blink.Native_SVGFETurbulenceElement_y_Getter(this); |
| 3035 | 3036 |
| 3036 } | 3037 } |
| 3037 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3038 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3038 // for details. All rights reserved. Use of this source code is governed by a | 3039 // for details. All rights reserved. Use of this source code is governed by a |
| 3039 // BSD-style license that can be found in the LICENSE file. | 3040 // BSD-style license that can be found in the LICENSE file. |
| 3040 | 3041 |
| 3041 // WARNING: Do not edit - generated code. | 3042 // WARNING: Do not edit - generated code. |
| 3042 | 3043 |
| 3043 | 3044 |
| 3044 @DocsEditable() | 3045 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 3060 * | 3061 * |
| 3061 * This can only be called by subclasses from their created constructor. | 3062 * This can only be called by subclasses from their created constructor. |
| 3062 */ | 3063 */ |
| 3063 FilterElement.created() : super.created(); | 3064 FilterElement.created() : super.created(); |
| 3064 | 3065 |
| 3065 /// Checks if this type is supported on the current platform. | 3066 /// Checks if this type is supported on the current platform. |
| 3066 static bool get supported => true; | 3067 static bool get supported => true; |
| 3067 | 3068 |
| 3068 @DomName('SVGFilterElement.filterResX') | 3069 @DomName('SVGFilterElement.filterResX') |
| 3069 @DocsEditable() | 3070 @DocsEditable() |
| 3070 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; | 3071 AnimatedInteger get filterResX => blink.Native_SVGFilterElement_filterResX_Get
ter(this); |
| 3071 | 3072 |
| 3072 @DomName('SVGFilterElement.filterResY') | 3073 @DomName('SVGFilterElement.filterResY') |
| 3073 @DocsEditable() | 3074 @DocsEditable() |
| 3074 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; | 3075 AnimatedInteger get filterResY => blink.Native_SVGFilterElement_filterResY_Get
ter(this); |
| 3075 | 3076 |
| 3076 @DomName('SVGFilterElement.filterUnits') | 3077 @DomName('SVGFilterElement.filterUnits') |
| 3077 @DocsEditable() | 3078 @DocsEditable() |
| 3078 AnimatedEnumeration get filterUnits native "SVGFilterElement_filterUnits_Gette
r"; | 3079 AnimatedEnumeration get filterUnits => blink.Native_SVGFilterElement_filterUni
ts_Getter(this); |
| 3079 | 3080 |
| 3080 @DomName('SVGFilterElement.height') | 3081 @DomName('SVGFilterElement.height') |
| 3081 @DocsEditable() | 3082 @DocsEditable() |
| 3082 AnimatedLength get height native "SVGFilterElement_height_Getter"; | 3083 AnimatedLength get height => blink.Native_SVGFilterElement_height_Getter(this)
; |
| 3083 | 3084 |
| 3084 @DomName('SVGFilterElement.primitiveUnits') | 3085 @DomName('SVGFilterElement.primitiveUnits') |
| 3085 @DocsEditable() | 3086 @DocsEditable() |
| 3086 AnimatedEnumeration get primitiveUnits native "SVGFilterElement_primitiveUnits
_Getter"; | 3087 AnimatedEnumeration get primitiveUnits => blink.Native_SVGFilterElement_primit
iveUnits_Getter(this); |
| 3087 | 3088 |
| 3088 @DomName('SVGFilterElement.width') | 3089 @DomName('SVGFilterElement.width') |
| 3089 @DocsEditable() | 3090 @DocsEditable() |
| 3090 AnimatedLength get width native "SVGFilterElement_width_Getter"; | 3091 AnimatedLength get width => blink.Native_SVGFilterElement_width_Getter(this); |
| 3091 | 3092 |
| 3092 @DomName('SVGFilterElement.x') | 3093 @DomName('SVGFilterElement.x') |
| 3093 @DocsEditable() | 3094 @DocsEditable() |
| 3094 AnimatedLength get x native "SVGFilterElement_x_Getter"; | 3095 AnimatedLength get x => blink.Native_SVGFilterElement_x_Getter(this); |
| 3095 | 3096 |
| 3096 @DomName('SVGFilterElement.y') | 3097 @DomName('SVGFilterElement.y') |
| 3097 @DocsEditable() | 3098 @DocsEditable() |
| 3098 AnimatedLength get y native "SVGFilterElement_y_Getter"; | 3099 AnimatedLength get y => blink.Native_SVGFilterElement_y_Getter(this); |
| 3099 | 3100 |
| 3100 @DomName('SVGFilterElement.setFilterRes') | 3101 @DomName('SVGFilterElement.setFilterRes') |
| 3101 @DocsEditable() | 3102 @DocsEditable() |
| 3102 void setFilterRes(int filterResX, int filterResY) native "SVGFilterElement_set
FilterRes_Callback"; | 3103 void setFilterRes(int filterResX, int filterResY) => blink.Native_SVGFilterEle
ment_setFilterRes_Callback(this, filterResX, filterResY); |
| 3103 | 3104 |
| 3104 @DomName('SVGFilterElement.href') | 3105 @DomName('SVGFilterElement.href') |
| 3105 @DocsEditable() | 3106 @DocsEditable() |
| 3106 AnimatedString get href native "SVGFilterElement_href_Getter"; | 3107 AnimatedString get href => blink.Native_SVGFilterElement_href_Getter(this); |
| 3107 | 3108 |
| 3108 } | 3109 } |
| 3109 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3110 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3110 // for details. All rights reserved. Use of this source code is governed by a | 3111 // for details. All rights reserved. Use of this source code is governed by a |
| 3111 // BSD-style license that can be found in the LICENSE file. | 3112 // BSD-style license that can be found in the LICENSE file. |
| 3112 | 3113 |
| 3113 // WARNING: Do not edit - generated code. | 3114 // WARNING: Do not edit - generated code. |
| 3114 | 3115 |
| 3115 | 3116 |
| 3116 @DocsEditable() | 3117 @DocsEditable() |
| 3117 @DomName('SVGFilterPrimitiveStandardAttributes') | 3118 @DomName('SVGFilterPrimitiveStandardAttributes') |
| 3118 @Unstable() | 3119 @Unstable() |
| 3119 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass
2 { | 3120 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass
2 { |
| 3120 // To suppress missing implicit constructor warnings. | 3121 // To suppress missing implicit constructor warnings. |
| 3121 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No
t supported"); } | 3122 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No
t supported"); } |
| 3122 | 3123 |
| 3123 @DomName('SVGFilterPrimitiveStandardAttributes.height') | 3124 @DomName('SVGFilterPrimitiveStandardAttributes.height') |
| 3124 @DocsEditable() | 3125 @DocsEditable() |
| 3125 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_
Getter"; | 3126 AnimatedLength get height => blink.Native_SVGFilterPrimitiveStandardAttributes
_height_Getter(this); |
| 3126 | 3127 |
| 3127 @DomName('SVGFilterPrimitiveStandardAttributes.result') | 3128 @DomName('SVGFilterPrimitiveStandardAttributes.result') |
| 3128 @DocsEditable() | 3129 @DocsEditable() |
| 3129 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_
Getter"; | 3130 AnimatedString get result => blink.Native_SVGFilterPrimitiveStandardAttributes
_result_Getter(this); |
| 3130 | 3131 |
| 3131 @DomName('SVGFilterPrimitiveStandardAttributes.width') | 3132 @DomName('SVGFilterPrimitiveStandardAttributes.width') |
| 3132 @DocsEditable() | 3133 @DocsEditable() |
| 3133 AnimatedLength get width native "SVGFilterPrimitiveStandardAttributes_width_Ge
tter"; | 3134 AnimatedLength get width => blink.Native_SVGFilterPrimitiveStandardAttributes_
width_Getter(this); |
| 3134 | 3135 |
| 3135 @DomName('SVGFilterPrimitiveStandardAttributes.x') | 3136 @DomName('SVGFilterPrimitiveStandardAttributes.x') |
| 3136 @DocsEditable() | 3137 @DocsEditable() |
| 3137 AnimatedLength get x native "SVGFilterPrimitiveStandardAttributes_x_Getter"; | 3138 AnimatedLength get x => blink.Native_SVGFilterPrimitiveStandardAttributes_x_Ge
tter(this); |
| 3138 | 3139 |
| 3139 @DomName('SVGFilterPrimitiveStandardAttributes.y') | 3140 @DomName('SVGFilterPrimitiveStandardAttributes.y') |
| 3140 @DocsEditable() | 3141 @DocsEditable() |
| 3141 AnimatedLength get y native "SVGFilterPrimitiveStandardAttributes_y_Getter"; | 3142 AnimatedLength get y => blink.Native_SVGFilterPrimitiveStandardAttributes_y_Ge
tter(this); |
| 3142 | 3143 |
| 3143 } | 3144 } |
| 3144 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3145 // for details. All rights reserved. Use of this source code is governed by a | 3146 // for details. All rights reserved. Use of this source code is governed by a |
| 3146 // BSD-style license that can be found in the LICENSE file. | 3147 // BSD-style license that can be found in the LICENSE file. |
| 3147 | 3148 |
| 3148 // WARNING: Do not edit - generated code. | 3149 // WARNING: Do not edit - generated code. |
| 3149 | 3150 |
| 3150 | 3151 |
| 3151 @DocsEditable() | 3152 @DocsEditable() |
| 3152 @DomName('SVGFitToViewBox') | 3153 @DomName('SVGFitToViewBox') |
| 3153 @Unstable() | 3154 @Unstable() |
| 3154 abstract class FitToViewBox extends NativeFieldWrapperClass2 { | 3155 abstract class FitToViewBox extends NativeFieldWrapperClass2 { |
| 3155 // To suppress missing implicit constructor warnings. | 3156 // To suppress missing implicit constructor warnings. |
| 3156 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } | 3157 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } |
| 3157 | 3158 |
| 3158 @DomName('SVGFitToViewBox.preserveAspectRatio') | 3159 @DomName('SVGFitToViewBox.preserveAspectRatio') |
| 3159 @DocsEditable() | 3160 @DocsEditable() |
| 3160 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr
eserveAspectRatio_Getter"; | 3161 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGFitToVi
ewBox_preserveAspectRatio_Getter(this); |
| 3161 | 3162 |
| 3162 @DomName('SVGFitToViewBox.viewBox') | 3163 @DomName('SVGFitToViewBox.viewBox') |
| 3163 @DocsEditable() | 3164 @DocsEditable() |
| 3164 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; | 3165 AnimatedRect get viewBox => blink.Native_SVGFitToViewBox_viewBox_Getter(this); |
| 3165 | 3166 |
| 3166 } | 3167 } |
| 3167 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3168 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3168 // for details. All rights reserved. Use of this source code is governed by a | 3169 // for details. All rights reserved. Use of this source code is governed by a |
| 3169 // BSD-style license that can be found in the LICENSE file. | 3170 // BSD-style license that can be found in the LICENSE file. |
| 3170 | 3171 |
| 3171 // WARNING: Do not edit - generated code. | 3172 // WARNING: Do not edit - generated code. |
| 3172 | 3173 |
| 3173 | 3174 |
| 3174 @DocsEditable() | 3175 @DocsEditable() |
| (...skipping 14 matching lines...) Expand all Loading... |
| 3189 * | 3190 * |
| 3190 * This can only be called by subclasses from their created constructor. | 3191 * This can only be called by subclasses from their created constructor. |
| 3191 */ | 3192 */ |
| 3192 ForeignObjectElement.created() : super.created(); | 3193 ForeignObjectElement.created() : super.created(); |
| 3193 | 3194 |
| 3194 /// Checks if this type is supported on the current platform. | 3195 /// Checks if this type is supported on the current platform. |
| 3195 static bool get supported => true; | 3196 static bool get supported => true; |
| 3196 | 3197 |
| 3197 @DomName('SVGForeignObjectElement.height') | 3198 @DomName('SVGForeignObjectElement.height') |
| 3198 @DocsEditable() | 3199 @DocsEditable() |
| 3199 AnimatedLength get height native "SVGForeignObjectElement_height_Getter"; | 3200 AnimatedLength get height => blink.Native_SVGForeignObjectElement_height_Gette
r(this); |
| 3200 | 3201 |
| 3201 @DomName('SVGForeignObjectElement.width') | 3202 @DomName('SVGForeignObjectElement.width') |
| 3202 @DocsEditable() | 3203 @DocsEditable() |
| 3203 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; | 3204 AnimatedLength get width => blink.Native_SVGForeignObjectElement_width_Getter(
this); |
| 3204 | 3205 |
| 3205 @DomName('SVGForeignObjectElement.x') | 3206 @DomName('SVGForeignObjectElement.x') |
| 3206 @DocsEditable() | 3207 @DocsEditable() |
| 3207 AnimatedLength get x native "SVGForeignObjectElement_x_Getter"; | 3208 AnimatedLength get x => blink.Native_SVGForeignObjectElement_x_Getter(this); |
| 3208 | 3209 |
| 3209 @DomName('SVGForeignObjectElement.y') | 3210 @DomName('SVGForeignObjectElement.y') |
| 3210 @DocsEditable() | 3211 @DocsEditable() |
| 3211 AnimatedLength get y native "SVGForeignObjectElement_y_Getter"; | 3212 AnimatedLength get y => blink.Native_SVGForeignObjectElement_y_Getter(this); |
| 3212 | 3213 |
| 3213 } | 3214 } |
| 3214 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3215 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3215 // for details. All rights reserved. Use of this source code is governed by a | 3216 // for details. All rights reserved. Use of this source code is governed by a |
| 3216 // BSD-style license that can be found in the LICENSE file. | 3217 // BSD-style license that can be found in the LICENSE file. |
| 3217 | 3218 |
| 3218 // WARNING: Do not edit - generated code. | 3219 // WARNING: Do not edit - generated code. |
| 3219 | 3220 |
| 3220 | 3221 |
| 3221 @DocsEditable() | 3222 @DocsEditable() |
| (...skipping 30 matching lines...) Expand all Loading... |
| 3252 /** | 3253 /** |
| 3253 * Constructor instantiated by the DOM when a custom element has been created. | 3254 * Constructor instantiated by the DOM when a custom element has been created. |
| 3254 * | 3255 * |
| 3255 * This can only be called by subclasses from their created constructor. | 3256 * This can only be called by subclasses from their created constructor. |
| 3256 */ | 3257 */ |
| 3257 GeometryElement.created() : super.created(); | 3258 GeometryElement.created() : super.created(); |
| 3258 | 3259 |
| 3259 @DomName('SVGGeometryElement.isPointInFill') | 3260 @DomName('SVGGeometryElement.isPointInFill') |
| 3260 @DocsEditable() | 3261 @DocsEditable() |
| 3261 @Experimental() // untriaged | 3262 @Experimental() // untriaged |
| 3262 bool isPointInFill(Point point) native "SVGGeometryElement_isPointInFill_Callb
ack"; | 3263 bool isPointInFill(Point point) => blink.Native_SVGGeometryElement_isPointInFi
ll_Callback(this, point); |
| 3263 | 3264 |
| 3264 @DomName('SVGGeometryElement.isPointInStroke') | 3265 @DomName('SVGGeometryElement.isPointInStroke') |
| 3265 @DocsEditable() | 3266 @DocsEditable() |
| 3266 @Experimental() // untriaged | 3267 @Experimental() // untriaged |
| 3267 bool isPointInStroke(Point point) native "SVGGeometryElement_isPointInStroke_C
allback"; | 3268 bool isPointInStroke(Point point) => blink.Native_SVGGeometryElement_isPointIn
Stroke_Callback(this, point); |
| 3268 | 3269 |
| 3269 } | 3270 } |
| 3270 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3271 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3271 // for details. All rights reserved. Use of this source code is governed by a | 3272 // for details. All rights reserved. Use of this source code is governed by a |
| 3272 // BSD-style license that can be found in the LICENSE file. | 3273 // BSD-style license that can be found in the LICENSE file. |
| 3273 | 3274 |
| 3274 // WARNING: Do not edit - generated code. | 3275 // WARNING: Do not edit - generated code. |
| 3275 | 3276 |
| 3276 | 3277 |
| 3277 @DocsEditable() | 3278 @DocsEditable() |
| 3278 @DomName('SVGGraphicsElement') | 3279 @DomName('SVGGraphicsElement') |
| 3279 @Experimental() // untriaged | 3280 @Experimental() // untriaged |
| 3280 class GraphicsElement extends SvgElement implements Tests { | 3281 class GraphicsElement extends SvgElement implements Tests { |
| 3281 // To suppress missing implicit constructor warnings. | 3282 // To suppress missing implicit constructor warnings. |
| 3282 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } | 3283 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } |
| 3283 /** | 3284 /** |
| 3284 * Constructor instantiated by the DOM when a custom element has been created. | 3285 * Constructor instantiated by the DOM when a custom element has been created. |
| 3285 * | 3286 * |
| 3286 * This can only be called by subclasses from their created constructor. | 3287 * This can only be called by subclasses from their created constructor. |
| 3287 */ | 3288 */ |
| 3288 GraphicsElement.created() : super.created(); | 3289 GraphicsElement.created() : super.created(); |
| 3289 | 3290 |
| 3290 @DomName('SVGGraphicsElement.farthestViewportElement') | 3291 @DomName('SVGGraphicsElement.farthestViewportElement') |
| 3291 @DocsEditable() | 3292 @DocsEditable() |
| 3292 @Experimental() // untriaged | 3293 @Experimental() // untriaged |
| 3293 SvgElement get farthestViewportElement native "SVGGraphicsElement_farthestView
portElement_Getter"; | 3294 SvgElement get farthestViewportElement => blink.Native_SVGGraphicsElement_fart
hestViewportElement_Getter(this); |
| 3294 | 3295 |
| 3295 @DomName('SVGGraphicsElement.nearestViewportElement') | 3296 @DomName('SVGGraphicsElement.nearestViewportElement') |
| 3296 @DocsEditable() | 3297 @DocsEditable() |
| 3297 @Experimental() // untriaged | 3298 @Experimental() // untriaged |
| 3298 SvgElement get nearestViewportElement native "SVGGraphicsElement_nearestViewpo
rtElement_Getter"; | 3299 SvgElement get nearestViewportElement => blink.Native_SVGGraphicsElement_neare
stViewportElement_Getter(this); |
| 3299 | 3300 |
| 3300 @DomName('SVGGraphicsElement.transform') | 3301 @DomName('SVGGraphicsElement.transform') |
| 3301 @DocsEditable() | 3302 @DocsEditable() |
| 3302 @Experimental() // untriaged | 3303 @Experimental() // untriaged |
| 3303 AnimatedTransformList get transform native "SVGGraphicsElement_transform_Gette
r"; | 3304 AnimatedTransformList get transform => blink.Native_SVGGraphicsElement_transfo
rm_Getter(this); |
| 3304 | 3305 |
| 3305 @DomName('SVGGraphicsElement.getBBox') | 3306 @DomName('SVGGraphicsElement.getBBox') |
| 3306 @DocsEditable() | 3307 @DocsEditable() |
| 3307 @Experimental() // untriaged | 3308 @Experimental() // untriaged |
| 3308 Rect getBBox() native "SVGGraphicsElement_getBBox_Callback"; | 3309 Rect getBBox() => blink.Native_SVGGraphicsElement_getBBox_Callback(this); |
| 3309 | 3310 |
| 3310 @DomName('SVGGraphicsElement.getCTM') | 3311 @DomName('SVGGraphicsElement.getCTM') |
| 3311 @DocsEditable() | 3312 @DocsEditable() |
| 3312 @Experimental() // untriaged | 3313 @Experimental() // untriaged |
| 3313 Matrix getCtm() native "SVGGraphicsElement_getCTM_Callback"; | 3314 Matrix getCtm() => blink.Native_SVGGraphicsElement_getCTM_Callback(this); |
| 3314 | 3315 |
| 3315 @DomName('SVGGraphicsElement.getScreenCTM') | 3316 @DomName('SVGGraphicsElement.getScreenCTM') |
| 3316 @DocsEditable() | 3317 @DocsEditable() |
| 3317 @Experimental() // untriaged | 3318 @Experimental() // untriaged |
| 3318 Matrix getScreenCtm() native "SVGGraphicsElement_getScreenCTM_Callback"; | 3319 Matrix getScreenCtm() => blink.Native_SVGGraphicsElement_getScreenCTM_Callback
(this); |
| 3319 | 3320 |
| 3320 @DomName('SVGGraphicsElement.getTransformToElement') | 3321 @DomName('SVGGraphicsElement.getTransformToElement') |
| 3321 @DocsEditable() | 3322 @DocsEditable() |
| 3322 @Experimental() // untriaged | 3323 @Experimental() // untriaged |
| 3323 Matrix getTransformToElement(SvgElement element) native "SVGGraphicsElement_ge
tTransformToElement_Callback"; | 3324 Matrix getTransformToElement(SvgElement element) => blink.Native_SVGGraphicsEl
ement_getTransformToElement_Callback(this, element); |
| 3324 | 3325 |
| 3325 @DomName('SVGGraphicsElement.requiredExtensions') | 3326 @DomName('SVGGraphicsElement.requiredExtensions') |
| 3326 @DocsEditable() | 3327 @DocsEditable() |
| 3327 @Experimental() // untriaged | 3328 @Experimental() // untriaged |
| 3328 StringList get requiredExtensions native "SVGGraphicsElement_requiredExtension
s_Getter"; | 3329 StringList get requiredExtensions => blink.Native_SVGGraphicsElement_requiredE
xtensions_Getter(this); |
| 3329 | 3330 |
| 3330 @DomName('SVGGraphicsElement.requiredFeatures') | 3331 @DomName('SVGGraphicsElement.requiredFeatures') |
| 3331 @DocsEditable() | 3332 @DocsEditable() |
| 3332 @Experimental() // untriaged | 3333 @Experimental() // untriaged |
| 3333 StringList get requiredFeatures native "SVGGraphicsElement_requiredFeatures_Ge
tter"; | 3334 StringList get requiredFeatures => blink.Native_SVGGraphicsElement_requiredFea
tures_Getter(this); |
| 3334 | 3335 |
| 3335 @DomName('SVGGraphicsElement.systemLanguage') | 3336 @DomName('SVGGraphicsElement.systemLanguage') |
| 3336 @DocsEditable() | 3337 @DocsEditable() |
| 3337 @Experimental() // untriaged | 3338 @Experimental() // untriaged |
| 3338 StringList get systemLanguage native "SVGGraphicsElement_systemLanguage_Getter
"; | 3339 StringList get systemLanguage => blink.Native_SVGGraphicsElement_systemLanguag
e_Getter(this); |
| 3339 | 3340 |
| 3340 @DomName('SVGGraphicsElement.hasExtension') | 3341 @DomName('SVGGraphicsElement.hasExtension') |
| 3341 @DocsEditable() | 3342 @DocsEditable() |
| 3342 @Experimental() // untriaged | 3343 @Experimental() // untriaged |
| 3343 bool hasExtension(String extension) native "SVGGraphicsElement_hasExtension_Ca
llback"; | 3344 bool hasExtension(String extension) => blink.Native_SVGGraphicsElement_hasExte
nsion_Callback(this, extension); |
| 3344 | 3345 |
| 3345 } | 3346 } |
| 3346 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3347 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3347 // for details. All rights reserved. Use of this source code is governed by a | 3348 // for details. All rights reserved. Use of this source code is governed by a |
| 3348 // BSD-style license that can be found in the LICENSE file. | 3349 // BSD-style license that can be found in the LICENSE file. |
| 3349 | 3350 |
| 3350 // WARNING: Do not edit - generated code. | 3351 // WARNING: Do not edit - generated code. |
| 3351 | 3352 |
| 3352 | 3353 |
| 3353 @DocsEditable() | 3354 @DocsEditable() |
| 3354 @DomName('SVGImageElement') | 3355 @DomName('SVGImageElement') |
| 3355 @Unstable() | 3356 @Unstable() |
| 3356 class ImageElement extends GraphicsElement implements UriReference { | 3357 class ImageElement extends GraphicsElement implements UriReference { |
| 3357 // To suppress missing implicit constructor warnings. | 3358 // To suppress missing implicit constructor warnings. |
| 3358 factory ImageElement._() { throw new UnsupportedError("Not supported"); } | 3359 factory ImageElement._() { throw new UnsupportedError("Not supported"); } |
| 3359 | 3360 |
| 3360 @DomName('SVGImageElement.SVGImageElement') | 3361 @DomName('SVGImageElement.SVGImageElement') |
| 3361 @DocsEditable() | 3362 @DocsEditable() |
| 3362 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 3363 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); |
| 3363 /** | 3364 /** |
| 3364 * Constructor instantiated by the DOM when a custom element has been created. | 3365 * Constructor instantiated by the DOM when a custom element has been created. |
| 3365 * | 3366 * |
| 3366 * This can only be called by subclasses from their created constructor. | 3367 * This can only be called by subclasses from their created constructor. |
| 3367 */ | 3368 */ |
| 3368 ImageElement.created() : super.created(); | 3369 ImageElement.created() : super.created(); |
| 3369 | 3370 |
| 3370 @DomName('SVGImageElement.height') | 3371 @DomName('SVGImageElement.height') |
| 3371 @DocsEditable() | 3372 @DocsEditable() |
| 3372 AnimatedLength get height native "SVGImageElement_height_Getter"; | 3373 AnimatedLength get height => blink.Native_SVGImageElement_height_Getter(this); |
| 3373 | 3374 |
| 3374 @DomName('SVGImageElement.preserveAspectRatio') | 3375 @DomName('SVGImageElement.preserveAspectRatio') |
| 3375 @DocsEditable() | 3376 @DocsEditable() |
| 3376 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr
eserveAspectRatio_Getter"; | 3377 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGImageEl
ement_preserveAspectRatio_Getter(this); |
| 3377 | 3378 |
| 3378 @DomName('SVGImageElement.width') | 3379 @DomName('SVGImageElement.width') |
| 3379 @DocsEditable() | 3380 @DocsEditable() |
| 3380 AnimatedLength get width native "SVGImageElement_width_Getter"; | 3381 AnimatedLength get width => blink.Native_SVGImageElement_width_Getter(this); |
| 3381 | 3382 |
| 3382 @DomName('SVGImageElement.x') | 3383 @DomName('SVGImageElement.x') |
| 3383 @DocsEditable() | 3384 @DocsEditable() |
| 3384 AnimatedLength get x native "SVGImageElement_x_Getter"; | 3385 AnimatedLength get x => blink.Native_SVGImageElement_x_Getter(this); |
| 3385 | 3386 |
| 3386 @DomName('SVGImageElement.y') | 3387 @DomName('SVGImageElement.y') |
| 3387 @DocsEditable() | 3388 @DocsEditable() |
| 3388 AnimatedLength get y native "SVGImageElement_y_Getter"; | 3389 AnimatedLength get y => blink.Native_SVGImageElement_y_Getter(this); |
| 3389 | 3390 |
| 3390 @DomName('SVGImageElement.href') | 3391 @DomName('SVGImageElement.href') |
| 3391 @DocsEditable() | 3392 @DocsEditable() |
| 3392 AnimatedString get href native "SVGImageElement_href_Getter"; | 3393 AnimatedString get href => blink.Native_SVGImageElement_href_Getter(this); |
| 3393 | 3394 |
| 3394 } | 3395 } |
| 3395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3396 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3396 // for details. All rights reserved. Use of this source code is governed by a | 3397 // for details. All rights reserved. Use of this source code is governed by a |
| 3397 // BSD-style license that can be found in the LICENSE file. | 3398 // BSD-style license that can be found in the LICENSE file. |
| 3398 | 3399 |
| 3399 // WARNING: Do not edit - generated code. | 3400 // WARNING: Do not edit - generated code. |
| 3400 | 3401 |
| 3401 | 3402 |
| 3402 @DocsEditable() | 3403 @DocsEditable() |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3445 @DomName('SVGLength.SVG_LENGTHTYPE_PX') | 3446 @DomName('SVGLength.SVG_LENGTHTYPE_PX') |
| 3446 @DocsEditable() | 3447 @DocsEditable() |
| 3447 static const int SVG_LENGTHTYPE_PX = 5; | 3448 static const int SVG_LENGTHTYPE_PX = 5; |
| 3448 | 3449 |
| 3449 @DomName('SVGLength.SVG_LENGTHTYPE_UNKNOWN') | 3450 @DomName('SVGLength.SVG_LENGTHTYPE_UNKNOWN') |
| 3450 @DocsEditable() | 3451 @DocsEditable() |
| 3451 static const int SVG_LENGTHTYPE_UNKNOWN = 0; | 3452 static const int SVG_LENGTHTYPE_UNKNOWN = 0; |
| 3452 | 3453 |
| 3453 @DomName('SVGLength.unitType') | 3454 @DomName('SVGLength.unitType') |
| 3454 @DocsEditable() | 3455 @DocsEditable() |
| 3455 int get unitType native "SVGLength_unitType_Getter"; | 3456 int get unitType => blink.Native_SVGLength_unitType_Getter(this); |
| 3456 | 3457 |
| 3457 @DomName('SVGLength.value') | 3458 @DomName('SVGLength.value') |
| 3458 @DocsEditable() | 3459 @DocsEditable() |
| 3459 num get value native "SVGLength_value_Getter"; | 3460 num get value => blink.Native_SVGLength_value_Getter(this); |
| 3460 | 3461 |
| 3461 @DomName('SVGLength.value') | 3462 @DomName('SVGLength.value') |
| 3462 @DocsEditable() | 3463 @DocsEditable() |
| 3463 void set value(num value) native "SVGLength_value_Setter"; | 3464 void set value(num value) => blink.Native_SVGLength_value_Setter(this, value); |
| 3464 | 3465 |
| 3465 @DomName('SVGLength.valueAsString') | 3466 @DomName('SVGLength.valueAsString') |
| 3466 @DocsEditable() | 3467 @DocsEditable() |
| 3467 String get valueAsString native "SVGLength_valueAsString_Getter"; | 3468 String get valueAsString => blink.Native_SVGLength_valueAsString_Getter(this); |
| 3468 | 3469 |
| 3469 @DomName('SVGLength.valueAsString') | 3470 @DomName('SVGLength.valueAsString') |
| 3470 @DocsEditable() | 3471 @DocsEditable() |
| 3471 void set valueAsString(String value) native "SVGLength_valueAsString_Setter"; | 3472 void set valueAsString(String value) => blink.Native_SVGLength_valueAsString_S
etter(this, value); |
| 3472 | 3473 |
| 3473 @DomName('SVGLength.valueInSpecifiedUnits') | 3474 @DomName('SVGLength.valueInSpecifiedUnits') |
| 3474 @DocsEditable() | 3475 @DocsEditable() |
| 3475 num get valueInSpecifiedUnits native "SVGLength_valueInSpecifiedUnits_Getter"; | 3476 num get valueInSpecifiedUnits => blink.Native_SVGLength_valueInSpecifiedUnits_
Getter(this); |
| 3476 | 3477 |
| 3477 @DomName('SVGLength.valueInSpecifiedUnits') | 3478 @DomName('SVGLength.valueInSpecifiedUnits') |
| 3478 @DocsEditable() | 3479 @DocsEditable() |
| 3479 void set valueInSpecifiedUnits(num value) native "SVGLength_valueInSpecifiedUn
its_Setter"; | 3480 void set valueInSpecifiedUnits(num value) => blink.Native_SVGLength_valueInSpe
cifiedUnits_Setter(this, value); |
| 3480 | 3481 |
| 3481 @DomName('SVGLength.convertToSpecifiedUnits') | 3482 @DomName('SVGLength.convertToSpecifiedUnits') |
| 3482 @DocsEditable() | 3483 @DocsEditable() |
| 3483 void convertToSpecifiedUnits(int unitType) native "SVGLength_convertToSpecifie
dUnits_Callback"; | 3484 void convertToSpecifiedUnits(int unitType) => blink.Native_SVGLength_convertTo
SpecifiedUnits_Callback(this, unitType); |
| 3484 | 3485 |
| 3485 @DomName('SVGLength.newValueSpecifiedUnits') | 3486 @DomName('SVGLength.newValueSpecifiedUnits') |
| 3486 @DocsEditable() | 3487 @DocsEditable() |
| 3487 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGLength_newValueSpecifiedUnits_Callback"; | 3488 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => blink.
Native_SVGLength_newValueSpecifiedUnits_Callback(this, unitType, valueInSpecifie
dUnits); |
| 3488 | 3489 |
| 3489 } | 3490 } |
| 3490 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3491 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3491 // for details. All rights reserved. Use of this source code is governed by a | 3492 // for details. All rights reserved. Use of this source code is governed by a |
| 3492 // BSD-style license that can be found in the LICENSE file. | 3493 // BSD-style license that can be found in the LICENSE file. |
| 3493 | 3494 |
| 3494 // WARNING: Do not edit - generated code. | 3495 // WARNING: Do not edit - generated code. |
| 3495 | 3496 |
| 3496 | 3497 |
| 3497 @DocsEditable() | 3498 @DocsEditable() |
| 3498 @DomName('SVGLengthList') | 3499 @DomName('SVGLengthList') |
| 3499 @Unstable() | 3500 @Unstable() |
| 3500 class LengthList extends NativeFieldWrapperClass2 with ListMixin<Length>, Immuta
bleListMixin<Length> implements List<Length> { | 3501 class LengthList extends NativeFieldWrapperClass2 with ListMixin<Length>, Immuta
bleListMixin<Length> implements List<Length> { |
| 3501 // To suppress missing implicit constructor warnings. | 3502 // To suppress missing implicit constructor warnings. |
| 3502 factory LengthList._() { throw new UnsupportedError("Not supported"); } | 3503 factory LengthList._() { throw new UnsupportedError("Not supported"); } |
| 3503 | 3504 |
| 3504 @DomName('SVGLengthList.numberOfItems') | 3505 @DomName('SVGLengthList.numberOfItems') |
| 3505 @DocsEditable() | 3506 @DocsEditable() |
| 3506 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; | 3507 int get numberOfItems => blink.Native_SVGLengthList_numberOfItems_Getter(this)
; |
| 3507 | 3508 |
| 3508 Length operator[](int index) { | 3509 Length operator[](int index) { |
| 3509 if (index < 0 || index >= length) | 3510 if (index < 0 || index >= length) |
| 3510 throw new RangeError.range(index, 0, length); | 3511 throw new RangeError.range(index, 0, length); |
| 3511 return getItem(index); | 3512 return getItem(index); |
| 3512 } | 3513 } |
| 3513 | 3514 |
| 3514 void operator[]=(int index, Length value) { | 3515 void operator[]=(int index, Length value) { |
| 3515 throw new UnsupportedError("Cannot assign element of immutable List."); | 3516 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 3516 } | 3517 } |
| (...skipping 29 matching lines...) Expand all Loading... |
| 3546 } | 3547 } |
| 3547 if (len == 0) throw new StateError("No elements"); | 3548 if (len == 0) throw new StateError("No elements"); |
| 3548 throw new StateError("More than one element"); | 3549 throw new StateError("More than one element"); |
| 3549 } | 3550 } |
| 3550 | 3551 |
| 3551 Length elementAt(int index) => this[index]; | 3552 Length elementAt(int index) => this[index]; |
| 3552 // -- end List<Length> mixins. | 3553 // -- end List<Length> mixins. |
| 3553 | 3554 |
| 3554 @DomName('SVGLengthList.appendItem') | 3555 @DomName('SVGLengthList.appendItem') |
| 3555 @DocsEditable() | 3556 @DocsEditable() |
| 3556 Length appendItem(Length item) native "SVGLengthList_appendItem_Callback"; | 3557 Length appendItem(Length item) => blink.Native_SVGLengthList_appendItem_Callba
ck(this, item); |
| 3557 | 3558 |
| 3558 @DomName('SVGLengthList.clear') | 3559 @DomName('SVGLengthList.clear') |
| 3559 @DocsEditable() | 3560 @DocsEditable() |
| 3560 void clear() native "SVGLengthList_clear_Callback"; | 3561 void clear() => blink.Native_SVGLengthList_clear_Callback(this); |
| 3561 | 3562 |
| 3562 @DomName('SVGLengthList.getItem') | 3563 @DomName('SVGLengthList.getItem') |
| 3563 @DocsEditable() | 3564 @DocsEditable() |
| 3564 Length getItem(int index) native "SVGLengthList_getItem_Callback"; | 3565 Length getItem(int index) => blink.Native_SVGLengthList_getItem_Callback(this,
index); |
| 3565 | 3566 |
| 3566 @DomName('SVGLengthList.initialize') | 3567 @DomName('SVGLengthList.initialize') |
| 3567 @DocsEditable() | 3568 @DocsEditable() |
| 3568 Length initialize(Length item) native "SVGLengthList_initialize_Callback"; | 3569 Length initialize(Length item) => blink.Native_SVGLengthList_initialize_Callba
ck(this, item); |
| 3569 | 3570 |
| 3570 @DomName('SVGLengthList.insertItemBefore') | 3571 @DomName('SVGLengthList.insertItemBefore') |
| 3571 @DocsEditable() | 3572 @DocsEditable() |
| 3572 Length insertItemBefore(Length item, int index) native "SVGLengthList_insertIt
emBefore_Callback"; | 3573 Length insertItemBefore(Length item, int index) => blink.Native_SVGLengthList_
insertItemBefore_Callback(this, item, index); |
| 3573 | 3574 |
| 3574 @DomName('SVGLengthList.removeItem') | 3575 @DomName('SVGLengthList.removeItem') |
| 3575 @DocsEditable() | 3576 @DocsEditable() |
| 3576 Length removeItem(int index) native "SVGLengthList_removeItem_Callback"; | 3577 Length removeItem(int index) => blink.Native_SVGLengthList_removeItem_Callback
(this, index); |
| 3577 | 3578 |
| 3578 @DomName('SVGLengthList.replaceItem') | 3579 @DomName('SVGLengthList.replaceItem') |
| 3579 @DocsEditable() | 3580 @DocsEditable() |
| 3580 Length replaceItem(Length item, int index) native "SVGLengthList_replaceItem_C
allback"; | 3581 Length replaceItem(Length item, int index) => blink.Native_SVGLengthList_repla
ceItem_Callback(this, item, index); |
| 3581 | 3582 |
| 3582 } | 3583 } |
| 3583 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3584 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3584 // for details. All rights reserved. Use of this source code is governed by a | 3585 // for details. All rights reserved. Use of this source code is governed by a |
| 3585 // BSD-style license that can be found in the LICENSE file. | 3586 // BSD-style license that can be found in the LICENSE file. |
| 3586 | 3587 |
| 3587 // WARNING: Do not edit - generated code. | 3588 // WARNING: Do not edit - generated code. |
| 3588 | 3589 |
| 3589 | 3590 |
| 3590 @DocsEditable() | 3591 @DocsEditable() |
| 3591 @DomName('SVGLineElement') | 3592 @DomName('SVGLineElement') |
| 3592 @Unstable() | 3593 @Unstable() |
| 3593 class LineElement extends GeometryElement { | 3594 class LineElement extends GeometryElement { |
| 3594 // To suppress missing implicit constructor warnings. | 3595 // To suppress missing implicit constructor warnings. |
| 3595 factory LineElement._() { throw new UnsupportedError("Not supported"); } | 3596 factory LineElement._() { throw new UnsupportedError("Not supported"); } |
| 3596 | 3597 |
| 3597 @DomName('SVGLineElement.SVGLineElement') | 3598 @DomName('SVGLineElement.SVGLineElement') |
| 3598 @DocsEditable() | 3599 @DocsEditable() |
| 3599 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 3600 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); |
| 3600 /** | 3601 /** |
| 3601 * Constructor instantiated by the DOM when a custom element has been created. | 3602 * Constructor instantiated by the DOM when a custom element has been created. |
| 3602 * | 3603 * |
| 3603 * This can only be called by subclasses from their created constructor. | 3604 * This can only be called by subclasses from their created constructor. |
| 3604 */ | 3605 */ |
| 3605 LineElement.created() : super.created(); | 3606 LineElement.created() : super.created(); |
| 3606 | 3607 |
| 3607 @DomName('SVGLineElement.x1') | 3608 @DomName('SVGLineElement.x1') |
| 3608 @DocsEditable() | 3609 @DocsEditable() |
| 3609 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; | 3610 AnimatedLength get x1 => blink.Native_SVGLineElement_x1_Getter(this); |
| 3610 | 3611 |
| 3611 @DomName('SVGLineElement.x2') | 3612 @DomName('SVGLineElement.x2') |
| 3612 @DocsEditable() | 3613 @DocsEditable() |
| 3613 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; | 3614 AnimatedLength get x2 => blink.Native_SVGLineElement_x2_Getter(this); |
| 3614 | 3615 |
| 3615 @DomName('SVGLineElement.y1') | 3616 @DomName('SVGLineElement.y1') |
| 3616 @DocsEditable() | 3617 @DocsEditable() |
| 3617 AnimatedLength get y1 native "SVGLineElement_y1_Getter"; | 3618 AnimatedLength get y1 => blink.Native_SVGLineElement_y1_Getter(this); |
| 3618 | 3619 |
| 3619 @DomName('SVGLineElement.y2') | 3620 @DomName('SVGLineElement.y2') |
| 3620 @DocsEditable() | 3621 @DocsEditable() |
| 3621 AnimatedLength get y2 native "SVGLineElement_y2_Getter"; | 3622 AnimatedLength get y2 => blink.Native_SVGLineElement_y2_Getter(this); |
| 3622 | 3623 |
| 3623 } | 3624 } |
| 3624 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3625 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3625 // for details. All rights reserved. Use of this source code is governed by a | 3626 // for details. All rights reserved. Use of this source code is governed by a |
| 3626 // BSD-style license that can be found in the LICENSE file. | 3627 // BSD-style license that can be found in the LICENSE file. |
| 3627 | 3628 |
| 3628 // WARNING: Do not edit - generated code. | 3629 // WARNING: Do not edit - generated code. |
| 3629 | 3630 |
| 3630 | 3631 |
| 3631 @DocsEditable() | 3632 @DocsEditable() |
| 3632 @DomName('SVGLinearGradientElement') | 3633 @DomName('SVGLinearGradientElement') |
| 3633 @Unstable() | 3634 @Unstable() |
| 3634 class LinearGradientElement extends _GradientElement { | 3635 class LinearGradientElement extends _GradientElement { |
| 3635 // To suppress missing implicit constructor warnings. | 3636 // To suppress missing implicit constructor warnings. |
| 3636 factory LinearGradientElement._() { throw new UnsupportedError("Not supported"
); } | 3637 factory LinearGradientElement._() { throw new UnsupportedError("Not supported"
); } |
| 3637 | 3638 |
| 3638 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') | 3639 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') |
| 3639 @DocsEditable() | 3640 @DocsEditable() |
| 3640 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); | 3641 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); |
| 3641 /** | 3642 /** |
| 3642 * Constructor instantiated by the DOM when a custom element has been created. | 3643 * Constructor instantiated by the DOM when a custom element has been created. |
| 3643 * | 3644 * |
| 3644 * This can only be called by subclasses from their created constructor. | 3645 * This can only be called by subclasses from their created constructor. |
| 3645 */ | 3646 */ |
| 3646 LinearGradientElement.created() : super.created(); | 3647 LinearGradientElement.created() : super.created(); |
| 3647 | 3648 |
| 3648 @DomName('SVGLinearGradientElement.x1') | 3649 @DomName('SVGLinearGradientElement.x1') |
| 3649 @DocsEditable() | 3650 @DocsEditable() |
| 3650 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; | 3651 AnimatedLength get x1 => blink.Native_SVGLinearGradientElement_x1_Getter(this)
; |
| 3651 | 3652 |
| 3652 @DomName('SVGLinearGradientElement.x2') | 3653 @DomName('SVGLinearGradientElement.x2') |
| 3653 @DocsEditable() | 3654 @DocsEditable() |
| 3654 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; | 3655 AnimatedLength get x2 => blink.Native_SVGLinearGradientElement_x2_Getter(this)
; |
| 3655 | 3656 |
| 3656 @DomName('SVGLinearGradientElement.y1') | 3657 @DomName('SVGLinearGradientElement.y1') |
| 3657 @DocsEditable() | 3658 @DocsEditable() |
| 3658 AnimatedLength get y1 native "SVGLinearGradientElement_y1_Getter"; | 3659 AnimatedLength get y1 => blink.Native_SVGLinearGradientElement_y1_Getter(this)
; |
| 3659 | 3660 |
| 3660 @DomName('SVGLinearGradientElement.y2') | 3661 @DomName('SVGLinearGradientElement.y2') |
| 3661 @DocsEditable() | 3662 @DocsEditable() |
| 3662 AnimatedLength get y2 native "SVGLinearGradientElement_y2_Getter"; | 3663 AnimatedLength get y2 => blink.Native_SVGLinearGradientElement_y2_Getter(this)
; |
| 3663 | 3664 |
| 3664 } | 3665 } |
| 3665 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3666 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3666 // for details. All rights reserved. Use of this source code is governed by a | 3667 // for details. All rights reserved. Use of this source code is governed by a |
| 3667 // BSD-style license that can be found in the LICENSE file. | 3668 // BSD-style license that can be found in the LICENSE file. |
| 3668 | 3669 |
| 3669 // WARNING: Do not edit - generated code. | 3670 // WARNING: Do not edit - generated code. |
| 3670 | 3671 |
| 3671 | 3672 |
| 3672 @DocsEditable() | 3673 @DocsEditable() |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3705 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_AUTO') | 3706 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_AUTO') |
| 3706 @DocsEditable() | 3707 @DocsEditable() |
| 3707 static const int SVG_MARKER_ORIENT_AUTO = 1; | 3708 static const int SVG_MARKER_ORIENT_AUTO = 1; |
| 3708 | 3709 |
| 3709 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN') | 3710 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN') |
| 3710 @DocsEditable() | 3711 @DocsEditable() |
| 3711 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; | 3712 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; |
| 3712 | 3713 |
| 3713 @DomName('SVGMarkerElement.markerHeight') | 3714 @DomName('SVGMarkerElement.markerHeight') |
| 3714 @DocsEditable() | 3715 @DocsEditable() |
| 3715 AnimatedLength get markerHeight native "SVGMarkerElement_markerHeight_Getter"; | 3716 AnimatedLength get markerHeight => blink.Native_SVGMarkerElement_markerHeight_
Getter(this); |
| 3716 | 3717 |
| 3717 @DomName('SVGMarkerElement.markerUnits') | 3718 @DomName('SVGMarkerElement.markerUnits') |
| 3718 @DocsEditable() | 3719 @DocsEditable() |
| 3719 AnimatedEnumeration get markerUnits native "SVGMarkerElement_markerUnits_Gette
r"; | 3720 AnimatedEnumeration get markerUnits => blink.Native_SVGMarkerElement_markerUni
ts_Getter(this); |
| 3720 | 3721 |
| 3721 @DomName('SVGMarkerElement.markerWidth') | 3722 @DomName('SVGMarkerElement.markerWidth') |
| 3722 @DocsEditable() | 3723 @DocsEditable() |
| 3723 AnimatedLength get markerWidth native "SVGMarkerElement_markerWidth_Getter"; | 3724 AnimatedLength get markerWidth => blink.Native_SVGMarkerElement_markerWidth_Ge
tter(this); |
| 3724 | 3725 |
| 3725 @DomName('SVGMarkerElement.orientAngle') | 3726 @DomName('SVGMarkerElement.orientAngle') |
| 3726 @DocsEditable() | 3727 @DocsEditable() |
| 3727 AnimatedAngle get orientAngle native "SVGMarkerElement_orientAngle_Getter"; | 3728 AnimatedAngle get orientAngle => blink.Native_SVGMarkerElement_orientAngle_Get
ter(this); |
| 3728 | 3729 |
| 3729 @DomName('SVGMarkerElement.orientType') | 3730 @DomName('SVGMarkerElement.orientType') |
| 3730 @DocsEditable() | 3731 @DocsEditable() |
| 3731 AnimatedEnumeration get orientType native "SVGMarkerElement_orientType_Getter"
; | 3732 AnimatedEnumeration get orientType => blink.Native_SVGMarkerElement_orientType
_Getter(this); |
| 3732 | 3733 |
| 3733 @DomName('SVGMarkerElement.refX') | 3734 @DomName('SVGMarkerElement.refX') |
| 3734 @DocsEditable() | 3735 @DocsEditable() |
| 3735 AnimatedLength get refX native "SVGMarkerElement_refX_Getter"; | 3736 AnimatedLength get refX => blink.Native_SVGMarkerElement_refX_Getter(this); |
| 3736 | 3737 |
| 3737 @DomName('SVGMarkerElement.refY') | 3738 @DomName('SVGMarkerElement.refY') |
| 3738 @DocsEditable() | 3739 @DocsEditable() |
| 3739 AnimatedLength get refY native "SVGMarkerElement_refY_Getter"; | 3740 AnimatedLength get refY => blink.Native_SVGMarkerElement_refY_Getter(this); |
| 3740 | 3741 |
| 3741 @DomName('SVGMarkerElement.setOrientToAngle') | 3742 @DomName('SVGMarkerElement.setOrientToAngle') |
| 3742 @DocsEditable() | 3743 @DocsEditable() |
| 3743 void setOrientToAngle(Angle angle) native "SVGMarkerElement_setOrientToAngle_C
allback"; | 3744 void setOrientToAngle(Angle angle) => blink.Native_SVGMarkerElement_setOrientT
oAngle_Callback(this, angle); |
| 3744 | 3745 |
| 3745 @DomName('SVGMarkerElement.setOrientToAuto') | 3746 @DomName('SVGMarkerElement.setOrientToAuto') |
| 3746 @DocsEditable() | 3747 @DocsEditable() |
| 3747 void setOrientToAuto() native "SVGMarkerElement_setOrientToAuto_Callback"; | 3748 void setOrientToAuto() => blink.Native_SVGMarkerElement_setOrientToAuto_Callba
ck(this); |
| 3748 | 3749 |
| 3749 @DomName('SVGMarkerElement.preserveAspectRatio') | 3750 @DomName('SVGMarkerElement.preserveAspectRatio') |
| 3750 @DocsEditable() | 3751 @DocsEditable() |
| 3751 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGMarkerElement_p
reserveAspectRatio_Getter"; | 3752 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGMarkerE
lement_preserveAspectRatio_Getter(this); |
| 3752 | 3753 |
| 3753 @DomName('SVGMarkerElement.viewBox') | 3754 @DomName('SVGMarkerElement.viewBox') |
| 3754 @DocsEditable() | 3755 @DocsEditable() |
| 3755 AnimatedRect get viewBox native "SVGMarkerElement_viewBox_Getter"; | 3756 AnimatedRect get viewBox => blink.Native_SVGMarkerElement_viewBox_Getter(this)
; |
| 3756 | 3757 |
| 3757 } | 3758 } |
| 3758 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3759 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3759 // for details. All rights reserved. Use of this source code is governed by a | 3760 // for details. All rights reserved. Use of this source code is governed by a |
| 3760 // BSD-style license that can be found in the LICENSE file. | 3761 // BSD-style license that can be found in the LICENSE file. |
| 3761 | 3762 |
| 3762 // WARNING: Do not edit - generated code. | 3763 // WARNING: Do not edit - generated code. |
| 3763 | 3764 |
| 3764 | 3765 |
| 3765 @DocsEditable() | 3766 @DocsEditable() |
| 3766 @DomName('SVGMaskElement') | 3767 @DomName('SVGMaskElement') |
| 3767 @Unstable() | 3768 @Unstable() |
| 3768 class MaskElement extends SvgElement implements Tests { | 3769 class MaskElement extends SvgElement implements Tests { |
| 3769 // To suppress missing implicit constructor warnings. | 3770 // To suppress missing implicit constructor warnings. |
| 3770 factory MaskElement._() { throw new UnsupportedError("Not supported"); } | 3771 factory MaskElement._() { throw new UnsupportedError("Not supported"); } |
| 3771 | 3772 |
| 3772 @DomName('SVGMaskElement.SVGMaskElement') | 3773 @DomName('SVGMaskElement.SVGMaskElement') |
| 3773 @DocsEditable() | 3774 @DocsEditable() |
| 3774 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 3775 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); |
| 3775 /** | 3776 /** |
| 3776 * Constructor instantiated by the DOM when a custom element has been created. | 3777 * Constructor instantiated by the DOM when a custom element has been created. |
| 3777 * | 3778 * |
| 3778 * This can only be called by subclasses from their created constructor. | 3779 * This can only be called by subclasses from their created constructor. |
| 3779 */ | 3780 */ |
| 3780 MaskElement.created() : super.created(); | 3781 MaskElement.created() : super.created(); |
| 3781 | 3782 |
| 3782 @DomName('SVGMaskElement.height') | 3783 @DomName('SVGMaskElement.height') |
| 3783 @DocsEditable() | 3784 @DocsEditable() |
| 3784 AnimatedLength get height native "SVGMaskElement_height_Getter"; | 3785 AnimatedLength get height => blink.Native_SVGMaskElement_height_Getter(this); |
| 3785 | 3786 |
| 3786 @DomName('SVGMaskElement.maskContentUnits') | 3787 @DomName('SVGMaskElement.maskContentUnits') |
| 3787 @DocsEditable() | 3788 @DocsEditable() |
| 3788 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni
ts_Getter"; | 3789 AnimatedEnumeration get maskContentUnits => blink.Native_SVGMaskElement_maskCo
ntentUnits_Getter(this); |
| 3789 | 3790 |
| 3790 @DomName('SVGMaskElement.maskUnits') | 3791 @DomName('SVGMaskElement.maskUnits') |
| 3791 @DocsEditable() | 3792 @DocsEditable() |
| 3792 AnimatedEnumeration get maskUnits native "SVGMaskElement_maskUnits_Getter"; | 3793 AnimatedEnumeration get maskUnits => blink.Native_SVGMaskElement_maskUnits_Get
ter(this); |
| 3793 | 3794 |
| 3794 @DomName('SVGMaskElement.width') | 3795 @DomName('SVGMaskElement.width') |
| 3795 @DocsEditable() | 3796 @DocsEditable() |
| 3796 AnimatedLength get width native "SVGMaskElement_width_Getter"; | 3797 AnimatedLength get width => blink.Native_SVGMaskElement_width_Getter(this); |
| 3797 | 3798 |
| 3798 @DomName('SVGMaskElement.x') | 3799 @DomName('SVGMaskElement.x') |
| 3799 @DocsEditable() | 3800 @DocsEditable() |
| 3800 AnimatedLength get x native "SVGMaskElement_x_Getter"; | 3801 AnimatedLength get x => blink.Native_SVGMaskElement_x_Getter(this); |
| 3801 | 3802 |
| 3802 @DomName('SVGMaskElement.y') | 3803 @DomName('SVGMaskElement.y') |
| 3803 @DocsEditable() | 3804 @DocsEditable() |
| 3804 AnimatedLength get y native "SVGMaskElement_y_Getter"; | 3805 AnimatedLength get y => blink.Native_SVGMaskElement_y_Getter(this); |
| 3805 | 3806 |
| 3806 @DomName('SVGMaskElement.requiredExtensions') | 3807 @DomName('SVGMaskElement.requiredExtensions') |
| 3807 @DocsEditable() | 3808 @DocsEditable() |
| 3808 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge
tter"; | 3809 StringList get requiredExtensions => blink.Native_SVGMaskElement_requiredExten
sions_Getter(this); |
| 3809 | 3810 |
| 3810 @DomName('SVGMaskElement.requiredFeatures') | 3811 @DomName('SVGMaskElement.requiredFeatures') |
| 3811 @DocsEditable() | 3812 @DocsEditable() |
| 3812 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter
"; | 3813 StringList get requiredFeatures => blink.Native_SVGMaskElement_requiredFeature
s_Getter(this); |
| 3813 | 3814 |
| 3814 @DomName('SVGMaskElement.systemLanguage') | 3815 @DomName('SVGMaskElement.systemLanguage') |
| 3815 @DocsEditable() | 3816 @DocsEditable() |
| 3816 StringList get systemLanguage native "SVGMaskElement_systemLanguage_Getter"; | 3817 StringList get systemLanguage => blink.Native_SVGMaskElement_systemLanguage_Ge
tter(this); |
| 3817 | 3818 |
| 3818 @DomName('SVGMaskElement.hasExtension') | 3819 @DomName('SVGMaskElement.hasExtension') |
| 3819 @DocsEditable() | 3820 @DocsEditable() |
| 3820 bool hasExtension(String extension) native "SVGMaskElement_hasExtension_Callba
ck"; | 3821 bool hasExtension(String extension) => blink.Native_SVGMaskElement_hasExtensio
n_Callback(this, extension); |
| 3821 | 3822 |
| 3822 } | 3823 } |
| 3823 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3824 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3824 // for details. All rights reserved. Use of this source code is governed by a | 3825 // for details. All rights reserved. Use of this source code is governed by a |
| 3825 // BSD-style license that can be found in the LICENSE file. | 3826 // BSD-style license that can be found in the LICENSE file. |
| 3826 | 3827 |
| 3827 // WARNING: Do not edit - generated code. | 3828 // WARNING: Do not edit - generated code. |
| 3828 | 3829 |
| 3829 | 3830 |
| 3830 @DocsEditable() | 3831 @DocsEditable() |
| 3831 @DomName('SVGMatrix') | 3832 @DomName('SVGMatrix') |
| 3832 @Unstable() | 3833 @Unstable() |
| 3833 class Matrix extends NativeFieldWrapperClass2 { | 3834 class Matrix extends NativeFieldWrapperClass2 { |
| 3834 // To suppress missing implicit constructor warnings. | 3835 // To suppress missing implicit constructor warnings. |
| 3835 factory Matrix._() { throw new UnsupportedError("Not supported"); } | 3836 factory Matrix._() { throw new UnsupportedError("Not supported"); } |
| 3836 | 3837 |
| 3837 @DomName('SVGMatrix.a') | 3838 @DomName('SVGMatrix.a') |
| 3838 @DocsEditable() | 3839 @DocsEditable() |
| 3839 num get a native "SVGMatrix_a_Getter"; | 3840 num get a => blink.Native_SVGMatrix_a_Getter(this); |
| 3840 | 3841 |
| 3841 @DomName('SVGMatrix.a') | 3842 @DomName('SVGMatrix.a') |
| 3842 @DocsEditable() | 3843 @DocsEditable() |
| 3843 void set a(num value) native "SVGMatrix_a_Setter"; | 3844 void set a(num value) => blink.Native_SVGMatrix_a_Setter(this, value); |
| 3844 | 3845 |
| 3845 @DomName('SVGMatrix.b') | 3846 @DomName('SVGMatrix.b') |
| 3846 @DocsEditable() | 3847 @DocsEditable() |
| 3847 num get b native "SVGMatrix_b_Getter"; | 3848 num get b => blink.Native_SVGMatrix_b_Getter(this); |
| 3848 | 3849 |
| 3849 @DomName('SVGMatrix.b') | 3850 @DomName('SVGMatrix.b') |
| 3850 @DocsEditable() | 3851 @DocsEditable() |
| 3851 void set b(num value) native "SVGMatrix_b_Setter"; | 3852 void set b(num value) => blink.Native_SVGMatrix_b_Setter(this, value); |
| 3852 | 3853 |
| 3853 @DomName('SVGMatrix.c') | 3854 @DomName('SVGMatrix.c') |
| 3854 @DocsEditable() | 3855 @DocsEditable() |
| 3855 num get c native "SVGMatrix_c_Getter"; | 3856 num get c => blink.Native_SVGMatrix_c_Getter(this); |
| 3856 | 3857 |
| 3857 @DomName('SVGMatrix.c') | 3858 @DomName('SVGMatrix.c') |
| 3858 @DocsEditable() | 3859 @DocsEditable() |
| 3859 void set c(num value) native "SVGMatrix_c_Setter"; | 3860 void set c(num value) => blink.Native_SVGMatrix_c_Setter(this, value); |
| 3860 | 3861 |
| 3861 @DomName('SVGMatrix.d') | 3862 @DomName('SVGMatrix.d') |
| 3862 @DocsEditable() | 3863 @DocsEditable() |
| 3863 num get d native "SVGMatrix_d_Getter"; | 3864 num get d => blink.Native_SVGMatrix_d_Getter(this); |
| 3864 | 3865 |
| 3865 @DomName('SVGMatrix.d') | 3866 @DomName('SVGMatrix.d') |
| 3866 @DocsEditable() | 3867 @DocsEditable() |
| 3867 void set d(num value) native "SVGMatrix_d_Setter"; | 3868 void set d(num value) => blink.Native_SVGMatrix_d_Setter(this, value); |
| 3868 | 3869 |
| 3869 @DomName('SVGMatrix.e') | 3870 @DomName('SVGMatrix.e') |
| 3870 @DocsEditable() | 3871 @DocsEditable() |
| 3871 num get e native "SVGMatrix_e_Getter"; | 3872 num get e => blink.Native_SVGMatrix_e_Getter(this); |
| 3872 | 3873 |
| 3873 @DomName('SVGMatrix.e') | 3874 @DomName('SVGMatrix.e') |
| 3874 @DocsEditable() | 3875 @DocsEditable() |
| 3875 void set e(num value) native "SVGMatrix_e_Setter"; | 3876 void set e(num value) => blink.Native_SVGMatrix_e_Setter(this, value); |
| 3876 | 3877 |
| 3877 @DomName('SVGMatrix.f') | 3878 @DomName('SVGMatrix.f') |
| 3878 @DocsEditable() | 3879 @DocsEditable() |
| 3879 num get f native "SVGMatrix_f_Getter"; | 3880 num get f => blink.Native_SVGMatrix_f_Getter(this); |
| 3880 | 3881 |
| 3881 @DomName('SVGMatrix.f') | 3882 @DomName('SVGMatrix.f') |
| 3882 @DocsEditable() | 3883 @DocsEditable() |
| 3883 void set f(num value) native "SVGMatrix_f_Setter"; | 3884 void set f(num value) => blink.Native_SVGMatrix_f_Setter(this, value); |
| 3884 | 3885 |
| 3885 @DomName('SVGMatrix.flipX') | 3886 @DomName('SVGMatrix.flipX') |
| 3886 @DocsEditable() | 3887 @DocsEditable() |
| 3887 Matrix flipX() native "SVGMatrix_flipX_Callback"; | 3888 Matrix flipX() => blink.Native_SVGMatrix_flipX_Callback(this); |
| 3888 | 3889 |
| 3889 @DomName('SVGMatrix.flipY') | 3890 @DomName('SVGMatrix.flipY') |
| 3890 @DocsEditable() | 3891 @DocsEditable() |
| 3891 Matrix flipY() native "SVGMatrix_flipY_Callback"; | 3892 Matrix flipY() => blink.Native_SVGMatrix_flipY_Callback(this); |
| 3892 | 3893 |
| 3893 @DomName('SVGMatrix.inverse') | 3894 @DomName('SVGMatrix.inverse') |
| 3894 @DocsEditable() | 3895 @DocsEditable() |
| 3895 Matrix inverse() native "SVGMatrix_inverse_Callback"; | 3896 Matrix inverse() => blink.Native_SVGMatrix_inverse_Callback(this); |
| 3896 | 3897 |
| 3897 @DomName('SVGMatrix.multiply') | 3898 @DomName('SVGMatrix.multiply') |
| 3898 @DocsEditable() | 3899 @DocsEditable() |
| 3899 Matrix multiply(Matrix secondMatrix) native "SVGMatrix_multiply_Callback"; | 3900 Matrix multiply(Matrix secondMatrix) => blink.Native_SVGMatrix_multiply_Callba
ck(this, secondMatrix); |
| 3900 | 3901 |
| 3901 @DomName('SVGMatrix.rotate') | 3902 @DomName('SVGMatrix.rotate') |
| 3902 @DocsEditable() | 3903 @DocsEditable() |
| 3903 Matrix rotate(num angle) native "SVGMatrix_rotate_Callback"; | 3904 Matrix rotate(num angle) => blink.Native_SVGMatrix_rotate_Callback(this, angle
); |
| 3904 | 3905 |
| 3905 @DomName('SVGMatrix.rotateFromVector') | 3906 @DomName('SVGMatrix.rotateFromVector') |
| 3906 @DocsEditable() | 3907 @DocsEditable() |
| 3907 Matrix rotateFromVector(num x, num y) native "SVGMatrix_rotateFromVector_Callb
ack"; | 3908 Matrix rotateFromVector(num x, num y) => blink.Native_SVGMatrix_rotateFromVect
or_Callback(this, x, y); |
| 3908 | 3909 |
| 3909 @DomName('SVGMatrix.scale') | 3910 @DomName('SVGMatrix.scale') |
| 3910 @DocsEditable() | 3911 @DocsEditable() |
| 3911 Matrix scale(num scaleFactor) native "SVGMatrix_scale_Callback"; | 3912 Matrix scale(num scaleFactor) => blink.Native_SVGMatrix_scale_Callback(this, s
caleFactor); |
| 3912 | 3913 |
| 3913 @DomName('SVGMatrix.scaleNonUniform') | 3914 @DomName('SVGMatrix.scaleNonUniform') |
| 3914 @DocsEditable() | 3915 @DocsEditable() |
| 3915 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) native "SVGMatrix_s
caleNonUniform_Callback"; | 3916 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => blink.Native_SVG
Matrix_scaleNonUniform_Callback(this, scaleFactorX, scaleFactorY); |
| 3916 | 3917 |
| 3917 @DomName('SVGMatrix.skewX') | 3918 @DomName('SVGMatrix.skewX') |
| 3918 @DocsEditable() | 3919 @DocsEditable() |
| 3919 Matrix skewX(num angle) native "SVGMatrix_skewX_Callback"; | 3920 Matrix skewX(num angle) => blink.Native_SVGMatrix_skewX_Callback(this, angle); |
| 3920 | 3921 |
| 3921 @DomName('SVGMatrix.skewY') | 3922 @DomName('SVGMatrix.skewY') |
| 3922 @DocsEditable() | 3923 @DocsEditable() |
| 3923 Matrix skewY(num angle) native "SVGMatrix_skewY_Callback"; | 3924 Matrix skewY(num angle) => blink.Native_SVGMatrix_skewY_Callback(this, angle); |
| 3924 | 3925 |
| 3925 @DomName('SVGMatrix.translate') | 3926 @DomName('SVGMatrix.translate') |
| 3926 @DocsEditable() | 3927 @DocsEditable() |
| 3927 Matrix translate(num x, num y) native "SVGMatrix_translate_Callback"; | 3928 Matrix translate(num x, num y) => blink.Native_SVGMatrix_translate_Callback(th
is, x, y); |
| 3928 | 3929 |
| 3929 } | 3930 } |
| 3930 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3931 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3931 // for details. All rights reserved. Use of this source code is governed by a | 3932 // for details. All rights reserved. Use of this source code is governed by a |
| 3932 // BSD-style license that can be found in the LICENSE file. | 3933 // BSD-style license that can be found in the LICENSE file. |
| 3933 | 3934 |
| 3934 // WARNING: Do not edit - generated code. | 3935 // WARNING: Do not edit - generated code. |
| 3935 | 3936 |
| 3936 | 3937 |
| 3937 @DocsEditable() | 3938 @DocsEditable() |
| (...skipping 19 matching lines...) Expand all Loading... |
| 3957 | 3958 |
| 3958 @DocsEditable() | 3959 @DocsEditable() |
| 3959 @DomName('SVGNumber') | 3960 @DomName('SVGNumber') |
| 3960 @Unstable() | 3961 @Unstable() |
| 3961 class Number extends NativeFieldWrapperClass2 { | 3962 class Number extends NativeFieldWrapperClass2 { |
| 3962 // To suppress missing implicit constructor warnings. | 3963 // To suppress missing implicit constructor warnings. |
| 3963 factory Number._() { throw new UnsupportedError("Not supported"); } | 3964 factory Number._() { throw new UnsupportedError("Not supported"); } |
| 3964 | 3965 |
| 3965 @DomName('SVGNumber.value') | 3966 @DomName('SVGNumber.value') |
| 3966 @DocsEditable() | 3967 @DocsEditable() |
| 3967 num get value native "SVGNumber_value_Getter"; | 3968 num get value => blink.Native_SVGNumber_value_Getter(this); |
| 3968 | 3969 |
| 3969 @DomName('SVGNumber.value') | 3970 @DomName('SVGNumber.value') |
| 3970 @DocsEditable() | 3971 @DocsEditable() |
| 3971 void set value(num value) native "SVGNumber_value_Setter"; | 3972 void set value(num value) => blink.Native_SVGNumber_value_Setter(this, value); |
| 3972 | 3973 |
| 3973 } | 3974 } |
| 3974 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3975 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3975 // for details. All rights reserved. Use of this source code is governed by a | 3976 // for details. All rights reserved. Use of this source code is governed by a |
| 3976 // BSD-style license that can be found in the LICENSE file. | 3977 // BSD-style license that can be found in the LICENSE file. |
| 3977 | 3978 |
| 3978 // WARNING: Do not edit - generated code. | 3979 // WARNING: Do not edit - generated code. |
| 3979 | 3980 |
| 3980 | 3981 |
| 3981 @DocsEditable() | 3982 @DocsEditable() |
| 3982 @DomName('SVGNumberList') | 3983 @DomName('SVGNumberList') |
| 3983 @Unstable() | 3984 @Unstable() |
| 3984 class NumberList extends NativeFieldWrapperClass2 with ListMixin<Number>, Immuta
bleListMixin<Number> implements List<Number> { | 3985 class NumberList extends NativeFieldWrapperClass2 with ListMixin<Number>, Immuta
bleListMixin<Number> implements List<Number> { |
| 3985 // To suppress missing implicit constructor warnings. | 3986 // To suppress missing implicit constructor warnings. |
| 3986 factory NumberList._() { throw new UnsupportedError("Not supported"); } | 3987 factory NumberList._() { throw new UnsupportedError("Not supported"); } |
| 3987 | 3988 |
| 3988 @DomName('SVGNumberList.numberOfItems') | 3989 @DomName('SVGNumberList.numberOfItems') |
| 3989 @DocsEditable() | 3990 @DocsEditable() |
| 3990 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; | 3991 int get numberOfItems => blink.Native_SVGNumberList_numberOfItems_Getter(this)
; |
| 3991 | 3992 |
| 3992 Number operator[](int index) { | 3993 Number operator[](int index) { |
| 3993 if (index < 0 || index >= length) | 3994 if (index < 0 || index >= length) |
| 3994 throw new RangeError.range(index, 0, length); | 3995 throw new RangeError.range(index, 0, length); |
| 3995 return getItem(index); | 3996 return getItem(index); |
| 3996 } | 3997 } |
| 3997 | 3998 |
| 3998 void operator[]=(int index, Number value) { | 3999 void operator[]=(int index, Number value) { |
| 3999 throw new UnsupportedError("Cannot assign element of immutable List."); | 4000 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 4000 } | 4001 } |
| (...skipping 29 matching lines...) Expand all Loading... |
| 4030 } | 4031 } |
| 4031 if (len == 0) throw new StateError("No elements"); | 4032 if (len == 0) throw new StateError("No elements"); |
| 4032 throw new StateError("More than one element"); | 4033 throw new StateError("More than one element"); |
| 4033 } | 4034 } |
| 4034 | 4035 |
| 4035 Number elementAt(int index) => this[index]; | 4036 Number elementAt(int index) => this[index]; |
| 4036 // -- end List<Number> mixins. | 4037 // -- end List<Number> mixins. |
| 4037 | 4038 |
| 4038 @DomName('SVGNumberList.appendItem') | 4039 @DomName('SVGNumberList.appendItem') |
| 4039 @DocsEditable() | 4040 @DocsEditable() |
| 4040 Number appendItem(Number item) native "SVGNumberList_appendItem_Callback"; | 4041 Number appendItem(Number item) => blink.Native_SVGNumberList_appendItem_Callba
ck(this, item); |
| 4041 | 4042 |
| 4042 @DomName('SVGNumberList.clear') | 4043 @DomName('SVGNumberList.clear') |
| 4043 @DocsEditable() | 4044 @DocsEditable() |
| 4044 void clear() native "SVGNumberList_clear_Callback"; | 4045 void clear() => blink.Native_SVGNumberList_clear_Callback(this); |
| 4045 | 4046 |
| 4046 @DomName('SVGNumberList.getItem') | 4047 @DomName('SVGNumberList.getItem') |
| 4047 @DocsEditable() | 4048 @DocsEditable() |
| 4048 Number getItem(int index) native "SVGNumberList_getItem_Callback"; | 4049 Number getItem(int index) => blink.Native_SVGNumberList_getItem_Callback(this,
index); |
| 4049 | 4050 |
| 4050 @DomName('SVGNumberList.initialize') | 4051 @DomName('SVGNumberList.initialize') |
| 4051 @DocsEditable() | 4052 @DocsEditable() |
| 4052 Number initialize(Number item) native "SVGNumberList_initialize_Callback"; | 4053 Number initialize(Number item) => blink.Native_SVGNumberList_initialize_Callba
ck(this, item); |
| 4053 | 4054 |
| 4054 @DomName('SVGNumberList.insertItemBefore') | 4055 @DomName('SVGNumberList.insertItemBefore') |
| 4055 @DocsEditable() | 4056 @DocsEditable() |
| 4056 Number insertItemBefore(Number item, int index) native "SVGNumberList_insertIt
emBefore_Callback"; | 4057 Number insertItemBefore(Number item, int index) => blink.Native_SVGNumberList_
insertItemBefore_Callback(this, item, index); |
| 4057 | 4058 |
| 4058 @DomName('SVGNumberList.removeItem') | 4059 @DomName('SVGNumberList.removeItem') |
| 4059 @DocsEditable() | 4060 @DocsEditable() |
| 4060 Number removeItem(int index) native "SVGNumberList_removeItem_Callback"; | 4061 Number removeItem(int index) => blink.Native_SVGNumberList_removeItem_Callback
(this, index); |
| 4061 | 4062 |
| 4062 @DomName('SVGNumberList.replaceItem') | 4063 @DomName('SVGNumberList.replaceItem') |
| 4063 @DocsEditable() | 4064 @DocsEditable() |
| 4064 Number replaceItem(Number item, int index) native "SVGNumberList_replaceItem_C
allback"; | 4065 Number replaceItem(Number item, int index) => blink.Native_SVGNumberList_repla
ceItem_Callback(this, item, index); |
| 4065 | 4066 |
| 4066 } | 4067 } |
| 4067 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4068 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4068 // for details. All rights reserved. Use of this source code is governed by a | 4069 // for details. All rights reserved. Use of this source code is governed by a |
| 4069 // BSD-style license that can be found in the LICENSE file. | 4070 // BSD-style license that can be found in the LICENSE file. |
| 4070 | 4071 |
| 4071 // WARNING: Do not edit - generated code. | 4072 // WARNING: Do not edit - generated code. |
| 4072 | 4073 |
| 4073 | 4074 |
| 4074 @DocsEditable() | 4075 @DocsEditable() |
| 4075 @DomName('SVGPathElement') | 4076 @DomName('SVGPathElement') |
| 4076 @Unstable() | 4077 @Unstable() |
| 4077 class PathElement extends GeometryElement { | 4078 class PathElement extends GeometryElement { |
| 4078 // To suppress missing implicit constructor warnings. | 4079 // To suppress missing implicit constructor warnings. |
| 4079 factory PathElement._() { throw new UnsupportedError("Not supported"); } | 4080 factory PathElement._() { throw new UnsupportedError("Not supported"); } |
| 4080 | 4081 |
| 4081 @DomName('SVGPathElement.SVGPathElement') | 4082 @DomName('SVGPathElement.SVGPathElement') |
| 4082 @DocsEditable() | 4083 @DocsEditable() |
| 4083 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 4084 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); |
| 4084 /** | 4085 /** |
| 4085 * Constructor instantiated by the DOM when a custom element has been created. | 4086 * Constructor instantiated by the DOM when a custom element has been created. |
| 4086 * | 4087 * |
| 4087 * This can only be called by subclasses from their created constructor. | 4088 * This can only be called by subclasses from their created constructor. |
| 4088 */ | 4089 */ |
| 4089 PathElement.created() : super.created(); | 4090 PathElement.created() : super.created(); |
| 4090 | 4091 |
| 4091 @DomName('SVGPathElement.animatedNormalizedPathSegList') | 4092 @DomName('SVGPathElement.animatedNormalizedPathSegList') |
| 4092 @DocsEditable() | 4093 @DocsEditable() |
| 4093 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN
ormalizedPathSegList_Getter"; | 4094 PathSegList get animatedNormalizedPathSegList => blink.Native_SVGPathElement_a
nimatedNormalizedPathSegList_Getter(this); |
| 4094 | 4095 |
| 4095 @DomName('SVGPathElement.animatedPathSegList') | 4096 @DomName('SVGPathElement.animatedPathSegList') |
| 4096 @DocsEditable() | 4097 @DocsEditable() |
| 4097 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList
_Getter"; | 4098 PathSegList get animatedPathSegList => blink.Native_SVGPathElement_animatedPat
hSegList_Getter(this); |
| 4098 | 4099 |
| 4099 @DomName('SVGPathElement.normalizedPathSegList') | 4100 @DomName('SVGPathElement.normalizedPathSegList') |
| 4100 @DocsEditable() | 4101 @DocsEditable() |
| 4101 PathSegList get normalizedPathSegList native "SVGPathElement_normalizedPathSeg
List_Getter"; | 4102 PathSegList get normalizedPathSegList => blink.Native_SVGPathElement_normalize
dPathSegList_Getter(this); |
| 4102 | 4103 |
| 4103 @DomName('SVGPathElement.pathLength') | 4104 @DomName('SVGPathElement.pathLength') |
| 4104 @DocsEditable() | 4105 @DocsEditable() |
| 4105 AnimatedNumber get pathLength native "SVGPathElement_pathLength_Getter"; | 4106 AnimatedNumber get pathLength => blink.Native_SVGPathElement_pathLength_Getter
(this); |
| 4106 | 4107 |
| 4107 @DomName('SVGPathElement.pathSegList') | 4108 @DomName('SVGPathElement.pathSegList') |
| 4108 @DocsEditable() | 4109 @DocsEditable() |
| 4109 PathSegList get pathSegList native "SVGPathElement_pathSegList_Getter"; | 4110 PathSegList get pathSegList => blink.Native_SVGPathElement_pathSegList_Getter(
this); |
| 4110 | 4111 |
| 4111 @DomName('SVGPathElement.createSVGPathSegArcAbs') | 4112 @DomName('SVGPathElement.createSVGPathSegArcAbs') |
| 4112 @DocsEditable() | 4113 @DocsEditable() |
| 4113 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs
_Callback"; | 4114 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) => blink.Native_SVGPathElement_createSVGPathS
egArcAbs_Callback(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); |
| 4114 | 4115 |
| 4115 @DomName('SVGPathElement.createSVGPathSegArcRel') | 4116 @DomName('SVGPathElement.createSVGPathSegArcRel') |
| 4116 @DocsEditable() | 4117 @DocsEditable() |
| 4117 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcRel
_Callback"; | 4118 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) => blink.Native_SVGPathElement_createSVGPathS
egArcRel_Callback(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); |
| 4118 | 4119 |
| 4119 @DomName('SVGPathElement.createSVGPathSegClosePath') | 4120 @DomName('SVGPathElement.createSVGPathSegClosePath') |
| 4120 @DocsEditable() | 4121 @DocsEditable() |
| 4121 PathSegClosePath createSvgPathSegClosePath() native "SVGPathElement_createSVGP
athSegClosePath_Callback"; | 4122 PathSegClosePath createSvgPathSegClosePath() => blink.Native_SVGPathElement_cr
eateSVGPathSegClosePath_Callback(this); |
| 4122 | 4123 |
| 4123 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') | 4124 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') |
| 4124 @DocsEditable() | 4125 @DocsEditable() |
| 4125 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Ca
llback"; | 4126 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) => blink.Native_SVGPathElement_createSVGPathSegCurvetoCub
icAbs_Callback(this, x, y, x1, y1, x2, y2); |
| 4126 | 4127 |
| 4127 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') | 4128 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') |
| 4128 @DocsEditable() | 4129 @DocsEditable() |
| 4129 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Ca
llback"; | 4130 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) => blink.Native_SVGPathElement_createSVGPathSegCurvetoCub
icRel_Callback(this, x, y, x1, y1, x2, y2); |
| 4130 | 4131 |
| 4131 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') | 4132 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') |
| 4132 @DocsEditable() | 4133 @DocsEditable() |
| 4133 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_
Callback"; | 4134 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) => blink.Native_SVGPathElement_createSVGPathSegCurvetoCubicSm
oothAbs_Callback(this, x, y, x2, y2); |
| 4134 | 4135 |
| 4135 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') | 4136 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') |
| 4136 @DocsEditable() | 4137 @DocsEditable() |
| 4137 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_
Callback"; | 4138 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) => blink.Native_SVGPathElement_createSVGPathSegCurvetoCubicSm
oothRel_Callback(this, x, y, x2, y2); |
| 4138 | 4139 |
| 4139 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') | 4140 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') |
| 4140 @DocsEditable() | 4141 @DocsEditable() |
| 4141 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callba
ck"; | 4142 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) => blink.Native_SVGPathElement_createSVGPathSegCurvetoQuadraticAb
s_Callback(this, x, y, x1, y1); |
| 4142 | 4143 |
| 4143 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') | 4144 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') |
| 4144 @DocsEditable() | 4145 @DocsEditable() |
| 4145 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callba
ck"; | 4146 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) => blink.Native_SVGPathElement_createSVGPathSegCurvetoQuadraticRe
l_Callback(this, x, y, x1, y1); |
| 4146 | 4147 |
| 4147 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') | 4148 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') |
| 4148 @DocsEditable() | 4149 @DocsEditable() |
| 4149 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Call
back"; | 4150 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) => blink.Native_SVGPathElement_createSVGPathSegCurvetoQuadraticSmooth
Abs_Callback(this, x, y); |
| 4150 | 4151 |
| 4151 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') | 4152 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') |
| 4152 @DocsEditable() | 4153 @DocsEditable() |
| 4153 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Call
back"; | 4154 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) => blink.Native_SVGPathElement_createSVGPathSegCurvetoQuadraticSmooth
Rel_Callback(this, x, y); |
| 4154 | 4155 |
| 4155 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') | 4156 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') |
| 4156 @DocsEditable() | 4157 @DocsEditable() |
| 4157 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoAbs_Callback"; | 4158 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => blink.Native_SVGPa
thElement_createSVGPathSegLinetoAbs_Callback(this, x, y); |
| 4158 | 4159 |
| 4159 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') | 4160 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') |
| 4160 @DocsEditable() | 4161 @DocsEditable() |
| 4161 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback"; | 4162 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => blink
.Native_SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback(this, x); |
| 4162 | 4163 |
| 4163 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') | 4164 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') |
| 4164 @DocsEditable() | 4165 @DocsEditable() |
| 4165 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback"; | 4166 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => blink
.Native_SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback(this, x); |
| 4166 | 4167 |
| 4167 @DomName('SVGPathElement.createSVGPathSegLinetoRel') | 4168 @DomName('SVGPathElement.createSVGPathSegLinetoRel') |
| 4168 @DocsEditable() | 4169 @DocsEditable() |
| 4169 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoRel_Callback"; | 4170 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => blink.Native_SVGPa
thElement_createSVGPathSegLinetoRel_Callback(this, x, y); |
| 4170 | 4171 |
| 4171 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') | 4172 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') |
| 4172 @DocsEditable() | 4173 @DocsEditable() |
| 4173 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalAbs_Callback"; | 4174 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => blink.Nat
ive_SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback(this, y); |
| 4174 | 4175 |
| 4175 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') | 4176 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') |
| 4176 @DocsEditable() | 4177 @DocsEditable() |
| 4177 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalRel_Callback"; | 4178 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => blink.Nat
ive_SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback(this, y); |
| 4178 | 4179 |
| 4179 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') | 4180 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') |
| 4180 @DocsEditable() | 4181 @DocsEditable() |
| 4181 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoAbs_Callback"; | 4182 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => blink.Native_SVGPa
thElement_createSVGPathSegMovetoAbs_Callback(this, x, y); |
| 4182 | 4183 |
| 4183 @DomName('SVGPathElement.createSVGPathSegMovetoRel') | 4184 @DomName('SVGPathElement.createSVGPathSegMovetoRel') |
| 4184 @DocsEditable() | 4185 @DocsEditable() |
| 4185 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoRel_Callback"; | 4186 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => blink.Native_SVGPa
thElement_createSVGPathSegMovetoRel_Callback(this, x, y); |
| 4186 | 4187 |
| 4187 @DomName('SVGPathElement.getPathSegAtLength') | 4188 @DomName('SVGPathElement.getPathSegAtLength') |
| 4188 @DocsEditable() | 4189 @DocsEditable() |
| 4189 int getPathSegAtLength(num distance) native "SVGPathElement_getPathSegAtLength
_Callback"; | 4190 int getPathSegAtLength(num distance) => blink.Native_SVGPathElement_getPathSeg
AtLength_Callback(this, distance); |
| 4190 | 4191 |
| 4191 @DomName('SVGPathElement.getPointAtLength') | 4192 @DomName('SVGPathElement.getPointAtLength') |
| 4192 @DocsEditable() | 4193 @DocsEditable() |
| 4193 Point getPointAtLength(num distance) native "SVGPathElement_getPointAtLength_C
allback"; | 4194 Point getPointAtLength(num distance) => blink.Native_SVGPathElement_getPointAt
Length_Callback(this, distance); |
| 4194 | 4195 |
| 4195 @DomName('SVGPathElement.getTotalLength') | 4196 @DomName('SVGPathElement.getTotalLength') |
| 4196 @DocsEditable() | 4197 @DocsEditable() |
| 4197 double getTotalLength() native "SVGPathElement_getTotalLength_Callback"; | 4198 double getTotalLength() => blink.Native_SVGPathElement_getTotalLength_Callback
(this); |
| 4198 | 4199 |
| 4199 } | 4200 } |
| 4200 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4201 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4201 // for details. All rights reserved. Use of this source code is governed by a | 4202 // for details. All rights reserved. Use of this source code is governed by a |
| 4202 // BSD-style license that can be found in the LICENSE file. | 4203 // BSD-style license that can be found in the LICENSE file. |
| 4203 | 4204 |
| 4204 // WARNING: Do not edit - generated code. | 4205 // WARNING: Do not edit - generated code. |
| 4205 | 4206 |
| 4206 | 4207 |
| 4207 @DocsEditable() | 4208 @DocsEditable() |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4286 @DomName('SVGPathSeg.PATHSEG_MOVETO_REL') | 4287 @DomName('SVGPathSeg.PATHSEG_MOVETO_REL') |
| 4287 @DocsEditable() | 4288 @DocsEditable() |
| 4288 static const int PATHSEG_MOVETO_REL = 3; | 4289 static const int PATHSEG_MOVETO_REL = 3; |
| 4289 | 4290 |
| 4290 @DomName('SVGPathSeg.PATHSEG_UNKNOWN') | 4291 @DomName('SVGPathSeg.PATHSEG_UNKNOWN') |
| 4291 @DocsEditable() | 4292 @DocsEditable() |
| 4292 static const int PATHSEG_UNKNOWN = 0; | 4293 static const int PATHSEG_UNKNOWN = 0; |
| 4293 | 4294 |
| 4294 @DomName('SVGPathSeg.pathSegType') | 4295 @DomName('SVGPathSeg.pathSegType') |
| 4295 @DocsEditable() | 4296 @DocsEditable() |
| 4296 int get pathSegType native "SVGPathSeg_pathSegType_Getter"; | 4297 int get pathSegType => blink.Native_SVGPathSeg_pathSegType_Getter(this); |
| 4297 | 4298 |
| 4298 @DomName('SVGPathSeg.pathSegTypeAsLetter') | 4299 @DomName('SVGPathSeg.pathSegTypeAsLetter') |
| 4299 @DocsEditable() | 4300 @DocsEditable() |
| 4300 String get pathSegTypeAsLetter native "SVGPathSeg_pathSegTypeAsLetter_Getter"; | 4301 String get pathSegTypeAsLetter => blink.Native_SVGPathSeg_pathSegTypeAsLetter_
Getter(this); |
| 4301 | 4302 |
| 4302 } | 4303 } |
| 4303 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4304 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4304 // for details. All rights reserved. Use of this source code is governed by a | 4305 // for details. All rights reserved. Use of this source code is governed by a |
| 4305 // BSD-style license that can be found in the LICENSE file. | 4306 // BSD-style license that can be found in the LICENSE file. |
| 4306 | 4307 |
| 4307 // WARNING: Do not edit - generated code. | 4308 // WARNING: Do not edit - generated code. |
| 4308 | 4309 |
| 4309 | 4310 |
| 4310 @DocsEditable() | 4311 @DocsEditable() |
| 4311 @DomName('SVGPathSegArcAbs') | 4312 @DomName('SVGPathSegArcAbs') |
| 4312 @Unstable() | 4313 @Unstable() |
| 4313 class PathSegArcAbs extends PathSeg { | 4314 class PathSegArcAbs extends PathSeg { |
| 4314 // To suppress missing implicit constructor warnings. | 4315 // To suppress missing implicit constructor warnings. |
| 4315 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } | 4316 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } |
| 4316 | 4317 |
| 4317 @DomName('SVGPathSegArcAbs.angle') | 4318 @DomName('SVGPathSegArcAbs.angle') |
| 4318 @DocsEditable() | 4319 @DocsEditable() |
| 4319 num get angle native "SVGPathSegArcAbs_angle_Getter"; | 4320 num get angle => blink.Native_SVGPathSegArcAbs_angle_Getter(this); |
| 4320 | 4321 |
| 4321 @DomName('SVGPathSegArcAbs.angle') | 4322 @DomName('SVGPathSegArcAbs.angle') |
| 4322 @DocsEditable() | 4323 @DocsEditable() |
| 4323 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; | 4324 void set angle(num value) => blink.Native_SVGPathSegArcAbs_angle_Setter(this,
value); |
| 4324 | 4325 |
| 4325 @DomName('SVGPathSegArcAbs.largeArcFlag') | 4326 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4326 @DocsEditable() | 4327 @DocsEditable() |
| 4327 bool get largeArcFlag native "SVGPathSegArcAbs_largeArcFlag_Getter"; | 4328 bool get largeArcFlag => blink.Native_SVGPathSegArcAbs_largeArcFlag_Getter(thi
s); |
| 4328 | 4329 |
| 4329 @DomName('SVGPathSegArcAbs.largeArcFlag') | 4330 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4330 @DocsEditable() | 4331 @DocsEditable() |
| 4331 void set largeArcFlag(bool value) native "SVGPathSegArcAbs_largeArcFlag_Setter
"; | 4332 void set largeArcFlag(bool value) => blink.Native_SVGPathSegArcAbs_largeArcFla
g_Setter(this, value); |
| 4332 | 4333 |
| 4333 @DomName('SVGPathSegArcAbs.r1') | 4334 @DomName('SVGPathSegArcAbs.r1') |
| 4334 @DocsEditable() | 4335 @DocsEditable() |
| 4335 num get r1 native "SVGPathSegArcAbs_r1_Getter"; | 4336 num get r1 => blink.Native_SVGPathSegArcAbs_r1_Getter(this); |
| 4336 | 4337 |
| 4337 @DomName('SVGPathSegArcAbs.r1') | 4338 @DomName('SVGPathSegArcAbs.r1') |
| 4338 @DocsEditable() | 4339 @DocsEditable() |
| 4339 void set r1(num value) native "SVGPathSegArcAbs_r1_Setter"; | 4340 void set r1(num value) => blink.Native_SVGPathSegArcAbs_r1_Setter(this, value)
; |
| 4340 | 4341 |
| 4341 @DomName('SVGPathSegArcAbs.r2') | 4342 @DomName('SVGPathSegArcAbs.r2') |
| 4342 @DocsEditable() | 4343 @DocsEditable() |
| 4343 num get r2 native "SVGPathSegArcAbs_r2_Getter"; | 4344 num get r2 => blink.Native_SVGPathSegArcAbs_r2_Getter(this); |
| 4344 | 4345 |
| 4345 @DomName('SVGPathSegArcAbs.r2') | 4346 @DomName('SVGPathSegArcAbs.r2') |
| 4346 @DocsEditable() | 4347 @DocsEditable() |
| 4347 void set r2(num value) native "SVGPathSegArcAbs_r2_Setter"; | 4348 void set r2(num value) => blink.Native_SVGPathSegArcAbs_r2_Setter(this, value)
; |
| 4348 | 4349 |
| 4349 @DomName('SVGPathSegArcAbs.sweepFlag') | 4350 @DomName('SVGPathSegArcAbs.sweepFlag') |
| 4350 @DocsEditable() | 4351 @DocsEditable() |
| 4351 bool get sweepFlag native "SVGPathSegArcAbs_sweepFlag_Getter"; | 4352 bool get sweepFlag => blink.Native_SVGPathSegArcAbs_sweepFlag_Getter(this); |
| 4352 | 4353 |
| 4353 @DomName('SVGPathSegArcAbs.sweepFlag') | 4354 @DomName('SVGPathSegArcAbs.sweepFlag') |
| 4354 @DocsEditable() | 4355 @DocsEditable() |
| 4355 void set sweepFlag(bool value) native "SVGPathSegArcAbs_sweepFlag_Setter"; | 4356 void set sweepFlag(bool value) => blink.Native_SVGPathSegArcAbs_sweepFlag_Sett
er(this, value); |
| 4356 | 4357 |
| 4357 @DomName('SVGPathSegArcAbs.x') | 4358 @DomName('SVGPathSegArcAbs.x') |
| 4358 @DocsEditable() | 4359 @DocsEditable() |
| 4359 num get x native "SVGPathSegArcAbs_x_Getter"; | 4360 num get x => blink.Native_SVGPathSegArcAbs_x_Getter(this); |
| 4360 | 4361 |
| 4361 @DomName('SVGPathSegArcAbs.x') | 4362 @DomName('SVGPathSegArcAbs.x') |
| 4362 @DocsEditable() | 4363 @DocsEditable() |
| 4363 void set x(num value) native "SVGPathSegArcAbs_x_Setter"; | 4364 void set x(num value) => blink.Native_SVGPathSegArcAbs_x_Setter(this, value); |
| 4364 | 4365 |
| 4365 @DomName('SVGPathSegArcAbs.y') | 4366 @DomName('SVGPathSegArcAbs.y') |
| 4366 @DocsEditable() | 4367 @DocsEditable() |
| 4367 num get y native "SVGPathSegArcAbs_y_Getter"; | 4368 num get y => blink.Native_SVGPathSegArcAbs_y_Getter(this); |
| 4368 | 4369 |
| 4369 @DomName('SVGPathSegArcAbs.y') | 4370 @DomName('SVGPathSegArcAbs.y') |
| 4370 @DocsEditable() | 4371 @DocsEditable() |
| 4371 void set y(num value) native "SVGPathSegArcAbs_y_Setter"; | 4372 void set y(num value) => blink.Native_SVGPathSegArcAbs_y_Setter(this, value); |
| 4372 | 4373 |
| 4373 } | 4374 } |
| 4374 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4375 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4375 // for details. All rights reserved. Use of this source code is governed by a | 4376 // for details. All rights reserved. Use of this source code is governed by a |
| 4376 // BSD-style license that can be found in the LICENSE file. | 4377 // BSD-style license that can be found in the LICENSE file. |
| 4377 | 4378 |
| 4378 // WARNING: Do not edit - generated code. | 4379 // WARNING: Do not edit - generated code. |
| 4379 | 4380 |
| 4380 | 4381 |
| 4381 @DocsEditable() | 4382 @DocsEditable() |
| 4382 @DomName('SVGPathSegArcRel') | 4383 @DomName('SVGPathSegArcRel') |
| 4383 @Unstable() | 4384 @Unstable() |
| 4384 class PathSegArcRel extends PathSeg { | 4385 class PathSegArcRel extends PathSeg { |
| 4385 // To suppress missing implicit constructor warnings. | 4386 // To suppress missing implicit constructor warnings. |
| 4386 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } | 4387 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } |
| 4387 | 4388 |
| 4388 @DomName('SVGPathSegArcRel.angle') | 4389 @DomName('SVGPathSegArcRel.angle') |
| 4389 @DocsEditable() | 4390 @DocsEditable() |
| 4390 num get angle native "SVGPathSegArcRel_angle_Getter"; | 4391 num get angle => blink.Native_SVGPathSegArcRel_angle_Getter(this); |
| 4391 | 4392 |
| 4392 @DomName('SVGPathSegArcRel.angle') | 4393 @DomName('SVGPathSegArcRel.angle') |
| 4393 @DocsEditable() | 4394 @DocsEditable() |
| 4394 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; | 4395 void set angle(num value) => blink.Native_SVGPathSegArcRel_angle_Setter(this,
value); |
| 4395 | 4396 |
| 4396 @DomName('SVGPathSegArcRel.largeArcFlag') | 4397 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4397 @DocsEditable() | 4398 @DocsEditable() |
| 4398 bool get largeArcFlag native "SVGPathSegArcRel_largeArcFlag_Getter"; | 4399 bool get largeArcFlag => blink.Native_SVGPathSegArcRel_largeArcFlag_Getter(thi
s); |
| 4399 | 4400 |
| 4400 @DomName('SVGPathSegArcRel.largeArcFlag') | 4401 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4401 @DocsEditable() | 4402 @DocsEditable() |
| 4402 void set largeArcFlag(bool value) native "SVGPathSegArcRel_largeArcFlag_Setter
"; | 4403 void set largeArcFlag(bool value) => blink.Native_SVGPathSegArcRel_largeArcFla
g_Setter(this, value); |
| 4403 | 4404 |
| 4404 @DomName('SVGPathSegArcRel.r1') | 4405 @DomName('SVGPathSegArcRel.r1') |
| 4405 @DocsEditable() | 4406 @DocsEditable() |
| 4406 num get r1 native "SVGPathSegArcRel_r1_Getter"; | 4407 num get r1 => blink.Native_SVGPathSegArcRel_r1_Getter(this); |
| 4407 | 4408 |
| 4408 @DomName('SVGPathSegArcRel.r1') | 4409 @DomName('SVGPathSegArcRel.r1') |
| 4409 @DocsEditable() | 4410 @DocsEditable() |
| 4410 void set r1(num value) native "SVGPathSegArcRel_r1_Setter"; | 4411 void set r1(num value) => blink.Native_SVGPathSegArcRel_r1_Setter(this, value)
; |
| 4411 | 4412 |
| 4412 @DomName('SVGPathSegArcRel.r2') | 4413 @DomName('SVGPathSegArcRel.r2') |
| 4413 @DocsEditable() | 4414 @DocsEditable() |
| 4414 num get r2 native "SVGPathSegArcRel_r2_Getter"; | 4415 num get r2 => blink.Native_SVGPathSegArcRel_r2_Getter(this); |
| 4415 | 4416 |
| 4416 @DomName('SVGPathSegArcRel.r2') | 4417 @DomName('SVGPathSegArcRel.r2') |
| 4417 @DocsEditable() | 4418 @DocsEditable() |
| 4418 void set r2(num value) native "SVGPathSegArcRel_r2_Setter"; | 4419 void set r2(num value) => blink.Native_SVGPathSegArcRel_r2_Setter(this, value)
; |
| 4419 | 4420 |
| 4420 @DomName('SVGPathSegArcRel.sweepFlag') | 4421 @DomName('SVGPathSegArcRel.sweepFlag') |
| 4421 @DocsEditable() | 4422 @DocsEditable() |
| 4422 bool get sweepFlag native "SVGPathSegArcRel_sweepFlag_Getter"; | 4423 bool get sweepFlag => blink.Native_SVGPathSegArcRel_sweepFlag_Getter(this); |
| 4423 | 4424 |
| 4424 @DomName('SVGPathSegArcRel.sweepFlag') | 4425 @DomName('SVGPathSegArcRel.sweepFlag') |
| 4425 @DocsEditable() | 4426 @DocsEditable() |
| 4426 void set sweepFlag(bool value) native "SVGPathSegArcRel_sweepFlag_Setter"; | 4427 void set sweepFlag(bool value) => blink.Native_SVGPathSegArcRel_sweepFlag_Sett
er(this, value); |
| 4427 | 4428 |
| 4428 @DomName('SVGPathSegArcRel.x') | 4429 @DomName('SVGPathSegArcRel.x') |
| 4429 @DocsEditable() | 4430 @DocsEditable() |
| 4430 num get x native "SVGPathSegArcRel_x_Getter"; | 4431 num get x => blink.Native_SVGPathSegArcRel_x_Getter(this); |
| 4431 | 4432 |
| 4432 @DomName('SVGPathSegArcRel.x') | 4433 @DomName('SVGPathSegArcRel.x') |
| 4433 @DocsEditable() | 4434 @DocsEditable() |
| 4434 void set x(num value) native "SVGPathSegArcRel_x_Setter"; | 4435 void set x(num value) => blink.Native_SVGPathSegArcRel_x_Setter(this, value); |
| 4435 | 4436 |
| 4436 @DomName('SVGPathSegArcRel.y') | 4437 @DomName('SVGPathSegArcRel.y') |
| 4437 @DocsEditable() | 4438 @DocsEditable() |
| 4438 num get y native "SVGPathSegArcRel_y_Getter"; | 4439 num get y => blink.Native_SVGPathSegArcRel_y_Getter(this); |
| 4439 | 4440 |
| 4440 @DomName('SVGPathSegArcRel.y') | 4441 @DomName('SVGPathSegArcRel.y') |
| 4441 @DocsEditable() | 4442 @DocsEditable() |
| 4442 void set y(num value) native "SVGPathSegArcRel_y_Setter"; | 4443 void set y(num value) => blink.Native_SVGPathSegArcRel_y_Setter(this, value); |
| 4443 | 4444 |
| 4444 } | 4445 } |
| 4445 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4446 // for details. All rights reserved. Use of this source code is governed by a | 4447 // for details. All rights reserved. Use of this source code is governed by a |
| 4447 // BSD-style license that can be found in the LICENSE file. | 4448 // BSD-style license that can be found in the LICENSE file. |
| 4448 | 4449 |
| 4449 // WARNING: Do not edit - generated code. | 4450 // WARNING: Do not edit - generated code. |
| 4450 | 4451 |
| 4451 | 4452 |
| 4452 @DocsEditable() | 4453 @DocsEditable() |
| (...skipping 13 matching lines...) Expand all Loading... |
| 4466 | 4467 |
| 4467 @DocsEditable() | 4468 @DocsEditable() |
| 4468 @DomName('SVGPathSegCurvetoCubicAbs') | 4469 @DomName('SVGPathSegCurvetoCubicAbs') |
| 4469 @Unstable() | 4470 @Unstable() |
| 4470 class PathSegCurvetoCubicAbs extends PathSeg { | 4471 class PathSegCurvetoCubicAbs extends PathSeg { |
| 4471 // To suppress missing implicit constructor warnings. | 4472 // To suppress missing implicit constructor warnings. |
| 4472 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported
"); } | 4473 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported
"); } |
| 4473 | 4474 |
| 4474 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4475 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 4475 @DocsEditable() | 4476 @DocsEditable() |
| 4476 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; | 4477 num get x => blink.Native_SVGPathSegCurvetoCubicAbs_x_Getter(this); |
| 4477 | 4478 |
| 4478 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4479 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 4479 @DocsEditable() | 4480 @DocsEditable() |
| 4480 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; | 4481 void set x(num value) => blink.Native_SVGPathSegCurvetoCubicAbs_x_Setter(this,
value); |
| 4481 | 4482 |
| 4482 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 4483 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 4483 @DocsEditable() | 4484 @DocsEditable() |
| 4484 num get x1 native "SVGPathSegCurvetoCubicAbs_x1_Getter"; | 4485 num get x1 => blink.Native_SVGPathSegCurvetoCubicAbs_x1_Getter(this); |
| 4485 | 4486 |
| 4486 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 4487 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 4487 @DocsEditable() | 4488 @DocsEditable() |
| 4488 void set x1(num value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; | 4489 void set x1(num value) => blink.Native_SVGPathSegCurvetoCubicAbs_x1_Setter(thi
s, value); |
| 4489 | 4490 |
| 4490 @DomName('SVGPathSegCurvetoCubicAbs.x2') | 4491 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
| 4491 @DocsEditable() | 4492 @DocsEditable() |
| 4492 num get x2 native "SVGPathSegCurvetoCubicAbs_x2_Getter"; | 4493 num get x2 => blink.Native_SVGPathSegCurvetoCubicAbs_x2_Getter(this); |
| 4493 | 4494 |
| 4494 @DomName('SVGPathSegCurvetoCubicAbs.x2') | 4495 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
| 4495 @DocsEditable() | 4496 @DocsEditable() |
| 4496 void set x2(num value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; | 4497 void set x2(num value) => blink.Native_SVGPathSegCurvetoCubicAbs_x2_Setter(thi
s, value); |
| 4497 | 4498 |
| 4498 @DomName('SVGPathSegCurvetoCubicAbs.y') | 4499 @DomName('SVGPathSegCurvetoCubicAbs.y') |
| 4499 @DocsEditable() | 4500 @DocsEditable() |
| 4500 num get y native "SVGPathSegCurvetoCubicAbs_y_Getter"; | 4501 num get y => blink.Native_SVGPathSegCurvetoCubicAbs_y_Getter(this); |
| 4501 | 4502 |
| 4502 @DomName('SVGPathSegCurvetoCubicAbs.y') | 4503 @DomName('SVGPathSegCurvetoCubicAbs.y') |
| 4503 @DocsEditable() | 4504 @DocsEditable() |
| 4504 void set y(num value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; | 4505 void set y(num value) => blink.Native_SVGPathSegCurvetoCubicAbs_y_Setter(this,
value); |
| 4505 | 4506 |
| 4506 @DomName('SVGPathSegCurvetoCubicAbs.y1') | 4507 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
| 4507 @DocsEditable() | 4508 @DocsEditable() |
| 4508 num get y1 native "SVGPathSegCurvetoCubicAbs_y1_Getter"; | 4509 num get y1 => blink.Native_SVGPathSegCurvetoCubicAbs_y1_Getter(this); |
| 4509 | 4510 |
| 4510 @DomName('SVGPathSegCurvetoCubicAbs.y1') | 4511 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
| 4511 @DocsEditable() | 4512 @DocsEditable() |
| 4512 void set y1(num value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; | 4513 void set y1(num value) => blink.Native_SVGPathSegCurvetoCubicAbs_y1_Setter(thi
s, value); |
| 4513 | 4514 |
| 4514 @DomName('SVGPathSegCurvetoCubicAbs.y2') | 4515 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
| 4515 @DocsEditable() | 4516 @DocsEditable() |
| 4516 num get y2 native "SVGPathSegCurvetoCubicAbs_y2_Getter"; | 4517 num get y2 => blink.Native_SVGPathSegCurvetoCubicAbs_y2_Getter(this); |
| 4517 | 4518 |
| 4518 @DomName('SVGPathSegCurvetoCubicAbs.y2') | 4519 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
| 4519 @DocsEditable() | 4520 @DocsEditable() |
| 4520 void set y2(num value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; | 4521 void set y2(num value) => blink.Native_SVGPathSegCurvetoCubicAbs_y2_Setter(thi
s, value); |
| 4521 | 4522 |
| 4522 } | 4523 } |
| 4523 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4524 // for details. All rights reserved. Use of this source code is governed by a | 4525 // for details. All rights reserved. Use of this source code is governed by a |
| 4525 // BSD-style license that can be found in the LICENSE file. | 4526 // BSD-style license that can be found in the LICENSE file. |
| 4526 | 4527 |
| 4527 // WARNING: Do not edit - generated code. | 4528 // WARNING: Do not edit - generated code. |
| 4528 | 4529 |
| 4529 | 4530 |
| 4530 @DocsEditable() | 4531 @DocsEditable() |
| 4531 @DomName('SVGPathSegCurvetoCubicRel') | 4532 @DomName('SVGPathSegCurvetoCubicRel') |
| 4532 @Unstable() | 4533 @Unstable() |
| 4533 class PathSegCurvetoCubicRel extends PathSeg { | 4534 class PathSegCurvetoCubicRel extends PathSeg { |
| 4534 // To suppress missing implicit constructor warnings. | 4535 // To suppress missing implicit constructor warnings. |
| 4535 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported
"); } | 4536 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported
"); } |
| 4536 | 4537 |
| 4537 @DomName('SVGPathSegCurvetoCubicRel.x') | 4538 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 4538 @DocsEditable() | 4539 @DocsEditable() |
| 4539 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; | 4540 num get x => blink.Native_SVGPathSegCurvetoCubicRel_x_Getter(this); |
| 4540 | 4541 |
| 4541 @DomName('SVGPathSegCurvetoCubicRel.x') | 4542 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 4542 @DocsEditable() | 4543 @DocsEditable() |
| 4543 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; | 4544 void set x(num value) => blink.Native_SVGPathSegCurvetoCubicRel_x_Setter(this,
value); |
| 4544 | 4545 |
| 4545 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4546 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 4546 @DocsEditable() | 4547 @DocsEditable() |
| 4547 num get x1 native "SVGPathSegCurvetoCubicRel_x1_Getter"; | 4548 num get x1 => blink.Native_SVGPathSegCurvetoCubicRel_x1_Getter(this); |
| 4548 | 4549 |
| 4549 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4550 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 4550 @DocsEditable() | 4551 @DocsEditable() |
| 4551 void set x1(num value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; | 4552 void set x1(num value) => blink.Native_SVGPathSegCurvetoCubicRel_x1_Setter(thi
s, value); |
| 4552 | 4553 |
| 4553 @DomName('SVGPathSegCurvetoCubicRel.x2') | 4554 @DomName('SVGPathSegCurvetoCubicRel.x2') |
| 4554 @DocsEditable() | 4555 @DocsEditable() |
| 4555 num get x2 native "SVGPathSegCurvetoCubicRel_x2_Getter"; | 4556 num get x2 => blink.Native_SVGPathSegCurvetoCubicRel_x2_Getter(this); |
| 4556 | 4557 |
| 4557 @DomName('SVGPathSegCurvetoCubicRel.x2') | 4558 @DomName('SVGPathSegCurvetoCubicRel.x2') |
| 4558 @DocsEditable() | 4559 @DocsEditable() |
| 4559 void set x2(num value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; | 4560 void set x2(num value) => blink.Native_SVGPathSegCurvetoCubicRel_x2_Setter(thi
s, value); |
| 4560 | 4561 |
| 4561 @DomName('SVGPathSegCurvetoCubicRel.y') | 4562 @DomName('SVGPathSegCurvetoCubicRel.y') |
| 4562 @DocsEditable() | 4563 @DocsEditable() |
| 4563 num get y native "SVGPathSegCurvetoCubicRel_y_Getter"; | 4564 num get y => blink.Native_SVGPathSegCurvetoCubicRel_y_Getter(this); |
| 4564 | 4565 |
| 4565 @DomName('SVGPathSegCurvetoCubicRel.y') | 4566 @DomName('SVGPathSegCurvetoCubicRel.y') |
| 4566 @DocsEditable() | 4567 @DocsEditable() |
| 4567 void set y(num value) native "SVGPathSegCurvetoCubicRel_y_Setter"; | 4568 void set y(num value) => blink.Native_SVGPathSegCurvetoCubicRel_y_Setter(this,
value); |
| 4568 | 4569 |
| 4569 @DomName('SVGPathSegCurvetoCubicRel.y1') | 4570 @DomName('SVGPathSegCurvetoCubicRel.y1') |
| 4570 @DocsEditable() | 4571 @DocsEditable() |
| 4571 num get y1 native "SVGPathSegCurvetoCubicRel_y1_Getter"; | 4572 num get y1 => blink.Native_SVGPathSegCurvetoCubicRel_y1_Getter(this); |
| 4572 | 4573 |
| 4573 @DomName('SVGPathSegCurvetoCubicRel.y1') | 4574 @DomName('SVGPathSegCurvetoCubicRel.y1') |
| 4574 @DocsEditable() | 4575 @DocsEditable() |
| 4575 void set y1(num value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; | 4576 void set y1(num value) => blink.Native_SVGPathSegCurvetoCubicRel_y1_Setter(thi
s, value); |
| 4576 | 4577 |
| 4577 @DomName('SVGPathSegCurvetoCubicRel.y2') | 4578 @DomName('SVGPathSegCurvetoCubicRel.y2') |
| 4578 @DocsEditable() | 4579 @DocsEditable() |
| 4579 num get y2 native "SVGPathSegCurvetoCubicRel_y2_Getter"; | 4580 num get y2 => blink.Native_SVGPathSegCurvetoCubicRel_y2_Getter(this); |
| 4580 | 4581 |
| 4581 @DomName('SVGPathSegCurvetoCubicRel.y2') | 4582 @DomName('SVGPathSegCurvetoCubicRel.y2') |
| 4582 @DocsEditable() | 4583 @DocsEditable() |
| 4583 void set y2(num value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; | 4584 void set y2(num value) => blink.Native_SVGPathSegCurvetoCubicRel_y2_Setter(thi
s, value); |
| 4584 | 4585 |
| 4585 } | 4586 } |
| 4586 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4587 // for details. All rights reserved. Use of this source code is governed by a | 4588 // for details. All rights reserved. Use of this source code is governed by a |
| 4588 // BSD-style license that can be found in the LICENSE file. | 4589 // BSD-style license that can be found in the LICENSE file. |
| 4589 | 4590 |
| 4590 // WARNING: Do not edit - generated code. | 4591 // WARNING: Do not edit - generated code. |
| 4591 | 4592 |
| 4592 | 4593 |
| 4593 @DocsEditable() | 4594 @DocsEditable() |
| 4594 @DomName('SVGPathSegCurvetoCubicSmoothAbs') | 4595 @DomName('SVGPathSegCurvetoCubicSmoothAbs') |
| 4595 @Unstable() | 4596 @Unstable() |
| 4596 class PathSegCurvetoCubicSmoothAbs extends PathSeg { | 4597 class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
| 4597 // To suppress missing implicit constructor warnings. | 4598 // To suppress missing implicit constructor warnings. |
| 4598 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup
ported"); } | 4599 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup
ported"); } |
| 4599 | 4600 |
| 4600 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4601 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 4601 @DocsEditable() | 4602 @DocsEditable() |
| 4602 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; | 4603 num get x => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_x_Getter(this); |
| 4603 | 4604 |
| 4604 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4605 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 4605 @DocsEditable() | 4606 @DocsEditable() |
| 4606 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; | 4607 void set x(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_x_Setter
(this, value); |
| 4607 | 4608 |
| 4608 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4609 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 4609 @DocsEditable() | 4610 @DocsEditable() |
| 4610 num get x2 native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; | 4611 num get x2 => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_x2_Getter(this); |
| 4611 | 4612 |
| 4612 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4613 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 4613 @DocsEditable() | 4614 @DocsEditable() |
| 4614 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter"; | 4615 void set x2(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_x2_Sett
er(this, value); |
| 4615 | 4616 |
| 4616 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') | 4617 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
| 4617 @DocsEditable() | 4618 @DocsEditable() |
| 4618 num get y native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; | 4619 num get y => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_y_Getter(this); |
| 4619 | 4620 |
| 4620 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') | 4621 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
| 4621 @DocsEditable() | 4622 @DocsEditable() |
| 4622 void set y(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter"; | 4623 void set y(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_y_Setter
(this, value); |
| 4623 | 4624 |
| 4624 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') | 4625 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
| 4625 @DocsEditable() | 4626 @DocsEditable() |
| 4626 num get y2 native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; | 4627 num get y2 => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_y2_Getter(this); |
| 4627 | 4628 |
| 4628 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') | 4629 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
| 4629 @DocsEditable() | 4630 @DocsEditable() |
| 4630 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter"; | 4631 void set y2(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_y2_Sett
er(this, value); |
| 4631 | 4632 |
| 4632 } | 4633 } |
| 4633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4634 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4634 // for details. All rights reserved. Use of this source code is governed by a | 4635 // for details. All rights reserved. Use of this source code is governed by a |
| 4635 // BSD-style license that can be found in the LICENSE file. | 4636 // BSD-style license that can be found in the LICENSE file. |
| 4636 | 4637 |
| 4637 // WARNING: Do not edit - generated code. | 4638 // WARNING: Do not edit - generated code. |
| 4638 | 4639 |
| 4639 | 4640 |
| 4640 @DocsEditable() | 4641 @DocsEditable() |
| 4641 @DomName('SVGPathSegCurvetoCubicSmoothRel') | 4642 @DomName('SVGPathSegCurvetoCubicSmoothRel') |
| 4642 @Unstable() | 4643 @Unstable() |
| 4643 class PathSegCurvetoCubicSmoothRel extends PathSeg { | 4644 class PathSegCurvetoCubicSmoothRel extends PathSeg { |
| 4644 // To suppress missing implicit constructor warnings. | 4645 // To suppress missing implicit constructor warnings. |
| 4645 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup
ported"); } | 4646 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup
ported"); } |
| 4646 | 4647 |
| 4647 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4648 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 4648 @DocsEditable() | 4649 @DocsEditable() |
| 4649 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; | 4650 num get x => blink.Native_SVGPathSegCurvetoCubicSmoothRel_x_Getter(this); |
| 4650 | 4651 |
| 4651 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4652 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 4652 @DocsEditable() | 4653 @DocsEditable() |
| 4653 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; | 4654 void set x(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothRel_x_Setter
(this, value); |
| 4654 | 4655 |
| 4655 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 4656 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 4656 @DocsEditable() | 4657 @DocsEditable() |
| 4657 num get x2 native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; | 4658 num get x2 => blink.Native_SVGPathSegCurvetoCubicSmoothRel_x2_Getter(this); |
| 4658 | 4659 |
| 4659 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 4660 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 4660 @DocsEditable() | 4661 @DocsEditable() |
| 4661 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter"; | 4662 void set x2(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothRel_x2_Sett
er(this, value); |
| 4662 | 4663 |
| 4663 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') | 4664 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
| 4664 @DocsEditable() | 4665 @DocsEditable() |
| 4665 num get y native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; | 4666 num get y => blink.Native_SVGPathSegCurvetoCubicSmoothRel_y_Getter(this); |
| 4666 | 4667 |
| 4667 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') | 4668 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
| 4668 @DocsEditable() | 4669 @DocsEditable() |
| 4669 void set y(num value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter"; | 4670 void set y(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothRel_y_Setter
(this, value); |
| 4670 | 4671 |
| 4671 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') | 4672 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
| 4672 @DocsEditable() | 4673 @DocsEditable() |
| 4673 num get y2 native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; | 4674 num get y2 => blink.Native_SVGPathSegCurvetoCubicSmoothRel_y2_Getter(this); |
| 4674 | 4675 |
| 4675 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') | 4676 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
| 4676 @DocsEditable() | 4677 @DocsEditable() |
| 4677 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter"; | 4678 void set y2(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothRel_y2_Sett
er(this, value); |
| 4678 | 4679 |
| 4679 } | 4680 } |
| 4680 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4681 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4681 // for details. All rights reserved. Use of this source code is governed by a | 4682 // for details. All rights reserved. Use of this source code is governed by a |
| 4682 // BSD-style license that can be found in the LICENSE file. | 4683 // BSD-style license that can be found in the LICENSE file. |
| 4683 | 4684 |
| 4684 // WARNING: Do not edit - generated code. | 4685 // WARNING: Do not edit - generated code. |
| 4685 | 4686 |
| 4686 | 4687 |
| 4687 @DocsEditable() | 4688 @DocsEditable() |
| 4688 @DomName('SVGPathSegCurvetoQuadraticAbs') | 4689 @DomName('SVGPathSegCurvetoQuadraticAbs') |
| 4689 @Unstable() | 4690 @Unstable() |
| 4690 class PathSegCurvetoQuadraticAbs extends PathSeg { | 4691 class PathSegCurvetoQuadraticAbs extends PathSeg { |
| 4691 // To suppress missing implicit constructor warnings. | 4692 // To suppress missing implicit constructor warnings. |
| 4692 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo
rted"); } | 4693 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo
rted"); } |
| 4693 | 4694 |
| 4694 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4695 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 4695 @DocsEditable() | 4696 @DocsEditable() |
| 4696 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; | 4697 num get x => blink.Native_SVGPathSegCurvetoQuadraticAbs_x_Getter(this); |
| 4697 | 4698 |
| 4698 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4699 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 4699 @DocsEditable() | 4700 @DocsEditable() |
| 4700 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; | 4701 void set x(num value) => blink.Native_SVGPathSegCurvetoQuadraticAbs_x_Setter(t
his, value); |
| 4701 | 4702 |
| 4702 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 4703 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 4703 @DocsEditable() | 4704 @DocsEditable() |
| 4704 num get x1 native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; | 4705 num get x1 => blink.Native_SVGPathSegCurvetoQuadraticAbs_x1_Getter(this); |
| 4705 | 4706 |
| 4706 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 4707 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 4707 @DocsEditable() | 4708 @DocsEditable() |
| 4708 void set x1(num value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter"; | 4709 void set x1(num value) => blink.Native_SVGPathSegCurvetoQuadraticAbs_x1_Setter
(this, value); |
| 4709 | 4710 |
| 4710 @DomName('SVGPathSegCurvetoQuadraticAbs.y') | 4711 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
| 4711 @DocsEditable() | 4712 @DocsEditable() |
| 4712 num get y native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; | 4713 num get y => blink.Native_SVGPathSegCurvetoQuadraticAbs_y_Getter(this); |
| 4713 | 4714 |
| 4714 @DomName('SVGPathSegCurvetoQuadraticAbs.y') | 4715 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
| 4715 @DocsEditable() | 4716 @DocsEditable() |
| 4716 void set y(num value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; | 4717 void set y(num value) => blink.Native_SVGPathSegCurvetoQuadraticAbs_y_Setter(t
his, value); |
| 4717 | 4718 |
| 4718 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') | 4719 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
| 4719 @DocsEditable() | 4720 @DocsEditable() |
| 4720 num get y1 native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; | 4721 num get y1 => blink.Native_SVGPathSegCurvetoQuadraticAbs_y1_Getter(this); |
| 4721 | 4722 |
| 4722 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') | 4723 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
| 4723 @DocsEditable() | 4724 @DocsEditable() |
| 4724 void set y1(num value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter"; | 4725 void set y1(num value) => blink.Native_SVGPathSegCurvetoQuadraticAbs_y1_Setter
(this, value); |
| 4725 | 4726 |
| 4726 } | 4727 } |
| 4727 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4728 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4728 // for details. All rights reserved. Use of this source code is governed by a | 4729 // for details. All rights reserved. Use of this source code is governed by a |
| 4729 // BSD-style license that can be found in the LICENSE file. | 4730 // BSD-style license that can be found in the LICENSE file. |
| 4730 | 4731 |
| 4731 // WARNING: Do not edit - generated code. | 4732 // WARNING: Do not edit - generated code. |
| 4732 | 4733 |
| 4733 | 4734 |
| 4734 @DocsEditable() | 4735 @DocsEditable() |
| 4735 @DomName('SVGPathSegCurvetoQuadraticRel') | 4736 @DomName('SVGPathSegCurvetoQuadraticRel') |
| 4736 @Unstable() | 4737 @Unstable() |
| 4737 class PathSegCurvetoQuadraticRel extends PathSeg { | 4738 class PathSegCurvetoQuadraticRel extends PathSeg { |
| 4738 // To suppress missing implicit constructor warnings. | 4739 // To suppress missing implicit constructor warnings. |
| 4739 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo
rted"); } | 4740 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo
rted"); } |
| 4740 | 4741 |
| 4741 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4742 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 4742 @DocsEditable() | 4743 @DocsEditable() |
| 4743 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; | 4744 num get x => blink.Native_SVGPathSegCurvetoQuadraticRel_x_Getter(this); |
| 4744 | 4745 |
| 4745 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4746 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 4746 @DocsEditable() | 4747 @DocsEditable() |
| 4747 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; | 4748 void set x(num value) => blink.Native_SVGPathSegCurvetoQuadraticRel_x_Setter(t
his, value); |
| 4748 | 4749 |
| 4749 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 4750 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 4750 @DocsEditable() | 4751 @DocsEditable() |
| 4751 num get x1 native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; | 4752 num get x1 => blink.Native_SVGPathSegCurvetoQuadraticRel_x1_Getter(this); |
| 4752 | 4753 |
| 4753 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 4754 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 4754 @DocsEditable() | 4755 @DocsEditable() |
| 4755 void set x1(num value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter"; | 4756 void set x1(num value) => blink.Native_SVGPathSegCurvetoQuadraticRel_x1_Setter
(this, value); |
| 4756 | 4757 |
| 4757 @DomName('SVGPathSegCurvetoQuadraticRel.y') | 4758 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
| 4758 @DocsEditable() | 4759 @DocsEditable() |
| 4759 num get y native "SVGPathSegCurvetoQuadraticRel_y_Getter"; | 4760 num get y => blink.Native_SVGPathSegCurvetoQuadraticRel_y_Getter(this); |
| 4760 | 4761 |
| 4761 @DomName('SVGPathSegCurvetoQuadraticRel.y') | 4762 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
| 4762 @DocsEditable() | 4763 @DocsEditable() |
| 4763 void set y(num value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; | 4764 void set y(num value) => blink.Native_SVGPathSegCurvetoQuadraticRel_y_Setter(t
his, value); |
| 4764 | 4765 |
| 4765 @DomName('SVGPathSegCurvetoQuadraticRel.y1') | 4766 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
| 4766 @DocsEditable() | 4767 @DocsEditable() |
| 4767 num get y1 native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; | 4768 num get y1 => blink.Native_SVGPathSegCurvetoQuadraticRel_y1_Getter(this); |
| 4768 | 4769 |
| 4769 @DomName('SVGPathSegCurvetoQuadraticRel.y1') | 4770 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
| 4770 @DocsEditable() | 4771 @DocsEditable() |
| 4771 void set y1(num value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter"; | 4772 void set y1(num value) => blink.Native_SVGPathSegCurvetoQuadraticRel_y1_Setter
(this, value); |
| 4772 | 4773 |
| 4773 } | 4774 } |
| 4774 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4775 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4775 // for details. All rights reserved. Use of this source code is governed by a | 4776 // for details. All rights reserved. Use of this source code is governed by a |
| 4776 // BSD-style license that can be found in the LICENSE file. | 4777 // BSD-style license that can be found in the LICENSE file. |
| 4777 | 4778 |
| 4778 // WARNING: Do not edit - generated code. | 4779 // WARNING: Do not edit - generated code. |
| 4779 | 4780 |
| 4780 | 4781 |
| 4781 @DocsEditable() | 4782 @DocsEditable() |
| 4782 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') | 4783 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') |
| 4783 @Unstable() | 4784 @Unstable() |
| 4784 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { | 4785 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
| 4785 // To suppress missing implicit constructor warnings. | 4786 // To suppress missing implicit constructor warnings. |
| 4786 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not
supported"); } | 4787 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not
supported"); } |
| 4787 | 4788 |
| 4788 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4789 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 4789 @DocsEditable() | 4790 @DocsEditable() |
| 4790 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; | 4791 num get x => blink.Native_SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter(this); |
| 4791 | 4792 |
| 4792 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4793 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 4793 @DocsEditable() | 4794 @DocsEditable() |
| 4794 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; | 4795 void set x(num value) => blink.Native_SVGPathSegCurvetoQuadraticSmoothAbs_x_Se
tter(this, value); |
| 4795 | 4796 |
| 4796 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4797 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 4797 @DocsEditable() | 4798 @DocsEditable() |
| 4798 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; | 4799 num get y => blink.Native_SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter(this); |
| 4799 | 4800 |
| 4800 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4801 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 4801 @DocsEditable() | 4802 @DocsEditable() |
| 4802 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; | 4803 void set y(num value) => blink.Native_SVGPathSegCurvetoQuadraticSmoothAbs_y_Se
tter(this, value); |
| 4803 | 4804 |
| 4804 } | 4805 } |
| 4805 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4806 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4806 // for details. All rights reserved. Use of this source code is governed by a | 4807 // for details. All rights reserved. Use of this source code is governed by a |
| 4807 // BSD-style license that can be found in the LICENSE file. | 4808 // BSD-style license that can be found in the LICENSE file. |
| 4808 | 4809 |
| 4809 // WARNING: Do not edit - generated code. | 4810 // WARNING: Do not edit - generated code. |
| 4810 | 4811 |
| 4811 | 4812 |
| 4812 @DocsEditable() | 4813 @DocsEditable() |
| 4813 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') | 4814 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') |
| 4814 @Unstable() | 4815 @Unstable() |
| 4815 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { | 4816 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
| 4816 // To suppress missing implicit constructor warnings. | 4817 // To suppress missing implicit constructor warnings. |
| 4817 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not
supported"); } | 4818 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not
supported"); } |
| 4818 | 4819 |
| 4819 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4820 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 4820 @DocsEditable() | 4821 @DocsEditable() |
| 4821 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; | 4822 num get x => blink.Native_SVGPathSegCurvetoQuadraticSmoothRel_x_Getter(this); |
| 4822 | 4823 |
| 4823 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4824 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 4824 @DocsEditable() | 4825 @DocsEditable() |
| 4825 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; | 4826 void set x(num value) => blink.Native_SVGPathSegCurvetoQuadraticSmoothRel_x_Se
tter(this, value); |
| 4826 | 4827 |
| 4827 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4828 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 4828 @DocsEditable() | 4829 @DocsEditable() |
| 4829 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; | 4830 num get y => blink.Native_SVGPathSegCurvetoQuadraticSmoothRel_y_Getter(this); |
| 4830 | 4831 |
| 4831 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4832 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 4832 @DocsEditable() | 4833 @DocsEditable() |
| 4833 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; | 4834 void set y(num value) => blink.Native_SVGPathSegCurvetoQuadraticSmoothRel_y_Se
tter(this, value); |
| 4834 | 4835 |
| 4835 } | 4836 } |
| 4836 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4837 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4837 // for details. All rights reserved. Use of this source code is governed by a | 4838 // for details. All rights reserved. Use of this source code is governed by a |
| 4838 // BSD-style license that can be found in the LICENSE file. | 4839 // BSD-style license that can be found in the LICENSE file. |
| 4839 | 4840 |
| 4840 // WARNING: Do not edit - generated code. | 4841 // WARNING: Do not edit - generated code. |
| 4841 | 4842 |
| 4842 | 4843 |
| 4843 @DocsEditable() | 4844 @DocsEditable() |
| 4844 @DomName('SVGPathSegLinetoAbs') | 4845 @DomName('SVGPathSegLinetoAbs') |
| 4845 @Unstable() | 4846 @Unstable() |
| 4846 class PathSegLinetoAbs extends PathSeg { | 4847 class PathSegLinetoAbs extends PathSeg { |
| 4847 // To suppress missing implicit constructor warnings. | 4848 // To suppress missing implicit constructor warnings. |
| 4848 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } | 4849 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } |
| 4849 | 4850 |
| 4850 @DomName('SVGPathSegLinetoAbs.x') | 4851 @DomName('SVGPathSegLinetoAbs.x') |
| 4851 @DocsEditable() | 4852 @DocsEditable() |
| 4852 num get x native "SVGPathSegLinetoAbs_x_Getter"; | 4853 num get x => blink.Native_SVGPathSegLinetoAbs_x_Getter(this); |
| 4853 | 4854 |
| 4854 @DomName('SVGPathSegLinetoAbs.x') | 4855 @DomName('SVGPathSegLinetoAbs.x') |
| 4855 @DocsEditable() | 4856 @DocsEditable() |
| 4856 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; | 4857 void set x(num value) => blink.Native_SVGPathSegLinetoAbs_x_Setter(this, value
); |
| 4857 | 4858 |
| 4858 @DomName('SVGPathSegLinetoAbs.y') | 4859 @DomName('SVGPathSegLinetoAbs.y') |
| 4859 @DocsEditable() | 4860 @DocsEditable() |
| 4860 num get y native "SVGPathSegLinetoAbs_y_Getter"; | 4861 num get y => blink.Native_SVGPathSegLinetoAbs_y_Getter(this); |
| 4861 | 4862 |
| 4862 @DomName('SVGPathSegLinetoAbs.y') | 4863 @DomName('SVGPathSegLinetoAbs.y') |
| 4863 @DocsEditable() | 4864 @DocsEditable() |
| 4864 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; | 4865 void set y(num value) => blink.Native_SVGPathSegLinetoAbs_y_Setter(this, value
); |
| 4865 | 4866 |
| 4866 } | 4867 } |
| 4867 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4868 // for details. All rights reserved. Use of this source code is governed by a | 4869 // for details. All rights reserved. Use of this source code is governed by a |
| 4869 // BSD-style license that can be found in the LICENSE file. | 4870 // BSD-style license that can be found in the LICENSE file. |
| 4870 | 4871 |
| 4871 // WARNING: Do not edit - generated code. | 4872 // WARNING: Do not edit - generated code. |
| 4872 | 4873 |
| 4873 | 4874 |
| 4874 @DocsEditable() | 4875 @DocsEditable() |
| 4875 @DomName('SVGPathSegLinetoHorizontalAbs') | 4876 @DomName('SVGPathSegLinetoHorizontalAbs') |
| 4876 @Unstable() | 4877 @Unstable() |
| 4877 class PathSegLinetoHorizontalAbs extends PathSeg { | 4878 class PathSegLinetoHorizontalAbs extends PathSeg { |
| 4878 // To suppress missing implicit constructor warnings. | 4879 // To suppress missing implicit constructor warnings. |
| 4879 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo
rted"); } | 4880 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo
rted"); } |
| 4880 | 4881 |
| 4881 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4882 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 4882 @DocsEditable() | 4883 @DocsEditable() |
| 4883 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; | 4884 num get x => blink.Native_SVGPathSegLinetoHorizontalAbs_x_Getter(this); |
| 4884 | 4885 |
| 4885 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4886 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 4886 @DocsEditable() | 4887 @DocsEditable() |
| 4887 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; | 4888 void set x(num value) => blink.Native_SVGPathSegLinetoHorizontalAbs_x_Setter(t
his, value); |
| 4888 | 4889 |
| 4889 } | 4890 } |
| 4890 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4891 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4891 // for details. All rights reserved. Use of this source code is governed by a | 4892 // for details. All rights reserved. Use of this source code is governed by a |
| 4892 // BSD-style license that can be found in the LICENSE file. | 4893 // BSD-style license that can be found in the LICENSE file. |
| 4893 | 4894 |
| 4894 // WARNING: Do not edit - generated code. | 4895 // WARNING: Do not edit - generated code. |
| 4895 | 4896 |
| 4896 | 4897 |
| 4897 @DocsEditable() | 4898 @DocsEditable() |
| 4898 @DomName('SVGPathSegLinetoHorizontalRel') | 4899 @DomName('SVGPathSegLinetoHorizontalRel') |
| 4899 @Unstable() | 4900 @Unstable() |
| 4900 class PathSegLinetoHorizontalRel extends PathSeg { | 4901 class PathSegLinetoHorizontalRel extends PathSeg { |
| 4901 // To suppress missing implicit constructor warnings. | 4902 // To suppress missing implicit constructor warnings. |
| 4902 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo
rted"); } | 4903 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo
rted"); } |
| 4903 | 4904 |
| 4904 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4905 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 4905 @DocsEditable() | 4906 @DocsEditable() |
| 4906 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; | 4907 num get x => blink.Native_SVGPathSegLinetoHorizontalRel_x_Getter(this); |
| 4907 | 4908 |
| 4908 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4909 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 4909 @DocsEditable() | 4910 @DocsEditable() |
| 4910 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; | 4911 void set x(num value) => blink.Native_SVGPathSegLinetoHorizontalRel_x_Setter(t
his, value); |
| 4911 | 4912 |
| 4912 } | 4913 } |
| 4913 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4914 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4914 // for details. All rights reserved. Use of this source code is governed by a | 4915 // for details. All rights reserved. Use of this source code is governed by a |
| 4915 // BSD-style license that can be found in the LICENSE file. | 4916 // BSD-style license that can be found in the LICENSE file. |
| 4916 | 4917 |
| 4917 // WARNING: Do not edit - generated code. | 4918 // WARNING: Do not edit - generated code. |
| 4918 | 4919 |
| 4919 | 4920 |
| 4920 @DocsEditable() | 4921 @DocsEditable() |
| 4921 @DomName('SVGPathSegLinetoRel') | 4922 @DomName('SVGPathSegLinetoRel') |
| 4922 @Unstable() | 4923 @Unstable() |
| 4923 class PathSegLinetoRel extends PathSeg { | 4924 class PathSegLinetoRel extends PathSeg { |
| 4924 // To suppress missing implicit constructor warnings. | 4925 // To suppress missing implicit constructor warnings. |
| 4925 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } | 4926 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } |
| 4926 | 4927 |
| 4927 @DomName('SVGPathSegLinetoRel.x') | 4928 @DomName('SVGPathSegLinetoRel.x') |
| 4928 @DocsEditable() | 4929 @DocsEditable() |
| 4929 num get x native "SVGPathSegLinetoRel_x_Getter"; | 4930 num get x => blink.Native_SVGPathSegLinetoRel_x_Getter(this); |
| 4930 | 4931 |
| 4931 @DomName('SVGPathSegLinetoRel.x') | 4932 @DomName('SVGPathSegLinetoRel.x') |
| 4932 @DocsEditable() | 4933 @DocsEditable() |
| 4933 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; | 4934 void set x(num value) => blink.Native_SVGPathSegLinetoRel_x_Setter(this, value
); |
| 4934 | 4935 |
| 4935 @DomName('SVGPathSegLinetoRel.y') | 4936 @DomName('SVGPathSegLinetoRel.y') |
| 4936 @DocsEditable() | 4937 @DocsEditable() |
| 4937 num get y native "SVGPathSegLinetoRel_y_Getter"; | 4938 num get y => blink.Native_SVGPathSegLinetoRel_y_Getter(this); |
| 4938 | 4939 |
| 4939 @DomName('SVGPathSegLinetoRel.y') | 4940 @DomName('SVGPathSegLinetoRel.y') |
| 4940 @DocsEditable() | 4941 @DocsEditable() |
| 4941 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; | 4942 void set y(num value) => blink.Native_SVGPathSegLinetoRel_y_Setter(this, value
); |
| 4942 | 4943 |
| 4943 } | 4944 } |
| 4944 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4945 // for details. All rights reserved. Use of this source code is governed by a | 4946 // for details. All rights reserved. Use of this source code is governed by a |
| 4946 // BSD-style license that can be found in the LICENSE file. | 4947 // BSD-style license that can be found in the LICENSE file. |
| 4947 | 4948 |
| 4948 // WARNING: Do not edit - generated code. | 4949 // WARNING: Do not edit - generated code. |
| 4949 | 4950 |
| 4950 | 4951 |
| 4951 @DocsEditable() | 4952 @DocsEditable() |
| 4952 @DomName('SVGPathSegLinetoVerticalAbs') | 4953 @DomName('SVGPathSegLinetoVerticalAbs') |
| 4953 @Unstable() | 4954 @Unstable() |
| 4954 class PathSegLinetoVerticalAbs extends PathSeg { | 4955 class PathSegLinetoVerticalAbs extends PathSeg { |
| 4955 // To suppress missing implicit constructor warnings. | 4956 // To suppress missing implicit constructor warnings. |
| 4956 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support
ed"); } | 4957 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support
ed"); } |
| 4957 | 4958 |
| 4958 @DomName('SVGPathSegLinetoVerticalAbs.y') | 4959 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 4959 @DocsEditable() | 4960 @DocsEditable() |
| 4960 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; | 4961 num get y => blink.Native_SVGPathSegLinetoVerticalAbs_y_Getter(this); |
| 4961 | 4962 |
| 4962 @DomName('SVGPathSegLinetoVerticalAbs.y') | 4963 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 4963 @DocsEditable() | 4964 @DocsEditable() |
| 4964 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; | 4965 void set y(num value) => blink.Native_SVGPathSegLinetoVerticalAbs_y_Setter(thi
s, value); |
| 4965 | 4966 |
| 4966 } | 4967 } |
| 4967 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4968 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4968 // for details. All rights reserved. Use of this source code is governed by a | 4969 // for details. All rights reserved. Use of this source code is governed by a |
| 4969 // BSD-style license that can be found in the LICENSE file. | 4970 // BSD-style license that can be found in the LICENSE file. |
| 4970 | 4971 |
| 4971 // WARNING: Do not edit - generated code. | 4972 // WARNING: Do not edit - generated code. |
| 4972 | 4973 |
| 4973 | 4974 |
| 4974 @DocsEditable() | 4975 @DocsEditable() |
| 4975 @DomName('SVGPathSegLinetoVerticalRel') | 4976 @DomName('SVGPathSegLinetoVerticalRel') |
| 4976 @Unstable() | 4977 @Unstable() |
| 4977 class PathSegLinetoVerticalRel extends PathSeg { | 4978 class PathSegLinetoVerticalRel extends PathSeg { |
| 4978 // To suppress missing implicit constructor warnings. | 4979 // To suppress missing implicit constructor warnings. |
| 4979 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support
ed"); } | 4980 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support
ed"); } |
| 4980 | 4981 |
| 4981 @DomName('SVGPathSegLinetoVerticalRel.y') | 4982 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 4982 @DocsEditable() | 4983 @DocsEditable() |
| 4983 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; | 4984 num get y => blink.Native_SVGPathSegLinetoVerticalRel_y_Getter(this); |
| 4984 | 4985 |
| 4985 @DomName('SVGPathSegLinetoVerticalRel.y') | 4986 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 4986 @DocsEditable() | 4987 @DocsEditable() |
| 4987 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; | 4988 void set y(num value) => blink.Native_SVGPathSegLinetoVerticalRel_y_Setter(thi
s, value); |
| 4988 | 4989 |
| 4989 } | 4990 } |
| 4990 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4991 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4991 // for details. All rights reserved. Use of this source code is governed by a | 4992 // for details. All rights reserved. Use of this source code is governed by a |
| 4992 // BSD-style license that can be found in the LICENSE file. | 4993 // BSD-style license that can be found in the LICENSE file. |
| 4993 | 4994 |
| 4994 // WARNING: Do not edit - generated code. | 4995 // WARNING: Do not edit - generated code. |
| 4995 | 4996 |
| 4996 | 4997 |
| 4997 @DocsEditable() | 4998 @DocsEditable() |
| 4998 @DomName('SVGPathSegList') | 4999 @DomName('SVGPathSegList') |
| 4999 @Unstable() | 5000 @Unstable() |
| 5000 class PathSegList extends NativeFieldWrapperClass2 with ListMixin<PathSeg>, Immu
tableListMixin<PathSeg> implements List<PathSeg> { | 5001 class PathSegList extends NativeFieldWrapperClass2 with ListMixin<PathSeg>, Immu
tableListMixin<PathSeg> implements List<PathSeg> { |
| 5001 // To suppress missing implicit constructor warnings. | 5002 // To suppress missing implicit constructor warnings. |
| 5002 factory PathSegList._() { throw new UnsupportedError("Not supported"); } | 5003 factory PathSegList._() { throw new UnsupportedError("Not supported"); } |
| 5003 | 5004 |
| 5004 @DomName('SVGPathSegList.numberOfItems') | 5005 @DomName('SVGPathSegList.numberOfItems') |
| 5005 @DocsEditable() | 5006 @DocsEditable() |
| 5006 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; | 5007 int get numberOfItems => blink.Native_SVGPathSegList_numberOfItems_Getter(this
); |
| 5007 | 5008 |
| 5008 PathSeg operator[](int index) { | 5009 PathSeg operator[](int index) { |
| 5009 if (index < 0 || index >= length) | 5010 if (index < 0 || index >= length) |
| 5010 throw new RangeError.range(index, 0, length); | 5011 throw new RangeError.range(index, 0, length); |
| 5011 return getItem(index); | 5012 return getItem(index); |
| 5012 } | 5013 } |
| 5013 | 5014 |
| 5014 void operator[]=(int index, PathSeg value) { | 5015 void operator[]=(int index, PathSeg value) { |
| 5015 throw new UnsupportedError("Cannot assign element of immutable List."); | 5016 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 5016 } | 5017 } |
| (...skipping 29 matching lines...) Expand all Loading... |
| 5046 } | 5047 } |
| 5047 if (len == 0) throw new StateError("No elements"); | 5048 if (len == 0) throw new StateError("No elements"); |
| 5048 throw new StateError("More than one element"); | 5049 throw new StateError("More than one element"); |
| 5049 } | 5050 } |
| 5050 | 5051 |
| 5051 PathSeg elementAt(int index) => this[index]; | 5052 PathSeg elementAt(int index) => this[index]; |
| 5052 // -- end List<PathSeg> mixins. | 5053 // -- end List<PathSeg> mixins. |
| 5053 | 5054 |
| 5054 @DomName('SVGPathSegList.appendItem') | 5055 @DomName('SVGPathSegList.appendItem') |
| 5055 @DocsEditable() | 5056 @DocsEditable() |
| 5056 PathSeg appendItem(PathSeg newItem) native "SVGPathSegList_appendItem_Callback
"; | 5057 PathSeg appendItem(PathSeg newItem) => blink.Native_SVGPathSegList_appendItem_
Callback(this, newItem); |
| 5057 | 5058 |
| 5058 @DomName('SVGPathSegList.clear') | 5059 @DomName('SVGPathSegList.clear') |
| 5059 @DocsEditable() | 5060 @DocsEditable() |
| 5060 void clear() native "SVGPathSegList_clear_Callback"; | 5061 void clear() => blink.Native_SVGPathSegList_clear_Callback(this); |
| 5061 | 5062 |
| 5062 @DomName('SVGPathSegList.getItem') | 5063 @DomName('SVGPathSegList.getItem') |
| 5063 @DocsEditable() | 5064 @DocsEditable() |
| 5064 PathSeg getItem(int index) native "SVGPathSegList_getItem_Callback"; | 5065 PathSeg getItem(int index) => blink.Native_SVGPathSegList_getItem_Callback(thi
s, index); |
| 5065 | 5066 |
| 5066 @DomName('SVGPathSegList.initialize') | 5067 @DomName('SVGPathSegList.initialize') |
| 5067 @DocsEditable() | 5068 @DocsEditable() |
| 5068 PathSeg initialize(PathSeg newItem) native "SVGPathSegList_initialize_Callback
"; | 5069 PathSeg initialize(PathSeg newItem) => blink.Native_SVGPathSegList_initialize_
Callback(this, newItem); |
| 5069 | 5070 |
| 5070 @DomName('SVGPathSegList.insertItemBefore') | 5071 @DomName('SVGPathSegList.insertItemBefore') |
| 5071 @DocsEditable() | 5072 @DocsEditable() |
| 5072 PathSeg insertItemBefore(PathSeg newItem, int index) native "SVGPathSegList_in
sertItemBefore_Callback"; | 5073 PathSeg insertItemBefore(PathSeg newItem, int index) => blink.Native_SVGPathSe
gList_insertItemBefore_Callback(this, newItem, index); |
| 5073 | 5074 |
| 5074 @DomName('SVGPathSegList.removeItem') | 5075 @DomName('SVGPathSegList.removeItem') |
| 5075 @DocsEditable() | 5076 @DocsEditable() |
| 5076 PathSeg removeItem(int index) native "SVGPathSegList_removeItem_Callback"; | 5077 PathSeg removeItem(int index) => blink.Native_SVGPathSegList_removeItem_Callba
ck(this, index); |
| 5077 | 5078 |
| 5078 @DomName('SVGPathSegList.replaceItem') | 5079 @DomName('SVGPathSegList.replaceItem') |
| 5079 @DocsEditable() | 5080 @DocsEditable() |
| 5080 PathSeg replaceItem(PathSeg newItem, int index) native "SVGPathSegList_replace
Item_Callback"; | 5081 PathSeg replaceItem(PathSeg newItem, int index) => blink.Native_SVGPathSegList
_replaceItem_Callback(this, newItem, index); |
| 5081 | 5082 |
| 5082 } | 5083 } |
| 5083 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5084 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5084 // for details. All rights reserved. Use of this source code is governed by a | 5085 // for details. All rights reserved. Use of this source code is governed by a |
| 5085 // BSD-style license that can be found in the LICENSE file. | 5086 // BSD-style license that can be found in the LICENSE file. |
| 5086 | 5087 |
| 5087 // WARNING: Do not edit - generated code. | 5088 // WARNING: Do not edit - generated code. |
| 5088 | 5089 |
| 5089 | 5090 |
| 5090 @DocsEditable() | 5091 @DocsEditable() |
| 5091 @DomName('SVGPathSegMovetoAbs') | 5092 @DomName('SVGPathSegMovetoAbs') |
| 5092 @Unstable() | 5093 @Unstable() |
| 5093 class PathSegMovetoAbs extends PathSeg { | 5094 class PathSegMovetoAbs extends PathSeg { |
| 5094 // To suppress missing implicit constructor warnings. | 5095 // To suppress missing implicit constructor warnings. |
| 5095 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } | 5096 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } |
| 5096 | 5097 |
| 5097 @DomName('SVGPathSegMovetoAbs.x') | 5098 @DomName('SVGPathSegMovetoAbs.x') |
| 5098 @DocsEditable() | 5099 @DocsEditable() |
| 5099 num get x native "SVGPathSegMovetoAbs_x_Getter"; | 5100 num get x => blink.Native_SVGPathSegMovetoAbs_x_Getter(this); |
| 5100 | 5101 |
| 5101 @DomName('SVGPathSegMovetoAbs.x') | 5102 @DomName('SVGPathSegMovetoAbs.x') |
| 5102 @DocsEditable() | 5103 @DocsEditable() |
| 5103 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; | 5104 void set x(num value) => blink.Native_SVGPathSegMovetoAbs_x_Setter(this, value
); |
| 5104 | 5105 |
| 5105 @DomName('SVGPathSegMovetoAbs.y') | 5106 @DomName('SVGPathSegMovetoAbs.y') |
| 5106 @DocsEditable() | 5107 @DocsEditable() |
| 5107 num get y native "SVGPathSegMovetoAbs_y_Getter"; | 5108 num get y => blink.Native_SVGPathSegMovetoAbs_y_Getter(this); |
| 5108 | 5109 |
| 5109 @DomName('SVGPathSegMovetoAbs.y') | 5110 @DomName('SVGPathSegMovetoAbs.y') |
| 5110 @DocsEditable() | 5111 @DocsEditable() |
| 5111 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; | 5112 void set y(num value) => blink.Native_SVGPathSegMovetoAbs_y_Setter(this, value
); |
| 5112 | 5113 |
| 5113 } | 5114 } |
| 5114 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5115 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5115 // for details. All rights reserved. Use of this source code is governed by a | 5116 // for details. All rights reserved. Use of this source code is governed by a |
| 5116 // BSD-style license that can be found in the LICENSE file. | 5117 // BSD-style license that can be found in the LICENSE file. |
| 5117 | 5118 |
| 5118 // WARNING: Do not edit - generated code. | 5119 // WARNING: Do not edit - generated code. |
| 5119 | 5120 |
| 5120 | 5121 |
| 5121 @DocsEditable() | 5122 @DocsEditable() |
| 5122 @DomName('SVGPathSegMovetoRel') | 5123 @DomName('SVGPathSegMovetoRel') |
| 5123 @Unstable() | 5124 @Unstable() |
| 5124 class PathSegMovetoRel extends PathSeg { | 5125 class PathSegMovetoRel extends PathSeg { |
| 5125 // To suppress missing implicit constructor warnings. | 5126 // To suppress missing implicit constructor warnings. |
| 5126 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } | 5127 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } |
| 5127 | 5128 |
| 5128 @DomName('SVGPathSegMovetoRel.x') | 5129 @DomName('SVGPathSegMovetoRel.x') |
| 5129 @DocsEditable() | 5130 @DocsEditable() |
| 5130 num get x native "SVGPathSegMovetoRel_x_Getter"; | 5131 num get x => blink.Native_SVGPathSegMovetoRel_x_Getter(this); |
| 5131 | 5132 |
| 5132 @DomName('SVGPathSegMovetoRel.x') | 5133 @DomName('SVGPathSegMovetoRel.x') |
| 5133 @DocsEditable() | 5134 @DocsEditable() |
| 5134 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; | 5135 void set x(num value) => blink.Native_SVGPathSegMovetoRel_x_Setter(this, value
); |
| 5135 | 5136 |
| 5136 @DomName('SVGPathSegMovetoRel.y') | 5137 @DomName('SVGPathSegMovetoRel.y') |
| 5137 @DocsEditable() | 5138 @DocsEditable() |
| 5138 num get y native "SVGPathSegMovetoRel_y_Getter"; | 5139 num get y => blink.Native_SVGPathSegMovetoRel_y_Getter(this); |
| 5139 | 5140 |
| 5140 @DomName('SVGPathSegMovetoRel.y') | 5141 @DomName('SVGPathSegMovetoRel.y') |
| 5141 @DocsEditable() | 5142 @DocsEditable() |
| 5142 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; | 5143 void set y(num value) => blink.Native_SVGPathSegMovetoRel_y_Setter(this, value
); |
| 5143 | 5144 |
| 5144 } | 5145 } |
| 5145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5146 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5146 // for details. All rights reserved. Use of this source code is governed by a | 5147 // for details. All rights reserved. Use of this source code is governed by a |
| 5147 // BSD-style license that can be found in the LICENSE file. | 5148 // BSD-style license that can be found in the LICENSE file. |
| 5148 | 5149 |
| 5149 // WARNING: Do not edit - generated code. | 5150 // WARNING: Do not edit - generated code. |
| 5150 | 5151 |
| 5151 | 5152 |
| 5152 @DocsEditable() | 5153 @DocsEditable() |
| 5153 @DomName('SVGPatternElement') | 5154 @DomName('SVGPatternElement') |
| 5154 @Unstable() | 5155 @Unstable() |
| 5155 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T
ests { | 5156 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T
ests { |
| 5156 // To suppress missing implicit constructor warnings. | 5157 // To suppress missing implicit constructor warnings. |
| 5157 factory PatternElement._() { throw new UnsupportedError("Not supported"); } | 5158 factory PatternElement._() { throw new UnsupportedError("Not supported"); } |
| 5158 | 5159 |
| 5159 @DomName('SVGPatternElement.SVGPatternElement') | 5160 @DomName('SVGPatternElement.SVGPatternElement') |
| 5160 @DocsEditable() | 5161 @DocsEditable() |
| 5161 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 5162 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); |
| 5162 /** | 5163 /** |
| 5163 * Constructor instantiated by the DOM when a custom element has been created. | 5164 * Constructor instantiated by the DOM when a custom element has been created. |
| 5164 * | 5165 * |
| 5165 * This can only be called by subclasses from their created constructor. | 5166 * This can only be called by subclasses from their created constructor. |
| 5166 */ | 5167 */ |
| 5167 PatternElement.created() : super.created(); | 5168 PatternElement.created() : super.created(); |
| 5168 | 5169 |
| 5169 @DomName('SVGPatternElement.height') | 5170 @DomName('SVGPatternElement.height') |
| 5170 @DocsEditable() | 5171 @DocsEditable() |
| 5171 AnimatedLength get height native "SVGPatternElement_height_Getter"; | 5172 AnimatedLength get height => blink.Native_SVGPatternElement_height_Getter(this
); |
| 5172 | 5173 |
| 5173 @DomName('SVGPatternElement.patternContentUnits') | 5174 @DomName('SVGPatternElement.patternContentUnits') |
| 5174 @DocsEditable() | 5175 @DocsEditable() |
| 5175 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC
ontentUnits_Getter"; | 5176 AnimatedEnumeration get patternContentUnits => blink.Native_SVGPatternElement_
patternContentUnits_Getter(this); |
| 5176 | 5177 |
| 5177 @DomName('SVGPatternElement.patternTransform') | 5178 @DomName('SVGPatternElement.patternTransform') |
| 5178 @DocsEditable() | 5179 @DocsEditable() |
| 5179 AnimatedTransformList get patternTransform native "SVGPatternElement_patternTr
ansform_Getter"; | 5180 AnimatedTransformList get patternTransform => blink.Native_SVGPatternElement_p
atternTransform_Getter(this); |
| 5180 | 5181 |
| 5181 @DomName('SVGPatternElement.patternUnits') | 5182 @DomName('SVGPatternElement.patternUnits') |
| 5182 @DocsEditable() | 5183 @DocsEditable() |
| 5183 AnimatedEnumeration get patternUnits native "SVGPatternElement_patternUnits_Ge
tter"; | 5184 AnimatedEnumeration get patternUnits => blink.Native_SVGPatternElement_pattern
Units_Getter(this); |
| 5184 | 5185 |
| 5185 @DomName('SVGPatternElement.width') | 5186 @DomName('SVGPatternElement.width') |
| 5186 @DocsEditable() | 5187 @DocsEditable() |
| 5187 AnimatedLength get width native "SVGPatternElement_width_Getter"; | 5188 AnimatedLength get width => blink.Native_SVGPatternElement_width_Getter(this); |
| 5188 | 5189 |
| 5189 @DomName('SVGPatternElement.x') | 5190 @DomName('SVGPatternElement.x') |
| 5190 @DocsEditable() | 5191 @DocsEditable() |
| 5191 AnimatedLength get x native "SVGPatternElement_x_Getter"; | 5192 AnimatedLength get x => blink.Native_SVGPatternElement_x_Getter(this); |
| 5192 | 5193 |
| 5193 @DomName('SVGPatternElement.y') | 5194 @DomName('SVGPatternElement.y') |
| 5194 @DocsEditable() | 5195 @DocsEditable() |
| 5195 AnimatedLength get y native "SVGPatternElement_y_Getter"; | 5196 AnimatedLength get y => blink.Native_SVGPatternElement_y_Getter(this); |
| 5196 | 5197 |
| 5197 @DomName('SVGPatternElement.preserveAspectRatio') | 5198 @DomName('SVGPatternElement.preserveAspectRatio') |
| 5198 @DocsEditable() | 5199 @DocsEditable() |
| 5199 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGPatternElement_
preserveAspectRatio_Getter"; | 5200 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGPattern
Element_preserveAspectRatio_Getter(this); |
| 5200 | 5201 |
| 5201 @DomName('SVGPatternElement.viewBox') | 5202 @DomName('SVGPatternElement.viewBox') |
| 5202 @DocsEditable() | 5203 @DocsEditable() |
| 5203 AnimatedRect get viewBox native "SVGPatternElement_viewBox_Getter"; | 5204 AnimatedRect get viewBox => blink.Native_SVGPatternElement_viewBox_Getter(this
); |
| 5204 | 5205 |
| 5205 @DomName('SVGPatternElement.requiredExtensions') | 5206 @DomName('SVGPatternElement.requiredExtensions') |
| 5206 @DocsEditable() | 5207 @DocsEditable() |
| 5207 StringList get requiredExtensions native "SVGPatternElement_requiredExtensions
_Getter"; | 5208 StringList get requiredExtensions => blink.Native_SVGPatternElement_requiredEx
tensions_Getter(this); |
| 5208 | 5209 |
| 5209 @DomName('SVGPatternElement.requiredFeatures') | 5210 @DomName('SVGPatternElement.requiredFeatures') |
| 5210 @DocsEditable() | 5211 @DocsEditable() |
| 5211 StringList get requiredFeatures native "SVGPatternElement_requiredFeatures_Get
ter"; | 5212 StringList get requiredFeatures => blink.Native_SVGPatternElement_requiredFeat
ures_Getter(this); |
| 5212 | 5213 |
| 5213 @DomName('SVGPatternElement.systemLanguage') | 5214 @DomName('SVGPatternElement.systemLanguage') |
| 5214 @DocsEditable() | 5215 @DocsEditable() |
| 5215 StringList get systemLanguage native "SVGPatternElement_systemLanguage_Getter"
; | 5216 StringList get systemLanguage => blink.Native_SVGPatternElement_systemLanguage
_Getter(this); |
| 5216 | 5217 |
| 5217 @DomName('SVGPatternElement.hasExtension') | 5218 @DomName('SVGPatternElement.hasExtension') |
| 5218 @DocsEditable() | 5219 @DocsEditable() |
| 5219 bool hasExtension(String extension) native "SVGPatternElement_hasExtension_Cal
lback"; | 5220 bool hasExtension(String extension) => blink.Native_SVGPatternElement_hasExten
sion_Callback(this, extension); |
| 5220 | 5221 |
| 5221 @DomName('SVGPatternElement.href') | 5222 @DomName('SVGPatternElement.href') |
| 5222 @DocsEditable() | 5223 @DocsEditable() |
| 5223 AnimatedString get href native "SVGPatternElement_href_Getter"; | 5224 AnimatedString get href => blink.Native_SVGPatternElement_href_Getter(this); |
| 5224 | 5225 |
| 5225 } | 5226 } |
| 5226 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5227 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5227 // for details. All rights reserved. Use of this source code is governed by a | 5228 // for details. All rights reserved. Use of this source code is governed by a |
| 5228 // BSD-style license that can be found in the LICENSE file. | 5229 // BSD-style license that can be found in the LICENSE file. |
| 5229 | 5230 |
| 5230 // WARNING: Do not edit - generated code. | 5231 // WARNING: Do not edit - generated code. |
| 5231 | 5232 |
| 5232 | 5233 |
| 5233 @DocsEditable() | 5234 @DocsEditable() |
| 5234 @DomName('SVGPoint') | 5235 @DomName('SVGPoint') |
| 5235 @Unstable() | 5236 @Unstable() |
| 5236 class Point extends NativeFieldWrapperClass2 { | 5237 class Point extends NativeFieldWrapperClass2 { |
| 5237 // To suppress missing implicit constructor warnings. | 5238 // To suppress missing implicit constructor warnings. |
| 5238 factory Point._() { throw new UnsupportedError("Not supported"); } | 5239 factory Point._() { throw new UnsupportedError("Not supported"); } |
| 5239 | 5240 |
| 5240 @DomName('SVGPoint.x') | 5241 @DomName('SVGPoint.x') |
| 5241 @DocsEditable() | 5242 @DocsEditable() |
| 5242 num get x native "SVGPoint_x_Getter"; | 5243 num get x => blink.Native_SVGPoint_x_Getter(this); |
| 5243 | 5244 |
| 5244 @DomName('SVGPoint.x') | 5245 @DomName('SVGPoint.x') |
| 5245 @DocsEditable() | 5246 @DocsEditable() |
| 5246 void set x(num value) native "SVGPoint_x_Setter"; | 5247 void set x(num value) => blink.Native_SVGPoint_x_Setter(this, value); |
| 5247 | 5248 |
| 5248 @DomName('SVGPoint.y') | 5249 @DomName('SVGPoint.y') |
| 5249 @DocsEditable() | 5250 @DocsEditable() |
| 5250 num get y native "SVGPoint_y_Getter"; | 5251 num get y => blink.Native_SVGPoint_y_Getter(this); |
| 5251 | 5252 |
| 5252 @DomName('SVGPoint.y') | 5253 @DomName('SVGPoint.y') |
| 5253 @DocsEditable() | 5254 @DocsEditable() |
| 5254 void set y(num value) native "SVGPoint_y_Setter"; | 5255 void set y(num value) => blink.Native_SVGPoint_y_Setter(this, value); |
| 5255 | 5256 |
| 5256 @DomName('SVGPoint.matrixTransform') | 5257 @DomName('SVGPoint.matrixTransform') |
| 5257 @DocsEditable() | 5258 @DocsEditable() |
| 5258 Point matrixTransform(Matrix matrix) native "SVGPoint_matrixTransform_Callback
"; | 5259 Point matrixTransform(Matrix matrix) => blink.Native_SVGPoint_matrixTransform_
Callback(this, matrix); |
| 5259 | 5260 |
| 5260 } | 5261 } |
| 5261 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5262 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5262 // for details. All rights reserved. Use of this source code is governed by a | 5263 // for details. All rights reserved. Use of this source code is governed by a |
| 5263 // BSD-style license that can be found in the LICENSE file. | 5264 // BSD-style license that can be found in the LICENSE file. |
| 5264 | 5265 |
| 5265 // WARNING: Do not edit - generated code. | 5266 // WARNING: Do not edit - generated code. |
| 5266 | 5267 |
| 5267 | 5268 |
| 5268 @DocsEditable() | 5269 @DocsEditable() |
| 5269 @DomName('SVGPointList') | 5270 @DomName('SVGPointList') |
| 5270 @Unstable() | 5271 @Unstable() |
| 5271 class PointList extends NativeFieldWrapperClass2 { | 5272 class PointList extends NativeFieldWrapperClass2 { |
| 5272 // To suppress missing implicit constructor warnings. | 5273 // To suppress missing implicit constructor warnings. |
| 5273 factory PointList._() { throw new UnsupportedError("Not supported"); } | 5274 factory PointList._() { throw new UnsupportedError("Not supported"); } |
| 5274 | 5275 |
| 5275 @DomName('SVGPointList.numberOfItems') | 5276 @DomName('SVGPointList.numberOfItems') |
| 5276 @DocsEditable() | 5277 @DocsEditable() |
| 5277 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; | 5278 int get numberOfItems => blink.Native_SVGPointList_numberOfItems_Getter(this); |
| 5278 | 5279 |
| 5279 @DomName('SVGPointList.appendItem') | 5280 @DomName('SVGPointList.appendItem') |
| 5280 @DocsEditable() | 5281 @DocsEditable() |
| 5281 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; | 5282 Point appendItem(Point item) => blink.Native_SVGPointList_appendItem_Callback(
this, item); |
| 5282 | 5283 |
| 5283 @DomName('SVGPointList.clear') | 5284 @DomName('SVGPointList.clear') |
| 5284 @DocsEditable() | 5285 @DocsEditable() |
| 5285 void clear() native "SVGPointList_clear_Callback"; | 5286 void clear() => blink.Native_SVGPointList_clear_Callback(this); |
| 5286 | 5287 |
| 5287 @DomName('SVGPointList.getItem') | 5288 @DomName('SVGPointList.getItem') |
| 5288 @DocsEditable() | 5289 @DocsEditable() |
| 5289 Point getItem(int index) native "SVGPointList_getItem_Callback"; | 5290 Point getItem(int index) => blink.Native_SVGPointList_getItem_Callback(this, i
ndex); |
| 5290 | 5291 |
| 5291 @DomName('SVGPointList.initialize') | 5292 @DomName('SVGPointList.initialize') |
| 5292 @DocsEditable() | 5293 @DocsEditable() |
| 5293 Point initialize(Point item) native "SVGPointList_initialize_Callback"; | 5294 Point initialize(Point item) => blink.Native_SVGPointList_initialize_Callback(
this, item); |
| 5294 | 5295 |
| 5295 @DomName('SVGPointList.insertItemBefore') | 5296 @DomName('SVGPointList.insertItemBefore') |
| 5296 @DocsEditable() | 5297 @DocsEditable() |
| 5297 Point insertItemBefore(Point item, int index) native "SVGPointList_insertItemB
efore_Callback"; | 5298 Point insertItemBefore(Point item, int index) => blink.Native_SVGPointList_ins
ertItemBefore_Callback(this, item, index); |
| 5298 | 5299 |
| 5299 @DomName('SVGPointList.removeItem') | 5300 @DomName('SVGPointList.removeItem') |
| 5300 @DocsEditable() | 5301 @DocsEditable() |
| 5301 Point removeItem(int index) native "SVGPointList_removeItem_Callback"; | 5302 Point removeItem(int index) => blink.Native_SVGPointList_removeItem_Callback(t
his, index); |
| 5302 | 5303 |
| 5303 @DomName('SVGPointList.replaceItem') | 5304 @DomName('SVGPointList.replaceItem') |
| 5304 @DocsEditable() | 5305 @DocsEditable() |
| 5305 Point replaceItem(Point item, int index) native "SVGPointList_replaceItem_Call
back"; | 5306 Point replaceItem(Point item, int index) => blink.Native_SVGPointList_replaceI
tem_Callback(this, item, index); |
| 5306 | 5307 |
| 5307 } | 5308 } |
| 5308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5309 // for details. All rights reserved. Use of this source code is governed by a | 5310 // for details. All rights reserved. Use of this source code is governed by a |
| 5310 // BSD-style license that can be found in the LICENSE file. | 5311 // BSD-style license that can be found in the LICENSE file. |
| 5311 | 5312 |
| 5312 // WARNING: Do not edit - generated code. | 5313 // WARNING: Do not edit - generated code. |
| 5313 | 5314 |
| 5314 | 5315 |
| 5315 @DocsEditable() | 5316 @DocsEditable() |
| 5316 @DomName('SVGPolygonElement') | 5317 @DomName('SVGPolygonElement') |
| 5317 @Unstable() | 5318 @Unstable() |
| 5318 class PolygonElement extends GeometryElement { | 5319 class PolygonElement extends GeometryElement { |
| 5319 // To suppress missing implicit constructor warnings. | 5320 // To suppress missing implicit constructor warnings. |
| 5320 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } | 5321 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } |
| 5321 | 5322 |
| 5322 @DomName('SVGPolygonElement.SVGPolygonElement') | 5323 @DomName('SVGPolygonElement.SVGPolygonElement') |
| 5323 @DocsEditable() | 5324 @DocsEditable() |
| 5324 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 5325 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); |
| 5325 /** | 5326 /** |
| 5326 * Constructor instantiated by the DOM when a custom element has been created. | 5327 * Constructor instantiated by the DOM when a custom element has been created. |
| 5327 * | 5328 * |
| 5328 * This can only be called by subclasses from their created constructor. | 5329 * This can only be called by subclasses from their created constructor. |
| 5329 */ | 5330 */ |
| 5330 PolygonElement.created() : super.created(); | 5331 PolygonElement.created() : super.created(); |
| 5331 | 5332 |
| 5332 @DomName('SVGPolygonElement.animatedPoints') | 5333 @DomName('SVGPolygonElement.animatedPoints') |
| 5333 @DocsEditable() | 5334 @DocsEditable() |
| 5334 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; | 5335 PointList get animatedPoints => blink.Native_SVGPolygonElement_animatedPoints_
Getter(this); |
| 5335 | 5336 |
| 5336 @DomName('SVGPolygonElement.points') | 5337 @DomName('SVGPolygonElement.points') |
| 5337 @DocsEditable() | 5338 @DocsEditable() |
| 5338 PointList get points native "SVGPolygonElement_points_Getter"; | 5339 PointList get points => blink.Native_SVGPolygonElement_points_Getter(this); |
| 5339 | 5340 |
| 5340 } | 5341 } |
| 5341 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5342 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5342 // for details. All rights reserved. Use of this source code is governed by a | 5343 // for details. All rights reserved. Use of this source code is governed by a |
| 5343 // BSD-style license that can be found in the LICENSE file. | 5344 // BSD-style license that can be found in the LICENSE file. |
| 5344 | 5345 |
| 5345 // WARNING: Do not edit - generated code. | 5346 // WARNING: Do not edit - generated code. |
| 5346 | 5347 |
| 5347 | 5348 |
| 5348 @DocsEditable() | 5349 @DocsEditable() |
| 5349 @DomName('SVGPolylineElement') | 5350 @DomName('SVGPolylineElement') |
| 5350 @Unstable() | 5351 @Unstable() |
| 5351 class PolylineElement extends GeometryElement { | 5352 class PolylineElement extends GeometryElement { |
| 5352 // To suppress missing implicit constructor warnings. | 5353 // To suppress missing implicit constructor warnings. |
| 5353 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } | 5354 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } |
| 5354 | 5355 |
| 5355 @DomName('SVGPolylineElement.SVGPolylineElement') | 5356 @DomName('SVGPolylineElement.SVGPolylineElement') |
| 5356 @DocsEditable() | 5357 @DocsEditable() |
| 5357 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 5358 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); |
| 5358 /** | 5359 /** |
| 5359 * Constructor instantiated by the DOM when a custom element has been created. | 5360 * Constructor instantiated by the DOM when a custom element has been created. |
| 5360 * | 5361 * |
| 5361 * This can only be called by subclasses from their created constructor. | 5362 * This can only be called by subclasses from their created constructor. |
| 5362 */ | 5363 */ |
| 5363 PolylineElement.created() : super.created(); | 5364 PolylineElement.created() : super.created(); |
| 5364 | 5365 |
| 5365 @DomName('SVGPolylineElement.animatedPoints') | 5366 @DomName('SVGPolylineElement.animatedPoints') |
| 5366 @DocsEditable() | 5367 @DocsEditable() |
| 5367 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; | 5368 PointList get animatedPoints => blink.Native_SVGPolylineElement_animatedPoints
_Getter(this); |
| 5368 | 5369 |
| 5369 @DomName('SVGPolylineElement.points') | 5370 @DomName('SVGPolylineElement.points') |
| 5370 @DocsEditable() | 5371 @DocsEditable() |
| 5371 PointList get points native "SVGPolylineElement_points_Getter"; | 5372 PointList get points => blink.Native_SVGPolylineElement_points_Getter(this); |
| 5372 | 5373 |
| 5373 } | 5374 } |
| 5374 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5375 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5375 // for details. All rights reserved. Use of this source code is governed by a | 5376 // for details. All rights reserved. Use of this source code is governed by a |
| 5376 // BSD-style license that can be found in the LICENSE file. | 5377 // BSD-style license that can be found in the LICENSE file. |
| 5377 | 5378 |
| 5378 // WARNING: Do not edit - generated code. | 5379 // WARNING: Do not edit - generated code. |
| 5379 | 5380 |
| 5380 | 5381 |
| 5381 @DocsEditable() | 5382 @DocsEditable() |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5436 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID') | 5437 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID') |
| 5437 @DocsEditable() | 5438 @DocsEditable() |
| 5438 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; | 5439 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; |
| 5439 | 5440 |
| 5440 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN') | 5441 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN') |
| 5441 @DocsEditable() | 5442 @DocsEditable() |
| 5442 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; | 5443 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; |
| 5443 | 5444 |
| 5444 @DomName('SVGPreserveAspectRatio.align') | 5445 @DomName('SVGPreserveAspectRatio.align') |
| 5445 @DocsEditable() | 5446 @DocsEditable() |
| 5446 int get align native "SVGPreserveAspectRatio_align_Getter"; | 5447 int get align => blink.Native_SVGPreserveAspectRatio_align_Getter(this); |
| 5447 | 5448 |
| 5448 @DomName('SVGPreserveAspectRatio.align') | 5449 @DomName('SVGPreserveAspectRatio.align') |
| 5449 @DocsEditable() | 5450 @DocsEditable() |
| 5450 void set align(int value) native "SVGPreserveAspectRatio_align_Setter"; | 5451 void set align(int value) => blink.Native_SVGPreserveAspectRatio_align_Setter(
this, value); |
| 5451 | 5452 |
| 5452 @DomName('SVGPreserveAspectRatio.meetOrSlice') | 5453 @DomName('SVGPreserveAspectRatio.meetOrSlice') |
| 5453 @DocsEditable() | 5454 @DocsEditable() |
| 5454 int get meetOrSlice native "SVGPreserveAspectRatio_meetOrSlice_Getter"; | 5455 int get meetOrSlice => blink.Native_SVGPreserveAspectRatio_meetOrSlice_Getter(
this); |
| 5455 | 5456 |
| 5456 @DomName('SVGPreserveAspectRatio.meetOrSlice') | 5457 @DomName('SVGPreserveAspectRatio.meetOrSlice') |
| 5457 @DocsEditable() | 5458 @DocsEditable() |
| 5458 void set meetOrSlice(int value) native "SVGPreserveAspectRatio_meetOrSlice_Set
ter"; | 5459 void set meetOrSlice(int value) => blink.Native_SVGPreserveAspectRatio_meetOrS
lice_Setter(this, value); |
| 5459 | 5460 |
| 5460 } | 5461 } |
| 5461 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5462 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5462 // for details. All rights reserved. Use of this source code is governed by a | 5463 // for details. All rights reserved. Use of this source code is governed by a |
| 5463 // BSD-style license that can be found in the LICENSE file. | 5464 // BSD-style license that can be found in the LICENSE file. |
| 5464 | 5465 |
| 5465 // WARNING: Do not edit - generated code. | 5466 // WARNING: Do not edit - generated code. |
| 5466 | 5467 |
| 5467 | 5468 |
| 5468 @DocsEditable() | 5469 @DocsEditable() |
| 5469 @DomName('SVGRadialGradientElement') | 5470 @DomName('SVGRadialGradientElement') |
| 5470 @Unstable() | 5471 @Unstable() |
| 5471 class RadialGradientElement extends _GradientElement { | 5472 class RadialGradientElement extends _GradientElement { |
| 5472 // To suppress missing implicit constructor warnings. | 5473 // To suppress missing implicit constructor warnings. |
| 5473 factory RadialGradientElement._() { throw new UnsupportedError("Not supported"
); } | 5474 factory RadialGradientElement._() { throw new UnsupportedError("Not supported"
); } |
| 5474 | 5475 |
| 5475 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') | 5476 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') |
| 5476 @DocsEditable() | 5477 @DocsEditable() |
| 5477 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); | 5478 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); |
| 5478 /** | 5479 /** |
| 5479 * Constructor instantiated by the DOM when a custom element has been created. | 5480 * Constructor instantiated by the DOM when a custom element has been created. |
| 5480 * | 5481 * |
| 5481 * This can only be called by subclasses from their created constructor. | 5482 * This can only be called by subclasses from their created constructor. |
| 5482 */ | 5483 */ |
| 5483 RadialGradientElement.created() : super.created(); | 5484 RadialGradientElement.created() : super.created(); |
| 5484 | 5485 |
| 5485 @DomName('SVGRadialGradientElement.cx') | 5486 @DomName('SVGRadialGradientElement.cx') |
| 5486 @DocsEditable() | 5487 @DocsEditable() |
| 5487 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; | 5488 AnimatedLength get cx => blink.Native_SVGRadialGradientElement_cx_Getter(this)
; |
| 5488 | 5489 |
| 5489 @DomName('SVGRadialGradientElement.cy') | 5490 @DomName('SVGRadialGradientElement.cy') |
| 5490 @DocsEditable() | 5491 @DocsEditable() |
| 5491 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; | 5492 AnimatedLength get cy => blink.Native_SVGRadialGradientElement_cy_Getter(this)
; |
| 5492 | 5493 |
| 5493 @DomName('SVGRadialGradientElement.fr') | 5494 @DomName('SVGRadialGradientElement.fr') |
| 5494 @DocsEditable() | 5495 @DocsEditable() |
| 5495 AnimatedLength get fr native "SVGRadialGradientElement_fr_Getter"; | 5496 AnimatedLength get fr => blink.Native_SVGRadialGradientElement_fr_Getter(this)
; |
| 5496 | 5497 |
| 5497 @DomName('SVGRadialGradientElement.fx') | 5498 @DomName('SVGRadialGradientElement.fx') |
| 5498 @DocsEditable() | 5499 @DocsEditable() |
| 5499 AnimatedLength get fx native "SVGRadialGradientElement_fx_Getter"; | 5500 AnimatedLength get fx => blink.Native_SVGRadialGradientElement_fx_Getter(this)
; |
| 5500 | 5501 |
| 5501 @DomName('SVGRadialGradientElement.fy') | 5502 @DomName('SVGRadialGradientElement.fy') |
| 5502 @DocsEditable() | 5503 @DocsEditable() |
| 5503 AnimatedLength get fy native "SVGRadialGradientElement_fy_Getter"; | 5504 AnimatedLength get fy => blink.Native_SVGRadialGradientElement_fy_Getter(this)
; |
| 5504 | 5505 |
| 5505 @DomName('SVGRadialGradientElement.r') | 5506 @DomName('SVGRadialGradientElement.r') |
| 5506 @DocsEditable() | 5507 @DocsEditable() |
| 5507 AnimatedLength get r native "SVGRadialGradientElement_r_Getter"; | 5508 AnimatedLength get r => blink.Native_SVGRadialGradientElement_r_Getter(this); |
| 5508 | 5509 |
| 5509 } | 5510 } |
| 5510 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5511 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5511 // for details. All rights reserved. Use of this source code is governed by a | 5512 // for details. All rights reserved. Use of this source code is governed by a |
| 5512 // BSD-style license that can be found in the LICENSE file. | 5513 // BSD-style license that can be found in the LICENSE file. |
| 5513 | 5514 |
| 5514 // WARNING: Do not edit - generated code. | 5515 // WARNING: Do not edit - generated code. |
| 5515 | 5516 |
| 5516 | 5517 |
| 5517 @DocsEditable() | 5518 @DocsEditable() |
| 5518 @DomName('SVGRect') | 5519 @DomName('SVGRect') |
| 5519 @Unstable() | 5520 @Unstable() |
| 5520 class Rect extends NativeFieldWrapperClass2 { | 5521 class Rect extends NativeFieldWrapperClass2 { |
| 5521 // To suppress missing implicit constructor warnings. | 5522 // To suppress missing implicit constructor warnings. |
| 5522 factory Rect._() { throw new UnsupportedError("Not supported"); } | 5523 factory Rect._() { throw new UnsupportedError("Not supported"); } |
| 5523 | 5524 |
| 5524 @DomName('SVGRect.height') | 5525 @DomName('SVGRect.height') |
| 5525 @DocsEditable() | 5526 @DocsEditable() |
| 5526 num get height native "SVGRect_height_Getter"; | 5527 num get height => blink.Native_SVGRect_height_Getter(this); |
| 5527 | 5528 |
| 5528 @DomName('SVGRect.height') | 5529 @DomName('SVGRect.height') |
| 5529 @DocsEditable() | 5530 @DocsEditable() |
| 5530 void set height(num value) native "SVGRect_height_Setter"; | 5531 void set height(num value) => blink.Native_SVGRect_height_Setter(this, value); |
| 5531 | 5532 |
| 5532 @DomName('SVGRect.width') | 5533 @DomName('SVGRect.width') |
| 5533 @DocsEditable() | 5534 @DocsEditable() |
| 5534 num get width native "SVGRect_width_Getter"; | 5535 num get width => blink.Native_SVGRect_width_Getter(this); |
| 5535 | 5536 |
| 5536 @DomName('SVGRect.width') | 5537 @DomName('SVGRect.width') |
| 5537 @DocsEditable() | 5538 @DocsEditable() |
| 5538 void set width(num value) native "SVGRect_width_Setter"; | 5539 void set width(num value) => blink.Native_SVGRect_width_Setter(this, value); |
| 5539 | 5540 |
| 5540 @DomName('SVGRect.x') | 5541 @DomName('SVGRect.x') |
| 5541 @DocsEditable() | 5542 @DocsEditable() |
| 5542 num get x native "SVGRect_x_Getter"; | 5543 num get x => blink.Native_SVGRect_x_Getter(this); |
| 5543 | 5544 |
| 5544 @DomName('SVGRect.x') | 5545 @DomName('SVGRect.x') |
| 5545 @DocsEditable() | 5546 @DocsEditable() |
| 5546 void set x(num value) native "SVGRect_x_Setter"; | 5547 void set x(num value) => blink.Native_SVGRect_x_Setter(this, value); |
| 5547 | 5548 |
| 5548 @DomName('SVGRect.y') | 5549 @DomName('SVGRect.y') |
| 5549 @DocsEditable() | 5550 @DocsEditable() |
| 5550 num get y native "SVGRect_y_Getter"; | 5551 num get y => blink.Native_SVGRect_y_Getter(this); |
| 5551 | 5552 |
| 5552 @DomName('SVGRect.y') | 5553 @DomName('SVGRect.y') |
| 5553 @DocsEditable() | 5554 @DocsEditable() |
| 5554 void set y(num value) native "SVGRect_y_Setter"; | 5555 void set y(num value) => blink.Native_SVGRect_y_Setter(this, value); |
| 5555 | 5556 |
| 5556 } | 5557 } |
| 5557 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5558 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5558 // for details. All rights reserved. Use of this source code is governed by a | 5559 // for details. All rights reserved. Use of this source code is governed by a |
| 5559 // BSD-style license that can be found in the LICENSE file. | 5560 // BSD-style license that can be found in the LICENSE file. |
| 5560 | 5561 |
| 5561 // WARNING: Do not edit - generated code. | 5562 // WARNING: Do not edit - generated code. |
| 5562 | 5563 |
| 5563 | 5564 |
| 5564 @DocsEditable() | 5565 @DocsEditable() |
| 5565 @DomName('SVGRectElement') | 5566 @DomName('SVGRectElement') |
| 5566 @Unstable() | 5567 @Unstable() |
| 5567 class RectElement extends GeometryElement { | 5568 class RectElement extends GeometryElement { |
| 5568 // To suppress missing implicit constructor warnings. | 5569 // To suppress missing implicit constructor warnings. |
| 5569 factory RectElement._() { throw new UnsupportedError("Not supported"); } | 5570 factory RectElement._() { throw new UnsupportedError("Not supported"); } |
| 5570 | 5571 |
| 5571 @DomName('SVGRectElement.SVGRectElement') | 5572 @DomName('SVGRectElement.SVGRectElement') |
| 5572 @DocsEditable() | 5573 @DocsEditable() |
| 5573 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 5574 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); |
| 5574 /** | 5575 /** |
| 5575 * Constructor instantiated by the DOM when a custom element has been created. | 5576 * Constructor instantiated by the DOM when a custom element has been created. |
| 5576 * | 5577 * |
| 5577 * This can only be called by subclasses from their created constructor. | 5578 * This can only be called by subclasses from their created constructor. |
| 5578 */ | 5579 */ |
| 5579 RectElement.created() : super.created(); | 5580 RectElement.created() : super.created(); |
| 5580 | 5581 |
| 5581 @DomName('SVGRectElement.height') | 5582 @DomName('SVGRectElement.height') |
| 5582 @DocsEditable() | 5583 @DocsEditable() |
| 5583 AnimatedLength get height native "SVGRectElement_height_Getter"; | 5584 AnimatedLength get height => blink.Native_SVGRectElement_height_Getter(this); |
| 5584 | 5585 |
| 5585 @DomName('SVGRectElement.rx') | 5586 @DomName('SVGRectElement.rx') |
| 5586 @DocsEditable() | 5587 @DocsEditable() |
| 5587 AnimatedLength get rx native "SVGRectElement_rx_Getter"; | 5588 AnimatedLength get rx => blink.Native_SVGRectElement_rx_Getter(this); |
| 5588 | 5589 |
| 5589 @DomName('SVGRectElement.ry') | 5590 @DomName('SVGRectElement.ry') |
| 5590 @DocsEditable() | 5591 @DocsEditable() |
| 5591 AnimatedLength get ry native "SVGRectElement_ry_Getter"; | 5592 AnimatedLength get ry => blink.Native_SVGRectElement_ry_Getter(this); |
| 5592 | 5593 |
| 5593 @DomName('SVGRectElement.width') | 5594 @DomName('SVGRectElement.width') |
| 5594 @DocsEditable() | 5595 @DocsEditable() |
| 5595 AnimatedLength get width native "SVGRectElement_width_Getter"; | 5596 AnimatedLength get width => blink.Native_SVGRectElement_width_Getter(this); |
| 5596 | 5597 |
| 5597 @DomName('SVGRectElement.x') | 5598 @DomName('SVGRectElement.x') |
| 5598 @DocsEditable() | 5599 @DocsEditable() |
| 5599 AnimatedLength get x native "SVGRectElement_x_Getter"; | 5600 AnimatedLength get x => blink.Native_SVGRectElement_x_Getter(this); |
| 5600 | 5601 |
| 5601 @DomName('SVGRectElement.y') | 5602 @DomName('SVGRectElement.y') |
| 5602 @DocsEditable() | 5603 @DocsEditable() |
| 5603 AnimatedLength get y native "SVGRectElement_y_Getter"; | 5604 AnimatedLength get y => blink.Native_SVGRectElement_y_Getter(this); |
| 5604 | 5605 |
| 5605 } | 5606 } |
| 5606 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5607 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5607 // for details. All rights reserved. Use of this source code is governed by a | 5608 // for details. All rights reserved. Use of this source code is governed by a |
| 5608 // BSD-style license that can be found in the LICENSE file. | 5609 // BSD-style license that can be found in the LICENSE file. |
| 5609 | 5610 |
| 5610 // WARNING: Do not edit - generated code. | 5611 // WARNING: Do not edit - generated code. |
| 5611 | 5612 |
| 5612 | 5613 |
| 5613 @DocsEditable() | 5614 @DocsEditable() |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5661 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 5662 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); |
| 5662 /** | 5663 /** |
| 5663 * Constructor instantiated by the DOM when a custom element has been created. | 5664 * Constructor instantiated by the DOM when a custom element has been created. |
| 5664 * | 5665 * |
| 5665 * This can only be called by subclasses from their created constructor. | 5666 * This can only be called by subclasses from their created constructor. |
| 5666 */ | 5667 */ |
| 5667 ScriptElement.created() : super.created(); | 5668 ScriptElement.created() : super.created(); |
| 5668 | 5669 |
| 5669 @DomName('SVGScriptElement.type') | 5670 @DomName('SVGScriptElement.type') |
| 5670 @DocsEditable() | 5671 @DocsEditable() |
| 5671 String get type native "SVGScriptElement_type_Getter"; | 5672 String get type => blink.Native_SVGScriptElement_type_Getter(this); |
| 5672 | 5673 |
| 5673 @DomName('SVGScriptElement.type') | 5674 @DomName('SVGScriptElement.type') |
| 5674 @DocsEditable() | 5675 @DocsEditable() |
| 5675 void set type(String value) native "SVGScriptElement_type_Setter"; | 5676 void set type(String value) => blink.Native_SVGScriptElement_type_Setter(this,
value); |
| 5676 | 5677 |
| 5677 @DomName('SVGScriptElement.href') | 5678 @DomName('SVGScriptElement.href') |
| 5678 @DocsEditable() | 5679 @DocsEditable() |
| 5679 AnimatedString get href native "SVGScriptElement_href_Getter"; | 5680 AnimatedString get href => blink.Native_SVGScriptElement_href_Getter(this); |
| 5680 | 5681 |
| 5681 } | 5682 } |
| 5682 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5683 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5683 // for details. All rights reserved. Use of this source code is governed by a | 5684 // for details. All rights reserved. Use of this source code is governed by a |
| 5684 // BSD-style license that can be found in the LICENSE file. | 5685 // BSD-style license that can be found in the LICENSE file. |
| 5685 | 5686 |
| 5686 // WARNING: Do not edit - generated code. | 5687 // WARNING: Do not edit - generated code. |
| 5687 | 5688 |
| 5688 | 5689 |
| 5689 @DocsEditable() | 5690 @DocsEditable() |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5729 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); | 5730 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); |
| 5730 /** | 5731 /** |
| 5731 * Constructor instantiated by the DOM when a custom element has been created. | 5732 * Constructor instantiated by the DOM when a custom element has been created. |
| 5732 * | 5733 * |
| 5733 * This can only be called by subclasses from their created constructor. | 5734 * This can only be called by subclasses from their created constructor. |
| 5734 */ | 5735 */ |
| 5735 StopElement.created() : super.created(); | 5736 StopElement.created() : super.created(); |
| 5736 | 5737 |
| 5737 @DomName('SVGStopElement.offset') | 5738 @DomName('SVGStopElement.offset') |
| 5738 @DocsEditable() | 5739 @DocsEditable() |
| 5739 AnimatedNumber get gradientOffset native "SVGStopElement_offset_Getter"; | 5740 AnimatedNumber get gradientOffset => blink.Native_SVGStopElement_offset_Getter
(this); |
| 5740 | 5741 |
| 5741 } | 5742 } |
| 5742 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5743 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5743 // for details. All rights reserved. Use of this source code is governed by a | 5744 // for details. All rights reserved. Use of this source code is governed by a |
| 5744 // BSD-style license that can be found in the LICENSE file. | 5745 // BSD-style license that can be found in the LICENSE file. |
| 5745 | 5746 |
| 5746 // WARNING: Do not edit - generated code. | 5747 // WARNING: Do not edit - generated code. |
| 5747 | 5748 |
| 5748 | 5749 |
| 5749 @DocsEditable() | 5750 @DocsEditable() |
| 5750 @DomName('SVGStringList') | 5751 @DomName('SVGStringList') |
| 5751 @Unstable() | 5752 @Unstable() |
| 5752 class StringList extends NativeFieldWrapperClass2 with ListMixin<String>, Immuta
bleListMixin<String> implements List<String> { | 5753 class StringList extends NativeFieldWrapperClass2 with ListMixin<String>, Immuta
bleListMixin<String> implements List<String> { |
| 5753 // To suppress missing implicit constructor warnings. | 5754 // To suppress missing implicit constructor warnings. |
| 5754 factory StringList._() { throw new UnsupportedError("Not supported"); } | 5755 factory StringList._() { throw new UnsupportedError("Not supported"); } |
| 5755 | 5756 |
| 5756 @DomName('SVGStringList.numberOfItems') | 5757 @DomName('SVGStringList.numberOfItems') |
| 5757 @DocsEditable() | 5758 @DocsEditable() |
| 5758 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; | 5759 int get numberOfItems => blink.Native_SVGStringList_numberOfItems_Getter(this)
; |
| 5759 | 5760 |
| 5760 String operator[](int index) { | 5761 String operator[](int index) { |
| 5761 if (index < 0 || index >= length) | 5762 if (index < 0 || index >= length) |
| 5762 throw new RangeError.range(index, 0, length); | 5763 throw new RangeError.range(index, 0, length); |
| 5763 return getItem(index); | 5764 return getItem(index); |
| 5764 } | 5765 } |
| 5765 | 5766 |
| 5766 void operator[]=(int index, String value) { | 5767 void operator[]=(int index, String value) { |
| 5767 throw new UnsupportedError("Cannot assign element of immutable List."); | 5768 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 5768 } | 5769 } |
| (...skipping 29 matching lines...) Expand all Loading... |
| 5798 } | 5799 } |
| 5799 if (len == 0) throw new StateError("No elements"); | 5800 if (len == 0) throw new StateError("No elements"); |
| 5800 throw new StateError("More than one element"); | 5801 throw new StateError("More than one element"); |
| 5801 } | 5802 } |
| 5802 | 5803 |
| 5803 String elementAt(int index) => this[index]; | 5804 String elementAt(int index) => this[index]; |
| 5804 // -- end List<String> mixins. | 5805 // -- end List<String> mixins. |
| 5805 | 5806 |
| 5806 @DomName('SVGStringList.appendItem') | 5807 @DomName('SVGStringList.appendItem') |
| 5807 @DocsEditable() | 5808 @DocsEditable() |
| 5808 String appendItem(String item) native "SVGStringList_appendItem_Callback"; | 5809 String appendItem(String item) => blink.Native_SVGStringList_appendItem_Callba
ck(this, item); |
| 5809 | 5810 |
| 5810 @DomName('SVGStringList.clear') | 5811 @DomName('SVGStringList.clear') |
| 5811 @DocsEditable() | 5812 @DocsEditable() |
| 5812 void clear() native "SVGStringList_clear_Callback"; | 5813 void clear() => blink.Native_SVGStringList_clear_Callback(this); |
| 5813 | 5814 |
| 5814 @DomName('SVGStringList.getItem') | 5815 @DomName('SVGStringList.getItem') |
| 5815 @DocsEditable() | 5816 @DocsEditable() |
| 5816 String getItem(int index) native "SVGStringList_getItem_Callback"; | 5817 String getItem(int index) => blink.Native_SVGStringList_getItem_Callback(this,
index); |
| 5817 | 5818 |
| 5818 @DomName('SVGStringList.initialize') | 5819 @DomName('SVGStringList.initialize') |
| 5819 @DocsEditable() | 5820 @DocsEditable() |
| 5820 String initialize(String item) native "SVGStringList_initialize_Callback"; | 5821 String initialize(String item) => blink.Native_SVGStringList_initialize_Callba
ck(this, item); |
| 5821 | 5822 |
| 5822 @DomName('SVGStringList.insertItemBefore') | 5823 @DomName('SVGStringList.insertItemBefore') |
| 5823 @DocsEditable() | 5824 @DocsEditable() |
| 5824 String insertItemBefore(String item, int index) native "SVGStringList_insertIt
emBefore_Callback"; | 5825 String insertItemBefore(String item, int index) => blink.Native_SVGStringList_
insertItemBefore_Callback(this, item, index); |
| 5825 | 5826 |
| 5826 @DomName('SVGStringList.removeItem') | 5827 @DomName('SVGStringList.removeItem') |
| 5827 @DocsEditable() | 5828 @DocsEditable() |
| 5828 String removeItem(int index) native "SVGStringList_removeItem_Callback"; | 5829 String removeItem(int index) => blink.Native_SVGStringList_removeItem_Callback
(this, index); |
| 5829 | 5830 |
| 5830 @DomName('SVGStringList.replaceItem') | 5831 @DomName('SVGStringList.replaceItem') |
| 5831 @DocsEditable() | 5832 @DocsEditable() |
| 5832 String replaceItem(String item, int index) native "SVGStringList_replaceItem_C
allback"; | 5833 String replaceItem(String item, int index) => blink.Native_SVGStringList_repla
ceItem_Callback(this, item, index); |
| 5833 | 5834 |
| 5834 } | 5835 } |
| 5835 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5836 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5836 // for details. All rights reserved. Use of this source code is governed by a | 5837 // for details. All rights reserved. Use of this source code is governed by a |
| 5837 // BSD-style license that can be found in the LICENSE file. | 5838 // BSD-style license that can be found in the LICENSE file. |
| 5838 | 5839 |
| 5839 // WARNING: Do not edit - generated code. | 5840 // WARNING: Do not edit - generated code. |
| 5840 | 5841 |
| 5841 | 5842 |
| 5842 @DocsEditable() | 5843 @DocsEditable() |
| 5843 @DomName('SVGStyleElement') | 5844 @DomName('SVGStyleElement') |
| 5844 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable | 5845 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable |
| 5845 @Experimental() // nonstandard | 5846 @Experimental() // nonstandard |
| 5846 class StyleElement extends SvgElement { | 5847 class StyleElement extends SvgElement { |
| 5847 // To suppress missing implicit constructor warnings. | 5848 // To suppress missing implicit constructor warnings. |
| 5848 factory StyleElement._() { throw new UnsupportedError("Not supported"); } | 5849 factory StyleElement._() { throw new UnsupportedError("Not supported"); } |
| 5849 | 5850 |
| 5850 @DomName('SVGStyleElement.SVGStyleElement') | 5851 @DomName('SVGStyleElement.SVGStyleElement') |
| 5851 @DocsEditable() | 5852 @DocsEditable() |
| 5852 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); | 5853 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); |
| 5853 /** | 5854 /** |
| 5854 * Constructor instantiated by the DOM when a custom element has been created. | 5855 * Constructor instantiated by the DOM when a custom element has been created. |
| 5855 * | 5856 * |
| 5856 * This can only be called by subclasses from their created constructor. | 5857 * This can only be called by subclasses from their created constructor. |
| 5857 */ | 5858 */ |
| 5858 StyleElement.created() : super.created(); | 5859 StyleElement.created() : super.created(); |
| 5859 | 5860 |
| 5860 @DomName('SVGStyleElement.disabled') | 5861 @DomName('SVGStyleElement.disabled') |
| 5861 @DocsEditable() | 5862 @DocsEditable() |
| 5862 bool get disabled native "SVGStyleElement_disabled_Getter"; | 5863 bool get disabled => blink.Native_SVGStyleElement_disabled_Getter(this); |
| 5863 | 5864 |
| 5864 @DomName('SVGStyleElement.disabled') | 5865 @DomName('SVGStyleElement.disabled') |
| 5865 @DocsEditable() | 5866 @DocsEditable() |
| 5866 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; | 5867 void set disabled(bool value) => blink.Native_SVGStyleElement_disabled_Setter(
this, value); |
| 5867 | 5868 |
| 5868 @DomName('SVGStyleElement.media') | 5869 @DomName('SVGStyleElement.media') |
| 5869 @DocsEditable() | 5870 @DocsEditable() |
| 5870 String get media native "SVGStyleElement_media_Getter"; | 5871 String get media => blink.Native_SVGStyleElement_media_Getter(this); |
| 5871 | 5872 |
| 5872 @DomName('SVGStyleElement.media') | 5873 @DomName('SVGStyleElement.media') |
| 5873 @DocsEditable() | 5874 @DocsEditable() |
| 5874 void set media(String value) native "SVGStyleElement_media_Setter"; | 5875 void set media(String value) => blink.Native_SVGStyleElement_media_Setter(this
, value); |
| 5875 | 5876 |
| 5876 @DomName('SVGStyleElement.title') | 5877 @DomName('SVGStyleElement.title') |
| 5877 @DocsEditable() | 5878 @DocsEditable() |
| 5878 String get title native "SVGStyleElement_title_Getter"; | 5879 String get title => blink.Native_SVGStyleElement_title_Getter(this); |
| 5879 | 5880 |
| 5880 @DomName('SVGStyleElement.title') | 5881 @DomName('SVGStyleElement.title') |
| 5881 @DocsEditable() | 5882 @DocsEditable() |
| 5882 void set title(String value) native "SVGStyleElement_title_Setter"; | 5883 void set title(String value) => blink.Native_SVGStyleElement_title_Setter(this
, value); |
| 5883 | 5884 |
| 5884 @DomName('SVGStyleElement.type') | 5885 @DomName('SVGStyleElement.type') |
| 5885 @DocsEditable() | 5886 @DocsEditable() |
| 5886 String get type native "SVGStyleElement_type_Getter"; | 5887 String get type => blink.Native_SVGStyleElement_type_Getter(this); |
| 5887 | 5888 |
| 5888 @DomName('SVGStyleElement.type') | 5889 @DomName('SVGStyleElement.type') |
| 5889 @DocsEditable() | 5890 @DocsEditable() |
| 5890 void set type(String value) native "SVGStyleElement_type_Setter"; | 5891 void set type(String value) => blink.Native_SVGStyleElement_type_Setter(this,
value); |
| 5891 | 5892 |
| 5892 } | 5893 } |
| 5893 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 5894 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 5894 // for details. All rights reserved. Use of this source code is governed by a | 5895 // for details. All rights reserved. Use of this source code is governed by a |
| 5895 // BSD-style license that can be found in the LICENSE file. | 5896 // BSD-style license that can be found in the LICENSE file. |
| 5896 | 5897 |
| 5897 | 5898 |
| 5898 class _AttributeClassSet extends CssClassSetImpl { | 5899 class _AttributeClassSet extends CssClassSetImpl { |
| 5899 final Element _element; | 5900 final Element _element; |
| 5900 | 5901 |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6306 /** | 6307 /** |
| 6307 * Constructor instantiated by the DOM when a custom element has been created. | 6308 * Constructor instantiated by the DOM when a custom element has been created. |
| 6308 * | 6309 * |
| 6309 * This can only be called by subclasses from their created constructor. | 6310 * This can only be called by subclasses from their created constructor. |
| 6310 */ | 6311 */ |
| 6311 SvgElement.created() : super.created(); | 6312 SvgElement.created() : super.created(); |
| 6312 | 6313 |
| 6313 @DomName('SVGElement.className') | 6314 @DomName('SVGElement.className') |
| 6314 @DocsEditable() | 6315 @DocsEditable() |
| 6315 @Experimental() // untriaged | 6316 @Experimental() // untriaged |
| 6316 AnimatedString get _svgClassName native "SVGElement_className_Getter"; | 6317 AnimatedString get _svgClassName => blink.Native_SVGElement_className_Getter(t
his); |
| 6317 | 6318 |
| 6318 @DomName('SVGElement.ownerSVGElement') | 6319 @DomName('SVGElement.ownerSVGElement') |
| 6319 @DocsEditable() | 6320 @DocsEditable() |
| 6320 SvgSvgElement get ownerSvgElement native "SVGElement_ownerSVGElement_Getter"; | 6321 SvgSvgElement get ownerSvgElement => blink.Native_SVGElement_ownerSVGElement_G
etter(this); |
| 6321 | 6322 |
| 6322 @DomName('SVGElement.style') | 6323 @DomName('SVGElement.style') |
| 6323 @DocsEditable() | 6324 @DocsEditable() |
| 6324 @Experimental() // untriaged | 6325 @Experimental() // untriaged |
| 6325 CssStyleDeclaration get style native "SVGElement_style_Getter"; | 6326 CssStyleDeclaration get style => blink.Native_SVGElement_style_Getter(this); |
| 6326 | 6327 |
| 6327 @DomName('SVGElement.viewportElement') | 6328 @DomName('SVGElement.viewportElement') |
| 6328 @DocsEditable() | 6329 @DocsEditable() |
| 6329 SvgElement get viewportElement native "SVGElement_viewportElement_Getter"; | 6330 SvgElement get viewportElement => blink.Native_SVGElement_viewportElement_Gett
er(this); |
| 6330 | 6331 |
| 6331 @DomName('SVGElement.xmlbase') | 6332 @DomName('SVGElement.xmlbase') |
| 6332 @DocsEditable() | 6333 @DocsEditable() |
| 6333 String get xmlbase native "SVGElement_xmlbase_Getter"; | 6334 String get xmlbase => blink.Native_SVGElement_xmlbase_Getter(this); |
| 6334 | 6335 |
| 6335 @DomName('SVGElement.xmlbase') | 6336 @DomName('SVGElement.xmlbase') |
| 6336 @DocsEditable() | 6337 @DocsEditable() |
| 6337 void set xmlbase(String value) native "SVGElement_xmlbase_Setter"; | 6338 void set xmlbase(String value) => blink.Native_SVGElement_xmlbase_Setter(this,
value); |
| 6338 | 6339 |
| 6339 @DomName('SVGElement.xmllang') | 6340 @DomName('SVGElement.xmllang') |
| 6340 @DocsEditable() | 6341 @DocsEditable() |
| 6341 @Experimental() // untriaged | 6342 @Experimental() // untriaged |
| 6342 String get xmllang native "SVGElement_xmllang_Getter"; | 6343 String get xmllang => blink.Native_SVGElement_xmllang_Getter(this); |
| 6343 | 6344 |
| 6344 @DomName('SVGElement.xmllang') | 6345 @DomName('SVGElement.xmllang') |
| 6345 @DocsEditable() | 6346 @DocsEditable() |
| 6346 @Experimental() // untriaged | 6347 @Experimental() // untriaged |
| 6347 void set xmllang(String value) native "SVGElement_xmllang_Setter"; | 6348 void set xmllang(String value) => blink.Native_SVGElement_xmllang_Setter(this,
value); |
| 6348 | 6349 |
| 6349 @DomName('SVGElement.xmlspace') | 6350 @DomName('SVGElement.xmlspace') |
| 6350 @DocsEditable() | 6351 @DocsEditable() |
| 6351 @Experimental() // untriaged | 6352 @Experimental() // untriaged |
| 6352 String get xmlspace native "SVGElement_xmlspace_Getter"; | 6353 String get xmlspace => blink.Native_SVGElement_xmlspace_Getter(this); |
| 6353 | 6354 |
| 6354 @DomName('SVGElement.xmlspace') | 6355 @DomName('SVGElement.xmlspace') |
| 6355 @DocsEditable() | 6356 @DocsEditable() |
| 6356 @Experimental() // untriaged | 6357 @Experimental() // untriaged |
| 6357 void set xmlspace(String value) native "SVGElement_xmlspace_Setter"; | 6358 void set xmlspace(String value) => blink.Native_SVGElement_xmlspace_Setter(thi
s, value); |
| 6358 | 6359 |
| 6359 @DomName('SVGElement.onabort') | 6360 @DomName('SVGElement.onabort') |
| 6360 @DocsEditable() | 6361 @DocsEditable() |
| 6361 @Experimental() // untriaged | 6362 @Experimental() // untriaged |
| 6362 ElementStream<Event> get onAbort => abortEvent.forElement(this); | 6363 ElementStream<Event> get onAbort => abortEvent.forElement(this); |
| 6363 | 6364 |
| 6364 @DomName('SVGElement.onblur') | 6365 @DomName('SVGElement.onblur') |
| 6365 @DocsEditable() | 6366 @DocsEditable() |
| 6366 @Experimental() // untriaged | 6367 @Experimental() // untriaged |
| 6367 ElementStream<Event> get onBlur => blurEvent.forElement(this); | 6368 ElementStream<Event> get onBlur => blurEvent.forElement(this); |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6636 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } | 6637 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } |
| 6637 /** | 6638 /** |
| 6638 * Constructor instantiated by the DOM when a custom element has been created. | 6639 * Constructor instantiated by the DOM when a custom element has been created. |
| 6639 * | 6640 * |
| 6640 * This can only be called by subclasses from their created constructor. | 6641 * This can only be called by subclasses from their created constructor. |
| 6641 */ | 6642 */ |
| 6642 SvgSvgElement.created() : super.created(); | 6643 SvgSvgElement.created() : super.created(); |
| 6643 | 6644 |
| 6644 @DomName('SVGSVGElement.contentScriptType') | 6645 @DomName('SVGSVGElement.contentScriptType') |
| 6645 @DocsEditable() | 6646 @DocsEditable() |
| 6646 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; | 6647 String get contentScriptType => blink.Native_SVGSVGElement_contentScriptType_G
etter(this); |
| 6647 | 6648 |
| 6648 @DomName('SVGSVGElement.contentScriptType') | 6649 @DomName('SVGSVGElement.contentScriptType') |
| 6649 @DocsEditable() | 6650 @DocsEditable() |
| 6650 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy
pe_Setter"; | 6651 void set contentScriptType(String value) => blink.Native_SVGSVGElement_content
ScriptType_Setter(this, value); |
| 6651 | 6652 |
| 6652 @DomName('SVGSVGElement.contentStyleType') | 6653 @DomName('SVGSVGElement.contentStyleType') |
| 6653 @DocsEditable() | 6654 @DocsEditable() |
| 6654 String get contentStyleType native "SVGSVGElement_contentStyleType_Getter"; | 6655 String get contentStyleType => blink.Native_SVGSVGElement_contentStyleType_Get
ter(this); |
| 6655 | 6656 |
| 6656 @DomName('SVGSVGElement.contentStyleType') | 6657 @DomName('SVGSVGElement.contentStyleType') |
| 6657 @DocsEditable() | 6658 @DocsEditable() |
| 6658 void set contentStyleType(String value) native "SVGSVGElement_contentStyleType
_Setter"; | 6659 void set contentStyleType(String value) => blink.Native_SVGSVGElement_contentS
tyleType_Setter(this, value); |
| 6659 | 6660 |
| 6660 @DomName('SVGSVGElement.currentScale') | 6661 @DomName('SVGSVGElement.currentScale') |
| 6661 @DocsEditable() | 6662 @DocsEditable() |
| 6662 num get currentScale native "SVGSVGElement_currentScale_Getter"; | 6663 num get currentScale => blink.Native_SVGSVGElement_currentScale_Getter(this); |
| 6663 | 6664 |
| 6664 @DomName('SVGSVGElement.currentScale') | 6665 @DomName('SVGSVGElement.currentScale') |
| 6665 @DocsEditable() | 6666 @DocsEditable() |
| 6666 void set currentScale(num value) native "SVGSVGElement_currentScale_Setter"; | 6667 void set currentScale(num value) => blink.Native_SVGSVGElement_currentScale_Se
tter(this, value); |
| 6667 | 6668 |
| 6668 @DomName('SVGSVGElement.currentTranslate') | 6669 @DomName('SVGSVGElement.currentTranslate') |
| 6669 @DocsEditable() | 6670 @DocsEditable() |
| 6670 Point get currentTranslate native "SVGSVGElement_currentTranslate_Getter"; | 6671 Point get currentTranslate => blink.Native_SVGSVGElement_currentTranslate_Gett
er(this); |
| 6671 | 6672 |
| 6672 @DomName('SVGSVGElement.currentView') | 6673 @DomName('SVGSVGElement.currentView') |
| 6673 @DocsEditable() | 6674 @DocsEditable() |
| 6674 ViewSpec get currentView native "SVGSVGElement_currentView_Getter"; | 6675 ViewSpec get currentView => blink.Native_SVGSVGElement_currentView_Getter(this
); |
| 6675 | 6676 |
| 6676 @DomName('SVGSVGElement.height') | 6677 @DomName('SVGSVGElement.height') |
| 6677 @DocsEditable() | 6678 @DocsEditable() |
| 6678 AnimatedLength get height native "SVGSVGElement_height_Getter"; | 6679 AnimatedLength get height => blink.Native_SVGSVGElement_height_Getter(this); |
| 6679 | 6680 |
| 6680 @DomName('SVGSVGElement.pixelUnitToMillimeterX') | 6681 @DomName('SVGSVGElement.pixelUnitToMillimeterX') |
| 6681 @DocsEditable() | 6682 @DocsEditable() |
| 6682 double get pixelUnitToMillimeterX native "SVGSVGElement_pixelUnitToMillimeterX
_Getter"; | 6683 double get pixelUnitToMillimeterX => blink.Native_SVGSVGElement_pixelUnitToMil
limeterX_Getter(this); |
| 6683 | 6684 |
| 6684 @DomName('SVGSVGElement.pixelUnitToMillimeterY') | 6685 @DomName('SVGSVGElement.pixelUnitToMillimeterY') |
| 6685 @DocsEditable() | 6686 @DocsEditable() |
| 6686 double get pixelUnitToMillimeterY native "SVGSVGElement_pixelUnitToMillimeterY
_Getter"; | 6687 double get pixelUnitToMillimeterY => blink.Native_SVGSVGElement_pixelUnitToMil
limeterY_Getter(this); |
| 6687 | 6688 |
| 6688 @DomName('SVGSVGElement.screenPixelToMillimeterX') | 6689 @DomName('SVGSVGElement.screenPixelToMillimeterX') |
| 6689 @DocsEditable() | 6690 @DocsEditable() |
| 6690 double get screenPixelToMillimeterX native "SVGSVGElement_screenPixelToMillime
terX_Getter"; | 6691 double get screenPixelToMillimeterX => blink.Native_SVGSVGElement_screenPixelT
oMillimeterX_Getter(this); |
| 6691 | 6692 |
| 6692 @DomName('SVGSVGElement.screenPixelToMillimeterY') | 6693 @DomName('SVGSVGElement.screenPixelToMillimeterY') |
| 6693 @DocsEditable() | 6694 @DocsEditable() |
| 6694 double get screenPixelToMillimeterY native "SVGSVGElement_screenPixelToMillime
terY_Getter"; | 6695 double get screenPixelToMillimeterY => blink.Native_SVGSVGElement_screenPixelT
oMillimeterY_Getter(this); |
| 6695 | 6696 |
| 6696 @DomName('SVGSVGElement.useCurrentView') | 6697 @DomName('SVGSVGElement.useCurrentView') |
| 6697 @DocsEditable() | 6698 @DocsEditable() |
| 6698 bool get useCurrentView native "SVGSVGElement_useCurrentView_Getter"; | 6699 bool get useCurrentView => blink.Native_SVGSVGElement_useCurrentView_Getter(th
is); |
| 6699 | 6700 |
| 6700 @DomName('SVGSVGElement.viewport') | 6701 @DomName('SVGSVGElement.viewport') |
| 6701 @DocsEditable() | 6702 @DocsEditable() |
| 6702 Rect get viewport native "SVGSVGElement_viewport_Getter"; | 6703 Rect get viewport => blink.Native_SVGSVGElement_viewport_Getter(this); |
| 6703 | 6704 |
| 6704 @DomName('SVGSVGElement.width') | 6705 @DomName('SVGSVGElement.width') |
| 6705 @DocsEditable() | 6706 @DocsEditable() |
| 6706 AnimatedLength get width native "SVGSVGElement_width_Getter"; | 6707 AnimatedLength get width => blink.Native_SVGSVGElement_width_Getter(this); |
| 6707 | 6708 |
| 6708 @DomName('SVGSVGElement.x') | 6709 @DomName('SVGSVGElement.x') |
| 6709 @DocsEditable() | 6710 @DocsEditable() |
| 6710 AnimatedLength get x native "SVGSVGElement_x_Getter"; | 6711 AnimatedLength get x => blink.Native_SVGSVGElement_x_Getter(this); |
| 6711 | 6712 |
| 6712 @DomName('SVGSVGElement.y') | 6713 @DomName('SVGSVGElement.y') |
| 6713 @DocsEditable() | 6714 @DocsEditable() |
| 6714 AnimatedLength get y native "SVGSVGElement_y_Getter"; | 6715 AnimatedLength get y => blink.Native_SVGSVGElement_y_Getter(this); |
| 6715 | 6716 |
| 6716 @DomName('SVGSVGElement.animationsPaused') | 6717 @DomName('SVGSVGElement.animationsPaused') |
| 6717 @DocsEditable() | 6718 @DocsEditable() |
| 6718 bool animationsPaused() native "SVGSVGElement_animationsPaused_Callback"; | 6719 bool animationsPaused() => blink.Native_SVGSVGElement_animationsPaused_Callbac
k(this); |
| 6719 | 6720 |
| 6720 @DomName('SVGSVGElement.checkEnclosure') | 6721 @DomName('SVGSVGElement.checkEnclosure') |
| 6721 @DocsEditable() | 6722 @DocsEditable() |
| 6722 bool checkEnclosure(SvgElement element, Rect rect) native "SVGSVGElement_check
Enclosure_Callback"; | 6723 bool checkEnclosure(SvgElement element, Rect rect) => blink.Native_SVGSVGEleme
nt_checkEnclosure_Callback(this, element, rect); |
| 6723 | 6724 |
| 6724 @DomName('SVGSVGElement.checkIntersection') | 6725 @DomName('SVGSVGElement.checkIntersection') |
| 6725 @DocsEditable() | 6726 @DocsEditable() |
| 6726 bool checkIntersection(SvgElement element, Rect rect) native "SVGSVGElement_ch
eckIntersection_Callback"; | 6727 bool checkIntersection(SvgElement element, Rect rect) => blink.Native_SVGSVGEl
ement_checkIntersection_Callback(this, element, rect); |
| 6727 | 6728 |
| 6728 @DomName('SVGSVGElement.createSVGAngle') | 6729 @DomName('SVGSVGElement.createSVGAngle') |
| 6729 @DocsEditable() | 6730 @DocsEditable() |
| 6730 Angle createSvgAngle() native "SVGSVGElement_createSVGAngle_Callback"; | 6731 Angle createSvgAngle() => blink.Native_SVGSVGElement_createSVGAngle_Callback(t
his); |
| 6731 | 6732 |
| 6732 @DomName('SVGSVGElement.createSVGLength') | 6733 @DomName('SVGSVGElement.createSVGLength') |
| 6733 @DocsEditable() | 6734 @DocsEditable() |
| 6734 Length createSvgLength() native "SVGSVGElement_createSVGLength_Callback"; | 6735 Length createSvgLength() => blink.Native_SVGSVGElement_createSVGLength_Callbac
k(this); |
| 6735 | 6736 |
| 6736 @DomName('SVGSVGElement.createSVGMatrix') | 6737 @DomName('SVGSVGElement.createSVGMatrix') |
| 6737 @DocsEditable() | 6738 @DocsEditable() |
| 6738 Matrix createSvgMatrix() native "SVGSVGElement_createSVGMatrix_Callback"; | 6739 Matrix createSvgMatrix() => blink.Native_SVGSVGElement_createSVGMatrix_Callbac
k(this); |
| 6739 | 6740 |
| 6740 @DomName('SVGSVGElement.createSVGNumber') | 6741 @DomName('SVGSVGElement.createSVGNumber') |
| 6741 @DocsEditable() | 6742 @DocsEditable() |
| 6742 Number createSvgNumber() native "SVGSVGElement_createSVGNumber_Callback"; | 6743 Number createSvgNumber() => blink.Native_SVGSVGElement_createSVGNumber_Callbac
k(this); |
| 6743 | 6744 |
| 6744 @DomName('SVGSVGElement.createSVGPoint') | 6745 @DomName('SVGSVGElement.createSVGPoint') |
| 6745 @DocsEditable() | 6746 @DocsEditable() |
| 6746 Point createSvgPoint() native "SVGSVGElement_createSVGPoint_Callback"; | 6747 Point createSvgPoint() => blink.Native_SVGSVGElement_createSVGPoint_Callback(t
his); |
| 6747 | 6748 |
| 6748 @DomName('SVGSVGElement.createSVGRect') | 6749 @DomName('SVGSVGElement.createSVGRect') |
| 6749 @DocsEditable() | 6750 @DocsEditable() |
| 6750 Rect createSvgRect() native "SVGSVGElement_createSVGRect_Callback"; | 6751 Rect createSvgRect() => blink.Native_SVGSVGElement_createSVGRect_Callback(this
); |
| 6751 | 6752 |
| 6752 @DomName('SVGSVGElement.createSVGTransform') | 6753 @DomName('SVGSVGElement.createSVGTransform') |
| 6753 @DocsEditable() | 6754 @DocsEditable() |
| 6754 Transform createSvgTransform() native "SVGSVGElement_createSVGTransform_Callba
ck"; | 6755 Transform createSvgTransform() => blink.Native_SVGSVGElement_createSVGTransfor
m_Callback(this); |
| 6755 | 6756 |
| 6756 @DomName('SVGSVGElement.createSVGTransformFromMatrix') | 6757 @DomName('SVGSVGElement.createSVGTransformFromMatrix') |
| 6757 @DocsEditable() | 6758 @DocsEditable() |
| 6758 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGSVGElement_cr
eateSVGTransformFromMatrix_Callback"; | 6759 Transform createSvgTransformFromMatrix(Matrix matrix) => blink.Native_SVGSVGEl
ement_createSVGTransformFromMatrix_Callback(this, matrix); |
| 6759 | 6760 |
| 6760 @DomName('SVGSVGElement.deselectAll') | 6761 @DomName('SVGSVGElement.deselectAll') |
| 6761 @DocsEditable() | 6762 @DocsEditable() |
| 6762 void deselectAll() native "SVGSVGElement_deselectAll_Callback"; | 6763 void deselectAll() => blink.Native_SVGSVGElement_deselectAll_Callback(this); |
| 6763 | 6764 |
| 6764 @DomName('SVGSVGElement.forceRedraw') | 6765 @DomName('SVGSVGElement.forceRedraw') |
| 6765 @DocsEditable() | 6766 @DocsEditable() |
| 6766 void forceRedraw() native "SVGSVGElement_forceRedraw_Callback"; | 6767 void forceRedraw() => blink.Native_SVGSVGElement_forceRedraw_Callback(this); |
| 6767 | 6768 |
| 6768 @DomName('SVGSVGElement.getCurrentTime') | 6769 @DomName('SVGSVGElement.getCurrentTime') |
| 6769 @DocsEditable() | 6770 @DocsEditable() |
| 6770 double getCurrentTime() native "SVGSVGElement_getCurrentTime_Callback"; | 6771 double getCurrentTime() => blink.Native_SVGSVGElement_getCurrentTime_Callback(
this); |
| 6771 | 6772 |
| 6772 @DomName('SVGSVGElement.getElementById') | 6773 @DomName('SVGSVGElement.getElementById') |
| 6773 @DocsEditable() | 6774 @DocsEditable() |
| 6774 Element getElementById(String elementId) native "SVGSVGElement_getElementById_
Callback"; | 6775 Element getElementById(String elementId) => blink.Native_SVGSVGElement_getElem
entById_Callback(this, elementId); |
| 6775 | 6776 |
| 6776 @DomName('SVGSVGElement.getEnclosureList') | 6777 @DomName('SVGSVGElement.getEnclosureList') |
| 6777 @DocsEditable() | 6778 @DocsEditable() |
| 6778 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native "SV
GSVGElement_getEnclosureList_Callback"; | 6779 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => blink.N
ative_SVGSVGElement_getEnclosureList_Callback(this, rect, referenceElement); |
| 6779 | 6780 |
| 6780 @DomName('SVGSVGElement.getIntersectionList') | 6781 @DomName('SVGSVGElement.getIntersectionList') |
| 6781 @DocsEditable() | 6782 @DocsEditable() |
| 6782 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native
"SVGSVGElement_getIntersectionList_Callback"; | 6783 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => blin
k.Native_SVGSVGElement_getIntersectionList_Callback(this, rect, referenceElement
); |
| 6783 | 6784 |
| 6784 @DomName('SVGSVGElement.pauseAnimations') | 6785 @DomName('SVGSVGElement.pauseAnimations') |
| 6785 @DocsEditable() | 6786 @DocsEditable() |
| 6786 void pauseAnimations() native "SVGSVGElement_pauseAnimations_Callback"; | 6787 void pauseAnimations() => blink.Native_SVGSVGElement_pauseAnimations_Callback(
this); |
| 6787 | 6788 |
| 6788 @DomName('SVGSVGElement.setCurrentTime') | 6789 @DomName('SVGSVGElement.setCurrentTime') |
| 6789 @DocsEditable() | 6790 @DocsEditable() |
| 6790 void setCurrentTime(num seconds) native "SVGSVGElement_setCurrentTime_Callback
"; | 6791 void setCurrentTime(num seconds) => blink.Native_SVGSVGElement_setCurrentTime_
Callback(this, seconds); |
| 6791 | 6792 |
| 6792 @DomName('SVGSVGElement.suspendRedraw') | 6793 @DomName('SVGSVGElement.suspendRedraw') |
| 6793 @DocsEditable() | 6794 @DocsEditable() |
| 6794 int suspendRedraw(int maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw
_Callback"; | 6795 int suspendRedraw(int maxWaitMilliseconds) => blink.Native_SVGSVGElement_suspe
ndRedraw_Callback(this, maxWaitMilliseconds); |
| 6795 | 6796 |
| 6796 @DomName('SVGSVGElement.unpauseAnimations') | 6797 @DomName('SVGSVGElement.unpauseAnimations') |
| 6797 @DocsEditable() | 6798 @DocsEditable() |
| 6798 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback"; | 6799 void unpauseAnimations() => blink.Native_SVGSVGElement_unpauseAnimations_Callb
ack(this); |
| 6799 | 6800 |
| 6800 @DomName('SVGSVGElement.unsuspendRedraw') | 6801 @DomName('SVGSVGElement.unsuspendRedraw') |
| 6801 @DocsEditable() | 6802 @DocsEditable() |
| 6802 void unsuspendRedraw(int suspendHandleId) native "SVGSVGElement_unsuspendRedra
w_Callback"; | 6803 void unsuspendRedraw(int suspendHandleId) => blink.Native_SVGSVGElement_unsusp
endRedraw_Callback(this, suspendHandleId); |
| 6803 | 6804 |
| 6804 @DomName('SVGSVGElement.unsuspendRedrawAll') | 6805 @DomName('SVGSVGElement.unsuspendRedrawAll') |
| 6805 @DocsEditable() | 6806 @DocsEditable() |
| 6806 void unsuspendRedrawAll() native "SVGSVGElement_unsuspendRedrawAll_Callback"; | 6807 void unsuspendRedrawAll() => blink.Native_SVGSVGElement_unsuspendRedrawAll_Cal
lback(this); |
| 6807 | 6808 |
| 6808 @DomName('SVGSVGElement.preserveAspectRatio') | 6809 @DomName('SVGSVGElement.preserveAspectRatio') |
| 6809 @DocsEditable() | 6810 @DocsEditable() |
| 6810 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSVGElement_pres
erveAspectRatio_Getter"; | 6811 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGSVGElem
ent_preserveAspectRatio_Getter(this); |
| 6811 | 6812 |
| 6812 @DomName('SVGSVGElement.viewBox') | 6813 @DomName('SVGSVGElement.viewBox') |
| 6813 @DocsEditable() | 6814 @DocsEditable() |
| 6814 AnimatedRect get viewBox native "SVGSVGElement_viewBox_Getter"; | 6815 AnimatedRect get viewBox => blink.Native_SVGSVGElement_viewBox_Getter(this); |
| 6815 | 6816 |
| 6816 @DomName('SVGSVGElement.zoomAndPan') | 6817 @DomName('SVGSVGElement.zoomAndPan') |
| 6817 @DocsEditable() | 6818 @DocsEditable() |
| 6818 int get zoomAndPan native "SVGSVGElement_zoomAndPan_Getter"; | 6819 int get zoomAndPan => blink.Native_SVGSVGElement_zoomAndPan_Getter(this); |
| 6819 | 6820 |
| 6820 @DomName('SVGSVGElement.zoomAndPan') | 6821 @DomName('SVGSVGElement.zoomAndPan') |
| 6821 @DocsEditable() | 6822 @DocsEditable() |
| 6822 void set zoomAndPan(int value) native "SVGSVGElement_zoomAndPan_Setter"; | 6823 void set zoomAndPan(int value) => blink.Native_SVGSVGElement_zoomAndPan_Setter
(this, value); |
| 6823 | 6824 |
| 6824 } | 6825 } |
| 6825 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6826 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6826 // for details. All rights reserved. Use of this source code is governed by a | 6827 // for details. All rights reserved. Use of this source code is governed by a |
| 6827 // BSD-style license that can be found in the LICENSE file. | 6828 // BSD-style license that can be found in the LICENSE file. |
| 6828 | 6829 |
| 6829 // WARNING: Do not edit - generated code. | 6830 // WARNING: Do not edit - generated code. |
| 6830 | 6831 |
| 6831 | 6832 |
| 6832 @DocsEditable() | 6833 @DocsEditable() |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6866 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); | 6867 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); |
| 6867 /** | 6868 /** |
| 6868 * Constructor instantiated by the DOM when a custom element has been created. | 6869 * Constructor instantiated by the DOM when a custom element has been created. |
| 6869 * | 6870 * |
| 6870 * This can only be called by subclasses from their created constructor. | 6871 * This can only be called by subclasses from their created constructor. |
| 6871 */ | 6872 */ |
| 6872 SymbolElement.created() : super.created(); | 6873 SymbolElement.created() : super.created(); |
| 6873 | 6874 |
| 6874 @DomName('SVGSymbolElement.preserveAspectRatio') | 6875 @DomName('SVGSymbolElement.preserveAspectRatio') |
| 6875 @DocsEditable() | 6876 @DocsEditable() |
| 6876 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p
reserveAspectRatio_Getter"; | 6877 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGSymbolE
lement_preserveAspectRatio_Getter(this); |
| 6877 | 6878 |
| 6878 @DomName('SVGSymbolElement.viewBox') | 6879 @DomName('SVGSymbolElement.viewBox') |
| 6879 @DocsEditable() | 6880 @DocsEditable() |
| 6880 AnimatedRect get viewBox native "SVGSymbolElement_viewBox_Getter"; | 6881 AnimatedRect get viewBox => blink.Native_SVGSymbolElement_viewBox_Getter(this)
; |
| 6881 | 6882 |
| 6882 } | 6883 } |
| 6883 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6884 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6884 // for details. All rights reserved. Use of this source code is governed by a | 6885 // for details. All rights reserved. Use of this source code is governed by a |
| 6885 // BSD-style license that can be found in the LICENSE file. | 6886 // BSD-style license that can be found in the LICENSE file. |
| 6886 | 6887 |
| 6887 // WARNING: Do not edit - generated code. | 6888 // WARNING: Do not edit - generated code. |
| 6888 | 6889 |
| 6889 | 6890 |
| 6890 @DocsEditable() | 6891 @DocsEditable() |
| (...skipping 23 matching lines...) Expand all Loading... |
| 6914 | 6915 |
| 6915 @DocsEditable() | 6916 @DocsEditable() |
| 6916 @DomName('SVGTests') | 6917 @DomName('SVGTests') |
| 6917 @Unstable() | 6918 @Unstable() |
| 6918 abstract class Tests extends NativeFieldWrapperClass2 { | 6919 abstract class Tests extends NativeFieldWrapperClass2 { |
| 6919 // To suppress missing implicit constructor warnings. | 6920 // To suppress missing implicit constructor warnings. |
| 6920 factory Tests._() { throw new UnsupportedError("Not supported"); } | 6921 factory Tests._() { throw new UnsupportedError("Not supported"); } |
| 6921 | 6922 |
| 6922 @DomName('SVGTests.requiredExtensions') | 6923 @DomName('SVGTests.requiredExtensions') |
| 6923 @DocsEditable() | 6924 @DocsEditable() |
| 6924 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; | 6925 StringList get requiredExtensions => blink.Native_SVGTests_requiredExtensions_
Getter(this); |
| 6925 | 6926 |
| 6926 @DomName('SVGTests.requiredFeatures') | 6927 @DomName('SVGTests.requiredFeatures') |
| 6927 @DocsEditable() | 6928 @DocsEditable() |
| 6928 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; | 6929 StringList get requiredFeatures => blink.Native_SVGTests_requiredFeatures_Gett
er(this); |
| 6929 | 6930 |
| 6930 @DomName('SVGTests.systemLanguage') | 6931 @DomName('SVGTests.systemLanguage') |
| 6931 @DocsEditable() | 6932 @DocsEditable() |
| 6932 StringList get systemLanguage native "SVGTests_systemLanguage_Getter"; | 6933 StringList get systemLanguage => blink.Native_SVGTests_systemLanguage_Getter(t
his); |
| 6933 | 6934 |
| 6934 @DomName('SVGTests.hasExtension') | 6935 @DomName('SVGTests.hasExtension') |
| 6935 @DocsEditable() | 6936 @DocsEditable() |
| 6936 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback"; | 6937 bool hasExtension(String extension) => blink.Native_SVGTests_hasExtension_Call
back(this, extension); |
| 6937 | 6938 |
| 6938 } | 6939 } |
| 6939 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6940 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6940 // for details. All rights reserved. Use of this source code is governed by a | 6941 // for details. All rights reserved. Use of this source code is governed by a |
| 6941 // BSD-style license that can be found in the LICENSE file. | 6942 // BSD-style license that can be found in the LICENSE file. |
| 6942 | 6943 |
| 6943 // WARNING: Do not edit - generated code. | 6944 // WARNING: Do not edit - generated code. |
| 6944 | 6945 |
| 6945 | 6946 |
| 6946 @DocsEditable() | 6947 @DocsEditable() |
| (...skipping 16 matching lines...) Expand all Loading... |
| 6963 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') | 6964 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') |
| 6964 @DocsEditable() | 6965 @DocsEditable() |
| 6965 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; | 6966 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; |
| 6966 | 6967 |
| 6967 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN') | 6968 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN') |
| 6968 @DocsEditable() | 6969 @DocsEditable() |
| 6969 static const int LENGTHADJUST_UNKNOWN = 0; | 6970 static const int LENGTHADJUST_UNKNOWN = 0; |
| 6970 | 6971 |
| 6971 @DomName('SVGTextContentElement.lengthAdjust') | 6972 @DomName('SVGTextContentElement.lengthAdjust') |
| 6972 @DocsEditable() | 6973 @DocsEditable() |
| 6973 AnimatedEnumeration get lengthAdjust native "SVGTextContentElement_lengthAdjus
t_Getter"; | 6974 AnimatedEnumeration get lengthAdjust => blink.Native_SVGTextContentElement_len
gthAdjust_Getter(this); |
| 6974 | 6975 |
| 6975 @DomName('SVGTextContentElement.textLength') | 6976 @DomName('SVGTextContentElement.textLength') |
| 6976 @DocsEditable() | 6977 @DocsEditable() |
| 6977 AnimatedLength get textLength native "SVGTextContentElement_textLength_Getter"
; | 6978 AnimatedLength get textLength => blink.Native_SVGTextContentElement_textLength
_Getter(this); |
| 6978 | 6979 |
| 6979 @DomName('SVGTextContentElement.getCharNumAtPosition') | 6980 @DomName('SVGTextContentElement.getCharNumAtPosition') |
| 6980 @DocsEditable() | 6981 @DocsEditable() |
| 6981 int getCharNumAtPosition(Point point) native "SVGTextContentElement_getCharNum
AtPosition_Callback"; | 6982 int getCharNumAtPosition(Point point) => blink.Native_SVGTextContentElement_ge
tCharNumAtPosition_Callback(this, point); |
| 6982 | 6983 |
| 6983 @DomName('SVGTextContentElement.getComputedTextLength') | 6984 @DomName('SVGTextContentElement.getComputedTextLength') |
| 6984 @DocsEditable() | 6985 @DocsEditable() |
| 6985 double getComputedTextLength() native "SVGTextContentElement_getComputedTextLe
ngth_Callback"; | 6986 double getComputedTextLength() => blink.Native_SVGTextContentElement_getComput
edTextLength_Callback(this); |
| 6986 | 6987 |
| 6987 @DomName('SVGTextContentElement.getEndPositionOfChar') | 6988 @DomName('SVGTextContentElement.getEndPositionOfChar') |
| 6988 @DocsEditable() | 6989 @DocsEditable() |
| 6989 Point getEndPositionOfChar(int offset) native "SVGTextContentElement_getEndPos
itionOfChar_Callback"; | 6990 Point getEndPositionOfChar(int offset) => blink.Native_SVGTextContentElement_g
etEndPositionOfChar_Callback(this, offset); |
| 6990 | 6991 |
| 6991 @DomName('SVGTextContentElement.getExtentOfChar') | 6992 @DomName('SVGTextContentElement.getExtentOfChar') |
| 6992 @DocsEditable() | 6993 @DocsEditable() |
| 6993 Rect getExtentOfChar(int offset) native "SVGTextContentElement_getExtentOfChar
_Callback"; | 6994 Rect getExtentOfChar(int offset) => blink.Native_SVGTextContentElement_getExte
ntOfChar_Callback(this, offset); |
| 6994 | 6995 |
| 6995 @DomName('SVGTextContentElement.getNumberOfChars') | 6996 @DomName('SVGTextContentElement.getNumberOfChars') |
| 6996 @DocsEditable() | 6997 @DocsEditable() |
| 6997 int getNumberOfChars() native "SVGTextContentElement_getNumberOfChars_Callback
"; | 6998 int getNumberOfChars() => blink.Native_SVGTextContentElement_getNumberOfChars_
Callback(this); |
| 6998 | 6999 |
| 6999 @DomName('SVGTextContentElement.getRotationOfChar') | 7000 @DomName('SVGTextContentElement.getRotationOfChar') |
| 7000 @DocsEditable() | 7001 @DocsEditable() |
| 7001 double getRotationOfChar(int offset) native "SVGTextContentElement_getRotation
OfChar_Callback"; | 7002 double getRotationOfChar(int offset) => blink.Native_SVGTextContentElement_get
RotationOfChar_Callback(this, offset); |
| 7002 | 7003 |
| 7003 @DomName('SVGTextContentElement.getStartPositionOfChar') | 7004 @DomName('SVGTextContentElement.getStartPositionOfChar') |
| 7004 @DocsEditable() | 7005 @DocsEditable() |
| 7005 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar
tPositionOfChar_Callback"; | 7006 Point getStartPositionOfChar(int offset) => blink.Native_SVGTextContentElement
_getStartPositionOfChar_Callback(this, offset); |
| 7006 | 7007 |
| 7007 @DomName('SVGTextContentElement.getSubStringLength') | 7008 @DomName('SVGTextContentElement.getSubStringLength') |
| 7008 @DocsEditable() | 7009 @DocsEditable() |
| 7009 double getSubStringLength(int offset, int length) native "SVGTextContentElemen
t_getSubStringLength_Callback"; | 7010 double getSubStringLength(int offset, int length) => blink.Native_SVGTextConte
ntElement_getSubStringLength_Callback(this, offset, length); |
| 7010 | 7011 |
| 7011 @DomName('SVGTextContentElement.selectSubString') | 7012 @DomName('SVGTextContentElement.selectSubString') |
| 7012 @DocsEditable() | 7013 @DocsEditable() |
| 7013 void selectSubString(int offset, int length) native "SVGTextContentElement_sel
ectSubString_Callback"; | 7014 void selectSubString(int offset, int length) => blink.Native_SVGTextContentEle
ment_selectSubString_Callback(this, offset, length); |
| 7014 | 7015 |
| 7015 } | 7016 } |
| 7016 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7017 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7017 // for details. All rights reserved. Use of this source code is governed by a | 7018 // for details. All rights reserved. Use of this source code is governed by a |
| 7018 // BSD-style license that can be found in the LICENSE file. | 7019 // BSD-style license that can be found in the LICENSE file. |
| 7019 | 7020 |
| 7020 // WARNING: Do not edit - generated code. | 7021 // WARNING: Do not edit - generated code. |
| 7021 | 7022 |
| 7022 | 7023 |
| 7023 @DocsEditable() | 7024 @DocsEditable() |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7077 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT') | 7078 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT') |
| 7078 @DocsEditable() | 7079 @DocsEditable() |
| 7079 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; | 7080 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; |
| 7080 | 7081 |
| 7081 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN') | 7082 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN') |
| 7082 @DocsEditable() | 7083 @DocsEditable() |
| 7083 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; | 7084 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; |
| 7084 | 7085 |
| 7085 @DomName('SVGTextPathElement.method') | 7086 @DomName('SVGTextPathElement.method') |
| 7086 @DocsEditable() | 7087 @DocsEditable() |
| 7087 AnimatedEnumeration get method native "SVGTextPathElement_method_Getter"; | 7088 AnimatedEnumeration get method => blink.Native_SVGTextPathElement_method_Gette
r(this); |
| 7088 | 7089 |
| 7089 @DomName('SVGTextPathElement.spacing') | 7090 @DomName('SVGTextPathElement.spacing') |
| 7090 @DocsEditable() | 7091 @DocsEditable() |
| 7091 AnimatedEnumeration get spacing native "SVGTextPathElement_spacing_Getter"; | 7092 AnimatedEnumeration get spacing => blink.Native_SVGTextPathElement_spacing_Get
ter(this); |
| 7092 | 7093 |
| 7093 @DomName('SVGTextPathElement.startOffset') | 7094 @DomName('SVGTextPathElement.startOffset') |
| 7094 @DocsEditable() | 7095 @DocsEditable() |
| 7095 AnimatedLength get startOffset native "SVGTextPathElement_startOffset_Getter"; | 7096 AnimatedLength get startOffset => blink.Native_SVGTextPathElement_startOffset_
Getter(this); |
| 7096 | 7097 |
| 7097 @DomName('SVGTextPathElement.href') | 7098 @DomName('SVGTextPathElement.href') |
| 7098 @DocsEditable() | 7099 @DocsEditable() |
| 7099 AnimatedString get href native "SVGTextPathElement_href_Getter"; | 7100 AnimatedString get href => blink.Native_SVGTextPathElement_href_Getter(this); |
| 7100 | 7101 |
| 7101 } | 7102 } |
| 7102 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7103 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7103 // for details. All rights reserved. Use of this source code is governed by a | 7104 // for details. All rights reserved. Use of this source code is governed by a |
| 7104 // BSD-style license that can be found in the LICENSE file. | 7105 // BSD-style license that can be found in the LICENSE file. |
| 7105 | 7106 |
| 7106 // WARNING: Do not edit - generated code. | 7107 // WARNING: Do not edit - generated code. |
| 7107 | 7108 |
| 7108 | 7109 |
| 7109 @DocsEditable() | 7110 @DocsEditable() |
| 7110 @DomName('SVGTextPositioningElement') | 7111 @DomName('SVGTextPositioningElement') |
| 7111 @Unstable() | 7112 @Unstable() |
| 7112 class TextPositioningElement extends TextContentElement { | 7113 class TextPositioningElement extends TextContentElement { |
| 7113 // To suppress missing implicit constructor warnings. | 7114 // To suppress missing implicit constructor warnings. |
| 7114 factory TextPositioningElement._() { throw new UnsupportedError("Not supported
"); } | 7115 factory TextPositioningElement._() { throw new UnsupportedError("Not supported
"); } |
| 7115 /** | 7116 /** |
| 7116 * Constructor instantiated by the DOM when a custom element has been created. | 7117 * Constructor instantiated by the DOM when a custom element has been created. |
| 7117 * | 7118 * |
| 7118 * This can only be called by subclasses from their created constructor. | 7119 * This can only be called by subclasses from their created constructor. |
| 7119 */ | 7120 */ |
| 7120 TextPositioningElement.created() : super.created(); | 7121 TextPositioningElement.created() : super.created(); |
| 7121 | 7122 |
| 7122 @DomName('SVGTextPositioningElement.dx') | 7123 @DomName('SVGTextPositioningElement.dx') |
| 7123 @DocsEditable() | 7124 @DocsEditable() |
| 7124 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter"; | 7125 AnimatedLengthList get dx => blink.Native_SVGTextPositioningElement_dx_Getter(
this); |
| 7125 | 7126 |
| 7126 @DomName('SVGTextPositioningElement.dy') | 7127 @DomName('SVGTextPositioningElement.dy') |
| 7127 @DocsEditable() | 7128 @DocsEditable() |
| 7128 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter"; | 7129 AnimatedLengthList get dy => blink.Native_SVGTextPositioningElement_dy_Getter(
this); |
| 7129 | 7130 |
| 7130 @DomName('SVGTextPositioningElement.rotate') | 7131 @DomName('SVGTextPositioningElement.rotate') |
| 7131 @DocsEditable() | 7132 @DocsEditable() |
| 7132 AnimatedNumberList get rotate native "SVGTextPositioningElement_rotate_Getter"
; | 7133 AnimatedNumberList get rotate => blink.Native_SVGTextPositioningElement_rotate
_Getter(this); |
| 7133 | 7134 |
| 7134 @DomName('SVGTextPositioningElement.x') | 7135 @DomName('SVGTextPositioningElement.x') |
| 7135 @DocsEditable() | 7136 @DocsEditable() |
| 7136 AnimatedLengthList get x native "SVGTextPositioningElement_x_Getter"; | 7137 AnimatedLengthList get x => blink.Native_SVGTextPositioningElement_x_Getter(th
is); |
| 7137 | 7138 |
| 7138 @DomName('SVGTextPositioningElement.y') | 7139 @DomName('SVGTextPositioningElement.y') |
| 7139 @DocsEditable() | 7140 @DocsEditable() |
| 7140 AnimatedLengthList get y native "SVGTextPositioningElement_y_Getter"; | 7141 AnimatedLengthList get y => blink.Native_SVGTextPositioningElement_y_Getter(th
is); |
| 7141 | 7142 |
| 7142 } | 7143 } |
| 7143 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7144 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7144 // for details. All rights reserved. Use of this source code is governed by a | 7145 // for details. All rights reserved. Use of this source code is governed by a |
| 7145 // BSD-style license that can be found in the LICENSE file. | 7146 // BSD-style license that can be found in the LICENSE file. |
| 7146 | 7147 |
| 7147 // WARNING: Do not edit - generated code. | 7148 // WARNING: Do not edit - generated code. |
| 7148 | 7149 |
| 7149 | 7150 |
| 7150 @DocsEditable() | 7151 @DocsEditable() |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7202 @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE') | 7203 @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE') |
| 7203 @DocsEditable() | 7204 @DocsEditable() |
| 7204 static const int SVG_TRANSFORM_TRANSLATE = 2; | 7205 static const int SVG_TRANSFORM_TRANSLATE = 2; |
| 7205 | 7206 |
| 7206 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') | 7207 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') |
| 7207 @DocsEditable() | 7208 @DocsEditable() |
| 7208 static const int SVG_TRANSFORM_UNKNOWN = 0; | 7209 static const int SVG_TRANSFORM_UNKNOWN = 0; |
| 7209 | 7210 |
| 7210 @DomName('SVGTransform.angle') | 7211 @DomName('SVGTransform.angle') |
| 7211 @DocsEditable() | 7212 @DocsEditable() |
| 7212 double get angle native "SVGTransform_angle_Getter"; | 7213 double get angle => blink.Native_SVGTransform_angle_Getter(this); |
| 7213 | 7214 |
| 7214 @DomName('SVGTransform.matrix') | 7215 @DomName('SVGTransform.matrix') |
| 7215 @DocsEditable() | 7216 @DocsEditable() |
| 7216 Matrix get matrix native "SVGTransform_matrix_Getter"; | 7217 Matrix get matrix => blink.Native_SVGTransform_matrix_Getter(this); |
| 7217 | 7218 |
| 7218 @DomName('SVGTransform.type') | 7219 @DomName('SVGTransform.type') |
| 7219 @DocsEditable() | 7220 @DocsEditable() |
| 7220 int get type native "SVGTransform_type_Getter"; | 7221 int get type => blink.Native_SVGTransform_type_Getter(this); |
| 7221 | 7222 |
| 7222 @DomName('SVGTransform.setMatrix') | 7223 @DomName('SVGTransform.setMatrix') |
| 7223 @DocsEditable() | 7224 @DocsEditable() |
| 7224 void setMatrix(Matrix matrix) native "SVGTransform_setMatrix_Callback"; | 7225 void setMatrix(Matrix matrix) => blink.Native_SVGTransform_setMatrix_Callback(
this, matrix); |
| 7225 | 7226 |
| 7226 @DomName('SVGTransform.setRotate') | 7227 @DomName('SVGTransform.setRotate') |
| 7227 @DocsEditable() | 7228 @DocsEditable() |
| 7228 void setRotate(num angle, num cx, num cy) native "SVGTransform_setRotate_Callb
ack"; | 7229 void setRotate(num angle, num cx, num cy) => blink.Native_SVGTransform_setRota
te_Callback(this, angle, cx, cy); |
| 7229 | 7230 |
| 7230 @DomName('SVGTransform.setScale') | 7231 @DomName('SVGTransform.setScale') |
| 7231 @DocsEditable() | 7232 @DocsEditable() |
| 7232 void setScale(num sx, num sy) native "SVGTransform_setScale_Callback"; | 7233 void setScale(num sx, num sy) => blink.Native_SVGTransform_setScale_Callback(t
his, sx, sy); |
| 7233 | 7234 |
| 7234 @DomName('SVGTransform.setSkewX') | 7235 @DomName('SVGTransform.setSkewX') |
| 7235 @DocsEditable() | 7236 @DocsEditable() |
| 7236 void setSkewX(num angle) native "SVGTransform_setSkewX_Callback"; | 7237 void setSkewX(num angle) => blink.Native_SVGTransform_setSkewX_Callback(this,
angle); |
| 7237 | 7238 |
| 7238 @DomName('SVGTransform.setSkewY') | 7239 @DomName('SVGTransform.setSkewY') |
| 7239 @DocsEditable() | 7240 @DocsEditable() |
| 7240 void setSkewY(num angle) native "SVGTransform_setSkewY_Callback"; | 7241 void setSkewY(num angle) => blink.Native_SVGTransform_setSkewY_Callback(this,
angle); |
| 7241 | 7242 |
| 7242 @DomName('SVGTransform.setTranslate') | 7243 @DomName('SVGTransform.setTranslate') |
| 7243 @DocsEditable() | 7244 @DocsEditable() |
| 7244 void setTranslate(num tx, num ty) native "SVGTransform_setTranslate_Callback"; | 7245 void setTranslate(num tx, num ty) => blink.Native_SVGTransform_setTranslate_Ca
llback(this, tx, ty); |
| 7245 | 7246 |
| 7246 } | 7247 } |
| 7247 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7248 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7248 // for details. All rights reserved. Use of this source code is governed by a | 7249 // for details. All rights reserved. Use of this source code is governed by a |
| 7249 // BSD-style license that can be found in the LICENSE file. | 7250 // BSD-style license that can be found in the LICENSE file. |
| 7250 | 7251 |
| 7251 // WARNING: Do not edit - generated code. | 7252 // WARNING: Do not edit - generated code. |
| 7252 | 7253 |
| 7253 | 7254 |
| 7254 @DocsEditable() | 7255 @DocsEditable() |
| 7255 @DomName('SVGTransformList') | 7256 @DomName('SVGTransformList') |
| 7256 @Unstable() | 7257 @Unstable() |
| 7257 class TransformList extends NativeFieldWrapperClass2 with ListMixin<Transform>,
ImmutableListMixin<Transform> implements List<Transform> { | 7258 class TransformList extends NativeFieldWrapperClass2 with ListMixin<Transform>,
ImmutableListMixin<Transform> implements List<Transform> { |
| 7258 // To suppress missing implicit constructor warnings. | 7259 // To suppress missing implicit constructor warnings. |
| 7259 factory TransformList._() { throw new UnsupportedError("Not supported"); } | 7260 factory TransformList._() { throw new UnsupportedError("Not supported"); } |
| 7260 | 7261 |
| 7261 @DomName('SVGTransformList.numberOfItems') | 7262 @DomName('SVGTransformList.numberOfItems') |
| 7262 @DocsEditable() | 7263 @DocsEditable() |
| 7263 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; | 7264 int get numberOfItems => blink.Native_SVGTransformList_numberOfItems_Getter(th
is); |
| 7264 | 7265 |
| 7265 Transform operator[](int index) { | 7266 Transform operator[](int index) { |
| 7266 if (index < 0 || index >= length) | 7267 if (index < 0 || index >= length) |
| 7267 throw new RangeError.range(index, 0, length); | 7268 throw new RangeError.range(index, 0, length); |
| 7268 return getItem(index); | 7269 return getItem(index); |
| 7269 } | 7270 } |
| 7270 | 7271 |
| 7271 void operator[]=(int index, Transform value) { | 7272 void operator[]=(int index, Transform value) { |
| 7272 throw new UnsupportedError("Cannot assign element of immutable List."); | 7273 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 7273 } | 7274 } |
| (...skipping 29 matching lines...) Expand all Loading... |
| 7303 } | 7304 } |
| 7304 if (len == 0) throw new StateError("No elements"); | 7305 if (len == 0) throw new StateError("No elements"); |
| 7305 throw new StateError("More than one element"); | 7306 throw new StateError("More than one element"); |
| 7306 } | 7307 } |
| 7307 | 7308 |
| 7308 Transform elementAt(int index) => this[index]; | 7309 Transform elementAt(int index) => this[index]; |
| 7309 // -- end List<Transform> mixins. | 7310 // -- end List<Transform> mixins. |
| 7310 | 7311 |
| 7311 @DomName('SVGTransformList.appendItem') | 7312 @DomName('SVGTransformList.appendItem') |
| 7312 @DocsEditable() | 7313 @DocsEditable() |
| 7313 Transform appendItem(Transform item) native "SVGTransformList_appendItem_Callb
ack"; | 7314 Transform appendItem(Transform item) => blink.Native_SVGTransformList_appendIt
em_Callback(this, item); |
| 7314 | 7315 |
| 7315 @DomName('SVGTransformList.clear') | 7316 @DomName('SVGTransformList.clear') |
| 7316 @DocsEditable() | 7317 @DocsEditable() |
| 7317 void clear() native "SVGTransformList_clear_Callback"; | 7318 void clear() => blink.Native_SVGTransformList_clear_Callback(this); |
| 7318 | 7319 |
| 7319 @DomName('SVGTransformList.consolidate') | 7320 @DomName('SVGTransformList.consolidate') |
| 7320 @DocsEditable() | 7321 @DocsEditable() |
| 7321 Transform consolidate() native "SVGTransformList_consolidate_Callback"; | 7322 Transform consolidate() => blink.Native_SVGTransformList_consolidate_Callback(
this); |
| 7322 | 7323 |
| 7323 @DomName('SVGTransformList.createSVGTransformFromMatrix') | 7324 @DomName('SVGTransformList.createSVGTransformFromMatrix') |
| 7324 @DocsEditable() | 7325 @DocsEditable() |
| 7325 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGTransformList
_createSVGTransformFromMatrix_Callback"; | 7326 Transform createSvgTransformFromMatrix(Matrix matrix) => blink.Native_SVGTrans
formList_createSVGTransformFromMatrix_Callback(this, matrix); |
| 7326 | 7327 |
| 7327 @DomName('SVGTransformList.getItem') | 7328 @DomName('SVGTransformList.getItem') |
| 7328 @DocsEditable() | 7329 @DocsEditable() |
| 7329 Transform getItem(int index) native "SVGTransformList_getItem_Callback"; | 7330 Transform getItem(int index) => blink.Native_SVGTransformList_getItem_Callback
(this, index); |
| 7330 | 7331 |
| 7331 @DomName('SVGTransformList.initialize') | 7332 @DomName('SVGTransformList.initialize') |
| 7332 @DocsEditable() | 7333 @DocsEditable() |
| 7333 Transform initialize(Transform item) native "SVGTransformList_initialize_Callb
ack"; | 7334 Transform initialize(Transform item) => blink.Native_SVGTransformList_initiali
ze_Callback(this, item); |
| 7334 | 7335 |
| 7335 @DomName('SVGTransformList.insertItemBefore') | 7336 @DomName('SVGTransformList.insertItemBefore') |
| 7336 @DocsEditable() | 7337 @DocsEditable() |
| 7337 Transform insertItemBefore(Transform item, int index) native "SVGTransformList
_insertItemBefore_Callback"; | 7338 Transform insertItemBefore(Transform item, int index) => blink.Native_SVGTrans
formList_insertItemBefore_Callback(this, item, index); |
| 7338 | 7339 |
| 7339 @DomName('SVGTransformList.removeItem') | 7340 @DomName('SVGTransformList.removeItem') |
| 7340 @DocsEditable() | 7341 @DocsEditable() |
| 7341 Transform removeItem(int index) native "SVGTransformList_removeItem_Callback"; | 7342 Transform removeItem(int index) => blink.Native_SVGTransformList_removeItem_Ca
llback(this, index); |
| 7342 | 7343 |
| 7343 @DomName('SVGTransformList.replaceItem') | 7344 @DomName('SVGTransformList.replaceItem') |
| 7344 @DocsEditable() | 7345 @DocsEditable() |
| 7345 Transform replaceItem(Transform item, int index) native "SVGTransformList_repl
aceItem_Callback"; | 7346 Transform replaceItem(Transform item, int index) => blink.Native_SVGTransformL
ist_replaceItem_Callback(this, item, index); |
| 7346 | 7347 |
| 7347 } | 7348 } |
| 7348 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7349 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7349 // for details. All rights reserved. Use of this source code is governed by a | 7350 // for details. All rights reserved. Use of this source code is governed by a |
| 7350 // BSD-style license that can be found in the LICENSE file. | 7351 // BSD-style license that can be found in the LICENSE file. |
| 7351 | 7352 |
| 7352 // WARNING: Do not edit - generated code. | 7353 // WARNING: Do not edit - generated code. |
| 7353 | 7354 |
| 7354 | 7355 |
| 7355 @DocsEditable() | 7356 @DocsEditable() |
| (...skipping 25 matching lines...) Expand all Loading... |
| 7381 | 7382 |
| 7382 @DocsEditable() | 7383 @DocsEditable() |
| 7383 @DomName('SVGURIReference') | 7384 @DomName('SVGURIReference') |
| 7384 @Unstable() | 7385 @Unstable() |
| 7385 abstract class UriReference extends NativeFieldWrapperClass2 { | 7386 abstract class UriReference extends NativeFieldWrapperClass2 { |
| 7386 // To suppress missing implicit constructor warnings. | 7387 // To suppress missing implicit constructor warnings. |
| 7387 factory UriReference._() { throw new UnsupportedError("Not supported"); } | 7388 factory UriReference._() { throw new UnsupportedError("Not supported"); } |
| 7388 | 7389 |
| 7389 @DomName('SVGURIReference.href') | 7390 @DomName('SVGURIReference.href') |
| 7390 @DocsEditable() | 7391 @DocsEditable() |
| 7391 AnimatedString get href native "SVGURIReference_href_Getter"; | 7392 AnimatedString get href => blink.Native_SVGURIReference_href_Getter(this); |
| 7392 | 7393 |
| 7393 } | 7394 } |
| 7394 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7395 // for details. All rights reserved. Use of this source code is governed by a | 7396 // for details. All rights reserved. Use of this source code is governed by a |
| 7396 // BSD-style license that can be found in the LICENSE file. | 7397 // BSD-style license that can be found in the LICENSE file. |
| 7397 | 7398 |
| 7398 // WARNING: Do not edit - generated code. | 7399 // WARNING: Do not edit - generated code. |
| 7399 | 7400 |
| 7400 | 7401 |
| 7401 @DocsEditable() | 7402 @DocsEditable() |
| 7402 @DomName('SVGUseElement') | 7403 @DomName('SVGUseElement') |
| 7403 @Unstable() | 7404 @Unstable() |
| 7404 class UseElement extends GraphicsElement implements UriReference, Tests { | 7405 class UseElement extends GraphicsElement implements UriReference, Tests { |
| 7405 // To suppress missing implicit constructor warnings. | 7406 // To suppress missing implicit constructor warnings. |
| 7406 factory UseElement._() { throw new UnsupportedError("Not supported"); } | 7407 factory UseElement._() { throw new UnsupportedError("Not supported"); } |
| 7407 | 7408 |
| 7408 @DomName('SVGUseElement.SVGUseElement') | 7409 @DomName('SVGUseElement.SVGUseElement') |
| 7409 @DocsEditable() | 7410 @DocsEditable() |
| 7410 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 7411 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; |
| 7411 /** | 7412 /** |
| 7412 * Constructor instantiated by the DOM when a custom element has been created. | 7413 * Constructor instantiated by the DOM when a custom element has been created. |
| 7413 * | 7414 * |
| 7414 * This can only be called by subclasses from their created constructor. | 7415 * This can only be called by subclasses from their created constructor. |
| 7415 */ | 7416 */ |
| 7416 UseElement.created() : super.created(); | 7417 UseElement.created() : super.created(); |
| 7417 | 7418 |
| 7418 @DomName('SVGUseElement.animatedInstanceRoot') | 7419 @DomName('SVGUseElement.animatedInstanceRoot') |
| 7419 @DocsEditable() | 7420 @DocsEditable() |
| 7420 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc
eRoot_Getter"; | 7421 ElementInstance get animatedInstanceRoot => blink.Native_SVGUseElement_animate
dInstanceRoot_Getter(this); |
| 7421 | 7422 |
| 7422 @DomName('SVGUseElement.height') | 7423 @DomName('SVGUseElement.height') |
| 7423 @DocsEditable() | 7424 @DocsEditable() |
| 7424 AnimatedLength get height native "SVGUseElement_height_Getter"; | 7425 AnimatedLength get height => blink.Native_SVGUseElement_height_Getter(this); |
| 7425 | 7426 |
| 7426 @DomName('SVGUseElement.instanceRoot') | 7427 @DomName('SVGUseElement.instanceRoot') |
| 7427 @DocsEditable() | 7428 @DocsEditable() |
| 7428 ElementInstance get instanceRoot native "SVGUseElement_instanceRoot_Getter"; | 7429 ElementInstance get instanceRoot => blink.Native_SVGUseElement_instanceRoot_Ge
tter(this); |
| 7429 | 7430 |
| 7430 @DomName('SVGUseElement.width') | 7431 @DomName('SVGUseElement.width') |
| 7431 @DocsEditable() | 7432 @DocsEditable() |
| 7432 AnimatedLength get width native "SVGUseElement_width_Getter"; | 7433 AnimatedLength get width => blink.Native_SVGUseElement_width_Getter(this); |
| 7433 | 7434 |
| 7434 @DomName('SVGUseElement.x') | 7435 @DomName('SVGUseElement.x') |
| 7435 @DocsEditable() | 7436 @DocsEditable() |
| 7436 AnimatedLength get x native "SVGUseElement_x_Getter"; | 7437 AnimatedLength get x => blink.Native_SVGUseElement_x_Getter(this); |
| 7437 | 7438 |
| 7438 @DomName('SVGUseElement.y') | 7439 @DomName('SVGUseElement.y') |
| 7439 @DocsEditable() | 7440 @DocsEditable() |
| 7440 AnimatedLength get y native "SVGUseElement_y_Getter"; | 7441 AnimatedLength get y => blink.Native_SVGUseElement_y_Getter(this); |
| 7441 | 7442 |
| 7442 @DomName('SVGUseElement.requiredExtensions') | 7443 @DomName('SVGUseElement.requiredExtensions') |
| 7443 @DocsEditable() | 7444 @DocsEditable() |
| 7444 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get
ter"; | 7445 StringList get requiredExtensions => blink.Native_SVGUseElement_requiredExtens
ions_Getter(this); |
| 7445 | 7446 |
| 7446 @DomName('SVGUseElement.requiredFeatures') | 7447 @DomName('SVGUseElement.requiredFeatures') |
| 7447 @DocsEditable() | 7448 @DocsEditable() |
| 7448 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter"
; | 7449 StringList get requiredFeatures => blink.Native_SVGUseElement_requiredFeatures
_Getter(this); |
| 7449 | 7450 |
| 7450 @DomName('SVGUseElement.systemLanguage') | 7451 @DomName('SVGUseElement.systemLanguage') |
| 7451 @DocsEditable() | 7452 @DocsEditable() |
| 7452 StringList get systemLanguage native "SVGUseElement_systemLanguage_Getter"; | 7453 StringList get systemLanguage => blink.Native_SVGUseElement_systemLanguage_Get
ter(this); |
| 7453 | 7454 |
| 7454 @DomName('SVGUseElement.hasExtension') | 7455 @DomName('SVGUseElement.hasExtension') |
| 7455 @DocsEditable() | 7456 @DocsEditable() |
| 7456 bool hasExtension(String extension) native "SVGUseElement_hasExtension_Callbac
k"; | 7457 bool hasExtension(String extension) => blink.Native_SVGUseElement_hasExtension
_Callback(this, extension); |
| 7457 | 7458 |
| 7458 @DomName('SVGUseElement.href') | 7459 @DomName('SVGUseElement.href') |
| 7459 @DocsEditable() | 7460 @DocsEditable() |
| 7460 AnimatedString get href native "SVGUseElement_href_Getter"; | 7461 AnimatedString get href => blink.Native_SVGUseElement_href_Getter(this); |
| 7461 | 7462 |
| 7462 } | 7463 } |
| 7463 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7464 // for details. All rights reserved. Use of this source code is governed by a | 7465 // for details. All rights reserved. Use of this source code is governed by a |
| 7465 // BSD-style license that can be found in the LICENSE file. | 7466 // BSD-style license that can be found in the LICENSE file. |
| 7466 | 7467 |
| 7467 // WARNING: Do not edit - generated code. | 7468 // WARNING: Do not edit - generated code. |
| 7468 | 7469 |
| 7469 | 7470 |
| 7470 @DocsEditable() | 7471 @DocsEditable() |
| 7471 @DomName('SVGViewElement') | 7472 @DomName('SVGViewElement') |
| 7472 @Unstable() | 7473 @Unstable() |
| 7473 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { | 7474 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { |
| 7474 // To suppress missing implicit constructor warnings. | 7475 // To suppress missing implicit constructor warnings. |
| 7475 factory ViewElement._() { throw new UnsupportedError("Not supported"); } | 7476 factory ViewElement._() { throw new UnsupportedError("Not supported"); } |
| 7476 | 7477 |
| 7477 @DomName('SVGViewElement.SVGViewElement') | 7478 @DomName('SVGViewElement.SVGViewElement') |
| 7478 @DocsEditable() | 7479 @DocsEditable() |
| 7479 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); | 7480 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); |
| 7480 /** | 7481 /** |
| 7481 * Constructor instantiated by the DOM when a custom element has been created. | 7482 * Constructor instantiated by the DOM when a custom element has been created. |
| 7482 * | 7483 * |
| 7483 * This can only be called by subclasses from their created constructor. | 7484 * This can only be called by subclasses from their created constructor. |
| 7484 */ | 7485 */ |
| 7485 ViewElement.created() : super.created(); | 7486 ViewElement.created() : super.created(); |
| 7486 | 7487 |
| 7487 @DomName('SVGViewElement.viewTarget') | 7488 @DomName('SVGViewElement.viewTarget') |
| 7488 @DocsEditable() | 7489 @DocsEditable() |
| 7489 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; | 7490 StringList get viewTarget => blink.Native_SVGViewElement_viewTarget_Getter(thi
s); |
| 7490 | 7491 |
| 7491 @DomName('SVGViewElement.preserveAspectRatio') | 7492 @DomName('SVGViewElement.preserveAspectRatio') |
| 7492 @DocsEditable() | 7493 @DocsEditable() |
| 7493 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewElement_pre
serveAspectRatio_Getter"; | 7494 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGViewEle
ment_preserveAspectRatio_Getter(this); |
| 7494 | 7495 |
| 7495 @DomName('SVGViewElement.viewBox') | 7496 @DomName('SVGViewElement.viewBox') |
| 7496 @DocsEditable() | 7497 @DocsEditable() |
| 7497 AnimatedRect get viewBox native "SVGViewElement_viewBox_Getter"; | 7498 AnimatedRect get viewBox => blink.Native_SVGViewElement_viewBox_Getter(this); |
| 7498 | 7499 |
| 7499 @DomName('SVGViewElement.zoomAndPan') | 7500 @DomName('SVGViewElement.zoomAndPan') |
| 7500 @DocsEditable() | 7501 @DocsEditable() |
| 7501 int get zoomAndPan native "SVGViewElement_zoomAndPan_Getter"; | 7502 int get zoomAndPan => blink.Native_SVGViewElement_zoomAndPan_Getter(this); |
| 7502 | 7503 |
| 7503 @DomName('SVGViewElement.zoomAndPan') | 7504 @DomName('SVGViewElement.zoomAndPan') |
| 7504 @DocsEditable() | 7505 @DocsEditable() |
| 7505 void set zoomAndPan(int value) native "SVGViewElement_zoomAndPan_Setter"; | 7506 void set zoomAndPan(int value) => blink.Native_SVGViewElement_zoomAndPan_Sette
r(this, value); |
| 7506 | 7507 |
| 7507 } | 7508 } |
| 7508 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7509 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7509 // for details. All rights reserved. Use of this source code is governed by a | 7510 // for details. All rights reserved. Use of this source code is governed by a |
| 7510 // BSD-style license that can be found in the LICENSE file. | 7511 // BSD-style license that can be found in the LICENSE file. |
| 7511 | 7512 |
| 7512 // WARNING: Do not edit - generated code. | 7513 // WARNING: Do not edit - generated code. |
| 7513 | 7514 |
| 7514 | 7515 |
| 7515 @DocsEditable() | 7516 @DocsEditable() |
| 7516 @DomName('SVGViewSpec') | 7517 @DomName('SVGViewSpec') |
| 7517 @Unstable() | 7518 @Unstable() |
| 7518 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd
Pan { | 7519 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd
Pan { |
| 7519 // To suppress missing implicit constructor warnings. | 7520 // To suppress missing implicit constructor warnings. |
| 7520 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } | 7521 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } |
| 7521 | 7522 |
| 7522 @DomName('SVGViewSpec.preserveAspectRatioString') | 7523 @DomName('SVGViewSpec.preserveAspectRatioString') |
| 7523 @DocsEditable() | 7524 @DocsEditable() |
| 7524 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; | 7525 String get preserveAspectRatioString => blink.Native_SVGViewSpec_preserveAspec
tRatioString_Getter(this); |
| 7525 | 7526 |
| 7526 @DomName('SVGViewSpec.transform') | 7527 @DomName('SVGViewSpec.transform') |
| 7527 @DocsEditable() | 7528 @DocsEditable() |
| 7528 TransformList get transform native "SVGViewSpec_transform_Getter"; | 7529 TransformList get transform => blink.Native_SVGViewSpec_transform_Getter(this)
; |
| 7529 | 7530 |
| 7530 @DomName('SVGViewSpec.transformString') | 7531 @DomName('SVGViewSpec.transformString') |
| 7531 @DocsEditable() | 7532 @DocsEditable() |
| 7532 String get transformString native "SVGViewSpec_transformString_Getter"; | 7533 String get transformString => blink.Native_SVGViewSpec_transformString_Getter(
this); |
| 7533 | 7534 |
| 7534 @DomName('SVGViewSpec.viewBoxString') | 7535 @DomName('SVGViewSpec.viewBoxString') |
| 7535 @DocsEditable() | 7536 @DocsEditable() |
| 7536 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; | 7537 String get viewBoxString => blink.Native_SVGViewSpec_viewBoxString_Getter(this
); |
| 7537 | 7538 |
| 7538 @DomName('SVGViewSpec.viewTarget') | 7539 @DomName('SVGViewSpec.viewTarget') |
| 7539 @DocsEditable() | 7540 @DocsEditable() |
| 7540 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; | 7541 SvgElement get viewTarget => blink.Native_SVGViewSpec_viewTarget_Getter(this); |
| 7541 | 7542 |
| 7542 @DomName('SVGViewSpec.viewTargetString') | 7543 @DomName('SVGViewSpec.viewTargetString') |
| 7543 @DocsEditable() | 7544 @DocsEditable() |
| 7544 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; | 7545 String get viewTargetString => blink.Native_SVGViewSpec_viewTargetString_Gette
r(this); |
| 7545 | 7546 |
| 7546 @DomName('SVGViewSpec.preserveAspectRatio') | 7547 @DomName('SVGViewSpec.preserveAspectRatio') |
| 7547 @DocsEditable() | 7548 @DocsEditable() |
| 7548 @Experimental() // nonstandard | 7549 @Experimental() // nonstandard |
| 7549 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser
veAspectRatio_Getter"; | 7550 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGViewSpe
c_preserveAspectRatio_Getter(this); |
| 7550 | 7551 |
| 7551 @DomName('SVGViewSpec.viewBox') | 7552 @DomName('SVGViewSpec.viewBox') |
| 7552 @DocsEditable() | 7553 @DocsEditable() |
| 7553 @Experimental() // nonstandard | 7554 @Experimental() // nonstandard |
| 7554 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter"; | 7555 AnimatedRect get viewBox => blink.Native_SVGViewSpec_viewBox_Getter(this); |
| 7555 | 7556 |
| 7556 @DomName('SVGViewSpec.zoomAndPan') | 7557 @DomName('SVGViewSpec.zoomAndPan') |
| 7557 @DocsEditable() | 7558 @DocsEditable() |
| 7558 @Experimental() // nonstandard | 7559 @Experimental() // nonstandard |
| 7559 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; | 7560 int get zoomAndPan => blink.Native_SVGViewSpec_zoomAndPan_Getter(this); |
| 7560 | 7561 |
| 7561 @DomName('SVGViewSpec.zoomAndPan') | 7562 @DomName('SVGViewSpec.zoomAndPan') |
| 7562 @DocsEditable() | 7563 @DocsEditable() |
| 7563 @Experimental() // nonstandard | 7564 @Experimental() // nonstandard |
| 7564 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; | 7565 void set zoomAndPan(int value) => blink.Native_SVGViewSpec_zoomAndPan_Setter(t
his, value); |
| 7565 | 7566 |
| 7566 } | 7567 } |
| 7567 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7568 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7568 // for details. All rights reserved. Use of this source code is governed by a | 7569 // for details. All rights reserved. Use of this source code is governed by a |
| 7569 // BSD-style license that can be found in the LICENSE file. | 7570 // BSD-style license that can be found in the LICENSE file. |
| 7570 | 7571 |
| 7571 // WARNING: Do not edit - generated code. | 7572 // WARNING: Do not edit - generated code. |
| 7572 | 7573 |
| 7573 | 7574 |
| 7574 @DocsEditable() | 7575 @DocsEditable() |
| (...skipping 10 matching lines...) Expand all Loading... |
| 7585 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') | 7586 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') |
| 7586 @DocsEditable() | 7587 @DocsEditable() |
| 7587 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; | 7588 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; |
| 7588 | 7589 |
| 7589 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') | 7590 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') |
| 7590 @DocsEditable() | 7591 @DocsEditable() |
| 7591 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; | 7592 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; |
| 7592 | 7593 |
| 7593 @DomName('SVGZoomAndPan.zoomAndPan') | 7594 @DomName('SVGZoomAndPan.zoomAndPan') |
| 7594 @DocsEditable() | 7595 @DocsEditable() |
| 7595 int get zoomAndPan native "SVGZoomAndPan_zoomAndPan_Getter"; | 7596 int get zoomAndPan => blink.Native_SVGZoomAndPan_zoomAndPan_Getter(this); |
| 7596 | 7597 |
| 7597 @DomName('SVGZoomAndPan.zoomAndPan') | 7598 @DomName('SVGZoomAndPan.zoomAndPan') |
| 7598 @DocsEditable() | 7599 @DocsEditable() |
| 7599 void set zoomAndPan(int value) native "SVGZoomAndPan_zoomAndPan_Setter"; | 7600 void set zoomAndPan(int value) => blink.Native_SVGZoomAndPan_zoomAndPan_Setter
(this, value); |
| 7600 | 7601 |
| 7601 } | 7602 } |
| 7602 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7603 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7603 // for details. All rights reserved. Use of this source code is governed by a | 7604 // for details. All rights reserved. Use of this source code is governed by a |
| 7604 // BSD-style license that can be found in the LICENSE file. | 7605 // BSD-style license that can be found in the LICENSE file. |
| 7605 | 7606 |
| 7606 // WARNING: Do not edit - generated code. | 7607 // WARNING: Do not edit - generated code. |
| 7607 | 7608 |
| 7608 | 7609 |
| 7609 @DocsEditable() | 7610 @DocsEditable() |
| 7610 @DomName('SVGZoomEvent') | 7611 @DomName('SVGZoomEvent') |
| 7611 @Unstable() | 7612 @Unstable() |
| 7612 class ZoomEvent extends UIEvent { | 7613 class ZoomEvent extends UIEvent { |
| 7613 // To suppress missing implicit constructor warnings. | 7614 // To suppress missing implicit constructor warnings. |
| 7614 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } | 7615 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } |
| 7615 | 7616 |
| 7616 @DomName('SVGZoomEvent.newScale') | 7617 @DomName('SVGZoomEvent.newScale') |
| 7617 @DocsEditable() | 7618 @DocsEditable() |
| 7618 double get newScale native "SVGZoomEvent_newScale_Getter"; | 7619 double get newScale => blink.Native_SVGZoomEvent_newScale_Getter(this); |
| 7619 | 7620 |
| 7620 @DomName('SVGZoomEvent.newTranslate') | 7621 @DomName('SVGZoomEvent.newTranslate') |
| 7621 @DocsEditable() | 7622 @DocsEditable() |
| 7622 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; | 7623 Point get newTranslate => blink.Native_SVGZoomEvent_newTranslate_Getter(this); |
| 7623 | 7624 |
| 7624 @DomName('SVGZoomEvent.previousScale') | 7625 @DomName('SVGZoomEvent.previousScale') |
| 7625 @DocsEditable() | 7626 @DocsEditable() |
| 7626 double get previousScale native "SVGZoomEvent_previousScale_Getter"; | 7627 double get previousScale => blink.Native_SVGZoomEvent_previousScale_Getter(thi
s); |
| 7627 | 7628 |
| 7628 @DomName('SVGZoomEvent.previousTranslate') | 7629 @DomName('SVGZoomEvent.previousTranslate') |
| 7629 @DocsEditable() | 7630 @DocsEditable() |
| 7630 Point get previousTranslate native "SVGZoomEvent_previousTranslate_Getter"; | 7631 Point get previousTranslate => blink.Native_SVGZoomEvent_previousTranslate_Get
ter(this); |
| 7631 | 7632 |
| 7632 @DomName('SVGZoomEvent.zoomRectScreen') | 7633 @DomName('SVGZoomEvent.zoomRectScreen') |
| 7633 @DocsEditable() | 7634 @DocsEditable() |
| 7634 Rect get zoomRectScreen native "SVGZoomEvent_zoomRectScreen_Getter"; | 7635 Rect get zoomRectScreen => blink.Native_SVGZoomEvent_zoomRectScreen_Getter(thi
s); |
| 7635 | 7636 |
| 7636 } | 7637 } |
| 7637 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7638 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7638 // for details. All rights reserved. Use of this source code is governed by a | 7639 // for details. All rights reserved. Use of this source code is governed by a |
| 7639 // BSD-style license that can be found in the LICENSE file. | 7640 // BSD-style license that can be found in the LICENSE file. |
| 7640 | 7641 |
| 7641 // WARNING: Do not edit - generated code. | 7642 // WARNING: Do not edit - generated code. |
| 7642 | 7643 |
| 7643 | 7644 |
| 7644 @DocsEditable() | 7645 @DocsEditable() |
| 7645 @DomName('SVGElementInstanceList') | 7646 @DomName('SVGElementInstanceList') |
| 7646 @Unstable() | 7647 @Unstable() |
| 7647 class _ElementInstanceList extends NativeFieldWrapperClass2 with ListMixin<Eleme
ntInstance>, ImmutableListMixin<ElementInstance> implements List<ElementInstance
> { | 7648 class _ElementInstanceList extends NativeFieldWrapperClass2 with ListMixin<Eleme
ntInstance>, ImmutableListMixin<ElementInstance> implements List<ElementInstance
> { |
| 7648 // To suppress missing implicit constructor warnings. | 7649 // To suppress missing implicit constructor warnings. |
| 7649 factory _ElementInstanceList._() { throw new UnsupportedError("Not supported")
; } | 7650 factory _ElementInstanceList._() { throw new UnsupportedError("Not supported")
; } |
| 7650 | 7651 |
| 7651 @DomName('SVGElementInstanceList.length') | 7652 @DomName('SVGElementInstanceList.length') |
| 7652 @DocsEditable() | 7653 @DocsEditable() |
| 7653 int get length native "SVGElementInstanceList_length_Getter"; | 7654 int get length => blink.Native_SVGElementInstanceList_length_Getter(this); |
| 7654 | 7655 |
| 7655 ElementInstance operator[](int index) { | 7656 ElementInstance operator[](int index) { |
| 7656 if (index < 0 || index >= length) | 7657 if (index < 0 || index >= length) |
| 7657 throw new RangeError.range(index, 0, length); | 7658 throw new RangeError.range(index, 0, length); |
| 7658 return _nativeIndexedGetter(index); | 7659 return blink.Native_SVGElementInstanceList_NativeIndexed_Getter(this, index)
; |
| 7659 } | 7660 } |
| 7660 ElementInstance _nativeIndexedGetter(int index) native "SVGElementInstanceList
_item_Callback"; | 7661 |
| 7662 ElementInstance _nativeIndexedGetter(int index) => blink.Native_SVGElementInst
anceList_NativeIndexed_Getter(this, index); |
| 7661 | 7663 |
| 7662 void operator[]=(int index, ElementInstance value) { | 7664 void operator[]=(int index, ElementInstance value) { |
| 7663 throw new UnsupportedError("Cannot assign element of immutable List."); | 7665 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 7664 } | 7666 } |
| 7665 // -- start List<ElementInstance> mixins. | 7667 // -- start List<ElementInstance> mixins. |
| 7666 // ElementInstance is the element type. | 7668 // ElementInstance is the element type. |
| 7667 | 7669 |
| 7668 | 7670 |
| 7669 void set length(int value) { | 7671 void set length(int value) { |
| 7670 throw new UnsupportedError("Cannot resize immutable List."); | 7672 throw new UnsupportedError("Cannot resize immutable List."); |
| (...skipping 21 matching lines...) Expand all Loading... |
| 7692 } | 7694 } |
| 7693 if (len == 0) throw new StateError("No elements"); | 7695 if (len == 0) throw new StateError("No elements"); |
| 7694 throw new StateError("More than one element"); | 7696 throw new StateError("More than one element"); |
| 7695 } | 7697 } |
| 7696 | 7698 |
| 7697 ElementInstance elementAt(int index) => this[index]; | 7699 ElementInstance elementAt(int index) => this[index]; |
| 7698 // -- end List<ElementInstance> mixins. | 7700 // -- end List<ElementInstance> mixins. |
| 7699 | 7701 |
| 7700 @DomName('SVGElementInstanceList.item') | 7702 @DomName('SVGElementInstanceList.item') |
| 7701 @DocsEditable() | 7703 @DocsEditable() |
| 7702 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; | 7704 ElementInstance item(int index) => blink.Native_SVGElementInstanceList_item_Ca
llback(this, index); |
| 7703 | 7705 |
| 7704 } | 7706 } |
| 7705 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7707 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7706 // for details. All rights reserved. Use of this source code is governed by a | 7708 // for details. All rights reserved. Use of this source code is governed by a |
| 7707 // BSD-style license that can be found in the LICENSE file. | 7709 // BSD-style license that can be found in the LICENSE file. |
| 7708 | 7710 |
| 7709 // WARNING: Do not edit - generated code. | 7711 // WARNING: Do not edit - generated code. |
| 7710 | 7712 |
| 7711 | 7713 |
| 7712 @DocsEditable() | 7714 @DocsEditable() |
| (...skipping 20 matching lines...) Expand all Loading... |
| 7733 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT') | 7735 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT') |
| 7734 @DocsEditable() | 7736 @DocsEditable() |
| 7735 static const int SVG_SPREADMETHOD_REPEAT = 3; | 7737 static const int SVG_SPREADMETHOD_REPEAT = 3; |
| 7736 | 7738 |
| 7737 @DomName('SVGGradientElement.SVG_SPREADMETHOD_UNKNOWN') | 7739 @DomName('SVGGradientElement.SVG_SPREADMETHOD_UNKNOWN') |
| 7738 @DocsEditable() | 7740 @DocsEditable() |
| 7739 static const int SVG_SPREADMETHOD_UNKNOWN = 0; | 7741 static const int SVG_SPREADMETHOD_UNKNOWN = 0; |
| 7740 | 7742 |
| 7741 @DomName('SVGGradientElement.gradientTransform') | 7743 @DomName('SVGGradientElement.gradientTransform') |
| 7742 @DocsEditable() | 7744 @DocsEditable() |
| 7743 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien
tTransform_Getter"; | 7745 AnimatedTransformList get gradientTransform => blink.Native_SVGGradientElement
_gradientTransform_Getter(this); |
| 7744 | 7746 |
| 7745 @DomName('SVGGradientElement.gradientUnits') | 7747 @DomName('SVGGradientElement.gradientUnits') |
| 7746 @DocsEditable() | 7748 @DocsEditable() |
| 7747 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits
_Getter"; | 7749 AnimatedEnumeration get gradientUnits => blink.Native_SVGGradientElement_gradi
entUnits_Getter(this); |
| 7748 | 7750 |
| 7749 @DomName('SVGGradientElement.spreadMethod') | 7751 @DomName('SVGGradientElement.spreadMethod') |
| 7750 @DocsEditable() | 7752 @DocsEditable() |
| 7751 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G
etter"; | 7753 AnimatedEnumeration get spreadMethod => blink.Native_SVGGradientElement_spread
Method_Getter(this); |
| 7752 | 7754 |
| 7753 @DomName('SVGGradientElement.href') | 7755 @DomName('SVGGradientElement.href') |
| 7754 @DocsEditable() | 7756 @DocsEditable() |
| 7755 AnimatedString get href native "SVGGradientElement_href_Getter"; | 7757 AnimatedString get href => blink.Native_SVGGradientElement_href_Getter(this); |
| 7756 | 7758 |
| 7757 } | 7759 } |
| 7758 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7760 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7759 // for details. All rights reserved. Use of this source code is governed by a | 7761 // for details. All rights reserved. Use of this source code is governed by a |
| 7760 // BSD-style license that can be found in the LICENSE file. | 7762 // BSD-style license that can be found in the LICENSE file. |
| 7761 | 7763 |
| 7762 // WARNING: Do not edit - generated code. | 7764 // WARNING: Do not edit - generated code. |
| 7763 | 7765 |
| 7764 | 7766 |
| 7765 @DocsEditable() | 7767 @DocsEditable() |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8127 @DocsEditable() | 8129 @DocsEditable() |
| 8128 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 8130 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 8129 /** | 8131 /** |
| 8130 * Constructor instantiated by the DOM when a custom element has been created. | 8132 * Constructor instantiated by the DOM when a custom element has been created. |
| 8131 * | 8133 * |
| 8132 * This can only be called by subclasses from their created constructor. | 8134 * This can only be called by subclasses from their created constructor. |
| 8133 */ | 8135 */ |
| 8134 _SVGVKernElement.created() : super.created(); | 8136 _SVGVKernElement.created() : super.created(); |
| 8135 | 8137 |
| 8136 } | 8138 } |
| OLD | NEW |