OLD | NEW |
1 library svg; | 1 library svg; |
2 | 2 |
3 import 'dart:collection'; | 3 import 'dart:collection'; |
4 import 'dart:html'; | 4 import 'dart:html'; |
5 import 'dart:html_common'; | 5 import 'dart:html_common'; |
6 import 'dart:nativewrappers'; | 6 import 'dart:nativewrappers'; |
7 // DO NOT EDIT | 7 // DO NOT EDIT |
8 // Auto-generated dart:svg library. | 8 // Auto-generated dart:svg library. |
9 | 9 |
10 | 10 |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 return el; | 51 return el; |
52 } | 52 } |
53 } | 53 } |
54 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 54 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
55 // for details. All rights reserved. Use of this source code is governed by a | 55 // for details. All rights reserved. Use of this source code is governed by a |
56 // BSD-style license that can be found in the LICENSE file. | 56 // BSD-style license that can be found in the LICENSE file. |
57 | 57 |
58 // WARNING: Do not edit - generated code. | 58 // WARNING: Do not edit - generated code. |
59 | 59 |
60 | 60 |
61 /// @domName SVGAElement | 61 @DomName("SVGAElement") |
62 class AElement extends SvgElement implements Transformable, Tests, UriReference,
Stylable, ExternalResourcesRequired, LangSpace { | 62 class AElement extends SvgElement implements Transformable, Tests, UriReference,
Stylable, ExternalResourcesRequired, LangSpace { |
63 AElement.internal() : super.internal(); | 63 AElement.internal() : super.internal(); |
64 | 64 |
65 ///@docsEditable true | 65 /// @docsEditable true |
66 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 66 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
67 | 67 |
68 | 68 @DomName("SVGAElement.target") |
69 /** @domName SVGAElement.target */ | |
70 AnimatedString get target native "SVGAElement_target_Getter"; | 69 AnimatedString get target native "SVGAElement_target_Getter"; |
71 | 70 |
72 | 71 @DomName("SVGAElement.externalResourcesRequired") |
73 /** @domName SVGAElement.externalResourcesRequired */ | |
74 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso
urcesRequired_Getter"; | 72 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso
urcesRequired_Getter"; |
75 | 73 |
76 | 74 @DomName("SVGAElement.xmllang") |
77 /** @domName SVGAElement.xmllang */ | |
78 String get xmllang native "SVGAElement_xmllang_Getter"; | 75 String get xmllang native "SVGAElement_xmllang_Getter"; |
79 | 76 |
80 | 77 @DomName("SVGAElement.xmllang") |
81 /** @domName SVGAElement.xmllang */ | |
82 void set xmllang(String value) native "SVGAElement_xmllang_Setter"; | 78 void set xmllang(String value) native "SVGAElement_xmllang_Setter"; |
83 | 79 |
84 | 80 @DomName("SVGAElement.xmlspace") |
85 /** @domName SVGAElement.xmlspace */ | |
86 String get xmlspace native "SVGAElement_xmlspace_Getter"; | 81 String get xmlspace native "SVGAElement_xmlspace_Getter"; |
87 | 82 |
88 | 83 @DomName("SVGAElement.xmlspace") |
89 /** @domName SVGAElement.xmlspace */ | |
90 void set xmlspace(String value) native "SVGAElement_xmlspace_Setter"; | 84 void set xmlspace(String value) native "SVGAElement_xmlspace_Setter"; |
91 | 85 |
92 | 86 @DomName("SVGAElement.farthestViewportElement") |
93 /** @domName SVGAElement.farthestViewportElement */ | |
94 SvgElement get farthestViewportElement native "SVGAElement_farthestViewportEle
ment_Getter"; | 87 SvgElement get farthestViewportElement native "SVGAElement_farthestViewportEle
ment_Getter"; |
95 | 88 |
96 | 89 @DomName("SVGAElement.nearestViewportElement") |
97 /** @domName SVGAElement.nearestViewportElement */ | |
98 SvgElement get nearestViewportElement native "SVGAElement_nearestViewportEleme
nt_Getter"; | 90 SvgElement get nearestViewportElement native "SVGAElement_nearestViewportEleme
nt_Getter"; |
99 | 91 |
100 | 92 @DomName("SVGAElement.getBBox") |
101 /** @domName SVGAElement.getBBox */ | |
102 Rect getBBox() native "SVGAElement_getBBox_Callback"; | 93 Rect getBBox() native "SVGAElement_getBBox_Callback"; |
103 | 94 |
104 | 95 @DomName("SVGAElement.getCTM") |
105 /** @domName SVGAElement.getCTM */ | |
106 Matrix getCtm() native "SVGAElement_getCTM_Callback"; | 96 Matrix getCtm() native "SVGAElement_getCTM_Callback"; |
107 | 97 |
108 | 98 @DomName("SVGAElement.getScreenCTM") |
109 /** @domName SVGAElement.getScreenCTM */ | |
110 Matrix getScreenCtm() native "SVGAElement_getScreenCTM_Callback"; | 99 Matrix getScreenCtm() native "SVGAElement_getScreenCTM_Callback"; |
111 | 100 |
112 | 101 @DomName("SVGAElement.getTransformToElement") |
113 /** @domName SVGAElement.getTransformToElement */ | |
114 Matrix getTransformToElement(SvgElement element) native "SVGAElement_getTransf
ormToElement_Callback"; | 102 Matrix getTransformToElement(SvgElement element) native "SVGAElement_getTransf
ormToElement_Callback"; |
115 | 103 |
116 | 104 @DomName("SVGAElement.className") |
117 /** @domName SVGAElement.className */ | |
118 AnimatedString get $dom_svgClassName native "SVGAElement_className_Getter"; | 105 AnimatedString get $dom_svgClassName native "SVGAElement_className_Getter"; |
119 | 106 |
120 | 107 @DomName("SVGAElement.style") |
121 /** @domName SVGAElement.style */ | |
122 CssStyleDeclaration get style native "SVGAElement_style_Getter"; | 108 CssStyleDeclaration get style native "SVGAElement_style_Getter"; |
123 | 109 |
124 | 110 @DomName("SVGAElement.getPresentationAttribute") |
125 /** @domName SVGAElement.getPresentationAttribute */ | |
126 CssValue getPresentationAttribute(String name) native "SVGAElement_getPresenta
tionAttribute_Callback"; | 111 CssValue getPresentationAttribute(String name) native "SVGAElement_getPresenta
tionAttribute_Callback"; |
127 | 112 |
128 | 113 @DomName("SVGAElement.requiredExtensions") |
129 /** @domName SVGAElement.requiredExtensions */ | |
130 StringList get requiredExtensions native "SVGAElement_requiredExtensions_Gette
r"; | 114 StringList get requiredExtensions native "SVGAElement_requiredExtensions_Gette
r"; |
131 | 115 |
132 | 116 @DomName("SVGAElement.requiredFeatures") |
133 /** @domName SVGAElement.requiredFeatures */ | |
134 StringList get requiredFeatures native "SVGAElement_requiredFeatures_Getter"; | 117 StringList get requiredFeatures native "SVGAElement_requiredFeatures_Getter"; |
135 | 118 |
136 | 119 @DomName("SVGAElement.systemLanguage") |
137 /** @domName SVGAElement.systemLanguage */ | |
138 StringList get systemLanguage native "SVGAElement_systemLanguage_Getter"; | 120 StringList get systemLanguage native "SVGAElement_systemLanguage_Getter"; |
139 | 121 |
140 | 122 @DomName("SVGAElement.hasExtension") |
141 /** @domName SVGAElement.hasExtension */ | |
142 bool hasExtension(String extension) native "SVGAElement_hasExtension_Callback"
; | 123 bool hasExtension(String extension) native "SVGAElement_hasExtension_Callback"
; |
143 | 124 |
144 | 125 @DomName("SVGAElement.transform") |
145 /** @domName SVGAElement.transform */ | |
146 AnimatedTransformList get transform native "SVGAElement_transform_Getter"; | 126 AnimatedTransformList get transform native "SVGAElement_transform_Getter"; |
147 | 127 |
148 | 128 @DomName("SVGAElement.href") |
149 /** @domName SVGAElement.href */ | |
150 AnimatedString get href native "SVGAElement_href_Getter"; | 129 AnimatedString get href native "SVGAElement_href_Getter"; |
151 | 130 |
152 } | 131 } |
153 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 132 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
154 // for details. All rights reserved. Use of this source code is governed by a | 133 // for details. All rights reserved. Use of this source code is governed by a |
155 // BSD-style license that can be found in the LICENSE file. | 134 // BSD-style license that can be found in the LICENSE file. |
156 | 135 |
157 // WARNING: Do not edit - generated code. | 136 // WARNING: Do not edit - generated code. |
158 | 137 |
159 | 138 |
160 /// @domName SVGAltGlyphDefElement | 139 @DomName("SVGAltGlyphDefElement") |
161 class AltGlyphDefElement extends SvgElement { | 140 class AltGlyphDefElement extends SvgElement { |
162 AltGlyphDefElement.internal() : super.internal(); | 141 AltGlyphDefElement.internal() : super.internal(); |
163 | 142 |
164 } | 143 } |
165 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 144 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
166 // for details. All rights reserved. Use of this source code is governed by a | 145 // for details. All rights reserved. Use of this source code is governed by a |
167 // BSD-style license that can be found in the LICENSE file. | 146 // BSD-style license that can be found in the LICENSE file. |
168 | 147 |
169 // WARNING: Do not edit - generated code. | 148 // WARNING: Do not edit - generated code. |
170 | 149 |
171 | 150 |
172 /// @domName SVGAltGlyphElement | 151 @DomName("SVGAltGlyphElement") |
173 class AltGlyphElement extends TextPositioningElement implements UriReference { | 152 class AltGlyphElement extends TextPositioningElement implements UriReference { |
174 AltGlyphElement.internal() : super.internal(); | 153 AltGlyphElement.internal() : super.internal(); |
175 | 154 |
176 | 155 @DomName("SVGAltGlyphElement.format") |
177 /** @domName SVGAltGlyphElement.format */ | |
178 String get format native "SVGAltGlyphElement_format_Getter"; | 156 String get format native "SVGAltGlyphElement_format_Getter"; |
179 | 157 |
180 | 158 @DomName("SVGAltGlyphElement.format") |
181 /** @domName SVGAltGlyphElement.format */ | |
182 void set format(String value) native "SVGAltGlyphElement_format_Setter"; | 159 void set format(String value) native "SVGAltGlyphElement_format_Setter"; |
183 | 160 |
184 | 161 @DomName("SVGAltGlyphElement.glyphRef") |
185 /** @domName SVGAltGlyphElement.glyphRef */ | |
186 String get glyphRef native "SVGAltGlyphElement_glyphRef_Getter"; | 162 String get glyphRef native "SVGAltGlyphElement_glyphRef_Getter"; |
187 | 163 |
188 | 164 @DomName("SVGAltGlyphElement.glyphRef") |
189 /** @domName SVGAltGlyphElement.glyphRef */ | |
190 void set glyphRef(String value) native "SVGAltGlyphElement_glyphRef_Setter"; | 165 void set glyphRef(String value) native "SVGAltGlyphElement_glyphRef_Setter"; |
191 | 166 |
192 | 167 @DomName("SVGAltGlyphElement.href") |
193 /** @domName SVGAltGlyphElement.href */ | |
194 AnimatedString get href native "SVGAltGlyphElement_href_Getter"; | 168 AnimatedString get href native "SVGAltGlyphElement_href_Getter"; |
195 | 169 |
196 } | 170 } |
197 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 171 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
198 // for details. All rights reserved. Use of this source code is governed by a | 172 // for details. All rights reserved. Use of this source code is governed by a |
199 // BSD-style license that can be found in the LICENSE file. | 173 // BSD-style license that can be found in the LICENSE file. |
200 | 174 |
201 // WARNING: Do not edit - generated code. | 175 // WARNING: Do not edit - generated code. |
202 | 176 |
203 | 177 |
204 /// @domName SVGAltGlyphItemElement | 178 @DomName("SVGAltGlyphItemElement") |
205 class AltGlyphItemElement extends SvgElement { | 179 class AltGlyphItemElement extends SvgElement { |
206 AltGlyphItemElement.internal() : super.internal(); | 180 AltGlyphItemElement.internal() : super.internal(); |
207 | 181 |
208 } | 182 } |
209 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 183 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
210 // for details. All rights reserved. Use of this source code is governed by a | 184 // for details. All rights reserved. Use of this source code is governed by a |
211 // BSD-style license that can be found in the LICENSE file. | 185 // BSD-style license that can be found in the LICENSE file. |
212 | 186 |
213 // WARNING: Do not edit - generated code. | 187 // WARNING: Do not edit - generated code. |
214 | 188 |
215 | 189 |
216 /// @domName SVGAngle | 190 @DomName("SVGAngle") |
217 class Angle extends NativeFieldWrapperClass1 { | 191 class Angle extends NativeFieldWrapperClass1 { |
218 Angle.internal(); | 192 Angle.internal(); |
219 | 193 |
220 static const int SVG_ANGLETYPE_DEG = 2; | 194 static const int SVG_ANGLETYPE_DEG = 2; |
221 | 195 |
222 static const int SVG_ANGLETYPE_GRAD = 4; | 196 static const int SVG_ANGLETYPE_GRAD = 4; |
223 | 197 |
224 static const int SVG_ANGLETYPE_RAD = 3; | 198 static const int SVG_ANGLETYPE_RAD = 3; |
225 | 199 |
226 static const int SVG_ANGLETYPE_UNKNOWN = 0; | 200 static const int SVG_ANGLETYPE_UNKNOWN = 0; |
227 | 201 |
228 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; | 202 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; |
229 | 203 |
230 | 204 @DomName("SVGAngle.unitType") |
231 /** @domName SVGAngle.unitType */ | |
232 int get unitType native "SVGAngle_unitType_Getter"; | 205 int get unitType native "SVGAngle_unitType_Getter"; |
233 | 206 |
234 | 207 @DomName("SVGAngle.value") |
235 /** @domName SVGAngle.value */ | |
236 num get value native "SVGAngle_value_Getter"; | 208 num get value native "SVGAngle_value_Getter"; |
237 | 209 |
238 | 210 @DomName("SVGAngle.value") |
239 /** @domName SVGAngle.value */ | |
240 void set value(num value) native "SVGAngle_value_Setter"; | 211 void set value(num value) native "SVGAngle_value_Setter"; |
241 | 212 |
242 | 213 @DomName("SVGAngle.valueAsString") |
243 /** @domName SVGAngle.valueAsString */ | |
244 String get valueAsString native "SVGAngle_valueAsString_Getter"; | 214 String get valueAsString native "SVGAngle_valueAsString_Getter"; |
245 | 215 |
246 | 216 @DomName("SVGAngle.valueAsString") |
247 /** @domName SVGAngle.valueAsString */ | |
248 void set valueAsString(String value) native "SVGAngle_valueAsString_Setter"; | 217 void set valueAsString(String value) native "SVGAngle_valueAsString_Setter"; |
249 | 218 |
250 | 219 @DomName("SVGAngle.valueInSpecifiedUnits") |
251 /** @domName SVGAngle.valueInSpecifiedUnits */ | |
252 num get valueInSpecifiedUnits native "SVGAngle_valueInSpecifiedUnits_Getter"; | 220 num get valueInSpecifiedUnits native "SVGAngle_valueInSpecifiedUnits_Getter"; |
253 | 221 |
254 | 222 @DomName("SVGAngle.valueInSpecifiedUnits") |
255 /** @domName SVGAngle.valueInSpecifiedUnits */ | |
256 void set valueInSpecifiedUnits(num value) native "SVGAngle_valueInSpecifiedUni
ts_Setter"; | 223 void set valueInSpecifiedUnits(num value) native "SVGAngle_valueInSpecifiedUni
ts_Setter"; |
257 | 224 |
258 | 225 @DomName("SVGAngle.convertToSpecifiedUnits") |
259 /** @domName SVGAngle.convertToSpecifiedUnits */ | |
260 void convertToSpecifiedUnits(int unitType) native "SVGAngle_convertToSpecified
Units_Callback"; | 226 void convertToSpecifiedUnits(int unitType) native "SVGAngle_convertToSpecified
Units_Callback"; |
261 | 227 |
262 | 228 @DomName("SVGAngle.newValueSpecifiedUnits") |
263 /** @domName SVGAngle.newValueSpecifiedUnits */ | |
264 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGAngle_newValueSpecifiedUnits_Callback"; | 229 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGAngle_newValueSpecifiedUnits_Callback"; |
265 | 230 |
266 } | 231 } |
267 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 232 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
268 // for details. All rights reserved. Use of this source code is governed by a | 233 // for details. All rights reserved. Use of this source code is governed by a |
269 // BSD-style license that can be found in the LICENSE file. | 234 // BSD-style license that can be found in the LICENSE file. |
270 | 235 |
271 // WARNING: Do not edit - generated code. | 236 // WARNING: Do not edit - generated code. |
272 | 237 |
273 | 238 |
274 /// @domName SVGAnimateColorElement | 239 @DomName("SVGAnimateColorElement") |
275 class AnimateColorElement extends AnimationElement { | 240 class AnimateColorElement extends AnimationElement { |
276 AnimateColorElement.internal() : super.internal(); | 241 AnimateColorElement.internal() : super.internal(); |
277 | 242 |
278 ///@docsEditable true | 243 /// @docsEditable true |
279 factory AnimateColorElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("animateColor"); | 244 factory AnimateColorElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("animateColor"); |
280 | 245 |
281 } | 246 } |
282 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 247 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
283 // for details. All rights reserved. Use of this source code is governed by a | 248 // for details. All rights reserved. Use of this source code is governed by a |
284 // BSD-style license that can be found in the LICENSE file. | 249 // BSD-style license that can be found in the LICENSE file. |
285 | 250 |
286 // WARNING: Do not edit - generated code. | 251 // WARNING: Do not edit - generated code. |
287 | 252 |
288 | 253 |
289 /// @domName SVGAnimateElement | 254 @DomName("SVGAnimateElement") |
290 class AnimateElement extends AnimationElement { | 255 class AnimateElement extends AnimationElement { |
291 AnimateElement.internal() : super.internal(); | 256 AnimateElement.internal() : super.internal(); |
292 | 257 |
293 ///@docsEditable true | 258 /// @docsEditable true |
294 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); | 259 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); |
295 | 260 |
296 } | 261 } |
297 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 262 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
298 // for details. All rights reserved. Use of this source code is governed by a | 263 // for details. All rights reserved. Use of this source code is governed by a |
299 // BSD-style license that can be found in the LICENSE file. | 264 // BSD-style license that can be found in the LICENSE file. |
300 | 265 |
301 // WARNING: Do not edit - generated code. | 266 // WARNING: Do not edit - generated code. |
302 | 267 |
303 | 268 |
304 /// @domName SVGAnimateMotionElement | 269 @DomName("SVGAnimateMotionElement") |
305 class AnimateMotionElement extends AnimationElement { | 270 class AnimateMotionElement extends AnimationElement { |
306 AnimateMotionElement.internal() : super.internal(); | 271 AnimateMotionElement.internal() : super.internal(); |
307 | 272 |
308 ///@docsEditable true | 273 /// @docsEditable true |
309 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); | 274 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); |
310 | 275 |
311 } | 276 } |
312 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 277 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
313 // for details. All rights reserved. Use of this source code is governed by a | 278 // for details. All rights reserved. Use of this source code is governed by a |
314 // BSD-style license that can be found in the LICENSE file. | 279 // BSD-style license that can be found in the LICENSE file. |
315 | 280 |
316 // WARNING: Do not edit - generated code. | 281 // WARNING: Do not edit - generated code. |
317 | 282 |
318 | 283 |
319 /// @domName SVGAnimateTransformElement | 284 @DomName("SVGAnimateTransformElement") |
320 class AnimateTransformElement extends AnimationElement { | 285 class AnimateTransformElement extends AnimationElement { |
321 AnimateTransformElement.internal() : super.internal(); | 286 AnimateTransformElement.internal() : super.internal(); |
322 | 287 |
323 ///@docsEditable true | 288 /// @docsEditable true |
324 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); | 289 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); |
325 | 290 |
326 } | 291 } |
327 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 292 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
328 // for details. All rights reserved. Use of this source code is governed by a | 293 // for details. All rights reserved. Use of this source code is governed by a |
329 // BSD-style license that can be found in the LICENSE file. | 294 // BSD-style license that can be found in the LICENSE file. |
330 | 295 |
331 // WARNING: Do not edit - generated code. | 296 // WARNING: Do not edit - generated code. |
332 | 297 |
333 | 298 |
334 /// @domName SVGAnimatedAngle | 299 @DomName("SVGAnimatedAngle") |
335 class AnimatedAngle extends NativeFieldWrapperClass1 { | 300 class AnimatedAngle extends NativeFieldWrapperClass1 { |
336 AnimatedAngle.internal(); | 301 AnimatedAngle.internal(); |
337 | 302 |
338 | 303 @DomName("SVGAnimatedAngle.animVal") |
339 /** @domName SVGAnimatedAngle.animVal */ | |
340 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; | 304 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; |
341 | 305 |
342 | 306 @DomName("SVGAnimatedAngle.baseVal") |
343 /** @domName SVGAnimatedAngle.baseVal */ | |
344 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; | 307 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; |
345 | 308 |
346 } | 309 } |
347 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 310 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
348 // for details. All rights reserved. Use of this source code is governed by a | 311 // for details. All rights reserved. Use of this source code is governed by a |
349 // BSD-style license that can be found in the LICENSE file. | 312 // BSD-style license that can be found in the LICENSE file. |
350 | 313 |
351 // WARNING: Do not edit - generated code. | 314 // WARNING: Do not edit - generated code. |
352 | 315 |
353 | 316 |
354 /// @domName SVGAnimatedBoolean | 317 @DomName("SVGAnimatedBoolean") |
355 class AnimatedBoolean extends NativeFieldWrapperClass1 { | 318 class AnimatedBoolean extends NativeFieldWrapperClass1 { |
356 AnimatedBoolean.internal(); | 319 AnimatedBoolean.internal(); |
357 | 320 |
358 | 321 @DomName("SVGAnimatedBoolean.animVal") |
359 /** @domName SVGAnimatedBoolean.animVal */ | |
360 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; | 322 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; |
361 | 323 |
362 | 324 @DomName("SVGAnimatedBoolean.baseVal") |
363 /** @domName SVGAnimatedBoolean.baseVal */ | |
364 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; | 325 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; |
365 | 326 |
366 | 327 @DomName("SVGAnimatedBoolean.baseVal") |
367 /** @domName SVGAnimatedBoolean.baseVal */ | |
368 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; | 328 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; |
369 | 329 |
370 } | 330 } |
371 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 331 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
372 // for details. All rights reserved. Use of this source code is governed by a | 332 // for details. All rights reserved. Use of this source code is governed by a |
373 // BSD-style license that can be found in the LICENSE file. | 333 // BSD-style license that can be found in the LICENSE file. |
374 | 334 |
375 // WARNING: Do not edit - generated code. | 335 // WARNING: Do not edit - generated code. |
376 | 336 |
377 | 337 |
378 /// @domName SVGAnimatedEnumeration | 338 @DomName("SVGAnimatedEnumeration") |
379 class AnimatedEnumeration extends NativeFieldWrapperClass1 { | 339 class AnimatedEnumeration extends NativeFieldWrapperClass1 { |
380 AnimatedEnumeration.internal(); | 340 AnimatedEnumeration.internal(); |
381 | 341 |
382 | 342 @DomName("SVGAnimatedEnumeration.animVal") |
383 /** @domName SVGAnimatedEnumeration.animVal */ | |
384 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; | 343 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; |
385 | 344 |
386 | 345 @DomName("SVGAnimatedEnumeration.baseVal") |
387 /** @domName SVGAnimatedEnumeration.baseVal */ | |
388 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; | 346 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; |
389 | 347 |
390 | 348 @DomName("SVGAnimatedEnumeration.baseVal") |
391 /** @domName SVGAnimatedEnumeration.baseVal */ | |
392 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; | 349 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; |
393 | 350 |
394 } | 351 } |
395 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 352 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
396 // for details. All rights reserved. Use of this source code is governed by a | 353 // for details. All rights reserved. Use of this source code is governed by a |
397 // BSD-style license that can be found in the LICENSE file. | 354 // BSD-style license that can be found in the LICENSE file. |
398 | 355 |
399 // WARNING: Do not edit - generated code. | 356 // WARNING: Do not edit - generated code. |
400 | 357 |
401 | 358 |
402 /// @domName SVGAnimatedInteger | 359 @DomName("SVGAnimatedInteger") |
403 class AnimatedInteger extends NativeFieldWrapperClass1 { | 360 class AnimatedInteger extends NativeFieldWrapperClass1 { |
404 AnimatedInteger.internal(); | 361 AnimatedInteger.internal(); |
405 | 362 |
406 | 363 @DomName("SVGAnimatedInteger.animVal") |
407 /** @domName SVGAnimatedInteger.animVal */ | |
408 int get animVal native "SVGAnimatedInteger_animVal_Getter"; | 364 int get animVal native "SVGAnimatedInteger_animVal_Getter"; |
409 | 365 |
410 | 366 @DomName("SVGAnimatedInteger.baseVal") |
411 /** @domName SVGAnimatedInteger.baseVal */ | |
412 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; | 367 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; |
413 | 368 |
414 | 369 @DomName("SVGAnimatedInteger.baseVal") |
415 /** @domName SVGAnimatedInteger.baseVal */ | |
416 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; | 370 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; |
417 | 371 |
418 } | 372 } |
419 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 373 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
420 // for details. All rights reserved. Use of this source code is governed by a | 374 // for details. All rights reserved. Use of this source code is governed by a |
421 // BSD-style license that can be found in the LICENSE file. | 375 // BSD-style license that can be found in the LICENSE file. |
422 | 376 |
423 // WARNING: Do not edit - generated code. | 377 // WARNING: Do not edit - generated code. |
424 | 378 |
425 | 379 |
426 /// @domName SVGAnimatedLength | 380 @DomName("SVGAnimatedLength") |
427 class AnimatedLength extends NativeFieldWrapperClass1 { | 381 class AnimatedLength extends NativeFieldWrapperClass1 { |
428 AnimatedLength.internal(); | 382 AnimatedLength.internal(); |
429 | 383 |
430 | 384 @DomName("SVGAnimatedLength.animVal") |
431 /** @domName SVGAnimatedLength.animVal */ | |
432 Length get animVal native "SVGAnimatedLength_animVal_Getter"; | 385 Length get animVal native "SVGAnimatedLength_animVal_Getter"; |
433 | 386 |
434 | 387 @DomName("SVGAnimatedLength.baseVal") |
435 /** @domName SVGAnimatedLength.baseVal */ | |
436 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; | 388 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; |
437 | 389 |
438 } | 390 } |
439 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 391 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
440 // for details. All rights reserved. Use of this source code is governed by a | 392 // for details. All rights reserved. Use of this source code is governed by a |
441 // BSD-style license that can be found in the LICENSE file. | 393 // BSD-style license that can be found in the LICENSE file. |
442 | 394 |
443 // WARNING: Do not edit - generated code. | 395 // WARNING: Do not edit - generated code. |
444 | 396 |
445 | 397 |
446 /// @domName SVGAnimatedLengthList | 398 @DomName("SVGAnimatedLengthList") |
447 class AnimatedLengthList extends NativeFieldWrapperClass1 { | 399 class AnimatedLengthList extends NativeFieldWrapperClass1 { |
448 AnimatedLengthList.internal(); | 400 AnimatedLengthList.internal(); |
449 | 401 |
450 | 402 @DomName("SVGAnimatedLengthList.animVal") |
451 /** @domName SVGAnimatedLengthList.animVal */ | |
452 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; | 403 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; |
453 | 404 |
454 | 405 @DomName("SVGAnimatedLengthList.baseVal") |
455 /** @domName SVGAnimatedLengthList.baseVal */ | |
456 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; | 406 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; |
457 | 407 |
458 } | 408 } |
459 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 409 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
460 // for details. All rights reserved. Use of this source code is governed by a | 410 // for details. All rights reserved. Use of this source code is governed by a |
461 // BSD-style license that can be found in the LICENSE file. | 411 // BSD-style license that can be found in the LICENSE file. |
462 | 412 |
463 // WARNING: Do not edit - generated code. | 413 // WARNING: Do not edit - generated code. |
464 | 414 |
465 | 415 |
466 /// @domName SVGAnimatedNumber | 416 @DomName("SVGAnimatedNumber") |
467 class AnimatedNumber extends NativeFieldWrapperClass1 { | 417 class AnimatedNumber extends NativeFieldWrapperClass1 { |
468 AnimatedNumber.internal(); | 418 AnimatedNumber.internal(); |
469 | 419 |
470 | 420 @DomName("SVGAnimatedNumber.animVal") |
471 /** @domName SVGAnimatedNumber.animVal */ | |
472 num get animVal native "SVGAnimatedNumber_animVal_Getter"; | 421 num get animVal native "SVGAnimatedNumber_animVal_Getter"; |
473 | 422 |
474 | 423 @DomName("SVGAnimatedNumber.baseVal") |
475 /** @domName SVGAnimatedNumber.baseVal */ | |
476 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; | 424 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; |
477 | 425 |
478 | 426 @DomName("SVGAnimatedNumber.baseVal") |
479 /** @domName SVGAnimatedNumber.baseVal */ | |
480 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; | 427 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; |
481 | 428 |
482 } | 429 } |
483 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 430 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
484 // for details. All rights reserved. Use of this source code is governed by a | 431 // for details. All rights reserved. Use of this source code is governed by a |
485 // BSD-style license that can be found in the LICENSE file. | 432 // BSD-style license that can be found in the LICENSE file. |
486 | 433 |
487 // WARNING: Do not edit - generated code. | 434 // WARNING: Do not edit - generated code. |
488 | 435 |
489 | 436 |
490 /// @domName SVGAnimatedNumberList | 437 @DomName("SVGAnimatedNumberList") |
491 class AnimatedNumberList extends NativeFieldWrapperClass1 { | 438 class AnimatedNumberList extends NativeFieldWrapperClass1 { |
492 AnimatedNumberList.internal(); | 439 AnimatedNumberList.internal(); |
493 | 440 |
494 | 441 @DomName("SVGAnimatedNumberList.animVal") |
495 /** @domName SVGAnimatedNumberList.animVal */ | |
496 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; | 442 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; |
497 | 443 |
498 | 444 @DomName("SVGAnimatedNumberList.baseVal") |
499 /** @domName SVGAnimatedNumberList.baseVal */ | |
500 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; | 445 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; |
501 | 446 |
502 } | 447 } |
503 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 448 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
504 // for details. All rights reserved. Use of this source code is governed by a | 449 // for details. All rights reserved. Use of this source code is governed by a |
505 // BSD-style license that can be found in the LICENSE file. | 450 // BSD-style license that can be found in the LICENSE file. |
506 | 451 |
507 // WARNING: Do not edit - generated code. | 452 // WARNING: Do not edit - generated code. |
508 | 453 |
509 | 454 |
510 /// @domName SVGAnimatedPreserveAspectRatio | 455 @DomName("SVGAnimatedPreserveAspectRatio") |
511 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { | 456 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { |
512 AnimatedPreserveAspectRatio.internal(); | 457 AnimatedPreserveAspectRatio.internal(); |
513 | 458 |
514 | 459 @DomName("SVGAnimatedPreserveAspectRatio.animVal") |
515 /** @domName SVGAnimatedPreserveAspectRatio.animVal */ | |
516 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal
_Getter"; | 460 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal
_Getter"; |
517 | 461 |
518 | 462 @DomName("SVGAnimatedPreserveAspectRatio.baseVal") |
519 /** @domName SVGAnimatedPreserveAspectRatio.baseVal */ | |
520 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal
_Getter"; | 463 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal
_Getter"; |
521 | 464 |
522 } | 465 } |
523 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 466 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
524 // for details. All rights reserved. Use of this source code is governed by a | 467 // for details. All rights reserved. Use of this source code is governed by a |
525 // BSD-style license that can be found in the LICENSE file. | 468 // BSD-style license that can be found in the LICENSE file. |
526 | 469 |
527 // WARNING: Do not edit - generated code. | 470 // WARNING: Do not edit - generated code. |
528 | 471 |
529 | 472 |
530 /// @domName SVGAnimatedRect | 473 @DomName("SVGAnimatedRect") |
531 class AnimatedRect extends NativeFieldWrapperClass1 { | 474 class AnimatedRect extends NativeFieldWrapperClass1 { |
532 AnimatedRect.internal(); | 475 AnimatedRect.internal(); |
533 | 476 |
534 | 477 @DomName("SVGAnimatedRect.animVal") |
535 /** @domName SVGAnimatedRect.animVal */ | |
536 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; | 478 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; |
537 | 479 |
538 | 480 @DomName("SVGAnimatedRect.baseVal") |
539 /** @domName SVGAnimatedRect.baseVal */ | |
540 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; | 481 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; |
541 | 482 |
542 } | 483 } |
543 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 484 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
544 // for details. All rights reserved. Use of this source code is governed by a | 485 // for details. All rights reserved. Use of this source code is governed by a |
545 // BSD-style license that can be found in the LICENSE file. | 486 // BSD-style license that can be found in the LICENSE file. |
546 | 487 |
547 // WARNING: Do not edit - generated code. | 488 // WARNING: Do not edit - generated code. |
548 | 489 |
549 | 490 |
550 /// @domName SVGAnimatedString | 491 @DomName("SVGAnimatedString") |
551 class AnimatedString extends NativeFieldWrapperClass1 { | 492 class AnimatedString extends NativeFieldWrapperClass1 { |
552 AnimatedString.internal(); | 493 AnimatedString.internal(); |
553 | 494 |
554 | 495 @DomName("SVGAnimatedString.animVal") |
555 /** @domName SVGAnimatedString.animVal */ | |
556 String get animVal native "SVGAnimatedString_animVal_Getter"; | 496 String get animVal native "SVGAnimatedString_animVal_Getter"; |
557 | 497 |
558 | 498 @DomName("SVGAnimatedString.baseVal") |
559 /** @domName SVGAnimatedString.baseVal */ | |
560 String get baseVal native "SVGAnimatedString_baseVal_Getter"; | 499 String get baseVal native "SVGAnimatedString_baseVal_Getter"; |
561 | 500 |
562 | 501 @DomName("SVGAnimatedString.baseVal") |
563 /** @domName SVGAnimatedString.baseVal */ | |
564 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; | 502 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; |
565 | 503 |
566 } | 504 } |
567 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 505 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
568 // for details. All rights reserved. Use of this source code is governed by a | 506 // for details. All rights reserved. Use of this source code is governed by a |
569 // BSD-style license that can be found in the LICENSE file. | 507 // BSD-style license that can be found in the LICENSE file. |
570 | 508 |
571 // WARNING: Do not edit - generated code. | 509 // WARNING: Do not edit - generated code. |
572 | 510 |
573 | 511 |
574 /// @domName SVGAnimatedTransformList | 512 @DomName("SVGAnimatedTransformList") |
575 class AnimatedTransformList extends NativeFieldWrapperClass1 { | 513 class AnimatedTransformList extends NativeFieldWrapperClass1 { |
576 AnimatedTransformList.internal(); | 514 AnimatedTransformList.internal(); |
577 | 515 |
578 | 516 @DomName("SVGAnimatedTransformList.animVal") |
579 /** @domName SVGAnimatedTransformList.animVal */ | |
580 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; | 517 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; |
581 | 518 |
582 | 519 @DomName("SVGAnimatedTransformList.baseVal") |
583 /** @domName SVGAnimatedTransformList.baseVal */ | |
584 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; | 520 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; |
585 | 521 |
586 } | 522 } |
587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 523 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
588 // for details. All rights reserved. Use of this source code is governed by a | 524 // for details. All rights reserved. Use of this source code is governed by a |
589 // BSD-style license that can be found in the LICENSE file. | 525 // BSD-style license that can be found in the LICENSE file. |
590 | 526 |
591 // WARNING: Do not edit - generated code. | 527 // WARNING: Do not edit - generated code. |
592 | 528 |
593 | 529 |
594 /// @domName SVGAnimationElement | 530 @DomName("SVGAnimationElement") |
595 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired { | 531 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired { |
596 AnimationElement.internal() : super.internal(); | 532 AnimationElement.internal() : super.internal(); |
597 | 533 |
598 ///@docsEditable true | 534 /// @docsEditable true |
599 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 535 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
600 | 536 |
601 | 537 @DomName("SVGAnimationElement.targetElement") |
602 /** @domName SVGAnimationElement.targetElement */ | |
603 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; | 538 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; |
604 | 539 |
605 | 540 @DomName("SVGAnimationElement.getCurrentTime") |
606 /** @domName SVGAnimationElement.getCurrentTime */ | |
607 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; | 541 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; |
608 | 542 |
609 | 543 @DomName("SVGAnimationElement.getSimpleDuration") |
610 /** @domName SVGAnimationElement.getSimpleDuration */ | |
611 num getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callback
"; | 544 num getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callback
"; |
612 | 545 |
613 | 546 @DomName("SVGAnimationElement.getStartTime") |
614 /** @domName SVGAnimationElement.getStartTime */ | |
615 num getStartTime() native "SVGAnimationElement_getStartTime_Callback"; | 547 num getStartTime() native "SVGAnimationElement_getStartTime_Callback"; |
616 | 548 |
617 | 549 @DomName("SVGAnimationElement.beginElement") |
618 /** @domName SVGAnimationElement.beginElement */ | |
619 void beginElement() native "SVGAnimationElement_beginElement_Callback"; | 550 void beginElement() native "SVGAnimationElement_beginElement_Callback"; |
620 | 551 |
621 | 552 @DomName("SVGAnimationElement.beginElementAt") |
622 /** @domName SVGAnimationElement.beginElementAt */ | |
623 void beginElementAt(num offset) native "SVGAnimationElement_beginElementAt_Cal
lback"; | 553 void beginElementAt(num offset) native "SVGAnimationElement_beginElementAt_Cal
lback"; |
624 | 554 |
625 | 555 @DomName("SVGAnimationElement.endElement") |
626 /** @domName SVGAnimationElement.endElement */ | |
627 void endElement() native "SVGAnimationElement_endElement_Callback"; | 556 void endElement() native "SVGAnimationElement_endElement_Callback"; |
628 | 557 |
629 | 558 @DomName("SVGAnimationElement.endElementAt") |
630 /** @domName SVGAnimationElement.endElementAt */ | |
631 void endElementAt(num offset) native "SVGAnimationElement_endElementAt_Callbac
k"; | 559 void endElementAt(num offset) native "SVGAnimationElement_endElementAt_Callbac
k"; |
632 | 560 |
633 | 561 @DomName("SVGAnimationElement.externalResourcesRequired") |
634 /** @domName SVGAnimationElement.externalResourcesRequired */ | |
635 AnimatedBoolean get externalResourcesRequired native "SVGAnimationElement_exte
rnalResourcesRequired_Getter"; | 562 AnimatedBoolean get externalResourcesRequired native "SVGAnimationElement_exte
rnalResourcesRequired_Getter"; |
636 | 563 |
637 | 564 @DomName("SVGAnimationElement.requiredExtensions") |
638 /** @domName SVGAnimationElement.requiredExtensions */ | |
639 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio
ns_Getter"; | 565 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio
ns_Getter"; |
640 | 566 |
641 | 567 @DomName("SVGAnimationElement.requiredFeatures") |
642 /** @domName SVGAnimationElement.requiredFeatures */ | |
643 StringList get requiredFeatures native "SVGAnimationElement_requiredFeatures_G
etter"; | 568 StringList get requiredFeatures native "SVGAnimationElement_requiredFeatures_G
etter"; |
644 | 569 |
645 | 570 @DomName("SVGAnimationElement.systemLanguage") |
646 /** @domName SVGAnimationElement.systemLanguage */ | |
647 StringList get systemLanguage native "SVGAnimationElement_systemLanguage_Gette
r"; | 571 StringList get systemLanguage native "SVGAnimationElement_systemLanguage_Gette
r"; |
648 | 572 |
649 | 573 @DomName("SVGAnimationElement.hasExtension") |
650 /** @domName SVGAnimationElement.hasExtension */ | |
651 bool hasExtension(String extension) native "SVGAnimationElement_hasExtension_C
allback"; | 574 bool hasExtension(String extension) native "SVGAnimationElement_hasExtension_C
allback"; |
652 | 575 |
653 } | 576 } |
654 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 577 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
655 // for details. All rights reserved. Use of this source code is governed by a | 578 // for details. All rights reserved. Use of this source code is governed by a |
656 // BSD-style license that can be found in the LICENSE file. | 579 // BSD-style license that can be found in the LICENSE file. |
657 | 580 |
658 // WARNING: Do not edit - generated code. | 581 // WARNING: Do not edit - generated code. |
659 | 582 |
660 | 583 |
661 /// @domName SVGCircleElement | 584 @DomName("SVGCircleElement") |
662 class CircleElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace { | 585 class CircleElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace { |
663 CircleElement.internal() : super.internal(); | 586 CircleElement.internal() : super.internal(); |
664 | 587 |
665 ///@docsEditable true | 588 /// @docsEditable true |
666 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 589 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); |
667 | 590 |
668 | 591 @DomName("SVGCircleElement.cx") |
669 /** @domName SVGCircleElement.cx */ | |
670 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; | 592 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; |
671 | 593 |
672 | 594 @DomName("SVGCircleElement.cy") |
673 /** @domName SVGCircleElement.cy */ | |
674 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; | 595 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; |
675 | 596 |
676 | 597 @DomName("SVGCircleElement.r") |
677 /** @domName SVGCircleElement.r */ | |
678 AnimatedLength get r native "SVGCircleElement_r_Getter"; | 598 AnimatedLength get r native "SVGCircleElement_r_Getter"; |
679 | 599 |
680 | 600 @DomName("SVGCircleElement.externalResourcesRequired") |
681 /** @domName SVGCircleElement.externalResourcesRequired */ | |
682 AnimatedBoolean get externalResourcesRequired native "SVGCircleElement_externa
lResourcesRequired_Getter"; | 601 AnimatedBoolean get externalResourcesRequired native "SVGCircleElement_externa
lResourcesRequired_Getter"; |
683 | 602 |
684 | 603 @DomName("SVGCircleElement.xmllang") |
685 /** @domName SVGCircleElement.xmllang */ | |
686 String get xmllang native "SVGCircleElement_xmllang_Getter"; | 604 String get xmllang native "SVGCircleElement_xmllang_Getter"; |
687 | 605 |
688 | 606 @DomName("SVGCircleElement.xmllang") |
689 /** @domName SVGCircleElement.xmllang */ | |
690 void set xmllang(String value) native "SVGCircleElement_xmllang_Setter"; | 607 void set xmllang(String value) native "SVGCircleElement_xmllang_Setter"; |
691 | 608 |
692 | 609 @DomName("SVGCircleElement.xmlspace") |
693 /** @domName SVGCircleElement.xmlspace */ | |
694 String get xmlspace native "SVGCircleElement_xmlspace_Getter"; | 610 String get xmlspace native "SVGCircleElement_xmlspace_Getter"; |
695 | 611 |
696 | 612 @DomName("SVGCircleElement.xmlspace") |
697 /** @domName SVGCircleElement.xmlspace */ | |
698 void set xmlspace(String value) native "SVGCircleElement_xmlspace_Setter"; | 613 void set xmlspace(String value) native "SVGCircleElement_xmlspace_Setter"; |
699 | 614 |
700 | 615 @DomName("SVGCircleElement.farthestViewportElement") |
701 /** @domName SVGCircleElement.farthestViewportElement */ | |
702 SvgElement get farthestViewportElement native "SVGCircleElement_farthestViewpo
rtElement_Getter"; | 616 SvgElement get farthestViewportElement native "SVGCircleElement_farthestViewpo
rtElement_Getter"; |
703 | 617 |
704 | 618 @DomName("SVGCircleElement.nearestViewportElement") |
705 /** @domName SVGCircleElement.nearestViewportElement */ | |
706 SvgElement get nearestViewportElement native "SVGCircleElement_nearestViewport
Element_Getter"; | 619 SvgElement get nearestViewportElement native "SVGCircleElement_nearestViewport
Element_Getter"; |
707 | 620 |
708 | 621 @DomName("SVGCircleElement.getBBox") |
709 /** @domName SVGCircleElement.getBBox */ | |
710 Rect getBBox() native "SVGCircleElement_getBBox_Callback"; | 622 Rect getBBox() native "SVGCircleElement_getBBox_Callback"; |
711 | 623 |
712 | 624 @DomName("SVGCircleElement.getCTM") |
713 /** @domName SVGCircleElement.getCTM */ | |
714 Matrix getCtm() native "SVGCircleElement_getCTM_Callback"; | 625 Matrix getCtm() native "SVGCircleElement_getCTM_Callback"; |
715 | 626 |
716 | 627 @DomName("SVGCircleElement.getScreenCTM") |
717 /** @domName SVGCircleElement.getScreenCTM */ | |
718 Matrix getScreenCtm() native "SVGCircleElement_getScreenCTM_Callback"; | 628 Matrix getScreenCtm() native "SVGCircleElement_getScreenCTM_Callback"; |
719 | 629 |
720 | 630 @DomName("SVGCircleElement.getTransformToElement") |
721 /** @domName SVGCircleElement.getTransformToElement */ | |
722 Matrix getTransformToElement(SvgElement element) native "SVGCircleElement_getT
ransformToElement_Callback"; | 631 Matrix getTransformToElement(SvgElement element) native "SVGCircleElement_getT
ransformToElement_Callback"; |
723 | 632 |
724 | 633 @DomName("SVGCircleElement.className") |
725 /** @domName SVGCircleElement.className */ | |
726 AnimatedString get $dom_svgClassName native "SVGCircleElement_className_Getter
"; | 634 AnimatedString get $dom_svgClassName native "SVGCircleElement_className_Getter
"; |
727 | 635 |
728 | 636 @DomName("SVGCircleElement.style") |
729 /** @domName SVGCircleElement.style */ | |
730 CssStyleDeclaration get style native "SVGCircleElement_style_Getter"; | 637 CssStyleDeclaration get style native "SVGCircleElement_style_Getter"; |
731 | 638 |
732 | 639 @DomName("SVGCircleElement.getPresentationAttribute") |
733 /** @domName SVGCircleElement.getPresentationAttribute */ | |
734 CssValue getPresentationAttribute(String name) native "SVGCircleElement_getPre
sentationAttribute_Callback"; | 640 CssValue getPresentationAttribute(String name) native "SVGCircleElement_getPre
sentationAttribute_Callback"; |
735 | 641 |
736 | 642 @DomName("SVGCircleElement.requiredExtensions") |
737 /** @domName SVGCircleElement.requiredExtensions */ | |
738 StringList get requiredExtensions native "SVGCircleElement_requiredExtensions_
Getter"; | 643 StringList get requiredExtensions native "SVGCircleElement_requiredExtensions_
Getter"; |
739 | 644 |
740 | 645 @DomName("SVGCircleElement.requiredFeatures") |
741 /** @domName SVGCircleElement.requiredFeatures */ | |
742 StringList get requiredFeatures native "SVGCircleElement_requiredFeatures_Gett
er"; | 646 StringList get requiredFeatures native "SVGCircleElement_requiredFeatures_Gett
er"; |
743 | 647 |
744 | 648 @DomName("SVGCircleElement.systemLanguage") |
745 /** @domName SVGCircleElement.systemLanguage */ | |
746 StringList get systemLanguage native "SVGCircleElement_systemLanguage_Getter"; | 649 StringList get systemLanguage native "SVGCircleElement_systemLanguage_Getter"; |
747 | 650 |
748 | 651 @DomName("SVGCircleElement.hasExtension") |
749 /** @domName SVGCircleElement.hasExtension */ | |
750 bool hasExtension(String extension) native "SVGCircleElement_hasExtension_Call
back"; | 652 bool hasExtension(String extension) native "SVGCircleElement_hasExtension_Call
back"; |
751 | 653 |
752 | 654 @DomName("SVGCircleElement.transform") |
753 /** @domName SVGCircleElement.transform */ | |
754 AnimatedTransformList get transform native "SVGCircleElement_transform_Getter"
; | 655 AnimatedTransformList get transform native "SVGCircleElement_transform_Getter"
; |
755 | 656 |
756 } | 657 } |
757 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 658 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
758 // for details. All rights reserved. Use of this source code is governed by a | 659 // for details. All rights reserved. Use of this source code is governed by a |
759 // BSD-style license that can be found in the LICENSE file. | 660 // BSD-style license that can be found in the LICENSE file. |
760 | 661 |
761 // WARNING: Do not edit - generated code. | 662 // WARNING: Do not edit - generated code. |
762 | 663 |
763 | 664 |
764 /// @domName SVGClipPathElement | 665 @DomName("SVGClipPathElement") |
765 class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace { | 666 class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace { |
766 ClipPathElement.internal() : super.internal(); | 667 ClipPathElement.internal() : super.internal(); |
767 | 668 |
768 ///@docsEditable true | 669 /// @docsEditable true |
769 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 670 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); |
770 | 671 |
771 | 672 @DomName("SVGClipPathElement.clipPathUnits") |
772 /** @domName SVGClipPathElement.clipPathUnits */ | |
773 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; | 673 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; |
774 | 674 |
775 | 675 @DomName("SVGClipPathElement.externalResourcesRequired") |
776 /** @domName SVGClipPathElement.externalResourcesRequired */ | |
777 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter
nalResourcesRequired_Getter"; | 676 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter
nalResourcesRequired_Getter"; |
778 | 677 |
779 | 678 @DomName("SVGClipPathElement.xmllang") |
780 /** @domName SVGClipPathElement.xmllang */ | |
781 String get xmllang native "SVGClipPathElement_xmllang_Getter"; | 679 String get xmllang native "SVGClipPathElement_xmllang_Getter"; |
782 | 680 |
783 | 681 @DomName("SVGClipPathElement.xmllang") |
784 /** @domName SVGClipPathElement.xmllang */ | |
785 void set xmllang(String value) native "SVGClipPathElement_xmllang_Setter"; | 682 void set xmllang(String value) native "SVGClipPathElement_xmllang_Setter"; |
786 | 683 |
787 | 684 @DomName("SVGClipPathElement.xmlspace") |
788 /** @domName SVGClipPathElement.xmlspace */ | |
789 String get xmlspace native "SVGClipPathElement_xmlspace_Getter"; | 685 String get xmlspace native "SVGClipPathElement_xmlspace_Getter"; |
790 | 686 |
791 | 687 @DomName("SVGClipPathElement.xmlspace") |
792 /** @domName SVGClipPathElement.xmlspace */ | |
793 void set xmlspace(String value) native "SVGClipPathElement_xmlspace_Setter"; | 688 void set xmlspace(String value) native "SVGClipPathElement_xmlspace_Setter"; |
794 | 689 |
795 | 690 @DomName("SVGClipPathElement.farthestViewportElement") |
796 /** @domName SVGClipPathElement.farthestViewportElement */ | |
797 SvgElement get farthestViewportElement native "SVGClipPathElement_farthestView
portElement_Getter"; | 691 SvgElement get farthestViewportElement native "SVGClipPathElement_farthestView
portElement_Getter"; |
798 | 692 |
799 | 693 @DomName("SVGClipPathElement.nearestViewportElement") |
800 /** @domName SVGClipPathElement.nearestViewportElement */ | |
801 SvgElement get nearestViewportElement native "SVGClipPathElement_nearestViewpo
rtElement_Getter"; | 694 SvgElement get nearestViewportElement native "SVGClipPathElement_nearestViewpo
rtElement_Getter"; |
802 | 695 |
803 | 696 @DomName("SVGClipPathElement.getBBox") |
804 /** @domName SVGClipPathElement.getBBox */ | |
805 Rect getBBox() native "SVGClipPathElement_getBBox_Callback"; | 697 Rect getBBox() native "SVGClipPathElement_getBBox_Callback"; |
806 | 698 |
807 | 699 @DomName("SVGClipPathElement.getCTM") |
808 /** @domName SVGClipPathElement.getCTM */ | |
809 Matrix getCtm() native "SVGClipPathElement_getCTM_Callback"; | 700 Matrix getCtm() native "SVGClipPathElement_getCTM_Callback"; |
810 | 701 |
811 | 702 @DomName("SVGClipPathElement.getScreenCTM") |
812 /** @domName SVGClipPathElement.getScreenCTM */ | |
813 Matrix getScreenCtm() native "SVGClipPathElement_getScreenCTM_Callback"; | 703 Matrix getScreenCtm() native "SVGClipPathElement_getScreenCTM_Callback"; |
814 | 704 |
815 | 705 @DomName("SVGClipPathElement.getTransformToElement") |
816 /** @domName SVGClipPathElement.getTransformToElement */ | |
817 Matrix getTransformToElement(SvgElement element) native "SVGClipPathElement_ge
tTransformToElement_Callback"; | 706 Matrix getTransformToElement(SvgElement element) native "SVGClipPathElement_ge
tTransformToElement_Callback"; |
818 | 707 |
819 | 708 @DomName("SVGClipPathElement.className") |
820 /** @domName SVGClipPathElement.className */ | |
821 AnimatedString get $dom_svgClassName native "SVGClipPathElement_className_Gett
er"; | 709 AnimatedString get $dom_svgClassName native "SVGClipPathElement_className_Gett
er"; |
822 | 710 |
823 | 711 @DomName("SVGClipPathElement.style") |
824 /** @domName SVGClipPathElement.style */ | |
825 CssStyleDeclaration get style native "SVGClipPathElement_style_Getter"; | 712 CssStyleDeclaration get style native "SVGClipPathElement_style_Getter"; |
826 | 713 |
827 | 714 @DomName("SVGClipPathElement.getPresentationAttribute") |
828 /** @domName SVGClipPathElement.getPresentationAttribute */ | |
829 CssValue getPresentationAttribute(String name) native "SVGClipPathElement_getP
resentationAttribute_Callback"; | 715 CssValue getPresentationAttribute(String name) native "SVGClipPathElement_getP
resentationAttribute_Callback"; |
830 | 716 |
831 | 717 @DomName("SVGClipPathElement.requiredExtensions") |
832 /** @domName SVGClipPathElement.requiredExtensions */ | |
833 StringList get requiredExtensions native "SVGClipPathElement_requiredExtension
s_Getter"; | 718 StringList get requiredExtensions native "SVGClipPathElement_requiredExtension
s_Getter"; |
834 | 719 |
835 | 720 @DomName("SVGClipPathElement.requiredFeatures") |
836 /** @domName SVGClipPathElement.requiredFeatures */ | |
837 StringList get requiredFeatures native "SVGClipPathElement_requiredFeatures_Ge
tter"; | 721 StringList get requiredFeatures native "SVGClipPathElement_requiredFeatures_Ge
tter"; |
838 | 722 |
839 | 723 @DomName("SVGClipPathElement.systemLanguage") |
840 /** @domName SVGClipPathElement.systemLanguage */ | |
841 StringList get systemLanguage native "SVGClipPathElement_systemLanguage_Getter
"; | 724 StringList get systemLanguage native "SVGClipPathElement_systemLanguage_Getter
"; |
842 | 725 |
843 | 726 @DomName("SVGClipPathElement.hasExtension") |
844 /** @domName SVGClipPathElement.hasExtension */ | |
845 bool hasExtension(String extension) native "SVGClipPathElement_hasExtension_Ca
llback"; | 727 bool hasExtension(String extension) native "SVGClipPathElement_hasExtension_Ca
llback"; |
846 | 728 |
847 | 729 @DomName("SVGClipPathElement.transform") |
848 /** @domName SVGClipPathElement.transform */ | |
849 AnimatedTransformList get transform native "SVGClipPathElement_transform_Gette
r"; | 730 AnimatedTransformList get transform native "SVGClipPathElement_transform_Gette
r"; |
850 | 731 |
851 } | 732 } |
852 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 733 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
853 // for details. All rights reserved. Use of this source code is governed by a | 734 // for details. All rights reserved. Use of this source code is governed by a |
854 // BSD-style license that can be found in the LICENSE file. | 735 // BSD-style license that can be found in the LICENSE file. |
855 | 736 |
856 // WARNING: Do not edit - generated code. | 737 // WARNING: Do not edit - generated code. |
857 | 738 |
858 | 739 |
859 /// @domName SVGColor | 740 @DomName("SVGColor") |
860 class Color extends CssValue { | 741 class Color extends CssValue { |
861 Color.internal() : super.internal(); | 742 Color.internal() : super.internal(); |
862 | 743 |
863 static const int SVG_COLORTYPE_CURRENTCOLOR = 3; | 744 static const int SVG_COLORTYPE_CURRENTCOLOR = 3; |
864 | 745 |
865 static const int SVG_COLORTYPE_RGBCOLOR = 1; | 746 static const int SVG_COLORTYPE_RGBCOLOR = 1; |
866 | 747 |
867 static const int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2; | 748 static const int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2; |
868 | 749 |
869 static const int SVG_COLORTYPE_UNKNOWN = 0; | 750 static const int SVG_COLORTYPE_UNKNOWN = 0; |
870 | 751 |
871 | 752 @DomName("SVGColor.colorType") |
872 /** @domName SVGColor.colorType */ | |
873 int get colorType native "SVGColor_colorType_Getter"; | 753 int get colorType native "SVGColor_colorType_Getter"; |
874 | 754 |
875 | 755 @DomName("SVGColor.rgbColor") |
876 /** @domName SVGColor.rgbColor */ | |
877 RgbColor get rgbColor native "SVGColor_rgbColor_Getter"; | 756 RgbColor get rgbColor native "SVGColor_rgbColor_Getter"; |
878 | 757 |
879 | 758 @DomName("SVGColor.setColor") |
880 /** @domName SVGColor.setColor */ | |
881 void setColor(int colorType, String rgbColor, String iccColor) native "SVGColo
r_setColor_Callback"; | 759 void setColor(int colorType, String rgbColor, String iccColor) native "SVGColo
r_setColor_Callback"; |
882 | 760 |
883 | 761 @DomName("SVGColor.setRGBColor") |
884 /** @domName SVGColor.setRGBColor */ | |
885 void setRgbColor(String rgbColor) native "SVGColor_setRGBColor_Callback"; | 762 void setRgbColor(String rgbColor) native "SVGColor_setRGBColor_Callback"; |
886 | 763 |
887 | 764 @DomName("SVGColor.setRGBColorICCColor") |
888 /** @domName SVGColor.setRGBColorICCColor */ | |
889 void setRgbColorIccColor(String rgbColor, String iccColor) native "SVGColor_se
tRGBColorICCColor_Callback"; | 765 void setRgbColorIccColor(String rgbColor, String iccColor) native "SVGColor_se
tRGBColorICCColor_Callback"; |
890 | 766 |
891 } | 767 } |
892 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 768 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
893 // for details. All rights reserved. Use of this source code is governed by a | 769 // for details. All rights reserved. Use of this source code is governed by a |
894 // BSD-style license that can be found in the LICENSE file. | 770 // BSD-style license that can be found in the LICENSE file. |
895 | 771 |
896 // WARNING: Do not edit - generated code. | 772 // WARNING: Do not edit - generated code. |
897 | 773 |
898 | 774 |
899 /// @domName SVGComponentTransferFunctionElement | 775 @DomName("SVGComponentTransferFunctionElement") |
900 class ComponentTransferFunctionElement extends SvgElement { | 776 class ComponentTransferFunctionElement extends SvgElement { |
901 ComponentTransferFunctionElement.internal() : super.internal(); | 777 ComponentTransferFunctionElement.internal() : super.internal(); |
902 | 778 |
903 static const int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; | 779 static const int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; |
904 | 780 |
905 static const int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5; | 781 static const int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5; |
906 | 782 |
907 static const int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; | 783 static const int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; |
908 | 784 |
909 static const int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; | 785 static const int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; |
910 | 786 |
911 static const int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; | 787 static const int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; |
912 | 788 |
913 static const int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; | 789 static const int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; |
914 | 790 |
915 | 791 @DomName("SVGComponentTransferFunctionElement.amplitude") |
916 /** @domName SVGComponentTransferFunctionElement.amplitude */ | |
917 AnimatedNumber get amplitude native "SVGComponentTransferFunctionElement_ampli
tude_Getter"; | 792 AnimatedNumber get amplitude native "SVGComponentTransferFunctionElement_ampli
tude_Getter"; |
918 | 793 |
919 | 794 @DomName("SVGComponentTransferFunctionElement.exponent") |
920 /** @domName SVGComponentTransferFunctionElement.exponent */ | |
921 AnimatedNumber get exponent native "SVGComponentTransferFunctionElement_expone
nt_Getter"; | 795 AnimatedNumber get exponent native "SVGComponentTransferFunctionElement_expone
nt_Getter"; |
922 | 796 |
923 | 797 @DomName("SVGComponentTransferFunctionElement.intercept") |
924 /** @domName SVGComponentTransferFunctionElement.intercept */ | |
925 AnimatedNumber get intercept native "SVGComponentTransferFunctionElement_inter
cept_Getter"; | 798 AnimatedNumber get intercept native "SVGComponentTransferFunctionElement_inter
cept_Getter"; |
926 | 799 |
927 | 800 @DomName("SVGComponentTransferFunctionElement.offset") |
928 /** @domName SVGComponentTransferFunctionElement.offset */ | |
929 AnimatedNumber get offset native "SVGComponentTransferFunctionElement_offset_G
etter"; | 801 AnimatedNumber get offset native "SVGComponentTransferFunctionElement_offset_G
etter"; |
930 | 802 |
931 | 803 @DomName("SVGComponentTransferFunctionElement.slope") |
932 /** @domName SVGComponentTransferFunctionElement.slope */ | |
933 AnimatedNumber get slope native "SVGComponentTransferFunctionElement_slope_Get
ter"; | 804 AnimatedNumber get slope native "SVGComponentTransferFunctionElement_slope_Get
ter"; |
934 | 805 |
935 | 806 @DomName("SVGComponentTransferFunctionElement.tableValues") |
936 /** @domName SVGComponentTransferFunctionElement.tableValues */ | |
937 AnimatedNumberList get tableValues native "SVGComponentTransferFunctionElement
_tableValues_Getter"; | 807 AnimatedNumberList get tableValues native "SVGComponentTransferFunctionElement
_tableValues_Getter"; |
938 | 808 |
939 | 809 @DomName("SVGComponentTransferFunctionElement.type") |
940 /** @domName SVGComponentTransferFunctionElement.type */ | |
941 AnimatedEnumeration get type native "SVGComponentTransferFunctionElement_type_
Getter"; | 810 AnimatedEnumeration get type native "SVGComponentTransferFunctionElement_type_
Getter"; |
942 | 811 |
943 } | 812 } |
944 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 813 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
945 // for details. All rights reserved. Use of this source code is governed by a | 814 // for details. All rights reserved. Use of this source code is governed by a |
946 // BSD-style license that can be found in the LICENSE file. | 815 // BSD-style license that can be found in the LICENSE file. |
947 | 816 |
948 // WARNING: Do not edit - generated code. | 817 // WARNING: Do not edit - generated code. |
949 | 818 |
950 | 819 |
951 /// @domName SVGCursorElement | 820 @DomName("SVGCursorElement") |
952 class CursorElement extends SvgElement implements UriReference, Tests, ExternalR
esourcesRequired { | 821 class CursorElement extends SvgElement implements UriReference, Tests, ExternalR
esourcesRequired { |
953 CursorElement.internal() : super.internal(); | 822 CursorElement.internal() : super.internal(); |
954 | 823 |
955 ///@docsEditable true | 824 /// @docsEditable true |
956 factory CursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cu
rsor"); | 825 factory CursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cu
rsor"); |
957 | 826 |
958 | 827 @DomName("SVGCursorElement.x") |
959 /** @domName SVGCursorElement.x */ | |
960 AnimatedLength get x native "SVGCursorElement_x_Getter"; | 828 AnimatedLength get x native "SVGCursorElement_x_Getter"; |
961 | 829 |
962 | 830 @DomName("SVGCursorElement.y") |
963 /** @domName SVGCursorElement.y */ | |
964 AnimatedLength get y native "SVGCursorElement_y_Getter"; | 831 AnimatedLength get y native "SVGCursorElement_y_Getter"; |
965 | 832 |
966 | 833 @DomName("SVGCursorElement.externalResourcesRequired") |
967 /** @domName SVGCursorElement.externalResourcesRequired */ | |
968 AnimatedBoolean get externalResourcesRequired native "SVGCursorElement_externa
lResourcesRequired_Getter"; | 834 AnimatedBoolean get externalResourcesRequired native "SVGCursorElement_externa
lResourcesRequired_Getter"; |
969 | 835 |
970 | 836 @DomName("SVGCursorElement.requiredExtensions") |
971 /** @domName SVGCursorElement.requiredExtensions */ | |
972 StringList get requiredExtensions native "SVGCursorElement_requiredExtensions_
Getter"; | 837 StringList get requiredExtensions native "SVGCursorElement_requiredExtensions_
Getter"; |
973 | 838 |
974 | 839 @DomName("SVGCursorElement.requiredFeatures") |
975 /** @domName SVGCursorElement.requiredFeatures */ | |
976 StringList get requiredFeatures native "SVGCursorElement_requiredFeatures_Gett
er"; | 840 StringList get requiredFeatures native "SVGCursorElement_requiredFeatures_Gett
er"; |
977 | 841 |
978 | 842 @DomName("SVGCursorElement.systemLanguage") |
979 /** @domName SVGCursorElement.systemLanguage */ | |
980 StringList get systemLanguage native "SVGCursorElement_systemLanguage_Getter"; | 843 StringList get systemLanguage native "SVGCursorElement_systemLanguage_Getter"; |
981 | 844 |
982 | 845 @DomName("SVGCursorElement.hasExtension") |
983 /** @domName SVGCursorElement.hasExtension */ | |
984 bool hasExtension(String extension) native "SVGCursorElement_hasExtension_Call
back"; | 846 bool hasExtension(String extension) native "SVGCursorElement_hasExtension_Call
back"; |
985 | 847 |
986 | 848 @DomName("SVGCursorElement.href") |
987 /** @domName SVGCursorElement.href */ | |
988 AnimatedString get href native "SVGCursorElement_href_Getter"; | 849 AnimatedString get href native "SVGCursorElement_href_Getter"; |
989 | 850 |
990 } | 851 } |
991 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 852 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
992 // for details. All rights reserved. Use of this source code is governed by a | 853 // for details. All rights reserved. Use of this source code is governed by a |
993 // BSD-style license that can be found in the LICENSE file. | 854 // BSD-style license that can be found in the LICENSE file. |
994 | 855 |
995 // WARNING: Do not edit - generated code. | 856 // WARNING: Do not edit - generated code. |
996 | 857 |
997 | 858 |
998 /// @domName SVGDefsElement | 859 @DomName("SVGDefsElement") |
999 class DefsElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { | 860 class DefsElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { |
1000 DefsElement.internal() : super.internal(); | 861 DefsElement.internal() : super.internal(); |
1001 | 862 |
1002 ///@docsEditable true | 863 /// @docsEditable true |
1003 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); | 864 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); |
1004 | 865 |
1005 | 866 @DomName("SVGDefsElement.externalResourcesRequired") |
1006 /** @domName SVGDefsElement.externalResourcesRequired */ | |
1007 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR
esourcesRequired_Getter"; | 867 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR
esourcesRequired_Getter"; |
1008 | 868 |
1009 | 869 @DomName("SVGDefsElement.xmllang") |
1010 /** @domName SVGDefsElement.xmllang */ | |
1011 String get xmllang native "SVGDefsElement_xmllang_Getter"; | 870 String get xmllang native "SVGDefsElement_xmllang_Getter"; |
1012 | 871 |
1013 | 872 @DomName("SVGDefsElement.xmllang") |
1014 /** @domName SVGDefsElement.xmllang */ | |
1015 void set xmllang(String value) native "SVGDefsElement_xmllang_Setter"; | 873 void set xmllang(String value) native "SVGDefsElement_xmllang_Setter"; |
1016 | 874 |
1017 | 875 @DomName("SVGDefsElement.xmlspace") |
1018 /** @domName SVGDefsElement.xmlspace */ | |
1019 String get xmlspace native "SVGDefsElement_xmlspace_Getter"; | 876 String get xmlspace native "SVGDefsElement_xmlspace_Getter"; |
1020 | 877 |
1021 | 878 @DomName("SVGDefsElement.xmlspace") |
1022 /** @domName SVGDefsElement.xmlspace */ | |
1023 void set xmlspace(String value) native "SVGDefsElement_xmlspace_Setter"; | 879 void set xmlspace(String value) native "SVGDefsElement_xmlspace_Setter"; |
1024 | 880 |
1025 | 881 @DomName("SVGDefsElement.farthestViewportElement") |
1026 /** @domName SVGDefsElement.farthestViewportElement */ | |
1027 SvgElement get farthestViewportElement native "SVGDefsElement_farthestViewport
Element_Getter"; | 882 SvgElement get farthestViewportElement native "SVGDefsElement_farthestViewport
Element_Getter"; |
1028 | 883 |
1029 | 884 @DomName("SVGDefsElement.nearestViewportElement") |
1030 /** @domName SVGDefsElement.nearestViewportElement */ | |
1031 SvgElement get nearestViewportElement native "SVGDefsElement_nearestViewportEl
ement_Getter"; | 885 SvgElement get nearestViewportElement native "SVGDefsElement_nearestViewportEl
ement_Getter"; |
1032 | 886 |
1033 | 887 @DomName("SVGDefsElement.getBBox") |
1034 /** @domName SVGDefsElement.getBBox */ | |
1035 Rect getBBox() native "SVGDefsElement_getBBox_Callback"; | 888 Rect getBBox() native "SVGDefsElement_getBBox_Callback"; |
1036 | 889 |
1037 | 890 @DomName("SVGDefsElement.getCTM") |
1038 /** @domName SVGDefsElement.getCTM */ | |
1039 Matrix getCtm() native "SVGDefsElement_getCTM_Callback"; | 891 Matrix getCtm() native "SVGDefsElement_getCTM_Callback"; |
1040 | 892 |
1041 | 893 @DomName("SVGDefsElement.getScreenCTM") |
1042 /** @domName SVGDefsElement.getScreenCTM */ | |
1043 Matrix getScreenCtm() native "SVGDefsElement_getScreenCTM_Callback"; | 894 Matrix getScreenCtm() native "SVGDefsElement_getScreenCTM_Callback"; |
1044 | 895 |
1045 | 896 @DomName("SVGDefsElement.getTransformToElement") |
1046 /** @domName SVGDefsElement.getTransformToElement */ | |
1047 Matrix getTransformToElement(SvgElement element) native "SVGDefsElement_getTra
nsformToElement_Callback"; | 897 Matrix getTransformToElement(SvgElement element) native "SVGDefsElement_getTra
nsformToElement_Callback"; |
1048 | 898 |
1049 | 899 @DomName("SVGDefsElement.className") |
1050 /** @domName SVGDefsElement.className */ | |
1051 AnimatedString get $dom_svgClassName native "SVGDefsElement_className_Getter"; | 900 AnimatedString get $dom_svgClassName native "SVGDefsElement_className_Getter"; |
1052 | 901 |
1053 | 902 @DomName("SVGDefsElement.style") |
1054 /** @domName SVGDefsElement.style */ | |
1055 CssStyleDeclaration get style native "SVGDefsElement_style_Getter"; | 903 CssStyleDeclaration get style native "SVGDefsElement_style_Getter"; |
1056 | 904 |
1057 | 905 @DomName("SVGDefsElement.getPresentationAttribute") |
1058 /** @domName SVGDefsElement.getPresentationAttribute */ | |
1059 CssValue getPresentationAttribute(String name) native "SVGDefsElement_getPrese
ntationAttribute_Callback"; | 906 CssValue getPresentationAttribute(String name) native "SVGDefsElement_getPrese
ntationAttribute_Callback"; |
1060 | 907 |
1061 | 908 @DomName("SVGDefsElement.requiredExtensions") |
1062 /** @domName SVGDefsElement.requiredExtensions */ | |
1063 StringList get requiredExtensions native "SVGDefsElement_requiredExtensions_Ge
tter"; | 909 StringList get requiredExtensions native "SVGDefsElement_requiredExtensions_Ge
tter"; |
1064 | 910 |
1065 | 911 @DomName("SVGDefsElement.requiredFeatures") |
1066 /** @domName SVGDefsElement.requiredFeatures */ | |
1067 StringList get requiredFeatures native "SVGDefsElement_requiredFeatures_Getter
"; | 912 StringList get requiredFeatures native "SVGDefsElement_requiredFeatures_Getter
"; |
1068 | 913 |
1069 | 914 @DomName("SVGDefsElement.systemLanguage") |
1070 /** @domName SVGDefsElement.systemLanguage */ | |
1071 StringList get systemLanguage native "SVGDefsElement_systemLanguage_Getter"; | 915 StringList get systemLanguage native "SVGDefsElement_systemLanguage_Getter"; |
1072 | 916 |
1073 | 917 @DomName("SVGDefsElement.hasExtension") |
1074 /** @domName SVGDefsElement.hasExtension */ | |
1075 bool hasExtension(String extension) native "SVGDefsElement_hasExtension_Callba
ck"; | 918 bool hasExtension(String extension) native "SVGDefsElement_hasExtension_Callba
ck"; |
1076 | 919 |
1077 | 920 @DomName("SVGDefsElement.transform") |
1078 /** @domName SVGDefsElement.transform */ | |
1079 AnimatedTransformList get transform native "SVGDefsElement_transform_Getter"; | 921 AnimatedTransformList get transform native "SVGDefsElement_transform_Getter"; |
1080 | 922 |
1081 } | 923 } |
1082 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 924 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1083 // for details. All rights reserved. Use of this source code is governed by a | 925 // for details. All rights reserved. Use of this source code is governed by a |
1084 // BSD-style license that can be found in the LICENSE file. | 926 // BSD-style license that can be found in the LICENSE file. |
1085 | 927 |
1086 // WARNING: Do not edit - generated code. | 928 // WARNING: Do not edit - generated code. |
1087 | 929 |
1088 | 930 |
1089 /// @domName SVGDescElement | 931 @DomName("SVGDescElement") |
1090 class DescElement extends SvgElement implements Stylable, LangSpace { | 932 class DescElement extends SvgElement implements Stylable, LangSpace { |
1091 DescElement.internal() : super.internal(); | 933 DescElement.internal() : super.internal(); |
1092 | 934 |
1093 ///@docsEditable true | 935 /// @docsEditable true |
1094 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); | 936 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); |
1095 | 937 |
1096 | 938 @DomName("SVGDescElement.xmllang") |
1097 /** @domName SVGDescElement.xmllang */ | |
1098 String get xmllang native "SVGDescElement_xmllang_Getter"; | 939 String get xmllang native "SVGDescElement_xmllang_Getter"; |
1099 | 940 |
1100 | 941 @DomName("SVGDescElement.xmllang") |
1101 /** @domName SVGDescElement.xmllang */ | |
1102 void set xmllang(String value) native "SVGDescElement_xmllang_Setter"; | 942 void set xmllang(String value) native "SVGDescElement_xmllang_Setter"; |
1103 | 943 |
1104 | 944 @DomName("SVGDescElement.xmlspace") |
1105 /** @domName SVGDescElement.xmlspace */ | |
1106 String get xmlspace native "SVGDescElement_xmlspace_Getter"; | 945 String get xmlspace native "SVGDescElement_xmlspace_Getter"; |
1107 | 946 |
1108 | 947 @DomName("SVGDescElement.xmlspace") |
1109 /** @domName SVGDescElement.xmlspace */ | |
1110 void set xmlspace(String value) native "SVGDescElement_xmlspace_Setter"; | 948 void set xmlspace(String value) native "SVGDescElement_xmlspace_Setter"; |
1111 | 949 |
1112 | 950 @DomName("SVGDescElement.className") |
1113 /** @domName SVGDescElement.className */ | |
1114 AnimatedString get $dom_svgClassName native "SVGDescElement_className_Getter"; | 951 AnimatedString get $dom_svgClassName native "SVGDescElement_className_Getter"; |
1115 | 952 |
1116 | 953 @DomName("SVGDescElement.style") |
1117 /** @domName SVGDescElement.style */ | |
1118 CssStyleDeclaration get style native "SVGDescElement_style_Getter"; | 954 CssStyleDeclaration get style native "SVGDescElement_style_Getter"; |
1119 | 955 |
1120 | 956 @DomName("SVGDescElement.getPresentationAttribute") |
1121 /** @domName SVGDescElement.getPresentationAttribute */ | |
1122 CssValue getPresentationAttribute(String name) native "SVGDescElement_getPrese
ntationAttribute_Callback"; | 957 CssValue getPresentationAttribute(String name) native "SVGDescElement_getPrese
ntationAttribute_Callback"; |
1123 | 958 |
1124 } | 959 } |
1125 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 960 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1126 // for details. All rights reserved. Use of this source code is governed by a | 961 // for details. All rights reserved. Use of this source code is governed by a |
1127 // BSD-style license that can be found in the LICENSE file. | 962 // BSD-style license that can be found in the LICENSE file. |
1128 | 963 |
1129 // WARNING: Do not edit - generated code. | 964 // WARNING: Do not edit - generated code. |
1130 | 965 |
1131 | 966 |
1132 /// @domName SVGElementInstance | 967 @DomName("SVGElementInstance") |
1133 class ElementInstance extends EventTarget { | 968 class ElementInstance extends EventTarget { |
1134 ElementInstance.internal() : super.internal(); | 969 ElementInstance.internal() : super.internal(); |
1135 | 970 |
1136 /// @domName EventTarget.addEventListener, EventTarget.removeEventListener, Ev
entTarget.dispatchEvent; @docsEditable true | 971 /// @docsEditable true |
| 972 @DomName("EventTarget.addEventListener, EventTarget.removeEventListener, Event
Target.dispatchEvent") |
1137 ElementInstanceEvents get on => | 973 ElementInstanceEvents get on => |
1138 new ElementInstanceEvents(this); | 974 new ElementInstanceEvents(this); |
1139 | 975 |
1140 | 976 @DomName("SVGElementInstance.childNodes") |
1141 /** @domName SVGElementInstance.childNodes */ | |
1142 List<ElementInstance> get childNodes native "SVGElementInstance_childNodes_Get
ter"; | 977 List<ElementInstance> get childNodes native "SVGElementInstance_childNodes_Get
ter"; |
1143 | 978 |
1144 | 979 @DomName("SVGElementInstance.correspondingElement") |
1145 /** @domName SVGElementInstance.correspondingElement */ | |
1146 SvgElement get correspondingElement native "SVGElementInstance_correspondingEl
ement_Getter"; | 980 SvgElement get correspondingElement native "SVGElementInstance_correspondingEl
ement_Getter"; |
1147 | 981 |
1148 | 982 @DomName("SVGElementInstance.correspondingUseElement") |
1149 /** @domName SVGElementInstance.correspondingUseElement */ | |
1150 UseElement get correspondingUseElement native "SVGElementInstance_correspondin
gUseElement_Getter"; | 983 UseElement get correspondingUseElement native "SVGElementInstance_correspondin
gUseElement_Getter"; |
1151 | 984 |
1152 | 985 @DomName("SVGElementInstance.firstChild") |
1153 /** @domName SVGElementInstance.firstChild */ | |
1154 ElementInstance get firstChild native "SVGElementInstance_firstChild_Getter"; | 986 ElementInstance get firstChild native "SVGElementInstance_firstChild_Getter"; |
1155 | 987 |
1156 | 988 @DomName("SVGElementInstance.lastChild") |
1157 /** @domName SVGElementInstance.lastChild */ | |
1158 ElementInstance get lastChild native "SVGElementInstance_lastChild_Getter"; | 989 ElementInstance get lastChild native "SVGElementInstance_lastChild_Getter"; |
1159 | 990 |
1160 | 991 @DomName("SVGElementInstance.nextSibling") |
1161 /** @domName SVGElementInstance.nextSibling */ | |
1162 ElementInstance get nextSibling native "SVGElementInstance_nextSibling_Getter"
; | 992 ElementInstance get nextSibling native "SVGElementInstance_nextSibling_Getter"
; |
1163 | 993 |
1164 | 994 @DomName("SVGElementInstance.parentNode") |
1165 /** @domName SVGElementInstance.parentNode */ | |
1166 ElementInstance get parentNode native "SVGElementInstance_parentNode_Getter"; | 995 ElementInstance get parentNode native "SVGElementInstance_parentNode_Getter"; |
1167 | 996 |
1168 | 997 @DomName("SVGElementInstance.previousSibling") |
1169 /** @domName SVGElementInstance.previousSibling */ | |
1170 ElementInstance get previousSibling native "SVGElementInstance_previousSibling
_Getter"; | 998 ElementInstance get previousSibling native "SVGElementInstance_previousSibling
_Getter"; |
1171 | 999 |
1172 } | 1000 } |
1173 | 1001 |
1174 /// @docsEditable true | 1002 /// @docsEditable true |
1175 class ElementInstanceEvents extends Events { | 1003 class ElementInstanceEvents extends Events { |
1176 /// @docsEditable true | 1004 /// @docsEditable true |
1177 ElementInstanceEvents(EventTarget _ptr) : super(_ptr); | 1005 ElementInstanceEvents(EventTarget _ptr) : super(_ptr); |
1178 | 1006 |
1179 /// @docsEditable true | 1007 /// @docsEditable true |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1296 /// @docsEditable true | 1124 /// @docsEditable true |
1297 EventListenerList get unload => this['unload']; | 1125 EventListenerList get unload => this['unload']; |
1298 } | 1126 } |
1299 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1127 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1300 // for details. All rights reserved. Use of this source code is governed by a | 1128 // for details. All rights reserved. Use of this source code is governed by a |
1301 // BSD-style license that can be found in the LICENSE file. | 1129 // BSD-style license that can be found in the LICENSE file. |
1302 | 1130 |
1303 // WARNING: Do not edit - generated code. | 1131 // WARNING: Do not edit - generated code. |
1304 | 1132 |
1305 | 1133 |
1306 /// @domName ElementTimeControl | 1134 @DomName("ElementTimeControl") |
1307 class ElementTimeControl extends NativeFieldWrapperClass1 { | 1135 class ElementTimeControl extends NativeFieldWrapperClass1 { |
1308 ElementTimeControl.internal(); | 1136 ElementTimeControl.internal(); |
1309 | 1137 |
1310 | 1138 @DomName("ElementTimeControl.beginElement") |
1311 /** @domName ElementTimeControl.beginElement */ | |
1312 void beginElement() native "ElementTimeControl_beginElement_Callback"; | 1139 void beginElement() native "ElementTimeControl_beginElement_Callback"; |
1313 | 1140 |
1314 | 1141 @DomName("ElementTimeControl.beginElementAt") |
1315 /** @domName ElementTimeControl.beginElementAt */ | |
1316 void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Call
back"; | 1142 void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Call
back"; |
1317 | 1143 |
1318 | 1144 @DomName("ElementTimeControl.endElement") |
1319 /** @domName ElementTimeControl.endElement */ | |
1320 void endElement() native "ElementTimeControl_endElement_Callback"; | 1145 void endElement() native "ElementTimeControl_endElement_Callback"; |
1321 | 1146 |
1322 | 1147 @DomName("ElementTimeControl.endElementAt") |
1323 /** @domName ElementTimeControl.endElementAt */ | |
1324 void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback
"; | 1148 void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback
"; |
1325 | 1149 |
1326 } | 1150 } |
1327 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1151 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1328 // for details. All rights reserved. Use of this source code is governed by a | 1152 // for details. All rights reserved. Use of this source code is governed by a |
1329 // BSD-style license that can be found in the LICENSE file. | 1153 // BSD-style license that can be found in the LICENSE file. |
1330 | 1154 |
1331 // WARNING: Do not edit - generated code. | 1155 // WARNING: Do not edit - generated code. |
1332 | 1156 |
1333 | 1157 |
1334 /// @domName SVGEllipseElement | 1158 @DomName("SVGEllipseElement") |
1335 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { | 1159 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { |
1336 EllipseElement.internal() : super.internal(); | 1160 EllipseElement.internal() : super.internal(); |
1337 | 1161 |
1338 ///@docsEditable true | 1162 /// @docsEditable true |
1339 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1163 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
1340 | 1164 |
1341 | 1165 @DomName("SVGEllipseElement.cx") |
1342 /** @domName SVGEllipseElement.cx */ | |
1343 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; | 1166 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; |
1344 | 1167 |
1345 | 1168 @DomName("SVGEllipseElement.cy") |
1346 /** @domName SVGEllipseElement.cy */ | |
1347 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; | 1169 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; |
1348 | 1170 |
1349 | 1171 @DomName("SVGEllipseElement.rx") |
1350 /** @domName SVGEllipseElement.rx */ | |
1351 AnimatedLength get rx native "SVGEllipseElement_rx_Getter"; | 1172 AnimatedLength get rx native "SVGEllipseElement_rx_Getter"; |
1352 | 1173 |
1353 | 1174 @DomName("SVGEllipseElement.ry") |
1354 /** @domName SVGEllipseElement.ry */ | |
1355 AnimatedLength get ry native "SVGEllipseElement_ry_Getter"; | 1175 AnimatedLength get ry native "SVGEllipseElement_ry_Getter"; |
1356 | 1176 |
1357 | 1177 @DomName("SVGEllipseElement.externalResourcesRequired") |
1358 /** @domName SVGEllipseElement.externalResourcesRequired */ | |
1359 AnimatedBoolean get externalResourcesRequired native "SVGEllipseElement_extern
alResourcesRequired_Getter"; | 1178 AnimatedBoolean get externalResourcesRequired native "SVGEllipseElement_extern
alResourcesRequired_Getter"; |
1360 | 1179 |
1361 | 1180 @DomName("SVGEllipseElement.xmllang") |
1362 /** @domName SVGEllipseElement.xmllang */ | |
1363 String get xmllang native "SVGEllipseElement_xmllang_Getter"; | 1181 String get xmllang native "SVGEllipseElement_xmllang_Getter"; |
1364 | 1182 |
1365 | 1183 @DomName("SVGEllipseElement.xmllang") |
1366 /** @domName SVGEllipseElement.xmllang */ | |
1367 void set xmllang(String value) native "SVGEllipseElement_xmllang_Setter"; | 1184 void set xmllang(String value) native "SVGEllipseElement_xmllang_Setter"; |
1368 | 1185 |
1369 | 1186 @DomName("SVGEllipseElement.xmlspace") |
1370 /** @domName SVGEllipseElement.xmlspace */ | |
1371 String get xmlspace native "SVGEllipseElement_xmlspace_Getter"; | 1187 String get xmlspace native "SVGEllipseElement_xmlspace_Getter"; |
1372 | 1188 |
1373 | 1189 @DomName("SVGEllipseElement.xmlspace") |
1374 /** @domName SVGEllipseElement.xmlspace */ | |
1375 void set xmlspace(String value) native "SVGEllipseElement_xmlspace_Setter"; | 1190 void set xmlspace(String value) native "SVGEllipseElement_xmlspace_Setter"; |
1376 | 1191 |
1377 | 1192 @DomName("SVGEllipseElement.farthestViewportElement") |
1378 /** @domName SVGEllipseElement.farthestViewportElement */ | |
1379 SvgElement get farthestViewportElement native "SVGEllipseElement_farthestViewp
ortElement_Getter"; | 1193 SvgElement get farthestViewportElement native "SVGEllipseElement_farthestViewp
ortElement_Getter"; |
1380 | 1194 |
1381 | 1195 @DomName("SVGEllipseElement.nearestViewportElement") |
1382 /** @domName SVGEllipseElement.nearestViewportElement */ | |
1383 SvgElement get nearestViewportElement native "SVGEllipseElement_nearestViewpor
tElement_Getter"; | 1196 SvgElement get nearestViewportElement native "SVGEllipseElement_nearestViewpor
tElement_Getter"; |
1384 | 1197 |
1385 | 1198 @DomName("SVGEllipseElement.getBBox") |
1386 /** @domName SVGEllipseElement.getBBox */ | |
1387 Rect getBBox() native "SVGEllipseElement_getBBox_Callback"; | 1199 Rect getBBox() native "SVGEllipseElement_getBBox_Callback"; |
1388 | 1200 |
1389 | 1201 @DomName("SVGEllipseElement.getCTM") |
1390 /** @domName SVGEllipseElement.getCTM */ | |
1391 Matrix getCtm() native "SVGEllipseElement_getCTM_Callback"; | 1202 Matrix getCtm() native "SVGEllipseElement_getCTM_Callback"; |
1392 | 1203 |
1393 | 1204 @DomName("SVGEllipseElement.getScreenCTM") |
1394 /** @domName SVGEllipseElement.getScreenCTM */ | |
1395 Matrix getScreenCtm() native "SVGEllipseElement_getScreenCTM_Callback"; | 1205 Matrix getScreenCtm() native "SVGEllipseElement_getScreenCTM_Callback"; |
1396 | 1206 |
1397 | 1207 @DomName("SVGEllipseElement.getTransformToElement") |
1398 /** @domName SVGEllipseElement.getTransformToElement */ | |
1399 Matrix getTransformToElement(SvgElement element) native "SVGEllipseElement_get
TransformToElement_Callback"; | 1208 Matrix getTransformToElement(SvgElement element) native "SVGEllipseElement_get
TransformToElement_Callback"; |
1400 | 1209 |
1401 | 1210 @DomName("SVGEllipseElement.className") |
1402 /** @domName SVGEllipseElement.className */ | |
1403 AnimatedString get $dom_svgClassName native "SVGEllipseElement_className_Gette
r"; | 1211 AnimatedString get $dom_svgClassName native "SVGEllipseElement_className_Gette
r"; |
1404 | 1212 |
1405 | 1213 @DomName("SVGEllipseElement.style") |
1406 /** @domName SVGEllipseElement.style */ | |
1407 CssStyleDeclaration get style native "SVGEllipseElement_style_Getter"; | 1214 CssStyleDeclaration get style native "SVGEllipseElement_style_Getter"; |
1408 | 1215 |
1409 | 1216 @DomName("SVGEllipseElement.getPresentationAttribute") |
1410 /** @domName SVGEllipseElement.getPresentationAttribute */ | |
1411 CssValue getPresentationAttribute(String name) native "SVGEllipseElement_getPr
esentationAttribute_Callback"; | 1217 CssValue getPresentationAttribute(String name) native "SVGEllipseElement_getPr
esentationAttribute_Callback"; |
1412 | 1218 |
1413 | 1219 @DomName("SVGEllipseElement.requiredExtensions") |
1414 /** @domName SVGEllipseElement.requiredExtensions */ | |
1415 StringList get requiredExtensions native "SVGEllipseElement_requiredExtensions
_Getter"; | 1220 StringList get requiredExtensions native "SVGEllipseElement_requiredExtensions
_Getter"; |
1416 | 1221 |
1417 | 1222 @DomName("SVGEllipseElement.requiredFeatures") |
1418 /** @domName SVGEllipseElement.requiredFeatures */ | |
1419 StringList get requiredFeatures native "SVGEllipseElement_requiredFeatures_Get
ter"; | 1223 StringList get requiredFeatures native "SVGEllipseElement_requiredFeatures_Get
ter"; |
1420 | 1224 |
1421 | 1225 @DomName("SVGEllipseElement.systemLanguage") |
1422 /** @domName SVGEllipseElement.systemLanguage */ | |
1423 StringList get systemLanguage native "SVGEllipseElement_systemLanguage_Getter"
; | 1226 StringList get systemLanguage native "SVGEllipseElement_systemLanguage_Getter"
; |
1424 | 1227 |
1425 | 1228 @DomName("SVGEllipseElement.hasExtension") |
1426 /** @domName SVGEllipseElement.hasExtension */ | |
1427 bool hasExtension(String extension) native "SVGEllipseElement_hasExtension_Cal
lback"; | 1229 bool hasExtension(String extension) native "SVGEllipseElement_hasExtension_Cal
lback"; |
1428 | 1230 |
1429 | 1231 @DomName("SVGEllipseElement.transform") |
1430 /** @domName SVGEllipseElement.transform */ | |
1431 AnimatedTransformList get transform native "SVGEllipseElement_transform_Getter
"; | 1232 AnimatedTransformList get transform native "SVGEllipseElement_transform_Getter
"; |
1432 | 1233 |
1433 } | 1234 } |
1434 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1235 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1435 // for details. All rights reserved. Use of this source code is governed by a | 1236 // for details. All rights reserved. Use of this source code is governed by a |
1436 // BSD-style license that can be found in the LICENSE file. | 1237 // BSD-style license that can be found in the LICENSE file. |
1437 | 1238 |
1438 // WARNING: Do not edit - generated code. | 1239 // WARNING: Do not edit - generated code. |
1439 | 1240 |
1440 | 1241 |
1441 /// @domName SVGExternalResourcesRequired | 1242 @DomName("SVGExternalResourcesRequired") |
1442 class ExternalResourcesRequired extends NativeFieldWrapperClass1 { | 1243 class ExternalResourcesRequired extends NativeFieldWrapperClass1 { |
1443 ExternalResourcesRequired.internal(); | 1244 ExternalResourcesRequired.internal(); |
1444 | 1245 |
1445 | 1246 @DomName("SVGExternalResourcesRequired.externalResourcesRequired") |
1446 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | |
1447 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ
ired_externalResourcesRequired_Getter"; | 1247 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ
ired_externalResourcesRequired_Getter"; |
1448 | 1248 |
1449 } | 1249 } |
1450 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1250 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1451 // for details. All rights reserved. Use of this source code is governed by a | 1251 // for details. All rights reserved. Use of this source code is governed by a |
1452 // BSD-style license that can be found in the LICENSE file. | 1252 // BSD-style license that can be found in the LICENSE file. |
1453 | 1253 |
1454 // WARNING: Do not edit - generated code. | 1254 // WARNING: Do not edit - generated code. |
1455 | 1255 |
1456 | 1256 |
1457 /// @domName SVGFEBlendElement | 1257 @DomName("SVGFEBlendElement") |
1458 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 1258 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { |
1459 FEBlendElement.internal() : super.internal(); | 1259 FEBlendElement.internal() : super.internal(); |
1460 | 1260 |
1461 static const int SVG_FEBLEND_MODE_DARKEN = 4; | 1261 static const int SVG_FEBLEND_MODE_DARKEN = 4; |
1462 | 1262 |
1463 static const int SVG_FEBLEND_MODE_LIGHTEN = 5; | 1263 static const int SVG_FEBLEND_MODE_LIGHTEN = 5; |
1464 | 1264 |
1465 static const int SVG_FEBLEND_MODE_MULTIPLY = 2; | 1265 static const int SVG_FEBLEND_MODE_MULTIPLY = 2; |
1466 | 1266 |
1467 static const int SVG_FEBLEND_MODE_NORMAL = 1; | 1267 static const int SVG_FEBLEND_MODE_NORMAL = 1; |
1468 | 1268 |
1469 static const int SVG_FEBLEND_MODE_SCREEN = 3; | 1269 static const int SVG_FEBLEND_MODE_SCREEN = 3; |
1470 | 1270 |
1471 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; | 1271 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; |
1472 | 1272 |
1473 | 1273 @DomName("SVGFEBlendElement.in1") |
1474 /** @domName SVGFEBlendElement.in1 */ | |
1475 AnimatedString get in1 native "SVGFEBlendElement_in1_Getter"; | 1274 AnimatedString get in1 native "SVGFEBlendElement_in1_Getter"; |
1476 | 1275 |
1477 | 1276 @DomName("SVGFEBlendElement.in2") |
1478 /** @domName SVGFEBlendElement.in2 */ | |
1479 AnimatedString get in2 native "SVGFEBlendElement_in2_Getter"; | 1277 AnimatedString get in2 native "SVGFEBlendElement_in2_Getter"; |
1480 | 1278 |
1481 | 1279 @DomName("SVGFEBlendElement.mode") |
1482 /** @domName SVGFEBlendElement.mode */ | |
1483 AnimatedEnumeration get mode native "SVGFEBlendElement_mode_Getter"; | 1280 AnimatedEnumeration get mode native "SVGFEBlendElement_mode_Getter"; |
1484 | 1281 |
1485 | 1282 @DomName("SVGFEBlendElement.height") |
1486 /** @domName SVGFEBlendElement.height */ | |
1487 AnimatedLength get height native "SVGFEBlendElement_height_Getter"; | 1283 AnimatedLength get height native "SVGFEBlendElement_height_Getter"; |
1488 | 1284 |
1489 | 1285 @DomName("SVGFEBlendElement.result") |
1490 /** @domName SVGFEBlendElement.result */ | |
1491 AnimatedString get result native "SVGFEBlendElement_result_Getter"; | 1286 AnimatedString get result native "SVGFEBlendElement_result_Getter"; |
1492 | 1287 |
1493 | 1288 @DomName("SVGFEBlendElement.width") |
1494 /** @domName SVGFEBlendElement.width */ | |
1495 AnimatedLength get width native "SVGFEBlendElement_width_Getter"; | 1289 AnimatedLength get width native "SVGFEBlendElement_width_Getter"; |
1496 | 1290 |
1497 | 1291 @DomName("SVGFEBlendElement.x") |
1498 /** @domName SVGFEBlendElement.x */ | |
1499 AnimatedLength get x native "SVGFEBlendElement_x_Getter"; | 1292 AnimatedLength get x native "SVGFEBlendElement_x_Getter"; |
1500 | 1293 |
1501 | 1294 @DomName("SVGFEBlendElement.y") |
1502 /** @domName SVGFEBlendElement.y */ | |
1503 AnimatedLength get y native "SVGFEBlendElement_y_Getter"; | 1295 AnimatedLength get y native "SVGFEBlendElement_y_Getter"; |
1504 | 1296 |
1505 | 1297 @DomName("SVGFEBlendElement.className") |
1506 /** @domName SVGFEBlendElement.className */ | |
1507 AnimatedString get $dom_svgClassName native "SVGFEBlendElement_className_Gette
r"; | 1298 AnimatedString get $dom_svgClassName native "SVGFEBlendElement_className_Gette
r"; |
1508 | 1299 |
1509 | 1300 @DomName("SVGFEBlendElement.style") |
1510 /** @domName SVGFEBlendElement.style */ | |
1511 CssStyleDeclaration get style native "SVGFEBlendElement_style_Getter"; | 1301 CssStyleDeclaration get style native "SVGFEBlendElement_style_Getter"; |
1512 | 1302 |
1513 | 1303 @DomName("SVGFEBlendElement.getPresentationAttribute") |
1514 /** @domName SVGFEBlendElement.getPresentationAttribute */ | |
1515 CssValue getPresentationAttribute(String name) native "SVGFEBlendElement_getPr
esentationAttribute_Callback"; | 1304 CssValue getPresentationAttribute(String name) native "SVGFEBlendElement_getPr
esentationAttribute_Callback"; |
1516 | 1305 |
1517 } | 1306 } |
1518 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1307 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1519 // for details. All rights reserved. Use of this source code is governed by a | 1308 // for details. All rights reserved. Use of this source code is governed by a |
1520 // BSD-style license that can be found in the LICENSE file. | 1309 // BSD-style license that can be found in the LICENSE file. |
1521 | 1310 |
1522 // WARNING: Do not edit - generated code. | 1311 // WARNING: Do not edit - generated code. |
1523 | 1312 |
1524 | 1313 |
1525 /// @domName SVGFEColorMatrixElement | 1314 @DomName("SVGFEColorMatrixElement") |
1526 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard
Attributes { | 1315 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard
Attributes { |
1527 FEColorMatrixElement.internal() : super.internal(); | 1316 FEColorMatrixElement.internal() : super.internal(); |
1528 | 1317 |
1529 static const int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; | 1318 static const int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; |
1530 | 1319 |
1531 static const int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; | 1320 static const int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; |
1532 | 1321 |
1533 static const int SVG_FECOLORMATRIX_TYPE_MATRIX = 1; | 1322 static const int SVG_FECOLORMATRIX_TYPE_MATRIX = 1; |
1534 | 1323 |
1535 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; | 1324 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; |
1536 | 1325 |
1537 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; | 1326 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; |
1538 | 1327 |
1539 | 1328 @DomName("SVGFEColorMatrixElement.in1") |
1540 /** @domName SVGFEColorMatrixElement.in1 */ | |
1541 AnimatedString get in1 native "SVGFEColorMatrixElement_in1_Getter"; | 1329 AnimatedString get in1 native "SVGFEColorMatrixElement_in1_Getter"; |
1542 | 1330 |
1543 | 1331 @DomName("SVGFEColorMatrixElement.type") |
1544 /** @domName SVGFEColorMatrixElement.type */ | |
1545 AnimatedEnumeration get type native "SVGFEColorMatrixElement_type_Getter"; | 1332 AnimatedEnumeration get type native "SVGFEColorMatrixElement_type_Getter"; |
1546 | 1333 |
1547 | 1334 @DomName("SVGFEColorMatrixElement.values") |
1548 /** @domName SVGFEColorMatrixElement.values */ | |
1549 AnimatedNumberList get values native "SVGFEColorMatrixElement_values_Getter"; | 1335 AnimatedNumberList get values native "SVGFEColorMatrixElement_values_Getter"; |
1550 | 1336 |
1551 | 1337 @DomName("SVGFEColorMatrixElement.height") |
1552 /** @domName SVGFEColorMatrixElement.height */ | |
1553 AnimatedLength get height native "SVGFEColorMatrixElement_height_Getter"; | 1338 AnimatedLength get height native "SVGFEColorMatrixElement_height_Getter"; |
1554 | 1339 |
1555 | 1340 @DomName("SVGFEColorMatrixElement.result") |
1556 /** @domName SVGFEColorMatrixElement.result */ | |
1557 AnimatedString get result native "SVGFEColorMatrixElement_result_Getter"; | 1341 AnimatedString get result native "SVGFEColorMatrixElement_result_Getter"; |
1558 | 1342 |
1559 | 1343 @DomName("SVGFEColorMatrixElement.width") |
1560 /** @domName SVGFEColorMatrixElement.width */ | |
1561 AnimatedLength get width native "SVGFEColorMatrixElement_width_Getter"; | 1344 AnimatedLength get width native "SVGFEColorMatrixElement_width_Getter"; |
1562 | 1345 |
1563 | 1346 @DomName("SVGFEColorMatrixElement.x") |
1564 /** @domName SVGFEColorMatrixElement.x */ | |
1565 AnimatedLength get x native "SVGFEColorMatrixElement_x_Getter"; | 1347 AnimatedLength get x native "SVGFEColorMatrixElement_x_Getter"; |
1566 | 1348 |
1567 | 1349 @DomName("SVGFEColorMatrixElement.y") |
1568 /** @domName SVGFEColorMatrixElement.y */ | |
1569 AnimatedLength get y native "SVGFEColorMatrixElement_y_Getter"; | 1350 AnimatedLength get y native "SVGFEColorMatrixElement_y_Getter"; |
1570 | 1351 |
1571 | 1352 @DomName("SVGFEColorMatrixElement.className") |
1572 /** @domName SVGFEColorMatrixElement.className */ | |
1573 AnimatedString get $dom_svgClassName native "SVGFEColorMatrixElement_className
_Getter"; | 1353 AnimatedString get $dom_svgClassName native "SVGFEColorMatrixElement_className
_Getter"; |
1574 | 1354 |
1575 | 1355 @DomName("SVGFEColorMatrixElement.style") |
1576 /** @domName SVGFEColorMatrixElement.style */ | |
1577 CssStyleDeclaration get style native "SVGFEColorMatrixElement_style_Getter"; | 1356 CssStyleDeclaration get style native "SVGFEColorMatrixElement_style_Getter"; |
1578 | 1357 |
1579 | 1358 @DomName("SVGFEColorMatrixElement.getPresentationAttribute") |
1580 /** @domName SVGFEColorMatrixElement.getPresentationAttribute */ | |
1581 CssValue getPresentationAttribute(String name) native "SVGFEColorMatrixElement
_getPresentationAttribute_Callback"; | 1359 CssValue getPresentationAttribute(String name) native "SVGFEColorMatrixElement
_getPresentationAttribute_Callback"; |
1582 | 1360 |
1583 } | 1361 } |
1584 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1362 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1585 // for details. All rights reserved. Use of this source code is governed by a | 1363 // for details. All rights reserved. Use of this source code is governed by a |
1586 // BSD-style license that can be found in the LICENSE file. | 1364 // BSD-style license that can be found in the LICENSE file. |
1587 | 1365 |
1588 // WARNING: Do not edit - generated code. | 1366 // WARNING: Do not edit - generated code. |
1589 | 1367 |
1590 | 1368 |
1591 /// @domName SVGFEComponentTransferElement | 1369 @DomName("SVGFEComponentTransferElement") |
1592 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
andardAttributes { | 1370 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
andardAttributes { |
1593 FEComponentTransferElement.internal() : super.internal(); | 1371 FEComponentTransferElement.internal() : super.internal(); |
1594 | 1372 |
1595 | 1373 @DomName("SVGFEComponentTransferElement.in1") |
1596 /** @domName SVGFEComponentTransferElement.in1 */ | |
1597 AnimatedString get in1 native "SVGFEComponentTransferElement_in1_Getter"; | 1374 AnimatedString get in1 native "SVGFEComponentTransferElement_in1_Getter"; |
1598 | 1375 |
1599 | 1376 @DomName("SVGFEComponentTransferElement.height") |
1600 /** @domName SVGFEComponentTransferElement.height */ | |
1601 AnimatedLength get height native "SVGFEComponentTransferElement_height_Getter"
; | 1377 AnimatedLength get height native "SVGFEComponentTransferElement_height_Getter"
; |
1602 | 1378 |
1603 | 1379 @DomName("SVGFEComponentTransferElement.result") |
1604 /** @domName SVGFEComponentTransferElement.result */ | |
1605 AnimatedString get result native "SVGFEComponentTransferElement_result_Getter"
; | 1380 AnimatedString get result native "SVGFEComponentTransferElement_result_Getter"
; |
1606 | 1381 |
1607 | 1382 @DomName("SVGFEComponentTransferElement.width") |
1608 /** @domName SVGFEComponentTransferElement.width */ | |
1609 AnimatedLength get width native "SVGFEComponentTransferElement_width_Getter"; | 1383 AnimatedLength get width native "SVGFEComponentTransferElement_width_Getter"; |
1610 | 1384 |
1611 | 1385 @DomName("SVGFEComponentTransferElement.x") |
1612 /** @domName SVGFEComponentTransferElement.x */ | |
1613 AnimatedLength get x native "SVGFEComponentTransferElement_x_Getter"; | 1386 AnimatedLength get x native "SVGFEComponentTransferElement_x_Getter"; |
1614 | 1387 |
1615 | 1388 @DomName("SVGFEComponentTransferElement.y") |
1616 /** @domName SVGFEComponentTransferElement.y */ | |
1617 AnimatedLength get y native "SVGFEComponentTransferElement_y_Getter"; | 1389 AnimatedLength get y native "SVGFEComponentTransferElement_y_Getter"; |
1618 | 1390 |
1619 | 1391 @DomName("SVGFEComponentTransferElement.className") |
1620 /** @domName SVGFEComponentTransferElement.className */ | |
1621 AnimatedString get $dom_svgClassName native "SVGFEComponentTransferElement_cla
ssName_Getter"; | 1392 AnimatedString get $dom_svgClassName native "SVGFEComponentTransferElement_cla
ssName_Getter"; |
1622 | 1393 |
1623 | 1394 @DomName("SVGFEComponentTransferElement.style") |
1624 /** @domName SVGFEComponentTransferElement.style */ | |
1625 CssStyleDeclaration get style native "SVGFEComponentTransferElement_style_Gett
er"; | 1395 CssStyleDeclaration get style native "SVGFEComponentTransferElement_style_Gett
er"; |
1626 | 1396 |
1627 | 1397 @DomName("SVGFEComponentTransferElement.getPresentationAttribute") |
1628 /** @domName SVGFEComponentTransferElement.getPresentationAttribute */ | |
1629 CssValue getPresentationAttribute(String name) native "SVGFEComponentTransferE
lement_getPresentationAttribute_Callback"; | 1398 CssValue getPresentationAttribute(String name) native "SVGFEComponentTransferE
lement_getPresentationAttribute_Callback"; |
1630 | 1399 |
1631 } | 1400 } |
1632 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1401 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1633 // for details. All rights reserved. Use of this source code is governed by a | 1402 // for details. All rights reserved. Use of this source code is governed by a |
1634 // BSD-style license that can be found in the LICENSE file. | 1403 // BSD-style license that can be found in the LICENSE file. |
1635 | 1404 |
1636 // WARNING: Do not edit - generated code. | 1405 // WARNING: Do not edit - generated code. |
1637 | 1406 |
1638 | 1407 |
1639 /// @domName SVGFECompositeElement | 1408 @DomName("SVGFECompositeElement") |
1640 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt
tributes { | 1409 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt
tributes { |
1641 FECompositeElement.internal() : super.internal(); | 1410 FECompositeElement.internal() : super.internal(); |
1642 | 1411 |
1643 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; | 1412 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; |
1644 | 1413 |
1645 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; | 1414 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; |
1646 | 1415 |
1647 static const int SVG_FECOMPOSITE_OPERATOR_IN = 2; | 1416 static const int SVG_FECOMPOSITE_OPERATOR_IN = 2; |
1648 | 1417 |
1649 static const int SVG_FECOMPOSITE_OPERATOR_OUT = 3; | 1418 static const int SVG_FECOMPOSITE_OPERATOR_OUT = 3; |
1650 | 1419 |
1651 static const int SVG_FECOMPOSITE_OPERATOR_OVER = 1; | 1420 static const int SVG_FECOMPOSITE_OPERATOR_OVER = 1; |
1652 | 1421 |
1653 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; | 1422 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; |
1654 | 1423 |
1655 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; | 1424 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; |
1656 | 1425 |
1657 | 1426 @DomName("SVGFECompositeElement.in1") |
1658 /** @domName SVGFECompositeElement.in1 */ | |
1659 AnimatedString get in1 native "SVGFECompositeElement_in1_Getter"; | 1427 AnimatedString get in1 native "SVGFECompositeElement_in1_Getter"; |
1660 | 1428 |
1661 | 1429 @DomName("SVGFECompositeElement.in2") |
1662 /** @domName SVGFECompositeElement.in2 */ | |
1663 AnimatedString get in2 native "SVGFECompositeElement_in2_Getter"; | 1430 AnimatedString get in2 native "SVGFECompositeElement_in2_Getter"; |
1664 | 1431 |
1665 | 1432 @DomName("SVGFECompositeElement.k1") |
1666 /** @domName SVGFECompositeElement.k1 */ | |
1667 AnimatedNumber get k1 native "SVGFECompositeElement_k1_Getter"; | 1433 AnimatedNumber get k1 native "SVGFECompositeElement_k1_Getter"; |
1668 | 1434 |
1669 | 1435 @DomName("SVGFECompositeElement.k2") |
1670 /** @domName SVGFECompositeElement.k2 */ | |
1671 AnimatedNumber get k2 native "SVGFECompositeElement_k2_Getter"; | 1436 AnimatedNumber get k2 native "SVGFECompositeElement_k2_Getter"; |
1672 | 1437 |
1673 | 1438 @DomName("SVGFECompositeElement.k3") |
1674 /** @domName SVGFECompositeElement.k3 */ | |
1675 AnimatedNumber get k3 native "SVGFECompositeElement_k3_Getter"; | 1439 AnimatedNumber get k3 native "SVGFECompositeElement_k3_Getter"; |
1676 | 1440 |
1677 | 1441 @DomName("SVGFECompositeElement.k4") |
1678 /** @domName SVGFECompositeElement.k4 */ | |
1679 AnimatedNumber get k4 native "SVGFECompositeElement_k4_Getter"; | 1442 AnimatedNumber get k4 native "SVGFECompositeElement_k4_Getter"; |
1680 | 1443 |
1681 | 1444 @DomName("SVGFECompositeElement.operator") |
1682 /** @domName SVGFECompositeElement.operator */ | |
1683 AnimatedEnumeration get operator native "SVGFECompositeElement_operator_Getter
"; | 1445 AnimatedEnumeration get operator native "SVGFECompositeElement_operator_Getter
"; |
1684 | 1446 |
1685 | 1447 @DomName("SVGFECompositeElement.height") |
1686 /** @domName SVGFECompositeElement.height */ | |
1687 AnimatedLength get height native "SVGFECompositeElement_height_Getter"; | 1448 AnimatedLength get height native "SVGFECompositeElement_height_Getter"; |
1688 | 1449 |
1689 | 1450 @DomName("SVGFECompositeElement.result") |
1690 /** @domName SVGFECompositeElement.result */ | |
1691 AnimatedString get result native "SVGFECompositeElement_result_Getter"; | 1451 AnimatedString get result native "SVGFECompositeElement_result_Getter"; |
1692 | 1452 |
1693 | 1453 @DomName("SVGFECompositeElement.width") |
1694 /** @domName SVGFECompositeElement.width */ | |
1695 AnimatedLength get width native "SVGFECompositeElement_width_Getter"; | 1454 AnimatedLength get width native "SVGFECompositeElement_width_Getter"; |
1696 | 1455 |
1697 | 1456 @DomName("SVGFECompositeElement.x") |
1698 /** @domName SVGFECompositeElement.x */ | |
1699 AnimatedLength get x native "SVGFECompositeElement_x_Getter"; | 1457 AnimatedLength get x native "SVGFECompositeElement_x_Getter"; |
1700 | 1458 |
1701 | 1459 @DomName("SVGFECompositeElement.y") |
1702 /** @domName SVGFECompositeElement.y */ | |
1703 AnimatedLength get y native "SVGFECompositeElement_y_Getter"; | 1460 AnimatedLength get y native "SVGFECompositeElement_y_Getter"; |
1704 | 1461 |
1705 | 1462 @DomName("SVGFECompositeElement.className") |
1706 /** @domName SVGFECompositeElement.className */ | |
1707 AnimatedString get $dom_svgClassName native "SVGFECompositeElement_className_G
etter"; | 1463 AnimatedString get $dom_svgClassName native "SVGFECompositeElement_className_G
etter"; |
1708 | 1464 |
1709 | 1465 @DomName("SVGFECompositeElement.style") |
1710 /** @domName SVGFECompositeElement.style */ | |
1711 CssStyleDeclaration get style native "SVGFECompositeElement_style_Getter"; | 1466 CssStyleDeclaration get style native "SVGFECompositeElement_style_Getter"; |
1712 | 1467 |
1713 | 1468 @DomName("SVGFECompositeElement.getPresentationAttribute") |
1714 /** @domName SVGFECompositeElement.getPresentationAttribute */ | |
1715 CssValue getPresentationAttribute(String name) native "SVGFECompositeElement_g
etPresentationAttribute_Callback"; | 1469 CssValue getPresentationAttribute(String name) native "SVGFECompositeElement_g
etPresentationAttribute_Callback"; |
1716 | 1470 |
1717 } | 1471 } |
1718 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1472 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1719 // for details. All rights reserved. Use of this source code is governed by a | 1473 // for details. All rights reserved. Use of this source code is governed by a |
1720 // BSD-style license that can be found in the LICENSE file. | 1474 // BSD-style license that can be found in the LICENSE file. |
1721 | 1475 |
1722 // WARNING: Do not edit - generated code. | 1476 // WARNING: Do not edit - generated code. |
1723 | 1477 |
1724 | 1478 |
1725 /// @domName SVGFEConvolveMatrixElement | 1479 @DomName("SVGFEConvolveMatrixElement") |
1726 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand
ardAttributes { | 1480 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand
ardAttributes { |
1727 FEConvolveMatrixElement.internal() : super.internal(); | 1481 FEConvolveMatrixElement.internal() : super.internal(); |
1728 | 1482 |
1729 static const int SVG_EDGEMODE_DUPLICATE = 1; | 1483 static const int SVG_EDGEMODE_DUPLICATE = 1; |
1730 | 1484 |
1731 static const int SVG_EDGEMODE_NONE = 3; | 1485 static const int SVG_EDGEMODE_NONE = 3; |
1732 | 1486 |
1733 static const int SVG_EDGEMODE_UNKNOWN = 0; | 1487 static const int SVG_EDGEMODE_UNKNOWN = 0; |
1734 | 1488 |
1735 static const int SVG_EDGEMODE_WRAP = 2; | 1489 static const int SVG_EDGEMODE_WRAP = 2; |
1736 | 1490 |
1737 | 1491 @DomName("SVGFEConvolveMatrixElement.bias") |
1738 /** @domName SVGFEConvolveMatrixElement.bias */ | |
1739 AnimatedNumber get bias native "SVGFEConvolveMatrixElement_bias_Getter"; | 1492 AnimatedNumber get bias native "SVGFEConvolveMatrixElement_bias_Getter"; |
1740 | 1493 |
1741 | 1494 @DomName("SVGFEConvolveMatrixElement.divisor") |
1742 /** @domName SVGFEConvolveMatrixElement.divisor */ | |
1743 AnimatedNumber get divisor native "SVGFEConvolveMatrixElement_divisor_Getter"; | 1495 AnimatedNumber get divisor native "SVGFEConvolveMatrixElement_divisor_Getter"; |
1744 | 1496 |
1745 | 1497 @DomName("SVGFEConvolveMatrixElement.edgeMode") |
1746 /** @domName SVGFEConvolveMatrixElement.edgeMode */ | |
1747 AnimatedEnumeration get edgeMode native "SVGFEConvolveMatrixElement_edgeMode_G
etter"; | 1498 AnimatedEnumeration get edgeMode native "SVGFEConvolveMatrixElement_edgeMode_G
etter"; |
1748 | 1499 |
1749 | 1500 @DomName("SVGFEConvolveMatrixElement.in1") |
1750 /** @domName SVGFEConvolveMatrixElement.in1 */ | |
1751 AnimatedString get in1 native "SVGFEConvolveMatrixElement_in1_Getter"; | 1501 AnimatedString get in1 native "SVGFEConvolveMatrixElement_in1_Getter"; |
1752 | 1502 |
1753 | 1503 @DomName("SVGFEConvolveMatrixElement.kernelMatrix") |
1754 /** @domName SVGFEConvolveMatrixElement.kernelMatrix */ | |
1755 AnimatedNumberList get kernelMatrix native "SVGFEConvolveMatrixElement_kernelM
atrix_Getter"; | 1504 AnimatedNumberList get kernelMatrix native "SVGFEConvolveMatrixElement_kernelM
atrix_Getter"; |
1756 | 1505 |
1757 | 1506 @DomName("SVGFEConvolveMatrixElement.kernelUnitLengthX") |
1758 /** @domName SVGFEConvolveMatrixElement.kernelUnitLengthX */ | |
1759 AnimatedNumber get kernelUnitLengthX native "SVGFEConvolveMatrixElement_kernel
UnitLengthX_Getter"; | 1507 AnimatedNumber get kernelUnitLengthX native "SVGFEConvolveMatrixElement_kernel
UnitLengthX_Getter"; |
1760 | 1508 |
1761 | 1509 @DomName("SVGFEConvolveMatrixElement.kernelUnitLengthY") |
1762 /** @domName SVGFEConvolveMatrixElement.kernelUnitLengthY */ | |
1763 AnimatedNumber get kernelUnitLengthY native "SVGFEConvolveMatrixElement_kernel
UnitLengthY_Getter"; | 1510 AnimatedNumber get kernelUnitLengthY native "SVGFEConvolveMatrixElement_kernel
UnitLengthY_Getter"; |
1764 | 1511 |
1765 | 1512 @DomName("SVGFEConvolveMatrixElement.orderX") |
1766 /** @domName SVGFEConvolveMatrixElement.orderX */ | |
1767 AnimatedInteger get orderX native "SVGFEConvolveMatrixElement_orderX_Getter"; | 1513 AnimatedInteger get orderX native "SVGFEConvolveMatrixElement_orderX_Getter"; |
1768 | 1514 |
1769 | 1515 @DomName("SVGFEConvolveMatrixElement.orderY") |
1770 /** @domName SVGFEConvolveMatrixElement.orderY */ | |
1771 AnimatedInteger get orderY native "SVGFEConvolveMatrixElement_orderY_Getter"; | 1516 AnimatedInteger get orderY native "SVGFEConvolveMatrixElement_orderY_Getter"; |
1772 | 1517 |
1773 | 1518 @DomName("SVGFEConvolveMatrixElement.preserveAlpha") |
1774 /** @domName SVGFEConvolveMatrixElement.preserveAlpha */ | |
1775 AnimatedBoolean get preserveAlpha native "SVGFEConvolveMatrixElement_preserveA
lpha_Getter"; | 1519 AnimatedBoolean get preserveAlpha native "SVGFEConvolveMatrixElement_preserveA
lpha_Getter"; |
1776 | 1520 |
1777 | 1521 @DomName("SVGFEConvolveMatrixElement.targetX") |
1778 /** @domName SVGFEConvolveMatrixElement.targetX */ | |
1779 AnimatedInteger get targetX native "SVGFEConvolveMatrixElement_targetX_Getter"
; | 1522 AnimatedInteger get targetX native "SVGFEConvolveMatrixElement_targetX_Getter"
; |
1780 | 1523 |
1781 | 1524 @DomName("SVGFEConvolveMatrixElement.targetY") |
1782 /** @domName SVGFEConvolveMatrixElement.targetY */ | |
1783 AnimatedInteger get targetY native "SVGFEConvolveMatrixElement_targetY_Getter"
; | 1525 AnimatedInteger get targetY native "SVGFEConvolveMatrixElement_targetY_Getter"
; |
1784 | 1526 |
1785 | 1527 @DomName("SVGFEConvolveMatrixElement.height") |
1786 /** @domName SVGFEConvolveMatrixElement.height */ | |
1787 AnimatedLength get height native "SVGFEConvolveMatrixElement_height_Getter"; | 1528 AnimatedLength get height native "SVGFEConvolveMatrixElement_height_Getter"; |
1788 | 1529 |
1789 | 1530 @DomName("SVGFEConvolveMatrixElement.result") |
1790 /** @domName SVGFEConvolveMatrixElement.result */ | |
1791 AnimatedString get result native "SVGFEConvolveMatrixElement_result_Getter"; | 1531 AnimatedString get result native "SVGFEConvolveMatrixElement_result_Getter"; |
1792 | 1532 |
1793 | 1533 @DomName("SVGFEConvolveMatrixElement.width") |
1794 /** @domName SVGFEConvolveMatrixElement.width */ | |
1795 AnimatedLength get width native "SVGFEConvolveMatrixElement_width_Getter"; | 1534 AnimatedLength get width native "SVGFEConvolveMatrixElement_width_Getter"; |
1796 | 1535 |
1797 | 1536 @DomName("SVGFEConvolveMatrixElement.x") |
1798 /** @domName SVGFEConvolveMatrixElement.x */ | |
1799 AnimatedLength get x native "SVGFEConvolveMatrixElement_x_Getter"; | 1537 AnimatedLength get x native "SVGFEConvolveMatrixElement_x_Getter"; |
1800 | 1538 |
1801 | 1539 @DomName("SVGFEConvolveMatrixElement.y") |
1802 /** @domName SVGFEConvolveMatrixElement.y */ | |
1803 AnimatedLength get y native "SVGFEConvolveMatrixElement_y_Getter"; | 1540 AnimatedLength get y native "SVGFEConvolveMatrixElement_y_Getter"; |
1804 | 1541 |
1805 | 1542 @DomName("SVGFEConvolveMatrixElement.className") |
1806 /** @domName SVGFEConvolveMatrixElement.className */ | |
1807 AnimatedString get $dom_svgClassName native "SVGFEConvolveMatrixElement_classN
ame_Getter"; | 1543 AnimatedString get $dom_svgClassName native "SVGFEConvolveMatrixElement_classN
ame_Getter"; |
1808 | 1544 |
1809 | 1545 @DomName("SVGFEConvolveMatrixElement.style") |
1810 /** @domName SVGFEConvolveMatrixElement.style */ | |
1811 CssStyleDeclaration get style native "SVGFEConvolveMatrixElement_style_Getter"
; | 1546 CssStyleDeclaration get style native "SVGFEConvolveMatrixElement_style_Getter"
; |
1812 | 1547 |
1813 | 1548 @DomName("SVGFEConvolveMatrixElement.getPresentationAttribute") |
1814 /** @domName SVGFEConvolveMatrixElement.getPresentationAttribute */ | |
1815 CssValue getPresentationAttribute(String name) native "SVGFEConvolveMatrixElem
ent_getPresentationAttribute_Callback"; | 1549 CssValue getPresentationAttribute(String name) native "SVGFEConvolveMatrixElem
ent_getPresentationAttribute_Callback"; |
1816 | 1550 |
1817 } | 1551 } |
1818 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1552 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1819 // for details. All rights reserved. Use of this source code is governed by a | 1553 // for details. All rights reserved. Use of this source code is governed by a |
1820 // BSD-style license that can be found in the LICENSE file. | 1554 // BSD-style license that can be found in the LICENSE file. |
1821 | 1555 |
1822 // WARNING: Do not edit - generated code. | 1556 // WARNING: Do not edit - generated code. |
1823 | 1557 |
1824 | 1558 |
1825 /// @domName SVGFEDiffuseLightingElement | 1559 @DomName("SVGFEDiffuseLightingElement") |
1826 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { | 1560 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { |
1827 FEDiffuseLightingElement.internal() : super.internal(); | 1561 FEDiffuseLightingElement.internal() : super.internal(); |
1828 | 1562 |
1829 | 1563 @DomName("SVGFEDiffuseLightingElement.diffuseConstant") |
1830 /** @domName SVGFEDiffuseLightingElement.diffuseConstant */ | |
1831 AnimatedNumber get diffuseConstant native "SVGFEDiffuseLightingElement_diffuse
Constant_Getter"; | 1564 AnimatedNumber get diffuseConstant native "SVGFEDiffuseLightingElement_diffuse
Constant_Getter"; |
1832 | 1565 |
1833 | 1566 @DomName("SVGFEDiffuseLightingElement.in1") |
1834 /** @domName SVGFEDiffuseLightingElement.in1 */ | |
1835 AnimatedString get in1 native "SVGFEDiffuseLightingElement_in1_Getter"; | 1567 AnimatedString get in1 native "SVGFEDiffuseLightingElement_in1_Getter"; |
1836 | 1568 |
1837 | 1569 @DomName("SVGFEDiffuseLightingElement.kernelUnitLengthX") |
1838 /** @domName SVGFEDiffuseLightingElement.kernelUnitLengthX */ | |
1839 AnimatedNumber get kernelUnitLengthX native "SVGFEDiffuseLightingElement_kerne
lUnitLengthX_Getter"; | 1570 AnimatedNumber get kernelUnitLengthX native "SVGFEDiffuseLightingElement_kerne
lUnitLengthX_Getter"; |
1840 | 1571 |
1841 | 1572 @DomName("SVGFEDiffuseLightingElement.kernelUnitLengthY") |
1842 /** @domName SVGFEDiffuseLightingElement.kernelUnitLengthY */ | |
1843 AnimatedNumber get kernelUnitLengthY native "SVGFEDiffuseLightingElement_kerne
lUnitLengthY_Getter"; | 1573 AnimatedNumber get kernelUnitLengthY native "SVGFEDiffuseLightingElement_kerne
lUnitLengthY_Getter"; |
1844 | 1574 |
1845 | 1575 @DomName("SVGFEDiffuseLightingElement.surfaceScale") |
1846 /** @domName SVGFEDiffuseLightingElement.surfaceScale */ | |
1847 AnimatedNumber get surfaceScale native "SVGFEDiffuseLightingElement_surfaceSca
le_Getter"; | 1576 AnimatedNumber get surfaceScale native "SVGFEDiffuseLightingElement_surfaceSca
le_Getter"; |
1848 | 1577 |
1849 | 1578 @DomName("SVGFEDiffuseLightingElement.height") |
1850 /** @domName SVGFEDiffuseLightingElement.height */ | |
1851 AnimatedLength get height native "SVGFEDiffuseLightingElement_height_Getter"; | 1579 AnimatedLength get height native "SVGFEDiffuseLightingElement_height_Getter"; |
1852 | 1580 |
1853 | 1581 @DomName("SVGFEDiffuseLightingElement.result") |
1854 /** @domName SVGFEDiffuseLightingElement.result */ | |
1855 AnimatedString get result native "SVGFEDiffuseLightingElement_result_Getter"; | 1582 AnimatedString get result native "SVGFEDiffuseLightingElement_result_Getter"; |
1856 | 1583 |
1857 | 1584 @DomName("SVGFEDiffuseLightingElement.width") |
1858 /** @domName SVGFEDiffuseLightingElement.width */ | |
1859 AnimatedLength get width native "SVGFEDiffuseLightingElement_width_Getter"; | 1585 AnimatedLength get width native "SVGFEDiffuseLightingElement_width_Getter"; |
1860 | 1586 |
1861 | 1587 @DomName("SVGFEDiffuseLightingElement.x") |
1862 /** @domName SVGFEDiffuseLightingElement.x */ | |
1863 AnimatedLength get x native "SVGFEDiffuseLightingElement_x_Getter"; | 1588 AnimatedLength get x native "SVGFEDiffuseLightingElement_x_Getter"; |
1864 | 1589 |
1865 | 1590 @DomName("SVGFEDiffuseLightingElement.y") |
1866 /** @domName SVGFEDiffuseLightingElement.y */ | |
1867 AnimatedLength get y native "SVGFEDiffuseLightingElement_y_Getter"; | 1591 AnimatedLength get y native "SVGFEDiffuseLightingElement_y_Getter"; |
1868 | 1592 |
1869 | 1593 @DomName("SVGFEDiffuseLightingElement.className") |
1870 /** @domName SVGFEDiffuseLightingElement.className */ | |
1871 AnimatedString get $dom_svgClassName native "SVGFEDiffuseLightingElement_class
Name_Getter"; | 1594 AnimatedString get $dom_svgClassName native "SVGFEDiffuseLightingElement_class
Name_Getter"; |
1872 | 1595 |
1873 | 1596 @DomName("SVGFEDiffuseLightingElement.style") |
1874 /** @domName SVGFEDiffuseLightingElement.style */ | |
1875 CssStyleDeclaration get style native "SVGFEDiffuseLightingElement_style_Getter
"; | 1597 CssStyleDeclaration get style native "SVGFEDiffuseLightingElement_style_Getter
"; |
1876 | 1598 |
1877 | 1599 @DomName("SVGFEDiffuseLightingElement.getPresentationAttribute") |
1878 /** @domName SVGFEDiffuseLightingElement.getPresentationAttribute */ | |
1879 CssValue getPresentationAttribute(String name) native "SVGFEDiffuseLightingEle
ment_getPresentationAttribute_Callback"; | 1600 CssValue getPresentationAttribute(String name) native "SVGFEDiffuseLightingEle
ment_getPresentationAttribute_Callback"; |
1880 | 1601 |
1881 } | 1602 } |
1882 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1603 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1883 // for details. All rights reserved. Use of this source code is governed by a | 1604 // for details. All rights reserved. Use of this source code is governed by a |
1884 // BSD-style license that can be found in the LICENSE file. | 1605 // BSD-style license that can be found in the LICENSE file. |
1885 | 1606 |
1886 // WARNING: Do not edit - generated code. | 1607 // WARNING: Do not edit - generated code. |
1887 | 1608 |
1888 | 1609 |
1889 /// @domName SVGFEDisplacementMapElement | 1610 @DomName("SVGFEDisplacementMapElement") |
1890 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { | 1611 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { |
1891 FEDisplacementMapElement.internal() : super.internal(); | 1612 FEDisplacementMapElement.internal() : super.internal(); |
1892 | 1613 |
1893 static const int SVG_CHANNEL_A = 4; | 1614 static const int SVG_CHANNEL_A = 4; |
1894 | 1615 |
1895 static const int SVG_CHANNEL_B = 3; | 1616 static const int SVG_CHANNEL_B = 3; |
1896 | 1617 |
1897 static const int SVG_CHANNEL_G = 2; | 1618 static const int SVG_CHANNEL_G = 2; |
1898 | 1619 |
1899 static const int SVG_CHANNEL_R = 1; | 1620 static const int SVG_CHANNEL_R = 1; |
1900 | 1621 |
1901 static const int SVG_CHANNEL_UNKNOWN = 0; | 1622 static const int SVG_CHANNEL_UNKNOWN = 0; |
1902 | 1623 |
1903 | 1624 @DomName("SVGFEDisplacementMapElement.in1") |
1904 /** @domName SVGFEDisplacementMapElement.in1 */ | |
1905 AnimatedString get in1 native "SVGFEDisplacementMapElement_in1_Getter"; | 1625 AnimatedString get in1 native "SVGFEDisplacementMapElement_in1_Getter"; |
1906 | 1626 |
1907 | 1627 @DomName("SVGFEDisplacementMapElement.in2") |
1908 /** @domName SVGFEDisplacementMapElement.in2 */ | |
1909 AnimatedString get in2 native "SVGFEDisplacementMapElement_in2_Getter"; | 1628 AnimatedString get in2 native "SVGFEDisplacementMapElement_in2_Getter"; |
1910 | 1629 |
1911 | 1630 @DomName("SVGFEDisplacementMapElement.scale") |
1912 /** @domName SVGFEDisplacementMapElement.scale */ | |
1913 AnimatedNumber get scale native "SVGFEDisplacementMapElement_scale_Getter"; | 1631 AnimatedNumber get scale native "SVGFEDisplacementMapElement_scale_Getter"; |
1914 | 1632 |
1915 | 1633 @DomName("SVGFEDisplacementMapElement.xChannelSelector") |
1916 /** @domName SVGFEDisplacementMapElement.xChannelSelector */ | |
1917 AnimatedEnumeration get xChannelSelector native "SVGFEDisplacementMapElement_x
ChannelSelector_Getter"; | 1634 AnimatedEnumeration get xChannelSelector native "SVGFEDisplacementMapElement_x
ChannelSelector_Getter"; |
1918 | 1635 |
1919 | 1636 @DomName("SVGFEDisplacementMapElement.yChannelSelector") |
1920 /** @domName SVGFEDisplacementMapElement.yChannelSelector */ | |
1921 AnimatedEnumeration get yChannelSelector native "SVGFEDisplacementMapElement_y
ChannelSelector_Getter"; | 1637 AnimatedEnumeration get yChannelSelector native "SVGFEDisplacementMapElement_y
ChannelSelector_Getter"; |
1922 | 1638 |
1923 | 1639 @DomName("SVGFEDisplacementMapElement.height") |
1924 /** @domName SVGFEDisplacementMapElement.height */ | |
1925 AnimatedLength get height native "SVGFEDisplacementMapElement_height_Getter"; | 1640 AnimatedLength get height native "SVGFEDisplacementMapElement_height_Getter"; |
1926 | 1641 |
1927 | 1642 @DomName("SVGFEDisplacementMapElement.result") |
1928 /** @domName SVGFEDisplacementMapElement.result */ | |
1929 AnimatedString get result native "SVGFEDisplacementMapElement_result_Getter"; | 1643 AnimatedString get result native "SVGFEDisplacementMapElement_result_Getter"; |
1930 | 1644 |
1931 | 1645 @DomName("SVGFEDisplacementMapElement.width") |
1932 /** @domName SVGFEDisplacementMapElement.width */ | |
1933 AnimatedLength get width native "SVGFEDisplacementMapElement_width_Getter"; | 1646 AnimatedLength get width native "SVGFEDisplacementMapElement_width_Getter"; |
1934 | 1647 |
1935 | 1648 @DomName("SVGFEDisplacementMapElement.x") |
1936 /** @domName SVGFEDisplacementMapElement.x */ | |
1937 AnimatedLength get x native "SVGFEDisplacementMapElement_x_Getter"; | 1649 AnimatedLength get x native "SVGFEDisplacementMapElement_x_Getter"; |
1938 | 1650 |
1939 | 1651 @DomName("SVGFEDisplacementMapElement.y") |
1940 /** @domName SVGFEDisplacementMapElement.y */ | |
1941 AnimatedLength get y native "SVGFEDisplacementMapElement_y_Getter"; | 1652 AnimatedLength get y native "SVGFEDisplacementMapElement_y_Getter"; |
1942 | 1653 |
1943 | 1654 @DomName("SVGFEDisplacementMapElement.className") |
1944 /** @domName SVGFEDisplacementMapElement.className */ | |
1945 AnimatedString get $dom_svgClassName native "SVGFEDisplacementMapElement_class
Name_Getter"; | 1655 AnimatedString get $dom_svgClassName native "SVGFEDisplacementMapElement_class
Name_Getter"; |
1946 | 1656 |
1947 | 1657 @DomName("SVGFEDisplacementMapElement.style") |
1948 /** @domName SVGFEDisplacementMapElement.style */ | |
1949 CssStyleDeclaration get style native "SVGFEDisplacementMapElement_style_Getter
"; | 1658 CssStyleDeclaration get style native "SVGFEDisplacementMapElement_style_Getter
"; |
1950 | 1659 |
1951 | 1660 @DomName("SVGFEDisplacementMapElement.getPresentationAttribute") |
1952 /** @domName SVGFEDisplacementMapElement.getPresentationAttribute */ | |
1953 CssValue getPresentationAttribute(String name) native "SVGFEDisplacementMapEle
ment_getPresentationAttribute_Callback"; | 1661 CssValue getPresentationAttribute(String name) native "SVGFEDisplacementMapEle
ment_getPresentationAttribute_Callback"; |
1954 | 1662 |
1955 } | 1663 } |
1956 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1664 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1957 // for details. All rights reserved. Use of this source code is governed by a | 1665 // for details. All rights reserved. Use of this source code is governed by a |
1958 // BSD-style license that can be found in the LICENSE file. | 1666 // BSD-style license that can be found in the LICENSE file. |
1959 | 1667 |
1960 // WARNING: Do not edit - generated code. | 1668 // WARNING: Do not edit - generated code. |
1961 | 1669 |
1962 | 1670 |
1963 /// @domName SVGFEDistantLightElement | 1671 @DomName("SVGFEDistantLightElement") |
1964 class FEDistantLightElement extends SvgElement { | 1672 class FEDistantLightElement extends SvgElement { |
1965 FEDistantLightElement.internal() : super.internal(); | 1673 FEDistantLightElement.internal() : super.internal(); |
1966 | 1674 |
1967 | 1675 @DomName("SVGFEDistantLightElement.azimuth") |
1968 /** @domName SVGFEDistantLightElement.azimuth */ | |
1969 AnimatedNumber get azimuth native "SVGFEDistantLightElement_azimuth_Getter"; | 1676 AnimatedNumber get azimuth native "SVGFEDistantLightElement_azimuth_Getter"; |
1970 | 1677 |
1971 | 1678 @DomName("SVGFEDistantLightElement.elevation") |
1972 /** @domName SVGFEDistantLightElement.elevation */ | |
1973 AnimatedNumber get elevation native "SVGFEDistantLightElement_elevation_Getter
"; | 1679 AnimatedNumber get elevation native "SVGFEDistantLightElement_elevation_Getter
"; |
1974 | 1680 |
1975 } | 1681 } |
1976 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1682 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
1977 // for details. All rights reserved. Use of this source code is governed by a | 1683 // for details. All rights reserved. Use of this source code is governed by a |
1978 // BSD-style license that can be found in the LICENSE file. | 1684 // BSD-style license that can be found in the LICENSE file. |
1979 | 1685 |
1980 // WARNING: Do not edit - generated code. | 1686 // WARNING: Do not edit - generated code. |
1981 | 1687 |
1982 | 1688 |
1983 /// @domName SVGFEDropShadowElement | 1689 @DomName("SVGFEDropShadowElement") |
1984 class FEDropShadowElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { | 1690 class FEDropShadowElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { |
1985 FEDropShadowElement.internal() : super.internal(); | 1691 FEDropShadowElement.internal() : super.internal(); |
1986 | 1692 |
1987 | 1693 @DomName("SVGFEDropShadowElement.dx") |
1988 /** @domName SVGFEDropShadowElement.dx */ | |
1989 AnimatedNumber get dx native "SVGFEDropShadowElement_dx_Getter"; | 1694 AnimatedNumber get dx native "SVGFEDropShadowElement_dx_Getter"; |
1990 | 1695 |
1991 | 1696 @DomName("SVGFEDropShadowElement.dy") |
1992 /** @domName SVGFEDropShadowElement.dy */ | |
1993 AnimatedNumber get dy native "SVGFEDropShadowElement_dy_Getter"; | 1697 AnimatedNumber get dy native "SVGFEDropShadowElement_dy_Getter"; |
1994 | 1698 |
1995 | 1699 @DomName("SVGFEDropShadowElement.in1") |
1996 /** @domName SVGFEDropShadowElement.in1 */ | |
1997 AnimatedString get in1 native "SVGFEDropShadowElement_in1_Getter"; | 1700 AnimatedString get in1 native "SVGFEDropShadowElement_in1_Getter"; |
1998 | 1701 |
1999 | 1702 @DomName("SVGFEDropShadowElement.stdDeviationX") |
2000 /** @domName SVGFEDropShadowElement.stdDeviationX */ | |
2001 AnimatedNumber get stdDeviationX native "SVGFEDropShadowElement_stdDeviationX_
Getter"; | 1703 AnimatedNumber get stdDeviationX native "SVGFEDropShadowElement_stdDeviationX_
Getter"; |
2002 | 1704 |
2003 | 1705 @DomName("SVGFEDropShadowElement.stdDeviationY") |
2004 /** @domName SVGFEDropShadowElement.stdDeviationY */ | |
2005 AnimatedNumber get stdDeviationY native "SVGFEDropShadowElement_stdDeviationY_
Getter"; | 1706 AnimatedNumber get stdDeviationY native "SVGFEDropShadowElement_stdDeviationY_
Getter"; |
2006 | 1707 |
2007 | 1708 @DomName("SVGFEDropShadowElement.setStdDeviation") |
2008 /** @domName SVGFEDropShadowElement.setStdDeviation */ | |
2009 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEDropSh
adowElement_setStdDeviation_Callback"; | 1709 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEDropSh
adowElement_setStdDeviation_Callback"; |
2010 | 1710 |
2011 | 1711 @DomName("SVGFEDropShadowElement.height") |
2012 /** @domName SVGFEDropShadowElement.height */ | |
2013 AnimatedLength get height native "SVGFEDropShadowElement_height_Getter"; | 1712 AnimatedLength get height native "SVGFEDropShadowElement_height_Getter"; |
2014 | 1713 |
2015 | 1714 @DomName("SVGFEDropShadowElement.result") |
2016 /** @domName SVGFEDropShadowElement.result */ | |
2017 AnimatedString get result native "SVGFEDropShadowElement_result_Getter"; | 1715 AnimatedString get result native "SVGFEDropShadowElement_result_Getter"; |
2018 | 1716 |
2019 | 1717 @DomName("SVGFEDropShadowElement.width") |
2020 /** @domName SVGFEDropShadowElement.width */ | |
2021 AnimatedLength get width native "SVGFEDropShadowElement_width_Getter"; | 1718 AnimatedLength get width native "SVGFEDropShadowElement_width_Getter"; |
2022 | 1719 |
2023 | 1720 @DomName("SVGFEDropShadowElement.x") |
2024 /** @domName SVGFEDropShadowElement.x */ | |
2025 AnimatedLength get x native "SVGFEDropShadowElement_x_Getter"; | 1721 AnimatedLength get x native "SVGFEDropShadowElement_x_Getter"; |
2026 | 1722 |
2027 | 1723 @DomName("SVGFEDropShadowElement.y") |
2028 /** @domName SVGFEDropShadowElement.y */ | |
2029 AnimatedLength get y native "SVGFEDropShadowElement_y_Getter"; | 1724 AnimatedLength get y native "SVGFEDropShadowElement_y_Getter"; |
2030 | 1725 |
2031 | 1726 @DomName("SVGFEDropShadowElement.className") |
2032 /** @domName SVGFEDropShadowElement.className */ | |
2033 AnimatedString get $dom_svgClassName native "SVGFEDropShadowElement_className_
Getter"; | 1727 AnimatedString get $dom_svgClassName native "SVGFEDropShadowElement_className_
Getter"; |
2034 | 1728 |
2035 | 1729 @DomName("SVGFEDropShadowElement.style") |
2036 /** @domName SVGFEDropShadowElement.style */ | |
2037 CssStyleDeclaration get style native "SVGFEDropShadowElement_style_Getter"; | 1730 CssStyleDeclaration get style native "SVGFEDropShadowElement_style_Getter"; |
2038 | 1731 |
2039 | 1732 @DomName("SVGFEDropShadowElement.getPresentationAttribute") |
2040 /** @domName SVGFEDropShadowElement.getPresentationAttribute */ | |
2041 CssValue getPresentationAttribute(String name) native "SVGFEDropShadowElement_
getPresentationAttribute_Callback"; | 1733 CssValue getPresentationAttribute(String name) native "SVGFEDropShadowElement_
getPresentationAttribute_Callback"; |
2042 | 1734 |
2043 } | 1735 } |
2044 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1736 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2045 // for details. All rights reserved. Use of this source code is governed by a | 1737 // for details. All rights reserved. Use of this source code is governed by a |
2046 // BSD-style license that can be found in the LICENSE file. | 1738 // BSD-style license that can be found in the LICENSE file. |
2047 | 1739 |
2048 // WARNING: Do not edit - generated code. | 1740 // WARNING: Do not edit - generated code. |
2049 | 1741 |
2050 | 1742 |
2051 /// @domName SVGFEFloodElement | 1743 @DomName("SVGFEFloodElement") |
2052 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 1744 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { |
2053 FEFloodElement.internal() : super.internal(); | 1745 FEFloodElement.internal() : super.internal(); |
2054 | 1746 |
2055 | 1747 @DomName("SVGFEFloodElement.height") |
2056 /** @domName SVGFEFloodElement.height */ | |
2057 AnimatedLength get height native "SVGFEFloodElement_height_Getter"; | 1748 AnimatedLength get height native "SVGFEFloodElement_height_Getter"; |
2058 | 1749 |
2059 | 1750 @DomName("SVGFEFloodElement.result") |
2060 /** @domName SVGFEFloodElement.result */ | |
2061 AnimatedString get result native "SVGFEFloodElement_result_Getter"; | 1751 AnimatedString get result native "SVGFEFloodElement_result_Getter"; |
2062 | 1752 |
2063 | 1753 @DomName("SVGFEFloodElement.width") |
2064 /** @domName SVGFEFloodElement.width */ | |
2065 AnimatedLength get width native "SVGFEFloodElement_width_Getter"; | 1754 AnimatedLength get width native "SVGFEFloodElement_width_Getter"; |
2066 | 1755 |
2067 | 1756 @DomName("SVGFEFloodElement.x") |
2068 /** @domName SVGFEFloodElement.x */ | |
2069 AnimatedLength get x native "SVGFEFloodElement_x_Getter"; | 1757 AnimatedLength get x native "SVGFEFloodElement_x_Getter"; |
2070 | 1758 |
2071 | 1759 @DomName("SVGFEFloodElement.y") |
2072 /** @domName SVGFEFloodElement.y */ | |
2073 AnimatedLength get y native "SVGFEFloodElement_y_Getter"; | 1760 AnimatedLength get y native "SVGFEFloodElement_y_Getter"; |
2074 | 1761 |
2075 | 1762 @DomName("SVGFEFloodElement.className") |
2076 /** @domName SVGFEFloodElement.className */ | |
2077 AnimatedString get $dom_svgClassName native "SVGFEFloodElement_className_Gette
r"; | 1763 AnimatedString get $dom_svgClassName native "SVGFEFloodElement_className_Gette
r"; |
2078 | 1764 |
2079 | 1765 @DomName("SVGFEFloodElement.style") |
2080 /** @domName SVGFEFloodElement.style */ | |
2081 CssStyleDeclaration get style native "SVGFEFloodElement_style_Getter"; | 1766 CssStyleDeclaration get style native "SVGFEFloodElement_style_Getter"; |
2082 | 1767 |
2083 | 1768 @DomName("SVGFEFloodElement.getPresentationAttribute") |
2084 /** @domName SVGFEFloodElement.getPresentationAttribute */ | |
2085 CssValue getPresentationAttribute(String name) native "SVGFEFloodElement_getPr
esentationAttribute_Callback"; | 1769 CssValue getPresentationAttribute(String name) native "SVGFEFloodElement_getPr
esentationAttribute_Callback"; |
2086 | 1770 |
2087 } | 1771 } |
2088 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1772 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2089 // for details. All rights reserved. Use of this source code is governed by a | 1773 // for details. All rights reserved. Use of this source code is governed by a |
2090 // BSD-style license that can be found in the LICENSE file. | 1774 // BSD-style license that can be found in the LICENSE file. |
2091 | 1775 |
2092 // WARNING: Do not edit - generated code. | 1776 // WARNING: Do not edit - generated code. |
2093 | 1777 |
2094 | 1778 |
2095 /// @domName SVGFEFuncAElement | 1779 @DomName("SVGFEFuncAElement") |
2096 class FEFuncAElement extends ComponentTransferFunctionElement { | 1780 class FEFuncAElement extends ComponentTransferFunctionElement { |
2097 FEFuncAElement.internal() : super.internal(); | 1781 FEFuncAElement.internal() : super.internal(); |
2098 | 1782 |
2099 } | 1783 } |
2100 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1784 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2101 // for details. All rights reserved. Use of this source code is governed by a | 1785 // for details. All rights reserved. Use of this source code is governed by a |
2102 // BSD-style license that can be found in the LICENSE file. | 1786 // BSD-style license that can be found in the LICENSE file. |
2103 | 1787 |
2104 // WARNING: Do not edit - generated code. | 1788 // WARNING: Do not edit - generated code. |
2105 | 1789 |
2106 | 1790 |
2107 /// @domName SVGFEFuncBElement | 1791 @DomName("SVGFEFuncBElement") |
2108 class FEFuncBElement extends ComponentTransferFunctionElement { | 1792 class FEFuncBElement extends ComponentTransferFunctionElement { |
2109 FEFuncBElement.internal() : super.internal(); | 1793 FEFuncBElement.internal() : super.internal(); |
2110 | 1794 |
2111 } | 1795 } |
2112 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1796 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2113 // for details. All rights reserved. Use of this source code is governed by a | 1797 // for details. All rights reserved. Use of this source code is governed by a |
2114 // BSD-style license that can be found in the LICENSE file. | 1798 // BSD-style license that can be found in the LICENSE file. |
2115 | 1799 |
2116 // WARNING: Do not edit - generated code. | 1800 // WARNING: Do not edit - generated code. |
2117 | 1801 |
2118 | 1802 |
2119 /// @domName SVGFEFuncGElement | 1803 @DomName("SVGFEFuncGElement") |
2120 class FEFuncGElement extends ComponentTransferFunctionElement { | 1804 class FEFuncGElement extends ComponentTransferFunctionElement { |
2121 FEFuncGElement.internal() : super.internal(); | 1805 FEFuncGElement.internal() : super.internal(); |
2122 | 1806 |
2123 } | 1807 } |
2124 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1808 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2125 // for details. All rights reserved. Use of this source code is governed by a | 1809 // for details. All rights reserved. Use of this source code is governed by a |
2126 // BSD-style license that can be found in the LICENSE file. | 1810 // BSD-style license that can be found in the LICENSE file. |
2127 | 1811 |
2128 // WARNING: Do not edit - generated code. | 1812 // WARNING: Do not edit - generated code. |
2129 | 1813 |
2130 | 1814 |
2131 /// @domName SVGFEFuncRElement | 1815 @DomName("SVGFEFuncRElement") |
2132 class FEFuncRElement extends ComponentTransferFunctionElement { | 1816 class FEFuncRElement extends ComponentTransferFunctionElement { |
2133 FEFuncRElement.internal() : super.internal(); | 1817 FEFuncRElement.internal() : super.internal(); |
2134 | 1818 |
2135 } | 1819 } |
2136 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1820 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2137 // for details. All rights reserved. Use of this source code is governed by a | 1821 // for details. All rights reserved. Use of this source code is governed by a |
2138 // BSD-style license that can be found in the LICENSE file. | 1822 // BSD-style license that can be found in the LICENSE file. |
2139 | 1823 |
2140 // WARNING: Do not edit - generated code. | 1824 // WARNING: Do not edit - generated code. |
2141 | 1825 |
2142 | 1826 |
2143 /// @domName SVGFEGaussianBlurElement | 1827 @DomName("SVGFEGaussianBlurElement") |
2144 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar
dAttributes { | 1828 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar
dAttributes { |
2145 FEGaussianBlurElement.internal() : super.internal(); | 1829 FEGaussianBlurElement.internal() : super.internal(); |
2146 | 1830 |
2147 | 1831 @DomName("SVGFEGaussianBlurElement.in1") |
2148 /** @domName SVGFEGaussianBlurElement.in1 */ | |
2149 AnimatedString get in1 native "SVGFEGaussianBlurElement_in1_Getter"; | 1832 AnimatedString get in1 native "SVGFEGaussianBlurElement_in1_Getter"; |
2150 | 1833 |
2151 | 1834 @DomName("SVGFEGaussianBlurElement.stdDeviationX") |
2152 /** @domName SVGFEGaussianBlurElement.stdDeviationX */ | |
2153 AnimatedNumber get stdDeviationX native "SVGFEGaussianBlurElement_stdDeviation
X_Getter"; | 1835 AnimatedNumber get stdDeviationX native "SVGFEGaussianBlurElement_stdDeviation
X_Getter"; |
2154 | 1836 |
2155 | 1837 @DomName("SVGFEGaussianBlurElement.stdDeviationY") |
2156 /** @domName SVGFEGaussianBlurElement.stdDeviationY */ | |
2157 AnimatedNumber get stdDeviationY native "SVGFEGaussianBlurElement_stdDeviation
Y_Getter"; | 1838 AnimatedNumber get stdDeviationY native "SVGFEGaussianBlurElement_stdDeviation
Y_Getter"; |
2158 | 1839 |
2159 | 1840 @DomName("SVGFEGaussianBlurElement.setStdDeviation") |
2160 /** @domName SVGFEGaussianBlurElement.setStdDeviation */ | |
2161 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEGaussi
anBlurElement_setStdDeviation_Callback"; | 1841 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEGaussi
anBlurElement_setStdDeviation_Callback"; |
2162 | 1842 |
2163 | 1843 @DomName("SVGFEGaussianBlurElement.height") |
2164 /** @domName SVGFEGaussianBlurElement.height */ | |
2165 AnimatedLength get height native "SVGFEGaussianBlurElement_height_Getter"; | 1844 AnimatedLength get height native "SVGFEGaussianBlurElement_height_Getter"; |
2166 | 1845 |
2167 | 1846 @DomName("SVGFEGaussianBlurElement.result") |
2168 /** @domName SVGFEGaussianBlurElement.result */ | |
2169 AnimatedString get result native "SVGFEGaussianBlurElement_result_Getter"; | 1847 AnimatedString get result native "SVGFEGaussianBlurElement_result_Getter"; |
2170 | 1848 |
2171 | 1849 @DomName("SVGFEGaussianBlurElement.width") |
2172 /** @domName SVGFEGaussianBlurElement.width */ | |
2173 AnimatedLength get width native "SVGFEGaussianBlurElement_width_Getter"; | 1850 AnimatedLength get width native "SVGFEGaussianBlurElement_width_Getter"; |
2174 | 1851 |
2175 | 1852 @DomName("SVGFEGaussianBlurElement.x") |
2176 /** @domName SVGFEGaussianBlurElement.x */ | |
2177 AnimatedLength get x native "SVGFEGaussianBlurElement_x_Getter"; | 1853 AnimatedLength get x native "SVGFEGaussianBlurElement_x_Getter"; |
2178 | 1854 |
2179 | 1855 @DomName("SVGFEGaussianBlurElement.y") |
2180 /** @domName SVGFEGaussianBlurElement.y */ | |
2181 AnimatedLength get y native "SVGFEGaussianBlurElement_y_Getter"; | 1856 AnimatedLength get y native "SVGFEGaussianBlurElement_y_Getter"; |
2182 | 1857 |
2183 | 1858 @DomName("SVGFEGaussianBlurElement.className") |
2184 /** @domName SVGFEGaussianBlurElement.className */ | |
2185 AnimatedString get $dom_svgClassName native "SVGFEGaussianBlurElement_classNam
e_Getter"; | 1859 AnimatedString get $dom_svgClassName native "SVGFEGaussianBlurElement_classNam
e_Getter"; |
2186 | 1860 |
2187 | 1861 @DomName("SVGFEGaussianBlurElement.style") |
2188 /** @domName SVGFEGaussianBlurElement.style */ | |
2189 CssStyleDeclaration get style native "SVGFEGaussianBlurElement_style_Getter"; | 1862 CssStyleDeclaration get style native "SVGFEGaussianBlurElement_style_Getter"; |
2190 | 1863 |
2191 | 1864 @DomName("SVGFEGaussianBlurElement.getPresentationAttribute") |
2192 /** @domName SVGFEGaussianBlurElement.getPresentationAttribute */ | |
2193 CssValue getPresentationAttribute(String name) native "SVGFEGaussianBlurElemen
t_getPresentationAttribute_Callback"; | 1865 CssValue getPresentationAttribute(String name) native "SVGFEGaussianBlurElemen
t_getPresentationAttribute_Callback"; |
2194 | 1866 |
2195 } | 1867 } |
2196 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2197 // for details. All rights reserved. Use of this source code is governed by a | 1869 // for details. All rights reserved. Use of this source code is governed by a |
2198 // BSD-style license that can be found in the LICENSE file. | 1870 // BSD-style license that can be found in the LICENSE file. |
2199 | 1871 |
2200 // WARNING: Do not edit - generated code. | 1872 // WARNING: Do not edit - generated code. |
2201 | 1873 |
2202 | 1874 |
2203 /// @domName SVGFEImageElement | 1875 @DomName("SVGFEImageElement") |
2204 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes, UriReference, ExternalResourcesRequired, LangSpace { | 1876 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes, UriReference, ExternalResourcesRequired, LangSpace { |
2205 FEImageElement.internal() : super.internal(); | 1877 FEImageElement.internal() : super.internal(); |
2206 | 1878 |
2207 | 1879 @DomName("SVGFEImageElement.preserveAspectRatio") |
2208 /** @domName SVGFEImageElement.preserveAspectRatio */ | |
2209 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFEImageElement_
preserveAspectRatio_Getter"; | 1880 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFEImageElement_
preserveAspectRatio_Getter"; |
2210 | 1881 |
2211 | 1882 @DomName("SVGFEImageElement.externalResourcesRequired") |
2212 /** @domName SVGFEImageElement.externalResourcesRequired */ | |
2213 AnimatedBoolean get externalResourcesRequired native "SVGFEImageElement_extern
alResourcesRequired_Getter"; | 1883 AnimatedBoolean get externalResourcesRequired native "SVGFEImageElement_extern
alResourcesRequired_Getter"; |
2214 | 1884 |
2215 | 1885 @DomName("SVGFEImageElement.height") |
2216 /** @domName SVGFEImageElement.height */ | |
2217 AnimatedLength get height native "SVGFEImageElement_height_Getter"; | 1886 AnimatedLength get height native "SVGFEImageElement_height_Getter"; |
2218 | 1887 |
2219 | 1888 @DomName("SVGFEImageElement.result") |
2220 /** @domName SVGFEImageElement.result */ | |
2221 AnimatedString get result native "SVGFEImageElement_result_Getter"; | 1889 AnimatedString get result native "SVGFEImageElement_result_Getter"; |
2222 | 1890 |
2223 | 1891 @DomName("SVGFEImageElement.width") |
2224 /** @domName SVGFEImageElement.width */ | |
2225 AnimatedLength get width native "SVGFEImageElement_width_Getter"; | 1892 AnimatedLength get width native "SVGFEImageElement_width_Getter"; |
2226 | 1893 |
2227 | 1894 @DomName("SVGFEImageElement.x") |
2228 /** @domName SVGFEImageElement.x */ | |
2229 AnimatedLength get x native "SVGFEImageElement_x_Getter"; | 1895 AnimatedLength get x native "SVGFEImageElement_x_Getter"; |
2230 | 1896 |
2231 | 1897 @DomName("SVGFEImageElement.y") |
2232 /** @domName SVGFEImageElement.y */ | |
2233 AnimatedLength get y native "SVGFEImageElement_y_Getter"; | 1898 AnimatedLength get y native "SVGFEImageElement_y_Getter"; |
2234 | 1899 |
2235 | 1900 @DomName("SVGFEImageElement.xmllang") |
2236 /** @domName SVGFEImageElement.xmllang */ | |
2237 String get xmllang native "SVGFEImageElement_xmllang_Getter"; | 1901 String get xmllang native "SVGFEImageElement_xmllang_Getter"; |
2238 | 1902 |
2239 | 1903 @DomName("SVGFEImageElement.xmllang") |
2240 /** @domName SVGFEImageElement.xmllang */ | |
2241 void set xmllang(String value) native "SVGFEImageElement_xmllang_Setter"; | 1904 void set xmllang(String value) native "SVGFEImageElement_xmllang_Setter"; |
2242 | 1905 |
2243 | 1906 @DomName("SVGFEImageElement.xmlspace") |
2244 /** @domName SVGFEImageElement.xmlspace */ | |
2245 String get xmlspace native "SVGFEImageElement_xmlspace_Getter"; | 1907 String get xmlspace native "SVGFEImageElement_xmlspace_Getter"; |
2246 | 1908 |
2247 | 1909 @DomName("SVGFEImageElement.xmlspace") |
2248 /** @domName SVGFEImageElement.xmlspace */ | |
2249 void set xmlspace(String value) native "SVGFEImageElement_xmlspace_Setter"; | 1910 void set xmlspace(String value) native "SVGFEImageElement_xmlspace_Setter"; |
2250 | 1911 |
2251 | 1912 @DomName("SVGFEImageElement.className") |
2252 /** @domName SVGFEImageElement.className */ | |
2253 AnimatedString get $dom_svgClassName native "SVGFEImageElement_className_Gette
r"; | 1913 AnimatedString get $dom_svgClassName native "SVGFEImageElement_className_Gette
r"; |
2254 | 1914 |
2255 | 1915 @DomName("SVGFEImageElement.style") |
2256 /** @domName SVGFEImageElement.style */ | |
2257 CssStyleDeclaration get style native "SVGFEImageElement_style_Getter"; | 1916 CssStyleDeclaration get style native "SVGFEImageElement_style_Getter"; |
2258 | 1917 |
2259 | 1918 @DomName("SVGFEImageElement.getPresentationAttribute") |
2260 /** @domName SVGFEImageElement.getPresentationAttribute */ | |
2261 CssValue getPresentationAttribute(String name) native "SVGFEImageElement_getPr
esentationAttribute_Callback"; | 1919 CssValue getPresentationAttribute(String name) native "SVGFEImageElement_getPr
esentationAttribute_Callback"; |
2262 | 1920 |
2263 | 1921 @DomName("SVGFEImageElement.href") |
2264 /** @domName SVGFEImageElement.href */ | |
2265 AnimatedString get href native "SVGFEImageElement_href_Getter"; | 1922 AnimatedString get href native "SVGFEImageElement_href_Getter"; |
2266 | 1923 |
2267 } | 1924 } |
2268 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1925 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2269 // for details. All rights reserved. Use of this source code is governed by a | 1926 // for details. All rights reserved. Use of this source code is governed by a |
2270 // BSD-style license that can be found in the LICENSE file. | 1927 // BSD-style license that can be found in the LICENSE file. |
2271 | 1928 |
2272 // WARNING: Do not edit - generated code. | 1929 // WARNING: Do not edit - generated code. |
2273 | 1930 |
2274 | 1931 |
2275 /// @domName SVGFEMergeElement | 1932 @DomName("SVGFEMergeElement") |
2276 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 1933 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { |
2277 FEMergeElement.internal() : super.internal(); | 1934 FEMergeElement.internal() : super.internal(); |
2278 | 1935 |
2279 | 1936 @DomName("SVGFEMergeElement.height") |
2280 /** @domName SVGFEMergeElement.height */ | |
2281 AnimatedLength get height native "SVGFEMergeElement_height_Getter"; | 1937 AnimatedLength get height native "SVGFEMergeElement_height_Getter"; |
2282 | 1938 |
2283 | 1939 @DomName("SVGFEMergeElement.result") |
2284 /** @domName SVGFEMergeElement.result */ | |
2285 AnimatedString get result native "SVGFEMergeElement_result_Getter"; | 1940 AnimatedString get result native "SVGFEMergeElement_result_Getter"; |
2286 | 1941 |
2287 | 1942 @DomName("SVGFEMergeElement.width") |
2288 /** @domName SVGFEMergeElement.width */ | |
2289 AnimatedLength get width native "SVGFEMergeElement_width_Getter"; | 1943 AnimatedLength get width native "SVGFEMergeElement_width_Getter"; |
2290 | 1944 |
2291 | 1945 @DomName("SVGFEMergeElement.x") |
2292 /** @domName SVGFEMergeElement.x */ | |
2293 AnimatedLength get x native "SVGFEMergeElement_x_Getter"; | 1946 AnimatedLength get x native "SVGFEMergeElement_x_Getter"; |
2294 | 1947 |
2295 | 1948 @DomName("SVGFEMergeElement.y") |
2296 /** @domName SVGFEMergeElement.y */ | |
2297 AnimatedLength get y native "SVGFEMergeElement_y_Getter"; | 1949 AnimatedLength get y native "SVGFEMergeElement_y_Getter"; |
2298 | 1950 |
2299 | 1951 @DomName("SVGFEMergeElement.className") |
2300 /** @domName SVGFEMergeElement.className */ | |
2301 AnimatedString get $dom_svgClassName native "SVGFEMergeElement_className_Gette
r"; | 1952 AnimatedString get $dom_svgClassName native "SVGFEMergeElement_className_Gette
r"; |
2302 | 1953 |
2303 | 1954 @DomName("SVGFEMergeElement.style") |
2304 /** @domName SVGFEMergeElement.style */ | |
2305 CssStyleDeclaration get style native "SVGFEMergeElement_style_Getter"; | 1955 CssStyleDeclaration get style native "SVGFEMergeElement_style_Getter"; |
2306 | 1956 |
2307 | 1957 @DomName("SVGFEMergeElement.getPresentationAttribute") |
2308 /** @domName SVGFEMergeElement.getPresentationAttribute */ | |
2309 CssValue getPresentationAttribute(String name) native "SVGFEMergeElement_getPr
esentationAttribute_Callback"; | 1958 CssValue getPresentationAttribute(String name) native "SVGFEMergeElement_getPr
esentationAttribute_Callback"; |
2310 | 1959 |
2311 } | 1960 } |
2312 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1961 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2313 // for details. All rights reserved. Use of this source code is governed by a | 1962 // for details. All rights reserved. Use of this source code is governed by a |
2314 // BSD-style license that can be found in the LICENSE file. | 1963 // BSD-style license that can be found in the LICENSE file. |
2315 | 1964 |
2316 // WARNING: Do not edit - generated code. | 1965 // WARNING: Do not edit - generated code. |
2317 | 1966 |
2318 | 1967 |
2319 /// @domName SVGFEMergeNodeElement | 1968 @DomName("SVGFEMergeNodeElement") |
2320 class FEMergeNodeElement extends SvgElement { | 1969 class FEMergeNodeElement extends SvgElement { |
2321 FEMergeNodeElement.internal() : super.internal(); | 1970 FEMergeNodeElement.internal() : super.internal(); |
2322 | 1971 |
2323 | 1972 @DomName("SVGFEMergeNodeElement.in1") |
2324 /** @domName SVGFEMergeNodeElement.in1 */ | |
2325 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter"; | 1973 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter"; |
2326 | 1974 |
2327 } | 1975 } |
2328 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1976 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2329 // for details. All rights reserved. Use of this source code is governed by a | 1977 // for details. All rights reserved. Use of this source code is governed by a |
2330 // BSD-style license that can be found in the LICENSE file. | 1978 // BSD-style license that can be found in the LICENSE file. |
2331 | 1979 |
2332 // WARNING: Do not edit - generated code. | 1980 // WARNING: Do not edit - generated code. |
2333 | 1981 |
2334 | 1982 |
2335 /// @domName SVGFEMorphologyElement | 1983 @DomName("SVGFEMorphologyElement") |
2336 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { | 1984 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { |
2337 FEMorphologyElement.internal() : super.internal(); | 1985 FEMorphologyElement.internal() : super.internal(); |
2338 | 1986 |
2339 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; | 1987 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
2340 | 1988 |
2341 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; | 1989 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
2342 | 1990 |
2343 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; | 1991 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
2344 | 1992 |
2345 | 1993 @DomName("SVGFEMorphologyElement.in1") |
2346 /** @domName SVGFEMorphologyElement.in1 */ | |
2347 AnimatedString get in1 native "SVGFEMorphologyElement_in1_Getter"; | 1994 AnimatedString get in1 native "SVGFEMorphologyElement_in1_Getter"; |
2348 | 1995 |
2349 | 1996 @DomName("SVGFEMorphologyElement.operator") |
2350 /** @domName SVGFEMorphologyElement.operator */ | |
2351 AnimatedEnumeration get operator native "SVGFEMorphologyElement_operator_Gette
r"; | 1997 AnimatedEnumeration get operator native "SVGFEMorphologyElement_operator_Gette
r"; |
2352 | 1998 |
2353 | 1999 @DomName("SVGFEMorphologyElement.radiusX") |
2354 /** @domName SVGFEMorphologyElement.radiusX */ | |
2355 AnimatedNumber get radiusX native "SVGFEMorphologyElement_radiusX_Getter"; | 2000 AnimatedNumber get radiusX native "SVGFEMorphologyElement_radiusX_Getter"; |
2356 | 2001 |
2357 | 2002 @DomName("SVGFEMorphologyElement.radiusY") |
2358 /** @domName SVGFEMorphologyElement.radiusY */ | |
2359 AnimatedNumber get radiusY native "SVGFEMorphologyElement_radiusY_Getter"; | 2003 AnimatedNumber get radiusY native "SVGFEMorphologyElement_radiusY_Getter"; |
2360 | 2004 |
2361 | 2005 @DomName("SVGFEMorphologyElement.setRadius") |
2362 /** @domName SVGFEMorphologyElement.setRadius */ | |
2363 void setRadius(num radiusX, num radiusY) native "SVGFEMorphologyElement_setRad
ius_Callback"; | 2006 void setRadius(num radiusX, num radiusY) native "SVGFEMorphologyElement_setRad
ius_Callback"; |
2364 | 2007 |
2365 | 2008 @DomName("SVGFEMorphologyElement.height") |
2366 /** @domName SVGFEMorphologyElement.height */ | |
2367 AnimatedLength get height native "SVGFEMorphologyElement_height_Getter"; | 2009 AnimatedLength get height native "SVGFEMorphologyElement_height_Getter"; |
2368 | 2010 |
2369 | 2011 @DomName("SVGFEMorphologyElement.result") |
2370 /** @domName SVGFEMorphologyElement.result */ | |
2371 AnimatedString get result native "SVGFEMorphologyElement_result_Getter"; | 2012 AnimatedString get result native "SVGFEMorphologyElement_result_Getter"; |
2372 | 2013 |
2373 | 2014 @DomName("SVGFEMorphologyElement.width") |
2374 /** @domName SVGFEMorphologyElement.width */ | |
2375 AnimatedLength get width native "SVGFEMorphologyElement_width_Getter"; | 2015 AnimatedLength get width native "SVGFEMorphologyElement_width_Getter"; |
2376 | 2016 |
2377 | 2017 @DomName("SVGFEMorphologyElement.x") |
2378 /** @domName SVGFEMorphologyElement.x */ | |
2379 AnimatedLength get x native "SVGFEMorphologyElement_x_Getter"; | 2018 AnimatedLength get x native "SVGFEMorphologyElement_x_Getter"; |
2380 | 2019 |
2381 | 2020 @DomName("SVGFEMorphologyElement.y") |
2382 /** @domName SVGFEMorphologyElement.y */ | |
2383 AnimatedLength get y native "SVGFEMorphologyElement_y_Getter"; | 2021 AnimatedLength get y native "SVGFEMorphologyElement_y_Getter"; |
2384 | 2022 |
2385 | 2023 @DomName("SVGFEMorphologyElement.className") |
2386 /** @domName SVGFEMorphologyElement.className */ | |
2387 AnimatedString get $dom_svgClassName native "SVGFEMorphologyElement_className_
Getter"; | 2024 AnimatedString get $dom_svgClassName native "SVGFEMorphologyElement_className_
Getter"; |
2388 | 2025 |
2389 | 2026 @DomName("SVGFEMorphologyElement.style") |
2390 /** @domName SVGFEMorphologyElement.style */ | |
2391 CssStyleDeclaration get style native "SVGFEMorphologyElement_style_Getter"; | 2027 CssStyleDeclaration get style native "SVGFEMorphologyElement_style_Getter"; |
2392 | 2028 |
2393 | 2029 @DomName("SVGFEMorphologyElement.getPresentationAttribute") |
2394 /** @domName SVGFEMorphologyElement.getPresentationAttribute */ | |
2395 CssValue getPresentationAttribute(String name) native "SVGFEMorphologyElement_
getPresentationAttribute_Callback"; | 2030 CssValue getPresentationAttribute(String name) native "SVGFEMorphologyElement_
getPresentationAttribute_Callback"; |
2396 | 2031 |
2397 } | 2032 } |
2398 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2033 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2399 // for details. All rights reserved. Use of this source code is governed by a | 2034 // for details. All rights reserved. Use of this source code is governed by a |
2400 // BSD-style license that can be found in the LICENSE file. | 2035 // BSD-style license that can be found in the LICENSE file. |
2401 | 2036 |
2402 // WARNING: Do not edit - generated code. | 2037 // WARNING: Do not edit - generated code. |
2403 | 2038 |
2404 | 2039 |
2405 /// @domName SVGFEOffsetElement | 2040 @DomName("SVGFEOffsetElement") |
2406 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri
butes { | 2041 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri
butes { |
2407 FEOffsetElement.internal() : super.internal(); | 2042 FEOffsetElement.internal() : super.internal(); |
2408 | 2043 |
2409 | 2044 @DomName("SVGFEOffsetElement.dx") |
2410 /** @domName SVGFEOffsetElement.dx */ | |
2411 AnimatedNumber get dx native "SVGFEOffsetElement_dx_Getter"; | 2045 AnimatedNumber get dx native "SVGFEOffsetElement_dx_Getter"; |
2412 | 2046 |
2413 | 2047 @DomName("SVGFEOffsetElement.dy") |
2414 /** @domName SVGFEOffsetElement.dy */ | |
2415 AnimatedNumber get dy native "SVGFEOffsetElement_dy_Getter"; | 2048 AnimatedNumber get dy native "SVGFEOffsetElement_dy_Getter"; |
2416 | 2049 |
2417 | 2050 @DomName("SVGFEOffsetElement.in1") |
2418 /** @domName SVGFEOffsetElement.in1 */ | |
2419 AnimatedString get in1 native "SVGFEOffsetElement_in1_Getter"; | 2051 AnimatedString get in1 native "SVGFEOffsetElement_in1_Getter"; |
2420 | 2052 |
2421 | 2053 @DomName("SVGFEOffsetElement.height") |
2422 /** @domName SVGFEOffsetElement.height */ | |
2423 AnimatedLength get height native "SVGFEOffsetElement_height_Getter"; | 2054 AnimatedLength get height native "SVGFEOffsetElement_height_Getter"; |
2424 | 2055 |
2425 | 2056 @DomName("SVGFEOffsetElement.result") |
2426 /** @domName SVGFEOffsetElement.result */ | |
2427 AnimatedString get result native "SVGFEOffsetElement_result_Getter"; | 2057 AnimatedString get result native "SVGFEOffsetElement_result_Getter"; |
2428 | 2058 |
2429 | 2059 @DomName("SVGFEOffsetElement.width") |
2430 /** @domName SVGFEOffsetElement.width */ | |
2431 AnimatedLength get width native "SVGFEOffsetElement_width_Getter"; | 2060 AnimatedLength get width native "SVGFEOffsetElement_width_Getter"; |
2432 | 2061 |
2433 | 2062 @DomName("SVGFEOffsetElement.x") |
2434 /** @domName SVGFEOffsetElement.x */ | |
2435 AnimatedLength get x native "SVGFEOffsetElement_x_Getter"; | 2063 AnimatedLength get x native "SVGFEOffsetElement_x_Getter"; |
2436 | 2064 |
2437 | 2065 @DomName("SVGFEOffsetElement.y") |
2438 /** @domName SVGFEOffsetElement.y */ | |
2439 AnimatedLength get y native "SVGFEOffsetElement_y_Getter"; | 2066 AnimatedLength get y native "SVGFEOffsetElement_y_Getter"; |
2440 | 2067 |
2441 | 2068 @DomName("SVGFEOffsetElement.className") |
2442 /** @domName SVGFEOffsetElement.className */ | |
2443 AnimatedString get $dom_svgClassName native "SVGFEOffsetElement_className_Gett
er"; | 2069 AnimatedString get $dom_svgClassName native "SVGFEOffsetElement_className_Gett
er"; |
2444 | 2070 |
2445 | 2071 @DomName("SVGFEOffsetElement.style") |
2446 /** @domName SVGFEOffsetElement.style */ | |
2447 CssStyleDeclaration get style native "SVGFEOffsetElement_style_Getter"; | 2072 CssStyleDeclaration get style native "SVGFEOffsetElement_style_Getter"; |
2448 | 2073 |
2449 | 2074 @DomName("SVGFEOffsetElement.getPresentationAttribute") |
2450 /** @domName SVGFEOffsetElement.getPresentationAttribute */ | |
2451 CssValue getPresentationAttribute(String name) native "SVGFEOffsetElement_getP
resentationAttribute_Callback"; | 2075 CssValue getPresentationAttribute(String name) native "SVGFEOffsetElement_getP
resentationAttribute_Callback"; |
2452 | 2076 |
2453 } | 2077 } |
2454 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2078 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2455 // for details. All rights reserved. Use of this source code is governed by a | 2079 // for details. All rights reserved. Use of this source code is governed by a |
2456 // BSD-style license that can be found in the LICENSE file. | 2080 // BSD-style license that can be found in the LICENSE file. |
2457 | 2081 |
2458 // WARNING: Do not edit - generated code. | 2082 // WARNING: Do not edit - generated code. |
2459 | 2083 |
2460 | 2084 |
2461 /// @domName SVGFEPointLightElement | 2085 @DomName("SVGFEPointLightElement") |
2462 class FEPointLightElement extends SvgElement { | 2086 class FEPointLightElement extends SvgElement { |
2463 FEPointLightElement.internal() : super.internal(); | 2087 FEPointLightElement.internal() : super.internal(); |
2464 | 2088 |
2465 | 2089 @DomName("SVGFEPointLightElement.x") |
2466 /** @domName SVGFEPointLightElement.x */ | |
2467 AnimatedNumber get x native "SVGFEPointLightElement_x_Getter"; | 2090 AnimatedNumber get x native "SVGFEPointLightElement_x_Getter"; |
2468 | 2091 |
2469 | 2092 @DomName("SVGFEPointLightElement.y") |
2470 /** @domName SVGFEPointLightElement.y */ | |
2471 AnimatedNumber get y native "SVGFEPointLightElement_y_Getter"; | 2093 AnimatedNumber get y native "SVGFEPointLightElement_y_Getter"; |
2472 | 2094 |
2473 | 2095 @DomName("SVGFEPointLightElement.z") |
2474 /** @domName SVGFEPointLightElement.z */ | |
2475 AnimatedNumber get z native "SVGFEPointLightElement_z_Getter"; | 2096 AnimatedNumber get z native "SVGFEPointLightElement_z_Getter"; |
2476 | 2097 |
2477 } | 2098 } |
2478 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2099 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2479 // for details. All rights reserved. Use of this source code is governed by a | 2100 // for details. All rights reserved. Use of this source code is governed by a |
2480 // BSD-style license that can be found in the LICENSE file. | 2101 // BSD-style license that can be found in the LICENSE file. |
2481 | 2102 |
2482 // WARNING: Do not edit - generated code. | 2103 // WARNING: Do not edit - generated code. |
2483 | 2104 |
2484 | 2105 |
2485 /// @domName SVGFESpecularLightingElement | 2106 @DomName("SVGFESpecularLightingElement") |
2486 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta
ndardAttributes { | 2107 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta
ndardAttributes { |
2487 FESpecularLightingElement.internal() : super.internal(); | 2108 FESpecularLightingElement.internal() : super.internal(); |
2488 | 2109 |
2489 | 2110 @DomName("SVGFESpecularLightingElement.in1") |
2490 /** @domName SVGFESpecularLightingElement.in1 */ | |
2491 AnimatedString get in1 native "SVGFESpecularLightingElement_in1_Getter"; | 2111 AnimatedString get in1 native "SVGFESpecularLightingElement_in1_Getter"; |
2492 | 2112 |
2493 | 2113 @DomName("SVGFESpecularLightingElement.specularConstant") |
2494 /** @domName SVGFESpecularLightingElement.specularConstant */ | |
2495 AnimatedNumber get specularConstant native "SVGFESpecularLightingElement_specu
larConstant_Getter"; | 2114 AnimatedNumber get specularConstant native "SVGFESpecularLightingElement_specu
larConstant_Getter"; |
2496 | 2115 |
2497 | 2116 @DomName("SVGFESpecularLightingElement.specularExponent") |
2498 /** @domName SVGFESpecularLightingElement.specularExponent */ | |
2499 AnimatedNumber get specularExponent native "SVGFESpecularLightingElement_specu
larExponent_Getter"; | 2117 AnimatedNumber get specularExponent native "SVGFESpecularLightingElement_specu
larExponent_Getter"; |
2500 | 2118 |
2501 | 2119 @DomName("SVGFESpecularLightingElement.surfaceScale") |
2502 /** @domName SVGFESpecularLightingElement.surfaceScale */ | |
2503 AnimatedNumber get surfaceScale native "SVGFESpecularLightingElement_surfaceSc
ale_Getter"; | 2120 AnimatedNumber get surfaceScale native "SVGFESpecularLightingElement_surfaceSc
ale_Getter"; |
2504 | 2121 |
2505 | 2122 @DomName("SVGFESpecularLightingElement.height") |
2506 /** @domName SVGFESpecularLightingElement.height */ | |
2507 AnimatedLength get height native "SVGFESpecularLightingElement_height_Getter"; | 2123 AnimatedLength get height native "SVGFESpecularLightingElement_height_Getter"; |
2508 | 2124 |
2509 | 2125 @DomName("SVGFESpecularLightingElement.result") |
2510 /** @domName SVGFESpecularLightingElement.result */ | |
2511 AnimatedString get result native "SVGFESpecularLightingElement_result_Getter"; | 2126 AnimatedString get result native "SVGFESpecularLightingElement_result_Getter"; |
2512 | 2127 |
2513 | 2128 @DomName("SVGFESpecularLightingElement.width") |
2514 /** @domName SVGFESpecularLightingElement.width */ | |
2515 AnimatedLength get width native "SVGFESpecularLightingElement_width_Getter"; | 2129 AnimatedLength get width native "SVGFESpecularLightingElement_width_Getter"; |
2516 | 2130 |
2517 | 2131 @DomName("SVGFESpecularLightingElement.x") |
2518 /** @domName SVGFESpecularLightingElement.x */ | |
2519 AnimatedLength get x native "SVGFESpecularLightingElement_x_Getter"; | 2132 AnimatedLength get x native "SVGFESpecularLightingElement_x_Getter"; |
2520 | 2133 |
2521 | 2134 @DomName("SVGFESpecularLightingElement.y") |
2522 /** @domName SVGFESpecularLightingElement.y */ | |
2523 AnimatedLength get y native "SVGFESpecularLightingElement_y_Getter"; | 2135 AnimatedLength get y native "SVGFESpecularLightingElement_y_Getter"; |
2524 | 2136 |
2525 | 2137 @DomName("SVGFESpecularLightingElement.className") |
2526 /** @domName SVGFESpecularLightingElement.className */ | |
2527 AnimatedString get $dom_svgClassName native "SVGFESpecularLightingElement_clas
sName_Getter"; | 2138 AnimatedString get $dom_svgClassName native "SVGFESpecularLightingElement_clas
sName_Getter"; |
2528 | 2139 |
2529 | 2140 @DomName("SVGFESpecularLightingElement.style") |
2530 /** @domName SVGFESpecularLightingElement.style */ | |
2531 CssStyleDeclaration get style native "SVGFESpecularLightingElement_style_Gette
r"; | 2141 CssStyleDeclaration get style native "SVGFESpecularLightingElement_style_Gette
r"; |
2532 | 2142 |
2533 | 2143 @DomName("SVGFESpecularLightingElement.getPresentationAttribute") |
2534 /** @domName SVGFESpecularLightingElement.getPresentationAttribute */ | |
2535 CssValue getPresentationAttribute(String name) native "SVGFESpecularLightingEl
ement_getPresentationAttribute_Callback"; | 2144 CssValue getPresentationAttribute(String name) native "SVGFESpecularLightingEl
ement_getPresentationAttribute_Callback"; |
2536 | 2145 |
2537 } | 2146 } |
2538 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2147 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2539 // for details. All rights reserved. Use of this source code is governed by a | 2148 // for details. All rights reserved. Use of this source code is governed by a |
2540 // BSD-style license that can be found in the LICENSE file. | 2149 // BSD-style license that can be found in the LICENSE file. |
2541 | 2150 |
2542 // WARNING: Do not edit - generated code. | 2151 // WARNING: Do not edit - generated code. |
2543 | 2152 |
2544 | 2153 |
2545 /// @domName SVGFESpotLightElement | 2154 @DomName("SVGFESpotLightElement") |
2546 class FESpotLightElement extends SvgElement { | 2155 class FESpotLightElement extends SvgElement { |
2547 FESpotLightElement.internal() : super.internal(); | 2156 FESpotLightElement.internal() : super.internal(); |
2548 | 2157 |
2549 | 2158 @DomName("SVGFESpotLightElement.limitingConeAngle") |
2550 /** @domName SVGFESpotLightElement.limitingConeAngle */ | |
2551 AnimatedNumber get limitingConeAngle native "SVGFESpotLightElement_limitingCon
eAngle_Getter"; | 2159 AnimatedNumber get limitingConeAngle native "SVGFESpotLightElement_limitingCon
eAngle_Getter"; |
2552 | 2160 |
2553 | 2161 @DomName("SVGFESpotLightElement.pointsAtX") |
2554 /** @domName SVGFESpotLightElement.pointsAtX */ | |
2555 AnimatedNumber get pointsAtX native "SVGFESpotLightElement_pointsAtX_Getter"; | 2162 AnimatedNumber get pointsAtX native "SVGFESpotLightElement_pointsAtX_Getter"; |
2556 | 2163 |
2557 | 2164 @DomName("SVGFESpotLightElement.pointsAtY") |
2558 /** @domName SVGFESpotLightElement.pointsAtY */ | |
2559 AnimatedNumber get pointsAtY native "SVGFESpotLightElement_pointsAtY_Getter"; | 2165 AnimatedNumber get pointsAtY native "SVGFESpotLightElement_pointsAtY_Getter"; |
2560 | 2166 |
2561 | 2167 @DomName("SVGFESpotLightElement.pointsAtZ") |
2562 /** @domName SVGFESpotLightElement.pointsAtZ */ | |
2563 AnimatedNumber get pointsAtZ native "SVGFESpotLightElement_pointsAtZ_Getter"; | 2168 AnimatedNumber get pointsAtZ native "SVGFESpotLightElement_pointsAtZ_Getter"; |
2564 | 2169 |
2565 | 2170 @DomName("SVGFESpotLightElement.specularExponent") |
2566 /** @domName SVGFESpotLightElement.specularExponent */ | |
2567 AnimatedNumber get specularExponent native "SVGFESpotLightElement_specularExpo
nent_Getter"; | 2171 AnimatedNumber get specularExponent native "SVGFESpotLightElement_specularExpo
nent_Getter"; |
2568 | 2172 |
2569 | 2173 @DomName("SVGFESpotLightElement.x") |
2570 /** @domName SVGFESpotLightElement.x */ | |
2571 AnimatedNumber get x native "SVGFESpotLightElement_x_Getter"; | 2174 AnimatedNumber get x native "SVGFESpotLightElement_x_Getter"; |
2572 | 2175 |
2573 | 2176 @DomName("SVGFESpotLightElement.y") |
2574 /** @domName SVGFESpotLightElement.y */ | |
2575 AnimatedNumber get y native "SVGFESpotLightElement_y_Getter"; | 2177 AnimatedNumber get y native "SVGFESpotLightElement_y_Getter"; |
2576 | 2178 |
2577 | 2179 @DomName("SVGFESpotLightElement.z") |
2578 /** @domName SVGFESpotLightElement.z */ | |
2579 AnimatedNumber get z native "SVGFESpotLightElement_z_Getter"; | 2180 AnimatedNumber get z native "SVGFESpotLightElement_z_Getter"; |
2580 | 2181 |
2581 } | 2182 } |
2582 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2183 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2583 // for details. All rights reserved. Use of this source code is governed by a | 2184 // for details. All rights reserved. Use of this source code is governed by a |
2584 // BSD-style license that can be found in the LICENSE file. | 2185 // BSD-style license that can be found in the LICENSE file. |
2585 | 2186 |
2586 // WARNING: Do not edit - generated code. | 2187 // WARNING: Do not edit - generated code. |
2587 | 2188 |
2588 | 2189 |
2589 /// @domName SVGFETileElement | 2190 @DomName("SVGFETileElement") |
2590 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu
tes { | 2191 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu
tes { |
2591 FETileElement.internal() : super.internal(); | 2192 FETileElement.internal() : super.internal(); |
2592 | 2193 |
2593 | 2194 @DomName("SVGFETileElement.in1") |
2594 /** @domName SVGFETileElement.in1 */ | |
2595 AnimatedString get in1 native "SVGFETileElement_in1_Getter"; | 2195 AnimatedString get in1 native "SVGFETileElement_in1_Getter"; |
2596 | 2196 |
2597 | 2197 @DomName("SVGFETileElement.height") |
2598 /** @domName SVGFETileElement.height */ | |
2599 AnimatedLength get height native "SVGFETileElement_height_Getter"; | 2198 AnimatedLength get height native "SVGFETileElement_height_Getter"; |
2600 | 2199 |
2601 | 2200 @DomName("SVGFETileElement.result") |
2602 /** @domName SVGFETileElement.result */ | |
2603 AnimatedString get result native "SVGFETileElement_result_Getter"; | 2201 AnimatedString get result native "SVGFETileElement_result_Getter"; |
2604 | 2202 |
2605 | 2203 @DomName("SVGFETileElement.width") |
2606 /** @domName SVGFETileElement.width */ | |
2607 AnimatedLength get width native "SVGFETileElement_width_Getter"; | 2204 AnimatedLength get width native "SVGFETileElement_width_Getter"; |
2608 | 2205 |
2609 | 2206 @DomName("SVGFETileElement.x") |
2610 /** @domName SVGFETileElement.x */ | |
2611 AnimatedLength get x native "SVGFETileElement_x_Getter"; | 2207 AnimatedLength get x native "SVGFETileElement_x_Getter"; |
2612 | 2208 |
2613 | 2209 @DomName("SVGFETileElement.y") |
2614 /** @domName SVGFETileElement.y */ | |
2615 AnimatedLength get y native "SVGFETileElement_y_Getter"; | 2210 AnimatedLength get y native "SVGFETileElement_y_Getter"; |
2616 | 2211 |
2617 | 2212 @DomName("SVGFETileElement.className") |
2618 /** @domName SVGFETileElement.className */ | |
2619 AnimatedString get $dom_svgClassName native "SVGFETileElement_className_Getter
"; | 2213 AnimatedString get $dom_svgClassName native "SVGFETileElement_className_Getter
"; |
2620 | 2214 |
2621 | 2215 @DomName("SVGFETileElement.style") |
2622 /** @domName SVGFETileElement.style */ | |
2623 CssStyleDeclaration get style native "SVGFETileElement_style_Getter"; | 2216 CssStyleDeclaration get style native "SVGFETileElement_style_Getter"; |
2624 | 2217 |
2625 | 2218 @DomName("SVGFETileElement.getPresentationAttribute") |
2626 /** @domName SVGFETileElement.getPresentationAttribute */ | |
2627 CssValue getPresentationAttribute(String name) native "SVGFETileElement_getPre
sentationAttribute_Callback"; | 2219 CssValue getPresentationAttribute(String name) native "SVGFETileElement_getPre
sentationAttribute_Callback"; |
2628 | 2220 |
2629 } | 2221 } |
2630 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2222 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2631 // for details. All rights reserved. Use of this source code is governed by a | 2223 // for details. All rights reserved. Use of this source code is governed by a |
2632 // BSD-style license that can be found in the LICENSE file. | 2224 // BSD-style license that can be found in the LICENSE file. |
2633 | 2225 |
2634 // WARNING: Do not edit - generated code. | 2226 // WARNING: Do not edit - generated code. |
2635 | 2227 |
2636 | 2228 |
2637 /// @domName SVGFETurbulenceElement | 2229 @DomName("SVGFETurbulenceElement") |
2638 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { | 2230 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { |
2639 FETurbulenceElement.internal() : super.internal(); | 2231 FETurbulenceElement.internal() : super.internal(); |
2640 | 2232 |
2641 static const int SVG_STITCHTYPE_NOSTITCH = 2; | 2233 static const int SVG_STITCHTYPE_NOSTITCH = 2; |
2642 | 2234 |
2643 static const int SVG_STITCHTYPE_STITCH = 1; | 2235 static const int SVG_STITCHTYPE_STITCH = 1; |
2644 | 2236 |
2645 static const int SVG_STITCHTYPE_UNKNOWN = 0; | 2237 static const int SVG_STITCHTYPE_UNKNOWN = 0; |
2646 | 2238 |
2647 static const int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; | 2239 static const int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; |
2648 | 2240 |
2649 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; | 2241 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; |
2650 | 2242 |
2651 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; | 2243 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
2652 | 2244 |
2653 | 2245 @DomName("SVGFETurbulenceElement.baseFrequencyX") |
2654 /** @domName SVGFETurbulenceElement.baseFrequencyX */ | |
2655 AnimatedNumber get baseFrequencyX native "SVGFETurbulenceElement_baseFrequency
X_Getter"; | 2246 AnimatedNumber get baseFrequencyX native "SVGFETurbulenceElement_baseFrequency
X_Getter"; |
2656 | 2247 |
2657 | 2248 @DomName("SVGFETurbulenceElement.baseFrequencyY") |
2658 /** @domName SVGFETurbulenceElement.baseFrequencyY */ | |
2659 AnimatedNumber get baseFrequencyY native "SVGFETurbulenceElement_baseFrequency
Y_Getter"; | 2249 AnimatedNumber get baseFrequencyY native "SVGFETurbulenceElement_baseFrequency
Y_Getter"; |
2660 | 2250 |
2661 | 2251 @DomName("SVGFETurbulenceElement.numOctaves") |
2662 /** @domName SVGFETurbulenceElement.numOctaves */ | |
2663 AnimatedInteger get numOctaves native "SVGFETurbulenceElement_numOctaves_Gette
r"; | 2252 AnimatedInteger get numOctaves native "SVGFETurbulenceElement_numOctaves_Gette
r"; |
2664 | 2253 |
2665 | 2254 @DomName("SVGFETurbulenceElement.seed") |
2666 /** @domName SVGFETurbulenceElement.seed */ | |
2667 AnimatedNumber get seed native "SVGFETurbulenceElement_seed_Getter"; | 2255 AnimatedNumber get seed native "SVGFETurbulenceElement_seed_Getter"; |
2668 | 2256 |
2669 | 2257 @DomName("SVGFETurbulenceElement.stitchTiles") |
2670 /** @domName SVGFETurbulenceElement.stitchTiles */ | |
2671 AnimatedEnumeration get stitchTiles native "SVGFETurbulenceElement_stitchTiles
_Getter"; | 2258 AnimatedEnumeration get stitchTiles native "SVGFETurbulenceElement_stitchTiles
_Getter"; |
2672 | 2259 |
2673 | 2260 @DomName("SVGFETurbulenceElement.type") |
2674 /** @domName SVGFETurbulenceElement.type */ | |
2675 AnimatedEnumeration get type native "SVGFETurbulenceElement_type_Getter"; | 2261 AnimatedEnumeration get type native "SVGFETurbulenceElement_type_Getter"; |
2676 | 2262 |
2677 | 2263 @DomName("SVGFETurbulenceElement.height") |
2678 /** @domName SVGFETurbulenceElement.height */ | |
2679 AnimatedLength get height native "SVGFETurbulenceElement_height_Getter"; | 2264 AnimatedLength get height native "SVGFETurbulenceElement_height_Getter"; |
2680 | 2265 |
2681 | 2266 @DomName("SVGFETurbulenceElement.result") |
2682 /** @domName SVGFETurbulenceElement.result */ | |
2683 AnimatedString get result native "SVGFETurbulenceElement_result_Getter"; | 2267 AnimatedString get result native "SVGFETurbulenceElement_result_Getter"; |
2684 | 2268 |
2685 | 2269 @DomName("SVGFETurbulenceElement.width") |
2686 /** @domName SVGFETurbulenceElement.width */ | |
2687 AnimatedLength get width native "SVGFETurbulenceElement_width_Getter"; | 2270 AnimatedLength get width native "SVGFETurbulenceElement_width_Getter"; |
2688 | 2271 |
2689 | 2272 @DomName("SVGFETurbulenceElement.x") |
2690 /** @domName SVGFETurbulenceElement.x */ | |
2691 AnimatedLength get x native "SVGFETurbulenceElement_x_Getter"; | 2273 AnimatedLength get x native "SVGFETurbulenceElement_x_Getter"; |
2692 | 2274 |
2693 | 2275 @DomName("SVGFETurbulenceElement.y") |
2694 /** @domName SVGFETurbulenceElement.y */ | |
2695 AnimatedLength get y native "SVGFETurbulenceElement_y_Getter"; | 2276 AnimatedLength get y native "SVGFETurbulenceElement_y_Getter"; |
2696 | 2277 |
2697 | 2278 @DomName("SVGFETurbulenceElement.className") |
2698 /** @domName SVGFETurbulenceElement.className */ | |
2699 AnimatedString get $dom_svgClassName native "SVGFETurbulenceElement_className_
Getter"; | 2279 AnimatedString get $dom_svgClassName native "SVGFETurbulenceElement_className_
Getter"; |
2700 | 2280 |
2701 | 2281 @DomName("SVGFETurbulenceElement.style") |
2702 /** @domName SVGFETurbulenceElement.style */ | |
2703 CssStyleDeclaration get style native "SVGFETurbulenceElement_style_Getter"; | 2282 CssStyleDeclaration get style native "SVGFETurbulenceElement_style_Getter"; |
2704 | 2283 |
2705 | 2284 @DomName("SVGFETurbulenceElement.getPresentationAttribute") |
2706 /** @domName SVGFETurbulenceElement.getPresentationAttribute */ | |
2707 CssValue getPresentationAttribute(String name) native "SVGFETurbulenceElement_
getPresentationAttribute_Callback"; | 2285 CssValue getPresentationAttribute(String name) native "SVGFETurbulenceElement_
getPresentationAttribute_Callback"; |
2708 | 2286 |
2709 } | 2287 } |
2710 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2288 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2711 // for details. All rights reserved. Use of this source code is governed by a | 2289 // for details. All rights reserved. Use of this source code is governed by a |
2712 // BSD-style license that can be found in the LICENSE file. | 2290 // BSD-style license that can be found in the LICENSE file. |
2713 | 2291 |
2714 // WARNING: Do not edit - generated code. | 2292 // WARNING: Do not edit - generated code. |
2715 | 2293 |
2716 | 2294 |
2717 /// @domName SVGFilterElement | 2295 @DomName("SVGFilterElement") |
2718 class FilterElement extends SvgElement implements UriReference, ExternalResource
sRequired, Stylable, LangSpace { | 2296 class FilterElement extends SvgElement implements UriReference, ExternalResource
sRequired, Stylable, LangSpace { |
2719 FilterElement.internal() : super.internal(); | 2297 FilterElement.internal() : super.internal(); |
2720 | 2298 |
2721 ///@docsEditable true | 2299 /// @docsEditable true |
2722 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); | 2300 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); |
2723 | 2301 |
2724 | 2302 @DomName("SVGFilterElement.filterResX") |
2725 /** @domName SVGFilterElement.filterResX */ | |
2726 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; | 2303 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; |
2727 | 2304 |
2728 | 2305 @DomName("SVGFilterElement.filterResY") |
2729 /** @domName SVGFilterElement.filterResY */ | |
2730 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; | 2306 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; |
2731 | 2307 |
2732 | 2308 @DomName("SVGFilterElement.filterUnits") |
2733 /** @domName SVGFilterElement.filterUnits */ | |
2734 AnimatedEnumeration get filterUnits native "SVGFilterElement_filterUnits_Gette
r"; | 2309 AnimatedEnumeration get filterUnits native "SVGFilterElement_filterUnits_Gette
r"; |
2735 | 2310 |
2736 | 2311 @DomName("SVGFilterElement.height") |
2737 /** @domName SVGFilterElement.height */ | |
2738 AnimatedLength get height native "SVGFilterElement_height_Getter"; | 2312 AnimatedLength get height native "SVGFilterElement_height_Getter"; |
2739 | 2313 |
2740 | 2314 @DomName("SVGFilterElement.primitiveUnits") |
2741 /** @domName SVGFilterElement.primitiveUnits */ | |
2742 AnimatedEnumeration get primitiveUnits native "SVGFilterElement_primitiveUnits
_Getter"; | 2315 AnimatedEnumeration get primitiveUnits native "SVGFilterElement_primitiveUnits
_Getter"; |
2743 | 2316 |
2744 | 2317 @DomName("SVGFilterElement.width") |
2745 /** @domName SVGFilterElement.width */ | |
2746 AnimatedLength get width native "SVGFilterElement_width_Getter"; | 2318 AnimatedLength get width native "SVGFilterElement_width_Getter"; |
2747 | 2319 |
2748 | 2320 @DomName("SVGFilterElement.x") |
2749 /** @domName SVGFilterElement.x */ | |
2750 AnimatedLength get x native "SVGFilterElement_x_Getter"; | 2321 AnimatedLength get x native "SVGFilterElement_x_Getter"; |
2751 | 2322 |
2752 | 2323 @DomName("SVGFilterElement.y") |
2753 /** @domName SVGFilterElement.y */ | |
2754 AnimatedLength get y native "SVGFilterElement_y_Getter"; | 2324 AnimatedLength get y native "SVGFilterElement_y_Getter"; |
2755 | 2325 |
2756 | 2326 @DomName("SVGFilterElement.setFilterRes") |
2757 /** @domName SVGFilterElement.setFilterRes */ | |
2758 void setFilterRes(int filterResX, int filterResY) native "SVGFilterElement_set
FilterRes_Callback"; | 2327 void setFilterRes(int filterResX, int filterResY) native "SVGFilterElement_set
FilterRes_Callback"; |
2759 | 2328 |
2760 | 2329 @DomName("SVGFilterElement.externalResourcesRequired") |
2761 /** @domName SVGFilterElement.externalResourcesRequired */ | |
2762 AnimatedBoolean get externalResourcesRequired native "SVGFilterElement_externa
lResourcesRequired_Getter"; | 2330 AnimatedBoolean get externalResourcesRequired native "SVGFilterElement_externa
lResourcesRequired_Getter"; |
2763 | 2331 |
2764 | 2332 @DomName("SVGFilterElement.xmllang") |
2765 /** @domName SVGFilterElement.xmllang */ | |
2766 String get xmllang native "SVGFilterElement_xmllang_Getter"; | 2333 String get xmllang native "SVGFilterElement_xmllang_Getter"; |
2767 | 2334 |
2768 | 2335 @DomName("SVGFilterElement.xmllang") |
2769 /** @domName SVGFilterElement.xmllang */ | |
2770 void set xmllang(String value) native "SVGFilterElement_xmllang_Setter"; | 2336 void set xmllang(String value) native "SVGFilterElement_xmllang_Setter"; |
2771 | 2337 |
2772 | 2338 @DomName("SVGFilterElement.xmlspace") |
2773 /** @domName SVGFilterElement.xmlspace */ | |
2774 String get xmlspace native "SVGFilterElement_xmlspace_Getter"; | 2339 String get xmlspace native "SVGFilterElement_xmlspace_Getter"; |
2775 | 2340 |
2776 | 2341 @DomName("SVGFilterElement.xmlspace") |
2777 /** @domName SVGFilterElement.xmlspace */ | |
2778 void set xmlspace(String value) native "SVGFilterElement_xmlspace_Setter"; | 2342 void set xmlspace(String value) native "SVGFilterElement_xmlspace_Setter"; |
2779 | 2343 |
2780 | 2344 @DomName("SVGFilterElement.className") |
2781 /** @domName SVGFilterElement.className */ | |
2782 AnimatedString get $dom_svgClassName native "SVGFilterElement_className_Getter
"; | 2345 AnimatedString get $dom_svgClassName native "SVGFilterElement_className_Getter
"; |
2783 | 2346 |
2784 | 2347 @DomName("SVGFilterElement.style") |
2785 /** @domName SVGFilterElement.style */ | |
2786 CssStyleDeclaration get style native "SVGFilterElement_style_Getter"; | 2348 CssStyleDeclaration get style native "SVGFilterElement_style_Getter"; |
2787 | 2349 |
2788 | 2350 @DomName("SVGFilterElement.getPresentationAttribute") |
2789 /** @domName SVGFilterElement.getPresentationAttribute */ | |
2790 CssValue getPresentationAttribute(String name) native "SVGFilterElement_getPre
sentationAttribute_Callback"; | 2351 CssValue getPresentationAttribute(String name) native "SVGFilterElement_getPre
sentationAttribute_Callback"; |
2791 | 2352 |
2792 | 2353 @DomName("SVGFilterElement.href") |
2793 /** @domName SVGFilterElement.href */ | |
2794 AnimatedString get href native "SVGFilterElement_href_Getter"; | 2354 AnimatedString get href native "SVGFilterElement_href_Getter"; |
2795 | 2355 |
2796 } | 2356 } |
2797 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2357 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2798 // for details. All rights reserved. Use of this source code is governed by a | 2358 // for details. All rights reserved. Use of this source code is governed by a |
2799 // BSD-style license that can be found in the LICENSE file. | 2359 // BSD-style license that can be found in the LICENSE file. |
2800 | 2360 |
2801 // WARNING: Do not edit - generated code. | 2361 // WARNING: Do not edit - generated code. |
2802 | 2362 |
2803 | 2363 |
2804 /// @domName SVGFilterPrimitiveStandardAttributes | 2364 @DomName("SVGFilterPrimitiveStandardAttributes") |
2805 class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass1 impleme
nts Stylable { | 2365 class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass1 impleme
nts Stylable { |
2806 FilterPrimitiveStandardAttributes.internal(); | 2366 FilterPrimitiveStandardAttributes.internal(); |
2807 | 2367 |
2808 | 2368 @DomName("SVGFilterPrimitiveStandardAttributes.height") |
2809 /** @domName SVGFilterPrimitiveStandardAttributes.height */ | |
2810 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_
Getter"; | 2369 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_
Getter"; |
2811 | 2370 |
2812 | 2371 @DomName("SVGFilterPrimitiveStandardAttributes.result") |
2813 /** @domName SVGFilterPrimitiveStandardAttributes.result */ | |
2814 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_
Getter"; | 2372 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_
Getter"; |
2815 | 2373 |
2816 | 2374 @DomName("SVGFilterPrimitiveStandardAttributes.width") |
2817 /** @domName SVGFilterPrimitiveStandardAttributes.width */ | |
2818 AnimatedLength get width native "SVGFilterPrimitiveStandardAttributes_width_Ge
tter"; | 2375 AnimatedLength get width native "SVGFilterPrimitiveStandardAttributes_width_Ge
tter"; |
2819 | 2376 |
2820 | 2377 @DomName("SVGFilterPrimitiveStandardAttributes.x") |
2821 /** @domName SVGFilterPrimitiveStandardAttributes.x */ | |
2822 AnimatedLength get x native "SVGFilterPrimitiveStandardAttributes_x_Getter"; | 2378 AnimatedLength get x native "SVGFilterPrimitiveStandardAttributes_x_Getter"; |
2823 | 2379 |
2824 | 2380 @DomName("SVGFilterPrimitiveStandardAttributes.y") |
2825 /** @domName SVGFilterPrimitiveStandardAttributes.y */ | |
2826 AnimatedLength get y native "SVGFilterPrimitiveStandardAttributes_y_Getter"; | 2381 AnimatedLength get y native "SVGFilterPrimitiveStandardAttributes_y_Getter"; |
2827 | 2382 |
2828 | 2383 @DomName("SVGFilterPrimitiveStandardAttributes.className") |
2829 /** @domName SVGFilterPrimitiveStandardAttributes.className */ | |
2830 AnimatedString get $dom_svgClassName native "SVGFilterPrimitiveStandardAttribu
tes_className_Getter"; | 2384 AnimatedString get $dom_svgClassName native "SVGFilterPrimitiveStandardAttribu
tes_className_Getter"; |
2831 | 2385 |
2832 | 2386 @DomName("SVGFilterPrimitiveStandardAttributes.style") |
2833 /** @domName SVGFilterPrimitiveStandardAttributes.style */ | |
2834 CssStyleDeclaration get style native "SVGFilterPrimitiveStandardAttributes_sty
le_Getter"; | 2387 CssStyleDeclaration get style native "SVGFilterPrimitiveStandardAttributes_sty
le_Getter"; |
2835 | 2388 |
2836 | 2389 @DomName("SVGFilterPrimitiveStandardAttributes.getPresentationAttribute") |
2837 /** @domName SVGFilterPrimitiveStandardAttributes.getPresentationAttribute */ | |
2838 CssValue getPresentationAttribute(String name) native "SVGFilterPrimitiveStand
ardAttributes_getPresentationAttribute_Callback"; | 2390 CssValue getPresentationAttribute(String name) native "SVGFilterPrimitiveStand
ardAttributes_getPresentationAttribute_Callback"; |
2839 | 2391 |
2840 } | 2392 } |
2841 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2393 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2842 // for details. All rights reserved. Use of this source code is governed by a | 2394 // for details. All rights reserved. Use of this source code is governed by a |
2843 // BSD-style license that can be found in the LICENSE file. | 2395 // BSD-style license that can be found in the LICENSE file. |
2844 | 2396 |
2845 // WARNING: Do not edit - generated code. | 2397 // WARNING: Do not edit - generated code. |
2846 | 2398 |
2847 | 2399 |
2848 /// @domName SVGFitToViewBox | 2400 @DomName("SVGFitToViewBox") |
2849 class FitToViewBox extends NativeFieldWrapperClass1 { | 2401 class FitToViewBox extends NativeFieldWrapperClass1 { |
2850 FitToViewBox.internal(); | 2402 FitToViewBox.internal(); |
2851 | 2403 |
2852 | 2404 @DomName("SVGFitToViewBox.preserveAspectRatio") |
2853 /** @domName SVGFitToViewBox.preserveAspectRatio */ | |
2854 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr
eserveAspectRatio_Getter"; | 2405 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr
eserveAspectRatio_Getter"; |
2855 | 2406 |
2856 | 2407 @DomName("SVGFitToViewBox.viewBox") |
2857 /** @domName SVGFitToViewBox.viewBox */ | |
2858 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; | 2408 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; |
2859 | 2409 |
2860 } | 2410 } |
2861 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2411 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2862 // for details. All rights reserved. Use of this source code is governed by a | 2412 // for details. All rights reserved. Use of this source code is governed by a |
2863 // BSD-style license that can be found in the LICENSE file. | 2413 // BSD-style license that can be found in the LICENSE file. |
2864 | 2414 |
2865 // WARNING: Do not edit - generated code. | 2415 // WARNING: Do not edit - generated code. |
2866 | 2416 |
2867 | 2417 |
2868 /// @domName SVGFontElement | 2418 @DomName("SVGFontElement") |
2869 class FontElement extends SvgElement { | 2419 class FontElement extends SvgElement { |
2870 FontElement.internal() : super.internal(); | 2420 FontElement.internal() : super.internal(); |
2871 | 2421 |
2872 ///@docsEditable true | 2422 /// @docsEditable true |
2873 factory FontElement() => _SvgElementFactoryProvider.createSvgElement_tag("font
"); | 2423 factory FontElement() => _SvgElementFactoryProvider.createSvgElement_tag("font
"); |
2874 | 2424 |
2875 } | 2425 } |
2876 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2426 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2877 // for details. All rights reserved. Use of this source code is governed by a | 2427 // for details. All rights reserved. Use of this source code is governed by a |
2878 // BSD-style license that can be found in the LICENSE file. | 2428 // BSD-style license that can be found in the LICENSE file. |
2879 | 2429 |
2880 // WARNING: Do not edit - generated code. | 2430 // WARNING: Do not edit - generated code. |
2881 | 2431 |
2882 | 2432 |
2883 /// @domName SVGFontFaceElement | 2433 @DomName("SVGFontFaceElement") |
2884 class FontFaceElement extends SvgElement { | 2434 class FontFaceElement extends SvgElement { |
2885 FontFaceElement.internal() : super.internal(); | 2435 FontFaceElement.internal() : super.internal(); |
2886 | 2436 |
2887 ///@docsEditable true | 2437 /// @docsEditable true |
2888 factory FontFaceElement() => _SvgElementFactoryProvider.createSvgElement_tag("
font-face"); | 2438 factory FontFaceElement() => _SvgElementFactoryProvider.createSvgElement_tag("
font-face"); |
2889 | 2439 |
2890 } | 2440 } |
2891 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2441 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2892 // for details. All rights reserved. Use of this source code is governed by a | 2442 // for details. All rights reserved. Use of this source code is governed by a |
2893 // BSD-style license that can be found in the LICENSE file. | 2443 // BSD-style license that can be found in the LICENSE file. |
2894 | 2444 |
2895 // WARNING: Do not edit - generated code. | 2445 // WARNING: Do not edit - generated code. |
2896 | 2446 |
2897 | 2447 |
2898 /// @domName SVGFontFaceFormatElement | 2448 @DomName("SVGFontFaceFormatElement") |
2899 class FontFaceFormatElement extends SvgElement { | 2449 class FontFaceFormatElement extends SvgElement { |
2900 FontFaceFormatElement.internal() : super.internal(); | 2450 FontFaceFormatElement.internal() : super.internal(); |
2901 | 2451 |
2902 ///@docsEditable true | 2452 /// @docsEditable true |
2903 factory FontFaceFormatElement() => _SvgElementFactoryProvider.createSvgElement
_tag("font-face-format"); | 2453 factory FontFaceFormatElement() => _SvgElementFactoryProvider.createSvgElement
_tag("font-face-format"); |
2904 | 2454 |
2905 } | 2455 } |
2906 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2456 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2907 // for details. All rights reserved. Use of this source code is governed by a | 2457 // for details. All rights reserved. Use of this source code is governed by a |
2908 // BSD-style license that can be found in the LICENSE file. | 2458 // BSD-style license that can be found in the LICENSE file. |
2909 | 2459 |
2910 // WARNING: Do not edit - generated code. | 2460 // WARNING: Do not edit - generated code. |
2911 | 2461 |
2912 | 2462 |
2913 /// @domName SVGFontFaceNameElement | 2463 @DomName("SVGFontFaceNameElement") |
2914 class FontFaceNameElement extends SvgElement { | 2464 class FontFaceNameElement extends SvgElement { |
2915 FontFaceNameElement.internal() : super.internal(); | 2465 FontFaceNameElement.internal() : super.internal(); |
2916 | 2466 |
2917 ///@docsEditable true | 2467 /// @docsEditable true |
2918 factory FontFaceNameElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("font-face-name"); | 2468 factory FontFaceNameElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("font-face-name"); |
2919 | 2469 |
2920 } | 2470 } |
2921 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2471 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2922 // for details. All rights reserved. Use of this source code is governed by a | 2472 // for details. All rights reserved. Use of this source code is governed by a |
2923 // BSD-style license that can be found in the LICENSE file. | 2473 // BSD-style license that can be found in the LICENSE file. |
2924 | 2474 |
2925 // WARNING: Do not edit - generated code. | 2475 // WARNING: Do not edit - generated code. |
2926 | 2476 |
2927 | 2477 |
2928 /// @domName SVGFontFaceSrcElement | 2478 @DomName("SVGFontFaceSrcElement") |
2929 class FontFaceSrcElement extends SvgElement { | 2479 class FontFaceSrcElement extends SvgElement { |
2930 FontFaceSrcElement.internal() : super.internal(); | 2480 FontFaceSrcElement.internal() : super.internal(); |
2931 | 2481 |
2932 ///@docsEditable true | 2482 /// @docsEditable true |
2933 factory FontFaceSrcElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-src"); | 2483 factory FontFaceSrcElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-src"); |
2934 | 2484 |
2935 } | 2485 } |
2936 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2486 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2937 // for details. All rights reserved. Use of this source code is governed by a | 2487 // for details. All rights reserved. Use of this source code is governed by a |
2938 // BSD-style license that can be found in the LICENSE file. | 2488 // BSD-style license that can be found in the LICENSE file. |
2939 | 2489 |
2940 // WARNING: Do not edit - generated code. | 2490 // WARNING: Do not edit - generated code. |
2941 | 2491 |
2942 | 2492 |
2943 /// @domName SVGFontFaceUriElement | 2493 @DomName("SVGFontFaceUriElement") |
2944 class FontFaceUriElement extends SvgElement { | 2494 class FontFaceUriElement extends SvgElement { |
2945 FontFaceUriElement.internal() : super.internal(); | 2495 FontFaceUriElement.internal() : super.internal(); |
2946 | 2496 |
2947 ///@docsEditable true | 2497 /// @docsEditable true |
2948 factory FontFaceUriElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-uri"); | 2498 factory FontFaceUriElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-uri"); |
2949 | 2499 |
2950 } | 2500 } |
2951 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2501 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2952 // for details. All rights reserved. Use of this source code is governed by a | 2502 // for details. All rights reserved. Use of this source code is governed by a |
2953 // BSD-style license that can be found in the LICENSE file. | 2503 // BSD-style license that can be found in the LICENSE file. |
2954 | 2504 |
2955 // WARNING: Do not edit - generated code. | 2505 // WARNING: Do not edit - generated code. |
2956 | 2506 |
2957 | 2507 |
2958 /// @domName SVGForeignObjectElement | 2508 @DomName("SVGForeignObjectElement") |
2959 class ForeignObjectElement extends SvgElement implements Transformable, Tests, S
tylable, ExternalResourcesRequired, LangSpace { | 2509 class ForeignObjectElement extends SvgElement implements Transformable, Tests, S
tylable, ExternalResourcesRequired, LangSpace { |
2960 ForeignObjectElement.internal() : super.internal(); | 2510 ForeignObjectElement.internal() : super.internal(); |
2961 | 2511 |
2962 ///@docsEditable true | 2512 /// @docsEditable true |
2963 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); | 2513 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); |
2964 | 2514 |
2965 | 2515 @DomName("SVGForeignObjectElement.height") |
2966 /** @domName SVGForeignObjectElement.height */ | |
2967 AnimatedLength get height native "SVGForeignObjectElement_height_Getter"; | 2516 AnimatedLength get height native "SVGForeignObjectElement_height_Getter"; |
2968 | 2517 |
2969 | 2518 @DomName("SVGForeignObjectElement.width") |
2970 /** @domName SVGForeignObjectElement.width */ | |
2971 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; | 2519 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; |
2972 | 2520 |
2973 | 2521 @DomName("SVGForeignObjectElement.x") |
2974 /** @domName SVGForeignObjectElement.x */ | |
2975 AnimatedLength get x native "SVGForeignObjectElement_x_Getter"; | 2522 AnimatedLength get x native "SVGForeignObjectElement_x_Getter"; |
2976 | 2523 |
2977 | 2524 @DomName("SVGForeignObjectElement.y") |
2978 /** @domName SVGForeignObjectElement.y */ | |
2979 AnimatedLength get y native "SVGForeignObjectElement_y_Getter"; | 2525 AnimatedLength get y native "SVGForeignObjectElement_y_Getter"; |
2980 | 2526 |
2981 | 2527 @DomName("SVGForeignObjectElement.externalResourcesRequired") |
2982 /** @domName SVGForeignObjectElement.externalResourcesRequired */ | |
2983 AnimatedBoolean get externalResourcesRequired native "SVGForeignObjectElement_
externalResourcesRequired_Getter"; | 2528 AnimatedBoolean get externalResourcesRequired native "SVGForeignObjectElement_
externalResourcesRequired_Getter"; |
2984 | 2529 |
2985 | 2530 @DomName("SVGForeignObjectElement.xmllang") |
2986 /** @domName SVGForeignObjectElement.xmllang */ | |
2987 String get xmllang native "SVGForeignObjectElement_xmllang_Getter"; | 2531 String get xmllang native "SVGForeignObjectElement_xmllang_Getter"; |
2988 | 2532 |
2989 | 2533 @DomName("SVGForeignObjectElement.xmllang") |
2990 /** @domName SVGForeignObjectElement.xmllang */ | |
2991 void set xmllang(String value) native "SVGForeignObjectElement_xmllang_Setter"
; | 2534 void set xmllang(String value) native "SVGForeignObjectElement_xmllang_Setter"
; |
2992 | 2535 |
2993 | 2536 @DomName("SVGForeignObjectElement.xmlspace") |
2994 /** @domName SVGForeignObjectElement.xmlspace */ | |
2995 String get xmlspace native "SVGForeignObjectElement_xmlspace_Getter"; | 2537 String get xmlspace native "SVGForeignObjectElement_xmlspace_Getter"; |
2996 | 2538 |
2997 | 2539 @DomName("SVGForeignObjectElement.xmlspace") |
2998 /** @domName SVGForeignObjectElement.xmlspace */ | |
2999 void set xmlspace(String value) native "SVGForeignObjectElement_xmlspace_Sette
r"; | 2540 void set xmlspace(String value) native "SVGForeignObjectElement_xmlspace_Sette
r"; |
3000 | 2541 |
3001 | 2542 @DomName("SVGForeignObjectElement.farthestViewportElement") |
3002 /** @domName SVGForeignObjectElement.farthestViewportElement */ | |
3003 SvgElement get farthestViewportElement native "SVGForeignObjectElement_farthes
tViewportElement_Getter"; | 2543 SvgElement get farthestViewportElement native "SVGForeignObjectElement_farthes
tViewportElement_Getter"; |
3004 | 2544 |
3005 | 2545 @DomName("SVGForeignObjectElement.nearestViewportElement") |
3006 /** @domName SVGForeignObjectElement.nearestViewportElement */ | |
3007 SvgElement get nearestViewportElement native "SVGForeignObjectElement_nearestV
iewportElement_Getter"; | 2546 SvgElement get nearestViewportElement native "SVGForeignObjectElement_nearestV
iewportElement_Getter"; |
3008 | 2547 |
3009 | 2548 @DomName("SVGForeignObjectElement.getBBox") |
3010 /** @domName SVGForeignObjectElement.getBBox */ | |
3011 Rect getBBox() native "SVGForeignObjectElement_getBBox_Callback"; | 2549 Rect getBBox() native "SVGForeignObjectElement_getBBox_Callback"; |
3012 | 2550 |
3013 | 2551 @DomName("SVGForeignObjectElement.getCTM") |
3014 /** @domName SVGForeignObjectElement.getCTM */ | |
3015 Matrix getCtm() native "SVGForeignObjectElement_getCTM_Callback"; | 2552 Matrix getCtm() native "SVGForeignObjectElement_getCTM_Callback"; |
3016 | 2553 |
3017 | 2554 @DomName("SVGForeignObjectElement.getScreenCTM") |
3018 /** @domName SVGForeignObjectElement.getScreenCTM */ | |
3019 Matrix getScreenCtm() native "SVGForeignObjectElement_getScreenCTM_Callback"; | 2555 Matrix getScreenCtm() native "SVGForeignObjectElement_getScreenCTM_Callback"; |
3020 | 2556 |
3021 | 2557 @DomName("SVGForeignObjectElement.getTransformToElement") |
3022 /** @domName SVGForeignObjectElement.getTransformToElement */ | |
3023 Matrix getTransformToElement(SvgElement element) native "SVGForeignObjectEleme
nt_getTransformToElement_Callback"; | 2558 Matrix getTransformToElement(SvgElement element) native "SVGForeignObjectEleme
nt_getTransformToElement_Callback"; |
3024 | 2559 |
3025 | 2560 @DomName("SVGForeignObjectElement.className") |
3026 /** @domName SVGForeignObjectElement.className */ | |
3027 AnimatedString get $dom_svgClassName native "SVGForeignObjectElement_className
_Getter"; | 2561 AnimatedString get $dom_svgClassName native "SVGForeignObjectElement_className
_Getter"; |
3028 | 2562 |
3029 | 2563 @DomName("SVGForeignObjectElement.style") |
3030 /** @domName SVGForeignObjectElement.style */ | |
3031 CssStyleDeclaration get style native "SVGForeignObjectElement_style_Getter"; | 2564 CssStyleDeclaration get style native "SVGForeignObjectElement_style_Getter"; |
3032 | 2565 |
3033 | 2566 @DomName("SVGForeignObjectElement.getPresentationAttribute") |
3034 /** @domName SVGForeignObjectElement.getPresentationAttribute */ | |
3035 CssValue getPresentationAttribute(String name) native "SVGForeignObjectElement
_getPresentationAttribute_Callback"; | 2567 CssValue getPresentationAttribute(String name) native "SVGForeignObjectElement
_getPresentationAttribute_Callback"; |
3036 | 2568 |
3037 | 2569 @DomName("SVGForeignObjectElement.requiredExtensions") |
3038 /** @domName SVGForeignObjectElement.requiredExtensions */ | |
3039 StringList get requiredExtensions native "SVGForeignObjectElement_requiredExte
nsions_Getter"; | 2570 StringList get requiredExtensions native "SVGForeignObjectElement_requiredExte
nsions_Getter"; |
3040 | 2571 |
3041 | 2572 @DomName("SVGForeignObjectElement.requiredFeatures") |
3042 /** @domName SVGForeignObjectElement.requiredFeatures */ | |
3043 StringList get requiredFeatures native "SVGForeignObjectElement_requiredFeatur
es_Getter"; | 2573 StringList get requiredFeatures native "SVGForeignObjectElement_requiredFeatur
es_Getter"; |
3044 | 2574 |
3045 | 2575 @DomName("SVGForeignObjectElement.systemLanguage") |
3046 /** @domName SVGForeignObjectElement.systemLanguage */ | |
3047 StringList get systemLanguage native "SVGForeignObjectElement_systemLanguage_G
etter"; | 2576 StringList get systemLanguage native "SVGForeignObjectElement_systemLanguage_G
etter"; |
3048 | 2577 |
3049 | 2578 @DomName("SVGForeignObjectElement.hasExtension") |
3050 /** @domName SVGForeignObjectElement.hasExtension */ | |
3051 bool hasExtension(String extension) native "SVGForeignObjectElement_hasExtensi
on_Callback"; | 2579 bool hasExtension(String extension) native "SVGForeignObjectElement_hasExtensi
on_Callback"; |
3052 | 2580 |
3053 | 2581 @DomName("SVGForeignObjectElement.transform") |
3054 /** @domName SVGForeignObjectElement.transform */ | |
3055 AnimatedTransformList get transform native "SVGForeignObjectElement_transform_
Getter"; | 2582 AnimatedTransformList get transform native "SVGForeignObjectElement_transform_
Getter"; |
3056 | 2583 |
3057 } | 2584 } |
3058 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2585 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3059 // for details. All rights reserved. Use of this source code is governed by a | 2586 // for details. All rights reserved. Use of this source code is governed by a |
3060 // BSD-style license that can be found in the LICENSE file. | 2587 // BSD-style license that can be found in the LICENSE file. |
3061 | 2588 |
3062 // WARNING: Do not edit - generated code. | 2589 // WARNING: Do not edit - generated code. |
3063 | 2590 |
3064 | 2591 |
3065 /// @domName SVGGElement | 2592 @DomName("SVGGElement") |
3066 class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext
ernalResourcesRequired, LangSpace { | 2593 class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext
ernalResourcesRequired, LangSpace { |
3067 GElement.internal() : super.internal(); | 2594 GElement.internal() : super.internal(); |
3068 | 2595 |
3069 ///@docsEditable true | 2596 /// @docsEditable true |
3070 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); | 2597 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
3071 | 2598 |
3072 | 2599 @DomName("SVGGElement.externalResourcesRequired") |
3073 /** @domName SVGGElement.externalResourcesRequired */ | |
3074 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso
urcesRequired_Getter"; | 2600 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso
urcesRequired_Getter"; |
3075 | 2601 |
3076 | 2602 @DomName("SVGGElement.xmllang") |
3077 /** @domName SVGGElement.xmllang */ | |
3078 String get xmllang native "SVGGElement_xmllang_Getter"; | 2603 String get xmllang native "SVGGElement_xmllang_Getter"; |
3079 | 2604 |
3080 | 2605 @DomName("SVGGElement.xmllang") |
3081 /** @domName SVGGElement.xmllang */ | |
3082 void set xmllang(String value) native "SVGGElement_xmllang_Setter"; | 2606 void set xmllang(String value) native "SVGGElement_xmllang_Setter"; |
3083 | 2607 |
3084 | 2608 @DomName("SVGGElement.xmlspace") |
3085 /** @domName SVGGElement.xmlspace */ | |
3086 String get xmlspace native "SVGGElement_xmlspace_Getter"; | 2609 String get xmlspace native "SVGGElement_xmlspace_Getter"; |
3087 | 2610 |
3088 | 2611 @DomName("SVGGElement.xmlspace") |
3089 /** @domName SVGGElement.xmlspace */ | |
3090 void set xmlspace(String value) native "SVGGElement_xmlspace_Setter"; | 2612 void set xmlspace(String value) native "SVGGElement_xmlspace_Setter"; |
3091 | 2613 |
3092 | 2614 @DomName("SVGGElement.farthestViewportElement") |
3093 /** @domName SVGGElement.farthestViewportElement */ | |
3094 SvgElement get farthestViewportElement native "SVGGElement_farthestViewportEle
ment_Getter"; | 2615 SvgElement get farthestViewportElement native "SVGGElement_farthestViewportEle
ment_Getter"; |
3095 | 2616 |
3096 | 2617 @DomName("SVGGElement.nearestViewportElement") |
3097 /** @domName SVGGElement.nearestViewportElement */ | |
3098 SvgElement get nearestViewportElement native "SVGGElement_nearestViewportEleme
nt_Getter"; | 2618 SvgElement get nearestViewportElement native "SVGGElement_nearestViewportEleme
nt_Getter"; |
3099 | 2619 |
3100 | 2620 @DomName("SVGGElement.getBBox") |
3101 /** @domName SVGGElement.getBBox */ | |
3102 Rect getBBox() native "SVGGElement_getBBox_Callback"; | 2621 Rect getBBox() native "SVGGElement_getBBox_Callback"; |
3103 | 2622 |
3104 | 2623 @DomName("SVGGElement.getCTM") |
3105 /** @domName SVGGElement.getCTM */ | |
3106 Matrix getCtm() native "SVGGElement_getCTM_Callback"; | 2624 Matrix getCtm() native "SVGGElement_getCTM_Callback"; |
3107 | 2625 |
3108 | 2626 @DomName("SVGGElement.getScreenCTM") |
3109 /** @domName SVGGElement.getScreenCTM */ | |
3110 Matrix getScreenCtm() native "SVGGElement_getScreenCTM_Callback"; | 2627 Matrix getScreenCtm() native "SVGGElement_getScreenCTM_Callback"; |
3111 | 2628 |
3112 | 2629 @DomName("SVGGElement.getTransformToElement") |
3113 /** @domName SVGGElement.getTransformToElement */ | |
3114 Matrix getTransformToElement(SvgElement element) native "SVGGElement_getTransf
ormToElement_Callback"; | 2630 Matrix getTransformToElement(SvgElement element) native "SVGGElement_getTransf
ormToElement_Callback"; |
3115 | 2631 |
3116 | 2632 @DomName("SVGGElement.className") |
3117 /** @domName SVGGElement.className */ | |
3118 AnimatedString get $dom_svgClassName native "SVGGElement_className_Getter"; | 2633 AnimatedString get $dom_svgClassName native "SVGGElement_className_Getter"; |
3119 | 2634 |
3120 | 2635 @DomName("SVGGElement.style") |
3121 /** @domName SVGGElement.style */ | |
3122 CssStyleDeclaration get style native "SVGGElement_style_Getter"; | 2636 CssStyleDeclaration get style native "SVGGElement_style_Getter"; |
3123 | 2637 |
3124 | 2638 @DomName("SVGGElement.getPresentationAttribute") |
3125 /** @domName SVGGElement.getPresentationAttribute */ | |
3126 CssValue getPresentationAttribute(String name) native "SVGGElement_getPresenta
tionAttribute_Callback"; | 2639 CssValue getPresentationAttribute(String name) native "SVGGElement_getPresenta
tionAttribute_Callback"; |
3127 | 2640 |
3128 | 2641 @DomName("SVGGElement.requiredExtensions") |
3129 /** @domName SVGGElement.requiredExtensions */ | |
3130 StringList get requiredExtensions native "SVGGElement_requiredExtensions_Gette
r"; | 2642 StringList get requiredExtensions native "SVGGElement_requiredExtensions_Gette
r"; |
3131 | 2643 |
3132 | 2644 @DomName("SVGGElement.requiredFeatures") |
3133 /** @domName SVGGElement.requiredFeatures */ | |
3134 StringList get requiredFeatures native "SVGGElement_requiredFeatures_Getter"; | 2645 StringList get requiredFeatures native "SVGGElement_requiredFeatures_Getter"; |
3135 | 2646 |
3136 | 2647 @DomName("SVGGElement.systemLanguage") |
3137 /** @domName SVGGElement.systemLanguage */ | |
3138 StringList get systemLanguage native "SVGGElement_systemLanguage_Getter"; | 2648 StringList get systemLanguage native "SVGGElement_systemLanguage_Getter"; |
3139 | 2649 |
3140 | 2650 @DomName("SVGGElement.hasExtension") |
3141 /** @domName SVGGElement.hasExtension */ | |
3142 bool hasExtension(String extension) native "SVGGElement_hasExtension_Callback"
; | 2651 bool hasExtension(String extension) native "SVGGElement_hasExtension_Callback"
; |
3143 | 2652 |
3144 | 2653 @DomName("SVGGElement.transform") |
3145 /** @domName SVGGElement.transform */ | |
3146 AnimatedTransformList get transform native "SVGGElement_transform_Getter"; | 2654 AnimatedTransformList get transform native "SVGGElement_transform_Getter"; |
3147 | 2655 |
3148 } | 2656 } |
3149 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2657 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3150 // for details. All rights reserved. Use of this source code is governed by a | 2658 // for details. All rights reserved. Use of this source code is governed by a |
3151 // BSD-style license that can be found in the LICENSE file. | 2659 // BSD-style license that can be found in the LICENSE file. |
3152 | 2660 |
3153 // WARNING: Do not edit - generated code. | 2661 // WARNING: Do not edit - generated code. |
3154 | 2662 |
3155 | 2663 |
3156 /// @domName SVGGlyphElement | 2664 @DomName("SVGGlyphElement") |
3157 class GlyphElement extends SvgElement { | 2665 class GlyphElement extends SvgElement { |
3158 GlyphElement.internal() : super.internal(); | 2666 GlyphElement.internal() : super.internal(); |
3159 | 2667 |
3160 ///@docsEditable true | 2668 /// @docsEditable true |
3161 factory GlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("gly
ph"); | 2669 factory GlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("gly
ph"); |
3162 | 2670 |
3163 } | 2671 } |
3164 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2672 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3165 // for details. All rights reserved. Use of this source code is governed by a | 2673 // for details. All rights reserved. Use of this source code is governed by a |
3166 // BSD-style license that can be found in the LICENSE file. | 2674 // BSD-style license that can be found in the LICENSE file. |
3167 | 2675 |
3168 // WARNING: Do not edit - generated code. | 2676 // WARNING: Do not edit - generated code. |
3169 | 2677 |
3170 | 2678 |
3171 /// @domName SVGGlyphRefElement | 2679 @DomName("SVGGlyphRefElement") |
3172 class GlyphRefElement extends SvgElement implements UriReference, Stylable { | 2680 class GlyphRefElement extends SvgElement implements UriReference, Stylable { |
3173 GlyphRefElement.internal() : super.internal(); | 2681 GlyphRefElement.internal() : super.internal(); |
3174 | 2682 |
3175 | 2683 @DomName("SVGGlyphRefElement.dx") |
3176 /** @domName SVGGlyphRefElement.dx */ | |
3177 num get dx native "SVGGlyphRefElement_dx_Getter"; | 2684 num get dx native "SVGGlyphRefElement_dx_Getter"; |
3178 | 2685 |
3179 | 2686 @DomName("SVGGlyphRefElement.dx") |
3180 /** @domName SVGGlyphRefElement.dx */ | |
3181 void set dx(num value) native "SVGGlyphRefElement_dx_Setter"; | 2687 void set dx(num value) native "SVGGlyphRefElement_dx_Setter"; |
3182 | 2688 |
3183 | 2689 @DomName("SVGGlyphRefElement.dy") |
3184 /** @domName SVGGlyphRefElement.dy */ | |
3185 num get dy native "SVGGlyphRefElement_dy_Getter"; | 2690 num get dy native "SVGGlyphRefElement_dy_Getter"; |
3186 | 2691 |
3187 | 2692 @DomName("SVGGlyphRefElement.dy") |
3188 /** @domName SVGGlyphRefElement.dy */ | |
3189 void set dy(num value) native "SVGGlyphRefElement_dy_Setter"; | 2693 void set dy(num value) native "SVGGlyphRefElement_dy_Setter"; |
3190 | 2694 |
3191 | 2695 @DomName("SVGGlyphRefElement.format") |
3192 /** @domName SVGGlyphRefElement.format */ | |
3193 String get format native "SVGGlyphRefElement_format_Getter"; | 2696 String get format native "SVGGlyphRefElement_format_Getter"; |
3194 | 2697 |
3195 | 2698 @DomName("SVGGlyphRefElement.format") |
3196 /** @domName SVGGlyphRefElement.format */ | |
3197 void set format(String value) native "SVGGlyphRefElement_format_Setter"; | 2699 void set format(String value) native "SVGGlyphRefElement_format_Setter"; |
3198 | 2700 |
3199 | 2701 @DomName("SVGGlyphRefElement.glyphRef") |
3200 /** @domName SVGGlyphRefElement.glyphRef */ | |
3201 String get glyphRef native "SVGGlyphRefElement_glyphRef_Getter"; | 2702 String get glyphRef native "SVGGlyphRefElement_glyphRef_Getter"; |
3202 | 2703 |
3203 | 2704 @DomName("SVGGlyphRefElement.glyphRef") |
3204 /** @domName SVGGlyphRefElement.glyphRef */ | |
3205 void set glyphRef(String value) native "SVGGlyphRefElement_glyphRef_Setter"; | 2705 void set glyphRef(String value) native "SVGGlyphRefElement_glyphRef_Setter"; |
3206 | 2706 |
3207 | 2707 @DomName("SVGGlyphRefElement.x") |
3208 /** @domName SVGGlyphRefElement.x */ | |
3209 num get x native "SVGGlyphRefElement_x_Getter"; | 2708 num get x native "SVGGlyphRefElement_x_Getter"; |
3210 | 2709 |
3211 | 2710 @DomName("SVGGlyphRefElement.x") |
3212 /** @domName SVGGlyphRefElement.x */ | |
3213 void set x(num value) native "SVGGlyphRefElement_x_Setter"; | 2711 void set x(num value) native "SVGGlyphRefElement_x_Setter"; |
3214 | 2712 |
3215 | 2713 @DomName("SVGGlyphRefElement.y") |
3216 /** @domName SVGGlyphRefElement.y */ | |
3217 num get y native "SVGGlyphRefElement_y_Getter"; | 2714 num get y native "SVGGlyphRefElement_y_Getter"; |
3218 | 2715 |
3219 | 2716 @DomName("SVGGlyphRefElement.y") |
3220 /** @domName SVGGlyphRefElement.y */ | |
3221 void set y(num value) native "SVGGlyphRefElement_y_Setter"; | 2717 void set y(num value) native "SVGGlyphRefElement_y_Setter"; |
3222 | 2718 |
3223 | 2719 @DomName("SVGGlyphRefElement.className") |
3224 /** @domName SVGGlyphRefElement.className */ | |
3225 AnimatedString get $dom_svgClassName native "SVGGlyphRefElement_className_Gett
er"; | 2720 AnimatedString get $dom_svgClassName native "SVGGlyphRefElement_className_Gett
er"; |
3226 | 2721 |
3227 | 2722 @DomName("SVGGlyphRefElement.style") |
3228 /** @domName SVGGlyphRefElement.style */ | |
3229 CssStyleDeclaration get style native "SVGGlyphRefElement_style_Getter"; | 2723 CssStyleDeclaration get style native "SVGGlyphRefElement_style_Getter"; |
3230 | 2724 |
3231 | 2725 @DomName("SVGGlyphRefElement.getPresentationAttribute") |
3232 /** @domName SVGGlyphRefElement.getPresentationAttribute */ | |
3233 CssValue getPresentationAttribute(String name) native "SVGGlyphRefElement_getP
resentationAttribute_Callback"; | 2726 CssValue getPresentationAttribute(String name) native "SVGGlyphRefElement_getP
resentationAttribute_Callback"; |
3234 | 2727 |
3235 | 2728 @DomName("SVGGlyphRefElement.href") |
3236 /** @domName SVGGlyphRefElement.href */ | |
3237 AnimatedString get href native "SVGGlyphRefElement_href_Getter"; | 2729 AnimatedString get href native "SVGGlyphRefElement_href_Getter"; |
3238 | 2730 |
3239 } | 2731 } |
3240 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2732 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3241 // for details. All rights reserved. Use of this source code is governed by a | 2733 // for details. All rights reserved. Use of this source code is governed by a |
3242 // BSD-style license that can be found in the LICENSE file. | 2734 // BSD-style license that can be found in the LICENSE file. |
3243 | 2735 |
3244 // WARNING: Do not edit - generated code. | 2736 // WARNING: Do not edit - generated code. |
3245 | 2737 |
3246 | 2738 |
3247 /// @domName SVGGradientElement | 2739 @DomName("SVGGradientElement") |
3248 class GradientElement extends SvgElement implements UriReference, ExternalResour
cesRequired, Stylable { | 2740 class GradientElement extends SvgElement implements UriReference, ExternalResour
cesRequired, Stylable { |
3249 GradientElement.internal() : super.internal(); | 2741 GradientElement.internal() : super.internal(); |
3250 | 2742 |
3251 static const int SVG_SPREADMETHOD_PAD = 1; | 2743 static const int SVG_SPREADMETHOD_PAD = 1; |
3252 | 2744 |
3253 static const int SVG_SPREADMETHOD_REFLECT = 2; | 2745 static const int SVG_SPREADMETHOD_REFLECT = 2; |
3254 | 2746 |
3255 static const int SVG_SPREADMETHOD_REPEAT = 3; | 2747 static const int SVG_SPREADMETHOD_REPEAT = 3; |
3256 | 2748 |
3257 static const int SVG_SPREADMETHOD_UNKNOWN = 0; | 2749 static const int SVG_SPREADMETHOD_UNKNOWN = 0; |
3258 | 2750 |
3259 | 2751 @DomName("SVGGradientElement.gradientTransform") |
3260 /** @domName SVGGradientElement.gradientTransform */ | |
3261 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien
tTransform_Getter"; | 2752 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien
tTransform_Getter"; |
3262 | 2753 |
3263 | 2754 @DomName("SVGGradientElement.gradientUnits") |
3264 /** @domName SVGGradientElement.gradientUnits */ | |
3265 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits
_Getter"; | 2755 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits
_Getter"; |
3266 | 2756 |
3267 | 2757 @DomName("SVGGradientElement.spreadMethod") |
3268 /** @domName SVGGradientElement.spreadMethod */ | |
3269 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G
etter"; | 2758 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G
etter"; |
3270 | 2759 |
3271 | 2760 @DomName("SVGGradientElement.externalResourcesRequired") |
3272 /** @domName SVGGradientElement.externalResourcesRequired */ | |
3273 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter
nalResourcesRequired_Getter"; | 2761 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter
nalResourcesRequired_Getter"; |
3274 | 2762 |
3275 | 2763 @DomName("SVGGradientElement.className") |
3276 /** @domName SVGGradientElement.className */ | |
3277 AnimatedString get $dom_svgClassName native "SVGGradientElement_className_Gett
er"; | 2764 AnimatedString get $dom_svgClassName native "SVGGradientElement_className_Gett
er"; |
3278 | 2765 |
3279 | 2766 @DomName("SVGGradientElement.style") |
3280 /** @domName SVGGradientElement.style */ | |
3281 CssStyleDeclaration get style native "SVGGradientElement_style_Getter"; | 2767 CssStyleDeclaration get style native "SVGGradientElement_style_Getter"; |
3282 | 2768 |
3283 | 2769 @DomName("SVGGradientElement.getPresentationAttribute") |
3284 /** @domName SVGGradientElement.getPresentationAttribute */ | |
3285 CssValue getPresentationAttribute(String name) native "SVGGradientElement_getP
resentationAttribute_Callback"; | 2770 CssValue getPresentationAttribute(String name) native "SVGGradientElement_getP
resentationAttribute_Callback"; |
3286 | 2771 |
3287 | 2772 @DomName("SVGGradientElement.href") |
3288 /** @domName SVGGradientElement.href */ | |
3289 AnimatedString get href native "SVGGradientElement_href_Getter"; | 2773 AnimatedString get href native "SVGGradientElement_href_Getter"; |
3290 | 2774 |
3291 } | 2775 } |
3292 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2776 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3293 // for details. All rights reserved. Use of this source code is governed by a | 2777 // for details. All rights reserved. Use of this source code is governed by a |
3294 // BSD-style license that can be found in the LICENSE file. | 2778 // BSD-style license that can be found in the LICENSE file. |
3295 | 2779 |
3296 // WARNING: Do not edit - generated code. | 2780 // WARNING: Do not edit - generated code. |
3297 | 2781 |
3298 | 2782 |
3299 /// @domName SVGHKernElement | 2783 @DomName("SVGHKernElement") |
3300 class HKernElement extends SvgElement { | 2784 class HKernElement extends SvgElement { |
3301 HKernElement.internal() : super.internal(); | 2785 HKernElement.internal() : super.internal(); |
3302 | 2786 |
3303 ///@docsEditable true | 2787 /// @docsEditable true |
3304 factory HKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("hke
rn"); | 2788 factory HKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("hke
rn"); |
3305 | 2789 |
3306 } | 2790 } |
3307 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2791 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3308 // for details. All rights reserved. Use of this source code is governed by a | 2792 // for details. All rights reserved. Use of this source code is governed by a |
3309 // BSD-style license that can be found in the LICENSE file. | 2793 // BSD-style license that can be found in the LICENSE file. |
3310 | 2794 |
3311 // WARNING: Do not edit - generated code. | 2795 // WARNING: Do not edit - generated code. |
3312 | 2796 |
3313 | 2797 |
3314 /// @domName SVGImageElement | 2798 @DomName("SVGImageElement") |
3315 class ImageElement extends SvgElement implements Transformable, Tests, UriRefere
nce, Stylable, ExternalResourcesRequired, LangSpace { | 2799 class ImageElement extends SvgElement implements Transformable, Tests, UriRefere
nce, Stylable, ExternalResourcesRequired, LangSpace { |
3316 ImageElement.internal() : super.internal(); | 2800 ImageElement.internal() : super.internal(); |
3317 | 2801 |
3318 ///@docsEditable true | 2802 /// @docsEditable true |
3319 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 2803 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); |
3320 | 2804 |
3321 | 2805 @DomName("SVGImageElement.height") |
3322 /** @domName SVGImageElement.height */ | |
3323 AnimatedLength get height native "SVGImageElement_height_Getter"; | 2806 AnimatedLength get height native "SVGImageElement_height_Getter"; |
3324 | 2807 |
3325 | 2808 @DomName("SVGImageElement.preserveAspectRatio") |
3326 /** @domName SVGImageElement.preserveAspectRatio */ | |
3327 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr
eserveAspectRatio_Getter"; | 2809 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr
eserveAspectRatio_Getter"; |
3328 | 2810 |
3329 | 2811 @DomName("SVGImageElement.width") |
3330 /** @domName SVGImageElement.width */ | |
3331 AnimatedLength get width native "SVGImageElement_width_Getter"; | 2812 AnimatedLength get width native "SVGImageElement_width_Getter"; |
3332 | 2813 |
3333 | 2814 @DomName("SVGImageElement.x") |
3334 /** @domName SVGImageElement.x */ | |
3335 AnimatedLength get x native "SVGImageElement_x_Getter"; | 2815 AnimatedLength get x native "SVGImageElement_x_Getter"; |
3336 | 2816 |
3337 | 2817 @DomName("SVGImageElement.y") |
3338 /** @domName SVGImageElement.y */ | |
3339 AnimatedLength get y native "SVGImageElement_y_Getter"; | 2818 AnimatedLength get y native "SVGImageElement_y_Getter"; |
3340 | 2819 |
3341 | 2820 @DomName("SVGImageElement.externalResourcesRequired") |
3342 /** @domName SVGImageElement.externalResourcesRequired */ | |
3343 AnimatedBoolean get externalResourcesRequired native "SVGImageElement_external
ResourcesRequired_Getter"; | 2821 AnimatedBoolean get externalResourcesRequired native "SVGImageElement_external
ResourcesRequired_Getter"; |
3344 | 2822 |
3345 | 2823 @DomName("SVGImageElement.xmllang") |
3346 /** @domName SVGImageElement.xmllang */ | |
3347 String get xmllang native "SVGImageElement_xmllang_Getter"; | 2824 String get xmllang native "SVGImageElement_xmllang_Getter"; |
3348 | 2825 |
3349 | 2826 @DomName("SVGImageElement.xmllang") |
3350 /** @domName SVGImageElement.xmllang */ | |
3351 void set xmllang(String value) native "SVGImageElement_xmllang_Setter"; | 2827 void set xmllang(String value) native "SVGImageElement_xmllang_Setter"; |
3352 | 2828 |
3353 | 2829 @DomName("SVGImageElement.xmlspace") |
3354 /** @domName SVGImageElement.xmlspace */ | |
3355 String get xmlspace native "SVGImageElement_xmlspace_Getter"; | 2830 String get xmlspace native "SVGImageElement_xmlspace_Getter"; |
3356 | 2831 |
3357 | 2832 @DomName("SVGImageElement.xmlspace") |
3358 /** @domName SVGImageElement.xmlspace */ | |
3359 void set xmlspace(String value) native "SVGImageElement_xmlspace_Setter"; | 2833 void set xmlspace(String value) native "SVGImageElement_xmlspace_Setter"; |
3360 | 2834 |
3361 | 2835 @DomName("SVGImageElement.farthestViewportElement") |
3362 /** @domName SVGImageElement.farthestViewportElement */ | |
3363 SvgElement get farthestViewportElement native "SVGImageElement_farthestViewpor
tElement_Getter"; | 2836 SvgElement get farthestViewportElement native "SVGImageElement_farthestViewpor
tElement_Getter"; |
3364 | 2837 |
3365 | 2838 @DomName("SVGImageElement.nearestViewportElement") |
3366 /** @domName SVGImageElement.nearestViewportElement */ | |
3367 SvgElement get nearestViewportElement native "SVGImageElement_nearestViewportE
lement_Getter"; | 2839 SvgElement get nearestViewportElement native "SVGImageElement_nearestViewportE
lement_Getter"; |
3368 | 2840 |
3369 | 2841 @DomName("SVGImageElement.getBBox") |
3370 /** @domName SVGImageElement.getBBox */ | |
3371 Rect getBBox() native "SVGImageElement_getBBox_Callback"; | 2842 Rect getBBox() native "SVGImageElement_getBBox_Callback"; |
3372 | 2843 |
3373 | 2844 @DomName("SVGImageElement.getCTM") |
3374 /** @domName SVGImageElement.getCTM */ | |
3375 Matrix getCtm() native "SVGImageElement_getCTM_Callback"; | 2845 Matrix getCtm() native "SVGImageElement_getCTM_Callback"; |
3376 | 2846 |
3377 | 2847 @DomName("SVGImageElement.getScreenCTM") |
3378 /** @domName SVGImageElement.getScreenCTM */ | |
3379 Matrix getScreenCtm() native "SVGImageElement_getScreenCTM_Callback"; | 2848 Matrix getScreenCtm() native "SVGImageElement_getScreenCTM_Callback"; |
3380 | 2849 |
3381 | 2850 @DomName("SVGImageElement.getTransformToElement") |
3382 /** @domName SVGImageElement.getTransformToElement */ | |
3383 Matrix getTransformToElement(SvgElement element) native "SVGImageElement_getTr
ansformToElement_Callback"; | 2851 Matrix getTransformToElement(SvgElement element) native "SVGImageElement_getTr
ansformToElement_Callback"; |
3384 | 2852 |
3385 | 2853 @DomName("SVGImageElement.className") |
3386 /** @domName SVGImageElement.className */ | |
3387 AnimatedString get $dom_svgClassName native "SVGImageElement_className_Getter"
; | 2854 AnimatedString get $dom_svgClassName native "SVGImageElement_className_Getter"
; |
3388 | 2855 |
3389 | 2856 @DomName("SVGImageElement.style") |
3390 /** @domName SVGImageElement.style */ | |
3391 CssStyleDeclaration get style native "SVGImageElement_style_Getter"; | 2857 CssStyleDeclaration get style native "SVGImageElement_style_Getter"; |
3392 | 2858 |
3393 | 2859 @DomName("SVGImageElement.getPresentationAttribute") |
3394 /** @domName SVGImageElement.getPresentationAttribute */ | |
3395 CssValue getPresentationAttribute(String name) native "SVGImageElement_getPres
entationAttribute_Callback"; | 2860 CssValue getPresentationAttribute(String name) native "SVGImageElement_getPres
entationAttribute_Callback"; |
3396 | 2861 |
3397 | 2862 @DomName("SVGImageElement.requiredExtensions") |
3398 /** @domName SVGImageElement.requiredExtensions */ | |
3399 StringList get requiredExtensions native "SVGImageElement_requiredExtensions_G
etter"; | 2863 StringList get requiredExtensions native "SVGImageElement_requiredExtensions_G
etter"; |
3400 | 2864 |
3401 | 2865 @DomName("SVGImageElement.requiredFeatures") |
3402 /** @domName SVGImageElement.requiredFeatures */ | |
3403 StringList get requiredFeatures native "SVGImageElement_requiredFeatures_Gette
r"; | 2866 StringList get requiredFeatures native "SVGImageElement_requiredFeatures_Gette
r"; |
3404 | 2867 |
3405 | 2868 @DomName("SVGImageElement.systemLanguage") |
3406 /** @domName SVGImageElement.systemLanguage */ | |
3407 StringList get systemLanguage native "SVGImageElement_systemLanguage_Getter"; | 2869 StringList get systemLanguage native "SVGImageElement_systemLanguage_Getter"; |
3408 | 2870 |
3409 | 2871 @DomName("SVGImageElement.hasExtension") |
3410 /** @domName SVGImageElement.hasExtension */ | |
3411 bool hasExtension(String extension) native "SVGImageElement_hasExtension_Callb
ack"; | 2872 bool hasExtension(String extension) native "SVGImageElement_hasExtension_Callb
ack"; |
3412 | 2873 |
3413 | 2874 @DomName("SVGImageElement.transform") |
3414 /** @domName SVGImageElement.transform */ | |
3415 AnimatedTransformList get transform native "SVGImageElement_transform_Getter"; | 2875 AnimatedTransformList get transform native "SVGImageElement_transform_Getter"; |
3416 | 2876 |
3417 | 2877 @DomName("SVGImageElement.href") |
3418 /** @domName SVGImageElement.href */ | |
3419 AnimatedString get href native "SVGImageElement_href_Getter"; | 2878 AnimatedString get href native "SVGImageElement_href_Getter"; |
3420 | 2879 |
3421 } | 2880 } |
3422 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2881 // 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 | 2882 // 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. | 2883 // BSD-style license that can be found in the LICENSE file. |
3425 | 2884 |
3426 // WARNING: Do not edit - generated code. | 2885 // WARNING: Do not edit - generated code. |
3427 | 2886 |
3428 | 2887 |
3429 /// @domName SVGLangSpace | 2888 @DomName("SVGLangSpace") |
3430 class LangSpace extends NativeFieldWrapperClass1 { | 2889 class LangSpace extends NativeFieldWrapperClass1 { |
3431 LangSpace.internal(); | 2890 LangSpace.internal(); |
3432 | 2891 |
3433 | 2892 @DomName("SVGLangSpace.xmllang") |
3434 /** @domName SVGLangSpace.xmllang */ | |
3435 String get xmllang native "SVGLangSpace_xmllang_Getter"; | 2893 String get xmllang native "SVGLangSpace_xmllang_Getter"; |
3436 | 2894 |
3437 | 2895 @DomName("SVGLangSpace.xmllang") |
3438 /** @domName SVGLangSpace.xmllang */ | |
3439 void set xmllang(String value) native "SVGLangSpace_xmllang_Setter"; | 2896 void set xmllang(String value) native "SVGLangSpace_xmllang_Setter"; |
3440 | 2897 |
3441 | 2898 @DomName("SVGLangSpace.xmlspace") |
3442 /** @domName SVGLangSpace.xmlspace */ | |
3443 String get xmlspace native "SVGLangSpace_xmlspace_Getter"; | 2899 String get xmlspace native "SVGLangSpace_xmlspace_Getter"; |
3444 | 2900 |
3445 | 2901 @DomName("SVGLangSpace.xmlspace") |
3446 /** @domName SVGLangSpace.xmlspace */ | |
3447 void set xmlspace(String value) native "SVGLangSpace_xmlspace_Setter"; | 2902 void set xmlspace(String value) native "SVGLangSpace_xmlspace_Setter"; |
3448 | 2903 |
3449 } | 2904 } |
3450 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2905 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3451 // for details. All rights reserved. Use of this source code is governed by a | 2906 // for details. All rights reserved. Use of this source code is governed by a |
3452 // BSD-style license that can be found in the LICENSE file. | 2907 // BSD-style license that can be found in the LICENSE file. |
3453 | 2908 |
3454 // WARNING: Do not edit - generated code. | 2909 // WARNING: Do not edit - generated code. |
3455 | 2910 |
3456 | 2911 |
3457 /// @domName SVGLength | 2912 @DomName("SVGLength") |
3458 class Length extends NativeFieldWrapperClass1 { | 2913 class Length extends NativeFieldWrapperClass1 { |
3459 Length.internal(); | 2914 Length.internal(); |
3460 | 2915 |
3461 static const int SVG_LENGTHTYPE_CM = 6; | 2916 static const int SVG_LENGTHTYPE_CM = 6; |
3462 | 2917 |
3463 static const int SVG_LENGTHTYPE_EMS = 3; | 2918 static const int SVG_LENGTHTYPE_EMS = 3; |
3464 | 2919 |
3465 static const int SVG_LENGTHTYPE_EXS = 4; | 2920 static const int SVG_LENGTHTYPE_EXS = 4; |
3466 | 2921 |
3467 static const int SVG_LENGTHTYPE_IN = 8; | 2922 static const int SVG_LENGTHTYPE_IN = 8; |
3468 | 2923 |
3469 static const int SVG_LENGTHTYPE_MM = 7; | 2924 static const int SVG_LENGTHTYPE_MM = 7; |
3470 | 2925 |
3471 static const int SVG_LENGTHTYPE_NUMBER = 1; | 2926 static const int SVG_LENGTHTYPE_NUMBER = 1; |
3472 | 2927 |
3473 static const int SVG_LENGTHTYPE_PC = 10; | 2928 static const int SVG_LENGTHTYPE_PC = 10; |
3474 | 2929 |
3475 static const int SVG_LENGTHTYPE_PERCENTAGE = 2; | 2930 static const int SVG_LENGTHTYPE_PERCENTAGE = 2; |
3476 | 2931 |
3477 static const int SVG_LENGTHTYPE_PT = 9; | 2932 static const int SVG_LENGTHTYPE_PT = 9; |
3478 | 2933 |
3479 static const int SVG_LENGTHTYPE_PX = 5; | 2934 static const int SVG_LENGTHTYPE_PX = 5; |
3480 | 2935 |
3481 static const int SVG_LENGTHTYPE_UNKNOWN = 0; | 2936 static const int SVG_LENGTHTYPE_UNKNOWN = 0; |
3482 | 2937 |
3483 | 2938 @DomName("SVGLength.unitType") |
3484 /** @domName SVGLength.unitType */ | |
3485 int get unitType native "SVGLength_unitType_Getter"; | 2939 int get unitType native "SVGLength_unitType_Getter"; |
3486 | 2940 |
3487 | 2941 @DomName("SVGLength.value") |
3488 /** @domName SVGLength.value */ | |
3489 num get value native "SVGLength_value_Getter"; | 2942 num get value native "SVGLength_value_Getter"; |
3490 | 2943 |
3491 | 2944 @DomName("SVGLength.value") |
3492 /** @domName SVGLength.value */ | |
3493 void set value(num value) native "SVGLength_value_Setter"; | 2945 void set value(num value) native "SVGLength_value_Setter"; |
3494 | 2946 |
3495 | 2947 @DomName("SVGLength.valueAsString") |
3496 /** @domName SVGLength.valueAsString */ | |
3497 String get valueAsString native "SVGLength_valueAsString_Getter"; | 2948 String get valueAsString native "SVGLength_valueAsString_Getter"; |
3498 | 2949 |
3499 | 2950 @DomName("SVGLength.valueAsString") |
3500 /** @domName SVGLength.valueAsString */ | |
3501 void set valueAsString(String value) native "SVGLength_valueAsString_Setter"; | 2951 void set valueAsString(String value) native "SVGLength_valueAsString_Setter"; |
3502 | 2952 |
3503 | 2953 @DomName("SVGLength.valueInSpecifiedUnits") |
3504 /** @domName SVGLength.valueInSpecifiedUnits */ | |
3505 num get valueInSpecifiedUnits native "SVGLength_valueInSpecifiedUnits_Getter"; | 2954 num get valueInSpecifiedUnits native "SVGLength_valueInSpecifiedUnits_Getter"; |
3506 | 2955 |
3507 | 2956 @DomName("SVGLength.valueInSpecifiedUnits") |
3508 /** @domName SVGLength.valueInSpecifiedUnits */ | |
3509 void set valueInSpecifiedUnits(num value) native "SVGLength_valueInSpecifiedUn
its_Setter"; | 2957 void set valueInSpecifiedUnits(num value) native "SVGLength_valueInSpecifiedUn
its_Setter"; |
3510 | 2958 |
3511 | 2959 @DomName("SVGLength.convertToSpecifiedUnits") |
3512 /** @domName SVGLength.convertToSpecifiedUnits */ | |
3513 void convertToSpecifiedUnits(int unitType) native "SVGLength_convertToSpecifie
dUnits_Callback"; | 2960 void convertToSpecifiedUnits(int unitType) native "SVGLength_convertToSpecifie
dUnits_Callback"; |
3514 | 2961 |
3515 | 2962 @DomName("SVGLength.newValueSpecifiedUnits") |
3516 /** @domName SVGLength.newValueSpecifiedUnits */ | |
3517 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGLength_newValueSpecifiedUnits_Callback"; | 2963 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGLength_newValueSpecifiedUnits_Callback"; |
3518 | 2964 |
3519 } | 2965 } |
3520 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2966 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3521 // for details. All rights reserved. Use of this source code is governed by a | 2967 // for details. All rights reserved. Use of this source code is governed by a |
3522 // BSD-style license that can be found in the LICENSE file. | 2968 // BSD-style license that can be found in the LICENSE file. |
3523 | 2969 |
3524 // WARNING: Do not edit - generated code. | 2970 // WARNING: Do not edit - generated code. |
3525 | 2971 |
3526 | 2972 |
3527 /// @domName SVGLengthList | 2973 @DomName("SVGLengthList") |
3528 class LengthList extends NativeFieldWrapperClass1 implements List<Length> { | 2974 class LengthList extends NativeFieldWrapperClass1 implements List<Length> { |
3529 LengthList.internal(); | 2975 LengthList.internal(); |
3530 | 2976 |
3531 | 2977 @DomName("SVGLengthList.numberOfItems") |
3532 /** @domName SVGLengthList.numberOfItems */ | |
3533 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; | 2978 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; |
3534 | 2979 |
3535 Length operator[](int index) native "SVGLengthList_item_Callback"; | 2980 Length operator[](int index) native "SVGLengthList_item_Callback"; |
3536 | 2981 |
3537 void operator[]=(int index, Length value) { | 2982 void operator[]=(int index, Length value) { |
3538 throw new UnsupportedError("Cannot assign element of immutable List."); | 2983 throw new UnsupportedError("Cannot assign element of immutable List."); |
3539 } | 2984 } |
3540 // -- start List<Length> mixins. | 2985 // -- start List<Length> mixins. |
3541 // Length is the element type. | 2986 // Length is the element type. |
3542 | 2987 |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3670 | 3115 |
3671 void insertRange(int start, int rangeLength, [Length initialValue]) { | 3116 void insertRange(int start, int rangeLength, [Length initialValue]) { |
3672 throw new UnsupportedError("Cannot insertRange on immutable List."); | 3117 throw new UnsupportedError("Cannot insertRange on immutable List."); |
3673 } | 3118 } |
3674 | 3119 |
3675 List<Length> getRange(int start, int rangeLength) => | 3120 List<Length> getRange(int start, int rangeLength) => |
3676 Lists.getRange(this, start, rangeLength, <Length>[]); | 3121 Lists.getRange(this, start, rangeLength, <Length>[]); |
3677 | 3122 |
3678 // -- end List<Length> mixins. | 3123 // -- end List<Length> mixins. |
3679 | 3124 |
3680 | 3125 @DomName("SVGLengthList.appendItem") |
3681 /** @domName SVGLengthList.appendItem */ | |
3682 Length appendItem(Length item) native "SVGLengthList_appendItem_Callback"; | 3126 Length appendItem(Length item) native "SVGLengthList_appendItem_Callback"; |
3683 | 3127 |
3684 | 3128 @DomName("SVGLengthList.clear") |
3685 /** @domName SVGLengthList.clear */ | |
3686 void clear() native "SVGLengthList_clear_Callback"; | 3129 void clear() native "SVGLengthList_clear_Callback"; |
3687 | 3130 |
3688 | 3131 @DomName("SVGLengthList.getItem") |
3689 /** @domName SVGLengthList.getItem */ | |
3690 Length getItem(int index) native "SVGLengthList_getItem_Callback"; | 3132 Length getItem(int index) native "SVGLengthList_getItem_Callback"; |
3691 | 3133 |
3692 | 3134 @DomName("SVGLengthList.initialize") |
3693 /** @domName SVGLengthList.initialize */ | |
3694 Length initialize(Length item) native "SVGLengthList_initialize_Callback"; | 3135 Length initialize(Length item) native "SVGLengthList_initialize_Callback"; |
3695 | 3136 |
3696 | 3137 @DomName("SVGLengthList.insertItemBefore") |
3697 /** @domName SVGLengthList.insertItemBefore */ | |
3698 Length insertItemBefore(Length item, int index) native "SVGLengthList_insertIt
emBefore_Callback"; | 3138 Length insertItemBefore(Length item, int index) native "SVGLengthList_insertIt
emBefore_Callback"; |
3699 | 3139 |
3700 | 3140 @DomName("SVGLengthList.removeItem") |
3701 /** @domName SVGLengthList.removeItem */ | |
3702 Length removeItem(int index) native "SVGLengthList_removeItem_Callback"; | 3141 Length removeItem(int index) native "SVGLengthList_removeItem_Callback"; |
3703 | 3142 |
3704 | 3143 @DomName("SVGLengthList.replaceItem") |
3705 /** @domName SVGLengthList.replaceItem */ | |
3706 Length replaceItem(Length item, int index) native "SVGLengthList_replaceItem_C
allback"; | 3144 Length replaceItem(Length item, int index) native "SVGLengthList_replaceItem_C
allback"; |
3707 | 3145 |
3708 } | 3146 } |
3709 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3147 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3710 // for details. All rights reserved. Use of this source code is governed by a | 3148 // for details. All rights reserved. Use of this source code is governed by a |
3711 // BSD-style license that can be found in the LICENSE file. | 3149 // BSD-style license that can be found in the LICENSE file. |
3712 | 3150 |
3713 // WARNING: Do not edit - generated code. | 3151 // WARNING: Do not edit - generated code. |
3714 | 3152 |
3715 | 3153 |
3716 /// @domName SVGLineElement | 3154 @DomName("SVGLineElement") |
3717 class LineElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { | 3155 class LineElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { |
3718 LineElement.internal() : super.internal(); | 3156 LineElement.internal() : super.internal(); |
3719 | 3157 |
3720 ///@docsEditable true | 3158 /// @docsEditable true |
3721 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 3159 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); |
3722 | 3160 |
3723 | 3161 @DomName("SVGLineElement.x1") |
3724 /** @domName SVGLineElement.x1 */ | |
3725 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; | 3162 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; |
3726 | 3163 |
3727 | 3164 @DomName("SVGLineElement.x2") |
3728 /** @domName SVGLineElement.x2 */ | |
3729 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; | 3165 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; |
3730 | 3166 |
3731 | 3167 @DomName("SVGLineElement.y1") |
3732 /** @domName SVGLineElement.y1 */ | |
3733 AnimatedLength get y1 native "SVGLineElement_y1_Getter"; | 3168 AnimatedLength get y1 native "SVGLineElement_y1_Getter"; |
3734 | 3169 |
3735 | 3170 @DomName("SVGLineElement.y2") |
3736 /** @domName SVGLineElement.y2 */ | |
3737 AnimatedLength get y2 native "SVGLineElement_y2_Getter"; | 3171 AnimatedLength get y2 native "SVGLineElement_y2_Getter"; |
3738 | 3172 |
3739 | 3173 @DomName("SVGLineElement.externalResourcesRequired") |
3740 /** @domName SVGLineElement.externalResourcesRequired */ | |
3741 AnimatedBoolean get externalResourcesRequired native "SVGLineElement_externalR
esourcesRequired_Getter"; | 3174 AnimatedBoolean get externalResourcesRequired native "SVGLineElement_externalR
esourcesRequired_Getter"; |
3742 | 3175 |
3743 | 3176 @DomName("SVGLineElement.xmllang") |
3744 /** @domName SVGLineElement.xmllang */ | |
3745 String get xmllang native "SVGLineElement_xmllang_Getter"; | 3177 String get xmllang native "SVGLineElement_xmllang_Getter"; |
3746 | 3178 |
3747 | 3179 @DomName("SVGLineElement.xmllang") |
3748 /** @domName SVGLineElement.xmllang */ | |
3749 void set xmllang(String value) native "SVGLineElement_xmllang_Setter"; | 3180 void set xmllang(String value) native "SVGLineElement_xmllang_Setter"; |
3750 | 3181 |
3751 | 3182 @DomName("SVGLineElement.xmlspace") |
3752 /** @domName SVGLineElement.xmlspace */ | |
3753 String get xmlspace native "SVGLineElement_xmlspace_Getter"; | 3183 String get xmlspace native "SVGLineElement_xmlspace_Getter"; |
3754 | 3184 |
3755 | 3185 @DomName("SVGLineElement.xmlspace") |
3756 /** @domName SVGLineElement.xmlspace */ | |
3757 void set xmlspace(String value) native "SVGLineElement_xmlspace_Setter"; | 3186 void set xmlspace(String value) native "SVGLineElement_xmlspace_Setter"; |
3758 | 3187 |
3759 | 3188 @DomName("SVGLineElement.farthestViewportElement") |
3760 /** @domName SVGLineElement.farthestViewportElement */ | |
3761 SvgElement get farthestViewportElement native "SVGLineElement_farthestViewport
Element_Getter"; | 3189 SvgElement get farthestViewportElement native "SVGLineElement_farthestViewport
Element_Getter"; |
3762 | 3190 |
3763 | 3191 @DomName("SVGLineElement.nearestViewportElement") |
3764 /** @domName SVGLineElement.nearestViewportElement */ | |
3765 SvgElement get nearestViewportElement native "SVGLineElement_nearestViewportEl
ement_Getter"; | 3192 SvgElement get nearestViewportElement native "SVGLineElement_nearestViewportEl
ement_Getter"; |
3766 | 3193 |
3767 | 3194 @DomName("SVGLineElement.getBBox") |
3768 /** @domName SVGLineElement.getBBox */ | |
3769 Rect getBBox() native "SVGLineElement_getBBox_Callback"; | 3195 Rect getBBox() native "SVGLineElement_getBBox_Callback"; |
3770 | 3196 |
3771 | 3197 @DomName("SVGLineElement.getCTM") |
3772 /** @domName SVGLineElement.getCTM */ | |
3773 Matrix getCtm() native "SVGLineElement_getCTM_Callback"; | 3198 Matrix getCtm() native "SVGLineElement_getCTM_Callback"; |
3774 | 3199 |
3775 | 3200 @DomName("SVGLineElement.getScreenCTM") |
3776 /** @domName SVGLineElement.getScreenCTM */ | |
3777 Matrix getScreenCtm() native "SVGLineElement_getScreenCTM_Callback"; | 3201 Matrix getScreenCtm() native "SVGLineElement_getScreenCTM_Callback"; |
3778 | 3202 |
3779 | 3203 @DomName("SVGLineElement.getTransformToElement") |
3780 /** @domName SVGLineElement.getTransformToElement */ | |
3781 Matrix getTransformToElement(SvgElement element) native "SVGLineElement_getTra
nsformToElement_Callback"; | 3204 Matrix getTransformToElement(SvgElement element) native "SVGLineElement_getTra
nsformToElement_Callback"; |
3782 | 3205 |
3783 | 3206 @DomName("SVGLineElement.className") |
3784 /** @domName SVGLineElement.className */ | |
3785 AnimatedString get $dom_svgClassName native "SVGLineElement_className_Getter"; | 3207 AnimatedString get $dom_svgClassName native "SVGLineElement_className_Getter"; |
3786 | 3208 |
3787 | 3209 @DomName("SVGLineElement.style") |
3788 /** @domName SVGLineElement.style */ | |
3789 CssStyleDeclaration get style native "SVGLineElement_style_Getter"; | 3210 CssStyleDeclaration get style native "SVGLineElement_style_Getter"; |
3790 | 3211 |
3791 | 3212 @DomName("SVGLineElement.getPresentationAttribute") |
3792 /** @domName SVGLineElement.getPresentationAttribute */ | |
3793 CssValue getPresentationAttribute(String name) native "SVGLineElement_getPrese
ntationAttribute_Callback"; | 3213 CssValue getPresentationAttribute(String name) native "SVGLineElement_getPrese
ntationAttribute_Callback"; |
3794 | 3214 |
3795 | 3215 @DomName("SVGLineElement.requiredExtensions") |
3796 /** @domName SVGLineElement.requiredExtensions */ | |
3797 StringList get requiredExtensions native "SVGLineElement_requiredExtensions_Ge
tter"; | 3216 StringList get requiredExtensions native "SVGLineElement_requiredExtensions_Ge
tter"; |
3798 | 3217 |
3799 | 3218 @DomName("SVGLineElement.requiredFeatures") |
3800 /** @domName SVGLineElement.requiredFeatures */ | |
3801 StringList get requiredFeatures native "SVGLineElement_requiredFeatures_Getter
"; | 3219 StringList get requiredFeatures native "SVGLineElement_requiredFeatures_Getter
"; |
3802 | 3220 |
3803 | 3221 @DomName("SVGLineElement.systemLanguage") |
3804 /** @domName SVGLineElement.systemLanguage */ | |
3805 StringList get systemLanguage native "SVGLineElement_systemLanguage_Getter"; | 3222 StringList get systemLanguage native "SVGLineElement_systemLanguage_Getter"; |
3806 | 3223 |
3807 | 3224 @DomName("SVGLineElement.hasExtension") |
3808 /** @domName SVGLineElement.hasExtension */ | |
3809 bool hasExtension(String extension) native "SVGLineElement_hasExtension_Callba
ck"; | 3225 bool hasExtension(String extension) native "SVGLineElement_hasExtension_Callba
ck"; |
3810 | 3226 |
3811 | 3227 @DomName("SVGLineElement.transform") |
3812 /** @domName SVGLineElement.transform */ | |
3813 AnimatedTransformList get transform native "SVGLineElement_transform_Getter"; | 3228 AnimatedTransformList get transform native "SVGLineElement_transform_Getter"; |
3814 | 3229 |
3815 } | 3230 } |
3816 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3231 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3817 // for details. All rights reserved. Use of this source code is governed by a | 3232 // for details. All rights reserved. Use of this source code is governed by a |
3818 // BSD-style license that can be found in the LICENSE file. | 3233 // BSD-style license that can be found in the LICENSE file. |
3819 | 3234 |
3820 // WARNING: Do not edit - generated code. | 3235 // WARNING: Do not edit - generated code. |
3821 | 3236 |
3822 | 3237 |
3823 /// @domName SVGLinearGradientElement | 3238 @DomName("SVGLinearGradientElement") |
3824 class LinearGradientElement extends GradientElement { | 3239 class LinearGradientElement extends GradientElement { |
3825 LinearGradientElement.internal() : super.internal(); | 3240 LinearGradientElement.internal() : super.internal(); |
3826 | 3241 |
3827 ///@docsEditable true | 3242 /// @docsEditable true |
3828 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); | 3243 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); |
3829 | 3244 |
3830 | 3245 @DomName("SVGLinearGradientElement.x1") |
3831 /** @domName SVGLinearGradientElement.x1 */ | |
3832 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; | 3246 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; |
3833 | 3247 |
3834 | 3248 @DomName("SVGLinearGradientElement.x2") |
3835 /** @domName SVGLinearGradientElement.x2 */ | |
3836 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; | 3249 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; |
3837 | 3250 |
3838 | 3251 @DomName("SVGLinearGradientElement.y1") |
3839 /** @domName SVGLinearGradientElement.y1 */ | |
3840 AnimatedLength get y1 native "SVGLinearGradientElement_y1_Getter"; | 3252 AnimatedLength get y1 native "SVGLinearGradientElement_y1_Getter"; |
3841 | 3253 |
3842 | 3254 @DomName("SVGLinearGradientElement.y2") |
3843 /** @domName SVGLinearGradientElement.y2 */ | |
3844 AnimatedLength get y2 native "SVGLinearGradientElement_y2_Getter"; | 3255 AnimatedLength get y2 native "SVGLinearGradientElement_y2_Getter"; |
3845 | 3256 |
3846 } | 3257 } |
3847 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3258 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3848 // for details. All rights reserved. Use of this source code is governed by a | 3259 // for details. All rights reserved. Use of this source code is governed by a |
3849 // BSD-style license that can be found in the LICENSE file. | 3260 // BSD-style license that can be found in the LICENSE file. |
3850 | 3261 |
3851 // WARNING: Do not edit - generated code. | 3262 // WARNING: Do not edit - generated code. |
3852 | 3263 |
3853 | 3264 |
3854 /// @domName SVGLocatable | 3265 @DomName("SVGLocatable") |
3855 class Locatable extends NativeFieldWrapperClass1 { | 3266 class Locatable extends NativeFieldWrapperClass1 { |
3856 Locatable.internal(); | 3267 Locatable.internal(); |
3857 | 3268 |
3858 | 3269 @DomName("SVGLocatable.farthestViewportElement") |
3859 /** @domName SVGLocatable.farthestViewportElement */ | |
3860 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl
ement_Getter"; | 3270 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl
ement_Getter"; |
3861 | 3271 |
3862 | 3272 @DomName("SVGLocatable.nearestViewportElement") |
3863 /** @domName SVGLocatable.nearestViewportElement */ | |
3864 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem
ent_Getter"; | 3273 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem
ent_Getter"; |
3865 | 3274 |
3866 | 3275 @DomName("SVGLocatable.getBBox") |
3867 /** @domName SVGLocatable.getBBox */ | |
3868 Rect getBBox() native "SVGLocatable_getBBox_Callback"; | 3276 Rect getBBox() native "SVGLocatable_getBBox_Callback"; |
3869 | 3277 |
3870 | 3278 @DomName("SVGLocatable.getCTM") |
3871 /** @domName SVGLocatable.getCTM */ | |
3872 Matrix getCtm() native "SVGLocatable_getCTM_Callback"; | 3279 Matrix getCtm() native "SVGLocatable_getCTM_Callback"; |
3873 | 3280 |
3874 | 3281 @DomName("SVGLocatable.getScreenCTM") |
3875 /** @domName SVGLocatable.getScreenCTM */ | |
3876 Matrix getScreenCtm() native "SVGLocatable_getScreenCTM_Callback"; | 3282 Matrix getScreenCtm() native "SVGLocatable_getScreenCTM_Callback"; |
3877 | 3283 |
3878 | 3284 @DomName("SVGLocatable.getTransformToElement") |
3879 /** @domName SVGLocatable.getTransformToElement */ | |
3880 Matrix getTransformToElement(SvgElement element) native "SVGLocatable_getTrans
formToElement_Callback"; | 3285 Matrix getTransformToElement(SvgElement element) native "SVGLocatable_getTrans
formToElement_Callback"; |
3881 | 3286 |
3882 } | 3287 } |
3883 // 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 |
3884 // 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 |
3885 // BSD-style license that can be found in the LICENSE file. | 3290 // BSD-style license that can be found in the LICENSE file. |
3886 | 3291 |
3887 // WARNING: Do not edit - generated code. | 3292 // WARNING: Do not edit - generated code. |
3888 | 3293 |
3889 | 3294 |
3890 /// @domName SVGMPathElement | 3295 @DomName("SVGMPathElement") |
3891 class MPathElement extends SvgElement implements UriReference, ExternalResources
Required { | 3296 class MPathElement extends SvgElement implements UriReference, ExternalResources
Required { |
3892 MPathElement.internal() : super.internal(); | 3297 MPathElement.internal() : super.internal(); |
3893 | 3298 |
3894 ///@docsEditable true | 3299 /// @docsEditable true |
3895 factory MPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpa
th"); | 3300 factory MPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpa
th"); |
3896 | 3301 |
3897 | 3302 @DomName("SVGMPathElement.externalResourcesRequired") |
3898 /** @domName SVGMPathElement.externalResourcesRequired */ | |
3899 AnimatedBoolean get externalResourcesRequired native "SVGMPathElement_external
ResourcesRequired_Getter"; | 3303 AnimatedBoolean get externalResourcesRequired native "SVGMPathElement_external
ResourcesRequired_Getter"; |
3900 | 3304 |
3901 | 3305 @DomName("SVGMPathElement.href") |
3902 /** @domName SVGMPathElement.href */ | |
3903 AnimatedString get href native "SVGMPathElement_href_Getter"; | 3306 AnimatedString get href native "SVGMPathElement_href_Getter"; |
3904 | 3307 |
3905 } | 3308 } |
3906 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3907 // for details. All rights reserved. Use of this source code is governed by a | 3310 // for details. All rights reserved. Use of this source code is governed by a |
3908 // BSD-style license that can be found in the LICENSE file. | 3311 // BSD-style license that can be found in the LICENSE file. |
3909 | 3312 |
3910 // WARNING: Do not edit - generated code. | 3313 // WARNING: Do not edit - generated code. |
3911 | 3314 |
3912 | 3315 |
3913 /// @domName SVGMarkerElement | 3316 @DomName("SVGMarkerElement") |
3914 class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace { | 3317 class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace { |
3915 MarkerElement.internal() : super.internal(); | 3318 MarkerElement.internal() : super.internal(); |
3916 | 3319 |
3917 ///@docsEditable true | 3320 /// @docsEditable true |
3918 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); | 3321 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); |
3919 | 3322 |
3920 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; | 3323 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; |
3921 | 3324 |
3922 static const int SVG_MARKERUNITS_UNKNOWN = 0; | 3325 static const int SVG_MARKERUNITS_UNKNOWN = 0; |
3923 | 3326 |
3924 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; | 3327 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; |
3925 | 3328 |
3926 static const int SVG_MARKER_ORIENT_ANGLE = 2; | 3329 static const int SVG_MARKER_ORIENT_ANGLE = 2; |
3927 | 3330 |
3928 static const int SVG_MARKER_ORIENT_AUTO = 1; | 3331 static const int SVG_MARKER_ORIENT_AUTO = 1; |
3929 | 3332 |
3930 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; | 3333 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; |
3931 | 3334 |
3932 | 3335 @DomName("SVGMarkerElement.markerHeight") |
3933 /** @domName SVGMarkerElement.markerHeight */ | |
3934 AnimatedLength get markerHeight native "SVGMarkerElement_markerHeight_Getter"; | 3336 AnimatedLength get markerHeight native "SVGMarkerElement_markerHeight_Getter"; |
3935 | 3337 |
3936 | 3338 @DomName("SVGMarkerElement.markerUnits") |
3937 /** @domName SVGMarkerElement.markerUnits */ | |
3938 AnimatedEnumeration get markerUnits native "SVGMarkerElement_markerUnits_Gette
r"; | 3339 AnimatedEnumeration get markerUnits native "SVGMarkerElement_markerUnits_Gette
r"; |
3939 | 3340 |
3940 | 3341 @DomName("SVGMarkerElement.markerWidth") |
3941 /** @domName SVGMarkerElement.markerWidth */ | |
3942 AnimatedLength get markerWidth native "SVGMarkerElement_markerWidth_Getter"; | 3342 AnimatedLength get markerWidth native "SVGMarkerElement_markerWidth_Getter"; |
3943 | 3343 |
3944 | 3344 @DomName("SVGMarkerElement.orientAngle") |
3945 /** @domName SVGMarkerElement.orientAngle */ | |
3946 AnimatedAngle get orientAngle native "SVGMarkerElement_orientAngle_Getter"; | 3345 AnimatedAngle get orientAngle native "SVGMarkerElement_orientAngle_Getter"; |
3947 | 3346 |
3948 | 3347 @DomName("SVGMarkerElement.orientType") |
3949 /** @domName SVGMarkerElement.orientType */ | |
3950 AnimatedEnumeration get orientType native "SVGMarkerElement_orientType_Getter"
; | 3348 AnimatedEnumeration get orientType native "SVGMarkerElement_orientType_Getter"
; |
3951 | 3349 |
3952 | 3350 @DomName("SVGMarkerElement.refX") |
3953 /** @domName SVGMarkerElement.refX */ | |
3954 AnimatedLength get refX native "SVGMarkerElement_refX_Getter"; | 3351 AnimatedLength get refX native "SVGMarkerElement_refX_Getter"; |
3955 | 3352 |
3956 | 3353 @DomName("SVGMarkerElement.refY") |
3957 /** @domName SVGMarkerElement.refY */ | |
3958 AnimatedLength get refY native "SVGMarkerElement_refY_Getter"; | 3354 AnimatedLength get refY native "SVGMarkerElement_refY_Getter"; |
3959 | 3355 |
3960 | 3356 @DomName("SVGMarkerElement.setOrientToAngle") |
3961 /** @domName SVGMarkerElement.setOrientToAngle */ | |
3962 void setOrientToAngle(Angle angle) native "SVGMarkerElement_setOrientToAngle_C
allback"; | 3357 void setOrientToAngle(Angle angle) native "SVGMarkerElement_setOrientToAngle_C
allback"; |
3963 | 3358 |
3964 | 3359 @DomName("SVGMarkerElement.setOrientToAuto") |
3965 /** @domName SVGMarkerElement.setOrientToAuto */ | |
3966 void setOrientToAuto() native "SVGMarkerElement_setOrientToAuto_Callback"; | 3360 void setOrientToAuto() native "SVGMarkerElement_setOrientToAuto_Callback"; |
3967 | 3361 |
3968 | 3362 @DomName("SVGMarkerElement.externalResourcesRequired") |
3969 /** @domName SVGMarkerElement.externalResourcesRequired */ | |
3970 AnimatedBoolean get externalResourcesRequired native "SVGMarkerElement_externa
lResourcesRequired_Getter"; | 3363 AnimatedBoolean get externalResourcesRequired native "SVGMarkerElement_externa
lResourcesRequired_Getter"; |
3971 | 3364 |
3972 | 3365 @DomName("SVGMarkerElement.preserveAspectRatio") |
3973 /** @domName SVGMarkerElement.preserveAspectRatio */ | |
3974 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGMarkerElement_p
reserveAspectRatio_Getter"; | 3366 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGMarkerElement_p
reserveAspectRatio_Getter"; |
3975 | 3367 |
3976 | 3368 @DomName("SVGMarkerElement.viewBox") |
3977 /** @domName SVGMarkerElement.viewBox */ | |
3978 AnimatedRect get viewBox native "SVGMarkerElement_viewBox_Getter"; | 3369 AnimatedRect get viewBox native "SVGMarkerElement_viewBox_Getter"; |
3979 | 3370 |
3980 | 3371 @DomName("SVGMarkerElement.xmllang") |
3981 /** @domName SVGMarkerElement.xmllang */ | |
3982 String get xmllang native "SVGMarkerElement_xmllang_Getter"; | 3372 String get xmllang native "SVGMarkerElement_xmllang_Getter"; |
3983 | 3373 |
3984 | 3374 @DomName("SVGMarkerElement.xmllang") |
3985 /** @domName SVGMarkerElement.xmllang */ | |
3986 void set xmllang(String value) native "SVGMarkerElement_xmllang_Setter"; | 3375 void set xmllang(String value) native "SVGMarkerElement_xmllang_Setter"; |
3987 | 3376 |
3988 | 3377 @DomName("SVGMarkerElement.xmlspace") |
3989 /** @domName SVGMarkerElement.xmlspace */ | |
3990 String get xmlspace native "SVGMarkerElement_xmlspace_Getter"; | 3378 String get xmlspace native "SVGMarkerElement_xmlspace_Getter"; |
3991 | 3379 |
3992 | 3380 @DomName("SVGMarkerElement.xmlspace") |
3993 /** @domName SVGMarkerElement.xmlspace */ | |
3994 void set xmlspace(String value) native "SVGMarkerElement_xmlspace_Setter"; | 3381 void set xmlspace(String value) native "SVGMarkerElement_xmlspace_Setter"; |
3995 | 3382 |
3996 | 3383 @DomName("SVGMarkerElement.className") |
3997 /** @domName SVGMarkerElement.className */ | |
3998 AnimatedString get $dom_svgClassName native "SVGMarkerElement_className_Getter
"; | 3384 AnimatedString get $dom_svgClassName native "SVGMarkerElement_className_Getter
"; |
3999 | 3385 |
4000 | 3386 @DomName("SVGMarkerElement.style") |
4001 /** @domName SVGMarkerElement.style */ | |
4002 CssStyleDeclaration get style native "SVGMarkerElement_style_Getter"; | 3387 CssStyleDeclaration get style native "SVGMarkerElement_style_Getter"; |
4003 | 3388 |
4004 | 3389 @DomName("SVGMarkerElement.getPresentationAttribute") |
4005 /** @domName SVGMarkerElement.getPresentationAttribute */ | |
4006 CssValue getPresentationAttribute(String name) native "SVGMarkerElement_getPre
sentationAttribute_Callback"; | 3390 CssValue getPresentationAttribute(String name) native "SVGMarkerElement_getPre
sentationAttribute_Callback"; |
4007 | 3391 |
4008 } | 3392 } |
4009 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3393 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4010 // for details. All rights reserved. Use of this source code is governed by a | 3394 // for details. All rights reserved. Use of this source code is governed by a |
4011 // BSD-style license that can be found in the LICENSE file. | 3395 // BSD-style license that can be found in the LICENSE file. |
4012 | 3396 |
4013 // WARNING: Do not edit - generated code. | 3397 // WARNING: Do not edit - generated code. |
4014 | 3398 |
4015 | 3399 |
4016 /// @domName SVGMaskElement | 3400 @DomName("SVGMaskElement") |
4017 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc
esRequired, LangSpace { | 3401 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc
esRequired, LangSpace { |
4018 MaskElement.internal() : super.internal(); | 3402 MaskElement.internal() : super.internal(); |
4019 | 3403 |
4020 ///@docsEditable true | 3404 /// @docsEditable true |
4021 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 3405 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); |
4022 | 3406 |
4023 | 3407 @DomName("SVGMaskElement.height") |
4024 /** @domName SVGMaskElement.height */ | |
4025 AnimatedLength get height native "SVGMaskElement_height_Getter"; | 3408 AnimatedLength get height native "SVGMaskElement_height_Getter"; |
4026 | 3409 |
4027 | 3410 @DomName("SVGMaskElement.maskContentUnits") |
4028 /** @domName SVGMaskElement.maskContentUnits */ | |
4029 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni
ts_Getter"; | 3411 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni
ts_Getter"; |
4030 | 3412 |
4031 | 3413 @DomName("SVGMaskElement.maskUnits") |
4032 /** @domName SVGMaskElement.maskUnits */ | |
4033 AnimatedEnumeration get maskUnits native "SVGMaskElement_maskUnits_Getter"; | 3414 AnimatedEnumeration get maskUnits native "SVGMaskElement_maskUnits_Getter"; |
4034 | 3415 |
4035 | 3416 @DomName("SVGMaskElement.width") |
4036 /** @domName SVGMaskElement.width */ | |
4037 AnimatedLength get width native "SVGMaskElement_width_Getter"; | 3417 AnimatedLength get width native "SVGMaskElement_width_Getter"; |
4038 | 3418 |
4039 | 3419 @DomName("SVGMaskElement.x") |
4040 /** @domName SVGMaskElement.x */ | |
4041 AnimatedLength get x native "SVGMaskElement_x_Getter"; | 3420 AnimatedLength get x native "SVGMaskElement_x_Getter"; |
4042 | 3421 |
4043 | 3422 @DomName("SVGMaskElement.y") |
4044 /** @domName SVGMaskElement.y */ | |
4045 AnimatedLength get y native "SVGMaskElement_y_Getter"; | 3423 AnimatedLength get y native "SVGMaskElement_y_Getter"; |
4046 | 3424 |
4047 | 3425 @DomName("SVGMaskElement.externalResourcesRequired") |
4048 /** @domName SVGMaskElement.externalResourcesRequired */ | |
4049 AnimatedBoolean get externalResourcesRequired native "SVGMaskElement_externalR
esourcesRequired_Getter"; | 3426 AnimatedBoolean get externalResourcesRequired native "SVGMaskElement_externalR
esourcesRequired_Getter"; |
4050 | 3427 |
4051 | 3428 @DomName("SVGMaskElement.xmllang") |
4052 /** @domName SVGMaskElement.xmllang */ | |
4053 String get xmllang native "SVGMaskElement_xmllang_Getter"; | 3429 String get xmllang native "SVGMaskElement_xmllang_Getter"; |
4054 | 3430 |
4055 | 3431 @DomName("SVGMaskElement.xmllang") |
4056 /** @domName SVGMaskElement.xmllang */ | |
4057 void set xmllang(String value) native "SVGMaskElement_xmllang_Setter"; | 3432 void set xmllang(String value) native "SVGMaskElement_xmllang_Setter"; |
4058 | 3433 |
4059 | 3434 @DomName("SVGMaskElement.xmlspace") |
4060 /** @domName SVGMaskElement.xmlspace */ | |
4061 String get xmlspace native "SVGMaskElement_xmlspace_Getter"; | 3435 String get xmlspace native "SVGMaskElement_xmlspace_Getter"; |
4062 | 3436 |
4063 | 3437 @DomName("SVGMaskElement.xmlspace") |
4064 /** @domName SVGMaskElement.xmlspace */ | |
4065 void set xmlspace(String value) native "SVGMaskElement_xmlspace_Setter"; | 3438 void set xmlspace(String value) native "SVGMaskElement_xmlspace_Setter"; |
4066 | 3439 |
4067 | 3440 @DomName("SVGMaskElement.className") |
4068 /** @domName SVGMaskElement.className */ | |
4069 AnimatedString get $dom_svgClassName native "SVGMaskElement_className_Getter"; | 3441 AnimatedString get $dom_svgClassName native "SVGMaskElement_className_Getter"; |
4070 | 3442 |
4071 | 3443 @DomName("SVGMaskElement.style") |
4072 /** @domName SVGMaskElement.style */ | |
4073 CssStyleDeclaration get style native "SVGMaskElement_style_Getter"; | 3444 CssStyleDeclaration get style native "SVGMaskElement_style_Getter"; |
4074 | 3445 |
4075 | 3446 @DomName("SVGMaskElement.getPresentationAttribute") |
4076 /** @domName SVGMaskElement.getPresentationAttribute */ | |
4077 CssValue getPresentationAttribute(String name) native "SVGMaskElement_getPrese
ntationAttribute_Callback"; | 3447 CssValue getPresentationAttribute(String name) native "SVGMaskElement_getPrese
ntationAttribute_Callback"; |
4078 | 3448 |
4079 | 3449 @DomName("SVGMaskElement.requiredExtensions") |
4080 /** @domName SVGMaskElement.requiredExtensions */ | |
4081 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge
tter"; | 3450 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge
tter"; |
4082 | 3451 |
4083 | 3452 @DomName("SVGMaskElement.requiredFeatures") |
4084 /** @domName SVGMaskElement.requiredFeatures */ | |
4085 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter
"; | 3453 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter
"; |
4086 | 3454 |
4087 | 3455 @DomName("SVGMaskElement.systemLanguage") |
4088 /** @domName SVGMaskElement.systemLanguage */ | |
4089 StringList get systemLanguage native "SVGMaskElement_systemLanguage_Getter"; | 3456 StringList get systemLanguage native "SVGMaskElement_systemLanguage_Getter"; |
4090 | 3457 |
4091 | 3458 @DomName("SVGMaskElement.hasExtension") |
4092 /** @domName SVGMaskElement.hasExtension */ | |
4093 bool hasExtension(String extension) native "SVGMaskElement_hasExtension_Callba
ck"; | 3459 bool hasExtension(String extension) native "SVGMaskElement_hasExtension_Callba
ck"; |
4094 | 3460 |
4095 } | 3461 } |
4096 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3462 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4097 // for details. All rights reserved. Use of this source code is governed by a | 3463 // for details. All rights reserved. Use of this source code is governed by a |
4098 // BSD-style license that can be found in the LICENSE file. | 3464 // BSD-style license that can be found in the LICENSE file. |
4099 | 3465 |
4100 // WARNING: Do not edit - generated code. | 3466 // WARNING: Do not edit - generated code. |
4101 | 3467 |
4102 | 3468 |
4103 /// @domName SVGMatrix | 3469 @DomName("SVGMatrix") |
4104 class Matrix extends NativeFieldWrapperClass1 { | 3470 class Matrix extends NativeFieldWrapperClass1 { |
4105 Matrix.internal(); | 3471 Matrix.internal(); |
4106 | 3472 |
4107 | 3473 @DomName("SVGMatrix.a") |
4108 /** @domName SVGMatrix.a */ | |
4109 num get a native "SVGMatrix_a_Getter"; | 3474 num get a native "SVGMatrix_a_Getter"; |
4110 | 3475 |
4111 | 3476 @DomName("SVGMatrix.a") |
4112 /** @domName SVGMatrix.a */ | |
4113 void set a(num value) native "SVGMatrix_a_Setter"; | 3477 void set a(num value) native "SVGMatrix_a_Setter"; |
4114 | 3478 |
4115 | 3479 @DomName("SVGMatrix.b") |
4116 /** @domName SVGMatrix.b */ | |
4117 num get b native "SVGMatrix_b_Getter"; | 3480 num get b native "SVGMatrix_b_Getter"; |
4118 | 3481 |
4119 | 3482 @DomName("SVGMatrix.b") |
4120 /** @domName SVGMatrix.b */ | |
4121 void set b(num value) native "SVGMatrix_b_Setter"; | 3483 void set b(num value) native "SVGMatrix_b_Setter"; |
4122 | 3484 |
4123 | 3485 @DomName("SVGMatrix.c") |
4124 /** @domName SVGMatrix.c */ | |
4125 num get c native "SVGMatrix_c_Getter"; | 3486 num get c native "SVGMatrix_c_Getter"; |
4126 | 3487 |
4127 | 3488 @DomName("SVGMatrix.c") |
4128 /** @domName SVGMatrix.c */ | |
4129 void set c(num value) native "SVGMatrix_c_Setter"; | 3489 void set c(num value) native "SVGMatrix_c_Setter"; |
4130 | 3490 |
4131 | 3491 @DomName("SVGMatrix.d") |
4132 /** @domName SVGMatrix.d */ | |
4133 num get d native "SVGMatrix_d_Getter"; | 3492 num get d native "SVGMatrix_d_Getter"; |
4134 | 3493 |
4135 | 3494 @DomName("SVGMatrix.d") |
4136 /** @domName SVGMatrix.d */ | |
4137 void set d(num value) native "SVGMatrix_d_Setter"; | 3495 void set d(num value) native "SVGMatrix_d_Setter"; |
4138 | 3496 |
4139 | 3497 @DomName("SVGMatrix.e") |
4140 /** @domName SVGMatrix.e */ | |
4141 num get e native "SVGMatrix_e_Getter"; | 3498 num get e native "SVGMatrix_e_Getter"; |
4142 | 3499 |
4143 | 3500 @DomName("SVGMatrix.e") |
4144 /** @domName SVGMatrix.e */ | |
4145 void set e(num value) native "SVGMatrix_e_Setter"; | 3501 void set e(num value) native "SVGMatrix_e_Setter"; |
4146 | 3502 |
4147 | 3503 @DomName("SVGMatrix.f") |
4148 /** @domName SVGMatrix.f */ | |
4149 num get f native "SVGMatrix_f_Getter"; | 3504 num get f native "SVGMatrix_f_Getter"; |
4150 | 3505 |
4151 | 3506 @DomName("SVGMatrix.f") |
4152 /** @domName SVGMatrix.f */ | |
4153 void set f(num value) native "SVGMatrix_f_Setter"; | 3507 void set f(num value) native "SVGMatrix_f_Setter"; |
4154 | 3508 |
4155 | 3509 @DomName("SVGMatrix.flipX") |
4156 /** @domName SVGMatrix.flipX */ | |
4157 Matrix flipX() native "SVGMatrix_flipX_Callback"; | 3510 Matrix flipX() native "SVGMatrix_flipX_Callback"; |
4158 | 3511 |
4159 | 3512 @DomName("SVGMatrix.flipY") |
4160 /** @domName SVGMatrix.flipY */ | |
4161 Matrix flipY() native "SVGMatrix_flipY_Callback"; | 3513 Matrix flipY() native "SVGMatrix_flipY_Callback"; |
4162 | 3514 |
4163 | 3515 @DomName("SVGMatrix.inverse") |
4164 /** @domName SVGMatrix.inverse */ | |
4165 Matrix inverse() native "SVGMatrix_inverse_Callback"; | 3516 Matrix inverse() native "SVGMatrix_inverse_Callback"; |
4166 | 3517 |
4167 | 3518 @DomName("SVGMatrix.multiply") |
4168 /** @domName SVGMatrix.multiply */ | |
4169 Matrix multiply(Matrix secondMatrix) native "SVGMatrix_multiply_Callback"; | 3519 Matrix multiply(Matrix secondMatrix) native "SVGMatrix_multiply_Callback"; |
4170 | 3520 |
4171 | 3521 @DomName("SVGMatrix.rotate") |
4172 /** @domName SVGMatrix.rotate */ | |
4173 Matrix rotate(num angle) native "SVGMatrix_rotate_Callback"; | 3522 Matrix rotate(num angle) native "SVGMatrix_rotate_Callback"; |
4174 | 3523 |
4175 | 3524 @DomName("SVGMatrix.rotateFromVector") |
4176 /** @domName SVGMatrix.rotateFromVector */ | |
4177 Matrix rotateFromVector(num x, num y) native "SVGMatrix_rotateFromVector_Callb
ack"; | 3525 Matrix rotateFromVector(num x, num y) native "SVGMatrix_rotateFromVector_Callb
ack"; |
4178 | 3526 |
4179 | 3527 @DomName("SVGMatrix.scale") |
4180 /** @domName SVGMatrix.scale */ | |
4181 Matrix scale(num scaleFactor) native "SVGMatrix_scale_Callback"; | 3528 Matrix scale(num scaleFactor) native "SVGMatrix_scale_Callback"; |
4182 | 3529 |
4183 | 3530 @DomName("SVGMatrix.scaleNonUniform") |
4184 /** @domName SVGMatrix.scaleNonUniform */ | |
4185 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) native "SVGMatrix_s
caleNonUniform_Callback"; | 3531 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) native "SVGMatrix_s
caleNonUniform_Callback"; |
4186 | 3532 |
4187 | 3533 @DomName("SVGMatrix.skewX") |
4188 /** @domName SVGMatrix.skewX */ | |
4189 Matrix skewX(num angle) native "SVGMatrix_skewX_Callback"; | 3534 Matrix skewX(num angle) native "SVGMatrix_skewX_Callback"; |
4190 | 3535 |
4191 | 3536 @DomName("SVGMatrix.skewY") |
4192 /** @domName SVGMatrix.skewY */ | |
4193 Matrix skewY(num angle) native "SVGMatrix_skewY_Callback"; | 3537 Matrix skewY(num angle) native "SVGMatrix_skewY_Callback"; |
4194 | 3538 |
4195 | 3539 @DomName("SVGMatrix.translate") |
4196 /** @domName SVGMatrix.translate */ | |
4197 Matrix translate(num x, num y) native "SVGMatrix_translate_Callback"; | 3540 Matrix translate(num x, num y) native "SVGMatrix_translate_Callback"; |
4198 | 3541 |
4199 } | 3542 } |
4200 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3543 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4201 // for details. All rights reserved. Use of this source code is governed by a | 3544 // for details. All rights reserved. Use of this source code is governed by a |
4202 // BSD-style license that can be found in the LICENSE file. | 3545 // BSD-style license that can be found in the LICENSE file. |
4203 | 3546 |
4204 // WARNING: Do not edit - generated code. | 3547 // WARNING: Do not edit - generated code. |
4205 | 3548 |
4206 | 3549 |
4207 /// @domName SVGMetadataElement | 3550 @DomName("SVGMetadataElement") |
4208 class MetadataElement extends SvgElement { | 3551 class MetadataElement extends SvgElement { |
4209 MetadataElement.internal() : super.internal(); | 3552 MetadataElement.internal() : super.internal(); |
4210 | 3553 |
4211 } | 3554 } |
4212 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3555 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4213 // for details. All rights reserved. Use of this source code is governed by a | 3556 // for details. All rights reserved. Use of this source code is governed by a |
4214 // BSD-style license that can be found in the LICENSE file. | 3557 // BSD-style license that can be found in the LICENSE file. |
4215 | 3558 |
4216 // WARNING: Do not edit - generated code. | 3559 // WARNING: Do not edit - generated code. |
4217 | 3560 |
4218 | 3561 |
4219 /// @domName SVGMissingGlyphElement | 3562 @DomName("SVGMissingGlyphElement") |
4220 class MissingGlyphElement extends SvgElement { | 3563 class MissingGlyphElement extends SvgElement { |
4221 MissingGlyphElement.internal() : super.internal(); | 3564 MissingGlyphElement.internal() : super.internal(); |
4222 | 3565 |
4223 } | 3566 } |
4224 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3567 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4225 // for details. All rights reserved. Use of this source code is governed by a | 3568 // for details. All rights reserved. Use of this source code is governed by a |
4226 // BSD-style license that can be found in the LICENSE file. | 3569 // BSD-style license that can be found in the LICENSE file. |
4227 | 3570 |
4228 // WARNING: Do not edit - generated code. | 3571 // WARNING: Do not edit - generated code. |
4229 | 3572 |
4230 | 3573 |
4231 /// @domName SVGNumber | 3574 @DomName("SVGNumber") |
4232 class Number extends NativeFieldWrapperClass1 { | 3575 class Number extends NativeFieldWrapperClass1 { |
4233 Number.internal(); | 3576 Number.internal(); |
4234 | 3577 |
4235 | 3578 @DomName("SVGNumber.value") |
4236 /** @domName SVGNumber.value */ | |
4237 num get value native "SVGNumber_value_Getter"; | 3579 num get value native "SVGNumber_value_Getter"; |
4238 | 3580 |
4239 | 3581 @DomName("SVGNumber.value") |
4240 /** @domName SVGNumber.value */ | |
4241 void set value(num value) native "SVGNumber_value_Setter"; | 3582 void set value(num value) native "SVGNumber_value_Setter"; |
4242 | 3583 |
4243 } | 3584 } |
4244 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3585 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4245 // for details. All rights reserved. Use of this source code is governed by a | 3586 // for details. All rights reserved. Use of this source code is governed by a |
4246 // BSD-style license that can be found in the LICENSE file. | 3587 // BSD-style license that can be found in the LICENSE file. |
4247 | 3588 |
4248 // WARNING: Do not edit - generated code. | 3589 // WARNING: Do not edit - generated code. |
4249 | 3590 |
4250 | 3591 |
4251 /// @domName SVGNumberList | 3592 @DomName("SVGNumberList") |
4252 class NumberList extends NativeFieldWrapperClass1 implements List<Number> { | 3593 class NumberList extends NativeFieldWrapperClass1 implements List<Number> { |
4253 NumberList.internal(); | 3594 NumberList.internal(); |
4254 | 3595 |
4255 | 3596 @DomName("SVGNumberList.numberOfItems") |
4256 /** @domName SVGNumberList.numberOfItems */ | |
4257 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; | 3597 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; |
4258 | 3598 |
4259 Number operator[](int index) native "SVGNumberList_item_Callback"; | 3599 Number operator[](int index) native "SVGNumberList_item_Callback"; |
4260 | 3600 |
4261 void operator[]=(int index, Number value) { | 3601 void operator[]=(int index, Number value) { |
4262 throw new UnsupportedError("Cannot assign element of immutable List."); | 3602 throw new UnsupportedError("Cannot assign element of immutable List."); |
4263 } | 3603 } |
4264 // -- start List<Number> mixins. | 3604 // -- start List<Number> mixins. |
4265 // Number is the element type. | 3605 // Number is the element type. |
4266 | 3606 |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4394 | 3734 |
4395 void insertRange(int start, int rangeLength, [Number initialValue]) { | 3735 void insertRange(int start, int rangeLength, [Number initialValue]) { |
4396 throw new UnsupportedError("Cannot insertRange on immutable List."); | 3736 throw new UnsupportedError("Cannot insertRange on immutable List."); |
4397 } | 3737 } |
4398 | 3738 |
4399 List<Number> getRange(int start, int rangeLength) => | 3739 List<Number> getRange(int start, int rangeLength) => |
4400 Lists.getRange(this, start, rangeLength, <Number>[]); | 3740 Lists.getRange(this, start, rangeLength, <Number>[]); |
4401 | 3741 |
4402 // -- end List<Number> mixins. | 3742 // -- end List<Number> mixins. |
4403 | 3743 |
4404 | 3744 @DomName("SVGNumberList.appendItem") |
4405 /** @domName SVGNumberList.appendItem */ | |
4406 Number appendItem(Number item) native "SVGNumberList_appendItem_Callback"; | 3745 Number appendItem(Number item) native "SVGNumberList_appendItem_Callback"; |
4407 | 3746 |
4408 | 3747 @DomName("SVGNumberList.clear") |
4409 /** @domName SVGNumberList.clear */ | |
4410 void clear() native "SVGNumberList_clear_Callback"; | 3748 void clear() native "SVGNumberList_clear_Callback"; |
4411 | 3749 |
4412 | 3750 @DomName("SVGNumberList.getItem") |
4413 /** @domName SVGNumberList.getItem */ | |
4414 Number getItem(int index) native "SVGNumberList_getItem_Callback"; | 3751 Number getItem(int index) native "SVGNumberList_getItem_Callback"; |
4415 | 3752 |
4416 | 3753 @DomName("SVGNumberList.initialize") |
4417 /** @domName SVGNumberList.initialize */ | |
4418 Number initialize(Number item) native "SVGNumberList_initialize_Callback"; | 3754 Number initialize(Number item) native "SVGNumberList_initialize_Callback"; |
4419 | 3755 |
4420 | 3756 @DomName("SVGNumberList.insertItemBefore") |
4421 /** @domName SVGNumberList.insertItemBefore */ | |
4422 Number insertItemBefore(Number item, int index) native "SVGNumberList_insertIt
emBefore_Callback"; | 3757 Number insertItemBefore(Number item, int index) native "SVGNumberList_insertIt
emBefore_Callback"; |
4423 | 3758 |
4424 | 3759 @DomName("SVGNumberList.removeItem") |
4425 /** @domName SVGNumberList.removeItem */ | |
4426 Number removeItem(int index) native "SVGNumberList_removeItem_Callback"; | 3760 Number removeItem(int index) native "SVGNumberList_removeItem_Callback"; |
4427 | 3761 |
4428 | 3762 @DomName("SVGNumberList.replaceItem") |
4429 /** @domName SVGNumberList.replaceItem */ | |
4430 Number replaceItem(Number item, int index) native "SVGNumberList_replaceItem_C
allback"; | 3763 Number replaceItem(Number item, int index) native "SVGNumberList_replaceItem_C
allback"; |
4431 | 3764 |
4432 } | 3765 } |
4433 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3766 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4434 // for details. All rights reserved. Use of this source code is governed by a | 3767 // for details. All rights reserved. Use of this source code is governed by a |
4435 // BSD-style license that can be found in the LICENSE file. | 3768 // BSD-style license that can be found in the LICENSE file. |
4436 | 3769 |
4437 // WARNING: Do not edit - generated code. | 3770 // WARNING: Do not edit - generated code. |
4438 | 3771 |
4439 | 3772 |
4440 /// @domName SVGPaint | 3773 @DomName("SVGPaint") |
4441 class Paint extends Color { | 3774 class Paint extends Color { |
4442 Paint.internal() : super.internal(); | 3775 Paint.internal() : super.internal(); |
4443 | 3776 |
4444 static const int SVG_PAINTTYPE_CURRENTCOLOR = 102; | 3777 static const int SVG_PAINTTYPE_CURRENTCOLOR = 102; |
4445 | 3778 |
4446 static const int SVG_PAINTTYPE_NONE = 101; | 3779 static const int SVG_PAINTTYPE_NONE = 101; |
4447 | 3780 |
4448 static const int SVG_PAINTTYPE_RGBCOLOR = 1; | 3781 static const int SVG_PAINTTYPE_RGBCOLOR = 1; |
4449 | 3782 |
4450 static const int SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2; | 3783 static const int SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2; |
4451 | 3784 |
4452 static const int SVG_PAINTTYPE_UNKNOWN = 0; | 3785 static const int SVG_PAINTTYPE_UNKNOWN = 0; |
4453 | 3786 |
4454 static const int SVG_PAINTTYPE_URI = 107; | 3787 static const int SVG_PAINTTYPE_URI = 107; |
4455 | 3788 |
4456 static const int SVG_PAINTTYPE_URI_CURRENTCOLOR = 104; | 3789 static const int SVG_PAINTTYPE_URI_CURRENTCOLOR = 104; |
4457 | 3790 |
4458 static const int SVG_PAINTTYPE_URI_NONE = 103; | 3791 static const int SVG_PAINTTYPE_URI_NONE = 103; |
4459 | 3792 |
4460 static const int SVG_PAINTTYPE_URI_RGBCOLOR = 105; | 3793 static const int SVG_PAINTTYPE_URI_RGBCOLOR = 105; |
4461 | 3794 |
4462 static const int SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106; | 3795 static const int SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106; |
4463 | 3796 |
4464 | 3797 @DomName("SVGPaint.paintType") |
4465 /** @domName SVGPaint.paintType */ | |
4466 int get paintType native "SVGPaint_paintType_Getter"; | 3798 int get paintType native "SVGPaint_paintType_Getter"; |
4467 | 3799 |
4468 | 3800 @DomName("SVGPaint.uri") |
4469 /** @domName SVGPaint.uri */ | |
4470 String get uri native "SVGPaint_uri_Getter"; | 3801 String get uri native "SVGPaint_uri_Getter"; |
4471 | 3802 |
4472 | 3803 @DomName("SVGPaint.setPaint") |
4473 /** @domName SVGPaint.setPaint */ | |
4474 void setPaint(int paintType, String uri, String rgbColor, String iccColor) nat
ive "SVGPaint_setPaint_Callback"; | 3804 void setPaint(int paintType, String uri, String rgbColor, String iccColor) nat
ive "SVGPaint_setPaint_Callback"; |
4475 | 3805 |
4476 | 3806 @DomName("SVGPaint.setUri") |
4477 /** @domName SVGPaint.setUri */ | |
4478 void setUri(String uri) native "SVGPaint_setUri_Callback"; | 3807 void setUri(String uri) native "SVGPaint_setUri_Callback"; |
4479 | 3808 |
4480 } | 3809 } |
4481 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3810 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4482 // for details. All rights reserved. Use of this source code is governed by a | 3811 // for details. All rights reserved. Use of this source code is governed by a |
4483 // BSD-style license that can be found in the LICENSE file. | 3812 // BSD-style license that can be found in the LICENSE file. |
4484 | 3813 |
4485 // WARNING: Do not edit - generated code. | 3814 // WARNING: Do not edit - generated code. |
4486 | 3815 |
4487 | 3816 |
4488 /// @domName SVGPathElement | 3817 @DomName("SVGPathElement") |
4489 class PathElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { | 3818 class PathElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { |
4490 PathElement.internal() : super.internal(); | 3819 PathElement.internal() : super.internal(); |
4491 | 3820 |
4492 ///@docsEditable true | 3821 /// @docsEditable true |
4493 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 3822 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); |
4494 | 3823 |
4495 | 3824 @DomName("SVGPathElement.animatedNormalizedPathSegList") |
4496 /** @domName SVGPathElement.animatedNormalizedPathSegList */ | |
4497 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN
ormalizedPathSegList_Getter"; | 3825 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN
ormalizedPathSegList_Getter"; |
4498 | 3826 |
4499 | 3827 @DomName("SVGPathElement.animatedPathSegList") |
4500 /** @domName SVGPathElement.animatedPathSegList */ | |
4501 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList
_Getter"; | 3828 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList
_Getter"; |
4502 | 3829 |
4503 | 3830 @DomName("SVGPathElement.normalizedPathSegList") |
4504 /** @domName SVGPathElement.normalizedPathSegList */ | |
4505 PathSegList get normalizedPathSegList native "SVGPathElement_normalizedPathSeg
List_Getter"; | 3831 PathSegList get normalizedPathSegList native "SVGPathElement_normalizedPathSeg
List_Getter"; |
4506 | 3832 |
4507 | 3833 @DomName("SVGPathElement.pathLength") |
4508 /** @domName SVGPathElement.pathLength */ | |
4509 AnimatedNumber get pathLength native "SVGPathElement_pathLength_Getter"; | 3834 AnimatedNumber get pathLength native "SVGPathElement_pathLength_Getter"; |
4510 | 3835 |
4511 | 3836 @DomName("SVGPathElement.pathSegList") |
4512 /** @domName SVGPathElement.pathSegList */ | |
4513 PathSegList get pathSegList native "SVGPathElement_pathSegList_Getter"; | 3837 PathSegList get pathSegList native "SVGPathElement_pathSegList_Getter"; |
4514 | 3838 |
4515 | 3839 @DomName("SVGPathElement.createSVGPathSegArcAbs") |
4516 /** @domName SVGPathElement.createSVGPathSegArcAbs */ | |
4517 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs
_Callback"; | 3840 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs
_Callback"; |
4518 | 3841 |
4519 | 3842 @DomName("SVGPathElement.createSVGPathSegArcRel") |
4520 /** @domName SVGPathElement.createSVGPathSegArcRel */ | |
4521 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcRel
_Callback"; | 3843 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcRel
_Callback"; |
4522 | 3844 |
4523 | 3845 @DomName("SVGPathElement.createSVGPathSegClosePath") |
4524 /** @domName SVGPathElement.createSVGPathSegClosePath */ | |
4525 PathSegClosePath createSvgPathSegClosePath() native "SVGPathElement_createSVGP
athSegClosePath_Callback"; | 3846 PathSegClosePath createSvgPathSegClosePath() native "SVGPathElement_createSVGP
athSegClosePath_Callback"; |
4526 | 3847 |
4527 | 3848 @DomName("SVGPathElement.createSVGPathSegCurvetoCubicAbs") |
4528 /** @domName SVGPathElement.createSVGPathSegCurvetoCubicAbs */ | |
4529 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Ca
llback"; | 3849 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Ca
llback"; |
4530 | 3850 |
4531 | 3851 @DomName("SVGPathElement.createSVGPathSegCurvetoCubicRel") |
4532 /** @domName SVGPathElement.createSVGPathSegCurvetoCubicRel */ | |
4533 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Ca
llback"; | 3852 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Ca
llback"; |
4534 | 3853 |
4535 | 3854 @DomName("SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs") |
4536 /** @domName SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs */ | |
4537 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_
Callback"; | 3855 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_
Callback"; |
4538 | 3856 |
4539 | 3857 @DomName("SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel") |
4540 /** @domName SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel */ | |
4541 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_
Callback"; | 3858 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_
Callback"; |
4542 | 3859 |
4543 | 3860 @DomName("SVGPathElement.createSVGPathSegCurvetoQuadraticAbs") |
4544 /** @domName SVGPathElement.createSVGPathSegCurvetoQuadraticAbs */ | |
4545 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callba
ck"; | 3861 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callba
ck"; |
4546 | 3862 |
4547 | 3863 @DomName("SVGPathElement.createSVGPathSegCurvetoQuadraticRel") |
4548 /** @domName SVGPathElement.createSVGPathSegCurvetoQuadraticRel */ | |
4549 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callba
ck"; | 3864 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callba
ck"; |
4550 | 3865 |
4551 | 3866 @DomName("SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs") |
4552 /** @domName SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs */ | |
4553 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Call
back"; | 3867 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Call
back"; |
4554 | 3868 |
4555 | 3869 @DomName("SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel") |
4556 /** @domName SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel */ | |
4557 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Call
back"; | 3870 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Call
back"; |
4558 | 3871 |
4559 | 3872 @DomName("SVGPathElement.createSVGPathSegLinetoAbs") |
4560 /** @domName SVGPathElement.createSVGPathSegLinetoAbs */ | |
4561 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoAbs_Callback"; | 3873 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoAbs_Callback"; |
4562 | 3874 |
4563 | 3875 @DomName("SVGPathElement.createSVGPathSegLinetoHorizontalAbs") |
4564 /** @domName SVGPathElement.createSVGPathSegLinetoHorizontalAbs */ | |
4565 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback"; | 3876 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback"; |
4566 | 3877 |
4567 | 3878 @DomName("SVGPathElement.createSVGPathSegLinetoHorizontalRel") |
4568 /** @domName SVGPathElement.createSVGPathSegLinetoHorizontalRel */ | |
4569 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback"; | 3879 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback"; |
4570 | 3880 |
4571 | 3881 @DomName("SVGPathElement.createSVGPathSegLinetoRel") |
4572 /** @domName SVGPathElement.createSVGPathSegLinetoRel */ | |
4573 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoRel_Callback"; | 3882 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoRel_Callback"; |
4574 | 3883 |
4575 | 3884 @DomName("SVGPathElement.createSVGPathSegLinetoVerticalAbs") |
4576 /** @domName SVGPathElement.createSVGPathSegLinetoVerticalAbs */ | |
4577 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalAbs_Callback"; | 3885 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalAbs_Callback"; |
4578 | 3886 |
4579 | 3887 @DomName("SVGPathElement.createSVGPathSegLinetoVerticalRel") |
4580 /** @domName SVGPathElement.createSVGPathSegLinetoVerticalRel */ | |
4581 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalRel_Callback"; | 3888 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalRel_Callback"; |
4582 | 3889 |
4583 | 3890 @DomName("SVGPathElement.createSVGPathSegMovetoAbs") |
4584 /** @domName SVGPathElement.createSVGPathSegMovetoAbs */ | |
4585 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoAbs_Callback"; | 3891 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoAbs_Callback"; |
4586 | 3892 |
4587 | 3893 @DomName("SVGPathElement.createSVGPathSegMovetoRel") |
4588 /** @domName SVGPathElement.createSVGPathSegMovetoRel */ | |
4589 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoRel_Callback"; | 3894 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoRel_Callback"; |
4590 | 3895 |
4591 | 3896 @DomName("SVGPathElement.getPathSegAtLength") |
4592 /** @domName SVGPathElement.getPathSegAtLength */ | |
4593 int getPathSegAtLength(num distance) native "SVGPathElement_getPathSegAtLength
_Callback"; | 3897 int getPathSegAtLength(num distance) native "SVGPathElement_getPathSegAtLength
_Callback"; |
4594 | 3898 |
4595 | 3899 @DomName("SVGPathElement.getPointAtLength") |
4596 /** @domName SVGPathElement.getPointAtLength */ | |
4597 Point getPointAtLength(num distance) native "SVGPathElement_getPointAtLength_C
allback"; | 3900 Point getPointAtLength(num distance) native "SVGPathElement_getPointAtLength_C
allback"; |
4598 | 3901 |
4599 | 3902 @DomName("SVGPathElement.getTotalLength") |
4600 /** @domName SVGPathElement.getTotalLength */ | |
4601 num getTotalLength() native "SVGPathElement_getTotalLength_Callback"; | 3903 num getTotalLength() native "SVGPathElement_getTotalLength_Callback"; |
4602 | 3904 |
4603 | 3905 @DomName("SVGPathElement.externalResourcesRequired") |
4604 /** @domName SVGPathElement.externalResourcesRequired */ | |
4605 AnimatedBoolean get externalResourcesRequired native "SVGPathElement_externalR
esourcesRequired_Getter"; | 3906 AnimatedBoolean get externalResourcesRequired native "SVGPathElement_externalR
esourcesRequired_Getter"; |
4606 | 3907 |
4607 | 3908 @DomName("SVGPathElement.xmllang") |
4608 /** @domName SVGPathElement.xmllang */ | |
4609 String get xmllang native "SVGPathElement_xmllang_Getter"; | 3909 String get xmllang native "SVGPathElement_xmllang_Getter"; |
4610 | 3910 |
4611 | 3911 @DomName("SVGPathElement.xmllang") |
4612 /** @domName SVGPathElement.xmllang */ | |
4613 void set xmllang(String value) native "SVGPathElement_xmllang_Setter"; | 3912 void set xmllang(String value) native "SVGPathElement_xmllang_Setter"; |
4614 | 3913 |
4615 | 3914 @DomName("SVGPathElement.xmlspace") |
4616 /** @domName SVGPathElement.xmlspace */ | |
4617 String get xmlspace native "SVGPathElement_xmlspace_Getter"; | 3915 String get xmlspace native "SVGPathElement_xmlspace_Getter"; |
4618 | 3916 |
4619 | 3917 @DomName("SVGPathElement.xmlspace") |
4620 /** @domName SVGPathElement.xmlspace */ | |
4621 void set xmlspace(String value) native "SVGPathElement_xmlspace_Setter"; | 3918 void set xmlspace(String value) native "SVGPathElement_xmlspace_Setter"; |
4622 | 3919 |
4623 | 3920 @DomName("SVGPathElement.farthestViewportElement") |
4624 /** @domName SVGPathElement.farthestViewportElement */ | |
4625 SvgElement get farthestViewportElement native "SVGPathElement_farthestViewport
Element_Getter"; | 3921 SvgElement get farthestViewportElement native "SVGPathElement_farthestViewport
Element_Getter"; |
4626 | 3922 |
4627 | 3923 @DomName("SVGPathElement.nearestViewportElement") |
4628 /** @domName SVGPathElement.nearestViewportElement */ | |
4629 SvgElement get nearestViewportElement native "SVGPathElement_nearestViewportEl
ement_Getter"; | 3924 SvgElement get nearestViewportElement native "SVGPathElement_nearestViewportEl
ement_Getter"; |
4630 | 3925 |
4631 | 3926 @DomName("SVGPathElement.getBBox") |
4632 /** @domName SVGPathElement.getBBox */ | |
4633 Rect getBBox() native "SVGPathElement_getBBox_Callback"; | 3927 Rect getBBox() native "SVGPathElement_getBBox_Callback"; |
4634 | 3928 |
4635 | 3929 @DomName("SVGPathElement.getCTM") |
4636 /** @domName SVGPathElement.getCTM */ | |
4637 Matrix getCtm() native "SVGPathElement_getCTM_Callback"; | 3930 Matrix getCtm() native "SVGPathElement_getCTM_Callback"; |
4638 | 3931 |
4639 | 3932 @DomName("SVGPathElement.getScreenCTM") |
4640 /** @domName SVGPathElement.getScreenCTM */ | |
4641 Matrix getScreenCtm() native "SVGPathElement_getScreenCTM_Callback"; | 3933 Matrix getScreenCtm() native "SVGPathElement_getScreenCTM_Callback"; |
4642 | 3934 |
4643 | 3935 @DomName("SVGPathElement.getTransformToElement") |
4644 /** @domName SVGPathElement.getTransformToElement */ | |
4645 Matrix getTransformToElement(SvgElement element) native "SVGPathElement_getTra
nsformToElement_Callback"; | 3936 Matrix getTransformToElement(SvgElement element) native "SVGPathElement_getTra
nsformToElement_Callback"; |
4646 | 3937 |
4647 | 3938 @DomName("SVGPathElement.className") |
4648 /** @domName SVGPathElement.className */ | |
4649 AnimatedString get $dom_svgClassName native "SVGPathElement_className_Getter"; | 3939 AnimatedString get $dom_svgClassName native "SVGPathElement_className_Getter"; |
4650 | 3940 |
4651 | 3941 @DomName("SVGPathElement.style") |
4652 /** @domName SVGPathElement.style */ | |
4653 CssStyleDeclaration get style native "SVGPathElement_style_Getter"; | 3942 CssStyleDeclaration get style native "SVGPathElement_style_Getter"; |
4654 | 3943 |
4655 | 3944 @DomName("SVGPathElement.getPresentationAttribute") |
4656 /** @domName SVGPathElement.getPresentationAttribute */ | |
4657 CssValue getPresentationAttribute(String name) native "SVGPathElement_getPrese
ntationAttribute_Callback"; | 3945 CssValue getPresentationAttribute(String name) native "SVGPathElement_getPrese
ntationAttribute_Callback"; |
4658 | 3946 |
4659 | 3947 @DomName("SVGPathElement.requiredExtensions") |
4660 /** @domName SVGPathElement.requiredExtensions */ | |
4661 StringList get requiredExtensions native "SVGPathElement_requiredExtensions_Ge
tter"; | 3948 StringList get requiredExtensions native "SVGPathElement_requiredExtensions_Ge
tter"; |
4662 | 3949 |
4663 | 3950 @DomName("SVGPathElement.requiredFeatures") |
4664 /** @domName SVGPathElement.requiredFeatures */ | |
4665 StringList get requiredFeatures native "SVGPathElement_requiredFeatures_Getter
"; | 3951 StringList get requiredFeatures native "SVGPathElement_requiredFeatures_Getter
"; |
4666 | 3952 |
4667 | 3953 @DomName("SVGPathElement.systemLanguage") |
4668 /** @domName SVGPathElement.systemLanguage */ | |
4669 StringList get systemLanguage native "SVGPathElement_systemLanguage_Getter"; | 3954 StringList get systemLanguage native "SVGPathElement_systemLanguage_Getter"; |
4670 | 3955 |
4671 | 3956 @DomName("SVGPathElement.hasExtension") |
4672 /** @domName SVGPathElement.hasExtension */ | |
4673 bool hasExtension(String extension) native "SVGPathElement_hasExtension_Callba
ck"; | 3957 bool hasExtension(String extension) native "SVGPathElement_hasExtension_Callba
ck"; |
4674 | 3958 |
4675 | 3959 @DomName("SVGPathElement.transform") |
4676 /** @domName SVGPathElement.transform */ | |
4677 AnimatedTransformList get transform native "SVGPathElement_transform_Getter"; | 3960 AnimatedTransformList get transform native "SVGPathElement_transform_Getter"; |
4678 | 3961 |
4679 } | 3962 } |
4680 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3963 // 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 | 3964 // 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. | 3965 // BSD-style license that can be found in the LICENSE file. |
4683 | 3966 |
4684 // WARNING: Do not edit - generated code. | 3967 // WARNING: Do not edit - generated code. |
4685 | 3968 |
4686 | 3969 |
4687 /// @domName SVGPathSeg | 3970 @DomName("SVGPathSeg") |
4688 class PathSeg extends NativeFieldWrapperClass1 { | 3971 class PathSeg extends NativeFieldWrapperClass1 { |
4689 PathSeg.internal(); | 3972 PathSeg.internal(); |
4690 | 3973 |
4691 static const int PATHSEG_ARC_ABS = 10; | 3974 static const int PATHSEG_ARC_ABS = 10; |
4692 | 3975 |
4693 static const int PATHSEG_ARC_REL = 11; | 3976 static const int PATHSEG_ARC_REL = 11; |
4694 | 3977 |
4695 static const int PATHSEG_CLOSEPATH = 1; | 3978 static const int PATHSEG_CLOSEPATH = 1; |
4696 | 3979 |
4697 static const int PATHSEG_CURVETO_CUBIC_ABS = 6; | 3980 static const int PATHSEG_CURVETO_CUBIC_ABS = 6; |
(...skipping 23 matching lines...) Expand all Loading... |
4721 static const int PATHSEG_LINETO_VERTICAL_ABS = 14; | 4004 static const int PATHSEG_LINETO_VERTICAL_ABS = 14; |
4722 | 4005 |
4723 static const int PATHSEG_LINETO_VERTICAL_REL = 15; | 4006 static const int PATHSEG_LINETO_VERTICAL_REL = 15; |
4724 | 4007 |
4725 static const int PATHSEG_MOVETO_ABS = 2; | 4008 static const int PATHSEG_MOVETO_ABS = 2; |
4726 | 4009 |
4727 static const int PATHSEG_MOVETO_REL = 3; | 4010 static const int PATHSEG_MOVETO_REL = 3; |
4728 | 4011 |
4729 static const int PATHSEG_UNKNOWN = 0; | 4012 static const int PATHSEG_UNKNOWN = 0; |
4730 | 4013 |
4731 | 4014 @DomName("SVGPathSeg.pathSegType") |
4732 /** @domName SVGPathSeg.pathSegType */ | |
4733 int get pathSegType native "SVGPathSeg_pathSegType_Getter"; | 4015 int get pathSegType native "SVGPathSeg_pathSegType_Getter"; |
4734 | 4016 |
4735 | 4017 @DomName("SVGPathSeg.pathSegTypeAsLetter") |
4736 /** @domName SVGPathSeg.pathSegTypeAsLetter */ | |
4737 String get pathSegTypeAsLetter native "SVGPathSeg_pathSegTypeAsLetter_Getter"; | 4018 String get pathSegTypeAsLetter native "SVGPathSeg_pathSegTypeAsLetter_Getter"; |
4738 | 4019 |
4739 } | 4020 } |
4740 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4021 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4741 // for details. All rights reserved. Use of this source code is governed by a | 4022 // for details. All rights reserved. Use of this source code is governed by a |
4742 // BSD-style license that can be found in the LICENSE file. | 4023 // BSD-style license that can be found in the LICENSE file. |
4743 | 4024 |
4744 // WARNING: Do not edit - generated code. | 4025 // WARNING: Do not edit - generated code. |
4745 | 4026 |
4746 | 4027 |
4747 /// @domName SVGPathSegArcAbs | 4028 @DomName("SVGPathSegArcAbs") |
4748 class PathSegArcAbs extends PathSeg { | 4029 class PathSegArcAbs extends PathSeg { |
4749 PathSegArcAbs.internal() : super.internal(); | 4030 PathSegArcAbs.internal() : super.internal(); |
4750 | 4031 |
4751 | 4032 @DomName("SVGPathSegArcAbs.angle") |
4752 /** @domName SVGPathSegArcAbs.angle */ | |
4753 num get angle native "SVGPathSegArcAbs_angle_Getter"; | 4033 num get angle native "SVGPathSegArcAbs_angle_Getter"; |
4754 | 4034 |
4755 | 4035 @DomName("SVGPathSegArcAbs.angle") |
4756 /** @domName SVGPathSegArcAbs.angle */ | |
4757 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; | 4036 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; |
4758 | 4037 |
4759 | 4038 @DomName("SVGPathSegArcAbs.largeArcFlag") |
4760 /** @domName SVGPathSegArcAbs.largeArcFlag */ | |
4761 bool get largeArcFlag native "SVGPathSegArcAbs_largeArcFlag_Getter"; | 4039 bool get largeArcFlag native "SVGPathSegArcAbs_largeArcFlag_Getter"; |
4762 | 4040 |
4763 | 4041 @DomName("SVGPathSegArcAbs.largeArcFlag") |
4764 /** @domName SVGPathSegArcAbs.largeArcFlag */ | |
4765 void set largeArcFlag(bool value) native "SVGPathSegArcAbs_largeArcFlag_Setter
"; | 4042 void set largeArcFlag(bool value) native "SVGPathSegArcAbs_largeArcFlag_Setter
"; |
4766 | 4043 |
4767 | 4044 @DomName("SVGPathSegArcAbs.r1") |
4768 /** @domName SVGPathSegArcAbs.r1 */ | |
4769 num get r1 native "SVGPathSegArcAbs_r1_Getter"; | 4045 num get r1 native "SVGPathSegArcAbs_r1_Getter"; |
4770 | 4046 |
4771 | 4047 @DomName("SVGPathSegArcAbs.r1") |
4772 /** @domName SVGPathSegArcAbs.r1 */ | |
4773 void set r1(num value) native "SVGPathSegArcAbs_r1_Setter"; | 4048 void set r1(num value) native "SVGPathSegArcAbs_r1_Setter"; |
4774 | 4049 |
4775 | 4050 @DomName("SVGPathSegArcAbs.r2") |
4776 /** @domName SVGPathSegArcAbs.r2 */ | |
4777 num get r2 native "SVGPathSegArcAbs_r2_Getter"; | 4051 num get r2 native "SVGPathSegArcAbs_r2_Getter"; |
4778 | 4052 |
4779 | 4053 @DomName("SVGPathSegArcAbs.r2") |
4780 /** @domName SVGPathSegArcAbs.r2 */ | |
4781 void set r2(num value) native "SVGPathSegArcAbs_r2_Setter"; | 4054 void set r2(num value) native "SVGPathSegArcAbs_r2_Setter"; |
4782 | 4055 |
4783 | 4056 @DomName("SVGPathSegArcAbs.sweepFlag") |
4784 /** @domName SVGPathSegArcAbs.sweepFlag */ | |
4785 bool get sweepFlag native "SVGPathSegArcAbs_sweepFlag_Getter"; | 4057 bool get sweepFlag native "SVGPathSegArcAbs_sweepFlag_Getter"; |
4786 | 4058 |
4787 | 4059 @DomName("SVGPathSegArcAbs.sweepFlag") |
4788 /** @domName SVGPathSegArcAbs.sweepFlag */ | |
4789 void set sweepFlag(bool value) native "SVGPathSegArcAbs_sweepFlag_Setter"; | 4060 void set sweepFlag(bool value) native "SVGPathSegArcAbs_sweepFlag_Setter"; |
4790 | 4061 |
4791 | 4062 @DomName("SVGPathSegArcAbs.x") |
4792 /** @domName SVGPathSegArcAbs.x */ | |
4793 num get x native "SVGPathSegArcAbs_x_Getter"; | 4063 num get x native "SVGPathSegArcAbs_x_Getter"; |
4794 | 4064 |
4795 | 4065 @DomName("SVGPathSegArcAbs.x") |
4796 /** @domName SVGPathSegArcAbs.x */ | |
4797 void set x(num value) native "SVGPathSegArcAbs_x_Setter"; | 4066 void set x(num value) native "SVGPathSegArcAbs_x_Setter"; |
4798 | 4067 |
4799 | 4068 @DomName("SVGPathSegArcAbs.y") |
4800 /** @domName SVGPathSegArcAbs.y */ | |
4801 num get y native "SVGPathSegArcAbs_y_Getter"; | 4069 num get y native "SVGPathSegArcAbs_y_Getter"; |
4802 | 4070 |
4803 | 4071 @DomName("SVGPathSegArcAbs.y") |
4804 /** @domName SVGPathSegArcAbs.y */ | |
4805 void set y(num value) native "SVGPathSegArcAbs_y_Setter"; | 4072 void set y(num value) native "SVGPathSegArcAbs_y_Setter"; |
4806 | 4073 |
4807 } | 4074 } |
4808 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4075 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4809 // for details. All rights reserved. Use of this source code is governed by a | 4076 // for details. All rights reserved. Use of this source code is governed by a |
4810 // BSD-style license that can be found in the LICENSE file. | 4077 // BSD-style license that can be found in the LICENSE file. |
4811 | 4078 |
4812 // WARNING: Do not edit - generated code. | 4079 // WARNING: Do not edit - generated code. |
4813 | 4080 |
4814 | 4081 |
4815 /// @domName SVGPathSegArcRel | 4082 @DomName("SVGPathSegArcRel") |
4816 class PathSegArcRel extends PathSeg { | 4083 class PathSegArcRel extends PathSeg { |
4817 PathSegArcRel.internal() : super.internal(); | 4084 PathSegArcRel.internal() : super.internal(); |
4818 | 4085 |
4819 | 4086 @DomName("SVGPathSegArcRel.angle") |
4820 /** @domName SVGPathSegArcRel.angle */ | |
4821 num get angle native "SVGPathSegArcRel_angle_Getter"; | 4087 num get angle native "SVGPathSegArcRel_angle_Getter"; |
4822 | 4088 |
4823 | 4089 @DomName("SVGPathSegArcRel.angle") |
4824 /** @domName SVGPathSegArcRel.angle */ | |
4825 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; | 4090 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; |
4826 | 4091 |
4827 | 4092 @DomName("SVGPathSegArcRel.largeArcFlag") |
4828 /** @domName SVGPathSegArcRel.largeArcFlag */ | |
4829 bool get largeArcFlag native "SVGPathSegArcRel_largeArcFlag_Getter"; | 4093 bool get largeArcFlag native "SVGPathSegArcRel_largeArcFlag_Getter"; |
4830 | 4094 |
4831 | 4095 @DomName("SVGPathSegArcRel.largeArcFlag") |
4832 /** @domName SVGPathSegArcRel.largeArcFlag */ | |
4833 void set largeArcFlag(bool value) native "SVGPathSegArcRel_largeArcFlag_Setter
"; | 4096 void set largeArcFlag(bool value) native "SVGPathSegArcRel_largeArcFlag_Setter
"; |
4834 | 4097 |
4835 | 4098 @DomName("SVGPathSegArcRel.r1") |
4836 /** @domName SVGPathSegArcRel.r1 */ | |
4837 num get r1 native "SVGPathSegArcRel_r1_Getter"; | 4099 num get r1 native "SVGPathSegArcRel_r1_Getter"; |
4838 | 4100 |
4839 | 4101 @DomName("SVGPathSegArcRel.r1") |
4840 /** @domName SVGPathSegArcRel.r1 */ | |
4841 void set r1(num value) native "SVGPathSegArcRel_r1_Setter"; | 4102 void set r1(num value) native "SVGPathSegArcRel_r1_Setter"; |
4842 | 4103 |
4843 | 4104 @DomName("SVGPathSegArcRel.r2") |
4844 /** @domName SVGPathSegArcRel.r2 */ | |
4845 num get r2 native "SVGPathSegArcRel_r2_Getter"; | 4105 num get r2 native "SVGPathSegArcRel_r2_Getter"; |
4846 | 4106 |
4847 | 4107 @DomName("SVGPathSegArcRel.r2") |
4848 /** @domName SVGPathSegArcRel.r2 */ | |
4849 void set r2(num value) native "SVGPathSegArcRel_r2_Setter"; | 4108 void set r2(num value) native "SVGPathSegArcRel_r2_Setter"; |
4850 | 4109 |
4851 | 4110 @DomName("SVGPathSegArcRel.sweepFlag") |
4852 /** @domName SVGPathSegArcRel.sweepFlag */ | |
4853 bool get sweepFlag native "SVGPathSegArcRel_sweepFlag_Getter"; | 4111 bool get sweepFlag native "SVGPathSegArcRel_sweepFlag_Getter"; |
4854 | 4112 |
4855 | 4113 @DomName("SVGPathSegArcRel.sweepFlag") |
4856 /** @domName SVGPathSegArcRel.sweepFlag */ | |
4857 void set sweepFlag(bool value) native "SVGPathSegArcRel_sweepFlag_Setter"; | 4114 void set sweepFlag(bool value) native "SVGPathSegArcRel_sweepFlag_Setter"; |
4858 | 4115 |
4859 | 4116 @DomName("SVGPathSegArcRel.x") |
4860 /** @domName SVGPathSegArcRel.x */ | |
4861 num get x native "SVGPathSegArcRel_x_Getter"; | 4117 num get x native "SVGPathSegArcRel_x_Getter"; |
4862 | 4118 |
4863 | 4119 @DomName("SVGPathSegArcRel.x") |
4864 /** @domName SVGPathSegArcRel.x */ | |
4865 void set x(num value) native "SVGPathSegArcRel_x_Setter"; | 4120 void set x(num value) native "SVGPathSegArcRel_x_Setter"; |
4866 | 4121 |
4867 | 4122 @DomName("SVGPathSegArcRel.y") |
4868 /** @domName SVGPathSegArcRel.y */ | |
4869 num get y native "SVGPathSegArcRel_y_Getter"; | 4123 num get y native "SVGPathSegArcRel_y_Getter"; |
4870 | 4124 |
4871 | 4125 @DomName("SVGPathSegArcRel.y") |
4872 /** @domName SVGPathSegArcRel.y */ | |
4873 void set y(num value) native "SVGPathSegArcRel_y_Setter"; | 4126 void set y(num value) native "SVGPathSegArcRel_y_Setter"; |
4874 | 4127 |
4875 } | 4128 } |
4876 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4129 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4877 // for details. All rights reserved. Use of this source code is governed by a | 4130 // for details. All rights reserved. Use of this source code is governed by a |
4878 // BSD-style license that can be found in the LICENSE file. | 4131 // BSD-style license that can be found in the LICENSE file. |
4879 | 4132 |
4880 // WARNING: Do not edit - generated code. | 4133 // WARNING: Do not edit - generated code. |
4881 | 4134 |
4882 | 4135 |
4883 /// @domName SVGPathSegClosePath | 4136 @DomName("SVGPathSegClosePath") |
4884 class PathSegClosePath extends PathSeg { | 4137 class PathSegClosePath extends PathSeg { |
4885 PathSegClosePath.internal() : super.internal(); | 4138 PathSegClosePath.internal() : super.internal(); |
4886 | 4139 |
4887 } | 4140 } |
4888 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4141 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4889 // for details. All rights reserved. Use of this source code is governed by a | 4142 // for details. All rights reserved. Use of this source code is governed by a |
4890 // BSD-style license that can be found in the LICENSE file. | 4143 // BSD-style license that can be found in the LICENSE file. |
4891 | 4144 |
4892 // WARNING: Do not edit - generated code. | 4145 // WARNING: Do not edit - generated code. |
4893 | 4146 |
4894 | 4147 |
4895 /// @domName SVGPathSegCurvetoCubicAbs | 4148 @DomName("SVGPathSegCurvetoCubicAbs") |
4896 class PathSegCurvetoCubicAbs extends PathSeg { | 4149 class PathSegCurvetoCubicAbs extends PathSeg { |
4897 PathSegCurvetoCubicAbs.internal() : super.internal(); | 4150 PathSegCurvetoCubicAbs.internal() : super.internal(); |
4898 | 4151 |
4899 | 4152 @DomName("SVGPathSegCurvetoCubicAbs.x") |
4900 /** @domName SVGPathSegCurvetoCubicAbs.x */ | |
4901 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; | 4153 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; |
4902 | 4154 |
4903 | 4155 @DomName("SVGPathSegCurvetoCubicAbs.x") |
4904 /** @domName SVGPathSegCurvetoCubicAbs.x */ | |
4905 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; | 4156 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; |
4906 | 4157 |
4907 | 4158 @DomName("SVGPathSegCurvetoCubicAbs.x1") |
4908 /** @domName SVGPathSegCurvetoCubicAbs.x1 */ | |
4909 num get x1 native "SVGPathSegCurvetoCubicAbs_x1_Getter"; | 4159 num get x1 native "SVGPathSegCurvetoCubicAbs_x1_Getter"; |
4910 | 4160 |
4911 | 4161 @DomName("SVGPathSegCurvetoCubicAbs.x1") |
4912 /** @domName SVGPathSegCurvetoCubicAbs.x1 */ | |
4913 void set x1(num value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; | 4162 void set x1(num value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; |
4914 | 4163 |
4915 | 4164 @DomName("SVGPathSegCurvetoCubicAbs.x2") |
4916 /** @domName SVGPathSegCurvetoCubicAbs.x2 */ | |
4917 num get x2 native "SVGPathSegCurvetoCubicAbs_x2_Getter"; | 4165 num get x2 native "SVGPathSegCurvetoCubicAbs_x2_Getter"; |
4918 | 4166 |
4919 | 4167 @DomName("SVGPathSegCurvetoCubicAbs.x2") |
4920 /** @domName SVGPathSegCurvetoCubicAbs.x2 */ | |
4921 void set x2(num value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; | 4168 void set x2(num value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; |
4922 | 4169 |
4923 | 4170 @DomName("SVGPathSegCurvetoCubicAbs.y") |
4924 /** @domName SVGPathSegCurvetoCubicAbs.y */ | |
4925 num get y native "SVGPathSegCurvetoCubicAbs_y_Getter"; | 4171 num get y native "SVGPathSegCurvetoCubicAbs_y_Getter"; |
4926 | 4172 |
4927 | 4173 @DomName("SVGPathSegCurvetoCubicAbs.y") |
4928 /** @domName SVGPathSegCurvetoCubicAbs.y */ | |
4929 void set y(num value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; | 4174 void set y(num value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; |
4930 | 4175 |
4931 | 4176 @DomName("SVGPathSegCurvetoCubicAbs.y1") |
4932 /** @domName SVGPathSegCurvetoCubicAbs.y1 */ | |
4933 num get y1 native "SVGPathSegCurvetoCubicAbs_y1_Getter"; | 4177 num get y1 native "SVGPathSegCurvetoCubicAbs_y1_Getter"; |
4934 | 4178 |
4935 | 4179 @DomName("SVGPathSegCurvetoCubicAbs.y1") |
4936 /** @domName SVGPathSegCurvetoCubicAbs.y1 */ | |
4937 void set y1(num value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; | 4180 void set y1(num value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; |
4938 | 4181 |
4939 | 4182 @DomName("SVGPathSegCurvetoCubicAbs.y2") |
4940 /** @domName SVGPathSegCurvetoCubicAbs.y2 */ | |
4941 num get y2 native "SVGPathSegCurvetoCubicAbs_y2_Getter"; | 4183 num get y2 native "SVGPathSegCurvetoCubicAbs_y2_Getter"; |
4942 | 4184 |
4943 | 4185 @DomName("SVGPathSegCurvetoCubicAbs.y2") |
4944 /** @domName SVGPathSegCurvetoCubicAbs.y2 */ | |
4945 void set y2(num value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; | 4186 void set y2(num value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; |
4946 | 4187 |
4947 } | 4188 } |
4948 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4189 // 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 | 4190 // 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. | 4191 // BSD-style license that can be found in the LICENSE file. |
4951 | 4192 |
4952 // WARNING: Do not edit - generated code. | 4193 // WARNING: Do not edit - generated code. |
4953 | 4194 |
4954 | 4195 |
4955 /// @domName SVGPathSegCurvetoCubicRel | 4196 @DomName("SVGPathSegCurvetoCubicRel") |
4956 class PathSegCurvetoCubicRel extends PathSeg { | 4197 class PathSegCurvetoCubicRel extends PathSeg { |
4957 PathSegCurvetoCubicRel.internal() : super.internal(); | 4198 PathSegCurvetoCubicRel.internal() : super.internal(); |
4958 | 4199 |
4959 | 4200 @DomName("SVGPathSegCurvetoCubicRel.x") |
4960 /** @domName SVGPathSegCurvetoCubicRel.x */ | |
4961 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; | 4201 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; |
4962 | 4202 |
4963 | 4203 @DomName("SVGPathSegCurvetoCubicRel.x") |
4964 /** @domName SVGPathSegCurvetoCubicRel.x */ | |
4965 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; | 4204 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; |
4966 | 4205 |
4967 | 4206 @DomName("SVGPathSegCurvetoCubicRel.x1") |
4968 /** @domName SVGPathSegCurvetoCubicRel.x1 */ | |
4969 num get x1 native "SVGPathSegCurvetoCubicRel_x1_Getter"; | 4207 num get x1 native "SVGPathSegCurvetoCubicRel_x1_Getter"; |
4970 | 4208 |
4971 | 4209 @DomName("SVGPathSegCurvetoCubicRel.x1") |
4972 /** @domName SVGPathSegCurvetoCubicRel.x1 */ | |
4973 void set x1(num value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; | 4210 void set x1(num value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; |
4974 | 4211 |
4975 | 4212 @DomName("SVGPathSegCurvetoCubicRel.x2") |
4976 /** @domName SVGPathSegCurvetoCubicRel.x2 */ | |
4977 num get x2 native "SVGPathSegCurvetoCubicRel_x2_Getter"; | 4213 num get x2 native "SVGPathSegCurvetoCubicRel_x2_Getter"; |
4978 | 4214 |
4979 | 4215 @DomName("SVGPathSegCurvetoCubicRel.x2") |
4980 /** @domName SVGPathSegCurvetoCubicRel.x2 */ | |
4981 void set x2(num value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; | 4216 void set x2(num value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; |
4982 | 4217 |
4983 | 4218 @DomName("SVGPathSegCurvetoCubicRel.y") |
4984 /** @domName SVGPathSegCurvetoCubicRel.y */ | |
4985 num get y native "SVGPathSegCurvetoCubicRel_y_Getter"; | 4219 num get y native "SVGPathSegCurvetoCubicRel_y_Getter"; |
4986 | 4220 |
4987 | 4221 @DomName("SVGPathSegCurvetoCubicRel.y") |
4988 /** @domName SVGPathSegCurvetoCubicRel.y */ | |
4989 void set y(num value) native "SVGPathSegCurvetoCubicRel_y_Setter"; | 4222 void set y(num value) native "SVGPathSegCurvetoCubicRel_y_Setter"; |
4990 | 4223 |
4991 | 4224 @DomName("SVGPathSegCurvetoCubicRel.y1") |
4992 /** @domName SVGPathSegCurvetoCubicRel.y1 */ | |
4993 num get y1 native "SVGPathSegCurvetoCubicRel_y1_Getter"; | 4225 num get y1 native "SVGPathSegCurvetoCubicRel_y1_Getter"; |
4994 | 4226 |
4995 | 4227 @DomName("SVGPathSegCurvetoCubicRel.y1") |
4996 /** @domName SVGPathSegCurvetoCubicRel.y1 */ | |
4997 void set y1(num value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; | 4228 void set y1(num value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; |
4998 | 4229 |
4999 | 4230 @DomName("SVGPathSegCurvetoCubicRel.y2") |
5000 /** @domName SVGPathSegCurvetoCubicRel.y2 */ | |
5001 num get y2 native "SVGPathSegCurvetoCubicRel_y2_Getter"; | 4231 num get y2 native "SVGPathSegCurvetoCubicRel_y2_Getter"; |
5002 | 4232 |
5003 | 4233 @DomName("SVGPathSegCurvetoCubicRel.y2") |
5004 /** @domName SVGPathSegCurvetoCubicRel.y2 */ | |
5005 void set y2(num value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; | 4234 void set y2(num value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; |
5006 | 4235 |
5007 } | 4236 } |
5008 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4237 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5009 // for details. All rights reserved. Use of this source code is governed by a | 4238 // for details. All rights reserved. Use of this source code is governed by a |
5010 // BSD-style license that can be found in the LICENSE file. | 4239 // BSD-style license that can be found in the LICENSE file. |
5011 | 4240 |
5012 // WARNING: Do not edit - generated code. | 4241 // WARNING: Do not edit - generated code. |
5013 | 4242 |
5014 | 4243 |
5015 /// @domName SVGPathSegCurvetoCubicSmoothAbs | 4244 @DomName("SVGPathSegCurvetoCubicSmoothAbs") |
5016 class PathSegCurvetoCubicSmoothAbs extends PathSeg { | 4245 class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
5017 PathSegCurvetoCubicSmoothAbs.internal() : super.internal(); | 4246 PathSegCurvetoCubicSmoothAbs.internal() : super.internal(); |
5018 | 4247 |
5019 | 4248 @DomName("SVGPathSegCurvetoCubicSmoothAbs.x") |
5020 /** @domName SVGPathSegCurvetoCubicSmoothAbs.x */ | |
5021 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; | 4249 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; |
5022 | 4250 |
5023 | 4251 @DomName("SVGPathSegCurvetoCubicSmoothAbs.x") |
5024 /** @domName SVGPathSegCurvetoCubicSmoothAbs.x */ | |
5025 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; | 4252 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; |
5026 | 4253 |
5027 | 4254 @DomName("SVGPathSegCurvetoCubicSmoothAbs.x2") |
5028 /** @domName SVGPathSegCurvetoCubicSmoothAbs.x2 */ | |
5029 num get x2 native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; | 4255 num get x2 native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; |
5030 | 4256 |
5031 | 4257 @DomName("SVGPathSegCurvetoCubicSmoothAbs.x2") |
5032 /** @domName SVGPathSegCurvetoCubicSmoothAbs.x2 */ | |
5033 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter"; | 4258 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter"; |
5034 | 4259 |
5035 | 4260 @DomName("SVGPathSegCurvetoCubicSmoothAbs.y") |
5036 /** @domName SVGPathSegCurvetoCubicSmoothAbs.y */ | |
5037 num get y native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; | 4261 num get y native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; |
5038 | 4262 |
5039 | 4263 @DomName("SVGPathSegCurvetoCubicSmoothAbs.y") |
5040 /** @domName SVGPathSegCurvetoCubicSmoothAbs.y */ | |
5041 void set y(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter"; | 4264 void set y(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter"; |
5042 | 4265 |
5043 | 4266 @DomName("SVGPathSegCurvetoCubicSmoothAbs.y2") |
5044 /** @domName SVGPathSegCurvetoCubicSmoothAbs.y2 */ | |
5045 num get y2 native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; | 4267 num get y2 native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; |
5046 | 4268 |
5047 | 4269 @DomName("SVGPathSegCurvetoCubicSmoothAbs.y2") |
5048 /** @domName SVGPathSegCurvetoCubicSmoothAbs.y2 */ | |
5049 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter"; | 4270 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter"; |
5050 | 4271 |
5051 } | 4272 } |
5052 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4273 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5053 // for details. All rights reserved. Use of this source code is governed by a | 4274 // for details. All rights reserved. Use of this source code is governed by a |
5054 // BSD-style license that can be found in the LICENSE file. | 4275 // BSD-style license that can be found in the LICENSE file. |
5055 | 4276 |
5056 // WARNING: Do not edit - generated code. | 4277 // WARNING: Do not edit - generated code. |
5057 | 4278 |
5058 | 4279 |
5059 /// @domName SVGPathSegCurvetoCubicSmoothRel | 4280 @DomName("SVGPathSegCurvetoCubicSmoothRel") |
5060 class PathSegCurvetoCubicSmoothRel extends PathSeg { | 4281 class PathSegCurvetoCubicSmoothRel extends PathSeg { |
5061 PathSegCurvetoCubicSmoothRel.internal() : super.internal(); | 4282 PathSegCurvetoCubicSmoothRel.internal() : super.internal(); |
5062 | 4283 |
5063 | 4284 @DomName("SVGPathSegCurvetoCubicSmoothRel.x") |
5064 /** @domName SVGPathSegCurvetoCubicSmoothRel.x */ | |
5065 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; | 4285 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; |
5066 | 4286 |
5067 | 4287 @DomName("SVGPathSegCurvetoCubicSmoothRel.x") |
5068 /** @domName SVGPathSegCurvetoCubicSmoothRel.x */ | |
5069 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; | 4288 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; |
5070 | 4289 |
5071 | 4290 @DomName("SVGPathSegCurvetoCubicSmoothRel.x2") |
5072 /** @domName SVGPathSegCurvetoCubicSmoothRel.x2 */ | |
5073 num get x2 native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; | 4291 num get x2 native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; |
5074 | 4292 |
5075 | 4293 @DomName("SVGPathSegCurvetoCubicSmoothRel.x2") |
5076 /** @domName SVGPathSegCurvetoCubicSmoothRel.x2 */ | |
5077 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter"; | 4294 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter"; |
5078 | 4295 |
5079 | 4296 @DomName("SVGPathSegCurvetoCubicSmoothRel.y") |
5080 /** @domName SVGPathSegCurvetoCubicSmoothRel.y */ | |
5081 num get y native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; | 4297 num get y native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; |
5082 | 4298 |
5083 | 4299 @DomName("SVGPathSegCurvetoCubicSmoothRel.y") |
5084 /** @domName SVGPathSegCurvetoCubicSmoothRel.y */ | |
5085 void set y(num value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter"; | 4300 void set y(num value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter"; |
5086 | 4301 |
5087 | 4302 @DomName("SVGPathSegCurvetoCubicSmoothRel.y2") |
5088 /** @domName SVGPathSegCurvetoCubicSmoothRel.y2 */ | |
5089 num get y2 native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; | 4303 num get y2 native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; |
5090 | 4304 |
5091 | 4305 @DomName("SVGPathSegCurvetoCubicSmoothRel.y2") |
5092 /** @domName SVGPathSegCurvetoCubicSmoothRel.y2 */ | |
5093 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter"; | 4306 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter"; |
5094 | 4307 |
5095 } | 4308 } |
5096 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5097 // for details. All rights reserved. Use of this source code is governed by a | 4310 // for details. All rights reserved. Use of this source code is governed by a |
5098 // BSD-style license that can be found in the LICENSE file. | 4311 // BSD-style license that can be found in the LICENSE file. |
5099 | 4312 |
5100 // WARNING: Do not edit - generated code. | 4313 // WARNING: Do not edit - generated code. |
5101 | 4314 |
5102 | 4315 |
5103 /// @domName SVGPathSegCurvetoQuadraticAbs | 4316 @DomName("SVGPathSegCurvetoQuadraticAbs") |
5104 class PathSegCurvetoQuadraticAbs extends PathSeg { | 4317 class PathSegCurvetoQuadraticAbs extends PathSeg { |
5105 PathSegCurvetoQuadraticAbs.internal() : super.internal(); | 4318 PathSegCurvetoQuadraticAbs.internal() : super.internal(); |
5106 | 4319 |
5107 | 4320 @DomName("SVGPathSegCurvetoQuadraticAbs.x") |
5108 /** @domName SVGPathSegCurvetoQuadraticAbs.x */ | |
5109 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; | 4321 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; |
5110 | 4322 |
5111 | 4323 @DomName("SVGPathSegCurvetoQuadraticAbs.x") |
5112 /** @domName SVGPathSegCurvetoQuadraticAbs.x */ | |
5113 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; | 4324 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; |
5114 | 4325 |
5115 | 4326 @DomName("SVGPathSegCurvetoQuadraticAbs.x1") |
5116 /** @domName SVGPathSegCurvetoQuadraticAbs.x1 */ | |
5117 num get x1 native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; | 4327 num get x1 native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; |
5118 | 4328 |
5119 | 4329 @DomName("SVGPathSegCurvetoQuadraticAbs.x1") |
5120 /** @domName SVGPathSegCurvetoQuadraticAbs.x1 */ | |
5121 void set x1(num value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter"; | 4330 void set x1(num value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter"; |
5122 | 4331 |
5123 | 4332 @DomName("SVGPathSegCurvetoQuadraticAbs.y") |
5124 /** @domName SVGPathSegCurvetoQuadraticAbs.y */ | |
5125 num get y native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; | 4333 num get y native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; |
5126 | 4334 |
5127 | 4335 @DomName("SVGPathSegCurvetoQuadraticAbs.y") |
5128 /** @domName SVGPathSegCurvetoQuadraticAbs.y */ | |
5129 void set y(num value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; | 4336 void set y(num value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; |
5130 | 4337 |
5131 | 4338 @DomName("SVGPathSegCurvetoQuadraticAbs.y1") |
5132 /** @domName SVGPathSegCurvetoQuadraticAbs.y1 */ | |
5133 num get y1 native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; | 4339 num get y1 native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; |
5134 | 4340 |
5135 | 4341 @DomName("SVGPathSegCurvetoQuadraticAbs.y1") |
5136 /** @domName SVGPathSegCurvetoQuadraticAbs.y1 */ | |
5137 void set y1(num value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter"; | 4342 void set y1(num value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter"; |
5138 | 4343 |
5139 } | 4344 } |
5140 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4345 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5141 // for details. All rights reserved. Use of this source code is governed by a | 4346 // for details. All rights reserved. Use of this source code is governed by a |
5142 // BSD-style license that can be found in the LICENSE file. | 4347 // BSD-style license that can be found in the LICENSE file. |
5143 | 4348 |
5144 // WARNING: Do not edit - generated code. | 4349 // WARNING: Do not edit - generated code. |
5145 | 4350 |
5146 | 4351 |
5147 /// @domName SVGPathSegCurvetoQuadraticRel | 4352 @DomName("SVGPathSegCurvetoQuadraticRel") |
5148 class PathSegCurvetoQuadraticRel extends PathSeg { | 4353 class PathSegCurvetoQuadraticRel extends PathSeg { |
5149 PathSegCurvetoQuadraticRel.internal() : super.internal(); | 4354 PathSegCurvetoQuadraticRel.internal() : super.internal(); |
5150 | 4355 |
5151 | 4356 @DomName("SVGPathSegCurvetoQuadraticRel.x") |
5152 /** @domName SVGPathSegCurvetoQuadraticRel.x */ | |
5153 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; | 4357 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; |
5154 | 4358 |
5155 | 4359 @DomName("SVGPathSegCurvetoQuadraticRel.x") |
5156 /** @domName SVGPathSegCurvetoQuadraticRel.x */ | |
5157 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; | 4360 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; |
5158 | 4361 |
5159 | 4362 @DomName("SVGPathSegCurvetoQuadraticRel.x1") |
5160 /** @domName SVGPathSegCurvetoQuadraticRel.x1 */ | |
5161 num get x1 native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; | 4363 num get x1 native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; |
5162 | 4364 |
5163 | 4365 @DomName("SVGPathSegCurvetoQuadraticRel.x1") |
5164 /** @domName SVGPathSegCurvetoQuadraticRel.x1 */ | |
5165 void set x1(num value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter"; | 4366 void set x1(num value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter"; |
5166 | 4367 |
5167 | 4368 @DomName("SVGPathSegCurvetoQuadraticRel.y") |
5168 /** @domName SVGPathSegCurvetoQuadraticRel.y */ | |
5169 num get y native "SVGPathSegCurvetoQuadraticRel_y_Getter"; | 4369 num get y native "SVGPathSegCurvetoQuadraticRel_y_Getter"; |
5170 | 4370 |
5171 | 4371 @DomName("SVGPathSegCurvetoQuadraticRel.y") |
5172 /** @domName SVGPathSegCurvetoQuadraticRel.y */ | |
5173 void set y(num value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; | 4372 void set y(num value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; |
5174 | 4373 |
5175 | 4374 @DomName("SVGPathSegCurvetoQuadraticRel.y1") |
5176 /** @domName SVGPathSegCurvetoQuadraticRel.y1 */ | |
5177 num get y1 native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; | 4375 num get y1 native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; |
5178 | 4376 |
5179 | 4377 @DomName("SVGPathSegCurvetoQuadraticRel.y1") |
5180 /** @domName SVGPathSegCurvetoQuadraticRel.y1 */ | |
5181 void set y1(num value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter"; | 4378 void set y1(num value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter"; |
5182 | 4379 |
5183 } | 4380 } |
5184 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4381 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5185 // for details. All rights reserved. Use of this source code is governed by a | 4382 // for details. All rights reserved. Use of this source code is governed by a |
5186 // BSD-style license that can be found in the LICENSE file. | 4383 // BSD-style license that can be found in the LICENSE file. |
5187 | 4384 |
5188 // WARNING: Do not edit - generated code. | 4385 // WARNING: Do not edit - generated code. |
5189 | 4386 |
5190 | 4387 |
5191 /// @domName SVGPathSegCurvetoQuadraticSmoothAbs | 4388 @DomName("SVGPathSegCurvetoQuadraticSmoothAbs") |
5192 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { | 4389 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
5193 PathSegCurvetoQuadraticSmoothAbs.internal() : super.internal(); | 4390 PathSegCurvetoQuadraticSmoothAbs.internal() : super.internal(); |
5194 | 4391 |
5195 | 4392 @DomName("SVGPathSegCurvetoQuadraticSmoothAbs.x") |
5196 /** @domName SVGPathSegCurvetoQuadraticSmoothAbs.x */ | |
5197 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; | 4393 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; |
5198 | 4394 |
5199 | 4395 @DomName("SVGPathSegCurvetoQuadraticSmoothAbs.x") |
5200 /** @domName SVGPathSegCurvetoQuadraticSmoothAbs.x */ | |
5201 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; | 4396 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; |
5202 | 4397 |
5203 | 4398 @DomName("SVGPathSegCurvetoQuadraticSmoothAbs.y") |
5204 /** @domName SVGPathSegCurvetoQuadraticSmoothAbs.y */ | |
5205 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; | 4399 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; |
5206 | 4400 |
5207 | 4401 @DomName("SVGPathSegCurvetoQuadraticSmoothAbs.y") |
5208 /** @domName SVGPathSegCurvetoQuadraticSmoothAbs.y */ | |
5209 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; | 4402 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; |
5210 | 4403 |
5211 } | 4404 } |
5212 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4405 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5213 // for details. All rights reserved. Use of this source code is governed by a | 4406 // for details. All rights reserved. Use of this source code is governed by a |
5214 // BSD-style license that can be found in the LICENSE file. | 4407 // BSD-style license that can be found in the LICENSE file. |
5215 | 4408 |
5216 // WARNING: Do not edit - generated code. | 4409 // WARNING: Do not edit - generated code. |
5217 | 4410 |
5218 | 4411 |
5219 /// @domName SVGPathSegCurvetoQuadraticSmoothRel | 4412 @DomName("SVGPathSegCurvetoQuadraticSmoothRel") |
5220 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { | 4413 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
5221 PathSegCurvetoQuadraticSmoothRel.internal() : super.internal(); | 4414 PathSegCurvetoQuadraticSmoothRel.internal() : super.internal(); |
5222 | 4415 |
5223 | 4416 @DomName("SVGPathSegCurvetoQuadraticSmoothRel.x") |
5224 /** @domName SVGPathSegCurvetoQuadraticSmoothRel.x */ | |
5225 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; | 4417 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; |
5226 | 4418 |
5227 | 4419 @DomName("SVGPathSegCurvetoQuadraticSmoothRel.x") |
5228 /** @domName SVGPathSegCurvetoQuadraticSmoothRel.x */ | |
5229 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; | 4420 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; |
5230 | 4421 |
5231 | 4422 @DomName("SVGPathSegCurvetoQuadraticSmoothRel.y") |
5232 /** @domName SVGPathSegCurvetoQuadraticSmoothRel.y */ | |
5233 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; | 4423 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; |
5234 | 4424 |
5235 | 4425 @DomName("SVGPathSegCurvetoQuadraticSmoothRel.y") |
5236 /** @domName SVGPathSegCurvetoQuadraticSmoothRel.y */ | |
5237 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; | 4426 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; |
5238 | 4427 |
5239 } | 4428 } |
5240 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4429 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5241 // for details. All rights reserved. Use of this source code is governed by a | 4430 // for details. All rights reserved. Use of this source code is governed by a |
5242 // BSD-style license that can be found in the LICENSE file. | 4431 // BSD-style license that can be found in the LICENSE file. |
5243 | 4432 |
5244 // WARNING: Do not edit - generated code. | 4433 // WARNING: Do not edit - generated code. |
5245 | 4434 |
5246 | 4435 |
5247 /// @domName SVGPathSegLinetoAbs | 4436 @DomName("SVGPathSegLinetoAbs") |
5248 class PathSegLinetoAbs extends PathSeg { | 4437 class PathSegLinetoAbs extends PathSeg { |
5249 PathSegLinetoAbs.internal() : super.internal(); | 4438 PathSegLinetoAbs.internal() : super.internal(); |
5250 | 4439 |
5251 | 4440 @DomName("SVGPathSegLinetoAbs.x") |
5252 /** @domName SVGPathSegLinetoAbs.x */ | |
5253 num get x native "SVGPathSegLinetoAbs_x_Getter"; | 4441 num get x native "SVGPathSegLinetoAbs_x_Getter"; |
5254 | 4442 |
5255 | 4443 @DomName("SVGPathSegLinetoAbs.x") |
5256 /** @domName SVGPathSegLinetoAbs.x */ | |
5257 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; | 4444 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; |
5258 | 4445 |
5259 | 4446 @DomName("SVGPathSegLinetoAbs.y") |
5260 /** @domName SVGPathSegLinetoAbs.y */ | |
5261 num get y native "SVGPathSegLinetoAbs_y_Getter"; | 4447 num get y native "SVGPathSegLinetoAbs_y_Getter"; |
5262 | 4448 |
5263 | 4449 @DomName("SVGPathSegLinetoAbs.y") |
5264 /** @domName SVGPathSegLinetoAbs.y */ | |
5265 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; | 4450 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; |
5266 | 4451 |
5267 } | 4452 } |
5268 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4453 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5269 // for details. All rights reserved. Use of this source code is governed by a | 4454 // for details. All rights reserved. Use of this source code is governed by a |
5270 // BSD-style license that can be found in the LICENSE file. | 4455 // BSD-style license that can be found in the LICENSE file. |
5271 | 4456 |
5272 // WARNING: Do not edit - generated code. | 4457 // WARNING: Do not edit - generated code. |
5273 | 4458 |
5274 | 4459 |
5275 /// @domName SVGPathSegLinetoHorizontalAbs | 4460 @DomName("SVGPathSegLinetoHorizontalAbs") |
5276 class PathSegLinetoHorizontalAbs extends PathSeg { | 4461 class PathSegLinetoHorizontalAbs extends PathSeg { |
5277 PathSegLinetoHorizontalAbs.internal() : super.internal(); | 4462 PathSegLinetoHorizontalAbs.internal() : super.internal(); |
5278 | 4463 |
5279 | 4464 @DomName("SVGPathSegLinetoHorizontalAbs.x") |
5280 /** @domName SVGPathSegLinetoHorizontalAbs.x */ | |
5281 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; | 4465 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; |
5282 | 4466 |
5283 | 4467 @DomName("SVGPathSegLinetoHorizontalAbs.x") |
5284 /** @domName SVGPathSegLinetoHorizontalAbs.x */ | |
5285 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; | 4468 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; |
5286 | 4469 |
5287 } | 4470 } |
5288 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4471 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5289 // for details. All rights reserved. Use of this source code is governed by a | 4472 // for details. All rights reserved. Use of this source code is governed by a |
5290 // BSD-style license that can be found in the LICENSE file. | 4473 // BSD-style license that can be found in the LICENSE file. |
5291 | 4474 |
5292 // WARNING: Do not edit - generated code. | 4475 // WARNING: Do not edit - generated code. |
5293 | 4476 |
5294 | 4477 |
5295 /// @domName SVGPathSegLinetoHorizontalRel | 4478 @DomName("SVGPathSegLinetoHorizontalRel") |
5296 class PathSegLinetoHorizontalRel extends PathSeg { | 4479 class PathSegLinetoHorizontalRel extends PathSeg { |
5297 PathSegLinetoHorizontalRel.internal() : super.internal(); | 4480 PathSegLinetoHorizontalRel.internal() : super.internal(); |
5298 | 4481 |
5299 | 4482 @DomName("SVGPathSegLinetoHorizontalRel.x") |
5300 /** @domName SVGPathSegLinetoHorizontalRel.x */ | |
5301 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; | 4483 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; |
5302 | 4484 |
5303 | 4485 @DomName("SVGPathSegLinetoHorizontalRel.x") |
5304 /** @domName SVGPathSegLinetoHorizontalRel.x */ | |
5305 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; | 4486 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; |
5306 | 4487 |
5307 } | 4488 } |
5308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4489 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5309 // for details. All rights reserved. Use of this source code is governed by a | 4490 // for details. All rights reserved. Use of this source code is governed by a |
5310 // BSD-style license that can be found in the LICENSE file. | 4491 // BSD-style license that can be found in the LICENSE file. |
5311 | 4492 |
5312 // WARNING: Do not edit - generated code. | 4493 // WARNING: Do not edit - generated code. |
5313 | 4494 |
5314 | 4495 |
5315 /// @domName SVGPathSegLinetoRel | 4496 @DomName("SVGPathSegLinetoRel") |
5316 class PathSegLinetoRel extends PathSeg { | 4497 class PathSegLinetoRel extends PathSeg { |
5317 PathSegLinetoRel.internal() : super.internal(); | 4498 PathSegLinetoRel.internal() : super.internal(); |
5318 | 4499 |
5319 | 4500 @DomName("SVGPathSegLinetoRel.x") |
5320 /** @domName SVGPathSegLinetoRel.x */ | |
5321 num get x native "SVGPathSegLinetoRel_x_Getter"; | 4501 num get x native "SVGPathSegLinetoRel_x_Getter"; |
5322 | 4502 |
5323 | 4503 @DomName("SVGPathSegLinetoRel.x") |
5324 /** @domName SVGPathSegLinetoRel.x */ | |
5325 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; | 4504 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; |
5326 | 4505 |
5327 | 4506 @DomName("SVGPathSegLinetoRel.y") |
5328 /** @domName SVGPathSegLinetoRel.y */ | |
5329 num get y native "SVGPathSegLinetoRel_y_Getter"; | 4507 num get y native "SVGPathSegLinetoRel_y_Getter"; |
5330 | 4508 |
5331 | 4509 @DomName("SVGPathSegLinetoRel.y") |
5332 /** @domName SVGPathSegLinetoRel.y */ | |
5333 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; | 4510 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; |
5334 | 4511 |
5335 } | 4512 } |
5336 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4513 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5337 // for details. All rights reserved. Use of this source code is governed by a | 4514 // for details. All rights reserved. Use of this source code is governed by a |
5338 // BSD-style license that can be found in the LICENSE file. | 4515 // BSD-style license that can be found in the LICENSE file. |
5339 | 4516 |
5340 // WARNING: Do not edit - generated code. | 4517 // WARNING: Do not edit - generated code. |
5341 | 4518 |
5342 | 4519 |
5343 /// @domName SVGPathSegLinetoVerticalAbs | 4520 @DomName("SVGPathSegLinetoVerticalAbs") |
5344 class PathSegLinetoVerticalAbs extends PathSeg { | 4521 class PathSegLinetoVerticalAbs extends PathSeg { |
5345 PathSegLinetoVerticalAbs.internal() : super.internal(); | 4522 PathSegLinetoVerticalAbs.internal() : super.internal(); |
5346 | 4523 |
5347 | 4524 @DomName("SVGPathSegLinetoVerticalAbs.y") |
5348 /** @domName SVGPathSegLinetoVerticalAbs.y */ | |
5349 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; | 4525 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; |
5350 | 4526 |
5351 | 4527 @DomName("SVGPathSegLinetoVerticalAbs.y") |
5352 /** @domName SVGPathSegLinetoVerticalAbs.y */ | |
5353 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; | 4528 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; |
5354 | 4529 |
5355 } | 4530 } |
5356 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4531 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5357 // for details. All rights reserved. Use of this source code is governed by a | 4532 // for details. All rights reserved. Use of this source code is governed by a |
5358 // BSD-style license that can be found in the LICENSE file. | 4533 // BSD-style license that can be found in the LICENSE file. |
5359 | 4534 |
5360 // WARNING: Do not edit - generated code. | 4535 // WARNING: Do not edit - generated code. |
5361 | 4536 |
5362 | 4537 |
5363 /// @domName SVGPathSegLinetoVerticalRel | 4538 @DomName("SVGPathSegLinetoVerticalRel") |
5364 class PathSegLinetoVerticalRel extends PathSeg { | 4539 class PathSegLinetoVerticalRel extends PathSeg { |
5365 PathSegLinetoVerticalRel.internal() : super.internal(); | 4540 PathSegLinetoVerticalRel.internal() : super.internal(); |
5366 | 4541 |
5367 | 4542 @DomName("SVGPathSegLinetoVerticalRel.y") |
5368 /** @domName SVGPathSegLinetoVerticalRel.y */ | |
5369 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; | 4543 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; |
5370 | 4544 |
5371 | 4545 @DomName("SVGPathSegLinetoVerticalRel.y") |
5372 /** @domName SVGPathSegLinetoVerticalRel.y */ | |
5373 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; | 4546 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; |
5374 | 4547 |
5375 } | 4548 } |
5376 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4549 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5377 // for details. All rights reserved. Use of this source code is governed by a | 4550 // for details. All rights reserved. Use of this source code is governed by a |
5378 // BSD-style license that can be found in the LICENSE file. | 4551 // BSD-style license that can be found in the LICENSE file. |
5379 | 4552 |
5380 // WARNING: Do not edit - generated code. | 4553 // WARNING: Do not edit - generated code. |
5381 | 4554 |
5382 | 4555 |
5383 /// @domName SVGPathSegList | 4556 @DomName("SVGPathSegList") |
5384 class PathSegList extends NativeFieldWrapperClass1 implements List<PathSeg> { | 4557 class PathSegList extends NativeFieldWrapperClass1 implements List<PathSeg> { |
5385 PathSegList.internal(); | 4558 PathSegList.internal(); |
5386 | 4559 |
5387 | 4560 @DomName("SVGPathSegList.numberOfItems") |
5388 /** @domName SVGPathSegList.numberOfItems */ | |
5389 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; | 4561 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; |
5390 | 4562 |
5391 PathSeg operator[](int index) native "SVGPathSegList_item_Callback"; | 4563 PathSeg operator[](int index) native "SVGPathSegList_item_Callback"; |
5392 | 4564 |
5393 void operator[]=(int index, PathSeg value) { | 4565 void operator[]=(int index, PathSeg value) { |
5394 throw new UnsupportedError("Cannot assign element of immutable List."); | 4566 throw new UnsupportedError("Cannot assign element of immutable List."); |
5395 } | 4567 } |
5396 // -- start List<PathSeg> mixins. | 4568 // -- start List<PathSeg> mixins. |
5397 // PathSeg is the element type. | 4569 // PathSeg is the element type. |
5398 | 4570 |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5526 | 4698 |
5527 void insertRange(int start, int rangeLength, [PathSeg initialValue]) { | 4699 void insertRange(int start, int rangeLength, [PathSeg initialValue]) { |
5528 throw new UnsupportedError("Cannot insertRange on immutable List."); | 4700 throw new UnsupportedError("Cannot insertRange on immutable List."); |
5529 } | 4701 } |
5530 | 4702 |
5531 List<PathSeg> getRange(int start, int rangeLength) => | 4703 List<PathSeg> getRange(int start, int rangeLength) => |
5532 Lists.getRange(this, start, rangeLength, <PathSeg>[]); | 4704 Lists.getRange(this, start, rangeLength, <PathSeg>[]); |
5533 | 4705 |
5534 // -- end List<PathSeg> mixins. | 4706 // -- end List<PathSeg> mixins. |
5535 | 4707 |
5536 | 4708 @DomName("SVGPathSegList.appendItem") |
5537 /** @domName SVGPathSegList.appendItem */ | |
5538 PathSeg appendItem(PathSeg newItem) native "SVGPathSegList_appendItem_Callback
"; | 4709 PathSeg appendItem(PathSeg newItem) native "SVGPathSegList_appendItem_Callback
"; |
5539 | 4710 |
5540 | 4711 @DomName("SVGPathSegList.clear") |
5541 /** @domName SVGPathSegList.clear */ | |
5542 void clear() native "SVGPathSegList_clear_Callback"; | 4712 void clear() native "SVGPathSegList_clear_Callback"; |
5543 | 4713 |
5544 | 4714 @DomName("SVGPathSegList.getItem") |
5545 /** @domName SVGPathSegList.getItem */ | |
5546 PathSeg getItem(int index) native "SVGPathSegList_getItem_Callback"; | 4715 PathSeg getItem(int index) native "SVGPathSegList_getItem_Callback"; |
5547 | 4716 |
5548 | 4717 @DomName("SVGPathSegList.initialize") |
5549 /** @domName SVGPathSegList.initialize */ | |
5550 PathSeg initialize(PathSeg newItem) native "SVGPathSegList_initialize_Callback
"; | 4718 PathSeg initialize(PathSeg newItem) native "SVGPathSegList_initialize_Callback
"; |
5551 | 4719 |
5552 | 4720 @DomName("SVGPathSegList.insertItemBefore") |
5553 /** @domName SVGPathSegList.insertItemBefore */ | |
5554 PathSeg insertItemBefore(PathSeg newItem, int index) native "SVGPathSegList_in
sertItemBefore_Callback"; | 4721 PathSeg insertItemBefore(PathSeg newItem, int index) native "SVGPathSegList_in
sertItemBefore_Callback"; |
5555 | 4722 |
5556 | 4723 @DomName("SVGPathSegList.removeItem") |
5557 /** @domName SVGPathSegList.removeItem */ | |
5558 PathSeg removeItem(int index) native "SVGPathSegList_removeItem_Callback"; | 4724 PathSeg removeItem(int index) native "SVGPathSegList_removeItem_Callback"; |
5559 | 4725 |
5560 | 4726 @DomName("SVGPathSegList.replaceItem") |
5561 /** @domName SVGPathSegList.replaceItem */ | |
5562 PathSeg replaceItem(PathSeg newItem, int index) native "SVGPathSegList_replace
Item_Callback"; | 4727 PathSeg replaceItem(PathSeg newItem, int index) native "SVGPathSegList_replace
Item_Callback"; |
5563 | 4728 |
5564 } | 4729 } |
5565 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4730 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5566 // for details. All rights reserved. Use of this source code is governed by a | 4731 // for details. All rights reserved. Use of this source code is governed by a |
5567 // BSD-style license that can be found in the LICENSE file. | 4732 // BSD-style license that can be found in the LICENSE file. |
5568 | 4733 |
5569 // WARNING: Do not edit - generated code. | 4734 // WARNING: Do not edit - generated code. |
5570 | 4735 |
5571 | 4736 |
5572 /// @domName SVGPathSegMovetoAbs | 4737 @DomName("SVGPathSegMovetoAbs") |
5573 class PathSegMovetoAbs extends PathSeg { | 4738 class PathSegMovetoAbs extends PathSeg { |
5574 PathSegMovetoAbs.internal() : super.internal(); | 4739 PathSegMovetoAbs.internal() : super.internal(); |
5575 | 4740 |
5576 | 4741 @DomName("SVGPathSegMovetoAbs.x") |
5577 /** @domName SVGPathSegMovetoAbs.x */ | |
5578 num get x native "SVGPathSegMovetoAbs_x_Getter"; | 4742 num get x native "SVGPathSegMovetoAbs_x_Getter"; |
5579 | 4743 |
5580 | 4744 @DomName("SVGPathSegMovetoAbs.x") |
5581 /** @domName SVGPathSegMovetoAbs.x */ | |
5582 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; | 4745 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; |
5583 | 4746 |
5584 | 4747 @DomName("SVGPathSegMovetoAbs.y") |
5585 /** @domName SVGPathSegMovetoAbs.y */ | |
5586 num get y native "SVGPathSegMovetoAbs_y_Getter"; | 4748 num get y native "SVGPathSegMovetoAbs_y_Getter"; |
5587 | 4749 |
5588 | 4750 @DomName("SVGPathSegMovetoAbs.y") |
5589 /** @domName SVGPathSegMovetoAbs.y */ | |
5590 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; | 4751 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; |
5591 | 4752 |
5592 } | 4753 } |
5593 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4754 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5594 // for details. All rights reserved. Use of this source code is governed by a | 4755 // for details. All rights reserved. Use of this source code is governed by a |
5595 // BSD-style license that can be found in the LICENSE file. | 4756 // BSD-style license that can be found in the LICENSE file. |
5596 | 4757 |
5597 // WARNING: Do not edit - generated code. | 4758 // WARNING: Do not edit - generated code. |
5598 | 4759 |
5599 | 4760 |
5600 /// @domName SVGPathSegMovetoRel | 4761 @DomName("SVGPathSegMovetoRel") |
5601 class PathSegMovetoRel extends PathSeg { | 4762 class PathSegMovetoRel extends PathSeg { |
5602 PathSegMovetoRel.internal() : super.internal(); | 4763 PathSegMovetoRel.internal() : super.internal(); |
5603 | 4764 |
5604 | 4765 @DomName("SVGPathSegMovetoRel.x") |
5605 /** @domName SVGPathSegMovetoRel.x */ | |
5606 num get x native "SVGPathSegMovetoRel_x_Getter"; | 4766 num get x native "SVGPathSegMovetoRel_x_Getter"; |
5607 | 4767 |
5608 | 4768 @DomName("SVGPathSegMovetoRel.x") |
5609 /** @domName SVGPathSegMovetoRel.x */ | |
5610 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; | 4769 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; |
5611 | 4770 |
5612 | 4771 @DomName("SVGPathSegMovetoRel.y") |
5613 /** @domName SVGPathSegMovetoRel.y */ | |
5614 num get y native "SVGPathSegMovetoRel_y_Getter"; | 4772 num get y native "SVGPathSegMovetoRel_y_Getter"; |
5615 | 4773 |
5616 | 4774 @DomName("SVGPathSegMovetoRel.y") |
5617 /** @domName SVGPathSegMovetoRel.y */ | |
5618 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; | 4775 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; |
5619 | 4776 |
5620 } | 4777 } |
5621 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4778 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5622 // for details. All rights reserved. Use of this source code is governed by a | 4779 // for details. All rights reserved. Use of this source code is governed by a |
5623 // BSD-style license that can be found in the LICENSE file. | 4780 // BSD-style license that can be found in the LICENSE file. |
5624 | 4781 |
5625 // WARNING: Do not edit - generated code. | 4782 // WARNING: Do not edit - generated code. |
5626 | 4783 |
5627 | 4784 |
5628 /// @domName SVGPatternElement | 4785 @DomName("SVGPatternElement") |
5629 class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
ence, Stylable, ExternalResourcesRequired, LangSpace { | 4786 class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
ence, Stylable, ExternalResourcesRequired, LangSpace { |
5630 PatternElement.internal() : super.internal(); | 4787 PatternElement.internal() : super.internal(); |
5631 | 4788 |
5632 ///@docsEditable true | 4789 /// @docsEditable true |
5633 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 4790 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); |
5634 | 4791 |
5635 | 4792 @DomName("SVGPatternElement.height") |
5636 /** @domName SVGPatternElement.height */ | |
5637 AnimatedLength get height native "SVGPatternElement_height_Getter"; | 4793 AnimatedLength get height native "SVGPatternElement_height_Getter"; |
5638 | 4794 |
5639 | 4795 @DomName("SVGPatternElement.patternContentUnits") |
5640 /** @domName SVGPatternElement.patternContentUnits */ | |
5641 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC
ontentUnits_Getter"; | 4796 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC
ontentUnits_Getter"; |
5642 | 4797 |
5643 | 4798 @DomName("SVGPatternElement.patternTransform") |
5644 /** @domName SVGPatternElement.patternTransform */ | |
5645 AnimatedTransformList get patternTransform native "SVGPatternElement_patternTr
ansform_Getter"; | 4799 AnimatedTransformList get patternTransform native "SVGPatternElement_patternTr
ansform_Getter"; |
5646 | 4800 |
5647 | 4801 @DomName("SVGPatternElement.patternUnits") |
5648 /** @domName SVGPatternElement.patternUnits */ | |
5649 AnimatedEnumeration get patternUnits native "SVGPatternElement_patternUnits_Ge
tter"; | 4802 AnimatedEnumeration get patternUnits native "SVGPatternElement_patternUnits_Ge
tter"; |
5650 | 4803 |
5651 | 4804 @DomName("SVGPatternElement.width") |
5652 /** @domName SVGPatternElement.width */ | |
5653 AnimatedLength get width native "SVGPatternElement_width_Getter"; | 4805 AnimatedLength get width native "SVGPatternElement_width_Getter"; |
5654 | 4806 |
5655 | 4807 @DomName("SVGPatternElement.x") |
5656 /** @domName SVGPatternElement.x */ | |
5657 AnimatedLength get x native "SVGPatternElement_x_Getter"; | 4808 AnimatedLength get x native "SVGPatternElement_x_Getter"; |
5658 | 4809 |
5659 | 4810 @DomName("SVGPatternElement.y") |
5660 /** @domName SVGPatternElement.y */ | |
5661 AnimatedLength get y native "SVGPatternElement_y_Getter"; | 4811 AnimatedLength get y native "SVGPatternElement_y_Getter"; |
5662 | 4812 |
5663 | 4813 @DomName("SVGPatternElement.externalResourcesRequired") |
5664 /** @domName SVGPatternElement.externalResourcesRequired */ | |
5665 AnimatedBoolean get externalResourcesRequired native "SVGPatternElement_extern
alResourcesRequired_Getter"; | 4814 AnimatedBoolean get externalResourcesRequired native "SVGPatternElement_extern
alResourcesRequired_Getter"; |
5666 | 4815 |
5667 | 4816 @DomName("SVGPatternElement.preserveAspectRatio") |
5668 /** @domName SVGPatternElement.preserveAspectRatio */ | |
5669 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGPatternElement_
preserveAspectRatio_Getter"; | 4817 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGPatternElement_
preserveAspectRatio_Getter"; |
5670 | 4818 |
5671 | 4819 @DomName("SVGPatternElement.viewBox") |
5672 /** @domName SVGPatternElement.viewBox */ | |
5673 AnimatedRect get viewBox native "SVGPatternElement_viewBox_Getter"; | 4820 AnimatedRect get viewBox native "SVGPatternElement_viewBox_Getter"; |
5674 | 4821 |
5675 | 4822 @DomName("SVGPatternElement.xmllang") |
5676 /** @domName SVGPatternElement.xmllang */ | |
5677 String get xmllang native "SVGPatternElement_xmllang_Getter"; | 4823 String get xmllang native "SVGPatternElement_xmllang_Getter"; |
5678 | 4824 |
5679 | 4825 @DomName("SVGPatternElement.xmllang") |
5680 /** @domName SVGPatternElement.xmllang */ | |
5681 void set xmllang(String value) native "SVGPatternElement_xmllang_Setter"; | 4826 void set xmllang(String value) native "SVGPatternElement_xmllang_Setter"; |
5682 | 4827 |
5683 | 4828 @DomName("SVGPatternElement.xmlspace") |
5684 /** @domName SVGPatternElement.xmlspace */ | |
5685 String get xmlspace native "SVGPatternElement_xmlspace_Getter"; | 4829 String get xmlspace native "SVGPatternElement_xmlspace_Getter"; |
5686 | 4830 |
5687 | 4831 @DomName("SVGPatternElement.xmlspace") |
5688 /** @domName SVGPatternElement.xmlspace */ | |
5689 void set xmlspace(String value) native "SVGPatternElement_xmlspace_Setter"; | 4832 void set xmlspace(String value) native "SVGPatternElement_xmlspace_Setter"; |
5690 | 4833 |
5691 | 4834 @DomName("SVGPatternElement.className") |
5692 /** @domName SVGPatternElement.className */ | |
5693 AnimatedString get $dom_svgClassName native "SVGPatternElement_className_Gette
r"; | 4835 AnimatedString get $dom_svgClassName native "SVGPatternElement_className_Gette
r"; |
5694 | 4836 |
5695 | 4837 @DomName("SVGPatternElement.style") |
5696 /** @domName SVGPatternElement.style */ | |
5697 CssStyleDeclaration get style native "SVGPatternElement_style_Getter"; | 4838 CssStyleDeclaration get style native "SVGPatternElement_style_Getter"; |
5698 | 4839 |
5699 | 4840 @DomName("SVGPatternElement.getPresentationAttribute") |
5700 /** @domName SVGPatternElement.getPresentationAttribute */ | |
5701 CssValue getPresentationAttribute(String name) native "SVGPatternElement_getPr
esentationAttribute_Callback"; | 4841 CssValue getPresentationAttribute(String name) native "SVGPatternElement_getPr
esentationAttribute_Callback"; |
5702 | 4842 |
5703 | 4843 @DomName("SVGPatternElement.requiredExtensions") |
5704 /** @domName SVGPatternElement.requiredExtensions */ | |
5705 StringList get requiredExtensions native "SVGPatternElement_requiredExtensions
_Getter"; | 4844 StringList get requiredExtensions native "SVGPatternElement_requiredExtensions
_Getter"; |
5706 | 4845 |
5707 | 4846 @DomName("SVGPatternElement.requiredFeatures") |
5708 /** @domName SVGPatternElement.requiredFeatures */ | |
5709 StringList get requiredFeatures native "SVGPatternElement_requiredFeatures_Get
ter"; | 4847 StringList get requiredFeatures native "SVGPatternElement_requiredFeatures_Get
ter"; |
5710 | 4848 |
5711 | 4849 @DomName("SVGPatternElement.systemLanguage") |
5712 /** @domName SVGPatternElement.systemLanguage */ | |
5713 StringList get systemLanguage native "SVGPatternElement_systemLanguage_Getter"
; | 4850 StringList get systemLanguage native "SVGPatternElement_systemLanguage_Getter"
; |
5714 | 4851 |
5715 | 4852 @DomName("SVGPatternElement.hasExtension") |
5716 /** @domName SVGPatternElement.hasExtension */ | |
5717 bool hasExtension(String extension) native "SVGPatternElement_hasExtension_Cal
lback"; | 4853 bool hasExtension(String extension) native "SVGPatternElement_hasExtension_Cal
lback"; |
5718 | 4854 |
5719 | 4855 @DomName("SVGPatternElement.href") |
5720 /** @domName SVGPatternElement.href */ | |
5721 AnimatedString get href native "SVGPatternElement_href_Getter"; | 4856 AnimatedString get href native "SVGPatternElement_href_Getter"; |
5722 | 4857 |
5723 } | 4858 } |
5724 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4859 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5725 // for details. All rights reserved. Use of this source code is governed by a | 4860 // for details. All rights reserved. Use of this source code is governed by a |
5726 // BSD-style license that can be found in the LICENSE file. | 4861 // BSD-style license that can be found in the LICENSE file. |
5727 | 4862 |
5728 // WARNING: Do not edit - generated code. | 4863 // WARNING: Do not edit - generated code. |
5729 | 4864 |
5730 | 4865 |
5731 /// @domName SVGPoint | 4866 @DomName("SVGPoint") |
5732 class Point extends NativeFieldWrapperClass1 { | 4867 class Point extends NativeFieldWrapperClass1 { |
5733 Point.internal(); | 4868 Point.internal(); |
5734 | 4869 |
5735 | 4870 @DomName("SVGPoint.x") |
5736 /** @domName SVGPoint.x */ | |
5737 num get x native "SVGPoint_x_Getter"; | 4871 num get x native "SVGPoint_x_Getter"; |
5738 | 4872 |
5739 | 4873 @DomName("SVGPoint.x") |
5740 /** @domName SVGPoint.x */ | |
5741 void set x(num value) native "SVGPoint_x_Setter"; | 4874 void set x(num value) native "SVGPoint_x_Setter"; |
5742 | 4875 |
5743 | 4876 @DomName("SVGPoint.y") |
5744 /** @domName SVGPoint.y */ | |
5745 num get y native "SVGPoint_y_Getter"; | 4877 num get y native "SVGPoint_y_Getter"; |
5746 | 4878 |
5747 | 4879 @DomName("SVGPoint.y") |
5748 /** @domName SVGPoint.y */ | |
5749 void set y(num value) native "SVGPoint_y_Setter"; | 4880 void set y(num value) native "SVGPoint_y_Setter"; |
5750 | 4881 |
5751 | 4882 @DomName("SVGPoint.matrixTransform") |
5752 /** @domName SVGPoint.matrixTransform */ | |
5753 Point matrixTransform(Matrix matrix) native "SVGPoint_matrixTransform_Callback
"; | 4883 Point matrixTransform(Matrix matrix) native "SVGPoint_matrixTransform_Callback
"; |
5754 | 4884 |
5755 } | 4885 } |
5756 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4886 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5757 // for details. All rights reserved. Use of this source code is governed by a | 4887 // for details. All rights reserved. Use of this source code is governed by a |
5758 // BSD-style license that can be found in the LICENSE file. | 4888 // BSD-style license that can be found in the LICENSE file. |
5759 | 4889 |
5760 // WARNING: Do not edit - generated code. | 4890 // WARNING: Do not edit - generated code. |
5761 | 4891 |
5762 | 4892 |
5763 /// @domName SVGPointList | 4893 @DomName("SVGPointList") |
5764 class PointList extends NativeFieldWrapperClass1 { | 4894 class PointList extends NativeFieldWrapperClass1 { |
5765 PointList.internal(); | 4895 PointList.internal(); |
5766 | 4896 |
5767 | 4897 @DomName("SVGPointList.numberOfItems") |
5768 /** @domName SVGPointList.numberOfItems */ | |
5769 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; | 4898 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; |
5770 | 4899 |
5771 | 4900 @DomName("SVGPointList.appendItem") |
5772 /** @domName SVGPointList.appendItem */ | |
5773 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; | 4901 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; |
5774 | 4902 |
5775 | 4903 @DomName("SVGPointList.clear") |
5776 /** @domName SVGPointList.clear */ | |
5777 void clear() native "SVGPointList_clear_Callback"; | 4904 void clear() native "SVGPointList_clear_Callback"; |
5778 | 4905 |
5779 | 4906 @DomName("SVGPointList.getItem") |
5780 /** @domName SVGPointList.getItem */ | |
5781 Point getItem(int index) native "SVGPointList_getItem_Callback"; | 4907 Point getItem(int index) native "SVGPointList_getItem_Callback"; |
5782 | 4908 |
5783 | 4909 @DomName("SVGPointList.initialize") |
5784 /** @domName SVGPointList.initialize */ | |
5785 Point initialize(Point item) native "SVGPointList_initialize_Callback"; | 4910 Point initialize(Point item) native "SVGPointList_initialize_Callback"; |
5786 | 4911 |
5787 | 4912 @DomName("SVGPointList.insertItemBefore") |
5788 /** @domName SVGPointList.insertItemBefore */ | |
5789 Point insertItemBefore(Point item, int index) native "SVGPointList_insertItemB
efore_Callback"; | 4913 Point insertItemBefore(Point item, int index) native "SVGPointList_insertItemB
efore_Callback"; |
5790 | 4914 |
5791 | 4915 @DomName("SVGPointList.removeItem") |
5792 /** @domName SVGPointList.removeItem */ | |
5793 Point removeItem(int index) native "SVGPointList_removeItem_Callback"; | 4916 Point removeItem(int index) native "SVGPointList_removeItem_Callback"; |
5794 | 4917 |
5795 | 4918 @DomName("SVGPointList.replaceItem") |
5796 /** @domName SVGPointList.replaceItem */ | |
5797 Point replaceItem(Point item, int index) native "SVGPointList_replaceItem_Call
back"; | 4919 Point replaceItem(Point item, int index) native "SVGPointList_replaceItem_Call
back"; |
5798 | 4920 |
5799 } | 4921 } |
5800 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4922 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5801 // for details. All rights reserved. Use of this source code is governed by a | 4923 // for details. All rights reserved. Use of this source code is governed by a |
5802 // BSD-style license that can be found in the LICENSE file. | 4924 // BSD-style license that can be found in the LICENSE file. |
5803 | 4925 |
5804 // WARNING: Do not edit - generated code. | 4926 // WARNING: Do not edit - generated code. |
5805 | 4927 |
5806 | 4928 |
5807 /// @domName SVGPolygonElement | 4929 @DomName("SVGPolygonElement") |
5808 class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { | 4930 class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { |
5809 PolygonElement.internal() : super.internal(); | 4931 PolygonElement.internal() : super.internal(); |
5810 | 4932 |
5811 ///@docsEditable true | 4933 /// @docsEditable true |
5812 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 4934 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); |
5813 | 4935 |
5814 | 4936 @DomName("SVGPolygonElement.animatedPoints") |
5815 /** @domName SVGPolygonElement.animatedPoints */ | |
5816 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; | 4937 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; |
5817 | 4938 |
5818 | 4939 @DomName("SVGPolygonElement.points") |
5819 /** @domName SVGPolygonElement.points */ | |
5820 PointList get points native "SVGPolygonElement_points_Getter"; | 4940 PointList get points native "SVGPolygonElement_points_Getter"; |
5821 | 4941 |
5822 | 4942 @DomName("SVGPolygonElement.externalResourcesRequired") |
5823 /** @domName SVGPolygonElement.externalResourcesRequired */ | |
5824 AnimatedBoolean get externalResourcesRequired native "SVGPolygonElement_extern
alResourcesRequired_Getter"; | 4943 AnimatedBoolean get externalResourcesRequired native "SVGPolygonElement_extern
alResourcesRequired_Getter"; |
5825 | 4944 |
5826 | 4945 @DomName("SVGPolygonElement.xmllang") |
5827 /** @domName SVGPolygonElement.xmllang */ | |
5828 String get xmllang native "SVGPolygonElement_xmllang_Getter"; | 4946 String get xmllang native "SVGPolygonElement_xmllang_Getter"; |
5829 | 4947 |
5830 | 4948 @DomName("SVGPolygonElement.xmllang") |
5831 /** @domName SVGPolygonElement.xmllang */ | |
5832 void set xmllang(String value) native "SVGPolygonElement_xmllang_Setter"; | 4949 void set xmllang(String value) native "SVGPolygonElement_xmllang_Setter"; |
5833 | 4950 |
5834 | 4951 @DomName("SVGPolygonElement.xmlspace") |
5835 /** @domName SVGPolygonElement.xmlspace */ | |
5836 String get xmlspace native "SVGPolygonElement_xmlspace_Getter"; | 4952 String get xmlspace native "SVGPolygonElement_xmlspace_Getter"; |
5837 | 4953 |
5838 | 4954 @DomName("SVGPolygonElement.xmlspace") |
5839 /** @domName SVGPolygonElement.xmlspace */ | |
5840 void set xmlspace(String value) native "SVGPolygonElement_xmlspace_Setter"; | 4955 void set xmlspace(String value) native "SVGPolygonElement_xmlspace_Setter"; |
5841 | 4956 |
5842 | 4957 @DomName("SVGPolygonElement.farthestViewportElement") |
5843 /** @domName SVGPolygonElement.farthestViewportElement */ | |
5844 SvgElement get farthestViewportElement native "SVGPolygonElement_farthestViewp
ortElement_Getter"; | 4958 SvgElement get farthestViewportElement native "SVGPolygonElement_farthestViewp
ortElement_Getter"; |
5845 | 4959 |
5846 | 4960 @DomName("SVGPolygonElement.nearestViewportElement") |
5847 /** @domName SVGPolygonElement.nearestViewportElement */ | |
5848 SvgElement get nearestViewportElement native "SVGPolygonElement_nearestViewpor
tElement_Getter"; | 4961 SvgElement get nearestViewportElement native "SVGPolygonElement_nearestViewpor
tElement_Getter"; |
5849 | 4962 |
5850 | 4963 @DomName("SVGPolygonElement.getBBox") |
5851 /** @domName SVGPolygonElement.getBBox */ | |
5852 Rect getBBox() native "SVGPolygonElement_getBBox_Callback"; | 4964 Rect getBBox() native "SVGPolygonElement_getBBox_Callback"; |
5853 | 4965 |
5854 | 4966 @DomName("SVGPolygonElement.getCTM") |
5855 /** @domName SVGPolygonElement.getCTM */ | |
5856 Matrix getCtm() native "SVGPolygonElement_getCTM_Callback"; | 4967 Matrix getCtm() native "SVGPolygonElement_getCTM_Callback"; |
5857 | 4968 |
5858 | 4969 @DomName("SVGPolygonElement.getScreenCTM") |
5859 /** @domName SVGPolygonElement.getScreenCTM */ | |
5860 Matrix getScreenCtm() native "SVGPolygonElement_getScreenCTM_Callback"; | 4970 Matrix getScreenCtm() native "SVGPolygonElement_getScreenCTM_Callback"; |
5861 | 4971 |
5862 | 4972 @DomName("SVGPolygonElement.getTransformToElement") |
5863 /** @domName SVGPolygonElement.getTransformToElement */ | |
5864 Matrix getTransformToElement(SvgElement element) native "SVGPolygonElement_get
TransformToElement_Callback"; | 4973 Matrix getTransformToElement(SvgElement element) native "SVGPolygonElement_get
TransformToElement_Callback"; |
5865 | 4974 |
5866 | 4975 @DomName("SVGPolygonElement.className") |
5867 /** @domName SVGPolygonElement.className */ | |
5868 AnimatedString get $dom_svgClassName native "SVGPolygonElement_className_Gette
r"; | 4976 AnimatedString get $dom_svgClassName native "SVGPolygonElement_className_Gette
r"; |
5869 | 4977 |
5870 | 4978 @DomName("SVGPolygonElement.style") |
5871 /** @domName SVGPolygonElement.style */ | |
5872 CssStyleDeclaration get style native "SVGPolygonElement_style_Getter"; | 4979 CssStyleDeclaration get style native "SVGPolygonElement_style_Getter"; |
5873 | 4980 |
5874 | 4981 @DomName("SVGPolygonElement.getPresentationAttribute") |
5875 /** @domName SVGPolygonElement.getPresentationAttribute */ | |
5876 CssValue getPresentationAttribute(String name) native "SVGPolygonElement_getPr
esentationAttribute_Callback"; | 4982 CssValue getPresentationAttribute(String name) native "SVGPolygonElement_getPr
esentationAttribute_Callback"; |
5877 | 4983 |
5878 | 4984 @DomName("SVGPolygonElement.requiredExtensions") |
5879 /** @domName SVGPolygonElement.requiredExtensions */ | |
5880 StringList get requiredExtensions native "SVGPolygonElement_requiredExtensions
_Getter"; | 4985 StringList get requiredExtensions native "SVGPolygonElement_requiredExtensions
_Getter"; |
5881 | 4986 |
5882 | 4987 @DomName("SVGPolygonElement.requiredFeatures") |
5883 /** @domName SVGPolygonElement.requiredFeatures */ | |
5884 StringList get requiredFeatures native "SVGPolygonElement_requiredFeatures_Get
ter"; | 4988 StringList get requiredFeatures native "SVGPolygonElement_requiredFeatures_Get
ter"; |
5885 | 4989 |
5886 | 4990 @DomName("SVGPolygonElement.systemLanguage") |
5887 /** @domName SVGPolygonElement.systemLanguage */ | |
5888 StringList get systemLanguage native "SVGPolygonElement_systemLanguage_Getter"
; | 4991 StringList get systemLanguage native "SVGPolygonElement_systemLanguage_Getter"
; |
5889 | 4992 |
5890 | 4993 @DomName("SVGPolygonElement.hasExtension") |
5891 /** @domName SVGPolygonElement.hasExtension */ | |
5892 bool hasExtension(String extension) native "SVGPolygonElement_hasExtension_Cal
lback"; | 4994 bool hasExtension(String extension) native "SVGPolygonElement_hasExtension_Cal
lback"; |
5893 | 4995 |
5894 | 4996 @DomName("SVGPolygonElement.transform") |
5895 /** @domName SVGPolygonElement.transform */ | |
5896 AnimatedTransformList get transform native "SVGPolygonElement_transform_Getter
"; | 4997 AnimatedTransformList get transform native "SVGPolygonElement_transform_Getter
"; |
5897 | 4998 |
5898 } | 4999 } |
5899 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5000 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5900 // for details. All rights reserved. Use of this source code is governed by a | 5001 // for details. All rights reserved. Use of this source code is governed by a |
5901 // BSD-style license that can be found in the LICENSE file. | 5002 // BSD-style license that can be found in the LICENSE file. |
5902 | 5003 |
5903 // WARNING: Do not edit - generated code. | 5004 // WARNING: Do not edit - generated code. |
5904 | 5005 |
5905 | 5006 |
5906 /// @domName SVGPolylineElement | 5007 @DomName("SVGPolylineElement") |
5907 class PolylineElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace { | 5008 class PolylineElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace { |
5908 PolylineElement.internal() : super.internal(); | 5009 PolylineElement.internal() : super.internal(); |
5909 | 5010 |
5910 ///@docsEditable true | 5011 /// @docsEditable true |
5911 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 5012 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); |
5912 | 5013 |
5913 | 5014 @DomName("SVGPolylineElement.animatedPoints") |
5914 /** @domName SVGPolylineElement.animatedPoints */ | |
5915 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; | 5015 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; |
5916 | 5016 |
5917 | 5017 @DomName("SVGPolylineElement.points") |
5918 /** @domName SVGPolylineElement.points */ | |
5919 PointList get points native "SVGPolylineElement_points_Getter"; | 5018 PointList get points native "SVGPolylineElement_points_Getter"; |
5920 | 5019 |
5921 | 5020 @DomName("SVGPolylineElement.externalResourcesRequired") |
5922 /** @domName SVGPolylineElement.externalResourcesRequired */ | |
5923 AnimatedBoolean get externalResourcesRequired native "SVGPolylineElement_exter
nalResourcesRequired_Getter"; | 5021 AnimatedBoolean get externalResourcesRequired native "SVGPolylineElement_exter
nalResourcesRequired_Getter"; |
5924 | 5022 |
5925 | 5023 @DomName("SVGPolylineElement.xmllang") |
5926 /** @domName SVGPolylineElement.xmllang */ | |
5927 String get xmllang native "SVGPolylineElement_xmllang_Getter"; | 5024 String get xmllang native "SVGPolylineElement_xmllang_Getter"; |
5928 | 5025 |
5929 | 5026 @DomName("SVGPolylineElement.xmllang") |
5930 /** @domName SVGPolylineElement.xmllang */ | |
5931 void set xmllang(String value) native "SVGPolylineElement_xmllang_Setter"; | 5027 void set xmllang(String value) native "SVGPolylineElement_xmllang_Setter"; |
5932 | 5028 |
5933 | 5029 @DomName("SVGPolylineElement.xmlspace") |
5934 /** @domName SVGPolylineElement.xmlspace */ | |
5935 String get xmlspace native "SVGPolylineElement_xmlspace_Getter"; | 5030 String get xmlspace native "SVGPolylineElement_xmlspace_Getter"; |
5936 | 5031 |
5937 | 5032 @DomName("SVGPolylineElement.xmlspace") |
5938 /** @domName SVGPolylineElement.xmlspace */ | |
5939 void set xmlspace(String value) native "SVGPolylineElement_xmlspace_Setter"; | 5033 void set xmlspace(String value) native "SVGPolylineElement_xmlspace_Setter"; |
5940 | 5034 |
5941 | 5035 @DomName("SVGPolylineElement.farthestViewportElement") |
5942 /** @domName SVGPolylineElement.farthestViewportElement */ | |
5943 SvgElement get farthestViewportElement native "SVGPolylineElement_farthestView
portElement_Getter"; | 5036 SvgElement get farthestViewportElement native "SVGPolylineElement_farthestView
portElement_Getter"; |
5944 | 5037 |
5945 | 5038 @DomName("SVGPolylineElement.nearestViewportElement") |
5946 /** @domName SVGPolylineElement.nearestViewportElement */ | |
5947 SvgElement get nearestViewportElement native "SVGPolylineElement_nearestViewpo
rtElement_Getter"; | 5039 SvgElement get nearestViewportElement native "SVGPolylineElement_nearestViewpo
rtElement_Getter"; |
5948 | 5040 |
5949 | 5041 @DomName("SVGPolylineElement.getBBox") |
5950 /** @domName SVGPolylineElement.getBBox */ | |
5951 Rect getBBox() native "SVGPolylineElement_getBBox_Callback"; | 5042 Rect getBBox() native "SVGPolylineElement_getBBox_Callback"; |
5952 | 5043 |
5953 | 5044 @DomName("SVGPolylineElement.getCTM") |
5954 /** @domName SVGPolylineElement.getCTM */ | |
5955 Matrix getCtm() native "SVGPolylineElement_getCTM_Callback"; | 5045 Matrix getCtm() native "SVGPolylineElement_getCTM_Callback"; |
5956 | 5046 |
5957 | 5047 @DomName("SVGPolylineElement.getScreenCTM") |
5958 /** @domName SVGPolylineElement.getScreenCTM */ | |
5959 Matrix getScreenCtm() native "SVGPolylineElement_getScreenCTM_Callback"; | 5048 Matrix getScreenCtm() native "SVGPolylineElement_getScreenCTM_Callback"; |
5960 | 5049 |
5961 | 5050 @DomName("SVGPolylineElement.getTransformToElement") |
5962 /** @domName SVGPolylineElement.getTransformToElement */ | |
5963 Matrix getTransformToElement(SvgElement element) native "SVGPolylineElement_ge
tTransformToElement_Callback"; | 5051 Matrix getTransformToElement(SvgElement element) native "SVGPolylineElement_ge
tTransformToElement_Callback"; |
5964 | 5052 |
5965 | 5053 @DomName("SVGPolylineElement.className") |
5966 /** @domName SVGPolylineElement.className */ | |
5967 AnimatedString get $dom_svgClassName native "SVGPolylineElement_className_Gett
er"; | 5054 AnimatedString get $dom_svgClassName native "SVGPolylineElement_className_Gett
er"; |
5968 | 5055 |
5969 | 5056 @DomName("SVGPolylineElement.style") |
5970 /** @domName SVGPolylineElement.style */ | |
5971 CssStyleDeclaration get style native "SVGPolylineElement_style_Getter"; | 5057 CssStyleDeclaration get style native "SVGPolylineElement_style_Getter"; |
5972 | 5058 |
5973 | 5059 @DomName("SVGPolylineElement.getPresentationAttribute") |
5974 /** @domName SVGPolylineElement.getPresentationAttribute */ | |
5975 CssValue getPresentationAttribute(String name) native "SVGPolylineElement_getP
resentationAttribute_Callback"; | 5060 CssValue getPresentationAttribute(String name) native "SVGPolylineElement_getP
resentationAttribute_Callback"; |
5976 | 5061 |
5977 | 5062 @DomName("SVGPolylineElement.requiredExtensions") |
5978 /** @domName SVGPolylineElement.requiredExtensions */ | |
5979 StringList get requiredExtensions native "SVGPolylineElement_requiredExtension
s_Getter"; | 5063 StringList get requiredExtensions native "SVGPolylineElement_requiredExtension
s_Getter"; |
5980 | 5064 |
5981 | 5065 @DomName("SVGPolylineElement.requiredFeatures") |
5982 /** @domName SVGPolylineElement.requiredFeatures */ | |
5983 StringList get requiredFeatures native "SVGPolylineElement_requiredFeatures_Ge
tter"; | 5066 StringList get requiredFeatures native "SVGPolylineElement_requiredFeatures_Ge
tter"; |
5984 | 5067 |
5985 | 5068 @DomName("SVGPolylineElement.systemLanguage") |
5986 /** @domName SVGPolylineElement.systemLanguage */ | |
5987 StringList get systemLanguage native "SVGPolylineElement_systemLanguage_Getter
"; | 5069 StringList get systemLanguage native "SVGPolylineElement_systemLanguage_Getter
"; |
5988 | 5070 |
5989 | 5071 @DomName("SVGPolylineElement.hasExtension") |
5990 /** @domName SVGPolylineElement.hasExtension */ | |
5991 bool hasExtension(String extension) native "SVGPolylineElement_hasExtension_Ca
llback"; | 5072 bool hasExtension(String extension) native "SVGPolylineElement_hasExtension_Ca
llback"; |
5992 | 5073 |
5993 | 5074 @DomName("SVGPolylineElement.transform") |
5994 /** @domName SVGPolylineElement.transform */ | |
5995 AnimatedTransformList get transform native "SVGPolylineElement_transform_Gette
r"; | 5075 AnimatedTransformList get transform native "SVGPolylineElement_transform_Gette
r"; |
5996 | 5076 |
5997 } | 5077 } |
5998 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5078 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
5999 // for details. All rights reserved. Use of this source code is governed by a | 5079 // for details. All rights reserved. Use of this source code is governed by a |
6000 // BSD-style license that can be found in the LICENSE file. | 5080 // BSD-style license that can be found in the LICENSE file. |
6001 | 5081 |
6002 // WARNING: Do not edit - generated code. | 5082 // WARNING: Do not edit - generated code. |
6003 | 5083 |
6004 | 5084 |
6005 /// @domName SVGPreserveAspectRatio | 5085 @DomName("SVGPreserveAspectRatio") |
6006 class PreserveAspectRatio extends NativeFieldWrapperClass1 { | 5086 class PreserveAspectRatio extends NativeFieldWrapperClass1 { |
6007 PreserveAspectRatio.internal(); | 5087 PreserveAspectRatio.internal(); |
6008 | 5088 |
6009 static const int SVG_MEETORSLICE_MEET = 1; | 5089 static const int SVG_MEETORSLICE_MEET = 1; |
6010 | 5090 |
6011 static const int SVG_MEETORSLICE_SLICE = 2; | 5091 static const int SVG_MEETORSLICE_SLICE = 2; |
6012 | 5092 |
6013 static const int SVG_MEETORSLICE_UNKNOWN = 0; | 5093 static const int SVG_MEETORSLICE_UNKNOWN = 0; |
6014 | 5094 |
6015 static const int SVG_PRESERVEASPECTRATIO_NONE = 1; | 5095 static const int SVG_PRESERVEASPECTRATIO_NONE = 1; |
(...skipping 11 matching lines...) Expand all Loading... |
6027 static const int SVG_PRESERVEASPECTRATIO_XMIDYMID = 6; | 5107 static const int SVG_PRESERVEASPECTRATIO_XMIDYMID = 6; |
6028 | 5108 |
6029 static const int SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3; | 5109 static const int SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3; |
6030 | 5110 |
6031 static const int SVG_PRESERVEASPECTRATIO_XMINYMAX = 8; | 5111 static const int SVG_PRESERVEASPECTRATIO_XMINYMAX = 8; |
6032 | 5112 |
6033 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; | 5113 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; |
6034 | 5114 |
6035 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; | 5115 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; |
6036 | 5116 |
6037 | 5117 @DomName("SVGPreserveAspectRatio.align") |
6038 /** @domName SVGPreserveAspectRatio.align */ | |
6039 int get align native "SVGPreserveAspectRatio_align_Getter"; | 5118 int get align native "SVGPreserveAspectRatio_align_Getter"; |
6040 | 5119 |
6041 | 5120 @DomName("SVGPreserveAspectRatio.align") |
6042 /** @domName SVGPreserveAspectRatio.align */ | |
6043 void set align(int value) native "SVGPreserveAspectRatio_align_Setter"; | 5121 void set align(int value) native "SVGPreserveAspectRatio_align_Setter"; |
6044 | 5122 |
6045 | 5123 @DomName("SVGPreserveAspectRatio.meetOrSlice") |
6046 /** @domName SVGPreserveAspectRatio.meetOrSlice */ | |
6047 int get meetOrSlice native "SVGPreserveAspectRatio_meetOrSlice_Getter"; | 5124 int get meetOrSlice native "SVGPreserveAspectRatio_meetOrSlice_Getter"; |
6048 | 5125 |
6049 | 5126 @DomName("SVGPreserveAspectRatio.meetOrSlice") |
6050 /** @domName SVGPreserveAspectRatio.meetOrSlice */ | |
6051 void set meetOrSlice(int value) native "SVGPreserveAspectRatio_meetOrSlice_Set
ter"; | 5127 void set meetOrSlice(int value) native "SVGPreserveAspectRatio_meetOrSlice_Set
ter"; |
6052 | 5128 |
6053 } | 5129 } |
6054 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5130 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6055 // for details. All rights reserved. Use of this source code is governed by a | 5131 // for details. All rights reserved. Use of this source code is governed by a |
6056 // BSD-style license that can be found in the LICENSE file. | 5132 // BSD-style license that can be found in the LICENSE file. |
6057 | 5133 |
6058 // WARNING: Do not edit - generated code. | 5134 // WARNING: Do not edit - generated code. |
6059 | 5135 |
6060 | 5136 |
6061 /// @domName SVGRadialGradientElement | 5137 @DomName("SVGRadialGradientElement") |
6062 class RadialGradientElement extends GradientElement { | 5138 class RadialGradientElement extends GradientElement { |
6063 RadialGradientElement.internal() : super.internal(); | 5139 RadialGradientElement.internal() : super.internal(); |
6064 | 5140 |
6065 ///@docsEditable true | 5141 /// @docsEditable true |
6066 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); | 5142 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); |
6067 | 5143 |
6068 | 5144 @DomName("SVGRadialGradientElement.cx") |
6069 /** @domName SVGRadialGradientElement.cx */ | |
6070 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; | 5145 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; |
6071 | 5146 |
6072 | 5147 @DomName("SVGRadialGradientElement.cy") |
6073 /** @domName SVGRadialGradientElement.cy */ | |
6074 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; | 5148 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; |
6075 | 5149 |
6076 | 5150 @DomName("SVGRadialGradientElement.fr") |
6077 /** @domName SVGRadialGradientElement.fr */ | |
6078 AnimatedLength get fr native "SVGRadialGradientElement_fr_Getter"; | 5151 AnimatedLength get fr native "SVGRadialGradientElement_fr_Getter"; |
6079 | 5152 |
6080 | 5153 @DomName("SVGRadialGradientElement.fx") |
6081 /** @domName SVGRadialGradientElement.fx */ | |
6082 AnimatedLength get fx native "SVGRadialGradientElement_fx_Getter"; | 5154 AnimatedLength get fx native "SVGRadialGradientElement_fx_Getter"; |
6083 | 5155 |
6084 | 5156 @DomName("SVGRadialGradientElement.fy") |
6085 /** @domName SVGRadialGradientElement.fy */ | |
6086 AnimatedLength get fy native "SVGRadialGradientElement_fy_Getter"; | 5157 AnimatedLength get fy native "SVGRadialGradientElement_fy_Getter"; |
6087 | 5158 |
6088 | 5159 @DomName("SVGRadialGradientElement.r") |
6089 /** @domName SVGRadialGradientElement.r */ | |
6090 AnimatedLength get r native "SVGRadialGradientElement_r_Getter"; | 5160 AnimatedLength get r native "SVGRadialGradientElement_r_Getter"; |
6091 | 5161 |
6092 } | 5162 } |
6093 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5163 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6094 // for details. All rights reserved. Use of this source code is governed by a | 5164 // for details. All rights reserved. Use of this source code is governed by a |
6095 // BSD-style license that can be found in the LICENSE file. | 5165 // BSD-style license that can be found in the LICENSE file. |
6096 | 5166 |
6097 // WARNING: Do not edit - generated code. | 5167 // WARNING: Do not edit - generated code. |
6098 | 5168 |
6099 | 5169 |
6100 /// @domName SVGRect | 5170 @DomName("SVGRect") |
6101 class Rect extends NativeFieldWrapperClass1 { | 5171 class Rect extends NativeFieldWrapperClass1 { |
6102 Rect.internal(); | 5172 Rect.internal(); |
6103 | 5173 |
6104 | 5174 @DomName("SVGRect.height") |
6105 /** @domName SVGRect.height */ | |
6106 num get height native "SVGRect_height_Getter"; | 5175 num get height native "SVGRect_height_Getter"; |
6107 | 5176 |
6108 | 5177 @DomName("SVGRect.height") |
6109 /** @domName SVGRect.height */ | |
6110 void set height(num value) native "SVGRect_height_Setter"; | 5178 void set height(num value) native "SVGRect_height_Setter"; |
6111 | 5179 |
6112 | 5180 @DomName("SVGRect.width") |
6113 /** @domName SVGRect.width */ | |
6114 num get width native "SVGRect_width_Getter"; | 5181 num get width native "SVGRect_width_Getter"; |
6115 | 5182 |
6116 | 5183 @DomName("SVGRect.width") |
6117 /** @domName SVGRect.width */ | |
6118 void set width(num value) native "SVGRect_width_Setter"; | 5184 void set width(num value) native "SVGRect_width_Setter"; |
6119 | 5185 |
6120 | 5186 @DomName("SVGRect.x") |
6121 /** @domName SVGRect.x */ | |
6122 num get x native "SVGRect_x_Getter"; | 5187 num get x native "SVGRect_x_Getter"; |
6123 | 5188 |
6124 | 5189 @DomName("SVGRect.x") |
6125 /** @domName SVGRect.x */ | |
6126 void set x(num value) native "SVGRect_x_Setter"; | 5190 void set x(num value) native "SVGRect_x_Setter"; |
6127 | 5191 |
6128 | 5192 @DomName("SVGRect.y") |
6129 /** @domName SVGRect.y */ | |
6130 num get y native "SVGRect_y_Getter"; | 5193 num get y native "SVGRect_y_Getter"; |
6131 | 5194 |
6132 | 5195 @DomName("SVGRect.y") |
6133 /** @domName SVGRect.y */ | |
6134 void set y(num value) native "SVGRect_y_Setter"; | 5196 void set y(num value) native "SVGRect_y_Setter"; |
6135 | 5197 |
6136 } | 5198 } |
6137 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5199 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6138 // for details. All rights reserved. Use of this source code is governed by a | 5200 // for details. All rights reserved. Use of this source code is governed by a |
6139 // BSD-style license that can be found in the LICENSE file. | 5201 // BSD-style license that can be found in the LICENSE file. |
6140 | 5202 |
6141 // WARNING: Do not edit - generated code. | 5203 // WARNING: Do not edit - generated code. |
6142 | 5204 |
6143 | 5205 |
6144 /// @domName SVGRectElement | 5206 @DomName("SVGRectElement") |
6145 class RectElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { | 5207 class RectElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { |
6146 RectElement.internal() : super.internal(); | 5208 RectElement.internal() : super.internal(); |
6147 | 5209 |
6148 ///@docsEditable true | 5210 /// @docsEditable true |
6149 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 5211 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); |
6150 | 5212 |
6151 | 5213 @DomName("SVGRectElement.height") |
6152 /** @domName SVGRectElement.height */ | |
6153 AnimatedLength get height native "SVGRectElement_height_Getter"; | 5214 AnimatedLength get height native "SVGRectElement_height_Getter"; |
6154 | 5215 |
6155 | 5216 @DomName("SVGRectElement.rx") |
6156 /** @domName SVGRectElement.rx */ | |
6157 AnimatedLength get rx native "SVGRectElement_rx_Getter"; | 5217 AnimatedLength get rx native "SVGRectElement_rx_Getter"; |
6158 | 5218 |
6159 | 5219 @DomName("SVGRectElement.ry") |
6160 /** @domName SVGRectElement.ry */ | |
6161 AnimatedLength get ry native "SVGRectElement_ry_Getter"; | 5220 AnimatedLength get ry native "SVGRectElement_ry_Getter"; |
6162 | 5221 |
6163 | 5222 @DomName("SVGRectElement.width") |
6164 /** @domName SVGRectElement.width */ | |
6165 AnimatedLength get width native "SVGRectElement_width_Getter"; | 5223 AnimatedLength get width native "SVGRectElement_width_Getter"; |
6166 | 5224 |
6167 | 5225 @DomName("SVGRectElement.x") |
6168 /** @domName SVGRectElement.x */ | |
6169 AnimatedLength get x native "SVGRectElement_x_Getter"; | 5226 AnimatedLength get x native "SVGRectElement_x_Getter"; |
6170 | 5227 |
6171 | 5228 @DomName("SVGRectElement.y") |
6172 /** @domName SVGRectElement.y */ | |
6173 AnimatedLength get y native "SVGRectElement_y_Getter"; | 5229 AnimatedLength get y native "SVGRectElement_y_Getter"; |
6174 | 5230 |
6175 | 5231 @DomName("SVGRectElement.externalResourcesRequired") |
6176 /** @domName SVGRectElement.externalResourcesRequired */ | |
6177 AnimatedBoolean get externalResourcesRequired native "SVGRectElement_externalR
esourcesRequired_Getter"; | 5232 AnimatedBoolean get externalResourcesRequired native "SVGRectElement_externalR
esourcesRequired_Getter"; |
6178 | 5233 |
6179 | 5234 @DomName("SVGRectElement.xmllang") |
6180 /** @domName SVGRectElement.xmllang */ | |
6181 String get xmllang native "SVGRectElement_xmllang_Getter"; | 5235 String get xmllang native "SVGRectElement_xmllang_Getter"; |
6182 | 5236 |
6183 | 5237 @DomName("SVGRectElement.xmllang") |
6184 /** @domName SVGRectElement.xmllang */ | |
6185 void set xmllang(String value) native "SVGRectElement_xmllang_Setter"; | 5238 void set xmllang(String value) native "SVGRectElement_xmllang_Setter"; |
6186 | 5239 |
6187 | 5240 @DomName("SVGRectElement.xmlspace") |
6188 /** @domName SVGRectElement.xmlspace */ | |
6189 String get xmlspace native "SVGRectElement_xmlspace_Getter"; | 5241 String get xmlspace native "SVGRectElement_xmlspace_Getter"; |
6190 | 5242 |
6191 | 5243 @DomName("SVGRectElement.xmlspace") |
6192 /** @domName SVGRectElement.xmlspace */ | |
6193 void set xmlspace(String value) native "SVGRectElement_xmlspace_Setter"; | 5244 void set xmlspace(String value) native "SVGRectElement_xmlspace_Setter"; |
6194 | 5245 |
6195 | 5246 @DomName("SVGRectElement.farthestViewportElement") |
6196 /** @domName SVGRectElement.farthestViewportElement */ | |
6197 SvgElement get farthestViewportElement native "SVGRectElement_farthestViewport
Element_Getter"; | 5247 SvgElement get farthestViewportElement native "SVGRectElement_farthestViewport
Element_Getter"; |
6198 | 5248 |
6199 | 5249 @DomName("SVGRectElement.nearestViewportElement") |
6200 /** @domName SVGRectElement.nearestViewportElement */ | |
6201 SvgElement get nearestViewportElement native "SVGRectElement_nearestViewportEl
ement_Getter"; | 5250 SvgElement get nearestViewportElement native "SVGRectElement_nearestViewportEl
ement_Getter"; |
6202 | 5251 |
6203 | 5252 @DomName("SVGRectElement.getBBox") |
6204 /** @domName SVGRectElement.getBBox */ | |
6205 Rect getBBox() native "SVGRectElement_getBBox_Callback"; | 5253 Rect getBBox() native "SVGRectElement_getBBox_Callback"; |
6206 | 5254 |
6207 | 5255 @DomName("SVGRectElement.getCTM") |
6208 /** @domName SVGRectElement.getCTM */ | |
6209 Matrix getCtm() native "SVGRectElement_getCTM_Callback"; | 5256 Matrix getCtm() native "SVGRectElement_getCTM_Callback"; |
6210 | 5257 |
6211 | 5258 @DomName("SVGRectElement.getScreenCTM") |
6212 /** @domName SVGRectElement.getScreenCTM */ | |
6213 Matrix getScreenCtm() native "SVGRectElement_getScreenCTM_Callback"; | 5259 Matrix getScreenCtm() native "SVGRectElement_getScreenCTM_Callback"; |
6214 | 5260 |
6215 | 5261 @DomName("SVGRectElement.getTransformToElement") |
6216 /** @domName SVGRectElement.getTransformToElement */ | |
6217 Matrix getTransformToElement(SvgElement element) native "SVGRectElement_getTra
nsformToElement_Callback"; | 5262 Matrix getTransformToElement(SvgElement element) native "SVGRectElement_getTra
nsformToElement_Callback"; |
6218 | 5263 |
6219 | 5264 @DomName("SVGRectElement.className") |
6220 /** @domName SVGRectElement.className */ | |
6221 AnimatedString get $dom_svgClassName native "SVGRectElement_className_Getter"; | 5265 AnimatedString get $dom_svgClassName native "SVGRectElement_className_Getter"; |
6222 | 5266 |
6223 | 5267 @DomName("SVGRectElement.style") |
6224 /** @domName SVGRectElement.style */ | |
6225 CssStyleDeclaration get style native "SVGRectElement_style_Getter"; | 5268 CssStyleDeclaration get style native "SVGRectElement_style_Getter"; |
6226 | 5269 |
6227 | 5270 @DomName("SVGRectElement.getPresentationAttribute") |
6228 /** @domName SVGRectElement.getPresentationAttribute */ | |
6229 CssValue getPresentationAttribute(String name) native "SVGRectElement_getPrese
ntationAttribute_Callback"; | 5271 CssValue getPresentationAttribute(String name) native "SVGRectElement_getPrese
ntationAttribute_Callback"; |
6230 | 5272 |
6231 | 5273 @DomName("SVGRectElement.requiredExtensions") |
6232 /** @domName SVGRectElement.requiredExtensions */ | |
6233 StringList get requiredExtensions native "SVGRectElement_requiredExtensions_Ge
tter"; | 5274 StringList get requiredExtensions native "SVGRectElement_requiredExtensions_Ge
tter"; |
6234 | 5275 |
6235 | 5276 @DomName("SVGRectElement.requiredFeatures") |
6236 /** @domName SVGRectElement.requiredFeatures */ | |
6237 StringList get requiredFeatures native "SVGRectElement_requiredFeatures_Getter
"; | 5277 StringList get requiredFeatures native "SVGRectElement_requiredFeatures_Getter
"; |
6238 | 5278 |
6239 | 5279 @DomName("SVGRectElement.systemLanguage") |
6240 /** @domName SVGRectElement.systemLanguage */ | |
6241 StringList get systemLanguage native "SVGRectElement_systemLanguage_Getter"; | 5280 StringList get systemLanguage native "SVGRectElement_systemLanguage_Getter"; |
6242 | 5281 |
6243 | 5282 @DomName("SVGRectElement.hasExtension") |
6244 /** @domName SVGRectElement.hasExtension */ | |
6245 bool hasExtension(String extension) native "SVGRectElement_hasExtension_Callba
ck"; | 5283 bool hasExtension(String extension) native "SVGRectElement_hasExtension_Callba
ck"; |
6246 | 5284 |
6247 | 5285 @DomName("SVGRectElement.transform") |
6248 /** @domName SVGRectElement.transform */ | |
6249 AnimatedTransformList get transform native "SVGRectElement_transform_Getter"; | 5286 AnimatedTransformList get transform native "SVGRectElement_transform_Getter"; |
6250 | 5287 |
6251 } | 5288 } |
6252 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5289 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6253 // for details. All rights reserved. Use of this source code is governed by a | 5290 // for details. All rights reserved. Use of this source code is governed by a |
6254 // BSD-style license that can be found in the LICENSE file. | 5291 // BSD-style license that can be found in the LICENSE file. |
6255 | 5292 |
6256 // WARNING: Do not edit - generated code. | 5293 // WARNING: Do not edit - generated code. |
6257 | 5294 |
6258 | 5295 |
6259 /// @domName SVGRenderingIntent | 5296 @DomName("SVGRenderingIntent") |
6260 class RenderingIntent extends NativeFieldWrapperClass1 { | 5297 class RenderingIntent extends NativeFieldWrapperClass1 { |
6261 RenderingIntent.internal(); | 5298 RenderingIntent.internal(); |
6262 | 5299 |
6263 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; | 5300 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; |
6264 | 5301 |
6265 static const int RENDERING_INTENT_AUTO = 1; | 5302 static const int RENDERING_INTENT_AUTO = 1; |
6266 | 5303 |
6267 static const int RENDERING_INTENT_PERCEPTUAL = 2; | 5304 static const int RENDERING_INTENT_PERCEPTUAL = 2; |
6268 | 5305 |
6269 static const int RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3; | 5306 static const int RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3; |
6270 | 5307 |
6271 static const int RENDERING_INTENT_SATURATION = 4; | 5308 static const int RENDERING_INTENT_SATURATION = 4; |
6272 | 5309 |
6273 static const int RENDERING_INTENT_UNKNOWN = 0; | 5310 static const int RENDERING_INTENT_UNKNOWN = 0; |
6274 | 5311 |
6275 } | 5312 } |
6276 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5313 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6277 // for details. All rights reserved. Use of this source code is governed by a | 5314 // for details. All rights reserved. Use of this source code is governed by a |
6278 // BSD-style license that can be found in the LICENSE file. | 5315 // BSD-style license that can be found in the LICENSE file. |
6279 | 5316 |
6280 // WARNING: Do not edit - generated code. | 5317 // WARNING: Do not edit - generated code. |
6281 | 5318 |
6282 | 5319 |
6283 /// @domName SVGScriptElement | 5320 @DomName("SVGScriptElement") |
6284 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired { | 5321 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired { |
6285 ScriptElement.internal() : super.internal(); | 5322 ScriptElement.internal() : super.internal(); |
6286 | 5323 |
6287 ///@docsEditable true | 5324 /// @docsEditable true |
6288 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 5325 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); |
6289 | 5326 |
6290 | 5327 @DomName("SVGScriptElement.type") |
6291 /** @domName SVGScriptElement.type */ | |
6292 String get type native "SVGScriptElement_type_Getter"; | 5328 String get type native "SVGScriptElement_type_Getter"; |
6293 | 5329 |
6294 | 5330 @DomName("SVGScriptElement.type") |
6295 /** @domName SVGScriptElement.type */ | |
6296 void set type(String value) native "SVGScriptElement_type_Setter"; | 5331 void set type(String value) native "SVGScriptElement_type_Setter"; |
6297 | 5332 |
6298 | 5333 @DomName("SVGScriptElement.externalResourcesRequired") |
6299 /** @domName SVGScriptElement.externalResourcesRequired */ | |
6300 AnimatedBoolean get externalResourcesRequired native "SVGScriptElement_externa
lResourcesRequired_Getter"; | 5334 AnimatedBoolean get externalResourcesRequired native "SVGScriptElement_externa
lResourcesRequired_Getter"; |
6301 | 5335 |
6302 | 5336 @DomName("SVGScriptElement.href") |
6303 /** @domName SVGScriptElement.href */ | |
6304 AnimatedString get href native "SVGScriptElement_href_Getter"; | 5337 AnimatedString get href native "SVGScriptElement_href_Getter"; |
6305 | 5338 |
6306 } | 5339 } |
6307 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5340 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6308 // for details. All rights reserved. Use of this source code is governed by a | 5341 // for details. All rights reserved. Use of this source code is governed by a |
6309 // BSD-style license that can be found in the LICENSE file. | 5342 // BSD-style license that can be found in the LICENSE file. |
6310 | 5343 |
6311 // WARNING: Do not edit - generated code. | 5344 // WARNING: Do not edit - generated code. |
6312 | 5345 |
6313 | 5346 |
6314 /// @domName SVGSetElement | 5347 @DomName("SVGSetElement") |
6315 class SetElement extends AnimationElement { | 5348 class SetElement extends AnimationElement { |
6316 SetElement.internal() : super.internal(); | 5349 SetElement.internal() : super.internal(); |
6317 | 5350 |
6318 ///@docsEditable true | 5351 /// @docsEditable true |
6319 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; | 5352 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; |
6320 | 5353 |
6321 } | 5354 } |
6322 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5355 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6323 // for details. All rights reserved. Use of this source code is governed by a | 5356 // for details. All rights reserved. Use of this source code is governed by a |
6324 // BSD-style license that can be found in the LICENSE file. | 5357 // BSD-style license that can be found in the LICENSE file. |
6325 | 5358 |
6326 // WARNING: Do not edit - generated code. | 5359 // WARNING: Do not edit - generated code. |
6327 | 5360 |
6328 | 5361 |
6329 /// @domName SVGStopElement | 5362 @DomName("SVGStopElement") |
6330 class StopElement extends SvgElement implements Stylable { | 5363 class StopElement extends SvgElement implements Stylable { |
6331 StopElement.internal() : super.internal(); | 5364 StopElement.internal() : super.internal(); |
6332 | 5365 |
6333 ///@docsEditable true | 5366 /// @docsEditable true |
6334 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); | 5367 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); |
6335 | 5368 |
6336 | 5369 @DomName("SVGStopElement.offset") |
6337 /** @domName SVGStopElement.offset */ | |
6338 AnimatedNumber get offset native "SVGStopElement_offset_Getter"; | 5370 AnimatedNumber get offset native "SVGStopElement_offset_Getter"; |
6339 | 5371 |
6340 | 5372 @DomName("SVGStopElement.className") |
6341 /** @domName SVGStopElement.className */ | |
6342 AnimatedString get $dom_svgClassName native "SVGStopElement_className_Getter"; | 5373 AnimatedString get $dom_svgClassName native "SVGStopElement_className_Getter"; |
6343 | 5374 |
6344 | 5375 @DomName("SVGStopElement.style") |
6345 /** @domName SVGStopElement.style */ | |
6346 CssStyleDeclaration get style native "SVGStopElement_style_Getter"; | 5376 CssStyleDeclaration get style native "SVGStopElement_style_Getter"; |
6347 | 5377 |
6348 | 5378 @DomName("SVGStopElement.getPresentationAttribute") |
6349 /** @domName SVGStopElement.getPresentationAttribute */ | |
6350 CssValue getPresentationAttribute(String name) native "SVGStopElement_getPrese
ntationAttribute_Callback"; | 5379 CssValue getPresentationAttribute(String name) native "SVGStopElement_getPrese
ntationAttribute_Callback"; |
6351 | 5380 |
6352 } | 5381 } |
6353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5382 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6354 // for details. All rights reserved. Use of this source code is governed by a | 5383 // for details. All rights reserved. Use of this source code is governed by a |
6355 // BSD-style license that can be found in the LICENSE file. | 5384 // BSD-style license that can be found in the LICENSE file. |
6356 | 5385 |
6357 // WARNING: Do not edit - generated code. | 5386 // WARNING: Do not edit - generated code. |
6358 | 5387 |
6359 | 5388 |
6360 /// @domName SVGStringList | 5389 @DomName("SVGStringList") |
6361 class StringList extends NativeFieldWrapperClass1 implements List<String> { | 5390 class StringList extends NativeFieldWrapperClass1 implements List<String> { |
6362 StringList.internal(); | 5391 StringList.internal(); |
6363 | 5392 |
6364 | 5393 @DomName("SVGStringList.numberOfItems") |
6365 /** @domName SVGStringList.numberOfItems */ | |
6366 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; | 5394 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; |
6367 | 5395 |
6368 String operator[](int index) native "SVGStringList_item_Callback"; | 5396 String operator[](int index) native "SVGStringList_item_Callback"; |
6369 | 5397 |
6370 void operator[]=(int index, String value) { | 5398 void operator[]=(int index, String value) { |
6371 throw new UnsupportedError("Cannot assign element of immutable List."); | 5399 throw new UnsupportedError("Cannot assign element of immutable List."); |
6372 } | 5400 } |
6373 // -- start List<String> mixins. | 5401 // -- start List<String> mixins. |
6374 // String is the element type. | 5402 // String is the element type. |
6375 | 5403 |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6503 | 5531 |
6504 void insertRange(int start, int rangeLength, [String initialValue]) { | 5532 void insertRange(int start, int rangeLength, [String initialValue]) { |
6505 throw new UnsupportedError("Cannot insertRange on immutable List."); | 5533 throw new UnsupportedError("Cannot insertRange on immutable List."); |
6506 } | 5534 } |
6507 | 5535 |
6508 List<String> getRange(int start, int rangeLength) => | 5536 List<String> getRange(int start, int rangeLength) => |
6509 Lists.getRange(this, start, rangeLength, <String>[]); | 5537 Lists.getRange(this, start, rangeLength, <String>[]); |
6510 | 5538 |
6511 // -- end List<String> mixins. | 5539 // -- end List<String> mixins. |
6512 | 5540 |
6513 | 5541 @DomName("SVGStringList.appendItem") |
6514 /** @domName SVGStringList.appendItem */ | |
6515 String appendItem(String item) native "SVGStringList_appendItem_Callback"; | 5542 String appendItem(String item) native "SVGStringList_appendItem_Callback"; |
6516 | 5543 |
6517 | 5544 @DomName("SVGStringList.clear") |
6518 /** @domName SVGStringList.clear */ | |
6519 void clear() native "SVGStringList_clear_Callback"; | 5545 void clear() native "SVGStringList_clear_Callback"; |
6520 | 5546 |
6521 | 5547 @DomName("SVGStringList.getItem") |
6522 /** @domName SVGStringList.getItem */ | |
6523 String getItem(int index) native "SVGStringList_getItem_Callback"; | 5548 String getItem(int index) native "SVGStringList_getItem_Callback"; |
6524 | 5549 |
6525 | 5550 @DomName("SVGStringList.initialize") |
6526 /** @domName SVGStringList.initialize */ | |
6527 String initialize(String item) native "SVGStringList_initialize_Callback"; | 5551 String initialize(String item) native "SVGStringList_initialize_Callback"; |
6528 | 5552 |
6529 | 5553 @DomName("SVGStringList.insertItemBefore") |
6530 /** @domName SVGStringList.insertItemBefore */ | |
6531 String insertItemBefore(String item, int index) native "SVGStringList_insertIt
emBefore_Callback"; | 5554 String insertItemBefore(String item, int index) native "SVGStringList_insertIt
emBefore_Callback"; |
6532 | 5555 |
6533 | 5556 @DomName("SVGStringList.removeItem") |
6534 /** @domName SVGStringList.removeItem */ | |
6535 String removeItem(int index) native "SVGStringList_removeItem_Callback"; | 5557 String removeItem(int index) native "SVGStringList_removeItem_Callback"; |
6536 | 5558 |
6537 | 5559 @DomName("SVGStringList.replaceItem") |
6538 /** @domName SVGStringList.replaceItem */ | |
6539 String replaceItem(String item, int index) native "SVGStringList_replaceItem_C
allback"; | 5560 String replaceItem(String item, int index) native "SVGStringList_replaceItem_C
allback"; |
6540 | 5561 |
6541 } | 5562 } |
6542 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5563 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6543 // for details. All rights reserved. Use of this source code is governed by a | 5564 // for details. All rights reserved. Use of this source code is governed by a |
6544 // BSD-style license that can be found in the LICENSE file. | 5565 // BSD-style license that can be found in the LICENSE file. |
6545 | 5566 |
6546 // WARNING: Do not edit - generated code. | 5567 // WARNING: Do not edit - generated code. |
6547 | 5568 |
6548 | 5569 |
6549 /// @domName SVGStylable | 5570 @DomName("SVGStylable") |
6550 class Stylable extends NativeFieldWrapperClass1 { | 5571 class Stylable extends NativeFieldWrapperClass1 { |
6551 Stylable.internal(); | 5572 Stylable.internal(); |
6552 | 5573 |
6553 | 5574 @DomName("SVGStylable.className") |
6554 /** @domName SVGStylable.className */ | |
6555 AnimatedString get $dom_svgClassName native "SVGStylable_className_Getter"; | 5575 AnimatedString get $dom_svgClassName native "SVGStylable_className_Getter"; |
6556 | 5576 |
6557 | 5577 @DomName("SVGStylable.style") |
6558 /** @domName SVGStylable.style */ | |
6559 CssStyleDeclaration get style native "SVGStylable_style_Getter"; | 5578 CssStyleDeclaration get style native "SVGStylable_style_Getter"; |
6560 | 5579 |
6561 | 5580 @DomName("SVGStylable.getPresentationAttribute") |
6562 /** @domName SVGStylable.getPresentationAttribute */ | |
6563 CssValue getPresentationAttribute(String name) native "SVGStylable_getPresenta
tionAttribute_Callback"; | 5581 CssValue getPresentationAttribute(String name) native "SVGStylable_getPresenta
tionAttribute_Callback"; |
6564 | 5582 |
6565 } | 5583 } |
6566 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5584 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6567 // for details. All rights reserved. Use of this source code is governed by a | 5585 // for details. All rights reserved. Use of this source code is governed by a |
6568 // BSD-style license that can be found in the LICENSE file. | 5586 // BSD-style license that can be found in the LICENSE file. |
6569 | 5587 |
6570 // WARNING: Do not edit - generated code. | 5588 // WARNING: Do not edit - generated code. |
6571 | 5589 |
6572 | 5590 |
6573 /// @domName SVGStyleElement | 5591 @DomName("SVGStyleElement") |
6574 class StyleElement extends SvgElement implements LangSpace { | 5592 class StyleElement extends SvgElement implements LangSpace { |
6575 StyleElement.internal() : super.internal(); | 5593 StyleElement.internal() : super.internal(); |
6576 | 5594 |
6577 ///@docsEditable true | 5595 /// @docsEditable true |
6578 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); | 5596 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); |
6579 | 5597 |
6580 | 5598 @DomName("SVGStyleElement.disabled") |
6581 /** @domName SVGStyleElement.disabled */ | |
6582 bool get disabled native "SVGStyleElement_disabled_Getter"; | 5599 bool get disabled native "SVGStyleElement_disabled_Getter"; |
6583 | 5600 |
6584 | 5601 @DomName("SVGStyleElement.disabled") |
6585 /** @domName SVGStyleElement.disabled */ | |
6586 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; | 5602 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; |
6587 | 5603 |
6588 | 5604 @DomName("SVGStyleElement.media") |
6589 /** @domName SVGStyleElement.media */ | |
6590 String get media native "SVGStyleElement_media_Getter"; | 5605 String get media native "SVGStyleElement_media_Getter"; |
6591 | 5606 |
6592 | 5607 @DomName("SVGStyleElement.media") |
6593 /** @domName SVGStyleElement.media */ | |
6594 void set media(String value) native "SVGStyleElement_media_Setter"; | 5608 void set media(String value) native "SVGStyleElement_media_Setter"; |
6595 | 5609 |
6596 | 5610 @DomName("SVGStyleElement.title") |
6597 /** @domName SVGStyleElement.title */ | |
6598 String get title native "SVGStyleElement_title_Getter"; | 5611 String get title native "SVGStyleElement_title_Getter"; |
6599 | 5612 |
6600 | 5613 @DomName("SVGStyleElement.title") |
6601 /** @domName SVGStyleElement.title */ | |
6602 void set title(String value) native "SVGStyleElement_title_Setter"; | 5614 void set title(String value) native "SVGStyleElement_title_Setter"; |
6603 | 5615 |
6604 | 5616 @DomName("SVGStyleElement.type") |
6605 /** @domName SVGStyleElement.type */ | |
6606 String get type native "SVGStyleElement_type_Getter"; | 5617 String get type native "SVGStyleElement_type_Getter"; |
6607 | 5618 |
6608 | 5619 @DomName("SVGStyleElement.type") |
6609 /** @domName SVGStyleElement.type */ | |
6610 void set type(String value) native "SVGStyleElement_type_Setter"; | 5620 void set type(String value) native "SVGStyleElement_type_Setter"; |
6611 | 5621 |
6612 | 5622 @DomName("SVGStyleElement.xmllang") |
6613 /** @domName SVGStyleElement.xmllang */ | |
6614 String get xmllang native "SVGStyleElement_xmllang_Getter"; | 5623 String get xmllang native "SVGStyleElement_xmllang_Getter"; |
6615 | 5624 |
6616 | 5625 @DomName("SVGStyleElement.xmllang") |
6617 /** @domName SVGStyleElement.xmllang */ | |
6618 void set xmllang(String value) native "SVGStyleElement_xmllang_Setter"; | 5626 void set xmllang(String value) native "SVGStyleElement_xmllang_Setter"; |
6619 | 5627 |
6620 | 5628 @DomName("SVGStyleElement.xmlspace") |
6621 /** @domName SVGStyleElement.xmlspace */ | |
6622 String get xmlspace native "SVGStyleElement_xmlspace_Getter"; | 5629 String get xmlspace native "SVGStyleElement_xmlspace_Getter"; |
6623 | 5630 |
6624 | 5631 @DomName("SVGStyleElement.xmlspace") |
6625 /** @domName SVGStyleElement.xmlspace */ | |
6626 void set xmlspace(String value) native "SVGStyleElement_xmlspace_Setter"; | 5632 void set xmlspace(String value) native "SVGStyleElement_xmlspace_Setter"; |
6627 | 5633 |
6628 } | 5634 } |
6629 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5635 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6630 // for details. All rights reserved. Use of this source code is governed by a | 5636 // for details. All rights reserved. Use of this source code is governed by a |
6631 // BSD-style license that can be found in the LICENSE file. | 5637 // BSD-style license that can be found in the LICENSE file. |
6632 | 5638 |
6633 // WARNING: Do not edit - generated code. | 5639 // WARNING: Do not edit - generated code. |
6634 | 5640 |
6635 | 5641 |
6636 /// @domName SVGDocument | 5642 @DomName("SVGDocument") |
6637 class SvgDocument extends Document { | 5643 class SvgDocument extends Document { |
6638 SvgDocument.internal() : super.internal(); | 5644 SvgDocument.internal() : super.internal(); |
6639 | 5645 |
6640 | 5646 @DomName("SVGDocument.rootElement") |
6641 /** @domName SVGDocument.rootElement */ | |
6642 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; | 5647 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; |
6643 | 5648 |
6644 | 5649 @DomName("SVGDocument.createEvent") |
6645 /** @domName SVGDocument.createEvent */ | |
6646 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb
ack"; | 5650 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb
ack"; |
6647 | 5651 |
6648 } | 5652 } |
6649 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 5653 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
6650 // for details. All rights reserved. Use of this source code is governed by a | 5654 // for details. All rights reserved. Use of this source code is governed by a |
6651 // BSD-style license that can be found in the LICENSE file. | 5655 // BSD-style license that can be found in the LICENSE file. |
6652 | 5656 |
6653 | 5657 |
6654 class _AttributeClassSet extends CssClassSet { | 5658 class _AttributeClassSet extends CssClassSet { |
6655 final Element _element; | 5659 final Element _element; |
(...skipping 15 matching lines...) Expand all Loading... |
6671 } | 5675 } |
6672 return s; | 5676 return s; |
6673 } | 5677 } |
6674 | 5678 |
6675 void writeClasses(Set s) { | 5679 void writeClasses(Set s) { |
6676 List list = new List.from(s); | 5680 List list = new List.from(s); |
6677 _element.attributes['class'] = Strings.join(list, ' '); | 5681 _element.attributes['class'] = Strings.join(list, ' '); |
6678 } | 5682 } |
6679 } | 5683 } |
6680 | 5684 |
6681 /// @domName SVGElement | 5685 @DomName("SVGElement") |
6682 class SvgElement extends Element { | 5686 class SvgElement extends Element { |
6683 factory SvgElement.tag(String tag) => | 5687 factory SvgElement.tag(String tag) => |
6684 _SvgElementFactoryProvider.createSvgElement_tag(tag); | 5688 _SvgElementFactoryProvider.createSvgElement_tag(tag); |
6685 factory SvgElement.svg(String svg) => | 5689 factory SvgElement.svg(String svg) => |
6686 _SvgElementFactoryProvider.createSvgElement_svg(svg); | 5690 _SvgElementFactoryProvider.createSvgElement_svg(svg); |
6687 | 5691 |
6688 _AttributeClassSet _cssClassSet; | 5692 _AttributeClassSet _cssClassSet; |
6689 CssClassSet get classes { | 5693 CssClassSet get classes { |
6690 if (_cssClassSet == null) { | 5694 if (_cssClassSet == null) { |
6691 _cssClassSet = new _AttributeClassSet(this); | 5695 _cssClassSet = new _AttributeClassSet(this); |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6728 void set innerHtml(String svg) { | 5732 void set innerHtml(String svg) { |
6729 final container = new Element.tag("div"); | 5733 final container = new Element.tag("div"); |
6730 // Wrap the SVG string in <svg> so that SvgElements are created, rather than | 5734 // Wrap the SVG string in <svg> so that SvgElements are created, rather than |
6731 // HTMLElements. | 5735 // HTMLElements. |
6732 container.innerHtml = '<svg version="1.1">$svg</svg>'; | 5736 container.innerHtml = '<svg version="1.1">$svg</svg>'; |
6733 this.children = container.children[0].children; | 5737 this.children = container.children[0].children; |
6734 } | 5738 } |
6735 | 5739 |
6736 // Unsupported methods inherited from Element. | 5740 // Unsupported methods inherited from Element. |
6737 | 5741 |
6738 /** @domName Element.insertAdjacentText */ | 5742 @DomName("Element.insertAdjacentText") |
6739 void insertAdjacentText(String where, String text) { | 5743 void insertAdjacentText(String where, String text) { |
6740 throw new UnsupportedError("Cannot invoke insertAdjacentText on SVG."); | 5744 throw new UnsupportedError("Cannot invoke insertAdjacentText on SVG."); |
6741 } | 5745 } |
6742 | 5746 |
6743 /** @domName Element.insertAdjacentHTML */ | 5747 @DomName("Element.insertAdjacentHTML") |
6744 void insertAdjacentHtml(String where, String text) { | 5748 void insertAdjacentHtml(String where, String text) { |
6745 throw new UnsupportedError("Cannot invoke insertAdjacentHtml on SVG."); | 5749 throw new UnsupportedError("Cannot invoke insertAdjacentHtml on SVG."); |
6746 } | 5750 } |
6747 | 5751 |
6748 /** @domName Element.insertAdjacentHTML */ | 5752 @DomName("Element.insertAdjacentHTML") |
6749 Element insertAdjacentElement(String where, Element element) { | 5753 Element insertAdjacentElement(String where, Element element) { |
6750 throw new UnsupportedError("Cannot invoke insertAdjacentElement on SVG."); | 5754 throw new UnsupportedError("Cannot invoke insertAdjacentElement on SVG."); |
6751 } | 5755 } |
6752 | 5756 |
6753 HtmlCollection get $dom_children { | 5757 HtmlCollection get $dom_children { |
6754 throw new UnsupportedError("Cannot get dom_children on SVG."); | 5758 throw new UnsupportedError("Cannot get dom_children on SVG."); |
6755 } | 5759 } |
6756 | 5760 |
6757 bool get isContentEditable => false; | 5761 bool get isContentEditable => false; |
6758 void click() { | 5762 void click() { |
6759 throw new UnsupportedError("Cannot invoke click SVG."); | 5763 throw new UnsupportedError("Cannot invoke click SVG."); |
6760 } | 5764 } |
6761 | 5765 |
6762 SvgElement.internal() : super.internal(); | 5766 SvgElement.internal() : super.internal(); |
6763 | 5767 |
6764 | 5768 @DomName("SVGElement.id") |
6765 /** @domName SVGElement.id */ | |
6766 String get id native "SVGElement_id_Getter"; | 5769 String get id native "SVGElement_id_Getter"; |
6767 | 5770 |
6768 | 5771 @DomName("SVGElement.id") |
6769 /** @domName SVGElement.id */ | |
6770 void set id(String value) native "SVGElement_id_Setter"; | 5772 void set id(String value) native "SVGElement_id_Setter"; |
6771 | 5773 |
6772 | 5774 @DomName("SVGElement.ownerSVGElement") |
6773 /** @domName SVGElement.ownerSVGElement */ | |
6774 SvgSvgElement get ownerSvgElement native "SVGElement_ownerSVGElement_Getter"; | 5775 SvgSvgElement get ownerSvgElement native "SVGElement_ownerSVGElement_Getter"; |
6775 | 5776 |
6776 | 5777 @DomName("SVGElement.viewportElement") |
6777 /** @domName SVGElement.viewportElement */ | |
6778 SvgElement get viewportElement native "SVGElement_viewportElement_Getter"; | 5778 SvgElement get viewportElement native "SVGElement_viewportElement_Getter"; |
6779 | 5779 |
6780 | 5780 @DomName("SVGElement.xmlbase") |
6781 /** @domName SVGElement.xmlbase */ | |
6782 String get xmlbase native "SVGElement_xmlbase_Getter"; | 5781 String get xmlbase native "SVGElement_xmlbase_Getter"; |
6783 | 5782 |
6784 | 5783 @DomName("SVGElement.xmlbase") |
6785 /** @domName SVGElement.xmlbase */ | |
6786 void set xmlbase(String value) native "SVGElement_xmlbase_Setter"; | 5784 void set xmlbase(String value) native "SVGElement_xmlbase_Setter"; |
6787 | 5785 |
6788 } | 5786 } |
6789 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5787 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6790 // for details. All rights reserved. Use of this source code is governed by a | 5788 // for details. All rights reserved. Use of this source code is governed by a |
6791 // BSD-style license that can be found in the LICENSE file. | 5789 // BSD-style license that can be found in the LICENSE file. |
6792 | 5790 |
6793 // WARNING: Do not edit - generated code. | 5791 // WARNING: Do not edit - generated code. |
6794 | 5792 |
6795 | 5793 |
6796 /// @domName SVGException | 5794 @DomName("SVGException") |
6797 class SvgException extends NativeFieldWrapperClass1 { | 5795 class SvgException extends NativeFieldWrapperClass1 { |
6798 SvgException.internal(); | 5796 SvgException.internal(); |
6799 | 5797 |
6800 static const int SVG_INVALID_VALUE_ERR = 1; | 5798 static const int SVG_INVALID_VALUE_ERR = 1; |
6801 | 5799 |
6802 static const int SVG_MATRIX_NOT_INVERTABLE = 2; | 5800 static const int SVG_MATRIX_NOT_INVERTABLE = 2; |
6803 | 5801 |
6804 static const int SVG_WRONG_TYPE_ERR = 0; | 5802 static const int SVG_WRONG_TYPE_ERR = 0; |
6805 | 5803 |
6806 | 5804 @DomName("SVGException.code") |
6807 /** @domName SVGException.code */ | |
6808 int get code native "SVGException_code_Getter"; | 5805 int get code native "SVGException_code_Getter"; |
6809 | 5806 |
6810 | 5807 @DomName("SVGException.message") |
6811 /** @domName SVGException.message */ | |
6812 String get message native "SVGException_message_Getter"; | 5808 String get message native "SVGException_message_Getter"; |
6813 | 5809 |
6814 | 5810 @DomName("SVGException.name") |
6815 /** @domName SVGException.name */ | |
6816 String get name native "SVGException_name_Getter"; | 5811 String get name native "SVGException_name_Getter"; |
6817 | 5812 |
6818 | 5813 @DomName("SVGException.toString") |
6819 /** @domName SVGException.toString */ | |
6820 String toString() native "SVGException_toString_Callback"; | 5814 String toString() native "SVGException_toString_Callback"; |
6821 | 5815 |
6822 } | 5816 } |
6823 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5817 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6824 // for details. All rights reserved. Use of this source code is governed by a | 5818 // for details. All rights reserved. Use of this source code is governed by a |
6825 // BSD-style license that can be found in the LICENSE file. | 5819 // BSD-style license that can be found in the LICENSE file. |
6826 | 5820 |
6827 | 5821 |
6828 /// @domName SVGSVGElement | 5822 @DomName("SVGSVGElement") |
6829 class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable,
Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace { | 5823 class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable,
Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace { |
6830 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement()
; | 5824 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement()
; |
6831 | 5825 |
6832 SvgSvgElement.internal() : super.internal(); | 5826 SvgSvgElement.internal() : super.internal(); |
6833 | 5827 |
6834 | 5828 @DomName("SVGSVGElement.contentScriptType") |
6835 /** @domName SVGSVGElement.contentScriptType */ | |
6836 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; | 5829 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; |
6837 | 5830 |
6838 | 5831 @DomName("SVGSVGElement.contentScriptType") |
6839 /** @domName SVGSVGElement.contentScriptType */ | |
6840 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy
pe_Setter"; | 5832 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy
pe_Setter"; |
6841 | 5833 |
6842 | 5834 @DomName("SVGSVGElement.contentStyleType") |
6843 /** @domName SVGSVGElement.contentStyleType */ | |
6844 String get contentStyleType native "SVGSVGElement_contentStyleType_Getter"; | 5835 String get contentStyleType native "SVGSVGElement_contentStyleType_Getter"; |
6845 | 5836 |
6846 | 5837 @DomName("SVGSVGElement.contentStyleType") |
6847 /** @domName SVGSVGElement.contentStyleType */ | |
6848 void set contentStyleType(String value) native "SVGSVGElement_contentStyleType
_Setter"; | 5838 void set contentStyleType(String value) native "SVGSVGElement_contentStyleType
_Setter"; |
6849 | 5839 |
6850 | 5840 @DomName("SVGSVGElement.currentScale") |
6851 /** @domName SVGSVGElement.currentScale */ | |
6852 num get currentScale native "SVGSVGElement_currentScale_Getter"; | 5841 num get currentScale native "SVGSVGElement_currentScale_Getter"; |
6853 | 5842 |
6854 | 5843 @DomName("SVGSVGElement.currentScale") |
6855 /** @domName SVGSVGElement.currentScale */ | |
6856 void set currentScale(num value) native "SVGSVGElement_currentScale_Setter"; | 5844 void set currentScale(num value) native "SVGSVGElement_currentScale_Setter"; |
6857 | 5845 |
6858 | 5846 @DomName("SVGSVGElement.currentTranslate") |
6859 /** @domName SVGSVGElement.currentTranslate */ | |
6860 Point get currentTranslate native "SVGSVGElement_currentTranslate_Getter"; | 5847 Point get currentTranslate native "SVGSVGElement_currentTranslate_Getter"; |
6861 | 5848 |
6862 | 5849 @DomName("SVGSVGElement.currentView") |
6863 /** @domName SVGSVGElement.currentView */ | |
6864 ViewSpec get currentView native "SVGSVGElement_currentView_Getter"; | 5850 ViewSpec get currentView native "SVGSVGElement_currentView_Getter"; |
6865 | 5851 |
6866 | 5852 @DomName("SVGSVGElement.height") |
6867 /** @domName SVGSVGElement.height */ | |
6868 AnimatedLength get height native "SVGSVGElement_height_Getter"; | 5853 AnimatedLength get height native "SVGSVGElement_height_Getter"; |
6869 | 5854 |
6870 | 5855 @DomName("SVGSVGElement.pixelUnitToMillimeterX") |
6871 /** @domName SVGSVGElement.pixelUnitToMillimeterX */ | |
6872 num get pixelUnitToMillimeterX native "SVGSVGElement_pixelUnitToMillimeterX_Ge
tter"; | 5856 num get pixelUnitToMillimeterX native "SVGSVGElement_pixelUnitToMillimeterX_Ge
tter"; |
6873 | 5857 |
6874 | 5858 @DomName("SVGSVGElement.pixelUnitToMillimeterY") |
6875 /** @domName SVGSVGElement.pixelUnitToMillimeterY */ | |
6876 num get pixelUnitToMillimeterY native "SVGSVGElement_pixelUnitToMillimeterY_Ge
tter"; | 5859 num get pixelUnitToMillimeterY native "SVGSVGElement_pixelUnitToMillimeterY_Ge
tter"; |
6877 | 5860 |
6878 | 5861 @DomName("SVGSVGElement.screenPixelToMillimeterX") |
6879 /** @domName SVGSVGElement.screenPixelToMillimeterX */ | |
6880 num get screenPixelToMillimeterX native "SVGSVGElement_screenPixelToMillimeter
X_Getter"; | 5862 num get screenPixelToMillimeterX native "SVGSVGElement_screenPixelToMillimeter
X_Getter"; |
6881 | 5863 |
6882 | 5864 @DomName("SVGSVGElement.screenPixelToMillimeterY") |
6883 /** @domName SVGSVGElement.screenPixelToMillimeterY */ | |
6884 num get screenPixelToMillimeterY native "SVGSVGElement_screenPixelToMillimeter
Y_Getter"; | 5865 num get screenPixelToMillimeterY native "SVGSVGElement_screenPixelToMillimeter
Y_Getter"; |
6885 | 5866 |
6886 | 5867 @DomName("SVGSVGElement.useCurrentView") |
6887 /** @domName SVGSVGElement.useCurrentView */ | |
6888 bool get useCurrentView native "SVGSVGElement_useCurrentView_Getter"; | 5868 bool get useCurrentView native "SVGSVGElement_useCurrentView_Getter"; |
6889 | 5869 |
6890 | 5870 @DomName("SVGSVGElement.viewport") |
6891 /** @domName SVGSVGElement.viewport */ | |
6892 Rect get viewport native "SVGSVGElement_viewport_Getter"; | 5871 Rect get viewport native "SVGSVGElement_viewport_Getter"; |
6893 | 5872 |
6894 | 5873 @DomName("SVGSVGElement.width") |
6895 /** @domName SVGSVGElement.width */ | |
6896 AnimatedLength get width native "SVGSVGElement_width_Getter"; | 5874 AnimatedLength get width native "SVGSVGElement_width_Getter"; |
6897 | 5875 |
6898 | 5876 @DomName("SVGSVGElement.x") |
6899 /** @domName SVGSVGElement.x */ | |
6900 AnimatedLength get x native "SVGSVGElement_x_Getter"; | 5877 AnimatedLength get x native "SVGSVGElement_x_Getter"; |
6901 | 5878 |
6902 | 5879 @DomName("SVGSVGElement.y") |
6903 /** @domName SVGSVGElement.y */ | |
6904 AnimatedLength get y native "SVGSVGElement_y_Getter"; | 5880 AnimatedLength get y native "SVGSVGElement_y_Getter"; |
6905 | 5881 |
6906 | 5882 @DomName("SVGSVGElement.animationsPaused") |
6907 /** @domName SVGSVGElement.animationsPaused */ | |
6908 bool animationsPaused() native "SVGSVGElement_animationsPaused_Callback"; | 5883 bool animationsPaused() native "SVGSVGElement_animationsPaused_Callback"; |
6909 | 5884 |
6910 | 5885 @DomName("SVGSVGElement.checkEnclosure") |
6911 /** @domName SVGSVGElement.checkEnclosure */ | |
6912 bool checkEnclosure(SvgElement element, Rect rect) native "SVGSVGElement_check
Enclosure_Callback"; | 5886 bool checkEnclosure(SvgElement element, Rect rect) native "SVGSVGElement_check
Enclosure_Callback"; |
6913 | 5887 |
6914 | 5888 @DomName("SVGSVGElement.checkIntersection") |
6915 /** @domName SVGSVGElement.checkIntersection */ | |
6916 bool checkIntersection(SvgElement element, Rect rect) native "SVGSVGElement_ch
eckIntersection_Callback"; | 5889 bool checkIntersection(SvgElement element, Rect rect) native "SVGSVGElement_ch
eckIntersection_Callback"; |
6917 | 5890 |
6918 | 5891 @DomName("SVGSVGElement.createSVGAngle") |
6919 /** @domName SVGSVGElement.createSVGAngle */ | |
6920 Angle createSvgAngle() native "SVGSVGElement_createSVGAngle_Callback"; | 5892 Angle createSvgAngle() native "SVGSVGElement_createSVGAngle_Callback"; |
6921 | 5893 |
6922 | 5894 @DomName("SVGSVGElement.createSVGLength") |
6923 /** @domName SVGSVGElement.createSVGLength */ | |
6924 Length createSvgLength() native "SVGSVGElement_createSVGLength_Callback"; | 5895 Length createSvgLength() native "SVGSVGElement_createSVGLength_Callback"; |
6925 | 5896 |
6926 | 5897 @DomName("SVGSVGElement.createSVGMatrix") |
6927 /** @domName SVGSVGElement.createSVGMatrix */ | |
6928 Matrix createSvgMatrix() native "SVGSVGElement_createSVGMatrix_Callback"; | 5898 Matrix createSvgMatrix() native "SVGSVGElement_createSVGMatrix_Callback"; |
6929 | 5899 |
6930 | 5900 @DomName("SVGSVGElement.createSVGNumber") |
6931 /** @domName SVGSVGElement.createSVGNumber */ | |
6932 Number createSvgNumber() native "SVGSVGElement_createSVGNumber_Callback"; | 5901 Number createSvgNumber() native "SVGSVGElement_createSVGNumber_Callback"; |
6933 | 5902 |
6934 | 5903 @DomName("SVGSVGElement.createSVGPoint") |
6935 /** @domName SVGSVGElement.createSVGPoint */ | |
6936 Point createSvgPoint() native "SVGSVGElement_createSVGPoint_Callback"; | 5904 Point createSvgPoint() native "SVGSVGElement_createSVGPoint_Callback"; |
6937 | 5905 |
6938 | 5906 @DomName("SVGSVGElement.createSVGRect") |
6939 /** @domName SVGSVGElement.createSVGRect */ | |
6940 Rect createSvgRect() native "SVGSVGElement_createSVGRect_Callback"; | 5907 Rect createSvgRect() native "SVGSVGElement_createSVGRect_Callback"; |
6941 | 5908 |
6942 | 5909 @DomName("SVGSVGElement.createSVGTransform") |
6943 /** @domName SVGSVGElement.createSVGTransform */ | |
6944 Transform createSvgTransform() native "SVGSVGElement_createSVGTransform_Callba
ck"; | 5910 Transform createSvgTransform() native "SVGSVGElement_createSVGTransform_Callba
ck"; |
6945 | 5911 |
6946 | 5912 @DomName("SVGSVGElement.createSVGTransformFromMatrix") |
6947 /** @domName SVGSVGElement.createSVGTransformFromMatrix */ | |
6948 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGSVGElement_cr
eateSVGTransformFromMatrix_Callback"; | 5913 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGSVGElement_cr
eateSVGTransformFromMatrix_Callback"; |
6949 | 5914 |
6950 | 5915 @DomName("SVGSVGElement.deselectAll") |
6951 /** @domName SVGSVGElement.deselectAll */ | |
6952 void deselectAll() native "SVGSVGElement_deselectAll_Callback"; | 5916 void deselectAll() native "SVGSVGElement_deselectAll_Callback"; |
6953 | 5917 |
6954 | 5918 @DomName("SVGSVGElement.forceRedraw") |
6955 /** @domName SVGSVGElement.forceRedraw */ | |
6956 void forceRedraw() native "SVGSVGElement_forceRedraw_Callback"; | 5919 void forceRedraw() native "SVGSVGElement_forceRedraw_Callback"; |
6957 | 5920 |
6958 | 5921 @DomName("SVGSVGElement.getCurrentTime") |
6959 /** @domName SVGSVGElement.getCurrentTime */ | |
6960 num getCurrentTime() native "SVGSVGElement_getCurrentTime_Callback"; | 5922 num getCurrentTime() native "SVGSVGElement_getCurrentTime_Callback"; |
6961 | 5923 |
6962 | 5924 @DomName("SVGSVGElement.getElementById") |
6963 /** @domName SVGSVGElement.getElementById */ | |
6964 Element getElementById(String elementId) native "SVGSVGElement_getElementById_
Callback"; | 5925 Element getElementById(String elementId) native "SVGSVGElement_getElementById_
Callback"; |
6965 | 5926 |
6966 | 5927 @DomName("SVGSVGElement.getEnclosureList") |
6967 /** @domName SVGSVGElement.getEnclosureList */ | |
6968 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native "SV
GSVGElement_getEnclosureList_Callback"; | 5928 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native "SV
GSVGElement_getEnclosureList_Callback"; |
6969 | 5929 |
6970 | 5930 @DomName("SVGSVGElement.getIntersectionList") |
6971 /** @domName SVGSVGElement.getIntersectionList */ | |
6972 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native
"SVGSVGElement_getIntersectionList_Callback"; | 5931 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native
"SVGSVGElement_getIntersectionList_Callback"; |
6973 | 5932 |
6974 | 5933 @DomName("SVGSVGElement.pauseAnimations") |
6975 /** @domName SVGSVGElement.pauseAnimations */ | |
6976 void pauseAnimations() native "SVGSVGElement_pauseAnimations_Callback"; | 5934 void pauseAnimations() native "SVGSVGElement_pauseAnimations_Callback"; |
6977 | 5935 |
6978 | 5936 @DomName("SVGSVGElement.setCurrentTime") |
6979 /** @domName SVGSVGElement.setCurrentTime */ | |
6980 void setCurrentTime(num seconds) native "SVGSVGElement_setCurrentTime_Callback
"; | 5937 void setCurrentTime(num seconds) native "SVGSVGElement_setCurrentTime_Callback
"; |
6981 | 5938 |
6982 | 5939 @DomName("SVGSVGElement.suspendRedraw") |
6983 /** @domName SVGSVGElement.suspendRedraw */ | |
6984 int suspendRedraw(int maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw
_Callback"; | 5940 int suspendRedraw(int maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw
_Callback"; |
6985 | 5941 |
6986 | 5942 @DomName("SVGSVGElement.unpauseAnimations") |
6987 /** @domName SVGSVGElement.unpauseAnimations */ | |
6988 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback"; | 5943 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback"; |
6989 | 5944 |
6990 | 5945 @DomName("SVGSVGElement.unsuspendRedraw") |
6991 /** @domName SVGSVGElement.unsuspendRedraw */ | |
6992 void unsuspendRedraw(int suspendHandleId) native "SVGSVGElement_unsuspendRedra
w_Callback"; | 5946 void unsuspendRedraw(int suspendHandleId) native "SVGSVGElement_unsuspendRedra
w_Callback"; |
6993 | 5947 |
6994 | 5948 @DomName("SVGSVGElement.unsuspendRedrawAll") |
6995 /** @domName SVGSVGElement.unsuspendRedrawAll */ | |
6996 void unsuspendRedrawAll() native "SVGSVGElement_unsuspendRedrawAll_Callback"; | 5949 void unsuspendRedrawAll() native "SVGSVGElement_unsuspendRedrawAll_Callback"; |
6997 | 5950 |
6998 | 5951 @DomName("SVGSVGElement.externalResourcesRequired") |
6999 /** @domName SVGSVGElement.externalResourcesRequired */ | |
7000 AnimatedBoolean get externalResourcesRequired native "SVGSVGElement_externalRe
sourcesRequired_Getter"; | 5952 AnimatedBoolean get externalResourcesRequired native "SVGSVGElement_externalRe
sourcesRequired_Getter"; |
7001 | 5953 |
7002 | 5954 @DomName("SVGSVGElement.preserveAspectRatio") |
7003 /** @domName SVGSVGElement.preserveAspectRatio */ | |
7004 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSVGElement_pres
erveAspectRatio_Getter"; | 5955 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSVGElement_pres
erveAspectRatio_Getter"; |
7005 | 5956 |
7006 | 5957 @DomName("SVGSVGElement.viewBox") |
7007 /** @domName SVGSVGElement.viewBox */ | |
7008 AnimatedRect get viewBox native "SVGSVGElement_viewBox_Getter"; | 5958 AnimatedRect get viewBox native "SVGSVGElement_viewBox_Getter"; |
7009 | 5959 |
7010 | 5960 @DomName("SVGSVGElement.xmllang") |
7011 /** @domName SVGSVGElement.xmllang */ | |
7012 String get xmllang native "SVGSVGElement_xmllang_Getter"; | 5961 String get xmllang native "SVGSVGElement_xmllang_Getter"; |
7013 | 5962 |
7014 | 5963 @DomName("SVGSVGElement.xmllang") |
7015 /** @domName SVGSVGElement.xmllang */ | |
7016 void set xmllang(String value) native "SVGSVGElement_xmllang_Setter"; | 5964 void set xmllang(String value) native "SVGSVGElement_xmllang_Setter"; |
7017 | 5965 |
7018 | 5966 @DomName("SVGSVGElement.xmlspace") |
7019 /** @domName SVGSVGElement.xmlspace */ | |
7020 String get xmlspace native "SVGSVGElement_xmlspace_Getter"; | 5967 String get xmlspace native "SVGSVGElement_xmlspace_Getter"; |
7021 | 5968 |
7022 | 5969 @DomName("SVGSVGElement.xmlspace") |
7023 /** @domName SVGSVGElement.xmlspace */ | |
7024 void set xmlspace(String value) native "SVGSVGElement_xmlspace_Setter"; | 5970 void set xmlspace(String value) native "SVGSVGElement_xmlspace_Setter"; |
7025 | 5971 |
7026 | 5972 @DomName("SVGSVGElement.farthestViewportElement") |
7027 /** @domName SVGSVGElement.farthestViewportElement */ | |
7028 SvgElement get farthestViewportElement native "SVGSVGElement_farthestViewportE
lement_Getter"; | 5973 SvgElement get farthestViewportElement native "SVGSVGElement_farthestViewportE
lement_Getter"; |
7029 | 5974 |
7030 | 5975 @DomName("SVGSVGElement.nearestViewportElement") |
7031 /** @domName SVGSVGElement.nearestViewportElement */ | |
7032 SvgElement get nearestViewportElement native "SVGSVGElement_nearestViewportEle
ment_Getter"; | 5976 SvgElement get nearestViewportElement native "SVGSVGElement_nearestViewportEle
ment_Getter"; |
7033 | 5977 |
7034 | 5978 @DomName("SVGSVGElement.getBBox") |
7035 /** @domName SVGSVGElement.getBBox */ | |
7036 Rect getBBox() native "SVGSVGElement_getBBox_Callback"; | 5979 Rect getBBox() native "SVGSVGElement_getBBox_Callback"; |
7037 | 5980 |
7038 | 5981 @DomName("SVGSVGElement.getCTM") |
7039 /** @domName SVGSVGElement.getCTM */ | |
7040 Matrix getCtm() native "SVGSVGElement_getCTM_Callback"; | 5982 Matrix getCtm() native "SVGSVGElement_getCTM_Callback"; |
7041 | 5983 |
7042 | 5984 @DomName("SVGSVGElement.getScreenCTM") |
7043 /** @domName SVGSVGElement.getScreenCTM */ | |
7044 Matrix getScreenCtm() native "SVGSVGElement_getScreenCTM_Callback"; | 5985 Matrix getScreenCtm() native "SVGSVGElement_getScreenCTM_Callback"; |
7045 | 5986 |
7046 | 5987 @DomName("SVGSVGElement.getTransformToElement") |
7047 /** @domName SVGSVGElement.getTransformToElement */ | |
7048 Matrix getTransformToElement(SvgElement element) native "SVGSVGElement_getTran
sformToElement_Callback"; | 5988 Matrix getTransformToElement(SvgElement element) native "SVGSVGElement_getTran
sformToElement_Callback"; |
7049 | 5989 |
7050 | 5990 @DomName("SVGSVGElement.className") |
7051 /** @domName SVGSVGElement.className */ | |
7052 AnimatedString get $dom_svgClassName native "SVGSVGElement_className_Getter"; | 5991 AnimatedString get $dom_svgClassName native "SVGSVGElement_className_Getter"; |
7053 | 5992 |
7054 | 5993 @DomName("SVGSVGElement.style") |
7055 /** @domName SVGSVGElement.style */ | |
7056 CssStyleDeclaration get style native "SVGSVGElement_style_Getter"; | 5994 CssStyleDeclaration get style native "SVGSVGElement_style_Getter"; |
7057 | 5995 |
7058 | 5996 @DomName("SVGSVGElement.getPresentationAttribute") |
7059 /** @domName SVGSVGElement.getPresentationAttribute */ | |
7060 CssValue getPresentationAttribute(String name) native "SVGSVGElement_getPresen
tationAttribute_Callback"; | 5997 CssValue getPresentationAttribute(String name) native "SVGSVGElement_getPresen
tationAttribute_Callback"; |
7061 | 5998 |
7062 | 5999 @DomName("SVGSVGElement.requiredExtensions") |
7063 /** @domName SVGSVGElement.requiredExtensions */ | |
7064 StringList get requiredExtensions native "SVGSVGElement_requiredExtensions_Get
ter"; | 6000 StringList get requiredExtensions native "SVGSVGElement_requiredExtensions_Get
ter"; |
7065 | 6001 |
7066 | 6002 @DomName("SVGSVGElement.requiredFeatures") |
7067 /** @domName SVGSVGElement.requiredFeatures */ | |
7068 StringList get requiredFeatures native "SVGSVGElement_requiredFeatures_Getter"
; | 6003 StringList get requiredFeatures native "SVGSVGElement_requiredFeatures_Getter"
; |
7069 | 6004 |
7070 | 6005 @DomName("SVGSVGElement.systemLanguage") |
7071 /** @domName SVGSVGElement.systemLanguage */ | |
7072 StringList get systemLanguage native "SVGSVGElement_systemLanguage_Getter"; | 6006 StringList get systemLanguage native "SVGSVGElement_systemLanguage_Getter"; |
7073 | 6007 |
7074 | 6008 @DomName("SVGSVGElement.hasExtension") |
7075 /** @domName SVGSVGElement.hasExtension */ | |
7076 bool hasExtension(String extension) native "SVGSVGElement_hasExtension_Callbac
k"; | 6009 bool hasExtension(String extension) native "SVGSVGElement_hasExtension_Callbac
k"; |
7077 | 6010 |
7078 | 6011 @DomName("SVGSVGElement.zoomAndPan") |
7079 /** @domName SVGSVGElement.zoomAndPan */ | |
7080 int get zoomAndPan native "SVGSVGElement_zoomAndPan_Getter"; | 6012 int get zoomAndPan native "SVGSVGElement_zoomAndPan_Getter"; |
7081 | 6013 |
7082 | 6014 @DomName("SVGSVGElement.zoomAndPan") |
7083 /** @domName SVGSVGElement.zoomAndPan */ | |
7084 void set zoomAndPan(int value) native "SVGSVGElement_zoomAndPan_Setter"; | 6015 void set zoomAndPan(int value) native "SVGSVGElement_zoomAndPan_Setter"; |
7085 | 6016 |
7086 } | 6017 } |
7087 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6018 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7088 // for details. All rights reserved. Use of this source code is governed by a | 6019 // for details. All rights reserved. Use of this source code is governed by a |
7089 // BSD-style license that can be found in the LICENSE file. | 6020 // BSD-style license that can be found in the LICENSE file. |
7090 | 6021 |
7091 // WARNING: Do not edit - generated code. | 6022 // WARNING: Do not edit - generated code. |
7092 | 6023 |
7093 | 6024 |
7094 /// @domName SVGSwitchElement | 6025 @DomName("SVGSwitchElement") |
7095 class SwitchElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace { | 6026 class SwitchElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace { |
7096 SwitchElement.internal() : super.internal(); | 6027 SwitchElement.internal() : super.internal(); |
7097 | 6028 |
7098 ///@docsEditable true | 6029 /// @docsEditable true |
7099 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); | 6030 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); |
7100 | 6031 |
7101 | 6032 @DomName("SVGSwitchElement.externalResourcesRequired") |
7102 /** @domName SVGSwitchElement.externalResourcesRequired */ | |
7103 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa
lResourcesRequired_Getter"; | 6033 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa
lResourcesRequired_Getter"; |
7104 | 6034 |
7105 | 6035 @DomName("SVGSwitchElement.xmllang") |
7106 /** @domName SVGSwitchElement.xmllang */ | |
7107 String get xmllang native "SVGSwitchElement_xmllang_Getter"; | 6036 String get xmllang native "SVGSwitchElement_xmllang_Getter"; |
7108 | 6037 |
7109 | 6038 @DomName("SVGSwitchElement.xmllang") |
7110 /** @domName SVGSwitchElement.xmllang */ | |
7111 void set xmllang(String value) native "SVGSwitchElement_xmllang_Setter"; | 6039 void set xmllang(String value) native "SVGSwitchElement_xmllang_Setter"; |
7112 | 6040 |
7113 | 6041 @DomName("SVGSwitchElement.xmlspace") |
7114 /** @domName SVGSwitchElement.xmlspace */ | |
7115 String get xmlspace native "SVGSwitchElement_xmlspace_Getter"; | 6042 String get xmlspace native "SVGSwitchElement_xmlspace_Getter"; |
7116 | 6043 |
7117 | 6044 @DomName("SVGSwitchElement.xmlspace") |
7118 /** @domName SVGSwitchElement.xmlspace */ | |
7119 void set xmlspace(String value) native "SVGSwitchElement_xmlspace_Setter"; | 6045 void set xmlspace(String value) native "SVGSwitchElement_xmlspace_Setter"; |
7120 | 6046 |
7121 | 6047 @DomName("SVGSwitchElement.farthestViewportElement") |
7122 /** @domName SVGSwitchElement.farthestViewportElement */ | |
7123 SvgElement get farthestViewportElement native "SVGSwitchElement_farthestViewpo
rtElement_Getter"; | 6048 SvgElement get farthestViewportElement native "SVGSwitchElement_farthestViewpo
rtElement_Getter"; |
7124 | 6049 |
7125 | 6050 @DomName("SVGSwitchElement.nearestViewportElement") |
7126 /** @domName SVGSwitchElement.nearestViewportElement */ | |
7127 SvgElement get nearestViewportElement native "SVGSwitchElement_nearestViewport
Element_Getter"; | 6051 SvgElement get nearestViewportElement native "SVGSwitchElement_nearestViewport
Element_Getter"; |
7128 | 6052 |
7129 | 6053 @DomName("SVGSwitchElement.getBBox") |
7130 /** @domName SVGSwitchElement.getBBox */ | |
7131 Rect getBBox() native "SVGSwitchElement_getBBox_Callback"; | 6054 Rect getBBox() native "SVGSwitchElement_getBBox_Callback"; |
7132 | 6055 |
7133 | 6056 @DomName("SVGSwitchElement.getCTM") |
7134 /** @domName SVGSwitchElement.getCTM */ | |
7135 Matrix getCtm() native "SVGSwitchElement_getCTM_Callback"; | 6057 Matrix getCtm() native "SVGSwitchElement_getCTM_Callback"; |
7136 | 6058 |
7137 | 6059 @DomName("SVGSwitchElement.getScreenCTM") |
7138 /** @domName SVGSwitchElement.getScreenCTM */ | |
7139 Matrix getScreenCtm() native "SVGSwitchElement_getScreenCTM_Callback"; | 6060 Matrix getScreenCtm() native "SVGSwitchElement_getScreenCTM_Callback"; |
7140 | 6061 |
7141 | 6062 @DomName("SVGSwitchElement.getTransformToElement") |
7142 /** @domName SVGSwitchElement.getTransformToElement */ | |
7143 Matrix getTransformToElement(SvgElement element) native "SVGSwitchElement_getT
ransformToElement_Callback"; | 6063 Matrix getTransformToElement(SvgElement element) native "SVGSwitchElement_getT
ransformToElement_Callback"; |
7144 | 6064 |
7145 | 6065 @DomName("SVGSwitchElement.className") |
7146 /** @domName SVGSwitchElement.className */ | |
7147 AnimatedString get $dom_svgClassName native "SVGSwitchElement_className_Getter
"; | 6066 AnimatedString get $dom_svgClassName native "SVGSwitchElement_className_Getter
"; |
7148 | 6067 |
7149 | 6068 @DomName("SVGSwitchElement.style") |
7150 /** @domName SVGSwitchElement.style */ | |
7151 CssStyleDeclaration get style native "SVGSwitchElement_style_Getter"; | 6069 CssStyleDeclaration get style native "SVGSwitchElement_style_Getter"; |
7152 | 6070 |
7153 | 6071 @DomName("SVGSwitchElement.getPresentationAttribute") |
7154 /** @domName SVGSwitchElement.getPresentationAttribute */ | |
7155 CssValue getPresentationAttribute(String name) native "SVGSwitchElement_getPre
sentationAttribute_Callback"; | 6072 CssValue getPresentationAttribute(String name) native "SVGSwitchElement_getPre
sentationAttribute_Callback"; |
7156 | 6073 |
7157 | 6074 @DomName("SVGSwitchElement.requiredExtensions") |
7158 /** @domName SVGSwitchElement.requiredExtensions */ | |
7159 StringList get requiredExtensions native "SVGSwitchElement_requiredExtensions_
Getter"; | 6075 StringList get requiredExtensions native "SVGSwitchElement_requiredExtensions_
Getter"; |
7160 | 6076 |
7161 | 6077 @DomName("SVGSwitchElement.requiredFeatures") |
7162 /** @domName SVGSwitchElement.requiredFeatures */ | |
7163 StringList get requiredFeatures native "SVGSwitchElement_requiredFeatures_Gett
er"; | 6078 StringList get requiredFeatures native "SVGSwitchElement_requiredFeatures_Gett
er"; |
7164 | 6079 |
7165 | 6080 @DomName("SVGSwitchElement.systemLanguage") |
7166 /** @domName SVGSwitchElement.systemLanguage */ | |
7167 StringList get systemLanguage native "SVGSwitchElement_systemLanguage_Getter"; | 6081 StringList get systemLanguage native "SVGSwitchElement_systemLanguage_Getter"; |
7168 | 6082 |
7169 | 6083 @DomName("SVGSwitchElement.hasExtension") |
7170 /** @domName SVGSwitchElement.hasExtension */ | |
7171 bool hasExtension(String extension) native "SVGSwitchElement_hasExtension_Call
back"; | 6084 bool hasExtension(String extension) native "SVGSwitchElement_hasExtension_Call
back"; |
7172 | 6085 |
7173 | 6086 @DomName("SVGSwitchElement.transform") |
7174 /** @domName SVGSwitchElement.transform */ | |
7175 AnimatedTransformList get transform native "SVGSwitchElement_transform_Getter"
; | 6087 AnimatedTransformList get transform native "SVGSwitchElement_transform_Getter"
; |
7176 | 6088 |
7177 } | 6089 } |
7178 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6090 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7179 // for details. All rights reserved. Use of this source code is governed by a | 6091 // for details. All rights reserved. Use of this source code is governed by a |
7180 // BSD-style license that can be found in the LICENSE file. | 6092 // BSD-style license that can be found in the LICENSE file. |
7181 | 6093 |
7182 // WARNING: Do not edit - generated code. | 6094 // WARNING: Do not edit - generated code. |
7183 | 6095 |
7184 | 6096 |
7185 /// @domName SVGSymbolElement | 6097 @DomName("SVGSymbolElement") |
7186 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace { | 6098 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace { |
7187 SymbolElement.internal() : super.internal(); | 6099 SymbolElement.internal() : super.internal(); |
7188 | 6100 |
7189 ///@docsEditable true | 6101 /// @docsEditable true |
7190 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); | 6102 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); |
7191 | 6103 |
7192 | 6104 @DomName("SVGSymbolElement.externalResourcesRequired") |
7193 /** @domName SVGSymbolElement.externalResourcesRequired */ | |
7194 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa
lResourcesRequired_Getter"; | 6105 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa
lResourcesRequired_Getter"; |
7195 | 6106 |
7196 | 6107 @DomName("SVGSymbolElement.preserveAspectRatio") |
7197 /** @domName SVGSymbolElement.preserveAspectRatio */ | |
7198 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p
reserveAspectRatio_Getter"; | 6108 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p
reserveAspectRatio_Getter"; |
7199 | 6109 |
7200 | 6110 @DomName("SVGSymbolElement.viewBox") |
7201 /** @domName SVGSymbolElement.viewBox */ | |
7202 AnimatedRect get viewBox native "SVGSymbolElement_viewBox_Getter"; | 6111 AnimatedRect get viewBox native "SVGSymbolElement_viewBox_Getter"; |
7203 | 6112 |
7204 | 6113 @DomName("SVGSymbolElement.xmllang") |
7205 /** @domName SVGSymbolElement.xmllang */ | |
7206 String get xmllang native "SVGSymbolElement_xmllang_Getter"; | 6114 String get xmllang native "SVGSymbolElement_xmllang_Getter"; |
7207 | 6115 |
7208 | 6116 @DomName("SVGSymbolElement.xmllang") |
7209 /** @domName SVGSymbolElement.xmllang */ | |
7210 void set xmllang(String value) native "SVGSymbolElement_xmllang_Setter"; | 6117 void set xmllang(String value) native "SVGSymbolElement_xmllang_Setter"; |
7211 | 6118 |
7212 | 6119 @DomName("SVGSymbolElement.xmlspace") |
7213 /** @domName SVGSymbolElement.xmlspace */ | |
7214 String get xmlspace native "SVGSymbolElement_xmlspace_Getter"; | 6120 String get xmlspace native "SVGSymbolElement_xmlspace_Getter"; |
7215 | 6121 |
7216 | 6122 @DomName("SVGSymbolElement.xmlspace") |
7217 /** @domName SVGSymbolElement.xmlspace */ | |
7218 void set xmlspace(String value) native "SVGSymbolElement_xmlspace_Setter"; | 6123 void set xmlspace(String value) native "SVGSymbolElement_xmlspace_Setter"; |
7219 | 6124 |
7220 | 6125 @DomName("SVGSymbolElement.className") |
7221 /** @domName SVGSymbolElement.className */ | |
7222 AnimatedString get $dom_svgClassName native "SVGSymbolElement_className_Getter
"; | 6126 AnimatedString get $dom_svgClassName native "SVGSymbolElement_className_Getter
"; |
7223 | 6127 |
7224 | 6128 @DomName("SVGSymbolElement.style") |
7225 /** @domName SVGSymbolElement.style */ | |
7226 CssStyleDeclaration get style native "SVGSymbolElement_style_Getter"; | 6129 CssStyleDeclaration get style native "SVGSymbolElement_style_Getter"; |
7227 | 6130 |
7228 | 6131 @DomName("SVGSymbolElement.getPresentationAttribute") |
7229 /** @domName SVGSymbolElement.getPresentationAttribute */ | |
7230 CssValue getPresentationAttribute(String name) native "SVGSymbolElement_getPre
sentationAttribute_Callback"; | 6132 CssValue getPresentationAttribute(String name) native "SVGSymbolElement_getPre
sentationAttribute_Callback"; |
7231 | 6133 |
7232 } | 6134 } |
7233 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6135 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7234 // for details. All rights reserved. Use of this source code is governed by a | 6136 // for details. All rights reserved. Use of this source code is governed by a |
7235 // BSD-style license that can be found in the LICENSE file. | 6137 // BSD-style license that can be found in the LICENSE file. |
7236 | 6138 |
7237 // WARNING: Do not edit - generated code. | 6139 // WARNING: Do not edit - generated code. |
7238 | 6140 |
7239 | 6141 |
7240 /// @domName SVGTRefElement | 6142 @DomName("SVGTRefElement") |
7241 class TRefElement extends TextPositioningElement implements UriReference { | 6143 class TRefElement extends TextPositioningElement implements UriReference { |
7242 TRefElement.internal() : super.internal(); | 6144 TRefElement.internal() : super.internal(); |
7243 | 6145 |
7244 ///@docsEditable true | 6146 /// @docsEditable true |
7245 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref
"); | 6147 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref
"); |
7246 | 6148 |
7247 | 6149 @DomName("SVGTRefElement.href") |
7248 /** @domName SVGTRefElement.href */ | |
7249 AnimatedString get href native "SVGTRefElement_href_Getter"; | 6150 AnimatedString get href native "SVGTRefElement_href_Getter"; |
7250 | 6151 |
7251 } | 6152 } |
7252 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6153 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7253 // for details. All rights reserved. Use of this source code is governed by a | 6154 // for details. All rights reserved. Use of this source code is governed by a |
7254 // BSD-style license that can be found in the LICENSE file. | 6155 // BSD-style license that can be found in the LICENSE file. |
7255 | 6156 |
7256 // WARNING: Do not edit - generated code. | 6157 // WARNING: Do not edit - generated code. |
7257 | 6158 |
7258 | 6159 |
7259 /// @domName SVGTSpanElement | 6160 @DomName("SVGTSpanElement") |
7260 class TSpanElement extends TextPositioningElement { | 6161 class TSpanElement extends TextPositioningElement { |
7261 TSpanElement.internal() : super.internal(); | 6162 TSpanElement.internal() : super.internal(); |
7262 | 6163 |
7263 ///@docsEditable true | 6164 /// @docsEditable true |
7264 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); | 6165 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); |
7265 | 6166 |
7266 } | 6167 } |
7267 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6168 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7268 // for details. All rights reserved. Use of this source code is governed by a | 6169 // for details. All rights reserved. Use of this source code is governed by a |
7269 // BSD-style license that can be found in the LICENSE file. | 6170 // BSD-style license that can be found in the LICENSE file. |
7270 | 6171 |
7271 // WARNING: Do not edit - generated code. | 6172 // WARNING: Do not edit - generated code. |
7272 | 6173 |
7273 | 6174 |
7274 /// @domName SVGTests | 6175 @DomName("SVGTests") |
7275 class Tests extends NativeFieldWrapperClass1 { | 6176 class Tests extends NativeFieldWrapperClass1 { |
7276 Tests.internal(); | 6177 Tests.internal(); |
7277 | 6178 |
7278 | 6179 @DomName("SVGTests.requiredExtensions") |
7279 /** @domName SVGTests.requiredExtensions */ | |
7280 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; | 6180 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; |
7281 | 6181 |
7282 | 6182 @DomName("SVGTests.requiredFeatures") |
7283 /** @domName SVGTests.requiredFeatures */ | |
7284 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; | 6183 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; |
7285 | 6184 |
7286 | 6185 @DomName("SVGTests.systemLanguage") |
7287 /** @domName SVGTests.systemLanguage */ | |
7288 StringList get systemLanguage native "SVGTests_systemLanguage_Getter"; | 6186 StringList get systemLanguage native "SVGTests_systemLanguage_Getter"; |
7289 | 6187 |
7290 | 6188 @DomName("SVGTests.hasExtension") |
7291 /** @domName SVGTests.hasExtension */ | |
7292 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback"; | 6189 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback"; |
7293 | 6190 |
7294 } | 6191 } |
7295 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6192 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7296 // for details. All rights reserved. Use of this source code is governed by a | 6193 // for details. All rights reserved. Use of this source code is governed by a |
7297 // BSD-style license that can be found in the LICENSE file. | 6194 // BSD-style license that can be found in the LICENSE file. |
7298 | 6195 |
7299 // WARNING: Do not edit - generated code. | 6196 // WARNING: Do not edit - generated code. |
7300 | 6197 |
7301 | 6198 |
7302 /// @domName SVGTextContentElement | 6199 @DomName("SVGTextContentElement") |
7303 class TextContentElement extends SvgElement implements Tests, Stylable, External
ResourcesRequired, LangSpace { | 6200 class TextContentElement extends SvgElement implements Tests, Stylable, External
ResourcesRequired, LangSpace { |
7304 TextContentElement.internal() : super.internal(); | 6201 TextContentElement.internal() : super.internal(); |
7305 | 6202 |
7306 static const int LENGTHADJUST_SPACING = 1; | 6203 static const int LENGTHADJUST_SPACING = 1; |
7307 | 6204 |
7308 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; | 6205 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; |
7309 | 6206 |
7310 static const int LENGTHADJUST_UNKNOWN = 0; | 6207 static const int LENGTHADJUST_UNKNOWN = 0; |
7311 | 6208 |
7312 | 6209 @DomName("SVGTextContentElement.lengthAdjust") |
7313 /** @domName SVGTextContentElement.lengthAdjust */ | |
7314 AnimatedEnumeration get lengthAdjust native "SVGTextContentElement_lengthAdjus
t_Getter"; | 6210 AnimatedEnumeration get lengthAdjust native "SVGTextContentElement_lengthAdjus
t_Getter"; |
7315 | 6211 |
7316 | 6212 @DomName("SVGTextContentElement.textLength") |
7317 /** @domName SVGTextContentElement.textLength */ | |
7318 AnimatedLength get textLength native "SVGTextContentElement_textLength_Getter"
; | 6213 AnimatedLength get textLength native "SVGTextContentElement_textLength_Getter"
; |
7319 | 6214 |
7320 | 6215 @DomName("SVGTextContentElement.getCharNumAtPosition") |
7321 /** @domName SVGTextContentElement.getCharNumAtPosition */ | |
7322 int getCharNumAtPosition(Point point) native "SVGTextContentElement_getCharNum
AtPosition_Callback"; | 6216 int getCharNumAtPosition(Point point) native "SVGTextContentElement_getCharNum
AtPosition_Callback"; |
7323 | 6217 |
7324 | 6218 @DomName("SVGTextContentElement.getComputedTextLength") |
7325 /** @domName SVGTextContentElement.getComputedTextLength */ | |
7326 num getComputedTextLength() native "SVGTextContentElement_getComputedTextLengt
h_Callback"; | 6219 num getComputedTextLength() native "SVGTextContentElement_getComputedTextLengt
h_Callback"; |
7327 | 6220 |
7328 | 6221 @DomName("SVGTextContentElement.getEndPositionOfChar") |
7329 /** @domName SVGTextContentElement.getEndPositionOfChar */ | |
7330 Point getEndPositionOfChar(int offset) native "SVGTextContentElement_getEndPos
itionOfChar_Callback"; | 6222 Point getEndPositionOfChar(int offset) native "SVGTextContentElement_getEndPos
itionOfChar_Callback"; |
7331 | 6223 |
7332 | 6224 @DomName("SVGTextContentElement.getExtentOfChar") |
7333 /** @domName SVGTextContentElement.getExtentOfChar */ | |
7334 Rect getExtentOfChar(int offset) native "SVGTextContentElement_getExtentOfChar
_Callback"; | 6225 Rect getExtentOfChar(int offset) native "SVGTextContentElement_getExtentOfChar
_Callback"; |
7335 | 6226 |
7336 | 6227 @DomName("SVGTextContentElement.getNumberOfChars") |
7337 /** @domName SVGTextContentElement.getNumberOfChars */ | |
7338 int getNumberOfChars() native "SVGTextContentElement_getNumberOfChars_Callback
"; | 6228 int getNumberOfChars() native "SVGTextContentElement_getNumberOfChars_Callback
"; |
7339 | 6229 |
7340 | 6230 @DomName("SVGTextContentElement.getRotationOfChar") |
7341 /** @domName SVGTextContentElement.getRotationOfChar */ | |
7342 num getRotationOfChar(int offset) native "SVGTextContentElement_getRotationOfC
har_Callback"; | 6231 num getRotationOfChar(int offset) native "SVGTextContentElement_getRotationOfC
har_Callback"; |
7343 | 6232 |
7344 | 6233 @DomName("SVGTextContentElement.getStartPositionOfChar") |
7345 /** @domName SVGTextContentElement.getStartPositionOfChar */ | |
7346 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar
tPositionOfChar_Callback"; | 6234 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar
tPositionOfChar_Callback"; |
7347 | 6235 |
7348 | 6236 @DomName("SVGTextContentElement.getSubStringLength") |
7349 /** @domName SVGTextContentElement.getSubStringLength */ | |
7350 num getSubStringLength(int offset, int length) native "SVGTextContentElement_g
etSubStringLength_Callback"; | 6237 num getSubStringLength(int offset, int length) native "SVGTextContentElement_g
etSubStringLength_Callback"; |
7351 | 6238 |
7352 | 6239 @DomName("SVGTextContentElement.selectSubString") |
7353 /** @domName SVGTextContentElement.selectSubString */ | |
7354 void selectSubString(int offset, int length) native "SVGTextContentElement_sel
ectSubString_Callback"; | 6240 void selectSubString(int offset, int length) native "SVGTextContentElement_sel
ectSubString_Callback"; |
7355 | 6241 |
7356 | 6242 @DomName("SVGTextContentElement.externalResourcesRequired") |
7357 /** @domName SVGTextContentElement.externalResourcesRequired */ | |
7358 AnimatedBoolean get externalResourcesRequired native "SVGTextContentElement_ex
ternalResourcesRequired_Getter"; | 6243 AnimatedBoolean get externalResourcesRequired native "SVGTextContentElement_ex
ternalResourcesRequired_Getter"; |
7359 | 6244 |
7360 | 6245 @DomName("SVGTextContentElement.xmllang") |
7361 /** @domName SVGTextContentElement.xmllang */ | |
7362 String get xmllang native "SVGTextContentElement_xmllang_Getter"; | 6246 String get xmllang native "SVGTextContentElement_xmllang_Getter"; |
7363 | 6247 |
7364 | 6248 @DomName("SVGTextContentElement.xmllang") |
7365 /** @domName SVGTextContentElement.xmllang */ | |
7366 void set xmllang(String value) native "SVGTextContentElement_xmllang_Setter"; | 6249 void set xmllang(String value) native "SVGTextContentElement_xmllang_Setter"; |
7367 | 6250 |
7368 | 6251 @DomName("SVGTextContentElement.xmlspace") |
7369 /** @domName SVGTextContentElement.xmlspace */ | |
7370 String get xmlspace native "SVGTextContentElement_xmlspace_Getter"; | 6252 String get xmlspace native "SVGTextContentElement_xmlspace_Getter"; |
7371 | 6253 |
7372 | 6254 @DomName("SVGTextContentElement.xmlspace") |
7373 /** @domName SVGTextContentElement.xmlspace */ | |
7374 void set xmlspace(String value) native "SVGTextContentElement_xmlspace_Setter"
; | 6255 void set xmlspace(String value) native "SVGTextContentElement_xmlspace_Setter"
; |
7375 | 6256 |
7376 | 6257 @DomName("SVGTextContentElement.className") |
7377 /** @domName SVGTextContentElement.className */ | |
7378 AnimatedString get $dom_svgClassName native "SVGTextContentElement_className_G
etter"; | 6258 AnimatedString get $dom_svgClassName native "SVGTextContentElement_className_G
etter"; |
7379 | 6259 |
7380 | 6260 @DomName("SVGTextContentElement.style") |
7381 /** @domName SVGTextContentElement.style */ | |
7382 CssStyleDeclaration get style native "SVGTextContentElement_style_Getter"; | 6261 CssStyleDeclaration get style native "SVGTextContentElement_style_Getter"; |
7383 | 6262 |
7384 | 6263 @DomName("SVGTextContentElement.getPresentationAttribute") |
7385 /** @domName SVGTextContentElement.getPresentationAttribute */ | |
7386 CssValue getPresentationAttribute(String name) native "SVGTextContentElement_g
etPresentationAttribute_Callback"; | 6264 CssValue getPresentationAttribute(String name) native "SVGTextContentElement_g
etPresentationAttribute_Callback"; |
7387 | 6265 |
7388 | 6266 @DomName("SVGTextContentElement.requiredExtensions") |
7389 /** @domName SVGTextContentElement.requiredExtensions */ | |
7390 StringList get requiredExtensions native "SVGTextContentElement_requiredExtens
ions_Getter"; | 6267 StringList get requiredExtensions native "SVGTextContentElement_requiredExtens
ions_Getter"; |
7391 | 6268 |
7392 | 6269 @DomName("SVGTextContentElement.requiredFeatures") |
7393 /** @domName SVGTextContentElement.requiredFeatures */ | |
7394 StringList get requiredFeatures native "SVGTextContentElement_requiredFeatures
_Getter"; | 6270 StringList get requiredFeatures native "SVGTextContentElement_requiredFeatures
_Getter"; |
7395 | 6271 |
7396 | 6272 @DomName("SVGTextContentElement.systemLanguage") |
7397 /** @domName SVGTextContentElement.systemLanguage */ | |
7398 StringList get systemLanguage native "SVGTextContentElement_systemLanguage_Get
ter"; | 6273 StringList get systemLanguage native "SVGTextContentElement_systemLanguage_Get
ter"; |
7399 | 6274 |
7400 | 6275 @DomName("SVGTextContentElement.hasExtension") |
7401 /** @domName SVGTextContentElement.hasExtension */ | |
7402 bool hasExtension(String extension) native "SVGTextContentElement_hasExtension
_Callback"; | 6276 bool hasExtension(String extension) native "SVGTextContentElement_hasExtension
_Callback"; |
7403 | 6277 |
7404 } | 6278 } |
7405 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6279 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7406 // for details. All rights reserved. Use of this source code is governed by a | 6280 // for details. All rights reserved. Use of this source code is governed by a |
7407 // BSD-style license that can be found in the LICENSE file. | 6281 // BSD-style license that can be found in the LICENSE file. |
7408 | 6282 |
7409 // WARNING: Do not edit - generated code. | 6283 // WARNING: Do not edit - generated code. |
7410 | 6284 |
7411 | 6285 |
7412 /// @domName SVGTextElement | 6286 @DomName("SVGTextElement") |
7413 class TextElement extends TextPositioningElement implements Transformable { | 6287 class TextElement extends TextPositioningElement implements Transformable { |
7414 TextElement.internal() : super.internal(); | 6288 TextElement.internal() : super.internal(); |
7415 | 6289 |
7416 ///@docsEditable true | 6290 /// @docsEditable true |
7417 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); | 6291 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); |
7418 | 6292 |
7419 | 6293 @DomName("SVGTextElement.farthestViewportElement") |
7420 /** @domName SVGTextElement.farthestViewportElement */ | |
7421 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport
Element_Getter"; | 6294 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport
Element_Getter"; |
7422 | 6295 |
7423 | 6296 @DomName("SVGTextElement.nearestViewportElement") |
7424 /** @domName SVGTextElement.nearestViewportElement */ | |
7425 SvgElement get nearestViewportElement native "SVGTextElement_nearestViewportEl
ement_Getter"; | 6297 SvgElement get nearestViewportElement native "SVGTextElement_nearestViewportEl
ement_Getter"; |
7426 | 6298 |
7427 | 6299 @DomName("SVGTextElement.getBBox") |
7428 /** @domName SVGTextElement.getBBox */ | |
7429 Rect getBBox() native "SVGTextElement_getBBox_Callback"; | 6300 Rect getBBox() native "SVGTextElement_getBBox_Callback"; |
7430 | 6301 |
7431 | 6302 @DomName("SVGTextElement.getCTM") |
7432 /** @domName SVGTextElement.getCTM */ | |
7433 Matrix getCtm() native "SVGTextElement_getCTM_Callback"; | 6303 Matrix getCtm() native "SVGTextElement_getCTM_Callback"; |
7434 | 6304 |
7435 | 6305 @DomName("SVGTextElement.getScreenCTM") |
7436 /** @domName SVGTextElement.getScreenCTM */ | |
7437 Matrix getScreenCtm() native "SVGTextElement_getScreenCTM_Callback"; | 6306 Matrix getScreenCtm() native "SVGTextElement_getScreenCTM_Callback"; |
7438 | 6307 |
7439 | 6308 @DomName("SVGTextElement.getTransformToElement") |
7440 /** @domName SVGTextElement.getTransformToElement */ | |
7441 Matrix getTransformToElement(SvgElement element) native "SVGTextElement_getTra
nsformToElement_Callback"; | 6309 Matrix getTransformToElement(SvgElement element) native "SVGTextElement_getTra
nsformToElement_Callback"; |
7442 | 6310 |
7443 | 6311 @DomName("SVGTextElement.transform") |
7444 /** @domName SVGTextElement.transform */ | |
7445 AnimatedTransformList get transform native "SVGTextElement_transform_Getter"; | 6312 AnimatedTransformList get transform native "SVGTextElement_transform_Getter"; |
7446 | 6313 |
7447 } | 6314 } |
7448 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6315 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7449 // for details. All rights reserved. Use of this source code is governed by a | 6316 // for details. All rights reserved. Use of this source code is governed by a |
7450 // BSD-style license that can be found in the LICENSE file. | 6317 // BSD-style license that can be found in the LICENSE file. |
7451 | 6318 |
7452 // WARNING: Do not edit - generated code. | 6319 // WARNING: Do not edit - generated code. |
7453 | 6320 |
7454 | 6321 |
7455 /// @domName SVGTextPathElement | 6322 @DomName("SVGTextPathElement") |
7456 class TextPathElement extends TextContentElement implements UriReference { | 6323 class TextPathElement extends TextContentElement implements UriReference { |
7457 TextPathElement.internal() : super.internal(); | 6324 TextPathElement.internal() : super.internal(); |
7458 | 6325 |
7459 static const int TEXTPATH_METHODTYPE_ALIGN = 1; | 6326 static const int TEXTPATH_METHODTYPE_ALIGN = 1; |
7460 | 6327 |
7461 static const int TEXTPATH_METHODTYPE_STRETCH = 2; | 6328 static const int TEXTPATH_METHODTYPE_STRETCH = 2; |
7462 | 6329 |
7463 static const int TEXTPATH_METHODTYPE_UNKNOWN = 0; | 6330 static const int TEXTPATH_METHODTYPE_UNKNOWN = 0; |
7464 | 6331 |
7465 static const int TEXTPATH_SPACINGTYPE_AUTO = 1; | 6332 static const int TEXTPATH_SPACINGTYPE_AUTO = 1; |
7466 | 6333 |
7467 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; | 6334 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; |
7468 | 6335 |
7469 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; | 6336 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; |
7470 | 6337 |
7471 | 6338 @DomName("SVGTextPathElement.method") |
7472 /** @domName SVGTextPathElement.method */ | |
7473 AnimatedEnumeration get method native "SVGTextPathElement_method_Getter"; | 6339 AnimatedEnumeration get method native "SVGTextPathElement_method_Getter"; |
7474 | 6340 |
7475 | 6341 @DomName("SVGTextPathElement.spacing") |
7476 /** @domName SVGTextPathElement.spacing */ | |
7477 AnimatedEnumeration get spacing native "SVGTextPathElement_spacing_Getter"; | 6342 AnimatedEnumeration get spacing native "SVGTextPathElement_spacing_Getter"; |
7478 | 6343 |
7479 | 6344 @DomName("SVGTextPathElement.startOffset") |
7480 /** @domName SVGTextPathElement.startOffset */ | |
7481 AnimatedLength get startOffset native "SVGTextPathElement_startOffset_Getter"; | 6345 AnimatedLength get startOffset native "SVGTextPathElement_startOffset_Getter"; |
7482 | 6346 |
7483 | 6347 @DomName("SVGTextPathElement.href") |
7484 /** @domName SVGTextPathElement.href */ | |
7485 AnimatedString get href native "SVGTextPathElement_href_Getter"; | 6348 AnimatedString get href native "SVGTextPathElement_href_Getter"; |
7486 | 6349 |
7487 } | 6350 } |
7488 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6351 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7489 // for details. All rights reserved. Use of this source code is governed by a | 6352 // for details. All rights reserved. Use of this source code is governed by a |
7490 // BSD-style license that can be found in the LICENSE file. | 6353 // BSD-style license that can be found in the LICENSE file. |
7491 | 6354 |
7492 // WARNING: Do not edit - generated code. | 6355 // WARNING: Do not edit - generated code. |
7493 | 6356 |
7494 | 6357 |
7495 /// @domName SVGTextPositioningElement | 6358 @DomName("SVGTextPositioningElement") |
7496 class TextPositioningElement extends TextContentElement { | 6359 class TextPositioningElement extends TextContentElement { |
7497 TextPositioningElement.internal() : super.internal(); | 6360 TextPositioningElement.internal() : super.internal(); |
7498 | 6361 |
7499 | 6362 @DomName("SVGTextPositioningElement.dx") |
7500 /** @domName SVGTextPositioningElement.dx */ | |
7501 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter"; | 6363 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter"; |
7502 | 6364 |
7503 | 6365 @DomName("SVGTextPositioningElement.dy") |
7504 /** @domName SVGTextPositioningElement.dy */ | |
7505 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter"; | 6366 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter"; |
7506 | 6367 |
7507 | 6368 @DomName("SVGTextPositioningElement.rotate") |
7508 /** @domName SVGTextPositioningElement.rotate */ | |
7509 AnimatedNumberList get rotate native "SVGTextPositioningElement_rotate_Getter"
; | 6369 AnimatedNumberList get rotate native "SVGTextPositioningElement_rotate_Getter"
; |
7510 | 6370 |
7511 | 6371 @DomName("SVGTextPositioningElement.x") |
7512 /** @domName SVGTextPositioningElement.x */ | |
7513 AnimatedLengthList get x native "SVGTextPositioningElement_x_Getter"; | 6372 AnimatedLengthList get x native "SVGTextPositioningElement_x_Getter"; |
7514 | 6373 |
7515 | 6374 @DomName("SVGTextPositioningElement.y") |
7516 /** @domName SVGTextPositioningElement.y */ | |
7517 AnimatedLengthList get y native "SVGTextPositioningElement_y_Getter"; | 6375 AnimatedLengthList get y native "SVGTextPositioningElement_y_Getter"; |
7518 | 6376 |
7519 } | 6377 } |
7520 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6378 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7521 // for details. All rights reserved. Use of this source code is governed by a | 6379 // for details. All rights reserved. Use of this source code is governed by a |
7522 // BSD-style license that can be found in the LICENSE file. | 6380 // BSD-style license that can be found in the LICENSE file. |
7523 | 6381 |
7524 // WARNING: Do not edit - generated code. | 6382 // WARNING: Do not edit - generated code. |
7525 | 6383 |
7526 | 6384 |
7527 /// @domName SVGTitleElement | 6385 @DomName("SVGTitleElement") |
7528 class TitleElement extends SvgElement implements Stylable, LangSpace { | 6386 class TitleElement extends SvgElement implements Stylable, LangSpace { |
7529 TitleElement.internal() : super.internal(); | 6387 TitleElement.internal() : super.internal(); |
7530 | 6388 |
7531 ///@docsEditable true | 6389 /// @docsEditable true |
7532 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); | 6390 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); |
7533 | 6391 |
7534 | 6392 @DomName("SVGTitleElement.xmllang") |
7535 /** @domName SVGTitleElement.xmllang */ | |
7536 String get xmllang native "SVGTitleElement_xmllang_Getter"; | 6393 String get xmllang native "SVGTitleElement_xmllang_Getter"; |
7537 | 6394 |
7538 | 6395 @DomName("SVGTitleElement.xmllang") |
7539 /** @domName SVGTitleElement.xmllang */ | |
7540 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter"; | 6396 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter"; |
7541 | 6397 |
7542 | 6398 @DomName("SVGTitleElement.xmlspace") |
7543 /** @domName SVGTitleElement.xmlspace */ | |
7544 String get xmlspace native "SVGTitleElement_xmlspace_Getter"; | 6399 String get xmlspace native "SVGTitleElement_xmlspace_Getter"; |
7545 | 6400 |
7546 | 6401 @DomName("SVGTitleElement.xmlspace") |
7547 /** @domName SVGTitleElement.xmlspace */ | |
7548 void set xmlspace(String value) native "SVGTitleElement_xmlspace_Setter"; | 6402 void set xmlspace(String value) native "SVGTitleElement_xmlspace_Setter"; |
7549 | 6403 |
7550 | 6404 @DomName("SVGTitleElement.className") |
7551 /** @domName SVGTitleElement.className */ | |
7552 AnimatedString get $dom_svgClassName native "SVGTitleElement_className_Getter"
; | 6405 AnimatedString get $dom_svgClassName native "SVGTitleElement_className_Getter"
; |
7553 | 6406 |
7554 | 6407 @DomName("SVGTitleElement.style") |
7555 /** @domName SVGTitleElement.style */ | |
7556 CssStyleDeclaration get style native "SVGTitleElement_style_Getter"; | 6408 CssStyleDeclaration get style native "SVGTitleElement_style_Getter"; |
7557 | 6409 |
7558 | 6410 @DomName("SVGTitleElement.getPresentationAttribute") |
7559 /** @domName SVGTitleElement.getPresentationAttribute */ | |
7560 CssValue getPresentationAttribute(String name) native "SVGTitleElement_getPres
entationAttribute_Callback"; | 6411 CssValue getPresentationAttribute(String name) native "SVGTitleElement_getPres
entationAttribute_Callback"; |
7561 | 6412 |
7562 } | 6413 } |
7563 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6414 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7564 // for details. All rights reserved. Use of this source code is governed by a | 6415 // for details. All rights reserved. Use of this source code is governed by a |
7565 // BSD-style license that can be found in the LICENSE file. | 6416 // BSD-style license that can be found in the LICENSE file. |
7566 | 6417 |
7567 // WARNING: Do not edit - generated code. | 6418 // WARNING: Do not edit - generated code. |
7568 | 6419 |
7569 | 6420 |
7570 /// @domName SVGTransform | 6421 @DomName("SVGTransform") |
7571 class Transform extends NativeFieldWrapperClass1 { | 6422 class Transform extends NativeFieldWrapperClass1 { |
7572 Transform.internal(); | 6423 Transform.internal(); |
7573 | 6424 |
7574 static const int SVG_TRANSFORM_MATRIX = 1; | 6425 static const int SVG_TRANSFORM_MATRIX = 1; |
7575 | 6426 |
7576 static const int SVG_TRANSFORM_ROTATE = 4; | 6427 static const int SVG_TRANSFORM_ROTATE = 4; |
7577 | 6428 |
7578 static const int SVG_TRANSFORM_SCALE = 3; | 6429 static const int SVG_TRANSFORM_SCALE = 3; |
7579 | 6430 |
7580 static const int SVG_TRANSFORM_SKEWX = 5; | 6431 static const int SVG_TRANSFORM_SKEWX = 5; |
7581 | 6432 |
7582 static const int SVG_TRANSFORM_SKEWY = 6; | 6433 static const int SVG_TRANSFORM_SKEWY = 6; |
7583 | 6434 |
7584 static const int SVG_TRANSFORM_TRANSLATE = 2; | 6435 static const int SVG_TRANSFORM_TRANSLATE = 2; |
7585 | 6436 |
7586 static const int SVG_TRANSFORM_UNKNOWN = 0; | 6437 static const int SVG_TRANSFORM_UNKNOWN = 0; |
7587 | 6438 |
7588 | 6439 @DomName("SVGTransform.angle") |
7589 /** @domName SVGTransform.angle */ | |
7590 num get angle native "SVGTransform_angle_Getter"; | 6440 num get angle native "SVGTransform_angle_Getter"; |
7591 | 6441 |
7592 | 6442 @DomName("SVGTransform.matrix") |
7593 /** @domName SVGTransform.matrix */ | |
7594 Matrix get matrix native "SVGTransform_matrix_Getter"; | 6443 Matrix get matrix native "SVGTransform_matrix_Getter"; |
7595 | 6444 |
7596 | 6445 @DomName("SVGTransform.type") |
7597 /** @domName SVGTransform.type */ | |
7598 int get type native "SVGTransform_type_Getter"; | 6446 int get type native "SVGTransform_type_Getter"; |
7599 | 6447 |
7600 | 6448 @DomName("SVGTransform.setMatrix") |
7601 /** @domName SVGTransform.setMatrix */ | |
7602 void setMatrix(Matrix matrix) native "SVGTransform_setMatrix_Callback"; | 6449 void setMatrix(Matrix matrix) native "SVGTransform_setMatrix_Callback"; |
7603 | 6450 |
7604 | 6451 @DomName("SVGTransform.setRotate") |
7605 /** @domName SVGTransform.setRotate */ | |
7606 void setRotate(num angle, num cx, num cy) native "SVGTransform_setRotate_Callb
ack"; | 6452 void setRotate(num angle, num cx, num cy) native "SVGTransform_setRotate_Callb
ack"; |
7607 | 6453 |
7608 | 6454 @DomName("SVGTransform.setScale") |
7609 /** @domName SVGTransform.setScale */ | |
7610 void setScale(num sx, num sy) native "SVGTransform_setScale_Callback"; | 6455 void setScale(num sx, num sy) native "SVGTransform_setScale_Callback"; |
7611 | 6456 |
7612 | 6457 @DomName("SVGTransform.setSkewX") |
7613 /** @domName SVGTransform.setSkewX */ | |
7614 void setSkewX(num angle) native "SVGTransform_setSkewX_Callback"; | 6458 void setSkewX(num angle) native "SVGTransform_setSkewX_Callback"; |
7615 | 6459 |
7616 | 6460 @DomName("SVGTransform.setSkewY") |
7617 /** @domName SVGTransform.setSkewY */ | |
7618 void setSkewY(num angle) native "SVGTransform_setSkewY_Callback"; | 6461 void setSkewY(num angle) native "SVGTransform_setSkewY_Callback"; |
7619 | 6462 |
7620 | 6463 @DomName("SVGTransform.setTranslate") |
7621 /** @domName SVGTransform.setTranslate */ | |
7622 void setTranslate(num tx, num ty) native "SVGTransform_setTranslate_Callback"; | 6464 void setTranslate(num tx, num ty) native "SVGTransform_setTranslate_Callback"; |
7623 | 6465 |
7624 } | 6466 } |
7625 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6467 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7626 // for details. All rights reserved. Use of this source code is governed by a | 6468 // for details. All rights reserved. Use of this source code is governed by a |
7627 // BSD-style license that can be found in the LICENSE file. | 6469 // BSD-style license that can be found in the LICENSE file. |
7628 | 6470 |
7629 // WARNING: Do not edit - generated code. | 6471 // WARNING: Do not edit - generated code. |
7630 | 6472 |
7631 | 6473 |
7632 /// @domName SVGTransformList | 6474 @DomName("SVGTransformList") |
7633 class TransformList extends NativeFieldWrapperClass1 implements List<Transform>
{ | 6475 class TransformList extends NativeFieldWrapperClass1 implements List<Transform>
{ |
7634 TransformList.internal(); | 6476 TransformList.internal(); |
7635 | 6477 |
7636 | 6478 @DomName("SVGTransformList.numberOfItems") |
7637 /** @domName SVGTransformList.numberOfItems */ | |
7638 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; | 6479 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; |
7639 | 6480 |
7640 Transform operator[](int index) native "SVGTransformList_item_Callback"; | 6481 Transform operator[](int index) native "SVGTransformList_item_Callback"; |
7641 | 6482 |
7642 void operator[]=(int index, Transform value) { | 6483 void operator[]=(int index, Transform value) { |
7643 throw new UnsupportedError("Cannot assign element of immutable List."); | 6484 throw new UnsupportedError("Cannot assign element of immutable List."); |
7644 } | 6485 } |
7645 // -- start List<Transform> mixins. | 6486 // -- start List<Transform> mixins. |
7646 // Transform is the element type. | 6487 // Transform is the element type. |
7647 | 6488 |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7775 | 6616 |
7776 void insertRange(int start, int rangeLength, [Transform initialValue]) { | 6617 void insertRange(int start, int rangeLength, [Transform initialValue]) { |
7777 throw new UnsupportedError("Cannot insertRange on immutable List."); | 6618 throw new UnsupportedError("Cannot insertRange on immutable List."); |
7778 } | 6619 } |
7779 | 6620 |
7780 List<Transform> getRange(int start, int rangeLength) => | 6621 List<Transform> getRange(int start, int rangeLength) => |
7781 Lists.getRange(this, start, rangeLength, <Transform>[]); | 6622 Lists.getRange(this, start, rangeLength, <Transform>[]); |
7782 | 6623 |
7783 // -- end List<Transform> mixins. | 6624 // -- end List<Transform> mixins. |
7784 | 6625 |
7785 | 6626 @DomName("SVGTransformList.appendItem") |
7786 /** @domName SVGTransformList.appendItem */ | |
7787 Transform appendItem(Transform item) native "SVGTransformList_appendItem_Callb
ack"; | 6627 Transform appendItem(Transform item) native "SVGTransformList_appendItem_Callb
ack"; |
7788 | 6628 |
7789 | 6629 @DomName("SVGTransformList.clear") |
7790 /** @domName SVGTransformList.clear */ | |
7791 void clear() native "SVGTransformList_clear_Callback"; | 6630 void clear() native "SVGTransformList_clear_Callback"; |
7792 | 6631 |
7793 | 6632 @DomName("SVGTransformList.consolidate") |
7794 /** @domName SVGTransformList.consolidate */ | |
7795 Transform consolidate() native "SVGTransformList_consolidate_Callback"; | 6633 Transform consolidate() native "SVGTransformList_consolidate_Callback"; |
7796 | 6634 |
7797 | 6635 @DomName("SVGTransformList.createSVGTransformFromMatrix") |
7798 /** @domName SVGTransformList.createSVGTransformFromMatrix */ | |
7799 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGTransformList
_createSVGTransformFromMatrix_Callback"; | 6636 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGTransformList
_createSVGTransformFromMatrix_Callback"; |
7800 | 6637 |
7801 | 6638 @DomName("SVGTransformList.getItem") |
7802 /** @domName SVGTransformList.getItem */ | |
7803 Transform getItem(int index) native "SVGTransformList_getItem_Callback"; | 6639 Transform getItem(int index) native "SVGTransformList_getItem_Callback"; |
7804 | 6640 |
7805 | 6641 @DomName("SVGTransformList.initialize") |
7806 /** @domName SVGTransformList.initialize */ | |
7807 Transform initialize(Transform item) native "SVGTransformList_initialize_Callb
ack"; | 6642 Transform initialize(Transform item) native "SVGTransformList_initialize_Callb
ack"; |
7808 | 6643 |
7809 | 6644 @DomName("SVGTransformList.insertItemBefore") |
7810 /** @domName SVGTransformList.insertItemBefore */ | |
7811 Transform insertItemBefore(Transform item, int index) native "SVGTransformList
_insertItemBefore_Callback"; | 6645 Transform insertItemBefore(Transform item, int index) native "SVGTransformList
_insertItemBefore_Callback"; |
7812 | 6646 |
7813 | 6647 @DomName("SVGTransformList.removeItem") |
7814 /** @domName SVGTransformList.removeItem */ | |
7815 Transform removeItem(int index) native "SVGTransformList_removeItem_Callback"; | 6648 Transform removeItem(int index) native "SVGTransformList_removeItem_Callback"; |
7816 | 6649 |
7817 | 6650 @DomName("SVGTransformList.replaceItem") |
7818 /** @domName SVGTransformList.replaceItem */ | |
7819 Transform replaceItem(Transform item, int index) native "SVGTransformList_repl
aceItem_Callback"; | 6651 Transform replaceItem(Transform item, int index) native "SVGTransformList_repl
aceItem_Callback"; |
7820 | 6652 |
7821 } | 6653 } |
7822 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6654 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7823 // for details. All rights reserved. Use of this source code is governed by a | 6655 // for details. All rights reserved. Use of this source code is governed by a |
7824 // BSD-style license that can be found in the LICENSE file. | 6656 // BSD-style license that can be found in the LICENSE file. |
7825 | 6657 |
7826 // WARNING: Do not edit - generated code. | 6658 // WARNING: Do not edit - generated code. |
7827 | 6659 |
7828 | 6660 |
7829 /// @domName SVGTransformable | 6661 @DomName("SVGTransformable") |
7830 class Transformable extends NativeFieldWrapperClass1 implements Locatable { | 6662 class Transformable extends NativeFieldWrapperClass1 implements Locatable { |
7831 Transformable.internal(); | 6663 Transformable.internal(); |
7832 | 6664 |
7833 | 6665 @DomName("SVGTransformable.transform") |
7834 /** @domName SVGTransformable.transform */ | |
7835 AnimatedTransformList get transform native "SVGTransformable_transform_Getter"
; | 6666 AnimatedTransformList get transform native "SVGTransformable_transform_Getter"
; |
7836 | 6667 |
7837 | 6668 @DomName("SVGTransformable.farthestViewportElement") |
7838 /** @domName SVGTransformable.farthestViewportElement */ | |
7839 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo
rtElement_Getter"; | 6669 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo
rtElement_Getter"; |
7840 | 6670 |
7841 | 6671 @DomName("SVGTransformable.nearestViewportElement") |
7842 /** @domName SVGTransformable.nearestViewportElement */ | |
7843 SvgElement get nearestViewportElement native "SVGTransformable_nearestViewport
Element_Getter"; | 6672 SvgElement get nearestViewportElement native "SVGTransformable_nearestViewport
Element_Getter"; |
7844 | 6673 |
7845 | 6674 @DomName("SVGTransformable.getBBox") |
7846 /** @domName SVGTransformable.getBBox */ | |
7847 Rect getBBox() native "SVGTransformable_getBBox_Callback"; | 6675 Rect getBBox() native "SVGTransformable_getBBox_Callback"; |
7848 | 6676 |
7849 | 6677 @DomName("SVGTransformable.getCTM") |
7850 /** @domName SVGTransformable.getCTM */ | |
7851 Matrix getCtm() native "SVGTransformable_getCTM_Callback"; | 6678 Matrix getCtm() native "SVGTransformable_getCTM_Callback"; |
7852 | 6679 |
7853 | 6680 @DomName("SVGTransformable.getScreenCTM") |
7854 /** @domName SVGTransformable.getScreenCTM */ | |
7855 Matrix getScreenCtm() native "SVGTransformable_getScreenCTM_Callback"; | 6681 Matrix getScreenCtm() native "SVGTransformable_getScreenCTM_Callback"; |
7856 | 6682 |
7857 | 6683 @DomName("SVGTransformable.getTransformToElement") |
7858 /** @domName SVGTransformable.getTransformToElement */ | |
7859 Matrix getTransformToElement(SvgElement element) native "SVGTransformable_getT
ransformToElement_Callback"; | 6684 Matrix getTransformToElement(SvgElement element) native "SVGTransformable_getT
ransformToElement_Callback"; |
7860 | 6685 |
7861 } | 6686 } |
7862 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6687 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7863 // for details. All rights reserved. Use of this source code is governed by a | 6688 // for details. All rights reserved. Use of this source code is governed by a |
7864 // BSD-style license that can be found in the LICENSE file. | 6689 // BSD-style license that can be found in the LICENSE file. |
7865 | 6690 |
7866 // WARNING: Do not edit - generated code. | 6691 // WARNING: Do not edit - generated code. |
7867 | 6692 |
7868 | 6693 |
7869 /// @domName SVGUnitTypes | 6694 @DomName("SVGUnitTypes") |
7870 class UnitTypes extends NativeFieldWrapperClass1 { | 6695 class UnitTypes extends NativeFieldWrapperClass1 { |
7871 UnitTypes.internal(); | 6696 UnitTypes.internal(); |
7872 | 6697 |
7873 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; | 6698 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; |
7874 | 6699 |
7875 static const int SVG_UNIT_TYPE_UNKNOWN = 0; | 6700 static const int SVG_UNIT_TYPE_UNKNOWN = 0; |
7876 | 6701 |
7877 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; | 6702 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
7878 | 6703 |
7879 } | 6704 } |
7880 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6705 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7881 // for details. All rights reserved. Use of this source code is governed by a | 6706 // for details. All rights reserved. Use of this source code is governed by a |
7882 // BSD-style license that can be found in the LICENSE file. | 6707 // BSD-style license that can be found in the LICENSE file. |
7883 | 6708 |
7884 // WARNING: Do not edit - generated code. | 6709 // WARNING: Do not edit - generated code. |
7885 | 6710 |
7886 | 6711 |
7887 /// @domName SVGURIReference | 6712 @DomName("SVGURIReference") |
7888 class UriReference extends NativeFieldWrapperClass1 { | 6713 class UriReference extends NativeFieldWrapperClass1 { |
7889 UriReference.internal(); | 6714 UriReference.internal(); |
7890 | 6715 |
7891 | 6716 @DomName("SVGURIReference.href") |
7892 /** @domName SVGURIReference.href */ | |
7893 AnimatedString get href native "SVGURIReference_href_Getter"; | 6717 AnimatedString get href native "SVGURIReference_href_Getter"; |
7894 | 6718 |
7895 } | 6719 } |
7896 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6720 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
7897 // for details. All rights reserved. Use of this source code is governed by a | 6721 // for details. All rights reserved. Use of this source code is governed by a |
7898 // BSD-style license that can be found in the LICENSE file. | 6722 // BSD-style license that can be found in the LICENSE file. |
7899 | 6723 |
7900 // WARNING: Do not edit - generated code. | 6724 // WARNING: Do not edit - generated code. |
7901 | 6725 |
7902 | 6726 |
7903 /// @domName SVGUseElement | 6727 @DomName("SVGUseElement") |
7904 class UseElement extends SvgElement implements Transformable, Tests, UriReferenc
e, Stylable, ExternalResourcesRequired, LangSpace { | 6728 class UseElement extends SvgElement implements Transformable, Tests, UriReferenc
e, Stylable, ExternalResourcesRequired, LangSpace { |
7905 UseElement.internal() : super.internal(); | 6729 UseElement.internal() : super.internal(); |
7906 | 6730 |
7907 ///@docsEditable true | 6731 /// @docsEditable true |
7908 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 6732 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; |
7909 | 6733 |
7910 | 6734 @DomName("SVGUseElement.animatedInstanceRoot") |
7911 /** @domName SVGUseElement.animatedInstanceRoot */ | |
7912 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc
eRoot_Getter"; | 6735 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc
eRoot_Getter"; |
7913 | 6736 |
7914 | 6737 @DomName("SVGUseElement.height") |
7915 /** @domName SVGUseElement.height */ | |
7916 AnimatedLength get height native "SVGUseElement_height_Getter"; | 6738 AnimatedLength get height native "SVGUseElement_height_Getter"; |
7917 | 6739 |
7918 | 6740 @DomName("SVGUseElement.instanceRoot") |
7919 /** @domName SVGUseElement.instanceRoot */ | |
7920 ElementInstance get instanceRoot native "SVGUseElement_instanceRoot_Getter"; | 6741 ElementInstance get instanceRoot native "SVGUseElement_instanceRoot_Getter"; |
7921 | 6742 |
7922 | 6743 @DomName("SVGUseElement.width") |
7923 /** @domName SVGUseElement.width */ | |
7924 AnimatedLength get width native "SVGUseElement_width_Getter"; | 6744 AnimatedLength get width native "SVGUseElement_width_Getter"; |
7925 | 6745 |
7926 | 6746 @DomName("SVGUseElement.x") |
7927 /** @domName SVGUseElement.x */ | |
7928 AnimatedLength get x native "SVGUseElement_x_Getter"; | 6747 AnimatedLength get x native "SVGUseElement_x_Getter"; |
7929 | 6748 |
7930 | 6749 @DomName("SVGUseElement.y") |
7931 /** @domName SVGUseElement.y */ | |
7932 AnimatedLength get y native "SVGUseElement_y_Getter"; | 6750 AnimatedLength get y native "SVGUseElement_y_Getter"; |
7933 | 6751 |
7934 | 6752 @DomName("SVGUseElement.externalResourcesRequired") |
7935 /** @domName SVGUseElement.externalResourcesRequired */ | |
7936 AnimatedBoolean get externalResourcesRequired native "SVGUseElement_externalRe
sourcesRequired_Getter"; | 6753 AnimatedBoolean get externalResourcesRequired native "SVGUseElement_externalRe
sourcesRequired_Getter"; |
7937 | 6754 |
7938 | 6755 @DomName("SVGUseElement.xmllang") |
7939 /** @domName SVGUseElement.xmllang */ | |
7940 String get xmllang native "SVGUseElement_xmllang_Getter"; | 6756 String get xmllang native "SVGUseElement_xmllang_Getter"; |
7941 | 6757 |
7942 | 6758 @DomName("SVGUseElement.xmllang") |
7943 /** @domName SVGUseElement.xmllang */ | |
7944 void set xmllang(String value) native "SVGUseElement_xmllang_Setter"; | 6759 void set xmllang(String value) native "SVGUseElement_xmllang_Setter"; |
7945 | 6760 |
7946 | 6761 @DomName("SVGUseElement.xmlspace") |
7947 /** @domName SVGUseElement.xmlspace */ | |
7948 String get xmlspace native "SVGUseElement_xmlspace_Getter"; | 6762 String get xmlspace native "SVGUseElement_xmlspace_Getter"; |
7949 | 6763 |
7950 | 6764 @DomName("SVGUseElement.xmlspace") |
7951 /** @domName SVGUseElement.xmlspace */ | |
7952 void set xmlspace(String value) native "SVGUseElement_xmlspace_Setter"; | 6765 void set xmlspace(String value) native "SVGUseElement_xmlspace_Setter"; |
7953 | 6766 |
7954 | 6767 @DomName("SVGUseElement.farthestViewportElement") |
7955 /** @domName SVGUseElement.farthestViewportElement */ | |
7956 SvgElement get farthestViewportElement native "SVGUseElement_farthestViewportE
lement_Getter"; | 6768 SvgElement get farthestViewportElement native "SVGUseElement_farthestViewportE
lement_Getter"; |
7957 | 6769 |
7958 | 6770 @DomName("SVGUseElement.nearestViewportElement") |
7959 /** @domName SVGUseElement.nearestViewportElement */ | |
7960 SvgElement get nearestViewportElement native "SVGUseElement_nearestViewportEle
ment_Getter"; | 6771 SvgElement get nearestViewportElement native "SVGUseElement_nearestViewportEle
ment_Getter"; |
7961 | 6772 |
7962 | 6773 @DomName("SVGUseElement.getBBox") |
7963 /** @domName SVGUseElement.getBBox */ | |
7964 Rect getBBox() native "SVGUseElement_getBBox_Callback"; | 6774 Rect getBBox() native "SVGUseElement_getBBox_Callback"; |
7965 | 6775 |
7966 | 6776 @DomName("SVGUseElement.getCTM") |
7967 /** @domName SVGUseElement.getCTM */ | |
7968 Matrix getCtm() native "SVGUseElement_getCTM_Callback"; | 6777 Matrix getCtm() native "SVGUseElement_getCTM_Callback"; |
7969 | 6778 |
7970 | 6779 @DomName("SVGUseElement.getScreenCTM") |
7971 /** @domName SVGUseElement.getScreenCTM */ | |
7972 Matrix getScreenCtm() native "SVGUseElement_getScreenCTM_Callback"; | 6780 Matrix getScreenCtm() native "SVGUseElement_getScreenCTM_Callback"; |
7973 | 6781 |
7974 | 6782 @DomName("SVGUseElement.getTransformToElement") |
7975 /** @domName SVGUseElement.getTransformToElement */ | |
7976 Matrix getTransformToElement(SvgElement element) native "SVGUseElement_getTran
sformToElement_Callback"; | 6783 Matrix getTransformToElement(SvgElement element) native "SVGUseElement_getTran
sformToElement_Callback"; |
7977 | 6784 |
7978 | 6785 @DomName("SVGUseElement.className") |
7979 /** @domName SVGUseElement.className */ | |
7980 AnimatedString get $dom_svgClassName native "SVGUseElement_className_Getter"; | 6786 AnimatedString get $dom_svgClassName native "SVGUseElement_className_Getter"; |
7981 | 6787 |
7982 | 6788 @DomName("SVGUseElement.style") |
7983 /** @domName SVGUseElement.style */ | |
7984 CssStyleDeclaration get style native "SVGUseElement_style_Getter"; | 6789 CssStyleDeclaration get style native "SVGUseElement_style_Getter"; |
7985 | 6790 |
7986 | 6791 @DomName("SVGUseElement.getPresentationAttribute") |
7987 /** @domName SVGUseElement.getPresentationAttribute */ | |
7988 CssValue getPresentationAttribute(String name) native "SVGUseElement_getPresen
tationAttribute_Callback"; | 6792 CssValue getPresentationAttribute(String name) native "SVGUseElement_getPresen
tationAttribute_Callback"; |
7989 | 6793 |
7990 | 6794 @DomName("SVGUseElement.requiredExtensions") |
7991 /** @domName SVGUseElement.requiredExtensions */ | |
7992 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get
ter"; | 6795 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get
ter"; |
7993 | 6796 |
7994 | 6797 @DomName("SVGUseElement.requiredFeatures") |
7995 /** @domName SVGUseElement.requiredFeatures */ | |
7996 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter"
; | 6798 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter"
; |
7997 | 6799 |
7998 | 6800 @DomName("SVGUseElement.systemLanguage") |
7999 /** @domName SVGUseElement.systemLanguage */ | |
8000 StringList get systemLanguage native "SVGUseElement_systemLanguage_Getter"; | 6801 StringList get systemLanguage native "SVGUseElement_systemLanguage_Getter"; |
8001 | 6802 |
8002 | 6803 @DomName("SVGUseElement.hasExtension") |
8003 /** @domName SVGUseElement.hasExtension */ | |
8004 bool hasExtension(String extension) native "SVGUseElement_hasExtension_Callbac
k"; | 6804 bool hasExtension(String extension) native "SVGUseElement_hasExtension_Callbac
k"; |
8005 | 6805 |
8006 | 6806 @DomName("SVGUseElement.transform") |
8007 /** @domName SVGUseElement.transform */ | |
8008 AnimatedTransformList get transform native "SVGUseElement_transform_Getter"; | 6807 AnimatedTransformList get transform native "SVGUseElement_transform_Getter"; |
8009 | 6808 |
8010 | 6809 @DomName("SVGUseElement.href") |
8011 /** @domName SVGUseElement.href */ | |
8012 AnimatedString get href native "SVGUseElement_href_Getter"; | 6810 AnimatedString get href native "SVGUseElement_href_Getter"; |
8013 | 6811 |
8014 } | 6812 } |
8015 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6813 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
8016 // for details. All rights reserved. Use of this source code is governed by a | 6814 // for details. All rights reserved. Use of this source code is governed by a |
8017 // BSD-style license that can be found in the LICENSE file. | 6815 // BSD-style license that can be found in the LICENSE file. |
8018 | 6816 |
8019 // WARNING: Do not edit - generated code. | 6817 // WARNING: Do not edit - generated code. |
8020 | 6818 |
8021 | 6819 |
8022 /// @domName SVGVKernElement | 6820 @DomName("SVGVKernElement") |
8023 class VKernElement extends SvgElement { | 6821 class VKernElement extends SvgElement { |
8024 VKernElement.internal() : super.internal(); | 6822 VKernElement.internal() : super.internal(); |
8025 | 6823 |
8026 ///@docsEditable true | 6824 /// @docsEditable true |
8027 factory VKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("vke
rn"); | 6825 factory VKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("vke
rn"); |
8028 | 6826 |
8029 } | 6827 } |
8030 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6828 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
8031 // for details. All rights reserved. Use of this source code is governed by a | 6829 // for details. All rights reserved. Use of this source code is governed by a |
8032 // BSD-style license that can be found in the LICENSE file. | 6830 // BSD-style license that can be found in the LICENSE file. |
8033 | 6831 |
8034 // WARNING: Do not edit - generated code. | 6832 // WARNING: Do not edit - generated code. |
8035 | 6833 |
8036 | 6834 |
8037 /// @domName SVGViewElement | 6835 @DomName("SVGViewElement") |
8038 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan { | 6836 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan { |
8039 ViewElement.internal() : super.internal(); | 6837 ViewElement.internal() : super.internal(); |
8040 | 6838 |
8041 ///@docsEditable true | 6839 /// @docsEditable true |
8042 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); | 6840 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); |
8043 | 6841 |
8044 | 6842 @DomName("SVGViewElement.viewTarget") |
8045 /** @domName SVGViewElement.viewTarget */ | |
8046 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; | 6843 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; |
8047 | 6844 |
8048 | 6845 @DomName("SVGViewElement.externalResourcesRequired") |
8049 /** @domName SVGViewElement.externalResourcesRequired */ | |
8050 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR
esourcesRequired_Getter"; | 6846 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR
esourcesRequired_Getter"; |
8051 | 6847 |
8052 | 6848 @DomName("SVGViewElement.preserveAspectRatio") |
8053 /** @domName SVGViewElement.preserveAspectRatio */ | |
8054 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewElement_pre
serveAspectRatio_Getter"; | 6849 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewElement_pre
serveAspectRatio_Getter"; |
8055 | 6850 |
8056 | 6851 @DomName("SVGViewElement.viewBox") |
8057 /** @domName SVGViewElement.viewBox */ | |
8058 AnimatedRect get viewBox native "SVGViewElement_viewBox_Getter"; | 6852 AnimatedRect get viewBox native "SVGViewElement_viewBox_Getter"; |
8059 | 6853 |
8060 | 6854 @DomName("SVGViewElement.zoomAndPan") |
8061 /** @domName SVGViewElement.zoomAndPan */ | |
8062 int get zoomAndPan native "SVGViewElement_zoomAndPan_Getter"; | 6855 int get zoomAndPan native "SVGViewElement_zoomAndPan_Getter"; |
8063 | 6856 |
8064 | 6857 @DomName("SVGViewElement.zoomAndPan") |
8065 /** @domName SVGViewElement.zoomAndPan */ | |
8066 void set zoomAndPan(int value) native "SVGViewElement_zoomAndPan_Setter"; | 6858 void set zoomAndPan(int value) native "SVGViewElement_zoomAndPan_Setter"; |
8067 | 6859 |
8068 } | 6860 } |
8069 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6861 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
8070 // for details. All rights reserved. Use of this source code is governed by a | 6862 // for details. All rights reserved. Use of this source code is governed by a |
8071 // BSD-style license that can be found in the LICENSE file. | 6863 // BSD-style license that can be found in the LICENSE file. |
8072 | 6864 |
8073 // WARNING: Do not edit - generated code. | 6865 // WARNING: Do not edit - generated code. |
8074 | 6866 |
8075 | 6867 |
8076 /// @domName SVGViewSpec | 6868 @DomName("SVGViewSpec") |
8077 class ViewSpec extends NativeFieldWrapperClass1 { | 6869 class ViewSpec extends NativeFieldWrapperClass1 { |
8078 ViewSpec.internal(); | 6870 ViewSpec.internal(); |
8079 | 6871 |
8080 | 6872 @DomName("SVGViewSpec.preserveAspectRatio") |
8081 /** @domName SVGViewSpec.preserveAspectRatio */ | |
8082 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser
veAspectRatio_Getter"; | 6873 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser
veAspectRatio_Getter"; |
8083 | 6874 |
8084 | 6875 @DomName("SVGViewSpec.preserveAspectRatioString") |
8085 /** @domName SVGViewSpec.preserveAspectRatioString */ | |
8086 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; | 6876 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; |
8087 | 6877 |
8088 | 6878 @DomName("SVGViewSpec.transform") |
8089 /** @domName SVGViewSpec.transform */ | |
8090 TransformList get transform native "SVGViewSpec_transform_Getter"; | 6879 TransformList get transform native "SVGViewSpec_transform_Getter"; |
8091 | 6880 |
8092 | 6881 @DomName("SVGViewSpec.transformString") |
8093 /** @domName SVGViewSpec.transformString */ | |
8094 String get transformString native "SVGViewSpec_transformString_Getter"; | 6882 String get transformString native "SVGViewSpec_transformString_Getter"; |
8095 | 6883 |
8096 | 6884 @DomName("SVGViewSpec.viewBox") |
8097 /** @domName SVGViewSpec.viewBox */ | |
8098 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter"; | 6885 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter"; |
8099 | 6886 |
8100 | 6887 @DomName("SVGViewSpec.viewBoxString") |
8101 /** @domName SVGViewSpec.viewBoxString */ | |
8102 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; | 6888 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; |
8103 | 6889 |
8104 | 6890 @DomName("SVGViewSpec.viewTarget") |
8105 /** @domName SVGViewSpec.viewTarget */ | |
8106 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; | 6891 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; |
8107 | 6892 |
8108 | 6893 @DomName("SVGViewSpec.viewTargetString") |
8109 /** @domName SVGViewSpec.viewTargetString */ | |
8110 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; | 6894 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; |
8111 | 6895 |
8112 | 6896 @DomName("SVGViewSpec.zoomAndPan") |
8113 /** @domName SVGViewSpec.zoomAndPan */ | |
8114 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; | 6897 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; |
8115 | 6898 |
8116 | 6899 @DomName("SVGViewSpec.zoomAndPan") |
8117 /** @domName SVGViewSpec.zoomAndPan */ | |
8118 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; | 6900 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; |
8119 | 6901 |
8120 } | 6902 } |
8121 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6903 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
8122 // for details. All rights reserved. Use of this source code is governed by a | 6904 // for details. All rights reserved. Use of this source code is governed by a |
8123 // BSD-style license that can be found in the LICENSE file. | 6905 // BSD-style license that can be found in the LICENSE file. |
8124 | 6906 |
8125 // WARNING: Do not edit - generated code. | 6907 // WARNING: Do not edit - generated code. |
8126 | 6908 |
8127 | 6909 |
8128 /// @domName SVGZoomAndPan | 6910 @DomName("SVGZoomAndPan") |
8129 class ZoomAndPan extends NativeFieldWrapperClass1 { | 6911 class ZoomAndPan extends NativeFieldWrapperClass1 { |
8130 ZoomAndPan.internal(); | 6912 ZoomAndPan.internal(); |
8131 | 6913 |
8132 static const int SVG_ZOOMANDPAN_DISABLE = 1; | 6914 static const int SVG_ZOOMANDPAN_DISABLE = 1; |
8133 | 6915 |
8134 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; | 6916 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; |
8135 | 6917 |
8136 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; | 6918 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; |
8137 | 6919 |
8138 | 6920 @DomName("SVGZoomAndPan.zoomAndPan") |
8139 /** @domName SVGZoomAndPan.zoomAndPan */ | |
8140 int get zoomAndPan native "SVGZoomAndPan_zoomAndPan_Getter"; | 6921 int get zoomAndPan native "SVGZoomAndPan_zoomAndPan_Getter"; |
8141 | 6922 |
8142 | 6923 @DomName("SVGZoomAndPan.zoomAndPan") |
8143 /** @domName SVGZoomAndPan.zoomAndPan */ | |
8144 void set zoomAndPan(int value) native "SVGZoomAndPan_zoomAndPan_Setter"; | 6924 void set zoomAndPan(int value) native "SVGZoomAndPan_zoomAndPan_Setter"; |
8145 | 6925 |
8146 } | 6926 } |
8147 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6927 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
8148 // for details. All rights reserved. Use of this source code is governed by a | 6928 // for details. All rights reserved. Use of this source code is governed by a |
8149 // BSD-style license that can be found in the LICENSE file. | 6929 // BSD-style license that can be found in the LICENSE file. |
8150 | 6930 |
8151 // WARNING: Do not edit - generated code. | 6931 // WARNING: Do not edit - generated code. |
8152 | 6932 |
8153 | 6933 |
8154 /// @domName SVGZoomEvent | 6934 @DomName("SVGZoomEvent") |
8155 class ZoomEvent extends UIEvent { | 6935 class ZoomEvent extends UIEvent { |
8156 ZoomEvent.internal() : super.internal(); | 6936 ZoomEvent.internal() : super.internal(); |
8157 | 6937 |
8158 | 6938 @DomName("SVGZoomEvent.newScale") |
8159 /** @domName SVGZoomEvent.newScale */ | |
8160 num get newScale native "SVGZoomEvent_newScale_Getter"; | 6939 num get newScale native "SVGZoomEvent_newScale_Getter"; |
8161 | 6940 |
8162 | 6941 @DomName("SVGZoomEvent.newTranslate") |
8163 /** @domName SVGZoomEvent.newTranslate */ | |
8164 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; | 6942 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; |
8165 | 6943 |
8166 | 6944 @DomName("SVGZoomEvent.previousScale") |
8167 /** @domName SVGZoomEvent.previousScale */ | |
8168 num get previousScale native "SVGZoomEvent_previousScale_Getter"; | 6945 num get previousScale native "SVGZoomEvent_previousScale_Getter"; |
8169 | 6946 |
8170 | 6947 @DomName("SVGZoomEvent.previousTranslate") |
8171 /** @domName SVGZoomEvent.previousTranslate */ | |
8172 Point get previousTranslate native "SVGZoomEvent_previousTranslate_Getter"; | 6948 Point get previousTranslate native "SVGZoomEvent_previousTranslate_Getter"; |
8173 | 6949 |
8174 | 6950 @DomName("SVGZoomEvent.zoomRectScreen") |
8175 /** @domName SVGZoomEvent.zoomRectScreen */ | |
8176 Rect get zoomRectScreen native "SVGZoomEvent_zoomRectScreen_Getter"; | 6951 Rect get zoomRectScreen native "SVGZoomEvent_zoomRectScreen_Getter"; |
8177 | 6952 |
8178 } | 6953 } |
8179 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6954 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
8180 // for details. All rights reserved. Use of this source code is governed by a | 6955 // for details. All rights reserved. Use of this source code is governed by a |
8181 // BSD-style license that can be found in the LICENSE file. | 6956 // BSD-style license that can be found in the LICENSE file. |
8182 | 6957 |
8183 // WARNING: Do not edit - generated code. | 6958 // WARNING: Do not edit - generated code. |
8184 | 6959 |
8185 | 6960 |
8186 /// @domName SVGElementInstanceList | 6961 @DomName("SVGElementInstanceList") |
8187 class _ElementInstanceList extends NativeFieldWrapperClass1 implements List<Elem
entInstance> { | 6962 class _ElementInstanceList extends NativeFieldWrapperClass1 implements List<Elem
entInstance> { |
8188 _ElementInstanceList.internal(); | 6963 _ElementInstanceList.internal(); |
8189 | 6964 |
8190 | 6965 @DomName("SVGElementInstanceList.length") |
8191 /** @domName SVGElementInstanceList.length */ | |
8192 int get length native "SVGElementInstanceList_length_Getter"; | 6966 int get length native "SVGElementInstanceList_length_Getter"; |
8193 | 6967 |
8194 ElementInstance operator[](int index) native "SVGElementInstanceList_item_Call
back"; | 6968 ElementInstance operator[](int index) native "SVGElementInstanceList_item_Call
back"; |
8195 | 6969 |
8196 void operator[]=(int index, ElementInstance value) { | 6970 void operator[]=(int index, ElementInstance value) { |
8197 throw new UnsupportedError("Cannot assign element of immutable List."); | 6971 throw new UnsupportedError("Cannot assign element of immutable List."); |
8198 } | 6972 } |
8199 // -- start List<ElementInstance> mixins. | 6973 // -- start List<ElementInstance> mixins. |
8200 // ElementInstance is the element type. | 6974 // ElementInstance is the element type. |
8201 | 6975 |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8329 | 7103 |
8330 void insertRange(int start, int rangeLength, [ElementInstance initialValue]) { | 7104 void insertRange(int start, int rangeLength, [ElementInstance initialValue]) { |
8331 throw new UnsupportedError("Cannot insertRange on immutable List."); | 7105 throw new UnsupportedError("Cannot insertRange on immutable List."); |
8332 } | 7106 } |
8333 | 7107 |
8334 List<ElementInstance> getRange(int start, int rangeLength) => | 7108 List<ElementInstance> getRange(int start, int rangeLength) => |
8335 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); | 7109 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); |
8336 | 7110 |
8337 // -- end List<ElementInstance> mixins. | 7111 // -- end List<ElementInstance> mixins. |
8338 | 7112 |
8339 | 7113 @DomName("SVGElementInstanceList.item") |
8340 /** @domName SVGElementInstanceList.item */ | |
8341 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; | 7114 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; |
8342 | 7115 |
8343 } | 7116 } |
OLD | NEW |