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

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

Issue 17508002: Revert "Making all DOM types abstract and removing superfluous Dartium constructors." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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'; 5 import 'dart:_collection-dev';
6 import 'dart:html'; 6 import 'dart:html';
7 import 'dart:html_common'; 7 import 'dart:html_common';
8 import 'dart: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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 // for details. All rights reserved. Use of this source code is governed by a 57 // for details. All rights reserved. Use of this source code is governed by a
58 // BSD-style license that can be found in the LICENSE file. 58 // BSD-style license that can be found in the LICENSE file.
59 59
60 // WARNING: Do not edit - generated code. 60 // WARNING: Do not edit - generated code.
61 61
62 62
63 @DocsEditable 63 @DocsEditable
64 @DomName('SVGAElement') 64 @DomName('SVGAElement')
65 @Unstable 65 @Unstable
66 class AElement extends StyledElement implements UriReference, Tests, Transformab le, ExternalResourcesRequired, LangSpace { 66 class AElement extends StyledElement implements UriReference, Tests, Transformab le, ExternalResourcesRequired, LangSpace {
67 // To suppress missing implicit constructor warnings. 67 AElement.internal() : super.internal();
68 factory AElement._() { throw new UnsupportedError("Not supported"); }
69 68
70 @DomName('SVGAElement.SVGAElement') 69 @DomName('SVGAElement.SVGAElement')
71 @DocsEditable 70 @DocsEditable
72 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); 71 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a");
73 72
74 @DomName('SVGAElement.target') 73 @DomName('SVGAElement.target')
75 @DocsEditable 74 @DocsEditable
76 AnimatedString get target native "SVGAElement_target_Getter"; 75 AnimatedString get target native "SVGAElement_target_Getter";
77 76
78 @DomName('SVGAElement.externalResourcesRequired') 77 @DomName('SVGAElement.externalResourcesRequired')
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 // WARNING: Do not edit - generated code. 150 // WARNING: Do not edit - generated code.
152 151
153 152
154 @DocsEditable 153 @DocsEditable
155 @DomName('SVGAltGlyphElement') 154 @DomName('SVGAltGlyphElement')
156 @SupportedBrowser(SupportedBrowser.CHROME) 155 @SupportedBrowser(SupportedBrowser.CHROME)
157 @SupportedBrowser(SupportedBrowser.FIREFOX) 156 @SupportedBrowser(SupportedBrowser.FIREFOX)
158 @SupportedBrowser(SupportedBrowser.SAFARI) 157 @SupportedBrowser(SupportedBrowser.SAFARI)
159 @Unstable 158 @Unstable
160 class AltGlyphElement extends TextPositioningElement implements UriReference { 159 class AltGlyphElement extends TextPositioningElement implements UriReference {
161 // To suppress missing implicit constructor warnings. 160 AltGlyphElement.internal() : super.internal();
162 factory AltGlyphElement._() { throw new UnsupportedError("Not supported"); }
163 161
164 @DomName('SVGAltGlyphElement.SVGAltGlyphElement') 162 @DomName('SVGAltGlyphElement.SVGAltGlyphElement')
165 @DocsEditable 163 @DocsEditable
166 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(" altGlyph"); 164 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(" altGlyph");
167 165
168 /// Checks if this type is supported on the current platform. 166 /// Checks if this type is supported on the current platform.
169 static bool get supported => true; 167 static bool get supported => true;
170 168
171 @DomName('SVGAltGlyphElement.format') 169 @DomName('SVGAltGlyphElement.format')
172 @DocsEditable 170 @DocsEditable
(...skipping 20 matching lines...) Expand all
193 // for details. All rights reserved. Use of this source code is governed by a 191 // for details. All rights reserved. Use of this source code is governed by a
194 // BSD-style license that can be found in the LICENSE file. 192 // BSD-style license that can be found in the LICENSE file.
195 193
196 // WARNING: Do not edit - generated code. 194 // WARNING: Do not edit - generated code.
197 195
198 196
199 @DocsEditable 197 @DocsEditable
200 @DomName('SVGAngle') 198 @DomName('SVGAngle')
201 @Unstable 199 @Unstable
202 class Angle extends NativeFieldWrapperClass1 { 200 class Angle extends NativeFieldWrapperClass1 {
203 // To suppress missing implicit constructor warnings. 201 Angle.internal();
204 factory Angle._() { throw new UnsupportedError("Not supported"); }
205 202
206 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') 203 @DomName('SVGAngle.SVG_ANGLETYPE_DEG')
207 @DocsEditable 204 @DocsEditable
208 static const int SVG_ANGLETYPE_DEG = 2; 205 static const int SVG_ANGLETYPE_DEG = 2;
209 206
210 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') 207 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD')
211 @DocsEditable 208 @DocsEditable
212 static const int SVG_ANGLETYPE_GRAD = 4; 209 static const int SVG_ANGLETYPE_GRAD = 4;
213 210
214 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') 211 @DomName('SVGAngle.SVG_ANGLETYPE_RAD')
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 // WARNING: Do not edit - generated code. 264 // WARNING: Do not edit - generated code.
268 265
269 266
270 @DocsEditable 267 @DocsEditable
271 @DomName('SVGAnimateElement') 268 @DomName('SVGAnimateElement')
272 @SupportedBrowser(SupportedBrowser.CHROME) 269 @SupportedBrowser(SupportedBrowser.CHROME)
273 @SupportedBrowser(SupportedBrowser.FIREFOX) 270 @SupportedBrowser(SupportedBrowser.FIREFOX)
274 @SupportedBrowser(SupportedBrowser.SAFARI) 271 @SupportedBrowser(SupportedBrowser.SAFARI)
275 @Unstable 272 @Unstable
276 class AnimateElement extends AnimationElement { 273 class AnimateElement extends AnimationElement {
277 // To suppress missing implicit constructor warnings. 274 AnimateElement.internal() : super.internal();
278 factory AnimateElement._() { throw new UnsupportedError("Not supported"); }
279 275
280 @DomName('SVGAnimateElement.SVGAnimateElement') 276 @DomName('SVGAnimateElement.SVGAnimateElement')
281 @DocsEditable 277 @DocsEditable
282 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a nimate"); 278 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a nimate");
283 279
284 /// Checks if this type is supported on the current platform. 280 /// Checks if this type is supported on the current platform.
285 static bool get supported => true; 281 static bool get supported => true;
286 282
287 } 283 }
288 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 284 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
289 // for details. All rights reserved. Use of this source code is governed by a 285 // for details. All rights reserved. Use of this source code is governed by a
290 // BSD-style license that can be found in the LICENSE file. 286 // BSD-style license that can be found in the LICENSE file.
291 287
292 // WARNING: Do not edit - generated code. 288 // WARNING: Do not edit - generated code.
293 289
294 290
295 @DocsEditable 291 @DocsEditable
296 @DomName('SVGAnimateMotionElement') 292 @DomName('SVGAnimateMotionElement')
297 @SupportedBrowser(SupportedBrowser.CHROME) 293 @SupportedBrowser(SupportedBrowser.CHROME)
298 @SupportedBrowser(SupportedBrowser.FIREFOX) 294 @SupportedBrowser(SupportedBrowser.FIREFOX)
299 @SupportedBrowser(SupportedBrowser.SAFARI) 295 @SupportedBrowser(SupportedBrowser.SAFARI)
300 @Unstable 296 @Unstable
301 class AnimateMotionElement extends AnimationElement { 297 class AnimateMotionElement extends AnimationElement {
302 // To suppress missing implicit constructor warnings. 298 AnimateMotionElement.internal() : super.internal();
303 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported") ; }
304 299
305 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') 300 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement')
306 @DocsEditable 301 @DocsEditable
307 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_ tag("animateMotion"); 302 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_ tag("animateMotion");
308 303
309 /// Checks if this type is supported on the current platform. 304 /// Checks if this type is supported on the current platform.
310 static bool get supported => true; 305 static bool get supported => true;
311 306
312 } 307 }
313 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
314 // for details. All rights reserved. Use of this source code is governed by a 309 // for details. All rights reserved. Use of this source code is governed by a
315 // BSD-style license that can be found in the LICENSE file. 310 // BSD-style license that can be found in the LICENSE file.
316 311
317 // WARNING: Do not edit - generated code. 312 // WARNING: Do not edit - generated code.
318 313
319 314
320 @DocsEditable 315 @DocsEditable
321 @DomName('SVGAnimateTransformElement') 316 @DomName('SVGAnimateTransformElement')
322 @SupportedBrowser(SupportedBrowser.CHROME) 317 @SupportedBrowser(SupportedBrowser.CHROME)
323 @SupportedBrowser(SupportedBrowser.FIREFOX) 318 @SupportedBrowser(SupportedBrowser.FIREFOX)
324 @SupportedBrowser(SupportedBrowser.SAFARI) 319 @SupportedBrowser(SupportedBrowser.SAFARI)
325 @Unstable 320 @Unstable
326 class AnimateTransformElement extends AnimationElement { 321 class AnimateTransformElement extends AnimationElement {
327 // To suppress missing implicit constructor warnings. 322 AnimateTransformElement.internal() : super.internal();
328 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte d"); }
329 323
330 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') 324 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement')
331 @DocsEditable 325 @DocsEditable
332 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("animateTransform"); 326 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("animateTransform");
333 327
334 /// Checks if this type is supported on the current platform. 328 /// Checks if this type is supported on the current platform.
335 static bool get supported => true; 329 static bool get supported => true;
336 330
337 } 331 }
338 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 332 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
339 // for details. All rights reserved. Use of this source code is governed by a 333 // for details. All rights reserved. Use of this source code is governed by a
340 // BSD-style license that can be found in the LICENSE file. 334 // BSD-style license that can be found in the LICENSE file.
341 335
342 // WARNING: Do not edit - generated code. 336 // WARNING: Do not edit - generated code.
343 337
344 338
345 @DocsEditable 339 @DocsEditable
346 @DomName('SVGAnimatedAngle') 340 @DomName('SVGAnimatedAngle')
347 @Unstable 341 @Unstable
348 class AnimatedAngle extends NativeFieldWrapperClass1 { 342 class AnimatedAngle extends NativeFieldWrapperClass1 {
349 // To suppress missing implicit constructor warnings. 343 AnimatedAngle.internal();
350 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); }
351 344
352 @DomName('SVGAnimatedAngle.animVal') 345 @DomName('SVGAnimatedAngle.animVal')
353 @DocsEditable 346 @DocsEditable
354 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; 347 Angle get animVal native "SVGAnimatedAngle_animVal_Getter";
355 348
356 @DomName('SVGAnimatedAngle.baseVal') 349 @DomName('SVGAnimatedAngle.baseVal')
357 @DocsEditable 350 @DocsEditable
358 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; 351 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter";
359 352
360 } 353 }
361 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 354 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
362 // for details. All rights reserved. Use of this source code is governed by a 355 // for details. All rights reserved. Use of this source code is governed by a
363 // BSD-style license that can be found in the LICENSE file. 356 // BSD-style license that can be found in the LICENSE file.
364 357
365 // WARNING: Do not edit - generated code. 358 // WARNING: Do not edit - generated code.
366 359
367 360
368 @DocsEditable 361 @DocsEditable
369 @DomName('SVGAnimatedBoolean') 362 @DomName('SVGAnimatedBoolean')
370 @Unstable 363 @Unstable
371 class AnimatedBoolean extends NativeFieldWrapperClass1 { 364 class AnimatedBoolean extends NativeFieldWrapperClass1 {
372 // To suppress missing implicit constructor warnings. 365 AnimatedBoolean.internal();
373 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); }
374 366
375 @DomName('SVGAnimatedBoolean.animVal') 367 @DomName('SVGAnimatedBoolean.animVal')
376 @DocsEditable 368 @DocsEditable
377 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; 369 bool get animVal native "SVGAnimatedBoolean_animVal_Getter";
378 370
379 @DomName('SVGAnimatedBoolean.baseVal') 371 @DomName('SVGAnimatedBoolean.baseVal')
380 @DocsEditable 372 @DocsEditable
381 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; 373 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter";
382 374
383 @DomName('SVGAnimatedBoolean.baseVal') 375 @DomName('SVGAnimatedBoolean.baseVal')
384 @DocsEditable 376 @DocsEditable
385 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; 377 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter";
386 378
387 } 379 }
388 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 380 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
389 // for details. All rights reserved. Use of this source code is governed by a 381 // for details. All rights reserved. Use of this source code is governed by a
390 // BSD-style license that can be found in the LICENSE file. 382 // BSD-style license that can be found in the LICENSE file.
391 383
392 // WARNING: Do not edit - generated code. 384 // WARNING: Do not edit - generated code.
393 385
394 386
395 @DocsEditable 387 @DocsEditable
396 @DomName('SVGAnimatedEnumeration') 388 @DomName('SVGAnimatedEnumeration')
397 @Unstable 389 @Unstable
398 class AnimatedEnumeration extends NativeFieldWrapperClass1 { 390 class AnimatedEnumeration extends NativeFieldWrapperClass1 {
399 // To suppress missing implicit constructor warnings. 391 AnimatedEnumeration.internal();
400 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported"); }
401 392
402 @DomName('SVGAnimatedEnumeration.animVal') 393 @DomName('SVGAnimatedEnumeration.animVal')
403 @DocsEditable 394 @DocsEditable
404 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; 395 int get animVal native "SVGAnimatedEnumeration_animVal_Getter";
405 396
406 @DomName('SVGAnimatedEnumeration.baseVal') 397 @DomName('SVGAnimatedEnumeration.baseVal')
407 @DocsEditable 398 @DocsEditable
408 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; 399 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter";
409 400
410 @DomName('SVGAnimatedEnumeration.baseVal') 401 @DomName('SVGAnimatedEnumeration.baseVal')
411 @DocsEditable 402 @DocsEditable
412 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; 403 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter";
413 404
414 } 405 }
415 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 406 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
416 // for details. All rights reserved. Use of this source code is governed by a 407 // for details. All rights reserved. Use of this source code is governed by a
417 // BSD-style license that can be found in the LICENSE file. 408 // BSD-style license that can be found in the LICENSE file.
418 409
419 // WARNING: Do not edit - generated code. 410 // WARNING: Do not edit - generated code.
420 411
421 412
422 @DocsEditable 413 @DocsEditable
423 @DomName('SVGAnimatedInteger') 414 @DomName('SVGAnimatedInteger')
424 @Unstable 415 @Unstable
425 class AnimatedInteger extends NativeFieldWrapperClass1 { 416 class AnimatedInteger extends NativeFieldWrapperClass1 {
426 // To suppress missing implicit constructor warnings. 417 AnimatedInteger.internal();
427 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); }
428 418
429 @DomName('SVGAnimatedInteger.animVal') 419 @DomName('SVGAnimatedInteger.animVal')
430 @DocsEditable 420 @DocsEditable
431 int get animVal native "SVGAnimatedInteger_animVal_Getter"; 421 int get animVal native "SVGAnimatedInteger_animVal_Getter";
432 422
433 @DomName('SVGAnimatedInteger.baseVal') 423 @DomName('SVGAnimatedInteger.baseVal')
434 @DocsEditable 424 @DocsEditable
435 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; 425 int get baseVal native "SVGAnimatedInteger_baseVal_Getter";
436 426
437 @DomName('SVGAnimatedInteger.baseVal') 427 @DomName('SVGAnimatedInteger.baseVal')
438 @DocsEditable 428 @DocsEditable
439 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; 429 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter";
440 430
441 } 431 }
442 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 432 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
443 // for details. All rights reserved. Use of this source code is governed by a 433 // for details. All rights reserved. Use of this source code is governed by a
444 // BSD-style license that can be found in the LICENSE file. 434 // BSD-style license that can be found in the LICENSE file.
445 435
446 // WARNING: Do not edit - generated code. 436 // WARNING: Do not edit - generated code.
447 437
448 438
449 @DocsEditable 439 @DocsEditable
450 @DomName('SVGAnimatedLength') 440 @DomName('SVGAnimatedLength')
451 @Unstable 441 @Unstable
452 class AnimatedLength extends NativeFieldWrapperClass1 { 442 class AnimatedLength extends NativeFieldWrapperClass1 {
453 // To suppress missing implicit constructor warnings. 443 AnimatedLength.internal();
454 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); }
455 444
456 @DomName('SVGAnimatedLength.animVal') 445 @DomName('SVGAnimatedLength.animVal')
457 @DocsEditable 446 @DocsEditable
458 Length get animVal native "SVGAnimatedLength_animVal_Getter"; 447 Length get animVal native "SVGAnimatedLength_animVal_Getter";
459 448
460 @DomName('SVGAnimatedLength.baseVal') 449 @DomName('SVGAnimatedLength.baseVal')
461 @DocsEditable 450 @DocsEditable
462 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; 451 Length get baseVal native "SVGAnimatedLength_baseVal_Getter";
463 452
464 } 453 }
465 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 454 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
466 // for details. All rights reserved. Use of this source code is governed by a 455 // for details. All rights reserved. Use of this source code is governed by a
467 // BSD-style license that can be found in the LICENSE file. 456 // BSD-style license that can be found in the LICENSE file.
468 457
469 // WARNING: Do not edit - generated code. 458 // WARNING: Do not edit - generated code.
470 459
471 460
472 @DocsEditable 461 @DocsEditable
473 @DomName('SVGAnimatedLengthList') 462 @DomName('SVGAnimatedLengthList')
474 @Unstable 463 @Unstable
475 class AnimatedLengthList extends NativeFieldWrapperClass1 { 464 class AnimatedLengthList extends NativeFieldWrapperClass1 {
476 // To suppress missing implicit constructor warnings. 465 AnimatedLengthList.internal();
477 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported"); }
478 466
479 @DomName('SVGAnimatedLengthList.animVal') 467 @DomName('SVGAnimatedLengthList.animVal')
480 @DocsEditable 468 @DocsEditable
481 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; 469 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter";
482 470
483 @DomName('SVGAnimatedLengthList.baseVal') 471 @DomName('SVGAnimatedLengthList.baseVal')
484 @DocsEditable 472 @DocsEditable
485 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; 473 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter";
486 474
487 } 475 }
488 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 476 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
489 // for details. All rights reserved. Use of this source code is governed by a 477 // for details. All rights reserved. Use of this source code is governed by a
490 // BSD-style license that can be found in the LICENSE file. 478 // BSD-style license that can be found in the LICENSE file.
491 479
492 // WARNING: Do not edit - generated code. 480 // WARNING: Do not edit - generated code.
493 481
494 482
495 @DocsEditable 483 @DocsEditable
496 @DomName('SVGAnimatedNumber') 484 @DomName('SVGAnimatedNumber')
497 @Unstable 485 @Unstable
498 class AnimatedNumber extends NativeFieldWrapperClass1 { 486 class AnimatedNumber extends NativeFieldWrapperClass1 {
499 // To suppress missing implicit constructor warnings. 487 AnimatedNumber.internal();
500 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); }
501 488
502 @DomName('SVGAnimatedNumber.animVal') 489 @DomName('SVGAnimatedNumber.animVal')
503 @DocsEditable 490 @DocsEditable
504 num get animVal native "SVGAnimatedNumber_animVal_Getter"; 491 num get animVal native "SVGAnimatedNumber_animVal_Getter";
505 492
506 @DomName('SVGAnimatedNumber.baseVal') 493 @DomName('SVGAnimatedNumber.baseVal')
507 @DocsEditable 494 @DocsEditable
508 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; 495 num get baseVal native "SVGAnimatedNumber_baseVal_Getter";
509 496
510 @DomName('SVGAnimatedNumber.baseVal') 497 @DomName('SVGAnimatedNumber.baseVal')
511 @DocsEditable 498 @DocsEditable
512 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; 499 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter";
513 500
514 } 501 }
515 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 502 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
516 // for details. All rights reserved. Use of this source code is governed by a 503 // for details. All rights reserved. Use of this source code is governed by a
517 // BSD-style license that can be found in the LICENSE file. 504 // BSD-style license that can be found in the LICENSE file.
518 505
519 // WARNING: Do not edit - generated code. 506 // WARNING: Do not edit - generated code.
520 507
521 508
522 @DocsEditable 509 @DocsEditable
523 @DomName('SVGAnimatedNumberList') 510 @DomName('SVGAnimatedNumberList')
524 @Unstable 511 @Unstable
525 class AnimatedNumberList extends NativeFieldWrapperClass1 { 512 class AnimatedNumberList extends NativeFieldWrapperClass1 {
526 // To suppress missing implicit constructor warnings. 513 AnimatedNumberList.internal();
527 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported"); }
528 514
529 @DomName('SVGAnimatedNumberList.animVal') 515 @DomName('SVGAnimatedNumberList.animVal')
530 @DocsEditable 516 @DocsEditable
531 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; 517 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter";
532 518
533 @DomName('SVGAnimatedNumberList.baseVal') 519 @DomName('SVGAnimatedNumberList.baseVal')
534 @DocsEditable 520 @DocsEditable
535 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; 521 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter";
536 522
537 } 523 }
538 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
539 // for details. All rights reserved. Use of this source code is governed by a 525 // for details. All rights reserved. Use of this source code is governed by a
540 // BSD-style license that can be found in the LICENSE file. 526 // BSD-style license that can be found in the LICENSE file.
541 527
542 // WARNING: Do not edit - generated code. 528 // WARNING: Do not edit - generated code.
543 529
544 530
545 @DocsEditable 531 @DocsEditable
546 @DomName('SVGAnimatedPreserveAspectRatio') 532 @DomName('SVGAnimatedPreserveAspectRatio')
547 @Unstable 533 @Unstable
548 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { 534 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 {
549 // To suppress missing implicit constructor warnings. 535 AnimatedPreserveAspectRatio.internal();
550 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp orted"); }
551 536
552 @DomName('SVGAnimatedPreserveAspectRatio.animVal') 537 @DomName('SVGAnimatedPreserveAspectRatio.animVal')
553 @DocsEditable 538 @DocsEditable
554 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal _Getter"; 539 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal _Getter";
555 540
556 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') 541 @DomName('SVGAnimatedPreserveAspectRatio.baseVal')
557 @DocsEditable 542 @DocsEditable
558 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal _Getter"; 543 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal _Getter";
559 544
560 } 545 }
561 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 546 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
562 // for details. All rights reserved. Use of this source code is governed by a 547 // for details. All rights reserved. Use of this source code is governed by a
563 // BSD-style license that can be found in the LICENSE file. 548 // BSD-style license that can be found in the LICENSE file.
564 549
565 // WARNING: Do not edit - generated code. 550 // WARNING: Do not edit - generated code.
566 551
567 552
568 @DocsEditable 553 @DocsEditable
569 @DomName('SVGAnimatedRect') 554 @DomName('SVGAnimatedRect')
570 @Unstable 555 @Unstable
571 class AnimatedRect extends NativeFieldWrapperClass1 { 556 class AnimatedRect extends NativeFieldWrapperClass1 {
572 // To suppress missing implicit constructor warnings. 557 AnimatedRect.internal();
573 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); }
574 558
575 @DomName('SVGAnimatedRect.animVal') 559 @DomName('SVGAnimatedRect.animVal')
576 @DocsEditable 560 @DocsEditable
577 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; 561 Rect get animVal native "SVGAnimatedRect_animVal_Getter";
578 562
579 @DomName('SVGAnimatedRect.baseVal') 563 @DomName('SVGAnimatedRect.baseVal')
580 @DocsEditable 564 @DocsEditable
581 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; 565 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter";
582 566
583 } 567 }
584 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 568 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
585 // for details. All rights reserved. Use of this source code is governed by a 569 // for details. All rights reserved. Use of this source code is governed by a
586 // BSD-style license that can be found in the LICENSE file. 570 // BSD-style license that can be found in the LICENSE file.
587 571
588 // WARNING: Do not edit - generated code. 572 // WARNING: Do not edit - generated code.
589 573
590 574
591 @DocsEditable 575 @DocsEditable
592 @DomName('SVGAnimatedString') 576 @DomName('SVGAnimatedString')
593 @Unstable 577 @Unstable
594 class AnimatedString extends NativeFieldWrapperClass1 { 578 class AnimatedString extends NativeFieldWrapperClass1 {
595 // To suppress missing implicit constructor warnings. 579 AnimatedString.internal();
596 factory AnimatedString._() { throw new UnsupportedError("Not supported"); }
597 580
598 @DomName('SVGAnimatedString.animVal') 581 @DomName('SVGAnimatedString.animVal')
599 @DocsEditable 582 @DocsEditable
600 String get animVal native "SVGAnimatedString_animVal_Getter"; 583 String get animVal native "SVGAnimatedString_animVal_Getter";
601 584
602 @DomName('SVGAnimatedString.baseVal') 585 @DomName('SVGAnimatedString.baseVal')
603 @DocsEditable 586 @DocsEditable
604 String get baseVal native "SVGAnimatedString_baseVal_Getter"; 587 String get baseVal native "SVGAnimatedString_baseVal_Getter";
605 588
606 @DomName('SVGAnimatedString.baseVal') 589 @DomName('SVGAnimatedString.baseVal')
607 @DocsEditable 590 @DocsEditable
608 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; 591 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter";
609 592
610 } 593 }
611 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 594 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
612 // for details. All rights reserved. Use of this source code is governed by a 595 // for details. All rights reserved. Use of this source code is governed by a
613 // BSD-style license that can be found in the LICENSE file. 596 // BSD-style license that can be found in the LICENSE file.
614 597
615 // WARNING: Do not edit - generated code. 598 // WARNING: Do not edit - generated code.
616 599
617 600
618 @DocsEditable 601 @DocsEditable
619 @DomName('SVGAnimatedTransformList') 602 @DomName('SVGAnimatedTransformList')
620 @Unstable 603 @Unstable
621 class AnimatedTransformList extends NativeFieldWrapperClass1 { 604 class AnimatedTransformList extends NativeFieldWrapperClass1 {
622 // To suppress missing implicit constructor warnings. 605 AnimatedTransformList.internal();
623 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported" ); }
624 606
625 @DomName('SVGAnimatedTransformList.animVal') 607 @DomName('SVGAnimatedTransformList.animVal')
626 @DocsEditable 608 @DocsEditable
627 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; 609 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter";
628 610
629 @DomName('SVGAnimatedTransformList.baseVal') 611 @DomName('SVGAnimatedTransformList.baseVal')
630 @DocsEditable 612 @DocsEditable
631 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; 613 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter";
632 614
633 } 615 }
634 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 616 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
635 // for details. All rights reserved. Use of this source code is governed by a 617 // for details. All rights reserved. Use of this source code is governed by a
636 // BSD-style license that can be found in the LICENSE file. 618 // BSD-style license that can be found in the LICENSE file.
637 619
638 // WARNING: Do not edit - generated code. 620 // WARNING: Do not edit - generated code.
639 621
640 622
641 @DocsEditable 623 @DocsEditable
642 @DomName('SVGAnimationElement') 624 @DomName('SVGAnimationElement')
643 @Unstable 625 @Unstable
644 class AnimationElement extends SvgElement implements Tests, ElementTimeControl, ExternalResourcesRequired { 626 class AnimationElement extends SvgElement implements Tests, ElementTimeControl, ExternalResourcesRequired {
645 // To suppress missing implicit constructor warnings. 627 AnimationElement.internal() : super.internal();
646 factory AnimationElement._() { throw new UnsupportedError("Not supported"); }
647 628
648 @DomName('SVGAnimationElement.SVGAnimationElement') 629 @DomName('SVGAnimationElement.SVGAnimationElement')
649 @DocsEditable 630 @DocsEditable
650 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation"); 631 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation");
651 632
652 @DomName('SVGAnimationElement.targetElement') 633 @DomName('SVGAnimationElement.targetElement')
653 @DocsEditable 634 @DocsEditable
654 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter" ; 635 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter" ;
655 636
656 @DomName('SVGAnimationElement.getCurrentTime') 637 @DomName('SVGAnimationElement.getCurrentTime')
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 // for details. All rights reserved. Use of this source code is governed by a 687 // for details. All rights reserved. Use of this source code is governed by a
707 // BSD-style license that can be found in the LICENSE file. 688 // BSD-style license that can be found in the LICENSE file.
708 689
709 // WARNING: Do not edit - generated code. 690 // WARNING: Do not edit - generated code.
710 691
711 692
712 @DocsEditable 693 @DocsEditable
713 @DomName('SVGCircleElement') 694 @DomName('SVGCircleElement')
714 @Unstable 695 @Unstable
715 class CircleElement extends StyledElement implements Transformable, Tests, Exter nalResourcesRequired, LangSpace { 696 class CircleElement extends StyledElement implements Transformable, Tests, Exter nalResourcesRequired, LangSpace {
716 // To suppress missing implicit constructor warnings. 697 CircleElement.internal() : super.internal();
717 factory CircleElement._() { throw new UnsupportedError("Not supported"); }
718 698
719 @DomName('SVGCircleElement.SVGCircleElement') 699 @DomName('SVGCircleElement.SVGCircleElement')
720 @DocsEditable 700 @DocsEditable
721 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle"); 701 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle");
722 702
723 @DomName('SVGCircleElement.cx') 703 @DomName('SVGCircleElement.cx')
724 @DocsEditable 704 @DocsEditable
725 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; 705 AnimatedLength get cx native "SVGCircleElement_cx_Getter";
726 706
727 @DomName('SVGCircleElement.cy') 707 @DomName('SVGCircleElement.cy')
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 // for details. All rights reserved. Use of this source code is governed by a 781 // for details. All rights reserved. Use of this source code is governed by a
802 // BSD-style license that can be found in the LICENSE file. 782 // BSD-style license that can be found in the LICENSE file.
803 783
804 // WARNING: Do not edit - generated code. 784 // WARNING: Do not edit - generated code.
805 785
806 786
807 @DocsEditable 787 @DocsEditable
808 @DomName('SVGClipPathElement') 788 @DomName('SVGClipPathElement')
809 @Unstable 789 @Unstable
810 class ClipPathElement extends StyledElement implements Transformable, Tests, Ext ernalResourcesRequired, LangSpace { 790 class ClipPathElement extends StyledElement implements Transformable, Tests, Ext ernalResourcesRequired, LangSpace {
811 // To suppress missing implicit constructor warnings. 791 ClipPathElement.internal() : super.internal();
812 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); }
813 792
814 @DomName('SVGClipPathElement.SVGClipPathElement') 793 @DomName('SVGClipPathElement.SVGClipPathElement')
815 @DocsEditable 794 @DocsEditable
816 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath"); 795 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath");
817 796
818 @DomName('SVGClipPathElement.clipPathUnits') 797 @DomName('SVGClipPathElement.clipPathUnits')
819 @DocsEditable 798 @DocsEditable
820 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits _Getter"; 799 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits _Getter";
821 800
822 @DomName('SVGClipPathElement.externalResourcesRequired') 801 @DomName('SVGClipPathElement.externalResourcesRequired')
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 // for details. All rights reserved. Use of this source code is governed by a 867 // for details. All rights reserved. Use of this source code is governed by a
889 // BSD-style license that can be found in the LICENSE file. 868 // BSD-style license that can be found in the LICENSE file.
890 869
891 // WARNING: Do not edit - generated code. 870 // WARNING: Do not edit - generated code.
892 871
893 872
894 @DocsEditable 873 @DocsEditable
895 @DomName('SVGDefsElement') 874 @DomName('SVGDefsElement')
896 @Unstable 875 @Unstable
897 class DefsElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 876 class DefsElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace {
898 // To suppress missing implicit constructor warnings. 877 DefsElement.internal() : super.internal();
899 factory DefsElement._() { throw new UnsupportedError("Not supported"); }
900 878
901 @DomName('SVGDefsElement.SVGDefsElement') 879 @DomName('SVGDefsElement.SVGDefsElement')
902 @DocsEditable 880 @DocsEditable
903 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs "); 881 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs ");
904 882
905 @DomName('SVGDefsElement.externalResourcesRequired') 883 @DomName('SVGDefsElement.externalResourcesRequired')
906 @DocsEditable 884 @DocsEditable
907 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR esourcesRequired_Getter"; 885 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR esourcesRequired_Getter";
908 886
909 @DomName('SVGDefsElement.xmllang') 887 @DomName('SVGDefsElement.xmllang')
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 // for details. All rights reserved. Use of this source code is governed by a 949 // for details. All rights reserved. Use of this source code is governed by a
972 // BSD-style license that can be found in the LICENSE file. 950 // BSD-style license that can be found in the LICENSE file.
973 951
974 // WARNING: Do not edit - generated code. 952 // WARNING: Do not edit - generated code.
975 953
976 954
977 @DocsEditable 955 @DocsEditable
978 @DomName('SVGDescElement') 956 @DomName('SVGDescElement')
979 @Unstable 957 @Unstable
980 class DescElement extends StyledElement implements LangSpace { 958 class DescElement extends StyledElement implements LangSpace {
981 // To suppress missing implicit constructor warnings. 959 DescElement.internal() : super.internal();
982 factory DescElement._() { throw new UnsupportedError("Not supported"); }
983 960
984 @DomName('SVGDescElement.SVGDescElement') 961 @DomName('SVGDescElement.SVGDescElement')
985 @DocsEditable 962 @DocsEditable
986 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc "); 963 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc ");
987 964
988 @DomName('SVGDescElement.xmllang') 965 @DomName('SVGDescElement.xmllang')
989 @DocsEditable 966 @DocsEditable
990 String get xmllang native "SVGDescElement_xmllang_Getter"; 967 String get xmllang native "SVGDescElement_xmllang_Getter";
991 968
992 @DomName('SVGDescElement.xmllang') 969 @DomName('SVGDescElement.xmllang')
(...skipping 13 matching lines...) Expand all
1006 // for details. All rights reserved. Use of this source code is governed by a 983 // for details. All rights reserved. Use of this source code is governed by a
1007 // BSD-style license that can be found in the LICENSE file. 984 // BSD-style license that can be found in the LICENSE file.
1008 985
1009 // WARNING: Do not edit - generated code. 986 // WARNING: Do not edit - generated code.
1010 987
1011 988
1012 @DocsEditable 989 @DocsEditable
1013 @DomName('SVGElementInstance') 990 @DomName('SVGElementInstance')
1014 @Unstable 991 @Unstable
1015 class ElementInstance extends EventTarget { 992 class ElementInstance extends EventTarget {
1016 // To suppress missing implicit constructor warnings. 993 ElementInstance.internal() : super.internal();
1017 factory ElementInstance._() { throw new UnsupportedError("Not supported"); }
1018 994
1019 @DomName('SVGElementInstance.abortEvent') 995 @DomName('SVGElementInstance.abortEvent')
1020 @DocsEditable 996 @DocsEditable
1021 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider <Event>('abort'); 997 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider <Event>('abort');
1022 998
1023 @DomName('SVGElementInstance.beforecopyEvent') 999 @DomName('SVGElementInstance.beforecopyEvent')
1024 @DocsEditable 1000 @DocsEditable
1025 static const EventStreamProvider<Event> beforeCopyEvent = const EventStreamPro vider<Event>('beforecopy'); 1001 static const EventStreamProvider<Event> beforeCopyEvent = const EventStreamPro vider<Event>('beforecopy');
1026 1002
1027 @DomName('SVGElementInstance.beforecutEvent') 1003 @DomName('SVGElementInstance.beforecutEvent')
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 // for details. All rights reserved. Use of this source code is governed by a 1353 // for details. All rights reserved. Use of this source code is governed by a
1378 // BSD-style license that can be found in the LICENSE file. 1354 // BSD-style license that can be found in the LICENSE file.
1379 1355
1380 // WARNING: Do not edit - generated code. 1356 // WARNING: Do not edit - generated code.
1381 1357
1382 1358
1383 @DocsEditable 1359 @DocsEditable
1384 @DomName('SVGEllipseElement') 1360 @DomName('SVGEllipseElement')
1385 @Unstable 1361 @Unstable
1386 class EllipseElement extends StyledElement implements Transformable, Tests, Exte rnalResourcesRequired, LangSpace { 1362 class EllipseElement extends StyledElement implements Transformable, Tests, Exte rnalResourcesRequired, LangSpace {
1387 // To suppress missing implicit constructor warnings. 1363 EllipseElement.internal() : super.internal();
1388 factory EllipseElement._() { throw new UnsupportedError("Not supported"); }
1389 1364
1390 @DomName('SVGEllipseElement.SVGEllipseElement') 1365 @DomName('SVGEllipseElement.SVGEllipseElement')
1391 @DocsEditable 1366 @DocsEditable
1392 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse"); 1367 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse");
1393 1368
1394 @DomName('SVGEllipseElement.cx') 1369 @DomName('SVGEllipseElement.cx')
1395 @DocsEditable 1370 @DocsEditable
1396 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; 1371 AnimatedLength get cx native "SVGEllipseElement_cx_Getter";
1397 1372
1398 @DomName('SVGEllipseElement.cy') 1373 @DomName('SVGEllipseElement.cy')
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 // for details. All rights reserved. Use of this source code is governed by a 1451 // for details. All rights reserved. Use of this source code is governed by a
1477 // BSD-style license that can be found in the LICENSE file. 1452 // BSD-style license that can be found in the LICENSE file.
1478 1453
1479 // WARNING: Do not edit - generated code. 1454 // WARNING: Do not edit - generated code.
1480 1455
1481 1456
1482 @DocsEditable 1457 @DocsEditable
1483 @DomName('SVGExternalResourcesRequired') 1458 @DomName('SVGExternalResourcesRequired')
1484 @Unstable 1459 @Unstable
1485 class ExternalResourcesRequired extends NativeFieldWrapperClass1 { 1460 class ExternalResourcesRequired extends NativeFieldWrapperClass1 {
1486 // To suppress missing implicit constructor warnings. 1461 ExternalResourcesRequired.internal();
1487 factory ExternalResourcesRequired._() { throw new UnsupportedError("Not suppor ted"); }
1488 1462
1489 /// Checks if this type is supported on the current platform. 1463 /// Checks if this type is supported on the current platform.
1490 static bool supported(SvgElement element) => true; 1464 static bool supported(SvgElement element) => true;
1491 1465
1492 @DomName('SVGExternalResourcesRequired.externalResourcesRequired') 1466 @DomName('SVGExternalResourcesRequired.externalResourcesRequired')
1493 @DocsEditable 1467 @DocsEditable
1494 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ ired_externalResourcesRequired_Getter"; 1468 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ ired_externalResourcesRequired_Getter";
1495 1469
1496 } 1470 }
1497 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1471 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1498 // for details. All rights reserved. Use of this source code is governed by a 1472 // for details. All rights reserved. Use of this source code is governed by a
1499 // BSD-style license that can be found in the LICENSE file. 1473 // BSD-style license that can be found in the LICENSE file.
1500 1474
1501 // WARNING: Do not edit - generated code. 1475 // WARNING: Do not edit - generated code.
1502 1476
1503 1477
1504 @DocsEditable 1478 @DocsEditable
1505 @DomName('SVGFEBlendElement') 1479 @DomName('SVGFEBlendElement')
1506 @SupportedBrowser(SupportedBrowser.CHROME) 1480 @SupportedBrowser(SupportedBrowser.CHROME)
1507 @SupportedBrowser(SupportedBrowser.FIREFOX) 1481 @SupportedBrowser(SupportedBrowser.FIREFOX)
1508 @SupportedBrowser(SupportedBrowser.IE, '10') 1482 @SupportedBrowser(SupportedBrowser.IE, '10')
1509 @SupportedBrowser(SupportedBrowser.SAFARI) 1483 @SupportedBrowser(SupportedBrowser.SAFARI)
1510 @Unstable 1484 @Unstable
1511 class FEBlendElement extends StyledElement implements FilterPrimitiveStandardAtt ributes { 1485 class FEBlendElement extends StyledElement implements FilterPrimitiveStandardAtt ributes {
1512 // To suppress missing implicit constructor warnings. 1486 FEBlendElement.internal() : super.internal();
1513 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); }
1514 1487
1515 @DomName('SVGFEBlendElement.SVGFEBlendElement') 1488 @DomName('SVGFEBlendElement.SVGFEBlendElement')
1516 @DocsEditable 1489 @DocsEditable
1517 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eBlend"); 1490 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eBlend");
1518 1491
1519 /// Checks if this type is supported on the current platform. 1492 /// Checks if this type is supported on the current platform.
1520 static bool get supported => true; 1493 static bool get supported => true;
1521 1494
1522 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_DARKEN') 1495 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_DARKEN')
1523 @DocsEditable 1496 @DocsEditable
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 1557
1585 1558
1586 @DocsEditable 1559 @DocsEditable
1587 @DomName('SVGFEColorMatrixElement') 1560 @DomName('SVGFEColorMatrixElement')
1588 @SupportedBrowser(SupportedBrowser.CHROME) 1561 @SupportedBrowser(SupportedBrowser.CHROME)
1589 @SupportedBrowser(SupportedBrowser.FIREFOX) 1562 @SupportedBrowser(SupportedBrowser.FIREFOX)
1590 @SupportedBrowser(SupportedBrowser.IE, '10') 1563 @SupportedBrowser(SupportedBrowser.IE, '10')
1591 @SupportedBrowser(SupportedBrowser.SAFARI) 1564 @SupportedBrowser(SupportedBrowser.SAFARI)
1592 @Unstable 1565 @Unstable
1593 class FEColorMatrixElement extends StyledElement implements FilterPrimitiveStand ardAttributes { 1566 class FEColorMatrixElement extends StyledElement implements FilterPrimitiveStand ardAttributes {
1594 // To suppress missing implicit constructor warnings. 1567 FEColorMatrixElement.internal() : super.internal();
1595 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported") ; }
1596 1568
1597 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') 1569 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement')
1598 @DocsEditable 1570 @DocsEditable
1599 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_ tag("feColorMatrix"); 1571 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_ tag("feColorMatrix");
1600 1572
1601 /// Checks if this type is supported on the current platform. 1573 /// Checks if this type is supported on the current platform.
1602 static bool get supported => true; 1574 static bool get supported => true;
1603 1575
1604 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_HUEROTATE') 1576 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_HUEROTATE')
1605 @DocsEditable 1577 @DocsEditable
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1662 1634
1663 1635
1664 @DocsEditable 1636 @DocsEditable
1665 @DomName('SVGFEComponentTransferElement') 1637 @DomName('SVGFEComponentTransferElement')
1666 @SupportedBrowser(SupportedBrowser.CHROME) 1638 @SupportedBrowser(SupportedBrowser.CHROME)
1667 @SupportedBrowser(SupportedBrowser.FIREFOX) 1639 @SupportedBrowser(SupportedBrowser.FIREFOX)
1668 @SupportedBrowser(SupportedBrowser.IE, '10') 1640 @SupportedBrowser(SupportedBrowser.IE, '10')
1669 @SupportedBrowser(SupportedBrowser.SAFARI) 1641 @SupportedBrowser(SupportedBrowser.SAFARI)
1670 @Unstable 1642 @Unstable
1671 class FEComponentTransferElement extends StyledElement implements FilterPrimitiv eStandardAttributes { 1643 class FEComponentTransferElement extends StyledElement implements FilterPrimitiv eStandardAttributes {
1672 // To suppress missing implicit constructor warnings. 1644 FEComponentTransferElement.internal() : super.internal();
1673 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo rted"); }
1674 1645
1675 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') 1646 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement')
1676 @DocsEditable 1647 @DocsEditable
1677 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl ement_tag("feComponentTransfer"); 1648 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl ement_tag("feComponentTransfer");
1678 1649
1679 /// Checks if this type is supported on the current platform. 1650 /// Checks if this type is supported on the current platform.
1680 static bool get supported => true; 1651 static bool get supported => true;
1681 1652
1682 @DomName('SVGFEComponentTransferElement.in1') 1653 @DomName('SVGFEComponentTransferElement.in1')
1683 @DocsEditable 1654 @DocsEditable
(...skipping 24 matching lines...) Expand all
1708 // for details. All rights reserved. Use of this source code is governed by a 1679 // for details. All rights reserved. Use of this source code is governed by a
1709 // BSD-style license that can be found in the LICENSE file. 1680 // BSD-style license that can be found in the LICENSE file.
1710 1681
1711 // WARNING: Do not edit - generated code. 1682 // WARNING: Do not edit - generated code.
1712 1683
1713 1684
1714 @DocsEditable 1685 @DocsEditable
1715 @DomName('SVGFECompositeElement') 1686 @DomName('SVGFECompositeElement')
1716 @Unstable 1687 @Unstable
1717 class FECompositeElement extends StyledElement implements FilterPrimitiveStandar dAttributes { 1688 class FECompositeElement extends StyledElement implements FilterPrimitiveStandar dAttributes {
1718 // To suppress missing implicit constructor warnings. 1689 FECompositeElement.internal() : super.internal();
1719 factory FECompositeElement._() { throw new UnsupportedError("Not supported"); }
1720 1690
1721 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC') 1691 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC')
1722 @DocsEditable 1692 @DocsEditable
1723 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; 1693 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6;
1724 1694
1725 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP') 1695 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP')
1726 @DocsEditable 1696 @DocsEditable
1727 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; 1697 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4;
1728 1698
1729 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_IN') 1699 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_IN')
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1803 1773
1804 1774
1805 @DocsEditable 1775 @DocsEditable
1806 @DomName('SVGFEConvolveMatrixElement') 1776 @DomName('SVGFEConvolveMatrixElement')
1807 @SupportedBrowser(SupportedBrowser.CHROME) 1777 @SupportedBrowser(SupportedBrowser.CHROME)
1808 @SupportedBrowser(SupportedBrowser.FIREFOX) 1778 @SupportedBrowser(SupportedBrowser.FIREFOX)
1809 @SupportedBrowser(SupportedBrowser.IE, '10') 1779 @SupportedBrowser(SupportedBrowser.IE, '10')
1810 @SupportedBrowser(SupportedBrowser.SAFARI) 1780 @SupportedBrowser(SupportedBrowser.SAFARI)
1811 @Unstable 1781 @Unstable
1812 class FEConvolveMatrixElement extends StyledElement implements FilterPrimitiveSt andardAttributes { 1782 class FEConvolveMatrixElement extends StyledElement implements FilterPrimitiveSt andardAttributes {
1813 // To suppress missing implicit constructor warnings. 1783 FEConvolveMatrixElement.internal() : super.internal();
1814 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte d"); }
1815 1784
1816 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') 1785 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement')
1817 @DocsEditable 1786 @DocsEditable
1818 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("feConvolveMatrix"); 1787 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("feConvolveMatrix");
1819 1788
1820 /// Checks if this type is supported on the current platform. 1789 /// Checks if this type is supported on the current platform.
1821 static bool get supported => true; 1790 static bool get supported => true;
1822 1791
1823 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_DUPLICATE') 1792 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_DUPLICATE')
1824 @DocsEditable 1793 @DocsEditable
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1913 1882
1914 1883
1915 @DocsEditable 1884 @DocsEditable
1916 @DomName('SVGFEDiffuseLightingElement') 1885 @DomName('SVGFEDiffuseLightingElement')
1917 @SupportedBrowser(SupportedBrowser.CHROME) 1886 @SupportedBrowser(SupportedBrowser.CHROME)
1918 @SupportedBrowser(SupportedBrowser.FIREFOX) 1887 @SupportedBrowser(SupportedBrowser.FIREFOX)
1919 @SupportedBrowser(SupportedBrowser.IE, '10') 1888 @SupportedBrowser(SupportedBrowser.IE, '10')
1920 @SupportedBrowser(SupportedBrowser.SAFARI) 1889 @SupportedBrowser(SupportedBrowser.SAFARI)
1921 @Unstable 1890 @Unstable
1922 class FEDiffuseLightingElement extends StyledElement implements FilterPrimitiveS tandardAttributes { 1891 class FEDiffuseLightingElement extends StyledElement implements FilterPrimitiveS tandardAttributes {
1923 // To suppress missing implicit constructor warnings. 1892 FEDiffuseLightingElement.internal() : super.internal();
1924 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support ed"); }
1925 1893
1926 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') 1894 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement')
1927 @DocsEditable 1895 @DocsEditable
1928 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDiffuseLighting"); 1896 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDiffuseLighting");
1929 1897
1930 /// Checks if this type is supported on the current platform. 1898 /// Checks if this type is supported on the current platform.
1931 static bool get supported => true; 1899 static bool get supported => true;
1932 1900
1933 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') 1901 @DomName('SVGFEDiffuseLightingElement.diffuseConstant')
1934 @DocsEditable 1902 @DocsEditable
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 1947
1980 1948
1981 @DocsEditable 1949 @DocsEditable
1982 @DomName('SVGFEDisplacementMapElement') 1950 @DomName('SVGFEDisplacementMapElement')
1983 @SupportedBrowser(SupportedBrowser.CHROME) 1951 @SupportedBrowser(SupportedBrowser.CHROME)
1984 @SupportedBrowser(SupportedBrowser.FIREFOX) 1952 @SupportedBrowser(SupportedBrowser.FIREFOX)
1985 @SupportedBrowser(SupportedBrowser.IE, '10') 1953 @SupportedBrowser(SupportedBrowser.IE, '10')
1986 @SupportedBrowser(SupportedBrowser.SAFARI) 1954 @SupportedBrowser(SupportedBrowser.SAFARI)
1987 @Unstable 1955 @Unstable
1988 class FEDisplacementMapElement extends StyledElement implements FilterPrimitiveS tandardAttributes { 1956 class FEDisplacementMapElement extends StyledElement implements FilterPrimitiveS tandardAttributes {
1989 // To suppress missing implicit constructor warnings. 1957 FEDisplacementMapElement.internal() : super.internal();
1990 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support ed"); }
1991 1958
1992 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') 1959 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement')
1993 @DocsEditable 1960 @DocsEditable
1994 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDisplacementMap"); 1961 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDisplacementMap");
1995 1962
1996 /// Checks if this type is supported on the current platform. 1963 /// Checks if this type is supported on the current platform.
1997 static bool get supported => true; 1964 static bool get supported => true;
1998 1965
1999 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_A') 1966 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_A')
2000 @DocsEditable 1967 @DocsEditable
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
2065 2032
2066 2033
2067 @DocsEditable 2034 @DocsEditable
2068 @DomName('SVGFEDistantLightElement') 2035 @DomName('SVGFEDistantLightElement')
2069 @SupportedBrowser(SupportedBrowser.CHROME) 2036 @SupportedBrowser(SupportedBrowser.CHROME)
2070 @SupportedBrowser(SupportedBrowser.FIREFOX) 2037 @SupportedBrowser(SupportedBrowser.FIREFOX)
2071 @SupportedBrowser(SupportedBrowser.IE, '10') 2038 @SupportedBrowser(SupportedBrowser.IE, '10')
2072 @SupportedBrowser(SupportedBrowser.SAFARI) 2039 @SupportedBrowser(SupportedBrowser.SAFARI)
2073 @Unstable 2040 @Unstable
2074 class FEDistantLightElement extends SvgElement { 2041 class FEDistantLightElement extends SvgElement {
2075 // To suppress missing implicit constructor warnings. 2042 FEDistantLightElement.internal() : super.internal();
2076 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported" ); }
2077 2043
2078 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') 2044 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement')
2079 @DocsEditable 2045 @DocsEditable
2080 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement _tag("feDistantLight"); 2046 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement _tag("feDistantLight");
2081 2047
2082 /// Checks if this type is supported on the current platform. 2048 /// Checks if this type is supported on the current platform.
2083 static bool get supported => true; 2049 static bool get supported => true;
2084 2050
2085 @DomName('SVGFEDistantLightElement.azimuth') 2051 @DomName('SVGFEDistantLightElement.azimuth')
2086 @DocsEditable 2052 @DocsEditable
(...skipping 12 matching lines...) Expand all
2099 2065
2100 2066
2101 @DocsEditable 2067 @DocsEditable
2102 @DomName('SVGFEFloodElement') 2068 @DomName('SVGFEFloodElement')
2103 @SupportedBrowser(SupportedBrowser.CHROME) 2069 @SupportedBrowser(SupportedBrowser.CHROME)
2104 @SupportedBrowser(SupportedBrowser.FIREFOX) 2070 @SupportedBrowser(SupportedBrowser.FIREFOX)
2105 @SupportedBrowser(SupportedBrowser.IE, '10') 2071 @SupportedBrowser(SupportedBrowser.IE, '10')
2106 @SupportedBrowser(SupportedBrowser.SAFARI) 2072 @SupportedBrowser(SupportedBrowser.SAFARI)
2107 @Unstable 2073 @Unstable
2108 class FEFloodElement extends StyledElement implements FilterPrimitiveStandardAtt ributes { 2074 class FEFloodElement extends StyledElement implements FilterPrimitiveStandardAtt ributes {
2109 // To suppress missing implicit constructor warnings. 2075 FEFloodElement.internal() : super.internal();
2110 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); }
2111 2076
2112 @DomName('SVGFEFloodElement.SVGFEFloodElement') 2077 @DomName('SVGFEFloodElement.SVGFEFloodElement')
2113 @DocsEditable 2078 @DocsEditable
2114 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFlood"); 2079 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFlood");
2115 2080
2116 /// Checks if this type is supported on the current platform. 2081 /// Checks if this type is supported on the current platform.
2117 static bool get supported => true; 2082 static bool get supported => true;
2118 2083
2119 @DomName('SVGFEFloodElement.height') 2084 @DomName('SVGFEFloodElement.height')
2120 @DocsEditable 2085 @DocsEditable
(...skipping 24 matching lines...) Expand all
2145 2110
2146 2111
2147 @DocsEditable 2112 @DocsEditable
2148 @DomName('SVGFEFuncAElement') 2113 @DomName('SVGFEFuncAElement')
2149 @SupportedBrowser(SupportedBrowser.CHROME) 2114 @SupportedBrowser(SupportedBrowser.CHROME)
2150 @SupportedBrowser(SupportedBrowser.FIREFOX) 2115 @SupportedBrowser(SupportedBrowser.FIREFOX)
2151 @SupportedBrowser(SupportedBrowser.IE, '10') 2116 @SupportedBrowser(SupportedBrowser.IE, '10')
2152 @SupportedBrowser(SupportedBrowser.SAFARI) 2117 @SupportedBrowser(SupportedBrowser.SAFARI)
2153 @Unstable 2118 @Unstable
2154 class FEFuncAElement extends _SVGComponentTransferFunctionElement { 2119 class FEFuncAElement extends _SVGComponentTransferFunctionElement {
2155 // To suppress missing implicit constructor warnings. 2120 FEFuncAElement.internal() : super.internal();
2156 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); }
2157 2121
2158 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') 2122 @DomName('SVGFEFuncAElement.SVGFEFuncAElement')
2159 @DocsEditable 2123 @DocsEditable
2160 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncA"); 2124 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncA");
2161 2125
2162 /// Checks if this type is supported on the current platform. 2126 /// Checks if this type is supported on the current platform.
2163 static bool get supported => true; 2127 static bool get supported => true;
2164 2128
2165 } 2129 }
2166 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2130 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2167 // for details. All rights reserved. Use of this source code is governed by a 2131 // for details. All rights reserved. Use of this source code is governed by a
2168 // BSD-style license that can be found in the LICENSE file. 2132 // BSD-style license that can be found in the LICENSE file.
2169 2133
2170 // WARNING: Do not edit - generated code. 2134 // WARNING: Do not edit - generated code.
2171 2135
2172 2136
2173 @DocsEditable 2137 @DocsEditable
2174 @DomName('SVGFEFuncBElement') 2138 @DomName('SVGFEFuncBElement')
2175 @SupportedBrowser(SupportedBrowser.CHROME) 2139 @SupportedBrowser(SupportedBrowser.CHROME)
2176 @SupportedBrowser(SupportedBrowser.FIREFOX) 2140 @SupportedBrowser(SupportedBrowser.FIREFOX)
2177 @SupportedBrowser(SupportedBrowser.IE, '10') 2141 @SupportedBrowser(SupportedBrowser.IE, '10')
2178 @SupportedBrowser(SupportedBrowser.SAFARI) 2142 @SupportedBrowser(SupportedBrowser.SAFARI)
2179 @Unstable 2143 @Unstable
2180 class FEFuncBElement extends _SVGComponentTransferFunctionElement { 2144 class FEFuncBElement extends _SVGComponentTransferFunctionElement {
2181 // To suppress missing implicit constructor warnings. 2145 FEFuncBElement.internal() : super.internal();
2182 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); }
2183 2146
2184 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') 2147 @DomName('SVGFEFuncBElement.SVGFEFuncBElement')
2185 @DocsEditable 2148 @DocsEditable
2186 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncB"); 2149 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncB");
2187 2150
2188 /// Checks if this type is supported on the current platform. 2151 /// Checks if this type is supported on the current platform.
2189 static bool get supported => true; 2152 static bool get supported => true;
2190 2153
2191 } 2154 }
2192 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2155 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2193 // for details. All rights reserved. Use of this source code is governed by a 2156 // for details. All rights reserved. Use of this source code is governed by a
2194 // BSD-style license that can be found in the LICENSE file. 2157 // BSD-style license that can be found in the LICENSE file.
2195 2158
2196 // WARNING: Do not edit - generated code. 2159 // WARNING: Do not edit - generated code.
2197 2160
2198 2161
2199 @DocsEditable 2162 @DocsEditable
2200 @DomName('SVGFEFuncGElement') 2163 @DomName('SVGFEFuncGElement')
2201 @SupportedBrowser(SupportedBrowser.CHROME) 2164 @SupportedBrowser(SupportedBrowser.CHROME)
2202 @SupportedBrowser(SupportedBrowser.FIREFOX) 2165 @SupportedBrowser(SupportedBrowser.FIREFOX)
2203 @SupportedBrowser(SupportedBrowser.IE, '10') 2166 @SupportedBrowser(SupportedBrowser.IE, '10')
2204 @SupportedBrowser(SupportedBrowser.SAFARI) 2167 @SupportedBrowser(SupportedBrowser.SAFARI)
2205 @Unstable 2168 @Unstable
2206 class FEFuncGElement extends _SVGComponentTransferFunctionElement { 2169 class FEFuncGElement extends _SVGComponentTransferFunctionElement {
2207 // To suppress missing implicit constructor warnings. 2170 FEFuncGElement.internal() : super.internal();
2208 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); }
2209 2171
2210 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') 2172 @DomName('SVGFEFuncGElement.SVGFEFuncGElement')
2211 @DocsEditable 2173 @DocsEditable
2212 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncG"); 2174 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncG");
2213 2175
2214 /// Checks if this type is supported on the current platform. 2176 /// Checks if this type is supported on the current platform.
2215 static bool get supported => true; 2177 static bool get supported => true;
2216 2178
2217 } 2179 }
2218 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2180 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2219 // for details. All rights reserved. Use of this source code is governed by a 2181 // for details. All rights reserved. Use of this source code is governed by a
2220 // BSD-style license that can be found in the LICENSE file. 2182 // BSD-style license that can be found in the LICENSE file.
2221 2183
2222 // WARNING: Do not edit - generated code. 2184 // WARNING: Do not edit - generated code.
2223 2185
2224 2186
2225 @DocsEditable 2187 @DocsEditable
2226 @DomName('SVGFEFuncRElement') 2188 @DomName('SVGFEFuncRElement')
2227 @SupportedBrowser(SupportedBrowser.CHROME) 2189 @SupportedBrowser(SupportedBrowser.CHROME)
2228 @SupportedBrowser(SupportedBrowser.FIREFOX) 2190 @SupportedBrowser(SupportedBrowser.FIREFOX)
2229 @SupportedBrowser(SupportedBrowser.IE, '10') 2191 @SupportedBrowser(SupportedBrowser.IE, '10')
2230 @SupportedBrowser(SupportedBrowser.SAFARI) 2192 @SupportedBrowser(SupportedBrowser.SAFARI)
2231 @Unstable 2193 @Unstable
2232 class FEFuncRElement extends _SVGComponentTransferFunctionElement { 2194 class FEFuncRElement extends _SVGComponentTransferFunctionElement {
2233 // To suppress missing implicit constructor warnings. 2195 FEFuncRElement.internal() : super.internal();
2234 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); }
2235 2196
2236 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') 2197 @DomName('SVGFEFuncRElement.SVGFEFuncRElement')
2237 @DocsEditable 2198 @DocsEditable
2238 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncR"); 2199 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncR");
2239 2200
2240 /// Checks if this type is supported on the current platform. 2201 /// Checks if this type is supported on the current platform.
2241 static bool get supported => true; 2202 static bool get supported => true;
2242 2203
2243 } 2204 }
2244 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2205 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2245 // for details. All rights reserved. Use of this source code is governed by a 2206 // for details. All rights reserved. Use of this source code is governed by a
2246 // BSD-style license that can be found in the LICENSE file. 2207 // BSD-style license that can be found in the LICENSE file.
2247 2208
2248 // WARNING: Do not edit - generated code. 2209 // WARNING: Do not edit - generated code.
2249 2210
2250 2211
2251 @DocsEditable 2212 @DocsEditable
2252 @DomName('SVGFEGaussianBlurElement') 2213 @DomName('SVGFEGaussianBlurElement')
2253 @SupportedBrowser(SupportedBrowser.CHROME) 2214 @SupportedBrowser(SupportedBrowser.CHROME)
2254 @SupportedBrowser(SupportedBrowser.FIREFOX) 2215 @SupportedBrowser(SupportedBrowser.FIREFOX)
2255 @SupportedBrowser(SupportedBrowser.IE, '10') 2216 @SupportedBrowser(SupportedBrowser.IE, '10')
2256 @SupportedBrowser(SupportedBrowser.SAFARI) 2217 @SupportedBrowser(SupportedBrowser.SAFARI)
2257 @Unstable 2218 @Unstable
2258 class FEGaussianBlurElement extends StyledElement implements FilterPrimitiveStan dardAttributes { 2219 class FEGaussianBlurElement extends StyledElement implements FilterPrimitiveStan dardAttributes {
2259 // To suppress missing implicit constructor warnings. 2220 FEGaussianBlurElement.internal() : super.internal();
2260 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported" ); }
2261 2221
2262 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') 2222 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement')
2263 @DocsEditable 2223 @DocsEditable
2264 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement _tag("feGaussianBlur"); 2224 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement _tag("feGaussianBlur");
2265 2225
2266 /// Checks if this type is supported on the current platform. 2226 /// Checks if this type is supported on the current platform.
2267 static bool get supported => true; 2227 static bool get supported => true;
2268 2228
2269 @DomName('SVGFEGaussianBlurElement.in1') 2229 @DomName('SVGFEGaussianBlurElement.in1')
2270 @DocsEditable 2230 @DocsEditable
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2311 2271
2312 2272
2313 @DocsEditable 2273 @DocsEditable
2314 @DomName('SVGFEImageElement') 2274 @DomName('SVGFEImageElement')
2315 @SupportedBrowser(SupportedBrowser.CHROME) 2275 @SupportedBrowser(SupportedBrowser.CHROME)
2316 @SupportedBrowser(SupportedBrowser.FIREFOX) 2276 @SupportedBrowser(SupportedBrowser.FIREFOX)
2317 @SupportedBrowser(SupportedBrowser.IE, '10') 2277 @SupportedBrowser(SupportedBrowser.IE, '10')
2318 @SupportedBrowser(SupportedBrowser.SAFARI) 2278 @SupportedBrowser(SupportedBrowser.SAFARI)
2319 @Unstable 2279 @Unstable
2320 class FEImageElement extends StyledElement implements FilterPrimitiveStandardAtt ributes, UriReference, ExternalResourcesRequired, LangSpace { 2280 class FEImageElement extends StyledElement implements FilterPrimitiveStandardAtt ributes, UriReference, ExternalResourcesRequired, LangSpace {
2321 // To suppress missing implicit constructor warnings. 2281 FEImageElement.internal() : super.internal();
2322 factory FEImageElement._() { throw new UnsupportedError("Not supported"); }
2323 2282
2324 @DomName('SVGFEImageElement.SVGFEImageElement') 2283 @DomName('SVGFEImageElement.SVGFEImageElement')
2325 @DocsEditable 2284 @DocsEditable
2326 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eImage"); 2285 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eImage");
2327 2286
2328 /// Checks if this type is supported on the current platform. 2287 /// Checks if this type is supported on the current platform.
2329 static bool get supported => true; 2288 static bool get supported => true;
2330 2289
2331 @DomName('SVGFEImageElement.preserveAspectRatio') 2290 @DomName('SVGFEImageElement.preserveAspectRatio')
2332 @DocsEditable 2291 @DocsEditable
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
2385 2344
2386 2345
2387 @DocsEditable 2346 @DocsEditable
2388 @DomName('SVGFEMergeElement') 2347 @DomName('SVGFEMergeElement')
2389 @SupportedBrowser(SupportedBrowser.CHROME) 2348 @SupportedBrowser(SupportedBrowser.CHROME)
2390 @SupportedBrowser(SupportedBrowser.FIREFOX) 2349 @SupportedBrowser(SupportedBrowser.FIREFOX)
2391 @SupportedBrowser(SupportedBrowser.IE, '10') 2350 @SupportedBrowser(SupportedBrowser.IE, '10')
2392 @SupportedBrowser(SupportedBrowser.SAFARI) 2351 @SupportedBrowser(SupportedBrowser.SAFARI)
2393 @Unstable 2352 @Unstable
2394 class FEMergeElement extends StyledElement implements FilterPrimitiveStandardAtt ributes { 2353 class FEMergeElement extends StyledElement implements FilterPrimitiveStandardAtt ributes {
2395 // To suppress missing implicit constructor warnings. 2354 FEMergeElement.internal() : super.internal();
2396 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); }
2397 2355
2398 @DomName('SVGFEMergeElement.SVGFEMergeElement') 2356 @DomName('SVGFEMergeElement.SVGFEMergeElement')
2399 @DocsEditable 2357 @DocsEditable
2400 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eMerge"); 2358 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eMerge");
2401 2359
2402 /// Checks if this type is supported on the current platform. 2360 /// Checks if this type is supported on the current platform.
2403 static bool get supported => true; 2361 static bool get supported => true;
2404 2362
2405 @DomName('SVGFEMergeElement.height') 2363 @DomName('SVGFEMergeElement.height')
2406 @DocsEditable 2364 @DocsEditable
(...skipping 24 matching lines...) Expand all
2431 2389
2432 2390
2433 @DocsEditable 2391 @DocsEditable
2434 @DomName('SVGFEMergeNodeElement') 2392 @DomName('SVGFEMergeNodeElement')
2435 @SupportedBrowser(SupportedBrowser.CHROME) 2393 @SupportedBrowser(SupportedBrowser.CHROME)
2436 @SupportedBrowser(SupportedBrowser.FIREFOX) 2394 @SupportedBrowser(SupportedBrowser.FIREFOX)
2437 @SupportedBrowser(SupportedBrowser.IE, '10') 2395 @SupportedBrowser(SupportedBrowser.IE, '10')
2438 @SupportedBrowser(SupportedBrowser.SAFARI) 2396 @SupportedBrowser(SupportedBrowser.SAFARI)
2439 @Unstable 2397 @Unstable
2440 class FEMergeNodeElement extends SvgElement { 2398 class FEMergeNodeElement extends SvgElement {
2441 // To suppress missing implicit constructor warnings. 2399 FEMergeNodeElement.internal() : super.internal();
2442 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported"); }
2443 2400
2444 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') 2401 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement')
2445 @DocsEditable 2402 @DocsEditable
2446 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feMergeNode"); 2403 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feMergeNode");
2447 2404
2448 /// Checks if this type is supported on the current platform. 2405 /// Checks if this type is supported on the current platform.
2449 static bool get supported => true; 2406 static bool get supported => true;
2450 2407
2451 @DomName('SVGFEMergeNodeElement.in1') 2408 @DomName('SVGFEMergeNodeElement.in1')
2452 @DocsEditable 2409 @DocsEditable
2453 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter"; 2410 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter";
2454 2411
2455 } 2412 }
2456 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2413 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2457 // for details. All rights reserved. Use of this source code is governed by a 2414 // for details. All rights reserved. Use of this source code is governed by a
2458 // BSD-style license that can be found in the LICENSE file. 2415 // BSD-style license that can be found in the LICENSE file.
2459 2416
2460 // WARNING: Do not edit - generated code. 2417 // WARNING: Do not edit - generated code.
2461 2418
2462 2419
2463 @DocsEditable 2420 @DocsEditable
2464 @DomName('SVGFEMorphologyElement') 2421 @DomName('SVGFEMorphologyElement')
2465 @SupportedBrowser(SupportedBrowser.CHROME) 2422 @SupportedBrowser(SupportedBrowser.CHROME)
2466 @SupportedBrowser(SupportedBrowser.FIREFOX) 2423 @SupportedBrowser(SupportedBrowser.FIREFOX)
2467 @SupportedBrowser(SupportedBrowser.IE, '10') 2424 @SupportedBrowser(SupportedBrowser.IE, '10')
2468 @SupportedBrowser(SupportedBrowser.SAFARI) 2425 @SupportedBrowser(SupportedBrowser.SAFARI)
2469 @Unstable 2426 @Unstable
2470 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda rdAttributes { 2427 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda rdAttributes {
2471 // To suppress missing implicit constructor warnings. 2428 FEMorphologyElement.internal() : super.internal();
2472 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported"); }
2473 2429
2474 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') 2430 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE')
2475 @DocsEditable 2431 @DocsEditable
2476 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; 2432 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2;
2477 2433
2478 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') 2434 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE')
2479 @DocsEditable 2435 @DocsEditable
2480 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; 2436 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1;
2481 2437
2482 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') 2438 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN')
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
2532 2488
2533 2489
2534 @DocsEditable 2490 @DocsEditable
2535 @DomName('SVGFEOffsetElement') 2491 @DomName('SVGFEOffsetElement')
2536 @SupportedBrowser(SupportedBrowser.CHROME) 2492 @SupportedBrowser(SupportedBrowser.CHROME)
2537 @SupportedBrowser(SupportedBrowser.FIREFOX) 2493 @SupportedBrowser(SupportedBrowser.FIREFOX)
2538 @SupportedBrowser(SupportedBrowser.IE, '10') 2494 @SupportedBrowser(SupportedBrowser.IE, '10')
2539 @SupportedBrowser(SupportedBrowser.SAFARI) 2495 @SupportedBrowser(SupportedBrowser.SAFARI)
2540 @Unstable 2496 @Unstable
2541 class FEOffsetElement extends StyledElement implements FilterPrimitiveStandardAt tributes { 2497 class FEOffsetElement extends StyledElement implements FilterPrimitiveStandardAt tributes {
2542 // To suppress missing implicit constructor warnings. 2498 FEOffsetElement.internal() : super.internal();
2543 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); }
2544 2499
2545 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') 2500 @DomName('SVGFEOffsetElement.SVGFEOffsetElement')
2546 @DocsEditable 2501 @DocsEditable
2547 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag(" feOffset"); 2502 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag(" feOffset");
2548 2503
2549 /// Checks if this type is supported on the current platform. 2504 /// Checks if this type is supported on the current platform.
2550 static bool get supported => true; 2505 static bool get supported => true;
2551 2506
2552 @DomName('SVGFEOffsetElement.dx') 2507 @DomName('SVGFEOffsetElement.dx')
2553 @DocsEditable 2508 @DocsEditable
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
2590 2545
2591 2546
2592 @DocsEditable 2547 @DocsEditable
2593 @DomName('SVGFEPointLightElement') 2548 @DomName('SVGFEPointLightElement')
2594 @SupportedBrowser(SupportedBrowser.CHROME) 2549 @SupportedBrowser(SupportedBrowser.CHROME)
2595 @SupportedBrowser(SupportedBrowser.FIREFOX) 2550 @SupportedBrowser(SupportedBrowser.FIREFOX)
2596 @SupportedBrowser(SupportedBrowser.IE, '10') 2551 @SupportedBrowser(SupportedBrowser.IE, '10')
2597 @SupportedBrowser(SupportedBrowser.SAFARI) 2552 @SupportedBrowser(SupportedBrowser.SAFARI)
2598 @Unstable 2553 @Unstable
2599 class FEPointLightElement extends SvgElement { 2554 class FEPointLightElement extends SvgElement {
2600 // To suppress missing implicit constructor warnings. 2555 FEPointLightElement.internal() : super.internal();
2601 factory FEPointLightElement._() { throw new UnsupportedError("Not supported"); }
2602 2556
2603 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') 2557 @DomName('SVGFEPointLightElement.SVGFEPointLightElement')
2604 @DocsEditable 2558 @DocsEditable
2605 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t ag("fePointLight"); 2559 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t ag("fePointLight");
2606 2560
2607 /// Checks if this type is supported on the current platform. 2561 /// Checks if this type is supported on the current platform.
2608 static bool get supported => true; 2562 static bool get supported => true;
2609 2563
2610 @DomName('SVGFEPointLightElement.x') 2564 @DomName('SVGFEPointLightElement.x')
2611 @DocsEditable 2565 @DocsEditable
(...skipping 16 matching lines...) Expand all
2628 2582
2629 2583
2630 @DocsEditable 2584 @DocsEditable
2631 @DomName('SVGFESpecularLightingElement') 2585 @DomName('SVGFESpecularLightingElement')
2632 @SupportedBrowser(SupportedBrowser.CHROME) 2586 @SupportedBrowser(SupportedBrowser.CHROME)
2633 @SupportedBrowser(SupportedBrowser.FIREFOX) 2587 @SupportedBrowser(SupportedBrowser.FIREFOX)
2634 @SupportedBrowser(SupportedBrowser.IE, '10') 2588 @SupportedBrowser(SupportedBrowser.IE, '10')
2635 @SupportedBrowser(SupportedBrowser.SAFARI) 2589 @SupportedBrowser(SupportedBrowser.SAFARI)
2636 @Unstable 2590 @Unstable
2637 class FESpecularLightingElement extends StyledElement implements FilterPrimitive StandardAttributes { 2591 class FESpecularLightingElement extends StyledElement implements FilterPrimitive StandardAttributes {
2638 // To suppress missing implicit constructor warnings. 2592 FESpecularLightingElement.internal() : super.internal();
2639 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor ted"); }
2640 2593
2641 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') 2594 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement')
2642 @DocsEditable 2595 @DocsEditable
2643 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle ment_tag("feSpecularLighting"); 2596 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle ment_tag("feSpecularLighting");
2644 2597
2645 /// Checks if this type is supported on the current platform. 2598 /// Checks if this type is supported on the current platform.
2646 static bool get supported => true; 2599 static bool get supported => true;
2647 2600
2648 @DomName('SVGFESpecularLightingElement.in1') 2601 @DomName('SVGFESpecularLightingElement.in1')
2649 @DocsEditable 2602 @DocsEditable
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2690 2643
2691 2644
2692 @DocsEditable 2645 @DocsEditable
2693 @DomName('SVGFESpotLightElement') 2646 @DomName('SVGFESpotLightElement')
2694 @SupportedBrowser(SupportedBrowser.CHROME) 2647 @SupportedBrowser(SupportedBrowser.CHROME)
2695 @SupportedBrowser(SupportedBrowser.FIREFOX) 2648 @SupportedBrowser(SupportedBrowser.FIREFOX)
2696 @SupportedBrowser(SupportedBrowser.IE, '10') 2649 @SupportedBrowser(SupportedBrowser.IE, '10')
2697 @SupportedBrowser(SupportedBrowser.SAFARI) 2650 @SupportedBrowser(SupportedBrowser.SAFARI)
2698 @Unstable 2651 @Unstable
2699 class FESpotLightElement extends SvgElement { 2652 class FESpotLightElement extends SvgElement {
2700 // To suppress missing implicit constructor warnings. 2653 FESpotLightElement.internal() : super.internal();
2701 factory FESpotLightElement._() { throw new UnsupportedError("Not supported"); }
2702 2654
2703 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') 2655 @DomName('SVGFESpotLightElement.SVGFESpotLightElement')
2704 @DocsEditable 2656 @DocsEditable
2705 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feSpotLight"); 2657 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feSpotLight");
2706 2658
2707 /// Checks if this type is supported on the current platform. 2659 /// Checks if this type is supported on the current platform.
2708 static bool get supported => true; 2660 static bool get supported => true;
2709 2661
2710 @DomName('SVGFESpotLightElement.limitingConeAngle') 2662 @DomName('SVGFESpotLightElement.limitingConeAngle')
2711 @DocsEditable 2663 @DocsEditable
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
2748 2700
2749 2701
2750 @DocsEditable 2702 @DocsEditable
2751 @DomName('SVGFETileElement') 2703 @DomName('SVGFETileElement')
2752 @SupportedBrowser(SupportedBrowser.CHROME) 2704 @SupportedBrowser(SupportedBrowser.CHROME)
2753 @SupportedBrowser(SupportedBrowser.FIREFOX) 2705 @SupportedBrowser(SupportedBrowser.FIREFOX)
2754 @SupportedBrowser(SupportedBrowser.IE, '10') 2706 @SupportedBrowser(SupportedBrowser.IE, '10')
2755 @SupportedBrowser(SupportedBrowser.SAFARI) 2707 @SupportedBrowser(SupportedBrowser.SAFARI)
2756 @Unstable 2708 @Unstable
2757 class FETileElement extends StyledElement implements FilterPrimitiveStandardAttr ibutes { 2709 class FETileElement extends StyledElement implements FilterPrimitiveStandardAttr ibutes {
2758 // To suppress missing implicit constructor warnings. 2710 FETileElement.internal() : super.internal();
2759 factory FETileElement._() { throw new UnsupportedError("Not supported"); }
2760 2711
2761 @DomName('SVGFETileElement.SVGFETileElement') 2712 @DomName('SVGFETileElement.SVGFETileElement')
2762 @DocsEditable 2713 @DocsEditable
2763 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe Tile"); 2714 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe Tile");
2764 2715
2765 /// Checks if this type is supported on the current platform. 2716 /// Checks if this type is supported on the current platform.
2766 static bool get supported => true; 2717 static bool get supported => true;
2767 2718
2768 @DomName('SVGFETileElement.in1') 2719 @DomName('SVGFETileElement.in1')
2769 @DocsEditable 2720 @DocsEditable
(...skipping 28 matching lines...) Expand all
2798 2749
2799 2750
2800 @DocsEditable 2751 @DocsEditable
2801 @DomName('SVGFETurbulenceElement') 2752 @DomName('SVGFETurbulenceElement')
2802 @SupportedBrowser(SupportedBrowser.CHROME) 2753 @SupportedBrowser(SupportedBrowser.CHROME)
2803 @SupportedBrowser(SupportedBrowser.FIREFOX) 2754 @SupportedBrowser(SupportedBrowser.FIREFOX)
2804 @SupportedBrowser(SupportedBrowser.IE, '10') 2755 @SupportedBrowser(SupportedBrowser.IE, '10')
2805 @SupportedBrowser(SupportedBrowser.SAFARI) 2756 @SupportedBrowser(SupportedBrowser.SAFARI)
2806 @Unstable 2757 @Unstable
2807 class FETurbulenceElement extends StyledElement implements FilterPrimitiveStanda rdAttributes { 2758 class FETurbulenceElement extends StyledElement implements FilterPrimitiveStanda rdAttributes {
2808 // To suppress missing implicit constructor warnings. 2759 FETurbulenceElement.internal() : super.internal();
2809 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported"); }
2810 2760
2811 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') 2761 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement')
2812 @DocsEditable 2762 @DocsEditable
2813 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t ag("feTurbulence"); 2763 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t ag("feTurbulence");
2814 2764
2815 /// Checks if this type is supported on the current platform. 2765 /// Checks if this type is supported on the current platform.
2816 static bool get supported => true; 2766 static bool get supported => true;
2817 2767
2818 @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_NOSTITCH') 2768 @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_NOSTITCH')
2819 @DocsEditable 2769 @DocsEditable
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
2892 2842
2893 2843
2894 @DocsEditable 2844 @DocsEditable
2895 @DomName('SVGFilterElement') 2845 @DomName('SVGFilterElement')
2896 @SupportedBrowser(SupportedBrowser.CHROME) 2846 @SupportedBrowser(SupportedBrowser.CHROME)
2897 @SupportedBrowser(SupportedBrowser.FIREFOX) 2847 @SupportedBrowser(SupportedBrowser.FIREFOX)
2898 @SupportedBrowser(SupportedBrowser.IE, '10') 2848 @SupportedBrowser(SupportedBrowser.IE, '10')
2899 @SupportedBrowser(SupportedBrowser.SAFARI) 2849 @SupportedBrowser(SupportedBrowser.SAFARI)
2900 @Unstable 2850 @Unstable
2901 class FilterElement extends StyledElement implements UriReference, ExternalResou rcesRequired, LangSpace { 2851 class FilterElement extends StyledElement implements UriReference, ExternalResou rcesRequired, LangSpace {
2902 // To suppress missing implicit constructor warnings. 2852 FilterElement.internal() : super.internal();
2903 factory FilterElement._() { throw new UnsupportedError("Not supported"); }
2904 2853
2905 @DomName('SVGFilterElement.SVGFilterElement') 2854 @DomName('SVGFilterElement.SVGFilterElement')
2906 @DocsEditable 2855 @DocsEditable
2907 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter"); 2856 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter");
2908 2857
2909 /// Checks if this type is supported on the current platform. 2858 /// Checks if this type is supported on the current platform.
2910 static bool get supported => true; 2859 static bool get supported => true;
2911 2860
2912 @DomName('SVGFilterElement.filterResX') 2861 @DomName('SVGFilterElement.filterResX')
2913 @DocsEditable 2862 @DocsEditable
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
2974 // for details. All rights reserved. Use of this source code is governed by a 2923 // for details. All rights reserved. Use of this source code is governed by a
2975 // BSD-style license that can be found in the LICENSE file. 2924 // BSD-style license that can be found in the LICENSE file.
2976 2925
2977 // WARNING: Do not edit - generated code. 2926 // WARNING: Do not edit - generated code.
2978 2927
2979 2928
2980 @DocsEditable 2929 @DocsEditable
2981 @DomName('SVGFilterPrimitiveStandardAttributes') 2930 @DomName('SVGFilterPrimitiveStandardAttributes')
2982 @Unstable 2931 @Unstable
2983 class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass1 { 2932 class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass1 {
2984 // To suppress missing implicit constructor warnings. 2933 FilterPrimitiveStandardAttributes.internal();
2985 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No t supported"); }
2986 2934
2987 @DomName('SVGFilterPrimitiveStandardAttributes.height') 2935 @DomName('SVGFilterPrimitiveStandardAttributes.height')
2988 @DocsEditable 2936 @DocsEditable
2989 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_ Getter"; 2937 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_ Getter";
2990 2938
2991 @DomName('SVGFilterPrimitiveStandardAttributes.result') 2939 @DomName('SVGFilterPrimitiveStandardAttributes.result')
2992 @DocsEditable 2940 @DocsEditable
2993 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_ Getter"; 2941 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_ Getter";
2994 2942
2995 @DomName('SVGFilterPrimitiveStandardAttributes.width') 2943 @DomName('SVGFilterPrimitiveStandardAttributes.width')
(...skipping 13 matching lines...) Expand all
3009 // for details. All rights reserved. Use of this source code is governed by a 2957 // for details. All rights reserved. Use of this source code is governed by a
3010 // BSD-style license that can be found in the LICENSE file. 2958 // BSD-style license that can be found in the LICENSE file.
3011 2959
3012 // WARNING: Do not edit - generated code. 2960 // WARNING: Do not edit - generated code.
3013 2961
3014 2962
3015 @DocsEditable 2963 @DocsEditable
3016 @DomName('SVGFitToViewBox') 2964 @DomName('SVGFitToViewBox')
3017 @Unstable 2965 @Unstable
3018 class FitToViewBox extends NativeFieldWrapperClass1 { 2966 class FitToViewBox extends NativeFieldWrapperClass1 {
3019 // To suppress missing implicit constructor warnings. 2967 FitToViewBox.internal();
3020 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); }
3021 2968
3022 @DomName('SVGFitToViewBox.preserveAspectRatio') 2969 @DomName('SVGFitToViewBox.preserveAspectRatio')
3023 @DocsEditable 2970 @DocsEditable
3024 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr eserveAspectRatio_Getter"; 2971 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr eserveAspectRatio_Getter";
3025 2972
3026 @DomName('SVGFitToViewBox.viewBox') 2973 @DomName('SVGFitToViewBox.viewBox')
3027 @DocsEditable 2974 @DocsEditable
3028 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; 2975 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter";
3029 2976
3030 } 2977 }
3031 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2978 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3032 // for details. All rights reserved. Use of this source code is governed by a 2979 // for details. All rights reserved. Use of this source code is governed by a
3033 // BSD-style license that can be found in the LICENSE file. 2980 // BSD-style license that can be found in the LICENSE file.
3034 2981
3035 // WARNING: Do not edit - generated code. 2982 // WARNING: Do not edit - generated code.
3036 2983
3037 2984
3038 @DocsEditable 2985 @DocsEditable
3039 @DomName('SVGForeignObjectElement') 2986 @DomName('SVGForeignObjectElement')
3040 @SupportedBrowser(SupportedBrowser.CHROME) 2987 @SupportedBrowser(SupportedBrowser.CHROME)
3041 @SupportedBrowser(SupportedBrowser.FIREFOX) 2988 @SupportedBrowser(SupportedBrowser.FIREFOX)
3042 @SupportedBrowser(SupportedBrowser.SAFARI) 2989 @SupportedBrowser(SupportedBrowser.SAFARI)
3043 @Unstable 2990 @Unstable
3044 class ForeignObjectElement extends StyledElement implements Transformable, Tests , ExternalResourcesRequired, LangSpace { 2991 class ForeignObjectElement extends StyledElement implements Transformable, Tests , ExternalResourcesRequired, LangSpace {
3045 // To suppress missing implicit constructor warnings. 2992 ForeignObjectElement.internal() : super.internal();
3046 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported") ; }
3047 2993
3048 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') 2994 @DomName('SVGForeignObjectElement.SVGForeignObjectElement')
3049 @DocsEditable 2995 @DocsEditable
3050 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject"); 2996 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject");
3051 2997
3052 /// Checks if this type is supported on the current platform. 2998 /// Checks if this type is supported on the current platform.
3053 static bool get supported => true; 2999 static bool get supported => true;
3054 3000
3055 @DomName('SVGForeignObjectElement.height') 3001 @DomName('SVGForeignObjectElement.height')
3056 @DocsEditable 3002 @DocsEditable
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
3137 // for details. All rights reserved. Use of this source code is governed by a 3083 // for details. All rights reserved. Use of this source code is governed by a
3138 // BSD-style license that can be found in the LICENSE file. 3084 // BSD-style license that can be found in the LICENSE file.
3139 3085
3140 // WARNING: Do not edit - generated code. 3086 // WARNING: Do not edit - generated code.
3141 3087
3142 3088
3143 @DocsEditable 3089 @DocsEditable
3144 @DomName('SVGGElement') 3090 @DomName('SVGGElement')
3145 @Unstable 3091 @Unstable
3146 class GElement extends StyledElement implements Transformable, Tests, ExternalRe sourcesRequired, LangSpace { 3092 class GElement extends StyledElement implements Transformable, Tests, ExternalRe sourcesRequired, LangSpace {
3147 // To suppress missing implicit constructor warnings. 3093 GElement.internal() : super.internal();
3148 factory GElement._() { throw new UnsupportedError("Not supported"); }
3149 3094
3150 @DomName('SVGGElement.SVGGElement') 3095 @DomName('SVGGElement.SVGGElement')
3151 @DocsEditable 3096 @DocsEditable
3152 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); 3097 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g");
3153 3098
3154 @DomName('SVGGElement.externalResourcesRequired') 3099 @DomName('SVGGElement.externalResourcesRequired')
3155 @DocsEditable 3100 @DocsEditable
3156 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso urcesRequired_Getter"; 3101 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso urcesRequired_Getter";
3157 3102
3158 @DomName('SVGGElement.xmllang') 3103 @DomName('SVGGElement.xmllang')
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 // for details. All rights reserved. Use of this source code is governed by a 3165 // for details. All rights reserved. Use of this source code is governed by a
3221 // BSD-style license that can be found in the LICENSE file. 3166 // BSD-style license that can be found in the LICENSE file.
3222 3167
3223 // WARNING: Do not edit - generated code. 3168 // WARNING: Do not edit - generated code.
3224 3169
3225 3170
3226 @DocsEditable 3171 @DocsEditable
3227 @DomName('SVGImageElement') 3172 @DomName('SVGImageElement')
3228 @Unstable 3173 @Unstable
3229 class ImageElement extends StyledElement implements UriReference, Tests, Transfo rmable, ExternalResourcesRequired, LangSpace { 3174 class ImageElement extends StyledElement implements UriReference, Tests, Transfo rmable, ExternalResourcesRequired, LangSpace {
3230 // To suppress missing implicit constructor warnings. 3175 ImageElement.internal() : super.internal();
3231 factory ImageElement._() { throw new UnsupportedError("Not supported"); }
3232 3176
3233 @DomName('SVGImageElement.SVGImageElement') 3177 @DomName('SVGImageElement.SVGImageElement')
3234 @DocsEditable 3178 @DocsEditable
3235 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge"); 3179 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge");
3236 3180
3237 @DomName('SVGImageElement.height') 3181 @DomName('SVGImageElement.height')
3238 @DocsEditable 3182 @DocsEditable
3239 AnimatedLength get height native "SVGImageElement_height_Getter"; 3183 AnimatedLength get height native "SVGImageElement_height_Getter";
3240 3184
3241 @DomName('SVGImageElement.preserveAspectRatio') 3185 @DomName('SVGImageElement.preserveAspectRatio')
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3327 // for details. All rights reserved. Use of this source code is governed by a 3271 // for details. All rights reserved. Use of this source code is governed by a
3328 // BSD-style license that can be found in the LICENSE file. 3272 // BSD-style license that can be found in the LICENSE file.
3329 3273
3330 // WARNING: Do not edit - generated code. 3274 // WARNING: Do not edit - generated code.
3331 3275
3332 3276
3333 @DocsEditable 3277 @DocsEditable
3334 @DomName('SVGLangSpace') 3278 @DomName('SVGLangSpace')
3335 @Unstable 3279 @Unstable
3336 class LangSpace extends NativeFieldWrapperClass1 { 3280 class LangSpace extends NativeFieldWrapperClass1 {
3337 // To suppress missing implicit constructor warnings. 3281 LangSpace.internal();
3338 factory LangSpace._() { throw new UnsupportedError("Not supported"); }
3339 3282
3340 /// Checks if this type is supported on the current platform. 3283 /// Checks if this type is supported on the current platform.
3341 static bool supported(SvgElement element) => true; 3284 static bool supported(SvgElement element) => true;
3342 3285
3343 @DomName('SVGLangSpace.xmllang') 3286 @DomName('SVGLangSpace.xmllang')
3344 @DocsEditable 3287 @DocsEditable
3345 String get xmllang native "SVGLangSpace_xmllang_Getter"; 3288 String get xmllang native "SVGLangSpace_xmllang_Getter";
3346 3289
3347 @DomName('SVGLangSpace.xmllang') 3290 @DomName('SVGLangSpace.xmllang')
3348 @DocsEditable 3291 @DocsEditable
(...skipping 12 matching lines...) Expand all
3361 // for details. All rights reserved. Use of this source code is governed by a 3304 // for details. All rights reserved. Use of this source code is governed by a
3362 // BSD-style license that can be found in the LICENSE file. 3305 // BSD-style license that can be found in the LICENSE file.
3363 3306
3364 // WARNING: Do not edit - generated code. 3307 // WARNING: Do not edit - generated code.
3365 3308
3366 3309
3367 @DocsEditable 3310 @DocsEditable
3368 @DomName('SVGLength') 3311 @DomName('SVGLength')
3369 @Unstable 3312 @Unstable
3370 class Length extends NativeFieldWrapperClass1 { 3313 class Length extends NativeFieldWrapperClass1 {
3371 // To suppress missing implicit constructor warnings. 3314 Length.internal();
3372 factory Length._() { throw new UnsupportedError("Not supported"); }
3373 3315
3374 @DomName('SVGLength.SVG_LENGTHTYPE_CM') 3316 @DomName('SVGLength.SVG_LENGTHTYPE_CM')
3375 @DocsEditable 3317 @DocsEditable
3376 static const int SVG_LENGTHTYPE_CM = 6; 3318 static const int SVG_LENGTHTYPE_CM = 6;
3377 3319
3378 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') 3320 @DomName('SVGLength.SVG_LENGTHTYPE_EMS')
3379 @DocsEditable 3321 @DocsEditable
3380 static const int SVG_LENGTHTYPE_EMS = 3; 3322 static const int SVG_LENGTHTYPE_EMS = 3;
3381 3323
3382 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') 3324 @DomName('SVGLength.SVG_LENGTHTYPE_EXS')
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
3456 // for details. All rights reserved. Use of this source code is governed by a 3398 // for details. All rights reserved. Use of this source code is governed by a
3457 // BSD-style license that can be found in the LICENSE file. 3399 // BSD-style license that can be found in the LICENSE file.
3458 3400
3459 // WARNING: Do not edit - generated code. 3401 // WARNING: Do not edit - generated code.
3460 3402
3461 3403
3462 @DocsEditable 3404 @DocsEditable
3463 @DomName('SVGLengthList') 3405 @DomName('SVGLengthList')
3464 @Unstable 3406 @Unstable
3465 class LengthList extends NativeFieldWrapperClass1 with ListMixin<Length>, Immuta bleListMixin<Length> implements List<Length> { 3407 class LengthList extends NativeFieldWrapperClass1 with ListMixin<Length>, Immuta bleListMixin<Length> implements List<Length> {
3466 // To suppress missing implicit constructor warnings. 3408 LengthList.internal();
3467 factory LengthList._() { throw new UnsupportedError("Not supported"); }
3468 3409
3469 @DomName('SVGLengthList.numberOfItems') 3410 @DomName('SVGLengthList.numberOfItems')
3470 @DocsEditable 3411 @DocsEditable
3471 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; 3412 int get numberOfItems native "SVGLengthList_numberOfItems_Getter";
3472 3413
3473 Length operator[](int index) { 3414 Length operator[](int index) {
3474 if (index < 0 || index >= length) 3415 if (index < 0 || index >= length)
3475 throw new RangeError.range(index, 0, length); 3416 throw new RangeError.range(index, 0, length);
3476 return _nativeIndexedGetter(index); 3417 return _nativeIndexedGetter(index);
3477 } 3418 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
3550 // for details. All rights reserved. Use of this source code is governed by a 3491 // for details. All rights reserved. Use of this source code is governed by a
3551 // BSD-style license that can be found in the LICENSE file. 3492 // BSD-style license that can be found in the LICENSE file.
3552 3493
3553 // WARNING: Do not edit - generated code. 3494 // WARNING: Do not edit - generated code.
3554 3495
3555 3496
3556 @DocsEditable 3497 @DocsEditable
3557 @DomName('SVGLineElement') 3498 @DomName('SVGLineElement')
3558 @Unstable 3499 @Unstable
3559 class LineElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 3500 class LineElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace {
3560 // To suppress missing implicit constructor warnings. 3501 LineElement.internal() : super.internal();
3561 factory LineElement._() { throw new UnsupportedError("Not supported"); }
3562 3502
3563 @DomName('SVGLineElement.SVGLineElement') 3503 @DomName('SVGLineElement.SVGLineElement')
3564 @DocsEditable 3504 @DocsEditable
3565 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line "); 3505 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line ");
3566 3506
3567 @DomName('SVGLineElement.x1') 3507 @DomName('SVGLineElement.x1')
3568 @DocsEditable 3508 @DocsEditable
3569 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; 3509 AnimatedLength get x1 native "SVGLineElement_x1_Getter";
3570 3510
3571 @DomName('SVGLineElement.x2') 3511 @DomName('SVGLineElement.x2')
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
3649 // for details. All rights reserved. Use of this source code is governed by a 3589 // for details. All rights reserved. Use of this source code is governed by a
3650 // BSD-style license that can be found in the LICENSE file. 3590 // BSD-style license that can be found in the LICENSE file.
3651 3591
3652 // WARNING: Do not edit - generated code. 3592 // WARNING: Do not edit - generated code.
3653 3593
3654 3594
3655 @DocsEditable 3595 @DocsEditable
3656 @DomName('SVGLinearGradientElement') 3596 @DomName('SVGLinearGradientElement')
3657 @Unstable 3597 @Unstable
3658 class LinearGradientElement extends _GradientElement { 3598 class LinearGradientElement extends _GradientElement {
3659 // To suppress missing implicit constructor warnings. 3599 LinearGradientElement.internal() : super.internal();
3660 factory LinearGradientElement._() { throw new UnsupportedError("Not supported" ); }
3661 3600
3662 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') 3601 @DomName('SVGLinearGradientElement.SVGLinearGradientElement')
3663 @DocsEditable 3602 @DocsEditable
3664 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient"); 3603 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient");
3665 3604
3666 @DomName('SVGLinearGradientElement.x1') 3605 @DomName('SVGLinearGradientElement.x1')
3667 @DocsEditable 3606 @DocsEditable
3668 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; 3607 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter";
3669 3608
3670 @DomName('SVGLinearGradientElement.x2') 3609 @DomName('SVGLinearGradientElement.x2')
(...skipping 13 matching lines...) Expand all
3684 // for details. All rights reserved. Use of this source code is governed by a 3623 // 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. 3624 // BSD-style license that can be found in the LICENSE file.
3686 3625
3687 // WARNING: Do not edit - generated code. 3626 // WARNING: Do not edit - generated code.
3688 3627
3689 3628
3690 @DocsEditable 3629 @DocsEditable
3691 @DomName('SVGLocatable') 3630 @DomName('SVGLocatable')
3692 @Unstable 3631 @Unstable
3693 class Locatable extends NativeFieldWrapperClass1 { 3632 class Locatable extends NativeFieldWrapperClass1 {
3694 // To suppress missing implicit constructor warnings. 3633 Locatable.internal();
3695 factory Locatable._() { throw new UnsupportedError("Not supported"); }
3696 3634
3697 @DomName('SVGLocatable.farthestViewportElement') 3635 @DomName('SVGLocatable.farthestViewportElement')
3698 @DocsEditable 3636 @DocsEditable
3699 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl ement_Getter"; 3637 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl ement_Getter";
3700 3638
3701 @DomName('SVGLocatable.nearestViewportElement') 3639 @DomName('SVGLocatable.nearestViewportElement')
3702 @DocsEditable 3640 @DocsEditable
3703 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem ent_Getter"; 3641 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem ent_Getter";
3704 3642
3705 @DomName('SVGLocatable.getBBox') 3643 @DomName('SVGLocatable.getBBox')
(...skipping 17 matching lines...) Expand all
3723 // for details. All rights reserved. Use of this source code is governed by a 3661 // for details. All rights reserved. Use of this source code is governed by a
3724 // BSD-style license that can be found in the LICENSE file. 3662 // BSD-style license that can be found in the LICENSE file.
3725 3663
3726 // WARNING: Do not edit - generated code. 3664 // WARNING: Do not edit - generated code.
3727 3665
3728 3666
3729 @DocsEditable 3667 @DocsEditable
3730 @DomName('SVGMarkerElement') 3668 @DomName('SVGMarkerElement')
3731 @Unstable 3669 @Unstable
3732 class MarkerElement extends StyledElement implements FitToViewBox, ExternalResou rcesRequired, LangSpace { 3670 class MarkerElement extends StyledElement implements FitToViewBox, ExternalResou rcesRequired, LangSpace {
3733 // To suppress missing implicit constructor warnings. 3671 MarkerElement.internal() : super.internal();
3734 factory MarkerElement._() { throw new UnsupportedError("Not supported"); }
3735 3672
3736 @DomName('SVGMarkerElement.SVGMarkerElement') 3673 @DomName('SVGMarkerElement.SVGMarkerElement')
3737 @DocsEditable 3674 @DocsEditable
3738 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma rker"); 3675 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma rker");
3739 3676
3740 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH') 3677 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH')
3741 @DocsEditable 3678 @DocsEditable
3742 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; 3679 static const int SVG_MARKERUNITS_STROKEWIDTH = 2;
3743 3680
3744 @DomName('SVGMarkerElement.SVG_MARKERUNITS_UNKNOWN') 3681 @DomName('SVGMarkerElement.SVG_MARKERUNITS_UNKNOWN')
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3830 // for details. All rights reserved. Use of this source code is governed by a 3767 // for details. All rights reserved. Use of this source code is governed by a
3831 // BSD-style license that can be found in the LICENSE file. 3768 // BSD-style license that can be found in the LICENSE file.
3832 3769
3833 // WARNING: Do not edit - generated code. 3770 // WARNING: Do not edit - generated code.
3834 3771
3835 3772
3836 @DocsEditable 3773 @DocsEditable
3837 @DomName('SVGMaskElement') 3774 @DomName('SVGMaskElement')
3838 @Unstable 3775 @Unstable
3839 class MaskElement extends StyledElement implements Tests, ExternalResourcesRequi red, LangSpace { 3776 class MaskElement extends StyledElement implements Tests, ExternalResourcesRequi red, LangSpace {
3840 // To suppress missing implicit constructor warnings. 3777 MaskElement.internal() : super.internal();
3841 factory MaskElement._() { throw new UnsupportedError("Not supported"); }
3842 3778
3843 @DomName('SVGMaskElement.SVGMaskElement') 3779 @DomName('SVGMaskElement.SVGMaskElement')
3844 @DocsEditable 3780 @DocsEditable
3845 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask "); 3781 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask ");
3846 3782
3847 @DomName('SVGMaskElement.height') 3783 @DomName('SVGMaskElement.height')
3848 @DocsEditable 3784 @DocsEditable
3849 AnimatedLength get height native "SVGMaskElement_height_Getter"; 3785 AnimatedLength get height native "SVGMaskElement_height_Getter";
3850 3786
3851 @DomName('SVGMaskElement.maskContentUnits') 3787 @DomName('SVGMaskElement.maskContentUnits')
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
3909 // for details. All rights reserved. Use of this source code is governed by a 3845 // for details. All rights reserved. Use of this source code is governed by a
3910 // BSD-style license that can be found in the LICENSE file. 3846 // BSD-style license that can be found in the LICENSE file.
3911 3847
3912 // WARNING: Do not edit - generated code. 3848 // WARNING: Do not edit - generated code.
3913 3849
3914 3850
3915 @DocsEditable 3851 @DocsEditable
3916 @DomName('SVGMatrix') 3852 @DomName('SVGMatrix')
3917 @Unstable 3853 @Unstable
3918 class Matrix extends NativeFieldWrapperClass1 { 3854 class Matrix extends NativeFieldWrapperClass1 {
3919 // To suppress missing implicit constructor warnings. 3855 Matrix.internal();
3920 factory Matrix._() { throw new UnsupportedError("Not supported"); }
3921 3856
3922 @DomName('SVGMatrix.a') 3857 @DomName('SVGMatrix.a')
3923 @DocsEditable 3858 @DocsEditable
3924 num get a native "SVGMatrix_a_Getter"; 3859 num get a native "SVGMatrix_a_Getter";
3925 3860
3926 @DomName('SVGMatrix.a') 3861 @DomName('SVGMatrix.a')
3927 @DocsEditable 3862 @DocsEditable
3928 void set a(num value) native "SVGMatrix_a_Setter"; 3863 void set a(num value) native "SVGMatrix_a_Setter";
3929 3864
3930 @DomName('SVGMatrix.b') 3865 @DomName('SVGMatrix.b')
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
4016 // for details. All rights reserved. Use of this source code is governed by a 3951 // for details. All rights reserved. Use of this source code is governed by a
4017 // BSD-style license that can be found in the LICENSE file. 3952 // BSD-style license that can be found in the LICENSE file.
4018 3953
4019 // WARNING: Do not edit - generated code. 3954 // WARNING: Do not edit - generated code.
4020 3955
4021 3956
4022 @DocsEditable 3957 @DocsEditable
4023 @DomName('SVGMetadataElement') 3958 @DomName('SVGMetadataElement')
4024 @Unstable 3959 @Unstable
4025 class MetadataElement extends SvgElement { 3960 class MetadataElement extends SvgElement {
4026 // To suppress missing implicit constructor warnings. 3961 MetadataElement.internal() : super.internal();
4027 factory MetadataElement._() { throw new UnsupportedError("Not supported"); }
4028 3962
4029 } 3963 }
4030 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3964 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4031 // for details. All rights reserved. Use of this source code is governed by a 3965 // for details. All rights reserved. Use of this source code is governed by a
4032 // BSD-style license that can be found in the LICENSE file. 3966 // BSD-style license that can be found in the LICENSE file.
4033 3967
4034 // WARNING: Do not edit - generated code. 3968 // WARNING: Do not edit - generated code.
4035 3969
4036 3970
4037 @DocsEditable 3971 @DocsEditable
4038 @DomName('SVGNumber') 3972 @DomName('SVGNumber')
4039 @Unstable 3973 @Unstable
4040 class Number extends NativeFieldWrapperClass1 { 3974 class Number extends NativeFieldWrapperClass1 {
4041 // To suppress missing implicit constructor warnings. 3975 Number.internal();
4042 factory Number._() { throw new UnsupportedError("Not supported"); }
4043 3976
4044 @DomName('SVGNumber.value') 3977 @DomName('SVGNumber.value')
4045 @DocsEditable 3978 @DocsEditable
4046 num get value native "SVGNumber_value_Getter"; 3979 num get value native "SVGNumber_value_Getter";
4047 3980
4048 @DomName('SVGNumber.value') 3981 @DomName('SVGNumber.value')
4049 @DocsEditable 3982 @DocsEditable
4050 void set value(num value) native "SVGNumber_value_Setter"; 3983 void set value(num value) native "SVGNumber_value_Setter";
4051 3984
4052 } 3985 }
4053 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3986 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4054 // for details. All rights reserved. Use of this source code is governed by a 3987 // for details. All rights reserved. Use of this source code is governed by a
4055 // BSD-style license that can be found in the LICENSE file. 3988 // BSD-style license that can be found in the LICENSE file.
4056 3989
4057 // WARNING: Do not edit - generated code. 3990 // WARNING: Do not edit - generated code.
4058 3991
4059 3992
4060 @DocsEditable 3993 @DocsEditable
4061 @DomName('SVGNumberList') 3994 @DomName('SVGNumberList')
4062 @Unstable 3995 @Unstable
4063 class NumberList extends NativeFieldWrapperClass1 with ListMixin<Number>, Immuta bleListMixin<Number> implements List<Number> { 3996 class NumberList extends NativeFieldWrapperClass1 with ListMixin<Number>, Immuta bleListMixin<Number> implements List<Number> {
4064 // To suppress missing implicit constructor warnings. 3997 NumberList.internal();
4065 factory NumberList._() { throw new UnsupportedError("Not supported"); }
4066 3998
4067 @DomName('SVGNumberList.numberOfItems') 3999 @DomName('SVGNumberList.numberOfItems')
4068 @DocsEditable 4000 @DocsEditable
4069 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; 4001 int get numberOfItems native "SVGNumberList_numberOfItems_Getter";
4070 4002
4071 Number operator[](int index) { 4003 Number operator[](int index) {
4072 if (index < 0 || index >= length) 4004 if (index < 0 || index >= length)
4073 throw new RangeError.range(index, 0, length); 4005 throw new RangeError.range(index, 0, length);
4074 return _nativeIndexedGetter(index); 4006 return _nativeIndexedGetter(index);
4075 } 4007 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
4148 // for details. All rights reserved. Use of this source code is governed by a 4080 // for details. All rights reserved. Use of this source code is governed by a
4149 // BSD-style license that can be found in the LICENSE file. 4081 // BSD-style license that can be found in the LICENSE file.
4150 4082
4151 // WARNING: Do not edit - generated code. 4083 // WARNING: Do not edit - generated code.
4152 4084
4153 4085
4154 @DocsEditable 4086 @DocsEditable
4155 @DomName('SVGPathElement') 4087 @DomName('SVGPathElement')
4156 @Unstable 4088 @Unstable
4157 class PathElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 4089 class PathElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace {
4158 // To suppress missing implicit constructor warnings. 4090 PathElement.internal() : super.internal();
4159 factory PathElement._() { throw new UnsupportedError("Not supported"); }
4160 4091
4161 @DomName('SVGPathElement.SVGPathElement') 4092 @DomName('SVGPathElement.SVGPathElement')
4162 @DocsEditable 4093 @DocsEditable
4163 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path "); 4094 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path ");
4164 4095
4165 @DomName('SVGPathElement.animatedNormalizedPathSegList') 4096 @DomName('SVGPathElement.animatedNormalizedPathSegList')
4166 @DocsEditable 4097 @DocsEditable
4167 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN ormalizedPathSegList_Getter"; 4098 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN ormalizedPathSegList_Getter";
4168 4099
4169 @DomName('SVGPathElement.animatedPathSegList') 4100 @DomName('SVGPathElement.animatedPathSegList')
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
4339 // for details. All rights reserved. Use of this source code is governed by a 4270 // for details. All rights reserved. Use of this source code is governed by a
4340 // BSD-style license that can be found in the LICENSE file. 4271 // BSD-style license that can be found in the LICENSE file.
4341 4272
4342 // WARNING: Do not edit - generated code. 4273 // WARNING: Do not edit - generated code.
4343 4274
4344 4275
4345 @DocsEditable 4276 @DocsEditable
4346 @DomName('SVGPathSeg') 4277 @DomName('SVGPathSeg')
4347 @Unstable 4278 @Unstable
4348 class PathSeg extends NativeFieldWrapperClass1 { 4279 class PathSeg extends NativeFieldWrapperClass1 {
4349 // To suppress missing implicit constructor warnings. 4280 PathSeg.internal();
4350 factory PathSeg._() { throw new UnsupportedError("Not supported"); }
4351 4281
4352 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') 4282 @DomName('SVGPathSeg.PATHSEG_ARC_ABS')
4353 @DocsEditable 4283 @DocsEditable
4354 static const int PATHSEG_ARC_ABS = 10; 4284 static const int PATHSEG_ARC_ABS = 10;
4355 4285
4356 @DomName('SVGPathSeg.PATHSEG_ARC_REL') 4286 @DomName('SVGPathSeg.PATHSEG_ARC_REL')
4357 @DocsEditable 4287 @DocsEditable
4358 static const int PATHSEG_ARC_REL = 11; 4288 static const int PATHSEG_ARC_REL = 11;
4359 4289
4360 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') 4290 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH')
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
4442 // for details. All rights reserved. Use of this source code is governed by a 4372 // for details. All rights reserved. Use of this source code is governed by a
4443 // BSD-style license that can be found in the LICENSE file. 4373 // BSD-style license that can be found in the LICENSE file.
4444 4374
4445 // WARNING: Do not edit - generated code. 4375 // WARNING: Do not edit - generated code.
4446 4376
4447 4377
4448 @DocsEditable 4378 @DocsEditable
4449 @DomName('SVGPathSegArcAbs') 4379 @DomName('SVGPathSegArcAbs')
4450 @Unstable 4380 @Unstable
4451 class PathSegArcAbs extends PathSeg { 4381 class PathSegArcAbs extends PathSeg {
4452 // To suppress missing implicit constructor warnings. 4382 PathSegArcAbs.internal() : super.internal();
4453 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); }
4454 4383
4455 @DomName('SVGPathSegArcAbs.angle') 4384 @DomName('SVGPathSegArcAbs.angle')
4456 @DocsEditable 4385 @DocsEditable
4457 num get angle native "SVGPathSegArcAbs_angle_Getter"; 4386 num get angle native "SVGPathSegArcAbs_angle_Getter";
4458 4387
4459 @DomName('SVGPathSegArcAbs.angle') 4388 @DomName('SVGPathSegArcAbs.angle')
4460 @DocsEditable 4389 @DocsEditable
4461 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; 4390 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter";
4462 4391
4463 @DomName('SVGPathSegArcAbs.largeArcFlag') 4392 @DomName('SVGPathSegArcAbs.largeArcFlag')
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
4513 // for details. All rights reserved. Use of this source code is governed by a 4442 // for details. All rights reserved. Use of this source code is governed by a
4514 // BSD-style license that can be found in the LICENSE file. 4443 // BSD-style license that can be found in the LICENSE file.
4515 4444
4516 // WARNING: Do not edit - generated code. 4445 // WARNING: Do not edit - generated code.
4517 4446
4518 4447
4519 @DocsEditable 4448 @DocsEditable
4520 @DomName('SVGPathSegArcRel') 4449 @DomName('SVGPathSegArcRel')
4521 @Unstable 4450 @Unstable
4522 class PathSegArcRel extends PathSeg { 4451 class PathSegArcRel extends PathSeg {
4523 // To suppress missing implicit constructor warnings. 4452 PathSegArcRel.internal() : super.internal();
4524 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); }
4525 4453
4526 @DomName('SVGPathSegArcRel.angle') 4454 @DomName('SVGPathSegArcRel.angle')
4527 @DocsEditable 4455 @DocsEditable
4528 num get angle native "SVGPathSegArcRel_angle_Getter"; 4456 num get angle native "SVGPathSegArcRel_angle_Getter";
4529 4457
4530 @DomName('SVGPathSegArcRel.angle') 4458 @DomName('SVGPathSegArcRel.angle')
4531 @DocsEditable 4459 @DocsEditable
4532 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; 4460 void set angle(num value) native "SVGPathSegArcRel_angle_Setter";
4533 4461
4534 @DomName('SVGPathSegArcRel.largeArcFlag') 4462 @DomName('SVGPathSegArcRel.largeArcFlag')
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
4584 // for details. All rights reserved. Use of this source code is governed by a 4512 // for details. All rights reserved. Use of this source code is governed by a
4585 // BSD-style license that can be found in the LICENSE file. 4513 // BSD-style license that can be found in the LICENSE file.
4586 4514
4587 // WARNING: Do not edit - generated code. 4515 // WARNING: Do not edit - generated code.
4588 4516
4589 4517
4590 @DocsEditable 4518 @DocsEditable
4591 @DomName('SVGPathSegClosePath') 4519 @DomName('SVGPathSegClosePath')
4592 @Unstable 4520 @Unstable
4593 class PathSegClosePath extends PathSeg { 4521 class PathSegClosePath extends PathSeg {
4594 // To suppress missing implicit constructor warnings. 4522 PathSegClosePath.internal() : super.internal();
4595 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); }
4596 4523
4597 } 4524 }
4598 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4525 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4599 // for details. All rights reserved. Use of this source code is governed by a 4526 // for details. All rights reserved. Use of this source code is governed by a
4600 // BSD-style license that can be found in the LICENSE file. 4527 // BSD-style license that can be found in the LICENSE file.
4601 4528
4602 // WARNING: Do not edit - generated code. 4529 // WARNING: Do not edit - generated code.
4603 4530
4604 4531
4605 @DocsEditable 4532 @DocsEditable
4606 @DomName('SVGPathSegCurvetoCubicAbs') 4533 @DomName('SVGPathSegCurvetoCubicAbs')
4607 @Unstable 4534 @Unstable
4608 class PathSegCurvetoCubicAbs extends PathSeg { 4535 class PathSegCurvetoCubicAbs extends PathSeg {
4609 // To suppress missing implicit constructor warnings. 4536 PathSegCurvetoCubicAbs.internal() : super.internal();
4610 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported "); }
4611 4537
4612 @DomName('SVGPathSegCurvetoCubicAbs.x') 4538 @DomName('SVGPathSegCurvetoCubicAbs.x')
4613 @DocsEditable 4539 @DocsEditable
4614 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; 4540 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter";
4615 4541
4616 @DomName('SVGPathSegCurvetoCubicAbs.x') 4542 @DomName('SVGPathSegCurvetoCubicAbs.x')
4617 @DocsEditable 4543 @DocsEditable
4618 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; 4544 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter";
4619 4545
4620 @DomName('SVGPathSegCurvetoCubicAbs.x1') 4546 @DomName('SVGPathSegCurvetoCubicAbs.x1')
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
4662 // for details. All rights reserved. Use of this source code is governed by a 4588 // for details. All rights reserved. Use of this source code is governed by a
4663 // BSD-style license that can be found in the LICENSE file. 4589 // BSD-style license that can be found in the LICENSE file.
4664 4590
4665 // WARNING: Do not edit - generated code. 4591 // WARNING: Do not edit - generated code.
4666 4592
4667 4593
4668 @DocsEditable 4594 @DocsEditable
4669 @DomName('SVGPathSegCurvetoCubicRel') 4595 @DomName('SVGPathSegCurvetoCubicRel')
4670 @Unstable 4596 @Unstable
4671 class PathSegCurvetoCubicRel extends PathSeg { 4597 class PathSegCurvetoCubicRel extends PathSeg {
4672 // To suppress missing implicit constructor warnings. 4598 PathSegCurvetoCubicRel.internal() : super.internal();
4673 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported "); }
4674 4599
4675 @DomName('SVGPathSegCurvetoCubicRel.x') 4600 @DomName('SVGPathSegCurvetoCubicRel.x')
4676 @DocsEditable 4601 @DocsEditable
4677 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; 4602 num get x native "SVGPathSegCurvetoCubicRel_x_Getter";
4678 4603
4679 @DomName('SVGPathSegCurvetoCubicRel.x') 4604 @DomName('SVGPathSegCurvetoCubicRel.x')
4680 @DocsEditable 4605 @DocsEditable
4681 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; 4606 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter";
4682 4607
4683 @DomName('SVGPathSegCurvetoCubicRel.x1') 4608 @DomName('SVGPathSegCurvetoCubicRel.x1')
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
4725 // for details. All rights reserved. Use of this source code is governed by a 4650 // for details. All rights reserved. Use of this source code is governed by a
4726 // BSD-style license that can be found in the LICENSE file. 4651 // BSD-style license that can be found in the LICENSE file.
4727 4652
4728 // WARNING: Do not edit - generated code. 4653 // WARNING: Do not edit - generated code.
4729 4654
4730 4655
4731 @DocsEditable 4656 @DocsEditable
4732 @DomName('SVGPathSegCurvetoCubicSmoothAbs') 4657 @DomName('SVGPathSegCurvetoCubicSmoothAbs')
4733 @Unstable 4658 @Unstable
4734 class PathSegCurvetoCubicSmoothAbs extends PathSeg { 4659 class PathSegCurvetoCubicSmoothAbs extends PathSeg {
4735 // To suppress missing implicit constructor warnings. 4660 PathSegCurvetoCubicSmoothAbs.internal() : super.internal();
4736 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup ported"); }
4737 4661
4738 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') 4662 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
4739 @DocsEditable 4663 @DocsEditable
4740 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; 4664 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter";
4741 4665
4742 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') 4666 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
4743 @DocsEditable 4667 @DocsEditable
4744 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; 4668 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter";
4745 4669
4746 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') 4670 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2')
(...skipping 25 matching lines...) Expand all
4772 // for details. All rights reserved. Use of this source code is governed by a 4696 // for details. All rights reserved. Use of this source code is governed by a
4773 // BSD-style license that can be found in the LICENSE file. 4697 // BSD-style license that can be found in the LICENSE file.
4774 4698
4775 // WARNING: Do not edit - generated code. 4699 // WARNING: Do not edit - generated code.
4776 4700
4777 4701
4778 @DocsEditable 4702 @DocsEditable
4779 @DomName('SVGPathSegCurvetoCubicSmoothRel') 4703 @DomName('SVGPathSegCurvetoCubicSmoothRel')
4780 @Unstable 4704 @Unstable
4781 class PathSegCurvetoCubicSmoothRel extends PathSeg { 4705 class PathSegCurvetoCubicSmoothRel extends PathSeg {
4782 // To suppress missing implicit constructor warnings. 4706 PathSegCurvetoCubicSmoothRel.internal() : super.internal();
4783 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup ported"); }
4784 4707
4785 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') 4708 @DomName('SVGPathSegCurvetoCubicSmoothRel.x')
4786 @DocsEditable 4709 @DocsEditable
4787 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; 4710 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter";
4788 4711
4789 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') 4712 @DomName('SVGPathSegCurvetoCubicSmoothRel.x')
4790 @DocsEditable 4713 @DocsEditable
4791 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; 4714 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter";
4792 4715
4793 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') 4716 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
(...skipping 25 matching lines...) Expand all
4819 // for details. All rights reserved. Use of this source code is governed by a 4742 // for details. All rights reserved. Use of this source code is governed by a
4820 // BSD-style license that can be found in the LICENSE file. 4743 // BSD-style license that can be found in the LICENSE file.
4821 4744
4822 // WARNING: Do not edit - generated code. 4745 // WARNING: Do not edit - generated code.
4823 4746
4824 4747
4825 @DocsEditable 4748 @DocsEditable
4826 @DomName('SVGPathSegCurvetoQuadraticAbs') 4749 @DomName('SVGPathSegCurvetoQuadraticAbs')
4827 @Unstable 4750 @Unstable
4828 class PathSegCurvetoQuadraticAbs extends PathSeg { 4751 class PathSegCurvetoQuadraticAbs extends PathSeg {
4829 // To suppress missing implicit constructor warnings. 4752 PathSegCurvetoQuadraticAbs.internal() : super.internal();
4830 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo rted"); }
4831 4753
4832 @DomName('SVGPathSegCurvetoQuadraticAbs.x') 4754 @DomName('SVGPathSegCurvetoQuadraticAbs.x')
4833 @DocsEditable 4755 @DocsEditable
4834 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; 4756 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter";
4835 4757
4836 @DomName('SVGPathSegCurvetoQuadraticAbs.x') 4758 @DomName('SVGPathSegCurvetoQuadraticAbs.x')
4837 @DocsEditable 4759 @DocsEditable
4838 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; 4760 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter";
4839 4761
4840 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') 4762 @DomName('SVGPathSegCurvetoQuadraticAbs.x1')
(...skipping 25 matching lines...) Expand all
4866 // for details. All rights reserved. Use of this source code is governed by a 4788 // for details. All rights reserved. Use of this source code is governed by a
4867 // BSD-style license that can be found in the LICENSE file. 4789 // BSD-style license that can be found in the LICENSE file.
4868 4790
4869 // WARNING: Do not edit - generated code. 4791 // WARNING: Do not edit - generated code.
4870 4792
4871 4793
4872 @DocsEditable 4794 @DocsEditable
4873 @DomName('SVGPathSegCurvetoQuadraticRel') 4795 @DomName('SVGPathSegCurvetoQuadraticRel')
4874 @Unstable 4796 @Unstable
4875 class PathSegCurvetoQuadraticRel extends PathSeg { 4797 class PathSegCurvetoQuadraticRel extends PathSeg {
4876 // To suppress missing implicit constructor warnings. 4798 PathSegCurvetoQuadraticRel.internal() : super.internal();
4877 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo rted"); }
4878 4799
4879 @DomName('SVGPathSegCurvetoQuadraticRel.x') 4800 @DomName('SVGPathSegCurvetoQuadraticRel.x')
4880 @DocsEditable 4801 @DocsEditable
4881 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; 4802 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter";
4882 4803
4883 @DomName('SVGPathSegCurvetoQuadraticRel.x') 4804 @DomName('SVGPathSegCurvetoQuadraticRel.x')
4884 @DocsEditable 4805 @DocsEditable
4885 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; 4806 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter";
4886 4807
4887 @DomName('SVGPathSegCurvetoQuadraticRel.x1') 4808 @DomName('SVGPathSegCurvetoQuadraticRel.x1')
(...skipping 25 matching lines...) Expand all
4913 // for details. All rights reserved. Use of this source code is governed by a 4834 // for details. All rights reserved. Use of this source code is governed by a
4914 // BSD-style license that can be found in the LICENSE file. 4835 // BSD-style license that can be found in the LICENSE file.
4915 4836
4916 // WARNING: Do not edit - generated code. 4837 // WARNING: Do not edit - generated code.
4917 4838
4918 4839
4919 @DocsEditable 4840 @DocsEditable
4920 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') 4841 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs')
4921 @Unstable 4842 @Unstable
4922 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { 4843 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg {
4923 // To suppress missing implicit constructor warnings. 4844 PathSegCurvetoQuadraticSmoothAbs.internal() : super.internal();
4924 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not supported"); }
4925 4845
4926 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') 4846 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
4927 @DocsEditable 4847 @DocsEditable
4928 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; 4848 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter";
4929 4849
4930 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') 4850 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
4931 @DocsEditable 4851 @DocsEditable
4932 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; 4852 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter";
4933 4853
4934 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') 4854 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
4935 @DocsEditable 4855 @DocsEditable
4936 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; 4856 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter";
4937 4857
4938 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') 4858 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
4939 @DocsEditable 4859 @DocsEditable
4940 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; 4860 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter";
4941 4861
4942 } 4862 }
4943 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4863 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4944 // for details. All rights reserved. Use of this source code is governed by a 4864 // for details. All rights reserved. Use of this source code is governed by a
4945 // BSD-style license that can be found in the LICENSE file. 4865 // BSD-style license that can be found in the LICENSE file.
4946 4866
4947 // WARNING: Do not edit - generated code. 4867 // WARNING: Do not edit - generated code.
4948 4868
4949 4869
4950 @DocsEditable 4870 @DocsEditable
4951 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') 4871 @DomName('SVGPathSegCurvetoQuadraticSmoothRel')
4952 @Unstable 4872 @Unstable
4953 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { 4873 class PathSegCurvetoQuadraticSmoothRel extends PathSeg {
4954 // To suppress missing implicit constructor warnings. 4874 PathSegCurvetoQuadraticSmoothRel.internal() : super.internal();
4955 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not supported"); }
4956 4875
4957 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') 4876 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
4958 @DocsEditable 4877 @DocsEditable
4959 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; 4878 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter";
4960 4879
4961 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') 4880 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
4962 @DocsEditable 4881 @DocsEditable
4963 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; 4882 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter";
4964 4883
4965 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') 4884 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
4966 @DocsEditable 4885 @DocsEditable
4967 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; 4886 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter";
4968 4887
4969 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') 4888 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
4970 @DocsEditable 4889 @DocsEditable
4971 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; 4890 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter";
4972 4891
4973 } 4892 }
4974 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4893 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4975 // for details. All rights reserved. Use of this source code is governed by a 4894 // for details. All rights reserved. Use of this source code is governed by a
4976 // BSD-style license that can be found in the LICENSE file. 4895 // BSD-style license that can be found in the LICENSE file.
4977 4896
4978 // WARNING: Do not edit - generated code. 4897 // WARNING: Do not edit - generated code.
4979 4898
4980 4899
4981 @DocsEditable 4900 @DocsEditable
4982 @DomName('SVGPathSegLinetoAbs') 4901 @DomName('SVGPathSegLinetoAbs')
4983 @Unstable 4902 @Unstable
4984 class PathSegLinetoAbs extends PathSeg { 4903 class PathSegLinetoAbs extends PathSeg {
4985 // To suppress missing implicit constructor warnings. 4904 PathSegLinetoAbs.internal() : super.internal();
4986 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); }
4987 4905
4988 @DomName('SVGPathSegLinetoAbs.x') 4906 @DomName('SVGPathSegLinetoAbs.x')
4989 @DocsEditable 4907 @DocsEditable
4990 num get x native "SVGPathSegLinetoAbs_x_Getter"; 4908 num get x native "SVGPathSegLinetoAbs_x_Getter";
4991 4909
4992 @DomName('SVGPathSegLinetoAbs.x') 4910 @DomName('SVGPathSegLinetoAbs.x')
4993 @DocsEditable 4911 @DocsEditable
4994 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; 4912 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter";
4995 4913
4996 @DomName('SVGPathSegLinetoAbs.y') 4914 @DomName('SVGPathSegLinetoAbs.y')
4997 @DocsEditable 4915 @DocsEditable
4998 num get y native "SVGPathSegLinetoAbs_y_Getter"; 4916 num get y native "SVGPathSegLinetoAbs_y_Getter";
4999 4917
5000 @DomName('SVGPathSegLinetoAbs.y') 4918 @DomName('SVGPathSegLinetoAbs.y')
5001 @DocsEditable 4919 @DocsEditable
5002 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; 4920 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter";
5003 4921
5004 } 4922 }
5005 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4923 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5006 // for details. All rights reserved. Use of this source code is governed by a 4924 // for details. All rights reserved. Use of this source code is governed by a
5007 // BSD-style license that can be found in the LICENSE file. 4925 // BSD-style license that can be found in the LICENSE file.
5008 4926
5009 // WARNING: Do not edit - generated code. 4927 // WARNING: Do not edit - generated code.
5010 4928
5011 4929
5012 @DocsEditable 4930 @DocsEditable
5013 @DomName('SVGPathSegLinetoHorizontalAbs') 4931 @DomName('SVGPathSegLinetoHorizontalAbs')
5014 @Unstable 4932 @Unstable
5015 class PathSegLinetoHorizontalAbs extends PathSeg { 4933 class PathSegLinetoHorizontalAbs extends PathSeg {
5016 // To suppress missing implicit constructor warnings. 4934 PathSegLinetoHorizontalAbs.internal() : super.internal();
5017 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo rted"); }
5018 4935
5019 @DomName('SVGPathSegLinetoHorizontalAbs.x') 4936 @DomName('SVGPathSegLinetoHorizontalAbs.x')
5020 @DocsEditable 4937 @DocsEditable
5021 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; 4938 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter";
5022 4939
5023 @DomName('SVGPathSegLinetoHorizontalAbs.x') 4940 @DomName('SVGPathSegLinetoHorizontalAbs.x')
5024 @DocsEditable 4941 @DocsEditable
5025 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; 4942 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter";
5026 4943
5027 } 4944 }
5028 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5029 // for details. All rights reserved. Use of this source code is governed by a 4946 // for details. All rights reserved. Use of this source code is governed by a
5030 // BSD-style license that can be found in the LICENSE file. 4947 // BSD-style license that can be found in the LICENSE file.
5031 4948
5032 // WARNING: Do not edit - generated code. 4949 // WARNING: Do not edit - generated code.
5033 4950
5034 4951
5035 @DocsEditable 4952 @DocsEditable
5036 @DomName('SVGPathSegLinetoHorizontalRel') 4953 @DomName('SVGPathSegLinetoHorizontalRel')
5037 @Unstable 4954 @Unstable
5038 class PathSegLinetoHorizontalRel extends PathSeg { 4955 class PathSegLinetoHorizontalRel extends PathSeg {
5039 // To suppress missing implicit constructor warnings. 4956 PathSegLinetoHorizontalRel.internal() : super.internal();
5040 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo rted"); }
5041 4957
5042 @DomName('SVGPathSegLinetoHorizontalRel.x') 4958 @DomName('SVGPathSegLinetoHorizontalRel.x')
5043 @DocsEditable 4959 @DocsEditable
5044 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; 4960 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter";
5045 4961
5046 @DomName('SVGPathSegLinetoHorizontalRel.x') 4962 @DomName('SVGPathSegLinetoHorizontalRel.x')
5047 @DocsEditable 4963 @DocsEditable
5048 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; 4964 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter";
5049 4965
5050 } 4966 }
5051 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4967 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5052 // for details. All rights reserved. Use of this source code is governed by a 4968 // for details. All rights reserved. Use of this source code is governed by a
5053 // BSD-style license that can be found in the LICENSE file. 4969 // BSD-style license that can be found in the LICENSE file.
5054 4970
5055 // WARNING: Do not edit - generated code. 4971 // WARNING: Do not edit - generated code.
5056 4972
5057 4973
5058 @DocsEditable 4974 @DocsEditable
5059 @DomName('SVGPathSegLinetoRel') 4975 @DomName('SVGPathSegLinetoRel')
5060 @Unstable 4976 @Unstable
5061 class PathSegLinetoRel extends PathSeg { 4977 class PathSegLinetoRel extends PathSeg {
5062 // To suppress missing implicit constructor warnings. 4978 PathSegLinetoRel.internal() : super.internal();
5063 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); }
5064 4979
5065 @DomName('SVGPathSegLinetoRel.x') 4980 @DomName('SVGPathSegLinetoRel.x')
5066 @DocsEditable 4981 @DocsEditable
5067 num get x native "SVGPathSegLinetoRel_x_Getter"; 4982 num get x native "SVGPathSegLinetoRel_x_Getter";
5068 4983
5069 @DomName('SVGPathSegLinetoRel.x') 4984 @DomName('SVGPathSegLinetoRel.x')
5070 @DocsEditable 4985 @DocsEditable
5071 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; 4986 void set x(num value) native "SVGPathSegLinetoRel_x_Setter";
5072 4987
5073 @DomName('SVGPathSegLinetoRel.y') 4988 @DomName('SVGPathSegLinetoRel.y')
5074 @DocsEditable 4989 @DocsEditable
5075 num get y native "SVGPathSegLinetoRel_y_Getter"; 4990 num get y native "SVGPathSegLinetoRel_y_Getter";
5076 4991
5077 @DomName('SVGPathSegLinetoRel.y') 4992 @DomName('SVGPathSegLinetoRel.y')
5078 @DocsEditable 4993 @DocsEditable
5079 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; 4994 void set y(num value) native "SVGPathSegLinetoRel_y_Setter";
5080 4995
5081 } 4996 }
5082 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4997 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5083 // for details. All rights reserved. Use of this source code is governed by a 4998 // for details. All rights reserved. Use of this source code is governed by a
5084 // BSD-style license that can be found in the LICENSE file. 4999 // BSD-style license that can be found in the LICENSE file.
5085 5000
5086 // WARNING: Do not edit - generated code. 5001 // WARNING: Do not edit - generated code.
5087 5002
5088 5003
5089 @DocsEditable 5004 @DocsEditable
5090 @DomName('SVGPathSegLinetoVerticalAbs') 5005 @DomName('SVGPathSegLinetoVerticalAbs')
5091 @Unstable 5006 @Unstable
5092 class PathSegLinetoVerticalAbs extends PathSeg { 5007 class PathSegLinetoVerticalAbs extends PathSeg {
5093 // To suppress missing implicit constructor warnings. 5008 PathSegLinetoVerticalAbs.internal() : super.internal();
5094 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support ed"); }
5095 5009
5096 @DomName('SVGPathSegLinetoVerticalAbs.y') 5010 @DomName('SVGPathSegLinetoVerticalAbs.y')
5097 @DocsEditable 5011 @DocsEditable
5098 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; 5012 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter";
5099 5013
5100 @DomName('SVGPathSegLinetoVerticalAbs.y') 5014 @DomName('SVGPathSegLinetoVerticalAbs.y')
5101 @DocsEditable 5015 @DocsEditable
5102 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; 5016 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter";
5103 5017
5104 } 5018 }
5105 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5019 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5106 // for details. All rights reserved. Use of this source code is governed by a 5020 // for details. All rights reserved. Use of this source code is governed by a
5107 // BSD-style license that can be found in the LICENSE file. 5021 // BSD-style license that can be found in the LICENSE file.
5108 5022
5109 // WARNING: Do not edit - generated code. 5023 // WARNING: Do not edit - generated code.
5110 5024
5111 5025
5112 @DocsEditable 5026 @DocsEditable
5113 @DomName('SVGPathSegLinetoVerticalRel') 5027 @DomName('SVGPathSegLinetoVerticalRel')
5114 @Unstable 5028 @Unstable
5115 class PathSegLinetoVerticalRel extends PathSeg { 5029 class PathSegLinetoVerticalRel extends PathSeg {
5116 // To suppress missing implicit constructor warnings. 5030 PathSegLinetoVerticalRel.internal() : super.internal();
5117 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support ed"); }
5118 5031
5119 @DomName('SVGPathSegLinetoVerticalRel.y') 5032 @DomName('SVGPathSegLinetoVerticalRel.y')
5120 @DocsEditable 5033 @DocsEditable
5121 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; 5034 num get y native "SVGPathSegLinetoVerticalRel_y_Getter";
5122 5035
5123 @DomName('SVGPathSegLinetoVerticalRel.y') 5036 @DomName('SVGPathSegLinetoVerticalRel.y')
5124 @DocsEditable 5037 @DocsEditable
5125 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; 5038 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter";
5126 5039
5127 } 5040 }
5128 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5041 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5129 // for details. All rights reserved. Use of this source code is governed by a 5042 // for details. All rights reserved. Use of this source code is governed by a
5130 // BSD-style license that can be found in the LICENSE file. 5043 // BSD-style license that can be found in the LICENSE file.
5131 5044
5132 // WARNING: Do not edit - generated code. 5045 // WARNING: Do not edit - generated code.
5133 5046
5134 5047
5135 @DocsEditable 5048 @DocsEditable
5136 @DomName('SVGPathSegList') 5049 @DomName('SVGPathSegList')
5137 @Unstable 5050 @Unstable
5138 class PathSegList extends NativeFieldWrapperClass1 with ListMixin<PathSeg>, Immu tableListMixin<PathSeg> implements List<PathSeg> { 5051 class PathSegList extends NativeFieldWrapperClass1 with ListMixin<PathSeg>, Immu tableListMixin<PathSeg> implements List<PathSeg> {
5139 // To suppress missing implicit constructor warnings. 5052 PathSegList.internal();
5140 factory PathSegList._() { throw new UnsupportedError("Not supported"); }
5141 5053
5142 @DomName('SVGPathSegList.numberOfItems') 5054 @DomName('SVGPathSegList.numberOfItems')
5143 @DocsEditable 5055 @DocsEditable
5144 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; 5056 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter";
5145 5057
5146 PathSeg operator[](int index) { 5058 PathSeg operator[](int index) {
5147 if (index < 0 || index >= length) 5059 if (index < 0 || index >= length)
5148 throw new RangeError.range(index, 0, length); 5060 throw new RangeError.range(index, 0, length);
5149 return _nativeIndexedGetter(index); 5061 return _nativeIndexedGetter(index);
5150 } 5062 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
5223 // for details. All rights reserved. Use of this source code is governed by a 5135 // for details. All rights reserved. Use of this source code is governed by a
5224 // BSD-style license that can be found in the LICENSE file. 5136 // BSD-style license that can be found in the LICENSE file.
5225 5137
5226 // WARNING: Do not edit - generated code. 5138 // WARNING: Do not edit - generated code.
5227 5139
5228 5140
5229 @DocsEditable 5141 @DocsEditable
5230 @DomName('SVGPathSegMovetoAbs') 5142 @DomName('SVGPathSegMovetoAbs')
5231 @Unstable 5143 @Unstable
5232 class PathSegMovetoAbs extends PathSeg { 5144 class PathSegMovetoAbs extends PathSeg {
5233 // To suppress missing implicit constructor warnings. 5145 PathSegMovetoAbs.internal() : super.internal();
5234 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); }
5235 5146
5236 @DomName('SVGPathSegMovetoAbs.x') 5147 @DomName('SVGPathSegMovetoAbs.x')
5237 @DocsEditable 5148 @DocsEditable
5238 num get x native "SVGPathSegMovetoAbs_x_Getter"; 5149 num get x native "SVGPathSegMovetoAbs_x_Getter";
5239 5150
5240 @DomName('SVGPathSegMovetoAbs.x') 5151 @DomName('SVGPathSegMovetoAbs.x')
5241 @DocsEditable 5152 @DocsEditable
5242 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; 5153 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter";
5243 5154
5244 @DomName('SVGPathSegMovetoAbs.y') 5155 @DomName('SVGPathSegMovetoAbs.y')
5245 @DocsEditable 5156 @DocsEditable
5246 num get y native "SVGPathSegMovetoAbs_y_Getter"; 5157 num get y native "SVGPathSegMovetoAbs_y_Getter";
5247 5158
5248 @DomName('SVGPathSegMovetoAbs.y') 5159 @DomName('SVGPathSegMovetoAbs.y')
5249 @DocsEditable 5160 @DocsEditable
5250 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; 5161 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter";
5251 5162
5252 } 5163 }
5253 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5164 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5254 // for details. All rights reserved. Use of this source code is governed by a 5165 // for details. All rights reserved. Use of this source code is governed by a
5255 // BSD-style license that can be found in the LICENSE file. 5166 // BSD-style license that can be found in the LICENSE file.
5256 5167
5257 // WARNING: Do not edit - generated code. 5168 // WARNING: Do not edit - generated code.
5258 5169
5259 5170
5260 @DocsEditable 5171 @DocsEditable
5261 @DomName('SVGPathSegMovetoRel') 5172 @DomName('SVGPathSegMovetoRel')
5262 @Unstable 5173 @Unstable
5263 class PathSegMovetoRel extends PathSeg { 5174 class PathSegMovetoRel extends PathSeg {
5264 // To suppress missing implicit constructor warnings. 5175 PathSegMovetoRel.internal() : super.internal();
5265 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); }
5266 5176
5267 @DomName('SVGPathSegMovetoRel.x') 5177 @DomName('SVGPathSegMovetoRel.x')
5268 @DocsEditable 5178 @DocsEditable
5269 num get x native "SVGPathSegMovetoRel_x_Getter"; 5179 num get x native "SVGPathSegMovetoRel_x_Getter";
5270 5180
5271 @DomName('SVGPathSegMovetoRel.x') 5181 @DomName('SVGPathSegMovetoRel.x')
5272 @DocsEditable 5182 @DocsEditable
5273 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; 5183 void set x(num value) native "SVGPathSegMovetoRel_x_Setter";
5274 5184
5275 @DomName('SVGPathSegMovetoRel.y') 5185 @DomName('SVGPathSegMovetoRel.y')
5276 @DocsEditable 5186 @DocsEditable
5277 num get y native "SVGPathSegMovetoRel_y_Getter"; 5187 num get y native "SVGPathSegMovetoRel_y_Getter";
5278 5188
5279 @DomName('SVGPathSegMovetoRel.y') 5189 @DomName('SVGPathSegMovetoRel.y')
5280 @DocsEditable 5190 @DocsEditable
5281 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; 5191 void set y(num value) native "SVGPathSegMovetoRel_y_Setter";
5282 5192
5283 } 5193 }
5284 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5194 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5285 // for details. All rights reserved. Use of this source code is governed by a 5195 // for details. All rights reserved. Use of this source code is governed by a
5286 // BSD-style license that can be found in the LICENSE file. 5196 // BSD-style license that can be found in the LICENSE file.
5287 5197
5288 // WARNING: Do not edit - generated code. 5198 // WARNING: Do not edit - generated code.
5289 5199
5290 5200
5291 @DocsEditable 5201 @DocsEditable
5292 @DomName('SVGPatternElement') 5202 @DomName('SVGPatternElement')
5293 @Unstable 5203 @Unstable
5294 class PatternElement extends StyledElement implements FitToViewBox, UriReference , Tests, ExternalResourcesRequired, LangSpace { 5204 class PatternElement extends StyledElement implements FitToViewBox, UriReference , Tests, ExternalResourcesRequired, LangSpace {
5295 // To suppress missing implicit constructor warnings. 5205 PatternElement.internal() : super.internal();
5296 factory PatternElement._() { throw new UnsupportedError("Not supported"); }
5297 5206
5298 @DomName('SVGPatternElement.SVGPatternElement') 5207 @DomName('SVGPatternElement.SVGPatternElement')
5299 @DocsEditable 5208 @DocsEditable
5300 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern"); 5209 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern");
5301 5210
5302 @DomName('SVGPatternElement.height') 5211 @DomName('SVGPatternElement.height')
5303 @DocsEditable 5212 @DocsEditable
5304 AnimatedLength get height native "SVGPatternElement_height_Getter"; 5213 AnimatedLength get height native "SVGPatternElement_height_Getter";
5305 5214
5306 @DomName('SVGPatternElement.patternContentUnits') 5215 @DomName('SVGPatternElement.patternContentUnits')
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
5380 // for details. All rights reserved. Use of this source code is governed by a 5289 // for details. All rights reserved. Use of this source code is governed by a
5381 // BSD-style license that can be found in the LICENSE file. 5290 // BSD-style license that can be found in the LICENSE file.
5382 5291
5383 // WARNING: Do not edit - generated code. 5292 // WARNING: Do not edit - generated code.
5384 5293
5385 5294
5386 @DocsEditable 5295 @DocsEditable
5387 @DomName('SVGPoint') 5296 @DomName('SVGPoint')
5388 @Unstable 5297 @Unstable
5389 class Point extends NativeFieldWrapperClass1 { 5298 class Point extends NativeFieldWrapperClass1 {
5390 // To suppress missing implicit constructor warnings. 5299 Point.internal();
5391 factory Point._() { throw new UnsupportedError("Not supported"); }
5392 5300
5393 @DomName('SVGPoint.x') 5301 @DomName('SVGPoint.x')
5394 @DocsEditable 5302 @DocsEditable
5395 num get x native "SVGPoint_x_Getter"; 5303 num get x native "SVGPoint_x_Getter";
5396 5304
5397 @DomName('SVGPoint.x') 5305 @DomName('SVGPoint.x')
5398 @DocsEditable 5306 @DocsEditable
5399 void set x(num value) native "SVGPoint_x_Setter"; 5307 void set x(num value) native "SVGPoint_x_Setter";
5400 5308
5401 @DomName('SVGPoint.y') 5309 @DomName('SVGPoint.y')
(...skipping 13 matching lines...) Expand all
5415 // for details. All rights reserved. Use of this source code is governed by a 5323 // for details. All rights reserved. Use of this source code is governed by a
5416 // BSD-style license that can be found in the LICENSE file. 5324 // BSD-style license that can be found in the LICENSE file.
5417 5325
5418 // WARNING: Do not edit - generated code. 5326 // WARNING: Do not edit - generated code.
5419 5327
5420 5328
5421 @DocsEditable 5329 @DocsEditable
5422 @DomName('SVGPointList') 5330 @DomName('SVGPointList')
5423 @Unstable 5331 @Unstable
5424 class PointList extends NativeFieldWrapperClass1 { 5332 class PointList extends NativeFieldWrapperClass1 {
5425 // To suppress missing implicit constructor warnings. 5333 PointList.internal();
5426 factory PointList._() { throw new UnsupportedError("Not supported"); }
5427 5334
5428 @DomName('SVGPointList.numberOfItems') 5335 @DomName('SVGPointList.numberOfItems')
5429 @DocsEditable 5336 @DocsEditable
5430 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; 5337 int get numberOfItems native "SVGPointList_numberOfItems_Getter";
5431 5338
5432 @DomName('SVGPointList.appendItem') 5339 @DomName('SVGPointList.appendItem')
5433 @DocsEditable 5340 @DocsEditable
5434 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; 5341 Point appendItem(Point item) native "SVGPointList_appendItem_Callback";
5435 5342
5436 @DomName('SVGPointList.clear') 5343 @DomName('SVGPointList.clear')
(...skipping 25 matching lines...) Expand all
5462 // for details. All rights reserved. Use of this source code is governed by a 5369 // for details. All rights reserved. Use of this source code is governed by a
5463 // BSD-style license that can be found in the LICENSE file. 5370 // BSD-style license that can be found in the LICENSE file.
5464 5371
5465 // WARNING: Do not edit - generated code. 5372 // WARNING: Do not edit - generated code.
5466 5373
5467 5374
5468 @DocsEditable 5375 @DocsEditable
5469 @DomName('SVGPolygonElement') 5376 @DomName('SVGPolygonElement')
5470 @Unstable 5377 @Unstable
5471 class PolygonElement extends StyledElement implements Transformable, Tests, Exte rnalResourcesRequired, LangSpace { 5378 class PolygonElement extends StyledElement implements Transformable, Tests, Exte rnalResourcesRequired, LangSpace {
5472 // To suppress missing implicit constructor warnings. 5379 PolygonElement.internal() : super.internal();
5473 factory PolygonElement._() { throw new UnsupportedError("Not supported"); }
5474 5380
5475 @DomName('SVGPolygonElement.SVGPolygonElement') 5381 @DomName('SVGPolygonElement.SVGPolygonElement')
5476 @DocsEditable 5382 @DocsEditable
5477 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon"); 5383 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon");
5478 5384
5479 @DomName('SVGPolygonElement.animatedPoints') 5385 @DomName('SVGPolygonElement.animatedPoints')
5480 @DocsEditable 5386 @DocsEditable
5481 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; 5387 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter";
5482 5388
5483 @DomName('SVGPolygonElement.points') 5389 @DomName('SVGPolygonElement.points')
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
5553 // for details. All rights reserved. Use of this source code is governed by a 5459 // for details. All rights reserved. Use of this source code is governed by a
5554 // BSD-style license that can be found in the LICENSE file. 5460 // BSD-style license that can be found in the LICENSE file.
5555 5461
5556 // WARNING: Do not edit - generated code. 5462 // WARNING: Do not edit - generated code.
5557 5463
5558 5464
5559 @DocsEditable 5465 @DocsEditable
5560 @DomName('SVGPolylineElement') 5466 @DomName('SVGPolylineElement')
5561 @Unstable 5467 @Unstable
5562 class PolylineElement extends StyledElement implements Transformable, Tests, Ext ernalResourcesRequired, LangSpace { 5468 class PolylineElement extends StyledElement implements Transformable, Tests, Ext ernalResourcesRequired, LangSpace {
5563 // To suppress missing implicit constructor warnings. 5469 PolylineElement.internal() : super.internal();
5564 factory PolylineElement._() { throw new UnsupportedError("Not supported"); }
5565 5470
5566 @DomName('SVGPolylineElement.SVGPolylineElement') 5471 @DomName('SVGPolylineElement.SVGPolylineElement')
5567 @DocsEditable 5472 @DocsEditable
5568 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline"); 5473 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline");
5569 5474
5570 @DomName('SVGPolylineElement.animatedPoints') 5475 @DomName('SVGPolylineElement.animatedPoints')
5571 @DocsEditable 5476 @DocsEditable
5572 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter" ; 5477 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter" ;
5573 5478
5574 @DomName('SVGPolylineElement.points') 5479 @DomName('SVGPolylineElement.points')
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
5644 // for details. All rights reserved. Use of this source code is governed by a 5549 // for details. All rights reserved. Use of this source code is governed by a
5645 // BSD-style license that can be found in the LICENSE file. 5550 // BSD-style license that can be found in the LICENSE file.
5646 5551
5647 // WARNING: Do not edit - generated code. 5552 // WARNING: Do not edit - generated code.
5648 5553
5649 5554
5650 @DocsEditable 5555 @DocsEditable
5651 @DomName('SVGPreserveAspectRatio') 5556 @DomName('SVGPreserveAspectRatio')
5652 @Unstable 5557 @Unstable
5653 class PreserveAspectRatio extends NativeFieldWrapperClass1 { 5558 class PreserveAspectRatio extends NativeFieldWrapperClass1 {
5654 // To suppress missing implicit constructor warnings. 5559 PreserveAspectRatio.internal();
5655 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported"); }
5656 5560
5657 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') 5561 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET')
5658 @DocsEditable 5562 @DocsEditable
5659 static const int SVG_MEETORSLICE_MEET = 1; 5563 static const int SVG_MEETORSLICE_MEET = 1;
5660 5564
5661 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') 5565 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE')
5662 @DocsEditable 5566 @DocsEditable
5663 static const int SVG_MEETORSLICE_SLICE = 2; 5567 static const int SVG_MEETORSLICE_SLICE = 2;
5664 5568
5665 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') 5569 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN')
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
5731 // for details. All rights reserved. Use of this source code is governed by a 5635 // for details. All rights reserved. Use of this source code is governed by a
5732 // BSD-style license that can be found in the LICENSE file. 5636 // BSD-style license that can be found in the LICENSE file.
5733 5637
5734 // WARNING: Do not edit - generated code. 5638 // WARNING: Do not edit - generated code.
5735 5639
5736 5640
5737 @DocsEditable 5641 @DocsEditable
5738 @DomName('SVGRadialGradientElement') 5642 @DomName('SVGRadialGradientElement')
5739 @Unstable 5643 @Unstable
5740 class RadialGradientElement extends _GradientElement { 5644 class RadialGradientElement extends _GradientElement {
5741 // To suppress missing implicit constructor warnings. 5645 RadialGradientElement.internal() : super.internal();
5742 factory RadialGradientElement._() { throw new UnsupportedError("Not supported" ); }
5743 5646
5744 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') 5647 @DomName('SVGRadialGradientElement.SVGRadialGradientElement')
5745 @DocsEditable 5648 @DocsEditable
5746 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient"); 5649 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient");
5747 5650
5748 @DomName('SVGRadialGradientElement.cx') 5651 @DomName('SVGRadialGradientElement.cx')
5749 @DocsEditable 5652 @DocsEditable
5750 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; 5653 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter";
5751 5654
5752 @DomName('SVGRadialGradientElement.cy') 5655 @DomName('SVGRadialGradientElement.cy')
(...skipping 21 matching lines...) Expand all
5774 // for details. All rights reserved. Use of this source code is governed by a 5677 // for details. All rights reserved. Use of this source code is governed by a
5775 // BSD-style license that can be found in the LICENSE file. 5678 // BSD-style license that can be found in the LICENSE file.
5776 5679
5777 // WARNING: Do not edit - generated code. 5680 // WARNING: Do not edit - generated code.
5778 5681
5779 5682
5780 @DocsEditable 5683 @DocsEditable
5781 @DomName('SVGRect') 5684 @DomName('SVGRect')
5782 @Unstable 5685 @Unstable
5783 class Rect extends NativeFieldWrapperClass1 { 5686 class Rect extends NativeFieldWrapperClass1 {
5784 // To suppress missing implicit constructor warnings. 5687 Rect.internal();
5785 factory Rect._() { throw new UnsupportedError("Not supported"); }
5786 5688
5787 @DomName('SVGRect.height') 5689 @DomName('SVGRect.height')
5788 @DocsEditable 5690 @DocsEditable
5789 num get height native "SVGRect_height_Getter"; 5691 num get height native "SVGRect_height_Getter";
5790 5692
5791 @DomName('SVGRect.height') 5693 @DomName('SVGRect.height')
5792 @DocsEditable 5694 @DocsEditable
5793 void set height(num value) native "SVGRect_height_Setter"; 5695 void set height(num value) native "SVGRect_height_Setter";
5794 5696
5795 @DomName('SVGRect.width') 5697 @DomName('SVGRect.width')
(...skipping 25 matching lines...) Expand all
5821 // for details. All rights reserved. Use of this source code is governed by a 5723 // for details. All rights reserved. Use of this source code is governed by a
5822 // BSD-style license that can be found in the LICENSE file. 5724 // BSD-style license that can be found in the LICENSE file.
5823 5725
5824 // WARNING: Do not edit - generated code. 5726 // WARNING: Do not edit - generated code.
5825 5727
5826 5728
5827 @DocsEditable 5729 @DocsEditable
5828 @DomName('SVGRectElement') 5730 @DomName('SVGRectElement')
5829 @Unstable 5731 @Unstable
5830 class RectElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 5732 class RectElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace {
5831 // To suppress missing implicit constructor warnings. 5733 RectElement.internal() : super.internal();
5832 factory RectElement._() { throw new UnsupportedError("Not supported"); }
5833 5734
5834 @DomName('SVGRectElement.SVGRectElement') 5735 @DomName('SVGRectElement.SVGRectElement')
5835 @DocsEditable 5736 @DocsEditable
5836 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect "); 5737 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect ");
5837 5738
5838 @DomName('SVGRectElement.height') 5739 @DomName('SVGRectElement.height')
5839 @DocsEditable 5740 @DocsEditable
5840 AnimatedLength get height native "SVGRectElement_height_Getter"; 5741 AnimatedLength get height native "SVGRectElement_height_Getter";
5841 5742
5842 @DomName('SVGRectElement.rx') 5743 @DomName('SVGRectElement.rx')
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
5928 // for details. All rights reserved. Use of this source code is governed by a 5829 // for details. All rights reserved. Use of this source code is governed by a
5929 // BSD-style license that can be found in the LICENSE file. 5830 // BSD-style license that can be found in the LICENSE file.
5930 5831
5931 // WARNING: Do not edit - generated code. 5832 // WARNING: Do not edit - generated code.
5932 5833
5933 5834
5934 @DocsEditable 5835 @DocsEditable
5935 @DomName('SVGRenderingIntent') 5836 @DomName('SVGRenderingIntent')
5936 @Unstable 5837 @Unstable
5937 class RenderingIntent extends NativeFieldWrapperClass1 { 5838 class RenderingIntent extends NativeFieldWrapperClass1 {
5938 // To suppress missing implicit constructor warnings. 5839 RenderingIntent.internal();
5939 factory RenderingIntent._() { throw new UnsupportedError("Not supported"); }
5940 5840
5941 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') 5841 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC')
5942 @DocsEditable 5842 @DocsEditable
5943 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; 5843 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
5944 5844
5945 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') 5845 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO')
5946 @DocsEditable 5846 @DocsEditable
5947 static const int RENDERING_INTENT_AUTO = 1; 5847 static const int RENDERING_INTENT_AUTO = 1;
5948 5848
5949 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL') 5849 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL')
(...skipping 17 matching lines...) Expand all
5967 // for details. All rights reserved. Use of this source code is governed by a 5867 // for details. All rights reserved. Use of this source code is governed by a
5968 // BSD-style license that can be found in the LICENSE file. 5868 // BSD-style license that can be found in the LICENSE file.
5969 5869
5970 // WARNING: Do not edit - generated code. 5870 // WARNING: Do not edit - generated code.
5971 5871
5972 5872
5973 @DocsEditable 5873 @DocsEditable
5974 @DomName('SVGScriptElement') 5874 @DomName('SVGScriptElement')
5975 @Unstable 5875 @Unstable
5976 class ScriptElement extends SvgElement implements UriReference, ExternalResource sRequired { 5876 class ScriptElement extends SvgElement implements UriReference, ExternalResource sRequired {
5977 // To suppress missing implicit constructor warnings. 5877 ScriptElement.internal() : super.internal();
5978 factory ScriptElement._() { throw new UnsupportedError("Not supported"); }
5979 5878
5980 @DomName('SVGScriptElement.SVGScriptElement') 5879 @DomName('SVGScriptElement.SVGScriptElement')
5981 @DocsEditable 5880 @DocsEditable
5982 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript"); 5881 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript");
5983 5882
5984 @DomName('SVGScriptElement.type') 5883 @DomName('SVGScriptElement.type')
5985 @DocsEditable 5884 @DocsEditable
5986 String get type native "SVGScriptElement_type_Getter"; 5885 String get type native "SVGScriptElement_type_Getter";
5987 5886
5988 @DomName('SVGScriptElement.type') 5887 @DomName('SVGScriptElement.type')
(...skipping 16 matching lines...) Expand all
6005 // WARNING: Do not edit - generated code. 5904 // WARNING: Do not edit - generated code.
6006 5905
6007 5906
6008 @DocsEditable 5907 @DocsEditable
6009 @DomName('SVGSetElement') 5908 @DomName('SVGSetElement')
6010 @SupportedBrowser(SupportedBrowser.CHROME) 5909 @SupportedBrowser(SupportedBrowser.CHROME)
6011 @SupportedBrowser(SupportedBrowser.FIREFOX) 5910 @SupportedBrowser(SupportedBrowser.FIREFOX)
6012 @SupportedBrowser(SupportedBrowser.SAFARI) 5911 @SupportedBrowser(SupportedBrowser.SAFARI)
6013 @Unstable 5912 @Unstable
6014 class SetElement extends AnimationElement { 5913 class SetElement extends AnimationElement {
6015 // To suppress missing implicit constructor warnings. 5914 SetElement.internal() : super.internal();
6016 factory SetElement._() { throw new UnsupportedError("Not supported"); }
6017 5915
6018 @DomName('SVGSetElement.SVGSetElement') 5916 @DomName('SVGSetElement.SVGSetElement')
6019 @DocsEditable 5917 @DocsEditable
6020 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set") ; 5918 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set") ;
6021 5919
6022 /// Checks if this type is supported on the current platform. 5920 /// Checks if this type is supported on the current platform.
6023 static bool get supported => true; 5921 static bool get supported => true;
6024 5922
6025 } 5923 }
6026 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5924 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6027 // for details. All rights reserved. Use of this source code is governed by a 5925 // for details. All rights reserved. Use of this source code is governed by a
6028 // BSD-style license that can be found in the LICENSE file. 5926 // BSD-style license that can be found in the LICENSE file.
6029 5927
6030 // WARNING: Do not edit - generated code. 5928 // WARNING: Do not edit - generated code.
6031 5929
6032 5930
6033 @DocsEditable 5931 @DocsEditable
6034 @DomName('SVGStopElement') 5932 @DomName('SVGStopElement')
6035 @Unstable 5933 @Unstable
6036 class StopElement extends StyledElement { 5934 class StopElement extends StyledElement {
6037 // To suppress missing implicit constructor warnings. 5935 StopElement.internal() : super.internal();
6038 factory StopElement._() { throw new UnsupportedError("Not supported"); }
6039 5936
6040 @DomName('SVGStopElement.SVGStopElement') 5937 @DomName('SVGStopElement.SVGStopElement')
6041 @DocsEditable 5938 @DocsEditable
6042 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop "); 5939 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop ");
6043 5940
6044 @DomName('SVGStopElement.offset') 5941 @DomName('SVGStopElement.offset')
6045 @DocsEditable 5942 @DocsEditable
6046 AnimatedNumber get gradientOffset native "SVGStopElement_offset_Getter"; 5943 AnimatedNumber get gradientOffset native "SVGStopElement_offset_Getter";
6047 5944
6048 } 5945 }
6049 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5946 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6050 // for details. All rights reserved. Use of this source code is governed by a 5947 // for details. All rights reserved. Use of this source code is governed by a
6051 // BSD-style license that can be found in the LICENSE file. 5948 // BSD-style license that can be found in the LICENSE file.
6052 5949
6053 // WARNING: Do not edit - generated code. 5950 // WARNING: Do not edit - generated code.
6054 5951
6055 5952
6056 @DocsEditable 5953 @DocsEditable
6057 @DomName('SVGStringList') 5954 @DomName('SVGStringList')
6058 @Unstable 5955 @Unstable
6059 class StringList extends NativeFieldWrapperClass1 with ListMixin<String>, Immuta bleListMixin<String> implements List<String> { 5956 class StringList extends NativeFieldWrapperClass1 with ListMixin<String>, Immuta bleListMixin<String> implements List<String> {
6060 // To suppress missing implicit constructor warnings. 5957 StringList.internal();
6061 factory StringList._() { throw new UnsupportedError("Not supported"); }
6062 5958
6063 @DomName('SVGStringList.numberOfItems') 5959 @DomName('SVGStringList.numberOfItems')
6064 @DocsEditable 5960 @DocsEditable
6065 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; 5961 int get numberOfItems native "SVGStringList_numberOfItems_Getter";
6066 5962
6067 String operator[](int index) { 5963 String operator[](int index) {
6068 if (index < 0 || index >= length) 5964 if (index < 0 || index >= length)
6069 throw new RangeError.range(index, 0, length); 5965 throw new RangeError.range(index, 0, length);
6070 return _nativeIndexedGetter(index); 5966 return _nativeIndexedGetter(index);
6071 } 5967 }
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
6145 // BSD-style license that can be found in the LICENSE file. 6041 // BSD-style license that can be found in the LICENSE file.
6146 6042
6147 // WARNING: Do not edit - generated code. 6043 // WARNING: Do not edit - generated code.
6148 6044
6149 6045
6150 @DocsEditable 6046 @DocsEditable
6151 @DomName('SVGStyleElement') 6047 @DomName('SVGStyleElement')
6152 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable 6048 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable
6153 @Experimental // nonstandard 6049 @Experimental // nonstandard
6154 class StyleElement extends SvgElement implements LangSpace { 6050 class StyleElement extends SvgElement implements LangSpace {
6155 // To suppress missing implicit constructor warnings. 6051 StyleElement.internal() : super.internal();
6156 factory StyleElement._() { throw new UnsupportedError("Not supported"); }
6157 6052
6158 @DomName('SVGStyleElement.SVGStyleElement') 6053 @DomName('SVGStyleElement.SVGStyleElement')
6159 @DocsEditable 6054 @DocsEditable
6160 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le"); 6055 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le");
6161 6056
6162 @DomName('SVGStyleElement.disabled') 6057 @DomName('SVGStyleElement.disabled')
6163 @DocsEditable 6058 @DocsEditable
6164 bool get disabled native "SVGStyleElement_disabled_Getter"; 6059 bool get disabled native "SVGStyleElement_disabled_Getter";
6165 6060
6166 @DomName('SVGStyleElement.disabled') 6061 @DomName('SVGStyleElement.disabled')
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
6212 // for details. All rights reserved. Use of this source code is governed by a 6107 // for details. All rights reserved. Use of this source code is governed by a
6213 // BSD-style license that can be found in the LICENSE file. 6108 // BSD-style license that can be found in the LICENSE file.
6214 6109
6215 // WARNING: Do not edit - generated code. 6110 // WARNING: Do not edit - generated code.
6216 6111
6217 6112
6218 @DocsEditable 6113 @DocsEditable
6219 @DomName('SVGStyledElement') 6114 @DomName('SVGStyledElement')
6220 @Unstable 6115 @Unstable
6221 class StyledElement extends SvgElement { 6116 class StyledElement extends SvgElement {
6222 // To suppress missing implicit constructor warnings. 6117 StyledElement.internal() : super.internal();
6223 factory StyledElement._() { throw new UnsupportedError("Not supported"); }
6224 6118
6225 @DomName('SVGStyledElement.className') 6119 @DomName('SVGStyledElement.className')
6226 @DocsEditable 6120 @DocsEditable
6227 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter "; 6121 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter ";
6228 6122
6229 @DomName('SVGStyledElement.style') 6123 @DomName('SVGStyledElement.style')
6230 @DocsEditable 6124 @DocsEditable
6231 CssStyleDeclaration get style native "SVGStyledElement_style_Getter"; 6125 CssStyleDeclaration get style native "SVGStyledElement_style_Getter";
6232 6126
6233 } 6127 }
6234 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6128 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6235 // for details. All rights reserved. Use of this source code is governed by a 6129 // for details. All rights reserved. Use of this source code is governed by a
6236 // BSD-style license that can be found in the LICENSE file. 6130 // BSD-style license that can be found in the LICENSE file.
6237 6131
6238 // WARNING: Do not edit - generated code. 6132 // WARNING: Do not edit - generated code.
6239 6133
6240 6134
6241 @DocsEditable 6135 @DocsEditable
6242 @DomName('SVGDocument') 6136 @DomName('SVGDocument')
6243 @Unstable 6137 @Unstable
6244 class SvgDocument extends Document { 6138 class SvgDocument extends Document {
6245 // To suppress missing implicit constructor warnings. 6139 SvgDocument.internal() : super.internal();
6246 factory SvgDocument._() { throw new UnsupportedError("Not supported"); }
6247 6140
6248 @DomName('SVGDocument.rootElement') 6141 @DomName('SVGDocument.rootElement')
6249 @DocsEditable 6142 @DocsEditable
6250 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; 6143 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter";
6251 6144
6252 @DomName('SVGDocument.createEvent') 6145 @DomName('SVGDocument.createEvent')
6253 @DocsEditable 6146 @DocsEditable
6254 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb ack"; 6147 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb ack";
6255 6148
6256 } 6149 }
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
6359 6252
6360 /** 6253 /**
6361 * Checks to see if the SVG element type is supported by the current platform. 6254 * Checks to see if the SVG element type is supported by the current platform.
6362 * 6255 *
6363 * The tag should be a valid SVG element tag name. 6256 * The tag should be a valid SVG element tag name.
6364 */ 6257 */
6365 static bool isTagSupported(String tag) { 6258 static bool isTagSupported(String tag) {
6366 var e = new SvgElement.tag(tag); 6259 var e = new SvgElement.tag(tag);
6367 return e is SvgElement && !(e is UnknownElement); 6260 return e is SvgElement && !(e is UnknownElement);
6368 } 6261 }
6369 // To suppress missing implicit constructor warnings. 6262 SvgElement.internal() : super.internal();
6370 factory SvgElement._() { throw new UnsupportedError("Not supported"); }
6371 6263
6372 @DomName('SVGElement.id') 6264 @DomName('SVGElement.id')
6373 @DocsEditable 6265 @DocsEditable
6374 String get id native "SVGElement_id_Getter"; 6266 String get id native "SVGElement_id_Getter";
6375 6267
6376 @DomName('SVGElement.id') 6268 @DomName('SVGElement.id')
6377 @DocsEditable 6269 @DocsEditable
6378 void set id(String value) native "SVGElement_id_Setter"; 6270 void set id(String value) native "SVGElement_id_Setter";
6379 6271
6380 @DomName('SVGElement.ownerSVGElement') 6272 @DomName('SVGElement.ownerSVGElement')
(...skipping 17 matching lines...) Expand all
6398 // for details. All rights reserved. Use of this source code is governed by a 6290 // for details. All rights reserved. Use of this source code is governed by a
6399 // BSD-style license that can be found in the LICENSE file. 6291 // BSD-style license that can be found in the LICENSE file.
6400 6292
6401 // WARNING: Do not edit - generated code. 6293 // WARNING: Do not edit - generated code.
6402 6294
6403 6295
6404 @DocsEditable 6296 @DocsEditable
6405 @DomName('SVGException') 6297 @DomName('SVGException')
6406 @Unstable 6298 @Unstable
6407 class SvgException extends NativeFieldWrapperClass1 { 6299 class SvgException extends NativeFieldWrapperClass1 {
6408 // To suppress missing implicit constructor warnings. 6300 SvgException.internal();
6409 factory SvgException._() { throw new UnsupportedError("Not supported"); }
6410 6301
6411 @DomName('SVGException.SVG_INVALID_VALUE_ERR') 6302 @DomName('SVGException.SVG_INVALID_VALUE_ERR')
6412 @DocsEditable 6303 @DocsEditable
6413 static const int SVG_INVALID_VALUE_ERR = 1; 6304 static const int SVG_INVALID_VALUE_ERR = 1;
6414 6305
6415 @DomName('SVGException.SVG_MATRIX_NOT_INVERTABLE') 6306 @DomName('SVGException.SVG_MATRIX_NOT_INVERTABLE')
6416 @DocsEditable 6307 @DocsEditable
6417 static const int SVG_MATRIX_NOT_INVERTABLE = 2; 6308 static const int SVG_MATRIX_NOT_INVERTABLE = 2;
6418 6309
6419 @DomName('SVGException.SVG_WRONG_TYPE_ERR') 6310 @DomName('SVGException.SVG_WRONG_TYPE_ERR')
(...skipping 22 matching lines...) Expand all
6442 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6333 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6443 // for details. All rights reserved. Use of this source code is governed by a 6334 // for details. All rights reserved. Use of this source code is governed by a
6444 // BSD-style license that can be found in the LICENSE file. 6335 // BSD-style license that can be found in the LICENSE file.
6445 6336
6446 6337
6447 @DomName('SVGSVGElement') 6338 @DomName('SVGSVGElement')
6448 @Unstable 6339 @Unstable
6449 class SvgSvgElement extends StyledElement implements FitToViewBox, Transformable , Tests, ExternalResourcesRequired, ZoomAndPan, LangSpace { 6340 class SvgSvgElement extends StyledElement implements FitToViewBox, Transformable , Tests, ExternalResourcesRequired, ZoomAndPan, LangSpace {
6450 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ; 6341 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ;
6451 6342
6452 // To suppress missing implicit constructor warnings. 6343 SvgSvgElement.internal() : super.internal();
6453 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); }
6454 6344
6455 @DomName('SVGSVGElement.contentScriptType') 6345 @DomName('SVGSVGElement.contentScriptType')
6456 @DocsEditable 6346 @DocsEditable
6457 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; 6347 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter";
6458 6348
6459 @DomName('SVGSVGElement.contentScriptType') 6349 @DomName('SVGSVGElement.contentScriptType')
6460 @DocsEditable 6350 @DocsEditable
6461 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy pe_Setter"; 6351 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy pe_Setter";
6462 6352
6463 @DomName('SVGSVGElement.contentStyleType') 6353 @DomName('SVGSVGElement.contentStyleType')
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
6701 // for details. All rights reserved. Use of this source code is governed by a 6591 // for details. All rights reserved. Use of this source code is governed by a
6702 // BSD-style license that can be found in the LICENSE file. 6592 // BSD-style license that can be found in the LICENSE file.
6703 6593
6704 // WARNING: Do not edit - generated code. 6594 // WARNING: Do not edit - generated code.
6705 6595
6706 6596
6707 @DocsEditable 6597 @DocsEditable
6708 @DomName('SVGSwitchElement') 6598 @DomName('SVGSwitchElement')
6709 @Unstable 6599 @Unstable
6710 class SwitchElement extends StyledElement implements Transformable, Tests, Exter nalResourcesRequired, LangSpace { 6600 class SwitchElement extends StyledElement implements Transformable, Tests, Exter nalResourcesRequired, LangSpace {
6711 // To suppress missing implicit constructor warnings. 6601 SwitchElement.internal() : super.internal();
6712 factory SwitchElement._() { throw new UnsupportedError("Not supported"); }
6713 6602
6714 @DomName('SVGSwitchElement.SVGSwitchElement') 6603 @DomName('SVGSwitchElement.SVGSwitchElement')
6715 @DocsEditable 6604 @DocsEditable
6716 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch"); 6605 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch");
6717 6606
6718 @DomName('SVGSwitchElement.externalResourcesRequired') 6607 @DomName('SVGSwitchElement.externalResourcesRequired')
6719 @DocsEditable 6608 @DocsEditable
6720 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa lResourcesRequired_Getter"; 6609 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa lResourcesRequired_Getter";
6721 6610
6722 @DomName('SVGSwitchElement.xmllang') 6611 @DomName('SVGSwitchElement.xmllang')
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
6784 // for details. All rights reserved. Use of this source code is governed by a 6673 // for details. All rights reserved. Use of this source code is governed by a
6785 // BSD-style license that can be found in the LICENSE file. 6674 // BSD-style license that can be found in the LICENSE file.
6786 6675
6787 // WARNING: Do not edit - generated code. 6676 // WARNING: Do not edit - generated code.
6788 6677
6789 6678
6790 @DocsEditable 6679 @DocsEditable
6791 @DomName('SVGSymbolElement') 6680 @DomName('SVGSymbolElement')
6792 @Unstable 6681 @Unstable
6793 class SymbolElement extends StyledElement implements FitToViewBox, ExternalResou rcesRequired, LangSpace { 6682 class SymbolElement extends StyledElement implements FitToViewBox, ExternalResou rcesRequired, LangSpace {
6794 // To suppress missing implicit constructor warnings. 6683 SymbolElement.internal() : super.internal();
6795 factory SymbolElement._() { throw new UnsupportedError("Not supported"); }
6796 6684
6797 @DomName('SVGSymbolElement.SVGSymbolElement') 6685 @DomName('SVGSymbolElement.SVGSymbolElement')
6798 @DocsEditable 6686 @DocsEditable
6799 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol"); 6687 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol");
6800 6688
6801 @DomName('SVGSymbolElement.externalResourcesRequired') 6689 @DomName('SVGSymbolElement.externalResourcesRequired')
6802 @DocsEditable 6690 @DocsEditable
6803 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa lResourcesRequired_Getter"; 6691 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa lResourcesRequired_Getter";
6804 6692
6805 @DomName('SVGSymbolElement.preserveAspectRatio') 6693 @DomName('SVGSymbolElement.preserveAspectRatio')
(...skipping 25 matching lines...) Expand all
6831 // for details. All rights reserved. Use of this source code is governed by a 6719 // for details. All rights reserved. Use of this source code is governed by a
6832 // BSD-style license that can be found in the LICENSE file. 6720 // BSD-style license that can be found in the LICENSE file.
6833 6721
6834 // WARNING: Do not edit - generated code. 6722 // WARNING: Do not edit - generated code.
6835 6723
6836 6724
6837 @DocsEditable 6725 @DocsEditable
6838 @DomName('SVGTSpanElement') 6726 @DomName('SVGTSpanElement')
6839 @Unstable 6727 @Unstable
6840 class TSpanElement extends TextPositioningElement { 6728 class TSpanElement extends TextPositioningElement {
6841 // To suppress missing implicit constructor warnings. 6729 TSpanElement.internal() : super.internal();
6842 factory TSpanElement._() { throw new UnsupportedError("Not supported"); }
6843 6730
6844 @DomName('SVGTSpanElement.SVGTSpanElement') 6731 @DomName('SVGTSpanElement.SVGTSpanElement')
6845 @DocsEditable 6732 @DocsEditable
6846 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp an"); 6733 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp an");
6847 6734
6848 } 6735 }
6849 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6736 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6850 // for details. All rights reserved. Use of this source code is governed by a 6737 // for details. All rights reserved. Use of this source code is governed by a
6851 // BSD-style license that can be found in the LICENSE file. 6738 // BSD-style license that can be found in the LICENSE file.
6852 6739
6853 // WARNING: Do not edit - generated code. 6740 // WARNING: Do not edit - generated code.
6854 6741
6855 6742
6856 @DocsEditable 6743 @DocsEditable
6857 @DomName('SVGTests') 6744 @DomName('SVGTests')
6858 @Unstable 6745 @Unstable
6859 class Tests extends NativeFieldWrapperClass1 { 6746 class Tests extends NativeFieldWrapperClass1 {
6860 // To suppress missing implicit constructor warnings. 6747 Tests.internal();
6861 factory Tests._() { throw new UnsupportedError("Not supported"); }
6862 6748
6863 @DomName('SVGTests.requiredExtensions') 6749 @DomName('SVGTests.requiredExtensions')
6864 @DocsEditable 6750 @DocsEditable
6865 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; 6751 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter";
6866 6752
6867 @DomName('SVGTests.requiredFeatures') 6753 @DomName('SVGTests.requiredFeatures')
6868 @DocsEditable 6754 @DocsEditable
6869 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; 6755 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter";
6870 6756
6871 @DomName('SVGTests.systemLanguage') 6757 @DomName('SVGTests.systemLanguage')
6872 @DocsEditable 6758 @DocsEditable
6873 StringList get systemLanguage native "SVGTests_systemLanguage_Getter"; 6759 StringList get systemLanguage native "SVGTests_systemLanguage_Getter";
6874 6760
6875 @DomName('SVGTests.hasExtension') 6761 @DomName('SVGTests.hasExtension')
6876 @DocsEditable 6762 @DocsEditable
6877 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback"; 6763 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback";
6878 6764
6879 } 6765 }
6880 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6766 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6881 // for details. All rights reserved. Use of this source code is governed by a 6767 // for details. All rights reserved. Use of this source code is governed by a
6882 // BSD-style license that can be found in the LICENSE file. 6768 // BSD-style license that can be found in the LICENSE file.
6883 6769
6884 // WARNING: Do not edit - generated code. 6770 // WARNING: Do not edit - generated code.
6885 6771
6886 6772
6887 @DocsEditable 6773 @DocsEditable
6888 @DomName('SVGTextContentElement') 6774 @DomName('SVGTextContentElement')
6889 @Unstable 6775 @Unstable
6890 class TextContentElement extends StyledElement implements Tests, ExternalResourc esRequired, LangSpace { 6776 class TextContentElement extends StyledElement implements Tests, ExternalResourc esRequired, LangSpace {
6891 // To suppress missing implicit constructor warnings. 6777 TextContentElement.internal() : super.internal();
6892 factory TextContentElement._() { throw new UnsupportedError("Not supported"); }
6893 6778
6894 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') 6779 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING')
6895 @DocsEditable 6780 @DocsEditable
6896 static const int LENGTHADJUST_SPACING = 1; 6781 static const int LENGTHADJUST_SPACING = 1;
6897 6782
6898 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') 6783 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS')
6899 @DocsEditable 6784 @DocsEditable
6900 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; 6785 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2;
6901 6786
6902 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN') 6787 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN')
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
6988 // for details. All rights reserved. Use of this source code is governed by a 6873 // for details. All rights reserved. Use of this source code is governed by a
6989 // BSD-style license that can be found in the LICENSE file. 6874 // BSD-style license that can be found in the LICENSE file.
6990 6875
6991 // WARNING: Do not edit - generated code. 6876 // WARNING: Do not edit - generated code.
6992 6877
6993 6878
6994 @DocsEditable 6879 @DocsEditable
6995 @DomName('SVGTextElement') 6880 @DomName('SVGTextElement')
6996 @Unstable 6881 @Unstable
6997 class TextElement extends TextPositioningElement implements Transformable { 6882 class TextElement extends TextPositioningElement implements Transformable {
6998 // To suppress missing implicit constructor warnings. 6883 TextElement.internal() : super.internal();
6999 factory TextElement._() { throw new UnsupportedError("Not supported"); }
7000 6884
7001 @DomName('SVGTextElement.SVGTextElement') 6885 @DomName('SVGTextElement.SVGTextElement')
7002 @DocsEditable 6886 @DocsEditable
7003 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text "); 6887 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text ");
7004 6888
7005 @DomName('SVGTextElement.farthestViewportElement') 6889 @DomName('SVGTextElement.farthestViewportElement')
7006 @DocsEditable 6890 @DocsEditable
7007 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport Element_Getter"; 6891 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport Element_Getter";
7008 6892
7009 @DomName('SVGTextElement.nearestViewportElement') 6893 @DomName('SVGTextElement.nearestViewportElement')
(...skipping 25 matching lines...) Expand all
7035 // for details. All rights reserved. Use of this source code is governed by a 6919 // for details. All rights reserved. Use of this source code is governed by a
7036 // BSD-style license that can be found in the LICENSE file. 6920 // BSD-style license that can be found in the LICENSE file.
7037 6921
7038 // WARNING: Do not edit - generated code. 6922 // WARNING: Do not edit - generated code.
7039 6923
7040 6924
7041 @DocsEditable 6925 @DocsEditable
7042 @DomName('SVGTextPathElement') 6926 @DomName('SVGTextPathElement')
7043 @Unstable 6927 @Unstable
7044 class TextPathElement extends TextContentElement implements UriReference { 6928 class TextPathElement extends TextContentElement implements UriReference {
7045 // To suppress missing implicit constructor warnings. 6929 TextPathElement.internal() : super.internal();
7046 factory TextPathElement._() { throw new UnsupportedError("Not supported"); }
7047 6930
7048 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN') 6931 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN')
7049 @DocsEditable 6932 @DocsEditable
7050 static const int TEXTPATH_METHODTYPE_ALIGN = 1; 6933 static const int TEXTPATH_METHODTYPE_ALIGN = 1;
7051 6934
7052 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH') 6935 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH')
7053 @DocsEditable 6936 @DocsEditable
7054 static const int TEXTPATH_METHODTYPE_STRETCH = 2; 6937 static const int TEXTPATH_METHODTYPE_STRETCH = 2;
7055 6938
7056 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_UNKNOWN') 6939 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_UNKNOWN')
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
7090 // for details. All rights reserved. Use of this source code is governed by a 6973 // for details. All rights reserved. Use of this source code is governed by a
7091 // BSD-style license that can be found in the LICENSE file. 6974 // BSD-style license that can be found in the LICENSE file.
7092 6975
7093 // WARNING: Do not edit - generated code. 6976 // WARNING: Do not edit - generated code.
7094 6977
7095 6978
7096 @DocsEditable 6979 @DocsEditable
7097 @DomName('SVGTextPositioningElement') 6980 @DomName('SVGTextPositioningElement')
7098 @Unstable 6981 @Unstable
7099 class TextPositioningElement extends TextContentElement { 6982 class TextPositioningElement extends TextContentElement {
7100 // To suppress missing implicit constructor warnings. 6983 TextPositioningElement.internal() : super.internal();
7101 factory TextPositioningElement._() { throw new UnsupportedError("Not supported "); }
7102 6984
7103 @DomName('SVGTextPositioningElement.dx') 6985 @DomName('SVGTextPositioningElement.dx')
7104 @DocsEditable 6986 @DocsEditable
7105 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter"; 6987 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter";
7106 6988
7107 @DomName('SVGTextPositioningElement.dy') 6989 @DomName('SVGTextPositioningElement.dy')
7108 @DocsEditable 6990 @DocsEditable
7109 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter"; 6991 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter";
7110 6992
7111 @DomName('SVGTextPositioningElement.rotate') 6993 @DomName('SVGTextPositioningElement.rotate')
(...skipping 13 matching lines...) Expand all
7125 // for details. All rights reserved. Use of this source code is governed by a 7007 // for details. All rights reserved. Use of this source code is governed by a
7126 // BSD-style license that can be found in the LICENSE file. 7008 // BSD-style license that can be found in the LICENSE file.
7127 7009
7128 // WARNING: Do not edit - generated code. 7010 // WARNING: Do not edit - generated code.
7129 7011
7130 7012
7131 @DocsEditable 7013 @DocsEditable
7132 @DomName('SVGTitleElement') 7014 @DomName('SVGTitleElement')
7133 @Unstable 7015 @Unstable
7134 class TitleElement extends StyledElement implements LangSpace { 7016 class TitleElement extends StyledElement implements LangSpace {
7135 // To suppress missing implicit constructor warnings. 7017 TitleElement.internal() : super.internal();
7136 factory TitleElement._() { throw new UnsupportedError("Not supported"); }
7137 7018
7138 @DomName('SVGTitleElement.SVGTitleElement') 7019 @DomName('SVGTitleElement.SVGTitleElement')
7139 @DocsEditable 7020 @DocsEditable
7140 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le"); 7021 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le");
7141 7022
7142 @DomName('SVGTitleElement.xmllang') 7023 @DomName('SVGTitleElement.xmllang')
7143 @DocsEditable 7024 @DocsEditable
7144 String get xmllang native "SVGTitleElement_xmllang_Getter"; 7025 String get xmllang native "SVGTitleElement_xmllang_Getter";
7145 7026
7146 @DomName('SVGTitleElement.xmllang') 7027 @DomName('SVGTitleElement.xmllang')
(...skipping 13 matching lines...) Expand all
7160 // for details. All rights reserved. Use of this source code is governed by a 7041 // for details. All rights reserved. Use of this source code is governed by a
7161 // BSD-style license that can be found in the LICENSE file. 7042 // BSD-style license that can be found in the LICENSE file.
7162 7043
7163 // WARNING: Do not edit - generated code. 7044 // WARNING: Do not edit - generated code.
7164 7045
7165 7046
7166 @DocsEditable 7047 @DocsEditable
7167 @DomName('SVGTransform') 7048 @DomName('SVGTransform')
7168 @Unstable 7049 @Unstable
7169 class Transform extends NativeFieldWrapperClass1 { 7050 class Transform extends NativeFieldWrapperClass1 {
7170 // To suppress missing implicit constructor warnings. 7051 Transform.internal();
7171 factory Transform._() { throw new UnsupportedError("Not supported"); }
7172 7052
7173 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') 7053 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX')
7174 @DocsEditable 7054 @DocsEditable
7175 static const int SVG_TRANSFORM_MATRIX = 1; 7055 static const int SVG_TRANSFORM_MATRIX = 1;
7176 7056
7177 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') 7057 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE')
7178 @DocsEditable 7058 @DocsEditable
7179 static const int SVG_TRANSFORM_ROTATE = 4; 7059 static const int SVG_TRANSFORM_ROTATE = 4;
7180 7060
7181 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') 7061 @DomName('SVGTransform.SVG_TRANSFORM_SCALE')
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
7239 // for details. All rights reserved. Use of this source code is governed by a 7119 // for details. All rights reserved. Use of this source code is governed by a
7240 // BSD-style license that can be found in the LICENSE file. 7120 // BSD-style license that can be found in the LICENSE file.
7241 7121
7242 // WARNING: Do not edit - generated code. 7122 // WARNING: Do not edit - generated code.
7243 7123
7244 7124
7245 @DocsEditable 7125 @DocsEditable
7246 @DomName('SVGTransformList') 7126 @DomName('SVGTransformList')
7247 @Unstable 7127 @Unstable
7248 class TransformList extends NativeFieldWrapperClass1 with ListMixin<Transform>, ImmutableListMixin<Transform> implements List<Transform> { 7128 class TransformList extends NativeFieldWrapperClass1 with ListMixin<Transform>, ImmutableListMixin<Transform> implements List<Transform> {
7249 // To suppress missing implicit constructor warnings. 7129 TransformList.internal();
7250 factory TransformList._() { throw new UnsupportedError("Not supported"); }
7251 7130
7252 @DomName('SVGTransformList.numberOfItems') 7131 @DomName('SVGTransformList.numberOfItems')
7253 @DocsEditable 7132 @DocsEditable
7254 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; 7133 int get numberOfItems native "SVGTransformList_numberOfItems_Getter";
7255 7134
7256 Transform operator[](int index) { 7135 Transform operator[](int index) {
7257 if (index < 0 || index >= length) 7136 if (index < 0 || index >= length)
7258 throw new RangeError.range(index, 0, length); 7137 throw new RangeError.range(index, 0, length);
7259 return _nativeIndexedGetter(index); 7138 return _nativeIndexedGetter(index);
7260 } 7139 }
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
7341 // for details. All rights reserved. Use of this source code is governed by a 7220 // for details. All rights reserved. Use of this source code is governed by a
7342 // BSD-style license that can be found in the LICENSE file. 7221 // BSD-style license that can be found in the LICENSE file.
7343 7222
7344 // WARNING: Do not edit - generated code. 7223 // WARNING: Do not edit - generated code.
7345 7224
7346 7225
7347 @DocsEditable 7226 @DocsEditable
7348 @DomName('SVGTransformable') 7227 @DomName('SVGTransformable')
7349 @Unstable 7228 @Unstable
7350 class Transformable extends NativeFieldWrapperClass1 implements Locatable { 7229 class Transformable extends NativeFieldWrapperClass1 implements Locatable {
7351 // To suppress missing implicit constructor warnings. 7230 Transformable.internal();
7352 factory Transformable._() { throw new UnsupportedError("Not supported"); }
7353 7231
7354 @DomName('SVGTransformable.transform') 7232 @DomName('SVGTransformable.transform')
7355 @DocsEditable 7233 @DocsEditable
7356 AnimatedTransformList get transform native "SVGTransformable_transform_Getter" ; 7234 AnimatedTransformList get transform native "SVGTransformable_transform_Getter" ;
7357 7235
7358 @DomName('SVGTransformable.farthestViewportElement') 7236 @DomName('SVGTransformable.farthestViewportElement')
7359 @DocsEditable 7237 @DocsEditable
7360 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo rtElement_Getter"; 7238 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo rtElement_Getter";
7361 7239
7362 @DomName('SVGTransformable.nearestViewportElement') 7240 @DomName('SVGTransformable.nearestViewportElement')
(...skipping 21 matching lines...) Expand all
7384 // for details. All rights reserved. Use of this source code is governed by a 7262 // for details. All rights reserved. Use of this source code is governed by a
7385 // BSD-style license that can be found in the LICENSE file. 7263 // BSD-style license that can be found in the LICENSE file.
7386 7264
7387 // WARNING: Do not edit - generated code. 7265 // WARNING: Do not edit - generated code.
7388 7266
7389 7267
7390 @DocsEditable 7268 @DocsEditable
7391 @DomName('SVGUnitTypes') 7269 @DomName('SVGUnitTypes')
7392 @Unstable 7270 @Unstable
7393 class UnitTypes extends NativeFieldWrapperClass1 { 7271 class UnitTypes extends NativeFieldWrapperClass1 {
7394 // To suppress missing implicit constructor warnings. 7272 UnitTypes.internal();
7395 factory UnitTypes._() { throw new UnsupportedError("Not supported"); }
7396 7273
7397 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') 7274 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX')
7398 @DocsEditable 7275 @DocsEditable
7399 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; 7276 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
7400 7277
7401 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') 7278 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN')
7402 @DocsEditable 7279 @DocsEditable
7403 static const int SVG_UNIT_TYPE_UNKNOWN = 0; 7280 static const int SVG_UNIT_TYPE_UNKNOWN = 0;
7404 7281
7405 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') 7282 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE')
7406 @DocsEditable 7283 @DocsEditable
7407 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; 7284 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1;
7408 7285
7409 } 7286 }
7410 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7287 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7411 // for details. All rights reserved. Use of this source code is governed by a 7288 // for details. All rights reserved. Use of this source code is governed by a
7412 // BSD-style license that can be found in the LICENSE file. 7289 // BSD-style license that can be found in the LICENSE file.
7413 7290
7414 // WARNING: Do not edit - generated code. 7291 // WARNING: Do not edit - generated code.
7415 7292
7416 7293
7417 @DocsEditable 7294 @DocsEditable
7418 @DomName('SVGURIReference') 7295 @DomName('SVGURIReference')
7419 @Unstable 7296 @Unstable
7420 class UriReference extends NativeFieldWrapperClass1 { 7297 class UriReference extends NativeFieldWrapperClass1 {
7421 // To suppress missing implicit constructor warnings. 7298 UriReference.internal();
7422 factory UriReference._() { throw new UnsupportedError("Not supported"); }
7423 7299
7424 @DomName('SVGURIReference.href') 7300 @DomName('SVGURIReference.href')
7425 @DocsEditable 7301 @DocsEditable
7426 AnimatedString get href native "SVGURIReference_href_Getter"; 7302 AnimatedString get href native "SVGURIReference_href_Getter";
7427 7303
7428 } 7304 }
7429 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7305 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7430 // for details. All rights reserved. Use of this source code is governed by a 7306 // for details. All rights reserved. Use of this source code is governed by a
7431 // BSD-style license that can be found in the LICENSE file. 7307 // BSD-style license that can be found in the LICENSE file.
7432 7308
7433 // WARNING: Do not edit - generated code. 7309 // WARNING: Do not edit - generated code.
7434 7310
7435 7311
7436 @DocsEditable 7312 @DocsEditable
7437 @DomName('SVGUseElement') 7313 @DomName('SVGUseElement')
7438 @Unstable 7314 @Unstable
7439 class UseElement extends StyledElement implements UriReference, Tests, Transform able, ExternalResourcesRequired, LangSpace { 7315 class UseElement extends StyledElement implements UriReference, Tests, Transform able, ExternalResourcesRequired, LangSpace {
7440 // To suppress missing implicit constructor warnings. 7316 UseElement.internal() : super.internal();
7441 factory UseElement._() { throw new UnsupportedError("Not supported"); }
7442 7317
7443 @DomName('SVGUseElement.SVGUseElement') 7318 @DomName('SVGUseElement.SVGUseElement')
7444 @DocsEditable 7319 @DocsEditable
7445 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ; 7320 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ;
7446 7321
7447 @DomName('SVGUseElement.animatedInstanceRoot') 7322 @DomName('SVGUseElement.animatedInstanceRoot')
7448 @DocsEditable 7323 @DocsEditable
7449 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc eRoot_Getter"; 7324 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc eRoot_Getter";
7450 7325
7451 @DomName('SVGUseElement.height') 7326 @DomName('SVGUseElement.height')
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
7541 // for details. All rights reserved. Use of this source code is governed by a 7416 // for details. All rights reserved. Use of this source code is governed by a
7542 // BSD-style license that can be found in the LICENSE file. 7417 // BSD-style license that can be found in the LICENSE file.
7543 7418
7544 // WARNING: Do not edit - generated code. 7419 // WARNING: Do not edit - generated code.
7545 7420
7546 7421
7547 @DocsEditable 7422 @DocsEditable
7548 @DomName('SVGViewElement') 7423 @DomName('SVGViewElement')
7549 @Unstable 7424 @Unstable
7550 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR equired, ZoomAndPan { 7425 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR equired, ZoomAndPan {
7551 // To suppress missing implicit constructor warnings. 7426 ViewElement.internal() : super.internal();
7552 factory ViewElement._() { throw new UnsupportedError("Not supported"); }
7553 7427
7554 @DomName('SVGViewElement.SVGViewElement') 7428 @DomName('SVGViewElement.SVGViewElement')
7555 @DocsEditable 7429 @DocsEditable
7556 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view "); 7430 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view ");
7557 7431
7558 @DomName('SVGViewElement.viewTarget') 7432 @DomName('SVGViewElement.viewTarget')
7559 @DocsEditable 7433 @DocsEditable
7560 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; 7434 StringList get viewTarget native "SVGViewElement_viewTarget_Getter";
7561 7435
7562 @DomName('SVGViewElement.externalResourcesRequired') 7436 @DomName('SVGViewElement.externalResourcesRequired')
(...skipping 21 matching lines...) Expand all
7584 // for details. All rights reserved. Use of this source code is governed by a 7458 // for details. All rights reserved. Use of this source code is governed by a
7585 // BSD-style license that can be found in the LICENSE file. 7459 // BSD-style license that can be found in the LICENSE file.
7586 7460
7587 // WARNING: Do not edit - generated code. 7461 // WARNING: Do not edit - generated code.
7588 7462
7589 7463
7590 @DocsEditable 7464 @DocsEditable
7591 @DomName('SVGViewSpec') 7465 @DomName('SVGViewSpec')
7592 @Unstable 7466 @Unstable
7593 class ViewSpec extends NativeFieldWrapperClass1 { 7467 class ViewSpec extends NativeFieldWrapperClass1 {
7594 // To suppress missing implicit constructor warnings. 7468 ViewSpec.internal();
7595 factory ViewSpec._() { throw new UnsupportedError("Not supported"); }
7596 7469
7597 @DomName('SVGViewSpec.preserveAspectRatio') 7470 @DomName('SVGViewSpec.preserveAspectRatio')
7598 @DocsEditable 7471 @DocsEditable
7599 @Experimental // nonstandard 7472 @Experimental // nonstandard
7600 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser veAspectRatio_Getter"; 7473 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser veAspectRatio_Getter";
7601 7474
7602 @DomName('SVGViewSpec.preserveAspectRatioString') 7475 @DomName('SVGViewSpec.preserveAspectRatioString')
7603 @DocsEditable 7476 @DocsEditable
7604 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt ring_Getter"; 7477 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt ring_Getter";
7605 7478
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
7643 // for details. All rights reserved. Use of this source code is governed by a 7516 // for details. All rights reserved. Use of this source code is governed by a
7644 // BSD-style license that can be found in the LICENSE file. 7517 // BSD-style license that can be found in the LICENSE file.
7645 7518
7646 // WARNING: Do not edit - generated code. 7519 // WARNING: Do not edit - generated code.
7647 7520
7648 7521
7649 @DocsEditable 7522 @DocsEditable
7650 @DomName('SVGZoomAndPan') 7523 @DomName('SVGZoomAndPan')
7651 @Unstable 7524 @Unstable
7652 class ZoomAndPan extends NativeFieldWrapperClass1 { 7525 class ZoomAndPan extends NativeFieldWrapperClass1 {
7653 // To suppress missing implicit constructor warnings. 7526 ZoomAndPan.internal();
7654 factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); }
7655 7527
7656 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') 7528 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE')
7657 @DocsEditable 7529 @DocsEditable
7658 static const int SVG_ZOOMANDPAN_DISABLE = 1; 7530 static const int SVG_ZOOMANDPAN_DISABLE = 1;
7659 7531
7660 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') 7532 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY')
7661 @DocsEditable 7533 @DocsEditable
7662 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; 7534 static const int SVG_ZOOMANDPAN_MAGNIFY = 2;
7663 7535
7664 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') 7536 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN')
(...skipping 13 matching lines...) Expand all
7678 // for details. All rights reserved. Use of this source code is governed by a 7550 // for details. All rights reserved. Use of this source code is governed by a
7679 // BSD-style license that can be found in the LICENSE file. 7551 // BSD-style license that can be found in the LICENSE file.
7680 7552
7681 // WARNING: Do not edit - generated code. 7553 // WARNING: Do not edit - generated code.
7682 7554
7683 7555
7684 @DocsEditable 7556 @DocsEditable
7685 @DomName('SVGZoomEvent') 7557 @DomName('SVGZoomEvent')
7686 @Unstable 7558 @Unstable
7687 class ZoomEvent extends UIEvent { 7559 class ZoomEvent extends UIEvent {
7688 // To suppress missing implicit constructor warnings. 7560 ZoomEvent.internal() : super.internal();
7689 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); }
7690 7561
7691 @DomName('SVGZoomEvent.newScale') 7562 @DomName('SVGZoomEvent.newScale')
7692 @DocsEditable 7563 @DocsEditable
7693 num get newScale native "SVGZoomEvent_newScale_Getter"; 7564 num get newScale native "SVGZoomEvent_newScale_Getter";
7694 7565
7695 @DomName('SVGZoomEvent.newTranslate') 7566 @DomName('SVGZoomEvent.newTranslate')
7696 @DocsEditable 7567 @DocsEditable
7697 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; 7568 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter";
7698 7569
7699 @DomName('SVGZoomEvent.previousScale') 7570 @DomName('SVGZoomEvent.previousScale')
(...skipping 13 matching lines...) Expand all
7713 // for details. All rights reserved. Use of this source code is governed by a 7584 // for details. All rights reserved. Use of this source code is governed by a
7714 // BSD-style license that can be found in the LICENSE file. 7585 // BSD-style license that can be found in the LICENSE file.
7715 7586
7716 // WARNING: Do not edit - generated code. 7587 // WARNING: Do not edit - generated code.
7717 7588
7718 7589
7719 @DocsEditable 7590 @DocsEditable
7720 @DomName('SVGElementInstanceList') 7591 @DomName('SVGElementInstanceList')
7721 @Unstable 7592 @Unstable
7722 class _ElementInstanceList extends NativeFieldWrapperClass1 with ListMixin<Eleme ntInstance>, ImmutableListMixin<ElementInstance> implements List<ElementInstance > { 7593 class _ElementInstanceList extends NativeFieldWrapperClass1 with ListMixin<Eleme ntInstance>, ImmutableListMixin<ElementInstance> implements List<ElementInstance > {
7723 // To suppress missing implicit constructor warnings. 7594 _ElementInstanceList.internal();
7724 factory _ElementInstanceList._() { throw new UnsupportedError("Not supported") ; }
7725 7595
7726 @DomName('SVGElementInstanceList.length') 7596 @DomName('SVGElementInstanceList.length')
7727 @DocsEditable 7597 @DocsEditable
7728 int get length native "SVGElementInstanceList_length_Getter"; 7598 int get length native "SVGElementInstanceList_length_Getter";
7729 7599
7730 ElementInstance operator[](int index) { 7600 ElementInstance operator[](int index) {
7731 if (index < 0 || index >= length) 7601 if (index < 0 || index >= length)
7732 throw new RangeError.range(index, 0, length); 7602 throw new RangeError.range(index, 0, length);
7733 return _nativeIndexedGetter(index); 7603 return _nativeIndexedGetter(index);
7734 } 7604 }
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
7781 // for details. All rights reserved. Use of this source code is governed by a 7651 // for details. All rights reserved. Use of this source code is governed by a
7782 // BSD-style license that can be found in the LICENSE file. 7652 // BSD-style license that can be found in the LICENSE file.
7783 7653
7784 // WARNING: Do not edit - generated code. 7654 // WARNING: Do not edit - generated code.
7785 7655
7786 7656
7787 @DocsEditable 7657 @DocsEditable
7788 @DomName('SVGGradientElement') 7658 @DomName('SVGGradientElement')
7789 @Unstable 7659 @Unstable
7790 class _GradientElement extends StyledElement implements UriReference, ExternalRe sourcesRequired { 7660 class _GradientElement extends StyledElement implements UriReference, ExternalRe sourcesRequired {
7791 // To suppress missing implicit constructor warnings. 7661 _GradientElement.internal() : super.internal();
7792 factory _GradientElement._() { throw new UnsupportedError("Not supported"); }
7793 7662
7794 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') 7663 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD')
7795 @DocsEditable 7664 @DocsEditable
7796 static const int SVG_SPREADMETHOD_PAD = 1; 7665 static const int SVG_SPREADMETHOD_PAD = 1;
7797 7666
7798 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REFLECT') 7667 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REFLECT')
7799 @DocsEditable 7668 @DocsEditable
7800 static const int SVG_SPREADMETHOD_REFLECT = 2; 7669 static const int SVG_SPREADMETHOD_REFLECT = 2;
7801 7670
7802 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT') 7671 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT')
(...skipping 29 matching lines...) Expand all
7832 // for details. All rights reserved. Use of this source code is governed by a 7701 // for details. All rights reserved. Use of this source code is governed by a
7833 // BSD-style license that can be found in the LICENSE file. 7702 // BSD-style license that can be found in the LICENSE file.
7834 7703
7835 // WARNING: Do not edit - generated code. 7704 // WARNING: Do not edit - generated code.
7836 7705
7837 7706
7838 @DocsEditable 7707 @DocsEditable
7839 @DomName('SVGAltGlyphDefElement') 7708 @DomName('SVGAltGlyphDefElement')
7840 @Unstable 7709 @Unstable
7841 abstract class _SVGAltGlyphDefElement extends SvgElement { 7710 abstract class _SVGAltGlyphDefElement extends SvgElement {
7842 // To suppress missing implicit constructor warnings. 7711 _SVGAltGlyphDefElement.internal() : super.internal();
7843 factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported "); }
7844 7712
7845 } 7713 }
7846 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7714 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7847 // for details. All rights reserved. Use of this source code is governed by a 7715 // for details. All rights reserved. Use of this source code is governed by a
7848 // BSD-style license that can be found in the LICENSE file. 7716 // BSD-style license that can be found in the LICENSE file.
7849 7717
7850 // WARNING: Do not edit - generated code. 7718 // WARNING: Do not edit - generated code.
7851 7719
7852 7720
7853 @DocsEditable 7721 @DocsEditable
7854 @DomName('SVGAltGlyphItemElement') 7722 @DomName('SVGAltGlyphItemElement')
7855 @Unstable 7723 @Unstable
7856 abstract class _SVGAltGlyphItemElement extends SvgElement { 7724 abstract class _SVGAltGlyphItemElement extends SvgElement {
7857 // To suppress missing implicit constructor warnings. 7725 _SVGAltGlyphItemElement.internal() : super.internal();
7858 factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supporte d"); }
7859 7726
7860 } 7727 }
7861 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7728 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7862 // for details. All rights reserved. Use of this source code is governed by a 7729 // for details. All rights reserved. Use of this source code is governed by a
7863 // BSD-style license that can be found in the LICENSE file. 7730 // BSD-style license that can be found in the LICENSE file.
7864 7731
7865 // WARNING: Do not edit - generated code. 7732 // WARNING: Do not edit - generated code.
7866 7733
7867 7734
7868 @DocsEditable 7735 @DocsEditable
7869 @DomName('SVGAnimateColorElement') 7736 @DomName('SVGAnimateColorElement')
7870 @Unstable 7737 @Unstable
7871 abstract class _SVGAnimateColorElement extends AnimationElement { 7738 abstract class _SVGAnimateColorElement extends AnimationElement {
7872 // To suppress missing implicit constructor warnings. 7739 _SVGAnimateColorElement.internal() : super.internal();
7873 factory _SVGAnimateColorElement._() { throw new UnsupportedError("Not supporte d"); }
7874 7740
7875 } 7741 }
7876 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 7742 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
7877 // for details. All rights reserved. Use of this source code is governed by a 7743 // for details. All rights reserved. Use of this source code is governed by a
7878 // BSD-style license that can be found in the LICENSE file. 7744 // BSD-style license that can be found in the LICENSE file.
7879 7745
7880 7746
7881 // Hack because the baseclass is private in dart:html, and we want to omit this 7747 // Hack because the baseclass is private in dart:html, and we want to omit this
7882 // type entirely but can't. 7748 // type entirely but can't.
7883 @DocsEditable 7749 @DocsEditable
7884 @DomName('SVGColor') 7750 @DomName('SVGColor')
7885 @Unstable 7751 @Unstable
7886 abstract class _SVGColor { 7752 class _SVGColor {
7887 _SVGColor.internal(); 7753 _SVGColor.internal();
7888 } 7754 }
7889 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7755 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7890 // for details. All rights reserved. Use of this source code is governed by a 7756 // for details. All rights reserved. Use of this source code is governed by a
7891 // BSD-style license that can be found in the LICENSE file. 7757 // BSD-style license that can be found in the LICENSE file.
7892 7758
7893 // WARNING: Do not edit - generated code. 7759 // WARNING: Do not edit - generated code.
7894 7760
7895 7761
7896 @DocsEditable 7762 @DocsEditable
7897 @DomName('SVGComponentTransferFunctionElement') 7763 @DomName('SVGComponentTransferFunctionElement')
7898 @Unstable 7764 @Unstable
7899 abstract class _SVGComponentTransferFunctionElement extends SvgElement { 7765 abstract class _SVGComponentTransferFunctionElement extends SvgElement {
7900 // To suppress missing implicit constructor warnings. 7766 _SVGComponentTransferFunctionElement.internal() : super.internal();
7901 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError( "Not supported"); }
7902 7767
7903 } 7768 }
7904 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7769 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7905 // for details. All rights reserved. Use of this source code is governed by a 7770 // for details. All rights reserved. Use of this source code is governed by a
7906 // BSD-style license that can be found in the LICENSE file. 7771 // BSD-style license that can be found in the LICENSE file.
7907 7772
7908 // WARNING: Do not edit - generated code. 7773 // WARNING: Do not edit - generated code.
7909 7774
7910 7775
7911 @DocsEditable 7776 @DocsEditable
7912 @DomName('SVGCursorElement') 7777 @DomName('SVGCursorElement')
7913 @Unstable 7778 @Unstable
7914 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes ts, ExternalResourcesRequired { 7779 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes ts, ExternalResourcesRequired {
7915 // To suppress missing implicit constructor warnings. 7780 _SVGCursorElement.internal() : super.internal();
7916 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); }
7917 7781
7918 @DomName('SVGCursorElement.SVGCursorElement') 7782 @DomName('SVGCursorElement.SVGCursorElement')
7919 @DocsEditable 7783 @DocsEditable
7920 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag ("cursor"); 7784 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag ("cursor");
7921 7785
7922 /// Checks if this type is supported on the current platform. 7786 /// Checks if this type is supported on the current platform.
7923 static bool get supported => true; 7787 static bool get supported => true;
7924 7788
7925 } 7789 }
7926 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7790 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7927 // for details. All rights reserved. Use of this source code is governed by a 7791 // for details. All rights reserved. Use of this source code is governed by a
7928 // BSD-style license that can be found in the LICENSE file. 7792 // BSD-style license that can be found in the LICENSE file.
7929 7793
7930 // WARNING: Do not edit - generated code. 7794 // WARNING: Do not edit - generated code.
7931 7795
7932 7796
7933 @DocsEditable 7797 @DocsEditable
7934 @DomName('SVGFEDropShadowElement') 7798 @DomName('SVGFEDropShadowElement')
7935 @Experimental // nonstandard 7799 @Experimental // nonstandard
7936 abstract class _SVGFEDropShadowElement extends StyledElement implements FilterPr imitiveStandardAttributes { 7800 abstract class _SVGFEDropShadowElement extends StyledElement implements FilterPr imitiveStandardAttributes {
7937 // To suppress missing implicit constructor warnings. 7801 _SVGFEDropShadowElement.internal() : super.internal();
7938 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte d"); }
7939 7802
7940 } 7803 }
7941 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7804 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7942 // for details. All rights reserved. Use of this source code is governed by a 7805 // for details. All rights reserved. Use of this source code is governed by a
7943 // BSD-style license that can be found in the LICENSE file. 7806 // BSD-style license that can be found in the LICENSE file.
7944 7807
7945 // WARNING: Do not edit - generated code. 7808 // WARNING: Do not edit - generated code.
7946 7809
7947 7810
7948 @DocsEditable 7811 @DocsEditable
7949 @DomName('SVGFontElement') 7812 @DomName('SVGFontElement')
7950 @Unstable 7813 @Unstable
7951 abstract class _SVGFontElement extends SvgElement { 7814 abstract class _SVGFontElement extends SvgElement {
7952 // To suppress missing implicit constructor warnings. 7815 _SVGFontElement.internal() : super.internal();
7953 factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); }
7954 7816
7955 } 7817 }
7956 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7818 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7957 // for details. All rights reserved. Use of this source code is governed by a 7819 // for details. All rights reserved. Use of this source code is governed by a
7958 // BSD-style license that can be found in the LICENSE file. 7820 // BSD-style license that can be found in the LICENSE file.
7959 7821
7960 // WARNING: Do not edit - generated code. 7822 // WARNING: Do not edit - generated code.
7961 7823
7962 7824
7963 @DocsEditable 7825 @DocsEditable
7964 @DomName('SVGFontFaceElement') 7826 @DomName('SVGFontFaceElement')
7965 @Unstable 7827 @Unstable
7966 abstract class _SVGFontFaceElement extends SvgElement { 7828 abstract class _SVGFontFaceElement extends SvgElement {
7967 // To suppress missing implicit constructor warnings. 7829 _SVGFontFaceElement.internal() : super.internal();
7968 factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported"); }
7969 7830
7970 } 7831 }
7971 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7832 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7972 // for details. All rights reserved. Use of this source code is governed by a 7833 // for details. All rights reserved. Use of this source code is governed by a
7973 // BSD-style license that can be found in the LICENSE file. 7834 // BSD-style license that can be found in the LICENSE file.
7974 7835
7975 // WARNING: Do not edit - generated code. 7836 // WARNING: Do not edit - generated code.
7976 7837
7977 7838
7978 @DocsEditable 7839 @DocsEditable
7979 @DomName('SVGFontFaceFormatElement') 7840 @DomName('SVGFontFaceFormatElement')
7980 @Unstable 7841 @Unstable
7981 abstract class _SVGFontFaceFormatElement extends SvgElement { 7842 abstract class _SVGFontFaceFormatElement extends SvgElement {
7982 // To suppress missing implicit constructor warnings. 7843 _SVGFontFaceFormatElement.internal() : super.internal();
7983 factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not suppor ted"); }
7984 7844
7985 } 7845 }
7986 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7846 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7987 // for details. All rights reserved. Use of this source code is governed by a 7847 // for details. All rights reserved. Use of this source code is governed by a
7988 // BSD-style license that can be found in the LICENSE file. 7848 // BSD-style license that can be found in the LICENSE file.
7989 7849
7990 // WARNING: Do not edit - generated code. 7850 // WARNING: Do not edit - generated code.
7991 7851
7992 7852
7993 @DocsEditable 7853 @DocsEditable
7994 @DomName('SVGFontFaceNameElement') 7854 @DomName('SVGFontFaceNameElement')
7995 @Unstable 7855 @Unstable
7996 abstract class _SVGFontFaceNameElement extends SvgElement { 7856 abstract class _SVGFontFaceNameElement extends SvgElement {
7997 // To suppress missing implicit constructor warnings. 7857 _SVGFontFaceNameElement.internal() : super.internal();
7998 factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supporte d"); }
7999 7858
8000 } 7859 }
8001 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7860 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8002 // for details. All rights reserved. Use of this source code is governed by a 7861 // for details. All rights reserved. Use of this source code is governed by a
8003 // BSD-style license that can be found in the LICENSE file. 7862 // BSD-style license that can be found in the LICENSE file.
8004 7863
8005 // WARNING: Do not edit - generated code. 7864 // WARNING: Do not edit - generated code.
8006 7865
8007 7866
8008 @DocsEditable 7867 @DocsEditable
8009 @DomName('SVGFontFaceSrcElement') 7868 @DomName('SVGFontFaceSrcElement')
8010 @Unstable 7869 @Unstable
8011 abstract class _SVGFontFaceSrcElement extends SvgElement { 7870 abstract class _SVGFontFaceSrcElement extends SvgElement {
8012 // To suppress missing implicit constructor warnings. 7871 _SVGFontFaceSrcElement.internal() : super.internal();
8013 factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported "); }
8014 7872
8015 } 7873 }
8016 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7874 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8017 // for details. All rights reserved. Use of this source code is governed by a 7875 // for details. All rights reserved. Use of this source code is governed by a
8018 // BSD-style license that can be found in the LICENSE file. 7876 // BSD-style license that can be found in the LICENSE file.
8019 7877
8020 // WARNING: Do not edit - generated code. 7878 // WARNING: Do not edit - generated code.
8021 7879
8022 7880
8023 @DocsEditable 7881 @DocsEditable
8024 @DomName('SVGFontFaceUriElement') 7882 @DomName('SVGFontFaceUriElement')
8025 @Unstable 7883 @Unstable
8026 abstract class _SVGFontFaceUriElement extends SvgElement { 7884 abstract class _SVGFontFaceUriElement extends SvgElement {
8027 // To suppress missing implicit constructor warnings. 7885 _SVGFontFaceUriElement.internal() : super.internal();
8028 factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported "); }
8029 7886
8030 } 7887 }
8031 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7888 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8032 // for details. All rights reserved. Use of this source code is governed by a 7889 // for details. All rights reserved. Use of this source code is governed by a
8033 // BSD-style license that can be found in the LICENSE file. 7890 // BSD-style license that can be found in the LICENSE file.
8034 7891
8035 // WARNING: Do not edit - generated code. 7892 // WARNING: Do not edit - generated code.
8036 7893
8037 7894
8038 @DocsEditable 7895 @DocsEditable
8039 @DomName('SVGGlyphElement') 7896 @DomName('SVGGlyphElement')
8040 @Unstable 7897 @Unstable
8041 abstract class _SVGGlyphElement extends SvgElement { 7898 abstract class _SVGGlyphElement extends SvgElement {
8042 // To suppress missing implicit constructor warnings. 7899 _SVGGlyphElement.internal() : super.internal();
8043 factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); }
8044 7900
8045 @DomName('SVGGlyphElement.SVGGlyphElement') 7901 @DomName('SVGGlyphElement.SVGGlyphElement')
8046 @DocsEditable 7902 @DocsEditable
8047 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag( "glyph"); 7903 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag( "glyph");
8048 7904
8049 } 7905 }
8050 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7906 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8051 // for details. All rights reserved. Use of this source code is governed by a 7907 // for details. All rights reserved. Use of this source code is governed by a
8052 // BSD-style license that can be found in the LICENSE file. 7908 // BSD-style license that can be found in the LICENSE file.
8053 7909
8054 // WARNING: Do not edit - generated code. 7910 // WARNING: Do not edit - generated code.
8055 7911
8056 7912
8057 @DocsEditable 7913 @DocsEditable
8058 @DomName('SVGGlyphRefElement') 7914 @DomName('SVGGlyphRefElement')
8059 @Unstable 7915 @Unstable
8060 abstract class _SVGGlyphRefElement extends StyledElement implements UriReference { 7916 abstract class _SVGGlyphRefElement extends StyledElement implements UriReference {
8061 // To suppress missing implicit constructor warnings. 7917 _SVGGlyphRefElement.internal() : super.internal();
8062 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported"); }
8063 7918
8064 } 7919 }
8065 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7920 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8066 // for details. All rights reserved. Use of this source code is governed by a 7921 // for details. All rights reserved. Use of this source code is governed by a
8067 // BSD-style license that can be found in the LICENSE file. 7922 // BSD-style license that can be found in the LICENSE file.
8068 7923
8069 // WARNING: Do not edit - generated code. 7924 // WARNING: Do not edit - generated code.
8070 7925
8071 7926
8072 @DocsEditable 7927 @DocsEditable
8073 @DomName('SVGHKernElement') 7928 @DomName('SVGHKernElement')
8074 @Unstable 7929 @Unstable
8075 abstract class _SVGHKernElement extends SvgElement { 7930 abstract class _SVGHKernElement extends SvgElement {
8076 // To suppress missing implicit constructor warnings. 7931 _SVGHKernElement.internal() : super.internal();
8077 factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); }
8078 7932
8079 @DomName('SVGHKernElement.SVGHKernElement') 7933 @DomName('SVGHKernElement.SVGHKernElement')
8080 @DocsEditable 7934 @DocsEditable
8081 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "hkern"); 7935 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "hkern");
8082 7936
8083 } 7937 }
8084 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7938 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8085 // for details. All rights reserved. Use of this source code is governed by a 7939 // for details. All rights reserved. Use of this source code is governed by a
8086 // BSD-style license that can be found in the LICENSE file. 7940 // BSD-style license that can be found in the LICENSE file.
8087 7941
8088 // WARNING: Do not edit - generated code. 7942 // WARNING: Do not edit - generated code.
8089 7943
8090 7944
8091 @DocsEditable 7945 @DocsEditable
8092 @DomName('SVGMPathElement') 7946 @DomName('SVGMPathElement')
8093 abstract class _SVGMPathElement extends SvgElement implements UriReference, Exte rnalResourcesRequired { 7947 abstract class _SVGMPathElement extends SvgElement implements UriReference, Exte rnalResourcesRequired {
8094 // To suppress missing implicit constructor warnings. 7948 _SVGMPathElement.internal() : super.internal();
8095 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); }
8096 7949
8097 @DomName('SVGMPathElement.SVGMPathElement') 7950 @DomName('SVGMPathElement.SVGMPathElement')
8098 @DocsEditable 7951 @DocsEditable
8099 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag( "mpath"); 7952 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag( "mpath");
8100 7953
8101 } 7954 }
8102 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7955 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8103 // for details. All rights reserved. Use of this source code is governed by a 7956 // for details. All rights reserved. Use of this source code is governed by a
8104 // BSD-style license that can be found in the LICENSE file. 7957 // BSD-style license that can be found in the LICENSE file.
8105 7958
8106 // WARNING: Do not edit - generated code. 7959 // WARNING: Do not edit - generated code.
8107 7960
8108 7961
8109 @DocsEditable 7962 @DocsEditable
8110 @DomName('SVGMissingGlyphElement') 7963 @DomName('SVGMissingGlyphElement')
8111 @Unstable 7964 @Unstable
8112 abstract class _SVGMissingGlyphElement extends StyledElement { 7965 abstract class _SVGMissingGlyphElement extends StyledElement {
8113 // To suppress missing implicit constructor warnings. 7966 _SVGMissingGlyphElement.internal() : super.internal();
8114 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte d"); }
8115 7967
8116 } 7968 }
8117 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7969 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8118 // for details. All rights reserved. Use of this source code is governed by a 7970 // for details. All rights reserved. Use of this source code is governed by a
8119 // BSD-style license that can be found in the LICENSE file. 7971 // BSD-style license that can be found in the LICENSE file.
8120 7972
8121 // WARNING: Do not edit - generated code. 7973 // WARNING: Do not edit - generated code.
8122 7974
8123 7975
8124 @DocsEditable 7976 @DocsEditable
8125 @DomName('SVGPaint') 7977 @DomName('SVGPaint')
8126 @Unstable 7978 @Unstable
8127 abstract class _SVGPaint extends _SVGColor { 7979 abstract class _SVGPaint extends _SVGColor {
8128 // To suppress missing implicit constructor warnings. 7980 _SVGPaint.internal() : super.internal();
8129 factory _SVGPaint._() { throw new UnsupportedError("Not supported"); }
8130 7981
8131 } 7982 }
8132 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7983 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8133 // for details. All rights reserved. Use of this source code is governed by a 7984 // for details. All rights reserved. Use of this source code is governed by a
8134 // BSD-style license that can be found in the LICENSE file. 7985 // BSD-style license that can be found in the LICENSE file.
8135 7986
8136 // WARNING: Do not edit - generated code. 7987 // WARNING: Do not edit - generated code.
8137 7988
8138 7989
8139 @DocsEditable 7990 @DocsEditable
8140 @DomName('SVGTRefElement') 7991 @DomName('SVGTRefElement')
8141 @Unstable 7992 @Unstable
8142 abstract class _SVGTRefElement extends TextPositioningElement implements UriRefe rence { 7993 abstract class _SVGTRefElement extends TextPositioningElement implements UriRefe rence {
8143 // To suppress missing implicit constructor warnings. 7994 _SVGTRefElement.internal() : super.internal();
8144 factory _SVGTRefElement._() { throw new UnsupportedError("Not supported"); }
8145 7995
8146 @DomName('SVGTRefElement.SVGTRefElement') 7996 @DomName('SVGTRefElement.SVGTRefElement')
8147 @DocsEditable 7997 @DocsEditable
8148 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag(" tref"); 7998 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag(" tref");
8149 7999
8150 } 8000 }
8151 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8001 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8152 // for details. All rights reserved. Use of this source code is governed by a 8002 // for details. All rights reserved. Use of this source code is governed by a
8153 // BSD-style license that can be found in the LICENSE file. 8003 // BSD-style license that can be found in the LICENSE file.
8154 8004
8155 // WARNING: Do not edit - generated code. 8005 // WARNING: Do not edit - generated code.
8156 8006
8157 8007
8158 @DocsEditable 8008 @DocsEditable
8159 @DomName('SVGVKernElement') 8009 @DomName('SVGVKernElement')
8160 @Unstable 8010 @Unstable
8161 abstract class _SVGVKernElement extends SvgElement { 8011 abstract class _SVGVKernElement extends SvgElement {
8162 // To suppress missing implicit constructor warnings. 8012 _SVGVKernElement.internal() : super.internal();
8163 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); }
8164 8013
8165 @DomName('SVGVKernElement.SVGVKernElement') 8014 @DomName('SVGVKernElement.SVGVKernElement')
8166 @DocsEditable 8015 @DocsEditable
8167 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 8016 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
8168 8017
8169 } 8018 }
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