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

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

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

Powered by Google App Engine
This is Rietveld 408576698