Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Side by Side Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 27033009: Making all base class DOM types throw as well (to prevent a default constructor for DOM types that … (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_audio/dart2js/web_audio_dart2js.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library dart.dom.svg; 1 library dart.dom.svg;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:_collection-dev' hide deprecated; 5 import 'dart:_collection-dev' 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 // DO NOT EDIT 9 // DO NOT EDIT
10 // Auto-generated dart:svg library. 10 // Auto-generated dart:svg library.
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 // for details. All rights reserved. Use of this source code is governed by a 117 // for details. All rights reserved. Use of this source code is governed by a
118 // BSD-style license that can be found in the LICENSE file. 118 // BSD-style license that can be found in the LICENSE file.
119 119
120 // WARNING: Do not edit - generated code. 120 // WARNING: Do not edit - generated code.
121 121
122 122
123 @DocsEditable() 123 @DocsEditable()
124 @DomName('SVGAngle') 124 @DomName('SVGAngle')
125 @Unstable() 125 @Unstable()
126 class Angle extends NativeFieldWrapperClass1 { 126 class Angle extends NativeFieldWrapperClass1 {
127 // To suppress missing implicit constructor warnings.
128 factory Angle._() { throw new UnsupportedError("Not supported"); }
127 129
128 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') 130 @DomName('SVGAngle.SVG_ANGLETYPE_DEG')
129 @DocsEditable() 131 @DocsEditable()
130 static const int SVG_ANGLETYPE_DEG = 2; 132 static const int SVG_ANGLETYPE_DEG = 2;
131 133
132 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') 134 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD')
133 @DocsEditable() 135 @DocsEditable()
134 static const int SVG_ANGLETYPE_GRAD = 4; 136 static const int SVG_ANGLETYPE_GRAD = 4;
135 137
136 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') 138 @DomName('SVGAngle.SVG_ANGLETYPE_RAD')
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 // for details. All rights reserved. Use of this source code is governed by a 281 // for details. All rights reserved. Use of this source code is governed by a
280 // BSD-style license that can be found in the LICENSE file. 282 // BSD-style license that can be found in the LICENSE file.
281 283
282 // WARNING: Do not edit - generated code. 284 // WARNING: Do not edit - generated code.
283 285
284 286
285 @DocsEditable() 287 @DocsEditable()
286 @DomName('SVGAnimatedAngle') 288 @DomName('SVGAnimatedAngle')
287 @Unstable() 289 @Unstable()
288 class AnimatedAngle extends NativeFieldWrapperClass1 { 290 class AnimatedAngle extends NativeFieldWrapperClass1 {
291 // To suppress missing implicit constructor warnings.
292 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); }
289 293
290 @DomName('SVGAnimatedAngle.animVal') 294 @DomName('SVGAnimatedAngle.animVal')
291 @DocsEditable() 295 @DocsEditable()
292 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; 296 Angle get animVal native "SVGAnimatedAngle_animVal_Getter";
293 297
294 @DomName('SVGAnimatedAngle.baseVal') 298 @DomName('SVGAnimatedAngle.baseVal')
295 @DocsEditable() 299 @DocsEditable()
296 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; 300 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter";
297 301
298 } 302 }
299 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 303 // 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 304 // 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. 305 // BSD-style license that can be found in the LICENSE file.
302 306
303 // WARNING: Do not edit - generated code. 307 // WARNING: Do not edit - generated code.
304 308
305 309
306 @DocsEditable() 310 @DocsEditable()
307 @DomName('SVGAnimatedBoolean') 311 @DomName('SVGAnimatedBoolean')
308 @Unstable() 312 @Unstable()
309 class AnimatedBoolean extends NativeFieldWrapperClass1 { 313 class AnimatedBoolean extends NativeFieldWrapperClass1 {
314 // To suppress missing implicit constructor warnings.
315 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); }
310 316
311 @DomName('SVGAnimatedBoolean.animVal') 317 @DomName('SVGAnimatedBoolean.animVal')
312 @DocsEditable() 318 @DocsEditable()
313 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; 319 bool get animVal native "SVGAnimatedBoolean_animVal_Getter";
314 320
315 @DomName('SVGAnimatedBoolean.baseVal') 321 @DomName('SVGAnimatedBoolean.baseVal')
316 @DocsEditable() 322 @DocsEditable()
317 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; 323 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter";
318 324
319 @DomName('SVGAnimatedBoolean.baseVal') 325 @DomName('SVGAnimatedBoolean.baseVal')
320 @DocsEditable() 326 @DocsEditable()
321 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; 327 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter";
322 328
323 } 329 }
324 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 330 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
325 // for details. All rights reserved. Use of this source code is governed by a 331 // for details. All rights reserved. Use of this source code is governed by a
326 // BSD-style license that can be found in the LICENSE file. 332 // BSD-style license that can be found in the LICENSE file.
327 333
328 // WARNING: Do not edit - generated code. 334 // WARNING: Do not edit - generated code.
329 335
330 336
331 @DocsEditable() 337 @DocsEditable()
332 @DomName('SVGAnimatedEnumeration') 338 @DomName('SVGAnimatedEnumeration')
333 @Unstable() 339 @Unstable()
334 class AnimatedEnumeration extends NativeFieldWrapperClass1 { 340 class AnimatedEnumeration extends NativeFieldWrapperClass1 {
341 // To suppress missing implicit constructor warnings.
342 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported"); }
335 343
336 @DomName('SVGAnimatedEnumeration.animVal') 344 @DomName('SVGAnimatedEnumeration.animVal')
337 @DocsEditable() 345 @DocsEditable()
338 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; 346 int get animVal native "SVGAnimatedEnumeration_animVal_Getter";
339 347
340 @DomName('SVGAnimatedEnumeration.baseVal') 348 @DomName('SVGAnimatedEnumeration.baseVal')
341 @DocsEditable() 349 @DocsEditable()
342 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; 350 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter";
343 351
344 @DomName('SVGAnimatedEnumeration.baseVal') 352 @DomName('SVGAnimatedEnumeration.baseVal')
345 @DocsEditable() 353 @DocsEditable()
346 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; 354 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter";
347 355
348 } 356 }
349 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 357 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
350 // for details. All rights reserved. Use of this source code is governed by a 358 // for details. All rights reserved. Use of this source code is governed by a
351 // BSD-style license that can be found in the LICENSE file. 359 // BSD-style license that can be found in the LICENSE file.
352 360
353 // WARNING: Do not edit - generated code. 361 // WARNING: Do not edit - generated code.
354 362
355 363
356 @DocsEditable() 364 @DocsEditable()
357 @DomName('SVGAnimatedInteger') 365 @DomName('SVGAnimatedInteger')
358 @Unstable() 366 @Unstable()
359 class AnimatedInteger extends NativeFieldWrapperClass1 { 367 class AnimatedInteger extends NativeFieldWrapperClass1 {
368 // To suppress missing implicit constructor warnings.
369 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); }
360 370
361 @DomName('SVGAnimatedInteger.animVal') 371 @DomName('SVGAnimatedInteger.animVal')
362 @DocsEditable() 372 @DocsEditable()
363 int get animVal native "SVGAnimatedInteger_animVal_Getter"; 373 int get animVal native "SVGAnimatedInteger_animVal_Getter";
364 374
365 @DomName('SVGAnimatedInteger.baseVal') 375 @DomName('SVGAnimatedInteger.baseVal')
366 @DocsEditable() 376 @DocsEditable()
367 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; 377 int get baseVal native "SVGAnimatedInteger_baseVal_Getter";
368 378
369 @DomName('SVGAnimatedInteger.baseVal') 379 @DomName('SVGAnimatedInteger.baseVal')
370 @DocsEditable() 380 @DocsEditable()
371 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; 381 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter";
372 382
373 } 383 }
374 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 384 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
375 // for details. All rights reserved. Use of this source code is governed by a 385 // for details. All rights reserved. Use of this source code is governed by a
376 // BSD-style license that can be found in the LICENSE file. 386 // BSD-style license that can be found in the LICENSE file.
377 387
378 // WARNING: Do not edit - generated code. 388 // WARNING: Do not edit - generated code.
379 389
380 390
381 @DocsEditable() 391 @DocsEditable()
382 @DomName('SVGAnimatedLength') 392 @DomName('SVGAnimatedLength')
383 @Unstable() 393 @Unstable()
384 class AnimatedLength extends NativeFieldWrapperClass1 { 394 class AnimatedLength extends NativeFieldWrapperClass1 {
395 // To suppress missing implicit constructor warnings.
396 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); }
385 397
386 @DomName('SVGAnimatedLength.animVal') 398 @DomName('SVGAnimatedLength.animVal')
387 @DocsEditable() 399 @DocsEditable()
388 Length get animVal native "SVGAnimatedLength_animVal_Getter"; 400 Length get animVal native "SVGAnimatedLength_animVal_Getter";
389 401
390 @DomName('SVGAnimatedLength.baseVal') 402 @DomName('SVGAnimatedLength.baseVal')
391 @DocsEditable() 403 @DocsEditable()
392 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; 404 Length get baseVal native "SVGAnimatedLength_baseVal_Getter";
393 405
394 } 406 }
395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 407 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
396 // for details. All rights reserved. Use of this source code is governed by a 408 // for details. All rights reserved. Use of this source code is governed by a
397 // BSD-style license that can be found in the LICENSE file. 409 // BSD-style license that can be found in the LICENSE file.
398 410
399 // WARNING: Do not edit - generated code. 411 // WARNING: Do not edit - generated code.
400 412
401 413
402 @DocsEditable() 414 @DocsEditable()
403 @DomName('SVGAnimatedLengthList') 415 @DomName('SVGAnimatedLengthList')
404 @Unstable() 416 @Unstable()
405 class AnimatedLengthList extends NativeFieldWrapperClass1 { 417 class AnimatedLengthList extends NativeFieldWrapperClass1 {
418 // To suppress missing implicit constructor warnings.
419 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported"); }
406 420
407 @DomName('SVGAnimatedLengthList.animVal') 421 @DomName('SVGAnimatedLengthList.animVal')
408 @DocsEditable() 422 @DocsEditable()
409 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; 423 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter";
410 424
411 @DomName('SVGAnimatedLengthList.baseVal') 425 @DomName('SVGAnimatedLengthList.baseVal')
412 @DocsEditable() 426 @DocsEditable()
413 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; 427 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter";
414 428
415 } 429 }
416 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 430 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
417 // for details. All rights reserved. Use of this source code is governed by a 431 // for details. All rights reserved. Use of this source code is governed by a
418 // BSD-style license that can be found in the LICENSE file. 432 // BSD-style license that can be found in the LICENSE file.
419 433
420 // WARNING: Do not edit - generated code. 434 // WARNING: Do not edit - generated code.
421 435
422 436
423 @DocsEditable() 437 @DocsEditable()
424 @DomName('SVGAnimatedNumber') 438 @DomName('SVGAnimatedNumber')
425 @Unstable() 439 @Unstable()
426 class AnimatedNumber extends NativeFieldWrapperClass1 { 440 class AnimatedNumber extends NativeFieldWrapperClass1 {
441 // To suppress missing implicit constructor warnings.
442 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); }
427 443
428 @DomName('SVGAnimatedNumber.animVal') 444 @DomName('SVGAnimatedNumber.animVal')
429 @DocsEditable() 445 @DocsEditable()
430 double get animVal native "SVGAnimatedNumber_animVal_Getter"; 446 double get animVal native "SVGAnimatedNumber_animVal_Getter";
431 447
432 @DomName('SVGAnimatedNumber.baseVal') 448 @DomName('SVGAnimatedNumber.baseVal')
433 @DocsEditable() 449 @DocsEditable()
434 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; 450 num get baseVal native "SVGAnimatedNumber_baseVal_Getter";
435 451
436 @DomName('SVGAnimatedNumber.baseVal') 452 @DomName('SVGAnimatedNumber.baseVal')
437 @DocsEditable() 453 @DocsEditable()
438 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; 454 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter";
439 455
440 } 456 }
441 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 457 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
442 // for details. All rights reserved. Use of this source code is governed by a 458 // for details. All rights reserved. Use of this source code is governed by a
443 // BSD-style license that can be found in the LICENSE file. 459 // BSD-style license that can be found in the LICENSE file.
444 460
445 // WARNING: Do not edit - generated code. 461 // WARNING: Do not edit - generated code.
446 462
447 463
448 @DocsEditable() 464 @DocsEditable()
449 @DomName('SVGAnimatedNumberList') 465 @DomName('SVGAnimatedNumberList')
450 @Unstable() 466 @Unstable()
451 class AnimatedNumberList extends NativeFieldWrapperClass1 { 467 class AnimatedNumberList extends NativeFieldWrapperClass1 {
468 // To suppress missing implicit constructor warnings.
469 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported"); }
452 470
453 @DomName('SVGAnimatedNumberList.animVal') 471 @DomName('SVGAnimatedNumberList.animVal')
454 @DocsEditable() 472 @DocsEditable()
455 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; 473 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter";
456 474
457 @DomName('SVGAnimatedNumberList.baseVal') 475 @DomName('SVGAnimatedNumberList.baseVal')
458 @DocsEditable() 476 @DocsEditable()
459 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; 477 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter";
460 478
461 } 479 }
462 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 480 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
463 // for details. All rights reserved. Use of this source code is governed by a 481 // for details. All rights reserved. Use of this source code is governed by a
464 // BSD-style license that can be found in the LICENSE file. 482 // BSD-style license that can be found in the LICENSE file.
465 483
466 // WARNING: Do not edit - generated code. 484 // WARNING: Do not edit - generated code.
467 485
468 486
469 @DocsEditable() 487 @DocsEditable()
470 @DomName('SVGAnimatedPreserveAspectRatio') 488 @DomName('SVGAnimatedPreserveAspectRatio')
471 @Unstable() 489 @Unstable()
472 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { 490 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 {
491 // To suppress missing implicit constructor warnings.
492 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp orted"); }
473 493
474 @DomName('SVGAnimatedPreserveAspectRatio.animVal') 494 @DomName('SVGAnimatedPreserveAspectRatio.animVal')
475 @DocsEditable() 495 @DocsEditable()
476 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal _Getter"; 496 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal _Getter";
477 497
478 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') 498 @DomName('SVGAnimatedPreserveAspectRatio.baseVal')
479 @DocsEditable() 499 @DocsEditable()
480 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal _Getter"; 500 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal _Getter";
481 501
482 } 502 }
483 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 503 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
484 // for details. All rights reserved. Use of this source code is governed by a 504 // for details. All rights reserved. Use of this source code is governed by a
485 // BSD-style license that can be found in the LICENSE file. 505 // BSD-style license that can be found in the LICENSE file.
486 506
487 // WARNING: Do not edit - generated code. 507 // WARNING: Do not edit - generated code.
488 508
489 509
490 @DocsEditable() 510 @DocsEditable()
491 @DomName('SVGAnimatedRect') 511 @DomName('SVGAnimatedRect')
492 @Unstable() 512 @Unstable()
493 class AnimatedRect extends NativeFieldWrapperClass1 { 513 class AnimatedRect extends NativeFieldWrapperClass1 {
514 // To suppress missing implicit constructor warnings.
515 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); }
494 516
495 @DomName('SVGAnimatedRect.animVal') 517 @DomName('SVGAnimatedRect.animVal')
496 @DocsEditable() 518 @DocsEditable()
497 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; 519 Rect get animVal native "SVGAnimatedRect_animVal_Getter";
498 520
499 @DomName('SVGAnimatedRect.baseVal') 521 @DomName('SVGAnimatedRect.baseVal')
500 @DocsEditable() 522 @DocsEditable()
501 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; 523 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter";
502 524
503 } 525 }
504 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 526 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
505 // for details. All rights reserved. Use of this source code is governed by a 527 // for details. All rights reserved. Use of this source code is governed by a
506 // BSD-style license that can be found in the LICENSE file. 528 // BSD-style license that can be found in the LICENSE file.
507 529
508 // WARNING: Do not edit - generated code. 530 // WARNING: Do not edit - generated code.
509 531
510 532
511 @DocsEditable() 533 @DocsEditable()
512 @DomName('SVGAnimatedString') 534 @DomName('SVGAnimatedString')
513 @Unstable() 535 @Unstable()
514 class AnimatedString extends NativeFieldWrapperClass1 { 536 class AnimatedString extends NativeFieldWrapperClass1 {
537 // To suppress missing implicit constructor warnings.
538 factory AnimatedString._() { throw new UnsupportedError("Not supported"); }
515 539
516 @DomName('SVGAnimatedString.animVal') 540 @DomName('SVGAnimatedString.animVal')
517 @DocsEditable() 541 @DocsEditable()
518 String get animVal native "SVGAnimatedString_animVal_Getter"; 542 String get animVal native "SVGAnimatedString_animVal_Getter";
519 543
520 @DomName('SVGAnimatedString.baseVal') 544 @DomName('SVGAnimatedString.baseVal')
521 @DocsEditable() 545 @DocsEditable()
522 String get baseVal native "SVGAnimatedString_baseVal_Getter"; 546 String get baseVal native "SVGAnimatedString_baseVal_Getter";
523 547
524 @DomName('SVGAnimatedString.baseVal') 548 @DomName('SVGAnimatedString.baseVal')
525 @DocsEditable() 549 @DocsEditable()
526 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; 550 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter";
527 551
528 } 552 }
529 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 553 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
530 // for details. All rights reserved. Use of this source code is governed by a 554 // for details. All rights reserved. Use of this source code is governed by a
531 // BSD-style license that can be found in the LICENSE file. 555 // BSD-style license that can be found in the LICENSE file.
532 556
533 // WARNING: Do not edit - generated code. 557 // WARNING: Do not edit - generated code.
534 558
535 559
536 @DocsEditable() 560 @DocsEditable()
537 @DomName('SVGAnimatedTransformList') 561 @DomName('SVGAnimatedTransformList')
538 @Unstable() 562 @Unstable()
539 class AnimatedTransformList extends NativeFieldWrapperClass1 { 563 class AnimatedTransformList extends NativeFieldWrapperClass1 {
564 // To suppress missing implicit constructor warnings.
565 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported" ); }
540 566
541 @DomName('SVGAnimatedTransformList.animVal') 567 @DomName('SVGAnimatedTransformList.animVal')
542 @DocsEditable() 568 @DocsEditable()
543 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; 569 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter";
544 570
545 @DomName('SVGAnimatedTransformList.baseVal') 571 @DomName('SVGAnimatedTransformList.baseVal')
546 @DocsEditable() 572 @DocsEditable()
547 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; 573 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter";
548 574
549 } 575 }
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 // for details. All rights reserved. Use of this source code is governed by a 1233 // for details. All rights reserved. Use of this source code is governed by a
1208 // BSD-style license that can be found in the LICENSE file. 1234 // BSD-style license that can be found in the LICENSE file.
1209 1235
1210 // WARNING: Do not edit - generated code. 1236 // WARNING: Do not edit - generated code.
1211 1237
1212 1238
1213 @DocsEditable() 1239 @DocsEditable()
1214 @DomName('SVGExternalResourcesRequired') 1240 @DomName('SVGExternalResourcesRequired')
1215 @Unstable() 1241 @Unstable()
1216 abstract class ExternalResourcesRequired extends NativeFieldWrapperClass1 { 1242 abstract class ExternalResourcesRequired extends NativeFieldWrapperClass1 {
1243 // To suppress missing implicit constructor warnings.
1244 factory ExternalResourcesRequired._() { throw new UnsupportedError("Not suppor ted"); }
1217 1245
1218 /// Checks if this type is supported on the current platform. 1246 /// Checks if this type is supported on the current platform.
1219 static bool supported(SvgElement element) => true; 1247 static bool supported(SvgElement element) => true;
1220 1248
1221 @DomName('SVGExternalResourcesRequired.externalResourcesRequired') 1249 @DomName('SVGExternalResourcesRequired.externalResourcesRequired')
1222 @DocsEditable() 1250 @DocsEditable()
1223 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ ired_externalResourcesRequired_Getter"; 1251 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ ired_externalResourcesRequired_Getter";
1224 1252
1225 } 1253 }
1226 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1254 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
(...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2821 // for details. All rights reserved. Use of this source code is governed by a 2849 // for details. All rights reserved. Use of this source code is governed by a
2822 // BSD-style license that can be found in the LICENSE file. 2850 // BSD-style license that can be found in the LICENSE file.
2823 2851
2824 // WARNING: Do not edit - generated code. 2852 // WARNING: Do not edit - generated code.
2825 2853
2826 2854
2827 @DocsEditable() 2855 @DocsEditable()
2828 @DomName('SVGFilterPrimitiveStandardAttributes') 2856 @DomName('SVGFilterPrimitiveStandardAttributes')
2829 @Unstable() 2857 @Unstable()
2830 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass 1 { 2858 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass 1 {
2859 // To suppress missing implicit constructor warnings.
2860 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No t supported"); }
2831 2861
2832 @DomName('SVGFilterPrimitiveStandardAttributes.height') 2862 @DomName('SVGFilterPrimitiveStandardAttributes.height')
2833 @DocsEditable() 2863 @DocsEditable()
2834 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_ Getter"; 2864 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_ Getter";
2835 2865
2836 @DomName('SVGFilterPrimitiveStandardAttributes.result') 2866 @DomName('SVGFilterPrimitiveStandardAttributes.result')
2837 @DocsEditable() 2867 @DocsEditable()
2838 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_ Getter"; 2868 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_ Getter";
2839 2869
2840 @DomName('SVGFilterPrimitiveStandardAttributes.width') 2870 @DomName('SVGFilterPrimitiveStandardAttributes.width')
(...skipping 13 matching lines...) Expand all
2854 // for details. All rights reserved. Use of this source code is governed by a 2884 // for details. All rights reserved. Use of this source code is governed by a
2855 // BSD-style license that can be found in the LICENSE file. 2885 // BSD-style license that can be found in the LICENSE file.
2856 2886
2857 // WARNING: Do not edit - generated code. 2887 // WARNING: Do not edit - generated code.
2858 2888
2859 2889
2860 @DocsEditable() 2890 @DocsEditable()
2861 @DomName('SVGFitToViewBox') 2891 @DomName('SVGFitToViewBox')
2862 @Unstable() 2892 @Unstable()
2863 abstract class FitToViewBox extends NativeFieldWrapperClass1 { 2893 abstract class FitToViewBox extends NativeFieldWrapperClass1 {
2894 // To suppress missing implicit constructor warnings.
2895 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); }
2864 2896
2865 @DomName('SVGFitToViewBox.preserveAspectRatio') 2897 @DomName('SVGFitToViewBox.preserveAspectRatio')
2866 @DocsEditable() 2898 @DocsEditable()
2867 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr eserveAspectRatio_Getter"; 2899 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr eserveAspectRatio_Getter";
2868 2900
2869 @DomName('SVGFitToViewBox.viewBox') 2901 @DomName('SVGFitToViewBox.viewBox')
2870 @DocsEditable() 2902 @DocsEditable()
2871 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; 2903 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter";
2872 2904
2873 } 2905 }
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
3084 // for details. All rights reserved. Use of this source code is governed by a 3116 // for details. All rights reserved. Use of this source code is governed by a
3085 // BSD-style license that can be found in the LICENSE file. 3117 // BSD-style license that can be found in the LICENSE file.
3086 3118
3087 // WARNING: Do not edit - generated code. 3119 // WARNING: Do not edit - generated code.
3088 3120
3089 3121
3090 @DocsEditable() 3122 @DocsEditable()
3091 @DomName('SVGLength') 3123 @DomName('SVGLength')
3092 @Unstable() 3124 @Unstable()
3093 class Length extends NativeFieldWrapperClass1 { 3125 class Length extends NativeFieldWrapperClass1 {
3126 // To suppress missing implicit constructor warnings.
3127 factory Length._() { throw new UnsupportedError("Not supported"); }
3094 3128
3095 @DomName('SVGLength.SVG_LENGTHTYPE_CM') 3129 @DomName('SVGLength.SVG_LENGTHTYPE_CM')
3096 @DocsEditable() 3130 @DocsEditable()
3097 static const int SVG_LENGTHTYPE_CM = 6; 3131 static const int SVG_LENGTHTYPE_CM = 6;
3098 3132
3099 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') 3133 @DomName('SVGLength.SVG_LENGTHTYPE_EMS')
3100 @DocsEditable() 3134 @DocsEditable()
3101 static const int SVG_LENGTHTYPE_EMS = 3; 3135 static const int SVG_LENGTHTYPE_EMS = 3;
3102 3136
3103 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') 3137 @DomName('SVGLength.SVG_LENGTHTYPE_EXS')
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
3177 // for details. All rights reserved. Use of this source code is governed by a 3211 // for details. All rights reserved. Use of this source code is governed by a
3178 // BSD-style license that can be found in the LICENSE file. 3212 // BSD-style license that can be found in the LICENSE file.
3179 3213
3180 // WARNING: Do not edit - generated code. 3214 // WARNING: Do not edit - generated code.
3181 3215
3182 3216
3183 @DocsEditable() 3217 @DocsEditable()
3184 @DomName('SVGLengthList') 3218 @DomName('SVGLengthList')
3185 @Unstable() 3219 @Unstable()
3186 class LengthList extends NativeFieldWrapperClass1 with ListMixin<Length>, Immuta bleListMixin<Length> implements List { 3220 class LengthList extends NativeFieldWrapperClass1 with ListMixin<Length>, Immuta bleListMixin<Length> implements List {
3221 // To suppress missing implicit constructor warnings.
3222 factory LengthList._() { throw new UnsupportedError("Not supported"); }
3187 3223
3188 @DomName('SVGLengthList.numberOfItems') 3224 @DomName('SVGLengthList.numberOfItems')
3189 @DocsEditable() 3225 @DocsEditable()
3190 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; 3226 int get numberOfItems native "SVGLengthList_numberOfItems_Getter";
3191 3227
3192 Length operator[](int index) { 3228 Length operator[](int index) {
3193 if (index < 0 || index >= length) 3229 if (index < 0 || index >= length)
3194 throw new RangeError.range(index, 0, length); 3230 throw new RangeError.range(index, 0, length);
3195 return getItem(index); 3231 return getItem(index);
3196 } 3232 }
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
3520 // for details. All rights reserved. Use of this source code is governed by a 3556 // for details. All rights reserved. Use of this source code is governed by a
3521 // BSD-style license that can be found in the LICENSE file. 3557 // BSD-style license that can be found in the LICENSE file.
3522 3558
3523 // WARNING: Do not edit - generated code. 3559 // WARNING: Do not edit - generated code.
3524 3560
3525 3561
3526 @DocsEditable() 3562 @DocsEditable()
3527 @DomName('SVGMatrix') 3563 @DomName('SVGMatrix')
3528 @Unstable() 3564 @Unstable()
3529 class Matrix extends NativeFieldWrapperClass1 { 3565 class Matrix extends NativeFieldWrapperClass1 {
3566 // To suppress missing implicit constructor warnings.
3567 factory Matrix._() { throw new UnsupportedError("Not supported"); }
3530 3568
3531 @DomName('SVGMatrix.a') 3569 @DomName('SVGMatrix.a')
3532 @DocsEditable() 3570 @DocsEditable()
3533 num get a native "SVGMatrix_a_Getter"; 3571 num get a native "SVGMatrix_a_Getter";
3534 3572
3535 @DomName('SVGMatrix.a') 3573 @DomName('SVGMatrix.a')
3536 @DocsEditable() 3574 @DocsEditable()
3537 void set a(num value) native "SVGMatrix_a_Setter"; 3575 void set a(num value) native "SVGMatrix_a_Setter";
3538 3576
3539 @DomName('SVGMatrix.b') 3577 @DomName('SVGMatrix.b')
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
3646 // for details. All rights reserved. Use of this source code is governed by a 3684 // for details. All rights reserved. Use of this source code is governed by a
3647 // BSD-style license that can be found in the LICENSE file. 3685 // BSD-style license that can be found in the LICENSE file.
3648 3686
3649 // WARNING: Do not edit - generated code. 3687 // WARNING: Do not edit - generated code.
3650 3688
3651 3689
3652 @DocsEditable() 3690 @DocsEditable()
3653 @DomName('SVGNumber') 3691 @DomName('SVGNumber')
3654 @Unstable() 3692 @Unstable()
3655 class Number extends NativeFieldWrapperClass1 { 3693 class Number extends NativeFieldWrapperClass1 {
3694 // To suppress missing implicit constructor warnings.
3695 factory Number._() { throw new UnsupportedError("Not supported"); }
3656 3696
3657 @DomName('SVGNumber.value') 3697 @DomName('SVGNumber.value')
3658 @DocsEditable() 3698 @DocsEditable()
3659 num get value native "SVGNumber_value_Getter"; 3699 num get value native "SVGNumber_value_Getter";
3660 3700
3661 @DomName('SVGNumber.value') 3701 @DomName('SVGNumber.value')
3662 @DocsEditable() 3702 @DocsEditable()
3663 void set value(num value) native "SVGNumber_value_Setter"; 3703 void set value(num value) native "SVGNumber_value_Setter";
3664 3704
3665 } 3705 }
3666 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3706 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3667 // for details. All rights reserved. Use of this source code is governed by a 3707 // for details. All rights reserved. Use of this source code is governed by a
3668 // BSD-style license that can be found in the LICENSE file. 3708 // BSD-style license that can be found in the LICENSE file.
3669 3709
3670 // WARNING: Do not edit - generated code. 3710 // WARNING: Do not edit - generated code.
3671 3711
3672 3712
3673 @DocsEditable() 3713 @DocsEditable()
3674 @DomName('SVGNumberList') 3714 @DomName('SVGNumberList')
3675 @Unstable() 3715 @Unstable()
3676 class NumberList extends NativeFieldWrapperClass1 with ListMixin<Number>, Immuta bleListMixin<Number> implements List { 3716 class NumberList extends NativeFieldWrapperClass1 with ListMixin<Number>, Immuta bleListMixin<Number> implements List {
3717 // To suppress missing implicit constructor warnings.
3718 factory NumberList._() { throw new UnsupportedError("Not supported"); }
3677 3719
3678 @DomName('SVGNumberList.numberOfItems') 3720 @DomName('SVGNumberList.numberOfItems')
3679 @DocsEditable() 3721 @DocsEditable()
3680 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; 3722 int get numberOfItems native "SVGNumberList_numberOfItems_Getter";
3681 3723
3682 Number operator[](int index) { 3724 Number operator[](int index) {
3683 if (index < 0 || index >= length) 3725 if (index < 0 || index >= length)
3684 throw new RangeError.range(index, 0, length); 3726 throw new RangeError.range(index, 0, length);
3685 return getItem(index); 3727 return getItem(index);
3686 } 3728 }
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
3895 // for details. All rights reserved. Use of this source code is governed by a 3937 // for details. All rights reserved. Use of this source code is governed by a
3896 // BSD-style license that can be found in the LICENSE file. 3938 // BSD-style license that can be found in the LICENSE file.
3897 3939
3898 // WARNING: Do not edit - generated code. 3940 // WARNING: Do not edit - generated code.
3899 3941
3900 3942
3901 @DocsEditable() 3943 @DocsEditable()
3902 @DomName('SVGPathSeg') 3944 @DomName('SVGPathSeg')
3903 @Unstable() 3945 @Unstable()
3904 class PathSeg extends NativeFieldWrapperClass1 { 3946 class PathSeg extends NativeFieldWrapperClass1 {
3947 // To suppress missing implicit constructor warnings.
3948 factory PathSeg._() { throw new UnsupportedError("Not supported"); }
3905 3949
3906 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') 3950 @DomName('SVGPathSeg.PATHSEG_ARC_ABS')
3907 @DocsEditable() 3951 @DocsEditable()
3908 static const int PATHSEG_ARC_ABS = 10; 3952 static const int PATHSEG_ARC_ABS = 10;
3909 3953
3910 @DomName('SVGPathSeg.PATHSEG_ARC_REL') 3954 @DomName('SVGPathSeg.PATHSEG_ARC_REL')
3911 @DocsEditable() 3955 @DocsEditable()
3912 static const int PATHSEG_ARC_REL = 11; 3956 static const int PATHSEG_ARC_REL = 11;
3913 3957
3914 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') 3958 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH')
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
4683 // for details. All rights reserved. Use of this source code is governed by a 4727 // for details. All rights reserved. Use of this source code is governed by a
4684 // BSD-style license that can be found in the LICENSE file. 4728 // BSD-style license that can be found in the LICENSE file.
4685 4729
4686 // WARNING: Do not edit - generated code. 4730 // WARNING: Do not edit - generated code.
4687 4731
4688 4732
4689 @DocsEditable() 4733 @DocsEditable()
4690 @DomName('SVGPathSegList') 4734 @DomName('SVGPathSegList')
4691 @Unstable() 4735 @Unstable()
4692 class PathSegList extends NativeFieldWrapperClass1 with ListMixin<PathSeg>, Immu tableListMixin<PathSeg> implements List { 4736 class PathSegList extends NativeFieldWrapperClass1 with ListMixin<PathSeg>, Immu tableListMixin<PathSeg> implements List {
4737 // To suppress missing implicit constructor warnings.
4738 factory PathSegList._() { throw new UnsupportedError("Not supported"); }
4693 4739
4694 @DomName('SVGPathSegList.numberOfItems') 4740 @DomName('SVGPathSegList.numberOfItems')
4695 @DocsEditable() 4741 @DocsEditable()
4696 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; 4742 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter";
4697 4743
4698 PathSeg operator[](int index) { 4744 PathSeg operator[](int index) {
4699 if (index < 0 || index >= length) 4745 if (index < 0 || index >= length)
4700 throw new RangeError.range(index, 0, length); 4746 throw new RangeError.range(index, 0, length);
4701 return getItem(index); 4747 return getItem(index);
4702 } 4748 }
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
4921 // for details. All rights reserved. Use of this source code is governed by a 4967 // for details. All rights reserved. Use of this source code is governed by a
4922 // BSD-style license that can be found in the LICENSE file. 4968 // BSD-style license that can be found in the LICENSE file.
4923 4969
4924 // WARNING: Do not edit - generated code. 4970 // WARNING: Do not edit - generated code.
4925 4971
4926 4972
4927 @DocsEditable() 4973 @DocsEditable()
4928 @DomName('SVGPoint') 4974 @DomName('SVGPoint')
4929 @Unstable() 4975 @Unstable()
4930 class Point extends NativeFieldWrapperClass1 { 4976 class Point extends NativeFieldWrapperClass1 {
4977 // To suppress missing implicit constructor warnings.
4978 factory Point._() { throw new UnsupportedError("Not supported"); }
4931 4979
4932 @DomName('SVGPoint.x') 4980 @DomName('SVGPoint.x')
4933 @DocsEditable() 4981 @DocsEditable()
4934 num get x native "SVGPoint_x_Getter"; 4982 num get x native "SVGPoint_x_Getter";
4935 4983
4936 @DomName('SVGPoint.x') 4984 @DomName('SVGPoint.x')
4937 @DocsEditable() 4985 @DocsEditable()
4938 void set x(num value) native "SVGPoint_x_Setter"; 4986 void set x(num value) native "SVGPoint_x_Setter";
4939 4987
4940 @DomName('SVGPoint.y') 4988 @DomName('SVGPoint.y')
(...skipping 13 matching lines...) Expand all
4954 // for details. All rights reserved. Use of this source code is governed by a 5002 // for details. All rights reserved. Use of this source code is governed by a
4955 // BSD-style license that can be found in the LICENSE file. 5003 // BSD-style license that can be found in the LICENSE file.
4956 5004
4957 // WARNING: Do not edit - generated code. 5005 // WARNING: Do not edit - generated code.
4958 5006
4959 5007
4960 @DocsEditable() 5008 @DocsEditable()
4961 @DomName('SVGPointList') 5009 @DomName('SVGPointList')
4962 @Unstable() 5010 @Unstable()
4963 class PointList extends NativeFieldWrapperClass1 { 5011 class PointList extends NativeFieldWrapperClass1 {
5012 // To suppress missing implicit constructor warnings.
5013 factory PointList._() { throw new UnsupportedError("Not supported"); }
4964 5014
4965 @DomName('SVGPointList.numberOfItems') 5015 @DomName('SVGPointList.numberOfItems')
4966 @DocsEditable() 5016 @DocsEditable()
4967 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; 5017 int get numberOfItems native "SVGPointList_numberOfItems_Getter";
4968 5018
4969 @DomName('SVGPointList.appendItem') 5019 @DomName('SVGPointList.appendItem')
4970 @DocsEditable() 5020 @DocsEditable()
4971 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; 5021 Point appendItem(Point item) native "SVGPointList_appendItem_Callback";
4972 5022
4973 @DomName('SVGPointList.clear') 5023 @DomName('SVGPointList.clear')
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
5073 // for details. All rights reserved. Use of this source code is governed by a 5123 // for details. All rights reserved. Use of this source code is governed by a
5074 // BSD-style license that can be found in the LICENSE file. 5124 // BSD-style license that can be found in the LICENSE file.
5075 5125
5076 // WARNING: Do not edit - generated code. 5126 // WARNING: Do not edit - generated code.
5077 5127
5078 5128
5079 @DocsEditable() 5129 @DocsEditable()
5080 @DomName('SVGPreserveAspectRatio') 5130 @DomName('SVGPreserveAspectRatio')
5081 @Unstable() 5131 @Unstable()
5082 class PreserveAspectRatio extends NativeFieldWrapperClass1 { 5132 class PreserveAspectRatio extends NativeFieldWrapperClass1 {
5133 // To suppress missing implicit constructor warnings.
5134 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported"); }
5083 5135
5084 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') 5136 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET')
5085 @DocsEditable() 5137 @DocsEditable()
5086 static const int SVG_MEETORSLICE_MEET = 1; 5138 static const int SVG_MEETORSLICE_MEET = 1;
5087 5139
5088 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') 5140 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE')
5089 @DocsEditable() 5141 @DocsEditable()
5090 static const int SVG_MEETORSLICE_SLICE = 2; 5142 static const int SVG_MEETORSLICE_SLICE = 2;
5091 5143
5092 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') 5144 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN')
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
5207 // for details. All rights reserved. Use of this source code is governed by a 5259 // for details. All rights reserved. Use of this source code is governed by a
5208 // BSD-style license that can be found in the LICENSE file. 5260 // BSD-style license that can be found in the LICENSE file.
5209 5261
5210 // WARNING: Do not edit - generated code. 5262 // WARNING: Do not edit - generated code.
5211 5263
5212 5264
5213 @DocsEditable() 5265 @DocsEditable()
5214 @DomName('SVGRect') 5266 @DomName('SVGRect')
5215 @Unstable() 5267 @Unstable()
5216 class Rect extends NativeFieldWrapperClass1 { 5268 class Rect extends NativeFieldWrapperClass1 {
5269 // To suppress missing implicit constructor warnings.
5270 factory Rect._() { throw new UnsupportedError("Not supported"); }
5217 5271
5218 @DomName('SVGRect.height') 5272 @DomName('SVGRect.height')
5219 @DocsEditable() 5273 @DocsEditable()
5220 num get height native "SVGRect_height_Getter"; 5274 num get height native "SVGRect_height_Getter";
5221 5275
5222 @DomName('SVGRect.height') 5276 @DomName('SVGRect.height')
5223 @DocsEditable() 5277 @DocsEditable()
5224 void set height(num value) native "SVGRect_height_Setter"; 5278 void set height(num value) native "SVGRect_height_Setter";
5225 5279
5226 @DomName('SVGRect.width') 5280 @DomName('SVGRect.width')
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
5305 // for details. All rights reserved. Use of this source code is governed by a 5359 // for details. All rights reserved. Use of this source code is governed by a
5306 // BSD-style license that can be found in the LICENSE file. 5360 // BSD-style license that can be found in the LICENSE file.
5307 5361
5308 // WARNING: Do not edit - generated code. 5362 // WARNING: Do not edit - generated code.
5309 5363
5310 5364
5311 @DocsEditable() 5365 @DocsEditable()
5312 @DomName('SVGRenderingIntent') 5366 @DomName('SVGRenderingIntent')
5313 @Unstable() 5367 @Unstable()
5314 class RenderingIntent extends NativeFieldWrapperClass1 { 5368 class RenderingIntent extends NativeFieldWrapperClass1 {
5369 // To suppress missing implicit constructor warnings.
5370 factory RenderingIntent._() { throw new UnsupportedError("Not supported"); }
5315 5371
5316 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') 5372 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC')
5317 @DocsEditable() 5373 @DocsEditable()
5318 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; 5374 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
5319 5375
5320 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') 5376 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO')
5321 @DocsEditable() 5377 @DocsEditable()
5322 static const int RENDERING_INTENT_AUTO = 1; 5378 static const int RENDERING_INTENT_AUTO = 1;
5323 5379
5324 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL') 5380 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL')
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
5443 // for details. All rights reserved. Use of this source code is governed by a 5499 // for details. All rights reserved. Use of this source code is governed by a
5444 // BSD-style license that can be found in the LICENSE file. 5500 // BSD-style license that can be found in the LICENSE file.
5445 5501
5446 // WARNING: Do not edit - generated code. 5502 // WARNING: Do not edit - generated code.
5447 5503
5448 5504
5449 @DocsEditable() 5505 @DocsEditable()
5450 @DomName('SVGStringList') 5506 @DomName('SVGStringList')
5451 @Unstable() 5507 @Unstable()
5452 class StringList extends NativeFieldWrapperClass1 with ListMixin<String>, Immuta bleListMixin<String> implements List { 5508 class StringList extends NativeFieldWrapperClass1 with ListMixin<String>, Immuta bleListMixin<String> implements List {
5509 // To suppress missing implicit constructor warnings.
5510 factory StringList._() { throw new UnsupportedError("Not supported"); }
5453 5511
5454 @DomName('SVGStringList.numberOfItems') 5512 @DomName('SVGStringList.numberOfItems')
5455 @DocsEditable() 5513 @DocsEditable()
5456 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; 5514 int get numberOfItems native "SVGStringList_numberOfItems_Getter";
5457 5515
5458 String operator[](int index) { 5516 String operator[](int index) {
5459 if (index < 0 || index >= length) 5517 if (index < 0 || index >= length)
5460 throw new RangeError.range(index, 0, length); 5518 throw new RangeError.range(index, 0, length);
5461 return getItem(index); 5519 return getItem(index);
5462 } 5520 }
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
6122 // for details. All rights reserved. Use of this source code is governed by a 6180 // for details. All rights reserved. Use of this source code is governed by a
6123 // BSD-style license that can be found in the LICENSE file. 6181 // BSD-style license that can be found in the LICENSE file.
6124 6182
6125 // WARNING: Do not edit - generated code. 6183 // WARNING: Do not edit - generated code.
6126 6184
6127 6185
6128 @DocsEditable() 6186 @DocsEditable()
6129 @DomName('SVGTests') 6187 @DomName('SVGTests')
6130 @Unstable() 6188 @Unstable()
6131 abstract class Tests extends NativeFieldWrapperClass1 { 6189 abstract class Tests extends NativeFieldWrapperClass1 {
6190 // To suppress missing implicit constructor warnings.
6191 factory Tests._() { throw new UnsupportedError("Not supported"); }
6132 6192
6133 @DomName('SVGTests.requiredExtensions') 6193 @DomName('SVGTests.requiredExtensions')
6134 @DocsEditable() 6194 @DocsEditable()
6135 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; 6195 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter";
6136 6196
6137 @DomName('SVGTests.requiredFeatures') 6197 @DomName('SVGTests.requiredFeatures')
6138 @DocsEditable() 6198 @DocsEditable()
6139 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; 6199 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter";
6140 6200
6141 @DomName('SVGTests.systemLanguage') 6201 @DomName('SVGTests.systemLanguage')
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
6384 // for details. All rights reserved. Use of this source code is governed by a 6444 // for details. All rights reserved. Use of this source code is governed by a
6385 // BSD-style license that can be found in the LICENSE file. 6445 // BSD-style license that can be found in the LICENSE file.
6386 6446
6387 // WARNING: Do not edit - generated code. 6447 // WARNING: Do not edit - generated code.
6388 6448
6389 6449
6390 @DocsEditable() 6450 @DocsEditable()
6391 @DomName('SVGTransform') 6451 @DomName('SVGTransform')
6392 @Unstable() 6452 @Unstable()
6393 class Transform extends NativeFieldWrapperClass1 { 6453 class Transform extends NativeFieldWrapperClass1 {
6454 // To suppress missing implicit constructor warnings.
6455 factory Transform._() { throw new UnsupportedError("Not supported"); }
6394 6456
6395 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') 6457 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX')
6396 @DocsEditable() 6458 @DocsEditable()
6397 static const int SVG_TRANSFORM_MATRIX = 1; 6459 static const int SVG_TRANSFORM_MATRIX = 1;
6398 6460
6399 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') 6461 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE')
6400 @DocsEditable() 6462 @DocsEditable()
6401 static const int SVG_TRANSFORM_ROTATE = 4; 6463 static const int SVG_TRANSFORM_ROTATE = 4;
6402 6464
6403 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') 6465 @DomName('SVGTransform.SVG_TRANSFORM_SCALE')
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
6461 // for details. All rights reserved. Use of this source code is governed by a 6523 // for details. All rights reserved. Use of this source code is governed by a
6462 // BSD-style license that can be found in the LICENSE file. 6524 // BSD-style license that can be found in the LICENSE file.
6463 6525
6464 // WARNING: Do not edit - generated code. 6526 // WARNING: Do not edit - generated code.
6465 6527
6466 6528
6467 @DocsEditable() 6529 @DocsEditable()
6468 @DomName('SVGTransformList') 6530 @DomName('SVGTransformList')
6469 @Unstable() 6531 @Unstable()
6470 class TransformList extends NativeFieldWrapperClass1 with ListMixin<Transform>, ImmutableListMixin<Transform> implements List { 6532 class TransformList extends NativeFieldWrapperClass1 with ListMixin<Transform>, ImmutableListMixin<Transform> implements List {
6533 // To suppress missing implicit constructor warnings.
6534 factory TransformList._() { throw new UnsupportedError("Not supported"); }
6471 6535
6472 @DomName('SVGTransformList.numberOfItems') 6536 @DomName('SVGTransformList.numberOfItems')
6473 @DocsEditable() 6537 @DocsEditable()
6474 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; 6538 int get numberOfItems native "SVGTransformList_numberOfItems_Getter";
6475 6539
6476 Transform operator[](int index) { 6540 Transform operator[](int index) {
6477 if (index < 0 || index >= length) 6541 if (index < 0 || index >= length)
6478 throw new RangeError.range(index, 0, length); 6542 throw new RangeError.range(index, 0, length);
6479 return getItem(index); 6543 return getItem(index);
6480 } 6544 }
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
6560 // for details. All rights reserved. Use of this source code is governed by a 6624 // for details. All rights reserved. Use of this source code is governed by a
6561 // BSD-style license that can be found in the LICENSE file. 6625 // BSD-style license that can be found in the LICENSE file.
6562 6626
6563 // WARNING: Do not edit - generated code. 6627 // WARNING: Do not edit - generated code.
6564 6628
6565 6629
6566 @DocsEditable() 6630 @DocsEditable()
6567 @DomName('SVGUnitTypes') 6631 @DomName('SVGUnitTypes')
6568 @Unstable() 6632 @Unstable()
6569 class UnitTypes extends NativeFieldWrapperClass1 { 6633 class UnitTypes extends NativeFieldWrapperClass1 {
6634 // To suppress missing implicit constructor warnings.
6635 factory UnitTypes._() { throw new UnsupportedError("Not supported"); }
6570 6636
6571 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') 6637 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX')
6572 @DocsEditable() 6638 @DocsEditable()
6573 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; 6639 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
6574 6640
6575 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') 6641 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN')
6576 @DocsEditable() 6642 @DocsEditable()
6577 static const int SVG_UNIT_TYPE_UNKNOWN = 0; 6643 static const int SVG_UNIT_TYPE_UNKNOWN = 0;
6578 6644
6579 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') 6645 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE')
6580 @DocsEditable() 6646 @DocsEditable()
6581 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; 6647 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1;
6582 6648
6583 } 6649 }
6584 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6650 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6585 // for details. All rights reserved. Use of this source code is governed by a 6651 // for details. All rights reserved. Use of this source code is governed by a
6586 // BSD-style license that can be found in the LICENSE file. 6652 // BSD-style license that can be found in the LICENSE file.
6587 6653
6588 // WARNING: Do not edit - generated code. 6654 // WARNING: Do not edit - generated code.
6589 6655
6590 6656
6591 @DocsEditable() 6657 @DocsEditable()
6592 @DomName('SVGURIReference') 6658 @DomName('SVGURIReference')
6593 @Unstable() 6659 @Unstable()
6594 abstract class UriReference extends NativeFieldWrapperClass1 { 6660 abstract class UriReference extends NativeFieldWrapperClass1 {
6661 // To suppress missing implicit constructor warnings.
6662 factory UriReference._() { throw new UnsupportedError("Not supported"); }
6595 6663
6596 @DomName('SVGURIReference.href') 6664 @DomName('SVGURIReference.href')
6597 @DocsEditable() 6665 @DocsEditable()
6598 AnimatedString get href native "SVGURIReference_href_Getter"; 6666 AnimatedString get href native "SVGURIReference_href_Getter";
6599 6667
6600 } 6668 }
6601 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6669 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6602 // for details. All rights reserved. Use of this source code is governed by a 6670 // for details. All rights reserved. Use of this source code is governed by a
6603 // BSD-style license that can be found in the LICENSE file. 6671 // BSD-style license that can be found in the LICENSE file.
6604 6672
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
6724 // for details. All rights reserved. Use of this source code is governed by a 6792 // for details. All rights reserved. Use of this source code is governed by a
6725 // BSD-style license that can be found in the LICENSE file. 6793 // BSD-style license that can be found in the LICENSE file.
6726 6794
6727 // WARNING: Do not edit - generated code. 6795 // WARNING: Do not edit - generated code.
6728 6796
6729 6797
6730 @DocsEditable() 6798 @DocsEditable()
6731 @DomName('SVGViewSpec') 6799 @DomName('SVGViewSpec')
6732 @Unstable() 6800 @Unstable()
6733 class ViewSpec extends NativeFieldWrapperClass1 implements FitToViewBox { 6801 class ViewSpec extends NativeFieldWrapperClass1 implements FitToViewBox {
6802 // To suppress missing implicit constructor warnings.
6803 factory ViewSpec._() { throw new UnsupportedError("Not supported"); }
6734 6804
6735 @DomName('SVGViewSpec.preserveAspectRatioString') 6805 @DomName('SVGViewSpec.preserveAspectRatioString')
6736 @DocsEditable() 6806 @DocsEditable()
6737 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt ring_Getter"; 6807 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt ring_Getter";
6738 6808
6739 @DomName('SVGViewSpec.transform') 6809 @DomName('SVGViewSpec.transform')
6740 @DocsEditable() 6810 @DocsEditable()
6741 TransformList get transform native "SVGViewSpec_transform_Getter"; 6811 TransformList get transform native "SVGViewSpec_transform_Getter";
6742 6812
6743 @DomName('SVGViewSpec.transformString') 6813 @DomName('SVGViewSpec.transformString')
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
6781 // for details. All rights reserved. Use of this source code is governed by a 6851 // for details. All rights reserved. Use of this source code is governed by a
6782 // BSD-style license that can be found in the LICENSE file. 6852 // BSD-style license that can be found in the LICENSE file.
6783 6853
6784 // WARNING: Do not edit - generated code. 6854 // WARNING: Do not edit - generated code.
6785 6855
6786 6856
6787 @DocsEditable() 6857 @DocsEditable()
6788 @DomName('SVGZoomAndPan') 6858 @DomName('SVGZoomAndPan')
6789 @Unstable() 6859 @Unstable()
6790 abstract class ZoomAndPan extends NativeFieldWrapperClass1 { 6860 abstract class ZoomAndPan extends NativeFieldWrapperClass1 {
6861 // To suppress missing implicit constructor warnings.
6862 factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); }
6791 6863
6792 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') 6864 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE')
6793 @DocsEditable() 6865 @DocsEditable()
6794 static const int SVG_ZOOMANDPAN_DISABLE = 1; 6866 static const int SVG_ZOOMANDPAN_DISABLE = 1;
6795 6867
6796 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') 6868 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY')
6797 @DocsEditable() 6869 @DocsEditable()
6798 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; 6870 static const int SVG_ZOOMANDPAN_MAGNIFY = 2;
6799 6871
6800 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') 6872 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN')
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
6849 // for details. All rights reserved. Use of this source code is governed by a 6921 // for details. All rights reserved. Use of this source code is governed by a
6850 // BSD-style license that can be found in the LICENSE file. 6922 // BSD-style license that can be found in the LICENSE file.
6851 6923
6852 // WARNING: Do not edit - generated code. 6924 // WARNING: Do not edit - generated code.
6853 6925
6854 6926
6855 @DocsEditable() 6927 @DocsEditable()
6856 @DomName('SVGElementInstanceList') 6928 @DomName('SVGElementInstanceList')
6857 @Unstable() 6929 @Unstable()
6858 class _ElementInstanceList extends NativeFieldWrapperClass1 with ListMixin<Eleme ntInstance>, ImmutableListMixin<ElementInstance> implements List { 6930 class _ElementInstanceList extends NativeFieldWrapperClass1 with ListMixin<Eleme ntInstance>, ImmutableListMixin<ElementInstance> implements List {
6931 // To suppress missing implicit constructor warnings.
6932 factory _ElementInstanceList._() { throw new UnsupportedError("Not supported") ; }
6859 6933
6860 @DomName('SVGElementInstanceList.length') 6934 @DomName('SVGElementInstanceList.length')
6861 @DocsEditable() 6935 @DocsEditable()
6862 int get length native "SVGElementInstanceList_length_Getter"; 6936 int get length native "SVGElementInstanceList_length_Getter";
6863 6937
6864 ElementInstance operator[](int index) { 6938 ElementInstance operator[](int index) {
6865 if (index < 0 || index >= length) 6939 if (index < 0 || index >= length)
6866 throw new RangeError.range(index, 0, length); 6940 throw new RangeError.range(index, 0, length);
6867 return _nativeIndexedGetter(index); 6941 return _nativeIndexedGetter(index);
6868 } 6942 }
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
7414 @DocsEditable() 7488 @DocsEditable()
7415 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 7489 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
7416 /** 7490 /**
7417 * Constructor instantiated by the DOM when a custom element has been created. 7491 * Constructor instantiated by the DOM when a custom element has been created.
7418 * 7492 *
7419 * This can only be called by subclasses from their created constructor. 7493 * This can only be called by subclasses from their created constructor.
7420 */ 7494 */
7421 _SVGVKernElement.created() : super.created(); 7495 _SVGVKernElement.created() : super.created();
7422 7496
7423 } 7497 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_audio/dart2js/web_audio_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698