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

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

Issue 18054021: Fixing up DOM constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 AElement.internal() : super.internal(); 67 // To suppress missing implicit constructor warnings.
68 factory AElement._() { throw new UnsupportedError("Not supported"); }
68 69
69 @DomName('SVGAElement.SVGAElement') 70 @DomName('SVGAElement.SVGAElement')
70 @DocsEditable 71 @DocsEditable
71 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); 72 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a");
72 73
73 @DomName('SVGAElement.target') 74 @DomName('SVGAElement.target')
74 @DocsEditable 75 @DocsEditable
75 AnimatedString get target native "SVGAElement_target_Getter"; 76 AnimatedString get target native "SVGAElement_target_Getter";
76 77
77 @DomName('SVGAElement.externalResourcesRequired') 78 @DomName('SVGAElement.externalResourcesRequired')
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 // WARNING: Do not edit - generated code. 151 // WARNING: Do not edit - generated code.
151 152
152 153
153 @DocsEditable 154 @DocsEditable
154 @DomName('SVGAltGlyphElement') 155 @DomName('SVGAltGlyphElement')
155 @SupportedBrowser(SupportedBrowser.CHROME) 156 @SupportedBrowser(SupportedBrowser.CHROME)
156 @SupportedBrowser(SupportedBrowser.FIREFOX) 157 @SupportedBrowser(SupportedBrowser.FIREFOX)
157 @SupportedBrowser(SupportedBrowser.SAFARI) 158 @SupportedBrowser(SupportedBrowser.SAFARI)
158 @Unstable 159 @Unstable
159 class AltGlyphElement extends TextPositioningElement implements UriReference { 160 class AltGlyphElement extends TextPositioningElement implements UriReference {
160 AltGlyphElement.internal() : super.internal(); 161 // To suppress missing implicit constructor warnings.
162 factory AltGlyphElement._() { throw new UnsupportedError("Not supported"); }
161 163
162 @DomName('SVGAltGlyphElement.SVGAltGlyphElement') 164 @DomName('SVGAltGlyphElement.SVGAltGlyphElement')
163 @DocsEditable 165 @DocsEditable
164 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(" altGlyph"); 166 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(" altGlyph");
165 167
166 /// Checks if this type is supported on the current platform. 168 /// Checks if this type is supported on the current platform.
167 static bool get supported => true; 169 static bool get supported => true;
168 170
169 @DomName('SVGAltGlyphElement.format') 171 @DomName('SVGAltGlyphElement.format')
170 @DocsEditable 172 @DocsEditable
(...skipping 20 matching lines...) Expand all
191 // for details. All rights reserved. Use of this source code is governed by a 193 // for details. All rights reserved. Use of this source code is governed by a
192 // BSD-style license that can be found in the LICENSE file. 194 // BSD-style license that can be found in the LICENSE file.
193 195
194 // WARNING: Do not edit - generated code. 196 // WARNING: Do not edit - generated code.
195 197
196 198
197 @DocsEditable 199 @DocsEditable
198 @DomName('SVGAngle') 200 @DomName('SVGAngle')
199 @Unstable 201 @Unstable
200 class Angle extends NativeFieldWrapperClass1 { 202 class Angle extends NativeFieldWrapperClass1 {
201 Angle.internal();
202 203
203 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') 204 @DomName('SVGAngle.SVG_ANGLETYPE_DEG')
204 @DocsEditable 205 @DocsEditable
205 static const int SVG_ANGLETYPE_DEG = 2; 206 static const int SVG_ANGLETYPE_DEG = 2;
206 207
207 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') 208 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD')
208 @DocsEditable 209 @DocsEditable
209 static const int SVG_ANGLETYPE_GRAD = 4; 210 static const int SVG_ANGLETYPE_GRAD = 4;
210 211
211 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') 212 @DomName('SVGAngle.SVG_ANGLETYPE_RAD')
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 // WARNING: Do not edit - generated code. 265 // WARNING: Do not edit - generated code.
265 266
266 267
267 @DocsEditable 268 @DocsEditable
268 @DomName('SVGAnimateElement') 269 @DomName('SVGAnimateElement')
269 @SupportedBrowser(SupportedBrowser.CHROME) 270 @SupportedBrowser(SupportedBrowser.CHROME)
270 @SupportedBrowser(SupportedBrowser.FIREFOX) 271 @SupportedBrowser(SupportedBrowser.FIREFOX)
271 @SupportedBrowser(SupportedBrowser.SAFARI) 272 @SupportedBrowser(SupportedBrowser.SAFARI)
272 @Unstable 273 @Unstable
273 class AnimateElement extends AnimationElement { 274 class AnimateElement extends AnimationElement {
274 AnimateElement.internal() : super.internal(); 275 // To suppress missing implicit constructor warnings.
276 factory AnimateElement._() { throw new UnsupportedError("Not supported"); }
275 277
276 @DomName('SVGAnimateElement.SVGAnimateElement') 278 @DomName('SVGAnimateElement.SVGAnimateElement')
277 @DocsEditable 279 @DocsEditable
278 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a nimate"); 280 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a nimate");
279 281
280 /// Checks if this type is supported on the current platform. 282 /// Checks if this type is supported on the current platform.
281 static bool get supported => true; 283 static bool get supported => true;
282 284
283 } 285 }
284 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 286 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
285 // for details. All rights reserved. Use of this source code is governed by a 287 // for details. All rights reserved. Use of this source code is governed by a
286 // BSD-style license that can be found in the LICENSE file. 288 // BSD-style license that can be found in the LICENSE file.
287 289
288 // WARNING: Do not edit - generated code. 290 // WARNING: Do not edit - generated code.
289 291
290 292
291 @DocsEditable 293 @DocsEditable
292 @DomName('SVGAnimateMotionElement') 294 @DomName('SVGAnimateMotionElement')
293 @SupportedBrowser(SupportedBrowser.CHROME) 295 @SupportedBrowser(SupportedBrowser.CHROME)
294 @SupportedBrowser(SupportedBrowser.FIREFOX) 296 @SupportedBrowser(SupportedBrowser.FIREFOX)
295 @SupportedBrowser(SupportedBrowser.SAFARI) 297 @SupportedBrowser(SupportedBrowser.SAFARI)
296 @Unstable 298 @Unstable
297 class AnimateMotionElement extends AnimationElement { 299 class AnimateMotionElement extends AnimationElement {
298 AnimateMotionElement.internal() : super.internal(); 300 // To suppress missing implicit constructor warnings.
301 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported") ; }
299 302
300 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') 303 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement')
301 @DocsEditable 304 @DocsEditable
302 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_ tag("animateMotion"); 305 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_ tag("animateMotion");
303 306
304 /// Checks if this type is supported on the current platform. 307 /// Checks if this type is supported on the current platform.
305 static bool get supported => true; 308 static bool get supported => true;
306 309
307 } 310 }
308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 311 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
309 // for details. All rights reserved. Use of this source code is governed by a 312 // for details. All rights reserved. Use of this source code is governed by a
310 // BSD-style license that can be found in the LICENSE file. 313 // BSD-style license that can be found in the LICENSE file.
311 314
312 // WARNING: Do not edit - generated code. 315 // WARNING: Do not edit - generated code.
313 316
314 317
315 @DocsEditable 318 @DocsEditable
316 @DomName('SVGAnimateTransformElement') 319 @DomName('SVGAnimateTransformElement')
317 @SupportedBrowser(SupportedBrowser.CHROME) 320 @SupportedBrowser(SupportedBrowser.CHROME)
318 @SupportedBrowser(SupportedBrowser.FIREFOX) 321 @SupportedBrowser(SupportedBrowser.FIREFOX)
319 @SupportedBrowser(SupportedBrowser.SAFARI) 322 @SupportedBrowser(SupportedBrowser.SAFARI)
320 @Unstable 323 @Unstable
321 class AnimateTransformElement extends AnimationElement { 324 class AnimateTransformElement extends AnimationElement {
322 AnimateTransformElement.internal() : super.internal(); 325 // To suppress missing implicit constructor warnings.
326 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte d"); }
323 327
324 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') 328 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement')
325 @DocsEditable 329 @DocsEditable
326 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("animateTransform"); 330 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("animateTransform");
327 331
328 /// Checks if this type is supported on the current platform. 332 /// Checks if this type is supported on the current platform.
329 static bool get supported => true; 333 static bool get supported => true;
330 334
331 } 335 }
332 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 336 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
333 // for details. All rights reserved. Use of this source code is governed by a 337 // for details. All rights reserved. Use of this source code is governed by a
334 // BSD-style license that can be found in the LICENSE file. 338 // BSD-style license that can be found in the LICENSE file.
335 339
336 // WARNING: Do not edit - generated code. 340 // WARNING: Do not edit - generated code.
337 341
338 342
339 @DocsEditable 343 @DocsEditable
340 @DomName('SVGAnimatedAngle') 344 @DomName('SVGAnimatedAngle')
341 @Unstable 345 @Unstable
342 class AnimatedAngle extends NativeFieldWrapperClass1 { 346 class AnimatedAngle extends NativeFieldWrapperClass1 {
343 AnimatedAngle.internal();
344 347
345 @DomName('SVGAnimatedAngle.animVal') 348 @DomName('SVGAnimatedAngle.animVal')
346 @DocsEditable 349 @DocsEditable
347 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; 350 Angle get animVal native "SVGAnimatedAngle_animVal_Getter";
348 351
349 @DomName('SVGAnimatedAngle.baseVal') 352 @DomName('SVGAnimatedAngle.baseVal')
350 @DocsEditable 353 @DocsEditable
351 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; 354 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter";
352 355
353 } 356 }
354 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 357 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
355 // for details. All rights reserved. Use of this source code is governed by a 358 // for details. All rights reserved. Use of this source code is governed by a
356 // BSD-style license that can be found in the LICENSE file. 359 // BSD-style license that can be found in the LICENSE file.
357 360
358 // WARNING: Do not edit - generated code. 361 // WARNING: Do not edit - generated code.
359 362
360 363
361 @DocsEditable 364 @DocsEditable
362 @DomName('SVGAnimatedBoolean') 365 @DomName('SVGAnimatedBoolean')
363 @Unstable 366 @Unstable
364 class AnimatedBoolean extends NativeFieldWrapperClass1 { 367 class AnimatedBoolean extends NativeFieldWrapperClass1 {
365 AnimatedBoolean.internal();
366 368
367 @DomName('SVGAnimatedBoolean.animVal') 369 @DomName('SVGAnimatedBoolean.animVal')
368 @DocsEditable 370 @DocsEditable
369 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; 371 bool get animVal native "SVGAnimatedBoolean_animVal_Getter";
370 372
371 @DomName('SVGAnimatedBoolean.baseVal') 373 @DomName('SVGAnimatedBoolean.baseVal')
372 @DocsEditable 374 @DocsEditable
373 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; 375 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter";
374 376
375 @DomName('SVGAnimatedBoolean.baseVal') 377 @DomName('SVGAnimatedBoolean.baseVal')
376 @DocsEditable 378 @DocsEditable
377 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; 379 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter";
378 380
379 } 381 }
380 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 382 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
381 // for details. All rights reserved. Use of this source code is governed by a 383 // for details. All rights reserved. Use of this source code is governed by a
382 // BSD-style license that can be found in the LICENSE file. 384 // BSD-style license that can be found in the LICENSE file.
383 385
384 // WARNING: Do not edit - generated code. 386 // WARNING: Do not edit - generated code.
385 387
386 388
387 @DocsEditable 389 @DocsEditable
388 @DomName('SVGAnimatedEnumeration') 390 @DomName('SVGAnimatedEnumeration')
389 @Unstable 391 @Unstable
390 class AnimatedEnumeration extends NativeFieldWrapperClass1 { 392 class AnimatedEnumeration extends NativeFieldWrapperClass1 {
391 AnimatedEnumeration.internal();
392 393
393 @DomName('SVGAnimatedEnumeration.animVal') 394 @DomName('SVGAnimatedEnumeration.animVal')
394 @DocsEditable 395 @DocsEditable
395 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; 396 int get animVal native "SVGAnimatedEnumeration_animVal_Getter";
396 397
397 @DomName('SVGAnimatedEnumeration.baseVal') 398 @DomName('SVGAnimatedEnumeration.baseVal')
398 @DocsEditable 399 @DocsEditable
399 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; 400 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter";
400 401
401 @DomName('SVGAnimatedEnumeration.baseVal') 402 @DomName('SVGAnimatedEnumeration.baseVal')
402 @DocsEditable 403 @DocsEditable
403 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; 404 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter";
404 405
405 } 406 }
406 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 407 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
407 // for details. All rights reserved. Use of this source code is governed by a 408 // for details. All rights reserved. Use of this source code is governed by a
408 // BSD-style license that can be found in the LICENSE file. 409 // BSD-style license that can be found in the LICENSE file.
409 410
410 // WARNING: Do not edit - generated code. 411 // WARNING: Do not edit - generated code.
411 412
412 413
413 @DocsEditable 414 @DocsEditable
414 @DomName('SVGAnimatedInteger') 415 @DomName('SVGAnimatedInteger')
415 @Unstable 416 @Unstable
416 class AnimatedInteger extends NativeFieldWrapperClass1 { 417 class AnimatedInteger extends NativeFieldWrapperClass1 {
417 AnimatedInteger.internal();
418 418
419 @DomName('SVGAnimatedInteger.animVal') 419 @DomName('SVGAnimatedInteger.animVal')
420 @DocsEditable 420 @DocsEditable
421 int get animVal native "SVGAnimatedInteger_animVal_Getter"; 421 int get animVal native "SVGAnimatedInteger_animVal_Getter";
422 422
423 @DomName('SVGAnimatedInteger.baseVal') 423 @DomName('SVGAnimatedInteger.baseVal')
424 @DocsEditable 424 @DocsEditable
425 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; 425 int get baseVal native "SVGAnimatedInteger_baseVal_Getter";
426 426
427 @DomName('SVGAnimatedInteger.baseVal') 427 @DomName('SVGAnimatedInteger.baseVal')
428 @DocsEditable 428 @DocsEditable
429 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; 429 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter";
430 430
431 } 431 }
432 // 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
433 // 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
434 // BSD-style license that can be found in the LICENSE file. 434 // BSD-style license that can be found in the LICENSE file.
435 435
436 // WARNING: Do not edit - generated code. 436 // WARNING: Do not edit - generated code.
437 437
438 438
439 @DocsEditable 439 @DocsEditable
440 @DomName('SVGAnimatedLength') 440 @DomName('SVGAnimatedLength')
441 @Unstable 441 @Unstable
442 class AnimatedLength extends NativeFieldWrapperClass1 { 442 class AnimatedLength extends NativeFieldWrapperClass1 {
443 AnimatedLength.internal();
444 443
445 @DomName('SVGAnimatedLength.animVal') 444 @DomName('SVGAnimatedLength.animVal')
446 @DocsEditable 445 @DocsEditable
447 Length get animVal native "SVGAnimatedLength_animVal_Getter"; 446 Length get animVal native "SVGAnimatedLength_animVal_Getter";
448 447
449 @DomName('SVGAnimatedLength.baseVal') 448 @DomName('SVGAnimatedLength.baseVal')
450 @DocsEditable 449 @DocsEditable
451 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; 450 Length get baseVal native "SVGAnimatedLength_baseVal_Getter";
452 451
453 } 452 }
454 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 453 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
455 // for details. All rights reserved. Use of this source code is governed by a 454 // for details. All rights reserved. Use of this source code is governed by a
456 // BSD-style license that can be found in the LICENSE file. 455 // BSD-style license that can be found in the LICENSE file.
457 456
458 // WARNING: Do not edit - generated code. 457 // WARNING: Do not edit - generated code.
459 458
460 459
461 @DocsEditable 460 @DocsEditable
462 @DomName('SVGAnimatedLengthList') 461 @DomName('SVGAnimatedLengthList')
463 @Unstable 462 @Unstable
464 class AnimatedLengthList extends NativeFieldWrapperClass1 { 463 class AnimatedLengthList extends NativeFieldWrapperClass1 {
465 AnimatedLengthList.internal();
466 464
467 @DomName('SVGAnimatedLengthList.animVal') 465 @DomName('SVGAnimatedLengthList.animVal')
468 @DocsEditable 466 @DocsEditable
469 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; 467 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter";
470 468
471 @DomName('SVGAnimatedLengthList.baseVal') 469 @DomName('SVGAnimatedLengthList.baseVal')
472 @DocsEditable 470 @DocsEditable
473 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; 471 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter";
474 472
475 } 473 }
476 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 474 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
477 // for details. All rights reserved. Use of this source code is governed by a 475 // for details. All rights reserved. Use of this source code is governed by a
478 // BSD-style license that can be found in the LICENSE file. 476 // BSD-style license that can be found in the LICENSE file.
479 477
480 // WARNING: Do not edit - generated code. 478 // WARNING: Do not edit - generated code.
481 479
482 480
483 @DocsEditable 481 @DocsEditable
484 @DomName('SVGAnimatedNumber') 482 @DomName('SVGAnimatedNumber')
485 @Unstable 483 @Unstable
486 class AnimatedNumber extends NativeFieldWrapperClass1 { 484 class AnimatedNumber extends NativeFieldWrapperClass1 {
487 AnimatedNumber.internal();
488 485
489 @DomName('SVGAnimatedNumber.animVal') 486 @DomName('SVGAnimatedNumber.animVal')
490 @DocsEditable 487 @DocsEditable
491 num get animVal native "SVGAnimatedNumber_animVal_Getter"; 488 num get animVal native "SVGAnimatedNumber_animVal_Getter";
492 489
493 @DomName('SVGAnimatedNumber.baseVal') 490 @DomName('SVGAnimatedNumber.baseVal')
494 @DocsEditable 491 @DocsEditable
495 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; 492 num get baseVal native "SVGAnimatedNumber_baseVal_Getter";
496 493
497 @DomName('SVGAnimatedNumber.baseVal') 494 @DomName('SVGAnimatedNumber.baseVal')
498 @DocsEditable 495 @DocsEditable
499 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; 496 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter";
500 497
501 } 498 }
502 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 499 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
503 // for details. All rights reserved. Use of this source code is governed by a 500 // for details. All rights reserved. Use of this source code is governed by a
504 // BSD-style license that can be found in the LICENSE file. 501 // BSD-style license that can be found in the LICENSE file.
505 502
506 // WARNING: Do not edit - generated code. 503 // WARNING: Do not edit - generated code.
507 504
508 505
509 @DocsEditable 506 @DocsEditable
510 @DomName('SVGAnimatedNumberList') 507 @DomName('SVGAnimatedNumberList')
511 @Unstable 508 @Unstable
512 class AnimatedNumberList extends NativeFieldWrapperClass1 { 509 class AnimatedNumberList extends NativeFieldWrapperClass1 {
513 AnimatedNumberList.internal();
514 510
515 @DomName('SVGAnimatedNumberList.animVal') 511 @DomName('SVGAnimatedNumberList.animVal')
516 @DocsEditable 512 @DocsEditable
517 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; 513 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter";
518 514
519 @DomName('SVGAnimatedNumberList.baseVal') 515 @DomName('SVGAnimatedNumberList.baseVal')
520 @DocsEditable 516 @DocsEditable
521 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; 517 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter";
522 518
523 } 519 }
524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 520 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
525 // for details. All rights reserved. Use of this source code is governed by a 521 // for details. All rights reserved. Use of this source code is governed by a
526 // BSD-style license that can be found in the LICENSE file. 522 // BSD-style license that can be found in the LICENSE file.
527 523
528 // WARNING: Do not edit - generated code. 524 // WARNING: Do not edit - generated code.
529 525
530 526
531 @DocsEditable 527 @DocsEditable
532 @DomName('SVGAnimatedPreserveAspectRatio') 528 @DomName('SVGAnimatedPreserveAspectRatio')
533 @Unstable 529 @Unstable
534 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { 530 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 {
535 AnimatedPreserveAspectRatio.internal();
536 531
537 @DomName('SVGAnimatedPreserveAspectRatio.animVal') 532 @DomName('SVGAnimatedPreserveAspectRatio.animVal')
538 @DocsEditable 533 @DocsEditable
539 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal _Getter"; 534 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal _Getter";
540 535
541 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') 536 @DomName('SVGAnimatedPreserveAspectRatio.baseVal')
542 @DocsEditable 537 @DocsEditable
543 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal _Getter"; 538 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal _Getter";
544 539
545 } 540 }
546 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 541 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
547 // for details. All rights reserved. Use of this source code is governed by a 542 // for details. All rights reserved. Use of this source code is governed by a
548 // BSD-style license that can be found in the LICENSE file. 543 // BSD-style license that can be found in the LICENSE file.
549 544
550 // WARNING: Do not edit - generated code. 545 // WARNING: Do not edit - generated code.
551 546
552 547
553 @DocsEditable 548 @DocsEditable
554 @DomName('SVGAnimatedRect') 549 @DomName('SVGAnimatedRect')
555 @Unstable 550 @Unstable
556 class AnimatedRect extends NativeFieldWrapperClass1 { 551 class AnimatedRect extends NativeFieldWrapperClass1 {
557 AnimatedRect.internal();
558 552
559 @DomName('SVGAnimatedRect.animVal') 553 @DomName('SVGAnimatedRect.animVal')
560 @DocsEditable 554 @DocsEditable
561 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; 555 Rect get animVal native "SVGAnimatedRect_animVal_Getter";
562 556
563 @DomName('SVGAnimatedRect.baseVal') 557 @DomName('SVGAnimatedRect.baseVal')
564 @DocsEditable 558 @DocsEditable
565 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; 559 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter";
566 560
567 } 561 }
568 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 562 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
569 // for details. All rights reserved. Use of this source code is governed by a 563 // for details. All rights reserved. Use of this source code is governed by a
570 // BSD-style license that can be found in the LICENSE file. 564 // BSD-style license that can be found in the LICENSE file.
571 565
572 // WARNING: Do not edit - generated code. 566 // WARNING: Do not edit - generated code.
573 567
574 568
575 @DocsEditable 569 @DocsEditable
576 @DomName('SVGAnimatedString') 570 @DomName('SVGAnimatedString')
577 @Unstable 571 @Unstable
578 class AnimatedString extends NativeFieldWrapperClass1 { 572 class AnimatedString extends NativeFieldWrapperClass1 {
579 AnimatedString.internal();
580 573
581 @DomName('SVGAnimatedString.animVal') 574 @DomName('SVGAnimatedString.animVal')
582 @DocsEditable 575 @DocsEditable
583 String get animVal native "SVGAnimatedString_animVal_Getter"; 576 String get animVal native "SVGAnimatedString_animVal_Getter";
584 577
585 @DomName('SVGAnimatedString.baseVal') 578 @DomName('SVGAnimatedString.baseVal')
586 @DocsEditable 579 @DocsEditable
587 String get baseVal native "SVGAnimatedString_baseVal_Getter"; 580 String get baseVal native "SVGAnimatedString_baseVal_Getter";
588 581
589 @DomName('SVGAnimatedString.baseVal') 582 @DomName('SVGAnimatedString.baseVal')
590 @DocsEditable 583 @DocsEditable
591 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; 584 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter";
592 585
593 } 586 }
594 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
595 // for details. All rights reserved. Use of this source code is governed by a 588 // for details. All rights reserved. Use of this source code is governed by a
596 // BSD-style license that can be found in the LICENSE file. 589 // BSD-style license that can be found in the LICENSE file.
597 590
598 // WARNING: Do not edit - generated code. 591 // WARNING: Do not edit - generated code.
599 592
600 593
601 @DocsEditable 594 @DocsEditable
602 @DomName('SVGAnimatedTransformList') 595 @DomName('SVGAnimatedTransformList')
603 @Unstable 596 @Unstable
604 class AnimatedTransformList extends NativeFieldWrapperClass1 { 597 class AnimatedTransformList extends NativeFieldWrapperClass1 {
605 AnimatedTransformList.internal();
606 598
607 @DomName('SVGAnimatedTransformList.animVal') 599 @DomName('SVGAnimatedTransformList.animVal')
608 @DocsEditable 600 @DocsEditable
609 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; 601 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter";
610 602
611 @DomName('SVGAnimatedTransformList.baseVal') 603 @DomName('SVGAnimatedTransformList.baseVal')
612 @DocsEditable 604 @DocsEditable
613 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; 605 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter";
614 606
615 } 607 }
616 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 608 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
617 // for details. All rights reserved. Use of this source code is governed by a 609 // for details. All rights reserved. Use of this source code is governed by a
618 // BSD-style license that can be found in the LICENSE file. 610 // BSD-style license that can be found in the LICENSE file.
619 611
620 // WARNING: Do not edit - generated code. 612 // WARNING: Do not edit - generated code.
621 613
622 614
623 @DocsEditable 615 @DocsEditable
624 @DomName('SVGAnimationElement') 616 @DomName('SVGAnimationElement')
625 @Unstable 617 @Unstable
626 class AnimationElement extends SvgElement implements Tests, ElementTimeControl, ExternalResourcesRequired { 618 class AnimationElement extends SvgElement implements Tests, ElementTimeControl, ExternalResourcesRequired {
627 AnimationElement.internal() : super.internal(); 619 // To suppress missing implicit constructor warnings.
620 factory AnimationElement._() { throw new UnsupportedError("Not supported"); }
628 621
629 @DomName('SVGAnimationElement.SVGAnimationElement') 622 @DomName('SVGAnimationElement.SVGAnimationElement')
630 @DocsEditable 623 @DocsEditable
631 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation"); 624 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation");
632 625
633 @DomName('SVGAnimationElement.targetElement') 626 @DomName('SVGAnimationElement.targetElement')
634 @DocsEditable 627 @DocsEditable
635 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter" ; 628 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter" ;
636 629
637 @DomName('SVGAnimationElement.getCurrentTime') 630 @DomName('SVGAnimationElement.getCurrentTime')
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 // for details. All rights reserved. Use of this source code is governed by a 680 // for details. All rights reserved. Use of this source code is governed by a
688 // BSD-style license that can be found in the LICENSE file. 681 // BSD-style license that can be found in the LICENSE file.
689 682
690 // WARNING: Do not edit - generated code. 683 // WARNING: Do not edit - generated code.
691 684
692 685
693 @DocsEditable 686 @DocsEditable
694 @DomName('SVGCircleElement') 687 @DomName('SVGCircleElement')
695 @Unstable 688 @Unstable
696 class CircleElement extends StyledElement implements Transformable, Tests, Exter nalResourcesRequired, LangSpace { 689 class CircleElement extends StyledElement implements Transformable, Tests, Exter nalResourcesRequired, LangSpace {
697 CircleElement.internal() : super.internal(); 690 // To suppress missing implicit constructor warnings.
691 factory CircleElement._() { throw new UnsupportedError("Not supported"); }
698 692
699 @DomName('SVGCircleElement.SVGCircleElement') 693 @DomName('SVGCircleElement.SVGCircleElement')
700 @DocsEditable 694 @DocsEditable
701 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle"); 695 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle");
702 696
703 @DomName('SVGCircleElement.cx') 697 @DomName('SVGCircleElement.cx')
704 @DocsEditable 698 @DocsEditable
705 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; 699 AnimatedLength get cx native "SVGCircleElement_cx_Getter";
706 700
707 @DomName('SVGCircleElement.cy') 701 @DomName('SVGCircleElement.cy')
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 // for details. All rights reserved. Use of this source code is governed by a 775 // for details. All rights reserved. Use of this source code is governed by a
782 // BSD-style license that can be found in the LICENSE file. 776 // BSD-style license that can be found in the LICENSE file.
783 777
784 // WARNING: Do not edit - generated code. 778 // WARNING: Do not edit - generated code.
785 779
786 780
787 @DocsEditable 781 @DocsEditable
788 @DomName('SVGClipPathElement') 782 @DomName('SVGClipPathElement')
789 @Unstable 783 @Unstable
790 class ClipPathElement extends StyledElement implements Transformable, Tests, Ext ernalResourcesRequired, LangSpace { 784 class ClipPathElement extends StyledElement implements Transformable, Tests, Ext ernalResourcesRequired, LangSpace {
791 ClipPathElement.internal() : super.internal(); 785 // To suppress missing implicit constructor warnings.
786 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); }
792 787
793 @DomName('SVGClipPathElement.SVGClipPathElement') 788 @DomName('SVGClipPathElement.SVGClipPathElement')
794 @DocsEditable 789 @DocsEditable
795 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath"); 790 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath");
796 791
797 @DomName('SVGClipPathElement.clipPathUnits') 792 @DomName('SVGClipPathElement.clipPathUnits')
798 @DocsEditable 793 @DocsEditable
799 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits _Getter"; 794 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits _Getter";
800 795
801 @DomName('SVGClipPathElement.externalResourcesRequired') 796 @DomName('SVGClipPathElement.externalResourcesRequired')
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 // for details. All rights reserved. Use of this source code is governed by a 862 // for details. All rights reserved. Use of this source code is governed by a
868 // BSD-style license that can be found in the LICENSE file. 863 // BSD-style license that can be found in the LICENSE file.
869 864
870 // WARNING: Do not edit - generated code. 865 // WARNING: Do not edit - generated code.
871 866
872 867
873 @DocsEditable 868 @DocsEditable
874 @DomName('SVGDefsElement') 869 @DomName('SVGDefsElement')
875 @Unstable 870 @Unstable
876 class DefsElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 871 class DefsElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace {
877 DefsElement.internal() : super.internal(); 872 // To suppress missing implicit constructor warnings.
873 factory DefsElement._() { throw new UnsupportedError("Not supported"); }
878 874
879 @DomName('SVGDefsElement.SVGDefsElement') 875 @DomName('SVGDefsElement.SVGDefsElement')
880 @DocsEditable 876 @DocsEditable
881 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs "); 877 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs ");
882 878
883 @DomName('SVGDefsElement.externalResourcesRequired') 879 @DomName('SVGDefsElement.externalResourcesRequired')
884 @DocsEditable 880 @DocsEditable
885 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR esourcesRequired_Getter"; 881 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR esourcesRequired_Getter";
886 882
887 @DomName('SVGDefsElement.xmllang') 883 @DomName('SVGDefsElement.xmllang')
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 // for details. All rights reserved. Use of this source code is governed by a 945 // for details. All rights reserved. Use of this source code is governed by a
950 // BSD-style license that can be found in the LICENSE file. 946 // BSD-style license that can be found in the LICENSE file.
951 947
952 // WARNING: Do not edit - generated code. 948 // WARNING: Do not edit - generated code.
953 949
954 950
955 @DocsEditable 951 @DocsEditable
956 @DomName('SVGDescElement') 952 @DomName('SVGDescElement')
957 @Unstable 953 @Unstable
958 class DescElement extends StyledElement implements LangSpace { 954 class DescElement extends StyledElement implements LangSpace {
959 DescElement.internal() : super.internal(); 955 // To suppress missing implicit constructor warnings.
956 factory DescElement._() { throw new UnsupportedError("Not supported"); }
960 957
961 @DomName('SVGDescElement.SVGDescElement') 958 @DomName('SVGDescElement.SVGDescElement')
962 @DocsEditable 959 @DocsEditable
963 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc "); 960 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc ");
964 961
965 @DomName('SVGDescElement.xmllang') 962 @DomName('SVGDescElement.xmllang')
966 @DocsEditable 963 @DocsEditable
967 String get xmllang native "SVGDescElement_xmllang_Getter"; 964 String get xmllang native "SVGDescElement_xmllang_Getter";
968 965
969 @DomName('SVGDescElement.xmllang') 966 @DomName('SVGDescElement.xmllang')
(...skipping 13 matching lines...) Expand all
983 // for details. All rights reserved. Use of this source code is governed by a 980 // for details. All rights reserved. Use of this source code is governed by a
984 // BSD-style license that can be found in the LICENSE file. 981 // BSD-style license that can be found in the LICENSE file.
985 982
986 // WARNING: Do not edit - generated code. 983 // WARNING: Do not edit - generated code.
987 984
988 985
989 @DocsEditable 986 @DocsEditable
990 @DomName('SVGElementInstance') 987 @DomName('SVGElementInstance')
991 @Unstable 988 @Unstable
992 class ElementInstance extends EventTarget { 989 class ElementInstance extends EventTarget {
993 ElementInstance.internal() : super.internal(); 990 // To suppress missing implicit constructor warnings.
991 factory ElementInstance._() { throw new UnsupportedError("Not supported"); }
994 992
995 @DomName('SVGElementInstance.abortEvent') 993 @DomName('SVGElementInstance.abortEvent')
996 @DocsEditable 994 @DocsEditable
997 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider <Event>('abort'); 995 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider <Event>('abort');
998 996
999 @DomName('SVGElementInstance.beforecopyEvent') 997 @DomName('SVGElementInstance.beforecopyEvent')
1000 @DocsEditable 998 @DocsEditable
1001 static const EventStreamProvider<Event> beforeCopyEvent = const EventStreamPro vider<Event>('beforecopy'); 999 static const EventStreamProvider<Event> beforeCopyEvent = const EventStreamPro vider<Event>('beforecopy');
1002 1000
1003 @DomName('SVGElementInstance.beforecutEvent') 1001 @DomName('SVGElementInstance.beforecutEvent')
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 // for details. All rights reserved. Use of this source code is governed by a 1351 // for details. All rights reserved. Use of this source code is governed by a
1354 // BSD-style license that can be found in the LICENSE file. 1352 // BSD-style license that can be found in the LICENSE file.
1355 1353
1356 // WARNING: Do not edit - generated code. 1354 // WARNING: Do not edit - generated code.
1357 1355
1358 1356
1359 @DocsEditable 1357 @DocsEditable
1360 @DomName('SVGEllipseElement') 1358 @DomName('SVGEllipseElement')
1361 @Unstable 1359 @Unstable
1362 class EllipseElement extends StyledElement implements Transformable, Tests, Exte rnalResourcesRequired, LangSpace { 1360 class EllipseElement extends StyledElement implements Transformable, Tests, Exte rnalResourcesRequired, LangSpace {
1363 EllipseElement.internal() : super.internal(); 1361 // To suppress missing implicit constructor warnings.
1362 factory EllipseElement._() { throw new UnsupportedError("Not supported"); }
1364 1363
1365 @DomName('SVGEllipseElement.SVGEllipseElement') 1364 @DomName('SVGEllipseElement.SVGEllipseElement')
1366 @DocsEditable 1365 @DocsEditable
1367 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse"); 1366 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse");
1368 1367
1369 @DomName('SVGEllipseElement.cx') 1368 @DomName('SVGEllipseElement.cx')
1370 @DocsEditable 1369 @DocsEditable
1371 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; 1370 AnimatedLength get cx native "SVGEllipseElement_cx_Getter";
1372 1371
1373 @DomName('SVGEllipseElement.cy') 1372 @DomName('SVGEllipseElement.cy')
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1449 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1451 // for details. All rights reserved. Use of this source code is governed by a 1450 // for details. All rights reserved. Use of this source code is governed by a
1452 // BSD-style license that can be found in the LICENSE file. 1451 // BSD-style license that can be found in the LICENSE file.
1453 1452
1454 // WARNING: Do not edit - generated code. 1453 // WARNING: Do not edit - generated code.
1455 1454
1456 1455
1457 @DocsEditable 1456 @DocsEditable
1458 @DomName('SVGExternalResourcesRequired') 1457 @DomName('SVGExternalResourcesRequired')
1459 @Unstable 1458 @Unstable
1460 class ExternalResourcesRequired extends NativeFieldWrapperClass1 { 1459 abstract class ExternalResourcesRequired extends NativeFieldWrapperClass1 {
1461 ExternalResourcesRequired.internal();
1462 1460
1463 /// Checks if this type is supported on the current platform. 1461 /// Checks if this type is supported on the current platform.
1464 static bool supported(SvgElement element) => true; 1462 static bool supported(SvgElement element) => true;
1465 1463
1466 @DomName('SVGExternalResourcesRequired.externalResourcesRequired') 1464 @DomName('SVGExternalResourcesRequired.externalResourcesRequired')
1467 @DocsEditable 1465 @DocsEditable
1468 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ ired_externalResourcesRequired_Getter"; 1466 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ ired_externalResourcesRequired_Getter";
1469 1467
1470 } 1468 }
1471 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1469 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1472 // for details. All rights reserved. Use of this source code is governed by a 1470 // for details. All rights reserved. Use of this source code is governed by a
1473 // BSD-style license that can be found in the LICENSE file. 1471 // BSD-style license that can be found in the LICENSE file.
1474 1472
1475 // WARNING: Do not edit - generated code. 1473 // WARNING: Do not edit - generated code.
1476 1474
1477 1475
1478 @DocsEditable 1476 @DocsEditable
1479 @DomName('SVGFEBlendElement') 1477 @DomName('SVGFEBlendElement')
1480 @SupportedBrowser(SupportedBrowser.CHROME) 1478 @SupportedBrowser(SupportedBrowser.CHROME)
1481 @SupportedBrowser(SupportedBrowser.FIREFOX) 1479 @SupportedBrowser(SupportedBrowser.FIREFOX)
1482 @SupportedBrowser(SupportedBrowser.IE, '10') 1480 @SupportedBrowser(SupportedBrowser.IE, '10')
1483 @SupportedBrowser(SupportedBrowser.SAFARI) 1481 @SupportedBrowser(SupportedBrowser.SAFARI)
1484 @Unstable 1482 @Unstable
1485 class FEBlendElement extends StyledElement implements FilterPrimitiveStandardAtt ributes { 1483 class FEBlendElement extends StyledElement implements FilterPrimitiveStandardAtt ributes {
1486 FEBlendElement.internal() : super.internal(); 1484 // To suppress missing implicit constructor warnings.
1485 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); }
1487 1486
1488 @DomName('SVGFEBlendElement.SVGFEBlendElement') 1487 @DomName('SVGFEBlendElement.SVGFEBlendElement')
1489 @DocsEditable 1488 @DocsEditable
1490 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eBlend"); 1489 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eBlend");
1491 1490
1492 /// Checks if this type is supported on the current platform. 1491 /// Checks if this type is supported on the current platform.
1493 static bool get supported => true; 1492 static bool get supported => true;
1494 1493
1495 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_DARKEN') 1494 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_DARKEN')
1496 @DocsEditable 1495 @DocsEditable
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1557 1556
1558 1557
1559 @DocsEditable 1558 @DocsEditable
1560 @DomName('SVGFEColorMatrixElement') 1559 @DomName('SVGFEColorMatrixElement')
1561 @SupportedBrowser(SupportedBrowser.CHROME) 1560 @SupportedBrowser(SupportedBrowser.CHROME)
1562 @SupportedBrowser(SupportedBrowser.FIREFOX) 1561 @SupportedBrowser(SupportedBrowser.FIREFOX)
1563 @SupportedBrowser(SupportedBrowser.IE, '10') 1562 @SupportedBrowser(SupportedBrowser.IE, '10')
1564 @SupportedBrowser(SupportedBrowser.SAFARI) 1563 @SupportedBrowser(SupportedBrowser.SAFARI)
1565 @Unstable 1564 @Unstable
1566 class FEColorMatrixElement extends StyledElement implements FilterPrimitiveStand ardAttributes { 1565 class FEColorMatrixElement extends StyledElement implements FilterPrimitiveStand ardAttributes {
1567 FEColorMatrixElement.internal() : super.internal(); 1566 // To suppress missing implicit constructor warnings.
1567 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported") ; }
1568 1568
1569 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') 1569 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement')
1570 @DocsEditable 1570 @DocsEditable
1571 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_ tag("feColorMatrix"); 1571 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_ tag("feColorMatrix");
1572 1572
1573 /// Checks if this type is supported on the current platform. 1573 /// Checks if this type is supported on the current platform.
1574 static bool get supported => true; 1574 static bool get supported => true;
1575 1575
1576 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_HUEROTATE') 1576 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_HUEROTATE')
1577 @DocsEditable 1577 @DocsEditable
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 1634
1635 1635
1636 @DocsEditable 1636 @DocsEditable
1637 @DomName('SVGFEComponentTransferElement') 1637 @DomName('SVGFEComponentTransferElement')
1638 @SupportedBrowser(SupportedBrowser.CHROME) 1638 @SupportedBrowser(SupportedBrowser.CHROME)
1639 @SupportedBrowser(SupportedBrowser.FIREFOX) 1639 @SupportedBrowser(SupportedBrowser.FIREFOX)
1640 @SupportedBrowser(SupportedBrowser.IE, '10') 1640 @SupportedBrowser(SupportedBrowser.IE, '10')
1641 @SupportedBrowser(SupportedBrowser.SAFARI) 1641 @SupportedBrowser(SupportedBrowser.SAFARI)
1642 @Unstable 1642 @Unstable
1643 class FEComponentTransferElement extends StyledElement implements FilterPrimitiv eStandardAttributes { 1643 class FEComponentTransferElement extends StyledElement implements FilterPrimitiv eStandardAttributes {
1644 FEComponentTransferElement.internal() : super.internal(); 1644 // To suppress missing implicit constructor warnings.
1645 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo rted"); }
1645 1646
1646 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') 1647 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement')
1647 @DocsEditable 1648 @DocsEditable
1648 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl ement_tag("feComponentTransfer"); 1649 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl ement_tag("feComponentTransfer");
1649 1650
1650 /// Checks if this type is supported on the current platform. 1651 /// Checks if this type is supported on the current platform.
1651 static bool get supported => true; 1652 static bool get supported => true;
1652 1653
1653 @DomName('SVGFEComponentTransferElement.in1') 1654 @DomName('SVGFEComponentTransferElement.in1')
1654 @DocsEditable 1655 @DocsEditable
(...skipping 24 matching lines...) Expand all
1679 // for details. All rights reserved. Use of this source code is governed by a 1680 // for details. All rights reserved. Use of this source code is governed by a
1680 // BSD-style license that can be found in the LICENSE file. 1681 // BSD-style license that can be found in the LICENSE file.
1681 1682
1682 // WARNING: Do not edit - generated code. 1683 // WARNING: Do not edit - generated code.
1683 1684
1684 1685
1685 @DocsEditable 1686 @DocsEditable
1686 @DomName('SVGFECompositeElement') 1687 @DomName('SVGFECompositeElement')
1687 @Unstable 1688 @Unstable
1688 class FECompositeElement extends StyledElement implements FilterPrimitiveStandar dAttributes { 1689 class FECompositeElement extends StyledElement implements FilterPrimitiveStandar dAttributes {
1689 FECompositeElement.internal() : super.internal(); 1690 // To suppress missing implicit constructor warnings.
1691 factory FECompositeElement._() { throw new UnsupportedError("Not supported"); }
1690 1692
1691 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC') 1693 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC')
1692 @DocsEditable 1694 @DocsEditable
1693 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; 1695 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6;
1694 1696
1695 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP') 1697 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP')
1696 @DocsEditable 1698 @DocsEditable
1697 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; 1699 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4;
1698 1700
1699 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_IN') 1701 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_IN')
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1773 1775
1774 1776
1775 @DocsEditable 1777 @DocsEditable
1776 @DomName('SVGFEConvolveMatrixElement') 1778 @DomName('SVGFEConvolveMatrixElement')
1777 @SupportedBrowser(SupportedBrowser.CHROME) 1779 @SupportedBrowser(SupportedBrowser.CHROME)
1778 @SupportedBrowser(SupportedBrowser.FIREFOX) 1780 @SupportedBrowser(SupportedBrowser.FIREFOX)
1779 @SupportedBrowser(SupportedBrowser.IE, '10') 1781 @SupportedBrowser(SupportedBrowser.IE, '10')
1780 @SupportedBrowser(SupportedBrowser.SAFARI) 1782 @SupportedBrowser(SupportedBrowser.SAFARI)
1781 @Unstable 1783 @Unstable
1782 class FEConvolveMatrixElement extends StyledElement implements FilterPrimitiveSt andardAttributes { 1784 class FEConvolveMatrixElement extends StyledElement implements FilterPrimitiveSt andardAttributes {
1783 FEConvolveMatrixElement.internal() : super.internal(); 1785 // To suppress missing implicit constructor warnings.
1786 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte d"); }
1784 1787
1785 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') 1788 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement')
1786 @DocsEditable 1789 @DocsEditable
1787 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("feConvolveMatrix"); 1790 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("feConvolveMatrix");
1788 1791
1789 /// Checks if this type is supported on the current platform. 1792 /// Checks if this type is supported on the current platform.
1790 static bool get supported => true; 1793 static bool get supported => true;
1791 1794
1792 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_DUPLICATE') 1795 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_DUPLICATE')
1793 @DocsEditable 1796 @DocsEditable
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1882 1885
1883 1886
1884 @DocsEditable 1887 @DocsEditable
1885 @DomName('SVGFEDiffuseLightingElement') 1888 @DomName('SVGFEDiffuseLightingElement')
1886 @SupportedBrowser(SupportedBrowser.CHROME) 1889 @SupportedBrowser(SupportedBrowser.CHROME)
1887 @SupportedBrowser(SupportedBrowser.FIREFOX) 1890 @SupportedBrowser(SupportedBrowser.FIREFOX)
1888 @SupportedBrowser(SupportedBrowser.IE, '10') 1891 @SupportedBrowser(SupportedBrowser.IE, '10')
1889 @SupportedBrowser(SupportedBrowser.SAFARI) 1892 @SupportedBrowser(SupportedBrowser.SAFARI)
1890 @Unstable 1893 @Unstable
1891 class FEDiffuseLightingElement extends StyledElement implements FilterPrimitiveS tandardAttributes { 1894 class FEDiffuseLightingElement extends StyledElement implements FilterPrimitiveS tandardAttributes {
1892 FEDiffuseLightingElement.internal() : super.internal(); 1895 // To suppress missing implicit constructor warnings.
1896 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support ed"); }
1893 1897
1894 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') 1898 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement')
1895 @DocsEditable 1899 @DocsEditable
1896 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDiffuseLighting"); 1900 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDiffuseLighting");
1897 1901
1898 /// Checks if this type is supported on the current platform. 1902 /// Checks if this type is supported on the current platform.
1899 static bool get supported => true; 1903 static bool get supported => true;
1900 1904
1901 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') 1905 @DomName('SVGFEDiffuseLightingElement.diffuseConstant')
1902 @DocsEditable 1906 @DocsEditable
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1947 1951
1948 1952
1949 @DocsEditable 1953 @DocsEditable
1950 @DomName('SVGFEDisplacementMapElement') 1954 @DomName('SVGFEDisplacementMapElement')
1951 @SupportedBrowser(SupportedBrowser.CHROME) 1955 @SupportedBrowser(SupportedBrowser.CHROME)
1952 @SupportedBrowser(SupportedBrowser.FIREFOX) 1956 @SupportedBrowser(SupportedBrowser.FIREFOX)
1953 @SupportedBrowser(SupportedBrowser.IE, '10') 1957 @SupportedBrowser(SupportedBrowser.IE, '10')
1954 @SupportedBrowser(SupportedBrowser.SAFARI) 1958 @SupportedBrowser(SupportedBrowser.SAFARI)
1955 @Unstable 1959 @Unstable
1956 class FEDisplacementMapElement extends StyledElement implements FilterPrimitiveS tandardAttributes { 1960 class FEDisplacementMapElement extends StyledElement implements FilterPrimitiveS tandardAttributes {
1957 FEDisplacementMapElement.internal() : super.internal(); 1961 // To suppress missing implicit constructor warnings.
1962 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support ed"); }
1958 1963
1959 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') 1964 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement')
1960 @DocsEditable 1965 @DocsEditable
1961 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDisplacementMap"); 1966 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDisplacementMap");
1962 1967
1963 /// Checks if this type is supported on the current platform. 1968 /// Checks if this type is supported on the current platform.
1964 static bool get supported => true; 1969 static bool get supported => true;
1965 1970
1966 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_A') 1971 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_A')
1967 @DocsEditable 1972 @DocsEditable
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
2032 2037
2033 2038
2034 @DocsEditable 2039 @DocsEditable
2035 @DomName('SVGFEDistantLightElement') 2040 @DomName('SVGFEDistantLightElement')
2036 @SupportedBrowser(SupportedBrowser.CHROME) 2041 @SupportedBrowser(SupportedBrowser.CHROME)
2037 @SupportedBrowser(SupportedBrowser.FIREFOX) 2042 @SupportedBrowser(SupportedBrowser.FIREFOX)
2038 @SupportedBrowser(SupportedBrowser.IE, '10') 2043 @SupportedBrowser(SupportedBrowser.IE, '10')
2039 @SupportedBrowser(SupportedBrowser.SAFARI) 2044 @SupportedBrowser(SupportedBrowser.SAFARI)
2040 @Unstable 2045 @Unstable
2041 class FEDistantLightElement extends SvgElement { 2046 class FEDistantLightElement extends SvgElement {
2042 FEDistantLightElement.internal() : super.internal(); 2047 // To suppress missing implicit constructor warnings.
2048 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported" ); }
2043 2049
2044 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') 2050 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement')
2045 @DocsEditable 2051 @DocsEditable
2046 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement _tag("feDistantLight"); 2052 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement _tag("feDistantLight");
2047 2053
2048 /// Checks if this type is supported on the current platform. 2054 /// Checks if this type is supported on the current platform.
2049 static bool get supported => true; 2055 static bool get supported => true;
2050 2056
2051 @DomName('SVGFEDistantLightElement.azimuth') 2057 @DomName('SVGFEDistantLightElement.azimuth')
2052 @DocsEditable 2058 @DocsEditable
(...skipping 12 matching lines...) Expand all
2065 2071
2066 2072
2067 @DocsEditable 2073 @DocsEditable
2068 @DomName('SVGFEFloodElement') 2074 @DomName('SVGFEFloodElement')
2069 @SupportedBrowser(SupportedBrowser.CHROME) 2075 @SupportedBrowser(SupportedBrowser.CHROME)
2070 @SupportedBrowser(SupportedBrowser.FIREFOX) 2076 @SupportedBrowser(SupportedBrowser.FIREFOX)
2071 @SupportedBrowser(SupportedBrowser.IE, '10') 2077 @SupportedBrowser(SupportedBrowser.IE, '10')
2072 @SupportedBrowser(SupportedBrowser.SAFARI) 2078 @SupportedBrowser(SupportedBrowser.SAFARI)
2073 @Unstable 2079 @Unstable
2074 class FEFloodElement extends StyledElement implements FilterPrimitiveStandardAtt ributes { 2080 class FEFloodElement extends StyledElement implements FilterPrimitiveStandardAtt ributes {
2075 FEFloodElement.internal() : super.internal(); 2081 // To suppress missing implicit constructor warnings.
2082 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); }
2076 2083
2077 @DomName('SVGFEFloodElement.SVGFEFloodElement') 2084 @DomName('SVGFEFloodElement.SVGFEFloodElement')
2078 @DocsEditable 2085 @DocsEditable
2079 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFlood"); 2086 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFlood");
2080 2087
2081 /// Checks if this type is supported on the current platform. 2088 /// Checks if this type is supported on the current platform.
2082 static bool get supported => true; 2089 static bool get supported => true;
2083 2090
2084 @DomName('SVGFEFloodElement.height') 2091 @DomName('SVGFEFloodElement.height')
2085 @DocsEditable 2092 @DocsEditable
(...skipping 24 matching lines...) Expand all
2110 2117
2111 2118
2112 @DocsEditable 2119 @DocsEditable
2113 @DomName('SVGFEFuncAElement') 2120 @DomName('SVGFEFuncAElement')
2114 @SupportedBrowser(SupportedBrowser.CHROME) 2121 @SupportedBrowser(SupportedBrowser.CHROME)
2115 @SupportedBrowser(SupportedBrowser.FIREFOX) 2122 @SupportedBrowser(SupportedBrowser.FIREFOX)
2116 @SupportedBrowser(SupportedBrowser.IE, '10') 2123 @SupportedBrowser(SupportedBrowser.IE, '10')
2117 @SupportedBrowser(SupportedBrowser.SAFARI) 2124 @SupportedBrowser(SupportedBrowser.SAFARI)
2118 @Unstable 2125 @Unstable
2119 class FEFuncAElement extends _SVGComponentTransferFunctionElement { 2126 class FEFuncAElement extends _SVGComponentTransferFunctionElement {
2120 FEFuncAElement.internal() : super.internal(); 2127 // To suppress missing implicit constructor warnings.
2128 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); }
2121 2129
2122 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') 2130 @DomName('SVGFEFuncAElement.SVGFEFuncAElement')
2123 @DocsEditable 2131 @DocsEditable
2124 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncA"); 2132 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncA");
2125 2133
2126 /// Checks if this type is supported on the current platform. 2134 /// Checks if this type is supported on the current platform.
2127 static bool get supported => true; 2135 static bool get supported => true;
2128 2136
2129 } 2137 }
2130 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2138 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2131 // for details. All rights reserved. Use of this source code is governed by a 2139 // for details. All rights reserved. Use of this source code is governed by a
2132 // BSD-style license that can be found in the LICENSE file. 2140 // BSD-style license that can be found in the LICENSE file.
2133 2141
2134 // WARNING: Do not edit - generated code. 2142 // WARNING: Do not edit - generated code.
2135 2143
2136 2144
2137 @DocsEditable 2145 @DocsEditable
2138 @DomName('SVGFEFuncBElement') 2146 @DomName('SVGFEFuncBElement')
2139 @SupportedBrowser(SupportedBrowser.CHROME) 2147 @SupportedBrowser(SupportedBrowser.CHROME)
2140 @SupportedBrowser(SupportedBrowser.FIREFOX) 2148 @SupportedBrowser(SupportedBrowser.FIREFOX)
2141 @SupportedBrowser(SupportedBrowser.IE, '10') 2149 @SupportedBrowser(SupportedBrowser.IE, '10')
2142 @SupportedBrowser(SupportedBrowser.SAFARI) 2150 @SupportedBrowser(SupportedBrowser.SAFARI)
2143 @Unstable 2151 @Unstable
2144 class FEFuncBElement extends _SVGComponentTransferFunctionElement { 2152 class FEFuncBElement extends _SVGComponentTransferFunctionElement {
2145 FEFuncBElement.internal() : super.internal(); 2153 // To suppress missing implicit constructor warnings.
2154 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); }
2146 2155
2147 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') 2156 @DomName('SVGFEFuncBElement.SVGFEFuncBElement')
2148 @DocsEditable 2157 @DocsEditable
2149 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncB"); 2158 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncB");
2150 2159
2151 /// Checks if this type is supported on the current platform. 2160 /// Checks if this type is supported on the current platform.
2152 static bool get supported => true; 2161 static bool get supported => true;
2153 2162
2154 } 2163 }
2155 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2164 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2156 // for details. All rights reserved. Use of this source code is governed by a 2165 // for details. All rights reserved. Use of this source code is governed by a
2157 // BSD-style license that can be found in the LICENSE file. 2166 // BSD-style license that can be found in the LICENSE file.
2158 2167
2159 // WARNING: Do not edit - generated code. 2168 // WARNING: Do not edit - generated code.
2160 2169
2161 2170
2162 @DocsEditable 2171 @DocsEditable
2163 @DomName('SVGFEFuncGElement') 2172 @DomName('SVGFEFuncGElement')
2164 @SupportedBrowser(SupportedBrowser.CHROME) 2173 @SupportedBrowser(SupportedBrowser.CHROME)
2165 @SupportedBrowser(SupportedBrowser.FIREFOX) 2174 @SupportedBrowser(SupportedBrowser.FIREFOX)
2166 @SupportedBrowser(SupportedBrowser.IE, '10') 2175 @SupportedBrowser(SupportedBrowser.IE, '10')
2167 @SupportedBrowser(SupportedBrowser.SAFARI) 2176 @SupportedBrowser(SupportedBrowser.SAFARI)
2168 @Unstable 2177 @Unstable
2169 class FEFuncGElement extends _SVGComponentTransferFunctionElement { 2178 class FEFuncGElement extends _SVGComponentTransferFunctionElement {
2170 FEFuncGElement.internal() : super.internal(); 2179 // To suppress missing implicit constructor warnings.
2180 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); }
2171 2181
2172 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') 2182 @DomName('SVGFEFuncGElement.SVGFEFuncGElement')
2173 @DocsEditable 2183 @DocsEditable
2174 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncG"); 2184 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncG");
2175 2185
2176 /// Checks if this type is supported on the current platform. 2186 /// Checks if this type is supported on the current platform.
2177 static bool get supported => true; 2187 static bool get supported => true;
2178 2188
2179 } 2189 }
2180 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2190 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2181 // for details. All rights reserved. Use of this source code is governed by a 2191 // for details. All rights reserved. Use of this source code is governed by a
2182 // BSD-style license that can be found in the LICENSE file. 2192 // BSD-style license that can be found in the LICENSE file.
2183 2193
2184 // WARNING: Do not edit - generated code. 2194 // WARNING: Do not edit - generated code.
2185 2195
2186 2196
2187 @DocsEditable 2197 @DocsEditable
2188 @DomName('SVGFEFuncRElement') 2198 @DomName('SVGFEFuncRElement')
2189 @SupportedBrowser(SupportedBrowser.CHROME) 2199 @SupportedBrowser(SupportedBrowser.CHROME)
2190 @SupportedBrowser(SupportedBrowser.FIREFOX) 2200 @SupportedBrowser(SupportedBrowser.FIREFOX)
2191 @SupportedBrowser(SupportedBrowser.IE, '10') 2201 @SupportedBrowser(SupportedBrowser.IE, '10')
2192 @SupportedBrowser(SupportedBrowser.SAFARI) 2202 @SupportedBrowser(SupportedBrowser.SAFARI)
2193 @Unstable 2203 @Unstable
2194 class FEFuncRElement extends _SVGComponentTransferFunctionElement { 2204 class FEFuncRElement extends _SVGComponentTransferFunctionElement {
2195 FEFuncRElement.internal() : super.internal(); 2205 // To suppress missing implicit constructor warnings.
2206 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); }
2196 2207
2197 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') 2208 @DomName('SVGFEFuncRElement.SVGFEFuncRElement')
2198 @DocsEditable 2209 @DocsEditable
2199 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncR"); 2210 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncR");
2200 2211
2201 /// Checks if this type is supported on the current platform. 2212 /// Checks if this type is supported on the current platform.
2202 static bool get supported => true; 2213 static bool get supported => true;
2203 2214
2204 } 2215 }
2205 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2216 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2206 // for details. All rights reserved. Use of this source code is governed by a 2217 // for details. All rights reserved. Use of this source code is governed by a
2207 // BSD-style license that can be found in the LICENSE file. 2218 // BSD-style license that can be found in the LICENSE file.
2208 2219
2209 // WARNING: Do not edit - generated code. 2220 // WARNING: Do not edit - generated code.
2210 2221
2211 2222
2212 @DocsEditable 2223 @DocsEditable
2213 @DomName('SVGFEGaussianBlurElement') 2224 @DomName('SVGFEGaussianBlurElement')
2214 @SupportedBrowser(SupportedBrowser.CHROME) 2225 @SupportedBrowser(SupportedBrowser.CHROME)
2215 @SupportedBrowser(SupportedBrowser.FIREFOX) 2226 @SupportedBrowser(SupportedBrowser.FIREFOX)
2216 @SupportedBrowser(SupportedBrowser.IE, '10') 2227 @SupportedBrowser(SupportedBrowser.IE, '10')
2217 @SupportedBrowser(SupportedBrowser.SAFARI) 2228 @SupportedBrowser(SupportedBrowser.SAFARI)
2218 @Unstable 2229 @Unstable
2219 class FEGaussianBlurElement extends StyledElement implements FilterPrimitiveStan dardAttributes { 2230 class FEGaussianBlurElement extends StyledElement implements FilterPrimitiveStan dardAttributes {
2220 FEGaussianBlurElement.internal() : super.internal(); 2231 // To suppress missing implicit constructor warnings.
2232 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported" ); }
2221 2233
2222 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') 2234 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement')
2223 @DocsEditable 2235 @DocsEditable
2224 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement _tag("feGaussianBlur"); 2236 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement _tag("feGaussianBlur");
2225 2237
2226 /// Checks if this type is supported on the current platform. 2238 /// Checks if this type is supported on the current platform.
2227 static bool get supported => true; 2239 static bool get supported => true;
2228 2240
2229 @DomName('SVGFEGaussianBlurElement.in1') 2241 @DomName('SVGFEGaussianBlurElement.in1')
2230 @DocsEditable 2242 @DocsEditable
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2271 2283
2272 2284
2273 @DocsEditable 2285 @DocsEditable
2274 @DomName('SVGFEImageElement') 2286 @DomName('SVGFEImageElement')
2275 @SupportedBrowser(SupportedBrowser.CHROME) 2287 @SupportedBrowser(SupportedBrowser.CHROME)
2276 @SupportedBrowser(SupportedBrowser.FIREFOX) 2288 @SupportedBrowser(SupportedBrowser.FIREFOX)
2277 @SupportedBrowser(SupportedBrowser.IE, '10') 2289 @SupportedBrowser(SupportedBrowser.IE, '10')
2278 @SupportedBrowser(SupportedBrowser.SAFARI) 2290 @SupportedBrowser(SupportedBrowser.SAFARI)
2279 @Unstable 2291 @Unstable
2280 class FEImageElement extends StyledElement implements FilterPrimitiveStandardAtt ributes, UriReference, ExternalResourcesRequired, LangSpace { 2292 class FEImageElement extends StyledElement implements FilterPrimitiveStandardAtt ributes, UriReference, ExternalResourcesRequired, LangSpace {
2281 FEImageElement.internal() : super.internal(); 2293 // To suppress missing implicit constructor warnings.
2294 factory FEImageElement._() { throw new UnsupportedError("Not supported"); }
2282 2295
2283 @DomName('SVGFEImageElement.SVGFEImageElement') 2296 @DomName('SVGFEImageElement.SVGFEImageElement')
2284 @DocsEditable 2297 @DocsEditable
2285 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eImage"); 2298 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eImage");
2286 2299
2287 /// Checks if this type is supported on the current platform. 2300 /// Checks if this type is supported on the current platform.
2288 static bool get supported => true; 2301 static bool get supported => true;
2289 2302
2290 @DomName('SVGFEImageElement.preserveAspectRatio') 2303 @DomName('SVGFEImageElement.preserveAspectRatio')
2291 @DocsEditable 2304 @DocsEditable
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
2344 2357
2345 2358
2346 @DocsEditable 2359 @DocsEditable
2347 @DomName('SVGFEMergeElement') 2360 @DomName('SVGFEMergeElement')
2348 @SupportedBrowser(SupportedBrowser.CHROME) 2361 @SupportedBrowser(SupportedBrowser.CHROME)
2349 @SupportedBrowser(SupportedBrowser.FIREFOX) 2362 @SupportedBrowser(SupportedBrowser.FIREFOX)
2350 @SupportedBrowser(SupportedBrowser.IE, '10') 2363 @SupportedBrowser(SupportedBrowser.IE, '10')
2351 @SupportedBrowser(SupportedBrowser.SAFARI) 2364 @SupportedBrowser(SupportedBrowser.SAFARI)
2352 @Unstable 2365 @Unstable
2353 class FEMergeElement extends StyledElement implements FilterPrimitiveStandardAtt ributes { 2366 class FEMergeElement extends StyledElement implements FilterPrimitiveStandardAtt ributes {
2354 FEMergeElement.internal() : super.internal(); 2367 // To suppress missing implicit constructor warnings.
2368 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); }
2355 2369
2356 @DomName('SVGFEMergeElement.SVGFEMergeElement') 2370 @DomName('SVGFEMergeElement.SVGFEMergeElement')
2357 @DocsEditable 2371 @DocsEditable
2358 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eMerge"); 2372 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eMerge");
2359 2373
2360 /// Checks if this type is supported on the current platform. 2374 /// Checks if this type is supported on the current platform.
2361 static bool get supported => true; 2375 static bool get supported => true;
2362 2376
2363 @DomName('SVGFEMergeElement.height') 2377 @DomName('SVGFEMergeElement.height')
2364 @DocsEditable 2378 @DocsEditable
(...skipping 24 matching lines...) Expand all
2389 2403
2390 2404
2391 @DocsEditable 2405 @DocsEditable
2392 @DomName('SVGFEMergeNodeElement') 2406 @DomName('SVGFEMergeNodeElement')
2393 @SupportedBrowser(SupportedBrowser.CHROME) 2407 @SupportedBrowser(SupportedBrowser.CHROME)
2394 @SupportedBrowser(SupportedBrowser.FIREFOX) 2408 @SupportedBrowser(SupportedBrowser.FIREFOX)
2395 @SupportedBrowser(SupportedBrowser.IE, '10') 2409 @SupportedBrowser(SupportedBrowser.IE, '10')
2396 @SupportedBrowser(SupportedBrowser.SAFARI) 2410 @SupportedBrowser(SupportedBrowser.SAFARI)
2397 @Unstable 2411 @Unstable
2398 class FEMergeNodeElement extends SvgElement { 2412 class FEMergeNodeElement extends SvgElement {
2399 FEMergeNodeElement.internal() : super.internal(); 2413 // To suppress missing implicit constructor warnings.
2414 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported"); }
2400 2415
2401 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') 2416 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement')
2402 @DocsEditable 2417 @DocsEditable
2403 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feMergeNode"); 2418 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feMergeNode");
2404 2419
2405 /// Checks if this type is supported on the current platform. 2420 /// Checks if this type is supported on the current platform.
2406 static bool get supported => true; 2421 static bool get supported => true;
2407 2422
2408 @DomName('SVGFEMergeNodeElement.in1') 2423 @DomName('SVGFEMergeNodeElement.in1')
2409 @DocsEditable 2424 @DocsEditable
2410 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter"; 2425 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter";
2411 2426
2412 } 2427 }
2413 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2428 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2414 // for details. All rights reserved. Use of this source code is governed by a 2429 // for details. All rights reserved. Use of this source code is governed by a
2415 // BSD-style license that can be found in the LICENSE file. 2430 // BSD-style license that can be found in the LICENSE file.
2416 2431
2417 // WARNING: Do not edit - generated code. 2432 // WARNING: Do not edit - generated code.
2418 2433
2419 2434
2420 @DocsEditable 2435 @DocsEditable
2421 @DomName('SVGFEMorphologyElement') 2436 @DomName('SVGFEMorphologyElement')
2422 @SupportedBrowser(SupportedBrowser.CHROME) 2437 @SupportedBrowser(SupportedBrowser.CHROME)
2423 @SupportedBrowser(SupportedBrowser.FIREFOX) 2438 @SupportedBrowser(SupportedBrowser.FIREFOX)
2424 @SupportedBrowser(SupportedBrowser.IE, '10') 2439 @SupportedBrowser(SupportedBrowser.IE, '10')
2425 @SupportedBrowser(SupportedBrowser.SAFARI) 2440 @SupportedBrowser(SupportedBrowser.SAFARI)
2426 @Unstable 2441 @Unstable
2427 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda rdAttributes { 2442 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda rdAttributes {
2428 FEMorphologyElement.internal() : super.internal(); 2443 // To suppress missing implicit constructor warnings.
2444 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported"); }
2429 2445
2430 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') 2446 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE')
2431 @DocsEditable 2447 @DocsEditable
2432 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; 2448 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2;
2433 2449
2434 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') 2450 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE')
2435 @DocsEditable 2451 @DocsEditable
2436 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; 2452 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1;
2437 2453
2438 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') 2454 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN')
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
2488 2504
2489 2505
2490 @DocsEditable 2506 @DocsEditable
2491 @DomName('SVGFEOffsetElement') 2507 @DomName('SVGFEOffsetElement')
2492 @SupportedBrowser(SupportedBrowser.CHROME) 2508 @SupportedBrowser(SupportedBrowser.CHROME)
2493 @SupportedBrowser(SupportedBrowser.FIREFOX) 2509 @SupportedBrowser(SupportedBrowser.FIREFOX)
2494 @SupportedBrowser(SupportedBrowser.IE, '10') 2510 @SupportedBrowser(SupportedBrowser.IE, '10')
2495 @SupportedBrowser(SupportedBrowser.SAFARI) 2511 @SupportedBrowser(SupportedBrowser.SAFARI)
2496 @Unstable 2512 @Unstable
2497 class FEOffsetElement extends StyledElement implements FilterPrimitiveStandardAt tributes { 2513 class FEOffsetElement extends StyledElement implements FilterPrimitiveStandardAt tributes {
2498 FEOffsetElement.internal() : super.internal(); 2514 // To suppress missing implicit constructor warnings.
2515 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); }
2499 2516
2500 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') 2517 @DomName('SVGFEOffsetElement.SVGFEOffsetElement')
2501 @DocsEditable 2518 @DocsEditable
2502 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag(" feOffset"); 2519 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag(" feOffset");
2503 2520
2504 /// Checks if this type is supported on the current platform. 2521 /// Checks if this type is supported on the current platform.
2505 static bool get supported => true; 2522 static bool get supported => true;
2506 2523
2507 @DomName('SVGFEOffsetElement.dx') 2524 @DomName('SVGFEOffsetElement.dx')
2508 @DocsEditable 2525 @DocsEditable
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
2545 2562
2546 2563
2547 @DocsEditable 2564 @DocsEditable
2548 @DomName('SVGFEPointLightElement') 2565 @DomName('SVGFEPointLightElement')
2549 @SupportedBrowser(SupportedBrowser.CHROME) 2566 @SupportedBrowser(SupportedBrowser.CHROME)
2550 @SupportedBrowser(SupportedBrowser.FIREFOX) 2567 @SupportedBrowser(SupportedBrowser.FIREFOX)
2551 @SupportedBrowser(SupportedBrowser.IE, '10') 2568 @SupportedBrowser(SupportedBrowser.IE, '10')
2552 @SupportedBrowser(SupportedBrowser.SAFARI) 2569 @SupportedBrowser(SupportedBrowser.SAFARI)
2553 @Unstable 2570 @Unstable
2554 class FEPointLightElement extends SvgElement { 2571 class FEPointLightElement extends SvgElement {
2555 FEPointLightElement.internal() : super.internal(); 2572 // To suppress missing implicit constructor warnings.
2573 factory FEPointLightElement._() { throw new UnsupportedError("Not supported"); }
2556 2574
2557 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') 2575 @DomName('SVGFEPointLightElement.SVGFEPointLightElement')
2558 @DocsEditable 2576 @DocsEditable
2559 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t ag("fePointLight"); 2577 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t ag("fePointLight");
2560 2578
2561 /// Checks if this type is supported on the current platform. 2579 /// Checks if this type is supported on the current platform.
2562 static bool get supported => true; 2580 static bool get supported => true;
2563 2581
2564 @DomName('SVGFEPointLightElement.x') 2582 @DomName('SVGFEPointLightElement.x')
2565 @DocsEditable 2583 @DocsEditable
(...skipping 16 matching lines...) Expand all
2582 2600
2583 2601
2584 @DocsEditable 2602 @DocsEditable
2585 @DomName('SVGFESpecularLightingElement') 2603 @DomName('SVGFESpecularLightingElement')
2586 @SupportedBrowser(SupportedBrowser.CHROME) 2604 @SupportedBrowser(SupportedBrowser.CHROME)
2587 @SupportedBrowser(SupportedBrowser.FIREFOX) 2605 @SupportedBrowser(SupportedBrowser.FIREFOX)
2588 @SupportedBrowser(SupportedBrowser.IE, '10') 2606 @SupportedBrowser(SupportedBrowser.IE, '10')
2589 @SupportedBrowser(SupportedBrowser.SAFARI) 2607 @SupportedBrowser(SupportedBrowser.SAFARI)
2590 @Unstable 2608 @Unstable
2591 class FESpecularLightingElement extends StyledElement implements FilterPrimitive StandardAttributes { 2609 class FESpecularLightingElement extends StyledElement implements FilterPrimitive StandardAttributes {
2592 FESpecularLightingElement.internal() : super.internal(); 2610 // To suppress missing implicit constructor warnings.
2611 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor ted"); }
2593 2612
2594 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') 2613 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement')
2595 @DocsEditable 2614 @DocsEditable
2596 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle ment_tag("feSpecularLighting"); 2615 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle ment_tag("feSpecularLighting");
2597 2616
2598 /// Checks if this type is supported on the current platform. 2617 /// Checks if this type is supported on the current platform.
2599 static bool get supported => true; 2618 static bool get supported => true;
2600 2619
2601 @DomName('SVGFESpecularLightingElement.in1') 2620 @DomName('SVGFESpecularLightingElement.in1')
2602 @DocsEditable 2621 @DocsEditable
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2643 2662
2644 2663
2645 @DocsEditable 2664 @DocsEditable
2646 @DomName('SVGFESpotLightElement') 2665 @DomName('SVGFESpotLightElement')
2647 @SupportedBrowser(SupportedBrowser.CHROME) 2666 @SupportedBrowser(SupportedBrowser.CHROME)
2648 @SupportedBrowser(SupportedBrowser.FIREFOX) 2667 @SupportedBrowser(SupportedBrowser.FIREFOX)
2649 @SupportedBrowser(SupportedBrowser.IE, '10') 2668 @SupportedBrowser(SupportedBrowser.IE, '10')
2650 @SupportedBrowser(SupportedBrowser.SAFARI) 2669 @SupportedBrowser(SupportedBrowser.SAFARI)
2651 @Unstable 2670 @Unstable
2652 class FESpotLightElement extends SvgElement { 2671 class FESpotLightElement extends SvgElement {
2653 FESpotLightElement.internal() : super.internal(); 2672 // To suppress missing implicit constructor warnings.
2673 factory FESpotLightElement._() { throw new UnsupportedError("Not supported"); }
2654 2674
2655 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') 2675 @DomName('SVGFESpotLightElement.SVGFESpotLightElement')
2656 @DocsEditable 2676 @DocsEditable
2657 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feSpotLight"); 2677 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feSpotLight");
2658 2678
2659 /// Checks if this type is supported on the current platform. 2679 /// Checks if this type is supported on the current platform.
2660 static bool get supported => true; 2680 static bool get supported => true;
2661 2681
2662 @DomName('SVGFESpotLightElement.limitingConeAngle') 2682 @DomName('SVGFESpotLightElement.limitingConeAngle')
2663 @DocsEditable 2683 @DocsEditable
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
2700 2720
2701 2721
2702 @DocsEditable 2722 @DocsEditable
2703 @DomName('SVGFETileElement') 2723 @DomName('SVGFETileElement')
2704 @SupportedBrowser(SupportedBrowser.CHROME) 2724 @SupportedBrowser(SupportedBrowser.CHROME)
2705 @SupportedBrowser(SupportedBrowser.FIREFOX) 2725 @SupportedBrowser(SupportedBrowser.FIREFOX)
2706 @SupportedBrowser(SupportedBrowser.IE, '10') 2726 @SupportedBrowser(SupportedBrowser.IE, '10')
2707 @SupportedBrowser(SupportedBrowser.SAFARI) 2727 @SupportedBrowser(SupportedBrowser.SAFARI)
2708 @Unstable 2728 @Unstable
2709 class FETileElement extends StyledElement implements FilterPrimitiveStandardAttr ibutes { 2729 class FETileElement extends StyledElement implements FilterPrimitiveStandardAttr ibutes {
2710 FETileElement.internal() : super.internal(); 2730 // To suppress missing implicit constructor warnings.
2731 factory FETileElement._() { throw new UnsupportedError("Not supported"); }
2711 2732
2712 @DomName('SVGFETileElement.SVGFETileElement') 2733 @DomName('SVGFETileElement.SVGFETileElement')
2713 @DocsEditable 2734 @DocsEditable
2714 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe Tile"); 2735 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe Tile");
2715 2736
2716 /// Checks if this type is supported on the current platform. 2737 /// Checks if this type is supported on the current platform.
2717 static bool get supported => true; 2738 static bool get supported => true;
2718 2739
2719 @DomName('SVGFETileElement.in1') 2740 @DomName('SVGFETileElement.in1')
2720 @DocsEditable 2741 @DocsEditable
(...skipping 28 matching lines...) Expand all
2749 2770
2750 2771
2751 @DocsEditable 2772 @DocsEditable
2752 @DomName('SVGFETurbulenceElement') 2773 @DomName('SVGFETurbulenceElement')
2753 @SupportedBrowser(SupportedBrowser.CHROME) 2774 @SupportedBrowser(SupportedBrowser.CHROME)
2754 @SupportedBrowser(SupportedBrowser.FIREFOX) 2775 @SupportedBrowser(SupportedBrowser.FIREFOX)
2755 @SupportedBrowser(SupportedBrowser.IE, '10') 2776 @SupportedBrowser(SupportedBrowser.IE, '10')
2756 @SupportedBrowser(SupportedBrowser.SAFARI) 2777 @SupportedBrowser(SupportedBrowser.SAFARI)
2757 @Unstable 2778 @Unstable
2758 class FETurbulenceElement extends StyledElement implements FilterPrimitiveStanda rdAttributes { 2779 class FETurbulenceElement extends StyledElement implements FilterPrimitiveStanda rdAttributes {
2759 FETurbulenceElement.internal() : super.internal(); 2780 // To suppress missing implicit constructor warnings.
2781 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported"); }
2760 2782
2761 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') 2783 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement')
2762 @DocsEditable 2784 @DocsEditable
2763 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t ag("feTurbulence"); 2785 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t ag("feTurbulence");
2764 2786
2765 /// Checks if this type is supported on the current platform. 2787 /// Checks if this type is supported on the current platform.
2766 static bool get supported => true; 2788 static bool get supported => true;
2767 2789
2768 @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_NOSTITCH') 2790 @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_NOSTITCH')
2769 @DocsEditable 2791 @DocsEditable
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
2842 2864
2843 2865
2844 @DocsEditable 2866 @DocsEditable
2845 @DomName('SVGFilterElement') 2867 @DomName('SVGFilterElement')
2846 @SupportedBrowser(SupportedBrowser.CHROME) 2868 @SupportedBrowser(SupportedBrowser.CHROME)
2847 @SupportedBrowser(SupportedBrowser.FIREFOX) 2869 @SupportedBrowser(SupportedBrowser.FIREFOX)
2848 @SupportedBrowser(SupportedBrowser.IE, '10') 2870 @SupportedBrowser(SupportedBrowser.IE, '10')
2849 @SupportedBrowser(SupportedBrowser.SAFARI) 2871 @SupportedBrowser(SupportedBrowser.SAFARI)
2850 @Unstable 2872 @Unstable
2851 class FilterElement extends StyledElement implements UriReference, ExternalResou rcesRequired, LangSpace { 2873 class FilterElement extends StyledElement implements UriReference, ExternalResou rcesRequired, LangSpace {
2852 FilterElement.internal() : super.internal(); 2874 // To suppress missing implicit constructor warnings.
2875 factory FilterElement._() { throw new UnsupportedError("Not supported"); }
2853 2876
2854 @DomName('SVGFilterElement.SVGFilterElement') 2877 @DomName('SVGFilterElement.SVGFilterElement')
2855 @DocsEditable 2878 @DocsEditable
2856 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter"); 2879 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter");
2857 2880
2858 /// Checks if this type is supported on the current platform. 2881 /// Checks if this type is supported on the current platform.
2859 static bool get supported => true; 2882 static bool get supported => true;
2860 2883
2861 @DomName('SVGFilterElement.filterResX') 2884 @DomName('SVGFilterElement.filterResX')
2862 @DocsEditable 2885 @DocsEditable
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
2922 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2923 // for details. All rights reserved. Use of this source code is governed by a 2946 // for details. All rights reserved. Use of this source code is governed by a
2924 // BSD-style license that can be found in the LICENSE file. 2947 // BSD-style license that can be found in the LICENSE file.
2925 2948
2926 // WARNING: Do not edit - generated code. 2949 // WARNING: Do not edit - generated code.
2927 2950
2928 2951
2929 @DocsEditable 2952 @DocsEditable
2930 @DomName('SVGFilterPrimitiveStandardAttributes') 2953 @DomName('SVGFilterPrimitiveStandardAttributes')
2931 @Unstable 2954 @Unstable
2932 class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass1 { 2955 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass 1 {
2933 FilterPrimitiveStandardAttributes.internal();
2934 2956
2935 @DomName('SVGFilterPrimitiveStandardAttributes.height') 2957 @DomName('SVGFilterPrimitiveStandardAttributes.height')
2936 @DocsEditable 2958 @DocsEditable
2937 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_ Getter"; 2959 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_ Getter";
2938 2960
2939 @DomName('SVGFilterPrimitiveStandardAttributes.result') 2961 @DomName('SVGFilterPrimitiveStandardAttributes.result')
2940 @DocsEditable 2962 @DocsEditable
2941 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_ Getter"; 2963 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_ Getter";
2942 2964
2943 @DomName('SVGFilterPrimitiveStandardAttributes.width') 2965 @DomName('SVGFilterPrimitiveStandardAttributes.width')
(...skipping 12 matching lines...) Expand all
2956 // 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
2957 // 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
2958 // BSD-style license that can be found in the LICENSE file. 2980 // BSD-style license that can be found in the LICENSE file.
2959 2981
2960 // WARNING: Do not edit - generated code. 2982 // WARNING: Do not edit - generated code.
2961 2983
2962 2984
2963 @DocsEditable 2985 @DocsEditable
2964 @DomName('SVGFitToViewBox') 2986 @DomName('SVGFitToViewBox')
2965 @Unstable 2987 @Unstable
2966 class FitToViewBox extends NativeFieldWrapperClass1 { 2988 abstract class FitToViewBox extends NativeFieldWrapperClass1 {
2967 FitToViewBox.internal();
2968 2989
2969 @DomName('SVGFitToViewBox.preserveAspectRatio') 2990 @DomName('SVGFitToViewBox.preserveAspectRatio')
2970 @DocsEditable 2991 @DocsEditable
2971 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr eserveAspectRatio_Getter"; 2992 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr eserveAspectRatio_Getter";
2972 2993
2973 @DomName('SVGFitToViewBox.viewBox') 2994 @DomName('SVGFitToViewBox.viewBox')
2974 @DocsEditable 2995 @DocsEditable
2975 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; 2996 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter";
2976 2997
2977 } 2998 }
2978 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2999 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2979 // for details. All rights reserved. Use of this source code is governed by a 3000 // for details. All rights reserved. Use of this source code is governed by a
2980 // BSD-style license that can be found in the LICENSE file. 3001 // BSD-style license that can be found in the LICENSE file.
2981 3002
2982 // WARNING: Do not edit - generated code. 3003 // WARNING: Do not edit - generated code.
2983 3004
2984 3005
2985 @DocsEditable 3006 @DocsEditable
2986 @DomName('SVGForeignObjectElement') 3007 @DomName('SVGForeignObjectElement')
2987 @SupportedBrowser(SupportedBrowser.CHROME) 3008 @SupportedBrowser(SupportedBrowser.CHROME)
2988 @SupportedBrowser(SupportedBrowser.FIREFOX) 3009 @SupportedBrowser(SupportedBrowser.FIREFOX)
2989 @SupportedBrowser(SupportedBrowser.SAFARI) 3010 @SupportedBrowser(SupportedBrowser.SAFARI)
2990 @Unstable 3011 @Unstable
2991 class ForeignObjectElement extends StyledElement implements Transformable, Tests , ExternalResourcesRequired, LangSpace { 3012 class ForeignObjectElement extends StyledElement implements Transformable, Tests , ExternalResourcesRequired, LangSpace {
2992 ForeignObjectElement.internal() : super.internal(); 3013 // To suppress missing implicit constructor warnings.
3014 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported") ; }
2993 3015
2994 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') 3016 @DomName('SVGForeignObjectElement.SVGForeignObjectElement')
2995 @DocsEditable 3017 @DocsEditable
2996 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject"); 3018 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject");
2997 3019
2998 /// Checks if this type is supported on the current platform. 3020 /// Checks if this type is supported on the current platform.
2999 static bool get supported => true; 3021 static bool get supported => true;
3000 3022
3001 @DomName('SVGForeignObjectElement.height') 3023 @DomName('SVGForeignObjectElement.height')
3002 @DocsEditable 3024 @DocsEditable
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
3083 // for details. All rights reserved. Use of this source code is governed by a 3105 // for details. All rights reserved. Use of this source code is governed by a
3084 // BSD-style license that can be found in the LICENSE file. 3106 // BSD-style license that can be found in the LICENSE file.
3085 3107
3086 // WARNING: Do not edit - generated code. 3108 // WARNING: Do not edit - generated code.
3087 3109
3088 3110
3089 @DocsEditable 3111 @DocsEditable
3090 @DomName('SVGGElement') 3112 @DomName('SVGGElement')
3091 @Unstable 3113 @Unstable
3092 class GElement extends StyledElement implements Transformable, Tests, ExternalRe sourcesRequired, LangSpace { 3114 class GElement extends StyledElement implements Transformable, Tests, ExternalRe sourcesRequired, LangSpace {
3093 GElement.internal() : super.internal(); 3115 // To suppress missing implicit constructor warnings.
3116 factory GElement._() { throw new UnsupportedError("Not supported"); }
3094 3117
3095 @DomName('SVGGElement.SVGGElement') 3118 @DomName('SVGGElement.SVGGElement')
3096 @DocsEditable 3119 @DocsEditable
3097 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); 3120 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g");
3098 3121
3099 @DomName('SVGGElement.externalResourcesRequired') 3122 @DomName('SVGGElement.externalResourcesRequired')
3100 @DocsEditable 3123 @DocsEditable
3101 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso urcesRequired_Getter"; 3124 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso urcesRequired_Getter";
3102 3125
3103 @DomName('SVGGElement.xmllang') 3126 @DomName('SVGGElement.xmllang')
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
3165 // for details. All rights reserved. Use of this source code is governed by a 3188 // for details. All rights reserved. Use of this source code is governed by a
3166 // BSD-style license that can be found in the LICENSE file. 3189 // BSD-style license that can be found in the LICENSE file.
3167 3190
3168 // WARNING: Do not edit - generated code. 3191 // WARNING: Do not edit - generated code.
3169 3192
3170 3193
3171 @DocsEditable 3194 @DocsEditable
3172 @DomName('SVGImageElement') 3195 @DomName('SVGImageElement')
3173 @Unstable 3196 @Unstable
3174 class ImageElement extends StyledElement implements UriReference, Tests, Transfo rmable, ExternalResourcesRequired, LangSpace { 3197 class ImageElement extends StyledElement implements UriReference, Tests, Transfo rmable, ExternalResourcesRequired, LangSpace {
3175 ImageElement.internal() : super.internal(); 3198 // To suppress missing implicit constructor warnings.
3199 factory ImageElement._() { throw new UnsupportedError("Not supported"); }
3176 3200
3177 @DomName('SVGImageElement.SVGImageElement') 3201 @DomName('SVGImageElement.SVGImageElement')
3178 @DocsEditable 3202 @DocsEditable
3179 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge"); 3203 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge");
3180 3204
3181 @DomName('SVGImageElement.height') 3205 @DomName('SVGImageElement.height')
3182 @DocsEditable 3206 @DocsEditable
3183 AnimatedLength get height native "SVGImageElement_height_Getter"; 3207 AnimatedLength get height native "SVGImageElement_height_Getter";
3184 3208
3185 @DomName('SVGImageElement.preserveAspectRatio') 3209 @DomName('SVGImageElement.preserveAspectRatio')
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
3270 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3294 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3271 // for details. All rights reserved. Use of this source code is governed by a 3295 // for details. All rights reserved. Use of this source code is governed by a
3272 // BSD-style license that can be found in the LICENSE file. 3296 // BSD-style license that can be found in the LICENSE file.
3273 3297
3274 // WARNING: Do not edit - generated code. 3298 // WARNING: Do not edit - generated code.
3275 3299
3276 3300
3277 @DocsEditable 3301 @DocsEditable
3278 @DomName('SVGLangSpace') 3302 @DomName('SVGLangSpace')
3279 @Unstable 3303 @Unstable
3280 class LangSpace extends NativeFieldWrapperClass1 { 3304 abstract class LangSpace extends NativeFieldWrapperClass1 {
3281 LangSpace.internal();
3282 3305
3283 /// Checks if this type is supported on the current platform. 3306 /// Checks if this type is supported on the current platform.
3284 static bool supported(SvgElement element) => true; 3307 static bool supported(SvgElement element) => true;
3285 3308
3286 @DomName('SVGLangSpace.xmllang') 3309 @DomName('SVGLangSpace.xmllang')
3287 @DocsEditable 3310 @DocsEditable
3288 String get xmllang native "SVGLangSpace_xmllang_Getter"; 3311 String get xmllang native "SVGLangSpace_xmllang_Getter";
3289 3312
3290 @DomName('SVGLangSpace.xmllang') 3313 @DomName('SVGLangSpace.xmllang')
3291 @DocsEditable 3314 @DocsEditable
(...skipping 12 matching lines...) Expand all
3304 // for details. All rights reserved. Use of this source code is governed by a 3327 // for details. All rights reserved. Use of this source code is governed by a
3305 // BSD-style license that can be found in the LICENSE file. 3328 // BSD-style license that can be found in the LICENSE file.
3306 3329
3307 // WARNING: Do not edit - generated code. 3330 // WARNING: Do not edit - generated code.
3308 3331
3309 3332
3310 @DocsEditable 3333 @DocsEditable
3311 @DomName('SVGLength') 3334 @DomName('SVGLength')
3312 @Unstable 3335 @Unstable
3313 class Length extends NativeFieldWrapperClass1 { 3336 class Length extends NativeFieldWrapperClass1 {
3314 Length.internal();
3315 3337
3316 @DomName('SVGLength.SVG_LENGTHTYPE_CM') 3338 @DomName('SVGLength.SVG_LENGTHTYPE_CM')
3317 @DocsEditable 3339 @DocsEditable
3318 static const int SVG_LENGTHTYPE_CM = 6; 3340 static const int SVG_LENGTHTYPE_CM = 6;
3319 3341
3320 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') 3342 @DomName('SVGLength.SVG_LENGTHTYPE_EMS')
3321 @DocsEditable 3343 @DocsEditable
3322 static const int SVG_LENGTHTYPE_EMS = 3; 3344 static const int SVG_LENGTHTYPE_EMS = 3;
3323 3345
3324 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') 3346 @DomName('SVGLength.SVG_LENGTHTYPE_EXS')
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
3398 // for details. All rights reserved. Use of this source code is governed by a 3420 // for details. All rights reserved. Use of this source code is governed by a
3399 // BSD-style license that can be found in the LICENSE file. 3421 // BSD-style license that can be found in the LICENSE file.
3400 3422
3401 // WARNING: Do not edit - generated code. 3423 // WARNING: Do not edit - generated code.
3402 3424
3403 3425
3404 @DocsEditable 3426 @DocsEditable
3405 @DomName('SVGLengthList') 3427 @DomName('SVGLengthList')
3406 @Unstable 3428 @Unstable
3407 class LengthList extends NativeFieldWrapperClass1 with ListMixin<Length>, Immuta bleListMixin<Length> implements List<Length> { 3429 class LengthList extends NativeFieldWrapperClass1 with ListMixin<Length>, Immuta bleListMixin<Length> implements List<Length> {
3408 LengthList.internal();
3409 3430
3410 @DomName('SVGLengthList.numberOfItems') 3431 @DomName('SVGLengthList.numberOfItems')
3411 @DocsEditable 3432 @DocsEditable
3412 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; 3433 int get numberOfItems native "SVGLengthList_numberOfItems_Getter";
3413 3434
3414 Length operator[](int index) { 3435 Length operator[](int index) {
3415 if (index < 0 || index >= length) 3436 if (index < 0 || index >= length)
3416 throw new RangeError.range(index, 0, length); 3437 throw new RangeError.range(index, 0, length);
3417 return _nativeIndexedGetter(index); 3438 return _nativeIndexedGetter(index);
3418 } 3439 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
3491 // for details. All rights reserved. Use of this source code is governed by a 3512 // for details. All rights reserved. Use of this source code is governed by a
3492 // BSD-style license that can be found in the LICENSE file. 3513 // BSD-style license that can be found in the LICENSE file.
3493 3514
3494 // WARNING: Do not edit - generated code. 3515 // WARNING: Do not edit - generated code.
3495 3516
3496 3517
3497 @DocsEditable 3518 @DocsEditable
3498 @DomName('SVGLineElement') 3519 @DomName('SVGLineElement')
3499 @Unstable 3520 @Unstable
3500 class LineElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 3521 class LineElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace {
3501 LineElement.internal() : super.internal(); 3522 // To suppress missing implicit constructor warnings.
3523 factory LineElement._() { throw new UnsupportedError("Not supported"); }
3502 3524
3503 @DomName('SVGLineElement.SVGLineElement') 3525 @DomName('SVGLineElement.SVGLineElement')
3504 @DocsEditable 3526 @DocsEditable
3505 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line "); 3527 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line ");
3506 3528
3507 @DomName('SVGLineElement.x1') 3529 @DomName('SVGLineElement.x1')
3508 @DocsEditable 3530 @DocsEditable
3509 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; 3531 AnimatedLength get x1 native "SVGLineElement_x1_Getter";
3510 3532
3511 @DomName('SVGLineElement.x2') 3533 @DomName('SVGLineElement.x2')
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 // for details. All rights reserved. Use of this source code is governed by a 3611 // for details. All rights reserved. Use of this source code is governed by a
3590 // BSD-style license that can be found in the LICENSE file. 3612 // BSD-style license that can be found in the LICENSE file.
3591 3613
3592 // WARNING: Do not edit - generated code. 3614 // WARNING: Do not edit - generated code.
3593 3615
3594 3616
3595 @DocsEditable 3617 @DocsEditable
3596 @DomName('SVGLinearGradientElement') 3618 @DomName('SVGLinearGradientElement')
3597 @Unstable 3619 @Unstable
3598 class LinearGradientElement extends _GradientElement { 3620 class LinearGradientElement extends _GradientElement {
3599 LinearGradientElement.internal() : super.internal(); 3621 // To suppress missing implicit constructor warnings.
3622 factory LinearGradientElement._() { throw new UnsupportedError("Not supported" ); }
3600 3623
3601 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') 3624 @DomName('SVGLinearGradientElement.SVGLinearGradientElement')
3602 @DocsEditable 3625 @DocsEditable
3603 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient"); 3626 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient");
3604 3627
3605 @DomName('SVGLinearGradientElement.x1') 3628 @DomName('SVGLinearGradientElement.x1')
3606 @DocsEditable 3629 @DocsEditable
3607 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; 3630 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter";
3608 3631
3609 @DomName('SVGLinearGradientElement.x2') 3632 @DomName('SVGLinearGradientElement.x2')
(...skipping 12 matching lines...) Expand all
3622 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3645 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3623 // for details. All rights reserved. Use of this source code is governed by a 3646 // for details. All rights reserved. Use of this source code is governed by a
3624 // BSD-style license that can be found in the LICENSE file. 3647 // BSD-style license that can be found in the LICENSE file.
3625 3648
3626 // WARNING: Do not edit - generated code. 3649 // WARNING: Do not edit - generated code.
3627 3650
3628 3651
3629 @DocsEditable 3652 @DocsEditable
3630 @DomName('SVGLocatable') 3653 @DomName('SVGLocatable')
3631 @Unstable 3654 @Unstable
3632 class Locatable extends NativeFieldWrapperClass1 { 3655 abstract class Locatable extends NativeFieldWrapperClass1 {
3633 Locatable.internal();
3634 3656
3635 @DomName('SVGLocatable.farthestViewportElement') 3657 @DomName('SVGLocatable.farthestViewportElement')
3636 @DocsEditable 3658 @DocsEditable
3637 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl ement_Getter"; 3659 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl ement_Getter";
3638 3660
3639 @DomName('SVGLocatable.nearestViewportElement') 3661 @DomName('SVGLocatable.nearestViewportElement')
3640 @DocsEditable 3662 @DocsEditable
3641 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem ent_Getter"; 3663 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem ent_Getter";
3642 3664
3643 @DomName('SVGLocatable.getBBox') 3665 @DomName('SVGLocatable.getBBox')
(...skipping 17 matching lines...) Expand all
3661 // for details. All rights reserved. Use of this source code is governed by a 3683 // for details. All rights reserved. Use of this source code is governed by a
3662 // BSD-style license that can be found in the LICENSE file. 3684 // BSD-style license that can be found in the LICENSE file.
3663 3685
3664 // WARNING: Do not edit - generated code. 3686 // WARNING: Do not edit - generated code.
3665 3687
3666 3688
3667 @DocsEditable 3689 @DocsEditable
3668 @DomName('SVGMarkerElement') 3690 @DomName('SVGMarkerElement')
3669 @Unstable 3691 @Unstable
3670 class MarkerElement extends StyledElement implements FitToViewBox, ExternalResou rcesRequired, LangSpace { 3692 class MarkerElement extends StyledElement implements FitToViewBox, ExternalResou rcesRequired, LangSpace {
3671 MarkerElement.internal() : super.internal(); 3693 // To suppress missing implicit constructor warnings.
3694 factory MarkerElement._() { throw new UnsupportedError("Not supported"); }
3672 3695
3673 @DomName('SVGMarkerElement.SVGMarkerElement') 3696 @DomName('SVGMarkerElement.SVGMarkerElement')
3674 @DocsEditable 3697 @DocsEditable
3675 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma rker"); 3698 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma rker");
3676 3699
3677 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH') 3700 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH')
3678 @DocsEditable 3701 @DocsEditable
3679 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; 3702 static const int SVG_MARKERUNITS_STROKEWIDTH = 2;
3680 3703
3681 @DomName('SVGMarkerElement.SVG_MARKERUNITS_UNKNOWN') 3704 @DomName('SVGMarkerElement.SVG_MARKERUNITS_UNKNOWN')
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3767 // for details. All rights reserved. Use of this source code is governed by a 3790 // for details. All rights reserved. Use of this source code is governed by a
3768 // BSD-style license that can be found in the LICENSE file. 3791 // BSD-style license that can be found in the LICENSE file.
3769 3792
3770 // WARNING: Do not edit - generated code. 3793 // WARNING: Do not edit - generated code.
3771 3794
3772 3795
3773 @DocsEditable 3796 @DocsEditable
3774 @DomName('SVGMaskElement') 3797 @DomName('SVGMaskElement')
3775 @Unstable 3798 @Unstable
3776 class MaskElement extends StyledElement implements Tests, ExternalResourcesRequi red, LangSpace { 3799 class MaskElement extends StyledElement implements Tests, ExternalResourcesRequi red, LangSpace {
3777 MaskElement.internal() : super.internal(); 3800 // To suppress missing implicit constructor warnings.
3801 factory MaskElement._() { throw new UnsupportedError("Not supported"); }
3778 3802
3779 @DomName('SVGMaskElement.SVGMaskElement') 3803 @DomName('SVGMaskElement.SVGMaskElement')
3780 @DocsEditable 3804 @DocsEditable
3781 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask "); 3805 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask ");
3782 3806
3783 @DomName('SVGMaskElement.height') 3807 @DomName('SVGMaskElement.height')
3784 @DocsEditable 3808 @DocsEditable
3785 AnimatedLength get height native "SVGMaskElement_height_Getter"; 3809 AnimatedLength get height native "SVGMaskElement_height_Getter";
3786 3810
3787 @DomName('SVGMaskElement.maskContentUnits') 3811 @DomName('SVGMaskElement.maskContentUnits')
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
3845 // for details. All rights reserved. Use of this source code is governed by a 3869 // for details. All rights reserved. Use of this source code is governed by a
3846 // BSD-style license that can be found in the LICENSE file. 3870 // BSD-style license that can be found in the LICENSE file.
3847 3871
3848 // WARNING: Do not edit - generated code. 3872 // WARNING: Do not edit - generated code.
3849 3873
3850 3874
3851 @DocsEditable 3875 @DocsEditable
3852 @DomName('SVGMatrix') 3876 @DomName('SVGMatrix')
3853 @Unstable 3877 @Unstable
3854 class Matrix extends NativeFieldWrapperClass1 { 3878 class Matrix extends NativeFieldWrapperClass1 {
3855 Matrix.internal();
3856 3879
3857 @DomName('SVGMatrix.a') 3880 @DomName('SVGMatrix.a')
3858 @DocsEditable 3881 @DocsEditable
3859 num get a native "SVGMatrix_a_Getter"; 3882 num get a native "SVGMatrix_a_Getter";
3860 3883
3861 @DomName('SVGMatrix.a') 3884 @DomName('SVGMatrix.a')
3862 @DocsEditable 3885 @DocsEditable
3863 void set a(num value) native "SVGMatrix_a_Setter"; 3886 void set a(num value) native "SVGMatrix_a_Setter";
3864 3887
3865 @DomName('SVGMatrix.b') 3888 @DomName('SVGMatrix.b')
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3951 // for details. All rights reserved. Use of this source code is governed by a 3974 // for details. All rights reserved. Use of this source code is governed by a
3952 // BSD-style license that can be found in the LICENSE file. 3975 // BSD-style license that can be found in the LICENSE file.
3953 3976
3954 // WARNING: Do not edit - generated code. 3977 // WARNING: Do not edit - generated code.
3955 3978
3956 3979
3957 @DocsEditable 3980 @DocsEditable
3958 @DomName('SVGMetadataElement') 3981 @DomName('SVGMetadataElement')
3959 @Unstable 3982 @Unstable
3960 class MetadataElement extends SvgElement { 3983 class MetadataElement extends SvgElement {
3961 MetadataElement.internal() : super.internal(); 3984 // To suppress missing implicit constructor warnings.
3985 factory MetadataElement._() { throw new UnsupportedError("Not supported"); }
3962 3986
3963 } 3987 }
3964 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3988 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3965 // for details. All rights reserved. Use of this source code is governed by a 3989 // for details. All rights reserved. Use of this source code is governed by a
3966 // BSD-style license that can be found in the LICENSE file. 3990 // BSD-style license that can be found in the LICENSE file.
3967 3991
3968 // WARNING: Do not edit - generated code. 3992 // WARNING: Do not edit - generated code.
3969 3993
3970 3994
3971 @DocsEditable 3995 @DocsEditable
3972 @DomName('SVGNumber') 3996 @DomName('SVGNumber')
3973 @Unstable 3997 @Unstable
3974 class Number extends NativeFieldWrapperClass1 { 3998 class Number extends NativeFieldWrapperClass1 {
3975 Number.internal();
3976 3999
3977 @DomName('SVGNumber.value') 4000 @DomName('SVGNumber.value')
3978 @DocsEditable 4001 @DocsEditable
3979 num get value native "SVGNumber_value_Getter"; 4002 num get value native "SVGNumber_value_Getter";
3980 4003
3981 @DomName('SVGNumber.value') 4004 @DomName('SVGNumber.value')
3982 @DocsEditable 4005 @DocsEditable
3983 void set value(num value) native "SVGNumber_value_Setter"; 4006 void set value(num value) native "SVGNumber_value_Setter";
3984 4007
3985 } 4008 }
3986 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4009 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3987 // for details. All rights reserved. Use of this source code is governed by a 4010 // for details. All rights reserved. Use of this source code is governed by a
3988 // BSD-style license that can be found in the LICENSE file. 4011 // BSD-style license that can be found in the LICENSE file.
3989 4012
3990 // WARNING: Do not edit - generated code. 4013 // WARNING: Do not edit - generated code.
3991 4014
3992 4015
3993 @DocsEditable 4016 @DocsEditable
3994 @DomName('SVGNumberList') 4017 @DomName('SVGNumberList')
3995 @Unstable 4018 @Unstable
3996 class NumberList extends NativeFieldWrapperClass1 with ListMixin<Number>, Immuta bleListMixin<Number> implements List<Number> { 4019 class NumberList extends NativeFieldWrapperClass1 with ListMixin<Number>, Immuta bleListMixin<Number> implements List<Number> {
3997 NumberList.internal();
3998 4020
3999 @DomName('SVGNumberList.numberOfItems') 4021 @DomName('SVGNumberList.numberOfItems')
4000 @DocsEditable 4022 @DocsEditable
4001 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; 4023 int get numberOfItems native "SVGNumberList_numberOfItems_Getter";
4002 4024
4003 Number operator[](int index) { 4025 Number operator[](int index) {
4004 if (index < 0 || index >= length) 4026 if (index < 0 || index >= length)
4005 throw new RangeError.range(index, 0, length); 4027 throw new RangeError.range(index, 0, length);
4006 return _nativeIndexedGetter(index); 4028 return _nativeIndexedGetter(index);
4007 } 4029 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
4080 // for details. All rights reserved. Use of this source code is governed by a 4102 // for details. All rights reserved. Use of this source code is governed by a
4081 // BSD-style license that can be found in the LICENSE file. 4103 // BSD-style license that can be found in the LICENSE file.
4082 4104
4083 // WARNING: Do not edit - generated code. 4105 // WARNING: Do not edit - generated code.
4084 4106
4085 4107
4086 @DocsEditable 4108 @DocsEditable
4087 @DomName('SVGPathElement') 4109 @DomName('SVGPathElement')
4088 @Unstable 4110 @Unstable
4089 class PathElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 4111 class PathElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace {
4090 PathElement.internal() : super.internal(); 4112 // To suppress missing implicit constructor warnings.
4113 factory PathElement._() { throw new UnsupportedError("Not supported"); }
4091 4114
4092 @DomName('SVGPathElement.SVGPathElement') 4115 @DomName('SVGPathElement.SVGPathElement')
4093 @DocsEditable 4116 @DocsEditable
4094 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path "); 4117 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path ");
4095 4118
4096 @DomName('SVGPathElement.animatedNormalizedPathSegList') 4119 @DomName('SVGPathElement.animatedNormalizedPathSegList')
4097 @DocsEditable 4120 @DocsEditable
4098 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN ormalizedPathSegList_Getter"; 4121 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN ormalizedPathSegList_Getter";
4099 4122
4100 @DomName('SVGPathElement.animatedPathSegList') 4123 @DomName('SVGPathElement.animatedPathSegList')
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
4270 // for details. All rights reserved. Use of this source code is governed by a 4293 // for details. All rights reserved. Use of this source code is governed by a
4271 // BSD-style license that can be found in the LICENSE file. 4294 // BSD-style license that can be found in the LICENSE file.
4272 4295
4273 // WARNING: Do not edit - generated code. 4296 // WARNING: Do not edit - generated code.
4274 4297
4275 4298
4276 @DocsEditable 4299 @DocsEditable
4277 @DomName('SVGPathSeg') 4300 @DomName('SVGPathSeg')
4278 @Unstable 4301 @Unstable
4279 class PathSeg extends NativeFieldWrapperClass1 { 4302 class PathSeg extends NativeFieldWrapperClass1 {
4280 PathSeg.internal();
4281 4303
4282 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') 4304 @DomName('SVGPathSeg.PATHSEG_ARC_ABS')
4283 @DocsEditable 4305 @DocsEditable
4284 static const int PATHSEG_ARC_ABS = 10; 4306 static const int PATHSEG_ARC_ABS = 10;
4285 4307
4286 @DomName('SVGPathSeg.PATHSEG_ARC_REL') 4308 @DomName('SVGPathSeg.PATHSEG_ARC_REL')
4287 @DocsEditable 4309 @DocsEditable
4288 static const int PATHSEG_ARC_REL = 11; 4310 static const int PATHSEG_ARC_REL = 11;
4289 4311
4290 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') 4312 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH')
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
4372 // for details. All rights reserved. Use of this source code is governed by a 4394 // for details. All rights reserved. Use of this source code is governed by a
4373 // BSD-style license that can be found in the LICENSE file. 4395 // BSD-style license that can be found in the LICENSE file.
4374 4396
4375 // WARNING: Do not edit - generated code. 4397 // WARNING: Do not edit - generated code.
4376 4398
4377 4399
4378 @DocsEditable 4400 @DocsEditable
4379 @DomName('SVGPathSegArcAbs') 4401 @DomName('SVGPathSegArcAbs')
4380 @Unstable 4402 @Unstable
4381 class PathSegArcAbs extends PathSeg { 4403 class PathSegArcAbs extends PathSeg {
4382 PathSegArcAbs.internal() : super.internal(); 4404 // To suppress missing implicit constructor warnings.
4405 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); }
4383 4406
4384 @DomName('SVGPathSegArcAbs.angle') 4407 @DomName('SVGPathSegArcAbs.angle')
4385 @DocsEditable 4408 @DocsEditable
4386 num get angle native "SVGPathSegArcAbs_angle_Getter"; 4409 num get angle native "SVGPathSegArcAbs_angle_Getter";
4387 4410
4388 @DomName('SVGPathSegArcAbs.angle') 4411 @DomName('SVGPathSegArcAbs.angle')
4389 @DocsEditable 4412 @DocsEditable
4390 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; 4413 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter";
4391 4414
4392 @DomName('SVGPathSegArcAbs.largeArcFlag') 4415 @DomName('SVGPathSegArcAbs.largeArcFlag')
(...skipping 49 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 4465 // 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. 4466 // BSD-style license that can be found in the LICENSE file.
4444 4467
4445 // WARNING: Do not edit - generated code. 4468 // WARNING: Do not edit - generated code.
4446 4469
4447 4470
4448 @DocsEditable 4471 @DocsEditable
4449 @DomName('SVGPathSegArcRel') 4472 @DomName('SVGPathSegArcRel')
4450 @Unstable 4473 @Unstable
4451 class PathSegArcRel extends PathSeg { 4474 class PathSegArcRel extends PathSeg {
4452 PathSegArcRel.internal() : super.internal(); 4475 // To suppress missing implicit constructor warnings.
4476 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); }
4453 4477
4454 @DomName('SVGPathSegArcRel.angle') 4478 @DomName('SVGPathSegArcRel.angle')
4455 @DocsEditable 4479 @DocsEditable
4456 num get angle native "SVGPathSegArcRel_angle_Getter"; 4480 num get angle native "SVGPathSegArcRel_angle_Getter";
4457 4481
4458 @DomName('SVGPathSegArcRel.angle') 4482 @DomName('SVGPathSegArcRel.angle')
4459 @DocsEditable 4483 @DocsEditable
4460 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; 4484 void set angle(num value) native "SVGPathSegArcRel_angle_Setter";
4461 4485
4462 @DomName('SVGPathSegArcRel.largeArcFlag') 4486 @DomName('SVGPathSegArcRel.largeArcFlag')
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
4512 // for details. All rights reserved. Use of this source code is governed by a 4536 // for details. All rights reserved. Use of this source code is governed by a
4513 // BSD-style license that can be found in the LICENSE file. 4537 // BSD-style license that can be found in the LICENSE file.
4514 4538
4515 // WARNING: Do not edit - generated code. 4539 // WARNING: Do not edit - generated code.
4516 4540
4517 4541
4518 @DocsEditable 4542 @DocsEditable
4519 @DomName('SVGPathSegClosePath') 4543 @DomName('SVGPathSegClosePath')
4520 @Unstable 4544 @Unstable
4521 class PathSegClosePath extends PathSeg { 4545 class PathSegClosePath extends PathSeg {
4522 PathSegClosePath.internal() : super.internal(); 4546 // To suppress missing implicit constructor warnings.
4547 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); }
4523 4548
4524 } 4549 }
4525 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4550 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4526 // for details. All rights reserved. Use of this source code is governed by a 4551 // for details. All rights reserved. Use of this source code is governed by a
4527 // BSD-style license that can be found in the LICENSE file. 4552 // BSD-style license that can be found in the LICENSE file.
4528 4553
4529 // WARNING: Do not edit - generated code. 4554 // WARNING: Do not edit - generated code.
4530 4555
4531 4556
4532 @DocsEditable 4557 @DocsEditable
4533 @DomName('SVGPathSegCurvetoCubicAbs') 4558 @DomName('SVGPathSegCurvetoCubicAbs')
4534 @Unstable 4559 @Unstable
4535 class PathSegCurvetoCubicAbs extends PathSeg { 4560 class PathSegCurvetoCubicAbs extends PathSeg {
4536 PathSegCurvetoCubicAbs.internal() : super.internal(); 4561 // To suppress missing implicit constructor warnings.
4562 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported "); }
4537 4563
4538 @DomName('SVGPathSegCurvetoCubicAbs.x') 4564 @DomName('SVGPathSegCurvetoCubicAbs.x')
4539 @DocsEditable 4565 @DocsEditable
4540 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; 4566 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter";
4541 4567
4542 @DomName('SVGPathSegCurvetoCubicAbs.x') 4568 @DomName('SVGPathSegCurvetoCubicAbs.x')
4543 @DocsEditable 4569 @DocsEditable
4544 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; 4570 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter";
4545 4571
4546 @DomName('SVGPathSegCurvetoCubicAbs.x1') 4572 @DomName('SVGPathSegCurvetoCubicAbs.x1')
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
4588 // for details. All rights reserved. Use of this source code is governed by a 4614 // for details. All rights reserved. Use of this source code is governed by a
4589 // BSD-style license that can be found in the LICENSE file. 4615 // BSD-style license that can be found in the LICENSE file.
4590 4616
4591 // WARNING: Do not edit - generated code. 4617 // WARNING: Do not edit - generated code.
4592 4618
4593 4619
4594 @DocsEditable 4620 @DocsEditable
4595 @DomName('SVGPathSegCurvetoCubicRel') 4621 @DomName('SVGPathSegCurvetoCubicRel')
4596 @Unstable 4622 @Unstable
4597 class PathSegCurvetoCubicRel extends PathSeg { 4623 class PathSegCurvetoCubicRel extends PathSeg {
4598 PathSegCurvetoCubicRel.internal() : super.internal(); 4624 // To suppress missing implicit constructor warnings.
4625 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported "); }
4599 4626
4600 @DomName('SVGPathSegCurvetoCubicRel.x') 4627 @DomName('SVGPathSegCurvetoCubicRel.x')
4601 @DocsEditable 4628 @DocsEditable
4602 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; 4629 num get x native "SVGPathSegCurvetoCubicRel_x_Getter";
4603 4630
4604 @DomName('SVGPathSegCurvetoCubicRel.x') 4631 @DomName('SVGPathSegCurvetoCubicRel.x')
4605 @DocsEditable 4632 @DocsEditable
4606 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; 4633 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter";
4607 4634
4608 @DomName('SVGPathSegCurvetoCubicRel.x1') 4635 @DomName('SVGPathSegCurvetoCubicRel.x1')
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
4650 // for details. All rights reserved. Use of this source code is governed by a 4677 // for details. All rights reserved. Use of this source code is governed by a
4651 // BSD-style license that can be found in the LICENSE file. 4678 // BSD-style license that can be found in the LICENSE file.
4652 4679
4653 // WARNING: Do not edit - generated code. 4680 // WARNING: Do not edit - generated code.
4654 4681
4655 4682
4656 @DocsEditable 4683 @DocsEditable
4657 @DomName('SVGPathSegCurvetoCubicSmoothAbs') 4684 @DomName('SVGPathSegCurvetoCubicSmoothAbs')
4658 @Unstable 4685 @Unstable
4659 class PathSegCurvetoCubicSmoothAbs extends PathSeg { 4686 class PathSegCurvetoCubicSmoothAbs extends PathSeg {
4660 PathSegCurvetoCubicSmoothAbs.internal() : super.internal(); 4687 // To suppress missing implicit constructor warnings.
4688 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup ported"); }
4661 4689
4662 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') 4690 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
4663 @DocsEditable 4691 @DocsEditable
4664 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; 4692 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter";
4665 4693
4666 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') 4694 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
4667 @DocsEditable 4695 @DocsEditable
4668 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; 4696 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter";
4669 4697
4670 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') 4698 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2')
(...skipping 25 matching lines...) Expand all
4696 // for details. All rights reserved. Use of this source code is governed by a 4724 // for details. All rights reserved. Use of this source code is governed by a
4697 // BSD-style license that can be found in the LICENSE file. 4725 // BSD-style license that can be found in the LICENSE file.
4698 4726
4699 // WARNING: Do not edit - generated code. 4727 // WARNING: Do not edit - generated code.
4700 4728
4701 4729
4702 @DocsEditable 4730 @DocsEditable
4703 @DomName('SVGPathSegCurvetoCubicSmoothRel') 4731 @DomName('SVGPathSegCurvetoCubicSmoothRel')
4704 @Unstable 4732 @Unstable
4705 class PathSegCurvetoCubicSmoothRel extends PathSeg { 4733 class PathSegCurvetoCubicSmoothRel extends PathSeg {
4706 PathSegCurvetoCubicSmoothRel.internal() : super.internal(); 4734 // To suppress missing implicit constructor warnings.
4735 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup ported"); }
4707 4736
4708 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') 4737 @DomName('SVGPathSegCurvetoCubicSmoothRel.x')
4709 @DocsEditable 4738 @DocsEditable
4710 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; 4739 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter";
4711 4740
4712 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') 4741 @DomName('SVGPathSegCurvetoCubicSmoothRel.x')
4713 @DocsEditable 4742 @DocsEditable
4714 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; 4743 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter";
4715 4744
4716 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') 4745 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
(...skipping 25 matching lines...) Expand all
4742 // for details. All rights reserved. Use of this source code is governed by a 4771 // for details. All rights reserved. Use of this source code is governed by a
4743 // BSD-style license that can be found in the LICENSE file. 4772 // BSD-style license that can be found in the LICENSE file.
4744 4773
4745 // WARNING: Do not edit - generated code. 4774 // WARNING: Do not edit - generated code.
4746 4775
4747 4776
4748 @DocsEditable 4777 @DocsEditable
4749 @DomName('SVGPathSegCurvetoQuadraticAbs') 4778 @DomName('SVGPathSegCurvetoQuadraticAbs')
4750 @Unstable 4779 @Unstable
4751 class PathSegCurvetoQuadraticAbs extends PathSeg { 4780 class PathSegCurvetoQuadraticAbs extends PathSeg {
4752 PathSegCurvetoQuadraticAbs.internal() : super.internal(); 4781 // To suppress missing implicit constructor warnings.
4782 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo rted"); }
4753 4783
4754 @DomName('SVGPathSegCurvetoQuadraticAbs.x') 4784 @DomName('SVGPathSegCurvetoQuadraticAbs.x')
4755 @DocsEditable 4785 @DocsEditable
4756 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; 4786 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter";
4757 4787
4758 @DomName('SVGPathSegCurvetoQuadraticAbs.x') 4788 @DomName('SVGPathSegCurvetoQuadraticAbs.x')
4759 @DocsEditable 4789 @DocsEditable
4760 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; 4790 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter";
4761 4791
4762 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') 4792 @DomName('SVGPathSegCurvetoQuadraticAbs.x1')
(...skipping 25 matching lines...) Expand all
4788 // for details. All rights reserved. Use of this source code is governed by a 4818 // for details. All rights reserved. Use of this source code is governed by a
4789 // BSD-style license that can be found in the LICENSE file. 4819 // BSD-style license that can be found in the LICENSE file.
4790 4820
4791 // WARNING: Do not edit - generated code. 4821 // WARNING: Do not edit - generated code.
4792 4822
4793 4823
4794 @DocsEditable 4824 @DocsEditable
4795 @DomName('SVGPathSegCurvetoQuadraticRel') 4825 @DomName('SVGPathSegCurvetoQuadraticRel')
4796 @Unstable 4826 @Unstable
4797 class PathSegCurvetoQuadraticRel extends PathSeg { 4827 class PathSegCurvetoQuadraticRel extends PathSeg {
4798 PathSegCurvetoQuadraticRel.internal() : super.internal(); 4828 // To suppress missing implicit constructor warnings.
4829 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo rted"); }
4799 4830
4800 @DomName('SVGPathSegCurvetoQuadraticRel.x') 4831 @DomName('SVGPathSegCurvetoQuadraticRel.x')
4801 @DocsEditable 4832 @DocsEditable
4802 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; 4833 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter";
4803 4834
4804 @DomName('SVGPathSegCurvetoQuadraticRel.x') 4835 @DomName('SVGPathSegCurvetoQuadraticRel.x')
4805 @DocsEditable 4836 @DocsEditable
4806 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; 4837 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter";
4807 4838
4808 @DomName('SVGPathSegCurvetoQuadraticRel.x1') 4839 @DomName('SVGPathSegCurvetoQuadraticRel.x1')
(...skipping 25 matching lines...) Expand all
4834 // for details. All rights reserved. Use of this source code is governed by a 4865 // for details. All rights reserved. Use of this source code is governed by a
4835 // BSD-style license that can be found in the LICENSE file. 4866 // BSD-style license that can be found in the LICENSE file.
4836 4867
4837 // WARNING: Do not edit - generated code. 4868 // WARNING: Do not edit - generated code.
4838 4869
4839 4870
4840 @DocsEditable 4871 @DocsEditable
4841 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') 4872 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs')
4842 @Unstable 4873 @Unstable
4843 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { 4874 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg {
4844 PathSegCurvetoQuadraticSmoothAbs.internal() : super.internal(); 4875 // To suppress missing implicit constructor warnings.
4876 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not supported"); }
4845 4877
4846 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') 4878 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
4847 @DocsEditable 4879 @DocsEditable
4848 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; 4880 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter";
4849 4881
4850 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') 4882 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
4851 @DocsEditable 4883 @DocsEditable
4852 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; 4884 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter";
4853 4885
4854 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') 4886 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
4855 @DocsEditable 4887 @DocsEditable
4856 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; 4888 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter";
4857 4889
4858 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') 4890 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
4859 @DocsEditable 4891 @DocsEditable
4860 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; 4892 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter";
4861 4893
4862 } 4894 }
4863 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4895 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4864 // for details. All rights reserved. Use of this source code is governed by a 4896 // for details. All rights reserved. Use of this source code is governed by a
4865 // BSD-style license that can be found in the LICENSE file. 4897 // BSD-style license that can be found in the LICENSE file.
4866 4898
4867 // WARNING: Do not edit - generated code. 4899 // WARNING: Do not edit - generated code.
4868 4900
4869 4901
4870 @DocsEditable 4902 @DocsEditable
4871 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') 4903 @DomName('SVGPathSegCurvetoQuadraticSmoothRel')
4872 @Unstable 4904 @Unstable
4873 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { 4905 class PathSegCurvetoQuadraticSmoothRel extends PathSeg {
4874 PathSegCurvetoQuadraticSmoothRel.internal() : super.internal(); 4906 // To suppress missing implicit constructor warnings.
4907 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not supported"); }
4875 4908
4876 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') 4909 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
4877 @DocsEditable 4910 @DocsEditable
4878 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; 4911 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter";
4879 4912
4880 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') 4913 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
4881 @DocsEditable 4914 @DocsEditable
4882 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; 4915 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter";
4883 4916
4884 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') 4917 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
4885 @DocsEditable 4918 @DocsEditable
4886 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; 4919 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter";
4887 4920
4888 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') 4921 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
4889 @DocsEditable 4922 @DocsEditable
4890 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; 4923 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter";
4891 4924
4892 } 4925 }
4893 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4926 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4894 // for details. All rights reserved. Use of this source code is governed by a 4927 // for details. All rights reserved. Use of this source code is governed by a
4895 // BSD-style license that can be found in the LICENSE file. 4928 // BSD-style license that can be found in the LICENSE file.
4896 4929
4897 // WARNING: Do not edit - generated code. 4930 // WARNING: Do not edit - generated code.
4898 4931
4899 4932
4900 @DocsEditable 4933 @DocsEditable
4901 @DomName('SVGPathSegLinetoAbs') 4934 @DomName('SVGPathSegLinetoAbs')
4902 @Unstable 4935 @Unstable
4903 class PathSegLinetoAbs extends PathSeg { 4936 class PathSegLinetoAbs extends PathSeg {
4904 PathSegLinetoAbs.internal() : super.internal(); 4937 // To suppress missing implicit constructor warnings.
4938 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); }
4905 4939
4906 @DomName('SVGPathSegLinetoAbs.x') 4940 @DomName('SVGPathSegLinetoAbs.x')
4907 @DocsEditable 4941 @DocsEditable
4908 num get x native "SVGPathSegLinetoAbs_x_Getter"; 4942 num get x native "SVGPathSegLinetoAbs_x_Getter";
4909 4943
4910 @DomName('SVGPathSegLinetoAbs.x') 4944 @DomName('SVGPathSegLinetoAbs.x')
4911 @DocsEditable 4945 @DocsEditable
4912 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; 4946 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter";
4913 4947
4914 @DomName('SVGPathSegLinetoAbs.y') 4948 @DomName('SVGPathSegLinetoAbs.y')
4915 @DocsEditable 4949 @DocsEditable
4916 num get y native "SVGPathSegLinetoAbs_y_Getter"; 4950 num get y native "SVGPathSegLinetoAbs_y_Getter";
4917 4951
4918 @DomName('SVGPathSegLinetoAbs.y') 4952 @DomName('SVGPathSegLinetoAbs.y')
4919 @DocsEditable 4953 @DocsEditable
4920 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; 4954 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter";
4921 4955
4922 } 4956 }
4923 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4957 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4924 // for details. All rights reserved. Use of this source code is governed by a 4958 // for details. All rights reserved. Use of this source code is governed by a
4925 // BSD-style license that can be found in the LICENSE file. 4959 // BSD-style license that can be found in the LICENSE file.
4926 4960
4927 // WARNING: Do not edit - generated code. 4961 // WARNING: Do not edit - generated code.
4928 4962
4929 4963
4930 @DocsEditable 4964 @DocsEditable
4931 @DomName('SVGPathSegLinetoHorizontalAbs') 4965 @DomName('SVGPathSegLinetoHorizontalAbs')
4932 @Unstable 4966 @Unstable
4933 class PathSegLinetoHorizontalAbs extends PathSeg { 4967 class PathSegLinetoHorizontalAbs extends PathSeg {
4934 PathSegLinetoHorizontalAbs.internal() : super.internal(); 4968 // To suppress missing implicit constructor warnings.
4969 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo rted"); }
4935 4970
4936 @DomName('SVGPathSegLinetoHorizontalAbs.x') 4971 @DomName('SVGPathSegLinetoHorizontalAbs.x')
4937 @DocsEditable 4972 @DocsEditable
4938 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; 4973 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter";
4939 4974
4940 @DomName('SVGPathSegLinetoHorizontalAbs.x') 4975 @DomName('SVGPathSegLinetoHorizontalAbs.x')
4941 @DocsEditable 4976 @DocsEditable
4942 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; 4977 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter";
4943 4978
4944 } 4979 }
4945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4980 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4946 // for details. All rights reserved. Use of this source code is governed by a 4981 // for details. All rights reserved. Use of this source code is governed by a
4947 // BSD-style license that can be found in the LICENSE file. 4982 // BSD-style license that can be found in the LICENSE file.
4948 4983
4949 // WARNING: Do not edit - generated code. 4984 // WARNING: Do not edit - generated code.
4950 4985
4951 4986
4952 @DocsEditable 4987 @DocsEditable
4953 @DomName('SVGPathSegLinetoHorizontalRel') 4988 @DomName('SVGPathSegLinetoHorizontalRel')
4954 @Unstable 4989 @Unstable
4955 class PathSegLinetoHorizontalRel extends PathSeg { 4990 class PathSegLinetoHorizontalRel extends PathSeg {
4956 PathSegLinetoHorizontalRel.internal() : super.internal(); 4991 // To suppress missing implicit constructor warnings.
4992 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo rted"); }
4957 4993
4958 @DomName('SVGPathSegLinetoHorizontalRel.x') 4994 @DomName('SVGPathSegLinetoHorizontalRel.x')
4959 @DocsEditable 4995 @DocsEditable
4960 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; 4996 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter";
4961 4997
4962 @DomName('SVGPathSegLinetoHorizontalRel.x') 4998 @DomName('SVGPathSegLinetoHorizontalRel.x')
4963 @DocsEditable 4999 @DocsEditable
4964 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; 5000 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter";
4965 5001
4966 } 5002 }
4967 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5003 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4968 // for details. All rights reserved. Use of this source code is governed by a 5004 // for details. All rights reserved. Use of this source code is governed by a
4969 // BSD-style license that can be found in the LICENSE file. 5005 // BSD-style license that can be found in the LICENSE file.
4970 5006
4971 // WARNING: Do not edit - generated code. 5007 // WARNING: Do not edit - generated code.
4972 5008
4973 5009
4974 @DocsEditable 5010 @DocsEditable
4975 @DomName('SVGPathSegLinetoRel') 5011 @DomName('SVGPathSegLinetoRel')
4976 @Unstable 5012 @Unstable
4977 class PathSegLinetoRel extends PathSeg { 5013 class PathSegLinetoRel extends PathSeg {
4978 PathSegLinetoRel.internal() : super.internal(); 5014 // To suppress missing implicit constructor warnings.
5015 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); }
4979 5016
4980 @DomName('SVGPathSegLinetoRel.x') 5017 @DomName('SVGPathSegLinetoRel.x')
4981 @DocsEditable 5018 @DocsEditable
4982 num get x native "SVGPathSegLinetoRel_x_Getter"; 5019 num get x native "SVGPathSegLinetoRel_x_Getter";
4983 5020
4984 @DomName('SVGPathSegLinetoRel.x') 5021 @DomName('SVGPathSegLinetoRel.x')
4985 @DocsEditable 5022 @DocsEditable
4986 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; 5023 void set x(num value) native "SVGPathSegLinetoRel_x_Setter";
4987 5024
4988 @DomName('SVGPathSegLinetoRel.y') 5025 @DomName('SVGPathSegLinetoRel.y')
4989 @DocsEditable 5026 @DocsEditable
4990 num get y native "SVGPathSegLinetoRel_y_Getter"; 5027 num get y native "SVGPathSegLinetoRel_y_Getter";
4991 5028
4992 @DomName('SVGPathSegLinetoRel.y') 5029 @DomName('SVGPathSegLinetoRel.y')
4993 @DocsEditable 5030 @DocsEditable
4994 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; 5031 void set y(num value) native "SVGPathSegLinetoRel_y_Setter";
4995 5032
4996 } 5033 }
4997 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5034 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4998 // for details. All rights reserved. Use of this source code is governed by a 5035 // for details. All rights reserved. Use of this source code is governed by a
4999 // BSD-style license that can be found in the LICENSE file. 5036 // BSD-style license that can be found in the LICENSE file.
5000 5037
5001 // WARNING: Do not edit - generated code. 5038 // WARNING: Do not edit - generated code.
5002 5039
5003 5040
5004 @DocsEditable 5041 @DocsEditable
5005 @DomName('SVGPathSegLinetoVerticalAbs') 5042 @DomName('SVGPathSegLinetoVerticalAbs')
5006 @Unstable 5043 @Unstable
5007 class PathSegLinetoVerticalAbs extends PathSeg { 5044 class PathSegLinetoVerticalAbs extends PathSeg {
5008 PathSegLinetoVerticalAbs.internal() : super.internal(); 5045 // To suppress missing implicit constructor warnings.
5046 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support ed"); }
5009 5047
5010 @DomName('SVGPathSegLinetoVerticalAbs.y') 5048 @DomName('SVGPathSegLinetoVerticalAbs.y')
5011 @DocsEditable 5049 @DocsEditable
5012 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; 5050 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter";
5013 5051
5014 @DomName('SVGPathSegLinetoVerticalAbs.y') 5052 @DomName('SVGPathSegLinetoVerticalAbs.y')
5015 @DocsEditable 5053 @DocsEditable
5016 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; 5054 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter";
5017 5055
5018 } 5056 }
5019 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5057 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5020 // for details. All rights reserved. Use of this source code is governed by a 5058 // for details. All rights reserved. Use of this source code is governed by a
5021 // BSD-style license that can be found in the LICENSE file. 5059 // BSD-style license that can be found in the LICENSE file.
5022 5060
5023 // WARNING: Do not edit - generated code. 5061 // WARNING: Do not edit - generated code.
5024 5062
5025 5063
5026 @DocsEditable 5064 @DocsEditable
5027 @DomName('SVGPathSegLinetoVerticalRel') 5065 @DomName('SVGPathSegLinetoVerticalRel')
5028 @Unstable 5066 @Unstable
5029 class PathSegLinetoVerticalRel extends PathSeg { 5067 class PathSegLinetoVerticalRel extends PathSeg {
5030 PathSegLinetoVerticalRel.internal() : super.internal(); 5068 // To suppress missing implicit constructor warnings.
5069 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support ed"); }
5031 5070
5032 @DomName('SVGPathSegLinetoVerticalRel.y') 5071 @DomName('SVGPathSegLinetoVerticalRel.y')
5033 @DocsEditable 5072 @DocsEditable
5034 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; 5073 num get y native "SVGPathSegLinetoVerticalRel_y_Getter";
5035 5074
5036 @DomName('SVGPathSegLinetoVerticalRel.y') 5075 @DomName('SVGPathSegLinetoVerticalRel.y')
5037 @DocsEditable 5076 @DocsEditable
5038 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; 5077 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter";
5039 5078
5040 } 5079 }
5041 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5080 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5042 // for details. All rights reserved. Use of this source code is governed by a 5081 // for details. All rights reserved. Use of this source code is governed by a
5043 // BSD-style license that can be found in the LICENSE file. 5082 // BSD-style license that can be found in the LICENSE file.
5044 5083
5045 // WARNING: Do not edit - generated code. 5084 // WARNING: Do not edit - generated code.
5046 5085
5047 5086
5048 @DocsEditable 5087 @DocsEditable
5049 @DomName('SVGPathSegList') 5088 @DomName('SVGPathSegList')
5050 @Unstable 5089 @Unstable
5051 class PathSegList extends NativeFieldWrapperClass1 with ListMixin<PathSeg>, Immu tableListMixin<PathSeg> implements List<PathSeg> { 5090 class PathSegList extends NativeFieldWrapperClass1 with ListMixin<PathSeg>, Immu tableListMixin<PathSeg> implements List<PathSeg> {
5052 PathSegList.internal();
5053 5091
5054 @DomName('SVGPathSegList.numberOfItems') 5092 @DomName('SVGPathSegList.numberOfItems')
5055 @DocsEditable 5093 @DocsEditable
5056 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; 5094 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter";
5057 5095
5058 PathSeg operator[](int index) { 5096 PathSeg operator[](int index) {
5059 if (index < 0 || index >= length) 5097 if (index < 0 || index >= length)
5060 throw new RangeError.range(index, 0, length); 5098 throw new RangeError.range(index, 0, length);
5061 return _nativeIndexedGetter(index); 5099 return _nativeIndexedGetter(index);
5062 } 5100 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
5135 // for details. All rights reserved. Use of this source code is governed by a 5173 // for details. All rights reserved. Use of this source code is governed by a
5136 // BSD-style license that can be found in the LICENSE file. 5174 // BSD-style license that can be found in the LICENSE file.
5137 5175
5138 // WARNING: Do not edit - generated code. 5176 // WARNING: Do not edit - generated code.
5139 5177
5140 5178
5141 @DocsEditable 5179 @DocsEditable
5142 @DomName('SVGPathSegMovetoAbs') 5180 @DomName('SVGPathSegMovetoAbs')
5143 @Unstable 5181 @Unstable
5144 class PathSegMovetoAbs extends PathSeg { 5182 class PathSegMovetoAbs extends PathSeg {
5145 PathSegMovetoAbs.internal() : super.internal(); 5183 // To suppress missing implicit constructor warnings.
5184 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); }
5146 5185
5147 @DomName('SVGPathSegMovetoAbs.x') 5186 @DomName('SVGPathSegMovetoAbs.x')
5148 @DocsEditable 5187 @DocsEditable
5149 num get x native "SVGPathSegMovetoAbs_x_Getter"; 5188 num get x native "SVGPathSegMovetoAbs_x_Getter";
5150 5189
5151 @DomName('SVGPathSegMovetoAbs.x') 5190 @DomName('SVGPathSegMovetoAbs.x')
5152 @DocsEditable 5191 @DocsEditable
5153 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; 5192 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter";
5154 5193
5155 @DomName('SVGPathSegMovetoAbs.y') 5194 @DomName('SVGPathSegMovetoAbs.y')
5156 @DocsEditable 5195 @DocsEditable
5157 num get y native "SVGPathSegMovetoAbs_y_Getter"; 5196 num get y native "SVGPathSegMovetoAbs_y_Getter";
5158 5197
5159 @DomName('SVGPathSegMovetoAbs.y') 5198 @DomName('SVGPathSegMovetoAbs.y')
5160 @DocsEditable 5199 @DocsEditable
5161 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; 5200 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter";
5162 5201
5163 } 5202 }
5164 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5203 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5165 // for details. All rights reserved. Use of this source code is governed by a 5204 // for details. All rights reserved. Use of this source code is governed by a
5166 // BSD-style license that can be found in the LICENSE file. 5205 // BSD-style license that can be found in the LICENSE file.
5167 5206
5168 // WARNING: Do not edit - generated code. 5207 // WARNING: Do not edit - generated code.
5169 5208
5170 5209
5171 @DocsEditable 5210 @DocsEditable
5172 @DomName('SVGPathSegMovetoRel') 5211 @DomName('SVGPathSegMovetoRel')
5173 @Unstable 5212 @Unstable
5174 class PathSegMovetoRel extends PathSeg { 5213 class PathSegMovetoRel extends PathSeg {
5175 PathSegMovetoRel.internal() : super.internal(); 5214 // To suppress missing implicit constructor warnings.
5215 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); }
5176 5216
5177 @DomName('SVGPathSegMovetoRel.x') 5217 @DomName('SVGPathSegMovetoRel.x')
5178 @DocsEditable 5218 @DocsEditable
5179 num get x native "SVGPathSegMovetoRel_x_Getter"; 5219 num get x native "SVGPathSegMovetoRel_x_Getter";
5180 5220
5181 @DomName('SVGPathSegMovetoRel.x') 5221 @DomName('SVGPathSegMovetoRel.x')
5182 @DocsEditable 5222 @DocsEditable
5183 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; 5223 void set x(num value) native "SVGPathSegMovetoRel_x_Setter";
5184 5224
5185 @DomName('SVGPathSegMovetoRel.y') 5225 @DomName('SVGPathSegMovetoRel.y')
5186 @DocsEditable 5226 @DocsEditable
5187 num get y native "SVGPathSegMovetoRel_y_Getter"; 5227 num get y native "SVGPathSegMovetoRel_y_Getter";
5188 5228
5189 @DomName('SVGPathSegMovetoRel.y') 5229 @DomName('SVGPathSegMovetoRel.y')
5190 @DocsEditable 5230 @DocsEditable
5191 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; 5231 void set y(num value) native "SVGPathSegMovetoRel_y_Setter";
5192 5232
5193 } 5233 }
5194 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5234 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5195 // for details. All rights reserved. Use of this source code is governed by a 5235 // for details. All rights reserved. Use of this source code is governed by a
5196 // BSD-style license that can be found in the LICENSE file. 5236 // BSD-style license that can be found in the LICENSE file.
5197 5237
5198 // WARNING: Do not edit - generated code. 5238 // WARNING: Do not edit - generated code.
5199 5239
5200 5240
5201 @DocsEditable 5241 @DocsEditable
5202 @DomName('SVGPatternElement') 5242 @DomName('SVGPatternElement')
5203 @Unstable 5243 @Unstable
5204 class PatternElement extends StyledElement implements FitToViewBox, UriReference , Tests, ExternalResourcesRequired, LangSpace { 5244 class PatternElement extends StyledElement implements FitToViewBox, UriReference , Tests, ExternalResourcesRequired, LangSpace {
5205 PatternElement.internal() : super.internal(); 5245 // To suppress missing implicit constructor warnings.
5246 factory PatternElement._() { throw new UnsupportedError("Not supported"); }
5206 5247
5207 @DomName('SVGPatternElement.SVGPatternElement') 5248 @DomName('SVGPatternElement.SVGPatternElement')
5208 @DocsEditable 5249 @DocsEditable
5209 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern"); 5250 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern");
5210 5251
5211 @DomName('SVGPatternElement.height') 5252 @DomName('SVGPatternElement.height')
5212 @DocsEditable 5253 @DocsEditable
5213 AnimatedLength get height native "SVGPatternElement_height_Getter"; 5254 AnimatedLength get height native "SVGPatternElement_height_Getter";
5214 5255
5215 @DomName('SVGPatternElement.patternContentUnits') 5256 @DomName('SVGPatternElement.patternContentUnits')
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
5289 // for details. All rights reserved. Use of this source code is governed by a 5330 // for details. All rights reserved. Use of this source code is governed by a
5290 // BSD-style license that can be found in the LICENSE file. 5331 // BSD-style license that can be found in the LICENSE file.
5291 5332
5292 // WARNING: Do not edit - generated code. 5333 // WARNING: Do not edit - generated code.
5293 5334
5294 5335
5295 @DocsEditable 5336 @DocsEditable
5296 @DomName('SVGPoint') 5337 @DomName('SVGPoint')
5297 @Unstable 5338 @Unstable
5298 class Point extends NativeFieldWrapperClass1 { 5339 class Point extends NativeFieldWrapperClass1 {
5299 Point.internal();
5300 5340
5301 @DomName('SVGPoint.x') 5341 @DomName('SVGPoint.x')
5302 @DocsEditable 5342 @DocsEditable
5303 num get x native "SVGPoint_x_Getter"; 5343 num get x native "SVGPoint_x_Getter";
5304 5344
5305 @DomName('SVGPoint.x') 5345 @DomName('SVGPoint.x')
5306 @DocsEditable 5346 @DocsEditable
5307 void set x(num value) native "SVGPoint_x_Setter"; 5347 void set x(num value) native "SVGPoint_x_Setter";
5308 5348
5309 @DomName('SVGPoint.y') 5349 @DomName('SVGPoint.y')
(...skipping 13 matching lines...) Expand all
5323 // for details. All rights reserved. Use of this source code is governed by a 5363 // for details. All rights reserved. Use of this source code is governed by a
5324 // BSD-style license that can be found in the LICENSE file. 5364 // BSD-style license that can be found in the LICENSE file.
5325 5365
5326 // WARNING: Do not edit - generated code. 5366 // WARNING: Do not edit - generated code.
5327 5367
5328 5368
5329 @DocsEditable 5369 @DocsEditable
5330 @DomName('SVGPointList') 5370 @DomName('SVGPointList')
5331 @Unstable 5371 @Unstable
5332 class PointList extends NativeFieldWrapperClass1 { 5372 class PointList extends NativeFieldWrapperClass1 {
5333 PointList.internal();
5334 5373
5335 @DomName('SVGPointList.numberOfItems') 5374 @DomName('SVGPointList.numberOfItems')
5336 @DocsEditable 5375 @DocsEditable
5337 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; 5376 int get numberOfItems native "SVGPointList_numberOfItems_Getter";
5338 5377
5339 @DomName('SVGPointList.appendItem') 5378 @DomName('SVGPointList.appendItem')
5340 @DocsEditable 5379 @DocsEditable
5341 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; 5380 Point appendItem(Point item) native "SVGPointList_appendItem_Callback";
5342 5381
5343 @DomName('SVGPointList.clear') 5382 @DomName('SVGPointList.clear')
(...skipping 25 matching lines...) Expand all
5369 // for details. All rights reserved. Use of this source code is governed by a 5408 // for details. All rights reserved. Use of this source code is governed by a
5370 // BSD-style license that can be found in the LICENSE file. 5409 // BSD-style license that can be found in the LICENSE file.
5371 5410
5372 // WARNING: Do not edit - generated code. 5411 // WARNING: Do not edit - generated code.
5373 5412
5374 5413
5375 @DocsEditable 5414 @DocsEditable
5376 @DomName('SVGPolygonElement') 5415 @DomName('SVGPolygonElement')
5377 @Unstable 5416 @Unstable
5378 class PolygonElement extends StyledElement implements Transformable, Tests, Exte rnalResourcesRequired, LangSpace { 5417 class PolygonElement extends StyledElement implements Transformable, Tests, Exte rnalResourcesRequired, LangSpace {
5379 PolygonElement.internal() : super.internal(); 5418 // To suppress missing implicit constructor warnings.
5419 factory PolygonElement._() { throw new UnsupportedError("Not supported"); }
5380 5420
5381 @DomName('SVGPolygonElement.SVGPolygonElement') 5421 @DomName('SVGPolygonElement.SVGPolygonElement')
5382 @DocsEditable 5422 @DocsEditable
5383 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon"); 5423 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon");
5384 5424
5385 @DomName('SVGPolygonElement.animatedPoints') 5425 @DomName('SVGPolygonElement.animatedPoints')
5386 @DocsEditable 5426 @DocsEditable
5387 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; 5427 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter";
5388 5428
5389 @DomName('SVGPolygonElement.points') 5429 @DomName('SVGPolygonElement.points')
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
5459 // for details. All rights reserved. Use of this source code is governed by a 5499 // for details. All rights reserved. Use of this source code is governed by a
5460 // BSD-style license that can be found in the LICENSE file. 5500 // BSD-style license that can be found in the LICENSE file.
5461 5501
5462 // WARNING: Do not edit - generated code. 5502 // WARNING: Do not edit - generated code.
5463 5503
5464 5504
5465 @DocsEditable 5505 @DocsEditable
5466 @DomName('SVGPolylineElement') 5506 @DomName('SVGPolylineElement')
5467 @Unstable 5507 @Unstable
5468 class PolylineElement extends StyledElement implements Transformable, Tests, Ext ernalResourcesRequired, LangSpace { 5508 class PolylineElement extends StyledElement implements Transformable, Tests, Ext ernalResourcesRequired, LangSpace {
5469 PolylineElement.internal() : super.internal(); 5509 // To suppress missing implicit constructor warnings.
5510 factory PolylineElement._() { throw new UnsupportedError("Not supported"); }
5470 5511
5471 @DomName('SVGPolylineElement.SVGPolylineElement') 5512 @DomName('SVGPolylineElement.SVGPolylineElement')
5472 @DocsEditable 5513 @DocsEditable
5473 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline"); 5514 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline");
5474 5515
5475 @DomName('SVGPolylineElement.animatedPoints') 5516 @DomName('SVGPolylineElement.animatedPoints')
5476 @DocsEditable 5517 @DocsEditable
5477 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter" ; 5518 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter" ;
5478 5519
5479 @DomName('SVGPolylineElement.points') 5520 @DomName('SVGPolylineElement.points')
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
5549 // for details. All rights reserved. Use of this source code is governed by a 5590 // for details. All rights reserved. Use of this source code is governed by a
5550 // BSD-style license that can be found in the LICENSE file. 5591 // BSD-style license that can be found in the LICENSE file.
5551 5592
5552 // WARNING: Do not edit - generated code. 5593 // WARNING: Do not edit - generated code.
5553 5594
5554 5595
5555 @DocsEditable 5596 @DocsEditable
5556 @DomName('SVGPreserveAspectRatio') 5597 @DomName('SVGPreserveAspectRatio')
5557 @Unstable 5598 @Unstable
5558 class PreserveAspectRatio extends NativeFieldWrapperClass1 { 5599 class PreserveAspectRatio extends NativeFieldWrapperClass1 {
5559 PreserveAspectRatio.internal();
5560 5600
5561 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') 5601 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET')
5562 @DocsEditable 5602 @DocsEditable
5563 static const int SVG_MEETORSLICE_MEET = 1; 5603 static const int SVG_MEETORSLICE_MEET = 1;
5564 5604
5565 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') 5605 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE')
5566 @DocsEditable 5606 @DocsEditable
5567 static const int SVG_MEETORSLICE_SLICE = 2; 5607 static const int SVG_MEETORSLICE_SLICE = 2;
5568 5608
5569 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') 5609 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN')
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
5635 // for details. All rights reserved. Use of this source code is governed by a 5675 // for details. All rights reserved. Use of this source code is governed by a
5636 // BSD-style license that can be found in the LICENSE file. 5676 // BSD-style license that can be found in the LICENSE file.
5637 5677
5638 // WARNING: Do not edit - generated code. 5678 // WARNING: Do not edit - generated code.
5639 5679
5640 5680
5641 @DocsEditable 5681 @DocsEditable
5642 @DomName('SVGRadialGradientElement') 5682 @DomName('SVGRadialGradientElement')
5643 @Unstable 5683 @Unstable
5644 class RadialGradientElement extends _GradientElement { 5684 class RadialGradientElement extends _GradientElement {
5645 RadialGradientElement.internal() : super.internal(); 5685 // To suppress missing implicit constructor warnings.
5686 factory RadialGradientElement._() { throw new UnsupportedError("Not supported" ); }
5646 5687
5647 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') 5688 @DomName('SVGRadialGradientElement.SVGRadialGradientElement')
5648 @DocsEditable 5689 @DocsEditable
5649 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient"); 5690 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient");
5650 5691
5651 @DomName('SVGRadialGradientElement.cx') 5692 @DomName('SVGRadialGradientElement.cx')
5652 @DocsEditable 5693 @DocsEditable
5653 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; 5694 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter";
5654 5695
5655 @DomName('SVGRadialGradientElement.cy') 5696 @DomName('SVGRadialGradientElement.cy')
(...skipping 21 matching lines...) Expand all
5677 // for details. All rights reserved. Use of this source code is governed by a 5718 // for details. All rights reserved. Use of this source code is governed by a
5678 // BSD-style license that can be found in the LICENSE file. 5719 // BSD-style license that can be found in the LICENSE file.
5679 5720
5680 // WARNING: Do not edit - generated code. 5721 // WARNING: Do not edit - generated code.
5681 5722
5682 5723
5683 @DocsEditable 5724 @DocsEditable
5684 @DomName('SVGRect') 5725 @DomName('SVGRect')
5685 @Unstable 5726 @Unstable
5686 class Rect extends NativeFieldWrapperClass1 { 5727 class Rect extends NativeFieldWrapperClass1 {
5687 Rect.internal();
5688 5728
5689 @DomName('SVGRect.height') 5729 @DomName('SVGRect.height')
5690 @DocsEditable 5730 @DocsEditable
5691 num get height native "SVGRect_height_Getter"; 5731 num get height native "SVGRect_height_Getter";
5692 5732
5693 @DomName('SVGRect.height') 5733 @DomName('SVGRect.height')
5694 @DocsEditable 5734 @DocsEditable
5695 void set height(num value) native "SVGRect_height_Setter"; 5735 void set height(num value) native "SVGRect_height_Setter";
5696 5736
5697 @DomName('SVGRect.width') 5737 @DomName('SVGRect.width')
(...skipping 25 matching lines...) Expand all
5723 // for details. All rights reserved. Use of this source code is governed by a 5763 // for details. All rights reserved. Use of this source code is governed by a
5724 // BSD-style license that can be found in the LICENSE file. 5764 // BSD-style license that can be found in the LICENSE file.
5725 5765
5726 // WARNING: Do not edit - generated code. 5766 // WARNING: Do not edit - generated code.
5727 5767
5728 5768
5729 @DocsEditable 5769 @DocsEditable
5730 @DomName('SVGRectElement') 5770 @DomName('SVGRectElement')
5731 @Unstable 5771 @Unstable
5732 class RectElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace { 5772 class RectElement extends StyledElement implements Transformable, Tests, Externa lResourcesRequired, LangSpace {
5733 RectElement.internal() : super.internal(); 5773 // To suppress missing implicit constructor warnings.
5774 factory RectElement._() { throw new UnsupportedError("Not supported"); }
5734 5775
5735 @DomName('SVGRectElement.SVGRectElement') 5776 @DomName('SVGRectElement.SVGRectElement')
5736 @DocsEditable 5777 @DocsEditable
5737 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect "); 5778 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect ");
5738 5779
5739 @DomName('SVGRectElement.height') 5780 @DomName('SVGRectElement.height')
5740 @DocsEditable 5781 @DocsEditable
5741 AnimatedLength get height native "SVGRectElement_height_Getter"; 5782 AnimatedLength get height native "SVGRectElement_height_Getter";
5742 5783
5743 @DomName('SVGRectElement.rx') 5784 @DomName('SVGRectElement.rx')
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
5829 // for details. All rights reserved. Use of this source code is governed by a 5870 // for details. All rights reserved. Use of this source code is governed by a
5830 // BSD-style license that can be found in the LICENSE file. 5871 // BSD-style license that can be found in the LICENSE file.
5831 5872
5832 // WARNING: Do not edit - generated code. 5873 // WARNING: Do not edit - generated code.
5833 5874
5834 5875
5835 @DocsEditable 5876 @DocsEditable
5836 @DomName('SVGRenderingIntent') 5877 @DomName('SVGRenderingIntent')
5837 @Unstable 5878 @Unstable
5838 class RenderingIntent extends NativeFieldWrapperClass1 { 5879 class RenderingIntent extends NativeFieldWrapperClass1 {
5839 RenderingIntent.internal();
5840 5880
5841 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') 5881 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC')
5842 @DocsEditable 5882 @DocsEditable
5843 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; 5883 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
5844 5884
5845 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') 5885 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO')
5846 @DocsEditable 5886 @DocsEditable
5847 static const int RENDERING_INTENT_AUTO = 1; 5887 static const int RENDERING_INTENT_AUTO = 1;
5848 5888
5849 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL') 5889 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL')
(...skipping 17 matching lines...) Expand all
5867 // for details. All rights reserved. Use of this source code is governed by a 5907 // for details. All rights reserved. Use of this source code is governed by a
5868 // BSD-style license that can be found in the LICENSE file. 5908 // BSD-style license that can be found in the LICENSE file.
5869 5909
5870 // WARNING: Do not edit - generated code. 5910 // WARNING: Do not edit - generated code.
5871 5911
5872 5912
5873 @DocsEditable 5913 @DocsEditable
5874 @DomName('SVGScriptElement') 5914 @DomName('SVGScriptElement')
5875 @Unstable 5915 @Unstable
5876 class ScriptElement extends SvgElement implements UriReference, ExternalResource sRequired { 5916 class ScriptElement extends SvgElement implements UriReference, ExternalResource sRequired {
5877 ScriptElement.internal() : super.internal(); 5917 // To suppress missing implicit constructor warnings.
5918 factory ScriptElement._() { throw new UnsupportedError("Not supported"); }
5878 5919
5879 @DomName('SVGScriptElement.SVGScriptElement') 5920 @DomName('SVGScriptElement.SVGScriptElement')
5880 @DocsEditable 5921 @DocsEditable
5881 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript"); 5922 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript");
5882 5923
5883 @DomName('SVGScriptElement.type') 5924 @DomName('SVGScriptElement.type')
5884 @DocsEditable 5925 @DocsEditable
5885 String get type native "SVGScriptElement_type_Getter"; 5926 String get type native "SVGScriptElement_type_Getter";
5886 5927
5887 @DomName('SVGScriptElement.type') 5928 @DomName('SVGScriptElement.type')
(...skipping 16 matching lines...) Expand all
5904 // WARNING: Do not edit - generated code. 5945 // WARNING: Do not edit - generated code.
5905 5946
5906 5947
5907 @DocsEditable 5948 @DocsEditable
5908 @DomName('SVGSetElement') 5949 @DomName('SVGSetElement')
5909 @SupportedBrowser(SupportedBrowser.CHROME) 5950 @SupportedBrowser(SupportedBrowser.CHROME)
5910 @SupportedBrowser(SupportedBrowser.FIREFOX) 5951 @SupportedBrowser(SupportedBrowser.FIREFOX)
5911 @SupportedBrowser(SupportedBrowser.SAFARI) 5952 @SupportedBrowser(SupportedBrowser.SAFARI)
5912 @Unstable 5953 @Unstable
5913 class SetElement extends AnimationElement { 5954 class SetElement extends AnimationElement {
5914 SetElement.internal() : super.internal(); 5955 // To suppress missing implicit constructor warnings.
5956 factory SetElement._() { throw new UnsupportedError("Not supported"); }
5915 5957
5916 @DomName('SVGSetElement.SVGSetElement') 5958 @DomName('SVGSetElement.SVGSetElement')
5917 @DocsEditable 5959 @DocsEditable
5918 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set") ; 5960 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set") ;
5919 5961
5920 /// Checks if this type is supported on the current platform. 5962 /// Checks if this type is supported on the current platform.
5921 static bool get supported => true; 5963 static bool get supported => true;
5922 5964
5923 } 5965 }
5924 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5966 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5925 // for details. All rights reserved. Use of this source code is governed by a 5967 // for details. All rights reserved. Use of this source code is governed by a
5926 // BSD-style license that can be found in the LICENSE file. 5968 // BSD-style license that can be found in the LICENSE file.
5927 5969
5928 // WARNING: Do not edit - generated code. 5970 // WARNING: Do not edit - generated code.
5929 5971
5930 5972
5931 @DocsEditable 5973 @DocsEditable
5932 @DomName('SVGStopElement') 5974 @DomName('SVGStopElement')
5933 @Unstable 5975 @Unstable
5934 class StopElement extends StyledElement { 5976 class StopElement extends StyledElement {
5935 StopElement.internal() : super.internal(); 5977 // To suppress missing implicit constructor warnings.
5978 factory StopElement._() { throw new UnsupportedError("Not supported"); }
5936 5979
5937 @DomName('SVGStopElement.SVGStopElement') 5980 @DomName('SVGStopElement.SVGStopElement')
5938 @DocsEditable 5981 @DocsEditable
5939 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop "); 5982 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop ");
5940 5983
5941 @DomName('SVGStopElement.offset') 5984 @DomName('SVGStopElement.offset')
5942 @DocsEditable 5985 @DocsEditable
5943 AnimatedNumber get gradientOffset native "SVGStopElement_offset_Getter"; 5986 AnimatedNumber get gradientOffset native "SVGStopElement_offset_Getter";
5944 5987
5945 } 5988 }
5946 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5947 // for details. All rights reserved. Use of this source code is governed by a 5990 // for details. All rights reserved. Use of this source code is governed by a
5948 // BSD-style license that can be found in the LICENSE file. 5991 // BSD-style license that can be found in the LICENSE file.
5949 5992
5950 // WARNING: Do not edit - generated code. 5993 // WARNING: Do not edit - generated code.
5951 5994
5952 5995
5953 @DocsEditable 5996 @DocsEditable
5954 @DomName('SVGStringList') 5997 @DomName('SVGStringList')
5955 @Unstable 5998 @Unstable
5956 class StringList extends NativeFieldWrapperClass1 with ListMixin<String>, Immuta bleListMixin<String> implements List<String> { 5999 class StringList extends NativeFieldWrapperClass1 with ListMixin<String>, Immuta bleListMixin<String> implements List<String> {
5957 StringList.internal();
5958 6000
5959 @DomName('SVGStringList.numberOfItems') 6001 @DomName('SVGStringList.numberOfItems')
5960 @DocsEditable 6002 @DocsEditable
5961 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; 6003 int get numberOfItems native "SVGStringList_numberOfItems_Getter";
5962 6004
5963 String operator[](int index) { 6005 String operator[](int index) {
5964 if (index < 0 || index >= length) 6006 if (index < 0 || index >= length)
5965 throw new RangeError.range(index, 0, length); 6007 throw new RangeError.range(index, 0, length);
5966 return _nativeIndexedGetter(index); 6008 return _nativeIndexedGetter(index);
5967 } 6009 }
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
6041 // BSD-style license that can be found in the LICENSE file. 6083 // BSD-style license that can be found in the LICENSE file.
6042 6084
6043 // WARNING: Do not edit - generated code. 6085 // WARNING: Do not edit - generated code.
6044 6086
6045 6087
6046 @DocsEditable 6088 @DocsEditable
6047 @DomName('SVGStyleElement') 6089 @DomName('SVGStyleElement')
6048 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable 6090 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable
6049 @Experimental // nonstandard 6091 @Experimental // nonstandard
6050 class StyleElement extends SvgElement implements LangSpace { 6092 class StyleElement extends SvgElement implements LangSpace {
6051 StyleElement.internal() : super.internal(); 6093 // To suppress missing implicit constructor warnings.
6094 factory StyleElement._() { throw new UnsupportedError("Not supported"); }
6052 6095
6053 @DomName('SVGStyleElement.SVGStyleElement') 6096 @DomName('SVGStyleElement.SVGStyleElement')
6054 @DocsEditable 6097 @DocsEditable
6055 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le"); 6098 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le");
6056 6099
6057 @DomName('SVGStyleElement.disabled') 6100 @DomName('SVGStyleElement.disabled')
6058 @DocsEditable 6101 @DocsEditable
6059 bool get disabled native "SVGStyleElement_disabled_Getter"; 6102 bool get disabled native "SVGStyleElement_disabled_Getter";
6060 6103
6061 @DomName('SVGStyleElement.disabled') 6104 @DomName('SVGStyleElement.disabled')
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
6107 // for details. All rights reserved. Use of this source code is governed by a 6150 // for details. All rights reserved. Use of this source code is governed by a
6108 // BSD-style license that can be found in the LICENSE file. 6151 // BSD-style license that can be found in the LICENSE file.
6109 6152
6110 // WARNING: Do not edit - generated code. 6153 // WARNING: Do not edit - generated code.
6111 6154
6112 6155
6113 @DocsEditable 6156 @DocsEditable
6114 @DomName('SVGStyledElement') 6157 @DomName('SVGStyledElement')
6115 @Unstable 6158 @Unstable
6116 class StyledElement extends SvgElement { 6159 class StyledElement extends SvgElement {
6117 StyledElement.internal() : super.internal(); 6160 // To suppress missing implicit constructor warnings.
6161 factory StyledElement._() { throw new UnsupportedError("Not supported"); }
6118 6162
6119 @DomName('SVGStyledElement.className') 6163 @DomName('SVGStyledElement.className')
6120 @DocsEditable 6164 @DocsEditable
6121 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter "; 6165 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter ";
6122 6166
6123 @DomName('SVGStyledElement.style') 6167 @DomName('SVGStyledElement.style')
6124 @DocsEditable 6168 @DocsEditable
6125 CssStyleDeclaration get style native "SVGStyledElement_style_Getter"; 6169 CssStyleDeclaration get style native "SVGStyledElement_style_Getter";
6126 6170
6127 } 6171 }
6128 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6172 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6129 // for details. All rights reserved. Use of this source code is governed by a 6173 // for details. All rights reserved. Use of this source code is governed by a
6130 // BSD-style license that can be found in the LICENSE file. 6174 // BSD-style license that can be found in the LICENSE file.
6131 6175
6132 // WARNING: Do not edit - generated code. 6176 // WARNING: Do not edit - generated code.
6133 6177
6134 6178
6135 @DocsEditable 6179 @DocsEditable
6136 @DomName('SVGDocument') 6180 @DomName('SVGDocument')
6137 @Unstable 6181 @Unstable
6138 class SvgDocument extends Document { 6182 class SvgDocument extends Document {
6139 SvgDocument.internal() : super.internal(); 6183 // To suppress missing implicit constructor warnings.
6184 factory SvgDocument._() { throw new UnsupportedError("Not supported"); }
6140 6185
6141 @DomName('SVGDocument.rootElement') 6186 @DomName('SVGDocument.rootElement')
6142 @DocsEditable 6187 @DocsEditable
6143 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; 6188 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter";
6144 6189
6145 @DomName('SVGDocument.createEvent') 6190 @DomName('SVGDocument.createEvent')
6146 @DocsEditable 6191 @DocsEditable
6147 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb ack"; 6192 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb ack";
6148 6193
6149 } 6194 }
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
6252 6297
6253 /** 6298 /**
6254 * Checks to see if the SVG element type is supported by the current platform. 6299 * Checks to see if the SVG element type is supported by the current platform.
6255 * 6300 *
6256 * The tag should be a valid SVG element tag name. 6301 * The tag should be a valid SVG element tag name.
6257 */ 6302 */
6258 static bool isTagSupported(String tag) { 6303 static bool isTagSupported(String tag) {
6259 var e = new SvgElement.tag(tag); 6304 var e = new SvgElement.tag(tag);
6260 return e is SvgElement && !(e is UnknownElement); 6305 return e is SvgElement && !(e is UnknownElement);
6261 } 6306 }
6262 SvgElement.internal() : super.internal(); 6307 // To suppress missing implicit constructor warnings.
6308 factory SvgElement._() { throw new UnsupportedError("Not supported"); }
6263 6309
6264 @DomName('SVGElement.id') 6310 @DomName('SVGElement.id')
6265 @DocsEditable 6311 @DocsEditable
6266 String get id native "SVGElement_id_Getter"; 6312 String get id native "SVGElement_id_Getter";
6267 6313
6268 @DomName('SVGElement.id') 6314 @DomName('SVGElement.id')
6269 @DocsEditable 6315 @DocsEditable
6270 void set id(String value) native "SVGElement_id_Setter"; 6316 void set id(String value) native "SVGElement_id_Setter";
6271 6317
6272 @DomName('SVGElement.ownerSVGElement') 6318 @DomName('SVGElement.ownerSVGElement')
(...skipping 17 matching lines...) Expand all
6290 // for details. All rights reserved. Use of this source code is governed by a 6336 // for details. All rights reserved. Use of this source code is governed by a
6291 // BSD-style license that can be found in the LICENSE file. 6337 // BSD-style license that can be found in the LICENSE file.
6292 6338
6293 // WARNING: Do not edit - generated code. 6339 // WARNING: Do not edit - generated code.
6294 6340
6295 6341
6296 @DocsEditable 6342 @DocsEditable
6297 @DomName('SVGException') 6343 @DomName('SVGException')
6298 @Unstable 6344 @Unstable
6299 class SvgException extends NativeFieldWrapperClass1 { 6345 class SvgException extends NativeFieldWrapperClass1 {
6300 SvgException.internal();
6301 6346
6302 @DomName('SVGException.SVG_INVALID_VALUE_ERR') 6347 @DomName('SVGException.SVG_INVALID_VALUE_ERR')
6303 @DocsEditable 6348 @DocsEditable
6304 static const int SVG_INVALID_VALUE_ERR = 1; 6349 static const int SVG_INVALID_VALUE_ERR = 1;
6305 6350
6306 @DomName('SVGException.SVG_MATRIX_NOT_INVERTABLE') 6351 @DomName('SVGException.SVG_MATRIX_NOT_INVERTABLE')
6307 @DocsEditable 6352 @DocsEditable
6308 static const int SVG_MATRIX_NOT_INVERTABLE = 2; 6353 static const int SVG_MATRIX_NOT_INVERTABLE = 2;
6309 6354
6310 @DomName('SVGException.SVG_WRONG_TYPE_ERR') 6355 @DomName('SVGException.SVG_WRONG_TYPE_ERR')
(...skipping 22 matching lines...) Expand all
6333 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6378 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6334 // for details. All rights reserved. Use of this source code is governed by a 6379 // for details. All rights reserved. Use of this source code is governed by a
6335 // BSD-style license that can be found in the LICENSE file. 6380 // BSD-style license that can be found in the LICENSE file.
6336 6381
6337 6382
6338 @DomName('SVGSVGElement') 6383 @DomName('SVGSVGElement')
6339 @Unstable 6384 @Unstable
6340 class SvgSvgElement extends StyledElement implements FitToViewBox, Transformable , Tests, ExternalResourcesRequired, ZoomAndPan, LangSpace { 6385 class SvgSvgElement extends StyledElement implements FitToViewBox, Transformable , Tests, ExternalResourcesRequired, ZoomAndPan, LangSpace {
6341 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ; 6386 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ;
6342 6387
6343 SvgSvgElement.internal() : super.internal(); 6388 // To suppress missing implicit constructor warnings.
6389 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); }
6344 6390
6345 @DomName('SVGSVGElement.contentScriptType') 6391 @DomName('SVGSVGElement.contentScriptType')
6346 @DocsEditable 6392 @DocsEditable
6347 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; 6393 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter";
6348 6394
6349 @DomName('SVGSVGElement.contentScriptType') 6395 @DomName('SVGSVGElement.contentScriptType')
6350 @DocsEditable 6396 @DocsEditable
6351 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy pe_Setter"; 6397 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy pe_Setter";
6352 6398
6353 @DomName('SVGSVGElement.contentStyleType') 6399 @DomName('SVGSVGElement.contentStyleType')
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
6591 // for details. All rights reserved. Use of this source code is governed by a 6637 // for details. All rights reserved. Use of this source code is governed by a
6592 // BSD-style license that can be found in the LICENSE file. 6638 // BSD-style license that can be found in the LICENSE file.
6593 6639
6594 // WARNING: Do not edit - generated code. 6640 // WARNING: Do not edit - generated code.
6595 6641
6596 6642
6597 @DocsEditable 6643 @DocsEditable
6598 @DomName('SVGSwitchElement') 6644 @DomName('SVGSwitchElement')
6599 @Unstable 6645 @Unstable
6600 class SwitchElement extends StyledElement implements Transformable, Tests, Exter nalResourcesRequired, LangSpace { 6646 class SwitchElement extends StyledElement implements Transformable, Tests, Exter nalResourcesRequired, LangSpace {
6601 SwitchElement.internal() : super.internal(); 6647 // To suppress missing implicit constructor warnings.
6648 factory SwitchElement._() { throw new UnsupportedError("Not supported"); }
6602 6649
6603 @DomName('SVGSwitchElement.SVGSwitchElement') 6650 @DomName('SVGSwitchElement.SVGSwitchElement')
6604 @DocsEditable 6651 @DocsEditable
6605 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch"); 6652 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch");
6606 6653
6607 @DomName('SVGSwitchElement.externalResourcesRequired') 6654 @DomName('SVGSwitchElement.externalResourcesRequired')
6608 @DocsEditable 6655 @DocsEditable
6609 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa lResourcesRequired_Getter"; 6656 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa lResourcesRequired_Getter";
6610 6657
6611 @DomName('SVGSwitchElement.xmllang') 6658 @DomName('SVGSwitchElement.xmllang')
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
6673 // for details. All rights reserved. Use of this source code is governed by a 6720 // for details. All rights reserved. Use of this source code is governed by a
6674 // BSD-style license that can be found in the LICENSE file. 6721 // BSD-style license that can be found in the LICENSE file.
6675 6722
6676 // WARNING: Do not edit - generated code. 6723 // WARNING: Do not edit - generated code.
6677 6724
6678 6725
6679 @DocsEditable 6726 @DocsEditable
6680 @DomName('SVGSymbolElement') 6727 @DomName('SVGSymbolElement')
6681 @Unstable 6728 @Unstable
6682 class SymbolElement extends StyledElement implements FitToViewBox, ExternalResou rcesRequired, LangSpace { 6729 class SymbolElement extends StyledElement implements FitToViewBox, ExternalResou rcesRequired, LangSpace {
6683 SymbolElement.internal() : super.internal(); 6730 // To suppress missing implicit constructor warnings.
6731 factory SymbolElement._() { throw new UnsupportedError("Not supported"); }
6684 6732
6685 @DomName('SVGSymbolElement.SVGSymbolElement') 6733 @DomName('SVGSymbolElement.SVGSymbolElement')
6686 @DocsEditable 6734 @DocsEditable
6687 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol"); 6735 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol");
6688 6736
6689 @DomName('SVGSymbolElement.externalResourcesRequired') 6737 @DomName('SVGSymbolElement.externalResourcesRequired')
6690 @DocsEditable 6738 @DocsEditable
6691 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa lResourcesRequired_Getter"; 6739 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa lResourcesRequired_Getter";
6692 6740
6693 @DomName('SVGSymbolElement.preserveAspectRatio') 6741 @DomName('SVGSymbolElement.preserveAspectRatio')
(...skipping 25 matching lines...) Expand all
6719 // 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
6720 // BSD-style license that can be found in the LICENSE file. 6768 // BSD-style license that can be found in the LICENSE file.
6721 6769
6722 // WARNING: Do not edit - generated code. 6770 // WARNING: Do not edit - generated code.
6723 6771
6724 6772
6725 @DocsEditable 6773 @DocsEditable
6726 @DomName('SVGTSpanElement') 6774 @DomName('SVGTSpanElement')
6727 @Unstable 6775 @Unstable
6728 class TSpanElement extends TextPositioningElement { 6776 class TSpanElement extends TextPositioningElement {
6729 TSpanElement.internal() : super.internal(); 6777 // To suppress missing implicit constructor warnings.
6778 factory TSpanElement._() { throw new UnsupportedError("Not supported"); }
6730 6779
6731 @DomName('SVGTSpanElement.SVGTSpanElement') 6780 @DomName('SVGTSpanElement.SVGTSpanElement')
6732 @DocsEditable 6781 @DocsEditable
6733 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp an"); 6782 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp an");
6734 6783
6735 } 6784 }
6736 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6785 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6737 // for details. All rights reserved. Use of this source code is governed by a 6786 // for details. All rights reserved. Use of this source code is governed by a
6738 // BSD-style license that can be found in the LICENSE file. 6787 // BSD-style license that can be found in the LICENSE file.
6739 6788
6740 // WARNING: Do not edit - generated code. 6789 // WARNING: Do not edit - generated code.
6741 6790
6742 6791
6743 @DocsEditable 6792 @DocsEditable
6744 @DomName('SVGTests') 6793 @DomName('SVGTests')
6745 @Unstable 6794 @Unstable
6746 class Tests extends NativeFieldWrapperClass1 { 6795 abstract class Tests extends NativeFieldWrapperClass1 {
6747 Tests.internal();
6748 6796
6749 @DomName('SVGTests.requiredExtensions') 6797 @DomName('SVGTests.requiredExtensions')
6750 @DocsEditable 6798 @DocsEditable
6751 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; 6799 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter";
6752 6800
6753 @DomName('SVGTests.requiredFeatures') 6801 @DomName('SVGTests.requiredFeatures')
6754 @DocsEditable 6802 @DocsEditable
6755 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; 6803 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter";
6756 6804
6757 @DomName('SVGTests.systemLanguage') 6805 @DomName('SVGTests.systemLanguage')
6758 @DocsEditable 6806 @DocsEditable
6759 StringList get systemLanguage native "SVGTests_systemLanguage_Getter"; 6807 StringList get systemLanguage native "SVGTests_systemLanguage_Getter";
6760 6808
6761 @DomName('SVGTests.hasExtension') 6809 @DomName('SVGTests.hasExtension')
6762 @DocsEditable 6810 @DocsEditable
6763 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback"; 6811 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback";
6764 6812
6765 } 6813 }
6766 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6814 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6767 // for details. All rights reserved. Use of this source code is governed by a 6815 // for details. All rights reserved. Use of this source code is governed by a
6768 // BSD-style license that can be found in the LICENSE file. 6816 // BSD-style license that can be found in the LICENSE file.
6769 6817
6770 // WARNING: Do not edit - generated code. 6818 // WARNING: Do not edit - generated code.
6771 6819
6772 6820
6773 @DocsEditable 6821 @DocsEditable
6774 @DomName('SVGTextContentElement') 6822 @DomName('SVGTextContentElement')
6775 @Unstable 6823 @Unstable
6776 class TextContentElement extends StyledElement implements Tests, ExternalResourc esRequired, LangSpace { 6824 class TextContentElement extends StyledElement implements Tests, ExternalResourc esRequired, LangSpace {
6777 TextContentElement.internal() : super.internal(); 6825 // To suppress missing implicit constructor warnings.
6826 factory TextContentElement._() { throw new UnsupportedError("Not supported"); }
6778 6827
6779 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') 6828 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING')
6780 @DocsEditable 6829 @DocsEditable
6781 static const int LENGTHADJUST_SPACING = 1; 6830 static const int LENGTHADJUST_SPACING = 1;
6782 6831
6783 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') 6832 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS')
6784 @DocsEditable 6833 @DocsEditable
6785 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; 6834 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2;
6786 6835
6787 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN') 6836 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN')
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
6873 // for details. All rights reserved. Use of this source code is governed by a 6922 // for details. All rights reserved. Use of this source code is governed by a
6874 // BSD-style license that can be found in the LICENSE file. 6923 // BSD-style license that can be found in the LICENSE file.
6875 6924
6876 // WARNING: Do not edit - generated code. 6925 // WARNING: Do not edit - generated code.
6877 6926
6878 6927
6879 @DocsEditable 6928 @DocsEditable
6880 @DomName('SVGTextElement') 6929 @DomName('SVGTextElement')
6881 @Unstable 6930 @Unstable
6882 class TextElement extends TextPositioningElement implements Transformable { 6931 class TextElement extends TextPositioningElement implements Transformable {
6883 TextElement.internal() : super.internal(); 6932 // To suppress missing implicit constructor warnings.
6933 factory TextElement._() { throw new UnsupportedError("Not supported"); }
6884 6934
6885 @DomName('SVGTextElement.SVGTextElement') 6935 @DomName('SVGTextElement.SVGTextElement')
6886 @DocsEditable 6936 @DocsEditable
6887 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text "); 6937 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text ");
6888 6938
6889 @DomName('SVGTextElement.farthestViewportElement') 6939 @DomName('SVGTextElement.farthestViewportElement')
6890 @DocsEditable 6940 @DocsEditable
6891 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport Element_Getter"; 6941 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport Element_Getter";
6892 6942
6893 @DomName('SVGTextElement.nearestViewportElement') 6943 @DomName('SVGTextElement.nearestViewportElement')
(...skipping 25 matching lines...) Expand all
6919 // for details. All rights reserved. Use of this source code is governed by a 6969 // for details. All rights reserved. Use of this source code is governed by a
6920 // BSD-style license that can be found in the LICENSE file. 6970 // BSD-style license that can be found in the LICENSE file.
6921 6971
6922 // WARNING: Do not edit - generated code. 6972 // WARNING: Do not edit - generated code.
6923 6973
6924 6974
6925 @DocsEditable 6975 @DocsEditable
6926 @DomName('SVGTextPathElement') 6976 @DomName('SVGTextPathElement')
6927 @Unstable 6977 @Unstable
6928 class TextPathElement extends TextContentElement implements UriReference { 6978 class TextPathElement extends TextContentElement implements UriReference {
6929 TextPathElement.internal() : super.internal(); 6979 // To suppress missing implicit constructor warnings.
6980 factory TextPathElement._() { throw new UnsupportedError("Not supported"); }
6930 6981
6931 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN') 6982 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN')
6932 @DocsEditable 6983 @DocsEditable
6933 static const int TEXTPATH_METHODTYPE_ALIGN = 1; 6984 static const int TEXTPATH_METHODTYPE_ALIGN = 1;
6934 6985
6935 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH') 6986 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH')
6936 @DocsEditable 6987 @DocsEditable
6937 static const int TEXTPATH_METHODTYPE_STRETCH = 2; 6988 static const int TEXTPATH_METHODTYPE_STRETCH = 2;
6938 6989
6939 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_UNKNOWN') 6990 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_UNKNOWN')
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
6973 // for details. All rights reserved. Use of this source code is governed by a 7024 // for details. All rights reserved. Use of this source code is governed by a
6974 // BSD-style license that can be found in the LICENSE file. 7025 // BSD-style license that can be found in the LICENSE file.
6975 7026
6976 // WARNING: Do not edit - generated code. 7027 // WARNING: Do not edit - generated code.
6977 7028
6978 7029
6979 @DocsEditable 7030 @DocsEditable
6980 @DomName('SVGTextPositioningElement') 7031 @DomName('SVGTextPositioningElement')
6981 @Unstable 7032 @Unstable
6982 class TextPositioningElement extends TextContentElement { 7033 class TextPositioningElement extends TextContentElement {
6983 TextPositioningElement.internal() : super.internal(); 7034 // To suppress missing implicit constructor warnings.
7035 factory TextPositioningElement._() { throw new UnsupportedError("Not supported "); }
6984 7036
6985 @DomName('SVGTextPositioningElement.dx') 7037 @DomName('SVGTextPositioningElement.dx')
6986 @DocsEditable 7038 @DocsEditable
6987 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter"; 7039 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter";
6988 7040
6989 @DomName('SVGTextPositioningElement.dy') 7041 @DomName('SVGTextPositioningElement.dy')
6990 @DocsEditable 7042 @DocsEditable
6991 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter"; 7043 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter";
6992 7044
6993 @DomName('SVGTextPositioningElement.rotate') 7045 @DomName('SVGTextPositioningElement.rotate')
(...skipping 13 matching lines...) Expand all
7007 // for details. All rights reserved. Use of this source code is governed by a 7059 // for details. All rights reserved. Use of this source code is governed by a
7008 // BSD-style license that can be found in the LICENSE file. 7060 // BSD-style license that can be found in the LICENSE file.
7009 7061
7010 // WARNING: Do not edit - generated code. 7062 // WARNING: Do not edit - generated code.
7011 7063
7012 7064
7013 @DocsEditable 7065 @DocsEditable
7014 @DomName('SVGTitleElement') 7066 @DomName('SVGTitleElement')
7015 @Unstable 7067 @Unstable
7016 class TitleElement extends StyledElement implements LangSpace { 7068 class TitleElement extends StyledElement implements LangSpace {
7017 TitleElement.internal() : super.internal(); 7069 // To suppress missing implicit constructor warnings.
7070 factory TitleElement._() { throw new UnsupportedError("Not supported"); }
7018 7071
7019 @DomName('SVGTitleElement.SVGTitleElement') 7072 @DomName('SVGTitleElement.SVGTitleElement')
7020 @DocsEditable 7073 @DocsEditable
7021 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le"); 7074 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le");
7022 7075
7023 @DomName('SVGTitleElement.xmllang') 7076 @DomName('SVGTitleElement.xmllang')
7024 @DocsEditable 7077 @DocsEditable
7025 String get xmllang native "SVGTitleElement_xmllang_Getter"; 7078 String get xmllang native "SVGTitleElement_xmllang_Getter";
7026 7079
7027 @DomName('SVGTitleElement.xmllang') 7080 @DomName('SVGTitleElement.xmllang')
(...skipping 13 matching lines...) Expand all
7041 // for details. All rights reserved. Use of this source code is governed by a 7094 // for details. All rights reserved. Use of this source code is governed by a
7042 // BSD-style license that can be found in the LICENSE file. 7095 // BSD-style license that can be found in the LICENSE file.
7043 7096
7044 // WARNING: Do not edit - generated code. 7097 // WARNING: Do not edit - generated code.
7045 7098
7046 7099
7047 @DocsEditable 7100 @DocsEditable
7048 @DomName('SVGTransform') 7101 @DomName('SVGTransform')
7049 @Unstable 7102 @Unstable
7050 class Transform extends NativeFieldWrapperClass1 { 7103 class Transform extends NativeFieldWrapperClass1 {
7051 Transform.internal();
7052 7104
7053 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') 7105 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX')
7054 @DocsEditable 7106 @DocsEditable
7055 static const int SVG_TRANSFORM_MATRIX = 1; 7107 static const int SVG_TRANSFORM_MATRIX = 1;
7056 7108
7057 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') 7109 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE')
7058 @DocsEditable 7110 @DocsEditable
7059 static const int SVG_TRANSFORM_ROTATE = 4; 7111 static const int SVG_TRANSFORM_ROTATE = 4;
7060 7112
7061 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') 7113 @DomName('SVGTransform.SVG_TRANSFORM_SCALE')
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
7119 // for details. All rights reserved. Use of this source code is governed by a 7171 // for details. All rights reserved. Use of this source code is governed by a
7120 // BSD-style license that can be found in the LICENSE file. 7172 // BSD-style license that can be found in the LICENSE file.
7121 7173
7122 // WARNING: Do not edit - generated code. 7174 // WARNING: Do not edit - generated code.
7123 7175
7124 7176
7125 @DocsEditable 7177 @DocsEditable
7126 @DomName('SVGTransformList') 7178 @DomName('SVGTransformList')
7127 @Unstable 7179 @Unstable
7128 class TransformList extends NativeFieldWrapperClass1 with ListMixin<Transform>, ImmutableListMixin<Transform> implements List<Transform> { 7180 class TransformList extends NativeFieldWrapperClass1 with ListMixin<Transform>, ImmutableListMixin<Transform> implements List<Transform> {
7129 TransformList.internal();
7130 7181
7131 @DomName('SVGTransformList.numberOfItems') 7182 @DomName('SVGTransformList.numberOfItems')
7132 @DocsEditable 7183 @DocsEditable
7133 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; 7184 int get numberOfItems native "SVGTransformList_numberOfItems_Getter";
7134 7185
7135 Transform operator[](int index) { 7186 Transform operator[](int index) {
7136 if (index < 0 || index >= length) 7187 if (index < 0 || index >= length)
7137 throw new RangeError.range(index, 0, length); 7188 throw new RangeError.range(index, 0, length);
7138 return _nativeIndexedGetter(index); 7189 return _nativeIndexedGetter(index);
7139 } 7190 }
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
7219 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7270 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7220 // for details. All rights reserved. Use of this source code is governed by a 7271 // for details. All rights reserved. Use of this source code is governed by a
7221 // BSD-style license that can be found in the LICENSE file. 7272 // BSD-style license that can be found in the LICENSE file.
7222 7273
7223 // WARNING: Do not edit - generated code. 7274 // WARNING: Do not edit - generated code.
7224 7275
7225 7276
7226 @DocsEditable 7277 @DocsEditable
7227 @DomName('SVGTransformable') 7278 @DomName('SVGTransformable')
7228 @Unstable 7279 @Unstable
7229 class Transformable extends NativeFieldWrapperClass1 implements Locatable { 7280 abstract class Transformable extends NativeFieldWrapperClass1 implements Locatab le {
7230 Transformable.internal();
7231 7281
7232 @DomName('SVGTransformable.transform') 7282 @DomName('SVGTransformable.transform')
7233 @DocsEditable 7283 @DocsEditable
7234 AnimatedTransformList get transform native "SVGTransformable_transform_Getter" ; 7284 AnimatedTransformList get transform native "SVGTransformable_transform_Getter" ;
7235 7285
7236 @DomName('SVGTransformable.farthestViewportElement') 7286 @DomName('SVGTransformable.farthestViewportElement')
7237 @DocsEditable 7287 @DocsEditable
7238 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo rtElement_Getter"; 7288 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo rtElement_Getter";
7239 7289
7240 @DomName('SVGTransformable.nearestViewportElement') 7290 @DomName('SVGTransformable.nearestViewportElement')
(...skipping 21 matching lines...) Expand all
7262 // for details. All rights reserved. Use of this source code is governed by a 7312 // for details. All rights reserved. Use of this source code is governed by a
7263 // BSD-style license that can be found in the LICENSE file. 7313 // BSD-style license that can be found in the LICENSE file.
7264 7314
7265 // WARNING: Do not edit - generated code. 7315 // WARNING: Do not edit - generated code.
7266 7316
7267 7317
7268 @DocsEditable 7318 @DocsEditable
7269 @DomName('SVGUnitTypes') 7319 @DomName('SVGUnitTypes')
7270 @Unstable 7320 @Unstable
7271 class UnitTypes extends NativeFieldWrapperClass1 { 7321 class UnitTypes extends NativeFieldWrapperClass1 {
7272 UnitTypes.internal();
7273 7322
7274 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') 7323 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX')
7275 @DocsEditable 7324 @DocsEditable
7276 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; 7325 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
7277 7326
7278 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') 7327 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN')
7279 @DocsEditable 7328 @DocsEditable
7280 static const int SVG_UNIT_TYPE_UNKNOWN = 0; 7329 static const int SVG_UNIT_TYPE_UNKNOWN = 0;
7281 7330
7282 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') 7331 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE')
7283 @DocsEditable 7332 @DocsEditable
7284 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; 7333 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1;
7285 7334
7286 } 7335 }
7287 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7336 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7288 // for details. All rights reserved. Use of this source code is governed by a 7337 // for details. All rights reserved. Use of this source code is governed by a
7289 // BSD-style license that can be found in the LICENSE file. 7338 // BSD-style license that can be found in the LICENSE file.
7290 7339
7291 // WARNING: Do not edit - generated code. 7340 // WARNING: Do not edit - generated code.
7292 7341
7293 7342
7294 @DocsEditable 7343 @DocsEditable
7295 @DomName('SVGURIReference') 7344 @DomName('SVGURIReference')
7296 @Unstable 7345 @Unstable
7297 class UriReference extends NativeFieldWrapperClass1 { 7346 abstract class UriReference extends NativeFieldWrapperClass1 {
7298 UriReference.internal();
7299 7347
7300 @DomName('SVGURIReference.href') 7348 @DomName('SVGURIReference.href')
7301 @DocsEditable 7349 @DocsEditable
7302 AnimatedString get href native "SVGURIReference_href_Getter"; 7350 AnimatedString get href native "SVGURIReference_href_Getter";
7303 7351
7304 } 7352 }
7305 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7306 // for details. All rights reserved. Use of this source code is governed by a 7354 // for details. All rights reserved. Use of this source code is governed by a
7307 // BSD-style license that can be found in the LICENSE file. 7355 // BSD-style license that can be found in the LICENSE file.
7308 7356
7309 // WARNING: Do not edit - generated code. 7357 // WARNING: Do not edit - generated code.
7310 7358
7311 7359
7312 @DocsEditable 7360 @DocsEditable
7313 @DomName('SVGUseElement') 7361 @DomName('SVGUseElement')
7314 @Unstable 7362 @Unstable
7315 class UseElement extends StyledElement implements UriReference, Tests, Transform able, ExternalResourcesRequired, LangSpace { 7363 class UseElement extends StyledElement implements UriReference, Tests, Transform able, ExternalResourcesRequired, LangSpace {
7316 UseElement.internal() : super.internal(); 7364 // To suppress missing implicit constructor warnings.
7365 factory UseElement._() { throw new UnsupportedError("Not supported"); }
7317 7366
7318 @DomName('SVGUseElement.SVGUseElement') 7367 @DomName('SVGUseElement.SVGUseElement')
7319 @DocsEditable 7368 @DocsEditable
7320 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ; 7369 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ;
7321 7370
7322 @DomName('SVGUseElement.animatedInstanceRoot') 7371 @DomName('SVGUseElement.animatedInstanceRoot')
7323 @DocsEditable 7372 @DocsEditable
7324 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc eRoot_Getter"; 7373 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc eRoot_Getter";
7325 7374
7326 @DomName('SVGUseElement.height') 7375 @DomName('SVGUseElement.height')
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
7416 // for details. All rights reserved. Use of this source code is governed by a 7465 // for details. All rights reserved. Use of this source code is governed by a
7417 // BSD-style license that can be found in the LICENSE file. 7466 // BSD-style license that can be found in the LICENSE file.
7418 7467
7419 // WARNING: Do not edit - generated code. 7468 // WARNING: Do not edit - generated code.
7420 7469
7421 7470
7422 @DocsEditable 7471 @DocsEditable
7423 @DomName('SVGViewElement') 7472 @DomName('SVGViewElement')
7424 @Unstable 7473 @Unstable
7425 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR equired, ZoomAndPan { 7474 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR equired, ZoomAndPan {
7426 ViewElement.internal() : super.internal(); 7475 // To suppress missing implicit constructor warnings.
7476 factory ViewElement._() { throw new UnsupportedError("Not supported"); }
7427 7477
7428 @DomName('SVGViewElement.SVGViewElement') 7478 @DomName('SVGViewElement.SVGViewElement')
7429 @DocsEditable 7479 @DocsEditable
7430 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view "); 7480 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view ");
7431 7481
7432 @DomName('SVGViewElement.viewTarget') 7482 @DomName('SVGViewElement.viewTarget')
7433 @DocsEditable 7483 @DocsEditable
7434 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; 7484 StringList get viewTarget native "SVGViewElement_viewTarget_Getter";
7435 7485
7436 @DomName('SVGViewElement.externalResourcesRequired') 7486 @DomName('SVGViewElement.externalResourcesRequired')
(...skipping 21 matching lines...) Expand all
7458 // for details. All rights reserved. Use of this source code is governed by a 7508 // for details. All rights reserved. Use of this source code is governed by a
7459 // BSD-style license that can be found in the LICENSE file. 7509 // BSD-style license that can be found in the LICENSE file.
7460 7510
7461 // WARNING: Do not edit - generated code. 7511 // WARNING: Do not edit - generated code.
7462 7512
7463 7513
7464 @DocsEditable 7514 @DocsEditable
7465 @DomName('SVGViewSpec') 7515 @DomName('SVGViewSpec')
7466 @Unstable 7516 @Unstable
7467 class ViewSpec extends NativeFieldWrapperClass1 { 7517 class ViewSpec extends NativeFieldWrapperClass1 {
7468 ViewSpec.internal();
7469 7518
7470 @DomName('SVGViewSpec.preserveAspectRatio') 7519 @DomName('SVGViewSpec.preserveAspectRatio')
7471 @DocsEditable 7520 @DocsEditable
7472 @Experimental // nonstandard 7521 @Experimental // nonstandard
7473 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser veAspectRatio_Getter"; 7522 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser veAspectRatio_Getter";
7474 7523
7475 @DomName('SVGViewSpec.preserveAspectRatioString') 7524 @DomName('SVGViewSpec.preserveAspectRatioString')
7476 @DocsEditable 7525 @DocsEditable
7477 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt ring_Getter"; 7526 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt ring_Getter";
7478 7527
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
7515 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7564 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7516 // for details. All rights reserved. Use of this source code is governed by a 7565 // for details. All rights reserved. Use of this source code is governed by a
7517 // BSD-style license that can be found in the LICENSE file. 7566 // BSD-style license that can be found in the LICENSE file.
7518 7567
7519 // WARNING: Do not edit - generated code. 7568 // WARNING: Do not edit - generated code.
7520 7569
7521 7570
7522 @DocsEditable 7571 @DocsEditable
7523 @DomName('SVGZoomAndPan') 7572 @DomName('SVGZoomAndPan')
7524 @Unstable 7573 @Unstable
7525 class ZoomAndPan extends NativeFieldWrapperClass1 { 7574 abstract class ZoomAndPan extends NativeFieldWrapperClass1 {
7526 ZoomAndPan.internal();
7527 7575
7528 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') 7576 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE')
7529 @DocsEditable 7577 @DocsEditable
7530 static const int SVG_ZOOMANDPAN_DISABLE = 1; 7578 static const int SVG_ZOOMANDPAN_DISABLE = 1;
7531 7579
7532 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') 7580 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY')
7533 @DocsEditable 7581 @DocsEditable
7534 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; 7582 static const int SVG_ZOOMANDPAN_MAGNIFY = 2;
7535 7583
7536 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') 7584 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN')
(...skipping 13 matching lines...) Expand all
7550 // for details. All rights reserved. Use of this source code is governed by a 7598 // for details. All rights reserved. Use of this source code is governed by a
7551 // BSD-style license that can be found in the LICENSE file. 7599 // BSD-style license that can be found in the LICENSE file.
7552 7600
7553 // WARNING: Do not edit - generated code. 7601 // WARNING: Do not edit - generated code.
7554 7602
7555 7603
7556 @DocsEditable 7604 @DocsEditable
7557 @DomName('SVGZoomEvent') 7605 @DomName('SVGZoomEvent')
7558 @Unstable 7606 @Unstable
7559 class ZoomEvent extends UIEvent { 7607 class ZoomEvent extends UIEvent {
7560 ZoomEvent.internal() : super.internal(); 7608 // To suppress missing implicit constructor warnings.
7609 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); }
7561 7610
7562 @DomName('SVGZoomEvent.newScale') 7611 @DomName('SVGZoomEvent.newScale')
7563 @DocsEditable 7612 @DocsEditable
7564 num get newScale native "SVGZoomEvent_newScale_Getter"; 7613 num get newScale native "SVGZoomEvent_newScale_Getter";
7565 7614
7566 @DomName('SVGZoomEvent.newTranslate') 7615 @DomName('SVGZoomEvent.newTranslate')
7567 @DocsEditable 7616 @DocsEditable
7568 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; 7617 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter";
7569 7618
7570 @DomName('SVGZoomEvent.previousScale') 7619 @DomName('SVGZoomEvent.previousScale')
(...skipping 13 matching lines...) Expand all
7584 // for details. All rights reserved. Use of this source code is governed by a 7633 // 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. 7634 // BSD-style license that can be found in the LICENSE file.
7586 7635
7587 // WARNING: Do not edit - generated code. 7636 // WARNING: Do not edit - generated code.
7588 7637
7589 7638
7590 @DocsEditable 7639 @DocsEditable
7591 @DomName('SVGElementInstanceList') 7640 @DomName('SVGElementInstanceList')
7592 @Unstable 7641 @Unstable
7593 class _ElementInstanceList extends NativeFieldWrapperClass1 with ListMixin<Eleme ntInstance>, ImmutableListMixin<ElementInstance> implements List<ElementInstance > { 7642 class _ElementInstanceList extends NativeFieldWrapperClass1 with ListMixin<Eleme ntInstance>, ImmutableListMixin<ElementInstance> implements List<ElementInstance > {
7594 _ElementInstanceList.internal();
7595 7643
7596 @DomName('SVGElementInstanceList.length') 7644 @DomName('SVGElementInstanceList.length')
7597 @DocsEditable 7645 @DocsEditable
7598 int get length native "SVGElementInstanceList_length_Getter"; 7646 int get length native "SVGElementInstanceList_length_Getter";
7599 7647
7600 ElementInstance operator[](int index) { 7648 ElementInstance operator[](int index) {
7601 if (index < 0 || index >= length) 7649 if (index < 0 || index >= length)
7602 throw new RangeError.range(index, 0, length); 7650 throw new RangeError.range(index, 0, length);
7603 return _nativeIndexedGetter(index); 7651 return _nativeIndexedGetter(index);
7604 } 7652 }
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
7651 // for details. All rights reserved. Use of this source code is governed by a 7699 // for details. All rights reserved. Use of this source code is governed by a
7652 // BSD-style license that can be found in the LICENSE file. 7700 // BSD-style license that can be found in the LICENSE file.
7653 7701
7654 // WARNING: Do not edit - generated code. 7702 // WARNING: Do not edit - generated code.
7655 7703
7656 7704
7657 @DocsEditable 7705 @DocsEditable
7658 @DomName('SVGGradientElement') 7706 @DomName('SVGGradientElement')
7659 @Unstable 7707 @Unstable
7660 class _GradientElement extends StyledElement implements UriReference, ExternalRe sourcesRequired { 7708 class _GradientElement extends StyledElement implements UriReference, ExternalRe sourcesRequired {
7661 _GradientElement.internal() : super.internal(); 7709 // To suppress missing implicit constructor warnings.
7710 factory _GradientElement._() { throw new UnsupportedError("Not supported"); }
7662 7711
7663 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') 7712 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD')
7664 @DocsEditable 7713 @DocsEditable
7665 static const int SVG_SPREADMETHOD_PAD = 1; 7714 static const int SVG_SPREADMETHOD_PAD = 1;
7666 7715
7667 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REFLECT') 7716 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REFLECT')
7668 @DocsEditable 7717 @DocsEditable
7669 static const int SVG_SPREADMETHOD_REFLECT = 2; 7718 static const int SVG_SPREADMETHOD_REFLECT = 2;
7670 7719
7671 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT') 7720 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT')
(...skipping 29 matching lines...) Expand all
7701 // for details. All rights reserved. Use of this source code is governed by a 7750 // for details. All rights reserved. Use of this source code is governed by a
7702 // BSD-style license that can be found in the LICENSE file. 7751 // BSD-style license that can be found in the LICENSE file.
7703 7752
7704 // WARNING: Do not edit - generated code. 7753 // WARNING: Do not edit - generated code.
7705 7754
7706 7755
7707 @DocsEditable 7756 @DocsEditable
7708 @DomName('SVGAltGlyphDefElement') 7757 @DomName('SVGAltGlyphDefElement')
7709 @Unstable 7758 @Unstable
7710 abstract class _SVGAltGlyphDefElement extends SvgElement { 7759 abstract class _SVGAltGlyphDefElement extends SvgElement {
7711 _SVGAltGlyphDefElement.internal() : super.internal(); 7760 // To suppress missing implicit constructor warnings.
7761 factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported "); }
7712 7762
7713 } 7763 }
7714 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7764 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7715 // for details. All rights reserved. Use of this source code is governed by a 7765 // for details. All rights reserved. Use of this source code is governed by a
7716 // BSD-style license that can be found in the LICENSE file. 7766 // BSD-style license that can be found in the LICENSE file.
7717 7767
7718 // WARNING: Do not edit - generated code. 7768 // WARNING: Do not edit - generated code.
7719 7769
7720 7770
7721 @DocsEditable 7771 @DocsEditable
7722 @DomName('SVGAltGlyphItemElement') 7772 @DomName('SVGAltGlyphItemElement')
7723 @Unstable 7773 @Unstable
7724 abstract class _SVGAltGlyphItemElement extends SvgElement { 7774 abstract class _SVGAltGlyphItemElement extends SvgElement {
7725 _SVGAltGlyphItemElement.internal() : super.internal(); 7775 // To suppress missing implicit constructor warnings.
7776 factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supporte d"); }
7726 7777
7727 } 7778 }
7728 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7779 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7729 // for details. All rights reserved. Use of this source code is governed by a 7780 // for details. All rights reserved. Use of this source code is governed by a
7730 // BSD-style license that can be found in the LICENSE file. 7781 // BSD-style license that can be found in the LICENSE file.
7731 7782
7732 // WARNING: Do not edit - generated code. 7783 // WARNING: Do not edit - generated code.
7733 7784
7734 7785
7735 @DocsEditable 7786 @DocsEditable
7736 @DomName('SVGAnimateColorElement') 7787 @DomName('SVGAnimateColorElement')
7737 @Unstable 7788 @Unstable
7738 abstract class _SVGAnimateColorElement extends AnimationElement { 7789 abstract class _SVGAnimateColorElement extends AnimationElement {
7739 _SVGAnimateColorElement.internal() : super.internal(); 7790 // To suppress missing implicit constructor warnings.
7791 factory _SVGAnimateColorElement._() { throw new UnsupportedError("Not supporte d"); }
7740 7792
7741 } 7793 }
7742 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 7794 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
7743 // for details. All rights reserved. Use of this source code is governed by a 7795 // for details. All rights reserved. Use of this source code is governed by a
7744 // BSD-style license that can be found in the LICENSE file. 7796 // BSD-style license that can be found in the LICENSE file.
7745 7797
7746 7798
7747 // Hack because the baseclass is private in dart:html, and we want to omit this 7799 // Hack because the baseclass is private in dart:html, and we want to omit this
7748 // type entirely but can't. 7800 // type entirely but can't.
7749 @DocsEditable 7801 @DocsEditable
7750 @DomName('SVGColor') 7802 @DomName('SVGColor')
7751 @Unstable 7803 @Unstable
7752 class _SVGColor { 7804 abstract class _SVGColor {
7753 _SVGColor.internal(); 7805 _SVGColor.internal();
7754 } 7806 }
7755 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7807 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7756 // for details. All rights reserved. Use of this source code is governed by a 7808 // for details. All rights reserved. Use of this source code is governed by a
7757 // BSD-style license that can be found in the LICENSE file. 7809 // BSD-style license that can be found in the LICENSE file.
7758 7810
7759 // WARNING: Do not edit - generated code. 7811 // WARNING: Do not edit - generated code.
7760 7812
7761 7813
7762 @DocsEditable 7814 @DocsEditable
7763 @DomName('SVGComponentTransferFunctionElement') 7815 @DomName('SVGComponentTransferFunctionElement')
7764 @Unstable 7816 @Unstable
7765 abstract class _SVGComponentTransferFunctionElement extends SvgElement { 7817 abstract class _SVGComponentTransferFunctionElement extends SvgElement {
7766 _SVGComponentTransferFunctionElement.internal() : super.internal(); 7818 // To suppress missing implicit constructor warnings.
7819 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError( "Not supported"); }
7767 7820
7768 } 7821 }
7769 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7822 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7770 // for details. All rights reserved. Use of this source code is governed by a 7823 // for details. All rights reserved. Use of this source code is governed by a
7771 // BSD-style license that can be found in the LICENSE file. 7824 // BSD-style license that can be found in the LICENSE file.
7772 7825
7773 // WARNING: Do not edit - generated code. 7826 // WARNING: Do not edit - generated code.
7774 7827
7775 7828
7776 @DocsEditable 7829 @DocsEditable
7777 @DomName('SVGCursorElement') 7830 @DomName('SVGCursorElement')
7778 @Unstable 7831 @Unstable
7779 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes ts, ExternalResourcesRequired { 7832 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes ts, ExternalResourcesRequired {
7780 _SVGCursorElement.internal() : super.internal(); 7833 // To suppress missing implicit constructor warnings.
7834 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); }
7781 7835
7782 @DomName('SVGCursorElement.SVGCursorElement') 7836 @DomName('SVGCursorElement.SVGCursorElement')
7783 @DocsEditable 7837 @DocsEditable
7784 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag ("cursor"); 7838 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag ("cursor");
7785 7839
7786 /// Checks if this type is supported on the current platform. 7840 /// Checks if this type is supported on the current platform.
7787 static bool get supported => true; 7841 static bool get supported => true;
7788 7842
7789 } 7843 }
7790 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7844 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7791 // for details. All rights reserved. Use of this source code is governed by a 7845 // for details. All rights reserved. Use of this source code is governed by a
7792 // BSD-style license that can be found in the LICENSE file. 7846 // BSD-style license that can be found in the LICENSE file.
7793 7847
7794 // WARNING: Do not edit - generated code. 7848 // WARNING: Do not edit - generated code.
7795 7849
7796 7850
7797 @DocsEditable 7851 @DocsEditable
7798 @DomName('SVGFEDropShadowElement') 7852 @DomName('SVGFEDropShadowElement')
7799 @Experimental // nonstandard 7853 @Experimental // nonstandard
7800 abstract class _SVGFEDropShadowElement extends StyledElement implements FilterPr imitiveStandardAttributes { 7854 abstract class _SVGFEDropShadowElement extends StyledElement implements FilterPr imitiveStandardAttributes {
7801 _SVGFEDropShadowElement.internal() : super.internal(); 7855 // To suppress missing implicit constructor warnings.
7856 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte d"); }
7802 7857
7803 } 7858 }
7804 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7859 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7805 // for details. All rights reserved. Use of this source code is governed by a 7860 // for details. All rights reserved. Use of this source code is governed by a
7806 // BSD-style license that can be found in the LICENSE file. 7861 // BSD-style license that can be found in the LICENSE file.
7807 7862
7808 // WARNING: Do not edit - generated code. 7863 // WARNING: Do not edit - generated code.
7809 7864
7810 7865
7811 @DocsEditable 7866 @DocsEditable
7812 @DomName('SVGFontElement') 7867 @DomName('SVGFontElement')
7813 @Unstable 7868 @Unstable
7814 abstract class _SVGFontElement extends SvgElement { 7869 abstract class _SVGFontElement extends SvgElement {
7815 _SVGFontElement.internal() : super.internal(); 7870 // To suppress missing implicit constructor warnings.
7871 factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); }
7816 7872
7817 } 7873 }
7818 // 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
7819 // 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
7820 // BSD-style license that can be found in the LICENSE file. 7876 // BSD-style license that can be found in the LICENSE file.
7821 7877
7822 // WARNING: Do not edit - generated code. 7878 // WARNING: Do not edit - generated code.
7823 7879
7824 7880
7825 @DocsEditable 7881 @DocsEditable
7826 @DomName('SVGFontFaceElement') 7882 @DomName('SVGFontFaceElement')
7827 @Unstable 7883 @Unstable
7828 abstract class _SVGFontFaceElement extends SvgElement { 7884 abstract class _SVGFontFaceElement extends SvgElement {
7829 _SVGFontFaceElement.internal() : super.internal(); 7885 // To suppress missing implicit constructor warnings.
7886 factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported"); }
7830 7887
7831 } 7888 }
7832 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7889 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7833 // for details. All rights reserved. Use of this source code is governed by a 7890 // for details. All rights reserved. Use of this source code is governed by a
7834 // BSD-style license that can be found in the LICENSE file. 7891 // BSD-style license that can be found in the LICENSE file.
7835 7892
7836 // WARNING: Do not edit - generated code. 7893 // WARNING: Do not edit - generated code.
7837 7894
7838 7895
7839 @DocsEditable 7896 @DocsEditable
7840 @DomName('SVGFontFaceFormatElement') 7897 @DomName('SVGFontFaceFormatElement')
7841 @Unstable 7898 @Unstable
7842 abstract class _SVGFontFaceFormatElement extends SvgElement { 7899 abstract class _SVGFontFaceFormatElement extends SvgElement {
7843 _SVGFontFaceFormatElement.internal() : super.internal(); 7900 // To suppress missing implicit constructor warnings.
7901 factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not suppor ted"); }
7844 7902
7845 } 7903 }
7846 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7904 // 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 7905 // 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. 7906 // BSD-style license that can be found in the LICENSE file.
7849 7907
7850 // WARNING: Do not edit - generated code. 7908 // WARNING: Do not edit - generated code.
7851 7909
7852 7910
7853 @DocsEditable 7911 @DocsEditable
7854 @DomName('SVGFontFaceNameElement') 7912 @DomName('SVGFontFaceNameElement')
7855 @Unstable 7913 @Unstable
7856 abstract class _SVGFontFaceNameElement extends SvgElement { 7914 abstract class _SVGFontFaceNameElement extends SvgElement {
7857 _SVGFontFaceNameElement.internal() : super.internal(); 7915 // To suppress missing implicit constructor warnings.
7916 factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supporte d"); }
7858 7917
7859 } 7918 }
7860 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7919 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7861 // for details. All rights reserved. Use of this source code is governed by a 7920 // for details. All rights reserved. Use of this source code is governed by a
7862 // BSD-style license that can be found in the LICENSE file. 7921 // BSD-style license that can be found in the LICENSE file.
7863 7922
7864 // WARNING: Do not edit - generated code. 7923 // WARNING: Do not edit - generated code.
7865 7924
7866 7925
7867 @DocsEditable 7926 @DocsEditable
7868 @DomName('SVGFontFaceSrcElement') 7927 @DomName('SVGFontFaceSrcElement')
7869 @Unstable 7928 @Unstable
7870 abstract class _SVGFontFaceSrcElement extends SvgElement { 7929 abstract class _SVGFontFaceSrcElement extends SvgElement {
7871 _SVGFontFaceSrcElement.internal() : super.internal(); 7930 // To suppress missing implicit constructor warnings.
7931 factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported "); }
7872 7932
7873 } 7933 }
7874 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7934 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7875 // for details. All rights reserved. Use of this source code is governed by a 7935 // for details. All rights reserved. Use of this source code is governed by a
7876 // BSD-style license that can be found in the LICENSE file. 7936 // BSD-style license that can be found in the LICENSE file.
7877 7937
7878 // WARNING: Do not edit - generated code. 7938 // WARNING: Do not edit - generated code.
7879 7939
7880 7940
7881 @DocsEditable 7941 @DocsEditable
7882 @DomName('SVGFontFaceUriElement') 7942 @DomName('SVGFontFaceUriElement')
7883 @Unstable 7943 @Unstable
7884 abstract class _SVGFontFaceUriElement extends SvgElement { 7944 abstract class _SVGFontFaceUriElement extends SvgElement {
7885 _SVGFontFaceUriElement.internal() : super.internal(); 7945 // To suppress missing implicit constructor warnings.
7946 factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported "); }
7886 7947
7887 } 7948 }
7888 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7949 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7889 // for details. All rights reserved. Use of this source code is governed by a 7950 // for details. All rights reserved. Use of this source code is governed by a
7890 // BSD-style license that can be found in the LICENSE file. 7951 // BSD-style license that can be found in the LICENSE file.
7891 7952
7892 // WARNING: Do not edit - generated code. 7953 // WARNING: Do not edit - generated code.
7893 7954
7894 7955
7895 @DocsEditable 7956 @DocsEditable
7896 @DomName('SVGGlyphElement') 7957 @DomName('SVGGlyphElement')
7897 @Unstable 7958 @Unstable
7898 abstract class _SVGGlyphElement extends SvgElement { 7959 abstract class _SVGGlyphElement extends SvgElement {
7899 _SVGGlyphElement.internal() : super.internal(); 7960 // To suppress missing implicit constructor warnings.
7961 factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); }
7900 7962
7901 @DomName('SVGGlyphElement.SVGGlyphElement') 7963 @DomName('SVGGlyphElement.SVGGlyphElement')
7902 @DocsEditable 7964 @DocsEditable
7903 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag( "glyph"); 7965 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag( "glyph");
7904 7966
7905 } 7967 }
7906 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7968 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7907 // for details. All rights reserved. Use of this source code is governed by a 7969 // for details. All rights reserved. Use of this source code is governed by a
7908 // BSD-style license that can be found in the LICENSE file. 7970 // BSD-style license that can be found in the LICENSE file.
7909 7971
7910 // WARNING: Do not edit - generated code. 7972 // WARNING: Do not edit - generated code.
7911 7973
7912 7974
7913 @DocsEditable 7975 @DocsEditable
7914 @DomName('SVGGlyphRefElement') 7976 @DomName('SVGGlyphRefElement')
7915 @Unstable 7977 @Unstable
7916 abstract class _SVGGlyphRefElement extends StyledElement implements UriReference { 7978 abstract class _SVGGlyphRefElement extends StyledElement implements UriReference {
7917 _SVGGlyphRefElement.internal() : super.internal(); 7979 // To suppress missing implicit constructor warnings.
7980 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported"); }
7918 7981
7919 } 7982 }
7920 // 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
7921 // 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
7922 // BSD-style license that can be found in the LICENSE file. 7985 // BSD-style license that can be found in the LICENSE file.
7923 7986
7924 // WARNING: Do not edit - generated code. 7987 // WARNING: Do not edit - generated code.
7925 7988
7926 7989
7927 @DocsEditable 7990 @DocsEditable
7928 @DomName('SVGHKernElement') 7991 @DomName('SVGHKernElement')
7929 @Unstable 7992 @Unstable
7930 abstract class _SVGHKernElement extends SvgElement { 7993 abstract class _SVGHKernElement extends SvgElement {
7931 _SVGHKernElement.internal() : super.internal(); 7994 // To suppress missing implicit constructor warnings.
7995 factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); }
7932 7996
7933 @DomName('SVGHKernElement.SVGHKernElement') 7997 @DomName('SVGHKernElement.SVGHKernElement')
7934 @DocsEditable 7998 @DocsEditable
7935 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "hkern"); 7999 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "hkern");
7936 8000
7937 } 8001 }
7938 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8002 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7939 // for details. All rights reserved. Use of this source code is governed by a 8003 // for details. All rights reserved. Use of this source code is governed by a
7940 // BSD-style license that can be found in the LICENSE file. 8004 // BSD-style license that can be found in the LICENSE file.
7941 8005
7942 // WARNING: Do not edit - generated code. 8006 // WARNING: Do not edit - generated code.
7943 8007
7944 8008
7945 @DocsEditable 8009 @DocsEditable
7946 @DomName('SVGMPathElement') 8010 @DomName('SVGMPathElement')
7947 abstract class _SVGMPathElement extends SvgElement implements UriReference, Exte rnalResourcesRequired { 8011 abstract class _SVGMPathElement extends SvgElement implements UriReference, Exte rnalResourcesRequired {
7948 _SVGMPathElement.internal() : super.internal(); 8012 // To suppress missing implicit constructor warnings.
8013 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); }
7949 8014
7950 @DomName('SVGMPathElement.SVGMPathElement') 8015 @DomName('SVGMPathElement.SVGMPathElement')
7951 @DocsEditable 8016 @DocsEditable
7952 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag( "mpath"); 8017 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag( "mpath");
7953 8018
7954 } 8019 }
7955 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8020 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7956 // for details. All rights reserved. Use of this source code is governed by a 8021 // for details. All rights reserved. Use of this source code is governed by a
7957 // BSD-style license that can be found in the LICENSE file. 8022 // BSD-style license that can be found in the LICENSE file.
7958 8023
7959 // WARNING: Do not edit - generated code. 8024 // WARNING: Do not edit - generated code.
7960 8025
7961 8026
7962 @DocsEditable 8027 @DocsEditable
7963 @DomName('SVGMissingGlyphElement') 8028 @DomName('SVGMissingGlyphElement')
7964 @Unstable 8029 @Unstable
7965 abstract class _SVGMissingGlyphElement extends StyledElement { 8030 abstract class _SVGMissingGlyphElement extends StyledElement {
7966 _SVGMissingGlyphElement.internal() : super.internal(); 8031 // To suppress missing implicit constructor warnings.
8032 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte d"); }
7967 8033
7968 } 8034 }
7969 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8035 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7970 // for details. All rights reserved. Use of this source code is governed by a 8036 // for details. All rights reserved. Use of this source code is governed by a
7971 // BSD-style license that can be found in the LICENSE file. 8037 // BSD-style license that can be found in the LICENSE file.
7972 8038
7973 // WARNING: Do not edit - generated code. 8039 // WARNING: Do not edit - generated code.
7974 8040
7975 8041
7976 @DocsEditable 8042 @DocsEditable
7977 @DomName('SVGPaint') 8043 @DomName('SVGPaint')
7978 @Unstable 8044 @Unstable
7979 abstract class _SVGPaint extends _SVGColor { 8045 abstract class _SVGPaint extends _SVGColor {
7980 _SVGPaint.internal() : super.internal(); 8046 // To suppress missing implicit constructor warnings.
8047 factory _SVGPaint._() { throw new UnsupportedError("Not supported"); }
7981 8048
7982 } 8049 }
7983 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8050 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7984 // for details. All rights reserved. Use of this source code is governed by a 8051 // for details. All rights reserved. Use of this source code is governed by a
7985 // BSD-style license that can be found in the LICENSE file. 8052 // BSD-style license that can be found in the LICENSE file.
7986 8053
7987 // WARNING: Do not edit - generated code. 8054 // WARNING: Do not edit - generated code.
7988 8055
7989 8056
7990 @DocsEditable 8057 @DocsEditable
7991 @DomName('SVGTRefElement') 8058 @DomName('SVGTRefElement')
7992 @Unstable 8059 @Unstable
7993 abstract class _SVGTRefElement extends TextPositioningElement implements UriRefe rence { 8060 abstract class _SVGTRefElement extends TextPositioningElement implements UriRefe rence {
7994 _SVGTRefElement.internal() : super.internal(); 8061 // To suppress missing implicit constructor warnings.
8062 factory _SVGTRefElement._() { throw new UnsupportedError("Not supported"); }
7995 8063
7996 @DomName('SVGTRefElement.SVGTRefElement') 8064 @DomName('SVGTRefElement.SVGTRefElement')
7997 @DocsEditable 8065 @DocsEditable
7998 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag(" tref"); 8066 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag(" tref");
7999 8067
8000 } 8068 }
8001 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8069 // 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 8070 // 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. 8071 // BSD-style license that can be found in the LICENSE file.
8004 8072
8005 // WARNING: Do not edit - generated code. 8073 // WARNING: Do not edit - generated code.
8006 8074
8007 8075
8008 @DocsEditable 8076 @DocsEditable
8009 @DomName('SVGVKernElement') 8077 @DomName('SVGVKernElement')
8010 @Unstable 8078 @Unstable
8011 abstract class _SVGVKernElement extends SvgElement { 8079 abstract class _SVGVKernElement extends SvgElement {
8012 _SVGVKernElement.internal() : super.internal(); 8080 // To suppress missing implicit constructor warnings.
8081 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); }
8013 8082
8014 @DomName('SVGVKernElement.SVGVKernElement') 8083 @DomName('SVGVKernElement.SVGVKernElement')
8015 @DocsEditable 8084 @DocsEditable
8016 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 8085 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
8017 8086
8018 } 8087 }
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