| OLD | NEW |
| 1 library dart.dom.svg; | 1 library dart.dom.svg; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:_collection-dev'; | 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 } | 55 } |
| 56 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 56 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 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 class AElement extends StyledElement implements UriReference, Tests, Transformab
le, ExternalResourcesRequired, LangSpace { | 66 class AElement extends StyledElement implements UriReference, Tests, Transformab
le, ExternalResourcesRequired, LangSpace { |
| 66 AElement.internal() : super.internal(); | 67 AElement.internal() : super.internal(); |
| 67 | 68 |
| 68 @DomName('SVGAElement.SVGAElement') | 69 @DomName('SVGAElement.SVGAElement') |
| 69 @DocsEditable | 70 @DocsEditable |
| 70 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 71 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
| 71 | 72 |
| 72 @DomName('SVGAElement.target') | 73 @DomName('SVGAElement.target') |
| 73 @DocsEditable | 74 @DocsEditable |
| 74 AnimatedString get target native "SVGAElement_target_Getter"; | 75 AnimatedString get target native "SVGAElement_target_Getter"; |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 // BSD-style license that can be found in the LICENSE file. | 148 // BSD-style license that can be found in the LICENSE file. |
| 148 | 149 |
| 149 // WARNING: Do not edit - generated code. | 150 // WARNING: Do not edit - generated code. |
| 150 | 151 |
| 151 | 152 |
| 152 @DocsEditable | 153 @DocsEditable |
| 153 @DomName('SVGAltGlyphElement') | 154 @DomName('SVGAltGlyphElement') |
| 154 @SupportedBrowser(SupportedBrowser.CHROME) | 155 @SupportedBrowser(SupportedBrowser.CHROME) |
| 155 @SupportedBrowser(SupportedBrowser.FIREFOX) | 156 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 156 @SupportedBrowser(SupportedBrowser.SAFARI) | 157 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 158 @Unstable |
| 157 class AltGlyphElement extends TextPositioningElement implements UriReference { | 159 class AltGlyphElement extends TextPositioningElement implements UriReference { |
| 158 AltGlyphElement.internal() : super.internal(); | 160 AltGlyphElement.internal() : super.internal(); |
| 159 | 161 |
| 160 @DomName('SVGAltGlyphElement.SVGAltGlyphElement') | 162 @DomName('SVGAltGlyphElement.SVGAltGlyphElement') |
| 161 @DocsEditable | 163 @DocsEditable |
| 162 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("
altGlyph"); | 164 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("
altGlyph"); |
| 163 | 165 |
| 164 /// Checks if this type is supported on the current platform. | 166 /// Checks if this type is supported on the current platform. |
| 165 static bool get supported => true; | 167 static bool get supported => true; |
| 166 | 168 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 187 } | 189 } |
| 188 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 190 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 189 // for details. All rights reserved. Use of this source code is governed by a | 191 // for details. All rights reserved. Use of this source code is governed by a |
| 190 // BSD-style license that can be found in the LICENSE file. | 192 // BSD-style license that can be found in the LICENSE file. |
| 191 | 193 |
| 192 // WARNING: Do not edit - generated code. | 194 // WARNING: Do not edit - generated code. |
| 193 | 195 |
| 194 | 196 |
| 195 @DocsEditable | 197 @DocsEditable |
| 196 @DomName('SVGAngle') | 198 @DomName('SVGAngle') |
| 199 @Unstable |
| 197 class Angle extends NativeFieldWrapperClass1 { | 200 class Angle extends NativeFieldWrapperClass1 { |
| 198 Angle.internal(); | 201 Angle.internal(); |
| 199 | 202 |
| 200 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') | 203 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') |
| 201 @DocsEditable | 204 @DocsEditable |
| 202 static const int SVG_ANGLETYPE_DEG = 2; | 205 static const int SVG_ANGLETYPE_DEG = 2; |
| 203 | 206 |
| 204 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') | 207 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') |
| 205 @DocsEditable | 208 @DocsEditable |
| 206 static const int SVG_ANGLETYPE_GRAD = 4; | 209 static const int SVG_ANGLETYPE_GRAD = 4; |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 // BSD-style license that can be found in the LICENSE file. | 262 // BSD-style license that can be found in the LICENSE file. |
| 260 | 263 |
| 261 // WARNING: Do not edit - generated code. | 264 // WARNING: Do not edit - generated code. |
| 262 | 265 |
| 263 | 266 |
| 264 @DocsEditable | 267 @DocsEditable |
| 265 @DomName('SVGAnimateElement') | 268 @DomName('SVGAnimateElement') |
| 266 @SupportedBrowser(SupportedBrowser.CHROME) | 269 @SupportedBrowser(SupportedBrowser.CHROME) |
| 267 @SupportedBrowser(SupportedBrowser.FIREFOX) | 270 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 268 @SupportedBrowser(SupportedBrowser.SAFARI) | 271 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 272 @Unstable |
| 269 class AnimateElement extends AnimationElement { | 273 class AnimateElement extends AnimationElement { |
| 270 AnimateElement.internal() : super.internal(); | 274 AnimateElement.internal() : super.internal(); |
| 271 | 275 |
| 272 @DomName('SVGAnimateElement.SVGAnimateElement') | 276 @DomName('SVGAnimateElement.SVGAnimateElement') |
| 273 @DocsEditable | 277 @DocsEditable |
| 274 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); | 278 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); |
| 275 | 279 |
| 276 /// Checks if this type is supported on the current platform. | 280 /// Checks if this type is supported on the current platform. |
| 277 static bool get supported => true; | 281 static bool get supported => true; |
| 278 | 282 |
| 279 } | 283 } |
| 280 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 284 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 281 // for details. All rights reserved. Use of this source code is governed by a | 285 // for details. All rights reserved. Use of this source code is governed by a |
| 282 // BSD-style license that can be found in the LICENSE file. | 286 // BSD-style license that can be found in the LICENSE file. |
| 283 | 287 |
| 284 // WARNING: Do not edit - generated code. | 288 // WARNING: Do not edit - generated code. |
| 285 | 289 |
| 286 | 290 |
| 287 @DocsEditable | 291 @DocsEditable |
| 288 @DomName('SVGAnimateMotionElement') | 292 @DomName('SVGAnimateMotionElement') |
| 289 @SupportedBrowser(SupportedBrowser.CHROME) | 293 @SupportedBrowser(SupportedBrowser.CHROME) |
| 290 @SupportedBrowser(SupportedBrowser.FIREFOX) | 294 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 291 @SupportedBrowser(SupportedBrowser.SAFARI) | 295 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 296 @Unstable |
| 292 class AnimateMotionElement extends AnimationElement { | 297 class AnimateMotionElement extends AnimationElement { |
| 293 AnimateMotionElement.internal() : super.internal(); | 298 AnimateMotionElement.internal() : super.internal(); |
| 294 | 299 |
| 295 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') | 300 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') |
| 296 @DocsEditable | 301 @DocsEditable |
| 297 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); | 302 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); |
| 298 | 303 |
| 299 /// Checks if this type is supported on the current platform. | 304 /// Checks if this type is supported on the current platform. |
| 300 static bool get supported => true; | 305 static bool get supported => true; |
| 301 | 306 |
| 302 } | 307 } |
| 303 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 304 // for details. All rights reserved. Use of this source code is governed by a | 309 // for details. All rights reserved. Use of this source code is governed by a |
| 305 // BSD-style license that can be found in the LICENSE file. | 310 // BSD-style license that can be found in the LICENSE file. |
| 306 | 311 |
| 307 // WARNING: Do not edit - generated code. | 312 // WARNING: Do not edit - generated code. |
| 308 | 313 |
| 309 | 314 |
| 310 @DocsEditable | 315 @DocsEditable |
| 311 @DomName('SVGAnimateTransformElement') | 316 @DomName('SVGAnimateTransformElement') |
| 312 @SupportedBrowser(SupportedBrowser.CHROME) | 317 @SupportedBrowser(SupportedBrowser.CHROME) |
| 313 @SupportedBrowser(SupportedBrowser.FIREFOX) | 318 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 314 @SupportedBrowser(SupportedBrowser.SAFARI) | 319 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 320 @Unstable |
| 315 class AnimateTransformElement extends AnimationElement { | 321 class AnimateTransformElement extends AnimationElement { |
| 316 AnimateTransformElement.internal() : super.internal(); | 322 AnimateTransformElement.internal() : super.internal(); |
| 317 | 323 |
| 318 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') | 324 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') |
| 319 @DocsEditable | 325 @DocsEditable |
| 320 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); | 326 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); |
| 321 | 327 |
| 322 /// Checks if this type is supported on the current platform. | 328 /// Checks if this type is supported on the current platform. |
| 323 static bool get supported => true; | 329 static bool get supported => true; |
| 324 | 330 |
| 325 } | 331 } |
| 326 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 332 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 327 // for details. All rights reserved. Use of this source code is governed by a | 333 // for details. All rights reserved. Use of this source code is governed by a |
| 328 // BSD-style license that can be found in the LICENSE file. | 334 // BSD-style license that can be found in the LICENSE file. |
| 329 | 335 |
| 330 // WARNING: Do not edit - generated code. | 336 // WARNING: Do not edit - generated code. |
| 331 | 337 |
| 332 | 338 |
| 333 @DocsEditable | 339 @DocsEditable |
| 334 @DomName('SVGAnimatedAngle') | 340 @DomName('SVGAnimatedAngle') |
| 341 @Unstable |
| 335 class AnimatedAngle extends NativeFieldWrapperClass1 { | 342 class AnimatedAngle extends NativeFieldWrapperClass1 { |
| 336 AnimatedAngle.internal(); | 343 AnimatedAngle.internal(); |
| 337 | 344 |
| 338 @DomName('SVGAnimatedAngle.animVal') | 345 @DomName('SVGAnimatedAngle.animVal') |
| 339 @DocsEditable | 346 @DocsEditable |
| 340 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; | 347 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; |
| 341 | 348 |
| 342 @DomName('SVGAnimatedAngle.baseVal') | 349 @DomName('SVGAnimatedAngle.baseVal') |
| 343 @DocsEditable | 350 @DocsEditable |
| 344 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; | 351 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; |
| 345 | 352 |
| 346 } | 353 } |
| 347 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 354 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 348 // for details. All rights reserved. Use of this source code is governed by a | 355 // for details. All rights reserved. Use of this source code is governed by a |
| 349 // BSD-style license that can be found in the LICENSE file. | 356 // BSD-style license that can be found in the LICENSE file. |
| 350 | 357 |
| 351 // WARNING: Do not edit - generated code. | 358 // WARNING: Do not edit - generated code. |
| 352 | 359 |
| 353 | 360 |
| 354 @DocsEditable | 361 @DocsEditable |
| 355 @DomName('SVGAnimatedBoolean') | 362 @DomName('SVGAnimatedBoolean') |
| 363 @Unstable |
| 356 class AnimatedBoolean extends NativeFieldWrapperClass1 { | 364 class AnimatedBoolean extends NativeFieldWrapperClass1 { |
| 357 AnimatedBoolean.internal(); | 365 AnimatedBoolean.internal(); |
| 358 | 366 |
| 359 @DomName('SVGAnimatedBoolean.animVal') | 367 @DomName('SVGAnimatedBoolean.animVal') |
| 360 @DocsEditable | 368 @DocsEditable |
| 361 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; | 369 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; |
| 362 | 370 |
| 363 @DomName('SVGAnimatedBoolean.baseVal') | 371 @DomName('SVGAnimatedBoolean.baseVal') |
| 364 @DocsEditable | 372 @DocsEditable |
| 365 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; | 373 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; |
| 366 | 374 |
| 367 @DomName('SVGAnimatedBoolean.baseVal') | 375 @DomName('SVGAnimatedBoolean.baseVal') |
| 368 @DocsEditable | 376 @DocsEditable |
| 369 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; | 377 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; |
| 370 | 378 |
| 371 } | 379 } |
| 372 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 380 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 373 // for details. All rights reserved. Use of this source code is governed by a | 381 // for details. All rights reserved. Use of this source code is governed by a |
| 374 // BSD-style license that can be found in the LICENSE file. | 382 // BSD-style license that can be found in the LICENSE file. |
| 375 | 383 |
| 376 // WARNING: Do not edit - generated code. | 384 // WARNING: Do not edit - generated code. |
| 377 | 385 |
| 378 | 386 |
| 379 @DocsEditable | 387 @DocsEditable |
| 380 @DomName('SVGAnimatedEnumeration') | 388 @DomName('SVGAnimatedEnumeration') |
| 389 @Unstable |
| 381 class AnimatedEnumeration extends NativeFieldWrapperClass1 { | 390 class AnimatedEnumeration extends NativeFieldWrapperClass1 { |
| 382 AnimatedEnumeration.internal(); | 391 AnimatedEnumeration.internal(); |
| 383 | 392 |
| 384 @DomName('SVGAnimatedEnumeration.animVal') | 393 @DomName('SVGAnimatedEnumeration.animVal') |
| 385 @DocsEditable | 394 @DocsEditable |
| 386 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; | 395 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; |
| 387 | 396 |
| 388 @DomName('SVGAnimatedEnumeration.baseVal') | 397 @DomName('SVGAnimatedEnumeration.baseVal') |
| 389 @DocsEditable | 398 @DocsEditable |
| 390 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; | 399 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; |
| 391 | 400 |
| 392 @DomName('SVGAnimatedEnumeration.baseVal') | 401 @DomName('SVGAnimatedEnumeration.baseVal') |
| 393 @DocsEditable | 402 @DocsEditable |
| 394 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; | 403 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; |
| 395 | 404 |
| 396 } | 405 } |
| 397 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 406 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 398 // for details. All rights reserved. Use of this source code is governed by a | 407 // for details. All rights reserved. Use of this source code is governed by a |
| 399 // BSD-style license that can be found in the LICENSE file. | 408 // BSD-style license that can be found in the LICENSE file. |
| 400 | 409 |
| 401 // WARNING: Do not edit - generated code. | 410 // WARNING: Do not edit - generated code. |
| 402 | 411 |
| 403 | 412 |
| 404 @DocsEditable | 413 @DocsEditable |
| 405 @DomName('SVGAnimatedInteger') | 414 @DomName('SVGAnimatedInteger') |
| 415 @Unstable |
| 406 class AnimatedInteger extends NativeFieldWrapperClass1 { | 416 class AnimatedInteger extends NativeFieldWrapperClass1 { |
| 407 AnimatedInteger.internal(); | 417 AnimatedInteger.internal(); |
| 408 | 418 |
| 409 @DomName('SVGAnimatedInteger.animVal') | 419 @DomName('SVGAnimatedInteger.animVal') |
| 410 @DocsEditable | 420 @DocsEditable |
| 411 int get animVal native "SVGAnimatedInteger_animVal_Getter"; | 421 int get animVal native "SVGAnimatedInteger_animVal_Getter"; |
| 412 | 422 |
| 413 @DomName('SVGAnimatedInteger.baseVal') | 423 @DomName('SVGAnimatedInteger.baseVal') |
| 414 @DocsEditable | 424 @DocsEditable |
| 415 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; | 425 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; |
| 416 | 426 |
| 417 @DomName('SVGAnimatedInteger.baseVal') | 427 @DomName('SVGAnimatedInteger.baseVal') |
| 418 @DocsEditable | 428 @DocsEditable |
| 419 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; | 429 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; |
| 420 | 430 |
| 421 } | 431 } |
| 422 // 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 |
| 423 // 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 |
| 424 // BSD-style license that can be found in the LICENSE file. | 434 // BSD-style license that can be found in the LICENSE file. |
| 425 | 435 |
| 426 // WARNING: Do not edit - generated code. | 436 // WARNING: Do not edit - generated code. |
| 427 | 437 |
| 428 | 438 |
| 429 @DocsEditable | 439 @DocsEditable |
| 430 @DomName('SVGAnimatedLength') | 440 @DomName('SVGAnimatedLength') |
| 441 @Unstable |
| 431 class AnimatedLength extends NativeFieldWrapperClass1 { | 442 class AnimatedLength extends NativeFieldWrapperClass1 { |
| 432 AnimatedLength.internal(); | 443 AnimatedLength.internal(); |
| 433 | 444 |
| 434 @DomName('SVGAnimatedLength.animVal') | 445 @DomName('SVGAnimatedLength.animVal') |
| 435 @DocsEditable | 446 @DocsEditable |
| 436 Length get animVal native "SVGAnimatedLength_animVal_Getter"; | 447 Length get animVal native "SVGAnimatedLength_animVal_Getter"; |
| 437 | 448 |
| 438 @DomName('SVGAnimatedLength.baseVal') | 449 @DomName('SVGAnimatedLength.baseVal') |
| 439 @DocsEditable | 450 @DocsEditable |
| 440 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; | 451 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; |
| 441 | 452 |
| 442 } | 453 } |
| 443 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 454 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 444 // for details. All rights reserved. Use of this source code is governed by a | 455 // for details. All rights reserved. Use of this source code is governed by a |
| 445 // BSD-style license that can be found in the LICENSE file. | 456 // BSD-style license that can be found in the LICENSE file. |
| 446 | 457 |
| 447 // WARNING: Do not edit - generated code. | 458 // WARNING: Do not edit - generated code. |
| 448 | 459 |
| 449 | 460 |
| 450 @DocsEditable | 461 @DocsEditable |
| 451 @DomName('SVGAnimatedLengthList') | 462 @DomName('SVGAnimatedLengthList') |
| 463 @Unstable |
| 452 class AnimatedLengthList extends NativeFieldWrapperClass1 { | 464 class AnimatedLengthList extends NativeFieldWrapperClass1 { |
| 453 AnimatedLengthList.internal(); | 465 AnimatedLengthList.internal(); |
| 454 | 466 |
| 455 @DomName('SVGAnimatedLengthList.animVal') | 467 @DomName('SVGAnimatedLengthList.animVal') |
| 456 @DocsEditable | 468 @DocsEditable |
| 457 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; | 469 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; |
| 458 | 470 |
| 459 @DomName('SVGAnimatedLengthList.baseVal') | 471 @DomName('SVGAnimatedLengthList.baseVal') |
| 460 @DocsEditable | 472 @DocsEditable |
| 461 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; | 473 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; |
| 462 | 474 |
| 463 } | 475 } |
| 464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 476 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 465 // for details. All rights reserved. Use of this source code is governed by a | 477 // for details. All rights reserved. Use of this source code is governed by a |
| 466 // BSD-style license that can be found in the LICENSE file. | 478 // BSD-style license that can be found in the LICENSE file. |
| 467 | 479 |
| 468 // WARNING: Do not edit - generated code. | 480 // WARNING: Do not edit - generated code. |
| 469 | 481 |
| 470 | 482 |
| 471 @DocsEditable | 483 @DocsEditable |
| 472 @DomName('SVGAnimatedNumber') | 484 @DomName('SVGAnimatedNumber') |
| 485 @Unstable |
| 473 class AnimatedNumber extends NativeFieldWrapperClass1 { | 486 class AnimatedNumber extends NativeFieldWrapperClass1 { |
| 474 AnimatedNumber.internal(); | 487 AnimatedNumber.internal(); |
| 475 | 488 |
| 476 @DomName('SVGAnimatedNumber.animVal') | 489 @DomName('SVGAnimatedNumber.animVal') |
| 477 @DocsEditable | 490 @DocsEditable |
| 478 num get animVal native "SVGAnimatedNumber_animVal_Getter"; | 491 num get animVal native "SVGAnimatedNumber_animVal_Getter"; |
| 479 | 492 |
| 480 @DomName('SVGAnimatedNumber.baseVal') | 493 @DomName('SVGAnimatedNumber.baseVal') |
| 481 @DocsEditable | 494 @DocsEditable |
| 482 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; | 495 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; |
| 483 | 496 |
| 484 @DomName('SVGAnimatedNumber.baseVal') | 497 @DomName('SVGAnimatedNumber.baseVal') |
| 485 @DocsEditable | 498 @DocsEditable |
| 486 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; | 499 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; |
| 487 | 500 |
| 488 } | 501 } |
| 489 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 502 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 490 // for details. All rights reserved. Use of this source code is governed by a | 503 // for details. All rights reserved. Use of this source code is governed by a |
| 491 // BSD-style license that can be found in the LICENSE file. | 504 // BSD-style license that can be found in the LICENSE file. |
| 492 | 505 |
| 493 // WARNING: Do not edit - generated code. | 506 // WARNING: Do not edit - generated code. |
| 494 | 507 |
| 495 | 508 |
| 496 @DocsEditable | 509 @DocsEditable |
| 497 @DomName('SVGAnimatedNumberList') | 510 @DomName('SVGAnimatedNumberList') |
| 511 @Unstable |
| 498 class AnimatedNumberList extends NativeFieldWrapperClass1 { | 512 class AnimatedNumberList extends NativeFieldWrapperClass1 { |
| 499 AnimatedNumberList.internal(); | 513 AnimatedNumberList.internal(); |
| 500 | 514 |
| 501 @DomName('SVGAnimatedNumberList.animVal') | 515 @DomName('SVGAnimatedNumberList.animVal') |
| 502 @DocsEditable | 516 @DocsEditable |
| 503 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; | 517 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; |
| 504 | 518 |
| 505 @DomName('SVGAnimatedNumberList.baseVal') | 519 @DomName('SVGAnimatedNumberList.baseVal') |
| 506 @DocsEditable | 520 @DocsEditable |
| 507 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; | 521 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; |
| 508 | 522 |
| 509 } | 523 } |
| 510 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 511 // for details. All rights reserved. Use of this source code is governed by a | 525 // for details. All rights reserved. Use of this source code is governed by a |
| 512 // BSD-style license that can be found in the LICENSE file. | 526 // BSD-style license that can be found in the LICENSE file. |
| 513 | 527 |
| 514 // WARNING: Do not edit - generated code. | 528 // WARNING: Do not edit - generated code. |
| 515 | 529 |
| 516 | 530 |
| 517 @DocsEditable | 531 @DocsEditable |
| 518 @DomName('SVGAnimatedPreserveAspectRatio') | 532 @DomName('SVGAnimatedPreserveAspectRatio') |
| 533 @Unstable |
| 519 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { | 534 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { |
| 520 AnimatedPreserveAspectRatio.internal(); | 535 AnimatedPreserveAspectRatio.internal(); |
| 521 | 536 |
| 522 @DomName('SVGAnimatedPreserveAspectRatio.animVal') | 537 @DomName('SVGAnimatedPreserveAspectRatio.animVal') |
| 523 @DocsEditable | 538 @DocsEditable |
| 524 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal
_Getter"; | 539 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal
_Getter"; |
| 525 | 540 |
| 526 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') | 541 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') |
| 527 @DocsEditable | 542 @DocsEditable |
| 528 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal
_Getter"; | 543 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal
_Getter"; |
| 529 | 544 |
| 530 } | 545 } |
| 531 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 546 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 532 // for details. All rights reserved. Use of this source code is governed by a | 547 // for details. All rights reserved. Use of this source code is governed by a |
| 533 // BSD-style license that can be found in the LICENSE file. | 548 // BSD-style license that can be found in the LICENSE file. |
| 534 | 549 |
| 535 // WARNING: Do not edit - generated code. | 550 // WARNING: Do not edit - generated code. |
| 536 | 551 |
| 537 | 552 |
| 538 @DocsEditable | 553 @DocsEditable |
| 539 @DomName('SVGAnimatedRect') | 554 @DomName('SVGAnimatedRect') |
| 555 @Unstable |
| 540 class AnimatedRect extends NativeFieldWrapperClass1 { | 556 class AnimatedRect extends NativeFieldWrapperClass1 { |
| 541 AnimatedRect.internal(); | 557 AnimatedRect.internal(); |
| 542 | 558 |
| 543 @DomName('SVGAnimatedRect.animVal') | 559 @DomName('SVGAnimatedRect.animVal') |
| 544 @DocsEditable | 560 @DocsEditable |
| 545 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; | 561 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; |
| 546 | 562 |
| 547 @DomName('SVGAnimatedRect.baseVal') | 563 @DomName('SVGAnimatedRect.baseVal') |
| 548 @DocsEditable | 564 @DocsEditable |
| 549 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; | 565 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; |
| 550 | 566 |
| 551 } | 567 } |
| 552 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 568 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 553 // for details. All rights reserved. Use of this source code is governed by a | 569 // for details. All rights reserved. Use of this source code is governed by a |
| 554 // BSD-style license that can be found in the LICENSE file. | 570 // BSD-style license that can be found in the LICENSE file. |
| 555 | 571 |
| 556 // WARNING: Do not edit - generated code. | 572 // WARNING: Do not edit - generated code. |
| 557 | 573 |
| 558 | 574 |
| 559 @DocsEditable | 575 @DocsEditable |
| 560 @DomName('SVGAnimatedString') | 576 @DomName('SVGAnimatedString') |
| 577 @Unstable |
| 561 class AnimatedString extends NativeFieldWrapperClass1 { | 578 class AnimatedString extends NativeFieldWrapperClass1 { |
| 562 AnimatedString.internal(); | 579 AnimatedString.internal(); |
| 563 | 580 |
| 564 @DomName('SVGAnimatedString.animVal') | 581 @DomName('SVGAnimatedString.animVal') |
| 565 @DocsEditable | 582 @DocsEditable |
| 566 String get animVal native "SVGAnimatedString_animVal_Getter"; | 583 String get animVal native "SVGAnimatedString_animVal_Getter"; |
| 567 | 584 |
| 568 @DomName('SVGAnimatedString.baseVal') | 585 @DomName('SVGAnimatedString.baseVal') |
| 569 @DocsEditable | 586 @DocsEditable |
| 570 String get baseVal native "SVGAnimatedString_baseVal_Getter"; | 587 String get baseVal native "SVGAnimatedString_baseVal_Getter"; |
| 571 | 588 |
| 572 @DomName('SVGAnimatedString.baseVal') | 589 @DomName('SVGAnimatedString.baseVal') |
| 573 @DocsEditable | 590 @DocsEditable |
| 574 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; | 591 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; |
| 575 | 592 |
| 576 } | 593 } |
| 577 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 594 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 578 // for details. All rights reserved. Use of this source code is governed by a | 595 // for details. All rights reserved. Use of this source code is governed by a |
| 579 // BSD-style license that can be found in the LICENSE file. | 596 // BSD-style license that can be found in the LICENSE file. |
| 580 | 597 |
| 581 // WARNING: Do not edit - generated code. | 598 // WARNING: Do not edit - generated code. |
| 582 | 599 |
| 583 | 600 |
| 584 @DocsEditable | 601 @DocsEditable |
| 585 @DomName('SVGAnimatedTransformList') | 602 @DomName('SVGAnimatedTransformList') |
| 603 @Unstable |
| 586 class AnimatedTransformList extends NativeFieldWrapperClass1 { | 604 class AnimatedTransformList extends NativeFieldWrapperClass1 { |
| 587 AnimatedTransformList.internal(); | 605 AnimatedTransformList.internal(); |
| 588 | 606 |
| 589 @DomName('SVGAnimatedTransformList.animVal') | 607 @DomName('SVGAnimatedTransformList.animVal') |
| 590 @DocsEditable | 608 @DocsEditable |
| 591 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; | 609 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; |
| 592 | 610 |
| 593 @DomName('SVGAnimatedTransformList.baseVal') | 611 @DomName('SVGAnimatedTransformList.baseVal') |
| 594 @DocsEditable | 612 @DocsEditable |
| 595 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; | 613 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; |
| 596 | 614 |
| 597 } | 615 } |
| 598 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 616 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 599 // for details. All rights reserved. Use of this source code is governed by a | 617 // for details. All rights reserved. Use of this source code is governed by a |
| 600 // BSD-style license that can be found in the LICENSE file. | 618 // BSD-style license that can be found in the LICENSE file. |
| 601 | 619 |
| 602 // WARNING: Do not edit - generated code. | 620 // WARNING: Do not edit - generated code. |
| 603 | 621 |
| 604 | 622 |
| 605 @DocsEditable | 623 @DocsEditable |
| 606 @DomName('SVGAnimationElement') | 624 @DomName('SVGAnimationElement') |
| 625 @Unstable |
| 607 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired { | 626 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired { |
| 608 AnimationElement.internal() : super.internal(); | 627 AnimationElement.internal() : super.internal(); |
| 609 | 628 |
| 610 @DomName('SVGAnimationElement.SVGAnimationElement') | 629 @DomName('SVGAnimationElement.SVGAnimationElement') |
| 611 @DocsEditable | 630 @DocsEditable |
| 612 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 631 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
| 613 | 632 |
| 614 @DomName('SVGAnimationElement.targetElement') | 633 @DomName('SVGAnimationElement.targetElement') |
| 615 @DocsEditable | 634 @DocsEditable |
| 616 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; | 635 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 } | 685 } |
| 667 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 686 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 668 // for details. All rights reserved. Use of this source code is governed by a | 687 // for details. All rights reserved. Use of this source code is governed by a |
| 669 // BSD-style license that can be found in the LICENSE file. | 688 // BSD-style license that can be found in the LICENSE file. |
| 670 | 689 |
| 671 // WARNING: Do not edit - generated code. | 690 // WARNING: Do not edit - generated code. |
| 672 | 691 |
| 673 | 692 |
| 674 @DocsEditable | 693 @DocsEditable |
| 675 @DomName('SVGCircleElement') | 694 @DomName('SVGCircleElement') |
| 695 @Unstable |
| 676 class CircleElement extends StyledElement implements Transformable, Tests, Exter
nalResourcesRequired, LangSpace { | 696 class CircleElement extends StyledElement implements Transformable, Tests, Exter
nalResourcesRequired, LangSpace { |
| 677 CircleElement.internal() : super.internal(); | 697 CircleElement.internal() : super.internal(); |
| 678 | 698 |
| 679 @DomName('SVGCircleElement.SVGCircleElement') | 699 @DomName('SVGCircleElement.SVGCircleElement') |
| 680 @DocsEditable | 700 @DocsEditable |
| 681 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 701 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); |
| 682 | 702 |
| 683 @DomName('SVGCircleElement.cx') | 703 @DomName('SVGCircleElement.cx') |
| 684 @DocsEditable | 704 @DocsEditable |
| 685 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; | 705 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 } | 779 } |
| 760 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 780 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 761 // for details. All rights reserved. Use of this source code is governed by a | 781 // for details. All rights reserved. Use of this source code is governed by a |
| 762 // BSD-style license that can be found in the LICENSE file. | 782 // BSD-style license that can be found in the LICENSE file. |
| 763 | 783 |
| 764 // WARNING: Do not edit - generated code. | 784 // WARNING: Do not edit - generated code. |
| 765 | 785 |
| 766 | 786 |
| 767 @DocsEditable | 787 @DocsEditable |
| 768 @DomName('SVGClipPathElement') | 788 @DomName('SVGClipPathElement') |
| 789 @Unstable |
| 769 class ClipPathElement extends StyledElement implements Transformable, Tests, Ext
ernalResourcesRequired, LangSpace { | 790 class ClipPathElement extends StyledElement implements Transformable, Tests, Ext
ernalResourcesRequired, LangSpace { |
| 770 ClipPathElement.internal() : super.internal(); | 791 ClipPathElement.internal() : super.internal(); |
| 771 | 792 |
| 772 @DomName('SVGClipPathElement.SVGClipPathElement') | 793 @DomName('SVGClipPathElement.SVGClipPathElement') |
| 773 @DocsEditable | 794 @DocsEditable |
| 774 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 795 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); |
| 775 | 796 |
| 776 @DomName('SVGClipPathElement.clipPathUnits') | 797 @DomName('SVGClipPathElement.clipPathUnits') |
| 777 @DocsEditable | 798 @DocsEditable |
| 778 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; | 799 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 844 } | 865 } |
| 845 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 866 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 846 // for details. All rights reserved. Use of this source code is governed by a | 867 // for details. All rights reserved. Use of this source code is governed by a |
| 847 // BSD-style license that can be found in the LICENSE file. | 868 // BSD-style license that can be found in the LICENSE file. |
| 848 | 869 |
| 849 // WARNING: Do not edit - generated code. | 870 // WARNING: Do not edit - generated code. |
| 850 | 871 |
| 851 | 872 |
| 852 @DocsEditable | 873 @DocsEditable |
| 853 @DomName('SVGDefsElement') | 874 @DomName('SVGDefsElement') |
| 875 @Unstable |
| 854 class DefsElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { | 876 class DefsElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { |
| 855 DefsElement.internal() : super.internal(); | 877 DefsElement.internal() : super.internal(); |
| 856 | 878 |
| 857 @DomName('SVGDefsElement.SVGDefsElement') | 879 @DomName('SVGDefsElement.SVGDefsElement') |
| 858 @DocsEditable | 880 @DocsEditable |
| 859 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); | 881 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); |
| 860 | 882 |
| 861 @DomName('SVGDefsElement.externalResourcesRequired') | 883 @DomName('SVGDefsElement.externalResourcesRequired') |
| 862 @DocsEditable | 884 @DocsEditable |
| 863 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR
esourcesRequired_Getter"; | 885 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR
esourcesRequired_Getter"; |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 925 } | 947 } |
| 926 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 948 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 927 // for details. All rights reserved. Use of this source code is governed by a | 949 // for details. All rights reserved. Use of this source code is governed by a |
| 928 // BSD-style license that can be found in the LICENSE file. | 950 // BSD-style license that can be found in the LICENSE file. |
| 929 | 951 |
| 930 // WARNING: Do not edit - generated code. | 952 // WARNING: Do not edit - generated code. |
| 931 | 953 |
| 932 | 954 |
| 933 @DocsEditable | 955 @DocsEditable |
| 934 @DomName('SVGDescElement') | 956 @DomName('SVGDescElement') |
| 957 @Unstable |
| 935 class DescElement extends StyledElement implements LangSpace { | 958 class DescElement extends StyledElement implements LangSpace { |
| 936 DescElement.internal() : super.internal(); | 959 DescElement.internal() : super.internal(); |
| 937 | 960 |
| 938 @DomName('SVGDescElement.SVGDescElement') | 961 @DomName('SVGDescElement.SVGDescElement') |
| 939 @DocsEditable | 962 @DocsEditable |
| 940 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); | 963 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); |
| 941 | 964 |
| 942 @DomName('SVGDescElement.xmllang') | 965 @DomName('SVGDescElement.xmllang') |
| 943 @DocsEditable | 966 @DocsEditable |
| 944 String get xmllang native "SVGDescElement_xmllang_Getter"; | 967 String get xmllang native "SVGDescElement_xmllang_Getter"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 958 } | 981 } |
| 959 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 982 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 960 // for details. All rights reserved. Use of this source code is governed by a | 983 // for details. All rights reserved. Use of this source code is governed by a |
| 961 // BSD-style license that can be found in the LICENSE file. | 984 // BSD-style license that can be found in the LICENSE file. |
| 962 | 985 |
| 963 // WARNING: Do not edit - generated code. | 986 // WARNING: Do not edit - generated code. |
| 964 | 987 |
| 965 | 988 |
| 966 @DocsEditable | 989 @DocsEditable |
| 967 @DomName('SVGElementInstance') | 990 @DomName('SVGElementInstance') |
| 991 @Unstable |
| 968 class ElementInstance extends EventTarget { | 992 class ElementInstance extends EventTarget { |
| 969 ElementInstance.internal() : super.internal(); | 993 ElementInstance.internal() : super.internal(); |
| 970 | 994 |
| 971 @DomName('SVGElementInstance.abortEvent') | 995 @DomName('SVGElementInstance.abortEvent') |
| 972 @DocsEditable | 996 @DocsEditable |
| 973 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider
<Event>('abort'); | 997 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider
<Event>('abort'); |
| 974 | 998 |
| 975 @DomName('SVGElementInstance.beforecopyEvent') | 999 @DomName('SVGElementInstance.beforecopyEvent') |
| 976 @DocsEditable | 1000 @DocsEditable |
| 977 static const EventStreamProvider<Event> beforeCopyEvent = const EventStreamPro
vider<Event>('beforecopy'); | 1001 static const EventStreamProvider<Event> beforeCopyEvent = const EventStreamPro
vider<Event>('beforecopy'); |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1103 @DomName('SVGElementInstance.resizeEvent') | 1127 @DomName('SVGElementInstance.resizeEvent') |
| 1104 @DocsEditable | 1128 @DocsEditable |
| 1105 static const EventStreamProvider<Event> resizeEvent = const EventStreamProvide
r<Event>('resize'); | 1129 static const EventStreamProvider<Event> resizeEvent = const EventStreamProvide
r<Event>('resize'); |
| 1106 | 1130 |
| 1107 @DomName('SVGElementInstance.scrollEvent') | 1131 @DomName('SVGElementInstance.scrollEvent') |
| 1108 @DocsEditable | 1132 @DocsEditable |
| 1109 static const EventStreamProvider<Event> scrollEvent = const EventStreamProvide
r<Event>('scroll'); | 1133 static const EventStreamProvider<Event> scrollEvent = const EventStreamProvide
r<Event>('scroll'); |
| 1110 | 1134 |
| 1111 @DomName('SVGElementInstance.searchEvent') | 1135 @DomName('SVGElementInstance.searchEvent') |
| 1112 @DocsEditable | 1136 @DocsEditable |
| 1137 // http://www.w3.org/TR/html-markup/input.search.html |
| 1138 @Experimental |
| 1113 static const EventStreamProvider<Event> searchEvent = const EventStreamProvide
r<Event>('search'); | 1139 static const EventStreamProvider<Event> searchEvent = const EventStreamProvide
r<Event>('search'); |
| 1114 | 1140 |
| 1115 @DomName('SVGElementInstance.selectEvent') | 1141 @DomName('SVGElementInstance.selectEvent') |
| 1116 @DocsEditable | 1142 @DocsEditable |
| 1117 static const EventStreamProvider<Event> selectEvent = const EventStreamProvide
r<Event>('select'); | 1143 static const EventStreamProvider<Event> selectEvent = const EventStreamProvide
r<Event>('select'); |
| 1118 | 1144 |
| 1119 @DomName('SVGElementInstance.selectstartEvent') | 1145 @DomName('SVGElementInstance.selectstartEvent') |
| 1120 @DocsEditable | 1146 @DocsEditable |
| 1121 static const EventStreamProvider<Event> selectStartEvent = const EventStreamPr
ovider<Event>('selectstart'); | 1147 static const EventStreamProvider<Event> selectStartEvent = const EventStreamPr
ovider<Event>('selectstart'); |
| 1122 | 1148 |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1295 @DomName('SVGElementInstance.onresize') | 1321 @DomName('SVGElementInstance.onresize') |
| 1296 @DocsEditable | 1322 @DocsEditable |
| 1297 Stream<Event> get onResize => resizeEvent.forTarget(this); | 1323 Stream<Event> get onResize => resizeEvent.forTarget(this); |
| 1298 | 1324 |
| 1299 @DomName('SVGElementInstance.onscroll') | 1325 @DomName('SVGElementInstance.onscroll') |
| 1300 @DocsEditable | 1326 @DocsEditable |
| 1301 Stream<Event> get onScroll => scrollEvent.forTarget(this); | 1327 Stream<Event> get onScroll => scrollEvent.forTarget(this); |
| 1302 | 1328 |
| 1303 @DomName('SVGElementInstance.onsearch') | 1329 @DomName('SVGElementInstance.onsearch') |
| 1304 @DocsEditable | 1330 @DocsEditable |
| 1331 // http://www.w3.org/TR/html-markup/input.search.html |
| 1332 @Experimental |
| 1305 Stream<Event> get onSearch => searchEvent.forTarget(this); | 1333 Stream<Event> get onSearch => searchEvent.forTarget(this); |
| 1306 | 1334 |
| 1307 @DomName('SVGElementInstance.onselect') | 1335 @DomName('SVGElementInstance.onselect') |
| 1308 @DocsEditable | 1336 @DocsEditable |
| 1309 Stream<Event> get onSelect => selectEvent.forTarget(this); | 1337 Stream<Event> get onSelect => selectEvent.forTarget(this); |
| 1310 | 1338 |
| 1311 @DomName('SVGElementInstance.onselectstart') | 1339 @DomName('SVGElementInstance.onselectstart') |
| 1312 @DocsEditable | 1340 @DocsEditable |
| 1313 Stream<Event> get onSelectStart => selectStartEvent.forTarget(this); | 1341 Stream<Event> get onSelectStart => selectStartEvent.forTarget(this); |
| 1314 | 1342 |
| 1315 @DomName('SVGElementInstance.onsubmit') | 1343 @DomName('SVGElementInstance.onsubmit') |
| 1316 @DocsEditable | 1344 @DocsEditable |
| 1317 Stream<Event> get onSubmit => submitEvent.forTarget(this); | 1345 Stream<Event> get onSubmit => submitEvent.forTarget(this); |
| 1318 | 1346 |
| 1319 @DomName('SVGElementInstance.onunload') | 1347 @DomName('SVGElementInstance.onunload') |
| 1320 @DocsEditable | 1348 @DocsEditable |
| 1321 Stream<Event> get onUnload => unloadEvent.forTarget(this); | 1349 Stream<Event> get onUnload => unloadEvent.forTarget(this); |
| 1322 | 1350 |
| 1323 } | 1351 } |
| 1324 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1352 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1325 // for details. All rights reserved. Use of this source code is governed by a | 1353 // for details. All rights reserved. Use of this source code is governed by a |
| 1326 // BSD-style license that can be found in the LICENSE file. | 1354 // BSD-style license that can be found in the LICENSE file. |
| 1327 | 1355 |
| 1328 // WARNING: Do not edit - generated code. | 1356 // WARNING: Do not edit - generated code. |
| 1329 | 1357 |
| 1330 | 1358 |
| 1331 @DocsEditable | 1359 @DocsEditable |
| 1332 @DomName('ElementTimeControl') | 1360 @DomName('ElementTimeControl') |
| 1361 @Unstable |
| 1333 class ElementTimeControl extends NativeFieldWrapperClass1 { | 1362 class ElementTimeControl extends NativeFieldWrapperClass1 { |
| 1334 ElementTimeControl.internal(); | 1363 ElementTimeControl.internal(); |
| 1335 | 1364 |
| 1336 @DomName('ElementTimeControl.beginElement') | 1365 @DomName('ElementTimeControl.beginElement') |
| 1337 @DocsEditable | 1366 @DocsEditable |
| 1338 void beginElement() native "ElementTimeControl_beginElement_Callback"; | 1367 void beginElement() native "ElementTimeControl_beginElement_Callback"; |
| 1339 | 1368 |
| 1340 @DomName('ElementTimeControl.beginElementAt') | 1369 @DomName('ElementTimeControl.beginElementAt') |
| 1341 @DocsEditable | 1370 @DocsEditable |
| 1342 void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Call
back"; | 1371 void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Call
back"; |
| 1343 | 1372 |
| 1344 @DomName('ElementTimeControl.endElement') | 1373 @DomName('ElementTimeControl.endElement') |
| 1345 @DocsEditable | 1374 @DocsEditable |
| 1346 void endElement() native "ElementTimeControl_endElement_Callback"; | 1375 void endElement() native "ElementTimeControl_endElement_Callback"; |
| 1347 | 1376 |
| 1348 @DomName('ElementTimeControl.endElementAt') | 1377 @DomName('ElementTimeControl.endElementAt') |
| 1349 @DocsEditable | 1378 @DocsEditable |
| 1350 void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback
"; | 1379 void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback
"; |
| 1351 | 1380 |
| 1352 } | 1381 } |
| 1353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1382 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1354 // for details. All rights reserved. Use of this source code is governed by a | 1383 // for details. All rights reserved. Use of this source code is governed by a |
| 1355 // BSD-style license that can be found in the LICENSE file. | 1384 // BSD-style license that can be found in the LICENSE file. |
| 1356 | 1385 |
| 1357 // WARNING: Do not edit - generated code. | 1386 // WARNING: Do not edit - generated code. |
| 1358 | 1387 |
| 1359 | 1388 |
| 1360 @DocsEditable | 1389 @DocsEditable |
| 1361 @DomName('SVGEllipseElement') | 1390 @DomName('SVGEllipseElement') |
| 1391 @Unstable |
| 1362 class EllipseElement extends StyledElement implements Transformable, Tests, Exte
rnalResourcesRequired, LangSpace { | 1392 class EllipseElement extends StyledElement implements Transformable, Tests, Exte
rnalResourcesRequired, LangSpace { |
| 1363 EllipseElement.internal() : super.internal(); | 1393 EllipseElement.internal() : super.internal(); |
| 1364 | 1394 |
| 1365 @DomName('SVGEllipseElement.SVGEllipseElement') | 1395 @DomName('SVGEllipseElement.SVGEllipseElement') |
| 1366 @DocsEditable | 1396 @DocsEditable |
| 1367 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1397 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
| 1368 | 1398 |
| 1369 @DomName('SVGEllipseElement.cx') | 1399 @DomName('SVGEllipseElement.cx') |
| 1370 @DocsEditable | 1400 @DocsEditable |
| 1371 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; | 1401 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1449 } | 1479 } |
| 1450 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1480 // 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 | 1481 // 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. | 1482 // BSD-style license that can be found in the LICENSE file. |
| 1453 | 1483 |
| 1454 // WARNING: Do not edit - generated code. | 1484 // WARNING: Do not edit - generated code. |
| 1455 | 1485 |
| 1456 | 1486 |
| 1457 @DocsEditable | 1487 @DocsEditable |
| 1458 @DomName('SVGExternalResourcesRequired') | 1488 @DomName('SVGExternalResourcesRequired') |
| 1489 @Unstable |
| 1459 class ExternalResourcesRequired extends NativeFieldWrapperClass1 { | 1490 class ExternalResourcesRequired extends NativeFieldWrapperClass1 { |
| 1460 ExternalResourcesRequired.internal(); | 1491 ExternalResourcesRequired.internal(); |
| 1461 | 1492 |
| 1462 /// Checks if this type is supported on the current platform. | 1493 /// Checks if this type is supported on the current platform. |
| 1463 static bool supported(SvgElement element) => true; | 1494 static bool supported(SvgElement element) => true; |
| 1464 | 1495 |
| 1465 @DomName('SVGExternalResourcesRequired.externalResourcesRequired') | 1496 @DomName('SVGExternalResourcesRequired.externalResourcesRequired') |
| 1466 @DocsEditable | 1497 @DocsEditable |
| 1467 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ
ired_externalResourcesRequired_Getter"; | 1498 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ
ired_externalResourcesRequired_Getter"; |
| 1468 | 1499 |
| 1469 } | 1500 } |
| 1470 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1501 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1471 // for details. All rights reserved. Use of this source code is governed by a | 1502 // for details. All rights reserved. Use of this source code is governed by a |
| 1472 // BSD-style license that can be found in the LICENSE file. | 1503 // BSD-style license that can be found in the LICENSE file. |
| 1473 | 1504 |
| 1474 // WARNING: Do not edit - generated code. | 1505 // WARNING: Do not edit - generated code. |
| 1475 | 1506 |
| 1476 | 1507 |
| 1477 @DocsEditable | 1508 @DocsEditable |
| 1478 @DomName('SVGFEBlendElement') | 1509 @DomName('SVGFEBlendElement') |
| 1479 @SupportedBrowser(SupportedBrowser.CHROME) | 1510 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1480 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1511 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1481 @SupportedBrowser(SupportedBrowser.IE, '10') | 1512 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1482 @SupportedBrowser(SupportedBrowser.SAFARI) | 1513 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1514 @Unstable |
| 1483 class FEBlendElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes { | 1515 class FEBlendElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes { |
| 1484 FEBlendElement.internal() : super.internal(); | 1516 FEBlendElement.internal() : super.internal(); |
| 1485 | 1517 |
| 1486 @DomName('SVGFEBlendElement.SVGFEBlendElement') | 1518 @DomName('SVGFEBlendElement.SVGFEBlendElement') |
| 1487 @DocsEditable | 1519 @DocsEditable |
| 1488 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eBlend"); | 1520 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eBlend"); |
| 1489 | 1521 |
| 1490 /// Checks if this type is supported on the current platform. | 1522 /// Checks if this type is supported on the current platform. |
| 1491 static bool get supported => true; | 1523 static bool get supported => true; |
| 1492 | 1524 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1553 | 1585 |
| 1554 // WARNING: Do not edit - generated code. | 1586 // WARNING: Do not edit - generated code. |
| 1555 | 1587 |
| 1556 | 1588 |
| 1557 @DocsEditable | 1589 @DocsEditable |
| 1558 @DomName('SVGFEColorMatrixElement') | 1590 @DomName('SVGFEColorMatrixElement') |
| 1559 @SupportedBrowser(SupportedBrowser.CHROME) | 1591 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1560 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1592 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1561 @SupportedBrowser(SupportedBrowser.IE, '10') | 1593 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1562 @SupportedBrowser(SupportedBrowser.SAFARI) | 1594 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1595 @Unstable |
| 1563 class FEColorMatrixElement extends StyledElement implements FilterPrimitiveStand
ardAttributes { | 1596 class FEColorMatrixElement extends StyledElement implements FilterPrimitiveStand
ardAttributes { |
| 1564 FEColorMatrixElement.internal() : super.internal(); | 1597 FEColorMatrixElement.internal() : super.internal(); |
| 1565 | 1598 |
| 1566 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') | 1599 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') |
| 1567 @DocsEditable | 1600 @DocsEditable |
| 1568 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_
tag("feColorMatrix"); | 1601 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_
tag("feColorMatrix"); |
| 1569 | 1602 |
| 1570 /// Checks if this type is supported on the current platform. | 1603 /// Checks if this type is supported on the current platform. |
| 1571 static bool get supported => true; | 1604 static bool get supported => true; |
| 1572 | 1605 |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1629 | 1662 |
| 1630 // WARNING: Do not edit - generated code. | 1663 // WARNING: Do not edit - generated code. |
| 1631 | 1664 |
| 1632 | 1665 |
| 1633 @DocsEditable | 1666 @DocsEditable |
| 1634 @DomName('SVGFEComponentTransferElement') | 1667 @DomName('SVGFEComponentTransferElement') |
| 1635 @SupportedBrowser(SupportedBrowser.CHROME) | 1668 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1636 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1669 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1637 @SupportedBrowser(SupportedBrowser.IE, '10') | 1670 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1638 @SupportedBrowser(SupportedBrowser.SAFARI) | 1671 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1672 @Unstable |
| 1639 class FEComponentTransferElement extends StyledElement implements FilterPrimitiv
eStandardAttributes { | 1673 class FEComponentTransferElement extends StyledElement implements FilterPrimitiv
eStandardAttributes { |
| 1640 FEComponentTransferElement.internal() : super.internal(); | 1674 FEComponentTransferElement.internal() : super.internal(); |
| 1641 | 1675 |
| 1642 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') | 1676 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') |
| 1643 @DocsEditable | 1677 @DocsEditable |
| 1644 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl
ement_tag("feComponentTransfer"); | 1678 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl
ement_tag("feComponentTransfer"); |
| 1645 | 1679 |
| 1646 /// Checks if this type is supported on the current platform. | 1680 /// Checks if this type is supported on the current platform. |
| 1647 static bool get supported => true; | 1681 static bool get supported => true; |
| 1648 | 1682 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 1673 } | 1707 } |
| 1674 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1708 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1675 // for details. All rights reserved. Use of this source code is governed by a | 1709 // for details. All rights reserved. Use of this source code is governed by a |
| 1676 // BSD-style license that can be found in the LICENSE file. | 1710 // BSD-style license that can be found in the LICENSE file. |
| 1677 | 1711 |
| 1678 // WARNING: Do not edit - generated code. | 1712 // WARNING: Do not edit - generated code. |
| 1679 | 1713 |
| 1680 | 1714 |
| 1681 @DocsEditable | 1715 @DocsEditable |
| 1682 @DomName('SVGFECompositeElement') | 1716 @DomName('SVGFECompositeElement') |
| 1717 @Unstable |
| 1683 class FECompositeElement extends StyledElement implements FilterPrimitiveStandar
dAttributes { | 1718 class FECompositeElement extends StyledElement implements FilterPrimitiveStandar
dAttributes { |
| 1684 FECompositeElement.internal() : super.internal(); | 1719 FECompositeElement.internal() : super.internal(); |
| 1685 | 1720 |
| 1686 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC') | 1721 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC') |
| 1687 @DocsEditable | 1722 @DocsEditable |
| 1688 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; | 1723 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; |
| 1689 | 1724 |
| 1690 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP') | 1725 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP') |
| 1691 @DocsEditable | 1726 @DocsEditable |
| 1692 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; | 1727 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1766 | 1801 |
| 1767 // WARNING: Do not edit - generated code. | 1802 // WARNING: Do not edit - generated code. |
| 1768 | 1803 |
| 1769 | 1804 |
| 1770 @DocsEditable | 1805 @DocsEditable |
| 1771 @DomName('SVGFEConvolveMatrixElement') | 1806 @DomName('SVGFEConvolveMatrixElement') |
| 1772 @SupportedBrowser(SupportedBrowser.CHROME) | 1807 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1773 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1808 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1774 @SupportedBrowser(SupportedBrowser.IE, '10') | 1809 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1775 @SupportedBrowser(SupportedBrowser.SAFARI) | 1810 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1811 @Unstable |
| 1776 class FEConvolveMatrixElement extends StyledElement implements FilterPrimitiveSt
andardAttributes { | 1812 class FEConvolveMatrixElement extends StyledElement implements FilterPrimitiveSt
andardAttributes { |
| 1777 FEConvolveMatrixElement.internal() : super.internal(); | 1813 FEConvolveMatrixElement.internal() : super.internal(); |
| 1778 | 1814 |
| 1779 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') | 1815 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') |
| 1780 @DocsEditable | 1816 @DocsEditable |
| 1781 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("feConvolveMatrix"); | 1817 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("feConvolveMatrix"); |
| 1782 | 1818 |
| 1783 /// Checks if this type is supported on the current platform. | 1819 /// Checks if this type is supported on the current platform. |
| 1784 static bool get supported => true; | 1820 static bool get supported => true; |
| 1785 | 1821 |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1874 | 1910 |
| 1875 // WARNING: Do not edit - generated code. | 1911 // WARNING: Do not edit - generated code. |
| 1876 | 1912 |
| 1877 | 1913 |
| 1878 @DocsEditable | 1914 @DocsEditable |
| 1879 @DomName('SVGFEDiffuseLightingElement') | 1915 @DomName('SVGFEDiffuseLightingElement') |
| 1880 @SupportedBrowser(SupportedBrowser.CHROME) | 1916 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1881 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1917 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1882 @SupportedBrowser(SupportedBrowser.IE, '10') | 1918 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1883 @SupportedBrowser(SupportedBrowser.SAFARI) | 1919 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1920 @Unstable |
| 1884 class FEDiffuseLightingElement extends StyledElement implements FilterPrimitiveS
tandardAttributes { | 1921 class FEDiffuseLightingElement extends StyledElement implements FilterPrimitiveS
tandardAttributes { |
| 1885 FEDiffuseLightingElement.internal() : super.internal(); | 1922 FEDiffuseLightingElement.internal() : super.internal(); |
| 1886 | 1923 |
| 1887 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') | 1924 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') |
| 1888 @DocsEditable | 1925 @DocsEditable |
| 1889 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDiffuseLighting"); | 1926 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDiffuseLighting"); |
| 1890 | 1927 |
| 1891 /// Checks if this type is supported on the current platform. | 1928 /// Checks if this type is supported on the current platform. |
| 1892 static bool get supported => true; | 1929 static bool get supported => true; |
| 1893 | 1930 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1938 | 1975 |
| 1939 // WARNING: Do not edit - generated code. | 1976 // WARNING: Do not edit - generated code. |
| 1940 | 1977 |
| 1941 | 1978 |
| 1942 @DocsEditable | 1979 @DocsEditable |
| 1943 @DomName('SVGFEDisplacementMapElement') | 1980 @DomName('SVGFEDisplacementMapElement') |
| 1944 @SupportedBrowser(SupportedBrowser.CHROME) | 1981 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1945 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1982 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1946 @SupportedBrowser(SupportedBrowser.IE, '10') | 1983 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1947 @SupportedBrowser(SupportedBrowser.SAFARI) | 1984 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1985 @Unstable |
| 1948 class FEDisplacementMapElement extends StyledElement implements FilterPrimitiveS
tandardAttributes { | 1986 class FEDisplacementMapElement extends StyledElement implements FilterPrimitiveS
tandardAttributes { |
| 1949 FEDisplacementMapElement.internal() : super.internal(); | 1987 FEDisplacementMapElement.internal() : super.internal(); |
| 1950 | 1988 |
| 1951 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') | 1989 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') |
| 1952 @DocsEditable | 1990 @DocsEditable |
| 1953 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDisplacementMap"); | 1991 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDisplacementMap"); |
| 1954 | 1992 |
| 1955 /// Checks if this type is supported on the current platform. | 1993 /// Checks if this type is supported on the current platform. |
| 1956 static bool get supported => true; | 1994 static bool get supported => true; |
| 1957 | 1995 |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2022 | 2060 |
| 2023 // WARNING: Do not edit - generated code. | 2061 // WARNING: Do not edit - generated code. |
| 2024 | 2062 |
| 2025 | 2063 |
| 2026 @DocsEditable | 2064 @DocsEditable |
| 2027 @DomName('SVGFEDistantLightElement') | 2065 @DomName('SVGFEDistantLightElement') |
| 2028 @SupportedBrowser(SupportedBrowser.CHROME) | 2066 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2029 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2067 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2030 @SupportedBrowser(SupportedBrowser.IE, '10') | 2068 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2031 @SupportedBrowser(SupportedBrowser.SAFARI) | 2069 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2070 @Unstable |
| 2032 class FEDistantLightElement extends SvgElement { | 2071 class FEDistantLightElement extends SvgElement { |
| 2033 FEDistantLightElement.internal() : super.internal(); | 2072 FEDistantLightElement.internal() : super.internal(); |
| 2034 | 2073 |
| 2035 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') | 2074 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') |
| 2036 @DocsEditable | 2075 @DocsEditable |
| 2037 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feDistantLight"); | 2076 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feDistantLight"); |
| 2038 | 2077 |
| 2039 /// Checks if this type is supported on the current platform. | 2078 /// Checks if this type is supported on the current platform. |
| 2040 static bool get supported => true; | 2079 static bool get supported => true; |
| 2041 | 2080 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 2054 | 2093 |
| 2055 // WARNING: Do not edit - generated code. | 2094 // WARNING: Do not edit - generated code. |
| 2056 | 2095 |
| 2057 | 2096 |
| 2058 @DocsEditable | 2097 @DocsEditable |
| 2059 @DomName('SVGFEFloodElement') | 2098 @DomName('SVGFEFloodElement') |
| 2060 @SupportedBrowser(SupportedBrowser.CHROME) | 2099 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2061 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2100 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2062 @SupportedBrowser(SupportedBrowser.IE, '10') | 2101 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2063 @SupportedBrowser(SupportedBrowser.SAFARI) | 2102 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2103 @Unstable |
| 2064 class FEFloodElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes { | 2104 class FEFloodElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes { |
| 2065 FEFloodElement.internal() : super.internal(); | 2105 FEFloodElement.internal() : super.internal(); |
| 2066 | 2106 |
| 2067 @DomName('SVGFEFloodElement.SVGFEFloodElement') | 2107 @DomName('SVGFEFloodElement.SVGFEFloodElement') |
| 2068 @DocsEditable | 2108 @DocsEditable |
| 2069 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFlood"); | 2109 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFlood"); |
| 2070 | 2110 |
| 2071 /// Checks if this type is supported on the current platform. | 2111 /// Checks if this type is supported on the current platform. |
| 2072 static bool get supported => true; | 2112 static bool get supported => true; |
| 2073 | 2113 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 2098 | 2138 |
| 2099 // WARNING: Do not edit - generated code. | 2139 // WARNING: Do not edit - generated code. |
| 2100 | 2140 |
| 2101 | 2141 |
| 2102 @DocsEditable | 2142 @DocsEditable |
| 2103 @DomName('SVGFEFuncAElement') | 2143 @DomName('SVGFEFuncAElement') |
| 2104 @SupportedBrowser(SupportedBrowser.CHROME) | 2144 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2105 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2145 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2106 @SupportedBrowser(SupportedBrowser.IE, '10') | 2146 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2107 @SupportedBrowser(SupportedBrowser.SAFARI) | 2147 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2148 @Unstable |
| 2108 class FEFuncAElement extends _SVGComponentTransferFunctionElement { | 2149 class FEFuncAElement extends _SVGComponentTransferFunctionElement { |
| 2109 FEFuncAElement.internal() : super.internal(); | 2150 FEFuncAElement.internal() : super.internal(); |
| 2110 | 2151 |
| 2111 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') | 2152 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') |
| 2112 @DocsEditable | 2153 @DocsEditable |
| 2113 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncA"); | 2154 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncA"); |
| 2114 | 2155 |
| 2115 /// Checks if this type is supported on the current platform. | 2156 /// Checks if this type is supported on the current platform. |
| 2116 static bool get supported => true; | 2157 static bool get supported => true; |
| 2117 | 2158 |
| 2118 } | 2159 } |
| 2119 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2160 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2120 // for details. All rights reserved. Use of this source code is governed by a | 2161 // for details. All rights reserved. Use of this source code is governed by a |
| 2121 // BSD-style license that can be found in the LICENSE file. | 2162 // BSD-style license that can be found in the LICENSE file. |
| 2122 | 2163 |
| 2123 // WARNING: Do not edit - generated code. | 2164 // WARNING: Do not edit - generated code. |
| 2124 | 2165 |
| 2125 | 2166 |
| 2126 @DocsEditable | 2167 @DocsEditable |
| 2127 @DomName('SVGFEFuncBElement') | 2168 @DomName('SVGFEFuncBElement') |
| 2128 @SupportedBrowser(SupportedBrowser.CHROME) | 2169 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2129 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2170 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2130 @SupportedBrowser(SupportedBrowser.IE, '10') | 2171 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2131 @SupportedBrowser(SupportedBrowser.SAFARI) | 2172 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2173 @Unstable |
| 2132 class FEFuncBElement extends _SVGComponentTransferFunctionElement { | 2174 class FEFuncBElement extends _SVGComponentTransferFunctionElement { |
| 2133 FEFuncBElement.internal() : super.internal(); | 2175 FEFuncBElement.internal() : super.internal(); |
| 2134 | 2176 |
| 2135 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') | 2177 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') |
| 2136 @DocsEditable | 2178 @DocsEditable |
| 2137 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncB"); | 2179 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncB"); |
| 2138 | 2180 |
| 2139 /// Checks if this type is supported on the current platform. | 2181 /// Checks if this type is supported on the current platform. |
| 2140 static bool get supported => true; | 2182 static bool get supported => true; |
| 2141 | 2183 |
| 2142 } | 2184 } |
| 2143 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2185 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2144 // for details. All rights reserved. Use of this source code is governed by a | 2186 // for details. All rights reserved. Use of this source code is governed by a |
| 2145 // BSD-style license that can be found in the LICENSE file. | 2187 // BSD-style license that can be found in the LICENSE file. |
| 2146 | 2188 |
| 2147 // WARNING: Do not edit - generated code. | 2189 // WARNING: Do not edit - generated code. |
| 2148 | 2190 |
| 2149 | 2191 |
| 2150 @DocsEditable | 2192 @DocsEditable |
| 2151 @DomName('SVGFEFuncGElement') | 2193 @DomName('SVGFEFuncGElement') |
| 2152 @SupportedBrowser(SupportedBrowser.CHROME) | 2194 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2153 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2195 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2154 @SupportedBrowser(SupportedBrowser.IE, '10') | 2196 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2155 @SupportedBrowser(SupportedBrowser.SAFARI) | 2197 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2198 @Unstable |
| 2156 class FEFuncGElement extends _SVGComponentTransferFunctionElement { | 2199 class FEFuncGElement extends _SVGComponentTransferFunctionElement { |
| 2157 FEFuncGElement.internal() : super.internal(); | 2200 FEFuncGElement.internal() : super.internal(); |
| 2158 | 2201 |
| 2159 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') | 2202 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') |
| 2160 @DocsEditable | 2203 @DocsEditable |
| 2161 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncG"); | 2204 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncG"); |
| 2162 | 2205 |
| 2163 /// Checks if this type is supported on the current platform. | 2206 /// Checks if this type is supported on the current platform. |
| 2164 static bool get supported => true; | 2207 static bool get supported => true; |
| 2165 | 2208 |
| 2166 } | 2209 } |
| 2167 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2210 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2168 // for details. All rights reserved. Use of this source code is governed by a | 2211 // for details. All rights reserved. Use of this source code is governed by a |
| 2169 // BSD-style license that can be found in the LICENSE file. | 2212 // BSD-style license that can be found in the LICENSE file. |
| 2170 | 2213 |
| 2171 // WARNING: Do not edit - generated code. | 2214 // WARNING: Do not edit - generated code. |
| 2172 | 2215 |
| 2173 | 2216 |
| 2174 @DocsEditable | 2217 @DocsEditable |
| 2175 @DomName('SVGFEFuncRElement') | 2218 @DomName('SVGFEFuncRElement') |
| 2176 @SupportedBrowser(SupportedBrowser.CHROME) | 2219 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2177 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2220 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2178 @SupportedBrowser(SupportedBrowser.IE, '10') | 2221 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2179 @SupportedBrowser(SupportedBrowser.SAFARI) | 2222 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2223 @Unstable |
| 2180 class FEFuncRElement extends _SVGComponentTransferFunctionElement { | 2224 class FEFuncRElement extends _SVGComponentTransferFunctionElement { |
| 2181 FEFuncRElement.internal() : super.internal(); | 2225 FEFuncRElement.internal() : super.internal(); |
| 2182 | 2226 |
| 2183 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') | 2227 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') |
| 2184 @DocsEditable | 2228 @DocsEditable |
| 2185 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncR"); | 2229 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncR"); |
| 2186 | 2230 |
| 2187 /// Checks if this type is supported on the current platform. | 2231 /// Checks if this type is supported on the current platform. |
| 2188 static bool get supported => true; | 2232 static bool get supported => true; |
| 2189 | 2233 |
| 2190 } | 2234 } |
| 2191 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2235 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2192 // for details. All rights reserved. Use of this source code is governed by a | 2236 // for details. All rights reserved. Use of this source code is governed by a |
| 2193 // BSD-style license that can be found in the LICENSE file. | 2237 // BSD-style license that can be found in the LICENSE file. |
| 2194 | 2238 |
| 2195 // WARNING: Do not edit - generated code. | 2239 // WARNING: Do not edit - generated code. |
| 2196 | 2240 |
| 2197 | 2241 |
| 2198 @DocsEditable | 2242 @DocsEditable |
| 2199 @DomName('SVGFEGaussianBlurElement') | 2243 @DomName('SVGFEGaussianBlurElement') |
| 2200 @SupportedBrowser(SupportedBrowser.CHROME) | 2244 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2201 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2245 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2202 @SupportedBrowser(SupportedBrowser.IE, '10') | 2246 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2203 @SupportedBrowser(SupportedBrowser.SAFARI) | 2247 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2248 @Unstable |
| 2204 class FEGaussianBlurElement extends StyledElement implements FilterPrimitiveStan
dardAttributes { | 2249 class FEGaussianBlurElement extends StyledElement implements FilterPrimitiveStan
dardAttributes { |
| 2205 FEGaussianBlurElement.internal() : super.internal(); | 2250 FEGaussianBlurElement.internal() : super.internal(); |
| 2206 | 2251 |
| 2207 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') | 2252 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') |
| 2208 @DocsEditable | 2253 @DocsEditable |
| 2209 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feGaussianBlur"); | 2254 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feGaussianBlur"); |
| 2210 | 2255 |
| 2211 /// Checks if this type is supported on the current platform. | 2256 /// Checks if this type is supported on the current platform. |
| 2212 static bool get supported => true; | 2257 static bool get supported => true; |
| 2213 | 2258 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2254 | 2299 |
| 2255 // WARNING: Do not edit - generated code. | 2300 // WARNING: Do not edit - generated code. |
| 2256 | 2301 |
| 2257 | 2302 |
| 2258 @DocsEditable | 2303 @DocsEditable |
| 2259 @DomName('SVGFEImageElement') | 2304 @DomName('SVGFEImageElement') |
| 2260 @SupportedBrowser(SupportedBrowser.CHROME) | 2305 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2261 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2306 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2262 @SupportedBrowser(SupportedBrowser.IE, '10') | 2307 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2263 @SupportedBrowser(SupportedBrowser.SAFARI) | 2308 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2309 @Unstable |
| 2264 class FEImageElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes, UriReference, ExternalResourcesRequired, LangSpace { | 2310 class FEImageElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes, UriReference, ExternalResourcesRequired, LangSpace { |
| 2265 FEImageElement.internal() : super.internal(); | 2311 FEImageElement.internal() : super.internal(); |
| 2266 | 2312 |
| 2267 @DomName('SVGFEImageElement.SVGFEImageElement') | 2313 @DomName('SVGFEImageElement.SVGFEImageElement') |
| 2268 @DocsEditable | 2314 @DocsEditable |
| 2269 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eImage"); | 2315 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eImage"); |
| 2270 | 2316 |
| 2271 /// Checks if this type is supported on the current platform. | 2317 /// Checks if this type is supported on the current platform. |
| 2272 static bool get supported => true; | 2318 static bool get supported => true; |
| 2273 | 2319 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2326 | 2372 |
| 2327 // WARNING: Do not edit - generated code. | 2373 // WARNING: Do not edit - generated code. |
| 2328 | 2374 |
| 2329 | 2375 |
| 2330 @DocsEditable | 2376 @DocsEditable |
| 2331 @DomName('SVGFEMergeElement') | 2377 @DomName('SVGFEMergeElement') |
| 2332 @SupportedBrowser(SupportedBrowser.CHROME) | 2378 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2333 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2379 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2334 @SupportedBrowser(SupportedBrowser.IE, '10') | 2380 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2335 @SupportedBrowser(SupportedBrowser.SAFARI) | 2381 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2382 @Unstable |
| 2336 class FEMergeElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes { | 2383 class FEMergeElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes { |
| 2337 FEMergeElement.internal() : super.internal(); | 2384 FEMergeElement.internal() : super.internal(); |
| 2338 | 2385 |
| 2339 @DomName('SVGFEMergeElement.SVGFEMergeElement') | 2386 @DomName('SVGFEMergeElement.SVGFEMergeElement') |
| 2340 @DocsEditable | 2387 @DocsEditable |
| 2341 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eMerge"); | 2388 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eMerge"); |
| 2342 | 2389 |
| 2343 /// Checks if this type is supported on the current platform. | 2390 /// Checks if this type is supported on the current platform. |
| 2344 static bool get supported => true; | 2391 static bool get supported => true; |
| 2345 | 2392 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 2370 | 2417 |
| 2371 // WARNING: Do not edit - generated code. | 2418 // WARNING: Do not edit - generated code. |
| 2372 | 2419 |
| 2373 | 2420 |
| 2374 @DocsEditable | 2421 @DocsEditable |
| 2375 @DomName('SVGFEMergeNodeElement') | 2422 @DomName('SVGFEMergeNodeElement') |
| 2376 @SupportedBrowser(SupportedBrowser.CHROME) | 2423 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2377 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2424 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2378 @SupportedBrowser(SupportedBrowser.IE, '10') | 2425 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2379 @SupportedBrowser(SupportedBrowser.SAFARI) | 2426 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2427 @Unstable |
| 2380 class FEMergeNodeElement extends SvgElement { | 2428 class FEMergeNodeElement extends SvgElement { |
| 2381 FEMergeNodeElement.internal() : super.internal(); | 2429 FEMergeNodeElement.internal() : super.internal(); |
| 2382 | 2430 |
| 2383 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') | 2431 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') |
| 2384 @DocsEditable | 2432 @DocsEditable |
| 2385 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feMergeNode"); | 2433 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feMergeNode"); |
| 2386 | 2434 |
| 2387 /// Checks if this type is supported on the current platform. | 2435 /// Checks if this type is supported on the current platform. |
| 2388 static bool get supported => true; | 2436 static bool get supported => true; |
| 2389 | 2437 |
| 2390 @DomName('SVGFEMergeNodeElement.in1') | 2438 @DomName('SVGFEMergeNodeElement.in1') |
| 2391 @DocsEditable | 2439 @DocsEditable |
| 2392 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter"; | 2440 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter"; |
| 2393 | 2441 |
| 2394 } | 2442 } |
| 2395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2443 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2396 // for details. All rights reserved. Use of this source code is governed by a | 2444 // for details. All rights reserved. Use of this source code is governed by a |
| 2397 // BSD-style license that can be found in the LICENSE file. | 2445 // BSD-style license that can be found in the LICENSE file. |
| 2398 | 2446 |
| 2399 // WARNING: Do not edit - generated code. | 2447 // WARNING: Do not edit - generated code. |
| 2400 | 2448 |
| 2401 | 2449 |
| 2402 @DocsEditable | 2450 @DocsEditable |
| 2403 @DomName('SVGFEMorphologyElement') | 2451 @DomName('SVGFEMorphologyElement') |
| 2404 @SupportedBrowser(SupportedBrowser.CHROME) | 2452 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2405 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2453 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2406 @SupportedBrowser(SupportedBrowser.IE, '10') | 2454 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2407 @SupportedBrowser(SupportedBrowser.SAFARI) | 2455 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2456 @Unstable |
| 2408 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda
rdAttributes { | 2457 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda
rdAttributes { |
| 2409 FEMorphologyElement.internal() : super.internal(); | 2458 FEMorphologyElement.internal() : super.internal(); |
| 2410 | 2459 |
| 2411 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') | 2460 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') |
| 2412 @DocsEditable | 2461 @DocsEditable |
| 2413 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; | 2462 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
| 2414 | 2463 |
| 2415 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') | 2464 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') |
| 2416 @DocsEditable | 2465 @DocsEditable |
| 2417 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; | 2466 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2467 | 2516 |
| 2468 // WARNING: Do not edit - generated code. | 2517 // WARNING: Do not edit - generated code. |
| 2469 | 2518 |
| 2470 | 2519 |
| 2471 @DocsEditable | 2520 @DocsEditable |
| 2472 @DomName('SVGFEOffsetElement') | 2521 @DomName('SVGFEOffsetElement') |
| 2473 @SupportedBrowser(SupportedBrowser.CHROME) | 2522 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2474 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2523 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2475 @SupportedBrowser(SupportedBrowser.IE, '10') | 2524 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2476 @SupportedBrowser(SupportedBrowser.SAFARI) | 2525 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2526 @Unstable |
| 2477 class FEOffsetElement extends StyledElement implements FilterPrimitiveStandardAt
tributes { | 2527 class FEOffsetElement extends StyledElement implements FilterPrimitiveStandardAt
tributes { |
| 2478 FEOffsetElement.internal() : super.internal(); | 2528 FEOffsetElement.internal() : super.internal(); |
| 2479 | 2529 |
| 2480 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') | 2530 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') |
| 2481 @DocsEditable | 2531 @DocsEditable |
| 2482 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag("
feOffset"); | 2532 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag("
feOffset"); |
| 2483 | 2533 |
| 2484 /// Checks if this type is supported on the current platform. | 2534 /// Checks if this type is supported on the current platform. |
| 2485 static bool get supported => true; | 2535 static bool get supported => true; |
| 2486 | 2536 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2523 | 2573 |
| 2524 // WARNING: Do not edit - generated code. | 2574 // WARNING: Do not edit - generated code. |
| 2525 | 2575 |
| 2526 | 2576 |
| 2527 @DocsEditable | 2577 @DocsEditable |
| 2528 @DomName('SVGFEPointLightElement') | 2578 @DomName('SVGFEPointLightElement') |
| 2529 @SupportedBrowser(SupportedBrowser.CHROME) | 2579 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2530 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2580 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2531 @SupportedBrowser(SupportedBrowser.IE, '10') | 2581 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2532 @SupportedBrowser(SupportedBrowser.SAFARI) | 2582 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2583 @Unstable |
| 2533 class FEPointLightElement extends SvgElement { | 2584 class FEPointLightElement extends SvgElement { |
| 2534 FEPointLightElement.internal() : super.internal(); | 2585 FEPointLightElement.internal() : super.internal(); |
| 2535 | 2586 |
| 2536 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') | 2587 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') |
| 2537 @DocsEditable | 2588 @DocsEditable |
| 2538 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("fePointLight"); | 2589 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("fePointLight"); |
| 2539 | 2590 |
| 2540 /// Checks if this type is supported on the current platform. | 2591 /// Checks if this type is supported on the current platform. |
| 2541 static bool get supported => true; | 2592 static bool get supported => true; |
| 2542 | 2593 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 2559 | 2610 |
| 2560 // WARNING: Do not edit - generated code. | 2611 // WARNING: Do not edit - generated code. |
| 2561 | 2612 |
| 2562 | 2613 |
| 2563 @DocsEditable | 2614 @DocsEditable |
| 2564 @DomName('SVGFESpecularLightingElement') | 2615 @DomName('SVGFESpecularLightingElement') |
| 2565 @SupportedBrowser(SupportedBrowser.CHROME) | 2616 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2566 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2617 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2567 @SupportedBrowser(SupportedBrowser.IE, '10') | 2618 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2568 @SupportedBrowser(SupportedBrowser.SAFARI) | 2619 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2620 @Unstable |
| 2569 class FESpecularLightingElement extends StyledElement implements FilterPrimitive
StandardAttributes { | 2621 class FESpecularLightingElement extends StyledElement implements FilterPrimitive
StandardAttributes { |
| 2570 FESpecularLightingElement.internal() : super.internal(); | 2622 FESpecularLightingElement.internal() : super.internal(); |
| 2571 | 2623 |
| 2572 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') | 2624 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') |
| 2573 @DocsEditable | 2625 @DocsEditable |
| 2574 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle
ment_tag("feSpecularLighting"); | 2626 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle
ment_tag("feSpecularLighting"); |
| 2575 | 2627 |
| 2576 /// Checks if this type is supported on the current platform. | 2628 /// Checks if this type is supported on the current platform. |
| 2577 static bool get supported => true; | 2629 static bool get supported => true; |
| 2578 | 2630 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2619 | 2671 |
| 2620 // WARNING: Do not edit - generated code. | 2672 // WARNING: Do not edit - generated code. |
| 2621 | 2673 |
| 2622 | 2674 |
| 2623 @DocsEditable | 2675 @DocsEditable |
| 2624 @DomName('SVGFESpotLightElement') | 2676 @DomName('SVGFESpotLightElement') |
| 2625 @SupportedBrowser(SupportedBrowser.CHROME) | 2677 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2626 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2678 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2627 @SupportedBrowser(SupportedBrowser.IE, '10') | 2679 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2628 @SupportedBrowser(SupportedBrowser.SAFARI) | 2680 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2681 @Unstable |
| 2629 class FESpotLightElement extends SvgElement { | 2682 class FESpotLightElement extends SvgElement { |
| 2630 FESpotLightElement.internal() : super.internal(); | 2683 FESpotLightElement.internal() : super.internal(); |
| 2631 | 2684 |
| 2632 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') | 2685 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') |
| 2633 @DocsEditable | 2686 @DocsEditable |
| 2634 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feSpotLight"); | 2687 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feSpotLight"); |
| 2635 | 2688 |
| 2636 /// Checks if this type is supported on the current platform. | 2689 /// Checks if this type is supported on the current platform. |
| 2637 static bool get supported => true; | 2690 static bool get supported => true; |
| 2638 | 2691 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2675 | 2728 |
| 2676 // WARNING: Do not edit - generated code. | 2729 // WARNING: Do not edit - generated code. |
| 2677 | 2730 |
| 2678 | 2731 |
| 2679 @DocsEditable | 2732 @DocsEditable |
| 2680 @DomName('SVGFETileElement') | 2733 @DomName('SVGFETileElement') |
| 2681 @SupportedBrowser(SupportedBrowser.CHROME) | 2734 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2682 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2735 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2683 @SupportedBrowser(SupportedBrowser.IE, '10') | 2736 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2684 @SupportedBrowser(SupportedBrowser.SAFARI) | 2737 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2738 @Unstable |
| 2685 class FETileElement extends StyledElement implements FilterPrimitiveStandardAttr
ibutes { | 2739 class FETileElement extends StyledElement implements FilterPrimitiveStandardAttr
ibutes { |
| 2686 FETileElement.internal() : super.internal(); | 2740 FETileElement.internal() : super.internal(); |
| 2687 | 2741 |
| 2688 @DomName('SVGFETileElement.SVGFETileElement') | 2742 @DomName('SVGFETileElement.SVGFETileElement') |
| 2689 @DocsEditable | 2743 @DocsEditable |
| 2690 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe
Tile"); | 2744 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe
Tile"); |
| 2691 | 2745 |
| 2692 /// Checks if this type is supported on the current platform. | 2746 /// Checks if this type is supported on the current platform. |
| 2693 static bool get supported => true; | 2747 static bool get supported => true; |
| 2694 | 2748 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2723 | 2777 |
| 2724 // WARNING: Do not edit - generated code. | 2778 // WARNING: Do not edit - generated code. |
| 2725 | 2779 |
| 2726 | 2780 |
| 2727 @DocsEditable | 2781 @DocsEditable |
| 2728 @DomName('SVGFETurbulenceElement') | 2782 @DomName('SVGFETurbulenceElement') |
| 2729 @SupportedBrowser(SupportedBrowser.CHROME) | 2783 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2730 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2784 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2731 @SupportedBrowser(SupportedBrowser.IE, '10') | 2785 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2732 @SupportedBrowser(SupportedBrowser.SAFARI) | 2786 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2787 @Unstable |
| 2733 class FETurbulenceElement extends StyledElement implements FilterPrimitiveStanda
rdAttributes { | 2788 class FETurbulenceElement extends StyledElement implements FilterPrimitiveStanda
rdAttributes { |
| 2734 FETurbulenceElement.internal() : super.internal(); | 2789 FETurbulenceElement.internal() : super.internal(); |
| 2735 | 2790 |
| 2736 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') | 2791 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') |
| 2737 @DocsEditable | 2792 @DocsEditable |
| 2738 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("feTurbulence"); | 2793 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("feTurbulence"); |
| 2739 | 2794 |
| 2740 /// Checks if this type is supported on the current platform. | 2795 /// Checks if this type is supported on the current platform. |
| 2741 static bool get supported => true; | 2796 static bool get supported => true; |
| 2742 | 2797 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2815 | 2870 |
| 2816 // WARNING: Do not edit - generated code. | 2871 // WARNING: Do not edit - generated code. |
| 2817 | 2872 |
| 2818 | 2873 |
| 2819 @DocsEditable | 2874 @DocsEditable |
| 2820 @DomName('SVGFilterElement') | 2875 @DomName('SVGFilterElement') |
| 2821 @SupportedBrowser(SupportedBrowser.CHROME) | 2876 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2822 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2877 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2823 @SupportedBrowser(SupportedBrowser.IE, '10') | 2878 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2824 @SupportedBrowser(SupportedBrowser.SAFARI) | 2879 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2880 @Unstable |
| 2825 class FilterElement extends StyledElement implements UriReference, ExternalResou
rcesRequired, LangSpace { | 2881 class FilterElement extends StyledElement implements UriReference, ExternalResou
rcesRequired, LangSpace { |
| 2826 FilterElement.internal() : super.internal(); | 2882 FilterElement.internal() : super.internal(); |
| 2827 | 2883 |
| 2828 @DomName('SVGFilterElement.SVGFilterElement') | 2884 @DomName('SVGFilterElement.SVGFilterElement') |
| 2829 @DocsEditable | 2885 @DocsEditable |
| 2830 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); | 2886 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); |
| 2831 | 2887 |
| 2832 /// Checks if this type is supported on the current platform. | 2888 /// Checks if this type is supported on the current platform. |
| 2833 static bool get supported => true; | 2889 static bool get supported => true; |
| 2834 | 2890 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2895 } | 2951 } |
| 2896 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2952 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2897 // for details. All rights reserved. Use of this source code is governed by a | 2953 // for details. All rights reserved. Use of this source code is governed by a |
| 2898 // BSD-style license that can be found in the LICENSE file. | 2954 // BSD-style license that can be found in the LICENSE file. |
| 2899 | 2955 |
| 2900 // WARNING: Do not edit - generated code. | 2956 // WARNING: Do not edit - generated code. |
| 2901 | 2957 |
| 2902 | 2958 |
| 2903 @DocsEditable | 2959 @DocsEditable |
| 2904 @DomName('SVGFilterPrimitiveStandardAttributes') | 2960 @DomName('SVGFilterPrimitiveStandardAttributes') |
| 2961 @Unstable |
| 2905 class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass1 { | 2962 class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass1 { |
| 2906 FilterPrimitiveStandardAttributes.internal(); | 2963 FilterPrimitiveStandardAttributes.internal(); |
| 2907 | 2964 |
| 2908 @DomName('SVGFilterPrimitiveStandardAttributes.height') | 2965 @DomName('SVGFilterPrimitiveStandardAttributes.height') |
| 2909 @DocsEditable | 2966 @DocsEditable |
| 2910 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_
Getter"; | 2967 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_
Getter"; |
| 2911 | 2968 |
| 2912 @DomName('SVGFilterPrimitiveStandardAttributes.result') | 2969 @DomName('SVGFilterPrimitiveStandardAttributes.result') |
| 2913 @DocsEditable | 2970 @DocsEditable |
| 2914 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_
Getter"; | 2971 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_
Getter"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 2928 } | 2985 } |
| 2929 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2986 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2930 // for details. All rights reserved. Use of this source code is governed by a | 2987 // for details. All rights reserved. Use of this source code is governed by a |
| 2931 // BSD-style license that can be found in the LICENSE file. | 2988 // BSD-style license that can be found in the LICENSE file. |
| 2932 | 2989 |
| 2933 // WARNING: Do not edit - generated code. | 2990 // WARNING: Do not edit - generated code. |
| 2934 | 2991 |
| 2935 | 2992 |
| 2936 @DocsEditable | 2993 @DocsEditable |
| 2937 @DomName('SVGFitToViewBox') | 2994 @DomName('SVGFitToViewBox') |
| 2995 @Unstable |
| 2938 class FitToViewBox extends NativeFieldWrapperClass1 { | 2996 class FitToViewBox extends NativeFieldWrapperClass1 { |
| 2939 FitToViewBox.internal(); | 2997 FitToViewBox.internal(); |
| 2940 | 2998 |
| 2941 @DomName('SVGFitToViewBox.preserveAspectRatio') | 2999 @DomName('SVGFitToViewBox.preserveAspectRatio') |
| 2942 @DocsEditable | 3000 @DocsEditable |
| 2943 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr
eserveAspectRatio_Getter"; | 3001 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr
eserveAspectRatio_Getter"; |
| 2944 | 3002 |
| 2945 @DomName('SVGFitToViewBox.viewBox') | 3003 @DomName('SVGFitToViewBox.viewBox') |
| 2946 @DocsEditable | 3004 @DocsEditable |
| 2947 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; | 3005 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; |
| 2948 | 3006 |
| 2949 } | 3007 } |
| 2950 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3008 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2951 // for details. All rights reserved. Use of this source code is governed by a | 3009 // for details. All rights reserved. Use of this source code is governed by a |
| 2952 // BSD-style license that can be found in the LICENSE file. | 3010 // BSD-style license that can be found in the LICENSE file. |
| 2953 | 3011 |
| 2954 // WARNING: Do not edit - generated code. | 3012 // WARNING: Do not edit - generated code. |
| 2955 | 3013 |
| 2956 | 3014 |
| 2957 @DocsEditable | 3015 @DocsEditable |
| 2958 @DomName('SVGForeignObjectElement') | 3016 @DomName('SVGForeignObjectElement') |
| 2959 @SupportedBrowser(SupportedBrowser.CHROME) | 3017 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2960 @SupportedBrowser(SupportedBrowser.FIREFOX) | 3018 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2961 @SupportedBrowser(SupportedBrowser.SAFARI) | 3019 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 3020 @Unstable |
| 2962 class ForeignObjectElement extends StyledElement implements Transformable, Tests
, ExternalResourcesRequired, LangSpace { | 3021 class ForeignObjectElement extends StyledElement implements Transformable, Tests
, ExternalResourcesRequired, LangSpace { |
| 2963 ForeignObjectElement.internal() : super.internal(); | 3022 ForeignObjectElement.internal() : super.internal(); |
| 2964 | 3023 |
| 2965 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') | 3024 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') |
| 2966 @DocsEditable | 3025 @DocsEditable |
| 2967 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); | 3026 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); |
| 2968 | 3027 |
| 2969 /// Checks if this type is supported on the current platform. | 3028 /// Checks if this type is supported on the current platform. |
| 2970 static bool get supported => true; | 3029 static bool get supported => true; |
| 2971 | 3030 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3052 } | 3111 } |
| 3053 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3112 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3054 // for details. All rights reserved. Use of this source code is governed by a | 3113 // for details. All rights reserved. Use of this source code is governed by a |
| 3055 // BSD-style license that can be found in the LICENSE file. | 3114 // BSD-style license that can be found in the LICENSE file. |
| 3056 | 3115 |
| 3057 // WARNING: Do not edit - generated code. | 3116 // WARNING: Do not edit - generated code. |
| 3058 | 3117 |
| 3059 | 3118 |
| 3060 @DocsEditable | 3119 @DocsEditable |
| 3061 @DomName('SVGGElement') | 3120 @DomName('SVGGElement') |
| 3121 @Unstable |
| 3062 class GElement extends StyledElement implements Transformable, Tests, ExternalRe
sourcesRequired, LangSpace { | 3122 class GElement extends StyledElement implements Transformable, Tests, ExternalRe
sourcesRequired, LangSpace { |
| 3063 GElement.internal() : super.internal(); | 3123 GElement.internal() : super.internal(); |
| 3064 | 3124 |
| 3065 @DomName('SVGGElement.SVGGElement') | 3125 @DomName('SVGGElement.SVGGElement') |
| 3066 @DocsEditable | 3126 @DocsEditable |
| 3067 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); | 3127 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
| 3068 | 3128 |
| 3069 @DomName('SVGGElement.externalResourcesRequired') | 3129 @DomName('SVGGElement.externalResourcesRequired') |
| 3070 @DocsEditable | 3130 @DocsEditable |
| 3071 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso
urcesRequired_Getter"; | 3131 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso
urcesRequired_Getter"; |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3133 } | 3193 } |
| 3134 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3194 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3135 // for details. All rights reserved. Use of this source code is governed by a | 3195 // for details. All rights reserved. Use of this source code is governed by a |
| 3136 // BSD-style license that can be found in the LICENSE file. | 3196 // BSD-style license that can be found in the LICENSE file. |
| 3137 | 3197 |
| 3138 // WARNING: Do not edit - generated code. | 3198 // WARNING: Do not edit - generated code. |
| 3139 | 3199 |
| 3140 | 3200 |
| 3141 @DocsEditable | 3201 @DocsEditable |
| 3142 @DomName('SVGImageElement') | 3202 @DomName('SVGImageElement') |
| 3203 @Unstable |
| 3143 class ImageElement extends StyledElement implements UriReference, Tests, Transfo
rmable, ExternalResourcesRequired, LangSpace { | 3204 class ImageElement extends StyledElement implements UriReference, Tests, Transfo
rmable, ExternalResourcesRequired, LangSpace { |
| 3144 ImageElement.internal() : super.internal(); | 3205 ImageElement.internal() : super.internal(); |
| 3145 | 3206 |
| 3146 @DomName('SVGImageElement.SVGImageElement') | 3207 @DomName('SVGImageElement.SVGImageElement') |
| 3147 @DocsEditable | 3208 @DocsEditable |
| 3148 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 3209 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); |
| 3149 | 3210 |
| 3150 @DomName('SVGImageElement.height') | 3211 @DomName('SVGImageElement.height') |
| 3151 @DocsEditable | 3212 @DocsEditable |
| 3152 AnimatedLength get height native "SVGImageElement_height_Getter"; | 3213 AnimatedLength get height native "SVGImageElement_height_Getter"; |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3238 } | 3299 } |
| 3239 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3300 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3240 // for details. All rights reserved. Use of this source code is governed by a | 3301 // for details. All rights reserved. Use of this source code is governed by a |
| 3241 // BSD-style license that can be found in the LICENSE file. | 3302 // BSD-style license that can be found in the LICENSE file. |
| 3242 | 3303 |
| 3243 // WARNING: Do not edit - generated code. | 3304 // WARNING: Do not edit - generated code. |
| 3244 | 3305 |
| 3245 | 3306 |
| 3246 @DocsEditable | 3307 @DocsEditable |
| 3247 @DomName('SVGLangSpace') | 3308 @DomName('SVGLangSpace') |
| 3309 @Unstable |
| 3248 class LangSpace extends NativeFieldWrapperClass1 { | 3310 class LangSpace extends NativeFieldWrapperClass1 { |
| 3249 LangSpace.internal(); | 3311 LangSpace.internal(); |
| 3250 | 3312 |
| 3251 /// Checks if this type is supported on the current platform. | 3313 /// Checks if this type is supported on the current platform. |
| 3252 static bool supported(SvgElement element) => true; | 3314 static bool supported(SvgElement element) => true; |
| 3253 | 3315 |
| 3254 @DomName('SVGLangSpace.xmllang') | 3316 @DomName('SVGLangSpace.xmllang') |
| 3255 @DocsEditable | 3317 @DocsEditable |
| 3256 String get xmllang native "SVGLangSpace_xmllang_Getter"; | 3318 String get xmllang native "SVGLangSpace_xmllang_Getter"; |
| 3257 | 3319 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 3270 } | 3332 } |
| 3271 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3333 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3272 // for details. All rights reserved. Use of this source code is governed by a | 3334 // for details. All rights reserved. Use of this source code is governed by a |
| 3273 // BSD-style license that can be found in the LICENSE file. | 3335 // BSD-style license that can be found in the LICENSE file. |
| 3274 | 3336 |
| 3275 // WARNING: Do not edit - generated code. | 3337 // WARNING: Do not edit - generated code. |
| 3276 | 3338 |
| 3277 | 3339 |
| 3278 @DocsEditable | 3340 @DocsEditable |
| 3279 @DomName('SVGLength') | 3341 @DomName('SVGLength') |
| 3342 @Unstable |
| 3280 class Length extends NativeFieldWrapperClass1 { | 3343 class Length extends NativeFieldWrapperClass1 { |
| 3281 Length.internal(); | 3344 Length.internal(); |
| 3282 | 3345 |
| 3283 @DomName('SVGLength.SVG_LENGTHTYPE_CM') | 3346 @DomName('SVGLength.SVG_LENGTHTYPE_CM') |
| 3284 @DocsEditable | 3347 @DocsEditable |
| 3285 static const int SVG_LENGTHTYPE_CM = 6; | 3348 static const int SVG_LENGTHTYPE_CM = 6; |
| 3286 | 3349 |
| 3287 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') | 3350 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') |
| 3288 @DocsEditable | 3351 @DocsEditable |
| 3289 static const int SVG_LENGTHTYPE_EMS = 3; | 3352 static const int SVG_LENGTHTYPE_EMS = 3; |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3363 } | 3426 } |
| 3364 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3427 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3365 // for details. All rights reserved. Use of this source code is governed by a | 3428 // for details. All rights reserved. Use of this source code is governed by a |
| 3366 // BSD-style license that can be found in the LICENSE file. | 3429 // BSD-style license that can be found in the LICENSE file. |
| 3367 | 3430 |
| 3368 // WARNING: Do not edit - generated code. | 3431 // WARNING: Do not edit - generated code. |
| 3369 | 3432 |
| 3370 | 3433 |
| 3371 @DocsEditable | 3434 @DocsEditable |
| 3372 @DomName('SVGLengthList') | 3435 @DomName('SVGLengthList') |
| 3436 @Unstable |
| 3373 class LengthList extends NativeFieldWrapperClass1 with ListMixin<Length>, Immuta
bleListMixin<Length> implements List<Length> { | 3437 class LengthList extends NativeFieldWrapperClass1 with ListMixin<Length>, Immuta
bleListMixin<Length> implements List<Length> { |
| 3374 LengthList.internal(); | 3438 LengthList.internal(); |
| 3375 | 3439 |
| 3376 @DomName('SVGLengthList.numberOfItems') | 3440 @DomName('SVGLengthList.numberOfItems') |
| 3377 @DocsEditable | 3441 @DocsEditable |
| 3378 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; | 3442 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; |
| 3379 | 3443 |
| 3380 Length operator[](int index) { | 3444 Length operator[](int index) { |
| 3381 if (index < 0 || index >= length) | 3445 if (index < 0 || index >= length) |
| 3382 throw new RangeError.range(index, 0, length); | 3446 throw new RangeError.range(index, 0, length); |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3455 } | 3519 } |
| 3456 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3520 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3457 // for details. All rights reserved. Use of this source code is governed by a | 3521 // for details. All rights reserved. Use of this source code is governed by a |
| 3458 // BSD-style license that can be found in the LICENSE file. | 3522 // BSD-style license that can be found in the LICENSE file. |
| 3459 | 3523 |
| 3460 // WARNING: Do not edit - generated code. | 3524 // WARNING: Do not edit - generated code. |
| 3461 | 3525 |
| 3462 | 3526 |
| 3463 @DocsEditable | 3527 @DocsEditable |
| 3464 @DomName('SVGLineElement') | 3528 @DomName('SVGLineElement') |
| 3529 @Unstable |
| 3465 class LineElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { | 3530 class LineElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { |
| 3466 LineElement.internal() : super.internal(); | 3531 LineElement.internal() : super.internal(); |
| 3467 | 3532 |
| 3468 @DomName('SVGLineElement.SVGLineElement') | 3533 @DomName('SVGLineElement.SVGLineElement') |
| 3469 @DocsEditable | 3534 @DocsEditable |
| 3470 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 3535 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); |
| 3471 | 3536 |
| 3472 @DomName('SVGLineElement.x1') | 3537 @DomName('SVGLineElement.x1') |
| 3473 @DocsEditable | 3538 @DocsEditable |
| 3474 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; | 3539 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3552 } | 3617 } |
| 3553 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3618 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3554 // for details. All rights reserved. Use of this source code is governed by a | 3619 // for details. All rights reserved. Use of this source code is governed by a |
| 3555 // BSD-style license that can be found in the LICENSE file. | 3620 // BSD-style license that can be found in the LICENSE file. |
| 3556 | 3621 |
| 3557 // WARNING: Do not edit - generated code. | 3622 // WARNING: Do not edit - generated code. |
| 3558 | 3623 |
| 3559 | 3624 |
| 3560 @DocsEditable | 3625 @DocsEditable |
| 3561 @DomName('SVGLinearGradientElement') | 3626 @DomName('SVGLinearGradientElement') |
| 3627 @Unstable |
| 3562 class LinearGradientElement extends _GradientElement { | 3628 class LinearGradientElement extends _GradientElement { |
| 3563 LinearGradientElement.internal() : super.internal(); | 3629 LinearGradientElement.internal() : super.internal(); |
| 3564 | 3630 |
| 3565 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') | 3631 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') |
| 3566 @DocsEditable | 3632 @DocsEditable |
| 3567 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); | 3633 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); |
| 3568 | 3634 |
| 3569 @DomName('SVGLinearGradientElement.x1') | 3635 @DomName('SVGLinearGradientElement.x1') |
| 3570 @DocsEditable | 3636 @DocsEditable |
| 3571 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; | 3637 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 3585 } | 3651 } |
| 3586 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3652 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3587 // for details. All rights reserved. Use of this source code is governed by a | 3653 // for details. All rights reserved. Use of this source code is governed by a |
| 3588 // BSD-style license that can be found in the LICENSE file. | 3654 // BSD-style license that can be found in the LICENSE file. |
| 3589 | 3655 |
| 3590 // WARNING: Do not edit - generated code. | 3656 // WARNING: Do not edit - generated code. |
| 3591 | 3657 |
| 3592 | 3658 |
| 3593 @DocsEditable | 3659 @DocsEditable |
| 3594 @DomName('SVGLocatable') | 3660 @DomName('SVGLocatable') |
| 3661 @Unstable |
| 3595 class Locatable extends NativeFieldWrapperClass1 { | 3662 class Locatable extends NativeFieldWrapperClass1 { |
| 3596 Locatable.internal(); | 3663 Locatable.internal(); |
| 3597 | 3664 |
| 3598 @DomName('SVGLocatable.farthestViewportElement') | 3665 @DomName('SVGLocatable.farthestViewportElement') |
| 3599 @DocsEditable | 3666 @DocsEditable |
| 3600 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl
ement_Getter"; | 3667 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl
ement_Getter"; |
| 3601 | 3668 |
| 3602 @DomName('SVGLocatable.nearestViewportElement') | 3669 @DomName('SVGLocatable.nearestViewportElement') |
| 3603 @DocsEditable | 3670 @DocsEditable |
| 3604 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem
ent_Getter"; | 3671 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem
ent_Getter"; |
| (...skipping 17 matching lines...) Expand all Loading... |
| 3622 } | 3689 } |
| 3623 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3690 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3624 // for details. All rights reserved. Use of this source code is governed by a | 3691 // for details. All rights reserved. Use of this source code is governed by a |
| 3625 // BSD-style license that can be found in the LICENSE file. | 3692 // BSD-style license that can be found in the LICENSE file. |
| 3626 | 3693 |
| 3627 // WARNING: Do not edit - generated code. | 3694 // WARNING: Do not edit - generated code. |
| 3628 | 3695 |
| 3629 | 3696 |
| 3630 @DocsEditable | 3697 @DocsEditable |
| 3631 @DomName('SVGMarkerElement') | 3698 @DomName('SVGMarkerElement') |
| 3699 @Unstable |
| 3632 class MarkerElement extends StyledElement implements FitToViewBox, ExternalResou
rcesRequired, LangSpace { | 3700 class MarkerElement extends StyledElement implements FitToViewBox, ExternalResou
rcesRequired, LangSpace { |
| 3633 MarkerElement.internal() : super.internal(); | 3701 MarkerElement.internal() : super.internal(); |
| 3634 | 3702 |
| 3635 @DomName('SVGMarkerElement.SVGMarkerElement') | 3703 @DomName('SVGMarkerElement.SVGMarkerElement') |
| 3636 @DocsEditable | 3704 @DocsEditable |
| 3637 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); | 3705 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); |
| 3638 | 3706 |
| 3639 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH') | 3707 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH') |
| 3640 @DocsEditable | 3708 @DocsEditable |
| 3641 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; | 3709 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3727 } | 3795 } |
| 3728 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3796 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3729 // for details. All rights reserved. Use of this source code is governed by a | 3797 // for details. All rights reserved. Use of this source code is governed by a |
| 3730 // BSD-style license that can be found in the LICENSE file. | 3798 // BSD-style license that can be found in the LICENSE file. |
| 3731 | 3799 |
| 3732 // WARNING: Do not edit - generated code. | 3800 // WARNING: Do not edit - generated code. |
| 3733 | 3801 |
| 3734 | 3802 |
| 3735 @DocsEditable | 3803 @DocsEditable |
| 3736 @DomName('SVGMaskElement') | 3804 @DomName('SVGMaskElement') |
| 3805 @Unstable |
| 3737 class MaskElement extends StyledElement implements Tests, ExternalResourcesRequi
red, LangSpace { | 3806 class MaskElement extends StyledElement implements Tests, ExternalResourcesRequi
red, LangSpace { |
| 3738 MaskElement.internal() : super.internal(); | 3807 MaskElement.internal() : super.internal(); |
| 3739 | 3808 |
| 3740 @DomName('SVGMaskElement.SVGMaskElement') | 3809 @DomName('SVGMaskElement.SVGMaskElement') |
| 3741 @DocsEditable | 3810 @DocsEditable |
| 3742 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 3811 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); |
| 3743 | 3812 |
| 3744 @DomName('SVGMaskElement.height') | 3813 @DomName('SVGMaskElement.height') |
| 3745 @DocsEditable | 3814 @DocsEditable |
| 3746 AnimatedLength get height native "SVGMaskElement_height_Getter"; | 3815 AnimatedLength get height native "SVGMaskElement_height_Getter"; |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3804 } | 3873 } |
| 3805 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3874 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3806 // for details. All rights reserved. Use of this source code is governed by a | 3875 // for details. All rights reserved. Use of this source code is governed by a |
| 3807 // BSD-style license that can be found in the LICENSE file. | 3876 // BSD-style license that can be found in the LICENSE file. |
| 3808 | 3877 |
| 3809 // WARNING: Do not edit - generated code. | 3878 // WARNING: Do not edit - generated code. |
| 3810 | 3879 |
| 3811 | 3880 |
| 3812 @DocsEditable | 3881 @DocsEditable |
| 3813 @DomName('SVGMatrix') | 3882 @DomName('SVGMatrix') |
| 3883 @Unstable |
| 3814 class Matrix extends NativeFieldWrapperClass1 { | 3884 class Matrix extends NativeFieldWrapperClass1 { |
| 3815 Matrix.internal(); | 3885 Matrix.internal(); |
| 3816 | 3886 |
| 3817 @DomName('SVGMatrix.a') | 3887 @DomName('SVGMatrix.a') |
| 3818 @DocsEditable | 3888 @DocsEditable |
| 3819 num get a native "SVGMatrix_a_Getter"; | 3889 num get a native "SVGMatrix_a_Getter"; |
| 3820 | 3890 |
| 3821 @DomName('SVGMatrix.a') | 3891 @DomName('SVGMatrix.a') |
| 3822 @DocsEditable | 3892 @DocsEditable |
| 3823 void set a(num value) native "SVGMatrix_a_Setter"; | 3893 void set a(num value) native "SVGMatrix_a_Setter"; |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3909 } | 3979 } |
| 3910 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3980 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3911 // for details. All rights reserved. Use of this source code is governed by a | 3981 // for details. All rights reserved. Use of this source code is governed by a |
| 3912 // BSD-style license that can be found in the LICENSE file. | 3982 // BSD-style license that can be found in the LICENSE file. |
| 3913 | 3983 |
| 3914 // WARNING: Do not edit - generated code. | 3984 // WARNING: Do not edit - generated code. |
| 3915 | 3985 |
| 3916 | 3986 |
| 3917 @DocsEditable | 3987 @DocsEditable |
| 3918 @DomName('SVGMetadataElement') | 3988 @DomName('SVGMetadataElement') |
| 3989 @Unstable |
| 3919 class MetadataElement extends SvgElement { | 3990 class MetadataElement extends SvgElement { |
| 3920 MetadataElement.internal() : super.internal(); | 3991 MetadataElement.internal() : super.internal(); |
| 3921 | 3992 |
| 3922 } | 3993 } |
| 3923 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3994 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3924 // for details. All rights reserved. Use of this source code is governed by a | 3995 // for details. All rights reserved. Use of this source code is governed by a |
| 3925 // BSD-style license that can be found in the LICENSE file. | 3996 // BSD-style license that can be found in the LICENSE file. |
| 3926 | 3997 |
| 3927 // WARNING: Do not edit - generated code. | 3998 // WARNING: Do not edit - generated code. |
| 3928 | 3999 |
| 3929 | 4000 |
| 3930 @DocsEditable | 4001 @DocsEditable |
| 3931 @DomName('SVGNumber') | 4002 @DomName('SVGNumber') |
| 4003 @Unstable |
| 3932 class Number extends NativeFieldWrapperClass1 { | 4004 class Number extends NativeFieldWrapperClass1 { |
| 3933 Number.internal(); | 4005 Number.internal(); |
| 3934 | 4006 |
| 3935 @DomName('SVGNumber.value') | 4007 @DomName('SVGNumber.value') |
| 3936 @DocsEditable | 4008 @DocsEditable |
| 3937 num get value native "SVGNumber_value_Getter"; | 4009 num get value native "SVGNumber_value_Getter"; |
| 3938 | 4010 |
| 3939 @DomName('SVGNumber.value') | 4011 @DomName('SVGNumber.value') |
| 3940 @DocsEditable | 4012 @DocsEditable |
| 3941 void set value(num value) native "SVGNumber_value_Setter"; | 4013 void set value(num value) native "SVGNumber_value_Setter"; |
| 3942 | 4014 |
| 3943 } | 4015 } |
| 3944 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4016 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3945 // for details. All rights reserved. Use of this source code is governed by a | 4017 // for details. All rights reserved. Use of this source code is governed by a |
| 3946 // BSD-style license that can be found in the LICENSE file. | 4018 // BSD-style license that can be found in the LICENSE file. |
| 3947 | 4019 |
| 3948 // WARNING: Do not edit - generated code. | 4020 // WARNING: Do not edit - generated code. |
| 3949 | 4021 |
| 3950 | 4022 |
| 3951 @DocsEditable | 4023 @DocsEditable |
| 3952 @DomName('SVGNumberList') | 4024 @DomName('SVGNumberList') |
| 4025 @Unstable |
| 3953 class NumberList extends NativeFieldWrapperClass1 with ListMixin<Number>, Immuta
bleListMixin<Number> implements List<Number> { | 4026 class NumberList extends NativeFieldWrapperClass1 with ListMixin<Number>, Immuta
bleListMixin<Number> implements List<Number> { |
| 3954 NumberList.internal(); | 4027 NumberList.internal(); |
| 3955 | 4028 |
| 3956 @DomName('SVGNumberList.numberOfItems') | 4029 @DomName('SVGNumberList.numberOfItems') |
| 3957 @DocsEditable | 4030 @DocsEditable |
| 3958 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; | 4031 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; |
| 3959 | 4032 |
| 3960 Number operator[](int index) { | 4033 Number operator[](int index) { |
| 3961 if (index < 0 || index >= length) | 4034 if (index < 0 || index >= length) |
| 3962 throw new RangeError.range(index, 0, length); | 4035 throw new RangeError.range(index, 0, length); |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4035 } | 4108 } |
| 4036 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4109 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4037 // for details. All rights reserved. Use of this source code is governed by a | 4110 // for details. All rights reserved. Use of this source code is governed by a |
| 4038 // BSD-style license that can be found in the LICENSE file. | 4111 // BSD-style license that can be found in the LICENSE file. |
| 4039 | 4112 |
| 4040 // WARNING: Do not edit - generated code. | 4113 // WARNING: Do not edit - generated code. |
| 4041 | 4114 |
| 4042 | 4115 |
| 4043 @DocsEditable | 4116 @DocsEditable |
| 4044 @DomName('SVGPathElement') | 4117 @DomName('SVGPathElement') |
| 4118 @Unstable |
| 4045 class PathElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { | 4119 class PathElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { |
| 4046 PathElement.internal() : super.internal(); | 4120 PathElement.internal() : super.internal(); |
| 4047 | 4121 |
| 4048 @DomName('SVGPathElement.SVGPathElement') | 4122 @DomName('SVGPathElement.SVGPathElement') |
| 4049 @DocsEditable | 4123 @DocsEditable |
| 4050 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 4124 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); |
| 4051 | 4125 |
| 4052 @DomName('SVGPathElement.animatedNormalizedPathSegList') | 4126 @DomName('SVGPathElement.animatedNormalizedPathSegList') |
| 4053 @DocsEditable | 4127 @DocsEditable |
| 4054 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN
ormalizedPathSegList_Getter"; | 4128 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN
ormalizedPathSegList_Getter"; |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4224 } | 4298 } |
| 4225 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4299 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4226 // for details. All rights reserved. Use of this source code is governed by a | 4300 // for details. All rights reserved. Use of this source code is governed by a |
| 4227 // BSD-style license that can be found in the LICENSE file. | 4301 // BSD-style license that can be found in the LICENSE file. |
| 4228 | 4302 |
| 4229 // WARNING: Do not edit - generated code. | 4303 // WARNING: Do not edit - generated code. |
| 4230 | 4304 |
| 4231 | 4305 |
| 4232 @DocsEditable | 4306 @DocsEditable |
| 4233 @DomName('SVGPathSeg') | 4307 @DomName('SVGPathSeg') |
| 4308 @Unstable |
| 4234 class PathSeg extends NativeFieldWrapperClass1 { | 4309 class PathSeg extends NativeFieldWrapperClass1 { |
| 4235 PathSeg.internal(); | 4310 PathSeg.internal(); |
| 4236 | 4311 |
| 4237 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') | 4312 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') |
| 4238 @DocsEditable | 4313 @DocsEditable |
| 4239 static const int PATHSEG_ARC_ABS = 10; | 4314 static const int PATHSEG_ARC_ABS = 10; |
| 4240 | 4315 |
| 4241 @DomName('SVGPathSeg.PATHSEG_ARC_REL') | 4316 @DomName('SVGPathSeg.PATHSEG_ARC_REL') |
| 4242 @DocsEditable | 4317 @DocsEditable |
| 4243 static const int PATHSEG_ARC_REL = 11; | 4318 static const int PATHSEG_ARC_REL = 11; |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4325 } | 4400 } |
| 4326 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4401 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4327 // for details. All rights reserved. Use of this source code is governed by a | 4402 // for details. All rights reserved. Use of this source code is governed by a |
| 4328 // BSD-style license that can be found in the LICENSE file. | 4403 // BSD-style license that can be found in the LICENSE file. |
| 4329 | 4404 |
| 4330 // WARNING: Do not edit - generated code. | 4405 // WARNING: Do not edit - generated code. |
| 4331 | 4406 |
| 4332 | 4407 |
| 4333 @DocsEditable | 4408 @DocsEditable |
| 4334 @DomName('SVGPathSegArcAbs') | 4409 @DomName('SVGPathSegArcAbs') |
| 4410 @Unstable |
| 4335 class PathSegArcAbs extends PathSeg { | 4411 class PathSegArcAbs extends PathSeg { |
| 4336 PathSegArcAbs.internal() : super.internal(); | 4412 PathSegArcAbs.internal() : super.internal(); |
| 4337 | 4413 |
| 4338 @DomName('SVGPathSegArcAbs.angle') | 4414 @DomName('SVGPathSegArcAbs.angle') |
| 4339 @DocsEditable | 4415 @DocsEditable |
| 4340 num get angle native "SVGPathSegArcAbs_angle_Getter"; | 4416 num get angle native "SVGPathSegArcAbs_angle_Getter"; |
| 4341 | 4417 |
| 4342 @DomName('SVGPathSegArcAbs.angle') | 4418 @DomName('SVGPathSegArcAbs.angle') |
| 4343 @DocsEditable | 4419 @DocsEditable |
| 4344 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; | 4420 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4394 } | 4470 } |
| 4395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4471 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4396 // for details. All rights reserved. Use of this source code is governed by a | 4472 // for details. All rights reserved. Use of this source code is governed by a |
| 4397 // BSD-style license that can be found in the LICENSE file. | 4473 // BSD-style license that can be found in the LICENSE file. |
| 4398 | 4474 |
| 4399 // WARNING: Do not edit - generated code. | 4475 // WARNING: Do not edit - generated code. |
| 4400 | 4476 |
| 4401 | 4477 |
| 4402 @DocsEditable | 4478 @DocsEditable |
| 4403 @DomName('SVGPathSegArcRel') | 4479 @DomName('SVGPathSegArcRel') |
| 4480 @Unstable |
| 4404 class PathSegArcRel extends PathSeg { | 4481 class PathSegArcRel extends PathSeg { |
| 4405 PathSegArcRel.internal() : super.internal(); | 4482 PathSegArcRel.internal() : super.internal(); |
| 4406 | 4483 |
| 4407 @DomName('SVGPathSegArcRel.angle') | 4484 @DomName('SVGPathSegArcRel.angle') |
| 4408 @DocsEditable | 4485 @DocsEditable |
| 4409 num get angle native "SVGPathSegArcRel_angle_Getter"; | 4486 num get angle native "SVGPathSegArcRel_angle_Getter"; |
| 4410 | 4487 |
| 4411 @DomName('SVGPathSegArcRel.angle') | 4488 @DomName('SVGPathSegArcRel.angle') |
| 4412 @DocsEditable | 4489 @DocsEditable |
| 4413 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; | 4490 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4463 } | 4540 } |
| 4464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4541 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4465 // for details. All rights reserved. Use of this source code is governed by a | 4542 // for details. All rights reserved. Use of this source code is governed by a |
| 4466 // BSD-style license that can be found in the LICENSE file. | 4543 // BSD-style license that can be found in the LICENSE file. |
| 4467 | 4544 |
| 4468 // WARNING: Do not edit - generated code. | 4545 // WARNING: Do not edit - generated code. |
| 4469 | 4546 |
| 4470 | 4547 |
| 4471 @DocsEditable | 4548 @DocsEditable |
| 4472 @DomName('SVGPathSegClosePath') | 4549 @DomName('SVGPathSegClosePath') |
| 4550 @Unstable |
| 4473 class PathSegClosePath extends PathSeg { | 4551 class PathSegClosePath extends PathSeg { |
| 4474 PathSegClosePath.internal() : super.internal(); | 4552 PathSegClosePath.internal() : super.internal(); |
| 4475 | 4553 |
| 4476 } | 4554 } |
| 4477 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4555 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4478 // for details. All rights reserved. Use of this source code is governed by a | 4556 // for details. All rights reserved. Use of this source code is governed by a |
| 4479 // BSD-style license that can be found in the LICENSE file. | 4557 // BSD-style license that can be found in the LICENSE file. |
| 4480 | 4558 |
| 4481 // WARNING: Do not edit - generated code. | 4559 // WARNING: Do not edit - generated code. |
| 4482 | 4560 |
| 4483 | 4561 |
| 4484 @DocsEditable | 4562 @DocsEditable |
| 4485 @DomName('SVGPathSegCurvetoCubicAbs') | 4563 @DomName('SVGPathSegCurvetoCubicAbs') |
| 4564 @Unstable |
| 4486 class PathSegCurvetoCubicAbs extends PathSeg { | 4565 class PathSegCurvetoCubicAbs extends PathSeg { |
| 4487 PathSegCurvetoCubicAbs.internal() : super.internal(); | 4566 PathSegCurvetoCubicAbs.internal() : super.internal(); |
| 4488 | 4567 |
| 4489 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4568 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 4490 @DocsEditable | 4569 @DocsEditable |
| 4491 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; | 4570 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; |
| 4492 | 4571 |
| 4493 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4572 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 4494 @DocsEditable | 4573 @DocsEditable |
| 4495 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; | 4574 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4537 } | 4616 } |
| 4538 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4617 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4539 // for details. All rights reserved. Use of this source code is governed by a | 4618 // for details. All rights reserved. Use of this source code is governed by a |
| 4540 // BSD-style license that can be found in the LICENSE file. | 4619 // BSD-style license that can be found in the LICENSE file. |
| 4541 | 4620 |
| 4542 // WARNING: Do not edit - generated code. | 4621 // WARNING: Do not edit - generated code. |
| 4543 | 4622 |
| 4544 | 4623 |
| 4545 @DocsEditable | 4624 @DocsEditable |
| 4546 @DomName('SVGPathSegCurvetoCubicRel') | 4625 @DomName('SVGPathSegCurvetoCubicRel') |
| 4626 @Unstable |
| 4547 class PathSegCurvetoCubicRel extends PathSeg { | 4627 class PathSegCurvetoCubicRel extends PathSeg { |
| 4548 PathSegCurvetoCubicRel.internal() : super.internal(); | 4628 PathSegCurvetoCubicRel.internal() : super.internal(); |
| 4549 | 4629 |
| 4550 @DomName('SVGPathSegCurvetoCubicRel.x') | 4630 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 4551 @DocsEditable | 4631 @DocsEditable |
| 4552 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; | 4632 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; |
| 4553 | 4633 |
| 4554 @DomName('SVGPathSegCurvetoCubicRel.x') | 4634 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 4555 @DocsEditable | 4635 @DocsEditable |
| 4556 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; | 4636 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4598 } | 4678 } |
| 4599 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4679 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4600 // for details. All rights reserved. Use of this source code is governed by a | 4680 // for details. All rights reserved. Use of this source code is governed by a |
| 4601 // BSD-style license that can be found in the LICENSE file. | 4681 // BSD-style license that can be found in the LICENSE file. |
| 4602 | 4682 |
| 4603 // WARNING: Do not edit - generated code. | 4683 // WARNING: Do not edit - generated code. |
| 4604 | 4684 |
| 4605 | 4685 |
| 4606 @DocsEditable | 4686 @DocsEditable |
| 4607 @DomName('SVGPathSegCurvetoCubicSmoothAbs') | 4687 @DomName('SVGPathSegCurvetoCubicSmoothAbs') |
| 4688 @Unstable |
| 4608 class PathSegCurvetoCubicSmoothAbs extends PathSeg { | 4689 class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
| 4609 PathSegCurvetoCubicSmoothAbs.internal() : super.internal(); | 4690 PathSegCurvetoCubicSmoothAbs.internal() : super.internal(); |
| 4610 | 4691 |
| 4611 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4692 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 4612 @DocsEditable | 4693 @DocsEditable |
| 4613 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; | 4694 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; |
| 4614 | 4695 |
| 4615 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4696 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 4616 @DocsEditable | 4697 @DocsEditable |
| 4617 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; | 4698 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 4643 } | 4724 } |
| 4644 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4725 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4645 // for details. All rights reserved. Use of this source code is governed by a | 4726 // for details. All rights reserved. Use of this source code is governed by a |
| 4646 // BSD-style license that can be found in the LICENSE file. | 4727 // BSD-style license that can be found in the LICENSE file. |
| 4647 | 4728 |
| 4648 // WARNING: Do not edit - generated code. | 4729 // WARNING: Do not edit - generated code. |
| 4649 | 4730 |
| 4650 | 4731 |
| 4651 @DocsEditable | 4732 @DocsEditable |
| 4652 @DomName('SVGPathSegCurvetoCubicSmoothRel') | 4733 @DomName('SVGPathSegCurvetoCubicSmoothRel') |
| 4734 @Unstable |
| 4653 class PathSegCurvetoCubicSmoothRel extends PathSeg { | 4735 class PathSegCurvetoCubicSmoothRel extends PathSeg { |
| 4654 PathSegCurvetoCubicSmoothRel.internal() : super.internal(); | 4736 PathSegCurvetoCubicSmoothRel.internal() : super.internal(); |
| 4655 | 4737 |
| 4656 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4738 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 4657 @DocsEditable | 4739 @DocsEditable |
| 4658 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; | 4740 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; |
| 4659 | 4741 |
| 4660 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4742 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 4661 @DocsEditable | 4743 @DocsEditable |
| 4662 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; | 4744 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 4688 } | 4770 } |
| 4689 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4771 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4690 // for details. All rights reserved. Use of this source code is governed by a | 4772 // for details. All rights reserved. Use of this source code is governed by a |
| 4691 // BSD-style license that can be found in the LICENSE file. | 4773 // BSD-style license that can be found in the LICENSE file. |
| 4692 | 4774 |
| 4693 // WARNING: Do not edit - generated code. | 4775 // WARNING: Do not edit - generated code. |
| 4694 | 4776 |
| 4695 | 4777 |
| 4696 @DocsEditable | 4778 @DocsEditable |
| 4697 @DomName('SVGPathSegCurvetoQuadraticAbs') | 4779 @DomName('SVGPathSegCurvetoQuadraticAbs') |
| 4780 @Unstable |
| 4698 class PathSegCurvetoQuadraticAbs extends PathSeg { | 4781 class PathSegCurvetoQuadraticAbs extends PathSeg { |
| 4699 PathSegCurvetoQuadraticAbs.internal() : super.internal(); | 4782 PathSegCurvetoQuadraticAbs.internal() : super.internal(); |
| 4700 | 4783 |
| 4701 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4784 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 4702 @DocsEditable | 4785 @DocsEditable |
| 4703 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; | 4786 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; |
| 4704 | 4787 |
| 4705 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4788 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 4706 @DocsEditable | 4789 @DocsEditable |
| 4707 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; | 4790 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 4733 } | 4816 } |
| 4734 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4817 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4735 // 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 |
| 4736 // BSD-style license that can be found in the LICENSE file. | 4819 // BSD-style license that can be found in the LICENSE file. |
| 4737 | 4820 |
| 4738 // WARNING: Do not edit - generated code. | 4821 // WARNING: Do not edit - generated code. |
| 4739 | 4822 |
| 4740 | 4823 |
| 4741 @DocsEditable | 4824 @DocsEditable |
| 4742 @DomName('SVGPathSegCurvetoQuadraticRel') | 4825 @DomName('SVGPathSegCurvetoQuadraticRel') |
| 4826 @Unstable |
| 4743 class PathSegCurvetoQuadraticRel extends PathSeg { | 4827 class PathSegCurvetoQuadraticRel extends PathSeg { |
| 4744 PathSegCurvetoQuadraticRel.internal() : super.internal(); | 4828 PathSegCurvetoQuadraticRel.internal() : super.internal(); |
| 4745 | 4829 |
| 4746 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4830 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 4747 @DocsEditable | 4831 @DocsEditable |
| 4748 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; | 4832 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; |
| 4749 | 4833 |
| 4750 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4834 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 4751 @DocsEditable | 4835 @DocsEditable |
| 4752 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; | 4836 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 4778 } | 4862 } |
| 4779 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4863 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4780 // for details. All rights reserved. Use of this source code is governed by a | 4864 // for details. All rights reserved. Use of this source code is governed by a |
| 4781 // BSD-style license that can be found in the LICENSE file. | 4865 // BSD-style license that can be found in the LICENSE file. |
| 4782 | 4866 |
| 4783 // WARNING: Do not edit - generated code. | 4867 // WARNING: Do not edit - generated code. |
| 4784 | 4868 |
| 4785 | 4869 |
| 4786 @DocsEditable | 4870 @DocsEditable |
| 4787 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') | 4871 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') |
| 4872 @Unstable |
| 4788 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { | 4873 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
| 4789 PathSegCurvetoQuadraticSmoothAbs.internal() : super.internal(); | 4874 PathSegCurvetoQuadraticSmoothAbs.internal() : super.internal(); |
| 4790 | 4875 |
| 4791 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4876 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 4792 @DocsEditable | 4877 @DocsEditable |
| 4793 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; | 4878 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; |
| 4794 | 4879 |
| 4795 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4880 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 4796 @DocsEditable | 4881 @DocsEditable |
| 4797 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; | 4882 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; |
| 4798 | 4883 |
| 4799 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4884 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 4800 @DocsEditable | 4885 @DocsEditable |
| 4801 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; | 4886 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; |
| 4802 | 4887 |
| 4803 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4888 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 4804 @DocsEditable | 4889 @DocsEditable |
| 4805 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; | 4890 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; |
| 4806 | 4891 |
| 4807 } | 4892 } |
| 4808 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4893 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4809 // for details. All rights reserved. Use of this source code is governed by a | 4894 // for details. All rights reserved. Use of this source code is governed by a |
| 4810 // BSD-style license that can be found in the LICENSE file. | 4895 // BSD-style license that can be found in the LICENSE file. |
| 4811 | 4896 |
| 4812 // WARNING: Do not edit - generated code. | 4897 // WARNING: Do not edit - generated code. |
| 4813 | 4898 |
| 4814 | 4899 |
| 4815 @DocsEditable | 4900 @DocsEditable |
| 4816 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') | 4901 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') |
| 4902 @Unstable |
| 4817 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { | 4903 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
| 4818 PathSegCurvetoQuadraticSmoothRel.internal() : super.internal(); | 4904 PathSegCurvetoQuadraticSmoothRel.internal() : super.internal(); |
| 4819 | 4905 |
| 4820 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4906 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 4821 @DocsEditable | 4907 @DocsEditable |
| 4822 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; | 4908 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; |
| 4823 | 4909 |
| 4824 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4910 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 4825 @DocsEditable | 4911 @DocsEditable |
| 4826 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; | 4912 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; |
| 4827 | 4913 |
| 4828 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4914 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 4829 @DocsEditable | 4915 @DocsEditable |
| 4830 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; | 4916 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; |
| 4831 | 4917 |
| 4832 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4918 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 4833 @DocsEditable | 4919 @DocsEditable |
| 4834 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; | 4920 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; |
| 4835 | 4921 |
| 4836 } | 4922 } |
| 4837 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4923 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4838 // for details. All rights reserved. Use of this source code is governed by a | 4924 // for details. All rights reserved. Use of this source code is governed by a |
| 4839 // BSD-style license that can be found in the LICENSE file. | 4925 // BSD-style license that can be found in the LICENSE file. |
| 4840 | 4926 |
| 4841 // WARNING: Do not edit - generated code. | 4927 // WARNING: Do not edit - generated code. |
| 4842 | 4928 |
| 4843 | 4929 |
| 4844 @DocsEditable | 4930 @DocsEditable |
| 4845 @DomName('SVGPathSegLinetoAbs') | 4931 @DomName('SVGPathSegLinetoAbs') |
| 4932 @Unstable |
| 4846 class PathSegLinetoAbs extends PathSeg { | 4933 class PathSegLinetoAbs extends PathSeg { |
| 4847 PathSegLinetoAbs.internal() : super.internal(); | 4934 PathSegLinetoAbs.internal() : super.internal(); |
| 4848 | 4935 |
| 4849 @DomName('SVGPathSegLinetoAbs.x') | 4936 @DomName('SVGPathSegLinetoAbs.x') |
| 4850 @DocsEditable | 4937 @DocsEditable |
| 4851 num get x native "SVGPathSegLinetoAbs_x_Getter"; | 4938 num get x native "SVGPathSegLinetoAbs_x_Getter"; |
| 4852 | 4939 |
| 4853 @DomName('SVGPathSegLinetoAbs.x') | 4940 @DomName('SVGPathSegLinetoAbs.x') |
| 4854 @DocsEditable | 4941 @DocsEditable |
| 4855 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; | 4942 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; |
| 4856 | 4943 |
| 4857 @DomName('SVGPathSegLinetoAbs.y') | 4944 @DomName('SVGPathSegLinetoAbs.y') |
| 4858 @DocsEditable | 4945 @DocsEditable |
| 4859 num get y native "SVGPathSegLinetoAbs_y_Getter"; | 4946 num get y native "SVGPathSegLinetoAbs_y_Getter"; |
| 4860 | 4947 |
| 4861 @DomName('SVGPathSegLinetoAbs.y') | 4948 @DomName('SVGPathSegLinetoAbs.y') |
| 4862 @DocsEditable | 4949 @DocsEditable |
| 4863 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; | 4950 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; |
| 4864 | 4951 |
| 4865 } | 4952 } |
| 4866 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4953 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4867 // for details. All rights reserved. Use of this source code is governed by a | 4954 // for details. All rights reserved. Use of this source code is governed by a |
| 4868 // BSD-style license that can be found in the LICENSE file. | 4955 // BSD-style license that can be found in the LICENSE file. |
| 4869 | 4956 |
| 4870 // WARNING: Do not edit - generated code. | 4957 // WARNING: Do not edit - generated code. |
| 4871 | 4958 |
| 4872 | 4959 |
| 4873 @DocsEditable | 4960 @DocsEditable |
| 4874 @DomName('SVGPathSegLinetoHorizontalAbs') | 4961 @DomName('SVGPathSegLinetoHorizontalAbs') |
| 4962 @Unstable |
| 4875 class PathSegLinetoHorizontalAbs extends PathSeg { | 4963 class PathSegLinetoHorizontalAbs extends PathSeg { |
| 4876 PathSegLinetoHorizontalAbs.internal() : super.internal(); | 4964 PathSegLinetoHorizontalAbs.internal() : super.internal(); |
| 4877 | 4965 |
| 4878 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4966 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 4879 @DocsEditable | 4967 @DocsEditable |
| 4880 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; | 4968 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; |
| 4881 | 4969 |
| 4882 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4970 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 4883 @DocsEditable | 4971 @DocsEditable |
| 4884 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; | 4972 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; |
| 4885 | 4973 |
| 4886 } | 4974 } |
| 4887 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4975 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4888 // for details. All rights reserved. Use of this source code is governed by a | 4976 // for details. All rights reserved. Use of this source code is governed by a |
| 4889 // BSD-style license that can be found in the LICENSE file. | 4977 // BSD-style license that can be found in the LICENSE file. |
| 4890 | 4978 |
| 4891 // WARNING: Do not edit - generated code. | 4979 // WARNING: Do not edit - generated code. |
| 4892 | 4980 |
| 4893 | 4981 |
| 4894 @DocsEditable | 4982 @DocsEditable |
| 4895 @DomName('SVGPathSegLinetoHorizontalRel') | 4983 @DomName('SVGPathSegLinetoHorizontalRel') |
| 4984 @Unstable |
| 4896 class PathSegLinetoHorizontalRel extends PathSeg { | 4985 class PathSegLinetoHorizontalRel extends PathSeg { |
| 4897 PathSegLinetoHorizontalRel.internal() : super.internal(); | 4986 PathSegLinetoHorizontalRel.internal() : super.internal(); |
| 4898 | 4987 |
| 4899 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4988 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 4900 @DocsEditable | 4989 @DocsEditable |
| 4901 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; | 4990 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; |
| 4902 | 4991 |
| 4903 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4992 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 4904 @DocsEditable | 4993 @DocsEditable |
| 4905 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; | 4994 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; |
| 4906 | 4995 |
| 4907 } | 4996 } |
| 4908 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4997 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4909 // for details. All rights reserved. Use of this source code is governed by a | 4998 // for details. All rights reserved. Use of this source code is governed by a |
| 4910 // BSD-style license that can be found in the LICENSE file. | 4999 // BSD-style license that can be found in the LICENSE file. |
| 4911 | 5000 |
| 4912 // WARNING: Do not edit - generated code. | 5001 // WARNING: Do not edit - generated code. |
| 4913 | 5002 |
| 4914 | 5003 |
| 4915 @DocsEditable | 5004 @DocsEditable |
| 4916 @DomName('SVGPathSegLinetoRel') | 5005 @DomName('SVGPathSegLinetoRel') |
| 5006 @Unstable |
| 4917 class PathSegLinetoRel extends PathSeg { | 5007 class PathSegLinetoRel extends PathSeg { |
| 4918 PathSegLinetoRel.internal() : super.internal(); | 5008 PathSegLinetoRel.internal() : super.internal(); |
| 4919 | 5009 |
| 4920 @DomName('SVGPathSegLinetoRel.x') | 5010 @DomName('SVGPathSegLinetoRel.x') |
| 4921 @DocsEditable | 5011 @DocsEditable |
| 4922 num get x native "SVGPathSegLinetoRel_x_Getter"; | 5012 num get x native "SVGPathSegLinetoRel_x_Getter"; |
| 4923 | 5013 |
| 4924 @DomName('SVGPathSegLinetoRel.x') | 5014 @DomName('SVGPathSegLinetoRel.x') |
| 4925 @DocsEditable | 5015 @DocsEditable |
| 4926 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; | 5016 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; |
| 4927 | 5017 |
| 4928 @DomName('SVGPathSegLinetoRel.y') | 5018 @DomName('SVGPathSegLinetoRel.y') |
| 4929 @DocsEditable | 5019 @DocsEditable |
| 4930 num get y native "SVGPathSegLinetoRel_y_Getter"; | 5020 num get y native "SVGPathSegLinetoRel_y_Getter"; |
| 4931 | 5021 |
| 4932 @DomName('SVGPathSegLinetoRel.y') | 5022 @DomName('SVGPathSegLinetoRel.y') |
| 4933 @DocsEditable | 5023 @DocsEditable |
| 4934 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; | 5024 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; |
| 4935 | 5025 |
| 4936 } | 5026 } |
| 4937 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5027 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4938 // for details. All rights reserved. Use of this source code is governed by a | 5028 // for details. All rights reserved. Use of this source code is governed by a |
| 4939 // BSD-style license that can be found in the LICENSE file. | 5029 // BSD-style license that can be found in the LICENSE file. |
| 4940 | 5030 |
| 4941 // WARNING: Do not edit - generated code. | 5031 // WARNING: Do not edit - generated code. |
| 4942 | 5032 |
| 4943 | 5033 |
| 4944 @DocsEditable | 5034 @DocsEditable |
| 4945 @DomName('SVGPathSegLinetoVerticalAbs') | 5035 @DomName('SVGPathSegLinetoVerticalAbs') |
| 5036 @Unstable |
| 4946 class PathSegLinetoVerticalAbs extends PathSeg { | 5037 class PathSegLinetoVerticalAbs extends PathSeg { |
| 4947 PathSegLinetoVerticalAbs.internal() : super.internal(); | 5038 PathSegLinetoVerticalAbs.internal() : super.internal(); |
| 4948 | 5039 |
| 4949 @DomName('SVGPathSegLinetoVerticalAbs.y') | 5040 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 4950 @DocsEditable | 5041 @DocsEditable |
| 4951 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; | 5042 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; |
| 4952 | 5043 |
| 4953 @DomName('SVGPathSegLinetoVerticalAbs.y') | 5044 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 4954 @DocsEditable | 5045 @DocsEditable |
| 4955 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; | 5046 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; |
| 4956 | 5047 |
| 4957 } | 5048 } |
| 4958 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5049 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4959 // for details. All rights reserved. Use of this source code is governed by a | 5050 // for details. All rights reserved. Use of this source code is governed by a |
| 4960 // BSD-style license that can be found in the LICENSE file. | 5051 // BSD-style license that can be found in the LICENSE file. |
| 4961 | 5052 |
| 4962 // WARNING: Do not edit - generated code. | 5053 // WARNING: Do not edit - generated code. |
| 4963 | 5054 |
| 4964 | 5055 |
| 4965 @DocsEditable | 5056 @DocsEditable |
| 4966 @DomName('SVGPathSegLinetoVerticalRel') | 5057 @DomName('SVGPathSegLinetoVerticalRel') |
| 5058 @Unstable |
| 4967 class PathSegLinetoVerticalRel extends PathSeg { | 5059 class PathSegLinetoVerticalRel extends PathSeg { |
| 4968 PathSegLinetoVerticalRel.internal() : super.internal(); | 5060 PathSegLinetoVerticalRel.internal() : super.internal(); |
| 4969 | 5061 |
| 4970 @DomName('SVGPathSegLinetoVerticalRel.y') | 5062 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 4971 @DocsEditable | 5063 @DocsEditable |
| 4972 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; | 5064 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; |
| 4973 | 5065 |
| 4974 @DomName('SVGPathSegLinetoVerticalRel.y') | 5066 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 4975 @DocsEditable | 5067 @DocsEditable |
| 4976 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; | 5068 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; |
| 4977 | 5069 |
| 4978 } | 5070 } |
| 4979 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5071 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4980 // for details. All rights reserved. Use of this source code is governed by a | 5072 // for details. All rights reserved. Use of this source code is governed by a |
| 4981 // BSD-style license that can be found in the LICENSE file. | 5073 // BSD-style license that can be found in the LICENSE file. |
| 4982 | 5074 |
| 4983 // WARNING: Do not edit - generated code. | 5075 // WARNING: Do not edit - generated code. |
| 4984 | 5076 |
| 4985 | 5077 |
| 4986 @DocsEditable | 5078 @DocsEditable |
| 4987 @DomName('SVGPathSegList') | 5079 @DomName('SVGPathSegList') |
| 5080 @Unstable |
| 4988 class PathSegList extends NativeFieldWrapperClass1 with ListMixin<PathSeg>, Immu
tableListMixin<PathSeg> implements List<PathSeg> { | 5081 class PathSegList extends NativeFieldWrapperClass1 with ListMixin<PathSeg>, Immu
tableListMixin<PathSeg> implements List<PathSeg> { |
| 4989 PathSegList.internal(); | 5082 PathSegList.internal(); |
| 4990 | 5083 |
| 4991 @DomName('SVGPathSegList.numberOfItems') | 5084 @DomName('SVGPathSegList.numberOfItems') |
| 4992 @DocsEditable | 5085 @DocsEditable |
| 4993 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; | 5086 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; |
| 4994 | 5087 |
| 4995 PathSeg operator[](int index) { | 5088 PathSeg operator[](int index) { |
| 4996 if (index < 0 || index >= length) | 5089 if (index < 0 || index >= length) |
| 4997 throw new RangeError.range(index, 0, length); | 5090 throw new RangeError.range(index, 0, length); |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5070 } | 5163 } |
| 5071 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5164 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5072 // for details. All rights reserved. Use of this source code is governed by a | 5165 // for details. All rights reserved. Use of this source code is governed by a |
| 5073 // BSD-style license that can be found in the LICENSE file. | 5166 // BSD-style license that can be found in the LICENSE file. |
| 5074 | 5167 |
| 5075 // WARNING: Do not edit - generated code. | 5168 // WARNING: Do not edit - generated code. |
| 5076 | 5169 |
| 5077 | 5170 |
| 5078 @DocsEditable | 5171 @DocsEditable |
| 5079 @DomName('SVGPathSegMovetoAbs') | 5172 @DomName('SVGPathSegMovetoAbs') |
| 5173 @Unstable |
| 5080 class PathSegMovetoAbs extends PathSeg { | 5174 class PathSegMovetoAbs extends PathSeg { |
| 5081 PathSegMovetoAbs.internal() : super.internal(); | 5175 PathSegMovetoAbs.internal() : super.internal(); |
| 5082 | 5176 |
| 5083 @DomName('SVGPathSegMovetoAbs.x') | 5177 @DomName('SVGPathSegMovetoAbs.x') |
| 5084 @DocsEditable | 5178 @DocsEditable |
| 5085 num get x native "SVGPathSegMovetoAbs_x_Getter"; | 5179 num get x native "SVGPathSegMovetoAbs_x_Getter"; |
| 5086 | 5180 |
| 5087 @DomName('SVGPathSegMovetoAbs.x') | 5181 @DomName('SVGPathSegMovetoAbs.x') |
| 5088 @DocsEditable | 5182 @DocsEditable |
| 5089 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; | 5183 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; |
| 5090 | 5184 |
| 5091 @DomName('SVGPathSegMovetoAbs.y') | 5185 @DomName('SVGPathSegMovetoAbs.y') |
| 5092 @DocsEditable | 5186 @DocsEditable |
| 5093 num get y native "SVGPathSegMovetoAbs_y_Getter"; | 5187 num get y native "SVGPathSegMovetoAbs_y_Getter"; |
| 5094 | 5188 |
| 5095 @DomName('SVGPathSegMovetoAbs.y') | 5189 @DomName('SVGPathSegMovetoAbs.y') |
| 5096 @DocsEditable | 5190 @DocsEditable |
| 5097 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; | 5191 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; |
| 5098 | 5192 |
| 5099 } | 5193 } |
| 5100 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5194 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5101 // for details. All rights reserved. Use of this source code is governed by a | 5195 // for details. All rights reserved. Use of this source code is governed by a |
| 5102 // BSD-style license that can be found in the LICENSE file. | 5196 // BSD-style license that can be found in the LICENSE file. |
| 5103 | 5197 |
| 5104 // WARNING: Do not edit - generated code. | 5198 // WARNING: Do not edit - generated code. |
| 5105 | 5199 |
| 5106 | 5200 |
| 5107 @DocsEditable | 5201 @DocsEditable |
| 5108 @DomName('SVGPathSegMovetoRel') | 5202 @DomName('SVGPathSegMovetoRel') |
| 5203 @Unstable |
| 5109 class PathSegMovetoRel extends PathSeg { | 5204 class PathSegMovetoRel extends PathSeg { |
| 5110 PathSegMovetoRel.internal() : super.internal(); | 5205 PathSegMovetoRel.internal() : super.internal(); |
| 5111 | 5206 |
| 5112 @DomName('SVGPathSegMovetoRel.x') | 5207 @DomName('SVGPathSegMovetoRel.x') |
| 5113 @DocsEditable | 5208 @DocsEditable |
| 5114 num get x native "SVGPathSegMovetoRel_x_Getter"; | 5209 num get x native "SVGPathSegMovetoRel_x_Getter"; |
| 5115 | 5210 |
| 5116 @DomName('SVGPathSegMovetoRel.x') | 5211 @DomName('SVGPathSegMovetoRel.x') |
| 5117 @DocsEditable | 5212 @DocsEditable |
| 5118 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; | 5213 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; |
| 5119 | 5214 |
| 5120 @DomName('SVGPathSegMovetoRel.y') | 5215 @DomName('SVGPathSegMovetoRel.y') |
| 5121 @DocsEditable | 5216 @DocsEditable |
| 5122 num get y native "SVGPathSegMovetoRel_y_Getter"; | 5217 num get y native "SVGPathSegMovetoRel_y_Getter"; |
| 5123 | 5218 |
| 5124 @DomName('SVGPathSegMovetoRel.y') | 5219 @DomName('SVGPathSegMovetoRel.y') |
| 5125 @DocsEditable | 5220 @DocsEditable |
| 5126 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; | 5221 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; |
| 5127 | 5222 |
| 5128 } | 5223 } |
| 5129 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5224 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5130 // for details. All rights reserved. Use of this source code is governed by a | 5225 // for details. All rights reserved. Use of this source code is governed by a |
| 5131 // BSD-style license that can be found in the LICENSE file. | 5226 // BSD-style license that can be found in the LICENSE file. |
| 5132 | 5227 |
| 5133 // WARNING: Do not edit - generated code. | 5228 // WARNING: Do not edit - generated code. |
| 5134 | 5229 |
| 5135 | 5230 |
| 5136 @DocsEditable | 5231 @DocsEditable |
| 5137 @DomName('SVGPatternElement') | 5232 @DomName('SVGPatternElement') |
| 5233 @Unstable |
| 5138 class PatternElement extends StyledElement implements FitToViewBox, UriReference
, Tests, ExternalResourcesRequired, LangSpace { | 5234 class PatternElement extends StyledElement implements FitToViewBox, UriReference
, Tests, ExternalResourcesRequired, LangSpace { |
| 5139 PatternElement.internal() : super.internal(); | 5235 PatternElement.internal() : super.internal(); |
| 5140 | 5236 |
| 5141 @DomName('SVGPatternElement.SVGPatternElement') | 5237 @DomName('SVGPatternElement.SVGPatternElement') |
| 5142 @DocsEditable | 5238 @DocsEditable |
| 5143 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 5239 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); |
| 5144 | 5240 |
| 5145 @DomName('SVGPatternElement.height') | 5241 @DomName('SVGPatternElement.height') |
| 5146 @DocsEditable | 5242 @DocsEditable |
| 5147 AnimatedLength get height native "SVGPatternElement_height_Getter"; | 5243 AnimatedLength get height native "SVGPatternElement_height_Getter"; |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5221 } | 5317 } |
| 5222 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5318 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5223 // for details. All rights reserved. Use of this source code is governed by a | 5319 // for details. All rights reserved. Use of this source code is governed by a |
| 5224 // BSD-style license that can be found in the LICENSE file. | 5320 // BSD-style license that can be found in the LICENSE file. |
| 5225 | 5321 |
| 5226 // WARNING: Do not edit - generated code. | 5322 // WARNING: Do not edit - generated code. |
| 5227 | 5323 |
| 5228 | 5324 |
| 5229 @DocsEditable | 5325 @DocsEditable |
| 5230 @DomName('SVGPoint') | 5326 @DomName('SVGPoint') |
| 5327 @Unstable |
| 5231 class Point extends NativeFieldWrapperClass1 { | 5328 class Point extends NativeFieldWrapperClass1 { |
| 5232 Point.internal(); | 5329 Point.internal(); |
| 5233 | 5330 |
| 5234 @DomName('SVGPoint.x') | 5331 @DomName('SVGPoint.x') |
| 5235 @DocsEditable | 5332 @DocsEditable |
| 5236 num get x native "SVGPoint_x_Getter"; | 5333 num get x native "SVGPoint_x_Getter"; |
| 5237 | 5334 |
| 5238 @DomName('SVGPoint.x') | 5335 @DomName('SVGPoint.x') |
| 5239 @DocsEditable | 5336 @DocsEditable |
| 5240 void set x(num value) native "SVGPoint_x_Setter"; | 5337 void set x(num value) native "SVGPoint_x_Setter"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 5254 } | 5351 } |
| 5255 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5352 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5256 // for details. All rights reserved. Use of this source code is governed by a | 5353 // for details. All rights reserved. Use of this source code is governed by a |
| 5257 // BSD-style license that can be found in the LICENSE file. | 5354 // BSD-style license that can be found in the LICENSE file. |
| 5258 | 5355 |
| 5259 // WARNING: Do not edit - generated code. | 5356 // WARNING: Do not edit - generated code. |
| 5260 | 5357 |
| 5261 | 5358 |
| 5262 @DocsEditable | 5359 @DocsEditable |
| 5263 @DomName('SVGPointList') | 5360 @DomName('SVGPointList') |
| 5361 @Unstable |
| 5264 class PointList extends NativeFieldWrapperClass1 { | 5362 class PointList extends NativeFieldWrapperClass1 { |
| 5265 PointList.internal(); | 5363 PointList.internal(); |
| 5266 | 5364 |
| 5267 @DomName('SVGPointList.numberOfItems') | 5365 @DomName('SVGPointList.numberOfItems') |
| 5268 @DocsEditable | 5366 @DocsEditable |
| 5269 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; | 5367 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; |
| 5270 | 5368 |
| 5271 @DomName('SVGPointList.appendItem') | 5369 @DomName('SVGPointList.appendItem') |
| 5272 @DocsEditable | 5370 @DocsEditable |
| 5273 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; | 5371 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 5299 } | 5397 } |
| 5300 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5398 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5301 // for details. All rights reserved. Use of this source code is governed by a | 5399 // for details. All rights reserved. Use of this source code is governed by a |
| 5302 // BSD-style license that can be found in the LICENSE file. | 5400 // BSD-style license that can be found in the LICENSE file. |
| 5303 | 5401 |
| 5304 // WARNING: Do not edit - generated code. | 5402 // WARNING: Do not edit - generated code. |
| 5305 | 5403 |
| 5306 | 5404 |
| 5307 @DocsEditable | 5405 @DocsEditable |
| 5308 @DomName('SVGPolygonElement') | 5406 @DomName('SVGPolygonElement') |
| 5407 @Unstable |
| 5309 class PolygonElement extends StyledElement implements Transformable, Tests, Exte
rnalResourcesRequired, LangSpace { | 5408 class PolygonElement extends StyledElement implements Transformable, Tests, Exte
rnalResourcesRequired, LangSpace { |
| 5310 PolygonElement.internal() : super.internal(); | 5409 PolygonElement.internal() : super.internal(); |
| 5311 | 5410 |
| 5312 @DomName('SVGPolygonElement.SVGPolygonElement') | 5411 @DomName('SVGPolygonElement.SVGPolygonElement') |
| 5313 @DocsEditable | 5412 @DocsEditable |
| 5314 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 5413 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); |
| 5315 | 5414 |
| 5316 @DomName('SVGPolygonElement.animatedPoints') | 5415 @DomName('SVGPolygonElement.animatedPoints') |
| 5317 @DocsEditable | 5416 @DocsEditable |
| 5318 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; | 5417 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5388 } | 5487 } |
| 5389 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5488 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5390 // for details. All rights reserved. Use of this source code is governed by a | 5489 // for details. All rights reserved. Use of this source code is governed by a |
| 5391 // BSD-style license that can be found in the LICENSE file. | 5490 // BSD-style license that can be found in the LICENSE file. |
| 5392 | 5491 |
| 5393 // WARNING: Do not edit - generated code. | 5492 // WARNING: Do not edit - generated code. |
| 5394 | 5493 |
| 5395 | 5494 |
| 5396 @DocsEditable | 5495 @DocsEditable |
| 5397 @DomName('SVGPolylineElement') | 5496 @DomName('SVGPolylineElement') |
| 5497 @Unstable |
| 5398 class PolylineElement extends StyledElement implements Transformable, Tests, Ext
ernalResourcesRequired, LangSpace { | 5498 class PolylineElement extends StyledElement implements Transformable, Tests, Ext
ernalResourcesRequired, LangSpace { |
| 5399 PolylineElement.internal() : super.internal(); | 5499 PolylineElement.internal() : super.internal(); |
| 5400 | 5500 |
| 5401 @DomName('SVGPolylineElement.SVGPolylineElement') | 5501 @DomName('SVGPolylineElement.SVGPolylineElement') |
| 5402 @DocsEditable | 5502 @DocsEditable |
| 5403 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 5503 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); |
| 5404 | 5504 |
| 5405 @DomName('SVGPolylineElement.animatedPoints') | 5505 @DomName('SVGPolylineElement.animatedPoints') |
| 5406 @DocsEditable | 5506 @DocsEditable |
| 5407 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; | 5507 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5477 } | 5577 } |
| 5478 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5578 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5479 // for details. All rights reserved. Use of this source code is governed by a | 5579 // for details. All rights reserved. Use of this source code is governed by a |
| 5480 // BSD-style license that can be found in the LICENSE file. | 5580 // BSD-style license that can be found in the LICENSE file. |
| 5481 | 5581 |
| 5482 // WARNING: Do not edit - generated code. | 5582 // WARNING: Do not edit - generated code. |
| 5483 | 5583 |
| 5484 | 5584 |
| 5485 @DocsEditable | 5585 @DocsEditable |
| 5486 @DomName('SVGPreserveAspectRatio') | 5586 @DomName('SVGPreserveAspectRatio') |
| 5587 @Unstable |
| 5487 class PreserveAspectRatio extends NativeFieldWrapperClass1 { | 5588 class PreserveAspectRatio extends NativeFieldWrapperClass1 { |
| 5488 PreserveAspectRatio.internal(); | 5589 PreserveAspectRatio.internal(); |
| 5489 | 5590 |
| 5490 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') | 5591 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') |
| 5491 @DocsEditable | 5592 @DocsEditable |
| 5492 static const int SVG_MEETORSLICE_MEET = 1; | 5593 static const int SVG_MEETORSLICE_MEET = 1; |
| 5493 | 5594 |
| 5494 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') | 5595 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') |
| 5495 @DocsEditable | 5596 @DocsEditable |
| 5496 static const int SVG_MEETORSLICE_SLICE = 2; | 5597 static const int SVG_MEETORSLICE_SLICE = 2; |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5562 } | 5663 } |
| 5563 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5664 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5564 // for details. All rights reserved. Use of this source code is governed by a | 5665 // for details. All rights reserved. Use of this source code is governed by a |
| 5565 // BSD-style license that can be found in the LICENSE file. | 5666 // BSD-style license that can be found in the LICENSE file. |
| 5566 | 5667 |
| 5567 // WARNING: Do not edit - generated code. | 5668 // WARNING: Do not edit - generated code. |
| 5568 | 5669 |
| 5569 | 5670 |
| 5570 @DocsEditable | 5671 @DocsEditable |
| 5571 @DomName('SVGRadialGradientElement') | 5672 @DomName('SVGRadialGradientElement') |
| 5673 @Unstable |
| 5572 class RadialGradientElement extends _GradientElement { | 5674 class RadialGradientElement extends _GradientElement { |
| 5573 RadialGradientElement.internal() : super.internal(); | 5675 RadialGradientElement.internal() : super.internal(); |
| 5574 | 5676 |
| 5575 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') | 5677 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') |
| 5576 @DocsEditable | 5678 @DocsEditable |
| 5577 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); | 5679 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); |
| 5578 | 5680 |
| 5579 @DomName('SVGRadialGradientElement.cx') | 5681 @DomName('SVGRadialGradientElement.cx') |
| 5580 @DocsEditable | 5682 @DocsEditable |
| 5581 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; | 5683 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; |
| (...skipping 21 matching lines...) Expand all Loading... |
| 5603 } | 5705 } |
| 5604 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5706 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5605 // for details. All rights reserved. Use of this source code is governed by a | 5707 // for details. All rights reserved. Use of this source code is governed by a |
| 5606 // BSD-style license that can be found in the LICENSE file. | 5708 // BSD-style license that can be found in the LICENSE file. |
| 5607 | 5709 |
| 5608 // WARNING: Do not edit - generated code. | 5710 // WARNING: Do not edit - generated code. |
| 5609 | 5711 |
| 5610 | 5712 |
| 5611 @DocsEditable | 5713 @DocsEditable |
| 5612 @DomName('SVGRect') | 5714 @DomName('SVGRect') |
| 5715 @Unstable |
| 5613 class Rect extends NativeFieldWrapperClass1 { | 5716 class Rect extends NativeFieldWrapperClass1 { |
| 5614 Rect.internal(); | 5717 Rect.internal(); |
| 5615 | 5718 |
| 5616 @DomName('SVGRect.height') | 5719 @DomName('SVGRect.height') |
| 5617 @DocsEditable | 5720 @DocsEditable |
| 5618 num get height native "SVGRect_height_Getter"; | 5721 num get height native "SVGRect_height_Getter"; |
| 5619 | 5722 |
| 5620 @DomName('SVGRect.height') | 5723 @DomName('SVGRect.height') |
| 5621 @DocsEditable | 5724 @DocsEditable |
| 5622 void set height(num value) native "SVGRect_height_Setter"; | 5725 void set height(num value) native "SVGRect_height_Setter"; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 5648 } | 5751 } |
| 5649 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5752 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5650 // for details. All rights reserved. Use of this source code is governed by a | 5753 // for details. All rights reserved. Use of this source code is governed by a |
| 5651 // BSD-style license that can be found in the LICENSE file. | 5754 // BSD-style license that can be found in the LICENSE file. |
| 5652 | 5755 |
| 5653 // WARNING: Do not edit - generated code. | 5756 // WARNING: Do not edit - generated code. |
| 5654 | 5757 |
| 5655 | 5758 |
| 5656 @DocsEditable | 5759 @DocsEditable |
| 5657 @DomName('SVGRectElement') | 5760 @DomName('SVGRectElement') |
| 5761 @Unstable |
| 5658 class RectElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { | 5762 class RectElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { |
| 5659 RectElement.internal() : super.internal(); | 5763 RectElement.internal() : super.internal(); |
| 5660 | 5764 |
| 5661 @DomName('SVGRectElement.SVGRectElement') | 5765 @DomName('SVGRectElement.SVGRectElement') |
| 5662 @DocsEditable | 5766 @DocsEditable |
| 5663 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 5767 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); |
| 5664 | 5768 |
| 5665 @DomName('SVGRectElement.height') | 5769 @DomName('SVGRectElement.height') |
| 5666 @DocsEditable | 5770 @DocsEditable |
| 5667 AnimatedLength get height native "SVGRectElement_height_Getter"; | 5771 AnimatedLength get height native "SVGRectElement_height_Getter"; |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5753 } | 5857 } |
| 5754 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5858 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5755 // for details. All rights reserved. Use of this source code is governed by a | 5859 // for details. All rights reserved. Use of this source code is governed by a |
| 5756 // BSD-style license that can be found in the LICENSE file. | 5860 // BSD-style license that can be found in the LICENSE file. |
| 5757 | 5861 |
| 5758 // WARNING: Do not edit - generated code. | 5862 // WARNING: Do not edit - generated code. |
| 5759 | 5863 |
| 5760 | 5864 |
| 5761 @DocsEditable | 5865 @DocsEditable |
| 5762 @DomName('SVGRenderingIntent') | 5866 @DomName('SVGRenderingIntent') |
| 5867 @Unstable |
| 5763 class RenderingIntent extends NativeFieldWrapperClass1 { | 5868 class RenderingIntent extends NativeFieldWrapperClass1 { |
| 5764 RenderingIntent.internal(); | 5869 RenderingIntent.internal(); |
| 5765 | 5870 |
| 5766 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') | 5871 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') |
| 5767 @DocsEditable | 5872 @DocsEditable |
| 5768 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; | 5873 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; |
| 5769 | 5874 |
| 5770 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') | 5875 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') |
| 5771 @DocsEditable | 5876 @DocsEditable |
| 5772 static const int RENDERING_INTENT_AUTO = 1; | 5877 static const int RENDERING_INTENT_AUTO = 1; |
| (...skipping 17 matching lines...) Expand all Loading... |
| 5790 } | 5895 } |
| 5791 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5896 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5792 // for details. All rights reserved. Use of this source code is governed by a | 5897 // for details. All rights reserved. Use of this source code is governed by a |
| 5793 // BSD-style license that can be found in the LICENSE file. | 5898 // BSD-style license that can be found in the LICENSE file. |
| 5794 | 5899 |
| 5795 // WARNING: Do not edit - generated code. | 5900 // WARNING: Do not edit - generated code. |
| 5796 | 5901 |
| 5797 | 5902 |
| 5798 @DocsEditable | 5903 @DocsEditable |
| 5799 @DomName('SVGScriptElement') | 5904 @DomName('SVGScriptElement') |
| 5905 @Unstable |
| 5800 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired { | 5906 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired { |
| 5801 ScriptElement.internal() : super.internal(); | 5907 ScriptElement.internal() : super.internal(); |
| 5802 | 5908 |
| 5803 @DomName('SVGScriptElement.SVGScriptElement') | 5909 @DomName('SVGScriptElement.SVGScriptElement') |
| 5804 @DocsEditable | 5910 @DocsEditable |
| 5805 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 5911 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); |
| 5806 | 5912 |
| 5807 @DomName('SVGScriptElement.type') | 5913 @DomName('SVGScriptElement.type') |
| 5808 @DocsEditable | 5914 @DocsEditable |
| 5809 String get type native "SVGScriptElement_type_Getter"; | 5915 String get type native "SVGScriptElement_type_Getter"; |
| (...skipping 16 matching lines...) Expand all Loading... |
| 5826 // BSD-style license that can be found in the LICENSE file. | 5932 // BSD-style license that can be found in the LICENSE file. |
| 5827 | 5933 |
| 5828 // WARNING: Do not edit - generated code. | 5934 // WARNING: Do not edit - generated code. |
| 5829 | 5935 |
| 5830 | 5936 |
| 5831 @DocsEditable | 5937 @DocsEditable |
| 5832 @DomName('SVGSetElement') | 5938 @DomName('SVGSetElement') |
| 5833 @SupportedBrowser(SupportedBrowser.CHROME) | 5939 @SupportedBrowser(SupportedBrowser.CHROME) |
| 5834 @SupportedBrowser(SupportedBrowser.FIREFOX) | 5940 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 5835 @SupportedBrowser(SupportedBrowser.SAFARI) | 5941 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 5942 @Unstable |
| 5836 class SetElement extends AnimationElement { | 5943 class SetElement extends AnimationElement { |
| 5837 SetElement.internal() : super.internal(); | 5944 SetElement.internal() : super.internal(); |
| 5838 | 5945 |
| 5839 @DomName('SVGSetElement.SVGSetElement') | 5946 @DomName('SVGSetElement.SVGSetElement') |
| 5840 @DocsEditable | 5947 @DocsEditable |
| 5841 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; | 5948 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; |
| 5842 | 5949 |
| 5843 /// Checks if this type is supported on the current platform. | 5950 /// Checks if this type is supported on the current platform. |
| 5844 static bool get supported => true; | 5951 static bool get supported => true; |
| 5845 | 5952 |
| 5846 } | 5953 } |
| 5847 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5954 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5848 // for details. All rights reserved. Use of this source code is governed by a | 5955 // for details. All rights reserved. Use of this source code is governed by a |
| 5849 // BSD-style license that can be found in the LICENSE file. | 5956 // BSD-style license that can be found in the LICENSE file. |
| 5850 | 5957 |
| 5851 // WARNING: Do not edit - generated code. | 5958 // WARNING: Do not edit - generated code. |
| 5852 | 5959 |
| 5853 | 5960 |
| 5854 @DocsEditable | 5961 @DocsEditable |
| 5855 @DomName('SVGStopElement') | 5962 @DomName('SVGStopElement') |
| 5963 @Unstable |
| 5856 class StopElement extends StyledElement { | 5964 class StopElement extends StyledElement { |
| 5857 StopElement.internal() : super.internal(); | 5965 StopElement.internal() : super.internal(); |
| 5858 | 5966 |
| 5859 @DomName('SVGStopElement.SVGStopElement') | 5967 @DomName('SVGStopElement.SVGStopElement') |
| 5860 @DocsEditable | 5968 @DocsEditable |
| 5861 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); | 5969 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); |
| 5862 | 5970 |
| 5863 @DomName('SVGStopElement.offset') | 5971 @DomName('SVGStopElement.offset') |
| 5864 @DocsEditable | 5972 @DocsEditable |
| 5865 AnimatedNumber get gradientOffset native "SVGStopElement_offset_Getter"; | 5973 AnimatedNumber get gradientOffset native "SVGStopElement_offset_Getter"; |
| 5866 | 5974 |
| 5867 } | 5975 } |
| 5868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5976 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5869 // for details. All rights reserved. Use of this source code is governed by a | 5977 // for details. All rights reserved. Use of this source code is governed by a |
| 5870 // BSD-style license that can be found in the LICENSE file. | 5978 // BSD-style license that can be found in the LICENSE file. |
| 5871 | 5979 |
| 5872 // WARNING: Do not edit - generated code. | 5980 // WARNING: Do not edit - generated code. |
| 5873 | 5981 |
| 5874 | 5982 |
| 5875 @DocsEditable | 5983 @DocsEditable |
| 5876 @DomName('SVGStringList') | 5984 @DomName('SVGStringList') |
| 5985 @Unstable |
| 5877 class StringList extends NativeFieldWrapperClass1 with ListMixin<String>, Immuta
bleListMixin<String> implements List<String> { | 5986 class StringList extends NativeFieldWrapperClass1 with ListMixin<String>, Immuta
bleListMixin<String> implements List<String> { |
| 5878 StringList.internal(); | 5987 StringList.internal(); |
| 5879 | 5988 |
| 5880 @DomName('SVGStringList.numberOfItems') | 5989 @DomName('SVGStringList.numberOfItems') |
| 5881 @DocsEditable | 5990 @DocsEditable |
| 5882 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; | 5991 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; |
| 5883 | 5992 |
| 5884 String operator[](int index) { | 5993 String operator[](int index) { |
| 5885 if (index < 0 || index >= length) | 5994 if (index < 0 || index >= length) |
| 5886 throw new RangeError.range(index, 0, length); | 5995 throw new RangeError.range(index, 0, length); |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5959 } | 6068 } |
| 5960 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6069 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5961 // for details. All rights reserved. Use of this source code is governed by a | 6070 // for details. All rights reserved. Use of this source code is governed by a |
| 5962 // BSD-style license that can be found in the LICENSE file. | 6071 // BSD-style license that can be found in the LICENSE file. |
| 5963 | 6072 |
| 5964 // WARNING: Do not edit - generated code. | 6073 // WARNING: Do not edit - generated code. |
| 5965 | 6074 |
| 5966 | 6075 |
| 5967 @DocsEditable | 6076 @DocsEditable |
| 5968 @DomName('SVGStyleElement') | 6077 @DomName('SVGStyleElement') |
| 6078 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable |
| 6079 @Experimental // nonstandard |
| 5969 class StyleElement extends SvgElement implements LangSpace { | 6080 class StyleElement extends SvgElement implements LangSpace { |
| 5970 StyleElement.internal() : super.internal(); | 6081 StyleElement.internal() : super.internal(); |
| 5971 | 6082 |
| 5972 @DomName('SVGStyleElement.SVGStyleElement') | 6083 @DomName('SVGStyleElement.SVGStyleElement') |
| 5973 @DocsEditable | 6084 @DocsEditable |
| 5974 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); | 6085 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); |
| 5975 | 6086 |
| 5976 @DomName('SVGStyleElement.disabled') | 6087 @DomName('SVGStyleElement.disabled') |
| 5977 @DocsEditable | 6088 @DocsEditable |
| 5978 bool get disabled native "SVGStyleElement_disabled_Getter"; | 6089 bool get disabled native "SVGStyleElement_disabled_Getter"; |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6024 } | 6135 } |
| 6025 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6136 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6026 // for details. All rights reserved. Use of this source code is governed by a | 6137 // for details. All rights reserved. Use of this source code is governed by a |
| 6027 // BSD-style license that can be found in the LICENSE file. | 6138 // BSD-style license that can be found in the LICENSE file. |
| 6028 | 6139 |
| 6029 // WARNING: Do not edit - generated code. | 6140 // WARNING: Do not edit - generated code. |
| 6030 | 6141 |
| 6031 | 6142 |
| 6032 @DocsEditable | 6143 @DocsEditable |
| 6033 @DomName('SVGStyledElement') | 6144 @DomName('SVGStyledElement') |
| 6145 @Unstable |
| 6034 class StyledElement extends SvgElement { | 6146 class StyledElement extends SvgElement { |
| 6035 StyledElement.internal() : super.internal(); | 6147 StyledElement.internal() : super.internal(); |
| 6036 | 6148 |
| 6037 @DomName('SVGStyledElement.className') | 6149 @DomName('SVGStyledElement.className') |
| 6038 @DocsEditable | 6150 @DocsEditable |
| 6039 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter
"; | 6151 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter
"; |
| 6040 | 6152 |
| 6041 @DomName('SVGStyledElement.style') | 6153 @DomName('SVGStyledElement.style') |
| 6042 @DocsEditable | 6154 @DocsEditable |
| 6043 CssStyleDeclaration get style native "SVGStyledElement_style_Getter"; | 6155 CssStyleDeclaration get style native "SVGStyledElement_style_Getter"; |
| 6044 | 6156 |
| 6045 } | 6157 } |
| 6046 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6158 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6047 // for details. All rights reserved. Use of this source code is governed by a | 6159 // for details. All rights reserved. Use of this source code is governed by a |
| 6048 // BSD-style license that can be found in the LICENSE file. | 6160 // BSD-style license that can be found in the LICENSE file. |
| 6049 | 6161 |
| 6050 // WARNING: Do not edit - generated code. | 6162 // WARNING: Do not edit - generated code. |
| 6051 | 6163 |
| 6052 | 6164 |
| 6053 @DocsEditable | 6165 @DocsEditable |
| 6054 @DomName('SVGDocument') | 6166 @DomName('SVGDocument') |
| 6167 @Unstable |
| 6055 class SvgDocument extends Document { | 6168 class SvgDocument extends Document { |
| 6056 SvgDocument.internal() : super.internal(); | 6169 SvgDocument.internal() : super.internal(); |
| 6057 | 6170 |
| 6058 @DomName('SVGDocument.rootElement') | 6171 @DomName('SVGDocument.rootElement') |
| 6059 @DocsEditable | 6172 @DocsEditable |
| 6060 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; | 6173 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; |
| 6061 | 6174 |
| 6062 @DomName('SVGDocument.createEvent') | 6175 @DomName('SVGDocument.createEvent') |
| 6063 @DocsEditable | 6176 @DocsEditable |
| 6064 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb
ack"; | 6177 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb
ack"; |
| (...skipping 24 matching lines...) Expand all Loading... |
| 6089 } | 6202 } |
| 6090 return s; | 6203 return s; |
| 6091 } | 6204 } |
| 6092 | 6205 |
| 6093 void writeClasses(Set s) { | 6206 void writeClasses(Set s) { |
| 6094 _element.attributes['class'] = s.join(' '); | 6207 _element.attributes['class'] = s.join(' '); |
| 6095 } | 6208 } |
| 6096 } | 6209 } |
| 6097 | 6210 |
| 6098 @DomName('SVGElement') | 6211 @DomName('SVGElement') |
| 6212 @Unstable |
| 6099 class SvgElement extends Element { | 6213 class SvgElement extends Element { |
| 6100 factory SvgElement.tag(String tag) => | 6214 factory SvgElement.tag(String tag) => |
| 6101 _SvgElementFactoryProvider.createSvgElement_tag(tag); | 6215 _SvgElementFactoryProvider.createSvgElement_tag(tag); |
| 6102 factory SvgElement.svg(String svg) => | 6216 factory SvgElement.svg(String svg) => |
| 6103 _SvgElementFactoryProvider.createSvgElement_svg(svg); | 6217 _SvgElementFactoryProvider.createSvgElement_svg(svg); |
| 6104 | 6218 |
| 6105 _AttributeClassSet _cssClassSet; | 6219 _AttributeClassSet _cssClassSet; |
| 6106 CssClassSet get classes { | 6220 CssClassSet get classes { |
| 6107 if (_cssClassSet == null) { | 6221 if (_cssClassSet == null) { |
| 6108 _cssClassSet = new _AttributeClassSet(this); | 6222 _cssClassSet = new _AttributeClassSet(this); |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6204 } | 6318 } |
| 6205 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6319 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6206 // for details. All rights reserved. Use of this source code is governed by a | 6320 // for details. All rights reserved. Use of this source code is governed by a |
| 6207 // BSD-style license that can be found in the LICENSE file. | 6321 // BSD-style license that can be found in the LICENSE file. |
| 6208 | 6322 |
| 6209 // WARNING: Do not edit - generated code. | 6323 // WARNING: Do not edit - generated code. |
| 6210 | 6324 |
| 6211 | 6325 |
| 6212 @DocsEditable | 6326 @DocsEditable |
| 6213 @DomName('SVGException') | 6327 @DomName('SVGException') |
| 6328 @Unstable |
| 6214 class SvgException extends NativeFieldWrapperClass1 { | 6329 class SvgException extends NativeFieldWrapperClass1 { |
| 6215 SvgException.internal(); | 6330 SvgException.internal(); |
| 6216 | 6331 |
| 6217 @DomName('SVGException.SVG_INVALID_VALUE_ERR') | 6332 @DomName('SVGException.SVG_INVALID_VALUE_ERR') |
| 6218 @DocsEditable | 6333 @DocsEditable |
| 6219 static const int SVG_INVALID_VALUE_ERR = 1; | 6334 static const int SVG_INVALID_VALUE_ERR = 1; |
| 6220 | 6335 |
| 6221 @DomName('SVGException.SVG_MATRIX_NOT_INVERTABLE') | 6336 @DomName('SVGException.SVG_MATRIX_NOT_INVERTABLE') |
| 6222 @DocsEditable | 6337 @DocsEditable |
| 6223 static const int SVG_MATRIX_NOT_INVERTABLE = 2; | 6338 static const int SVG_MATRIX_NOT_INVERTABLE = 2; |
| 6224 | 6339 |
| 6225 @DomName('SVGException.SVG_WRONG_TYPE_ERR') | 6340 @DomName('SVGException.SVG_WRONG_TYPE_ERR') |
| 6226 @DocsEditable | 6341 @DocsEditable |
| 6227 static const int SVG_WRONG_TYPE_ERR = 0; | 6342 static const int SVG_WRONG_TYPE_ERR = 0; |
| 6228 | 6343 |
| 6229 @DomName('SVGException.code') | 6344 @DomName('SVGException.code') |
| 6230 @DocsEditable | 6345 @DocsEditable |
| 6231 int get code native "SVGException_code_Getter"; | 6346 int get code native "SVGException_code_Getter"; |
| 6232 | 6347 |
| 6233 @DomName('SVGException.message') | 6348 @DomName('SVGException.message') |
| 6234 @DocsEditable | 6349 @DocsEditable |
| 6350 @Experimental // nonstandard |
| 6235 String get message native "SVGException_message_Getter"; | 6351 String get message native "SVGException_message_Getter"; |
| 6236 | 6352 |
| 6237 @DomName('SVGException.name') | 6353 @DomName('SVGException.name') |
| 6238 @DocsEditable | 6354 @DocsEditable |
| 6355 @Experimental // nonstandard |
| 6239 String get name native "SVGException_name_Getter"; | 6356 String get name native "SVGException_name_Getter"; |
| 6240 | 6357 |
| 6241 @DomName('SVGException.toString') | 6358 @DomName('SVGException.toString') |
| 6242 @DocsEditable | 6359 @DocsEditable |
| 6243 String toString() native "SVGException_toString_Callback"; | 6360 String toString() native "SVGException_toString_Callback"; |
| 6244 | 6361 |
| 6245 } | 6362 } |
| 6246 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6363 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6247 // for details. All rights reserved. Use of this source code is governed by a | 6364 // for details. All rights reserved. Use of this source code is governed by a |
| 6248 // BSD-style license that can be found in the LICENSE file. | 6365 // BSD-style license that can be found in the LICENSE file. |
| 6249 | 6366 |
| 6250 | 6367 |
| 6251 @DomName('SVGSVGElement') | 6368 @DomName('SVGSVGElement') |
| 6369 @Unstable |
| 6252 class SvgSvgElement extends StyledElement implements FitToViewBox, Transformable
, Tests, ExternalResourcesRequired, ZoomAndPan, LangSpace { | 6370 class SvgSvgElement extends StyledElement implements FitToViewBox, Transformable
, Tests, ExternalResourcesRequired, ZoomAndPan, LangSpace { |
| 6253 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement()
; | 6371 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement()
; |
| 6254 | 6372 |
| 6255 SvgSvgElement.internal() : super.internal(); | 6373 SvgSvgElement.internal() : super.internal(); |
| 6256 | 6374 |
| 6257 @DomName('SVGSVGElement.contentScriptType') | 6375 @DomName('SVGSVGElement.contentScriptType') |
| 6258 @DocsEditable | 6376 @DocsEditable |
| 6259 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; | 6377 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; |
| 6260 | 6378 |
| 6261 @DomName('SVGSVGElement.contentScriptType') | 6379 @DomName('SVGSVGElement.contentScriptType') |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6501 } | 6619 } |
| 6502 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6620 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6503 // for details. All rights reserved. Use of this source code is governed by a | 6621 // for details. All rights reserved. Use of this source code is governed by a |
| 6504 // BSD-style license that can be found in the LICENSE file. | 6622 // BSD-style license that can be found in the LICENSE file. |
| 6505 | 6623 |
| 6506 // WARNING: Do not edit - generated code. | 6624 // WARNING: Do not edit - generated code. |
| 6507 | 6625 |
| 6508 | 6626 |
| 6509 @DocsEditable | 6627 @DocsEditable |
| 6510 @DomName('SVGSwitchElement') | 6628 @DomName('SVGSwitchElement') |
| 6629 @Unstable |
| 6511 class SwitchElement extends StyledElement implements Transformable, Tests, Exter
nalResourcesRequired, LangSpace { | 6630 class SwitchElement extends StyledElement implements Transformable, Tests, Exter
nalResourcesRequired, LangSpace { |
| 6512 SwitchElement.internal() : super.internal(); | 6631 SwitchElement.internal() : super.internal(); |
| 6513 | 6632 |
| 6514 @DomName('SVGSwitchElement.SVGSwitchElement') | 6633 @DomName('SVGSwitchElement.SVGSwitchElement') |
| 6515 @DocsEditable | 6634 @DocsEditable |
| 6516 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); | 6635 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); |
| 6517 | 6636 |
| 6518 @DomName('SVGSwitchElement.externalResourcesRequired') | 6637 @DomName('SVGSwitchElement.externalResourcesRequired') |
| 6519 @DocsEditable | 6638 @DocsEditable |
| 6520 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa
lResourcesRequired_Getter"; | 6639 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa
lResourcesRequired_Getter"; |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6582 } | 6701 } |
| 6583 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6702 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6584 // for details. All rights reserved. Use of this source code is governed by a | 6703 // for details. All rights reserved. Use of this source code is governed by a |
| 6585 // BSD-style license that can be found in the LICENSE file. | 6704 // BSD-style license that can be found in the LICENSE file. |
| 6586 | 6705 |
| 6587 // WARNING: Do not edit - generated code. | 6706 // WARNING: Do not edit - generated code. |
| 6588 | 6707 |
| 6589 | 6708 |
| 6590 @DocsEditable | 6709 @DocsEditable |
| 6591 @DomName('SVGSymbolElement') | 6710 @DomName('SVGSymbolElement') |
| 6711 @Unstable |
| 6592 class SymbolElement extends StyledElement implements FitToViewBox, ExternalResou
rcesRequired, LangSpace { | 6712 class SymbolElement extends StyledElement implements FitToViewBox, ExternalResou
rcesRequired, LangSpace { |
| 6593 SymbolElement.internal() : super.internal(); | 6713 SymbolElement.internal() : super.internal(); |
| 6594 | 6714 |
| 6595 @DomName('SVGSymbolElement.SVGSymbolElement') | 6715 @DomName('SVGSymbolElement.SVGSymbolElement') |
| 6596 @DocsEditable | 6716 @DocsEditable |
| 6597 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); | 6717 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); |
| 6598 | 6718 |
| 6599 @DomName('SVGSymbolElement.externalResourcesRequired') | 6719 @DomName('SVGSymbolElement.externalResourcesRequired') |
| 6600 @DocsEditable | 6720 @DocsEditable |
| 6601 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa
lResourcesRequired_Getter"; | 6721 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa
lResourcesRequired_Getter"; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 6627 } | 6747 } |
| 6628 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6748 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6629 // for details. All rights reserved. Use of this source code is governed by a | 6749 // for details. All rights reserved. Use of this source code is governed by a |
| 6630 // BSD-style license that can be found in the LICENSE file. | 6750 // BSD-style license that can be found in the LICENSE file. |
| 6631 | 6751 |
| 6632 // WARNING: Do not edit - generated code. | 6752 // WARNING: Do not edit - generated code. |
| 6633 | 6753 |
| 6634 | 6754 |
| 6635 @DocsEditable | 6755 @DocsEditable |
| 6636 @DomName('SVGTSpanElement') | 6756 @DomName('SVGTSpanElement') |
| 6757 @Unstable |
| 6637 class TSpanElement extends TextPositioningElement { | 6758 class TSpanElement extends TextPositioningElement { |
| 6638 TSpanElement.internal() : super.internal(); | 6759 TSpanElement.internal() : super.internal(); |
| 6639 | 6760 |
| 6640 @DomName('SVGTSpanElement.SVGTSpanElement') | 6761 @DomName('SVGTSpanElement.SVGTSpanElement') |
| 6641 @DocsEditable | 6762 @DocsEditable |
| 6642 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); | 6763 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); |
| 6643 | 6764 |
| 6644 } | 6765 } |
| 6645 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6766 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6646 // 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 |
| 6647 // BSD-style license that can be found in the LICENSE file. | 6768 // BSD-style license that can be found in the LICENSE file. |
| 6648 | 6769 |
| 6649 // WARNING: Do not edit - generated code. | 6770 // WARNING: Do not edit - generated code. |
| 6650 | 6771 |
| 6651 | 6772 |
| 6652 @DocsEditable | 6773 @DocsEditable |
| 6653 @DomName('SVGTests') | 6774 @DomName('SVGTests') |
| 6775 @Unstable |
| 6654 class Tests extends NativeFieldWrapperClass1 { | 6776 class Tests extends NativeFieldWrapperClass1 { |
| 6655 Tests.internal(); | 6777 Tests.internal(); |
| 6656 | 6778 |
| 6657 @DomName('SVGTests.requiredExtensions') | 6779 @DomName('SVGTests.requiredExtensions') |
| 6658 @DocsEditable | 6780 @DocsEditable |
| 6659 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; | 6781 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; |
| 6660 | 6782 |
| 6661 @DomName('SVGTests.requiredFeatures') | 6783 @DomName('SVGTests.requiredFeatures') |
| 6662 @DocsEditable | 6784 @DocsEditable |
| 6663 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; | 6785 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; |
| 6664 | 6786 |
| 6665 @DomName('SVGTests.systemLanguage') | 6787 @DomName('SVGTests.systemLanguage') |
| 6666 @DocsEditable | 6788 @DocsEditable |
| 6667 StringList get systemLanguage native "SVGTests_systemLanguage_Getter"; | 6789 StringList get systemLanguage native "SVGTests_systemLanguage_Getter"; |
| 6668 | 6790 |
| 6669 @DomName('SVGTests.hasExtension') | 6791 @DomName('SVGTests.hasExtension') |
| 6670 @DocsEditable | 6792 @DocsEditable |
| 6671 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback"; | 6793 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback"; |
| 6672 | 6794 |
| 6673 } | 6795 } |
| 6674 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6796 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6675 // for details. All rights reserved. Use of this source code is governed by a | 6797 // for details. All rights reserved. Use of this source code is governed by a |
| 6676 // BSD-style license that can be found in the LICENSE file. | 6798 // BSD-style license that can be found in the LICENSE file. |
| 6677 | 6799 |
| 6678 // WARNING: Do not edit - generated code. | 6800 // WARNING: Do not edit - generated code. |
| 6679 | 6801 |
| 6680 | 6802 |
| 6681 @DocsEditable | 6803 @DocsEditable |
| 6682 @DomName('SVGTextContentElement') | 6804 @DomName('SVGTextContentElement') |
| 6805 @Unstable |
| 6683 class TextContentElement extends StyledElement implements Tests, ExternalResourc
esRequired, LangSpace { | 6806 class TextContentElement extends StyledElement implements Tests, ExternalResourc
esRequired, LangSpace { |
| 6684 TextContentElement.internal() : super.internal(); | 6807 TextContentElement.internal() : super.internal(); |
| 6685 | 6808 |
| 6686 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') | 6809 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') |
| 6687 @DocsEditable | 6810 @DocsEditable |
| 6688 static const int LENGTHADJUST_SPACING = 1; | 6811 static const int LENGTHADJUST_SPACING = 1; |
| 6689 | 6812 |
| 6690 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') | 6813 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') |
| 6691 @DocsEditable | 6814 @DocsEditable |
| 6692 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; | 6815 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6778 } | 6901 } |
| 6779 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6902 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6780 // for details. All rights reserved. Use of this source code is governed by a | 6903 // for details. All rights reserved. Use of this source code is governed by a |
| 6781 // BSD-style license that can be found in the LICENSE file. | 6904 // BSD-style license that can be found in the LICENSE file. |
| 6782 | 6905 |
| 6783 // WARNING: Do not edit - generated code. | 6906 // WARNING: Do not edit - generated code. |
| 6784 | 6907 |
| 6785 | 6908 |
| 6786 @DocsEditable | 6909 @DocsEditable |
| 6787 @DomName('SVGTextElement') | 6910 @DomName('SVGTextElement') |
| 6911 @Unstable |
| 6788 class TextElement extends TextPositioningElement implements Transformable { | 6912 class TextElement extends TextPositioningElement implements Transformable { |
| 6789 TextElement.internal() : super.internal(); | 6913 TextElement.internal() : super.internal(); |
| 6790 | 6914 |
| 6791 @DomName('SVGTextElement.SVGTextElement') | 6915 @DomName('SVGTextElement.SVGTextElement') |
| 6792 @DocsEditable | 6916 @DocsEditable |
| 6793 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); | 6917 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); |
| 6794 | 6918 |
| 6795 @DomName('SVGTextElement.farthestViewportElement') | 6919 @DomName('SVGTextElement.farthestViewportElement') |
| 6796 @DocsEditable | 6920 @DocsEditable |
| 6797 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport
Element_Getter"; | 6921 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport
Element_Getter"; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 6823 } | 6947 } |
| 6824 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6948 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6825 // for details. All rights reserved. Use of this source code is governed by a | 6949 // for details. All rights reserved. Use of this source code is governed by a |
| 6826 // BSD-style license that can be found in the LICENSE file. | 6950 // BSD-style license that can be found in the LICENSE file. |
| 6827 | 6951 |
| 6828 // WARNING: Do not edit - generated code. | 6952 // WARNING: Do not edit - generated code. |
| 6829 | 6953 |
| 6830 | 6954 |
| 6831 @DocsEditable | 6955 @DocsEditable |
| 6832 @DomName('SVGTextPathElement') | 6956 @DomName('SVGTextPathElement') |
| 6957 @Unstable |
| 6833 class TextPathElement extends TextContentElement implements UriReference { | 6958 class TextPathElement extends TextContentElement implements UriReference { |
| 6834 TextPathElement.internal() : super.internal(); | 6959 TextPathElement.internal() : super.internal(); |
| 6835 | 6960 |
| 6836 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN') | 6961 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN') |
| 6837 @DocsEditable | 6962 @DocsEditable |
| 6838 static const int TEXTPATH_METHODTYPE_ALIGN = 1; | 6963 static const int TEXTPATH_METHODTYPE_ALIGN = 1; |
| 6839 | 6964 |
| 6840 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH') | 6965 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH') |
| 6841 @DocsEditable | 6966 @DocsEditable |
| 6842 static const int TEXTPATH_METHODTYPE_STRETCH = 2; | 6967 static const int TEXTPATH_METHODTYPE_STRETCH = 2; |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6876 } | 7001 } |
| 6877 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7002 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6878 // for details. All rights reserved. Use of this source code is governed by a | 7003 // for details. All rights reserved. Use of this source code is governed by a |
| 6879 // BSD-style license that can be found in the LICENSE file. | 7004 // BSD-style license that can be found in the LICENSE file. |
| 6880 | 7005 |
| 6881 // WARNING: Do not edit - generated code. | 7006 // WARNING: Do not edit - generated code. |
| 6882 | 7007 |
| 6883 | 7008 |
| 6884 @DocsEditable | 7009 @DocsEditable |
| 6885 @DomName('SVGTextPositioningElement') | 7010 @DomName('SVGTextPositioningElement') |
| 7011 @Unstable |
| 6886 class TextPositioningElement extends TextContentElement { | 7012 class TextPositioningElement extends TextContentElement { |
| 6887 TextPositioningElement.internal() : super.internal(); | 7013 TextPositioningElement.internal() : super.internal(); |
| 6888 | 7014 |
| 6889 @DomName('SVGTextPositioningElement.dx') | 7015 @DomName('SVGTextPositioningElement.dx') |
| 6890 @DocsEditable | 7016 @DocsEditable |
| 6891 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter"; | 7017 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter"; |
| 6892 | 7018 |
| 6893 @DomName('SVGTextPositioningElement.dy') | 7019 @DomName('SVGTextPositioningElement.dy') |
| 6894 @DocsEditable | 7020 @DocsEditable |
| 6895 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter"; | 7021 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 6909 } | 7035 } |
| 6910 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7036 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6911 // for details. All rights reserved. Use of this source code is governed by a | 7037 // for details. All rights reserved. Use of this source code is governed by a |
| 6912 // BSD-style license that can be found in the LICENSE file. | 7038 // BSD-style license that can be found in the LICENSE file. |
| 6913 | 7039 |
| 6914 // WARNING: Do not edit - generated code. | 7040 // WARNING: Do not edit - generated code. |
| 6915 | 7041 |
| 6916 | 7042 |
| 6917 @DocsEditable | 7043 @DocsEditable |
| 6918 @DomName('SVGTitleElement') | 7044 @DomName('SVGTitleElement') |
| 7045 @Unstable |
| 6919 class TitleElement extends StyledElement implements LangSpace { | 7046 class TitleElement extends StyledElement implements LangSpace { |
| 6920 TitleElement.internal() : super.internal(); | 7047 TitleElement.internal() : super.internal(); |
| 6921 | 7048 |
| 6922 @DomName('SVGTitleElement.SVGTitleElement') | 7049 @DomName('SVGTitleElement.SVGTitleElement') |
| 6923 @DocsEditable | 7050 @DocsEditable |
| 6924 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); | 7051 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); |
| 6925 | 7052 |
| 6926 @DomName('SVGTitleElement.xmllang') | 7053 @DomName('SVGTitleElement.xmllang') |
| 6927 @DocsEditable | 7054 @DocsEditable |
| 6928 String get xmllang native "SVGTitleElement_xmllang_Getter"; | 7055 String get xmllang native "SVGTitleElement_xmllang_Getter"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 6942 } | 7069 } |
| 6943 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7070 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6944 // for details. All rights reserved. Use of this source code is governed by a | 7071 // for details. All rights reserved. Use of this source code is governed by a |
| 6945 // BSD-style license that can be found in the LICENSE file. | 7072 // BSD-style license that can be found in the LICENSE file. |
| 6946 | 7073 |
| 6947 // WARNING: Do not edit - generated code. | 7074 // WARNING: Do not edit - generated code. |
| 6948 | 7075 |
| 6949 | 7076 |
| 6950 @DocsEditable | 7077 @DocsEditable |
| 6951 @DomName('SVGTransform') | 7078 @DomName('SVGTransform') |
| 7079 @Unstable |
| 6952 class Transform extends NativeFieldWrapperClass1 { | 7080 class Transform extends NativeFieldWrapperClass1 { |
| 6953 Transform.internal(); | 7081 Transform.internal(); |
| 6954 | 7082 |
| 6955 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') | 7083 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') |
| 6956 @DocsEditable | 7084 @DocsEditable |
| 6957 static const int SVG_TRANSFORM_MATRIX = 1; | 7085 static const int SVG_TRANSFORM_MATRIX = 1; |
| 6958 | 7086 |
| 6959 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') | 7087 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') |
| 6960 @DocsEditable | 7088 @DocsEditable |
| 6961 static const int SVG_TRANSFORM_ROTATE = 4; | 7089 static const int SVG_TRANSFORM_ROTATE = 4; |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7019 } | 7147 } |
| 7020 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7148 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7021 // for details. All rights reserved. Use of this source code is governed by a | 7149 // for details. All rights reserved. Use of this source code is governed by a |
| 7022 // BSD-style license that can be found in the LICENSE file. | 7150 // BSD-style license that can be found in the LICENSE file. |
| 7023 | 7151 |
| 7024 // WARNING: Do not edit - generated code. | 7152 // WARNING: Do not edit - generated code. |
| 7025 | 7153 |
| 7026 | 7154 |
| 7027 @DocsEditable | 7155 @DocsEditable |
| 7028 @DomName('SVGTransformList') | 7156 @DomName('SVGTransformList') |
| 7157 @Unstable |
| 7029 class TransformList extends NativeFieldWrapperClass1 with ListMixin<Transform>,
ImmutableListMixin<Transform> implements List<Transform> { | 7158 class TransformList extends NativeFieldWrapperClass1 with ListMixin<Transform>,
ImmutableListMixin<Transform> implements List<Transform> { |
| 7030 TransformList.internal(); | 7159 TransformList.internal(); |
| 7031 | 7160 |
| 7032 @DomName('SVGTransformList.numberOfItems') | 7161 @DomName('SVGTransformList.numberOfItems') |
| 7033 @DocsEditable | 7162 @DocsEditable |
| 7034 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; | 7163 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; |
| 7035 | 7164 |
| 7036 Transform operator[](int index) { | 7165 Transform operator[](int index) { |
| 7037 if (index < 0 || index >= length) | 7166 if (index < 0 || index >= length) |
| 7038 throw new RangeError.range(index, 0, length); | 7167 throw new RangeError.range(index, 0, length); |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7119 } | 7248 } |
| 7120 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7249 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7121 // for details. All rights reserved. Use of this source code is governed by a | 7250 // for details. All rights reserved. Use of this source code is governed by a |
| 7122 // BSD-style license that can be found in the LICENSE file. | 7251 // BSD-style license that can be found in the LICENSE file. |
| 7123 | 7252 |
| 7124 // WARNING: Do not edit - generated code. | 7253 // WARNING: Do not edit - generated code. |
| 7125 | 7254 |
| 7126 | 7255 |
| 7127 @DocsEditable | 7256 @DocsEditable |
| 7128 @DomName('SVGTransformable') | 7257 @DomName('SVGTransformable') |
| 7258 @Unstable |
| 7129 class Transformable extends NativeFieldWrapperClass1 implements Locatable { | 7259 class Transformable extends NativeFieldWrapperClass1 implements Locatable { |
| 7130 Transformable.internal(); | 7260 Transformable.internal(); |
| 7131 | 7261 |
| 7132 @DomName('SVGTransformable.transform') | 7262 @DomName('SVGTransformable.transform') |
| 7133 @DocsEditable | 7263 @DocsEditable |
| 7134 AnimatedTransformList get transform native "SVGTransformable_transform_Getter"
; | 7264 AnimatedTransformList get transform native "SVGTransformable_transform_Getter"
; |
| 7135 | 7265 |
| 7136 @DomName('SVGTransformable.farthestViewportElement') | 7266 @DomName('SVGTransformable.farthestViewportElement') |
| 7137 @DocsEditable | 7267 @DocsEditable |
| 7138 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo
rtElement_Getter"; | 7268 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo
rtElement_Getter"; |
| (...skipping 21 matching lines...) Expand all Loading... |
| 7160 } | 7290 } |
| 7161 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7291 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7162 // for details. All rights reserved. Use of this source code is governed by a | 7292 // for details. All rights reserved. Use of this source code is governed by a |
| 7163 // BSD-style license that can be found in the LICENSE file. | 7293 // BSD-style license that can be found in the LICENSE file. |
| 7164 | 7294 |
| 7165 // WARNING: Do not edit - generated code. | 7295 // WARNING: Do not edit - generated code. |
| 7166 | 7296 |
| 7167 | 7297 |
| 7168 @DocsEditable | 7298 @DocsEditable |
| 7169 @DomName('SVGUnitTypes') | 7299 @DomName('SVGUnitTypes') |
| 7300 @Unstable |
| 7170 class UnitTypes extends NativeFieldWrapperClass1 { | 7301 class UnitTypes extends NativeFieldWrapperClass1 { |
| 7171 UnitTypes.internal(); | 7302 UnitTypes.internal(); |
| 7172 | 7303 |
| 7173 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') | 7304 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') |
| 7174 @DocsEditable | 7305 @DocsEditable |
| 7175 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; | 7306 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; |
| 7176 | 7307 |
| 7177 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') | 7308 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') |
| 7178 @DocsEditable | 7309 @DocsEditable |
| 7179 static const int SVG_UNIT_TYPE_UNKNOWN = 0; | 7310 static const int SVG_UNIT_TYPE_UNKNOWN = 0; |
| 7180 | 7311 |
| 7181 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') | 7312 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') |
| 7182 @DocsEditable | 7313 @DocsEditable |
| 7183 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; | 7314 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
| 7184 | 7315 |
| 7185 } | 7316 } |
| 7186 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7317 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7187 // for details. All rights reserved. Use of this source code is governed by a | 7318 // for details. All rights reserved. Use of this source code is governed by a |
| 7188 // BSD-style license that can be found in the LICENSE file. | 7319 // BSD-style license that can be found in the LICENSE file. |
| 7189 | 7320 |
| 7190 // WARNING: Do not edit - generated code. | 7321 // WARNING: Do not edit - generated code. |
| 7191 | 7322 |
| 7192 | 7323 |
| 7193 @DocsEditable | 7324 @DocsEditable |
| 7194 @DomName('SVGURIReference') | 7325 @DomName('SVGURIReference') |
| 7326 @Unstable |
| 7195 class UriReference extends NativeFieldWrapperClass1 { | 7327 class UriReference extends NativeFieldWrapperClass1 { |
| 7196 UriReference.internal(); | 7328 UriReference.internal(); |
| 7197 | 7329 |
| 7198 @DomName('SVGURIReference.href') | 7330 @DomName('SVGURIReference.href') |
| 7199 @DocsEditable | 7331 @DocsEditable |
| 7200 AnimatedString get href native "SVGURIReference_href_Getter"; | 7332 AnimatedString get href native "SVGURIReference_href_Getter"; |
| 7201 | 7333 |
| 7202 } | 7334 } |
| 7203 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7335 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7204 // for details. All rights reserved. Use of this source code is governed by a | 7336 // for details. All rights reserved. Use of this source code is governed by a |
| 7205 // BSD-style license that can be found in the LICENSE file. | 7337 // BSD-style license that can be found in the LICENSE file. |
| 7206 | 7338 |
| 7207 // WARNING: Do not edit - generated code. | 7339 // WARNING: Do not edit - generated code. |
| 7208 | 7340 |
| 7209 | 7341 |
| 7210 @DocsEditable | 7342 @DocsEditable |
| 7211 @DomName('SVGUseElement') | 7343 @DomName('SVGUseElement') |
| 7344 @Unstable |
| 7212 class UseElement extends StyledElement implements UriReference, Tests, Transform
able, ExternalResourcesRequired, LangSpace { | 7345 class UseElement extends StyledElement implements UriReference, Tests, Transform
able, ExternalResourcesRequired, LangSpace { |
| 7213 UseElement.internal() : super.internal(); | 7346 UseElement.internal() : super.internal(); |
| 7214 | 7347 |
| 7215 @DomName('SVGUseElement.SVGUseElement') | 7348 @DomName('SVGUseElement.SVGUseElement') |
| 7216 @DocsEditable | 7349 @DocsEditable |
| 7217 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 7350 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; |
| 7218 | 7351 |
| 7219 @DomName('SVGUseElement.animatedInstanceRoot') | 7352 @DomName('SVGUseElement.animatedInstanceRoot') |
| 7220 @DocsEditable | 7353 @DocsEditable |
| 7221 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc
eRoot_Getter"; | 7354 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc
eRoot_Getter"; |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7311 } | 7444 } |
| 7312 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7445 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7313 // for details. All rights reserved. Use of this source code is governed by a | 7446 // for details. All rights reserved. Use of this source code is governed by a |
| 7314 // BSD-style license that can be found in the LICENSE file. | 7447 // BSD-style license that can be found in the LICENSE file. |
| 7315 | 7448 |
| 7316 // WARNING: Do not edit - generated code. | 7449 // WARNING: Do not edit - generated code. |
| 7317 | 7450 |
| 7318 | 7451 |
| 7319 @DocsEditable | 7452 @DocsEditable |
| 7320 @DomName('SVGViewElement') | 7453 @DomName('SVGViewElement') |
| 7454 @Unstable |
| 7321 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan { | 7455 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan { |
| 7322 ViewElement.internal() : super.internal(); | 7456 ViewElement.internal() : super.internal(); |
| 7323 | 7457 |
| 7324 @DomName('SVGViewElement.SVGViewElement') | 7458 @DomName('SVGViewElement.SVGViewElement') |
| 7325 @DocsEditable | 7459 @DocsEditable |
| 7326 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); | 7460 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); |
| 7327 | 7461 |
| 7328 @DomName('SVGViewElement.viewTarget') | 7462 @DomName('SVGViewElement.viewTarget') |
| 7329 @DocsEditable | 7463 @DocsEditable |
| 7330 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; | 7464 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; |
| (...skipping 21 matching lines...) Expand all Loading... |
| 7352 } | 7486 } |
| 7353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7487 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7354 // for details. All rights reserved. Use of this source code is governed by a | 7488 // for details. All rights reserved. Use of this source code is governed by a |
| 7355 // BSD-style license that can be found in the LICENSE file. | 7489 // BSD-style license that can be found in the LICENSE file. |
| 7356 | 7490 |
| 7357 // WARNING: Do not edit - generated code. | 7491 // WARNING: Do not edit - generated code. |
| 7358 | 7492 |
| 7359 | 7493 |
| 7360 @DocsEditable | 7494 @DocsEditable |
| 7361 @DomName('SVGViewSpec') | 7495 @DomName('SVGViewSpec') |
| 7496 @Unstable |
| 7362 class ViewSpec extends NativeFieldWrapperClass1 { | 7497 class ViewSpec extends NativeFieldWrapperClass1 { |
| 7363 ViewSpec.internal(); | 7498 ViewSpec.internal(); |
| 7364 | 7499 |
| 7365 @DomName('SVGViewSpec.preserveAspectRatio') | 7500 @DomName('SVGViewSpec.preserveAspectRatio') |
| 7366 @DocsEditable | 7501 @DocsEditable |
| 7502 @Experimental // nonstandard |
| 7367 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser
veAspectRatio_Getter"; | 7503 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser
veAspectRatio_Getter"; |
| 7368 | 7504 |
| 7369 @DomName('SVGViewSpec.preserveAspectRatioString') | 7505 @DomName('SVGViewSpec.preserveAspectRatioString') |
| 7370 @DocsEditable | 7506 @DocsEditable |
| 7371 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; | 7507 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; |
| 7372 | 7508 |
| 7373 @DomName('SVGViewSpec.transform') | 7509 @DomName('SVGViewSpec.transform') |
| 7374 @DocsEditable | 7510 @DocsEditable |
| 7375 TransformList get transform native "SVGViewSpec_transform_Getter"; | 7511 TransformList get transform native "SVGViewSpec_transform_Getter"; |
| 7376 | 7512 |
| 7377 @DomName('SVGViewSpec.transformString') | 7513 @DomName('SVGViewSpec.transformString') |
| 7378 @DocsEditable | 7514 @DocsEditable |
| 7379 String get transformString native "SVGViewSpec_transformString_Getter"; | 7515 String get transformString native "SVGViewSpec_transformString_Getter"; |
| 7380 | 7516 |
| 7381 @DomName('SVGViewSpec.viewBox') | 7517 @DomName('SVGViewSpec.viewBox') |
| 7382 @DocsEditable | 7518 @DocsEditable |
| 7519 @Experimental // nonstandard |
| 7383 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter"; | 7520 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter"; |
| 7384 | 7521 |
| 7385 @DomName('SVGViewSpec.viewBoxString') | 7522 @DomName('SVGViewSpec.viewBoxString') |
| 7386 @DocsEditable | 7523 @DocsEditable |
| 7387 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; | 7524 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; |
| 7388 | 7525 |
| 7389 @DomName('SVGViewSpec.viewTarget') | 7526 @DomName('SVGViewSpec.viewTarget') |
| 7390 @DocsEditable | 7527 @DocsEditable |
| 7391 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; | 7528 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; |
| 7392 | 7529 |
| 7393 @DomName('SVGViewSpec.viewTargetString') | 7530 @DomName('SVGViewSpec.viewTargetString') |
| 7394 @DocsEditable | 7531 @DocsEditable |
| 7395 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; | 7532 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; |
| 7396 | 7533 |
| 7397 @DomName('SVGViewSpec.zoomAndPan') | 7534 @DomName('SVGViewSpec.zoomAndPan') |
| 7398 @DocsEditable | 7535 @DocsEditable |
| 7536 @Experimental // nonstandard |
| 7399 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; | 7537 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; |
| 7400 | 7538 |
| 7401 @DomName('SVGViewSpec.zoomAndPan') | 7539 @DomName('SVGViewSpec.zoomAndPan') |
| 7402 @DocsEditable | 7540 @DocsEditable |
| 7541 @Experimental // nonstandard |
| 7403 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; | 7542 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; |
| 7404 | 7543 |
| 7405 } | 7544 } |
| 7406 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7545 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7407 // for details. All rights reserved. Use of this source code is governed by a | 7546 // for details. All rights reserved. Use of this source code is governed by a |
| 7408 // BSD-style license that can be found in the LICENSE file. | 7547 // BSD-style license that can be found in the LICENSE file. |
| 7409 | 7548 |
| 7410 // WARNING: Do not edit - generated code. | 7549 // WARNING: Do not edit - generated code. |
| 7411 | 7550 |
| 7412 | 7551 |
| 7413 @DocsEditable | 7552 @DocsEditable |
| 7414 @DomName('SVGZoomAndPan') | 7553 @DomName('SVGZoomAndPan') |
| 7554 @Unstable |
| 7415 class ZoomAndPan extends NativeFieldWrapperClass1 { | 7555 class ZoomAndPan extends NativeFieldWrapperClass1 { |
| 7416 ZoomAndPan.internal(); | 7556 ZoomAndPan.internal(); |
| 7417 | 7557 |
| 7418 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') | 7558 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') |
| 7419 @DocsEditable | 7559 @DocsEditable |
| 7420 static const int SVG_ZOOMANDPAN_DISABLE = 1; | 7560 static const int SVG_ZOOMANDPAN_DISABLE = 1; |
| 7421 | 7561 |
| 7422 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') | 7562 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') |
| 7423 @DocsEditable | 7563 @DocsEditable |
| 7424 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; | 7564 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 7438 } | 7578 } |
| 7439 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7579 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7440 // for details. All rights reserved. Use of this source code is governed by a | 7580 // for details. All rights reserved. Use of this source code is governed by a |
| 7441 // BSD-style license that can be found in the LICENSE file. | 7581 // BSD-style license that can be found in the LICENSE file. |
| 7442 | 7582 |
| 7443 // WARNING: Do not edit - generated code. | 7583 // WARNING: Do not edit - generated code. |
| 7444 | 7584 |
| 7445 | 7585 |
| 7446 @DocsEditable | 7586 @DocsEditable |
| 7447 @DomName('SVGZoomEvent') | 7587 @DomName('SVGZoomEvent') |
| 7588 @Unstable |
| 7448 class ZoomEvent extends UIEvent { | 7589 class ZoomEvent extends UIEvent { |
| 7449 ZoomEvent.internal() : super.internal(); | 7590 ZoomEvent.internal() : super.internal(); |
| 7450 | 7591 |
| 7451 @DomName('SVGZoomEvent.newScale') | 7592 @DomName('SVGZoomEvent.newScale') |
| 7452 @DocsEditable | 7593 @DocsEditable |
| 7453 num get newScale native "SVGZoomEvent_newScale_Getter"; | 7594 num get newScale native "SVGZoomEvent_newScale_Getter"; |
| 7454 | 7595 |
| 7455 @DomName('SVGZoomEvent.newTranslate') | 7596 @DomName('SVGZoomEvent.newTranslate') |
| 7456 @DocsEditable | 7597 @DocsEditable |
| 7457 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; | 7598 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 7471 } | 7612 } |
| 7472 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7613 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7473 // for details. All rights reserved. Use of this source code is governed by a | 7614 // for details. All rights reserved. Use of this source code is governed by a |
| 7474 // BSD-style license that can be found in the LICENSE file. | 7615 // BSD-style license that can be found in the LICENSE file. |
| 7475 | 7616 |
| 7476 // WARNING: Do not edit - generated code. | 7617 // WARNING: Do not edit - generated code. |
| 7477 | 7618 |
| 7478 | 7619 |
| 7479 @DocsEditable | 7620 @DocsEditable |
| 7480 @DomName('SVGElementInstanceList') | 7621 @DomName('SVGElementInstanceList') |
| 7622 @Unstable |
| 7481 class _ElementInstanceList extends NativeFieldWrapperClass1 with ListMixin<Eleme
ntInstance>, ImmutableListMixin<ElementInstance> implements List<ElementInstance
> { | 7623 class _ElementInstanceList extends NativeFieldWrapperClass1 with ListMixin<Eleme
ntInstance>, ImmutableListMixin<ElementInstance> implements List<ElementInstance
> { |
| 7482 _ElementInstanceList.internal(); | 7624 _ElementInstanceList.internal(); |
| 7483 | 7625 |
| 7484 @DomName('SVGElementInstanceList.length') | 7626 @DomName('SVGElementInstanceList.length') |
| 7485 @DocsEditable | 7627 @DocsEditable |
| 7486 int get length native "SVGElementInstanceList_length_Getter"; | 7628 int get length native "SVGElementInstanceList_length_Getter"; |
| 7487 | 7629 |
| 7488 ElementInstance operator[](int index) { | 7630 ElementInstance operator[](int index) { |
| 7489 if (index < 0 || index >= length) | 7631 if (index < 0 || index >= length) |
| 7490 throw new RangeError.range(index, 0, length); | 7632 throw new RangeError.range(index, 0, length); |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7537 } | 7679 } |
| 7538 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7680 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7539 // for details. All rights reserved. Use of this source code is governed by a | 7681 // for details. All rights reserved. Use of this source code is governed by a |
| 7540 // BSD-style license that can be found in the LICENSE file. | 7682 // BSD-style license that can be found in the LICENSE file. |
| 7541 | 7683 |
| 7542 // WARNING: Do not edit - generated code. | 7684 // WARNING: Do not edit - generated code. |
| 7543 | 7685 |
| 7544 | 7686 |
| 7545 @DocsEditable | 7687 @DocsEditable |
| 7546 @DomName('SVGGradientElement') | 7688 @DomName('SVGGradientElement') |
| 7689 @Unstable |
| 7547 class _GradientElement extends StyledElement implements UriReference, ExternalRe
sourcesRequired { | 7690 class _GradientElement extends StyledElement implements UriReference, ExternalRe
sourcesRequired { |
| 7548 _GradientElement.internal() : super.internal(); | 7691 _GradientElement.internal() : super.internal(); |
| 7549 | 7692 |
| 7550 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') | 7693 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') |
| 7551 @DocsEditable | 7694 @DocsEditable |
| 7552 static const int SVG_SPREADMETHOD_PAD = 1; | 7695 static const int SVG_SPREADMETHOD_PAD = 1; |
| 7553 | 7696 |
| 7554 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REFLECT') | 7697 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REFLECT') |
| 7555 @DocsEditable | 7698 @DocsEditable |
| 7556 static const int SVG_SPREADMETHOD_REFLECT = 2; | 7699 static const int SVG_SPREADMETHOD_REFLECT = 2; |
| (...skipping 29 matching lines...) Expand all Loading... |
| 7586 } | 7729 } |
| 7587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7730 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7588 // for details. All rights reserved. Use of this source code is governed by a | 7731 // for details. All rights reserved. Use of this source code is governed by a |
| 7589 // BSD-style license that can be found in the LICENSE file. | 7732 // BSD-style license that can be found in the LICENSE file. |
| 7590 | 7733 |
| 7591 // WARNING: Do not edit - generated code. | 7734 // WARNING: Do not edit - generated code. |
| 7592 | 7735 |
| 7593 | 7736 |
| 7594 @DocsEditable | 7737 @DocsEditable |
| 7595 @DomName('SVGAltGlyphDefElement') | 7738 @DomName('SVGAltGlyphDefElement') |
| 7739 @Unstable |
| 7596 abstract class _SVGAltGlyphDefElement extends SvgElement { | 7740 abstract class _SVGAltGlyphDefElement extends SvgElement { |
| 7597 _SVGAltGlyphDefElement.internal() : super.internal(); | 7741 _SVGAltGlyphDefElement.internal() : super.internal(); |
| 7598 | 7742 |
| 7599 } | 7743 } |
| 7600 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7744 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7601 // for details. All rights reserved. Use of this source code is governed by a | 7745 // for details. All rights reserved. Use of this source code is governed by a |
| 7602 // BSD-style license that can be found in the LICENSE file. | 7746 // BSD-style license that can be found in the LICENSE file. |
| 7603 | 7747 |
| 7604 // WARNING: Do not edit - generated code. | 7748 // WARNING: Do not edit - generated code. |
| 7605 | 7749 |
| 7606 | 7750 |
| 7607 @DocsEditable | 7751 @DocsEditable |
| 7608 @DomName('SVGAltGlyphItemElement') | 7752 @DomName('SVGAltGlyphItemElement') |
| 7753 @Unstable |
| 7609 abstract class _SVGAltGlyphItemElement extends SvgElement { | 7754 abstract class _SVGAltGlyphItemElement extends SvgElement { |
| 7610 _SVGAltGlyphItemElement.internal() : super.internal(); | 7755 _SVGAltGlyphItemElement.internal() : super.internal(); |
| 7611 | 7756 |
| 7612 } | 7757 } |
| 7613 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7758 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7614 // for details. All rights reserved. Use of this source code is governed by a | 7759 // for details. All rights reserved. Use of this source code is governed by a |
| 7615 // BSD-style license that can be found in the LICENSE file. | 7760 // BSD-style license that can be found in the LICENSE file. |
| 7616 | 7761 |
| 7617 // WARNING: Do not edit - generated code. | 7762 // WARNING: Do not edit - generated code. |
| 7618 | 7763 |
| 7619 | 7764 |
| 7620 @DocsEditable | 7765 @DocsEditable |
| 7621 @DomName('SVGAnimateColorElement') | 7766 @DomName('SVGAnimateColorElement') |
| 7767 @Unstable |
| 7622 abstract class _SVGAnimateColorElement extends AnimationElement { | 7768 abstract class _SVGAnimateColorElement extends AnimationElement { |
| 7623 _SVGAnimateColorElement.internal() : super.internal(); | 7769 _SVGAnimateColorElement.internal() : super.internal(); |
| 7624 | 7770 |
| 7625 } | 7771 } |
| 7626 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 7772 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 7627 // for details. All rights reserved. Use of this source code is governed by a | 7773 // for details. All rights reserved. Use of this source code is governed by a |
| 7628 // BSD-style license that can be found in the LICENSE file. | 7774 // BSD-style license that can be found in the LICENSE file. |
| 7629 | 7775 |
| 7630 | 7776 |
| 7631 // Hack because the baseclass is private in dart:html, and we want to omit this | 7777 // Hack because the baseclass is private in dart:html, and we want to omit this |
| 7632 // type entirely but can't. | 7778 // type entirely but can't. |
| 7633 @DocsEditable | 7779 @DocsEditable |
| 7634 @DomName('SVGColor') | 7780 @DomName('SVGColor') |
| 7781 @Unstable |
| 7635 class _SVGColor { | 7782 class _SVGColor { |
| 7636 _SVGColor.internal(); | 7783 _SVGColor.internal(); |
| 7637 } | 7784 } |
| 7638 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7785 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7639 // for details. All rights reserved. Use of this source code is governed by a | 7786 // for details. All rights reserved. Use of this source code is governed by a |
| 7640 // BSD-style license that can be found in the LICENSE file. | 7787 // BSD-style license that can be found in the LICENSE file. |
| 7641 | 7788 |
| 7642 // WARNING: Do not edit - generated code. | 7789 // WARNING: Do not edit - generated code. |
| 7643 | 7790 |
| 7644 | 7791 |
| 7645 @DocsEditable | 7792 @DocsEditable |
| 7646 @DomName('SVGComponentTransferFunctionElement') | 7793 @DomName('SVGComponentTransferFunctionElement') |
| 7794 @Unstable |
| 7647 abstract class _SVGComponentTransferFunctionElement extends SvgElement { | 7795 abstract class _SVGComponentTransferFunctionElement extends SvgElement { |
| 7648 _SVGComponentTransferFunctionElement.internal() : super.internal(); | 7796 _SVGComponentTransferFunctionElement.internal() : super.internal(); |
| 7649 | 7797 |
| 7650 } | 7798 } |
| 7651 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7799 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7652 // for details. All rights reserved. Use of this source code is governed by a | 7800 // for details. All rights reserved. Use of this source code is governed by a |
| 7653 // BSD-style license that can be found in the LICENSE file. | 7801 // BSD-style license that can be found in the LICENSE file. |
| 7654 | 7802 |
| 7655 // WARNING: Do not edit - generated code. | 7803 // WARNING: Do not edit - generated code. |
| 7656 | 7804 |
| 7657 | 7805 |
| 7658 @DocsEditable | 7806 @DocsEditable |
| 7659 @DomName('SVGCursorElement') | 7807 @DomName('SVGCursorElement') |
| 7808 @Unstable |
| 7660 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes
ts, ExternalResourcesRequired { | 7809 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes
ts, ExternalResourcesRequired { |
| 7661 _SVGCursorElement.internal() : super.internal(); | 7810 _SVGCursorElement.internal() : super.internal(); |
| 7662 | 7811 |
| 7663 @DomName('SVGCursorElement.SVGCursorElement') | 7812 @DomName('SVGCursorElement.SVGCursorElement') |
| 7664 @DocsEditable | 7813 @DocsEditable |
| 7665 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); | 7814 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); |
| 7666 | 7815 |
| 7667 /// Checks if this type is supported on the current platform. | 7816 /// Checks if this type is supported on the current platform. |
| 7668 static bool get supported => true; | 7817 static bool get supported => true; |
| 7669 | 7818 |
| 7670 } | 7819 } |
| 7671 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7820 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7672 // for details. All rights reserved. Use of this source code is governed by a | 7821 // for details. All rights reserved. Use of this source code is governed by a |
| 7673 // BSD-style license that can be found in the LICENSE file. | 7822 // BSD-style license that can be found in the LICENSE file. |
| 7674 | 7823 |
| 7675 // WARNING: Do not edit - generated code. | 7824 // WARNING: Do not edit - generated code. |
| 7676 | 7825 |
| 7677 | 7826 |
| 7678 @DocsEditable | 7827 @DocsEditable |
| 7679 @DomName('SVGFEDropShadowElement') | 7828 @DomName('SVGFEDropShadowElement') |
| 7829 @Experimental // nonstandard |
| 7680 abstract class _SVGFEDropShadowElement extends StyledElement implements FilterPr
imitiveStandardAttributes { | 7830 abstract class _SVGFEDropShadowElement extends StyledElement implements FilterPr
imitiveStandardAttributes { |
| 7681 _SVGFEDropShadowElement.internal() : super.internal(); | 7831 _SVGFEDropShadowElement.internal() : super.internal(); |
| 7682 | 7832 |
| 7683 } | 7833 } |
| 7684 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7834 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7685 // for details. All rights reserved. Use of this source code is governed by a | 7835 // for details. All rights reserved. Use of this source code is governed by a |
| 7686 // BSD-style license that can be found in the LICENSE file. | 7836 // BSD-style license that can be found in the LICENSE file. |
| 7687 | 7837 |
| 7688 // WARNING: Do not edit - generated code. | 7838 // WARNING: Do not edit - generated code. |
| 7689 | 7839 |
| 7690 | 7840 |
| 7691 @DocsEditable | 7841 @DocsEditable |
| 7692 @DomName('SVGFontElement') | 7842 @DomName('SVGFontElement') |
| 7843 @Unstable |
| 7693 abstract class _SVGFontElement extends SvgElement { | 7844 abstract class _SVGFontElement extends SvgElement { |
| 7694 _SVGFontElement.internal() : super.internal(); | 7845 _SVGFontElement.internal() : super.internal(); |
| 7695 | 7846 |
| 7696 } | 7847 } |
| 7697 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7848 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7698 // for details. All rights reserved. Use of this source code is governed by a | 7849 // for details. All rights reserved. Use of this source code is governed by a |
| 7699 // BSD-style license that can be found in the LICENSE file. | 7850 // BSD-style license that can be found in the LICENSE file. |
| 7700 | 7851 |
| 7701 // WARNING: Do not edit - generated code. | 7852 // WARNING: Do not edit - generated code. |
| 7702 | 7853 |
| 7703 | 7854 |
| 7704 @DocsEditable | 7855 @DocsEditable |
| 7705 @DomName('SVGFontFaceElement') | 7856 @DomName('SVGFontFaceElement') |
| 7857 @Unstable |
| 7706 abstract class _SVGFontFaceElement extends SvgElement { | 7858 abstract class _SVGFontFaceElement extends SvgElement { |
| 7707 _SVGFontFaceElement.internal() : super.internal(); | 7859 _SVGFontFaceElement.internal() : super.internal(); |
| 7708 | 7860 |
| 7709 } | 7861 } |
| 7710 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7862 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7711 // for details. All rights reserved. Use of this source code is governed by a | 7863 // for details. All rights reserved. Use of this source code is governed by a |
| 7712 // BSD-style license that can be found in the LICENSE file. | 7864 // BSD-style license that can be found in the LICENSE file. |
| 7713 | 7865 |
| 7714 // WARNING: Do not edit - generated code. | 7866 // WARNING: Do not edit - generated code. |
| 7715 | 7867 |
| 7716 | 7868 |
| 7717 @DocsEditable | 7869 @DocsEditable |
| 7718 @DomName('SVGFontFaceFormatElement') | 7870 @DomName('SVGFontFaceFormatElement') |
| 7871 @Unstable |
| 7719 abstract class _SVGFontFaceFormatElement extends SvgElement { | 7872 abstract class _SVGFontFaceFormatElement extends SvgElement { |
| 7720 _SVGFontFaceFormatElement.internal() : super.internal(); | 7873 _SVGFontFaceFormatElement.internal() : super.internal(); |
| 7721 | 7874 |
| 7722 } | 7875 } |
| 7723 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7876 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7724 // for details. All rights reserved. Use of this source code is governed by a | 7877 // for details. All rights reserved. Use of this source code is governed by a |
| 7725 // BSD-style license that can be found in the LICENSE file. | 7878 // BSD-style license that can be found in the LICENSE file. |
| 7726 | 7879 |
| 7727 // WARNING: Do not edit - generated code. | 7880 // WARNING: Do not edit - generated code. |
| 7728 | 7881 |
| 7729 | 7882 |
| 7730 @DocsEditable | 7883 @DocsEditable |
| 7731 @DomName('SVGFontFaceNameElement') | 7884 @DomName('SVGFontFaceNameElement') |
| 7885 @Unstable |
| 7732 abstract class _SVGFontFaceNameElement extends SvgElement { | 7886 abstract class _SVGFontFaceNameElement extends SvgElement { |
| 7733 _SVGFontFaceNameElement.internal() : super.internal(); | 7887 _SVGFontFaceNameElement.internal() : super.internal(); |
| 7734 | 7888 |
| 7735 } | 7889 } |
| 7736 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7890 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7737 // for details. All rights reserved. Use of this source code is governed by a | 7891 // for details. All rights reserved. Use of this source code is governed by a |
| 7738 // BSD-style license that can be found in the LICENSE file. | 7892 // BSD-style license that can be found in the LICENSE file. |
| 7739 | 7893 |
| 7740 // WARNING: Do not edit - generated code. | 7894 // WARNING: Do not edit - generated code. |
| 7741 | 7895 |
| 7742 | 7896 |
| 7743 @DocsEditable | 7897 @DocsEditable |
| 7744 @DomName('SVGFontFaceSrcElement') | 7898 @DomName('SVGFontFaceSrcElement') |
| 7899 @Unstable |
| 7745 abstract class _SVGFontFaceSrcElement extends SvgElement { | 7900 abstract class _SVGFontFaceSrcElement extends SvgElement { |
| 7746 _SVGFontFaceSrcElement.internal() : super.internal(); | 7901 _SVGFontFaceSrcElement.internal() : super.internal(); |
| 7747 | 7902 |
| 7748 } | 7903 } |
| 7749 // 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 |
| 7750 // 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 |
| 7751 // BSD-style license that can be found in the LICENSE file. | 7906 // BSD-style license that can be found in the LICENSE file. |
| 7752 | 7907 |
| 7753 // WARNING: Do not edit - generated code. | 7908 // WARNING: Do not edit - generated code. |
| 7754 | 7909 |
| 7755 | 7910 |
| 7756 @DocsEditable | 7911 @DocsEditable |
| 7757 @DomName('SVGFontFaceUriElement') | 7912 @DomName('SVGFontFaceUriElement') |
| 7913 @Unstable |
| 7758 abstract class _SVGFontFaceUriElement extends SvgElement { | 7914 abstract class _SVGFontFaceUriElement extends SvgElement { |
| 7759 _SVGFontFaceUriElement.internal() : super.internal(); | 7915 _SVGFontFaceUriElement.internal() : super.internal(); |
| 7760 | 7916 |
| 7761 } | 7917 } |
| 7762 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7918 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7763 // for details. All rights reserved. Use of this source code is governed by a | 7919 // for details. All rights reserved. Use of this source code is governed by a |
| 7764 // BSD-style license that can be found in the LICENSE file. | 7920 // BSD-style license that can be found in the LICENSE file. |
| 7765 | 7921 |
| 7766 // WARNING: Do not edit - generated code. | 7922 // WARNING: Do not edit - generated code. |
| 7767 | 7923 |
| 7768 | 7924 |
| 7769 @DocsEditable | 7925 @DocsEditable |
| 7770 @DomName('SVGGlyphElement') | 7926 @DomName('SVGGlyphElement') |
| 7927 @Unstable |
| 7771 abstract class _SVGGlyphElement extends SvgElement { | 7928 abstract class _SVGGlyphElement extends SvgElement { |
| 7772 _SVGGlyphElement.internal() : super.internal(); | 7929 _SVGGlyphElement.internal() : super.internal(); |
| 7773 | 7930 |
| 7774 @DomName('SVGGlyphElement.SVGGlyphElement') | 7931 @DomName('SVGGlyphElement.SVGGlyphElement') |
| 7775 @DocsEditable | 7932 @DocsEditable |
| 7776 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"glyph"); | 7933 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"glyph"); |
| 7777 | 7934 |
| 7778 } | 7935 } |
| 7779 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7936 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7780 // for details. All rights reserved. Use of this source code is governed by a | 7937 // for details. All rights reserved. Use of this source code is governed by a |
| 7781 // BSD-style license that can be found in the LICENSE file. | 7938 // BSD-style license that can be found in the LICENSE file. |
| 7782 | 7939 |
| 7783 // WARNING: Do not edit - generated code. | 7940 // WARNING: Do not edit - generated code. |
| 7784 | 7941 |
| 7785 | 7942 |
| 7786 @DocsEditable | 7943 @DocsEditable |
| 7787 @DomName('SVGGlyphRefElement') | 7944 @DomName('SVGGlyphRefElement') |
| 7945 @Unstable |
| 7788 abstract class _SVGGlyphRefElement extends StyledElement implements UriReference
{ | 7946 abstract class _SVGGlyphRefElement extends StyledElement implements UriReference
{ |
| 7789 _SVGGlyphRefElement.internal() : super.internal(); | 7947 _SVGGlyphRefElement.internal() : super.internal(); |
| 7790 | 7948 |
| 7791 } | 7949 } |
| 7792 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7950 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7793 // for details. All rights reserved. Use of this source code is governed by a | 7951 // for details. All rights reserved. Use of this source code is governed by a |
| 7794 // BSD-style license that can be found in the LICENSE file. | 7952 // BSD-style license that can be found in the LICENSE file. |
| 7795 | 7953 |
| 7796 // WARNING: Do not edit - generated code. | 7954 // WARNING: Do not edit - generated code. |
| 7797 | 7955 |
| 7798 | 7956 |
| 7799 @DocsEditable | 7957 @DocsEditable |
| 7800 @DomName('SVGHKernElement') | 7958 @DomName('SVGHKernElement') |
| 7959 @Unstable |
| 7801 abstract class _SVGHKernElement extends SvgElement { | 7960 abstract class _SVGHKernElement extends SvgElement { |
| 7802 _SVGHKernElement.internal() : super.internal(); | 7961 _SVGHKernElement.internal() : super.internal(); |
| 7803 | 7962 |
| 7804 @DomName('SVGHKernElement.SVGHKernElement') | 7963 @DomName('SVGHKernElement.SVGHKernElement') |
| 7805 @DocsEditable | 7964 @DocsEditable |
| 7806 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"hkern"); | 7965 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"hkern"); |
| 7807 | 7966 |
| 7808 } | 7967 } |
| 7809 // 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 |
| 7810 // 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 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 7825 } | 7984 } |
| 7826 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7985 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7827 // for details. All rights reserved. Use of this source code is governed by a | 7986 // for details. All rights reserved. Use of this source code is governed by a |
| 7828 // BSD-style license that can be found in the LICENSE file. | 7987 // BSD-style license that can be found in the LICENSE file. |
| 7829 | 7988 |
| 7830 // WARNING: Do not edit - generated code. | 7989 // WARNING: Do not edit - generated code. |
| 7831 | 7990 |
| 7832 | 7991 |
| 7833 @DocsEditable | 7992 @DocsEditable |
| 7834 @DomName('SVGMissingGlyphElement') | 7993 @DomName('SVGMissingGlyphElement') |
| 7994 @Unstable |
| 7835 abstract class _SVGMissingGlyphElement extends StyledElement { | 7995 abstract class _SVGMissingGlyphElement extends StyledElement { |
| 7836 _SVGMissingGlyphElement.internal() : super.internal(); | 7996 _SVGMissingGlyphElement.internal() : super.internal(); |
| 7837 | 7997 |
| 7838 } | 7998 } |
| 7839 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7999 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7840 // for details. All rights reserved. Use of this source code is governed by a | 8000 // for details. All rights reserved. Use of this source code is governed by a |
| 7841 // BSD-style license that can be found in the LICENSE file. | 8001 // BSD-style license that can be found in the LICENSE file. |
| 7842 | 8002 |
| 7843 // WARNING: Do not edit - generated code. | 8003 // WARNING: Do not edit - generated code. |
| 7844 | 8004 |
| 7845 | 8005 |
| 7846 @DocsEditable | 8006 @DocsEditable |
| 7847 @DomName('SVGPaint') | 8007 @DomName('SVGPaint') |
| 8008 @Unstable |
| 7848 abstract class _SVGPaint extends _SVGColor { | 8009 abstract class _SVGPaint extends _SVGColor { |
| 7849 _SVGPaint.internal() : super.internal(); | 8010 _SVGPaint.internal() : super.internal(); |
| 7850 | 8011 |
| 7851 } | 8012 } |
| 7852 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8013 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7853 // for details. All rights reserved. Use of this source code is governed by a | 8014 // for details. All rights reserved. Use of this source code is governed by a |
| 7854 // BSD-style license that can be found in the LICENSE file. | 8015 // BSD-style license that can be found in the LICENSE file. |
| 7855 | 8016 |
| 7856 // WARNING: Do not edit - generated code. | 8017 // WARNING: Do not edit - generated code. |
| 7857 | 8018 |
| 7858 | 8019 |
| 7859 @DocsEditable | 8020 @DocsEditable |
| 7860 @DomName('SVGTRefElement') | 8021 @DomName('SVGTRefElement') |
| 8022 @Unstable |
| 7861 abstract class _SVGTRefElement extends TextPositioningElement implements UriRefe
rence { | 8023 abstract class _SVGTRefElement extends TextPositioningElement implements UriRefe
rence { |
| 7862 _SVGTRefElement.internal() : super.internal(); | 8024 _SVGTRefElement.internal() : super.internal(); |
| 7863 | 8025 |
| 7864 @DomName('SVGTRefElement.SVGTRefElement') | 8026 @DomName('SVGTRefElement.SVGTRefElement') |
| 7865 @DocsEditable | 8027 @DocsEditable |
| 7866 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("
tref"); | 8028 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("
tref"); |
| 7867 | 8029 |
| 7868 } | 8030 } |
| 7869 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8031 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7870 // for details. All rights reserved. Use of this source code is governed by a | 8032 // for details. All rights reserved. Use of this source code is governed by a |
| 7871 // BSD-style license that can be found in the LICENSE file. | 8033 // BSD-style license that can be found in the LICENSE file. |
| 7872 | 8034 |
| 7873 // WARNING: Do not edit - generated code. | 8035 // WARNING: Do not edit - generated code. |
| 7874 | 8036 |
| 7875 | 8037 |
| 7876 @DocsEditable | 8038 @DocsEditable |
| 7877 @DomName('SVGVKernElement') | 8039 @DomName('SVGVKernElement') |
| 8040 @Unstable |
| 7878 abstract class _SVGVKernElement extends SvgElement { | 8041 abstract class _SVGVKernElement extends SvgElement { |
| 7879 _SVGVKernElement.internal() : super.internal(); | 8042 _SVGVKernElement.internal() : super.internal(); |
| 7880 | 8043 |
| 7881 @DomName('SVGVKernElement.SVGVKernElement') | 8044 @DomName('SVGVKernElement.SVGVKernElement') |
| 7882 @DocsEditable | 8045 @DocsEditable |
| 7883 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 8046 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 7884 | 8047 |
| 7885 } | 8048 } |
| OLD | NEW |