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:_internal' hide deprecated; | 5 import 'dart:_internal' hide deprecated; |
6 import 'dart:html'; | 6 import 'dart:html'; |
7 import 'dart:html_common'; | 7 import 'dart:html_common'; |
8 import 'dart:nativewrappers'; | 8 import 'dart:nativewrappers'; |
9 import 'dart:blink' as blink; | 9 import 'dart:_blink' as _blink; |
10 // DO NOT EDIT | 10 // DO NOT EDIT |
11 // Auto-generated dart:svg library. | 11 // Auto-generated dart:svg library. |
12 | 12 |
13 | 13 |
14 | 14 |
15 | 15 |
16 | 16 |
17 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 17 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
18 // for details. All rights reserved. Use of this source code is governed by a | 18 // for details. All rights reserved. Use of this source code is governed by a |
19 // BSD-style license that can be found in the LICENSE file. | 19 // BSD-style license that can be found in the LICENSE file. |
(...skipping 25 matching lines...) Expand all Loading... |
45 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 45 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
46 /** | 46 /** |
47 * Constructor instantiated by the DOM when a custom element has been created. | 47 * Constructor instantiated by the DOM when a custom element has been created. |
48 * | 48 * |
49 * This can only be called by subclasses from their created constructor. | 49 * This can only be called by subclasses from their created constructor. |
50 */ | 50 */ |
51 AElement.created() : super.created(); | 51 AElement.created() : super.created(); |
52 | 52 |
53 @DomName('SVGAElement.target') | 53 @DomName('SVGAElement.target') |
54 @DocsEditable() | 54 @DocsEditable() |
55 AnimatedString get target => blink.Native_SVGAElement_target_Getter(this); | 55 AnimatedString get target => _blink.Native_SVGAElement_target_Getter(this); |
56 | 56 |
57 @DomName('SVGAElement.href') | 57 @DomName('SVGAElement.href') |
58 @DocsEditable() | 58 @DocsEditable() |
59 AnimatedString get href => blink.Native_SVGAElement_href_Getter(this); | 59 AnimatedString get href => _blink.Native_SVGAElement_href_Getter(this); |
60 | 60 |
61 } | 61 } |
62 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 62 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
63 // for details. All rights reserved. Use of this source code is governed by a | 63 // for details. All rights reserved. Use of this source code is governed by a |
64 // BSD-style license that can be found in the LICENSE file. | 64 // BSD-style license that can be found in the LICENSE file. |
65 | 65 |
66 // WARNING: Do not edit - generated code. | 66 // WARNING: Do not edit - generated code. |
67 | 67 |
68 | 68 |
69 @DocsEditable() | 69 @DocsEditable() |
(...skipping 14 matching lines...) Expand all Loading... |
84 * | 84 * |
85 * This can only be called by subclasses from their created constructor. | 85 * This can only be called by subclasses from their created constructor. |
86 */ | 86 */ |
87 AltGlyphElement.created() : super.created(); | 87 AltGlyphElement.created() : super.created(); |
88 | 88 |
89 /// Checks if this type is supported on the current platform. | 89 /// Checks if this type is supported on the current platform. |
90 static bool get supported => true; | 90 static bool get supported => true; |
91 | 91 |
92 @DomName('SVGAltGlyphElement.format') | 92 @DomName('SVGAltGlyphElement.format') |
93 @DocsEditable() | 93 @DocsEditable() |
94 String get format => blink.Native_SVGAltGlyphElement_format_Getter(this); | 94 String get format => _blink.Native_SVGAltGlyphElement_format_Getter(this); |
95 | 95 |
96 @DomName('SVGAltGlyphElement.format') | 96 @DomName('SVGAltGlyphElement.format') |
97 @DocsEditable() | 97 @DocsEditable() |
98 void set format(String value) => blink.Native_SVGAltGlyphElement_format_Setter
(this, value); | 98 void set format(String value) => _blink.Native_SVGAltGlyphElement_format_Sette
r(this, value); |
99 | 99 |
100 @DomName('SVGAltGlyphElement.glyphRef') | 100 @DomName('SVGAltGlyphElement.glyphRef') |
101 @DocsEditable() | 101 @DocsEditable() |
102 String get glyphRef => blink.Native_SVGAltGlyphElement_glyphRef_Getter(this); | 102 String get glyphRef => _blink.Native_SVGAltGlyphElement_glyphRef_Getter(this); |
103 | 103 |
104 @DomName('SVGAltGlyphElement.glyphRef') | 104 @DomName('SVGAltGlyphElement.glyphRef') |
105 @DocsEditable() | 105 @DocsEditable() |
106 void set glyphRef(String value) => blink.Native_SVGAltGlyphElement_glyphRef_Se
tter(this, value); | 106 void set glyphRef(String value) => _blink.Native_SVGAltGlyphElement_glyphRef_S
etter(this, value); |
107 | 107 |
108 @DomName('SVGAltGlyphElement.href') | 108 @DomName('SVGAltGlyphElement.href') |
109 @DocsEditable() | 109 @DocsEditable() |
110 AnimatedString get href => blink.Native_SVGAltGlyphElement_href_Getter(this); | 110 AnimatedString get href => _blink.Native_SVGAltGlyphElement_href_Getter(this); |
111 | 111 |
112 } | 112 } |
113 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 113 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
114 // for details. All rights reserved. Use of this source code is governed by a | 114 // for details. All rights reserved. Use of this source code is governed by a |
115 // BSD-style license that can be found in the LICENSE file. | 115 // BSD-style license that can be found in the LICENSE file. |
116 | 116 |
117 // WARNING: Do not edit - generated code. | 117 // WARNING: Do not edit - generated code. |
118 | 118 |
119 | 119 |
120 @DocsEditable() | 120 @DocsEditable() |
(...skipping 18 matching lines...) Expand all Loading... |
139 @DomName('SVGAngle.SVG_ANGLETYPE_UNKNOWN') | 139 @DomName('SVGAngle.SVG_ANGLETYPE_UNKNOWN') |
140 @DocsEditable() | 140 @DocsEditable() |
141 static const int SVG_ANGLETYPE_UNKNOWN = 0; | 141 static const int SVG_ANGLETYPE_UNKNOWN = 0; |
142 | 142 |
143 @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') | 143 @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') |
144 @DocsEditable() | 144 @DocsEditable() |
145 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; | 145 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; |
146 | 146 |
147 @DomName('SVGAngle.unitType') | 147 @DomName('SVGAngle.unitType') |
148 @DocsEditable() | 148 @DocsEditable() |
149 int get unitType => blink.Native_SVGAngle_unitType_Getter(this); | 149 int get unitType => _blink.Native_SVGAngle_unitType_Getter(this); |
150 | 150 |
151 @DomName('SVGAngle.value') | 151 @DomName('SVGAngle.value') |
152 @DocsEditable() | 152 @DocsEditable() |
153 num get value => blink.Native_SVGAngle_value_Getter(this); | 153 num get value => _blink.Native_SVGAngle_value_Getter(this); |
154 | 154 |
155 @DomName('SVGAngle.value') | 155 @DomName('SVGAngle.value') |
156 @DocsEditable() | 156 @DocsEditable() |
157 void set value(num value) => blink.Native_SVGAngle_value_Setter(this, value); | 157 void set value(num value) => _blink.Native_SVGAngle_value_Setter(this, value); |
158 | 158 |
159 @DomName('SVGAngle.valueAsString') | 159 @DomName('SVGAngle.valueAsString') |
160 @DocsEditable() | 160 @DocsEditable() |
161 String get valueAsString => blink.Native_SVGAngle_valueAsString_Getter(this); | 161 String get valueAsString => _blink.Native_SVGAngle_valueAsString_Getter(this); |
162 | 162 |
163 @DomName('SVGAngle.valueAsString') | 163 @DomName('SVGAngle.valueAsString') |
164 @DocsEditable() | 164 @DocsEditable() |
165 void set valueAsString(String value) => blink.Native_SVGAngle_valueAsString_Se
tter(this, value); | 165 void set valueAsString(String value) => _blink.Native_SVGAngle_valueAsString_S
etter(this, value); |
166 | 166 |
167 @DomName('SVGAngle.valueInSpecifiedUnits') | 167 @DomName('SVGAngle.valueInSpecifiedUnits') |
168 @DocsEditable() | 168 @DocsEditable() |
169 num get valueInSpecifiedUnits => blink.Native_SVGAngle_valueInSpecifiedUnits_G
etter(this); | 169 num get valueInSpecifiedUnits => _blink.Native_SVGAngle_valueInSpecifiedUnits_
Getter(this); |
170 | 170 |
171 @DomName('SVGAngle.valueInSpecifiedUnits') | 171 @DomName('SVGAngle.valueInSpecifiedUnits') |
172 @DocsEditable() | 172 @DocsEditable() |
173 void set valueInSpecifiedUnits(num value) => blink.Native_SVGAngle_valueInSpec
ifiedUnits_Setter(this, value); | 173 void set valueInSpecifiedUnits(num value) => _blink.Native_SVGAngle_valueInSpe
cifiedUnits_Setter(this, value); |
174 | 174 |
175 @DomName('SVGAngle.convertToSpecifiedUnits') | 175 @DomName('SVGAngle.convertToSpecifiedUnits') |
176 @DocsEditable() | 176 @DocsEditable() |
177 void convertToSpecifiedUnits(int unitType) => blink.Native_SVGAngle_convertToS
pecifiedUnits_Callback(this, unitType); | 177 void convertToSpecifiedUnits(int unitType) => _blink.Native_SVGAngle_convertTo
SpecifiedUnits_Callback(this, unitType); |
178 | 178 |
179 @DomName('SVGAngle.newValueSpecifiedUnits') | 179 @DomName('SVGAngle.newValueSpecifiedUnits') |
180 @DocsEditable() | 180 @DocsEditable() |
181 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => blink.
Native_SVGAngle_newValueSpecifiedUnits_Callback(this, unitType, valueInSpecified
Units); | 181 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink
.Native_SVGAngle_newValueSpecifiedUnits_Callback(this, unitType, valueInSpecifie
dUnits); |
182 | 182 |
183 } | 183 } |
184 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 184 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
185 // for details. All rights reserved. Use of this source code is governed by a | 185 // for details. All rights reserved. Use of this source code is governed by a |
186 // BSD-style license that can be found in the LICENSE file. | 186 // BSD-style license that can be found in the LICENSE file. |
187 | 187 |
188 // WARNING: Do not edit - generated code. | 188 // WARNING: Do not edit - generated code. |
189 | 189 |
190 | 190 |
191 @DocsEditable() | 191 @DocsEditable() |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 | 283 |
284 @DocsEditable() | 284 @DocsEditable() |
285 @DomName('SVGAnimatedAngle') | 285 @DomName('SVGAnimatedAngle') |
286 @Unstable() | 286 @Unstable() |
287 class AnimatedAngle extends NativeFieldWrapperClass2 { | 287 class AnimatedAngle extends NativeFieldWrapperClass2 { |
288 // To suppress missing implicit constructor warnings. | 288 // To suppress missing implicit constructor warnings. |
289 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } | 289 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } |
290 | 290 |
291 @DomName('SVGAnimatedAngle.animVal') | 291 @DomName('SVGAnimatedAngle.animVal') |
292 @DocsEditable() | 292 @DocsEditable() |
293 Angle get animVal => blink.Native_SVGAnimatedAngle_animVal_Getter(this); | 293 Angle get animVal => _blink.Native_SVGAnimatedAngle_animVal_Getter(this); |
294 | 294 |
295 @DomName('SVGAnimatedAngle.baseVal') | 295 @DomName('SVGAnimatedAngle.baseVal') |
296 @DocsEditable() | 296 @DocsEditable() |
297 Angle get baseVal => blink.Native_SVGAnimatedAngle_baseVal_Getter(this); | 297 Angle get baseVal => _blink.Native_SVGAnimatedAngle_baseVal_Getter(this); |
298 | 298 |
299 } | 299 } |
300 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 300 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
301 // for details. All rights reserved. Use of this source code is governed by a | 301 // for details. All rights reserved. Use of this source code is governed by a |
302 // BSD-style license that can be found in the LICENSE file. | 302 // BSD-style license that can be found in the LICENSE file. |
303 | 303 |
304 // WARNING: Do not edit - generated code. | 304 // WARNING: Do not edit - generated code. |
305 | 305 |
306 | 306 |
307 @DocsEditable() | 307 @DocsEditable() |
308 @DomName('SVGAnimatedBoolean') | 308 @DomName('SVGAnimatedBoolean') |
309 @Unstable() | 309 @Unstable() |
310 class AnimatedBoolean extends NativeFieldWrapperClass2 { | 310 class AnimatedBoolean extends NativeFieldWrapperClass2 { |
311 // To suppress missing implicit constructor warnings. | 311 // To suppress missing implicit constructor warnings. |
312 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } | 312 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } |
313 | 313 |
314 @DomName('SVGAnimatedBoolean.animVal') | 314 @DomName('SVGAnimatedBoolean.animVal') |
315 @DocsEditable() | 315 @DocsEditable() |
316 bool get animVal => blink.Native_SVGAnimatedBoolean_animVal_Getter(this); | 316 bool get animVal => _blink.Native_SVGAnimatedBoolean_animVal_Getter(this); |
317 | 317 |
318 @DomName('SVGAnimatedBoolean.baseVal') | 318 @DomName('SVGAnimatedBoolean.baseVal') |
319 @DocsEditable() | 319 @DocsEditable() |
320 bool get baseVal => blink.Native_SVGAnimatedBoolean_baseVal_Getter(this); | 320 bool get baseVal => _blink.Native_SVGAnimatedBoolean_baseVal_Getter(this); |
321 | 321 |
322 @DomName('SVGAnimatedBoolean.baseVal') | 322 @DomName('SVGAnimatedBoolean.baseVal') |
323 @DocsEditable() | 323 @DocsEditable() |
324 void set baseVal(bool value) => blink.Native_SVGAnimatedBoolean_baseVal_Setter
(this, value); | 324 void set baseVal(bool value) => _blink.Native_SVGAnimatedBoolean_baseVal_Sette
r(this, value); |
325 | 325 |
326 } | 326 } |
327 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 327 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
328 // for details. All rights reserved. Use of this source code is governed by a | 328 // for details. All rights reserved. Use of this source code is governed by a |
329 // BSD-style license that can be found in the LICENSE file. | 329 // BSD-style license that can be found in the LICENSE file. |
330 | 330 |
331 // WARNING: Do not edit - generated code. | 331 // WARNING: Do not edit - generated code. |
332 | 332 |
333 | 333 |
334 @DocsEditable() | 334 @DocsEditable() |
335 @DomName('SVGAnimatedEnumeration') | 335 @DomName('SVGAnimatedEnumeration') |
336 @Unstable() | 336 @Unstable() |
337 class AnimatedEnumeration extends NativeFieldWrapperClass2 { | 337 class AnimatedEnumeration extends NativeFieldWrapperClass2 { |
338 // To suppress missing implicit constructor warnings. | 338 // To suppress missing implicit constructor warnings. |
339 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported");
} | 339 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported");
} |
340 | 340 |
341 @DomName('SVGAnimatedEnumeration.animVal') | 341 @DomName('SVGAnimatedEnumeration.animVal') |
342 @DocsEditable() | 342 @DocsEditable() |
343 int get animVal => blink.Native_SVGAnimatedEnumeration_animVal_Getter(this); | 343 int get animVal => _blink.Native_SVGAnimatedEnumeration_animVal_Getter(this); |
344 | 344 |
345 @DomName('SVGAnimatedEnumeration.baseVal') | 345 @DomName('SVGAnimatedEnumeration.baseVal') |
346 @DocsEditable() | 346 @DocsEditable() |
347 int get baseVal => blink.Native_SVGAnimatedEnumeration_baseVal_Getter(this); | 347 int get baseVal => _blink.Native_SVGAnimatedEnumeration_baseVal_Getter(this); |
348 | 348 |
349 @DomName('SVGAnimatedEnumeration.baseVal') | 349 @DomName('SVGAnimatedEnumeration.baseVal') |
350 @DocsEditable() | 350 @DocsEditable() |
351 void set baseVal(int value) => blink.Native_SVGAnimatedEnumeration_baseVal_Set
ter(this, value); | 351 void set baseVal(int value) => _blink.Native_SVGAnimatedEnumeration_baseVal_Se
tter(this, value); |
352 | 352 |
353 } | 353 } |
354 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 354 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
355 // for details. All rights reserved. Use of this source code is governed by a | 355 // for details. All rights reserved. Use of this source code is governed by a |
356 // BSD-style license that can be found in the LICENSE file. | 356 // BSD-style license that can be found in the LICENSE file. |
357 | 357 |
358 // WARNING: Do not edit - generated code. | 358 // WARNING: Do not edit - generated code. |
359 | 359 |
360 | 360 |
361 @DocsEditable() | 361 @DocsEditable() |
362 @DomName('SVGAnimatedInteger') | 362 @DomName('SVGAnimatedInteger') |
363 @Unstable() | 363 @Unstable() |
364 class AnimatedInteger extends NativeFieldWrapperClass2 { | 364 class AnimatedInteger extends NativeFieldWrapperClass2 { |
365 // To suppress missing implicit constructor warnings. | 365 // To suppress missing implicit constructor warnings. |
366 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } | 366 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } |
367 | 367 |
368 @DomName('SVGAnimatedInteger.animVal') | 368 @DomName('SVGAnimatedInteger.animVal') |
369 @DocsEditable() | 369 @DocsEditable() |
370 int get animVal => blink.Native_SVGAnimatedInteger_animVal_Getter(this); | 370 int get animVal => _blink.Native_SVGAnimatedInteger_animVal_Getter(this); |
371 | 371 |
372 @DomName('SVGAnimatedInteger.baseVal') | 372 @DomName('SVGAnimatedInteger.baseVal') |
373 @DocsEditable() | 373 @DocsEditable() |
374 int get baseVal => blink.Native_SVGAnimatedInteger_baseVal_Getter(this); | 374 int get baseVal => _blink.Native_SVGAnimatedInteger_baseVal_Getter(this); |
375 | 375 |
376 @DomName('SVGAnimatedInteger.baseVal') | 376 @DomName('SVGAnimatedInteger.baseVal') |
377 @DocsEditable() | 377 @DocsEditable() |
378 void set baseVal(int value) => blink.Native_SVGAnimatedInteger_baseVal_Setter(
this, value); | 378 void set baseVal(int value) => _blink.Native_SVGAnimatedInteger_baseVal_Setter
(this, value); |
379 | 379 |
380 } | 380 } |
381 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 381 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
382 // for details. All rights reserved. Use of this source code is governed by a | 382 // for details. All rights reserved. Use of this source code is governed by a |
383 // BSD-style license that can be found in the LICENSE file. | 383 // BSD-style license that can be found in the LICENSE file. |
384 | 384 |
385 // WARNING: Do not edit - generated code. | 385 // WARNING: Do not edit - generated code. |
386 | 386 |
387 | 387 |
388 @DocsEditable() | 388 @DocsEditable() |
389 @DomName('SVGAnimatedLength') | 389 @DomName('SVGAnimatedLength') |
390 @Unstable() | 390 @Unstable() |
391 class AnimatedLength extends NativeFieldWrapperClass2 { | 391 class AnimatedLength extends NativeFieldWrapperClass2 { |
392 // To suppress missing implicit constructor warnings. | 392 // To suppress missing implicit constructor warnings. |
393 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } | 393 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } |
394 | 394 |
395 @DomName('SVGAnimatedLength.animVal') | 395 @DomName('SVGAnimatedLength.animVal') |
396 @DocsEditable() | 396 @DocsEditable() |
397 Length get animVal => blink.Native_SVGAnimatedLength_animVal_Getter(this); | 397 Length get animVal => _blink.Native_SVGAnimatedLength_animVal_Getter(this); |
398 | 398 |
399 @DomName('SVGAnimatedLength.baseVal') | 399 @DomName('SVGAnimatedLength.baseVal') |
400 @DocsEditable() | 400 @DocsEditable() |
401 Length get baseVal => blink.Native_SVGAnimatedLength_baseVal_Getter(this); | 401 Length get baseVal => _blink.Native_SVGAnimatedLength_baseVal_Getter(this); |
402 | 402 |
403 } | 403 } |
404 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 404 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
405 // for details. All rights reserved. Use of this source code is governed by a | 405 // for details. All rights reserved. Use of this source code is governed by a |
406 // BSD-style license that can be found in the LICENSE file. | 406 // BSD-style license that can be found in the LICENSE file. |
407 | 407 |
408 // WARNING: Do not edit - generated code. | 408 // WARNING: Do not edit - generated code. |
409 | 409 |
410 | 410 |
411 @DocsEditable() | 411 @DocsEditable() |
412 @DomName('SVGAnimatedLengthList') | 412 @DomName('SVGAnimatedLengthList') |
413 @Unstable() | 413 @Unstable() |
414 class AnimatedLengthList extends NativeFieldWrapperClass2 { | 414 class AnimatedLengthList extends NativeFieldWrapperClass2 { |
415 // To suppress missing implicit constructor warnings. | 415 // To suppress missing implicit constructor warnings. |
416 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported");
} | 416 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported");
} |
417 | 417 |
418 @DomName('SVGAnimatedLengthList.animVal') | 418 @DomName('SVGAnimatedLengthList.animVal') |
419 @DocsEditable() | 419 @DocsEditable() |
420 LengthList get animVal => blink.Native_SVGAnimatedLengthList_animVal_Getter(th
is); | 420 LengthList get animVal => _blink.Native_SVGAnimatedLengthList_animVal_Getter(t
his); |
421 | 421 |
422 @DomName('SVGAnimatedLengthList.baseVal') | 422 @DomName('SVGAnimatedLengthList.baseVal') |
423 @DocsEditable() | 423 @DocsEditable() |
424 LengthList get baseVal => blink.Native_SVGAnimatedLengthList_baseVal_Getter(th
is); | 424 LengthList get baseVal => _blink.Native_SVGAnimatedLengthList_baseVal_Getter(t
his); |
425 | 425 |
426 } | 426 } |
427 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 427 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
428 // for details. All rights reserved. Use of this source code is governed by a | 428 // for details. All rights reserved. Use of this source code is governed by a |
429 // BSD-style license that can be found in the LICENSE file. | 429 // BSD-style license that can be found in the LICENSE file. |
430 | 430 |
431 // WARNING: Do not edit - generated code. | 431 // WARNING: Do not edit - generated code. |
432 | 432 |
433 | 433 |
434 @DocsEditable() | 434 @DocsEditable() |
435 @DomName('SVGAnimatedNumber') | 435 @DomName('SVGAnimatedNumber') |
436 @Unstable() | 436 @Unstable() |
437 class AnimatedNumber extends NativeFieldWrapperClass2 { | 437 class AnimatedNumber extends NativeFieldWrapperClass2 { |
438 // To suppress missing implicit constructor warnings. | 438 // To suppress missing implicit constructor warnings. |
439 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } | 439 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } |
440 | 440 |
441 @DomName('SVGAnimatedNumber.animVal') | 441 @DomName('SVGAnimatedNumber.animVal') |
442 @DocsEditable() | 442 @DocsEditable() |
443 double get animVal => blink.Native_SVGAnimatedNumber_animVal_Getter(this); | 443 double get animVal => _blink.Native_SVGAnimatedNumber_animVal_Getter(this); |
444 | 444 |
445 @DomName('SVGAnimatedNumber.baseVal') | 445 @DomName('SVGAnimatedNumber.baseVal') |
446 @DocsEditable() | 446 @DocsEditable() |
447 num get baseVal => blink.Native_SVGAnimatedNumber_baseVal_Getter(this); | 447 num get baseVal => _blink.Native_SVGAnimatedNumber_baseVal_Getter(this); |
448 | 448 |
449 @DomName('SVGAnimatedNumber.baseVal') | 449 @DomName('SVGAnimatedNumber.baseVal') |
450 @DocsEditable() | 450 @DocsEditable() |
451 void set baseVal(num value) => blink.Native_SVGAnimatedNumber_baseVal_Setter(t
his, value); | 451 void set baseVal(num value) => _blink.Native_SVGAnimatedNumber_baseVal_Setter(
this, value); |
452 | 452 |
453 } | 453 } |
454 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 454 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
455 // for details. All rights reserved. Use of this source code is governed by a | 455 // for details. All rights reserved. Use of this source code is governed by a |
456 // BSD-style license that can be found in the LICENSE file. | 456 // BSD-style license that can be found in the LICENSE file. |
457 | 457 |
458 // WARNING: Do not edit - generated code. | 458 // WARNING: Do not edit - generated code. |
459 | 459 |
460 | 460 |
461 @DocsEditable() | 461 @DocsEditable() |
462 @DomName('SVGAnimatedNumberList') | 462 @DomName('SVGAnimatedNumberList') |
463 @Unstable() | 463 @Unstable() |
464 class AnimatedNumberList extends NativeFieldWrapperClass2 { | 464 class AnimatedNumberList extends NativeFieldWrapperClass2 { |
465 // To suppress missing implicit constructor warnings. | 465 // To suppress missing implicit constructor warnings. |
466 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported");
} | 466 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported");
} |
467 | 467 |
468 @DomName('SVGAnimatedNumberList.animVal') | 468 @DomName('SVGAnimatedNumberList.animVal') |
469 @DocsEditable() | 469 @DocsEditable() |
470 NumberList get animVal => blink.Native_SVGAnimatedNumberList_animVal_Getter(th
is); | 470 NumberList get animVal => _blink.Native_SVGAnimatedNumberList_animVal_Getter(t
his); |
471 | 471 |
472 @DomName('SVGAnimatedNumberList.baseVal') | 472 @DomName('SVGAnimatedNumberList.baseVal') |
473 @DocsEditable() | 473 @DocsEditable() |
474 NumberList get baseVal => blink.Native_SVGAnimatedNumberList_baseVal_Getter(th
is); | 474 NumberList get baseVal => _blink.Native_SVGAnimatedNumberList_baseVal_Getter(t
his); |
475 | 475 |
476 } | 476 } |
477 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 477 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
478 // for details. All rights reserved. Use of this source code is governed by a | 478 // for details. All rights reserved. Use of this source code is governed by a |
479 // BSD-style license that can be found in the LICENSE file. | 479 // BSD-style license that can be found in the LICENSE file. |
480 | 480 |
481 // WARNING: Do not edit - generated code. | 481 // WARNING: Do not edit - generated code. |
482 | 482 |
483 | 483 |
484 @DocsEditable() | 484 @DocsEditable() |
485 @DomName('SVGAnimatedPreserveAspectRatio') | 485 @DomName('SVGAnimatedPreserveAspectRatio') |
486 @Unstable() | 486 @Unstable() |
487 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 { | 487 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 { |
488 // To suppress missing implicit constructor warnings. | 488 // To suppress missing implicit constructor warnings. |
489 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp
orted"); } | 489 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp
orted"); } |
490 | 490 |
491 @DomName('SVGAnimatedPreserveAspectRatio.animVal') | 491 @DomName('SVGAnimatedPreserveAspectRatio.animVal') |
492 @DocsEditable() | 492 @DocsEditable() |
493 PreserveAspectRatio get animVal => blink.Native_SVGAnimatedPreserveAspectRatio
_animVal_Getter(this); | 493 PreserveAspectRatio get animVal => _blink.Native_SVGAnimatedPreserveAspectRati
o_animVal_Getter(this); |
494 | 494 |
495 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') | 495 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') |
496 @DocsEditable() | 496 @DocsEditable() |
497 PreserveAspectRatio get baseVal => blink.Native_SVGAnimatedPreserveAspectRatio
_baseVal_Getter(this); | 497 PreserveAspectRatio get baseVal => _blink.Native_SVGAnimatedPreserveAspectRati
o_baseVal_Getter(this); |
498 | 498 |
499 } | 499 } |
500 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 500 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
501 // for details. All rights reserved. Use of this source code is governed by a | 501 // for details. All rights reserved. Use of this source code is governed by a |
502 // BSD-style license that can be found in the LICENSE file. | 502 // BSD-style license that can be found in the LICENSE file. |
503 | 503 |
504 // WARNING: Do not edit - generated code. | 504 // WARNING: Do not edit - generated code. |
505 | 505 |
506 | 506 |
507 @DocsEditable() | 507 @DocsEditable() |
508 @DomName('SVGAnimatedRect') | 508 @DomName('SVGAnimatedRect') |
509 @Unstable() | 509 @Unstable() |
510 class AnimatedRect extends NativeFieldWrapperClass2 { | 510 class AnimatedRect extends NativeFieldWrapperClass2 { |
511 // To suppress missing implicit constructor warnings. | 511 // To suppress missing implicit constructor warnings. |
512 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } | 512 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } |
513 | 513 |
514 @DomName('SVGAnimatedRect.animVal') | 514 @DomName('SVGAnimatedRect.animVal') |
515 @DocsEditable() | 515 @DocsEditable() |
516 Rect get animVal => blink.Native_SVGAnimatedRect_animVal_Getter(this); | 516 Rect get animVal => _blink.Native_SVGAnimatedRect_animVal_Getter(this); |
517 | 517 |
518 @DomName('SVGAnimatedRect.baseVal') | 518 @DomName('SVGAnimatedRect.baseVal') |
519 @DocsEditable() | 519 @DocsEditable() |
520 Rect get baseVal => blink.Native_SVGAnimatedRect_baseVal_Getter(this); | 520 Rect get baseVal => _blink.Native_SVGAnimatedRect_baseVal_Getter(this); |
521 | 521 |
522 } | 522 } |
523 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 523 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
524 // for details. All rights reserved. Use of this source code is governed by a | 524 // for details. All rights reserved. Use of this source code is governed by a |
525 // BSD-style license that can be found in the LICENSE file. | 525 // BSD-style license that can be found in the LICENSE file. |
526 | 526 |
527 // WARNING: Do not edit - generated code. | 527 // WARNING: Do not edit - generated code. |
528 | 528 |
529 | 529 |
530 @DocsEditable() | 530 @DocsEditable() |
531 @DomName('SVGAnimatedString') | 531 @DomName('SVGAnimatedString') |
532 @Unstable() | 532 @Unstable() |
533 class AnimatedString extends NativeFieldWrapperClass2 { | 533 class AnimatedString extends NativeFieldWrapperClass2 { |
534 // To suppress missing implicit constructor warnings. | 534 // To suppress missing implicit constructor warnings. |
535 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } | 535 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } |
536 | 536 |
537 @DomName('SVGAnimatedString.animVal') | 537 @DomName('SVGAnimatedString.animVal') |
538 @DocsEditable() | 538 @DocsEditable() |
539 String get animVal => blink.Native_SVGAnimatedString_animVal_Getter(this); | 539 String get animVal => _blink.Native_SVGAnimatedString_animVal_Getter(this); |
540 | 540 |
541 @DomName('SVGAnimatedString.baseVal') | 541 @DomName('SVGAnimatedString.baseVal') |
542 @DocsEditable() | 542 @DocsEditable() |
543 String get baseVal => blink.Native_SVGAnimatedString_baseVal_Getter(this); | 543 String get baseVal => _blink.Native_SVGAnimatedString_baseVal_Getter(this); |
544 | 544 |
545 @DomName('SVGAnimatedString.baseVal') | 545 @DomName('SVGAnimatedString.baseVal') |
546 @DocsEditable() | 546 @DocsEditable() |
547 void set baseVal(String value) => blink.Native_SVGAnimatedString_baseVal_Sette
r(this, value); | 547 void set baseVal(String value) => _blink.Native_SVGAnimatedString_baseVal_Sett
er(this, value); |
548 | 548 |
549 } | 549 } |
550 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 550 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
551 // for details. All rights reserved. Use of this source code is governed by a | 551 // for details. All rights reserved. Use of this source code is governed by a |
552 // BSD-style license that can be found in the LICENSE file. | 552 // BSD-style license that can be found in the LICENSE file. |
553 | 553 |
554 // WARNING: Do not edit - generated code. | 554 // WARNING: Do not edit - generated code. |
555 | 555 |
556 | 556 |
557 @DocsEditable() | 557 @DocsEditable() |
558 @DomName('SVGAnimatedTransformList') | 558 @DomName('SVGAnimatedTransformList') |
559 @Unstable() | 559 @Unstable() |
560 class AnimatedTransformList extends NativeFieldWrapperClass2 { | 560 class AnimatedTransformList extends NativeFieldWrapperClass2 { |
561 // To suppress missing implicit constructor warnings. | 561 // To suppress missing implicit constructor warnings. |
562 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"
); } | 562 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"
); } |
563 | 563 |
564 @DomName('SVGAnimatedTransformList.animVal') | 564 @DomName('SVGAnimatedTransformList.animVal') |
565 @DocsEditable() | 565 @DocsEditable() |
566 TransformList get animVal => blink.Native_SVGAnimatedTransformList_animVal_Get
ter(this); | 566 TransformList get animVal => _blink.Native_SVGAnimatedTransformList_animVal_Ge
tter(this); |
567 | 567 |
568 @DomName('SVGAnimatedTransformList.baseVal') | 568 @DomName('SVGAnimatedTransformList.baseVal') |
569 @DocsEditable() | 569 @DocsEditable() |
570 TransformList get baseVal => blink.Native_SVGAnimatedTransformList_baseVal_Get
ter(this); | 570 TransformList get baseVal => _blink.Native_SVGAnimatedTransformList_baseVal_Ge
tter(this); |
571 | 571 |
572 } | 572 } |
573 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 573 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
574 // for details. All rights reserved. Use of this source code is governed by a | 574 // for details. All rights reserved. Use of this source code is governed by a |
575 // BSD-style license that can be found in the LICENSE file. | 575 // BSD-style license that can be found in the LICENSE file. |
576 | 576 |
577 // WARNING: Do not edit - generated code. | 577 // WARNING: Do not edit - generated code. |
578 | 578 |
579 | 579 |
580 @DocsEditable() | 580 @DocsEditable() |
581 @DomName('SVGAnimationElement') | 581 @DomName('SVGAnimationElement') |
582 @Unstable() | 582 @Unstable() |
583 class AnimationElement extends SvgElement implements Tests { | 583 class AnimationElement extends SvgElement implements Tests { |
584 // To suppress missing implicit constructor warnings. | 584 // To suppress missing implicit constructor warnings. |
585 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } | 585 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } |
586 | 586 |
587 @DomName('SVGAnimationElement.SVGAnimationElement') | 587 @DomName('SVGAnimationElement.SVGAnimationElement') |
588 @DocsEditable() | 588 @DocsEditable() |
589 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 589 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
590 /** | 590 /** |
591 * Constructor instantiated by the DOM when a custom element has been created. | 591 * Constructor instantiated by the DOM when a custom element has been created. |
592 * | 592 * |
593 * This can only be called by subclasses from their created constructor. | 593 * This can only be called by subclasses from their created constructor. |
594 */ | 594 */ |
595 AnimationElement.created() : super.created(); | 595 AnimationElement.created() : super.created(); |
596 | 596 |
597 @DomName('SVGAnimationElement.targetElement') | 597 @DomName('SVGAnimationElement.targetElement') |
598 @DocsEditable() | 598 @DocsEditable() |
599 SvgElement get targetElement => blink.Native_SVGAnimationElement_targetElement
_Getter(this); | 599 SvgElement get targetElement => _blink.Native_SVGAnimationElement_targetElemen
t_Getter(this); |
600 | 600 |
601 @DomName('SVGAnimationElement.beginElement') | 601 @DomName('SVGAnimationElement.beginElement') |
602 @DocsEditable() | 602 @DocsEditable() |
603 void beginElement() => blink.Native_SVGAnimationElement_beginElement_Callback(
this); | 603 void beginElement() => _blink.Native_SVGAnimationElement_beginElement_Callback
(this); |
604 | 604 |
605 @DomName('SVGAnimationElement.beginElementAt') | 605 @DomName('SVGAnimationElement.beginElementAt') |
606 @DocsEditable() | 606 @DocsEditable() |
607 void beginElementAt(num offset) => blink.Native_SVGAnimationElement_beginEleme
ntAt_Callback(this, offset); | 607 void beginElementAt(num offset) => _blink.Native_SVGAnimationElement_beginElem
entAt_Callback(this, offset); |
608 | 608 |
609 @DomName('SVGAnimationElement.endElement') | 609 @DomName('SVGAnimationElement.endElement') |
610 @DocsEditable() | 610 @DocsEditable() |
611 void endElement() => blink.Native_SVGAnimationElement_endElement_Callback(this
); | 611 void endElement() => _blink.Native_SVGAnimationElement_endElement_Callback(thi
s); |
612 | 612 |
613 @DomName('SVGAnimationElement.endElementAt') | 613 @DomName('SVGAnimationElement.endElementAt') |
614 @DocsEditable() | 614 @DocsEditable() |
615 void endElementAt(num offset) => blink.Native_SVGAnimationElement_endElementAt
_Callback(this, offset); | 615 void endElementAt(num offset) => _blink.Native_SVGAnimationElement_endElementA
t_Callback(this, offset); |
616 | 616 |
617 @DomName('SVGAnimationElement.getCurrentTime') | 617 @DomName('SVGAnimationElement.getCurrentTime') |
618 @DocsEditable() | 618 @DocsEditable() |
619 double getCurrentTime() => blink.Native_SVGAnimationElement_getCurrentTime_Cal
lback(this); | 619 double getCurrentTime() => _blink.Native_SVGAnimationElement_getCurrentTime_Ca
llback(this); |
620 | 620 |
621 @DomName('SVGAnimationElement.getSimpleDuration') | 621 @DomName('SVGAnimationElement.getSimpleDuration') |
622 @DocsEditable() | 622 @DocsEditable() |
623 double getSimpleDuration() => blink.Native_SVGAnimationElement_getSimpleDurati
on_Callback(this); | 623 double getSimpleDuration() => _blink.Native_SVGAnimationElement_getSimpleDurat
ion_Callback(this); |
624 | 624 |
625 @DomName('SVGAnimationElement.getStartTime') | 625 @DomName('SVGAnimationElement.getStartTime') |
626 @DocsEditable() | 626 @DocsEditable() |
627 double getStartTime() => blink.Native_SVGAnimationElement_getStartTime_Callbac
k(this); | 627 double getStartTime() => _blink.Native_SVGAnimationElement_getStartTime_Callba
ck(this); |
628 | 628 |
629 @DomName('SVGAnimationElement.requiredExtensions') | 629 @DomName('SVGAnimationElement.requiredExtensions') |
630 @DocsEditable() | 630 @DocsEditable() |
631 StringList get requiredExtensions => blink.Native_SVGAnimationElement_required
Extensions_Getter(this); | 631 StringList get requiredExtensions => _blink.Native_SVGAnimationElement_require
dExtensions_Getter(this); |
632 | 632 |
633 @DomName('SVGAnimationElement.requiredFeatures') | 633 @DomName('SVGAnimationElement.requiredFeatures') |
634 @DocsEditable() | 634 @DocsEditable() |
635 StringList get requiredFeatures => blink.Native_SVGAnimationElement_requiredFe
atures_Getter(this); | 635 StringList get requiredFeatures => _blink.Native_SVGAnimationElement_requiredF
eatures_Getter(this); |
636 | 636 |
637 @DomName('SVGAnimationElement.systemLanguage') | 637 @DomName('SVGAnimationElement.systemLanguage') |
638 @DocsEditable() | 638 @DocsEditable() |
639 StringList get systemLanguage => blink.Native_SVGAnimationElement_systemLangua
ge_Getter(this); | 639 StringList get systemLanguage => _blink.Native_SVGAnimationElement_systemLangu
age_Getter(this); |
640 | 640 |
641 @DomName('SVGAnimationElement.hasExtension') | 641 @DomName('SVGAnimationElement.hasExtension') |
642 @DocsEditable() | 642 @DocsEditable() |
643 bool hasExtension(String extension) => blink.Native_SVGAnimationElement_hasExt
ension_Callback(this, extension); | 643 bool hasExtension(String extension) => _blink.Native_SVGAnimationElement_hasEx
tension_Callback(this, extension); |
644 | 644 |
645 } | 645 } |
646 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 646 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
647 // for details. All rights reserved. Use of this source code is governed by a | 647 // for details. All rights reserved. Use of this source code is governed by a |
648 // BSD-style license that can be found in the LICENSE file. | 648 // BSD-style license that can be found in the LICENSE file. |
649 | 649 |
650 // WARNING: Do not edit - generated code. | 650 // WARNING: Do not edit - generated code. |
651 | 651 |
652 | 652 |
653 @DocsEditable() | 653 @DocsEditable() |
654 @DomName('SVGCircleElement') | 654 @DomName('SVGCircleElement') |
655 @Unstable() | 655 @Unstable() |
656 class CircleElement extends GeometryElement { | 656 class CircleElement extends GeometryElement { |
657 // To suppress missing implicit constructor warnings. | 657 // To suppress missing implicit constructor warnings. |
658 factory CircleElement._() { throw new UnsupportedError("Not supported"); } | 658 factory CircleElement._() { throw new UnsupportedError("Not supported"); } |
659 | 659 |
660 @DomName('SVGCircleElement.SVGCircleElement') | 660 @DomName('SVGCircleElement.SVGCircleElement') |
661 @DocsEditable() | 661 @DocsEditable() |
662 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 662 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); |
663 /** | 663 /** |
664 * Constructor instantiated by the DOM when a custom element has been created. | 664 * Constructor instantiated by the DOM when a custom element has been created. |
665 * | 665 * |
666 * This can only be called by subclasses from their created constructor. | 666 * This can only be called by subclasses from their created constructor. |
667 */ | 667 */ |
668 CircleElement.created() : super.created(); | 668 CircleElement.created() : super.created(); |
669 | 669 |
670 @DomName('SVGCircleElement.cx') | 670 @DomName('SVGCircleElement.cx') |
671 @DocsEditable() | 671 @DocsEditable() |
672 AnimatedLength get cx => blink.Native_SVGCircleElement_cx_Getter(this); | 672 AnimatedLength get cx => _blink.Native_SVGCircleElement_cx_Getter(this); |
673 | 673 |
674 @DomName('SVGCircleElement.cy') | 674 @DomName('SVGCircleElement.cy') |
675 @DocsEditable() | 675 @DocsEditable() |
676 AnimatedLength get cy => blink.Native_SVGCircleElement_cy_Getter(this); | 676 AnimatedLength get cy => _blink.Native_SVGCircleElement_cy_Getter(this); |
677 | 677 |
678 @DomName('SVGCircleElement.r') | 678 @DomName('SVGCircleElement.r') |
679 @DocsEditable() | 679 @DocsEditable() |
680 AnimatedLength get r => blink.Native_SVGCircleElement_r_Getter(this); | 680 AnimatedLength get r => _blink.Native_SVGCircleElement_r_Getter(this); |
681 | 681 |
682 } | 682 } |
683 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 683 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
684 // for details. All rights reserved. Use of this source code is governed by a | 684 // for details. All rights reserved. Use of this source code is governed by a |
685 // BSD-style license that can be found in the LICENSE file. | 685 // BSD-style license that can be found in the LICENSE file. |
686 | 686 |
687 // WARNING: Do not edit - generated code. | 687 // WARNING: Do not edit - generated code. |
688 | 688 |
689 | 689 |
690 @DocsEditable() | 690 @DocsEditable() |
691 @DomName('SVGClipPathElement') | 691 @DomName('SVGClipPathElement') |
692 @Unstable() | 692 @Unstable() |
693 class ClipPathElement extends GraphicsElement { | 693 class ClipPathElement extends GraphicsElement { |
694 // To suppress missing implicit constructor warnings. | 694 // To suppress missing implicit constructor warnings. |
695 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } | 695 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } |
696 | 696 |
697 @DomName('SVGClipPathElement.SVGClipPathElement') | 697 @DomName('SVGClipPathElement.SVGClipPathElement') |
698 @DocsEditable() | 698 @DocsEditable() |
699 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 699 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); |
700 /** | 700 /** |
701 * Constructor instantiated by the DOM when a custom element has been created. | 701 * Constructor instantiated by the DOM when a custom element has been created. |
702 * | 702 * |
703 * This can only be called by subclasses from their created constructor. | 703 * This can only be called by subclasses from their created constructor. |
704 */ | 704 */ |
705 ClipPathElement.created() : super.created(); | 705 ClipPathElement.created() : super.created(); |
706 | 706 |
707 @DomName('SVGClipPathElement.clipPathUnits') | 707 @DomName('SVGClipPathElement.clipPathUnits') |
708 @DocsEditable() | 708 @DocsEditable() |
709 AnimatedEnumeration get clipPathUnits => blink.Native_SVGClipPathElement_clipP
athUnits_Getter(this); | 709 AnimatedEnumeration get clipPathUnits => _blink.Native_SVGClipPathElement_clip
PathUnits_Getter(this); |
710 | 710 |
711 } | 711 } |
712 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 712 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
713 // for details. All rights reserved. Use of this source code is governed by a | 713 // for details. All rights reserved. Use of this source code is governed by a |
714 // BSD-style license that can be found in the LICENSE file. | 714 // BSD-style license that can be found in the LICENSE file. |
715 | 715 |
716 // WARNING: Do not edit - generated code. | 716 // WARNING: Do not edit - generated code. |
717 | 717 |
718 | 718 |
719 @DocsEditable() | 719 @DocsEditable() |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1213 * handlers that are not necessarily instances of [ElementInstance]. | 1213 * handlers that are not necessarily instances of [ElementInstance]. |
1214 * | 1214 * |
1215 * See [EventStreamProvider] for usage information. | 1215 * See [EventStreamProvider] for usage information. |
1216 */ | 1216 */ |
1217 @DomName('SVGElementInstance.unloadEvent') | 1217 @DomName('SVGElementInstance.unloadEvent') |
1218 @DocsEditable() | 1218 @DocsEditable() |
1219 static const EventStreamProvider<Event> unloadEvent = const EventStreamProvide
r<Event>('unload'); | 1219 static const EventStreamProvider<Event> unloadEvent = const EventStreamProvide
r<Event>('unload'); |
1220 | 1220 |
1221 @DomName('SVGElementInstance.childNodes') | 1221 @DomName('SVGElementInstance.childNodes') |
1222 @DocsEditable() | 1222 @DocsEditable() |
1223 List<ElementInstance> get childNodes => blink.Native_SVGElementInstance_childN
odes_Getter(this); | 1223 List<ElementInstance> get childNodes => _blink.Native_SVGElementInstance_child
Nodes_Getter(this); |
1224 | 1224 |
1225 @DomName('SVGElementInstance.correspondingElement') | 1225 @DomName('SVGElementInstance.correspondingElement') |
1226 @DocsEditable() | 1226 @DocsEditable() |
1227 SvgElement get correspondingElement => blink.Native_SVGElementInstance_corresp
ondingElement_Getter(this); | 1227 SvgElement get correspondingElement => _blink.Native_SVGElementInstance_corres
pondingElement_Getter(this); |
1228 | 1228 |
1229 @DomName('SVGElementInstance.correspondingUseElement') | 1229 @DomName('SVGElementInstance.correspondingUseElement') |
1230 @DocsEditable() | 1230 @DocsEditable() |
1231 UseElement get correspondingUseElement => blink.Native_SVGElementInstance_corr
espondingUseElement_Getter(this); | 1231 UseElement get correspondingUseElement => _blink.Native_SVGElementInstance_cor
respondingUseElement_Getter(this); |
1232 | 1232 |
1233 @DomName('SVGElementInstance.firstChild') | 1233 @DomName('SVGElementInstance.firstChild') |
1234 @DocsEditable() | 1234 @DocsEditable() |
1235 ElementInstance get firstChild => blink.Native_SVGElementInstance_firstChild_G
etter(this); | 1235 ElementInstance get firstChild => _blink.Native_SVGElementInstance_firstChild_
Getter(this); |
1236 | 1236 |
1237 @DomName('SVGElementInstance.lastChild') | 1237 @DomName('SVGElementInstance.lastChild') |
1238 @DocsEditable() | 1238 @DocsEditable() |
1239 ElementInstance get lastChild => blink.Native_SVGElementInstance_lastChild_Get
ter(this); | 1239 ElementInstance get lastChild => _blink.Native_SVGElementInstance_lastChild_Ge
tter(this); |
1240 | 1240 |
1241 @DomName('SVGElementInstance.nextSibling') | 1241 @DomName('SVGElementInstance.nextSibling') |
1242 @DocsEditable() | 1242 @DocsEditable() |
1243 ElementInstance get nextSibling => blink.Native_SVGElementInstance_nextSibling
_Getter(this); | 1243 ElementInstance get nextSibling => _blink.Native_SVGElementInstance_nextSiblin
g_Getter(this); |
1244 | 1244 |
1245 @DomName('SVGElementInstance.parentNode') | 1245 @DomName('SVGElementInstance.parentNode') |
1246 @DocsEditable() | 1246 @DocsEditable() |
1247 ElementInstance get parentNode => blink.Native_SVGElementInstance_parentNode_G
etter(this); | 1247 ElementInstance get parentNode => _blink.Native_SVGElementInstance_parentNode_
Getter(this); |
1248 | 1248 |
1249 @DomName('SVGElementInstance.previousSibling') | 1249 @DomName('SVGElementInstance.previousSibling') |
1250 @DocsEditable() | 1250 @DocsEditable() |
1251 ElementInstance get previousSibling => blink.Native_SVGElementInstance_previou
sSibling_Getter(this); | 1251 ElementInstance get previousSibling => _blink.Native_SVGElementInstance_previo
usSibling_Getter(this); |
1252 | 1252 |
1253 @DomName('SVGElementInstance.addEventListener') | 1253 @DomName('SVGElementInstance.addEventListener') |
1254 @DocsEditable() | 1254 @DocsEditable() |
1255 @Experimental() // untriaged | 1255 @Experimental() // untriaged |
1256 void addEventListener(String type, EventListener listener, [bool useCapture])
=> blink.Native_SVGElementInstance_addEventListener_Callback(this, type, listene
r, useCapture); | 1256 void addEventListener(String type, EventListener listener, [bool useCapture])
=> _blink.Native_SVGElementInstance_addEventListener_Callback(this, type, listen
er, useCapture); |
1257 | 1257 |
1258 @DomName('SVGElementInstance.dispatchEvent') | 1258 @DomName('SVGElementInstance.dispatchEvent') |
1259 @DocsEditable() | 1259 @DocsEditable() |
1260 @Experimental() // untriaged | 1260 @Experimental() // untriaged |
1261 bool dispatchEvent(Event event) => blink.Native_SVGElementInstance_dispatchEve
nt_Callback(this, event); | 1261 bool dispatchEvent(Event event) => _blink.Native_SVGElementInstance_dispatchEv
ent_Callback(this, event); |
1262 | 1262 |
1263 @DomName('SVGElementInstance.removeEventListener') | 1263 @DomName('SVGElementInstance.removeEventListener') |
1264 @DocsEditable() | 1264 @DocsEditable() |
1265 @Experimental() // untriaged | 1265 @Experimental() // untriaged |
1266 void removeEventListener(String type, EventListener listener, [bool useCapture
]) => blink.Native_SVGElementInstance_removeEventListener_Callback(this, type, l
istener, useCapture); | 1266 void removeEventListener(String type, EventListener listener, [bool useCapture
]) => _blink.Native_SVGElementInstance_removeEventListener_Callback(this, type,
listener, useCapture); |
1267 | 1267 |
1268 /// Stream of `abort` events handled by this [ElementInstance]. | 1268 /// Stream of `abort` events handled by this [ElementInstance]. |
1269 @DomName('SVGElementInstance.onabort') | 1269 @DomName('SVGElementInstance.onabort') |
1270 @DocsEditable() | 1270 @DocsEditable() |
1271 Stream<Event> get onAbort => abortEvent.forTarget(this); | 1271 Stream<Event> get onAbort => abortEvent.forTarget(this); |
1272 | 1272 |
1273 /// Stream of `beforecopy` events handled by this [ElementInstance]. | 1273 /// Stream of `beforecopy` events handled by this [ElementInstance]. |
1274 @DomName('SVGElementInstance.onbeforecopy') | 1274 @DomName('SVGElementInstance.onbeforecopy') |
1275 @DocsEditable() | 1275 @DocsEditable() |
1276 Stream<Event> get onBeforeCopy => beforeCopyEvent.forTarget(this); | 1276 Stream<Event> get onBeforeCopy => beforeCopyEvent.forTarget(this); |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1499 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1499 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
1500 /** | 1500 /** |
1501 * Constructor instantiated by the DOM when a custom element has been created. | 1501 * Constructor instantiated by the DOM when a custom element has been created. |
1502 * | 1502 * |
1503 * This can only be called by subclasses from their created constructor. | 1503 * This can only be called by subclasses from their created constructor. |
1504 */ | 1504 */ |
1505 EllipseElement.created() : super.created(); | 1505 EllipseElement.created() : super.created(); |
1506 | 1506 |
1507 @DomName('SVGEllipseElement.cx') | 1507 @DomName('SVGEllipseElement.cx') |
1508 @DocsEditable() | 1508 @DocsEditable() |
1509 AnimatedLength get cx => blink.Native_SVGEllipseElement_cx_Getter(this); | 1509 AnimatedLength get cx => _blink.Native_SVGEllipseElement_cx_Getter(this); |
1510 | 1510 |
1511 @DomName('SVGEllipseElement.cy') | 1511 @DomName('SVGEllipseElement.cy') |
1512 @DocsEditable() | 1512 @DocsEditable() |
1513 AnimatedLength get cy => blink.Native_SVGEllipseElement_cy_Getter(this); | 1513 AnimatedLength get cy => _blink.Native_SVGEllipseElement_cy_Getter(this); |
1514 | 1514 |
1515 @DomName('SVGEllipseElement.rx') | 1515 @DomName('SVGEllipseElement.rx') |
1516 @DocsEditable() | 1516 @DocsEditable() |
1517 AnimatedLength get rx => blink.Native_SVGEllipseElement_rx_Getter(this); | 1517 AnimatedLength get rx => _blink.Native_SVGEllipseElement_rx_Getter(this); |
1518 | 1518 |
1519 @DomName('SVGEllipseElement.ry') | 1519 @DomName('SVGEllipseElement.ry') |
1520 @DocsEditable() | 1520 @DocsEditable() |
1521 AnimatedLength get ry => blink.Native_SVGEllipseElement_ry_Getter(this); | 1521 AnimatedLength get ry => _blink.Native_SVGEllipseElement_ry_Getter(this); |
1522 | 1522 |
1523 } | 1523 } |
1524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1525 // for details. All rights reserved. Use of this source code is governed by a | 1525 // for details. All rights reserved. Use of this source code is governed by a |
1526 // BSD-style license that can be found in the LICENSE file. | 1526 // BSD-style license that can be found in the LICENSE file. |
1527 | 1527 |
1528 // WARNING: Do not edit - generated code. | 1528 // WARNING: Do not edit - generated code. |
1529 | 1529 |
1530 | 1530 |
1531 @DocsEditable() | 1531 @DocsEditable() |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1571 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_SCREEN') | 1571 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_SCREEN') |
1572 @DocsEditable() | 1572 @DocsEditable() |
1573 static const int SVG_FEBLEND_MODE_SCREEN = 3; | 1573 static const int SVG_FEBLEND_MODE_SCREEN = 3; |
1574 | 1574 |
1575 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN') | 1575 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN') |
1576 @DocsEditable() | 1576 @DocsEditable() |
1577 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; | 1577 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; |
1578 | 1578 |
1579 @DomName('SVGFEBlendElement.in1') | 1579 @DomName('SVGFEBlendElement.in1') |
1580 @DocsEditable() | 1580 @DocsEditable() |
1581 AnimatedString get in1 => blink.Native_SVGFEBlendElement_in1_Getter(this); | 1581 AnimatedString get in1 => _blink.Native_SVGFEBlendElement_in1_Getter(this); |
1582 | 1582 |
1583 @DomName('SVGFEBlendElement.in2') | 1583 @DomName('SVGFEBlendElement.in2') |
1584 @DocsEditable() | 1584 @DocsEditable() |
1585 AnimatedString get in2 => blink.Native_SVGFEBlendElement_in2_Getter(this); | 1585 AnimatedString get in2 => _blink.Native_SVGFEBlendElement_in2_Getter(this); |
1586 | 1586 |
1587 @DomName('SVGFEBlendElement.mode') | 1587 @DomName('SVGFEBlendElement.mode') |
1588 @DocsEditable() | 1588 @DocsEditable() |
1589 AnimatedEnumeration get mode => blink.Native_SVGFEBlendElement_mode_Getter(thi
s); | 1589 AnimatedEnumeration get mode => _blink.Native_SVGFEBlendElement_mode_Getter(th
is); |
1590 | 1590 |
1591 @DomName('SVGFEBlendElement.height') | 1591 @DomName('SVGFEBlendElement.height') |
1592 @DocsEditable() | 1592 @DocsEditable() |
1593 AnimatedLength get height => blink.Native_SVGFEBlendElement_height_Getter(this
); | 1593 AnimatedLength get height => _blink.Native_SVGFEBlendElement_height_Getter(thi
s); |
1594 | 1594 |
1595 @DomName('SVGFEBlendElement.result') | 1595 @DomName('SVGFEBlendElement.result') |
1596 @DocsEditable() | 1596 @DocsEditable() |
1597 AnimatedString get result => blink.Native_SVGFEBlendElement_result_Getter(this
); | 1597 AnimatedString get result => _blink.Native_SVGFEBlendElement_result_Getter(thi
s); |
1598 | 1598 |
1599 @DomName('SVGFEBlendElement.width') | 1599 @DomName('SVGFEBlendElement.width') |
1600 @DocsEditable() | 1600 @DocsEditable() |
1601 AnimatedLength get width => blink.Native_SVGFEBlendElement_width_Getter(this); | 1601 AnimatedLength get width => _blink.Native_SVGFEBlendElement_width_Getter(this)
; |
1602 | 1602 |
1603 @DomName('SVGFEBlendElement.x') | 1603 @DomName('SVGFEBlendElement.x') |
1604 @DocsEditable() | 1604 @DocsEditable() |
1605 AnimatedLength get x => blink.Native_SVGFEBlendElement_x_Getter(this); | 1605 AnimatedLength get x => _blink.Native_SVGFEBlendElement_x_Getter(this); |
1606 | 1606 |
1607 @DomName('SVGFEBlendElement.y') | 1607 @DomName('SVGFEBlendElement.y') |
1608 @DocsEditable() | 1608 @DocsEditable() |
1609 AnimatedLength get y => blink.Native_SVGFEBlendElement_y_Getter(this); | 1609 AnimatedLength get y => _blink.Native_SVGFEBlendElement_y_Getter(this); |
1610 | 1610 |
1611 } | 1611 } |
1612 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1612 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1613 // for details. All rights reserved. Use of this source code is governed by a | 1613 // for details. All rights reserved. Use of this source code is governed by a |
1614 // BSD-style license that can be found in the LICENSE file. | 1614 // BSD-style license that can be found in the LICENSE file. |
1615 | 1615 |
1616 // WARNING: Do not edit - generated code. | 1616 // WARNING: Do not edit - generated code. |
1617 | 1617 |
1618 | 1618 |
1619 @DocsEditable() | 1619 @DocsEditable() |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1655 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE') | 1655 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE') |
1656 @DocsEditable() | 1656 @DocsEditable() |
1657 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; | 1657 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; |
1658 | 1658 |
1659 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_UNKNOWN') | 1659 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_UNKNOWN') |
1660 @DocsEditable() | 1660 @DocsEditable() |
1661 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; | 1661 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; |
1662 | 1662 |
1663 @DomName('SVGFEColorMatrixElement.in1') | 1663 @DomName('SVGFEColorMatrixElement.in1') |
1664 @DocsEditable() | 1664 @DocsEditable() |
1665 AnimatedString get in1 => blink.Native_SVGFEColorMatrixElement_in1_Getter(this
); | 1665 AnimatedString get in1 => _blink.Native_SVGFEColorMatrixElement_in1_Getter(thi
s); |
1666 | 1666 |
1667 @DomName('SVGFEColorMatrixElement.type') | 1667 @DomName('SVGFEColorMatrixElement.type') |
1668 @DocsEditable() | 1668 @DocsEditable() |
1669 AnimatedEnumeration get type => blink.Native_SVGFEColorMatrixElement_type_Gett
er(this); | 1669 AnimatedEnumeration get type => _blink.Native_SVGFEColorMatrixElement_type_Get
ter(this); |
1670 | 1670 |
1671 @DomName('SVGFEColorMatrixElement.values') | 1671 @DomName('SVGFEColorMatrixElement.values') |
1672 @DocsEditable() | 1672 @DocsEditable() |
1673 AnimatedNumberList get values => blink.Native_SVGFEColorMatrixElement_values_G
etter(this); | 1673 AnimatedNumberList get values => _blink.Native_SVGFEColorMatrixElement_values_
Getter(this); |
1674 | 1674 |
1675 @DomName('SVGFEColorMatrixElement.height') | 1675 @DomName('SVGFEColorMatrixElement.height') |
1676 @DocsEditable() | 1676 @DocsEditable() |
1677 AnimatedLength get height => blink.Native_SVGFEColorMatrixElement_height_Gette
r(this); | 1677 AnimatedLength get height => _blink.Native_SVGFEColorMatrixElement_height_Gett
er(this); |
1678 | 1678 |
1679 @DomName('SVGFEColorMatrixElement.result') | 1679 @DomName('SVGFEColorMatrixElement.result') |
1680 @DocsEditable() | 1680 @DocsEditable() |
1681 AnimatedString get result => blink.Native_SVGFEColorMatrixElement_result_Gette
r(this); | 1681 AnimatedString get result => _blink.Native_SVGFEColorMatrixElement_result_Gett
er(this); |
1682 | 1682 |
1683 @DomName('SVGFEColorMatrixElement.width') | 1683 @DomName('SVGFEColorMatrixElement.width') |
1684 @DocsEditable() | 1684 @DocsEditable() |
1685 AnimatedLength get width => blink.Native_SVGFEColorMatrixElement_width_Getter(
this); | 1685 AnimatedLength get width => _blink.Native_SVGFEColorMatrixElement_width_Getter
(this); |
1686 | 1686 |
1687 @DomName('SVGFEColorMatrixElement.x') | 1687 @DomName('SVGFEColorMatrixElement.x') |
1688 @DocsEditable() | 1688 @DocsEditable() |
1689 AnimatedLength get x => blink.Native_SVGFEColorMatrixElement_x_Getter(this); | 1689 AnimatedLength get x => _blink.Native_SVGFEColorMatrixElement_x_Getter(this); |
1690 | 1690 |
1691 @DomName('SVGFEColorMatrixElement.y') | 1691 @DomName('SVGFEColorMatrixElement.y') |
1692 @DocsEditable() | 1692 @DocsEditable() |
1693 AnimatedLength get y => blink.Native_SVGFEColorMatrixElement_y_Getter(this); | 1693 AnimatedLength get y => _blink.Native_SVGFEColorMatrixElement_y_Getter(this); |
1694 | 1694 |
1695 } | 1695 } |
1696 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1696 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1697 // for details. All rights reserved. Use of this source code is governed by a | 1697 // for details. All rights reserved. Use of this source code is governed by a |
1698 // BSD-style license that can be found in the LICENSE file. | 1698 // BSD-style license that can be found in the LICENSE file. |
1699 | 1699 |
1700 // WARNING: Do not edit - generated code. | 1700 // WARNING: Do not edit - generated code. |
1701 | 1701 |
1702 | 1702 |
1703 @DocsEditable() | 1703 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
1719 * | 1719 * |
1720 * This can only be called by subclasses from their created constructor. | 1720 * This can only be called by subclasses from their created constructor. |
1721 */ | 1721 */ |
1722 FEComponentTransferElement.created() : super.created(); | 1722 FEComponentTransferElement.created() : super.created(); |
1723 | 1723 |
1724 /// Checks if this type is supported on the current platform. | 1724 /// Checks if this type is supported on the current platform. |
1725 static bool get supported => true; | 1725 static bool get supported => true; |
1726 | 1726 |
1727 @DomName('SVGFEComponentTransferElement.in1') | 1727 @DomName('SVGFEComponentTransferElement.in1') |
1728 @DocsEditable() | 1728 @DocsEditable() |
1729 AnimatedString get in1 => blink.Native_SVGFEComponentTransferElement_in1_Gette
r(this); | 1729 AnimatedString get in1 => _blink.Native_SVGFEComponentTransferElement_in1_Gett
er(this); |
1730 | 1730 |
1731 @DomName('SVGFEComponentTransferElement.height') | 1731 @DomName('SVGFEComponentTransferElement.height') |
1732 @DocsEditable() | 1732 @DocsEditable() |
1733 AnimatedLength get height => blink.Native_SVGFEComponentTransferElement_height
_Getter(this); | 1733 AnimatedLength get height => _blink.Native_SVGFEComponentTransferElement_heigh
t_Getter(this); |
1734 | 1734 |
1735 @DomName('SVGFEComponentTransferElement.result') | 1735 @DomName('SVGFEComponentTransferElement.result') |
1736 @DocsEditable() | 1736 @DocsEditable() |
1737 AnimatedString get result => blink.Native_SVGFEComponentTransferElement_result
_Getter(this); | 1737 AnimatedString get result => _blink.Native_SVGFEComponentTransferElement_resul
t_Getter(this); |
1738 | 1738 |
1739 @DomName('SVGFEComponentTransferElement.width') | 1739 @DomName('SVGFEComponentTransferElement.width') |
1740 @DocsEditable() | 1740 @DocsEditable() |
1741 AnimatedLength get width => blink.Native_SVGFEComponentTransferElement_width_G
etter(this); | 1741 AnimatedLength get width => _blink.Native_SVGFEComponentTransferElement_width_
Getter(this); |
1742 | 1742 |
1743 @DomName('SVGFEComponentTransferElement.x') | 1743 @DomName('SVGFEComponentTransferElement.x') |
1744 @DocsEditable() | 1744 @DocsEditable() |
1745 AnimatedLength get x => blink.Native_SVGFEComponentTransferElement_x_Getter(th
is); | 1745 AnimatedLength get x => _blink.Native_SVGFEComponentTransferElement_x_Getter(t
his); |
1746 | 1746 |
1747 @DomName('SVGFEComponentTransferElement.y') | 1747 @DomName('SVGFEComponentTransferElement.y') |
1748 @DocsEditable() | 1748 @DocsEditable() |
1749 AnimatedLength get y => blink.Native_SVGFEComponentTransferElement_y_Getter(th
is); | 1749 AnimatedLength get y => _blink.Native_SVGFEComponentTransferElement_y_Getter(t
his); |
1750 | 1750 |
1751 } | 1751 } |
1752 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1752 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1753 // for details. All rights reserved. Use of this source code is governed by a | 1753 // for details. All rights reserved. Use of this source code is governed by a |
1754 // BSD-style license that can be found in the LICENSE file. | 1754 // BSD-style license that can be found in the LICENSE file. |
1755 | 1755 |
1756 // WARNING: Do not edit - generated code. | 1756 // WARNING: Do not edit - generated code. |
1757 | 1757 |
1758 | 1758 |
1759 @DocsEditable() | 1759 @DocsEditable() |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1792 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN') | 1792 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN') |
1793 @DocsEditable() | 1793 @DocsEditable() |
1794 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; | 1794 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; |
1795 | 1795 |
1796 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR') | 1796 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR') |
1797 @DocsEditable() | 1797 @DocsEditable() |
1798 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; | 1798 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; |
1799 | 1799 |
1800 @DomName('SVGFECompositeElement.in1') | 1800 @DomName('SVGFECompositeElement.in1') |
1801 @DocsEditable() | 1801 @DocsEditable() |
1802 AnimatedString get in1 => blink.Native_SVGFECompositeElement_in1_Getter(this); | 1802 AnimatedString get in1 => _blink.Native_SVGFECompositeElement_in1_Getter(this)
; |
1803 | 1803 |
1804 @DomName('SVGFECompositeElement.in2') | 1804 @DomName('SVGFECompositeElement.in2') |
1805 @DocsEditable() | 1805 @DocsEditable() |
1806 AnimatedString get in2 => blink.Native_SVGFECompositeElement_in2_Getter(this); | 1806 AnimatedString get in2 => _blink.Native_SVGFECompositeElement_in2_Getter(this)
; |
1807 | 1807 |
1808 @DomName('SVGFECompositeElement.k1') | 1808 @DomName('SVGFECompositeElement.k1') |
1809 @DocsEditable() | 1809 @DocsEditable() |
1810 AnimatedNumber get k1 => blink.Native_SVGFECompositeElement_k1_Getter(this); | 1810 AnimatedNumber get k1 => _blink.Native_SVGFECompositeElement_k1_Getter(this); |
1811 | 1811 |
1812 @DomName('SVGFECompositeElement.k2') | 1812 @DomName('SVGFECompositeElement.k2') |
1813 @DocsEditable() | 1813 @DocsEditable() |
1814 AnimatedNumber get k2 => blink.Native_SVGFECompositeElement_k2_Getter(this); | 1814 AnimatedNumber get k2 => _blink.Native_SVGFECompositeElement_k2_Getter(this); |
1815 | 1815 |
1816 @DomName('SVGFECompositeElement.k3') | 1816 @DomName('SVGFECompositeElement.k3') |
1817 @DocsEditable() | 1817 @DocsEditable() |
1818 AnimatedNumber get k3 => blink.Native_SVGFECompositeElement_k3_Getter(this); | 1818 AnimatedNumber get k3 => _blink.Native_SVGFECompositeElement_k3_Getter(this); |
1819 | 1819 |
1820 @DomName('SVGFECompositeElement.k4') | 1820 @DomName('SVGFECompositeElement.k4') |
1821 @DocsEditable() | 1821 @DocsEditable() |
1822 AnimatedNumber get k4 => blink.Native_SVGFECompositeElement_k4_Getter(this); | 1822 AnimatedNumber get k4 => _blink.Native_SVGFECompositeElement_k4_Getter(this); |
1823 | 1823 |
1824 @DomName('SVGFECompositeElement.operator') | 1824 @DomName('SVGFECompositeElement.operator') |
1825 @DocsEditable() | 1825 @DocsEditable() |
1826 AnimatedEnumeration get operator => blink.Native_SVGFECompositeElement_operato
r_Getter(this); | 1826 AnimatedEnumeration get operator => _blink.Native_SVGFECompositeElement_operat
or_Getter(this); |
1827 | 1827 |
1828 @DomName('SVGFECompositeElement.height') | 1828 @DomName('SVGFECompositeElement.height') |
1829 @DocsEditable() | 1829 @DocsEditable() |
1830 AnimatedLength get height => blink.Native_SVGFECompositeElement_height_Getter(
this); | 1830 AnimatedLength get height => _blink.Native_SVGFECompositeElement_height_Getter
(this); |
1831 | 1831 |
1832 @DomName('SVGFECompositeElement.result') | 1832 @DomName('SVGFECompositeElement.result') |
1833 @DocsEditable() | 1833 @DocsEditable() |
1834 AnimatedString get result => blink.Native_SVGFECompositeElement_result_Getter(
this); | 1834 AnimatedString get result => _blink.Native_SVGFECompositeElement_result_Getter
(this); |
1835 | 1835 |
1836 @DomName('SVGFECompositeElement.width') | 1836 @DomName('SVGFECompositeElement.width') |
1837 @DocsEditable() | 1837 @DocsEditable() |
1838 AnimatedLength get width => blink.Native_SVGFECompositeElement_width_Getter(th
is); | 1838 AnimatedLength get width => _blink.Native_SVGFECompositeElement_width_Getter(t
his); |
1839 | 1839 |
1840 @DomName('SVGFECompositeElement.x') | 1840 @DomName('SVGFECompositeElement.x') |
1841 @DocsEditable() | 1841 @DocsEditable() |
1842 AnimatedLength get x => blink.Native_SVGFECompositeElement_x_Getter(this); | 1842 AnimatedLength get x => _blink.Native_SVGFECompositeElement_x_Getter(this); |
1843 | 1843 |
1844 @DomName('SVGFECompositeElement.y') | 1844 @DomName('SVGFECompositeElement.y') |
1845 @DocsEditable() | 1845 @DocsEditable() |
1846 AnimatedLength get y => blink.Native_SVGFECompositeElement_y_Getter(this); | 1846 AnimatedLength get y => _blink.Native_SVGFECompositeElement_y_Getter(this); |
1847 | 1847 |
1848 } | 1848 } |
1849 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1849 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1850 // for details. All rights reserved. Use of this source code is governed by a | 1850 // for details. All rights reserved. Use of this source code is governed by a |
1851 // BSD-style license that can be found in the LICENSE file. | 1851 // BSD-style license that can be found in the LICENSE file. |
1852 | 1852 |
1853 // WARNING: Do not edit - generated code. | 1853 // WARNING: Do not edit - generated code. |
1854 | 1854 |
1855 | 1855 |
1856 @DocsEditable() | 1856 @DocsEditable() |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1888 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN') | 1888 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN') |
1889 @DocsEditable() | 1889 @DocsEditable() |
1890 static const int SVG_EDGEMODE_UNKNOWN = 0; | 1890 static const int SVG_EDGEMODE_UNKNOWN = 0; |
1891 | 1891 |
1892 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP') | 1892 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP') |
1893 @DocsEditable() | 1893 @DocsEditable() |
1894 static const int SVG_EDGEMODE_WRAP = 2; | 1894 static const int SVG_EDGEMODE_WRAP = 2; |
1895 | 1895 |
1896 @DomName('SVGFEConvolveMatrixElement.bias') | 1896 @DomName('SVGFEConvolveMatrixElement.bias') |
1897 @DocsEditable() | 1897 @DocsEditable() |
1898 AnimatedNumber get bias => blink.Native_SVGFEConvolveMatrixElement_bias_Getter
(this); | 1898 AnimatedNumber get bias => _blink.Native_SVGFEConvolveMatrixElement_bias_Gette
r(this); |
1899 | 1899 |
1900 @DomName('SVGFEConvolveMatrixElement.divisor') | 1900 @DomName('SVGFEConvolveMatrixElement.divisor') |
1901 @DocsEditable() | 1901 @DocsEditable() |
1902 AnimatedNumber get divisor => blink.Native_SVGFEConvolveMatrixElement_divisor_
Getter(this); | 1902 AnimatedNumber get divisor => _blink.Native_SVGFEConvolveMatrixElement_divisor
_Getter(this); |
1903 | 1903 |
1904 @DomName('SVGFEConvolveMatrixElement.edgeMode') | 1904 @DomName('SVGFEConvolveMatrixElement.edgeMode') |
1905 @DocsEditable() | 1905 @DocsEditable() |
1906 AnimatedEnumeration get edgeMode => blink.Native_SVGFEConvolveMatrixElement_ed
geMode_Getter(this); | 1906 AnimatedEnumeration get edgeMode => _blink.Native_SVGFEConvolveMatrixElement_e
dgeMode_Getter(this); |
1907 | 1907 |
1908 @DomName('SVGFEConvolveMatrixElement.in1') | 1908 @DomName('SVGFEConvolveMatrixElement.in1') |
1909 @DocsEditable() | 1909 @DocsEditable() |
1910 AnimatedString get in1 => blink.Native_SVGFEConvolveMatrixElement_in1_Getter(t
his); | 1910 AnimatedString get in1 => _blink.Native_SVGFEConvolveMatrixElement_in1_Getter(
this); |
1911 | 1911 |
1912 @DomName('SVGFEConvolveMatrixElement.kernelMatrix') | 1912 @DomName('SVGFEConvolveMatrixElement.kernelMatrix') |
1913 @DocsEditable() | 1913 @DocsEditable() |
1914 AnimatedNumberList get kernelMatrix => blink.Native_SVGFEConvolveMatrixElement
_kernelMatrix_Getter(this); | 1914 AnimatedNumberList get kernelMatrix => _blink.Native_SVGFEConvolveMatrixElemen
t_kernelMatrix_Getter(this); |
1915 | 1915 |
1916 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') | 1916 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') |
1917 @DocsEditable() | 1917 @DocsEditable() |
1918 AnimatedNumber get kernelUnitLengthX => blink.Native_SVGFEConvolveMatrixElemen
t_kernelUnitLengthX_Getter(this); | 1918 AnimatedNumber get kernelUnitLengthX => _blink.Native_SVGFEConvolveMatrixEleme
nt_kernelUnitLengthX_Getter(this); |
1919 | 1919 |
1920 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') | 1920 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') |
1921 @DocsEditable() | 1921 @DocsEditable() |
1922 AnimatedNumber get kernelUnitLengthY => blink.Native_SVGFEConvolveMatrixElemen
t_kernelUnitLengthY_Getter(this); | 1922 AnimatedNumber get kernelUnitLengthY => _blink.Native_SVGFEConvolveMatrixEleme
nt_kernelUnitLengthY_Getter(this); |
1923 | 1923 |
1924 @DomName('SVGFEConvolveMatrixElement.orderX') | 1924 @DomName('SVGFEConvolveMatrixElement.orderX') |
1925 @DocsEditable() | 1925 @DocsEditable() |
1926 AnimatedInteger get orderX => blink.Native_SVGFEConvolveMatrixElement_orderX_G
etter(this); | 1926 AnimatedInteger get orderX => _blink.Native_SVGFEConvolveMatrixElement_orderX_
Getter(this); |
1927 | 1927 |
1928 @DomName('SVGFEConvolveMatrixElement.orderY') | 1928 @DomName('SVGFEConvolveMatrixElement.orderY') |
1929 @DocsEditable() | 1929 @DocsEditable() |
1930 AnimatedInteger get orderY => blink.Native_SVGFEConvolveMatrixElement_orderY_G
etter(this); | 1930 AnimatedInteger get orderY => _blink.Native_SVGFEConvolveMatrixElement_orderY_
Getter(this); |
1931 | 1931 |
1932 @DomName('SVGFEConvolveMatrixElement.preserveAlpha') | 1932 @DomName('SVGFEConvolveMatrixElement.preserveAlpha') |
1933 @DocsEditable() | 1933 @DocsEditable() |
1934 AnimatedBoolean get preserveAlpha => blink.Native_SVGFEConvolveMatrixElement_p
reserveAlpha_Getter(this); | 1934 AnimatedBoolean get preserveAlpha => _blink.Native_SVGFEConvolveMatrixElement_
preserveAlpha_Getter(this); |
1935 | 1935 |
1936 @DomName('SVGFEConvolveMatrixElement.targetX') | 1936 @DomName('SVGFEConvolveMatrixElement.targetX') |
1937 @DocsEditable() | 1937 @DocsEditable() |
1938 AnimatedInteger get targetX => blink.Native_SVGFEConvolveMatrixElement_targetX
_Getter(this); | 1938 AnimatedInteger get targetX => _blink.Native_SVGFEConvolveMatrixElement_target
X_Getter(this); |
1939 | 1939 |
1940 @DomName('SVGFEConvolveMatrixElement.targetY') | 1940 @DomName('SVGFEConvolveMatrixElement.targetY') |
1941 @DocsEditable() | 1941 @DocsEditable() |
1942 AnimatedInteger get targetY => blink.Native_SVGFEConvolveMatrixElement_targetY
_Getter(this); | 1942 AnimatedInteger get targetY => _blink.Native_SVGFEConvolveMatrixElement_target
Y_Getter(this); |
1943 | 1943 |
1944 @DomName('SVGFEConvolveMatrixElement.height') | 1944 @DomName('SVGFEConvolveMatrixElement.height') |
1945 @DocsEditable() | 1945 @DocsEditable() |
1946 AnimatedLength get height => blink.Native_SVGFEConvolveMatrixElement_height_Ge
tter(this); | 1946 AnimatedLength get height => _blink.Native_SVGFEConvolveMatrixElement_height_G
etter(this); |
1947 | 1947 |
1948 @DomName('SVGFEConvolveMatrixElement.result') | 1948 @DomName('SVGFEConvolveMatrixElement.result') |
1949 @DocsEditable() | 1949 @DocsEditable() |
1950 AnimatedString get result => blink.Native_SVGFEConvolveMatrixElement_result_Ge
tter(this); | 1950 AnimatedString get result => _blink.Native_SVGFEConvolveMatrixElement_result_G
etter(this); |
1951 | 1951 |
1952 @DomName('SVGFEConvolveMatrixElement.width') | 1952 @DomName('SVGFEConvolveMatrixElement.width') |
1953 @DocsEditable() | 1953 @DocsEditable() |
1954 AnimatedLength get width => blink.Native_SVGFEConvolveMatrixElement_width_Gett
er(this); | 1954 AnimatedLength get width => _blink.Native_SVGFEConvolveMatrixElement_width_Get
ter(this); |
1955 | 1955 |
1956 @DomName('SVGFEConvolveMatrixElement.x') | 1956 @DomName('SVGFEConvolveMatrixElement.x') |
1957 @DocsEditable() | 1957 @DocsEditable() |
1958 AnimatedLength get x => blink.Native_SVGFEConvolveMatrixElement_x_Getter(this)
; | 1958 AnimatedLength get x => _blink.Native_SVGFEConvolveMatrixElement_x_Getter(this
); |
1959 | 1959 |
1960 @DomName('SVGFEConvolveMatrixElement.y') | 1960 @DomName('SVGFEConvolveMatrixElement.y') |
1961 @DocsEditable() | 1961 @DocsEditable() |
1962 AnimatedLength get y => blink.Native_SVGFEConvolveMatrixElement_y_Getter(this)
; | 1962 AnimatedLength get y => _blink.Native_SVGFEConvolveMatrixElement_y_Getter(this
); |
1963 | 1963 |
1964 } | 1964 } |
1965 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1965 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1966 // for details. All rights reserved. Use of this source code is governed by a | 1966 // for details. All rights reserved. Use of this source code is governed by a |
1967 // BSD-style license that can be found in the LICENSE file. | 1967 // BSD-style license that can be found in the LICENSE file. |
1968 | 1968 |
1969 // WARNING: Do not edit - generated code. | 1969 // WARNING: Do not edit - generated code. |
1970 | 1970 |
1971 | 1971 |
1972 @DocsEditable() | 1972 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
1988 * | 1988 * |
1989 * This can only be called by subclasses from their created constructor. | 1989 * This can only be called by subclasses from their created constructor. |
1990 */ | 1990 */ |
1991 FEDiffuseLightingElement.created() : super.created(); | 1991 FEDiffuseLightingElement.created() : super.created(); |
1992 | 1992 |
1993 /// Checks if this type is supported on the current platform. | 1993 /// Checks if this type is supported on the current platform. |
1994 static bool get supported => true; | 1994 static bool get supported => true; |
1995 | 1995 |
1996 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') | 1996 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') |
1997 @DocsEditable() | 1997 @DocsEditable() |
1998 AnimatedNumber get diffuseConstant => blink.Native_SVGFEDiffuseLightingElement
_diffuseConstant_Getter(this); | 1998 AnimatedNumber get diffuseConstant => _blink.Native_SVGFEDiffuseLightingElemen
t_diffuseConstant_Getter(this); |
1999 | 1999 |
2000 @DomName('SVGFEDiffuseLightingElement.in1') | 2000 @DomName('SVGFEDiffuseLightingElement.in1') |
2001 @DocsEditable() | 2001 @DocsEditable() |
2002 AnimatedString get in1 => blink.Native_SVGFEDiffuseLightingElement_in1_Getter(
this); | 2002 AnimatedString get in1 => _blink.Native_SVGFEDiffuseLightingElement_in1_Getter
(this); |
2003 | 2003 |
2004 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') | 2004 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') |
2005 @DocsEditable() | 2005 @DocsEditable() |
2006 AnimatedNumber get kernelUnitLengthX => blink.Native_SVGFEDiffuseLightingEleme
nt_kernelUnitLengthX_Getter(this); | 2006 AnimatedNumber get kernelUnitLengthX => _blink.Native_SVGFEDiffuseLightingElem
ent_kernelUnitLengthX_Getter(this); |
2007 | 2007 |
2008 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') | 2008 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') |
2009 @DocsEditable() | 2009 @DocsEditable() |
2010 AnimatedNumber get kernelUnitLengthY => blink.Native_SVGFEDiffuseLightingEleme
nt_kernelUnitLengthY_Getter(this); | 2010 AnimatedNumber get kernelUnitLengthY => _blink.Native_SVGFEDiffuseLightingElem
ent_kernelUnitLengthY_Getter(this); |
2011 | 2011 |
2012 @DomName('SVGFEDiffuseLightingElement.surfaceScale') | 2012 @DomName('SVGFEDiffuseLightingElement.surfaceScale') |
2013 @DocsEditable() | 2013 @DocsEditable() |
2014 AnimatedNumber get surfaceScale => blink.Native_SVGFEDiffuseLightingElement_su
rfaceScale_Getter(this); | 2014 AnimatedNumber get surfaceScale => _blink.Native_SVGFEDiffuseLightingElement_s
urfaceScale_Getter(this); |
2015 | 2015 |
2016 @DomName('SVGFEDiffuseLightingElement.height') | 2016 @DomName('SVGFEDiffuseLightingElement.height') |
2017 @DocsEditable() | 2017 @DocsEditable() |
2018 AnimatedLength get height => blink.Native_SVGFEDiffuseLightingElement_height_G
etter(this); | 2018 AnimatedLength get height => _blink.Native_SVGFEDiffuseLightingElement_height_
Getter(this); |
2019 | 2019 |
2020 @DomName('SVGFEDiffuseLightingElement.result') | 2020 @DomName('SVGFEDiffuseLightingElement.result') |
2021 @DocsEditable() | 2021 @DocsEditable() |
2022 AnimatedString get result => blink.Native_SVGFEDiffuseLightingElement_result_G
etter(this); | 2022 AnimatedString get result => _blink.Native_SVGFEDiffuseLightingElement_result_
Getter(this); |
2023 | 2023 |
2024 @DomName('SVGFEDiffuseLightingElement.width') | 2024 @DomName('SVGFEDiffuseLightingElement.width') |
2025 @DocsEditable() | 2025 @DocsEditable() |
2026 AnimatedLength get width => blink.Native_SVGFEDiffuseLightingElement_width_Get
ter(this); | 2026 AnimatedLength get width => _blink.Native_SVGFEDiffuseLightingElement_width_Ge
tter(this); |
2027 | 2027 |
2028 @DomName('SVGFEDiffuseLightingElement.x') | 2028 @DomName('SVGFEDiffuseLightingElement.x') |
2029 @DocsEditable() | 2029 @DocsEditable() |
2030 AnimatedLength get x => blink.Native_SVGFEDiffuseLightingElement_x_Getter(this
); | 2030 AnimatedLength get x => _blink.Native_SVGFEDiffuseLightingElement_x_Getter(thi
s); |
2031 | 2031 |
2032 @DomName('SVGFEDiffuseLightingElement.y') | 2032 @DomName('SVGFEDiffuseLightingElement.y') |
2033 @DocsEditable() | 2033 @DocsEditable() |
2034 AnimatedLength get y => blink.Native_SVGFEDiffuseLightingElement_y_Getter(this
); | 2034 AnimatedLength get y => _blink.Native_SVGFEDiffuseLightingElement_y_Getter(thi
s); |
2035 | 2035 |
2036 } | 2036 } |
2037 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2037 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2038 // for details. All rights reserved. Use of this source code is governed by a | 2038 // for details. All rights reserved. Use of this source code is governed by a |
2039 // BSD-style license that can be found in the LICENSE file. | 2039 // BSD-style license that can be found in the LICENSE file. |
2040 | 2040 |
2041 // WARNING: Do not edit - generated code. | 2041 // WARNING: Do not edit - generated code. |
2042 | 2042 |
2043 | 2043 |
2044 @DocsEditable() | 2044 @DocsEditable() |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2080 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_R') | 2080 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_R') |
2081 @DocsEditable() | 2081 @DocsEditable() |
2082 static const int SVG_CHANNEL_R = 1; | 2082 static const int SVG_CHANNEL_R = 1; |
2083 | 2083 |
2084 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_UNKNOWN') | 2084 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_UNKNOWN') |
2085 @DocsEditable() | 2085 @DocsEditable() |
2086 static const int SVG_CHANNEL_UNKNOWN = 0; | 2086 static const int SVG_CHANNEL_UNKNOWN = 0; |
2087 | 2087 |
2088 @DomName('SVGFEDisplacementMapElement.in1') | 2088 @DomName('SVGFEDisplacementMapElement.in1') |
2089 @DocsEditable() | 2089 @DocsEditable() |
2090 AnimatedString get in1 => blink.Native_SVGFEDisplacementMapElement_in1_Getter(
this); | 2090 AnimatedString get in1 => _blink.Native_SVGFEDisplacementMapElement_in1_Getter
(this); |
2091 | 2091 |
2092 @DomName('SVGFEDisplacementMapElement.in2') | 2092 @DomName('SVGFEDisplacementMapElement.in2') |
2093 @DocsEditable() | 2093 @DocsEditable() |
2094 AnimatedString get in2 => blink.Native_SVGFEDisplacementMapElement_in2_Getter(
this); | 2094 AnimatedString get in2 => _blink.Native_SVGFEDisplacementMapElement_in2_Getter
(this); |
2095 | 2095 |
2096 @DomName('SVGFEDisplacementMapElement.scale') | 2096 @DomName('SVGFEDisplacementMapElement.scale') |
2097 @DocsEditable() | 2097 @DocsEditable() |
2098 AnimatedNumber get scale => blink.Native_SVGFEDisplacementMapElement_scale_Get
ter(this); | 2098 AnimatedNumber get scale => _blink.Native_SVGFEDisplacementMapElement_scale_Ge
tter(this); |
2099 | 2099 |
2100 @DomName('SVGFEDisplacementMapElement.xChannelSelector') | 2100 @DomName('SVGFEDisplacementMapElement.xChannelSelector') |
2101 @DocsEditable() | 2101 @DocsEditable() |
2102 AnimatedEnumeration get xChannelSelector => blink.Native_SVGFEDisplacementMapE
lement_xChannelSelector_Getter(this); | 2102 AnimatedEnumeration get xChannelSelector => _blink.Native_SVGFEDisplacementMap
Element_xChannelSelector_Getter(this); |
2103 | 2103 |
2104 @DomName('SVGFEDisplacementMapElement.yChannelSelector') | 2104 @DomName('SVGFEDisplacementMapElement.yChannelSelector') |
2105 @DocsEditable() | 2105 @DocsEditable() |
2106 AnimatedEnumeration get yChannelSelector => blink.Native_SVGFEDisplacementMapE
lement_yChannelSelector_Getter(this); | 2106 AnimatedEnumeration get yChannelSelector => _blink.Native_SVGFEDisplacementMap
Element_yChannelSelector_Getter(this); |
2107 | 2107 |
2108 @DomName('SVGFEDisplacementMapElement.height') | 2108 @DomName('SVGFEDisplacementMapElement.height') |
2109 @DocsEditable() | 2109 @DocsEditable() |
2110 AnimatedLength get height => blink.Native_SVGFEDisplacementMapElement_height_G
etter(this); | 2110 AnimatedLength get height => _blink.Native_SVGFEDisplacementMapElement_height_
Getter(this); |
2111 | 2111 |
2112 @DomName('SVGFEDisplacementMapElement.result') | 2112 @DomName('SVGFEDisplacementMapElement.result') |
2113 @DocsEditable() | 2113 @DocsEditable() |
2114 AnimatedString get result => blink.Native_SVGFEDisplacementMapElement_result_G
etter(this); | 2114 AnimatedString get result => _blink.Native_SVGFEDisplacementMapElement_result_
Getter(this); |
2115 | 2115 |
2116 @DomName('SVGFEDisplacementMapElement.width') | 2116 @DomName('SVGFEDisplacementMapElement.width') |
2117 @DocsEditable() | 2117 @DocsEditable() |
2118 AnimatedLength get width => blink.Native_SVGFEDisplacementMapElement_width_Get
ter(this); | 2118 AnimatedLength get width => _blink.Native_SVGFEDisplacementMapElement_width_Ge
tter(this); |
2119 | 2119 |
2120 @DomName('SVGFEDisplacementMapElement.x') | 2120 @DomName('SVGFEDisplacementMapElement.x') |
2121 @DocsEditable() | 2121 @DocsEditable() |
2122 AnimatedLength get x => blink.Native_SVGFEDisplacementMapElement_x_Getter(this
); | 2122 AnimatedLength get x => _blink.Native_SVGFEDisplacementMapElement_x_Getter(thi
s); |
2123 | 2123 |
2124 @DomName('SVGFEDisplacementMapElement.y') | 2124 @DomName('SVGFEDisplacementMapElement.y') |
2125 @DocsEditable() | 2125 @DocsEditable() |
2126 AnimatedLength get y => blink.Native_SVGFEDisplacementMapElement_y_Getter(this
); | 2126 AnimatedLength get y => _blink.Native_SVGFEDisplacementMapElement_y_Getter(thi
s); |
2127 | 2127 |
2128 } | 2128 } |
2129 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2129 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2130 // for details. All rights reserved. Use of this source code is governed by a | 2130 // for details. All rights reserved. Use of this source code is governed by a |
2131 // BSD-style license that can be found in the LICENSE file. | 2131 // BSD-style license that can be found in the LICENSE file. |
2132 | 2132 |
2133 // WARNING: Do not edit - generated code. | 2133 // WARNING: Do not edit - generated code. |
2134 | 2134 |
2135 | 2135 |
2136 @DocsEditable() | 2136 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
2152 * | 2152 * |
2153 * This can only be called by subclasses from their created constructor. | 2153 * This can only be called by subclasses from their created constructor. |
2154 */ | 2154 */ |
2155 FEDistantLightElement.created() : super.created(); | 2155 FEDistantLightElement.created() : super.created(); |
2156 | 2156 |
2157 /// Checks if this type is supported on the current platform. | 2157 /// Checks if this type is supported on the current platform. |
2158 static bool get supported => true; | 2158 static bool get supported => true; |
2159 | 2159 |
2160 @DomName('SVGFEDistantLightElement.azimuth') | 2160 @DomName('SVGFEDistantLightElement.azimuth') |
2161 @DocsEditable() | 2161 @DocsEditable() |
2162 AnimatedNumber get azimuth => blink.Native_SVGFEDistantLightElement_azimuth_Ge
tter(this); | 2162 AnimatedNumber get azimuth => _blink.Native_SVGFEDistantLightElement_azimuth_G
etter(this); |
2163 | 2163 |
2164 @DomName('SVGFEDistantLightElement.elevation') | 2164 @DomName('SVGFEDistantLightElement.elevation') |
2165 @DocsEditable() | 2165 @DocsEditable() |
2166 AnimatedNumber get elevation => blink.Native_SVGFEDistantLightElement_elevatio
n_Getter(this); | 2166 AnimatedNumber get elevation => _blink.Native_SVGFEDistantLightElement_elevati
on_Getter(this); |
2167 | 2167 |
2168 } | 2168 } |
2169 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2169 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2170 // for details. All rights reserved. Use of this source code is governed by a | 2170 // for details. All rights reserved. Use of this source code is governed by a |
2171 // BSD-style license that can be found in the LICENSE file. | 2171 // BSD-style license that can be found in the LICENSE file. |
2172 | 2172 |
2173 // WARNING: Do not edit - generated code. | 2173 // WARNING: Do not edit - generated code. |
2174 | 2174 |
2175 | 2175 |
2176 @DocsEditable() | 2176 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
2192 * | 2192 * |
2193 * This can only be called by subclasses from their created constructor. | 2193 * This can only be called by subclasses from their created constructor. |
2194 */ | 2194 */ |
2195 FEFloodElement.created() : super.created(); | 2195 FEFloodElement.created() : super.created(); |
2196 | 2196 |
2197 /// Checks if this type is supported on the current platform. | 2197 /// Checks if this type is supported on the current platform. |
2198 static bool get supported => true; | 2198 static bool get supported => true; |
2199 | 2199 |
2200 @DomName('SVGFEFloodElement.height') | 2200 @DomName('SVGFEFloodElement.height') |
2201 @DocsEditable() | 2201 @DocsEditable() |
2202 AnimatedLength get height => blink.Native_SVGFEFloodElement_height_Getter(this
); | 2202 AnimatedLength get height => _blink.Native_SVGFEFloodElement_height_Getter(thi
s); |
2203 | 2203 |
2204 @DomName('SVGFEFloodElement.result') | 2204 @DomName('SVGFEFloodElement.result') |
2205 @DocsEditable() | 2205 @DocsEditable() |
2206 AnimatedString get result => blink.Native_SVGFEFloodElement_result_Getter(this
); | 2206 AnimatedString get result => _blink.Native_SVGFEFloodElement_result_Getter(thi
s); |
2207 | 2207 |
2208 @DomName('SVGFEFloodElement.width') | 2208 @DomName('SVGFEFloodElement.width') |
2209 @DocsEditable() | 2209 @DocsEditable() |
2210 AnimatedLength get width => blink.Native_SVGFEFloodElement_width_Getter(this); | 2210 AnimatedLength get width => _blink.Native_SVGFEFloodElement_width_Getter(this)
; |
2211 | 2211 |
2212 @DomName('SVGFEFloodElement.x') | 2212 @DomName('SVGFEFloodElement.x') |
2213 @DocsEditable() | 2213 @DocsEditable() |
2214 AnimatedLength get x => blink.Native_SVGFEFloodElement_x_Getter(this); | 2214 AnimatedLength get x => _blink.Native_SVGFEFloodElement_x_Getter(this); |
2215 | 2215 |
2216 @DomName('SVGFEFloodElement.y') | 2216 @DomName('SVGFEFloodElement.y') |
2217 @DocsEditable() | 2217 @DocsEditable() |
2218 AnimatedLength get y => blink.Native_SVGFEFloodElement_y_Getter(this); | 2218 AnimatedLength get y => _blink.Native_SVGFEFloodElement_y_Getter(this); |
2219 | 2219 |
2220 } | 2220 } |
2221 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2221 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2222 // for details. All rights reserved. Use of this source code is governed by a | 2222 // for details. All rights reserved. Use of this source code is governed by a |
2223 // BSD-style license that can be found in the LICENSE file. | 2223 // BSD-style license that can be found in the LICENSE file. |
2224 | 2224 |
2225 // WARNING: Do not edit - generated code. | 2225 // WARNING: Do not edit - generated code. |
2226 | 2226 |
2227 | 2227 |
2228 @DocsEditable() | 2228 @DocsEditable() |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2372 * | 2372 * |
2373 * This can only be called by subclasses from their created constructor. | 2373 * This can only be called by subclasses from their created constructor. |
2374 */ | 2374 */ |
2375 FEGaussianBlurElement.created() : super.created(); | 2375 FEGaussianBlurElement.created() : super.created(); |
2376 | 2376 |
2377 /// Checks if this type is supported on the current platform. | 2377 /// Checks if this type is supported on the current platform. |
2378 static bool get supported => true; | 2378 static bool get supported => true; |
2379 | 2379 |
2380 @DomName('SVGFEGaussianBlurElement.in1') | 2380 @DomName('SVGFEGaussianBlurElement.in1') |
2381 @DocsEditable() | 2381 @DocsEditable() |
2382 AnimatedString get in1 => blink.Native_SVGFEGaussianBlurElement_in1_Getter(thi
s); | 2382 AnimatedString get in1 => _blink.Native_SVGFEGaussianBlurElement_in1_Getter(th
is); |
2383 | 2383 |
2384 @DomName('SVGFEGaussianBlurElement.stdDeviationX') | 2384 @DomName('SVGFEGaussianBlurElement.stdDeviationX') |
2385 @DocsEditable() | 2385 @DocsEditable() |
2386 AnimatedNumber get stdDeviationX => blink.Native_SVGFEGaussianBlurElement_stdD
eviationX_Getter(this); | 2386 AnimatedNumber get stdDeviationX => _blink.Native_SVGFEGaussianBlurElement_std
DeviationX_Getter(this); |
2387 | 2387 |
2388 @DomName('SVGFEGaussianBlurElement.stdDeviationY') | 2388 @DomName('SVGFEGaussianBlurElement.stdDeviationY') |
2389 @DocsEditable() | 2389 @DocsEditable() |
2390 AnimatedNumber get stdDeviationY => blink.Native_SVGFEGaussianBlurElement_stdD
eviationY_Getter(this); | 2390 AnimatedNumber get stdDeviationY => _blink.Native_SVGFEGaussianBlurElement_std
DeviationY_Getter(this); |
2391 | 2391 |
2392 @DomName('SVGFEGaussianBlurElement.setStdDeviation') | 2392 @DomName('SVGFEGaussianBlurElement.setStdDeviation') |
2393 @DocsEditable() | 2393 @DocsEditable() |
2394 void setStdDeviation(num stdDeviationX, num stdDeviationY) => blink.Native_SVG
FEGaussianBlurElement_setStdDeviation_Callback(this, stdDeviationX, stdDeviation
Y); | 2394 void setStdDeviation(num stdDeviationX, num stdDeviationY) => _blink.Native_SV
GFEGaussianBlurElement_setStdDeviation_Callback(this, stdDeviationX, stdDeviatio
nY); |
2395 | 2395 |
2396 @DomName('SVGFEGaussianBlurElement.height') | 2396 @DomName('SVGFEGaussianBlurElement.height') |
2397 @DocsEditable() | 2397 @DocsEditable() |
2398 AnimatedLength get height => blink.Native_SVGFEGaussianBlurElement_height_Gett
er(this); | 2398 AnimatedLength get height => _blink.Native_SVGFEGaussianBlurElement_height_Get
ter(this); |
2399 | 2399 |
2400 @DomName('SVGFEGaussianBlurElement.result') | 2400 @DomName('SVGFEGaussianBlurElement.result') |
2401 @DocsEditable() | 2401 @DocsEditable() |
2402 AnimatedString get result => blink.Native_SVGFEGaussianBlurElement_result_Gett
er(this); | 2402 AnimatedString get result => _blink.Native_SVGFEGaussianBlurElement_result_Get
ter(this); |
2403 | 2403 |
2404 @DomName('SVGFEGaussianBlurElement.width') | 2404 @DomName('SVGFEGaussianBlurElement.width') |
2405 @DocsEditable() | 2405 @DocsEditable() |
2406 AnimatedLength get width => blink.Native_SVGFEGaussianBlurElement_width_Getter
(this); | 2406 AnimatedLength get width => _blink.Native_SVGFEGaussianBlurElement_width_Gette
r(this); |
2407 | 2407 |
2408 @DomName('SVGFEGaussianBlurElement.x') | 2408 @DomName('SVGFEGaussianBlurElement.x') |
2409 @DocsEditable() | 2409 @DocsEditable() |
2410 AnimatedLength get x => blink.Native_SVGFEGaussianBlurElement_x_Getter(this); | 2410 AnimatedLength get x => _blink.Native_SVGFEGaussianBlurElement_x_Getter(this); |
2411 | 2411 |
2412 @DomName('SVGFEGaussianBlurElement.y') | 2412 @DomName('SVGFEGaussianBlurElement.y') |
2413 @DocsEditable() | 2413 @DocsEditable() |
2414 AnimatedLength get y => blink.Native_SVGFEGaussianBlurElement_y_Getter(this); | 2414 AnimatedLength get y => _blink.Native_SVGFEGaussianBlurElement_y_Getter(this); |
2415 | 2415 |
2416 } | 2416 } |
2417 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2417 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2418 // for details. All rights reserved. Use of this source code is governed by a | 2418 // for details. All rights reserved. Use of this source code is governed by a |
2419 // BSD-style license that can be found in the LICENSE file. | 2419 // BSD-style license that can be found in the LICENSE file. |
2420 | 2420 |
2421 // WARNING: Do not edit - generated code. | 2421 // WARNING: Do not edit - generated code. |
2422 | 2422 |
2423 | 2423 |
2424 @DocsEditable() | 2424 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
2440 * | 2440 * |
2441 * This can only be called by subclasses from their created constructor. | 2441 * This can only be called by subclasses from their created constructor. |
2442 */ | 2442 */ |
2443 FEImageElement.created() : super.created(); | 2443 FEImageElement.created() : super.created(); |
2444 | 2444 |
2445 /// Checks if this type is supported on the current platform. | 2445 /// Checks if this type is supported on the current platform. |
2446 static bool get supported => true; | 2446 static bool get supported => true; |
2447 | 2447 |
2448 @DomName('SVGFEImageElement.preserveAspectRatio') | 2448 @DomName('SVGFEImageElement.preserveAspectRatio') |
2449 @DocsEditable() | 2449 @DocsEditable() |
2450 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGFEImage
Element_preserveAspectRatio_Getter(this); | 2450 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.Native_SVGFEImag
eElement_preserveAspectRatio_Getter(this); |
2451 | 2451 |
2452 @DomName('SVGFEImageElement.height') | 2452 @DomName('SVGFEImageElement.height') |
2453 @DocsEditable() | 2453 @DocsEditable() |
2454 AnimatedLength get height => blink.Native_SVGFEImageElement_height_Getter(this
); | 2454 AnimatedLength get height => _blink.Native_SVGFEImageElement_height_Getter(thi
s); |
2455 | 2455 |
2456 @DomName('SVGFEImageElement.result') | 2456 @DomName('SVGFEImageElement.result') |
2457 @DocsEditable() | 2457 @DocsEditable() |
2458 AnimatedString get result => blink.Native_SVGFEImageElement_result_Getter(this
); | 2458 AnimatedString get result => _blink.Native_SVGFEImageElement_result_Getter(thi
s); |
2459 | 2459 |
2460 @DomName('SVGFEImageElement.width') | 2460 @DomName('SVGFEImageElement.width') |
2461 @DocsEditable() | 2461 @DocsEditable() |
2462 AnimatedLength get width => blink.Native_SVGFEImageElement_width_Getter(this); | 2462 AnimatedLength get width => _blink.Native_SVGFEImageElement_width_Getter(this)
; |
2463 | 2463 |
2464 @DomName('SVGFEImageElement.x') | 2464 @DomName('SVGFEImageElement.x') |
2465 @DocsEditable() | 2465 @DocsEditable() |
2466 AnimatedLength get x => blink.Native_SVGFEImageElement_x_Getter(this); | 2466 AnimatedLength get x => _blink.Native_SVGFEImageElement_x_Getter(this); |
2467 | 2467 |
2468 @DomName('SVGFEImageElement.y') | 2468 @DomName('SVGFEImageElement.y') |
2469 @DocsEditable() | 2469 @DocsEditable() |
2470 AnimatedLength get y => blink.Native_SVGFEImageElement_y_Getter(this); | 2470 AnimatedLength get y => _blink.Native_SVGFEImageElement_y_Getter(this); |
2471 | 2471 |
2472 @DomName('SVGFEImageElement.href') | 2472 @DomName('SVGFEImageElement.href') |
2473 @DocsEditable() | 2473 @DocsEditable() |
2474 AnimatedString get href => blink.Native_SVGFEImageElement_href_Getter(this); | 2474 AnimatedString get href => _blink.Native_SVGFEImageElement_href_Getter(this); |
2475 | 2475 |
2476 } | 2476 } |
2477 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2477 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2478 // for details. All rights reserved. Use of this source code is governed by a | 2478 // for details. All rights reserved. Use of this source code is governed by a |
2479 // BSD-style license that can be found in the LICENSE file. | 2479 // BSD-style license that can be found in the LICENSE file. |
2480 | 2480 |
2481 // WARNING: Do not edit - generated code. | 2481 // WARNING: Do not edit - generated code. |
2482 | 2482 |
2483 | 2483 |
2484 @DocsEditable() | 2484 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
2500 * | 2500 * |
2501 * This can only be called by subclasses from their created constructor. | 2501 * This can only be called by subclasses from their created constructor. |
2502 */ | 2502 */ |
2503 FEMergeElement.created() : super.created(); | 2503 FEMergeElement.created() : super.created(); |
2504 | 2504 |
2505 /// Checks if this type is supported on the current platform. | 2505 /// Checks if this type is supported on the current platform. |
2506 static bool get supported => true; | 2506 static bool get supported => true; |
2507 | 2507 |
2508 @DomName('SVGFEMergeElement.height') | 2508 @DomName('SVGFEMergeElement.height') |
2509 @DocsEditable() | 2509 @DocsEditable() |
2510 AnimatedLength get height => blink.Native_SVGFEMergeElement_height_Getter(this
); | 2510 AnimatedLength get height => _blink.Native_SVGFEMergeElement_height_Getter(thi
s); |
2511 | 2511 |
2512 @DomName('SVGFEMergeElement.result') | 2512 @DomName('SVGFEMergeElement.result') |
2513 @DocsEditable() | 2513 @DocsEditable() |
2514 AnimatedString get result => blink.Native_SVGFEMergeElement_result_Getter(this
); | 2514 AnimatedString get result => _blink.Native_SVGFEMergeElement_result_Getter(thi
s); |
2515 | 2515 |
2516 @DomName('SVGFEMergeElement.width') | 2516 @DomName('SVGFEMergeElement.width') |
2517 @DocsEditable() | 2517 @DocsEditable() |
2518 AnimatedLength get width => blink.Native_SVGFEMergeElement_width_Getter(this); | 2518 AnimatedLength get width => _blink.Native_SVGFEMergeElement_width_Getter(this)
; |
2519 | 2519 |
2520 @DomName('SVGFEMergeElement.x') | 2520 @DomName('SVGFEMergeElement.x') |
2521 @DocsEditable() | 2521 @DocsEditable() |
2522 AnimatedLength get x => blink.Native_SVGFEMergeElement_x_Getter(this); | 2522 AnimatedLength get x => _blink.Native_SVGFEMergeElement_x_Getter(this); |
2523 | 2523 |
2524 @DomName('SVGFEMergeElement.y') | 2524 @DomName('SVGFEMergeElement.y') |
2525 @DocsEditable() | 2525 @DocsEditable() |
2526 AnimatedLength get y => blink.Native_SVGFEMergeElement_y_Getter(this); | 2526 AnimatedLength get y => _blink.Native_SVGFEMergeElement_y_Getter(this); |
2527 | 2527 |
2528 } | 2528 } |
2529 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2529 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2530 // for details. All rights reserved. Use of this source code is governed by a | 2530 // for details. All rights reserved. Use of this source code is governed by a |
2531 // BSD-style license that can be found in the LICENSE file. | 2531 // BSD-style license that can be found in the LICENSE file. |
2532 | 2532 |
2533 // WARNING: Do not edit - generated code. | 2533 // WARNING: Do not edit - generated code. |
2534 | 2534 |
2535 | 2535 |
2536 @DocsEditable() | 2536 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
2552 * | 2552 * |
2553 * This can only be called by subclasses from their created constructor. | 2553 * This can only be called by subclasses from their created constructor. |
2554 */ | 2554 */ |
2555 FEMergeNodeElement.created() : super.created(); | 2555 FEMergeNodeElement.created() : super.created(); |
2556 | 2556 |
2557 /// Checks if this type is supported on the current platform. | 2557 /// Checks if this type is supported on the current platform. |
2558 static bool get supported => true; | 2558 static bool get supported => true; |
2559 | 2559 |
2560 @DomName('SVGFEMergeNodeElement.in1') | 2560 @DomName('SVGFEMergeNodeElement.in1') |
2561 @DocsEditable() | 2561 @DocsEditable() |
2562 AnimatedString get in1 => blink.Native_SVGFEMergeNodeElement_in1_Getter(this); | 2562 AnimatedString get in1 => _blink.Native_SVGFEMergeNodeElement_in1_Getter(this)
; |
2563 | 2563 |
2564 } | 2564 } |
2565 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2565 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2566 // for details. All rights reserved. Use of this source code is governed by a | 2566 // for details. All rights reserved. Use of this source code is governed by a |
2567 // BSD-style license that can be found in the LICENSE file. | 2567 // BSD-style license that can be found in the LICENSE file. |
2568 | 2568 |
2569 // WARNING: Do not edit - generated code. | 2569 // WARNING: Do not edit - generated code. |
2570 | 2570 |
2571 | 2571 |
2572 @DocsEditable() | 2572 @DocsEditable() |
(...skipping 20 matching lines...) Expand all Loading... |
2593 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') | 2593 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') |
2594 @DocsEditable() | 2594 @DocsEditable() |
2595 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; | 2595 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
2596 | 2596 |
2597 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') | 2597 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') |
2598 @DocsEditable() | 2598 @DocsEditable() |
2599 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; | 2599 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
2600 | 2600 |
2601 @DomName('SVGFEMorphologyElement.in1') | 2601 @DomName('SVGFEMorphologyElement.in1') |
2602 @DocsEditable() | 2602 @DocsEditable() |
2603 AnimatedString get in1 => blink.Native_SVGFEMorphologyElement_in1_Getter(this)
; | 2603 AnimatedString get in1 => _blink.Native_SVGFEMorphologyElement_in1_Getter(this
); |
2604 | 2604 |
2605 @DomName('SVGFEMorphologyElement.operator') | 2605 @DomName('SVGFEMorphologyElement.operator') |
2606 @DocsEditable() | 2606 @DocsEditable() |
2607 AnimatedEnumeration get operator => blink.Native_SVGFEMorphologyElement_operat
or_Getter(this); | 2607 AnimatedEnumeration get operator => _blink.Native_SVGFEMorphologyElement_opera
tor_Getter(this); |
2608 | 2608 |
2609 @DomName('SVGFEMorphologyElement.radiusX') | 2609 @DomName('SVGFEMorphologyElement.radiusX') |
2610 @DocsEditable() | 2610 @DocsEditable() |
2611 AnimatedNumber get radiusX => blink.Native_SVGFEMorphologyElement_radiusX_Gett
er(this); | 2611 AnimatedNumber get radiusX => _blink.Native_SVGFEMorphologyElement_radiusX_Get
ter(this); |
2612 | 2612 |
2613 @DomName('SVGFEMorphologyElement.radiusY') | 2613 @DomName('SVGFEMorphologyElement.radiusY') |
2614 @DocsEditable() | 2614 @DocsEditable() |
2615 AnimatedNumber get radiusY => blink.Native_SVGFEMorphologyElement_radiusY_Gett
er(this); | 2615 AnimatedNumber get radiusY => _blink.Native_SVGFEMorphologyElement_radiusY_Get
ter(this); |
2616 | 2616 |
2617 @DomName('SVGFEMorphologyElement.setRadius') | 2617 @DomName('SVGFEMorphologyElement.setRadius') |
2618 @DocsEditable() | 2618 @DocsEditable() |
2619 void setRadius(num radiusX, num radiusY) => blink.Native_SVGFEMorphologyElemen
t_setRadius_Callback(this, radiusX, radiusY); | 2619 void setRadius(num radiusX, num radiusY) => _blink.Native_SVGFEMorphologyEleme
nt_setRadius_Callback(this, radiusX, radiusY); |
2620 | 2620 |
2621 @DomName('SVGFEMorphologyElement.height') | 2621 @DomName('SVGFEMorphologyElement.height') |
2622 @DocsEditable() | 2622 @DocsEditable() |
2623 AnimatedLength get height => blink.Native_SVGFEMorphologyElement_height_Getter
(this); | 2623 AnimatedLength get height => _blink.Native_SVGFEMorphologyElement_height_Gette
r(this); |
2624 | 2624 |
2625 @DomName('SVGFEMorphologyElement.result') | 2625 @DomName('SVGFEMorphologyElement.result') |
2626 @DocsEditable() | 2626 @DocsEditable() |
2627 AnimatedString get result => blink.Native_SVGFEMorphologyElement_result_Getter
(this); | 2627 AnimatedString get result => _blink.Native_SVGFEMorphologyElement_result_Gette
r(this); |
2628 | 2628 |
2629 @DomName('SVGFEMorphologyElement.width') | 2629 @DomName('SVGFEMorphologyElement.width') |
2630 @DocsEditable() | 2630 @DocsEditable() |
2631 AnimatedLength get width => blink.Native_SVGFEMorphologyElement_width_Getter(t
his); | 2631 AnimatedLength get width => _blink.Native_SVGFEMorphologyElement_width_Getter(
this); |
2632 | 2632 |
2633 @DomName('SVGFEMorphologyElement.x') | 2633 @DomName('SVGFEMorphologyElement.x') |
2634 @DocsEditable() | 2634 @DocsEditable() |
2635 AnimatedLength get x => blink.Native_SVGFEMorphologyElement_x_Getter(this); | 2635 AnimatedLength get x => _blink.Native_SVGFEMorphologyElement_x_Getter(this); |
2636 | 2636 |
2637 @DomName('SVGFEMorphologyElement.y') | 2637 @DomName('SVGFEMorphologyElement.y') |
2638 @DocsEditable() | 2638 @DocsEditable() |
2639 AnimatedLength get y => blink.Native_SVGFEMorphologyElement_y_Getter(this); | 2639 AnimatedLength get y => _blink.Native_SVGFEMorphologyElement_y_Getter(this); |
2640 | 2640 |
2641 } | 2641 } |
2642 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2642 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2643 // for details. All rights reserved. Use of this source code is governed by a | 2643 // for details. All rights reserved. Use of this source code is governed by a |
2644 // BSD-style license that can be found in the LICENSE file. | 2644 // BSD-style license that can be found in the LICENSE file. |
2645 | 2645 |
2646 // WARNING: Do not edit - generated code. | 2646 // WARNING: Do not edit - generated code. |
2647 | 2647 |
2648 | 2648 |
2649 @DocsEditable() | 2649 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
2665 * | 2665 * |
2666 * This can only be called by subclasses from their created constructor. | 2666 * This can only be called by subclasses from their created constructor. |
2667 */ | 2667 */ |
2668 FEOffsetElement.created() : super.created(); | 2668 FEOffsetElement.created() : super.created(); |
2669 | 2669 |
2670 /// Checks if this type is supported on the current platform. | 2670 /// Checks if this type is supported on the current platform. |
2671 static bool get supported => true; | 2671 static bool get supported => true; |
2672 | 2672 |
2673 @DomName('SVGFEOffsetElement.dx') | 2673 @DomName('SVGFEOffsetElement.dx') |
2674 @DocsEditable() | 2674 @DocsEditable() |
2675 AnimatedNumber get dx => blink.Native_SVGFEOffsetElement_dx_Getter(this); | 2675 AnimatedNumber get dx => _blink.Native_SVGFEOffsetElement_dx_Getter(this); |
2676 | 2676 |
2677 @DomName('SVGFEOffsetElement.dy') | 2677 @DomName('SVGFEOffsetElement.dy') |
2678 @DocsEditable() | 2678 @DocsEditable() |
2679 AnimatedNumber get dy => blink.Native_SVGFEOffsetElement_dy_Getter(this); | 2679 AnimatedNumber get dy => _blink.Native_SVGFEOffsetElement_dy_Getter(this); |
2680 | 2680 |
2681 @DomName('SVGFEOffsetElement.in1') | 2681 @DomName('SVGFEOffsetElement.in1') |
2682 @DocsEditable() | 2682 @DocsEditable() |
2683 AnimatedString get in1 => blink.Native_SVGFEOffsetElement_in1_Getter(this); | 2683 AnimatedString get in1 => _blink.Native_SVGFEOffsetElement_in1_Getter(this); |
2684 | 2684 |
2685 @DomName('SVGFEOffsetElement.height') | 2685 @DomName('SVGFEOffsetElement.height') |
2686 @DocsEditable() | 2686 @DocsEditable() |
2687 AnimatedLength get height => blink.Native_SVGFEOffsetElement_height_Getter(thi
s); | 2687 AnimatedLength get height => _blink.Native_SVGFEOffsetElement_height_Getter(th
is); |
2688 | 2688 |
2689 @DomName('SVGFEOffsetElement.result') | 2689 @DomName('SVGFEOffsetElement.result') |
2690 @DocsEditable() | 2690 @DocsEditable() |
2691 AnimatedString get result => blink.Native_SVGFEOffsetElement_result_Getter(thi
s); | 2691 AnimatedString get result => _blink.Native_SVGFEOffsetElement_result_Getter(th
is); |
2692 | 2692 |
2693 @DomName('SVGFEOffsetElement.width') | 2693 @DomName('SVGFEOffsetElement.width') |
2694 @DocsEditable() | 2694 @DocsEditable() |
2695 AnimatedLength get width => blink.Native_SVGFEOffsetElement_width_Getter(this)
; | 2695 AnimatedLength get width => _blink.Native_SVGFEOffsetElement_width_Getter(this
); |
2696 | 2696 |
2697 @DomName('SVGFEOffsetElement.x') | 2697 @DomName('SVGFEOffsetElement.x') |
2698 @DocsEditable() | 2698 @DocsEditable() |
2699 AnimatedLength get x => blink.Native_SVGFEOffsetElement_x_Getter(this); | 2699 AnimatedLength get x => _blink.Native_SVGFEOffsetElement_x_Getter(this); |
2700 | 2700 |
2701 @DomName('SVGFEOffsetElement.y') | 2701 @DomName('SVGFEOffsetElement.y') |
2702 @DocsEditable() | 2702 @DocsEditable() |
2703 AnimatedLength get y => blink.Native_SVGFEOffsetElement_y_Getter(this); | 2703 AnimatedLength get y => _blink.Native_SVGFEOffsetElement_y_Getter(this); |
2704 | 2704 |
2705 } | 2705 } |
2706 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2706 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2707 // for details. All rights reserved. Use of this source code is governed by a | 2707 // for details. All rights reserved. Use of this source code is governed by a |
2708 // BSD-style license that can be found in the LICENSE file. | 2708 // BSD-style license that can be found in the LICENSE file. |
2709 | 2709 |
2710 // WARNING: Do not edit - generated code. | 2710 // WARNING: Do not edit - generated code. |
2711 | 2711 |
2712 | 2712 |
2713 @DocsEditable() | 2713 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
2729 * | 2729 * |
2730 * This can only be called by subclasses from their created constructor. | 2730 * This can only be called by subclasses from their created constructor. |
2731 */ | 2731 */ |
2732 FEPointLightElement.created() : super.created(); | 2732 FEPointLightElement.created() : super.created(); |
2733 | 2733 |
2734 /// Checks if this type is supported on the current platform. | 2734 /// Checks if this type is supported on the current platform. |
2735 static bool get supported => true; | 2735 static bool get supported => true; |
2736 | 2736 |
2737 @DomName('SVGFEPointLightElement.x') | 2737 @DomName('SVGFEPointLightElement.x') |
2738 @DocsEditable() | 2738 @DocsEditable() |
2739 AnimatedNumber get x => blink.Native_SVGFEPointLightElement_x_Getter(this); | 2739 AnimatedNumber get x => _blink.Native_SVGFEPointLightElement_x_Getter(this); |
2740 | 2740 |
2741 @DomName('SVGFEPointLightElement.y') | 2741 @DomName('SVGFEPointLightElement.y') |
2742 @DocsEditable() | 2742 @DocsEditable() |
2743 AnimatedNumber get y => blink.Native_SVGFEPointLightElement_y_Getter(this); | 2743 AnimatedNumber get y => _blink.Native_SVGFEPointLightElement_y_Getter(this); |
2744 | 2744 |
2745 @DomName('SVGFEPointLightElement.z') | 2745 @DomName('SVGFEPointLightElement.z') |
2746 @DocsEditable() | 2746 @DocsEditable() |
2747 AnimatedNumber get z => blink.Native_SVGFEPointLightElement_z_Getter(this); | 2747 AnimatedNumber get z => _blink.Native_SVGFEPointLightElement_z_Getter(this); |
2748 | 2748 |
2749 } | 2749 } |
2750 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2750 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2751 // for details. All rights reserved. Use of this source code is governed by a | 2751 // for details. All rights reserved. Use of this source code is governed by a |
2752 // BSD-style license that can be found in the LICENSE file. | 2752 // BSD-style license that can be found in the LICENSE file. |
2753 | 2753 |
2754 // WARNING: Do not edit - generated code. | 2754 // WARNING: Do not edit - generated code. |
2755 | 2755 |
2756 | 2756 |
2757 @DocsEditable() | 2757 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
2773 * | 2773 * |
2774 * This can only be called by subclasses from their created constructor. | 2774 * This can only be called by subclasses from their created constructor. |
2775 */ | 2775 */ |
2776 FESpecularLightingElement.created() : super.created(); | 2776 FESpecularLightingElement.created() : super.created(); |
2777 | 2777 |
2778 /// Checks if this type is supported on the current platform. | 2778 /// Checks if this type is supported on the current platform. |
2779 static bool get supported => true; | 2779 static bool get supported => true; |
2780 | 2780 |
2781 @DomName('SVGFESpecularLightingElement.in1') | 2781 @DomName('SVGFESpecularLightingElement.in1') |
2782 @DocsEditable() | 2782 @DocsEditable() |
2783 AnimatedString get in1 => blink.Native_SVGFESpecularLightingElement_in1_Getter
(this); | 2783 AnimatedString get in1 => _blink.Native_SVGFESpecularLightingElement_in1_Gette
r(this); |
2784 | 2784 |
2785 @DomName('SVGFESpecularLightingElement.specularConstant') | 2785 @DomName('SVGFESpecularLightingElement.specularConstant') |
2786 @DocsEditable() | 2786 @DocsEditable() |
2787 AnimatedNumber get specularConstant => blink.Native_SVGFESpecularLightingEleme
nt_specularConstant_Getter(this); | 2787 AnimatedNumber get specularConstant => _blink.Native_SVGFESpecularLightingElem
ent_specularConstant_Getter(this); |
2788 | 2788 |
2789 @DomName('SVGFESpecularLightingElement.specularExponent') | 2789 @DomName('SVGFESpecularLightingElement.specularExponent') |
2790 @DocsEditable() | 2790 @DocsEditable() |
2791 AnimatedNumber get specularExponent => blink.Native_SVGFESpecularLightingEleme
nt_specularExponent_Getter(this); | 2791 AnimatedNumber get specularExponent => _blink.Native_SVGFESpecularLightingElem
ent_specularExponent_Getter(this); |
2792 | 2792 |
2793 @DomName('SVGFESpecularLightingElement.surfaceScale') | 2793 @DomName('SVGFESpecularLightingElement.surfaceScale') |
2794 @DocsEditable() | 2794 @DocsEditable() |
2795 AnimatedNumber get surfaceScale => blink.Native_SVGFESpecularLightingElement_s
urfaceScale_Getter(this); | 2795 AnimatedNumber get surfaceScale => _blink.Native_SVGFESpecularLightingElement_
surfaceScale_Getter(this); |
2796 | 2796 |
2797 @DomName('SVGFESpecularLightingElement.height') | 2797 @DomName('SVGFESpecularLightingElement.height') |
2798 @DocsEditable() | 2798 @DocsEditable() |
2799 AnimatedLength get height => blink.Native_SVGFESpecularLightingElement_height_
Getter(this); | 2799 AnimatedLength get height => _blink.Native_SVGFESpecularLightingElement_height
_Getter(this); |
2800 | 2800 |
2801 @DomName('SVGFESpecularLightingElement.result') | 2801 @DomName('SVGFESpecularLightingElement.result') |
2802 @DocsEditable() | 2802 @DocsEditable() |
2803 AnimatedString get result => blink.Native_SVGFESpecularLightingElement_result_
Getter(this); | 2803 AnimatedString get result => _blink.Native_SVGFESpecularLightingElement_result
_Getter(this); |
2804 | 2804 |
2805 @DomName('SVGFESpecularLightingElement.width') | 2805 @DomName('SVGFESpecularLightingElement.width') |
2806 @DocsEditable() | 2806 @DocsEditable() |
2807 AnimatedLength get width => blink.Native_SVGFESpecularLightingElement_width_Ge
tter(this); | 2807 AnimatedLength get width => _blink.Native_SVGFESpecularLightingElement_width_G
etter(this); |
2808 | 2808 |
2809 @DomName('SVGFESpecularLightingElement.x') | 2809 @DomName('SVGFESpecularLightingElement.x') |
2810 @DocsEditable() | 2810 @DocsEditable() |
2811 AnimatedLength get x => blink.Native_SVGFESpecularLightingElement_x_Getter(thi
s); | 2811 AnimatedLength get x => _blink.Native_SVGFESpecularLightingElement_x_Getter(th
is); |
2812 | 2812 |
2813 @DomName('SVGFESpecularLightingElement.y') | 2813 @DomName('SVGFESpecularLightingElement.y') |
2814 @DocsEditable() | 2814 @DocsEditable() |
2815 AnimatedLength get y => blink.Native_SVGFESpecularLightingElement_y_Getter(thi
s); | 2815 AnimatedLength get y => _blink.Native_SVGFESpecularLightingElement_y_Getter(th
is); |
2816 | 2816 |
2817 } | 2817 } |
2818 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2818 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2819 // for details. All rights reserved. Use of this source code is governed by a | 2819 // for details. All rights reserved. Use of this source code is governed by a |
2820 // BSD-style license that can be found in the LICENSE file. | 2820 // BSD-style license that can be found in the LICENSE file. |
2821 | 2821 |
2822 // WARNING: Do not edit - generated code. | 2822 // WARNING: Do not edit - generated code. |
2823 | 2823 |
2824 | 2824 |
2825 @DocsEditable() | 2825 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
2841 * | 2841 * |
2842 * This can only be called by subclasses from their created constructor. | 2842 * This can only be called by subclasses from their created constructor. |
2843 */ | 2843 */ |
2844 FESpotLightElement.created() : super.created(); | 2844 FESpotLightElement.created() : super.created(); |
2845 | 2845 |
2846 /// Checks if this type is supported on the current platform. | 2846 /// Checks if this type is supported on the current platform. |
2847 static bool get supported => true; | 2847 static bool get supported => true; |
2848 | 2848 |
2849 @DomName('SVGFESpotLightElement.limitingConeAngle') | 2849 @DomName('SVGFESpotLightElement.limitingConeAngle') |
2850 @DocsEditable() | 2850 @DocsEditable() |
2851 AnimatedNumber get limitingConeAngle => blink.Native_SVGFESpotLightElement_lim
itingConeAngle_Getter(this); | 2851 AnimatedNumber get limitingConeAngle => _blink.Native_SVGFESpotLightElement_li
mitingConeAngle_Getter(this); |
2852 | 2852 |
2853 @DomName('SVGFESpotLightElement.pointsAtX') | 2853 @DomName('SVGFESpotLightElement.pointsAtX') |
2854 @DocsEditable() | 2854 @DocsEditable() |
2855 AnimatedNumber get pointsAtX => blink.Native_SVGFESpotLightElement_pointsAtX_G
etter(this); | 2855 AnimatedNumber get pointsAtX => _blink.Native_SVGFESpotLightElement_pointsAtX_
Getter(this); |
2856 | 2856 |
2857 @DomName('SVGFESpotLightElement.pointsAtY') | 2857 @DomName('SVGFESpotLightElement.pointsAtY') |
2858 @DocsEditable() | 2858 @DocsEditable() |
2859 AnimatedNumber get pointsAtY => blink.Native_SVGFESpotLightElement_pointsAtY_G
etter(this); | 2859 AnimatedNumber get pointsAtY => _blink.Native_SVGFESpotLightElement_pointsAtY_
Getter(this); |
2860 | 2860 |
2861 @DomName('SVGFESpotLightElement.pointsAtZ') | 2861 @DomName('SVGFESpotLightElement.pointsAtZ') |
2862 @DocsEditable() | 2862 @DocsEditable() |
2863 AnimatedNumber get pointsAtZ => blink.Native_SVGFESpotLightElement_pointsAtZ_G
etter(this); | 2863 AnimatedNumber get pointsAtZ => _blink.Native_SVGFESpotLightElement_pointsAtZ_
Getter(this); |
2864 | 2864 |
2865 @DomName('SVGFESpotLightElement.specularExponent') | 2865 @DomName('SVGFESpotLightElement.specularExponent') |
2866 @DocsEditable() | 2866 @DocsEditable() |
2867 AnimatedNumber get specularExponent => blink.Native_SVGFESpotLightElement_spec
ularExponent_Getter(this); | 2867 AnimatedNumber get specularExponent => _blink.Native_SVGFESpotLightElement_spe
cularExponent_Getter(this); |
2868 | 2868 |
2869 @DomName('SVGFESpotLightElement.x') | 2869 @DomName('SVGFESpotLightElement.x') |
2870 @DocsEditable() | 2870 @DocsEditable() |
2871 AnimatedNumber get x => blink.Native_SVGFESpotLightElement_x_Getter(this); | 2871 AnimatedNumber get x => _blink.Native_SVGFESpotLightElement_x_Getter(this); |
2872 | 2872 |
2873 @DomName('SVGFESpotLightElement.y') | 2873 @DomName('SVGFESpotLightElement.y') |
2874 @DocsEditable() | 2874 @DocsEditable() |
2875 AnimatedNumber get y => blink.Native_SVGFESpotLightElement_y_Getter(this); | 2875 AnimatedNumber get y => _blink.Native_SVGFESpotLightElement_y_Getter(this); |
2876 | 2876 |
2877 @DomName('SVGFESpotLightElement.z') | 2877 @DomName('SVGFESpotLightElement.z') |
2878 @DocsEditable() | 2878 @DocsEditable() |
2879 AnimatedNumber get z => blink.Native_SVGFESpotLightElement_z_Getter(this); | 2879 AnimatedNumber get z => _blink.Native_SVGFESpotLightElement_z_Getter(this); |
2880 | 2880 |
2881 } | 2881 } |
2882 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2882 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2883 // for details. All rights reserved. Use of this source code is governed by a | 2883 // for details. All rights reserved. Use of this source code is governed by a |
2884 // BSD-style license that can be found in the LICENSE file. | 2884 // BSD-style license that can be found in the LICENSE file. |
2885 | 2885 |
2886 // WARNING: Do not edit - generated code. | 2886 // WARNING: Do not edit - generated code. |
2887 | 2887 |
2888 | 2888 |
2889 @DocsEditable() | 2889 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
2905 * | 2905 * |
2906 * This can only be called by subclasses from their created constructor. | 2906 * This can only be called by subclasses from their created constructor. |
2907 */ | 2907 */ |
2908 FETileElement.created() : super.created(); | 2908 FETileElement.created() : super.created(); |
2909 | 2909 |
2910 /// Checks if this type is supported on the current platform. | 2910 /// Checks if this type is supported on the current platform. |
2911 static bool get supported => true; | 2911 static bool get supported => true; |
2912 | 2912 |
2913 @DomName('SVGFETileElement.in1') | 2913 @DomName('SVGFETileElement.in1') |
2914 @DocsEditable() | 2914 @DocsEditable() |
2915 AnimatedString get in1 => blink.Native_SVGFETileElement_in1_Getter(this); | 2915 AnimatedString get in1 => _blink.Native_SVGFETileElement_in1_Getter(this); |
2916 | 2916 |
2917 @DomName('SVGFETileElement.height') | 2917 @DomName('SVGFETileElement.height') |
2918 @DocsEditable() | 2918 @DocsEditable() |
2919 AnimatedLength get height => blink.Native_SVGFETileElement_height_Getter(this)
; | 2919 AnimatedLength get height => _blink.Native_SVGFETileElement_height_Getter(this
); |
2920 | 2920 |
2921 @DomName('SVGFETileElement.result') | 2921 @DomName('SVGFETileElement.result') |
2922 @DocsEditable() | 2922 @DocsEditable() |
2923 AnimatedString get result => blink.Native_SVGFETileElement_result_Getter(this)
; | 2923 AnimatedString get result => _blink.Native_SVGFETileElement_result_Getter(this
); |
2924 | 2924 |
2925 @DomName('SVGFETileElement.width') | 2925 @DomName('SVGFETileElement.width') |
2926 @DocsEditable() | 2926 @DocsEditable() |
2927 AnimatedLength get width => blink.Native_SVGFETileElement_width_Getter(this); | 2927 AnimatedLength get width => _blink.Native_SVGFETileElement_width_Getter(this); |
2928 | 2928 |
2929 @DomName('SVGFETileElement.x') | 2929 @DomName('SVGFETileElement.x') |
2930 @DocsEditable() | 2930 @DocsEditable() |
2931 AnimatedLength get x => blink.Native_SVGFETileElement_x_Getter(this); | 2931 AnimatedLength get x => _blink.Native_SVGFETileElement_x_Getter(this); |
2932 | 2932 |
2933 @DomName('SVGFETileElement.y') | 2933 @DomName('SVGFETileElement.y') |
2934 @DocsEditable() | 2934 @DocsEditable() |
2935 AnimatedLength get y => blink.Native_SVGFETileElement_y_Getter(this); | 2935 AnimatedLength get y => _blink.Native_SVGFETileElement_y_Getter(this); |
2936 | 2936 |
2937 } | 2937 } |
2938 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2938 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2939 // for details. All rights reserved. Use of this source code is governed by a | 2939 // for details. All rights reserved. Use of this source code is governed by a |
2940 // BSD-style license that can be found in the LICENSE file. | 2940 // BSD-style license that can be found in the LICENSE file. |
2941 | 2941 |
2942 // WARNING: Do not edit - generated code. | 2942 // WARNING: Do not edit - generated code. |
2943 | 2943 |
2944 | 2944 |
2945 @DocsEditable() | 2945 @DocsEditable() |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2985 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE') | 2985 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE') |
2986 @DocsEditable() | 2986 @DocsEditable() |
2987 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; | 2987 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; |
2988 | 2988 |
2989 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_UNKNOWN') | 2989 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_UNKNOWN') |
2990 @DocsEditable() | 2990 @DocsEditable() |
2991 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; | 2991 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
2992 | 2992 |
2993 @DomName('SVGFETurbulenceElement.baseFrequencyX') | 2993 @DomName('SVGFETurbulenceElement.baseFrequencyX') |
2994 @DocsEditable() | 2994 @DocsEditable() |
2995 AnimatedNumber get baseFrequencyX => blink.Native_SVGFETurbulenceElement_baseF
requencyX_Getter(this); | 2995 AnimatedNumber get baseFrequencyX => _blink.Native_SVGFETurbulenceElement_base
FrequencyX_Getter(this); |
2996 | 2996 |
2997 @DomName('SVGFETurbulenceElement.baseFrequencyY') | 2997 @DomName('SVGFETurbulenceElement.baseFrequencyY') |
2998 @DocsEditable() | 2998 @DocsEditable() |
2999 AnimatedNumber get baseFrequencyY => blink.Native_SVGFETurbulenceElement_baseF
requencyY_Getter(this); | 2999 AnimatedNumber get baseFrequencyY => _blink.Native_SVGFETurbulenceElement_base
FrequencyY_Getter(this); |
3000 | 3000 |
3001 @DomName('SVGFETurbulenceElement.numOctaves') | 3001 @DomName('SVGFETurbulenceElement.numOctaves') |
3002 @DocsEditable() | 3002 @DocsEditable() |
3003 AnimatedInteger get numOctaves => blink.Native_SVGFETurbulenceElement_numOctav
es_Getter(this); | 3003 AnimatedInteger get numOctaves => _blink.Native_SVGFETurbulenceElement_numOcta
ves_Getter(this); |
3004 | 3004 |
3005 @DomName('SVGFETurbulenceElement.seed') | 3005 @DomName('SVGFETurbulenceElement.seed') |
3006 @DocsEditable() | 3006 @DocsEditable() |
3007 AnimatedNumber get seed => blink.Native_SVGFETurbulenceElement_seed_Getter(thi
s); | 3007 AnimatedNumber get seed => _blink.Native_SVGFETurbulenceElement_seed_Getter(th
is); |
3008 | 3008 |
3009 @DomName('SVGFETurbulenceElement.stitchTiles') | 3009 @DomName('SVGFETurbulenceElement.stitchTiles') |
3010 @DocsEditable() | 3010 @DocsEditable() |
3011 AnimatedEnumeration get stitchTiles => blink.Native_SVGFETurbulenceElement_sti
tchTiles_Getter(this); | 3011 AnimatedEnumeration get stitchTiles => _blink.Native_SVGFETurbulenceElement_st
itchTiles_Getter(this); |
3012 | 3012 |
3013 @DomName('SVGFETurbulenceElement.type') | 3013 @DomName('SVGFETurbulenceElement.type') |
3014 @DocsEditable() | 3014 @DocsEditable() |
3015 AnimatedEnumeration get type => blink.Native_SVGFETurbulenceElement_type_Gette
r(this); | 3015 AnimatedEnumeration get type => _blink.Native_SVGFETurbulenceElement_type_Gett
er(this); |
3016 | 3016 |
3017 @DomName('SVGFETurbulenceElement.height') | 3017 @DomName('SVGFETurbulenceElement.height') |
3018 @DocsEditable() | 3018 @DocsEditable() |
3019 AnimatedLength get height => blink.Native_SVGFETurbulenceElement_height_Getter
(this); | 3019 AnimatedLength get height => _blink.Native_SVGFETurbulenceElement_height_Gette
r(this); |
3020 | 3020 |
3021 @DomName('SVGFETurbulenceElement.result') | 3021 @DomName('SVGFETurbulenceElement.result') |
3022 @DocsEditable() | 3022 @DocsEditable() |
3023 AnimatedString get result => blink.Native_SVGFETurbulenceElement_result_Getter
(this); | 3023 AnimatedString get result => _blink.Native_SVGFETurbulenceElement_result_Gette
r(this); |
3024 | 3024 |
3025 @DomName('SVGFETurbulenceElement.width') | 3025 @DomName('SVGFETurbulenceElement.width') |
3026 @DocsEditable() | 3026 @DocsEditable() |
3027 AnimatedLength get width => blink.Native_SVGFETurbulenceElement_width_Getter(t
his); | 3027 AnimatedLength get width => _blink.Native_SVGFETurbulenceElement_width_Getter(
this); |
3028 | 3028 |
3029 @DomName('SVGFETurbulenceElement.x') | 3029 @DomName('SVGFETurbulenceElement.x') |
3030 @DocsEditable() | 3030 @DocsEditable() |
3031 AnimatedLength get x => blink.Native_SVGFETurbulenceElement_x_Getter(this); | 3031 AnimatedLength get x => _blink.Native_SVGFETurbulenceElement_x_Getter(this); |
3032 | 3032 |
3033 @DomName('SVGFETurbulenceElement.y') | 3033 @DomName('SVGFETurbulenceElement.y') |
3034 @DocsEditable() | 3034 @DocsEditable() |
3035 AnimatedLength get y => blink.Native_SVGFETurbulenceElement_y_Getter(this); | 3035 AnimatedLength get y => _blink.Native_SVGFETurbulenceElement_y_Getter(this); |
3036 | 3036 |
3037 } | 3037 } |
3038 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3038 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3039 // for details. All rights reserved. Use of this source code is governed by a | 3039 // for details. All rights reserved. Use of this source code is governed by a |
3040 // BSD-style license that can be found in the LICENSE file. | 3040 // BSD-style license that can be found in the LICENSE file. |
3041 | 3041 |
3042 // WARNING: Do not edit - generated code. | 3042 // WARNING: Do not edit - generated code. |
3043 | 3043 |
3044 | 3044 |
3045 @DocsEditable() | 3045 @DocsEditable() |
(...skipping 15 matching lines...) Expand all Loading... |
3061 * | 3061 * |
3062 * This can only be called by subclasses from their created constructor. | 3062 * This can only be called by subclasses from their created constructor. |
3063 */ | 3063 */ |
3064 FilterElement.created() : super.created(); | 3064 FilterElement.created() : super.created(); |
3065 | 3065 |
3066 /// Checks if this type is supported on the current platform. | 3066 /// Checks if this type is supported on the current platform. |
3067 static bool get supported => true; | 3067 static bool get supported => true; |
3068 | 3068 |
3069 @DomName('SVGFilterElement.filterResX') | 3069 @DomName('SVGFilterElement.filterResX') |
3070 @DocsEditable() | 3070 @DocsEditable() |
3071 AnimatedInteger get filterResX => blink.Native_SVGFilterElement_filterResX_Get
ter(this); | 3071 AnimatedInteger get filterResX => _blink.Native_SVGFilterElement_filterResX_Ge
tter(this); |
3072 | 3072 |
3073 @DomName('SVGFilterElement.filterResY') | 3073 @DomName('SVGFilterElement.filterResY') |
3074 @DocsEditable() | 3074 @DocsEditable() |
3075 AnimatedInteger get filterResY => blink.Native_SVGFilterElement_filterResY_Get
ter(this); | 3075 AnimatedInteger get filterResY => _blink.Native_SVGFilterElement_filterResY_Ge
tter(this); |
3076 | 3076 |
3077 @DomName('SVGFilterElement.filterUnits') | 3077 @DomName('SVGFilterElement.filterUnits') |
3078 @DocsEditable() | 3078 @DocsEditable() |
3079 AnimatedEnumeration get filterUnits => blink.Native_SVGFilterElement_filterUni
ts_Getter(this); | 3079 AnimatedEnumeration get filterUnits => _blink.Native_SVGFilterElement_filterUn
its_Getter(this); |
3080 | 3080 |
3081 @DomName('SVGFilterElement.height') | 3081 @DomName('SVGFilterElement.height') |
3082 @DocsEditable() | 3082 @DocsEditable() |
3083 AnimatedLength get height => blink.Native_SVGFilterElement_height_Getter(this)
; | 3083 AnimatedLength get height => _blink.Native_SVGFilterElement_height_Getter(this
); |
3084 | 3084 |
3085 @DomName('SVGFilterElement.primitiveUnits') | 3085 @DomName('SVGFilterElement.primitiveUnits') |
3086 @DocsEditable() | 3086 @DocsEditable() |
3087 AnimatedEnumeration get primitiveUnits => blink.Native_SVGFilterElement_primit
iveUnits_Getter(this); | 3087 AnimatedEnumeration get primitiveUnits => _blink.Native_SVGFilterElement_primi
tiveUnits_Getter(this); |
3088 | 3088 |
3089 @DomName('SVGFilterElement.width') | 3089 @DomName('SVGFilterElement.width') |
3090 @DocsEditable() | 3090 @DocsEditable() |
3091 AnimatedLength get width => blink.Native_SVGFilterElement_width_Getter(this); | 3091 AnimatedLength get width => _blink.Native_SVGFilterElement_width_Getter(this); |
3092 | 3092 |
3093 @DomName('SVGFilterElement.x') | 3093 @DomName('SVGFilterElement.x') |
3094 @DocsEditable() | 3094 @DocsEditable() |
3095 AnimatedLength get x => blink.Native_SVGFilterElement_x_Getter(this); | 3095 AnimatedLength get x => _blink.Native_SVGFilterElement_x_Getter(this); |
3096 | 3096 |
3097 @DomName('SVGFilterElement.y') | 3097 @DomName('SVGFilterElement.y') |
3098 @DocsEditable() | 3098 @DocsEditable() |
3099 AnimatedLength get y => blink.Native_SVGFilterElement_y_Getter(this); | 3099 AnimatedLength get y => _blink.Native_SVGFilterElement_y_Getter(this); |
3100 | 3100 |
3101 @DomName('SVGFilterElement.setFilterRes') | 3101 @DomName('SVGFilterElement.setFilterRes') |
3102 @DocsEditable() | 3102 @DocsEditable() |
3103 void setFilterRes(int filterResX, int filterResY) => blink.Native_SVGFilterEle
ment_setFilterRes_Callback(this, filterResX, filterResY); | 3103 void setFilterRes(int filterResX, int filterResY) => _blink.Native_SVGFilterEl
ement_setFilterRes_Callback(this, filterResX, filterResY); |
3104 | 3104 |
3105 @DomName('SVGFilterElement.href') | 3105 @DomName('SVGFilterElement.href') |
3106 @DocsEditable() | 3106 @DocsEditable() |
3107 AnimatedString get href => blink.Native_SVGFilterElement_href_Getter(this); | 3107 AnimatedString get href => _blink.Native_SVGFilterElement_href_Getter(this); |
3108 | 3108 |
3109 } | 3109 } |
3110 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3110 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3111 // for details. All rights reserved. Use of this source code is governed by a | 3111 // for details. All rights reserved. Use of this source code is governed by a |
3112 // BSD-style license that can be found in the LICENSE file. | 3112 // BSD-style license that can be found in the LICENSE file. |
3113 | 3113 |
3114 // WARNING: Do not edit - generated code. | 3114 // WARNING: Do not edit - generated code. |
3115 | 3115 |
3116 | 3116 |
3117 @DocsEditable() | 3117 @DocsEditable() |
3118 @DomName('SVGFilterPrimitiveStandardAttributes') | 3118 @DomName('SVGFilterPrimitiveStandardAttributes') |
3119 @Unstable() | 3119 @Unstable() |
3120 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass
2 { | 3120 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass
2 { |
3121 // To suppress missing implicit constructor warnings. | 3121 // To suppress missing implicit constructor warnings. |
3122 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No
t supported"); } | 3122 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No
t supported"); } |
3123 | 3123 |
3124 @DomName('SVGFilterPrimitiveStandardAttributes.height') | 3124 @DomName('SVGFilterPrimitiveStandardAttributes.height') |
3125 @DocsEditable() | 3125 @DocsEditable() |
3126 AnimatedLength get height => blink.Native_SVGFilterPrimitiveStandardAttributes
_height_Getter(this); | 3126 AnimatedLength get height => _blink.Native_SVGFilterPrimitiveStandardAttribute
s_height_Getter(this); |
3127 | 3127 |
3128 @DomName('SVGFilterPrimitiveStandardAttributes.result') | 3128 @DomName('SVGFilterPrimitiveStandardAttributes.result') |
3129 @DocsEditable() | 3129 @DocsEditable() |
3130 AnimatedString get result => blink.Native_SVGFilterPrimitiveStandardAttributes
_result_Getter(this); | 3130 AnimatedString get result => _blink.Native_SVGFilterPrimitiveStandardAttribute
s_result_Getter(this); |
3131 | 3131 |
3132 @DomName('SVGFilterPrimitiveStandardAttributes.width') | 3132 @DomName('SVGFilterPrimitiveStandardAttributes.width') |
3133 @DocsEditable() | 3133 @DocsEditable() |
3134 AnimatedLength get width => blink.Native_SVGFilterPrimitiveStandardAttributes_
width_Getter(this); | 3134 AnimatedLength get width => _blink.Native_SVGFilterPrimitiveStandardAttributes
_width_Getter(this); |
3135 | 3135 |
3136 @DomName('SVGFilterPrimitiveStandardAttributes.x') | 3136 @DomName('SVGFilterPrimitiveStandardAttributes.x') |
3137 @DocsEditable() | 3137 @DocsEditable() |
3138 AnimatedLength get x => blink.Native_SVGFilterPrimitiveStandardAttributes_x_Ge
tter(this); | 3138 AnimatedLength get x => _blink.Native_SVGFilterPrimitiveStandardAttributes_x_G
etter(this); |
3139 | 3139 |
3140 @DomName('SVGFilterPrimitiveStandardAttributes.y') | 3140 @DomName('SVGFilterPrimitiveStandardAttributes.y') |
3141 @DocsEditable() | 3141 @DocsEditable() |
3142 AnimatedLength get y => blink.Native_SVGFilterPrimitiveStandardAttributes_y_Ge
tter(this); | 3142 AnimatedLength get y => _blink.Native_SVGFilterPrimitiveStandardAttributes_y_G
etter(this); |
3143 | 3143 |
3144 } | 3144 } |
3145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3146 // for details. All rights reserved. Use of this source code is governed by a | 3146 // for details. All rights reserved. Use of this source code is governed by a |
3147 // BSD-style license that can be found in the LICENSE file. | 3147 // BSD-style license that can be found in the LICENSE file. |
3148 | 3148 |
3149 // WARNING: Do not edit - generated code. | 3149 // WARNING: Do not edit - generated code. |
3150 | 3150 |
3151 | 3151 |
3152 @DocsEditable() | 3152 @DocsEditable() |
3153 @DomName('SVGFitToViewBox') | 3153 @DomName('SVGFitToViewBox') |
3154 @Unstable() | 3154 @Unstable() |
3155 abstract class FitToViewBox extends NativeFieldWrapperClass2 { | 3155 abstract class FitToViewBox extends NativeFieldWrapperClass2 { |
3156 // To suppress missing implicit constructor warnings. | 3156 // To suppress missing implicit constructor warnings. |
3157 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } | 3157 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } |
3158 | 3158 |
3159 @DomName('SVGFitToViewBox.preserveAspectRatio') | 3159 @DomName('SVGFitToViewBox.preserveAspectRatio') |
3160 @DocsEditable() | 3160 @DocsEditable() |
3161 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGFitToVi
ewBox_preserveAspectRatio_Getter(this); | 3161 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.Native_SVGFitToV
iewBox_preserveAspectRatio_Getter(this); |
3162 | 3162 |
3163 @DomName('SVGFitToViewBox.viewBox') | 3163 @DomName('SVGFitToViewBox.viewBox') |
3164 @DocsEditable() | 3164 @DocsEditable() |
3165 AnimatedRect get viewBox => blink.Native_SVGFitToViewBox_viewBox_Getter(this); | 3165 AnimatedRect get viewBox => _blink.Native_SVGFitToViewBox_viewBox_Getter(this)
; |
3166 | 3166 |
3167 } | 3167 } |
3168 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3168 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3169 // for details. All rights reserved. Use of this source code is governed by a | 3169 // for details. All rights reserved. Use of this source code is governed by a |
3170 // BSD-style license that can be found in the LICENSE file. | 3170 // BSD-style license that can be found in the LICENSE file. |
3171 | 3171 |
3172 // WARNING: Do not edit - generated code. | 3172 // WARNING: Do not edit - generated code. |
3173 | 3173 |
3174 | 3174 |
3175 @DocsEditable() | 3175 @DocsEditable() |
(...skipping 14 matching lines...) Expand all Loading... |
3190 * | 3190 * |
3191 * This can only be called by subclasses from their created constructor. | 3191 * This can only be called by subclasses from their created constructor. |
3192 */ | 3192 */ |
3193 ForeignObjectElement.created() : super.created(); | 3193 ForeignObjectElement.created() : super.created(); |
3194 | 3194 |
3195 /// Checks if this type is supported on the current platform. | 3195 /// Checks if this type is supported on the current platform. |
3196 static bool get supported => true; | 3196 static bool get supported => true; |
3197 | 3197 |
3198 @DomName('SVGForeignObjectElement.height') | 3198 @DomName('SVGForeignObjectElement.height') |
3199 @DocsEditable() | 3199 @DocsEditable() |
3200 AnimatedLength get height => blink.Native_SVGForeignObjectElement_height_Gette
r(this); | 3200 AnimatedLength get height => _blink.Native_SVGForeignObjectElement_height_Gett
er(this); |
3201 | 3201 |
3202 @DomName('SVGForeignObjectElement.width') | 3202 @DomName('SVGForeignObjectElement.width') |
3203 @DocsEditable() | 3203 @DocsEditable() |
3204 AnimatedLength get width => blink.Native_SVGForeignObjectElement_width_Getter(
this); | 3204 AnimatedLength get width => _blink.Native_SVGForeignObjectElement_width_Getter
(this); |
3205 | 3205 |
3206 @DomName('SVGForeignObjectElement.x') | 3206 @DomName('SVGForeignObjectElement.x') |
3207 @DocsEditable() | 3207 @DocsEditable() |
3208 AnimatedLength get x => blink.Native_SVGForeignObjectElement_x_Getter(this); | 3208 AnimatedLength get x => _blink.Native_SVGForeignObjectElement_x_Getter(this); |
3209 | 3209 |
3210 @DomName('SVGForeignObjectElement.y') | 3210 @DomName('SVGForeignObjectElement.y') |
3211 @DocsEditable() | 3211 @DocsEditable() |
3212 AnimatedLength get y => blink.Native_SVGForeignObjectElement_y_Getter(this); | 3212 AnimatedLength get y => _blink.Native_SVGForeignObjectElement_y_Getter(this); |
3213 | 3213 |
3214 } | 3214 } |
3215 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3215 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3216 // for details. All rights reserved. Use of this source code is governed by a | 3216 // for details. All rights reserved. Use of this source code is governed by a |
3217 // BSD-style license that can be found in the LICENSE file. | 3217 // BSD-style license that can be found in the LICENSE file. |
3218 | 3218 |
3219 // WARNING: Do not edit - generated code. | 3219 // WARNING: Do not edit - generated code. |
3220 | 3220 |
3221 | 3221 |
3222 @DocsEditable() | 3222 @DocsEditable() |
(...skipping 30 matching lines...) Expand all Loading... |
3253 /** | 3253 /** |
3254 * Constructor instantiated by the DOM when a custom element has been created. | 3254 * Constructor instantiated by the DOM when a custom element has been created. |
3255 * | 3255 * |
3256 * This can only be called by subclasses from their created constructor. | 3256 * This can only be called by subclasses from their created constructor. |
3257 */ | 3257 */ |
3258 GeometryElement.created() : super.created(); | 3258 GeometryElement.created() : super.created(); |
3259 | 3259 |
3260 @DomName('SVGGeometryElement.isPointInFill') | 3260 @DomName('SVGGeometryElement.isPointInFill') |
3261 @DocsEditable() | 3261 @DocsEditable() |
3262 @Experimental() // untriaged | 3262 @Experimental() // untriaged |
3263 bool isPointInFill(Point point) => blink.Native_SVGGeometryElement_isPointInFi
ll_Callback(this, point); | 3263 bool isPointInFill(Point point) => _blink.Native_SVGGeometryElement_isPointInF
ill_Callback(this, point); |
3264 | 3264 |
3265 @DomName('SVGGeometryElement.isPointInStroke') | 3265 @DomName('SVGGeometryElement.isPointInStroke') |
3266 @DocsEditable() | 3266 @DocsEditable() |
3267 @Experimental() // untriaged | 3267 @Experimental() // untriaged |
3268 bool isPointInStroke(Point point) => blink.Native_SVGGeometryElement_isPointIn
Stroke_Callback(this, point); | 3268 bool isPointInStroke(Point point) => _blink.Native_SVGGeometryElement_isPointI
nStroke_Callback(this, point); |
3269 | 3269 |
3270 } | 3270 } |
3271 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3271 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3272 // for details. All rights reserved. Use of this source code is governed by a | 3272 // for details. All rights reserved. Use of this source code is governed by a |
3273 // BSD-style license that can be found in the LICENSE file. | 3273 // BSD-style license that can be found in the LICENSE file. |
3274 | 3274 |
3275 // WARNING: Do not edit - generated code. | 3275 // WARNING: Do not edit - generated code. |
3276 | 3276 |
3277 | 3277 |
3278 @DocsEditable() | 3278 @DocsEditable() |
3279 @DomName('SVGGraphicsElement') | 3279 @DomName('SVGGraphicsElement') |
3280 @Experimental() // untriaged | 3280 @Experimental() // untriaged |
3281 class GraphicsElement extends SvgElement implements Tests { | 3281 class GraphicsElement extends SvgElement implements Tests { |
3282 // To suppress missing implicit constructor warnings. | 3282 // To suppress missing implicit constructor warnings. |
3283 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } | 3283 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } |
3284 /** | 3284 /** |
3285 * Constructor instantiated by the DOM when a custom element has been created. | 3285 * Constructor instantiated by the DOM when a custom element has been created. |
3286 * | 3286 * |
3287 * This can only be called by subclasses from their created constructor. | 3287 * This can only be called by subclasses from their created constructor. |
3288 */ | 3288 */ |
3289 GraphicsElement.created() : super.created(); | 3289 GraphicsElement.created() : super.created(); |
3290 | 3290 |
3291 @DomName('SVGGraphicsElement.farthestViewportElement') | 3291 @DomName('SVGGraphicsElement.farthestViewportElement') |
3292 @DocsEditable() | 3292 @DocsEditable() |
3293 @Experimental() // untriaged | 3293 @Experimental() // untriaged |
3294 SvgElement get farthestViewportElement => blink.Native_SVGGraphicsElement_fart
hestViewportElement_Getter(this); | 3294 SvgElement get farthestViewportElement => _blink.Native_SVGGraphicsElement_far
thestViewportElement_Getter(this); |
3295 | 3295 |
3296 @DomName('SVGGraphicsElement.nearestViewportElement') | 3296 @DomName('SVGGraphicsElement.nearestViewportElement') |
3297 @DocsEditable() | 3297 @DocsEditable() |
3298 @Experimental() // untriaged | 3298 @Experimental() // untriaged |
3299 SvgElement get nearestViewportElement => blink.Native_SVGGraphicsElement_neare
stViewportElement_Getter(this); | 3299 SvgElement get nearestViewportElement => _blink.Native_SVGGraphicsElement_near
estViewportElement_Getter(this); |
3300 | 3300 |
3301 @DomName('SVGGraphicsElement.transform') | 3301 @DomName('SVGGraphicsElement.transform') |
3302 @DocsEditable() | 3302 @DocsEditable() |
3303 @Experimental() // untriaged | 3303 @Experimental() // untriaged |
3304 AnimatedTransformList get transform => blink.Native_SVGGraphicsElement_transfo
rm_Getter(this); | 3304 AnimatedTransformList get transform => _blink.Native_SVGGraphicsElement_transf
orm_Getter(this); |
3305 | 3305 |
3306 @DomName('SVGGraphicsElement.getBBox') | 3306 @DomName('SVGGraphicsElement.getBBox') |
3307 @DocsEditable() | 3307 @DocsEditable() |
3308 @Experimental() // untriaged | 3308 @Experimental() // untriaged |
3309 Rect getBBox() => blink.Native_SVGGraphicsElement_getBBox_Callback(this); | 3309 Rect getBBox() => _blink.Native_SVGGraphicsElement_getBBox_Callback(this); |
3310 | 3310 |
3311 @DomName('SVGGraphicsElement.getCTM') | 3311 @DomName('SVGGraphicsElement.getCTM') |
3312 @DocsEditable() | 3312 @DocsEditable() |
3313 @Experimental() // untriaged | 3313 @Experimental() // untriaged |
3314 Matrix getCtm() => blink.Native_SVGGraphicsElement_getCTM_Callback(this); | 3314 Matrix getCtm() => _blink.Native_SVGGraphicsElement_getCTM_Callback(this); |
3315 | 3315 |
3316 @DomName('SVGGraphicsElement.getScreenCTM') | 3316 @DomName('SVGGraphicsElement.getScreenCTM') |
3317 @DocsEditable() | 3317 @DocsEditable() |
3318 @Experimental() // untriaged | 3318 @Experimental() // untriaged |
3319 Matrix getScreenCtm() => blink.Native_SVGGraphicsElement_getScreenCTM_Callback
(this); | 3319 Matrix getScreenCtm() => _blink.Native_SVGGraphicsElement_getScreenCTM_Callbac
k(this); |
3320 | 3320 |
3321 @DomName('SVGGraphicsElement.getTransformToElement') | 3321 @DomName('SVGGraphicsElement.getTransformToElement') |
3322 @DocsEditable() | 3322 @DocsEditable() |
3323 @Experimental() // untriaged | 3323 @Experimental() // untriaged |
3324 Matrix getTransformToElement(SvgElement element) => blink.Native_SVGGraphicsEl
ement_getTransformToElement_Callback(this, element); | 3324 Matrix getTransformToElement(SvgElement element) => _blink.Native_SVGGraphicsE
lement_getTransformToElement_Callback(this, element); |
3325 | 3325 |
3326 @DomName('SVGGraphicsElement.requiredExtensions') | 3326 @DomName('SVGGraphicsElement.requiredExtensions') |
3327 @DocsEditable() | 3327 @DocsEditable() |
3328 @Experimental() // untriaged | 3328 @Experimental() // untriaged |
3329 StringList get requiredExtensions => blink.Native_SVGGraphicsElement_requiredE
xtensions_Getter(this); | 3329 StringList get requiredExtensions => _blink.Native_SVGGraphicsElement_required
Extensions_Getter(this); |
3330 | 3330 |
3331 @DomName('SVGGraphicsElement.requiredFeatures') | 3331 @DomName('SVGGraphicsElement.requiredFeatures') |
3332 @DocsEditable() | 3332 @DocsEditable() |
3333 @Experimental() // untriaged | 3333 @Experimental() // untriaged |
3334 StringList get requiredFeatures => blink.Native_SVGGraphicsElement_requiredFea
tures_Getter(this); | 3334 StringList get requiredFeatures => _blink.Native_SVGGraphicsElement_requiredFe
atures_Getter(this); |
3335 | 3335 |
3336 @DomName('SVGGraphicsElement.systemLanguage') | 3336 @DomName('SVGGraphicsElement.systemLanguage') |
3337 @DocsEditable() | 3337 @DocsEditable() |
3338 @Experimental() // untriaged | 3338 @Experimental() // untriaged |
3339 StringList get systemLanguage => blink.Native_SVGGraphicsElement_systemLanguag
e_Getter(this); | 3339 StringList get systemLanguage => _blink.Native_SVGGraphicsElement_systemLangua
ge_Getter(this); |
3340 | 3340 |
3341 @DomName('SVGGraphicsElement.hasExtension') | 3341 @DomName('SVGGraphicsElement.hasExtension') |
3342 @DocsEditable() | 3342 @DocsEditable() |
3343 @Experimental() // untriaged | 3343 @Experimental() // untriaged |
3344 bool hasExtension(String extension) => blink.Native_SVGGraphicsElement_hasExte
nsion_Callback(this, extension); | 3344 bool hasExtension(String extension) => _blink.Native_SVGGraphicsElement_hasExt
ension_Callback(this, extension); |
3345 | 3345 |
3346 } | 3346 } |
3347 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3347 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3348 // for details. All rights reserved. Use of this source code is governed by a | 3348 // for details. All rights reserved. Use of this source code is governed by a |
3349 // BSD-style license that can be found in the LICENSE file. | 3349 // BSD-style license that can be found in the LICENSE file. |
3350 | 3350 |
3351 // WARNING: Do not edit - generated code. | 3351 // WARNING: Do not edit - generated code. |
3352 | 3352 |
3353 | 3353 |
3354 @DocsEditable() | 3354 @DocsEditable() |
3355 @DomName('SVGImageElement') | 3355 @DomName('SVGImageElement') |
3356 @Unstable() | 3356 @Unstable() |
3357 class ImageElement extends GraphicsElement implements UriReference { | 3357 class ImageElement extends GraphicsElement implements UriReference { |
3358 // To suppress missing implicit constructor warnings. | 3358 // To suppress missing implicit constructor warnings. |
3359 factory ImageElement._() { throw new UnsupportedError("Not supported"); } | 3359 factory ImageElement._() { throw new UnsupportedError("Not supported"); } |
3360 | 3360 |
3361 @DomName('SVGImageElement.SVGImageElement') | 3361 @DomName('SVGImageElement.SVGImageElement') |
3362 @DocsEditable() | 3362 @DocsEditable() |
3363 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 3363 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); |
3364 /** | 3364 /** |
3365 * Constructor instantiated by the DOM when a custom element has been created. | 3365 * Constructor instantiated by the DOM when a custom element has been created. |
3366 * | 3366 * |
3367 * This can only be called by subclasses from their created constructor. | 3367 * This can only be called by subclasses from their created constructor. |
3368 */ | 3368 */ |
3369 ImageElement.created() : super.created(); | 3369 ImageElement.created() : super.created(); |
3370 | 3370 |
3371 @DomName('SVGImageElement.height') | 3371 @DomName('SVGImageElement.height') |
3372 @DocsEditable() | 3372 @DocsEditable() |
3373 AnimatedLength get height => blink.Native_SVGImageElement_height_Getter(this); | 3373 AnimatedLength get height => _blink.Native_SVGImageElement_height_Getter(this)
; |
3374 | 3374 |
3375 @DomName('SVGImageElement.preserveAspectRatio') | 3375 @DomName('SVGImageElement.preserveAspectRatio') |
3376 @DocsEditable() | 3376 @DocsEditable() |
3377 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGImageEl
ement_preserveAspectRatio_Getter(this); | 3377 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.Native_SVGImageE
lement_preserveAspectRatio_Getter(this); |
3378 | 3378 |
3379 @DomName('SVGImageElement.width') | 3379 @DomName('SVGImageElement.width') |
3380 @DocsEditable() | 3380 @DocsEditable() |
3381 AnimatedLength get width => blink.Native_SVGImageElement_width_Getter(this); | 3381 AnimatedLength get width => _blink.Native_SVGImageElement_width_Getter(this); |
3382 | 3382 |
3383 @DomName('SVGImageElement.x') | 3383 @DomName('SVGImageElement.x') |
3384 @DocsEditable() | 3384 @DocsEditable() |
3385 AnimatedLength get x => blink.Native_SVGImageElement_x_Getter(this); | 3385 AnimatedLength get x => _blink.Native_SVGImageElement_x_Getter(this); |
3386 | 3386 |
3387 @DomName('SVGImageElement.y') | 3387 @DomName('SVGImageElement.y') |
3388 @DocsEditable() | 3388 @DocsEditable() |
3389 AnimatedLength get y => blink.Native_SVGImageElement_y_Getter(this); | 3389 AnimatedLength get y => _blink.Native_SVGImageElement_y_Getter(this); |
3390 | 3390 |
3391 @DomName('SVGImageElement.href') | 3391 @DomName('SVGImageElement.href') |
3392 @DocsEditable() | 3392 @DocsEditable() |
3393 AnimatedString get href => blink.Native_SVGImageElement_href_Getter(this); | 3393 AnimatedString get href => _blink.Native_SVGImageElement_href_Getter(this); |
3394 | 3394 |
3395 } | 3395 } |
3396 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3396 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3397 // for details. All rights reserved. Use of this source code is governed by a | 3397 // for details. All rights reserved. Use of this source code is governed by a |
3398 // BSD-style license that can be found in the LICENSE file. | 3398 // BSD-style license that can be found in the LICENSE file. |
3399 | 3399 |
3400 // WARNING: Do not edit - generated code. | 3400 // WARNING: Do not edit - generated code. |
3401 | 3401 |
3402 | 3402 |
3403 @DocsEditable() | 3403 @DocsEditable() |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3446 @DomName('SVGLength.SVG_LENGTHTYPE_PX') | 3446 @DomName('SVGLength.SVG_LENGTHTYPE_PX') |
3447 @DocsEditable() | 3447 @DocsEditable() |
3448 static const int SVG_LENGTHTYPE_PX = 5; | 3448 static const int SVG_LENGTHTYPE_PX = 5; |
3449 | 3449 |
3450 @DomName('SVGLength.SVG_LENGTHTYPE_UNKNOWN') | 3450 @DomName('SVGLength.SVG_LENGTHTYPE_UNKNOWN') |
3451 @DocsEditable() | 3451 @DocsEditable() |
3452 static const int SVG_LENGTHTYPE_UNKNOWN = 0; | 3452 static const int SVG_LENGTHTYPE_UNKNOWN = 0; |
3453 | 3453 |
3454 @DomName('SVGLength.unitType') | 3454 @DomName('SVGLength.unitType') |
3455 @DocsEditable() | 3455 @DocsEditable() |
3456 int get unitType => blink.Native_SVGLength_unitType_Getter(this); | 3456 int get unitType => _blink.Native_SVGLength_unitType_Getter(this); |
3457 | 3457 |
3458 @DomName('SVGLength.value') | 3458 @DomName('SVGLength.value') |
3459 @DocsEditable() | 3459 @DocsEditable() |
3460 num get value => blink.Native_SVGLength_value_Getter(this); | 3460 num get value => _blink.Native_SVGLength_value_Getter(this); |
3461 | 3461 |
3462 @DomName('SVGLength.value') | 3462 @DomName('SVGLength.value') |
3463 @DocsEditable() | 3463 @DocsEditable() |
3464 void set value(num value) => blink.Native_SVGLength_value_Setter(this, value); | 3464 void set value(num value) => _blink.Native_SVGLength_value_Setter(this, value)
; |
3465 | 3465 |
3466 @DomName('SVGLength.valueAsString') | 3466 @DomName('SVGLength.valueAsString') |
3467 @DocsEditable() | 3467 @DocsEditable() |
3468 String get valueAsString => blink.Native_SVGLength_valueAsString_Getter(this); | 3468 String get valueAsString => _blink.Native_SVGLength_valueAsString_Getter(this)
; |
3469 | 3469 |
3470 @DomName('SVGLength.valueAsString') | 3470 @DomName('SVGLength.valueAsString') |
3471 @DocsEditable() | 3471 @DocsEditable() |
3472 void set valueAsString(String value) => blink.Native_SVGLength_valueAsString_S
etter(this, value); | 3472 void set valueAsString(String value) => _blink.Native_SVGLength_valueAsString_
Setter(this, value); |
3473 | 3473 |
3474 @DomName('SVGLength.valueInSpecifiedUnits') | 3474 @DomName('SVGLength.valueInSpecifiedUnits') |
3475 @DocsEditable() | 3475 @DocsEditable() |
3476 num get valueInSpecifiedUnits => blink.Native_SVGLength_valueInSpecifiedUnits_
Getter(this); | 3476 num get valueInSpecifiedUnits => _blink.Native_SVGLength_valueInSpecifiedUnits
_Getter(this); |
3477 | 3477 |
3478 @DomName('SVGLength.valueInSpecifiedUnits') | 3478 @DomName('SVGLength.valueInSpecifiedUnits') |
3479 @DocsEditable() | 3479 @DocsEditable() |
3480 void set valueInSpecifiedUnits(num value) => blink.Native_SVGLength_valueInSpe
cifiedUnits_Setter(this, value); | 3480 void set valueInSpecifiedUnits(num value) => _blink.Native_SVGLength_valueInSp
ecifiedUnits_Setter(this, value); |
3481 | 3481 |
3482 @DomName('SVGLength.convertToSpecifiedUnits') | 3482 @DomName('SVGLength.convertToSpecifiedUnits') |
3483 @DocsEditable() | 3483 @DocsEditable() |
3484 void convertToSpecifiedUnits(int unitType) => blink.Native_SVGLength_convertTo
SpecifiedUnits_Callback(this, unitType); | 3484 void convertToSpecifiedUnits(int unitType) => _blink.Native_SVGLength_convertT
oSpecifiedUnits_Callback(this, unitType); |
3485 | 3485 |
3486 @DomName('SVGLength.newValueSpecifiedUnits') | 3486 @DomName('SVGLength.newValueSpecifiedUnits') |
3487 @DocsEditable() | 3487 @DocsEditable() |
3488 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => blink.
Native_SVGLength_newValueSpecifiedUnits_Callback(this, unitType, valueInSpecifie
dUnits); | 3488 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink
.Native_SVGLength_newValueSpecifiedUnits_Callback(this, unitType, valueInSpecifi
edUnits); |
3489 | 3489 |
3490 } | 3490 } |
3491 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3491 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3492 // for details. All rights reserved. Use of this source code is governed by a | 3492 // for details. All rights reserved. Use of this source code is governed by a |
3493 // BSD-style license that can be found in the LICENSE file. | 3493 // BSD-style license that can be found in the LICENSE file. |
3494 | 3494 |
3495 // WARNING: Do not edit - generated code. | 3495 // WARNING: Do not edit - generated code. |
3496 | 3496 |
3497 | 3497 |
3498 @DocsEditable() | 3498 @DocsEditable() |
3499 @DomName('SVGLengthList') | 3499 @DomName('SVGLengthList') |
3500 @Unstable() | 3500 @Unstable() |
3501 class LengthList extends NativeFieldWrapperClass2 with ListMixin<Length>, Immuta
bleListMixin<Length> implements List<Length> { | 3501 class LengthList extends NativeFieldWrapperClass2 with ListMixin<Length>, Immuta
bleListMixin<Length> implements List<Length> { |
3502 // To suppress missing implicit constructor warnings. | 3502 // To suppress missing implicit constructor warnings. |
3503 factory LengthList._() { throw new UnsupportedError("Not supported"); } | 3503 factory LengthList._() { throw new UnsupportedError("Not supported"); } |
3504 | 3504 |
3505 @DomName('SVGLengthList.numberOfItems') | 3505 @DomName('SVGLengthList.numberOfItems') |
3506 @DocsEditable() | 3506 @DocsEditable() |
3507 int get numberOfItems => blink.Native_SVGLengthList_numberOfItems_Getter(this)
; | 3507 int get numberOfItems => _blink.Native_SVGLengthList_numberOfItems_Getter(this
); |
3508 | 3508 |
3509 Length operator[](int index) { | 3509 Length operator[](int index) { |
3510 if (index < 0 || index >= length) | 3510 if (index < 0 || index >= length) |
3511 throw new RangeError.range(index, 0, length); | 3511 throw new RangeError.range(index, 0, length); |
3512 return getItem(index); | 3512 return getItem(index); |
3513 } | 3513 } |
3514 | 3514 |
3515 void operator[]=(int index, Length value) { | 3515 void operator[]=(int index, Length value) { |
3516 throw new UnsupportedError("Cannot assign element of immutable List."); | 3516 throw new UnsupportedError("Cannot assign element of immutable List."); |
3517 } | 3517 } |
(...skipping 29 matching lines...) Expand all Loading... |
3547 } | 3547 } |
3548 if (len == 0) throw new StateError("No elements"); | 3548 if (len == 0) throw new StateError("No elements"); |
3549 throw new StateError("More than one element"); | 3549 throw new StateError("More than one element"); |
3550 } | 3550 } |
3551 | 3551 |
3552 Length elementAt(int index) => this[index]; | 3552 Length elementAt(int index) => this[index]; |
3553 // -- end List<Length> mixins. | 3553 // -- end List<Length> mixins. |
3554 | 3554 |
3555 @DomName('SVGLengthList.appendItem') | 3555 @DomName('SVGLengthList.appendItem') |
3556 @DocsEditable() | 3556 @DocsEditable() |
3557 Length appendItem(Length item) => blink.Native_SVGLengthList_appendItem_Callba
ck(this, item); | 3557 Length appendItem(Length item) => _blink.Native_SVGLengthList_appendItem_Callb
ack(this, item); |
3558 | 3558 |
3559 @DomName('SVGLengthList.clear') | 3559 @DomName('SVGLengthList.clear') |
3560 @DocsEditable() | 3560 @DocsEditable() |
3561 void clear() => blink.Native_SVGLengthList_clear_Callback(this); | 3561 void clear() => _blink.Native_SVGLengthList_clear_Callback(this); |
3562 | 3562 |
3563 @DomName('SVGLengthList.getItem') | 3563 @DomName('SVGLengthList.getItem') |
3564 @DocsEditable() | 3564 @DocsEditable() |
3565 Length getItem(int index) => blink.Native_SVGLengthList_getItem_Callback(this,
index); | 3565 Length getItem(int index) => _blink.Native_SVGLengthList_getItem_Callback(this
, index); |
3566 | 3566 |
3567 @DomName('SVGLengthList.initialize') | 3567 @DomName('SVGLengthList.initialize') |
3568 @DocsEditable() | 3568 @DocsEditable() |
3569 Length initialize(Length item) => blink.Native_SVGLengthList_initialize_Callba
ck(this, item); | 3569 Length initialize(Length item) => _blink.Native_SVGLengthList_initialize_Callb
ack(this, item); |
3570 | 3570 |
3571 @DomName('SVGLengthList.insertItemBefore') | 3571 @DomName('SVGLengthList.insertItemBefore') |
3572 @DocsEditable() | 3572 @DocsEditable() |
3573 Length insertItemBefore(Length item, int index) => blink.Native_SVGLengthList_
insertItemBefore_Callback(this, item, index); | 3573 Length insertItemBefore(Length item, int index) => _blink.Native_SVGLengthList
_insertItemBefore_Callback(this, item, index); |
3574 | 3574 |
3575 @DomName('SVGLengthList.removeItem') | 3575 @DomName('SVGLengthList.removeItem') |
3576 @DocsEditable() | 3576 @DocsEditable() |
3577 Length removeItem(int index) => blink.Native_SVGLengthList_removeItem_Callback
(this, index); | 3577 Length removeItem(int index) => _blink.Native_SVGLengthList_removeItem_Callbac
k(this, index); |
3578 | 3578 |
3579 @DomName('SVGLengthList.replaceItem') | 3579 @DomName('SVGLengthList.replaceItem') |
3580 @DocsEditable() | 3580 @DocsEditable() |
3581 Length replaceItem(Length item, int index) => blink.Native_SVGLengthList_repla
ceItem_Callback(this, item, index); | 3581 Length replaceItem(Length item, int index) => _blink.Native_SVGLengthList_repl
aceItem_Callback(this, item, index); |
3582 | 3582 |
3583 } | 3583 } |
3584 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3584 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3585 // for details. All rights reserved. Use of this source code is governed by a | 3585 // for details. All rights reserved. Use of this source code is governed by a |
3586 // BSD-style license that can be found in the LICENSE file. | 3586 // BSD-style license that can be found in the LICENSE file. |
3587 | 3587 |
3588 // WARNING: Do not edit - generated code. | 3588 // WARNING: Do not edit - generated code. |
3589 | 3589 |
3590 | 3590 |
3591 @DocsEditable() | 3591 @DocsEditable() |
3592 @DomName('SVGLineElement') | 3592 @DomName('SVGLineElement') |
3593 @Unstable() | 3593 @Unstable() |
3594 class LineElement extends GeometryElement { | 3594 class LineElement extends GeometryElement { |
3595 // To suppress missing implicit constructor warnings. | 3595 // To suppress missing implicit constructor warnings. |
3596 factory LineElement._() { throw new UnsupportedError("Not supported"); } | 3596 factory LineElement._() { throw new UnsupportedError("Not supported"); } |
3597 | 3597 |
3598 @DomName('SVGLineElement.SVGLineElement') | 3598 @DomName('SVGLineElement.SVGLineElement') |
3599 @DocsEditable() | 3599 @DocsEditable() |
3600 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 3600 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); |
3601 /** | 3601 /** |
3602 * Constructor instantiated by the DOM when a custom element has been created. | 3602 * Constructor instantiated by the DOM when a custom element has been created. |
3603 * | 3603 * |
3604 * This can only be called by subclasses from their created constructor. | 3604 * This can only be called by subclasses from their created constructor. |
3605 */ | 3605 */ |
3606 LineElement.created() : super.created(); | 3606 LineElement.created() : super.created(); |
3607 | 3607 |
3608 @DomName('SVGLineElement.x1') | 3608 @DomName('SVGLineElement.x1') |
3609 @DocsEditable() | 3609 @DocsEditable() |
3610 AnimatedLength get x1 => blink.Native_SVGLineElement_x1_Getter(this); | 3610 AnimatedLength get x1 => _blink.Native_SVGLineElement_x1_Getter(this); |
3611 | 3611 |
3612 @DomName('SVGLineElement.x2') | 3612 @DomName('SVGLineElement.x2') |
3613 @DocsEditable() | 3613 @DocsEditable() |
3614 AnimatedLength get x2 => blink.Native_SVGLineElement_x2_Getter(this); | 3614 AnimatedLength get x2 => _blink.Native_SVGLineElement_x2_Getter(this); |
3615 | 3615 |
3616 @DomName('SVGLineElement.y1') | 3616 @DomName('SVGLineElement.y1') |
3617 @DocsEditable() | 3617 @DocsEditable() |
3618 AnimatedLength get y1 => blink.Native_SVGLineElement_y1_Getter(this); | 3618 AnimatedLength get y1 => _blink.Native_SVGLineElement_y1_Getter(this); |
3619 | 3619 |
3620 @DomName('SVGLineElement.y2') | 3620 @DomName('SVGLineElement.y2') |
3621 @DocsEditable() | 3621 @DocsEditable() |
3622 AnimatedLength get y2 => blink.Native_SVGLineElement_y2_Getter(this); | 3622 AnimatedLength get y2 => _blink.Native_SVGLineElement_y2_Getter(this); |
3623 | 3623 |
3624 } | 3624 } |
3625 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3625 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3626 // for details. All rights reserved. Use of this source code is governed by a | 3626 // for details. All rights reserved. Use of this source code is governed by a |
3627 // BSD-style license that can be found in the LICENSE file. | 3627 // BSD-style license that can be found in the LICENSE file. |
3628 | 3628 |
3629 // WARNING: Do not edit - generated code. | 3629 // WARNING: Do not edit - generated code. |
3630 | 3630 |
3631 | 3631 |
3632 @DocsEditable() | 3632 @DocsEditable() |
3633 @DomName('SVGLinearGradientElement') | 3633 @DomName('SVGLinearGradientElement') |
3634 @Unstable() | 3634 @Unstable() |
3635 class LinearGradientElement extends _GradientElement { | 3635 class LinearGradientElement extends _GradientElement { |
3636 // To suppress missing implicit constructor warnings. | 3636 // To suppress missing implicit constructor warnings. |
3637 factory LinearGradientElement._() { throw new UnsupportedError("Not supported"
); } | 3637 factory LinearGradientElement._() { throw new UnsupportedError("Not supported"
); } |
3638 | 3638 |
3639 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') | 3639 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') |
3640 @DocsEditable() | 3640 @DocsEditable() |
3641 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); | 3641 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); |
3642 /** | 3642 /** |
3643 * Constructor instantiated by the DOM when a custom element has been created. | 3643 * Constructor instantiated by the DOM when a custom element has been created. |
3644 * | 3644 * |
3645 * This can only be called by subclasses from their created constructor. | 3645 * This can only be called by subclasses from their created constructor. |
3646 */ | 3646 */ |
3647 LinearGradientElement.created() : super.created(); | 3647 LinearGradientElement.created() : super.created(); |
3648 | 3648 |
3649 @DomName('SVGLinearGradientElement.x1') | 3649 @DomName('SVGLinearGradientElement.x1') |
3650 @DocsEditable() | 3650 @DocsEditable() |
3651 AnimatedLength get x1 => blink.Native_SVGLinearGradientElement_x1_Getter(this)
; | 3651 AnimatedLength get x1 => _blink.Native_SVGLinearGradientElement_x1_Getter(this
); |
3652 | 3652 |
3653 @DomName('SVGLinearGradientElement.x2') | 3653 @DomName('SVGLinearGradientElement.x2') |
3654 @DocsEditable() | 3654 @DocsEditable() |
3655 AnimatedLength get x2 => blink.Native_SVGLinearGradientElement_x2_Getter(this)
; | 3655 AnimatedLength get x2 => _blink.Native_SVGLinearGradientElement_x2_Getter(this
); |
3656 | 3656 |
3657 @DomName('SVGLinearGradientElement.y1') | 3657 @DomName('SVGLinearGradientElement.y1') |
3658 @DocsEditable() | 3658 @DocsEditable() |
3659 AnimatedLength get y1 => blink.Native_SVGLinearGradientElement_y1_Getter(this)
; | 3659 AnimatedLength get y1 => _blink.Native_SVGLinearGradientElement_y1_Getter(this
); |
3660 | 3660 |
3661 @DomName('SVGLinearGradientElement.y2') | 3661 @DomName('SVGLinearGradientElement.y2') |
3662 @DocsEditable() | 3662 @DocsEditable() |
3663 AnimatedLength get y2 => blink.Native_SVGLinearGradientElement_y2_Getter(this)
; | 3663 AnimatedLength get y2 => _blink.Native_SVGLinearGradientElement_y2_Getter(this
); |
3664 | 3664 |
3665 } | 3665 } |
3666 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3666 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3667 // for details. All rights reserved. Use of this source code is governed by a | 3667 // for details. All rights reserved. Use of this source code is governed by a |
3668 // BSD-style license that can be found in the LICENSE file. | 3668 // BSD-style license that can be found in the LICENSE file. |
3669 | 3669 |
3670 // WARNING: Do not edit - generated code. | 3670 // WARNING: Do not edit - generated code. |
3671 | 3671 |
3672 | 3672 |
3673 @DocsEditable() | 3673 @DocsEditable() |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3706 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_AUTO') | 3706 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_AUTO') |
3707 @DocsEditable() | 3707 @DocsEditable() |
3708 static const int SVG_MARKER_ORIENT_AUTO = 1; | 3708 static const int SVG_MARKER_ORIENT_AUTO = 1; |
3709 | 3709 |
3710 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN') | 3710 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN') |
3711 @DocsEditable() | 3711 @DocsEditable() |
3712 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; | 3712 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; |
3713 | 3713 |
3714 @DomName('SVGMarkerElement.markerHeight') | 3714 @DomName('SVGMarkerElement.markerHeight') |
3715 @DocsEditable() | 3715 @DocsEditable() |
3716 AnimatedLength get markerHeight => blink.Native_SVGMarkerElement_markerHeight_
Getter(this); | 3716 AnimatedLength get markerHeight => _blink.Native_SVGMarkerElement_markerHeight
_Getter(this); |
3717 | 3717 |
3718 @DomName('SVGMarkerElement.markerUnits') | 3718 @DomName('SVGMarkerElement.markerUnits') |
3719 @DocsEditable() | 3719 @DocsEditable() |
3720 AnimatedEnumeration get markerUnits => blink.Native_SVGMarkerElement_markerUni
ts_Getter(this); | 3720 AnimatedEnumeration get markerUnits => _blink.Native_SVGMarkerElement_markerUn
its_Getter(this); |
3721 | 3721 |
3722 @DomName('SVGMarkerElement.markerWidth') | 3722 @DomName('SVGMarkerElement.markerWidth') |
3723 @DocsEditable() | 3723 @DocsEditable() |
3724 AnimatedLength get markerWidth => blink.Native_SVGMarkerElement_markerWidth_Ge
tter(this); | 3724 AnimatedLength get markerWidth => _blink.Native_SVGMarkerElement_markerWidth_G
etter(this); |
3725 | 3725 |
3726 @DomName('SVGMarkerElement.orientAngle') | 3726 @DomName('SVGMarkerElement.orientAngle') |
3727 @DocsEditable() | 3727 @DocsEditable() |
3728 AnimatedAngle get orientAngle => blink.Native_SVGMarkerElement_orientAngle_Get
ter(this); | 3728 AnimatedAngle get orientAngle => _blink.Native_SVGMarkerElement_orientAngle_Ge
tter(this); |
3729 | 3729 |
3730 @DomName('SVGMarkerElement.orientType') | 3730 @DomName('SVGMarkerElement.orientType') |
3731 @DocsEditable() | 3731 @DocsEditable() |
3732 AnimatedEnumeration get orientType => blink.Native_SVGMarkerElement_orientType
_Getter(this); | 3732 AnimatedEnumeration get orientType => _blink.Native_SVGMarkerElement_orientTyp
e_Getter(this); |
3733 | 3733 |
3734 @DomName('SVGMarkerElement.refX') | 3734 @DomName('SVGMarkerElement.refX') |
3735 @DocsEditable() | 3735 @DocsEditable() |
3736 AnimatedLength get refX => blink.Native_SVGMarkerElement_refX_Getter(this); | 3736 AnimatedLength get refX => _blink.Native_SVGMarkerElement_refX_Getter(this); |
3737 | 3737 |
3738 @DomName('SVGMarkerElement.refY') | 3738 @DomName('SVGMarkerElement.refY') |
3739 @DocsEditable() | 3739 @DocsEditable() |
3740 AnimatedLength get refY => blink.Native_SVGMarkerElement_refY_Getter(this); | 3740 AnimatedLength get refY => _blink.Native_SVGMarkerElement_refY_Getter(this); |
3741 | 3741 |
3742 @DomName('SVGMarkerElement.setOrientToAngle') | 3742 @DomName('SVGMarkerElement.setOrientToAngle') |
3743 @DocsEditable() | 3743 @DocsEditable() |
3744 void setOrientToAngle(Angle angle) => blink.Native_SVGMarkerElement_setOrientT
oAngle_Callback(this, angle); | 3744 void setOrientToAngle(Angle angle) => _blink.Native_SVGMarkerElement_setOrient
ToAngle_Callback(this, angle); |
3745 | 3745 |
3746 @DomName('SVGMarkerElement.setOrientToAuto') | 3746 @DomName('SVGMarkerElement.setOrientToAuto') |
3747 @DocsEditable() | 3747 @DocsEditable() |
3748 void setOrientToAuto() => blink.Native_SVGMarkerElement_setOrientToAuto_Callba
ck(this); | 3748 void setOrientToAuto() => _blink.Native_SVGMarkerElement_setOrientToAuto_Callb
ack(this); |
3749 | 3749 |
3750 @DomName('SVGMarkerElement.preserveAspectRatio') | 3750 @DomName('SVGMarkerElement.preserveAspectRatio') |
3751 @DocsEditable() | 3751 @DocsEditable() |
3752 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGMarkerE
lement_preserveAspectRatio_Getter(this); | 3752 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.Native_SVGMarker
Element_preserveAspectRatio_Getter(this); |
3753 | 3753 |
3754 @DomName('SVGMarkerElement.viewBox') | 3754 @DomName('SVGMarkerElement.viewBox') |
3755 @DocsEditable() | 3755 @DocsEditable() |
3756 AnimatedRect get viewBox => blink.Native_SVGMarkerElement_viewBox_Getter(this)
; | 3756 AnimatedRect get viewBox => _blink.Native_SVGMarkerElement_viewBox_Getter(this
); |
3757 | 3757 |
3758 } | 3758 } |
3759 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3759 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3760 // for details. All rights reserved. Use of this source code is governed by a | 3760 // for details. All rights reserved. Use of this source code is governed by a |
3761 // BSD-style license that can be found in the LICENSE file. | 3761 // BSD-style license that can be found in the LICENSE file. |
3762 | 3762 |
3763 // WARNING: Do not edit - generated code. | 3763 // WARNING: Do not edit - generated code. |
3764 | 3764 |
3765 | 3765 |
3766 @DocsEditable() | 3766 @DocsEditable() |
3767 @DomName('SVGMaskElement') | 3767 @DomName('SVGMaskElement') |
3768 @Unstable() | 3768 @Unstable() |
3769 class MaskElement extends SvgElement implements Tests { | 3769 class MaskElement extends SvgElement implements Tests { |
3770 // To suppress missing implicit constructor warnings. | 3770 // To suppress missing implicit constructor warnings. |
3771 factory MaskElement._() { throw new UnsupportedError("Not supported"); } | 3771 factory MaskElement._() { throw new UnsupportedError("Not supported"); } |
3772 | 3772 |
3773 @DomName('SVGMaskElement.SVGMaskElement') | 3773 @DomName('SVGMaskElement.SVGMaskElement') |
3774 @DocsEditable() | 3774 @DocsEditable() |
3775 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 3775 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); |
3776 /** | 3776 /** |
3777 * Constructor instantiated by the DOM when a custom element has been created. | 3777 * Constructor instantiated by the DOM when a custom element has been created. |
3778 * | 3778 * |
3779 * This can only be called by subclasses from their created constructor. | 3779 * This can only be called by subclasses from their created constructor. |
3780 */ | 3780 */ |
3781 MaskElement.created() : super.created(); | 3781 MaskElement.created() : super.created(); |
3782 | 3782 |
3783 @DomName('SVGMaskElement.height') | 3783 @DomName('SVGMaskElement.height') |
3784 @DocsEditable() | 3784 @DocsEditable() |
3785 AnimatedLength get height => blink.Native_SVGMaskElement_height_Getter(this); | 3785 AnimatedLength get height => _blink.Native_SVGMaskElement_height_Getter(this); |
3786 | 3786 |
3787 @DomName('SVGMaskElement.maskContentUnits') | 3787 @DomName('SVGMaskElement.maskContentUnits') |
3788 @DocsEditable() | 3788 @DocsEditable() |
3789 AnimatedEnumeration get maskContentUnits => blink.Native_SVGMaskElement_maskCo
ntentUnits_Getter(this); | 3789 AnimatedEnumeration get maskContentUnits => _blink.Native_SVGMaskElement_maskC
ontentUnits_Getter(this); |
3790 | 3790 |
3791 @DomName('SVGMaskElement.maskUnits') | 3791 @DomName('SVGMaskElement.maskUnits') |
3792 @DocsEditable() | 3792 @DocsEditable() |
3793 AnimatedEnumeration get maskUnits => blink.Native_SVGMaskElement_maskUnits_Get
ter(this); | 3793 AnimatedEnumeration get maskUnits => _blink.Native_SVGMaskElement_maskUnits_Ge
tter(this); |
3794 | 3794 |
3795 @DomName('SVGMaskElement.width') | 3795 @DomName('SVGMaskElement.width') |
3796 @DocsEditable() | 3796 @DocsEditable() |
3797 AnimatedLength get width => blink.Native_SVGMaskElement_width_Getter(this); | 3797 AnimatedLength get width => _blink.Native_SVGMaskElement_width_Getter(this); |
3798 | 3798 |
3799 @DomName('SVGMaskElement.x') | 3799 @DomName('SVGMaskElement.x') |
3800 @DocsEditable() | 3800 @DocsEditable() |
3801 AnimatedLength get x => blink.Native_SVGMaskElement_x_Getter(this); | 3801 AnimatedLength get x => _blink.Native_SVGMaskElement_x_Getter(this); |
3802 | 3802 |
3803 @DomName('SVGMaskElement.y') | 3803 @DomName('SVGMaskElement.y') |
3804 @DocsEditable() | 3804 @DocsEditable() |
3805 AnimatedLength get y => blink.Native_SVGMaskElement_y_Getter(this); | 3805 AnimatedLength get y => _blink.Native_SVGMaskElement_y_Getter(this); |
3806 | 3806 |
3807 @DomName('SVGMaskElement.requiredExtensions') | 3807 @DomName('SVGMaskElement.requiredExtensions') |
3808 @DocsEditable() | 3808 @DocsEditable() |
3809 StringList get requiredExtensions => blink.Native_SVGMaskElement_requiredExten
sions_Getter(this); | 3809 StringList get requiredExtensions => _blink.Native_SVGMaskElement_requiredExte
nsions_Getter(this); |
3810 | 3810 |
3811 @DomName('SVGMaskElement.requiredFeatures') | 3811 @DomName('SVGMaskElement.requiredFeatures') |
3812 @DocsEditable() | 3812 @DocsEditable() |
3813 StringList get requiredFeatures => blink.Native_SVGMaskElement_requiredFeature
s_Getter(this); | 3813 StringList get requiredFeatures => _blink.Native_SVGMaskElement_requiredFeatur
es_Getter(this); |
3814 | 3814 |
3815 @DomName('SVGMaskElement.systemLanguage') | 3815 @DomName('SVGMaskElement.systemLanguage') |
3816 @DocsEditable() | 3816 @DocsEditable() |
3817 StringList get systemLanguage => blink.Native_SVGMaskElement_systemLanguage_Ge
tter(this); | 3817 StringList get systemLanguage => _blink.Native_SVGMaskElement_systemLanguage_G
etter(this); |
3818 | 3818 |
3819 @DomName('SVGMaskElement.hasExtension') | 3819 @DomName('SVGMaskElement.hasExtension') |
3820 @DocsEditable() | 3820 @DocsEditable() |
3821 bool hasExtension(String extension) => blink.Native_SVGMaskElement_hasExtensio
n_Callback(this, extension); | 3821 bool hasExtension(String extension) => _blink.Native_SVGMaskElement_hasExtensi
on_Callback(this, extension); |
3822 | 3822 |
3823 } | 3823 } |
3824 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3824 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3825 // for details. All rights reserved. Use of this source code is governed by a | 3825 // for details. All rights reserved. Use of this source code is governed by a |
3826 // BSD-style license that can be found in the LICENSE file. | 3826 // BSD-style license that can be found in the LICENSE file. |
3827 | 3827 |
3828 // WARNING: Do not edit - generated code. | 3828 // WARNING: Do not edit - generated code. |
3829 | 3829 |
3830 | 3830 |
3831 @DocsEditable() | 3831 @DocsEditable() |
3832 @DomName('SVGMatrix') | 3832 @DomName('SVGMatrix') |
3833 @Unstable() | 3833 @Unstable() |
3834 class Matrix extends NativeFieldWrapperClass2 { | 3834 class Matrix extends NativeFieldWrapperClass2 { |
3835 // To suppress missing implicit constructor warnings. | 3835 // To suppress missing implicit constructor warnings. |
3836 factory Matrix._() { throw new UnsupportedError("Not supported"); } | 3836 factory Matrix._() { throw new UnsupportedError("Not supported"); } |
3837 | 3837 |
3838 @DomName('SVGMatrix.a') | 3838 @DomName('SVGMatrix.a') |
3839 @DocsEditable() | 3839 @DocsEditable() |
3840 num get a => blink.Native_SVGMatrix_a_Getter(this); | 3840 num get a => _blink.Native_SVGMatrix_a_Getter(this); |
3841 | 3841 |
3842 @DomName('SVGMatrix.a') | 3842 @DomName('SVGMatrix.a') |
3843 @DocsEditable() | 3843 @DocsEditable() |
3844 void set a(num value) => blink.Native_SVGMatrix_a_Setter(this, value); | 3844 void set a(num value) => _blink.Native_SVGMatrix_a_Setter(this, value); |
3845 | 3845 |
3846 @DomName('SVGMatrix.b') | 3846 @DomName('SVGMatrix.b') |
3847 @DocsEditable() | 3847 @DocsEditable() |
3848 num get b => blink.Native_SVGMatrix_b_Getter(this); | 3848 num get b => _blink.Native_SVGMatrix_b_Getter(this); |
3849 | 3849 |
3850 @DomName('SVGMatrix.b') | 3850 @DomName('SVGMatrix.b') |
3851 @DocsEditable() | 3851 @DocsEditable() |
3852 void set b(num value) => blink.Native_SVGMatrix_b_Setter(this, value); | 3852 void set b(num value) => _blink.Native_SVGMatrix_b_Setter(this, value); |
3853 | 3853 |
3854 @DomName('SVGMatrix.c') | 3854 @DomName('SVGMatrix.c') |
3855 @DocsEditable() | 3855 @DocsEditable() |
3856 num get c => blink.Native_SVGMatrix_c_Getter(this); | 3856 num get c => _blink.Native_SVGMatrix_c_Getter(this); |
3857 | 3857 |
3858 @DomName('SVGMatrix.c') | 3858 @DomName('SVGMatrix.c') |
3859 @DocsEditable() | 3859 @DocsEditable() |
3860 void set c(num value) => blink.Native_SVGMatrix_c_Setter(this, value); | 3860 void set c(num value) => _blink.Native_SVGMatrix_c_Setter(this, value); |
3861 | 3861 |
3862 @DomName('SVGMatrix.d') | 3862 @DomName('SVGMatrix.d') |
3863 @DocsEditable() | 3863 @DocsEditable() |
3864 num get d => blink.Native_SVGMatrix_d_Getter(this); | 3864 num get d => _blink.Native_SVGMatrix_d_Getter(this); |
3865 | 3865 |
3866 @DomName('SVGMatrix.d') | 3866 @DomName('SVGMatrix.d') |
3867 @DocsEditable() | 3867 @DocsEditable() |
3868 void set d(num value) => blink.Native_SVGMatrix_d_Setter(this, value); | 3868 void set d(num value) => _blink.Native_SVGMatrix_d_Setter(this, value); |
3869 | 3869 |
3870 @DomName('SVGMatrix.e') | 3870 @DomName('SVGMatrix.e') |
3871 @DocsEditable() | 3871 @DocsEditable() |
3872 num get e => blink.Native_SVGMatrix_e_Getter(this); | 3872 num get e => _blink.Native_SVGMatrix_e_Getter(this); |
3873 | 3873 |
3874 @DomName('SVGMatrix.e') | 3874 @DomName('SVGMatrix.e') |
3875 @DocsEditable() | 3875 @DocsEditable() |
3876 void set e(num value) => blink.Native_SVGMatrix_e_Setter(this, value); | 3876 void set e(num value) => _blink.Native_SVGMatrix_e_Setter(this, value); |
3877 | 3877 |
3878 @DomName('SVGMatrix.f') | 3878 @DomName('SVGMatrix.f') |
3879 @DocsEditable() | 3879 @DocsEditable() |
3880 num get f => blink.Native_SVGMatrix_f_Getter(this); | 3880 num get f => _blink.Native_SVGMatrix_f_Getter(this); |
3881 | 3881 |
3882 @DomName('SVGMatrix.f') | 3882 @DomName('SVGMatrix.f') |
3883 @DocsEditable() | 3883 @DocsEditable() |
3884 void set f(num value) => blink.Native_SVGMatrix_f_Setter(this, value); | 3884 void set f(num value) => _blink.Native_SVGMatrix_f_Setter(this, value); |
3885 | 3885 |
3886 @DomName('SVGMatrix.flipX') | 3886 @DomName('SVGMatrix.flipX') |
3887 @DocsEditable() | 3887 @DocsEditable() |
3888 Matrix flipX() => blink.Native_SVGMatrix_flipX_Callback(this); | 3888 Matrix flipX() => _blink.Native_SVGMatrix_flipX_Callback(this); |
3889 | 3889 |
3890 @DomName('SVGMatrix.flipY') | 3890 @DomName('SVGMatrix.flipY') |
3891 @DocsEditable() | 3891 @DocsEditable() |
3892 Matrix flipY() => blink.Native_SVGMatrix_flipY_Callback(this); | 3892 Matrix flipY() => _blink.Native_SVGMatrix_flipY_Callback(this); |
3893 | 3893 |
3894 @DomName('SVGMatrix.inverse') | 3894 @DomName('SVGMatrix.inverse') |
3895 @DocsEditable() | 3895 @DocsEditable() |
3896 Matrix inverse() => blink.Native_SVGMatrix_inverse_Callback(this); | 3896 Matrix inverse() => _blink.Native_SVGMatrix_inverse_Callback(this); |
3897 | 3897 |
3898 @DomName('SVGMatrix.multiply') | 3898 @DomName('SVGMatrix.multiply') |
3899 @DocsEditable() | 3899 @DocsEditable() |
3900 Matrix multiply(Matrix secondMatrix) => blink.Native_SVGMatrix_multiply_Callba
ck(this, secondMatrix); | 3900 Matrix multiply(Matrix secondMatrix) => _blink.Native_SVGMatrix_multiply_Callb
ack(this, secondMatrix); |
3901 | 3901 |
3902 @DomName('SVGMatrix.rotate') | 3902 @DomName('SVGMatrix.rotate') |
3903 @DocsEditable() | 3903 @DocsEditable() |
3904 Matrix rotate(num angle) => blink.Native_SVGMatrix_rotate_Callback(this, angle
); | 3904 Matrix rotate(num angle) => _blink.Native_SVGMatrix_rotate_Callback(this, angl
e); |
3905 | 3905 |
3906 @DomName('SVGMatrix.rotateFromVector') | 3906 @DomName('SVGMatrix.rotateFromVector') |
3907 @DocsEditable() | 3907 @DocsEditable() |
3908 Matrix rotateFromVector(num x, num y) => blink.Native_SVGMatrix_rotateFromVect
or_Callback(this, x, y); | 3908 Matrix rotateFromVector(num x, num y) => _blink.Native_SVGMatrix_rotateFromVec
tor_Callback(this, x, y); |
3909 | 3909 |
3910 @DomName('SVGMatrix.scale') | 3910 @DomName('SVGMatrix.scale') |
3911 @DocsEditable() | 3911 @DocsEditable() |
3912 Matrix scale(num scaleFactor) => blink.Native_SVGMatrix_scale_Callback(this, s
caleFactor); | 3912 Matrix scale(num scaleFactor) => _blink.Native_SVGMatrix_scale_Callback(this,
scaleFactor); |
3913 | 3913 |
3914 @DomName('SVGMatrix.scaleNonUniform') | 3914 @DomName('SVGMatrix.scaleNonUniform') |
3915 @DocsEditable() | 3915 @DocsEditable() |
3916 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => blink.Native_SVG
Matrix_scaleNonUniform_Callback(this, scaleFactorX, scaleFactorY); | 3916 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => _blink.Native_SV
GMatrix_scaleNonUniform_Callback(this, scaleFactorX, scaleFactorY); |
3917 | 3917 |
3918 @DomName('SVGMatrix.skewX') | 3918 @DomName('SVGMatrix.skewX') |
3919 @DocsEditable() | 3919 @DocsEditable() |
3920 Matrix skewX(num angle) => blink.Native_SVGMatrix_skewX_Callback(this, angle); | 3920 Matrix skewX(num angle) => _blink.Native_SVGMatrix_skewX_Callback(this, angle)
; |
3921 | 3921 |
3922 @DomName('SVGMatrix.skewY') | 3922 @DomName('SVGMatrix.skewY') |
3923 @DocsEditable() | 3923 @DocsEditable() |
3924 Matrix skewY(num angle) => blink.Native_SVGMatrix_skewY_Callback(this, angle); | 3924 Matrix skewY(num angle) => _blink.Native_SVGMatrix_skewY_Callback(this, angle)
; |
3925 | 3925 |
3926 @DomName('SVGMatrix.translate') | 3926 @DomName('SVGMatrix.translate') |
3927 @DocsEditable() | 3927 @DocsEditable() |
3928 Matrix translate(num x, num y) => blink.Native_SVGMatrix_translate_Callback(th
is, x, y); | 3928 Matrix translate(num x, num y) => _blink.Native_SVGMatrix_translate_Callback(t
his, x, y); |
3929 | 3929 |
3930 } | 3930 } |
3931 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3931 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3932 // for details. All rights reserved. Use of this source code is governed by a | 3932 // for details. All rights reserved. Use of this source code is governed by a |
3933 // BSD-style license that can be found in the LICENSE file. | 3933 // BSD-style license that can be found in the LICENSE file. |
3934 | 3934 |
3935 // WARNING: Do not edit - generated code. | 3935 // WARNING: Do not edit - generated code. |
3936 | 3936 |
3937 | 3937 |
3938 @DocsEditable() | 3938 @DocsEditable() |
(...skipping 19 matching lines...) Expand all Loading... |
3958 | 3958 |
3959 @DocsEditable() | 3959 @DocsEditable() |
3960 @DomName('SVGNumber') | 3960 @DomName('SVGNumber') |
3961 @Unstable() | 3961 @Unstable() |
3962 class Number extends NativeFieldWrapperClass2 { | 3962 class Number extends NativeFieldWrapperClass2 { |
3963 // To suppress missing implicit constructor warnings. | 3963 // To suppress missing implicit constructor warnings. |
3964 factory Number._() { throw new UnsupportedError("Not supported"); } | 3964 factory Number._() { throw new UnsupportedError("Not supported"); } |
3965 | 3965 |
3966 @DomName('SVGNumber.value') | 3966 @DomName('SVGNumber.value') |
3967 @DocsEditable() | 3967 @DocsEditable() |
3968 num get value => blink.Native_SVGNumber_value_Getter(this); | 3968 num get value => _blink.Native_SVGNumber_value_Getter(this); |
3969 | 3969 |
3970 @DomName('SVGNumber.value') | 3970 @DomName('SVGNumber.value') |
3971 @DocsEditable() | 3971 @DocsEditable() |
3972 void set value(num value) => blink.Native_SVGNumber_value_Setter(this, value); | 3972 void set value(num value) => _blink.Native_SVGNumber_value_Setter(this, value)
; |
3973 | 3973 |
3974 } | 3974 } |
3975 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3975 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3976 // for details. All rights reserved. Use of this source code is governed by a | 3976 // for details. All rights reserved. Use of this source code is governed by a |
3977 // BSD-style license that can be found in the LICENSE file. | 3977 // BSD-style license that can be found in the LICENSE file. |
3978 | 3978 |
3979 // WARNING: Do not edit - generated code. | 3979 // WARNING: Do not edit - generated code. |
3980 | 3980 |
3981 | 3981 |
3982 @DocsEditable() | 3982 @DocsEditable() |
3983 @DomName('SVGNumberList') | 3983 @DomName('SVGNumberList') |
3984 @Unstable() | 3984 @Unstable() |
3985 class NumberList extends NativeFieldWrapperClass2 with ListMixin<Number>, Immuta
bleListMixin<Number> implements List<Number> { | 3985 class NumberList extends NativeFieldWrapperClass2 with ListMixin<Number>, Immuta
bleListMixin<Number> implements List<Number> { |
3986 // To suppress missing implicit constructor warnings. | 3986 // To suppress missing implicit constructor warnings. |
3987 factory NumberList._() { throw new UnsupportedError("Not supported"); } | 3987 factory NumberList._() { throw new UnsupportedError("Not supported"); } |
3988 | 3988 |
3989 @DomName('SVGNumberList.numberOfItems') | 3989 @DomName('SVGNumberList.numberOfItems') |
3990 @DocsEditable() | 3990 @DocsEditable() |
3991 int get numberOfItems => blink.Native_SVGNumberList_numberOfItems_Getter(this)
; | 3991 int get numberOfItems => _blink.Native_SVGNumberList_numberOfItems_Getter(this
); |
3992 | 3992 |
3993 Number operator[](int index) { | 3993 Number operator[](int index) { |
3994 if (index < 0 || index >= length) | 3994 if (index < 0 || index >= length) |
3995 throw new RangeError.range(index, 0, length); | 3995 throw new RangeError.range(index, 0, length); |
3996 return getItem(index); | 3996 return getItem(index); |
3997 } | 3997 } |
3998 | 3998 |
3999 void operator[]=(int index, Number value) { | 3999 void operator[]=(int index, Number value) { |
4000 throw new UnsupportedError("Cannot assign element of immutable List."); | 4000 throw new UnsupportedError("Cannot assign element of immutable List."); |
4001 } | 4001 } |
(...skipping 29 matching lines...) Expand all Loading... |
4031 } | 4031 } |
4032 if (len == 0) throw new StateError("No elements"); | 4032 if (len == 0) throw new StateError("No elements"); |
4033 throw new StateError("More than one element"); | 4033 throw new StateError("More than one element"); |
4034 } | 4034 } |
4035 | 4035 |
4036 Number elementAt(int index) => this[index]; | 4036 Number elementAt(int index) => this[index]; |
4037 // -- end List<Number> mixins. | 4037 // -- end List<Number> mixins. |
4038 | 4038 |
4039 @DomName('SVGNumberList.appendItem') | 4039 @DomName('SVGNumberList.appendItem') |
4040 @DocsEditable() | 4040 @DocsEditable() |
4041 Number appendItem(Number item) => blink.Native_SVGNumberList_appendItem_Callba
ck(this, item); | 4041 Number appendItem(Number item) => _blink.Native_SVGNumberList_appendItem_Callb
ack(this, item); |
4042 | 4042 |
4043 @DomName('SVGNumberList.clear') | 4043 @DomName('SVGNumberList.clear') |
4044 @DocsEditable() | 4044 @DocsEditable() |
4045 void clear() => blink.Native_SVGNumberList_clear_Callback(this); | 4045 void clear() => _blink.Native_SVGNumberList_clear_Callback(this); |
4046 | 4046 |
4047 @DomName('SVGNumberList.getItem') | 4047 @DomName('SVGNumberList.getItem') |
4048 @DocsEditable() | 4048 @DocsEditable() |
4049 Number getItem(int index) => blink.Native_SVGNumberList_getItem_Callback(this,
index); | 4049 Number getItem(int index) => _blink.Native_SVGNumberList_getItem_Callback(this
, index); |
4050 | 4050 |
4051 @DomName('SVGNumberList.initialize') | 4051 @DomName('SVGNumberList.initialize') |
4052 @DocsEditable() | 4052 @DocsEditable() |
4053 Number initialize(Number item) => blink.Native_SVGNumberList_initialize_Callba
ck(this, item); | 4053 Number initialize(Number item) => _blink.Native_SVGNumberList_initialize_Callb
ack(this, item); |
4054 | 4054 |
4055 @DomName('SVGNumberList.insertItemBefore') | 4055 @DomName('SVGNumberList.insertItemBefore') |
4056 @DocsEditable() | 4056 @DocsEditable() |
4057 Number insertItemBefore(Number item, int index) => blink.Native_SVGNumberList_
insertItemBefore_Callback(this, item, index); | 4057 Number insertItemBefore(Number item, int index) => _blink.Native_SVGNumberList
_insertItemBefore_Callback(this, item, index); |
4058 | 4058 |
4059 @DomName('SVGNumberList.removeItem') | 4059 @DomName('SVGNumberList.removeItem') |
4060 @DocsEditable() | 4060 @DocsEditable() |
4061 Number removeItem(int index) => blink.Native_SVGNumberList_removeItem_Callback
(this, index); | 4061 Number removeItem(int index) => _blink.Native_SVGNumberList_removeItem_Callbac
k(this, index); |
4062 | 4062 |
4063 @DomName('SVGNumberList.replaceItem') | 4063 @DomName('SVGNumberList.replaceItem') |
4064 @DocsEditable() | 4064 @DocsEditable() |
4065 Number replaceItem(Number item, int index) => blink.Native_SVGNumberList_repla
ceItem_Callback(this, item, index); | 4065 Number replaceItem(Number item, int index) => _blink.Native_SVGNumberList_repl
aceItem_Callback(this, item, index); |
4066 | 4066 |
4067 } | 4067 } |
4068 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4068 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4069 // for details. All rights reserved. Use of this source code is governed by a | 4069 // for details. All rights reserved. Use of this source code is governed by a |
4070 // BSD-style license that can be found in the LICENSE file. | 4070 // BSD-style license that can be found in the LICENSE file. |
4071 | 4071 |
4072 // WARNING: Do not edit - generated code. | 4072 // WARNING: Do not edit - generated code. |
4073 | 4073 |
4074 | 4074 |
4075 @DocsEditable() | 4075 @DocsEditable() |
4076 @DomName('SVGPathElement') | 4076 @DomName('SVGPathElement') |
4077 @Unstable() | 4077 @Unstable() |
4078 class PathElement extends GeometryElement { | 4078 class PathElement extends GeometryElement { |
4079 // To suppress missing implicit constructor warnings. | 4079 // To suppress missing implicit constructor warnings. |
4080 factory PathElement._() { throw new UnsupportedError("Not supported"); } | 4080 factory PathElement._() { throw new UnsupportedError("Not supported"); } |
4081 | 4081 |
4082 @DomName('SVGPathElement.SVGPathElement') | 4082 @DomName('SVGPathElement.SVGPathElement') |
4083 @DocsEditable() | 4083 @DocsEditable() |
4084 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 4084 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); |
4085 /** | 4085 /** |
4086 * Constructor instantiated by the DOM when a custom element has been created. | 4086 * Constructor instantiated by the DOM when a custom element has been created. |
4087 * | 4087 * |
4088 * This can only be called by subclasses from their created constructor. | 4088 * This can only be called by subclasses from their created constructor. |
4089 */ | 4089 */ |
4090 PathElement.created() : super.created(); | 4090 PathElement.created() : super.created(); |
4091 | 4091 |
4092 @DomName('SVGPathElement.animatedNormalizedPathSegList') | 4092 @DomName('SVGPathElement.animatedNormalizedPathSegList') |
4093 @DocsEditable() | 4093 @DocsEditable() |
4094 PathSegList get animatedNormalizedPathSegList => blink.Native_SVGPathElement_a
nimatedNormalizedPathSegList_Getter(this); | 4094 PathSegList get animatedNormalizedPathSegList => _blink.Native_SVGPathElement_
animatedNormalizedPathSegList_Getter(this); |
4095 | 4095 |
4096 @DomName('SVGPathElement.animatedPathSegList') | 4096 @DomName('SVGPathElement.animatedPathSegList') |
4097 @DocsEditable() | 4097 @DocsEditable() |
4098 PathSegList get animatedPathSegList => blink.Native_SVGPathElement_animatedPat
hSegList_Getter(this); | 4098 PathSegList get animatedPathSegList => _blink.Native_SVGPathElement_animatedPa
thSegList_Getter(this); |
4099 | 4099 |
4100 @DomName('SVGPathElement.normalizedPathSegList') | 4100 @DomName('SVGPathElement.normalizedPathSegList') |
4101 @DocsEditable() | 4101 @DocsEditable() |
4102 PathSegList get normalizedPathSegList => blink.Native_SVGPathElement_normalize
dPathSegList_Getter(this); | 4102 PathSegList get normalizedPathSegList => _blink.Native_SVGPathElement_normaliz
edPathSegList_Getter(this); |
4103 | 4103 |
4104 @DomName('SVGPathElement.pathLength') | 4104 @DomName('SVGPathElement.pathLength') |
4105 @DocsEditable() | 4105 @DocsEditable() |
4106 AnimatedNumber get pathLength => blink.Native_SVGPathElement_pathLength_Getter
(this); | 4106 AnimatedNumber get pathLength => _blink.Native_SVGPathElement_pathLength_Gette
r(this); |
4107 | 4107 |
4108 @DomName('SVGPathElement.pathSegList') | 4108 @DomName('SVGPathElement.pathSegList') |
4109 @DocsEditable() | 4109 @DocsEditable() |
4110 PathSegList get pathSegList => blink.Native_SVGPathElement_pathSegList_Getter(
this); | 4110 PathSegList get pathSegList => _blink.Native_SVGPathElement_pathSegList_Getter
(this); |
4111 | 4111 |
4112 @DomName('SVGPathElement.createSVGPathSegArcAbs') | 4112 @DomName('SVGPathElement.createSVGPathSegArcAbs') |
4113 @DocsEditable() | 4113 @DocsEditable() |
4114 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) => blink.Native_SVGPathElement_createSVGPathS
egArcAbs_Callback(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); | 4114 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) => _blink.Native_SVGPathElement_createSVGPath
SegArcAbs_Callback(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); |
4115 | 4115 |
4116 @DomName('SVGPathElement.createSVGPathSegArcRel') | 4116 @DomName('SVGPathElement.createSVGPathSegArcRel') |
4117 @DocsEditable() | 4117 @DocsEditable() |
4118 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) => blink.Native_SVGPathElement_createSVGPathS
egArcRel_Callback(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); | 4118 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) => _blink.Native_SVGPathElement_createSVGPath
SegArcRel_Callback(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); |
4119 | 4119 |
4120 @DomName('SVGPathElement.createSVGPathSegClosePath') | 4120 @DomName('SVGPathElement.createSVGPathSegClosePath') |
4121 @DocsEditable() | 4121 @DocsEditable() |
4122 PathSegClosePath createSvgPathSegClosePath() => blink.Native_SVGPathElement_cr
eateSVGPathSegClosePath_Callback(this); | 4122 PathSegClosePath createSvgPathSegClosePath() => _blink.Native_SVGPathElement_c
reateSVGPathSegClosePath_Callback(this); |
4123 | 4123 |
4124 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') | 4124 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') |
4125 @DocsEditable() | 4125 @DocsEditable() |
4126 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) => blink.Native_SVGPathElement_createSVGPathSegCurvetoCub
icAbs_Callback(this, x, y, x1, y1, x2, y2); | 4126 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) => _blink.Native_SVGPathElement_createSVGPathSegCurvetoCu
bicAbs_Callback(this, x, y, x1, y1, x2, y2); |
4127 | 4127 |
4128 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') | 4128 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') |
4129 @DocsEditable() | 4129 @DocsEditable() |
4130 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) => blink.Native_SVGPathElement_createSVGPathSegCurvetoCub
icRel_Callback(this, x, y, x1, y1, x2, y2); | 4130 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) => _blink.Native_SVGPathElement_createSVGPathSegCurvetoCu
bicRel_Callback(this, x, y, x1, y1, x2, y2); |
4131 | 4131 |
4132 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') | 4132 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') |
4133 @DocsEditable() | 4133 @DocsEditable() |
4134 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) => blink.Native_SVGPathElement_createSVGPathSegCurvetoCubicSm
oothAbs_Callback(this, x, y, x2, y2); | 4134 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) => _blink.Native_SVGPathElement_createSVGPathSegCurvetoCubicS
moothAbs_Callback(this, x, y, x2, y2); |
4135 | 4135 |
4136 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') | 4136 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') |
4137 @DocsEditable() | 4137 @DocsEditable() |
4138 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) => blink.Native_SVGPathElement_createSVGPathSegCurvetoCubicSm
oothRel_Callback(this, x, y, x2, y2); | 4138 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) => _blink.Native_SVGPathElement_createSVGPathSegCurvetoCubicS
moothRel_Callback(this, x, y, x2, y2); |
4139 | 4139 |
4140 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') | 4140 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') |
4141 @DocsEditable() | 4141 @DocsEditable() |
4142 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) => blink.Native_SVGPathElement_createSVGPathSegCurvetoQuadraticAb
s_Callback(this, x, y, x1, y1); | 4142 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) => _blink.Native_SVGPathElement_createSVGPathSegCurvetoQuadraticA
bs_Callback(this, x, y, x1, y1); |
4143 | 4143 |
4144 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') | 4144 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') |
4145 @DocsEditable() | 4145 @DocsEditable() |
4146 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) => blink.Native_SVGPathElement_createSVGPathSegCurvetoQuadraticRe
l_Callback(this, x, y, x1, y1); | 4146 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) => _blink.Native_SVGPathElement_createSVGPathSegCurvetoQuadraticR
el_Callback(this, x, y, x1, y1); |
4147 | 4147 |
4148 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') | 4148 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') |
4149 @DocsEditable() | 4149 @DocsEditable() |
4150 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) => blink.Native_SVGPathElement_createSVGPathSegCurvetoQuadraticSmooth
Abs_Callback(this, x, y); | 4150 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) => _blink.Native_SVGPathElement_createSVGPathSegCurvetoQuadraticSmoot
hAbs_Callback(this, x, y); |
4151 | 4151 |
4152 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') | 4152 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') |
4153 @DocsEditable() | 4153 @DocsEditable() |
4154 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) => blink.Native_SVGPathElement_createSVGPathSegCurvetoQuadraticSmooth
Rel_Callback(this, x, y); | 4154 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) => _blink.Native_SVGPathElement_createSVGPathSegCurvetoQuadraticSmoot
hRel_Callback(this, x, y); |
4155 | 4155 |
4156 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') | 4156 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') |
4157 @DocsEditable() | 4157 @DocsEditable() |
4158 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => blink.Native_SVGPa
thElement_createSVGPathSegLinetoAbs_Callback(this, x, y); | 4158 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => _blink.Native_SVGP
athElement_createSVGPathSegLinetoAbs_Callback(this, x, y); |
4159 | 4159 |
4160 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') | 4160 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') |
4161 @DocsEditable() | 4161 @DocsEditable() |
4162 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => blink
.Native_SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback(this, x); | 4162 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => _blin
k.Native_SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback(this, x); |
4163 | 4163 |
4164 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') | 4164 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') |
4165 @DocsEditable() | 4165 @DocsEditable() |
4166 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => blink
.Native_SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback(this, x); | 4166 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => _blin
k.Native_SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback(this, x); |
4167 | 4167 |
4168 @DomName('SVGPathElement.createSVGPathSegLinetoRel') | 4168 @DomName('SVGPathElement.createSVGPathSegLinetoRel') |
4169 @DocsEditable() | 4169 @DocsEditable() |
4170 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => blink.Native_SVGPa
thElement_createSVGPathSegLinetoRel_Callback(this, x, y); | 4170 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => _blink.Native_SVGP
athElement_createSVGPathSegLinetoRel_Callback(this, x, y); |
4171 | 4171 |
4172 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') | 4172 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') |
4173 @DocsEditable() | 4173 @DocsEditable() |
4174 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => blink.Nat
ive_SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback(this, y); | 4174 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => _blink.Na
tive_SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback(this, y); |
4175 | 4175 |
4176 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') | 4176 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') |
4177 @DocsEditable() | 4177 @DocsEditable() |
4178 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => blink.Nat
ive_SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback(this, y); | 4178 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => _blink.Na
tive_SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback(this, y); |
4179 | 4179 |
4180 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') | 4180 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') |
4181 @DocsEditable() | 4181 @DocsEditable() |
4182 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => blink.Native_SVGPa
thElement_createSVGPathSegMovetoAbs_Callback(this, x, y); | 4182 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => _blink.Native_SVGP
athElement_createSVGPathSegMovetoAbs_Callback(this, x, y); |
4183 | 4183 |
4184 @DomName('SVGPathElement.createSVGPathSegMovetoRel') | 4184 @DomName('SVGPathElement.createSVGPathSegMovetoRel') |
4185 @DocsEditable() | 4185 @DocsEditable() |
4186 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => blink.Native_SVGPa
thElement_createSVGPathSegMovetoRel_Callback(this, x, y); | 4186 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => _blink.Native_SVGP
athElement_createSVGPathSegMovetoRel_Callback(this, x, y); |
4187 | 4187 |
4188 @DomName('SVGPathElement.getPathSegAtLength') | 4188 @DomName('SVGPathElement.getPathSegAtLength') |
4189 @DocsEditable() | 4189 @DocsEditable() |
4190 int getPathSegAtLength(num distance) => blink.Native_SVGPathElement_getPathSeg
AtLength_Callback(this, distance); | 4190 int getPathSegAtLength(num distance) => _blink.Native_SVGPathElement_getPathSe
gAtLength_Callback(this, distance); |
4191 | 4191 |
4192 @DomName('SVGPathElement.getPointAtLength') | 4192 @DomName('SVGPathElement.getPointAtLength') |
4193 @DocsEditable() | 4193 @DocsEditable() |
4194 Point getPointAtLength(num distance) => blink.Native_SVGPathElement_getPointAt
Length_Callback(this, distance); | 4194 Point getPointAtLength(num distance) => _blink.Native_SVGPathElement_getPointA
tLength_Callback(this, distance); |
4195 | 4195 |
4196 @DomName('SVGPathElement.getTotalLength') | 4196 @DomName('SVGPathElement.getTotalLength') |
4197 @DocsEditable() | 4197 @DocsEditable() |
4198 double getTotalLength() => blink.Native_SVGPathElement_getTotalLength_Callback
(this); | 4198 double getTotalLength() => _blink.Native_SVGPathElement_getTotalLength_Callbac
k(this); |
4199 | 4199 |
4200 } | 4200 } |
4201 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4201 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4202 // for details. All rights reserved. Use of this source code is governed by a | 4202 // for details. All rights reserved. Use of this source code is governed by a |
4203 // BSD-style license that can be found in the LICENSE file. | 4203 // BSD-style license that can be found in the LICENSE file. |
4204 | 4204 |
4205 // WARNING: Do not edit - generated code. | 4205 // WARNING: Do not edit - generated code. |
4206 | 4206 |
4207 | 4207 |
4208 @DocsEditable() | 4208 @DocsEditable() |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4287 @DomName('SVGPathSeg.PATHSEG_MOVETO_REL') | 4287 @DomName('SVGPathSeg.PATHSEG_MOVETO_REL') |
4288 @DocsEditable() | 4288 @DocsEditable() |
4289 static const int PATHSEG_MOVETO_REL = 3; | 4289 static const int PATHSEG_MOVETO_REL = 3; |
4290 | 4290 |
4291 @DomName('SVGPathSeg.PATHSEG_UNKNOWN') | 4291 @DomName('SVGPathSeg.PATHSEG_UNKNOWN') |
4292 @DocsEditable() | 4292 @DocsEditable() |
4293 static const int PATHSEG_UNKNOWN = 0; | 4293 static const int PATHSEG_UNKNOWN = 0; |
4294 | 4294 |
4295 @DomName('SVGPathSeg.pathSegType') | 4295 @DomName('SVGPathSeg.pathSegType') |
4296 @DocsEditable() | 4296 @DocsEditable() |
4297 int get pathSegType => blink.Native_SVGPathSeg_pathSegType_Getter(this); | 4297 int get pathSegType => _blink.Native_SVGPathSeg_pathSegType_Getter(this); |
4298 | 4298 |
4299 @DomName('SVGPathSeg.pathSegTypeAsLetter') | 4299 @DomName('SVGPathSeg.pathSegTypeAsLetter') |
4300 @DocsEditable() | 4300 @DocsEditable() |
4301 String get pathSegTypeAsLetter => blink.Native_SVGPathSeg_pathSegTypeAsLetter_
Getter(this); | 4301 String get pathSegTypeAsLetter => _blink.Native_SVGPathSeg_pathSegTypeAsLetter
_Getter(this); |
4302 | 4302 |
4303 } | 4303 } |
4304 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4304 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4305 // for details. All rights reserved. Use of this source code is governed by a | 4305 // for details. All rights reserved. Use of this source code is governed by a |
4306 // BSD-style license that can be found in the LICENSE file. | 4306 // BSD-style license that can be found in the LICENSE file. |
4307 | 4307 |
4308 // WARNING: Do not edit - generated code. | 4308 // WARNING: Do not edit - generated code. |
4309 | 4309 |
4310 | 4310 |
4311 @DocsEditable() | 4311 @DocsEditable() |
4312 @DomName('SVGPathSegArcAbs') | 4312 @DomName('SVGPathSegArcAbs') |
4313 @Unstable() | 4313 @Unstable() |
4314 class PathSegArcAbs extends PathSeg { | 4314 class PathSegArcAbs extends PathSeg { |
4315 // To suppress missing implicit constructor warnings. | 4315 // To suppress missing implicit constructor warnings. |
4316 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } | 4316 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } |
4317 | 4317 |
4318 @DomName('SVGPathSegArcAbs.angle') | 4318 @DomName('SVGPathSegArcAbs.angle') |
4319 @DocsEditable() | 4319 @DocsEditable() |
4320 num get angle => blink.Native_SVGPathSegArcAbs_angle_Getter(this); | 4320 num get angle => _blink.Native_SVGPathSegArcAbs_angle_Getter(this); |
4321 | 4321 |
4322 @DomName('SVGPathSegArcAbs.angle') | 4322 @DomName('SVGPathSegArcAbs.angle') |
4323 @DocsEditable() | 4323 @DocsEditable() |
4324 void set angle(num value) => blink.Native_SVGPathSegArcAbs_angle_Setter(this,
value); | 4324 void set angle(num value) => _blink.Native_SVGPathSegArcAbs_angle_Setter(this,
value); |
4325 | 4325 |
4326 @DomName('SVGPathSegArcAbs.largeArcFlag') | 4326 @DomName('SVGPathSegArcAbs.largeArcFlag') |
4327 @DocsEditable() | 4327 @DocsEditable() |
4328 bool get largeArcFlag => blink.Native_SVGPathSegArcAbs_largeArcFlag_Getter(thi
s); | 4328 bool get largeArcFlag => _blink.Native_SVGPathSegArcAbs_largeArcFlag_Getter(th
is); |
4329 | 4329 |
4330 @DomName('SVGPathSegArcAbs.largeArcFlag') | 4330 @DomName('SVGPathSegArcAbs.largeArcFlag') |
4331 @DocsEditable() | 4331 @DocsEditable() |
4332 void set largeArcFlag(bool value) => blink.Native_SVGPathSegArcAbs_largeArcFla
g_Setter(this, value); | 4332 void set largeArcFlag(bool value) => _blink.Native_SVGPathSegArcAbs_largeArcFl
ag_Setter(this, value); |
4333 | 4333 |
4334 @DomName('SVGPathSegArcAbs.r1') | 4334 @DomName('SVGPathSegArcAbs.r1') |
4335 @DocsEditable() | 4335 @DocsEditable() |
4336 num get r1 => blink.Native_SVGPathSegArcAbs_r1_Getter(this); | 4336 num get r1 => _blink.Native_SVGPathSegArcAbs_r1_Getter(this); |
4337 | 4337 |
4338 @DomName('SVGPathSegArcAbs.r1') | 4338 @DomName('SVGPathSegArcAbs.r1') |
4339 @DocsEditable() | 4339 @DocsEditable() |
4340 void set r1(num value) => blink.Native_SVGPathSegArcAbs_r1_Setter(this, value)
; | 4340 void set r1(num value) => _blink.Native_SVGPathSegArcAbs_r1_Setter(this, value
); |
4341 | 4341 |
4342 @DomName('SVGPathSegArcAbs.r2') | 4342 @DomName('SVGPathSegArcAbs.r2') |
4343 @DocsEditable() | 4343 @DocsEditable() |
4344 num get r2 => blink.Native_SVGPathSegArcAbs_r2_Getter(this); | 4344 num get r2 => _blink.Native_SVGPathSegArcAbs_r2_Getter(this); |
4345 | 4345 |
4346 @DomName('SVGPathSegArcAbs.r2') | 4346 @DomName('SVGPathSegArcAbs.r2') |
4347 @DocsEditable() | 4347 @DocsEditable() |
4348 void set r2(num value) => blink.Native_SVGPathSegArcAbs_r2_Setter(this, value)
; | 4348 void set r2(num value) => _blink.Native_SVGPathSegArcAbs_r2_Setter(this, value
); |
4349 | 4349 |
4350 @DomName('SVGPathSegArcAbs.sweepFlag') | 4350 @DomName('SVGPathSegArcAbs.sweepFlag') |
4351 @DocsEditable() | 4351 @DocsEditable() |
4352 bool get sweepFlag => blink.Native_SVGPathSegArcAbs_sweepFlag_Getter(this); | 4352 bool get sweepFlag => _blink.Native_SVGPathSegArcAbs_sweepFlag_Getter(this); |
4353 | 4353 |
4354 @DomName('SVGPathSegArcAbs.sweepFlag') | 4354 @DomName('SVGPathSegArcAbs.sweepFlag') |
4355 @DocsEditable() | 4355 @DocsEditable() |
4356 void set sweepFlag(bool value) => blink.Native_SVGPathSegArcAbs_sweepFlag_Sett
er(this, value); | 4356 void set sweepFlag(bool value) => _blink.Native_SVGPathSegArcAbs_sweepFlag_Set
ter(this, value); |
4357 | 4357 |
4358 @DomName('SVGPathSegArcAbs.x') | 4358 @DomName('SVGPathSegArcAbs.x') |
4359 @DocsEditable() | 4359 @DocsEditable() |
4360 num get x => blink.Native_SVGPathSegArcAbs_x_Getter(this); | 4360 num get x => _blink.Native_SVGPathSegArcAbs_x_Getter(this); |
4361 | 4361 |
4362 @DomName('SVGPathSegArcAbs.x') | 4362 @DomName('SVGPathSegArcAbs.x') |
4363 @DocsEditable() | 4363 @DocsEditable() |
4364 void set x(num value) => blink.Native_SVGPathSegArcAbs_x_Setter(this, value); | 4364 void set x(num value) => _blink.Native_SVGPathSegArcAbs_x_Setter(this, value); |
4365 | 4365 |
4366 @DomName('SVGPathSegArcAbs.y') | 4366 @DomName('SVGPathSegArcAbs.y') |
4367 @DocsEditable() | 4367 @DocsEditable() |
4368 num get y => blink.Native_SVGPathSegArcAbs_y_Getter(this); | 4368 num get y => _blink.Native_SVGPathSegArcAbs_y_Getter(this); |
4369 | 4369 |
4370 @DomName('SVGPathSegArcAbs.y') | 4370 @DomName('SVGPathSegArcAbs.y') |
4371 @DocsEditable() | 4371 @DocsEditable() |
4372 void set y(num value) => blink.Native_SVGPathSegArcAbs_y_Setter(this, value); | 4372 void set y(num value) => _blink.Native_SVGPathSegArcAbs_y_Setter(this, value); |
4373 | 4373 |
4374 } | 4374 } |
4375 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4375 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4376 // for details. All rights reserved. Use of this source code is governed by a | 4376 // for details. All rights reserved. Use of this source code is governed by a |
4377 // BSD-style license that can be found in the LICENSE file. | 4377 // BSD-style license that can be found in the LICENSE file. |
4378 | 4378 |
4379 // WARNING: Do not edit - generated code. | 4379 // WARNING: Do not edit - generated code. |
4380 | 4380 |
4381 | 4381 |
4382 @DocsEditable() | 4382 @DocsEditable() |
4383 @DomName('SVGPathSegArcRel') | 4383 @DomName('SVGPathSegArcRel') |
4384 @Unstable() | 4384 @Unstable() |
4385 class PathSegArcRel extends PathSeg { | 4385 class PathSegArcRel extends PathSeg { |
4386 // To suppress missing implicit constructor warnings. | 4386 // To suppress missing implicit constructor warnings. |
4387 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } | 4387 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } |
4388 | 4388 |
4389 @DomName('SVGPathSegArcRel.angle') | 4389 @DomName('SVGPathSegArcRel.angle') |
4390 @DocsEditable() | 4390 @DocsEditable() |
4391 num get angle => blink.Native_SVGPathSegArcRel_angle_Getter(this); | 4391 num get angle => _blink.Native_SVGPathSegArcRel_angle_Getter(this); |
4392 | 4392 |
4393 @DomName('SVGPathSegArcRel.angle') | 4393 @DomName('SVGPathSegArcRel.angle') |
4394 @DocsEditable() | 4394 @DocsEditable() |
4395 void set angle(num value) => blink.Native_SVGPathSegArcRel_angle_Setter(this,
value); | 4395 void set angle(num value) => _blink.Native_SVGPathSegArcRel_angle_Setter(this,
value); |
4396 | 4396 |
4397 @DomName('SVGPathSegArcRel.largeArcFlag') | 4397 @DomName('SVGPathSegArcRel.largeArcFlag') |
4398 @DocsEditable() | 4398 @DocsEditable() |
4399 bool get largeArcFlag => blink.Native_SVGPathSegArcRel_largeArcFlag_Getter(thi
s); | 4399 bool get largeArcFlag => _blink.Native_SVGPathSegArcRel_largeArcFlag_Getter(th
is); |
4400 | 4400 |
4401 @DomName('SVGPathSegArcRel.largeArcFlag') | 4401 @DomName('SVGPathSegArcRel.largeArcFlag') |
4402 @DocsEditable() | 4402 @DocsEditable() |
4403 void set largeArcFlag(bool value) => blink.Native_SVGPathSegArcRel_largeArcFla
g_Setter(this, value); | 4403 void set largeArcFlag(bool value) => _blink.Native_SVGPathSegArcRel_largeArcFl
ag_Setter(this, value); |
4404 | 4404 |
4405 @DomName('SVGPathSegArcRel.r1') | 4405 @DomName('SVGPathSegArcRel.r1') |
4406 @DocsEditable() | 4406 @DocsEditable() |
4407 num get r1 => blink.Native_SVGPathSegArcRel_r1_Getter(this); | 4407 num get r1 => _blink.Native_SVGPathSegArcRel_r1_Getter(this); |
4408 | 4408 |
4409 @DomName('SVGPathSegArcRel.r1') | 4409 @DomName('SVGPathSegArcRel.r1') |
4410 @DocsEditable() | 4410 @DocsEditable() |
4411 void set r1(num value) => blink.Native_SVGPathSegArcRel_r1_Setter(this, value)
; | 4411 void set r1(num value) => _blink.Native_SVGPathSegArcRel_r1_Setter(this, value
); |
4412 | 4412 |
4413 @DomName('SVGPathSegArcRel.r2') | 4413 @DomName('SVGPathSegArcRel.r2') |
4414 @DocsEditable() | 4414 @DocsEditable() |
4415 num get r2 => blink.Native_SVGPathSegArcRel_r2_Getter(this); | 4415 num get r2 => _blink.Native_SVGPathSegArcRel_r2_Getter(this); |
4416 | 4416 |
4417 @DomName('SVGPathSegArcRel.r2') | 4417 @DomName('SVGPathSegArcRel.r2') |
4418 @DocsEditable() | 4418 @DocsEditable() |
4419 void set r2(num value) => blink.Native_SVGPathSegArcRel_r2_Setter(this, value)
; | 4419 void set r2(num value) => _blink.Native_SVGPathSegArcRel_r2_Setter(this, value
); |
4420 | 4420 |
4421 @DomName('SVGPathSegArcRel.sweepFlag') | 4421 @DomName('SVGPathSegArcRel.sweepFlag') |
4422 @DocsEditable() | 4422 @DocsEditable() |
4423 bool get sweepFlag => blink.Native_SVGPathSegArcRel_sweepFlag_Getter(this); | 4423 bool get sweepFlag => _blink.Native_SVGPathSegArcRel_sweepFlag_Getter(this); |
4424 | 4424 |
4425 @DomName('SVGPathSegArcRel.sweepFlag') | 4425 @DomName('SVGPathSegArcRel.sweepFlag') |
4426 @DocsEditable() | 4426 @DocsEditable() |
4427 void set sweepFlag(bool value) => blink.Native_SVGPathSegArcRel_sweepFlag_Sett
er(this, value); | 4427 void set sweepFlag(bool value) => _blink.Native_SVGPathSegArcRel_sweepFlag_Set
ter(this, value); |
4428 | 4428 |
4429 @DomName('SVGPathSegArcRel.x') | 4429 @DomName('SVGPathSegArcRel.x') |
4430 @DocsEditable() | 4430 @DocsEditable() |
4431 num get x => blink.Native_SVGPathSegArcRel_x_Getter(this); | 4431 num get x => _blink.Native_SVGPathSegArcRel_x_Getter(this); |
4432 | 4432 |
4433 @DomName('SVGPathSegArcRel.x') | 4433 @DomName('SVGPathSegArcRel.x') |
4434 @DocsEditable() | 4434 @DocsEditable() |
4435 void set x(num value) => blink.Native_SVGPathSegArcRel_x_Setter(this, value); | 4435 void set x(num value) => _blink.Native_SVGPathSegArcRel_x_Setter(this, value); |
4436 | 4436 |
4437 @DomName('SVGPathSegArcRel.y') | 4437 @DomName('SVGPathSegArcRel.y') |
4438 @DocsEditable() | 4438 @DocsEditable() |
4439 num get y => blink.Native_SVGPathSegArcRel_y_Getter(this); | 4439 num get y => _blink.Native_SVGPathSegArcRel_y_Getter(this); |
4440 | 4440 |
4441 @DomName('SVGPathSegArcRel.y') | 4441 @DomName('SVGPathSegArcRel.y') |
4442 @DocsEditable() | 4442 @DocsEditable() |
4443 void set y(num value) => blink.Native_SVGPathSegArcRel_y_Setter(this, value); | 4443 void set y(num value) => _blink.Native_SVGPathSegArcRel_y_Setter(this, value); |
4444 | 4444 |
4445 } | 4445 } |
4446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4447 // for details. All rights reserved. Use of this source code is governed by a | 4447 // for details. All rights reserved. Use of this source code is governed by a |
4448 // BSD-style license that can be found in the LICENSE file. | 4448 // BSD-style license that can be found in the LICENSE file. |
4449 | 4449 |
4450 // WARNING: Do not edit - generated code. | 4450 // WARNING: Do not edit - generated code. |
4451 | 4451 |
4452 | 4452 |
4453 @DocsEditable() | 4453 @DocsEditable() |
(...skipping 13 matching lines...) Expand all Loading... |
4467 | 4467 |
4468 @DocsEditable() | 4468 @DocsEditable() |
4469 @DomName('SVGPathSegCurvetoCubicAbs') | 4469 @DomName('SVGPathSegCurvetoCubicAbs') |
4470 @Unstable() | 4470 @Unstable() |
4471 class PathSegCurvetoCubicAbs extends PathSeg { | 4471 class PathSegCurvetoCubicAbs extends PathSeg { |
4472 // To suppress missing implicit constructor warnings. | 4472 // To suppress missing implicit constructor warnings. |
4473 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported
"); } | 4473 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported
"); } |
4474 | 4474 |
4475 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4475 @DomName('SVGPathSegCurvetoCubicAbs.x') |
4476 @DocsEditable() | 4476 @DocsEditable() |
4477 num get x => blink.Native_SVGPathSegCurvetoCubicAbs_x_Getter(this); | 4477 num get x => _blink.Native_SVGPathSegCurvetoCubicAbs_x_Getter(this); |
4478 | 4478 |
4479 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4479 @DomName('SVGPathSegCurvetoCubicAbs.x') |
4480 @DocsEditable() | 4480 @DocsEditable() |
4481 void set x(num value) => blink.Native_SVGPathSegCurvetoCubicAbs_x_Setter(this,
value); | 4481 void set x(num value) => _blink.Native_SVGPathSegCurvetoCubicAbs_x_Setter(this
, value); |
4482 | 4482 |
4483 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 4483 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
4484 @DocsEditable() | 4484 @DocsEditable() |
4485 num get x1 => blink.Native_SVGPathSegCurvetoCubicAbs_x1_Getter(this); | 4485 num get x1 => _blink.Native_SVGPathSegCurvetoCubicAbs_x1_Getter(this); |
4486 | 4486 |
4487 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 4487 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
4488 @DocsEditable() | 4488 @DocsEditable() |
4489 void set x1(num value) => blink.Native_SVGPathSegCurvetoCubicAbs_x1_Setter(thi
s, value); | 4489 void set x1(num value) => _blink.Native_SVGPathSegCurvetoCubicAbs_x1_Setter(th
is, value); |
4490 | 4490 |
4491 @DomName('SVGPathSegCurvetoCubicAbs.x2') | 4491 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
4492 @DocsEditable() | 4492 @DocsEditable() |
4493 num get x2 => blink.Native_SVGPathSegCurvetoCubicAbs_x2_Getter(this); | 4493 num get x2 => _blink.Native_SVGPathSegCurvetoCubicAbs_x2_Getter(this); |
4494 | 4494 |
4495 @DomName('SVGPathSegCurvetoCubicAbs.x2') | 4495 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
4496 @DocsEditable() | 4496 @DocsEditable() |
4497 void set x2(num value) => blink.Native_SVGPathSegCurvetoCubicAbs_x2_Setter(thi
s, value); | 4497 void set x2(num value) => _blink.Native_SVGPathSegCurvetoCubicAbs_x2_Setter(th
is, value); |
4498 | 4498 |
4499 @DomName('SVGPathSegCurvetoCubicAbs.y') | 4499 @DomName('SVGPathSegCurvetoCubicAbs.y') |
4500 @DocsEditable() | 4500 @DocsEditable() |
4501 num get y => blink.Native_SVGPathSegCurvetoCubicAbs_y_Getter(this); | 4501 num get y => _blink.Native_SVGPathSegCurvetoCubicAbs_y_Getter(this); |
4502 | 4502 |
4503 @DomName('SVGPathSegCurvetoCubicAbs.y') | 4503 @DomName('SVGPathSegCurvetoCubicAbs.y') |
4504 @DocsEditable() | 4504 @DocsEditable() |
4505 void set y(num value) => blink.Native_SVGPathSegCurvetoCubicAbs_y_Setter(this,
value); | 4505 void set y(num value) => _blink.Native_SVGPathSegCurvetoCubicAbs_y_Setter(this
, value); |
4506 | 4506 |
4507 @DomName('SVGPathSegCurvetoCubicAbs.y1') | 4507 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
4508 @DocsEditable() | 4508 @DocsEditable() |
4509 num get y1 => blink.Native_SVGPathSegCurvetoCubicAbs_y1_Getter(this); | 4509 num get y1 => _blink.Native_SVGPathSegCurvetoCubicAbs_y1_Getter(this); |
4510 | 4510 |
4511 @DomName('SVGPathSegCurvetoCubicAbs.y1') | 4511 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
4512 @DocsEditable() | 4512 @DocsEditable() |
4513 void set y1(num value) => blink.Native_SVGPathSegCurvetoCubicAbs_y1_Setter(thi
s, value); | 4513 void set y1(num value) => _blink.Native_SVGPathSegCurvetoCubicAbs_y1_Setter(th
is, value); |
4514 | 4514 |
4515 @DomName('SVGPathSegCurvetoCubicAbs.y2') | 4515 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
4516 @DocsEditable() | 4516 @DocsEditable() |
4517 num get y2 => blink.Native_SVGPathSegCurvetoCubicAbs_y2_Getter(this); | 4517 num get y2 => _blink.Native_SVGPathSegCurvetoCubicAbs_y2_Getter(this); |
4518 | 4518 |
4519 @DomName('SVGPathSegCurvetoCubicAbs.y2') | 4519 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
4520 @DocsEditable() | 4520 @DocsEditable() |
4521 void set y2(num value) => blink.Native_SVGPathSegCurvetoCubicAbs_y2_Setter(thi
s, value); | 4521 void set y2(num value) => _blink.Native_SVGPathSegCurvetoCubicAbs_y2_Setter(th
is, value); |
4522 | 4522 |
4523 } | 4523 } |
4524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4525 // for details. All rights reserved. Use of this source code is governed by a | 4525 // for details. All rights reserved. Use of this source code is governed by a |
4526 // BSD-style license that can be found in the LICENSE file. | 4526 // BSD-style license that can be found in the LICENSE file. |
4527 | 4527 |
4528 // WARNING: Do not edit - generated code. | 4528 // WARNING: Do not edit - generated code. |
4529 | 4529 |
4530 | 4530 |
4531 @DocsEditable() | 4531 @DocsEditable() |
4532 @DomName('SVGPathSegCurvetoCubicRel') | 4532 @DomName('SVGPathSegCurvetoCubicRel') |
4533 @Unstable() | 4533 @Unstable() |
4534 class PathSegCurvetoCubicRel extends PathSeg { | 4534 class PathSegCurvetoCubicRel extends PathSeg { |
4535 // To suppress missing implicit constructor warnings. | 4535 // To suppress missing implicit constructor warnings. |
4536 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported
"); } | 4536 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported
"); } |
4537 | 4537 |
4538 @DomName('SVGPathSegCurvetoCubicRel.x') | 4538 @DomName('SVGPathSegCurvetoCubicRel.x') |
4539 @DocsEditable() | 4539 @DocsEditable() |
4540 num get x => blink.Native_SVGPathSegCurvetoCubicRel_x_Getter(this); | 4540 num get x => _blink.Native_SVGPathSegCurvetoCubicRel_x_Getter(this); |
4541 | 4541 |
4542 @DomName('SVGPathSegCurvetoCubicRel.x') | 4542 @DomName('SVGPathSegCurvetoCubicRel.x') |
4543 @DocsEditable() | 4543 @DocsEditable() |
4544 void set x(num value) => blink.Native_SVGPathSegCurvetoCubicRel_x_Setter(this,
value); | 4544 void set x(num value) => _blink.Native_SVGPathSegCurvetoCubicRel_x_Setter(this
, value); |
4545 | 4545 |
4546 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4546 @DomName('SVGPathSegCurvetoCubicRel.x1') |
4547 @DocsEditable() | 4547 @DocsEditable() |
4548 num get x1 => blink.Native_SVGPathSegCurvetoCubicRel_x1_Getter(this); | 4548 num get x1 => _blink.Native_SVGPathSegCurvetoCubicRel_x1_Getter(this); |
4549 | 4549 |
4550 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4550 @DomName('SVGPathSegCurvetoCubicRel.x1') |
4551 @DocsEditable() | 4551 @DocsEditable() |
4552 void set x1(num value) => blink.Native_SVGPathSegCurvetoCubicRel_x1_Setter(thi
s, value); | 4552 void set x1(num value) => _blink.Native_SVGPathSegCurvetoCubicRel_x1_Setter(th
is, value); |
4553 | 4553 |
4554 @DomName('SVGPathSegCurvetoCubicRel.x2') | 4554 @DomName('SVGPathSegCurvetoCubicRel.x2') |
4555 @DocsEditable() | 4555 @DocsEditable() |
4556 num get x2 => blink.Native_SVGPathSegCurvetoCubicRel_x2_Getter(this); | 4556 num get x2 => _blink.Native_SVGPathSegCurvetoCubicRel_x2_Getter(this); |
4557 | 4557 |
4558 @DomName('SVGPathSegCurvetoCubicRel.x2') | 4558 @DomName('SVGPathSegCurvetoCubicRel.x2') |
4559 @DocsEditable() | 4559 @DocsEditable() |
4560 void set x2(num value) => blink.Native_SVGPathSegCurvetoCubicRel_x2_Setter(thi
s, value); | 4560 void set x2(num value) => _blink.Native_SVGPathSegCurvetoCubicRel_x2_Setter(th
is, value); |
4561 | 4561 |
4562 @DomName('SVGPathSegCurvetoCubicRel.y') | 4562 @DomName('SVGPathSegCurvetoCubicRel.y') |
4563 @DocsEditable() | 4563 @DocsEditable() |
4564 num get y => blink.Native_SVGPathSegCurvetoCubicRel_y_Getter(this); | 4564 num get y => _blink.Native_SVGPathSegCurvetoCubicRel_y_Getter(this); |
4565 | 4565 |
4566 @DomName('SVGPathSegCurvetoCubicRel.y') | 4566 @DomName('SVGPathSegCurvetoCubicRel.y') |
4567 @DocsEditable() | 4567 @DocsEditable() |
4568 void set y(num value) => blink.Native_SVGPathSegCurvetoCubicRel_y_Setter(this,
value); | 4568 void set y(num value) => _blink.Native_SVGPathSegCurvetoCubicRel_y_Setter(this
, value); |
4569 | 4569 |
4570 @DomName('SVGPathSegCurvetoCubicRel.y1') | 4570 @DomName('SVGPathSegCurvetoCubicRel.y1') |
4571 @DocsEditable() | 4571 @DocsEditable() |
4572 num get y1 => blink.Native_SVGPathSegCurvetoCubicRel_y1_Getter(this); | 4572 num get y1 => _blink.Native_SVGPathSegCurvetoCubicRel_y1_Getter(this); |
4573 | 4573 |
4574 @DomName('SVGPathSegCurvetoCubicRel.y1') | 4574 @DomName('SVGPathSegCurvetoCubicRel.y1') |
4575 @DocsEditable() | 4575 @DocsEditable() |
4576 void set y1(num value) => blink.Native_SVGPathSegCurvetoCubicRel_y1_Setter(thi
s, value); | 4576 void set y1(num value) => _blink.Native_SVGPathSegCurvetoCubicRel_y1_Setter(th
is, value); |
4577 | 4577 |
4578 @DomName('SVGPathSegCurvetoCubicRel.y2') | 4578 @DomName('SVGPathSegCurvetoCubicRel.y2') |
4579 @DocsEditable() | 4579 @DocsEditable() |
4580 num get y2 => blink.Native_SVGPathSegCurvetoCubicRel_y2_Getter(this); | 4580 num get y2 => _blink.Native_SVGPathSegCurvetoCubicRel_y2_Getter(this); |
4581 | 4581 |
4582 @DomName('SVGPathSegCurvetoCubicRel.y2') | 4582 @DomName('SVGPathSegCurvetoCubicRel.y2') |
4583 @DocsEditable() | 4583 @DocsEditable() |
4584 void set y2(num value) => blink.Native_SVGPathSegCurvetoCubicRel_y2_Setter(thi
s, value); | 4584 void set y2(num value) => _blink.Native_SVGPathSegCurvetoCubicRel_y2_Setter(th
is, value); |
4585 | 4585 |
4586 } | 4586 } |
4587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4588 // for details. All rights reserved. Use of this source code is governed by a | 4588 // for details. All rights reserved. Use of this source code is governed by a |
4589 // BSD-style license that can be found in the LICENSE file. | 4589 // BSD-style license that can be found in the LICENSE file. |
4590 | 4590 |
4591 // WARNING: Do not edit - generated code. | 4591 // WARNING: Do not edit - generated code. |
4592 | 4592 |
4593 | 4593 |
4594 @DocsEditable() | 4594 @DocsEditable() |
4595 @DomName('SVGPathSegCurvetoCubicSmoothAbs') | 4595 @DomName('SVGPathSegCurvetoCubicSmoothAbs') |
4596 @Unstable() | 4596 @Unstable() |
4597 class PathSegCurvetoCubicSmoothAbs extends PathSeg { | 4597 class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
4598 // To suppress missing implicit constructor warnings. | 4598 // To suppress missing implicit constructor warnings. |
4599 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup
ported"); } | 4599 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup
ported"); } |
4600 | 4600 |
4601 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4601 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
4602 @DocsEditable() | 4602 @DocsEditable() |
4603 num get x => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_x_Getter(this); | 4603 num get x => _blink.Native_SVGPathSegCurvetoCubicSmoothAbs_x_Getter(this); |
4604 | 4604 |
4605 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4605 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
4606 @DocsEditable() | 4606 @DocsEditable() |
4607 void set x(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_x_Setter
(this, value); | 4607 void set x(num value) => _blink.Native_SVGPathSegCurvetoCubicSmoothAbs_x_Sette
r(this, value); |
4608 | 4608 |
4609 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4609 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
4610 @DocsEditable() | 4610 @DocsEditable() |
4611 num get x2 => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_x2_Getter(this); | 4611 num get x2 => _blink.Native_SVGPathSegCurvetoCubicSmoothAbs_x2_Getter(this); |
4612 | 4612 |
4613 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4613 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
4614 @DocsEditable() | 4614 @DocsEditable() |
4615 void set x2(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_x2_Sett
er(this, value); | 4615 void set x2(num value) => _blink.Native_SVGPathSegCurvetoCubicSmoothAbs_x2_Set
ter(this, value); |
4616 | 4616 |
4617 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') | 4617 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
4618 @DocsEditable() | 4618 @DocsEditable() |
4619 num get y => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_y_Getter(this); | 4619 num get y => _blink.Native_SVGPathSegCurvetoCubicSmoothAbs_y_Getter(this); |
4620 | 4620 |
4621 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') | 4621 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
4622 @DocsEditable() | 4622 @DocsEditable() |
4623 void set y(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_y_Setter
(this, value); | 4623 void set y(num value) => _blink.Native_SVGPathSegCurvetoCubicSmoothAbs_y_Sette
r(this, value); |
4624 | 4624 |
4625 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') | 4625 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
4626 @DocsEditable() | 4626 @DocsEditable() |
4627 num get y2 => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_y2_Getter(this); | 4627 num get y2 => _blink.Native_SVGPathSegCurvetoCubicSmoothAbs_y2_Getter(this); |
4628 | 4628 |
4629 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') | 4629 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
4630 @DocsEditable() | 4630 @DocsEditable() |
4631 void set y2(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothAbs_y2_Sett
er(this, value); | 4631 void set y2(num value) => _blink.Native_SVGPathSegCurvetoCubicSmoothAbs_y2_Set
ter(this, value); |
4632 | 4632 |
4633 } | 4633 } |
4634 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4634 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4635 // for details. All rights reserved. Use of this source code is governed by a | 4635 // for details. All rights reserved. Use of this source code is governed by a |
4636 // BSD-style license that can be found in the LICENSE file. | 4636 // BSD-style license that can be found in the LICENSE file. |
4637 | 4637 |
4638 // WARNING: Do not edit - generated code. | 4638 // WARNING: Do not edit - generated code. |
4639 | 4639 |
4640 | 4640 |
4641 @DocsEditable() | 4641 @DocsEditable() |
4642 @DomName('SVGPathSegCurvetoCubicSmoothRel') | 4642 @DomName('SVGPathSegCurvetoCubicSmoothRel') |
4643 @Unstable() | 4643 @Unstable() |
4644 class PathSegCurvetoCubicSmoothRel extends PathSeg { | 4644 class PathSegCurvetoCubicSmoothRel extends PathSeg { |
4645 // To suppress missing implicit constructor warnings. | 4645 // To suppress missing implicit constructor warnings. |
4646 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup
ported"); } | 4646 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup
ported"); } |
4647 | 4647 |
4648 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4648 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
4649 @DocsEditable() | 4649 @DocsEditable() |
4650 num get x => blink.Native_SVGPathSegCurvetoCubicSmoothRel_x_Getter(this); | 4650 num get x => _blink.Native_SVGPathSegCurvetoCubicSmoothRel_x_Getter(this); |
4651 | 4651 |
4652 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4652 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
4653 @DocsEditable() | 4653 @DocsEditable() |
4654 void set x(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothRel_x_Setter
(this, value); | 4654 void set x(num value) => _blink.Native_SVGPathSegCurvetoCubicSmoothRel_x_Sette
r(this, value); |
4655 | 4655 |
4656 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 4656 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
4657 @DocsEditable() | 4657 @DocsEditable() |
4658 num get x2 => blink.Native_SVGPathSegCurvetoCubicSmoothRel_x2_Getter(this); | 4658 num get x2 => _blink.Native_SVGPathSegCurvetoCubicSmoothRel_x2_Getter(this); |
4659 | 4659 |
4660 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 4660 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
4661 @DocsEditable() | 4661 @DocsEditable() |
4662 void set x2(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothRel_x2_Sett
er(this, value); | 4662 void set x2(num value) => _blink.Native_SVGPathSegCurvetoCubicSmoothRel_x2_Set
ter(this, value); |
4663 | 4663 |
4664 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') | 4664 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
4665 @DocsEditable() | 4665 @DocsEditable() |
4666 num get y => blink.Native_SVGPathSegCurvetoCubicSmoothRel_y_Getter(this); | 4666 num get y => _blink.Native_SVGPathSegCurvetoCubicSmoothRel_y_Getter(this); |
4667 | 4667 |
4668 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') | 4668 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
4669 @DocsEditable() | 4669 @DocsEditable() |
4670 void set y(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothRel_y_Setter
(this, value); | 4670 void set y(num value) => _blink.Native_SVGPathSegCurvetoCubicSmoothRel_y_Sette
r(this, value); |
4671 | 4671 |
4672 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') | 4672 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
4673 @DocsEditable() | 4673 @DocsEditable() |
4674 num get y2 => blink.Native_SVGPathSegCurvetoCubicSmoothRel_y2_Getter(this); | 4674 num get y2 => _blink.Native_SVGPathSegCurvetoCubicSmoothRel_y2_Getter(this); |
4675 | 4675 |
4676 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') | 4676 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
4677 @DocsEditable() | 4677 @DocsEditable() |
4678 void set y2(num value) => blink.Native_SVGPathSegCurvetoCubicSmoothRel_y2_Sett
er(this, value); | 4678 void set y2(num value) => _blink.Native_SVGPathSegCurvetoCubicSmoothRel_y2_Set
ter(this, value); |
4679 | 4679 |
4680 } | 4680 } |
4681 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4681 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4682 // for details. All rights reserved. Use of this source code is governed by a | 4682 // for details. All rights reserved. Use of this source code is governed by a |
4683 // BSD-style license that can be found in the LICENSE file. | 4683 // BSD-style license that can be found in the LICENSE file. |
4684 | 4684 |
4685 // WARNING: Do not edit - generated code. | 4685 // WARNING: Do not edit - generated code. |
4686 | 4686 |
4687 | 4687 |
4688 @DocsEditable() | 4688 @DocsEditable() |
4689 @DomName('SVGPathSegCurvetoQuadraticAbs') | 4689 @DomName('SVGPathSegCurvetoQuadraticAbs') |
4690 @Unstable() | 4690 @Unstable() |
4691 class PathSegCurvetoQuadraticAbs extends PathSeg { | 4691 class PathSegCurvetoQuadraticAbs extends PathSeg { |
4692 // To suppress missing implicit constructor warnings. | 4692 // To suppress missing implicit constructor warnings. |
4693 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo
rted"); } | 4693 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo
rted"); } |
4694 | 4694 |
4695 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4695 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
4696 @DocsEditable() | 4696 @DocsEditable() |
4697 num get x => blink.Native_SVGPathSegCurvetoQuadraticAbs_x_Getter(this); | 4697 num get x => _blink.Native_SVGPathSegCurvetoQuadraticAbs_x_Getter(this); |
4698 | 4698 |
4699 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4699 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
4700 @DocsEditable() | 4700 @DocsEditable() |
4701 void set x(num value) => blink.Native_SVGPathSegCurvetoQuadraticAbs_x_Setter(t
his, value); | 4701 void set x(num value) => _blink.Native_SVGPathSegCurvetoQuadraticAbs_x_Setter(
this, value); |
4702 | 4702 |
4703 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 4703 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
4704 @DocsEditable() | 4704 @DocsEditable() |
4705 num get x1 => blink.Native_SVGPathSegCurvetoQuadraticAbs_x1_Getter(this); | 4705 num get x1 => _blink.Native_SVGPathSegCurvetoQuadraticAbs_x1_Getter(this); |
4706 | 4706 |
4707 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 4707 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
4708 @DocsEditable() | 4708 @DocsEditable() |
4709 void set x1(num value) => blink.Native_SVGPathSegCurvetoQuadraticAbs_x1_Setter
(this, value); | 4709 void set x1(num value) => _blink.Native_SVGPathSegCurvetoQuadraticAbs_x1_Sette
r(this, value); |
4710 | 4710 |
4711 @DomName('SVGPathSegCurvetoQuadraticAbs.y') | 4711 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
4712 @DocsEditable() | 4712 @DocsEditable() |
4713 num get y => blink.Native_SVGPathSegCurvetoQuadraticAbs_y_Getter(this); | 4713 num get y => _blink.Native_SVGPathSegCurvetoQuadraticAbs_y_Getter(this); |
4714 | 4714 |
4715 @DomName('SVGPathSegCurvetoQuadraticAbs.y') | 4715 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
4716 @DocsEditable() | 4716 @DocsEditable() |
4717 void set y(num value) => blink.Native_SVGPathSegCurvetoQuadraticAbs_y_Setter(t
his, value); | 4717 void set y(num value) => _blink.Native_SVGPathSegCurvetoQuadraticAbs_y_Setter(
this, value); |
4718 | 4718 |
4719 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') | 4719 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
4720 @DocsEditable() | 4720 @DocsEditable() |
4721 num get y1 => blink.Native_SVGPathSegCurvetoQuadraticAbs_y1_Getter(this); | 4721 num get y1 => _blink.Native_SVGPathSegCurvetoQuadraticAbs_y1_Getter(this); |
4722 | 4722 |
4723 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') | 4723 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
4724 @DocsEditable() | 4724 @DocsEditable() |
4725 void set y1(num value) => blink.Native_SVGPathSegCurvetoQuadraticAbs_y1_Setter
(this, value); | 4725 void set y1(num value) => _blink.Native_SVGPathSegCurvetoQuadraticAbs_y1_Sette
r(this, value); |
4726 | 4726 |
4727 } | 4727 } |
4728 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4728 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4729 // for details. All rights reserved. Use of this source code is governed by a | 4729 // for details. All rights reserved. Use of this source code is governed by a |
4730 // BSD-style license that can be found in the LICENSE file. | 4730 // BSD-style license that can be found in the LICENSE file. |
4731 | 4731 |
4732 // WARNING: Do not edit - generated code. | 4732 // WARNING: Do not edit - generated code. |
4733 | 4733 |
4734 | 4734 |
4735 @DocsEditable() | 4735 @DocsEditable() |
4736 @DomName('SVGPathSegCurvetoQuadraticRel') | 4736 @DomName('SVGPathSegCurvetoQuadraticRel') |
4737 @Unstable() | 4737 @Unstable() |
4738 class PathSegCurvetoQuadraticRel extends PathSeg { | 4738 class PathSegCurvetoQuadraticRel extends PathSeg { |
4739 // To suppress missing implicit constructor warnings. | 4739 // To suppress missing implicit constructor warnings. |
4740 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo
rted"); } | 4740 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo
rted"); } |
4741 | 4741 |
4742 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4742 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
4743 @DocsEditable() | 4743 @DocsEditable() |
4744 num get x => blink.Native_SVGPathSegCurvetoQuadraticRel_x_Getter(this); | 4744 num get x => _blink.Native_SVGPathSegCurvetoQuadraticRel_x_Getter(this); |
4745 | 4745 |
4746 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4746 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
4747 @DocsEditable() | 4747 @DocsEditable() |
4748 void set x(num value) => blink.Native_SVGPathSegCurvetoQuadraticRel_x_Setter(t
his, value); | 4748 void set x(num value) => _blink.Native_SVGPathSegCurvetoQuadraticRel_x_Setter(
this, value); |
4749 | 4749 |
4750 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 4750 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
4751 @DocsEditable() | 4751 @DocsEditable() |
4752 num get x1 => blink.Native_SVGPathSegCurvetoQuadraticRel_x1_Getter(this); | 4752 num get x1 => _blink.Native_SVGPathSegCurvetoQuadraticRel_x1_Getter(this); |
4753 | 4753 |
4754 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 4754 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
4755 @DocsEditable() | 4755 @DocsEditable() |
4756 void set x1(num value) => blink.Native_SVGPathSegCurvetoQuadraticRel_x1_Setter
(this, value); | 4756 void set x1(num value) => _blink.Native_SVGPathSegCurvetoQuadraticRel_x1_Sette
r(this, value); |
4757 | 4757 |
4758 @DomName('SVGPathSegCurvetoQuadraticRel.y') | 4758 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
4759 @DocsEditable() | 4759 @DocsEditable() |
4760 num get y => blink.Native_SVGPathSegCurvetoQuadraticRel_y_Getter(this); | 4760 num get y => _blink.Native_SVGPathSegCurvetoQuadraticRel_y_Getter(this); |
4761 | 4761 |
4762 @DomName('SVGPathSegCurvetoQuadraticRel.y') | 4762 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
4763 @DocsEditable() | 4763 @DocsEditable() |
4764 void set y(num value) => blink.Native_SVGPathSegCurvetoQuadraticRel_y_Setter(t
his, value); | 4764 void set y(num value) => _blink.Native_SVGPathSegCurvetoQuadraticRel_y_Setter(
this, value); |
4765 | 4765 |
4766 @DomName('SVGPathSegCurvetoQuadraticRel.y1') | 4766 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
4767 @DocsEditable() | 4767 @DocsEditable() |
4768 num get y1 => blink.Native_SVGPathSegCurvetoQuadraticRel_y1_Getter(this); | 4768 num get y1 => _blink.Native_SVGPathSegCurvetoQuadraticRel_y1_Getter(this); |
4769 | 4769 |
4770 @DomName('SVGPathSegCurvetoQuadraticRel.y1') | 4770 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
4771 @DocsEditable() | 4771 @DocsEditable() |
4772 void set y1(num value) => blink.Native_SVGPathSegCurvetoQuadraticRel_y1_Setter
(this, value); | 4772 void set y1(num value) => _blink.Native_SVGPathSegCurvetoQuadraticRel_y1_Sette
r(this, value); |
4773 | 4773 |
4774 } | 4774 } |
4775 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4775 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4776 // for details. All rights reserved. Use of this source code is governed by a | 4776 // for details. All rights reserved. Use of this source code is governed by a |
4777 // BSD-style license that can be found in the LICENSE file. | 4777 // BSD-style license that can be found in the LICENSE file. |
4778 | 4778 |
4779 // WARNING: Do not edit - generated code. | 4779 // WARNING: Do not edit - generated code. |
4780 | 4780 |
4781 | 4781 |
4782 @DocsEditable() | 4782 @DocsEditable() |
4783 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') | 4783 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') |
4784 @Unstable() | 4784 @Unstable() |
4785 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { | 4785 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
4786 // To suppress missing implicit constructor warnings. | 4786 // To suppress missing implicit constructor warnings. |
4787 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not
supported"); } | 4787 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not
supported"); } |
4788 | 4788 |
4789 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4789 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
4790 @DocsEditable() | 4790 @DocsEditable() |
4791 num get x => blink.Native_SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter(this); | 4791 num get x => _blink.Native_SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter(this); |
4792 | 4792 |
4793 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4793 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
4794 @DocsEditable() | 4794 @DocsEditable() |
4795 void set x(num value) => blink.Native_SVGPathSegCurvetoQuadraticSmoothAbs_x_Se
tter(this, value); | 4795 void set x(num value) => _blink.Native_SVGPathSegCurvetoQuadraticSmoothAbs_x_S
etter(this, value); |
4796 | 4796 |
4797 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4797 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
4798 @DocsEditable() | 4798 @DocsEditable() |
4799 num get y => blink.Native_SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter(this); | 4799 num get y => _blink.Native_SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter(this); |
4800 | 4800 |
4801 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4801 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
4802 @DocsEditable() | 4802 @DocsEditable() |
4803 void set y(num value) => blink.Native_SVGPathSegCurvetoQuadraticSmoothAbs_y_Se
tter(this, value); | 4803 void set y(num value) => _blink.Native_SVGPathSegCurvetoQuadraticSmoothAbs_y_S
etter(this, value); |
4804 | 4804 |
4805 } | 4805 } |
4806 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4806 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4807 // for details. All rights reserved. Use of this source code is governed by a | 4807 // for details. All rights reserved. Use of this source code is governed by a |
4808 // BSD-style license that can be found in the LICENSE file. | 4808 // BSD-style license that can be found in the LICENSE file. |
4809 | 4809 |
4810 // WARNING: Do not edit - generated code. | 4810 // WARNING: Do not edit - generated code. |
4811 | 4811 |
4812 | 4812 |
4813 @DocsEditable() | 4813 @DocsEditable() |
4814 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') | 4814 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') |
4815 @Unstable() | 4815 @Unstable() |
4816 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { | 4816 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
4817 // To suppress missing implicit constructor warnings. | 4817 // To suppress missing implicit constructor warnings. |
4818 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not
supported"); } | 4818 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not
supported"); } |
4819 | 4819 |
4820 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4820 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
4821 @DocsEditable() | 4821 @DocsEditable() |
4822 num get x => blink.Native_SVGPathSegCurvetoQuadraticSmoothRel_x_Getter(this); | 4822 num get x => _blink.Native_SVGPathSegCurvetoQuadraticSmoothRel_x_Getter(this); |
4823 | 4823 |
4824 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4824 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
4825 @DocsEditable() | 4825 @DocsEditable() |
4826 void set x(num value) => blink.Native_SVGPathSegCurvetoQuadraticSmoothRel_x_Se
tter(this, value); | 4826 void set x(num value) => _blink.Native_SVGPathSegCurvetoQuadraticSmoothRel_x_S
etter(this, value); |
4827 | 4827 |
4828 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4828 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
4829 @DocsEditable() | 4829 @DocsEditable() |
4830 num get y => blink.Native_SVGPathSegCurvetoQuadraticSmoothRel_y_Getter(this); | 4830 num get y => _blink.Native_SVGPathSegCurvetoQuadraticSmoothRel_y_Getter(this); |
4831 | 4831 |
4832 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4832 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
4833 @DocsEditable() | 4833 @DocsEditable() |
4834 void set y(num value) => blink.Native_SVGPathSegCurvetoQuadraticSmoothRel_y_Se
tter(this, value); | 4834 void set y(num value) => _blink.Native_SVGPathSegCurvetoQuadraticSmoothRel_y_S
etter(this, value); |
4835 | 4835 |
4836 } | 4836 } |
4837 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4837 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4838 // for details. All rights reserved. Use of this source code is governed by a | 4838 // for details. All rights reserved. Use of this source code is governed by a |
4839 // BSD-style license that can be found in the LICENSE file. | 4839 // BSD-style license that can be found in the LICENSE file. |
4840 | 4840 |
4841 // WARNING: Do not edit - generated code. | 4841 // WARNING: Do not edit - generated code. |
4842 | 4842 |
4843 | 4843 |
4844 @DocsEditable() | 4844 @DocsEditable() |
4845 @DomName('SVGPathSegLinetoAbs') | 4845 @DomName('SVGPathSegLinetoAbs') |
4846 @Unstable() | 4846 @Unstable() |
4847 class PathSegLinetoAbs extends PathSeg { | 4847 class PathSegLinetoAbs extends PathSeg { |
4848 // To suppress missing implicit constructor warnings. | 4848 // To suppress missing implicit constructor warnings. |
4849 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } | 4849 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } |
4850 | 4850 |
4851 @DomName('SVGPathSegLinetoAbs.x') | 4851 @DomName('SVGPathSegLinetoAbs.x') |
4852 @DocsEditable() | 4852 @DocsEditable() |
4853 num get x => blink.Native_SVGPathSegLinetoAbs_x_Getter(this); | 4853 num get x => _blink.Native_SVGPathSegLinetoAbs_x_Getter(this); |
4854 | 4854 |
4855 @DomName('SVGPathSegLinetoAbs.x') | 4855 @DomName('SVGPathSegLinetoAbs.x') |
4856 @DocsEditable() | 4856 @DocsEditable() |
4857 void set x(num value) => blink.Native_SVGPathSegLinetoAbs_x_Setter(this, value
); | 4857 void set x(num value) => _blink.Native_SVGPathSegLinetoAbs_x_Setter(this, valu
e); |
4858 | 4858 |
4859 @DomName('SVGPathSegLinetoAbs.y') | 4859 @DomName('SVGPathSegLinetoAbs.y') |
4860 @DocsEditable() | 4860 @DocsEditable() |
4861 num get y => blink.Native_SVGPathSegLinetoAbs_y_Getter(this); | 4861 num get y => _blink.Native_SVGPathSegLinetoAbs_y_Getter(this); |
4862 | 4862 |
4863 @DomName('SVGPathSegLinetoAbs.y') | 4863 @DomName('SVGPathSegLinetoAbs.y') |
4864 @DocsEditable() | 4864 @DocsEditable() |
4865 void set y(num value) => blink.Native_SVGPathSegLinetoAbs_y_Setter(this, value
); | 4865 void set y(num value) => _blink.Native_SVGPathSegLinetoAbs_y_Setter(this, valu
e); |
4866 | 4866 |
4867 } | 4867 } |
4868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4869 // for details. All rights reserved. Use of this source code is governed by a | 4869 // for details. All rights reserved. Use of this source code is governed by a |
4870 // BSD-style license that can be found in the LICENSE file. | 4870 // BSD-style license that can be found in the LICENSE file. |
4871 | 4871 |
4872 // WARNING: Do not edit - generated code. | 4872 // WARNING: Do not edit - generated code. |
4873 | 4873 |
4874 | 4874 |
4875 @DocsEditable() | 4875 @DocsEditable() |
4876 @DomName('SVGPathSegLinetoHorizontalAbs') | 4876 @DomName('SVGPathSegLinetoHorizontalAbs') |
4877 @Unstable() | 4877 @Unstable() |
4878 class PathSegLinetoHorizontalAbs extends PathSeg { | 4878 class PathSegLinetoHorizontalAbs extends PathSeg { |
4879 // To suppress missing implicit constructor warnings. | 4879 // To suppress missing implicit constructor warnings. |
4880 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo
rted"); } | 4880 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo
rted"); } |
4881 | 4881 |
4882 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4882 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
4883 @DocsEditable() | 4883 @DocsEditable() |
4884 num get x => blink.Native_SVGPathSegLinetoHorizontalAbs_x_Getter(this); | 4884 num get x => _blink.Native_SVGPathSegLinetoHorizontalAbs_x_Getter(this); |
4885 | 4885 |
4886 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4886 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
4887 @DocsEditable() | 4887 @DocsEditable() |
4888 void set x(num value) => blink.Native_SVGPathSegLinetoHorizontalAbs_x_Setter(t
his, value); | 4888 void set x(num value) => _blink.Native_SVGPathSegLinetoHorizontalAbs_x_Setter(
this, value); |
4889 | 4889 |
4890 } | 4890 } |
4891 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4891 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4892 // for details. All rights reserved. Use of this source code is governed by a | 4892 // for details. All rights reserved. Use of this source code is governed by a |
4893 // BSD-style license that can be found in the LICENSE file. | 4893 // BSD-style license that can be found in the LICENSE file. |
4894 | 4894 |
4895 // WARNING: Do not edit - generated code. | 4895 // WARNING: Do not edit - generated code. |
4896 | 4896 |
4897 | 4897 |
4898 @DocsEditable() | 4898 @DocsEditable() |
4899 @DomName('SVGPathSegLinetoHorizontalRel') | 4899 @DomName('SVGPathSegLinetoHorizontalRel') |
4900 @Unstable() | 4900 @Unstable() |
4901 class PathSegLinetoHorizontalRel extends PathSeg { | 4901 class PathSegLinetoHorizontalRel extends PathSeg { |
4902 // To suppress missing implicit constructor warnings. | 4902 // To suppress missing implicit constructor warnings. |
4903 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo
rted"); } | 4903 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo
rted"); } |
4904 | 4904 |
4905 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4905 @DomName('SVGPathSegLinetoHorizontalRel.x') |
4906 @DocsEditable() | 4906 @DocsEditable() |
4907 num get x => blink.Native_SVGPathSegLinetoHorizontalRel_x_Getter(this); | 4907 num get x => _blink.Native_SVGPathSegLinetoHorizontalRel_x_Getter(this); |
4908 | 4908 |
4909 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4909 @DomName('SVGPathSegLinetoHorizontalRel.x') |
4910 @DocsEditable() | 4910 @DocsEditable() |
4911 void set x(num value) => blink.Native_SVGPathSegLinetoHorizontalRel_x_Setter(t
his, value); | 4911 void set x(num value) => _blink.Native_SVGPathSegLinetoHorizontalRel_x_Setter(
this, value); |
4912 | 4912 |
4913 } | 4913 } |
4914 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4914 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4915 // for details. All rights reserved. Use of this source code is governed by a | 4915 // for details. All rights reserved. Use of this source code is governed by a |
4916 // BSD-style license that can be found in the LICENSE file. | 4916 // BSD-style license that can be found in the LICENSE file. |
4917 | 4917 |
4918 // WARNING: Do not edit - generated code. | 4918 // WARNING: Do not edit - generated code. |
4919 | 4919 |
4920 | 4920 |
4921 @DocsEditable() | 4921 @DocsEditable() |
4922 @DomName('SVGPathSegLinetoRel') | 4922 @DomName('SVGPathSegLinetoRel') |
4923 @Unstable() | 4923 @Unstable() |
4924 class PathSegLinetoRel extends PathSeg { | 4924 class PathSegLinetoRel extends PathSeg { |
4925 // To suppress missing implicit constructor warnings. | 4925 // To suppress missing implicit constructor warnings. |
4926 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } | 4926 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } |
4927 | 4927 |
4928 @DomName('SVGPathSegLinetoRel.x') | 4928 @DomName('SVGPathSegLinetoRel.x') |
4929 @DocsEditable() | 4929 @DocsEditable() |
4930 num get x => blink.Native_SVGPathSegLinetoRel_x_Getter(this); | 4930 num get x => _blink.Native_SVGPathSegLinetoRel_x_Getter(this); |
4931 | 4931 |
4932 @DomName('SVGPathSegLinetoRel.x') | 4932 @DomName('SVGPathSegLinetoRel.x') |
4933 @DocsEditable() | 4933 @DocsEditable() |
4934 void set x(num value) => blink.Native_SVGPathSegLinetoRel_x_Setter(this, value
); | 4934 void set x(num value) => _blink.Native_SVGPathSegLinetoRel_x_Setter(this, valu
e); |
4935 | 4935 |
4936 @DomName('SVGPathSegLinetoRel.y') | 4936 @DomName('SVGPathSegLinetoRel.y') |
4937 @DocsEditable() | 4937 @DocsEditable() |
4938 num get y => blink.Native_SVGPathSegLinetoRel_y_Getter(this); | 4938 num get y => _blink.Native_SVGPathSegLinetoRel_y_Getter(this); |
4939 | 4939 |
4940 @DomName('SVGPathSegLinetoRel.y') | 4940 @DomName('SVGPathSegLinetoRel.y') |
4941 @DocsEditable() | 4941 @DocsEditable() |
4942 void set y(num value) => blink.Native_SVGPathSegLinetoRel_y_Setter(this, value
); | 4942 void set y(num value) => _blink.Native_SVGPathSegLinetoRel_y_Setter(this, valu
e); |
4943 | 4943 |
4944 } | 4944 } |
4945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4946 // for details. All rights reserved. Use of this source code is governed by a | 4946 // for details. All rights reserved. Use of this source code is governed by a |
4947 // BSD-style license that can be found in the LICENSE file. | 4947 // BSD-style license that can be found in the LICENSE file. |
4948 | 4948 |
4949 // WARNING: Do not edit - generated code. | 4949 // WARNING: Do not edit - generated code. |
4950 | 4950 |
4951 | 4951 |
4952 @DocsEditable() | 4952 @DocsEditable() |
4953 @DomName('SVGPathSegLinetoVerticalAbs') | 4953 @DomName('SVGPathSegLinetoVerticalAbs') |
4954 @Unstable() | 4954 @Unstable() |
4955 class PathSegLinetoVerticalAbs extends PathSeg { | 4955 class PathSegLinetoVerticalAbs extends PathSeg { |
4956 // To suppress missing implicit constructor warnings. | 4956 // To suppress missing implicit constructor warnings. |
4957 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support
ed"); } | 4957 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support
ed"); } |
4958 | 4958 |
4959 @DomName('SVGPathSegLinetoVerticalAbs.y') | 4959 @DomName('SVGPathSegLinetoVerticalAbs.y') |
4960 @DocsEditable() | 4960 @DocsEditable() |
4961 num get y => blink.Native_SVGPathSegLinetoVerticalAbs_y_Getter(this); | 4961 num get y => _blink.Native_SVGPathSegLinetoVerticalAbs_y_Getter(this); |
4962 | 4962 |
4963 @DomName('SVGPathSegLinetoVerticalAbs.y') | 4963 @DomName('SVGPathSegLinetoVerticalAbs.y') |
4964 @DocsEditable() | 4964 @DocsEditable() |
4965 void set y(num value) => blink.Native_SVGPathSegLinetoVerticalAbs_y_Setter(thi
s, value); | 4965 void set y(num value) => _blink.Native_SVGPathSegLinetoVerticalAbs_y_Setter(th
is, value); |
4966 | 4966 |
4967 } | 4967 } |
4968 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4968 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4969 // for details. All rights reserved. Use of this source code is governed by a | 4969 // for details. All rights reserved. Use of this source code is governed by a |
4970 // BSD-style license that can be found in the LICENSE file. | 4970 // BSD-style license that can be found in the LICENSE file. |
4971 | 4971 |
4972 // WARNING: Do not edit - generated code. | 4972 // WARNING: Do not edit - generated code. |
4973 | 4973 |
4974 | 4974 |
4975 @DocsEditable() | 4975 @DocsEditable() |
4976 @DomName('SVGPathSegLinetoVerticalRel') | 4976 @DomName('SVGPathSegLinetoVerticalRel') |
4977 @Unstable() | 4977 @Unstable() |
4978 class PathSegLinetoVerticalRel extends PathSeg { | 4978 class PathSegLinetoVerticalRel extends PathSeg { |
4979 // To suppress missing implicit constructor warnings. | 4979 // To suppress missing implicit constructor warnings. |
4980 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support
ed"); } | 4980 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support
ed"); } |
4981 | 4981 |
4982 @DomName('SVGPathSegLinetoVerticalRel.y') | 4982 @DomName('SVGPathSegLinetoVerticalRel.y') |
4983 @DocsEditable() | 4983 @DocsEditable() |
4984 num get y => blink.Native_SVGPathSegLinetoVerticalRel_y_Getter(this); | 4984 num get y => _blink.Native_SVGPathSegLinetoVerticalRel_y_Getter(this); |
4985 | 4985 |
4986 @DomName('SVGPathSegLinetoVerticalRel.y') | 4986 @DomName('SVGPathSegLinetoVerticalRel.y') |
4987 @DocsEditable() | 4987 @DocsEditable() |
4988 void set y(num value) => blink.Native_SVGPathSegLinetoVerticalRel_y_Setter(thi
s, value); | 4988 void set y(num value) => _blink.Native_SVGPathSegLinetoVerticalRel_y_Setter(th
is, value); |
4989 | 4989 |
4990 } | 4990 } |
4991 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4991 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4992 // for details. All rights reserved. Use of this source code is governed by a | 4992 // for details. All rights reserved. Use of this source code is governed by a |
4993 // BSD-style license that can be found in the LICENSE file. | 4993 // BSD-style license that can be found in the LICENSE file. |
4994 | 4994 |
4995 // WARNING: Do not edit - generated code. | 4995 // WARNING: Do not edit - generated code. |
4996 | 4996 |
4997 | 4997 |
4998 @DocsEditable() | 4998 @DocsEditable() |
4999 @DomName('SVGPathSegList') | 4999 @DomName('SVGPathSegList') |
5000 @Unstable() | 5000 @Unstable() |
5001 class PathSegList extends NativeFieldWrapperClass2 with ListMixin<PathSeg>, Immu
tableListMixin<PathSeg> implements List<PathSeg> { | 5001 class PathSegList extends NativeFieldWrapperClass2 with ListMixin<PathSeg>, Immu
tableListMixin<PathSeg> implements List<PathSeg> { |
5002 // To suppress missing implicit constructor warnings. | 5002 // To suppress missing implicit constructor warnings. |
5003 factory PathSegList._() { throw new UnsupportedError("Not supported"); } | 5003 factory PathSegList._() { throw new UnsupportedError("Not supported"); } |
5004 | 5004 |
5005 @DomName('SVGPathSegList.numberOfItems') | 5005 @DomName('SVGPathSegList.numberOfItems') |
5006 @DocsEditable() | 5006 @DocsEditable() |
5007 int get numberOfItems => blink.Native_SVGPathSegList_numberOfItems_Getter(this
); | 5007 int get numberOfItems => _blink.Native_SVGPathSegList_numberOfItems_Getter(thi
s); |
5008 | 5008 |
5009 PathSeg operator[](int index) { | 5009 PathSeg operator[](int index) { |
5010 if (index < 0 || index >= length) | 5010 if (index < 0 || index >= length) |
5011 throw new RangeError.range(index, 0, length); | 5011 throw new RangeError.range(index, 0, length); |
5012 return getItem(index); | 5012 return getItem(index); |
5013 } | 5013 } |
5014 | 5014 |
5015 void operator[]=(int index, PathSeg value) { | 5015 void operator[]=(int index, PathSeg value) { |
5016 throw new UnsupportedError("Cannot assign element of immutable List."); | 5016 throw new UnsupportedError("Cannot assign element of immutable List."); |
5017 } | 5017 } |
(...skipping 29 matching lines...) Expand all Loading... |
5047 } | 5047 } |
5048 if (len == 0) throw new StateError("No elements"); | 5048 if (len == 0) throw new StateError("No elements"); |
5049 throw new StateError("More than one element"); | 5049 throw new StateError("More than one element"); |
5050 } | 5050 } |
5051 | 5051 |
5052 PathSeg elementAt(int index) => this[index]; | 5052 PathSeg elementAt(int index) => this[index]; |
5053 // -- end List<PathSeg> mixins. | 5053 // -- end List<PathSeg> mixins. |
5054 | 5054 |
5055 @DomName('SVGPathSegList.appendItem') | 5055 @DomName('SVGPathSegList.appendItem') |
5056 @DocsEditable() | 5056 @DocsEditable() |
5057 PathSeg appendItem(PathSeg newItem) => blink.Native_SVGPathSegList_appendItem_
Callback(this, newItem); | 5057 PathSeg appendItem(PathSeg newItem) => _blink.Native_SVGPathSegList_appendItem
_Callback(this, newItem); |
5058 | 5058 |
5059 @DomName('SVGPathSegList.clear') | 5059 @DomName('SVGPathSegList.clear') |
5060 @DocsEditable() | 5060 @DocsEditable() |
5061 void clear() => blink.Native_SVGPathSegList_clear_Callback(this); | 5061 void clear() => _blink.Native_SVGPathSegList_clear_Callback(this); |
5062 | 5062 |
5063 @DomName('SVGPathSegList.getItem') | 5063 @DomName('SVGPathSegList.getItem') |
5064 @DocsEditable() | 5064 @DocsEditable() |
5065 PathSeg getItem(int index) => blink.Native_SVGPathSegList_getItem_Callback(thi
s, index); | 5065 PathSeg getItem(int index) => _blink.Native_SVGPathSegList_getItem_Callback(th
is, index); |
5066 | 5066 |
5067 @DomName('SVGPathSegList.initialize') | 5067 @DomName('SVGPathSegList.initialize') |
5068 @DocsEditable() | 5068 @DocsEditable() |
5069 PathSeg initialize(PathSeg newItem) => blink.Native_SVGPathSegList_initialize_
Callback(this, newItem); | 5069 PathSeg initialize(PathSeg newItem) => _blink.Native_SVGPathSegList_initialize
_Callback(this, newItem); |
5070 | 5070 |
5071 @DomName('SVGPathSegList.insertItemBefore') | 5071 @DomName('SVGPathSegList.insertItemBefore') |
5072 @DocsEditable() | 5072 @DocsEditable() |
5073 PathSeg insertItemBefore(PathSeg newItem, int index) => blink.Native_SVGPathSe
gList_insertItemBefore_Callback(this, newItem, index); | 5073 PathSeg insertItemBefore(PathSeg newItem, int index) => _blink.Native_SVGPathS
egList_insertItemBefore_Callback(this, newItem, index); |
5074 | 5074 |
5075 @DomName('SVGPathSegList.removeItem') | 5075 @DomName('SVGPathSegList.removeItem') |
5076 @DocsEditable() | 5076 @DocsEditable() |
5077 PathSeg removeItem(int index) => blink.Native_SVGPathSegList_removeItem_Callba
ck(this, index); | 5077 PathSeg removeItem(int index) => _blink.Native_SVGPathSegList_removeItem_Callb
ack(this, index); |
5078 | 5078 |
5079 @DomName('SVGPathSegList.replaceItem') | 5079 @DomName('SVGPathSegList.replaceItem') |
5080 @DocsEditable() | 5080 @DocsEditable() |
5081 PathSeg replaceItem(PathSeg newItem, int index) => blink.Native_SVGPathSegList
_replaceItem_Callback(this, newItem, index); | 5081 PathSeg replaceItem(PathSeg newItem, int index) => _blink.Native_SVGPathSegLis
t_replaceItem_Callback(this, newItem, index); |
5082 | 5082 |
5083 } | 5083 } |
5084 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5084 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5085 // for details. All rights reserved. Use of this source code is governed by a | 5085 // for details. All rights reserved. Use of this source code is governed by a |
5086 // BSD-style license that can be found in the LICENSE file. | 5086 // BSD-style license that can be found in the LICENSE file. |
5087 | 5087 |
5088 // WARNING: Do not edit - generated code. | 5088 // WARNING: Do not edit - generated code. |
5089 | 5089 |
5090 | 5090 |
5091 @DocsEditable() | 5091 @DocsEditable() |
5092 @DomName('SVGPathSegMovetoAbs') | 5092 @DomName('SVGPathSegMovetoAbs') |
5093 @Unstable() | 5093 @Unstable() |
5094 class PathSegMovetoAbs extends PathSeg { | 5094 class PathSegMovetoAbs extends PathSeg { |
5095 // To suppress missing implicit constructor warnings. | 5095 // To suppress missing implicit constructor warnings. |
5096 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } | 5096 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } |
5097 | 5097 |
5098 @DomName('SVGPathSegMovetoAbs.x') | 5098 @DomName('SVGPathSegMovetoAbs.x') |
5099 @DocsEditable() | 5099 @DocsEditable() |
5100 num get x => blink.Native_SVGPathSegMovetoAbs_x_Getter(this); | 5100 num get x => _blink.Native_SVGPathSegMovetoAbs_x_Getter(this); |
5101 | 5101 |
5102 @DomName('SVGPathSegMovetoAbs.x') | 5102 @DomName('SVGPathSegMovetoAbs.x') |
5103 @DocsEditable() | 5103 @DocsEditable() |
5104 void set x(num value) => blink.Native_SVGPathSegMovetoAbs_x_Setter(this, value
); | 5104 void set x(num value) => _blink.Native_SVGPathSegMovetoAbs_x_Setter(this, valu
e); |
5105 | 5105 |
5106 @DomName('SVGPathSegMovetoAbs.y') | 5106 @DomName('SVGPathSegMovetoAbs.y') |
5107 @DocsEditable() | 5107 @DocsEditable() |
5108 num get y => blink.Native_SVGPathSegMovetoAbs_y_Getter(this); | 5108 num get y => _blink.Native_SVGPathSegMovetoAbs_y_Getter(this); |
5109 | 5109 |
5110 @DomName('SVGPathSegMovetoAbs.y') | 5110 @DomName('SVGPathSegMovetoAbs.y') |
5111 @DocsEditable() | 5111 @DocsEditable() |
5112 void set y(num value) => blink.Native_SVGPathSegMovetoAbs_y_Setter(this, value
); | 5112 void set y(num value) => _blink.Native_SVGPathSegMovetoAbs_y_Setter(this, valu
e); |
5113 | 5113 |
5114 } | 5114 } |
5115 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5115 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5116 // for details. All rights reserved. Use of this source code is governed by a | 5116 // for details. All rights reserved. Use of this source code is governed by a |
5117 // BSD-style license that can be found in the LICENSE file. | 5117 // BSD-style license that can be found in the LICENSE file. |
5118 | 5118 |
5119 // WARNING: Do not edit - generated code. | 5119 // WARNING: Do not edit - generated code. |
5120 | 5120 |
5121 | 5121 |
5122 @DocsEditable() | 5122 @DocsEditable() |
5123 @DomName('SVGPathSegMovetoRel') | 5123 @DomName('SVGPathSegMovetoRel') |
5124 @Unstable() | 5124 @Unstable() |
5125 class PathSegMovetoRel extends PathSeg { | 5125 class PathSegMovetoRel extends PathSeg { |
5126 // To suppress missing implicit constructor warnings. | 5126 // To suppress missing implicit constructor warnings. |
5127 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } | 5127 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } |
5128 | 5128 |
5129 @DomName('SVGPathSegMovetoRel.x') | 5129 @DomName('SVGPathSegMovetoRel.x') |
5130 @DocsEditable() | 5130 @DocsEditable() |
5131 num get x => blink.Native_SVGPathSegMovetoRel_x_Getter(this); | 5131 num get x => _blink.Native_SVGPathSegMovetoRel_x_Getter(this); |
5132 | 5132 |
5133 @DomName('SVGPathSegMovetoRel.x') | 5133 @DomName('SVGPathSegMovetoRel.x') |
5134 @DocsEditable() | 5134 @DocsEditable() |
5135 void set x(num value) => blink.Native_SVGPathSegMovetoRel_x_Setter(this, value
); | 5135 void set x(num value) => _blink.Native_SVGPathSegMovetoRel_x_Setter(this, valu
e); |
5136 | 5136 |
5137 @DomName('SVGPathSegMovetoRel.y') | 5137 @DomName('SVGPathSegMovetoRel.y') |
5138 @DocsEditable() | 5138 @DocsEditable() |
5139 num get y => blink.Native_SVGPathSegMovetoRel_y_Getter(this); | 5139 num get y => _blink.Native_SVGPathSegMovetoRel_y_Getter(this); |
5140 | 5140 |
5141 @DomName('SVGPathSegMovetoRel.y') | 5141 @DomName('SVGPathSegMovetoRel.y') |
5142 @DocsEditable() | 5142 @DocsEditable() |
5143 void set y(num value) => blink.Native_SVGPathSegMovetoRel_y_Setter(this, value
); | 5143 void set y(num value) => _blink.Native_SVGPathSegMovetoRel_y_Setter(this, valu
e); |
5144 | 5144 |
5145 } | 5145 } |
5146 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5146 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5147 // for details. All rights reserved. Use of this source code is governed by a | 5147 // for details. All rights reserved. Use of this source code is governed by a |
5148 // BSD-style license that can be found in the LICENSE file. | 5148 // BSD-style license that can be found in the LICENSE file. |
5149 | 5149 |
5150 // WARNING: Do not edit - generated code. | 5150 // WARNING: Do not edit - generated code. |
5151 | 5151 |
5152 | 5152 |
5153 @DocsEditable() | 5153 @DocsEditable() |
5154 @DomName('SVGPatternElement') | 5154 @DomName('SVGPatternElement') |
5155 @Unstable() | 5155 @Unstable() |
5156 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T
ests { | 5156 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T
ests { |
5157 // To suppress missing implicit constructor warnings. | 5157 // To suppress missing implicit constructor warnings. |
5158 factory PatternElement._() { throw new UnsupportedError("Not supported"); } | 5158 factory PatternElement._() { throw new UnsupportedError("Not supported"); } |
5159 | 5159 |
5160 @DomName('SVGPatternElement.SVGPatternElement') | 5160 @DomName('SVGPatternElement.SVGPatternElement') |
5161 @DocsEditable() | 5161 @DocsEditable() |
5162 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 5162 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); |
5163 /** | 5163 /** |
5164 * Constructor instantiated by the DOM when a custom element has been created. | 5164 * Constructor instantiated by the DOM when a custom element has been created. |
5165 * | 5165 * |
5166 * This can only be called by subclasses from their created constructor. | 5166 * This can only be called by subclasses from their created constructor. |
5167 */ | 5167 */ |
5168 PatternElement.created() : super.created(); | 5168 PatternElement.created() : super.created(); |
5169 | 5169 |
5170 @DomName('SVGPatternElement.height') | 5170 @DomName('SVGPatternElement.height') |
5171 @DocsEditable() | 5171 @DocsEditable() |
5172 AnimatedLength get height => blink.Native_SVGPatternElement_height_Getter(this
); | 5172 AnimatedLength get height => _blink.Native_SVGPatternElement_height_Getter(thi
s); |
5173 | 5173 |
5174 @DomName('SVGPatternElement.patternContentUnits') | 5174 @DomName('SVGPatternElement.patternContentUnits') |
5175 @DocsEditable() | 5175 @DocsEditable() |
5176 AnimatedEnumeration get patternContentUnits => blink.Native_SVGPatternElement_
patternContentUnits_Getter(this); | 5176 AnimatedEnumeration get patternContentUnits => _blink.Native_SVGPatternElement
_patternContentUnits_Getter(this); |
5177 | 5177 |
5178 @DomName('SVGPatternElement.patternTransform') | 5178 @DomName('SVGPatternElement.patternTransform') |
5179 @DocsEditable() | 5179 @DocsEditable() |
5180 AnimatedTransformList get patternTransform => blink.Native_SVGPatternElement_p
atternTransform_Getter(this); | 5180 AnimatedTransformList get patternTransform => _blink.Native_SVGPatternElement_
patternTransform_Getter(this); |
5181 | 5181 |
5182 @DomName('SVGPatternElement.patternUnits') | 5182 @DomName('SVGPatternElement.patternUnits') |
5183 @DocsEditable() | 5183 @DocsEditable() |
5184 AnimatedEnumeration get patternUnits => blink.Native_SVGPatternElement_pattern
Units_Getter(this); | 5184 AnimatedEnumeration get patternUnits => _blink.Native_SVGPatternElement_patter
nUnits_Getter(this); |
5185 | 5185 |
5186 @DomName('SVGPatternElement.width') | 5186 @DomName('SVGPatternElement.width') |
5187 @DocsEditable() | 5187 @DocsEditable() |
5188 AnimatedLength get width => blink.Native_SVGPatternElement_width_Getter(this); | 5188 AnimatedLength get width => _blink.Native_SVGPatternElement_width_Getter(this)
; |
5189 | 5189 |
5190 @DomName('SVGPatternElement.x') | 5190 @DomName('SVGPatternElement.x') |
5191 @DocsEditable() | 5191 @DocsEditable() |
5192 AnimatedLength get x => blink.Native_SVGPatternElement_x_Getter(this); | 5192 AnimatedLength get x => _blink.Native_SVGPatternElement_x_Getter(this); |
5193 | 5193 |
5194 @DomName('SVGPatternElement.y') | 5194 @DomName('SVGPatternElement.y') |
5195 @DocsEditable() | 5195 @DocsEditable() |
5196 AnimatedLength get y => blink.Native_SVGPatternElement_y_Getter(this); | 5196 AnimatedLength get y => _blink.Native_SVGPatternElement_y_Getter(this); |
5197 | 5197 |
5198 @DomName('SVGPatternElement.preserveAspectRatio') | 5198 @DomName('SVGPatternElement.preserveAspectRatio') |
5199 @DocsEditable() | 5199 @DocsEditable() |
5200 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGPattern
Element_preserveAspectRatio_Getter(this); | 5200 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.Native_SVGPatter
nElement_preserveAspectRatio_Getter(this); |
5201 | 5201 |
5202 @DomName('SVGPatternElement.viewBox') | 5202 @DomName('SVGPatternElement.viewBox') |
5203 @DocsEditable() | 5203 @DocsEditable() |
5204 AnimatedRect get viewBox => blink.Native_SVGPatternElement_viewBox_Getter(this
); | 5204 AnimatedRect get viewBox => _blink.Native_SVGPatternElement_viewBox_Getter(thi
s); |
5205 | 5205 |
5206 @DomName('SVGPatternElement.requiredExtensions') | 5206 @DomName('SVGPatternElement.requiredExtensions') |
5207 @DocsEditable() | 5207 @DocsEditable() |
5208 StringList get requiredExtensions => blink.Native_SVGPatternElement_requiredEx
tensions_Getter(this); | 5208 StringList get requiredExtensions => _blink.Native_SVGPatternElement_requiredE
xtensions_Getter(this); |
5209 | 5209 |
5210 @DomName('SVGPatternElement.requiredFeatures') | 5210 @DomName('SVGPatternElement.requiredFeatures') |
5211 @DocsEditable() | 5211 @DocsEditable() |
5212 StringList get requiredFeatures => blink.Native_SVGPatternElement_requiredFeat
ures_Getter(this); | 5212 StringList get requiredFeatures => _blink.Native_SVGPatternElement_requiredFea
tures_Getter(this); |
5213 | 5213 |
5214 @DomName('SVGPatternElement.systemLanguage') | 5214 @DomName('SVGPatternElement.systemLanguage') |
5215 @DocsEditable() | 5215 @DocsEditable() |
5216 StringList get systemLanguage => blink.Native_SVGPatternElement_systemLanguage
_Getter(this); | 5216 StringList get systemLanguage => _blink.Native_SVGPatternElement_systemLanguag
e_Getter(this); |
5217 | 5217 |
5218 @DomName('SVGPatternElement.hasExtension') | 5218 @DomName('SVGPatternElement.hasExtension') |
5219 @DocsEditable() | 5219 @DocsEditable() |
5220 bool hasExtension(String extension) => blink.Native_SVGPatternElement_hasExten
sion_Callback(this, extension); | 5220 bool hasExtension(String extension) => _blink.Native_SVGPatternElement_hasExte
nsion_Callback(this, extension); |
5221 | 5221 |
5222 @DomName('SVGPatternElement.href') | 5222 @DomName('SVGPatternElement.href') |
5223 @DocsEditable() | 5223 @DocsEditable() |
5224 AnimatedString get href => blink.Native_SVGPatternElement_href_Getter(this); | 5224 AnimatedString get href => _blink.Native_SVGPatternElement_href_Getter(this); |
5225 | 5225 |
5226 } | 5226 } |
5227 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5227 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5228 // for details. All rights reserved. Use of this source code is governed by a | 5228 // for details. All rights reserved. Use of this source code is governed by a |
5229 // BSD-style license that can be found in the LICENSE file. | 5229 // BSD-style license that can be found in the LICENSE file. |
5230 | 5230 |
5231 // WARNING: Do not edit - generated code. | 5231 // WARNING: Do not edit - generated code. |
5232 | 5232 |
5233 | 5233 |
5234 @DocsEditable() | 5234 @DocsEditable() |
5235 @DomName('SVGPoint') | 5235 @DomName('SVGPoint') |
5236 @Unstable() | 5236 @Unstable() |
5237 class Point extends NativeFieldWrapperClass2 { | 5237 class Point extends NativeFieldWrapperClass2 { |
5238 // To suppress missing implicit constructor warnings. | 5238 // To suppress missing implicit constructor warnings. |
5239 factory Point._() { throw new UnsupportedError("Not supported"); } | 5239 factory Point._() { throw new UnsupportedError("Not supported"); } |
5240 | 5240 |
5241 @DomName('SVGPoint.x') | 5241 @DomName('SVGPoint.x') |
5242 @DocsEditable() | 5242 @DocsEditable() |
5243 num get x => blink.Native_SVGPoint_x_Getter(this); | 5243 num get x => _blink.Native_SVGPoint_x_Getter(this); |
5244 | 5244 |
5245 @DomName('SVGPoint.x') | 5245 @DomName('SVGPoint.x') |
5246 @DocsEditable() | 5246 @DocsEditable() |
5247 void set x(num value) => blink.Native_SVGPoint_x_Setter(this, value); | 5247 void set x(num value) => _blink.Native_SVGPoint_x_Setter(this, value); |
5248 | 5248 |
5249 @DomName('SVGPoint.y') | 5249 @DomName('SVGPoint.y') |
5250 @DocsEditable() | 5250 @DocsEditable() |
5251 num get y => blink.Native_SVGPoint_y_Getter(this); | 5251 num get y => _blink.Native_SVGPoint_y_Getter(this); |
5252 | 5252 |
5253 @DomName('SVGPoint.y') | 5253 @DomName('SVGPoint.y') |
5254 @DocsEditable() | 5254 @DocsEditable() |
5255 void set y(num value) => blink.Native_SVGPoint_y_Setter(this, value); | 5255 void set y(num value) => _blink.Native_SVGPoint_y_Setter(this, value); |
5256 | 5256 |
5257 @DomName('SVGPoint.matrixTransform') | 5257 @DomName('SVGPoint.matrixTransform') |
5258 @DocsEditable() | 5258 @DocsEditable() |
5259 Point matrixTransform(Matrix matrix) => blink.Native_SVGPoint_matrixTransform_
Callback(this, matrix); | 5259 Point matrixTransform(Matrix matrix) => _blink.Native_SVGPoint_matrixTransform
_Callback(this, matrix); |
5260 | 5260 |
5261 } | 5261 } |
5262 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5262 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5263 // for details. All rights reserved. Use of this source code is governed by a | 5263 // for details. All rights reserved. Use of this source code is governed by a |
5264 // BSD-style license that can be found in the LICENSE file. | 5264 // BSD-style license that can be found in the LICENSE file. |
5265 | 5265 |
5266 // WARNING: Do not edit - generated code. | 5266 // WARNING: Do not edit - generated code. |
5267 | 5267 |
5268 | 5268 |
5269 @DocsEditable() | 5269 @DocsEditable() |
5270 @DomName('SVGPointList') | 5270 @DomName('SVGPointList') |
5271 @Unstable() | 5271 @Unstable() |
5272 class PointList extends NativeFieldWrapperClass2 { | 5272 class PointList extends NativeFieldWrapperClass2 { |
5273 // To suppress missing implicit constructor warnings. | 5273 // To suppress missing implicit constructor warnings. |
5274 factory PointList._() { throw new UnsupportedError("Not supported"); } | 5274 factory PointList._() { throw new UnsupportedError("Not supported"); } |
5275 | 5275 |
5276 @DomName('SVGPointList.numberOfItems') | 5276 @DomName('SVGPointList.numberOfItems') |
5277 @DocsEditable() | 5277 @DocsEditable() |
5278 int get numberOfItems => blink.Native_SVGPointList_numberOfItems_Getter(this); | 5278 int get numberOfItems => _blink.Native_SVGPointList_numberOfItems_Getter(this)
; |
5279 | 5279 |
5280 @DomName('SVGPointList.appendItem') | 5280 @DomName('SVGPointList.appendItem') |
5281 @DocsEditable() | 5281 @DocsEditable() |
5282 Point appendItem(Point item) => blink.Native_SVGPointList_appendItem_Callback(
this, item); | 5282 Point appendItem(Point item) => _blink.Native_SVGPointList_appendItem_Callback
(this, item); |
5283 | 5283 |
5284 @DomName('SVGPointList.clear') | 5284 @DomName('SVGPointList.clear') |
5285 @DocsEditable() | 5285 @DocsEditable() |
5286 void clear() => blink.Native_SVGPointList_clear_Callback(this); | 5286 void clear() => _blink.Native_SVGPointList_clear_Callback(this); |
5287 | 5287 |
5288 @DomName('SVGPointList.getItem') | 5288 @DomName('SVGPointList.getItem') |
5289 @DocsEditable() | 5289 @DocsEditable() |
5290 Point getItem(int index) => blink.Native_SVGPointList_getItem_Callback(this, i
ndex); | 5290 Point getItem(int index) => _blink.Native_SVGPointList_getItem_Callback(this,
index); |
5291 | 5291 |
5292 @DomName('SVGPointList.initialize') | 5292 @DomName('SVGPointList.initialize') |
5293 @DocsEditable() | 5293 @DocsEditable() |
5294 Point initialize(Point item) => blink.Native_SVGPointList_initialize_Callback(
this, item); | 5294 Point initialize(Point item) => _blink.Native_SVGPointList_initialize_Callback
(this, item); |
5295 | 5295 |
5296 @DomName('SVGPointList.insertItemBefore') | 5296 @DomName('SVGPointList.insertItemBefore') |
5297 @DocsEditable() | 5297 @DocsEditable() |
5298 Point insertItemBefore(Point item, int index) => blink.Native_SVGPointList_ins
ertItemBefore_Callback(this, item, index); | 5298 Point insertItemBefore(Point item, int index) => _blink.Native_SVGPointList_in
sertItemBefore_Callback(this, item, index); |
5299 | 5299 |
5300 @DomName('SVGPointList.removeItem') | 5300 @DomName('SVGPointList.removeItem') |
5301 @DocsEditable() | 5301 @DocsEditable() |
5302 Point removeItem(int index) => blink.Native_SVGPointList_removeItem_Callback(t
his, index); | 5302 Point removeItem(int index) => _blink.Native_SVGPointList_removeItem_Callback(
this, index); |
5303 | 5303 |
5304 @DomName('SVGPointList.replaceItem') | 5304 @DomName('SVGPointList.replaceItem') |
5305 @DocsEditable() | 5305 @DocsEditable() |
5306 Point replaceItem(Point item, int index) => blink.Native_SVGPointList_replaceI
tem_Callback(this, item, index); | 5306 Point replaceItem(Point item, int index) => _blink.Native_SVGPointList_replace
Item_Callback(this, item, index); |
5307 | 5307 |
5308 } | 5308 } |
5309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5310 // for details. All rights reserved. Use of this source code is governed by a | 5310 // for details. All rights reserved. Use of this source code is governed by a |
5311 // BSD-style license that can be found in the LICENSE file. | 5311 // BSD-style license that can be found in the LICENSE file. |
5312 | 5312 |
5313 // WARNING: Do not edit - generated code. | 5313 // WARNING: Do not edit - generated code. |
5314 | 5314 |
5315 | 5315 |
5316 @DocsEditable() | 5316 @DocsEditable() |
5317 @DomName('SVGPolygonElement') | 5317 @DomName('SVGPolygonElement') |
5318 @Unstable() | 5318 @Unstable() |
5319 class PolygonElement extends GeometryElement { | 5319 class PolygonElement extends GeometryElement { |
5320 // To suppress missing implicit constructor warnings. | 5320 // To suppress missing implicit constructor warnings. |
5321 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } | 5321 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } |
5322 | 5322 |
5323 @DomName('SVGPolygonElement.SVGPolygonElement') | 5323 @DomName('SVGPolygonElement.SVGPolygonElement') |
5324 @DocsEditable() | 5324 @DocsEditable() |
5325 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 5325 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); |
5326 /** | 5326 /** |
5327 * Constructor instantiated by the DOM when a custom element has been created. | 5327 * Constructor instantiated by the DOM when a custom element has been created. |
5328 * | 5328 * |
5329 * This can only be called by subclasses from their created constructor. | 5329 * This can only be called by subclasses from their created constructor. |
5330 */ | 5330 */ |
5331 PolygonElement.created() : super.created(); | 5331 PolygonElement.created() : super.created(); |
5332 | 5332 |
5333 @DomName('SVGPolygonElement.animatedPoints') | 5333 @DomName('SVGPolygonElement.animatedPoints') |
5334 @DocsEditable() | 5334 @DocsEditable() |
5335 PointList get animatedPoints => blink.Native_SVGPolygonElement_animatedPoints_
Getter(this); | 5335 PointList get animatedPoints => _blink.Native_SVGPolygonElement_animatedPoints
_Getter(this); |
5336 | 5336 |
5337 @DomName('SVGPolygonElement.points') | 5337 @DomName('SVGPolygonElement.points') |
5338 @DocsEditable() | 5338 @DocsEditable() |
5339 PointList get points => blink.Native_SVGPolygonElement_points_Getter(this); | 5339 PointList get points => _blink.Native_SVGPolygonElement_points_Getter(this); |
5340 | 5340 |
5341 } | 5341 } |
5342 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5342 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5343 // for details. All rights reserved. Use of this source code is governed by a | 5343 // for details. All rights reserved. Use of this source code is governed by a |
5344 // BSD-style license that can be found in the LICENSE file. | 5344 // BSD-style license that can be found in the LICENSE file. |
5345 | 5345 |
5346 // WARNING: Do not edit - generated code. | 5346 // WARNING: Do not edit - generated code. |
5347 | 5347 |
5348 | 5348 |
5349 @DocsEditable() | 5349 @DocsEditable() |
5350 @DomName('SVGPolylineElement') | 5350 @DomName('SVGPolylineElement') |
5351 @Unstable() | 5351 @Unstable() |
5352 class PolylineElement extends GeometryElement { | 5352 class PolylineElement extends GeometryElement { |
5353 // To suppress missing implicit constructor warnings. | 5353 // To suppress missing implicit constructor warnings. |
5354 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } | 5354 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } |
5355 | 5355 |
5356 @DomName('SVGPolylineElement.SVGPolylineElement') | 5356 @DomName('SVGPolylineElement.SVGPolylineElement') |
5357 @DocsEditable() | 5357 @DocsEditable() |
5358 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 5358 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); |
5359 /** | 5359 /** |
5360 * Constructor instantiated by the DOM when a custom element has been created. | 5360 * Constructor instantiated by the DOM when a custom element has been created. |
5361 * | 5361 * |
5362 * This can only be called by subclasses from their created constructor. | 5362 * This can only be called by subclasses from their created constructor. |
5363 */ | 5363 */ |
5364 PolylineElement.created() : super.created(); | 5364 PolylineElement.created() : super.created(); |
5365 | 5365 |
5366 @DomName('SVGPolylineElement.animatedPoints') | 5366 @DomName('SVGPolylineElement.animatedPoints') |
5367 @DocsEditable() | 5367 @DocsEditable() |
5368 PointList get animatedPoints => blink.Native_SVGPolylineElement_animatedPoints
_Getter(this); | 5368 PointList get animatedPoints => _blink.Native_SVGPolylineElement_animatedPoint
s_Getter(this); |
5369 | 5369 |
5370 @DomName('SVGPolylineElement.points') | 5370 @DomName('SVGPolylineElement.points') |
5371 @DocsEditable() | 5371 @DocsEditable() |
5372 PointList get points => blink.Native_SVGPolylineElement_points_Getter(this); | 5372 PointList get points => _blink.Native_SVGPolylineElement_points_Getter(this); |
5373 | 5373 |
5374 } | 5374 } |
5375 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5375 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5376 // for details. All rights reserved. Use of this source code is governed by a | 5376 // for details. All rights reserved. Use of this source code is governed by a |
5377 // BSD-style license that can be found in the LICENSE file. | 5377 // BSD-style license that can be found in the LICENSE file. |
5378 | 5378 |
5379 // WARNING: Do not edit - generated code. | 5379 // WARNING: Do not edit - generated code. |
5380 | 5380 |
5381 | 5381 |
5382 @DocsEditable() | 5382 @DocsEditable() |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5437 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID') | 5437 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID') |
5438 @DocsEditable() | 5438 @DocsEditable() |
5439 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; | 5439 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; |
5440 | 5440 |
5441 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN') | 5441 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN') |
5442 @DocsEditable() | 5442 @DocsEditable() |
5443 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; | 5443 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; |
5444 | 5444 |
5445 @DomName('SVGPreserveAspectRatio.align') | 5445 @DomName('SVGPreserveAspectRatio.align') |
5446 @DocsEditable() | 5446 @DocsEditable() |
5447 int get align => blink.Native_SVGPreserveAspectRatio_align_Getter(this); | 5447 int get align => _blink.Native_SVGPreserveAspectRatio_align_Getter(this); |
5448 | 5448 |
5449 @DomName('SVGPreserveAspectRatio.align') | 5449 @DomName('SVGPreserveAspectRatio.align') |
5450 @DocsEditable() | 5450 @DocsEditable() |
5451 void set align(int value) => blink.Native_SVGPreserveAspectRatio_align_Setter(
this, value); | 5451 void set align(int value) => _blink.Native_SVGPreserveAspectRatio_align_Setter
(this, value); |
5452 | 5452 |
5453 @DomName('SVGPreserveAspectRatio.meetOrSlice') | 5453 @DomName('SVGPreserveAspectRatio.meetOrSlice') |
5454 @DocsEditable() | 5454 @DocsEditable() |
5455 int get meetOrSlice => blink.Native_SVGPreserveAspectRatio_meetOrSlice_Getter(
this); | 5455 int get meetOrSlice => _blink.Native_SVGPreserveAspectRatio_meetOrSlice_Getter
(this); |
5456 | 5456 |
5457 @DomName('SVGPreserveAspectRatio.meetOrSlice') | 5457 @DomName('SVGPreserveAspectRatio.meetOrSlice') |
5458 @DocsEditable() | 5458 @DocsEditable() |
5459 void set meetOrSlice(int value) => blink.Native_SVGPreserveAspectRatio_meetOrS
lice_Setter(this, value); | 5459 void set meetOrSlice(int value) => _blink.Native_SVGPreserveAspectRatio_meetOr
Slice_Setter(this, value); |
5460 | 5460 |
5461 } | 5461 } |
5462 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5462 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5463 // for details. All rights reserved. Use of this source code is governed by a | 5463 // for details. All rights reserved. Use of this source code is governed by a |
5464 // BSD-style license that can be found in the LICENSE file. | 5464 // BSD-style license that can be found in the LICENSE file. |
5465 | 5465 |
5466 // WARNING: Do not edit - generated code. | 5466 // WARNING: Do not edit - generated code. |
5467 | 5467 |
5468 | 5468 |
5469 @DocsEditable() | 5469 @DocsEditable() |
5470 @DomName('SVGRadialGradientElement') | 5470 @DomName('SVGRadialGradientElement') |
5471 @Unstable() | 5471 @Unstable() |
5472 class RadialGradientElement extends _GradientElement { | 5472 class RadialGradientElement extends _GradientElement { |
5473 // To suppress missing implicit constructor warnings. | 5473 // To suppress missing implicit constructor warnings. |
5474 factory RadialGradientElement._() { throw new UnsupportedError("Not supported"
); } | 5474 factory RadialGradientElement._() { throw new UnsupportedError("Not supported"
); } |
5475 | 5475 |
5476 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') | 5476 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') |
5477 @DocsEditable() | 5477 @DocsEditable() |
5478 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); | 5478 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); |
5479 /** | 5479 /** |
5480 * Constructor instantiated by the DOM when a custom element has been created. | 5480 * Constructor instantiated by the DOM when a custom element has been created. |
5481 * | 5481 * |
5482 * This can only be called by subclasses from their created constructor. | 5482 * This can only be called by subclasses from their created constructor. |
5483 */ | 5483 */ |
5484 RadialGradientElement.created() : super.created(); | 5484 RadialGradientElement.created() : super.created(); |
5485 | 5485 |
5486 @DomName('SVGRadialGradientElement.cx') | 5486 @DomName('SVGRadialGradientElement.cx') |
5487 @DocsEditable() | 5487 @DocsEditable() |
5488 AnimatedLength get cx => blink.Native_SVGRadialGradientElement_cx_Getter(this)
; | 5488 AnimatedLength get cx => _blink.Native_SVGRadialGradientElement_cx_Getter(this
); |
5489 | 5489 |
5490 @DomName('SVGRadialGradientElement.cy') | 5490 @DomName('SVGRadialGradientElement.cy') |
5491 @DocsEditable() | 5491 @DocsEditable() |
5492 AnimatedLength get cy => blink.Native_SVGRadialGradientElement_cy_Getter(this)
; | 5492 AnimatedLength get cy => _blink.Native_SVGRadialGradientElement_cy_Getter(this
); |
5493 | 5493 |
5494 @DomName('SVGRadialGradientElement.fr') | 5494 @DomName('SVGRadialGradientElement.fr') |
5495 @DocsEditable() | 5495 @DocsEditable() |
5496 AnimatedLength get fr => blink.Native_SVGRadialGradientElement_fr_Getter(this)
; | 5496 AnimatedLength get fr => _blink.Native_SVGRadialGradientElement_fr_Getter(this
); |
5497 | 5497 |
5498 @DomName('SVGRadialGradientElement.fx') | 5498 @DomName('SVGRadialGradientElement.fx') |
5499 @DocsEditable() | 5499 @DocsEditable() |
5500 AnimatedLength get fx => blink.Native_SVGRadialGradientElement_fx_Getter(this)
; | 5500 AnimatedLength get fx => _blink.Native_SVGRadialGradientElement_fx_Getter(this
); |
5501 | 5501 |
5502 @DomName('SVGRadialGradientElement.fy') | 5502 @DomName('SVGRadialGradientElement.fy') |
5503 @DocsEditable() | 5503 @DocsEditable() |
5504 AnimatedLength get fy => blink.Native_SVGRadialGradientElement_fy_Getter(this)
; | 5504 AnimatedLength get fy => _blink.Native_SVGRadialGradientElement_fy_Getter(this
); |
5505 | 5505 |
5506 @DomName('SVGRadialGradientElement.r') | 5506 @DomName('SVGRadialGradientElement.r') |
5507 @DocsEditable() | 5507 @DocsEditable() |
5508 AnimatedLength get r => blink.Native_SVGRadialGradientElement_r_Getter(this); | 5508 AnimatedLength get r => _blink.Native_SVGRadialGradientElement_r_Getter(this); |
5509 | 5509 |
5510 } | 5510 } |
5511 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5511 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5512 // for details. All rights reserved. Use of this source code is governed by a | 5512 // for details. All rights reserved. Use of this source code is governed by a |
5513 // BSD-style license that can be found in the LICENSE file. | 5513 // BSD-style license that can be found in the LICENSE file. |
5514 | 5514 |
5515 // WARNING: Do not edit - generated code. | 5515 // WARNING: Do not edit - generated code. |
5516 | 5516 |
5517 | 5517 |
5518 @DocsEditable() | 5518 @DocsEditable() |
5519 @DomName('SVGRect') | 5519 @DomName('SVGRect') |
5520 @Unstable() | 5520 @Unstable() |
5521 class Rect extends NativeFieldWrapperClass2 { | 5521 class Rect extends NativeFieldWrapperClass2 { |
5522 // To suppress missing implicit constructor warnings. | 5522 // To suppress missing implicit constructor warnings. |
5523 factory Rect._() { throw new UnsupportedError("Not supported"); } | 5523 factory Rect._() { throw new UnsupportedError("Not supported"); } |
5524 | 5524 |
5525 @DomName('SVGRect.height') | 5525 @DomName('SVGRect.height') |
5526 @DocsEditable() | 5526 @DocsEditable() |
5527 num get height => blink.Native_SVGRect_height_Getter(this); | 5527 num get height => _blink.Native_SVGRect_height_Getter(this); |
5528 | 5528 |
5529 @DomName('SVGRect.height') | 5529 @DomName('SVGRect.height') |
5530 @DocsEditable() | 5530 @DocsEditable() |
5531 void set height(num value) => blink.Native_SVGRect_height_Setter(this, value); | 5531 void set height(num value) => _blink.Native_SVGRect_height_Setter(this, value)
; |
5532 | 5532 |
5533 @DomName('SVGRect.width') | 5533 @DomName('SVGRect.width') |
5534 @DocsEditable() | 5534 @DocsEditable() |
5535 num get width => blink.Native_SVGRect_width_Getter(this); | 5535 num get width => _blink.Native_SVGRect_width_Getter(this); |
5536 | 5536 |
5537 @DomName('SVGRect.width') | 5537 @DomName('SVGRect.width') |
5538 @DocsEditable() | 5538 @DocsEditable() |
5539 void set width(num value) => blink.Native_SVGRect_width_Setter(this, value); | 5539 void set width(num value) => _blink.Native_SVGRect_width_Setter(this, value); |
5540 | 5540 |
5541 @DomName('SVGRect.x') | 5541 @DomName('SVGRect.x') |
5542 @DocsEditable() | 5542 @DocsEditable() |
5543 num get x => blink.Native_SVGRect_x_Getter(this); | 5543 num get x => _blink.Native_SVGRect_x_Getter(this); |
5544 | 5544 |
5545 @DomName('SVGRect.x') | 5545 @DomName('SVGRect.x') |
5546 @DocsEditable() | 5546 @DocsEditable() |
5547 void set x(num value) => blink.Native_SVGRect_x_Setter(this, value); | 5547 void set x(num value) => _blink.Native_SVGRect_x_Setter(this, value); |
5548 | 5548 |
5549 @DomName('SVGRect.y') | 5549 @DomName('SVGRect.y') |
5550 @DocsEditable() | 5550 @DocsEditable() |
5551 num get y => blink.Native_SVGRect_y_Getter(this); | 5551 num get y => _blink.Native_SVGRect_y_Getter(this); |
5552 | 5552 |
5553 @DomName('SVGRect.y') | 5553 @DomName('SVGRect.y') |
5554 @DocsEditable() | 5554 @DocsEditable() |
5555 void set y(num value) => blink.Native_SVGRect_y_Setter(this, value); | 5555 void set y(num value) => _blink.Native_SVGRect_y_Setter(this, value); |
5556 | 5556 |
5557 } | 5557 } |
5558 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5558 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5559 // for details. All rights reserved. Use of this source code is governed by a | 5559 // for details. All rights reserved. Use of this source code is governed by a |
5560 // BSD-style license that can be found in the LICENSE file. | 5560 // BSD-style license that can be found in the LICENSE file. |
5561 | 5561 |
5562 // WARNING: Do not edit - generated code. | 5562 // WARNING: Do not edit - generated code. |
5563 | 5563 |
5564 | 5564 |
5565 @DocsEditable() | 5565 @DocsEditable() |
5566 @DomName('SVGRectElement') | 5566 @DomName('SVGRectElement') |
5567 @Unstable() | 5567 @Unstable() |
5568 class RectElement extends GeometryElement { | 5568 class RectElement extends GeometryElement { |
5569 // To suppress missing implicit constructor warnings. | 5569 // To suppress missing implicit constructor warnings. |
5570 factory RectElement._() { throw new UnsupportedError("Not supported"); } | 5570 factory RectElement._() { throw new UnsupportedError("Not supported"); } |
5571 | 5571 |
5572 @DomName('SVGRectElement.SVGRectElement') | 5572 @DomName('SVGRectElement.SVGRectElement') |
5573 @DocsEditable() | 5573 @DocsEditable() |
5574 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 5574 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); |
5575 /** | 5575 /** |
5576 * Constructor instantiated by the DOM when a custom element has been created. | 5576 * Constructor instantiated by the DOM when a custom element has been created. |
5577 * | 5577 * |
5578 * This can only be called by subclasses from their created constructor. | 5578 * This can only be called by subclasses from their created constructor. |
5579 */ | 5579 */ |
5580 RectElement.created() : super.created(); | 5580 RectElement.created() : super.created(); |
5581 | 5581 |
5582 @DomName('SVGRectElement.height') | 5582 @DomName('SVGRectElement.height') |
5583 @DocsEditable() | 5583 @DocsEditable() |
5584 AnimatedLength get height => blink.Native_SVGRectElement_height_Getter(this); | 5584 AnimatedLength get height => _blink.Native_SVGRectElement_height_Getter(this); |
5585 | 5585 |
5586 @DomName('SVGRectElement.rx') | 5586 @DomName('SVGRectElement.rx') |
5587 @DocsEditable() | 5587 @DocsEditable() |
5588 AnimatedLength get rx => blink.Native_SVGRectElement_rx_Getter(this); | 5588 AnimatedLength get rx => _blink.Native_SVGRectElement_rx_Getter(this); |
5589 | 5589 |
5590 @DomName('SVGRectElement.ry') | 5590 @DomName('SVGRectElement.ry') |
5591 @DocsEditable() | 5591 @DocsEditable() |
5592 AnimatedLength get ry => blink.Native_SVGRectElement_ry_Getter(this); | 5592 AnimatedLength get ry => _blink.Native_SVGRectElement_ry_Getter(this); |
5593 | 5593 |
5594 @DomName('SVGRectElement.width') | 5594 @DomName('SVGRectElement.width') |
5595 @DocsEditable() | 5595 @DocsEditable() |
5596 AnimatedLength get width => blink.Native_SVGRectElement_width_Getter(this); | 5596 AnimatedLength get width => _blink.Native_SVGRectElement_width_Getter(this); |
5597 | 5597 |
5598 @DomName('SVGRectElement.x') | 5598 @DomName('SVGRectElement.x') |
5599 @DocsEditable() | 5599 @DocsEditable() |
5600 AnimatedLength get x => blink.Native_SVGRectElement_x_Getter(this); | 5600 AnimatedLength get x => _blink.Native_SVGRectElement_x_Getter(this); |
5601 | 5601 |
5602 @DomName('SVGRectElement.y') | 5602 @DomName('SVGRectElement.y') |
5603 @DocsEditable() | 5603 @DocsEditable() |
5604 AnimatedLength get y => blink.Native_SVGRectElement_y_Getter(this); | 5604 AnimatedLength get y => _blink.Native_SVGRectElement_y_Getter(this); |
5605 | 5605 |
5606 } | 5606 } |
5607 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5607 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5608 // for details. All rights reserved. Use of this source code is governed by a | 5608 // for details. All rights reserved. Use of this source code is governed by a |
5609 // BSD-style license that can be found in the LICENSE file. | 5609 // BSD-style license that can be found in the LICENSE file. |
5610 | 5610 |
5611 // WARNING: Do not edit - generated code. | 5611 // WARNING: Do not edit - generated code. |
5612 | 5612 |
5613 | 5613 |
5614 @DocsEditable() | 5614 @DocsEditable() |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5662 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 5662 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); |
5663 /** | 5663 /** |
5664 * Constructor instantiated by the DOM when a custom element has been created. | 5664 * Constructor instantiated by the DOM when a custom element has been created. |
5665 * | 5665 * |
5666 * This can only be called by subclasses from their created constructor. | 5666 * This can only be called by subclasses from their created constructor. |
5667 */ | 5667 */ |
5668 ScriptElement.created() : super.created(); | 5668 ScriptElement.created() : super.created(); |
5669 | 5669 |
5670 @DomName('SVGScriptElement.type') | 5670 @DomName('SVGScriptElement.type') |
5671 @DocsEditable() | 5671 @DocsEditable() |
5672 String get type => blink.Native_SVGScriptElement_type_Getter(this); | 5672 String get type => _blink.Native_SVGScriptElement_type_Getter(this); |
5673 | 5673 |
5674 @DomName('SVGScriptElement.type') | 5674 @DomName('SVGScriptElement.type') |
5675 @DocsEditable() | 5675 @DocsEditable() |
5676 void set type(String value) => blink.Native_SVGScriptElement_type_Setter(this,
value); | 5676 void set type(String value) => _blink.Native_SVGScriptElement_type_Setter(this
, value); |
5677 | 5677 |
5678 @DomName('SVGScriptElement.href') | 5678 @DomName('SVGScriptElement.href') |
5679 @DocsEditable() | 5679 @DocsEditable() |
5680 AnimatedString get href => blink.Native_SVGScriptElement_href_Getter(this); | 5680 AnimatedString get href => _blink.Native_SVGScriptElement_href_Getter(this); |
5681 | 5681 |
5682 } | 5682 } |
5683 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5683 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5684 // for details. All rights reserved. Use of this source code is governed by a | 5684 // for details. All rights reserved. Use of this source code is governed by a |
5685 // BSD-style license that can be found in the LICENSE file. | 5685 // BSD-style license that can be found in the LICENSE file. |
5686 | 5686 |
5687 // WARNING: Do not edit - generated code. | 5687 // WARNING: Do not edit - generated code. |
5688 | 5688 |
5689 | 5689 |
5690 @DocsEditable() | 5690 @DocsEditable() |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5730 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); | 5730 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); |
5731 /** | 5731 /** |
5732 * Constructor instantiated by the DOM when a custom element has been created. | 5732 * Constructor instantiated by the DOM when a custom element has been created. |
5733 * | 5733 * |
5734 * This can only be called by subclasses from their created constructor. | 5734 * This can only be called by subclasses from their created constructor. |
5735 */ | 5735 */ |
5736 StopElement.created() : super.created(); | 5736 StopElement.created() : super.created(); |
5737 | 5737 |
5738 @DomName('SVGStopElement.offset') | 5738 @DomName('SVGStopElement.offset') |
5739 @DocsEditable() | 5739 @DocsEditable() |
5740 AnimatedNumber get gradientOffset => blink.Native_SVGStopElement_offset_Getter
(this); | 5740 AnimatedNumber get gradientOffset => _blink.Native_SVGStopElement_offset_Gette
r(this); |
5741 | 5741 |
5742 } | 5742 } |
5743 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5743 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5744 // for details. All rights reserved. Use of this source code is governed by a | 5744 // for details. All rights reserved. Use of this source code is governed by a |
5745 // BSD-style license that can be found in the LICENSE file. | 5745 // BSD-style license that can be found in the LICENSE file. |
5746 | 5746 |
5747 // WARNING: Do not edit - generated code. | 5747 // WARNING: Do not edit - generated code. |
5748 | 5748 |
5749 | 5749 |
5750 @DocsEditable() | 5750 @DocsEditable() |
5751 @DomName('SVGStringList') | 5751 @DomName('SVGStringList') |
5752 @Unstable() | 5752 @Unstable() |
5753 class StringList extends NativeFieldWrapperClass2 with ListMixin<String>, Immuta
bleListMixin<String> implements List<String> { | 5753 class StringList extends NativeFieldWrapperClass2 with ListMixin<String>, Immuta
bleListMixin<String> implements List<String> { |
5754 // To suppress missing implicit constructor warnings. | 5754 // To suppress missing implicit constructor warnings. |
5755 factory StringList._() { throw new UnsupportedError("Not supported"); } | 5755 factory StringList._() { throw new UnsupportedError("Not supported"); } |
5756 | 5756 |
5757 @DomName('SVGStringList.numberOfItems') | 5757 @DomName('SVGStringList.numberOfItems') |
5758 @DocsEditable() | 5758 @DocsEditable() |
5759 int get numberOfItems => blink.Native_SVGStringList_numberOfItems_Getter(this)
; | 5759 int get numberOfItems => _blink.Native_SVGStringList_numberOfItems_Getter(this
); |
5760 | 5760 |
5761 String operator[](int index) { | 5761 String operator[](int index) { |
5762 if (index < 0 || index >= length) | 5762 if (index < 0 || index >= length) |
5763 throw new RangeError.range(index, 0, length); | 5763 throw new RangeError.range(index, 0, length); |
5764 return getItem(index); | 5764 return getItem(index); |
5765 } | 5765 } |
5766 | 5766 |
5767 void operator[]=(int index, String value) { | 5767 void operator[]=(int index, String value) { |
5768 throw new UnsupportedError("Cannot assign element of immutable List."); | 5768 throw new UnsupportedError("Cannot assign element of immutable List."); |
5769 } | 5769 } |
(...skipping 29 matching lines...) Expand all Loading... |
5799 } | 5799 } |
5800 if (len == 0) throw new StateError("No elements"); | 5800 if (len == 0) throw new StateError("No elements"); |
5801 throw new StateError("More than one element"); | 5801 throw new StateError("More than one element"); |
5802 } | 5802 } |
5803 | 5803 |
5804 String elementAt(int index) => this[index]; | 5804 String elementAt(int index) => this[index]; |
5805 // -- end List<String> mixins. | 5805 // -- end List<String> mixins. |
5806 | 5806 |
5807 @DomName('SVGStringList.appendItem') | 5807 @DomName('SVGStringList.appendItem') |
5808 @DocsEditable() | 5808 @DocsEditable() |
5809 String appendItem(String item) => blink.Native_SVGStringList_appendItem_Callba
ck(this, item); | 5809 String appendItem(String item) => _blink.Native_SVGStringList_appendItem_Callb
ack(this, item); |
5810 | 5810 |
5811 @DomName('SVGStringList.clear') | 5811 @DomName('SVGStringList.clear') |
5812 @DocsEditable() | 5812 @DocsEditable() |
5813 void clear() => blink.Native_SVGStringList_clear_Callback(this); | 5813 void clear() => _blink.Native_SVGStringList_clear_Callback(this); |
5814 | 5814 |
5815 @DomName('SVGStringList.getItem') | 5815 @DomName('SVGStringList.getItem') |
5816 @DocsEditable() | 5816 @DocsEditable() |
5817 String getItem(int index) => blink.Native_SVGStringList_getItem_Callback(this,
index); | 5817 String getItem(int index) => _blink.Native_SVGStringList_getItem_Callback(this
, index); |
5818 | 5818 |
5819 @DomName('SVGStringList.initialize') | 5819 @DomName('SVGStringList.initialize') |
5820 @DocsEditable() | 5820 @DocsEditable() |
5821 String initialize(String item) => blink.Native_SVGStringList_initialize_Callba
ck(this, item); | 5821 String initialize(String item) => _blink.Native_SVGStringList_initialize_Callb
ack(this, item); |
5822 | 5822 |
5823 @DomName('SVGStringList.insertItemBefore') | 5823 @DomName('SVGStringList.insertItemBefore') |
5824 @DocsEditable() | 5824 @DocsEditable() |
5825 String insertItemBefore(String item, int index) => blink.Native_SVGStringList_
insertItemBefore_Callback(this, item, index); | 5825 String insertItemBefore(String item, int index) => _blink.Native_SVGStringList
_insertItemBefore_Callback(this, item, index); |
5826 | 5826 |
5827 @DomName('SVGStringList.removeItem') | 5827 @DomName('SVGStringList.removeItem') |
5828 @DocsEditable() | 5828 @DocsEditable() |
5829 String removeItem(int index) => blink.Native_SVGStringList_removeItem_Callback
(this, index); | 5829 String removeItem(int index) => _blink.Native_SVGStringList_removeItem_Callbac
k(this, index); |
5830 | 5830 |
5831 @DomName('SVGStringList.replaceItem') | 5831 @DomName('SVGStringList.replaceItem') |
5832 @DocsEditable() | 5832 @DocsEditable() |
5833 String replaceItem(String item, int index) => blink.Native_SVGStringList_repla
ceItem_Callback(this, item, index); | 5833 String replaceItem(String item, int index) => _blink.Native_SVGStringList_repl
aceItem_Callback(this, item, index); |
5834 | 5834 |
5835 } | 5835 } |
5836 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5836 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5837 // for details. All rights reserved. Use of this source code is governed by a | 5837 // for details. All rights reserved. Use of this source code is governed by a |
5838 // BSD-style license that can be found in the LICENSE file. | 5838 // BSD-style license that can be found in the LICENSE file. |
5839 | 5839 |
5840 // WARNING: Do not edit - generated code. | 5840 // WARNING: Do not edit - generated code. |
5841 | 5841 |
5842 | 5842 |
5843 @DocsEditable() | 5843 @DocsEditable() |
5844 @DomName('SVGStyleElement') | 5844 @DomName('SVGStyleElement') |
5845 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable | 5845 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable |
5846 @Experimental() // nonstandard | 5846 @Experimental() // nonstandard |
5847 class StyleElement extends SvgElement { | 5847 class StyleElement extends SvgElement { |
5848 // To suppress missing implicit constructor warnings. | 5848 // To suppress missing implicit constructor warnings. |
5849 factory StyleElement._() { throw new UnsupportedError("Not supported"); } | 5849 factory StyleElement._() { throw new UnsupportedError("Not supported"); } |
5850 | 5850 |
5851 @DomName('SVGStyleElement.SVGStyleElement') | 5851 @DomName('SVGStyleElement.SVGStyleElement') |
5852 @DocsEditable() | 5852 @DocsEditable() |
5853 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); | 5853 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); |
5854 /** | 5854 /** |
5855 * Constructor instantiated by the DOM when a custom element has been created. | 5855 * Constructor instantiated by the DOM when a custom element has been created. |
5856 * | 5856 * |
5857 * This can only be called by subclasses from their created constructor. | 5857 * This can only be called by subclasses from their created constructor. |
5858 */ | 5858 */ |
5859 StyleElement.created() : super.created(); | 5859 StyleElement.created() : super.created(); |
5860 | 5860 |
5861 @DomName('SVGStyleElement.disabled') | 5861 @DomName('SVGStyleElement.disabled') |
5862 @DocsEditable() | 5862 @DocsEditable() |
5863 bool get disabled => blink.Native_SVGStyleElement_disabled_Getter(this); | 5863 bool get disabled => _blink.Native_SVGStyleElement_disabled_Getter(this); |
5864 | 5864 |
5865 @DomName('SVGStyleElement.disabled') | 5865 @DomName('SVGStyleElement.disabled') |
5866 @DocsEditable() | 5866 @DocsEditable() |
5867 void set disabled(bool value) => blink.Native_SVGStyleElement_disabled_Setter(
this, value); | 5867 void set disabled(bool value) => _blink.Native_SVGStyleElement_disabled_Setter
(this, value); |
5868 | 5868 |
5869 @DomName('SVGStyleElement.media') | 5869 @DomName('SVGStyleElement.media') |
5870 @DocsEditable() | 5870 @DocsEditable() |
5871 String get media => blink.Native_SVGStyleElement_media_Getter(this); | 5871 String get media => _blink.Native_SVGStyleElement_media_Getter(this); |
5872 | 5872 |
5873 @DomName('SVGStyleElement.media') | 5873 @DomName('SVGStyleElement.media') |
5874 @DocsEditable() | 5874 @DocsEditable() |
5875 void set media(String value) => blink.Native_SVGStyleElement_media_Setter(this
, value); | 5875 void set media(String value) => _blink.Native_SVGStyleElement_media_Setter(thi
s, value); |
5876 | 5876 |
5877 @DomName('SVGStyleElement.title') | 5877 @DomName('SVGStyleElement.title') |
5878 @DocsEditable() | 5878 @DocsEditable() |
5879 String get title => blink.Native_SVGStyleElement_title_Getter(this); | 5879 String get title => _blink.Native_SVGStyleElement_title_Getter(this); |
5880 | 5880 |
5881 @DomName('SVGStyleElement.title') | 5881 @DomName('SVGStyleElement.title') |
5882 @DocsEditable() | 5882 @DocsEditable() |
5883 void set title(String value) => blink.Native_SVGStyleElement_title_Setter(this
, value); | 5883 void set title(String value) => _blink.Native_SVGStyleElement_title_Setter(thi
s, value); |
5884 | 5884 |
5885 @DomName('SVGStyleElement.type') | 5885 @DomName('SVGStyleElement.type') |
5886 @DocsEditable() | 5886 @DocsEditable() |
5887 String get type => blink.Native_SVGStyleElement_type_Getter(this); | 5887 String get type => _blink.Native_SVGStyleElement_type_Getter(this); |
5888 | 5888 |
5889 @DomName('SVGStyleElement.type') | 5889 @DomName('SVGStyleElement.type') |
5890 @DocsEditable() | 5890 @DocsEditable() |
5891 void set type(String value) => blink.Native_SVGStyleElement_type_Setter(this,
value); | 5891 void set type(String value) => _blink.Native_SVGStyleElement_type_Setter(this,
value); |
5892 | 5892 |
5893 } | 5893 } |
5894 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 5894 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
5895 // for details. All rights reserved. Use of this source code is governed by a | 5895 // for details. All rights reserved. Use of this source code is governed by a |
5896 // BSD-style license that can be found in the LICENSE file. | 5896 // BSD-style license that can be found in the LICENSE file. |
5897 | 5897 |
5898 | 5898 |
5899 class _AttributeClassSet extends CssClassSetImpl { | 5899 class _AttributeClassSet extends CssClassSetImpl { |
5900 final Element _element; | 5900 final Element _element; |
5901 | 5901 |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6307 /** | 6307 /** |
6308 * Constructor instantiated by the DOM when a custom element has been created. | 6308 * Constructor instantiated by the DOM when a custom element has been created. |
6309 * | 6309 * |
6310 * This can only be called by subclasses from their created constructor. | 6310 * This can only be called by subclasses from their created constructor. |
6311 */ | 6311 */ |
6312 SvgElement.created() : super.created(); | 6312 SvgElement.created() : super.created(); |
6313 | 6313 |
6314 @DomName('SVGElement.className') | 6314 @DomName('SVGElement.className') |
6315 @DocsEditable() | 6315 @DocsEditable() |
6316 @Experimental() // untriaged | 6316 @Experimental() // untriaged |
6317 AnimatedString get _svgClassName => blink.Native_SVGElement_className_Getter(t
his); | 6317 AnimatedString get _svgClassName => _blink.Native_SVGElement_className_Getter(
this); |
6318 | 6318 |
6319 @DomName('SVGElement.ownerSVGElement') | 6319 @DomName('SVGElement.ownerSVGElement') |
6320 @DocsEditable() | 6320 @DocsEditable() |
6321 SvgSvgElement get ownerSvgElement => blink.Native_SVGElement_ownerSVGElement_G
etter(this); | 6321 SvgSvgElement get ownerSvgElement => _blink.Native_SVGElement_ownerSVGElement_
Getter(this); |
6322 | 6322 |
6323 @DomName('SVGElement.style') | 6323 @DomName('SVGElement.style') |
6324 @DocsEditable() | 6324 @DocsEditable() |
6325 @Experimental() // untriaged | 6325 @Experimental() // untriaged |
6326 CssStyleDeclaration get style => blink.Native_SVGElement_style_Getter(this); | 6326 CssStyleDeclaration get style => _blink.Native_SVGElement_style_Getter(this); |
6327 | 6327 |
6328 @DomName('SVGElement.viewportElement') | 6328 @DomName('SVGElement.viewportElement') |
6329 @DocsEditable() | 6329 @DocsEditable() |
6330 SvgElement get viewportElement => blink.Native_SVGElement_viewportElement_Gett
er(this); | 6330 SvgElement get viewportElement => _blink.Native_SVGElement_viewportElement_Get
ter(this); |
6331 | 6331 |
6332 @DomName('SVGElement.xmlbase') | 6332 @DomName('SVGElement.xmlbase') |
6333 @DocsEditable() | 6333 @DocsEditable() |
6334 String get xmlbase => blink.Native_SVGElement_xmlbase_Getter(this); | 6334 String get xmlbase => _blink.Native_SVGElement_xmlbase_Getter(this); |
6335 | 6335 |
6336 @DomName('SVGElement.xmlbase') | 6336 @DomName('SVGElement.xmlbase') |
6337 @DocsEditable() | 6337 @DocsEditable() |
6338 void set xmlbase(String value) => blink.Native_SVGElement_xmlbase_Setter(this,
value); | 6338 void set xmlbase(String value) => _blink.Native_SVGElement_xmlbase_Setter(this
, value); |
6339 | 6339 |
6340 @DomName('SVGElement.xmllang') | 6340 @DomName('SVGElement.xmllang') |
6341 @DocsEditable() | 6341 @DocsEditable() |
6342 @Experimental() // untriaged | 6342 @Experimental() // untriaged |
6343 String get xmllang => blink.Native_SVGElement_xmllang_Getter(this); | 6343 String get xmllang => _blink.Native_SVGElement_xmllang_Getter(this); |
6344 | 6344 |
6345 @DomName('SVGElement.xmllang') | 6345 @DomName('SVGElement.xmllang') |
6346 @DocsEditable() | 6346 @DocsEditable() |
6347 @Experimental() // untriaged | 6347 @Experimental() // untriaged |
6348 void set xmllang(String value) => blink.Native_SVGElement_xmllang_Setter(this,
value); | 6348 void set xmllang(String value) => _blink.Native_SVGElement_xmllang_Setter(this
, value); |
6349 | 6349 |
6350 @DomName('SVGElement.xmlspace') | 6350 @DomName('SVGElement.xmlspace') |
6351 @DocsEditable() | 6351 @DocsEditable() |
6352 @Experimental() // untriaged | 6352 @Experimental() // untriaged |
6353 String get xmlspace => blink.Native_SVGElement_xmlspace_Getter(this); | 6353 String get xmlspace => _blink.Native_SVGElement_xmlspace_Getter(this); |
6354 | 6354 |
6355 @DomName('SVGElement.xmlspace') | 6355 @DomName('SVGElement.xmlspace') |
6356 @DocsEditable() | 6356 @DocsEditable() |
6357 @Experimental() // untriaged | 6357 @Experimental() // untriaged |
6358 void set xmlspace(String value) => blink.Native_SVGElement_xmlspace_Setter(thi
s, value); | 6358 void set xmlspace(String value) => _blink.Native_SVGElement_xmlspace_Setter(th
is, value); |
6359 | 6359 |
6360 @DomName('SVGElement.onabort') | 6360 @DomName('SVGElement.onabort') |
6361 @DocsEditable() | 6361 @DocsEditable() |
6362 @Experimental() // untriaged | 6362 @Experimental() // untriaged |
6363 ElementStream<Event> get onAbort => abortEvent.forElement(this); | 6363 ElementStream<Event> get onAbort => abortEvent.forElement(this); |
6364 | 6364 |
6365 @DomName('SVGElement.onblur') | 6365 @DomName('SVGElement.onblur') |
6366 @DocsEditable() | 6366 @DocsEditable() |
6367 @Experimental() // untriaged | 6367 @Experimental() // untriaged |
6368 ElementStream<Event> get onBlur => blurEvent.forElement(this); | 6368 ElementStream<Event> get onBlur => blurEvent.forElement(this); |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6637 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } | 6637 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } |
6638 /** | 6638 /** |
6639 * Constructor instantiated by the DOM when a custom element has been created. | 6639 * Constructor instantiated by the DOM when a custom element has been created. |
6640 * | 6640 * |
6641 * This can only be called by subclasses from their created constructor. | 6641 * This can only be called by subclasses from their created constructor. |
6642 */ | 6642 */ |
6643 SvgSvgElement.created() : super.created(); | 6643 SvgSvgElement.created() : super.created(); |
6644 | 6644 |
6645 @DomName('SVGSVGElement.contentScriptType') | 6645 @DomName('SVGSVGElement.contentScriptType') |
6646 @DocsEditable() | 6646 @DocsEditable() |
6647 String get contentScriptType => blink.Native_SVGSVGElement_contentScriptType_G
etter(this); | 6647 String get contentScriptType => _blink.Native_SVGSVGElement_contentScriptType_
Getter(this); |
6648 | 6648 |
6649 @DomName('SVGSVGElement.contentScriptType') | 6649 @DomName('SVGSVGElement.contentScriptType') |
6650 @DocsEditable() | 6650 @DocsEditable() |
6651 void set contentScriptType(String value) => blink.Native_SVGSVGElement_content
ScriptType_Setter(this, value); | 6651 void set contentScriptType(String value) => _blink.Native_SVGSVGElement_conten
tScriptType_Setter(this, value); |
6652 | 6652 |
6653 @DomName('SVGSVGElement.contentStyleType') | 6653 @DomName('SVGSVGElement.contentStyleType') |
6654 @DocsEditable() | 6654 @DocsEditable() |
6655 String get contentStyleType => blink.Native_SVGSVGElement_contentStyleType_Get
ter(this); | 6655 String get contentStyleType => _blink.Native_SVGSVGElement_contentStyleType_Ge
tter(this); |
6656 | 6656 |
6657 @DomName('SVGSVGElement.contentStyleType') | 6657 @DomName('SVGSVGElement.contentStyleType') |
6658 @DocsEditable() | 6658 @DocsEditable() |
6659 void set contentStyleType(String value) => blink.Native_SVGSVGElement_contentS
tyleType_Setter(this, value); | 6659 void set contentStyleType(String value) => _blink.Native_SVGSVGElement_content
StyleType_Setter(this, value); |
6660 | 6660 |
6661 @DomName('SVGSVGElement.currentScale') | 6661 @DomName('SVGSVGElement.currentScale') |
6662 @DocsEditable() | 6662 @DocsEditable() |
6663 num get currentScale => blink.Native_SVGSVGElement_currentScale_Getter(this); | 6663 num get currentScale => _blink.Native_SVGSVGElement_currentScale_Getter(this); |
6664 | 6664 |
6665 @DomName('SVGSVGElement.currentScale') | 6665 @DomName('SVGSVGElement.currentScale') |
6666 @DocsEditable() | 6666 @DocsEditable() |
6667 void set currentScale(num value) => blink.Native_SVGSVGElement_currentScale_Se
tter(this, value); | 6667 void set currentScale(num value) => _blink.Native_SVGSVGElement_currentScale_S
etter(this, value); |
6668 | 6668 |
6669 @DomName('SVGSVGElement.currentTranslate') | 6669 @DomName('SVGSVGElement.currentTranslate') |
6670 @DocsEditable() | 6670 @DocsEditable() |
6671 Point get currentTranslate => blink.Native_SVGSVGElement_currentTranslate_Gett
er(this); | 6671 Point get currentTranslate => _blink.Native_SVGSVGElement_currentTranslate_Get
ter(this); |
6672 | 6672 |
6673 @DomName('SVGSVGElement.currentView') | 6673 @DomName('SVGSVGElement.currentView') |
6674 @DocsEditable() | 6674 @DocsEditable() |
6675 ViewSpec get currentView => blink.Native_SVGSVGElement_currentView_Getter(this
); | 6675 ViewSpec get currentView => _blink.Native_SVGSVGElement_currentView_Getter(thi
s); |
6676 | 6676 |
6677 @DomName('SVGSVGElement.height') | 6677 @DomName('SVGSVGElement.height') |
6678 @DocsEditable() | 6678 @DocsEditable() |
6679 AnimatedLength get height => blink.Native_SVGSVGElement_height_Getter(this); | 6679 AnimatedLength get height => _blink.Native_SVGSVGElement_height_Getter(this); |
6680 | 6680 |
6681 @DomName('SVGSVGElement.pixelUnitToMillimeterX') | 6681 @DomName('SVGSVGElement.pixelUnitToMillimeterX') |
6682 @DocsEditable() | 6682 @DocsEditable() |
6683 double get pixelUnitToMillimeterX => blink.Native_SVGSVGElement_pixelUnitToMil
limeterX_Getter(this); | 6683 double get pixelUnitToMillimeterX => _blink.Native_SVGSVGElement_pixelUnitToMi
llimeterX_Getter(this); |
6684 | 6684 |
6685 @DomName('SVGSVGElement.pixelUnitToMillimeterY') | 6685 @DomName('SVGSVGElement.pixelUnitToMillimeterY') |
6686 @DocsEditable() | 6686 @DocsEditable() |
6687 double get pixelUnitToMillimeterY => blink.Native_SVGSVGElement_pixelUnitToMil
limeterY_Getter(this); | 6687 double get pixelUnitToMillimeterY => _blink.Native_SVGSVGElement_pixelUnitToMi
llimeterY_Getter(this); |
6688 | 6688 |
6689 @DomName('SVGSVGElement.screenPixelToMillimeterX') | 6689 @DomName('SVGSVGElement.screenPixelToMillimeterX') |
6690 @DocsEditable() | 6690 @DocsEditable() |
6691 double get screenPixelToMillimeterX => blink.Native_SVGSVGElement_screenPixelT
oMillimeterX_Getter(this); | 6691 double get screenPixelToMillimeterX => _blink.Native_SVGSVGElement_screenPixel
ToMillimeterX_Getter(this); |
6692 | 6692 |
6693 @DomName('SVGSVGElement.screenPixelToMillimeterY') | 6693 @DomName('SVGSVGElement.screenPixelToMillimeterY') |
6694 @DocsEditable() | 6694 @DocsEditable() |
6695 double get screenPixelToMillimeterY => blink.Native_SVGSVGElement_screenPixelT
oMillimeterY_Getter(this); | 6695 double get screenPixelToMillimeterY => _blink.Native_SVGSVGElement_screenPixel
ToMillimeterY_Getter(this); |
6696 | 6696 |
6697 @DomName('SVGSVGElement.useCurrentView') | 6697 @DomName('SVGSVGElement.useCurrentView') |
6698 @DocsEditable() | 6698 @DocsEditable() |
6699 bool get useCurrentView => blink.Native_SVGSVGElement_useCurrentView_Getter(th
is); | 6699 bool get useCurrentView => _blink.Native_SVGSVGElement_useCurrentView_Getter(t
his); |
6700 | 6700 |
6701 @DomName('SVGSVGElement.viewport') | 6701 @DomName('SVGSVGElement.viewport') |
6702 @DocsEditable() | 6702 @DocsEditable() |
6703 Rect get viewport => blink.Native_SVGSVGElement_viewport_Getter(this); | 6703 Rect get viewport => _blink.Native_SVGSVGElement_viewport_Getter(this); |
6704 | 6704 |
6705 @DomName('SVGSVGElement.width') | 6705 @DomName('SVGSVGElement.width') |
6706 @DocsEditable() | 6706 @DocsEditable() |
6707 AnimatedLength get width => blink.Native_SVGSVGElement_width_Getter(this); | 6707 AnimatedLength get width => _blink.Native_SVGSVGElement_width_Getter(this); |
6708 | 6708 |
6709 @DomName('SVGSVGElement.x') | 6709 @DomName('SVGSVGElement.x') |
6710 @DocsEditable() | 6710 @DocsEditable() |
6711 AnimatedLength get x => blink.Native_SVGSVGElement_x_Getter(this); | 6711 AnimatedLength get x => _blink.Native_SVGSVGElement_x_Getter(this); |
6712 | 6712 |
6713 @DomName('SVGSVGElement.y') | 6713 @DomName('SVGSVGElement.y') |
6714 @DocsEditable() | 6714 @DocsEditable() |
6715 AnimatedLength get y => blink.Native_SVGSVGElement_y_Getter(this); | 6715 AnimatedLength get y => _blink.Native_SVGSVGElement_y_Getter(this); |
6716 | 6716 |
6717 @DomName('SVGSVGElement.animationsPaused') | 6717 @DomName('SVGSVGElement.animationsPaused') |
6718 @DocsEditable() | 6718 @DocsEditable() |
6719 bool animationsPaused() => blink.Native_SVGSVGElement_animationsPaused_Callbac
k(this); | 6719 bool animationsPaused() => _blink.Native_SVGSVGElement_animationsPaused_Callba
ck(this); |
6720 | 6720 |
6721 @DomName('SVGSVGElement.checkEnclosure') | 6721 @DomName('SVGSVGElement.checkEnclosure') |
6722 @DocsEditable() | 6722 @DocsEditable() |
6723 bool checkEnclosure(SvgElement element, Rect rect) => blink.Native_SVGSVGEleme
nt_checkEnclosure_Callback(this, element, rect); | 6723 bool checkEnclosure(SvgElement element, Rect rect) => _blink.Native_SVGSVGElem
ent_checkEnclosure_Callback(this, element, rect); |
6724 | 6724 |
6725 @DomName('SVGSVGElement.checkIntersection') | 6725 @DomName('SVGSVGElement.checkIntersection') |
6726 @DocsEditable() | 6726 @DocsEditable() |
6727 bool checkIntersection(SvgElement element, Rect rect) => blink.Native_SVGSVGEl
ement_checkIntersection_Callback(this, element, rect); | 6727 bool checkIntersection(SvgElement element, Rect rect) => _blink.Native_SVGSVGE
lement_checkIntersection_Callback(this, element, rect); |
6728 | 6728 |
6729 @DomName('SVGSVGElement.createSVGAngle') | 6729 @DomName('SVGSVGElement.createSVGAngle') |
6730 @DocsEditable() | 6730 @DocsEditable() |
6731 Angle createSvgAngle() => blink.Native_SVGSVGElement_createSVGAngle_Callback(t
his); | 6731 Angle createSvgAngle() => _blink.Native_SVGSVGElement_createSVGAngle_Callback(
this); |
6732 | 6732 |
6733 @DomName('SVGSVGElement.createSVGLength') | 6733 @DomName('SVGSVGElement.createSVGLength') |
6734 @DocsEditable() | 6734 @DocsEditable() |
6735 Length createSvgLength() => blink.Native_SVGSVGElement_createSVGLength_Callbac
k(this); | 6735 Length createSvgLength() => _blink.Native_SVGSVGElement_createSVGLength_Callba
ck(this); |
6736 | 6736 |
6737 @DomName('SVGSVGElement.createSVGMatrix') | 6737 @DomName('SVGSVGElement.createSVGMatrix') |
6738 @DocsEditable() | 6738 @DocsEditable() |
6739 Matrix createSvgMatrix() => blink.Native_SVGSVGElement_createSVGMatrix_Callbac
k(this); | 6739 Matrix createSvgMatrix() => _blink.Native_SVGSVGElement_createSVGMatrix_Callba
ck(this); |
6740 | 6740 |
6741 @DomName('SVGSVGElement.createSVGNumber') | 6741 @DomName('SVGSVGElement.createSVGNumber') |
6742 @DocsEditable() | 6742 @DocsEditable() |
6743 Number createSvgNumber() => blink.Native_SVGSVGElement_createSVGNumber_Callbac
k(this); | 6743 Number createSvgNumber() => _blink.Native_SVGSVGElement_createSVGNumber_Callba
ck(this); |
6744 | 6744 |
6745 @DomName('SVGSVGElement.createSVGPoint') | 6745 @DomName('SVGSVGElement.createSVGPoint') |
6746 @DocsEditable() | 6746 @DocsEditable() |
6747 Point createSvgPoint() => blink.Native_SVGSVGElement_createSVGPoint_Callback(t
his); | 6747 Point createSvgPoint() => _blink.Native_SVGSVGElement_createSVGPoint_Callback(
this); |
6748 | 6748 |
6749 @DomName('SVGSVGElement.createSVGRect') | 6749 @DomName('SVGSVGElement.createSVGRect') |
6750 @DocsEditable() | 6750 @DocsEditable() |
6751 Rect createSvgRect() => blink.Native_SVGSVGElement_createSVGRect_Callback(this
); | 6751 Rect createSvgRect() => _blink.Native_SVGSVGElement_createSVGRect_Callback(thi
s); |
6752 | 6752 |
6753 @DomName('SVGSVGElement.createSVGTransform') | 6753 @DomName('SVGSVGElement.createSVGTransform') |
6754 @DocsEditable() | 6754 @DocsEditable() |
6755 Transform createSvgTransform() => blink.Native_SVGSVGElement_createSVGTransfor
m_Callback(this); | 6755 Transform createSvgTransform() => _blink.Native_SVGSVGElement_createSVGTransfo
rm_Callback(this); |
6756 | 6756 |
6757 @DomName('SVGSVGElement.createSVGTransformFromMatrix') | 6757 @DomName('SVGSVGElement.createSVGTransformFromMatrix') |
6758 @DocsEditable() | 6758 @DocsEditable() |
6759 Transform createSvgTransformFromMatrix(Matrix matrix) => blink.Native_SVGSVGEl
ement_createSVGTransformFromMatrix_Callback(this, matrix); | 6759 Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.Native_SVGSVGE
lement_createSVGTransformFromMatrix_Callback(this, matrix); |
6760 | 6760 |
6761 @DomName('SVGSVGElement.deselectAll') | 6761 @DomName('SVGSVGElement.deselectAll') |
6762 @DocsEditable() | 6762 @DocsEditable() |
6763 void deselectAll() => blink.Native_SVGSVGElement_deselectAll_Callback(this); | 6763 void deselectAll() => _blink.Native_SVGSVGElement_deselectAll_Callback(this); |
6764 | 6764 |
6765 @DomName('SVGSVGElement.forceRedraw') | 6765 @DomName('SVGSVGElement.forceRedraw') |
6766 @DocsEditable() | 6766 @DocsEditable() |
6767 void forceRedraw() => blink.Native_SVGSVGElement_forceRedraw_Callback(this); | 6767 void forceRedraw() => _blink.Native_SVGSVGElement_forceRedraw_Callback(this); |
6768 | 6768 |
6769 @DomName('SVGSVGElement.getCurrentTime') | 6769 @DomName('SVGSVGElement.getCurrentTime') |
6770 @DocsEditable() | 6770 @DocsEditable() |
6771 double getCurrentTime() => blink.Native_SVGSVGElement_getCurrentTime_Callback(
this); | 6771 double getCurrentTime() => _blink.Native_SVGSVGElement_getCurrentTime_Callback
(this); |
6772 | 6772 |
6773 @DomName('SVGSVGElement.getElementById') | 6773 @DomName('SVGSVGElement.getElementById') |
6774 @DocsEditable() | 6774 @DocsEditable() |
6775 Element getElementById(String elementId) => blink.Native_SVGSVGElement_getElem
entById_Callback(this, elementId); | 6775 Element getElementById(String elementId) => _blink.Native_SVGSVGElement_getEle
mentById_Callback(this, elementId); |
6776 | 6776 |
6777 @DomName('SVGSVGElement.getEnclosureList') | 6777 @DomName('SVGSVGElement.getEnclosureList') |
6778 @DocsEditable() | 6778 @DocsEditable() |
6779 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => blink.N
ative_SVGSVGElement_getEnclosureList_Callback(this, rect, referenceElement); | 6779 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => _blink.
Native_SVGSVGElement_getEnclosureList_Callback(this, rect, referenceElement); |
6780 | 6780 |
6781 @DomName('SVGSVGElement.getIntersectionList') | 6781 @DomName('SVGSVGElement.getIntersectionList') |
6782 @DocsEditable() | 6782 @DocsEditable() |
6783 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => blin
k.Native_SVGSVGElement_getIntersectionList_Callback(this, rect, referenceElement
); | 6783 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => _bli
nk.Native_SVGSVGElement_getIntersectionList_Callback(this, rect, referenceElemen
t); |
6784 | 6784 |
6785 @DomName('SVGSVGElement.pauseAnimations') | 6785 @DomName('SVGSVGElement.pauseAnimations') |
6786 @DocsEditable() | 6786 @DocsEditable() |
6787 void pauseAnimations() => blink.Native_SVGSVGElement_pauseAnimations_Callback(
this); | 6787 void pauseAnimations() => _blink.Native_SVGSVGElement_pauseAnimations_Callback
(this); |
6788 | 6788 |
6789 @DomName('SVGSVGElement.setCurrentTime') | 6789 @DomName('SVGSVGElement.setCurrentTime') |
6790 @DocsEditable() | 6790 @DocsEditable() |
6791 void setCurrentTime(num seconds) => blink.Native_SVGSVGElement_setCurrentTime_
Callback(this, seconds); | 6791 void setCurrentTime(num seconds) => _blink.Native_SVGSVGElement_setCurrentTime
_Callback(this, seconds); |
6792 | 6792 |
6793 @DomName('SVGSVGElement.suspendRedraw') | 6793 @DomName('SVGSVGElement.suspendRedraw') |
6794 @DocsEditable() | 6794 @DocsEditable() |
6795 int suspendRedraw(int maxWaitMilliseconds) => blink.Native_SVGSVGElement_suspe
ndRedraw_Callback(this, maxWaitMilliseconds); | 6795 int suspendRedraw(int maxWaitMilliseconds) => _blink.Native_SVGSVGElement_susp
endRedraw_Callback(this, maxWaitMilliseconds); |
6796 | 6796 |
6797 @DomName('SVGSVGElement.unpauseAnimations') | 6797 @DomName('SVGSVGElement.unpauseAnimations') |
6798 @DocsEditable() | 6798 @DocsEditable() |
6799 void unpauseAnimations() => blink.Native_SVGSVGElement_unpauseAnimations_Callb
ack(this); | 6799 void unpauseAnimations() => _blink.Native_SVGSVGElement_unpauseAnimations_Call
back(this); |
6800 | 6800 |
6801 @DomName('SVGSVGElement.unsuspendRedraw') | 6801 @DomName('SVGSVGElement.unsuspendRedraw') |
6802 @DocsEditable() | 6802 @DocsEditable() |
6803 void unsuspendRedraw(int suspendHandleId) => blink.Native_SVGSVGElement_unsusp
endRedraw_Callback(this, suspendHandleId); | 6803 void unsuspendRedraw(int suspendHandleId) => _blink.Native_SVGSVGElement_unsus
pendRedraw_Callback(this, suspendHandleId); |
6804 | 6804 |
6805 @DomName('SVGSVGElement.unsuspendRedrawAll') | 6805 @DomName('SVGSVGElement.unsuspendRedrawAll') |
6806 @DocsEditable() | 6806 @DocsEditable() |
6807 void unsuspendRedrawAll() => blink.Native_SVGSVGElement_unsuspendRedrawAll_Cal
lback(this); | 6807 void unsuspendRedrawAll() => _blink.Native_SVGSVGElement_unsuspendRedrawAll_Ca
llback(this); |
6808 | 6808 |
6809 @DomName('SVGSVGElement.preserveAspectRatio') | 6809 @DomName('SVGSVGElement.preserveAspectRatio') |
6810 @DocsEditable() | 6810 @DocsEditable() |
6811 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGSVGElem
ent_preserveAspectRatio_Getter(this); | 6811 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.Native_SVGSVGEle
ment_preserveAspectRatio_Getter(this); |
6812 | 6812 |
6813 @DomName('SVGSVGElement.viewBox') | 6813 @DomName('SVGSVGElement.viewBox') |
6814 @DocsEditable() | 6814 @DocsEditable() |
6815 AnimatedRect get viewBox => blink.Native_SVGSVGElement_viewBox_Getter(this); | 6815 AnimatedRect get viewBox => _blink.Native_SVGSVGElement_viewBox_Getter(this); |
6816 | 6816 |
6817 @DomName('SVGSVGElement.zoomAndPan') | 6817 @DomName('SVGSVGElement.zoomAndPan') |
6818 @DocsEditable() | 6818 @DocsEditable() |
6819 int get zoomAndPan => blink.Native_SVGSVGElement_zoomAndPan_Getter(this); | 6819 int get zoomAndPan => _blink.Native_SVGSVGElement_zoomAndPan_Getter(this); |
6820 | 6820 |
6821 @DomName('SVGSVGElement.zoomAndPan') | 6821 @DomName('SVGSVGElement.zoomAndPan') |
6822 @DocsEditable() | 6822 @DocsEditable() |
6823 void set zoomAndPan(int value) => blink.Native_SVGSVGElement_zoomAndPan_Setter
(this, value); | 6823 void set zoomAndPan(int value) => _blink.Native_SVGSVGElement_zoomAndPan_Sette
r(this, value); |
6824 | 6824 |
6825 } | 6825 } |
6826 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6826 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6827 // for details. All rights reserved. Use of this source code is governed by a | 6827 // for details. All rights reserved. Use of this source code is governed by a |
6828 // BSD-style license that can be found in the LICENSE file. | 6828 // BSD-style license that can be found in the LICENSE file. |
6829 | 6829 |
6830 // WARNING: Do not edit - generated code. | 6830 // WARNING: Do not edit - generated code. |
6831 | 6831 |
6832 | 6832 |
6833 @DocsEditable() | 6833 @DocsEditable() |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6867 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); | 6867 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); |
6868 /** | 6868 /** |
6869 * Constructor instantiated by the DOM when a custom element has been created. | 6869 * Constructor instantiated by the DOM when a custom element has been created. |
6870 * | 6870 * |
6871 * This can only be called by subclasses from their created constructor. | 6871 * This can only be called by subclasses from their created constructor. |
6872 */ | 6872 */ |
6873 SymbolElement.created() : super.created(); | 6873 SymbolElement.created() : super.created(); |
6874 | 6874 |
6875 @DomName('SVGSymbolElement.preserveAspectRatio') | 6875 @DomName('SVGSymbolElement.preserveAspectRatio') |
6876 @DocsEditable() | 6876 @DocsEditable() |
6877 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGSymbolE
lement_preserveAspectRatio_Getter(this); | 6877 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.Native_SVGSymbol
Element_preserveAspectRatio_Getter(this); |
6878 | 6878 |
6879 @DomName('SVGSymbolElement.viewBox') | 6879 @DomName('SVGSymbolElement.viewBox') |
6880 @DocsEditable() | 6880 @DocsEditable() |
6881 AnimatedRect get viewBox => blink.Native_SVGSymbolElement_viewBox_Getter(this)
; | 6881 AnimatedRect get viewBox => _blink.Native_SVGSymbolElement_viewBox_Getter(this
); |
6882 | 6882 |
6883 } | 6883 } |
6884 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6884 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6885 // for details. All rights reserved. Use of this source code is governed by a | 6885 // for details. All rights reserved. Use of this source code is governed by a |
6886 // BSD-style license that can be found in the LICENSE file. | 6886 // BSD-style license that can be found in the LICENSE file. |
6887 | 6887 |
6888 // WARNING: Do not edit - generated code. | 6888 // WARNING: Do not edit - generated code. |
6889 | 6889 |
6890 | 6890 |
6891 @DocsEditable() | 6891 @DocsEditable() |
(...skipping 23 matching lines...) Expand all Loading... |
6915 | 6915 |
6916 @DocsEditable() | 6916 @DocsEditable() |
6917 @DomName('SVGTests') | 6917 @DomName('SVGTests') |
6918 @Unstable() | 6918 @Unstable() |
6919 abstract class Tests extends NativeFieldWrapperClass2 { | 6919 abstract class Tests extends NativeFieldWrapperClass2 { |
6920 // To suppress missing implicit constructor warnings. | 6920 // To suppress missing implicit constructor warnings. |
6921 factory Tests._() { throw new UnsupportedError("Not supported"); } | 6921 factory Tests._() { throw new UnsupportedError("Not supported"); } |
6922 | 6922 |
6923 @DomName('SVGTests.requiredExtensions') | 6923 @DomName('SVGTests.requiredExtensions') |
6924 @DocsEditable() | 6924 @DocsEditable() |
6925 StringList get requiredExtensions => blink.Native_SVGTests_requiredExtensions_
Getter(this); | 6925 StringList get requiredExtensions => _blink.Native_SVGTests_requiredExtensions
_Getter(this); |
6926 | 6926 |
6927 @DomName('SVGTests.requiredFeatures') | 6927 @DomName('SVGTests.requiredFeatures') |
6928 @DocsEditable() | 6928 @DocsEditable() |
6929 StringList get requiredFeatures => blink.Native_SVGTests_requiredFeatures_Gett
er(this); | 6929 StringList get requiredFeatures => _blink.Native_SVGTests_requiredFeatures_Get
ter(this); |
6930 | 6930 |
6931 @DomName('SVGTests.systemLanguage') | 6931 @DomName('SVGTests.systemLanguage') |
6932 @DocsEditable() | 6932 @DocsEditable() |
6933 StringList get systemLanguage => blink.Native_SVGTests_systemLanguage_Getter(t
his); | 6933 StringList get systemLanguage => _blink.Native_SVGTests_systemLanguage_Getter(
this); |
6934 | 6934 |
6935 @DomName('SVGTests.hasExtension') | 6935 @DomName('SVGTests.hasExtension') |
6936 @DocsEditable() | 6936 @DocsEditable() |
6937 bool hasExtension(String extension) => blink.Native_SVGTests_hasExtension_Call
back(this, extension); | 6937 bool hasExtension(String extension) => _blink.Native_SVGTests_hasExtension_Cal
lback(this, extension); |
6938 | 6938 |
6939 } | 6939 } |
6940 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6940 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6941 // for details. All rights reserved. Use of this source code is governed by a | 6941 // for details. All rights reserved. Use of this source code is governed by a |
6942 // BSD-style license that can be found in the LICENSE file. | 6942 // BSD-style license that can be found in the LICENSE file. |
6943 | 6943 |
6944 // WARNING: Do not edit - generated code. | 6944 // WARNING: Do not edit - generated code. |
6945 | 6945 |
6946 | 6946 |
6947 @DocsEditable() | 6947 @DocsEditable() |
(...skipping 16 matching lines...) Expand all Loading... |
6964 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') | 6964 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') |
6965 @DocsEditable() | 6965 @DocsEditable() |
6966 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; | 6966 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; |
6967 | 6967 |
6968 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN') | 6968 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN') |
6969 @DocsEditable() | 6969 @DocsEditable() |
6970 static const int LENGTHADJUST_UNKNOWN = 0; | 6970 static const int LENGTHADJUST_UNKNOWN = 0; |
6971 | 6971 |
6972 @DomName('SVGTextContentElement.lengthAdjust') | 6972 @DomName('SVGTextContentElement.lengthAdjust') |
6973 @DocsEditable() | 6973 @DocsEditable() |
6974 AnimatedEnumeration get lengthAdjust => blink.Native_SVGTextContentElement_len
gthAdjust_Getter(this); | 6974 AnimatedEnumeration get lengthAdjust => _blink.Native_SVGTextContentElement_le
ngthAdjust_Getter(this); |
6975 | 6975 |
6976 @DomName('SVGTextContentElement.textLength') | 6976 @DomName('SVGTextContentElement.textLength') |
6977 @DocsEditable() | 6977 @DocsEditable() |
6978 AnimatedLength get textLength => blink.Native_SVGTextContentElement_textLength
_Getter(this); | 6978 AnimatedLength get textLength => _blink.Native_SVGTextContentElement_textLengt
h_Getter(this); |
6979 | 6979 |
6980 @DomName('SVGTextContentElement.getCharNumAtPosition') | 6980 @DomName('SVGTextContentElement.getCharNumAtPosition') |
6981 @DocsEditable() | 6981 @DocsEditable() |
6982 int getCharNumAtPosition(Point point) => blink.Native_SVGTextContentElement_ge
tCharNumAtPosition_Callback(this, point); | 6982 int getCharNumAtPosition(Point point) => _blink.Native_SVGTextContentElement_g
etCharNumAtPosition_Callback(this, point); |
6983 | 6983 |
6984 @DomName('SVGTextContentElement.getComputedTextLength') | 6984 @DomName('SVGTextContentElement.getComputedTextLength') |
6985 @DocsEditable() | 6985 @DocsEditable() |
6986 double getComputedTextLength() => blink.Native_SVGTextContentElement_getComput
edTextLength_Callback(this); | 6986 double getComputedTextLength() => _blink.Native_SVGTextContentElement_getCompu
tedTextLength_Callback(this); |
6987 | 6987 |
6988 @DomName('SVGTextContentElement.getEndPositionOfChar') | 6988 @DomName('SVGTextContentElement.getEndPositionOfChar') |
6989 @DocsEditable() | 6989 @DocsEditable() |
6990 Point getEndPositionOfChar(int offset) => blink.Native_SVGTextContentElement_g
etEndPositionOfChar_Callback(this, offset); | 6990 Point getEndPositionOfChar(int offset) => _blink.Native_SVGTextContentElement_
getEndPositionOfChar_Callback(this, offset); |
6991 | 6991 |
6992 @DomName('SVGTextContentElement.getExtentOfChar') | 6992 @DomName('SVGTextContentElement.getExtentOfChar') |
6993 @DocsEditable() | 6993 @DocsEditable() |
6994 Rect getExtentOfChar(int offset) => blink.Native_SVGTextContentElement_getExte
ntOfChar_Callback(this, offset); | 6994 Rect getExtentOfChar(int offset) => _blink.Native_SVGTextContentElement_getExt
entOfChar_Callback(this, offset); |
6995 | 6995 |
6996 @DomName('SVGTextContentElement.getNumberOfChars') | 6996 @DomName('SVGTextContentElement.getNumberOfChars') |
6997 @DocsEditable() | 6997 @DocsEditable() |
6998 int getNumberOfChars() => blink.Native_SVGTextContentElement_getNumberOfChars_
Callback(this); | 6998 int getNumberOfChars() => _blink.Native_SVGTextContentElement_getNumberOfChars
_Callback(this); |
6999 | 6999 |
7000 @DomName('SVGTextContentElement.getRotationOfChar') | 7000 @DomName('SVGTextContentElement.getRotationOfChar') |
7001 @DocsEditable() | 7001 @DocsEditable() |
7002 double getRotationOfChar(int offset) => blink.Native_SVGTextContentElement_get
RotationOfChar_Callback(this, offset); | 7002 double getRotationOfChar(int offset) => _blink.Native_SVGTextContentElement_ge
tRotationOfChar_Callback(this, offset); |
7003 | 7003 |
7004 @DomName('SVGTextContentElement.getStartPositionOfChar') | 7004 @DomName('SVGTextContentElement.getStartPositionOfChar') |
7005 @DocsEditable() | 7005 @DocsEditable() |
7006 Point getStartPositionOfChar(int offset) => blink.Native_SVGTextContentElement
_getStartPositionOfChar_Callback(this, offset); | 7006 Point getStartPositionOfChar(int offset) => _blink.Native_SVGTextContentElemen
t_getStartPositionOfChar_Callback(this, offset); |
7007 | 7007 |
7008 @DomName('SVGTextContentElement.getSubStringLength') | 7008 @DomName('SVGTextContentElement.getSubStringLength') |
7009 @DocsEditable() | 7009 @DocsEditable() |
7010 double getSubStringLength(int offset, int length) => blink.Native_SVGTextConte
ntElement_getSubStringLength_Callback(this, offset, length); | 7010 double getSubStringLength(int offset, int length) => _blink.Native_SVGTextCont
entElement_getSubStringLength_Callback(this, offset, length); |
7011 | 7011 |
7012 @DomName('SVGTextContentElement.selectSubString') | 7012 @DomName('SVGTextContentElement.selectSubString') |
7013 @DocsEditable() | 7013 @DocsEditable() |
7014 void selectSubString(int offset, int length) => blink.Native_SVGTextContentEle
ment_selectSubString_Callback(this, offset, length); | 7014 void selectSubString(int offset, int length) => _blink.Native_SVGTextContentEl
ement_selectSubString_Callback(this, offset, length); |
7015 | 7015 |
7016 } | 7016 } |
7017 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7017 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7018 // for details. All rights reserved. Use of this source code is governed by a | 7018 // for details. All rights reserved. Use of this source code is governed by a |
7019 // BSD-style license that can be found in the LICENSE file. | 7019 // BSD-style license that can be found in the LICENSE file. |
7020 | 7020 |
7021 // WARNING: Do not edit - generated code. | 7021 // WARNING: Do not edit - generated code. |
7022 | 7022 |
7023 | 7023 |
7024 @DocsEditable() | 7024 @DocsEditable() |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7078 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT') | 7078 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT') |
7079 @DocsEditable() | 7079 @DocsEditable() |
7080 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; | 7080 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; |
7081 | 7081 |
7082 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN') | 7082 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN') |
7083 @DocsEditable() | 7083 @DocsEditable() |
7084 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; | 7084 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; |
7085 | 7085 |
7086 @DomName('SVGTextPathElement.method') | 7086 @DomName('SVGTextPathElement.method') |
7087 @DocsEditable() | 7087 @DocsEditable() |
7088 AnimatedEnumeration get method => blink.Native_SVGTextPathElement_method_Gette
r(this); | 7088 AnimatedEnumeration get method => _blink.Native_SVGTextPathElement_method_Gett
er(this); |
7089 | 7089 |
7090 @DomName('SVGTextPathElement.spacing') | 7090 @DomName('SVGTextPathElement.spacing') |
7091 @DocsEditable() | 7091 @DocsEditable() |
7092 AnimatedEnumeration get spacing => blink.Native_SVGTextPathElement_spacing_Get
ter(this); | 7092 AnimatedEnumeration get spacing => _blink.Native_SVGTextPathElement_spacing_Ge
tter(this); |
7093 | 7093 |
7094 @DomName('SVGTextPathElement.startOffset') | 7094 @DomName('SVGTextPathElement.startOffset') |
7095 @DocsEditable() | 7095 @DocsEditable() |
7096 AnimatedLength get startOffset => blink.Native_SVGTextPathElement_startOffset_
Getter(this); | 7096 AnimatedLength get startOffset => _blink.Native_SVGTextPathElement_startOffset
_Getter(this); |
7097 | 7097 |
7098 @DomName('SVGTextPathElement.href') | 7098 @DomName('SVGTextPathElement.href') |
7099 @DocsEditable() | 7099 @DocsEditable() |
7100 AnimatedString get href => blink.Native_SVGTextPathElement_href_Getter(this); | 7100 AnimatedString get href => _blink.Native_SVGTextPathElement_href_Getter(this); |
7101 | 7101 |
7102 } | 7102 } |
7103 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7103 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7104 // for details. All rights reserved. Use of this source code is governed by a | 7104 // for details. All rights reserved. Use of this source code is governed by a |
7105 // BSD-style license that can be found in the LICENSE file. | 7105 // BSD-style license that can be found in the LICENSE file. |
7106 | 7106 |
7107 // WARNING: Do not edit - generated code. | 7107 // WARNING: Do not edit - generated code. |
7108 | 7108 |
7109 | 7109 |
7110 @DocsEditable() | 7110 @DocsEditable() |
7111 @DomName('SVGTextPositioningElement') | 7111 @DomName('SVGTextPositioningElement') |
7112 @Unstable() | 7112 @Unstable() |
7113 class TextPositioningElement extends TextContentElement { | 7113 class TextPositioningElement extends TextContentElement { |
7114 // To suppress missing implicit constructor warnings. | 7114 // To suppress missing implicit constructor warnings. |
7115 factory TextPositioningElement._() { throw new UnsupportedError("Not supported
"); } | 7115 factory TextPositioningElement._() { throw new UnsupportedError("Not supported
"); } |
7116 /** | 7116 /** |
7117 * Constructor instantiated by the DOM when a custom element has been created. | 7117 * Constructor instantiated by the DOM when a custom element has been created. |
7118 * | 7118 * |
7119 * This can only be called by subclasses from their created constructor. | 7119 * This can only be called by subclasses from their created constructor. |
7120 */ | 7120 */ |
7121 TextPositioningElement.created() : super.created(); | 7121 TextPositioningElement.created() : super.created(); |
7122 | 7122 |
7123 @DomName('SVGTextPositioningElement.dx') | 7123 @DomName('SVGTextPositioningElement.dx') |
7124 @DocsEditable() | 7124 @DocsEditable() |
7125 AnimatedLengthList get dx => blink.Native_SVGTextPositioningElement_dx_Getter(
this); | 7125 AnimatedLengthList get dx => _blink.Native_SVGTextPositioningElement_dx_Getter
(this); |
7126 | 7126 |
7127 @DomName('SVGTextPositioningElement.dy') | 7127 @DomName('SVGTextPositioningElement.dy') |
7128 @DocsEditable() | 7128 @DocsEditable() |
7129 AnimatedLengthList get dy => blink.Native_SVGTextPositioningElement_dy_Getter(
this); | 7129 AnimatedLengthList get dy => _blink.Native_SVGTextPositioningElement_dy_Getter
(this); |
7130 | 7130 |
7131 @DomName('SVGTextPositioningElement.rotate') | 7131 @DomName('SVGTextPositioningElement.rotate') |
7132 @DocsEditable() | 7132 @DocsEditable() |
7133 AnimatedNumberList get rotate => blink.Native_SVGTextPositioningElement_rotate
_Getter(this); | 7133 AnimatedNumberList get rotate => _blink.Native_SVGTextPositioningElement_rotat
e_Getter(this); |
7134 | 7134 |
7135 @DomName('SVGTextPositioningElement.x') | 7135 @DomName('SVGTextPositioningElement.x') |
7136 @DocsEditable() | 7136 @DocsEditable() |
7137 AnimatedLengthList get x => blink.Native_SVGTextPositioningElement_x_Getter(th
is); | 7137 AnimatedLengthList get x => _blink.Native_SVGTextPositioningElement_x_Getter(t
his); |
7138 | 7138 |
7139 @DomName('SVGTextPositioningElement.y') | 7139 @DomName('SVGTextPositioningElement.y') |
7140 @DocsEditable() | 7140 @DocsEditable() |
7141 AnimatedLengthList get y => blink.Native_SVGTextPositioningElement_y_Getter(th
is); | 7141 AnimatedLengthList get y => _blink.Native_SVGTextPositioningElement_y_Getter(t
his); |
7142 | 7142 |
7143 } | 7143 } |
7144 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7144 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7145 // for details. All rights reserved. Use of this source code is governed by a | 7145 // for details. All rights reserved. Use of this source code is governed by a |
7146 // BSD-style license that can be found in the LICENSE file. | 7146 // BSD-style license that can be found in the LICENSE file. |
7147 | 7147 |
7148 // WARNING: Do not edit - generated code. | 7148 // WARNING: Do not edit - generated code. |
7149 | 7149 |
7150 | 7150 |
7151 @DocsEditable() | 7151 @DocsEditable() |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7203 @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE') | 7203 @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE') |
7204 @DocsEditable() | 7204 @DocsEditable() |
7205 static const int SVG_TRANSFORM_TRANSLATE = 2; | 7205 static const int SVG_TRANSFORM_TRANSLATE = 2; |
7206 | 7206 |
7207 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') | 7207 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') |
7208 @DocsEditable() | 7208 @DocsEditable() |
7209 static const int SVG_TRANSFORM_UNKNOWN = 0; | 7209 static const int SVG_TRANSFORM_UNKNOWN = 0; |
7210 | 7210 |
7211 @DomName('SVGTransform.angle') | 7211 @DomName('SVGTransform.angle') |
7212 @DocsEditable() | 7212 @DocsEditable() |
7213 double get angle => blink.Native_SVGTransform_angle_Getter(this); | 7213 double get angle => _blink.Native_SVGTransform_angle_Getter(this); |
7214 | 7214 |
7215 @DomName('SVGTransform.matrix') | 7215 @DomName('SVGTransform.matrix') |
7216 @DocsEditable() | 7216 @DocsEditable() |
7217 Matrix get matrix => blink.Native_SVGTransform_matrix_Getter(this); | 7217 Matrix get matrix => _blink.Native_SVGTransform_matrix_Getter(this); |
7218 | 7218 |
7219 @DomName('SVGTransform.type') | 7219 @DomName('SVGTransform.type') |
7220 @DocsEditable() | 7220 @DocsEditable() |
7221 int get type => blink.Native_SVGTransform_type_Getter(this); | 7221 int get type => _blink.Native_SVGTransform_type_Getter(this); |
7222 | 7222 |
7223 @DomName('SVGTransform.setMatrix') | 7223 @DomName('SVGTransform.setMatrix') |
7224 @DocsEditable() | 7224 @DocsEditable() |
7225 void setMatrix(Matrix matrix) => blink.Native_SVGTransform_setMatrix_Callback(
this, matrix); | 7225 void setMatrix(Matrix matrix) => _blink.Native_SVGTransform_setMatrix_Callback
(this, matrix); |
7226 | 7226 |
7227 @DomName('SVGTransform.setRotate') | 7227 @DomName('SVGTransform.setRotate') |
7228 @DocsEditable() | 7228 @DocsEditable() |
7229 void setRotate(num angle, num cx, num cy) => blink.Native_SVGTransform_setRota
te_Callback(this, angle, cx, cy); | 7229 void setRotate(num angle, num cx, num cy) => _blink.Native_SVGTransform_setRot
ate_Callback(this, angle, cx, cy); |
7230 | 7230 |
7231 @DomName('SVGTransform.setScale') | 7231 @DomName('SVGTransform.setScale') |
7232 @DocsEditable() | 7232 @DocsEditable() |
7233 void setScale(num sx, num sy) => blink.Native_SVGTransform_setScale_Callback(t
his, sx, sy); | 7233 void setScale(num sx, num sy) => _blink.Native_SVGTransform_setScale_Callback(
this, sx, sy); |
7234 | 7234 |
7235 @DomName('SVGTransform.setSkewX') | 7235 @DomName('SVGTransform.setSkewX') |
7236 @DocsEditable() | 7236 @DocsEditable() |
7237 void setSkewX(num angle) => blink.Native_SVGTransform_setSkewX_Callback(this,
angle); | 7237 void setSkewX(num angle) => _blink.Native_SVGTransform_setSkewX_Callback(this,
angle); |
7238 | 7238 |
7239 @DomName('SVGTransform.setSkewY') | 7239 @DomName('SVGTransform.setSkewY') |
7240 @DocsEditable() | 7240 @DocsEditable() |
7241 void setSkewY(num angle) => blink.Native_SVGTransform_setSkewY_Callback(this,
angle); | 7241 void setSkewY(num angle) => _blink.Native_SVGTransform_setSkewY_Callback(this,
angle); |
7242 | 7242 |
7243 @DomName('SVGTransform.setTranslate') | 7243 @DomName('SVGTransform.setTranslate') |
7244 @DocsEditable() | 7244 @DocsEditable() |
7245 void setTranslate(num tx, num ty) => blink.Native_SVGTransform_setTranslate_Ca
llback(this, tx, ty); | 7245 void setTranslate(num tx, num ty) => _blink.Native_SVGTransform_setTranslate_C
allback(this, tx, ty); |
7246 | 7246 |
7247 } | 7247 } |
7248 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7248 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7249 // for details. All rights reserved. Use of this source code is governed by a | 7249 // for details. All rights reserved. Use of this source code is governed by a |
7250 // BSD-style license that can be found in the LICENSE file. | 7250 // BSD-style license that can be found in the LICENSE file. |
7251 | 7251 |
7252 // WARNING: Do not edit - generated code. | 7252 // WARNING: Do not edit - generated code. |
7253 | 7253 |
7254 | 7254 |
7255 @DocsEditable() | 7255 @DocsEditable() |
7256 @DomName('SVGTransformList') | 7256 @DomName('SVGTransformList') |
7257 @Unstable() | 7257 @Unstable() |
7258 class TransformList extends NativeFieldWrapperClass2 with ListMixin<Transform>,
ImmutableListMixin<Transform> implements List<Transform> { | 7258 class TransformList extends NativeFieldWrapperClass2 with ListMixin<Transform>,
ImmutableListMixin<Transform> implements List<Transform> { |
7259 // To suppress missing implicit constructor warnings. | 7259 // To suppress missing implicit constructor warnings. |
7260 factory TransformList._() { throw new UnsupportedError("Not supported"); } | 7260 factory TransformList._() { throw new UnsupportedError("Not supported"); } |
7261 | 7261 |
7262 @DomName('SVGTransformList.numberOfItems') | 7262 @DomName('SVGTransformList.numberOfItems') |
7263 @DocsEditable() | 7263 @DocsEditable() |
7264 int get numberOfItems => blink.Native_SVGTransformList_numberOfItems_Getter(th
is); | 7264 int get numberOfItems => _blink.Native_SVGTransformList_numberOfItems_Getter(t
his); |
7265 | 7265 |
7266 Transform operator[](int index) { | 7266 Transform operator[](int index) { |
7267 if (index < 0 || index >= length) | 7267 if (index < 0 || index >= length) |
7268 throw new RangeError.range(index, 0, length); | 7268 throw new RangeError.range(index, 0, length); |
7269 return getItem(index); | 7269 return getItem(index); |
7270 } | 7270 } |
7271 | 7271 |
7272 void operator[]=(int index, Transform value) { | 7272 void operator[]=(int index, Transform value) { |
7273 throw new UnsupportedError("Cannot assign element of immutable List."); | 7273 throw new UnsupportedError("Cannot assign element of immutable List."); |
7274 } | 7274 } |
(...skipping 29 matching lines...) Expand all Loading... |
7304 } | 7304 } |
7305 if (len == 0) throw new StateError("No elements"); | 7305 if (len == 0) throw new StateError("No elements"); |
7306 throw new StateError("More than one element"); | 7306 throw new StateError("More than one element"); |
7307 } | 7307 } |
7308 | 7308 |
7309 Transform elementAt(int index) => this[index]; | 7309 Transform elementAt(int index) => this[index]; |
7310 // -- end List<Transform> mixins. | 7310 // -- end List<Transform> mixins. |
7311 | 7311 |
7312 @DomName('SVGTransformList.appendItem') | 7312 @DomName('SVGTransformList.appendItem') |
7313 @DocsEditable() | 7313 @DocsEditable() |
7314 Transform appendItem(Transform item) => blink.Native_SVGTransformList_appendIt
em_Callback(this, item); | 7314 Transform appendItem(Transform item) => _blink.Native_SVGTransformList_appendI
tem_Callback(this, item); |
7315 | 7315 |
7316 @DomName('SVGTransformList.clear') | 7316 @DomName('SVGTransformList.clear') |
7317 @DocsEditable() | 7317 @DocsEditable() |
7318 void clear() => blink.Native_SVGTransformList_clear_Callback(this); | 7318 void clear() => _blink.Native_SVGTransformList_clear_Callback(this); |
7319 | 7319 |
7320 @DomName('SVGTransformList.consolidate') | 7320 @DomName('SVGTransformList.consolidate') |
7321 @DocsEditable() | 7321 @DocsEditable() |
7322 Transform consolidate() => blink.Native_SVGTransformList_consolidate_Callback(
this); | 7322 Transform consolidate() => _blink.Native_SVGTransformList_consolidate_Callback
(this); |
7323 | 7323 |
7324 @DomName('SVGTransformList.createSVGTransformFromMatrix') | 7324 @DomName('SVGTransformList.createSVGTransformFromMatrix') |
7325 @DocsEditable() | 7325 @DocsEditable() |
7326 Transform createSvgTransformFromMatrix(Matrix matrix) => blink.Native_SVGTrans
formList_createSVGTransformFromMatrix_Callback(this, matrix); | 7326 Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.Native_SVGTran
sformList_createSVGTransformFromMatrix_Callback(this, matrix); |
7327 | 7327 |
7328 @DomName('SVGTransformList.getItem') | 7328 @DomName('SVGTransformList.getItem') |
7329 @DocsEditable() | 7329 @DocsEditable() |
7330 Transform getItem(int index) => blink.Native_SVGTransformList_getItem_Callback
(this, index); | 7330 Transform getItem(int index) => _blink.Native_SVGTransformList_getItem_Callbac
k(this, index); |
7331 | 7331 |
7332 @DomName('SVGTransformList.initialize') | 7332 @DomName('SVGTransformList.initialize') |
7333 @DocsEditable() | 7333 @DocsEditable() |
7334 Transform initialize(Transform item) => blink.Native_SVGTransformList_initiali
ze_Callback(this, item); | 7334 Transform initialize(Transform item) => _blink.Native_SVGTransformList_initial
ize_Callback(this, item); |
7335 | 7335 |
7336 @DomName('SVGTransformList.insertItemBefore') | 7336 @DomName('SVGTransformList.insertItemBefore') |
7337 @DocsEditable() | 7337 @DocsEditable() |
7338 Transform insertItemBefore(Transform item, int index) => blink.Native_SVGTrans
formList_insertItemBefore_Callback(this, item, index); | 7338 Transform insertItemBefore(Transform item, int index) => _blink.Native_SVGTran
sformList_insertItemBefore_Callback(this, item, index); |
7339 | 7339 |
7340 @DomName('SVGTransformList.removeItem') | 7340 @DomName('SVGTransformList.removeItem') |
7341 @DocsEditable() | 7341 @DocsEditable() |
7342 Transform removeItem(int index) => blink.Native_SVGTransformList_removeItem_Ca
llback(this, index); | 7342 Transform removeItem(int index) => _blink.Native_SVGTransformList_removeItem_C
allback(this, index); |
7343 | 7343 |
7344 @DomName('SVGTransformList.replaceItem') | 7344 @DomName('SVGTransformList.replaceItem') |
7345 @DocsEditable() | 7345 @DocsEditable() |
7346 Transform replaceItem(Transform item, int index) => blink.Native_SVGTransformL
ist_replaceItem_Callback(this, item, index); | 7346 Transform replaceItem(Transform item, int index) => _blink.Native_SVGTransform
List_replaceItem_Callback(this, item, index); |
7347 | 7347 |
7348 } | 7348 } |
7349 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7349 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7350 // for details. All rights reserved. Use of this source code is governed by a | 7350 // for details. All rights reserved. Use of this source code is governed by a |
7351 // BSD-style license that can be found in the LICENSE file. | 7351 // BSD-style license that can be found in the LICENSE file. |
7352 | 7352 |
7353 // WARNING: Do not edit - generated code. | 7353 // WARNING: Do not edit - generated code. |
7354 | 7354 |
7355 | 7355 |
7356 @DocsEditable() | 7356 @DocsEditable() |
(...skipping 25 matching lines...) Expand all Loading... |
7382 | 7382 |
7383 @DocsEditable() | 7383 @DocsEditable() |
7384 @DomName('SVGURIReference') | 7384 @DomName('SVGURIReference') |
7385 @Unstable() | 7385 @Unstable() |
7386 abstract class UriReference extends NativeFieldWrapperClass2 { | 7386 abstract class UriReference extends NativeFieldWrapperClass2 { |
7387 // To suppress missing implicit constructor warnings. | 7387 // To suppress missing implicit constructor warnings. |
7388 factory UriReference._() { throw new UnsupportedError("Not supported"); } | 7388 factory UriReference._() { throw new UnsupportedError("Not supported"); } |
7389 | 7389 |
7390 @DomName('SVGURIReference.href') | 7390 @DomName('SVGURIReference.href') |
7391 @DocsEditable() | 7391 @DocsEditable() |
7392 AnimatedString get href => blink.Native_SVGURIReference_href_Getter(this); | 7392 AnimatedString get href => _blink.Native_SVGURIReference_href_Getter(this); |
7393 | 7393 |
7394 } | 7394 } |
7395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7396 // for details. All rights reserved. Use of this source code is governed by a | 7396 // for details. All rights reserved. Use of this source code is governed by a |
7397 // BSD-style license that can be found in the LICENSE file. | 7397 // BSD-style license that can be found in the LICENSE file. |
7398 | 7398 |
7399 // WARNING: Do not edit - generated code. | 7399 // WARNING: Do not edit - generated code. |
7400 | 7400 |
7401 | 7401 |
7402 @DocsEditable() | 7402 @DocsEditable() |
7403 @DomName('SVGUseElement') | 7403 @DomName('SVGUseElement') |
7404 @Unstable() | 7404 @Unstable() |
7405 class UseElement extends GraphicsElement implements UriReference, Tests { | 7405 class UseElement extends GraphicsElement implements UriReference, Tests { |
7406 // To suppress missing implicit constructor warnings. | 7406 // To suppress missing implicit constructor warnings. |
7407 factory UseElement._() { throw new UnsupportedError("Not supported"); } | 7407 factory UseElement._() { throw new UnsupportedError("Not supported"); } |
7408 | 7408 |
7409 @DomName('SVGUseElement.SVGUseElement') | 7409 @DomName('SVGUseElement.SVGUseElement') |
7410 @DocsEditable() | 7410 @DocsEditable() |
7411 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 7411 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; |
7412 /** | 7412 /** |
7413 * Constructor instantiated by the DOM when a custom element has been created. | 7413 * Constructor instantiated by the DOM when a custom element has been created. |
7414 * | 7414 * |
7415 * This can only be called by subclasses from their created constructor. | 7415 * This can only be called by subclasses from their created constructor. |
7416 */ | 7416 */ |
7417 UseElement.created() : super.created(); | 7417 UseElement.created() : super.created(); |
7418 | 7418 |
7419 @DomName('SVGUseElement.animatedInstanceRoot') | 7419 @DomName('SVGUseElement.animatedInstanceRoot') |
7420 @DocsEditable() | 7420 @DocsEditable() |
7421 ElementInstance get animatedInstanceRoot => blink.Native_SVGUseElement_animate
dInstanceRoot_Getter(this); | 7421 ElementInstance get animatedInstanceRoot => _blink.Native_SVGUseElement_animat
edInstanceRoot_Getter(this); |
7422 | 7422 |
7423 @DomName('SVGUseElement.height') | 7423 @DomName('SVGUseElement.height') |
7424 @DocsEditable() | 7424 @DocsEditable() |
7425 AnimatedLength get height => blink.Native_SVGUseElement_height_Getter(this); | 7425 AnimatedLength get height => _blink.Native_SVGUseElement_height_Getter(this); |
7426 | 7426 |
7427 @DomName('SVGUseElement.instanceRoot') | 7427 @DomName('SVGUseElement.instanceRoot') |
7428 @DocsEditable() | 7428 @DocsEditable() |
7429 ElementInstance get instanceRoot => blink.Native_SVGUseElement_instanceRoot_Ge
tter(this); | 7429 ElementInstance get instanceRoot => _blink.Native_SVGUseElement_instanceRoot_G
etter(this); |
7430 | 7430 |
7431 @DomName('SVGUseElement.width') | 7431 @DomName('SVGUseElement.width') |
7432 @DocsEditable() | 7432 @DocsEditable() |
7433 AnimatedLength get width => blink.Native_SVGUseElement_width_Getter(this); | 7433 AnimatedLength get width => _blink.Native_SVGUseElement_width_Getter(this); |
7434 | 7434 |
7435 @DomName('SVGUseElement.x') | 7435 @DomName('SVGUseElement.x') |
7436 @DocsEditable() | 7436 @DocsEditable() |
7437 AnimatedLength get x => blink.Native_SVGUseElement_x_Getter(this); | 7437 AnimatedLength get x => _blink.Native_SVGUseElement_x_Getter(this); |
7438 | 7438 |
7439 @DomName('SVGUseElement.y') | 7439 @DomName('SVGUseElement.y') |
7440 @DocsEditable() | 7440 @DocsEditable() |
7441 AnimatedLength get y => blink.Native_SVGUseElement_y_Getter(this); | 7441 AnimatedLength get y => _blink.Native_SVGUseElement_y_Getter(this); |
7442 | 7442 |
7443 @DomName('SVGUseElement.requiredExtensions') | 7443 @DomName('SVGUseElement.requiredExtensions') |
7444 @DocsEditable() | 7444 @DocsEditable() |
7445 StringList get requiredExtensions => blink.Native_SVGUseElement_requiredExtens
ions_Getter(this); | 7445 StringList get requiredExtensions => _blink.Native_SVGUseElement_requiredExten
sions_Getter(this); |
7446 | 7446 |
7447 @DomName('SVGUseElement.requiredFeatures') | 7447 @DomName('SVGUseElement.requiredFeatures') |
7448 @DocsEditable() | 7448 @DocsEditable() |
7449 StringList get requiredFeatures => blink.Native_SVGUseElement_requiredFeatures
_Getter(this); | 7449 StringList get requiredFeatures => _blink.Native_SVGUseElement_requiredFeature
s_Getter(this); |
7450 | 7450 |
7451 @DomName('SVGUseElement.systemLanguage') | 7451 @DomName('SVGUseElement.systemLanguage') |
7452 @DocsEditable() | 7452 @DocsEditable() |
7453 StringList get systemLanguage => blink.Native_SVGUseElement_systemLanguage_Get
ter(this); | 7453 StringList get systemLanguage => _blink.Native_SVGUseElement_systemLanguage_Ge
tter(this); |
7454 | 7454 |
7455 @DomName('SVGUseElement.hasExtension') | 7455 @DomName('SVGUseElement.hasExtension') |
7456 @DocsEditable() | 7456 @DocsEditable() |
7457 bool hasExtension(String extension) => blink.Native_SVGUseElement_hasExtension
_Callback(this, extension); | 7457 bool hasExtension(String extension) => _blink.Native_SVGUseElement_hasExtensio
n_Callback(this, extension); |
7458 | 7458 |
7459 @DomName('SVGUseElement.href') | 7459 @DomName('SVGUseElement.href') |
7460 @DocsEditable() | 7460 @DocsEditable() |
7461 AnimatedString get href => blink.Native_SVGUseElement_href_Getter(this); | 7461 AnimatedString get href => _blink.Native_SVGUseElement_href_Getter(this); |
7462 | 7462 |
7463 } | 7463 } |
7464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7465 // for details. All rights reserved. Use of this source code is governed by a | 7465 // for details. All rights reserved. Use of this source code is governed by a |
7466 // BSD-style license that can be found in the LICENSE file. | 7466 // BSD-style license that can be found in the LICENSE file. |
7467 | 7467 |
7468 // WARNING: Do not edit - generated code. | 7468 // WARNING: Do not edit - generated code. |
7469 | 7469 |
7470 | 7470 |
7471 @DocsEditable() | 7471 @DocsEditable() |
7472 @DomName('SVGViewElement') | 7472 @DomName('SVGViewElement') |
7473 @Unstable() | 7473 @Unstable() |
7474 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { | 7474 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { |
7475 // To suppress missing implicit constructor warnings. | 7475 // To suppress missing implicit constructor warnings. |
7476 factory ViewElement._() { throw new UnsupportedError("Not supported"); } | 7476 factory ViewElement._() { throw new UnsupportedError("Not supported"); } |
7477 | 7477 |
7478 @DomName('SVGViewElement.SVGViewElement') | 7478 @DomName('SVGViewElement.SVGViewElement') |
7479 @DocsEditable() | 7479 @DocsEditable() |
7480 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); | 7480 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); |
7481 /** | 7481 /** |
7482 * Constructor instantiated by the DOM when a custom element has been created. | 7482 * Constructor instantiated by the DOM when a custom element has been created. |
7483 * | 7483 * |
7484 * This can only be called by subclasses from their created constructor. | 7484 * This can only be called by subclasses from their created constructor. |
7485 */ | 7485 */ |
7486 ViewElement.created() : super.created(); | 7486 ViewElement.created() : super.created(); |
7487 | 7487 |
7488 @DomName('SVGViewElement.viewTarget') | 7488 @DomName('SVGViewElement.viewTarget') |
7489 @DocsEditable() | 7489 @DocsEditable() |
7490 StringList get viewTarget => blink.Native_SVGViewElement_viewTarget_Getter(thi
s); | 7490 StringList get viewTarget => _blink.Native_SVGViewElement_viewTarget_Getter(th
is); |
7491 | 7491 |
7492 @DomName('SVGViewElement.preserveAspectRatio') | 7492 @DomName('SVGViewElement.preserveAspectRatio') |
7493 @DocsEditable() | 7493 @DocsEditable() |
7494 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGViewEle
ment_preserveAspectRatio_Getter(this); | 7494 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.Native_SVGViewEl
ement_preserveAspectRatio_Getter(this); |
7495 | 7495 |
7496 @DomName('SVGViewElement.viewBox') | 7496 @DomName('SVGViewElement.viewBox') |
7497 @DocsEditable() | 7497 @DocsEditable() |
7498 AnimatedRect get viewBox => blink.Native_SVGViewElement_viewBox_Getter(this); | 7498 AnimatedRect get viewBox => _blink.Native_SVGViewElement_viewBox_Getter(this); |
7499 | 7499 |
7500 @DomName('SVGViewElement.zoomAndPan') | 7500 @DomName('SVGViewElement.zoomAndPan') |
7501 @DocsEditable() | 7501 @DocsEditable() |
7502 int get zoomAndPan => blink.Native_SVGViewElement_zoomAndPan_Getter(this); | 7502 int get zoomAndPan => _blink.Native_SVGViewElement_zoomAndPan_Getter(this); |
7503 | 7503 |
7504 @DomName('SVGViewElement.zoomAndPan') | 7504 @DomName('SVGViewElement.zoomAndPan') |
7505 @DocsEditable() | 7505 @DocsEditable() |
7506 void set zoomAndPan(int value) => blink.Native_SVGViewElement_zoomAndPan_Sette
r(this, value); | 7506 void set zoomAndPan(int value) => _blink.Native_SVGViewElement_zoomAndPan_Sett
er(this, value); |
7507 | 7507 |
7508 } | 7508 } |
7509 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7509 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7510 // for details. All rights reserved. Use of this source code is governed by a | 7510 // for details. All rights reserved. Use of this source code is governed by a |
7511 // BSD-style license that can be found in the LICENSE file. | 7511 // BSD-style license that can be found in the LICENSE file. |
7512 | 7512 |
7513 // WARNING: Do not edit - generated code. | 7513 // WARNING: Do not edit - generated code. |
7514 | 7514 |
7515 | 7515 |
7516 @DocsEditable() | 7516 @DocsEditable() |
7517 @DomName('SVGViewSpec') | 7517 @DomName('SVGViewSpec') |
7518 @Unstable() | 7518 @Unstable() |
7519 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd
Pan { | 7519 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd
Pan { |
7520 // To suppress missing implicit constructor warnings. | 7520 // To suppress missing implicit constructor warnings. |
7521 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } | 7521 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } |
7522 | 7522 |
7523 @DomName('SVGViewSpec.preserveAspectRatioString') | 7523 @DomName('SVGViewSpec.preserveAspectRatioString') |
7524 @DocsEditable() | 7524 @DocsEditable() |
7525 String get preserveAspectRatioString => blink.Native_SVGViewSpec_preserveAspec
tRatioString_Getter(this); | 7525 String get preserveAspectRatioString => _blink.Native_SVGViewSpec_preserveAspe
ctRatioString_Getter(this); |
7526 | 7526 |
7527 @DomName('SVGViewSpec.transform') | 7527 @DomName('SVGViewSpec.transform') |
7528 @DocsEditable() | 7528 @DocsEditable() |
7529 TransformList get transform => blink.Native_SVGViewSpec_transform_Getter(this)
; | 7529 TransformList get transform => _blink.Native_SVGViewSpec_transform_Getter(this
); |
7530 | 7530 |
7531 @DomName('SVGViewSpec.transformString') | 7531 @DomName('SVGViewSpec.transformString') |
7532 @DocsEditable() | 7532 @DocsEditable() |
7533 String get transformString => blink.Native_SVGViewSpec_transformString_Getter(
this); | 7533 String get transformString => _blink.Native_SVGViewSpec_transformString_Getter
(this); |
7534 | 7534 |
7535 @DomName('SVGViewSpec.viewBoxString') | 7535 @DomName('SVGViewSpec.viewBoxString') |
7536 @DocsEditable() | 7536 @DocsEditable() |
7537 String get viewBoxString => blink.Native_SVGViewSpec_viewBoxString_Getter(this
); | 7537 String get viewBoxString => _blink.Native_SVGViewSpec_viewBoxString_Getter(thi
s); |
7538 | 7538 |
7539 @DomName('SVGViewSpec.viewTarget') | 7539 @DomName('SVGViewSpec.viewTarget') |
7540 @DocsEditable() | 7540 @DocsEditable() |
7541 SvgElement get viewTarget => blink.Native_SVGViewSpec_viewTarget_Getter(this); | 7541 SvgElement get viewTarget => _blink.Native_SVGViewSpec_viewTarget_Getter(this)
; |
7542 | 7542 |
7543 @DomName('SVGViewSpec.viewTargetString') | 7543 @DomName('SVGViewSpec.viewTargetString') |
7544 @DocsEditable() | 7544 @DocsEditable() |
7545 String get viewTargetString => blink.Native_SVGViewSpec_viewTargetString_Gette
r(this); | 7545 String get viewTargetString => _blink.Native_SVGViewSpec_viewTargetString_Gett
er(this); |
7546 | 7546 |
7547 @DomName('SVGViewSpec.preserveAspectRatio') | 7547 @DomName('SVGViewSpec.preserveAspectRatio') |
7548 @DocsEditable() | 7548 @DocsEditable() |
7549 @Experimental() // nonstandard | 7549 @Experimental() // nonstandard |
7550 AnimatedPreserveAspectRatio get preserveAspectRatio => blink.Native_SVGViewSpe
c_preserveAspectRatio_Getter(this); | 7550 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.Native_SVGViewSp
ec_preserveAspectRatio_Getter(this); |
7551 | 7551 |
7552 @DomName('SVGViewSpec.viewBox') | 7552 @DomName('SVGViewSpec.viewBox') |
7553 @DocsEditable() | 7553 @DocsEditable() |
7554 @Experimental() // nonstandard | 7554 @Experimental() // nonstandard |
7555 AnimatedRect get viewBox => blink.Native_SVGViewSpec_viewBox_Getter(this); | 7555 AnimatedRect get viewBox => _blink.Native_SVGViewSpec_viewBox_Getter(this); |
7556 | 7556 |
7557 @DomName('SVGViewSpec.zoomAndPan') | 7557 @DomName('SVGViewSpec.zoomAndPan') |
7558 @DocsEditable() | 7558 @DocsEditable() |
7559 @Experimental() // nonstandard | 7559 @Experimental() // nonstandard |
7560 int get zoomAndPan => blink.Native_SVGViewSpec_zoomAndPan_Getter(this); | 7560 int get zoomAndPan => _blink.Native_SVGViewSpec_zoomAndPan_Getter(this); |
7561 | 7561 |
7562 @DomName('SVGViewSpec.zoomAndPan') | 7562 @DomName('SVGViewSpec.zoomAndPan') |
7563 @DocsEditable() | 7563 @DocsEditable() |
7564 @Experimental() // nonstandard | 7564 @Experimental() // nonstandard |
7565 void set zoomAndPan(int value) => blink.Native_SVGViewSpec_zoomAndPan_Setter(t
his, value); | 7565 void set zoomAndPan(int value) => _blink.Native_SVGViewSpec_zoomAndPan_Setter(
this, value); |
7566 | 7566 |
7567 } | 7567 } |
7568 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7568 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7569 // for details. All rights reserved. Use of this source code is governed by a | 7569 // for details. All rights reserved. Use of this source code is governed by a |
7570 // BSD-style license that can be found in the LICENSE file. | 7570 // BSD-style license that can be found in the LICENSE file. |
7571 | 7571 |
7572 // WARNING: Do not edit - generated code. | 7572 // WARNING: Do not edit - generated code. |
7573 | 7573 |
7574 | 7574 |
7575 @DocsEditable() | 7575 @DocsEditable() |
(...skipping 10 matching lines...) Expand all Loading... |
7586 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') | 7586 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') |
7587 @DocsEditable() | 7587 @DocsEditable() |
7588 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; | 7588 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; |
7589 | 7589 |
7590 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') | 7590 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') |
7591 @DocsEditable() | 7591 @DocsEditable() |
7592 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; | 7592 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; |
7593 | 7593 |
7594 @DomName('SVGZoomAndPan.zoomAndPan') | 7594 @DomName('SVGZoomAndPan.zoomAndPan') |
7595 @DocsEditable() | 7595 @DocsEditable() |
7596 int get zoomAndPan => blink.Native_SVGZoomAndPan_zoomAndPan_Getter(this); | 7596 int get zoomAndPan => _blink.Native_SVGZoomAndPan_zoomAndPan_Getter(this); |
7597 | 7597 |
7598 @DomName('SVGZoomAndPan.zoomAndPan') | 7598 @DomName('SVGZoomAndPan.zoomAndPan') |
7599 @DocsEditable() | 7599 @DocsEditable() |
7600 void set zoomAndPan(int value) => blink.Native_SVGZoomAndPan_zoomAndPan_Setter
(this, value); | 7600 void set zoomAndPan(int value) => _blink.Native_SVGZoomAndPan_zoomAndPan_Sette
r(this, value); |
7601 | 7601 |
7602 } | 7602 } |
7603 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7603 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7604 // for details. All rights reserved. Use of this source code is governed by a | 7604 // for details. All rights reserved. Use of this source code is governed by a |
7605 // BSD-style license that can be found in the LICENSE file. | 7605 // BSD-style license that can be found in the LICENSE file. |
7606 | 7606 |
7607 // WARNING: Do not edit - generated code. | 7607 // WARNING: Do not edit - generated code. |
7608 | 7608 |
7609 | 7609 |
7610 @DocsEditable() | 7610 @DocsEditable() |
7611 @DomName('SVGZoomEvent') | 7611 @DomName('SVGZoomEvent') |
7612 @Unstable() | 7612 @Unstable() |
7613 class ZoomEvent extends UIEvent { | 7613 class ZoomEvent extends UIEvent { |
7614 // To suppress missing implicit constructor warnings. | 7614 // To suppress missing implicit constructor warnings. |
7615 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } | 7615 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } |
7616 | 7616 |
7617 @DomName('SVGZoomEvent.newScale') | 7617 @DomName('SVGZoomEvent.newScale') |
7618 @DocsEditable() | 7618 @DocsEditable() |
7619 double get newScale => blink.Native_SVGZoomEvent_newScale_Getter(this); | 7619 double get newScale => _blink.Native_SVGZoomEvent_newScale_Getter(this); |
7620 | 7620 |
7621 @DomName('SVGZoomEvent.newTranslate') | 7621 @DomName('SVGZoomEvent.newTranslate') |
7622 @DocsEditable() | 7622 @DocsEditable() |
7623 Point get newTranslate => blink.Native_SVGZoomEvent_newTranslate_Getter(this); | 7623 Point get newTranslate => _blink.Native_SVGZoomEvent_newTranslate_Getter(this)
; |
7624 | 7624 |
7625 @DomName('SVGZoomEvent.previousScale') | 7625 @DomName('SVGZoomEvent.previousScale') |
7626 @DocsEditable() | 7626 @DocsEditable() |
7627 double get previousScale => blink.Native_SVGZoomEvent_previousScale_Getter(thi
s); | 7627 double get previousScale => _blink.Native_SVGZoomEvent_previousScale_Getter(th
is); |
7628 | 7628 |
7629 @DomName('SVGZoomEvent.previousTranslate') | 7629 @DomName('SVGZoomEvent.previousTranslate') |
7630 @DocsEditable() | 7630 @DocsEditable() |
7631 Point get previousTranslate => blink.Native_SVGZoomEvent_previousTranslate_Get
ter(this); | 7631 Point get previousTranslate => _blink.Native_SVGZoomEvent_previousTranslate_Ge
tter(this); |
7632 | 7632 |
7633 @DomName('SVGZoomEvent.zoomRectScreen') | 7633 @DomName('SVGZoomEvent.zoomRectScreen') |
7634 @DocsEditable() | 7634 @DocsEditable() |
7635 Rect get zoomRectScreen => blink.Native_SVGZoomEvent_zoomRectScreen_Getter(thi
s); | 7635 Rect get zoomRectScreen => _blink.Native_SVGZoomEvent_zoomRectScreen_Getter(th
is); |
7636 | 7636 |
7637 } | 7637 } |
7638 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7638 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7639 // for details. All rights reserved. Use of this source code is governed by a | 7639 // for details. All rights reserved. Use of this source code is governed by a |
7640 // BSD-style license that can be found in the LICENSE file. | 7640 // BSD-style license that can be found in the LICENSE file. |
7641 | 7641 |
7642 // WARNING: Do not edit - generated code. | 7642 // WARNING: Do not edit - generated code. |
7643 | 7643 |
7644 | 7644 |
7645 @DocsEditable() | 7645 @DocsEditable() |
7646 @DomName('SVGElementInstanceList') | 7646 @DomName('SVGElementInstanceList') |
7647 @Unstable() | 7647 @Unstable() |
7648 class _ElementInstanceList extends NativeFieldWrapperClass2 with ListMixin<Eleme
ntInstance>, ImmutableListMixin<ElementInstance> implements List<ElementInstance
> { | 7648 class _ElementInstanceList extends NativeFieldWrapperClass2 with ListMixin<Eleme
ntInstance>, ImmutableListMixin<ElementInstance> implements List<ElementInstance
> { |
7649 // To suppress missing implicit constructor warnings. | 7649 // To suppress missing implicit constructor warnings. |
7650 factory _ElementInstanceList._() { throw new UnsupportedError("Not supported")
; } | 7650 factory _ElementInstanceList._() { throw new UnsupportedError("Not supported")
; } |
7651 | 7651 |
7652 @DomName('SVGElementInstanceList.length') | 7652 @DomName('SVGElementInstanceList.length') |
7653 @DocsEditable() | 7653 @DocsEditable() |
7654 int get length => blink.Native_SVGElementInstanceList_length_Getter(this); | 7654 int get length => _blink.Native_SVGElementInstanceList_length_Getter(this); |
7655 | 7655 |
7656 ElementInstance operator[](int index) { | 7656 ElementInstance operator[](int index) { |
7657 if (index < 0 || index >= length) | 7657 if (index < 0 || index >= length) |
7658 throw new RangeError.range(index, 0, length); | 7658 throw new RangeError.range(index, 0, length); |
7659 return blink.Native_SVGElementInstanceList_NativeIndexed_Getter(this, index)
; | 7659 return _blink.Native_SVGElementInstanceList_NativeIndexed_Getter(this, index
); |
7660 } | 7660 } |
7661 | 7661 |
7662 ElementInstance _nativeIndexedGetter(int index) => blink.Native_SVGElementInst
anceList_NativeIndexed_Getter(this, index); | 7662 ElementInstance _nativeIndexedGetter(int index) => _blink.Native_SVGElementIns
tanceList_NativeIndexed_Getter(this, index); |
7663 | 7663 |
7664 void operator[]=(int index, ElementInstance value) { | 7664 void operator[]=(int index, ElementInstance value) { |
7665 throw new UnsupportedError("Cannot assign element of immutable List."); | 7665 throw new UnsupportedError("Cannot assign element of immutable List."); |
7666 } | 7666 } |
7667 // -- start List<ElementInstance> mixins. | 7667 // -- start List<ElementInstance> mixins. |
7668 // ElementInstance is the element type. | 7668 // ElementInstance is the element type. |
7669 | 7669 |
7670 | 7670 |
7671 void set length(int value) { | 7671 void set length(int value) { |
7672 throw new UnsupportedError("Cannot resize immutable List."); | 7672 throw new UnsupportedError("Cannot resize immutable List."); |
(...skipping 21 matching lines...) Expand all Loading... |
7694 } | 7694 } |
7695 if (len == 0) throw new StateError("No elements"); | 7695 if (len == 0) throw new StateError("No elements"); |
7696 throw new StateError("More than one element"); | 7696 throw new StateError("More than one element"); |
7697 } | 7697 } |
7698 | 7698 |
7699 ElementInstance elementAt(int index) => this[index]; | 7699 ElementInstance elementAt(int index) => this[index]; |
7700 // -- end List<ElementInstance> mixins. | 7700 // -- end List<ElementInstance> mixins. |
7701 | 7701 |
7702 @DomName('SVGElementInstanceList.item') | 7702 @DomName('SVGElementInstanceList.item') |
7703 @DocsEditable() | 7703 @DocsEditable() |
7704 ElementInstance item(int index) => blink.Native_SVGElementInstanceList_item_Ca
llback(this, index); | 7704 ElementInstance item(int index) => _blink.Native_SVGElementInstanceList_item_C
allback(this, index); |
7705 | 7705 |
7706 } | 7706 } |
7707 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7707 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7708 // for details. All rights reserved. Use of this source code is governed by a | 7708 // for details. All rights reserved. Use of this source code is governed by a |
7709 // BSD-style license that can be found in the LICENSE file. | 7709 // BSD-style license that can be found in the LICENSE file. |
7710 | 7710 |
7711 // WARNING: Do not edit - generated code. | 7711 // WARNING: Do not edit - generated code. |
7712 | 7712 |
7713 | 7713 |
7714 @DocsEditable() | 7714 @DocsEditable() |
(...skipping 20 matching lines...) Expand all Loading... |
7735 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT') | 7735 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT') |
7736 @DocsEditable() | 7736 @DocsEditable() |
7737 static const int SVG_SPREADMETHOD_REPEAT = 3; | 7737 static const int SVG_SPREADMETHOD_REPEAT = 3; |
7738 | 7738 |
7739 @DomName('SVGGradientElement.SVG_SPREADMETHOD_UNKNOWN') | 7739 @DomName('SVGGradientElement.SVG_SPREADMETHOD_UNKNOWN') |
7740 @DocsEditable() | 7740 @DocsEditable() |
7741 static const int SVG_SPREADMETHOD_UNKNOWN = 0; | 7741 static const int SVG_SPREADMETHOD_UNKNOWN = 0; |
7742 | 7742 |
7743 @DomName('SVGGradientElement.gradientTransform') | 7743 @DomName('SVGGradientElement.gradientTransform') |
7744 @DocsEditable() | 7744 @DocsEditable() |
7745 AnimatedTransformList get gradientTransform => blink.Native_SVGGradientElement
_gradientTransform_Getter(this); | 7745 AnimatedTransformList get gradientTransform => _blink.Native_SVGGradientElemen
t_gradientTransform_Getter(this); |
7746 | 7746 |
7747 @DomName('SVGGradientElement.gradientUnits') | 7747 @DomName('SVGGradientElement.gradientUnits') |
7748 @DocsEditable() | 7748 @DocsEditable() |
7749 AnimatedEnumeration get gradientUnits => blink.Native_SVGGradientElement_gradi
entUnits_Getter(this); | 7749 AnimatedEnumeration get gradientUnits => _blink.Native_SVGGradientElement_grad
ientUnits_Getter(this); |
7750 | 7750 |
7751 @DomName('SVGGradientElement.spreadMethod') | 7751 @DomName('SVGGradientElement.spreadMethod') |
7752 @DocsEditable() | 7752 @DocsEditable() |
7753 AnimatedEnumeration get spreadMethod => blink.Native_SVGGradientElement_spread
Method_Getter(this); | 7753 AnimatedEnumeration get spreadMethod => _blink.Native_SVGGradientElement_sprea
dMethod_Getter(this); |
7754 | 7754 |
7755 @DomName('SVGGradientElement.href') | 7755 @DomName('SVGGradientElement.href') |
7756 @DocsEditable() | 7756 @DocsEditable() |
7757 AnimatedString get href => blink.Native_SVGGradientElement_href_Getter(this); | 7757 AnimatedString get href => _blink.Native_SVGGradientElement_href_Getter(this); |
7758 | 7758 |
7759 } | 7759 } |
7760 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7760 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7761 // for details. All rights reserved. Use of this source code is governed by a | 7761 // for details. All rights reserved. Use of this source code is governed by a |
7762 // BSD-style license that can be found in the LICENSE file. | 7762 // BSD-style license that can be found in the LICENSE file. |
7763 | 7763 |
7764 // WARNING: Do not edit - generated code. | 7764 // WARNING: Do not edit - generated code. |
7765 | 7765 |
7766 | 7766 |
7767 @DocsEditable() | 7767 @DocsEditable() |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8129 @DocsEditable() | 8129 @DocsEditable() |
8130 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 8130 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
8131 /** | 8131 /** |
8132 * Constructor instantiated by the DOM when a custom element has been created. | 8132 * Constructor instantiated by the DOM when a custom element has been created. |
8133 * | 8133 * |
8134 * This can only be called by subclasses from their created constructor. | 8134 * This can only be called by subclasses from their created constructor. |
8135 */ | 8135 */ |
8136 _SVGVKernElement.created() : super.created(); | 8136 _SVGVKernElement.created() : super.created(); |
8137 | 8137 |
8138 } | 8138 } |
OLD | NEW |