| OLD | NEW |
| 1 library dart.dom.svg; | 1 library dart.dom.svg; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:_collection-dev' 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 116 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 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 NativeFieldWrapperClass2 { |
| 127 // To suppress missing implicit constructor warnings. | 127 // To suppress missing implicit constructor warnings. |
| 128 factory Angle._() { throw new UnsupportedError("Not supported"); } | 128 factory Angle._() { throw new UnsupportedError("Not supported"); } |
| 129 | 129 |
| 130 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') | 130 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') |
| 131 @DocsEditable() | 131 @DocsEditable() |
| 132 static const int SVG_ANGLETYPE_DEG = 2; | 132 static const int SVG_ANGLETYPE_DEG = 2; |
| 133 | 133 |
| 134 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') | 134 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') |
| 135 @DocsEditable() | 135 @DocsEditable() |
| 136 static const int SVG_ANGLETYPE_GRAD = 4; | 136 static const int SVG_ANGLETYPE_GRAD = 4; |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 280 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 281 // 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 |
| 282 // BSD-style license that can be found in the LICENSE file. | 282 // BSD-style license that can be found in the LICENSE file. |
| 283 | 283 |
| 284 // WARNING: Do not edit - generated code. | 284 // WARNING: Do not edit - generated code. |
| 285 | 285 |
| 286 | 286 |
| 287 @DocsEditable() | 287 @DocsEditable() |
| 288 @DomName('SVGAnimatedAngle') | 288 @DomName('SVGAnimatedAngle') |
| 289 @Unstable() | 289 @Unstable() |
| 290 class AnimatedAngle extends NativeFieldWrapperClass1 { | 290 class AnimatedAngle extends NativeFieldWrapperClass2 { |
| 291 // To suppress missing implicit constructor warnings. | 291 // To suppress missing implicit constructor warnings. |
| 292 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } | 292 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } |
| 293 | 293 |
| 294 @DomName('SVGAnimatedAngle.animVal') | 294 @DomName('SVGAnimatedAngle.animVal') |
| 295 @DocsEditable() | 295 @DocsEditable() |
| 296 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; | 296 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; |
| 297 | 297 |
| 298 @DomName('SVGAnimatedAngle.baseVal') | 298 @DomName('SVGAnimatedAngle.baseVal') |
| 299 @DocsEditable() | 299 @DocsEditable() |
| 300 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; | 300 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; |
| 301 | 301 |
| 302 } | 302 } |
| 303 // 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 |
| 304 // 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 |
| 305 // BSD-style license that can be found in the LICENSE file. | 305 // BSD-style license that can be found in the LICENSE file. |
| 306 | 306 |
| 307 // WARNING: Do not edit - generated code. | 307 // WARNING: Do not edit - generated code. |
| 308 | 308 |
| 309 | 309 |
| 310 @DocsEditable() | 310 @DocsEditable() |
| 311 @DomName('SVGAnimatedBoolean') | 311 @DomName('SVGAnimatedBoolean') |
| 312 @Unstable() | 312 @Unstable() |
| 313 class AnimatedBoolean extends NativeFieldWrapperClass1 { | 313 class AnimatedBoolean extends NativeFieldWrapperClass2 { |
| 314 // To suppress missing implicit constructor warnings. | 314 // To suppress missing implicit constructor warnings. |
| 315 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } | 315 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } |
| 316 | 316 |
| 317 @DomName('SVGAnimatedBoolean.animVal') | 317 @DomName('SVGAnimatedBoolean.animVal') |
| 318 @DocsEditable() | 318 @DocsEditable() |
| 319 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; | 319 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; |
| 320 | 320 |
| 321 @DomName('SVGAnimatedBoolean.baseVal') | 321 @DomName('SVGAnimatedBoolean.baseVal') |
| 322 @DocsEditable() | 322 @DocsEditable() |
| 323 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; | 323 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; |
| 324 | 324 |
| 325 @DomName('SVGAnimatedBoolean.baseVal') | 325 @DomName('SVGAnimatedBoolean.baseVal') |
| 326 @DocsEditable() | 326 @DocsEditable() |
| 327 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; | 327 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; |
| 328 | 328 |
| 329 } | 329 } |
| 330 // 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 |
| 331 // 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 |
| 332 // BSD-style license that can be found in the LICENSE file. | 332 // BSD-style license that can be found in the LICENSE file. |
| 333 | 333 |
| 334 // WARNING: Do not edit - generated code. | 334 // WARNING: Do not edit - generated code. |
| 335 | 335 |
| 336 | 336 |
| 337 @DocsEditable() | 337 @DocsEditable() |
| 338 @DomName('SVGAnimatedEnumeration') | 338 @DomName('SVGAnimatedEnumeration') |
| 339 @Unstable() | 339 @Unstable() |
| 340 class AnimatedEnumeration extends NativeFieldWrapperClass1 { | 340 class AnimatedEnumeration extends NativeFieldWrapperClass2 { |
| 341 // To suppress missing implicit constructor warnings. | 341 // To suppress missing implicit constructor warnings. |
| 342 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported");
} | 342 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported");
} |
| 343 | 343 |
| 344 @DomName('SVGAnimatedEnumeration.animVal') | 344 @DomName('SVGAnimatedEnumeration.animVal') |
| 345 @DocsEditable() | 345 @DocsEditable() |
| 346 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; | 346 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; |
| 347 | 347 |
| 348 @DomName('SVGAnimatedEnumeration.baseVal') | 348 @DomName('SVGAnimatedEnumeration.baseVal') |
| 349 @DocsEditable() | 349 @DocsEditable() |
| 350 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; | 350 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; |
| 351 | 351 |
| 352 @DomName('SVGAnimatedEnumeration.baseVal') | 352 @DomName('SVGAnimatedEnumeration.baseVal') |
| 353 @DocsEditable() | 353 @DocsEditable() |
| 354 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; | 354 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; |
| 355 | 355 |
| 356 } | 356 } |
| 357 // 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 |
| 358 // 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 |
| 359 // BSD-style license that can be found in the LICENSE file. | 359 // BSD-style license that can be found in the LICENSE file. |
| 360 | 360 |
| 361 // WARNING: Do not edit - generated code. | 361 // WARNING: Do not edit - generated code. |
| 362 | 362 |
| 363 | 363 |
| 364 @DocsEditable() | 364 @DocsEditable() |
| 365 @DomName('SVGAnimatedInteger') | 365 @DomName('SVGAnimatedInteger') |
| 366 @Unstable() | 366 @Unstable() |
| 367 class AnimatedInteger extends NativeFieldWrapperClass1 { | 367 class AnimatedInteger extends NativeFieldWrapperClass2 { |
| 368 // To suppress missing implicit constructor warnings. | 368 // To suppress missing implicit constructor warnings. |
| 369 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } | 369 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } |
| 370 | 370 |
| 371 @DomName('SVGAnimatedInteger.animVal') | 371 @DomName('SVGAnimatedInteger.animVal') |
| 372 @DocsEditable() | 372 @DocsEditable() |
| 373 int get animVal native "SVGAnimatedInteger_animVal_Getter"; | 373 int get animVal native "SVGAnimatedInteger_animVal_Getter"; |
| 374 | 374 |
| 375 @DomName('SVGAnimatedInteger.baseVal') | 375 @DomName('SVGAnimatedInteger.baseVal') |
| 376 @DocsEditable() | 376 @DocsEditable() |
| 377 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; | 377 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; |
| 378 | 378 |
| 379 @DomName('SVGAnimatedInteger.baseVal') | 379 @DomName('SVGAnimatedInteger.baseVal') |
| 380 @DocsEditable() | 380 @DocsEditable() |
| 381 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; | 381 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; |
| 382 | 382 |
| 383 } | 383 } |
| 384 // 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 |
| 385 // 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 |
| 386 // BSD-style license that can be found in the LICENSE file. | 386 // BSD-style license that can be found in the LICENSE file. |
| 387 | 387 |
| 388 // WARNING: Do not edit - generated code. | 388 // WARNING: Do not edit - generated code. |
| 389 | 389 |
| 390 | 390 |
| 391 @DocsEditable() | 391 @DocsEditable() |
| 392 @DomName('SVGAnimatedLength') | 392 @DomName('SVGAnimatedLength') |
| 393 @Unstable() | 393 @Unstable() |
| 394 class AnimatedLength extends NativeFieldWrapperClass1 { | 394 class AnimatedLength extends NativeFieldWrapperClass2 { |
| 395 // To suppress missing implicit constructor warnings. | 395 // To suppress missing implicit constructor warnings. |
| 396 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } | 396 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } |
| 397 | 397 |
| 398 @DomName('SVGAnimatedLength.animVal') | 398 @DomName('SVGAnimatedLength.animVal') |
| 399 @DocsEditable() | 399 @DocsEditable() |
| 400 Length get animVal native "SVGAnimatedLength_animVal_Getter"; | 400 Length get animVal native "SVGAnimatedLength_animVal_Getter"; |
| 401 | 401 |
| 402 @DomName('SVGAnimatedLength.baseVal') | 402 @DomName('SVGAnimatedLength.baseVal') |
| 403 @DocsEditable() | 403 @DocsEditable() |
| 404 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; | 404 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; |
| 405 | 405 |
| 406 } | 406 } |
| 407 // 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 |
| 408 // 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 |
| 409 // BSD-style license that can be found in the LICENSE file. | 409 // BSD-style license that can be found in the LICENSE file. |
| 410 | 410 |
| 411 // WARNING: Do not edit - generated code. | 411 // WARNING: Do not edit - generated code. |
| 412 | 412 |
| 413 | 413 |
| 414 @DocsEditable() | 414 @DocsEditable() |
| 415 @DomName('SVGAnimatedLengthList') | 415 @DomName('SVGAnimatedLengthList') |
| 416 @Unstable() | 416 @Unstable() |
| 417 class AnimatedLengthList extends NativeFieldWrapperClass1 { | 417 class AnimatedLengthList extends NativeFieldWrapperClass2 { |
| 418 // To suppress missing implicit constructor warnings. | 418 // To suppress missing implicit constructor warnings. |
| 419 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported");
} | 419 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported");
} |
| 420 | 420 |
| 421 @DomName('SVGAnimatedLengthList.animVal') | 421 @DomName('SVGAnimatedLengthList.animVal') |
| 422 @DocsEditable() | 422 @DocsEditable() |
| 423 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; | 423 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; |
| 424 | 424 |
| 425 @DomName('SVGAnimatedLengthList.baseVal') | 425 @DomName('SVGAnimatedLengthList.baseVal') |
| 426 @DocsEditable() | 426 @DocsEditable() |
| 427 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; | 427 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; |
| 428 | 428 |
| 429 } | 429 } |
| 430 // 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 |
| 431 // 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 |
| 432 // BSD-style license that can be found in the LICENSE file. | 432 // BSD-style license that can be found in the LICENSE file. |
| 433 | 433 |
| 434 // WARNING: Do not edit - generated code. | 434 // WARNING: Do not edit - generated code. |
| 435 | 435 |
| 436 | 436 |
| 437 @DocsEditable() | 437 @DocsEditable() |
| 438 @DomName('SVGAnimatedNumber') | 438 @DomName('SVGAnimatedNumber') |
| 439 @Unstable() | 439 @Unstable() |
| 440 class AnimatedNumber extends NativeFieldWrapperClass1 { | 440 class AnimatedNumber extends NativeFieldWrapperClass2 { |
| 441 // To suppress missing implicit constructor warnings. | 441 // To suppress missing implicit constructor warnings. |
| 442 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } | 442 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } |
| 443 | 443 |
| 444 @DomName('SVGAnimatedNumber.animVal') | 444 @DomName('SVGAnimatedNumber.animVal') |
| 445 @DocsEditable() | 445 @DocsEditable() |
| 446 double get animVal native "SVGAnimatedNumber_animVal_Getter"; | 446 double get animVal native "SVGAnimatedNumber_animVal_Getter"; |
| 447 | 447 |
| 448 @DomName('SVGAnimatedNumber.baseVal') | 448 @DomName('SVGAnimatedNumber.baseVal') |
| 449 @DocsEditable() | 449 @DocsEditable() |
| 450 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; | 450 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; |
| 451 | 451 |
| 452 @DomName('SVGAnimatedNumber.baseVal') | 452 @DomName('SVGAnimatedNumber.baseVal') |
| 453 @DocsEditable() | 453 @DocsEditable() |
| 454 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; | 454 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; |
| 455 | 455 |
| 456 } | 456 } |
| 457 // 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 |
| 458 // 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 |
| 459 // BSD-style license that can be found in the LICENSE file. | 459 // BSD-style license that can be found in the LICENSE file. |
| 460 | 460 |
| 461 // WARNING: Do not edit - generated code. | 461 // WARNING: Do not edit - generated code. |
| 462 | 462 |
| 463 | 463 |
| 464 @DocsEditable() | 464 @DocsEditable() |
| 465 @DomName('SVGAnimatedNumberList') | 465 @DomName('SVGAnimatedNumberList') |
| 466 @Unstable() | 466 @Unstable() |
| 467 class AnimatedNumberList extends NativeFieldWrapperClass1 { | 467 class AnimatedNumberList extends NativeFieldWrapperClass2 { |
| 468 // To suppress missing implicit constructor warnings. | 468 // To suppress missing implicit constructor warnings. |
| 469 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported");
} | 469 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported");
} |
| 470 | 470 |
| 471 @DomName('SVGAnimatedNumberList.animVal') | 471 @DomName('SVGAnimatedNumberList.animVal') |
| 472 @DocsEditable() | 472 @DocsEditable() |
| 473 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; | 473 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; |
| 474 | 474 |
| 475 @DomName('SVGAnimatedNumberList.baseVal') | 475 @DomName('SVGAnimatedNumberList.baseVal') |
| 476 @DocsEditable() | 476 @DocsEditable() |
| 477 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; | 477 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; |
| 478 | 478 |
| 479 } | 479 } |
| 480 // 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 |
| 481 // 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 |
| 482 // BSD-style license that can be found in the LICENSE file. | 482 // BSD-style license that can be found in the LICENSE file. |
| 483 | 483 |
| 484 // WARNING: Do not edit - generated code. | 484 // WARNING: Do not edit - generated code. |
| 485 | 485 |
| 486 | 486 |
| 487 @DocsEditable() | 487 @DocsEditable() |
| 488 @DomName('SVGAnimatedPreserveAspectRatio') | 488 @DomName('SVGAnimatedPreserveAspectRatio') |
| 489 @Unstable() | 489 @Unstable() |
| 490 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { | 490 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 { |
| 491 // To suppress missing implicit constructor warnings. | 491 // To suppress missing implicit constructor warnings. |
| 492 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp
orted"); } | 492 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp
orted"); } |
| 493 | 493 |
| 494 @DomName('SVGAnimatedPreserveAspectRatio.animVal') | 494 @DomName('SVGAnimatedPreserveAspectRatio.animVal') |
| 495 @DocsEditable() | 495 @DocsEditable() |
| 496 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal
_Getter"; | 496 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal
_Getter"; |
| 497 | 497 |
| 498 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') | 498 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') |
| 499 @DocsEditable() | 499 @DocsEditable() |
| 500 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal
_Getter"; | 500 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal
_Getter"; |
| 501 | 501 |
| 502 } | 502 } |
| 503 // 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 |
| 504 // 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 |
| 505 // BSD-style license that can be found in the LICENSE file. | 505 // BSD-style license that can be found in the LICENSE file. |
| 506 | 506 |
| 507 // WARNING: Do not edit - generated code. | 507 // WARNING: Do not edit - generated code. |
| 508 | 508 |
| 509 | 509 |
| 510 @DocsEditable() | 510 @DocsEditable() |
| 511 @DomName('SVGAnimatedRect') | 511 @DomName('SVGAnimatedRect') |
| 512 @Unstable() | 512 @Unstable() |
| 513 class AnimatedRect extends NativeFieldWrapperClass1 { | 513 class AnimatedRect extends NativeFieldWrapperClass2 { |
| 514 // To suppress missing implicit constructor warnings. | 514 // To suppress missing implicit constructor warnings. |
| 515 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } | 515 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } |
| 516 | 516 |
| 517 @DomName('SVGAnimatedRect.animVal') | 517 @DomName('SVGAnimatedRect.animVal') |
| 518 @DocsEditable() | 518 @DocsEditable() |
| 519 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; | 519 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; |
| 520 | 520 |
| 521 @DomName('SVGAnimatedRect.baseVal') | 521 @DomName('SVGAnimatedRect.baseVal') |
| 522 @DocsEditable() | 522 @DocsEditable() |
| 523 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; | 523 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; |
| 524 | 524 |
| 525 } | 525 } |
| 526 // 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 |
| 527 // 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 |
| 528 // BSD-style license that can be found in the LICENSE file. | 528 // BSD-style license that can be found in the LICENSE file. |
| 529 | 529 |
| 530 // WARNING: Do not edit - generated code. | 530 // WARNING: Do not edit - generated code. |
| 531 | 531 |
| 532 | 532 |
| 533 @DocsEditable() | 533 @DocsEditable() |
| 534 @DomName('SVGAnimatedString') | 534 @DomName('SVGAnimatedString') |
| 535 @Unstable() | 535 @Unstable() |
| 536 class AnimatedString extends NativeFieldWrapperClass1 { | 536 class AnimatedString extends NativeFieldWrapperClass2 { |
| 537 // To suppress missing implicit constructor warnings. | 537 // To suppress missing implicit constructor warnings. |
| 538 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } | 538 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } |
| 539 | 539 |
| 540 @DomName('SVGAnimatedString.animVal') | 540 @DomName('SVGAnimatedString.animVal') |
| 541 @DocsEditable() | 541 @DocsEditable() |
| 542 String get animVal native "SVGAnimatedString_animVal_Getter"; | 542 String get animVal native "SVGAnimatedString_animVal_Getter"; |
| 543 | 543 |
| 544 @DomName('SVGAnimatedString.baseVal') | 544 @DomName('SVGAnimatedString.baseVal') |
| 545 @DocsEditable() | 545 @DocsEditable() |
| 546 String get baseVal native "SVGAnimatedString_baseVal_Getter"; | 546 String get baseVal native "SVGAnimatedString_baseVal_Getter"; |
| 547 | 547 |
| 548 @DomName('SVGAnimatedString.baseVal') | 548 @DomName('SVGAnimatedString.baseVal') |
| 549 @DocsEditable() | 549 @DocsEditable() |
| 550 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; | 550 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; |
| 551 | 551 |
| 552 } | 552 } |
| 553 // 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 |
| 554 // 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 |
| 555 // BSD-style license that can be found in the LICENSE file. | 555 // BSD-style license that can be found in the LICENSE file. |
| 556 | 556 |
| 557 // WARNING: Do not edit - generated code. | 557 // WARNING: Do not edit - generated code. |
| 558 | 558 |
| 559 | 559 |
| 560 @DocsEditable() | 560 @DocsEditable() |
| 561 @DomName('SVGAnimatedTransformList') | 561 @DomName('SVGAnimatedTransformList') |
| 562 @Unstable() | 562 @Unstable() |
| 563 class AnimatedTransformList extends NativeFieldWrapperClass1 { | 563 class AnimatedTransformList extends NativeFieldWrapperClass2 { |
| 564 // To suppress missing implicit constructor warnings. | 564 // To suppress missing implicit constructor warnings. |
| 565 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"
); } | 565 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"
); } |
| 566 | 566 |
| 567 @DomName('SVGAnimatedTransformList.animVal') | 567 @DomName('SVGAnimatedTransformList.animVal') |
| 568 @DocsEditable() | 568 @DocsEditable() |
| 569 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; | 569 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; |
| 570 | 570 |
| 571 @DomName('SVGAnimatedTransformList.baseVal') | 571 @DomName('SVGAnimatedTransformList.baseVal') |
| 572 @DocsEditable() | 572 @DocsEditable() |
| 573 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; | 573 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; |
| (...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1232 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1232 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1233 // 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 |
| 1234 // BSD-style license that can be found in the LICENSE file. | 1234 // BSD-style license that can be found in the LICENSE file. |
| 1235 | 1235 |
| 1236 // WARNING: Do not edit - generated code. | 1236 // WARNING: Do not edit - generated code. |
| 1237 | 1237 |
| 1238 | 1238 |
| 1239 @DocsEditable() | 1239 @DocsEditable() |
| 1240 @DomName('SVGExternalResourcesRequired') | 1240 @DomName('SVGExternalResourcesRequired') |
| 1241 @Unstable() | 1241 @Unstable() |
| 1242 abstract class ExternalResourcesRequired extends NativeFieldWrapperClass1 { | 1242 abstract class ExternalResourcesRequired extends NativeFieldWrapperClass2 { |
| 1243 // To suppress missing implicit constructor warnings. | 1243 // To suppress missing implicit constructor warnings. |
| 1244 factory ExternalResourcesRequired._() { throw new UnsupportedError("Not suppor
ted"); } | 1244 factory ExternalResourcesRequired._() { throw new UnsupportedError("Not suppor
ted"); } |
| 1245 | 1245 |
| 1246 /// Checks if this type is supported on the current platform. | 1246 /// Checks if this type is supported on the current platform. |
| 1247 static bool supported(SvgElement element) => true; | 1247 static bool supported(SvgElement element) => true; |
| 1248 | 1248 |
| 1249 @DomName('SVGExternalResourcesRequired.externalResourcesRequired') | 1249 @DomName('SVGExternalResourcesRequired.externalResourcesRequired') |
| 1250 @DocsEditable() | 1250 @DocsEditable() |
| 1251 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ
ired_externalResourcesRequired_Getter"; | 1251 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ
ired_externalResourcesRequired_Getter"; |
| 1252 | 1252 |
| (...skipping 1595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2848 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2848 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2849 // 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 |
| 2850 // BSD-style license that can be found in the LICENSE file. | 2850 // BSD-style license that can be found in the LICENSE file. |
| 2851 | 2851 |
| 2852 // WARNING: Do not edit - generated code. | 2852 // WARNING: Do not edit - generated code. |
| 2853 | 2853 |
| 2854 | 2854 |
| 2855 @DocsEditable() | 2855 @DocsEditable() |
| 2856 @DomName('SVGFilterPrimitiveStandardAttributes') | 2856 @DomName('SVGFilterPrimitiveStandardAttributes') |
| 2857 @Unstable() | 2857 @Unstable() |
| 2858 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass
1 { | 2858 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass
2 { |
| 2859 // To suppress missing implicit constructor warnings. | 2859 // To suppress missing implicit constructor warnings. |
| 2860 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No
t supported"); } | 2860 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No
t supported"); } |
| 2861 | 2861 |
| 2862 @DomName('SVGFilterPrimitiveStandardAttributes.height') | 2862 @DomName('SVGFilterPrimitiveStandardAttributes.height') |
| 2863 @DocsEditable() | 2863 @DocsEditable() |
| 2864 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_
Getter"; | 2864 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_
Getter"; |
| 2865 | 2865 |
| 2866 @DomName('SVGFilterPrimitiveStandardAttributes.result') | 2866 @DomName('SVGFilterPrimitiveStandardAttributes.result') |
| 2867 @DocsEditable() | 2867 @DocsEditable() |
| 2868 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_
Getter"; | 2868 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_
Getter"; |
| (...skipping 14 matching lines...) Expand all Loading... |
| 2883 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2883 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2884 // 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 |
| 2885 // BSD-style license that can be found in the LICENSE file. | 2885 // BSD-style license that can be found in the LICENSE file. |
| 2886 | 2886 |
| 2887 // WARNING: Do not edit - generated code. | 2887 // WARNING: Do not edit - generated code. |
| 2888 | 2888 |
| 2889 | 2889 |
| 2890 @DocsEditable() | 2890 @DocsEditable() |
| 2891 @DomName('SVGFitToViewBox') | 2891 @DomName('SVGFitToViewBox') |
| 2892 @Unstable() | 2892 @Unstable() |
| 2893 abstract class FitToViewBox extends NativeFieldWrapperClass1 { | 2893 abstract class FitToViewBox extends NativeFieldWrapperClass2 { |
| 2894 // To suppress missing implicit constructor warnings. | 2894 // To suppress missing implicit constructor warnings. |
| 2895 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } | 2895 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } |
| 2896 | 2896 |
| 2897 @DomName('SVGFitToViewBox.preserveAspectRatio') | 2897 @DomName('SVGFitToViewBox.preserveAspectRatio') |
| 2898 @DocsEditable() | 2898 @DocsEditable() |
| 2899 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr
eserveAspectRatio_Getter"; | 2899 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr
eserveAspectRatio_Getter"; |
| 2900 | 2900 |
| 2901 @DomName('SVGFitToViewBox.viewBox') | 2901 @DomName('SVGFitToViewBox.viewBox') |
| 2902 @DocsEditable() | 2902 @DocsEditable() |
| 2903 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; | 2903 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3115 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3115 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3116 // 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 |
| 3117 // BSD-style license that can be found in the LICENSE file. | 3117 // BSD-style license that can be found in the LICENSE file. |
| 3118 | 3118 |
| 3119 // WARNING: Do not edit - generated code. | 3119 // WARNING: Do not edit - generated code. |
| 3120 | 3120 |
| 3121 | 3121 |
| 3122 @DocsEditable() | 3122 @DocsEditable() |
| 3123 @DomName('SVGLength') | 3123 @DomName('SVGLength') |
| 3124 @Unstable() | 3124 @Unstable() |
| 3125 class Length extends NativeFieldWrapperClass1 { | 3125 class Length extends NativeFieldWrapperClass2 { |
| 3126 // To suppress missing implicit constructor warnings. | 3126 // To suppress missing implicit constructor warnings. |
| 3127 factory Length._() { throw new UnsupportedError("Not supported"); } | 3127 factory Length._() { throw new UnsupportedError("Not supported"); } |
| 3128 | 3128 |
| 3129 @DomName('SVGLength.SVG_LENGTHTYPE_CM') | 3129 @DomName('SVGLength.SVG_LENGTHTYPE_CM') |
| 3130 @DocsEditable() | 3130 @DocsEditable() |
| 3131 static const int SVG_LENGTHTYPE_CM = 6; | 3131 static const int SVG_LENGTHTYPE_CM = 6; |
| 3132 | 3132 |
| 3133 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') | 3133 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') |
| 3134 @DocsEditable() | 3134 @DocsEditable() |
| 3135 static const int SVG_LENGTHTYPE_EMS = 3; | 3135 static const int SVG_LENGTHTYPE_EMS = 3; |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3210 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3210 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3211 // 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 |
| 3212 // BSD-style license that can be found in the LICENSE file. | 3212 // BSD-style license that can be found in the LICENSE file. |
| 3213 | 3213 |
| 3214 // WARNING: Do not edit - generated code. | 3214 // WARNING: Do not edit - generated code. |
| 3215 | 3215 |
| 3216 | 3216 |
| 3217 @DocsEditable() | 3217 @DocsEditable() |
| 3218 @DomName('SVGLengthList') | 3218 @DomName('SVGLengthList') |
| 3219 @Unstable() | 3219 @Unstable() |
| 3220 class LengthList extends NativeFieldWrapperClass1 with ListMixin<Length>, Immuta
bleListMixin<Length> implements List { | 3220 class LengthList extends NativeFieldWrapperClass2 with ListMixin<Length>, Immuta
bleListMixin<Length> implements List { |
| 3221 // To suppress missing implicit constructor warnings. | 3221 // To suppress missing implicit constructor warnings. |
| 3222 factory LengthList._() { throw new UnsupportedError("Not supported"); } | 3222 factory LengthList._() { throw new UnsupportedError("Not supported"); } |
| 3223 | 3223 |
| 3224 @DomName('SVGLengthList.numberOfItems') | 3224 @DomName('SVGLengthList.numberOfItems') |
| 3225 @DocsEditable() | 3225 @DocsEditable() |
| 3226 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; | 3226 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; |
| 3227 | 3227 |
| 3228 Length operator[](int index) { | 3228 Length operator[](int index) { |
| 3229 if (index < 0 || index >= length) | 3229 if (index < 0 || index >= length) |
| 3230 throw new RangeError.range(index, 0, length); | 3230 throw new RangeError.range(index, 0, length); |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3555 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3555 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3556 // 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 |
| 3557 // BSD-style license that can be found in the LICENSE file. | 3557 // BSD-style license that can be found in the LICENSE file. |
| 3558 | 3558 |
| 3559 // WARNING: Do not edit - generated code. | 3559 // WARNING: Do not edit - generated code. |
| 3560 | 3560 |
| 3561 | 3561 |
| 3562 @DocsEditable() | 3562 @DocsEditable() |
| 3563 @DomName('SVGMatrix') | 3563 @DomName('SVGMatrix') |
| 3564 @Unstable() | 3564 @Unstable() |
| 3565 class Matrix extends NativeFieldWrapperClass1 { | 3565 class Matrix extends NativeFieldWrapperClass2 { |
| 3566 // To suppress missing implicit constructor warnings. | 3566 // To suppress missing implicit constructor warnings. |
| 3567 factory Matrix._() { throw new UnsupportedError("Not supported"); } | 3567 factory Matrix._() { throw new UnsupportedError("Not supported"); } |
| 3568 | 3568 |
| 3569 @DomName('SVGMatrix.a') | 3569 @DomName('SVGMatrix.a') |
| 3570 @DocsEditable() | 3570 @DocsEditable() |
| 3571 num get a native "SVGMatrix_a_Getter"; | 3571 num get a native "SVGMatrix_a_Getter"; |
| 3572 | 3572 |
| 3573 @DomName('SVGMatrix.a') | 3573 @DomName('SVGMatrix.a') |
| 3574 @DocsEditable() | 3574 @DocsEditable() |
| 3575 void set a(num value) native "SVGMatrix_a_Setter"; | 3575 void set a(num value) native "SVGMatrix_a_Setter"; |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3683 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3683 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3684 // 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 |
| 3685 // BSD-style license that can be found in the LICENSE file. | 3685 // BSD-style license that can be found in the LICENSE file. |
| 3686 | 3686 |
| 3687 // WARNING: Do not edit - generated code. | 3687 // WARNING: Do not edit - generated code. |
| 3688 | 3688 |
| 3689 | 3689 |
| 3690 @DocsEditable() | 3690 @DocsEditable() |
| 3691 @DomName('SVGNumber') | 3691 @DomName('SVGNumber') |
| 3692 @Unstable() | 3692 @Unstable() |
| 3693 class Number extends NativeFieldWrapperClass1 { | 3693 class Number extends NativeFieldWrapperClass2 { |
| 3694 // To suppress missing implicit constructor warnings. | 3694 // To suppress missing implicit constructor warnings. |
| 3695 factory Number._() { throw new UnsupportedError("Not supported"); } | 3695 factory Number._() { throw new UnsupportedError("Not supported"); } |
| 3696 | 3696 |
| 3697 @DomName('SVGNumber.value') | 3697 @DomName('SVGNumber.value') |
| 3698 @DocsEditable() | 3698 @DocsEditable() |
| 3699 num get value native "SVGNumber_value_Getter"; | 3699 num get value native "SVGNumber_value_Getter"; |
| 3700 | 3700 |
| 3701 @DomName('SVGNumber.value') | 3701 @DomName('SVGNumber.value') |
| 3702 @DocsEditable() | 3702 @DocsEditable() |
| 3703 void set value(num value) native "SVGNumber_value_Setter"; | 3703 void set value(num value) native "SVGNumber_value_Setter"; |
| 3704 | 3704 |
| 3705 } | 3705 } |
| 3706 // 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 |
| 3707 // 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 |
| 3708 // BSD-style license that can be found in the LICENSE file. | 3708 // BSD-style license that can be found in the LICENSE file. |
| 3709 | 3709 |
| 3710 // WARNING: Do not edit - generated code. | 3710 // WARNING: Do not edit - generated code. |
| 3711 | 3711 |
| 3712 | 3712 |
| 3713 @DocsEditable() | 3713 @DocsEditable() |
| 3714 @DomName('SVGNumberList') | 3714 @DomName('SVGNumberList') |
| 3715 @Unstable() | 3715 @Unstable() |
| 3716 class NumberList extends NativeFieldWrapperClass1 with ListMixin<Number>, Immuta
bleListMixin<Number> implements List { | 3716 class NumberList extends NativeFieldWrapperClass2 with ListMixin<Number>, Immuta
bleListMixin<Number> implements List { |
| 3717 // To suppress missing implicit constructor warnings. | 3717 // To suppress missing implicit constructor warnings. |
| 3718 factory NumberList._() { throw new UnsupportedError("Not supported"); } | 3718 factory NumberList._() { throw new UnsupportedError("Not supported"); } |
| 3719 | 3719 |
| 3720 @DomName('SVGNumberList.numberOfItems') | 3720 @DomName('SVGNumberList.numberOfItems') |
| 3721 @DocsEditable() | 3721 @DocsEditable() |
| 3722 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; | 3722 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; |
| 3723 | 3723 |
| 3724 Number operator[](int index) { | 3724 Number operator[](int index) { |
| 3725 if (index < 0 || index >= length) | 3725 if (index < 0 || index >= length) |
| 3726 throw new RangeError.range(index, 0, length); | 3726 throw new RangeError.range(index, 0, length); |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3936 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3936 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3937 // 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 |
| 3938 // BSD-style license that can be found in the LICENSE file. | 3938 // BSD-style license that can be found in the LICENSE file. |
| 3939 | 3939 |
| 3940 // WARNING: Do not edit - generated code. | 3940 // WARNING: Do not edit - generated code. |
| 3941 | 3941 |
| 3942 | 3942 |
| 3943 @DocsEditable() | 3943 @DocsEditable() |
| 3944 @DomName('SVGPathSeg') | 3944 @DomName('SVGPathSeg') |
| 3945 @Unstable() | 3945 @Unstable() |
| 3946 class PathSeg extends NativeFieldWrapperClass1 { | 3946 class PathSeg extends NativeFieldWrapperClass2 { |
| 3947 // To suppress missing implicit constructor warnings. | 3947 // To suppress missing implicit constructor warnings. |
| 3948 factory PathSeg._() { throw new UnsupportedError("Not supported"); } | 3948 factory PathSeg._() { throw new UnsupportedError("Not supported"); } |
| 3949 | 3949 |
| 3950 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') | 3950 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') |
| 3951 @DocsEditable() | 3951 @DocsEditable() |
| 3952 static const int PATHSEG_ARC_ABS = 10; | 3952 static const int PATHSEG_ARC_ABS = 10; |
| 3953 | 3953 |
| 3954 @DomName('SVGPathSeg.PATHSEG_ARC_REL') | 3954 @DomName('SVGPathSeg.PATHSEG_ARC_REL') |
| 3955 @DocsEditable() | 3955 @DocsEditable() |
| 3956 static const int PATHSEG_ARC_REL = 11; | 3956 static const int PATHSEG_ARC_REL = 11; |
| (...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4726 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4726 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4727 // 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 |
| 4728 // BSD-style license that can be found in the LICENSE file. | 4728 // BSD-style license that can be found in the LICENSE file. |
| 4729 | 4729 |
| 4730 // WARNING: Do not edit - generated code. | 4730 // WARNING: Do not edit - generated code. |
| 4731 | 4731 |
| 4732 | 4732 |
| 4733 @DocsEditable() | 4733 @DocsEditable() |
| 4734 @DomName('SVGPathSegList') | 4734 @DomName('SVGPathSegList') |
| 4735 @Unstable() | 4735 @Unstable() |
| 4736 class PathSegList extends NativeFieldWrapperClass1 with ListMixin<PathSeg>, Immu
tableListMixin<PathSeg> implements List { | 4736 class PathSegList extends NativeFieldWrapperClass2 with ListMixin<PathSeg>, Immu
tableListMixin<PathSeg> implements List { |
| 4737 // To suppress missing implicit constructor warnings. | 4737 // To suppress missing implicit constructor warnings. |
| 4738 factory PathSegList._() { throw new UnsupportedError("Not supported"); } | 4738 factory PathSegList._() { throw new UnsupportedError("Not supported"); } |
| 4739 | 4739 |
| 4740 @DomName('SVGPathSegList.numberOfItems') | 4740 @DomName('SVGPathSegList.numberOfItems') |
| 4741 @DocsEditable() | 4741 @DocsEditable() |
| 4742 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; | 4742 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; |
| 4743 | 4743 |
| 4744 PathSeg operator[](int index) { | 4744 PathSeg operator[](int index) { |
| 4745 if (index < 0 || index >= length) | 4745 if (index < 0 || index >= length) |
| 4746 throw new RangeError.range(index, 0, length); | 4746 throw new RangeError.range(index, 0, length); |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4966 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4966 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4967 // 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 |
| 4968 // BSD-style license that can be found in the LICENSE file. | 4968 // BSD-style license that can be found in the LICENSE file. |
| 4969 | 4969 |
| 4970 // WARNING: Do not edit - generated code. | 4970 // WARNING: Do not edit - generated code. |
| 4971 | 4971 |
| 4972 | 4972 |
| 4973 @DocsEditable() | 4973 @DocsEditable() |
| 4974 @DomName('SVGPoint') | 4974 @DomName('SVGPoint') |
| 4975 @Unstable() | 4975 @Unstable() |
| 4976 class Point extends NativeFieldWrapperClass1 { | 4976 class Point extends NativeFieldWrapperClass2 { |
| 4977 // To suppress missing implicit constructor warnings. | 4977 // To suppress missing implicit constructor warnings. |
| 4978 factory Point._() { throw new UnsupportedError("Not supported"); } | 4978 factory Point._() { throw new UnsupportedError("Not supported"); } |
| 4979 | 4979 |
| 4980 @DomName('SVGPoint.x') | 4980 @DomName('SVGPoint.x') |
| 4981 @DocsEditable() | 4981 @DocsEditable() |
| 4982 num get x native "SVGPoint_x_Getter"; | 4982 num get x native "SVGPoint_x_Getter"; |
| 4983 | 4983 |
| 4984 @DomName('SVGPoint.x') | 4984 @DomName('SVGPoint.x') |
| 4985 @DocsEditable() | 4985 @DocsEditable() |
| 4986 void set x(num value) native "SVGPoint_x_Setter"; | 4986 void set x(num value) native "SVGPoint_x_Setter"; |
| (...skipping 14 matching lines...) Expand all Loading... |
| 5001 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5001 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5002 // 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 |
| 5003 // BSD-style license that can be found in the LICENSE file. | 5003 // BSD-style license that can be found in the LICENSE file. |
| 5004 | 5004 |
| 5005 // WARNING: Do not edit - generated code. | 5005 // WARNING: Do not edit - generated code. |
| 5006 | 5006 |
| 5007 | 5007 |
| 5008 @DocsEditable() | 5008 @DocsEditable() |
| 5009 @DomName('SVGPointList') | 5009 @DomName('SVGPointList') |
| 5010 @Unstable() | 5010 @Unstable() |
| 5011 class PointList extends NativeFieldWrapperClass1 { | 5011 class PointList extends NativeFieldWrapperClass2 { |
| 5012 // To suppress missing implicit constructor warnings. | 5012 // To suppress missing implicit constructor warnings. |
| 5013 factory PointList._() { throw new UnsupportedError("Not supported"); } | 5013 factory PointList._() { throw new UnsupportedError("Not supported"); } |
| 5014 | 5014 |
| 5015 @DomName('SVGPointList.numberOfItems') | 5015 @DomName('SVGPointList.numberOfItems') |
| 5016 @DocsEditable() | 5016 @DocsEditable() |
| 5017 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; | 5017 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; |
| 5018 | 5018 |
| 5019 @DomName('SVGPointList.appendItem') | 5019 @DomName('SVGPointList.appendItem') |
| 5020 @DocsEditable() | 5020 @DocsEditable() |
| 5021 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; | 5021 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5122 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5122 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5123 // 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 |
| 5124 // BSD-style license that can be found in the LICENSE file. | 5124 // BSD-style license that can be found in the LICENSE file. |
| 5125 | 5125 |
| 5126 // WARNING: Do not edit - generated code. | 5126 // WARNING: Do not edit - generated code. |
| 5127 | 5127 |
| 5128 | 5128 |
| 5129 @DocsEditable() | 5129 @DocsEditable() |
| 5130 @DomName('SVGPreserveAspectRatio') | 5130 @DomName('SVGPreserveAspectRatio') |
| 5131 @Unstable() | 5131 @Unstable() |
| 5132 class PreserveAspectRatio extends NativeFieldWrapperClass1 { | 5132 class PreserveAspectRatio extends NativeFieldWrapperClass2 { |
| 5133 // To suppress missing implicit constructor warnings. | 5133 // To suppress missing implicit constructor warnings. |
| 5134 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported");
} | 5134 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported");
} |
| 5135 | 5135 |
| 5136 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') | 5136 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') |
| 5137 @DocsEditable() | 5137 @DocsEditable() |
| 5138 static const int SVG_MEETORSLICE_MEET = 1; | 5138 static const int SVG_MEETORSLICE_MEET = 1; |
| 5139 | 5139 |
| 5140 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') | 5140 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') |
| 5141 @DocsEditable() | 5141 @DocsEditable() |
| 5142 static const int SVG_MEETORSLICE_SLICE = 2; | 5142 static const int SVG_MEETORSLICE_SLICE = 2; |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5258 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5258 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5259 // 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 |
| 5260 // BSD-style license that can be found in the LICENSE file. | 5260 // BSD-style license that can be found in the LICENSE file. |
| 5261 | 5261 |
| 5262 // WARNING: Do not edit - generated code. | 5262 // WARNING: Do not edit - generated code. |
| 5263 | 5263 |
| 5264 | 5264 |
| 5265 @DocsEditable() | 5265 @DocsEditable() |
| 5266 @DomName('SVGRect') | 5266 @DomName('SVGRect') |
| 5267 @Unstable() | 5267 @Unstable() |
| 5268 class Rect extends NativeFieldWrapperClass1 { | 5268 class Rect extends NativeFieldWrapperClass2 { |
| 5269 // To suppress missing implicit constructor warnings. | 5269 // To suppress missing implicit constructor warnings. |
| 5270 factory Rect._() { throw new UnsupportedError("Not supported"); } | 5270 factory Rect._() { throw new UnsupportedError("Not supported"); } |
| 5271 | 5271 |
| 5272 @DomName('SVGRect.height') | 5272 @DomName('SVGRect.height') |
| 5273 @DocsEditable() | 5273 @DocsEditable() |
| 5274 num get height native "SVGRect_height_Getter"; | 5274 num get height native "SVGRect_height_Getter"; |
| 5275 | 5275 |
| 5276 @DomName('SVGRect.height') | 5276 @DomName('SVGRect.height') |
| 5277 @DocsEditable() | 5277 @DocsEditable() |
| 5278 void set height(num value) native "SVGRect_height_Setter"; | 5278 void set height(num value) native "SVGRect_height_Setter"; |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5358 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5358 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5359 // 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 |
| 5360 // BSD-style license that can be found in the LICENSE file. | 5360 // BSD-style license that can be found in the LICENSE file. |
| 5361 | 5361 |
| 5362 // WARNING: Do not edit - generated code. | 5362 // WARNING: Do not edit - generated code. |
| 5363 | 5363 |
| 5364 | 5364 |
| 5365 @DocsEditable() | 5365 @DocsEditable() |
| 5366 @DomName('SVGRenderingIntent') | 5366 @DomName('SVGRenderingIntent') |
| 5367 @Unstable() | 5367 @Unstable() |
| 5368 class RenderingIntent extends NativeFieldWrapperClass1 { | 5368 class RenderingIntent extends NativeFieldWrapperClass2 { |
| 5369 // To suppress missing implicit constructor warnings. | 5369 // To suppress missing implicit constructor warnings. |
| 5370 factory RenderingIntent._() { throw new UnsupportedError("Not supported"); } | 5370 factory RenderingIntent._() { throw new UnsupportedError("Not supported"); } |
| 5371 | 5371 |
| 5372 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') | 5372 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') |
| 5373 @DocsEditable() | 5373 @DocsEditable() |
| 5374 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; | 5374 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; |
| 5375 | 5375 |
| 5376 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') | 5376 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') |
| 5377 @DocsEditable() | 5377 @DocsEditable() |
| 5378 static const int RENDERING_INTENT_AUTO = 1; | 5378 static const int RENDERING_INTENT_AUTO = 1; |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5498 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5498 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5499 // 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 |
| 5500 // BSD-style license that can be found in the LICENSE file. | 5500 // BSD-style license that can be found in the LICENSE file. |
| 5501 | 5501 |
| 5502 // WARNING: Do not edit - generated code. | 5502 // WARNING: Do not edit - generated code. |
| 5503 | 5503 |
| 5504 | 5504 |
| 5505 @DocsEditable() | 5505 @DocsEditable() |
| 5506 @DomName('SVGStringList') | 5506 @DomName('SVGStringList') |
| 5507 @Unstable() | 5507 @Unstable() |
| 5508 class StringList extends NativeFieldWrapperClass1 with ListMixin<String>, Immuta
bleListMixin<String> implements List { | 5508 class StringList extends NativeFieldWrapperClass2 with ListMixin<String>, Immuta
bleListMixin<String> implements List { |
| 5509 // To suppress missing implicit constructor warnings. | 5509 // To suppress missing implicit constructor warnings. |
| 5510 factory StringList._() { throw new UnsupportedError("Not supported"); } | 5510 factory StringList._() { throw new UnsupportedError("Not supported"); } |
| 5511 | 5511 |
| 5512 @DomName('SVGStringList.numberOfItems') | 5512 @DomName('SVGStringList.numberOfItems') |
| 5513 @DocsEditable() | 5513 @DocsEditable() |
| 5514 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; | 5514 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; |
| 5515 | 5515 |
| 5516 String operator[](int index) { | 5516 String operator[](int index) { |
| 5517 if (index < 0 || index >= length) | 5517 if (index < 0 || index >= length) |
| 5518 throw new RangeError.range(index, 0, length); | 5518 throw new RangeError.range(index, 0, length); |
| (...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6179 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6179 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6180 // 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 |
| 6181 // BSD-style license that can be found in the LICENSE file. | 6181 // BSD-style license that can be found in the LICENSE file. |
| 6182 | 6182 |
| 6183 // WARNING: Do not edit - generated code. | 6183 // WARNING: Do not edit - generated code. |
| 6184 | 6184 |
| 6185 | 6185 |
| 6186 @DocsEditable() | 6186 @DocsEditable() |
| 6187 @DomName('SVGTests') | 6187 @DomName('SVGTests') |
| 6188 @Unstable() | 6188 @Unstable() |
| 6189 abstract class Tests extends NativeFieldWrapperClass1 { | 6189 abstract class Tests extends NativeFieldWrapperClass2 { |
| 6190 // To suppress missing implicit constructor warnings. | 6190 // To suppress missing implicit constructor warnings. |
| 6191 factory Tests._() { throw new UnsupportedError("Not supported"); } | 6191 factory Tests._() { throw new UnsupportedError("Not supported"); } |
| 6192 | 6192 |
| 6193 @DomName('SVGTests.requiredExtensions') | 6193 @DomName('SVGTests.requiredExtensions') |
| 6194 @DocsEditable() | 6194 @DocsEditable() |
| 6195 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; | 6195 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; |
| 6196 | 6196 |
| 6197 @DomName('SVGTests.requiredFeatures') | 6197 @DomName('SVGTests.requiredFeatures') |
| 6198 @DocsEditable() | 6198 @DocsEditable() |
| 6199 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; | 6199 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6443 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6443 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6444 // 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 |
| 6445 // BSD-style license that can be found in the LICENSE file. | 6445 // BSD-style license that can be found in the LICENSE file. |
| 6446 | 6446 |
| 6447 // WARNING: Do not edit - generated code. | 6447 // WARNING: Do not edit - generated code. |
| 6448 | 6448 |
| 6449 | 6449 |
| 6450 @DocsEditable() | 6450 @DocsEditable() |
| 6451 @DomName('SVGTransform') | 6451 @DomName('SVGTransform') |
| 6452 @Unstable() | 6452 @Unstable() |
| 6453 class Transform extends NativeFieldWrapperClass1 { | 6453 class Transform extends NativeFieldWrapperClass2 { |
| 6454 // To suppress missing implicit constructor warnings. | 6454 // To suppress missing implicit constructor warnings. |
| 6455 factory Transform._() { throw new UnsupportedError("Not supported"); } | 6455 factory Transform._() { throw new UnsupportedError("Not supported"); } |
| 6456 | 6456 |
| 6457 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') | 6457 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') |
| 6458 @DocsEditable() | 6458 @DocsEditable() |
| 6459 static const int SVG_TRANSFORM_MATRIX = 1; | 6459 static const int SVG_TRANSFORM_MATRIX = 1; |
| 6460 | 6460 |
| 6461 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') | 6461 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') |
| 6462 @DocsEditable() | 6462 @DocsEditable() |
| 6463 static const int SVG_TRANSFORM_ROTATE = 4; | 6463 static const int SVG_TRANSFORM_ROTATE = 4; |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6522 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6522 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6523 // 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 |
| 6524 // BSD-style license that can be found in the LICENSE file. | 6524 // BSD-style license that can be found in the LICENSE file. |
| 6525 | 6525 |
| 6526 // WARNING: Do not edit - generated code. | 6526 // WARNING: Do not edit - generated code. |
| 6527 | 6527 |
| 6528 | 6528 |
| 6529 @DocsEditable() | 6529 @DocsEditable() |
| 6530 @DomName('SVGTransformList') | 6530 @DomName('SVGTransformList') |
| 6531 @Unstable() | 6531 @Unstable() |
| 6532 class TransformList extends NativeFieldWrapperClass1 with ListMixin<Transform>,
ImmutableListMixin<Transform> implements List { | 6532 class TransformList extends NativeFieldWrapperClass2 with ListMixin<Transform>,
ImmutableListMixin<Transform> implements List { |
| 6533 // To suppress missing implicit constructor warnings. | 6533 // To suppress missing implicit constructor warnings. |
| 6534 factory TransformList._() { throw new UnsupportedError("Not supported"); } | 6534 factory TransformList._() { throw new UnsupportedError("Not supported"); } |
| 6535 | 6535 |
| 6536 @DomName('SVGTransformList.numberOfItems') | 6536 @DomName('SVGTransformList.numberOfItems') |
| 6537 @DocsEditable() | 6537 @DocsEditable() |
| 6538 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; | 6538 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; |
| 6539 | 6539 |
| 6540 Transform operator[](int index) { | 6540 Transform operator[](int index) { |
| 6541 if (index < 0 || index >= length) | 6541 if (index < 0 || index >= length) |
| 6542 throw new RangeError.range(index, 0, length); | 6542 throw new RangeError.range(index, 0, length); |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6623 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6623 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6624 // 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 |
| 6625 // BSD-style license that can be found in the LICENSE file. | 6625 // BSD-style license that can be found in the LICENSE file. |
| 6626 | 6626 |
| 6627 // WARNING: Do not edit - generated code. | 6627 // WARNING: Do not edit - generated code. |
| 6628 | 6628 |
| 6629 | 6629 |
| 6630 @DocsEditable() | 6630 @DocsEditable() |
| 6631 @DomName('SVGUnitTypes') | 6631 @DomName('SVGUnitTypes') |
| 6632 @Unstable() | 6632 @Unstable() |
| 6633 class UnitTypes extends NativeFieldWrapperClass1 { | 6633 class UnitTypes extends NativeFieldWrapperClass2 { |
| 6634 // To suppress missing implicit constructor warnings. | 6634 // To suppress missing implicit constructor warnings. |
| 6635 factory UnitTypes._() { throw new UnsupportedError("Not supported"); } | 6635 factory UnitTypes._() { throw new UnsupportedError("Not supported"); } |
| 6636 | 6636 |
| 6637 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') | 6637 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') |
| 6638 @DocsEditable() | 6638 @DocsEditable() |
| 6639 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; | 6639 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; |
| 6640 | 6640 |
| 6641 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') | 6641 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') |
| 6642 @DocsEditable() | 6642 @DocsEditable() |
| 6643 static const int SVG_UNIT_TYPE_UNKNOWN = 0; | 6643 static const int SVG_UNIT_TYPE_UNKNOWN = 0; |
| 6644 | 6644 |
| 6645 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') | 6645 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') |
| 6646 @DocsEditable() | 6646 @DocsEditable() |
| 6647 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; | 6647 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
| 6648 | 6648 |
| 6649 } | 6649 } |
| 6650 // 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 |
| 6651 // 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 |
| 6652 // BSD-style license that can be found in the LICENSE file. | 6652 // BSD-style license that can be found in the LICENSE file. |
| 6653 | 6653 |
| 6654 // WARNING: Do not edit - generated code. | 6654 // WARNING: Do not edit - generated code. |
| 6655 | 6655 |
| 6656 | 6656 |
| 6657 @DocsEditable() | 6657 @DocsEditable() |
| 6658 @DomName('SVGURIReference') | 6658 @DomName('SVGURIReference') |
| 6659 @Unstable() | 6659 @Unstable() |
| 6660 abstract class UriReference extends NativeFieldWrapperClass1 { | 6660 abstract class UriReference extends NativeFieldWrapperClass2 { |
| 6661 // To suppress missing implicit constructor warnings. | 6661 // To suppress missing implicit constructor warnings. |
| 6662 factory UriReference._() { throw new UnsupportedError("Not supported"); } | 6662 factory UriReference._() { throw new UnsupportedError("Not supported"); } |
| 6663 | 6663 |
| 6664 @DomName('SVGURIReference.href') | 6664 @DomName('SVGURIReference.href') |
| 6665 @DocsEditable() | 6665 @DocsEditable() |
| 6666 AnimatedString get href native "SVGURIReference_href_Getter"; | 6666 AnimatedString get href native "SVGURIReference_href_Getter"; |
| 6667 | 6667 |
| 6668 } | 6668 } |
| 6669 // 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 |
| 6670 // 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 |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6791 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6791 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6792 // 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 |
| 6793 // BSD-style license that can be found in the LICENSE file. | 6793 // BSD-style license that can be found in the LICENSE file. |
| 6794 | 6794 |
| 6795 // WARNING: Do not edit - generated code. | 6795 // WARNING: Do not edit - generated code. |
| 6796 | 6796 |
| 6797 | 6797 |
| 6798 @DocsEditable() | 6798 @DocsEditable() |
| 6799 @DomName('SVGViewSpec') | 6799 @DomName('SVGViewSpec') |
| 6800 @Unstable() | 6800 @Unstable() |
| 6801 class ViewSpec extends NativeFieldWrapperClass1 implements FitToViewBox { | 6801 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox { |
| 6802 // To suppress missing implicit constructor warnings. | 6802 // To suppress missing implicit constructor warnings. |
| 6803 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } | 6803 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } |
| 6804 | 6804 |
| 6805 @DomName('SVGViewSpec.preserveAspectRatioString') | 6805 @DomName('SVGViewSpec.preserveAspectRatioString') |
| 6806 @DocsEditable() | 6806 @DocsEditable() |
| 6807 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; | 6807 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; |
| 6808 | 6808 |
| 6809 @DomName('SVGViewSpec.transform') | 6809 @DomName('SVGViewSpec.transform') |
| 6810 @DocsEditable() | 6810 @DocsEditable() |
| 6811 TransformList get transform native "SVGViewSpec_transform_Getter"; | 6811 TransformList get transform native "SVGViewSpec_transform_Getter"; |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6850 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6850 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6851 // 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 |
| 6852 // BSD-style license that can be found in the LICENSE file. | 6852 // BSD-style license that can be found in the LICENSE file. |
| 6853 | 6853 |
| 6854 // WARNING: Do not edit - generated code. | 6854 // WARNING: Do not edit - generated code. |
| 6855 | 6855 |
| 6856 | 6856 |
| 6857 @DocsEditable() | 6857 @DocsEditable() |
| 6858 @DomName('SVGZoomAndPan') | 6858 @DomName('SVGZoomAndPan') |
| 6859 @Unstable() | 6859 @Unstable() |
| 6860 abstract class ZoomAndPan extends NativeFieldWrapperClass1 { | 6860 abstract class ZoomAndPan extends NativeFieldWrapperClass2 { |
| 6861 // To suppress missing implicit constructor warnings. | 6861 // To suppress missing implicit constructor warnings. |
| 6862 factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); } | 6862 factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); } |
| 6863 | 6863 |
| 6864 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') | 6864 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') |
| 6865 @DocsEditable() | 6865 @DocsEditable() |
| 6866 static const int SVG_ZOOMANDPAN_DISABLE = 1; | 6866 static const int SVG_ZOOMANDPAN_DISABLE = 1; |
| 6867 | 6867 |
| 6868 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') | 6868 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') |
| 6869 @DocsEditable() | 6869 @DocsEditable() |
| 6870 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; | 6870 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6920 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6920 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6921 // 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 |
| 6922 // BSD-style license that can be found in the LICENSE file. | 6922 // BSD-style license that can be found in the LICENSE file. |
| 6923 | 6923 |
| 6924 // WARNING: Do not edit - generated code. | 6924 // WARNING: Do not edit - generated code. |
| 6925 | 6925 |
| 6926 | 6926 |
| 6927 @DocsEditable() | 6927 @DocsEditable() |
| 6928 @DomName('SVGElementInstanceList') | 6928 @DomName('SVGElementInstanceList') |
| 6929 @Unstable() | 6929 @Unstable() |
| 6930 class _ElementInstanceList extends NativeFieldWrapperClass1 with ListMixin<Eleme
ntInstance>, ImmutableListMixin<ElementInstance> implements List { | 6930 class _ElementInstanceList extends NativeFieldWrapperClass2 with ListMixin<Eleme
ntInstance>, ImmutableListMixin<ElementInstance> implements List { |
| 6931 // To suppress missing implicit constructor warnings. | 6931 // To suppress missing implicit constructor warnings. |
| 6932 factory _ElementInstanceList._() { throw new UnsupportedError("Not supported")
; } | 6932 factory _ElementInstanceList._() { throw new UnsupportedError("Not supported")
; } |
| 6933 | 6933 |
| 6934 @DomName('SVGElementInstanceList.length') | 6934 @DomName('SVGElementInstanceList.length') |
| 6935 @DocsEditable() | 6935 @DocsEditable() |
| 6936 int get length native "SVGElementInstanceList_length_Getter"; | 6936 int get length native "SVGElementInstanceList_length_Getter"; |
| 6937 | 6937 |
| 6938 ElementInstance operator[](int index) { | 6938 ElementInstance operator[](int index) { |
| 6939 if (index < 0 || index >= length) | 6939 if (index < 0 || index >= length) |
| 6940 throw new RangeError.range(index, 0, length); | 6940 throw new RangeError.range(index, 0, length); |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7488 @DocsEditable() | 7488 @DocsEditable() |
| 7489 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 7489 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 7490 /** | 7490 /** |
| 7491 * 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. |
| 7492 * | 7492 * |
| 7493 * This can only be called by subclasses from their created constructor. | 7493 * This can only be called by subclasses from their created constructor. |
| 7494 */ | 7494 */ |
| 7495 _SVGVKernElement.created() : super.created(); | 7495 _SVGVKernElement.created() : super.created(); |
| 7496 | 7496 |
| 7497 } | 7497 } |
| OLD | NEW |