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

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

Issue 12035037: Removing @DocsEditable from classes we have darttemplates for. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 library svg; 1 library svg;
2 2
3 import 'dart:async'; 3 import 'dart:async';
4 import 'dart:collection'; 4 import 'dart:collection';
5 import 'dart:html'; 5 import 'dart:html';
6 import 'dart:html_common'; 6 import 'dart:html_common';
7 import 'dart:nativewrappers'; 7 import 'dart:nativewrappers';
8 // DO NOT EDIT 8 // DO NOT EDIT
9 // Auto-generated dart:svg library. 9 // Auto-generated dart:svg library.
10 10
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 61
62 @DocsEditable 62 @DocsEditable
63 @DomName('SVGAElement') 63 @DomName('SVGAElement')
64 class AElement extends SvgElement implements Transformable, Tests, UriReference, Stylable, ExternalResourcesRequired, LangSpace { 64 class AElement extends SvgElement implements Transformable, Tests, UriReference, Stylable, ExternalResourcesRequired, LangSpace {
65 AElement.internal() : super.internal(); 65 AElement.internal() : super.internal();
66 66
67 @DocsEditable 67 @DocsEditable
68 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); 68 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a");
69 69
70 @DomName('SVGAElement.target')
70 @DocsEditable 71 @DocsEditable
71 @DomName('SVGAElement.target')
72 AnimatedString get target native "SVGAElement_target_Getter"; 72 AnimatedString get target native "SVGAElement_target_Getter";
73 73
74 @DomName('SVGAElement.externalResourcesRequired')
74 @DocsEditable 75 @DocsEditable
75 @DomName('SVGAElement.externalResourcesRequired')
76 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso urcesRequired_Getter"; 76 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso urcesRequired_Getter";
77 77
78 @DomName('SVGAElement.xmllang')
78 @DocsEditable 79 @DocsEditable
79 @DomName('SVGAElement.xmllang')
80 String get xmllang native "SVGAElement_xmllang_Getter"; 80 String get xmllang native "SVGAElement_xmllang_Getter";
81 81
82 @DomName('SVGAElement.xmllang')
82 @DocsEditable 83 @DocsEditable
83 @DomName('SVGAElement.xmllang')
84 void set xmllang(String value) native "SVGAElement_xmllang_Setter"; 84 void set xmllang(String value) native "SVGAElement_xmllang_Setter";
85 85
86 @DomName('SVGAElement.xmlspace')
86 @DocsEditable 87 @DocsEditable
87 @DomName('SVGAElement.xmlspace')
88 String get xmlspace native "SVGAElement_xmlspace_Getter"; 88 String get xmlspace native "SVGAElement_xmlspace_Getter";
89 89
90 @DomName('SVGAElement.xmlspace')
90 @DocsEditable 91 @DocsEditable
91 @DomName('SVGAElement.xmlspace')
92 void set xmlspace(String value) native "SVGAElement_xmlspace_Setter"; 92 void set xmlspace(String value) native "SVGAElement_xmlspace_Setter";
93 93
94 @DomName('SVGAElement.farthestViewportElement')
94 @DocsEditable 95 @DocsEditable
95 @DomName('SVGAElement.farthestViewportElement')
96 SvgElement get farthestViewportElement native "SVGAElement_farthestViewportEle ment_Getter"; 96 SvgElement get farthestViewportElement native "SVGAElement_farthestViewportEle ment_Getter";
97 97
98 @DomName('SVGAElement.nearestViewportElement')
98 @DocsEditable 99 @DocsEditable
99 @DomName('SVGAElement.nearestViewportElement')
100 SvgElement get nearestViewportElement native "SVGAElement_nearestViewportEleme nt_Getter"; 100 SvgElement get nearestViewportElement native "SVGAElement_nearestViewportEleme nt_Getter";
101 101
102 @DomName('SVGAElement.getBBox')
102 @DocsEditable 103 @DocsEditable
103 @DomName('SVGAElement.getBBox')
104 Rect getBBox() native "SVGAElement_getBBox_Callback"; 104 Rect getBBox() native "SVGAElement_getBBox_Callback";
105 105
106 @DomName('SVGAElement.getCTM')
106 @DocsEditable 107 @DocsEditable
107 @DomName('SVGAElement.getCTM')
108 Matrix getCtm() native "SVGAElement_getCTM_Callback"; 108 Matrix getCtm() native "SVGAElement_getCTM_Callback";
109 109
110 @DomName('SVGAElement.getScreenCTM')
110 @DocsEditable 111 @DocsEditable
111 @DomName('SVGAElement.getScreenCTM')
112 Matrix getScreenCtm() native "SVGAElement_getScreenCTM_Callback"; 112 Matrix getScreenCtm() native "SVGAElement_getScreenCTM_Callback";
113 113
114 @DomName('SVGAElement.getTransformToElement')
114 @DocsEditable 115 @DocsEditable
115 @DomName('SVGAElement.getTransformToElement')
116 Matrix getTransformToElement(SvgElement element) native "SVGAElement_getTransf ormToElement_Callback"; 116 Matrix getTransformToElement(SvgElement element) native "SVGAElement_getTransf ormToElement_Callback";
117 117
118 @DomName('SVGAElement.className')
118 @DocsEditable 119 @DocsEditable
119 @DomName('SVGAElement.className')
120 AnimatedString get $dom_svgClassName native "SVGAElement_className_Getter"; 120 AnimatedString get $dom_svgClassName native "SVGAElement_className_Getter";
121 121
122 @DomName('SVGAElement.style')
122 @DocsEditable 123 @DocsEditable
123 @DomName('SVGAElement.style')
124 CssStyleDeclaration get style native "SVGAElement_style_Getter"; 124 CssStyleDeclaration get style native "SVGAElement_style_Getter";
125 125
126 @DomName('SVGAElement.getPresentationAttribute')
126 @DocsEditable 127 @DocsEditable
127 @DomName('SVGAElement.getPresentationAttribute')
128 CssValue getPresentationAttribute(String name) native "SVGAElement_getPresenta tionAttribute_Callback"; 128 CssValue getPresentationAttribute(String name) native "SVGAElement_getPresenta tionAttribute_Callback";
129 129
130 @DomName('SVGAElement.requiredExtensions')
130 @DocsEditable 131 @DocsEditable
131 @DomName('SVGAElement.requiredExtensions')
132 StringList get requiredExtensions native "SVGAElement_requiredExtensions_Gette r"; 132 StringList get requiredExtensions native "SVGAElement_requiredExtensions_Gette r";
133 133
134 @DomName('SVGAElement.requiredFeatures')
134 @DocsEditable 135 @DocsEditable
135 @DomName('SVGAElement.requiredFeatures')
136 StringList get requiredFeatures native "SVGAElement_requiredFeatures_Getter"; 136 StringList get requiredFeatures native "SVGAElement_requiredFeatures_Getter";
137 137
138 @DomName('SVGAElement.systemLanguage')
138 @DocsEditable 139 @DocsEditable
139 @DomName('SVGAElement.systemLanguage')
140 StringList get systemLanguage native "SVGAElement_systemLanguage_Getter"; 140 StringList get systemLanguage native "SVGAElement_systemLanguage_Getter";
141 141
142 @DomName('SVGAElement.hasExtension')
142 @DocsEditable 143 @DocsEditable
143 @DomName('SVGAElement.hasExtension')
144 bool hasExtension(String extension) native "SVGAElement_hasExtension_Callback" ; 144 bool hasExtension(String extension) native "SVGAElement_hasExtension_Callback" ;
145 145
146 @DomName('SVGAElement.transform')
146 @DocsEditable 147 @DocsEditable
147 @DomName('SVGAElement.transform')
148 AnimatedTransformList get transform native "SVGAElement_transform_Getter"; 148 AnimatedTransformList get transform native "SVGAElement_transform_Getter";
149 149
150 @DomName('SVGAElement.href')
150 @DocsEditable 151 @DocsEditable
151 @DomName('SVGAElement.href')
152 AnimatedString get href native "SVGAElement_href_Getter"; 152 AnimatedString get href native "SVGAElement_href_Getter";
153 153
154 } 154 }
155 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 155 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
156 // for details. All rights reserved. Use of this source code is governed by a 156 // for details. All rights reserved. Use of this source code is governed by a
157 // BSD-style license that can be found in the LICENSE file. 157 // BSD-style license that can be found in the LICENSE file.
158 158
159 // WARNING: Do not edit - generated code. 159 // WARNING: Do not edit - generated code.
160 160
161 161
162 @DocsEditable 162 @DocsEditable
163 @DomName('SVGAltGlyphDefElement') 163 @DomName('SVGAltGlyphDefElement')
164 class AltGlyphDefElement extends SvgElement { 164 class AltGlyphDefElement extends SvgElement {
165 AltGlyphDefElement.internal() : super.internal(); 165 AltGlyphDefElement.internal() : super.internal();
166 166
167 } 167 }
168 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 168 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
169 // for details. All rights reserved. Use of this source code is governed by a 169 // for details. All rights reserved. Use of this source code is governed by a
170 // BSD-style license that can be found in the LICENSE file. 170 // BSD-style license that can be found in the LICENSE file.
171 171
172 // WARNING: Do not edit - generated code. 172 // WARNING: Do not edit - generated code.
173 173
174 174
175 @DocsEditable 175 @DocsEditable
176 @DomName('SVGAltGlyphElement') 176 @DomName('SVGAltGlyphElement')
177 class AltGlyphElement extends TextPositioningElement implements UriReference { 177 class AltGlyphElement extends TextPositioningElement implements UriReference {
178 AltGlyphElement.internal() : super.internal(); 178 AltGlyphElement.internal() : super.internal();
179 179
180 @DomName('SVGAltGlyphElement.format')
180 @DocsEditable 181 @DocsEditable
181 @DomName('SVGAltGlyphElement.format')
182 String get format native "SVGAltGlyphElement_format_Getter"; 182 String get format native "SVGAltGlyphElement_format_Getter";
183 183
184 @DomName('SVGAltGlyphElement.format')
184 @DocsEditable 185 @DocsEditable
185 @DomName('SVGAltGlyphElement.format')
186 void set format(String value) native "SVGAltGlyphElement_format_Setter"; 186 void set format(String value) native "SVGAltGlyphElement_format_Setter";
187 187
188 @DomName('SVGAltGlyphElement.glyphRef')
188 @DocsEditable 189 @DocsEditable
189 @DomName('SVGAltGlyphElement.glyphRef')
190 String get glyphRef native "SVGAltGlyphElement_glyphRef_Getter"; 190 String get glyphRef native "SVGAltGlyphElement_glyphRef_Getter";
191 191
192 @DomName('SVGAltGlyphElement.glyphRef')
192 @DocsEditable 193 @DocsEditable
193 @DomName('SVGAltGlyphElement.glyphRef')
194 void set glyphRef(String value) native "SVGAltGlyphElement_glyphRef_Setter"; 194 void set glyphRef(String value) native "SVGAltGlyphElement_glyphRef_Setter";
195 195
196 @DomName('SVGAltGlyphElement.href')
196 @DocsEditable 197 @DocsEditable
197 @DomName('SVGAltGlyphElement.href')
198 AnimatedString get href native "SVGAltGlyphElement_href_Getter"; 198 AnimatedString get href native "SVGAltGlyphElement_href_Getter";
199 199
200 } 200 }
201 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 201 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
202 // for details. All rights reserved. Use of this source code is governed by a 202 // for details. All rights reserved. Use of this source code is governed by a
203 // BSD-style license that can be found in the LICENSE file. 203 // BSD-style license that can be found in the LICENSE file.
204 204
205 // WARNING: Do not edit - generated code. 205 // WARNING: Do not edit - generated code.
206 206
207 207
(...skipping 18 matching lines...) Expand all
226 static const int SVG_ANGLETYPE_DEG = 2; 226 static const int SVG_ANGLETYPE_DEG = 2;
227 227
228 static const int SVG_ANGLETYPE_GRAD = 4; 228 static const int SVG_ANGLETYPE_GRAD = 4;
229 229
230 static const int SVG_ANGLETYPE_RAD = 3; 230 static const int SVG_ANGLETYPE_RAD = 3;
231 231
232 static const int SVG_ANGLETYPE_UNKNOWN = 0; 232 static const int SVG_ANGLETYPE_UNKNOWN = 0;
233 233
234 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; 234 static const int SVG_ANGLETYPE_UNSPECIFIED = 1;
235 235
236 @DomName('SVGAngle.unitType')
236 @DocsEditable 237 @DocsEditable
237 @DomName('SVGAngle.unitType')
238 int get unitType native "SVGAngle_unitType_Getter"; 238 int get unitType native "SVGAngle_unitType_Getter";
239 239
240 @DomName('SVGAngle.value')
240 @DocsEditable 241 @DocsEditable
241 @DomName('SVGAngle.value')
242 num get value native "SVGAngle_value_Getter"; 242 num get value native "SVGAngle_value_Getter";
243 243
244 @DomName('SVGAngle.value')
244 @DocsEditable 245 @DocsEditable
245 @DomName('SVGAngle.value')
246 void set value(num value) native "SVGAngle_value_Setter"; 246 void set value(num value) native "SVGAngle_value_Setter";
247 247
248 @DomName('SVGAngle.valueAsString')
248 @DocsEditable 249 @DocsEditable
249 @DomName('SVGAngle.valueAsString')
250 String get valueAsString native "SVGAngle_valueAsString_Getter"; 250 String get valueAsString native "SVGAngle_valueAsString_Getter";
251 251
252 @DomName('SVGAngle.valueAsString')
252 @DocsEditable 253 @DocsEditable
253 @DomName('SVGAngle.valueAsString')
254 void set valueAsString(String value) native "SVGAngle_valueAsString_Setter"; 254 void set valueAsString(String value) native "SVGAngle_valueAsString_Setter";
255 255
256 @DomName('SVGAngle.valueInSpecifiedUnits')
256 @DocsEditable 257 @DocsEditable
257 @DomName('SVGAngle.valueInSpecifiedUnits')
258 num get valueInSpecifiedUnits native "SVGAngle_valueInSpecifiedUnits_Getter"; 258 num get valueInSpecifiedUnits native "SVGAngle_valueInSpecifiedUnits_Getter";
259 259
260 @DomName('SVGAngle.valueInSpecifiedUnits')
260 @DocsEditable 261 @DocsEditable
261 @DomName('SVGAngle.valueInSpecifiedUnits')
262 void set valueInSpecifiedUnits(num value) native "SVGAngle_valueInSpecifiedUni ts_Setter"; 262 void set valueInSpecifiedUnits(num value) native "SVGAngle_valueInSpecifiedUni ts_Setter";
263 263
264 @DomName('SVGAngle.convertToSpecifiedUnits')
264 @DocsEditable 265 @DocsEditable
265 @DomName('SVGAngle.convertToSpecifiedUnits')
266 void convertToSpecifiedUnits(int unitType) native "SVGAngle_convertToSpecified Units_Callback"; 266 void convertToSpecifiedUnits(int unitType) native "SVGAngle_convertToSpecified Units_Callback";
267 267
268 @DomName('SVGAngle.newValueSpecifiedUnits')
268 @DocsEditable 269 @DocsEditable
269 @DomName('SVGAngle.newValueSpecifiedUnits')
270 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S VGAngle_newValueSpecifiedUnits_Callback"; 270 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S VGAngle_newValueSpecifiedUnits_Callback";
271 271
272 } 272 }
273 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 273 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
274 // for details. All rights reserved. Use of this source code is governed by a 274 // for details. All rights reserved. Use of this source code is governed by a
275 // BSD-style license that can be found in the LICENSE file. 275 // BSD-style license that can be found in the LICENSE file.
276 276
277 // WARNING: Do not edit - generated code. 277 // WARNING: Do not edit - generated code.
278 278
279 279
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 // BSD-style license that can be found in the LICENSE file. 339 // BSD-style license that can be found in the LICENSE file.
340 340
341 // WARNING: Do not edit - generated code. 341 // WARNING: Do not edit - generated code.
342 342
343 343
344 @DocsEditable 344 @DocsEditable
345 @DomName('SVGAnimatedAngle') 345 @DomName('SVGAnimatedAngle')
346 class AnimatedAngle extends NativeFieldWrapperClass1 { 346 class AnimatedAngle extends NativeFieldWrapperClass1 {
347 AnimatedAngle.internal(); 347 AnimatedAngle.internal();
348 348
349 @DomName('SVGAnimatedAngle.animVal')
349 @DocsEditable 350 @DocsEditable
350 @DomName('SVGAnimatedAngle.animVal')
351 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; 351 Angle get animVal native "SVGAnimatedAngle_animVal_Getter";
352 352
353 @DomName('SVGAnimatedAngle.baseVal')
353 @DocsEditable 354 @DocsEditable
354 @DomName('SVGAnimatedAngle.baseVal')
355 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; 355 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter";
356 356
357 } 357 }
358 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 358 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
359 // for details. All rights reserved. Use of this source code is governed by a 359 // for details. All rights reserved. Use of this source code is governed by a
360 // BSD-style license that can be found in the LICENSE file. 360 // BSD-style license that can be found in the LICENSE file.
361 361
362 // WARNING: Do not edit - generated code. 362 // WARNING: Do not edit - generated code.
363 363
364 364
365 @DocsEditable 365 @DocsEditable
366 @DomName('SVGAnimatedBoolean') 366 @DomName('SVGAnimatedBoolean')
367 class AnimatedBoolean extends NativeFieldWrapperClass1 { 367 class AnimatedBoolean extends NativeFieldWrapperClass1 {
368 AnimatedBoolean.internal(); 368 AnimatedBoolean.internal();
369 369
370 @DomName('SVGAnimatedBoolean.animVal')
370 @DocsEditable 371 @DocsEditable
371 @DomName('SVGAnimatedBoolean.animVal')
372 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; 372 bool get animVal native "SVGAnimatedBoolean_animVal_Getter";
373 373
374 @DomName('SVGAnimatedBoolean.baseVal')
374 @DocsEditable 375 @DocsEditable
375 @DomName('SVGAnimatedBoolean.baseVal')
376 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; 376 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter";
377 377
378 @DomName('SVGAnimatedBoolean.baseVal')
378 @DocsEditable 379 @DocsEditable
379 @DomName('SVGAnimatedBoolean.baseVal')
380 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; 380 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter";
381 381
382 } 382 }
383 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 383 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
384 // for details. All rights reserved. Use of this source code is governed by a 384 // for details. All rights reserved. Use of this source code is governed by a
385 // BSD-style license that can be found in the LICENSE file. 385 // BSD-style license that can be found in the LICENSE file.
386 386
387 // WARNING: Do not edit - generated code. 387 // WARNING: Do not edit - generated code.
388 388
389 389
390 @DocsEditable 390 @DocsEditable
391 @DomName('SVGAnimatedEnumeration') 391 @DomName('SVGAnimatedEnumeration')
392 class AnimatedEnumeration extends NativeFieldWrapperClass1 { 392 class AnimatedEnumeration extends NativeFieldWrapperClass1 {
393 AnimatedEnumeration.internal(); 393 AnimatedEnumeration.internal();
394 394
395 @DomName('SVGAnimatedEnumeration.animVal')
395 @DocsEditable 396 @DocsEditable
396 @DomName('SVGAnimatedEnumeration.animVal')
397 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; 397 int get animVal native "SVGAnimatedEnumeration_animVal_Getter";
398 398
399 @DomName('SVGAnimatedEnumeration.baseVal')
399 @DocsEditable 400 @DocsEditable
400 @DomName('SVGAnimatedEnumeration.baseVal')
401 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; 401 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter";
402 402
403 @DomName('SVGAnimatedEnumeration.baseVal')
403 @DocsEditable 404 @DocsEditable
404 @DomName('SVGAnimatedEnumeration.baseVal')
405 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; 405 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter";
406 406
407 } 407 }
408 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 408 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
409 // for details. All rights reserved. Use of this source code is governed by a 409 // for details. All rights reserved. Use of this source code is governed by a
410 // BSD-style license that can be found in the LICENSE file. 410 // BSD-style license that can be found in the LICENSE file.
411 411
412 // WARNING: Do not edit - generated code. 412 // WARNING: Do not edit - generated code.
413 413
414 414
415 @DocsEditable 415 @DocsEditable
416 @DomName('SVGAnimatedInteger') 416 @DomName('SVGAnimatedInteger')
417 class AnimatedInteger extends NativeFieldWrapperClass1 { 417 class AnimatedInteger extends NativeFieldWrapperClass1 {
418 AnimatedInteger.internal(); 418 AnimatedInteger.internal();
419 419
420 @DomName('SVGAnimatedInteger.animVal')
420 @DocsEditable 421 @DocsEditable
421 @DomName('SVGAnimatedInteger.animVal')
422 int get animVal native "SVGAnimatedInteger_animVal_Getter"; 422 int get animVal native "SVGAnimatedInteger_animVal_Getter";
423 423
424 @DomName('SVGAnimatedInteger.baseVal')
424 @DocsEditable 425 @DocsEditable
425 @DomName('SVGAnimatedInteger.baseVal')
426 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; 426 int get baseVal native "SVGAnimatedInteger_baseVal_Getter";
427 427
428 @DomName('SVGAnimatedInteger.baseVal')
428 @DocsEditable 429 @DocsEditable
429 @DomName('SVGAnimatedInteger.baseVal')
430 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; 430 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter";
431 431
432 } 432 }
433 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 433 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
434 // for details. All rights reserved. Use of this source code is governed by a 434 // for details. All rights reserved. Use of this source code is governed by a
435 // BSD-style license that can be found in the LICENSE file. 435 // BSD-style license that can be found in the LICENSE file.
436 436
437 // WARNING: Do not edit - generated code. 437 // WARNING: Do not edit - generated code.
438 438
439 439
440 @DocsEditable 440 @DocsEditable
441 @DomName('SVGAnimatedLength') 441 @DomName('SVGAnimatedLength')
442 class AnimatedLength extends NativeFieldWrapperClass1 { 442 class AnimatedLength extends NativeFieldWrapperClass1 {
443 AnimatedLength.internal(); 443 AnimatedLength.internal();
444 444
445 @DomName('SVGAnimatedLength.animVal')
445 @DocsEditable 446 @DocsEditable
446 @DomName('SVGAnimatedLength.animVal')
447 Length get animVal native "SVGAnimatedLength_animVal_Getter"; 447 Length get animVal native "SVGAnimatedLength_animVal_Getter";
448 448
449 @DomName('SVGAnimatedLength.baseVal')
449 @DocsEditable 450 @DocsEditable
450 @DomName('SVGAnimatedLength.baseVal')
451 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; 451 Length get baseVal native "SVGAnimatedLength_baseVal_Getter";
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('SVGAnimatedLengthList') 462 @DomName('SVGAnimatedLengthList')
463 class AnimatedLengthList extends NativeFieldWrapperClass1 { 463 class AnimatedLengthList extends NativeFieldWrapperClass1 {
464 AnimatedLengthList.internal(); 464 AnimatedLengthList.internal();
465 465
466 @DomName('SVGAnimatedLengthList.animVal')
466 @DocsEditable 467 @DocsEditable
467 @DomName('SVGAnimatedLengthList.animVal')
468 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; 468 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter";
469 469
470 @DomName('SVGAnimatedLengthList.baseVal')
470 @DocsEditable 471 @DocsEditable
471 @DomName('SVGAnimatedLengthList.baseVal')
472 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; 472 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter";
473 473
474 } 474 }
475 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 475 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
476 // for details. All rights reserved. Use of this source code is governed by a 476 // for details. All rights reserved. Use of this source code is governed by a
477 // BSD-style license that can be found in the LICENSE file. 477 // BSD-style license that can be found in the LICENSE file.
478 478
479 // WARNING: Do not edit - generated code. 479 // WARNING: Do not edit - generated code.
480 480
481 481
482 @DocsEditable 482 @DocsEditable
483 @DomName('SVGAnimatedNumber') 483 @DomName('SVGAnimatedNumber')
484 class AnimatedNumber extends NativeFieldWrapperClass1 { 484 class AnimatedNumber extends NativeFieldWrapperClass1 {
485 AnimatedNumber.internal(); 485 AnimatedNumber.internal();
486 486
487 @DomName('SVGAnimatedNumber.animVal')
487 @DocsEditable 488 @DocsEditable
488 @DomName('SVGAnimatedNumber.animVal')
489 num get animVal native "SVGAnimatedNumber_animVal_Getter"; 489 num get animVal native "SVGAnimatedNumber_animVal_Getter";
490 490
491 @DomName('SVGAnimatedNumber.baseVal')
491 @DocsEditable 492 @DocsEditable
492 @DomName('SVGAnimatedNumber.baseVal')
493 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; 493 num get baseVal native "SVGAnimatedNumber_baseVal_Getter";
494 494
495 @DomName('SVGAnimatedNumber.baseVal')
495 @DocsEditable 496 @DocsEditable
496 @DomName('SVGAnimatedNumber.baseVal')
497 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; 497 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter";
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('SVGAnimatedNumberList') 508 @DomName('SVGAnimatedNumberList')
509 class AnimatedNumberList extends NativeFieldWrapperClass1 { 509 class AnimatedNumberList extends NativeFieldWrapperClass1 {
510 AnimatedNumberList.internal(); 510 AnimatedNumberList.internal();
511 511
512 @DomName('SVGAnimatedNumberList.animVal')
512 @DocsEditable 513 @DocsEditable
513 @DomName('SVGAnimatedNumberList.animVal')
514 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; 514 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter";
515 515
516 @DomName('SVGAnimatedNumberList.baseVal')
516 @DocsEditable 517 @DocsEditable
517 @DomName('SVGAnimatedNumberList.baseVal')
518 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; 518 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter";
519 519
520 } 520 }
521 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 521 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
522 // for details. All rights reserved. Use of this source code is governed by a 522 // for details. All rights reserved. Use of this source code is governed by a
523 // BSD-style license that can be found in the LICENSE file. 523 // BSD-style license that can be found in the LICENSE file.
524 524
525 // WARNING: Do not edit - generated code. 525 // WARNING: Do not edit - generated code.
526 526
527 527
528 @DocsEditable 528 @DocsEditable
529 @DomName('SVGAnimatedPreserveAspectRatio') 529 @DomName('SVGAnimatedPreserveAspectRatio')
530 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { 530 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 {
531 AnimatedPreserveAspectRatio.internal(); 531 AnimatedPreserveAspectRatio.internal();
532 532
533 @DomName('SVGAnimatedPreserveAspectRatio.animVal')
533 @DocsEditable 534 @DocsEditable
534 @DomName('SVGAnimatedPreserveAspectRatio.animVal')
535 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal _Getter"; 535 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal _Getter";
536 536
537 @DomName('SVGAnimatedPreserveAspectRatio.baseVal')
537 @DocsEditable 538 @DocsEditable
538 @DomName('SVGAnimatedPreserveAspectRatio.baseVal')
539 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal _Getter"; 539 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal _Getter";
540 540
541 } 541 }
542 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 542 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
543 // for details. All rights reserved. Use of this source code is governed by a 543 // for details. All rights reserved. Use of this source code is governed by a
544 // BSD-style license that can be found in the LICENSE file. 544 // BSD-style license that can be found in the LICENSE file.
545 545
546 // WARNING: Do not edit - generated code. 546 // WARNING: Do not edit - generated code.
547 547
548 548
549 @DocsEditable 549 @DocsEditable
550 @DomName('SVGAnimatedRect') 550 @DomName('SVGAnimatedRect')
551 class AnimatedRect extends NativeFieldWrapperClass1 { 551 class AnimatedRect extends NativeFieldWrapperClass1 {
552 AnimatedRect.internal(); 552 AnimatedRect.internal();
553 553
554 @DomName('SVGAnimatedRect.animVal')
554 @DocsEditable 555 @DocsEditable
555 @DomName('SVGAnimatedRect.animVal')
556 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; 556 Rect get animVal native "SVGAnimatedRect_animVal_Getter";
557 557
558 @DomName('SVGAnimatedRect.baseVal')
558 @DocsEditable 559 @DocsEditable
559 @DomName('SVGAnimatedRect.baseVal')
560 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; 560 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter";
561 561
562 } 562 }
563 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 563 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
564 // for details. All rights reserved. Use of this source code is governed by a 564 // for details. All rights reserved. Use of this source code is governed by a
565 // BSD-style license that can be found in the LICENSE file. 565 // BSD-style license that can be found in the LICENSE file.
566 566
567 // WARNING: Do not edit - generated code. 567 // WARNING: Do not edit - generated code.
568 568
569 569
570 @DocsEditable 570 @DocsEditable
571 @DomName('SVGAnimatedString') 571 @DomName('SVGAnimatedString')
572 class AnimatedString extends NativeFieldWrapperClass1 { 572 class AnimatedString extends NativeFieldWrapperClass1 {
573 AnimatedString.internal(); 573 AnimatedString.internal();
574 574
575 @DomName('SVGAnimatedString.animVal')
575 @DocsEditable 576 @DocsEditable
576 @DomName('SVGAnimatedString.animVal')
577 String get animVal native "SVGAnimatedString_animVal_Getter"; 577 String get animVal native "SVGAnimatedString_animVal_Getter";
578 578
579 @DomName('SVGAnimatedString.baseVal')
579 @DocsEditable 580 @DocsEditable
580 @DomName('SVGAnimatedString.baseVal')
581 String get baseVal native "SVGAnimatedString_baseVal_Getter"; 581 String get baseVal native "SVGAnimatedString_baseVal_Getter";
582 582
583 @DomName('SVGAnimatedString.baseVal')
583 @DocsEditable 584 @DocsEditable
584 @DomName('SVGAnimatedString.baseVal')
585 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; 585 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter";
586 586
587 } 587 }
588 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 588 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
589 // for details. All rights reserved. Use of this source code is governed by a 589 // for details. All rights reserved. Use of this source code is governed by a
590 // BSD-style license that can be found in the LICENSE file. 590 // BSD-style license that can be found in the LICENSE file.
591 591
592 // WARNING: Do not edit - generated code. 592 // WARNING: Do not edit - generated code.
593 593
594 594
595 @DocsEditable 595 @DocsEditable
596 @DomName('SVGAnimatedTransformList') 596 @DomName('SVGAnimatedTransformList')
597 class AnimatedTransformList extends NativeFieldWrapperClass1 { 597 class AnimatedTransformList extends NativeFieldWrapperClass1 {
598 AnimatedTransformList.internal(); 598 AnimatedTransformList.internal();
599 599
600 @DomName('SVGAnimatedTransformList.animVal')
600 @DocsEditable 601 @DocsEditable
601 @DomName('SVGAnimatedTransformList.animVal')
602 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; 602 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter";
603 603
604 @DomName('SVGAnimatedTransformList.baseVal')
604 @DocsEditable 605 @DocsEditable
605 @DomName('SVGAnimatedTransformList.baseVal')
606 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; 606 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter";
607 607
608 } 608 }
609 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 609 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
610 // for details. All rights reserved. Use of this source code is governed by a 610 // for details. All rights reserved. Use of this source code is governed by a
611 // BSD-style license that can be found in the LICENSE file. 611 // BSD-style license that can be found in the LICENSE file.
612 612
613 // WARNING: Do not edit - generated code. 613 // WARNING: Do not edit - generated code.
614 614
615 615
616 @DocsEditable 616 @DocsEditable
617 @DomName('SVGAnimationElement') 617 @DomName('SVGAnimationElement')
618 class AnimationElement extends SvgElement implements Tests, ElementTimeControl, ExternalResourcesRequired { 618 class AnimationElement extends SvgElement implements Tests, ElementTimeControl, ExternalResourcesRequired {
619 AnimationElement.internal() : super.internal(); 619 AnimationElement.internal() : super.internal();
620 620
621 @DocsEditable 621 @DocsEditable
622 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation"); 622 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation");
623 623
624 @DomName('SVGAnimationElement.targetElement')
624 @DocsEditable 625 @DocsEditable
625 @DomName('SVGAnimationElement.targetElement')
626 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter" ; 626 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter" ;
627 627
628 @DomName('SVGAnimationElement.getCurrentTime')
628 @DocsEditable 629 @DocsEditable
629 @DomName('SVGAnimationElement.getCurrentTime')
630 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; 630 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback";
631 631
632 @DomName('SVGAnimationElement.getSimpleDuration')
632 @DocsEditable 633 @DocsEditable
633 @DomName('SVGAnimationElement.getSimpleDuration')
634 num getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callback "; 634 num getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callback ";
635 635
636 @DomName('SVGAnimationElement.getStartTime')
636 @DocsEditable 637 @DocsEditable
637 @DomName('SVGAnimationElement.getStartTime')
638 num getStartTime() native "SVGAnimationElement_getStartTime_Callback"; 638 num getStartTime() native "SVGAnimationElement_getStartTime_Callback";
639 639
640 @DomName('SVGAnimationElement.beginElement')
640 @DocsEditable 641 @DocsEditable
641 @DomName('SVGAnimationElement.beginElement')
642 void beginElement() native "SVGAnimationElement_beginElement_Callback"; 642 void beginElement() native "SVGAnimationElement_beginElement_Callback";
643 643
644 @DomName('SVGAnimationElement.beginElementAt')
644 @DocsEditable 645 @DocsEditable
645 @DomName('SVGAnimationElement.beginElementAt')
646 void beginElementAt(num offset) native "SVGAnimationElement_beginElementAt_Cal lback"; 646 void beginElementAt(num offset) native "SVGAnimationElement_beginElementAt_Cal lback";
647 647
648 @DomName('SVGAnimationElement.endElement')
648 @DocsEditable 649 @DocsEditable
649 @DomName('SVGAnimationElement.endElement')
650 void endElement() native "SVGAnimationElement_endElement_Callback"; 650 void endElement() native "SVGAnimationElement_endElement_Callback";
651 651
652 @DomName('SVGAnimationElement.endElementAt')
652 @DocsEditable 653 @DocsEditable
653 @DomName('SVGAnimationElement.endElementAt')
654 void endElementAt(num offset) native "SVGAnimationElement_endElementAt_Callbac k"; 654 void endElementAt(num offset) native "SVGAnimationElement_endElementAt_Callbac k";
655 655
656 @DomName('SVGAnimationElement.externalResourcesRequired')
656 @DocsEditable 657 @DocsEditable
657 @DomName('SVGAnimationElement.externalResourcesRequired')
658 AnimatedBoolean get externalResourcesRequired native "SVGAnimationElement_exte rnalResourcesRequired_Getter"; 658 AnimatedBoolean get externalResourcesRequired native "SVGAnimationElement_exte rnalResourcesRequired_Getter";
659 659
660 @DomName('SVGAnimationElement.requiredExtensions')
660 @DocsEditable 661 @DocsEditable
661 @DomName('SVGAnimationElement.requiredExtensions')
662 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio ns_Getter"; 662 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio ns_Getter";
663 663
664 @DomName('SVGAnimationElement.requiredFeatures')
664 @DocsEditable 665 @DocsEditable
665 @DomName('SVGAnimationElement.requiredFeatures')
666 StringList get requiredFeatures native "SVGAnimationElement_requiredFeatures_G etter"; 666 StringList get requiredFeatures native "SVGAnimationElement_requiredFeatures_G etter";
667 667
668 @DomName('SVGAnimationElement.systemLanguage')
668 @DocsEditable 669 @DocsEditable
669 @DomName('SVGAnimationElement.systemLanguage')
670 StringList get systemLanguage native "SVGAnimationElement_systemLanguage_Gette r"; 670 StringList get systemLanguage native "SVGAnimationElement_systemLanguage_Gette r";
671 671
672 @DomName('SVGAnimationElement.hasExtension')
672 @DocsEditable 673 @DocsEditable
673 @DomName('SVGAnimationElement.hasExtension')
674 bool hasExtension(String extension) native "SVGAnimationElement_hasExtension_C allback"; 674 bool hasExtension(String extension) native "SVGAnimationElement_hasExtension_C allback";
675 675
676 } 676 }
677 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 677 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
678 // for details. All rights reserved. Use of this source code is governed by a 678 // for details. All rights reserved. Use of this source code is governed by a
679 // BSD-style license that can be found in the LICENSE file. 679 // BSD-style license that can be found in the LICENSE file.
680 680
681 // WARNING: Do not edit - generated code. 681 // WARNING: Do not edit - generated code.
682 682
683 683
684 @DocsEditable 684 @DocsEditable
685 @DomName('SVGCircleElement') 685 @DomName('SVGCircleElement')
686 class CircleElement extends SvgElement implements Transformable, Tests, Stylable , ExternalResourcesRequired, LangSpace { 686 class CircleElement extends SvgElement implements Transformable, Tests, Stylable , ExternalResourcesRequired, LangSpace {
687 CircleElement.internal() : super.internal(); 687 CircleElement.internal() : super.internal();
688 688
689 @DocsEditable 689 @DocsEditable
690 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle"); 690 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle");
691 691
692 @DomName('SVGCircleElement.cx')
692 @DocsEditable 693 @DocsEditable
693 @DomName('SVGCircleElement.cx')
694 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; 694 AnimatedLength get cx native "SVGCircleElement_cx_Getter";
695 695
696 @DomName('SVGCircleElement.cy')
696 @DocsEditable 697 @DocsEditable
697 @DomName('SVGCircleElement.cy')
698 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; 698 AnimatedLength get cy native "SVGCircleElement_cy_Getter";
699 699
700 @DomName('SVGCircleElement.r')
700 @DocsEditable 701 @DocsEditable
701 @DomName('SVGCircleElement.r')
702 AnimatedLength get r native "SVGCircleElement_r_Getter"; 702 AnimatedLength get r native "SVGCircleElement_r_Getter";
703 703
704 @DomName('SVGCircleElement.externalResourcesRequired')
704 @DocsEditable 705 @DocsEditable
705 @DomName('SVGCircleElement.externalResourcesRequired')
706 AnimatedBoolean get externalResourcesRequired native "SVGCircleElement_externa lResourcesRequired_Getter"; 706 AnimatedBoolean get externalResourcesRequired native "SVGCircleElement_externa lResourcesRequired_Getter";
707 707
708 @DomName('SVGCircleElement.xmllang')
708 @DocsEditable 709 @DocsEditable
709 @DomName('SVGCircleElement.xmllang')
710 String get xmllang native "SVGCircleElement_xmllang_Getter"; 710 String get xmllang native "SVGCircleElement_xmllang_Getter";
711 711
712 @DomName('SVGCircleElement.xmllang')
712 @DocsEditable 713 @DocsEditable
713 @DomName('SVGCircleElement.xmllang')
714 void set xmllang(String value) native "SVGCircleElement_xmllang_Setter"; 714 void set xmllang(String value) native "SVGCircleElement_xmllang_Setter";
715 715
716 @DomName('SVGCircleElement.xmlspace')
716 @DocsEditable 717 @DocsEditable
717 @DomName('SVGCircleElement.xmlspace')
718 String get xmlspace native "SVGCircleElement_xmlspace_Getter"; 718 String get xmlspace native "SVGCircleElement_xmlspace_Getter";
719 719
720 @DomName('SVGCircleElement.xmlspace')
720 @DocsEditable 721 @DocsEditable
721 @DomName('SVGCircleElement.xmlspace')
722 void set xmlspace(String value) native "SVGCircleElement_xmlspace_Setter"; 722 void set xmlspace(String value) native "SVGCircleElement_xmlspace_Setter";
723 723
724 @DomName('SVGCircleElement.farthestViewportElement')
724 @DocsEditable 725 @DocsEditable
725 @DomName('SVGCircleElement.farthestViewportElement')
726 SvgElement get farthestViewportElement native "SVGCircleElement_farthestViewpo rtElement_Getter"; 726 SvgElement get farthestViewportElement native "SVGCircleElement_farthestViewpo rtElement_Getter";
727 727
728 @DomName('SVGCircleElement.nearestViewportElement')
728 @DocsEditable 729 @DocsEditable
729 @DomName('SVGCircleElement.nearestViewportElement')
730 SvgElement get nearestViewportElement native "SVGCircleElement_nearestViewport Element_Getter"; 730 SvgElement get nearestViewportElement native "SVGCircleElement_nearestViewport Element_Getter";
731 731
732 @DomName('SVGCircleElement.getBBox')
732 @DocsEditable 733 @DocsEditable
733 @DomName('SVGCircleElement.getBBox')
734 Rect getBBox() native "SVGCircleElement_getBBox_Callback"; 734 Rect getBBox() native "SVGCircleElement_getBBox_Callback";
735 735
736 @DomName('SVGCircleElement.getCTM')
736 @DocsEditable 737 @DocsEditable
737 @DomName('SVGCircleElement.getCTM')
738 Matrix getCtm() native "SVGCircleElement_getCTM_Callback"; 738 Matrix getCtm() native "SVGCircleElement_getCTM_Callback";
739 739
740 @DomName('SVGCircleElement.getScreenCTM')
740 @DocsEditable 741 @DocsEditable
741 @DomName('SVGCircleElement.getScreenCTM')
742 Matrix getScreenCtm() native "SVGCircleElement_getScreenCTM_Callback"; 742 Matrix getScreenCtm() native "SVGCircleElement_getScreenCTM_Callback";
743 743
744 @DomName('SVGCircleElement.getTransformToElement')
744 @DocsEditable 745 @DocsEditable
745 @DomName('SVGCircleElement.getTransformToElement')
746 Matrix getTransformToElement(SvgElement element) native "SVGCircleElement_getT ransformToElement_Callback"; 746 Matrix getTransformToElement(SvgElement element) native "SVGCircleElement_getT ransformToElement_Callback";
747 747
748 @DomName('SVGCircleElement.className')
748 @DocsEditable 749 @DocsEditable
749 @DomName('SVGCircleElement.className')
750 AnimatedString get $dom_svgClassName native "SVGCircleElement_className_Getter "; 750 AnimatedString get $dom_svgClassName native "SVGCircleElement_className_Getter ";
751 751
752 @DomName('SVGCircleElement.style')
752 @DocsEditable 753 @DocsEditable
753 @DomName('SVGCircleElement.style')
754 CssStyleDeclaration get style native "SVGCircleElement_style_Getter"; 754 CssStyleDeclaration get style native "SVGCircleElement_style_Getter";
755 755
756 @DomName('SVGCircleElement.getPresentationAttribute')
756 @DocsEditable 757 @DocsEditable
757 @DomName('SVGCircleElement.getPresentationAttribute')
758 CssValue getPresentationAttribute(String name) native "SVGCircleElement_getPre sentationAttribute_Callback"; 758 CssValue getPresentationAttribute(String name) native "SVGCircleElement_getPre sentationAttribute_Callback";
759 759
760 @DomName('SVGCircleElement.requiredExtensions')
760 @DocsEditable 761 @DocsEditable
761 @DomName('SVGCircleElement.requiredExtensions')
762 StringList get requiredExtensions native "SVGCircleElement_requiredExtensions_ Getter"; 762 StringList get requiredExtensions native "SVGCircleElement_requiredExtensions_ Getter";
763 763
764 @DomName('SVGCircleElement.requiredFeatures')
764 @DocsEditable 765 @DocsEditable
765 @DomName('SVGCircleElement.requiredFeatures')
766 StringList get requiredFeatures native "SVGCircleElement_requiredFeatures_Gett er"; 766 StringList get requiredFeatures native "SVGCircleElement_requiredFeatures_Gett er";
767 767
768 @DomName('SVGCircleElement.systemLanguage')
768 @DocsEditable 769 @DocsEditable
769 @DomName('SVGCircleElement.systemLanguage')
770 StringList get systemLanguage native "SVGCircleElement_systemLanguage_Getter"; 770 StringList get systemLanguage native "SVGCircleElement_systemLanguage_Getter";
771 771
772 @DomName('SVGCircleElement.hasExtension')
772 @DocsEditable 773 @DocsEditable
773 @DomName('SVGCircleElement.hasExtension')
774 bool hasExtension(String extension) native "SVGCircleElement_hasExtension_Call back"; 774 bool hasExtension(String extension) native "SVGCircleElement_hasExtension_Call back";
775 775
776 @DomName('SVGCircleElement.transform')
776 @DocsEditable 777 @DocsEditable
777 @DomName('SVGCircleElement.transform')
778 AnimatedTransformList get transform native "SVGCircleElement_transform_Getter" ; 778 AnimatedTransformList get transform native "SVGCircleElement_transform_Getter" ;
779 779
780 } 780 }
781 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 781 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
782 // for details. All rights reserved. Use of this source code is governed by a 782 // for details. All rights reserved. Use of this source code is governed by a
783 // BSD-style license that can be found in the LICENSE file. 783 // BSD-style license that can be found in the LICENSE file.
784 784
785 // WARNING: Do not edit - generated code. 785 // WARNING: Do not edit - generated code.
786 786
787 787
788 @DocsEditable 788 @DocsEditable
789 @DomName('SVGClipPathElement') 789 @DomName('SVGClipPathElement')
790 class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab le, ExternalResourcesRequired, LangSpace { 790 class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab le, ExternalResourcesRequired, LangSpace {
791 ClipPathElement.internal() : super.internal(); 791 ClipPathElement.internal() : super.internal();
792 792
793 @DocsEditable 793 @DocsEditable
794 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath"); 794 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath");
795 795
796 @DomName('SVGClipPathElement.clipPathUnits')
796 @DocsEditable 797 @DocsEditable
797 @DomName('SVGClipPathElement.clipPathUnits')
798 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits _Getter"; 798 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits _Getter";
799 799
800 @DomName('SVGClipPathElement.externalResourcesRequired')
800 @DocsEditable 801 @DocsEditable
801 @DomName('SVGClipPathElement.externalResourcesRequired')
802 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter nalResourcesRequired_Getter"; 802 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter nalResourcesRequired_Getter";
803 803
804 @DomName('SVGClipPathElement.xmllang')
804 @DocsEditable 805 @DocsEditable
805 @DomName('SVGClipPathElement.xmllang')
806 String get xmllang native "SVGClipPathElement_xmllang_Getter"; 806 String get xmllang native "SVGClipPathElement_xmllang_Getter";
807 807
808 @DomName('SVGClipPathElement.xmllang')
808 @DocsEditable 809 @DocsEditable
809 @DomName('SVGClipPathElement.xmllang')
810 void set xmllang(String value) native "SVGClipPathElement_xmllang_Setter"; 810 void set xmllang(String value) native "SVGClipPathElement_xmllang_Setter";
811 811
812 @DomName('SVGClipPathElement.xmlspace')
812 @DocsEditable 813 @DocsEditable
813 @DomName('SVGClipPathElement.xmlspace')
814 String get xmlspace native "SVGClipPathElement_xmlspace_Getter"; 814 String get xmlspace native "SVGClipPathElement_xmlspace_Getter";
815 815
816 @DomName('SVGClipPathElement.xmlspace')
816 @DocsEditable 817 @DocsEditable
817 @DomName('SVGClipPathElement.xmlspace')
818 void set xmlspace(String value) native "SVGClipPathElement_xmlspace_Setter"; 818 void set xmlspace(String value) native "SVGClipPathElement_xmlspace_Setter";
819 819
820 @DomName('SVGClipPathElement.farthestViewportElement')
820 @DocsEditable 821 @DocsEditable
821 @DomName('SVGClipPathElement.farthestViewportElement')
822 SvgElement get farthestViewportElement native "SVGClipPathElement_farthestView portElement_Getter"; 822 SvgElement get farthestViewportElement native "SVGClipPathElement_farthestView portElement_Getter";
823 823
824 @DomName('SVGClipPathElement.nearestViewportElement')
824 @DocsEditable 825 @DocsEditable
825 @DomName('SVGClipPathElement.nearestViewportElement')
826 SvgElement get nearestViewportElement native "SVGClipPathElement_nearestViewpo rtElement_Getter"; 826 SvgElement get nearestViewportElement native "SVGClipPathElement_nearestViewpo rtElement_Getter";
827 827
828 @DomName('SVGClipPathElement.getBBox')
828 @DocsEditable 829 @DocsEditable
829 @DomName('SVGClipPathElement.getBBox')
830 Rect getBBox() native "SVGClipPathElement_getBBox_Callback"; 830 Rect getBBox() native "SVGClipPathElement_getBBox_Callback";
831 831
832 @DomName('SVGClipPathElement.getCTM')
832 @DocsEditable 833 @DocsEditable
833 @DomName('SVGClipPathElement.getCTM')
834 Matrix getCtm() native "SVGClipPathElement_getCTM_Callback"; 834 Matrix getCtm() native "SVGClipPathElement_getCTM_Callback";
835 835
836 @DomName('SVGClipPathElement.getScreenCTM')
836 @DocsEditable 837 @DocsEditable
837 @DomName('SVGClipPathElement.getScreenCTM')
838 Matrix getScreenCtm() native "SVGClipPathElement_getScreenCTM_Callback"; 838 Matrix getScreenCtm() native "SVGClipPathElement_getScreenCTM_Callback";
839 839
840 @DomName('SVGClipPathElement.getTransformToElement')
840 @DocsEditable 841 @DocsEditable
841 @DomName('SVGClipPathElement.getTransformToElement')
842 Matrix getTransformToElement(SvgElement element) native "SVGClipPathElement_ge tTransformToElement_Callback"; 842 Matrix getTransformToElement(SvgElement element) native "SVGClipPathElement_ge tTransformToElement_Callback";
843 843
844 @DomName('SVGClipPathElement.className')
844 @DocsEditable 845 @DocsEditable
845 @DomName('SVGClipPathElement.className')
846 AnimatedString get $dom_svgClassName native "SVGClipPathElement_className_Gett er"; 846 AnimatedString get $dom_svgClassName native "SVGClipPathElement_className_Gett er";
847 847
848 @DomName('SVGClipPathElement.style')
848 @DocsEditable 849 @DocsEditable
849 @DomName('SVGClipPathElement.style')
850 CssStyleDeclaration get style native "SVGClipPathElement_style_Getter"; 850 CssStyleDeclaration get style native "SVGClipPathElement_style_Getter";
851 851
852 @DomName('SVGClipPathElement.getPresentationAttribute')
852 @DocsEditable 853 @DocsEditable
853 @DomName('SVGClipPathElement.getPresentationAttribute')
854 CssValue getPresentationAttribute(String name) native "SVGClipPathElement_getP resentationAttribute_Callback"; 854 CssValue getPresentationAttribute(String name) native "SVGClipPathElement_getP resentationAttribute_Callback";
855 855
856 @DomName('SVGClipPathElement.requiredExtensions')
856 @DocsEditable 857 @DocsEditable
857 @DomName('SVGClipPathElement.requiredExtensions')
858 StringList get requiredExtensions native "SVGClipPathElement_requiredExtension s_Getter"; 858 StringList get requiredExtensions native "SVGClipPathElement_requiredExtension s_Getter";
859 859
860 @DomName('SVGClipPathElement.requiredFeatures')
860 @DocsEditable 861 @DocsEditable
861 @DomName('SVGClipPathElement.requiredFeatures')
862 StringList get requiredFeatures native "SVGClipPathElement_requiredFeatures_Ge tter"; 862 StringList get requiredFeatures native "SVGClipPathElement_requiredFeatures_Ge tter";
863 863
864 @DomName('SVGClipPathElement.systemLanguage')
864 @DocsEditable 865 @DocsEditable
865 @DomName('SVGClipPathElement.systemLanguage')
866 StringList get systemLanguage native "SVGClipPathElement_systemLanguage_Getter "; 866 StringList get systemLanguage native "SVGClipPathElement_systemLanguage_Getter ";
867 867
868 @DomName('SVGClipPathElement.hasExtension')
868 @DocsEditable 869 @DocsEditable
869 @DomName('SVGClipPathElement.hasExtension')
870 bool hasExtension(String extension) native "SVGClipPathElement_hasExtension_Ca llback"; 870 bool hasExtension(String extension) native "SVGClipPathElement_hasExtension_Ca llback";
871 871
872 @DomName('SVGClipPathElement.transform')
872 @DocsEditable 873 @DocsEditable
873 @DomName('SVGClipPathElement.transform')
874 AnimatedTransformList get transform native "SVGClipPathElement_transform_Gette r"; 874 AnimatedTransformList get transform native "SVGClipPathElement_transform_Gette r";
875 875
876 } 876 }
877 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 877 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
878 // for details. All rights reserved. Use of this source code is governed by a 878 // for details. All rights reserved. Use of this source code is governed by a
879 // BSD-style license that can be found in the LICENSE file. 879 // BSD-style license that can be found in the LICENSE file.
880 880
881 // WARNING: Do not edit - generated code. 881 // WARNING: Do not edit - generated code.
882 882
883 883
884 @DocsEditable 884 @DocsEditable
885 @DomName('SVGColor') 885 @DomName('SVGColor')
886 class Color extends CssValue { 886 class Color extends CssValue {
887 Color.internal() : super.internal(); 887 Color.internal() : super.internal();
888 888
889 static const int SVG_COLORTYPE_CURRENTCOLOR = 3; 889 static const int SVG_COLORTYPE_CURRENTCOLOR = 3;
890 890
891 static const int SVG_COLORTYPE_RGBCOLOR = 1; 891 static const int SVG_COLORTYPE_RGBCOLOR = 1;
892 892
893 static const int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2; 893 static const int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2;
894 894
895 static const int SVG_COLORTYPE_UNKNOWN = 0; 895 static const int SVG_COLORTYPE_UNKNOWN = 0;
896 896
897 @DomName('SVGColor.colorType')
897 @DocsEditable 898 @DocsEditable
898 @DomName('SVGColor.colorType')
899 int get colorType native "SVGColor_colorType_Getter"; 899 int get colorType native "SVGColor_colorType_Getter";
900 900
901 @DomName('SVGColor.rgbColor')
901 @DocsEditable 902 @DocsEditable
902 @DomName('SVGColor.rgbColor')
903 RgbColor get rgbColor native "SVGColor_rgbColor_Getter"; 903 RgbColor get rgbColor native "SVGColor_rgbColor_Getter";
904 904
905 @DomName('SVGColor.setColor')
905 @DocsEditable 906 @DocsEditable
906 @DomName('SVGColor.setColor')
907 void setColor(int colorType, String rgbColor, String iccColor) native "SVGColo r_setColor_Callback"; 907 void setColor(int colorType, String rgbColor, String iccColor) native "SVGColo r_setColor_Callback";
908 908
909 @DomName('SVGColor.setRGBColor')
909 @DocsEditable 910 @DocsEditable
910 @DomName('SVGColor.setRGBColor')
911 void setRgbColor(String rgbColor) native "SVGColor_setRGBColor_Callback"; 911 void setRgbColor(String rgbColor) native "SVGColor_setRGBColor_Callback";
912 912
913 @DomName('SVGColor.setRGBColorICCColor')
913 @DocsEditable 914 @DocsEditable
914 @DomName('SVGColor.setRGBColorICCColor')
915 void setRgbColorIccColor(String rgbColor, String iccColor) native "SVGColor_se tRGBColorICCColor_Callback"; 915 void setRgbColorIccColor(String rgbColor, String iccColor) native "SVGColor_se tRGBColorICCColor_Callback";
916 916
917 } 917 }
918 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 918 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
919 // for details. All rights reserved. Use of this source code is governed by a 919 // for details. All rights reserved. Use of this source code is governed by a
920 // BSD-style license that can be found in the LICENSE file. 920 // BSD-style license that can be found in the LICENSE file.
921 921
922 // WARNING: Do not edit - generated code. 922 // WARNING: Do not edit - generated code.
923 923
924 924
925 @DocsEditable 925 @DocsEditable
926 @DomName('SVGComponentTransferFunctionElement') 926 @DomName('SVGComponentTransferFunctionElement')
927 class ComponentTransferFunctionElement extends SvgElement { 927 class ComponentTransferFunctionElement extends SvgElement {
928 ComponentTransferFunctionElement.internal() : super.internal(); 928 ComponentTransferFunctionElement.internal() : super.internal();
929 929
930 static const int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; 930 static const int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3;
931 931
932 static const int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5; 932 static const int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5;
933 933
934 static const int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; 934 static const int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1;
935 935
936 static const int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; 936 static const int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4;
937 937
938 static const int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; 938 static const int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2;
939 939
940 static const int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; 940 static const int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0;
941 941
942 @DomName('SVGComponentTransferFunctionElement.amplitude')
942 @DocsEditable 943 @DocsEditable
943 @DomName('SVGComponentTransferFunctionElement.amplitude')
944 AnimatedNumber get amplitude native "SVGComponentTransferFunctionElement_ampli tude_Getter"; 944 AnimatedNumber get amplitude native "SVGComponentTransferFunctionElement_ampli tude_Getter";
945 945
946 @DomName('SVGComponentTransferFunctionElement.exponent')
946 @DocsEditable 947 @DocsEditable
947 @DomName('SVGComponentTransferFunctionElement.exponent')
948 AnimatedNumber get exponent native "SVGComponentTransferFunctionElement_expone nt_Getter"; 948 AnimatedNumber get exponent native "SVGComponentTransferFunctionElement_expone nt_Getter";
949 949
950 @DomName('SVGComponentTransferFunctionElement.intercept')
950 @DocsEditable 951 @DocsEditable
951 @DomName('SVGComponentTransferFunctionElement.intercept')
952 AnimatedNumber get intercept native "SVGComponentTransferFunctionElement_inter cept_Getter"; 952 AnimatedNumber get intercept native "SVGComponentTransferFunctionElement_inter cept_Getter";
953 953
954 @DomName('SVGComponentTransferFunctionElement.offset')
954 @DocsEditable 955 @DocsEditable
955 @DomName('SVGComponentTransferFunctionElement.offset')
956 AnimatedNumber get offset native "SVGComponentTransferFunctionElement_offset_G etter"; 956 AnimatedNumber get offset native "SVGComponentTransferFunctionElement_offset_G etter";
957 957
958 @DomName('SVGComponentTransferFunctionElement.slope')
958 @DocsEditable 959 @DocsEditable
959 @DomName('SVGComponentTransferFunctionElement.slope')
960 AnimatedNumber get slope native "SVGComponentTransferFunctionElement_slope_Get ter"; 960 AnimatedNumber get slope native "SVGComponentTransferFunctionElement_slope_Get ter";
961 961
962 @DomName('SVGComponentTransferFunctionElement.tableValues')
962 @DocsEditable 963 @DocsEditable
963 @DomName('SVGComponentTransferFunctionElement.tableValues')
964 AnimatedNumberList get tableValues native "SVGComponentTransferFunctionElement _tableValues_Getter"; 964 AnimatedNumberList get tableValues native "SVGComponentTransferFunctionElement _tableValues_Getter";
965 965
966 @DomName('SVGComponentTransferFunctionElement.type')
966 @DocsEditable 967 @DocsEditable
967 @DomName('SVGComponentTransferFunctionElement.type')
968 AnimatedEnumeration get type native "SVGComponentTransferFunctionElement_type_ Getter"; 968 AnimatedEnumeration get type native "SVGComponentTransferFunctionElement_type_ Getter";
969 969
970 } 970 }
971 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 971 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
972 // for details. All rights reserved. Use of this source code is governed by a 972 // for details. All rights reserved. Use of this source code is governed by a
973 // BSD-style license that can be found in the LICENSE file. 973 // BSD-style license that can be found in the LICENSE file.
974 974
975 // WARNING: Do not edit - generated code. 975 // WARNING: Do not edit - generated code.
976 976
977 977
978 @DocsEditable 978 @DocsEditable
979 @DomName('SVGCursorElement') 979 @DomName('SVGCursorElement')
980 class CursorElement extends SvgElement implements UriReference, Tests, ExternalR esourcesRequired { 980 class CursorElement extends SvgElement implements UriReference, Tests, ExternalR esourcesRequired {
981 CursorElement.internal() : super.internal(); 981 CursorElement.internal() : super.internal();
982 982
983 @DocsEditable 983 @DocsEditable
984 factory CursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cu rsor"); 984 factory CursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cu rsor");
985 985
986 @DomName('SVGCursorElement.x')
986 @DocsEditable 987 @DocsEditable
987 @DomName('SVGCursorElement.x')
988 AnimatedLength get x native "SVGCursorElement_x_Getter"; 988 AnimatedLength get x native "SVGCursorElement_x_Getter";
989 989
990 @DomName('SVGCursorElement.y')
990 @DocsEditable 991 @DocsEditable
991 @DomName('SVGCursorElement.y')
992 AnimatedLength get y native "SVGCursorElement_y_Getter"; 992 AnimatedLength get y native "SVGCursorElement_y_Getter";
993 993
994 @DomName('SVGCursorElement.externalResourcesRequired')
994 @DocsEditable 995 @DocsEditable
995 @DomName('SVGCursorElement.externalResourcesRequired')
996 AnimatedBoolean get externalResourcesRequired native "SVGCursorElement_externa lResourcesRequired_Getter"; 996 AnimatedBoolean get externalResourcesRequired native "SVGCursorElement_externa lResourcesRequired_Getter";
997 997
998 @DomName('SVGCursorElement.requiredExtensions')
998 @DocsEditable 999 @DocsEditable
999 @DomName('SVGCursorElement.requiredExtensions')
1000 StringList get requiredExtensions native "SVGCursorElement_requiredExtensions_ Getter"; 1000 StringList get requiredExtensions native "SVGCursorElement_requiredExtensions_ Getter";
1001 1001
1002 @DomName('SVGCursorElement.requiredFeatures')
1002 @DocsEditable 1003 @DocsEditable
1003 @DomName('SVGCursorElement.requiredFeatures')
1004 StringList get requiredFeatures native "SVGCursorElement_requiredFeatures_Gett er"; 1004 StringList get requiredFeatures native "SVGCursorElement_requiredFeatures_Gett er";
1005 1005
1006 @DomName('SVGCursorElement.systemLanguage')
1006 @DocsEditable 1007 @DocsEditable
1007 @DomName('SVGCursorElement.systemLanguage')
1008 StringList get systemLanguage native "SVGCursorElement_systemLanguage_Getter"; 1008 StringList get systemLanguage native "SVGCursorElement_systemLanguage_Getter";
1009 1009
1010 @DomName('SVGCursorElement.hasExtension')
1010 @DocsEditable 1011 @DocsEditable
1011 @DomName('SVGCursorElement.hasExtension')
1012 bool hasExtension(String extension) native "SVGCursorElement_hasExtension_Call back"; 1012 bool hasExtension(String extension) native "SVGCursorElement_hasExtension_Call back";
1013 1013
1014 @DomName('SVGCursorElement.href')
1014 @DocsEditable 1015 @DocsEditable
1015 @DomName('SVGCursorElement.href')
1016 AnimatedString get href native "SVGCursorElement_href_Getter"; 1016 AnimatedString get href native "SVGCursorElement_href_Getter";
1017 1017
1018 } 1018 }
1019 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1019 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1020 // for details. All rights reserved. Use of this source code is governed by a 1020 // for details. All rights reserved. Use of this source code is governed by a
1021 // BSD-style license that can be found in the LICENSE file. 1021 // BSD-style license that can be found in the LICENSE file.
1022 1022
1023 // WARNING: Do not edit - generated code. 1023 // WARNING: Do not edit - generated code.
1024 1024
1025 1025
1026 @DocsEditable 1026 @DocsEditable
1027 @DomName('SVGDefsElement') 1027 @DomName('SVGDefsElement')
1028 class DefsElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace { 1028 class DefsElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace {
1029 DefsElement.internal() : super.internal(); 1029 DefsElement.internal() : super.internal();
1030 1030
1031 @DocsEditable 1031 @DocsEditable
1032 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs "); 1032 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs ");
1033 1033
1034 @DomName('SVGDefsElement.externalResourcesRequired')
1034 @DocsEditable 1035 @DocsEditable
1035 @DomName('SVGDefsElement.externalResourcesRequired')
1036 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR esourcesRequired_Getter"; 1036 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR esourcesRequired_Getter";
1037 1037
1038 @DomName('SVGDefsElement.xmllang')
1038 @DocsEditable 1039 @DocsEditable
1039 @DomName('SVGDefsElement.xmllang')
1040 String get xmllang native "SVGDefsElement_xmllang_Getter"; 1040 String get xmllang native "SVGDefsElement_xmllang_Getter";
1041 1041
1042 @DomName('SVGDefsElement.xmllang')
1042 @DocsEditable 1043 @DocsEditable
1043 @DomName('SVGDefsElement.xmllang')
1044 void set xmllang(String value) native "SVGDefsElement_xmllang_Setter"; 1044 void set xmllang(String value) native "SVGDefsElement_xmllang_Setter";
1045 1045
1046 @DomName('SVGDefsElement.xmlspace')
1046 @DocsEditable 1047 @DocsEditable
1047 @DomName('SVGDefsElement.xmlspace')
1048 String get xmlspace native "SVGDefsElement_xmlspace_Getter"; 1048 String get xmlspace native "SVGDefsElement_xmlspace_Getter";
1049 1049
1050 @DomName('SVGDefsElement.xmlspace')
1050 @DocsEditable 1051 @DocsEditable
1051 @DomName('SVGDefsElement.xmlspace')
1052 void set xmlspace(String value) native "SVGDefsElement_xmlspace_Setter"; 1052 void set xmlspace(String value) native "SVGDefsElement_xmlspace_Setter";
1053 1053
1054 @DomName('SVGDefsElement.farthestViewportElement')
1054 @DocsEditable 1055 @DocsEditable
1055 @DomName('SVGDefsElement.farthestViewportElement')
1056 SvgElement get farthestViewportElement native "SVGDefsElement_farthestViewport Element_Getter"; 1056 SvgElement get farthestViewportElement native "SVGDefsElement_farthestViewport Element_Getter";
1057 1057
1058 @DomName('SVGDefsElement.nearestViewportElement')
1058 @DocsEditable 1059 @DocsEditable
1059 @DomName('SVGDefsElement.nearestViewportElement')
1060 SvgElement get nearestViewportElement native "SVGDefsElement_nearestViewportEl ement_Getter"; 1060 SvgElement get nearestViewportElement native "SVGDefsElement_nearestViewportEl ement_Getter";
1061 1061
1062 @DomName('SVGDefsElement.getBBox')
1062 @DocsEditable 1063 @DocsEditable
1063 @DomName('SVGDefsElement.getBBox')
1064 Rect getBBox() native "SVGDefsElement_getBBox_Callback"; 1064 Rect getBBox() native "SVGDefsElement_getBBox_Callback";
1065 1065
1066 @DomName('SVGDefsElement.getCTM')
1066 @DocsEditable 1067 @DocsEditable
1067 @DomName('SVGDefsElement.getCTM')
1068 Matrix getCtm() native "SVGDefsElement_getCTM_Callback"; 1068 Matrix getCtm() native "SVGDefsElement_getCTM_Callback";
1069 1069
1070 @DomName('SVGDefsElement.getScreenCTM')
1070 @DocsEditable 1071 @DocsEditable
1071 @DomName('SVGDefsElement.getScreenCTM')
1072 Matrix getScreenCtm() native "SVGDefsElement_getScreenCTM_Callback"; 1072 Matrix getScreenCtm() native "SVGDefsElement_getScreenCTM_Callback";
1073 1073
1074 @DomName('SVGDefsElement.getTransformToElement')
1074 @DocsEditable 1075 @DocsEditable
1075 @DomName('SVGDefsElement.getTransformToElement')
1076 Matrix getTransformToElement(SvgElement element) native "SVGDefsElement_getTra nsformToElement_Callback"; 1076 Matrix getTransformToElement(SvgElement element) native "SVGDefsElement_getTra nsformToElement_Callback";
1077 1077
1078 @DomName('SVGDefsElement.className')
1078 @DocsEditable 1079 @DocsEditable
1079 @DomName('SVGDefsElement.className')
1080 AnimatedString get $dom_svgClassName native "SVGDefsElement_className_Getter"; 1080 AnimatedString get $dom_svgClassName native "SVGDefsElement_className_Getter";
1081 1081
1082 @DomName('SVGDefsElement.style')
1082 @DocsEditable 1083 @DocsEditable
1083 @DomName('SVGDefsElement.style')
1084 CssStyleDeclaration get style native "SVGDefsElement_style_Getter"; 1084 CssStyleDeclaration get style native "SVGDefsElement_style_Getter";
1085 1085
1086 @DomName('SVGDefsElement.getPresentationAttribute')
1086 @DocsEditable 1087 @DocsEditable
1087 @DomName('SVGDefsElement.getPresentationAttribute')
1088 CssValue getPresentationAttribute(String name) native "SVGDefsElement_getPrese ntationAttribute_Callback"; 1088 CssValue getPresentationAttribute(String name) native "SVGDefsElement_getPrese ntationAttribute_Callback";
1089 1089
1090 @DomName('SVGDefsElement.requiredExtensions')
1090 @DocsEditable 1091 @DocsEditable
1091 @DomName('SVGDefsElement.requiredExtensions')
1092 StringList get requiredExtensions native "SVGDefsElement_requiredExtensions_Ge tter"; 1092 StringList get requiredExtensions native "SVGDefsElement_requiredExtensions_Ge tter";
1093 1093
1094 @DomName('SVGDefsElement.requiredFeatures')
1094 @DocsEditable 1095 @DocsEditable
1095 @DomName('SVGDefsElement.requiredFeatures')
1096 StringList get requiredFeatures native "SVGDefsElement_requiredFeatures_Getter "; 1096 StringList get requiredFeatures native "SVGDefsElement_requiredFeatures_Getter ";
1097 1097
1098 @DomName('SVGDefsElement.systemLanguage')
1098 @DocsEditable 1099 @DocsEditable
1099 @DomName('SVGDefsElement.systemLanguage')
1100 StringList get systemLanguage native "SVGDefsElement_systemLanguage_Getter"; 1100 StringList get systemLanguage native "SVGDefsElement_systemLanguage_Getter";
1101 1101
1102 @DomName('SVGDefsElement.hasExtension')
1102 @DocsEditable 1103 @DocsEditable
1103 @DomName('SVGDefsElement.hasExtension')
1104 bool hasExtension(String extension) native "SVGDefsElement_hasExtension_Callba ck"; 1104 bool hasExtension(String extension) native "SVGDefsElement_hasExtension_Callba ck";
1105 1105
1106 @DomName('SVGDefsElement.transform')
1106 @DocsEditable 1107 @DocsEditable
1107 @DomName('SVGDefsElement.transform')
1108 AnimatedTransformList get transform native "SVGDefsElement_transform_Getter"; 1108 AnimatedTransformList get transform native "SVGDefsElement_transform_Getter";
1109 1109
1110 } 1110 }
1111 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1111 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1112 // for details. All rights reserved. Use of this source code is governed by a 1112 // for details. All rights reserved. Use of this source code is governed by a
1113 // BSD-style license that can be found in the LICENSE file. 1113 // BSD-style license that can be found in the LICENSE file.
1114 1114
1115 // WARNING: Do not edit - generated code. 1115 // WARNING: Do not edit - generated code.
1116 1116
1117 1117
1118 @DocsEditable 1118 @DocsEditable
1119 @DomName('SVGDescElement') 1119 @DomName('SVGDescElement')
1120 class DescElement extends SvgElement implements Stylable, LangSpace { 1120 class DescElement extends SvgElement implements Stylable, LangSpace {
1121 DescElement.internal() : super.internal(); 1121 DescElement.internal() : super.internal();
1122 1122
1123 @DocsEditable 1123 @DocsEditable
1124 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc "); 1124 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc ");
1125 1125
1126 @DomName('SVGDescElement.xmllang')
1126 @DocsEditable 1127 @DocsEditable
1127 @DomName('SVGDescElement.xmllang')
1128 String get xmllang native "SVGDescElement_xmllang_Getter"; 1128 String get xmllang native "SVGDescElement_xmllang_Getter";
1129 1129
1130 @DomName('SVGDescElement.xmllang')
1130 @DocsEditable 1131 @DocsEditable
1131 @DomName('SVGDescElement.xmllang')
1132 void set xmllang(String value) native "SVGDescElement_xmllang_Setter"; 1132 void set xmllang(String value) native "SVGDescElement_xmllang_Setter";
1133 1133
1134 @DomName('SVGDescElement.xmlspace')
1134 @DocsEditable 1135 @DocsEditable
1135 @DomName('SVGDescElement.xmlspace')
1136 String get xmlspace native "SVGDescElement_xmlspace_Getter"; 1136 String get xmlspace native "SVGDescElement_xmlspace_Getter";
1137 1137
1138 @DomName('SVGDescElement.xmlspace')
1138 @DocsEditable 1139 @DocsEditable
1139 @DomName('SVGDescElement.xmlspace')
1140 void set xmlspace(String value) native "SVGDescElement_xmlspace_Setter"; 1140 void set xmlspace(String value) native "SVGDescElement_xmlspace_Setter";
1141 1141
1142 @DomName('SVGDescElement.className')
1142 @DocsEditable 1143 @DocsEditable
1143 @DomName('SVGDescElement.className')
1144 AnimatedString get $dom_svgClassName native "SVGDescElement_className_Getter"; 1144 AnimatedString get $dom_svgClassName native "SVGDescElement_className_Getter";
1145 1145
1146 @DomName('SVGDescElement.style')
1146 @DocsEditable 1147 @DocsEditable
1147 @DomName('SVGDescElement.style')
1148 CssStyleDeclaration get style native "SVGDescElement_style_Getter"; 1148 CssStyleDeclaration get style native "SVGDescElement_style_Getter";
1149 1149
1150 @DomName('SVGDescElement.getPresentationAttribute')
1150 @DocsEditable 1151 @DocsEditable
1151 @DomName('SVGDescElement.getPresentationAttribute')
1152 CssValue getPresentationAttribute(String name) native "SVGDescElement_getPrese ntationAttribute_Callback"; 1152 CssValue getPresentationAttribute(String name) native "SVGDescElement_getPrese ntationAttribute_Callback";
1153 1153
1154 } 1154 }
1155 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1155 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1156 // for details. All rights reserved. Use of this source code is governed by a 1156 // for details. All rights reserved. Use of this source code is governed by a
1157 // BSD-style license that can be found in the LICENSE file. 1157 // BSD-style license that can be found in the LICENSE file.
1158 1158
1159 // WARNING: Do not edit - generated code. 1159 // WARNING: Do not edit - generated code.
1160 1160
1161 1161
1162 @DocsEditable 1162 @DocsEditable
1163 @DomName('SVGElementInstance') 1163 @DomName('SVGElementInstance')
1164 class ElementInstance extends EventTarget { 1164 class ElementInstance extends EventTarget {
1165 ElementInstance.internal() : super.internal(); 1165 ElementInstance.internal() : super.internal();
1166 1166
1167 @DomName('SVGElementInstance.abort')
1167 @DocsEditable 1168 @DocsEditable
1168 @DomName('SVGElementInstance.abort')
1169 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider <Event>('abort'); 1169 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider <Event>('abort');
1170 1170
1171 @DomName('SVGElementInstance.beforecopy')
1171 @DocsEditable 1172 @DocsEditable
1172 @DomName('SVGElementInstance.beforecopy')
1173 static const EventStreamProvider<Event> beforeCopyEvent = const EventStreamPro vider<Event>('beforecopy'); 1173 static const EventStreamProvider<Event> beforeCopyEvent = const EventStreamPro vider<Event>('beforecopy');
1174 1174
1175 @DomName('SVGElementInstance.beforecut')
1175 @DocsEditable 1176 @DocsEditable
1176 @DomName('SVGElementInstance.beforecut')
1177 static const EventStreamProvider<Event> beforeCutEvent = const EventStreamProv ider<Event>('beforecut'); 1177 static const EventStreamProvider<Event> beforeCutEvent = const EventStreamProv ider<Event>('beforecut');
1178 1178
1179 @DomName('SVGElementInstance.beforepaste')
1179 @DocsEditable 1180 @DocsEditable
1180 @DomName('SVGElementInstance.beforepaste')
1181 static const EventStreamProvider<Event> beforePasteEvent = const EventStreamPr ovider<Event>('beforepaste'); 1181 static const EventStreamProvider<Event> beforePasteEvent = const EventStreamPr ovider<Event>('beforepaste');
1182 1182
1183 @DomName('SVGElementInstance.blur')
1183 @DocsEditable 1184 @DocsEditable
1184 @DomName('SVGElementInstance.blur')
1185 static const EventStreamProvider<Event> blurEvent = const EventStreamProvider< Event>('blur'); 1185 static const EventStreamProvider<Event> blurEvent = const EventStreamProvider< Event>('blur');
1186 1186
1187 @DomName('SVGElementInstance.change')
1187 @DocsEditable 1188 @DocsEditable
1188 @DomName('SVGElementInstance.change')
1189 static const EventStreamProvider<Event> changeEvent = const EventStreamProvide r<Event>('change'); 1189 static const EventStreamProvider<Event> changeEvent = const EventStreamProvide r<Event>('change');
1190 1190
1191 @DomName('SVGElementInstance.click')
1191 @DocsEditable 1192 @DocsEditable
1192 @DomName('SVGElementInstance.click')
1193 static const EventStreamProvider<MouseEvent> clickEvent = const EventStreamPro vider<MouseEvent>('click'); 1193 static const EventStreamProvider<MouseEvent> clickEvent = const EventStreamPro vider<MouseEvent>('click');
1194 1194
1195 @DomName('SVGElementInstance.contextmenu')
1195 @DocsEditable 1196 @DocsEditable
1196 @DomName('SVGElementInstance.contextmenu')
1197 static const EventStreamProvider<MouseEvent> contextMenuEvent = const EventStr eamProvider<MouseEvent>('contextmenu'); 1197 static const EventStreamProvider<MouseEvent> contextMenuEvent = const EventStr eamProvider<MouseEvent>('contextmenu');
1198 1198
1199 @DomName('SVGElementInstance.copy')
1199 @DocsEditable 1200 @DocsEditable
1200 @DomName('SVGElementInstance.copy')
1201 static const EventStreamProvider<Event> copyEvent = const EventStreamProvider< Event>('copy'); 1201 static const EventStreamProvider<Event> copyEvent = const EventStreamProvider< Event>('copy');
1202 1202
1203 @DomName('SVGElementInstance.cut')
1203 @DocsEditable 1204 @DocsEditable
1204 @DomName('SVGElementInstance.cut')
1205 static const EventStreamProvider<Event> cutEvent = const EventStreamProvider<E vent>('cut'); 1205 static const EventStreamProvider<Event> cutEvent = const EventStreamProvider<E vent>('cut');
1206 1206
1207 @DomName('SVGElementInstance.dblclick')
1207 @DocsEditable 1208 @DocsEditable
1208 @DomName('SVGElementInstance.dblclick')
1209 static const EventStreamProvider<Event> doubleClickEvent = const EventStreamPr ovider<Event>('dblclick'); 1209 static const EventStreamProvider<Event> doubleClickEvent = const EventStreamPr ovider<Event>('dblclick');
1210 1210
1211 @DomName('SVGElementInstance.drag')
1211 @DocsEditable 1212 @DocsEditable
1212 @DomName('SVGElementInstance.drag')
1213 static const EventStreamProvider<MouseEvent> dragEvent = const EventStreamProv ider<MouseEvent>('drag'); 1213 static const EventStreamProvider<MouseEvent> dragEvent = const EventStreamProv ider<MouseEvent>('drag');
1214 1214
1215 @DomName('SVGElementInstance.dragend')
1215 @DocsEditable 1216 @DocsEditable
1216 @DomName('SVGElementInstance.dragend')
1217 static const EventStreamProvider<MouseEvent> dragEndEvent = const EventStreamP rovider<MouseEvent>('dragend'); 1217 static const EventStreamProvider<MouseEvent> dragEndEvent = const EventStreamP rovider<MouseEvent>('dragend');
1218 1218
1219 @DomName('SVGElementInstance.dragenter')
1219 @DocsEditable 1220 @DocsEditable
1220 @DomName('SVGElementInstance.dragenter')
1221 static const EventStreamProvider<MouseEvent> dragEnterEvent = const EventStrea mProvider<MouseEvent>('dragenter'); 1221 static const EventStreamProvider<MouseEvent> dragEnterEvent = const EventStrea mProvider<MouseEvent>('dragenter');
1222 1222
1223 @DomName('SVGElementInstance.dragleave')
1223 @DocsEditable 1224 @DocsEditable
1224 @DomName('SVGElementInstance.dragleave')
1225 static const EventStreamProvider<MouseEvent> dragLeaveEvent = const EventStrea mProvider<MouseEvent>('dragleave'); 1225 static const EventStreamProvider<MouseEvent> dragLeaveEvent = const EventStrea mProvider<MouseEvent>('dragleave');
1226 1226
1227 @DomName('SVGElementInstance.dragover')
1227 @DocsEditable 1228 @DocsEditable
1228 @DomName('SVGElementInstance.dragover')
1229 static const EventStreamProvider<MouseEvent> dragOverEvent = const EventStream Provider<MouseEvent>('dragover'); 1229 static const EventStreamProvider<MouseEvent> dragOverEvent = const EventStream Provider<MouseEvent>('dragover');
1230 1230
1231 @DomName('SVGElementInstance.dragstart')
1231 @DocsEditable 1232 @DocsEditable
1232 @DomName('SVGElementInstance.dragstart')
1233 static const EventStreamProvider<MouseEvent> dragStartEvent = const EventStrea mProvider<MouseEvent>('dragstart'); 1233 static const EventStreamProvider<MouseEvent> dragStartEvent = const EventStrea mProvider<MouseEvent>('dragstart');
1234 1234
1235 @DomName('SVGElementInstance.drop')
1235 @DocsEditable 1236 @DocsEditable
1236 @DomName('SVGElementInstance.drop')
1237 static const EventStreamProvider<MouseEvent> dropEvent = const EventStreamProv ider<MouseEvent>('drop'); 1237 static const EventStreamProvider<MouseEvent> dropEvent = const EventStreamProv ider<MouseEvent>('drop');
1238 1238
1239 @DomName('SVGElementInstance.error')
1239 @DocsEditable 1240 @DocsEditable
1240 @DomName('SVGElementInstance.error')
1241 static const EventStreamProvider<Event> errorEvent = const EventStreamProvider <Event>('error'); 1241 static const EventStreamProvider<Event> errorEvent = const EventStreamProvider <Event>('error');
1242 1242
1243 @DomName('SVGElementInstance.focus')
1243 @DocsEditable 1244 @DocsEditable
1244 @DomName('SVGElementInstance.focus')
1245 static const EventStreamProvider<Event> focusEvent = const EventStreamProvider <Event>('focus'); 1245 static const EventStreamProvider<Event> focusEvent = const EventStreamProvider <Event>('focus');
1246 1246
1247 @DomName('SVGElementInstance.input')
1247 @DocsEditable 1248 @DocsEditable
1248 @DomName('SVGElementInstance.input')
1249 static const EventStreamProvider<Event> inputEvent = const EventStreamProvider <Event>('input'); 1249 static const EventStreamProvider<Event> inputEvent = const EventStreamProvider <Event>('input');
1250 1250
1251 @DomName('SVGElementInstance.keydown')
1251 @DocsEditable 1252 @DocsEditable
1252 @DomName('SVGElementInstance.keydown')
1253 static const EventStreamProvider<KeyboardEvent> keyDownEvent = const EventStre amProvider<KeyboardEvent>('keydown'); 1253 static const EventStreamProvider<KeyboardEvent> keyDownEvent = const EventStre amProvider<KeyboardEvent>('keydown');
1254 1254
1255 @DomName('SVGElementInstance.keypress')
1255 @DocsEditable 1256 @DocsEditable
1256 @DomName('SVGElementInstance.keypress')
1257 static const EventStreamProvider<KeyboardEvent> keyPressEvent = const EventStr eamProvider<KeyboardEvent>('keypress'); 1257 static const EventStreamProvider<KeyboardEvent> keyPressEvent = const EventStr eamProvider<KeyboardEvent>('keypress');
1258 1258
1259 @DomName('SVGElementInstance.keyup')
1259 @DocsEditable 1260 @DocsEditable
1260 @DomName('SVGElementInstance.keyup')
1261 static const EventStreamProvider<KeyboardEvent> keyUpEvent = const EventStream Provider<KeyboardEvent>('keyup'); 1261 static const EventStreamProvider<KeyboardEvent> keyUpEvent = const EventStream Provider<KeyboardEvent>('keyup');
1262 1262
1263 @DomName('SVGElementInstance.load')
1263 @DocsEditable 1264 @DocsEditable
1264 @DomName('SVGElementInstance.load')
1265 static const EventStreamProvider<Event> loadEvent = const EventStreamProvider< Event>('load'); 1265 static const EventStreamProvider<Event> loadEvent = const EventStreamProvider< Event>('load');
1266 1266
1267 @DomName('SVGElementInstance.mousedown')
1267 @DocsEditable 1268 @DocsEditable
1268 @DomName('SVGElementInstance.mousedown')
1269 static const EventStreamProvider<MouseEvent> mouseDownEvent = const EventStrea mProvider<MouseEvent>('mousedown'); 1269 static const EventStreamProvider<MouseEvent> mouseDownEvent = const EventStrea mProvider<MouseEvent>('mousedown');
1270 1270
1271 @DomName('SVGElementInstance.mousemove')
1271 @DocsEditable 1272 @DocsEditable
1272 @DomName('SVGElementInstance.mousemove')
1273 static const EventStreamProvider<MouseEvent> mouseMoveEvent = const EventStrea mProvider<MouseEvent>('mousemove'); 1273 static const EventStreamProvider<MouseEvent> mouseMoveEvent = const EventStrea mProvider<MouseEvent>('mousemove');
1274 1274
1275 @DomName('SVGElementInstance.mouseout')
1275 @DocsEditable 1276 @DocsEditable
1276 @DomName('SVGElementInstance.mouseout')
1277 static const EventStreamProvider<MouseEvent> mouseOutEvent = const EventStream Provider<MouseEvent>('mouseout'); 1277 static const EventStreamProvider<MouseEvent> mouseOutEvent = const EventStream Provider<MouseEvent>('mouseout');
1278 1278
1279 @DomName('SVGElementInstance.mouseover')
1279 @DocsEditable 1280 @DocsEditable
1280 @DomName('SVGElementInstance.mouseover')
1281 static const EventStreamProvider<MouseEvent> mouseOverEvent = const EventStrea mProvider<MouseEvent>('mouseover'); 1281 static const EventStreamProvider<MouseEvent> mouseOverEvent = const EventStrea mProvider<MouseEvent>('mouseover');
1282 1282
1283 @DomName('SVGElementInstance.mouseup')
1283 @DocsEditable 1284 @DocsEditable
1284 @DomName('SVGElementInstance.mouseup')
1285 static const EventStreamProvider<MouseEvent> mouseUpEvent = const EventStreamP rovider<MouseEvent>('mouseup'); 1285 static const EventStreamProvider<MouseEvent> mouseUpEvent = const EventStreamP rovider<MouseEvent>('mouseup');
1286 1286
1287 @DomName('SVGElementInstance.mousewheel')
1287 @DocsEditable 1288 @DocsEditable
1288 @DomName('SVGElementInstance.mousewheel')
1289 static const EventStreamProvider<WheelEvent> mouseWheelEvent = const EventStre amProvider<WheelEvent>('mousewheel'); 1289 static const EventStreamProvider<WheelEvent> mouseWheelEvent = const EventStre amProvider<WheelEvent>('mousewheel');
1290 1290
1291 @DomName('SVGElementInstance.paste')
1291 @DocsEditable 1292 @DocsEditable
1292 @DomName('SVGElementInstance.paste')
1293 static const EventStreamProvider<Event> pasteEvent = const EventStreamProvider <Event>('paste'); 1293 static const EventStreamProvider<Event> pasteEvent = const EventStreamProvider <Event>('paste');
1294 1294
1295 @DomName('SVGElementInstance.reset')
1295 @DocsEditable 1296 @DocsEditable
1296 @DomName('SVGElementInstance.reset')
1297 static const EventStreamProvider<Event> resetEvent = const EventStreamProvider <Event>('reset'); 1297 static const EventStreamProvider<Event> resetEvent = const EventStreamProvider <Event>('reset');
1298 1298
1299 @DomName('SVGElementInstance.resize')
1299 @DocsEditable 1300 @DocsEditable
1300 @DomName('SVGElementInstance.resize')
1301 static const EventStreamProvider<Event> resizeEvent = const EventStreamProvide r<Event>('resize'); 1301 static const EventStreamProvider<Event> resizeEvent = const EventStreamProvide r<Event>('resize');
1302 1302
1303 @DomName('SVGElementInstance.scroll')
1303 @DocsEditable 1304 @DocsEditable
1304 @DomName('SVGElementInstance.scroll')
1305 static const EventStreamProvider<Event> scrollEvent = const EventStreamProvide r<Event>('scroll'); 1305 static const EventStreamProvider<Event> scrollEvent = const EventStreamProvide r<Event>('scroll');
1306 1306
1307 @DomName('SVGElementInstance.search')
1307 @DocsEditable 1308 @DocsEditable
1308 @DomName('SVGElementInstance.search')
1309 static const EventStreamProvider<Event> searchEvent = const EventStreamProvide r<Event>('search'); 1309 static const EventStreamProvider<Event> searchEvent = const EventStreamProvide r<Event>('search');
1310 1310
1311 @DomName('SVGElementInstance.select')
1311 @DocsEditable 1312 @DocsEditable
1312 @DomName('SVGElementInstance.select')
1313 static const EventStreamProvider<Event> selectEvent = const EventStreamProvide r<Event>('select'); 1313 static const EventStreamProvider<Event> selectEvent = const EventStreamProvide r<Event>('select');
1314 1314
1315 @DomName('SVGElementInstance.selectstart')
1315 @DocsEditable 1316 @DocsEditable
1316 @DomName('SVGElementInstance.selectstart')
1317 static const EventStreamProvider<Event> selectStartEvent = const EventStreamPr ovider<Event>('selectstart'); 1317 static const EventStreamProvider<Event> selectStartEvent = const EventStreamPr ovider<Event>('selectstart');
1318 1318
1319 @DomName('SVGElementInstance.submit')
1319 @DocsEditable 1320 @DocsEditable
1320 @DomName('SVGElementInstance.submit')
1321 static const EventStreamProvider<Event> submitEvent = const EventStreamProvide r<Event>('submit'); 1321 static const EventStreamProvider<Event> submitEvent = const EventStreamProvide r<Event>('submit');
1322 1322
1323 @DomName('SVGElementInstance.unload')
1323 @DocsEditable 1324 @DocsEditable
1324 @DomName('SVGElementInstance.unload')
1325 static const EventStreamProvider<Event> unloadEvent = const EventStreamProvide r<Event>('unload'); 1325 static const EventStreamProvider<Event> unloadEvent = const EventStreamProvide r<Event>('unload');
1326 1326
1327 @DocsEditable 1327 @DocsEditable
1328 @DomName('EventTarget.addEventListener, EventTarget.removeEventListener, Event Target.dispatchEvent') 1328 @DomName('EventTarget.addEventListener, EventTarget.removeEventListener, Event Target.dispatchEvent')
1329 ElementInstanceEvents get on => 1329 ElementInstanceEvents get on =>
1330 new ElementInstanceEvents(this); 1330 new ElementInstanceEvents(this);
1331 1331
1332 @DomName('SVGElementInstance.childNodes')
1332 @DocsEditable 1333 @DocsEditable
1333 @DomName('SVGElementInstance.childNodes')
1334 List<ElementInstance> get childNodes native "SVGElementInstance_childNodes_Get ter"; 1334 List<ElementInstance> get childNodes native "SVGElementInstance_childNodes_Get ter";
1335 1335
1336 @DomName('SVGElementInstance.correspondingElement')
1336 @DocsEditable 1337 @DocsEditable
1337 @DomName('SVGElementInstance.correspondingElement')
1338 SvgElement get correspondingElement native "SVGElementInstance_correspondingEl ement_Getter"; 1338 SvgElement get correspondingElement native "SVGElementInstance_correspondingEl ement_Getter";
1339 1339
1340 @DomName('SVGElementInstance.correspondingUseElement')
1340 @DocsEditable 1341 @DocsEditable
1341 @DomName('SVGElementInstance.correspondingUseElement')
1342 UseElement get correspondingUseElement native "SVGElementInstance_correspondin gUseElement_Getter"; 1342 UseElement get correspondingUseElement native "SVGElementInstance_correspondin gUseElement_Getter";
1343 1343
1344 @DomName('SVGElementInstance.firstChild')
1344 @DocsEditable 1345 @DocsEditable
1345 @DomName('SVGElementInstance.firstChild')
1346 ElementInstance get firstChild native "SVGElementInstance_firstChild_Getter"; 1346 ElementInstance get firstChild native "SVGElementInstance_firstChild_Getter";
1347 1347
1348 @DomName('SVGElementInstance.lastChild')
1348 @DocsEditable 1349 @DocsEditable
1349 @DomName('SVGElementInstance.lastChild')
1350 ElementInstance get lastChild native "SVGElementInstance_lastChild_Getter"; 1350 ElementInstance get lastChild native "SVGElementInstance_lastChild_Getter";
1351 1351
1352 @DomName('SVGElementInstance.nextSibling')
1352 @DocsEditable 1353 @DocsEditable
1353 @DomName('SVGElementInstance.nextSibling')
1354 ElementInstance get nextSibling native "SVGElementInstance_nextSibling_Getter" ; 1354 ElementInstance get nextSibling native "SVGElementInstance_nextSibling_Getter" ;
1355 1355
1356 @DomName('SVGElementInstance.parentNode')
1356 @DocsEditable 1357 @DocsEditable
1357 @DomName('SVGElementInstance.parentNode')
1358 ElementInstance get parentNode native "SVGElementInstance_parentNode_Getter"; 1358 ElementInstance get parentNode native "SVGElementInstance_parentNode_Getter";
1359 1359
1360 @DomName('SVGElementInstance.previousSibling')
1360 @DocsEditable 1361 @DocsEditable
1361 @DomName('SVGElementInstance.previousSibling')
1362 ElementInstance get previousSibling native "SVGElementInstance_previousSibling _Getter"; 1362 ElementInstance get previousSibling native "SVGElementInstance_previousSibling _Getter";
1363 1363
1364 @DomName('SVGElementInstance.abort')
1364 @DocsEditable 1365 @DocsEditable
1365 @DomName('SVGElementInstance.abort')
1366 Stream<Event> get onAbort => abortEvent.forTarget(this); 1366 Stream<Event> get onAbort => abortEvent.forTarget(this);
1367 1367
1368 @DomName('SVGElementInstance.beforecopy')
1368 @DocsEditable 1369 @DocsEditable
1369 @DomName('SVGElementInstance.beforecopy')
1370 Stream<Event> get onBeforeCopy => beforeCopyEvent.forTarget(this); 1370 Stream<Event> get onBeforeCopy => beforeCopyEvent.forTarget(this);
1371 1371
1372 @DomName('SVGElementInstance.beforecut')
1372 @DocsEditable 1373 @DocsEditable
1373 @DomName('SVGElementInstance.beforecut')
1374 Stream<Event> get onBeforeCut => beforeCutEvent.forTarget(this); 1374 Stream<Event> get onBeforeCut => beforeCutEvent.forTarget(this);
1375 1375
1376 @DomName('SVGElementInstance.beforepaste')
1376 @DocsEditable 1377 @DocsEditable
1377 @DomName('SVGElementInstance.beforepaste')
1378 Stream<Event> get onBeforePaste => beforePasteEvent.forTarget(this); 1378 Stream<Event> get onBeforePaste => beforePasteEvent.forTarget(this);
1379 1379
1380 @DomName('SVGElementInstance.blur')
1380 @DocsEditable 1381 @DocsEditable
1381 @DomName('SVGElementInstance.blur')
1382 Stream<Event> get onBlur => blurEvent.forTarget(this); 1382 Stream<Event> get onBlur => blurEvent.forTarget(this);
1383 1383
1384 @DomName('SVGElementInstance.change')
1384 @DocsEditable 1385 @DocsEditable
1385 @DomName('SVGElementInstance.change')
1386 Stream<Event> get onChange => changeEvent.forTarget(this); 1386 Stream<Event> get onChange => changeEvent.forTarget(this);
1387 1387
1388 @DomName('SVGElementInstance.click')
1388 @DocsEditable 1389 @DocsEditable
1389 @DomName('SVGElementInstance.click')
1390 Stream<MouseEvent> get onClick => clickEvent.forTarget(this); 1390 Stream<MouseEvent> get onClick => clickEvent.forTarget(this);
1391 1391
1392 @DomName('SVGElementInstance.contextmenu')
1392 @DocsEditable 1393 @DocsEditable
1393 @DomName('SVGElementInstance.contextmenu')
1394 Stream<MouseEvent> get onContextMenu => contextMenuEvent.forTarget(this); 1394 Stream<MouseEvent> get onContextMenu => contextMenuEvent.forTarget(this);
1395 1395
1396 @DomName('SVGElementInstance.copy')
1396 @DocsEditable 1397 @DocsEditable
1397 @DomName('SVGElementInstance.copy')
1398 Stream<Event> get onCopy => copyEvent.forTarget(this); 1398 Stream<Event> get onCopy => copyEvent.forTarget(this);
1399 1399
1400 @DomName('SVGElementInstance.cut')
1400 @DocsEditable 1401 @DocsEditable
1401 @DomName('SVGElementInstance.cut')
1402 Stream<Event> get onCut => cutEvent.forTarget(this); 1402 Stream<Event> get onCut => cutEvent.forTarget(this);
1403 1403
1404 @DomName('SVGElementInstance.dblclick')
1404 @DocsEditable 1405 @DocsEditable
1405 @DomName('SVGElementInstance.dblclick')
1406 Stream<Event> get onDoubleClick => doubleClickEvent.forTarget(this); 1406 Stream<Event> get onDoubleClick => doubleClickEvent.forTarget(this);
1407 1407
1408 @DomName('SVGElementInstance.drag')
1408 @DocsEditable 1409 @DocsEditable
1409 @DomName('SVGElementInstance.drag')
1410 Stream<MouseEvent> get onDrag => dragEvent.forTarget(this); 1410 Stream<MouseEvent> get onDrag => dragEvent.forTarget(this);
1411 1411
1412 @DomName('SVGElementInstance.dragend')
1412 @DocsEditable 1413 @DocsEditable
1413 @DomName('SVGElementInstance.dragend')
1414 Stream<MouseEvent> get onDragEnd => dragEndEvent.forTarget(this); 1414 Stream<MouseEvent> get onDragEnd => dragEndEvent.forTarget(this);
1415 1415
1416 @DomName('SVGElementInstance.dragenter')
1416 @DocsEditable 1417 @DocsEditable
1417 @DomName('SVGElementInstance.dragenter')
1418 Stream<MouseEvent> get onDragEnter => dragEnterEvent.forTarget(this); 1418 Stream<MouseEvent> get onDragEnter => dragEnterEvent.forTarget(this);
1419 1419
1420 @DomName('SVGElementInstance.dragleave')
1420 @DocsEditable 1421 @DocsEditable
1421 @DomName('SVGElementInstance.dragleave')
1422 Stream<MouseEvent> get onDragLeave => dragLeaveEvent.forTarget(this); 1422 Stream<MouseEvent> get onDragLeave => dragLeaveEvent.forTarget(this);
1423 1423
1424 @DomName('SVGElementInstance.dragover')
1424 @DocsEditable 1425 @DocsEditable
1425 @DomName('SVGElementInstance.dragover')
1426 Stream<MouseEvent> get onDragOver => dragOverEvent.forTarget(this); 1426 Stream<MouseEvent> get onDragOver => dragOverEvent.forTarget(this);
1427 1427
1428 @DomName('SVGElementInstance.dragstart')
1428 @DocsEditable 1429 @DocsEditable
1429 @DomName('SVGElementInstance.dragstart')
1430 Stream<MouseEvent> get onDragStart => dragStartEvent.forTarget(this); 1430 Stream<MouseEvent> get onDragStart => dragStartEvent.forTarget(this);
1431 1431
1432 @DomName('SVGElementInstance.drop')
1432 @DocsEditable 1433 @DocsEditable
1433 @DomName('SVGElementInstance.drop')
1434 Stream<MouseEvent> get onDrop => dropEvent.forTarget(this); 1434 Stream<MouseEvent> get onDrop => dropEvent.forTarget(this);
1435 1435
1436 @DomName('SVGElementInstance.error')
1436 @DocsEditable 1437 @DocsEditable
1437 @DomName('SVGElementInstance.error')
1438 Stream<Event> get onError => errorEvent.forTarget(this); 1438 Stream<Event> get onError => errorEvent.forTarget(this);
1439 1439
1440 @DomName('SVGElementInstance.focus')
1440 @DocsEditable 1441 @DocsEditable
1441 @DomName('SVGElementInstance.focus')
1442 Stream<Event> get onFocus => focusEvent.forTarget(this); 1442 Stream<Event> get onFocus => focusEvent.forTarget(this);
1443 1443
1444 @DomName('SVGElementInstance.input')
1444 @DocsEditable 1445 @DocsEditable
1445 @DomName('SVGElementInstance.input')
1446 Stream<Event> get onInput => inputEvent.forTarget(this); 1446 Stream<Event> get onInput => inputEvent.forTarget(this);
1447 1447
1448 @DomName('SVGElementInstance.keydown')
1448 @DocsEditable 1449 @DocsEditable
1449 @DomName('SVGElementInstance.keydown')
1450 Stream<KeyboardEvent> get onKeyDown => keyDownEvent.forTarget(this); 1450 Stream<KeyboardEvent> get onKeyDown => keyDownEvent.forTarget(this);
1451 1451
1452 @DomName('SVGElementInstance.keypress')
1452 @DocsEditable 1453 @DocsEditable
1453 @DomName('SVGElementInstance.keypress')
1454 Stream<KeyboardEvent> get onKeyPress => keyPressEvent.forTarget(this); 1454 Stream<KeyboardEvent> get onKeyPress => keyPressEvent.forTarget(this);
1455 1455
1456 @DomName('SVGElementInstance.keyup')
1456 @DocsEditable 1457 @DocsEditable
1457 @DomName('SVGElementInstance.keyup')
1458 Stream<KeyboardEvent> get onKeyUp => keyUpEvent.forTarget(this); 1458 Stream<KeyboardEvent> get onKeyUp => keyUpEvent.forTarget(this);
1459 1459
1460 @DomName('SVGElementInstance.load')
1460 @DocsEditable 1461 @DocsEditable
1461 @DomName('SVGElementInstance.load')
1462 Stream<Event> get onLoad => loadEvent.forTarget(this); 1462 Stream<Event> get onLoad => loadEvent.forTarget(this);
1463 1463
1464 @DomName('SVGElementInstance.mousedown')
1464 @DocsEditable 1465 @DocsEditable
1465 @DomName('SVGElementInstance.mousedown')
1466 Stream<MouseEvent> get onMouseDown => mouseDownEvent.forTarget(this); 1466 Stream<MouseEvent> get onMouseDown => mouseDownEvent.forTarget(this);
1467 1467
1468 @DomName('SVGElementInstance.mousemove')
1468 @DocsEditable 1469 @DocsEditable
1469 @DomName('SVGElementInstance.mousemove')
1470 Stream<MouseEvent> get onMouseMove => mouseMoveEvent.forTarget(this); 1470 Stream<MouseEvent> get onMouseMove => mouseMoveEvent.forTarget(this);
1471 1471
1472 @DomName('SVGElementInstance.mouseout')
1472 @DocsEditable 1473 @DocsEditable
1473 @DomName('SVGElementInstance.mouseout')
1474 Stream<MouseEvent> get onMouseOut => mouseOutEvent.forTarget(this); 1474 Stream<MouseEvent> get onMouseOut => mouseOutEvent.forTarget(this);
1475 1475
1476 @DomName('SVGElementInstance.mouseover')
1476 @DocsEditable 1477 @DocsEditable
1477 @DomName('SVGElementInstance.mouseover')
1478 Stream<MouseEvent> get onMouseOver => mouseOverEvent.forTarget(this); 1478 Stream<MouseEvent> get onMouseOver => mouseOverEvent.forTarget(this);
1479 1479
1480 @DomName('SVGElementInstance.mouseup')
1480 @DocsEditable 1481 @DocsEditable
1481 @DomName('SVGElementInstance.mouseup')
1482 Stream<MouseEvent> get onMouseUp => mouseUpEvent.forTarget(this); 1482 Stream<MouseEvent> get onMouseUp => mouseUpEvent.forTarget(this);
1483 1483
1484 @DomName('SVGElementInstance.mousewheel')
1484 @DocsEditable 1485 @DocsEditable
1485 @DomName('SVGElementInstance.mousewheel')
1486 Stream<WheelEvent> get onMouseWheel => mouseWheelEvent.forTarget(this); 1486 Stream<WheelEvent> get onMouseWheel => mouseWheelEvent.forTarget(this);
1487 1487
1488 @DomName('SVGElementInstance.paste')
1488 @DocsEditable 1489 @DocsEditable
1489 @DomName('SVGElementInstance.paste')
1490 Stream<Event> get onPaste => pasteEvent.forTarget(this); 1490 Stream<Event> get onPaste => pasteEvent.forTarget(this);
1491 1491
1492 @DomName('SVGElementInstance.reset')
1492 @DocsEditable 1493 @DocsEditable
1493 @DomName('SVGElementInstance.reset')
1494 Stream<Event> get onReset => resetEvent.forTarget(this); 1494 Stream<Event> get onReset => resetEvent.forTarget(this);
1495 1495
1496 @DomName('SVGElementInstance.resize')
1496 @DocsEditable 1497 @DocsEditable
1497 @DomName('SVGElementInstance.resize')
1498 Stream<Event> get onResize => resizeEvent.forTarget(this); 1498 Stream<Event> get onResize => resizeEvent.forTarget(this);
1499 1499
1500 @DomName('SVGElementInstance.scroll')
1500 @DocsEditable 1501 @DocsEditable
1501 @DomName('SVGElementInstance.scroll')
1502 Stream<Event> get onScroll => scrollEvent.forTarget(this); 1502 Stream<Event> get onScroll => scrollEvent.forTarget(this);
1503 1503
1504 @DomName('SVGElementInstance.search')
1504 @DocsEditable 1505 @DocsEditable
1505 @DomName('SVGElementInstance.search')
1506 Stream<Event> get onSearch => searchEvent.forTarget(this); 1506 Stream<Event> get onSearch => searchEvent.forTarget(this);
1507 1507
1508 @DomName('SVGElementInstance.select')
1508 @DocsEditable 1509 @DocsEditable
1509 @DomName('SVGElementInstance.select')
1510 Stream<Event> get onSelect => selectEvent.forTarget(this); 1510 Stream<Event> get onSelect => selectEvent.forTarget(this);
1511 1511
1512 @DomName('SVGElementInstance.selectstart')
1512 @DocsEditable 1513 @DocsEditable
1513 @DomName('SVGElementInstance.selectstart')
1514 Stream<Event> get onSelectStart => selectStartEvent.forTarget(this); 1514 Stream<Event> get onSelectStart => selectStartEvent.forTarget(this);
1515 1515
1516 @DomName('SVGElementInstance.submit')
1516 @DocsEditable 1517 @DocsEditable
1517 @DomName('SVGElementInstance.submit')
1518 Stream<Event> get onSubmit => submitEvent.forTarget(this); 1518 Stream<Event> get onSubmit => submitEvent.forTarget(this);
1519 1519
1520 @DomName('SVGElementInstance.unload')
1520 @DocsEditable 1521 @DocsEditable
1521 @DomName('SVGElementInstance.unload')
1522 Stream<Event> get onUnload => unloadEvent.forTarget(this); 1522 Stream<Event> get onUnload => unloadEvent.forTarget(this);
1523 1523
1524 } 1524 }
1525 1525
1526 @DocsEditable 1526 @DocsEditable
1527 class ElementInstanceEvents extends Events { 1527 class ElementInstanceEvents extends Events {
1528 @DocsEditable 1528 @DocsEditable
1529 ElementInstanceEvents(EventTarget _ptr) : super(_ptr); 1529 ElementInstanceEvents(EventTarget _ptr) : super(_ptr);
1530 1530
1531 @DocsEditable 1531 @DocsEditable
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1653 // BSD-style license that can be found in the LICENSE file. 1653 // BSD-style license that can be found in the LICENSE file.
1654 1654
1655 // WARNING: Do not edit - generated code. 1655 // WARNING: Do not edit - generated code.
1656 1656
1657 1657
1658 @DocsEditable 1658 @DocsEditable
1659 @DomName('ElementTimeControl') 1659 @DomName('ElementTimeControl')
1660 class ElementTimeControl extends NativeFieldWrapperClass1 { 1660 class ElementTimeControl extends NativeFieldWrapperClass1 {
1661 ElementTimeControl.internal(); 1661 ElementTimeControl.internal();
1662 1662
1663 @DomName('ElementTimeControl.beginElement')
1663 @DocsEditable 1664 @DocsEditable
1664 @DomName('ElementTimeControl.beginElement')
1665 void beginElement() native "ElementTimeControl_beginElement_Callback"; 1665 void beginElement() native "ElementTimeControl_beginElement_Callback";
1666 1666
1667 @DomName('ElementTimeControl.beginElementAt')
1667 @DocsEditable 1668 @DocsEditable
1668 @DomName('ElementTimeControl.beginElementAt')
1669 void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Call back"; 1669 void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Call back";
1670 1670
1671 @DomName('ElementTimeControl.endElement')
1671 @DocsEditable 1672 @DocsEditable
1672 @DomName('ElementTimeControl.endElement')
1673 void endElement() native "ElementTimeControl_endElement_Callback"; 1673 void endElement() native "ElementTimeControl_endElement_Callback";
1674 1674
1675 @DomName('ElementTimeControl.endElementAt')
1675 @DocsEditable 1676 @DocsEditable
1676 @DomName('ElementTimeControl.endElementAt')
1677 void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback "; 1677 void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback ";
1678 1678
1679 } 1679 }
1680 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1680 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1681 // for details. All rights reserved. Use of this source code is governed by a 1681 // for details. All rights reserved. Use of this source code is governed by a
1682 // BSD-style license that can be found in the LICENSE file. 1682 // BSD-style license that can be found in the LICENSE file.
1683 1683
1684 // WARNING: Do not edit - generated code. 1684 // WARNING: Do not edit - generated code.
1685 1685
1686 1686
1687 @DocsEditable 1687 @DocsEditable
1688 @DomName('SVGEllipseElement') 1688 @DomName('SVGEllipseElement')
1689 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl e, ExternalResourcesRequired, LangSpace { 1689 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl e, ExternalResourcesRequired, LangSpace {
1690 EllipseElement.internal() : super.internal(); 1690 EllipseElement.internal() : super.internal();
1691 1691
1692 @DocsEditable 1692 @DocsEditable
1693 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse"); 1693 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse");
1694 1694
1695 @DomName('SVGEllipseElement.cx')
1695 @DocsEditable 1696 @DocsEditable
1696 @DomName('SVGEllipseElement.cx')
1697 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; 1697 AnimatedLength get cx native "SVGEllipseElement_cx_Getter";
1698 1698
1699 @DomName('SVGEllipseElement.cy')
1699 @DocsEditable 1700 @DocsEditable
1700 @DomName('SVGEllipseElement.cy')
1701 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; 1701 AnimatedLength get cy native "SVGEllipseElement_cy_Getter";
1702 1702
1703 @DomName('SVGEllipseElement.rx')
1703 @DocsEditable 1704 @DocsEditable
1704 @DomName('SVGEllipseElement.rx')
1705 AnimatedLength get rx native "SVGEllipseElement_rx_Getter"; 1705 AnimatedLength get rx native "SVGEllipseElement_rx_Getter";
1706 1706
1707 @DomName('SVGEllipseElement.ry')
1707 @DocsEditable 1708 @DocsEditable
1708 @DomName('SVGEllipseElement.ry')
1709 AnimatedLength get ry native "SVGEllipseElement_ry_Getter"; 1709 AnimatedLength get ry native "SVGEllipseElement_ry_Getter";
1710 1710
1711 @DomName('SVGEllipseElement.externalResourcesRequired')
1711 @DocsEditable 1712 @DocsEditable
1712 @DomName('SVGEllipseElement.externalResourcesRequired')
1713 AnimatedBoolean get externalResourcesRequired native "SVGEllipseElement_extern alResourcesRequired_Getter"; 1713 AnimatedBoolean get externalResourcesRequired native "SVGEllipseElement_extern alResourcesRequired_Getter";
1714 1714
1715 @DomName('SVGEllipseElement.xmllang')
1715 @DocsEditable 1716 @DocsEditable
1716 @DomName('SVGEllipseElement.xmllang')
1717 String get xmllang native "SVGEllipseElement_xmllang_Getter"; 1717 String get xmllang native "SVGEllipseElement_xmllang_Getter";
1718 1718
1719 @DomName('SVGEllipseElement.xmllang')
1719 @DocsEditable 1720 @DocsEditable
1720 @DomName('SVGEllipseElement.xmllang')
1721 void set xmllang(String value) native "SVGEllipseElement_xmllang_Setter"; 1721 void set xmllang(String value) native "SVGEllipseElement_xmllang_Setter";
1722 1722
1723 @DomName('SVGEllipseElement.xmlspace')
1723 @DocsEditable 1724 @DocsEditable
1724 @DomName('SVGEllipseElement.xmlspace')
1725 String get xmlspace native "SVGEllipseElement_xmlspace_Getter"; 1725 String get xmlspace native "SVGEllipseElement_xmlspace_Getter";
1726 1726
1727 @DomName('SVGEllipseElement.xmlspace')
1727 @DocsEditable 1728 @DocsEditable
1728 @DomName('SVGEllipseElement.xmlspace')
1729 void set xmlspace(String value) native "SVGEllipseElement_xmlspace_Setter"; 1729 void set xmlspace(String value) native "SVGEllipseElement_xmlspace_Setter";
1730 1730
1731 @DomName('SVGEllipseElement.farthestViewportElement')
1731 @DocsEditable 1732 @DocsEditable
1732 @DomName('SVGEllipseElement.farthestViewportElement')
1733 SvgElement get farthestViewportElement native "SVGEllipseElement_farthestViewp ortElement_Getter"; 1733 SvgElement get farthestViewportElement native "SVGEllipseElement_farthestViewp ortElement_Getter";
1734 1734
1735 @DomName('SVGEllipseElement.nearestViewportElement')
1735 @DocsEditable 1736 @DocsEditable
1736 @DomName('SVGEllipseElement.nearestViewportElement')
1737 SvgElement get nearestViewportElement native "SVGEllipseElement_nearestViewpor tElement_Getter"; 1737 SvgElement get nearestViewportElement native "SVGEllipseElement_nearestViewpor tElement_Getter";
1738 1738
1739 @DomName('SVGEllipseElement.getBBox')
1739 @DocsEditable 1740 @DocsEditable
1740 @DomName('SVGEllipseElement.getBBox')
1741 Rect getBBox() native "SVGEllipseElement_getBBox_Callback"; 1741 Rect getBBox() native "SVGEllipseElement_getBBox_Callback";
1742 1742
1743 @DomName('SVGEllipseElement.getCTM')
1743 @DocsEditable 1744 @DocsEditable
1744 @DomName('SVGEllipseElement.getCTM')
1745 Matrix getCtm() native "SVGEllipseElement_getCTM_Callback"; 1745 Matrix getCtm() native "SVGEllipseElement_getCTM_Callback";
1746 1746
1747 @DomName('SVGEllipseElement.getScreenCTM')
1747 @DocsEditable 1748 @DocsEditable
1748 @DomName('SVGEllipseElement.getScreenCTM')
1749 Matrix getScreenCtm() native "SVGEllipseElement_getScreenCTM_Callback"; 1749 Matrix getScreenCtm() native "SVGEllipseElement_getScreenCTM_Callback";
1750 1750
1751 @DomName('SVGEllipseElement.getTransformToElement')
1751 @DocsEditable 1752 @DocsEditable
1752 @DomName('SVGEllipseElement.getTransformToElement')
1753 Matrix getTransformToElement(SvgElement element) native "SVGEllipseElement_get TransformToElement_Callback"; 1753 Matrix getTransformToElement(SvgElement element) native "SVGEllipseElement_get TransformToElement_Callback";
1754 1754
1755 @DomName('SVGEllipseElement.className')
1755 @DocsEditable 1756 @DocsEditable
1756 @DomName('SVGEllipseElement.className')
1757 AnimatedString get $dom_svgClassName native "SVGEllipseElement_className_Gette r"; 1757 AnimatedString get $dom_svgClassName native "SVGEllipseElement_className_Gette r";
1758 1758
1759 @DomName('SVGEllipseElement.style')
1759 @DocsEditable 1760 @DocsEditable
1760 @DomName('SVGEllipseElement.style')
1761 CssStyleDeclaration get style native "SVGEllipseElement_style_Getter"; 1761 CssStyleDeclaration get style native "SVGEllipseElement_style_Getter";
1762 1762
1763 @DomName('SVGEllipseElement.getPresentationAttribute')
1763 @DocsEditable 1764 @DocsEditable
1764 @DomName('SVGEllipseElement.getPresentationAttribute')
1765 CssValue getPresentationAttribute(String name) native "SVGEllipseElement_getPr esentationAttribute_Callback"; 1765 CssValue getPresentationAttribute(String name) native "SVGEllipseElement_getPr esentationAttribute_Callback";
1766 1766
1767 @DomName('SVGEllipseElement.requiredExtensions')
1767 @DocsEditable 1768 @DocsEditable
1768 @DomName('SVGEllipseElement.requiredExtensions')
1769 StringList get requiredExtensions native "SVGEllipseElement_requiredExtensions _Getter"; 1769 StringList get requiredExtensions native "SVGEllipseElement_requiredExtensions _Getter";
1770 1770
1771 @DomName('SVGEllipseElement.requiredFeatures')
1771 @DocsEditable 1772 @DocsEditable
1772 @DomName('SVGEllipseElement.requiredFeatures')
1773 StringList get requiredFeatures native "SVGEllipseElement_requiredFeatures_Get ter"; 1773 StringList get requiredFeatures native "SVGEllipseElement_requiredFeatures_Get ter";
1774 1774
1775 @DomName('SVGEllipseElement.systemLanguage')
1775 @DocsEditable 1776 @DocsEditable
1776 @DomName('SVGEllipseElement.systemLanguage')
1777 StringList get systemLanguage native "SVGEllipseElement_systemLanguage_Getter" ; 1777 StringList get systemLanguage native "SVGEllipseElement_systemLanguage_Getter" ;
1778 1778
1779 @DomName('SVGEllipseElement.hasExtension')
1779 @DocsEditable 1780 @DocsEditable
1780 @DomName('SVGEllipseElement.hasExtension')
1781 bool hasExtension(String extension) native "SVGEllipseElement_hasExtension_Cal lback"; 1781 bool hasExtension(String extension) native "SVGEllipseElement_hasExtension_Cal lback";
1782 1782
1783 @DomName('SVGEllipseElement.transform')
1783 @DocsEditable 1784 @DocsEditable
1784 @DomName('SVGEllipseElement.transform')
1785 AnimatedTransformList get transform native "SVGEllipseElement_transform_Getter "; 1785 AnimatedTransformList get transform native "SVGEllipseElement_transform_Getter ";
1786 1786
1787 } 1787 }
1788 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1788 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1789 // for details. All rights reserved. Use of this source code is governed by a 1789 // for details. All rights reserved. Use of this source code is governed by a
1790 // BSD-style license that can be found in the LICENSE file. 1790 // BSD-style license that can be found in the LICENSE file.
1791 1791
1792 // WARNING: Do not edit - generated code. 1792 // WARNING: Do not edit - generated code.
1793 1793
1794 1794
1795 @DocsEditable 1795 @DocsEditable
1796 @DomName('SVGExternalResourcesRequired') 1796 @DomName('SVGExternalResourcesRequired')
1797 class ExternalResourcesRequired extends NativeFieldWrapperClass1 { 1797 class ExternalResourcesRequired extends NativeFieldWrapperClass1 {
1798 ExternalResourcesRequired.internal(); 1798 ExternalResourcesRequired.internal();
1799 1799
1800 @DomName('SVGExternalResourcesRequired.externalResourcesRequired')
1800 @DocsEditable 1801 @DocsEditable
1801 @DomName('SVGExternalResourcesRequired.externalResourcesRequired')
1802 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ ired_externalResourcesRequired_Getter"; 1802 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ ired_externalResourcesRequired_Getter";
1803 1803
1804 } 1804 }
1805 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1805 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1806 // for details. All rights reserved. Use of this source code is governed by a 1806 // for details. All rights reserved. Use of this source code is governed by a
1807 // BSD-style license that can be found in the LICENSE file. 1807 // BSD-style license that can be found in the LICENSE file.
1808 1808
1809 // WARNING: Do not edit - generated code. 1809 // WARNING: Do not edit - generated code.
1810 1810
1811 1811
1812 @DocsEditable 1812 @DocsEditable
1813 @DomName('SVGFEBlendElement') 1813 @DomName('SVGFEBlendElement')
1814 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib utes { 1814 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib utes {
1815 FEBlendElement.internal() : super.internal(); 1815 FEBlendElement.internal() : super.internal();
1816 1816
1817 static const int SVG_FEBLEND_MODE_DARKEN = 4; 1817 static const int SVG_FEBLEND_MODE_DARKEN = 4;
1818 1818
1819 static const int SVG_FEBLEND_MODE_LIGHTEN = 5; 1819 static const int SVG_FEBLEND_MODE_LIGHTEN = 5;
1820 1820
1821 static const int SVG_FEBLEND_MODE_MULTIPLY = 2; 1821 static const int SVG_FEBLEND_MODE_MULTIPLY = 2;
1822 1822
1823 static const int SVG_FEBLEND_MODE_NORMAL = 1; 1823 static const int SVG_FEBLEND_MODE_NORMAL = 1;
1824 1824
1825 static const int SVG_FEBLEND_MODE_SCREEN = 3; 1825 static const int SVG_FEBLEND_MODE_SCREEN = 3;
1826 1826
1827 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; 1827 static const int SVG_FEBLEND_MODE_UNKNOWN = 0;
1828 1828
1829 @DomName('SVGFEBlendElement.in1')
1829 @DocsEditable 1830 @DocsEditable
1830 @DomName('SVGFEBlendElement.in1')
1831 AnimatedString get in1 native "SVGFEBlendElement_in1_Getter"; 1831 AnimatedString get in1 native "SVGFEBlendElement_in1_Getter";
1832 1832
1833 @DomName('SVGFEBlendElement.in2')
1833 @DocsEditable 1834 @DocsEditable
1834 @DomName('SVGFEBlendElement.in2')
1835 AnimatedString get in2 native "SVGFEBlendElement_in2_Getter"; 1835 AnimatedString get in2 native "SVGFEBlendElement_in2_Getter";
1836 1836
1837 @DomName('SVGFEBlendElement.mode')
1837 @DocsEditable 1838 @DocsEditable
1838 @DomName('SVGFEBlendElement.mode')
1839 AnimatedEnumeration get mode native "SVGFEBlendElement_mode_Getter"; 1839 AnimatedEnumeration get mode native "SVGFEBlendElement_mode_Getter";
1840 1840
1841 @DomName('SVGFEBlendElement.height')
1841 @DocsEditable 1842 @DocsEditable
1842 @DomName('SVGFEBlendElement.height')
1843 AnimatedLength get height native "SVGFEBlendElement_height_Getter"; 1843 AnimatedLength get height native "SVGFEBlendElement_height_Getter";
1844 1844
1845 @DomName('SVGFEBlendElement.result')
1845 @DocsEditable 1846 @DocsEditable
1846 @DomName('SVGFEBlendElement.result')
1847 AnimatedString get result native "SVGFEBlendElement_result_Getter"; 1847 AnimatedString get result native "SVGFEBlendElement_result_Getter";
1848 1848
1849 @DomName('SVGFEBlendElement.width')
1849 @DocsEditable 1850 @DocsEditable
1850 @DomName('SVGFEBlendElement.width')
1851 AnimatedLength get width native "SVGFEBlendElement_width_Getter"; 1851 AnimatedLength get width native "SVGFEBlendElement_width_Getter";
1852 1852
1853 @DomName('SVGFEBlendElement.x')
1853 @DocsEditable 1854 @DocsEditable
1854 @DomName('SVGFEBlendElement.x')
1855 AnimatedLength get x native "SVGFEBlendElement_x_Getter"; 1855 AnimatedLength get x native "SVGFEBlendElement_x_Getter";
1856 1856
1857 @DomName('SVGFEBlendElement.y')
1857 @DocsEditable 1858 @DocsEditable
1858 @DomName('SVGFEBlendElement.y')
1859 AnimatedLength get y native "SVGFEBlendElement_y_Getter"; 1859 AnimatedLength get y native "SVGFEBlendElement_y_Getter";
1860 1860
1861 @DomName('SVGFEBlendElement.className')
1861 @DocsEditable 1862 @DocsEditable
1862 @DomName('SVGFEBlendElement.className')
1863 AnimatedString get $dom_svgClassName native "SVGFEBlendElement_className_Gette r"; 1863 AnimatedString get $dom_svgClassName native "SVGFEBlendElement_className_Gette r";
1864 1864
1865 @DomName('SVGFEBlendElement.style')
1865 @DocsEditable 1866 @DocsEditable
1866 @DomName('SVGFEBlendElement.style')
1867 CssStyleDeclaration get style native "SVGFEBlendElement_style_Getter"; 1867 CssStyleDeclaration get style native "SVGFEBlendElement_style_Getter";
1868 1868
1869 @DomName('SVGFEBlendElement.getPresentationAttribute')
1869 @DocsEditable 1870 @DocsEditable
1870 @DomName('SVGFEBlendElement.getPresentationAttribute')
1871 CssValue getPresentationAttribute(String name) native "SVGFEBlendElement_getPr esentationAttribute_Callback"; 1871 CssValue getPresentationAttribute(String name) native "SVGFEBlendElement_getPr esentationAttribute_Callback";
1872 1872
1873 } 1873 }
1874 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1874 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1875 // for details. All rights reserved. Use of this source code is governed by a 1875 // for details. All rights reserved. Use of this source code is governed by a
1876 // BSD-style license that can be found in the LICENSE file. 1876 // BSD-style license that can be found in the LICENSE file.
1877 1877
1878 // WARNING: Do not edit - generated code. 1878 // WARNING: Do not edit - generated code.
1879 1879
1880 1880
1881 @DocsEditable 1881 @DocsEditable
1882 @DomName('SVGFEColorMatrixElement') 1882 @DomName('SVGFEColorMatrixElement')
1883 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard Attributes { 1883 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard Attributes {
1884 FEColorMatrixElement.internal() : super.internal(); 1884 FEColorMatrixElement.internal() : super.internal();
1885 1885
1886 static const int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; 1886 static const int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3;
1887 1887
1888 static const int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; 1888 static const int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4;
1889 1889
1890 static const int SVG_FECOLORMATRIX_TYPE_MATRIX = 1; 1890 static const int SVG_FECOLORMATRIX_TYPE_MATRIX = 1;
1891 1891
1892 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; 1892 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2;
1893 1893
1894 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; 1894 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0;
1895 1895
1896 @DomName('SVGFEColorMatrixElement.in1')
1896 @DocsEditable 1897 @DocsEditable
1897 @DomName('SVGFEColorMatrixElement.in1')
1898 AnimatedString get in1 native "SVGFEColorMatrixElement_in1_Getter"; 1898 AnimatedString get in1 native "SVGFEColorMatrixElement_in1_Getter";
1899 1899
1900 @DomName('SVGFEColorMatrixElement.type')
1900 @DocsEditable 1901 @DocsEditable
1901 @DomName('SVGFEColorMatrixElement.type')
1902 AnimatedEnumeration get type native "SVGFEColorMatrixElement_type_Getter"; 1902 AnimatedEnumeration get type native "SVGFEColorMatrixElement_type_Getter";
1903 1903
1904 @DomName('SVGFEColorMatrixElement.values')
1904 @DocsEditable 1905 @DocsEditable
1905 @DomName('SVGFEColorMatrixElement.values')
1906 AnimatedNumberList get values native "SVGFEColorMatrixElement_values_Getter"; 1906 AnimatedNumberList get values native "SVGFEColorMatrixElement_values_Getter";
1907 1907
1908 @DomName('SVGFEColorMatrixElement.height')
1908 @DocsEditable 1909 @DocsEditable
1909 @DomName('SVGFEColorMatrixElement.height')
1910 AnimatedLength get height native "SVGFEColorMatrixElement_height_Getter"; 1910 AnimatedLength get height native "SVGFEColorMatrixElement_height_Getter";
1911 1911
1912 @DomName('SVGFEColorMatrixElement.result')
1912 @DocsEditable 1913 @DocsEditable
1913 @DomName('SVGFEColorMatrixElement.result')
1914 AnimatedString get result native "SVGFEColorMatrixElement_result_Getter"; 1914 AnimatedString get result native "SVGFEColorMatrixElement_result_Getter";
1915 1915
1916 @DomName('SVGFEColorMatrixElement.width')
1916 @DocsEditable 1917 @DocsEditable
1917 @DomName('SVGFEColorMatrixElement.width')
1918 AnimatedLength get width native "SVGFEColorMatrixElement_width_Getter"; 1918 AnimatedLength get width native "SVGFEColorMatrixElement_width_Getter";
1919 1919
1920 @DomName('SVGFEColorMatrixElement.x')
1920 @DocsEditable 1921 @DocsEditable
1921 @DomName('SVGFEColorMatrixElement.x')
1922 AnimatedLength get x native "SVGFEColorMatrixElement_x_Getter"; 1922 AnimatedLength get x native "SVGFEColorMatrixElement_x_Getter";
1923 1923
1924 @DomName('SVGFEColorMatrixElement.y')
1924 @DocsEditable 1925 @DocsEditable
1925 @DomName('SVGFEColorMatrixElement.y')
1926 AnimatedLength get y native "SVGFEColorMatrixElement_y_Getter"; 1926 AnimatedLength get y native "SVGFEColorMatrixElement_y_Getter";
1927 1927
1928 @DomName('SVGFEColorMatrixElement.className')
1928 @DocsEditable 1929 @DocsEditable
1929 @DomName('SVGFEColorMatrixElement.className')
1930 AnimatedString get $dom_svgClassName native "SVGFEColorMatrixElement_className _Getter"; 1930 AnimatedString get $dom_svgClassName native "SVGFEColorMatrixElement_className _Getter";
1931 1931
1932 @DomName('SVGFEColorMatrixElement.style')
1932 @DocsEditable 1933 @DocsEditable
1933 @DomName('SVGFEColorMatrixElement.style')
1934 CssStyleDeclaration get style native "SVGFEColorMatrixElement_style_Getter"; 1934 CssStyleDeclaration get style native "SVGFEColorMatrixElement_style_Getter";
1935 1935
1936 @DomName('SVGFEColorMatrixElement.getPresentationAttribute')
1936 @DocsEditable 1937 @DocsEditable
1937 @DomName('SVGFEColorMatrixElement.getPresentationAttribute')
1938 CssValue getPresentationAttribute(String name) native "SVGFEColorMatrixElement _getPresentationAttribute_Callback"; 1938 CssValue getPresentationAttribute(String name) native "SVGFEColorMatrixElement _getPresentationAttribute_Callback";
1939 1939
1940 } 1940 }
1941 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1941 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1942 // for details. All rights reserved. Use of this source code is governed by a 1942 // for details. All rights reserved. Use of this source code is governed by a
1943 // BSD-style license that can be found in the LICENSE file. 1943 // BSD-style license that can be found in the LICENSE file.
1944 1944
1945 // WARNING: Do not edit - generated code. 1945 // WARNING: Do not edit - generated code.
1946 1946
1947 1947
1948 @DocsEditable 1948 @DocsEditable
1949 @DomName('SVGFEComponentTransferElement') 1949 @DomName('SVGFEComponentTransferElement')
1950 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt andardAttributes { 1950 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt andardAttributes {
1951 FEComponentTransferElement.internal() : super.internal(); 1951 FEComponentTransferElement.internal() : super.internal();
1952 1952
1953 @DomName('SVGFEComponentTransferElement.in1')
1953 @DocsEditable 1954 @DocsEditable
1954 @DomName('SVGFEComponentTransferElement.in1')
1955 AnimatedString get in1 native "SVGFEComponentTransferElement_in1_Getter"; 1955 AnimatedString get in1 native "SVGFEComponentTransferElement_in1_Getter";
1956 1956
1957 @DomName('SVGFEComponentTransferElement.height')
1957 @DocsEditable 1958 @DocsEditable
1958 @DomName('SVGFEComponentTransferElement.height')
1959 AnimatedLength get height native "SVGFEComponentTransferElement_height_Getter" ; 1959 AnimatedLength get height native "SVGFEComponentTransferElement_height_Getter" ;
1960 1960
1961 @DomName('SVGFEComponentTransferElement.result')
1961 @DocsEditable 1962 @DocsEditable
1962 @DomName('SVGFEComponentTransferElement.result')
1963 AnimatedString get result native "SVGFEComponentTransferElement_result_Getter" ; 1963 AnimatedString get result native "SVGFEComponentTransferElement_result_Getter" ;
1964 1964
1965 @DomName('SVGFEComponentTransferElement.width')
1965 @DocsEditable 1966 @DocsEditable
1966 @DomName('SVGFEComponentTransferElement.width')
1967 AnimatedLength get width native "SVGFEComponentTransferElement_width_Getter"; 1967 AnimatedLength get width native "SVGFEComponentTransferElement_width_Getter";
1968 1968
1969 @DomName('SVGFEComponentTransferElement.x')
1969 @DocsEditable 1970 @DocsEditable
1970 @DomName('SVGFEComponentTransferElement.x')
1971 AnimatedLength get x native "SVGFEComponentTransferElement_x_Getter"; 1971 AnimatedLength get x native "SVGFEComponentTransferElement_x_Getter";
1972 1972
1973 @DomName('SVGFEComponentTransferElement.y')
1973 @DocsEditable 1974 @DocsEditable
1974 @DomName('SVGFEComponentTransferElement.y')
1975 AnimatedLength get y native "SVGFEComponentTransferElement_y_Getter"; 1975 AnimatedLength get y native "SVGFEComponentTransferElement_y_Getter";
1976 1976
1977 @DomName('SVGFEComponentTransferElement.className')
1977 @DocsEditable 1978 @DocsEditable
1978 @DomName('SVGFEComponentTransferElement.className')
1979 AnimatedString get $dom_svgClassName native "SVGFEComponentTransferElement_cla ssName_Getter"; 1979 AnimatedString get $dom_svgClassName native "SVGFEComponentTransferElement_cla ssName_Getter";
1980 1980
1981 @DomName('SVGFEComponentTransferElement.style')
1981 @DocsEditable 1982 @DocsEditable
1982 @DomName('SVGFEComponentTransferElement.style')
1983 CssStyleDeclaration get style native "SVGFEComponentTransferElement_style_Gett er"; 1983 CssStyleDeclaration get style native "SVGFEComponentTransferElement_style_Gett er";
1984 1984
1985 @DomName('SVGFEComponentTransferElement.getPresentationAttribute')
1985 @DocsEditable 1986 @DocsEditable
1986 @DomName('SVGFEComponentTransferElement.getPresentationAttribute')
1987 CssValue getPresentationAttribute(String name) native "SVGFEComponentTransferE lement_getPresentationAttribute_Callback"; 1987 CssValue getPresentationAttribute(String name) native "SVGFEComponentTransferE lement_getPresentationAttribute_Callback";
1988 1988
1989 } 1989 }
1990 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1990 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1991 // for details. All rights reserved. Use of this source code is governed by a 1991 // for details. All rights reserved. Use of this source code is governed by a
1992 // BSD-style license that can be found in the LICENSE file. 1992 // BSD-style license that can be found in the LICENSE file.
1993 1993
1994 // WARNING: Do not edit - generated code. 1994 // WARNING: Do not edit - generated code.
1995 1995
1996 1996
1997 @DocsEditable 1997 @DocsEditable
1998 @DomName('SVGFECompositeElement') 1998 @DomName('SVGFECompositeElement')
1999 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt tributes { 1999 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt tributes {
2000 FECompositeElement.internal() : super.internal(); 2000 FECompositeElement.internal() : super.internal();
2001 2001
2002 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; 2002 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6;
2003 2003
2004 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; 2004 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4;
2005 2005
2006 static const int SVG_FECOMPOSITE_OPERATOR_IN = 2; 2006 static const int SVG_FECOMPOSITE_OPERATOR_IN = 2;
2007 2007
2008 static const int SVG_FECOMPOSITE_OPERATOR_OUT = 3; 2008 static const int SVG_FECOMPOSITE_OPERATOR_OUT = 3;
2009 2009
2010 static const int SVG_FECOMPOSITE_OPERATOR_OVER = 1; 2010 static const int SVG_FECOMPOSITE_OPERATOR_OVER = 1;
2011 2011
2012 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; 2012 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0;
2013 2013
2014 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; 2014 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5;
2015 2015
2016 @DomName('SVGFECompositeElement.in1')
2016 @DocsEditable 2017 @DocsEditable
2017 @DomName('SVGFECompositeElement.in1')
2018 AnimatedString get in1 native "SVGFECompositeElement_in1_Getter"; 2018 AnimatedString get in1 native "SVGFECompositeElement_in1_Getter";
2019 2019
2020 @DomName('SVGFECompositeElement.in2')
2020 @DocsEditable 2021 @DocsEditable
2021 @DomName('SVGFECompositeElement.in2')
2022 AnimatedString get in2 native "SVGFECompositeElement_in2_Getter"; 2022 AnimatedString get in2 native "SVGFECompositeElement_in2_Getter";
2023 2023
2024 @DomName('SVGFECompositeElement.k1')
2024 @DocsEditable 2025 @DocsEditable
2025 @DomName('SVGFECompositeElement.k1')
2026 AnimatedNumber get k1 native "SVGFECompositeElement_k1_Getter"; 2026 AnimatedNumber get k1 native "SVGFECompositeElement_k1_Getter";
2027 2027
2028 @DomName('SVGFECompositeElement.k2')
2028 @DocsEditable 2029 @DocsEditable
2029 @DomName('SVGFECompositeElement.k2')
2030 AnimatedNumber get k2 native "SVGFECompositeElement_k2_Getter"; 2030 AnimatedNumber get k2 native "SVGFECompositeElement_k2_Getter";
2031 2031
2032 @DomName('SVGFECompositeElement.k3')
2032 @DocsEditable 2033 @DocsEditable
2033 @DomName('SVGFECompositeElement.k3')
2034 AnimatedNumber get k3 native "SVGFECompositeElement_k3_Getter"; 2034 AnimatedNumber get k3 native "SVGFECompositeElement_k3_Getter";
2035 2035
2036 @DomName('SVGFECompositeElement.k4')
2036 @DocsEditable 2037 @DocsEditable
2037 @DomName('SVGFECompositeElement.k4')
2038 AnimatedNumber get k4 native "SVGFECompositeElement_k4_Getter"; 2038 AnimatedNumber get k4 native "SVGFECompositeElement_k4_Getter";
2039 2039
2040 @DomName('SVGFECompositeElement.operator')
2040 @DocsEditable 2041 @DocsEditable
2041 @DomName('SVGFECompositeElement.operator')
2042 AnimatedEnumeration get operator native "SVGFECompositeElement_operator_Getter "; 2042 AnimatedEnumeration get operator native "SVGFECompositeElement_operator_Getter ";
2043 2043
2044 @DomName('SVGFECompositeElement.height')
2044 @DocsEditable 2045 @DocsEditable
2045 @DomName('SVGFECompositeElement.height')
2046 AnimatedLength get height native "SVGFECompositeElement_height_Getter"; 2046 AnimatedLength get height native "SVGFECompositeElement_height_Getter";
2047 2047
2048 @DomName('SVGFECompositeElement.result')
2048 @DocsEditable 2049 @DocsEditable
2049 @DomName('SVGFECompositeElement.result')
2050 AnimatedString get result native "SVGFECompositeElement_result_Getter"; 2050 AnimatedString get result native "SVGFECompositeElement_result_Getter";
2051 2051
2052 @DomName('SVGFECompositeElement.width')
2052 @DocsEditable 2053 @DocsEditable
2053 @DomName('SVGFECompositeElement.width')
2054 AnimatedLength get width native "SVGFECompositeElement_width_Getter"; 2054 AnimatedLength get width native "SVGFECompositeElement_width_Getter";
2055 2055
2056 @DomName('SVGFECompositeElement.x')
2056 @DocsEditable 2057 @DocsEditable
2057 @DomName('SVGFECompositeElement.x')
2058 AnimatedLength get x native "SVGFECompositeElement_x_Getter"; 2058 AnimatedLength get x native "SVGFECompositeElement_x_Getter";
2059 2059
2060 @DomName('SVGFECompositeElement.y')
2060 @DocsEditable 2061 @DocsEditable
2061 @DomName('SVGFECompositeElement.y')
2062 AnimatedLength get y native "SVGFECompositeElement_y_Getter"; 2062 AnimatedLength get y native "SVGFECompositeElement_y_Getter";
2063 2063
2064 @DomName('SVGFECompositeElement.className')
2064 @DocsEditable 2065 @DocsEditable
2065 @DomName('SVGFECompositeElement.className')
2066 AnimatedString get $dom_svgClassName native "SVGFECompositeElement_className_G etter"; 2066 AnimatedString get $dom_svgClassName native "SVGFECompositeElement_className_G etter";
2067 2067
2068 @DomName('SVGFECompositeElement.style')
2068 @DocsEditable 2069 @DocsEditable
2069 @DomName('SVGFECompositeElement.style')
2070 CssStyleDeclaration get style native "SVGFECompositeElement_style_Getter"; 2070 CssStyleDeclaration get style native "SVGFECompositeElement_style_Getter";
2071 2071
2072 @DomName('SVGFECompositeElement.getPresentationAttribute')
2072 @DocsEditable 2073 @DocsEditable
2073 @DomName('SVGFECompositeElement.getPresentationAttribute')
2074 CssValue getPresentationAttribute(String name) native "SVGFECompositeElement_g etPresentationAttribute_Callback"; 2074 CssValue getPresentationAttribute(String name) native "SVGFECompositeElement_g etPresentationAttribute_Callback";
2075 2075
2076 } 2076 }
2077 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2077 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2078 // for details. All rights reserved. Use of this source code is governed by a 2078 // for details. All rights reserved. Use of this source code is governed by a
2079 // BSD-style license that can be found in the LICENSE file. 2079 // BSD-style license that can be found in the LICENSE file.
2080 2080
2081 // WARNING: Do not edit - generated code. 2081 // WARNING: Do not edit - generated code.
2082 2082
2083 2083
2084 @DocsEditable 2084 @DocsEditable
2085 @DomName('SVGFEConvolveMatrixElement') 2085 @DomName('SVGFEConvolveMatrixElement')
2086 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand ardAttributes { 2086 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand ardAttributes {
2087 FEConvolveMatrixElement.internal() : super.internal(); 2087 FEConvolveMatrixElement.internal() : super.internal();
2088 2088
2089 static const int SVG_EDGEMODE_DUPLICATE = 1; 2089 static const int SVG_EDGEMODE_DUPLICATE = 1;
2090 2090
2091 static const int SVG_EDGEMODE_NONE = 3; 2091 static const int SVG_EDGEMODE_NONE = 3;
2092 2092
2093 static const int SVG_EDGEMODE_UNKNOWN = 0; 2093 static const int SVG_EDGEMODE_UNKNOWN = 0;
2094 2094
2095 static const int SVG_EDGEMODE_WRAP = 2; 2095 static const int SVG_EDGEMODE_WRAP = 2;
2096 2096
2097 @DomName('SVGFEConvolveMatrixElement.bias')
2097 @DocsEditable 2098 @DocsEditable
2098 @DomName('SVGFEConvolveMatrixElement.bias')
2099 AnimatedNumber get bias native "SVGFEConvolveMatrixElement_bias_Getter"; 2099 AnimatedNumber get bias native "SVGFEConvolveMatrixElement_bias_Getter";
2100 2100
2101 @DomName('SVGFEConvolveMatrixElement.divisor')
2101 @DocsEditable 2102 @DocsEditable
2102 @DomName('SVGFEConvolveMatrixElement.divisor')
2103 AnimatedNumber get divisor native "SVGFEConvolveMatrixElement_divisor_Getter"; 2103 AnimatedNumber get divisor native "SVGFEConvolveMatrixElement_divisor_Getter";
2104 2104
2105 @DomName('SVGFEConvolveMatrixElement.edgeMode')
2105 @DocsEditable 2106 @DocsEditable
2106 @DomName('SVGFEConvolveMatrixElement.edgeMode')
2107 AnimatedEnumeration get edgeMode native "SVGFEConvolveMatrixElement_edgeMode_G etter"; 2107 AnimatedEnumeration get edgeMode native "SVGFEConvolveMatrixElement_edgeMode_G etter";
2108 2108
2109 @DomName('SVGFEConvolveMatrixElement.in1')
2109 @DocsEditable 2110 @DocsEditable
2110 @DomName('SVGFEConvolveMatrixElement.in1')
2111 AnimatedString get in1 native "SVGFEConvolveMatrixElement_in1_Getter"; 2111 AnimatedString get in1 native "SVGFEConvolveMatrixElement_in1_Getter";
2112 2112
2113 @DomName('SVGFEConvolveMatrixElement.kernelMatrix')
2113 @DocsEditable 2114 @DocsEditable
2114 @DomName('SVGFEConvolveMatrixElement.kernelMatrix')
2115 AnimatedNumberList get kernelMatrix native "SVGFEConvolveMatrixElement_kernelM atrix_Getter"; 2115 AnimatedNumberList get kernelMatrix native "SVGFEConvolveMatrixElement_kernelM atrix_Getter";
2116 2116
2117 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX')
2117 @DocsEditable 2118 @DocsEditable
2118 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX')
2119 AnimatedNumber get kernelUnitLengthX native "SVGFEConvolveMatrixElement_kernel UnitLengthX_Getter"; 2119 AnimatedNumber get kernelUnitLengthX native "SVGFEConvolveMatrixElement_kernel UnitLengthX_Getter";
2120 2120
2121 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY')
2121 @DocsEditable 2122 @DocsEditable
2122 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY')
2123 AnimatedNumber get kernelUnitLengthY native "SVGFEConvolveMatrixElement_kernel UnitLengthY_Getter"; 2123 AnimatedNumber get kernelUnitLengthY native "SVGFEConvolveMatrixElement_kernel UnitLengthY_Getter";
2124 2124
2125 @DomName('SVGFEConvolveMatrixElement.orderX')
2125 @DocsEditable 2126 @DocsEditable
2126 @DomName('SVGFEConvolveMatrixElement.orderX')
2127 AnimatedInteger get orderX native "SVGFEConvolveMatrixElement_orderX_Getter"; 2127 AnimatedInteger get orderX native "SVGFEConvolveMatrixElement_orderX_Getter";
2128 2128
2129 @DomName('SVGFEConvolveMatrixElement.orderY')
2129 @DocsEditable 2130 @DocsEditable
2130 @DomName('SVGFEConvolveMatrixElement.orderY')
2131 AnimatedInteger get orderY native "SVGFEConvolveMatrixElement_orderY_Getter"; 2131 AnimatedInteger get orderY native "SVGFEConvolveMatrixElement_orderY_Getter";
2132 2132
2133 @DomName('SVGFEConvolveMatrixElement.preserveAlpha')
2133 @DocsEditable 2134 @DocsEditable
2134 @DomName('SVGFEConvolveMatrixElement.preserveAlpha')
2135 AnimatedBoolean get preserveAlpha native "SVGFEConvolveMatrixElement_preserveA lpha_Getter"; 2135 AnimatedBoolean get preserveAlpha native "SVGFEConvolveMatrixElement_preserveA lpha_Getter";
2136 2136
2137 @DomName('SVGFEConvolveMatrixElement.targetX')
2137 @DocsEditable 2138 @DocsEditable
2138 @DomName('SVGFEConvolveMatrixElement.targetX')
2139 AnimatedInteger get targetX native "SVGFEConvolveMatrixElement_targetX_Getter" ; 2139 AnimatedInteger get targetX native "SVGFEConvolveMatrixElement_targetX_Getter" ;
2140 2140
2141 @DomName('SVGFEConvolveMatrixElement.targetY')
2141 @DocsEditable 2142 @DocsEditable
2142 @DomName('SVGFEConvolveMatrixElement.targetY')
2143 AnimatedInteger get targetY native "SVGFEConvolveMatrixElement_targetY_Getter" ; 2143 AnimatedInteger get targetY native "SVGFEConvolveMatrixElement_targetY_Getter" ;
2144 2144
2145 @DomName('SVGFEConvolveMatrixElement.height')
2145 @DocsEditable 2146 @DocsEditable
2146 @DomName('SVGFEConvolveMatrixElement.height')
2147 AnimatedLength get height native "SVGFEConvolveMatrixElement_height_Getter"; 2147 AnimatedLength get height native "SVGFEConvolveMatrixElement_height_Getter";
2148 2148
2149 @DomName('SVGFEConvolveMatrixElement.result')
2149 @DocsEditable 2150 @DocsEditable
2150 @DomName('SVGFEConvolveMatrixElement.result')
2151 AnimatedString get result native "SVGFEConvolveMatrixElement_result_Getter"; 2151 AnimatedString get result native "SVGFEConvolveMatrixElement_result_Getter";
2152 2152
2153 @DomName('SVGFEConvolveMatrixElement.width')
2153 @DocsEditable 2154 @DocsEditable
2154 @DomName('SVGFEConvolveMatrixElement.width')
2155 AnimatedLength get width native "SVGFEConvolveMatrixElement_width_Getter"; 2155 AnimatedLength get width native "SVGFEConvolveMatrixElement_width_Getter";
2156 2156
2157 @DomName('SVGFEConvolveMatrixElement.x')
2157 @DocsEditable 2158 @DocsEditable
2158 @DomName('SVGFEConvolveMatrixElement.x')
2159 AnimatedLength get x native "SVGFEConvolveMatrixElement_x_Getter"; 2159 AnimatedLength get x native "SVGFEConvolveMatrixElement_x_Getter";
2160 2160
2161 @DomName('SVGFEConvolveMatrixElement.y')
2161 @DocsEditable 2162 @DocsEditable
2162 @DomName('SVGFEConvolveMatrixElement.y')
2163 AnimatedLength get y native "SVGFEConvolveMatrixElement_y_Getter"; 2163 AnimatedLength get y native "SVGFEConvolveMatrixElement_y_Getter";
2164 2164
2165 @DomName('SVGFEConvolveMatrixElement.className')
2165 @DocsEditable 2166 @DocsEditable
2166 @DomName('SVGFEConvolveMatrixElement.className')
2167 AnimatedString get $dom_svgClassName native "SVGFEConvolveMatrixElement_classN ame_Getter"; 2167 AnimatedString get $dom_svgClassName native "SVGFEConvolveMatrixElement_classN ame_Getter";
2168 2168
2169 @DomName('SVGFEConvolveMatrixElement.style')
2169 @DocsEditable 2170 @DocsEditable
2170 @DomName('SVGFEConvolveMatrixElement.style')
2171 CssStyleDeclaration get style native "SVGFEConvolveMatrixElement_style_Getter" ; 2171 CssStyleDeclaration get style native "SVGFEConvolveMatrixElement_style_Getter" ;
2172 2172
2173 @DomName('SVGFEConvolveMatrixElement.getPresentationAttribute')
2173 @DocsEditable 2174 @DocsEditable
2174 @DomName('SVGFEConvolveMatrixElement.getPresentationAttribute')
2175 CssValue getPresentationAttribute(String name) native "SVGFEConvolveMatrixElem ent_getPresentationAttribute_Callback"; 2175 CssValue getPresentationAttribute(String name) native "SVGFEConvolveMatrixElem ent_getPresentationAttribute_Callback";
2176 2176
2177 } 2177 }
2178 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2178 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2179 // for details. All rights reserved. Use of this source code is governed by a 2179 // for details. All rights reserved. Use of this source code is governed by a
2180 // BSD-style license that can be found in the LICENSE file. 2180 // BSD-style license that can be found in the LICENSE file.
2181 2181
2182 // WARNING: Do not edit - generated code. 2182 // WARNING: Do not edit - generated code.
2183 2183
2184 2184
2185 @DocsEditable 2185 @DocsEditable
2186 @DomName('SVGFEDiffuseLightingElement') 2186 @DomName('SVGFEDiffuseLightingElement')
2187 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan dardAttributes { 2187 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan dardAttributes {
2188 FEDiffuseLightingElement.internal() : super.internal(); 2188 FEDiffuseLightingElement.internal() : super.internal();
2189 2189
2190 @DomName('SVGFEDiffuseLightingElement.diffuseConstant')
2190 @DocsEditable 2191 @DocsEditable
2191 @DomName('SVGFEDiffuseLightingElement.diffuseConstant')
2192 AnimatedNumber get diffuseConstant native "SVGFEDiffuseLightingElement_diffuse Constant_Getter"; 2192 AnimatedNumber get diffuseConstant native "SVGFEDiffuseLightingElement_diffuse Constant_Getter";
2193 2193
2194 @DomName('SVGFEDiffuseLightingElement.in1')
2194 @DocsEditable 2195 @DocsEditable
2195 @DomName('SVGFEDiffuseLightingElement.in1')
2196 AnimatedString get in1 native "SVGFEDiffuseLightingElement_in1_Getter"; 2196 AnimatedString get in1 native "SVGFEDiffuseLightingElement_in1_Getter";
2197 2197
2198 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX')
2198 @DocsEditable 2199 @DocsEditable
2199 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX')
2200 AnimatedNumber get kernelUnitLengthX native "SVGFEDiffuseLightingElement_kerne lUnitLengthX_Getter"; 2200 AnimatedNumber get kernelUnitLengthX native "SVGFEDiffuseLightingElement_kerne lUnitLengthX_Getter";
2201 2201
2202 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY')
2202 @DocsEditable 2203 @DocsEditable
2203 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY')
2204 AnimatedNumber get kernelUnitLengthY native "SVGFEDiffuseLightingElement_kerne lUnitLengthY_Getter"; 2204 AnimatedNumber get kernelUnitLengthY native "SVGFEDiffuseLightingElement_kerne lUnitLengthY_Getter";
2205 2205
2206 @DomName('SVGFEDiffuseLightingElement.surfaceScale')
2206 @DocsEditable 2207 @DocsEditable
2207 @DomName('SVGFEDiffuseLightingElement.surfaceScale')
2208 AnimatedNumber get surfaceScale native "SVGFEDiffuseLightingElement_surfaceSca le_Getter"; 2208 AnimatedNumber get surfaceScale native "SVGFEDiffuseLightingElement_surfaceSca le_Getter";
2209 2209
2210 @DomName('SVGFEDiffuseLightingElement.height')
2210 @DocsEditable 2211 @DocsEditable
2211 @DomName('SVGFEDiffuseLightingElement.height')
2212 AnimatedLength get height native "SVGFEDiffuseLightingElement_height_Getter"; 2212 AnimatedLength get height native "SVGFEDiffuseLightingElement_height_Getter";
2213 2213
2214 @DomName('SVGFEDiffuseLightingElement.result')
2214 @DocsEditable 2215 @DocsEditable
2215 @DomName('SVGFEDiffuseLightingElement.result')
2216 AnimatedString get result native "SVGFEDiffuseLightingElement_result_Getter"; 2216 AnimatedString get result native "SVGFEDiffuseLightingElement_result_Getter";
2217 2217
2218 @DomName('SVGFEDiffuseLightingElement.width')
2218 @DocsEditable 2219 @DocsEditable
2219 @DomName('SVGFEDiffuseLightingElement.width')
2220 AnimatedLength get width native "SVGFEDiffuseLightingElement_width_Getter"; 2220 AnimatedLength get width native "SVGFEDiffuseLightingElement_width_Getter";
2221 2221
2222 @DomName('SVGFEDiffuseLightingElement.x')
2222 @DocsEditable 2223 @DocsEditable
2223 @DomName('SVGFEDiffuseLightingElement.x')
2224 AnimatedLength get x native "SVGFEDiffuseLightingElement_x_Getter"; 2224 AnimatedLength get x native "SVGFEDiffuseLightingElement_x_Getter";
2225 2225
2226 @DomName('SVGFEDiffuseLightingElement.y')
2226 @DocsEditable 2227 @DocsEditable
2227 @DomName('SVGFEDiffuseLightingElement.y')
2228 AnimatedLength get y native "SVGFEDiffuseLightingElement_y_Getter"; 2228 AnimatedLength get y native "SVGFEDiffuseLightingElement_y_Getter";
2229 2229
2230 @DomName('SVGFEDiffuseLightingElement.className')
2230 @DocsEditable 2231 @DocsEditable
2231 @DomName('SVGFEDiffuseLightingElement.className')
2232 AnimatedString get $dom_svgClassName native "SVGFEDiffuseLightingElement_class Name_Getter"; 2232 AnimatedString get $dom_svgClassName native "SVGFEDiffuseLightingElement_class Name_Getter";
2233 2233
2234 @DomName('SVGFEDiffuseLightingElement.style')
2234 @DocsEditable 2235 @DocsEditable
2235 @DomName('SVGFEDiffuseLightingElement.style')
2236 CssStyleDeclaration get style native "SVGFEDiffuseLightingElement_style_Getter "; 2236 CssStyleDeclaration get style native "SVGFEDiffuseLightingElement_style_Getter ";
2237 2237
2238 @DomName('SVGFEDiffuseLightingElement.getPresentationAttribute')
2238 @DocsEditable 2239 @DocsEditable
2239 @DomName('SVGFEDiffuseLightingElement.getPresentationAttribute')
2240 CssValue getPresentationAttribute(String name) native "SVGFEDiffuseLightingEle ment_getPresentationAttribute_Callback"; 2240 CssValue getPresentationAttribute(String name) native "SVGFEDiffuseLightingEle ment_getPresentationAttribute_Callback";
2241 2241
2242 } 2242 }
2243 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2243 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2244 // for details. All rights reserved. Use of this source code is governed by a 2244 // for details. All rights reserved. Use of this source code is governed by a
2245 // BSD-style license that can be found in the LICENSE file. 2245 // BSD-style license that can be found in the LICENSE file.
2246 2246
2247 // WARNING: Do not edit - generated code. 2247 // WARNING: Do not edit - generated code.
2248 2248
2249 2249
2250 @DocsEditable 2250 @DocsEditable
2251 @DomName('SVGFEDisplacementMapElement') 2251 @DomName('SVGFEDisplacementMapElement')
2252 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan dardAttributes { 2252 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan dardAttributes {
2253 FEDisplacementMapElement.internal() : super.internal(); 2253 FEDisplacementMapElement.internal() : super.internal();
2254 2254
2255 static const int SVG_CHANNEL_A = 4; 2255 static const int SVG_CHANNEL_A = 4;
2256 2256
2257 static const int SVG_CHANNEL_B = 3; 2257 static const int SVG_CHANNEL_B = 3;
2258 2258
2259 static const int SVG_CHANNEL_G = 2; 2259 static const int SVG_CHANNEL_G = 2;
2260 2260
2261 static const int SVG_CHANNEL_R = 1; 2261 static const int SVG_CHANNEL_R = 1;
2262 2262
2263 static const int SVG_CHANNEL_UNKNOWN = 0; 2263 static const int SVG_CHANNEL_UNKNOWN = 0;
2264 2264
2265 @DomName('SVGFEDisplacementMapElement.in1')
2265 @DocsEditable 2266 @DocsEditable
2266 @DomName('SVGFEDisplacementMapElement.in1')
2267 AnimatedString get in1 native "SVGFEDisplacementMapElement_in1_Getter"; 2267 AnimatedString get in1 native "SVGFEDisplacementMapElement_in1_Getter";
2268 2268
2269 @DomName('SVGFEDisplacementMapElement.in2')
2269 @DocsEditable 2270 @DocsEditable
2270 @DomName('SVGFEDisplacementMapElement.in2')
2271 AnimatedString get in2 native "SVGFEDisplacementMapElement_in2_Getter"; 2271 AnimatedString get in2 native "SVGFEDisplacementMapElement_in2_Getter";
2272 2272
2273 @DomName('SVGFEDisplacementMapElement.scale')
2273 @DocsEditable 2274 @DocsEditable
2274 @DomName('SVGFEDisplacementMapElement.scale')
2275 AnimatedNumber get scale native "SVGFEDisplacementMapElement_scale_Getter"; 2275 AnimatedNumber get scale native "SVGFEDisplacementMapElement_scale_Getter";
2276 2276
2277 @DomName('SVGFEDisplacementMapElement.xChannelSelector')
2277 @DocsEditable 2278 @DocsEditable
2278 @DomName('SVGFEDisplacementMapElement.xChannelSelector')
2279 AnimatedEnumeration get xChannelSelector native "SVGFEDisplacementMapElement_x ChannelSelector_Getter"; 2279 AnimatedEnumeration get xChannelSelector native "SVGFEDisplacementMapElement_x ChannelSelector_Getter";
2280 2280
2281 @DomName('SVGFEDisplacementMapElement.yChannelSelector')
2281 @DocsEditable 2282 @DocsEditable
2282 @DomName('SVGFEDisplacementMapElement.yChannelSelector')
2283 AnimatedEnumeration get yChannelSelector native "SVGFEDisplacementMapElement_y ChannelSelector_Getter"; 2283 AnimatedEnumeration get yChannelSelector native "SVGFEDisplacementMapElement_y ChannelSelector_Getter";
2284 2284
2285 @DomName('SVGFEDisplacementMapElement.height')
2285 @DocsEditable 2286 @DocsEditable
2286 @DomName('SVGFEDisplacementMapElement.height')
2287 AnimatedLength get height native "SVGFEDisplacementMapElement_height_Getter"; 2287 AnimatedLength get height native "SVGFEDisplacementMapElement_height_Getter";
2288 2288
2289 @DomName('SVGFEDisplacementMapElement.result')
2289 @DocsEditable 2290 @DocsEditable
2290 @DomName('SVGFEDisplacementMapElement.result')
2291 AnimatedString get result native "SVGFEDisplacementMapElement_result_Getter"; 2291 AnimatedString get result native "SVGFEDisplacementMapElement_result_Getter";
2292 2292
2293 @DomName('SVGFEDisplacementMapElement.width')
2293 @DocsEditable 2294 @DocsEditable
2294 @DomName('SVGFEDisplacementMapElement.width')
2295 AnimatedLength get width native "SVGFEDisplacementMapElement_width_Getter"; 2295 AnimatedLength get width native "SVGFEDisplacementMapElement_width_Getter";
2296 2296
2297 @DomName('SVGFEDisplacementMapElement.x')
2297 @DocsEditable 2298 @DocsEditable
2298 @DomName('SVGFEDisplacementMapElement.x')
2299 AnimatedLength get x native "SVGFEDisplacementMapElement_x_Getter"; 2299 AnimatedLength get x native "SVGFEDisplacementMapElement_x_Getter";
2300 2300
2301 @DomName('SVGFEDisplacementMapElement.y')
2301 @DocsEditable 2302 @DocsEditable
2302 @DomName('SVGFEDisplacementMapElement.y')
2303 AnimatedLength get y native "SVGFEDisplacementMapElement_y_Getter"; 2303 AnimatedLength get y native "SVGFEDisplacementMapElement_y_Getter";
2304 2304
2305 @DomName('SVGFEDisplacementMapElement.className')
2305 @DocsEditable 2306 @DocsEditable
2306 @DomName('SVGFEDisplacementMapElement.className')
2307 AnimatedString get $dom_svgClassName native "SVGFEDisplacementMapElement_class Name_Getter"; 2307 AnimatedString get $dom_svgClassName native "SVGFEDisplacementMapElement_class Name_Getter";
2308 2308
2309 @DomName('SVGFEDisplacementMapElement.style')
2309 @DocsEditable 2310 @DocsEditable
2310 @DomName('SVGFEDisplacementMapElement.style')
2311 CssStyleDeclaration get style native "SVGFEDisplacementMapElement_style_Getter "; 2311 CssStyleDeclaration get style native "SVGFEDisplacementMapElement_style_Getter ";
2312 2312
2313 @DomName('SVGFEDisplacementMapElement.getPresentationAttribute')
2313 @DocsEditable 2314 @DocsEditable
2314 @DomName('SVGFEDisplacementMapElement.getPresentationAttribute')
2315 CssValue getPresentationAttribute(String name) native "SVGFEDisplacementMapEle ment_getPresentationAttribute_Callback"; 2315 CssValue getPresentationAttribute(String name) native "SVGFEDisplacementMapEle ment_getPresentationAttribute_Callback";
2316 2316
2317 } 2317 }
2318 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2318 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2319 // for details. All rights reserved. Use of this source code is governed by a 2319 // for details. All rights reserved. Use of this source code is governed by a
2320 // BSD-style license that can be found in the LICENSE file. 2320 // BSD-style license that can be found in the LICENSE file.
2321 2321
2322 // WARNING: Do not edit - generated code. 2322 // WARNING: Do not edit - generated code.
2323 2323
2324 2324
2325 @DocsEditable 2325 @DocsEditable
2326 @DomName('SVGFEDistantLightElement') 2326 @DomName('SVGFEDistantLightElement')
2327 class FEDistantLightElement extends SvgElement { 2327 class FEDistantLightElement extends SvgElement {
2328 FEDistantLightElement.internal() : super.internal(); 2328 FEDistantLightElement.internal() : super.internal();
2329 2329
2330 @DomName('SVGFEDistantLightElement.azimuth')
2330 @DocsEditable 2331 @DocsEditable
2331 @DomName('SVGFEDistantLightElement.azimuth')
2332 AnimatedNumber get azimuth native "SVGFEDistantLightElement_azimuth_Getter"; 2332 AnimatedNumber get azimuth native "SVGFEDistantLightElement_azimuth_Getter";
2333 2333
2334 @DomName('SVGFEDistantLightElement.elevation')
2334 @DocsEditable 2335 @DocsEditable
2335 @DomName('SVGFEDistantLightElement.elevation')
2336 AnimatedNumber get elevation native "SVGFEDistantLightElement_elevation_Getter "; 2336 AnimatedNumber get elevation native "SVGFEDistantLightElement_elevation_Getter ";
2337 2337
2338 } 2338 }
2339 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2339 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2340 // for details. All rights reserved. Use of this source code is governed by a 2340 // for details. All rights reserved. Use of this source code is governed by a
2341 // BSD-style license that can be found in the LICENSE file. 2341 // BSD-style license that can be found in the LICENSE file.
2342 2342
2343 // WARNING: Do not edit - generated code. 2343 // WARNING: Do not edit - generated code.
2344 2344
2345 2345
2346 @DocsEditable 2346 @DocsEditable
2347 @DomName('SVGFEDropShadowElement') 2347 @DomName('SVGFEDropShadowElement')
2348 class FEDropShadowElement extends SvgElement implements FilterPrimitiveStandardA ttributes { 2348 class FEDropShadowElement extends SvgElement implements FilterPrimitiveStandardA ttributes {
2349 FEDropShadowElement.internal() : super.internal(); 2349 FEDropShadowElement.internal() : super.internal();
2350 2350
2351 @DomName('SVGFEDropShadowElement.dx')
2351 @DocsEditable 2352 @DocsEditable
2352 @DomName('SVGFEDropShadowElement.dx')
2353 AnimatedNumber get dx native "SVGFEDropShadowElement_dx_Getter"; 2353 AnimatedNumber get dx native "SVGFEDropShadowElement_dx_Getter";
2354 2354
2355 @DomName('SVGFEDropShadowElement.dy')
2355 @DocsEditable 2356 @DocsEditable
2356 @DomName('SVGFEDropShadowElement.dy')
2357 AnimatedNumber get dy native "SVGFEDropShadowElement_dy_Getter"; 2357 AnimatedNumber get dy native "SVGFEDropShadowElement_dy_Getter";
2358 2358
2359 @DomName('SVGFEDropShadowElement.in1')
2359 @DocsEditable 2360 @DocsEditable
2360 @DomName('SVGFEDropShadowElement.in1')
2361 AnimatedString get in1 native "SVGFEDropShadowElement_in1_Getter"; 2361 AnimatedString get in1 native "SVGFEDropShadowElement_in1_Getter";
2362 2362
2363 @DomName('SVGFEDropShadowElement.stdDeviationX')
2363 @DocsEditable 2364 @DocsEditable
2364 @DomName('SVGFEDropShadowElement.stdDeviationX')
2365 AnimatedNumber get stdDeviationX native "SVGFEDropShadowElement_stdDeviationX_ Getter"; 2365 AnimatedNumber get stdDeviationX native "SVGFEDropShadowElement_stdDeviationX_ Getter";
2366 2366
2367 @DomName('SVGFEDropShadowElement.stdDeviationY')
2367 @DocsEditable 2368 @DocsEditable
2368 @DomName('SVGFEDropShadowElement.stdDeviationY')
2369 AnimatedNumber get stdDeviationY native "SVGFEDropShadowElement_stdDeviationY_ Getter"; 2369 AnimatedNumber get stdDeviationY native "SVGFEDropShadowElement_stdDeviationY_ Getter";
2370 2370
2371 @DomName('SVGFEDropShadowElement.setStdDeviation')
2371 @DocsEditable 2372 @DocsEditable
2372 @DomName('SVGFEDropShadowElement.setStdDeviation')
2373 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEDropSh adowElement_setStdDeviation_Callback"; 2373 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEDropSh adowElement_setStdDeviation_Callback";
2374 2374
2375 @DomName('SVGFEDropShadowElement.height')
2375 @DocsEditable 2376 @DocsEditable
2376 @DomName('SVGFEDropShadowElement.height')
2377 AnimatedLength get height native "SVGFEDropShadowElement_height_Getter"; 2377 AnimatedLength get height native "SVGFEDropShadowElement_height_Getter";
2378 2378
2379 @DomName('SVGFEDropShadowElement.result')
2379 @DocsEditable 2380 @DocsEditable
2380 @DomName('SVGFEDropShadowElement.result')
2381 AnimatedString get result native "SVGFEDropShadowElement_result_Getter"; 2381 AnimatedString get result native "SVGFEDropShadowElement_result_Getter";
2382 2382
2383 @DomName('SVGFEDropShadowElement.width')
2383 @DocsEditable 2384 @DocsEditable
2384 @DomName('SVGFEDropShadowElement.width')
2385 AnimatedLength get width native "SVGFEDropShadowElement_width_Getter"; 2385 AnimatedLength get width native "SVGFEDropShadowElement_width_Getter";
2386 2386
2387 @DomName('SVGFEDropShadowElement.x')
2387 @DocsEditable 2388 @DocsEditable
2388 @DomName('SVGFEDropShadowElement.x')
2389 AnimatedLength get x native "SVGFEDropShadowElement_x_Getter"; 2389 AnimatedLength get x native "SVGFEDropShadowElement_x_Getter";
2390 2390
2391 @DomName('SVGFEDropShadowElement.y')
2391 @DocsEditable 2392 @DocsEditable
2392 @DomName('SVGFEDropShadowElement.y')
2393 AnimatedLength get y native "SVGFEDropShadowElement_y_Getter"; 2393 AnimatedLength get y native "SVGFEDropShadowElement_y_Getter";
2394 2394
2395 @DomName('SVGFEDropShadowElement.className')
2395 @DocsEditable 2396 @DocsEditable
2396 @DomName('SVGFEDropShadowElement.className')
2397 AnimatedString get $dom_svgClassName native "SVGFEDropShadowElement_className_ Getter"; 2397 AnimatedString get $dom_svgClassName native "SVGFEDropShadowElement_className_ Getter";
2398 2398
2399 @DomName('SVGFEDropShadowElement.style')
2399 @DocsEditable 2400 @DocsEditable
2400 @DomName('SVGFEDropShadowElement.style')
2401 CssStyleDeclaration get style native "SVGFEDropShadowElement_style_Getter"; 2401 CssStyleDeclaration get style native "SVGFEDropShadowElement_style_Getter";
2402 2402
2403 @DomName('SVGFEDropShadowElement.getPresentationAttribute')
2403 @DocsEditable 2404 @DocsEditable
2404 @DomName('SVGFEDropShadowElement.getPresentationAttribute')
2405 CssValue getPresentationAttribute(String name) native "SVGFEDropShadowElement_ getPresentationAttribute_Callback"; 2405 CssValue getPresentationAttribute(String name) native "SVGFEDropShadowElement_ getPresentationAttribute_Callback";
2406 2406
2407 } 2407 }
2408 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2408 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2409 // for details. All rights reserved. Use of this source code is governed by a 2409 // for details. All rights reserved. Use of this source code is governed by a
2410 // BSD-style license that can be found in the LICENSE file. 2410 // BSD-style license that can be found in the LICENSE file.
2411 2411
2412 // WARNING: Do not edit - generated code. 2412 // WARNING: Do not edit - generated code.
2413 2413
2414 2414
2415 @DocsEditable 2415 @DocsEditable
2416 @DomName('SVGFEFloodElement') 2416 @DomName('SVGFEFloodElement')
2417 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib utes { 2417 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib utes {
2418 FEFloodElement.internal() : super.internal(); 2418 FEFloodElement.internal() : super.internal();
2419 2419
2420 @DomName('SVGFEFloodElement.height')
2420 @DocsEditable 2421 @DocsEditable
2421 @DomName('SVGFEFloodElement.height')
2422 AnimatedLength get height native "SVGFEFloodElement_height_Getter"; 2422 AnimatedLength get height native "SVGFEFloodElement_height_Getter";
2423 2423
2424 @DomName('SVGFEFloodElement.result')
2424 @DocsEditable 2425 @DocsEditable
2425 @DomName('SVGFEFloodElement.result')
2426 AnimatedString get result native "SVGFEFloodElement_result_Getter"; 2426 AnimatedString get result native "SVGFEFloodElement_result_Getter";
2427 2427
2428 @DomName('SVGFEFloodElement.width')
2428 @DocsEditable 2429 @DocsEditable
2429 @DomName('SVGFEFloodElement.width')
2430 AnimatedLength get width native "SVGFEFloodElement_width_Getter"; 2430 AnimatedLength get width native "SVGFEFloodElement_width_Getter";
2431 2431
2432 @DomName('SVGFEFloodElement.x')
2432 @DocsEditable 2433 @DocsEditable
2433 @DomName('SVGFEFloodElement.x')
2434 AnimatedLength get x native "SVGFEFloodElement_x_Getter"; 2434 AnimatedLength get x native "SVGFEFloodElement_x_Getter";
2435 2435
2436 @DomName('SVGFEFloodElement.y')
2436 @DocsEditable 2437 @DocsEditable
2437 @DomName('SVGFEFloodElement.y')
2438 AnimatedLength get y native "SVGFEFloodElement_y_Getter"; 2438 AnimatedLength get y native "SVGFEFloodElement_y_Getter";
2439 2439
2440 @DomName('SVGFEFloodElement.className')
2440 @DocsEditable 2441 @DocsEditable
2441 @DomName('SVGFEFloodElement.className')
2442 AnimatedString get $dom_svgClassName native "SVGFEFloodElement_className_Gette r"; 2442 AnimatedString get $dom_svgClassName native "SVGFEFloodElement_className_Gette r";
2443 2443
2444 @DomName('SVGFEFloodElement.style')
2444 @DocsEditable 2445 @DocsEditable
2445 @DomName('SVGFEFloodElement.style')
2446 CssStyleDeclaration get style native "SVGFEFloodElement_style_Getter"; 2446 CssStyleDeclaration get style native "SVGFEFloodElement_style_Getter";
2447 2447
2448 @DomName('SVGFEFloodElement.getPresentationAttribute')
2448 @DocsEditable 2449 @DocsEditable
2449 @DomName('SVGFEFloodElement.getPresentationAttribute')
2450 CssValue getPresentationAttribute(String name) native "SVGFEFloodElement_getPr esentationAttribute_Callback"; 2450 CssValue getPresentationAttribute(String name) native "SVGFEFloodElement_getPr esentationAttribute_Callback";
2451 2451
2452 } 2452 }
2453 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2453 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2454 // for details. All rights reserved. Use of this source code is governed by a 2454 // for details. All rights reserved. Use of this source code is governed by a
2455 // BSD-style license that can be found in the LICENSE file. 2455 // BSD-style license that can be found in the LICENSE file.
2456 2456
2457 // WARNING: Do not edit - generated code. 2457 // WARNING: Do not edit - generated code.
2458 2458
2459 2459
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
2507 // BSD-style license that can be found in the LICENSE file. 2507 // BSD-style license that can be found in the LICENSE file.
2508 2508
2509 // WARNING: Do not edit - generated code. 2509 // WARNING: Do not edit - generated code.
2510 2510
2511 2511
2512 @DocsEditable 2512 @DocsEditable
2513 @DomName('SVGFEGaussianBlurElement') 2513 @DomName('SVGFEGaussianBlurElement')
2514 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar dAttributes { 2514 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar dAttributes {
2515 FEGaussianBlurElement.internal() : super.internal(); 2515 FEGaussianBlurElement.internal() : super.internal();
2516 2516
2517 @DomName('SVGFEGaussianBlurElement.in1')
2517 @DocsEditable 2518 @DocsEditable
2518 @DomName('SVGFEGaussianBlurElement.in1')
2519 AnimatedString get in1 native "SVGFEGaussianBlurElement_in1_Getter"; 2519 AnimatedString get in1 native "SVGFEGaussianBlurElement_in1_Getter";
2520 2520
2521 @DomName('SVGFEGaussianBlurElement.stdDeviationX')
2521 @DocsEditable 2522 @DocsEditable
2522 @DomName('SVGFEGaussianBlurElement.stdDeviationX')
2523 AnimatedNumber get stdDeviationX native "SVGFEGaussianBlurElement_stdDeviation X_Getter"; 2523 AnimatedNumber get stdDeviationX native "SVGFEGaussianBlurElement_stdDeviation X_Getter";
2524 2524
2525 @DomName('SVGFEGaussianBlurElement.stdDeviationY')
2525 @DocsEditable 2526 @DocsEditable
2526 @DomName('SVGFEGaussianBlurElement.stdDeviationY')
2527 AnimatedNumber get stdDeviationY native "SVGFEGaussianBlurElement_stdDeviation Y_Getter"; 2527 AnimatedNumber get stdDeviationY native "SVGFEGaussianBlurElement_stdDeviation Y_Getter";
2528 2528
2529 @DomName('SVGFEGaussianBlurElement.setStdDeviation')
2529 @DocsEditable 2530 @DocsEditable
2530 @DomName('SVGFEGaussianBlurElement.setStdDeviation')
2531 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEGaussi anBlurElement_setStdDeviation_Callback"; 2531 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEGaussi anBlurElement_setStdDeviation_Callback";
2532 2532
2533 @DomName('SVGFEGaussianBlurElement.height')
2533 @DocsEditable 2534 @DocsEditable
2534 @DomName('SVGFEGaussianBlurElement.height')
2535 AnimatedLength get height native "SVGFEGaussianBlurElement_height_Getter"; 2535 AnimatedLength get height native "SVGFEGaussianBlurElement_height_Getter";
2536 2536
2537 @DomName('SVGFEGaussianBlurElement.result')
2537 @DocsEditable 2538 @DocsEditable
2538 @DomName('SVGFEGaussianBlurElement.result')
2539 AnimatedString get result native "SVGFEGaussianBlurElement_result_Getter"; 2539 AnimatedString get result native "SVGFEGaussianBlurElement_result_Getter";
2540 2540
2541 @DomName('SVGFEGaussianBlurElement.width')
2541 @DocsEditable 2542 @DocsEditable
2542 @DomName('SVGFEGaussianBlurElement.width')
2543 AnimatedLength get width native "SVGFEGaussianBlurElement_width_Getter"; 2543 AnimatedLength get width native "SVGFEGaussianBlurElement_width_Getter";
2544 2544
2545 @DomName('SVGFEGaussianBlurElement.x')
2545 @DocsEditable 2546 @DocsEditable
2546 @DomName('SVGFEGaussianBlurElement.x')
2547 AnimatedLength get x native "SVGFEGaussianBlurElement_x_Getter"; 2547 AnimatedLength get x native "SVGFEGaussianBlurElement_x_Getter";
2548 2548
2549 @DomName('SVGFEGaussianBlurElement.y')
2549 @DocsEditable 2550 @DocsEditable
2550 @DomName('SVGFEGaussianBlurElement.y')
2551 AnimatedLength get y native "SVGFEGaussianBlurElement_y_Getter"; 2551 AnimatedLength get y native "SVGFEGaussianBlurElement_y_Getter";
2552 2552
2553 @DomName('SVGFEGaussianBlurElement.className')
2553 @DocsEditable 2554 @DocsEditable
2554 @DomName('SVGFEGaussianBlurElement.className')
2555 AnimatedString get $dom_svgClassName native "SVGFEGaussianBlurElement_classNam e_Getter"; 2555 AnimatedString get $dom_svgClassName native "SVGFEGaussianBlurElement_classNam e_Getter";
2556 2556
2557 @DomName('SVGFEGaussianBlurElement.style')
2557 @DocsEditable 2558 @DocsEditable
2558 @DomName('SVGFEGaussianBlurElement.style')
2559 CssStyleDeclaration get style native "SVGFEGaussianBlurElement_style_Getter"; 2559 CssStyleDeclaration get style native "SVGFEGaussianBlurElement_style_Getter";
2560 2560
2561 @DomName('SVGFEGaussianBlurElement.getPresentationAttribute')
2561 @DocsEditable 2562 @DocsEditable
2562 @DomName('SVGFEGaussianBlurElement.getPresentationAttribute')
2563 CssValue getPresentationAttribute(String name) native "SVGFEGaussianBlurElemen t_getPresentationAttribute_Callback"; 2563 CssValue getPresentationAttribute(String name) native "SVGFEGaussianBlurElemen t_getPresentationAttribute_Callback";
2564 2564
2565 } 2565 }
2566 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2566 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2567 // for details. All rights reserved. Use of this source code is governed by a 2567 // for details. All rights reserved. Use of this source code is governed by a
2568 // BSD-style license that can be found in the LICENSE file. 2568 // BSD-style license that can be found in the LICENSE file.
2569 2569
2570 // WARNING: Do not edit - generated code. 2570 // WARNING: Do not edit - generated code.
2571 2571
2572 2572
2573 @DocsEditable 2573 @DocsEditable
2574 @DomName('SVGFEImageElement') 2574 @DomName('SVGFEImageElement')
2575 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib utes, UriReference, ExternalResourcesRequired, LangSpace { 2575 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib utes, UriReference, ExternalResourcesRequired, LangSpace {
2576 FEImageElement.internal() : super.internal(); 2576 FEImageElement.internal() : super.internal();
2577 2577
2578 @DomName('SVGFEImageElement.preserveAspectRatio')
2578 @DocsEditable 2579 @DocsEditable
2579 @DomName('SVGFEImageElement.preserveAspectRatio')
2580 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFEImageElement_ preserveAspectRatio_Getter"; 2580 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFEImageElement_ preserveAspectRatio_Getter";
2581 2581
2582 @DomName('SVGFEImageElement.externalResourcesRequired')
2582 @DocsEditable 2583 @DocsEditable
2583 @DomName('SVGFEImageElement.externalResourcesRequired')
2584 AnimatedBoolean get externalResourcesRequired native "SVGFEImageElement_extern alResourcesRequired_Getter"; 2584 AnimatedBoolean get externalResourcesRequired native "SVGFEImageElement_extern alResourcesRequired_Getter";
2585 2585
2586 @DomName('SVGFEImageElement.height')
2586 @DocsEditable 2587 @DocsEditable
2587 @DomName('SVGFEImageElement.height')
2588 AnimatedLength get height native "SVGFEImageElement_height_Getter"; 2588 AnimatedLength get height native "SVGFEImageElement_height_Getter";
2589 2589
2590 @DomName('SVGFEImageElement.result')
2590 @DocsEditable 2591 @DocsEditable
2591 @DomName('SVGFEImageElement.result')
2592 AnimatedString get result native "SVGFEImageElement_result_Getter"; 2592 AnimatedString get result native "SVGFEImageElement_result_Getter";
2593 2593
2594 @DomName('SVGFEImageElement.width')
2594 @DocsEditable 2595 @DocsEditable
2595 @DomName('SVGFEImageElement.width')
2596 AnimatedLength get width native "SVGFEImageElement_width_Getter"; 2596 AnimatedLength get width native "SVGFEImageElement_width_Getter";
2597 2597
2598 @DomName('SVGFEImageElement.x')
2598 @DocsEditable 2599 @DocsEditable
2599 @DomName('SVGFEImageElement.x')
2600 AnimatedLength get x native "SVGFEImageElement_x_Getter"; 2600 AnimatedLength get x native "SVGFEImageElement_x_Getter";
2601 2601
2602 @DomName('SVGFEImageElement.y')
2602 @DocsEditable 2603 @DocsEditable
2603 @DomName('SVGFEImageElement.y')
2604 AnimatedLength get y native "SVGFEImageElement_y_Getter"; 2604 AnimatedLength get y native "SVGFEImageElement_y_Getter";
2605 2605
2606 @DomName('SVGFEImageElement.xmllang')
2606 @DocsEditable 2607 @DocsEditable
2607 @DomName('SVGFEImageElement.xmllang')
2608 String get xmllang native "SVGFEImageElement_xmllang_Getter"; 2608 String get xmllang native "SVGFEImageElement_xmllang_Getter";
2609 2609
2610 @DomName('SVGFEImageElement.xmllang')
2610 @DocsEditable 2611 @DocsEditable
2611 @DomName('SVGFEImageElement.xmllang')
2612 void set xmllang(String value) native "SVGFEImageElement_xmllang_Setter"; 2612 void set xmllang(String value) native "SVGFEImageElement_xmllang_Setter";
2613 2613
2614 @DomName('SVGFEImageElement.xmlspace')
2614 @DocsEditable 2615 @DocsEditable
2615 @DomName('SVGFEImageElement.xmlspace')
2616 String get xmlspace native "SVGFEImageElement_xmlspace_Getter"; 2616 String get xmlspace native "SVGFEImageElement_xmlspace_Getter";
2617 2617
2618 @DomName('SVGFEImageElement.xmlspace')
2618 @DocsEditable 2619 @DocsEditable
2619 @DomName('SVGFEImageElement.xmlspace')
2620 void set xmlspace(String value) native "SVGFEImageElement_xmlspace_Setter"; 2620 void set xmlspace(String value) native "SVGFEImageElement_xmlspace_Setter";
2621 2621
2622 @DomName('SVGFEImageElement.className')
2622 @DocsEditable 2623 @DocsEditable
2623 @DomName('SVGFEImageElement.className')
2624 AnimatedString get $dom_svgClassName native "SVGFEImageElement_className_Gette r"; 2624 AnimatedString get $dom_svgClassName native "SVGFEImageElement_className_Gette r";
2625 2625
2626 @DomName('SVGFEImageElement.style')
2626 @DocsEditable 2627 @DocsEditable
2627 @DomName('SVGFEImageElement.style')
2628 CssStyleDeclaration get style native "SVGFEImageElement_style_Getter"; 2628 CssStyleDeclaration get style native "SVGFEImageElement_style_Getter";
2629 2629
2630 @DomName('SVGFEImageElement.getPresentationAttribute')
2630 @DocsEditable 2631 @DocsEditable
2631 @DomName('SVGFEImageElement.getPresentationAttribute')
2632 CssValue getPresentationAttribute(String name) native "SVGFEImageElement_getPr esentationAttribute_Callback"; 2632 CssValue getPresentationAttribute(String name) native "SVGFEImageElement_getPr esentationAttribute_Callback";
2633 2633
2634 @DomName('SVGFEImageElement.href')
2634 @DocsEditable 2635 @DocsEditable
2635 @DomName('SVGFEImageElement.href')
2636 AnimatedString get href native "SVGFEImageElement_href_Getter"; 2636 AnimatedString get href native "SVGFEImageElement_href_Getter";
2637 2637
2638 } 2638 }
2639 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2639 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2640 // for details. All rights reserved. Use of this source code is governed by a 2640 // for details. All rights reserved. Use of this source code is governed by a
2641 // BSD-style license that can be found in the LICENSE file. 2641 // BSD-style license that can be found in the LICENSE file.
2642 2642
2643 // WARNING: Do not edit - generated code. 2643 // WARNING: Do not edit - generated code.
2644 2644
2645 2645
2646 @DocsEditable 2646 @DocsEditable
2647 @DomName('SVGFEMergeElement') 2647 @DomName('SVGFEMergeElement')
2648 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib utes { 2648 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib utes {
2649 FEMergeElement.internal() : super.internal(); 2649 FEMergeElement.internal() : super.internal();
2650 2650
2651 @DomName('SVGFEMergeElement.height')
2651 @DocsEditable 2652 @DocsEditable
2652 @DomName('SVGFEMergeElement.height')
2653 AnimatedLength get height native "SVGFEMergeElement_height_Getter"; 2653 AnimatedLength get height native "SVGFEMergeElement_height_Getter";
2654 2654
2655 @DomName('SVGFEMergeElement.result')
2655 @DocsEditable 2656 @DocsEditable
2656 @DomName('SVGFEMergeElement.result')
2657 AnimatedString get result native "SVGFEMergeElement_result_Getter"; 2657 AnimatedString get result native "SVGFEMergeElement_result_Getter";
2658 2658
2659 @DomName('SVGFEMergeElement.width')
2659 @DocsEditable 2660 @DocsEditable
2660 @DomName('SVGFEMergeElement.width')
2661 AnimatedLength get width native "SVGFEMergeElement_width_Getter"; 2661 AnimatedLength get width native "SVGFEMergeElement_width_Getter";
2662 2662
2663 @DomName('SVGFEMergeElement.x')
2663 @DocsEditable 2664 @DocsEditable
2664 @DomName('SVGFEMergeElement.x')
2665 AnimatedLength get x native "SVGFEMergeElement_x_Getter"; 2665 AnimatedLength get x native "SVGFEMergeElement_x_Getter";
2666 2666
2667 @DomName('SVGFEMergeElement.y')
2667 @DocsEditable 2668 @DocsEditable
2668 @DomName('SVGFEMergeElement.y')
2669 AnimatedLength get y native "SVGFEMergeElement_y_Getter"; 2669 AnimatedLength get y native "SVGFEMergeElement_y_Getter";
2670 2670
2671 @DomName('SVGFEMergeElement.className')
2671 @DocsEditable 2672 @DocsEditable
2672 @DomName('SVGFEMergeElement.className')
2673 AnimatedString get $dom_svgClassName native "SVGFEMergeElement_className_Gette r"; 2673 AnimatedString get $dom_svgClassName native "SVGFEMergeElement_className_Gette r";
2674 2674
2675 @DomName('SVGFEMergeElement.style')
2675 @DocsEditable 2676 @DocsEditable
2676 @DomName('SVGFEMergeElement.style')
2677 CssStyleDeclaration get style native "SVGFEMergeElement_style_Getter"; 2677 CssStyleDeclaration get style native "SVGFEMergeElement_style_Getter";
2678 2678
2679 @DomName('SVGFEMergeElement.getPresentationAttribute')
2679 @DocsEditable 2680 @DocsEditable
2680 @DomName('SVGFEMergeElement.getPresentationAttribute')
2681 CssValue getPresentationAttribute(String name) native "SVGFEMergeElement_getPr esentationAttribute_Callback"; 2681 CssValue getPresentationAttribute(String name) native "SVGFEMergeElement_getPr esentationAttribute_Callback";
2682 2682
2683 } 2683 }
2684 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2684 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2685 // for details. All rights reserved. Use of this source code is governed by a 2685 // for details. All rights reserved. Use of this source code is governed by a
2686 // BSD-style license that can be found in the LICENSE file. 2686 // BSD-style license that can be found in the LICENSE file.
2687 2687
2688 // WARNING: Do not edit - generated code. 2688 // WARNING: Do not edit - generated code.
2689 2689
2690 2690
2691 @DocsEditable 2691 @DocsEditable
2692 @DomName('SVGFEMergeNodeElement') 2692 @DomName('SVGFEMergeNodeElement')
2693 class FEMergeNodeElement extends SvgElement { 2693 class FEMergeNodeElement extends SvgElement {
2694 FEMergeNodeElement.internal() : super.internal(); 2694 FEMergeNodeElement.internal() : super.internal();
2695 2695
2696 @DomName('SVGFEMergeNodeElement.in1')
2696 @DocsEditable 2697 @DocsEditable
2697 @DomName('SVGFEMergeNodeElement.in1')
2698 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter"; 2698 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter";
2699 2699
2700 } 2700 }
2701 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2701 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2702 // for details. All rights reserved. Use of this source code is governed by a 2702 // for details. All rights reserved. Use of this source code is governed by a
2703 // BSD-style license that can be found in the LICENSE file. 2703 // BSD-style license that can be found in the LICENSE file.
2704 2704
2705 // WARNING: Do not edit - generated code. 2705 // WARNING: Do not edit - generated code.
2706 2706
2707 2707
2708 @DocsEditable 2708 @DocsEditable
2709 @DomName('SVGFEMorphologyElement') 2709 @DomName('SVGFEMorphologyElement')
2710 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA ttributes { 2710 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA ttributes {
2711 FEMorphologyElement.internal() : super.internal(); 2711 FEMorphologyElement.internal() : super.internal();
2712 2712
2713 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; 2713 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2;
2714 2714
2715 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; 2715 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1;
2716 2716
2717 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; 2717 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0;
2718 2718
2719 @DomName('SVGFEMorphologyElement.in1')
2719 @DocsEditable 2720 @DocsEditable
2720 @DomName('SVGFEMorphologyElement.in1')
2721 AnimatedString get in1 native "SVGFEMorphologyElement_in1_Getter"; 2721 AnimatedString get in1 native "SVGFEMorphologyElement_in1_Getter";
2722 2722
2723 @DomName('SVGFEMorphologyElement.operator')
2723 @DocsEditable 2724 @DocsEditable
2724 @DomName('SVGFEMorphologyElement.operator')
2725 AnimatedEnumeration get operator native "SVGFEMorphologyElement_operator_Gette r"; 2725 AnimatedEnumeration get operator native "SVGFEMorphologyElement_operator_Gette r";
2726 2726
2727 @DomName('SVGFEMorphologyElement.radiusX')
2727 @DocsEditable 2728 @DocsEditable
2728 @DomName('SVGFEMorphologyElement.radiusX')
2729 AnimatedNumber get radiusX native "SVGFEMorphologyElement_radiusX_Getter"; 2729 AnimatedNumber get radiusX native "SVGFEMorphologyElement_radiusX_Getter";
2730 2730
2731 @DomName('SVGFEMorphologyElement.radiusY')
2731 @DocsEditable 2732 @DocsEditable
2732 @DomName('SVGFEMorphologyElement.radiusY')
2733 AnimatedNumber get radiusY native "SVGFEMorphologyElement_radiusY_Getter"; 2733 AnimatedNumber get radiusY native "SVGFEMorphologyElement_radiusY_Getter";
2734 2734
2735 @DomName('SVGFEMorphologyElement.setRadius')
2735 @DocsEditable 2736 @DocsEditable
2736 @DomName('SVGFEMorphologyElement.setRadius')
2737 void setRadius(num radiusX, num radiusY) native "SVGFEMorphologyElement_setRad ius_Callback"; 2737 void setRadius(num radiusX, num radiusY) native "SVGFEMorphologyElement_setRad ius_Callback";
2738 2738
2739 @DomName('SVGFEMorphologyElement.height')
2739 @DocsEditable 2740 @DocsEditable
2740 @DomName('SVGFEMorphologyElement.height')
2741 AnimatedLength get height native "SVGFEMorphologyElement_height_Getter"; 2741 AnimatedLength get height native "SVGFEMorphologyElement_height_Getter";
2742 2742
2743 @DomName('SVGFEMorphologyElement.result')
2743 @DocsEditable 2744 @DocsEditable
2744 @DomName('SVGFEMorphologyElement.result')
2745 AnimatedString get result native "SVGFEMorphologyElement_result_Getter"; 2745 AnimatedString get result native "SVGFEMorphologyElement_result_Getter";
2746 2746
2747 @DomName('SVGFEMorphologyElement.width')
2747 @DocsEditable 2748 @DocsEditable
2748 @DomName('SVGFEMorphologyElement.width')
2749 AnimatedLength get width native "SVGFEMorphologyElement_width_Getter"; 2749 AnimatedLength get width native "SVGFEMorphologyElement_width_Getter";
2750 2750
2751 @DomName('SVGFEMorphologyElement.x')
2751 @DocsEditable 2752 @DocsEditable
2752 @DomName('SVGFEMorphologyElement.x')
2753 AnimatedLength get x native "SVGFEMorphologyElement_x_Getter"; 2753 AnimatedLength get x native "SVGFEMorphologyElement_x_Getter";
2754 2754
2755 @DomName('SVGFEMorphologyElement.y')
2755 @DocsEditable 2756 @DocsEditable
2756 @DomName('SVGFEMorphologyElement.y')
2757 AnimatedLength get y native "SVGFEMorphologyElement_y_Getter"; 2757 AnimatedLength get y native "SVGFEMorphologyElement_y_Getter";
2758 2758
2759 @DomName('SVGFEMorphologyElement.className')
2759 @DocsEditable 2760 @DocsEditable
2760 @DomName('SVGFEMorphologyElement.className')
2761 AnimatedString get $dom_svgClassName native "SVGFEMorphologyElement_className_ Getter"; 2761 AnimatedString get $dom_svgClassName native "SVGFEMorphologyElement_className_ Getter";
2762 2762
2763 @DomName('SVGFEMorphologyElement.style')
2763 @DocsEditable 2764 @DocsEditable
2764 @DomName('SVGFEMorphologyElement.style')
2765 CssStyleDeclaration get style native "SVGFEMorphologyElement_style_Getter"; 2765 CssStyleDeclaration get style native "SVGFEMorphologyElement_style_Getter";
2766 2766
2767 @DomName('SVGFEMorphologyElement.getPresentationAttribute')
2767 @DocsEditable 2768 @DocsEditable
2768 @DomName('SVGFEMorphologyElement.getPresentationAttribute')
2769 CssValue getPresentationAttribute(String name) native "SVGFEMorphologyElement_ getPresentationAttribute_Callback"; 2769 CssValue getPresentationAttribute(String name) native "SVGFEMorphologyElement_ getPresentationAttribute_Callback";
2770 2770
2771 } 2771 }
2772 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2772 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2773 // for details. All rights reserved. Use of this source code is governed by a 2773 // for details. All rights reserved. Use of this source code is governed by a
2774 // BSD-style license that can be found in the LICENSE file. 2774 // BSD-style license that can be found in the LICENSE file.
2775 2775
2776 // WARNING: Do not edit - generated code. 2776 // WARNING: Do not edit - generated code.
2777 2777
2778 2778
2779 @DocsEditable 2779 @DocsEditable
2780 @DomName('SVGFEOffsetElement') 2780 @DomName('SVGFEOffsetElement')
2781 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri butes { 2781 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri butes {
2782 FEOffsetElement.internal() : super.internal(); 2782 FEOffsetElement.internal() : super.internal();
2783 2783
2784 @DomName('SVGFEOffsetElement.dx')
2784 @DocsEditable 2785 @DocsEditable
2785 @DomName('SVGFEOffsetElement.dx')
2786 AnimatedNumber get dx native "SVGFEOffsetElement_dx_Getter"; 2786 AnimatedNumber get dx native "SVGFEOffsetElement_dx_Getter";
2787 2787
2788 @DomName('SVGFEOffsetElement.dy')
2788 @DocsEditable 2789 @DocsEditable
2789 @DomName('SVGFEOffsetElement.dy')
2790 AnimatedNumber get dy native "SVGFEOffsetElement_dy_Getter"; 2790 AnimatedNumber get dy native "SVGFEOffsetElement_dy_Getter";
2791 2791
2792 @DomName('SVGFEOffsetElement.in1')
2792 @DocsEditable 2793 @DocsEditable
2793 @DomName('SVGFEOffsetElement.in1')
2794 AnimatedString get in1 native "SVGFEOffsetElement_in1_Getter"; 2794 AnimatedString get in1 native "SVGFEOffsetElement_in1_Getter";
2795 2795
2796 @DomName('SVGFEOffsetElement.height')
2796 @DocsEditable 2797 @DocsEditable
2797 @DomName('SVGFEOffsetElement.height')
2798 AnimatedLength get height native "SVGFEOffsetElement_height_Getter"; 2798 AnimatedLength get height native "SVGFEOffsetElement_height_Getter";
2799 2799
2800 @DomName('SVGFEOffsetElement.result')
2800 @DocsEditable 2801 @DocsEditable
2801 @DomName('SVGFEOffsetElement.result')
2802 AnimatedString get result native "SVGFEOffsetElement_result_Getter"; 2802 AnimatedString get result native "SVGFEOffsetElement_result_Getter";
2803 2803
2804 @DomName('SVGFEOffsetElement.width')
2804 @DocsEditable 2805 @DocsEditable
2805 @DomName('SVGFEOffsetElement.width')
2806 AnimatedLength get width native "SVGFEOffsetElement_width_Getter"; 2806 AnimatedLength get width native "SVGFEOffsetElement_width_Getter";
2807 2807
2808 @DomName('SVGFEOffsetElement.x')
2808 @DocsEditable 2809 @DocsEditable
2809 @DomName('SVGFEOffsetElement.x')
2810 AnimatedLength get x native "SVGFEOffsetElement_x_Getter"; 2810 AnimatedLength get x native "SVGFEOffsetElement_x_Getter";
2811 2811
2812 @DomName('SVGFEOffsetElement.y')
2812 @DocsEditable 2813 @DocsEditable
2813 @DomName('SVGFEOffsetElement.y')
2814 AnimatedLength get y native "SVGFEOffsetElement_y_Getter"; 2814 AnimatedLength get y native "SVGFEOffsetElement_y_Getter";
2815 2815
2816 @DomName('SVGFEOffsetElement.className')
2816 @DocsEditable 2817 @DocsEditable
2817 @DomName('SVGFEOffsetElement.className')
2818 AnimatedString get $dom_svgClassName native "SVGFEOffsetElement_className_Gett er"; 2818 AnimatedString get $dom_svgClassName native "SVGFEOffsetElement_className_Gett er";
2819 2819
2820 @DomName('SVGFEOffsetElement.style')
2820 @DocsEditable 2821 @DocsEditable
2821 @DomName('SVGFEOffsetElement.style')
2822 CssStyleDeclaration get style native "SVGFEOffsetElement_style_Getter"; 2822 CssStyleDeclaration get style native "SVGFEOffsetElement_style_Getter";
2823 2823
2824 @DomName('SVGFEOffsetElement.getPresentationAttribute')
2824 @DocsEditable 2825 @DocsEditable
2825 @DomName('SVGFEOffsetElement.getPresentationAttribute')
2826 CssValue getPresentationAttribute(String name) native "SVGFEOffsetElement_getP resentationAttribute_Callback"; 2826 CssValue getPresentationAttribute(String name) native "SVGFEOffsetElement_getP resentationAttribute_Callback";
2827 2827
2828 } 2828 }
2829 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2829 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2830 // for details. All rights reserved. Use of this source code is governed by a 2830 // for details. All rights reserved. Use of this source code is governed by a
2831 // BSD-style license that can be found in the LICENSE file. 2831 // BSD-style license that can be found in the LICENSE file.
2832 2832
2833 // WARNING: Do not edit - generated code. 2833 // WARNING: Do not edit - generated code.
2834 2834
2835 2835
2836 @DocsEditable 2836 @DocsEditable
2837 @DomName('SVGFEPointLightElement') 2837 @DomName('SVGFEPointLightElement')
2838 class FEPointLightElement extends SvgElement { 2838 class FEPointLightElement extends SvgElement {
2839 FEPointLightElement.internal() : super.internal(); 2839 FEPointLightElement.internal() : super.internal();
2840 2840
2841 @DomName('SVGFEPointLightElement.x')
2841 @DocsEditable 2842 @DocsEditable
2842 @DomName('SVGFEPointLightElement.x')
2843 AnimatedNumber get x native "SVGFEPointLightElement_x_Getter"; 2843 AnimatedNumber get x native "SVGFEPointLightElement_x_Getter";
2844 2844
2845 @DomName('SVGFEPointLightElement.y')
2845 @DocsEditable 2846 @DocsEditable
2846 @DomName('SVGFEPointLightElement.y')
2847 AnimatedNumber get y native "SVGFEPointLightElement_y_Getter"; 2847 AnimatedNumber get y native "SVGFEPointLightElement_y_Getter";
2848 2848
2849 @DomName('SVGFEPointLightElement.z')
2849 @DocsEditable 2850 @DocsEditable
2850 @DomName('SVGFEPointLightElement.z')
2851 AnimatedNumber get z native "SVGFEPointLightElement_z_Getter"; 2851 AnimatedNumber get z native "SVGFEPointLightElement_z_Getter";
2852 2852
2853 } 2853 }
2854 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2854 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2855 // for details. All rights reserved. Use of this source code is governed by a 2855 // for details. All rights reserved. Use of this source code is governed by a
2856 // BSD-style license that can be found in the LICENSE file. 2856 // BSD-style license that can be found in the LICENSE file.
2857 2857
2858 // WARNING: Do not edit - generated code. 2858 // WARNING: Do not edit - generated code.
2859 2859
2860 2860
2861 @DocsEditable 2861 @DocsEditable
2862 @DomName('SVGFESpecularLightingElement') 2862 @DomName('SVGFESpecularLightingElement')
2863 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta ndardAttributes { 2863 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta ndardAttributes {
2864 FESpecularLightingElement.internal() : super.internal(); 2864 FESpecularLightingElement.internal() : super.internal();
2865 2865
2866 @DomName('SVGFESpecularLightingElement.in1')
2866 @DocsEditable 2867 @DocsEditable
2867 @DomName('SVGFESpecularLightingElement.in1')
2868 AnimatedString get in1 native "SVGFESpecularLightingElement_in1_Getter"; 2868 AnimatedString get in1 native "SVGFESpecularLightingElement_in1_Getter";
2869 2869
2870 @DomName('SVGFESpecularLightingElement.specularConstant')
2870 @DocsEditable 2871 @DocsEditable
2871 @DomName('SVGFESpecularLightingElement.specularConstant')
2872 AnimatedNumber get specularConstant native "SVGFESpecularLightingElement_specu larConstant_Getter"; 2872 AnimatedNumber get specularConstant native "SVGFESpecularLightingElement_specu larConstant_Getter";
2873 2873
2874 @DomName('SVGFESpecularLightingElement.specularExponent')
2874 @DocsEditable 2875 @DocsEditable
2875 @DomName('SVGFESpecularLightingElement.specularExponent')
2876 AnimatedNumber get specularExponent native "SVGFESpecularLightingElement_specu larExponent_Getter"; 2876 AnimatedNumber get specularExponent native "SVGFESpecularLightingElement_specu larExponent_Getter";
2877 2877
2878 @DomName('SVGFESpecularLightingElement.surfaceScale')
2878 @DocsEditable 2879 @DocsEditable
2879 @DomName('SVGFESpecularLightingElement.surfaceScale')
2880 AnimatedNumber get surfaceScale native "SVGFESpecularLightingElement_surfaceSc ale_Getter"; 2880 AnimatedNumber get surfaceScale native "SVGFESpecularLightingElement_surfaceSc ale_Getter";
2881 2881
2882 @DomName('SVGFESpecularLightingElement.height')
2882 @DocsEditable 2883 @DocsEditable
2883 @DomName('SVGFESpecularLightingElement.height')
2884 AnimatedLength get height native "SVGFESpecularLightingElement_height_Getter"; 2884 AnimatedLength get height native "SVGFESpecularLightingElement_height_Getter";
2885 2885
2886 @DomName('SVGFESpecularLightingElement.result')
2886 @DocsEditable 2887 @DocsEditable
2887 @DomName('SVGFESpecularLightingElement.result')
2888 AnimatedString get result native "SVGFESpecularLightingElement_result_Getter"; 2888 AnimatedString get result native "SVGFESpecularLightingElement_result_Getter";
2889 2889
2890 @DomName('SVGFESpecularLightingElement.width')
2890 @DocsEditable 2891 @DocsEditable
2891 @DomName('SVGFESpecularLightingElement.width')
2892 AnimatedLength get width native "SVGFESpecularLightingElement_width_Getter"; 2892 AnimatedLength get width native "SVGFESpecularLightingElement_width_Getter";
2893 2893
2894 @DomName('SVGFESpecularLightingElement.x')
2894 @DocsEditable 2895 @DocsEditable
2895 @DomName('SVGFESpecularLightingElement.x')
2896 AnimatedLength get x native "SVGFESpecularLightingElement_x_Getter"; 2896 AnimatedLength get x native "SVGFESpecularLightingElement_x_Getter";
2897 2897
2898 @DomName('SVGFESpecularLightingElement.y')
2898 @DocsEditable 2899 @DocsEditable
2899 @DomName('SVGFESpecularLightingElement.y')
2900 AnimatedLength get y native "SVGFESpecularLightingElement_y_Getter"; 2900 AnimatedLength get y native "SVGFESpecularLightingElement_y_Getter";
2901 2901
2902 @DomName('SVGFESpecularLightingElement.className')
2902 @DocsEditable 2903 @DocsEditable
2903 @DomName('SVGFESpecularLightingElement.className')
2904 AnimatedString get $dom_svgClassName native "SVGFESpecularLightingElement_clas sName_Getter"; 2904 AnimatedString get $dom_svgClassName native "SVGFESpecularLightingElement_clas sName_Getter";
2905 2905
2906 @DomName('SVGFESpecularLightingElement.style')
2906 @DocsEditable 2907 @DocsEditable
2907 @DomName('SVGFESpecularLightingElement.style')
2908 CssStyleDeclaration get style native "SVGFESpecularLightingElement_style_Gette r"; 2908 CssStyleDeclaration get style native "SVGFESpecularLightingElement_style_Gette r";
2909 2909
2910 @DomName('SVGFESpecularLightingElement.getPresentationAttribute')
2910 @DocsEditable 2911 @DocsEditable
2911 @DomName('SVGFESpecularLightingElement.getPresentationAttribute')
2912 CssValue getPresentationAttribute(String name) native "SVGFESpecularLightingEl ement_getPresentationAttribute_Callback"; 2912 CssValue getPresentationAttribute(String name) native "SVGFESpecularLightingEl ement_getPresentationAttribute_Callback";
2913 2913
2914 } 2914 }
2915 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2915 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2916 // for details. All rights reserved. Use of this source code is governed by a 2916 // for details. All rights reserved. Use of this source code is governed by a
2917 // BSD-style license that can be found in the LICENSE file. 2917 // BSD-style license that can be found in the LICENSE file.
2918 2918
2919 // WARNING: Do not edit - generated code. 2919 // WARNING: Do not edit - generated code.
2920 2920
2921 2921
2922 @DocsEditable 2922 @DocsEditable
2923 @DomName('SVGFESpotLightElement') 2923 @DomName('SVGFESpotLightElement')
2924 class FESpotLightElement extends SvgElement { 2924 class FESpotLightElement extends SvgElement {
2925 FESpotLightElement.internal() : super.internal(); 2925 FESpotLightElement.internal() : super.internal();
2926 2926
2927 @DomName('SVGFESpotLightElement.limitingConeAngle')
2927 @DocsEditable 2928 @DocsEditable
2928 @DomName('SVGFESpotLightElement.limitingConeAngle')
2929 AnimatedNumber get limitingConeAngle native "SVGFESpotLightElement_limitingCon eAngle_Getter"; 2929 AnimatedNumber get limitingConeAngle native "SVGFESpotLightElement_limitingCon eAngle_Getter";
2930 2930
2931 @DomName('SVGFESpotLightElement.pointsAtX')
2931 @DocsEditable 2932 @DocsEditable
2932 @DomName('SVGFESpotLightElement.pointsAtX')
2933 AnimatedNumber get pointsAtX native "SVGFESpotLightElement_pointsAtX_Getter"; 2933 AnimatedNumber get pointsAtX native "SVGFESpotLightElement_pointsAtX_Getter";
2934 2934
2935 @DomName('SVGFESpotLightElement.pointsAtY')
2935 @DocsEditable 2936 @DocsEditable
2936 @DomName('SVGFESpotLightElement.pointsAtY')
2937 AnimatedNumber get pointsAtY native "SVGFESpotLightElement_pointsAtY_Getter"; 2937 AnimatedNumber get pointsAtY native "SVGFESpotLightElement_pointsAtY_Getter";
2938 2938
2939 @DomName('SVGFESpotLightElement.pointsAtZ')
2939 @DocsEditable 2940 @DocsEditable
2940 @DomName('SVGFESpotLightElement.pointsAtZ')
2941 AnimatedNumber get pointsAtZ native "SVGFESpotLightElement_pointsAtZ_Getter"; 2941 AnimatedNumber get pointsAtZ native "SVGFESpotLightElement_pointsAtZ_Getter";
2942 2942
2943 @DomName('SVGFESpotLightElement.specularExponent')
2943 @DocsEditable 2944 @DocsEditable
2944 @DomName('SVGFESpotLightElement.specularExponent')
2945 AnimatedNumber get specularExponent native "SVGFESpotLightElement_specularExpo nent_Getter"; 2945 AnimatedNumber get specularExponent native "SVGFESpotLightElement_specularExpo nent_Getter";
2946 2946
2947 @DomName('SVGFESpotLightElement.x')
2947 @DocsEditable 2948 @DocsEditable
2948 @DomName('SVGFESpotLightElement.x')
2949 AnimatedNumber get x native "SVGFESpotLightElement_x_Getter"; 2949 AnimatedNumber get x native "SVGFESpotLightElement_x_Getter";
2950 2950
2951 @DomName('SVGFESpotLightElement.y')
2951 @DocsEditable 2952 @DocsEditable
2952 @DomName('SVGFESpotLightElement.y')
2953 AnimatedNumber get y native "SVGFESpotLightElement_y_Getter"; 2953 AnimatedNumber get y native "SVGFESpotLightElement_y_Getter";
2954 2954
2955 @DomName('SVGFESpotLightElement.z')
2955 @DocsEditable 2956 @DocsEditable
2956 @DomName('SVGFESpotLightElement.z')
2957 AnimatedNumber get z native "SVGFESpotLightElement_z_Getter"; 2957 AnimatedNumber get z native "SVGFESpotLightElement_z_Getter";
2958 2958
2959 } 2959 }
2960 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2960 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2961 // for details. All rights reserved. Use of this source code is governed by a 2961 // for details. All rights reserved. Use of this source code is governed by a
2962 // BSD-style license that can be found in the LICENSE file. 2962 // BSD-style license that can be found in the LICENSE file.
2963 2963
2964 // WARNING: Do not edit - generated code. 2964 // WARNING: Do not edit - generated code.
2965 2965
2966 2966
2967 @DocsEditable 2967 @DocsEditable
2968 @DomName('SVGFETileElement') 2968 @DomName('SVGFETileElement')
2969 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu tes { 2969 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu tes {
2970 FETileElement.internal() : super.internal(); 2970 FETileElement.internal() : super.internal();
2971 2971
2972 @DomName('SVGFETileElement.in1')
2972 @DocsEditable 2973 @DocsEditable
2973 @DomName('SVGFETileElement.in1')
2974 AnimatedString get in1 native "SVGFETileElement_in1_Getter"; 2974 AnimatedString get in1 native "SVGFETileElement_in1_Getter";
2975 2975
2976 @DomName('SVGFETileElement.height')
2976 @DocsEditable 2977 @DocsEditable
2977 @DomName('SVGFETileElement.height')
2978 AnimatedLength get height native "SVGFETileElement_height_Getter"; 2978 AnimatedLength get height native "SVGFETileElement_height_Getter";
2979 2979
2980 @DomName('SVGFETileElement.result')
2980 @DocsEditable 2981 @DocsEditable
2981 @DomName('SVGFETileElement.result')
2982 AnimatedString get result native "SVGFETileElement_result_Getter"; 2982 AnimatedString get result native "SVGFETileElement_result_Getter";
2983 2983
2984 @DomName('SVGFETileElement.width')
2984 @DocsEditable 2985 @DocsEditable
2985 @DomName('SVGFETileElement.width')
2986 AnimatedLength get width native "SVGFETileElement_width_Getter"; 2986 AnimatedLength get width native "SVGFETileElement_width_Getter";
2987 2987
2988 @DomName('SVGFETileElement.x')
2988 @DocsEditable 2989 @DocsEditable
2989 @DomName('SVGFETileElement.x')
2990 AnimatedLength get x native "SVGFETileElement_x_Getter"; 2990 AnimatedLength get x native "SVGFETileElement_x_Getter";
2991 2991
2992 @DomName('SVGFETileElement.y')
2992 @DocsEditable 2993 @DocsEditable
2993 @DomName('SVGFETileElement.y')
2994 AnimatedLength get y native "SVGFETileElement_y_Getter"; 2994 AnimatedLength get y native "SVGFETileElement_y_Getter";
2995 2995
2996 @DomName('SVGFETileElement.className')
2996 @DocsEditable 2997 @DocsEditable
2997 @DomName('SVGFETileElement.className')
2998 AnimatedString get $dom_svgClassName native "SVGFETileElement_className_Getter "; 2998 AnimatedString get $dom_svgClassName native "SVGFETileElement_className_Getter ";
2999 2999
3000 @DomName('SVGFETileElement.style')
3000 @DocsEditable 3001 @DocsEditable
3001 @DomName('SVGFETileElement.style')
3002 CssStyleDeclaration get style native "SVGFETileElement_style_Getter"; 3002 CssStyleDeclaration get style native "SVGFETileElement_style_Getter";
3003 3003
3004 @DomName('SVGFETileElement.getPresentationAttribute')
3004 @DocsEditable 3005 @DocsEditable
3005 @DomName('SVGFETileElement.getPresentationAttribute')
3006 CssValue getPresentationAttribute(String name) native "SVGFETileElement_getPre sentationAttribute_Callback"; 3006 CssValue getPresentationAttribute(String name) native "SVGFETileElement_getPre sentationAttribute_Callback";
3007 3007
3008 } 3008 }
3009 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3009 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3010 // for details. All rights reserved. Use of this source code is governed by a 3010 // for details. All rights reserved. Use of this source code is governed by a
3011 // BSD-style license that can be found in the LICENSE file. 3011 // BSD-style license that can be found in the LICENSE file.
3012 3012
3013 // WARNING: Do not edit - generated code. 3013 // WARNING: Do not edit - generated code.
3014 3014
3015 3015
3016 @DocsEditable 3016 @DocsEditable
3017 @DomName('SVGFETurbulenceElement') 3017 @DomName('SVGFETurbulenceElement')
3018 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA ttributes { 3018 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA ttributes {
3019 FETurbulenceElement.internal() : super.internal(); 3019 FETurbulenceElement.internal() : super.internal();
3020 3020
3021 static const int SVG_STITCHTYPE_NOSTITCH = 2; 3021 static const int SVG_STITCHTYPE_NOSTITCH = 2;
3022 3022
3023 static const int SVG_STITCHTYPE_STITCH = 1; 3023 static const int SVG_STITCHTYPE_STITCH = 1;
3024 3024
3025 static const int SVG_STITCHTYPE_UNKNOWN = 0; 3025 static const int SVG_STITCHTYPE_UNKNOWN = 0;
3026 3026
3027 static const int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; 3027 static const int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1;
3028 3028
3029 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; 3029 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2;
3030 3030
3031 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; 3031 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0;
3032 3032
3033 @DomName('SVGFETurbulenceElement.baseFrequencyX')
3033 @DocsEditable 3034 @DocsEditable
3034 @DomName('SVGFETurbulenceElement.baseFrequencyX')
3035 AnimatedNumber get baseFrequencyX native "SVGFETurbulenceElement_baseFrequency X_Getter"; 3035 AnimatedNumber get baseFrequencyX native "SVGFETurbulenceElement_baseFrequency X_Getter";
3036 3036
3037 @DomName('SVGFETurbulenceElement.baseFrequencyY')
3037 @DocsEditable 3038 @DocsEditable
3038 @DomName('SVGFETurbulenceElement.baseFrequencyY')
3039 AnimatedNumber get baseFrequencyY native "SVGFETurbulenceElement_baseFrequency Y_Getter"; 3039 AnimatedNumber get baseFrequencyY native "SVGFETurbulenceElement_baseFrequency Y_Getter";
3040 3040
3041 @DomName('SVGFETurbulenceElement.numOctaves')
3041 @DocsEditable 3042 @DocsEditable
3042 @DomName('SVGFETurbulenceElement.numOctaves')
3043 AnimatedInteger get numOctaves native "SVGFETurbulenceElement_numOctaves_Gette r"; 3043 AnimatedInteger get numOctaves native "SVGFETurbulenceElement_numOctaves_Gette r";
3044 3044
3045 @DomName('SVGFETurbulenceElement.seed')
3045 @DocsEditable 3046 @DocsEditable
3046 @DomName('SVGFETurbulenceElement.seed')
3047 AnimatedNumber get seed native "SVGFETurbulenceElement_seed_Getter"; 3047 AnimatedNumber get seed native "SVGFETurbulenceElement_seed_Getter";
3048 3048
3049 @DomName('SVGFETurbulenceElement.stitchTiles')
3049 @DocsEditable 3050 @DocsEditable
3050 @DomName('SVGFETurbulenceElement.stitchTiles')
3051 AnimatedEnumeration get stitchTiles native "SVGFETurbulenceElement_stitchTiles _Getter"; 3051 AnimatedEnumeration get stitchTiles native "SVGFETurbulenceElement_stitchTiles _Getter";
3052 3052
3053 @DomName('SVGFETurbulenceElement.type')
3053 @DocsEditable 3054 @DocsEditable
3054 @DomName('SVGFETurbulenceElement.type')
3055 AnimatedEnumeration get type native "SVGFETurbulenceElement_type_Getter"; 3055 AnimatedEnumeration get type native "SVGFETurbulenceElement_type_Getter";
3056 3056
3057 @DomName('SVGFETurbulenceElement.height')
3057 @DocsEditable 3058 @DocsEditable
3058 @DomName('SVGFETurbulenceElement.height')
3059 AnimatedLength get height native "SVGFETurbulenceElement_height_Getter"; 3059 AnimatedLength get height native "SVGFETurbulenceElement_height_Getter";
3060 3060
3061 @DomName('SVGFETurbulenceElement.result')
3061 @DocsEditable 3062 @DocsEditable
3062 @DomName('SVGFETurbulenceElement.result')
3063 AnimatedString get result native "SVGFETurbulenceElement_result_Getter"; 3063 AnimatedString get result native "SVGFETurbulenceElement_result_Getter";
3064 3064
3065 @DomName('SVGFETurbulenceElement.width')
3065 @DocsEditable 3066 @DocsEditable
3066 @DomName('SVGFETurbulenceElement.width')
3067 AnimatedLength get width native "SVGFETurbulenceElement_width_Getter"; 3067 AnimatedLength get width native "SVGFETurbulenceElement_width_Getter";
3068 3068
3069 @DomName('SVGFETurbulenceElement.x')
3069 @DocsEditable 3070 @DocsEditable
3070 @DomName('SVGFETurbulenceElement.x')
3071 AnimatedLength get x native "SVGFETurbulenceElement_x_Getter"; 3071 AnimatedLength get x native "SVGFETurbulenceElement_x_Getter";
3072 3072
3073 @DomName('SVGFETurbulenceElement.y')
3073 @DocsEditable 3074 @DocsEditable
3074 @DomName('SVGFETurbulenceElement.y')
3075 AnimatedLength get y native "SVGFETurbulenceElement_y_Getter"; 3075 AnimatedLength get y native "SVGFETurbulenceElement_y_Getter";
3076 3076
3077 @DomName('SVGFETurbulenceElement.className')
3077 @DocsEditable 3078 @DocsEditable
3078 @DomName('SVGFETurbulenceElement.className')
3079 AnimatedString get $dom_svgClassName native "SVGFETurbulenceElement_className_ Getter"; 3079 AnimatedString get $dom_svgClassName native "SVGFETurbulenceElement_className_ Getter";
3080 3080
3081 @DomName('SVGFETurbulenceElement.style')
3081 @DocsEditable 3082 @DocsEditable
3082 @DomName('SVGFETurbulenceElement.style')
3083 CssStyleDeclaration get style native "SVGFETurbulenceElement_style_Getter"; 3083 CssStyleDeclaration get style native "SVGFETurbulenceElement_style_Getter";
3084 3084
3085 @DomName('SVGFETurbulenceElement.getPresentationAttribute')
3085 @DocsEditable 3086 @DocsEditable
3086 @DomName('SVGFETurbulenceElement.getPresentationAttribute')
3087 CssValue getPresentationAttribute(String name) native "SVGFETurbulenceElement_ getPresentationAttribute_Callback"; 3087 CssValue getPresentationAttribute(String name) native "SVGFETurbulenceElement_ getPresentationAttribute_Callback";
3088 3088
3089 } 3089 }
3090 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3090 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3091 // for details. All rights reserved. Use of this source code is governed by a 3091 // for details. All rights reserved. Use of this source code is governed by a
3092 // BSD-style license that can be found in the LICENSE file. 3092 // BSD-style license that can be found in the LICENSE file.
3093 3093
3094 // WARNING: Do not edit - generated code. 3094 // WARNING: Do not edit - generated code.
3095 3095
3096 3096
3097 @DocsEditable 3097 @DocsEditable
3098 @DomName('SVGFilterElement') 3098 @DomName('SVGFilterElement')
3099 class FilterElement extends SvgElement implements UriReference, ExternalResource sRequired, Stylable, LangSpace { 3099 class FilterElement extends SvgElement implements UriReference, ExternalResource sRequired, Stylable, LangSpace {
3100 FilterElement.internal() : super.internal(); 3100 FilterElement.internal() : super.internal();
3101 3101
3102 @DocsEditable 3102 @DocsEditable
3103 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter"); 3103 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter");
3104 3104
3105 @DomName('SVGFilterElement.filterResX')
3105 @DocsEditable 3106 @DocsEditable
3106 @DomName('SVGFilterElement.filterResX')
3107 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; 3107 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter";
3108 3108
3109 @DomName('SVGFilterElement.filterResY')
3109 @DocsEditable 3110 @DocsEditable
3110 @DomName('SVGFilterElement.filterResY')
3111 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; 3111 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter";
3112 3112
3113 @DomName('SVGFilterElement.filterUnits')
3113 @DocsEditable 3114 @DocsEditable
3114 @DomName('SVGFilterElement.filterUnits')
3115 AnimatedEnumeration get filterUnits native "SVGFilterElement_filterUnits_Gette r"; 3115 AnimatedEnumeration get filterUnits native "SVGFilterElement_filterUnits_Gette r";
3116 3116
3117 @DomName('SVGFilterElement.height')
3117 @DocsEditable 3118 @DocsEditable
3118 @DomName('SVGFilterElement.height')
3119 AnimatedLength get height native "SVGFilterElement_height_Getter"; 3119 AnimatedLength get height native "SVGFilterElement_height_Getter";
3120 3120
3121 @DomName('SVGFilterElement.primitiveUnits')
3121 @DocsEditable 3122 @DocsEditable
3122 @DomName('SVGFilterElement.primitiveUnits')
3123 AnimatedEnumeration get primitiveUnits native "SVGFilterElement_primitiveUnits _Getter"; 3123 AnimatedEnumeration get primitiveUnits native "SVGFilterElement_primitiveUnits _Getter";
3124 3124
3125 @DomName('SVGFilterElement.width')
3125 @DocsEditable 3126 @DocsEditable
3126 @DomName('SVGFilterElement.width')
3127 AnimatedLength get width native "SVGFilterElement_width_Getter"; 3127 AnimatedLength get width native "SVGFilterElement_width_Getter";
3128 3128
3129 @DomName('SVGFilterElement.x')
3129 @DocsEditable 3130 @DocsEditable
3130 @DomName('SVGFilterElement.x')
3131 AnimatedLength get x native "SVGFilterElement_x_Getter"; 3131 AnimatedLength get x native "SVGFilterElement_x_Getter";
3132 3132
3133 @DomName('SVGFilterElement.y')
3133 @DocsEditable 3134 @DocsEditable
3134 @DomName('SVGFilterElement.y')
3135 AnimatedLength get y native "SVGFilterElement_y_Getter"; 3135 AnimatedLength get y native "SVGFilterElement_y_Getter";
3136 3136
3137 @DomName('SVGFilterElement.setFilterRes')
3137 @DocsEditable 3138 @DocsEditable
3138 @DomName('SVGFilterElement.setFilterRes')
3139 void setFilterRes(int filterResX, int filterResY) native "SVGFilterElement_set FilterRes_Callback"; 3139 void setFilterRes(int filterResX, int filterResY) native "SVGFilterElement_set FilterRes_Callback";
3140 3140
3141 @DomName('SVGFilterElement.externalResourcesRequired')
3141 @DocsEditable 3142 @DocsEditable
3142 @DomName('SVGFilterElement.externalResourcesRequired')
3143 AnimatedBoolean get externalResourcesRequired native "SVGFilterElement_externa lResourcesRequired_Getter"; 3143 AnimatedBoolean get externalResourcesRequired native "SVGFilterElement_externa lResourcesRequired_Getter";
3144 3144
3145 @DomName('SVGFilterElement.xmllang')
3145 @DocsEditable 3146 @DocsEditable
3146 @DomName('SVGFilterElement.xmllang')
3147 String get xmllang native "SVGFilterElement_xmllang_Getter"; 3147 String get xmllang native "SVGFilterElement_xmllang_Getter";
3148 3148
3149 @DomName('SVGFilterElement.xmllang')
3149 @DocsEditable 3150 @DocsEditable
3150 @DomName('SVGFilterElement.xmllang')
3151 void set xmllang(String value) native "SVGFilterElement_xmllang_Setter"; 3151 void set xmllang(String value) native "SVGFilterElement_xmllang_Setter";
3152 3152
3153 @DomName('SVGFilterElement.xmlspace')
3153 @DocsEditable 3154 @DocsEditable
3154 @DomName('SVGFilterElement.xmlspace')
3155 String get xmlspace native "SVGFilterElement_xmlspace_Getter"; 3155 String get xmlspace native "SVGFilterElement_xmlspace_Getter";
3156 3156
3157 @DomName('SVGFilterElement.xmlspace')
3157 @DocsEditable 3158 @DocsEditable
3158 @DomName('SVGFilterElement.xmlspace')
3159 void set xmlspace(String value) native "SVGFilterElement_xmlspace_Setter"; 3159 void set xmlspace(String value) native "SVGFilterElement_xmlspace_Setter";
3160 3160
3161 @DomName('SVGFilterElement.className')
3161 @DocsEditable 3162 @DocsEditable
3162 @DomName('SVGFilterElement.className')
3163 AnimatedString get $dom_svgClassName native "SVGFilterElement_className_Getter "; 3163 AnimatedString get $dom_svgClassName native "SVGFilterElement_className_Getter ";
3164 3164
3165 @DomName('SVGFilterElement.style')
3165 @DocsEditable 3166 @DocsEditable
3166 @DomName('SVGFilterElement.style')
3167 CssStyleDeclaration get style native "SVGFilterElement_style_Getter"; 3167 CssStyleDeclaration get style native "SVGFilterElement_style_Getter";
3168 3168
3169 @DomName('SVGFilterElement.getPresentationAttribute')
3169 @DocsEditable 3170 @DocsEditable
3170 @DomName('SVGFilterElement.getPresentationAttribute')
3171 CssValue getPresentationAttribute(String name) native "SVGFilterElement_getPre sentationAttribute_Callback"; 3171 CssValue getPresentationAttribute(String name) native "SVGFilterElement_getPre sentationAttribute_Callback";
3172 3172
3173 @DomName('SVGFilterElement.href')
3173 @DocsEditable 3174 @DocsEditable
3174 @DomName('SVGFilterElement.href')
3175 AnimatedString get href native "SVGFilterElement_href_Getter"; 3175 AnimatedString get href native "SVGFilterElement_href_Getter";
3176 3176
3177 } 3177 }
3178 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3178 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3179 // for details. All rights reserved. Use of this source code is governed by a 3179 // for details. All rights reserved. Use of this source code is governed by a
3180 // BSD-style license that can be found in the LICENSE file. 3180 // BSD-style license that can be found in the LICENSE file.
3181 3181
3182 // WARNING: Do not edit - generated code. 3182 // WARNING: Do not edit - generated code.
3183 3183
3184 3184
3185 @DocsEditable 3185 @DocsEditable
3186 @DomName('SVGFilterPrimitiveStandardAttributes') 3186 @DomName('SVGFilterPrimitiveStandardAttributes')
3187 class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass1 impleme nts Stylable { 3187 class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass1 impleme nts Stylable {
3188 FilterPrimitiveStandardAttributes.internal(); 3188 FilterPrimitiveStandardAttributes.internal();
3189 3189
3190 @DomName('SVGFilterPrimitiveStandardAttributes.height')
3190 @DocsEditable 3191 @DocsEditable
3191 @DomName('SVGFilterPrimitiveStandardAttributes.height')
3192 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_ Getter"; 3192 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_ Getter";
3193 3193
3194 @DomName('SVGFilterPrimitiveStandardAttributes.result')
3194 @DocsEditable 3195 @DocsEditable
3195 @DomName('SVGFilterPrimitiveStandardAttributes.result')
3196 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_ Getter"; 3196 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_ Getter";
3197 3197
3198 @DomName('SVGFilterPrimitiveStandardAttributes.width')
3198 @DocsEditable 3199 @DocsEditable
3199 @DomName('SVGFilterPrimitiveStandardAttributes.width')
3200 AnimatedLength get width native "SVGFilterPrimitiveStandardAttributes_width_Ge tter"; 3200 AnimatedLength get width native "SVGFilterPrimitiveStandardAttributes_width_Ge tter";
3201 3201
3202 @DomName('SVGFilterPrimitiveStandardAttributes.x')
3202 @DocsEditable 3203 @DocsEditable
3203 @DomName('SVGFilterPrimitiveStandardAttributes.x')
3204 AnimatedLength get x native "SVGFilterPrimitiveStandardAttributes_x_Getter"; 3204 AnimatedLength get x native "SVGFilterPrimitiveStandardAttributes_x_Getter";
3205 3205
3206 @DomName('SVGFilterPrimitiveStandardAttributes.y')
3206 @DocsEditable 3207 @DocsEditable
3207 @DomName('SVGFilterPrimitiveStandardAttributes.y')
3208 AnimatedLength get y native "SVGFilterPrimitiveStandardAttributes_y_Getter"; 3208 AnimatedLength get y native "SVGFilterPrimitiveStandardAttributes_y_Getter";
3209 3209
3210 @DomName('SVGFilterPrimitiveStandardAttributes.className')
3210 @DocsEditable 3211 @DocsEditable
3211 @DomName('SVGFilterPrimitiveStandardAttributes.className')
3212 AnimatedString get $dom_svgClassName native "SVGFilterPrimitiveStandardAttribu tes_className_Getter"; 3212 AnimatedString get $dom_svgClassName native "SVGFilterPrimitiveStandardAttribu tes_className_Getter";
3213 3213
3214 @DomName('SVGFilterPrimitiveStandardAttributes.style')
3214 @DocsEditable 3215 @DocsEditable
3215 @DomName('SVGFilterPrimitiveStandardAttributes.style')
3216 CssStyleDeclaration get style native "SVGFilterPrimitiveStandardAttributes_sty le_Getter"; 3216 CssStyleDeclaration get style native "SVGFilterPrimitiveStandardAttributes_sty le_Getter";
3217 3217
3218 @DomName('SVGFilterPrimitiveStandardAttributes.getPresentationAttribute')
3218 @DocsEditable 3219 @DocsEditable
3219 @DomName('SVGFilterPrimitiveStandardAttributes.getPresentationAttribute')
3220 CssValue getPresentationAttribute(String name) native "SVGFilterPrimitiveStand ardAttributes_getPresentationAttribute_Callback"; 3220 CssValue getPresentationAttribute(String name) native "SVGFilterPrimitiveStand ardAttributes_getPresentationAttribute_Callback";
3221 3221
3222 } 3222 }
3223 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3223 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3224 // for details. All rights reserved. Use of this source code is governed by a 3224 // for details. All rights reserved. Use of this source code is governed by a
3225 // BSD-style license that can be found in the LICENSE file. 3225 // BSD-style license that can be found in the LICENSE file.
3226 3226
3227 // WARNING: Do not edit - generated code. 3227 // WARNING: Do not edit - generated code.
3228 3228
3229 3229
3230 @DocsEditable 3230 @DocsEditable
3231 @DomName('SVGFitToViewBox') 3231 @DomName('SVGFitToViewBox')
3232 class FitToViewBox extends NativeFieldWrapperClass1 { 3232 class FitToViewBox extends NativeFieldWrapperClass1 {
3233 FitToViewBox.internal(); 3233 FitToViewBox.internal();
3234 3234
3235 @DomName('SVGFitToViewBox.preserveAspectRatio')
3235 @DocsEditable 3236 @DocsEditable
3236 @DomName('SVGFitToViewBox.preserveAspectRatio')
3237 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr eserveAspectRatio_Getter"; 3237 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr eserveAspectRatio_Getter";
3238 3238
3239 @DomName('SVGFitToViewBox.viewBox')
3239 @DocsEditable 3240 @DocsEditable
3240 @DomName('SVGFitToViewBox.viewBox')
3241 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; 3241 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter";
3242 3242
3243 } 3243 }
3244 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3244 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3245 // for details. All rights reserved. Use of this source code is governed by a 3245 // for details. All rights reserved. Use of this source code is governed by a
3246 // BSD-style license that can be found in the LICENSE file. 3246 // BSD-style license that can be found in the LICENSE file.
3247 3247
3248 // WARNING: Do not edit - generated code. 3248 // WARNING: Do not edit - generated code.
3249 3249
3250 3250
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
3345 3345
3346 3346
3347 @DocsEditable 3347 @DocsEditable
3348 @DomName('SVGForeignObjectElement') 3348 @DomName('SVGForeignObjectElement')
3349 class ForeignObjectElement extends SvgElement implements Transformable, Tests, S tylable, ExternalResourcesRequired, LangSpace { 3349 class ForeignObjectElement extends SvgElement implements Transformable, Tests, S tylable, ExternalResourcesRequired, LangSpace {
3350 ForeignObjectElement.internal() : super.internal(); 3350 ForeignObjectElement.internal() : super.internal();
3351 3351
3352 @DocsEditable 3352 @DocsEditable
3353 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject"); 3353 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject");
3354 3354
3355 @DomName('SVGForeignObjectElement.height')
3355 @DocsEditable 3356 @DocsEditable
3356 @DomName('SVGForeignObjectElement.height')
3357 AnimatedLength get height native "SVGForeignObjectElement_height_Getter"; 3357 AnimatedLength get height native "SVGForeignObjectElement_height_Getter";
3358 3358
3359 @DomName('SVGForeignObjectElement.width')
3359 @DocsEditable 3360 @DocsEditable
3360 @DomName('SVGForeignObjectElement.width')
3361 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; 3361 AnimatedLength get width native "SVGForeignObjectElement_width_Getter";
3362 3362
3363 @DomName('SVGForeignObjectElement.x')
3363 @DocsEditable 3364 @DocsEditable
3364 @DomName('SVGForeignObjectElement.x')
3365 AnimatedLength get x native "SVGForeignObjectElement_x_Getter"; 3365 AnimatedLength get x native "SVGForeignObjectElement_x_Getter";
3366 3366
3367 @DomName('SVGForeignObjectElement.y')
3367 @DocsEditable 3368 @DocsEditable
3368 @DomName('SVGForeignObjectElement.y')
3369 AnimatedLength get y native "SVGForeignObjectElement_y_Getter"; 3369 AnimatedLength get y native "SVGForeignObjectElement_y_Getter";
3370 3370
3371 @DomName('SVGForeignObjectElement.externalResourcesRequired')
3371 @DocsEditable 3372 @DocsEditable
3372 @DomName('SVGForeignObjectElement.externalResourcesRequired')
3373 AnimatedBoolean get externalResourcesRequired native "SVGForeignObjectElement_ externalResourcesRequired_Getter"; 3373 AnimatedBoolean get externalResourcesRequired native "SVGForeignObjectElement_ externalResourcesRequired_Getter";
3374 3374
3375 @DomName('SVGForeignObjectElement.xmllang')
3375 @DocsEditable 3376 @DocsEditable
3376 @DomName('SVGForeignObjectElement.xmllang')
3377 String get xmllang native "SVGForeignObjectElement_xmllang_Getter"; 3377 String get xmllang native "SVGForeignObjectElement_xmllang_Getter";
3378 3378
3379 @DomName('SVGForeignObjectElement.xmllang')
3379 @DocsEditable 3380 @DocsEditable
3380 @DomName('SVGForeignObjectElement.xmllang')
3381 void set xmllang(String value) native "SVGForeignObjectElement_xmllang_Setter" ; 3381 void set xmllang(String value) native "SVGForeignObjectElement_xmllang_Setter" ;
3382 3382
3383 @DomName('SVGForeignObjectElement.xmlspace')
3383 @DocsEditable 3384 @DocsEditable
3384 @DomName('SVGForeignObjectElement.xmlspace')
3385 String get xmlspace native "SVGForeignObjectElement_xmlspace_Getter"; 3385 String get xmlspace native "SVGForeignObjectElement_xmlspace_Getter";
3386 3386
3387 @DomName('SVGForeignObjectElement.xmlspace')
3387 @DocsEditable 3388 @DocsEditable
3388 @DomName('SVGForeignObjectElement.xmlspace')
3389 void set xmlspace(String value) native "SVGForeignObjectElement_xmlspace_Sette r"; 3389 void set xmlspace(String value) native "SVGForeignObjectElement_xmlspace_Sette r";
3390 3390
3391 @DomName('SVGForeignObjectElement.farthestViewportElement')
3391 @DocsEditable 3392 @DocsEditable
3392 @DomName('SVGForeignObjectElement.farthestViewportElement')
3393 SvgElement get farthestViewportElement native "SVGForeignObjectElement_farthes tViewportElement_Getter"; 3393 SvgElement get farthestViewportElement native "SVGForeignObjectElement_farthes tViewportElement_Getter";
3394 3394
3395 @DomName('SVGForeignObjectElement.nearestViewportElement')
3395 @DocsEditable 3396 @DocsEditable
3396 @DomName('SVGForeignObjectElement.nearestViewportElement')
3397 SvgElement get nearestViewportElement native "SVGForeignObjectElement_nearestV iewportElement_Getter"; 3397 SvgElement get nearestViewportElement native "SVGForeignObjectElement_nearestV iewportElement_Getter";
3398 3398
3399 @DomName('SVGForeignObjectElement.getBBox')
3399 @DocsEditable 3400 @DocsEditable
3400 @DomName('SVGForeignObjectElement.getBBox')
3401 Rect getBBox() native "SVGForeignObjectElement_getBBox_Callback"; 3401 Rect getBBox() native "SVGForeignObjectElement_getBBox_Callback";
3402 3402
3403 @DomName('SVGForeignObjectElement.getCTM')
3403 @DocsEditable 3404 @DocsEditable
3404 @DomName('SVGForeignObjectElement.getCTM')
3405 Matrix getCtm() native "SVGForeignObjectElement_getCTM_Callback"; 3405 Matrix getCtm() native "SVGForeignObjectElement_getCTM_Callback";
3406 3406
3407 @DomName('SVGForeignObjectElement.getScreenCTM')
3407 @DocsEditable 3408 @DocsEditable
3408 @DomName('SVGForeignObjectElement.getScreenCTM')
3409 Matrix getScreenCtm() native "SVGForeignObjectElement_getScreenCTM_Callback"; 3409 Matrix getScreenCtm() native "SVGForeignObjectElement_getScreenCTM_Callback";
3410 3410
3411 @DomName('SVGForeignObjectElement.getTransformToElement')
3411 @DocsEditable 3412 @DocsEditable
3412 @DomName('SVGForeignObjectElement.getTransformToElement')
3413 Matrix getTransformToElement(SvgElement element) native "SVGForeignObjectEleme nt_getTransformToElement_Callback"; 3413 Matrix getTransformToElement(SvgElement element) native "SVGForeignObjectEleme nt_getTransformToElement_Callback";
3414 3414
3415 @DomName('SVGForeignObjectElement.className')
3415 @DocsEditable 3416 @DocsEditable
3416 @DomName('SVGForeignObjectElement.className')
3417 AnimatedString get $dom_svgClassName native "SVGForeignObjectElement_className _Getter"; 3417 AnimatedString get $dom_svgClassName native "SVGForeignObjectElement_className _Getter";
3418 3418
3419 @DomName('SVGForeignObjectElement.style')
3419 @DocsEditable 3420 @DocsEditable
3420 @DomName('SVGForeignObjectElement.style')
3421 CssStyleDeclaration get style native "SVGForeignObjectElement_style_Getter"; 3421 CssStyleDeclaration get style native "SVGForeignObjectElement_style_Getter";
3422 3422
3423 @DomName('SVGForeignObjectElement.getPresentationAttribute')
3423 @DocsEditable 3424 @DocsEditable
3424 @DomName('SVGForeignObjectElement.getPresentationAttribute')
3425 CssValue getPresentationAttribute(String name) native "SVGForeignObjectElement _getPresentationAttribute_Callback"; 3425 CssValue getPresentationAttribute(String name) native "SVGForeignObjectElement _getPresentationAttribute_Callback";
3426 3426
3427 @DomName('SVGForeignObjectElement.requiredExtensions')
3427 @DocsEditable 3428 @DocsEditable
3428 @DomName('SVGForeignObjectElement.requiredExtensions')
3429 StringList get requiredExtensions native "SVGForeignObjectElement_requiredExte nsions_Getter"; 3429 StringList get requiredExtensions native "SVGForeignObjectElement_requiredExte nsions_Getter";
3430 3430
3431 @DomName('SVGForeignObjectElement.requiredFeatures')
3431 @DocsEditable 3432 @DocsEditable
3432 @DomName('SVGForeignObjectElement.requiredFeatures')
3433 StringList get requiredFeatures native "SVGForeignObjectElement_requiredFeatur es_Getter"; 3433 StringList get requiredFeatures native "SVGForeignObjectElement_requiredFeatur es_Getter";
3434 3434
3435 @DomName('SVGForeignObjectElement.systemLanguage')
3435 @DocsEditable 3436 @DocsEditable
3436 @DomName('SVGForeignObjectElement.systemLanguage')
3437 StringList get systemLanguage native "SVGForeignObjectElement_systemLanguage_G etter"; 3437 StringList get systemLanguage native "SVGForeignObjectElement_systemLanguage_G etter";
3438 3438
3439 @DomName('SVGForeignObjectElement.hasExtension')
3439 @DocsEditable 3440 @DocsEditable
3440 @DomName('SVGForeignObjectElement.hasExtension')
3441 bool hasExtension(String extension) native "SVGForeignObjectElement_hasExtensi on_Callback"; 3441 bool hasExtension(String extension) native "SVGForeignObjectElement_hasExtensi on_Callback";
3442 3442
3443 @DomName('SVGForeignObjectElement.transform')
3443 @DocsEditable 3444 @DocsEditable
3444 @DomName('SVGForeignObjectElement.transform')
3445 AnimatedTransformList get transform native "SVGForeignObjectElement_transform_ Getter"; 3445 AnimatedTransformList get transform native "SVGForeignObjectElement_transform_ Getter";
3446 3446
3447 } 3447 }
3448 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3448 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3449 // for details. All rights reserved. Use of this source code is governed by a 3449 // for details. All rights reserved. Use of this source code is governed by a
3450 // BSD-style license that can be found in the LICENSE file. 3450 // BSD-style license that can be found in the LICENSE file.
3451 3451
3452 // WARNING: Do not edit - generated code. 3452 // WARNING: Do not edit - generated code.
3453 3453
3454 3454
3455 @DocsEditable 3455 @DocsEditable
3456 @DomName('SVGGElement') 3456 @DomName('SVGGElement')
3457 class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext ernalResourcesRequired, LangSpace { 3457 class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext ernalResourcesRequired, LangSpace {
3458 GElement.internal() : super.internal(); 3458 GElement.internal() : super.internal();
3459 3459
3460 @DocsEditable 3460 @DocsEditable
3461 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); 3461 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g");
3462 3462
3463 @DomName('SVGGElement.externalResourcesRequired')
3463 @DocsEditable 3464 @DocsEditable
3464 @DomName('SVGGElement.externalResourcesRequired')
3465 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso urcesRequired_Getter"; 3465 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso urcesRequired_Getter";
3466 3466
3467 @DomName('SVGGElement.xmllang')
3467 @DocsEditable 3468 @DocsEditable
3468 @DomName('SVGGElement.xmllang')
3469 String get xmllang native "SVGGElement_xmllang_Getter"; 3469 String get xmllang native "SVGGElement_xmllang_Getter";
3470 3470
3471 @DomName('SVGGElement.xmllang')
3471 @DocsEditable 3472 @DocsEditable
3472 @DomName('SVGGElement.xmllang')
3473 void set xmllang(String value) native "SVGGElement_xmllang_Setter"; 3473 void set xmllang(String value) native "SVGGElement_xmllang_Setter";
3474 3474
3475 @DomName('SVGGElement.xmlspace')
3475 @DocsEditable 3476 @DocsEditable
3476 @DomName('SVGGElement.xmlspace')
3477 String get xmlspace native "SVGGElement_xmlspace_Getter"; 3477 String get xmlspace native "SVGGElement_xmlspace_Getter";
3478 3478
3479 @DomName('SVGGElement.xmlspace')
3479 @DocsEditable 3480 @DocsEditable
3480 @DomName('SVGGElement.xmlspace')
3481 void set xmlspace(String value) native "SVGGElement_xmlspace_Setter"; 3481 void set xmlspace(String value) native "SVGGElement_xmlspace_Setter";
3482 3482
3483 @DomName('SVGGElement.farthestViewportElement')
3483 @DocsEditable 3484 @DocsEditable
3484 @DomName('SVGGElement.farthestViewportElement')
3485 SvgElement get farthestViewportElement native "SVGGElement_farthestViewportEle ment_Getter"; 3485 SvgElement get farthestViewportElement native "SVGGElement_farthestViewportEle ment_Getter";
3486 3486
3487 @DomName('SVGGElement.nearestViewportElement')
3487 @DocsEditable 3488 @DocsEditable
3488 @DomName('SVGGElement.nearestViewportElement')
3489 SvgElement get nearestViewportElement native "SVGGElement_nearestViewportEleme nt_Getter"; 3489 SvgElement get nearestViewportElement native "SVGGElement_nearestViewportEleme nt_Getter";
3490 3490
3491 @DomName('SVGGElement.getBBox')
3491 @DocsEditable 3492 @DocsEditable
3492 @DomName('SVGGElement.getBBox')
3493 Rect getBBox() native "SVGGElement_getBBox_Callback"; 3493 Rect getBBox() native "SVGGElement_getBBox_Callback";
3494 3494
3495 @DomName('SVGGElement.getCTM')
3495 @DocsEditable 3496 @DocsEditable
3496 @DomName('SVGGElement.getCTM')
3497 Matrix getCtm() native "SVGGElement_getCTM_Callback"; 3497 Matrix getCtm() native "SVGGElement_getCTM_Callback";
3498 3498
3499 @DomName('SVGGElement.getScreenCTM')
3499 @DocsEditable 3500 @DocsEditable
3500 @DomName('SVGGElement.getScreenCTM')
3501 Matrix getScreenCtm() native "SVGGElement_getScreenCTM_Callback"; 3501 Matrix getScreenCtm() native "SVGGElement_getScreenCTM_Callback";
3502 3502
3503 @DomName('SVGGElement.getTransformToElement')
3503 @DocsEditable 3504 @DocsEditable
3504 @DomName('SVGGElement.getTransformToElement')
3505 Matrix getTransformToElement(SvgElement element) native "SVGGElement_getTransf ormToElement_Callback"; 3505 Matrix getTransformToElement(SvgElement element) native "SVGGElement_getTransf ormToElement_Callback";
3506 3506
3507 @DomName('SVGGElement.className')
3507 @DocsEditable 3508 @DocsEditable
3508 @DomName('SVGGElement.className')
3509 AnimatedString get $dom_svgClassName native "SVGGElement_className_Getter"; 3509 AnimatedString get $dom_svgClassName native "SVGGElement_className_Getter";
3510 3510
3511 @DomName('SVGGElement.style')
3511 @DocsEditable 3512 @DocsEditable
3512 @DomName('SVGGElement.style')
3513 CssStyleDeclaration get style native "SVGGElement_style_Getter"; 3513 CssStyleDeclaration get style native "SVGGElement_style_Getter";
3514 3514
3515 @DomName('SVGGElement.getPresentationAttribute')
3515 @DocsEditable 3516 @DocsEditable
3516 @DomName('SVGGElement.getPresentationAttribute')
3517 CssValue getPresentationAttribute(String name) native "SVGGElement_getPresenta tionAttribute_Callback"; 3517 CssValue getPresentationAttribute(String name) native "SVGGElement_getPresenta tionAttribute_Callback";
3518 3518
3519 @DomName('SVGGElement.requiredExtensions')
3519 @DocsEditable 3520 @DocsEditable
3520 @DomName('SVGGElement.requiredExtensions')
3521 StringList get requiredExtensions native "SVGGElement_requiredExtensions_Gette r"; 3521 StringList get requiredExtensions native "SVGGElement_requiredExtensions_Gette r";
3522 3522
3523 @DomName('SVGGElement.requiredFeatures')
3523 @DocsEditable 3524 @DocsEditable
3524 @DomName('SVGGElement.requiredFeatures')
3525 StringList get requiredFeatures native "SVGGElement_requiredFeatures_Getter"; 3525 StringList get requiredFeatures native "SVGGElement_requiredFeatures_Getter";
3526 3526
3527 @DomName('SVGGElement.systemLanguage')
3527 @DocsEditable 3528 @DocsEditable
3528 @DomName('SVGGElement.systemLanguage')
3529 StringList get systemLanguage native "SVGGElement_systemLanguage_Getter"; 3529 StringList get systemLanguage native "SVGGElement_systemLanguage_Getter";
3530 3530
3531 @DomName('SVGGElement.hasExtension')
3531 @DocsEditable 3532 @DocsEditable
3532 @DomName('SVGGElement.hasExtension')
3533 bool hasExtension(String extension) native "SVGGElement_hasExtension_Callback" ; 3533 bool hasExtension(String extension) native "SVGGElement_hasExtension_Callback" ;
3534 3534
3535 @DomName('SVGGElement.transform')
3535 @DocsEditable 3536 @DocsEditable
3536 @DomName('SVGGElement.transform')
3537 AnimatedTransformList get transform native "SVGGElement_transform_Getter"; 3537 AnimatedTransformList get transform native "SVGGElement_transform_Getter";
3538 3538
3539 } 3539 }
3540 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3540 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3541 // for details. All rights reserved. Use of this source code is governed by a 3541 // for details. All rights reserved. Use of this source code is governed by a
3542 // BSD-style license that can be found in the LICENSE file. 3542 // BSD-style license that can be found in the LICENSE file.
3543 3543
3544 // WARNING: Do not edit - generated code. 3544 // WARNING: Do not edit - generated code.
3545 3545
3546 3546
(...skipping 11 matching lines...) Expand all
3558 // BSD-style license that can be found in the LICENSE file. 3558 // BSD-style license that can be found in the LICENSE file.
3559 3559
3560 // WARNING: Do not edit - generated code. 3560 // WARNING: Do not edit - generated code.
3561 3561
3562 3562
3563 @DocsEditable 3563 @DocsEditable
3564 @DomName('SVGGlyphRefElement') 3564 @DomName('SVGGlyphRefElement')
3565 class GlyphRefElement extends SvgElement implements UriReference, Stylable { 3565 class GlyphRefElement extends SvgElement implements UriReference, Stylable {
3566 GlyphRefElement.internal() : super.internal(); 3566 GlyphRefElement.internal() : super.internal();
3567 3567
3568 @DomName('SVGGlyphRefElement.dx')
3568 @DocsEditable 3569 @DocsEditable
3569 @DomName('SVGGlyphRefElement.dx')
3570 num get dx native "SVGGlyphRefElement_dx_Getter"; 3570 num get dx native "SVGGlyphRefElement_dx_Getter";
3571 3571
3572 @DomName('SVGGlyphRefElement.dx')
3572 @DocsEditable 3573 @DocsEditable
3573 @DomName('SVGGlyphRefElement.dx')
3574 void set dx(num value) native "SVGGlyphRefElement_dx_Setter"; 3574 void set dx(num value) native "SVGGlyphRefElement_dx_Setter";
3575 3575
3576 @DomName('SVGGlyphRefElement.dy')
3576 @DocsEditable 3577 @DocsEditable
3577 @DomName('SVGGlyphRefElement.dy')
3578 num get dy native "SVGGlyphRefElement_dy_Getter"; 3578 num get dy native "SVGGlyphRefElement_dy_Getter";
3579 3579
3580 @DomName('SVGGlyphRefElement.dy')
3580 @DocsEditable 3581 @DocsEditable
3581 @DomName('SVGGlyphRefElement.dy')
3582 void set dy(num value) native "SVGGlyphRefElement_dy_Setter"; 3582 void set dy(num value) native "SVGGlyphRefElement_dy_Setter";
3583 3583
3584 @DomName('SVGGlyphRefElement.format')
3584 @DocsEditable 3585 @DocsEditable
3585 @DomName('SVGGlyphRefElement.format')
3586 String get format native "SVGGlyphRefElement_format_Getter"; 3586 String get format native "SVGGlyphRefElement_format_Getter";
3587 3587
3588 @DomName('SVGGlyphRefElement.format')
3588 @DocsEditable 3589 @DocsEditable
3589 @DomName('SVGGlyphRefElement.format')
3590 void set format(String value) native "SVGGlyphRefElement_format_Setter"; 3590 void set format(String value) native "SVGGlyphRefElement_format_Setter";
3591 3591
3592 @DomName('SVGGlyphRefElement.glyphRef')
3592 @DocsEditable 3593 @DocsEditable
3593 @DomName('SVGGlyphRefElement.glyphRef')
3594 String get glyphRef native "SVGGlyphRefElement_glyphRef_Getter"; 3594 String get glyphRef native "SVGGlyphRefElement_glyphRef_Getter";
3595 3595
3596 @DomName('SVGGlyphRefElement.glyphRef')
3596 @DocsEditable 3597 @DocsEditable
3597 @DomName('SVGGlyphRefElement.glyphRef')
3598 void set glyphRef(String value) native "SVGGlyphRefElement_glyphRef_Setter"; 3598 void set glyphRef(String value) native "SVGGlyphRefElement_glyphRef_Setter";
3599 3599
3600 @DomName('SVGGlyphRefElement.x')
3600 @DocsEditable 3601 @DocsEditable
3601 @DomName('SVGGlyphRefElement.x')
3602 num get x native "SVGGlyphRefElement_x_Getter"; 3602 num get x native "SVGGlyphRefElement_x_Getter";
3603 3603
3604 @DomName('SVGGlyphRefElement.x')
3604 @DocsEditable 3605 @DocsEditable
3605 @DomName('SVGGlyphRefElement.x')
3606 void set x(num value) native "SVGGlyphRefElement_x_Setter"; 3606 void set x(num value) native "SVGGlyphRefElement_x_Setter";
3607 3607
3608 @DomName('SVGGlyphRefElement.y')
3608 @DocsEditable 3609 @DocsEditable
3609 @DomName('SVGGlyphRefElement.y')
3610 num get y native "SVGGlyphRefElement_y_Getter"; 3610 num get y native "SVGGlyphRefElement_y_Getter";
3611 3611
3612 @DomName('SVGGlyphRefElement.y')
3612 @DocsEditable 3613 @DocsEditable
3613 @DomName('SVGGlyphRefElement.y')
3614 void set y(num value) native "SVGGlyphRefElement_y_Setter"; 3614 void set y(num value) native "SVGGlyphRefElement_y_Setter";
3615 3615
3616 @DomName('SVGGlyphRefElement.className')
3616 @DocsEditable 3617 @DocsEditable
3617 @DomName('SVGGlyphRefElement.className')
3618 AnimatedString get $dom_svgClassName native "SVGGlyphRefElement_className_Gett er"; 3618 AnimatedString get $dom_svgClassName native "SVGGlyphRefElement_className_Gett er";
3619 3619
3620 @DomName('SVGGlyphRefElement.style')
3620 @DocsEditable 3621 @DocsEditable
3621 @DomName('SVGGlyphRefElement.style')
3622 CssStyleDeclaration get style native "SVGGlyphRefElement_style_Getter"; 3622 CssStyleDeclaration get style native "SVGGlyphRefElement_style_Getter";
3623 3623
3624 @DomName('SVGGlyphRefElement.getPresentationAttribute')
3624 @DocsEditable 3625 @DocsEditable
3625 @DomName('SVGGlyphRefElement.getPresentationAttribute')
3626 CssValue getPresentationAttribute(String name) native "SVGGlyphRefElement_getP resentationAttribute_Callback"; 3626 CssValue getPresentationAttribute(String name) native "SVGGlyphRefElement_getP resentationAttribute_Callback";
3627 3627
3628 @DomName('SVGGlyphRefElement.href')
3628 @DocsEditable 3629 @DocsEditable
3629 @DomName('SVGGlyphRefElement.href')
3630 AnimatedString get href native "SVGGlyphRefElement_href_Getter"; 3630 AnimatedString get href native "SVGGlyphRefElement_href_Getter";
3631 3631
3632 } 3632 }
3633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3634 // for details. All rights reserved. Use of this source code is governed by a 3634 // for details. All rights reserved. Use of this source code is governed by a
3635 // BSD-style license that can be found in the LICENSE file. 3635 // BSD-style license that can be found in the LICENSE file.
3636 3636
3637 // WARNING: Do not edit - generated code. 3637 // WARNING: Do not edit - generated code.
3638 3638
3639 3639
3640 @DocsEditable 3640 @DocsEditable
3641 @DomName('SVGGradientElement') 3641 @DomName('SVGGradientElement')
3642 class GradientElement extends SvgElement implements UriReference, ExternalResour cesRequired, Stylable { 3642 class GradientElement extends SvgElement implements UriReference, ExternalResour cesRequired, Stylable {
3643 GradientElement.internal() : super.internal(); 3643 GradientElement.internal() : super.internal();
3644 3644
3645 static const int SVG_SPREADMETHOD_PAD = 1; 3645 static const int SVG_SPREADMETHOD_PAD = 1;
3646 3646
3647 static const int SVG_SPREADMETHOD_REFLECT = 2; 3647 static const int SVG_SPREADMETHOD_REFLECT = 2;
3648 3648
3649 static const int SVG_SPREADMETHOD_REPEAT = 3; 3649 static const int SVG_SPREADMETHOD_REPEAT = 3;
3650 3650
3651 static const int SVG_SPREADMETHOD_UNKNOWN = 0; 3651 static const int SVG_SPREADMETHOD_UNKNOWN = 0;
3652 3652
3653 @DomName('SVGGradientElement.gradientTransform')
3653 @DocsEditable 3654 @DocsEditable
3654 @DomName('SVGGradientElement.gradientTransform')
3655 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien tTransform_Getter"; 3655 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien tTransform_Getter";
3656 3656
3657 @DomName('SVGGradientElement.gradientUnits')
3657 @DocsEditable 3658 @DocsEditable
3658 @DomName('SVGGradientElement.gradientUnits')
3659 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits _Getter"; 3659 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits _Getter";
3660 3660
3661 @DomName('SVGGradientElement.spreadMethod')
3661 @DocsEditable 3662 @DocsEditable
3662 @DomName('SVGGradientElement.spreadMethod')
3663 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G etter"; 3663 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G etter";
3664 3664
3665 @DomName('SVGGradientElement.externalResourcesRequired')
3665 @DocsEditable 3666 @DocsEditable
3666 @DomName('SVGGradientElement.externalResourcesRequired')
3667 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter nalResourcesRequired_Getter"; 3667 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter nalResourcesRequired_Getter";
3668 3668
3669 @DomName('SVGGradientElement.className')
3669 @DocsEditable 3670 @DocsEditable
3670 @DomName('SVGGradientElement.className')
3671 AnimatedString get $dom_svgClassName native "SVGGradientElement_className_Gett er"; 3671 AnimatedString get $dom_svgClassName native "SVGGradientElement_className_Gett er";
3672 3672
3673 @DomName('SVGGradientElement.style')
3673 @DocsEditable 3674 @DocsEditable
3674 @DomName('SVGGradientElement.style')
3675 CssStyleDeclaration get style native "SVGGradientElement_style_Getter"; 3675 CssStyleDeclaration get style native "SVGGradientElement_style_Getter";
3676 3676
3677 @DomName('SVGGradientElement.getPresentationAttribute')
3677 @DocsEditable 3678 @DocsEditable
3678 @DomName('SVGGradientElement.getPresentationAttribute')
3679 CssValue getPresentationAttribute(String name) native "SVGGradientElement_getP resentationAttribute_Callback"; 3679 CssValue getPresentationAttribute(String name) native "SVGGradientElement_getP resentationAttribute_Callback";
3680 3680
3681 @DomName('SVGGradientElement.href')
3681 @DocsEditable 3682 @DocsEditable
3682 @DomName('SVGGradientElement.href')
3683 AnimatedString get href native "SVGGradientElement_href_Getter"; 3683 AnimatedString get href native "SVGGradientElement_href_Getter";
3684 3684
3685 } 3685 }
3686 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3686 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3687 // for details. All rights reserved. Use of this source code is governed by a 3687 // for details. All rights reserved. Use of this source code is governed by a
3688 // BSD-style license that can be found in the LICENSE file. 3688 // BSD-style license that can be found in the LICENSE file.
3689 3689
3690 // WARNING: Do not edit - generated code. 3690 // WARNING: Do not edit - generated code.
3691 3691
3692 3692
(...skipping 14 matching lines...) Expand all
3707 3707
3708 3708
3709 @DocsEditable 3709 @DocsEditable
3710 @DomName('SVGImageElement') 3710 @DomName('SVGImageElement')
3711 class ImageElement extends SvgElement implements Transformable, Tests, UriRefere nce, Stylable, ExternalResourcesRequired, LangSpace { 3711 class ImageElement extends SvgElement implements Transformable, Tests, UriRefere nce, Stylable, ExternalResourcesRequired, LangSpace {
3712 ImageElement.internal() : super.internal(); 3712 ImageElement.internal() : super.internal();
3713 3713
3714 @DocsEditable 3714 @DocsEditable
3715 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge"); 3715 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge");
3716 3716
3717 @DomName('SVGImageElement.height')
3717 @DocsEditable 3718 @DocsEditable
3718 @DomName('SVGImageElement.height')
3719 AnimatedLength get height native "SVGImageElement_height_Getter"; 3719 AnimatedLength get height native "SVGImageElement_height_Getter";
3720 3720
3721 @DomName('SVGImageElement.preserveAspectRatio')
3721 @DocsEditable 3722 @DocsEditable
3722 @DomName('SVGImageElement.preserveAspectRatio')
3723 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr eserveAspectRatio_Getter"; 3723 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr eserveAspectRatio_Getter";
3724 3724
3725 @DomName('SVGImageElement.width')
3725 @DocsEditable 3726 @DocsEditable
3726 @DomName('SVGImageElement.width')
3727 AnimatedLength get width native "SVGImageElement_width_Getter"; 3727 AnimatedLength get width native "SVGImageElement_width_Getter";
3728 3728
3729 @DomName('SVGImageElement.x')
3729 @DocsEditable 3730 @DocsEditable
3730 @DomName('SVGImageElement.x')
3731 AnimatedLength get x native "SVGImageElement_x_Getter"; 3731 AnimatedLength get x native "SVGImageElement_x_Getter";
3732 3732
3733 @DomName('SVGImageElement.y')
3733 @DocsEditable 3734 @DocsEditable
3734 @DomName('SVGImageElement.y')
3735 AnimatedLength get y native "SVGImageElement_y_Getter"; 3735 AnimatedLength get y native "SVGImageElement_y_Getter";
3736 3736
3737 @DomName('SVGImageElement.externalResourcesRequired')
3737 @DocsEditable 3738 @DocsEditable
3738 @DomName('SVGImageElement.externalResourcesRequired')
3739 AnimatedBoolean get externalResourcesRequired native "SVGImageElement_external ResourcesRequired_Getter"; 3739 AnimatedBoolean get externalResourcesRequired native "SVGImageElement_external ResourcesRequired_Getter";
3740 3740
3741 @DomName('SVGImageElement.xmllang')
3741 @DocsEditable 3742 @DocsEditable
3742 @DomName('SVGImageElement.xmllang')
3743 String get xmllang native "SVGImageElement_xmllang_Getter"; 3743 String get xmllang native "SVGImageElement_xmllang_Getter";
3744 3744
3745 @DomName('SVGImageElement.xmllang')
3745 @DocsEditable 3746 @DocsEditable
3746 @DomName('SVGImageElement.xmllang')
3747 void set xmllang(String value) native "SVGImageElement_xmllang_Setter"; 3747 void set xmllang(String value) native "SVGImageElement_xmllang_Setter";
3748 3748
3749 @DomName('SVGImageElement.xmlspace')
3749 @DocsEditable 3750 @DocsEditable
3750 @DomName('SVGImageElement.xmlspace')
3751 String get xmlspace native "SVGImageElement_xmlspace_Getter"; 3751 String get xmlspace native "SVGImageElement_xmlspace_Getter";
3752 3752
3753 @DomName('SVGImageElement.xmlspace')
3753 @DocsEditable 3754 @DocsEditable
3754 @DomName('SVGImageElement.xmlspace')
3755 void set xmlspace(String value) native "SVGImageElement_xmlspace_Setter"; 3755 void set xmlspace(String value) native "SVGImageElement_xmlspace_Setter";
3756 3756
3757 @DomName('SVGImageElement.farthestViewportElement')
3757 @DocsEditable 3758 @DocsEditable
3758 @DomName('SVGImageElement.farthestViewportElement')
3759 SvgElement get farthestViewportElement native "SVGImageElement_farthestViewpor tElement_Getter"; 3759 SvgElement get farthestViewportElement native "SVGImageElement_farthestViewpor tElement_Getter";
3760 3760
3761 @DomName('SVGImageElement.nearestViewportElement')
3761 @DocsEditable 3762 @DocsEditable
3762 @DomName('SVGImageElement.nearestViewportElement')
3763 SvgElement get nearestViewportElement native "SVGImageElement_nearestViewportE lement_Getter"; 3763 SvgElement get nearestViewportElement native "SVGImageElement_nearestViewportE lement_Getter";
3764 3764
3765 @DomName('SVGImageElement.getBBox')
3765 @DocsEditable 3766 @DocsEditable
3766 @DomName('SVGImageElement.getBBox')
3767 Rect getBBox() native "SVGImageElement_getBBox_Callback"; 3767 Rect getBBox() native "SVGImageElement_getBBox_Callback";
3768 3768
3769 @DomName('SVGImageElement.getCTM')
3769 @DocsEditable 3770 @DocsEditable
3770 @DomName('SVGImageElement.getCTM')
3771 Matrix getCtm() native "SVGImageElement_getCTM_Callback"; 3771 Matrix getCtm() native "SVGImageElement_getCTM_Callback";
3772 3772
3773 @DomName('SVGImageElement.getScreenCTM')
3773 @DocsEditable 3774 @DocsEditable
3774 @DomName('SVGImageElement.getScreenCTM')
3775 Matrix getScreenCtm() native "SVGImageElement_getScreenCTM_Callback"; 3775 Matrix getScreenCtm() native "SVGImageElement_getScreenCTM_Callback";
3776 3776
3777 @DomName('SVGImageElement.getTransformToElement')
3777 @DocsEditable 3778 @DocsEditable
3778 @DomName('SVGImageElement.getTransformToElement')
3779 Matrix getTransformToElement(SvgElement element) native "SVGImageElement_getTr ansformToElement_Callback"; 3779 Matrix getTransformToElement(SvgElement element) native "SVGImageElement_getTr ansformToElement_Callback";
3780 3780
3781 @DomName('SVGImageElement.className')
3781 @DocsEditable 3782 @DocsEditable
3782 @DomName('SVGImageElement.className')
3783 AnimatedString get $dom_svgClassName native "SVGImageElement_className_Getter" ; 3783 AnimatedString get $dom_svgClassName native "SVGImageElement_className_Getter" ;
3784 3784
3785 @DomName('SVGImageElement.style')
3785 @DocsEditable 3786 @DocsEditable
3786 @DomName('SVGImageElement.style')
3787 CssStyleDeclaration get style native "SVGImageElement_style_Getter"; 3787 CssStyleDeclaration get style native "SVGImageElement_style_Getter";
3788 3788
3789 @DomName('SVGImageElement.getPresentationAttribute')
3789 @DocsEditable 3790 @DocsEditable
3790 @DomName('SVGImageElement.getPresentationAttribute')
3791 CssValue getPresentationAttribute(String name) native "SVGImageElement_getPres entationAttribute_Callback"; 3791 CssValue getPresentationAttribute(String name) native "SVGImageElement_getPres entationAttribute_Callback";
3792 3792
3793 @DomName('SVGImageElement.requiredExtensions')
3793 @DocsEditable 3794 @DocsEditable
3794 @DomName('SVGImageElement.requiredExtensions')
3795 StringList get requiredExtensions native "SVGImageElement_requiredExtensions_G etter"; 3795 StringList get requiredExtensions native "SVGImageElement_requiredExtensions_G etter";
3796 3796
3797 @DomName('SVGImageElement.requiredFeatures')
3797 @DocsEditable 3798 @DocsEditable
3798 @DomName('SVGImageElement.requiredFeatures')
3799 StringList get requiredFeatures native "SVGImageElement_requiredFeatures_Gette r"; 3799 StringList get requiredFeatures native "SVGImageElement_requiredFeatures_Gette r";
3800 3800
3801 @DomName('SVGImageElement.systemLanguage')
3801 @DocsEditable 3802 @DocsEditable
3802 @DomName('SVGImageElement.systemLanguage')
3803 StringList get systemLanguage native "SVGImageElement_systemLanguage_Getter"; 3803 StringList get systemLanguage native "SVGImageElement_systemLanguage_Getter";
3804 3804
3805 @DomName('SVGImageElement.hasExtension')
3805 @DocsEditable 3806 @DocsEditable
3806 @DomName('SVGImageElement.hasExtension')
3807 bool hasExtension(String extension) native "SVGImageElement_hasExtension_Callb ack"; 3807 bool hasExtension(String extension) native "SVGImageElement_hasExtension_Callb ack";
3808 3808
3809 @DomName('SVGImageElement.transform')
3809 @DocsEditable 3810 @DocsEditable
3810 @DomName('SVGImageElement.transform')
3811 AnimatedTransformList get transform native "SVGImageElement_transform_Getter"; 3811 AnimatedTransformList get transform native "SVGImageElement_transform_Getter";
3812 3812
3813 @DomName('SVGImageElement.href')
3813 @DocsEditable 3814 @DocsEditable
3814 @DomName('SVGImageElement.href')
3815 AnimatedString get href native "SVGImageElement_href_Getter"; 3815 AnimatedString get href native "SVGImageElement_href_Getter";
3816 3816
3817 } 3817 }
3818 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3818 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3819 // for details. All rights reserved. Use of this source code is governed by a 3819 // for details. All rights reserved. Use of this source code is governed by a
3820 // BSD-style license that can be found in the LICENSE file. 3820 // BSD-style license that can be found in the LICENSE file.
3821 3821
3822 // WARNING: Do not edit - generated code. 3822 // WARNING: Do not edit - generated code.
3823 3823
3824 3824
3825 @DocsEditable 3825 @DocsEditable
3826 @DomName('SVGLangSpace') 3826 @DomName('SVGLangSpace')
3827 class LangSpace extends NativeFieldWrapperClass1 { 3827 class LangSpace extends NativeFieldWrapperClass1 {
3828 LangSpace.internal(); 3828 LangSpace.internal();
3829 3829
3830 @DomName('SVGLangSpace.xmllang')
3830 @DocsEditable 3831 @DocsEditable
3831 @DomName('SVGLangSpace.xmllang')
3832 String get xmllang native "SVGLangSpace_xmllang_Getter"; 3832 String get xmllang native "SVGLangSpace_xmllang_Getter";
3833 3833
3834 @DomName('SVGLangSpace.xmllang')
3834 @DocsEditable 3835 @DocsEditable
3835 @DomName('SVGLangSpace.xmllang')
3836 void set xmllang(String value) native "SVGLangSpace_xmllang_Setter"; 3836 void set xmllang(String value) native "SVGLangSpace_xmllang_Setter";
3837 3837
3838 @DomName('SVGLangSpace.xmlspace')
3838 @DocsEditable 3839 @DocsEditable
3839 @DomName('SVGLangSpace.xmlspace')
3840 String get xmlspace native "SVGLangSpace_xmlspace_Getter"; 3840 String get xmlspace native "SVGLangSpace_xmlspace_Getter";
3841 3841
3842 @DomName('SVGLangSpace.xmlspace')
3842 @DocsEditable 3843 @DocsEditable
3843 @DomName('SVGLangSpace.xmlspace')
3844 void set xmlspace(String value) native "SVGLangSpace_xmlspace_Setter"; 3844 void set xmlspace(String value) native "SVGLangSpace_xmlspace_Setter";
3845 3845
3846 } 3846 }
3847 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3847 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3848 // for details. All rights reserved. Use of this source code is governed by a 3848 // for details. All rights reserved. Use of this source code is governed by a
3849 // BSD-style license that can be found in the LICENSE file. 3849 // BSD-style license that can be found in the LICENSE file.
3850 3850
3851 // WARNING: Do not edit - generated code. 3851 // WARNING: Do not edit - generated code.
3852 3852
3853 3853
(...skipping 17 matching lines...) Expand all
3871 static const int SVG_LENGTHTYPE_PC = 10; 3871 static const int SVG_LENGTHTYPE_PC = 10;
3872 3872
3873 static const int SVG_LENGTHTYPE_PERCENTAGE = 2; 3873 static const int SVG_LENGTHTYPE_PERCENTAGE = 2;
3874 3874
3875 static const int SVG_LENGTHTYPE_PT = 9; 3875 static const int SVG_LENGTHTYPE_PT = 9;
3876 3876
3877 static const int SVG_LENGTHTYPE_PX = 5; 3877 static const int SVG_LENGTHTYPE_PX = 5;
3878 3878
3879 static const int SVG_LENGTHTYPE_UNKNOWN = 0; 3879 static const int SVG_LENGTHTYPE_UNKNOWN = 0;
3880 3880
3881 @DomName('SVGLength.unitType')
3881 @DocsEditable 3882 @DocsEditable
3882 @DomName('SVGLength.unitType')
3883 int get unitType native "SVGLength_unitType_Getter"; 3883 int get unitType native "SVGLength_unitType_Getter";
3884 3884
3885 @DomName('SVGLength.value')
3885 @DocsEditable 3886 @DocsEditable
3886 @DomName('SVGLength.value')
3887 num get value native "SVGLength_value_Getter"; 3887 num get value native "SVGLength_value_Getter";
3888 3888
3889 @DomName('SVGLength.value')
3889 @DocsEditable 3890 @DocsEditable
3890 @DomName('SVGLength.value')
3891 void set value(num value) native "SVGLength_value_Setter"; 3891 void set value(num value) native "SVGLength_value_Setter";
3892 3892
3893 @DomName('SVGLength.valueAsString')
3893 @DocsEditable 3894 @DocsEditable
3894 @DomName('SVGLength.valueAsString')
3895 String get valueAsString native "SVGLength_valueAsString_Getter"; 3895 String get valueAsString native "SVGLength_valueAsString_Getter";
3896 3896
3897 @DomName('SVGLength.valueAsString')
3897 @DocsEditable 3898 @DocsEditable
3898 @DomName('SVGLength.valueAsString')
3899 void set valueAsString(String value) native "SVGLength_valueAsString_Setter"; 3899 void set valueAsString(String value) native "SVGLength_valueAsString_Setter";
3900 3900
3901 @DomName('SVGLength.valueInSpecifiedUnits')
3901 @DocsEditable 3902 @DocsEditable
3902 @DomName('SVGLength.valueInSpecifiedUnits')
3903 num get valueInSpecifiedUnits native "SVGLength_valueInSpecifiedUnits_Getter"; 3903 num get valueInSpecifiedUnits native "SVGLength_valueInSpecifiedUnits_Getter";
3904 3904
3905 @DomName('SVGLength.valueInSpecifiedUnits')
3905 @DocsEditable 3906 @DocsEditable
3906 @DomName('SVGLength.valueInSpecifiedUnits')
3907 void set valueInSpecifiedUnits(num value) native "SVGLength_valueInSpecifiedUn its_Setter"; 3907 void set valueInSpecifiedUnits(num value) native "SVGLength_valueInSpecifiedUn its_Setter";
3908 3908
3909 @DomName('SVGLength.convertToSpecifiedUnits')
3909 @DocsEditable 3910 @DocsEditable
3910 @DomName('SVGLength.convertToSpecifiedUnits')
3911 void convertToSpecifiedUnits(int unitType) native "SVGLength_convertToSpecifie dUnits_Callback"; 3911 void convertToSpecifiedUnits(int unitType) native "SVGLength_convertToSpecifie dUnits_Callback";
3912 3912
3913 @DomName('SVGLength.newValueSpecifiedUnits')
3913 @DocsEditable 3914 @DocsEditable
3914 @DomName('SVGLength.newValueSpecifiedUnits')
3915 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S VGLength_newValueSpecifiedUnits_Callback"; 3915 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S VGLength_newValueSpecifiedUnits_Callback";
3916 3916
3917 } 3917 }
3918 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3918 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3919 // for details. All rights reserved. Use of this source code is governed by a 3919 // for details. All rights reserved. Use of this source code is governed by a
3920 // BSD-style license that can be found in the LICENSE file. 3920 // BSD-style license that can be found in the LICENSE file.
3921 3921
3922 // WARNING: Do not edit - generated code. 3922 // WARNING: Do not edit - generated code.
3923 3923
3924 3924
3925 @DocsEditable 3925 @DocsEditable
3926 @DomName('SVGLengthList') 3926 @DomName('SVGLengthList')
3927 class LengthList extends NativeFieldWrapperClass1 implements List<Length> { 3927 class LengthList extends NativeFieldWrapperClass1 implements List<Length> {
3928 LengthList.internal(); 3928 LengthList.internal();
3929 3929
3930 @DomName('SVGLengthList.numberOfItems')
3930 @DocsEditable 3931 @DocsEditable
3931 @DomName('SVGLengthList.numberOfItems')
3932 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; 3932 int get numberOfItems native "SVGLengthList_numberOfItems_Getter";
3933 3933
3934 Length operator[](int index) native "SVGLengthList_item_Callback"; 3934 Length operator[](int index) native "SVGLengthList_item_Callback";
3935 3935
3936 void operator[]=(int index, Length value) { 3936 void operator[]=(int index, Length value) {
3937 throw new UnsupportedError("Cannot assign element of immutable List."); 3937 throw new UnsupportedError("Cannot assign element of immutable List.");
3938 } 3938 }
3939 // -- start List<Length> mixins. 3939 // -- start List<Length> mixins.
3940 // Length is the element type. 3940 // Length is the element type.
3941 3941
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
4092 4092
4093 void insertRange(int start, int rangeLength, [Length initialValue]) { 4093 void insertRange(int start, int rangeLength, [Length initialValue]) {
4094 throw new UnsupportedError("Cannot insertRange on immutable List."); 4094 throw new UnsupportedError("Cannot insertRange on immutable List.");
4095 } 4095 }
4096 4096
4097 List<Length> getRange(int start, int rangeLength) => 4097 List<Length> getRange(int start, int rangeLength) =>
4098 Lists.getRange(this, start, rangeLength, <Length>[]); 4098 Lists.getRange(this, start, rangeLength, <Length>[]);
4099 4099
4100 // -- end List<Length> mixins. 4100 // -- end List<Length> mixins.
4101 4101
4102 @DomName('SVGLengthList.appendItem')
4102 @DocsEditable 4103 @DocsEditable
4103 @DomName('SVGLengthList.appendItem')
4104 Length appendItem(Length item) native "SVGLengthList_appendItem_Callback"; 4104 Length appendItem(Length item) native "SVGLengthList_appendItem_Callback";
4105 4105
4106 @DomName('SVGLengthList.clear')
4106 @DocsEditable 4107 @DocsEditable
4107 @DomName('SVGLengthList.clear')
4108 void clear() native "SVGLengthList_clear_Callback"; 4108 void clear() native "SVGLengthList_clear_Callback";
4109 4109
4110 @DomName('SVGLengthList.getItem')
4110 @DocsEditable 4111 @DocsEditable
4111 @DomName('SVGLengthList.getItem')
4112 Length getItem(int index) native "SVGLengthList_getItem_Callback"; 4112 Length getItem(int index) native "SVGLengthList_getItem_Callback";
4113 4113
4114 @DomName('SVGLengthList.initialize')
4114 @DocsEditable 4115 @DocsEditable
4115 @DomName('SVGLengthList.initialize')
4116 Length initialize(Length item) native "SVGLengthList_initialize_Callback"; 4116 Length initialize(Length item) native "SVGLengthList_initialize_Callback";
4117 4117
4118 @DomName('SVGLengthList.insertItemBefore')
4118 @DocsEditable 4119 @DocsEditable
4119 @DomName('SVGLengthList.insertItemBefore')
4120 Length insertItemBefore(Length item, int index) native "SVGLengthList_insertIt emBefore_Callback"; 4120 Length insertItemBefore(Length item, int index) native "SVGLengthList_insertIt emBefore_Callback";
4121 4121
4122 @DomName('SVGLengthList.removeItem')
4122 @DocsEditable 4123 @DocsEditable
4123 @DomName('SVGLengthList.removeItem')
4124 Length removeItem(int index) native "SVGLengthList_removeItem_Callback"; 4124 Length removeItem(int index) native "SVGLengthList_removeItem_Callback";
4125 4125
4126 @DomName('SVGLengthList.replaceItem')
4126 @DocsEditable 4127 @DocsEditable
4127 @DomName('SVGLengthList.replaceItem')
4128 Length replaceItem(Length item, int index) native "SVGLengthList_replaceItem_C allback"; 4128 Length replaceItem(Length item, int index) native "SVGLengthList_replaceItem_C allback";
4129 4129
4130 } 4130 }
4131 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4131 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4132 // for details. All rights reserved. Use of this source code is governed by a 4132 // for details. All rights reserved. Use of this source code is governed by a
4133 // BSD-style license that can be found in the LICENSE file. 4133 // BSD-style license that can be found in the LICENSE file.
4134 4134
4135 // WARNING: Do not edit - generated code. 4135 // WARNING: Do not edit - generated code.
4136 4136
4137 4137
4138 @DocsEditable 4138 @DocsEditable
4139 @DomName('SVGLineElement') 4139 @DomName('SVGLineElement')
4140 class LineElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace { 4140 class LineElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace {
4141 LineElement.internal() : super.internal(); 4141 LineElement.internal() : super.internal();
4142 4142
4143 @DocsEditable 4143 @DocsEditable
4144 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line "); 4144 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line ");
4145 4145
4146 @DomName('SVGLineElement.x1')
4146 @DocsEditable 4147 @DocsEditable
4147 @DomName('SVGLineElement.x1')
4148 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; 4148 AnimatedLength get x1 native "SVGLineElement_x1_Getter";
4149 4149
4150 @DomName('SVGLineElement.x2')
4150 @DocsEditable 4151 @DocsEditable
4151 @DomName('SVGLineElement.x2')
4152 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; 4152 AnimatedLength get x2 native "SVGLineElement_x2_Getter";
4153 4153
4154 @DomName('SVGLineElement.y1')
4154 @DocsEditable 4155 @DocsEditable
4155 @DomName('SVGLineElement.y1')
4156 AnimatedLength get y1 native "SVGLineElement_y1_Getter"; 4156 AnimatedLength get y1 native "SVGLineElement_y1_Getter";
4157 4157
4158 @DomName('SVGLineElement.y2')
4158 @DocsEditable 4159 @DocsEditable
4159 @DomName('SVGLineElement.y2')
4160 AnimatedLength get y2 native "SVGLineElement_y2_Getter"; 4160 AnimatedLength get y2 native "SVGLineElement_y2_Getter";
4161 4161
4162 @DomName('SVGLineElement.externalResourcesRequired')
4162 @DocsEditable 4163 @DocsEditable
4163 @DomName('SVGLineElement.externalResourcesRequired')
4164 AnimatedBoolean get externalResourcesRequired native "SVGLineElement_externalR esourcesRequired_Getter"; 4164 AnimatedBoolean get externalResourcesRequired native "SVGLineElement_externalR esourcesRequired_Getter";
4165 4165
4166 @DomName('SVGLineElement.xmllang')
4166 @DocsEditable 4167 @DocsEditable
4167 @DomName('SVGLineElement.xmllang')
4168 String get xmllang native "SVGLineElement_xmllang_Getter"; 4168 String get xmllang native "SVGLineElement_xmllang_Getter";
4169 4169
4170 @DomName('SVGLineElement.xmllang')
4170 @DocsEditable 4171 @DocsEditable
4171 @DomName('SVGLineElement.xmllang')
4172 void set xmllang(String value) native "SVGLineElement_xmllang_Setter"; 4172 void set xmllang(String value) native "SVGLineElement_xmllang_Setter";
4173 4173
4174 @DomName('SVGLineElement.xmlspace')
4174 @DocsEditable 4175 @DocsEditable
4175 @DomName('SVGLineElement.xmlspace')
4176 String get xmlspace native "SVGLineElement_xmlspace_Getter"; 4176 String get xmlspace native "SVGLineElement_xmlspace_Getter";
4177 4177
4178 @DomName('SVGLineElement.xmlspace')
4178 @DocsEditable 4179 @DocsEditable
4179 @DomName('SVGLineElement.xmlspace')
4180 void set xmlspace(String value) native "SVGLineElement_xmlspace_Setter"; 4180 void set xmlspace(String value) native "SVGLineElement_xmlspace_Setter";
4181 4181
4182 @DomName('SVGLineElement.farthestViewportElement')
4182 @DocsEditable 4183 @DocsEditable
4183 @DomName('SVGLineElement.farthestViewportElement')
4184 SvgElement get farthestViewportElement native "SVGLineElement_farthestViewport Element_Getter"; 4184 SvgElement get farthestViewportElement native "SVGLineElement_farthestViewport Element_Getter";
4185 4185
4186 @DomName('SVGLineElement.nearestViewportElement')
4186 @DocsEditable 4187 @DocsEditable
4187 @DomName('SVGLineElement.nearestViewportElement')
4188 SvgElement get nearestViewportElement native "SVGLineElement_nearestViewportEl ement_Getter"; 4188 SvgElement get nearestViewportElement native "SVGLineElement_nearestViewportEl ement_Getter";
4189 4189
4190 @DomName('SVGLineElement.getBBox')
4190 @DocsEditable 4191 @DocsEditable
4191 @DomName('SVGLineElement.getBBox')
4192 Rect getBBox() native "SVGLineElement_getBBox_Callback"; 4192 Rect getBBox() native "SVGLineElement_getBBox_Callback";
4193 4193
4194 @DomName('SVGLineElement.getCTM')
4194 @DocsEditable 4195 @DocsEditable
4195 @DomName('SVGLineElement.getCTM')
4196 Matrix getCtm() native "SVGLineElement_getCTM_Callback"; 4196 Matrix getCtm() native "SVGLineElement_getCTM_Callback";
4197 4197
4198 @DomName('SVGLineElement.getScreenCTM')
4198 @DocsEditable 4199 @DocsEditable
4199 @DomName('SVGLineElement.getScreenCTM')
4200 Matrix getScreenCtm() native "SVGLineElement_getScreenCTM_Callback"; 4200 Matrix getScreenCtm() native "SVGLineElement_getScreenCTM_Callback";
4201 4201
4202 @DomName('SVGLineElement.getTransformToElement')
4202 @DocsEditable 4203 @DocsEditable
4203 @DomName('SVGLineElement.getTransformToElement')
4204 Matrix getTransformToElement(SvgElement element) native "SVGLineElement_getTra nsformToElement_Callback"; 4204 Matrix getTransformToElement(SvgElement element) native "SVGLineElement_getTra nsformToElement_Callback";
4205 4205
4206 @DomName('SVGLineElement.className')
4206 @DocsEditable 4207 @DocsEditable
4207 @DomName('SVGLineElement.className')
4208 AnimatedString get $dom_svgClassName native "SVGLineElement_className_Getter"; 4208 AnimatedString get $dom_svgClassName native "SVGLineElement_className_Getter";
4209 4209
4210 @DomName('SVGLineElement.style')
4210 @DocsEditable 4211 @DocsEditable
4211 @DomName('SVGLineElement.style')
4212 CssStyleDeclaration get style native "SVGLineElement_style_Getter"; 4212 CssStyleDeclaration get style native "SVGLineElement_style_Getter";
4213 4213
4214 @DomName('SVGLineElement.getPresentationAttribute')
4214 @DocsEditable 4215 @DocsEditable
4215 @DomName('SVGLineElement.getPresentationAttribute')
4216 CssValue getPresentationAttribute(String name) native "SVGLineElement_getPrese ntationAttribute_Callback"; 4216 CssValue getPresentationAttribute(String name) native "SVGLineElement_getPrese ntationAttribute_Callback";
4217 4217
4218 @DomName('SVGLineElement.requiredExtensions')
4218 @DocsEditable 4219 @DocsEditable
4219 @DomName('SVGLineElement.requiredExtensions')
4220 StringList get requiredExtensions native "SVGLineElement_requiredExtensions_Ge tter"; 4220 StringList get requiredExtensions native "SVGLineElement_requiredExtensions_Ge tter";
4221 4221
4222 @DomName('SVGLineElement.requiredFeatures')
4222 @DocsEditable 4223 @DocsEditable
4223 @DomName('SVGLineElement.requiredFeatures')
4224 StringList get requiredFeatures native "SVGLineElement_requiredFeatures_Getter "; 4224 StringList get requiredFeatures native "SVGLineElement_requiredFeatures_Getter ";
4225 4225
4226 @DomName('SVGLineElement.systemLanguage')
4226 @DocsEditable 4227 @DocsEditable
4227 @DomName('SVGLineElement.systemLanguage')
4228 StringList get systemLanguage native "SVGLineElement_systemLanguage_Getter"; 4228 StringList get systemLanguage native "SVGLineElement_systemLanguage_Getter";
4229 4229
4230 @DomName('SVGLineElement.hasExtension')
4230 @DocsEditable 4231 @DocsEditable
4231 @DomName('SVGLineElement.hasExtension')
4232 bool hasExtension(String extension) native "SVGLineElement_hasExtension_Callba ck"; 4232 bool hasExtension(String extension) native "SVGLineElement_hasExtension_Callba ck";
4233 4233
4234 @DomName('SVGLineElement.transform')
4234 @DocsEditable 4235 @DocsEditable
4235 @DomName('SVGLineElement.transform')
4236 AnimatedTransformList get transform native "SVGLineElement_transform_Getter"; 4236 AnimatedTransformList get transform native "SVGLineElement_transform_Getter";
4237 4237
4238 } 4238 }
4239 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4239 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4240 // for details. All rights reserved. Use of this source code is governed by a 4240 // for details. All rights reserved. Use of this source code is governed by a
4241 // BSD-style license that can be found in the LICENSE file. 4241 // BSD-style license that can be found in the LICENSE file.
4242 4242
4243 // WARNING: Do not edit - generated code. 4243 // WARNING: Do not edit - generated code.
4244 4244
4245 4245
4246 @DocsEditable 4246 @DocsEditable
4247 @DomName('SVGLinearGradientElement') 4247 @DomName('SVGLinearGradientElement')
4248 class LinearGradientElement extends GradientElement { 4248 class LinearGradientElement extends GradientElement {
4249 LinearGradientElement.internal() : super.internal(); 4249 LinearGradientElement.internal() : super.internal();
4250 4250
4251 @DocsEditable 4251 @DocsEditable
4252 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient"); 4252 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient");
4253 4253
4254 @DomName('SVGLinearGradientElement.x1')
4254 @DocsEditable 4255 @DocsEditable
4255 @DomName('SVGLinearGradientElement.x1')
4256 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; 4256 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter";
4257 4257
4258 @DomName('SVGLinearGradientElement.x2')
4258 @DocsEditable 4259 @DocsEditable
4259 @DomName('SVGLinearGradientElement.x2')
4260 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; 4260 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter";
4261 4261
4262 @DomName('SVGLinearGradientElement.y1')
4262 @DocsEditable 4263 @DocsEditable
4263 @DomName('SVGLinearGradientElement.y1')
4264 AnimatedLength get y1 native "SVGLinearGradientElement_y1_Getter"; 4264 AnimatedLength get y1 native "SVGLinearGradientElement_y1_Getter";
4265 4265
4266 @DomName('SVGLinearGradientElement.y2')
4266 @DocsEditable 4267 @DocsEditable
4267 @DomName('SVGLinearGradientElement.y2')
4268 AnimatedLength get y2 native "SVGLinearGradientElement_y2_Getter"; 4268 AnimatedLength get y2 native "SVGLinearGradientElement_y2_Getter";
4269 4269
4270 } 4270 }
4271 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4271 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4272 // for details. All rights reserved. Use of this source code is governed by a 4272 // for details. All rights reserved. Use of this source code is governed by a
4273 // BSD-style license that can be found in the LICENSE file. 4273 // BSD-style license that can be found in the LICENSE file.
4274 4274
4275 // WARNING: Do not edit - generated code. 4275 // WARNING: Do not edit - generated code.
4276 4276
4277 4277
4278 @DocsEditable 4278 @DocsEditable
4279 @DomName('SVGLocatable') 4279 @DomName('SVGLocatable')
4280 class Locatable extends NativeFieldWrapperClass1 { 4280 class Locatable extends NativeFieldWrapperClass1 {
4281 Locatable.internal(); 4281 Locatable.internal();
4282 4282
4283 @DomName('SVGLocatable.farthestViewportElement')
4283 @DocsEditable 4284 @DocsEditable
4284 @DomName('SVGLocatable.farthestViewportElement')
4285 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl ement_Getter"; 4285 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl ement_Getter";
4286 4286
4287 @DomName('SVGLocatable.nearestViewportElement')
4287 @DocsEditable 4288 @DocsEditable
4288 @DomName('SVGLocatable.nearestViewportElement')
4289 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem ent_Getter"; 4289 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem ent_Getter";
4290 4290
4291 @DomName('SVGLocatable.getBBox')
4291 @DocsEditable 4292 @DocsEditable
4292 @DomName('SVGLocatable.getBBox')
4293 Rect getBBox() native "SVGLocatable_getBBox_Callback"; 4293 Rect getBBox() native "SVGLocatable_getBBox_Callback";
4294 4294
4295 @DomName('SVGLocatable.getCTM')
4295 @DocsEditable 4296 @DocsEditable
4296 @DomName('SVGLocatable.getCTM')
4297 Matrix getCtm() native "SVGLocatable_getCTM_Callback"; 4297 Matrix getCtm() native "SVGLocatable_getCTM_Callback";
4298 4298
4299 @DomName('SVGLocatable.getScreenCTM')
4299 @DocsEditable 4300 @DocsEditable
4300 @DomName('SVGLocatable.getScreenCTM')
4301 Matrix getScreenCtm() native "SVGLocatable_getScreenCTM_Callback"; 4301 Matrix getScreenCtm() native "SVGLocatable_getScreenCTM_Callback";
4302 4302
4303 @DomName('SVGLocatable.getTransformToElement')
4303 @DocsEditable 4304 @DocsEditable
4304 @DomName('SVGLocatable.getTransformToElement')
4305 Matrix getTransformToElement(SvgElement element) native "SVGLocatable_getTrans formToElement_Callback"; 4305 Matrix getTransformToElement(SvgElement element) native "SVGLocatable_getTrans formToElement_Callback";
4306 4306
4307 } 4307 }
4308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4309 // for details. All rights reserved. Use of this source code is governed by a 4309 // for details. All rights reserved. Use of this source code is governed by a
4310 // BSD-style license that can be found in the LICENSE file. 4310 // BSD-style license that can be found in the LICENSE file.
4311 4311
4312 // WARNING: Do not edit - generated code. 4312 // WARNING: Do not edit - generated code.
4313 4313
4314 4314
4315 @DocsEditable 4315 @DocsEditable
4316 @DomName('SVGMPathElement') 4316 @DomName('SVGMPathElement')
4317 class MPathElement extends SvgElement implements UriReference, ExternalResources Required { 4317 class MPathElement extends SvgElement implements UriReference, ExternalResources Required {
4318 MPathElement.internal() : super.internal(); 4318 MPathElement.internal() : super.internal();
4319 4319
4320 @DocsEditable 4320 @DocsEditable
4321 factory MPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpa th"); 4321 factory MPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpa th");
4322 4322
4323 @DomName('SVGMPathElement.externalResourcesRequired')
4323 @DocsEditable 4324 @DocsEditable
4324 @DomName('SVGMPathElement.externalResourcesRequired')
4325 AnimatedBoolean get externalResourcesRequired native "SVGMPathElement_external ResourcesRequired_Getter"; 4325 AnimatedBoolean get externalResourcesRequired native "SVGMPathElement_external ResourcesRequired_Getter";
4326 4326
4327 @DomName('SVGMPathElement.href')
4327 @DocsEditable 4328 @DocsEditable
4328 @DomName('SVGMPathElement.href')
4329 AnimatedString get href native "SVGMPathElement_href_Getter"; 4329 AnimatedString get href native "SVGMPathElement_href_Getter";
4330 4330
4331 } 4331 }
4332 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4332 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4333 // for details. All rights reserved. Use of this source code is governed by a 4333 // for details. All rights reserved. Use of this source code is governed by a
4334 // BSD-style license that can be found in the LICENSE file. 4334 // BSD-style license that can be found in the LICENSE file.
4335 4335
4336 // WARNING: Do not edit - generated code. 4336 // WARNING: Do not edit - generated code.
4337 4337
4338 4338
(...skipping 10 matching lines...) Expand all
4349 static const int SVG_MARKERUNITS_UNKNOWN = 0; 4349 static const int SVG_MARKERUNITS_UNKNOWN = 0;
4350 4350
4351 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; 4351 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1;
4352 4352
4353 static const int SVG_MARKER_ORIENT_ANGLE = 2; 4353 static const int SVG_MARKER_ORIENT_ANGLE = 2;
4354 4354
4355 static const int SVG_MARKER_ORIENT_AUTO = 1; 4355 static const int SVG_MARKER_ORIENT_AUTO = 1;
4356 4356
4357 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; 4357 static const int SVG_MARKER_ORIENT_UNKNOWN = 0;
4358 4358
4359 @DomName('SVGMarkerElement.markerHeight')
4359 @DocsEditable 4360 @DocsEditable
4360 @DomName('SVGMarkerElement.markerHeight')
4361 AnimatedLength get markerHeight native "SVGMarkerElement_markerHeight_Getter"; 4361 AnimatedLength get markerHeight native "SVGMarkerElement_markerHeight_Getter";
4362 4362
4363 @DomName('SVGMarkerElement.markerUnits')
4363 @DocsEditable 4364 @DocsEditable
4364 @DomName('SVGMarkerElement.markerUnits')
4365 AnimatedEnumeration get markerUnits native "SVGMarkerElement_markerUnits_Gette r"; 4365 AnimatedEnumeration get markerUnits native "SVGMarkerElement_markerUnits_Gette r";
4366 4366
4367 @DomName('SVGMarkerElement.markerWidth')
4367 @DocsEditable 4368 @DocsEditable
4368 @DomName('SVGMarkerElement.markerWidth')
4369 AnimatedLength get markerWidth native "SVGMarkerElement_markerWidth_Getter"; 4369 AnimatedLength get markerWidth native "SVGMarkerElement_markerWidth_Getter";
4370 4370
4371 @DomName('SVGMarkerElement.orientAngle')
4371 @DocsEditable 4372 @DocsEditable
4372 @DomName('SVGMarkerElement.orientAngle')
4373 AnimatedAngle get orientAngle native "SVGMarkerElement_orientAngle_Getter"; 4373 AnimatedAngle get orientAngle native "SVGMarkerElement_orientAngle_Getter";
4374 4374
4375 @DomName('SVGMarkerElement.orientType')
4375 @DocsEditable 4376 @DocsEditable
4376 @DomName('SVGMarkerElement.orientType')
4377 AnimatedEnumeration get orientType native "SVGMarkerElement_orientType_Getter" ; 4377 AnimatedEnumeration get orientType native "SVGMarkerElement_orientType_Getter" ;
4378 4378
4379 @DomName('SVGMarkerElement.refX')
4379 @DocsEditable 4380 @DocsEditable
4380 @DomName('SVGMarkerElement.refX')
4381 AnimatedLength get refX native "SVGMarkerElement_refX_Getter"; 4381 AnimatedLength get refX native "SVGMarkerElement_refX_Getter";
4382 4382
4383 @DomName('SVGMarkerElement.refY')
4383 @DocsEditable 4384 @DocsEditable
4384 @DomName('SVGMarkerElement.refY')
4385 AnimatedLength get refY native "SVGMarkerElement_refY_Getter"; 4385 AnimatedLength get refY native "SVGMarkerElement_refY_Getter";
4386 4386
4387 @DomName('SVGMarkerElement.setOrientToAngle')
4387 @DocsEditable 4388 @DocsEditable
4388 @DomName('SVGMarkerElement.setOrientToAngle')
4389 void setOrientToAngle(Angle angle) native "SVGMarkerElement_setOrientToAngle_C allback"; 4389 void setOrientToAngle(Angle angle) native "SVGMarkerElement_setOrientToAngle_C allback";
4390 4390
4391 @DomName('SVGMarkerElement.setOrientToAuto')
4391 @DocsEditable 4392 @DocsEditable
4392 @DomName('SVGMarkerElement.setOrientToAuto')
4393 void setOrientToAuto() native "SVGMarkerElement_setOrientToAuto_Callback"; 4393 void setOrientToAuto() native "SVGMarkerElement_setOrientToAuto_Callback";
4394 4394
4395 @DomName('SVGMarkerElement.externalResourcesRequired')
4395 @DocsEditable 4396 @DocsEditable
4396 @DomName('SVGMarkerElement.externalResourcesRequired')
4397 AnimatedBoolean get externalResourcesRequired native "SVGMarkerElement_externa lResourcesRequired_Getter"; 4397 AnimatedBoolean get externalResourcesRequired native "SVGMarkerElement_externa lResourcesRequired_Getter";
4398 4398
4399 @DomName('SVGMarkerElement.preserveAspectRatio')
4399 @DocsEditable 4400 @DocsEditable
4400 @DomName('SVGMarkerElement.preserveAspectRatio')
4401 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGMarkerElement_p reserveAspectRatio_Getter"; 4401 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGMarkerElement_p reserveAspectRatio_Getter";
4402 4402
4403 @DomName('SVGMarkerElement.viewBox')
4403 @DocsEditable 4404 @DocsEditable
4404 @DomName('SVGMarkerElement.viewBox')
4405 AnimatedRect get viewBox native "SVGMarkerElement_viewBox_Getter"; 4405 AnimatedRect get viewBox native "SVGMarkerElement_viewBox_Getter";
4406 4406
4407 @DomName('SVGMarkerElement.xmllang')
4407 @DocsEditable 4408 @DocsEditable
4408 @DomName('SVGMarkerElement.xmllang')
4409 String get xmllang native "SVGMarkerElement_xmllang_Getter"; 4409 String get xmllang native "SVGMarkerElement_xmllang_Getter";
4410 4410
4411 @DomName('SVGMarkerElement.xmllang')
4411 @DocsEditable 4412 @DocsEditable
4412 @DomName('SVGMarkerElement.xmllang')
4413 void set xmllang(String value) native "SVGMarkerElement_xmllang_Setter"; 4413 void set xmllang(String value) native "SVGMarkerElement_xmllang_Setter";
4414 4414
4415 @DomName('SVGMarkerElement.xmlspace')
4415 @DocsEditable 4416 @DocsEditable
4416 @DomName('SVGMarkerElement.xmlspace')
4417 String get xmlspace native "SVGMarkerElement_xmlspace_Getter"; 4417 String get xmlspace native "SVGMarkerElement_xmlspace_Getter";
4418 4418
4419 @DomName('SVGMarkerElement.xmlspace')
4419 @DocsEditable 4420 @DocsEditable
4420 @DomName('SVGMarkerElement.xmlspace')
4421 void set xmlspace(String value) native "SVGMarkerElement_xmlspace_Setter"; 4421 void set xmlspace(String value) native "SVGMarkerElement_xmlspace_Setter";
4422 4422
4423 @DomName('SVGMarkerElement.className')
4423 @DocsEditable 4424 @DocsEditable
4424 @DomName('SVGMarkerElement.className')
4425 AnimatedString get $dom_svgClassName native "SVGMarkerElement_className_Getter "; 4425 AnimatedString get $dom_svgClassName native "SVGMarkerElement_className_Getter ";
4426 4426
4427 @DomName('SVGMarkerElement.style')
4427 @DocsEditable 4428 @DocsEditable
4428 @DomName('SVGMarkerElement.style')
4429 CssStyleDeclaration get style native "SVGMarkerElement_style_Getter"; 4429 CssStyleDeclaration get style native "SVGMarkerElement_style_Getter";
4430 4430
4431 @DomName('SVGMarkerElement.getPresentationAttribute')
4431 @DocsEditable 4432 @DocsEditable
4432 @DomName('SVGMarkerElement.getPresentationAttribute')
4433 CssValue getPresentationAttribute(String name) native "SVGMarkerElement_getPre sentationAttribute_Callback"; 4433 CssValue getPresentationAttribute(String name) native "SVGMarkerElement_getPre sentationAttribute_Callback";
4434 4434
4435 } 4435 }
4436 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4436 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4437 // for details. All rights reserved. Use of this source code is governed by a 4437 // for details. All rights reserved. Use of this source code is governed by a
4438 // BSD-style license that can be found in the LICENSE file. 4438 // BSD-style license that can be found in the LICENSE file.
4439 4439
4440 // WARNING: Do not edit - generated code. 4440 // WARNING: Do not edit - generated code.
4441 4441
4442 4442
4443 @DocsEditable 4443 @DocsEditable
4444 @DomName('SVGMaskElement') 4444 @DomName('SVGMaskElement')
4445 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc esRequired, LangSpace { 4445 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc esRequired, LangSpace {
4446 MaskElement.internal() : super.internal(); 4446 MaskElement.internal() : super.internal();
4447 4447
4448 @DocsEditable 4448 @DocsEditable
4449 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask "); 4449 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask ");
4450 4450
4451 @DomName('SVGMaskElement.height')
4451 @DocsEditable 4452 @DocsEditable
4452 @DomName('SVGMaskElement.height')
4453 AnimatedLength get height native "SVGMaskElement_height_Getter"; 4453 AnimatedLength get height native "SVGMaskElement_height_Getter";
4454 4454
4455 @DomName('SVGMaskElement.maskContentUnits')
4455 @DocsEditable 4456 @DocsEditable
4456 @DomName('SVGMaskElement.maskContentUnits')
4457 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni ts_Getter"; 4457 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni ts_Getter";
4458 4458
4459 @DomName('SVGMaskElement.maskUnits')
4459 @DocsEditable 4460 @DocsEditable
4460 @DomName('SVGMaskElement.maskUnits')
4461 AnimatedEnumeration get maskUnits native "SVGMaskElement_maskUnits_Getter"; 4461 AnimatedEnumeration get maskUnits native "SVGMaskElement_maskUnits_Getter";
4462 4462
4463 @DomName('SVGMaskElement.width')
4463 @DocsEditable 4464 @DocsEditable
4464 @DomName('SVGMaskElement.width')
4465 AnimatedLength get width native "SVGMaskElement_width_Getter"; 4465 AnimatedLength get width native "SVGMaskElement_width_Getter";
4466 4466
4467 @DomName('SVGMaskElement.x')
4467 @DocsEditable 4468 @DocsEditable
4468 @DomName('SVGMaskElement.x')
4469 AnimatedLength get x native "SVGMaskElement_x_Getter"; 4469 AnimatedLength get x native "SVGMaskElement_x_Getter";
4470 4470
4471 @DomName('SVGMaskElement.y')
4471 @DocsEditable 4472 @DocsEditable
4472 @DomName('SVGMaskElement.y')
4473 AnimatedLength get y native "SVGMaskElement_y_Getter"; 4473 AnimatedLength get y native "SVGMaskElement_y_Getter";
4474 4474
4475 @DomName('SVGMaskElement.externalResourcesRequired')
4475 @DocsEditable 4476 @DocsEditable
4476 @DomName('SVGMaskElement.externalResourcesRequired')
4477 AnimatedBoolean get externalResourcesRequired native "SVGMaskElement_externalR esourcesRequired_Getter"; 4477 AnimatedBoolean get externalResourcesRequired native "SVGMaskElement_externalR esourcesRequired_Getter";
4478 4478
4479 @DomName('SVGMaskElement.xmllang')
4479 @DocsEditable 4480 @DocsEditable
4480 @DomName('SVGMaskElement.xmllang')
4481 String get xmllang native "SVGMaskElement_xmllang_Getter"; 4481 String get xmllang native "SVGMaskElement_xmllang_Getter";
4482 4482
4483 @DomName('SVGMaskElement.xmllang')
4483 @DocsEditable 4484 @DocsEditable
4484 @DomName('SVGMaskElement.xmllang')
4485 void set xmllang(String value) native "SVGMaskElement_xmllang_Setter"; 4485 void set xmllang(String value) native "SVGMaskElement_xmllang_Setter";
4486 4486
4487 @DomName('SVGMaskElement.xmlspace')
4487 @DocsEditable 4488 @DocsEditable
4488 @DomName('SVGMaskElement.xmlspace')
4489 String get xmlspace native "SVGMaskElement_xmlspace_Getter"; 4489 String get xmlspace native "SVGMaskElement_xmlspace_Getter";
4490 4490
4491 @DomName('SVGMaskElement.xmlspace')
4491 @DocsEditable 4492 @DocsEditable
4492 @DomName('SVGMaskElement.xmlspace')
4493 void set xmlspace(String value) native "SVGMaskElement_xmlspace_Setter"; 4493 void set xmlspace(String value) native "SVGMaskElement_xmlspace_Setter";
4494 4494
4495 @DomName('SVGMaskElement.className')
4495 @DocsEditable 4496 @DocsEditable
4496 @DomName('SVGMaskElement.className')
4497 AnimatedString get $dom_svgClassName native "SVGMaskElement_className_Getter"; 4497 AnimatedString get $dom_svgClassName native "SVGMaskElement_className_Getter";
4498 4498
4499 @DomName('SVGMaskElement.style')
4499 @DocsEditable 4500 @DocsEditable
4500 @DomName('SVGMaskElement.style')
4501 CssStyleDeclaration get style native "SVGMaskElement_style_Getter"; 4501 CssStyleDeclaration get style native "SVGMaskElement_style_Getter";
4502 4502
4503 @DomName('SVGMaskElement.getPresentationAttribute')
4503 @DocsEditable 4504 @DocsEditable
4504 @DomName('SVGMaskElement.getPresentationAttribute')
4505 CssValue getPresentationAttribute(String name) native "SVGMaskElement_getPrese ntationAttribute_Callback"; 4505 CssValue getPresentationAttribute(String name) native "SVGMaskElement_getPrese ntationAttribute_Callback";
4506 4506
4507 @DomName('SVGMaskElement.requiredExtensions')
4507 @DocsEditable 4508 @DocsEditable
4508 @DomName('SVGMaskElement.requiredExtensions')
4509 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge tter"; 4509 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge tter";
4510 4510
4511 @DomName('SVGMaskElement.requiredFeatures')
4511 @DocsEditable 4512 @DocsEditable
4512 @DomName('SVGMaskElement.requiredFeatures')
4513 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter "; 4513 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter ";
4514 4514
4515 @DomName('SVGMaskElement.systemLanguage')
4515 @DocsEditable 4516 @DocsEditable
4516 @DomName('SVGMaskElement.systemLanguage')
4517 StringList get systemLanguage native "SVGMaskElement_systemLanguage_Getter"; 4517 StringList get systemLanguage native "SVGMaskElement_systemLanguage_Getter";
4518 4518
4519 @DomName('SVGMaskElement.hasExtension')
4519 @DocsEditable 4520 @DocsEditable
4520 @DomName('SVGMaskElement.hasExtension')
4521 bool hasExtension(String extension) native "SVGMaskElement_hasExtension_Callba ck"; 4521 bool hasExtension(String extension) native "SVGMaskElement_hasExtension_Callba ck";
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('SVGMatrix') 4532 @DomName('SVGMatrix')
4533 class Matrix extends NativeFieldWrapperClass1 { 4533 class Matrix extends NativeFieldWrapperClass1 {
4534 Matrix.internal(); 4534 Matrix.internal();
4535 4535
4536 @DomName('SVGMatrix.a')
4536 @DocsEditable 4537 @DocsEditable
4537 @DomName('SVGMatrix.a')
4538 num get a native "SVGMatrix_a_Getter"; 4538 num get a native "SVGMatrix_a_Getter";
4539 4539
4540 @DomName('SVGMatrix.a')
4540 @DocsEditable 4541 @DocsEditable
4541 @DomName('SVGMatrix.a')
4542 void set a(num value) native "SVGMatrix_a_Setter"; 4542 void set a(num value) native "SVGMatrix_a_Setter";
4543 4543
4544 @DomName('SVGMatrix.b')
4544 @DocsEditable 4545 @DocsEditable
4545 @DomName('SVGMatrix.b')
4546 num get b native "SVGMatrix_b_Getter"; 4546 num get b native "SVGMatrix_b_Getter";
4547 4547
4548 @DomName('SVGMatrix.b')
4548 @DocsEditable 4549 @DocsEditable
4549 @DomName('SVGMatrix.b')
4550 void set b(num value) native "SVGMatrix_b_Setter"; 4550 void set b(num value) native "SVGMatrix_b_Setter";
4551 4551
4552 @DomName('SVGMatrix.c')
4552 @DocsEditable 4553 @DocsEditable
4553 @DomName('SVGMatrix.c')
4554 num get c native "SVGMatrix_c_Getter"; 4554 num get c native "SVGMatrix_c_Getter";
4555 4555
4556 @DomName('SVGMatrix.c')
4556 @DocsEditable 4557 @DocsEditable
4557 @DomName('SVGMatrix.c')
4558 void set c(num value) native "SVGMatrix_c_Setter"; 4558 void set c(num value) native "SVGMatrix_c_Setter";
4559 4559
4560 @DomName('SVGMatrix.d')
4560 @DocsEditable 4561 @DocsEditable
4561 @DomName('SVGMatrix.d')
4562 num get d native "SVGMatrix_d_Getter"; 4562 num get d native "SVGMatrix_d_Getter";
4563 4563
4564 @DomName('SVGMatrix.d')
4564 @DocsEditable 4565 @DocsEditable
4565 @DomName('SVGMatrix.d')
4566 void set d(num value) native "SVGMatrix_d_Setter"; 4566 void set d(num value) native "SVGMatrix_d_Setter";
4567 4567
4568 @DomName('SVGMatrix.e')
4568 @DocsEditable 4569 @DocsEditable
4569 @DomName('SVGMatrix.e')
4570 num get e native "SVGMatrix_e_Getter"; 4570 num get e native "SVGMatrix_e_Getter";
4571 4571
4572 @DomName('SVGMatrix.e')
4572 @DocsEditable 4573 @DocsEditable
4573 @DomName('SVGMatrix.e')
4574 void set e(num value) native "SVGMatrix_e_Setter"; 4574 void set e(num value) native "SVGMatrix_e_Setter";
4575 4575
4576 @DomName('SVGMatrix.f')
4576 @DocsEditable 4577 @DocsEditable
4577 @DomName('SVGMatrix.f')
4578 num get f native "SVGMatrix_f_Getter"; 4578 num get f native "SVGMatrix_f_Getter";
4579 4579
4580 @DomName('SVGMatrix.f')
4580 @DocsEditable 4581 @DocsEditable
4581 @DomName('SVGMatrix.f')
4582 void set f(num value) native "SVGMatrix_f_Setter"; 4582 void set f(num value) native "SVGMatrix_f_Setter";
4583 4583
4584 @DomName('SVGMatrix.flipX')
4584 @DocsEditable 4585 @DocsEditable
4585 @DomName('SVGMatrix.flipX')
4586 Matrix flipX() native "SVGMatrix_flipX_Callback"; 4586 Matrix flipX() native "SVGMatrix_flipX_Callback";
4587 4587
4588 @DomName('SVGMatrix.flipY')
4588 @DocsEditable 4589 @DocsEditable
4589 @DomName('SVGMatrix.flipY')
4590 Matrix flipY() native "SVGMatrix_flipY_Callback"; 4590 Matrix flipY() native "SVGMatrix_flipY_Callback";
4591 4591
4592 @DomName('SVGMatrix.inverse')
4592 @DocsEditable 4593 @DocsEditable
4593 @DomName('SVGMatrix.inverse')
4594 Matrix inverse() native "SVGMatrix_inverse_Callback"; 4594 Matrix inverse() native "SVGMatrix_inverse_Callback";
4595 4595
4596 @DomName('SVGMatrix.multiply')
4596 @DocsEditable 4597 @DocsEditable
4597 @DomName('SVGMatrix.multiply')
4598 Matrix multiply(Matrix secondMatrix) native "SVGMatrix_multiply_Callback"; 4598 Matrix multiply(Matrix secondMatrix) native "SVGMatrix_multiply_Callback";
4599 4599
4600 @DomName('SVGMatrix.rotate')
4600 @DocsEditable 4601 @DocsEditable
4601 @DomName('SVGMatrix.rotate')
4602 Matrix rotate(num angle) native "SVGMatrix_rotate_Callback"; 4602 Matrix rotate(num angle) native "SVGMatrix_rotate_Callback";
4603 4603
4604 @DomName('SVGMatrix.rotateFromVector')
4604 @DocsEditable 4605 @DocsEditable
4605 @DomName('SVGMatrix.rotateFromVector')
4606 Matrix rotateFromVector(num x, num y) native "SVGMatrix_rotateFromVector_Callb ack"; 4606 Matrix rotateFromVector(num x, num y) native "SVGMatrix_rotateFromVector_Callb ack";
4607 4607
4608 @DomName('SVGMatrix.scale')
4608 @DocsEditable 4609 @DocsEditable
4609 @DomName('SVGMatrix.scale')
4610 Matrix scale(num scaleFactor) native "SVGMatrix_scale_Callback"; 4610 Matrix scale(num scaleFactor) native "SVGMatrix_scale_Callback";
4611 4611
4612 @DomName('SVGMatrix.scaleNonUniform')
4612 @DocsEditable 4613 @DocsEditable
4613 @DomName('SVGMatrix.scaleNonUniform')
4614 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) native "SVGMatrix_s caleNonUniform_Callback"; 4614 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) native "SVGMatrix_s caleNonUniform_Callback";
4615 4615
4616 @DomName('SVGMatrix.skewX')
4616 @DocsEditable 4617 @DocsEditable
4617 @DomName('SVGMatrix.skewX')
4618 Matrix skewX(num angle) native "SVGMatrix_skewX_Callback"; 4618 Matrix skewX(num angle) native "SVGMatrix_skewX_Callback";
4619 4619
4620 @DomName('SVGMatrix.skewY')
4620 @DocsEditable 4621 @DocsEditable
4621 @DomName('SVGMatrix.skewY')
4622 Matrix skewY(num angle) native "SVGMatrix_skewY_Callback"; 4622 Matrix skewY(num angle) native "SVGMatrix_skewY_Callback";
4623 4623
4624 @DomName('SVGMatrix.translate')
4624 @DocsEditable 4625 @DocsEditable
4625 @DomName('SVGMatrix.translate')
4626 Matrix translate(num x, num y) native "SVGMatrix_translate_Callback"; 4626 Matrix translate(num x, num y) native "SVGMatrix_translate_Callback";
4627 4627
4628 } 4628 }
4629 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4629 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4630 // for details. All rights reserved. Use of this source code is governed by a 4630 // for details. All rights reserved. Use of this source code is governed by a
4631 // BSD-style license that can be found in the LICENSE file. 4631 // BSD-style license that can be found in the LICENSE file.
4632 4632
4633 // WARNING: Do not edit - generated code. 4633 // WARNING: Do not edit - generated code.
4634 4634
4635 4635
(...skipping 21 matching lines...) Expand all
4657 // BSD-style license that can be found in the LICENSE file. 4657 // BSD-style license that can be found in the LICENSE file.
4658 4658
4659 // WARNING: Do not edit - generated code. 4659 // WARNING: Do not edit - generated code.
4660 4660
4661 4661
4662 @DocsEditable 4662 @DocsEditable
4663 @DomName('SVGNumber') 4663 @DomName('SVGNumber')
4664 class Number extends NativeFieldWrapperClass1 { 4664 class Number extends NativeFieldWrapperClass1 {
4665 Number.internal(); 4665 Number.internal();
4666 4666
4667 @DomName('SVGNumber.value')
4667 @DocsEditable 4668 @DocsEditable
4668 @DomName('SVGNumber.value')
4669 num get value native "SVGNumber_value_Getter"; 4669 num get value native "SVGNumber_value_Getter";
4670 4670
4671 @DomName('SVGNumber.value')
4671 @DocsEditable 4672 @DocsEditable
4672 @DomName('SVGNumber.value')
4673 void set value(num value) native "SVGNumber_value_Setter"; 4673 void set value(num value) native "SVGNumber_value_Setter";
4674 4674
4675 } 4675 }
4676 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4676 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4677 // for details. All rights reserved. Use of this source code is governed by a 4677 // for details. All rights reserved. Use of this source code is governed by a
4678 // BSD-style license that can be found in the LICENSE file. 4678 // BSD-style license that can be found in the LICENSE file.
4679 4679
4680 // WARNING: Do not edit - generated code. 4680 // WARNING: Do not edit - generated code.
4681 4681
4682 4682
4683 @DocsEditable 4683 @DocsEditable
4684 @DomName('SVGNumberList') 4684 @DomName('SVGNumberList')
4685 class NumberList extends NativeFieldWrapperClass1 implements List<Number> { 4685 class NumberList extends NativeFieldWrapperClass1 implements List<Number> {
4686 NumberList.internal(); 4686 NumberList.internal();
4687 4687
4688 @DomName('SVGNumberList.numberOfItems')
4688 @DocsEditable 4689 @DocsEditable
4689 @DomName('SVGNumberList.numberOfItems')
4690 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; 4690 int get numberOfItems native "SVGNumberList_numberOfItems_Getter";
4691 4691
4692 Number operator[](int index) native "SVGNumberList_item_Callback"; 4692 Number operator[](int index) native "SVGNumberList_item_Callback";
4693 4693
4694 void operator[]=(int index, Number value) { 4694 void operator[]=(int index, Number value) {
4695 throw new UnsupportedError("Cannot assign element of immutable List."); 4695 throw new UnsupportedError("Cannot assign element of immutable List.");
4696 } 4696 }
4697 // -- start List<Number> mixins. 4697 // -- start List<Number> mixins.
4698 // Number is the element type. 4698 // Number is the element type.
4699 4699
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
4850 4850
4851 void insertRange(int start, int rangeLength, [Number initialValue]) { 4851 void insertRange(int start, int rangeLength, [Number initialValue]) {
4852 throw new UnsupportedError("Cannot insertRange on immutable List."); 4852 throw new UnsupportedError("Cannot insertRange on immutable List.");
4853 } 4853 }
4854 4854
4855 List<Number> getRange(int start, int rangeLength) => 4855 List<Number> getRange(int start, int rangeLength) =>
4856 Lists.getRange(this, start, rangeLength, <Number>[]); 4856 Lists.getRange(this, start, rangeLength, <Number>[]);
4857 4857
4858 // -- end List<Number> mixins. 4858 // -- end List<Number> mixins.
4859 4859
4860 @DomName('SVGNumberList.appendItem')
4860 @DocsEditable 4861 @DocsEditable
4861 @DomName('SVGNumberList.appendItem')
4862 Number appendItem(Number item) native "SVGNumberList_appendItem_Callback"; 4862 Number appendItem(Number item) native "SVGNumberList_appendItem_Callback";
4863 4863
4864 @DomName('SVGNumberList.clear')
4864 @DocsEditable 4865 @DocsEditable
4865 @DomName('SVGNumberList.clear')
4866 void clear() native "SVGNumberList_clear_Callback"; 4866 void clear() native "SVGNumberList_clear_Callback";
4867 4867
4868 @DomName('SVGNumberList.getItem')
4868 @DocsEditable 4869 @DocsEditable
4869 @DomName('SVGNumberList.getItem')
4870 Number getItem(int index) native "SVGNumberList_getItem_Callback"; 4870 Number getItem(int index) native "SVGNumberList_getItem_Callback";
4871 4871
4872 @DomName('SVGNumberList.initialize')
4872 @DocsEditable 4873 @DocsEditable
4873 @DomName('SVGNumberList.initialize')
4874 Number initialize(Number item) native "SVGNumberList_initialize_Callback"; 4874 Number initialize(Number item) native "SVGNumberList_initialize_Callback";
4875 4875
4876 @DomName('SVGNumberList.insertItemBefore')
4876 @DocsEditable 4877 @DocsEditable
4877 @DomName('SVGNumberList.insertItemBefore')
4878 Number insertItemBefore(Number item, int index) native "SVGNumberList_insertIt emBefore_Callback"; 4878 Number insertItemBefore(Number item, int index) native "SVGNumberList_insertIt emBefore_Callback";
4879 4879
4880 @DomName('SVGNumberList.removeItem')
4880 @DocsEditable 4881 @DocsEditable
4881 @DomName('SVGNumberList.removeItem')
4882 Number removeItem(int index) native "SVGNumberList_removeItem_Callback"; 4882 Number removeItem(int index) native "SVGNumberList_removeItem_Callback";
4883 4883
4884 @DomName('SVGNumberList.replaceItem')
4884 @DocsEditable 4885 @DocsEditable
4885 @DomName('SVGNumberList.replaceItem')
4886 Number replaceItem(Number item, int index) native "SVGNumberList_replaceItem_C allback"; 4886 Number replaceItem(Number item, int index) native "SVGNumberList_replaceItem_C allback";
4887 4887
4888 } 4888 }
4889 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4889 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4890 // for details. All rights reserved. Use of this source code is governed by a 4890 // for details. All rights reserved. Use of this source code is governed by a
4891 // BSD-style license that can be found in the LICENSE file. 4891 // BSD-style license that can be found in the LICENSE file.
4892 4892
4893 // WARNING: Do not edit - generated code. 4893 // WARNING: Do not edit - generated code.
4894 4894
4895 4895
(...skipping 15 matching lines...) Expand all
4911 static const int SVG_PAINTTYPE_URI = 107; 4911 static const int SVG_PAINTTYPE_URI = 107;
4912 4912
4913 static const int SVG_PAINTTYPE_URI_CURRENTCOLOR = 104; 4913 static const int SVG_PAINTTYPE_URI_CURRENTCOLOR = 104;
4914 4914
4915 static const int SVG_PAINTTYPE_URI_NONE = 103; 4915 static const int SVG_PAINTTYPE_URI_NONE = 103;
4916 4916
4917 static const int SVG_PAINTTYPE_URI_RGBCOLOR = 105; 4917 static const int SVG_PAINTTYPE_URI_RGBCOLOR = 105;
4918 4918
4919 static const int SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106; 4919 static const int SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106;
4920 4920
4921 @DomName('SVGPaint.paintType')
4921 @DocsEditable 4922 @DocsEditable
4922 @DomName('SVGPaint.paintType')
4923 int get paintType native "SVGPaint_paintType_Getter"; 4923 int get paintType native "SVGPaint_paintType_Getter";
4924 4924
4925 @DomName('SVGPaint.uri')
4925 @DocsEditable 4926 @DocsEditable
4926 @DomName('SVGPaint.uri')
4927 String get uri native "SVGPaint_uri_Getter"; 4927 String get uri native "SVGPaint_uri_Getter";
4928 4928
4929 @DomName('SVGPaint.setPaint')
4929 @DocsEditable 4930 @DocsEditable
4930 @DomName('SVGPaint.setPaint')
4931 void setPaint(int paintType, String uri, String rgbColor, String iccColor) nat ive "SVGPaint_setPaint_Callback"; 4931 void setPaint(int paintType, String uri, String rgbColor, String iccColor) nat ive "SVGPaint_setPaint_Callback";
4932 4932
4933 @DomName('SVGPaint.setUri')
4933 @DocsEditable 4934 @DocsEditable
4934 @DomName('SVGPaint.setUri')
4935 void setUri(String uri) native "SVGPaint_setUri_Callback"; 4935 void setUri(String uri) native "SVGPaint_setUri_Callback";
4936 4936
4937 } 4937 }
4938 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4938 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4939 // for details. All rights reserved. Use of this source code is governed by a 4939 // for details. All rights reserved. Use of this source code is governed by a
4940 // BSD-style license that can be found in the LICENSE file. 4940 // BSD-style license that can be found in the LICENSE file.
4941 4941
4942 // WARNING: Do not edit - generated code. 4942 // WARNING: Do not edit - generated code.
4943 4943
4944 4944
4945 @DocsEditable 4945 @DocsEditable
4946 @DomName('SVGPathElement') 4946 @DomName('SVGPathElement')
4947 class PathElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace { 4947 class PathElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace {
4948 PathElement.internal() : super.internal(); 4948 PathElement.internal() : super.internal();
4949 4949
4950 @DocsEditable 4950 @DocsEditable
4951 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path "); 4951 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path ");
4952 4952
4953 @DomName('SVGPathElement.animatedNormalizedPathSegList')
4953 @DocsEditable 4954 @DocsEditable
4954 @DomName('SVGPathElement.animatedNormalizedPathSegList')
4955 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN ormalizedPathSegList_Getter"; 4955 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN ormalizedPathSegList_Getter";
4956 4956
4957 @DomName('SVGPathElement.animatedPathSegList')
4957 @DocsEditable 4958 @DocsEditable
4958 @DomName('SVGPathElement.animatedPathSegList')
4959 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList _Getter"; 4959 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList _Getter";
4960 4960
4961 @DomName('SVGPathElement.normalizedPathSegList')
4961 @DocsEditable 4962 @DocsEditable
4962 @DomName('SVGPathElement.normalizedPathSegList')
4963 PathSegList get normalizedPathSegList native "SVGPathElement_normalizedPathSeg List_Getter"; 4963 PathSegList get normalizedPathSegList native "SVGPathElement_normalizedPathSeg List_Getter";
4964 4964
4965 @DomName('SVGPathElement.pathLength')
4965 @DocsEditable 4966 @DocsEditable
4966 @DomName('SVGPathElement.pathLength')
4967 AnimatedNumber get pathLength native "SVGPathElement_pathLength_Getter"; 4967 AnimatedNumber get pathLength native "SVGPathElement_pathLength_Getter";
4968 4968
4969 @DomName('SVGPathElement.pathSegList')
4969 @DocsEditable 4970 @DocsEditable
4970 @DomName('SVGPathElement.pathSegList')
4971 PathSegList get pathSegList native "SVGPathElement_pathSegList_Getter"; 4971 PathSegList get pathSegList native "SVGPathElement_pathSegList_Getter";
4972 4972
4973 @DomName('SVGPathElement.createSVGPathSegArcAbs')
4973 @DocsEditable 4974 @DocsEditable
4974 @DomName('SVGPathElement.createSVGPathSegArcAbs')
4975 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs _Callback"; 4975 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs _Callback";
4976 4976
4977 @DomName('SVGPathElement.createSVGPathSegArcRel')
4977 @DocsEditable 4978 @DocsEditable
4978 @DomName('SVGPathElement.createSVGPathSegArcRel')
4979 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcRel _Callback"; 4979 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcRel _Callback";
4980 4980
4981 @DomName('SVGPathElement.createSVGPathSegClosePath')
4981 @DocsEditable 4982 @DocsEditable
4982 @DomName('SVGPathElement.createSVGPathSegClosePath')
4983 PathSegClosePath createSvgPathSegClosePath() native "SVGPathElement_createSVGP athSegClosePath_Callback"; 4983 PathSegClosePath createSvgPathSegClosePath() native "SVGPathElement_createSVGP athSegClosePath_Callback";
4984 4984
4985 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs')
4985 @DocsEditable 4986 @DocsEditable
4986 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs')
4987 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Ca llback"; 4987 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Ca llback";
4988 4988
4989 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel')
4989 @DocsEditable 4990 @DocsEditable
4990 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel')
4991 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Ca llback"; 4991 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Ca llback";
4992 4992
4993 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs')
4993 @DocsEditable 4994 @DocsEditable
4994 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs')
4995 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_ Callback"; 4995 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_ Callback";
4996 4996
4997 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel')
4997 @DocsEditable 4998 @DocsEditable
4998 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel')
4999 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_ Callback"; 4999 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_ Callback";
5000 5000
5001 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs')
5001 @DocsEditable 5002 @DocsEditable
5002 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs')
5003 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callba ck"; 5003 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callba ck";
5004 5004
5005 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel')
5005 @DocsEditable 5006 @DocsEditable
5006 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel')
5007 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callba ck"; 5007 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callba ck";
5008 5008
5009 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs')
5009 @DocsEditable 5010 @DocsEditable
5010 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs')
5011 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Call back"; 5011 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Call back";
5012 5012
5013 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel')
5013 @DocsEditable 5014 @DocsEditable
5014 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel')
5015 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Call back"; 5015 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Call back";
5016 5016
5017 @DomName('SVGPathElement.createSVGPathSegLinetoAbs')
5017 @DocsEditable 5018 @DocsEditable
5018 @DomName('SVGPathElement.createSVGPathSegLinetoAbs')
5019 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native "SVGPathElemen t_createSVGPathSegLinetoAbs_Callback"; 5019 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native "SVGPathElemen t_createSVGPathSegLinetoAbs_Callback";
5020 5020
5021 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs')
5021 @DocsEditable 5022 @DocsEditable
5022 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs')
5023 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native " SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback"; 5023 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native " SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback";
5024 5024
5025 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel')
5025 @DocsEditable 5026 @DocsEditable
5026 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel')
5027 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native " SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback"; 5027 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native " SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback";
5028 5028
5029 @DomName('SVGPathElement.createSVGPathSegLinetoRel')
5029 @DocsEditable 5030 @DocsEditable
5030 @DomName('SVGPathElement.createSVGPathSegLinetoRel')
5031 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native "SVGPathElemen t_createSVGPathSegLinetoRel_Callback"; 5031 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native "SVGPathElemen t_createSVGPathSegLinetoRel_Callback";
5032 5032
5033 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs')
5033 @DocsEditable 5034 @DocsEditable
5034 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs')
5035 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native "SVGP athElement_createSVGPathSegLinetoVerticalAbs_Callback"; 5035 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native "SVGP athElement_createSVGPathSegLinetoVerticalAbs_Callback";
5036 5036
5037 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel')
5037 @DocsEditable 5038 @DocsEditable
5038 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel')
5039 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native "SVGP athElement_createSVGPathSegLinetoVerticalRel_Callback"; 5039 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native "SVGP athElement_createSVGPathSegLinetoVerticalRel_Callback";
5040 5040
5041 @DomName('SVGPathElement.createSVGPathSegMovetoAbs')
5041 @DocsEditable 5042 @DocsEditable
5042 @DomName('SVGPathElement.createSVGPathSegMovetoAbs')
5043 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native "SVGPathElemen t_createSVGPathSegMovetoAbs_Callback"; 5043 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native "SVGPathElemen t_createSVGPathSegMovetoAbs_Callback";
5044 5044
5045 @DomName('SVGPathElement.createSVGPathSegMovetoRel')
5045 @DocsEditable 5046 @DocsEditable
5046 @DomName('SVGPathElement.createSVGPathSegMovetoRel')
5047 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native "SVGPathElemen t_createSVGPathSegMovetoRel_Callback"; 5047 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native "SVGPathElemen t_createSVGPathSegMovetoRel_Callback";
5048 5048
5049 @DomName('SVGPathElement.getPathSegAtLength')
5049 @DocsEditable 5050 @DocsEditable
5050 @DomName('SVGPathElement.getPathSegAtLength')
5051 int getPathSegAtLength(num distance) native "SVGPathElement_getPathSegAtLength _Callback"; 5051 int getPathSegAtLength(num distance) native "SVGPathElement_getPathSegAtLength _Callback";
5052 5052
5053 @DomName('SVGPathElement.getPointAtLength')
5053 @DocsEditable 5054 @DocsEditable
5054 @DomName('SVGPathElement.getPointAtLength')
5055 Point getPointAtLength(num distance) native "SVGPathElement_getPointAtLength_C allback"; 5055 Point getPointAtLength(num distance) native "SVGPathElement_getPointAtLength_C allback";
5056 5056
5057 @DomName('SVGPathElement.getTotalLength')
5057 @DocsEditable 5058 @DocsEditable
5058 @DomName('SVGPathElement.getTotalLength')
5059 num getTotalLength() native "SVGPathElement_getTotalLength_Callback"; 5059 num getTotalLength() native "SVGPathElement_getTotalLength_Callback";
5060 5060
5061 @DomName('SVGPathElement.externalResourcesRequired')
5061 @DocsEditable 5062 @DocsEditable
5062 @DomName('SVGPathElement.externalResourcesRequired')
5063 AnimatedBoolean get externalResourcesRequired native "SVGPathElement_externalR esourcesRequired_Getter"; 5063 AnimatedBoolean get externalResourcesRequired native "SVGPathElement_externalR esourcesRequired_Getter";
5064 5064
5065 @DomName('SVGPathElement.xmllang')
5065 @DocsEditable 5066 @DocsEditable
5066 @DomName('SVGPathElement.xmllang')
5067 String get xmllang native "SVGPathElement_xmllang_Getter"; 5067 String get xmllang native "SVGPathElement_xmllang_Getter";
5068 5068
5069 @DomName('SVGPathElement.xmllang')
5069 @DocsEditable 5070 @DocsEditable
5070 @DomName('SVGPathElement.xmllang')
5071 void set xmllang(String value) native "SVGPathElement_xmllang_Setter"; 5071 void set xmllang(String value) native "SVGPathElement_xmllang_Setter";
5072 5072
5073 @DomName('SVGPathElement.xmlspace')
5073 @DocsEditable 5074 @DocsEditable
5074 @DomName('SVGPathElement.xmlspace')
5075 String get xmlspace native "SVGPathElement_xmlspace_Getter"; 5075 String get xmlspace native "SVGPathElement_xmlspace_Getter";
5076 5076
5077 @DomName('SVGPathElement.xmlspace')
5077 @DocsEditable 5078 @DocsEditable
5078 @DomName('SVGPathElement.xmlspace')
5079 void set xmlspace(String value) native "SVGPathElement_xmlspace_Setter"; 5079 void set xmlspace(String value) native "SVGPathElement_xmlspace_Setter";
5080 5080
5081 @DomName('SVGPathElement.farthestViewportElement')
5081 @DocsEditable 5082 @DocsEditable
5082 @DomName('SVGPathElement.farthestViewportElement')
5083 SvgElement get farthestViewportElement native "SVGPathElement_farthestViewport Element_Getter"; 5083 SvgElement get farthestViewportElement native "SVGPathElement_farthestViewport Element_Getter";
5084 5084
5085 @DomName('SVGPathElement.nearestViewportElement')
5085 @DocsEditable 5086 @DocsEditable
5086 @DomName('SVGPathElement.nearestViewportElement')
5087 SvgElement get nearestViewportElement native "SVGPathElement_nearestViewportEl ement_Getter"; 5087 SvgElement get nearestViewportElement native "SVGPathElement_nearestViewportEl ement_Getter";
5088 5088
5089 @DomName('SVGPathElement.getBBox')
5089 @DocsEditable 5090 @DocsEditable
5090 @DomName('SVGPathElement.getBBox')
5091 Rect getBBox() native "SVGPathElement_getBBox_Callback"; 5091 Rect getBBox() native "SVGPathElement_getBBox_Callback";
5092 5092
5093 @DomName('SVGPathElement.getCTM')
5093 @DocsEditable 5094 @DocsEditable
5094 @DomName('SVGPathElement.getCTM')
5095 Matrix getCtm() native "SVGPathElement_getCTM_Callback"; 5095 Matrix getCtm() native "SVGPathElement_getCTM_Callback";
5096 5096
5097 @DomName('SVGPathElement.getScreenCTM')
5097 @DocsEditable 5098 @DocsEditable
5098 @DomName('SVGPathElement.getScreenCTM')
5099 Matrix getScreenCtm() native "SVGPathElement_getScreenCTM_Callback"; 5099 Matrix getScreenCtm() native "SVGPathElement_getScreenCTM_Callback";
5100 5100
5101 @DomName('SVGPathElement.getTransformToElement')
5101 @DocsEditable 5102 @DocsEditable
5102 @DomName('SVGPathElement.getTransformToElement')
5103 Matrix getTransformToElement(SvgElement element) native "SVGPathElement_getTra nsformToElement_Callback"; 5103 Matrix getTransformToElement(SvgElement element) native "SVGPathElement_getTra nsformToElement_Callback";
5104 5104
5105 @DomName('SVGPathElement.className')
5105 @DocsEditable 5106 @DocsEditable
5106 @DomName('SVGPathElement.className')
5107 AnimatedString get $dom_svgClassName native "SVGPathElement_className_Getter"; 5107 AnimatedString get $dom_svgClassName native "SVGPathElement_className_Getter";
5108 5108
5109 @DomName('SVGPathElement.style')
5109 @DocsEditable 5110 @DocsEditable
5110 @DomName('SVGPathElement.style')
5111 CssStyleDeclaration get style native "SVGPathElement_style_Getter"; 5111 CssStyleDeclaration get style native "SVGPathElement_style_Getter";
5112 5112
5113 @DomName('SVGPathElement.getPresentationAttribute')
5113 @DocsEditable 5114 @DocsEditable
5114 @DomName('SVGPathElement.getPresentationAttribute')
5115 CssValue getPresentationAttribute(String name) native "SVGPathElement_getPrese ntationAttribute_Callback"; 5115 CssValue getPresentationAttribute(String name) native "SVGPathElement_getPrese ntationAttribute_Callback";
5116 5116
5117 @DomName('SVGPathElement.requiredExtensions')
5117 @DocsEditable 5118 @DocsEditable
5118 @DomName('SVGPathElement.requiredExtensions')
5119 StringList get requiredExtensions native "SVGPathElement_requiredExtensions_Ge tter"; 5119 StringList get requiredExtensions native "SVGPathElement_requiredExtensions_Ge tter";
5120 5120
5121 @DomName('SVGPathElement.requiredFeatures')
5121 @DocsEditable 5122 @DocsEditable
5122 @DomName('SVGPathElement.requiredFeatures')
5123 StringList get requiredFeatures native "SVGPathElement_requiredFeatures_Getter "; 5123 StringList get requiredFeatures native "SVGPathElement_requiredFeatures_Getter ";
5124 5124
5125 @DomName('SVGPathElement.systemLanguage')
5125 @DocsEditable 5126 @DocsEditable
5126 @DomName('SVGPathElement.systemLanguage')
5127 StringList get systemLanguage native "SVGPathElement_systemLanguage_Getter"; 5127 StringList get systemLanguage native "SVGPathElement_systemLanguage_Getter";
5128 5128
5129 @DomName('SVGPathElement.hasExtension')
5129 @DocsEditable 5130 @DocsEditable
5130 @DomName('SVGPathElement.hasExtension')
5131 bool hasExtension(String extension) native "SVGPathElement_hasExtension_Callba ck"; 5131 bool hasExtension(String extension) native "SVGPathElement_hasExtension_Callba ck";
5132 5132
5133 @DomName('SVGPathElement.transform')
5133 @DocsEditable 5134 @DocsEditable
5134 @DomName('SVGPathElement.transform')
5135 AnimatedTransformList get transform native "SVGPathElement_transform_Getter"; 5135 AnimatedTransformList get transform native "SVGPathElement_transform_Getter";
5136 5136
5137 } 5137 }
5138 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5138 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5139 // for details. All rights reserved. Use of this source code is governed by a 5139 // for details. All rights reserved. Use of this source code is governed by a
5140 // BSD-style license that can be found in the LICENSE file. 5140 // BSD-style license that can be found in the LICENSE file.
5141 5141
5142 // WARNING: Do not edit - generated code. 5142 // WARNING: Do not edit - generated code.
5143 5143
5144 5144
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
5180 static const int PATHSEG_LINETO_VERTICAL_ABS = 14; 5180 static const int PATHSEG_LINETO_VERTICAL_ABS = 14;
5181 5181
5182 static const int PATHSEG_LINETO_VERTICAL_REL = 15; 5182 static const int PATHSEG_LINETO_VERTICAL_REL = 15;
5183 5183
5184 static const int PATHSEG_MOVETO_ABS = 2; 5184 static const int PATHSEG_MOVETO_ABS = 2;
5185 5185
5186 static const int PATHSEG_MOVETO_REL = 3; 5186 static const int PATHSEG_MOVETO_REL = 3;
5187 5187
5188 static const int PATHSEG_UNKNOWN = 0; 5188 static const int PATHSEG_UNKNOWN = 0;
5189 5189
5190 @DomName('SVGPathSeg.pathSegType')
5190 @DocsEditable 5191 @DocsEditable
5191 @DomName('SVGPathSeg.pathSegType')
5192 int get pathSegType native "SVGPathSeg_pathSegType_Getter"; 5192 int get pathSegType native "SVGPathSeg_pathSegType_Getter";
5193 5193
5194 @DomName('SVGPathSeg.pathSegTypeAsLetter')
5194 @DocsEditable 5195 @DocsEditable
5195 @DomName('SVGPathSeg.pathSegTypeAsLetter')
5196 String get pathSegTypeAsLetter native "SVGPathSeg_pathSegTypeAsLetter_Getter"; 5196 String get pathSegTypeAsLetter native "SVGPathSeg_pathSegTypeAsLetter_Getter";
5197 5197
5198 } 5198 }
5199 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5199 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5200 // for details. All rights reserved. Use of this source code is governed by a 5200 // for details. All rights reserved. Use of this source code is governed by a
5201 // BSD-style license that can be found in the LICENSE file. 5201 // BSD-style license that can be found in the LICENSE file.
5202 5202
5203 // WARNING: Do not edit - generated code. 5203 // WARNING: Do not edit - generated code.
5204 5204
5205 5205
5206 @DocsEditable 5206 @DocsEditable
5207 @DomName('SVGPathSegArcAbs') 5207 @DomName('SVGPathSegArcAbs')
5208 class PathSegArcAbs extends PathSeg { 5208 class PathSegArcAbs extends PathSeg {
5209 PathSegArcAbs.internal() : super.internal(); 5209 PathSegArcAbs.internal() : super.internal();
5210 5210
5211 @DomName('SVGPathSegArcAbs.angle')
5211 @DocsEditable 5212 @DocsEditable
5212 @DomName('SVGPathSegArcAbs.angle')
5213 num get angle native "SVGPathSegArcAbs_angle_Getter"; 5213 num get angle native "SVGPathSegArcAbs_angle_Getter";
5214 5214
5215 @DomName('SVGPathSegArcAbs.angle')
5215 @DocsEditable 5216 @DocsEditable
5216 @DomName('SVGPathSegArcAbs.angle')
5217 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; 5217 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter";
5218 5218
5219 @DomName('SVGPathSegArcAbs.largeArcFlag')
5219 @DocsEditable 5220 @DocsEditable
5220 @DomName('SVGPathSegArcAbs.largeArcFlag')
5221 bool get largeArcFlag native "SVGPathSegArcAbs_largeArcFlag_Getter"; 5221 bool get largeArcFlag native "SVGPathSegArcAbs_largeArcFlag_Getter";
5222 5222
5223 @DomName('SVGPathSegArcAbs.largeArcFlag')
5223 @DocsEditable 5224 @DocsEditable
5224 @DomName('SVGPathSegArcAbs.largeArcFlag')
5225 void set largeArcFlag(bool value) native "SVGPathSegArcAbs_largeArcFlag_Setter "; 5225 void set largeArcFlag(bool value) native "SVGPathSegArcAbs_largeArcFlag_Setter ";
5226 5226
5227 @DomName('SVGPathSegArcAbs.r1')
5227 @DocsEditable 5228 @DocsEditable
5228 @DomName('SVGPathSegArcAbs.r1')
5229 num get r1 native "SVGPathSegArcAbs_r1_Getter"; 5229 num get r1 native "SVGPathSegArcAbs_r1_Getter";
5230 5230
5231 @DomName('SVGPathSegArcAbs.r1')
5231 @DocsEditable 5232 @DocsEditable
5232 @DomName('SVGPathSegArcAbs.r1')
5233 void set r1(num value) native "SVGPathSegArcAbs_r1_Setter"; 5233 void set r1(num value) native "SVGPathSegArcAbs_r1_Setter";
5234 5234
5235 @DomName('SVGPathSegArcAbs.r2')
5235 @DocsEditable 5236 @DocsEditable
5236 @DomName('SVGPathSegArcAbs.r2')
5237 num get r2 native "SVGPathSegArcAbs_r2_Getter"; 5237 num get r2 native "SVGPathSegArcAbs_r2_Getter";
5238 5238
5239 @DomName('SVGPathSegArcAbs.r2')
5239 @DocsEditable 5240 @DocsEditable
5240 @DomName('SVGPathSegArcAbs.r2')
5241 void set r2(num value) native "SVGPathSegArcAbs_r2_Setter"; 5241 void set r2(num value) native "SVGPathSegArcAbs_r2_Setter";
5242 5242
5243 @DomName('SVGPathSegArcAbs.sweepFlag')
5243 @DocsEditable 5244 @DocsEditable
5244 @DomName('SVGPathSegArcAbs.sweepFlag')
5245 bool get sweepFlag native "SVGPathSegArcAbs_sweepFlag_Getter"; 5245 bool get sweepFlag native "SVGPathSegArcAbs_sweepFlag_Getter";
5246 5246
5247 @DomName('SVGPathSegArcAbs.sweepFlag')
5247 @DocsEditable 5248 @DocsEditable
5248 @DomName('SVGPathSegArcAbs.sweepFlag')
5249 void set sweepFlag(bool value) native "SVGPathSegArcAbs_sweepFlag_Setter"; 5249 void set sweepFlag(bool value) native "SVGPathSegArcAbs_sweepFlag_Setter";
5250 5250
5251 @DomName('SVGPathSegArcAbs.x')
5251 @DocsEditable 5252 @DocsEditable
5252 @DomName('SVGPathSegArcAbs.x')
5253 num get x native "SVGPathSegArcAbs_x_Getter"; 5253 num get x native "SVGPathSegArcAbs_x_Getter";
5254 5254
5255 @DomName('SVGPathSegArcAbs.x')
5255 @DocsEditable 5256 @DocsEditable
5256 @DomName('SVGPathSegArcAbs.x')
5257 void set x(num value) native "SVGPathSegArcAbs_x_Setter"; 5257 void set x(num value) native "SVGPathSegArcAbs_x_Setter";
5258 5258
5259 @DomName('SVGPathSegArcAbs.y')
5259 @DocsEditable 5260 @DocsEditable
5260 @DomName('SVGPathSegArcAbs.y')
5261 num get y native "SVGPathSegArcAbs_y_Getter"; 5261 num get y native "SVGPathSegArcAbs_y_Getter";
5262 5262
5263 @DomName('SVGPathSegArcAbs.y')
5263 @DocsEditable 5264 @DocsEditable
5264 @DomName('SVGPathSegArcAbs.y')
5265 void set y(num value) native "SVGPathSegArcAbs_y_Setter"; 5265 void set y(num value) native "SVGPathSegArcAbs_y_Setter";
5266 5266
5267 } 5267 }
5268 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5268 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5269 // for details. All rights reserved. Use of this source code is governed by a 5269 // for details. All rights reserved. Use of this source code is governed by a
5270 // BSD-style license that can be found in the LICENSE file. 5270 // BSD-style license that can be found in the LICENSE file.
5271 5271
5272 // WARNING: Do not edit - generated code. 5272 // WARNING: Do not edit - generated code.
5273 5273
5274 5274
5275 @DocsEditable 5275 @DocsEditable
5276 @DomName('SVGPathSegArcRel') 5276 @DomName('SVGPathSegArcRel')
5277 class PathSegArcRel extends PathSeg { 5277 class PathSegArcRel extends PathSeg {
5278 PathSegArcRel.internal() : super.internal(); 5278 PathSegArcRel.internal() : super.internal();
5279 5279
5280 @DomName('SVGPathSegArcRel.angle')
5280 @DocsEditable 5281 @DocsEditable
5281 @DomName('SVGPathSegArcRel.angle')
5282 num get angle native "SVGPathSegArcRel_angle_Getter"; 5282 num get angle native "SVGPathSegArcRel_angle_Getter";
5283 5283
5284 @DomName('SVGPathSegArcRel.angle')
5284 @DocsEditable 5285 @DocsEditable
5285 @DomName('SVGPathSegArcRel.angle')
5286 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; 5286 void set angle(num value) native "SVGPathSegArcRel_angle_Setter";
5287 5287
5288 @DomName('SVGPathSegArcRel.largeArcFlag')
5288 @DocsEditable 5289 @DocsEditable
5289 @DomName('SVGPathSegArcRel.largeArcFlag')
5290 bool get largeArcFlag native "SVGPathSegArcRel_largeArcFlag_Getter"; 5290 bool get largeArcFlag native "SVGPathSegArcRel_largeArcFlag_Getter";
5291 5291
5292 @DomName('SVGPathSegArcRel.largeArcFlag')
5292 @DocsEditable 5293 @DocsEditable
5293 @DomName('SVGPathSegArcRel.largeArcFlag')
5294 void set largeArcFlag(bool value) native "SVGPathSegArcRel_largeArcFlag_Setter "; 5294 void set largeArcFlag(bool value) native "SVGPathSegArcRel_largeArcFlag_Setter ";
5295 5295
5296 @DomName('SVGPathSegArcRel.r1')
5296 @DocsEditable 5297 @DocsEditable
5297 @DomName('SVGPathSegArcRel.r1')
5298 num get r1 native "SVGPathSegArcRel_r1_Getter"; 5298 num get r1 native "SVGPathSegArcRel_r1_Getter";
5299 5299
5300 @DomName('SVGPathSegArcRel.r1')
5300 @DocsEditable 5301 @DocsEditable
5301 @DomName('SVGPathSegArcRel.r1')
5302 void set r1(num value) native "SVGPathSegArcRel_r1_Setter"; 5302 void set r1(num value) native "SVGPathSegArcRel_r1_Setter";
5303 5303
5304 @DomName('SVGPathSegArcRel.r2')
5304 @DocsEditable 5305 @DocsEditable
5305 @DomName('SVGPathSegArcRel.r2')
5306 num get r2 native "SVGPathSegArcRel_r2_Getter"; 5306 num get r2 native "SVGPathSegArcRel_r2_Getter";
5307 5307
5308 @DomName('SVGPathSegArcRel.r2')
5308 @DocsEditable 5309 @DocsEditable
5309 @DomName('SVGPathSegArcRel.r2')
5310 void set r2(num value) native "SVGPathSegArcRel_r2_Setter"; 5310 void set r2(num value) native "SVGPathSegArcRel_r2_Setter";
5311 5311
5312 @DomName('SVGPathSegArcRel.sweepFlag')
5312 @DocsEditable 5313 @DocsEditable
5313 @DomName('SVGPathSegArcRel.sweepFlag')
5314 bool get sweepFlag native "SVGPathSegArcRel_sweepFlag_Getter"; 5314 bool get sweepFlag native "SVGPathSegArcRel_sweepFlag_Getter";
5315 5315
5316 @DomName('SVGPathSegArcRel.sweepFlag')
5316 @DocsEditable 5317 @DocsEditable
5317 @DomName('SVGPathSegArcRel.sweepFlag')
5318 void set sweepFlag(bool value) native "SVGPathSegArcRel_sweepFlag_Setter"; 5318 void set sweepFlag(bool value) native "SVGPathSegArcRel_sweepFlag_Setter";
5319 5319
5320 @DomName('SVGPathSegArcRel.x')
5320 @DocsEditable 5321 @DocsEditable
5321 @DomName('SVGPathSegArcRel.x')
5322 num get x native "SVGPathSegArcRel_x_Getter"; 5322 num get x native "SVGPathSegArcRel_x_Getter";
5323 5323
5324 @DomName('SVGPathSegArcRel.x')
5324 @DocsEditable 5325 @DocsEditable
5325 @DomName('SVGPathSegArcRel.x')
5326 void set x(num value) native "SVGPathSegArcRel_x_Setter"; 5326 void set x(num value) native "SVGPathSegArcRel_x_Setter";
5327 5327
5328 @DomName('SVGPathSegArcRel.y')
5328 @DocsEditable 5329 @DocsEditable
5329 @DomName('SVGPathSegArcRel.y')
5330 num get y native "SVGPathSegArcRel_y_Getter"; 5330 num get y native "SVGPathSegArcRel_y_Getter";
5331 5331
5332 @DomName('SVGPathSegArcRel.y')
5332 @DocsEditable 5333 @DocsEditable
5333 @DomName('SVGPathSegArcRel.y')
5334 void set y(num value) native "SVGPathSegArcRel_y_Setter"; 5334 void set y(num value) native "SVGPathSegArcRel_y_Setter";
5335 5335
5336 } 5336 }
5337 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5337 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5338 // for details. All rights reserved. Use of this source code is governed by a 5338 // for details. All rights reserved. Use of this source code is governed by a
5339 // BSD-style license that can be found in the LICENSE file. 5339 // BSD-style license that can be found in the LICENSE file.
5340 5340
5341 // WARNING: Do not edit - generated code. 5341 // WARNING: Do not edit - generated code.
5342 5342
5343 5343
5344 @DocsEditable 5344 @DocsEditable
5345 @DomName('SVGPathSegClosePath') 5345 @DomName('SVGPathSegClosePath')
5346 class PathSegClosePath extends PathSeg { 5346 class PathSegClosePath extends PathSeg {
5347 PathSegClosePath.internal() : super.internal(); 5347 PathSegClosePath.internal() : super.internal();
5348 5348
5349 } 5349 }
5350 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5350 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5351 // for details. All rights reserved. Use of this source code is governed by a 5351 // for details. All rights reserved. Use of this source code is governed by a
5352 // BSD-style license that can be found in the LICENSE file. 5352 // BSD-style license that can be found in the LICENSE file.
5353 5353
5354 // WARNING: Do not edit - generated code. 5354 // WARNING: Do not edit - generated code.
5355 5355
5356 5356
5357 @DocsEditable 5357 @DocsEditable
5358 @DomName('SVGPathSegCurvetoCubicAbs') 5358 @DomName('SVGPathSegCurvetoCubicAbs')
5359 class PathSegCurvetoCubicAbs extends PathSeg { 5359 class PathSegCurvetoCubicAbs extends PathSeg {
5360 PathSegCurvetoCubicAbs.internal() : super.internal(); 5360 PathSegCurvetoCubicAbs.internal() : super.internal();
5361 5361
5362 @DomName('SVGPathSegCurvetoCubicAbs.x')
5362 @DocsEditable 5363 @DocsEditable
5363 @DomName('SVGPathSegCurvetoCubicAbs.x')
5364 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; 5364 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter";
5365 5365
5366 @DomName('SVGPathSegCurvetoCubicAbs.x')
5366 @DocsEditable 5367 @DocsEditable
5367 @DomName('SVGPathSegCurvetoCubicAbs.x')
5368 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; 5368 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter";
5369 5369
5370 @DomName('SVGPathSegCurvetoCubicAbs.x1')
5370 @DocsEditable 5371 @DocsEditable
5371 @DomName('SVGPathSegCurvetoCubicAbs.x1')
5372 num get x1 native "SVGPathSegCurvetoCubicAbs_x1_Getter"; 5372 num get x1 native "SVGPathSegCurvetoCubicAbs_x1_Getter";
5373 5373
5374 @DomName('SVGPathSegCurvetoCubicAbs.x1')
5374 @DocsEditable 5375 @DocsEditable
5375 @DomName('SVGPathSegCurvetoCubicAbs.x1')
5376 void set x1(num value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; 5376 void set x1(num value) native "SVGPathSegCurvetoCubicAbs_x1_Setter";
5377 5377
5378 @DomName('SVGPathSegCurvetoCubicAbs.x2')
5378 @DocsEditable 5379 @DocsEditable
5379 @DomName('SVGPathSegCurvetoCubicAbs.x2')
5380 num get x2 native "SVGPathSegCurvetoCubicAbs_x2_Getter"; 5380 num get x2 native "SVGPathSegCurvetoCubicAbs_x2_Getter";
5381 5381
5382 @DomName('SVGPathSegCurvetoCubicAbs.x2')
5382 @DocsEditable 5383 @DocsEditable
5383 @DomName('SVGPathSegCurvetoCubicAbs.x2')
5384 void set x2(num value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; 5384 void set x2(num value) native "SVGPathSegCurvetoCubicAbs_x2_Setter";
5385 5385
5386 @DomName('SVGPathSegCurvetoCubicAbs.y')
5386 @DocsEditable 5387 @DocsEditable
5387 @DomName('SVGPathSegCurvetoCubicAbs.y')
5388 num get y native "SVGPathSegCurvetoCubicAbs_y_Getter"; 5388 num get y native "SVGPathSegCurvetoCubicAbs_y_Getter";
5389 5389
5390 @DomName('SVGPathSegCurvetoCubicAbs.y')
5390 @DocsEditable 5391 @DocsEditable
5391 @DomName('SVGPathSegCurvetoCubicAbs.y')
5392 void set y(num value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; 5392 void set y(num value) native "SVGPathSegCurvetoCubicAbs_y_Setter";
5393 5393
5394 @DomName('SVGPathSegCurvetoCubicAbs.y1')
5394 @DocsEditable 5395 @DocsEditable
5395 @DomName('SVGPathSegCurvetoCubicAbs.y1')
5396 num get y1 native "SVGPathSegCurvetoCubicAbs_y1_Getter"; 5396 num get y1 native "SVGPathSegCurvetoCubicAbs_y1_Getter";
5397 5397
5398 @DomName('SVGPathSegCurvetoCubicAbs.y1')
5398 @DocsEditable 5399 @DocsEditable
5399 @DomName('SVGPathSegCurvetoCubicAbs.y1')
5400 void set y1(num value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; 5400 void set y1(num value) native "SVGPathSegCurvetoCubicAbs_y1_Setter";
5401 5401
5402 @DomName('SVGPathSegCurvetoCubicAbs.y2')
5402 @DocsEditable 5403 @DocsEditable
5403 @DomName('SVGPathSegCurvetoCubicAbs.y2')
5404 num get y2 native "SVGPathSegCurvetoCubicAbs_y2_Getter"; 5404 num get y2 native "SVGPathSegCurvetoCubicAbs_y2_Getter";
5405 5405
5406 @DomName('SVGPathSegCurvetoCubicAbs.y2')
5406 @DocsEditable 5407 @DocsEditable
5407 @DomName('SVGPathSegCurvetoCubicAbs.y2')
5408 void set y2(num value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; 5408 void set y2(num value) native "SVGPathSegCurvetoCubicAbs_y2_Setter";
5409 5409
5410 } 5410 }
5411 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5411 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5412 // for details. All rights reserved. Use of this source code is governed by a 5412 // for details. All rights reserved. Use of this source code is governed by a
5413 // BSD-style license that can be found in the LICENSE file. 5413 // BSD-style license that can be found in the LICENSE file.
5414 5414
5415 // WARNING: Do not edit - generated code. 5415 // WARNING: Do not edit - generated code.
5416 5416
5417 5417
5418 @DocsEditable 5418 @DocsEditable
5419 @DomName('SVGPathSegCurvetoCubicRel') 5419 @DomName('SVGPathSegCurvetoCubicRel')
5420 class PathSegCurvetoCubicRel extends PathSeg { 5420 class PathSegCurvetoCubicRel extends PathSeg {
5421 PathSegCurvetoCubicRel.internal() : super.internal(); 5421 PathSegCurvetoCubicRel.internal() : super.internal();
5422 5422
5423 @DomName('SVGPathSegCurvetoCubicRel.x')
5423 @DocsEditable 5424 @DocsEditable
5424 @DomName('SVGPathSegCurvetoCubicRel.x')
5425 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; 5425 num get x native "SVGPathSegCurvetoCubicRel_x_Getter";
5426 5426
5427 @DomName('SVGPathSegCurvetoCubicRel.x')
5427 @DocsEditable 5428 @DocsEditable
5428 @DomName('SVGPathSegCurvetoCubicRel.x')
5429 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; 5429 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter";
5430 5430
5431 @DomName('SVGPathSegCurvetoCubicRel.x1')
5431 @DocsEditable 5432 @DocsEditable
5432 @DomName('SVGPathSegCurvetoCubicRel.x1')
5433 num get x1 native "SVGPathSegCurvetoCubicRel_x1_Getter"; 5433 num get x1 native "SVGPathSegCurvetoCubicRel_x1_Getter";
5434 5434
5435 @DomName('SVGPathSegCurvetoCubicRel.x1')
5435 @DocsEditable 5436 @DocsEditable
5436 @DomName('SVGPathSegCurvetoCubicRel.x1')
5437 void set x1(num value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; 5437 void set x1(num value) native "SVGPathSegCurvetoCubicRel_x1_Setter";
5438 5438
5439 @DomName('SVGPathSegCurvetoCubicRel.x2')
5439 @DocsEditable 5440 @DocsEditable
5440 @DomName('SVGPathSegCurvetoCubicRel.x2')
5441 num get x2 native "SVGPathSegCurvetoCubicRel_x2_Getter"; 5441 num get x2 native "SVGPathSegCurvetoCubicRel_x2_Getter";
5442 5442
5443 @DomName('SVGPathSegCurvetoCubicRel.x2')
5443 @DocsEditable 5444 @DocsEditable
5444 @DomName('SVGPathSegCurvetoCubicRel.x2')
5445 void set x2(num value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; 5445 void set x2(num value) native "SVGPathSegCurvetoCubicRel_x2_Setter";
5446 5446
5447 @DomName('SVGPathSegCurvetoCubicRel.y')
5447 @DocsEditable 5448 @DocsEditable
5448 @DomName('SVGPathSegCurvetoCubicRel.y')
5449 num get y native "SVGPathSegCurvetoCubicRel_y_Getter"; 5449 num get y native "SVGPathSegCurvetoCubicRel_y_Getter";
5450 5450
5451 @DomName('SVGPathSegCurvetoCubicRel.y')
5451 @DocsEditable 5452 @DocsEditable
5452 @DomName('SVGPathSegCurvetoCubicRel.y')
5453 void set y(num value) native "SVGPathSegCurvetoCubicRel_y_Setter"; 5453 void set y(num value) native "SVGPathSegCurvetoCubicRel_y_Setter";
5454 5454
5455 @DomName('SVGPathSegCurvetoCubicRel.y1')
5455 @DocsEditable 5456 @DocsEditable
5456 @DomName('SVGPathSegCurvetoCubicRel.y1')
5457 num get y1 native "SVGPathSegCurvetoCubicRel_y1_Getter"; 5457 num get y1 native "SVGPathSegCurvetoCubicRel_y1_Getter";
5458 5458
5459 @DomName('SVGPathSegCurvetoCubicRel.y1')
5459 @DocsEditable 5460 @DocsEditable
5460 @DomName('SVGPathSegCurvetoCubicRel.y1')
5461 void set y1(num value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; 5461 void set y1(num value) native "SVGPathSegCurvetoCubicRel_y1_Setter";
5462 5462
5463 @DomName('SVGPathSegCurvetoCubicRel.y2')
5463 @DocsEditable 5464 @DocsEditable
5464 @DomName('SVGPathSegCurvetoCubicRel.y2')
5465 num get y2 native "SVGPathSegCurvetoCubicRel_y2_Getter"; 5465 num get y2 native "SVGPathSegCurvetoCubicRel_y2_Getter";
5466 5466
5467 @DomName('SVGPathSegCurvetoCubicRel.y2')
5467 @DocsEditable 5468 @DocsEditable
5468 @DomName('SVGPathSegCurvetoCubicRel.y2')
5469 void set y2(num value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; 5469 void set y2(num value) native "SVGPathSegCurvetoCubicRel_y2_Setter";
5470 5470
5471 } 5471 }
5472 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5472 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5473 // for details. All rights reserved. Use of this source code is governed by a 5473 // for details. All rights reserved. Use of this source code is governed by a
5474 // BSD-style license that can be found in the LICENSE file. 5474 // BSD-style license that can be found in the LICENSE file.
5475 5475
5476 // WARNING: Do not edit - generated code. 5476 // WARNING: Do not edit - generated code.
5477 5477
5478 5478
5479 @DocsEditable 5479 @DocsEditable
5480 @DomName('SVGPathSegCurvetoCubicSmoothAbs') 5480 @DomName('SVGPathSegCurvetoCubicSmoothAbs')
5481 class PathSegCurvetoCubicSmoothAbs extends PathSeg { 5481 class PathSegCurvetoCubicSmoothAbs extends PathSeg {
5482 PathSegCurvetoCubicSmoothAbs.internal() : super.internal(); 5482 PathSegCurvetoCubicSmoothAbs.internal() : super.internal();
5483 5483
5484 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
5484 @DocsEditable 5485 @DocsEditable
5485 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
5486 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; 5486 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter";
5487 5487
5488 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
5488 @DocsEditable 5489 @DocsEditable
5489 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
5490 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; 5490 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter";
5491 5491
5492 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2')
5492 @DocsEditable 5493 @DocsEditable
5493 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2')
5494 num get x2 native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; 5494 num get x2 native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter";
5495 5495
5496 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2')
5496 @DocsEditable 5497 @DocsEditable
5497 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2')
5498 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter"; 5498 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter";
5499 5499
5500 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y')
5500 @DocsEditable 5501 @DocsEditable
5501 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y')
5502 num get y native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; 5502 num get y native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter";
5503 5503
5504 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y')
5504 @DocsEditable 5505 @DocsEditable
5505 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y')
5506 void set y(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter"; 5506 void set y(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter";
5507 5507
5508 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2')
5508 @DocsEditable 5509 @DocsEditable
5509 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2')
5510 num get y2 native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; 5510 num get y2 native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter";
5511 5511
5512 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2')
5512 @DocsEditable 5513 @DocsEditable
5513 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2')
5514 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter"; 5514 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter";
5515 5515
5516 } 5516 }
5517 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5517 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5518 // for details. All rights reserved. Use of this source code is governed by a 5518 // for details. All rights reserved. Use of this source code is governed by a
5519 // BSD-style license that can be found in the LICENSE file. 5519 // BSD-style license that can be found in the LICENSE file.
5520 5520
5521 // WARNING: Do not edit - generated code. 5521 // WARNING: Do not edit - generated code.
5522 5522
5523 5523
5524 @DocsEditable 5524 @DocsEditable
5525 @DomName('SVGPathSegCurvetoCubicSmoothRel') 5525 @DomName('SVGPathSegCurvetoCubicSmoothRel')
5526 class PathSegCurvetoCubicSmoothRel extends PathSeg { 5526 class PathSegCurvetoCubicSmoothRel extends PathSeg {
5527 PathSegCurvetoCubicSmoothRel.internal() : super.internal(); 5527 PathSegCurvetoCubicSmoothRel.internal() : super.internal();
5528 5528
5529 @DomName('SVGPathSegCurvetoCubicSmoothRel.x')
5529 @DocsEditable 5530 @DocsEditable
5530 @DomName('SVGPathSegCurvetoCubicSmoothRel.x')
5531 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; 5531 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter";
5532 5532
5533 @DomName('SVGPathSegCurvetoCubicSmoothRel.x')
5533 @DocsEditable 5534 @DocsEditable
5534 @DomName('SVGPathSegCurvetoCubicSmoothRel.x')
5535 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; 5535 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter";
5536 5536
5537 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
5537 @DocsEditable 5538 @DocsEditable
5538 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
5539 num get x2 native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; 5539 num get x2 native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter";
5540 5540
5541 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
5541 @DocsEditable 5542 @DocsEditable
5542 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
5543 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter"; 5543 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter";
5544 5544
5545 @DomName('SVGPathSegCurvetoCubicSmoothRel.y')
5545 @DocsEditable 5546 @DocsEditable
5546 @DomName('SVGPathSegCurvetoCubicSmoothRel.y')
5547 num get y native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; 5547 num get y native "SVGPathSegCurvetoCubicSmoothRel_y_Getter";
5548 5548
5549 @DomName('SVGPathSegCurvetoCubicSmoothRel.y')
5549 @DocsEditable 5550 @DocsEditable
5550 @DomName('SVGPathSegCurvetoCubicSmoothRel.y')
5551 void set y(num value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter"; 5551 void set y(num value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter";
5552 5552
5553 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2')
5553 @DocsEditable 5554 @DocsEditable
5554 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2')
5555 num get y2 native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; 5555 num get y2 native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter";
5556 5556
5557 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2')
5557 @DocsEditable 5558 @DocsEditable
5558 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2')
5559 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter"; 5559 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter";
5560 5560
5561 } 5561 }
5562 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5562 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5563 // for details. All rights reserved. Use of this source code is governed by a 5563 // for details. All rights reserved. Use of this source code is governed by a
5564 // BSD-style license that can be found in the LICENSE file. 5564 // BSD-style license that can be found in the LICENSE file.
5565 5565
5566 // WARNING: Do not edit - generated code. 5566 // WARNING: Do not edit - generated code.
5567 5567
5568 5568
5569 @DocsEditable 5569 @DocsEditable
5570 @DomName('SVGPathSegCurvetoQuadraticAbs') 5570 @DomName('SVGPathSegCurvetoQuadraticAbs')
5571 class PathSegCurvetoQuadraticAbs extends PathSeg { 5571 class PathSegCurvetoQuadraticAbs extends PathSeg {
5572 PathSegCurvetoQuadraticAbs.internal() : super.internal(); 5572 PathSegCurvetoQuadraticAbs.internal() : super.internal();
5573 5573
5574 @DomName('SVGPathSegCurvetoQuadraticAbs.x')
5574 @DocsEditable 5575 @DocsEditable
5575 @DomName('SVGPathSegCurvetoQuadraticAbs.x')
5576 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; 5576 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter";
5577 5577
5578 @DomName('SVGPathSegCurvetoQuadraticAbs.x')
5578 @DocsEditable 5579 @DocsEditable
5579 @DomName('SVGPathSegCurvetoQuadraticAbs.x')
5580 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; 5580 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter";
5581 5581
5582 @DomName('SVGPathSegCurvetoQuadraticAbs.x1')
5582 @DocsEditable 5583 @DocsEditable
5583 @DomName('SVGPathSegCurvetoQuadraticAbs.x1')
5584 num get x1 native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; 5584 num get x1 native "SVGPathSegCurvetoQuadraticAbs_x1_Getter";
5585 5585
5586 @DomName('SVGPathSegCurvetoQuadraticAbs.x1')
5586 @DocsEditable 5587 @DocsEditable
5587 @DomName('SVGPathSegCurvetoQuadraticAbs.x1')
5588 void set x1(num value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter"; 5588 void set x1(num value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter";
5589 5589
5590 @DomName('SVGPathSegCurvetoQuadraticAbs.y')
5590 @DocsEditable 5591 @DocsEditable
5591 @DomName('SVGPathSegCurvetoQuadraticAbs.y')
5592 num get y native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; 5592 num get y native "SVGPathSegCurvetoQuadraticAbs_y_Getter";
5593 5593
5594 @DomName('SVGPathSegCurvetoQuadraticAbs.y')
5594 @DocsEditable 5595 @DocsEditable
5595 @DomName('SVGPathSegCurvetoQuadraticAbs.y')
5596 void set y(num value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; 5596 void set y(num value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter";
5597 5597
5598 @DomName('SVGPathSegCurvetoQuadraticAbs.y1')
5598 @DocsEditable 5599 @DocsEditable
5599 @DomName('SVGPathSegCurvetoQuadraticAbs.y1')
5600 num get y1 native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; 5600 num get y1 native "SVGPathSegCurvetoQuadraticAbs_y1_Getter";
5601 5601
5602 @DomName('SVGPathSegCurvetoQuadraticAbs.y1')
5602 @DocsEditable 5603 @DocsEditable
5603 @DomName('SVGPathSegCurvetoQuadraticAbs.y1')
5604 void set y1(num value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter"; 5604 void set y1(num value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter";
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
5615 @DomName('SVGPathSegCurvetoQuadraticRel') 5615 @DomName('SVGPathSegCurvetoQuadraticRel')
5616 class PathSegCurvetoQuadraticRel extends PathSeg { 5616 class PathSegCurvetoQuadraticRel extends PathSeg {
5617 PathSegCurvetoQuadraticRel.internal() : super.internal(); 5617 PathSegCurvetoQuadraticRel.internal() : super.internal();
5618 5618
5619 @DomName('SVGPathSegCurvetoQuadraticRel.x')
5619 @DocsEditable 5620 @DocsEditable
5620 @DomName('SVGPathSegCurvetoQuadraticRel.x')
5621 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; 5621 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter";
5622 5622
5623 @DomName('SVGPathSegCurvetoQuadraticRel.x')
5623 @DocsEditable 5624 @DocsEditable
5624 @DomName('SVGPathSegCurvetoQuadraticRel.x')
5625 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; 5625 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter";
5626 5626
5627 @DomName('SVGPathSegCurvetoQuadraticRel.x1')
5627 @DocsEditable 5628 @DocsEditable
5628 @DomName('SVGPathSegCurvetoQuadraticRel.x1')
5629 num get x1 native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; 5629 num get x1 native "SVGPathSegCurvetoQuadraticRel_x1_Getter";
5630 5630
5631 @DomName('SVGPathSegCurvetoQuadraticRel.x1')
5631 @DocsEditable 5632 @DocsEditable
5632 @DomName('SVGPathSegCurvetoQuadraticRel.x1')
5633 void set x1(num value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter"; 5633 void set x1(num value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter";
5634 5634
5635 @DomName('SVGPathSegCurvetoQuadraticRel.y')
5635 @DocsEditable 5636 @DocsEditable
5636 @DomName('SVGPathSegCurvetoQuadraticRel.y')
5637 num get y native "SVGPathSegCurvetoQuadraticRel_y_Getter"; 5637 num get y native "SVGPathSegCurvetoQuadraticRel_y_Getter";
5638 5638
5639 @DomName('SVGPathSegCurvetoQuadraticRel.y')
5639 @DocsEditable 5640 @DocsEditable
5640 @DomName('SVGPathSegCurvetoQuadraticRel.y')
5641 void set y(num value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; 5641 void set y(num value) native "SVGPathSegCurvetoQuadraticRel_y_Setter";
5642 5642
5643 @DomName('SVGPathSegCurvetoQuadraticRel.y1')
5643 @DocsEditable 5644 @DocsEditable
5644 @DomName('SVGPathSegCurvetoQuadraticRel.y1')
5645 num get y1 native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; 5645 num get y1 native "SVGPathSegCurvetoQuadraticRel_y1_Getter";
5646 5646
5647 @DomName('SVGPathSegCurvetoQuadraticRel.y1')
5647 @DocsEditable 5648 @DocsEditable
5648 @DomName('SVGPathSegCurvetoQuadraticRel.y1')
5649 void set y1(num value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter"; 5649 void set y1(num value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter";
5650 5650
5651 } 5651 }
5652 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5652 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5653 // for details. All rights reserved. Use of this source code is governed by a 5653 // for details. All rights reserved. Use of this source code is governed by a
5654 // BSD-style license that can be found in the LICENSE file. 5654 // BSD-style license that can be found in the LICENSE file.
5655 5655
5656 // WARNING: Do not edit - generated code. 5656 // WARNING: Do not edit - generated code.
5657 5657
5658 5658
5659 @DocsEditable 5659 @DocsEditable
5660 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') 5660 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs')
5661 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { 5661 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg {
5662 PathSegCurvetoQuadraticSmoothAbs.internal() : super.internal(); 5662 PathSegCurvetoQuadraticSmoothAbs.internal() : super.internal();
5663 5663
5664 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
5664 @DocsEditable 5665 @DocsEditable
5665 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
5666 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; 5666 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter";
5667 5667
5668 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
5668 @DocsEditable 5669 @DocsEditable
5669 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
5670 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; 5670 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter";
5671 5671
5672 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
5672 @DocsEditable 5673 @DocsEditable
5673 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
5674 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; 5674 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter";
5675 5675
5676 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
5676 @DocsEditable 5677 @DocsEditable
5677 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
5678 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; 5678 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter";
5679 5679
5680 } 5680 }
5681 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5681 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5682 // for details. All rights reserved. Use of this source code is governed by a 5682 // for details. All rights reserved. Use of this source code is governed by a
5683 // BSD-style license that can be found in the LICENSE file. 5683 // BSD-style license that can be found in the LICENSE file.
5684 5684
5685 // WARNING: Do not edit - generated code. 5685 // WARNING: Do not edit - generated code.
5686 5686
5687 5687
5688 @DocsEditable 5688 @DocsEditable
5689 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') 5689 @DomName('SVGPathSegCurvetoQuadraticSmoothRel')
5690 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { 5690 class PathSegCurvetoQuadraticSmoothRel extends PathSeg {
5691 PathSegCurvetoQuadraticSmoothRel.internal() : super.internal(); 5691 PathSegCurvetoQuadraticSmoothRel.internal() : super.internal();
5692 5692
5693 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
5693 @DocsEditable 5694 @DocsEditable
5694 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
5695 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; 5695 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter";
5696 5696
5697 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
5697 @DocsEditable 5698 @DocsEditable
5698 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
5699 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; 5699 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter";
5700 5700
5701 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
5701 @DocsEditable 5702 @DocsEditable
5702 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
5703 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; 5703 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter";
5704 5704
5705 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
5705 @DocsEditable 5706 @DocsEditable
5706 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
5707 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; 5707 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter";
5708 5708
5709 } 5709 }
5710 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5710 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5711 // for details. All rights reserved. Use of this source code is governed by a 5711 // for details. All rights reserved. Use of this source code is governed by a
5712 // BSD-style license that can be found in the LICENSE file. 5712 // BSD-style license that can be found in the LICENSE file.
5713 5713
5714 // WARNING: Do not edit - generated code. 5714 // WARNING: Do not edit - generated code.
5715 5715
5716 5716
5717 @DocsEditable 5717 @DocsEditable
5718 @DomName('SVGPathSegLinetoAbs') 5718 @DomName('SVGPathSegLinetoAbs')
5719 class PathSegLinetoAbs extends PathSeg { 5719 class PathSegLinetoAbs extends PathSeg {
5720 PathSegLinetoAbs.internal() : super.internal(); 5720 PathSegLinetoAbs.internal() : super.internal();
5721 5721
5722 @DomName('SVGPathSegLinetoAbs.x')
5722 @DocsEditable 5723 @DocsEditable
5723 @DomName('SVGPathSegLinetoAbs.x')
5724 num get x native "SVGPathSegLinetoAbs_x_Getter"; 5724 num get x native "SVGPathSegLinetoAbs_x_Getter";
5725 5725
5726 @DomName('SVGPathSegLinetoAbs.x')
5726 @DocsEditable 5727 @DocsEditable
5727 @DomName('SVGPathSegLinetoAbs.x')
5728 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; 5728 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter";
5729 5729
5730 @DomName('SVGPathSegLinetoAbs.y')
5730 @DocsEditable 5731 @DocsEditable
5731 @DomName('SVGPathSegLinetoAbs.y')
5732 num get y native "SVGPathSegLinetoAbs_y_Getter"; 5732 num get y native "SVGPathSegLinetoAbs_y_Getter";
5733 5733
5734 @DomName('SVGPathSegLinetoAbs.y')
5734 @DocsEditable 5735 @DocsEditable
5735 @DomName('SVGPathSegLinetoAbs.y')
5736 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; 5736 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter";
5737 5737
5738 } 5738 }
5739 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5739 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5740 // for details. All rights reserved. Use of this source code is governed by a 5740 // for details. All rights reserved. Use of this source code is governed by a
5741 // BSD-style license that can be found in the LICENSE file. 5741 // BSD-style license that can be found in the LICENSE file.
5742 5742
5743 // WARNING: Do not edit - generated code. 5743 // WARNING: Do not edit - generated code.
5744 5744
5745 5745
5746 @DocsEditable 5746 @DocsEditable
5747 @DomName('SVGPathSegLinetoHorizontalAbs') 5747 @DomName('SVGPathSegLinetoHorizontalAbs')
5748 class PathSegLinetoHorizontalAbs extends PathSeg { 5748 class PathSegLinetoHorizontalAbs extends PathSeg {
5749 PathSegLinetoHorizontalAbs.internal() : super.internal(); 5749 PathSegLinetoHorizontalAbs.internal() : super.internal();
5750 5750
5751 @DomName('SVGPathSegLinetoHorizontalAbs.x')
5751 @DocsEditable 5752 @DocsEditable
5752 @DomName('SVGPathSegLinetoHorizontalAbs.x')
5753 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; 5753 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter";
5754 5754
5755 @DomName('SVGPathSegLinetoHorizontalAbs.x')
5755 @DocsEditable 5756 @DocsEditable
5756 @DomName('SVGPathSegLinetoHorizontalAbs.x')
5757 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; 5757 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter";
5758 5758
5759 } 5759 }
5760 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5760 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5761 // for details. All rights reserved. Use of this source code is governed by a 5761 // for details. All rights reserved. Use of this source code is governed by a
5762 // BSD-style license that can be found in the LICENSE file. 5762 // BSD-style license that can be found in the LICENSE file.
5763 5763
5764 // WARNING: Do not edit - generated code. 5764 // WARNING: Do not edit - generated code.
5765 5765
5766 5766
5767 @DocsEditable 5767 @DocsEditable
5768 @DomName('SVGPathSegLinetoHorizontalRel') 5768 @DomName('SVGPathSegLinetoHorizontalRel')
5769 class PathSegLinetoHorizontalRel extends PathSeg { 5769 class PathSegLinetoHorizontalRel extends PathSeg {
5770 PathSegLinetoHorizontalRel.internal() : super.internal(); 5770 PathSegLinetoHorizontalRel.internal() : super.internal();
5771 5771
5772 @DomName('SVGPathSegLinetoHorizontalRel.x')
5772 @DocsEditable 5773 @DocsEditable
5773 @DomName('SVGPathSegLinetoHorizontalRel.x')
5774 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; 5774 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter";
5775 5775
5776 @DomName('SVGPathSegLinetoHorizontalRel.x')
5776 @DocsEditable 5777 @DocsEditable
5777 @DomName('SVGPathSegLinetoHorizontalRel.x')
5778 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; 5778 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter";
5779 5779
5780 } 5780 }
5781 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5781 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5782 // for details. All rights reserved. Use of this source code is governed by a 5782 // for details. All rights reserved. Use of this source code is governed by a
5783 // BSD-style license that can be found in the LICENSE file. 5783 // BSD-style license that can be found in the LICENSE file.
5784 5784
5785 // WARNING: Do not edit - generated code. 5785 // WARNING: Do not edit - generated code.
5786 5786
5787 5787
5788 @DocsEditable 5788 @DocsEditable
5789 @DomName('SVGPathSegLinetoRel') 5789 @DomName('SVGPathSegLinetoRel')
5790 class PathSegLinetoRel extends PathSeg { 5790 class PathSegLinetoRel extends PathSeg {
5791 PathSegLinetoRel.internal() : super.internal(); 5791 PathSegLinetoRel.internal() : super.internal();
5792 5792
5793 @DomName('SVGPathSegLinetoRel.x')
5793 @DocsEditable 5794 @DocsEditable
5794 @DomName('SVGPathSegLinetoRel.x')
5795 num get x native "SVGPathSegLinetoRel_x_Getter"; 5795 num get x native "SVGPathSegLinetoRel_x_Getter";
5796 5796
5797 @DomName('SVGPathSegLinetoRel.x')
5797 @DocsEditable 5798 @DocsEditable
5798 @DomName('SVGPathSegLinetoRel.x')
5799 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; 5799 void set x(num value) native "SVGPathSegLinetoRel_x_Setter";
5800 5800
5801 @DomName('SVGPathSegLinetoRel.y')
5801 @DocsEditable 5802 @DocsEditable
5802 @DomName('SVGPathSegLinetoRel.y')
5803 num get y native "SVGPathSegLinetoRel_y_Getter"; 5803 num get y native "SVGPathSegLinetoRel_y_Getter";
5804 5804
5805 @DomName('SVGPathSegLinetoRel.y')
5805 @DocsEditable 5806 @DocsEditable
5806 @DomName('SVGPathSegLinetoRel.y')
5807 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; 5807 void set y(num value) native "SVGPathSegLinetoRel_y_Setter";
5808 5808
5809 } 5809 }
5810 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5810 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5811 // for details. All rights reserved. Use of this source code is governed by a 5811 // for details. All rights reserved. Use of this source code is governed by a
5812 // BSD-style license that can be found in the LICENSE file. 5812 // BSD-style license that can be found in the LICENSE file.
5813 5813
5814 // WARNING: Do not edit - generated code. 5814 // WARNING: Do not edit - generated code.
5815 5815
5816 5816
5817 @DocsEditable 5817 @DocsEditable
5818 @DomName('SVGPathSegLinetoVerticalAbs') 5818 @DomName('SVGPathSegLinetoVerticalAbs')
5819 class PathSegLinetoVerticalAbs extends PathSeg { 5819 class PathSegLinetoVerticalAbs extends PathSeg {
5820 PathSegLinetoVerticalAbs.internal() : super.internal(); 5820 PathSegLinetoVerticalAbs.internal() : super.internal();
5821 5821
5822 @DomName('SVGPathSegLinetoVerticalAbs.y')
5822 @DocsEditable 5823 @DocsEditable
5823 @DomName('SVGPathSegLinetoVerticalAbs.y')
5824 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; 5824 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter";
5825 5825
5826 @DomName('SVGPathSegLinetoVerticalAbs.y')
5826 @DocsEditable 5827 @DocsEditable
5827 @DomName('SVGPathSegLinetoVerticalAbs.y')
5828 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; 5828 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter";
5829 5829
5830 } 5830 }
5831 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5831 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5832 // for details. All rights reserved. Use of this source code is governed by a 5832 // for details. All rights reserved. Use of this source code is governed by a
5833 // BSD-style license that can be found in the LICENSE file. 5833 // BSD-style license that can be found in the LICENSE file.
5834 5834
5835 // WARNING: Do not edit - generated code. 5835 // WARNING: Do not edit - generated code.
5836 5836
5837 5837
5838 @DocsEditable 5838 @DocsEditable
5839 @DomName('SVGPathSegLinetoVerticalRel') 5839 @DomName('SVGPathSegLinetoVerticalRel')
5840 class PathSegLinetoVerticalRel extends PathSeg { 5840 class PathSegLinetoVerticalRel extends PathSeg {
5841 PathSegLinetoVerticalRel.internal() : super.internal(); 5841 PathSegLinetoVerticalRel.internal() : super.internal();
5842 5842
5843 @DomName('SVGPathSegLinetoVerticalRel.y')
5843 @DocsEditable 5844 @DocsEditable
5844 @DomName('SVGPathSegLinetoVerticalRel.y')
5845 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; 5845 num get y native "SVGPathSegLinetoVerticalRel_y_Getter";
5846 5846
5847 @DomName('SVGPathSegLinetoVerticalRel.y')
5847 @DocsEditable 5848 @DocsEditable
5848 @DomName('SVGPathSegLinetoVerticalRel.y')
5849 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; 5849 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter";
5850 5850
5851 } 5851 }
5852 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5852 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5853 // for details. All rights reserved. Use of this source code is governed by a 5853 // for details. All rights reserved. Use of this source code is governed by a
5854 // BSD-style license that can be found in the LICENSE file. 5854 // BSD-style license that can be found in the LICENSE file.
5855 5855
5856 // WARNING: Do not edit - generated code. 5856 // WARNING: Do not edit - generated code.
5857 5857
5858 5858
5859 @DocsEditable 5859 @DocsEditable
5860 @DomName('SVGPathSegList') 5860 @DomName('SVGPathSegList')
5861 class PathSegList extends NativeFieldWrapperClass1 implements List<PathSeg> { 5861 class PathSegList extends NativeFieldWrapperClass1 implements List<PathSeg> {
5862 PathSegList.internal(); 5862 PathSegList.internal();
5863 5863
5864 @DomName('SVGPathSegList.numberOfItems')
5864 @DocsEditable 5865 @DocsEditable
5865 @DomName('SVGPathSegList.numberOfItems')
5866 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; 5866 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter";
5867 5867
5868 PathSeg operator[](int index) native "SVGPathSegList_item_Callback"; 5868 PathSeg operator[](int index) native "SVGPathSegList_item_Callback";
5869 5869
5870 void operator[]=(int index, PathSeg value) { 5870 void operator[]=(int index, PathSeg value) {
5871 throw new UnsupportedError("Cannot assign element of immutable List."); 5871 throw new UnsupportedError("Cannot assign element of immutable List.");
5872 } 5872 }
5873 // -- start List<PathSeg> mixins. 5873 // -- start List<PathSeg> mixins.
5874 // PathSeg is the element type. 5874 // PathSeg is the element type.
5875 5875
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
6026 6026
6027 void insertRange(int start, int rangeLength, [PathSeg initialValue]) { 6027 void insertRange(int start, int rangeLength, [PathSeg initialValue]) {
6028 throw new UnsupportedError("Cannot insertRange on immutable List."); 6028 throw new UnsupportedError("Cannot insertRange on immutable List.");
6029 } 6029 }
6030 6030
6031 List<PathSeg> getRange(int start, int rangeLength) => 6031 List<PathSeg> getRange(int start, int rangeLength) =>
6032 Lists.getRange(this, start, rangeLength, <PathSeg>[]); 6032 Lists.getRange(this, start, rangeLength, <PathSeg>[]);
6033 6033
6034 // -- end List<PathSeg> mixins. 6034 // -- end List<PathSeg> mixins.
6035 6035
6036 @DomName('SVGPathSegList.appendItem')
6036 @DocsEditable 6037 @DocsEditable
6037 @DomName('SVGPathSegList.appendItem')
6038 PathSeg appendItem(PathSeg newItem) native "SVGPathSegList_appendItem_Callback "; 6038 PathSeg appendItem(PathSeg newItem) native "SVGPathSegList_appendItem_Callback ";
6039 6039
6040 @DomName('SVGPathSegList.clear')
6040 @DocsEditable 6041 @DocsEditable
6041 @DomName('SVGPathSegList.clear')
6042 void clear() native "SVGPathSegList_clear_Callback"; 6042 void clear() native "SVGPathSegList_clear_Callback";
6043 6043
6044 @DomName('SVGPathSegList.getItem')
6044 @DocsEditable 6045 @DocsEditable
6045 @DomName('SVGPathSegList.getItem')
6046 PathSeg getItem(int index) native "SVGPathSegList_getItem_Callback"; 6046 PathSeg getItem(int index) native "SVGPathSegList_getItem_Callback";
6047 6047
6048 @DomName('SVGPathSegList.initialize')
6048 @DocsEditable 6049 @DocsEditable
6049 @DomName('SVGPathSegList.initialize')
6050 PathSeg initialize(PathSeg newItem) native "SVGPathSegList_initialize_Callback "; 6050 PathSeg initialize(PathSeg newItem) native "SVGPathSegList_initialize_Callback ";
6051 6051
6052 @DomName('SVGPathSegList.insertItemBefore')
6052 @DocsEditable 6053 @DocsEditable
6053 @DomName('SVGPathSegList.insertItemBefore')
6054 PathSeg insertItemBefore(PathSeg newItem, int index) native "SVGPathSegList_in sertItemBefore_Callback"; 6054 PathSeg insertItemBefore(PathSeg newItem, int index) native "SVGPathSegList_in sertItemBefore_Callback";
6055 6055
6056 @DomName('SVGPathSegList.removeItem')
6056 @DocsEditable 6057 @DocsEditable
6057 @DomName('SVGPathSegList.removeItem')
6058 PathSeg removeItem(int index) native "SVGPathSegList_removeItem_Callback"; 6058 PathSeg removeItem(int index) native "SVGPathSegList_removeItem_Callback";
6059 6059
6060 @DomName('SVGPathSegList.replaceItem')
6060 @DocsEditable 6061 @DocsEditable
6061 @DomName('SVGPathSegList.replaceItem')
6062 PathSeg replaceItem(PathSeg newItem, int index) native "SVGPathSegList_replace Item_Callback"; 6062 PathSeg replaceItem(PathSeg newItem, int index) native "SVGPathSegList_replace Item_Callback";
6063 6063
6064 } 6064 }
6065 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6065 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6066 // for details. All rights reserved. Use of this source code is governed by a 6066 // for details. All rights reserved. Use of this source code is governed by a
6067 // BSD-style license that can be found in the LICENSE file. 6067 // BSD-style license that can be found in the LICENSE file.
6068 6068
6069 // WARNING: Do not edit - generated code. 6069 // WARNING: Do not edit - generated code.
6070 6070
6071 6071
6072 @DocsEditable 6072 @DocsEditable
6073 @DomName('SVGPathSegMovetoAbs') 6073 @DomName('SVGPathSegMovetoAbs')
6074 class PathSegMovetoAbs extends PathSeg { 6074 class PathSegMovetoAbs extends PathSeg {
6075 PathSegMovetoAbs.internal() : super.internal(); 6075 PathSegMovetoAbs.internal() : super.internal();
6076 6076
6077 @DomName('SVGPathSegMovetoAbs.x')
6077 @DocsEditable 6078 @DocsEditable
6078 @DomName('SVGPathSegMovetoAbs.x')
6079 num get x native "SVGPathSegMovetoAbs_x_Getter"; 6079 num get x native "SVGPathSegMovetoAbs_x_Getter";
6080 6080
6081 @DomName('SVGPathSegMovetoAbs.x')
6081 @DocsEditable 6082 @DocsEditable
6082 @DomName('SVGPathSegMovetoAbs.x')
6083 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; 6083 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter";
6084 6084
6085 @DomName('SVGPathSegMovetoAbs.y')
6085 @DocsEditable 6086 @DocsEditable
6086 @DomName('SVGPathSegMovetoAbs.y')
6087 num get y native "SVGPathSegMovetoAbs_y_Getter"; 6087 num get y native "SVGPathSegMovetoAbs_y_Getter";
6088 6088
6089 @DomName('SVGPathSegMovetoAbs.y')
6089 @DocsEditable 6090 @DocsEditable
6090 @DomName('SVGPathSegMovetoAbs.y')
6091 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; 6091 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter";
6092 6092
6093 } 6093 }
6094 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6094 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6095 // for details. All rights reserved. Use of this source code is governed by a 6095 // for details. All rights reserved. Use of this source code is governed by a
6096 // BSD-style license that can be found in the LICENSE file. 6096 // BSD-style license that can be found in the LICENSE file.
6097 6097
6098 // WARNING: Do not edit - generated code. 6098 // WARNING: Do not edit - generated code.
6099 6099
6100 6100
6101 @DocsEditable 6101 @DocsEditable
6102 @DomName('SVGPathSegMovetoRel') 6102 @DomName('SVGPathSegMovetoRel')
6103 class PathSegMovetoRel extends PathSeg { 6103 class PathSegMovetoRel extends PathSeg {
6104 PathSegMovetoRel.internal() : super.internal(); 6104 PathSegMovetoRel.internal() : super.internal();
6105 6105
6106 @DomName('SVGPathSegMovetoRel.x')
6106 @DocsEditable 6107 @DocsEditable
6107 @DomName('SVGPathSegMovetoRel.x')
6108 num get x native "SVGPathSegMovetoRel_x_Getter"; 6108 num get x native "SVGPathSegMovetoRel_x_Getter";
6109 6109
6110 @DomName('SVGPathSegMovetoRel.x')
6110 @DocsEditable 6111 @DocsEditable
6111 @DomName('SVGPathSegMovetoRel.x')
6112 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; 6112 void set x(num value) native "SVGPathSegMovetoRel_x_Setter";
6113 6113
6114 @DomName('SVGPathSegMovetoRel.y')
6114 @DocsEditable 6115 @DocsEditable
6115 @DomName('SVGPathSegMovetoRel.y')
6116 num get y native "SVGPathSegMovetoRel_y_Getter"; 6116 num get y native "SVGPathSegMovetoRel_y_Getter";
6117 6117
6118 @DomName('SVGPathSegMovetoRel.y')
6118 @DocsEditable 6119 @DocsEditable
6119 @DomName('SVGPathSegMovetoRel.y')
6120 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; 6120 void set y(num value) native "SVGPathSegMovetoRel_y_Setter";
6121 6121
6122 } 6122 }
6123 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6123 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6124 // for details. All rights reserved. Use of this source code is governed by a 6124 // for details. All rights reserved. Use of this source code is governed by a
6125 // BSD-style license that can be found in the LICENSE file. 6125 // BSD-style license that can be found in the LICENSE file.
6126 6126
6127 // WARNING: Do not edit - generated code. 6127 // WARNING: Do not edit - generated code.
6128 6128
6129 6129
6130 @DocsEditable 6130 @DocsEditable
6131 @DomName('SVGPatternElement') 6131 @DomName('SVGPatternElement')
6132 class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer ence, Stylable, ExternalResourcesRequired, LangSpace { 6132 class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer ence, Stylable, ExternalResourcesRequired, LangSpace {
6133 PatternElement.internal() : super.internal(); 6133 PatternElement.internal() : super.internal();
6134 6134
6135 @DocsEditable 6135 @DocsEditable
6136 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern"); 6136 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern");
6137 6137
6138 @DomName('SVGPatternElement.height')
6138 @DocsEditable 6139 @DocsEditable
6139 @DomName('SVGPatternElement.height')
6140 AnimatedLength get height native "SVGPatternElement_height_Getter"; 6140 AnimatedLength get height native "SVGPatternElement_height_Getter";
6141 6141
6142 @DomName('SVGPatternElement.patternContentUnits')
6142 @DocsEditable 6143 @DocsEditable
6143 @DomName('SVGPatternElement.patternContentUnits')
6144 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC ontentUnits_Getter"; 6144 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC ontentUnits_Getter";
6145 6145
6146 @DomName('SVGPatternElement.patternTransform')
6146 @DocsEditable 6147 @DocsEditable
6147 @DomName('SVGPatternElement.patternTransform')
6148 AnimatedTransformList get patternTransform native "SVGPatternElement_patternTr ansform_Getter"; 6148 AnimatedTransformList get patternTransform native "SVGPatternElement_patternTr ansform_Getter";
6149 6149
6150 @DomName('SVGPatternElement.patternUnits')
6150 @DocsEditable 6151 @DocsEditable
6151 @DomName('SVGPatternElement.patternUnits')
6152 AnimatedEnumeration get patternUnits native "SVGPatternElement_patternUnits_Ge tter"; 6152 AnimatedEnumeration get patternUnits native "SVGPatternElement_patternUnits_Ge tter";
6153 6153
6154 @DomName('SVGPatternElement.width')
6154 @DocsEditable 6155 @DocsEditable
6155 @DomName('SVGPatternElement.width')
6156 AnimatedLength get width native "SVGPatternElement_width_Getter"; 6156 AnimatedLength get width native "SVGPatternElement_width_Getter";
6157 6157
6158 @DomName('SVGPatternElement.x')
6158 @DocsEditable 6159 @DocsEditable
6159 @DomName('SVGPatternElement.x')
6160 AnimatedLength get x native "SVGPatternElement_x_Getter"; 6160 AnimatedLength get x native "SVGPatternElement_x_Getter";
6161 6161
6162 @DomName('SVGPatternElement.y')
6162 @DocsEditable 6163 @DocsEditable
6163 @DomName('SVGPatternElement.y')
6164 AnimatedLength get y native "SVGPatternElement_y_Getter"; 6164 AnimatedLength get y native "SVGPatternElement_y_Getter";
6165 6165
6166 @DomName('SVGPatternElement.externalResourcesRequired')
6166 @DocsEditable 6167 @DocsEditable
6167 @DomName('SVGPatternElement.externalResourcesRequired')
6168 AnimatedBoolean get externalResourcesRequired native "SVGPatternElement_extern alResourcesRequired_Getter"; 6168 AnimatedBoolean get externalResourcesRequired native "SVGPatternElement_extern alResourcesRequired_Getter";
6169 6169
6170 @DomName('SVGPatternElement.preserveAspectRatio')
6170 @DocsEditable 6171 @DocsEditable
6171 @DomName('SVGPatternElement.preserveAspectRatio')
6172 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGPatternElement_ preserveAspectRatio_Getter"; 6172 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGPatternElement_ preserveAspectRatio_Getter";
6173 6173
6174 @DomName('SVGPatternElement.viewBox')
6174 @DocsEditable 6175 @DocsEditable
6175 @DomName('SVGPatternElement.viewBox')
6176 AnimatedRect get viewBox native "SVGPatternElement_viewBox_Getter"; 6176 AnimatedRect get viewBox native "SVGPatternElement_viewBox_Getter";
6177 6177
6178 @DomName('SVGPatternElement.xmllang')
6178 @DocsEditable 6179 @DocsEditable
6179 @DomName('SVGPatternElement.xmllang')
6180 String get xmllang native "SVGPatternElement_xmllang_Getter"; 6180 String get xmllang native "SVGPatternElement_xmllang_Getter";
6181 6181
6182 @DomName('SVGPatternElement.xmllang')
6182 @DocsEditable 6183 @DocsEditable
6183 @DomName('SVGPatternElement.xmllang')
6184 void set xmllang(String value) native "SVGPatternElement_xmllang_Setter"; 6184 void set xmllang(String value) native "SVGPatternElement_xmllang_Setter";
6185 6185
6186 @DomName('SVGPatternElement.xmlspace')
6186 @DocsEditable 6187 @DocsEditable
6187 @DomName('SVGPatternElement.xmlspace')
6188 String get xmlspace native "SVGPatternElement_xmlspace_Getter"; 6188 String get xmlspace native "SVGPatternElement_xmlspace_Getter";
6189 6189
6190 @DomName('SVGPatternElement.xmlspace')
6190 @DocsEditable 6191 @DocsEditable
6191 @DomName('SVGPatternElement.xmlspace')
6192 void set xmlspace(String value) native "SVGPatternElement_xmlspace_Setter"; 6192 void set xmlspace(String value) native "SVGPatternElement_xmlspace_Setter";
6193 6193
6194 @DomName('SVGPatternElement.className')
6194 @DocsEditable 6195 @DocsEditable
6195 @DomName('SVGPatternElement.className')
6196 AnimatedString get $dom_svgClassName native "SVGPatternElement_className_Gette r"; 6196 AnimatedString get $dom_svgClassName native "SVGPatternElement_className_Gette r";
6197 6197
6198 @DomName('SVGPatternElement.style')
6198 @DocsEditable 6199 @DocsEditable
6199 @DomName('SVGPatternElement.style')
6200 CssStyleDeclaration get style native "SVGPatternElement_style_Getter"; 6200 CssStyleDeclaration get style native "SVGPatternElement_style_Getter";
6201 6201
6202 @DomName('SVGPatternElement.getPresentationAttribute')
6202 @DocsEditable 6203 @DocsEditable
6203 @DomName('SVGPatternElement.getPresentationAttribute')
6204 CssValue getPresentationAttribute(String name) native "SVGPatternElement_getPr esentationAttribute_Callback"; 6204 CssValue getPresentationAttribute(String name) native "SVGPatternElement_getPr esentationAttribute_Callback";
6205 6205
6206 @DomName('SVGPatternElement.requiredExtensions')
6206 @DocsEditable 6207 @DocsEditable
6207 @DomName('SVGPatternElement.requiredExtensions')
6208 StringList get requiredExtensions native "SVGPatternElement_requiredExtensions _Getter"; 6208 StringList get requiredExtensions native "SVGPatternElement_requiredExtensions _Getter";
6209 6209
6210 @DomName('SVGPatternElement.requiredFeatures')
6210 @DocsEditable 6211 @DocsEditable
6211 @DomName('SVGPatternElement.requiredFeatures')
6212 StringList get requiredFeatures native "SVGPatternElement_requiredFeatures_Get ter"; 6212 StringList get requiredFeatures native "SVGPatternElement_requiredFeatures_Get ter";
6213 6213
6214 @DomName('SVGPatternElement.systemLanguage')
6214 @DocsEditable 6215 @DocsEditable
6215 @DomName('SVGPatternElement.systemLanguage')
6216 StringList get systemLanguage native "SVGPatternElement_systemLanguage_Getter" ; 6216 StringList get systemLanguage native "SVGPatternElement_systemLanguage_Getter" ;
6217 6217
6218 @DomName('SVGPatternElement.hasExtension')
6218 @DocsEditable 6219 @DocsEditable
6219 @DomName('SVGPatternElement.hasExtension')
6220 bool hasExtension(String extension) native "SVGPatternElement_hasExtension_Cal lback"; 6220 bool hasExtension(String extension) native "SVGPatternElement_hasExtension_Cal lback";
6221 6221
6222 @DomName('SVGPatternElement.href')
6222 @DocsEditable 6223 @DocsEditable
6223 @DomName('SVGPatternElement.href')
6224 AnimatedString get href native "SVGPatternElement_href_Getter"; 6224 AnimatedString get href native "SVGPatternElement_href_Getter";
6225 6225
6226 } 6226 }
6227 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6227 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6228 // for details. All rights reserved. Use of this source code is governed by a 6228 // for details. All rights reserved. Use of this source code is governed by a
6229 // BSD-style license that can be found in the LICENSE file. 6229 // BSD-style license that can be found in the LICENSE file.
6230 6230
6231 // WARNING: Do not edit - generated code. 6231 // WARNING: Do not edit - generated code.
6232 6232
6233 6233
6234 @DocsEditable 6234 @DocsEditable
6235 @DomName('SVGPoint') 6235 @DomName('SVGPoint')
6236 class Point extends NativeFieldWrapperClass1 { 6236 class Point extends NativeFieldWrapperClass1 {
6237 Point.internal(); 6237 Point.internal();
6238 6238
6239 @DomName('SVGPoint.x')
6239 @DocsEditable 6240 @DocsEditable
6240 @DomName('SVGPoint.x')
6241 num get x native "SVGPoint_x_Getter"; 6241 num get x native "SVGPoint_x_Getter";
6242 6242
6243 @DomName('SVGPoint.x')
6243 @DocsEditable 6244 @DocsEditable
6244 @DomName('SVGPoint.x')
6245 void set x(num value) native "SVGPoint_x_Setter"; 6245 void set x(num value) native "SVGPoint_x_Setter";
6246 6246
6247 @DomName('SVGPoint.y')
6247 @DocsEditable 6248 @DocsEditable
6248 @DomName('SVGPoint.y')
6249 num get y native "SVGPoint_y_Getter"; 6249 num get y native "SVGPoint_y_Getter";
6250 6250
6251 @DomName('SVGPoint.y')
6251 @DocsEditable 6252 @DocsEditable
6252 @DomName('SVGPoint.y')
6253 void set y(num value) native "SVGPoint_y_Setter"; 6253 void set y(num value) native "SVGPoint_y_Setter";
6254 6254
6255 @DomName('SVGPoint.matrixTransform')
6255 @DocsEditable 6256 @DocsEditable
6256 @DomName('SVGPoint.matrixTransform')
6257 Point matrixTransform(Matrix matrix) native "SVGPoint_matrixTransform_Callback "; 6257 Point matrixTransform(Matrix matrix) native "SVGPoint_matrixTransform_Callback ";
6258 6258
6259 } 6259 }
6260 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6260 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6261 // for details. All rights reserved. Use of this source code is governed by a 6261 // for details. All rights reserved. Use of this source code is governed by a
6262 // BSD-style license that can be found in the LICENSE file. 6262 // BSD-style license that can be found in the LICENSE file.
6263 6263
6264 // WARNING: Do not edit - generated code. 6264 // WARNING: Do not edit - generated code.
6265 6265
6266 6266
6267 @DocsEditable 6267 @DocsEditable
6268 @DomName('SVGPointList') 6268 @DomName('SVGPointList')
6269 class PointList extends NativeFieldWrapperClass1 { 6269 class PointList extends NativeFieldWrapperClass1 {
6270 PointList.internal(); 6270 PointList.internal();
6271 6271
6272 @DomName('SVGPointList.numberOfItems')
6272 @DocsEditable 6273 @DocsEditable
6273 @DomName('SVGPointList.numberOfItems')
6274 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; 6274 int get numberOfItems native "SVGPointList_numberOfItems_Getter";
6275 6275
6276 @DomName('SVGPointList.appendItem')
6276 @DocsEditable 6277 @DocsEditable
6277 @DomName('SVGPointList.appendItem')
6278 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; 6278 Point appendItem(Point item) native "SVGPointList_appendItem_Callback";
6279 6279
6280 @DomName('SVGPointList.clear')
6280 @DocsEditable 6281 @DocsEditable
6281 @DomName('SVGPointList.clear')
6282 void clear() native "SVGPointList_clear_Callback"; 6282 void clear() native "SVGPointList_clear_Callback";
6283 6283
6284 @DomName('SVGPointList.getItem')
6284 @DocsEditable 6285 @DocsEditable
6285 @DomName('SVGPointList.getItem')
6286 Point getItem(int index) native "SVGPointList_getItem_Callback"; 6286 Point getItem(int index) native "SVGPointList_getItem_Callback";
6287 6287
6288 @DomName('SVGPointList.initialize')
6288 @DocsEditable 6289 @DocsEditable
6289 @DomName('SVGPointList.initialize')
6290 Point initialize(Point item) native "SVGPointList_initialize_Callback"; 6290 Point initialize(Point item) native "SVGPointList_initialize_Callback";
6291 6291
6292 @DomName('SVGPointList.insertItemBefore')
6292 @DocsEditable 6293 @DocsEditable
6293 @DomName('SVGPointList.insertItemBefore')
6294 Point insertItemBefore(Point item, int index) native "SVGPointList_insertItemB efore_Callback"; 6294 Point insertItemBefore(Point item, int index) native "SVGPointList_insertItemB efore_Callback";
6295 6295
6296 @DomName('SVGPointList.removeItem')
6296 @DocsEditable 6297 @DocsEditable
6297 @DomName('SVGPointList.removeItem')
6298 Point removeItem(int index) native "SVGPointList_removeItem_Callback"; 6298 Point removeItem(int index) native "SVGPointList_removeItem_Callback";
6299 6299
6300 @DomName('SVGPointList.replaceItem')
6300 @DocsEditable 6301 @DocsEditable
6301 @DomName('SVGPointList.replaceItem')
6302 Point replaceItem(Point item, int index) native "SVGPointList_replaceItem_Call back"; 6302 Point replaceItem(Point item, int index) native "SVGPointList_replaceItem_Call back";
6303 6303
6304 } 6304 }
6305 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6305 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6306 // for details. All rights reserved. Use of this source code is governed by a 6306 // for details. All rights reserved. Use of this source code is governed by a
6307 // BSD-style license that can be found in the LICENSE file. 6307 // BSD-style license that can be found in the LICENSE file.
6308 6308
6309 // WARNING: Do not edit - generated code. 6309 // WARNING: Do not edit - generated code.
6310 6310
6311 6311
6312 @DocsEditable 6312 @DocsEditable
6313 @DomName('SVGPolygonElement') 6313 @DomName('SVGPolygonElement')
6314 class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl e, ExternalResourcesRequired, LangSpace { 6314 class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl e, ExternalResourcesRequired, LangSpace {
6315 PolygonElement.internal() : super.internal(); 6315 PolygonElement.internal() : super.internal();
6316 6316
6317 @DocsEditable 6317 @DocsEditable
6318 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon"); 6318 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon");
6319 6319
6320 @DomName('SVGPolygonElement.animatedPoints')
6320 @DocsEditable 6321 @DocsEditable
6321 @DomName('SVGPolygonElement.animatedPoints')
6322 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; 6322 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter";
6323 6323
6324 @DomName('SVGPolygonElement.points')
6324 @DocsEditable 6325 @DocsEditable
6325 @DomName('SVGPolygonElement.points')
6326 PointList get points native "SVGPolygonElement_points_Getter"; 6326 PointList get points native "SVGPolygonElement_points_Getter";
6327 6327
6328 @DomName('SVGPolygonElement.externalResourcesRequired')
6328 @DocsEditable 6329 @DocsEditable
6329 @DomName('SVGPolygonElement.externalResourcesRequired')
6330 AnimatedBoolean get externalResourcesRequired native "SVGPolygonElement_extern alResourcesRequired_Getter"; 6330 AnimatedBoolean get externalResourcesRequired native "SVGPolygonElement_extern alResourcesRequired_Getter";
6331 6331
6332 @DomName('SVGPolygonElement.xmllang')
6332 @DocsEditable 6333 @DocsEditable
6333 @DomName('SVGPolygonElement.xmllang')
6334 String get xmllang native "SVGPolygonElement_xmllang_Getter"; 6334 String get xmllang native "SVGPolygonElement_xmllang_Getter";
6335 6335
6336 @DomName('SVGPolygonElement.xmllang')
6336 @DocsEditable 6337 @DocsEditable
6337 @DomName('SVGPolygonElement.xmllang')
6338 void set xmllang(String value) native "SVGPolygonElement_xmllang_Setter"; 6338 void set xmllang(String value) native "SVGPolygonElement_xmllang_Setter";
6339 6339
6340 @DomName('SVGPolygonElement.xmlspace')
6340 @DocsEditable 6341 @DocsEditable
6341 @DomName('SVGPolygonElement.xmlspace')
6342 String get xmlspace native "SVGPolygonElement_xmlspace_Getter"; 6342 String get xmlspace native "SVGPolygonElement_xmlspace_Getter";
6343 6343
6344 @DomName('SVGPolygonElement.xmlspace')
6344 @DocsEditable 6345 @DocsEditable
6345 @DomName('SVGPolygonElement.xmlspace')
6346 void set xmlspace(String value) native "SVGPolygonElement_xmlspace_Setter"; 6346 void set xmlspace(String value) native "SVGPolygonElement_xmlspace_Setter";
6347 6347
6348 @DomName('SVGPolygonElement.farthestViewportElement')
6348 @DocsEditable 6349 @DocsEditable
6349 @DomName('SVGPolygonElement.farthestViewportElement')
6350 SvgElement get farthestViewportElement native "SVGPolygonElement_farthestViewp ortElement_Getter"; 6350 SvgElement get farthestViewportElement native "SVGPolygonElement_farthestViewp ortElement_Getter";
6351 6351
6352 @DomName('SVGPolygonElement.nearestViewportElement')
6352 @DocsEditable 6353 @DocsEditable
6353 @DomName('SVGPolygonElement.nearestViewportElement')
6354 SvgElement get nearestViewportElement native "SVGPolygonElement_nearestViewpor tElement_Getter"; 6354 SvgElement get nearestViewportElement native "SVGPolygonElement_nearestViewpor tElement_Getter";
6355 6355
6356 @DomName('SVGPolygonElement.getBBox')
6356 @DocsEditable 6357 @DocsEditable
6357 @DomName('SVGPolygonElement.getBBox')
6358 Rect getBBox() native "SVGPolygonElement_getBBox_Callback"; 6358 Rect getBBox() native "SVGPolygonElement_getBBox_Callback";
6359 6359
6360 @DomName('SVGPolygonElement.getCTM')
6360 @DocsEditable 6361 @DocsEditable
6361 @DomName('SVGPolygonElement.getCTM')
6362 Matrix getCtm() native "SVGPolygonElement_getCTM_Callback"; 6362 Matrix getCtm() native "SVGPolygonElement_getCTM_Callback";
6363 6363
6364 @DomName('SVGPolygonElement.getScreenCTM')
6364 @DocsEditable 6365 @DocsEditable
6365 @DomName('SVGPolygonElement.getScreenCTM')
6366 Matrix getScreenCtm() native "SVGPolygonElement_getScreenCTM_Callback"; 6366 Matrix getScreenCtm() native "SVGPolygonElement_getScreenCTM_Callback";
6367 6367
6368 @DomName('SVGPolygonElement.getTransformToElement')
6368 @DocsEditable 6369 @DocsEditable
6369 @DomName('SVGPolygonElement.getTransformToElement')
6370 Matrix getTransformToElement(SvgElement element) native "SVGPolygonElement_get TransformToElement_Callback"; 6370 Matrix getTransformToElement(SvgElement element) native "SVGPolygonElement_get TransformToElement_Callback";
6371 6371
6372 @DomName('SVGPolygonElement.className')
6372 @DocsEditable 6373 @DocsEditable
6373 @DomName('SVGPolygonElement.className')
6374 AnimatedString get $dom_svgClassName native "SVGPolygonElement_className_Gette r"; 6374 AnimatedString get $dom_svgClassName native "SVGPolygonElement_className_Gette r";
6375 6375
6376 @DomName('SVGPolygonElement.style')
6376 @DocsEditable 6377 @DocsEditable
6377 @DomName('SVGPolygonElement.style')
6378 CssStyleDeclaration get style native "SVGPolygonElement_style_Getter"; 6378 CssStyleDeclaration get style native "SVGPolygonElement_style_Getter";
6379 6379
6380 @DomName('SVGPolygonElement.getPresentationAttribute')
6380 @DocsEditable 6381 @DocsEditable
6381 @DomName('SVGPolygonElement.getPresentationAttribute')
6382 CssValue getPresentationAttribute(String name) native "SVGPolygonElement_getPr esentationAttribute_Callback"; 6382 CssValue getPresentationAttribute(String name) native "SVGPolygonElement_getPr esentationAttribute_Callback";
6383 6383
6384 @DomName('SVGPolygonElement.requiredExtensions')
6384 @DocsEditable 6385 @DocsEditable
6385 @DomName('SVGPolygonElement.requiredExtensions')
6386 StringList get requiredExtensions native "SVGPolygonElement_requiredExtensions _Getter"; 6386 StringList get requiredExtensions native "SVGPolygonElement_requiredExtensions _Getter";
6387 6387
6388 @DomName('SVGPolygonElement.requiredFeatures')
6388 @DocsEditable 6389 @DocsEditable
6389 @DomName('SVGPolygonElement.requiredFeatures')
6390 StringList get requiredFeatures native "SVGPolygonElement_requiredFeatures_Get ter"; 6390 StringList get requiredFeatures native "SVGPolygonElement_requiredFeatures_Get ter";
6391 6391
6392 @DomName('SVGPolygonElement.systemLanguage')
6392 @DocsEditable 6393 @DocsEditable
6393 @DomName('SVGPolygonElement.systemLanguage')
6394 StringList get systemLanguage native "SVGPolygonElement_systemLanguage_Getter" ; 6394 StringList get systemLanguage native "SVGPolygonElement_systemLanguage_Getter" ;
6395 6395
6396 @DomName('SVGPolygonElement.hasExtension')
6396 @DocsEditable 6397 @DocsEditable
6397 @DomName('SVGPolygonElement.hasExtension')
6398 bool hasExtension(String extension) native "SVGPolygonElement_hasExtension_Cal lback"; 6398 bool hasExtension(String extension) native "SVGPolygonElement_hasExtension_Cal lback";
6399 6399
6400 @DomName('SVGPolygonElement.transform')
6400 @DocsEditable 6401 @DocsEditable
6401 @DomName('SVGPolygonElement.transform')
6402 AnimatedTransformList get transform native "SVGPolygonElement_transform_Getter "; 6402 AnimatedTransformList get transform native "SVGPolygonElement_transform_Getter ";
6403 6403
6404 } 6404 }
6405 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6405 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6406 // for details. All rights reserved. Use of this source code is governed by a 6406 // for details. All rights reserved. Use of this source code is governed by a
6407 // BSD-style license that can be found in the LICENSE file. 6407 // BSD-style license that can be found in the LICENSE file.
6408 6408
6409 // WARNING: Do not edit - generated code. 6409 // WARNING: Do not edit - generated code.
6410 6410
6411 6411
6412 @DocsEditable 6412 @DocsEditable
6413 @DomName('SVGPolylineElement') 6413 @DomName('SVGPolylineElement')
6414 class PolylineElement extends SvgElement implements Transformable, Tests, Stylab le, ExternalResourcesRequired, LangSpace { 6414 class PolylineElement extends SvgElement implements Transformable, Tests, Stylab le, ExternalResourcesRequired, LangSpace {
6415 PolylineElement.internal() : super.internal(); 6415 PolylineElement.internal() : super.internal();
6416 6416
6417 @DocsEditable 6417 @DocsEditable
6418 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline"); 6418 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline");
6419 6419
6420 @DomName('SVGPolylineElement.animatedPoints')
6420 @DocsEditable 6421 @DocsEditable
6421 @DomName('SVGPolylineElement.animatedPoints')
6422 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter" ; 6422 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter" ;
6423 6423
6424 @DomName('SVGPolylineElement.points')
6424 @DocsEditable 6425 @DocsEditable
6425 @DomName('SVGPolylineElement.points')
6426 PointList get points native "SVGPolylineElement_points_Getter"; 6426 PointList get points native "SVGPolylineElement_points_Getter";
6427 6427
6428 @DomName('SVGPolylineElement.externalResourcesRequired')
6428 @DocsEditable 6429 @DocsEditable
6429 @DomName('SVGPolylineElement.externalResourcesRequired')
6430 AnimatedBoolean get externalResourcesRequired native "SVGPolylineElement_exter nalResourcesRequired_Getter"; 6430 AnimatedBoolean get externalResourcesRequired native "SVGPolylineElement_exter nalResourcesRequired_Getter";
6431 6431
6432 @DomName('SVGPolylineElement.xmllang')
6432 @DocsEditable 6433 @DocsEditable
6433 @DomName('SVGPolylineElement.xmllang')
6434 String get xmllang native "SVGPolylineElement_xmllang_Getter"; 6434 String get xmllang native "SVGPolylineElement_xmllang_Getter";
6435 6435
6436 @DomName('SVGPolylineElement.xmllang')
6436 @DocsEditable 6437 @DocsEditable
6437 @DomName('SVGPolylineElement.xmllang')
6438 void set xmllang(String value) native "SVGPolylineElement_xmllang_Setter"; 6438 void set xmllang(String value) native "SVGPolylineElement_xmllang_Setter";
6439 6439
6440 @DomName('SVGPolylineElement.xmlspace')
6440 @DocsEditable 6441 @DocsEditable
6441 @DomName('SVGPolylineElement.xmlspace')
6442 String get xmlspace native "SVGPolylineElement_xmlspace_Getter"; 6442 String get xmlspace native "SVGPolylineElement_xmlspace_Getter";
6443 6443
6444 @DomName('SVGPolylineElement.xmlspace')
6444 @DocsEditable 6445 @DocsEditable
6445 @DomName('SVGPolylineElement.xmlspace')
6446 void set xmlspace(String value) native "SVGPolylineElement_xmlspace_Setter"; 6446 void set xmlspace(String value) native "SVGPolylineElement_xmlspace_Setter";
6447 6447
6448 @DomName('SVGPolylineElement.farthestViewportElement')
6448 @DocsEditable 6449 @DocsEditable
6449 @DomName('SVGPolylineElement.farthestViewportElement')
6450 SvgElement get farthestViewportElement native "SVGPolylineElement_farthestView portElement_Getter"; 6450 SvgElement get farthestViewportElement native "SVGPolylineElement_farthestView portElement_Getter";
6451 6451
6452 @DomName('SVGPolylineElement.nearestViewportElement')
6452 @DocsEditable 6453 @DocsEditable
6453 @DomName('SVGPolylineElement.nearestViewportElement')
6454 SvgElement get nearestViewportElement native "SVGPolylineElement_nearestViewpo rtElement_Getter"; 6454 SvgElement get nearestViewportElement native "SVGPolylineElement_nearestViewpo rtElement_Getter";
6455 6455
6456 @DomName('SVGPolylineElement.getBBox')
6456 @DocsEditable 6457 @DocsEditable
6457 @DomName('SVGPolylineElement.getBBox')
6458 Rect getBBox() native "SVGPolylineElement_getBBox_Callback"; 6458 Rect getBBox() native "SVGPolylineElement_getBBox_Callback";
6459 6459
6460 @DomName('SVGPolylineElement.getCTM')
6460 @DocsEditable 6461 @DocsEditable
6461 @DomName('SVGPolylineElement.getCTM')
6462 Matrix getCtm() native "SVGPolylineElement_getCTM_Callback"; 6462 Matrix getCtm() native "SVGPolylineElement_getCTM_Callback";
6463 6463
6464 @DomName('SVGPolylineElement.getScreenCTM')
6464 @DocsEditable 6465 @DocsEditable
6465 @DomName('SVGPolylineElement.getScreenCTM')
6466 Matrix getScreenCtm() native "SVGPolylineElement_getScreenCTM_Callback"; 6466 Matrix getScreenCtm() native "SVGPolylineElement_getScreenCTM_Callback";
6467 6467
6468 @DomName('SVGPolylineElement.getTransformToElement')
6468 @DocsEditable 6469 @DocsEditable
6469 @DomName('SVGPolylineElement.getTransformToElement')
6470 Matrix getTransformToElement(SvgElement element) native "SVGPolylineElement_ge tTransformToElement_Callback"; 6470 Matrix getTransformToElement(SvgElement element) native "SVGPolylineElement_ge tTransformToElement_Callback";
6471 6471
6472 @DomName('SVGPolylineElement.className')
6472 @DocsEditable 6473 @DocsEditable
6473 @DomName('SVGPolylineElement.className')
6474 AnimatedString get $dom_svgClassName native "SVGPolylineElement_className_Gett er"; 6474 AnimatedString get $dom_svgClassName native "SVGPolylineElement_className_Gett er";
6475 6475
6476 @DomName('SVGPolylineElement.style')
6476 @DocsEditable 6477 @DocsEditable
6477 @DomName('SVGPolylineElement.style')
6478 CssStyleDeclaration get style native "SVGPolylineElement_style_Getter"; 6478 CssStyleDeclaration get style native "SVGPolylineElement_style_Getter";
6479 6479
6480 @DomName('SVGPolylineElement.getPresentationAttribute')
6480 @DocsEditable 6481 @DocsEditable
6481 @DomName('SVGPolylineElement.getPresentationAttribute')
6482 CssValue getPresentationAttribute(String name) native "SVGPolylineElement_getP resentationAttribute_Callback"; 6482 CssValue getPresentationAttribute(String name) native "SVGPolylineElement_getP resentationAttribute_Callback";
6483 6483
6484 @DomName('SVGPolylineElement.requiredExtensions')
6484 @DocsEditable 6485 @DocsEditable
6485 @DomName('SVGPolylineElement.requiredExtensions')
6486 StringList get requiredExtensions native "SVGPolylineElement_requiredExtension s_Getter"; 6486 StringList get requiredExtensions native "SVGPolylineElement_requiredExtension s_Getter";
6487 6487
6488 @DomName('SVGPolylineElement.requiredFeatures')
6488 @DocsEditable 6489 @DocsEditable
6489 @DomName('SVGPolylineElement.requiredFeatures')
6490 StringList get requiredFeatures native "SVGPolylineElement_requiredFeatures_Ge tter"; 6490 StringList get requiredFeatures native "SVGPolylineElement_requiredFeatures_Ge tter";
6491 6491
6492 @DomName('SVGPolylineElement.systemLanguage')
6492 @DocsEditable 6493 @DocsEditable
6493 @DomName('SVGPolylineElement.systemLanguage')
6494 StringList get systemLanguage native "SVGPolylineElement_systemLanguage_Getter "; 6494 StringList get systemLanguage native "SVGPolylineElement_systemLanguage_Getter ";
6495 6495
6496 @DomName('SVGPolylineElement.hasExtension')
6496 @DocsEditable 6497 @DocsEditable
6497 @DomName('SVGPolylineElement.hasExtension')
6498 bool hasExtension(String extension) native "SVGPolylineElement_hasExtension_Ca llback"; 6498 bool hasExtension(String extension) native "SVGPolylineElement_hasExtension_Ca llback";
6499 6499
6500 @DomName('SVGPolylineElement.transform')
6500 @DocsEditable 6501 @DocsEditable
6501 @DomName('SVGPolylineElement.transform')
6502 AnimatedTransformList get transform native "SVGPolylineElement_transform_Gette r"; 6502 AnimatedTransformList get transform native "SVGPolylineElement_transform_Gette r";
6503 6503
6504 } 6504 }
6505 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6505 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6506 // for details. All rights reserved. Use of this source code is governed by a 6506 // for details. All rights reserved. Use of this source code is governed by a
6507 // BSD-style license that can be found in the LICENSE file. 6507 // BSD-style license that can be found in the LICENSE file.
6508 6508
6509 // WARNING: Do not edit - generated code. 6509 // WARNING: Do not edit - generated code.
6510 6510
6511 6511
(...skipping 23 matching lines...) Expand all
6535 static const int SVG_PRESERVEASPECTRATIO_XMIDYMID = 6; 6535 static const int SVG_PRESERVEASPECTRATIO_XMIDYMID = 6;
6536 6536
6537 static const int SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3; 6537 static const int SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3;
6538 6538
6539 static const int SVG_PRESERVEASPECTRATIO_XMINYMAX = 8; 6539 static const int SVG_PRESERVEASPECTRATIO_XMINYMAX = 8;
6540 6540
6541 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; 6541 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5;
6542 6542
6543 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; 6543 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2;
6544 6544
6545 @DomName('SVGPreserveAspectRatio.align')
6545 @DocsEditable 6546 @DocsEditable
6546 @DomName('SVGPreserveAspectRatio.align')
6547 int get align native "SVGPreserveAspectRatio_align_Getter"; 6547 int get align native "SVGPreserveAspectRatio_align_Getter";
6548 6548
6549 @DomName('SVGPreserveAspectRatio.align')
6549 @DocsEditable 6550 @DocsEditable
6550 @DomName('SVGPreserveAspectRatio.align')
6551 void set align(int value) native "SVGPreserveAspectRatio_align_Setter"; 6551 void set align(int value) native "SVGPreserveAspectRatio_align_Setter";
6552 6552
6553 @DomName('SVGPreserveAspectRatio.meetOrSlice')
6553 @DocsEditable 6554 @DocsEditable
6554 @DomName('SVGPreserveAspectRatio.meetOrSlice')
6555 int get meetOrSlice native "SVGPreserveAspectRatio_meetOrSlice_Getter"; 6555 int get meetOrSlice native "SVGPreserveAspectRatio_meetOrSlice_Getter";
6556 6556
6557 @DomName('SVGPreserveAspectRatio.meetOrSlice')
6557 @DocsEditable 6558 @DocsEditable
6558 @DomName('SVGPreserveAspectRatio.meetOrSlice')
6559 void set meetOrSlice(int value) native "SVGPreserveAspectRatio_meetOrSlice_Set ter"; 6559 void set meetOrSlice(int value) native "SVGPreserveAspectRatio_meetOrSlice_Set ter";
6560 6560
6561 } 6561 }
6562 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6562 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6563 // for details. All rights reserved. Use of this source code is governed by a 6563 // for details. All rights reserved. Use of this source code is governed by a
6564 // BSD-style license that can be found in the LICENSE file. 6564 // BSD-style license that can be found in the LICENSE file.
6565 6565
6566 // WARNING: Do not edit - generated code. 6566 // WARNING: Do not edit - generated code.
6567 6567
6568 6568
6569 @DocsEditable 6569 @DocsEditable
6570 @DomName('SVGRadialGradientElement') 6570 @DomName('SVGRadialGradientElement')
6571 class RadialGradientElement extends GradientElement { 6571 class RadialGradientElement extends GradientElement {
6572 RadialGradientElement.internal() : super.internal(); 6572 RadialGradientElement.internal() : super.internal();
6573 6573
6574 @DocsEditable 6574 @DocsEditable
6575 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient"); 6575 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient");
6576 6576
6577 @DomName('SVGRadialGradientElement.cx')
6577 @DocsEditable 6578 @DocsEditable
6578 @DomName('SVGRadialGradientElement.cx')
6579 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; 6579 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter";
6580 6580
6581 @DomName('SVGRadialGradientElement.cy')
6581 @DocsEditable 6582 @DocsEditable
6582 @DomName('SVGRadialGradientElement.cy')
6583 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; 6583 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter";
6584 6584
6585 @DomName('SVGRadialGradientElement.fr')
6585 @DocsEditable 6586 @DocsEditable
6586 @DomName('SVGRadialGradientElement.fr')
6587 AnimatedLength get fr native "SVGRadialGradientElement_fr_Getter"; 6587 AnimatedLength get fr native "SVGRadialGradientElement_fr_Getter";
6588 6588
6589 @DomName('SVGRadialGradientElement.fx')
6589 @DocsEditable 6590 @DocsEditable
6590 @DomName('SVGRadialGradientElement.fx')
6591 AnimatedLength get fx native "SVGRadialGradientElement_fx_Getter"; 6591 AnimatedLength get fx native "SVGRadialGradientElement_fx_Getter";
6592 6592
6593 @DomName('SVGRadialGradientElement.fy')
6593 @DocsEditable 6594 @DocsEditable
6594 @DomName('SVGRadialGradientElement.fy')
6595 AnimatedLength get fy native "SVGRadialGradientElement_fy_Getter"; 6595 AnimatedLength get fy native "SVGRadialGradientElement_fy_Getter";
6596 6596
6597 @DomName('SVGRadialGradientElement.r')
6597 @DocsEditable 6598 @DocsEditable
6598 @DomName('SVGRadialGradientElement.r')
6599 AnimatedLength get r native "SVGRadialGradientElement_r_Getter"; 6599 AnimatedLength get r native "SVGRadialGradientElement_r_Getter";
6600 6600
6601 } 6601 }
6602 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6602 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6603 // for details. All rights reserved. Use of this source code is governed by a 6603 // for details. All rights reserved. Use of this source code is governed by a
6604 // BSD-style license that can be found in the LICENSE file. 6604 // BSD-style license that can be found in the LICENSE file.
6605 6605
6606 // WARNING: Do not edit - generated code. 6606 // WARNING: Do not edit - generated code.
6607 6607
6608 6608
6609 @DocsEditable 6609 @DocsEditable
6610 @DomName('SVGRect') 6610 @DomName('SVGRect')
6611 class Rect extends NativeFieldWrapperClass1 { 6611 class Rect extends NativeFieldWrapperClass1 {
6612 Rect.internal(); 6612 Rect.internal();
6613 6613
6614 @DomName('SVGRect.height')
6614 @DocsEditable 6615 @DocsEditable
6615 @DomName('SVGRect.height')
6616 num get height native "SVGRect_height_Getter"; 6616 num get height native "SVGRect_height_Getter";
6617 6617
6618 @DomName('SVGRect.height')
6618 @DocsEditable 6619 @DocsEditable
6619 @DomName('SVGRect.height')
6620 void set height(num value) native "SVGRect_height_Setter"; 6620 void set height(num value) native "SVGRect_height_Setter";
6621 6621
6622 @DomName('SVGRect.width')
6622 @DocsEditable 6623 @DocsEditable
6623 @DomName('SVGRect.width')
6624 num get width native "SVGRect_width_Getter"; 6624 num get width native "SVGRect_width_Getter";
6625 6625
6626 @DomName('SVGRect.width')
6626 @DocsEditable 6627 @DocsEditable
6627 @DomName('SVGRect.width')
6628 void set width(num value) native "SVGRect_width_Setter"; 6628 void set width(num value) native "SVGRect_width_Setter";
6629 6629
6630 @DomName('SVGRect.x')
6630 @DocsEditable 6631 @DocsEditable
6631 @DomName('SVGRect.x')
6632 num get x native "SVGRect_x_Getter"; 6632 num get x native "SVGRect_x_Getter";
6633 6633
6634 @DomName('SVGRect.x')
6634 @DocsEditable 6635 @DocsEditable
6635 @DomName('SVGRect.x')
6636 void set x(num value) native "SVGRect_x_Setter"; 6636 void set x(num value) native "SVGRect_x_Setter";
6637 6637
6638 @DomName('SVGRect.y')
6638 @DocsEditable 6639 @DocsEditable
6639 @DomName('SVGRect.y')
6640 num get y native "SVGRect_y_Getter"; 6640 num get y native "SVGRect_y_Getter";
6641 6641
6642 @DomName('SVGRect.y')
6642 @DocsEditable 6643 @DocsEditable
6643 @DomName('SVGRect.y')
6644 void set y(num value) native "SVGRect_y_Setter"; 6644 void set y(num value) native "SVGRect_y_Setter";
6645 6645
6646 } 6646 }
6647 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6647 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6648 // for details. All rights reserved. Use of this source code is governed by a 6648 // for details. All rights reserved. Use of this source code is governed by a
6649 // BSD-style license that can be found in the LICENSE file. 6649 // BSD-style license that can be found in the LICENSE file.
6650 6650
6651 // WARNING: Do not edit - generated code. 6651 // WARNING: Do not edit - generated code.
6652 6652
6653 6653
6654 @DocsEditable 6654 @DocsEditable
6655 @DomName('SVGRectElement') 6655 @DomName('SVGRectElement')
6656 class RectElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace { 6656 class RectElement extends SvgElement implements Transformable, Tests, Stylable, ExternalResourcesRequired, LangSpace {
6657 RectElement.internal() : super.internal(); 6657 RectElement.internal() : super.internal();
6658 6658
6659 @DocsEditable 6659 @DocsEditable
6660 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect "); 6660 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect ");
6661 6661
6662 @DomName('SVGRectElement.height')
6662 @DocsEditable 6663 @DocsEditable
6663 @DomName('SVGRectElement.height')
6664 AnimatedLength get height native "SVGRectElement_height_Getter"; 6664 AnimatedLength get height native "SVGRectElement_height_Getter";
6665 6665
6666 @DomName('SVGRectElement.rx')
6666 @DocsEditable 6667 @DocsEditable
6667 @DomName('SVGRectElement.rx')
6668 AnimatedLength get rx native "SVGRectElement_rx_Getter"; 6668 AnimatedLength get rx native "SVGRectElement_rx_Getter";
6669 6669
6670 @DomName('SVGRectElement.ry')
6670 @DocsEditable 6671 @DocsEditable
6671 @DomName('SVGRectElement.ry')
6672 AnimatedLength get ry native "SVGRectElement_ry_Getter"; 6672 AnimatedLength get ry native "SVGRectElement_ry_Getter";
6673 6673
6674 @DomName('SVGRectElement.width')
6674 @DocsEditable 6675 @DocsEditable
6675 @DomName('SVGRectElement.width')
6676 AnimatedLength get width native "SVGRectElement_width_Getter"; 6676 AnimatedLength get width native "SVGRectElement_width_Getter";
6677 6677
6678 @DomName('SVGRectElement.x')
6678 @DocsEditable 6679 @DocsEditable
6679 @DomName('SVGRectElement.x')
6680 AnimatedLength get x native "SVGRectElement_x_Getter"; 6680 AnimatedLength get x native "SVGRectElement_x_Getter";
6681 6681
6682 @DomName('SVGRectElement.y')
6682 @DocsEditable 6683 @DocsEditable
6683 @DomName('SVGRectElement.y')
6684 AnimatedLength get y native "SVGRectElement_y_Getter"; 6684 AnimatedLength get y native "SVGRectElement_y_Getter";
6685 6685
6686 @DomName('SVGRectElement.externalResourcesRequired')
6686 @DocsEditable 6687 @DocsEditable
6687 @DomName('SVGRectElement.externalResourcesRequired')
6688 AnimatedBoolean get externalResourcesRequired native "SVGRectElement_externalR esourcesRequired_Getter"; 6688 AnimatedBoolean get externalResourcesRequired native "SVGRectElement_externalR esourcesRequired_Getter";
6689 6689
6690 @DomName('SVGRectElement.xmllang')
6690 @DocsEditable 6691 @DocsEditable
6691 @DomName('SVGRectElement.xmllang')
6692 String get xmllang native "SVGRectElement_xmllang_Getter"; 6692 String get xmllang native "SVGRectElement_xmllang_Getter";
6693 6693
6694 @DomName('SVGRectElement.xmllang')
6694 @DocsEditable 6695 @DocsEditable
6695 @DomName('SVGRectElement.xmllang')
6696 void set xmllang(String value) native "SVGRectElement_xmllang_Setter"; 6696 void set xmllang(String value) native "SVGRectElement_xmllang_Setter";
6697 6697
6698 @DomName('SVGRectElement.xmlspace')
6698 @DocsEditable 6699 @DocsEditable
6699 @DomName('SVGRectElement.xmlspace')
6700 String get xmlspace native "SVGRectElement_xmlspace_Getter"; 6700 String get xmlspace native "SVGRectElement_xmlspace_Getter";
6701 6701
6702 @DomName('SVGRectElement.xmlspace')
6702 @DocsEditable 6703 @DocsEditable
6703 @DomName('SVGRectElement.xmlspace')
6704 void set xmlspace(String value) native "SVGRectElement_xmlspace_Setter"; 6704 void set xmlspace(String value) native "SVGRectElement_xmlspace_Setter";
6705 6705
6706 @DomName('SVGRectElement.farthestViewportElement')
6706 @DocsEditable 6707 @DocsEditable
6707 @DomName('SVGRectElement.farthestViewportElement')
6708 SvgElement get farthestViewportElement native "SVGRectElement_farthestViewport Element_Getter"; 6708 SvgElement get farthestViewportElement native "SVGRectElement_farthestViewport Element_Getter";
6709 6709
6710 @DomName('SVGRectElement.nearestViewportElement')
6710 @DocsEditable 6711 @DocsEditable
6711 @DomName('SVGRectElement.nearestViewportElement')
6712 SvgElement get nearestViewportElement native "SVGRectElement_nearestViewportEl ement_Getter"; 6712 SvgElement get nearestViewportElement native "SVGRectElement_nearestViewportEl ement_Getter";
6713 6713
6714 @DomName('SVGRectElement.getBBox')
6714 @DocsEditable 6715 @DocsEditable
6715 @DomName('SVGRectElement.getBBox')
6716 Rect getBBox() native "SVGRectElement_getBBox_Callback"; 6716 Rect getBBox() native "SVGRectElement_getBBox_Callback";
6717 6717
6718 @DomName('SVGRectElement.getCTM')
6718 @DocsEditable 6719 @DocsEditable
6719 @DomName('SVGRectElement.getCTM')
6720 Matrix getCtm() native "SVGRectElement_getCTM_Callback"; 6720 Matrix getCtm() native "SVGRectElement_getCTM_Callback";
6721 6721
6722 @DomName('SVGRectElement.getScreenCTM')
6722 @DocsEditable 6723 @DocsEditable
6723 @DomName('SVGRectElement.getScreenCTM')
6724 Matrix getScreenCtm() native "SVGRectElement_getScreenCTM_Callback"; 6724 Matrix getScreenCtm() native "SVGRectElement_getScreenCTM_Callback";
6725 6725
6726 @DomName('SVGRectElement.getTransformToElement')
6726 @DocsEditable 6727 @DocsEditable
6727 @DomName('SVGRectElement.getTransformToElement')
6728 Matrix getTransformToElement(SvgElement element) native "SVGRectElement_getTra nsformToElement_Callback"; 6728 Matrix getTransformToElement(SvgElement element) native "SVGRectElement_getTra nsformToElement_Callback";
6729 6729
6730 @DomName('SVGRectElement.className')
6730 @DocsEditable 6731 @DocsEditable
6731 @DomName('SVGRectElement.className')
6732 AnimatedString get $dom_svgClassName native "SVGRectElement_className_Getter"; 6732 AnimatedString get $dom_svgClassName native "SVGRectElement_className_Getter";
6733 6733
6734 @DomName('SVGRectElement.style')
6734 @DocsEditable 6735 @DocsEditable
6735 @DomName('SVGRectElement.style')
6736 CssStyleDeclaration get style native "SVGRectElement_style_Getter"; 6736 CssStyleDeclaration get style native "SVGRectElement_style_Getter";
6737 6737
6738 @DomName('SVGRectElement.getPresentationAttribute')
6738 @DocsEditable 6739 @DocsEditable
6739 @DomName('SVGRectElement.getPresentationAttribute')
6740 CssValue getPresentationAttribute(String name) native "SVGRectElement_getPrese ntationAttribute_Callback"; 6740 CssValue getPresentationAttribute(String name) native "SVGRectElement_getPrese ntationAttribute_Callback";
6741 6741
6742 @DomName('SVGRectElement.requiredExtensions')
6742 @DocsEditable 6743 @DocsEditable
6743 @DomName('SVGRectElement.requiredExtensions')
6744 StringList get requiredExtensions native "SVGRectElement_requiredExtensions_Ge tter"; 6744 StringList get requiredExtensions native "SVGRectElement_requiredExtensions_Ge tter";
6745 6745
6746 @DomName('SVGRectElement.requiredFeatures')
6746 @DocsEditable 6747 @DocsEditable
6747 @DomName('SVGRectElement.requiredFeatures')
6748 StringList get requiredFeatures native "SVGRectElement_requiredFeatures_Getter "; 6748 StringList get requiredFeatures native "SVGRectElement_requiredFeatures_Getter ";
6749 6749
6750 @DomName('SVGRectElement.systemLanguage')
6750 @DocsEditable 6751 @DocsEditable
6751 @DomName('SVGRectElement.systemLanguage')
6752 StringList get systemLanguage native "SVGRectElement_systemLanguage_Getter"; 6752 StringList get systemLanguage native "SVGRectElement_systemLanguage_Getter";
6753 6753
6754 @DomName('SVGRectElement.hasExtension')
6754 @DocsEditable 6755 @DocsEditable
6755 @DomName('SVGRectElement.hasExtension')
6756 bool hasExtension(String extension) native "SVGRectElement_hasExtension_Callba ck"; 6756 bool hasExtension(String extension) native "SVGRectElement_hasExtension_Callba ck";
6757 6757
6758 @DomName('SVGRectElement.transform')
6758 @DocsEditable 6759 @DocsEditable
6759 @DomName('SVGRectElement.transform')
6760 AnimatedTransformList get transform native "SVGRectElement_transform_Getter"; 6760 AnimatedTransformList get transform native "SVGRectElement_transform_Getter";
6761 6761
6762 } 6762 }
6763 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6763 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6764 // for details. All rights reserved. Use of this source code is governed by a 6764 // for details. All rights reserved. Use of this source code is governed by a
6765 // BSD-style license that can be found in the LICENSE file. 6765 // BSD-style license that can be found in the LICENSE file.
6766 6766
6767 // WARNING: Do not edit - generated code. 6767 // WARNING: Do not edit - generated code.
6768 6768
6769 6769
(...skipping 23 matching lines...) Expand all
6793 6793
6794 6794
6795 @DocsEditable 6795 @DocsEditable
6796 @DomName('SVGScriptElement') 6796 @DomName('SVGScriptElement')
6797 class ScriptElement extends SvgElement implements UriReference, ExternalResource sRequired { 6797 class ScriptElement extends SvgElement implements UriReference, ExternalResource sRequired {
6798 ScriptElement.internal() : super.internal(); 6798 ScriptElement.internal() : super.internal();
6799 6799
6800 @DocsEditable 6800 @DocsEditable
6801 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript"); 6801 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript");
6802 6802
6803 @DomName('SVGScriptElement.type')
6803 @DocsEditable 6804 @DocsEditable
6804 @DomName('SVGScriptElement.type')
6805 String get type native "SVGScriptElement_type_Getter"; 6805 String get type native "SVGScriptElement_type_Getter";
6806 6806
6807 @DomName('SVGScriptElement.type')
6807 @DocsEditable 6808 @DocsEditable
6808 @DomName('SVGScriptElement.type')
6809 void set type(String value) native "SVGScriptElement_type_Setter"; 6809 void set type(String value) native "SVGScriptElement_type_Setter";
6810 6810
6811 @DomName('SVGScriptElement.externalResourcesRequired')
6811 @DocsEditable 6812 @DocsEditable
6812 @DomName('SVGScriptElement.externalResourcesRequired')
6813 AnimatedBoolean get externalResourcesRequired native "SVGScriptElement_externa lResourcesRequired_Getter"; 6813 AnimatedBoolean get externalResourcesRequired native "SVGScriptElement_externa lResourcesRequired_Getter";
6814 6814
6815 @DomName('SVGScriptElement.href')
6815 @DocsEditable 6816 @DocsEditable
6816 @DomName('SVGScriptElement.href')
6817 AnimatedString get href native "SVGScriptElement_href_Getter"; 6817 AnimatedString get href native "SVGScriptElement_href_Getter";
6818 6818
6819 } 6819 }
6820 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6820 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6821 // for details. All rights reserved. Use of this source code is governed by a 6821 // for details. All rights reserved. Use of this source code is governed by a
6822 // BSD-style license that can be found in the LICENSE file. 6822 // BSD-style license that can be found in the LICENSE file.
6823 6823
6824 // WARNING: Do not edit - generated code. 6824 // WARNING: Do not edit - generated code.
6825 6825
6826 6826
(...skipping 14 matching lines...) Expand all
6841 6841
6842 6842
6843 @DocsEditable 6843 @DocsEditable
6844 @DomName('SVGStopElement') 6844 @DomName('SVGStopElement')
6845 class StopElement extends SvgElement implements Stylable { 6845 class StopElement extends SvgElement implements Stylable {
6846 StopElement.internal() : super.internal(); 6846 StopElement.internal() : super.internal();
6847 6847
6848 @DocsEditable 6848 @DocsEditable
6849 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop "); 6849 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop ");
6850 6850
6851 @DomName('SVGStopElement.offset')
6851 @DocsEditable 6852 @DocsEditable
6852 @DomName('SVGStopElement.offset')
6853 AnimatedNumber get offset native "SVGStopElement_offset_Getter"; 6853 AnimatedNumber get offset native "SVGStopElement_offset_Getter";
6854 6854
6855 @DomName('SVGStopElement.className')
6855 @DocsEditable 6856 @DocsEditable
6856 @DomName('SVGStopElement.className')
6857 AnimatedString get $dom_svgClassName native "SVGStopElement_className_Getter"; 6857 AnimatedString get $dom_svgClassName native "SVGStopElement_className_Getter";
6858 6858
6859 @DomName('SVGStopElement.style')
6859 @DocsEditable 6860 @DocsEditable
6860 @DomName('SVGStopElement.style')
6861 CssStyleDeclaration get style native "SVGStopElement_style_Getter"; 6861 CssStyleDeclaration get style native "SVGStopElement_style_Getter";
6862 6862
6863 @DomName('SVGStopElement.getPresentationAttribute')
6863 @DocsEditable 6864 @DocsEditable
6864 @DomName('SVGStopElement.getPresentationAttribute')
6865 CssValue getPresentationAttribute(String name) native "SVGStopElement_getPrese ntationAttribute_Callback"; 6865 CssValue getPresentationAttribute(String name) native "SVGStopElement_getPrese ntationAttribute_Callback";
6866 6866
6867 } 6867 }
6868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6869 // for details. All rights reserved. Use of this source code is governed by a 6869 // for details. All rights reserved. Use of this source code is governed by a
6870 // BSD-style license that can be found in the LICENSE file. 6870 // BSD-style license that can be found in the LICENSE file.
6871 6871
6872 // WARNING: Do not edit - generated code. 6872 // WARNING: Do not edit - generated code.
6873 6873
6874 6874
6875 @DocsEditable 6875 @DocsEditable
6876 @DomName('SVGStringList') 6876 @DomName('SVGStringList')
6877 class StringList extends NativeFieldWrapperClass1 implements List<String> { 6877 class StringList extends NativeFieldWrapperClass1 implements List<String> {
6878 StringList.internal(); 6878 StringList.internal();
6879 6879
6880 @DomName('SVGStringList.numberOfItems')
6880 @DocsEditable 6881 @DocsEditable
6881 @DomName('SVGStringList.numberOfItems')
6882 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; 6882 int get numberOfItems native "SVGStringList_numberOfItems_Getter";
6883 6883
6884 String operator[](int index) native "SVGStringList_item_Callback"; 6884 String operator[](int index) native "SVGStringList_item_Callback";
6885 6885
6886 void operator[]=(int index, String value) { 6886 void operator[]=(int index, String value) {
6887 throw new UnsupportedError("Cannot assign element of immutable List."); 6887 throw new UnsupportedError("Cannot assign element of immutable List.");
6888 } 6888 }
6889 // -- start List<String> mixins. 6889 // -- start List<String> mixins.
6890 // String is the element type. 6890 // String is the element type.
6891 6891
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
7042 7042
7043 void insertRange(int start, int rangeLength, [String initialValue]) { 7043 void insertRange(int start, int rangeLength, [String initialValue]) {
7044 throw new UnsupportedError("Cannot insertRange on immutable List."); 7044 throw new UnsupportedError("Cannot insertRange on immutable List.");
7045 } 7045 }
7046 7046
7047 List<String> getRange(int start, int rangeLength) => 7047 List<String> getRange(int start, int rangeLength) =>
7048 Lists.getRange(this, start, rangeLength, <String>[]); 7048 Lists.getRange(this, start, rangeLength, <String>[]);
7049 7049
7050 // -- end List<String> mixins. 7050 // -- end List<String> mixins.
7051 7051
7052 @DomName('SVGStringList.appendItem')
7052 @DocsEditable 7053 @DocsEditable
7053 @DomName('SVGStringList.appendItem')
7054 String appendItem(String item) native "SVGStringList_appendItem_Callback"; 7054 String appendItem(String item) native "SVGStringList_appendItem_Callback";
7055 7055
7056 @DomName('SVGStringList.clear')
7056 @DocsEditable 7057 @DocsEditable
7057 @DomName('SVGStringList.clear')
7058 void clear() native "SVGStringList_clear_Callback"; 7058 void clear() native "SVGStringList_clear_Callback";
7059 7059
7060 @DomName('SVGStringList.getItem')
7060 @DocsEditable 7061 @DocsEditable
7061 @DomName('SVGStringList.getItem')
7062 String getItem(int index) native "SVGStringList_getItem_Callback"; 7062 String getItem(int index) native "SVGStringList_getItem_Callback";
7063 7063
7064 @DomName('SVGStringList.initialize')
7064 @DocsEditable 7065 @DocsEditable
7065 @DomName('SVGStringList.initialize')
7066 String initialize(String item) native "SVGStringList_initialize_Callback"; 7066 String initialize(String item) native "SVGStringList_initialize_Callback";
7067 7067
7068 @DomName('SVGStringList.insertItemBefore')
7068 @DocsEditable 7069 @DocsEditable
7069 @DomName('SVGStringList.insertItemBefore')
7070 String insertItemBefore(String item, int index) native "SVGStringList_insertIt emBefore_Callback"; 7070 String insertItemBefore(String item, int index) native "SVGStringList_insertIt emBefore_Callback";
7071 7071
7072 @DomName('SVGStringList.removeItem')
7072 @DocsEditable 7073 @DocsEditable
7073 @DomName('SVGStringList.removeItem')
7074 String removeItem(int index) native "SVGStringList_removeItem_Callback"; 7074 String removeItem(int index) native "SVGStringList_removeItem_Callback";
7075 7075
7076 @DomName('SVGStringList.replaceItem')
7076 @DocsEditable 7077 @DocsEditable
7077 @DomName('SVGStringList.replaceItem')
7078 String replaceItem(String item, int index) native "SVGStringList_replaceItem_C allback"; 7078 String replaceItem(String item, int index) native "SVGStringList_replaceItem_C allback";
7079 7079
7080 } 7080 }
7081 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7081 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7082 // for details. All rights reserved. Use of this source code is governed by a 7082 // for details. All rights reserved. Use of this source code is governed by a
7083 // BSD-style license that can be found in the LICENSE file. 7083 // BSD-style license that can be found in the LICENSE file.
7084 7084
7085 // WARNING: Do not edit - generated code. 7085 // WARNING: Do not edit - generated code.
7086 7086
7087 7087
7088 @DocsEditable 7088 @DocsEditable
7089 @DomName('SVGStylable') 7089 @DomName('SVGStylable')
7090 class Stylable extends NativeFieldWrapperClass1 { 7090 class Stylable extends NativeFieldWrapperClass1 {
7091 Stylable.internal(); 7091 Stylable.internal();
7092 7092
7093 @DomName('SVGStylable.className')
7093 @DocsEditable 7094 @DocsEditable
7094 @DomName('SVGStylable.className')
7095 AnimatedString get $dom_svgClassName native "SVGStylable_className_Getter"; 7095 AnimatedString get $dom_svgClassName native "SVGStylable_className_Getter";
7096 7096
7097 @DomName('SVGStylable.style')
7097 @DocsEditable 7098 @DocsEditable
7098 @DomName('SVGStylable.style')
7099 CssStyleDeclaration get style native "SVGStylable_style_Getter"; 7099 CssStyleDeclaration get style native "SVGStylable_style_Getter";
7100 7100
7101 @DomName('SVGStylable.getPresentationAttribute')
7101 @DocsEditable 7102 @DocsEditable
7102 @DomName('SVGStylable.getPresentationAttribute')
7103 CssValue getPresentationAttribute(String name) native "SVGStylable_getPresenta tionAttribute_Callback"; 7103 CssValue getPresentationAttribute(String name) native "SVGStylable_getPresenta tionAttribute_Callback";
7104 7104
7105 } 7105 }
7106 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7106 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7107 // for details. All rights reserved. Use of this source code is governed by a 7107 // for details. All rights reserved. Use of this source code is governed by a
7108 // BSD-style license that can be found in the LICENSE file. 7108 // BSD-style license that can be found in the LICENSE file.
7109 7109
7110 // WARNING: Do not edit - generated code. 7110 // WARNING: Do not edit - generated code.
7111 7111
7112 7112
7113 @DocsEditable 7113 @DocsEditable
7114 @DomName('SVGStyleElement') 7114 @DomName('SVGStyleElement')
7115 class StyleElement extends SvgElement implements LangSpace { 7115 class StyleElement extends SvgElement implements LangSpace {
7116 StyleElement.internal() : super.internal(); 7116 StyleElement.internal() : super.internal();
7117 7117
7118 @DocsEditable 7118 @DocsEditable
7119 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le"); 7119 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le");
7120 7120
7121 @DomName('SVGStyleElement.disabled')
7121 @DocsEditable 7122 @DocsEditable
7122 @DomName('SVGStyleElement.disabled')
7123 bool get disabled native "SVGStyleElement_disabled_Getter"; 7123 bool get disabled native "SVGStyleElement_disabled_Getter";
7124 7124
7125 @DomName('SVGStyleElement.disabled')
7125 @DocsEditable 7126 @DocsEditable
7126 @DomName('SVGStyleElement.disabled')
7127 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; 7127 void set disabled(bool value) native "SVGStyleElement_disabled_Setter";
7128 7128
7129 @DomName('SVGStyleElement.media')
7129 @DocsEditable 7130 @DocsEditable
7130 @DomName('SVGStyleElement.media')
7131 String get media native "SVGStyleElement_media_Getter"; 7131 String get media native "SVGStyleElement_media_Getter";
7132 7132
7133 @DomName('SVGStyleElement.media')
7133 @DocsEditable 7134 @DocsEditable
7134 @DomName('SVGStyleElement.media')
7135 void set media(String value) native "SVGStyleElement_media_Setter"; 7135 void set media(String value) native "SVGStyleElement_media_Setter";
7136 7136
7137 @DomName('SVGStyleElement.title')
7137 @DocsEditable 7138 @DocsEditable
7138 @DomName('SVGStyleElement.title')
7139 String get title native "SVGStyleElement_title_Getter"; 7139 String get title native "SVGStyleElement_title_Getter";
7140 7140
7141 @DomName('SVGStyleElement.title')
7141 @DocsEditable 7142 @DocsEditable
7142 @DomName('SVGStyleElement.title')
7143 void set title(String value) native "SVGStyleElement_title_Setter"; 7143 void set title(String value) native "SVGStyleElement_title_Setter";
7144 7144
7145 @DomName('SVGStyleElement.type')
7145 @DocsEditable 7146 @DocsEditable
7146 @DomName('SVGStyleElement.type')
7147 String get type native "SVGStyleElement_type_Getter"; 7147 String get type native "SVGStyleElement_type_Getter";
7148 7148
7149 @DomName('SVGStyleElement.type')
7149 @DocsEditable 7150 @DocsEditable
7150 @DomName('SVGStyleElement.type')
7151 void set type(String value) native "SVGStyleElement_type_Setter"; 7151 void set type(String value) native "SVGStyleElement_type_Setter";
7152 7152
7153 @DomName('SVGStyleElement.xmllang')
7153 @DocsEditable 7154 @DocsEditable
7154 @DomName('SVGStyleElement.xmllang')
7155 String get xmllang native "SVGStyleElement_xmllang_Getter"; 7155 String get xmllang native "SVGStyleElement_xmllang_Getter";
7156 7156
7157 @DomName('SVGStyleElement.xmllang')
7157 @DocsEditable 7158 @DocsEditable
7158 @DomName('SVGStyleElement.xmllang')
7159 void set xmllang(String value) native "SVGStyleElement_xmllang_Setter"; 7159 void set xmllang(String value) native "SVGStyleElement_xmllang_Setter";
7160 7160
7161 @DomName('SVGStyleElement.xmlspace')
7161 @DocsEditable 7162 @DocsEditable
7162 @DomName('SVGStyleElement.xmlspace')
7163 String get xmlspace native "SVGStyleElement_xmlspace_Getter"; 7163 String get xmlspace native "SVGStyleElement_xmlspace_Getter";
7164 7164
7165 @DomName('SVGStyleElement.xmlspace')
7165 @DocsEditable 7166 @DocsEditable
7166 @DomName('SVGStyleElement.xmlspace')
7167 void set xmlspace(String value) native "SVGStyleElement_xmlspace_Setter"; 7167 void set xmlspace(String value) native "SVGStyleElement_xmlspace_Setter";
7168 7168
7169 } 7169 }
7170 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7170 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7171 // for details. All rights reserved. Use of this source code is governed by a 7171 // for details. All rights reserved. Use of this source code is governed by a
7172 // BSD-style license that can be found in the LICENSE file. 7172 // BSD-style license that can be found in the LICENSE file.
7173 7173
7174 // WARNING: Do not edit - generated code. 7174 // WARNING: Do not edit - generated code.
7175 7175
7176 7176
7177 @DocsEditable 7177 @DocsEditable
7178 @DomName('SVGDocument') 7178 @DomName('SVGDocument')
7179 class SvgDocument extends Document { 7179 class SvgDocument extends Document {
7180 SvgDocument.internal() : super.internal(); 7180 SvgDocument.internal() : super.internal();
7181 7181
7182 @DomName('SVGDocument.rootElement')
7182 @DocsEditable 7183 @DocsEditable
7183 @DomName('SVGDocument.rootElement')
7184 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; 7184 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter";
7185 7185
7186 @DomName('SVGDocument.createEvent')
7186 @DocsEditable 7187 @DocsEditable
7187 @DomName('SVGDocument.createEvent')
7188 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb ack"; 7188 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb ack";
7189 7189
7190 } 7190 }
7191 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 7191 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
7192 // for details. All rights reserved. Use of this source code is governed by a 7192 // for details. All rights reserved. Use of this source code is governed by a
7193 // BSD-style license that can be found in the LICENSE file. 7193 // BSD-style license that can be found in the LICENSE file.
7194 7194
7195 7195
7196 class _AttributeClassSet extends CssClassSet { 7196 class _AttributeClassSet extends CssClassSet {
7197 final Element _element; 7197 final Element _element;
(...skipping 15 matching lines...) Expand all
7213 } 7213 }
7214 return s; 7214 return s;
7215 } 7215 }
7216 7216
7217 void writeClasses(Set s) { 7217 void writeClasses(Set s) {
7218 List list = new List.from(s); 7218 List list = new List.from(s);
7219 _element.attributes['class'] = Strings.join(list, ' '); 7219 _element.attributes['class'] = Strings.join(list, ' ');
7220 } 7220 }
7221 } 7221 }
7222 7222
7223 @DocsEditable
7224 @DomName('SVGElement') 7223 @DomName('SVGElement')
7225 class SvgElement extends Element { 7224 class SvgElement extends Element {
7226 factory SvgElement.tag(String tag) => 7225 factory SvgElement.tag(String tag) =>
7227 _SvgElementFactoryProvider.createSvgElement_tag(tag); 7226 _SvgElementFactoryProvider.createSvgElement_tag(tag);
7228 factory SvgElement.svg(String svg) => 7227 factory SvgElement.svg(String svg) =>
7229 _SvgElementFactoryProvider.createSvgElement_svg(svg); 7228 _SvgElementFactoryProvider.createSvgElement_svg(svg);
7230 7229
7231 _AttributeClassSet _cssClassSet; 7230 _AttributeClassSet _cssClassSet;
7232 CssClassSet get classes { 7231 CssClassSet get classes {
7233 if (_cssClassSet == null) { 7232 if (_cssClassSet == null) {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
7297 throw new UnsupportedError("Cannot get dom_children on SVG."); 7296 throw new UnsupportedError("Cannot get dom_children on SVG.");
7298 } 7297 }
7299 7298
7300 bool get isContentEditable => false; 7299 bool get isContentEditable => false;
7301 void click() { 7300 void click() {
7302 throw new UnsupportedError("Cannot invoke click SVG."); 7301 throw new UnsupportedError("Cannot invoke click SVG.");
7303 } 7302 }
7304 7303
7305 SvgElement.internal() : super.internal(); 7304 SvgElement.internal() : super.internal();
7306 7305
7306 @DomName('SVGElement.id')
7307 @DocsEditable 7307 @DocsEditable
7308 @DomName('SVGElement.id')
7309 String get id native "SVGElement_id_Getter"; 7308 String get id native "SVGElement_id_Getter";
7310 7309
7310 @DomName('SVGElement.id')
7311 @DocsEditable 7311 @DocsEditable
7312 @DomName('SVGElement.id')
7313 void set id(String value) native "SVGElement_id_Setter"; 7312 void set id(String value) native "SVGElement_id_Setter";
7314 7313
7314 @DomName('SVGElement.ownerSVGElement')
7315 @DocsEditable 7315 @DocsEditable
7316 @DomName('SVGElement.ownerSVGElement')
7317 SvgSvgElement get ownerSvgElement native "SVGElement_ownerSVGElement_Getter"; 7316 SvgSvgElement get ownerSvgElement native "SVGElement_ownerSVGElement_Getter";
7318 7317
7318 @DomName('SVGElement.viewportElement')
7319 @DocsEditable 7319 @DocsEditable
7320 @DomName('SVGElement.viewportElement')
7321 SvgElement get viewportElement native "SVGElement_viewportElement_Getter"; 7320 SvgElement get viewportElement native "SVGElement_viewportElement_Getter";
7322 7321
7322 @DomName('SVGElement.xmlbase')
7323 @DocsEditable 7323 @DocsEditable
7324 @DomName('SVGElement.xmlbase')
7325 String get xmlbase native "SVGElement_xmlbase_Getter"; 7324 String get xmlbase native "SVGElement_xmlbase_Getter";
7326 7325
7326 @DomName('SVGElement.xmlbase')
7327 @DocsEditable 7327 @DocsEditable
7328 @DomName('SVGElement.xmlbase')
7329 void set xmlbase(String value) native "SVGElement_xmlbase_Setter"; 7328 void set xmlbase(String value) native "SVGElement_xmlbase_Setter";
7330 7329
7331 } 7330 }
7332 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7331 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7333 // for details. All rights reserved. Use of this source code is governed by a 7332 // for details. All rights reserved. Use of this source code is governed by a
7334 // BSD-style license that can be found in the LICENSE file. 7333 // BSD-style license that can be found in the LICENSE file.
7335 7334
7336 // WARNING: Do not edit - generated code. 7335 // WARNING: Do not edit - generated code.
7337 7336
7338 7337
7339 @DocsEditable 7338 @DocsEditable
7340 @DomName('SVGException') 7339 @DomName('SVGException')
7341 class SvgException extends NativeFieldWrapperClass1 { 7340 class SvgException extends NativeFieldWrapperClass1 {
7342 SvgException.internal(); 7341 SvgException.internal();
7343 7342
7344 static const int SVG_INVALID_VALUE_ERR = 1; 7343 static const int SVG_INVALID_VALUE_ERR = 1;
7345 7344
7346 static const int SVG_MATRIX_NOT_INVERTABLE = 2; 7345 static const int SVG_MATRIX_NOT_INVERTABLE = 2;
7347 7346
7348 static const int SVG_WRONG_TYPE_ERR = 0; 7347 static const int SVG_WRONG_TYPE_ERR = 0;
7349 7348
7349 @DomName('SVGException.code')
7350 @DocsEditable 7350 @DocsEditable
7351 @DomName('SVGException.code')
7352 int get code native "SVGException_code_Getter"; 7351 int get code native "SVGException_code_Getter";
7353 7352
7353 @DomName('SVGException.message')
7354 @DocsEditable 7354 @DocsEditable
7355 @DomName('SVGException.message')
7356 String get message native "SVGException_message_Getter"; 7355 String get message native "SVGException_message_Getter";
7357 7356
7357 @DomName('SVGException.name')
7358 @DocsEditable 7358 @DocsEditable
7359 @DomName('SVGException.name')
7360 String get name native "SVGException_name_Getter"; 7359 String get name native "SVGException_name_Getter";
7361 7360
7361 @DomName('SVGException.toString')
7362 @DocsEditable 7362 @DocsEditable
7363 @DomName('SVGException.toString')
7364 String toString() native "SVGException_toString_Callback"; 7363 String toString() native "SVGException_toString_Callback";
7365 7364
7366 } 7365 }
7367 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7366 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7368 // for details. All rights reserved. Use of this source code is governed by a 7367 // for details. All rights reserved. Use of this source code is governed by a
7369 // BSD-style license that can be found in the LICENSE file. 7368 // BSD-style license that can be found in the LICENSE file.
7370 7369
7371 7370
7372 @DocsEditable
7373 @DomName('SVGSVGElement') 7371 @DomName('SVGSVGElement')
7374 class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable, Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace { 7372 class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable, Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace {
7375 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ; 7373 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ;
7376 7374
7377 SvgSvgElement.internal() : super.internal(); 7375 SvgSvgElement.internal() : super.internal();
7378 7376
7379 @DocsEditable
7380 @DomName('SVGSVGElement.contentScriptType') 7377 @DomName('SVGSVGElement.contentScriptType')
7378 @DocsEditable
7381 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; 7379 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter";
7382 7380
7383 @DocsEditable
7384 @DomName('SVGSVGElement.contentScriptType') 7381 @DomName('SVGSVGElement.contentScriptType')
7382 @DocsEditable
7385 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy pe_Setter"; 7383 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy pe_Setter";
7386 7384
7387 @DocsEditable
7388 @DomName('SVGSVGElement.contentStyleType') 7385 @DomName('SVGSVGElement.contentStyleType')
7386 @DocsEditable
7389 String get contentStyleType native "SVGSVGElement_contentStyleType_Getter"; 7387 String get contentStyleType native "SVGSVGElement_contentStyleType_Getter";
7390 7388
7391 @DocsEditable
7392 @DomName('SVGSVGElement.contentStyleType') 7389 @DomName('SVGSVGElement.contentStyleType')
7390 @DocsEditable
7393 void set contentStyleType(String value) native "SVGSVGElement_contentStyleType _Setter"; 7391 void set contentStyleType(String value) native "SVGSVGElement_contentStyleType _Setter";
7394 7392
7395 @DocsEditable
7396 @DomName('SVGSVGElement.currentScale') 7393 @DomName('SVGSVGElement.currentScale')
7394 @DocsEditable
7397 num get currentScale native "SVGSVGElement_currentScale_Getter"; 7395 num get currentScale native "SVGSVGElement_currentScale_Getter";
7398 7396
7399 @DocsEditable
7400 @DomName('SVGSVGElement.currentScale') 7397 @DomName('SVGSVGElement.currentScale')
7398 @DocsEditable
7401 void set currentScale(num value) native "SVGSVGElement_currentScale_Setter"; 7399 void set currentScale(num value) native "SVGSVGElement_currentScale_Setter";
7402 7400
7403 @DocsEditable
7404 @DomName('SVGSVGElement.currentTranslate') 7401 @DomName('SVGSVGElement.currentTranslate')
7402 @DocsEditable
7405 Point get currentTranslate native "SVGSVGElement_currentTranslate_Getter"; 7403 Point get currentTranslate native "SVGSVGElement_currentTranslate_Getter";
7406 7404
7407 @DocsEditable
7408 @DomName('SVGSVGElement.currentView') 7405 @DomName('SVGSVGElement.currentView')
7406 @DocsEditable
7409 ViewSpec get currentView native "SVGSVGElement_currentView_Getter"; 7407 ViewSpec get currentView native "SVGSVGElement_currentView_Getter";
7410 7408
7411 @DocsEditable
7412 @DomName('SVGSVGElement.height') 7409 @DomName('SVGSVGElement.height')
7410 @DocsEditable
7413 AnimatedLength get height native "SVGSVGElement_height_Getter"; 7411 AnimatedLength get height native "SVGSVGElement_height_Getter";
7414 7412
7415 @DocsEditable
7416 @DomName('SVGSVGElement.pixelUnitToMillimeterX') 7413 @DomName('SVGSVGElement.pixelUnitToMillimeterX')
7414 @DocsEditable
7417 num get pixelUnitToMillimeterX native "SVGSVGElement_pixelUnitToMillimeterX_Ge tter"; 7415 num get pixelUnitToMillimeterX native "SVGSVGElement_pixelUnitToMillimeterX_Ge tter";
7418 7416
7419 @DocsEditable
7420 @DomName('SVGSVGElement.pixelUnitToMillimeterY') 7417 @DomName('SVGSVGElement.pixelUnitToMillimeterY')
7418 @DocsEditable
7421 num get pixelUnitToMillimeterY native "SVGSVGElement_pixelUnitToMillimeterY_Ge tter"; 7419 num get pixelUnitToMillimeterY native "SVGSVGElement_pixelUnitToMillimeterY_Ge tter";
7422 7420
7423 @DocsEditable
7424 @DomName('SVGSVGElement.screenPixelToMillimeterX') 7421 @DomName('SVGSVGElement.screenPixelToMillimeterX')
7422 @DocsEditable
7425 num get screenPixelToMillimeterX native "SVGSVGElement_screenPixelToMillimeter X_Getter"; 7423 num get screenPixelToMillimeterX native "SVGSVGElement_screenPixelToMillimeter X_Getter";
7426 7424
7427 @DocsEditable
7428 @DomName('SVGSVGElement.screenPixelToMillimeterY') 7425 @DomName('SVGSVGElement.screenPixelToMillimeterY')
7426 @DocsEditable
7429 num get screenPixelToMillimeterY native "SVGSVGElement_screenPixelToMillimeter Y_Getter"; 7427 num get screenPixelToMillimeterY native "SVGSVGElement_screenPixelToMillimeter Y_Getter";
7430 7428
7431 @DocsEditable
7432 @DomName('SVGSVGElement.useCurrentView') 7429 @DomName('SVGSVGElement.useCurrentView')
7430 @DocsEditable
7433 bool get useCurrentView native "SVGSVGElement_useCurrentView_Getter"; 7431 bool get useCurrentView native "SVGSVGElement_useCurrentView_Getter";
7434 7432
7435 @DocsEditable
7436 @DomName('SVGSVGElement.viewport') 7433 @DomName('SVGSVGElement.viewport')
7434 @DocsEditable
7437 Rect get viewport native "SVGSVGElement_viewport_Getter"; 7435 Rect get viewport native "SVGSVGElement_viewport_Getter";
7438 7436
7439 @DocsEditable
7440 @DomName('SVGSVGElement.width') 7437 @DomName('SVGSVGElement.width')
7438 @DocsEditable
7441 AnimatedLength get width native "SVGSVGElement_width_Getter"; 7439 AnimatedLength get width native "SVGSVGElement_width_Getter";
7442 7440
7443 @DocsEditable
7444 @DomName('SVGSVGElement.x') 7441 @DomName('SVGSVGElement.x')
7442 @DocsEditable
7445 AnimatedLength get x native "SVGSVGElement_x_Getter"; 7443 AnimatedLength get x native "SVGSVGElement_x_Getter";
7446 7444
7447 @DocsEditable
7448 @DomName('SVGSVGElement.y') 7445 @DomName('SVGSVGElement.y')
7446 @DocsEditable
7449 AnimatedLength get y native "SVGSVGElement_y_Getter"; 7447 AnimatedLength get y native "SVGSVGElement_y_Getter";
7450 7448
7451 @DocsEditable
7452 @DomName('SVGSVGElement.animationsPaused') 7449 @DomName('SVGSVGElement.animationsPaused')
7450 @DocsEditable
7453 bool animationsPaused() native "SVGSVGElement_animationsPaused_Callback"; 7451 bool animationsPaused() native "SVGSVGElement_animationsPaused_Callback";
7454 7452
7455 @DocsEditable
7456 @DomName('SVGSVGElement.checkEnclosure') 7453 @DomName('SVGSVGElement.checkEnclosure')
7454 @DocsEditable
7457 bool checkEnclosure(SvgElement element, Rect rect) native "SVGSVGElement_check Enclosure_Callback"; 7455 bool checkEnclosure(SvgElement element, Rect rect) native "SVGSVGElement_check Enclosure_Callback";
7458 7456
7459 @DocsEditable
7460 @DomName('SVGSVGElement.checkIntersection') 7457 @DomName('SVGSVGElement.checkIntersection')
7458 @DocsEditable
7461 bool checkIntersection(SvgElement element, Rect rect) native "SVGSVGElement_ch eckIntersection_Callback"; 7459 bool checkIntersection(SvgElement element, Rect rect) native "SVGSVGElement_ch eckIntersection_Callback";
7462 7460
7463 @DocsEditable
7464 @DomName('SVGSVGElement.createSVGAngle') 7461 @DomName('SVGSVGElement.createSVGAngle')
7462 @DocsEditable
7465 Angle createSvgAngle() native "SVGSVGElement_createSVGAngle_Callback"; 7463 Angle createSvgAngle() native "SVGSVGElement_createSVGAngle_Callback";
7466 7464
7467 @DocsEditable
7468 @DomName('SVGSVGElement.createSVGLength') 7465 @DomName('SVGSVGElement.createSVGLength')
7466 @DocsEditable
7469 Length createSvgLength() native "SVGSVGElement_createSVGLength_Callback"; 7467 Length createSvgLength() native "SVGSVGElement_createSVGLength_Callback";
7470 7468
7471 @DocsEditable
7472 @DomName('SVGSVGElement.createSVGMatrix') 7469 @DomName('SVGSVGElement.createSVGMatrix')
7470 @DocsEditable
7473 Matrix createSvgMatrix() native "SVGSVGElement_createSVGMatrix_Callback"; 7471 Matrix createSvgMatrix() native "SVGSVGElement_createSVGMatrix_Callback";
7474 7472
7475 @DocsEditable
7476 @DomName('SVGSVGElement.createSVGNumber') 7473 @DomName('SVGSVGElement.createSVGNumber')
7474 @DocsEditable
7477 Number createSvgNumber() native "SVGSVGElement_createSVGNumber_Callback"; 7475 Number createSvgNumber() native "SVGSVGElement_createSVGNumber_Callback";
7478 7476
7479 @DocsEditable
7480 @DomName('SVGSVGElement.createSVGPoint') 7477 @DomName('SVGSVGElement.createSVGPoint')
7478 @DocsEditable
7481 Point createSvgPoint() native "SVGSVGElement_createSVGPoint_Callback"; 7479 Point createSvgPoint() native "SVGSVGElement_createSVGPoint_Callback";
7482 7480
7483 @DocsEditable
7484 @DomName('SVGSVGElement.createSVGRect') 7481 @DomName('SVGSVGElement.createSVGRect')
7482 @DocsEditable
7485 Rect createSvgRect() native "SVGSVGElement_createSVGRect_Callback"; 7483 Rect createSvgRect() native "SVGSVGElement_createSVGRect_Callback";
7486 7484
7487 @DocsEditable
7488 @DomName('SVGSVGElement.createSVGTransform') 7485 @DomName('SVGSVGElement.createSVGTransform')
7486 @DocsEditable
7489 Transform createSvgTransform() native "SVGSVGElement_createSVGTransform_Callba ck"; 7487 Transform createSvgTransform() native "SVGSVGElement_createSVGTransform_Callba ck";
7490 7488
7491 @DocsEditable
7492 @DomName('SVGSVGElement.createSVGTransformFromMatrix') 7489 @DomName('SVGSVGElement.createSVGTransformFromMatrix')
7490 @DocsEditable
7493 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGSVGElement_cr eateSVGTransformFromMatrix_Callback"; 7491 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGSVGElement_cr eateSVGTransformFromMatrix_Callback";
7494 7492
7495 @DocsEditable
7496 @DomName('SVGSVGElement.deselectAll') 7493 @DomName('SVGSVGElement.deselectAll')
7494 @DocsEditable
7497 void deselectAll() native "SVGSVGElement_deselectAll_Callback"; 7495 void deselectAll() native "SVGSVGElement_deselectAll_Callback";
7498 7496
7499 @DocsEditable
7500 @DomName('SVGSVGElement.forceRedraw') 7497 @DomName('SVGSVGElement.forceRedraw')
7498 @DocsEditable
7501 void forceRedraw() native "SVGSVGElement_forceRedraw_Callback"; 7499 void forceRedraw() native "SVGSVGElement_forceRedraw_Callback";
7502 7500
7503 @DocsEditable
7504 @DomName('SVGSVGElement.getCurrentTime') 7501 @DomName('SVGSVGElement.getCurrentTime')
7502 @DocsEditable
7505 num getCurrentTime() native "SVGSVGElement_getCurrentTime_Callback"; 7503 num getCurrentTime() native "SVGSVGElement_getCurrentTime_Callback";
7506 7504
7507 @DocsEditable
7508 @DomName('SVGSVGElement.getElementById') 7505 @DomName('SVGSVGElement.getElementById')
7506 @DocsEditable
7509 Element getElementById(String elementId) native "SVGSVGElement_getElementById_ Callback"; 7507 Element getElementById(String elementId) native "SVGSVGElement_getElementById_ Callback";
7510 7508
7511 @DocsEditable
7512 @DomName('SVGSVGElement.getEnclosureList') 7509 @DomName('SVGSVGElement.getEnclosureList')
7510 @DocsEditable
7513 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native "SV GSVGElement_getEnclosureList_Callback"; 7511 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native "SV GSVGElement_getEnclosureList_Callback";
7514 7512
7515 @DocsEditable
7516 @DomName('SVGSVGElement.getIntersectionList') 7513 @DomName('SVGSVGElement.getIntersectionList')
7514 @DocsEditable
7517 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native "SVGSVGElement_getIntersectionList_Callback"; 7515 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native "SVGSVGElement_getIntersectionList_Callback";
7518 7516
7519 @DocsEditable
7520 @DomName('SVGSVGElement.pauseAnimations') 7517 @DomName('SVGSVGElement.pauseAnimations')
7518 @DocsEditable
7521 void pauseAnimations() native "SVGSVGElement_pauseAnimations_Callback"; 7519 void pauseAnimations() native "SVGSVGElement_pauseAnimations_Callback";
7522 7520
7523 @DocsEditable
7524 @DomName('SVGSVGElement.setCurrentTime') 7521 @DomName('SVGSVGElement.setCurrentTime')
7522 @DocsEditable
7525 void setCurrentTime(num seconds) native "SVGSVGElement_setCurrentTime_Callback "; 7523 void setCurrentTime(num seconds) native "SVGSVGElement_setCurrentTime_Callback ";
7526 7524
7527 @DocsEditable
7528 @DomName('SVGSVGElement.suspendRedraw') 7525 @DomName('SVGSVGElement.suspendRedraw')
7526 @DocsEditable
7529 int suspendRedraw(int maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw _Callback"; 7527 int suspendRedraw(int maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw _Callback";
7530 7528
7531 @DocsEditable
7532 @DomName('SVGSVGElement.unpauseAnimations') 7529 @DomName('SVGSVGElement.unpauseAnimations')
7530 @DocsEditable
7533 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback"; 7531 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback";
7534 7532
7535 @DocsEditable
7536 @DomName('SVGSVGElement.unsuspendRedraw') 7533 @DomName('SVGSVGElement.unsuspendRedraw')
7534 @DocsEditable
7537 void unsuspendRedraw(int suspendHandleId) native "SVGSVGElement_unsuspendRedra w_Callback"; 7535 void unsuspendRedraw(int suspendHandleId) native "SVGSVGElement_unsuspendRedra w_Callback";
7538 7536
7539 @DocsEditable
7540 @DomName('SVGSVGElement.unsuspendRedrawAll') 7537 @DomName('SVGSVGElement.unsuspendRedrawAll')
7538 @DocsEditable
7541 void unsuspendRedrawAll() native "SVGSVGElement_unsuspendRedrawAll_Callback"; 7539 void unsuspendRedrawAll() native "SVGSVGElement_unsuspendRedrawAll_Callback";
7542 7540
7543 @DocsEditable
7544 @DomName('SVGSVGElement.externalResourcesRequired') 7541 @DomName('SVGSVGElement.externalResourcesRequired')
7542 @DocsEditable
7545 AnimatedBoolean get externalResourcesRequired native "SVGSVGElement_externalRe sourcesRequired_Getter"; 7543 AnimatedBoolean get externalResourcesRequired native "SVGSVGElement_externalRe sourcesRequired_Getter";
7546 7544
7547 @DocsEditable
7548 @DomName('SVGSVGElement.preserveAspectRatio') 7545 @DomName('SVGSVGElement.preserveAspectRatio')
7546 @DocsEditable
7549 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSVGElement_pres erveAspectRatio_Getter"; 7547 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSVGElement_pres erveAspectRatio_Getter";
7550 7548
7551 @DocsEditable
7552 @DomName('SVGSVGElement.viewBox') 7549 @DomName('SVGSVGElement.viewBox')
7550 @DocsEditable
7553 AnimatedRect get viewBox native "SVGSVGElement_viewBox_Getter"; 7551 AnimatedRect get viewBox native "SVGSVGElement_viewBox_Getter";
7554 7552
7555 @DocsEditable
7556 @DomName('SVGSVGElement.xmllang') 7553 @DomName('SVGSVGElement.xmllang')
7554 @DocsEditable
7557 String get xmllang native "SVGSVGElement_xmllang_Getter"; 7555 String get xmllang native "SVGSVGElement_xmllang_Getter";
7558 7556
7559 @DocsEditable
7560 @DomName('SVGSVGElement.xmllang') 7557 @DomName('SVGSVGElement.xmllang')
7558 @DocsEditable
7561 void set xmllang(String value) native "SVGSVGElement_xmllang_Setter"; 7559 void set xmllang(String value) native "SVGSVGElement_xmllang_Setter";
7562 7560
7563 @DocsEditable
7564 @DomName('SVGSVGElement.xmlspace') 7561 @DomName('SVGSVGElement.xmlspace')
7562 @DocsEditable
7565 String get xmlspace native "SVGSVGElement_xmlspace_Getter"; 7563 String get xmlspace native "SVGSVGElement_xmlspace_Getter";
7566 7564
7567 @DocsEditable
7568 @DomName('SVGSVGElement.xmlspace') 7565 @DomName('SVGSVGElement.xmlspace')
7566 @DocsEditable
7569 void set xmlspace(String value) native "SVGSVGElement_xmlspace_Setter"; 7567 void set xmlspace(String value) native "SVGSVGElement_xmlspace_Setter";
7570 7568
7571 @DocsEditable
7572 @DomName('SVGSVGElement.farthestViewportElement') 7569 @DomName('SVGSVGElement.farthestViewportElement')
7570 @DocsEditable
7573 SvgElement get farthestViewportElement native "SVGSVGElement_farthestViewportE lement_Getter"; 7571 SvgElement get farthestViewportElement native "SVGSVGElement_farthestViewportE lement_Getter";
7574 7572
7575 @DocsEditable
7576 @DomName('SVGSVGElement.nearestViewportElement') 7573 @DomName('SVGSVGElement.nearestViewportElement')
7574 @DocsEditable
7577 SvgElement get nearestViewportElement native "SVGSVGElement_nearestViewportEle ment_Getter"; 7575 SvgElement get nearestViewportElement native "SVGSVGElement_nearestViewportEle ment_Getter";
7578 7576
7579 @DocsEditable
7580 @DomName('SVGSVGElement.getBBox') 7577 @DomName('SVGSVGElement.getBBox')
7578 @DocsEditable
7581 Rect getBBox() native "SVGSVGElement_getBBox_Callback"; 7579 Rect getBBox() native "SVGSVGElement_getBBox_Callback";
7582 7580
7583 @DocsEditable
7584 @DomName('SVGSVGElement.getCTM') 7581 @DomName('SVGSVGElement.getCTM')
7582 @DocsEditable
7585 Matrix getCtm() native "SVGSVGElement_getCTM_Callback"; 7583 Matrix getCtm() native "SVGSVGElement_getCTM_Callback";
7586 7584
7587 @DocsEditable
7588 @DomName('SVGSVGElement.getScreenCTM') 7585 @DomName('SVGSVGElement.getScreenCTM')
7586 @DocsEditable
7589 Matrix getScreenCtm() native "SVGSVGElement_getScreenCTM_Callback"; 7587 Matrix getScreenCtm() native "SVGSVGElement_getScreenCTM_Callback";
7590 7588
7591 @DocsEditable
7592 @DomName('SVGSVGElement.getTransformToElement') 7589 @DomName('SVGSVGElement.getTransformToElement')
7590 @DocsEditable
7593 Matrix getTransformToElement(SvgElement element) native "SVGSVGElement_getTran sformToElement_Callback"; 7591 Matrix getTransformToElement(SvgElement element) native "SVGSVGElement_getTran sformToElement_Callback";
7594 7592
7595 @DocsEditable
7596 @DomName('SVGSVGElement.className') 7593 @DomName('SVGSVGElement.className')
7594 @DocsEditable
7597 AnimatedString get $dom_svgClassName native "SVGSVGElement_className_Getter"; 7595 AnimatedString get $dom_svgClassName native "SVGSVGElement_className_Getter";
7598 7596
7599 @DocsEditable
7600 @DomName('SVGSVGElement.style') 7597 @DomName('SVGSVGElement.style')
7598 @DocsEditable
7601 CssStyleDeclaration get style native "SVGSVGElement_style_Getter"; 7599 CssStyleDeclaration get style native "SVGSVGElement_style_Getter";
7602 7600
7603 @DocsEditable
7604 @DomName('SVGSVGElement.getPresentationAttribute') 7601 @DomName('SVGSVGElement.getPresentationAttribute')
7602 @DocsEditable
7605 CssValue getPresentationAttribute(String name) native "SVGSVGElement_getPresen tationAttribute_Callback"; 7603 CssValue getPresentationAttribute(String name) native "SVGSVGElement_getPresen tationAttribute_Callback";
7606 7604
7607 @DocsEditable
7608 @DomName('SVGSVGElement.requiredExtensions') 7605 @DomName('SVGSVGElement.requiredExtensions')
7606 @DocsEditable
7609 StringList get requiredExtensions native "SVGSVGElement_requiredExtensions_Get ter"; 7607 StringList get requiredExtensions native "SVGSVGElement_requiredExtensions_Get ter";
7610 7608
7611 @DocsEditable
7612 @DomName('SVGSVGElement.requiredFeatures') 7609 @DomName('SVGSVGElement.requiredFeatures')
7610 @DocsEditable
7613 StringList get requiredFeatures native "SVGSVGElement_requiredFeatures_Getter" ; 7611 StringList get requiredFeatures native "SVGSVGElement_requiredFeatures_Getter" ;
7614 7612
7615 @DocsEditable
7616 @DomName('SVGSVGElement.systemLanguage') 7613 @DomName('SVGSVGElement.systemLanguage')
7614 @DocsEditable
7617 StringList get systemLanguage native "SVGSVGElement_systemLanguage_Getter"; 7615 StringList get systemLanguage native "SVGSVGElement_systemLanguage_Getter";
7618 7616
7619 @DocsEditable
7620 @DomName('SVGSVGElement.hasExtension') 7617 @DomName('SVGSVGElement.hasExtension')
7618 @DocsEditable
7621 bool hasExtension(String extension) native "SVGSVGElement_hasExtension_Callbac k"; 7619 bool hasExtension(String extension) native "SVGSVGElement_hasExtension_Callbac k";
7622 7620
7623 @DocsEditable
7624 @DomName('SVGSVGElement.zoomAndPan') 7621 @DomName('SVGSVGElement.zoomAndPan')
7622 @DocsEditable
7625 int get zoomAndPan native "SVGSVGElement_zoomAndPan_Getter"; 7623 int get zoomAndPan native "SVGSVGElement_zoomAndPan_Getter";
7626 7624
7627 @DocsEditable
7628 @DomName('SVGSVGElement.zoomAndPan') 7625 @DomName('SVGSVGElement.zoomAndPan')
7626 @DocsEditable
7629 void set zoomAndPan(int value) native "SVGSVGElement_zoomAndPan_Setter"; 7627 void set zoomAndPan(int value) native "SVGSVGElement_zoomAndPan_Setter";
7630 7628
7631 } 7629 }
7632 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7630 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7633 // for details. All rights reserved. Use of this source code is governed by a 7631 // for details. All rights reserved. Use of this source code is governed by a
7634 // BSD-style license that can be found in the LICENSE file. 7632 // BSD-style license that can be found in the LICENSE file.
7635 7633
7636 // WARNING: Do not edit - generated code. 7634 // WARNING: Do not edit - generated code.
7637 7635
7638 7636
7639 @DocsEditable 7637 @DocsEditable
7640 @DomName('SVGSwitchElement') 7638 @DomName('SVGSwitchElement')
7641 class SwitchElement extends SvgElement implements Transformable, Tests, Stylable , ExternalResourcesRequired, LangSpace { 7639 class SwitchElement extends SvgElement implements Transformable, Tests, Stylable , ExternalResourcesRequired, LangSpace {
7642 SwitchElement.internal() : super.internal(); 7640 SwitchElement.internal() : super.internal();
7643 7641
7644 @DocsEditable 7642 @DocsEditable
7645 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch"); 7643 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch");
7646 7644
7645 @DomName('SVGSwitchElement.externalResourcesRequired')
7647 @DocsEditable 7646 @DocsEditable
7648 @DomName('SVGSwitchElement.externalResourcesRequired')
7649 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa lResourcesRequired_Getter"; 7647 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa lResourcesRequired_Getter";
7650 7648
7649 @DomName('SVGSwitchElement.xmllang')
7651 @DocsEditable 7650 @DocsEditable
7652 @DomName('SVGSwitchElement.xmllang')
7653 String get xmllang native "SVGSwitchElement_xmllang_Getter"; 7651 String get xmllang native "SVGSwitchElement_xmllang_Getter";
7654 7652
7653 @DomName('SVGSwitchElement.xmllang')
7655 @DocsEditable 7654 @DocsEditable
7656 @DomName('SVGSwitchElement.xmllang')
7657 void set xmllang(String value) native "SVGSwitchElement_xmllang_Setter"; 7655 void set xmllang(String value) native "SVGSwitchElement_xmllang_Setter";
7658 7656
7657 @DomName('SVGSwitchElement.xmlspace')
7659 @DocsEditable 7658 @DocsEditable
7660 @DomName('SVGSwitchElement.xmlspace')
7661 String get xmlspace native "SVGSwitchElement_xmlspace_Getter"; 7659 String get xmlspace native "SVGSwitchElement_xmlspace_Getter";
7662 7660
7661 @DomName('SVGSwitchElement.xmlspace')
7663 @DocsEditable 7662 @DocsEditable
7664 @DomName('SVGSwitchElement.xmlspace')
7665 void set xmlspace(String value) native "SVGSwitchElement_xmlspace_Setter"; 7663 void set xmlspace(String value) native "SVGSwitchElement_xmlspace_Setter";
7666 7664
7665 @DomName('SVGSwitchElement.farthestViewportElement')
7667 @DocsEditable 7666 @DocsEditable
7668 @DomName('SVGSwitchElement.farthestViewportElement')
7669 SvgElement get farthestViewportElement native "SVGSwitchElement_farthestViewpo rtElement_Getter"; 7667 SvgElement get farthestViewportElement native "SVGSwitchElement_farthestViewpo rtElement_Getter";
7670 7668
7669 @DomName('SVGSwitchElement.nearestViewportElement')
7671 @DocsEditable 7670 @DocsEditable
7672 @DomName('SVGSwitchElement.nearestViewportElement')
7673 SvgElement get nearestViewportElement native "SVGSwitchElement_nearestViewport Element_Getter"; 7671 SvgElement get nearestViewportElement native "SVGSwitchElement_nearestViewport Element_Getter";
7674 7672
7673 @DomName('SVGSwitchElement.getBBox')
7675 @DocsEditable 7674 @DocsEditable
7676 @DomName('SVGSwitchElement.getBBox')
7677 Rect getBBox() native "SVGSwitchElement_getBBox_Callback"; 7675 Rect getBBox() native "SVGSwitchElement_getBBox_Callback";
7678 7676
7677 @DomName('SVGSwitchElement.getCTM')
7679 @DocsEditable 7678 @DocsEditable
7680 @DomName('SVGSwitchElement.getCTM')
7681 Matrix getCtm() native "SVGSwitchElement_getCTM_Callback"; 7679 Matrix getCtm() native "SVGSwitchElement_getCTM_Callback";
7682 7680
7681 @DomName('SVGSwitchElement.getScreenCTM')
7683 @DocsEditable 7682 @DocsEditable
7684 @DomName('SVGSwitchElement.getScreenCTM')
7685 Matrix getScreenCtm() native "SVGSwitchElement_getScreenCTM_Callback"; 7683 Matrix getScreenCtm() native "SVGSwitchElement_getScreenCTM_Callback";
7686 7684
7685 @DomName('SVGSwitchElement.getTransformToElement')
7687 @DocsEditable 7686 @DocsEditable
7688 @DomName('SVGSwitchElement.getTransformToElement')
7689 Matrix getTransformToElement(SvgElement element) native "SVGSwitchElement_getT ransformToElement_Callback"; 7687 Matrix getTransformToElement(SvgElement element) native "SVGSwitchElement_getT ransformToElement_Callback";
7690 7688
7689 @DomName('SVGSwitchElement.className')
7691 @DocsEditable 7690 @DocsEditable
7692 @DomName('SVGSwitchElement.className')
7693 AnimatedString get $dom_svgClassName native "SVGSwitchElement_className_Getter "; 7691 AnimatedString get $dom_svgClassName native "SVGSwitchElement_className_Getter ";
7694 7692
7693 @DomName('SVGSwitchElement.style')
7695 @DocsEditable 7694 @DocsEditable
7696 @DomName('SVGSwitchElement.style')
7697 CssStyleDeclaration get style native "SVGSwitchElement_style_Getter"; 7695 CssStyleDeclaration get style native "SVGSwitchElement_style_Getter";
7698 7696
7697 @DomName('SVGSwitchElement.getPresentationAttribute')
7699 @DocsEditable 7698 @DocsEditable
7700 @DomName('SVGSwitchElement.getPresentationAttribute')
7701 CssValue getPresentationAttribute(String name) native "SVGSwitchElement_getPre sentationAttribute_Callback"; 7699 CssValue getPresentationAttribute(String name) native "SVGSwitchElement_getPre sentationAttribute_Callback";
7702 7700
7701 @DomName('SVGSwitchElement.requiredExtensions')
7703 @DocsEditable 7702 @DocsEditable
7704 @DomName('SVGSwitchElement.requiredExtensions')
7705 StringList get requiredExtensions native "SVGSwitchElement_requiredExtensions_ Getter"; 7703 StringList get requiredExtensions native "SVGSwitchElement_requiredExtensions_ Getter";
7706 7704
7705 @DomName('SVGSwitchElement.requiredFeatures')
7707 @DocsEditable 7706 @DocsEditable
7708 @DomName('SVGSwitchElement.requiredFeatures')
7709 StringList get requiredFeatures native "SVGSwitchElement_requiredFeatures_Gett er"; 7707 StringList get requiredFeatures native "SVGSwitchElement_requiredFeatures_Gett er";
7710 7708
7709 @DomName('SVGSwitchElement.systemLanguage')
7711 @DocsEditable 7710 @DocsEditable
7712 @DomName('SVGSwitchElement.systemLanguage')
7713 StringList get systemLanguage native "SVGSwitchElement_systemLanguage_Getter"; 7711 StringList get systemLanguage native "SVGSwitchElement_systemLanguage_Getter";
7714 7712
7713 @DomName('SVGSwitchElement.hasExtension')
7715 @DocsEditable 7714 @DocsEditable
7716 @DomName('SVGSwitchElement.hasExtension')
7717 bool hasExtension(String extension) native "SVGSwitchElement_hasExtension_Call back"; 7715 bool hasExtension(String extension) native "SVGSwitchElement_hasExtension_Call back";
7718 7716
7717 @DomName('SVGSwitchElement.transform')
7719 @DocsEditable 7718 @DocsEditable
7720 @DomName('SVGSwitchElement.transform')
7721 AnimatedTransformList get transform native "SVGSwitchElement_transform_Getter" ; 7719 AnimatedTransformList get transform native "SVGSwitchElement_transform_Getter" ;
7722 7720
7723 } 7721 }
7724 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7722 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7725 // for details. All rights reserved. Use of this source code is governed by a 7723 // for details. All rights reserved. Use of this source code is governed by a
7726 // BSD-style license that can be found in the LICENSE file. 7724 // BSD-style license that can be found in the LICENSE file.
7727 7725
7728 // WARNING: Do not edit - generated code. 7726 // WARNING: Do not edit - generated code.
7729 7727
7730 7728
7731 @DocsEditable 7729 @DocsEditable
7732 @DomName('SVGSymbolElement') 7730 @DomName('SVGSymbolElement')
7733 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource sRequired, Stylable, LangSpace { 7731 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource sRequired, Stylable, LangSpace {
7734 SymbolElement.internal() : super.internal(); 7732 SymbolElement.internal() : super.internal();
7735 7733
7736 @DocsEditable 7734 @DocsEditable
7737 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol"); 7735 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol");
7738 7736
7737 @DomName('SVGSymbolElement.externalResourcesRequired')
7739 @DocsEditable 7738 @DocsEditable
7740 @DomName('SVGSymbolElement.externalResourcesRequired')
7741 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa lResourcesRequired_Getter"; 7739 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa lResourcesRequired_Getter";
7742 7740
7741 @DomName('SVGSymbolElement.preserveAspectRatio')
7743 @DocsEditable 7742 @DocsEditable
7744 @DomName('SVGSymbolElement.preserveAspectRatio')
7745 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p reserveAspectRatio_Getter"; 7743 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p reserveAspectRatio_Getter";
7746 7744
7745 @DomName('SVGSymbolElement.viewBox')
7747 @DocsEditable 7746 @DocsEditable
7748 @DomName('SVGSymbolElement.viewBox')
7749 AnimatedRect get viewBox native "SVGSymbolElement_viewBox_Getter"; 7747 AnimatedRect get viewBox native "SVGSymbolElement_viewBox_Getter";
7750 7748
7749 @DomName('SVGSymbolElement.xmllang')
7751 @DocsEditable 7750 @DocsEditable
7752 @DomName('SVGSymbolElement.xmllang')
7753 String get xmllang native "SVGSymbolElement_xmllang_Getter"; 7751 String get xmllang native "SVGSymbolElement_xmllang_Getter";
7754 7752
7753 @DomName('SVGSymbolElement.xmllang')
7755 @DocsEditable 7754 @DocsEditable
7756 @DomName('SVGSymbolElement.xmllang')
7757 void set xmllang(String value) native "SVGSymbolElement_xmllang_Setter"; 7755 void set xmllang(String value) native "SVGSymbolElement_xmllang_Setter";
7758 7756
7757 @DomName('SVGSymbolElement.xmlspace')
7759 @DocsEditable 7758 @DocsEditable
7760 @DomName('SVGSymbolElement.xmlspace')
7761 String get xmlspace native "SVGSymbolElement_xmlspace_Getter"; 7759 String get xmlspace native "SVGSymbolElement_xmlspace_Getter";
7762 7760
7761 @DomName('SVGSymbolElement.xmlspace')
7763 @DocsEditable 7762 @DocsEditable
7764 @DomName('SVGSymbolElement.xmlspace')
7765 void set xmlspace(String value) native "SVGSymbolElement_xmlspace_Setter"; 7763 void set xmlspace(String value) native "SVGSymbolElement_xmlspace_Setter";
7766 7764
7765 @DomName('SVGSymbolElement.className')
7767 @DocsEditable 7766 @DocsEditable
7768 @DomName('SVGSymbolElement.className')
7769 AnimatedString get $dom_svgClassName native "SVGSymbolElement_className_Getter "; 7767 AnimatedString get $dom_svgClassName native "SVGSymbolElement_className_Getter ";
7770 7768
7769 @DomName('SVGSymbolElement.style')
7771 @DocsEditable 7770 @DocsEditable
7772 @DomName('SVGSymbolElement.style')
7773 CssStyleDeclaration get style native "SVGSymbolElement_style_Getter"; 7771 CssStyleDeclaration get style native "SVGSymbolElement_style_Getter";
7774 7772
7773 @DomName('SVGSymbolElement.getPresentationAttribute')
7775 @DocsEditable 7774 @DocsEditable
7776 @DomName('SVGSymbolElement.getPresentationAttribute')
7777 CssValue getPresentationAttribute(String name) native "SVGSymbolElement_getPre sentationAttribute_Callback"; 7775 CssValue getPresentationAttribute(String name) native "SVGSymbolElement_getPre sentationAttribute_Callback";
7778 7776
7779 } 7777 }
7780 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7778 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7781 // for details. All rights reserved. Use of this source code is governed by a 7779 // for details. All rights reserved. Use of this source code is governed by a
7782 // BSD-style license that can be found in the LICENSE file. 7780 // BSD-style license that can be found in the LICENSE file.
7783 7781
7784 // WARNING: Do not edit - generated code. 7782 // WARNING: Do not edit - generated code.
7785 7783
7786 7784
7787 @DocsEditable 7785 @DocsEditable
7788 @DomName('SVGTRefElement') 7786 @DomName('SVGTRefElement')
7789 class TRefElement extends TextPositioningElement implements UriReference { 7787 class TRefElement extends TextPositioningElement implements UriReference {
7790 TRefElement.internal() : super.internal(); 7788 TRefElement.internal() : super.internal();
7791 7789
7792 @DocsEditable 7790 @DocsEditable
7793 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref "); 7791 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref ");
7794 7792
7793 @DomName('SVGTRefElement.href')
7795 @DocsEditable 7794 @DocsEditable
7796 @DomName('SVGTRefElement.href')
7797 AnimatedString get href native "SVGTRefElement_href_Getter"; 7795 AnimatedString get href native "SVGTRefElement_href_Getter";
7798 7796
7799 } 7797 }
7800 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7798 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7801 // for details. All rights reserved. Use of this source code is governed by a 7799 // for details. All rights reserved. Use of this source code is governed by a
7802 // BSD-style license that can be found in the LICENSE file. 7800 // BSD-style license that can be found in the LICENSE file.
7803 7801
7804 // WARNING: Do not edit - generated code. 7802 // WARNING: Do not edit - generated code.
7805 7803
7806 7804
(...skipping 11 matching lines...) Expand all
7818 // BSD-style license that can be found in the LICENSE file. 7816 // BSD-style license that can be found in the LICENSE file.
7819 7817
7820 // WARNING: Do not edit - generated code. 7818 // WARNING: Do not edit - generated code.
7821 7819
7822 7820
7823 @DocsEditable 7821 @DocsEditable
7824 @DomName('SVGTests') 7822 @DomName('SVGTests')
7825 class Tests extends NativeFieldWrapperClass1 { 7823 class Tests extends NativeFieldWrapperClass1 {
7826 Tests.internal(); 7824 Tests.internal();
7827 7825
7826 @DomName('SVGTests.requiredExtensions')
7828 @DocsEditable 7827 @DocsEditable
7829 @DomName('SVGTests.requiredExtensions')
7830 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; 7828 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter";
7831 7829
7830 @DomName('SVGTests.requiredFeatures')
7832 @DocsEditable 7831 @DocsEditable
7833 @DomName('SVGTests.requiredFeatures')
7834 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; 7832 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter";
7835 7833
7834 @DomName('SVGTests.systemLanguage')
7836 @DocsEditable 7835 @DocsEditable
7837 @DomName('SVGTests.systemLanguage')
7838 StringList get systemLanguage native "SVGTests_systemLanguage_Getter"; 7836 StringList get systemLanguage native "SVGTests_systemLanguage_Getter";
7839 7837
7838 @DomName('SVGTests.hasExtension')
7840 @DocsEditable 7839 @DocsEditable
7841 @DomName('SVGTests.hasExtension')
7842 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback"; 7840 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback";
7843 7841
7844 } 7842 }
7845 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7843 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7846 // for details. All rights reserved. Use of this source code is governed by a 7844 // for details. All rights reserved. Use of this source code is governed by a
7847 // BSD-style license that can be found in the LICENSE file. 7845 // BSD-style license that can be found in the LICENSE file.
7848 7846
7849 // WARNING: Do not edit - generated code. 7847 // WARNING: Do not edit - generated code.
7850 7848
7851 7849
7852 @DocsEditable 7850 @DocsEditable
7853 @DomName('SVGTextContentElement') 7851 @DomName('SVGTextContentElement')
7854 class TextContentElement extends SvgElement implements Tests, Stylable, External ResourcesRequired, LangSpace { 7852 class TextContentElement extends SvgElement implements Tests, Stylable, External ResourcesRequired, LangSpace {
7855 TextContentElement.internal() : super.internal(); 7853 TextContentElement.internal() : super.internal();
7856 7854
7857 static const int LENGTHADJUST_SPACING = 1; 7855 static const int LENGTHADJUST_SPACING = 1;
7858 7856
7859 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; 7857 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2;
7860 7858
7861 static const int LENGTHADJUST_UNKNOWN = 0; 7859 static const int LENGTHADJUST_UNKNOWN = 0;
7862 7860
7861 @DomName('SVGTextContentElement.lengthAdjust')
7863 @DocsEditable 7862 @DocsEditable
7864 @DomName('SVGTextContentElement.lengthAdjust')
7865 AnimatedEnumeration get lengthAdjust native "SVGTextContentElement_lengthAdjus t_Getter"; 7863 AnimatedEnumeration get lengthAdjust native "SVGTextContentElement_lengthAdjus t_Getter";
7866 7864
7865 @DomName('SVGTextContentElement.textLength')
7867 @DocsEditable 7866 @DocsEditable
7868 @DomName('SVGTextContentElement.textLength')
7869 AnimatedLength get textLength native "SVGTextContentElement_textLength_Getter" ; 7867 AnimatedLength get textLength native "SVGTextContentElement_textLength_Getter" ;
7870 7868
7869 @DomName('SVGTextContentElement.getCharNumAtPosition')
7871 @DocsEditable 7870 @DocsEditable
7872 @DomName('SVGTextContentElement.getCharNumAtPosition')
7873 int getCharNumAtPosition(Point point) native "SVGTextContentElement_getCharNum AtPosition_Callback"; 7871 int getCharNumAtPosition(Point point) native "SVGTextContentElement_getCharNum AtPosition_Callback";
7874 7872
7873 @DomName('SVGTextContentElement.getComputedTextLength')
7875 @DocsEditable 7874 @DocsEditable
7876 @DomName('SVGTextContentElement.getComputedTextLength')
7877 num getComputedTextLength() native "SVGTextContentElement_getComputedTextLengt h_Callback"; 7875 num getComputedTextLength() native "SVGTextContentElement_getComputedTextLengt h_Callback";
7878 7876
7877 @DomName('SVGTextContentElement.getEndPositionOfChar')
7879 @DocsEditable 7878 @DocsEditable
7880 @DomName('SVGTextContentElement.getEndPositionOfChar')
7881 Point getEndPositionOfChar(int offset) native "SVGTextContentElement_getEndPos itionOfChar_Callback"; 7879 Point getEndPositionOfChar(int offset) native "SVGTextContentElement_getEndPos itionOfChar_Callback";
7882 7880
7881 @DomName('SVGTextContentElement.getExtentOfChar')
7883 @DocsEditable 7882 @DocsEditable
7884 @DomName('SVGTextContentElement.getExtentOfChar')
7885 Rect getExtentOfChar(int offset) native "SVGTextContentElement_getExtentOfChar _Callback"; 7883 Rect getExtentOfChar(int offset) native "SVGTextContentElement_getExtentOfChar _Callback";
7886 7884
7885 @DomName('SVGTextContentElement.getNumberOfChars')
7887 @DocsEditable 7886 @DocsEditable
7888 @DomName('SVGTextContentElement.getNumberOfChars')
7889 int getNumberOfChars() native "SVGTextContentElement_getNumberOfChars_Callback "; 7887 int getNumberOfChars() native "SVGTextContentElement_getNumberOfChars_Callback ";
7890 7888
7889 @DomName('SVGTextContentElement.getRotationOfChar')
7891 @DocsEditable 7890 @DocsEditable
7892 @DomName('SVGTextContentElement.getRotationOfChar')
7893 num getRotationOfChar(int offset) native "SVGTextContentElement_getRotationOfC har_Callback"; 7891 num getRotationOfChar(int offset) native "SVGTextContentElement_getRotationOfC har_Callback";
7894 7892
7893 @DomName('SVGTextContentElement.getStartPositionOfChar')
7895 @DocsEditable 7894 @DocsEditable
7896 @DomName('SVGTextContentElement.getStartPositionOfChar')
7897 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar tPositionOfChar_Callback"; 7895 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar tPositionOfChar_Callback";
7898 7896
7897 @DomName('SVGTextContentElement.getSubStringLength')
7899 @DocsEditable 7898 @DocsEditable
7900 @DomName('SVGTextContentElement.getSubStringLength')
7901 num getSubStringLength(int offset, int length) native "SVGTextContentElement_g etSubStringLength_Callback"; 7899 num getSubStringLength(int offset, int length) native "SVGTextContentElement_g etSubStringLength_Callback";
7902 7900
7901 @DomName('SVGTextContentElement.selectSubString')
7903 @DocsEditable 7902 @DocsEditable
7904 @DomName('SVGTextContentElement.selectSubString')
7905 void selectSubString(int offset, int length) native "SVGTextContentElement_sel ectSubString_Callback"; 7903 void selectSubString(int offset, int length) native "SVGTextContentElement_sel ectSubString_Callback";
7906 7904
7905 @DomName('SVGTextContentElement.externalResourcesRequired')
7907 @DocsEditable 7906 @DocsEditable
7908 @DomName('SVGTextContentElement.externalResourcesRequired')
7909 AnimatedBoolean get externalResourcesRequired native "SVGTextContentElement_ex ternalResourcesRequired_Getter"; 7907 AnimatedBoolean get externalResourcesRequired native "SVGTextContentElement_ex ternalResourcesRequired_Getter";
7910 7908
7909 @DomName('SVGTextContentElement.xmllang')
7911 @DocsEditable 7910 @DocsEditable
7912 @DomName('SVGTextContentElement.xmllang')
7913 String get xmllang native "SVGTextContentElement_xmllang_Getter"; 7911 String get xmllang native "SVGTextContentElement_xmllang_Getter";
7914 7912
7913 @DomName('SVGTextContentElement.xmllang')
7915 @DocsEditable 7914 @DocsEditable
7916 @DomName('SVGTextContentElement.xmllang')
7917 void set xmllang(String value) native "SVGTextContentElement_xmllang_Setter"; 7915 void set xmllang(String value) native "SVGTextContentElement_xmllang_Setter";
7918 7916
7917 @DomName('SVGTextContentElement.xmlspace')
7919 @DocsEditable 7918 @DocsEditable
7920 @DomName('SVGTextContentElement.xmlspace')
7921 String get xmlspace native "SVGTextContentElement_xmlspace_Getter"; 7919 String get xmlspace native "SVGTextContentElement_xmlspace_Getter";
7922 7920
7921 @DomName('SVGTextContentElement.xmlspace')
7923 @DocsEditable 7922 @DocsEditable
7924 @DomName('SVGTextContentElement.xmlspace')
7925 void set xmlspace(String value) native "SVGTextContentElement_xmlspace_Setter" ; 7923 void set xmlspace(String value) native "SVGTextContentElement_xmlspace_Setter" ;
7926 7924
7925 @DomName('SVGTextContentElement.className')
7927 @DocsEditable 7926 @DocsEditable
7928 @DomName('SVGTextContentElement.className')
7929 AnimatedString get $dom_svgClassName native "SVGTextContentElement_className_G etter"; 7927 AnimatedString get $dom_svgClassName native "SVGTextContentElement_className_G etter";
7930 7928
7929 @DomName('SVGTextContentElement.style')
7931 @DocsEditable 7930 @DocsEditable
7932 @DomName('SVGTextContentElement.style')
7933 CssStyleDeclaration get style native "SVGTextContentElement_style_Getter"; 7931 CssStyleDeclaration get style native "SVGTextContentElement_style_Getter";
7934 7932
7933 @DomName('SVGTextContentElement.getPresentationAttribute')
7935 @DocsEditable 7934 @DocsEditable
7936 @DomName('SVGTextContentElement.getPresentationAttribute')
7937 CssValue getPresentationAttribute(String name) native "SVGTextContentElement_g etPresentationAttribute_Callback"; 7935 CssValue getPresentationAttribute(String name) native "SVGTextContentElement_g etPresentationAttribute_Callback";
7938 7936
7937 @DomName('SVGTextContentElement.requiredExtensions')
7939 @DocsEditable 7938 @DocsEditable
7940 @DomName('SVGTextContentElement.requiredExtensions')
7941 StringList get requiredExtensions native "SVGTextContentElement_requiredExtens ions_Getter"; 7939 StringList get requiredExtensions native "SVGTextContentElement_requiredExtens ions_Getter";
7942 7940
7941 @DomName('SVGTextContentElement.requiredFeatures')
7943 @DocsEditable 7942 @DocsEditable
7944 @DomName('SVGTextContentElement.requiredFeatures')
7945 StringList get requiredFeatures native "SVGTextContentElement_requiredFeatures _Getter"; 7943 StringList get requiredFeatures native "SVGTextContentElement_requiredFeatures _Getter";
7946 7944
7945 @DomName('SVGTextContentElement.systemLanguage')
7947 @DocsEditable 7946 @DocsEditable
7948 @DomName('SVGTextContentElement.systemLanguage')
7949 StringList get systemLanguage native "SVGTextContentElement_systemLanguage_Get ter"; 7947 StringList get systemLanguage native "SVGTextContentElement_systemLanguage_Get ter";
7950 7948
7949 @DomName('SVGTextContentElement.hasExtension')
7951 @DocsEditable 7950 @DocsEditable
7952 @DomName('SVGTextContentElement.hasExtension')
7953 bool hasExtension(String extension) native "SVGTextContentElement_hasExtension _Callback"; 7951 bool hasExtension(String extension) native "SVGTextContentElement_hasExtension _Callback";
7954 7952
7955 } 7953 }
7956 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7954 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7957 // for details. All rights reserved. Use of this source code is governed by a 7955 // for details. All rights reserved. Use of this source code is governed by a
7958 // BSD-style license that can be found in the LICENSE file. 7956 // BSD-style license that can be found in the LICENSE file.
7959 7957
7960 // WARNING: Do not edit - generated code. 7958 // WARNING: Do not edit - generated code.
7961 7959
7962 7960
7963 @DocsEditable 7961 @DocsEditable
7964 @DomName('SVGTextElement') 7962 @DomName('SVGTextElement')
7965 class TextElement extends TextPositioningElement implements Transformable { 7963 class TextElement extends TextPositioningElement implements Transformable {
7966 TextElement.internal() : super.internal(); 7964 TextElement.internal() : super.internal();
7967 7965
7968 @DocsEditable 7966 @DocsEditable
7969 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text "); 7967 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text ");
7970 7968
7969 @DomName('SVGTextElement.farthestViewportElement')
7971 @DocsEditable 7970 @DocsEditable
7972 @DomName('SVGTextElement.farthestViewportElement')
7973 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport Element_Getter"; 7971 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport Element_Getter";
7974 7972
7973 @DomName('SVGTextElement.nearestViewportElement')
7975 @DocsEditable 7974 @DocsEditable
7976 @DomName('SVGTextElement.nearestViewportElement')
7977 SvgElement get nearestViewportElement native "SVGTextElement_nearestViewportEl ement_Getter"; 7975 SvgElement get nearestViewportElement native "SVGTextElement_nearestViewportEl ement_Getter";
7978 7976
7977 @DomName('SVGTextElement.getBBox')
7979 @DocsEditable 7978 @DocsEditable
7980 @DomName('SVGTextElement.getBBox')
7981 Rect getBBox() native "SVGTextElement_getBBox_Callback"; 7979 Rect getBBox() native "SVGTextElement_getBBox_Callback";
7982 7980
7981 @DomName('SVGTextElement.getCTM')
7983 @DocsEditable 7982 @DocsEditable
7984 @DomName('SVGTextElement.getCTM')
7985 Matrix getCtm() native "SVGTextElement_getCTM_Callback"; 7983 Matrix getCtm() native "SVGTextElement_getCTM_Callback";
7986 7984
7985 @DomName('SVGTextElement.getScreenCTM')
7987 @DocsEditable 7986 @DocsEditable
7988 @DomName('SVGTextElement.getScreenCTM')
7989 Matrix getScreenCtm() native "SVGTextElement_getScreenCTM_Callback"; 7987 Matrix getScreenCtm() native "SVGTextElement_getScreenCTM_Callback";
7990 7988
7989 @DomName('SVGTextElement.getTransformToElement')
7991 @DocsEditable 7990 @DocsEditable
7992 @DomName('SVGTextElement.getTransformToElement')
7993 Matrix getTransformToElement(SvgElement element) native "SVGTextElement_getTra nsformToElement_Callback"; 7991 Matrix getTransformToElement(SvgElement element) native "SVGTextElement_getTra nsformToElement_Callback";
7994 7992
7993 @DomName('SVGTextElement.transform')
7995 @DocsEditable 7994 @DocsEditable
7996 @DomName('SVGTextElement.transform')
7997 AnimatedTransformList get transform native "SVGTextElement_transform_Getter"; 7995 AnimatedTransformList get transform native "SVGTextElement_transform_Getter";
7998 7996
7999 } 7997 }
8000 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7998 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8001 // for details. All rights reserved. Use of this source code is governed by a 7999 // for details. All rights reserved. Use of this source code is governed by a
8002 // BSD-style license that can be found in the LICENSE file. 8000 // BSD-style license that can be found in the LICENSE file.
8003 8001
8004 // WARNING: Do not edit - generated code. 8002 // WARNING: Do not edit - generated code.
8005 8003
8006 8004
8007 @DocsEditable 8005 @DocsEditable
8008 @DomName('SVGTextPathElement') 8006 @DomName('SVGTextPathElement')
8009 class TextPathElement extends TextContentElement implements UriReference { 8007 class TextPathElement extends TextContentElement implements UriReference {
8010 TextPathElement.internal() : super.internal(); 8008 TextPathElement.internal() : super.internal();
8011 8009
8012 static const int TEXTPATH_METHODTYPE_ALIGN = 1; 8010 static const int TEXTPATH_METHODTYPE_ALIGN = 1;
8013 8011
8014 static const int TEXTPATH_METHODTYPE_STRETCH = 2; 8012 static const int TEXTPATH_METHODTYPE_STRETCH = 2;
8015 8013
8016 static const int TEXTPATH_METHODTYPE_UNKNOWN = 0; 8014 static const int TEXTPATH_METHODTYPE_UNKNOWN = 0;
8017 8015
8018 static const int TEXTPATH_SPACINGTYPE_AUTO = 1; 8016 static const int TEXTPATH_SPACINGTYPE_AUTO = 1;
8019 8017
8020 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; 8018 static const int TEXTPATH_SPACINGTYPE_EXACT = 2;
8021 8019
8022 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; 8020 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0;
8023 8021
8022 @DomName('SVGTextPathElement.method')
8024 @DocsEditable 8023 @DocsEditable
8025 @DomName('SVGTextPathElement.method')
8026 AnimatedEnumeration get method native "SVGTextPathElement_method_Getter"; 8024 AnimatedEnumeration get method native "SVGTextPathElement_method_Getter";
8027 8025
8026 @DomName('SVGTextPathElement.spacing')
8028 @DocsEditable 8027 @DocsEditable
8029 @DomName('SVGTextPathElement.spacing')
8030 AnimatedEnumeration get spacing native "SVGTextPathElement_spacing_Getter"; 8028 AnimatedEnumeration get spacing native "SVGTextPathElement_spacing_Getter";
8031 8029
8030 @DomName('SVGTextPathElement.startOffset')
8032 @DocsEditable 8031 @DocsEditable
8033 @DomName('SVGTextPathElement.startOffset')
8034 AnimatedLength get startOffset native "SVGTextPathElement_startOffset_Getter"; 8032 AnimatedLength get startOffset native "SVGTextPathElement_startOffset_Getter";
8035 8033
8034 @DomName('SVGTextPathElement.href')
8036 @DocsEditable 8035 @DocsEditable
8037 @DomName('SVGTextPathElement.href')
8038 AnimatedString get href native "SVGTextPathElement_href_Getter"; 8036 AnimatedString get href native "SVGTextPathElement_href_Getter";
8039 8037
8040 } 8038 }
8041 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8039 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8042 // for details. All rights reserved. Use of this source code is governed by a 8040 // for details. All rights reserved. Use of this source code is governed by a
8043 // BSD-style license that can be found in the LICENSE file. 8041 // BSD-style license that can be found in the LICENSE file.
8044 8042
8045 // WARNING: Do not edit - generated code. 8043 // WARNING: Do not edit - generated code.
8046 8044
8047 8045
8048 @DocsEditable 8046 @DocsEditable
8049 @DomName('SVGTextPositioningElement') 8047 @DomName('SVGTextPositioningElement')
8050 class TextPositioningElement extends TextContentElement { 8048 class TextPositioningElement extends TextContentElement {
8051 TextPositioningElement.internal() : super.internal(); 8049 TextPositioningElement.internal() : super.internal();
8052 8050
8051 @DomName('SVGTextPositioningElement.dx')
8053 @DocsEditable 8052 @DocsEditable
8054 @DomName('SVGTextPositioningElement.dx')
8055 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter"; 8053 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter";
8056 8054
8055 @DomName('SVGTextPositioningElement.dy')
8057 @DocsEditable 8056 @DocsEditable
8058 @DomName('SVGTextPositioningElement.dy')
8059 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter"; 8057 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter";
8060 8058
8059 @DomName('SVGTextPositioningElement.rotate')
8061 @DocsEditable 8060 @DocsEditable
8062 @DomName('SVGTextPositioningElement.rotate')
8063 AnimatedNumberList get rotate native "SVGTextPositioningElement_rotate_Getter" ; 8061 AnimatedNumberList get rotate native "SVGTextPositioningElement_rotate_Getter" ;
8064 8062
8063 @DomName('SVGTextPositioningElement.x')
8065 @DocsEditable 8064 @DocsEditable
8066 @DomName('SVGTextPositioningElement.x')
8067 AnimatedLengthList get x native "SVGTextPositioningElement_x_Getter"; 8065 AnimatedLengthList get x native "SVGTextPositioningElement_x_Getter";
8068 8066
8067 @DomName('SVGTextPositioningElement.y')
8069 @DocsEditable 8068 @DocsEditable
8070 @DomName('SVGTextPositioningElement.y')
8071 AnimatedLengthList get y native "SVGTextPositioningElement_y_Getter"; 8069 AnimatedLengthList get y native "SVGTextPositioningElement_y_Getter";
8072 8070
8073 } 8071 }
8074 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8072 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8075 // for details. All rights reserved. Use of this source code is governed by a 8073 // for details. All rights reserved. Use of this source code is governed by a
8076 // BSD-style license that can be found in the LICENSE file. 8074 // BSD-style license that can be found in the LICENSE file.
8077 8075
8078 // WARNING: Do not edit - generated code. 8076 // WARNING: Do not edit - generated code.
8079 8077
8080 8078
8081 @DocsEditable 8079 @DocsEditable
8082 @DomName('SVGTitleElement') 8080 @DomName('SVGTitleElement')
8083 class TitleElement extends SvgElement implements Stylable, LangSpace { 8081 class TitleElement extends SvgElement implements Stylable, LangSpace {
8084 TitleElement.internal() : super.internal(); 8082 TitleElement.internal() : super.internal();
8085 8083
8086 @DocsEditable 8084 @DocsEditable
8087 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le"); 8085 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le");
8088 8086
8087 @DomName('SVGTitleElement.xmllang')
8089 @DocsEditable 8088 @DocsEditable
8090 @DomName('SVGTitleElement.xmllang')
8091 String get xmllang native "SVGTitleElement_xmllang_Getter"; 8089 String get xmllang native "SVGTitleElement_xmllang_Getter";
8092 8090
8091 @DomName('SVGTitleElement.xmllang')
8093 @DocsEditable 8092 @DocsEditable
8094 @DomName('SVGTitleElement.xmllang')
8095 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter"; 8093 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter";
8096 8094
8095 @DomName('SVGTitleElement.xmlspace')
8097 @DocsEditable 8096 @DocsEditable
8098 @DomName('SVGTitleElement.xmlspace')
8099 String get xmlspace native "SVGTitleElement_xmlspace_Getter"; 8097 String get xmlspace native "SVGTitleElement_xmlspace_Getter";
8100 8098
8099 @DomName('SVGTitleElement.xmlspace')
8101 @DocsEditable 8100 @DocsEditable
8102 @DomName('SVGTitleElement.xmlspace')
8103 void set xmlspace(String value) native "SVGTitleElement_xmlspace_Setter"; 8101 void set xmlspace(String value) native "SVGTitleElement_xmlspace_Setter";
8104 8102
8103 @DomName('SVGTitleElement.className')
8105 @DocsEditable 8104 @DocsEditable
8106 @DomName('SVGTitleElement.className')
8107 AnimatedString get $dom_svgClassName native "SVGTitleElement_className_Getter" ; 8105 AnimatedString get $dom_svgClassName native "SVGTitleElement_className_Getter" ;
8108 8106
8107 @DomName('SVGTitleElement.style')
8109 @DocsEditable 8108 @DocsEditable
8110 @DomName('SVGTitleElement.style')
8111 CssStyleDeclaration get style native "SVGTitleElement_style_Getter"; 8109 CssStyleDeclaration get style native "SVGTitleElement_style_Getter";
8112 8110
8111 @DomName('SVGTitleElement.getPresentationAttribute')
8113 @DocsEditable 8112 @DocsEditable
8114 @DomName('SVGTitleElement.getPresentationAttribute')
8115 CssValue getPresentationAttribute(String name) native "SVGTitleElement_getPres entationAttribute_Callback"; 8113 CssValue getPresentationAttribute(String name) native "SVGTitleElement_getPres entationAttribute_Callback";
8116 8114
8117 } 8115 }
8118 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8116 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8119 // for details. All rights reserved. Use of this source code is governed by a 8117 // for details. All rights reserved. Use of this source code is governed by a
8120 // BSD-style license that can be found in the LICENSE file. 8118 // BSD-style license that can be found in the LICENSE file.
8121 8119
8122 // WARNING: Do not edit - generated code. 8120 // WARNING: Do not edit - generated code.
8123 8121
8124 8122
8125 @DocsEditable 8123 @DocsEditable
8126 @DomName('SVGTransform') 8124 @DomName('SVGTransform')
8127 class Transform extends NativeFieldWrapperClass1 { 8125 class Transform extends NativeFieldWrapperClass1 {
8128 Transform.internal(); 8126 Transform.internal();
8129 8127
8130 static const int SVG_TRANSFORM_MATRIX = 1; 8128 static const int SVG_TRANSFORM_MATRIX = 1;
8131 8129
8132 static const int SVG_TRANSFORM_ROTATE = 4; 8130 static const int SVG_TRANSFORM_ROTATE = 4;
8133 8131
8134 static const int SVG_TRANSFORM_SCALE = 3; 8132 static const int SVG_TRANSFORM_SCALE = 3;
8135 8133
8136 static const int SVG_TRANSFORM_SKEWX = 5; 8134 static const int SVG_TRANSFORM_SKEWX = 5;
8137 8135
8138 static const int SVG_TRANSFORM_SKEWY = 6; 8136 static const int SVG_TRANSFORM_SKEWY = 6;
8139 8137
8140 static const int SVG_TRANSFORM_TRANSLATE = 2; 8138 static const int SVG_TRANSFORM_TRANSLATE = 2;
8141 8139
8142 static const int SVG_TRANSFORM_UNKNOWN = 0; 8140 static const int SVG_TRANSFORM_UNKNOWN = 0;
8143 8141
8142 @DomName('SVGTransform.angle')
8144 @DocsEditable 8143 @DocsEditable
8145 @DomName('SVGTransform.angle')
8146 num get angle native "SVGTransform_angle_Getter"; 8144 num get angle native "SVGTransform_angle_Getter";
8147 8145
8146 @DomName('SVGTransform.matrix')
8148 @DocsEditable 8147 @DocsEditable
8149 @DomName('SVGTransform.matrix')
8150 Matrix get matrix native "SVGTransform_matrix_Getter"; 8148 Matrix get matrix native "SVGTransform_matrix_Getter";
8151 8149
8150 @DomName('SVGTransform.type')
8152 @DocsEditable 8151 @DocsEditable
8153 @DomName('SVGTransform.type')
8154 int get type native "SVGTransform_type_Getter"; 8152 int get type native "SVGTransform_type_Getter";
8155 8153
8154 @DomName('SVGTransform.setMatrix')
8156 @DocsEditable 8155 @DocsEditable
8157 @DomName('SVGTransform.setMatrix')
8158 void setMatrix(Matrix matrix) native "SVGTransform_setMatrix_Callback"; 8156 void setMatrix(Matrix matrix) native "SVGTransform_setMatrix_Callback";
8159 8157
8158 @DomName('SVGTransform.setRotate')
8160 @DocsEditable 8159 @DocsEditable
8161 @DomName('SVGTransform.setRotate')
8162 void setRotate(num angle, num cx, num cy) native "SVGTransform_setRotate_Callb ack"; 8160 void setRotate(num angle, num cx, num cy) native "SVGTransform_setRotate_Callb ack";
8163 8161
8162 @DomName('SVGTransform.setScale')
8164 @DocsEditable 8163 @DocsEditable
8165 @DomName('SVGTransform.setScale')
8166 void setScale(num sx, num sy) native "SVGTransform_setScale_Callback"; 8164 void setScale(num sx, num sy) native "SVGTransform_setScale_Callback";
8167 8165
8166 @DomName('SVGTransform.setSkewX')
8168 @DocsEditable 8167 @DocsEditable
8169 @DomName('SVGTransform.setSkewX')
8170 void setSkewX(num angle) native "SVGTransform_setSkewX_Callback"; 8168 void setSkewX(num angle) native "SVGTransform_setSkewX_Callback";
8171 8169
8170 @DomName('SVGTransform.setSkewY')
8172 @DocsEditable 8171 @DocsEditable
8173 @DomName('SVGTransform.setSkewY')
8174 void setSkewY(num angle) native "SVGTransform_setSkewY_Callback"; 8172 void setSkewY(num angle) native "SVGTransform_setSkewY_Callback";
8175 8173
8174 @DomName('SVGTransform.setTranslate')
8176 @DocsEditable 8175 @DocsEditable
8177 @DomName('SVGTransform.setTranslate')
8178 void setTranslate(num tx, num ty) native "SVGTransform_setTranslate_Callback"; 8176 void setTranslate(num tx, num ty) native "SVGTransform_setTranslate_Callback";
8179 8177
8180 } 8178 }
8181 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8179 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8182 // for details. All rights reserved. Use of this source code is governed by a 8180 // for details. All rights reserved. Use of this source code is governed by a
8183 // BSD-style license that can be found in the LICENSE file. 8181 // BSD-style license that can be found in the LICENSE file.
8184 8182
8185 // WARNING: Do not edit - generated code. 8183 // WARNING: Do not edit - generated code.
8186 8184
8187 8185
8188 @DocsEditable 8186 @DocsEditable
8189 @DomName('SVGTransformList') 8187 @DomName('SVGTransformList')
8190 class TransformList extends NativeFieldWrapperClass1 implements List<Transform> { 8188 class TransformList extends NativeFieldWrapperClass1 implements List<Transform> {
8191 TransformList.internal(); 8189 TransformList.internal();
8192 8190
8191 @DomName('SVGTransformList.numberOfItems')
8193 @DocsEditable 8192 @DocsEditable
8194 @DomName('SVGTransformList.numberOfItems')
8195 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; 8193 int get numberOfItems native "SVGTransformList_numberOfItems_Getter";
8196 8194
8197 Transform operator[](int index) native "SVGTransformList_item_Callback"; 8195 Transform operator[](int index) native "SVGTransformList_item_Callback";
8198 8196
8199 void operator[]=(int index, Transform value) { 8197 void operator[]=(int index, Transform value) {
8200 throw new UnsupportedError("Cannot assign element of immutable List."); 8198 throw new UnsupportedError("Cannot assign element of immutable List.");
8201 } 8199 }
8202 // -- start List<Transform> mixins. 8200 // -- start List<Transform> mixins.
8203 // Transform is the element type. 8201 // Transform is the element type.
8204 8202
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
8355 8353
8356 void insertRange(int start, int rangeLength, [Transform initialValue]) { 8354 void insertRange(int start, int rangeLength, [Transform initialValue]) {
8357 throw new UnsupportedError("Cannot insertRange on immutable List."); 8355 throw new UnsupportedError("Cannot insertRange on immutable List.");
8358 } 8356 }
8359 8357
8360 List<Transform> getRange(int start, int rangeLength) => 8358 List<Transform> getRange(int start, int rangeLength) =>
8361 Lists.getRange(this, start, rangeLength, <Transform>[]); 8359 Lists.getRange(this, start, rangeLength, <Transform>[]);
8362 8360
8363 // -- end List<Transform> mixins. 8361 // -- end List<Transform> mixins.
8364 8362
8363 @DomName('SVGTransformList.appendItem')
8365 @DocsEditable 8364 @DocsEditable
8366 @DomName('SVGTransformList.appendItem')
8367 Transform appendItem(Transform item) native "SVGTransformList_appendItem_Callb ack"; 8365 Transform appendItem(Transform item) native "SVGTransformList_appendItem_Callb ack";
8368 8366
8367 @DomName('SVGTransformList.clear')
8369 @DocsEditable 8368 @DocsEditable
8370 @DomName('SVGTransformList.clear')
8371 void clear() native "SVGTransformList_clear_Callback"; 8369 void clear() native "SVGTransformList_clear_Callback";
8372 8370
8371 @DomName('SVGTransformList.consolidate')
8373 @DocsEditable 8372 @DocsEditable
8374 @DomName('SVGTransformList.consolidate')
8375 Transform consolidate() native "SVGTransformList_consolidate_Callback"; 8373 Transform consolidate() native "SVGTransformList_consolidate_Callback";
8376 8374
8375 @DomName('SVGTransformList.createSVGTransformFromMatrix')
8377 @DocsEditable 8376 @DocsEditable
8378 @DomName('SVGTransformList.createSVGTransformFromMatrix')
8379 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGTransformList _createSVGTransformFromMatrix_Callback"; 8377 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGTransformList _createSVGTransformFromMatrix_Callback";
8380 8378
8379 @DomName('SVGTransformList.getItem')
8381 @DocsEditable 8380 @DocsEditable
8382 @DomName('SVGTransformList.getItem')
8383 Transform getItem(int index) native "SVGTransformList_getItem_Callback"; 8381 Transform getItem(int index) native "SVGTransformList_getItem_Callback";
8384 8382
8383 @DomName('SVGTransformList.initialize')
8385 @DocsEditable 8384 @DocsEditable
8386 @DomName('SVGTransformList.initialize')
8387 Transform initialize(Transform item) native "SVGTransformList_initialize_Callb ack"; 8385 Transform initialize(Transform item) native "SVGTransformList_initialize_Callb ack";
8388 8386
8387 @DomName('SVGTransformList.insertItemBefore')
8389 @DocsEditable 8388 @DocsEditable
8390 @DomName('SVGTransformList.insertItemBefore')
8391 Transform insertItemBefore(Transform item, int index) native "SVGTransformList _insertItemBefore_Callback"; 8389 Transform insertItemBefore(Transform item, int index) native "SVGTransformList _insertItemBefore_Callback";
8392 8390
8391 @DomName('SVGTransformList.removeItem')
8393 @DocsEditable 8392 @DocsEditable
8394 @DomName('SVGTransformList.removeItem')
8395 Transform removeItem(int index) native "SVGTransformList_removeItem_Callback"; 8393 Transform removeItem(int index) native "SVGTransformList_removeItem_Callback";
8396 8394
8395 @DomName('SVGTransformList.replaceItem')
8397 @DocsEditable 8396 @DocsEditable
8398 @DomName('SVGTransformList.replaceItem')
8399 Transform replaceItem(Transform item, int index) native "SVGTransformList_repl aceItem_Callback"; 8397 Transform replaceItem(Transform item, int index) native "SVGTransformList_repl aceItem_Callback";
8400 8398
8401 } 8399 }
8402 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8400 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8403 // for details. All rights reserved. Use of this source code is governed by a 8401 // for details. All rights reserved. Use of this source code is governed by a
8404 // BSD-style license that can be found in the LICENSE file. 8402 // BSD-style license that can be found in the LICENSE file.
8405 8403
8406 // WARNING: Do not edit - generated code. 8404 // WARNING: Do not edit - generated code.
8407 8405
8408 8406
8409 @DocsEditable 8407 @DocsEditable
8410 @DomName('SVGTransformable') 8408 @DomName('SVGTransformable')
8411 class Transformable extends NativeFieldWrapperClass1 implements Locatable { 8409 class Transformable extends NativeFieldWrapperClass1 implements Locatable {
8412 Transformable.internal(); 8410 Transformable.internal();
8413 8411
8412 @DomName('SVGTransformable.transform')
8414 @DocsEditable 8413 @DocsEditable
8415 @DomName('SVGTransformable.transform')
8416 AnimatedTransformList get transform native "SVGTransformable_transform_Getter" ; 8414 AnimatedTransformList get transform native "SVGTransformable_transform_Getter" ;
8417 8415
8416 @DomName('SVGTransformable.farthestViewportElement')
8418 @DocsEditable 8417 @DocsEditable
8419 @DomName('SVGTransformable.farthestViewportElement')
8420 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo rtElement_Getter"; 8418 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo rtElement_Getter";
8421 8419
8420 @DomName('SVGTransformable.nearestViewportElement')
8422 @DocsEditable 8421 @DocsEditable
8423 @DomName('SVGTransformable.nearestViewportElement')
8424 SvgElement get nearestViewportElement native "SVGTransformable_nearestViewport Element_Getter"; 8422 SvgElement get nearestViewportElement native "SVGTransformable_nearestViewport Element_Getter";
8425 8423
8424 @DomName('SVGTransformable.getBBox')
8426 @DocsEditable 8425 @DocsEditable
8427 @DomName('SVGTransformable.getBBox')
8428 Rect getBBox() native "SVGTransformable_getBBox_Callback"; 8426 Rect getBBox() native "SVGTransformable_getBBox_Callback";
8429 8427
8428 @DomName('SVGTransformable.getCTM')
8430 @DocsEditable 8429 @DocsEditable
8431 @DomName('SVGTransformable.getCTM')
8432 Matrix getCtm() native "SVGTransformable_getCTM_Callback"; 8430 Matrix getCtm() native "SVGTransformable_getCTM_Callback";
8433 8431
8432 @DomName('SVGTransformable.getScreenCTM')
8434 @DocsEditable 8433 @DocsEditable
8435 @DomName('SVGTransformable.getScreenCTM')
8436 Matrix getScreenCtm() native "SVGTransformable_getScreenCTM_Callback"; 8434 Matrix getScreenCtm() native "SVGTransformable_getScreenCTM_Callback";
8437 8435
8436 @DomName('SVGTransformable.getTransformToElement')
8438 @DocsEditable 8437 @DocsEditable
8439 @DomName('SVGTransformable.getTransformToElement')
8440 Matrix getTransformToElement(SvgElement element) native "SVGTransformable_getT ransformToElement_Callback"; 8438 Matrix getTransformToElement(SvgElement element) native "SVGTransformable_getT ransformToElement_Callback";
8441 8439
8442 } 8440 }
8443 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8441 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8444 // for details. All rights reserved. Use of this source code is governed by a 8442 // for details. All rights reserved. Use of this source code is governed by a
8445 // BSD-style license that can be found in the LICENSE file. 8443 // BSD-style license that can be found in the LICENSE file.
8446 8444
8447 // WARNING: Do not edit - generated code. 8445 // WARNING: Do not edit - generated code.
8448 8446
8449 8447
(...skipping 14 matching lines...) Expand all
8464 // BSD-style license that can be found in the LICENSE file. 8462 // BSD-style license that can be found in the LICENSE file.
8465 8463
8466 // WARNING: Do not edit - generated code. 8464 // WARNING: Do not edit - generated code.
8467 8465
8468 8466
8469 @DocsEditable 8467 @DocsEditable
8470 @DomName('SVGURIReference') 8468 @DomName('SVGURIReference')
8471 class UriReference extends NativeFieldWrapperClass1 { 8469 class UriReference extends NativeFieldWrapperClass1 {
8472 UriReference.internal(); 8470 UriReference.internal();
8473 8471
8472 @DomName('SVGURIReference.href')
8474 @DocsEditable 8473 @DocsEditable
8475 @DomName('SVGURIReference.href')
8476 AnimatedString get href native "SVGURIReference_href_Getter"; 8474 AnimatedString get href native "SVGURIReference_href_Getter";
8477 8475
8478 } 8476 }
8479 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8477 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8480 // for details. All rights reserved. Use of this source code is governed by a 8478 // for details. All rights reserved. Use of this source code is governed by a
8481 // BSD-style license that can be found in the LICENSE file. 8479 // BSD-style license that can be found in the LICENSE file.
8482 8480
8483 // WARNING: Do not edit - generated code. 8481 // WARNING: Do not edit - generated code.
8484 8482
8485 8483
8486 @DocsEditable 8484 @DocsEditable
8487 @DomName('SVGUseElement') 8485 @DomName('SVGUseElement')
8488 class UseElement extends SvgElement implements Transformable, Tests, UriReferenc e, Stylable, ExternalResourcesRequired, LangSpace { 8486 class UseElement extends SvgElement implements Transformable, Tests, UriReferenc e, Stylable, ExternalResourcesRequired, LangSpace {
8489 UseElement.internal() : super.internal(); 8487 UseElement.internal() : super.internal();
8490 8488
8491 @DocsEditable 8489 @DocsEditable
8492 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ; 8490 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ;
8493 8491
8492 @DomName('SVGUseElement.animatedInstanceRoot')
8494 @DocsEditable 8493 @DocsEditable
8495 @DomName('SVGUseElement.animatedInstanceRoot')
8496 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc eRoot_Getter"; 8494 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc eRoot_Getter";
8497 8495
8496 @DomName('SVGUseElement.height')
8498 @DocsEditable 8497 @DocsEditable
8499 @DomName('SVGUseElement.height')
8500 AnimatedLength get height native "SVGUseElement_height_Getter"; 8498 AnimatedLength get height native "SVGUseElement_height_Getter";
8501 8499
8500 @DomName('SVGUseElement.instanceRoot')
8502 @DocsEditable 8501 @DocsEditable
8503 @DomName('SVGUseElement.instanceRoot')
8504 ElementInstance get instanceRoot native "SVGUseElement_instanceRoot_Getter"; 8502 ElementInstance get instanceRoot native "SVGUseElement_instanceRoot_Getter";
8505 8503
8504 @DomName('SVGUseElement.width')
8506 @DocsEditable 8505 @DocsEditable
8507 @DomName('SVGUseElement.width')
8508 AnimatedLength get width native "SVGUseElement_width_Getter"; 8506 AnimatedLength get width native "SVGUseElement_width_Getter";
8509 8507
8508 @DomName('SVGUseElement.x')
8510 @DocsEditable 8509 @DocsEditable
8511 @DomName('SVGUseElement.x')
8512 AnimatedLength get x native "SVGUseElement_x_Getter"; 8510 AnimatedLength get x native "SVGUseElement_x_Getter";
8513 8511
8512 @DomName('SVGUseElement.y')
8514 @DocsEditable 8513 @DocsEditable
8515 @DomName('SVGUseElement.y')
8516 AnimatedLength get y native "SVGUseElement_y_Getter"; 8514 AnimatedLength get y native "SVGUseElement_y_Getter";
8517 8515
8516 @DomName('SVGUseElement.externalResourcesRequired')
8518 @DocsEditable 8517 @DocsEditable
8519 @DomName('SVGUseElement.externalResourcesRequired')
8520 AnimatedBoolean get externalResourcesRequired native "SVGUseElement_externalRe sourcesRequired_Getter"; 8518 AnimatedBoolean get externalResourcesRequired native "SVGUseElement_externalRe sourcesRequired_Getter";
8521 8519
8520 @DomName('SVGUseElement.xmllang')
8522 @DocsEditable 8521 @DocsEditable
8523 @DomName('SVGUseElement.xmllang')
8524 String get xmllang native "SVGUseElement_xmllang_Getter"; 8522 String get xmllang native "SVGUseElement_xmllang_Getter";
8525 8523
8524 @DomName('SVGUseElement.xmllang')
8526 @DocsEditable 8525 @DocsEditable
8527 @DomName('SVGUseElement.xmllang')
8528 void set xmllang(String value) native "SVGUseElement_xmllang_Setter"; 8526 void set xmllang(String value) native "SVGUseElement_xmllang_Setter";
8529 8527
8528 @DomName('SVGUseElement.xmlspace')
8530 @DocsEditable 8529 @DocsEditable
8531 @DomName('SVGUseElement.xmlspace')
8532 String get xmlspace native "SVGUseElement_xmlspace_Getter"; 8530 String get xmlspace native "SVGUseElement_xmlspace_Getter";
8533 8531
8532 @DomName('SVGUseElement.xmlspace')
8534 @DocsEditable 8533 @DocsEditable
8535 @DomName('SVGUseElement.xmlspace')
8536 void set xmlspace(String value) native "SVGUseElement_xmlspace_Setter"; 8534 void set xmlspace(String value) native "SVGUseElement_xmlspace_Setter";
8537 8535
8536 @DomName('SVGUseElement.farthestViewportElement')
8538 @DocsEditable 8537 @DocsEditable
8539 @DomName('SVGUseElement.farthestViewportElement')
8540 SvgElement get farthestViewportElement native "SVGUseElement_farthestViewportE lement_Getter"; 8538 SvgElement get farthestViewportElement native "SVGUseElement_farthestViewportE lement_Getter";
8541 8539
8540 @DomName('SVGUseElement.nearestViewportElement')
8542 @DocsEditable 8541 @DocsEditable
8543 @DomName('SVGUseElement.nearestViewportElement')
8544 SvgElement get nearestViewportElement native "SVGUseElement_nearestViewportEle ment_Getter"; 8542 SvgElement get nearestViewportElement native "SVGUseElement_nearestViewportEle ment_Getter";
8545 8543
8544 @DomName('SVGUseElement.getBBox')
8546 @DocsEditable 8545 @DocsEditable
8547 @DomName('SVGUseElement.getBBox')
8548 Rect getBBox() native "SVGUseElement_getBBox_Callback"; 8546 Rect getBBox() native "SVGUseElement_getBBox_Callback";
8549 8547
8548 @DomName('SVGUseElement.getCTM')
8550 @DocsEditable 8549 @DocsEditable
8551 @DomName('SVGUseElement.getCTM')
8552 Matrix getCtm() native "SVGUseElement_getCTM_Callback"; 8550 Matrix getCtm() native "SVGUseElement_getCTM_Callback";
8553 8551
8552 @DomName('SVGUseElement.getScreenCTM')
8554 @DocsEditable 8553 @DocsEditable
8555 @DomName('SVGUseElement.getScreenCTM')
8556 Matrix getScreenCtm() native "SVGUseElement_getScreenCTM_Callback"; 8554 Matrix getScreenCtm() native "SVGUseElement_getScreenCTM_Callback";
8557 8555
8556 @DomName('SVGUseElement.getTransformToElement')
8558 @DocsEditable 8557 @DocsEditable
8559 @DomName('SVGUseElement.getTransformToElement')
8560 Matrix getTransformToElement(SvgElement element) native "SVGUseElement_getTran sformToElement_Callback"; 8558 Matrix getTransformToElement(SvgElement element) native "SVGUseElement_getTran sformToElement_Callback";
8561 8559
8560 @DomName('SVGUseElement.className')
8562 @DocsEditable 8561 @DocsEditable
8563 @DomName('SVGUseElement.className')
8564 AnimatedString get $dom_svgClassName native "SVGUseElement_className_Getter"; 8562 AnimatedString get $dom_svgClassName native "SVGUseElement_className_Getter";
8565 8563
8564 @DomName('SVGUseElement.style')
8566 @DocsEditable 8565 @DocsEditable
8567 @DomName('SVGUseElement.style')
8568 CssStyleDeclaration get style native "SVGUseElement_style_Getter"; 8566 CssStyleDeclaration get style native "SVGUseElement_style_Getter";
8569 8567
8568 @DomName('SVGUseElement.getPresentationAttribute')
8570 @DocsEditable 8569 @DocsEditable
8571 @DomName('SVGUseElement.getPresentationAttribute')
8572 CssValue getPresentationAttribute(String name) native "SVGUseElement_getPresen tationAttribute_Callback"; 8570 CssValue getPresentationAttribute(String name) native "SVGUseElement_getPresen tationAttribute_Callback";
8573 8571
8572 @DomName('SVGUseElement.requiredExtensions')
8574 @DocsEditable 8573 @DocsEditable
8575 @DomName('SVGUseElement.requiredExtensions')
8576 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get ter"; 8574 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get ter";
8577 8575
8576 @DomName('SVGUseElement.requiredFeatures')
8578 @DocsEditable 8577 @DocsEditable
8579 @DomName('SVGUseElement.requiredFeatures')
8580 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter" ; 8578 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter" ;
8581 8579
8580 @DomName('SVGUseElement.systemLanguage')
8582 @DocsEditable 8581 @DocsEditable
8583 @DomName('SVGUseElement.systemLanguage')
8584 StringList get systemLanguage native "SVGUseElement_systemLanguage_Getter"; 8582 StringList get systemLanguage native "SVGUseElement_systemLanguage_Getter";
8585 8583
8584 @DomName('SVGUseElement.hasExtension')
8586 @DocsEditable 8585 @DocsEditable
8587 @DomName('SVGUseElement.hasExtension')
8588 bool hasExtension(String extension) native "SVGUseElement_hasExtension_Callbac k"; 8586 bool hasExtension(String extension) native "SVGUseElement_hasExtension_Callbac k";
8589 8587
8588 @DomName('SVGUseElement.transform')
8590 @DocsEditable 8589 @DocsEditable
8591 @DomName('SVGUseElement.transform')
8592 AnimatedTransformList get transform native "SVGUseElement_transform_Getter"; 8590 AnimatedTransformList get transform native "SVGUseElement_transform_Getter";
8593 8591
8592 @DomName('SVGUseElement.href')
8594 @DocsEditable 8593 @DocsEditable
8595 @DomName('SVGUseElement.href')
8596 AnimatedString get href native "SVGUseElement_href_Getter"; 8594 AnimatedString get href native "SVGUseElement_href_Getter";
8597 8595
8598 } 8596 }
8599 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8597 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8600 // for details. All rights reserved. Use of this source code is governed by a 8598 // for details. All rights reserved. Use of this source code is governed by a
8601 // BSD-style license that can be found in the LICENSE file. 8599 // BSD-style license that can be found in the LICENSE file.
8602 8600
8603 // WARNING: Do not edit - generated code. 8601 // WARNING: Do not edit - generated code.
8604 8602
8605 8603
(...skipping 14 matching lines...) Expand all
8620 8618
8621 8619
8622 @DocsEditable 8620 @DocsEditable
8623 @DomName('SVGViewElement') 8621 @DomName('SVGViewElement')
8624 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR equired, ZoomAndPan { 8622 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR equired, ZoomAndPan {
8625 ViewElement.internal() : super.internal(); 8623 ViewElement.internal() : super.internal();
8626 8624
8627 @DocsEditable 8625 @DocsEditable
8628 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view "); 8626 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view ");
8629 8627
8628 @DomName('SVGViewElement.viewTarget')
8630 @DocsEditable 8629 @DocsEditable
8631 @DomName('SVGViewElement.viewTarget')
8632 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; 8630 StringList get viewTarget native "SVGViewElement_viewTarget_Getter";
8633 8631
8632 @DomName('SVGViewElement.externalResourcesRequired')
8634 @DocsEditable 8633 @DocsEditable
8635 @DomName('SVGViewElement.externalResourcesRequired')
8636 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR esourcesRequired_Getter"; 8634 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR esourcesRequired_Getter";
8637 8635
8636 @DomName('SVGViewElement.preserveAspectRatio')
8638 @DocsEditable 8637 @DocsEditable
8639 @DomName('SVGViewElement.preserveAspectRatio')
8640 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewElement_pre serveAspectRatio_Getter"; 8638 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewElement_pre serveAspectRatio_Getter";
8641 8639
8640 @DomName('SVGViewElement.viewBox')
8642 @DocsEditable 8641 @DocsEditable
8643 @DomName('SVGViewElement.viewBox')
8644 AnimatedRect get viewBox native "SVGViewElement_viewBox_Getter"; 8642 AnimatedRect get viewBox native "SVGViewElement_viewBox_Getter";
8645 8643
8644 @DomName('SVGViewElement.zoomAndPan')
8646 @DocsEditable 8645 @DocsEditable
8647 @DomName('SVGViewElement.zoomAndPan')
8648 int get zoomAndPan native "SVGViewElement_zoomAndPan_Getter"; 8646 int get zoomAndPan native "SVGViewElement_zoomAndPan_Getter";
8649 8647
8648 @DomName('SVGViewElement.zoomAndPan')
8650 @DocsEditable 8649 @DocsEditable
8651 @DomName('SVGViewElement.zoomAndPan')
8652 void set zoomAndPan(int value) native "SVGViewElement_zoomAndPan_Setter"; 8650 void set zoomAndPan(int value) native "SVGViewElement_zoomAndPan_Setter";
8653 8651
8654 } 8652 }
8655 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8653 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8656 // for details. All rights reserved. Use of this source code is governed by a 8654 // for details. All rights reserved. Use of this source code is governed by a
8657 // BSD-style license that can be found in the LICENSE file. 8655 // BSD-style license that can be found in the LICENSE file.
8658 8656
8659 // WARNING: Do not edit - generated code. 8657 // WARNING: Do not edit - generated code.
8660 8658
8661 8659
8662 @DocsEditable 8660 @DocsEditable
8663 @DomName('SVGViewSpec') 8661 @DomName('SVGViewSpec')
8664 class ViewSpec extends NativeFieldWrapperClass1 { 8662 class ViewSpec extends NativeFieldWrapperClass1 {
8665 ViewSpec.internal(); 8663 ViewSpec.internal();
8666 8664
8665 @DomName('SVGViewSpec.preserveAspectRatio')
8667 @DocsEditable 8666 @DocsEditable
8668 @DomName('SVGViewSpec.preserveAspectRatio')
8669 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser veAspectRatio_Getter"; 8667 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser veAspectRatio_Getter";
8670 8668
8669 @DomName('SVGViewSpec.preserveAspectRatioString')
8671 @DocsEditable 8670 @DocsEditable
8672 @DomName('SVGViewSpec.preserveAspectRatioString')
8673 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt ring_Getter"; 8671 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt ring_Getter";
8674 8672
8673 @DomName('SVGViewSpec.transform')
8675 @DocsEditable 8674 @DocsEditable
8676 @DomName('SVGViewSpec.transform')
8677 TransformList get transform native "SVGViewSpec_transform_Getter"; 8675 TransformList get transform native "SVGViewSpec_transform_Getter";
8678 8676
8677 @DomName('SVGViewSpec.transformString')
8679 @DocsEditable 8678 @DocsEditable
8680 @DomName('SVGViewSpec.transformString')
8681 String get transformString native "SVGViewSpec_transformString_Getter"; 8679 String get transformString native "SVGViewSpec_transformString_Getter";
8682 8680
8681 @DomName('SVGViewSpec.viewBox')
8683 @DocsEditable 8682 @DocsEditable
8684 @DomName('SVGViewSpec.viewBox')
8685 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter"; 8683 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter";
8686 8684
8685 @DomName('SVGViewSpec.viewBoxString')
8687 @DocsEditable 8686 @DocsEditable
8688 @DomName('SVGViewSpec.viewBoxString')
8689 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; 8687 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter";
8690 8688
8689 @DomName('SVGViewSpec.viewTarget')
8691 @DocsEditable 8690 @DocsEditable
8692 @DomName('SVGViewSpec.viewTarget')
8693 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; 8691 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter";
8694 8692
8693 @DomName('SVGViewSpec.viewTargetString')
8695 @DocsEditable 8694 @DocsEditable
8696 @DomName('SVGViewSpec.viewTargetString')
8697 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; 8695 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter";
8698 8696
8697 @DomName('SVGViewSpec.zoomAndPan')
8699 @DocsEditable 8698 @DocsEditable
8700 @DomName('SVGViewSpec.zoomAndPan')
8701 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; 8699 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter";
8702 8700
8701 @DomName('SVGViewSpec.zoomAndPan')
8703 @DocsEditable 8702 @DocsEditable
8704 @DomName('SVGViewSpec.zoomAndPan')
8705 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; 8703 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter";
8706 8704
8707 } 8705 }
8708 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8706 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8709 // for details. All rights reserved. Use of this source code is governed by a 8707 // for details. All rights reserved. Use of this source code is governed by a
8710 // BSD-style license that can be found in the LICENSE file. 8708 // BSD-style license that can be found in the LICENSE file.
8711 8709
8712 // WARNING: Do not edit - generated code. 8710 // WARNING: Do not edit - generated code.
8713 8711
8714 8712
8715 @DocsEditable 8713 @DocsEditable
8716 @DomName('SVGZoomAndPan') 8714 @DomName('SVGZoomAndPan')
8717 class ZoomAndPan extends NativeFieldWrapperClass1 { 8715 class ZoomAndPan extends NativeFieldWrapperClass1 {
8718 ZoomAndPan.internal(); 8716 ZoomAndPan.internal();
8719 8717
8720 static const int SVG_ZOOMANDPAN_DISABLE = 1; 8718 static const int SVG_ZOOMANDPAN_DISABLE = 1;
8721 8719
8722 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; 8720 static const int SVG_ZOOMANDPAN_MAGNIFY = 2;
8723 8721
8724 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; 8722 static const int SVG_ZOOMANDPAN_UNKNOWN = 0;
8725 8723
8724 @DomName('SVGZoomAndPan.zoomAndPan')
8726 @DocsEditable 8725 @DocsEditable
8727 @DomName('SVGZoomAndPan.zoomAndPan')
8728 int get zoomAndPan native "SVGZoomAndPan_zoomAndPan_Getter"; 8726 int get zoomAndPan native "SVGZoomAndPan_zoomAndPan_Getter";
8729 8727
8728 @DomName('SVGZoomAndPan.zoomAndPan')
8730 @DocsEditable 8729 @DocsEditable
8731 @DomName('SVGZoomAndPan.zoomAndPan')
8732 void set zoomAndPan(int value) native "SVGZoomAndPan_zoomAndPan_Setter"; 8730 void set zoomAndPan(int value) native "SVGZoomAndPan_zoomAndPan_Setter";
8733 8731
8734 } 8732 }
8735 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8733 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8736 // for details. All rights reserved. Use of this source code is governed by a 8734 // for details. All rights reserved. Use of this source code is governed by a
8737 // BSD-style license that can be found in the LICENSE file. 8735 // BSD-style license that can be found in the LICENSE file.
8738 8736
8739 // WARNING: Do not edit - generated code. 8737 // WARNING: Do not edit - generated code.
8740 8738
8741 8739
8742 @DocsEditable 8740 @DocsEditable
8743 @DomName('SVGZoomEvent') 8741 @DomName('SVGZoomEvent')
8744 class ZoomEvent extends UIEvent { 8742 class ZoomEvent extends UIEvent {
8745 ZoomEvent.internal() : super.internal(); 8743 ZoomEvent.internal() : super.internal();
8746 8744
8745 @DomName('SVGZoomEvent.newScale')
8747 @DocsEditable 8746 @DocsEditable
8748 @DomName('SVGZoomEvent.newScale')
8749 num get newScale native "SVGZoomEvent_newScale_Getter"; 8747 num get newScale native "SVGZoomEvent_newScale_Getter";
8750 8748
8749 @DomName('SVGZoomEvent.newTranslate')
8751 @DocsEditable 8750 @DocsEditable
8752 @DomName('SVGZoomEvent.newTranslate')
8753 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; 8751 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter";
8754 8752
8753 @DomName('SVGZoomEvent.previousScale')
8755 @DocsEditable 8754 @DocsEditable
8756 @DomName('SVGZoomEvent.previousScale')
8757 num get previousScale native "SVGZoomEvent_previousScale_Getter"; 8755 num get previousScale native "SVGZoomEvent_previousScale_Getter";
8758 8756
8757 @DomName('SVGZoomEvent.previousTranslate')
8759 @DocsEditable 8758 @DocsEditable
8760 @DomName('SVGZoomEvent.previousTranslate')
8761 Point get previousTranslate native "SVGZoomEvent_previousTranslate_Getter"; 8759 Point get previousTranslate native "SVGZoomEvent_previousTranslate_Getter";
8762 8760
8761 @DomName('SVGZoomEvent.zoomRectScreen')
8763 @DocsEditable 8762 @DocsEditable
8764 @DomName('SVGZoomEvent.zoomRectScreen')
8765 Rect get zoomRectScreen native "SVGZoomEvent_zoomRectScreen_Getter"; 8763 Rect get zoomRectScreen native "SVGZoomEvent_zoomRectScreen_Getter";
8766 8764
8767 } 8765 }
8768 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8766 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
8769 // for details. All rights reserved. Use of this source code is governed by a 8767 // for details. All rights reserved. Use of this source code is governed by a
8770 // BSD-style license that can be found in the LICENSE file. 8768 // BSD-style license that can be found in the LICENSE file.
8771 8769
8772 // WARNING: Do not edit - generated code. 8770 // WARNING: Do not edit - generated code.
8773 8771
8774 8772
8775 @DocsEditable 8773 @DocsEditable
8776 @DomName('SVGElementInstanceList') 8774 @DomName('SVGElementInstanceList')
8777 class _ElementInstanceList extends NativeFieldWrapperClass1 implements List<Elem entInstance> { 8775 class _ElementInstanceList extends NativeFieldWrapperClass1 implements List<Elem entInstance> {
8778 _ElementInstanceList.internal(); 8776 _ElementInstanceList.internal();
8779 8777
8778 @DomName('SVGElementInstanceList.length')
8780 @DocsEditable 8779 @DocsEditable
8781 @DomName('SVGElementInstanceList.length')
8782 int get length native "SVGElementInstanceList_length_Getter"; 8780 int get length native "SVGElementInstanceList_length_Getter";
8783 8781
8784 ElementInstance operator[](int index) native "SVGElementInstanceList_item_Call back"; 8782 ElementInstance operator[](int index) native "SVGElementInstanceList_item_Call back";
8785 8783
8786 void operator[]=(int index, ElementInstance value) { 8784 void operator[]=(int index, ElementInstance value) {
8787 throw new UnsupportedError("Cannot assign element of immutable List."); 8785 throw new UnsupportedError("Cannot assign element of immutable List.");
8788 } 8786 }
8789 // -- start List<ElementInstance> mixins. 8787 // -- start List<ElementInstance> mixins.
8790 // ElementInstance is the element type. 8788 // ElementInstance is the element type.
8791 8789
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
8942 8940
8943 void insertRange(int start, int rangeLength, [ElementInstance initialValue]) { 8941 void insertRange(int start, int rangeLength, [ElementInstance initialValue]) {
8944 throw new UnsupportedError("Cannot insertRange on immutable List."); 8942 throw new UnsupportedError("Cannot insertRange on immutable List.");
8945 } 8943 }
8946 8944
8947 List<ElementInstance> getRange(int start, int rangeLength) => 8945 List<ElementInstance> getRange(int start, int rangeLength) =>
8948 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); 8946 Lists.getRange(this, start, rangeLength, <ElementInstance>[]);
8949 8947
8950 // -- end List<ElementInstance> mixins. 8948 // -- end List<ElementInstance> mixins.
8951 8949
8950 @DomName('SVGElementInstanceList.item')
8952 @DocsEditable 8951 @DocsEditable
8953 @DomName('SVGElementInstanceList.item')
8954 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; 8952 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback";
8955 8953
8956 } 8954 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698