| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') | 219 @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') |
| 220 @DocsEditable | 220 @DocsEditable |
| 221 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; | 221 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; |
| 222 | 222 |
| 223 @DomName('SVGAngle.unitType') | 223 @DomName('SVGAngle.unitType') |
| 224 @DocsEditable | 224 @DocsEditable |
| 225 int get unitType native "SVGAngle_unitType_Getter"; | 225 int get unitType native "SVGAngle_unitType_Getter"; |
| 226 | 226 |
| 227 @DomName('SVGAngle.value') | 227 @DomName('SVGAngle.value') |
| 228 @DocsEditable | 228 @DocsEditable |
| 229 num get value native "SVGAngle_value_Getter"; | 229 double get value native "SVGAngle_value_Getter"; |
| 230 | 230 |
| 231 @DomName('SVGAngle.value') | 231 @DomName('SVGAngle.value') |
| 232 @DocsEditable | 232 @DocsEditable |
| 233 void set value(num value) native "SVGAngle_value_Setter"; | 233 void set value(double value) native "SVGAngle_value_Setter"; |
| 234 | 234 |
| 235 @DomName('SVGAngle.valueAsString') | 235 @DomName('SVGAngle.valueAsString') |
| 236 @DocsEditable | 236 @DocsEditable |
| 237 String get valueAsString native "SVGAngle_valueAsString_Getter"; | 237 String get valueAsString native "SVGAngle_valueAsString_Getter"; |
| 238 | 238 |
| 239 @DomName('SVGAngle.valueAsString') | 239 @DomName('SVGAngle.valueAsString') |
| 240 @DocsEditable | 240 @DocsEditable |
| 241 void set valueAsString(String value) native "SVGAngle_valueAsString_Setter"; | 241 void set valueAsString(String value) native "SVGAngle_valueAsString_Setter"; |
| 242 | 242 |
| 243 @DomName('SVGAngle.valueInSpecifiedUnits') | 243 @DomName('SVGAngle.valueInSpecifiedUnits') |
| 244 @DocsEditable | 244 @DocsEditable |
| 245 num get valueInSpecifiedUnits native "SVGAngle_valueInSpecifiedUnits_Getter"; | 245 double get valueInSpecifiedUnits native "SVGAngle_valueInSpecifiedUnits_Getter
"; |
| 246 | 246 |
| 247 @DomName('SVGAngle.valueInSpecifiedUnits') | 247 @DomName('SVGAngle.valueInSpecifiedUnits') |
| 248 @DocsEditable | 248 @DocsEditable |
| 249 void set valueInSpecifiedUnits(num value) native "SVGAngle_valueInSpecifiedUni
ts_Setter"; | 249 void set valueInSpecifiedUnits(double value) native "SVGAngle_valueInSpecified
Units_Setter"; |
| 250 | 250 |
| 251 @DomName('SVGAngle.convertToSpecifiedUnits') | 251 @DomName('SVGAngle.convertToSpecifiedUnits') |
| 252 @DocsEditable | 252 @DocsEditable |
| 253 void convertToSpecifiedUnits(int unitType) native "SVGAngle_convertToSpecified
Units_Callback"; | 253 void convertToSpecifiedUnits(int unitType) native "SVGAngle_convertToSpecified
Units_Callback"; |
| 254 | 254 |
| 255 @DomName('SVGAngle.newValueSpecifiedUnits') | 255 @DomName('SVGAngle.newValueSpecifiedUnits') |
| 256 @DocsEditable | 256 @DocsEditable |
| 257 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGAngle_newValueSpecifiedUnits_Callback"; | 257 void newValueSpecifiedUnits(int unitType, double valueInSpecifiedUnits) native
"SVGAngle_newValueSpecifiedUnits_Callback"; |
| 258 | 258 |
| 259 } | 259 } |
| 260 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 260 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 261 // for details. All rights reserved. Use of this source code is governed by a | 261 // for details. All rights reserved. Use of this source code is governed by a |
| 262 // BSD-style license that can be found in the LICENSE file. | 262 // BSD-style license that can be found in the LICENSE file. |
| 263 | 263 |
| 264 // WARNING: Do not edit - generated code. | 264 // WARNING: Do not edit - generated code. |
| 265 | 265 |
| 266 | 266 |
| 267 @DocsEditable | 267 @DocsEditable |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 | 481 |
| 482 | 482 |
| 483 @DocsEditable | 483 @DocsEditable |
| 484 @DomName('SVGAnimatedNumber') | 484 @DomName('SVGAnimatedNumber') |
| 485 @Unstable | 485 @Unstable |
| 486 class AnimatedNumber extends NativeFieldWrapperClass1 { | 486 class AnimatedNumber extends NativeFieldWrapperClass1 { |
| 487 AnimatedNumber.internal(); | 487 AnimatedNumber.internal(); |
| 488 | 488 |
| 489 @DomName('SVGAnimatedNumber.animVal') | 489 @DomName('SVGAnimatedNumber.animVal') |
| 490 @DocsEditable | 490 @DocsEditable |
| 491 num get animVal native "SVGAnimatedNumber_animVal_Getter"; | 491 double get animVal native "SVGAnimatedNumber_animVal_Getter"; |
| 492 | 492 |
| 493 @DomName('SVGAnimatedNumber.baseVal') | 493 @DomName('SVGAnimatedNumber.baseVal') |
| 494 @DocsEditable | 494 @DocsEditable |
| 495 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; | 495 double get baseVal native "SVGAnimatedNumber_baseVal_Getter"; |
| 496 | 496 |
| 497 @DomName('SVGAnimatedNumber.baseVal') | 497 @DomName('SVGAnimatedNumber.baseVal') |
| 498 @DocsEditable | 498 @DocsEditable |
| 499 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; | 499 void set baseVal(double value) native "SVGAnimatedNumber_baseVal_Setter"; |
| 500 | 500 |
| 501 } | 501 } |
| 502 // 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 |
| 503 // 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 |
| 504 // BSD-style license that can be found in the LICENSE file. | 504 // BSD-style license that can be found in the LICENSE file. |
| 505 | 505 |
| 506 // WARNING: Do not edit - generated code. | 506 // WARNING: Do not edit - generated code. |
| 507 | 507 |
| 508 | 508 |
| 509 @DocsEditable | 509 @DocsEditable |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 @DomName('SVGAnimationElement.SVGAnimationElement') | 629 @DomName('SVGAnimationElement.SVGAnimationElement') |
| 630 @DocsEditable | 630 @DocsEditable |
| 631 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 631 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
| 632 | 632 |
| 633 @DomName('SVGAnimationElement.targetElement') | 633 @DomName('SVGAnimationElement.targetElement') |
| 634 @DocsEditable | 634 @DocsEditable |
| 635 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; | 635 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; |
| 636 | 636 |
| 637 @DomName('SVGAnimationElement.getCurrentTime') | 637 @DomName('SVGAnimationElement.getCurrentTime') |
| 638 @DocsEditable | 638 @DocsEditable |
| 639 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; | 639 double getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; |
| 640 | 640 |
| 641 @DomName('SVGAnimationElement.getSimpleDuration') | 641 @DomName('SVGAnimationElement.getSimpleDuration') |
| 642 @DocsEditable | 642 @DocsEditable |
| 643 num getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callback
"; | 643 double getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callb
ack"; |
| 644 | 644 |
| 645 @DomName('SVGAnimationElement.getStartTime') | 645 @DomName('SVGAnimationElement.getStartTime') |
| 646 @DocsEditable | 646 @DocsEditable |
| 647 num getStartTime() native "SVGAnimationElement_getStartTime_Callback"; | 647 double getStartTime() native "SVGAnimationElement_getStartTime_Callback"; |
| 648 | 648 |
| 649 @DomName('SVGAnimationElement.beginElement') | 649 @DomName('SVGAnimationElement.beginElement') |
| 650 @DocsEditable | 650 @DocsEditable |
| 651 void beginElement() native "SVGAnimationElement_beginElement_Callback"; | 651 void beginElement() native "SVGAnimationElement_beginElement_Callback"; |
| 652 | 652 |
| 653 @DomName('SVGAnimationElement.beginElementAt') | 653 @DomName('SVGAnimationElement.beginElementAt') |
| 654 @DocsEditable | 654 @DocsEditable |
| 655 void beginElementAt(num offset) native "SVGAnimationElement_beginElementAt_Cal
lback"; | 655 void beginElementAt(double offset) native "SVGAnimationElement_beginElementAt_
Callback"; |
| 656 | 656 |
| 657 @DomName('SVGAnimationElement.endElement') | 657 @DomName('SVGAnimationElement.endElement') |
| 658 @DocsEditable | 658 @DocsEditable |
| 659 void endElement() native "SVGAnimationElement_endElement_Callback"; | 659 void endElement() native "SVGAnimationElement_endElement_Callback"; |
| 660 | 660 |
| 661 @DomName('SVGAnimationElement.endElementAt') | 661 @DomName('SVGAnimationElement.endElementAt') |
| 662 @DocsEditable | 662 @DocsEditable |
| 663 void endElementAt(num offset) native "SVGAnimationElement_endElementAt_Callbac
k"; | 663 void endElementAt(double offset) native "SVGAnimationElement_endElementAt_Call
back"; |
| 664 | 664 |
| 665 @DomName('SVGAnimationElement.externalResourcesRequired') | 665 @DomName('SVGAnimationElement.externalResourcesRequired') |
| 666 @DocsEditable | 666 @DocsEditable |
| 667 AnimatedBoolean get externalResourcesRequired native "SVGAnimationElement_exte
rnalResourcesRequired_Getter"; | 667 AnimatedBoolean get externalResourcesRequired native "SVGAnimationElement_exte
rnalResourcesRequired_Getter"; |
| 668 | 668 |
| 669 @DomName('SVGAnimationElement.requiredExtensions') | 669 @DomName('SVGAnimationElement.requiredExtensions') |
| 670 @DocsEditable | 670 @DocsEditable |
| 671 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio
ns_Getter"; | 671 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio
ns_Getter"; |
| 672 | 672 |
| 673 @DomName('SVGAnimationElement.requiredFeatures') | 673 @DomName('SVGAnimationElement.requiredFeatures') |
| (...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1361 @Unstable | 1361 @Unstable |
| 1362 class ElementTimeControl extends NativeFieldWrapperClass1 { | 1362 class ElementTimeControl extends NativeFieldWrapperClass1 { |
| 1363 ElementTimeControl.internal(); | 1363 ElementTimeControl.internal(); |
| 1364 | 1364 |
| 1365 @DomName('ElementTimeControl.beginElement') | 1365 @DomName('ElementTimeControl.beginElement') |
| 1366 @DocsEditable | 1366 @DocsEditable |
| 1367 void beginElement() native "ElementTimeControl_beginElement_Callback"; | 1367 void beginElement() native "ElementTimeControl_beginElement_Callback"; |
| 1368 | 1368 |
| 1369 @DomName('ElementTimeControl.beginElementAt') | 1369 @DomName('ElementTimeControl.beginElementAt') |
| 1370 @DocsEditable | 1370 @DocsEditable |
| 1371 void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Call
back"; | 1371 void beginElementAt(double offset) native "ElementTimeControl_beginElementAt_C
allback"; |
| 1372 | 1372 |
| 1373 @DomName('ElementTimeControl.endElement') | 1373 @DomName('ElementTimeControl.endElement') |
| 1374 @DocsEditable | 1374 @DocsEditable |
| 1375 void endElement() native "ElementTimeControl_endElement_Callback"; | 1375 void endElement() native "ElementTimeControl_endElement_Callback"; |
| 1376 | 1376 |
| 1377 @DomName('ElementTimeControl.endElementAt') | 1377 @DomName('ElementTimeControl.endElementAt') |
| 1378 @DocsEditable | 1378 @DocsEditable |
| 1379 void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback
"; | 1379 void endElementAt(double offset) native "ElementTimeControl_endElementAt_Callb
ack"; |
| 1380 | 1380 |
| 1381 } | 1381 } |
| 1382 // 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 |
| 1383 // 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 |
| 1384 // BSD-style license that can be found in the LICENSE file. | 1384 // BSD-style license that can be found in the LICENSE file. |
| 1385 | 1385 |
| 1386 // WARNING: Do not edit - generated code. | 1386 // WARNING: Do not edit - generated code. |
| 1387 | 1387 |
| 1388 | 1388 |
| 1389 @DocsEditable | 1389 @DocsEditable |
| (...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2263 @DomName('SVGFEGaussianBlurElement.stdDeviationX') | 2263 @DomName('SVGFEGaussianBlurElement.stdDeviationX') |
| 2264 @DocsEditable | 2264 @DocsEditable |
| 2265 AnimatedNumber get stdDeviationX native "SVGFEGaussianBlurElement_stdDeviation
X_Getter"; | 2265 AnimatedNumber get stdDeviationX native "SVGFEGaussianBlurElement_stdDeviation
X_Getter"; |
| 2266 | 2266 |
| 2267 @DomName('SVGFEGaussianBlurElement.stdDeviationY') | 2267 @DomName('SVGFEGaussianBlurElement.stdDeviationY') |
| 2268 @DocsEditable | 2268 @DocsEditable |
| 2269 AnimatedNumber get stdDeviationY native "SVGFEGaussianBlurElement_stdDeviation
Y_Getter"; | 2269 AnimatedNumber get stdDeviationY native "SVGFEGaussianBlurElement_stdDeviation
Y_Getter"; |
| 2270 | 2270 |
| 2271 @DomName('SVGFEGaussianBlurElement.setStdDeviation') | 2271 @DomName('SVGFEGaussianBlurElement.setStdDeviation') |
| 2272 @DocsEditable | 2272 @DocsEditable |
| 2273 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEGaussi
anBlurElement_setStdDeviation_Callback"; | 2273 void setStdDeviation(double stdDeviationX, double stdDeviationY) native "SVGFE
GaussianBlurElement_setStdDeviation_Callback"; |
| 2274 | 2274 |
| 2275 @DomName('SVGFEGaussianBlurElement.height') | 2275 @DomName('SVGFEGaussianBlurElement.height') |
| 2276 @DocsEditable | 2276 @DocsEditable |
| 2277 AnimatedLength get height native "SVGFEGaussianBlurElement_height_Getter"; | 2277 AnimatedLength get height native "SVGFEGaussianBlurElement_height_Getter"; |
| 2278 | 2278 |
| 2279 @DomName('SVGFEGaussianBlurElement.result') | 2279 @DomName('SVGFEGaussianBlurElement.result') |
| 2280 @DocsEditable | 2280 @DocsEditable |
| 2281 AnimatedString get result native "SVGFEGaussianBlurElement_result_Getter"; | 2281 AnimatedString get result native "SVGFEGaussianBlurElement_result_Getter"; |
| 2282 | 2282 |
| 2283 @DomName('SVGFEGaussianBlurElement.width') | 2283 @DomName('SVGFEGaussianBlurElement.width') |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2480 @DomName('SVGFEMorphologyElement.radiusX') | 2480 @DomName('SVGFEMorphologyElement.radiusX') |
| 2481 @DocsEditable | 2481 @DocsEditable |
| 2482 AnimatedNumber get radiusX native "SVGFEMorphologyElement_radiusX_Getter"; | 2482 AnimatedNumber get radiusX native "SVGFEMorphologyElement_radiusX_Getter"; |
| 2483 | 2483 |
| 2484 @DomName('SVGFEMorphologyElement.radiusY') | 2484 @DomName('SVGFEMorphologyElement.radiusY') |
| 2485 @DocsEditable | 2485 @DocsEditable |
| 2486 AnimatedNumber get radiusY native "SVGFEMorphologyElement_radiusY_Getter"; | 2486 AnimatedNumber get radiusY native "SVGFEMorphologyElement_radiusY_Getter"; |
| 2487 | 2487 |
| 2488 @DomName('SVGFEMorphologyElement.setRadius') | 2488 @DomName('SVGFEMorphologyElement.setRadius') |
| 2489 @DocsEditable | 2489 @DocsEditable |
| 2490 void setRadius(num radiusX, num radiusY) native "SVGFEMorphologyElement_setRad
ius_Callback"; | 2490 void setRadius(double radiusX, double radiusY) native "SVGFEMorphologyElement_
setRadius_Callback"; |
| 2491 | 2491 |
| 2492 @DomName('SVGFEMorphologyElement.height') | 2492 @DomName('SVGFEMorphologyElement.height') |
| 2493 @DocsEditable | 2493 @DocsEditable |
| 2494 AnimatedLength get height native "SVGFEMorphologyElement_height_Getter"; | 2494 AnimatedLength get height native "SVGFEMorphologyElement_height_Getter"; |
| 2495 | 2495 |
| 2496 @DomName('SVGFEMorphologyElement.result') | 2496 @DomName('SVGFEMorphologyElement.result') |
| 2497 @DocsEditable | 2497 @DocsEditable |
| 2498 AnimatedString get result native "SVGFEMorphologyElement_result_Getter"; | 2498 AnimatedString get result native "SVGFEMorphologyElement_result_Getter"; |
| 2499 | 2499 |
| 2500 @DomName('SVGFEMorphologyElement.width') | 2500 @DomName('SVGFEMorphologyElement.width') |
| (...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3386 @DomName('SVGLength.SVG_LENGTHTYPE_UNKNOWN') | 3386 @DomName('SVGLength.SVG_LENGTHTYPE_UNKNOWN') |
| 3387 @DocsEditable | 3387 @DocsEditable |
| 3388 static const int SVG_LENGTHTYPE_UNKNOWN = 0; | 3388 static const int SVG_LENGTHTYPE_UNKNOWN = 0; |
| 3389 | 3389 |
| 3390 @DomName('SVGLength.unitType') | 3390 @DomName('SVGLength.unitType') |
| 3391 @DocsEditable | 3391 @DocsEditable |
| 3392 int get unitType native "SVGLength_unitType_Getter"; | 3392 int get unitType native "SVGLength_unitType_Getter"; |
| 3393 | 3393 |
| 3394 @DomName('SVGLength.value') | 3394 @DomName('SVGLength.value') |
| 3395 @DocsEditable | 3395 @DocsEditable |
| 3396 num get value native "SVGLength_value_Getter"; | 3396 double get value native "SVGLength_value_Getter"; |
| 3397 | 3397 |
| 3398 @DomName('SVGLength.value') | 3398 @DomName('SVGLength.value') |
| 3399 @DocsEditable | 3399 @DocsEditable |
| 3400 void set value(num value) native "SVGLength_value_Setter"; | 3400 void set value(double value) native "SVGLength_value_Setter"; |
| 3401 | 3401 |
| 3402 @DomName('SVGLength.valueAsString') | 3402 @DomName('SVGLength.valueAsString') |
| 3403 @DocsEditable | 3403 @DocsEditable |
| 3404 String get valueAsString native "SVGLength_valueAsString_Getter"; | 3404 String get valueAsString native "SVGLength_valueAsString_Getter"; |
| 3405 | 3405 |
| 3406 @DomName('SVGLength.valueAsString') | 3406 @DomName('SVGLength.valueAsString') |
| 3407 @DocsEditable | 3407 @DocsEditable |
| 3408 void set valueAsString(String value) native "SVGLength_valueAsString_Setter"; | 3408 void set valueAsString(String value) native "SVGLength_valueAsString_Setter"; |
| 3409 | 3409 |
| 3410 @DomName('SVGLength.valueInSpecifiedUnits') | 3410 @DomName('SVGLength.valueInSpecifiedUnits') |
| 3411 @DocsEditable | 3411 @DocsEditable |
| 3412 num get valueInSpecifiedUnits native "SVGLength_valueInSpecifiedUnits_Getter"; | 3412 double get valueInSpecifiedUnits native "SVGLength_valueInSpecifiedUnits_Gette
r"; |
| 3413 | 3413 |
| 3414 @DomName('SVGLength.valueInSpecifiedUnits') | 3414 @DomName('SVGLength.valueInSpecifiedUnits') |
| 3415 @DocsEditable | 3415 @DocsEditable |
| 3416 void set valueInSpecifiedUnits(num value) native "SVGLength_valueInSpecifiedUn
its_Setter"; | 3416 void set valueInSpecifiedUnits(double value) native "SVGLength_valueInSpecifie
dUnits_Setter"; |
| 3417 | 3417 |
| 3418 @DomName('SVGLength.convertToSpecifiedUnits') | 3418 @DomName('SVGLength.convertToSpecifiedUnits') |
| 3419 @DocsEditable | 3419 @DocsEditable |
| 3420 void convertToSpecifiedUnits(int unitType) native "SVGLength_convertToSpecifie
dUnits_Callback"; | 3420 void convertToSpecifiedUnits(int unitType) native "SVGLength_convertToSpecifie
dUnits_Callback"; |
| 3421 | 3421 |
| 3422 @DomName('SVGLength.newValueSpecifiedUnits') | 3422 @DomName('SVGLength.newValueSpecifiedUnits') |
| 3423 @DocsEditable | 3423 @DocsEditable |
| 3424 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGLength_newValueSpecifiedUnits_Callback"; | 3424 void newValueSpecifiedUnits(int unitType, double valueInSpecifiedUnits) native
"SVGLength_newValueSpecifiedUnits_Callback"; |
| 3425 | 3425 |
| 3426 } | 3426 } |
| 3427 // 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 |
| 3428 // 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 |
| 3429 // BSD-style license that can be found in the LICENSE file. | 3429 // BSD-style license that can be found in the LICENSE file. |
| 3430 | 3430 |
| 3431 // WARNING: Do not edit - generated code. | 3431 // WARNING: Do not edit - generated code. |
| 3432 | 3432 |
| 3433 | 3433 |
| 3434 @DocsEditable | 3434 @DocsEditable |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3879 | 3879 |
| 3880 | 3880 |
| 3881 @DocsEditable | 3881 @DocsEditable |
| 3882 @DomName('SVGMatrix') | 3882 @DomName('SVGMatrix') |
| 3883 @Unstable | 3883 @Unstable |
| 3884 class Matrix extends NativeFieldWrapperClass1 { | 3884 class Matrix extends NativeFieldWrapperClass1 { |
| 3885 Matrix.internal(); | 3885 Matrix.internal(); |
| 3886 | 3886 |
| 3887 @DomName('SVGMatrix.a') | 3887 @DomName('SVGMatrix.a') |
| 3888 @DocsEditable | 3888 @DocsEditable |
| 3889 num get a native "SVGMatrix_a_Getter"; | 3889 double get a native "SVGMatrix_a_Getter"; |
| 3890 | 3890 |
| 3891 @DomName('SVGMatrix.a') | 3891 @DomName('SVGMatrix.a') |
| 3892 @DocsEditable | 3892 @DocsEditable |
| 3893 void set a(num value) native "SVGMatrix_a_Setter"; | 3893 void set a(double value) native "SVGMatrix_a_Setter"; |
| 3894 | 3894 |
| 3895 @DomName('SVGMatrix.b') | 3895 @DomName('SVGMatrix.b') |
| 3896 @DocsEditable | 3896 @DocsEditable |
| 3897 num get b native "SVGMatrix_b_Getter"; | 3897 double get b native "SVGMatrix_b_Getter"; |
| 3898 | 3898 |
| 3899 @DomName('SVGMatrix.b') | 3899 @DomName('SVGMatrix.b') |
| 3900 @DocsEditable | 3900 @DocsEditable |
| 3901 void set b(num value) native "SVGMatrix_b_Setter"; | 3901 void set b(double value) native "SVGMatrix_b_Setter"; |
| 3902 | 3902 |
| 3903 @DomName('SVGMatrix.c') | 3903 @DomName('SVGMatrix.c') |
| 3904 @DocsEditable | 3904 @DocsEditable |
| 3905 num get c native "SVGMatrix_c_Getter"; | 3905 double get c native "SVGMatrix_c_Getter"; |
| 3906 | 3906 |
| 3907 @DomName('SVGMatrix.c') | 3907 @DomName('SVGMatrix.c') |
| 3908 @DocsEditable | 3908 @DocsEditable |
| 3909 void set c(num value) native "SVGMatrix_c_Setter"; | 3909 void set c(double value) native "SVGMatrix_c_Setter"; |
| 3910 | 3910 |
| 3911 @DomName('SVGMatrix.d') | 3911 @DomName('SVGMatrix.d') |
| 3912 @DocsEditable | 3912 @DocsEditable |
| 3913 num get d native "SVGMatrix_d_Getter"; | 3913 double get d native "SVGMatrix_d_Getter"; |
| 3914 | 3914 |
| 3915 @DomName('SVGMatrix.d') | 3915 @DomName('SVGMatrix.d') |
| 3916 @DocsEditable | 3916 @DocsEditable |
| 3917 void set d(num value) native "SVGMatrix_d_Setter"; | 3917 void set d(double value) native "SVGMatrix_d_Setter"; |
| 3918 | 3918 |
| 3919 @DomName('SVGMatrix.e') | 3919 @DomName('SVGMatrix.e') |
| 3920 @DocsEditable | 3920 @DocsEditable |
| 3921 num get e native "SVGMatrix_e_Getter"; | 3921 double get e native "SVGMatrix_e_Getter"; |
| 3922 | 3922 |
| 3923 @DomName('SVGMatrix.e') | 3923 @DomName('SVGMatrix.e') |
| 3924 @DocsEditable | 3924 @DocsEditable |
| 3925 void set e(num value) native "SVGMatrix_e_Setter"; | 3925 void set e(double value) native "SVGMatrix_e_Setter"; |
| 3926 | 3926 |
| 3927 @DomName('SVGMatrix.f') | 3927 @DomName('SVGMatrix.f') |
| 3928 @DocsEditable | 3928 @DocsEditable |
| 3929 num get f native "SVGMatrix_f_Getter"; | 3929 double get f native "SVGMatrix_f_Getter"; |
| 3930 | 3930 |
| 3931 @DomName('SVGMatrix.f') | 3931 @DomName('SVGMatrix.f') |
| 3932 @DocsEditable | 3932 @DocsEditable |
| 3933 void set f(num value) native "SVGMatrix_f_Setter"; | 3933 void set f(double value) native "SVGMatrix_f_Setter"; |
| 3934 | 3934 |
| 3935 @DomName('SVGMatrix.flipX') | 3935 @DomName('SVGMatrix.flipX') |
| 3936 @DocsEditable | 3936 @DocsEditable |
| 3937 Matrix flipX() native "SVGMatrix_flipX_Callback"; | 3937 Matrix flipX() native "SVGMatrix_flipX_Callback"; |
| 3938 | 3938 |
| 3939 @DomName('SVGMatrix.flipY') | 3939 @DomName('SVGMatrix.flipY') |
| 3940 @DocsEditable | 3940 @DocsEditable |
| 3941 Matrix flipY() native "SVGMatrix_flipY_Callback"; | 3941 Matrix flipY() native "SVGMatrix_flipY_Callback"; |
| 3942 | 3942 |
| 3943 @DomName('SVGMatrix.inverse') | 3943 @DomName('SVGMatrix.inverse') |
| 3944 @DocsEditable | 3944 @DocsEditable |
| 3945 Matrix inverse() native "SVGMatrix_inverse_Callback"; | 3945 Matrix inverse() native "SVGMatrix_inverse_Callback"; |
| 3946 | 3946 |
| 3947 @DomName('SVGMatrix.multiply') | 3947 @DomName('SVGMatrix.multiply') |
| 3948 @DocsEditable | 3948 @DocsEditable |
| 3949 Matrix multiply(Matrix secondMatrix) native "SVGMatrix_multiply_Callback"; | 3949 Matrix multiply(Matrix secondMatrix) native "SVGMatrix_multiply_Callback"; |
| 3950 | 3950 |
| 3951 @DomName('SVGMatrix.rotate') | 3951 @DomName('SVGMatrix.rotate') |
| 3952 @DocsEditable | 3952 @DocsEditable |
| 3953 Matrix rotate(num angle) native "SVGMatrix_rotate_Callback"; | 3953 Matrix rotate(double angle) native "SVGMatrix_rotate_Callback"; |
| 3954 | 3954 |
| 3955 @DomName('SVGMatrix.rotateFromVector') | 3955 @DomName('SVGMatrix.rotateFromVector') |
| 3956 @DocsEditable | 3956 @DocsEditable |
| 3957 Matrix rotateFromVector(num x, num y) native "SVGMatrix_rotateFromVector_Callb
ack"; | 3957 Matrix rotateFromVector(double x, double y) native "SVGMatrix_rotateFromVector
_Callback"; |
| 3958 | 3958 |
| 3959 @DomName('SVGMatrix.scale') | 3959 @DomName('SVGMatrix.scale') |
| 3960 @DocsEditable | 3960 @DocsEditable |
| 3961 Matrix scale(num scaleFactor) native "SVGMatrix_scale_Callback"; | 3961 Matrix scale(double scaleFactor) native "SVGMatrix_scale_Callback"; |
| 3962 | 3962 |
| 3963 @DomName('SVGMatrix.scaleNonUniform') | 3963 @DomName('SVGMatrix.scaleNonUniform') |
| 3964 @DocsEditable | 3964 @DocsEditable |
| 3965 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) native "SVGMatrix_s
caleNonUniform_Callback"; | 3965 Matrix scaleNonUniform(double scaleFactorX, double scaleFactorY) native "SVGMa
trix_scaleNonUniform_Callback"; |
| 3966 | 3966 |
| 3967 @DomName('SVGMatrix.skewX') | 3967 @DomName('SVGMatrix.skewX') |
| 3968 @DocsEditable | 3968 @DocsEditable |
| 3969 Matrix skewX(num angle) native "SVGMatrix_skewX_Callback"; | 3969 Matrix skewX(double angle) native "SVGMatrix_skewX_Callback"; |
| 3970 | 3970 |
| 3971 @DomName('SVGMatrix.skewY') | 3971 @DomName('SVGMatrix.skewY') |
| 3972 @DocsEditable | 3972 @DocsEditable |
| 3973 Matrix skewY(num angle) native "SVGMatrix_skewY_Callback"; | 3973 Matrix skewY(double angle) native "SVGMatrix_skewY_Callback"; |
| 3974 | 3974 |
| 3975 @DomName('SVGMatrix.translate') | 3975 @DomName('SVGMatrix.translate') |
| 3976 @DocsEditable | 3976 @DocsEditable |
| 3977 Matrix translate(num x, num y) native "SVGMatrix_translate_Callback"; | 3977 Matrix translate(double x, double y) native "SVGMatrix_translate_Callback"; |
| 3978 | 3978 |
| 3979 } | 3979 } |
| 3980 // 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 |
| 3981 // 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 |
| 3982 // BSD-style license that can be found in the LICENSE file. | 3982 // BSD-style license that can be found in the LICENSE file. |
| 3983 | 3983 |
| 3984 // WARNING: Do not edit - generated code. | 3984 // WARNING: Do not edit - generated code. |
| 3985 | 3985 |
| 3986 | 3986 |
| 3987 @DocsEditable | 3987 @DocsEditable |
| (...skipping 11 matching lines...) Expand all Loading... |
| 3999 | 3999 |
| 4000 | 4000 |
| 4001 @DocsEditable | 4001 @DocsEditable |
| 4002 @DomName('SVGNumber') | 4002 @DomName('SVGNumber') |
| 4003 @Unstable | 4003 @Unstable |
| 4004 class Number extends NativeFieldWrapperClass1 { | 4004 class Number extends NativeFieldWrapperClass1 { |
| 4005 Number.internal(); | 4005 Number.internal(); |
| 4006 | 4006 |
| 4007 @DomName('SVGNumber.value') | 4007 @DomName('SVGNumber.value') |
| 4008 @DocsEditable | 4008 @DocsEditable |
| 4009 num get value native "SVGNumber_value_Getter"; | 4009 double get value native "SVGNumber_value_Getter"; |
| 4010 | 4010 |
| 4011 @DomName('SVGNumber.value') | 4011 @DomName('SVGNumber.value') |
| 4012 @DocsEditable | 4012 @DocsEditable |
| 4013 void set value(num value) native "SVGNumber_value_Setter"; | 4013 void set value(double value) native "SVGNumber_value_Setter"; |
| 4014 | 4014 |
| 4015 } | 4015 } |
| 4016 // 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 |
| 4017 // 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 |
| 4018 // BSD-style license that can be found in the LICENSE file. | 4018 // BSD-style license that can be found in the LICENSE file. |
| 4019 | 4019 |
| 4020 // WARNING: Do not edit - generated code. | 4020 // WARNING: Do not edit - generated code. |
| 4021 | 4021 |
| 4022 | 4022 |
| 4023 @DocsEditable | 4023 @DocsEditable |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4138 @DomName('SVGPathElement.pathLength') | 4138 @DomName('SVGPathElement.pathLength') |
| 4139 @DocsEditable | 4139 @DocsEditable |
| 4140 AnimatedNumber get pathLength native "SVGPathElement_pathLength_Getter"; | 4140 AnimatedNumber get pathLength native "SVGPathElement_pathLength_Getter"; |
| 4141 | 4141 |
| 4142 @DomName('SVGPathElement.pathSegList') | 4142 @DomName('SVGPathElement.pathSegList') |
| 4143 @DocsEditable | 4143 @DocsEditable |
| 4144 PathSegList get pathSegList native "SVGPathElement_pathSegList_Getter"; | 4144 PathSegList get pathSegList native "SVGPathElement_pathSegList_Getter"; |
| 4145 | 4145 |
| 4146 @DomName('SVGPathElement.createSVGPathSegArcAbs') | 4146 @DomName('SVGPathElement.createSVGPathSegArcAbs') |
| 4147 @DocsEditable | 4147 @DocsEditable |
| 4148 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs
_Callback"; | 4148 PathSegArcAbs createSvgPathSegArcAbs(double x, double y, double r1, double r2,
double angle, bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createS
VGPathSegArcAbs_Callback"; |
| 4149 | 4149 |
| 4150 @DomName('SVGPathElement.createSVGPathSegArcRel') | 4150 @DomName('SVGPathElement.createSVGPathSegArcRel') |
| 4151 @DocsEditable | 4151 @DocsEditable |
| 4152 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcRel
_Callback"; | 4152 PathSegArcRel createSvgPathSegArcRel(double x, double y, double r1, double r2,
double angle, bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createS
VGPathSegArcRel_Callback"; |
| 4153 | 4153 |
| 4154 @DomName('SVGPathElement.createSVGPathSegClosePath') | 4154 @DomName('SVGPathElement.createSVGPathSegClosePath') |
| 4155 @DocsEditable | 4155 @DocsEditable |
| 4156 PathSegClosePath createSvgPathSegClosePath() native "SVGPathElement_createSVGP
athSegClosePath_Callback"; | 4156 PathSegClosePath createSvgPathSegClosePath() native "SVGPathElement_createSVGP
athSegClosePath_Callback"; |
| 4157 | 4157 |
| 4158 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') | 4158 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') |
| 4159 @DocsEditable | 4159 @DocsEditable |
| 4160 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Ca
llback"; | 4160 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(double x, double y, dou
ble x1, double y1, double x2, double y2) native "SVGPathElement_createSVGPathSeg
CurvetoCubicAbs_Callback"; |
| 4161 | 4161 |
| 4162 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') | 4162 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') |
| 4163 @DocsEditable | 4163 @DocsEditable |
| 4164 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Ca
llback"; | 4164 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(double x, double y, dou
ble x1, double y1, double x2, double y2) native "SVGPathElement_createSVGPathSeg
CurvetoCubicRel_Callback"; |
| 4165 | 4165 |
| 4166 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') | 4166 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') |
| 4167 @DocsEditable | 4167 @DocsEditable |
| 4168 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_
Callback"; | 4168 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(double x, d
ouble y, double x2, double y2) native "SVGPathElement_createSVGPathSegCurvetoCub
icSmoothAbs_Callback"; |
| 4169 | 4169 |
| 4170 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') | 4170 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') |
| 4171 @DocsEditable | 4171 @DocsEditable |
| 4172 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_
Callback"; | 4172 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(double x, d
ouble y, double x2, double y2) native "SVGPathElement_createSVGPathSegCurvetoCub
icSmoothRel_Callback"; |
| 4173 | 4173 |
| 4174 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') | 4174 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') |
| 4175 @DocsEditable | 4175 @DocsEditable |
| 4176 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callba
ck"; | 4176 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(double x, doubl
e y, double x1, double y1) native "SVGPathElement_createSVGPathSegCurvetoQuadrat
icAbs_Callback"; |
| 4177 | 4177 |
| 4178 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') | 4178 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') |
| 4179 @DocsEditable | 4179 @DocsEditable |
| 4180 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callba
ck"; | 4180 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(double x, doubl
e y, double x1, double y1) native "SVGPathElement_createSVGPathSegCurvetoQuadrat
icRel_Callback"; |
| 4181 | 4181 |
| 4182 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') | 4182 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') |
| 4183 @DocsEditable | 4183 @DocsEditable |
| 4184 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Call
back"; | 4184 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(dou
ble x, double y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAb
s_Callback"; |
| 4185 | 4185 |
| 4186 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') | 4186 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') |
| 4187 @DocsEditable | 4187 @DocsEditable |
| 4188 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Call
back"; | 4188 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(dou
ble x, double y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRe
l_Callback"; |
| 4189 | 4189 |
| 4190 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') | 4190 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') |
| 4191 @DocsEditable | 4191 @DocsEditable |
| 4192 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoAbs_Callback"; | 4192 PathSegLinetoAbs createSvgPathSegLinetoAbs(double x, double y) native "SVGPath
Element_createSVGPathSegLinetoAbs_Callback"; |
| 4193 | 4193 |
| 4194 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') | 4194 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') |
| 4195 @DocsEditable | 4195 @DocsEditable |
| 4196 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback"; | 4196 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(double x) nativ
e "SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback"; |
| 4197 | 4197 |
| 4198 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') | 4198 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') |
| 4199 @DocsEditable | 4199 @DocsEditable |
| 4200 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback"; | 4200 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(double x) nativ
e "SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback"; |
| 4201 | 4201 |
| 4202 @DomName('SVGPathElement.createSVGPathSegLinetoRel') | 4202 @DomName('SVGPathElement.createSVGPathSegLinetoRel') |
| 4203 @DocsEditable | 4203 @DocsEditable |
| 4204 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoRel_Callback"; | 4204 PathSegLinetoRel createSvgPathSegLinetoRel(double x, double y) native "SVGPath
Element_createSVGPathSegLinetoRel_Callback"; |
| 4205 | 4205 |
| 4206 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') | 4206 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') |
| 4207 @DocsEditable | 4207 @DocsEditable |
| 4208 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalAbs_Callback"; | 4208 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(double y) native "S
VGPathElement_createSVGPathSegLinetoVerticalAbs_Callback"; |
| 4209 | 4209 |
| 4210 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') | 4210 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') |
| 4211 @DocsEditable | 4211 @DocsEditable |
| 4212 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalRel_Callback"; | 4212 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(double y) native "S
VGPathElement_createSVGPathSegLinetoVerticalRel_Callback"; |
| 4213 | 4213 |
| 4214 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') | 4214 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') |
| 4215 @DocsEditable | 4215 @DocsEditable |
| 4216 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoAbs_Callback"; | 4216 PathSegMovetoAbs createSvgPathSegMovetoAbs(double x, double y) native "SVGPath
Element_createSVGPathSegMovetoAbs_Callback"; |
| 4217 | 4217 |
| 4218 @DomName('SVGPathElement.createSVGPathSegMovetoRel') | 4218 @DomName('SVGPathElement.createSVGPathSegMovetoRel') |
| 4219 @DocsEditable | 4219 @DocsEditable |
| 4220 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoRel_Callback"; | 4220 PathSegMovetoRel createSvgPathSegMovetoRel(double x, double y) native "SVGPath
Element_createSVGPathSegMovetoRel_Callback"; |
| 4221 | 4221 |
| 4222 @DomName('SVGPathElement.getPathSegAtLength') | 4222 @DomName('SVGPathElement.getPathSegAtLength') |
| 4223 @DocsEditable | 4223 @DocsEditable |
| 4224 int getPathSegAtLength(num distance) native "SVGPathElement_getPathSegAtLength
_Callback"; | 4224 int getPathSegAtLength(double distance) native "SVGPathElement_getPathSegAtLen
gth_Callback"; |
| 4225 | 4225 |
| 4226 @DomName('SVGPathElement.getPointAtLength') | 4226 @DomName('SVGPathElement.getPointAtLength') |
| 4227 @DocsEditable | 4227 @DocsEditable |
| 4228 Point getPointAtLength(num distance) native "SVGPathElement_getPointAtLength_C
allback"; | 4228 Point getPointAtLength(double distance) native "SVGPathElement_getPointAtLengt
h_Callback"; |
| 4229 | 4229 |
| 4230 @DomName('SVGPathElement.getTotalLength') | 4230 @DomName('SVGPathElement.getTotalLength') |
| 4231 @DocsEditable | 4231 @DocsEditable |
| 4232 num getTotalLength() native "SVGPathElement_getTotalLength_Callback"; | 4232 double getTotalLength() native "SVGPathElement_getTotalLength_Callback"; |
| 4233 | 4233 |
| 4234 @DomName('SVGPathElement.externalResourcesRequired') | 4234 @DomName('SVGPathElement.externalResourcesRequired') |
| 4235 @DocsEditable | 4235 @DocsEditable |
| 4236 AnimatedBoolean get externalResourcesRequired native "SVGPathElement_externalR
esourcesRequired_Getter"; | 4236 AnimatedBoolean get externalResourcesRequired native "SVGPathElement_externalR
esourcesRequired_Getter"; |
| 4237 | 4237 |
| 4238 @DomName('SVGPathElement.xmllang') | 4238 @DomName('SVGPathElement.xmllang') |
| 4239 @DocsEditable | 4239 @DocsEditable |
| 4240 String get xmllang native "SVGPathElement_xmllang_Getter"; | 4240 String get xmllang native "SVGPathElement_xmllang_Getter"; |
| 4241 | 4241 |
| 4242 @DomName('SVGPathElement.xmllang') | 4242 @DomName('SVGPathElement.xmllang') |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4406 | 4406 |
| 4407 | 4407 |
| 4408 @DocsEditable | 4408 @DocsEditable |
| 4409 @DomName('SVGPathSegArcAbs') | 4409 @DomName('SVGPathSegArcAbs') |
| 4410 @Unstable | 4410 @Unstable |
| 4411 class PathSegArcAbs extends PathSeg { | 4411 class PathSegArcAbs extends PathSeg { |
| 4412 PathSegArcAbs.internal() : super.internal(); | 4412 PathSegArcAbs.internal() : super.internal(); |
| 4413 | 4413 |
| 4414 @DomName('SVGPathSegArcAbs.angle') | 4414 @DomName('SVGPathSegArcAbs.angle') |
| 4415 @DocsEditable | 4415 @DocsEditable |
| 4416 num get angle native "SVGPathSegArcAbs_angle_Getter"; | 4416 double get angle native "SVGPathSegArcAbs_angle_Getter"; |
| 4417 | 4417 |
| 4418 @DomName('SVGPathSegArcAbs.angle') | 4418 @DomName('SVGPathSegArcAbs.angle') |
| 4419 @DocsEditable | 4419 @DocsEditable |
| 4420 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; | 4420 void set angle(double value) native "SVGPathSegArcAbs_angle_Setter"; |
| 4421 | 4421 |
| 4422 @DomName('SVGPathSegArcAbs.largeArcFlag') | 4422 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4423 @DocsEditable | 4423 @DocsEditable |
| 4424 bool get largeArcFlag native "SVGPathSegArcAbs_largeArcFlag_Getter"; | 4424 bool get largeArcFlag native "SVGPathSegArcAbs_largeArcFlag_Getter"; |
| 4425 | 4425 |
| 4426 @DomName('SVGPathSegArcAbs.largeArcFlag') | 4426 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4427 @DocsEditable | 4427 @DocsEditable |
| 4428 void set largeArcFlag(bool value) native "SVGPathSegArcAbs_largeArcFlag_Setter
"; | 4428 void set largeArcFlag(bool value) native "SVGPathSegArcAbs_largeArcFlag_Setter
"; |
| 4429 | 4429 |
| 4430 @DomName('SVGPathSegArcAbs.r1') | 4430 @DomName('SVGPathSegArcAbs.r1') |
| 4431 @DocsEditable | 4431 @DocsEditable |
| 4432 num get r1 native "SVGPathSegArcAbs_r1_Getter"; | 4432 double get r1 native "SVGPathSegArcAbs_r1_Getter"; |
| 4433 | 4433 |
| 4434 @DomName('SVGPathSegArcAbs.r1') | 4434 @DomName('SVGPathSegArcAbs.r1') |
| 4435 @DocsEditable | 4435 @DocsEditable |
| 4436 void set r1(num value) native "SVGPathSegArcAbs_r1_Setter"; | 4436 void set r1(double value) native "SVGPathSegArcAbs_r1_Setter"; |
| 4437 | 4437 |
| 4438 @DomName('SVGPathSegArcAbs.r2') | 4438 @DomName('SVGPathSegArcAbs.r2') |
| 4439 @DocsEditable | 4439 @DocsEditable |
| 4440 num get r2 native "SVGPathSegArcAbs_r2_Getter"; | 4440 double get r2 native "SVGPathSegArcAbs_r2_Getter"; |
| 4441 | 4441 |
| 4442 @DomName('SVGPathSegArcAbs.r2') | 4442 @DomName('SVGPathSegArcAbs.r2') |
| 4443 @DocsEditable | 4443 @DocsEditable |
| 4444 void set r2(num value) native "SVGPathSegArcAbs_r2_Setter"; | 4444 void set r2(double value) native "SVGPathSegArcAbs_r2_Setter"; |
| 4445 | 4445 |
| 4446 @DomName('SVGPathSegArcAbs.sweepFlag') | 4446 @DomName('SVGPathSegArcAbs.sweepFlag') |
| 4447 @DocsEditable | 4447 @DocsEditable |
| 4448 bool get sweepFlag native "SVGPathSegArcAbs_sweepFlag_Getter"; | 4448 bool get sweepFlag native "SVGPathSegArcAbs_sweepFlag_Getter"; |
| 4449 | 4449 |
| 4450 @DomName('SVGPathSegArcAbs.sweepFlag') | 4450 @DomName('SVGPathSegArcAbs.sweepFlag') |
| 4451 @DocsEditable | 4451 @DocsEditable |
| 4452 void set sweepFlag(bool value) native "SVGPathSegArcAbs_sweepFlag_Setter"; | 4452 void set sweepFlag(bool value) native "SVGPathSegArcAbs_sweepFlag_Setter"; |
| 4453 | 4453 |
| 4454 @DomName('SVGPathSegArcAbs.x') | 4454 @DomName('SVGPathSegArcAbs.x') |
| 4455 @DocsEditable | 4455 @DocsEditable |
| 4456 num get x native "SVGPathSegArcAbs_x_Getter"; | 4456 double get x native "SVGPathSegArcAbs_x_Getter"; |
| 4457 | 4457 |
| 4458 @DomName('SVGPathSegArcAbs.x') | 4458 @DomName('SVGPathSegArcAbs.x') |
| 4459 @DocsEditable | 4459 @DocsEditable |
| 4460 void set x(num value) native "SVGPathSegArcAbs_x_Setter"; | 4460 void set x(double value) native "SVGPathSegArcAbs_x_Setter"; |
| 4461 | 4461 |
| 4462 @DomName('SVGPathSegArcAbs.y') | 4462 @DomName('SVGPathSegArcAbs.y') |
| 4463 @DocsEditable | 4463 @DocsEditable |
| 4464 num get y native "SVGPathSegArcAbs_y_Getter"; | 4464 double get y native "SVGPathSegArcAbs_y_Getter"; |
| 4465 | 4465 |
| 4466 @DomName('SVGPathSegArcAbs.y') | 4466 @DomName('SVGPathSegArcAbs.y') |
| 4467 @DocsEditable | 4467 @DocsEditable |
| 4468 void set y(num value) native "SVGPathSegArcAbs_y_Setter"; | 4468 void set y(double value) native "SVGPathSegArcAbs_y_Setter"; |
| 4469 | 4469 |
| 4470 } | 4470 } |
| 4471 // 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 |
| 4472 // 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 |
| 4473 // BSD-style license that can be found in the LICENSE file. | 4473 // BSD-style license that can be found in the LICENSE file. |
| 4474 | 4474 |
| 4475 // WARNING: Do not edit - generated code. | 4475 // WARNING: Do not edit - generated code. |
| 4476 | 4476 |
| 4477 | 4477 |
| 4478 @DocsEditable | 4478 @DocsEditable |
| 4479 @DomName('SVGPathSegArcRel') | 4479 @DomName('SVGPathSegArcRel') |
| 4480 @Unstable | 4480 @Unstable |
| 4481 class PathSegArcRel extends PathSeg { | 4481 class PathSegArcRel extends PathSeg { |
| 4482 PathSegArcRel.internal() : super.internal(); | 4482 PathSegArcRel.internal() : super.internal(); |
| 4483 | 4483 |
| 4484 @DomName('SVGPathSegArcRel.angle') | 4484 @DomName('SVGPathSegArcRel.angle') |
| 4485 @DocsEditable | 4485 @DocsEditable |
| 4486 num get angle native "SVGPathSegArcRel_angle_Getter"; | 4486 double get angle native "SVGPathSegArcRel_angle_Getter"; |
| 4487 | 4487 |
| 4488 @DomName('SVGPathSegArcRel.angle') | 4488 @DomName('SVGPathSegArcRel.angle') |
| 4489 @DocsEditable | 4489 @DocsEditable |
| 4490 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; | 4490 void set angle(double value) native "SVGPathSegArcRel_angle_Setter"; |
| 4491 | 4491 |
| 4492 @DomName('SVGPathSegArcRel.largeArcFlag') | 4492 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4493 @DocsEditable | 4493 @DocsEditable |
| 4494 bool get largeArcFlag native "SVGPathSegArcRel_largeArcFlag_Getter"; | 4494 bool get largeArcFlag native "SVGPathSegArcRel_largeArcFlag_Getter"; |
| 4495 | 4495 |
| 4496 @DomName('SVGPathSegArcRel.largeArcFlag') | 4496 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4497 @DocsEditable | 4497 @DocsEditable |
| 4498 void set largeArcFlag(bool value) native "SVGPathSegArcRel_largeArcFlag_Setter
"; | 4498 void set largeArcFlag(bool value) native "SVGPathSegArcRel_largeArcFlag_Setter
"; |
| 4499 | 4499 |
| 4500 @DomName('SVGPathSegArcRel.r1') | 4500 @DomName('SVGPathSegArcRel.r1') |
| 4501 @DocsEditable | 4501 @DocsEditable |
| 4502 num get r1 native "SVGPathSegArcRel_r1_Getter"; | 4502 double get r1 native "SVGPathSegArcRel_r1_Getter"; |
| 4503 | 4503 |
| 4504 @DomName('SVGPathSegArcRel.r1') | 4504 @DomName('SVGPathSegArcRel.r1') |
| 4505 @DocsEditable | 4505 @DocsEditable |
| 4506 void set r1(num value) native "SVGPathSegArcRel_r1_Setter"; | 4506 void set r1(double value) native "SVGPathSegArcRel_r1_Setter"; |
| 4507 | 4507 |
| 4508 @DomName('SVGPathSegArcRel.r2') | 4508 @DomName('SVGPathSegArcRel.r2') |
| 4509 @DocsEditable | 4509 @DocsEditable |
| 4510 num get r2 native "SVGPathSegArcRel_r2_Getter"; | 4510 double get r2 native "SVGPathSegArcRel_r2_Getter"; |
| 4511 | 4511 |
| 4512 @DomName('SVGPathSegArcRel.r2') | 4512 @DomName('SVGPathSegArcRel.r2') |
| 4513 @DocsEditable | 4513 @DocsEditable |
| 4514 void set r2(num value) native "SVGPathSegArcRel_r2_Setter"; | 4514 void set r2(double value) native "SVGPathSegArcRel_r2_Setter"; |
| 4515 | 4515 |
| 4516 @DomName('SVGPathSegArcRel.sweepFlag') | 4516 @DomName('SVGPathSegArcRel.sweepFlag') |
| 4517 @DocsEditable | 4517 @DocsEditable |
| 4518 bool get sweepFlag native "SVGPathSegArcRel_sweepFlag_Getter"; | 4518 bool get sweepFlag native "SVGPathSegArcRel_sweepFlag_Getter"; |
| 4519 | 4519 |
| 4520 @DomName('SVGPathSegArcRel.sweepFlag') | 4520 @DomName('SVGPathSegArcRel.sweepFlag') |
| 4521 @DocsEditable | 4521 @DocsEditable |
| 4522 void set sweepFlag(bool value) native "SVGPathSegArcRel_sweepFlag_Setter"; | 4522 void set sweepFlag(bool value) native "SVGPathSegArcRel_sweepFlag_Setter"; |
| 4523 | 4523 |
| 4524 @DomName('SVGPathSegArcRel.x') | 4524 @DomName('SVGPathSegArcRel.x') |
| 4525 @DocsEditable | 4525 @DocsEditable |
| 4526 num get x native "SVGPathSegArcRel_x_Getter"; | 4526 double get x native "SVGPathSegArcRel_x_Getter"; |
| 4527 | 4527 |
| 4528 @DomName('SVGPathSegArcRel.x') | 4528 @DomName('SVGPathSegArcRel.x') |
| 4529 @DocsEditable | 4529 @DocsEditable |
| 4530 void set x(num value) native "SVGPathSegArcRel_x_Setter"; | 4530 void set x(double value) native "SVGPathSegArcRel_x_Setter"; |
| 4531 | 4531 |
| 4532 @DomName('SVGPathSegArcRel.y') | 4532 @DomName('SVGPathSegArcRel.y') |
| 4533 @DocsEditable | 4533 @DocsEditable |
| 4534 num get y native "SVGPathSegArcRel_y_Getter"; | 4534 double get y native "SVGPathSegArcRel_y_Getter"; |
| 4535 | 4535 |
| 4536 @DomName('SVGPathSegArcRel.y') | 4536 @DomName('SVGPathSegArcRel.y') |
| 4537 @DocsEditable | 4537 @DocsEditable |
| 4538 void set y(num value) native "SVGPathSegArcRel_y_Setter"; | 4538 void set y(double value) native "SVGPathSegArcRel_y_Setter"; |
| 4539 | 4539 |
| 4540 } | 4540 } |
| 4541 // 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 |
| 4542 // 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 |
| 4543 // BSD-style license that can be found in the LICENSE file. | 4543 // BSD-style license that can be found in the LICENSE file. |
| 4544 | 4544 |
| 4545 // WARNING: Do not edit - generated code. | 4545 // WARNING: Do not edit - generated code. |
| 4546 | 4546 |
| 4547 | 4547 |
| 4548 @DocsEditable | 4548 @DocsEditable |
| (...skipping 11 matching lines...) Expand all Loading... |
| 4560 | 4560 |
| 4561 | 4561 |
| 4562 @DocsEditable | 4562 @DocsEditable |
| 4563 @DomName('SVGPathSegCurvetoCubicAbs') | 4563 @DomName('SVGPathSegCurvetoCubicAbs') |
| 4564 @Unstable | 4564 @Unstable |
| 4565 class PathSegCurvetoCubicAbs extends PathSeg { | 4565 class PathSegCurvetoCubicAbs extends PathSeg { |
| 4566 PathSegCurvetoCubicAbs.internal() : super.internal(); | 4566 PathSegCurvetoCubicAbs.internal() : super.internal(); |
| 4567 | 4567 |
| 4568 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4568 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 4569 @DocsEditable | 4569 @DocsEditable |
| 4570 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; | 4570 double get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; |
| 4571 | 4571 |
| 4572 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4572 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 4573 @DocsEditable | 4573 @DocsEditable |
| 4574 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; | 4574 void set x(double value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; |
| 4575 | 4575 |
| 4576 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 4576 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 4577 @DocsEditable | 4577 @DocsEditable |
| 4578 num get x1 native "SVGPathSegCurvetoCubicAbs_x1_Getter"; | 4578 double get x1 native "SVGPathSegCurvetoCubicAbs_x1_Getter"; |
| 4579 | 4579 |
| 4580 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 4580 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 4581 @DocsEditable | 4581 @DocsEditable |
| 4582 void set x1(num value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; | 4582 void set x1(double value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; |
| 4583 | 4583 |
| 4584 @DomName('SVGPathSegCurvetoCubicAbs.x2') | 4584 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
| 4585 @DocsEditable | 4585 @DocsEditable |
| 4586 num get x2 native "SVGPathSegCurvetoCubicAbs_x2_Getter"; | 4586 double get x2 native "SVGPathSegCurvetoCubicAbs_x2_Getter"; |
| 4587 | 4587 |
| 4588 @DomName('SVGPathSegCurvetoCubicAbs.x2') | 4588 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
| 4589 @DocsEditable | 4589 @DocsEditable |
| 4590 void set x2(num value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; | 4590 void set x2(double value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; |
| 4591 | 4591 |
| 4592 @DomName('SVGPathSegCurvetoCubicAbs.y') | 4592 @DomName('SVGPathSegCurvetoCubicAbs.y') |
| 4593 @DocsEditable | 4593 @DocsEditable |
| 4594 num get y native "SVGPathSegCurvetoCubicAbs_y_Getter"; | 4594 double get y native "SVGPathSegCurvetoCubicAbs_y_Getter"; |
| 4595 | 4595 |
| 4596 @DomName('SVGPathSegCurvetoCubicAbs.y') | 4596 @DomName('SVGPathSegCurvetoCubicAbs.y') |
| 4597 @DocsEditable | 4597 @DocsEditable |
| 4598 void set y(num value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; | 4598 void set y(double value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; |
| 4599 | 4599 |
| 4600 @DomName('SVGPathSegCurvetoCubicAbs.y1') | 4600 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
| 4601 @DocsEditable | 4601 @DocsEditable |
| 4602 num get y1 native "SVGPathSegCurvetoCubicAbs_y1_Getter"; | 4602 double get y1 native "SVGPathSegCurvetoCubicAbs_y1_Getter"; |
| 4603 | 4603 |
| 4604 @DomName('SVGPathSegCurvetoCubicAbs.y1') | 4604 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
| 4605 @DocsEditable | 4605 @DocsEditable |
| 4606 void set y1(num value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; | 4606 void set y1(double value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; |
| 4607 | 4607 |
| 4608 @DomName('SVGPathSegCurvetoCubicAbs.y2') | 4608 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
| 4609 @DocsEditable | 4609 @DocsEditable |
| 4610 num get y2 native "SVGPathSegCurvetoCubicAbs_y2_Getter"; | 4610 double get y2 native "SVGPathSegCurvetoCubicAbs_y2_Getter"; |
| 4611 | 4611 |
| 4612 @DomName('SVGPathSegCurvetoCubicAbs.y2') | 4612 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
| 4613 @DocsEditable | 4613 @DocsEditable |
| 4614 void set y2(num value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; | 4614 void set y2(double value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; |
| 4615 | 4615 |
| 4616 } | 4616 } |
| 4617 // 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 |
| 4618 // 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 |
| 4619 // BSD-style license that can be found in the LICENSE file. | 4619 // BSD-style license that can be found in the LICENSE file. |
| 4620 | 4620 |
| 4621 // WARNING: Do not edit - generated code. | 4621 // WARNING: Do not edit - generated code. |
| 4622 | 4622 |
| 4623 | 4623 |
| 4624 @DocsEditable | 4624 @DocsEditable |
| 4625 @DomName('SVGPathSegCurvetoCubicRel') | 4625 @DomName('SVGPathSegCurvetoCubicRel') |
| 4626 @Unstable | 4626 @Unstable |
| 4627 class PathSegCurvetoCubicRel extends PathSeg { | 4627 class PathSegCurvetoCubicRel extends PathSeg { |
| 4628 PathSegCurvetoCubicRel.internal() : super.internal(); | 4628 PathSegCurvetoCubicRel.internal() : super.internal(); |
| 4629 | 4629 |
| 4630 @DomName('SVGPathSegCurvetoCubicRel.x') | 4630 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 4631 @DocsEditable | 4631 @DocsEditable |
| 4632 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; | 4632 double get x native "SVGPathSegCurvetoCubicRel_x_Getter"; |
| 4633 | 4633 |
| 4634 @DomName('SVGPathSegCurvetoCubicRel.x') | 4634 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 4635 @DocsEditable | 4635 @DocsEditable |
| 4636 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; | 4636 void set x(double value) native "SVGPathSegCurvetoCubicRel_x_Setter"; |
| 4637 | 4637 |
| 4638 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4638 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 4639 @DocsEditable | 4639 @DocsEditable |
| 4640 num get x1 native "SVGPathSegCurvetoCubicRel_x1_Getter"; | 4640 double get x1 native "SVGPathSegCurvetoCubicRel_x1_Getter"; |
| 4641 | 4641 |
| 4642 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4642 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 4643 @DocsEditable | 4643 @DocsEditable |
| 4644 void set x1(num value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; | 4644 void set x1(double value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; |
| 4645 | 4645 |
| 4646 @DomName('SVGPathSegCurvetoCubicRel.x2') | 4646 @DomName('SVGPathSegCurvetoCubicRel.x2') |
| 4647 @DocsEditable | 4647 @DocsEditable |
| 4648 num get x2 native "SVGPathSegCurvetoCubicRel_x2_Getter"; | 4648 double get x2 native "SVGPathSegCurvetoCubicRel_x2_Getter"; |
| 4649 | 4649 |
| 4650 @DomName('SVGPathSegCurvetoCubicRel.x2') | 4650 @DomName('SVGPathSegCurvetoCubicRel.x2') |
| 4651 @DocsEditable | 4651 @DocsEditable |
| 4652 void set x2(num value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; | 4652 void set x2(double value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; |
| 4653 | 4653 |
| 4654 @DomName('SVGPathSegCurvetoCubicRel.y') | 4654 @DomName('SVGPathSegCurvetoCubicRel.y') |
| 4655 @DocsEditable | 4655 @DocsEditable |
| 4656 num get y native "SVGPathSegCurvetoCubicRel_y_Getter"; | 4656 double get y native "SVGPathSegCurvetoCubicRel_y_Getter"; |
| 4657 | 4657 |
| 4658 @DomName('SVGPathSegCurvetoCubicRel.y') | 4658 @DomName('SVGPathSegCurvetoCubicRel.y') |
| 4659 @DocsEditable | 4659 @DocsEditable |
| 4660 void set y(num value) native "SVGPathSegCurvetoCubicRel_y_Setter"; | 4660 void set y(double value) native "SVGPathSegCurvetoCubicRel_y_Setter"; |
| 4661 | 4661 |
| 4662 @DomName('SVGPathSegCurvetoCubicRel.y1') | 4662 @DomName('SVGPathSegCurvetoCubicRel.y1') |
| 4663 @DocsEditable | 4663 @DocsEditable |
| 4664 num get y1 native "SVGPathSegCurvetoCubicRel_y1_Getter"; | 4664 double get y1 native "SVGPathSegCurvetoCubicRel_y1_Getter"; |
| 4665 | 4665 |
| 4666 @DomName('SVGPathSegCurvetoCubicRel.y1') | 4666 @DomName('SVGPathSegCurvetoCubicRel.y1') |
| 4667 @DocsEditable | 4667 @DocsEditable |
| 4668 void set y1(num value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; | 4668 void set y1(double value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; |
| 4669 | 4669 |
| 4670 @DomName('SVGPathSegCurvetoCubicRel.y2') | 4670 @DomName('SVGPathSegCurvetoCubicRel.y2') |
| 4671 @DocsEditable | 4671 @DocsEditable |
| 4672 num get y2 native "SVGPathSegCurvetoCubicRel_y2_Getter"; | 4672 double get y2 native "SVGPathSegCurvetoCubicRel_y2_Getter"; |
| 4673 | 4673 |
| 4674 @DomName('SVGPathSegCurvetoCubicRel.y2') | 4674 @DomName('SVGPathSegCurvetoCubicRel.y2') |
| 4675 @DocsEditable | 4675 @DocsEditable |
| 4676 void set y2(num value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; | 4676 void set y2(double value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; |
| 4677 | 4677 |
| 4678 } | 4678 } |
| 4679 // 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 |
| 4680 // 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 |
| 4681 // BSD-style license that can be found in the LICENSE file. | 4681 // BSD-style license that can be found in the LICENSE file. |
| 4682 | 4682 |
| 4683 // WARNING: Do not edit - generated code. | 4683 // WARNING: Do not edit - generated code. |
| 4684 | 4684 |
| 4685 | 4685 |
| 4686 @DocsEditable | 4686 @DocsEditable |
| 4687 @DomName('SVGPathSegCurvetoCubicSmoothAbs') | 4687 @DomName('SVGPathSegCurvetoCubicSmoothAbs') |
| 4688 @Unstable | 4688 @Unstable |
| 4689 class PathSegCurvetoCubicSmoothAbs extends PathSeg { | 4689 class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
| 4690 PathSegCurvetoCubicSmoothAbs.internal() : super.internal(); | 4690 PathSegCurvetoCubicSmoothAbs.internal() : super.internal(); |
| 4691 | 4691 |
| 4692 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4692 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 4693 @DocsEditable | 4693 @DocsEditable |
| 4694 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; | 4694 double get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; |
| 4695 | 4695 |
| 4696 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4696 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 4697 @DocsEditable | 4697 @DocsEditable |
| 4698 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; | 4698 void set x(double value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; |
| 4699 | 4699 |
| 4700 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4700 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 4701 @DocsEditable | 4701 @DocsEditable |
| 4702 num get x2 native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; | 4702 double get x2 native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; |
| 4703 | 4703 |
| 4704 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4704 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 4705 @DocsEditable | 4705 @DocsEditable |
| 4706 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter"; | 4706 void set x2(double value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter"; |
| 4707 | 4707 |
| 4708 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') | 4708 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
| 4709 @DocsEditable | 4709 @DocsEditable |
| 4710 num get y native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; | 4710 double get y native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; |
| 4711 | 4711 |
| 4712 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') | 4712 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
| 4713 @DocsEditable | 4713 @DocsEditable |
| 4714 void set y(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter"; | 4714 void set y(double value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter"; |
| 4715 | 4715 |
| 4716 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') | 4716 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
| 4717 @DocsEditable | 4717 @DocsEditable |
| 4718 num get y2 native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; | 4718 double get y2 native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; |
| 4719 | 4719 |
| 4720 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') | 4720 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
| 4721 @DocsEditable | 4721 @DocsEditable |
| 4722 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter"; | 4722 void set y2(double value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter"; |
| 4723 | 4723 |
| 4724 } | 4724 } |
| 4725 // 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 |
| 4726 // 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 |
| 4727 // BSD-style license that can be found in the LICENSE file. | 4727 // BSD-style license that can be found in the LICENSE file. |
| 4728 | 4728 |
| 4729 // WARNING: Do not edit - generated code. | 4729 // WARNING: Do not edit - generated code. |
| 4730 | 4730 |
| 4731 | 4731 |
| 4732 @DocsEditable | 4732 @DocsEditable |
| 4733 @DomName('SVGPathSegCurvetoCubicSmoothRel') | 4733 @DomName('SVGPathSegCurvetoCubicSmoothRel') |
| 4734 @Unstable | 4734 @Unstable |
| 4735 class PathSegCurvetoCubicSmoothRel extends PathSeg { | 4735 class PathSegCurvetoCubicSmoothRel extends PathSeg { |
| 4736 PathSegCurvetoCubicSmoothRel.internal() : super.internal(); | 4736 PathSegCurvetoCubicSmoothRel.internal() : super.internal(); |
| 4737 | 4737 |
| 4738 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4738 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 4739 @DocsEditable | 4739 @DocsEditable |
| 4740 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; | 4740 double get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; |
| 4741 | 4741 |
| 4742 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4742 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 4743 @DocsEditable | 4743 @DocsEditable |
| 4744 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; | 4744 void set x(double value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; |
| 4745 | 4745 |
| 4746 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 4746 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 4747 @DocsEditable | 4747 @DocsEditable |
| 4748 num get x2 native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; | 4748 double get x2 native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; |
| 4749 | 4749 |
| 4750 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 4750 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 4751 @DocsEditable | 4751 @DocsEditable |
| 4752 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter"; | 4752 void set x2(double value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter"; |
| 4753 | 4753 |
| 4754 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') | 4754 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
| 4755 @DocsEditable | 4755 @DocsEditable |
| 4756 num get y native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; | 4756 double get y native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; |
| 4757 | 4757 |
| 4758 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') | 4758 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
| 4759 @DocsEditable | 4759 @DocsEditable |
| 4760 void set y(num value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter"; | 4760 void set y(double value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter"; |
| 4761 | 4761 |
| 4762 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') | 4762 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
| 4763 @DocsEditable | 4763 @DocsEditable |
| 4764 num get y2 native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; | 4764 double get y2 native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; |
| 4765 | 4765 |
| 4766 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') | 4766 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
| 4767 @DocsEditable | 4767 @DocsEditable |
| 4768 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter"; | 4768 void set y2(double value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter"; |
| 4769 | 4769 |
| 4770 } | 4770 } |
| 4771 // 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 |
| 4772 // 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 |
| 4773 // BSD-style license that can be found in the LICENSE file. | 4773 // BSD-style license that can be found in the LICENSE file. |
| 4774 | 4774 |
| 4775 // WARNING: Do not edit - generated code. | 4775 // WARNING: Do not edit - generated code. |
| 4776 | 4776 |
| 4777 | 4777 |
| 4778 @DocsEditable | 4778 @DocsEditable |
| 4779 @DomName('SVGPathSegCurvetoQuadraticAbs') | 4779 @DomName('SVGPathSegCurvetoQuadraticAbs') |
| 4780 @Unstable | 4780 @Unstable |
| 4781 class PathSegCurvetoQuadraticAbs extends PathSeg { | 4781 class PathSegCurvetoQuadraticAbs extends PathSeg { |
| 4782 PathSegCurvetoQuadraticAbs.internal() : super.internal(); | 4782 PathSegCurvetoQuadraticAbs.internal() : super.internal(); |
| 4783 | 4783 |
| 4784 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4784 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 4785 @DocsEditable | 4785 @DocsEditable |
| 4786 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; | 4786 double get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; |
| 4787 | 4787 |
| 4788 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4788 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 4789 @DocsEditable | 4789 @DocsEditable |
| 4790 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; | 4790 void set x(double value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; |
| 4791 | 4791 |
| 4792 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 4792 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 4793 @DocsEditable | 4793 @DocsEditable |
| 4794 num get x1 native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; | 4794 double get x1 native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; |
| 4795 | 4795 |
| 4796 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 4796 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 4797 @DocsEditable | 4797 @DocsEditable |
| 4798 void set x1(num value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter"; | 4798 void set x1(double value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter"; |
| 4799 | 4799 |
| 4800 @DomName('SVGPathSegCurvetoQuadraticAbs.y') | 4800 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
| 4801 @DocsEditable | 4801 @DocsEditable |
| 4802 num get y native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; | 4802 double get y native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; |
| 4803 | 4803 |
| 4804 @DomName('SVGPathSegCurvetoQuadraticAbs.y') | 4804 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
| 4805 @DocsEditable | 4805 @DocsEditable |
| 4806 void set y(num value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; | 4806 void set y(double value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; |
| 4807 | 4807 |
| 4808 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') | 4808 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
| 4809 @DocsEditable | 4809 @DocsEditable |
| 4810 num get y1 native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; | 4810 double get y1 native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; |
| 4811 | 4811 |
| 4812 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') | 4812 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
| 4813 @DocsEditable | 4813 @DocsEditable |
| 4814 void set y1(num value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter"; | 4814 void set y1(double value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter"; |
| 4815 | 4815 |
| 4816 } | 4816 } |
| 4817 // 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 |
| 4818 // 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 |
| 4819 // BSD-style license that can be found in the LICENSE file. | 4819 // BSD-style license that can be found in the LICENSE file. |
| 4820 | 4820 |
| 4821 // WARNING: Do not edit - generated code. | 4821 // WARNING: Do not edit - generated code. |
| 4822 | 4822 |
| 4823 | 4823 |
| 4824 @DocsEditable | 4824 @DocsEditable |
| 4825 @DomName('SVGPathSegCurvetoQuadraticRel') | 4825 @DomName('SVGPathSegCurvetoQuadraticRel') |
| 4826 @Unstable | 4826 @Unstable |
| 4827 class PathSegCurvetoQuadraticRel extends PathSeg { | 4827 class PathSegCurvetoQuadraticRel extends PathSeg { |
| 4828 PathSegCurvetoQuadraticRel.internal() : super.internal(); | 4828 PathSegCurvetoQuadraticRel.internal() : super.internal(); |
| 4829 | 4829 |
| 4830 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4830 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 4831 @DocsEditable | 4831 @DocsEditable |
| 4832 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; | 4832 double get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; |
| 4833 | 4833 |
| 4834 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4834 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 4835 @DocsEditable | 4835 @DocsEditable |
| 4836 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; | 4836 void set x(double value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; |
| 4837 | 4837 |
| 4838 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 4838 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 4839 @DocsEditable | 4839 @DocsEditable |
| 4840 num get x1 native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; | 4840 double get x1 native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; |
| 4841 | 4841 |
| 4842 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 4842 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 4843 @DocsEditable | 4843 @DocsEditable |
| 4844 void set x1(num value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter"; | 4844 void set x1(double value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter"; |
| 4845 | 4845 |
| 4846 @DomName('SVGPathSegCurvetoQuadraticRel.y') | 4846 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
| 4847 @DocsEditable | 4847 @DocsEditable |
| 4848 num get y native "SVGPathSegCurvetoQuadraticRel_y_Getter"; | 4848 double get y native "SVGPathSegCurvetoQuadraticRel_y_Getter"; |
| 4849 | 4849 |
| 4850 @DomName('SVGPathSegCurvetoQuadraticRel.y') | 4850 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
| 4851 @DocsEditable | 4851 @DocsEditable |
| 4852 void set y(num value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; | 4852 void set y(double value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; |
| 4853 | 4853 |
| 4854 @DomName('SVGPathSegCurvetoQuadraticRel.y1') | 4854 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
| 4855 @DocsEditable | 4855 @DocsEditable |
| 4856 num get y1 native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; | 4856 double get y1 native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; |
| 4857 | 4857 |
| 4858 @DomName('SVGPathSegCurvetoQuadraticRel.y1') | 4858 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
| 4859 @DocsEditable | 4859 @DocsEditable |
| 4860 void set y1(num value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter"; | 4860 void set y1(double value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter"; |
| 4861 | 4861 |
| 4862 } | 4862 } |
| 4863 // 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 |
| 4864 // 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 |
| 4865 // BSD-style license that can be found in the LICENSE file. | 4865 // BSD-style license that can be found in the LICENSE file. |
| 4866 | 4866 |
| 4867 // WARNING: Do not edit - generated code. | 4867 // WARNING: Do not edit - generated code. |
| 4868 | 4868 |
| 4869 | 4869 |
| 4870 @DocsEditable | 4870 @DocsEditable |
| 4871 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') | 4871 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') |
| 4872 @Unstable | 4872 @Unstable |
| 4873 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { | 4873 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
| 4874 PathSegCurvetoQuadraticSmoothAbs.internal() : super.internal(); | 4874 PathSegCurvetoQuadraticSmoothAbs.internal() : super.internal(); |
| 4875 | 4875 |
| 4876 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4876 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 4877 @DocsEditable | 4877 @DocsEditable |
| 4878 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; | 4878 double get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; |
| 4879 | 4879 |
| 4880 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4880 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 4881 @DocsEditable | 4881 @DocsEditable |
| 4882 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; | 4882 void set x(double value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"
; |
| 4883 | 4883 |
| 4884 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4884 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 4885 @DocsEditable | 4885 @DocsEditable |
| 4886 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; | 4886 double get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; |
| 4887 | 4887 |
| 4888 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4888 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 4889 @DocsEditable | 4889 @DocsEditable |
| 4890 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; | 4890 void set y(double value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"
; |
| 4891 | 4891 |
| 4892 } | 4892 } |
| 4893 // 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 |
| 4894 // 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 |
| 4895 // BSD-style license that can be found in the LICENSE file. | 4895 // BSD-style license that can be found in the LICENSE file. |
| 4896 | 4896 |
| 4897 // WARNING: Do not edit - generated code. | 4897 // WARNING: Do not edit - generated code. |
| 4898 | 4898 |
| 4899 | 4899 |
| 4900 @DocsEditable | 4900 @DocsEditable |
| 4901 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') | 4901 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') |
| 4902 @Unstable | 4902 @Unstable |
| 4903 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { | 4903 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
| 4904 PathSegCurvetoQuadraticSmoothRel.internal() : super.internal(); | 4904 PathSegCurvetoQuadraticSmoothRel.internal() : super.internal(); |
| 4905 | 4905 |
| 4906 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4906 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 4907 @DocsEditable | 4907 @DocsEditable |
| 4908 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; | 4908 double get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; |
| 4909 | 4909 |
| 4910 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4910 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 4911 @DocsEditable | 4911 @DocsEditable |
| 4912 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; | 4912 void set x(double value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"
; |
| 4913 | 4913 |
| 4914 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4914 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 4915 @DocsEditable | 4915 @DocsEditable |
| 4916 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; | 4916 double get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; |
| 4917 | 4917 |
| 4918 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4918 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 4919 @DocsEditable | 4919 @DocsEditable |
| 4920 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; | 4920 void set y(double value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"
; |
| 4921 | 4921 |
| 4922 } | 4922 } |
| 4923 // 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 |
| 4924 // 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 |
| 4925 // BSD-style license that can be found in the LICENSE file. | 4925 // BSD-style license that can be found in the LICENSE file. |
| 4926 | 4926 |
| 4927 // WARNING: Do not edit - generated code. | 4927 // WARNING: Do not edit - generated code. |
| 4928 | 4928 |
| 4929 | 4929 |
| 4930 @DocsEditable | 4930 @DocsEditable |
| 4931 @DomName('SVGPathSegLinetoAbs') | 4931 @DomName('SVGPathSegLinetoAbs') |
| 4932 @Unstable | 4932 @Unstable |
| 4933 class PathSegLinetoAbs extends PathSeg { | 4933 class PathSegLinetoAbs extends PathSeg { |
| 4934 PathSegLinetoAbs.internal() : super.internal(); | 4934 PathSegLinetoAbs.internal() : super.internal(); |
| 4935 | 4935 |
| 4936 @DomName('SVGPathSegLinetoAbs.x') | 4936 @DomName('SVGPathSegLinetoAbs.x') |
| 4937 @DocsEditable | 4937 @DocsEditable |
| 4938 num get x native "SVGPathSegLinetoAbs_x_Getter"; | 4938 double get x native "SVGPathSegLinetoAbs_x_Getter"; |
| 4939 | 4939 |
| 4940 @DomName('SVGPathSegLinetoAbs.x') | 4940 @DomName('SVGPathSegLinetoAbs.x') |
| 4941 @DocsEditable | 4941 @DocsEditable |
| 4942 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; | 4942 void set x(double value) native "SVGPathSegLinetoAbs_x_Setter"; |
| 4943 | 4943 |
| 4944 @DomName('SVGPathSegLinetoAbs.y') | 4944 @DomName('SVGPathSegLinetoAbs.y') |
| 4945 @DocsEditable | 4945 @DocsEditable |
| 4946 num get y native "SVGPathSegLinetoAbs_y_Getter"; | 4946 double get y native "SVGPathSegLinetoAbs_y_Getter"; |
| 4947 | 4947 |
| 4948 @DomName('SVGPathSegLinetoAbs.y') | 4948 @DomName('SVGPathSegLinetoAbs.y') |
| 4949 @DocsEditable | 4949 @DocsEditable |
| 4950 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; | 4950 void set y(double value) native "SVGPathSegLinetoAbs_y_Setter"; |
| 4951 | 4951 |
| 4952 } | 4952 } |
| 4953 // 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 |
| 4954 // 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 |
| 4955 // BSD-style license that can be found in the LICENSE file. | 4955 // BSD-style license that can be found in the LICENSE file. |
| 4956 | 4956 |
| 4957 // WARNING: Do not edit - generated code. | 4957 // WARNING: Do not edit - generated code. |
| 4958 | 4958 |
| 4959 | 4959 |
| 4960 @DocsEditable | 4960 @DocsEditable |
| 4961 @DomName('SVGPathSegLinetoHorizontalAbs') | 4961 @DomName('SVGPathSegLinetoHorizontalAbs') |
| 4962 @Unstable | 4962 @Unstable |
| 4963 class PathSegLinetoHorizontalAbs extends PathSeg { | 4963 class PathSegLinetoHorizontalAbs extends PathSeg { |
| 4964 PathSegLinetoHorizontalAbs.internal() : super.internal(); | 4964 PathSegLinetoHorizontalAbs.internal() : super.internal(); |
| 4965 | 4965 |
| 4966 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4966 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 4967 @DocsEditable | 4967 @DocsEditable |
| 4968 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; | 4968 double get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; |
| 4969 | 4969 |
| 4970 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4970 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 4971 @DocsEditable | 4971 @DocsEditable |
| 4972 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; | 4972 void set x(double value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; |
| 4973 | 4973 |
| 4974 } | 4974 } |
| 4975 // 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 |
| 4976 // 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 |
| 4977 // BSD-style license that can be found in the LICENSE file. | 4977 // BSD-style license that can be found in the LICENSE file. |
| 4978 | 4978 |
| 4979 // WARNING: Do not edit - generated code. | 4979 // WARNING: Do not edit - generated code. |
| 4980 | 4980 |
| 4981 | 4981 |
| 4982 @DocsEditable | 4982 @DocsEditable |
| 4983 @DomName('SVGPathSegLinetoHorizontalRel') | 4983 @DomName('SVGPathSegLinetoHorizontalRel') |
| 4984 @Unstable | 4984 @Unstable |
| 4985 class PathSegLinetoHorizontalRel extends PathSeg { | 4985 class PathSegLinetoHorizontalRel extends PathSeg { |
| 4986 PathSegLinetoHorizontalRel.internal() : super.internal(); | 4986 PathSegLinetoHorizontalRel.internal() : super.internal(); |
| 4987 | 4987 |
| 4988 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4988 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 4989 @DocsEditable | 4989 @DocsEditable |
| 4990 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; | 4990 double get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; |
| 4991 | 4991 |
| 4992 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4992 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 4993 @DocsEditable | 4993 @DocsEditable |
| 4994 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; | 4994 void set x(double value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; |
| 4995 | 4995 |
| 4996 } | 4996 } |
| 4997 // 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 |
| 4998 // 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 |
| 4999 // BSD-style license that can be found in the LICENSE file. | 4999 // BSD-style license that can be found in the LICENSE file. |
| 5000 | 5000 |
| 5001 // WARNING: Do not edit - generated code. | 5001 // WARNING: Do not edit - generated code. |
| 5002 | 5002 |
| 5003 | 5003 |
| 5004 @DocsEditable | 5004 @DocsEditable |
| 5005 @DomName('SVGPathSegLinetoRel') | 5005 @DomName('SVGPathSegLinetoRel') |
| 5006 @Unstable | 5006 @Unstable |
| 5007 class PathSegLinetoRel extends PathSeg { | 5007 class PathSegLinetoRel extends PathSeg { |
| 5008 PathSegLinetoRel.internal() : super.internal(); | 5008 PathSegLinetoRel.internal() : super.internal(); |
| 5009 | 5009 |
| 5010 @DomName('SVGPathSegLinetoRel.x') | 5010 @DomName('SVGPathSegLinetoRel.x') |
| 5011 @DocsEditable | 5011 @DocsEditable |
| 5012 num get x native "SVGPathSegLinetoRel_x_Getter"; | 5012 double get x native "SVGPathSegLinetoRel_x_Getter"; |
| 5013 | 5013 |
| 5014 @DomName('SVGPathSegLinetoRel.x') | 5014 @DomName('SVGPathSegLinetoRel.x') |
| 5015 @DocsEditable | 5015 @DocsEditable |
| 5016 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; | 5016 void set x(double value) native "SVGPathSegLinetoRel_x_Setter"; |
| 5017 | 5017 |
| 5018 @DomName('SVGPathSegLinetoRel.y') | 5018 @DomName('SVGPathSegLinetoRel.y') |
| 5019 @DocsEditable | 5019 @DocsEditable |
| 5020 num get y native "SVGPathSegLinetoRel_y_Getter"; | 5020 double get y native "SVGPathSegLinetoRel_y_Getter"; |
| 5021 | 5021 |
| 5022 @DomName('SVGPathSegLinetoRel.y') | 5022 @DomName('SVGPathSegLinetoRel.y') |
| 5023 @DocsEditable | 5023 @DocsEditable |
| 5024 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; | 5024 void set y(double value) native "SVGPathSegLinetoRel_y_Setter"; |
| 5025 | 5025 |
| 5026 } | 5026 } |
| 5027 // 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 |
| 5028 // 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 |
| 5029 // BSD-style license that can be found in the LICENSE file. | 5029 // BSD-style license that can be found in the LICENSE file. |
| 5030 | 5030 |
| 5031 // WARNING: Do not edit - generated code. | 5031 // WARNING: Do not edit - generated code. |
| 5032 | 5032 |
| 5033 | 5033 |
| 5034 @DocsEditable | 5034 @DocsEditable |
| 5035 @DomName('SVGPathSegLinetoVerticalAbs') | 5035 @DomName('SVGPathSegLinetoVerticalAbs') |
| 5036 @Unstable | 5036 @Unstable |
| 5037 class PathSegLinetoVerticalAbs extends PathSeg { | 5037 class PathSegLinetoVerticalAbs extends PathSeg { |
| 5038 PathSegLinetoVerticalAbs.internal() : super.internal(); | 5038 PathSegLinetoVerticalAbs.internal() : super.internal(); |
| 5039 | 5039 |
| 5040 @DomName('SVGPathSegLinetoVerticalAbs.y') | 5040 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 5041 @DocsEditable | 5041 @DocsEditable |
| 5042 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; | 5042 double get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; |
| 5043 | 5043 |
| 5044 @DomName('SVGPathSegLinetoVerticalAbs.y') | 5044 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 5045 @DocsEditable | 5045 @DocsEditable |
| 5046 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; | 5046 void set y(double value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; |
| 5047 | 5047 |
| 5048 } | 5048 } |
| 5049 // 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 |
| 5050 // 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 |
| 5051 // BSD-style license that can be found in the LICENSE file. | 5051 // BSD-style license that can be found in the LICENSE file. |
| 5052 | 5052 |
| 5053 // WARNING: Do not edit - generated code. | 5053 // WARNING: Do not edit - generated code. |
| 5054 | 5054 |
| 5055 | 5055 |
| 5056 @DocsEditable | 5056 @DocsEditable |
| 5057 @DomName('SVGPathSegLinetoVerticalRel') | 5057 @DomName('SVGPathSegLinetoVerticalRel') |
| 5058 @Unstable | 5058 @Unstable |
| 5059 class PathSegLinetoVerticalRel extends PathSeg { | 5059 class PathSegLinetoVerticalRel extends PathSeg { |
| 5060 PathSegLinetoVerticalRel.internal() : super.internal(); | 5060 PathSegLinetoVerticalRel.internal() : super.internal(); |
| 5061 | 5061 |
| 5062 @DomName('SVGPathSegLinetoVerticalRel.y') | 5062 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 5063 @DocsEditable | 5063 @DocsEditable |
| 5064 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; | 5064 double get y native "SVGPathSegLinetoVerticalRel_y_Getter"; |
| 5065 | 5065 |
| 5066 @DomName('SVGPathSegLinetoVerticalRel.y') | 5066 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 5067 @DocsEditable | 5067 @DocsEditable |
| 5068 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; | 5068 void set y(double value) native "SVGPathSegLinetoVerticalRel_y_Setter"; |
| 5069 | 5069 |
| 5070 } | 5070 } |
| 5071 // 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 |
| 5072 // 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 |
| 5073 // BSD-style license that can be found in the LICENSE file. | 5073 // BSD-style license that can be found in the LICENSE file. |
| 5074 | 5074 |
| 5075 // WARNING: Do not edit - generated code. | 5075 // WARNING: Do not edit - generated code. |
| 5076 | 5076 |
| 5077 | 5077 |
| 5078 @DocsEditable | 5078 @DocsEditable |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5169 | 5169 |
| 5170 | 5170 |
| 5171 @DocsEditable | 5171 @DocsEditable |
| 5172 @DomName('SVGPathSegMovetoAbs') | 5172 @DomName('SVGPathSegMovetoAbs') |
| 5173 @Unstable | 5173 @Unstable |
| 5174 class PathSegMovetoAbs extends PathSeg { | 5174 class PathSegMovetoAbs extends PathSeg { |
| 5175 PathSegMovetoAbs.internal() : super.internal(); | 5175 PathSegMovetoAbs.internal() : super.internal(); |
| 5176 | 5176 |
| 5177 @DomName('SVGPathSegMovetoAbs.x') | 5177 @DomName('SVGPathSegMovetoAbs.x') |
| 5178 @DocsEditable | 5178 @DocsEditable |
| 5179 num get x native "SVGPathSegMovetoAbs_x_Getter"; | 5179 double get x native "SVGPathSegMovetoAbs_x_Getter"; |
| 5180 | 5180 |
| 5181 @DomName('SVGPathSegMovetoAbs.x') | 5181 @DomName('SVGPathSegMovetoAbs.x') |
| 5182 @DocsEditable | 5182 @DocsEditable |
| 5183 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; | 5183 void set x(double value) native "SVGPathSegMovetoAbs_x_Setter"; |
| 5184 | 5184 |
| 5185 @DomName('SVGPathSegMovetoAbs.y') | 5185 @DomName('SVGPathSegMovetoAbs.y') |
| 5186 @DocsEditable | 5186 @DocsEditable |
| 5187 num get y native "SVGPathSegMovetoAbs_y_Getter"; | 5187 double get y native "SVGPathSegMovetoAbs_y_Getter"; |
| 5188 | 5188 |
| 5189 @DomName('SVGPathSegMovetoAbs.y') | 5189 @DomName('SVGPathSegMovetoAbs.y') |
| 5190 @DocsEditable | 5190 @DocsEditable |
| 5191 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; | 5191 void set y(double value) native "SVGPathSegMovetoAbs_y_Setter"; |
| 5192 | 5192 |
| 5193 } | 5193 } |
| 5194 // 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 |
| 5195 // 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 |
| 5196 // BSD-style license that can be found in the LICENSE file. | 5196 // BSD-style license that can be found in the LICENSE file. |
| 5197 | 5197 |
| 5198 // WARNING: Do not edit - generated code. | 5198 // WARNING: Do not edit - generated code. |
| 5199 | 5199 |
| 5200 | 5200 |
| 5201 @DocsEditable | 5201 @DocsEditable |
| 5202 @DomName('SVGPathSegMovetoRel') | 5202 @DomName('SVGPathSegMovetoRel') |
| 5203 @Unstable | 5203 @Unstable |
| 5204 class PathSegMovetoRel extends PathSeg { | 5204 class PathSegMovetoRel extends PathSeg { |
| 5205 PathSegMovetoRel.internal() : super.internal(); | 5205 PathSegMovetoRel.internal() : super.internal(); |
| 5206 | 5206 |
| 5207 @DomName('SVGPathSegMovetoRel.x') | 5207 @DomName('SVGPathSegMovetoRel.x') |
| 5208 @DocsEditable | 5208 @DocsEditable |
| 5209 num get x native "SVGPathSegMovetoRel_x_Getter"; | 5209 double get x native "SVGPathSegMovetoRel_x_Getter"; |
| 5210 | 5210 |
| 5211 @DomName('SVGPathSegMovetoRel.x') | 5211 @DomName('SVGPathSegMovetoRel.x') |
| 5212 @DocsEditable | 5212 @DocsEditable |
| 5213 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; | 5213 void set x(double value) native "SVGPathSegMovetoRel_x_Setter"; |
| 5214 | 5214 |
| 5215 @DomName('SVGPathSegMovetoRel.y') | 5215 @DomName('SVGPathSegMovetoRel.y') |
| 5216 @DocsEditable | 5216 @DocsEditable |
| 5217 num get y native "SVGPathSegMovetoRel_y_Getter"; | 5217 double get y native "SVGPathSegMovetoRel_y_Getter"; |
| 5218 | 5218 |
| 5219 @DomName('SVGPathSegMovetoRel.y') | 5219 @DomName('SVGPathSegMovetoRel.y') |
| 5220 @DocsEditable | 5220 @DocsEditable |
| 5221 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; | 5221 void set y(double value) native "SVGPathSegMovetoRel_y_Setter"; |
| 5222 | 5222 |
| 5223 } | 5223 } |
| 5224 // 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 |
| 5225 // 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 |
| 5226 // BSD-style license that can be found in the LICENSE file. | 5226 // BSD-style license that can be found in the LICENSE file. |
| 5227 | 5227 |
| 5228 // WARNING: Do not edit - generated code. | 5228 // WARNING: Do not edit - generated code. |
| 5229 | 5229 |
| 5230 | 5230 |
| 5231 @DocsEditable | 5231 @DocsEditable |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5323 | 5323 |
| 5324 | 5324 |
| 5325 @DocsEditable | 5325 @DocsEditable |
| 5326 @DomName('SVGPoint') | 5326 @DomName('SVGPoint') |
| 5327 @Unstable | 5327 @Unstable |
| 5328 class Point extends NativeFieldWrapperClass1 { | 5328 class Point extends NativeFieldWrapperClass1 { |
| 5329 Point.internal(); | 5329 Point.internal(); |
| 5330 | 5330 |
| 5331 @DomName('SVGPoint.x') | 5331 @DomName('SVGPoint.x') |
| 5332 @DocsEditable | 5332 @DocsEditable |
| 5333 num get x native "SVGPoint_x_Getter"; | 5333 double get x native "SVGPoint_x_Getter"; |
| 5334 | 5334 |
| 5335 @DomName('SVGPoint.x') | 5335 @DomName('SVGPoint.x') |
| 5336 @DocsEditable | 5336 @DocsEditable |
| 5337 void set x(num value) native "SVGPoint_x_Setter"; | 5337 void set x(double value) native "SVGPoint_x_Setter"; |
| 5338 | 5338 |
| 5339 @DomName('SVGPoint.y') | 5339 @DomName('SVGPoint.y') |
| 5340 @DocsEditable | 5340 @DocsEditable |
| 5341 num get y native "SVGPoint_y_Getter"; | 5341 double get y native "SVGPoint_y_Getter"; |
| 5342 | 5342 |
| 5343 @DomName('SVGPoint.y') | 5343 @DomName('SVGPoint.y') |
| 5344 @DocsEditable | 5344 @DocsEditable |
| 5345 void set y(num value) native "SVGPoint_y_Setter"; | 5345 void set y(double value) native "SVGPoint_y_Setter"; |
| 5346 | 5346 |
| 5347 @DomName('SVGPoint.matrixTransform') | 5347 @DomName('SVGPoint.matrixTransform') |
| 5348 @DocsEditable | 5348 @DocsEditable |
| 5349 Point matrixTransform(Matrix matrix) native "SVGPoint_matrixTransform_Callback
"; | 5349 Point matrixTransform(Matrix matrix) native "SVGPoint_matrixTransform_Callback
"; |
| 5350 | 5350 |
| 5351 } | 5351 } |
| 5352 // 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 |
| 5353 // 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 |
| 5354 // BSD-style license that can be found in the LICENSE file. | 5354 // BSD-style license that can be found in the LICENSE file. |
| 5355 | 5355 |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5711 | 5711 |
| 5712 | 5712 |
| 5713 @DocsEditable | 5713 @DocsEditable |
| 5714 @DomName('SVGRect') | 5714 @DomName('SVGRect') |
| 5715 @Unstable | 5715 @Unstable |
| 5716 class Rect extends NativeFieldWrapperClass1 { | 5716 class Rect extends NativeFieldWrapperClass1 { |
| 5717 Rect.internal(); | 5717 Rect.internal(); |
| 5718 | 5718 |
| 5719 @DomName('SVGRect.height') | 5719 @DomName('SVGRect.height') |
| 5720 @DocsEditable | 5720 @DocsEditable |
| 5721 num get height native "SVGRect_height_Getter"; | 5721 double get height native "SVGRect_height_Getter"; |
| 5722 | 5722 |
| 5723 @DomName('SVGRect.height') | 5723 @DomName('SVGRect.height') |
| 5724 @DocsEditable | 5724 @DocsEditable |
| 5725 void set height(num value) native "SVGRect_height_Setter"; | 5725 void set height(double value) native "SVGRect_height_Setter"; |
| 5726 | 5726 |
| 5727 @DomName('SVGRect.width') | 5727 @DomName('SVGRect.width') |
| 5728 @DocsEditable | 5728 @DocsEditable |
| 5729 num get width native "SVGRect_width_Getter"; | 5729 double get width native "SVGRect_width_Getter"; |
| 5730 | 5730 |
| 5731 @DomName('SVGRect.width') | 5731 @DomName('SVGRect.width') |
| 5732 @DocsEditable | 5732 @DocsEditable |
| 5733 void set width(num value) native "SVGRect_width_Setter"; | 5733 void set width(double value) native "SVGRect_width_Setter"; |
| 5734 | 5734 |
| 5735 @DomName('SVGRect.x') | 5735 @DomName('SVGRect.x') |
| 5736 @DocsEditable | 5736 @DocsEditable |
| 5737 num get x native "SVGRect_x_Getter"; | 5737 double get x native "SVGRect_x_Getter"; |
| 5738 | 5738 |
| 5739 @DomName('SVGRect.x') | 5739 @DomName('SVGRect.x') |
| 5740 @DocsEditable | 5740 @DocsEditable |
| 5741 void set x(num value) native "SVGRect_x_Setter"; | 5741 void set x(double value) native "SVGRect_x_Setter"; |
| 5742 | 5742 |
| 5743 @DomName('SVGRect.y') | 5743 @DomName('SVGRect.y') |
| 5744 @DocsEditable | 5744 @DocsEditable |
| 5745 num get y native "SVGRect_y_Getter"; | 5745 double get y native "SVGRect_y_Getter"; |
| 5746 | 5746 |
| 5747 @DomName('SVGRect.y') | 5747 @DomName('SVGRect.y') |
| 5748 @DocsEditable | 5748 @DocsEditable |
| 5749 void set y(num value) native "SVGRect_y_Setter"; | 5749 void set y(double value) native "SVGRect_y_Setter"; |
| 5750 | 5750 |
| 5751 } | 5751 } |
| 5752 // 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 |
| 5753 // 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 |
| 5754 // BSD-style license that can be found in the LICENSE file. | 5754 // BSD-style license that can be found in the LICENSE file. |
| 5755 | 5755 |
| 5756 // WARNING: Do not edit - generated code. | 5756 // WARNING: Do not edit - generated code. |
| 5757 | 5757 |
| 5758 | 5758 |
| 5759 @DocsEditable | 5759 @DocsEditable |
| (...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6383 @DomName('SVGSVGElement.contentStyleType') | 6383 @DomName('SVGSVGElement.contentStyleType') |
| 6384 @DocsEditable | 6384 @DocsEditable |
| 6385 String get contentStyleType native "SVGSVGElement_contentStyleType_Getter"; | 6385 String get contentStyleType native "SVGSVGElement_contentStyleType_Getter"; |
| 6386 | 6386 |
| 6387 @DomName('SVGSVGElement.contentStyleType') | 6387 @DomName('SVGSVGElement.contentStyleType') |
| 6388 @DocsEditable | 6388 @DocsEditable |
| 6389 void set contentStyleType(String value) native "SVGSVGElement_contentStyleType
_Setter"; | 6389 void set contentStyleType(String value) native "SVGSVGElement_contentStyleType
_Setter"; |
| 6390 | 6390 |
| 6391 @DomName('SVGSVGElement.currentScale') | 6391 @DomName('SVGSVGElement.currentScale') |
| 6392 @DocsEditable | 6392 @DocsEditable |
| 6393 num get currentScale native "SVGSVGElement_currentScale_Getter"; | 6393 double get currentScale native "SVGSVGElement_currentScale_Getter"; |
| 6394 | 6394 |
| 6395 @DomName('SVGSVGElement.currentScale') | 6395 @DomName('SVGSVGElement.currentScale') |
| 6396 @DocsEditable | 6396 @DocsEditable |
| 6397 void set currentScale(num value) native "SVGSVGElement_currentScale_Setter"; | 6397 void set currentScale(double value) native "SVGSVGElement_currentScale_Setter"
; |
| 6398 | 6398 |
| 6399 @DomName('SVGSVGElement.currentTranslate') | 6399 @DomName('SVGSVGElement.currentTranslate') |
| 6400 @DocsEditable | 6400 @DocsEditable |
| 6401 Point get currentTranslate native "SVGSVGElement_currentTranslate_Getter"; | 6401 Point get currentTranslate native "SVGSVGElement_currentTranslate_Getter"; |
| 6402 | 6402 |
| 6403 @DomName('SVGSVGElement.currentView') | 6403 @DomName('SVGSVGElement.currentView') |
| 6404 @DocsEditable | 6404 @DocsEditable |
| 6405 ViewSpec get currentView native "SVGSVGElement_currentView_Getter"; | 6405 ViewSpec get currentView native "SVGSVGElement_currentView_Getter"; |
| 6406 | 6406 |
| 6407 @DomName('SVGSVGElement.height') | 6407 @DomName('SVGSVGElement.height') |
| 6408 @DocsEditable | 6408 @DocsEditable |
| 6409 AnimatedLength get height native "SVGSVGElement_height_Getter"; | 6409 AnimatedLength get height native "SVGSVGElement_height_Getter"; |
| 6410 | 6410 |
| 6411 @DomName('SVGSVGElement.pixelUnitToMillimeterX') | 6411 @DomName('SVGSVGElement.pixelUnitToMillimeterX') |
| 6412 @DocsEditable | 6412 @DocsEditable |
| 6413 num get pixelUnitToMillimeterX native "SVGSVGElement_pixelUnitToMillimeterX_Ge
tter"; | 6413 double get pixelUnitToMillimeterX native "SVGSVGElement_pixelUnitToMillimeterX
_Getter"; |
| 6414 | 6414 |
| 6415 @DomName('SVGSVGElement.pixelUnitToMillimeterY') | 6415 @DomName('SVGSVGElement.pixelUnitToMillimeterY') |
| 6416 @DocsEditable | 6416 @DocsEditable |
| 6417 num get pixelUnitToMillimeterY native "SVGSVGElement_pixelUnitToMillimeterY_Ge
tter"; | 6417 double get pixelUnitToMillimeterY native "SVGSVGElement_pixelUnitToMillimeterY
_Getter"; |
| 6418 | 6418 |
| 6419 @DomName('SVGSVGElement.screenPixelToMillimeterX') | 6419 @DomName('SVGSVGElement.screenPixelToMillimeterX') |
| 6420 @DocsEditable | 6420 @DocsEditable |
| 6421 num get screenPixelToMillimeterX native "SVGSVGElement_screenPixelToMillimeter
X_Getter"; | 6421 double get screenPixelToMillimeterX native "SVGSVGElement_screenPixelToMillime
terX_Getter"; |
| 6422 | 6422 |
| 6423 @DomName('SVGSVGElement.screenPixelToMillimeterY') | 6423 @DomName('SVGSVGElement.screenPixelToMillimeterY') |
| 6424 @DocsEditable | 6424 @DocsEditable |
| 6425 num get screenPixelToMillimeterY native "SVGSVGElement_screenPixelToMillimeter
Y_Getter"; | 6425 double get screenPixelToMillimeterY native "SVGSVGElement_screenPixelToMillime
terY_Getter"; |
| 6426 | 6426 |
| 6427 @DomName('SVGSVGElement.useCurrentView') | 6427 @DomName('SVGSVGElement.useCurrentView') |
| 6428 @DocsEditable | 6428 @DocsEditable |
| 6429 bool get useCurrentView native "SVGSVGElement_useCurrentView_Getter"; | 6429 bool get useCurrentView native "SVGSVGElement_useCurrentView_Getter"; |
| 6430 | 6430 |
| 6431 @DomName('SVGSVGElement.viewport') | 6431 @DomName('SVGSVGElement.viewport') |
| 6432 @DocsEditable | 6432 @DocsEditable |
| 6433 Rect get viewport native "SVGSVGElement_viewport_Getter"; | 6433 Rect get viewport native "SVGSVGElement_viewport_Getter"; |
| 6434 | 6434 |
| 6435 @DomName('SVGSVGElement.width') | 6435 @DomName('SVGSVGElement.width') |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6491 @DomName('SVGSVGElement.deselectAll') | 6491 @DomName('SVGSVGElement.deselectAll') |
| 6492 @DocsEditable | 6492 @DocsEditable |
| 6493 void deselectAll() native "SVGSVGElement_deselectAll_Callback"; | 6493 void deselectAll() native "SVGSVGElement_deselectAll_Callback"; |
| 6494 | 6494 |
| 6495 @DomName('SVGSVGElement.forceRedraw') | 6495 @DomName('SVGSVGElement.forceRedraw') |
| 6496 @DocsEditable | 6496 @DocsEditable |
| 6497 void forceRedraw() native "SVGSVGElement_forceRedraw_Callback"; | 6497 void forceRedraw() native "SVGSVGElement_forceRedraw_Callback"; |
| 6498 | 6498 |
| 6499 @DomName('SVGSVGElement.getCurrentTime') | 6499 @DomName('SVGSVGElement.getCurrentTime') |
| 6500 @DocsEditable | 6500 @DocsEditable |
| 6501 num getCurrentTime() native "SVGSVGElement_getCurrentTime_Callback"; | 6501 double getCurrentTime() native "SVGSVGElement_getCurrentTime_Callback"; |
| 6502 | 6502 |
| 6503 @DomName('SVGSVGElement.getElementById') | 6503 @DomName('SVGSVGElement.getElementById') |
| 6504 @DocsEditable | 6504 @DocsEditable |
| 6505 Element getElementById(String elementId) native "SVGSVGElement_getElementById_
Callback"; | 6505 Element getElementById(String elementId) native "SVGSVGElement_getElementById_
Callback"; |
| 6506 | 6506 |
| 6507 @DomName('SVGSVGElement.getEnclosureList') | 6507 @DomName('SVGSVGElement.getEnclosureList') |
| 6508 @DocsEditable | 6508 @DocsEditable |
| 6509 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native "SV
GSVGElement_getEnclosureList_Callback"; | 6509 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native "SV
GSVGElement_getEnclosureList_Callback"; |
| 6510 | 6510 |
| 6511 @DomName('SVGSVGElement.getIntersectionList') | 6511 @DomName('SVGSVGElement.getIntersectionList') |
| 6512 @DocsEditable | 6512 @DocsEditable |
| 6513 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native
"SVGSVGElement_getIntersectionList_Callback"; | 6513 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native
"SVGSVGElement_getIntersectionList_Callback"; |
| 6514 | 6514 |
| 6515 @DomName('SVGSVGElement.pauseAnimations') | 6515 @DomName('SVGSVGElement.pauseAnimations') |
| 6516 @DocsEditable | 6516 @DocsEditable |
| 6517 void pauseAnimations() native "SVGSVGElement_pauseAnimations_Callback"; | 6517 void pauseAnimations() native "SVGSVGElement_pauseAnimations_Callback"; |
| 6518 | 6518 |
| 6519 @DomName('SVGSVGElement.setCurrentTime') | 6519 @DomName('SVGSVGElement.setCurrentTime') |
| 6520 @DocsEditable | 6520 @DocsEditable |
| 6521 void setCurrentTime(num seconds) native "SVGSVGElement_setCurrentTime_Callback
"; | 6521 void setCurrentTime(double seconds) native "SVGSVGElement_setCurrentTime_Callb
ack"; |
| 6522 | 6522 |
| 6523 @DomName('SVGSVGElement.suspendRedraw') | 6523 @DomName('SVGSVGElement.suspendRedraw') |
| 6524 @DocsEditable | 6524 @DocsEditable |
| 6525 int suspendRedraw(int maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw
_Callback"; | 6525 int suspendRedraw(int maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw
_Callback"; |
| 6526 | 6526 |
| 6527 @DomName('SVGSVGElement.unpauseAnimations') | 6527 @DomName('SVGSVGElement.unpauseAnimations') |
| 6528 @DocsEditable | 6528 @DocsEditable |
| 6529 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback"; | 6529 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback"; |
| 6530 | 6530 |
| 6531 @DomName('SVGSVGElement.unsuspendRedraw') | 6531 @DomName('SVGSVGElement.unsuspendRedraw') |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6825 @DomName('SVGTextContentElement.textLength') | 6825 @DomName('SVGTextContentElement.textLength') |
| 6826 @DocsEditable | 6826 @DocsEditable |
| 6827 AnimatedLength get textLength native "SVGTextContentElement_textLength_Getter"
; | 6827 AnimatedLength get textLength native "SVGTextContentElement_textLength_Getter"
; |
| 6828 | 6828 |
| 6829 @DomName('SVGTextContentElement.getCharNumAtPosition') | 6829 @DomName('SVGTextContentElement.getCharNumAtPosition') |
| 6830 @DocsEditable | 6830 @DocsEditable |
| 6831 int getCharNumAtPosition(Point point) native "SVGTextContentElement_getCharNum
AtPosition_Callback"; | 6831 int getCharNumAtPosition(Point point) native "SVGTextContentElement_getCharNum
AtPosition_Callback"; |
| 6832 | 6832 |
| 6833 @DomName('SVGTextContentElement.getComputedTextLength') | 6833 @DomName('SVGTextContentElement.getComputedTextLength') |
| 6834 @DocsEditable | 6834 @DocsEditable |
| 6835 num getComputedTextLength() native "SVGTextContentElement_getComputedTextLengt
h_Callback"; | 6835 double getComputedTextLength() native "SVGTextContentElement_getComputedTextLe
ngth_Callback"; |
| 6836 | 6836 |
| 6837 @DomName('SVGTextContentElement.getEndPositionOfChar') | 6837 @DomName('SVGTextContentElement.getEndPositionOfChar') |
| 6838 @DocsEditable | 6838 @DocsEditable |
| 6839 Point getEndPositionOfChar(int offset) native "SVGTextContentElement_getEndPos
itionOfChar_Callback"; | 6839 Point getEndPositionOfChar(int offset) native "SVGTextContentElement_getEndPos
itionOfChar_Callback"; |
| 6840 | 6840 |
| 6841 @DomName('SVGTextContentElement.getExtentOfChar') | 6841 @DomName('SVGTextContentElement.getExtentOfChar') |
| 6842 @DocsEditable | 6842 @DocsEditable |
| 6843 Rect getExtentOfChar(int offset) native "SVGTextContentElement_getExtentOfChar
_Callback"; | 6843 Rect getExtentOfChar(int offset) native "SVGTextContentElement_getExtentOfChar
_Callback"; |
| 6844 | 6844 |
| 6845 @DomName('SVGTextContentElement.getNumberOfChars') | 6845 @DomName('SVGTextContentElement.getNumberOfChars') |
| 6846 @DocsEditable | 6846 @DocsEditable |
| 6847 int getNumberOfChars() native "SVGTextContentElement_getNumberOfChars_Callback
"; | 6847 int getNumberOfChars() native "SVGTextContentElement_getNumberOfChars_Callback
"; |
| 6848 | 6848 |
| 6849 @DomName('SVGTextContentElement.getRotationOfChar') | 6849 @DomName('SVGTextContentElement.getRotationOfChar') |
| 6850 @DocsEditable | 6850 @DocsEditable |
| 6851 num getRotationOfChar(int offset) native "SVGTextContentElement_getRotationOfC
har_Callback"; | 6851 double getRotationOfChar(int offset) native "SVGTextContentElement_getRotation
OfChar_Callback"; |
| 6852 | 6852 |
| 6853 @DomName('SVGTextContentElement.getStartPositionOfChar') | 6853 @DomName('SVGTextContentElement.getStartPositionOfChar') |
| 6854 @DocsEditable | 6854 @DocsEditable |
| 6855 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar
tPositionOfChar_Callback"; | 6855 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar
tPositionOfChar_Callback"; |
| 6856 | 6856 |
| 6857 @DomName('SVGTextContentElement.getSubStringLength') | 6857 @DomName('SVGTextContentElement.getSubStringLength') |
| 6858 @DocsEditable | 6858 @DocsEditable |
| 6859 num getSubStringLength(int offset, int length) native "SVGTextContentElement_g
etSubStringLength_Callback"; | 6859 double getSubStringLength(int offset, int length) native "SVGTextContentElemen
t_getSubStringLength_Callback"; |
| 6860 | 6860 |
| 6861 @DomName('SVGTextContentElement.selectSubString') | 6861 @DomName('SVGTextContentElement.selectSubString') |
| 6862 @DocsEditable | 6862 @DocsEditable |
| 6863 void selectSubString(int offset, int length) native "SVGTextContentElement_sel
ectSubString_Callback"; | 6863 void selectSubString(int offset, int length) native "SVGTextContentElement_sel
ectSubString_Callback"; |
| 6864 | 6864 |
| 6865 @DomName('SVGTextContentElement.externalResourcesRequired') | 6865 @DomName('SVGTextContentElement.externalResourcesRequired') |
| 6866 @DocsEditable | 6866 @DocsEditable |
| 6867 AnimatedBoolean get externalResourcesRequired native "SVGTextContentElement_ex
ternalResourcesRequired_Getter"; | 6867 AnimatedBoolean get externalResourcesRequired native "SVGTextContentElement_ex
ternalResourcesRequired_Getter"; |
| 6868 | 6868 |
| 6869 @DomName('SVGTextContentElement.xmllang') | 6869 @DomName('SVGTextContentElement.xmllang') |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7103 @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE') | 7103 @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE') |
| 7104 @DocsEditable | 7104 @DocsEditable |
| 7105 static const int SVG_TRANSFORM_TRANSLATE = 2; | 7105 static const int SVG_TRANSFORM_TRANSLATE = 2; |
| 7106 | 7106 |
| 7107 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') | 7107 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') |
| 7108 @DocsEditable | 7108 @DocsEditable |
| 7109 static const int SVG_TRANSFORM_UNKNOWN = 0; | 7109 static const int SVG_TRANSFORM_UNKNOWN = 0; |
| 7110 | 7110 |
| 7111 @DomName('SVGTransform.angle') | 7111 @DomName('SVGTransform.angle') |
| 7112 @DocsEditable | 7112 @DocsEditable |
| 7113 num get angle native "SVGTransform_angle_Getter"; | 7113 double get angle native "SVGTransform_angle_Getter"; |
| 7114 | 7114 |
| 7115 @DomName('SVGTransform.matrix') | 7115 @DomName('SVGTransform.matrix') |
| 7116 @DocsEditable | 7116 @DocsEditable |
| 7117 Matrix get matrix native "SVGTransform_matrix_Getter"; | 7117 Matrix get matrix native "SVGTransform_matrix_Getter"; |
| 7118 | 7118 |
| 7119 @DomName('SVGTransform.type') | 7119 @DomName('SVGTransform.type') |
| 7120 @DocsEditable | 7120 @DocsEditable |
| 7121 int get type native "SVGTransform_type_Getter"; | 7121 int get type native "SVGTransform_type_Getter"; |
| 7122 | 7122 |
| 7123 @DomName('SVGTransform.setMatrix') | 7123 @DomName('SVGTransform.setMatrix') |
| 7124 @DocsEditable | 7124 @DocsEditable |
| 7125 void setMatrix(Matrix matrix) native "SVGTransform_setMatrix_Callback"; | 7125 void setMatrix(Matrix matrix) native "SVGTransform_setMatrix_Callback"; |
| 7126 | 7126 |
| 7127 @DomName('SVGTransform.setRotate') | 7127 @DomName('SVGTransform.setRotate') |
| 7128 @DocsEditable | 7128 @DocsEditable |
| 7129 void setRotate(num angle, num cx, num cy) native "SVGTransform_setRotate_Callb
ack"; | 7129 void setRotate(double angle, double cx, double cy) native "SVGTransform_setRot
ate_Callback"; |
| 7130 | 7130 |
| 7131 @DomName('SVGTransform.setScale') | 7131 @DomName('SVGTransform.setScale') |
| 7132 @DocsEditable | 7132 @DocsEditable |
| 7133 void setScale(num sx, num sy) native "SVGTransform_setScale_Callback"; | 7133 void setScale(double sx, double sy) native "SVGTransform_setScale_Callback"; |
| 7134 | 7134 |
| 7135 @DomName('SVGTransform.setSkewX') | 7135 @DomName('SVGTransform.setSkewX') |
| 7136 @DocsEditable | 7136 @DocsEditable |
| 7137 void setSkewX(num angle) native "SVGTransform_setSkewX_Callback"; | 7137 void setSkewX(double angle) native "SVGTransform_setSkewX_Callback"; |
| 7138 | 7138 |
| 7139 @DomName('SVGTransform.setSkewY') | 7139 @DomName('SVGTransform.setSkewY') |
| 7140 @DocsEditable | 7140 @DocsEditable |
| 7141 void setSkewY(num angle) native "SVGTransform_setSkewY_Callback"; | 7141 void setSkewY(double angle) native "SVGTransform_setSkewY_Callback"; |
| 7142 | 7142 |
| 7143 @DomName('SVGTransform.setTranslate') | 7143 @DomName('SVGTransform.setTranslate') |
| 7144 @DocsEditable | 7144 @DocsEditable |
| 7145 void setTranslate(num tx, num ty) native "SVGTransform_setTranslate_Callback"; | 7145 void setTranslate(double tx, double ty) native "SVGTransform_setTranslate_Call
back"; |
| 7146 | 7146 |
| 7147 } | 7147 } |
| 7148 // 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 |
| 7149 // 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 |
| 7150 // BSD-style license that can be found in the LICENSE file. | 7150 // BSD-style license that can be found in the LICENSE file. |
| 7151 | 7151 |
| 7152 // WARNING: Do not edit - generated code. | 7152 // WARNING: Do not edit - generated code. |
| 7153 | 7153 |
| 7154 | 7154 |
| 7155 @DocsEditable | 7155 @DocsEditable |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7584 | 7584 |
| 7585 | 7585 |
| 7586 @DocsEditable | 7586 @DocsEditable |
| 7587 @DomName('SVGZoomEvent') | 7587 @DomName('SVGZoomEvent') |
| 7588 @Unstable | 7588 @Unstable |
| 7589 class ZoomEvent extends UIEvent { | 7589 class ZoomEvent extends UIEvent { |
| 7590 ZoomEvent.internal() : super.internal(); | 7590 ZoomEvent.internal() : super.internal(); |
| 7591 | 7591 |
| 7592 @DomName('SVGZoomEvent.newScale') | 7592 @DomName('SVGZoomEvent.newScale') |
| 7593 @DocsEditable | 7593 @DocsEditable |
| 7594 num get newScale native "SVGZoomEvent_newScale_Getter"; | 7594 double get newScale native "SVGZoomEvent_newScale_Getter"; |
| 7595 | 7595 |
| 7596 @DomName('SVGZoomEvent.newTranslate') | 7596 @DomName('SVGZoomEvent.newTranslate') |
| 7597 @DocsEditable | 7597 @DocsEditable |
| 7598 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; | 7598 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; |
| 7599 | 7599 |
| 7600 @DomName('SVGZoomEvent.previousScale') | 7600 @DomName('SVGZoomEvent.previousScale') |
| 7601 @DocsEditable | 7601 @DocsEditable |
| 7602 num get previousScale native "SVGZoomEvent_previousScale_Getter"; | 7602 double get previousScale native "SVGZoomEvent_previousScale_Getter"; |
| 7603 | 7603 |
| 7604 @DomName('SVGZoomEvent.previousTranslate') | 7604 @DomName('SVGZoomEvent.previousTranslate') |
| 7605 @DocsEditable | 7605 @DocsEditable |
| 7606 Point get previousTranslate native "SVGZoomEvent_previousTranslate_Getter"; | 7606 Point get previousTranslate native "SVGZoomEvent_previousTranslate_Getter"; |
| 7607 | 7607 |
| 7608 @DomName('SVGZoomEvent.zoomRectScreen') | 7608 @DomName('SVGZoomEvent.zoomRectScreen') |
| 7609 @DocsEditable | 7609 @DocsEditable |
| 7610 Rect get zoomRectScreen native "SVGZoomEvent_zoomRectScreen_Getter"; | 7610 Rect get zoomRectScreen native "SVGZoomEvent_zoomRectScreen_Getter"; |
| 7611 | 7611 |
| 7612 } | 7612 } |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8039 @DomName('SVGVKernElement') | 8039 @DomName('SVGVKernElement') |
| 8040 @Unstable | 8040 @Unstable |
| 8041 abstract class _SVGVKernElement extends SvgElement { | 8041 abstract class _SVGVKernElement extends SvgElement { |
| 8042 _SVGVKernElement.internal() : super.internal(); | 8042 _SVGVKernElement.internal() : super.internal(); |
| 8043 | 8043 |
| 8044 @DomName('SVGVKernElement.SVGVKernElement') | 8044 @DomName('SVGVKernElement.SVGVKernElement') |
| 8045 @DocsEditable | 8045 @DocsEditable |
| 8046 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 8046 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 8047 | 8047 |
| 8048 } | 8048 } |
| OLD | NEW |