| OLD | NEW |
| 1 library svg; | 1 library svg; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:html'; | 5 import 'dart:html'; |
| 6 import 'dart:html_common'; | 6 import 'dart:html_common'; |
| 7 import 'dart:nativewrappers'; | 7 import 'dart:nativewrappers'; |
| 8 // DO NOT EDIT | 8 // DO NOT EDIT |
| 9 // Auto-generated dart:svg library. | 9 // Auto-generated dart:svg library. |
| 10 | 10 |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 return el; | 52 return el; |
| 53 } | 53 } |
| 54 } | 54 } |
| 55 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 55 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 56 // for details. All rights reserved. Use of this source code is governed by a | 56 // for details. All rights reserved. Use of this source code is governed by a |
| 57 // BSD-style license that can be found in the LICENSE file. | 57 // BSD-style license that can be found in the LICENSE file. |
| 58 | 58 |
| 59 // WARNING: Do not edit - generated code. | 59 // WARNING: Do not edit - generated code. |
| 60 | 60 |
| 61 | 61 |
| 62 /// @domName SVGAElement | 62 @DomName('SVGAElement') |
| 63 class AElement extends SvgElement implements Transformable, Tests, UriReference,
Stylable, ExternalResourcesRequired, LangSpace { | 63 class AElement extends SvgElement implements Transformable, Tests, UriReference,
Stylable, ExternalResourcesRequired, LangSpace { |
| 64 AElement.internal() : super.internal(); | 64 AElement.internal() : super.internal(); |
| 65 | 65 |
| 66 ///@docsEditable true | 66 /// @docsEditable true |
| 67 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 67 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
| 68 | 68 |
| 69 | 69 @DomName('SVGAElement.target') |
| 70 /** @domName SVGAElement.target */ | |
| 71 AnimatedString get target native "SVGAElement_target_Getter"; | 70 AnimatedString get target native "SVGAElement_target_Getter"; |
| 72 | 71 |
| 73 | 72 @DomName('SVGAElement.externalResourcesRequired') |
| 74 /** @domName SVGAElement.externalResourcesRequired */ | |
| 75 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso
urcesRequired_Getter"; | 73 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso
urcesRequired_Getter"; |
| 76 | 74 |
| 77 | 75 @DomName('SVGAElement.xmllang') |
| 78 /** @domName SVGAElement.xmllang */ | |
| 79 String get xmllang native "SVGAElement_xmllang_Getter"; | 76 String get xmllang native "SVGAElement_xmllang_Getter"; |
| 80 | 77 |
| 81 | 78 @DomName('SVGAElement.xmllang') |
| 82 /** @domName SVGAElement.xmllang */ | |
| 83 void set xmllang(String value) native "SVGAElement_xmllang_Setter"; | 79 void set xmllang(String value) native "SVGAElement_xmllang_Setter"; |
| 84 | 80 |
| 85 | 81 @DomName('SVGAElement.xmlspace') |
| 86 /** @domName SVGAElement.xmlspace */ | |
| 87 String get xmlspace native "SVGAElement_xmlspace_Getter"; | 82 String get xmlspace native "SVGAElement_xmlspace_Getter"; |
| 88 | 83 |
| 89 | 84 @DomName('SVGAElement.xmlspace') |
| 90 /** @domName SVGAElement.xmlspace */ | |
| 91 void set xmlspace(String value) native "SVGAElement_xmlspace_Setter"; | 85 void set xmlspace(String value) native "SVGAElement_xmlspace_Setter"; |
| 92 | 86 |
| 93 | 87 @DomName('SVGAElement.farthestViewportElement') |
| 94 /** @domName SVGAElement.farthestViewportElement */ | |
| 95 SvgElement get farthestViewportElement native "SVGAElement_farthestViewportEle
ment_Getter"; | 88 SvgElement get farthestViewportElement native "SVGAElement_farthestViewportEle
ment_Getter"; |
| 96 | 89 |
| 97 | 90 @DomName('SVGAElement.nearestViewportElement') |
| 98 /** @domName SVGAElement.nearestViewportElement */ | |
| 99 SvgElement get nearestViewportElement native "SVGAElement_nearestViewportEleme
nt_Getter"; | 91 SvgElement get nearestViewportElement native "SVGAElement_nearestViewportEleme
nt_Getter"; |
| 100 | 92 |
| 101 | 93 @DomName('SVGAElement.getBBox') |
| 102 /** @domName SVGAElement.getBBox */ | |
| 103 Rect getBBox() native "SVGAElement_getBBox_Callback"; | 94 Rect getBBox() native "SVGAElement_getBBox_Callback"; |
| 104 | 95 |
| 105 | 96 @DomName('SVGAElement.getCTM') |
| 106 /** @domName SVGAElement.getCTM */ | |
| 107 Matrix getCtm() native "SVGAElement_getCTM_Callback"; | 97 Matrix getCtm() native "SVGAElement_getCTM_Callback"; |
| 108 | 98 |
| 109 | 99 @DomName('SVGAElement.getScreenCTM') |
| 110 /** @domName SVGAElement.getScreenCTM */ | |
| 111 Matrix getScreenCtm() native "SVGAElement_getScreenCTM_Callback"; | 100 Matrix getScreenCtm() native "SVGAElement_getScreenCTM_Callback"; |
| 112 | 101 |
| 113 | 102 @DomName('SVGAElement.getTransformToElement') |
| 114 /** @domName SVGAElement.getTransformToElement */ | |
| 115 Matrix getTransformToElement(SvgElement element) native "SVGAElement_getTransf
ormToElement_Callback"; | 103 Matrix getTransformToElement(SvgElement element) native "SVGAElement_getTransf
ormToElement_Callback"; |
| 116 | 104 |
| 117 | 105 @DomName('SVGAElement.className') |
| 118 /** @domName SVGAElement.className */ | |
| 119 AnimatedString get $dom_svgClassName native "SVGAElement_className_Getter"; | 106 AnimatedString get $dom_svgClassName native "SVGAElement_className_Getter"; |
| 120 | 107 |
| 121 | 108 @DomName('SVGAElement.style') |
| 122 /** @domName SVGAElement.style */ | |
| 123 CssStyleDeclaration get style native "SVGAElement_style_Getter"; | 109 CssStyleDeclaration get style native "SVGAElement_style_Getter"; |
| 124 | 110 |
| 125 | 111 @DomName('SVGAElement.getPresentationAttribute') |
| 126 /** @domName SVGAElement.getPresentationAttribute */ | |
| 127 CssValue getPresentationAttribute(String name) native "SVGAElement_getPresenta
tionAttribute_Callback"; | 112 CssValue getPresentationAttribute(String name) native "SVGAElement_getPresenta
tionAttribute_Callback"; |
| 128 | 113 |
| 129 | 114 @DomName('SVGAElement.requiredExtensions') |
| 130 /** @domName SVGAElement.requiredExtensions */ | |
| 131 StringList get requiredExtensions native "SVGAElement_requiredExtensions_Gette
r"; | 115 StringList get requiredExtensions native "SVGAElement_requiredExtensions_Gette
r"; |
| 132 | 116 |
| 133 | 117 @DomName('SVGAElement.requiredFeatures') |
| 134 /** @domName SVGAElement.requiredFeatures */ | |
| 135 StringList get requiredFeatures native "SVGAElement_requiredFeatures_Getter"; | 118 StringList get requiredFeatures native "SVGAElement_requiredFeatures_Getter"; |
| 136 | 119 |
| 137 | 120 @DomName('SVGAElement.systemLanguage') |
| 138 /** @domName SVGAElement.systemLanguage */ | |
| 139 StringList get systemLanguage native "SVGAElement_systemLanguage_Getter"; | 121 StringList get systemLanguage native "SVGAElement_systemLanguage_Getter"; |
| 140 | 122 |
| 141 | 123 @DomName('SVGAElement.hasExtension') |
| 142 /** @domName SVGAElement.hasExtension */ | |
| 143 bool hasExtension(String extension) native "SVGAElement_hasExtension_Callback"
; | 124 bool hasExtension(String extension) native "SVGAElement_hasExtension_Callback"
; |
| 144 | 125 |
| 145 | 126 @DomName('SVGAElement.transform') |
| 146 /** @domName SVGAElement.transform */ | |
| 147 AnimatedTransformList get transform native "SVGAElement_transform_Getter"; | 127 AnimatedTransformList get transform native "SVGAElement_transform_Getter"; |
| 148 | 128 |
| 149 | 129 @DomName('SVGAElement.href') |
| 150 /** @domName SVGAElement.href */ | |
| 151 AnimatedString get href native "SVGAElement_href_Getter"; | 130 AnimatedString get href native "SVGAElement_href_Getter"; |
| 152 | 131 |
| 153 } | 132 } |
| 154 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 133 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 155 // for details. All rights reserved. Use of this source code is governed by a | 134 // for details. All rights reserved. Use of this source code is governed by a |
| 156 // BSD-style license that can be found in the LICENSE file. | 135 // BSD-style license that can be found in the LICENSE file. |
| 157 | 136 |
| 158 // WARNING: Do not edit - generated code. | 137 // WARNING: Do not edit - generated code. |
| 159 | 138 |
| 160 | 139 |
| 161 /// @domName SVGAltGlyphDefElement | 140 @DomName('SVGAltGlyphDefElement') |
| 162 class AltGlyphDefElement extends SvgElement { | 141 class AltGlyphDefElement extends SvgElement { |
| 163 AltGlyphDefElement.internal() : super.internal(); | 142 AltGlyphDefElement.internal() : super.internal(); |
| 164 | 143 |
| 165 } | 144 } |
| 166 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 145 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 167 // for details. All rights reserved. Use of this source code is governed by a | 146 // for details. All rights reserved. Use of this source code is governed by a |
| 168 // BSD-style license that can be found in the LICENSE file. | 147 // BSD-style license that can be found in the LICENSE file. |
| 169 | 148 |
| 170 // WARNING: Do not edit - generated code. | 149 // WARNING: Do not edit - generated code. |
| 171 | 150 |
| 172 | 151 |
| 173 /// @domName SVGAltGlyphElement | 152 @DomName('SVGAltGlyphElement') |
| 174 class AltGlyphElement extends TextPositioningElement implements UriReference { | 153 class AltGlyphElement extends TextPositioningElement implements UriReference { |
| 175 AltGlyphElement.internal() : super.internal(); | 154 AltGlyphElement.internal() : super.internal(); |
| 176 | 155 |
| 177 | 156 @DomName('SVGAltGlyphElement.format') |
| 178 /** @domName SVGAltGlyphElement.format */ | |
| 179 String get format native "SVGAltGlyphElement_format_Getter"; | 157 String get format native "SVGAltGlyphElement_format_Getter"; |
| 180 | 158 |
| 181 | 159 @DomName('SVGAltGlyphElement.format') |
| 182 /** @domName SVGAltGlyphElement.format */ | |
| 183 void set format(String value) native "SVGAltGlyphElement_format_Setter"; | 160 void set format(String value) native "SVGAltGlyphElement_format_Setter"; |
| 184 | 161 |
| 185 | 162 @DomName('SVGAltGlyphElement.glyphRef') |
| 186 /** @domName SVGAltGlyphElement.glyphRef */ | |
| 187 String get glyphRef native "SVGAltGlyphElement_glyphRef_Getter"; | 163 String get glyphRef native "SVGAltGlyphElement_glyphRef_Getter"; |
| 188 | 164 |
| 189 | 165 @DomName('SVGAltGlyphElement.glyphRef') |
| 190 /** @domName SVGAltGlyphElement.glyphRef */ | |
| 191 void set glyphRef(String value) native "SVGAltGlyphElement_glyphRef_Setter"; | 166 void set glyphRef(String value) native "SVGAltGlyphElement_glyphRef_Setter"; |
| 192 | 167 |
| 193 | 168 @DomName('SVGAltGlyphElement.href') |
| 194 /** @domName SVGAltGlyphElement.href */ | |
| 195 AnimatedString get href native "SVGAltGlyphElement_href_Getter"; | 169 AnimatedString get href native "SVGAltGlyphElement_href_Getter"; |
| 196 | 170 |
| 197 } | 171 } |
| 198 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 172 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 199 // for details. All rights reserved. Use of this source code is governed by a | 173 // for details. All rights reserved. Use of this source code is governed by a |
| 200 // BSD-style license that can be found in the LICENSE file. | 174 // BSD-style license that can be found in the LICENSE file. |
| 201 | 175 |
| 202 // WARNING: Do not edit - generated code. | 176 // WARNING: Do not edit - generated code. |
| 203 | 177 |
| 204 | 178 |
| 205 /// @domName SVGAltGlyphItemElement | 179 @DomName('SVGAltGlyphItemElement') |
| 206 class AltGlyphItemElement extends SvgElement { | 180 class AltGlyphItemElement extends SvgElement { |
| 207 AltGlyphItemElement.internal() : super.internal(); | 181 AltGlyphItemElement.internal() : super.internal(); |
| 208 | 182 |
| 209 } | 183 } |
| 210 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 184 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 211 // for details. All rights reserved. Use of this source code is governed by a | 185 // for details. All rights reserved. Use of this source code is governed by a |
| 212 // BSD-style license that can be found in the LICENSE file. | 186 // BSD-style license that can be found in the LICENSE file. |
| 213 | 187 |
| 214 // WARNING: Do not edit - generated code. | 188 // WARNING: Do not edit - generated code. |
| 215 | 189 |
| 216 | 190 |
| 217 /// @domName SVGAngle | 191 @DomName('SVGAngle') |
| 218 class Angle extends NativeFieldWrapperClass1 { | 192 class Angle extends NativeFieldWrapperClass1 { |
| 219 Angle.internal(); | 193 Angle.internal(); |
| 220 | 194 |
| 221 static const int SVG_ANGLETYPE_DEG = 2; | 195 static const int SVG_ANGLETYPE_DEG = 2; |
| 222 | 196 |
| 223 static const int SVG_ANGLETYPE_GRAD = 4; | 197 static const int SVG_ANGLETYPE_GRAD = 4; |
| 224 | 198 |
| 225 static const int SVG_ANGLETYPE_RAD = 3; | 199 static const int SVG_ANGLETYPE_RAD = 3; |
| 226 | 200 |
| 227 static const int SVG_ANGLETYPE_UNKNOWN = 0; | 201 static const int SVG_ANGLETYPE_UNKNOWN = 0; |
| 228 | 202 |
| 229 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; | 203 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; |
| 230 | 204 |
| 231 | 205 @DomName('SVGAngle.unitType') |
| 232 /** @domName SVGAngle.unitType */ | |
| 233 int get unitType native "SVGAngle_unitType_Getter"; | 206 int get unitType native "SVGAngle_unitType_Getter"; |
| 234 | 207 |
| 235 | 208 @DomName('SVGAngle.value') |
| 236 /** @domName SVGAngle.value */ | |
| 237 num get value native "SVGAngle_value_Getter"; | 209 num get value native "SVGAngle_value_Getter"; |
| 238 | 210 |
| 239 | 211 @DomName('SVGAngle.value') |
| 240 /** @domName SVGAngle.value */ | |
| 241 void set value(num value) native "SVGAngle_value_Setter"; | 212 void set value(num value) native "SVGAngle_value_Setter"; |
| 242 | 213 |
| 243 | 214 @DomName('SVGAngle.valueAsString') |
| 244 /** @domName SVGAngle.valueAsString */ | |
| 245 String get valueAsString native "SVGAngle_valueAsString_Getter"; | 215 String get valueAsString native "SVGAngle_valueAsString_Getter"; |
| 246 | 216 |
| 247 | 217 @DomName('SVGAngle.valueAsString') |
| 248 /** @domName SVGAngle.valueAsString */ | |
| 249 void set valueAsString(String value) native "SVGAngle_valueAsString_Setter"; | 218 void set valueAsString(String value) native "SVGAngle_valueAsString_Setter"; |
| 250 | 219 |
| 251 | 220 @DomName('SVGAngle.valueInSpecifiedUnits') |
| 252 /** @domName SVGAngle.valueInSpecifiedUnits */ | |
| 253 num get valueInSpecifiedUnits native "SVGAngle_valueInSpecifiedUnits_Getter"; | 221 num get valueInSpecifiedUnits native "SVGAngle_valueInSpecifiedUnits_Getter"; |
| 254 | 222 |
| 255 | 223 @DomName('SVGAngle.valueInSpecifiedUnits') |
| 256 /** @domName SVGAngle.valueInSpecifiedUnits */ | |
| 257 void set valueInSpecifiedUnits(num value) native "SVGAngle_valueInSpecifiedUni
ts_Setter"; | 224 void set valueInSpecifiedUnits(num value) native "SVGAngle_valueInSpecifiedUni
ts_Setter"; |
| 258 | 225 |
| 259 | 226 @DomName('SVGAngle.convertToSpecifiedUnits') |
| 260 /** @domName SVGAngle.convertToSpecifiedUnits */ | |
| 261 void convertToSpecifiedUnits(int unitType) native "SVGAngle_convertToSpecified
Units_Callback"; | 227 void convertToSpecifiedUnits(int unitType) native "SVGAngle_convertToSpecified
Units_Callback"; |
| 262 | 228 |
| 263 | 229 @DomName('SVGAngle.newValueSpecifiedUnits') |
| 264 /** @domName SVGAngle.newValueSpecifiedUnits */ | |
| 265 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGAngle_newValueSpecifiedUnits_Callback"; | 230 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGAngle_newValueSpecifiedUnits_Callback"; |
| 266 | 231 |
| 267 } | 232 } |
| 268 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 233 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 269 // for details. All rights reserved. Use of this source code is governed by a | 234 // for details. All rights reserved. Use of this source code is governed by a |
| 270 // BSD-style license that can be found in the LICENSE file. | 235 // BSD-style license that can be found in the LICENSE file. |
| 271 | 236 |
| 272 // WARNING: Do not edit - generated code. | 237 // WARNING: Do not edit - generated code. |
| 273 | 238 |
| 274 | 239 |
| 275 /// @domName SVGAnimateColorElement | 240 @DomName('SVGAnimateColorElement') |
| 276 class AnimateColorElement extends AnimationElement { | 241 class AnimateColorElement extends AnimationElement { |
| 277 AnimateColorElement.internal() : super.internal(); | 242 AnimateColorElement.internal() : super.internal(); |
| 278 | 243 |
| 279 ///@docsEditable true | 244 /// @docsEditable true |
| 280 factory AnimateColorElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("animateColor"); | 245 factory AnimateColorElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("animateColor"); |
| 281 | 246 |
| 282 } | 247 } |
| 283 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 248 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 284 // for details. All rights reserved. Use of this source code is governed by a | 249 // for details. All rights reserved. Use of this source code is governed by a |
| 285 // BSD-style license that can be found in the LICENSE file. | 250 // BSD-style license that can be found in the LICENSE file. |
| 286 | 251 |
| 287 // WARNING: Do not edit - generated code. | 252 // WARNING: Do not edit - generated code. |
| 288 | 253 |
| 289 | 254 |
| 290 /// @domName SVGAnimateElement | 255 @DomName('SVGAnimateElement') |
| 291 class AnimateElement extends AnimationElement { | 256 class AnimateElement extends AnimationElement { |
| 292 AnimateElement.internal() : super.internal(); | 257 AnimateElement.internal() : super.internal(); |
| 293 | 258 |
| 294 ///@docsEditable true | 259 /// @docsEditable true |
| 295 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); | 260 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); |
| 296 | 261 |
| 297 } | 262 } |
| 298 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 263 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 299 // for details. All rights reserved. Use of this source code is governed by a | 264 // for details. All rights reserved. Use of this source code is governed by a |
| 300 // BSD-style license that can be found in the LICENSE file. | 265 // BSD-style license that can be found in the LICENSE file. |
| 301 | 266 |
| 302 // WARNING: Do not edit - generated code. | 267 // WARNING: Do not edit - generated code. |
| 303 | 268 |
| 304 | 269 |
| 305 /// @domName SVGAnimateMotionElement | 270 @DomName('SVGAnimateMotionElement') |
| 306 class AnimateMotionElement extends AnimationElement { | 271 class AnimateMotionElement extends AnimationElement { |
| 307 AnimateMotionElement.internal() : super.internal(); | 272 AnimateMotionElement.internal() : super.internal(); |
| 308 | 273 |
| 309 ///@docsEditable true | 274 /// @docsEditable true |
| 310 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); | 275 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); |
| 311 | 276 |
| 312 } | 277 } |
| 313 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 278 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 314 // for details. All rights reserved. Use of this source code is governed by a | 279 // for details. All rights reserved. Use of this source code is governed by a |
| 315 // BSD-style license that can be found in the LICENSE file. | 280 // BSD-style license that can be found in the LICENSE file. |
| 316 | 281 |
| 317 // WARNING: Do not edit - generated code. | 282 // WARNING: Do not edit - generated code. |
| 318 | 283 |
| 319 | 284 |
| 320 /// @domName SVGAnimateTransformElement | 285 @DomName('SVGAnimateTransformElement') |
| 321 class AnimateTransformElement extends AnimationElement { | 286 class AnimateTransformElement extends AnimationElement { |
| 322 AnimateTransformElement.internal() : super.internal(); | 287 AnimateTransformElement.internal() : super.internal(); |
| 323 | 288 |
| 324 ///@docsEditable true | 289 /// @docsEditable true |
| 325 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); | 290 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); |
| 326 | 291 |
| 327 } | 292 } |
| 328 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 293 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 329 // for details. All rights reserved. Use of this source code is governed by a | 294 // for details. All rights reserved. Use of this source code is governed by a |
| 330 // BSD-style license that can be found in the LICENSE file. | 295 // BSD-style license that can be found in the LICENSE file. |
| 331 | 296 |
| 332 // WARNING: Do not edit - generated code. | 297 // WARNING: Do not edit - generated code. |
| 333 | 298 |
| 334 | 299 |
| 335 /// @domName SVGAnimatedAngle | 300 @DomName('SVGAnimatedAngle') |
| 336 class AnimatedAngle extends NativeFieldWrapperClass1 { | 301 class AnimatedAngle extends NativeFieldWrapperClass1 { |
| 337 AnimatedAngle.internal(); | 302 AnimatedAngle.internal(); |
| 338 | 303 |
| 339 | 304 @DomName('SVGAnimatedAngle.animVal') |
| 340 /** @domName SVGAnimatedAngle.animVal */ | |
| 341 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; | 305 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; |
| 342 | 306 |
| 343 | 307 @DomName('SVGAnimatedAngle.baseVal') |
| 344 /** @domName SVGAnimatedAngle.baseVal */ | |
| 345 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; | 308 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; |
| 346 | 309 |
| 347 } | 310 } |
| 348 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 311 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 349 // for details. All rights reserved. Use of this source code is governed by a | 312 // for details. All rights reserved. Use of this source code is governed by a |
| 350 // BSD-style license that can be found in the LICENSE file. | 313 // BSD-style license that can be found in the LICENSE file. |
| 351 | 314 |
| 352 // WARNING: Do not edit - generated code. | 315 // WARNING: Do not edit - generated code. |
| 353 | 316 |
| 354 | 317 |
| 355 /// @domName SVGAnimatedBoolean | 318 @DomName('SVGAnimatedBoolean') |
| 356 class AnimatedBoolean extends NativeFieldWrapperClass1 { | 319 class AnimatedBoolean extends NativeFieldWrapperClass1 { |
| 357 AnimatedBoolean.internal(); | 320 AnimatedBoolean.internal(); |
| 358 | 321 |
| 359 | 322 @DomName('SVGAnimatedBoolean.animVal') |
| 360 /** @domName SVGAnimatedBoolean.animVal */ | |
| 361 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; | 323 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; |
| 362 | 324 |
| 363 | 325 @DomName('SVGAnimatedBoolean.baseVal') |
| 364 /** @domName SVGAnimatedBoolean.baseVal */ | |
| 365 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; | 326 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; |
| 366 | 327 |
| 367 | 328 @DomName('SVGAnimatedBoolean.baseVal') |
| 368 /** @domName SVGAnimatedBoolean.baseVal */ | |
| 369 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; | 329 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; |
| 370 | 330 |
| 371 } | 331 } |
| 372 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 332 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 373 // for details. All rights reserved. Use of this source code is governed by a | 333 // for details. All rights reserved. Use of this source code is governed by a |
| 374 // BSD-style license that can be found in the LICENSE file. | 334 // BSD-style license that can be found in the LICENSE file. |
| 375 | 335 |
| 376 // WARNING: Do not edit - generated code. | 336 // WARNING: Do not edit - generated code. |
| 377 | 337 |
| 378 | 338 |
| 379 /// @domName SVGAnimatedEnumeration | 339 @DomName('SVGAnimatedEnumeration') |
| 380 class AnimatedEnumeration extends NativeFieldWrapperClass1 { | 340 class AnimatedEnumeration extends NativeFieldWrapperClass1 { |
| 381 AnimatedEnumeration.internal(); | 341 AnimatedEnumeration.internal(); |
| 382 | 342 |
| 383 | 343 @DomName('SVGAnimatedEnumeration.animVal') |
| 384 /** @domName SVGAnimatedEnumeration.animVal */ | |
| 385 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; | 344 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; |
| 386 | 345 |
| 387 | 346 @DomName('SVGAnimatedEnumeration.baseVal') |
| 388 /** @domName SVGAnimatedEnumeration.baseVal */ | |
| 389 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; | 347 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; |
| 390 | 348 |
| 391 | 349 @DomName('SVGAnimatedEnumeration.baseVal') |
| 392 /** @domName SVGAnimatedEnumeration.baseVal */ | |
| 393 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; | 350 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; |
| 394 | 351 |
| 395 } | 352 } |
| 396 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 397 // for details. All rights reserved. Use of this source code is governed by a | 354 // for details. All rights reserved. Use of this source code is governed by a |
| 398 // BSD-style license that can be found in the LICENSE file. | 355 // BSD-style license that can be found in the LICENSE file. |
| 399 | 356 |
| 400 // WARNING: Do not edit - generated code. | 357 // WARNING: Do not edit - generated code. |
| 401 | 358 |
| 402 | 359 |
| 403 /// @domName SVGAnimatedInteger | 360 @DomName('SVGAnimatedInteger') |
| 404 class AnimatedInteger extends NativeFieldWrapperClass1 { | 361 class AnimatedInteger extends NativeFieldWrapperClass1 { |
| 405 AnimatedInteger.internal(); | 362 AnimatedInteger.internal(); |
| 406 | 363 |
| 407 | 364 @DomName('SVGAnimatedInteger.animVal') |
| 408 /** @domName SVGAnimatedInteger.animVal */ | |
| 409 int get animVal native "SVGAnimatedInteger_animVal_Getter"; | 365 int get animVal native "SVGAnimatedInteger_animVal_Getter"; |
| 410 | 366 |
| 411 | 367 @DomName('SVGAnimatedInteger.baseVal') |
| 412 /** @domName SVGAnimatedInteger.baseVal */ | |
| 413 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; | 368 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; |
| 414 | 369 |
| 415 | 370 @DomName('SVGAnimatedInteger.baseVal') |
| 416 /** @domName SVGAnimatedInteger.baseVal */ | |
| 417 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; | 371 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; |
| 418 | 372 |
| 419 } | 373 } |
| 420 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 374 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 421 // for details. All rights reserved. Use of this source code is governed by a | 375 // for details. All rights reserved. Use of this source code is governed by a |
| 422 // BSD-style license that can be found in the LICENSE file. | 376 // BSD-style license that can be found in the LICENSE file. |
| 423 | 377 |
| 424 // WARNING: Do not edit - generated code. | 378 // WARNING: Do not edit - generated code. |
| 425 | 379 |
| 426 | 380 |
| 427 /// @domName SVGAnimatedLength | 381 @DomName('SVGAnimatedLength') |
| 428 class AnimatedLength extends NativeFieldWrapperClass1 { | 382 class AnimatedLength extends NativeFieldWrapperClass1 { |
| 429 AnimatedLength.internal(); | 383 AnimatedLength.internal(); |
| 430 | 384 |
| 431 | 385 @DomName('SVGAnimatedLength.animVal') |
| 432 /** @domName SVGAnimatedLength.animVal */ | |
| 433 Length get animVal native "SVGAnimatedLength_animVal_Getter"; | 386 Length get animVal native "SVGAnimatedLength_animVal_Getter"; |
| 434 | 387 |
| 435 | 388 @DomName('SVGAnimatedLength.baseVal') |
| 436 /** @domName SVGAnimatedLength.baseVal */ | |
| 437 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; | 389 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; |
| 438 | 390 |
| 439 } | 391 } |
| 440 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 392 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 441 // for details. All rights reserved. Use of this source code is governed by a | 393 // for details. All rights reserved. Use of this source code is governed by a |
| 442 // BSD-style license that can be found in the LICENSE file. | 394 // BSD-style license that can be found in the LICENSE file. |
| 443 | 395 |
| 444 // WARNING: Do not edit - generated code. | 396 // WARNING: Do not edit - generated code. |
| 445 | 397 |
| 446 | 398 |
| 447 /// @domName SVGAnimatedLengthList | 399 @DomName('SVGAnimatedLengthList') |
| 448 class AnimatedLengthList extends NativeFieldWrapperClass1 { | 400 class AnimatedLengthList extends NativeFieldWrapperClass1 { |
| 449 AnimatedLengthList.internal(); | 401 AnimatedLengthList.internal(); |
| 450 | 402 |
| 451 | 403 @DomName('SVGAnimatedLengthList.animVal') |
| 452 /** @domName SVGAnimatedLengthList.animVal */ | |
| 453 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; | 404 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; |
| 454 | 405 |
| 455 | 406 @DomName('SVGAnimatedLengthList.baseVal') |
| 456 /** @domName SVGAnimatedLengthList.baseVal */ | |
| 457 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; | 407 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; |
| 458 | 408 |
| 459 } | 409 } |
| 460 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 410 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 461 // for details. All rights reserved. Use of this source code is governed by a | 411 // for details. All rights reserved. Use of this source code is governed by a |
| 462 // BSD-style license that can be found in the LICENSE file. | 412 // BSD-style license that can be found in the LICENSE file. |
| 463 | 413 |
| 464 // WARNING: Do not edit - generated code. | 414 // WARNING: Do not edit - generated code. |
| 465 | 415 |
| 466 | 416 |
| 467 /// @domName SVGAnimatedNumber | 417 @DomName('SVGAnimatedNumber') |
| 468 class AnimatedNumber extends NativeFieldWrapperClass1 { | 418 class AnimatedNumber extends NativeFieldWrapperClass1 { |
| 469 AnimatedNumber.internal(); | 419 AnimatedNumber.internal(); |
| 470 | 420 |
| 471 | 421 @DomName('SVGAnimatedNumber.animVal') |
| 472 /** @domName SVGAnimatedNumber.animVal */ | |
| 473 num get animVal native "SVGAnimatedNumber_animVal_Getter"; | 422 num get animVal native "SVGAnimatedNumber_animVal_Getter"; |
| 474 | 423 |
| 475 | 424 @DomName('SVGAnimatedNumber.baseVal') |
| 476 /** @domName SVGAnimatedNumber.baseVal */ | |
| 477 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; | 425 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; |
| 478 | 426 |
| 479 | 427 @DomName('SVGAnimatedNumber.baseVal') |
| 480 /** @domName SVGAnimatedNumber.baseVal */ | |
| 481 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; | 428 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; |
| 482 | 429 |
| 483 } | 430 } |
| 484 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 431 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 485 // for details. All rights reserved. Use of this source code is governed by a | 432 // for details. All rights reserved. Use of this source code is governed by a |
| 486 // BSD-style license that can be found in the LICENSE file. | 433 // BSD-style license that can be found in the LICENSE file. |
| 487 | 434 |
| 488 // WARNING: Do not edit - generated code. | 435 // WARNING: Do not edit - generated code. |
| 489 | 436 |
| 490 | 437 |
| 491 /// @domName SVGAnimatedNumberList | 438 @DomName('SVGAnimatedNumberList') |
| 492 class AnimatedNumberList extends NativeFieldWrapperClass1 { | 439 class AnimatedNumberList extends NativeFieldWrapperClass1 { |
| 493 AnimatedNumberList.internal(); | 440 AnimatedNumberList.internal(); |
| 494 | 441 |
| 495 | 442 @DomName('SVGAnimatedNumberList.animVal') |
| 496 /** @domName SVGAnimatedNumberList.animVal */ | |
| 497 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; | 443 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; |
| 498 | 444 |
| 499 | 445 @DomName('SVGAnimatedNumberList.baseVal') |
| 500 /** @domName SVGAnimatedNumberList.baseVal */ | |
| 501 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; | 446 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; |
| 502 | 447 |
| 503 } | 448 } |
| 504 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 449 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 505 // for details. All rights reserved. Use of this source code is governed by a | 450 // for details. All rights reserved. Use of this source code is governed by a |
| 506 // BSD-style license that can be found in the LICENSE file. | 451 // BSD-style license that can be found in the LICENSE file. |
| 507 | 452 |
| 508 // WARNING: Do not edit - generated code. | 453 // WARNING: Do not edit - generated code. |
| 509 | 454 |
| 510 | 455 |
| 511 /// @domName SVGAnimatedPreserveAspectRatio | 456 @DomName('SVGAnimatedPreserveAspectRatio') |
| 512 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { | 457 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { |
| 513 AnimatedPreserveAspectRatio.internal(); | 458 AnimatedPreserveAspectRatio.internal(); |
| 514 | 459 |
| 515 | 460 @DomName('SVGAnimatedPreserveAspectRatio.animVal') |
| 516 /** @domName SVGAnimatedPreserveAspectRatio.animVal */ | |
| 517 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal
_Getter"; | 461 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal
_Getter"; |
| 518 | 462 |
| 519 | 463 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') |
| 520 /** @domName SVGAnimatedPreserveAspectRatio.baseVal */ | |
| 521 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal
_Getter"; | 464 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal
_Getter"; |
| 522 | 465 |
| 523 } | 466 } |
| 524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 467 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 525 // for details. All rights reserved. Use of this source code is governed by a | 468 // for details. All rights reserved. Use of this source code is governed by a |
| 526 // BSD-style license that can be found in the LICENSE file. | 469 // BSD-style license that can be found in the LICENSE file. |
| 527 | 470 |
| 528 // WARNING: Do not edit - generated code. | 471 // WARNING: Do not edit - generated code. |
| 529 | 472 |
| 530 | 473 |
| 531 /// @domName SVGAnimatedRect | 474 @DomName('SVGAnimatedRect') |
| 532 class AnimatedRect extends NativeFieldWrapperClass1 { | 475 class AnimatedRect extends NativeFieldWrapperClass1 { |
| 533 AnimatedRect.internal(); | 476 AnimatedRect.internal(); |
| 534 | 477 |
| 535 | 478 @DomName('SVGAnimatedRect.animVal') |
| 536 /** @domName SVGAnimatedRect.animVal */ | |
| 537 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; | 479 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; |
| 538 | 480 |
| 539 | 481 @DomName('SVGAnimatedRect.baseVal') |
| 540 /** @domName SVGAnimatedRect.baseVal */ | |
| 541 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; | 482 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; |
| 542 | 483 |
| 543 } | 484 } |
| 544 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 485 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 545 // for details. All rights reserved. Use of this source code is governed by a | 486 // for details. All rights reserved. Use of this source code is governed by a |
| 546 // BSD-style license that can be found in the LICENSE file. | 487 // BSD-style license that can be found in the LICENSE file. |
| 547 | 488 |
| 548 // WARNING: Do not edit - generated code. | 489 // WARNING: Do not edit - generated code. |
| 549 | 490 |
| 550 | 491 |
| 551 /// @domName SVGAnimatedString | 492 @DomName('SVGAnimatedString') |
| 552 class AnimatedString extends NativeFieldWrapperClass1 { | 493 class AnimatedString extends NativeFieldWrapperClass1 { |
| 553 AnimatedString.internal(); | 494 AnimatedString.internal(); |
| 554 | 495 |
| 555 | 496 @DomName('SVGAnimatedString.animVal') |
| 556 /** @domName SVGAnimatedString.animVal */ | |
| 557 String get animVal native "SVGAnimatedString_animVal_Getter"; | 497 String get animVal native "SVGAnimatedString_animVal_Getter"; |
| 558 | 498 |
| 559 | 499 @DomName('SVGAnimatedString.baseVal') |
| 560 /** @domName SVGAnimatedString.baseVal */ | |
| 561 String get baseVal native "SVGAnimatedString_baseVal_Getter"; | 500 String get baseVal native "SVGAnimatedString_baseVal_Getter"; |
| 562 | 501 |
| 563 | 502 @DomName('SVGAnimatedString.baseVal') |
| 564 /** @domName SVGAnimatedString.baseVal */ | |
| 565 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; | 503 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; |
| 566 | 504 |
| 567 } | 505 } |
| 568 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 506 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 569 // for details. All rights reserved. Use of this source code is governed by a | 507 // for details. All rights reserved. Use of this source code is governed by a |
| 570 // BSD-style license that can be found in the LICENSE file. | 508 // BSD-style license that can be found in the LICENSE file. |
| 571 | 509 |
| 572 // WARNING: Do not edit - generated code. | 510 // WARNING: Do not edit - generated code. |
| 573 | 511 |
| 574 | 512 |
| 575 /// @domName SVGAnimatedTransformList | 513 @DomName('SVGAnimatedTransformList') |
| 576 class AnimatedTransformList extends NativeFieldWrapperClass1 { | 514 class AnimatedTransformList extends NativeFieldWrapperClass1 { |
| 577 AnimatedTransformList.internal(); | 515 AnimatedTransformList.internal(); |
| 578 | 516 |
| 579 | 517 @DomName('SVGAnimatedTransformList.animVal') |
| 580 /** @domName SVGAnimatedTransformList.animVal */ | |
| 581 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; | 518 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; |
| 582 | 519 |
| 583 | 520 @DomName('SVGAnimatedTransformList.baseVal') |
| 584 /** @domName SVGAnimatedTransformList.baseVal */ | |
| 585 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; | 521 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; |
| 586 | 522 |
| 587 } | 523 } |
| 588 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 524 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 589 // for details. All rights reserved. Use of this source code is governed by a | 525 // for details. All rights reserved. Use of this source code is governed by a |
| 590 // BSD-style license that can be found in the LICENSE file. | 526 // BSD-style license that can be found in the LICENSE file. |
| 591 | 527 |
| 592 // WARNING: Do not edit - generated code. | 528 // WARNING: Do not edit - generated code. |
| 593 | 529 |
| 594 | 530 |
| 595 /// @domName SVGAnimationElement | 531 @DomName('SVGAnimationElement') |
| 596 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired { | 532 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired { |
| 597 AnimationElement.internal() : super.internal(); | 533 AnimationElement.internal() : super.internal(); |
| 598 | 534 |
| 599 ///@docsEditable true | 535 /// @docsEditable true |
| 600 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 536 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
| 601 | 537 |
| 602 | 538 @DomName('SVGAnimationElement.targetElement') |
| 603 /** @domName SVGAnimationElement.targetElement */ | |
| 604 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; | 539 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; |
| 605 | 540 |
| 606 | 541 @DomName('SVGAnimationElement.getCurrentTime') |
| 607 /** @domName SVGAnimationElement.getCurrentTime */ | |
| 608 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; | 542 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; |
| 609 | 543 |
| 610 | 544 @DomName('SVGAnimationElement.getSimpleDuration') |
| 611 /** @domName SVGAnimationElement.getSimpleDuration */ | |
| 612 num getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callback
"; | 545 num getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callback
"; |
| 613 | 546 |
| 614 | 547 @DomName('SVGAnimationElement.getStartTime') |
| 615 /** @domName SVGAnimationElement.getStartTime */ | |
| 616 num getStartTime() native "SVGAnimationElement_getStartTime_Callback"; | 548 num getStartTime() native "SVGAnimationElement_getStartTime_Callback"; |
| 617 | 549 |
| 618 | 550 @DomName('SVGAnimationElement.beginElement') |
| 619 /** @domName SVGAnimationElement.beginElement */ | |
| 620 void beginElement() native "SVGAnimationElement_beginElement_Callback"; | 551 void beginElement() native "SVGAnimationElement_beginElement_Callback"; |
| 621 | 552 |
| 622 | 553 @DomName('SVGAnimationElement.beginElementAt') |
| 623 /** @domName SVGAnimationElement.beginElementAt */ | |
| 624 void beginElementAt(num offset) native "SVGAnimationElement_beginElementAt_Cal
lback"; | 554 void beginElementAt(num offset) native "SVGAnimationElement_beginElementAt_Cal
lback"; |
| 625 | 555 |
| 626 | 556 @DomName('SVGAnimationElement.endElement') |
| 627 /** @domName SVGAnimationElement.endElement */ | |
| 628 void endElement() native "SVGAnimationElement_endElement_Callback"; | 557 void endElement() native "SVGAnimationElement_endElement_Callback"; |
| 629 | 558 |
| 630 | 559 @DomName('SVGAnimationElement.endElementAt') |
| 631 /** @domName SVGAnimationElement.endElementAt */ | |
| 632 void endElementAt(num offset) native "SVGAnimationElement_endElementAt_Callbac
k"; | 560 void endElementAt(num offset) native "SVGAnimationElement_endElementAt_Callbac
k"; |
| 633 | 561 |
| 634 | 562 @DomName('SVGAnimationElement.externalResourcesRequired') |
| 635 /** @domName SVGAnimationElement.externalResourcesRequired */ | |
| 636 AnimatedBoolean get externalResourcesRequired native "SVGAnimationElement_exte
rnalResourcesRequired_Getter"; | 563 AnimatedBoolean get externalResourcesRequired native "SVGAnimationElement_exte
rnalResourcesRequired_Getter"; |
| 637 | 564 |
| 638 | 565 @DomName('SVGAnimationElement.requiredExtensions') |
| 639 /** @domName SVGAnimationElement.requiredExtensions */ | |
| 640 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio
ns_Getter"; | 566 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio
ns_Getter"; |
| 641 | 567 |
| 642 | 568 @DomName('SVGAnimationElement.requiredFeatures') |
| 643 /** @domName SVGAnimationElement.requiredFeatures */ | |
| 644 StringList get requiredFeatures native "SVGAnimationElement_requiredFeatures_G
etter"; | 569 StringList get requiredFeatures native "SVGAnimationElement_requiredFeatures_G
etter"; |
| 645 | 570 |
| 646 | 571 @DomName('SVGAnimationElement.systemLanguage') |
| 647 /** @domName SVGAnimationElement.systemLanguage */ | |
| 648 StringList get systemLanguage native "SVGAnimationElement_systemLanguage_Gette
r"; | 572 StringList get systemLanguage native "SVGAnimationElement_systemLanguage_Gette
r"; |
| 649 | 573 |
| 650 | 574 @DomName('SVGAnimationElement.hasExtension') |
| 651 /** @domName SVGAnimationElement.hasExtension */ | |
| 652 bool hasExtension(String extension) native "SVGAnimationElement_hasExtension_C
allback"; | 575 bool hasExtension(String extension) native "SVGAnimationElement_hasExtension_C
allback"; |
| 653 | 576 |
| 654 } | 577 } |
| 655 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 578 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 656 // for details. All rights reserved. Use of this source code is governed by a | 579 // for details. All rights reserved. Use of this source code is governed by a |
| 657 // BSD-style license that can be found in the LICENSE file. | 580 // BSD-style license that can be found in the LICENSE file. |
| 658 | 581 |
| 659 // WARNING: Do not edit - generated code. | 582 // WARNING: Do not edit - generated code. |
| 660 | 583 |
| 661 | 584 |
| 662 /// @domName SVGCircleElement | 585 @DomName('SVGCircleElement') |
| 663 class CircleElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace { | 586 class CircleElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace { |
| 664 CircleElement.internal() : super.internal(); | 587 CircleElement.internal() : super.internal(); |
| 665 | 588 |
| 666 ///@docsEditable true | 589 /// @docsEditable true |
| 667 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 590 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); |
| 668 | 591 |
| 669 | 592 @DomName('SVGCircleElement.cx') |
| 670 /** @domName SVGCircleElement.cx */ | |
| 671 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; | 593 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; |
| 672 | 594 |
| 673 | 595 @DomName('SVGCircleElement.cy') |
| 674 /** @domName SVGCircleElement.cy */ | |
| 675 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; | 596 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; |
| 676 | 597 |
| 677 | 598 @DomName('SVGCircleElement.r') |
| 678 /** @domName SVGCircleElement.r */ | |
| 679 AnimatedLength get r native "SVGCircleElement_r_Getter"; | 599 AnimatedLength get r native "SVGCircleElement_r_Getter"; |
| 680 | 600 |
| 681 | 601 @DomName('SVGCircleElement.externalResourcesRequired') |
| 682 /** @domName SVGCircleElement.externalResourcesRequired */ | |
| 683 AnimatedBoolean get externalResourcesRequired native "SVGCircleElement_externa
lResourcesRequired_Getter"; | 602 AnimatedBoolean get externalResourcesRequired native "SVGCircleElement_externa
lResourcesRequired_Getter"; |
| 684 | 603 |
| 685 | 604 @DomName('SVGCircleElement.xmllang') |
| 686 /** @domName SVGCircleElement.xmllang */ | |
| 687 String get xmllang native "SVGCircleElement_xmllang_Getter"; | 605 String get xmllang native "SVGCircleElement_xmllang_Getter"; |
| 688 | 606 |
| 689 | 607 @DomName('SVGCircleElement.xmllang') |
| 690 /** @domName SVGCircleElement.xmllang */ | |
| 691 void set xmllang(String value) native "SVGCircleElement_xmllang_Setter"; | 608 void set xmllang(String value) native "SVGCircleElement_xmllang_Setter"; |
| 692 | 609 |
| 693 | 610 @DomName('SVGCircleElement.xmlspace') |
| 694 /** @domName SVGCircleElement.xmlspace */ | |
| 695 String get xmlspace native "SVGCircleElement_xmlspace_Getter"; | 611 String get xmlspace native "SVGCircleElement_xmlspace_Getter"; |
| 696 | 612 |
| 697 | 613 @DomName('SVGCircleElement.xmlspace') |
| 698 /** @domName SVGCircleElement.xmlspace */ | |
| 699 void set xmlspace(String value) native "SVGCircleElement_xmlspace_Setter"; | 614 void set xmlspace(String value) native "SVGCircleElement_xmlspace_Setter"; |
| 700 | 615 |
| 701 | 616 @DomName('SVGCircleElement.farthestViewportElement') |
| 702 /** @domName SVGCircleElement.farthestViewportElement */ | |
| 703 SvgElement get farthestViewportElement native "SVGCircleElement_farthestViewpo
rtElement_Getter"; | 617 SvgElement get farthestViewportElement native "SVGCircleElement_farthestViewpo
rtElement_Getter"; |
| 704 | 618 |
| 705 | 619 @DomName('SVGCircleElement.nearestViewportElement') |
| 706 /** @domName SVGCircleElement.nearestViewportElement */ | |
| 707 SvgElement get nearestViewportElement native "SVGCircleElement_nearestViewport
Element_Getter"; | 620 SvgElement get nearestViewportElement native "SVGCircleElement_nearestViewport
Element_Getter"; |
| 708 | 621 |
| 709 | 622 @DomName('SVGCircleElement.getBBox') |
| 710 /** @domName SVGCircleElement.getBBox */ | |
| 711 Rect getBBox() native "SVGCircleElement_getBBox_Callback"; | 623 Rect getBBox() native "SVGCircleElement_getBBox_Callback"; |
| 712 | 624 |
| 713 | 625 @DomName('SVGCircleElement.getCTM') |
| 714 /** @domName SVGCircleElement.getCTM */ | |
| 715 Matrix getCtm() native "SVGCircleElement_getCTM_Callback"; | 626 Matrix getCtm() native "SVGCircleElement_getCTM_Callback"; |
| 716 | 627 |
| 717 | 628 @DomName('SVGCircleElement.getScreenCTM') |
| 718 /** @domName SVGCircleElement.getScreenCTM */ | |
| 719 Matrix getScreenCtm() native "SVGCircleElement_getScreenCTM_Callback"; | 629 Matrix getScreenCtm() native "SVGCircleElement_getScreenCTM_Callback"; |
| 720 | 630 |
| 721 | 631 @DomName('SVGCircleElement.getTransformToElement') |
| 722 /** @domName SVGCircleElement.getTransformToElement */ | |
| 723 Matrix getTransformToElement(SvgElement element) native "SVGCircleElement_getT
ransformToElement_Callback"; | 632 Matrix getTransformToElement(SvgElement element) native "SVGCircleElement_getT
ransformToElement_Callback"; |
| 724 | 633 |
| 725 | 634 @DomName('SVGCircleElement.className') |
| 726 /** @domName SVGCircleElement.className */ | |
| 727 AnimatedString get $dom_svgClassName native "SVGCircleElement_className_Getter
"; | 635 AnimatedString get $dom_svgClassName native "SVGCircleElement_className_Getter
"; |
| 728 | 636 |
| 729 | 637 @DomName('SVGCircleElement.style') |
| 730 /** @domName SVGCircleElement.style */ | |
| 731 CssStyleDeclaration get style native "SVGCircleElement_style_Getter"; | 638 CssStyleDeclaration get style native "SVGCircleElement_style_Getter"; |
| 732 | 639 |
| 733 | 640 @DomName('SVGCircleElement.getPresentationAttribute') |
| 734 /** @domName SVGCircleElement.getPresentationAttribute */ | |
| 735 CssValue getPresentationAttribute(String name) native "SVGCircleElement_getPre
sentationAttribute_Callback"; | 641 CssValue getPresentationAttribute(String name) native "SVGCircleElement_getPre
sentationAttribute_Callback"; |
| 736 | 642 |
| 737 | 643 @DomName('SVGCircleElement.requiredExtensions') |
| 738 /** @domName SVGCircleElement.requiredExtensions */ | |
| 739 StringList get requiredExtensions native "SVGCircleElement_requiredExtensions_
Getter"; | 644 StringList get requiredExtensions native "SVGCircleElement_requiredExtensions_
Getter"; |
| 740 | 645 |
| 741 | 646 @DomName('SVGCircleElement.requiredFeatures') |
| 742 /** @domName SVGCircleElement.requiredFeatures */ | |
| 743 StringList get requiredFeatures native "SVGCircleElement_requiredFeatures_Gett
er"; | 647 StringList get requiredFeatures native "SVGCircleElement_requiredFeatures_Gett
er"; |
| 744 | 648 |
| 745 | 649 @DomName('SVGCircleElement.systemLanguage') |
| 746 /** @domName SVGCircleElement.systemLanguage */ | |
| 747 StringList get systemLanguage native "SVGCircleElement_systemLanguage_Getter"; | 650 StringList get systemLanguage native "SVGCircleElement_systemLanguage_Getter"; |
| 748 | 651 |
| 749 | 652 @DomName('SVGCircleElement.hasExtension') |
| 750 /** @domName SVGCircleElement.hasExtension */ | |
| 751 bool hasExtension(String extension) native "SVGCircleElement_hasExtension_Call
back"; | 653 bool hasExtension(String extension) native "SVGCircleElement_hasExtension_Call
back"; |
| 752 | 654 |
| 753 | 655 @DomName('SVGCircleElement.transform') |
| 754 /** @domName SVGCircleElement.transform */ | |
| 755 AnimatedTransformList get transform native "SVGCircleElement_transform_Getter"
; | 656 AnimatedTransformList get transform native "SVGCircleElement_transform_Getter"
; |
| 756 | 657 |
| 757 } | 658 } |
| 758 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 659 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 759 // for details. All rights reserved. Use of this source code is governed by a | 660 // for details. All rights reserved. Use of this source code is governed by a |
| 760 // BSD-style license that can be found in the LICENSE file. | 661 // BSD-style license that can be found in the LICENSE file. |
| 761 | 662 |
| 762 // WARNING: Do not edit - generated code. | 663 // WARNING: Do not edit - generated code. |
| 763 | 664 |
| 764 | 665 |
| 765 /// @domName SVGClipPathElement | 666 @DomName('SVGClipPathElement') |
| 766 class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace { | 667 class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace { |
| 767 ClipPathElement.internal() : super.internal(); | 668 ClipPathElement.internal() : super.internal(); |
| 768 | 669 |
| 769 ///@docsEditable true | 670 /// @docsEditable true |
| 770 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 671 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); |
| 771 | 672 |
| 772 | 673 @DomName('SVGClipPathElement.clipPathUnits') |
| 773 /** @domName SVGClipPathElement.clipPathUnits */ | |
| 774 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; | 674 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; |
| 775 | 675 |
| 776 | 676 @DomName('SVGClipPathElement.externalResourcesRequired') |
| 777 /** @domName SVGClipPathElement.externalResourcesRequired */ | |
| 778 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter
nalResourcesRequired_Getter"; | 677 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter
nalResourcesRequired_Getter"; |
| 779 | 678 |
| 780 | 679 @DomName('SVGClipPathElement.xmllang') |
| 781 /** @domName SVGClipPathElement.xmllang */ | |
| 782 String get xmllang native "SVGClipPathElement_xmllang_Getter"; | 680 String get xmllang native "SVGClipPathElement_xmllang_Getter"; |
| 783 | 681 |
| 784 | 682 @DomName('SVGClipPathElement.xmllang') |
| 785 /** @domName SVGClipPathElement.xmllang */ | |
| 786 void set xmllang(String value) native "SVGClipPathElement_xmllang_Setter"; | 683 void set xmllang(String value) native "SVGClipPathElement_xmllang_Setter"; |
| 787 | 684 |
| 788 | 685 @DomName('SVGClipPathElement.xmlspace') |
| 789 /** @domName SVGClipPathElement.xmlspace */ | |
| 790 String get xmlspace native "SVGClipPathElement_xmlspace_Getter"; | 686 String get xmlspace native "SVGClipPathElement_xmlspace_Getter"; |
| 791 | 687 |
| 792 | 688 @DomName('SVGClipPathElement.xmlspace') |
| 793 /** @domName SVGClipPathElement.xmlspace */ | |
| 794 void set xmlspace(String value) native "SVGClipPathElement_xmlspace_Setter"; | 689 void set xmlspace(String value) native "SVGClipPathElement_xmlspace_Setter"; |
| 795 | 690 |
| 796 | 691 @DomName('SVGClipPathElement.farthestViewportElement') |
| 797 /** @domName SVGClipPathElement.farthestViewportElement */ | |
| 798 SvgElement get farthestViewportElement native "SVGClipPathElement_farthestView
portElement_Getter"; | 692 SvgElement get farthestViewportElement native "SVGClipPathElement_farthestView
portElement_Getter"; |
| 799 | 693 |
| 800 | 694 @DomName('SVGClipPathElement.nearestViewportElement') |
| 801 /** @domName SVGClipPathElement.nearestViewportElement */ | |
| 802 SvgElement get nearestViewportElement native "SVGClipPathElement_nearestViewpo
rtElement_Getter"; | 695 SvgElement get nearestViewportElement native "SVGClipPathElement_nearestViewpo
rtElement_Getter"; |
| 803 | 696 |
| 804 | 697 @DomName('SVGClipPathElement.getBBox') |
| 805 /** @domName SVGClipPathElement.getBBox */ | |
| 806 Rect getBBox() native "SVGClipPathElement_getBBox_Callback"; | 698 Rect getBBox() native "SVGClipPathElement_getBBox_Callback"; |
| 807 | 699 |
| 808 | 700 @DomName('SVGClipPathElement.getCTM') |
| 809 /** @domName SVGClipPathElement.getCTM */ | |
| 810 Matrix getCtm() native "SVGClipPathElement_getCTM_Callback"; | 701 Matrix getCtm() native "SVGClipPathElement_getCTM_Callback"; |
| 811 | 702 |
| 812 | 703 @DomName('SVGClipPathElement.getScreenCTM') |
| 813 /** @domName SVGClipPathElement.getScreenCTM */ | |
| 814 Matrix getScreenCtm() native "SVGClipPathElement_getScreenCTM_Callback"; | 704 Matrix getScreenCtm() native "SVGClipPathElement_getScreenCTM_Callback"; |
| 815 | 705 |
| 816 | 706 @DomName('SVGClipPathElement.getTransformToElement') |
| 817 /** @domName SVGClipPathElement.getTransformToElement */ | |
| 818 Matrix getTransformToElement(SvgElement element) native "SVGClipPathElement_ge
tTransformToElement_Callback"; | 707 Matrix getTransformToElement(SvgElement element) native "SVGClipPathElement_ge
tTransformToElement_Callback"; |
| 819 | 708 |
| 820 | 709 @DomName('SVGClipPathElement.className') |
| 821 /** @domName SVGClipPathElement.className */ | |
| 822 AnimatedString get $dom_svgClassName native "SVGClipPathElement_className_Gett
er"; | 710 AnimatedString get $dom_svgClassName native "SVGClipPathElement_className_Gett
er"; |
| 823 | 711 |
| 824 | 712 @DomName('SVGClipPathElement.style') |
| 825 /** @domName SVGClipPathElement.style */ | |
| 826 CssStyleDeclaration get style native "SVGClipPathElement_style_Getter"; | 713 CssStyleDeclaration get style native "SVGClipPathElement_style_Getter"; |
| 827 | 714 |
| 828 | 715 @DomName('SVGClipPathElement.getPresentationAttribute') |
| 829 /** @domName SVGClipPathElement.getPresentationAttribute */ | |
| 830 CssValue getPresentationAttribute(String name) native "SVGClipPathElement_getP
resentationAttribute_Callback"; | 716 CssValue getPresentationAttribute(String name) native "SVGClipPathElement_getP
resentationAttribute_Callback"; |
| 831 | 717 |
| 832 | 718 @DomName('SVGClipPathElement.requiredExtensions') |
| 833 /** @domName SVGClipPathElement.requiredExtensions */ | |
| 834 StringList get requiredExtensions native "SVGClipPathElement_requiredExtension
s_Getter"; | 719 StringList get requiredExtensions native "SVGClipPathElement_requiredExtension
s_Getter"; |
| 835 | 720 |
| 836 | 721 @DomName('SVGClipPathElement.requiredFeatures') |
| 837 /** @domName SVGClipPathElement.requiredFeatures */ | |
| 838 StringList get requiredFeatures native "SVGClipPathElement_requiredFeatures_Ge
tter"; | 722 StringList get requiredFeatures native "SVGClipPathElement_requiredFeatures_Ge
tter"; |
| 839 | 723 |
| 840 | 724 @DomName('SVGClipPathElement.systemLanguage') |
| 841 /** @domName SVGClipPathElement.systemLanguage */ | |
| 842 StringList get systemLanguage native "SVGClipPathElement_systemLanguage_Getter
"; | 725 StringList get systemLanguage native "SVGClipPathElement_systemLanguage_Getter
"; |
| 843 | 726 |
| 844 | 727 @DomName('SVGClipPathElement.hasExtension') |
| 845 /** @domName SVGClipPathElement.hasExtension */ | |
| 846 bool hasExtension(String extension) native "SVGClipPathElement_hasExtension_Ca
llback"; | 728 bool hasExtension(String extension) native "SVGClipPathElement_hasExtension_Ca
llback"; |
| 847 | 729 |
| 848 | 730 @DomName('SVGClipPathElement.transform') |
| 849 /** @domName SVGClipPathElement.transform */ | |
| 850 AnimatedTransformList get transform native "SVGClipPathElement_transform_Gette
r"; | 731 AnimatedTransformList get transform native "SVGClipPathElement_transform_Gette
r"; |
| 851 | 732 |
| 852 } | 733 } |
| 853 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 734 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 854 // for details. All rights reserved. Use of this source code is governed by a | 735 // for details. All rights reserved. Use of this source code is governed by a |
| 855 // BSD-style license that can be found in the LICENSE file. | 736 // BSD-style license that can be found in the LICENSE file. |
| 856 | 737 |
| 857 // WARNING: Do not edit - generated code. | 738 // WARNING: Do not edit - generated code. |
| 858 | 739 |
| 859 | 740 |
| 860 /// @domName SVGColor | 741 @DomName('SVGColor') |
| 861 class Color extends CssValue { | 742 class Color extends CssValue { |
| 862 Color.internal() : super.internal(); | 743 Color.internal() : super.internal(); |
| 863 | 744 |
| 864 static const int SVG_COLORTYPE_CURRENTCOLOR = 3; | 745 static const int SVG_COLORTYPE_CURRENTCOLOR = 3; |
| 865 | 746 |
| 866 static const int SVG_COLORTYPE_RGBCOLOR = 1; | 747 static const int SVG_COLORTYPE_RGBCOLOR = 1; |
| 867 | 748 |
| 868 static const int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2; | 749 static const int SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2; |
| 869 | 750 |
| 870 static const int SVG_COLORTYPE_UNKNOWN = 0; | 751 static const int SVG_COLORTYPE_UNKNOWN = 0; |
| 871 | 752 |
| 872 | 753 @DomName('SVGColor.colorType') |
| 873 /** @domName SVGColor.colorType */ | |
| 874 int get colorType native "SVGColor_colorType_Getter"; | 754 int get colorType native "SVGColor_colorType_Getter"; |
| 875 | 755 |
| 876 | 756 @DomName('SVGColor.rgbColor') |
| 877 /** @domName SVGColor.rgbColor */ | |
| 878 RgbColor get rgbColor native "SVGColor_rgbColor_Getter"; | 757 RgbColor get rgbColor native "SVGColor_rgbColor_Getter"; |
| 879 | 758 |
| 880 | 759 @DomName('SVGColor.setColor') |
| 881 /** @domName SVGColor.setColor */ | |
| 882 void setColor(int colorType, String rgbColor, String iccColor) native "SVGColo
r_setColor_Callback"; | 760 void setColor(int colorType, String rgbColor, String iccColor) native "SVGColo
r_setColor_Callback"; |
| 883 | 761 |
| 884 | 762 @DomName('SVGColor.setRGBColor') |
| 885 /** @domName SVGColor.setRGBColor */ | |
| 886 void setRgbColor(String rgbColor) native "SVGColor_setRGBColor_Callback"; | 763 void setRgbColor(String rgbColor) native "SVGColor_setRGBColor_Callback"; |
| 887 | 764 |
| 888 | 765 @DomName('SVGColor.setRGBColorICCColor') |
| 889 /** @domName SVGColor.setRGBColorICCColor */ | |
| 890 void setRgbColorIccColor(String rgbColor, String iccColor) native "SVGColor_se
tRGBColorICCColor_Callback"; | 766 void setRgbColorIccColor(String rgbColor, String iccColor) native "SVGColor_se
tRGBColorICCColor_Callback"; |
| 891 | 767 |
| 892 } | 768 } |
| 893 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 769 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 894 // for details. All rights reserved. Use of this source code is governed by a | 770 // for details. All rights reserved. Use of this source code is governed by a |
| 895 // BSD-style license that can be found in the LICENSE file. | 771 // BSD-style license that can be found in the LICENSE file. |
| 896 | 772 |
| 897 // WARNING: Do not edit - generated code. | 773 // WARNING: Do not edit - generated code. |
| 898 | 774 |
| 899 | 775 |
| 900 /// @domName SVGComponentTransferFunctionElement | 776 @DomName('SVGComponentTransferFunctionElement') |
| 901 class ComponentTransferFunctionElement extends SvgElement { | 777 class ComponentTransferFunctionElement extends SvgElement { |
| 902 ComponentTransferFunctionElement.internal() : super.internal(); | 778 ComponentTransferFunctionElement.internal() : super.internal(); |
| 903 | 779 |
| 904 static const int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; | 780 static const int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3; |
| 905 | 781 |
| 906 static const int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5; | 782 static const int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5; |
| 907 | 783 |
| 908 static const int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; | 784 static const int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1; |
| 909 | 785 |
| 910 static const int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; | 786 static const int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; |
| 911 | 787 |
| 912 static const int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; | 788 static const int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; |
| 913 | 789 |
| 914 static const int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; | 790 static const int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0; |
| 915 | 791 |
| 916 | 792 @DomName('SVGComponentTransferFunctionElement.amplitude') |
| 917 /** @domName SVGComponentTransferFunctionElement.amplitude */ | |
| 918 AnimatedNumber get amplitude native "SVGComponentTransferFunctionElement_ampli
tude_Getter"; | 793 AnimatedNumber get amplitude native "SVGComponentTransferFunctionElement_ampli
tude_Getter"; |
| 919 | 794 |
| 920 | 795 @DomName('SVGComponentTransferFunctionElement.exponent') |
| 921 /** @domName SVGComponentTransferFunctionElement.exponent */ | |
| 922 AnimatedNumber get exponent native "SVGComponentTransferFunctionElement_expone
nt_Getter"; | 796 AnimatedNumber get exponent native "SVGComponentTransferFunctionElement_expone
nt_Getter"; |
| 923 | 797 |
| 924 | 798 @DomName('SVGComponentTransferFunctionElement.intercept') |
| 925 /** @domName SVGComponentTransferFunctionElement.intercept */ | |
| 926 AnimatedNumber get intercept native "SVGComponentTransferFunctionElement_inter
cept_Getter"; | 799 AnimatedNumber get intercept native "SVGComponentTransferFunctionElement_inter
cept_Getter"; |
| 927 | 800 |
| 928 | 801 @DomName('SVGComponentTransferFunctionElement.offset') |
| 929 /** @domName SVGComponentTransferFunctionElement.offset */ | |
| 930 AnimatedNumber get offset native "SVGComponentTransferFunctionElement_offset_G
etter"; | 802 AnimatedNumber get offset native "SVGComponentTransferFunctionElement_offset_G
etter"; |
| 931 | 803 |
| 932 | 804 @DomName('SVGComponentTransferFunctionElement.slope') |
| 933 /** @domName SVGComponentTransferFunctionElement.slope */ | |
| 934 AnimatedNumber get slope native "SVGComponentTransferFunctionElement_slope_Get
ter"; | 805 AnimatedNumber get slope native "SVGComponentTransferFunctionElement_slope_Get
ter"; |
| 935 | 806 |
| 936 | 807 @DomName('SVGComponentTransferFunctionElement.tableValues') |
| 937 /** @domName SVGComponentTransferFunctionElement.tableValues */ | |
| 938 AnimatedNumberList get tableValues native "SVGComponentTransferFunctionElement
_tableValues_Getter"; | 808 AnimatedNumberList get tableValues native "SVGComponentTransferFunctionElement
_tableValues_Getter"; |
| 939 | 809 |
| 940 | 810 @DomName('SVGComponentTransferFunctionElement.type') |
| 941 /** @domName SVGComponentTransferFunctionElement.type */ | |
| 942 AnimatedEnumeration get type native "SVGComponentTransferFunctionElement_type_
Getter"; | 811 AnimatedEnumeration get type native "SVGComponentTransferFunctionElement_type_
Getter"; |
| 943 | 812 |
| 944 } | 813 } |
| 945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 814 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 946 // for details. All rights reserved. Use of this source code is governed by a | 815 // for details. All rights reserved. Use of this source code is governed by a |
| 947 // BSD-style license that can be found in the LICENSE file. | 816 // BSD-style license that can be found in the LICENSE file. |
| 948 | 817 |
| 949 // WARNING: Do not edit - generated code. | 818 // WARNING: Do not edit - generated code. |
| 950 | 819 |
| 951 | 820 |
| 952 /// @domName SVGCursorElement | 821 @DomName('SVGCursorElement') |
| 953 class CursorElement extends SvgElement implements UriReference, Tests, ExternalR
esourcesRequired { | 822 class CursorElement extends SvgElement implements UriReference, Tests, ExternalR
esourcesRequired { |
| 954 CursorElement.internal() : super.internal(); | 823 CursorElement.internal() : super.internal(); |
| 955 | 824 |
| 956 ///@docsEditable true | 825 /// @docsEditable true |
| 957 factory CursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cu
rsor"); | 826 factory CursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cu
rsor"); |
| 958 | 827 |
| 959 | 828 @DomName('SVGCursorElement.x') |
| 960 /** @domName SVGCursorElement.x */ | |
| 961 AnimatedLength get x native "SVGCursorElement_x_Getter"; | 829 AnimatedLength get x native "SVGCursorElement_x_Getter"; |
| 962 | 830 |
| 963 | 831 @DomName('SVGCursorElement.y') |
| 964 /** @domName SVGCursorElement.y */ | |
| 965 AnimatedLength get y native "SVGCursorElement_y_Getter"; | 832 AnimatedLength get y native "SVGCursorElement_y_Getter"; |
| 966 | 833 |
| 967 | 834 @DomName('SVGCursorElement.externalResourcesRequired') |
| 968 /** @domName SVGCursorElement.externalResourcesRequired */ | |
| 969 AnimatedBoolean get externalResourcesRequired native "SVGCursorElement_externa
lResourcesRequired_Getter"; | 835 AnimatedBoolean get externalResourcesRequired native "SVGCursorElement_externa
lResourcesRequired_Getter"; |
| 970 | 836 |
| 971 | 837 @DomName('SVGCursorElement.requiredExtensions') |
| 972 /** @domName SVGCursorElement.requiredExtensions */ | |
| 973 StringList get requiredExtensions native "SVGCursorElement_requiredExtensions_
Getter"; | 838 StringList get requiredExtensions native "SVGCursorElement_requiredExtensions_
Getter"; |
| 974 | 839 |
| 975 | 840 @DomName('SVGCursorElement.requiredFeatures') |
| 976 /** @domName SVGCursorElement.requiredFeatures */ | |
| 977 StringList get requiredFeatures native "SVGCursorElement_requiredFeatures_Gett
er"; | 841 StringList get requiredFeatures native "SVGCursorElement_requiredFeatures_Gett
er"; |
| 978 | 842 |
| 979 | 843 @DomName('SVGCursorElement.systemLanguage') |
| 980 /** @domName SVGCursorElement.systemLanguage */ | |
| 981 StringList get systemLanguage native "SVGCursorElement_systemLanguage_Getter"; | 844 StringList get systemLanguage native "SVGCursorElement_systemLanguage_Getter"; |
| 982 | 845 |
| 983 | 846 @DomName('SVGCursorElement.hasExtension') |
| 984 /** @domName SVGCursorElement.hasExtension */ | |
| 985 bool hasExtension(String extension) native "SVGCursorElement_hasExtension_Call
back"; | 847 bool hasExtension(String extension) native "SVGCursorElement_hasExtension_Call
back"; |
| 986 | 848 |
| 987 | 849 @DomName('SVGCursorElement.href') |
| 988 /** @domName SVGCursorElement.href */ | |
| 989 AnimatedString get href native "SVGCursorElement_href_Getter"; | 850 AnimatedString get href native "SVGCursorElement_href_Getter"; |
| 990 | 851 |
| 991 } | 852 } |
| 992 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 853 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 993 // for details. All rights reserved. Use of this source code is governed by a | 854 // for details. All rights reserved. Use of this source code is governed by a |
| 994 // BSD-style license that can be found in the LICENSE file. | 855 // BSD-style license that can be found in the LICENSE file. |
| 995 | 856 |
| 996 // WARNING: Do not edit - generated code. | 857 // WARNING: Do not edit - generated code. |
| 997 | 858 |
| 998 | 859 |
| 999 /// @domName SVGDefsElement | 860 @DomName('SVGDefsElement') |
| 1000 class DefsElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { | 861 class DefsElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { |
| 1001 DefsElement.internal() : super.internal(); | 862 DefsElement.internal() : super.internal(); |
| 1002 | 863 |
| 1003 ///@docsEditable true | 864 /// @docsEditable true |
| 1004 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); | 865 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); |
| 1005 | 866 |
| 1006 | 867 @DomName('SVGDefsElement.externalResourcesRequired') |
| 1007 /** @domName SVGDefsElement.externalResourcesRequired */ | |
| 1008 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR
esourcesRequired_Getter"; | 868 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR
esourcesRequired_Getter"; |
| 1009 | 869 |
| 1010 | 870 @DomName('SVGDefsElement.xmllang') |
| 1011 /** @domName SVGDefsElement.xmllang */ | |
| 1012 String get xmllang native "SVGDefsElement_xmllang_Getter"; | 871 String get xmllang native "SVGDefsElement_xmllang_Getter"; |
| 1013 | 872 |
| 1014 | 873 @DomName('SVGDefsElement.xmllang') |
| 1015 /** @domName SVGDefsElement.xmllang */ | |
| 1016 void set xmllang(String value) native "SVGDefsElement_xmllang_Setter"; | 874 void set xmllang(String value) native "SVGDefsElement_xmllang_Setter"; |
| 1017 | 875 |
| 1018 | 876 @DomName('SVGDefsElement.xmlspace') |
| 1019 /** @domName SVGDefsElement.xmlspace */ | |
| 1020 String get xmlspace native "SVGDefsElement_xmlspace_Getter"; | 877 String get xmlspace native "SVGDefsElement_xmlspace_Getter"; |
| 1021 | 878 |
| 1022 | 879 @DomName('SVGDefsElement.xmlspace') |
| 1023 /** @domName SVGDefsElement.xmlspace */ | |
| 1024 void set xmlspace(String value) native "SVGDefsElement_xmlspace_Setter"; | 880 void set xmlspace(String value) native "SVGDefsElement_xmlspace_Setter"; |
| 1025 | 881 |
| 1026 | 882 @DomName('SVGDefsElement.farthestViewportElement') |
| 1027 /** @domName SVGDefsElement.farthestViewportElement */ | |
| 1028 SvgElement get farthestViewportElement native "SVGDefsElement_farthestViewport
Element_Getter"; | 883 SvgElement get farthestViewportElement native "SVGDefsElement_farthestViewport
Element_Getter"; |
| 1029 | 884 |
| 1030 | 885 @DomName('SVGDefsElement.nearestViewportElement') |
| 1031 /** @domName SVGDefsElement.nearestViewportElement */ | |
| 1032 SvgElement get nearestViewportElement native "SVGDefsElement_nearestViewportEl
ement_Getter"; | 886 SvgElement get nearestViewportElement native "SVGDefsElement_nearestViewportEl
ement_Getter"; |
| 1033 | 887 |
| 1034 | 888 @DomName('SVGDefsElement.getBBox') |
| 1035 /** @domName SVGDefsElement.getBBox */ | |
| 1036 Rect getBBox() native "SVGDefsElement_getBBox_Callback"; | 889 Rect getBBox() native "SVGDefsElement_getBBox_Callback"; |
| 1037 | 890 |
| 1038 | 891 @DomName('SVGDefsElement.getCTM') |
| 1039 /** @domName SVGDefsElement.getCTM */ | |
| 1040 Matrix getCtm() native "SVGDefsElement_getCTM_Callback"; | 892 Matrix getCtm() native "SVGDefsElement_getCTM_Callback"; |
| 1041 | 893 |
| 1042 | 894 @DomName('SVGDefsElement.getScreenCTM') |
| 1043 /** @domName SVGDefsElement.getScreenCTM */ | |
| 1044 Matrix getScreenCtm() native "SVGDefsElement_getScreenCTM_Callback"; | 895 Matrix getScreenCtm() native "SVGDefsElement_getScreenCTM_Callback"; |
| 1045 | 896 |
| 1046 | 897 @DomName('SVGDefsElement.getTransformToElement') |
| 1047 /** @domName SVGDefsElement.getTransformToElement */ | |
| 1048 Matrix getTransformToElement(SvgElement element) native "SVGDefsElement_getTra
nsformToElement_Callback"; | 898 Matrix getTransformToElement(SvgElement element) native "SVGDefsElement_getTra
nsformToElement_Callback"; |
| 1049 | 899 |
| 1050 | 900 @DomName('SVGDefsElement.className') |
| 1051 /** @domName SVGDefsElement.className */ | |
| 1052 AnimatedString get $dom_svgClassName native "SVGDefsElement_className_Getter"; | 901 AnimatedString get $dom_svgClassName native "SVGDefsElement_className_Getter"; |
| 1053 | 902 |
| 1054 | 903 @DomName('SVGDefsElement.style') |
| 1055 /** @domName SVGDefsElement.style */ | |
| 1056 CssStyleDeclaration get style native "SVGDefsElement_style_Getter"; | 904 CssStyleDeclaration get style native "SVGDefsElement_style_Getter"; |
| 1057 | 905 |
| 1058 | 906 @DomName('SVGDefsElement.getPresentationAttribute') |
| 1059 /** @domName SVGDefsElement.getPresentationAttribute */ | |
| 1060 CssValue getPresentationAttribute(String name) native "SVGDefsElement_getPrese
ntationAttribute_Callback"; | 907 CssValue getPresentationAttribute(String name) native "SVGDefsElement_getPrese
ntationAttribute_Callback"; |
| 1061 | 908 |
| 1062 | 909 @DomName('SVGDefsElement.requiredExtensions') |
| 1063 /** @domName SVGDefsElement.requiredExtensions */ | |
| 1064 StringList get requiredExtensions native "SVGDefsElement_requiredExtensions_Ge
tter"; | 910 StringList get requiredExtensions native "SVGDefsElement_requiredExtensions_Ge
tter"; |
| 1065 | 911 |
| 1066 | 912 @DomName('SVGDefsElement.requiredFeatures') |
| 1067 /** @domName SVGDefsElement.requiredFeatures */ | |
| 1068 StringList get requiredFeatures native "SVGDefsElement_requiredFeatures_Getter
"; | 913 StringList get requiredFeatures native "SVGDefsElement_requiredFeatures_Getter
"; |
| 1069 | 914 |
| 1070 | 915 @DomName('SVGDefsElement.systemLanguage') |
| 1071 /** @domName SVGDefsElement.systemLanguage */ | |
| 1072 StringList get systemLanguage native "SVGDefsElement_systemLanguage_Getter"; | 916 StringList get systemLanguage native "SVGDefsElement_systemLanguage_Getter"; |
| 1073 | 917 |
| 1074 | 918 @DomName('SVGDefsElement.hasExtension') |
| 1075 /** @domName SVGDefsElement.hasExtension */ | |
| 1076 bool hasExtension(String extension) native "SVGDefsElement_hasExtension_Callba
ck"; | 919 bool hasExtension(String extension) native "SVGDefsElement_hasExtension_Callba
ck"; |
| 1077 | 920 |
| 1078 | 921 @DomName('SVGDefsElement.transform') |
| 1079 /** @domName SVGDefsElement.transform */ | |
| 1080 AnimatedTransformList get transform native "SVGDefsElement_transform_Getter"; | 922 AnimatedTransformList get transform native "SVGDefsElement_transform_Getter"; |
| 1081 | 923 |
| 1082 } | 924 } |
| 1083 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 925 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1084 // for details. All rights reserved. Use of this source code is governed by a | 926 // for details. All rights reserved. Use of this source code is governed by a |
| 1085 // BSD-style license that can be found in the LICENSE file. | 927 // BSD-style license that can be found in the LICENSE file. |
| 1086 | 928 |
| 1087 // WARNING: Do not edit - generated code. | 929 // WARNING: Do not edit - generated code. |
| 1088 | 930 |
| 1089 | 931 |
| 1090 /// @domName SVGDescElement | 932 @DomName('SVGDescElement') |
| 1091 class DescElement extends SvgElement implements Stylable, LangSpace { | 933 class DescElement extends SvgElement implements Stylable, LangSpace { |
| 1092 DescElement.internal() : super.internal(); | 934 DescElement.internal() : super.internal(); |
| 1093 | 935 |
| 1094 ///@docsEditable true | 936 /// @docsEditable true |
| 1095 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); | 937 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); |
| 1096 | 938 |
| 1097 | 939 @DomName('SVGDescElement.xmllang') |
| 1098 /** @domName SVGDescElement.xmllang */ | |
| 1099 String get xmllang native "SVGDescElement_xmllang_Getter"; | 940 String get xmllang native "SVGDescElement_xmllang_Getter"; |
| 1100 | 941 |
| 1101 | 942 @DomName('SVGDescElement.xmllang') |
| 1102 /** @domName SVGDescElement.xmllang */ | |
| 1103 void set xmllang(String value) native "SVGDescElement_xmllang_Setter"; | 943 void set xmllang(String value) native "SVGDescElement_xmllang_Setter"; |
| 1104 | 944 |
| 1105 | 945 @DomName('SVGDescElement.xmlspace') |
| 1106 /** @domName SVGDescElement.xmlspace */ | |
| 1107 String get xmlspace native "SVGDescElement_xmlspace_Getter"; | 946 String get xmlspace native "SVGDescElement_xmlspace_Getter"; |
| 1108 | 947 |
| 1109 | 948 @DomName('SVGDescElement.xmlspace') |
| 1110 /** @domName SVGDescElement.xmlspace */ | |
| 1111 void set xmlspace(String value) native "SVGDescElement_xmlspace_Setter"; | 949 void set xmlspace(String value) native "SVGDescElement_xmlspace_Setter"; |
| 1112 | 950 |
| 1113 | 951 @DomName('SVGDescElement.className') |
| 1114 /** @domName SVGDescElement.className */ | |
| 1115 AnimatedString get $dom_svgClassName native "SVGDescElement_className_Getter"; | 952 AnimatedString get $dom_svgClassName native "SVGDescElement_className_Getter"; |
| 1116 | 953 |
| 1117 | 954 @DomName('SVGDescElement.style') |
| 1118 /** @domName SVGDescElement.style */ | |
| 1119 CssStyleDeclaration get style native "SVGDescElement_style_Getter"; | 955 CssStyleDeclaration get style native "SVGDescElement_style_Getter"; |
| 1120 | 956 |
| 1121 | 957 @DomName('SVGDescElement.getPresentationAttribute') |
| 1122 /** @domName SVGDescElement.getPresentationAttribute */ | |
| 1123 CssValue getPresentationAttribute(String name) native "SVGDescElement_getPrese
ntationAttribute_Callback"; | 958 CssValue getPresentationAttribute(String name) native "SVGDescElement_getPrese
ntationAttribute_Callback"; |
| 1124 | 959 |
| 1125 } | 960 } |
| 1126 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 961 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1127 // for details. All rights reserved. Use of this source code is governed by a | 962 // for details. All rights reserved. Use of this source code is governed by a |
| 1128 // BSD-style license that can be found in the LICENSE file. | 963 // BSD-style license that can be found in the LICENSE file. |
| 1129 | 964 |
| 1130 // WARNING: Do not edit - generated code. | 965 // WARNING: Do not edit - generated code. |
| 1131 | 966 |
| 1132 | 967 |
| 1133 /// @domName SVGElementInstance | 968 @DomName('SVGElementInstance') |
| 1134 class ElementInstance extends EventTarget { | 969 class ElementInstance extends EventTarget { |
| 1135 ElementInstance.internal() : super.internal(); | 970 ElementInstance.internal() : super.internal(); |
| 1136 | 971 |
| 1137 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider
<Event>('abort'); | 972 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider
<Event>('abort'); |
| 1138 | 973 |
| 1139 static const EventStreamProvider<Event> beforeCopyEvent = const EventStreamPro
vider<Event>('beforecopy'); | 974 static const EventStreamProvider<Event> beforeCopyEvent = const EventStreamPro
vider<Event>('beforecopy'); |
| 1140 | 975 |
| 1141 static const EventStreamProvider<Event> beforeCutEvent = const EventStreamProv
ider<Event>('beforecut'); | 976 static const EventStreamProvider<Event> beforeCutEvent = const EventStreamProv
ider<Event>('beforecut'); |
| 1142 | 977 |
| 1143 static const EventStreamProvider<Event> beforePasteEvent = const EventStreamPr
ovider<Event>('beforepaste'); | 978 static const EventStreamProvider<Event> beforePasteEvent = const EventStreamPr
ovider<Event>('beforepaste'); |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1207 static const EventStreamProvider<Event> searchEvent = const EventStreamProvide
r<Event>('search'); | 1042 static const EventStreamProvider<Event> searchEvent = const EventStreamProvide
r<Event>('search'); |
| 1208 | 1043 |
| 1209 static const EventStreamProvider<Event> selectEvent = const EventStreamProvide
r<Event>('select'); | 1044 static const EventStreamProvider<Event> selectEvent = const EventStreamProvide
r<Event>('select'); |
| 1210 | 1045 |
| 1211 static const EventStreamProvider<Event> selectStartEvent = const EventStreamPr
ovider<Event>('selectstart'); | 1046 static const EventStreamProvider<Event> selectStartEvent = const EventStreamPr
ovider<Event>('selectstart'); |
| 1212 | 1047 |
| 1213 static const EventStreamProvider<Event> submitEvent = const EventStreamProvide
r<Event>('submit'); | 1048 static const EventStreamProvider<Event> submitEvent = const EventStreamProvide
r<Event>('submit'); |
| 1214 | 1049 |
| 1215 static const EventStreamProvider<Event> unloadEvent = const EventStreamProvide
r<Event>('unload'); | 1050 static const EventStreamProvider<Event> unloadEvent = const EventStreamProvide
r<Event>('unload'); |
| 1216 | 1051 |
| 1217 /// @domName EventTarget.addEventListener, EventTarget.removeEventListener, Ev
entTarget.dispatchEvent; @docsEditable true | 1052 /// @docsEditable true |
| 1053 @DomName('EventTarget.addEventListener, EventTarget.removeEventListener, Event
Target.dispatchEvent') |
| 1218 ElementInstanceEvents get on => | 1054 ElementInstanceEvents get on => |
| 1219 new ElementInstanceEvents(this); | 1055 new ElementInstanceEvents(this); |
| 1220 | 1056 |
| 1221 | 1057 @DomName('SVGElementInstance.childNodes') |
| 1222 /** @domName SVGElementInstance.childNodes */ | |
| 1223 List<ElementInstance> get childNodes native "SVGElementInstance_childNodes_Get
ter"; | 1058 List<ElementInstance> get childNodes native "SVGElementInstance_childNodes_Get
ter"; |
| 1224 | 1059 |
| 1225 | 1060 @DomName('SVGElementInstance.correspondingElement') |
| 1226 /** @domName SVGElementInstance.correspondingElement */ | |
| 1227 SvgElement get correspondingElement native "SVGElementInstance_correspondingEl
ement_Getter"; | 1061 SvgElement get correspondingElement native "SVGElementInstance_correspondingEl
ement_Getter"; |
| 1228 | 1062 |
| 1229 | 1063 @DomName('SVGElementInstance.correspondingUseElement') |
| 1230 /** @domName SVGElementInstance.correspondingUseElement */ | |
| 1231 UseElement get correspondingUseElement native "SVGElementInstance_correspondin
gUseElement_Getter"; | 1064 UseElement get correspondingUseElement native "SVGElementInstance_correspondin
gUseElement_Getter"; |
| 1232 | 1065 |
| 1233 | 1066 @DomName('SVGElementInstance.firstChild') |
| 1234 /** @domName SVGElementInstance.firstChild */ | |
| 1235 ElementInstance get firstChild native "SVGElementInstance_firstChild_Getter"; | 1067 ElementInstance get firstChild native "SVGElementInstance_firstChild_Getter"; |
| 1236 | 1068 |
| 1237 | 1069 @DomName('SVGElementInstance.lastChild') |
| 1238 /** @domName SVGElementInstance.lastChild */ | |
| 1239 ElementInstance get lastChild native "SVGElementInstance_lastChild_Getter"; | 1070 ElementInstance get lastChild native "SVGElementInstance_lastChild_Getter"; |
| 1240 | 1071 |
| 1241 | 1072 @DomName('SVGElementInstance.nextSibling') |
| 1242 /** @domName SVGElementInstance.nextSibling */ | |
| 1243 ElementInstance get nextSibling native "SVGElementInstance_nextSibling_Getter"
; | 1073 ElementInstance get nextSibling native "SVGElementInstance_nextSibling_Getter"
; |
| 1244 | 1074 |
| 1245 | 1075 @DomName('SVGElementInstance.parentNode') |
| 1246 /** @domName SVGElementInstance.parentNode */ | |
| 1247 ElementInstance get parentNode native "SVGElementInstance_parentNode_Getter"; | 1076 ElementInstance get parentNode native "SVGElementInstance_parentNode_Getter"; |
| 1248 | 1077 |
| 1249 | 1078 @DomName('SVGElementInstance.previousSibling') |
| 1250 /** @domName SVGElementInstance.previousSibling */ | |
| 1251 ElementInstance get previousSibling native "SVGElementInstance_previousSibling
_Getter"; | 1079 ElementInstance get previousSibling native "SVGElementInstance_previousSibling
_Getter"; |
| 1252 | 1080 |
| 1253 Stream<Event> get onAbort => abortEvent.forTarget(this); | 1081 Stream<Event> get onAbort => abortEvent.forTarget(this); |
| 1254 | 1082 |
| 1255 Stream<Event> get onBeforeCopy => beforeCopyEvent.forTarget(this); | 1083 Stream<Event> get onBeforeCopy => beforeCopyEvent.forTarget(this); |
| 1256 | 1084 |
| 1257 Stream<Event> get onBeforeCut => beforeCutEvent.forTarget(this); | 1085 Stream<Event> get onBeforeCut => beforeCutEvent.forTarget(this); |
| 1258 | 1086 |
| 1259 Stream<Event> get onBeforePaste => beforePasteEvent.forTarget(this); | 1087 Stream<Event> get onBeforePaste => beforePasteEvent.forTarget(this); |
| 1260 | 1088 |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1457 /// @docsEditable true | 1285 /// @docsEditable true |
| 1458 EventListenerList get unload => this['unload']; | 1286 EventListenerList get unload => this['unload']; |
| 1459 } | 1287 } |
| 1460 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1288 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1461 // for details. All rights reserved. Use of this source code is governed by a | 1289 // for details. All rights reserved. Use of this source code is governed by a |
| 1462 // BSD-style license that can be found in the LICENSE file. | 1290 // BSD-style license that can be found in the LICENSE file. |
| 1463 | 1291 |
| 1464 // WARNING: Do not edit - generated code. | 1292 // WARNING: Do not edit - generated code. |
| 1465 | 1293 |
| 1466 | 1294 |
| 1467 /// @domName ElementTimeControl | 1295 @DomName('ElementTimeControl') |
| 1468 class ElementTimeControl extends NativeFieldWrapperClass1 { | 1296 class ElementTimeControl extends NativeFieldWrapperClass1 { |
| 1469 ElementTimeControl.internal(); | 1297 ElementTimeControl.internal(); |
| 1470 | 1298 |
| 1471 | 1299 @DomName('ElementTimeControl.beginElement') |
| 1472 /** @domName ElementTimeControl.beginElement */ | |
| 1473 void beginElement() native "ElementTimeControl_beginElement_Callback"; | 1300 void beginElement() native "ElementTimeControl_beginElement_Callback"; |
| 1474 | 1301 |
| 1475 | 1302 @DomName('ElementTimeControl.beginElementAt') |
| 1476 /** @domName ElementTimeControl.beginElementAt */ | |
| 1477 void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Call
back"; | 1303 void beginElementAt(num offset) native "ElementTimeControl_beginElementAt_Call
back"; |
| 1478 | 1304 |
| 1479 | 1305 @DomName('ElementTimeControl.endElement') |
| 1480 /** @domName ElementTimeControl.endElement */ | |
| 1481 void endElement() native "ElementTimeControl_endElement_Callback"; | 1306 void endElement() native "ElementTimeControl_endElement_Callback"; |
| 1482 | 1307 |
| 1483 | 1308 @DomName('ElementTimeControl.endElementAt') |
| 1484 /** @domName ElementTimeControl.endElementAt */ | |
| 1485 void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback
"; | 1309 void endElementAt(num offset) native "ElementTimeControl_endElementAt_Callback
"; |
| 1486 | 1310 |
| 1487 } | 1311 } |
| 1488 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1312 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1489 // for details. All rights reserved. Use of this source code is governed by a | 1313 // for details. All rights reserved. Use of this source code is governed by a |
| 1490 // BSD-style license that can be found in the LICENSE file. | 1314 // BSD-style license that can be found in the LICENSE file. |
| 1491 | 1315 |
| 1492 // WARNING: Do not edit - generated code. | 1316 // WARNING: Do not edit - generated code. |
| 1493 | 1317 |
| 1494 | 1318 |
| 1495 /// @domName SVGEllipseElement | 1319 @DomName('SVGEllipseElement') |
| 1496 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { | 1320 class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { |
| 1497 EllipseElement.internal() : super.internal(); | 1321 EllipseElement.internal() : super.internal(); |
| 1498 | 1322 |
| 1499 ///@docsEditable true | 1323 /// @docsEditable true |
| 1500 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1324 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
| 1501 | 1325 |
| 1502 | 1326 @DomName('SVGEllipseElement.cx') |
| 1503 /** @domName SVGEllipseElement.cx */ | |
| 1504 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; | 1327 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; |
| 1505 | 1328 |
| 1506 | 1329 @DomName('SVGEllipseElement.cy') |
| 1507 /** @domName SVGEllipseElement.cy */ | |
| 1508 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; | 1330 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; |
| 1509 | 1331 |
| 1510 | 1332 @DomName('SVGEllipseElement.rx') |
| 1511 /** @domName SVGEllipseElement.rx */ | |
| 1512 AnimatedLength get rx native "SVGEllipseElement_rx_Getter"; | 1333 AnimatedLength get rx native "SVGEllipseElement_rx_Getter"; |
| 1513 | 1334 |
| 1514 | 1335 @DomName('SVGEllipseElement.ry') |
| 1515 /** @domName SVGEllipseElement.ry */ | |
| 1516 AnimatedLength get ry native "SVGEllipseElement_ry_Getter"; | 1336 AnimatedLength get ry native "SVGEllipseElement_ry_Getter"; |
| 1517 | 1337 |
| 1518 | 1338 @DomName('SVGEllipseElement.externalResourcesRequired') |
| 1519 /** @domName SVGEllipseElement.externalResourcesRequired */ | |
| 1520 AnimatedBoolean get externalResourcesRequired native "SVGEllipseElement_extern
alResourcesRequired_Getter"; | 1339 AnimatedBoolean get externalResourcesRequired native "SVGEllipseElement_extern
alResourcesRequired_Getter"; |
| 1521 | 1340 |
| 1522 | 1341 @DomName('SVGEllipseElement.xmllang') |
| 1523 /** @domName SVGEllipseElement.xmllang */ | |
| 1524 String get xmllang native "SVGEllipseElement_xmllang_Getter"; | 1342 String get xmllang native "SVGEllipseElement_xmllang_Getter"; |
| 1525 | 1343 |
| 1526 | 1344 @DomName('SVGEllipseElement.xmllang') |
| 1527 /** @domName SVGEllipseElement.xmllang */ | |
| 1528 void set xmllang(String value) native "SVGEllipseElement_xmllang_Setter"; | 1345 void set xmllang(String value) native "SVGEllipseElement_xmllang_Setter"; |
| 1529 | 1346 |
| 1530 | 1347 @DomName('SVGEllipseElement.xmlspace') |
| 1531 /** @domName SVGEllipseElement.xmlspace */ | |
| 1532 String get xmlspace native "SVGEllipseElement_xmlspace_Getter"; | 1348 String get xmlspace native "SVGEllipseElement_xmlspace_Getter"; |
| 1533 | 1349 |
| 1534 | 1350 @DomName('SVGEllipseElement.xmlspace') |
| 1535 /** @domName SVGEllipseElement.xmlspace */ | |
| 1536 void set xmlspace(String value) native "SVGEllipseElement_xmlspace_Setter"; | 1351 void set xmlspace(String value) native "SVGEllipseElement_xmlspace_Setter"; |
| 1537 | 1352 |
| 1538 | 1353 @DomName('SVGEllipseElement.farthestViewportElement') |
| 1539 /** @domName SVGEllipseElement.farthestViewportElement */ | |
| 1540 SvgElement get farthestViewportElement native "SVGEllipseElement_farthestViewp
ortElement_Getter"; | 1354 SvgElement get farthestViewportElement native "SVGEllipseElement_farthestViewp
ortElement_Getter"; |
| 1541 | 1355 |
| 1542 | 1356 @DomName('SVGEllipseElement.nearestViewportElement') |
| 1543 /** @domName SVGEllipseElement.nearestViewportElement */ | |
| 1544 SvgElement get nearestViewportElement native "SVGEllipseElement_nearestViewpor
tElement_Getter"; | 1357 SvgElement get nearestViewportElement native "SVGEllipseElement_nearestViewpor
tElement_Getter"; |
| 1545 | 1358 |
| 1546 | 1359 @DomName('SVGEllipseElement.getBBox') |
| 1547 /** @domName SVGEllipseElement.getBBox */ | |
| 1548 Rect getBBox() native "SVGEllipseElement_getBBox_Callback"; | 1360 Rect getBBox() native "SVGEllipseElement_getBBox_Callback"; |
| 1549 | 1361 |
| 1550 | 1362 @DomName('SVGEllipseElement.getCTM') |
| 1551 /** @domName SVGEllipseElement.getCTM */ | |
| 1552 Matrix getCtm() native "SVGEllipseElement_getCTM_Callback"; | 1363 Matrix getCtm() native "SVGEllipseElement_getCTM_Callback"; |
| 1553 | 1364 |
| 1554 | 1365 @DomName('SVGEllipseElement.getScreenCTM') |
| 1555 /** @domName SVGEllipseElement.getScreenCTM */ | |
| 1556 Matrix getScreenCtm() native "SVGEllipseElement_getScreenCTM_Callback"; | 1366 Matrix getScreenCtm() native "SVGEllipseElement_getScreenCTM_Callback"; |
| 1557 | 1367 |
| 1558 | 1368 @DomName('SVGEllipseElement.getTransformToElement') |
| 1559 /** @domName SVGEllipseElement.getTransformToElement */ | |
| 1560 Matrix getTransformToElement(SvgElement element) native "SVGEllipseElement_get
TransformToElement_Callback"; | 1369 Matrix getTransformToElement(SvgElement element) native "SVGEllipseElement_get
TransformToElement_Callback"; |
| 1561 | 1370 |
| 1562 | 1371 @DomName('SVGEllipseElement.className') |
| 1563 /** @domName SVGEllipseElement.className */ | |
| 1564 AnimatedString get $dom_svgClassName native "SVGEllipseElement_className_Gette
r"; | 1372 AnimatedString get $dom_svgClassName native "SVGEllipseElement_className_Gette
r"; |
| 1565 | 1373 |
| 1566 | 1374 @DomName('SVGEllipseElement.style') |
| 1567 /** @domName SVGEllipseElement.style */ | |
| 1568 CssStyleDeclaration get style native "SVGEllipseElement_style_Getter"; | 1375 CssStyleDeclaration get style native "SVGEllipseElement_style_Getter"; |
| 1569 | 1376 |
| 1570 | 1377 @DomName('SVGEllipseElement.getPresentationAttribute') |
| 1571 /** @domName SVGEllipseElement.getPresentationAttribute */ | |
| 1572 CssValue getPresentationAttribute(String name) native "SVGEllipseElement_getPr
esentationAttribute_Callback"; | 1378 CssValue getPresentationAttribute(String name) native "SVGEllipseElement_getPr
esentationAttribute_Callback"; |
| 1573 | 1379 |
| 1574 | 1380 @DomName('SVGEllipseElement.requiredExtensions') |
| 1575 /** @domName SVGEllipseElement.requiredExtensions */ | |
| 1576 StringList get requiredExtensions native "SVGEllipseElement_requiredExtensions
_Getter"; | 1381 StringList get requiredExtensions native "SVGEllipseElement_requiredExtensions
_Getter"; |
| 1577 | 1382 |
| 1578 | 1383 @DomName('SVGEllipseElement.requiredFeatures') |
| 1579 /** @domName SVGEllipseElement.requiredFeatures */ | |
| 1580 StringList get requiredFeatures native "SVGEllipseElement_requiredFeatures_Get
ter"; | 1384 StringList get requiredFeatures native "SVGEllipseElement_requiredFeatures_Get
ter"; |
| 1581 | 1385 |
| 1582 | 1386 @DomName('SVGEllipseElement.systemLanguage') |
| 1583 /** @domName SVGEllipseElement.systemLanguage */ | |
| 1584 StringList get systemLanguage native "SVGEllipseElement_systemLanguage_Getter"
; | 1387 StringList get systemLanguage native "SVGEllipseElement_systemLanguage_Getter"
; |
| 1585 | 1388 |
| 1586 | 1389 @DomName('SVGEllipseElement.hasExtension') |
| 1587 /** @domName SVGEllipseElement.hasExtension */ | |
| 1588 bool hasExtension(String extension) native "SVGEllipseElement_hasExtension_Cal
lback"; | 1390 bool hasExtension(String extension) native "SVGEllipseElement_hasExtension_Cal
lback"; |
| 1589 | 1391 |
| 1590 | 1392 @DomName('SVGEllipseElement.transform') |
| 1591 /** @domName SVGEllipseElement.transform */ | |
| 1592 AnimatedTransformList get transform native "SVGEllipseElement_transform_Getter
"; | 1393 AnimatedTransformList get transform native "SVGEllipseElement_transform_Getter
"; |
| 1593 | 1394 |
| 1594 } | 1395 } |
| 1595 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1396 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1596 // for details. All rights reserved. Use of this source code is governed by a | 1397 // for details. All rights reserved. Use of this source code is governed by a |
| 1597 // BSD-style license that can be found in the LICENSE file. | 1398 // BSD-style license that can be found in the LICENSE file. |
| 1598 | 1399 |
| 1599 // WARNING: Do not edit - generated code. | 1400 // WARNING: Do not edit - generated code. |
| 1600 | 1401 |
| 1601 | 1402 |
| 1602 /// @domName SVGExternalResourcesRequired | 1403 @DomName('SVGExternalResourcesRequired') |
| 1603 class ExternalResourcesRequired extends NativeFieldWrapperClass1 { | 1404 class ExternalResourcesRequired extends NativeFieldWrapperClass1 { |
| 1604 ExternalResourcesRequired.internal(); | 1405 ExternalResourcesRequired.internal(); |
| 1605 | 1406 |
| 1606 | 1407 @DomName('SVGExternalResourcesRequired.externalResourcesRequired') |
| 1607 /** @domName SVGExternalResourcesRequired.externalResourcesRequired */ | |
| 1608 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ
ired_externalResourcesRequired_Getter"; | 1408 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ
ired_externalResourcesRequired_Getter"; |
| 1609 | 1409 |
| 1610 } | 1410 } |
| 1611 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1411 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1612 // for details. All rights reserved. Use of this source code is governed by a | 1412 // for details. All rights reserved. Use of this source code is governed by a |
| 1613 // BSD-style license that can be found in the LICENSE file. | 1413 // BSD-style license that can be found in the LICENSE file. |
| 1614 | 1414 |
| 1615 // WARNING: Do not edit - generated code. | 1415 // WARNING: Do not edit - generated code. |
| 1616 | 1416 |
| 1617 | 1417 |
| 1618 /// @domName SVGFEBlendElement | 1418 @DomName('SVGFEBlendElement') |
| 1619 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 1419 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { |
| 1620 FEBlendElement.internal() : super.internal(); | 1420 FEBlendElement.internal() : super.internal(); |
| 1621 | 1421 |
| 1622 static const int SVG_FEBLEND_MODE_DARKEN = 4; | 1422 static const int SVG_FEBLEND_MODE_DARKEN = 4; |
| 1623 | 1423 |
| 1624 static const int SVG_FEBLEND_MODE_LIGHTEN = 5; | 1424 static const int SVG_FEBLEND_MODE_LIGHTEN = 5; |
| 1625 | 1425 |
| 1626 static const int SVG_FEBLEND_MODE_MULTIPLY = 2; | 1426 static const int SVG_FEBLEND_MODE_MULTIPLY = 2; |
| 1627 | 1427 |
| 1628 static const int SVG_FEBLEND_MODE_NORMAL = 1; | 1428 static const int SVG_FEBLEND_MODE_NORMAL = 1; |
| 1629 | 1429 |
| 1630 static const int SVG_FEBLEND_MODE_SCREEN = 3; | 1430 static const int SVG_FEBLEND_MODE_SCREEN = 3; |
| 1631 | 1431 |
| 1632 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; | 1432 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; |
| 1633 | 1433 |
| 1634 | 1434 @DomName('SVGFEBlendElement.in1') |
| 1635 /** @domName SVGFEBlendElement.in1 */ | |
| 1636 AnimatedString get in1 native "SVGFEBlendElement_in1_Getter"; | 1435 AnimatedString get in1 native "SVGFEBlendElement_in1_Getter"; |
| 1637 | 1436 |
| 1638 | 1437 @DomName('SVGFEBlendElement.in2') |
| 1639 /** @domName SVGFEBlendElement.in2 */ | |
| 1640 AnimatedString get in2 native "SVGFEBlendElement_in2_Getter"; | 1438 AnimatedString get in2 native "SVGFEBlendElement_in2_Getter"; |
| 1641 | 1439 |
| 1642 | 1440 @DomName('SVGFEBlendElement.mode') |
| 1643 /** @domName SVGFEBlendElement.mode */ | |
| 1644 AnimatedEnumeration get mode native "SVGFEBlendElement_mode_Getter"; | 1441 AnimatedEnumeration get mode native "SVGFEBlendElement_mode_Getter"; |
| 1645 | 1442 |
| 1646 | 1443 @DomName('SVGFEBlendElement.height') |
| 1647 /** @domName SVGFEBlendElement.height */ | |
| 1648 AnimatedLength get height native "SVGFEBlendElement_height_Getter"; | 1444 AnimatedLength get height native "SVGFEBlendElement_height_Getter"; |
| 1649 | 1445 |
| 1650 | 1446 @DomName('SVGFEBlendElement.result') |
| 1651 /** @domName SVGFEBlendElement.result */ | |
| 1652 AnimatedString get result native "SVGFEBlendElement_result_Getter"; | 1447 AnimatedString get result native "SVGFEBlendElement_result_Getter"; |
| 1653 | 1448 |
| 1654 | 1449 @DomName('SVGFEBlendElement.width') |
| 1655 /** @domName SVGFEBlendElement.width */ | |
| 1656 AnimatedLength get width native "SVGFEBlendElement_width_Getter"; | 1450 AnimatedLength get width native "SVGFEBlendElement_width_Getter"; |
| 1657 | 1451 |
| 1658 | 1452 @DomName('SVGFEBlendElement.x') |
| 1659 /** @domName SVGFEBlendElement.x */ | |
| 1660 AnimatedLength get x native "SVGFEBlendElement_x_Getter"; | 1453 AnimatedLength get x native "SVGFEBlendElement_x_Getter"; |
| 1661 | 1454 |
| 1662 | 1455 @DomName('SVGFEBlendElement.y') |
| 1663 /** @domName SVGFEBlendElement.y */ | |
| 1664 AnimatedLength get y native "SVGFEBlendElement_y_Getter"; | 1456 AnimatedLength get y native "SVGFEBlendElement_y_Getter"; |
| 1665 | 1457 |
| 1666 | 1458 @DomName('SVGFEBlendElement.className') |
| 1667 /** @domName SVGFEBlendElement.className */ | |
| 1668 AnimatedString get $dom_svgClassName native "SVGFEBlendElement_className_Gette
r"; | 1459 AnimatedString get $dom_svgClassName native "SVGFEBlendElement_className_Gette
r"; |
| 1669 | 1460 |
| 1670 | 1461 @DomName('SVGFEBlendElement.style') |
| 1671 /** @domName SVGFEBlendElement.style */ | |
| 1672 CssStyleDeclaration get style native "SVGFEBlendElement_style_Getter"; | 1462 CssStyleDeclaration get style native "SVGFEBlendElement_style_Getter"; |
| 1673 | 1463 |
| 1674 | 1464 @DomName('SVGFEBlendElement.getPresentationAttribute') |
| 1675 /** @domName SVGFEBlendElement.getPresentationAttribute */ | |
| 1676 CssValue getPresentationAttribute(String name) native "SVGFEBlendElement_getPr
esentationAttribute_Callback"; | 1465 CssValue getPresentationAttribute(String name) native "SVGFEBlendElement_getPr
esentationAttribute_Callback"; |
| 1677 | 1466 |
| 1678 } | 1467 } |
| 1679 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1468 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1680 // for details. All rights reserved. Use of this source code is governed by a | 1469 // for details. All rights reserved. Use of this source code is governed by a |
| 1681 // BSD-style license that can be found in the LICENSE file. | 1470 // BSD-style license that can be found in the LICENSE file. |
| 1682 | 1471 |
| 1683 // WARNING: Do not edit - generated code. | 1472 // WARNING: Do not edit - generated code. |
| 1684 | 1473 |
| 1685 | 1474 |
| 1686 /// @domName SVGFEColorMatrixElement | 1475 @DomName('SVGFEColorMatrixElement') |
| 1687 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard
Attributes { | 1476 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard
Attributes { |
| 1688 FEColorMatrixElement.internal() : super.internal(); | 1477 FEColorMatrixElement.internal() : super.internal(); |
| 1689 | 1478 |
| 1690 static const int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; | 1479 static const int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; |
| 1691 | 1480 |
| 1692 static const int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; | 1481 static const int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; |
| 1693 | 1482 |
| 1694 static const int SVG_FECOLORMATRIX_TYPE_MATRIX = 1; | 1483 static const int SVG_FECOLORMATRIX_TYPE_MATRIX = 1; |
| 1695 | 1484 |
| 1696 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; | 1485 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; |
| 1697 | 1486 |
| 1698 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; | 1487 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; |
| 1699 | 1488 |
| 1700 | 1489 @DomName('SVGFEColorMatrixElement.in1') |
| 1701 /** @domName SVGFEColorMatrixElement.in1 */ | |
| 1702 AnimatedString get in1 native "SVGFEColorMatrixElement_in1_Getter"; | 1490 AnimatedString get in1 native "SVGFEColorMatrixElement_in1_Getter"; |
| 1703 | 1491 |
| 1704 | 1492 @DomName('SVGFEColorMatrixElement.type') |
| 1705 /** @domName SVGFEColorMatrixElement.type */ | |
| 1706 AnimatedEnumeration get type native "SVGFEColorMatrixElement_type_Getter"; | 1493 AnimatedEnumeration get type native "SVGFEColorMatrixElement_type_Getter"; |
| 1707 | 1494 |
| 1708 | 1495 @DomName('SVGFEColorMatrixElement.values') |
| 1709 /** @domName SVGFEColorMatrixElement.values */ | |
| 1710 AnimatedNumberList get values native "SVGFEColorMatrixElement_values_Getter"; | 1496 AnimatedNumberList get values native "SVGFEColorMatrixElement_values_Getter"; |
| 1711 | 1497 |
| 1712 | 1498 @DomName('SVGFEColorMatrixElement.height') |
| 1713 /** @domName SVGFEColorMatrixElement.height */ | |
| 1714 AnimatedLength get height native "SVGFEColorMatrixElement_height_Getter"; | 1499 AnimatedLength get height native "SVGFEColorMatrixElement_height_Getter"; |
| 1715 | 1500 |
| 1716 | 1501 @DomName('SVGFEColorMatrixElement.result') |
| 1717 /** @domName SVGFEColorMatrixElement.result */ | |
| 1718 AnimatedString get result native "SVGFEColorMatrixElement_result_Getter"; | 1502 AnimatedString get result native "SVGFEColorMatrixElement_result_Getter"; |
| 1719 | 1503 |
| 1720 | 1504 @DomName('SVGFEColorMatrixElement.width') |
| 1721 /** @domName SVGFEColorMatrixElement.width */ | |
| 1722 AnimatedLength get width native "SVGFEColorMatrixElement_width_Getter"; | 1505 AnimatedLength get width native "SVGFEColorMatrixElement_width_Getter"; |
| 1723 | 1506 |
| 1724 | 1507 @DomName('SVGFEColorMatrixElement.x') |
| 1725 /** @domName SVGFEColorMatrixElement.x */ | |
| 1726 AnimatedLength get x native "SVGFEColorMatrixElement_x_Getter"; | 1508 AnimatedLength get x native "SVGFEColorMatrixElement_x_Getter"; |
| 1727 | 1509 |
| 1728 | 1510 @DomName('SVGFEColorMatrixElement.y') |
| 1729 /** @domName SVGFEColorMatrixElement.y */ | |
| 1730 AnimatedLength get y native "SVGFEColorMatrixElement_y_Getter"; | 1511 AnimatedLength get y native "SVGFEColorMatrixElement_y_Getter"; |
| 1731 | 1512 |
| 1732 | 1513 @DomName('SVGFEColorMatrixElement.className') |
| 1733 /** @domName SVGFEColorMatrixElement.className */ | |
| 1734 AnimatedString get $dom_svgClassName native "SVGFEColorMatrixElement_className
_Getter"; | 1514 AnimatedString get $dom_svgClassName native "SVGFEColorMatrixElement_className
_Getter"; |
| 1735 | 1515 |
| 1736 | 1516 @DomName('SVGFEColorMatrixElement.style') |
| 1737 /** @domName SVGFEColorMatrixElement.style */ | |
| 1738 CssStyleDeclaration get style native "SVGFEColorMatrixElement_style_Getter"; | 1517 CssStyleDeclaration get style native "SVGFEColorMatrixElement_style_Getter"; |
| 1739 | 1518 |
| 1740 | 1519 @DomName('SVGFEColorMatrixElement.getPresentationAttribute') |
| 1741 /** @domName SVGFEColorMatrixElement.getPresentationAttribute */ | |
| 1742 CssValue getPresentationAttribute(String name) native "SVGFEColorMatrixElement
_getPresentationAttribute_Callback"; | 1520 CssValue getPresentationAttribute(String name) native "SVGFEColorMatrixElement
_getPresentationAttribute_Callback"; |
| 1743 | 1521 |
| 1744 } | 1522 } |
| 1745 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1523 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1746 // for details. All rights reserved. Use of this source code is governed by a | 1524 // for details. All rights reserved. Use of this source code is governed by a |
| 1747 // BSD-style license that can be found in the LICENSE file. | 1525 // BSD-style license that can be found in the LICENSE file. |
| 1748 | 1526 |
| 1749 // WARNING: Do not edit - generated code. | 1527 // WARNING: Do not edit - generated code. |
| 1750 | 1528 |
| 1751 | 1529 |
| 1752 /// @domName SVGFEComponentTransferElement | 1530 @DomName('SVGFEComponentTransferElement') |
| 1753 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
andardAttributes { | 1531 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
andardAttributes { |
| 1754 FEComponentTransferElement.internal() : super.internal(); | 1532 FEComponentTransferElement.internal() : super.internal(); |
| 1755 | 1533 |
| 1756 | 1534 @DomName('SVGFEComponentTransferElement.in1') |
| 1757 /** @domName SVGFEComponentTransferElement.in1 */ | |
| 1758 AnimatedString get in1 native "SVGFEComponentTransferElement_in1_Getter"; | 1535 AnimatedString get in1 native "SVGFEComponentTransferElement_in1_Getter"; |
| 1759 | 1536 |
| 1760 | 1537 @DomName('SVGFEComponentTransferElement.height') |
| 1761 /** @domName SVGFEComponentTransferElement.height */ | |
| 1762 AnimatedLength get height native "SVGFEComponentTransferElement_height_Getter"
; | 1538 AnimatedLength get height native "SVGFEComponentTransferElement_height_Getter"
; |
| 1763 | 1539 |
| 1764 | 1540 @DomName('SVGFEComponentTransferElement.result') |
| 1765 /** @domName SVGFEComponentTransferElement.result */ | |
| 1766 AnimatedString get result native "SVGFEComponentTransferElement_result_Getter"
; | 1541 AnimatedString get result native "SVGFEComponentTransferElement_result_Getter"
; |
| 1767 | 1542 |
| 1768 | 1543 @DomName('SVGFEComponentTransferElement.width') |
| 1769 /** @domName SVGFEComponentTransferElement.width */ | |
| 1770 AnimatedLength get width native "SVGFEComponentTransferElement_width_Getter"; | 1544 AnimatedLength get width native "SVGFEComponentTransferElement_width_Getter"; |
| 1771 | 1545 |
| 1772 | 1546 @DomName('SVGFEComponentTransferElement.x') |
| 1773 /** @domName SVGFEComponentTransferElement.x */ | |
| 1774 AnimatedLength get x native "SVGFEComponentTransferElement_x_Getter"; | 1547 AnimatedLength get x native "SVGFEComponentTransferElement_x_Getter"; |
| 1775 | 1548 |
| 1776 | 1549 @DomName('SVGFEComponentTransferElement.y') |
| 1777 /** @domName SVGFEComponentTransferElement.y */ | |
| 1778 AnimatedLength get y native "SVGFEComponentTransferElement_y_Getter"; | 1550 AnimatedLength get y native "SVGFEComponentTransferElement_y_Getter"; |
| 1779 | 1551 |
| 1780 | 1552 @DomName('SVGFEComponentTransferElement.className') |
| 1781 /** @domName SVGFEComponentTransferElement.className */ | |
| 1782 AnimatedString get $dom_svgClassName native "SVGFEComponentTransferElement_cla
ssName_Getter"; | 1553 AnimatedString get $dom_svgClassName native "SVGFEComponentTransferElement_cla
ssName_Getter"; |
| 1783 | 1554 |
| 1784 | 1555 @DomName('SVGFEComponentTransferElement.style') |
| 1785 /** @domName SVGFEComponentTransferElement.style */ | |
| 1786 CssStyleDeclaration get style native "SVGFEComponentTransferElement_style_Gett
er"; | 1556 CssStyleDeclaration get style native "SVGFEComponentTransferElement_style_Gett
er"; |
| 1787 | 1557 |
| 1788 | 1558 @DomName('SVGFEComponentTransferElement.getPresentationAttribute') |
| 1789 /** @domName SVGFEComponentTransferElement.getPresentationAttribute */ | |
| 1790 CssValue getPresentationAttribute(String name) native "SVGFEComponentTransferE
lement_getPresentationAttribute_Callback"; | 1559 CssValue getPresentationAttribute(String name) native "SVGFEComponentTransferE
lement_getPresentationAttribute_Callback"; |
| 1791 | 1560 |
| 1792 } | 1561 } |
| 1793 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1562 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1794 // for details. All rights reserved. Use of this source code is governed by a | 1563 // for details. All rights reserved. Use of this source code is governed by a |
| 1795 // BSD-style license that can be found in the LICENSE file. | 1564 // BSD-style license that can be found in the LICENSE file. |
| 1796 | 1565 |
| 1797 // WARNING: Do not edit - generated code. | 1566 // WARNING: Do not edit - generated code. |
| 1798 | 1567 |
| 1799 | 1568 |
| 1800 /// @domName SVGFECompositeElement | 1569 @DomName('SVGFECompositeElement') |
| 1801 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt
tributes { | 1570 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt
tributes { |
| 1802 FECompositeElement.internal() : super.internal(); | 1571 FECompositeElement.internal() : super.internal(); |
| 1803 | 1572 |
| 1804 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; | 1573 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; |
| 1805 | 1574 |
| 1806 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; | 1575 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; |
| 1807 | 1576 |
| 1808 static const int SVG_FECOMPOSITE_OPERATOR_IN = 2; | 1577 static const int SVG_FECOMPOSITE_OPERATOR_IN = 2; |
| 1809 | 1578 |
| 1810 static const int SVG_FECOMPOSITE_OPERATOR_OUT = 3; | 1579 static const int SVG_FECOMPOSITE_OPERATOR_OUT = 3; |
| 1811 | 1580 |
| 1812 static const int SVG_FECOMPOSITE_OPERATOR_OVER = 1; | 1581 static const int SVG_FECOMPOSITE_OPERATOR_OVER = 1; |
| 1813 | 1582 |
| 1814 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; | 1583 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; |
| 1815 | 1584 |
| 1816 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; | 1585 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; |
| 1817 | 1586 |
| 1818 | 1587 @DomName('SVGFECompositeElement.in1') |
| 1819 /** @domName SVGFECompositeElement.in1 */ | |
| 1820 AnimatedString get in1 native "SVGFECompositeElement_in1_Getter"; | 1588 AnimatedString get in1 native "SVGFECompositeElement_in1_Getter"; |
| 1821 | 1589 |
| 1822 | 1590 @DomName('SVGFECompositeElement.in2') |
| 1823 /** @domName SVGFECompositeElement.in2 */ | |
| 1824 AnimatedString get in2 native "SVGFECompositeElement_in2_Getter"; | 1591 AnimatedString get in2 native "SVGFECompositeElement_in2_Getter"; |
| 1825 | 1592 |
| 1826 | 1593 @DomName('SVGFECompositeElement.k1') |
| 1827 /** @domName SVGFECompositeElement.k1 */ | |
| 1828 AnimatedNumber get k1 native "SVGFECompositeElement_k1_Getter"; | 1594 AnimatedNumber get k1 native "SVGFECompositeElement_k1_Getter"; |
| 1829 | 1595 |
| 1830 | 1596 @DomName('SVGFECompositeElement.k2') |
| 1831 /** @domName SVGFECompositeElement.k2 */ | |
| 1832 AnimatedNumber get k2 native "SVGFECompositeElement_k2_Getter"; | 1597 AnimatedNumber get k2 native "SVGFECompositeElement_k2_Getter"; |
| 1833 | 1598 |
| 1834 | 1599 @DomName('SVGFECompositeElement.k3') |
| 1835 /** @domName SVGFECompositeElement.k3 */ | |
| 1836 AnimatedNumber get k3 native "SVGFECompositeElement_k3_Getter"; | 1600 AnimatedNumber get k3 native "SVGFECompositeElement_k3_Getter"; |
| 1837 | 1601 |
| 1838 | 1602 @DomName('SVGFECompositeElement.k4') |
| 1839 /** @domName SVGFECompositeElement.k4 */ | |
| 1840 AnimatedNumber get k4 native "SVGFECompositeElement_k4_Getter"; | 1603 AnimatedNumber get k4 native "SVGFECompositeElement_k4_Getter"; |
| 1841 | 1604 |
| 1842 | 1605 @DomName('SVGFECompositeElement.operator') |
| 1843 /** @domName SVGFECompositeElement.operator */ | |
| 1844 AnimatedEnumeration get operator native "SVGFECompositeElement_operator_Getter
"; | 1606 AnimatedEnumeration get operator native "SVGFECompositeElement_operator_Getter
"; |
| 1845 | 1607 |
| 1846 | 1608 @DomName('SVGFECompositeElement.height') |
| 1847 /** @domName SVGFECompositeElement.height */ | |
| 1848 AnimatedLength get height native "SVGFECompositeElement_height_Getter"; | 1609 AnimatedLength get height native "SVGFECompositeElement_height_Getter"; |
| 1849 | 1610 |
| 1850 | 1611 @DomName('SVGFECompositeElement.result') |
| 1851 /** @domName SVGFECompositeElement.result */ | |
| 1852 AnimatedString get result native "SVGFECompositeElement_result_Getter"; | 1612 AnimatedString get result native "SVGFECompositeElement_result_Getter"; |
| 1853 | 1613 |
| 1854 | 1614 @DomName('SVGFECompositeElement.width') |
| 1855 /** @domName SVGFECompositeElement.width */ | |
| 1856 AnimatedLength get width native "SVGFECompositeElement_width_Getter"; | 1615 AnimatedLength get width native "SVGFECompositeElement_width_Getter"; |
| 1857 | 1616 |
| 1858 | 1617 @DomName('SVGFECompositeElement.x') |
| 1859 /** @domName SVGFECompositeElement.x */ | |
| 1860 AnimatedLength get x native "SVGFECompositeElement_x_Getter"; | 1618 AnimatedLength get x native "SVGFECompositeElement_x_Getter"; |
| 1861 | 1619 |
| 1862 | 1620 @DomName('SVGFECompositeElement.y') |
| 1863 /** @domName SVGFECompositeElement.y */ | |
| 1864 AnimatedLength get y native "SVGFECompositeElement_y_Getter"; | 1621 AnimatedLength get y native "SVGFECompositeElement_y_Getter"; |
| 1865 | 1622 |
| 1866 | 1623 @DomName('SVGFECompositeElement.className') |
| 1867 /** @domName SVGFECompositeElement.className */ | |
| 1868 AnimatedString get $dom_svgClassName native "SVGFECompositeElement_className_G
etter"; | 1624 AnimatedString get $dom_svgClassName native "SVGFECompositeElement_className_G
etter"; |
| 1869 | 1625 |
| 1870 | 1626 @DomName('SVGFECompositeElement.style') |
| 1871 /** @domName SVGFECompositeElement.style */ | |
| 1872 CssStyleDeclaration get style native "SVGFECompositeElement_style_Getter"; | 1627 CssStyleDeclaration get style native "SVGFECompositeElement_style_Getter"; |
| 1873 | 1628 |
| 1874 | 1629 @DomName('SVGFECompositeElement.getPresentationAttribute') |
| 1875 /** @domName SVGFECompositeElement.getPresentationAttribute */ | |
| 1876 CssValue getPresentationAttribute(String name) native "SVGFECompositeElement_g
etPresentationAttribute_Callback"; | 1630 CssValue getPresentationAttribute(String name) native "SVGFECompositeElement_g
etPresentationAttribute_Callback"; |
| 1877 | 1631 |
| 1878 } | 1632 } |
| 1879 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1880 // for details. All rights reserved. Use of this source code is governed by a | 1634 // for details. All rights reserved. Use of this source code is governed by a |
| 1881 // BSD-style license that can be found in the LICENSE file. | 1635 // BSD-style license that can be found in the LICENSE file. |
| 1882 | 1636 |
| 1883 // WARNING: Do not edit - generated code. | 1637 // WARNING: Do not edit - generated code. |
| 1884 | 1638 |
| 1885 | 1639 |
| 1886 /// @domName SVGFEConvolveMatrixElement | 1640 @DomName('SVGFEConvolveMatrixElement') |
| 1887 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand
ardAttributes { | 1641 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand
ardAttributes { |
| 1888 FEConvolveMatrixElement.internal() : super.internal(); | 1642 FEConvolveMatrixElement.internal() : super.internal(); |
| 1889 | 1643 |
| 1890 static const int SVG_EDGEMODE_DUPLICATE = 1; | 1644 static const int SVG_EDGEMODE_DUPLICATE = 1; |
| 1891 | 1645 |
| 1892 static const int SVG_EDGEMODE_NONE = 3; | 1646 static const int SVG_EDGEMODE_NONE = 3; |
| 1893 | 1647 |
| 1894 static const int SVG_EDGEMODE_UNKNOWN = 0; | 1648 static const int SVG_EDGEMODE_UNKNOWN = 0; |
| 1895 | 1649 |
| 1896 static const int SVG_EDGEMODE_WRAP = 2; | 1650 static const int SVG_EDGEMODE_WRAP = 2; |
| 1897 | 1651 |
| 1898 | 1652 @DomName('SVGFEConvolveMatrixElement.bias') |
| 1899 /** @domName SVGFEConvolveMatrixElement.bias */ | |
| 1900 AnimatedNumber get bias native "SVGFEConvolveMatrixElement_bias_Getter"; | 1653 AnimatedNumber get bias native "SVGFEConvolveMatrixElement_bias_Getter"; |
| 1901 | 1654 |
| 1902 | 1655 @DomName('SVGFEConvolveMatrixElement.divisor') |
| 1903 /** @domName SVGFEConvolveMatrixElement.divisor */ | |
| 1904 AnimatedNumber get divisor native "SVGFEConvolveMatrixElement_divisor_Getter"; | 1656 AnimatedNumber get divisor native "SVGFEConvolveMatrixElement_divisor_Getter"; |
| 1905 | 1657 |
| 1906 | 1658 @DomName('SVGFEConvolveMatrixElement.edgeMode') |
| 1907 /** @domName SVGFEConvolveMatrixElement.edgeMode */ | |
| 1908 AnimatedEnumeration get edgeMode native "SVGFEConvolveMatrixElement_edgeMode_G
etter"; | 1659 AnimatedEnumeration get edgeMode native "SVGFEConvolveMatrixElement_edgeMode_G
etter"; |
| 1909 | 1660 |
| 1910 | 1661 @DomName('SVGFEConvolveMatrixElement.in1') |
| 1911 /** @domName SVGFEConvolveMatrixElement.in1 */ | |
| 1912 AnimatedString get in1 native "SVGFEConvolveMatrixElement_in1_Getter"; | 1662 AnimatedString get in1 native "SVGFEConvolveMatrixElement_in1_Getter"; |
| 1913 | 1663 |
| 1914 | 1664 @DomName('SVGFEConvolveMatrixElement.kernelMatrix') |
| 1915 /** @domName SVGFEConvolveMatrixElement.kernelMatrix */ | |
| 1916 AnimatedNumberList get kernelMatrix native "SVGFEConvolveMatrixElement_kernelM
atrix_Getter"; | 1665 AnimatedNumberList get kernelMatrix native "SVGFEConvolveMatrixElement_kernelM
atrix_Getter"; |
| 1917 | 1666 |
| 1918 | 1667 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') |
| 1919 /** @domName SVGFEConvolveMatrixElement.kernelUnitLengthX */ | |
| 1920 AnimatedNumber get kernelUnitLengthX native "SVGFEConvolveMatrixElement_kernel
UnitLengthX_Getter"; | 1668 AnimatedNumber get kernelUnitLengthX native "SVGFEConvolveMatrixElement_kernel
UnitLengthX_Getter"; |
| 1921 | 1669 |
| 1922 | 1670 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') |
| 1923 /** @domName SVGFEConvolveMatrixElement.kernelUnitLengthY */ | |
| 1924 AnimatedNumber get kernelUnitLengthY native "SVGFEConvolveMatrixElement_kernel
UnitLengthY_Getter"; | 1671 AnimatedNumber get kernelUnitLengthY native "SVGFEConvolveMatrixElement_kernel
UnitLengthY_Getter"; |
| 1925 | 1672 |
| 1926 | 1673 @DomName('SVGFEConvolveMatrixElement.orderX') |
| 1927 /** @domName SVGFEConvolveMatrixElement.orderX */ | |
| 1928 AnimatedInteger get orderX native "SVGFEConvolveMatrixElement_orderX_Getter"; | 1674 AnimatedInteger get orderX native "SVGFEConvolveMatrixElement_orderX_Getter"; |
| 1929 | 1675 |
| 1930 | 1676 @DomName('SVGFEConvolveMatrixElement.orderY') |
| 1931 /** @domName SVGFEConvolveMatrixElement.orderY */ | |
| 1932 AnimatedInteger get orderY native "SVGFEConvolveMatrixElement_orderY_Getter"; | 1677 AnimatedInteger get orderY native "SVGFEConvolveMatrixElement_orderY_Getter"; |
| 1933 | 1678 |
| 1934 | 1679 @DomName('SVGFEConvolveMatrixElement.preserveAlpha') |
| 1935 /** @domName SVGFEConvolveMatrixElement.preserveAlpha */ | |
| 1936 AnimatedBoolean get preserveAlpha native "SVGFEConvolveMatrixElement_preserveA
lpha_Getter"; | 1680 AnimatedBoolean get preserveAlpha native "SVGFEConvolveMatrixElement_preserveA
lpha_Getter"; |
| 1937 | 1681 |
| 1938 | 1682 @DomName('SVGFEConvolveMatrixElement.targetX') |
| 1939 /** @domName SVGFEConvolveMatrixElement.targetX */ | |
| 1940 AnimatedInteger get targetX native "SVGFEConvolveMatrixElement_targetX_Getter"
; | 1683 AnimatedInteger get targetX native "SVGFEConvolveMatrixElement_targetX_Getter"
; |
| 1941 | 1684 |
| 1942 | 1685 @DomName('SVGFEConvolveMatrixElement.targetY') |
| 1943 /** @domName SVGFEConvolveMatrixElement.targetY */ | |
| 1944 AnimatedInteger get targetY native "SVGFEConvolveMatrixElement_targetY_Getter"
; | 1686 AnimatedInteger get targetY native "SVGFEConvolveMatrixElement_targetY_Getter"
; |
| 1945 | 1687 |
| 1946 | 1688 @DomName('SVGFEConvolveMatrixElement.height') |
| 1947 /** @domName SVGFEConvolveMatrixElement.height */ | |
| 1948 AnimatedLength get height native "SVGFEConvolveMatrixElement_height_Getter"; | 1689 AnimatedLength get height native "SVGFEConvolveMatrixElement_height_Getter"; |
| 1949 | 1690 |
| 1950 | 1691 @DomName('SVGFEConvolveMatrixElement.result') |
| 1951 /** @domName SVGFEConvolveMatrixElement.result */ | |
| 1952 AnimatedString get result native "SVGFEConvolveMatrixElement_result_Getter"; | 1692 AnimatedString get result native "SVGFEConvolveMatrixElement_result_Getter"; |
| 1953 | 1693 |
| 1954 | 1694 @DomName('SVGFEConvolveMatrixElement.width') |
| 1955 /** @domName SVGFEConvolveMatrixElement.width */ | |
| 1956 AnimatedLength get width native "SVGFEConvolveMatrixElement_width_Getter"; | 1695 AnimatedLength get width native "SVGFEConvolveMatrixElement_width_Getter"; |
| 1957 | 1696 |
| 1958 | 1697 @DomName('SVGFEConvolveMatrixElement.x') |
| 1959 /** @domName SVGFEConvolveMatrixElement.x */ | |
| 1960 AnimatedLength get x native "SVGFEConvolveMatrixElement_x_Getter"; | 1698 AnimatedLength get x native "SVGFEConvolveMatrixElement_x_Getter"; |
| 1961 | 1699 |
| 1962 | 1700 @DomName('SVGFEConvolveMatrixElement.y') |
| 1963 /** @domName SVGFEConvolveMatrixElement.y */ | |
| 1964 AnimatedLength get y native "SVGFEConvolveMatrixElement_y_Getter"; | 1701 AnimatedLength get y native "SVGFEConvolveMatrixElement_y_Getter"; |
| 1965 | 1702 |
| 1966 | 1703 @DomName('SVGFEConvolveMatrixElement.className') |
| 1967 /** @domName SVGFEConvolveMatrixElement.className */ | |
| 1968 AnimatedString get $dom_svgClassName native "SVGFEConvolveMatrixElement_classN
ame_Getter"; | 1704 AnimatedString get $dom_svgClassName native "SVGFEConvolveMatrixElement_classN
ame_Getter"; |
| 1969 | 1705 |
| 1970 | 1706 @DomName('SVGFEConvolveMatrixElement.style') |
| 1971 /** @domName SVGFEConvolveMatrixElement.style */ | |
| 1972 CssStyleDeclaration get style native "SVGFEConvolveMatrixElement_style_Getter"
; | 1707 CssStyleDeclaration get style native "SVGFEConvolveMatrixElement_style_Getter"
; |
| 1973 | 1708 |
| 1974 | 1709 @DomName('SVGFEConvolveMatrixElement.getPresentationAttribute') |
| 1975 /** @domName SVGFEConvolveMatrixElement.getPresentationAttribute */ | |
| 1976 CssValue getPresentationAttribute(String name) native "SVGFEConvolveMatrixElem
ent_getPresentationAttribute_Callback"; | 1710 CssValue getPresentationAttribute(String name) native "SVGFEConvolveMatrixElem
ent_getPresentationAttribute_Callback"; |
| 1977 | 1711 |
| 1978 } | 1712 } |
| 1979 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1713 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1980 // for details. All rights reserved. Use of this source code is governed by a | 1714 // for details. All rights reserved. Use of this source code is governed by a |
| 1981 // BSD-style license that can be found in the LICENSE file. | 1715 // BSD-style license that can be found in the LICENSE file. |
| 1982 | 1716 |
| 1983 // WARNING: Do not edit - generated code. | 1717 // WARNING: Do not edit - generated code. |
| 1984 | 1718 |
| 1985 | 1719 |
| 1986 /// @domName SVGFEDiffuseLightingElement | 1720 @DomName('SVGFEDiffuseLightingElement') |
| 1987 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { | 1721 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { |
| 1988 FEDiffuseLightingElement.internal() : super.internal(); | 1722 FEDiffuseLightingElement.internal() : super.internal(); |
| 1989 | 1723 |
| 1990 | 1724 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') |
| 1991 /** @domName SVGFEDiffuseLightingElement.diffuseConstant */ | |
| 1992 AnimatedNumber get diffuseConstant native "SVGFEDiffuseLightingElement_diffuse
Constant_Getter"; | 1725 AnimatedNumber get diffuseConstant native "SVGFEDiffuseLightingElement_diffuse
Constant_Getter"; |
| 1993 | 1726 |
| 1994 | 1727 @DomName('SVGFEDiffuseLightingElement.in1') |
| 1995 /** @domName SVGFEDiffuseLightingElement.in1 */ | |
| 1996 AnimatedString get in1 native "SVGFEDiffuseLightingElement_in1_Getter"; | 1728 AnimatedString get in1 native "SVGFEDiffuseLightingElement_in1_Getter"; |
| 1997 | 1729 |
| 1998 | 1730 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') |
| 1999 /** @domName SVGFEDiffuseLightingElement.kernelUnitLengthX */ | |
| 2000 AnimatedNumber get kernelUnitLengthX native "SVGFEDiffuseLightingElement_kerne
lUnitLengthX_Getter"; | 1731 AnimatedNumber get kernelUnitLengthX native "SVGFEDiffuseLightingElement_kerne
lUnitLengthX_Getter"; |
| 2001 | 1732 |
| 2002 | 1733 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') |
| 2003 /** @domName SVGFEDiffuseLightingElement.kernelUnitLengthY */ | |
| 2004 AnimatedNumber get kernelUnitLengthY native "SVGFEDiffuseLightingElement_kerne
lUnitLengthY_Getter"; | 1734 AnimatedNumber get kernelUnitLengthY native "SVGFEDiffuseLightingElement_kerne
lUnitLengthY_Getter"; |
| 2005 | 1735 |
| 2006 | 1736 @DomName('SVGFEDiffuseLightingElement.surfaceScale') |
| 2007 /** @domName SVGFEDiffuseLightingElement.surfaceScale */ | |
| 2008 AnimatedNumber get surfaceScale native "SVGFEDiffuseLightingElement_surfaceSca
le_Getter"; | 1737 AnimatedNumber get surfaceScale native "SVGFEDiffuseLightingElement_surfaceSca
le_Getter"; |
| 2009 | 1738 |
| 2010 | 1739 @DomName('SVGFEDiffuseLightingElement.height') |
| 2011 /** @domName SVGFEDiffuseLightingElement.height */ | |
| 2012 AnimatedLength get height native "SVGFEDiffuseLightingElement_height_Getter"; | 1740 AnimatedLength get height native "SVGFEDiffuseLightingElement_height_Getter"; |
| 2013 | 1741 |
| 2014 | 1742 @DomName('SVGFEDiffuseLightingElement.result') |
| 2015 /** @domName SVGFEDiffuseLightingElement.result */ | |
| 2016 AnimatedString get result native "SVGFEDiffuseLightingElement_result_Getter"; | 1743 AnimatedString get result native "SVGFEDiffuseLightingElement_result_Getter"; |
| 2017 | 1744 |
| 2018 | 1745 @DomName('SVGFEDiffuseLightingElement.width') |
| 2019 /** @domName SVGFEDiffuseLightingElement.width */ | |
| 2020 AnimatedLength get width native "SVGFEDiffuseLightingElement_width_Getter"; | 1746 AnimatedLength get width native "SVGFEDiffuseLightingElement_width_Getter"; |
| 2021 | 1747 |
| 2022 | 1748 @DomName('SVGFEDiffuseLightingElement.x') |
| 2023 /** @domName SVGFEDiffuseLightingElement.x */ | |
| 2024 AnimatedLength get x native "SVGFEDiffuseLightingElement_x_Getter"; | 1749 AnimatedLength get x native "SVGFEDiffuseLightingElement_x_Getter"; |
| 2025 | 1750 |
| 2026 | 1751 @DomName('SVGFEDiffuseLightingElement.y') |
| 2027 /** @domName SVGFEDiffuseLightingElement.y */ | |
| 2028 AnimatedLength get y native "SVGFEDiffuseLightingElement_y_Getter"; | 1752 AnimatedLength get y native "SVGFEDiffuseLightingElement_y_Getter"; |
| 2029 | 1753 |
| 2030 | 1754 @DomName('SVGFEDiffuseLightingElement.className') |
| 2031 /** @domName SVGFEDiffuseLightingElement.className */ | |
| 2032 AnimatedString get $dom_svgClassName native "SVGFEDiffuseLightingElement_class
Name_Getter"; | 1755 AnimatedString get $dom_svgClassName native "SVGFEDiffuseLightingElement_class
Name_Getter"; |
| 2033 | 1756 |
| 2034 | 1757 @DomName('SVGFEDiffuseLightingElement.style') |
| 2035 /** @domName SVGFEDiffuseLightingElement.style */ | |
| 2036 CssStyleDeclaration get style native "SVGFEDiffuseLightingElement_style_Getter
"; | 1758 CssStyleDeclaration get style native "SVGFEDiffuseLightingElement_style_Getter
"; |
| 2037 | 1759 |
| 2038 | 1760 @DomName('SVGFEDiffuseLightingElement.getPresentationAttribute') |
| 2039 /** @domName SVGFEDiffuseLightingElement.getPresentationAttribute */ | |
| 2040 CssValue getPresentationAttribute(String name) native "SVGFEDiffuseLightingEle
ment_getPresentationAttribute_Callback"; | 1761 CssValue getPresentationAttribute(String name) native "SVGFEDiffuseLightingEle
ment_getPresentationAttribute_Callback"; |
| 2041 | 1762 |
| 2042 } | 1763 } |
| 2043 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1764 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2044 // for details. All rights reserved. Use of this source code is governed by a | 1765 // for details. All rights reserved. Use of this source code is governed by a |
| 2045 // BSD-style license that can be found in the LICENSE file. | 1766 // BSD-style license that can be found in the LICENSE file. |
| 2046 | 1767 |
| 2047 // WARNING: Do not edit - generated code. | 1768 // WARNING: Do not edit - generated code. |
| 2048 | 1769 |
| 2049 | 1770 |
| 2050 /// @domName SVGFEDisplacementMapElement | 1771 @DomName('SVGFEDisplacementMapElement') |
| 2051 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { | 1772 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { |
| 2052 FEDisplacementMapElement.internal() : super.internal(); | 1773 FEDisplacementMapElement.internal() : super.internal(); |
| 2053 | 1774 |
| 2054 static const int SVG_CHANNEL_A = 4; | 1775 static const int SVG_CHANNEL_A = 4; |
| 2055 | 1776 |
| 2056 static const int SVG_CHANNEL_B = 3; | 1777 static const int SVG_CHANNEL_B = 3; |
| 2057 | 1778 |
| 2058 static const int SVG_CHANNEL_G = 2; | 1779 static const int SVG_CHANNEL_G = 2; |
| 2059 | 1780 |
| 2060 static const int SVG_CHANNEL_R = 1; | 1781 static const int SVG_CHANNEL_R = 1; |
| 2061 | 1782 |
| 2062 static const int SVG_CHANNEL_UNKNOWN = 0; | 1783 static const int SVG_CHANNEL_UNKNOWN = 0; |
| 2063 | 1784 |
| 2064 | 1785 @DomName('SVGFEDisplacementMapElement.in1') |
| 2065 /** @domName SVGFEDisplacementMapElement.in1 */ | |
| 2066 AnimatedString get in1 native "SVGFEDisplacementMapElement_in1_Getter"; | 1786 AnimatedString get in1 native "SVGFEDisplacementMapElement_in1_Getter"; |
| 2067 | 1787 |
| 2068 | 1788 @DomName('SVGFEDisplacementMapElement.in2') |
| 2069 /** @domName SVGFEDisplacementMapElement.in2 */ | |
| 2070 AnimatedString get in2 native "SVGFEDisplacementMapElement_in2_Getter"; | 1789 AnimatedString get in2 native "SVGFEDisplacementMapElement_in2_Getter"; |
| 2071 | 1790 |
| 2072 | 1791 @DomName('SVGFEDisplacementMapElement.scale') |
| 2073 /** @domName SVGFEDisplacementMapElement.scale */ | |
| 2074 AnimatedNumber get scale native "SVGFEDisplacementMapElement_scale_Getter"; | 1792 AnimatedNumber get scale native "SVGFEDisplacementMapElement_scale_Getter"; |
| 2075 | 1793 |
| 2076 | 1794 @DomName('SVGFEDisplacementMapElement.xChannelSelector') |
| 2077 /** @domName SVGFEDisplacementMapElement.xChannelSelector */ | |
| 2078 AnimatedEnumeration get xChannelSelector native "SVGFEDisplacementMapElement_x
ChannelSelector_Getter"; | 1795 AnimatedEnumeration get xChannelSelector native "SVGFEDisplacementMapElement_x
ChannelSelector_Getter"; |
| 2079 | 1796 |
| 2080 | 1797 @DomName('SVGFEDisplacementMapElement.yChannelSelector') |
| 2081 /** @domName SVGFEDisplacementMapElement.yChannelSelector */ | |
| 2082 AnimatedEnumeration get yChannelSelector native "SVGFEDisplacementMapElement_y
ChannelSelector_Getter"; | 1798 AnimatedEnumeration get yChannelSelector native "SVGFEDisplacementMapElement_y
ChannelSelector_Getter"; |
| 2083 | 1799 |
| 2084 | 1800 @DomName('SVGFEDisplacementMapElement.height') |
| 2085 /** @domName SVGFEDisplacementMapElement.height */ | |
| 2086 AnimatedLength get height native "SVGFEDisplacementMapElement_height_Getter"; | 1801 AnimatedLength get height native "SVGFEDisplacementMapElement_height_Getter"; |
| 2087 | 1802 |
| 2088 | 1803 @DomName('SVGFEDisplacementMapElement.result') |
| 2089 /** @domName SVGFEDisplacementMapElement.result */ | |
| 2090 AnimatedString get result native "SVGFEDisplacementMapElement_result_Getter"; | 1804 AnimatedString get result native "SVGFEDisplacementMapElement_result_Getter"; |
| 2091 | 1805 |
| 2092 | 1806 @DomName('SVGFEDisplacementMapElement.width') |
| 2093 /** @domName SVGFEDisplacementMapElement.width */ | |
| 2094 AnimatedLength get width native "SVGFEDisplacementMapElement_width_Getter"; | 1807 AnimatedLength get width native "SVGFEDisplacementMapElement_width_Getter"; |
| 2095 | 1808 |
| 2096 | 1809 @DomName('SVGFEDisplacementMapElement.x') |
| 2097 /** @domName SVGFEDisplacementMapElement.x */ | |
| 2098 AnimatedLength get x native "SVGFEDisplacementMapElement_x_Getter"; | 1810 AnimatedLength get x native "SVGFEDisplacementMapElement_x_Getter"; |
| 2099 | 1811 |
| 2100 | 1812 @DomName('SVGFEDisplacementMapElement.y') |
| 2101 /** @domName SVGFEDisplacementMapElement.y */ | |
| 2102 AnimatedLength get y native "SVGFEDisplacementMapElement_y_Getter"; | 1813 AnimatedLength get y native "SVGFEDisplacementMapElement_y_Getter"; |
| 2103 | 1814 |
| 2104 | 1815 @DomName('SVGFEDisplacementMapElement.className') |
| 2105 /** @domName SVGFEDisplacementMapElement.className */ | |
| 2106 AnimatedString get $dom_svgClassName native "SVGFEDisplacementMapElement_class
Name_Getter"; | 1816 AnimatedString get $dom_svgClassName native "SVGFEDisplacementMapElement_class
Name_Getter"; |
| 2107 | 1817 |
| 2108 | 1818 @DomName('SVGFEDisplacementMapElement.style') |
| 2109 /** @domName SVGFEDisplacementMapElement.style */ | |
| 2110 CssStyleDeclaration get style native "SVGFEDisplacementMapElement_style_Getter
"; | 1819 CssStyleDeclaration get style native "SVGFEDisplacementMapElement_style_Getter
"; |
| 2111 | 1820 |
| 2112 | 1821 @DomName('SVGFEDisplacementMapElement.getPresentationAttribute') |
| 2113 /** @domName SVGFEDisplacementMapElement.getPresentationAttribute */ | |
| 2114 CssValue getPresentationAttribute(String name) native "SVGFEDisplacementMapEle
ment_getPresentationAttribute_Callback"; | 1822 CssValue getPresentationAttribute(String name) native "SVGFEDisplacementMapEle
ment_getPresentationAttribute_Callback"; |
| 2115 | 1823 |
| 2116 } | 1824 } |
| 2117 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1825 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2118 // for details. All rights reserved. Use of this source code is governed by a | 1826 // for details. All rights reserved. Use of this source code is governed by a |
| 2119 // BSD-style license that can be found in the LICENSE file. | 1827 // BSD-style license that can be found in the LICENSE file. |
| 2120 | 1828 |
| 2121 // WARNING: Do not edit - generated code. | 1829 // WARNING: Do not edit - generated code. |
| 2122 | 1830 |
| 2123 | 1831 |
| 2124 /// @domName SVGFEDistantLightElement | 1832 @DomName('SVGFEDistantLightElement') |
| 2125 class FEDistantLightElement extends SvgElement { | 1833 class FEDistantLightElement extends SvgElement { |
| 2126 FEDistantLightElement.internal() : super.internal(); | 1834 FEDistantLightElement.internal() : super.internal(); |
| 2127 | 1835 |
| 2128 | 1836 @DomName('SVGFEDistantLightElement.azimuth') |
| 2129 /** @domName SVGFEDistantLightElement.azimuth */ | |
| 2130 AnimatedNumber get azimuth native "SVGFEDistantLightElement_azimuth_Getter"; | 1837 AnimatedNumber get azimuth native "SVGFEDistantLightElement_azimuth_Getter"; |
| 2131 | 1838 |
| 2132 | 1839 @DomName('SVGFEDistantLightElement.elevation') |
| 2133 /** @domName SVGFEDistantLightElement.elevation */ | |
| 2134 AnimatedNumber get elevation native "SVGFEDistantLightElement_elevation_Getter
"; | 1840 AnimatedNumber get elevation native "SVGFEDistantLightElement_elevation_Getter
"; |
| 2135 | 1841 |
| 2136 } | 1842 } |
| 2137 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1843 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2138 // for details. All rights reserved. Use of this source code is governed by a | 1844 // for details. All rights reserved. Use of this source code is governed by a |
| 2139 // BSD-style license that can be found in the LICENSE file. | 1845 // BSD-style license that can be found in the LICENSE file. |
| 2140 | 1846 |
| 2141 // WARNING: Do not edit - generated code. | 1847 // WARNING: Do not edit - generated code. |
| 2142 | 1848 |
| 2143 | 1849 |
| 2144 /// @domName SVGFEDropShadowElement | 1850 @DomName('SVGFEDropShadowElement') |
| 2145 class FEDropShadowElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { | 1851 class FEDropShadowElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { |
| 2146 FEDropShadowElement.internal() : super.internal(); | 1852 FEDropShadowElement.internal() : super.internal(); |
| 2147 | 1853 |
| 2148 | 1854 @DomName('SVGFEDropShadowElement.dx') |
| 2149 /** @domName SVGFEDropShadowElement.dx */ | |
| 2150 AnimatedNumber get dx native "SVGFEDropShadowElement_dx_Getter"; | 1855 AnimatedNumber get dx native "SVGFEDropShadowElement_dx_Getter"; |
| 2151 | 1856 |
| 2152 | 1857 @DomName('SVGFEDropShadowElement.dy') |
| 2153 /** @domName SVGFEDropShadowElement.dy */ | |
| 2154 AnimatedNumber get dy native "SVGFEDropShadowElement_dy_Getter"; | 1858 AnimatedNumber get dy native "SVGFEDropShadowElement_dy_Getter"; |
| 2155 | 1859 |
| 2156 | 1860 @DomName('SVGFEDropShadowElement.in1') |
| 2157 /** @domName SVGFEDropShadowElement.in1 */ | |
| 2158 AnimatedString get in1 native "SVGFEDropShadowElement_in1_Getter"; | 1861 AnimatedString get in1 native "SVGFEDropShadowElement_in1_Getter"; |
| 2159 | 1862 |
| 2160 | 1863 @DomName('SVGFEDropShadowElement.stdDeviationX') |
| 2161 /** @domName SVGFEDropShadowElement.stdDeviationX */ | |
| 2162 AnimatedNumber get stdDeviationX native "SVGFEDropShadowElement_stdDeviationX_
Getter"; | 1864 AnimatedNumber get stdDeviationX native "SVGFEDropShadowElement_stdDeviationX_
Getter"; |
| 2163 | 1865 |
| 2164 | 1866 @DomName('SVGFEDropShadowElement.stdDeviationY') |
| 2165 /** @domName SVGFEDropShadowElement.stdDeviationY */ | |
| 2166 AnimatedNumber get stdDeviationY native "SVGFEDropShadowElement_stdDeviationY_
Getter"; | 1867 AnimatedNumber get stdDeviationY native "SVGFEDropShadowElement_stdDeviationY_
Getter"; |
| 2167 | 1868 |
| 2168 | 1869 @DomName('SVGFEDropShadowElement.setStdDeviation') |
| 2169 /** @domName SVGFEDropShadowElement.setStdDeviation */ | |
| 2170 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEDropSh
adowElement_setStdDeviation_Callback"; | 1870 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEDropSh
adowElement_setStdDeviation_Callback"; |
| 2171 | 1871 |
| 2172 | 1872 @DomName('SVGFEDropShadowElement.height') |
| 2173 /** @domName SVGFEDropShadowElement.height */ | |
| 2174 AnimatedLength get height native "SVGFEDropShadowElement_height_Getter"; | 1873 AnimatedLength get height native "SVGFEDropShadowElement_height_Getter"; |
| 2175 | 1874 |
| 2176 | 1875 @DomName('SVGFEDropShadowElement.result') |
| 2177 /** @domName SVGFEDropShadowElement.result */ | |
| 2178 AnimatedString get result native "SVGFEDropShadowElement_result_Getter"; | 1876 AnimatedString get result native "SVGFEDropShadowElement_result_Getter"; |
| 2179 | 1877 |
| 2180 | 1878 @DomName('SVGFEDropShadowElement.width') |
| 2181 /** @domName SVGFEDropShadowElement.width */ | |
| 2182 AnimatedLength get width native "SVGFEDropShadowElement_width_Getter"; | 1879 AnimatedLength get width native "SVGFEDropShadowElement_width_Getter"; |
| 2183 | 1880 |
| 2184 | 1881 @DomName('SVGFEDropShadowElement.x') |
| 2185 /** @domName SVGFEDropShadowElement.x */ | |
| 2186 AnimatedLength get x native "SVGFEDropShadowElement_x_Getter"; | 1882 AnimatedLength get x native "SVGFEDropShadowElement_x_Getter"; |
| 2187 | 1883 |
| 2188 | 1884 @DomName('SVGFEDropShadowElement.y') |
| 2189 /** @domName SVGFEDropShadowElement.y */ | |
| 2190 AnimatedLength get y native "SVGFEDropShadowElement_y_Getter"; | 1885 AnimatedLength get y native "SVGFEDropShadowElement_y_Getter"; |
| 2191 | 1886 |
| 2192 | 1887 @DomName('SVGFEDropShadowElement.className') |
| 2193 /** @domName SVGFEDropShadowElement.className */ | |
| 2194 AnimatedString get $dom_svgClassName native "SVGFEDropShadowElement_className_
Getter"; | 1888 AnimatedString get $dom_svgClassName native "SVGFEDropShadowElement_className_
Getter"; |
| 2195 | 1889 |
| 2196 | 1890 @DomName('SVGFEDropShadowElement.style') |
| 2197 /** @domName SVGFEDropShadowElement.style */ | |
| 2198 CssStyleDeclaration get style native "SVGFEDropShadowElement_style_Getter"; | 1891 CssStyleDeclaration get style native "SVGFEDropShadowElement_style_Getter"; |
| 2199 | 1892 |
| 2200 | 1893 @DomName('SVGFEDropShadowElement.getPresentationAttribute') |
| 2201 /** @domName SVGFEDropShadowElement.getPresentationAttribute */ | |
| 2202 CssValue getPresentationAttribute(String name) native "SVGFEDropShadowElement_
getPresentationAttribute_Callback"; | 1894 CssValue getPresentationAttribute(String name) native "SVGFEDropShadowElement_
getPresentationAttribute_Callback"; |
| 2203 | 1895 |
| 2204 } | 1896 } |
| 2205 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1897 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2206 // for details. All rights reserved. Use of this source code is governed by a | 1898 // for details. All rights reserved. Use of this source code is governed by a |
| 2207 // BSD-style license that can be found in the LICENSE file. | 1899 // BSD-style license that can be found in the LICENSE file. |
| 2208 | 1900 |
| 2209 // WARNING: Do not edit - generated code. | 1901 // WARNING: Do not edit - generated code. |
| 2210 | 1902 |
| 2211 | 1903 |
| 2212 /// @domName SVGFEFloodElement | 1904 @DomName('SVGFEFloodElement') |
| 2213 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 1905 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { |
| 2214 FEFloodElement.internal() : super.internal(); | 1906 FEFloodElement.internal() : super.internal(); |
| 2215 | 1907 |
| 2216 | 1908 @DomName('SVGFEFloodElement.height') |
| 2217 /** @domName SVGFEFloodElement.height */ | |
| 2218 AnimatedLength get height native "SVGFEFloodElement_height_Getter"; | 1909 AnimatedLength get height native "SVGFEFloodElement_height_Getter"; |
| 2219 | 1910 |
| 2220 | 1911 @DomName('SVGFEFloodElement.result') |
| 2221 /** @domName SVGFEFloodElement.result */ | |
| 2222 AnimatedString get result native "SVGFEFloodElement_result_Getter"; | 1912 AnimatedString get result native "SVGFEFloodElement_result_Getter"; |
| 2223 | 1913 |
| 2224 | 1914 @DomName('SVGFEFloodElement.width') |
| 2225 /** @domName SVGFEFloodElement.width */ | |
| 2226 AnimatedLength get width native "SVGFEFloodElement_width_Getter"; | 1915 AnimatedLength get width native "SVGFEFloodElement_width_Getter"; |
| 2227 | 1916 |
| 2228 | 1917 @DomName('SVGFEFloodElement.x') |
| 2229 /** @domName SVGFEFloodElement.x */ | |
| 2230 AnimatedLength get x native "SVGFEFloodElement_x_Getter"; | 1918 AnimatedLength get x native "SVGFEFloodElement_x_Getter"; |
| 2231 | 1919 |
| 2232 | 1920 @DomName('SVGFEFloodElement.y') |
| 2233 /** @domName SVGFEFloodElement.y */ | |
| 2234 AnimatedLength get y native "SVGFEFloodElement_y_Getter"; | 1921 AnimatedLength get y native "SVGFEFloodElement_y_Getter"; |
| 2235 | 1922 |
| 2236 | 1923 @DomName('SVGFEFloodElement.className') |
| 2237 /** @domName SVGFEFloodElement.className */ | |
| 2238 AnimatedString get $dom_svgClassName native "SVGFEFloodElement_className_Gette
r"; | 1924 AnimatedString get $dom_svgClassName native "SVGFEFloodElement_className_Gette
r"; |
| 2239 | 1925 |
| 2240 | 1926 @DomName('SVGFEFloodElement.style') |
| 2241 /** @domName SVGFEFloodElement.style */ | |
| 2242 CssStyleDeclaration get style native "SVGFEFloodElement_style_Getter"; | 1927 CssStyleDeclaration get style native "SVGFEFloodElement_style_Getter"; |
| 2243 | 1928 |
| 2244 | 1929 @DomName('SVGFEFloodElement.getPresentationAttribute') |
| 2245 /** @domName SVGFEFloodElement.getPresentationAttribute */ | |
| 2246 CssValue getPresentationAttribute(String name) native "SVGFEFloodElement_getPr
esentationAttribute_Callback"; | 1930 CssValue getPresentationAttribute(String name) native "SVGFEFloodElement_getPr
esentationAttribute_Callback"; |
| 2247 | 1931 |
| 2248 } | 1932 } |
| 2249 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1933 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2250 // for details. All rights reserved. Use of this source code is governed by a | 1934 // for details. All rights reserved. Use of this source code is governed by a |
| 2251 // BSD-style license that can be found in the LICENSE file. | 1935 // BSD-style license that can be found in the LICENSE file. |
| 2252 | 1936 |
| 2253 // WARNING: Do not edit - generated code. | 1937 // WARNING: Do not edit - generated code. |
| 2254 | 1938 |
| 2255 | 1939 |
| 2256 /// @domName SVGFEFuncAElement | 1940 @DomName('SVGFEFuncAElement') |
| 2257 class FEFuncAElement extends ComponentTransferFunctionElement { | 1941 class FEFuncAElement extends ComponentTransferFunctionElement { |
| 2258 FEFuncAElement.internal() : super.internal(); | 1942 FEFuncAElement.internal() : super.internal(); |
| 2259 | 1943 |
| 2260 } | 1944 } |
| 2261 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2262 // for details. All rights reserved. Use of this source code is governed by a | 1946 // for details. All rights reserved. Use of this source code is governed by a |
| 2263 // BSD-style license that can be found in the LICENSE file. | 1947 // BSD-style license that can be found in the LICENSE file. |
| 2264 | 1948 |
| 2265 // WARNING: Do not edit - generated code. | 1949 // WARNING: Do not edit - generated code. |
| 2266 | 1950 |
| 2267 | 1951 |
| 2268 /// @domName SVGFEFuncBElement | 1952 @DomName('SVGFEFuncBElement') |
| 2269 class FEFuncBElement extends ComponentTransferFunctionElement { | 1953 class FEFuncBElement extends ComponentTransferFunctionElement { |
| 2270 FEFuncBElement.internal() : super.internal(); | 1954 FEFuncBElement.internal() : super.internal(); |
| 2271 | 1955 |
| 2272 } | 1956 } |
| 2273 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1957 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2274 // for details. All rights reserved. Use of this source code is governed by a | 1958 // for details. All rights reserved. Use of this source code is governed by a |
| 2275 // BSD-style license that can be found in the LICENSE file. | 1959 // BSD-style license that can be found in the LICENSE file. |
| 2276 | 1960 |
| 2277 // WARNING: Do not edit - generated code. | 1961 // WARNING: Do not edit - generated code. |
| 2278 | 1962 |
| 2279 | 1963 |
| 2280 /// @domName SVGFEFuncGElement | 1964 @DomName('SVGFEFuncGElement') |
| 2281 class FEFuncGElement extends ComponentTransferFunctionElement { | 1965 class FEFuncGElement extends ComponentTransferFunctionElement { |
| 2282 FEFuncGElement.internal() : super.internal(); | 1966 FEFuncGElement.internal() : super.internal(); |
| 2283 | 1967 |
| 2284 } | 1968 } |
| 2285 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1969 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2286 // for details. All rights reserved. Use of this source code is governed by a | 1970 // for details. All rights reserved. Use of this source code is governed by a |
| 2287 // BSD-style license that can be found in the LICENSE file. | 1971 // BSD-style license that can be found in the LICENSE file. |
| 2288 | 1972 |
| 2289 // WARNING: Do not edit - generated code. | 1973 // WARNING: Do not edit - generated code. |
| 2290 | 1974 |
| 2291 | 1975 |
| 2292 /// @domName SVGFEFuncRElement | 1976 @DomName('SVGFEFuncRElement') |
| 2293 class FEFuncRElement extends ComponentTransferFunctionElement { | 1977 class FEFuncRElement extends ComponentTransferFunctionElement { |
| 2294 FEFuncRElement.internal() : super.internal(); | 1978 FEFuncRElement.internal() : super.internal(); |
| 2295 | 1979 |
| 2296 } | 1980 } |
| 2297 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1981 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2298 // for details. All rights reserved. Use of this source code is governed by a | 1982 // for details. All rights reserved. Use of this source code is governed by a |
| 2299 // BSD-style license that can be found in the LICENSE file. | 1983 // BSD-style license that can be found in the LICENSE file. |
| 2300 | 1984 |
| 2301 // WARNING: Do not edit - generated code. | 1985 // WARNING: Do not edit - generated code. |
| 2302 | 1986 |
| 2303 | 1987 |
| 2304 /// @domName SVGFEGaussianBlurElement | 1988 @DomName('SVGFEGaussianBlurElement') |
| 2305 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar
dAttributes { | 1989 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar
dAttributes { |
| 2306 FEGaussianBlurElement.internal() : super.internal(); | 1990 FEGaussianBlurElement.internal() : super.internal(); |
| 2307 | 1991 |
| 2308 | 1992 @DomName('SVGFEGaussianBlurElement.in1') |
| 2309 /** @domName SVGFEGaussianBlurElement.in1 */ | |
| 2310 AnimatedString get in1 native "SVGFEGaussianBlurElement_in1_Getter"; | 1993 AnimatedString get in1 native "SVGFEGaussianBlurElement_in1_Getter"; |
| 2311 | 1994 |
| 2312 | 1995 @DomName('SVGFEGaussianBlurElement.stdDeviationX') |
| 2313 /** @domName SVGFEGaussianBlurElement.stdDeviationX */ | |
| 2314 AnimatedNumber get stdDeviationX native "SVGFEGaussianBlurElement_stdDeviation
X_Getter"; | 1996 AnimatedNumber get stdDeviationX native "SVGFEGaussianBlurElement_stdDeviation
X_Getter"; |
| 2315 | 1997 |
| 2316 | 1998 @DomName('SVGFEGaussianBlurElement.stdDeviationY') |
| 2317 /** @domName SVGFEGaussianBlurElement.stdDeviationY */ | |
| 2318 AnimatedNumber get stdDeviationY native "SVGFEGaussianBlurElement_stdDeviation
Y_Getter"; | 1999 AnimatedNumber get stdDeviationY native "SVGFEGaussianBlurElement_stdDeviation
Y_Getter"; |
| 2319 | 2000 |
| 2320 | 2001 @DomName('SVGFEGaussianBlurElement.setStdDeviation') |
| 2321 /** @domName SVGFEGaussianBlurElement.setStdDeviation */ | |
| 2322 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEGaussi
anBlurElement_setStdDeviation_Callback"; | 2002 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEGaussi
anBlurElement_setStdDeviation_Callback"; |
| 2323 | 2003 |
| 2324 | 2004 @DomName('SVGFEGaussianBlurElement.height') |
| 2325 /** @domName SVGFEGaussianBlurElement.height */ | |
| 2326 AnimatedLength get height native "SVGFEGaussianBlurElement_height_Getter"; | 2005 AnimatedLength get height native "SVGFEGaussianBlurElement_height_Getter"; |
| 2327 | 2006 |
| 2328 | 2007 @DomName('SVGFEGaussianBlurElement.result') |
| 2329 /** @domName SVGFEGaussianBlurElement.result */ | |
| 2330 AnimatedString get result native "SVGFEGaussianBlurElement_result_Getter"; | 2008 AnimatedString get result native "SVGFEGaussianBlurElement_result_Getter"; |
| 2331 | 2009 |
| 2332 | 2010 @DomName('SVGFEGaussianBlurElement.width') |
| 2333 /** @domName SVGFEGaussianBlurElement.width */ | |
| 2334 AnimatedLength get width native "SVGFEGaussianBlurElement_width_Getter"; | 2011 AnimatedLength get width native "SVGFEGaussianBlurElement_width_Getter"; |
| 2335 | 2012 |
| 2336 | 2013 @DomName('SVGFEGaussianBlurElement.x') |
| 2337 /** @domName SVGFEGaussianBlurElement.x */ | |
| 2338 AnimatedLength get x native "SVGFEGaussianBlurElement_x_Getter"; | 2014 AnimatedLength get x native "SVGFEGaussianBlurElement_x_Getter"; |
| 2339 | 2015 |
| 2340 | 2016 @DomName('SVGFEGaussianBlurElement.y') |
| 2341 /** @domName SVGFEGaussianBlurElement.y */ | |
| 2342 AnimatedLength get y native "SVGFEGaussianBlurElement_y_Getter"; | 2017 AnimatedLength get y native "SVGFEGaussianBlurElement_y_Getter"; |
| 2343 | 2018 |
| 2344 | 2019 @DomName('SVGFEGaussianBlurElement.className') |
| 2345 /** @domName SVGFEGaussianBlurElement.className */ | |
| 2346 AnimatedString get $dom_svgClassName native "SVGFEGaussianBlurElement_classNam
e_Getter"; | 2020 AnimatedString get $dom_svgClassName native "SVGFEGaussianBlurElement_classNam
e_Getter"; |
| 2347 | 2021 |
| 2348 | 2022 @DomName('SVGFEGaussianBlurElement.style') |
| 2349 /** @domName SVGFEGaussianBlurElement.style */ | |
| 2350 CssStyleDeclaration get style native "SVGFEGaussianBlurElement_style_Getter"; | 2023 CssStyleDeclaration get style native "SVGFEGaussianBlurElement_style_Getter"; |
| 2351 | 2024 |
| 2352 | 2025 @DomName('SVGFEGaussianBlurElement.getPresentationAttribute') |
| 2353 /** @domName SVGFEGaussianBlurElement.getPresentationAttribute */ | |
| 2354 CssValue getPresentationAttribute(String name) native "SVGFEGaussianBlurElemen
t_getPresentationAttribute_Callback"; | 2026 CssValue getPresentationAttribute(String name) native "SVGFEGaussianBlurElemen
t_getPresentationAttribute_Callback"; |
| 2355 | 2027 |
| 2356 } | 2028 } |
| 2357 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2029 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2358 // for details. All rights reserved. Use of this source code is governed by a | 2030 // for details. All rights reserved. Use of this source code is governed by a |
| 2359 // BSD-style license that can be found in the LICENSE file. | 2031 // BSD-style license that can be found in the LICENSE file. |
| 2360 | 2032 |
| 2361 // WARNING: Do not edit - generated code. | 2033 // WARNING: Do not edit - generated code. |
| 2362 | 2034 |
| 2363 | 2035 |
| 2364 /// @domName SVGFEImageElement | 2036 @DomName('SVGFEImageElement') |
| 2365 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes, UriReference, ExternalResourcesRequired, LangSpace { | 2037 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes, UriReference, ExternalResourcesRequired, LangSpace { |
| 2366 FEImageElement.internal() : super.internal(); | 2038 FEImageElement.internal() : super.internal(); |
| 2367 | 2039 |
| 2368 | 2040 @DomName('SVGFEImageElement.preserveAspectRatio') |
| 2369 /** @domName SVGFEImageElement.preserveAspectRatio */ | |
| 2370 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFEImageElement_
preserveAspectRatio_Getter"; | 2041 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFEImageElement_
preserveAspectRatio_Getter"; |
| 2371 | 2042 |
| 2372 | 2043 @DomName('SVGFEImageElement.externalResourcesRequired') |
| 2373 /** @domName SVGFEImageElement.externalResourcesRequired */ | |
| 2374 AnimatedBoolean get externalResourcesRequired native "SVGFEImageElement_extern
alResourcesRequired_Getter"; | 2044 AnimatedBoolean get externalResourcesRequired native "SVGFEImageElement_extern
alResourcesRequired_Getter"; |
| 2375 | 2045 |
| 2376 | 2046 @DomName('SVGFEImageElement.height') |
| 2377 /** @domName SVGFEImageElement.height */ | |
| 2378 AnimatedLength get height native "SVGFEImageElement_height_Getter"; | 2047 AnimatedLength get height native "SVGFEImageElement_height_Getter"; |
| 2379 | 2048 |
| 2380 | 2049 @DomName('SVGFEImageElement.result') |
| 2381 /** @domName SVGFEImageElement.result */ | |
| 2382 AnimatedString get result native "SVGFEImageElement_result_Getter"; | 2050 AnimatedString get result native "SVGFEImageElement_result_Getter"; |
| 2383 | 2051 |
| 2384 | 2052 @DomName('SVGFEImageElement.width') |
| 2385 /** @domName SVGFEImageElement.width */ | |
| 2386 AnimatedLength get width native "SVGFEImageElement_width_Getter"; | 2053 AnimatedLength get width native "SVGFEImageElement_width_Getter"; |
| 2387 | 2054 |
| 2388 | 2055 @DomName('SVGFEImageElement.x') |
| 2389 /** @domName SVGFEImageElement.x */ | |
| 2390 AnimatedLength get x native "SVGFEImageElement_x_Getter"; | 2056 AnimatedLength get x native "SVGFEImageElement_x_Getter"; |
| 2391 | 2057 |
| 2392 | 2058 @DomName('SVGFEImageElement.y') |
| 2393 /** @domName SVGFEImageElement.y */ | |
| 2394 AnimatedLength get y native "SVGFEImageElement_y_Getter"; | 2059 AnimatedLength get y native "SVGFEImageElement_y_Getter"; |
| 2395 | 2060 |
| 2396 | 2061 @DomName('SVGFEImageElement.xmllang') |
| 2397 /** @domName SVGFEImageElement.xmllang */ | |
| 2398 String get xmllang native "SVGFEImageElement_xmllang_Getter"; | 2062 String get xmllang native "SVGFEImageElement_xmllang_Getter"; |
| 2399 | 2063 |
| 2400 | 2064 @DomName('SVGFEImageElement.xmllang') |
| 2401 /** @domName SVGFEImageElement.xmllang */ | |
| 2402 void set xmllang(String value) native "SVGFEImageElement_xmllang_Setter"; | 2065 void set xmllang(String value) native "SVGFEImageElement_xmllang_Setter"; |
| 2403 | 2066 |
| 2404 | 2067 @DomName('SVGFEImageElement.xmlspace') |
| 2405 /** @domName SVGFEImageElement.xmlspace */ | |
| 2406 String get xmlspace native "SVGFEImageElement_xmlspace_Getter"; | 2068 String get xmlspace native "SVGFEImageElement_xmlspace_Getter"; |
| 2407 | 2069 |
| 2408 | 2070 @DomName('SVGFEImageElement.xmlspace') |
| 2409 /** @domName SVGFEImageElement.xmlspace */ | |
| 2410 void set xmlspace(String value) native "SVGFEImageElement_xmlspace_Setter"; | 2071 void set xmlspace(String value) native "SVGFEImageElement_xmlspace_Setter"; |
| 2411 | 2072 |
| 2412 | 2073 @DomName('SVGFEImageElement.className') |
| 2413 /** @domName SVGFEImageElement.className */ | |
| 2414 AnimatedString get $dom_svgClassName native "SVGFEImageElement_className_Gette
r"; | 2074 AnimatedString get $dom_svgClassName native "SVGFEImageElement_className_Gette
r"; |
| 2415 | 2075 |
| 2416 | 2076 @DomName('SVGFEImageElement.style') |
| 2417 /** @domName SVGFEImageElement.style */ | |
| 2418 CssStyleDeclaration get style native "SVGFEImageElement_style_Getter"; | 2077 CssStyleDeclaration get style native "SVGFEImageElement_style_Getter"; |
| 2419 | 2078 |
| 2420 | 2079 @DomName('SVGFEImageElement.getPresentationAttribute') |
| 2421 /** @domName SVGFEImageElement.getPresentationAttribute */ | |
| 2422 CssValue getPresentationAttribute(String name) native "SVGFEImageElement_getPr
esentationAttribute_Callback"; | 2080 CssValue getPresentationAttribute(String name) native "SVGFEImageElement_getPr
esentationAttribute_Callback"; |
| 2423 | 2081 |
| 2424 | 2082 @DomName('SVGFEImageElement.href') |
| 2425 /** @domName SVGFEImageElement.href */ | |
| 2426 AnimatedString get href native "SVGFEImageElement_href_Getter"; | 2083 AnimatedString get href native "SVGFEImageElement_href_Getter"; |
| 2427 | 2084 |
| 2428 } | 2085 } |
| 2429 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2086 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2430 // for details. All rights reserved. Use of this source code is governed by a | 2087 // for details. All rights reserved. Use of this source code is governed by a |
| 2431 // BSD-style license that can be found in the LICENSE file. | 2088 // BSD-style license that can be found in the LICENSE file. |
| 2432 | 2089 |
| 2433 // WARNING: Do not edit - generated code. | 2090 // WARNING: Do not edit - generated code. |
| 2434 | 2091 |
| 2435 | 2092 |
| 2436 /// @domName SVGFEMergeElement | 2093 @DomName('SVGFEMergeElement') |
| 2437 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 2094 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { |
| 2438 FEMergeElement.internal() : super.internal(); | 2095 FEMergeElement.internal() : super.internal(); |
| 2439 | 2096 |
| 2440 | 2097 @DomName('SVGFEMergeElement.height') |
| 2441 /** @domName SVGFEMergeElement.height */ | |
| 2442 AnimatedLength get height native "SVGFEMergeElement_height_Getter"; | 2098 AnimatedLength get height native "SVGFEMergeElement_height_Getter"; |
| 2443 | 2099 |
| 2444 | 2100 @DomName('SVGFEMergeElement.result') |
| 2445 /** @domName SVGFEMergeElement.result */ | |
| 2446 AnimatedString get result native "SVGFEMergeElement_result_Getter"; | 2101 AnimatedString get result native "SVGFEMergeElement_result_Getter"; |
| 2447 | 2102 |
| 2448 | 2103 @DomName('SVGFEMergeElement.width') |
| 2449 /** @domName SVGFEMergeElement.width */ | |
| 2450 AnimatedLength get width native "SVGFEMergeElement_width_Getter"; | 2104 AnimatedLength get width native "SVGFEMergeElement_width_Getter"; |
| 2451 | 2105 |
| 2452 | 2106 @DomName('SVGFEMergeElement.x') |
| 2453 /** @domName SVGFEMergeElement.x */ | |
| 2454 AnimatedLength get x native "SVGFEMergeElement_x_Getter"; | 2107 AnimatedLength get x native "SVGFEMergeElement_x_Getter"; |
| 2455 | 2108 |
| 2456 | 2109 @DomName('SVGFEMergeElement.y') |
| 2457 /** @domName SVGFEMergeElement.y */ | |
| 2458 AnimatedLength get y native "SVGFEMergeElement_y_Getter"; | 2110 AnimatedLength get y native "SVGFEMergeElement_y_Getter"; |
| 2459 | 2111 |
| 2460 | 2112 @DomName('SVGFEMergeElement.className') |
| 2461 /** @domName SVGFEMergeElement.className */ | |
| 2462 AnimatedString get $dom_svgClassName native "SVGFEMergeElement_className_Gette
r"; | 2113 AnimatedString get $dom_svgClassName native "SVGFEMergeElement_className_Gette
r"; |
| 2463 | 2114 |
| 2464 | 2115 @DomName('SVGFEMergeElement.style') |
| 2465 /** @domName SVGFEMergeElement.style */ | |
| 2466 CssStyleDeclaration get style native "SVGFEMergeElement_style_Getter"; | 2116 CssStyleDeclaration get style native "SVGFEMergeElement_style_Getter"; |
| 2467 | 2117 |
| 2468 | 2118 @DomName('SVGFEMergeElement.getPresentationAttribute') |
| 2469 /** @domName SVGFEMergeElement.getPresentationAttribute */ | |
| 2470 CssValue getPresentationAttribute(String name) native "SVGFEMergeElement_getPr
esentationAttribute_Callback"; | 2119 CssValue getPresentationAttribute(String name) native "SVGFEMergeElement_getPr
esentationAttribute_Callback"; |
| 2471 | 2120 |
| 2472 } | 2121 } |
| 2473 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2122 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2474 // for details. All rights reserved. Use of this source code is governed by a | 2123 // for details. All rights reserved. Use of this source code is governed by a |
| 2475 // BSD-style license that can be found in the LICENSE file. | 2124 // BSD-style license that can be found in the LICENSE file. |
| 2476 | 2125 |
| 2477 // WARNING: Do not edit - generated code. | 2126 // WARNING: Do not edit - generated code. |
| 2478 | 2127 |
| 2479 | 2128 |
| 2480 /// @domName SVGFEMergeNodeElement | 2129 @DomName('SVGFEMergeNodeElement') |
| 2481 class FEMergeNodeElement extends SvgElement { | 2130 class FEMergeNodeElement extends SvgElement { |
| 2482 FEMergeNodeElement.internal() : super.internal(); | 2131 FEMergeNodeElement.internal() : super.internal(); |
| 2483 | 2132 |
| 2484 | 2133 @DomName('SVGFEMergeNodeElement.in1') |
| 2485 /** @domName SVGFEMergeNodeElement.in1 */ | |
| 2486 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter"; | 2134 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter"; |
| 2487 | 2135 |
| 2488 } | 2136 } |
| 2489 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2137 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2490 // for details. All rights reserved. Use of this source code is governed by a | 2138 // for details. All rights reserved. Use of this source code is governed by a |
| 2491 // BSD-style license that can be found in the LICENSE file. | 2139 // BSD-style license that can be found in the LICENSE file. |
| 2492 | 2140 |
| 2493 // WARNING: Do not edit - generated code. | 2141 // WARNING: Do not edit - generated code. |
| 2494 | 2142 |
| 2495 | 2143 |
| 2496 /// @domName SVGFEMorphologyElement | 2144 @DomName('SVGFEMorphologyElement') |
| 2497 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { | 2145 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { |
| 2498 FEMorphologyElement.internal() : super.internal(); | 2146 FEMorphologyElement.internal() : super.internal(); |
| 2499 | 2147 |
| 2500 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; | 2148 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
| 2501 | 2149 |
| 2502 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; | 2150 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
| 2503 | 2151 |
| 2504 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; | 2152 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
| 2505 | 2153 |
| 2506 | 2154 @DomName('SVGFEMorphologyElement.in1') |
| 2507 /** @domName SVGFEMorphologyElement.in1 */ | |
| 2508 AnimatedString get in1 native "SVGFEMorphologyElement_in1_Getter"; | 2155 AnimatedString get in1 native "SVGFEMorphologyElement_in1_Getter"; |
| 2509 | 2156 |
| 2510 | 2157 @DomName('SVGFEMorphologyElement.operator') |
| 2511 /** @domName SVGFEMorphologyElement.operator */ | |
| 2512 AnimatedEnumeration get operator native "SVGFEMorphologyElement_operator_Gette
r"; | 2158 AnimatedEnumeration get operator native "SVGFEMorphologyElement_operator_Gette
r"; |
| 2513 | 2159 |
| 2514 | 2160 @DomName('SVGFEMorphologyElement.radiusX') |
| 2515 /** @domName SVGFEMorphologyElement.radiusX */ | |
| 2516 AnimatedNumber get radiusX native "SVGFEMorphologyElement_radiusX_Getter"; | 2161 AnimatedNumber get radiusX native "SVGFEMorphologyElement_radiusX_Getter"; |
| 2517 | 2162 |
| 2518 | 2163 @DomName('SVGFEMorphologyElement.radiusY') |
| 2519 /** @domName SVGFEMorphologyElement.radiusY */ | |
| 2520 AnimatedNumber get radiusY native "SVGFEMorphologyElement_radiusY_Getter"; | 2164 AnimatedNumber get radiusY native "SVGFEMorphologyElement_radiusY_Getter"; |
| 2521 | 2165 |
| 2522 | 2166 @DomName('SVGFEMorphologyElement.setRadius') |
| 2523 /** @domName SVGFEMorphologyElement.setRadius */ | |
| 2524 void setRadius(num radiusX, num radiusY) native "SVGFEMorphologyElement_setRad
ius_Callback"; | 2167 void setRadius(num radiusX, num radiusY) native "SVGFEMorphologyElement_setRad
ius_Callback"; |
| 2525 | 2168 |
| 2526 | 2169 @DomName('SVGFEMorphologyElement.height') |
| 2527 /** @domName SVGFEMorphologyElement.height */ | |
| 2528 AnimatedLength get height native "SVGFEMorphologyElement_height_Getter"; | 2170 AnimatedLength get height native "SVGFEMorphologyElement_height_Getter"; |
| 2529 | 2171 |
| 2530 | 2172 @DomName('SVGFEMorphologyElement.result') |
| 2531 /** @domName SVGFEMorphologyElement.result */ | |
| 2532 AnimatedString get result native "SVGFEMorphologyElement_result_Getter"; | 2173 AnimatedString get result native "SVGFEMorphologyElement_result_Getter"; |
| 2533 | 2174 |
| 2534 | 2175 @DomName('SVGFEMorphologyElement.width') |
| 2535 /** @domName SVGFEMorphologyElement.width */ | |
| 2536 AnimatedLength get width native "SVGFEMorphologyElement_width_Getter"; | 2176 AnimatedLength get width native "SVGFEMorphologyElement_width_Getter"; |
| 2537 | 2177 |
| 2538 | 2178 @DomName('SVGFEMorphologyElement.x') |
| 2539 /** @domName SVGFEMorphologyElement.x */ | |
| 2540 AnimatedLength get x native "SVGFEMorphologyElement_x_Getter"; | 2179 AnimatedLength get x native "SVGFEMorphologyElement_x_Getter"; |
| 2541 | 2180 |
| 2542 | 2181 @DomName('SVGFEMorphologyElement.y') |
| 2543 /** @domName SVGFEMorphologyElement.y */ | |
| 2544 AnimatedLength get y native "SVGFEMorphologyElement_y_Getter"; | 2182 AnimatedLength get y native "SVGFEMorphologyElement_y_Getter"; |
| 2545 | 2183 |
| 2546 | 2184 @DomName('SVGFEMorphologyElement.className') |
| 2547 /** @domName SVGFEMorphologyElement.className */ | |
| 2548 AnimatedString get $dom_svgClassName native "SVGFEMorphologyElement_className_
Getter"; | 2185 AnimatedString get $dom_svgClassName native "SVGFEMorphologyElement_className_
Getter"; |
| 2549 | 2186 |
| 2550 | 2187 @DomName('SVGFEMorphologyElement.style') |
| 2551 /** @domName SVGFEMorphologyElement.style */ | |
| 2552 CssStyleDeclaration get style native "SVGFEMorphologyElement_style_Getter"; | 2188 CssStyleDeclaration get style native "SVGFEMorphologyElement_style_Getter"; |
| 2553 | 2189 |
| 2554 | 2190 @DomName('SVGFEMorphologyElement.getPresentationAttribute') |
| 2555 /** @domName SVGFEMorphologyElement.getPresentationAttribute */ | |
| 2556 CssValue getPresentationAttribute(String name) native "SVGFEMorphologyElement_
getPresentationAttribute_Callback"; | 2191 CssValue getPresentationAttribute(String name) native "SVGFEMorphologyElement_
getPresentationAttribute_Callback"; |
| 2557 | 2192 |
| 2558 } | 2193 } |
| 2559 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2194 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2560 // for details. All rights reserved. Use of this source code is governed by a | 2195 // for details. All rights reserved. Use of this source code is governed by a |
| 2561 // BSD-style license that can be found in the LICENSE file. | 2196 // BSD-style license that can be found in the LICENSE file. |
| 2562 | 2197 |
| 2563 // WARNING: Do not edit - generated code. | 2198 // WARNING: Do not edit - generated code. |
| 2564 | 2199 |
| 2565 | 2200 |
| 2566 /// @domName SVGFEOffsetElement | 2201 @DomName('SVGFEOffsetElement') |
| 2567 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri
butes { | 2202 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri
butes { |
| 2568 FEOffsetElement.internal() : super.internal(); | 2203 FEOffsetElement.internal() : super.internal(); |
| 2569 | 2204 |
| 2570 | 2205 @DomName('SVGFEOffsetElement.dx') |
| 2571 /** @domName SVGFEOffsetElement.dx */ | |
| 2572 AnimatedNumber get dx native "SVGFEOffsetElement_dx_Getter"; | 2206 AnimatedNumber get dx native "SVGFEOffsetElement_dx_Getter"; |
| 2573 | 2207 |
| 2574 | 2208 @DomName('SVGFEOffsetElement.dy') |
| 2575 /** @domName SVGFEOffsetElement.dy */ | |
| 2576 AnimatedNumber get dy native "SVGFEOffsetElement_dy_Getter"; | 2209 AnimatedNumber get dy native "SVGFEOffsetElement_dy_Getter"; |
| 2577 | 2210 |
| 2578 | 2211 @DomName('SVGFEOffsetElement.in1') |
| 2579 /** @domName SVGFEOffsetElement.in1 */ | |
| 2580 AnimatedString get in1 native "SVGFEOffsetElement_in1_Getter"; | 2212 AnimatedString get in1 native "SVGFEOffsetElement_in1_Getter"; |
| 2581 | 2213 |
| 2582 | 2214 @DomName('SVGFEOffsetElement.height') |
| 2583 /** @domName SVGFEOffsetElement.height */ | |
| 2584 AnimatedLength get height native "SVGFEOffsetElement_height_Getter"; | 2215 AnimatedLength get height native "SVGFEOffsetElement_height_Getter"; |
| 2585 | 2216 |
| 2586 | 2217 @DomName('SVGFEOffsetElement.result') |
| 2587 /** @domName SVGFEOffsetElement.result */ | |
| 2588 AnimatedString get result native "SVGFEOffsetElement_result_Getter"; | 2218 AnimatedString get result native "SVGFEOffsetElement_result_Getter"; |
| 2589 | 2219 |
| 2590 | 2220 @DomName('SVGFEOffsetElement.width') |
| 2591 /** @domName SVGFEOffsetElement.width */ | |
| 2592 AnimatedLength get width native "SVGFEOffsetElement_width_Getter"; | 2221 AnimatedLength get width native "SVGFEOffsetElement_width_Getter"; |
| 2593 | 2222 |
| 2594 | 2223 @DomName('SVGFEOffsetElement.x') |
| 2595 /** @domName SVGFEOffsetElement.x */ | |
| 2596 AnimatedLength get x native "SVGFEOffsetElement_x_Getter"; | 2224 AnimatedLength get x native "SVGFEOffsetElement_x_Getter"; |
| 2597 | 2225 |
| 2598 | 2226 @DomName('SVGFEOffsetElement.y') |
| 2599 /** @domName SVGFEOffsetElement.y */ | |
| 2600 AnimatedLength get y native "SVGFEOffsetElement_y_Getter"; | 2227 AnimatedLength get y native "SVGFEOffsetElement_y_Getter"; |
| 2601 | 2228 |
| 2602 | 2229 @DomName('SVGFEOffsetElement.className') |
| 2603 /** @domName SVGFEOffsetElement.className */ | |
| 2604 AnimatedString get $dom_svgClassName native "SVGFEOffsetElement_className_Gett
er"; | 2230 AnimatedString get $dom_svgClassName native "SVGFEOffsetElement_className_Gett
er"; |
| 2605 | 2231 |
| 2606 | 2232 @DomName('SVGFEOffsetElement.style') |
| 2607 /** @domName SVGFEOffsetElement.style */ | |
| 2608 CssStyleDeclaration get style native "SVGFEOffsetElement_style_Getter"; | 2233 CssStyleDeclaration get style native "SVGFEOffsetElement_style_Getter"; |
| 2609 | 2234 |
| 2610 | 2235 @DomName('SVGFEOffsetElement.getPresentationAttribute') |
| 2611 /** @domName SVGFEOffsetElement.getPresentationAttribute */ | |
| 2612 CssValue getPresentationAttribute(String name) native "SVGFEOffsetElement_getP
resentationAttribute_Callback"; | 2236 CssValue getPresentationAttribute(String name) native "SVGFEOffsetElement_getP
resentationAttribute_Callback"; |
| 2613 | 2237 |
| 2614 } | 2238 } |
| 2615 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2239 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2616 // for details. All rights reserved. Use of this source code is governed by a | 2240 // for details. All rights reserved. Use of this source code is governed by a |
| 2617 // BSD-style license that can be found in the LICENSE file. | 2241 // BSD-style license that can be found in the LICENSE file. |
| 2618 | 2242 |
| 2619 // WARNING: Do not edit - generated code. | 2243 // WARNING: Do not edit - generated code. |
| 2620 | 2244 |
| 2621 | 2245 |
| 2622 /// @domName SVGFEPointLightElement | 2246 @DomName('SVGFEPointLightElement') |
| 2623 class FEPointLightElement extends SvgElement { | 2247 class FEPointLightElement extends SvgElement { |
| 2624 FEPointLightElement.internal() : super.internal(); | 2248 FEPointLightElement.internal() : super.internal(); |
| 2625 | 2249 |
| 2626 | 2250 @DomName('SVGFEPointLightElement.x') |
| 2627 /** @domName SVGFEPointLightElement.x */ | |
| 2628 AnimatedNumber get x native "SVGFEPointLightElement_x_Getter"; | 2251 AnimatedNumber get x native "SVGFEPointLightElement_x_Getter"; |
| 2629 | 2252 |
| 2630 | 2253 @DomName('SVGFEPointLightElement.y') |
| 2631 /** @domName SVGFEPointLightElement.y */ | |
| 2632 AnimatedNumber get y native "SVGFEPointLightElement_y_Getter"; | 2254 AnimatedNumber get y native "SVGFEPointLightElement_y_Getter"; |
| 2633 | 2255 |
| 2634 | 2256 @DomName('SVGFEPointLightElement.z') |
| 2635 /** @domName SVGFEPointLightElement.z */ | |
| 2636 AnimatedNumber get z native "SVGFEPointLightElement_z_Getter"; | 2257 AnimatedNumber get z native "SVGFEPointLightElement_z_Getter"; |
| 2637 | 2258 |
| 2638 } | 2259 } |
| 2639 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2260 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2640 // for details. All rights reserved. Use of this source code is governed by a | 2261 // for details. All rights reserved. Use of this source code is governed by a |
| 2641 // BSD-style license that can be found in the LICENSE file. | 2262 // BSD-style license that can be found in the LICENSE file. |
| 2642 | 2263 |
| 2643 // WARNING: Do not edit - generated code. | 2264 // WARNING: Do not edit - generated code. |
| 2644 | 2265 |
| 2645 | 2266 |
| 2646 /// @domName SVGFESpecularLightingElement | 2267 @DomName('SVGFESpecularLightingElement') |
| 2647 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta
ndardAttributes { | 2268 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta
ndardAttributes { |
| 2648 FESpecularLightingElement.internal() : super.internal(); | 2269 FESpecularLightingElement.internal() : super.internal(); |
| 2649 | 2270 |
| 2650 | 2271 @DomName('SVGFESpecularLightingElement.in1') |
| 2651 /** @domName SVGFESpecularLightingElement.in1 */ | |
| 2652 AnimatedString get in1 native "SVGFESpecularLightingElement_in1_Getter"; | 2272 AnimatedString get in1 native "SVGFESpecularLightingElement_in1_Getter"; |
| 2653 | 2273 |
| 2654 | 2274 @DomName('SVGFESpecularLightingElement.specularConstant') |
| 2655 /** @domName SVGFESpecularLightingElement.specularConstant */ | |
| 2656 AnimatedNumber get specularConstant native "SVGFESpecularLightingElement_specu
larConstant_Getter"; | 2275 AnimatedNumber get specularConstant native "SVGFESpecularLightingElement_specu
larConstant_Getter"; |
| 2657 | 2276 |
| 2658 | 2277 @DomName('SVGFESpecularLightingElement.specularExponent') |
| 2659 /** @domName SVGFESpecularLightingElement.specularExponent */ | |
| 2660 AnimatedNumber get specularExponent native "SVGFESpecularLightingElement_specu
larExponent_Getter"; | 2278 AnimatedNumber get specularExponent native "SVGFESpecularLightingElement_specu
larExponent_Getter"; |
| 2661 | 2279 |
| 2662 | 2280 @DomName('SVGFESpecularLightingElement.surfaceScale') |
| 2663 /** @domName SVGFESpecularLightingElement.surfaceScale */ | |
| 2664 AnimatedNumber get surfaceScale native "SVGFESpecularLightingElement_surfaceSc
ale_Getter"; | 2281 AnimatedNumber get surfaceScale native "SVGFESpecularLightingElement_surfaceSc
ale_Getter"; |
| 2665 | 2282 |
| 2666 | 2283 @DomName('SVGFESpecularLightingElement.height') |
| 2667 /** @domName SVGFESpecularLightingElement.height */ | |
| 2668 AnimatedLength get height native "SVGFESpecularLightingElement_height_Getter"; | 2284 AnimatedLength get height native "SVGFESpecularLightingElement_height_Getter"; |
| 2669 | 2285 |
| 2670 | 2286 @DomName('SVGFESpecularLightingElement.result') |
| 2671 /** @domName SVGFESpecularLightingElement.result */ | |
| 2672 AnimatedString get result native "SVGFESpecularLightingElement_result_Getter"; | 2287 AnimatedString get result native "SVGFESpecularLightingElement_result_Getter"; |
| 2673 | 2288 |
| 2674 | 2289 @DomName('SVGFESpecularLightingElement.width') |
| 2675 /** @domName SVGFESpecularLightingElement.width */ | |
| 2676 AnimatedLength get width native "SVGFESpecularLightingElement_width_Getter"; | 2290 AnimatedLength get width native "SVGFESpecularLightingElement_width_Getter"; |
| 2677 | 2291 |
| 2678 | 2292 @DomName('SVGFESpecularLightingElement.x') |
| 2679 /** @domName SVGFESpecularLightingElement.x */ | |
| 2680 AnimatedLength get x native "SVGFESpecularLightingElement_x_Getter"; | 2293 AnimatedLength get x native "SVGFESpecularLightingElement_x_Getter"; |
| 2681 | 2294 |
| 2682 | 2295 @DomName('SVGFESpecularLightingElement.y') |
| 2683 /** @domName SVGFESpecularLightingElement.y */ | |
| 2684 AnimatedLength get y native "SVGFESpecularLightingElement_y_Getter"; | 2296 AnimatedLength get y native "SVGFESpecularLightingElement_y_Getter"; |
| 2685 | 2297 |
| 2686 | 2298 @DomName('SVGFESpecularLightingElement.className') |
| 2687 /** @domName SVGFESpecularLightingElement.className */ | |
| 2688 AnimatedString get $dom_svgClassName native "SVGFESpecularLightingElement_clas
sName_Getter"; | 2299 AnimatedString get $dom_svgClassName native "SVGFESpecularLightingElement_clas
sName_Getter"; |
| 2689 | 2300 |
| 2690 | 2301 @DomName('SVGFESpecularLightingElement.style') |
| 2691 /** @domName SVGFESpecularLightingElement.style */ | |
| 2692 CssStyleDeclaration get style native "SVGFESpecularLightingElement_style_Gette
r"; | 2302 CssStyleDeclaration get style native "SVGFESpecularLightingElement_style_Gette
r"; |
| 2693 | 2303 |
| 2694 | 2304 @DomName('SVGFESpecularLightingElement.getPresentationAttribute') |
| 2695 /** @domName SVGFESpecularLightingElement.getPresentationAttribute */ | |
| 2696 CssValue getPresentationAttribute(String name) native "SVGFESpecularLightingEl
ement_getPresentationAttribute_Callback"; | 2305 CssValue getPresentationAttribute(String name) native "SVGFESpecularLightingEl
ement_getPresentationAttribute_Callback"; |
| 2697 | 2306 |
| 2698 } | 2307 } |
| 2699 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2700 // for details. All rights reserved. Use of this source code is governed by a | 2309 // for details. All rights reserved. Use of this source code is governed by a |
| 2701 // BSD-style license that can be found in the LICENSE file. | 2310 // BSD-style license that can be found in the LICENSE file. |
| 2702 | 2311 |
| 2703 // WARNING: Do not edit - generated code. | 2312 // WARNING: Do not edit - generated code. |
| 2704 | 2313 |
| 2705 | 2314 |
| 2706 /// @domName SVGFESpotLightElement | 2315 @DomName('SVGFESpotLightElement') |
| 2707 class FESpotLightElement extends SvgElement { | 2316 class FESpotLightElement extends SvgElement { |
| 2708 FESpotLightElement.internal() : super.internal(); | 2317 FESpotLightElement.internal() : super.internal(); |
| 2709 | 2318 |
| 2710 | 2319 @DomName('SVGFESpotLightElement.limitingConeAngle') |
| 2711 /** @domName SVGFESpotLightElement.limitingConeAngle */ | |
| 2712 AnimatedNumber get limitingConeAngle native "SVGFESpotLightElement_limitingCon
eAngle_Getter"; | 2320 AnimatedNumber get limitingConeAngle native "SVGFESpotLightElement_limitingCon
eAngle_Getter"; |
| 2713 | 2321 |
| 2714 | 2322 @DomName('SVGFESpotLightElement.pointsAtX') |
| 2715 /** @domName SVGFESpotLightElement.pointsAtX */ | |
| 2716 AnimatedNumber get pointsAtX native "SVGFESpotLightElement_pointsAtX_Getter"; | 2323 AnimatedNumber get pointsAtX native "SVGFESpotLightElement_pointsAtX_Getter"; |
| 2717 | 2324 |
| 2718 | 2325 @DomName('SVGFESpotLightElement.pointsAtY') |
| 2719 /** @domName SVGFESpotLightElement.pointsAtY */ | |
| 2720 AnimatedNumber get pointsAtY native "SVGFESpotLightElement_pointsAtY_Getter"; | 2326 AnimatedNumber get pointsAtY native "SVGFESpotLightElement_pointsAtY_Getter"; |
| 2721 | 2327 |
| 2722 | 2328 @DomName('SVGFESpotLightElement.pointsAtZ') |
| 2723 /** @domName SVGFESpotLightElement.pointsAtZ */ | |
| 2724 AnimatedNumber get pointsAtZ native "SVGFESpotLightElement_pointsAtZ_Getter"; | 2329 AnimatedNumber get pointsAtZ native "SVGFESpotLightElement_pointsAtZ_Getter"; |
| 2725 | 2330 |
| 2726 | 2331 @DomName('SVGFESpotLightElement.specularExponent') |
| 2727 /** @domName SVGFESpotLightElement.specularExponent */ | |
| 2728 AnimatedNumber get specularExponent native "SVGFESpotLightElement_specularExpo
nent_Getter"; | 2332 AnimatedNumber get specularExponent native "SVGFESpotLightElement_specularExpo
nent_Getter"; |
| 2729 | 2333 |
| 2730 | 2334 @DomName('SVGFESpotLightElement.x') |
| 2731 /** @domName SVGFESpotLightElement.x */ | |
| 2732 AnimatedNumber get x native "SVGFESpotLightElement_x_Getter"; | 2335 AnimatedNumber get x native "SVGFESpotLightElement_x_Getter"; |
| 2733 | 2336 |
| 2734 | 2337 @DomName('SVGFESpotLightElement.y') |
| 2735 /** @domName SVGFESpotLightElement.y */ | |
| 2736 AnimatedNumber get y native "SVGFESpotLightElement_y_Getter"; | 2338 AnimatedNumber get y native "SVGFESpotLightElement_y_Getter"; |
| 2737 | 2339 |
| 2738 | 2340 @DomName('SVGFESpotLightElement.z') |
| 2739 /** @domName SVGFESpotLightElement.z */ | |
| 2740 AnimatedNumber get z native "SVGFESpotLightElement_z_Getter"; | 2341 AnimatedNumber get z native "SVGFESpotLightElement_z_Getter"; |
| 2741 | 2342 |
| 2742 } | 2343 } |
| 2743 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2344 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2744 // for details. All rights reserved. Use of this source code is governed by a | 2345 // for details. All rights reserved. Use of this source code is governed by a |
| 2745 // BSD-style license that can be found in the LICENSE file. | 2346 // BSD-style license that can be found in the LICENSE file. |
| 2746 | 2347 |
| 2747 // WARNING: Do not edit - generated code. | 2348 // WARNING: Do not edit - generated code. |
| 2748 | 2349 |
| 2749 | 2350 |
| 2750 /// @domName SVGFETileElement | 2351 @DomName('SVGFETileElement') |
| 2751 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu
tes { | 2352 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu
tes { |
| 2752 FETileElement.internal() : super.internal(); | 2353 FETileElement.internal() : super.internal(); |
| 2753 | 2354 |
| 2754 | 2355 @DomName('SVGFETileElement.in1') |
| 2755 /** @domName SVGFETileElement.in1 */ | |
| 2756 AnimatedString get in1 native "SVGFETileElement_in1_Getter"; | 2356 AnimatedString get in1 native "SVGFETileElement_in1_Getter"; |
| 2757 | 2357 |
| 2758 | 2358 @DomName('SVGFETileElement.height') |
| 2759 /** @domName SVGFETileElement.height */ | |
| 2760 AnimatedLength get height native "SVGFETileElement_height_Getter"; | 2359 AnimatedLength get height native "SVGFETileElement_height_Getter"; |
| 2761 | 2360 |
| 2762 | 2361 @DomName('SVGFETileElement.result') |
| 2763 /** @domName SVGFETileElement.result */ | |
| 2764 AnimatedString get result native "SVGFETileElement_result_Getter"; | 2362 AnimatedString get result native "SVGFETileElement_result_Getter"; |
| 2765 | 2363 |
| 2766 | 2364 @DomName('SVGFETileElement.width') |
| 2767 /** @domName SVGFETileElement.width */ | |
| 2768 AnimatedLength get width native "SVGFETileElement_width_Getter"; | 2365 AnimatedLength get width native "SVGFETileElement_width_Getter"; |
| 2769 | 2366 |
| 2770 | 2367 @DomName('SVGFETileElement.x') |
| 2771 /** @domName SVGFETileElement.x */ | |
| 2772 AnimatedLength get x native "SVGFETileElement_x_Getter"; | 2368 AnimatedLength get x native "SVGFETileElement_x_Getter"; |
| 2773 | 2369 |
| 2774 | 2370 @DomName('SVGFETileElement.y') |
| 2775 /** @domName SVGFETileElement.y */ | |
| 2776 AnimatedLength get y native "SVGFETileElement_y_Getter"; | 2371 AnimatedLength get y native "SVGFETileElement_y_Getter"; |
| 2777 | 2372 |
| 2778 | 2373 @DomName('SVGFETileElement.className') |
| 2779 /** @domName SVGFETileElement.className */ | |
| 2780 AnimatedString get $dom_svgClassName native "SVGFETileElement_className_Getter
"; | 2374 AnimatedString get $dom_svgClassName native "SVGFETileElement_className_Getter
"; |
| 2781 | 2375 |
| 2782 | 2376 @DomName('SVGFETileElement.style') |
| 2783 /** @domName SVGFETileElement.style */ | |
| 2784 CssStyleDeclaration get style native "SVGFETileElement_style_Getter"; | 2377 CssStyleDeclaration get style native "SVGFETileElement_style_Getter"; |
| 2785 | 2378 |
| 2786 | 2379 @DomName('SVGFETileElement.getPresentationAttribute') |
| 2787 /** @domName SVGFETileElement.getPresentationAttribute */ | |
| 2788 CssValue getPresentationAttribute(String name) native "SVGFETileElement_getPre
sentationAttribute_Callback"; | 2380 CssValue getPresentationAttribute(String name) native "SVGFETileElement_getPre
sentationAttribute_Callback"; |
| 2789 | 2381 |
| 2790 } | 2382 } |
| 2791 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2383 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2792 // for details. All rights reserved. Use of this source code is governed by a | 2384 // for details. All rights reserved. Use of this source code is governed by a |
| 2793 // BSD-style license that can be found in the LICENSE file. | 2385 // BSD-style license that can be found in the LICENSE file. |
| 2794 | 2386 |
| 2795 // WARNING: Do not edit - generated code. | 2387 // WARNING: Do not edit - generated code. |
| 2796 | 2388 |
| 2797 | 2389 |
| 2798 /// @domName SVGFETurbulenceElement | 2390 @DomName('SVGFETurbulenceElement') |
| 2799 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { | 2391 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { |
| 2800 FETurbulenceElement.internal() : super.internal(); | 2392 FETurbulenceElement.internal() : super.internal(); |
| 2801 | 2393 |
| 2802 static const int SVG_STITCHTYPE_NOSTITCH = 2; | 2394 static const int SVG_STITCHTYPE_NOSTITCH = 2; |
| 2803 | 2395 |
| 2804 static const int SVG_STITCHTYPE_STITCH = 1; | 2396 static const int SVG_STITCHTYPE_STITCH = 1; |
| 2805 | 2397 |
| 2806 static const int SVG_STITCHTYPE_UNKNOWN = 0; | 2398 static const int SVG_STITCHTYPE_UNKNOWN = 0; |
| 2807 | 2399 |
| 2808 static const int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; | 2400 static const int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; |
| 2809 | 2401 |
| 2810 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; | 2402 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; |
| 2811 | 2403 |
| 2812 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; | 2404 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
| 2813 | 2405 |
| 2814 | 2406 @DomName('SVGFETurbulenceElement.baseFrequencyX') |
| 2815 /** @domName SVGFETurbulenceElement.baseFrequencyX */ | |
| 2816 AnimatedNumber get baseFrequencyX native "SVGFETurbulenceElement_baseFrequency
X_Getter"; | 2407 AnimatedNumber get baseFrequencyX native "SVGFETurbulenceElement_baseFrequency
X_Getter"; |
| 2817 | 2408 |
| 2818 | 2409 @DomName('SVGFETurbulenceElement.baseFrequencyY') |
| 2819 /** @domName SVGFETurbulenceElement.baseFrequencyY */ | |
| 2820 AnimatedNumber get baseFrequencyY native "SVGFETurbulenceElement_baseFrequency
Y_Getter"; | 2410 AnimatedNumber get baseFrequencyY native "SVGFETurbulenceElement_baseFrequency
Y_Getter"; |
| 2821 | 2411 |
| 2822 | 2412 @DomName('SVGFETurbulenceElement.numOctaves') |
| 2823 /** @domName SVGFETurbulenceElement.numOctaves */ | |
| 2824 AnimatedInteger get numOctaves native "SVGFETurbulenceElement_numOctaves_Gette
r"; | 2413 AnimatedInteger get numOctaves native "SVGFETurbulenceElement_numOctaves_Gette
r"; |
| 2825 | 2414 |
| 2826 | 2415 @DomName('SVGFETurbulenceElement.seed') |
| 2827 /** @domName SVGFETurbulenceElement.seed */ | |
| 2828 AnimatedNumber get seed native "SVGFETurbulenceElement_seed_Getter"; | 2416 AnimatedNumber get seed native "SVGFETurbulenceElement_seed_Getter"; |
| 2829 | 2417 |
| 2830 | 2418 @DomName('SVGFETurbulenceElement.stitchTiles') |
| 2831 /** @domName SVGFETurbulenceElement.stitchTiles */ | |
| 2832 AnimatedEnumeration get stitchTiles native "SVGFETurbulenceElement_stitchTiles
_Getter"; | 2419 AnimatedEnumeration get stitchTiles native "SVGFETurbulenceElement_stitchTiles
_Getter"; |
| 2833 | 2420 |
| 2834 | 2421 @DomName('SVGFETurbulenceElement.type') |
| 2835 /** @domName SVGFETurbulenceElement.type */ | |
| 2836 AnimatedEnumeration get type native "SVGFETurbulenceElement_type_Getter"; | 2422 AnimatedEnumeration get type native "SVGFETurbulenceElement_type_Getter"; |
| 2837 | 2423 |
| 2838 | 2424 @DomName('SVGFETurbulenceElement.height') |
| 2839 /** @domName SVGFETurbulenceElement.height */ | |
| 2840 AnimatedLength get height native "SVGFETurbulenceElement_height_Getter"; | 2425 AnimatedLength get height native "SVGFETurbulenceElement_height_Getter"; |
| 2841 | 2426 |
| 2842 | 2427 @DomName('SVGFETurbulenceElement.result') |
| 2843 /** @domName SVGFETurbulenceElement.result */ | |
| 2844 AnimatedString get result native "SVGFETurbulenceElement_result_Getter"; | 2428 AnimatedString get result native "SVGFETurbulenceElement_result_Getter"; |
| 2845 | 2429 |
| 2846 | 2430 @DomName('SVGFETurbulenceElement.width') |
| 2847 /** @domName SVGFETurbulenceElement.width */ | |
| 2848 AnimatedLength get width native "SVGFETurbulenceElement_width_Getter"; | 2431 AnimatedLength get width native "SVGFETurbulenceElement_width_Getter"; |
| 2849 | 2432 |
| 2850 | 2433 @DomName('SVGFETurbulenceElement.x') |
| 2851 /** @domName SVGFETurbulenceElement.x */ | |
| 2852 AnimatedLength get x native "SVGFETurbulenceElement_x_Getter"; | 2434 AnimatedLength get x native "SVGFETurbulenceElement_x_Getter"; |
| 2853 | 2435 |
| 2854 | 2436 @DomName('SVGFETurbulenceElement.y') |
| 2855 /** @domName SVGFETurbulenceElement.y */ | |
| 2856 AnimatedLength get y native "SVGFETurbulenceElement_y_Getter"; | 2437 AnimatedLength get y native "SVGFETurbulenceElement_y_Getter"; |
| 2857 | 2438 |
| 2858 | 2439 @DomName('SVGFETurbulenceElement.className') |
| 2859 /** @domName SVGFETurbulenceElement.className */ | |
| 2860 AnimatedString get $dom_svgClassName native "SVGFETurbulenceElement_className_
Getter"; | 2440 AnimatedString get $dom_svgClassName native "SVGFETurbulenceElement_className_
Getter"; |
| 2861 | 2441 |
| 2862 | 2442 @DomName('SVGFETurbulenceElement.style') |
| 2863 /** @domName SVGFETurbulenceElement.style */ | |
| 2864 CssStyleDeclaration get style native "SVGFETurbulenceElement_style_Getter"; | 2443 CssStyleDeclaration get style native "SVGFETurbulenceElement_style_Getter"; |
| 2865 | 2444 |
| 2866 | 2445 @DomName('SVGFETurbulenceElement.getPresentationAttribute') |
| 2867 /** @domName SVGFETurbulenceElement.getPresentationAttribute */ | |
| 2868 CssValue getPresentationAttribute(String name) native "SVGFETurbulenceElement_
getPresentationAttribute_Callback"; | 2446 CssValue getPresentationAttribute(String name) native "SVGFETurbulenceElement_
getPresentationAttribute_Callback"; |
| 2869 | 2447 |
| 2870 } | 2448 } |
| 2871 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2449 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2872 // for details. All rights reserved. Use of this source code is governed by a | 2450 // for details. All rights reserved. Use of this source code is governed by a |
| 2873 // BSD-style license that can be found in the LICENSE file. | 2451 // BSD-style license that can be found in the LICENSE file. |
| 2874 | 2452 |
| 2875 // WARNING: Do not edit - generated code. | 2453 // WARNING: Do not edit - generated code. |
| 2876 | 2454 |
| 2877 | 2455 |
| 2878 /// @domName SVGFilterElement | 2456 @DomName('SVGFilterElement') |
| 2879 class FilterElement extends SvgElement implements UriReference, ExternalResource
sRequired, Stylable, LangSpace { | 2457 class FilterElement extends SvgElement implements UriReference, ExternalResource
sRequired, Stylable, LangSpace { |
| 2880 FilterElement.internal() : super.internal(); | 2458 FilterElement.internal() : super.internal(); |
| 2881 | 2459 |
| 2882 ///@docsEditable true | 2460 /// @docsEditable true |
| 2883 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); | 2461 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); |
| 2884 | 2462 |
| 2885 | 2463 @DomName('SVGFilterElement.filterResX') |
| 2886 /** @domName SVGFilterElement.filterResX */ | |
| 2887 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; | 2464 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; |
| 2888 | 2465 |
| 2889 | 2466 @DomName('SVGFilterElement.filterResY') |
| 2890 /** @domName SVGFilterElement.filterResY */ | |
| 2891 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; | 2467 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; |
| 2892 | 2468 |
| 2893 | 2469 @DomName('SVGFilterElement.filterUnits') |
| 2894 /** @domName SVGFilterElement.filterUnits */ | |
| 2895 AnimatedEnumeration get filterUnits native "SVGFilterElement_filterUnits_Gette
r"; | 2470 AnimatedEnumeration get filterUnits native "SVGFilterElement_filterUnits_Gette
r"; |
| 2896 | 2471 |
| 2897 | 2472 @DomName('SVGFilterElement.height') |
| 2898 /** @domName SVGFilterElement.height */ | |
| 2899 AnimatedLength get height native "SVGFilterElement_height_Getter"; | 2473 AnimatedLength get height native "SVGFilterElement_height_Getter"; |
| 2900 | 2474 |
| 2901 | 2475 @DomName('SVGFilterElement.primitiveUnits') |
| 2902 /** @domName SVGFilterElement.primitiveUnits */ | |
| 2903 AnimatedEnumeration get primitiveUnits native "SVGFilterElement_primitiveUnits
_Getter"; | 2476 AnimatedEnumeration get primitiveUnits native "SVGFilterElement_primitiveUnits
_Getter"; |
| 2904 | 2477 |
| 2905 | 2478 @DomName('SVGFilterElement.width') |
| 2906 /** @domName SVGFilterElement.width */ | |
| 2907 AnimatedLength get width native "SVGFilterElement_width_Getter"; | 2479 AnimatedLength get width native "SVGFilterElement_width_Getter"; |
| 2908 | 2480 |
| 2909 | 2481 @DomName('SVGFilterElement.x') |
| 2910 /** @domName SVGFilterElement.x */ | |
| 2911 AnimatedLength get x native "SVGFilterElement_x_Getter"; | 2482 AnimatedLength get x native "SVGFilterElement_x_Getter"; |
| 2912 | 2483 |
| 2913 | 2484 @DomName('SVGFilterElement.y') |
| 2914 /** @domName SVGFilterElement.y */ | |
| 2915 AnimatedLength get y native "SVGFilterElement_y_Getter"; | 2485 AnimatedLength get y native "SVGFilterElement_y_Getter"; |
| 2916 | 2486 |
| 2917 | 2487 @DomName('SVGFilterElement.setFilterRes') |
| 2918 /** @domName SVGFilterElement.setFilterRes */ | |
| 2919 void setFilterRes(int filterResX, int filterResY) native "SVGFilterElement_set
FilterRes_Callback"; | 2488 void setFilterRes(int filterResX, int filterResY) native "SVGFilterElement_set
FilterRes_Callback"; |
| 2920 | 2489 |
| 2921 | 2490 @DomName('SVGFilterElement.externalResourcesRequired') |
| 2922 /** @domName SVGFilterElement.externalResourcesRequired */ | |
| 2923 AnimatedBoolean get externalResourcesRequired native "SVGFilterElement_externa
lResourcesRequired_Getter"; | 2491 AnimatedBoolean get externalResourcesRequired native "SVGFilterElement_externa
lResourcesRequired_Getter"; |
| 2924 | 2492 |
| 2925 | 2493 @DomName('SVGFilterElement.xmllang') |
| 2926 /** @domName SVGFilterElement.xmllang */ | |
| 2927 String get xmllang native "SVGFilterElement_xmllang_Getter"; | 2494 String get xmllang native "SVGFilterElement_xmllang_Getter"; |
| 2928 | 2495 |
| 2929 | 2496 @DomName('SVGFilterElement.xmllang') |
| 2930 /** @domName SVGFilterElement.xmllang */ | |
| 2931 void set xmllang(String value) native "SVGFilterElement_xmllang_Setter"; | 2497 void set xmllang(String value) native "SVGFilterElement_xmllang_Setter"; |
| 2932 | 2498 |
| 2933 | 2499 @DomName('SVGFilterElement.xmlspace') |
| 2934 /** @domName SVGFilterElement.xmlspace */ | |
| 2935 String get xmlspace native "SVGFilterElement_xmlspace_Getter"; | 2500 String get xmlspace native "SVGFilterElement_xmlspace_Getter"; |
| 2936 | 2501 |
| 2937 | 2502 @DomName('SVGFilterElement.xmlspace') |
| 2938 /** @domName SVGFilterElement.xmlspace */ | |
| 2939 void set xmlspace(String value) native "SVGFilterElement_xmlspace_Setter"; | 2503 void set xmlspace(String value) native "SVGFilterElement_xmlspace_Setter"; |
| 2940 | 2504 |
| 2941 | 2505 @DomName('SVGFilterElement.className') |
| 2942 /** @domName SVGFilterElement.className */ | |
| 2943 AnimatedString get $dom_svgClassName native "SVGFilterElement_className_Getter
"; | 2506 AnimatedString get $dom_svgClassName native "SVGFilterElement_className_Getter
"; |
| 2944 | 2507 |
| 2945 | 2508 @DomName('SVGFilterElement.style') |
| 2946 /** @domName SVGFilterElement.style */ | |
| 2947 CssStyleDeclaration get style native "SVGFilterElement_style_Getter"; | 2509 CssStyleDeclaration get style native "SVGFilterElement_style_Getter"; |
| 2948 | 2510 |
| 2949 | 2511 @DomName('SVGFilterElement.getPresentationAttribute') |
| 2950 /** @domName SVGFilterElement.getPresentationAttribute */ | |
| 2951 CssValue getPresentationAttribute(String name) native "SVGFilterElement_getPre
sentationAttribute_Callback"; | 2512 CssValue getPresentationAttribute(String name) native "SVGFilterElement_getPre
sentationAttribute_Callback"; |
| 2952 | 2513 |
| 2953 | 2514 @DomName('SVGFilterElement.href') |
| 2954 /** @domName SVGFilterElement.href */ | |
| 2955 AnimatedString get href native "SVGFilterElement_href_Getter"; | 2515 AnimatedString get href native "SVGFilterElement_href_Getter"; |
| 2956 | 2516 |
| 2957 } | 2517 } |
| 2958 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2518 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2959 // for details. All rights reserved. Use of this source code is governed by a | 2519 // for details. All rights reserved. Use of this source code is governed by a |
| 2960 // BSD-style license that can be found in the LICENSE file. | 2520 // BSD-style license that can be found in the LICENSE file. |
| 2961 | 2521 |
| 2962 // WARNING: Do not edit - generated code. | 2522 // WARNING: Do not edit - generated code. |
| 2963 | 2523 |
| 2964 | 2524 |
| 2965 /// @domName SVGFilterPrimitiveStandardAttributes | 2525 @DomName('SVGFilterPrimitiveStandardAttributes') |
| 2966 class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass1 impleme
nts Stylable { | 2526 class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass1 impleme
nts Stylable { |
| 2967 FilterPrimitiveStandardAttributes.internal(); | 2527 FilterPrimitiveStandardAttributes.internal(); |
| 2968 | 2528 |
| 2969 | 2529 @DomName('SVGFilterPrimitiveStandardAttributes.height') |
| 2970 /** @domName SVGFilterPrimitiveStandardAttributes.height */ | |
| 2971 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_
Getter"; | 2530 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_
Getter"; |
| 2972 | 2531 |
| 2973 | 2532 @DomName('SVGFilterPrimitiveStandardAttributes.result') |
| 2974 /** @domName SVGFilterPrimitiveStandardAttributes.result */ | |
| 2975 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_
Getter"; | 2533 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_
Getter"; |
| 2976 | 2534 |
| 2977 | 2535 @DomName('SVGFilterPrimitiveStandardAttributes.width') |
| 2978 /** @domName SVGFilterPrimitiveStandardAttributes.width */ | |
| 2979 AnimatedLength get width native "SVGFilterPrimitiveStandardAttributes_width_Ge
tter"; | 2536 AnimatedLength get width native "SVGFilterPrimitiveStandardAttributes_width_Ge
tter"; |
| 2980 | 2537 |
| 2981 | 2538 @DomName('SVGFilterPrimitiveStandardAttributes.x') |
| 2982 /** @domName SVGFilterPrimitiveStandardAttributes.x */ | |
| 2983 AnimatedLength get x native "SVGFilterPrimitiveStandardAttributes_x_Getter"; | 2539 AnimatedLength get x native "SVGFilterPrimitiveStandardAttributes_x_Getter"; |
| 2984 | 2540 |
| 2985 | 2541 @DomName('SVGFilterPrimitiveStandardAttributes.y') |
| 2986 /** @domName SVGFilterPrimitiveStandardAttributes.y */ | |
| 2987 AnimatedLength get y native "SVGFilterPrimitiveStandardAttributes_y_Getter"; | 2542 AnimatedLength get y native "SVGFilterPrimitiveStandardAttributes_y_Getter"; |
| 2988 | 2543 |
| 2989 | 2544 @DomName('SVGFilterPrimitiveStandardAttributes.className') |
| 2990 /** @domName SVGFilterPrimitiveStandardAttributes.className */ | |
| 2991 AnimatedString get $dom_svgClassName native "SVGFilterPrimitiveStandardAttribu
tes_className_Getter"; | 2545 AnimatedString get $dom_svgClassName native "SVGFilterPrimitiveStandardAttribu
tes_className_Getter"; |
| 2992 | 2546 |
| 2993 | 2547 @DomName('SVGFilterPrimitiveStandardAttributes.style') |
| 2994 /** @domName SVGFilterPrimitiveStandardAttributes.style */ | |
| 2995 CssStyleDeclaration get style native "SVGFilterPrimitiveStandardAttributes_sty
le_Getter"; | 2548 CssStyleDeclaration get style native "SVGFilterPrimitiveStandardAttributes_sty
le_Getter"; |
| 2996 | 2549 |
| 2997 | 2550 @DomName('SVGFilterPrimitiveStandardAttributes.getPresentationAttribute') |
| 2998 /** @domName SVGFilterPrimitiveStandardAttributes.getPresentationAttribute */ | |
| 2999 CssValue getPresentationAttribute(String name) native "SVGFilterPrimitiveStand
ardAttributes_getPresentationAttribute_Callback"; | 2551 CssValue getPresentationAttribute(String name) native "SVGFilterPrimitiveStand
ardAttributes_getPresentationAttribute_Callback"; |
| 3000 | 2552 |
| 3001 } | 2553 } |
| 3002 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2554 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3003 // for details. All rights reserved. Use of this source code is governed by a | 2555 // for details. All rights reserved. Use of this source code is governed by a |
| 3004 // BSD-style license that can be found in the LICENSE file. | 2556 // BSD-style license that can be found in the LICENSE file. |
| 3005 | 2557 |
| 3006 // WARNING: Do not edit - generated code. | 2558 // WARNING: Do not edit - generated code. |
| 3007 | 2559 |
| 3008 | 2560 |
| 3009 /// @domName SVGFitToViewBox | 2561 @DomName('SVGFitToViewBox') |
| 3010 class FitToViewBox extends NativeFieldWrapperClass1 { | 2562 class FitToViewBox extends NativeFieldWrapperClass1 { |
| 3011 FitToViewBox.internal(); | 2563 FitToViewBox.internal(); |
| 3012 | 2564 |
| 3013 | 2565 @DomName('SVGFitToViewBox.preserveAspectRatio') |
| 3014 /** @domName SVGFitToViewBox.preserveAspectRatio */ | |
| 3015 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr
eserveAspectRatio_Getter"; | 2566 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr
eserveAspectRatio_Getter"; |
| 3016 | 2567 |
| 3017 | 2568 @DomName('SVGFitToViewBox.viewBox') |
| 3018 /** @domName SVGFitToViewBox.viewBox */ | |
| 3019 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; | 2569 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; |
| 3020 | 2570 |
| 3021 } | 2571 } |
| 3022 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2572 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3023 // for details. All rights reserved. Use of this source code is governed by a | 2573 // for details. All rights reserved. Use of this source code is governed by a |
| 3024 // BSD-style license that can be found in the LICENSE file. | 2574 // BSD-style license that can be found in the LICENSE file. |
| 3025 | 2575 |
| 3026 // WARNING: Do not edit - generated code. | 2576 // WARNING: Do not edit - generated code. |
| 3027 | 2577 |
| 3028 | 2578 |
| 3029 /// @domName SVGFontElement | 2579 @DomName('SVGFontElement') |
| 3030 class FontElement extends SvgElement { | 2580 class FontElement extends SvgElement { |
| 3031 FontElement.internal() : super.internal(); | 2581 FontElement.internal() : super.internal(); |
| 3032 | 2582 |
| 3033 ///@docsEditable true | 2583 /// @docsEditable true |
| 3034 factory FontElement() => _SvgElementFactoryProvider.createSvgElement_tag("font
"); | 2584 factory FontElement() => _SvgElementFactoryProvider.createSvgElement_tag("font
"); |
| 3035 | 2585 |
| 3036 } | 2586 } |
| 3037 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3038 // for details. All rights reserved. Use of this source code is governed by a | 2588 // for details. All rights reserved. Use of this source code is governed by a |
| 3039 // BSD-style license that can be found in the LICENSE file. | 2589 // BSD-style license that can be found in the LICENSE file. |
| 3040 | 2590 |
| 3041 // WARNING: Do not edit - generated code. | 2591 // WARNING: Do not edit - generated code. |
| 3042 | 2592 |
| 3043 | 2593 |
| 3044 /// @domName SVGFontFaceElement | 2594 @DomName('SVGFontFaceElement') |
| 3045 class FontFaceElement extends SvgElement { | 2595 class FontFaceElement extends SvgElement { |
| 3046 FontFaceElement.internal() : super.internal(); | 2596 FontFaceElement.internal() : super.internal(); |
| 3047 | 2597 |
| 3048 ///@docsEditable true | 2598 /// @docsEditable true |
| 3049 factory FontFaceElement() => _SvgElementFactoryProvider.createSvgElement_tag("
font-face"); | 2599 factory FontFaceElement() => _SvgElementFactoryProvider.createSvgElement_tag("
font-face"); |
| 3050 | 2600 |
| 3051 } | 2601 } |
| 3052 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2602 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3053 // for details. All rights reserved. Use of this source code is governed by a | 2603 // for details. All rights reserved. Use of this source code is governed by a |
| 3054 // BSD-style license that can be found in the LICENSE file. | 2604 // BSD-style license that can be found in the LICENSE file. |
| 3055 | 2605 |
| 3056 // WARNING: Do not edit - generated code. | 2606 // WARNING: Do not edit - generated code. |
| 3057 | 2607 |
| 3058 | 2608 |
| 3059 /// @domName SVGFontFaceFormatElement | 2609 @DomName('SVGFontFaceFormatElement') |
| 3060 class FontFaceFormatElement extends SvgElement { | 2610 class FontFaceFormatElement extends SvgElement { |
| 3061 FontFaceFormatElement.internal() : super.internal(); | 2611 FontFaceFormatElement.internal() : super.internal(); |
| 3062 | 2612 |
| 3063 ///@docsEditable true | 2613 /// @docsEditable true |
| 3064 factory FontFaceFormatElement() => _SvgElementFactoryProvider.createSvgElement
_tag("font-face-format"); | 2614 factory FontFaceFormatElement() => _SvgElementFactoryProvider.createSvgElement
_tag("font-face-format"); |
| 3065 | 2615 |
| 3066 } | 2616 } |
| 3067 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2617 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3068 // for details. All rights reserved. Use of this source code is governed by a | 2618 // for details. All rights reserved. Use of this source code is governed by a |
| 3069 // BSD-style license that can be found in the LICENSE file. | 2619 // BSD-style license that can be found in the LICENSE file. |
| 3070 | 2620 |
| 3071 // WARNING: Do not edit - generated code. | 2621 // WARNING: Do not edit - generated code. |
| 3072 | 2622 |
| 3073 | 2623 |
| 3074 /// @domName SVGFontFaceNameElement | 2624 @DomName('SVGFontFaceNameElement') |
| 3075 class FontFaceNameElement extends SvgElement { | 2625 class FontFaceNameElement extends SvgElement { |
| 3076 FontFaceNameElement.internal() : super.internal(); | 2626 FontFaceNameElement.internal() : super.internal(); |
| 3077 | 2627 |
| 3078 ///@docsEditable true | 2628 /// @docsEditable true |
| 3079 factory FontFaceNameElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("font-face-name"); | 2629 factory FontFaceNameElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("font-face-name"); |
| 3080 | 2630 |
| 3081 } | 2631 } |
| 3082 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2632 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3083 // for details. All rights reserved. Use of this source code is governed by a | 2633 // for details. All rights reserved. Use of this source code is governed by a |
| 3084 // BSD-style license that can be found in the LICENSE file. | 2634 // BSD-style license that can be found in the LICENSE file. |
| 3085 | 2635 |
| 3086 // WARNING: Do not edit - generated code. | 2636 // WARNING: Do not edit - generated code. |
| 3087 | 2637 |
| 3088 | 2638 |
| 3089 /// @domName SVGFontFaceSrcElement | 2639 @DomName('SVGFontFaceSrcElement') |
| 3090 class FontFaceSrcElement extends SvgElement { | 2640 class FontFaceSrcElement extends SvgElement { |
| 3091 FontFaceSrcElement.internal() : super.internal(); | 2641 FontFaceSrcElement.internal() : super.internal(); |
| 3092 | 2642 |
| 3093 ///@docsEditable true | 2643 /// @docsEditable true |
| 3094 factory FontFaceSrcElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-src"); | 2644 factory FontFaceSrcElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-src"); |
| 3095 | 2645 |
| 3096 } | 2646 } |
| 3097 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2647 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3098 // for details. All rights reserved. Use of this source code is governed by a | 2648 // for details. All rights reserved. Use of this source code is governed by a |
| 3099 // BSD-style license that can be found in the LICENSE file. | 2649 // BSD-style license that can be found in the LICENSE file. |
| 3100 | 2650 |
| 3101 // WARNING: Do not edit - generated code. | 2651 // WARNING: Do not edit - generated code. |
| 3102 | 2652 |
| 3103 | 2653 |
| 3104 /// @domName SVGFontFaceUriElement | 2654 @DomName('SVGFontFaceUriElement') |
| 3105 class FontFaceUriElement extends SvgElement { | 2655 class FontFaceUriElement extends SvgElement { |
| 3106 FontFaceUriElement.internal() : super.internal(); | 2656 FontFaceUriElement.internal() : super.internal(); |
| 3107 | 2657 |
| 3108 ///@docsEditable true | 2658 /// @docsEditable true |
| 3109 factory FontFaceUriElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-uri"); | 2659 factory FontFaceUriElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("font-face-uri"); |
| 3110 | 2660 |
| 3111 } | 2661 } |
| 3112 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2662 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3113 // for details. All rights reserved. Use of this source code is governed by a | 2663 // for details. All rights reserved. Use of this source code is governed by a |
| 3114 // BSD-style license that can be found in the LICENSE file. | 2664 // BSD-style license that can be found in the LICENSE file. |
| 3115 | 2665 |
| 3116 // WARNING: Do not edit - generated code. | 2666 // WARNING: Do not edit - generated code. |
| 3117 | 2667 |
| 3118 | 2668 |
| 3119 /// @domName SVGForeignObjectElement | 2669 @DomName('SVGForeignObjectElement') |
| 3120 class ForeignObjectElement extends SvgElement implements Transformable, Tests, S
tylable, ExternalResourcesRequired, LangSpace { | 2670 class ForeignObjectElement extends SvgElement implements Transformable, Tests, S
tylable, ExternalResourcesRequired, LangSpace { |
| 3121 ForeignObjectElement.internal() : super.internal(); | 2671 ForeignObjectElement.internal() : super.internal(); |
| 3122 | 2672 |
| 3123 ///@docsEditable true | 2673 /// @docsEditable true |
| 3124 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); | 2674 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); |
| 3125 | 2675 |
| 3126 | 2676 @DomName('SVGForeignObjectElement.height') |
| 3127 /** @domName SVGForeignObjectElement.height */ | |
| 3128 AnimatedLength get height native "SVGForeignObjectElement_height_Getter"; | 2677 AnimatedLength get height native "SVGForeignObjectElement_height_Getter"; |
| 3129 | 2678 |
| 3130 | 2679 @DomName('SVGForeignObjectElement.width') |
| 3131 /** @domName SVGForeignObjectElement.width */ | |
| 3132 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; | 2680 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; |
| 3133 | 2681 |
| 3134 | 2682 @DomName('SVGForeignObjectElement.x') |
| 3135 /** @domName SVGForeignObjectElement.x */ | |
| 3136 AnimatedLength get x native "SVGForeignObjectElement_x_Getter"; | 2683 AnimatedLength get x native "SVGForeignObjectElement_x_Getter"; |
| 3137 | 2684 |
| 3138 | 2685 @DomName('SVGForeignObjectElement.y') |
| 3139 /** @domName SVGForeignObjectElement.y */ | |
| 3140 AnimatedLength get y native "SVGForeignObjectElement_y_Getter"; | 2686 AnimatedLength get y native "SVGForeignObjectElement_y_Getter"; |
| 3141 | 2687 |
| 3142 | 2688 @DomName('SVGForeignObjectElement.externalResourcesRequired') |
| 3143 /** @domName SVGForeignObjectElement.externalResourcesRequired */ | |
| 3144 AnimatedBoolean get externalResourcesRequired native "SVGForeignObjectElement_
externalResourcesRequired_Getter"; | 2689 AnimatedBoolean get externalResourcesRequired native "SVGForeignObjectElement_
externalResourcesRequired_Getter"; |
| 3145 | 2690 |
| 3146 | 2691 @DomName('SVGForeignObjectElement.xmllang') |
| 3147 /** @domName SVGForeignObjectElement.xmllang */ | |
| 3148 String get xmllang native "SVGForeignObjectElement_xmllang_Getter"; | 2692 String get xmllang native "SVGForeignObjectElement_xmllang_Getter"; |
| 3149 | 2693 |
| 3150 | 2694 @DomName('SVGForeignObjectElement.xmllang') |
| 3151 /** @domName SVGForeignObjectElement.xmllang */ | |
| 3152 void set xmllang(String value) native "SVGForeignObjectElement_xmllang_Setter"
; | 2695 void set xmllang(String value) native "SVGForeignObjectElement_xmllang_Setter"
; |
| 3153 | 2696 |
| 3154 | 2697 @DomName('SVGForeignObjectElement.xmlspace') |
| 3155 /** @domName SVGForeignObjectElement.xmlspace */ | |
| 3156 String get xmlspace native "SVGForeignObjectElement_xmlspace_Getter"; | 2698 String get xmlspace native "SVGForeignObjectElement_xmlspace_Getter"; |
| 3157 | 2699 |
| 3158 | 2700 @DomName('SVGForeignObjectElement.xmlspace') |
| 3159 /** @domName SVGForeignObjectElement.xmlspace */ | |
| 3160 void set xmlspace(String value) native "SVGForeignObjectElement_xmlspace_Sette
r"; | 2701 void set xmlspace(String value) native "SVGForeignObjectElement_xmlspace_Sette
r"; |
| 3161 | 2702 |
| 3162 | 2703 @DomName('SVGForeignObjectElement.farthestViewportElement') |
| 3163 /** @domName SVGForeignObjectElement.farthestViewportElement */ | |
| 3164 SvgElement get farthestViewportElement native "SVGForeignObjectElement_farthes
tViewportElement_Getter"; | 2704 SvgElement get farthestViewportElement native "SVGForeignObjectElement_farthes
tViewportElement_Getter"; |
| 3165 | 2705 |
| 3166 | 2706 @DomName('SVGForeignObjectElement.nearestViewportElement') |
| 3167 /** @domName SVGForeignObjectElement.nearestViewportElement */ | |
| 3168 SvgElement get nearestViewportElement native "SVGForeignObjectElement_nearestV
iewportElement_Getter"; | 2707 SvgElement get nearestViewportElement native "SVGForeignObjectElement_nearestV
iewportElement_Getter"; |
| 3169 | 2708 |
| 3170 | 2709 @DomName('SVGForeignObjectElement.getBBox') |
| 3171 /** @domName SVGForeignObjectElement.getBBox */ | |
| 3172 Rect getBBox() native "SVGForeignObjectElement_getBBox_Callback"; | 2710 Rect getBBox() native "SVGForeignObjectElement_getBBox_Callback"; |
| 3173 | 2711 |
| 3174 | 2712 @DomName('SVGForeignObjectElement.getCTM') |
| 3175 /** @domName SVGForeignObjectElement.getCTM */ | |
| 3176 Matrix getCtm() native "SVGForeignObjectElement_getCTM_Callback"; | 2713 Matrix getCtm() native "SVGForeignObjectElement_getCTM_Callback"; |
| 3177 | 2714 |
| 3178 | 2715 @DomName('SVGForeignObjectElement.getScreenCTM') |
| 3179 /** @domName SVGForeignObjectElement.getScreenCTM */ | |
| 3180 Matrix getScreenCtm() native "SVGForeignObjectElement_getScreenCTM_Callback"; | 2716 Matrix getScreenCtm() native "SVGForeignObjectElement_getScreenCTM_Callback"; |
| 3181 | 2717 |
| 3182 | 2718 @DomName('SVGForeignObjectElement.getTransformToElement') |
| 3183 /** @domName SVGForeignObjectElement.getTransformToElement */ | |
| 3184 Matrix getTransformToElement(SvgElement element) native "SVGForeignObjectEleme
nt_getTransformToElement_Callback"; | 2719 Matrix getTransformToElement(SvgElement element) native "SVGForeignObjectEleme
nt_getTransformToElement_Callback"; |
| 3185 | 2720 |
| 3186 | 2721 @DomName('SVGForeignObjectElement.className') |
| 3187 /** @domName SVGForeignObjectElement.className */ | |
| 3188 AnimatedString get $dom_svgClassName native "SVGForeignObjectElement_className
_Getter"; | 2722 AnimatedString get $dom_svgClassName native "SVGForeignObjectElement_className
_Getter"; |
| 3189 | 2723 |
| 3190 | 2724 @DomName('SVGForeignObjectElement.style') |
| 3191 /** @domName SVGForeignObjectElement.style */ | |
| 3192 CssStyleDeclaration get style native "SVGForeignObjectElement_style_Getter"; | 2725 CssStyleDeclaration get style native "SVGForeignObjectElement_style_Getter"; |
| 3193 | 2726 |
| 3194 | 2727 @DomName('SVGForeignObjectElement.getPresentationAttribute') |
| 3195 /** @domName SVGForeignObjectElement.getPresentationAttribute */ | |
| 3196 CssValue getPresentationAttribute(String name) native "SVGForeignObjectElement
_getPresentationAttribute_Callback"; | 2728 CssValue getPresentationAttribute(String name) native "SVGForeignObjectElement
_getPresentationAttribute_Callback"; |
| 3197 | 2729 |
| 3198 | 2730 @DomName('SVGForeignObjectElement.requiredExtensions') |
| 3199 /** @domName SVGForeignObjectElement.requiredExtensions */ | |
| 3200 StringList get requiredExtensions native "SVGForeignObjectElement_requiredExte
nsions_Getter"; | 2731 StringList get requiredExtensions native "SVGForeignObjectElement_requiredExte
nsions_Getter"; |
| 3201 | 2732 |
| 3202 | 2733 @DomName('SVGForeignObjectElement.requiredFeatures') |
| 3203 /** @domName SVGForeignObjectElement.requiredFeatures */ | |
| 3204 StringList get requiredFeatures native "SVGForeignObjectElement_requiredFeatur
es_Getter"; | 2734 StringList get requiredFeatures native "SVGForeignObjectElement_requiredFeatur
es_Getter"; |
| 3205 | 2735 |
| 3206 | 2736 @DomName('SVGForeignObjectElement.systemLanguage') |
| 3207 /** @domName SVGForeignObjectElement.systemLanguage */ | |
| 3208 StringList get systemLanguage native "SVGForeignObjectElement_systemLanguage_G
etter"; | 2737 StringList get systemLanguage native "SVGForeignObjectElement_systemLanguage_G
etter"; |
| 3209 | 2738 |
| 3210 | 2739 @DomName('SVGForeignObjectElement.hasExtension') |
| 3211 /** @domName SVGForeignObjectElement.hasExtension */ | |
| 3212 bool hasExtension(String extension) native "SVGForeignObjectElement_hasExtensi
on_Callback"; | 2740 bool hasExtension(String extension) native "SVGForeignObjectElement_hasExtensi
on_Callback"; |
| 3213 | 2741 |
| 3214 | 2742 @DomName('SVGForeignObjectElement.transform') |
| 3215 /** @domName SVGForeignObjectElement.transform */ | |
| 3216 AnimatedTransformList get transform native "SVGForeignObjectElement_transform_
Getter"; | 2743 AnimatedTransformList get transform native "SVGForeignObjectElement_transform_
Getter"; |
| 3217 | 2744 |
| 3218 } | 2745 } |
| 3219 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2746 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3220 // for details. All rights reserved. Use of this source code is governed by a | 2747 // for details. All rights reserved. Use of this source code is governed by a |
| 3221 // BSD-style license that can be found in the LICENSE file. | 2748 // BSD-style license that can be found in the LICENSE file. |
| 3222 | 2749 |
| 3223 // WARNING: Do not edit - generated code. | 2750 // WARNING: Do not edit - generated code. |
| 3224 | 2751 |
| 3225 | 2752 |
| 3226 /// @domName SVGGElement | 2753 @DomName('SVGGElement') |
| 3227 class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext
ernalResourcesRequired, LangSpace { | 2754 class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext
ernalResourcesRequired, LangSpace { |
| 3228 GElement.internal() : super.internal(); | 2755 GElement.internal() : super.internal(); |
| 3229 | 2756 |
| 3230 ///@docsEditable true | 2757 /// @docsEditable true |
| 3231 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); | 2758 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
| 3232 | 2759 |
| 3233 | 2760 @DomName('SVGGElement.externalResourcesRequired') |
| 3234 /** @domName SVGGElement.externalResourcesRequired */ | |
| 3235 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso
urcesRequired_Getter"; | 2761 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso
urcesRequired_Getter"; |
| 3236 | 2762 |
| 3237 | 2763 @DomName('SVGGElement.xmllang') |
| 3238 /** @domName SVGGElement.xmllang */ | |
| 3239 String get xmllang native "SVGGElement_xmllang_Getter"; | 2764 String get xmllang native "SVGGElement_xmllang_Getter"; |
| 3240 | 2765 |
| 3241 | 2766 @DomName('SVGGElement.xmllang') |
| 3242 /** @domName SVGGElement.xmllang */ | |
| 3243 void set xmllang(String value) native "SVGGElement_xmllang_Setter"; | 2767 void set xmllang(String value) native "SVGGElement_xmllang_Setter"; |
| 3244 | 2768 |
| 3245 | 2769 @DomName('SVGGElement.xmlspace') |
| 3246 /** @domName SVGGElement.xmlspace */ | |
| 3247 String get xmlspace native "SVGGElement_xmlspace_Getter"; | 2770 String get xmlspace native "SVGGElement_xmlspace_Getter"; |
| 3248 | 2771 |
| 3249 | 2772 @DomName('SVGGElement.xmlspace') |
| 3250 /** @domName SVGGElement.xmlspace */ | |
| 3251 void set xmlspace(String value) native "SVGGElement_xmlspace_Setter"; | 2773 void set xmlspace(String value) native "SVGGElement_xmlspace_Setter"; |
| 3252 | 2774 |
| 3253 | 2775 @DomName('SVGGElement.farthestViewportElement') |
| 3254 /** @domName SVGGElement.farthestViewportElement */ | |
| 3255 SvgElement get farthestViewportElement native "SVGGElement_farthestViewportEle
ment_Getter"; | 2776 SvgElement get farthestViewportElement native "SVGGElement_farthestViewportEle
ment_Getter"; |
| 3256 | 2777 |
| 3257 | 2778 @DomName('SVGGElement.nearestViewportElement') |
| 3258 /** @domName SVGGElement.nearestViewportElement */ | |
| 3259 SvgElement get nearestViewportElement native "SVGGElement_nearestViewportEleme
nt_Getter"; | 2779 SvgElement get nearestViewportElement native "SVGGElement_nearestViewportEleme
nt_Getter"; |
| 3260 | 2780 |
| 3261 | 2781 @DomName('SVGGElement.getBBox') |
| 3262 /** @domName SVGGElement.getBBox */ | |
| 3263 Rect getBBox() native "SVGGElement_getBBox_Callback"; | 2782 Rect getBBox() native "SVGGElement_getBBox_Callback"; |
| 3264 | 2783 |
| 3265 | 2784 @DomName('SVGGElement.getCTM') |
| 3266 /** @domName SVGGElement.getCTM */ | |
| 3267 Matrix getCtm() native "SVGGElement_getCTM_Callback"; | 2785 Matrix getCtm() native "SVGGElement_getCTM_Callback"; |
| 3268 | 2786 |
| 3269 | 2787 @DomName('SVGGElement.getScreenCTM') |
| 3270 /** @domName SVGGElement.getScreenCTM */ | |
| 3271 Matrix getScreenCtm() native "SVGGElement_getScreenCTM_Callback"; | 2788 Matrix getScreenCtm() native "SVGGElement_getScreenCTM_Callback"; |
| 3272 | 2789 |
| 3273 | 2790 @DomName('SVGGElement.getTransformToElement') |
| 3274 /** @domName SVGGElement.getTransformToElement */ | |
| 3275 Matrix getTransformToElement(SvgElement element) native "SVGGElement_getTransf
ormToElement_Callback"; | 2791 Matrix getTransformToElement(SvgElement element) native "SVGGElement_getTransf
ormToElement_Callback"; |
| 3276 | 2792 |
| 3277 | 2793 @DomName('SVGGElement.className') |
| 3278 /** @domName SVGGElement.className */ | |
| 3279 AnimatedString get $dom_svgClassName native "SVGGElement_className_Getter"; | 2794 AnimatedString get $dom_svgClassName native "SVGGElement_className_Getter"; |
| 3280 | 2795 |
| 3281 | 2796 @DomName('SVGGElement.style') |
| 3282 /** @domName SVGGElement.style */ | |
| 3283 CssStyleDeclaration get style native "SVGGElement_style_Getter"; | 2797 CssStyleDeclaration get style native "SVGGElement_style_Getter"; |
| 3284 | 2798 |
| 3285 | 2799 @DomName('SVGGElement.getPresentationAttribute') |
| 3286 /** @domName SVGGElement.getPresentationAttribute */ | |
| 3287 CssValue getPresentationAttribute(String name) native "SVGGElement_getPresenta
tionAttribute_Callback"; | 2800 CssValue getPresentationAttribute(String name) native "SVGGElement_getPresenta
tionAttribute_Callback"; |
| 3288 | 2801 |
| 3289 | 2802 @DomName('SVGGElement.requiredExtensions') |
| 3290 /** @domName SVGGElement.requiredExtensions */ | |
| 3291 StringList get requiredExtensions native "SVGGElement_requiredExtensions_Gette
r"; | 2803 StringList get requiredExtensions native "SVGGElement_requiredExtensions_Gette
r"; |
| 3292 | 2804 |
| 3293 | 2805 @DomName('SVGGElement.requiredFeatures') |
| 3294 /** @domName SVGGElement.requiredFeatures */ | |
| 3295 StringList get requiredFeatures native "SVGGElement_requiredFeatures_Getter"; | 2806 StringList get requiredFeatures native "SVGGElement_requiredFeatures_Getter"; |
| 3296 | 2807 |
| 3297 | 2808 @DomName('SVGGElement.systemLanguage') |
| 3298 /** @domName SVGGElement.systemLanguage */ | |
| 3299 StringList get systemLanguage native "SVGGElement_systemLanguage_Getter"; | 2809 StringList get systemLanguage native "SVGGElement_systemLanguage_Getter"; |
| 3300 | 2810 |
| 3301 | 2811 @DomName('SVGGElement.hasExtension') |
| 3302 /** @domName SVGGElement.hasExtension */ | |
| 3303 bool hasExtension(String extension) native "SVGGElement_hasExtension_Callback"
; | 2812 bool hasExtension(String extension) native "SVGGElement_hasExtension_Callback"
; |
| 3304 | 2813 |
| 3305 | 2814 @DomName('SVGGElement.transform') |
| 3306 /** @domName SVGGElement.transform */ | |
| 3307 AnimatedTransformList get transform native "SVGGElement_transform_Getter"; | 2815 AnimatedTransformList get transform native "SVGGElement_transform_Getter"; |
| 3308 | 2816 |
| 3309 } | 2817 } |
| 3310 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2818 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3311 // for details. All rights reserved. Use of this source code is governed by a | 2819 // for details. All rights reserved. Use of this source code is governed by a |
| 3312 // BSD-style license that can be found in the LICENSE file. | 2820 // BSD-style license that can be found in the LICENSE file. |
| 3313 | 2821 |
| 3314 // WARNING: Do not edit - generated code. | 2822 // WARNING: Do not edit - generated code. |
| 3315 | 2823 |
| 3316 | 2824 |
| 3317 /// @domName SVGGlyphElement | 2825 @DomName('SVGGlyphElement') |
| 3318 class GlyphElement extends SvgElement { | 2826 class GlyphElement extends SvgElement { |
| 3319 GlyphElement.internal() : super.internal(); | 2827 GlyphElement.internal() : super.internal(); |
| 3320 | 2828 |
| 3321 ///@docsEditable true | 2829 /// @docsEditable true |
| 3322 factory GlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("gly
ph"); | 2830 factory GlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("gly
ph"); |
| 3323 | 2831 |
| 3324 } | 2832 } |
| 3325 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2833 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3326 // for details. All rights reserved. Use of this source code is governed by a | 2834 // for details. All rights reserved. Use of this source code is governed by a |
| 3327 // BSD-style license that can be found in the LICENSE file. | 2835 // BSD-style license that can be found in the LICENSE file. |
| 3328 | 2836 |
| 3329 // WARNING: Do not edit - generated code. | 2837 // WARNING: Do not edit - generated code. |
| 3330 | 2838 |
| 3331 | 2839 |
| 3332 /// @domName SVGGlyphRefElement | 2840 @DomName('SVGGlyphRefElement') |
| 3333 class GlyphRefElement extends SvgElement implements UriReference, Stylable { | 2841 class GlyphRefElement extends SvgElement implements UriReference, Stylable { |
| 3334 GlyphRefElement.internal() : super.internal(); | 2842 GlyphRefElement.internal() : super.internal(); |
| 3335 | 2843 |
| 3336 | 2844 @DomName('SVGGlyphRefElement.dx') |
| 3337 /** @domName SVGGlyphRefElement.dx */ | |
| 3338 num get dx native "SVGGlyphRefElement_dx_Getter"; | 2845 num get dx native "SVGGlyphRefElement_dx_Getter"; |
| 3339 | 2846 |
| 3340 | 2847 @DomName('SVGGlyphRefElement.dx') |
| 3341 /** @domName SVGGlyphRefElement.dx */ | |
| 3342 void set dx(num value) native "SVGGlyphRefElement_dx_Setter"; | 2848 void set dx(num value) native "SVGGlyphRefElement_dx_Setter"; |
| 3343 | 2849 |
| 3344 | 2850 @DomName('SVGGlyphRefElement.dy') |
| 3345 /** @domName SVGGlyphRefElement.dy */ | |
| 3346 num get dy native "SVGGlyphRefElement_dy_Getter"; | 2851 num get dy native "SVGGlyphRefElement_dy_Getter"; |
| 3347 | 2852 |
| 3348 | 2853 @DomName('SVGGlyphRefElement.dy') |
| 3349 /** @domName SVGGlyphRefElement.dy */ | |
| 3350 void set dy(num value) native "SVGGlyphRefElement_dy_Setter"; | 2854 void set dy(num value) native "SVGGlyphRefElement_dy_Setter"; |
| 3351 | 2855 |
| 3352 | 2856 @DomName('SVGGlyphRefElement.format') |
| 3353 /** @domName SVGGlyphRefElement.format */ | |
| 3354 String get format native "SVGGlyphRefElement_format_Getter"; | 2857 String get format native "SVGGlyphRefElement_format_Getter"; |
| 3355 | 2858 |
| 3356 | 2859 @DomName('SVGGlyphRefElement.format') |
| 3357 /** @domName SVGGlyphRefElement.format */ | |
| 3358 void set format(String value) native "SVGGlyphRefElement_format_Setter"; | 2860 void set format(String value) native "SVGGlyphRefElement_format_Setter"; |
| 3359 | 2861 |
| 3360 | 2862 @DomName('SVGGlyphRefElement.glyphRef') |
| 3361 /** @domName SVGGlyphRefElement.glyphRef */ | |
| 3362 String get glyphRef native "SVGGlyphRefElement_glyphRef_Getter"; | 2863 String get glyphRef native "SVGGlyphRefElement_glyphRef_Getter"; |
| 3363 | 2864 |
| 3364 | 2865 @DomName('SVGGlyphRefElement.glyphRef') |
| 3365 /** @domName SVGGlyphRefElement.glyphRef */ | |
| 3366 void set glyphRef(String value) native "SVGGlyphRefElement_glyphRef_Setter"; | 2866 void set glyphRef(String value) native "SVGGlyphRefElement_glyphRef_Setter"; |
| 3367 | 2867 |
| 3368 | 2868 @DomName('SVGGlyphRefElement.x') |
| 3369 /** @domName SVGGlyphRefElement.x */ | |
| 3370 num get x native "SVGGlyphRefElement_x_Getter"; | 2869 num get x native "SVGGlyphRefElement_x_Getter"; |
| 3371 | 2870 |
| 3372 | 2871 @DomName('SVGGlyphRefElement.x') |
| 3373 /** @domName SVGGlyphRefElement.x */ | |
| 3374 void set x(num value) native "SVGGlyphRefElement_x_Setter"; | 2872 void set x(num value) native "SVGGlyphRefElement_x_Setter"; |
| 3375 | 2873 |
| 3376 | 2874 @DomName('SVGGlyphRefElement.y') |
| 3377 /** @domName SVGGlyphRefElement.y */ | |
| 3378 num get y native "SVGGlyphRefElement_y_Getter"; | 2875 num get y native "SVGGlyphRefElement_y_Getter"; |
| 3379 | 2876 |
| 3380 | 2877 @DomName('SVGGlyphRefElement.y') |
| 3381 /** @domName SVGGlyphRefElement.y */ | |
| 3382 void set y(num value) native "SVGGlyphRefElement_y_Setter"; | 2878 void set y(num value) native "SVGGlyphRefElement_y_Setter"; |
| 3383 | 2879 |
| 3384 | 2880 @DomName('SVGGlyphRefElement.className') |
| 3385 /** @domName SVGGlyphRefElement.className */ | |
| 3386 AnimatedString get $dom_svgClassName native "SVGGlyphRefElement_className_Gett
er"; | 2881 AnimatedString get $dom_svgClassName native "SVGGlyphRefElement_className_Gett
er"; |
| 3387 | 2882 |
| 3388 | 2883 @DomName('SVGGlyphRefElement.style') |
| 3389 /** @domName SVGGlyphRefElement.style */ | |
| 3390 CssStyleDeclaration get style native "SVGGlyphRefElement_style_Getter"; | 2884 CssStyleDeclaration get style native "SVGGlyphRefElement_style_Getter"; |
| 3391 | 2885 |
| 3392 | 2886 @DomName('SVGGlyphRefElement.getPresentationAttribute') |
| 3393 /** @domName SVGGlyphRefElement.getPresentationAttribute */ | |
| 3394 CssValue getPresentationAttribute(String name) native "SVGGlyphRefElement_getP
resentationAttribute_Callback"; | 2887 CssValue getPresentationAttribute(String name) native "SVGGlyphRefElement_getP
resentationAttribute_Callback"; |
| 3395 | 2888 |
| 3396 | 2889 @DomName('SVGGlyphRefElement.href') |
| 3397 /** @domName SVGGlyphRefElement.href */ | |
| 3398 AnimatedString get href native "SVGGlyphRefElement_href_Getter"; | 2890 AnimatedString get href native "SVGGlyphRefElement_href_Getter"; |
| 3399 | 2891 |
| 3400 } | 2892 } |
| 3401 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2893 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3402 // for details. All rights reserved. Use of this source code is governed by a | 2894 // for details. All rights reserved. Use of this source code is governed by a |
| 3403 // BSD-style license that can be found in the LICENSE file. | 2895 // BSD-style license that can be found in the LICENSE file. |
| 3404 | 2896 |
| 3405 // WARNING: Do not edit - generated code. | 2897 // WARNING: Do not edit - generated code. |
| 3406 | 2898 |
| 3407 | 2899 |
| 3408 /// @domName SVGGradientElement | 2900 @DomName('SVGGradientElement') |
| 3409 class GradientElement extends SvgElement implements UriReference, ExternalResour
cesRequired, Stylable { | 2901 class GradientElement extends SvgElement implements UriReference, ExternalResour
cesRequired, Stylable { |
| 3410 GradientElement.internal() : super.internal(); | 2902 GradientElement.internal() : super.internal(); |
| 3411 | 2903 |
| 3412 static const int SVG_SPREADMETHOD_PAD = 1; | 2904 static const int SVG_SPREADMETHOD_PAD = 1; |
| 3413 | 2905 |
| 3414 static const int SVG_SPREADMETHOD_REFLECT = 2; | 2906 static const int SVG_SPREADMETHOD_REFLECT = 2; |
| 3415 | 2907 |
| 3416 static const int SVG_SPREADMETHOD_REPEAT = 3; | 2908 static const int SVG_SPREADMETHOD_REPEAT = 3; |
| 3417 | 2909 |
| 3418 static const int SVG_SPREADMETHOD_UNKNOWN = 0; | 2910 static const int SVG_SPREADMETHOD_UNKNOWN = 0; |
| 3419 | 2911 |
| 3420 | 2912 @DomName('SVGGradientElement.gradientTransform') |
| 3421 /** @domName SVGGradientElement.gradientTransform */ | |
| 3422 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien
tTransform_Getter"; | 2913 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien
tTransform_Getter"; |
| 3423 | 2914 |
| 3424 | 2915 @DomName('SVGGradientElement.gradientUnits') |
| 3425 /** @domName SVGGradientElement.gradientUnits */ | |
| 3426 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits
_Getter"; | 2916 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits
_Getter"; |
| 3427 | 2917 |
| 3428 | 2918 @DomName('SVGGradientElement.spreadMethod') |
| 3429 /** @domName SVGGradientElement.spreadMethod */ | |
| 3430 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G
etter"; | 2919 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G
etter"; |
| 3431 | 2920 |
| 3432 | 2921 @DomName('SVGGradientElement.externalResourcesRequired') |
| 3433 /** @domName SVGGradientElement.externalResourcesRequired */ | |
| 3434 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter
nalResourcesRequired_Getter"; | 2922 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter
nalResourcesRequired_Getter"; |
| 3435 | 2923 |
| 3436 | 2924 @DomName('SVGGradientElement.className') |
| 3437 /** @domName SVGGradientElement.className */ | |
| 3438 AnimatedString get $dom_svgClassName native "SVGGradientElement_className_Gett
er"; | 2925 AnimatedString get $dom_svgClassName native "SVGGradientElement_className_Gett
er"; |
| 3439 | 2926 |
| 3440 | 2927 @DomName('SVGGradientElement.style') |
| 3441 /** @domName SVGGradientElement.style */ | |
| 3442 CssStyleDeclaration get style native "SVGGradientElement_style_Getter"; | 2928 CssStyleDeclaration get style native "SVGGradientElement_style_Getter"; |
| 3443 | 2929 |
| 3444 | 2930 @DomName('SVGGradientElement.getPresentationAttribute') |
| 3445 /** @domName SVGGradientElement.getPresentationAttribute */ | |
| 3446 CssValue getPresentationAttribute(String name) native "SVGGradientElement_getP
resentationAttribute_Callback"; | 2931 CssValue getPresentationAttribute(String name) native "SVGGradientElement_getP
resentationAttribute_Callback"; |
| 3447 | 2932 |
| 3448 | 2933 @DomName('SVGGradientElement.href') |
| 3449 /** @domName SVGGradientElement.href */ | |
| 3450 AnimatedString get href native "SVGGradientElement_href_Getter"; | 2934 AnimatedString get href native "SVGGradientElement_href_Getter"; |
| 3451 | 2935 |
| 3452 } | 2936 } |
| 3453 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2937 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3454 // for details. All rights reserved. Use of this source code is governed by a | 2938 // for details. All rights reserved. Use of this source code is governed by a |
| 3455 // BSD-style license that can be found in the LICENSE file. | 2939 // BSD-style license that can be found in the LICENSE file. |
| 3456 | 2940 |
| 3457 // WARNING: Do not edit - generated code. | 2941 // WARNING: Do not edit - generated code. |
| 3458 | 2942 |
| 3459 | 2943 |
| 3460 /// @domName SVGHKernElement | 2944 @DomName('SVGHKernElement') |
| 3461 class HKernElement extends SvgElement { | 2945 class HKernElement extends SvgElement { |
| 3462 HKernElement.internal() : super.internal(); | 2946 HKernElement.internal() : super.internal(); |
| 3463 | 2947 |
| 3464 ///@docsEditable true | 2948 /// @docsEditable true |
| 3465 factory HKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("hke
rn"); | 2949 factory HKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("hke
rn"); |
| 3466 | 2950 |
| 3467 } | 2951 } |
| 3468 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2952 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3469 // for details. All rights reserved. Use of this source code is governed by a | 2953 // for details. All rights reserved. Use of this source code is governed by a |
| 3470 // BSD-style license that can be found in the LICENSE file. | 2954 // BSD-style license that can be found in the LICENSE file. |
| 3471 | 2955 |
| 3472 // WARNING: Do not edit - generated code. | 2956 // WARNING: Do not edit - generated code. |
| 3473 | 2957 |
| 3474 | 2958 |
| 3475 /// @domName SVGImageElement | 2959 @DomName('SVGImageElement') |
| 3476 class ImageElement extends SvgElement implements Transformable, Tests, UriRefere
nce, Stylable, ExternalResourcesRequired, LangSpace { | 2960 class ImageElement extends SvgElement implements Transformable, Tests, UriRefere
nce, Stylable, ExternalResourcesRequired, LangSpace { |
| 3477 ImageElement.internal() : super.internal(); | 2961 ImageElement.internal() : super.internal(); |
| 3478 | 2962 |
| 3479 ///@docsEditable true | 2963 /// @docsEditable true |
| 3480 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 2964 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); |
| 3481 | 2965 |
| 3482 | 2966 @DomName('SVGImageElement.height') |
| 3483 /** @domName SVGImageElement.height */ | |
| 3484 AnimatedLength get height native "SVGImageElement_height_Getter"; | 2967 AnimatedLength get height native "SVGImageElement_height_Getter"; |
| 3485 | 2968 |
| 3486 | 2969 @DomName('SVGImageElement.preserveAspectRatio') |
| 3487 /** @domName SVGImageElement.preserveAspectRatio */ | |
| 3488 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr
eserveAspectRatio_Getter"; | 2970 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr
eserveAspectRatio_Getter"; |
| 3489 | 2971 |
| 3490 | 2972 @DomName('SVGImageElement.width') |
| 3491 /** @domName SVGImageElement.width */ | |
| 3492 AnimatedLength get width native "SVGImageElement_width_Getter"; | 2973 AnimatedLength get width native "SVGImageElement_width_Getter"; |
| 3493 | 2974 |
| 3494 | 2975 @DomName('SVGImageElement.x') |
| 3495 /** @domName SVGImageElement.x */ | |
| 3496 AnimatedLength get x native "SVGImageElement_x_Getter"; | 2976 AnimatedLength get x native "SVGImageElement_x_Getter"; |
| 3497 | 2977 |
| 3498 | 2978 @DomName('SVGImageElement.y') |
| 3499 /** @domName SVGImageElement.y */ | |
| 3500 AnimatedLength get y native "SVGImageElement_y_Getter"; | 2979 AnimatedLength get y native "SVGImageElement_y_Getter"; |
| 3501 | 2980 |
| 3502 | 2981 @DomName('SVGImageElement.externalResourcesRequired') |
| 3503 /** @domName SVGImageElement.externalResourcesRequired */ | |
| 3504 AnimatedBoolean get externalResourcesRequired native "SVGImageElement_external
ResourcesRequired_Getter"; | 2982 AnimatedBoolean get externalResourcesRequired native "SVGImageElement_external
ResourcesRequired_Getter"; |
| 3505 | 2983 |
| 3506 | 2984 @DomName('SVGImageElement.xmllang') |
| 3507 /** @domName SVGImageElement.xmllang */ | |
| 3508 String get xmllang native "SVGImageElement_xmllang_Getter"; | 2985 String get xmllang native "SVGImageElement_xmllang_Getter"; |
| 3509 | 2986 |
| 3510 | 2987 @DomName('SVGImageElement.xmllang') |
| 3511 /** @domName SVGImageElement.xmllang */ | |
| 3512 void set xmllang(String value) native "SVGImageElement_xmllang_Setter"; | 2988 void set xmllang(String value) native "SVGImageElement_xmllang_Setter"; |
| 3513 | 2989 |
| 3514 | 2990 @DomName('SVGImageElement.xmlspace') |
| 3515 /** @domName SVGImageElement.xmlspace */ | |
| 3516 String get xmlspace native "SVGImageElement_xmlspace_Getter"; | 2991 String get xmlspace native "SVGImageElement_xmlspace_Getter"; |
| 3517 | 2992 |
| 3518 | 2993 @DomName('SVGImageElement.xmlspace') |
| 3519 /** @domName SVGImageElement.xmlspace */ | |
| 3520 void set xmlspace(String value) native "SVGImageElement_xmlspace_Setter"; | 2994 void set xmlspace(String value) native "SVGImageElement_xmlspace_Setter"; |
| 3521 | 2995 |
| 3522 | 2996 @DomName('SVGImageElement.farthestViewportElement') |
| 3523 /** @domName SVGImageElement.farthestViewportElement */ | |
| 3524 SvgElement get farthestViewportElement native "SVGImageElement_farthestViewpor
tElement_Getter"; | 2997 SvgElement get farthestViewportElement native "SVGImageElement_farthestViewpor
tElement_Getter"; |
| 3525 | 2998 |
| 3526 | 2999 @DomName('SVGImageElement.nearestViewportElement') |
| 3527 /** @domName SVGImageElement.nearestViewportElement */ | |
| 3528 SvgElement get nearestViewportElement native "SVGImageElement_nearestViewportE
lement_Getter"; | 3000 SvgElement get nearestViewportElement native "SVGImageElement_nearestViewportE
lement_Getter"; |
| 3529 | 3001 |
| 3530 | 3002 @DomName('SVGImageElement.getBBox') |
| 3531 /** @domName SVGImageElement.getBBox */ | |
| 3532 Rect getBBox() native "SVGImageElement_getBBox_Callback"; | 3003 Rect getBBox() native "SVGImageElement_getBBox_Callback"; |
| 3533 | 3004 |
| 3534 | 3005 @DomName('SVGImageElement.getCTM') |
| 3535 /** @domName SVGImageElement.getCTM */ | |
| 3536 Matrix getCtm() native "SVGImageElement_getCTM_Callback"; | 3006 Matrix getCtm() native "SVGImageElement_getCTM_Callback"; |
| 3537 | 3007 |
| 3538 | 3008 @DomName('SVGImageElement.getScreenCTM') |
| 3539 /** @domName SVGImageElement.getScreenCTM */ | |
| 3540 Matrix getScreenCtm() native "SVGImageElement_getScreenCTM_Callback"; | 3009 Matrix getScreenCtm() native "SVGImageElement_getScreenCTM_Callback"; |
| 3541 | 3010 |
| 3542 | 3011 @DomName('SVGImageElement.getTransformToElement') |
| 3543 /** @domName SVGImageElement.getTransformToElement */ | |
| 3544 Matrix getTransformToElement(SvgElement element) native "SVGImageElement_getTr
ansformToElement_Callback"; | 3012 Matrix getTransformToElement(SvgElement element) native "SVGImageElement_getTr
ansformToElement_Callback"; |
| 3545 | 3013 |
| 3546 | 3014 @DomName('SVGImageElement.className') |
| 3547 /** @domName SVGImageElement.className */ | |
| 3548 AnimatedString get $dom_svgClassName native "SVGImageElement_className_Getter"
; | 3015 AnimatedString get $dom_svgClassName native "SVGImageElement_className_Getter"
; |
| 3549 | 3016 |
| 3550 | 3017 @DomName('SVGImageElement.style') |
| 3551 /** @domName SVGImageElement.style */ | |
| 3552 CssStyleDeclaration get style native "SVGImageElement_style_Getter"; | 3018 CssStyleDeclaration get style native "SVGImageElement_style_Getter"; |
| 3553 | 3019 |
| 3554 | 3020 @DomName('SVGImageElement.getPresentationAttribute') |
| 3555 /** @domName SVGImageElement.getPresentationAttribute */ | |
| 3556 CssValue getPresentationAttribute(String name) native "SVGImageElement_getPres
entationAttribute_Callback"; | 3021 CssValue getPresentationAttribute(String name) native "SVGImageElement_getPres
entationAttribute_Callback"; |
| 3557 | 3022 |
| 3558 | 3023 @DomName('SVGImageElement.requiredExtensions') |
| 3559 /** @domName SVGImageElement.requiredExtensions */ | |
| 3560 StringList get requiredExtensions native "SVGImageElement_requiredExtensions_G
etter"; | 3024 StringList get requiredExtensions native "SVGImageElement_requiredExtensions_G
etter"; |
| 3561 | 3025 |
| 3562 | 3026 @DomName('SVGImageElement.requiredFeatures') |
| 3563 /** @domName SVGImageElement.requiredFeatures */ | |
| 3564 StringList get requiredFeatures native "SVGImageElement_requiredFeatures_Gette
r"; | 3027 StringList get requiredFeatures native "SVGImageElement_requiredFeatures_Gette
r"; |
| 3565 | 3028 |
| 3566 | 3029 @DomName('SVGImageElement.systemLanguage') |
| 3567 /** @domName SVGImageElement.systemLanguage */ | |
| 3568 StringList get systemLanguage native "SVGImageElement_systemLanguage_Getter"; | 3030 StringList get systemLanguage native "SVGImageElement_systemLanguage_Getter"; |
| 3569 | 3031 |
| 3570 | 3032 @DomName('SVGImageElement.hasExtension') |
| 3571 /** @domName SVGImageElement.hasExtension */ | |
| 3572 bool hasExtension(String extension) native "SVGImageElement_hasExtension_Callb
ack"; | 3033 bool hasExtension(String extension) native "SVGImageElement_hasExtension_Callb
ack"; |
| 3573 | 3034 |
| 3574 | 3035 @DomName('SVGImageElement.transform') |
| 3575 /** @domName SVGImageElement.transform */ | |
| 3576 AnimatedTransformList get transform native "SVGImageElement_transform_Getter"; | 3036 AnimatedTransformList get transform native "SVGImageElement_transform_Getter"; |
| 3577 | 3037 |
| 3578 | 3038 @DomName('SVGImageElement.href') |
| 3579 /** @domName SVGImageElement.href */ | |
| 3580 AnimatedString get href native "SVGImageElement_href_Getter"; | 3039 AnimatedString get href native "SVGImageElement_href_Getter"; |
| 3581 | 3040 |
| 3582 } | 3041 } |
| 3583 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3042 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3584 // for details. All rights reserved. Use of this source code is governed by a | 3043 // for details. All rights reserved. Use of this source code is governed by a |
| 3585 // BSD-style license that can be found in the LICENSE file. | 3044 // BSD-style license that can be found in the LICENSE file. |
| 3586 | 3045 |
| 3587 // WARNING: Do not edit - generated code. | 3046 // WARNING: Do not edit - generated code. |
| 3588 | 3047 |
| 3589 | 3048 |
| 3590 /// @domName SVGLangSpace | 3049 @DomName('SVGLangSpace') |
| 3591 class LangSpace extends NativeFieldWrapperClass1 { | 3050 class LangSpace extends NativeFieldWrapperClass1 { |
| 3592 LangSpace.internal(); | 3051 LangSpace.internal(); |
| 3593 | 3052 |
| 3594 | 3053 @DomName('SVGLangSpace.xmllang') |
| 3595 /** @domName SVGLangSpace.xmllang */ | |
| 3596 String get xmllang native "SVGLangSpace_xmllang_Getter"; | 3054 String get xmllang native "SVGLangSpace_xmllang_Getter"; |
| 3597 | 3055 |
| 3598 | 3056 @DomName('SVGLangSpace.xmllang') |
| 3599 /** @domName SVGLangSpace.xmllang */ | |
| 3600 void set xmllang(String value) native "SVGLangSpace_xmllang_Setter"; | 3057 void set xmllang(String value) native "SVGLangSpace_xmllang_Setter"; |
| 3601 | 3058 |
| 3602 | 3059 @DomName('SVGLangSpace.xmlspace') |
| 3603 /** @domName SVGLangSpace.xmlspace */ | |
| 3604 String get xmlspace native "SVGLangSpace_xmlspace_Getter"; | 3060 String get xmlspace native "SVGLangSpace_xmlspace_Getter"; |
| 3605 | 3061 |
| 3606 | 3062 @DomName('SVGLangSpace.xmlspace') |
| 3607 /** @domName SVGLangSpace.xmlspace */ | |
| 3608 void set xmlspace(String value) native "SVGLangSpace_xmlspace_Setter"; | 3063 void set xmlspace(String value) native "SVGLangSpace_xmlspace_Setter"; |
| 3609 | 3064 |
| 3610 } | 3065 } |
| 3611 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3066 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3612 // for details. All rights reserved. Use of this source code is governed by a | 3067 // for details. All rights reserved. Use of this source code is governed by a |
| 3613 // BSD-style license that can be found in the LICENSE file. | 3068 // BSD-style license that can be found in the LICENSE file. |
| 3614 | 3069 |
| 3615 // WARNING: Do not edit - generated code. | 3070 // WARNING: Do not edit - generated code. |
| 3616 | 3071 |
| 3617 | 3072 |
| 3618 /// @domName SVGLength | 3073 @DomName('SVGLength') |
| 3619 class Length extends NativeFieldWrapperClass1 { | 3074 class Length extends NativeFieldWrapperClass1 { |
| 3620 Length.internal(); | 3075 Length.internal(); |
| 3621 | 3076 |
| 3622 static const int SVG_LENGTHTYPE_CM = 6; | 3077 static const int SVG_LENGTHTYPE_CM = 6; |
| 3623 | 3078 |
| 3624 static const int SVG_LENGTHTYPE_EMS = 3; | 3079 static const int SVG_LENGTHTYPE_EMS = 3; |
| 3625 | 3080 |
| 3626 static const int SVG_LENGTHTYPE_EXS = 4; | 3081 static const int SVG_LENGTHTYPE_EXS = 4; |
| 3627 | 3082 |
| 3628 static const int SVG_LENGTHTYPE_IN = 8; | 3083 static const int SVG_LENGTHTYPE_IN = 8; |
| 3629 | 3084 |
| 3630 static const int SVG_LENGTHTYPE_MM = 7; | 3085 static const int SVG_LENGTHTYPE_MM = 7; |
| 3631 | 3086 |
| 3632 static const int SVG_LENGTHTYPE_NUMBER = 1; | 3087 static const int SVG_LENGTHTYPE_NUMBER = 1; |
| 3633 | 3088 |
| 3634 static const int SVG_LENGTHTYPE_PC = 10; | 3089 static const int SVG_LENGTHTYPE_PC = 10; |
| 3635 | 3090 |
| 3636 static const int SVG_LENGTHTYPE_PERCENTAGE = 2; | 3091 static const int SVG_LENGTHTYPE_PERCENTAGE = 2; |
| 3637 | 3092 |
| 3638 static const int SVG_LENGTHTYPE_PT = 9; | 3093 static const int SVG_LENGTHTYPE_PT = 9; |
| 3639 | 3094 |
| 3640 static const int SVG_LENGTHTYPE_PX = 5; | 3095 static const int SVG_LENGTHTYPE_PX = 5; |
| 3641 | 3096 |
| 3642 static const int SVG_LENGTHTYPE_UNKNOWN = 0; | 3097 static const int SVG_LENGTHTYPE_UNKNOWN = 0; |
| 3643 | 3098 |
| 3644 | 3099 @DomName('SVGLength.unitType') |
| 3645 /** @domName SVGLength.unitType */ | |
| 3646 int get unitType native "SVGLength_unitType_Getter"; | 3100 int get unitType native "SVGLength_unitType_Getter"; |
| 3647 | 3101 |
| 3648 | 3102 @DomName('SVGLength.value') |
| 3649 /** @domName SVGLength.value */ | |
| 3650 num get value native "SVGLength_value_Getter"; | 3103 num get value native "SVGLength_value_Getter"; |
| 3651 | 3104 |
| 3652 | 3105 @DomName('SVGLength.value') |
| 3653 /** @domName SVGLength.value */ | |
| 3654 void set value(num value) native "SVGLength_value_Setter"; | 3106 void set value(num value) native "SVGLength_value_Setter"; |
| 3655 | 3107 |
| 3656 | 3108 @DomName('SVGLength.valueAsString') |
| 3657 /** @domName SVGLength.valueAsString */ | |
| 3658 String get valueAsString native "SVGLength_valueAsString_Getter"; | 3109 String get valueAsString native "SVGLength_valueAsString_Getter"; |
| 3659 | 3110 |
| 3660 | 3111 @DomName('SVGLength.valueAsString') |
| 3661 /** @domName SVGLength.valueAsString */ | |
| 3662 void set valueAsString(String value) native "SVGLength_valueAsString_Setter"; | 3112 void set valueAsString(String value) native "SVGLength_valueAsString_Setter"; |
| 3663 | 3113 |
| 3664 | 3114 @DomName('SVGLength.valueInSpecifiedUnits') |
| 3665 /** @domName SVGLength.valueInSpecifiedUnits */ | |
| 3666 num get valueInSpecifiedUnits native "SVGLength_valueInSpecifiedUnits_Getter"; | 3115 num get valueInSpecifiedUnits native "SVGLength_valueInSpecifiedUnits_Getter"; |
| 3667 | 3116 |
| 3668 | 3117 @DomName('SVGLength.valueInSpecifiedUnits') |
| 3669 /** @domName SVGLength.valueInSpecifiedUnits */ | |
| 3670 void set valueInSpecifiedUnits(num value) native "SVGLength_valueInSpecifiedUn
its_Setter"; | 3118 void set valueInSpecifiedUnits(num value) native "SVGLength_valueInSpecifiedUn
its_Setter"; |
| 3671 | 3119 |
| 3672 | 3120 @DomName('SVGLength.convertToSpecifiedUnits') |
| 3673 /** @domName SVGLength.convertToSpecifiedUnits */ | |
| 3674 void convertToSpecifiedUnits(int unitType) native "SVGLength_convertToSpecifie
dUnits_Callback"; | 3121 void convertToSpecifiedUnits(int unitType) native "SVGLength_convertToSpecifie
dUnits_Callback"; |
| 3675 | 3122 |
| 3676 | 3123 @DomName('SVGLength.newValueSpecifiedUnits') |
| 3677 /** @domName SVGLength.newValueSpecifiedUnits */ | |
| 3678 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGLength_newValueSpecifiedUnits_Callback"; | 3124 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGLength_newValueSpecifiedUnits_Callback"; |
| 3679 | 3125 |
| 3680 } | 3126 } |
| 3681 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3127 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3682 // for details. All rights reserved. Use of this source code is governed by a | 3128 // for details. All rights reserved. Use of this source code is governed by a |
| 3683 // BSD-style license that can be found in the LICENSE file. | 3129 // BSD-style license that can be found in the LICENSE file. |
| 3684 | 3130 |
| 3685 // WARNING: Do not edit - generated code. | 3131 // WARNING: Do not edit - generated code. |
| 3686 | 3132 |
| 3687 | 3133 |
| 3688 /// @domName SVGLengthList | 3134 @DomName('SVGLengthList') |
| 3689 class LengthList extends NativeFieldWrapperClass1 implements List<Length> { | 3135 class LengthList extends NativeFieldWrapperClass1 implements List<Length> { |
| 3690 LengthList.internal(); | 3136 LengthList.internal(); |
| 3691 | 3137 |
| 3692 | 3138 @DomName('SVGLengthList.numberOfItems') |
| 3693 /** @domName SVGLengthList.numberOfItems */ | |
| 3694 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; | 3139 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; |
| 3695 | 3140 |
| 3696 Length operator[](int index) native "SVGLengthList_item_Callback"; | 3141 Length operator[](int index) native "SVGLengthList_item_Callback"; |
| 3697 | 3142 |
| 3698 void operator[]=(int index, Length value) { | 3143 void operator[]=(int index, Length value) { |
| 3699 throw new UnsupportedError("Cannot assign element of immutable List."); | 3144 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 3700 } | 3145 } |
| 3701 // -- start List<Length> mixins. | 3146 // -- start List<Length> mixins. |
| 3702 // Length is the element type. | 3147 // Length is the element type. |
| 3703 | 3148 |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3831 | 3276 |
| 3832 void insertRange(int start, int rangeLength, [Length initialValue]) { | 3277 void insertRange(int start, int rangeLength, [Length initialValue]) { |
| 3833 throw new UnsupportedError("Cannot insertRange on immutable List."); | 3278 throw new UnsupportedError("Cannot insertRange on immutable List."); |
| 3834 } | 3279 } |
| 3835 | 3280 |
| 3836 List<Length> getRange(int start, int rangeLength) => | 3281 List<Length> getRange(int start, int rangeLength) => |
| 3837 Lists.getRange(this, start, rangeLength, <Length>[]); | 3282 Lists.getRange(this, start, rangeLength, <Length>[]); |
| 3838 | 3283 |
| 3839 // -- end List<Length> mixins. | 3284 // -- end List<Length> mixins. |
| 3840 | 3285 |
| 3841 | 3286 @DomName('SVGLengthList.appendItem') |
| 3842 /** @domName SVGLengthList.appendItem */ | |
| 3843 Length appendItem(Length item) native "SVGLengthList_appendItem_Callback"; | 3287 Length appendItem(Length item) native "SVGLengthList_appendItem_Callback"; |
| 3844 | 3288 |
| 3845 | 3289 @DomName('SVGLengthList.clear') |
| 3846 /** @domName SVGLengthList.clear */ | |
| 3847 void clear() native "SVGLengthList_clear_Callback"; | 3290 void clear() native "SVGLengthList_clear_Callback"; |
| 3848 | 3291 |
| 3849 | 3292 @DomName('SVGLengthList.getItem') |
| 3850 /** @domName SVGLengthList.getItem */ | |
| 3851 Length getItem(int index) native "SVGLengthList_getItem_Callback"; | 3293 Length getItem(int index) native "SVGLengthList_getItem_Callback"; |
| 3852 | 3294 |
| 3853 | 3295 @DomName('SVGLengthList.initialize') |
| 3854 /** @domName SVGLengthList.initialize */ | |
| 3855 Length initialize(Length item) native "SVGLengthList_initialize_Callback"; | 3296 Length initialize(Length item) native "SVGLengthList_initialize_Callback"; |
| 3856 | 3297 |
| 3857 | 3298 @DomName('SVGLengthList.insertItemBefore') |
| 3858 /** @domName SVGLengthList.insertItemBefore */ | |
| 3859 Length insertItemBefore(Length item, int index) native "SVGLengthList_insertIt
emBefore_Callback"; | 3299 Length insertItemBefore(Length item, int index) native "SVGLengthList_insertIt
emBefore_Callback"; |
| 3860 | 3300 |
| 3861 | 3301 @DomName('SVGLengthList.removeItem') |
| 3862 /** @domName SVGLengthList.removeItem */ | |
| 3863 Length removeItem(int index) native "SVGLengthList_removeItem_Callback"; | 3302 Length removeItem(int index) native "SVGLengthList_removeItem_Callback"; |
| 3864 | 3303 |
| 3865 | 3304 @DomName('SVGLengthList.replaceItem') |
| 3866 /** @domName SVGLengthList.replaceItem */ | |
| 3867 Length replaceItem(Length item, int index) native "SVGLengthList_replaceItem_C
allback"; | 3305 Length replaceItem(Length item, int index) native "SVGLengthList_replaceItem_C
allback"; |
| 3868 | 3306 |
| 3869 } | 3307 } |
| 3870 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3871 // for details. All rights reserved. Use of this source code is governed by a | 3309 // for details. All rights reserved. Use of this source code is governed by a |
| 3872 // BSD-style license that can be found in the LICENSE file. | 3310 // BSD-style license that can be found in the LICENSE file. |
| 3873 | 3311 |
| 3874 // WARNING: Do not edit - generated code. | 3312 // WARNING: Do not edit - generated code. |
| 3875 | 3313 |
| 3876 | 3314 |
| 3877 /// @domName SVGLineElement | 3315 @DomName('SVGLineElement') |
| 3878 class LineElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { | 3316 class LineElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { |
| 3879 LineElement.internal() : super.internal(); | 3317 LineElement.internal() : super.internal(); |
| 3880 | 3318 |
| 3881 ///@docsEditable true | 3319 /// @docsEditable true |
| 3882 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 3320 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); |
| 3883 | 3321 |
| 3884 | 3322 @DomName('SVGLineElement.x1') |
| 3885 /** @domName SVGLineElement.x1 */ | |
| 3886 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; | 3323 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; |
| 3887 | 3324 |
| 3888 | 3325 @DomName('SVGLineElement.x2') |
| 3889 /** @domName SVGLineElement.x2 */ | |
| 3890 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; | 3326 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; |
| 3891 | 3327 |
| 3892 | 3328 @DomName('SVGLineElement.y1') |
| 3893 /** @domName SVGLineElement.y1 */ | |
| 3894 AnimatedLength get y1 native "SVGLineElement_y1_Getter"; | 3329 AnimatedLength get y1 native "SVGLineElement_y1_Getter"; |
| 3895 | 3330 |
| 3896 | 3331 @DomName('SVGLineElement.y2') |
| 3897 /** @domName SVGLineElement.y2 */ | |
| 3898 AnimatedLength get y2 native "SVGLineElement_y2_Getter"; | 3332 AnimatedLength get y2 native "SVGLineElement_y2_Getter"; |
| 3899 | 3333 |
| 3900 | 3334 @DomName('SVGLineElement.externalResourcesRequired') |
| 3901 /** @domName SVGLineElement.externalResourcesRequired */ | |
| 3902 AnimatedBoolean get externalResourcesRequired native "SVGLineElement_externalR
esourcesRequired_Getter"; | 3335 AnimatedBoolean get externalResourcesRequired native "SVGLineElement_externalR
esourcesRequired_Getter"; |
| 3903 | 3336 |
| 3904 | 3337 @DomName('SVGLineElement.xmllang') |
| 3905 /** @domName SVGLineElement.xmllang */ | |
| 3906 String get xmllang native "SVGLineElement_xmllang_Getter"; | 3338 String get xmllang native "SVGLineElement_xmllang_Getter"; |
| 3907 | 3339 |
| 3908 | 3340 @DomName('SVGLineElement.xmllang') |
| 3909 /** @domName SVGLineElement.xmllang */ | |
| 3910 void set xmllang(String value) native "SVGLineElement_xmllang_Setter"; | 3341 void set xmllang(String value) native "SVGLineElement_xmllang_Setter"; |
| 3911 | 3342 |
| 3912 | 3343 @DomName('SVGLineElement.xmlspace') |
| 3913 /** @domName SVGLineElement.xmlspace */ | |
| 3914 String get xmlspace native "SVGLineElement_xmlspace_Getter"; | 3344 String get xmlspace native "SVGLineElement_xmlspace_Getter"; |
| 3915 | 3345 |
| 3916 | 3346 @DomName('SVGLineElement.xmlspace') |
| 3917 /** @domName SVGLineElement.xmlspace */ | |
| 3918 void set xmlspace(String value) native "SVGLineElement_xmlspace_Setter"; | 3347 void set xmlspace(String value) native "SVGLineElement_xmlspace_Setter"; |
| 3919 | 3348 |
| 3920 | 3349 @DomName('SVGLineElement.farthestViewportElement') |
| 3921 /** @domName SVGLineElement.farthestViewportElement */ | |
| 3922 SvgElement get farthestViewportElement native "SVGLineElement_farthestViewport
Element_Getter"; | 3350 SvgElement get farthestViewportElement native "SVGLineElement_farthestViewport
Element_Getter"; |
| 3923 | 3351 |
| 3924 | 3352 @DomName('SVGLineElement.nearestViewportElement') |
| 3925 /** @domName SVGLineElement.nearestViewportElement */ | |
| 3926 SvgElement get nearestViewportElement native "SVGLineElement_nearestViewportEl
ement_Getter"; | 3353 SvgElement get nearestViewportElement native "SVGLineElement_nearestViewportEl
ement_Getter"; |
| 3927 | 3354 |
| 3928 | 3355 @DomName('SVGLineElement.getBBox') |
| 3929 /** @domName SVGLineElement.getBBox */ | |
| 3930 Rect getBBox() native "SVGLineElement_getBBox_Callback"; | 3356 Rect getBBox() native "SVGLineElement_getBBox_Callback"; |
| 3931 | 3357 |
| 3932 | 3358 @DomName('SVGLineElement.getCTM') |
| 3933 /** @domName SVGLineElement.getCTM */ | |
| 3934 Matrix getCtm() native "SVGLineElement_getCTM_Callback"; | 3359 Matrix getCtm() native "SVGLineElement_getCTM_Callback"; |
| 3935 | 3360 |
| 3936 | 3361 @DomName('SVGLineElement.getScreenCTM') |
| 3937 /** @domName SVGLineElement.getScreenCTM */ | |
| 3938 Matrix getScreenCtm() native "SVGLineElement_getScreenCTM_Callback"; | 3362 Matrix getScreenCtm() native "SVGLineElement_getScreenCTM_Callback"; |
| 3939 | 3363 |
| 3940 | 3364 @DomName('SVGLineElement.getTransformToElement') |
| 3941 /** @domName SVGLineElement.getTransformToElement */ | |
| 3942 Matrix getTransformToElement(SvgElement element) native "SVGLineElement_getTra
nsformToElement_Callback"; | 3365 Matrix getTransformToElement(SvgElement element) native "SVGLineElement_getTra
nsformToElement_Callback"; |
| 3943 | 3366 |
| 3944 | 3367 @DomName('SVGLineElement.className') |
| 3945 /** @domName SVGLineElement.className */ | |
| 3946 AnimatedString get $dom_svgClassName native "SVGLineElement_className_Getter"; | 3368 AnimatedString get $dom_svgClassName native "SVGLineElement_className_Getter"; |
| 3947 | 3369 |
| 3948 | 3370 @DomName('SVGLineElement.style') |
| 3949 /** @domName SVGLineElement.style */ | |
| 3950 CssStyleDeclaration get style native "SVGLineElement_style_Getter"; | 3371 CssStyleDeclaration get style native "SVGLineElement_style_Getter"; |
| 3951 | 3372 |
| 3952 | 3373 @DomName('SVGLineElement.getPresentationAttribute') |
| 3953 /** @domName SVGLineElement.getPresentationAttribute */ | |
| 3954 CssValue getPresentationAttribute(String name) native "SVGLineElement_getPrese
ntationAttribute_Callback"; | 3374 CssValue getPresentationAttribute(String name) native "SVGLineElement_getPrese
ntationAttribute_Callback"; |
| 3955 | 3375 |
| 3956 | 3376 @DomName('SVGLineElement.requiredExtensions') |
| 3957 /** @domName SVGLineElement.requiredExtensions */ | |
| 3958 StringList get requiredExtensions native "SVGLineElement_requiredExtensions_Ge
tter"; | 3377 StringList get requiredExtensions native "SVGLineElement_requiredExtensions_Ge
tter"; |
| 3959 | 3378 |
| 3960 | 3379 @DomName('SVGLineElement.requiredFeatures') |
| 3961 /** @domName SVGLineElement.requiredFeatures */ | |
| 3962 StringList get requiredFeatures native "SVGLineElement_requiredFeatures_Getter
"; | 3380 StringList get requiredFeatures native "SVGLineElement_requiredFeatures_Getter
"; |
| 3963 | 3381 |
| 3964 | 3382 @DomName('SVGLineElement.systemLanguage') |
| 3965 /** @domName SVGLineElement.systemLanguage */ | |
| 3966 StringList get systemLanguage native "SVGLineElement_systemLanguage_Getter"; | 3383 StringList get systemLanguage native "SVGLineElement_systemLanguage_Getter"; |
| 3967 | 3384 |
| 3968 | 3385 @DomName('SVGLineElement.hasExtension') |
| 3969 /** @domName SVGLineElement.hasExtension */ | |
| 3970 bool hasExtension(String extension) native "SVGLineElement_hasExtension_Callba
ck"; | 3386 bool hasExtension(String extension) native "SVGLineElement_hasExtension_Callba
ck"; |
| 3971 | 3387 |
| 3972 | 3388 @DomName('SVGLineElement.transform') |
| 3973 /** @domName SVGLineElement.transform */ | |
| 3974 AnimatedTransformList get transform native "SVGLineElement_transform_Getter"; | 3389 AnimatedTransformList get transform native "SVGLineElement_transform_Getter"; |
| 3975 | 3390 |
| 3976 } | 3391 } |
| 3977 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3392 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3978 // for details. All rights reserved. Use of this source code is governed by a | 3393 // for details. All rights reserved. Use of this source code is governed by a |
| 3979 // BSD-style license that can be found in the LICENSE file. | 3394 // BSD-style license that can be found in the LICENSE file. |
| 3980 | 3395 |
| 3981 // WARNING: Do not edit - generated code. | 3396 // WARNING: Do not edit - generated code. |
| 3982 | 3397 |
| 3983 | 3398 |
| 3984 /// @domName SVGLinearGradientElement | 3399 @DomName('SVGLinearGradientElement') |
| 3985 class LinearGradientElement extends GradientElement { | 3400 class LinearGradientElement extends GradientElement { |
| 3986 LinearGradientElement.internal() : super.internal(); | 3401 LinearGradientElement.internal() : super.internal(); |
| 3987 | 3402 |
| 3988 ///@docsEditable true | 3403 /// @docsEditable true |
| 3989 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); | 3404 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); |
| 3990 | 3405 |
| 3991 | 3406 @DomName('SVGLinearGradientElement.x1') |
| 3992 /** @domName SVGLinearGradientElement.x1 */ | |
| 3993 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; | 3407 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; |
| 3994 | 3408 |
| 3995 | 3409 @DomName('SVGLinearGradientElement.x2') |
| 3996 /** @domName SVGLinearGradientElement.x2 */ | |
| 3997 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; | 3410 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; |
| 3998 | 3411 |
| 3999 | 3412 @DomName('SVGLinearGradientElement.y1') |
| 4000 /** @domName SVGLinearGradientElement.y1 */ | |
| 4001 AnimatedLength get y1 native "SVGLinearGradientElement_y1_Getter"; | 3413 AnimatedLength get y1 native "SVGLinearGradientElement_y1_Getter"; |
| 4002 | 3414 |
| 4003 | 3415 @DomName('SVGLinearGradientElement.y2') |
| 4004 /** @domName SVGLinearGradientElement.y2 */ | |
| 4005 AnimatedLength get y2 native "SVGLinearGradientElement_y2_Getter"; | 3416 AnimatedLength get y2 native "SVGLinearGradientElement_y2_Getter"; |
| 4006 | 3417 |
| 4007 } | 3418 } |
| 4008 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3419 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4009 // for details. All rights reserved. Use of this source code is governed by a | 3420 // for details. All rights reserved. Use of this source code is governed by a |
| 4010 // BSD-style license that can be found in the LICENSE file. | 3421 // BSD-style license that can be found in the LICENSE file. |
| 4011 | 3422 |
| 4012 // WARNING: Do not edit - generated code. | 3423 // WARNING: Do not edit - generated code. |
| 4013 | 3424 |
| 4014 | 3425 |
| 4015 /// @domName SVGLocatable | 3426 @DomName('SVGLocatable') |
| 4016 class Locatable extends NativeFieldWrapperClass1 { | 3427 class Locatable extends NativeFieldWrapperClass1 { |
| 4017 Locatable.internal(); | 3428 Locatable.internal(); |
| 4018 | 3429 |
| 4019 | 3430 @DomName('SVGLocatable.farthestViewportElement') |
| 4020 /** @domName SVGLocatable.farthestViewportElement */ | |
| 4021 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl
ement_Getter"; | 3431 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl
ement_Getter"; |
| 4022 | 3432 |
| 4023 | 3433 @DomName('SVGLocatable.nearestViewportElement') |
| 4024 /** @domName SVGLocatable.nearestViewportElement */ | |
| 4025 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem
ent_Getter"; | 3434 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem
ent_Getter"; |
| 4026 | 3435 |
| 4027 | 3436 @DomName('SVGLocatable.getBBox') |
| 4028 /** @domName SVGLocatable.getBBox */ | |
| 4029 Rect getBBox() native "SVGLocatable_getBBox_Callback"; | 3437 Rect getBBox() native "SVGLocatable_getBBox_Callback"; |
| 4030 | 3438 |
| 4031 | 3439 @DomName('SVGLocatable.getCTM') |
| 4032 /** @domName SVGLocatable.getCTM */ | |
| 4033 Matrix getCtm() native "SVGLocatable_getCTM_Callback"; | 3440 Matrix getCtm() native "SVGLocatable_getCTM_Callback"; |
| 4034 | 3441 |
| 4035 | 3442 @DomName('SVGLocatable.getScreenCTM') |
| 4036 /** @domName SVGLocatable.getScreenCTM */ | |
| 4037 Matrix getScreenCtm() native "SVGLocatable_getScreenCTM_Callback"; | 3443 Matrix getScreenCtm() native "SVGLocatable_getScreenCTM_Callback"; |
| 4038 | 3444 |
| 4039 | 3445 @DomName('SVGLocatable.getTransformToElement') |
| 4040 /** @domName SVGLocatable.getTransformToElement */ | |
| 4041 Matrix getTransformToElement(SvgElement element) native "SVGLocatable_getTrans
formToElement_Callback"; | 3446 Matrix getTransformToElement(SvgElement element) native "SVGLocatable_getTrans
formToElement_Callback"; |
| 4042 | 3447 |
| 4043 } | 3448 } |
| 4044 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3449 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4045 // for details. All rights reserved. Use of this source code is governed by a | 3450 // for details. All rights reserved. Use of this source code is governed by a |
| 4046 // BSD-style license that can be found in the LICENSE file. | 3451 // BSD-style license that can be found in the LICENSE file. |
| 4047 | 3452 |
| 4048 // WARNING: Do not edit - generated code. | 3453 // WARNING: Do not edit - generated code. |
| 4049 | 3454 |
| 4050 | 3455 |
| 4051 /// @domName SVGMPathElement | 3456 @DomName('SVGMPathElement') |
| 4052 class MPathElement extends SvgElement implements UriReference, ExternalResources
Required { | 3457 class MPathElement extends SvgElement implements UriReference, ExternalResources
Required { |
| 4053 MPathElement.internal() : super.internal(); | 3458 MPathElement.internal() : super.internal(); |
| 4054 | 3459 |
| 4055 ///@docsEditable true | 3460 /// @docsEditable true |
| 4056 factory MPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpa
th"); | 3461 factory MPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpa
th"); |
| 4057 | 3462 |
| 4058 | 3463 @DomName('SVGMPathElement.externalResourcesRequired') |
| 4059 /** @domName SVGMPathElement.externalResourcesRequired */ | |
| 4060 AnimatedBoolean get externalResourcesRequired native "SVGMPathElement_external
ResourcesRequired_Getter"; | 3464 AnimatedBoolean get externalResourcesRequired native "SVGMPathElement_external
ResourcesRequired_Getter"; |
| 4061 | 3465 |
| 4062 | 3466 @DomName('SVGMPathElement.href') |
| 4063 /** @domName SVGMPathElement.href */ | |
| 4064 AnimatedString get href native "SVGMPathElement_href_Getter"; | 3467 AnimatedString get href native "SVGMPathElement_href_Getter"; |
| 4065 | 3468 |
| 4066 } | 3469 } |
| 4067 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3470 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4068 // for details. All rights reserved. Use of this source code is governed by a | 3471 // for details. All rights reserved. Use of this source code is governed by a |
| 4069 // BSD-style license that can be found in the LICENSE file. | 3472 // BSD-style license that can be found in the LICENSE file. |
| 4070 | 3473 |
| 4071 // WARNING: Do not edit - generated code. | 3474 // WARNING: Do not edit - generated code. |
| 4072 | 3475 |
| 4073 | 3476 |
| 4074 /// @domName SVGMarkerElement | 3477 @DomName('SVGMarkerElement') |
| 4075 class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace { | 3478 class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace { |
| 4076 MarkerElement.internal() : super.internal(); | 3479 MarkerElement.internal() : super.internal(); |
| 4077 | 3480 |
| 4078 ///@docsEditable true | 3481 /// @docsEditable true |
| 4079 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); | 3482 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); |
| 4080 | 3483 |
| 4081 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; | 3484 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; |
| 4082 | 3485 |
| 4083 static const int SVG_MARKERUNITS_UNKNOWN = 0; | 3486 static const int SVG_MARKERUNITS_UNKNOWN = 0; |
| 4084 | 3487 |
| 4085 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; | 3488 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; |
| 4086 | 3489 |
| 4087 static const int SVG_MARKER_ORIENT_ANGLE = 2; | 3490 static const int SVG_MARKER_ORIENT_ANGLE = 2; |
| 4088 | 3491 |
| 4089 static const int SVG_MARKER_ORIENT_AUTO = 1; | 3492 static const int SVG_MARKER_ORIENT_AUTO = 1; |
| 4090 | 3493 |
| 4091 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; | 3494 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; |
| 4092 | 3495 |
| 4093 | 3496 @DomName('SVGMarkerElement.markerHeight') |
| 4094 /** @domName SVGMarkerElement.markerHeight */ | |
| 4095 AnimatedLength get markerHeight native "SVGMarkerElement_markerHeight_Getter"; | 3497 AnimatedLength get markerHeight native "SVGMarkerElement_markerHeight_Getter"; |
| 4096 | 3498 |
| 4097 | 3499 @DomName('SVGMarkerElement.markerUnits') |
| 4098 /** @domName SVGMarkerElement.markerUnits */ | |
| 4099 AnimatedEnumeration get markerUnits native "SVGMarkerElement_markerUnits_Gette
r"; | 3500 AnimatedEnumeration get markerUnits native "SVGMarkerElement_markerUnits_Gette
r"; |
| 4100 | 3501 |
| 4101 | 3502 @DomName('SVGMarkerElement.markerWidth') |
| 4102 /** @domName SVGMarkerElement.markerWidth */ | |
| 4103 AnimatedLength get markerWidth native "SVGMarkerElement_markerWidth_Getter"; | 3503 AnimatedLength get markerWidth native "SVGMarkerElement_markerWidth_Getter"; |
| 4104 | 3504 |
| 4105 | 3505 @DomName('SVGMarkerElement.orientAngle') |
| 4106 /** @domName SVGMarkerElement.orientAngle */ | |
| 4107 AnimatedAngle get orientAngle native "SVGMarkerElement_orientAngle_Getter"; | 3506 AnimatedAngle get orientAngle native "SVGMarkerElement_orientAngle_Getter"; |
| 4108 | 3507 |
| 4109 | 3508 @DomName('SVGMarkerElement.orientType') |
| 4110 /** @domName SVGMarkerElement.orientType */ | |
| 4111 AnimatedEnumeration get orientType native "SVGMarkerElement_orientType_Getter"
; | 3509 AnimatedEnumeration get orientType native "SVGMarkerElement_orientType_Getter"
; |
| 4112 | 3510 |
| 4113 | 3511 @DomName('SVGMarkerElement.refX') |
| 4114 /** @domName SVGMarkerElement.refX */ | |
| 4115 AnimatedLength get refX native "SVGMarkerElement_refX_Getter"; | 3512 AnimatedLength get refX native "SVGMarkerElement_refX_Getter"; |
| 4116 | 3513 |
| 4117 | 3514 @DomName('SVGMarkerElement.refY') |
| 4118 /** @domName SVGMarkerElement.refY */ | |
| 4119 AnimatedLength get refY native "SVGMarkerElement_refY_Getter"; | 3515 AnimatedLength get refY native "SVGMarkerElement_refY_Getter"; |
| 4120 | 3516 |
| 4121 | 3517 @DomName('SVGMarkerElement.setOrientToAngle') |
| 4122 /** @domName SVGMarkerElement.setOrientToAngle */ | |
| 4123 void setOrientToAngle(Angle angle) native "SVGMarkerElement_setOrientToAngle_C
allback"; | 3518 void setOrientToAngle(Angle angle) native "SVGMarkerElement_setOrientToAngle_C
allback"; |
| 4124 | 3519 |
| 4125 | 3520 @DomName('SVGMarkerElement.setOrientToAuto') |
| 4126 /** @domName SVGMarkerElement.setOrientToAuto */ | |
| 4127 void setOrientToAuto() native "SVGMarkerElement_setOrientToAuto_Callback"; | 3521 void setOrientToAuto() native "SVGMarkerElement_setOrientToAuto_Callback"; |
| 4128 | 3522 |
| 4129 | 3523 @DomName('SVGMarkerElement.externalResourcesRequired') |
| 4130 /** @domName SVGMarkerElement.externalResourcesRequired */ | |
| 4131 AnimatedBoolean get externalResourcesRequired native "SVGMarkerElement_externa
lResourcesRequired_Getter"; | 3524 AnimatedBoolean get externalResourcesRequired native "SVGMarkerElement_externa
lResourcesRequired_Getter"; |
| 4132 | 3525 |
| 4133 | 3526 @DomName('SVGMarkerElement.preserveAspectRatio') |
| 4134 /** @domName SVGMarkerElement.preserveAspectRatio */ | |
| 4135 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGMarkerElement_p
reserveAspectRatio_Getter"; | 3527 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGMarkerElement_p
reserveAspectRatio_Getter"; |
| 4136 | 3528 |
| 4137 | 3529 @DomName('SVGMarkerElement.viewBox') |
| 4138 /** @domName SVGMarkerElement.viewBox */ | |
| 4139 AnimatedRect get viewBox native "SVGMarkerElement_viewBox_Getter"; | 3530 AnimatedRect get viewBox native "SVGMarkerElement_viewBox_Getter"; |
| 4140 | 3531 |
| 4141 | 3532 @DomName('SVGMarkerElement.xmllang') |
| 4142 /** @domName SVGMarkerElement.xmllang */ | |
| 4143 String get xmllang native "SVGMarkerElement_xmllang_Getter"; | 3533 String get xmllang native "SVGMarkerElement_xmllang_Getter"; |
| 4144 | 3534 |
| 4145 | 3535 @DomName('SVGMarkerElement.xmllang') |
| 4146 /** @domName SVGMarkerElement.xmllang */ | |
| 4147 void set xmllang(String value) native "SVGMarkerElement_xmllang_Setter"; | 3536 void set xmllang(String value) native "SVGMarkerElement_xmllang_Setter"; |
| 4148 | 3537 |
| 4149 | 3538 @DomName('SVGMarkerElement.xmlspace') |
| 4150 /** @domName SVGMarkerElement.xmlspace */ | |
| 4151 String get xmlspace native "SVGMarkerElement_xmlspace_Getter"; | 3539 String get xmlspace native "SVGMarkerElement_xmlspace_Getter"; |
| 4152 | 3540 |
| 4153 | 3541 @DomName('SVGMarkerElement.xmlspace') |
| 4154 /** @domName SVGMarkerElement.xmlspace */ | |
| 4155 void set xmlspace(String value) native "SVGMarkerElement_xmlspace_Setter"; | 3542 void set xmlspace(String value) native "SVGMarkerElement_xmlspace_Setter"; |
| 4156 | 3543 |
| 4157 | 3544 @DomName('SVGMarkerElement.className') |
| 4158 /** @domName SVGMarkerElement.className */ | |
| 4159 AnimatedString get $dom_svgClassName native "SVGMarkerElement_className_Getter
"; | 3545 AnimatedString get $dom_svgClassName native "SVGMarkerElement_className_Getter
"; |
| 4160 | 3546 |
| 4161 | 3547 @DomName('SVGMarkerElement.style') |
| 4162 /** @domName SVGMarkerElement.style */ | |
| 4163 CssStyleDeclaration get style native "SVGMarkerElement_style_Getter"; | 3548 CssStyleDeclaration get style native "SVGMarkerElement_style_Getter"; |
| 4164 | 3549 |
| 4165 | 3550 @DomName('SVGMarkerElement.getPresentationAttribute') |
| 4166 /** @domName SVGMarkerElement.getPresentationAttribute */ | |
| 4167 CssValue getPresentationAttribute(String name) native "SVGMarkerElement_getPre
sentationAttribute_Callback"; | 3551 CssValue getPresentationAttribute(String name) native "SVGMarkerElement_getPre
sentationAttribute_Callback"; |
| 4168 | 3552 |
| 4169 } | 3553 } |
| 4170 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3554 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4171 // for details. All rights reserved. Use of this source code is governed by a | 3555 // for details. All rights reserved. Use of this source code is governed by a |
| 4172 // BSD-style license that can be found in the LICENSE file. | 3556 // BSD-style license that can be found in the LICENSE file. |
| 4173 | 3557 |
| 4174 // WARNING: Do not edit - generated code. | 3558 // WARNING: Do not edit - generated code. |
| 4175 | 3559 |
| 4176 | 3560 |
| 4177 /// @domName SVGMaskElement | 3561 @DomName('SVGMaskElement') |
| 4178 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc
esRequired, LangSpace { | 3562 class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc
esRequired, LangSpace { |
| 4179 MaskElement.internal() : super.internal(); | 3563 MaskElement.internal() : super.internal(); |
| 4180 | 3564 |
| 4181 ///@docsEditable true | 3565 /// @docsEditable true |
| 4182 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 3566 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); |
| 4183 | 3567 |
| 4184 | 3568 @DomName('SVGMaskElement.height') |
| 4185 /** @domName SVGMaskElement.height */ | |
| 4186 AnimatedLength get height native "SVGMaskElement_height_Getter"; | 3569 AnimatedLength get height native "SVGMaskElement_height_Getter"; |
| 4187 | 3570 |
| 4188 | 3571 @DomName('SVGMaskElement.maskContentUnits') |
| 4189 /** @domName SVGMaskElement.maskContentUnits */ | |
| 4190 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni
ts_Getter"; | 3572 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni
ts_Getter"; |
| 4191 | 3573 |
| 4192 | 3574 @DomName('SVGMaskElement.maskUnits') |
| 4193 /** @domName SVGMaskElement.maskUnits */ | |
| 4194 AnimatedEnumeration get maskUnits native "SVGMaskElement_maskUnits_Getter"; | 3575 AnimatedEnumeration get maskUnits native "SVGMaskElement_maskUnits_Getter"; |
| 4195 | 3576 |
| 4196 | 3577 @DomName('SVGMaskElement.width') |
| 4197 /** @domName SVGMaskElement.width */ | |
| 4198 AnimatedLength get width native "SVGMaskElement_width_Getter"; | 3578 AnimatedLength get width native "SVGMaskElement_width_Getter"; |
| 4199 | 3579 |
| 4200 | 3580 @DomName('SVGMaskElement.x') |
| 4201 /** @domName SVGMaskElement.x */ | |
| 4202 AnimatedLength get x native "SVGMaskElement_x_Getter"; | 3581 AnimatedLength get x native "SVGMaskElement_x_Getter"; |
| 4203 | 3582 |
| 4204 | 3583 @DomName('SVGMaskElement.y') |
| 4205 /** @domName SVGMaskElement.y */ | |
| 4206 AnimatedLength get y native "SVGMaskElement_y_Getter"; | 3584 AnimatedLength get y native "SVGMaskElement_y_Getter"; |
| 4207 | 3585 |
| 4208 | 3586 @DomName('SVGMaskElement.externalResourcesRequired') |
| 4209 /** @domName SVGMaskElement.externalResourcesRequired */ | |
| 4210 AnimatedBoolean get externalResourcesRequired native "SVGMaskElement_externalR
esourcesRequired_Getter"; | 3587 AnimatedBoolean get externalResourcesRequired native "SVGMaskElement_externalR
esourcesRequired_Getter"; |
| 4211 | 3588 |
| 4212 | 3589 @DomName('SVGMaskElement.xmllang') |
| 4213 /** @domName SVGMaskElement.xmllang */ | |
| 4214 String get xmllang native "SVGMaskElement_xmllang_Getter"; | 3590 String get xmllang native "SVGMaskElement_xmllang_Getter"; |
| 4215 | 3591 |
| 4216 | 3592 @DomName('SVGMaskElement.xmllang') |
| 4217 /** @domName SVGMaskElement.xmllang */ | |
| 4218 void set xmllang(String value) native "SVGMaskElement_xmllang_Setter"; | 3593 void set xmllang(String value) native "SVGMaskElement_xmllang_Setter"; |
| 4219 | 3594 |
| 4220 | 3595 @DomName('SVGMaskElement.xmlspace') |
| 4221 /** @domName SVGMaskElement.xmlspace */ | |
| 4222 String get xmlspace native "SVGMaskElement_xmlspace_Getter"; | 3596 String get xmlspace native "SVGMaskElement_xmlspace_Getter"; |
| 4223 | 3597 |
| 4224 | 3598 @DomName('SVGMaskElement.xmlspace') |
| 4225 /** @domName SVGMaskElement.xmlspace */ | |
| 4226 void set xmlspace(String value) native "SVGMaskElement_xmlspace_Setter"; | 3599 void set xmlspace(String value) native "SVGMaskElement_xmlspace_Setter"; |
| 4227 | 3600 |
| 4228 | 3601 @DomName('SVGMaskElement.className') |
| 4229 /** @domName SVGMaskElement.className */ | |
| 4230 AnimatedString get $dom_svgClassName native "SVGMaskElement_className_Getter"; | 3602 AnimatedString get $dom_svgClassName native "SVGMaskElement_className_Getter"; |
| 4231 | 3603 |
| 4232 | 3604 @DomName('SVGMaskElement.style') |
| 4233 /** @domName SVGMaskElement.style */ | |
| 4234 CssStyleDeclaration get style native "SVGMaskElement_style_Getter"; | 3605 CssStyleDeclaration get style native "SVGMaskElement_style_Getter"; |
| 4235 | 3606 |
| 4236 | 3607 @DomName('SVGMaskElement.getPresentationAttribute') |
| 4237 /** @domName SVGMaskElement.getPresentationAttribute */ | |
| 4238 CssValue getPresentationAttribute(String name) native "SVGMaskElement_getPrese
ntationAttribute_Callback"; | 3608 CssValue getPresentationAttribute(String name) native "SVGMaskElement_getPrese
ntationAttribute_Callback"; |
| 4239 | 3609 |
| 4240 | 3610 @DomName('SVGMaskElement.requiredExtensions') |
| 4241 /** @domName SVGMaskElement.requiredExtensions */ | |
| 4242 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge
tter"; | 3611 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge
tter"; |
| 4243 | 3612 |
| 4244 | 3613 @DomName('SVGMaskElement.requiredFeatures') |
| 4245 /** @domName SVGMaskElement.requiredFeatures */ | |
| 4246 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter
"; | 3614 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter
"; |
| 4247 | 3615 |
| 4248 | 3616 @DomName('SVGMaskElement.systemLanguage') |
| 4249 /** @domName SVGMaskElement.systemLanguage */ | |
| 4250 StringList get systemLanguage native "SVGMaskElement_systemLanguage_Getter"; | 3617 StringList get systemLanguage native "SVGMaskElement_systemLanguage_Getter"; |
| 4251 | 3618 |
| 4252 | 3619 @DomName('SVGMaskElement.hasExtension') |
| 4253 /** @domName SVGMaskElement.hasExtension */ | |
| 4254 bool hasExtension(String extension) native "SVGMaskElement_hasExtension_Callba
ck"; | 3620 bool hasExtension(String extension) native "SVGMaskElement_hasExtension_Callba
ck"; |
| 4255 | 3621 |
| 4256 } | 3622 } |
| 4257 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3623 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4258 // for details. All rights reserved. Use of this source code is governed by a | 3624 // for details. All rights reserved. Use of this source code is governed by a |
| 4259 // BSD-style license that can be found in the LICENSE file. | 3625 // BSD-style license that can be found in the LICENSE file. |
| 4260 | 3626 |
| 4261 // WARNING: Do not edit - generated code. | 3627 // WARNING: Do not edit - generated code. |
| 4262 | 3628 |
| 4263 | 3629 |
| 4264 /// @domName SVGMatrix | 3630 @DomName('SVGMatrix') |
| 4265 class Matrix extends NativeFieldWrapperClass1 { | 3631 class Matrix extends NativeFieldWrapperClass1 { |
| 4266 Matrix.internal(); | 3632 Matrix.internal(); |
| 4267 | 3633 |
| 4268 | 3634 @DomName('SVGMatrix.a') |
| 4269 /** @domName SVGMatrix.a */ | |
| 4270 num get a native "SVGMatrix_a_Getter"; | 3635 num get a native "SVGMatrix_a_Getter"; |
| 4271 | 3636 |
| 4272 | 3637 @DomName('SVGMatrix.a') |
| 4273 /** @domName SVGMatrix.a */ | |
| 4274 void set a(num value) native "SVGMatrix_a_Setter"; | 3638 void set a(num value) native "SVGMatrix_a_Setter"; |
| 4275 | 3639 |
| 4276 | 3640 @DomName('SVGMatrix.b') |
| 4277 /** @domName SVGMatrix.b */ | |
| 4278 num get b native "SVGMatrix_b_Getter"; | 3641 num get b native "SVGMatrix_b_Getter"; |
| 4279 | 3642 |
| 4280 | 3643 @DomName('SVGMatrix.b') |
| 4281 /** @domName SVGMatrix.b */ | |
| 4282 void set b(num value) native "SVGMatrix_b_Setter"; | 3644 void set b(num value) native "SVGMatrix_b_Setter"; |
| 4283 | 3645 |
| 4284 | 3646 @DomName('SVGMatrix.c') |
| 4285 /** @domName SVGMatrix.c */ | |
| 4286 num get c native "SVGMatrix_c_Getter"; | 3647 num get c native "SVGMatrix_c_Getter"; |
| 4287 | 3648 |
| 4288 | 3649 @DomName('SVGMatrix.c') |
| 4289 /** @domName SVGMatrix.c */ | |
| 4290 void set c(num value) native "SVGMatrix_c_Setter"; | 3650 void set c(num value) native "SVGMatrix_c_Setter"; |
| 4291 | 3651 |
| 4292 | 3652 @DomName('SVGMatrix.d') |
| 4293 /** @domName SVGMatrix.d */ | |
| 4294 num get d native "SVGMatrix_d_Getter"; | 3653 num get d native "SVGMatrix_d_Getter"; |
| 4295 | 3654 |
| 4296 | 3655 @DomName('SVGMatrix.d') |
| 4297 /** @domName SVGMatrix.d */ | |
| 4298 void set d(num value) native "SVGMatrix_d_Setter"; | 3656 void set d(num value) native "SVGMatrix_d_Setter"; |
| 4299 | 3657 |
| 4300 | 3658 @DomName('SVGMatrix.e') |
| 4301 /** @domName SVGMatrix.e */ | |
| 4302 num get e native "SVGMatrix_e_Getter"; | 3659 num get e native "SVGMatrix_e_Getter"; |
| 4303 | 3660 |
| 4304 | 3661 @DomName('SVGMatrix.e') |
| 4305 /** @domName SVGMatrix.e */ | |
| 4306 void set e(num value) native "SVGMatrix_e_Setter"; | 3662 void set e(num value) native "SVGMatrix_e_Setter"; |
| 4307 | 3663 |
| 4308 | 3664 @DomName('SVGMatrix.f') |
| 4309 /** @domName SVGMatrix.f */ | |
| 4310 num get f native "SVGMatrix_f_Getter"; | 3665 num get f native "SVGMatrix_f_Getter"; |
| 4311 | 3666 |
| 4312 | 3667 @DomName('SVGMatrix.f') |
| 4313 /** @domName SVGMatrix.f */ | |
| 4314 void set f(num value) native "SVGMatrix_f_Setter"; | 3668 void set f(num value) native "SVGMatrix_f_Setter"; |
| 4315 | 3669 |
| 4316 | 3670 @DomName('SVGMatrix.flipX') |
| 4317 /** @domName SVGMatrix.flipX */ | |
| 4318 Matrix flipX() native "SVGMatrix_flipX_Callback"; | 3671 Matrix flipX() native "SVGMatrix_flipX_Callback"; |
| 4319 | 3672 |
| 4320 | 3673 @DomName('SVGMatrix.flipY') |
| 4321 /** @domName SVGMatrix.flipY */ | |
| 4322 Matrix flipY() native "SVGMatrix_flipY_Callback"; | 3674 Matrix flipY() native "SVGMatrix_flipY_Callback"; |
| 4323 | 3675 |
| 4324 | 3676 @DomName('SVGMatrix.inverse') |
| 4325 /** @domName SVGMatrix.inverse */ | |
| 4326 Matrix inverse() native "SVGMatrix_inverse_Callback"; | 3677 Matrix inverse() native "SVGMatrix_inverse_Callback"; |
| 4327 | 3678 |
| 4328 | 3679 @DomName('SVGMatrix.multiply') |
| 4329 /** @domName SVGMatrix.multiply */ | |
| 4330 Matrix multiply(Matrix secondMatrix) native "SVGMatrix_multiply_Callback"; | 3680 Matrix multiply(Matrix secondMatrix) native "SVGMatrix_multiply_Callback"; |
| 4331 | 3681 |
| 4332 | 3682 @DomName('SVGMatrix.rotate') |
| 4333 /** @domName SVGMatrix.rotate */ | |
| 4334 Matrix rotate(num angle) native "SVGMatrix_rotate_Callback"; | 3683 Matrix rotate(num angle) native "SVGMatrix_rotate_Callback"; |
| 4335 | 3684 |
| 4336 | 3685 @DomName('SVGMatrix.rotateFromVector') |
| 4337 /** @domName SVGMatrix.rotateFromVector */ | |
| 4338 Matrix rotateFromVector(num x, num y) native "SVGMatrix_rotateFromVector_Callb
ack"; | 3686 Matrix rotateFromVector(num x, num y) native "SVGMatrix_rotateFromVector_Callb
ack"; |
| 4339 | 3687 |
| 4340 | 3688 @DomName('SVGMatrix.scale') |
| 4341 /** @domName SVGMatrix.scale */ | |
| 4342 Matrix scale(num scaleFactor) native "SVGMatrix_scale_Callback"; | 3689 Matrix scale(num scaleFactor) native "SVGMatrix_scale_Callback"; |
| 4343 | 3690 |
| 4344 | 3691 @DomName('SVGMatrix.scaleNonUniform') |
| 4345 /** @domName SVGMatrix.scaleNonUniform */ | |
| 4346 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) native "SVGMatrix_s
caleNonUniform_Callback"; | 3692 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) native "SVGMatrix_s
caleNonUniform_Callback"; |
| 4347 | 3693 |
| 4348 | 3694 @DomName('SVGMatrix.skewX') |
| 4349 /** @domName SVGMatrix.skewX */ | |
| 4350 Matrix skewX(num angle) native "SVGMatrix_skewX_Callback"; | 3695 Matrix skewX(num angle) native "SVGMatrix_skewX_Callback"; |
| 4351 | 3696 |
| 4352 | 3697 @DomName('SVGMatrix.skewY') |
| 4353 /** @domName SVGMatrix.skewY */ | |
| 4354 Matrix skewY(num angle) native "SVGMatrix_skewY_Callback"; | 3698 Matrix skewY(num angle) native "SVGMatrix_skewY_Callback"; |
| 4355 | 3699 |
| 4356 | 3700 @DomName('SVGMatrix.translate') |
| 4357 /** @domName SVGMatrix.translate */ | |
| 4358 Matrix translate(num x, num y) native "SVGMatrix_translate_Callback"; | 3701 Matrix translate(num x, num y) native "SVGMatrix_translate_Callback"; |
| 4359 | 3702 |
| 4360 } | 3703 } |
| 4361 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3704 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4362 // for details. All rights reserved. Use of this source code is governed by a | 3705 // for details. All rights reserved. Use of this source code is governed by a |
| 4363 // BSD-style license that can be found in the LICENSE file. | 3706 // BSD-style license that can be found in the LICENSE file. |
| 4364 | 3707 |
| 4365 // WARNING: Do not edit - generated code. | 3708 // WARNING: Do not edit - generated code. |
| 4366 | 3709 |
| 4367 | 3710 |
| 4368 /// @domName SVGMetadataElement | 3711 @DomName('SVGMetadataElement') |
| 4369 class MetadataElement extends SvgElement { | 3712 class MetadataElement extends SvgElement { |
| 4370 MetadataElement.internal() : super.internal(); | 3713 MetadataElement.internal() : super.internal(); |
| 4371 | 3714 |
| 4372 } | 3715 } |
| 4373 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3716 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4374 // for details. All rights reserved. Use of this source code is governed by a | 3717 // for details. All rights reserved. Use of this source code is governed by a |
| 4375 // BSD-style license that can be found in the LICENSE file. | 3718 // BSD-style license that can be found in the LICENSE file. |
| 4376 | 3719 |
| 4377 // WARNING: Do not edit - generated code. | 3720 // WARNING: Do not edit - generated code. |
| 4378 | 3721 |
| 4379 | 3722 |
| 4380 /// @domName SVGMissingGlyphElement | 3723 @DomName('SVGMissingGlyphElement') |
| 4381 class MissingGlyphElement extends SvgElement { | 3724 class MissingGlyphElement extends SvgElement { |
| 4382 MissingGlyphElement.internal() : super.internal(); | 3725 MissingGlyphElement.internal() : super.internal(); |
| 4383 | 3726 |
| 4384 } | 3727 } |
| 4385 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3728 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4386 // for details. All rights reserved. Use of this source code is governed by a | 3729 // for details. All rights reserved. Use of this source code is governed by a |
| 4387 // BSD-style license that can be found in the LICENSE file. | 3730 // BSD-style license that can be found in the LICENSE file. |
| 4388 | 3731 |
| 4389 // WARNING: Do not edit - generated code. | 3732 // WARNING: Do not edit - generated code. |
| 4390 | 3733 |
| 4391 | 3734 |
| 4392 /// @domName SVGNumber | 3735 @DomName('SVGNumber') |
| 4393 class Number extends NativeFieldWrapperClass1 { | 3736 class Number extends NativeFieldWrapperClass1 { |
| 4394 Number.internal(); | 3737 Number.internal(); |
| 4395 | 3738 |
| 4396 | 3739 @DomName('SVGNumber.value') |
| 4397 /** @domName SVGNumber.value */ | |
| 4398 num get value native "SVGNumber_value_Getter"; | 3740 num get value native "SVGNumber_value_Getter"; |
| 4399 | 3741 |
| 4400 | 3742 @DomName('SVGNumber.value') |
| 4401 /** @domName SVGNumber.value */ | |
| 4402 void set value(num value) native "SVGNumber_value_Setter"; | 3743 void set value(num value) native "SVGNumber_value_Setter"; |
| 4403 | 3744 |
| 4404 } | 3745 } |
| 4405 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3746 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4406 // for details. All rights reserved. Use of this source code is governed by a | 3747 // for details. All rights reserved. Use of this source code is governed by a |
| 4407 // BSD-style license that can be found in the LICENSE file. | 3748 // BSD-style license that can be found in the LICENSE file. |
| 4408 | 3749 |
| 4409 // WARNING: Do not edit - generated code. | 3750 // WARNING: Do not edit - generated code. |
| 4410 | 3751 |
| 4411 | 3752 |
| 4412 /// @domName SVGNumberList | 3753 @DomName('SVGNumberList') |
| 4413 class NumberList extends NativeFieldWrapperClass1 implements List<Number> { | 3754 class NumberList extends NativeFieldWrapperClass1 implements List<Number> { |
| 4414 NumberList.internal(); | 3755 NumberList.internal(); |
| 4415 | 3756 |
| 4416 | 3757 @DomName('SVGNumberList.numberOfItems') |
| 4417 /** @domName SVGNumberList.numberOfItems */ | |
| 4418 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; | 3758 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; |
| 4419 | 3759 |
| 4420 Number operator[](int index) native "SVGNumberList_item_Callback"; | 3760 Number operator[](int index) native "SVGNumberList_item_Callback"; |
| 4421 | 3761 |
| 4422 void operator[]=(int index, Number value) { | 3762 void operator[]=(int index, Number value) { |
| 4423 throw new UnsupportedError("Cannot assign element of immutable List."); | 3763 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 4424 } | 3764 } |
| 4425 // -- start List<Number> mixins. | 3765 // -- start List<Number> mixins. |
| 4426 // Number is the element type. | 3766 // Number is the element type. |
| 4427 | 3767 |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4555 | 3895 |
| 4556 void insertRange(int start, int rangeLength, [Number initialValue]) { | 3896 void insertRange(int start, int rangeLength, [Number initialValue]) { |
| 4557 throw new UnsupportedError("Cannot insertRange on immutable List."); | 3897 throw new UnsupportedError("Cannot insertRange on immutable List."); |
| 4558 } | 3898 } |
| 4559 | 3899 |
| 4560 List<Number> getRange(int start, int rangeLength) => | 3900 List<Number> getRange(int start, int rangeLength) => |
| 4561 Lists.getRange(this, start, rangeLength, <Number>[]); | 3901 Lists.getRange(this, start, rangeLength, <Number>[]); |
| 4562 | 3902 |
| 4563 // -- end List<Number> mixins. | 3903 // -- end List<Number> mixins. |
| 4564 | 3904 |
| 4565 | 3905 @DomName('SVGNumberList.appendItem') |
| 4566 /** @domName SVGNumberList.appendItem */ | |
| 4567 Number appendItem(Number item) native "SVGNumberList_appendItem_Callback"; | 3906 Number appendItem(Number item) native "SVGNumberList_appendItem_Callback"; |
| 4568 | 3907 |
| 4569 | 3908 @DomName('SVGNumberList.clear') |
| 4570 /** @domName SVGNumberList.clear */ | |
| 4571 void clear() native "SVGNumberList_clear_Callback"; | 3909 void clear() native "SVGNumberList_clear_Callback"; |
| 4572 | 3910 |
| 4573 | 3911 @DomName('SVGNumberList.getItem') |
| 4574 /** @domName SVGNumberList.getItem */ | |
| 4575 Number getItem(int index) native "SVGNumberList_getItem_Callback"; | 3912 Number getItem(int index) native "SVGNumberList_getItem_Callback"; |
| 4576 | 3913 |
| 4577 | 3914 @DomName('SVGNumberList.initialize') |
| 4578 /** @domName SVGNumberList.initialize */ | |
| 4579 Number initialize(Number item) native "SVGNumberList_initialize_Callback"; | 3915 Number initialize(Number item) native "SVGNumberList_initialize_Callback"; |
| 4580 | 3916 |
| 4581 | 3917 @DomName('SVGNumberList.insertItemBefore') |
| 4582 /** @domName SVGNumberList.insertItemBefore */ | |
| 4583 Number insertItemBefore(Number item, int index) native "SVGNumberList_insertIt
emBefore_Callback"; | 3918 Number insertItemBefore(Number item, int index) native "SVGNumberList_insertIt
emBefore_Callback"; |
| 4584 | 3919 |
| 4585 | 3920 @DomName('SVGNumberList.removeItem') |
| 4586 /** @domName SVGNumberList.removeItem */ | |
| 4587 Number removeItem(int index) native "SVGNumberList_removeItem_Callback"; | 3921 Number removeItem(int index) native "SVGNumberList_removeItem_Callback"; |
| 4588 | 3922 |
| 4589 | 3923 @DomName('SVGNumberList.replaceItem') |
| 4590 /** @domName SVGNumberList.replaceItem */ | |
| 4591 Number replaceItem(Number item, int index) native "SVGNumberList_replaceItem_C
allback"; | 3924 Number replaceItem(Number item, int index) native "SVGNumberList_replaceItem_C
allback"; |
| 4592 | 3925 |
| 4593 } | 3926 } |
| 4594 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3927 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4595 // for details. All rights reserved. Use of this source code is governed by a | 3928 // for details. All rights reserved. Use of this source code is governed by a |
| 4596 // BSD-style license that can be found in the LICENSE file. | 3929 // BSD-style license that can be found in the LICENSE file. |
| 4597 | 3930 |
| 4598 // WARNING: Do not edit - generated code. | 3931 // WARNING: Do not edit - generated code. |
| 4599 | 3932 |
| 4600 | 3933 |
| 4601 /// @domName SVGPaint | 3934 @DomName('SVGPaint') |
| 4602 class Paint extends Color { | 3935 class Paint extends Color { |
| 4603 Paint.internal() : super.internal(); | 3936 Paint.internal() : super.internal(); |
| 4604 | 3937 |
| 4605 static const int SVG_PAINTTYPE_CURRENTCOLOR = 102; | 3938 static const int SVG_PAINTTYPE_CURRENTCOLOR = 102; |
| 4606 | 3939 |
| 4607 static const int SVG_PAINTTYPE_NONE = 101; | 3940 static const int SVG_PAINTTYPE_NONE = 101; |
| 4608 | 3941 |
| 4609 static const int SVG_PAINTTYPE_RGBCOLOR = 1; | 3942 static const int SVG_PAINTTYPE_RGBCOLOR = 1; |
| 4610 | 3943 |
| 4611 static const int SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2; | 3944 static const int SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2; |
| 4612 | 3945 |
| 4613 static const int SVG_PAINTTYPE_UNKNOWN = 0; | 3946 static const int SVG_PAINTTYPE_UNKNOWN = 0; |
| 4614 | 3947 |
| 4615 static const int SVG_PAINTTYPE_URI = 107; | 3948 static const int SVG_PAINTTYPE_URI = 107; |
| 4616 | 3949 |
| 4617 static const int SVG_PAINTTYPE_URI_CURRENTCOLOR = 104; | 3950 static const int SVG_PAINTTYPE_URI_CURRENTCOLOR = 104; |
| 4618 | 3951 |
| 4619 static const int SVG_PAINTTYPE_URI_NONE = 103; | 3952 static const int SVG_PAINTTYPE_URI_NONE = 103; |
| 4620 | 3953 |
| 4621 static const int SVG_PAINTTYPE_URI_RGBCOLOR = 105; | 3954 static const int SVG_PAINTTYPE_URI_RGBCOLOR = 105; |
| 4622 | 3955 |
| 4623 static const int SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106; | 3956 static const int SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106; |
| 4624 | 3957 |
| 4625 | 3958 @DomName('SVGPaint.paintType') |
| 4626 /** @domName SVGPaint.paintType */ | |
| 4627 int get paintType native "SVGPaint_paintType_Getter"; | 3959 int get paintType native "SVGPaint_paintType_Getter"; |
| 4628 | 3960 |
| 4629 | 3961 @DomName('SVGPaint.uri') |
| 4630 /** @domName SVGPaint.uri */ | |
| 4631 String get uri native "SVGPaint_uri_Getter"; | 3962 String get uri native "SVGPaint_uri_Getter"; |
| 4632 | 3963 |
| 4633 | 3964 @DomName('SVGPaint.setPaint') |
| 4634 /** @domName SVGPaint.setPaint */ | |
| 4635 void setPaint(int paintType, String uri, String rgbColor, String iccColor) nat
ive "SVGPaint_setPaint_Callback"; | 3965 void setPaint(int paintType, String uri, String rgbColor, String iccColor) nat
ive "SVGPaint_setPaint_Callback"; |
| 4636 | 3966 |
| 4637 | 3967 @DomName('SVGPaint.setUri') |
| 4638 /** @domName SVGPaint.setUri */ | |
| 4639 void setUri(String uri) native "SVGPaint_setUri_Callback"; | 3968 void setUri(String uri) native "SVGPaint_setUri_Callback"; |
| 4640 | 3969 |
| 4641 } | 3970 } |
| 4642 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3971 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4643 // for details. All rights reserved. Use of this source code is governed by a | 3972 // for details. All rights reserved. Use of this source code is governed by a |
| 4644 // BSD-style license that can be found in the LICENSE file. | 3973 // BSD-style license that can be found in the LICENSE file. |
| 4645 | 3974 |
| 4646 // WARNING: Do not edit - generated code. | 3975 // WARNING: Do not edit - generated code. |
| 4647 | 3976 |
| 4648 | 3977 |
| 4649 /// @domName SVGPathElement | 3978 @DomName('SVGPathElement') |
| 4650 class PathElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { | 3979 class PathElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { |
| 4651 PathElement.internal() : super.internal(); | 3980 PathElement.internal() : super.internal(); |
| 4652 | 3981 |
| 4653 ///@docsEditable true | 3982 /// @docsEditable true |
| 4654 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 3983 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); |
| 4655 | 3984 |
| 4656 | 3985 @DomName('SVGPathElement.animatedNormalizedPathSegList') |
| 4657 /** @domName SVGPathElement.animatedNormalizedPathSegList */ | |
| 4658 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN
ormalizedPathSegList_Getter"; | 3986 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN
ormalizedPathSegList_Getter"; |
| 4659 | 3987 |
| 4660 | 3988 @DomName('SVGPathElement.animatedPathSegList') |
| 4661 /** @domName SVGPathElement.animatedPathSegList */ | |
| 4662 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList
_Getter"; | 3989 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList
_Getter"; |
| 4663 | 3990 |
| 4664 | 3991 @DomName('SVGPathElement.normalizedPathSegList') |
| 4665 /** @domName SVGPathElement.normalizedPathSegList */ | |
| 4666 PathSegList get normalizedPathSegList native "SVGPathElement_normalizedPathSeg
List_Getter"; | 3992 PathSegList get normalizedPathSegList native "SVGPathElement_normalizedPathSeg
List_Getter"; |
| 4667 | 3993 |
| 4668 | 3994 @DomName('SVGPathElement.pathLength') |
| 4669 /** @domName SVGPathElement.pathLength */ | |
| 4670 AnimatedNumber get pathLength native "SVGPathElement_pathLength_Getter"; | 3995 AnimatedNumber get pathLength native "SVGPathElement_pathLength_Getter"; |
| 4671 | 3996 |
| 4672 | 3997 @DomName('SVGPathElement.pathSegList') |
| 4673 /** @domName SVGPathElement.pathSegList */ | |
| 4674 PathSegList get pathSegList native "SVGPathElement_pathSegList_Getter"; | 3998 PathSegList get pathSegList native "SVGPathElement_pathSegList_Getter"; |
| 4675 | 3999 |
| 4676 | 4000 @DomName('SVGPathElement.createSVGPathSegArcAbs') |
| 4677 /** @domName SVGPathElement.createSVGPathSegArcAbs */ | |
| 4678 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs
_Callback"; | 4001 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs
_Callback"; |
| 4679 | 4002 |
| 4680 | 4003 @DomName('SVGPathElement.createSVGPathSegArcRel') |
| 4681 /** @domName SVGPathElement.createSVGPathSegArcRel */ | |
| 4682 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcRel
_Callback"; | 4004 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcRel
_Callback"; |
| 4683 | 4005 |
| 4684 | 4006 @DomName('SVGPathElement.createSVGPathSegClosePath') |
| 4685 /** @domName SVGPathElement.createSVGPathSegClosePath */ | |
| 4686 PathSegClosePath createSvgPathSegClosePath() native "SVGPathElement_createSVGP
athSegClosePath_Callback"; | 4007 PathSegClosePath createSvgPathSegClosePath() native "SVGPathElement_createSVGP
athSegClosePath_Callback"; |
| 4687 | 4008 |
| 4688 | 4009 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') |
| 4689 /** @domName SVGPathElement.createSVGPathSegCurvetoCubicAbs */ | |
| 4690 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Ca
llback"; | 4010 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Ca
llback"; |
| 4691 | 4011 |
| 4692 | 4012 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') |
| 4693 /** @domName SVGPathElement.createSVGPathSegCurvetoCubicRel */ | |
| 4694 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Ca
llback"; | 4013 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Ca
llback"; |
| 4695 | 4014 |
| 4696 | 4015 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') |
| 4697 /** @domName SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs */ | |
| 4698 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_
Callback"; | 4016 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_
Callback"; |
| 4699 | 4017 |
| 4700 | 4018 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') |
| 4701 /** @domName SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel */ | |
| 4702 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_
Callback"; | 4019 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_
Callback"; |
| 4703 | 4020 |
| 4704 | 4021 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') |
| 4705 /** @domName SVGPathElement.createSVGPathSegCurvetoQuadraticAbs */ | |
| 4706 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callba
ck"; | 4022 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callba
ck"; |
| 4707 | 4023 |
| 4708 | 4024 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') |
| 4709 /** @domName SVGPathElement.createSVGPathSegCurvetoQuadraticRel */ | |
| 4710 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callba
ck"; | 4025 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callba
ck"; |
| 4711 | 4026 |
| 4712 | 4027 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') |
| 4713 /** @domName SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs */ | |
| 4714 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Call
back"; | 4028 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Call
back"; |
| 4715 | 4029 |
| 4716 | 4030 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') |
| 4717 /** @domName SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel */ | |
| 4718 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Call
back"; | 4031 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Call
back"; |
| 4719 | 4032 |
| 4720 | 4033 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') |
| 4721 /** @domName SVGPathElement.createSVGPathSegLinetoAbs */ | |
| 4722 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoAbs_Callback"; | 4034 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoAbs_Callback"; |
| 4723 | 4035 |
| 4724 | 4036 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') |
| 4725 /** @domName SVGPathElement.createSVGPathSegLinetoHorizontalAbs */ | |
| 4726 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback"; | 4037 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback"; |
| 4727 | 4038 |
| 4728 | 4039 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') |
| 4729 /** @domName SVGPathElement.createSVGPathSegLinetoHorizontalRel */ | |
| 4730 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback"; | 4040 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback"; |
| 4731 | 4041 |
| 4732 | 4042 @DomName('SVGPathElement.createSVGPathSegLinetoRel') |
| 4733 /** @domName SVGPathElement.createSVGPathSegLinetoRel */ | |
| 4734 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoRel_Callback"; | 4043 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoRel_Callback"; |
| 4735 | 4044 |
| 4736 | 4045 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') |
| 4737 /** @domName SVGPathElement.createSVGPathSegLinetoVerticalAbs */ | |
| 4738 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalAbs_Callback"; | 4046 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalAbs_Callback"; |
| 4739 | 4047 |
| 4740 | 4048 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') |
| 4741 /** @domName SVGPathElement.createSVGPathSegLinetoVerticalRel */ | |
| 4742 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalRel_Callback"; | 4049 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalRel_Callback"; |
| 4743 | 4050 |
| 4744 | 4051 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') |
| 4745 /** @domName SVGPathElement.createSVGPathSegMovetoAbs */ | |
| 4746 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoAbs_Callback"; | 4052 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoAbs_Callback"; |
| 4747 | 4053 |
| 4748 | 4054 @DomName('SVGPathElement.createSVGPathSegMovetoRel') |
| 4749 /** @domName SVGPathElement.createSVGPathSegMovetoRel */ | |
| 4750 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoRel_Callback"; | 4055 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoRel_Callback"; |
| 4751 | 4056 |
| 4752 | 4057 @DomName('SVGPathElement.getPathSegAtLength') |
| 4753 /** @domName SVGPathElement.getPathSegAtLength */ | |
| 4754 int getPathSegAtLength(num distance) native "SVGPathElement_getPathSegAtLength
_Callback"; | 4058 int getPathSegAtLength(num distance) native "SVGPathElement_getPathSegAtLength
_Callback"; |
| 4755 | 4059 |
| 4756 | 4060 @DomName('SVGPathElement.getPointAtLength') |
| 4757 /** @domName SVGPathElement.getPointAtLength */ | |
| 4758 Point getPointAtLength(num distance) native "SVGPathElement_getPointAtLength_C
allback"; | 4061 Point getPointAtLength(num distance) native "SVGPathElement_getPointAtLength_C
allback"; |
| 4759 | 4062 |
| 4760 | 4063 @DomName('SVGPathElement.getTotalLength') |
| 4761 /** @domName SVGPathElement.getTotalLength */ | |
| 4762 num getTotalLength() native "SVGPathElement_getTotalLength_Callback"; | 4064 num getTotalLength() native "SVGPathElement_getTotalLength_Callback"; |
| 4763 | 4065 |
| 4764 | 4066 @DomName('SVGPathElement.externalResourcesRequired') |
| 4765 /** @domName SVGPathElement.externalResourcesRequired */ | |
| 4766 AnimatedBoolean get externalResourcesRequired native "SVGPathElement_externalR
esourcesRequired_Getter"; | 4067 AnimatedBoolean get externalResourcesRequired native "SVGPathElement_externalR
esourcesRequired_Getter"; |
| 4767 | 4068 |
| 4768 | 4069 @DomName('SVGPathElement.xmllang') |
| 4769 /** @domName SVGPathElement.xmllang */ | |
| 4770 String get xmllang native "SVGPathElement_xmllang_Getter"; | 4070 String get xmllang native "SVGPathElement_xmllang_Getter"; |
| 4771 | 4071 |
| 4772 | 4072 @DomName('SVGPathElement.xmllang') |
| 4773 /** @domName SVGPathElement.xmllang */ | |
| 4774 void set xmllang(String value) native "SVGPathElement_xmllang_Setter"; | 4073 void set xmllang(String value) native "SVGPathElement_xmllang_Setter"; |
| 4775 | 4074 |
| 4776 | 4075 @DomName('SVGPathElement.xmlspace') |
| 4777 /** @domName SVGPathElement.xmlspace */ | |
| 4778 String get xmlspace native "SVGPathElement_xmlspace_Getter"; | 4076 String get xmlspace native "SVGPathElement_xmlspace_Getter"; |
| 4779 | 4077 |
| 4780 | 4078 @DomName('SVGPathElement.xmlspace') |
| 4781 /** @domName SVGPathElement.xmlspace */ | |
| 4782 void set xmlspace(String value) native "SVGPathElement_xmlspace_Setter"; | 4079 void set xmlspace(String value) native "SVGPathElement_xmlspace_Setter"; |
| 4783 | 4080 |
| 4784 | 4081 @DomName('SVGPathElement.farthestViewportElement') |
| 4785 /** @domName SVGPathElement.farthestViewportElement */ | |
| 4786 SvgElement get farthestViewportElement native "SVGPathElement_farthestViewport
Element_Getter"; | 4082 SvgElement get farthestViewportElement native "SVGPathElement_farthestViewport
Element_Getter"; |
| 4787 | 4083 |
| 4788 | 4084 @DomName('SVGPathElement.nearestViewportElement') |
| 4789 /** @domName SVGPathElement.nearestViewportElement */ | |
| 4790 SvgElement get nearestViewportElement native "SVGPathElement_nearestViewportEl
ement_Getter"; | 4085 SvgElement get nearestViewportElement native "SVGPathElement_nearestViewportEl
ement_Getter"; |
| 4791 | 4086 |
| 4792 | 4087 @DomName('SVGPathElement.getBBox') |
| 4793 /** @domName SVGPathElement.getBBox */ | |
| 4794 Rect getBBox() native "SVGPathElement_getBBox_Callback"; | 4088 Rect getBBox() native "SVGPathElement_getBBox_Callback"; |
| 4795 | 4089 |
| 4796 | 4090 @DomName('SVGPathElement.getCTM') |
| 4797 /** @domName SVGPathElement.getCTM */ | |
| 4798 Matrix getCtm() native "SVGPathElement_getCTM_Callback"; | 4091 Matrix getCtm() native "SVGPathElement_getCTM_Callback"; |
| 4799 | 4092 |
| 4800 | 4093 @DomName('SVGPathElement.getScreenCTM') |
| 4801 /** @domName SVGPathElement.getScreenCTM */ | |
| 4802 Matrix getScreenCtm() native "SVGPathElement_getScreenCTM_Callback"; | 4094 Matrix getScreenCtm() native "SVGPathElement_getScreenCTM_Callback"; |
| 4803 | 4095 |
| 4804 | 4096 @DomName('SVGPathElement.getTransformToElement') |
| 4805 /** @domName SVGPathElement.getTransformToElement */ | |
| 4806 Matrix getTransformToElement(SvgElement element) native "SVGPathElement_getTra
nsformToElement_Callback"; | 4097 Matrix getTransformToElement(SvgElement element) native "SVGPathElement_getTra
nsformToElement_Callback"; |
| 4807 | 4098 |
| 4808 | 4099 @DomName('SVGPathElement.className') |
| 4809 /** @domName SVGPathElement.className */ | |
| 4810 AnimatedString get $dom_svgClassName native "SVGPathElement_className_Getter"; | 4100 AnimatedString get $dom_svgClassName native "SVGPathElement_className_Getter"; |
| 4811 | 4101 |
| 4812 | 4102 @DomName('SVGPathElement.style') |
| 4813 /** @domName SVGPathElement.style */ | |
| 4814 CssStyleDeclaration get style native "SVGPathElement_style_Getter"; | 4103 CssStyleDeclaration get style native "SVGPathElement_style_Getter"; |
| 4815 | 4104 |
| 4816 | 4105 @DomName('SVGPathElement.getPresentationAttribute') |
| 4817 /** @domName SVGPathElement.getPresentationAttribute */ | |
| 4818 CssValue getPresentationAttribute(String name) native "SVGPathElement_getPrese
ntationAttribute_Callback"; | 4106 CssValue getPresentationAttribute(String name) native "SVGPathElement_getPrese
ntationAttribute_Callback"; |
| 4819 | 4107 |
| 4820 | 4108 @DomName('SVGPathElement.requiredExtensions') |
| 4821 /** @domName SVGPathElement.requiredExtensions */ | |
| 4822 StringList get requiredExtensions native "SVGPathElement_requiredExtensions_Ge
tter"; | 4109 StringList get requiredExtensions native "SVGPathElement_requiredExtensions_Ge
tter"; |
| 4823 | 4110 |
| 4824 | 4111 @DomName('SVGPathElement.requiredFeatures') |
| 4825 /** @domName SVGPathElement.requiredFeatures */ | |
| 4826 StringList get requiredFeatures native "SVGPathElement_requiredFeatures_Getter
"; | 4112 StringList get requiredFeatures native "SVGPathElement_requiredFeatures_Getter
"; |
| 4827 | 4113 |
| 4828 | 4114 @DomName('SVGPathElement.systemLanguage') |
| 4829 /** @domName SVGPathElement.systemLanguage */ | |
| 4830 StringList get systemLanguage native "SVGPathElement_systemLanguage_Getter"; | 4115 StringList get systemLanguage native "SVGPathElement_systemLanguage_Getter"; |
| 4831 | 4116 |
| 4832 | 4117 @DomName('SVGPathElement.hasExtension') |
| 4833 /** @domName SVGPathElement.hasExtension */ | |
| 4834 bool hasExtension(String extension) native "SVGPathElement_hasExtension_Callba
ck"; | 4118 bool hasExtension(String extension) native "SVGPathElement_hasExtension_Callba
ck"; |
| 4835 | 4119 |
| 4836 | 4120 @DomName('SVGPathElement.transform') |
| 4837 /** @domName SVGPathElement.transform */ | |
| 4838 AnimatedTransformList get transform native "SVGPathElement_transform_Getter"; | 4121 AnimatedTransformList get transform native "SVGPathElement_transform_Getter"; |
| 4839 | 4122 |
| 4840 } | 4123 } |
| 4841 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4124 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4842 // for details. All rights reserved. Use of this source code is governed by a | 4125 // for details. All rights reserved. Use of this source code is governed by a |
| 4843 // BSD-style license that can be found in the LICENSE file. | 4126 // BSD-style license that can be found in the LICENSE file. |
| 4844 | 4127 |
| 4845 // WARNING: Do not edit - generated code. | 4128 // WARNING: Do not edit - generated code. |
| 4846 | 4129 |
| 4847 | 4130 |
| 4848 /// @domName SVGPathSeg | 4131 @DomName('SVGPathSeg') |
| 4849 class PathSeg extends NativeFieldWrapperClass1 { | 4132 class PathSeg extends NativeFieldWrapperClass1 { |
| 4850 PathSeg.internal(); | 4133 PathSeg.internal(); |
| 4851 | 4134 |
| 4852 static const int PATHSEG_ARC_ABS = 10; | 4135 static const int PATHSEG_ARC_ABS = 10; |
| 4853 | 4136 |
| 4854 static const int PATHSEG_ARC_REL = 11; | 4137 static const int PATHSEG_ARC_REL = 11; |
| 4855 | 4138 |
| 4856 static const int PATHSEG_CLOSEPATH = 1; | 4139 static const int PATHSEG_CLOSEPATH = 1; |
| 4857 | 4140 |
| 4858 static const int PATHSEG_CURVETO_CUBIC_ABS = 6; | 4141 static const int PATHSEG_CURVETO_CUBIC_ABS = 6; |
| (...skipping 23 matching lines...) Expand all Loading... |
| 4882 static const int PATHSEG_LINETO_VERTICAL_ABS = 14; | 4165 static const int PATHSEG_LINETO_VERTICAL_ABS = 14; |
| 4883 | 4166 |
| 4884 static const int PATHSEG_LINETO_VERTICAL_REL = 15; | 4167 static const int PATHSEG_LINETO_VERTICAL_REL = 15; |
| 4885 | 4168 |
| 4886 static const int PATHSEG_MOVETO_ABS = 2; | 4169 static const int PATHSEG_MOVETO_ABS = 2; |
| 4887 | 4170 |
| 4888 static const int PATHSEG_MOVETO_REL = 3; | 4171 static const int PATHSEG_MOVETO_REL = 3; |
| 4889 | 4172 |
| 4890 static const int PATHSEG_UNKNOWN = 0; | 4173 static const int PATHSEG_UNKNOWN = 0; |
| 4891 | 4174 |
| 4892 | 4175 @DomName('SVGPathSeg.pathSegType') |
| 4893 /** @domName SVGPathSeg.pathSegType */ | |
| 4894 int get pathSegType native "SVGPathSeg_pathSegType_Getter"; | 4176 int get pathSegType native "SVGPathSeg_pathSegType_Getter"; |
| 4895 | 4177 |
| 4896 | 4178 @DomName('SVGPathSeg.pathSegTypeAsLetter') |
| 4897 /** @domName SVGPathSeg.pathSegTypeAsLetter */ | |
| 4898 String get pathSegTypeAsLetter native "SVGPathSeg_pathSegTypeAsLetter_Getter"; | 4179 String get pathSegTypeAsLetter native "SVGPathSeg_pathSegTypeAsLetter_Getter"; |
| 4899 | 4180 |
| 4900 } | 4181 } |
| 4901 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4182 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4902 // for details. All rights reserved. Use of this source code is governed by a | 4183 // for details. All rights reserved. Use of this source code is governed by a |
| 4903 // BSD-style license that can be found in the LICENSE file. | 4184 // BSD-style license that can be found in the LICENSE file. |
| 4904 | 4185 |
| 4905 // WARNING: Do not edit - generated code. | 4186 // WARNING: Do not edit - generated code. |
| 4906 | 4187 |
| 4907 | 4188 |
| 4908 /// @domName SVGPathSegArcAbs | 4189 @DomName('SVGPathSegArcAbs') |
| 4909 class PathSegArcAbs extends PathSeg { | 4190 class PathSegArcAbs extends PathSeg { |
| 4910 PathSegArcAbs.internal() : super.internal(); | 4191 PathSegArcAbs.internal() : super.internal(); |
| 4911 | 4192 |
| 4912 | 4193 @DomName('SVGPathSegArcAbs.angle') |
| 4913 /** @domName SVGPathSegArcAbs.angle */ | |
| 4914 num get angle native "SVGPathSegArcAbs_angle_Getter"; | 4194 num get angle native "SVGPathSegArcAbs_angle_Getter"; |
| 4915 | 4195 |
| 4916 | 4196 @DomName('SVGPathSegArcAbs.angle') |
| 4917 /** @domName SVGPathSegArcAbs.angle */ | |
| 4918 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; | 4197 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; |
| 4919 | 4198 |
| 4920 | 4199 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4921 /** @domName SVGPathSegArcAbs.largeArcFlag */ | |
| 4922 bool get largeArcFlag native "SVGPathSegArcAbs_largeArcFlag_Getter"; | 4200 bool get largeArcFlag native "SVGPathSegArcAbs_largeArcFlag_Getter"; |
| 4923 | 4201 |
| 4924 | 4202 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4925 /** @domName SVGPathSegArcAbs.largeArcFlag */ | |
| 4926 void set largeArcFlag(bool value) native "SVGPathSegArcAbs_largeArcFlag_Setter
"; | 4203 void set largeArcFlag(bool value) native "SVGPathSegArcAbs_largeArcFlag_Setter
"; |
| 4927 | 4204 |
| 4928 | 4205 @DomName('SVGPathSegArcAbs.r1') |
| 4929 /** @domName SVGPathSegArcAbs.r1 */ | |
| 4930 num get r1 native "SVGPathSegArcAbs_r1_Getter"; | 4206 num get r1 native "SVGPathSegArcAbs_r1_Getter"; |
| 4931 | 4207 |
| 4932 | 4208 @DomName('SVGPathSegArcAbs.r1') |
| 4933 /** @domName SVGPathSegArcAbs.r1 */ | |
| 4934 void set r1(num value) native "SVGPathSegArcAbs_r1_Setter"; | 4209 void set r1(num value) native "SVGPathSegArcAbs_r1_Setter"; |
| 4935 | 4210 |
| 4936 | 4211 @DomName('SVGPathSegArcAbs.r2') |
| 4937 /** @domName SVGPathSegArcAbs.r2 */ | |
| 4938 num get r2 native "SVGPathSegArcAbs_r2_Getter"; | 4212 num get r2 native "SVGPathSegArcAbs_r2_Getter"; |
| 4939 | 4213 |
| 4940 | 4214 @DomName('SVGPathSegArcAbs.r2') |
| 4941 /** @domName SVGPathSegArcAbs.r2 */ | |
| 4942 void set r2(num value) native "SVGPathSegArcAbs_r2_Setter"; | 4215 void set r2(num value) native "SVGPathSegArcAbs_r2_Setter"; |
| 4943 | 4216 |
| 4944 | 4217 @DomName('SVGPathSegArcAbs.sweepFlag') |
| 4945 /** @domName SVGPathSegArcAbs.sweepFlag */ | |
| 4946 bool get sweepFlag native "SVGPathSegArcAbs_sweepFlag_Getter"; | 4218 bool get sweepFlag native "SVGPathSegArcAbs_sweepFlag_Getter"; |
| 4947 | 4219 |
| 4948 | 4220 @DomName('SVGPathSegArcAbs.sweepFlag') |
| 4949 /** @domName SVGPathSegArcAbs.sweepFlag */ | |
| 4950 void set sweepFlag(bool value) native "SVGPathSegArcAbs_sweepFlag_Setter"; | 4221 void set sweepFlag(bool value) native "SVGPathSegArcAbs_sweepFlag_Setter"; |
| 4951 | 4222 |
| 4952 | 4223 @DomName('SVGPathSegArcAbs.x') |
| 4953 /** @domName SVGPathSegArcAbs.x */ | |
| 4954 num get x native "SVGPathSegArcAbs_x_Getter"; | 4224 num get x native "SVGPathSegArcAbs_x_Getter"; |
| 4955 | 4225 |
| 4956 | 4226 @DomName('SVGPathSegArcAbs.x') |
| 4957 /** @domName SVGPathSegArcAbs.x */ | |
| 4958 void set x(num value) native "SVGPathSegArcAbs_x_Setter"; | 4227 void set x(num value) native "SVGPathSegArcAbs_x_Setter"; |
| 4959 | 4228 |
| 4960 | 4229 @DomName('SVGPathSegArcAbs.y') |
| 4961 /** @domName SVGPathSegArcAbs.y */ | |
| 4962 num get y native "SVGPathSegArcAbs_y_Getter"; | 4230 num get y native "SVGPathSegArcAbs_y_Getter"; |
| 4963 | 4231 |
| 4964 | 4232 @DomName('SVGPathSegArcAbs.y') |
| 4965 /** @domName SVGPathSegArcAbs.y */ | |
| 4966 void set y(num value) native "SVGPathSegArcAbs_y_Setter"; | 4233 void set y(num value) native "SVGPathSegArcAbs_y_Setter"; |
| 4967 | 4234 |
| 4968 } | 4235 } |
| 4969 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4236 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4970 // for details. All rights reserved. Use of this source code is governed by a | 4237 // for details. All rights reserved. Use of this source code is governed by a |
| 4971 // BSD-style license that can be found in the LICENSE file. | 4238 // BSD-style license that can be found in the LICENSE file. |
| 4972 | 4239 |
| 4973 // WARNING: Do not edit - generated code. | 4240 // WARNING: Do not edit - generated code. |
| 4974 | 4241 |
| 4975 | 4242 |
| 4976 /// @domName SVGPathSegArcRel | 4243 @DomName('SVGPathSegArcRel') |
| 4977 class PathSegArcRel extends PathSeg { | 4244 class PathSegArcRel extends PathSeg { |
| 4978 PathSegArcRel.internal() : super.internal(); | 4245 PathSegArcRel.internal() : super.internal(); |
| 4979 | 4246 |
| 4980 | 4247 @DomName('SVGPathSegArcRel.angle') |
| 4981 /** @domName SVGPathSegArcRel.angle */ | |
| 4982 num get angle native "SVGPathSegArcRel_angle_Getter"; | 4248 num get angle native "SVGPathSegArcRel_angle_Getter"; |
| 4983 | 4249 |
| 4984 | 4250 @DomName('SVGPathSegArcRel.angle') |
| 4985 /** @domName SVGPathSegArcRel.angle */ | |
| 4986 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; | 4251 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; |
| 4987 | 4252 |
| 4988 | 4253 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4989 /** @domName SVGPathSegArcRel.largeArcFlag */ | |
| 4990 bool get largeArcFlag native "SVGPathSegArcRel_largeArcFlag_Getter"; | 4254 bool get largeArcFlag native "SVGPathSegArcRel_largeArcFlag_Getter"; |
| 4991 | 4255 |
| 4992 | 4256 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4993 /** @domName SVGPathSegArcRel.largeArcFlag */ | |
| 4994 void set largeArcFlag(bool value) native "SVGPathSegArcRel_largeArcFlag_Setter
"; | 4257 void set largeArcFlag(bool value) native "SVGPathSegArcRel_largeArcFlag_Setter
"; |
| 4995 | 4258 |
| 4996 | 4259 @DomName('SVGPathSegArcRel.r1') |
| 4997 /** @domName SVGPathSegArcRel.r1 */ | |
| 4998 num get r1 native "SVGPathSegArcRel_r1_Getter"; | 4260 num get r1 native "SVGPathSegArcRel_r1_Getter"; |
| 4999 | 4261 |
| 5000 | 4262 @DomName('SVGPathSegArcRel.r1') |
| 5001 /** @domName SVGPathSegArcRel.r1 */ | |
| 5002 void set r1(num value) native "SVGPathSegArcRel_r1_Setter"; | 4263 void set r1(num value) native "SVGPathSegArcRel_r1_Setter"; |
| 5003 | 4264 |
| 5004 | 4265 @DomName('SVGPathSegArcRel.r2') |
| 5005 /** @domName SVGPathSegArcRel.r2 */ | |
| 5006 num get r2 native "SVGPathSegArcRel_r2_Getter"; | 4266 num get r2 native "SVGPathSegArcRel_r2_Getter"; |
| 5007 | 4267 |
| 5008 | 4268 @DomName('SVGPathSegArcRel.r2') |
| 5009 /** @domName SVGPathSegArcRel.r2 */ | |
| 5010 void set r2(num value) native "SVGPathSegArcRel_r2_Setter"; | 4269 void set r2(num value) native "SVGPathSegArcRel_r2_Setter"; |
| 5011 | 4270 |
| 5012 | 4271 @DomName('SVGPathSegArcRel.sweepFlag') |
| 5013 /** @domName SVGPathSegArcRel.sweepFlag */ | |
| 5014 bool get sweepFlag native "SVGPathSegArcRel_sweepFlag_Getter"; | 4272 bool get sweepFlag native "SVGPathSegArcRel_sweepFlag_Getter"; |
| 5015 | 4273 |
| 5016 | 4274 @DomName('SVGPathSegArcRel.sweepFlag') |
| 5017 /** @domName SVGPathSegArcRel.sweepFlag */ | |
| 5018 void set sweepFlag(bool value) native "SVGPathSegArcRel_sweepFlag_Setter"; | 4275 void set sweepFlag(bool value) native "SVGPathSegArcRel_sweepFlag_Setter"; |
| 5019 | 4276 |
| 5020 | 4277 @DomName('SVGPathSegArcRel.x') |
| 5021 /** @domName SVGPathSegArcRel.x */ | |
| 5022 num get x native "SVGPathSegArcRel_x_Getter"; | 4278 num get x native "SVGPathSegArcRel_x_Getter"; |
| 5023 | 4279 |
| 5024 | 4280 @DomName('SVGPathSegArcRel.x') |
| 5025 /** @domName SVGPathSegArcRel.x */ | |
| 5026 void set x(num value) native "SVGPathSegArcRel_x_Setter"; | 4281 void set x(num value) native "SVGPathSegArcRel_x_Setter"; |
| 5027 | 4282 |
| 5028 | 4283 @DomName('SVGPathSegArcRel.y') |
| 5029 /** @domName SVGPathSegArcRel.y */ | |
| 5030 num get y native "SVGPathSegArcRel_y_Getter"; | 4284 num get y native "SVGPathSegArcRel_y_Getter"; |
| 5031 | 4285 |
| 5032 | 4286 @DomName('SVGPathSegArcRel.y') |
| 5033 /** @domName SVGPathSegArcRel.y */ | |
| 5034 void set y(num value) native "SVGPathSegArcRel_y_Setter"; | 4287 void set y(num value) native "SVGPathSegArcRel_y_Setter"; |
| 5035 | 4288 |
| 5036 } | 4289 } |
| 5037 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4290 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5038 // for details. All rights reserved. Use of this source code is governed by a | 4291 // for details. All rights reserved. Use of this source code is governed by a |
| 5039 // BSD-style license that can be found in the LICENSE file. | 4292 // BSD-style license that can be found in the LICENSE file. |
| 5040 | 4293 |
| 5041 // WARNING: Do not edit - generated code. | 4294 // WARNING: Do not edit - generated code. |
| 5042 | 4295 |
| 5043 | 4296 |
| 5044 /// @domName SVGPathSegClosePath | 4297 @DomName('SVGPathSegClosePath') |
| 5045 class PathSegClosePath extends PathSeg { | 4298 class PathSegClosePath extends PathSeg { |
| 5046 PathSegClosePath.internal() : super.internal(); | 4299 PathSegClosePath.internal() : super.internal(); |
| 5047 | 4300 |
| 5048 } | 4301 } |
| 5049 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4302 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5050 // for details. All rights reserved. Use of this source code is governed by a | 4303 // for details. All rights reserved. Use of this source code is governed by a |
| 5051 // BSD-style license that can be found in the LICENSE file. | 4304 // BSD-style license that can be found in the LICENSE file. |
| 5052 | 4305 |
| 5053 // WARNING: Do not edit - generated code. | 4306 // WARNING: Do not edit - generated code. |
| 5054 | 4307 |
| 5055 | 4308 |
| 5056 /// @domName SVGPathSegCurvetoCubicAbs | 4309 @DomName('SVGPathSegCurvetoCubicAbs') |
| 5057 class PathSegCurvetoCubicAbs extends PathSeg { | 4310 class PathSegCurvetoCubicAbs extends PathSeg { |
| 5058 PathSegCurvetoCubicAbs.internal() : super.internal(); | 4311 PathSegCurvetoCubicAbs.internal() : super.internal(); |
| 5059 | 4312 |
| 5060 | 4313 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 5061 /** @domName SVGPathSegCurvetoCubicAbs.x */ | |
| 5062 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; | 4314 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; |
| 5063 | 4315 |
| 5064 | 4316 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 5065 /** @domName SVGPathSegCurvetoCubicAbs.x */ | |
| 5066 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; | 4317 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; |
| 5067 | 4318 |
| 5068 | 4319 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 5069 /** @domName SVGPathSegCurvetoCubicAbs.x1 */ | |
| 5070 num get x1 native "SVGPathSegCurvetoCubicAbs_x1_Getter"; | 4320 num get x1 native "SVGPathSegCurvetoCubicAbs_x1_Getter"; |
| 5071 | 4321 |
| 5072 | 4322 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 5073 /** @domName SVGPathSegCurvetoCubicAbs.x1 */ | |
| 5074 void set x1(num value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; | 4323 void set x1(num value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; |
| 5075 | 4324 |
| 5076 | 4325 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
| 5077 /** @domName SVGPathSegCurvetoCubicAbs.x2 */ | |
| 5078 num get x2 native "SVGPathSegCurvetoCubicAbs_x2_Getter"; | 4326 num get x2 native "SVGPathSegCurvetoCubicAbs_x2_Getter"; |
| 5079 | 4327 |
| 5080 | 4328 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
| 5081 /** @domName SVGPathSegCurvetoCubicAbs.x2 */ | |
| 5082 void set x2(num value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; | 4329 void set x2(num value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; |
| 5083 | 4330 |
| 5084 | 4331 @DomName('SVGPathSegCurvetoCubicAbs.y') |
| 5085 /** @domName SVGPathSegCurvetoCubicAbs.y */ | |
| 5086 num get y native "SVGPathSegCurvetoCubicAbs_y_Getter"; | 4332 num get y native "SVGPathSegCurvetoCubicAbs_y_Getter"; |
| 5087 | 4333 |
| 5088 | 4334 @DomName('SVGPathSegCurvetoCubicAbs.y') |
| 5089 /** @domName SVGPathSegCurvetoCubicAbs.y */ | |
| 5090 void set y(num value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; | 4335 void set y(num value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; |
| 5091 | 4336 |
| 5092 | 4337 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
| 5093 /** @domName SVGPathSegCurvetoCubicAbs.y1 */ | |
| 5094 num get y1 native "SVGPathSegCurvetoCubicAbs_y1_Getter"; | 4338 num get y1 native "SVGPathSegCurvetoCubicAbs_y1_Getter"; |
| 5095 | 4339 |
| 5096 | 4340 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
| 5097 /** @domName SVGPathSegCurvetoCubicAbs.y1 */ | |
| 5098 void set y1(num value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; | 4341 void set y1(num value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; |
| 5099 | 4342 |
| 5100 | 4343 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
| 5101 /** @domName SVGPathSegCurvetoCubicAbs.y2 */ | |
| 5102 num get y2 native "SVGPathSegCurvetoCubicAbs_y2_Getter"; | 4344 num get y2 native "SVGPathSegCurvetoCubicAbs_y2_Getter"; |
| 5103 | 4345 |
| 5104 | 4346 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
| 5105 /** @domName SVGPathSegCurvetoCubicAbs.y2 */ | |
| 5106 void set y2(num value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; | 4347 void set y2(num value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; |
| 5107 | 4348 |
| 5108 } | 4349 } |
| 5109 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4350 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5110 // for details. All rights reserved. Use of this source code is governed by a | 4351 // for details. All rights reserved. Use of this source code is governed by a |
| 5111 // BSD-style license that can be found in the LICENSE file. | 4352 // BSD-style license that can be found in the LICENSE file. |
| 5112 | 4353 |
| 5113 // WARNING: Do not edit - generated code. | 4354 // WARNING: Do not edit - generated code. |
| 5114 | 4355 |
| 5115 | 4356 |
| 5116 /// @domName SVGPathSegCurvetoCubicRel | 4357 @DomName('SVGPathSegCurvetoCubicRel') |
| 5117 class PathSegCurvetoCubicRel extends PathSeg { | 4358 class PathSegCurvetoCubicRel extends PathSeg { |
| 5118 PathSegCurvetoCubicRel.internal() : super.internal(); | 4359 PathSegCurvetoCubicRel.internal() : super.internal(); |
| 5119 | 4360 |
| 5120 | 4361 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 5121 /** @domName SVGPathSegCurvetoCubicRel.x */ | |
| 5122 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; | 4362 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; |
| 5123 | 4363 |
| 5124 | 4364 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 5125 /** @domName SVGPathSegCurvetoCubicRel.x */ | |
| 5126 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; | 4365 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; |
| 5127 | 4366 |
| 5128 | 4367 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 5129 /** @domName SVGPathSegCurvetoCubicRel.x1 */ | |
| 5130 num get x1 native "SVGPathSegCurvetoCubicRel_x1_Getter"; | 4368 num get x1 native "SVGPathSegCurvetoCubicRel_x1_Getter"; |
| 5131 | 4369 |
| 5132 | 4370 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 5133 /** @domName SVGPathSegCurvetoCubicRel.x1 */ | |
| 5134 void set x1(num value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; | 4371 void set x1(num value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; |
| 5135 | 4372 |
| 5136 | 4373 @DomName('SVGPathSegCurvetoCubicRel.x2') |
| 5137 /** @domName SVGPathSegCurvetoCubicRel.x2 */ | |
| 5138 num get x2 native "SVGPathSegCurvetoCubicRel_x2_Getter"; | 4374 num get x2 native "SVGPathSegCurvetoCubicRel_x2_Getter"; |
| 5139 | 4375 |
| 5140 | 4376 @DomName('SVGPathSegCurvetoCubicRel.x2') |
| 5141 /** @domName SVGPathSegCurvetoCubicRel.x2 */ | |
| 5142 void set x2(num value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; | 4377 void set x2(num value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; |
| 5143 | 4378 |
| 5144 | 4379 @DomName('SVGPathSegCurvetoCubicRel.y') |
| 5145 /** @domName SVGPathSegCurvetoCubicRel.y */ | |
| 5146 num get y native "SVGPathSegCurvetoCubicRel_y_Getter"; | 4380 num get y native "SVGPathSegCurvetoCubicRel_y_Getter"; |
| 5147 | 4381 |
| 5148 | 4382 @DomName('SVGPathSegCurvetoCubicRel.y') |
| 5149 /** @domName SVGPathSegCurvetoCubicRel.y */ | |
| 5150 void set y(num value) native "SVGPathSegCurvetoCubicRel_y_Setter"; | 4383 void set y(num value) native "SVGPathSegCurvetoCubicRel_y_Setter"; |
| 5151 | 4384 |
| 5152 | 4385 @DomName('SVGPathSegCurvetoCubicRel.y1') |
| 5153 /** @domName SVGPathSegCurvetoCubicRel.y1 */ | |
| 5154 num get y1 native "SVGPathSegCurvetoCubicRel_y1_Getter"; | 4386 num get y1 native "SVGPathSegCurvetoCubicRel_y1_Getter"; |
| 5155 | 4387 |
| 5156 | 4388 @DomName('SVGPathSegCurvetoCubicRel.y1') |
| 5157 /** @domName SVGPathSegCurvetoCubicRel.y1 */ | |
| 5158 void set y1(num value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; | 4389 void set y1(num value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; |
| 5159 | 4390 |
| 5160 | 4391 @DomName('SVGPathSegCurvetoCubicRel.y2') |
| 5161 /** @domName SVGPathSegCurvetoCubicRel.y2 */ | |
| 5162 num get y2 native "SVGPathSegCurvetoCubicRel_y2_Getter"; | 4392 num get y2 native "SVGPathSegCurvetoCubicRel_y2_Getter"; |
| 5163 | 4393 |
| 5164 | 4394 @DomName('SVGPathSegCurvetoCubicRel.y2') |
| 5165 /** @domName SVGPathSegCurvetoCubicRel.y2 */ | |
| 5166 void set y2(num value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; | 4395 void set y2(num value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; |
| 5167 | 4396 |
| 5168 } | 4397 } |
| 5169 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4398 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5170 // for details. All rights reserved. Use of this source code is governed by a | 4399 // for details. All rights reserved. Use of this source code is governed by a |
| 5171 // BSD-style license that can be found in the LICENSE file. | 4400 // BSD-style license that can be found in the LICENSE file. |
| 5172 | 4401 |
| 5173 // WARNING: Do not edit - generated code. | 4402 // WARNING: Do not edit - generated code. |
| 5174 | 4403 |
| 5175 | 4404 |
| 5176 /// @domName SVGPathSegCurvetoCubicSmoothAbs | 4405 @DomName('SVGPathSegCurvetoCubicSmoothAbs') |
| 5177 class PathSegCurvetoCubicSmoothAbs extends PathSeg { | 4406 class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
| 5178 PathSegCurvetoCubicSmoothAbs.internal() : super.internal(); | 4407 PathSegCurvetoCubicSmoothAbs.internal() : super.internal(); |
| 5179 | 4408 |
| 5180 | 4409 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 5181 /** @domName SVGPathSegCurvetoCubicSmoothAbs.x */ | |
| 5182 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; | 4410 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; |
| 5183 | 4411 |
| 5184 | 4412 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 5185 /** @domName SVGPathSegCurvetoCubicSmoothAbs.x */ | |
| 5186 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; | 4413 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; |
| 5187 | 4414 |
| 5188 | 4415 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 5189 /** @domName SVGPathSegCurvetoCubicSmoothAbs.x2 */ | |
| 5190 num get x2 native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; | 4416 num get x2 native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; |
| 5191 | 4417 |
| 5192 | 4418 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 5193 /** @domName SVGPathSegCurvetoCubicSmoothAbs.x2 */ | |
| 5194 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter"; | 4419 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter"; |
| 5195 | 4420 |
| 5196 | 4421 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
| 5197 /** @domName SVGPathSegCurvetoCubicSmoothAbs.y */ | |
| 5198 num get y native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; | 4422 num get y native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; |
| 5199 | 4423 |
| 5200 | 4424 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
| 5201 /** @domName SVGPathSegCurvetoCubicSmoothAbs.y */ | |
| 5202 void set y(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter"; | 4425 void set y(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter"; |
| 5203 | 4426 |
| 5204 | 4427 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
| 5205 /** @domName SVGPathSegCurvetoCubicSmoothAbs.y2 */ | |
| 5206 num get y2 native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; | 4428 num get y2 native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; |
| 5207 | 4429 |
| 5208 | 4430 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
| 5209 /** @domName SVGPathSegCurvetoCubicSmoothAbs.y2 */ | |
| 5210 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter"; | 4431 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter"; |
| 5211 | 4432 |
| 5212 } | 4433 } |
| 5213 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4434 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5214 // for details. All rights reserved. Use of this source code is governed by a | 4435 // for details. All rights reserved. Use of this source code is governed by a |
| 5215 // BSD-style license that can be found in the LICENSE file. | 4436 // BSD-style license that can be found in the LICENSE file. |
| 5216 | 4437 |
| 5217 // WARNING: Do not edit - generated code. | 4438 // WARNING: Do not edit - generated code. |
| 5218 | 4439 |
| 5219 | 4440 |
| 5220 /// @domName SVGPathSegCurvetoCubicSmoothRel | 4441 @DomName('SVGPathSegCurvetoCubicSmoothRel') |
| 5221 class PathSegCurvetoCubicSmoothRel extends PathSeg { | 4442 class PathSegCurvetoCubicSmoothRel extends PathSeg { |
| 5222 PathSegCurvetoCubicSmoothRel.internal() : super.internal(); | 4443 PathSegCurvetoCubicSmoothRel.internal() : super.internal(); |
| 5223 | 4444 |
| 5224 | 4445 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 5225 /** @domName SVGPathSegCurvetoCubicSmoothRel.x */ | |
| 5226 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; | 4446 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; |
| 5227 | 4447 |
| 5228 | 4448 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 5229 /** @domName SVGPathSegCurvetoCubicSmoothRel.x */ | |
| 5230 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; | 4449 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; |
| 5231 | 4450 |
| 5232 | 4451 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 5233 /** @domName SVGPathSegCurvetoCubicSmoothRel.x2 */ | |
| 5234 num get x2 native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; | 4452 num get x2 native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; |
| 5235 | 4453 |
| 5236 | 4454 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 5237 /** @domName SVGPathSegCurvetoCubicSmoothRel.x2 */ | |
| 5238 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter"; | 4455 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter"; |
| 5239 | 4456 |
| 5240 | 4457 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
| 5241 /** @domName SVGPathSegCurvetoCubicSmoothRel.y */ | |
| 5242 num get y native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; | 4458 num get y native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; |
| 5243 | 4459 |
| 5244 | 4460 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
| 5245 /** @domName SVGPathSegCurvetoCubicSmoothRel.y */ | |
| 5246 void set y(num value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter"; | 4461 void set y(num value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter"; |
| 5247 | 4462 |
| 5248 | 4463 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
| 5249 /** @domName SVGPathSegCurvetoCubicSmoothRel.y2 */ | |
| 5250 num get y2 native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; | 4464 num get y2 native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; |
| 5251 | 4465 |
| 5252 | 4466 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
| 5253 /** @domName SVGPathSegCurvetoCubicSmoothRel.y2 */ | |
| 5254 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter"; | 4467 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter"; |
| 5255 | 4468 |
| 5256 } | 4469 } |
| 5257 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4470 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5258 // for details. All rights reserved. Use of this source code is governed by a | 4471 // for details. All rights reserved. Use of this source code is governed by a |
| 5259 // BSD-style license that can be found in the LICENSE file. | 4472 // BSD-style license that can be found in the LICENSE file. |
| 5260 | 4473 |
| 5261 // WARNING: Do not edit - generated code. | 4474 // WARNING: Do not edit - generated code. |
| 5262 | 4475 |
| 5263 | 4476 |
| 5264 /// @domName SVGPathSegCurvetoQuadraticAbs | 4477 @DomName('SVGPathSegCurvetoQuadraticAbs') |
| 5265 class PathSegCurvetoQuadraticAbs extends PathSeg { | 4478 class PathSegCurvetoQuadraticAbs extends PathSeg { |
| 5266 PathSegCurvetoQuadraticAbs.internal() : super.internal(); | 4479 PathSegCurvetoQuadraticAbs.internal() : super.internal(); |
| 5267 | 4480 |
| 5268 | 4481 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 5269 /** @domName SVGPathSegCurvetoQuadraticAbs.x */ | |
| 5270 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; | 4482 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; |
| 5271 | 4483 |
| 5272 | 4484 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 5273 /** @domName SVGPathSegCurvetoQuadraticAbs.x */ | |
| 5274 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; | 4485 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; |
| 5275 | 4486 |
| 5276 | 4487 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 5277 /** @domName SVGPathSegCurvetoQuadraticAbs.x1 */ | |
| 5278 num get x1 native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; | 4488 num get x1 native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; |
| 5279 | 4489 |
| 5280 | 4490 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 5281 /** @domName SVGPathSegCurvetoQuadraticAbs.x1 */ | |
| 5282 void set x1(num value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter"; | 4491 void set x1(num value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter"; |
| 5283 | 4492 |
| 5284 | 4493 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
| 5285 /** @domName SVGPathSegCurvetoQuadraticAbs.y */ | |
| 5286 num get y native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; | 4494 num get y native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; |
| 5287 | 4495 |
| 5288 | 4496 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
| 5289 /** @domName SVGPathSegCurvetoQuadraticAbs.y */ | |
| 5290 void set y(num value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; | 4497 void set y(num value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; |
| 5291 | 4498 |
| 5292 | 4499 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
| 5293 /** @domName SVGPathSegCurvetoQuadraticAbs.y1 */ | |
| 5294 num get y1 native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; | 4500 num get y1 native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; |
| 5295 | 4501 |
| 5296 | 4502 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
| 5297 /** @domName SVGPathSegCurvetoQuadraticAbs.y1 */ | |
| 5298 void set y1(num value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter"; | 4503 void set y1(num value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter"; |
| 5299 | 4504 |
| 5300 } | 4505 } |
| 5301 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4506 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5302 // for details. All rights reserved. Use of this source code is governed by a | 4507 // for details. All rights reserved. Use of this source code is governed by a |
| 5303 // BSD-style license that can be found in the LICENSE file. | 4508 // BSD-style license that can be found in the LICENSE file. |
| 5304 | 4509 |
| 5305 // WARNING: Do not edit - generated code. | 4510 // WARNING: Do not edit - generated code. |
| 5306 | 4511 |
| 5307 | 4512 |
| 5308 /// @domName SVGPathSegCurvetoQuadraticRel | 4513 @DomName('SVGPathSegCurvetoQuadraticRel') |
| 5309 class PathSegCurvetoQuadraticRel extends PathSeg { | 4514 class PathSegCurvetoQuadraticRel extends PathSeg { |
| 5310 PathSegCurvetoQuadraticRel.internal() : super.internal(); | 4515 PathSegCurvetoQuadraticRel.internal() : super.internal(); |
| 5311 | 4516 |
| 5312 | 4517 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 5313 /** @domName SVGPathSegCurvetoQuadraticRel.x */ | |
| 5314 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; | 4518 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; |
| 5315 | 4519 |
| 5316 | 4520 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 5317 /** @domName SVGPathSegCurvetoQuadraticRel.x */ | |
| 5318 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; | 4521 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; |
| 5319 | 4522 |
| 5320 | 4523 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 5321 /** @domName SVGPathSegCurvetoQuadraticRel.x1 */ | |
| 5322 num get x1 native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; | 4524 num get x1 native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; |
| 5323 | 4525 |
| 5324 | 4526 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 5325 /** @domName SVGPathSegCurvetoQuadraticRel.x1 */ | |
| 5326 void set x1(num value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter"; | 4527 void set x1(num value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter"; |
| 5327 | 4528 |
| 5328 | 4529 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
| 5329 /** @domName SVGPathSegCurvetoQuadraticRel.y */ | |
| 5330 num get y native "SVGPathSegCurvetoQuadraticRel_y_Getter"; | 4530 num get y native "SVGPathSegCurvetoQuadraticRel_y_Getter"; |
| 5331 | 4531 |
| 5332 | 4532 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
| 5333 /** @domName SVGPathSegCurvetoQuadraticRel.y */ | |
| 5334 void set y(num value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; | 4533 void set y(num value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; |
| 5335 | 4534 |
| 5336 | 4535 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
| 5337 /** @domName SVGPathSegCurvetoQuadraticRel.y1 */ | |
| 5338 num get y1 native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; | 4536 num get y1 native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; |
| 5339 | 4537 |
| 5340 | 4538 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
| 5341 /** @domName SVGPathSegCurvetoQuadraticRel.y1 */ | |
| 5342 void set y1(num value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter"; | 4539 void set y1(num value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter"; |
| 5343 | 4540 |
| 5344 } | 4541 } |
| 5345 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4542 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5346 // for details. All rights reserved. Use of this source code is governed by a | 4543 // for details. All rights reserved. Use of this source code is governed by a |
| 5347 // BSD-style license that can be found in the LICENSE file. | 4544 // BSD-style license that can be found in the LICENSE file. |
| 5348 | 4545 |
| 5349 // WARNING: Do not edit - generated code. | 4546 // WARNING: Do not edit - generated code. |
| 5350 | 4547 |
| 5351 | 4548 |
| 5352 /// @domName SVGPathSegCurvetoQuadraticSmoothAbs | 4549 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') |
| 5353 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { | 4550 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
| 5354 PathSegCurvetoQuadraticSmoothAbs.internal() : super.internal(); | 4551 PathSegCurvetoQuadraticSmoothAbs.internal() : super.internal(); |
| 5355 | 4552 |
| 5356 | 4553 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 5357 /** @domName SVGPathSegCurvetoQuadraticSmoothAbs.x */ | |
| 5358 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; | 4554 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; |
| 5359 | 4555 |
| 5360 | 4556 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 5361 /** @domName SVGPathSegCurvetoQuadraticSmoothAbs.x */ | |
| 5362 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; | 4557 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; |
| 5363 | 4558 |
| 5364 | 4559 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 5365 /** @domName SVGPathSegCurvetoQuadraticSmoothAbs.y */ | |
| 5366 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; | 4560 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; |
| 5367 | 4561 |
| 5368 | 4562 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 5369 /** @domName SVGPathSegCurvetoQuadraticSmoothAbs.y */ | |
| 5370 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; | 4563 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; |
| 5371 | 4564 |
| 5372 } | 4565 } |
| 5373 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4566 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5374 // for details. All rights reserved. Use of this source code is governed by a | 4567 // for details. All rights reserved. Use of this source code is governed by a |
| 5375 // BSD-style license that can be found in the LICENSE file. | 4568 // BSD-style license that can be found in the LICENSE file. |
| 5376 | 4569 |
| 5377 // WARNING: Do not edit - generated code. | 4570 // WARNING: Do not edit - generated code. |
| 5378 | 4571 |
| 5379 | 4572 |
| 5380 /// @domName SVGPathSegCurvetoQuadraticSmoothRel | 4573 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') |
| 5381 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { | 4574 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
| 5382 PathSegCurvetoQuadraticSmoothRel.internal() : super.internal(); | 4575 PathSegCurvetoQuadraticSmoothRel.internal() : super.internal(); |
| 5383 | 4576 |
| 5384 | 4577 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 5385 /** @domName SVGPathSegCurvetoQuadraticSmoothRel.x */ | |
| 5386 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; | 4578 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; |
| 5387 | 4579 |
| 5388 | 4580 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 5389 /** @domName SVGPathSegCurvetoQuadraticSmoothRel.x */ | |
| 5390 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; | 4581 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; |
| 5391 | 4582 |
| 5392 | 4583 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 5393 /** @domName SVGPathSegCurvetoQuadraticSmoothRel.y */ | |
| 5394 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; | 4584 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; |
| 5395 | 4585 |
| 5396 | 4586 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 5397 /** @domName SVGPathSegCurvetoQuadraticSmoothRel.y */ | |
| 5398 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; | 4587 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; |
| 5399 | 4588 |
| 5400 } | 4589 } |
| 5401 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4590 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5402 // for details. All rights reserved. Use of this source code is governed by a | 4591 // for details. All rights reserved. Use of this source code is governed by a |
| 5403 // BSD-style license that can be found in the LICENSE file. | 4592 // BSD-style license that can be found in the LICENSE file. |
| 5404 | 4593 |
| 5405 // WARNING: Do not edit - generated code. | 4594 // WARNING: Do not edit - generated code. |
| 5406 | 4595 |
| 5407 | 4596 |
| 5408 /// @domName SVGPathSegLinetoAbs | 4597 @DomName('SVGPathSegLinetoAbs') |
| 5409 class PathSegLinetoAbs extends PathSeg { | 4598 class PathSegLinetoAbs extends PathSeg { |
| 5410 PathSegLinetoAbs.internal() : super.internal(); | 4599 PathSegLinetoAbs.internal() : super.internal(); |
| 5411 | 4600 |
| 5412 | 4601 @DomName('SVGPathSegLinetoAbs.x') |
| 5413 /** @domName SVGPathSegLinetoAbs.x */ | |
| 5414 num get x native "SVGPathSegLinetoAbs_x_Getter"; | 4602 num get x native "SVGPathSegLinetoAbs_x_Getter"; |
| 5415 | 4603 |
| 5416 | 4604 @DomName('SVGPathSegLinetoAbs.x') |
| 5417 /** @domName SVGPathSegLinetoAbs.x */ | |
| 5418 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; | 4605 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; |
| 5419 | 4606 |
| 5420 | 4607 @DomName('SVGPathSegLinetoAbs.y') |
| 5421 /** @domName SVGPathSegLinetoAbs.y */ | |
| 5422 num get y native "SVGPathSegLinetoAbs_y_Getter"; | 4608 num get y native "SVGPathSegLinetoAbs_y_Getter"; |
| 5423 | 4609 |
| 5424 | 4610 @DomName('SVGPathSegLinetoAbs.y') |
| 5425 /** @domName SVGPathSegLinetoAbs.y */ | |
| 5426 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; | 4611 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; |
| 5427 | 4612 |
| 5428 } | 4613 } |
| 5429 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4614 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5430 // for details. All rights reserved. Use of this source code is governed by a | 4615 // for details. All rights reserved. Use of this source code is governed by a |
| 5431 // BSD-style license that can be found in the LICENSE file. | 4616 // BSD-style license that can be found in the LICENSE file. |
| 5432 | 4617 |
| 5433 // WARNING: Do not edit - generated code. | 4618 // WARNING: Do not edit - generated code. |
| 5434 | 4619 |
| 5435 | 4620 |
| 5436 /// @domName SVGPathSegLinetoHorizontalAbs | 4621 @DomName('SVGPathSegLinetoHorizontalAbs') |
| 5437 class PathSegLinetoHorizontalAbs extends PathSeg { | 4622 class PathSegLinetoHorizontalAbs extends PathSeg { |
| 5438 PathSegLinetoHorizontalAbs.internal() : super.internal(); | 4623 PathSegLinetoHorizontalAbs.internal() : super.internal(); |
| 5439 | 4624 |
| 5440 | 4625 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 5441 /** @domName SVGPathSegLinetoHorizontalAbs.x */ | |
| 5442 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; | 4626 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; |
| 5443 | 4627 |
| 5444 | 4628 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 5445 /** @domName SVGPathSegLinetoHorizontalAbs.x */ | |
| 5446 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; | 4629 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; |
| 5447 | 4630 |
| 5448 } | 4631 } |
| 5449 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4632 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5450 // for details. All rights reserved. Use of this source code is governed by a | 4633 // for details. All rights reserved. Use of this source code is governed by a |
| 5451 // BSD-style license that can be found in the LICENSE file. | 4634 // BSD-style license that can be found in the LICENSE file. |
| 5452 | 4635 |
| 5453 // WARNING: Do not edit - generated code. | 4636 // WARNING: Do not edit - generated code. |
| 5454 | 4637 |
| 5455 | 4638 |
| 5456 /// @domName SVGPathSegLinetoHorizontalRel | 4639 @DomName('SVGPathSegLinetoHorizontalRel') |
| 5457 class PathSegLinetoHorizontalRel extends PathSeg { | 4640 class PathSegLinetoHorizontalRel extends PathSeg { |
| 5458 PathSegLinetoHorizontalRel.internal() : super.internal(); | 4641 PathSegLinetoHorizontalRel.internal() : super.internal(); |
| 5459 | 4642 |
| 5460 | 4643 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 5461 /** @domName SVGPathSegLinetoHorizontalRel.x */ | |
| 5462 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; | 4644 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; |
| 5463 | 4645 |
| 5464 | 4646 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 5465 /** @domName SVGPathSegLinetoHorizontalRel.x */ | |
| 5466 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; | 4647 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; |
| 5467 | 4648 |
| 5468 } | 4649 } |
| 5469 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4650 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5470 // for details. All rights reserved. Use of this source code is governed by a | 4651 // for details. All rights reserved. Use of this source code is governed by a |
| 5471 // BSD-style license that can be found in the LICENSE file. | 4652 // BSD-style license that can be found in the LICENSE file. |
| 5472 | 4653 |
| 5473 // WARNING: Do not edit - generated code. | 4654 // WARNING: Do not edit - generated code. |
| 5474 | 4655 |
| 5475 | 4656 |
| 5476 /// @domName SVGPathSegLinetoRel | 4657 @DomName('SVGPathSegLinetoRel') |
| 5477 class PathSegLinetoRel extends PathSeg { | 4658 class PathSegLinetoRel extends PathSeg { |
| 5478 PathSegLinetoRel.internal() : super.internal(); | 4659 PathSegLinetoRel.internal() : super.internal(); |
| 5479 | 4660 |
| 5480 | 4661 @DomName('SVGPathSegLinetoRel.x') |
| 5481 /** @domName SVGPathSegLinetoRel.x */ | |
| 5482 num get x native "SVGPathSegLinetoRel_x_Getter"; | 4662 num get x native "SVGPathSegLinetoRel_x_Getter"; |
| 5483 | 4663 |
| 5484 | 4664 @DomName('SVGPathSegLinetoRel.x') |
| 5485 /** @domName SVGPathSegLinetoRel.x */ | |
| 5486 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; | 4665 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; |
| 5487 | 4666 |
| 5488 | 4667 @DomName('SVGPathSegLinetoRel.y') |
| 5489 /** @domName SVGPathSegLinetoRel.y */ | |
| 5490 num get y native "SVGPathSegLinetoRel_y_Getter"; | 4668 num get y native "SVGPathSegLinetoRel_y_Getter"; |
| 5491 | 4669 |
| 5492 | 4670 @DomName('SVGPathSegLinetoRel.y') |
| 5493 /** @domName SVGPathSegLinetoRel.y */ | |
| 5494 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; | 4671 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; |
| 5495 | 4672 |
| 5496 } | 4673 } |
| 5497 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4674 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5498 // for details. All rights reserved. Use of this source code is governed by a | 4675 // for details. All rights reserved. Use of this source code is governed by a |
| 5499 // BSD-style license that can be found in the LICENSE file. | 4676 // BSD-style license that can be found in the LICENSE file. |
| 5500 | 4677 |
| 5501 // WARNING: Do not edit - generated code. | 4678 // WARNING: Do not edit - generated code. |
| 5502 | 4679 |
| 5503 | 4680 |
| 5504 /// @domName SVGPathSegLinetoVerticalAbs | 4681 @DomName('SVGPathSegLinetoVerticalAbs') |
| 5505 class PathSegLinetoVerticalAbs extends PathSeg { | 4682 class PathSegLinetoVerticalAbs extends PathSeg { |
| 5506 PathSegLinetoVerticalAbs.internal() : super.internal(); | 4683 PathSegLinetoVerticalAbs.internal() : super.internal(); |
| 5507 | 4684 |
| 5508 | 4685 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 5509 /** @domName SVGPathSegLinetoVerticalAbs.y */ | |
| 5510 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; | 4686 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; |
| 5511 | 4687 |
| 5512 | 4688 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 5513 /** @domName SVGPathSegLinetoVerticalAbs.y */ | |
| 5514 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; | 4689 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; |
| 5515 | 4690 |
| 5516 } | 4691 } |
| 5517 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4692 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5518 // for details. All rights reserved. Use of this source code is governed by a | 4693 // for details. All rights reserved. Use of this source code is governed by a |
| 5519 // BSD-style license that can be found in the LICENSE file. | 4694 // BSD-style license that can be found in the LICENSE file. |
| 5520 | 4695 |
| 5521 // WARNING: Do not edit - generated code. | 4696 // WARNING: Do not edit - generated code. |
| 5522 | 4697 |
| 5523 | 4698 |
| 5524 /// @domName SVGPathSegLinetoVerticalRel | 4699 @DomName('SVGPathSegLinetoVerticalRel') |
| 5525 class PathSegLinetoVerticalRel extends PathSeg { | 4700 class PathSegLinetoVerticalRel extends PathSeg { |
| 5526 PathSegLinetoVerticalRel.internal() : super.internal(); | 4701 PathSegLinetoVerticalRel.internal() : super.internal(); |
| 5527 | 4702 |
| 5528 | 4703 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 5529 /** @domName SVGPathSegLinetoVerticalRel.y */ | |
| 5530 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; | 4704 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; |
| 5531 | 4705 |
| 5532 | 4706 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 5533 /** @domName SVGPathSegLinetoVerticalRel.y */ | |
| 5534 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; | 4707 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; |
| 5535 | 4708 |
| 5536 } | 4709 } |
| 5537 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4710 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5538 // for details. All rights reserved. Use of this source code is governed by a | 4711 // for details. All rights reserved. Use of this source code is governed by a |
| 5539 // BSD-style license that can be found in the LICENSE file. | 4712 // BSD-style license that can be found in the LICENSE file. |
| 5540 | 4713 |
| 5541 // WARNING: Do not edit - generated code. | 4714 // WARNING: Do not edit - generated code. |
| 5542 | 4715 |
| 5543 | 4716 |
| 5544 /// @domName SVGPathSegList | 4717 @DomName('SVGPathSegList') |
| 5545 class PathSegList extends NativeFieldWrapperClass1 implements List<PathSeg> { | 4718 class PathSegList extends NativeFieldWrapperClass1 implements List<PathSeg> { |
| 5546 PathSegList.internal(); | 4719 PathSegList.internal(); |
| 5547 | 4720 |
| 5548 | 4721 @DomName('SVGPathSegList.numberOfItems') |
| 5549 /** @domName SVGPathSegList.numberOfItems */ | |
| 5550 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; | 4722 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; |
| 5551 | 4723 |
| 5552 PathSeg operator[](int index) native "SVGPathSegList_item_Callback"; | 4724 PathSeg operator[](int index) native "SVGPathSegList_item_Callback"; |
| 5553 | 4725 |
| 5554 void operator[]=(int index, PathSeg value) { | 4726 void operator[]=(int index, PathSeg value) { |
| 5555 throw new UnsupportedError("Cannot assign element of immutable List."); | 4727 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 5556 } | 4728 } |
| 5557 // -- start List<PathSeg> mixins. | 4729 // -- start List<PathSeg> mixins. |
| 5558 // PathSeg is the element type. | 4730 // PathSeg is the element type. |
| 5559 | 4731 |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5687 | 4859 |
| 5688 void insertRange(int start, int rangeLength, [PathSeg initialValue]) { | 4860 void insertRange(int start, int rangeLength, [PathSeg initialValue]) { |
| 5689 throw new UnsupportedError("Cannot insertRange on immutable List."); | 4861 throw new UnsupportedError("Cannot insertRange on immutable List."); |
| 5690 } | 4862 } |
| 5691 | 4863 |
| 5692 List<PathSeg> getRange(int start, int rangeLength) => | 4864 List<PathSeg> getRange(int start, int rangeLength) => |
| 5693 Lists.getRange(this, start, rangeLength, <PathSeg>[]); | 4865 Lists.getRange(this, start, rangeLength, <PathSeg>[]); |
| 5694 | 4866 |
| 5695 // -- end List<PathSeg> mixins. | 4867 // -- end List<PathSeg> mixins. |
| 5696 | 4868 |
| 5697 | 4869 @DomName('SVGPathSegList.appendItem') |
| 5698 /** @domName SVGPathSegList.appendItem */ | |
| 5699 PathSeg appendItem(PathSeg newItem) native "SVGPathSegList_appendItem_Callback
"; | 4870 PathSeg appendItem(PathSeg newItem) native "SVGPathSegList_appendItem_Callback
"; |
| 5700 | 4871 |
| 5701 | 4872 @DomName('SVGPathSegList.clear') |
| 5702 /** @domName SVGPathSegList.clear */ | |
| 5703 void clear() native "SVGPathSegList_clear_Callback"; | 4873 void clear() native "SVGPathSegList_clear_Callback"; |
| 5704 | 4874 |
| 5705 | 4875 @DomName('SVGPathSegList.getItem') |
| 5706 /** @domName SVGPathSegList.getItem */ | |
| 5707 PathSeg getItem(int index) native "SVGPathSegList_getItem_Callback"; | 4876 PathSeg getItem(int index) native "SVGPathSegList_getItem_Callback"; |
| 5708 | 4877 |
| 5709 | 4878 @DomName('SVGPathSegList.initialize') |
| 5710 /** @domName SVGPathSegList.initialize */ | |
| 5711 PathSeg initialize(PathSeg newItem) native "SVGPathSegList_initialize_Callback
"; | 4879 PathSeg initialize(PathSeg newItem) native "SVGPathSegList_initialize_Callback
"; |
| 5712 | 4880 |
| 5713 | 4881 @DomName('SVGPathSegList.insertItemBefore') |
| 5714 /** @domName SVGPathSegList.insertItemBefore */ | |
| 5715 PathSeg insertItemBefore(PathSeg newItem, int index) native "SVGPathSegList_in
sertItemBefore_Callback"; | 4882 PathSeg insertItemBefore(PathSeg newItem, int index) native "SVGPathSegList_in
sertItemBefore_Callback"; |
| 5716 | 4883 |
| 5717 | 4884 @DomName('SVGPathSegList.removeItem') |
| 5718 /** @domName SVGPathSegList.removeItem */ | |
| 5719 PathSeg removeItem(int index) native "SVGPathSegList_removeItem_Callback"; | 4885 PathSeg removeItem(int index) native "SVGPathSegList_removeItem_Callback"; |
| 5720 | 4886 |
| 5721 | 4887 @DomName('SVGPathSegList.replaceItem') |
| 5722 /** @domName SVGPathSegList.replaceItem */ | |
| 5723 PathSeg replaceItem(PathSeg newItem, int index) native "SVGPathSegList_replace
Item_Callback"; | 4888 PathSeg replaceItem(PathSeg newItem, int index) native "SVGPathSegList_replace
Item_Callback"; |
| 5724 | 4889 |
| 5725 } | 4890 } |
| 5726 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4891 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5727 // for details. All rights reserved. Use of this source code is governed by a | 4892 // for details. All rights reserved. Use of this source code is governed by a |
| 5728 // BSD-style license that can be found in the LICENSE file. | 4893 // BSD-style license that can be found in the LICENSE file. |
| 5729 | 4894 |
| 5730 // WARNING: Do not edit - generated code. | 4895 // WARNING: Do not edit - generated code. |
| 5731 | 4896 |
| 5732 | 4897 |
| 5733 /// @domName SVGPathSegMovetoAbs | 4898 @DomName('SVGPathSegMovetoAbs') |
| 5734 class PathSegMovetoAbs extends PathSeg { | 4899 class PathSegMovetoAbs extends PathSeg { |
| 5735 PathSegMovetoAbs.internal() : super.internal(); | 4900 PathSegMovetoAbs.internal() : super.internal(); |
| 5736 | 4901 |
| 5737 | 4902 @DomName('SVGPathSegMovetoAbs.x') |
| 5738 /** @domName SVGPathSegMovetoAbs.x */ | |
| 5739 num get x native "SVGPathSegMovetoAbs_x_Getter"; | 4903 num get x native "SVGPathSegMovetoAbs_x_Getter"; |
| 5740 | 4904 |
| 5741 | 4905 @DomName('SVGPathSegMovetoAbs.x') |
| 5742 /** @domName SVGPathSegMovetoAbs.x */ | |
| 5743 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; | 4906 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; |
| 5744 | 4907 |
| 5745 | 4908 @DomName('SVGPathSegMovetoAbs.y') |
| 5746 /** @domName SVGPathSegMovetoAbs.y */ | |
| 5747 num get y native "SVGPathSegMovetoAbs_y_Getter"; | 4909 num get y native "SVGPathSegMovetoAbs_y_Getter"; |
| 5748 | 4910 |
| 5749 | 4911 @DomName('SVGPathSegMovetoAbs.y') |
| 5750 /** @domName SVGPathSegMovetoAbs.y */ | |
| 5751 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; | 4912 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; |
| 5752 | 4913 |
| 5753 } | 4914 } |
| 5754 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4915 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5755 // for details. All rights reserved. Use of this source code is governed by a | 4916 // for details. All rights reserved. Use of this source code is governed by a |
| 5756 // BSD-style license that can be found in the LICENSE file. | 4917 // BSD-style license that can be found in the LICENSE file. |
| 5757 | 4918 |
| 5758 // WARNING: Do not edit - generated code. | 4919 // WARNING: Do not edit - generated code. |
| 5759 | 4920 |
| 5760 | 4921 |
| 5761 /// @domName SVGPathSegMovetoRel | 4922 @DomName('SVGPathSegMovetoRel') |
| 5762 class PathSegMovetoRel extends PathSeg { | 4923 class PathSegMovetoRel extends PathSeg { |
| 5763 PathSegMovetoRel.internal() : super.internal(); | 4924 PathSegMovetoRel.internal() : super.internal(); |
| 5764 | 4925 |
| 5765 | 4926 @DomName('SVGPathSegMovetoRel.x') |
| 5766 /** @domName SVGPathSegMovetoRel.x */ | |
| 5767 num get x native "SVGPathSegMovetoRel_x_Getter"; | 4927 num get x native "SVGPathSegMovetoRel_x_Getter"; |
| 5768 | 4928 |
| 5769 | 4929 @DomName('SVGPathSegMovetoRel.x') |
| 5770 /** @domName SVGPathSegMovetoRel.x */ | |
| 5771 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; | 4930 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; |
| 5772 | 4931 |
| 5773 | 4932 @DomName('SVGPathSegMovetoRel.y') |
| 5774 /** @domName SVGPathSegMovetoRel.y */ | |
| 5775 num get y native "SVGPathSegMovetoRel_y_Getter"; | 4933 num get y native "SVGPathSegMovetoRel_y_Getter"; |
| 5776 | 4934 |
| 5777 | 4935 @DomName('SVGPathSegMovetoRel.y') |
| 5778 /** @domName SVGPathSegMovetoRel.y */ | |
| 5779 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; | 4936 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; |
| 5780 | 4937 |
| 5781 } | 4938 } |
| 5782 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4939 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5783 // for details. All rights reserved. Use of this source code is governed by a | 4940 // for details. All rights reserved. Use of this source code is governed by a |
| 5784 // BSD-style license that can be found in the LICENSE file. | 4941 // BSD-style license that can be found in the LICENSE file. |
| 5785 | 4942 |
| 5786 // WARNING: Do not edit - generated code. | 4943 // WARNING: Do not edit - generated code. |
| 5787 | 4944 |
| 5788 | 4945 |
| 5789 /// @domName SVGPatternElement | 4946 @DomName('SVGPatternElement') |
| 5790 class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
ence, Stylable, ExternalResourcesRequired, LangSpace { | 4947 class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
ence, Stylable, ExternalResourcesRequired, LangSpace { |
| 5791 PatternElement.internal() : super.internal(); | 4948 PatternElement.internal() : super.internal(); |
| 5792 | 4949 |
| 5793 ///@docsEditable true | 4950 /// @docsEditable true |
| 5794 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 4951 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); |
| 5795 | 4952 |
| 5796 | 4953 @DomName('SVGPatternElement.height') |
| 5797 /** @domName SVGPatternElement.height */ | |
| 5798 AnimatedLength get height native "SVGPatternElement_height_Getter"; | 4954 AnimatedLength get height native "SVGPatternElement_height_Getter"; |
| 5799 | 4955 |
| 5800 | 4956 @DomName('SVGPatternElement.patternContentUnits') |
| 5801 /** @domName SVGPatternElement.patternContentUnits */ | |
| 5802 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC
ontentUnits_Getter"; | 4957 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC
ontentUnits_Getter"; |
| 5803 | 4958 |
| 5804 | 4959 @DomName('SVGPatternElement.patternTransform') |
| 5805 /** @domName SVGPatternElement.patternTransform */ | |
| 5806 AnimatedTransformList get patternTransform native "SVGPatternElement_patternTr
ansform_Getter"; | 4960 AnimatedTransformList get patternTransform native "SVGPatternElement_patternTr
ansform_Getter"; |
| 5807 | 4961 |
| 5808 | 4962 @DomName('SVGPatternElement.patternUnits') |
| 5809 /** @domName SVGPatternElement.patternUnits */ | |
| 5810 AnimatedEnumeration get patternUnits native "SVGPatternElement_patternUnits_Ge
tter"; | 4963 AnimatedEnumeration get patternUnits native "SVGPatternElement_patternUnits_Ge
tter"; |
| 5811 | 4964 |
| 5812 | 4965 @DomName('SVGPatternElement.width') |
| 5813 /** @domName SVGPatternElement.width */ | |
| 5814 AnimatedLength get width native "SVGPatternElement_width_Getter"; | 4966 AnimatedLength get width native "SVGPatternElement_width_Getter"; |
| 5815 | 4967 |
| 5816 | 4968 @DomName('SVGPatternElement.x') |
| 5817 /** @domName SVGPatternElement.x */ | |
| 5818 AnimatedLength get x native "SVGPatternElement_x_Getter"; | 4969 AnimatedLength get x native "SVGPatternElement_x_Getter"; |
| 5819 | 4970 |
| 5820 | 4971 @DomName('SVGPatternElement.y') |
| 5821 /** @domName SVGPatternElement.y */ | |
| 5822 AnimatedLength get y native "SVGPatternElement_y_Getter"; | 4972 AnimatedLength get y native "SVGPatternElement_y_Getter"; |
| 5823 | 4973 |
| 5824 | 4974 @DomName('SVGPatternElement.externalResourcesRequired') |
| 5825 /** @domName SVGPatternElement.externalResourcesRequired */ | |
| 5826 AnimatedBoolean get externalResourcesRequired native "SVGPatternElement_extern
alResourcesRequired_Getter"; | 4975 AnimatedBoolean get externalResourcesRequired native "SVGPatternElement_extern
alResourcesRequired_Getter"; |
| 5827 | 4976 |
| 5828 | 4977 @DomName('SVGPatternElement.preserveAspectRatio') |
| 5829 /** @domName SVGPatternElement.preserveAspectRatio */ | |
| 5830 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGPatternElement_
preserveAspectRatio_Getter"; | 4978 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGPatternElement_
preserveAspectRatio_Getter"; |
| 5831 | 4979 |
| 5832 | 4980 @DomName('SVGPatternElement.viewBox') |
| 5833 /** @domName SVGPatternElement.viewBox */ | |
| 5834 AnimatedRect get viewBox native "SVGPatternElement_viewBox_Getter"; | 4981 AnimatedRect get viewBox native "SVGPatternElement_viewBox_Getter"; |
| 5835 | 4982 |
| 5836 | 4983 @DomName('SVGPatternElement.xmllang') |
| 5837 /** @domName SVGPatternElement.xmllang */ | |
| 5838 String get xmllang native "SVGPatternElement_xmllang_Getter"; | 4984 String get xmllang native "SVGPatternElement_xmllang_Getter"; |
| 5839 | 4985 |
| 5840 | 4986 @DomName('SVGPatternElement.xmllang') |
| 5841 /** @domName SVGPatternElement.xmllang */ | |
| 5842 void set xmllang(String value) native "SVGPatternElement_xmllang_Setter"; | 4987 void set xmllang(String value) native "SVGPatternElement_xmllang_Setter"; |
| 5843 | 4988 |
| 5844 | 4989 @DomName('SVGPatternElement.xmlspace') |
| 5845 /** @domName SVGPatternElement.xmlspace */ | |
| 5846 String get xmlspace native "SVGPatternElement_xmlspace_Getter"; | 4990 String get xmlspace native "SVGPatternElement_xmlspace_Getter"; |
| 5847 | 4991 |
| 5848 | 4992 @DomName('SVGPatternElement.xmlspace') |
| 5849 /** @domName SVGPatternElement.xmlspace */ | |
| 5850 void set xmlspace(String value) native "SVGPatternElement_xmlspace_Setter"; | 4993 void set xmlspace(String value) native "SVGPatternElement_xmlspace_Setter"; |
| 5851 | 4994 |
| 5852 | 4995 @DomName('SVGPatternElement.className') |
| 5853 /** @domName SVGPatternElement.className */ | |
| 5854 AnimatedString get $dom_svgClassName native "SVGPatternElement_className_Gette
r"; | 4996 AnimatedString get $dom_svgClassName native "SVGPatternElement_className_Gette
r"; |
| 5855 | 4997 |
| 5856 | 4998 @DomName('SVGPatternElement.style') |
| 5857 /** @domName SVGPatternElement.style */ | |
| 5858 CssStyleDeclaration get style native "SVGPatternElement_style_Getter"; | 4999 CssStyleDeclaration get style native "SVGPatternElement_style_Getter"; |
| 5859 | 5000 |
| 5860 | 5001 @DomName('SVGPatternElement.getPresentationAttribute') |
| 5861 /** @domName SVGPatternElement.getPresentationAttribute */ | |
| 5862 CssValue getPresentationAttribute(String name) native "SVGPatternElement_getPr
esentationAttribute_Callback"; | 5002 CssValue getPresentationAttribute(String name) native "SVGPatternElement_getPr
esentationAttribute_Callback"; |
| 5863 | 5003 |
| 5864 | 5004 @DomName('SVGPatternElement.requiredExtensions') |
| 5865 /** @domName SVGPatternElement.requiredExtensions */ | |
| 5866 StringList get requiredExtensions native "SVGPatternElement_requiredExtensions
_Getter"; | 5005 StringList get requiredExtensions native "SVGPatternElement_requiredExtensions
_Getter"; |
| 5867 | 5006 |
| 5868 | 5007 @DomName('SVGPatternElement.requiredFeatures') |
| 5869 /** @domName SVGPatternElement.requiredFeatures */ | |
| 5870 StringList get requiredFeatures native "SVGPatternElement_requiredFeatures_Get
ter"; | 5008 StringList get requiredFeatures native "SVGPatternElement_requiredFeatures_Get
ter"; |
| 5871 | 5009 |
| 5872 | 5010 @DomName('SVGPatternElement.systemLanguage') |
| 5873 /** @domName SVGPatternElement.systemLanguage */ | |
| 5874 StringList get systemLanguage native "SVGPatternElement_systemLanguage_Getter"
; | 5011 StringList get systemLanguage native "SVGPatternElement_systemLanguage_Getter"
; |
| 5875 | 5012 |
| 5876 | 5013 @DomName('SVGPatternElement.hasExtension') |
| 5877 /** @domName SVGPatternElement.hasExtension */ | |
| 5878 bool hasExtension(String extension) native "SVGPatternElement_hasExtension_Cal
lback"; | 5014 bool hasExtension(String extension) native "SVGPatternElement_hasExtension_Cal
lback"; |
| 5879 | 5015 |
| 5880 | 5016 @DomName('SVGPatternElement.href') |
| 5881 /** @domName SVGPatternElement.href */ | |
| 5882 AnimatedString get href native "SVGPatternElement_href_Getter"; | 5017 AnimatedString get href native "SVGPatternElement_href_Getter"; |
| 5883 | 5018 |
| 5884 } | 5019 } |
| 5885 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5020 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5886 // for details. All rights reserved. Use of this source code is governed by a | 5021 // for details. All rights reserved. Use of this source code is governed by a |
| 5887 // BSD-style license that can be found in the LICENSE file. | 5022 // BSD-style license that can be found in the LICENSE file. |
| 5888 | 5023 |
| 5889 // WARNING: Do not edit - generated code. | 5024 // WARNING: Do not edit - generated code. |
| 5890 | 5025 |
| 5891 | 5026 |
| 5892 /// @domName SVGPoint | 5027 @DomName('SVGPoint') |
| 5893 class Point extends NativeFieldWrapperClass1 { | 5028 class Point extends NativeFieldWrapperClass1 { |
| 5894 Point.internal(); | 5029 Point.internal(); |
| 5895 | 5030 |
| 5896 | 5031 @DomName('SVGPoint.x') |
| 5897 /** @domName SVGPoint.x */ | |
| 5898 num get x native "SVGPoint_x_Getter"; | 5032 num get x native "SVGPoint_x_Getter"; |
| 5899 | 5033 |
| 5900 | 5034 @DomName('SVGPoint.x') |
| 5901 /** @domName SVGPoint.x */ | |
| 5902 void set x(num value) native "SVGPoint_x_Setter"; | 5035 void set x(num value) native "SVGPoint_x_Setter"; |
| 5903 | 5036 |
| 5904 | 5037 @DomName('SVGPoint.y') |
| 5905 /** @domName SVGPoint.y */ | |
| 5906 num get y native "SVGPoint_y_Getter"; | 5038 num get y native "SVGPoint_y_Getter"; |
| 5907 | 5039 |
| 5908 | 5040 @DomName('SVGPoint.y') |
| 5909 /** @domName SVGPoint.y */ | |
| 5910 void set y(num value) native "SVGPoint_y_Setter"; | 5041 void set y(num value) native "SVGPoint_y_Setter"; |
| 5911 | 5042 |
| 5912 | 5043 @DomName('SVGPoint.matrixTransform') |
| 5913 /** @domName SVGPoint.matrixTransform */ | |
| 5914 Point matrixTransform(Matrix matrix) native "SVGPoint_matrixTransform_Callback
"; | 5044 Point matrixTransform(Matrix matrix) native "SVGPoint_matrixTransform_Callback
"; |
| 5915 | 5045 |
| 5916 } | 5046 } |
| 5917 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5047 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5918 // for details. All rights reserved. Use of this source code is governed by a | 5048 // for details. All rights reserved. Use of this source code is governed by a |
| 5919 // BSD-style license that can be found in the LICENSE file. | 5049 // BSD-style license that can be found in the LICENSE file. |
| 5920 | 5050 |
| 5921 // WARNING: Do not edit - generated code. | 5051 // WARNING: Do not edit - generated code. |
| 5922 | 5052 |
| 5923 | 5053 |
| 5924 /// @domName SVGPointList | 5054 @DomName('SVGPointList') |
| 5925 class PointList extends NativeFieldWrapperClass1 { | 5055 class PointList extends NativeFieldWrapperClass1 { |
| 5926 PointList.internal(); | 5056 PointList.internal(); |
| 5927 | 5057 |
| 5928 | 5058 @DomName('SVGPointList.numberOfItems') |
| 5929 /** @domName SVGPointList.numberOfItems */ | |
| 5930 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; | 5059 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; |
| 5931 | 5060 |
| 5932 | 5061 @DomName('SVGPointList.appendItem') |
| 5933 /** @domName SVGPointList.appendItem */ | |
| 5934 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; | 5062 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; |
| 5935 | 5063 |
| 5936 | 5064 @DomName('SVGPointList.clear') |
| 5937 /** @domName SVGPointList.clear */ | |
| 5938 void clear() native "SVGPointList_clear_Callback"; | 5065 void clear() native "SVGPointList_clear_Callback"; |
| 5939 | 5066 |
| 5940 | 5067 @DomName('SVGPointList.getItem') |
| 5941 /** @domName SVGPointList.getItem */ | |
| 5942 Point getItem(int index) native "SVGPointList_getItem_Callback"; | 5068 Point getItem(int index) native "SVGPointList_getItem_Callback"; |
| 5943 | 5069 |
| 5944 | 5070 @DomName('SVGPointList.initialize') |
| 5945 /** @domName SVGPointList.initialize */ | |
| 5946 Point initialize(Point item) native "SVGPointList_initialize_Callback"; | 5071 Point initialize(Point item) native "SVGPointList_initialize_Callback"; |
| 5947 | 5072 |
| 5948 | 5073 @DomName('SVGPointList.insertItemBefore') |
| 5949 /** @domName SVGPointList.insertItemBefore */ | |
| 5950 Point insertItemBefore(Point item, int index) native "SVGPointList_insertItemB
efore_Callback"; | 5074 Point insertItemBefore(Point item, int index) native "SVGPointList_insertItemB
efore_Callback"; |
| 5951 | 5075 |
| 5952 | 5076 @DomName('SVGPointList.removeItem') |
| 5953 /** @domName SVGPointList.removeItem */ | |
| 5954 Point removeItem(int index) native "SVGPointList_removeItem_Callback"; | 5077 Point removeItem(int index) native "SVGPointList_removeItem_Callback"; |
| 5955 | 5078 |
| 5956 | 5079 @DomName('SVGPointList.replaceItem') |
| 5957 /** @domName SVGPointList.replaceItem */ | |
| 5958 Point replaceItem(Point item, int index) native "SVGPointList_replaceItem_Call
back"; | 5080 Point replaceItem(Point item, int index) native "SVGPointList_replaceItem_Call
back"; |
| 5959 | 5081 |
| 5960 } | 5082 } |
| 5961 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5083 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5962 // for details. All rights reserved. Use of this source code is governed by a | 5084 // for details. All rights reserved. Use of this source code is governed by a |
| 5963 // BSD-style license that can be found in the LICENSE file. | 5085 // BSD-style license that can be found in the LICENSE file. |
| 5964 | 5086 |
| 5965 // WARNING: Do not edit - generated code. | 5087 // WARNING: Do not edit - generated code. |
| 5966 | 5088 |
| 5967 | 5089 |
| 5968 /// @domName SVGPolygonElement | 5090 @DomName('SVGPolygonElement') |
| 5969 class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { | 5091 class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl
e, ExternalResourcesRequired, LangSpace { |
| 5970 PolygonElement.internal() : super.internal(); | 5092 PolygonElement.internal() : super.internal(); |
| 5971 | 5093 |
| 5972 ///@docsEditable true | 5094 /// @docsEditable true |
| 5973 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 5095 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); |
| 5974 | 5096 |
| 5975 | 5097 @DomName('SVGPolygonElement.animatedPoints') |
| 5976 /** @domName SVGPolygonElement.animatedPoints */ | |
| 5977 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; | 5098 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; |
| 5978 | 5099 |
| 5979 | 5100 @DomName('SVGPolygonElement.points') |
| 5980 /** @domName SVGPolygonElement.points */ | |
| 5981 PointList get points native "SVGPolygonElement_points_Getter"; | 5101 PointList get points native "SVGPolygonElement_points_Getter"; |
| 5982 | 5102 |
| 5983 | 5103 @DomName('SVGPolygonElement.externalResourcesRequired') |
| 5984 /** @domName SVGPolygonElement.externalResourcesRequired */ | |
| 5985 AnimatedBoolean get externalResourcesRequired native "SVGPolygonElement_extern
alResourcesRequired_Getter"; | 5104 AnimatedBoolean get externalResourcesRequired native "SVGPolygonElement_extern
alResourcesRequired_Getter"; |
| 5986 | 5105 |
| 5987 | 5106 @DomName('SVGPolygonElement.xmllang') |
| 5988 /** @domName SVGPolygonElement.xmllang */ | |
| 5989 String get xmllang native "SVGPolygonElement_xmllang_Getter"; | 5107 String get xmllang native "SVGPolygonElement_xmllang_Getter"; |
| 5990 | 5108 |
| 5991 | 5109 @DomName('SVGPolygonElement.xmllang') |
| 5992 /** @domName SVGPolygonElement.xmllang */ | |
| 5993 void set xmllang(String value) native "SVGPolygonElement_xmllang_Setter"; | 5110 void set xmllang(String value) native "SVGPolygonElement_xmllang_Setter"; |
| 5994 | 5111 |
| 5995 | 5112 @DomName('SVGPolygonElement.xmlspace') |
| 5996 /** @domName SVGPolygonElement.xmlspace */ | |
| 5997 String get xmlspace native "SVGPolygonElement_xmlspace_Getter"; | 5113 String get xmlspace native "SVGPolygonElement_xmlspace_Getter"; |
| 5998 | 5114 |
| 5999 | 5115 @DomName('SVGPolygonElement.xmlspace') |
| 6000 /** @domName SVGPolygonElement.xmlspace */ | |
| 6001 void set xmlspace(String value) native "SVGPolygonElement_xmlspace_Setter"; | 5116 void set xmlspace(String value) native "SVGPolygonElement_xmlspace_Setter"; |
| 6002 | 5117 |
| 6003 | 5118 @DomName('SVGPolygonElement.farthestViewportElement') |
| 6004 /** @domName SVGPolygonElement.farthestViewportElement */ | |
| 6005 SvgElement get farthestViewportElement native "SVGPolygonElement_farthestViewp
ortElement_Getter"; | 5119 SvgElement get farthestViewportElement native "SVGPolygonElement_farthestViewp
ortElement_Getter"; |
| 6006 | 5120 |
| 6007 | 5121 @DomName('SVGPolygonElement.nearestViewportElement') |
| 6008 /** @domName SVGPolygonElement.nearestViewportElement */ | |
| 6009 SvgElement get nearestViewportElement native "SVGPolygonElement_nearestViewpor
tElement_Getter"; | 5122 SvgElement get nearestViewportElement native "SVGPolygonElement_nearestViewpor
tElement_Getter"; |
| 6010 | 5123 |
| 6011 | 5124 @DomName('SVGPolygonElement.getBBox') |
| 6012 /** @domName SVGPolygonElement.getBBox */ | |
| 6013 Rect getBBox() native "SVGPolygonElement_getBBox_Callback"; | 5125 Rect getBBox() native "SVGPolygonElement_getBBox_Callback"; |
| 6014 | 5126 |
| 6015 | 5127 @DomName('SVGPolygonElement.getCTM') |
| 6016 /** @domName SVGPolygonElement.getCTM */ | |
| 6017 Matrix getCtm() native "SVGPolygonElement_getCTM_Callback"; | 5128 Matrix getCtm() native "SVGPolygonElement_getCTM_Callback"; |
| 6018 | 5129 |
| 6019 | 5130 @DomName('SVGPolygonElement.getScreenCTM') |
| 6020 /** @domName SVGPolygonElement.getScreenCTM */ | |
| 6021 Matrix getScreenCtm() native "SVGPolygonElement_getScreenCTM_Callback"; | 5131 Matrix getScreenCtm() native "SVGPolygonElement_getScreenCTM_Callback"; |
| 6022 | 5132 |
| 6023 | 5133 @DomName('SVGPolygonElement.getTransformToElement') |
| 6024 /** @domName SVGPolygonElement.getTransformToElement */ | |
| 6025 Matrix getTransformToElement(SvgElement element) native "SVGPolygonElement_get
TransformToElement_Callback"; | 5134 Matrix getTransformToElement(SvgElement element) native "SVGPolygonElement_get
TransformToElement_Callback"; |
| 6026 | 5135 |
| 6027 | 5136 @DomName('SVGPolygonElement.className') |
| 6028 /** @domName SVGPolygonElement.className */ | |
| 6029 AnimatedString get $dom_svgClassName native "SVGPolygonElement_className_Gette
r"; | 5137 AnimatedString get $dom_svgClassName native "SVGPolygonElement_className_Gette
r"; |
| 6030 | 5138 |
| 6031 | 5139 @DomName('SVGPolygonElement.style') |
| 6032 /** @domName SVGPolygonElement.style */ | |
| 6033 CssStyleDeclaration get style native "SVGPolygonElement_style_Getter"; | 5140 CssStyleDeclaration get style native "SVGPolygonElement_style_Getter"; |
| 6034 | 5141 |
| 6035 | 5142 @DomName('SVGPolygonElement.getPresentationAttribute') |
| 6036 /** @domName SVGPolygonElement.getPresentationAttribute */ | |
| 6037 CssValue getPresentationAttribute(String name) native "SVGPolygonElement_getPr
esentationAttribute_Callback"; | 5143 CssValue getPresentationAttribute(String name) native "SVGPolygonElement_getPr
esentationAttribute_Callback"; |
| 6038 | 5144 |
| 6039 | 5145 @DomName('SVGPolygonElement.requiredExtensions') |
| 6040 /** @domName SVGPolygonElement.requiredExtensions */ | |
| 6041 StringList get requiredExtensions native "SVGPolygonElement_requiredExtensions
_Getter"; | 5146 StringList get requiredExtensions native "SVGPolygonElement_requiredExtensions
_Getter"; |
| 6042 | 5147 |
| 6043 | 5148 @DomName('SVGPolygonElement.requiredFeatures') |
| 6044 /** @domName SVGPolygonElement.requiredFeatures */ | |
| 6045 StringList get requiredFeatures native "SVGPolygonElement_requiredFeatures_Get
ter"; | 5149 StringList get requiredFeatures native "SVGPolygonElement_requiredFeatures_Get
ter"; |
| 6046 | 5150 |
| 6047 | 5151 @DomName('SVGPolygonElement.systemLanguage') |
| 6048 /** @domName SVGPolygonElement.systemLanguage */ | |
| 6049 StringList get systemLanguage native "SVGPolygonElement_systemLanguage_Getter"
; | 5152 StringList get systemLanguage native "SVGPolygonElement_systemLanguage_Getter"
; |
| 6050 | 5153 |
| 6051 | 5154 @DomName('SVGPolygonElement.hasExtension') |
| 6052 /** @domName SVGPolygonElement.hasExtension */ | |
| 6053 bool hasExtension(String extension) native "SVGPolygonElement_hasExtension_Cal
lback"; | 5155 bool hasExtension(String extension) native "SVGPolygonElement_hasExtension_Cal
lback"; |
| 6054 | 5156 |
| 6055 | 5157 @DomName('SVGPolygonElement.transform') |
| 6056 /** @domName SVGPolygonElement.transform */ | |
| 6057 AnimatedTransformList get transform native "SVGPolygonElement_transform_Getter
"; | 5158 AnimatedTransformList get transform native "SVGPolygonElement_transform_Getter
"; |
| 6058 | 5159 |
| 6059 } | 5160 } |
| 6060 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5161 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6061 // for details. All rights reserved. Use of this source code is governed by a | 5162 // for details. All rights reserved. Use of this source code is governed by a |
| 6062 // BSD-style license that can be found in the LICENSE file. | 5163 // BSD-style license that can be found in the LICENSE file. |
| 6063 | 5164 |
| 6064 // WARNING: Do not edit - generated code. | 5165 // WARNING: Do not edit - generated code. |
| 6065 | 5166 |
| 6066 | 5167 |
| 6067 /// @domName SVGPolylineElement | 5168 @DomName('SVGPolylineElement') |
| 6068 class PolylineElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace { | 5169 class PolylineElement extends SvgElement implements Transformable, Tests, Stylab
le, ExternalResourcesRequired, LangSpace { |
| 6069 PolylineElement.internal() : super.internal(); | 5170 PolylineElement.internal() : super.internal(); |
| 6070 | 5171 |
| 6071 ///@docsEditable true | 5172 /// @docsEditable true |
| 6072 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 5173 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); |
| 6073 | 5174 |
| 6074 | 5175 @DomName('SVGPolylineElement.animatedPoints') |
| 6075 /** @domName SVGPolylineElement.animatedPoints */ | |
| 6076 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; | 5176 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; |
| 6077 | 5177 |
| 6078 | 5178 @DomName('SVGPolylineElement.points') |
| 6079 /** @domName SVGPolylineElement.points */ | |
| 6080 PointList get points native "SVGPolylineElement_points_Getter"; | 5179 PointList get points native "SVGPolylineElement_points_Getter"; |
| 6081 | 5180 |
| 6082 | 5181 @DomName('SVGPolylineElement.externalResourcesRequired') |
| 6083 /** @domName SVGPolylineElement.externalResourcesRequired */ | |
| 6084 AnimatedBoolean get externalResourcesRequired native "SVGPolylineElement_exter
nalResourcesRequired_Getter"; | 5182 AnimatedBoolean get externalResourcesRequired native "SVGPolylineElement_exter
nalResourcesRequired_Getter"; |
| 6085 | 5183 |
| 6086 | 5184 @DomName('SVGPolylineElement.xmllang') |
| 6087 /** @domName SVGPolylineElement.xmllang */ | |
| 6088 String get xmllang native "SVGPolylineElement_xmllang_Getter"; | 5185 String get xmllang native "SVGPolylineElement_xmllang_Getter"; |
| 6089 | 5186 |
| 6090 | 5187 @DomName('SVGPolylineElement.xmllang') |
| 6091 /** @domName SVGPolylineElement.xmllang */ | |
| 6092 void set xmllang(String value) native "SVGPolylineElement_xmllang_Setter"; | 5188 void set xmllang(String value) native "SVGPolylineElement_xmllang_Setter"; |
| 6093 | 5189 |
| 6094 | 5190 @DomName('SVGPolylineElement.xmlspace') |
| 6095 /** @domName SVGPolylineElement.xmlspace */ | |
| 6096 String get xmlspace native "SVGPolylineElement_xmlspace_Getter"; | 5191 String get xmlspace native "SVGPolylineElement_xmlspace_Getter"; |
| 6097 | 5192 |
| 6098 | 5193 @DomName('SVGPolylineElement.xmlspace') |
| 6099 /** @domName SVGPolylineElement.xmlspace */ | |
| 6100 void set xmlspace(String value) native "SVGPolylineElement_xmlspace_Setter"; | 5194 void set xmlspace(String value) native "SVGPolylineElement_xmlspace_Setter"; |
| 6101 | 5195 |
| 6102 | 5196 @DomName('SVGPolylineElement.farthestViewportElement') |
| 6103 /** @domName SVGPolylineElement.farthestViewportElement */ | |
| 6104 SvgElement get farthestViewportElement native "SVGPolylineElement_farthestView
portElement_Getter"; | 5197 SvgElement get farthestViewportElement native "SVGPolylineElement_farthestView
portElement_Getter"; |
| 6105 | 5198 |
| 6106 | 5199 @DomName('SVGPolylineElement.nearestViewportElement') |
| 6107 /** @domName SVGPolylineElement.nearestViewportElement */ | |
| 6108 SvgElement get nearestViewportElement native "SVGPolylineElement_nearestViewpo
rtElement_Getter"; | 5200 SvgElement get nearestViewportElement native "SVGPolylineElement_nearestViewpo
rtElement_Getter"; |
| 6109 | 5201 |
| 6110 | 5202 @DomName('SVGPolylineElement.getBBox') |
| 6111 /** @domName SVGPolylineElement.getBBox */ | |
| 6112 Rect getBBox() native "SVGPolylineElement_getBBox_Callback"; | 5203 Rect getBBox() native "SVGPolylineElement_getBBox_Callback"; |
| 6113 | 5204 |
| 6114 | 5205 @DomName('SVGPolylineElement.getCTM') |
| 6115 /** @domName SVGPolylineElement.getCTM */ | |
| 6116 Matrix getCtm() native "SVGPolylineElement_getCTM_Callback"; | 5206 Matrix getCtm() native "SVGPolylineElement_getCTM_Callback"; |
| 6117 | 5207 |
| 6118 | 5208 @DomName('SVGPolylineElement.getScreenCTM') |
| 6119 /** @domName SVGPolylineElement.getScreenCTM */ | |
| 6120 Matrix getScreenCtm() native "SVGPolylineElement_getScreenCTM_Callback"; | 5209 Matrix getScreenCtm() native "SVGPolylineElement_getScreenCTM_Callback"; |
| 6121 | 5210 |
| 6122 | 5211 @DomName('SVGPolylineElement.getTransformToElement') |
| 6123 /** @domName SVGPolylineElement.getTransformToElement */ | |
| 6124 Matrix getTransformToElement(SvgElement element) native "SVGPolylineElement_ge
tTransformToElement_Callback"; | 5212 Matrix getTransformToElement(SvgElement element) native "SVGPolylineElement_ge
tTransformToElement_Callback"; |
| 6125 | 5213 |
| 6126 | 5214 @DomName('SVGPolylineElement.className') |
| 6127 /** @domName SVGPolylineElement.className */ | |
| 6128 AnimatedString get $dom_svgClassName native "SVGPolylineElement_className_Gett
er"; | 5215 AnimatedString get $dom_svgClassName native "SVGPolylineElement_className_Gett
er"; |
| 6129 | 5216 |
| 6130 | 5217 @DomName('SVGPolylineElement.style') |
| 6131 /** @domName SVGPolylineElement.style */ | |
| 6132 CssStyleDeclaration get style native "SVGPolylineElement_style_Getter"; | 5218 CssStyleDeclaration get style native "SVGPolylineElement_style_Getter"; |
| 6133 | 5219 |
| 6134 | 5220 @DomName('SVGPolylineElement.getPresentationAttribute') |
| 6135 /** @domName SVGPolylineElement.getPresentationAttribute */ | |
| 6136 CssValue getPresentationAttribute(String name) native "SVGPolylineElement_getP
resentationAttribute_Callback"; | 5221 CssValue getPresentationAttribute(String name) native "SVGPolylineElement_getP
resentationAttribute_Callback"; |
| 6137 | 5222 |
| 6138 | 5223 @DomName('SVGPolylineElement.requiredExtensions') |
| 6139 /** @domName SVGPolylineElement.requiredExtensions */ | |
| 6140 StringList get requiredExtensions native "SVGPolylineElement_requiredExtension
s_Getter"; | 5224 StringList get requiredExtensions native "SVGPolylineElement_requiredExtension
s_Getter"; |
| 6141 | 5225 |
| 6142 | 5226 @DomName('SVGPolylineElement.requiredFeatures') |
| 6143 /** @domName SVGPolylineElement.requiredFeatures */ | |
| 6144 StringList get requiredFeatures native "SVGPolylineElement_requiredFeatures_Ge
tter"; | 5227 StringList get requiredFeatures native "SVGPolylineElement_requiredFeatures_Ge
tter"; |
| 6145 | 5228 |
| 6146 | 5229 @DomName('SVGPolylineElement.systemLanguage') |
| 6147 /** @domName SVGPolylineElement.systemLanguage */ | |
| 6148 StringList get systemLanguage native "SVGPolylineElement_systemLanguage_Getter
"; | 5230 StringList get systemLanguage native "SVGPolylineElement_systemLanguage_Getter
"; |
| 6149 | 5231 |
| 6150 | 5232 @DomName('SVGPolylineElement.hasExtension') |
| 6151 /** @domName SVGPolylineElement.hasExtension */ | |
| 6152 bool hasExtension(String extension) native "SVGPolylineElement_hasExtension_Ca
llback"; | 5233 bool hasExtension(String extension) native "SVGPolylineElement_hasExtension_Ca
llback"; |
| 6153 | 5234 |
| 6154 | 5235 @DomName('SVGPolylineElement.transform') |
| 6155 /** @domName SVGPolylineElement.transform */ | |
| 6156 AnimatedTransformList get transform native "SVGPolylineElement_transform_Gette
r"; | 5236 AnimatedTransformList get transform native "SVGPolylineElement_transform_Gette
r"; |
| 6157 | 5237 |
| 6158 } | 5238 } |
| 6159 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5239 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6160 // for details. All rights reserved. Use of this source code is governed by a | 5240 // for details. All rights reserved. Use of this source code is governed by a |
| 6161 // BSD-style license that can be found in the LICENSE file. | 5241 // BSD-style license that can be found in the LICENSE file. |
| 6162 | 5242 |
| 6163 // WARNING: Do not edit - generated code. | 5243 // WARNING: Do not edit - generated code. |
| 6164 | 5244 |
| 6165 | 5245 |
| 6166 /// @domName SVGPreserveAspectRatio | 5246 @DomName('SVGPreserveAspectRatio') |
| 6167 class PreserveAspectRatio extends NativeFieldWrapperClass1 { | 5247 class PreserveAspectRatio extends NativeFieldWrapperClass1 { |
| 6168 PreserveAspectRatio.internal(); | 5248 PreserveAspectRatio.internal(); |
| 6169 | 5249 |
| 6170 static const int SVG_MEETORSLICE_MEET = 1; | 5250 static const int SVG_MEETORSLICE_MEET = 1; |
| 6171 | 5251 |
| 6172 static const int SVG_MEETORSLICE_SLICE = 2; | 5252 static const int SVG_MEETORSLICE_SLICE = 2; |
| 6173 | 5253 |
| 6174 static const int SVG_MEETORSLICE_UNKNOWN = 0; | 5254 static const int SVG_MEETORSLICE_UNKNOWN = 0; |
| 6175 | 5255 |
| 6176 static const int SVG_PRESERVEASPECTRATIO_NONE = 1; | 5256 static const int SVG_PRESERVEASPECTRATIO_NONE = 1; |
| (...skipping 11 matching lines...) Expand all Loading... |
| 6188 static const int SVG_PRESERVEASPECTRATIO_XMIDYMID = 6; | 5268 static const int SVG_PRESERVEASPECTRATIO_XMIDYMID = 6; |
| 6189 | 5269 |
| 6190 static const int SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3; | 5270 static const int SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3; |
| 6191 | 5271 |
| 6192 static const int SVG_PRESERVEASPECTRATIO_XMINYMAX = 8; | 5272 static const int SVG_PRESERVEASPECTRATIO_XMINYMAX = 8; |
| 6193 | 5273 |
| 6194 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; | 5274 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; |
| 6195 | 5275 |
| 6196 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; | 5276 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; |
| 6197 | 5277 |
| 6198 | 5278 @DomName('SVGPreserveAspectRatio.align') |
| 6199 /** @domName SVGPreserveAspectRatio.align */ | |
| 6200 int get align native "SVGPreserveAspectRatio_align_Getter"; | 5279 int get align native "SVGPreserveAspectRatio_align_Getter"; |
| 6201 | 5280 |
| 6202 | 5281 @DomName('SVGPreserveAspectRatio.align') |
| 6203 /** @domName SVGPreserveAspectRatio.align */ | |
| 6204 void set align(int value) native "SVGPreserveAspectRatio_align_Setter"; | 5282 void set align(int value) native "SVGPreserveAspectRatio_align_Setter"; |
| 6205 | 5283 |
| 6206 | 5284 @DomName('SVGPreserveAspectRatio.meetOrSlice') |
| 6207 /** @domName SVGPreserveAspectRatio.meetOrSlice */ | |
| 6208 int get meetOrSlice native "SVGPreserveAspectRatio_meetOrSlice_Getter"; | 5285 int get meetOrSlice native "SVGPreserveAspectRatio_meetOrSlice_Getter"; |
| 6209 | 5286 |
| 6210 | 5287 @DomName('SVGPreserveAspectRatio.meetOrSlice') |
| 6211 /** @domName SVGPreserveAspectRatio.meetOrSlice */ | |
| 6212 void set meetOrSlice(int value) native "SVGPreserveAspectRatio_meetOrSlice_Set
ter"; | 5288 void set meetOrSlice(int value) native "SVGPreserveAspectRatio_meetOrSlice_Set
ter"; |
| 6213 | 5289 |
| 6214 } | 5290 } |
| 6215 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5291 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6216 // for details. All rights reserved. Use of this source code is governed by a | 5292 // for details. All rights reserved. Use of this source code is governed by a |
| 6217 // BSD-style license that can be found in the LICENSE file. | 5293 // BSD-style license that can be found in the LICENSE file. |
| 6218 | 5294 |
| 6219 // WARNING: Do not edit - generated code. | 5295 // WARNING: Do not edit - generated code. |
| 6220 | 5296 |
| 6221 | 5297 |
| 6222 /// @domName SVGRadialGradientElement | 5298 @DomName('SVGRadialGradientElement') |
| 6223 class RadialGradientElement extends GradientElement { | 5299 class RadialGradientElement extends GradientElement { |
| 6224 RadialGradientElement.internal() : super.internal(); | 5300 RadialGradientElement.internal() : super.internal(); |
| 6225 | 5301 |
| 6226 ///@docsEditable true | 5302 /// @docsEditable true |
| 6227 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); | 5303 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); |
| 6228 | 5304 |
| 6229 | 5305 @DomName('SVGRadialGradientElement.cx') |
| 6230 /** @domName SVGRadialGradientElement.cx */ | |
| 6231 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; | 5306 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; |
| 6232 | 5307 |
| 6233 | 5308 @DomName('SVGRadialGradientElement.cy') |
| 6234 /** @domName SVGRadialGradientElement.cy */ | |
| 6235 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; | 5309 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; |
| 6236 | 5310 |
| 6237 | 5311 @DomName('SVGRadialGradientElement.fr') |
| 6238 /** @domName SVGRadialGradientElement.fr */ | |
| 6239 AnimatedLength get fr native "SVGRadialGradientElement_fr_Getter"; | 5312 AnimatedLength get fr native "SVGRadialGradientElement_fr_Getter"; |
| 6240 | 5313 |
| 6241 | 5314 @DomName('SVGRadialGradientElement.fx') |
| 6242 /** @domName SVGRadialGradientElement.fx */ | |
| 6243 AnimatedLength get fx native "SVGRadialGradientElement_fx_Getter"; | 5315 AnimatedLength get fx native "SVGRadialGradientElement_fx_Getter"; |
| 6244 | 5316 |
| 6245 | 5317 @DomName('SVGRadialGradientElement.fy') |
| 6246 /** @domName SVGRadialGradientElement.fy */ | |
| 6247 AnimatedLength get fy native "SVGRadialGradientElement_fy_Getter"; | 5318 AnimatedLength get fy native "SVGRadialGradientElement_fy_Getter"; |
| 6248 | 5319 |
| 6249 | 5320 @DomName('SVGRadialGradientElement.r') |
| 6250 /** @domName SVGRadialGradientElement.r */ | |
| 6251 AnimatedLength get r native "SVGRadialGradientElement_r_Getter"; | 5321 AnimatedLength get r native "SVGRadialGradientElement_r_Getter"; |
| 6252 | 5322 |
| 6253 } | 5323 } |
| 6254 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5324 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6255 // for details. All rights reserved. Use of this source code is governed by a | 5325 // for details. All rights reserved. Use of this source code is governed by a |
| 6256 // BSD-style license that can be found in the LICENSE file. | 5326 // BSD-style license that can be found in the LICENSE file. |
| 6257 | 5327 |
| 6258 // WARNING: Do not edit - generated code. | 5328 // WARNING: Do not edit - generated code. |
| 6259 | 5329 |
| 6260 | 5330 |
| 6261 /// @domName SVGRect | 5331 @DomName('SVGRect') |
| 6262 class Rect extends NativeFieldWrapperClass1 { | 5332 class Rect extends NativeFieldWrapperClass1 { |
| 6263 Rect.internal(); | 5333 Rect.internal(); |
| 6264 | 5334 |
| 6265 | 5335 @DomName('SVGRect.height') |
| 6266 /** @domName SVGRect.height */ | |
| 6267 num get height native "SVGRect_height_Getter"; | 5336 num get height native "SVGRect_height_Getter"; |
| 6268 | 5337 |
| 6269 | 5338 @DomName('SVGRect.height') |
| 6270 /** @domName SVGRect.height */ | |
| 6271 void set height(num value) native "SVGRect_height_Setter"; | 5339 void set height(num value) native "SVGRect_height_Setter"; |
| 6272 | 5340 |
| 6273 | 5341 @DomName('SVGRect.width') |
| 6274 /** @domName SVGRect.width */ | |
| 6275 num get width native "SVGRect_width_Getter"; | 5342 num get width native "SVGRect_width_Getter"; |
| 6276 | 5343 |
| 6277 | 5344 @DomName('SVGRect.width') |
| 6278 /** @domName SVGRect.width */ | |
| 6279 void set width(num value) native "SVGRect_width_Setter"; | 5345 void set width(num value) native "SVGRect_width_Setter"; |
| 6280 | 5346 |
| 6281 | 5347 @DomName('SVGRect.x') |
| 6282 /** @domName SVGRect.x */ | |
| 6283 num get x native "SVGRect_x_Getter"; | 5348 num get x native "SVGRect_x_Getter"; |
| 6284 | 5349 |
| 6285 | 5350 @DomName('SVGRect.x') |
| 6286 /** @domName SVGRect.x */ | |
| 6287 void set x(num value) native "SVGRect_x_Setter"; | 5351 void set x(num value) native "SVGRect_x_Setter"; |
| 6288 | 5352 |
| 6289 | 5353 @DomName('SVGRect.y') |
| 6290 /** @domName SVGRect.y */ | |
| 6291 num get y native "SVGRect_y_Getter"; | 5354 num get y native "SVGRect_y_Getter"; |
| 6292 | 5355 |
| 6293 | 5356 @DomName('SVGRect.y') |
| 6294 /** @domName SVGRect.y */ | |
| 6295 void set y(num value) native "SVGRect_y_Setter"; | 5357 void set y(num value) native "SVGRect_y_Setter"; |
| 6296 | 5358 |
| 6297 } | 5359 } |
| 6298 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5360 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6299 // for details. All rights reserved. Use of this source code is governed by a | 5361 // for details. All rights reserved. Use of this source code is governed by a |
| 6300 // BSD-style license that can be found in the LICENSE file. | 5362 // BSD-style license that can be found in the LICENSE file. |
| 6301 | 5363 |
| 6302 // WARNING: Do not edit - generated code. | 5364 // WARNING: Do not edit - generated code. |
| 6303 | 5365 |
| 6304 | 5366 |
| 6305 /// @domName SVGRectElement | 5367 @DomName('SVGRectElement') |
| 6306 class RectElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { | 5368 class RectElement extends SvgElement implements Transformable, Tests, Stylable,
ExternalResourcesRequired, LangSpace { |
| 6307 RectElement.internal() : super.internal(); | 5369 RectElement.internal() : super.internal(); |
| 6308 | 5370 |
| 6309 ///@docsEditable true | 5371 /// @docsEditable true |
| 6310 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 5372 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); |
| 6311 | 5373 |
| 6312 | 5374 @DomName('SVGRectElement.height') |
| 6313 /** @domName SVGRectElement.height */ | |
| 6314 AnimatedLength get height native "SVGRectElement_height_Getter"; | 5375 AnimatedLength get height native "SVGRectElement_height_Getter"; |
| 6315 | 5376 |
| 6316 | 5377 @DomName('SVGRectElement.rx') |
| 6317 /** @domName SVGRectElement.rx */ | |
| 6318 AnimatedLength get rx native "SVGRectElement_rx_Getter"; | 5378 AnimatedLength get rx native "SVGRectElement_rx_Getter"; |
| 6319 | 5379 |
| 6320 | 5380 @DomName('SVGRectElement.ry') |
| 6321 /** @domName SVGRectElement.ry */ | |
| 6322 AnimatedLength get ry native "SVGRectElement_ry_Getter"; | 5381 AnimatedLength get ry native "SVGRectElement_ry_Getter"; |
| 6323 | 5382 |
| 6324 | 5383 @DomName('SVGRectElement.width') |
| 6325 /** @domName SVGRectElement.width */ | |
| 6326 AnimatedLength get width native "SVGRectElement_width_Getter"; | 5384 AnimatedLength get width native "SVGRectElement_width_Getter"; |
| 6327 | 5385 |
| 6328 | 5386 @DomName('SVGRectElement.x') |
| 6329 /** @domName SVGRectElement.x */ | |
| 6330 AnimatedLength get x native "SVGRectElement_x_Getter"; | 5387 AnimatedLength get x native "SVGRectElement_x_Getter"; |
| 6331 | 5388 |
| 6332 | 5389 @DomName('SVGRectElement.y') |
| 6333 /** @domName SVGRectElement.y */ | |
| 6334 AnimatedLength get y native "SVGRectElement_y_Getter"; | 5390 AnimatedLength get y native "SVGRectElement_y_Getter"; |
| 6335 | 5391 |
| 6336 | 5392 @DomName('SVGRectElement.externalResourcesRequired') |
| 6337 /** @domName SVGRectElement.externalResourcesRequired */ | |
| 6338 AnimatedBoolean get externalResourcesRequired native "SVGRectElement_externalR
esourcesRequired_Getter"; | 5393 AnimatedBoolean get externalResourcesRequired native "SVGRectElement_externalR
esourcesRequired_Getter"; |
| 6339 | 5394 |
| 6340 | 5395 @DomName('SVGRectElement.xmllang') |
| 6341 /** @domName SVGRectElement.xmllang */ | |
| 6342 String get xmllang native "SVGRectElement_xmllang_Getter"; | 5396 String get xmllang native "SVGRectElement_xmllang_Getter"; |
| 6343 | 5397 |
| 6344 | 5398 @DomName('SVGRectElement.xmllang') |
| 6345 /** @domName SVGRectElement.xmllang */ | |
| 6346 void set xmllang(String value) native "SVGRectElement_xmllang_Setter"; | 5399 void set xmllang(String value) native "SVGRectElement_xmllang_Setter"; |
| 6347 | 5400 |
| 6348 | 5401 @DomName('SVGRectElement.xmlspace') |
| 6349 /** @domName SVGRectElement.xmlspace */ | |
| 6350 String get xmlspace native "SVGRectElement_xmlspace_Getter"; | 5402 String get xmlspace native "SVGRectElement_xmlspace_Getter"; |
| 6351 | 5403 |
| 6352 | 5404 @DomName('SVGRectElement.xmlspace') |
| 6353 /** @domName SVGRectElement.xmlspace */ | |
| 6354 void set xmlspace(String value) native "SVGRectElement_xmlspace_Setter"; | 5405 void set xmlspace(String value) native "SVGRectElement_xmlspace_Setter"; |
| 6355 | 5406 |
| 6356 | 5407 @DomName('SVGRectElement.farthestViewportElement') |
| 6357 /** @domName SVGRectElement.farthestViewportElement */ | |
| 6358 SvgElement get farthestViewportElement native "SVGRectElement_farthestViewport
Element_Getter"; | 5408 SvgElement get farthestViewportElement native "SVGRectElement_farthestViewport
Element_Getter"; |
| 6359 | 5409 |
| 6360 | 5410 @DomName('SVGRectElement.nearestViewportElement') |
| 6361 /** @domName SVGRectElement.nearestViewportElement */ | |
| 6362 SvgElement get nearestViewportElement native "SVGRectElement_nearestViewportEl
ement_Getter"; | 5411 SvgElement get nearestViewportElement native "SVGRectElement_nearestViewportEl
ement_Getter"; |
| 6363 | 5412 |
| 6364 | 5413 @DomName('SVGRectElement.getBBox') |
| 6365 /** @domName SVGRectElement.getBBox */ | |
| 6366 Rect getBBox() native "SVGRectElement_getBBox_Callback"; | 5414 Rect getBBox() native "SVGRectElement_getBBox_Callback"; |
| 6367 | 5415 |
| 6368 | 5416 @DomName('SVGRectElement.getCTM') |
| 6369 /** @domName SVGRectElement.getCTM */ | |
| 6370 Matrix getCtm() native "SVGRectElement_getCTM_Callback"; | 5417 Matrix getCtm() native "SVGRectElement_getCTM_Callback"; |
| 6371 | 5418 |
| 6372 | 5419 @DomName('SVGRectElement.getScreenCTM') |
| 6373 /** @domName SVGRectElement.getScreenCTM */ | |
| 6374 Matrix getScreenCtm() native "SVGRectElement_getScreenCTM_Callback"; | 5420 Matrix getScreenCtm() native "SVGRectElement_getScreenCTM_Callback"; |
| 6375 | 5421 |
| 6376 | 5422 @DomName('SVGRectElement.getTransformToElement') |
| 6377 /** @domName SVGRectElement.getTransformToElement */ | |
| 6378 Matrix getTransformToElement(SvgElement element) native "SVGRectElement_getTra
nsformToElement_Callback"; | 5423 Matrix getTransformToElement(SvgElement element) native "SVGRectElement_getTra
nsformToElement_Callback"; |
| 6379 | 5424 |
| 6380 | 5425 @DomName('SVGRectElement.className') |
| 6381 /** @domName SVGRectElement.className */ | |
| 6382 AnimatedString get $dom_svgClassName native "SVGRectElement_className_Getter"; | 5426 AnimatedString get $dom_svgClassName native "SVGRectElement_className_Getter"; |
| 6383 | 5427 |
| 6384 | 5428 @DomName('SVGRectElement.style') |
| 6385 /** @domName SVGRectElement.style */ | |
| 6386 CssStyleDeclaration get style native "SVGRectElement_style_Getter"; | 5429 CssStyleDeclaration get style native "SVGRectElement_style_Getter"; |
| 6387 | 5430 |
| 6388 | 5431 @DomName('SVGRectElement.getPresentationAttribute') |
| 6389 /** @domName SVGRectElement.getPresentationAttribute */ | |
| 6390 CssValue getPresentationAttribute(String name) native "SVGRectElement_getPrese
ntationAttribute_Callback"; | 5432 CssValue getPresentationAttribute(String name) native "SVGRectElement_getPrese
ntationAttribute_Callback"; |
| 6391 | 5433 |
| 6392 | 5434 @DomName('SVGRectElement.requiredExtensions') |
| 6393 /** @domName SVGRectElement.requiredExtensions */ | |
| 6394 StringList get requiredExtensions native "SVGRectElement_requiredExtensions_Ge
tter"; | 5435 StringList get requiredExtensions native "SVGRectElement_requiredExtensions_Ge
tter"; |
| 6395 | 5436 |
| 6396 | 5437 @DomName('SVGRectElement.requiredFeatures') |
| 6397 /** @domName SVGRectElement.requiredFeatures */ | |
| 6398 StringList get requiredFeatures native "SVGRectElement_requiredFeatures_Getter
"; | 5438 StringList get requiredFeatures native "SVGRectElement_requiredFeatures_Getter
"; |
| 6399 | 5439 |
| 6400 | 5440 @DomName('SVGRectElement.systemLanguage') |
| 6401 /** @domName SVGRectElement.systemLanguage */ | |
| 6402 StringList get systemLanguage native "SVGRectElement_systemLanguage_Getter"; | 5441 StringList get systemLanguage native "SVGRectElement_systemLanguage_Getter"; |
| 6403 | 5442 |
| 6404 | 5443 @DomName('SVGRectElement.hasExtension') |
| 6405 /** @domName SVGRectElement.hasExtension */ | |
| 6406 bool hasExtension(String extension) native "SVGRectElement_hasExtension_Callba
ck"; | 5444 bool hasExtension(String extension) native "SVGRectElement_hasExtension_Callba
ck"; |
| 6407 | 5445 |
| 6408 | 5446 @DomName('SVGRectElement.transform') |
| 6409 /** @domName SVGRectElement.transform */ | |
| 6410 AnimatedTransformList get transform native "SVGRectElement_transform_Getter"; | 5447 AnimatedTransformList get transform native "SVGRectElement_transform_Getter"; |
| 6411 | 5448 |
| 6412 } | 5449 } |
| 6413 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5450 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6414 // for details. All rights reserved. Use of this source code is governed by a | 5451 // for details. All rights reserved. Use of this source code is governed by a |
| 6415 // BSD-style license that can be found in the LICENSE file. | 5452 // BSD-style license that can be found in the LICENSE file. |
| 6416 | 5453 |
| 6417 // WARNING: Do not edit - generated code. | 5454 // WARNING: Do not edit - generated code. |
| 6418 | 5455 |
| 6419 | 5456 |
| 6420 /// @domName SVGRenderingIntent | 5457 @DomName('SVGRenderingIntent') |
| 6421 class RenderingIntent extends NativeFieldWrapperClass1 { | 5458 class RenderingIntent extends NativeFieldWrapperClass1 { |
| 6422 RenderingIntent.internal(); | 5459 RenderingIntent.internal(); |
| 6423 | 5460 |
| 6424 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; | 5461 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; |
| 6425 | 5462 |
| 6426 static const int RENDERING_INTENT_AUTO = 1; | 5463 static const int RENDERING_INTENT_AUTO = 1; |
| 6427 | 5464 |
| 6428 static const int RENDERING_INTENT_PERCEPTUAL = 2; | 5465 static const int RENDERING_INTENT_PERCEPTUAL = 2; |
| 6429 | 5466 |
| 6430 static const int RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3; | 5467 static const int RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3; |
| 6431 | 5468 |
| 6432 static const int RENDERING_INTENT_SATURATION = 4; | 5469 static const int RENDERING_INTENT_SATURATION = 4; |
| 6433 | 5470 |
| 6434 static const int RENDERING_INTENT_UNKNOWN = 0; | 5471 static const int RENDERING_INTENT_UNKNOWN = 0; |
| 6435 | 5472 |
| 6436 } | 5473 } |
| 6437 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5474 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6438 // for details. All rights reserved. Use of this source code is governed by a | 5475 // for details. All rights reserved. Use of this source code is governed by a |
| 6439 // BSD-style license that can be found in the LICENSE file. | 5476 // BSD-style license that can be found in the LICENSE file. |
| 6440 | 5477 |
| 6441 // WARNING: Do not edit - generated code. | 5478 // WARNING: Do not edit - generated code. |
| 6442 | 5479 |
| 6443 | 5480 |
| 6444 /// @domName SVGScriptElement | 5481 @DomName('SVGScriptElement') |
| 6445 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired { | 5482 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired { |
| 6446 ScriptElement.internal() : super.internal(); | 5483 ScriptElement.internal() : super.internal(); |
| 6447 | 5484 |
| 6448 ///@docsEditable true | 5485 /// @docsEditable true |
| 6449 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 5486 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); |
| 6450 | 5487 |
| 6451 | 5488 @DomName('SVGScriptElement.type') |
| 6452 /** @domName SVGScriptElement.type */ | |
| 6453 String get type native "SVGScriptElement_type_Getter"; | 5489 String get type native "SVGScriptElement_type_Getter"; |
| 6454 | 5490 |
| 6455 | 5491 @DomName('SVGScriptElement.type') |
| 6456 /** @domName SVGScriptElement.type */ | |
| 6457 void set type(String value) native "SVGScriptElement_type_Setter"; | 5492 void set type(String value) native "SVGScriptElement_type_Setter"; |
| 6458 | 5493 |
| 6459 | 5494 @DomName('SVGScriptElement.externalResourcesRequired') |
| 6460 /** @domName SVGScriptElement.externalResourcesRequired */ | |
| 6461 AnimatedBoolean get externalResourcesRequired native "SVGScriptElement_externa
lResourcesRequired_Getter"; | 5495 AnimatedBoolean get externalResourcesRequired native "SVGScriptElement_externa
lResourcesRequired_Getter"; |
| 6462 | 5496 |
| 6463 | 5497 @DomName('SVGScriptElement.href') |
| 6464 /** @domName SVGScriptElement.href */ | |
| 6465 AnimatedString get href native "SVGScriptElement_href_Getter"; | 5498 AnimatedString get href native "SVGScriptElement_href_Getter"; |
| 6466 | 5499 |
| 6467 } | 5500 } |
| 6468 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5501 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6469 // for details. All rights reserved. Use of this source code is governed by a | 5502 // for details. All rights reserved. Use of this source code is governed by a |
| 6470 // BSD-style license that can be found in the LICENSE file. | 5503 // BSD-style license that can be found in the LICENSE file. |
| 6471 | 5504 |
| 6472 // WARNING: Do not edit - generated code. | 5505 // WARNING: Do not edit - generated code. |
| 6473 | 5506 |
| 6474 | 5507 |
| 6475 /// @domName SVGSetElement | 5508 @DomName('SVGSetElement') |
| 6476 class SetElement extends AnimationElement { | 5509 class SetElement extends AnimationElement { |
| 6477 SetElement.internal() : super.internal(); | 5510 SetElement.internal() : super.internal(); |
| 6478 | 5511 |
| 6479 ///@docsEditable true | 5512 /// @docsEditable true |
| 6480 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; | 5513 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; |
| 6481 | 5514 |
| 6482 } | 5515 } |
| 6483 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5516 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6484 // for details. All rights reserved. Use of this source code is governed by a | 5517 // for details. All rights reserved. Use of this source code is governed by a |
| 6485 // BSD-style license that can be found in the LICENSE file. | 5518 // BSD-style license that can be found in the LICENSE file. |
| 6486 | 5519 |
| 6487 // WARNING: Do not edit - generated code. | 5520 // WARNING: Do not edit - generated code. |
| 6488 | 5521 |
| 6489 | 5522 |
| 6490 /// @domName SVGStopElement | 5523 @DomName('SVGStopElement') |
| 6491 class StopElement extends SvgElement implements Stylable { | 5524 class StopElement extends SvgElement implements Stylable { |
| 6492 StopElement.internal() : super.internal(); | 5525 StopElement.internal() : super.internal(); |
| 6493 | 5526 |
| 6494 ///@docsEditable true | 5527 /// @docsEditable true |
| 6495 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); | 5528 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); |
| 6496 | 5529 |
| 6497 | 5530 @DomName('SVGStopElement.offset') |
| 6498 /** @domName SVGStopElement.offset */ | |
| 6499 AnimatedNumber get offset native "SVGStopElement_offset_Getter"; | 5531 AnimatedNumber get offset native "SVGStopElement_offset_Getter"; |
| 6500 | 5532 |
| 6501 | 5533 @DomName('SVGStopElement.className') |
| 6502 /** @domName SVGStopElement.className */ | |
| 6503 AnimatedString get $dom_svgClassName native "SVGStopElement_className_Getter"; | 5534 AnimatedString get $dom_svgClassName native "SVGStopElement_className_Getter"; |
| 6504 | 5535 |
| 6505 | 5536 @DomName('SVGStopElement.style') |
| 6506 /** @domName SVGStopElement.style */ | |
| 6507 CssStyleDeclaration get style native "SVGStopElement_style_Getter"; | 5537 CssStyleDeclaration get style native "SVGStopElement_style_Getter"; |
| 6508 | 5538 |
| 6509 | 5539 @DomName('SVGStopElement.getPresentationAttribute') |
| 6510 /** @domName SVGStopElement.getPresentationAttribute */ | |
| 6511 CssValue getPresentationAttribute(String name) native "SVGStopElement_getPrese
ntationAttribute_Callback"; | 5540 CssValue getPresentationAttribute(String name) native "SVGStopElement_getPrese
ntationAttribute_Callback"; |
| 6512 | 5541 |
| 6513 } | 5542 } |
| 6514 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5543 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6515 // for details. All rights reserved. Use of this source code is governed by a | 5544 // for details. All rights reserved. Use of this source code is governed by a |
| 6516 // BSD-style license that can be found in the LICENSE file. | 5545 // BSD-style license that can be found in the LICENSE file. |
| 6517 | 5546 |
| 6518 // WARNING: Do not edit - generated code. | 5547 // WARNING: Do not edit - generated code. |
| 6519 | 5548 |
| 6520 | 5549 |
| 6521 /// @domName SVGStringList | 5550 @DomName('SVGStringList') |
| 6522 class StringList extends NativeFieldWrapperClass1 implements List<String> { | 5551 class StringList extends NativeFieldWrapperClass1 implements List<String> { |
| 6523 StringList.internal(); | 5552 StringList.internal(); |
| 6524 | 5553 |
| 6525 | 5554 @DomName('SVGStringList.numberOfItems') |
| 6526 /** @domName SVGStringList.numberOfItems */ | |
| 6527 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; | 5555 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; |
| 6528 | 5556 |
| 6529 String operator[](int index) native "SVGStringList_item_Callback"; | 5557 String operator[](int index) native "SVGStringList_item_Callback"; |
| 6530 | 5558 |
| 6531 void operator[]=(int index, String value) { | 5559 void operator[]=(int index, String value) { |
| 6532 throw new UnsupportedError("Cannot assign element of immutable List."); | 5560 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 6533 } | 5561 } |
| 6534 // -- start List<String> mixins. | 5562 // -- start List<String> mixins. |
| 6535 // String is the element type. | 5563 // String is the element type. |
| 6536 | 5564 |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6664 | 5692 |
| 6665 void insertRange(int start, int rangeLength, [String initialValue]) { | 5693 void insertRange(int start, int rangeLength, [String initialValue]) { |
| 6666 throw new UnsupportedError("Cannot insertRange on immutable List."); | 5694 throw new UnsupportedError("Cannot insertRange on immutable List."); |
| 6667 } | 5695 } |
| 6668 | 5696 |
| 6669 List<String> getRange(int start, int rangeLength) => | 5697 List<String> getRange(int start, int rangeLength) => |
| 6670 Lists.getRange(this, start, rangeLength, <String>[]); | 5698 Lists.getRange(this, start, rangeLength, <String>[]); |
| 6671 | 5699 |
| 6672 // -- end List<String> mixins. | 5700 // -- end List<String> mixins. |
| 6673 | 5701 |
| 6674 | 5702 @DomName('SVGStringList.appendItem') |
| 6675 /** @domName SVGStringList.appendItem */ | |
| 6676 String appendItem(String item) native "SVGStringList_appendItem_Callback"; | 5703 String appendItem(String item) native "SVGStringList_appendItem_Callback"; |
| 6677 | 5704 |
| 6678 | 5705 @DomName('SVGStringList.clear') |
| 6679 /** @domName SVGStringList.clear */ | |
| 6680 void clear() native "SVGStringList_clear_Callback"; | 5706 void clear() native "SVGStringList_clear_Callback"; |
| 6681 | 5707 |
| 6682 | 5708 @DomName('SVGStringList.getItem') |
| 6683 /** @domName SVGStringList.getItem */ | |
| 6684 String getItem(int index) native "SVGStringList_getItem_Callback"; | 5709 String getItem(int index) native "SVGStringList_getItem_Callback"; |
| 6685 | 5710 |
| 6686 | 5711 @DomName('SVGStringList.initialize') |
| 6687 /** @domName SVGStringList.initialize */ | |
| 6688 String initialize(String item) native "SVGStringList_initialize_Callback"; | 5712 String initialize(String item) native "SVGStringList_initialize_Callback"; |
| 6689 | 5713 |
| 6690 | 5714 @DomName('SVGStringList.insertItemBefore') |
| 6691 /** @domName SVGStringList.insertItemBefore */ | |
| 6692 String insertItemBefore(String item, int index) native "SVGStringList_insertIt
emBefore_Callback"; | 5715 String insertItemBefore(String item, int index) native "SVGStringList_insertIt
emBefore_Callback"; |
| 6693 | 5716 |
| 6694 | 5717 @DomName('SVGStringList.removeItem') |
| 6695 /** @domName SVGStringList.removeItem */ | |
| 6696 String removeItem(int index) native "SVGStringList_removeItem_Callback"; | 5718 String removeItem(int index) native "SVGStringList_removeItem_Callback"; |
| 6697 | 5719 |
| 6698 | 5720 @DomName('SVGStringList.replaceItem') |
| 6699 /** @domName SVGStringList.replaceItem */ | |
| 6700 String replaceItem(String item, int index) native "SVGStringList_replaceItem_C
allback"; | 5721 String replaceItem(String item, int index) native "SVGStringList_replaceItem_C
allback"; |
| 6701 | 5722 |
| 6702 } | 5723 } |
| 6703 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5724 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6704 // for details. All rights reserved. Use of this source code is governed by a | 5725 // for details. All rights reserved. Use of this source code is governed by a |
| 6705 // BSD-style license that can be found in the LICENSE file. | 5726 // BSD-style license that can be found in the LICENSE file. |
| 6706 | 5727 |
| 6707 // WARNING: Do not edit - generated code. | 5728 // WARNING: Do not edit - generated code. |
| 6708 | 5729 |
| 6709 | 5730 |
| 6710 /// @domName SVGStylable | 5731 @DomName('SVGStylable') |
| 6711 class Stylable extends NativeFieldWrapperClass1 { | 5732 class Stylable extends NativeFieldWrapperClass1 { |
| 6712 Stylable.internal(); | 5733 Stylable.internal(); |
| 6713 | 5734 |
| 6714 | 5735 @DomName('SVGStylable.className') |
| 6715 /** @domName SVGStylable.className */ | |
| 6716 AnimatedString get $dom_svgClassName native "SVGStylable_className_Getter"; | 5736 AnimatedString get $dom_svgClassName native "SVGStylable_className_Getter"; |
| 6717 | 5737 |
| 6718 | 5738 @DomName('SVGStylable.style') |
| 6719 /** @domName SVGStylable.style */ | |
| 6720 CssStyleDeclaration get style native "SVGStylable_style_Getter"; | 5739 CssStyleDeclaration get style native "SVGStylable_style_Getter"; |
| 6721 | 5740 |
| 6722 | 5741 @DomName('SVGStylable.getPresentationAttribute') |
| 6723 /** @domName SVGStylable.getPresentationAttribute */ | |
| 6724 CssValue getPresentationAttribute(String name) native "SVGStylable_getPresenta
tionAttribute_Callback"; | 5742 CssValue getPresentationAttribute(String name) native "SVGStylable_getPresenta
tionAttribute_Callback"; |
| 6725 | 5743 |
| 6726 } | 5744 } |
| 6727 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5745 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6728 // for details. All rights reserved. Use of this source code is governed by a | 5746 // for details. All rights reserved. Use of this source code is governed by a |
| 6729 // BSD-style license that can be found in the LICENSE file. | 5747 // BSD-style license that can be found in the LICENSE file. |
| 6730 | 5748 |
| 6731 // WARNING: Do not edit - generated code. | 5749 // WARNING: Do not edit - generated code. |
| 6732 | 5750 |
| 6733 | 5751 |
| 6734 /// @domName SVGStyleElement | 5752 @DomName('SVGStyleElement') |
| 6735 class StyleElement extends SvgElement implements LangSpace { | 5753 class StyleElement extends SvgElement implements LangSpace { |
| 6736 StyleElement.internal() : super.internal(); | 5754 StyleElement.internal() : super.internal(); |
| 6737 | 5755 |
| 6738 ///@docsEditable true | 5756 /// @docsEditable true |
| 6739 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); | 5757 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); |
| 6740 | 5758 |
| 6741 | 5759 @DomName('SVGStyleElement.disabled') |
| 6742 /** @domName SVGStyleElement.disabled */ | |
| 6743 bool get disabled native "SVGStyleElement_disabled_Getter"; | 5760 bool get disabled native "SVGStyleElement_disabled_Getter"; |
| 6744 | 5761 |
| 6745 | 5762 @DomName('SVGStyleElement.disabled') |
| 6746 /** @domName SVGStyleElement.disabled */ | |
| 6747 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; | 5763 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; |
| 6748 | 5764 |
| 6749 | 5765 @DomName('SVGStyleElement.media') |
| 6750 /** @domName SVGStyleElement.media */ | |
| 6751 String get media native "SVGStyleElement_media_Getter"; | 5766 String get media native "SVGStyleElement_media_Getter"; |
| 6752 | 5767 |
| 6753 | 5768 @DomName('SVGStyleElement.media') |
| 6754 /** @domName SVGStyleElement.media */ | |
| 6755 void set media(String value) native "SVGStyleElement_media_Setter"; | 5769 void set media(String value) native "SVGStyleElement_media_Setter"; |
| 6756 | 5770 |
| 6757 | 5771 @DomName('SVGStyleElement.title') |
| 6758 /** @domName SVGStyleElement.title */ | |
| 6759 String get title native "SVGStyleElement_title_Getter"; | 5772 String get title native "SVGStyleElement_title_Getter"; |
| 6760 | 5773 |
| 6761 | 5774 @DomName('SVGStyleElement.title') |
| 6762 /** @domName SVGStyleElement.title */ | |
| 6763 void set title(String value) native "SVGStyleElement_title_Setter"; | 5775 void set title(String value) native "SVGStyleElement_title_Setter"; |
| 6764 | 5776 |
| 6765 | 5777 @DomName('SVGStyleElement.type') |
| 6766 /** @domName SVGStyleElement.type */ | |
| 6767 String get type native "SVGStyleElement_type_Getter"; | 5778 String get type native "SVGStyleElement_type_Getter"; |
| 6768 | 5779 |
| 6769 | 5780 @DomName('SVGStyleElement.type') |
| 6770 /** @domName SVGStyleElement.type */ | |
| 6771 void set type(String value) native "SVGStyleElement_type_Setter"; | 5781 void set type(String value) native "SVGStyleElement_type_Setter"; |
| 6772 | 5782 |
| 6773 | 5783 @DomName('SVGStyleElement.xmllang') |
| 6774 /** @domName SVGStyleElement.xmllang */ | |
| 6775 String get xmllang native "SVGStyleElement_xmllang_Getter"; | 5784 String get xmllang native "SVGStyleElement_xmllang_Getter"; |
| 6776 | 5785 |
| 6777 | 5786 @DomName('SVGStyleElement.xmllang') |
| 6778 /** @domName SVGStyleElement.xmllang */ | |
| 6779 void set xmllang(String value) native "SVGStyleElement_xmllang_Setter"; | 5787 void set xmllang(String value) native "SVGStyleElement_xmllang_Setter"; |
| 6780 | 5788 |
| 6781 | 5789 @DomName('SVGStyleElement.xmlspace') |
| 6782 /** @domName SVGStyleElement.xmlspace */ | |
| 6783 String get xmlspace native "SVGStyleElement_xmlspace_Getter"; | 5790 String get xmlspace native "SVGStyleElement_xmlspace_Getter"; |
| 6784 | 5791 |
| 6785 | 5792 @DomName('SVGStyleElement.xmlspace') |
| 6786 /** @domName SVGStyleElement.xmlspace */ | |
| 6787 void set xmlspace(String value) native "SVGStyleElement_xmlspace_Setter"; | 5793 void set xmlspace(String value) native "SVGStyleElement_xmlspace_Setter"; |
| 6788 | 5794 |
| 6789 } | 5795 } |
| 6790 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5796 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6791 // for details. All rights reserved. Use of this source code is governed by a | 5797 // for details. All rights reserved. Use of this source code is governed by a |
| 6792 // BSD-style license that can be found in the LICENSE file. | 5798 // BSD-style license that can be found in the LICENSE file. |
| 6793 | 5799 |
| 6794 // WARNING: Do not edit - generated code. | 5800 // WARNING: Do not edit - generated code. |
| 6795 | 5801 |
| 6796 | 5802 |
| 6797 /// @domName SVGDocument | 5803 @DomName('SVGDocument') |
| 6798 class SvgDocument extends Document { | 5804 class SvgDocument extends Document { |
| 6799 SvgDocument.internal() : super.internal(); | 5805 SvgDocument.internal() : super.internal(); |
| 6800 | 5806 |
| 6801 | 5807 @DomName('SVGDocument.rootElement') |
| 6802 /** @domName SVGDocument.rootElement */ | |
| 6803 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; | 5808 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; |
| 6804 | 5809 |
| 6805 | 5810 @DomName('SVGDocument.createEvent') |
| 6806 /** @domName SVGDocument.createEvent */ | |
| 6807 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb
ack"; | 5811 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb
ack"; |
| 6808 | 5812 |
| 6809 } | 5813 } |
| 6810 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 5814 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 6811 // for details. All rights reserved. Use of this source code is governed by a | 5815 // for details. All rights reserved. Use of this source code is governed by a |
| 6812 // BSD-style license that can be found in the LICENSE file. | 5816 // BSD-style license that can be found in the LICENSE file. |
| 6813 | 5817 |
| 6814 | 5818 |
| 6815 class _AttributeClassSet extends CssClassSet { | 5819 class _AttributeClassSet extends CssClassSet { |
| 6816 final Element _element; | 5820 final Element _element; |
| (...skipping 15 matching lines...) Expand all Loading... |
| 6832 } | 5836 } |
| 6833 return s; | 5837 return s; |
| 6834 } | 5838 } |
| 6835 | 5839 |
| 6836 void writeClasses(Set s) { | 5840 void writeClasses(Set s) { |
| 6837 List list = new List.from(s); | 5841 List list = new List.from(s); |
| 6838 _element.attributes['class'] = Strings.join(list, ' '); | 5842 _element.attributes['class'] = Strings.join(list, ' '); |
| 6839 } | 5843 } |
| 6840 } | 5844 } |
| 6841 | 5845 |
| 6842 /// @domName SVGElement | 5846 @DomName('SVGElement') |
| 6843 class SvgElement extends Element { | 5847 class SvgElement extends Element { |
| 6844 factory SvgElement.tag(String tag) => | 5848 factory SvgElement.tag(String tag) => |
| 6845 _SvgElementFactoryProvider.createSvgElement_tag(tag); | 5849 _SvgElementFactoryProvider.createSvgElement_tag(tag); |
| 6846 factory SvgElement.svg(String svg) => | 5850 factory SvgElement.svg(String svg) => |
| 6847 _SvgElementFactoryProvider.createSvgElement_svg(svg); | 5851 _SvgElementFactoryProvider.createSvgElement_svg(svg); |
| 6848 | 5852 |
| 6849 _AttributeClassSet _cssClassSet; | 5853 _AttributeClassSet _cssClassSet; |
| 6850 CssClassSet get classes { | 5854 CssClassSet get classes { |
| 6851 if (_cssClassSet == null) { | 5855 if (_cssClassSet == null) { |
| 6852 _cssClassSet = new _AttributeClassSet(this); | 5856 _cssClassSet = new _AttributeClassSet(this); |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6889 void set innerHtml(String svg) { | 5893 void set innerHtml(String svg) { |
| 6890 final container = new Element.tag("div"); | 5894 final container = new Element.tag("div"); |
| 6891 // Wrap the SVG string in <svg> so that SvgElements are created, rather than | 5895 // Wrap the SVG string in <svg> so that SvgElements are created, rather than |
| 6892 // HTMLElements. | 5896 // HTMLElements. |
| 6893 container.innerHtml = '<svg version="1.1">$svg</svg>'; | 5897 container.innerHtml = '<svg version="1.1">$svg</svg>'; |
| 6894 this.children = container.children[0].children; | 5898 this.children = container.children[0].children; |
| 6895 } | 5899 } |
| 6896 | 5900 |
| 6897 // Unsupported methods inherited from Element. | 5901 // Unsupported methods inherited from Element. |
| 6898 | 5902 |
| 6899 /** @domName Element.insertAdjacentText */ | 5903 @DomName('Element.insertAdjacentText') |
| 6900 void insertAdjacentText(String where, String text) { | 5904 void insertAdjacentText(String where, String text) { |
| 6901 throw new UnsupportedError("Cannot invoke insertAdjacentText on SVG."); | 5905 throw new UnsupportedError("Cannot invoke insertAdjacentText on SVG."); |
| 6902 } | 5906 } |
| 6903 | 5907 |
| 6904 /** @domName Element.insertAdjacentHTML */ | 5908 @DomName('Element.insertAdjacentHTML') |
| 6905 void insertAdjacentHtml(String where, String text) { | 5909 void insertAdjacentHtml(String where, String text) { |
| 6906 throw new UnsupportedError("Cannot invoke insertAdjacentHtml on SVG."); | 5910 throw new UnsupportedError("Cannot invoke insertAdjacentHtml on SVG."); |
| 6907 } | 5911 } |
| 6908 | 5912 |
| 6909 /** @domName Element.insertAdjacentHTML */ | 5913 @DomName('Element.insertAdjacentHTML') |
| 6910 Element insertAdjacentElement(String where, Element element) { | 5914 Element insertAdjacentElement(String where, Element element) { |
| 6911 throw new UnsupportedError("Cannot invoke insertAdjacentElement on SVG."); | 5915 throw new UnsupportedError("Cannot invoke insertAdjacentElement on SVG."); |
| 6912 } | 5916 } |
| 6913 | 5917 |
| 6914 HtmlCollection get $dom_children { | 5918 HtmlCollection get $dom_children { |
| 6915 throw new UnsupportedError("Cannot get dom_children on SVG."); | 5919 throw new UnsupportedError("Cannot get dom_children on SVG."); |
| 6916 } | 5920 } |
| 6917 | 5921 |
| 6918 bool get isContentEditable => false; | 5922 bool get isContentEditable => false; |
| 6919 void click() { | 5923 void click() { |
| 6920 throw new UnsupportedError("Cannot invoke click SVG."); | 5924 throw new UnsupportedError("Cannot invoke click SVG."); |
| 6921 } | 5925 } |
| 6922 | 5926 |
| 6923 SvgElement.internal() : super.internal(); | 5927 SvgElement.internal() : super.internal(); |
| 6924 | 5928 |
| 6925 | 5929 @DomName('SVGElement.id') |
| 6926 /** @domName SVGElement.id */ | |
| 6927 String get id native "SVGElement_id_Getter"; | 5930 String get id native "SVGElement_id_Getter"; |
| 6928 | 5931 |
| 6929 | 5932 @DomName('SVGElement.id') |
| 6930 /** @domName SVGElement.id */ | |
| 6931 void set id(String value) native "SVGElement_id_Setter"; | 5933 void set id(String value) native "SVGElement_id_Setter"; |
| 6932 | 5934 |
| 6933 | 5935 @DomName('SVGElement.ownerSVGElement') |
| 6934 /** @domName SVGElement.ownerSVGElement */ | |
| 6935 SvgSvgElement get ownerSvgElement native "SVGElement_ownerSVGElement_Getter"; | 5936 SvgSvgElement get ownerSvgElement native "SVGElement_ownerSVGElement_Getter"; |
| 6936 | 5937 |
| 6937 | 5938 @DomName('SVGElement.viewportElement') |
| 6938 /** @domName SVGElement.viewportElement */ | |
| 6939 SvgElement get viewportElement native "SVGElement_viewportElement_Getter"; | 5939 SvgElement get viewportElement native "SVGElement_viewportElement_Getter"; |
| 6940 | 5940 |
| 6941 | 5941 @DomName('SVGElement.xmlbase') |
| 6942 /** @domName SVGElement.xmlbase */ | |
| 6943 String get xmlbase native "SVGElement_xmlbase_Getter"; | 5942 String get xmlbase native "SVGElement_xmlbase_Getter"; |
| 6944 | 5943 |
| 6945 | 5944 @DomName('SVGElement.xmlbase') |
| 6946 /** @domName SVGElement.xmlbase */ | |
| 6947 void set xmlbase(String value) native "SVGElement_xmlbase_Setter"; | 5945 void set xmlbase(String value) native "SVGElement_xmlbase_Setter"; |
| 6948 | 5946 |
| 6949 } | 5947 } |
| 6950 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5948 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6951 // for details. All rights reserved. Use of this source code is governed by a | 5949 // for details. All rights reserved. Use of this source code is governed by a |
| 6952 // BSD-style license that can be found in the LICENSE file. | 5950 // BSD-style license that can be found in the LICENSE file. |
| 6953 | 5951 |
| 6954 // WARNING: Do not edit - generated code. | 5952 // WARNING: Do not edit - generated code. |
| 6955 | 5953 |
| 6956 | 5954 |
| 6957 /// @domName SVGException | 5955 @DomName('SVGException') |
| 6958 class SvgException extends NativeFieldWrapperClass1 { | 5956 class SvgException extends NativeFieldWrapperClass1 { |
| 6959 SvgException.internal(); | 5957 SvgException.internal(); |
| 6960 | 5958 |
| 6961 static const int SVG_INVALID_VALUE_ERR = 1; | 5959 static const int SVG_INVALID_VALUE_ERR = 1; |
| 6962 | 5960 |
| 6963 static const int SVG_MATRIX_NOT_INVERTABLE = 2; | 5961 static const int SVG_MATRIX_NOT_INVERTABLE = 2; |
| 6964 | 5962 |
| 6965 static const int SVG_WRONG_TYPE_ERR = 0; | 5963 static const int SVG_WRONG_TYPE_ERR = 0; |
| 6966 | 5964 |
| 6967 | 5965 @DomName('SVGException.code') |
| 6968 /** @domName SVGException.code */ | |
| 6969 int get code native "SVGException_code_Getter"; | 5966 int get code native "SVGException_code_Getter"; |
| 6970 | 5967 |
| 6971 | 5968 @DomName('SVGException.message') |
| 6972 /** @domName SVGException.message */ | |
| 6973 String get message native "SVGException_message_Getter"; | 5969 String get message native "SVGException_message_Getter"; |
| 6974 | 5970 |
| 6975 | 5971 @DomName('SVGException.name') |
| 6976 /** @domName SVGException.name */ | |
| 6977 String get name native "SVGException_name_Getter"; | 5972 String get name native "SVGException_name_Getter"; |
| 6978 | 5973 |
| 6979 | 5974 @DomName('SVGException.toString') |
| 6980 /** @domName SVGException.toString */ | |
| 6981 String toString() native "SVGException_toString_Callback"; | 5975 String toString() native "SVGException_toString_Callback"; |
| 6982 | 5976 |
| 6983 } | 5977 } |
| 6984 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5978 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6985 // for details. All rights reserved. Use of this source code is governed by a | 5979 // for details. All rights reserved. Use of this source code is governed by a |
| 6986 // BSD-style license that can be found in the LICENSE file. | 5980 // BSD-style license that can be found in the LICENSE file. |
| 6987 | 5981 |
| 6988 | 5982 |
| 6989 /// @domName SVGSVGElement | 5983 @DomName('SVGSVGElement') |
| 6990 class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable,
Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace { | 5984 class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable,
Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace { |
| 6991 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement()
; | 5985 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement()
; |
| 6992 | 5986 |
| 6993 SvgSvgElement.internal() : super.internal(); | 5987 SvgSvgElement.internal() : super.internal(); |
| 6994 | 5988 |
| 6995 | 5989 @DomName('SVGSVGElement.contentScriptType') |
| 6996 /** @domName SVGSVGElement.contentScriptType */ | |
| 6997 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; | 5990 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; |
| 6998 | 5991 |
| 6999 | 5992 @DomName('SVGSVGElement.contentScriptType') |
| 7000 /** @domName SVGSVGElement.contentScriptType */ | |
| 7001 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy
pe_Setter"; | 5993 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy
pe_Setter"; |
| 7002 | 5994 |
| 7003 | 5995 @DomName('SVGSVGElement.contentStyleType') |
| 7004 /** @domName SVGSVGElement.contentStyleType */ | |
| 7005 String get contentStyleType native "SVGSVGElement_contentStyleType_Getter"; | 5996 String get contentStyleType native "SVGSVGElement_contentStyleType_Getter"; |
| 7006 | 5997 |
| 7007 | 5998 @DomName('SVGSVGElement.contentStyleType') |
| 7008 /** @domName SVGSVGElement.contentStyleType */ | |
| 7009 void set contentStyleType(String value) native "SVGSVGElement_contentStyleType
_Setter"; | 5999 void set contentStyleType(String value) native "SVGSVGElement_contentStyleType
_Setter"; |
| 7010 | 6000 |
| 7011 | 6001 @DomName('SVGSVGElement.currentScale') |
| 7012 /** @domName SVGSVGElement.currentScale */ | |
| 7013 num get currentScale native "SVGSVGElement_currentScale_Getter"; | 6002 num get currentScale native "SVGSVGElement_currentScale_Getter"; |
| 7014 | 6003 |
| 7015 | 6004 @DomName('SVGSVGElement.currentScale') |
| 7016 /** @domName SVGSVGElement.currentScale */ | |
| 7017 void set currentScale(num value) native "SVGSVGElement_currentScale_Setter"; | 6005 void set currentScale(num value) native "SVGSVGElement_currentScale_Setter"; |
| 7018 | 6006 |
| 7019 | 6007 @DomName('SVGSVGElement.currentTranslate') |
| 7020 /** @domName SVGSVGElement.currentTranslate */ | |
| 7021 Point get currentTranslate native "SVGSVGElement_currentTranslate_Getter"; | 6008 Point get currentTranslate native "SVGSVGElement_currentTranslate_Getter"; |
| 7022 | 6009 |
| 7023 | 6010 @DomName('SVGSVGElement.currentView') |
| 7024 /** @domName SVGSVGElement.currentView */ | |
| 7025 ViewSpec get currentView native "SVGSVGElement_currentView_Getter"; | 6011 ViewSpec get currentView native "SVGSVGElement_currentView_Getter"; |
| 7026 | 6012 |
| 7027 | 6013 @DomName('SVGSVGElement.height') |
| 7028 /** @domName SVGSVGElement.height */ | |
| 7029 AnimatedLength get height native "SVGSVGElement_height_Getter"; | 6014 AnimatedLength get height native "SVGSVGElement_height_Getter"; |
| 7030 | 6015 |
| 7031 | 6016 @DomName('SVGSVGElement.pixelUnitToMillimeterX') |
| 7032 /** @domName SVGSVGElement.pixelUnitToMillimeterX */ | |
| 7033 num get pixelUnitToMillimeterX native "SVGSVGElement_pixelUnitToMillimeterX_Ge
tter"; | 6017 num get pixelUnitToMillimeterX native "SVGSVGElement_pixelUnitToMillimeterX_Ge
tter"; |
| 7034 | 6018 |
| 7035 | 6019 @DomName('SVGSVGElement.pixelUnitToMillimeterY') |
| 7036 /** @domName SVGSVGElement.pixelUnitToMillimeterY */ | |
| 7037 num get pixelUnitToMillimeterY native "SVGSVGElement_pixelUnitToMillimeterY_Ge
tter"; | 6020 num get pixelUnitToMillimeterY native "SVGSVGElement_pixelUnitToMillimeterY_Ge
tter"; |
| 7038 | 6021 |
| 7039 | 6022 @DomName('SVGSVGElement.screenPixelToMillimeterX') |
| 7040 /** @domName SVGSVGElement.screenPixelToMillimeterX */ | |
| 7041 num get screenPixelToMillimeterX native "SVGSVGElement_screenPixelToMillimeter
X_Getter"; | 6023 num get screenPixelToMillimeterX native "SVGSVGElement_screenPixelToMillimeter
X_Getter"; |
| 7042 | 6024 |
| 7043 | 6025 @DomName('SVGSVGElement.screenPixelToMillimeterY') |
| 7044 /** @domName SVGSVGElement.screenPixelToMillimeterY */ | |
| 7045 num get screenPixelToMillimeterY native "SVGSVGElement_screenPixelToMillimeter
Y_Getter"; | 6026 num get screenPixelToMillimeterY native "SVGSVGElement_screenPixelToMillimeter
Y_Getter"; |
| 7046 | 6027 |
| 7047 | 6028 @DomName('SVGSVGElement.useCurrentView') |
| 7048 /** @domName SVGSVGElement.useCurrentView */ | |
| 7049 bool get useCurrentView native "SVGSVGElement_useCurrentView_Getter"; | 6029 bool get useCurrentView native "SVGSVGElement_useCurrentView_Getter"; |
| 7050 | 6030 |
| 7051 | 6031 @DomName('SVGSVGElement.viewport') |
| 7052 /** @domName SVGSVGElement.viewport */ | |
| 7053 Rect get viewport native "SVGSVGElement_viewport_Getter"; | 6032 Rect get viewport native "SVGSVGElement_viewport_Getter"; |
| 7054 | 6033 |
| 7055 | 6034 @DomName('SVGSVGElement.width') |
| 7056 /** @domName SVGSVGElement.width */ | |
| 7057 AnimatedLength get width native "SVGSVGElement_width_Getter"; | 6035 AnimatedLength get width native "SVGSVGElement_width_Getter"; |
| 7058 | 6036 |
| 7059 | 6037 @DomName('SVGSVGElement.x') |
| 7060 /** @domName SVGSVGElement.x */ | |
| 7061 AnimatedLength get x native "SVGSVGElement_x_Getter"; | 6038 AnimatedLength get x native "SVGSVGElement_x_Getter"; |
| 7062 | 6039 |
| 7063 | 6040 @DomName('SVGSVGElement.y') |
| 7064 /** @domName SVGSVGElement.y */ | |
| 7065 AnimatedLength get y native "SVGSVGElement_y_Getter"; | 6041 AnimatedLength get y native "SVGSVGElement_y_Getter"; |
| 7066 | 6042 |
| 7067 | 6043 @DomName('SVGSVGElement.animationsPaused') |
| 7068 /** @domName SVGSVGElement.animationsPaused */ | |
| 7069 bool animationsPaused() native "SVGSVGElement_animationsPaused_Callback"; | 6044 bool animationsPaused() native "SVGSVGElement_animationsPaused_Callback"; |
| 7070 | 6045 |
| 7071 | 6046 @DomName('SVGSVGElement.checkEnclosure') |
| 7072 /** @domName SVGSVGElement.checkEnclosure */ | |
| 7073 bool checkEnclosure(SvgElement element, Rect rect) native "SVGSVGElement_check
Enclosure_Callback"; | 6047 bool checkEnclosure(SvgElement element, Rect rect) native "SVGSVGElement_check
Enclosure_Callback"; |
| 7074 | 6048 |
| 7075 | 6049 @DomName('SVGSVGElement.checkIntersection') |
| 7076 /** @domName SVGSVGElement.checkIntersection */ | |
| 7077 bool checkIntersection(SvgElement element, Rect rect) native "SVGSVGElement_ch
eckIntersection_Callback"; | 6050 bool checkIntersection(SvgElement element, Rect rect) native "SVGSVGElement_ch
eckIntersection_Callback"; |
| 7078 | 6051 |
| 7079 | 6052 @DomName('SVGSVGElement.createSVGAngle') |
| 7080 /** @domName SVGSVGElement.createSVGAngle */ | |
| 7081 Angle createSvgAngle() native "SVGSVGElement_createSVGAngle_Callback"; | 6053 Angle createSvgAngle() native "SVGSVGElement_createSVGAngle_Callback"; |
| 7082 | 6054 |
| 7083 | 6055 @DomName('SVGSVGElement.createSVGLength') |
| 7084 /** @domName SVGSVGElement.createSVGLength */ | |
| 7085 Length createSvgLength() native "SVGSVGElement_createSVGLength_Callback"; | 6056 Length createSvgLength() native "SVGSVGElement_createSVGLength_Callback"; |
| 7086 | 6057 |
| 7087 | 6058 @DomName('SVGSVGElement.createSVGMatrix') |
| 7088 /** @domName SVGSVGElement.createSVGMatrix */ | |
| 7089 Matrix createSvgMatrix() native "SVGSVGElement_createSVGMatrix_Callback"; | 6059 Matrix createSvgMatrix() native "SVGSVGElement_createSVGMatrix_Callback"; |
| 7090 | 6060 |
| 7091 | 6061 @DomName('SVGSVGElement.createSVGNumber') |
| 7092 /** @domName SVGSVGElement.createSVGNumber */ | |
| 7093 Number createSvgNumber() native "SVGSVGElement_createSVGNumber_Callback"; | 6062 Number createSvgNumber() native "SVGSVGElement_createSVGNumber_Callback"; |
| 7094 | 6063 |
| 7095 | 6064 @DomName('SVGSVGElement.createSVGPoint') |
| 7096 /** @domName SVGSVGElement.createSVGPoint */ | |
| 7097 Point createSvgPoint() native "SVGSVGElement_createSVGPoint_Callback"; | 6065 Point createSvgPoint() native "SVGSVGElement_createSVGPoint_Callback"; |
| 7098 | 6066 |
| 7099 | 6067 @DomName('SVGSVGElement.createSVGRect') |
| 7100 /** @domName SVGSVGElement.createSVGRect */ | |
| 7101 Rect createSvgRect() native "SVGSVGElement_createSVGRect_Callback"; | 6068 Rect createSvgRect() native "SVGSVGElement_createSVGRect_Callback"; |
| 7102 | 6069 |
| 7103 | 6070 @DomName('SVGSVGElement.createSVGTransform') |
| 7104 /** @domName SVGSVGElement.createSVGTransform */ | |
| 7105 Transform createSvgTransform() native "SVGSVGElement_createSVGTransform_Callba
ck"; | 6071 Transform createSvgTransform() native "SVGSVGElement_createSVGTransform_Callba
ck"; |
| 7106 | 6072 |
| 7107 | 6073 @DomName('SVGSVGElement.createSVGTransformFromMatrix') |
| 7108 /** @domName SVGSVGElement.createSVGTransformFromMatrix */ | |
| 7109 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGSVGElement_cr
eateSVGTransformFromMatrix_Callback"; | 6074 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGSVGElement_cr
eateSVGTransformFromMatrix_Callback"; |
| 7110 | 6075 |
| 7111 | 6076 @DomName('SVGSVGElement.deselectAll') |
| 7112 /** @domName SVGSVGElement.deselectAll */ | |
| 7113 void deselectAll() native "SVGSVGElement_deselectAll_Callback"; | 6077 void deselectAll() native "SVGSVGElement_deselectAll_Callback"; |
| 7114 | 6078 |
| 7115 | 6079 @DomName('SVGSVGElement.forceRedraw') |
| 7116 /** @domName SVGSVGElement.forceRedraw */ | |
| 7117 void forceRedraw() native "SVGSVGElement_forceRedraw_Callback"; | 6080 void forceRedraw() native "SVGSVGElement_forceRedraw_Callback"; |
| 7118 | 6081 |
| 7119 | 6082 @DomName('SVGSVGElement.getCurrentTime') |
| 7120 /** @domName SVGSVGElement.getCurrentTime */ | |
| 7121 num getCurrentTime() native "SVGSVGElement_getCurrentTime_Callback"; | 6083 num getCurrentTime() native "SVGSVGElement_getCurrentTime_Callback"; |
| 7122 | 6084 |
| 7123 | 6085 @DomName('SVGSVGElement.getElementById') |
| 7124 /** @domName SVGSVGElement.getElementById */ | |
| 7125 Element getElementById(String elementId) native "SVGSVGElement_getElementById_
Callback"; | 6086 Element getElementById(String elementId) native "SVGSVGElement_getElementById_
Callback"; |
| 7126 | 6087 |
| 7127 | 6088 @DomName('SVGSVGElement.getEnclosureList') |
| 7128 /** @domName SVGSVGElement.getEnclosureList */ | |
| 7129 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native "SV
GSVGElement_getEnclosureList_Callback"; | 6089 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native "SV
GSVGElement_getEnclosureList_Callback"; |
| 7130 | 6090 |
| 7131 | 6091 @DomName('SVGSVGElement.getIntersectionList') |
| 7132 /** @domName SVGSVGElement.getIntersectionList */ | |
| 7133 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native
"SVGSVGElement_getIntersectionList_Callback"; | 6092 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native
"SVGSVGElement_getIntersectionList_Callback"; |
| 7134 | 6093 |
| 7135 | 6094 @DomName('SVGSVGElement.pauseAnimations') |
| 7136 /** @domName SVGSVGElement.pauseAnimations */ | |
| 7137 void pauseAnimations() native "SVGSVGElement_pauseAnimations_Callback"; | 6095 void pauseAnimations() native "SVGSVGElement_pauseAnimations_Callback"; |
| 7138 | 6096 |
| 7139 | 6097 @DomName('SVGSVGElement.setCurrentTime') |
| 7140 /** @domName SVGSVGElement.setCurrentTime */ | |
| 7141 void setCurrentTime(num seconds) native "SVGSVGElement_setCurrentTime_Callback
"; | 6098 void setCurrentTime(num seconds) native "SVGSVGElement_setCurrentTime_Callback
"; |
| 7142 | 6099 |
| 7143 | 6100 @DomName('SVGSVGElement.suspendRedraw') |
| 7144 /** @domName SVGSVGElement.suspendRedraw */ | |
| 7145 int suspendRedraw(int maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw
_Callback"; | 6101 int suspendRedraw(int maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw
_Callback"; |
| 7146 | 6102 |
| 7147 | 6103 @DomName('SVGSVGElement.unpauseAnimations') |
| 7148 /** @domName SVGSVGElement.unpauseAnimations */ | |
| 7149 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback"; | 6104 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback"; |
| 7150 | 6105 |
| 7151 | 6106 @DomName('SVGSVGElement.unsuspendRedraw') |
| 7152 /** @domName SVGSVGElement.unsuspendRedraw */ | |
| 7153 void unsuspendRedraw(int suspendHandleId) native "SVGSVGElement_unsuspendRedra
w_Callback"; | 6107 void unsuspendRedraw(int suspendHandleId) native "SVGSVGElement_unsuspendRedra
w_Callback"; |
| 7154 | 6108 |
| 7155 | 6109 @DomName('SVGSVGElement.unsuspendRedrawAll') |
| 7156 /** @domName SVGSVGElement.unsuspendRedrawAll */ | |
| 7157 void unsuspendRedrawAll() native "SVGSVGElement_unsuspendRedrawAll_Callback"; | 6110 void unsuspendRedrawAll() native "SVGSVGElement_unsuspendRedrawAll_Callback"; |
| 7158 | 6111 |
| 7159 | 6112 @DomName('SVGSVGElement.externalResourcesRequired') |
| 7160 /** @domName SVGSVGElement.externalResourcesRequired */ | |
| 7161 AnimatedBoolean get externalResourcesRequired native "SVGSVGElement_externalRe
sourcesRequired_Getter"; | 6113 AnimatedBoolean get externalResourcesRequired native "SVGSVGElement_externalRe
sourcesRequired_Getter"; |
| 7162 | 6114 |
| 7163 | 6115 @DomName('SVGSVGElement.preserveAspectRatio') |
| 7164 /** @domName SVGSVGElement.preserveAspectRatio */ | |
| 7165 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSVGElement_pres
erveAspectRatio_Getter"; | 6116 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSVGElement_pres
erveAspectRatio_Getter"; |
| 7166 | 6117 |
| 7167 | 6118 @DomName('SVGSVGElement.viewBox') |
| 7168 /** @domName SVGSVGElement.viewBox */ | |
| 7169 AnimatedRect get viewBox native "SVGSVGElement_viewBox_Getter"; | 6119 AnimatedRect get viewBox native "SVGSVGElement_viewBox_Getter"; |
| 7170 | 6120 |
| 7171 | 6121 @DomName('SVGSVGElement.xmllang') |
| 7172 /** @domName SVGSVGElement.xmllang */ | |
| 7173 String get xmllang native "SVGSVGElement_xmllang_Getter"; | 6122 String get xmllang native "SVGSVGElement_xmllang_Getter"; |
| 7174 | 6123 |
| 7175 | 6124 @DomName('SVGSVGElement.xmllang') |
| 7176 /** @domName SVGSVGElement.xmllang */ | |
| 7177 void set xmllang(String value) native "SVGSVGElement_xmllang_Setter"; | 6125 void set xmllang(String value) native "SVGSVGElement_xmllang_Setter"; |
| 7178 | 6126 |
| 7179 | 6127 @DomName('SVGSVGElement.xmlspace') |
| 7180 /** @domName SVGSVGElement.xmlspace */ | |
| 7181 String get xmlspace native "SVGSVGElement_xmlspace_Getter"; | 6128 String get xmlspace native "SVGSVGElement_xmlspace_Getter"; |
| 7182 | 6129 |
| 7183 | 6130 @DomName('SVGSVGElement.xmlspace') |
| 7184 /** @domName SVGSVGElement.xmlspace */ | |
| 7185 void set xmlspace(String value) native "SVGSVGElement_xmlspace_Setter"; | 6131 void set xmlspace(String value) native "SVGSVGElement_xmlspace_Setter"; |
| 7186 | 6132 |
| 7187 | 6133 @DomName('SVGSVGElement.farthestViewportElement') |
| 7188 /** @domName SVGSVGElement.farthestViewportElement */ | |
| 7189 SvgElement get farthestViewportElement native "SVGSVGElement_farthestViewportE
lement_Getter"; | 6134 SvgElement get farthestViewportElement native "SVGSVGElement_farthestViewportE
lement_Getter"; |
| 7190 | 6135 |
| 7191 | 6136 @DomName('SVGSVGElement.nearestViewportElement') |
| 7192 /** @domName SVGSVGElement.nearestViewportElement */ | |
| 7193 SvgElement get nearestViewportElement native "SVGSVGElement_nearestViewportEle
ment_Getter"; | 6137 SvgElement get nearestViewportElement native "SVGSVGElement_nearestViewportEle
ment_Getter"; |
| 7194 | 6138 |
| 7195 | 6139 @DomName('SVGSVGElement.getBBox') |
| 7196 /** @domName SVGSVGElement.getBBox */ | |
| 7197 Rect getBBox() native "SVGSVGElement_getBBox_Callback"; | 6140 Rect getBBox() native "SVGSVGElement_getBBox_Callback"; |
| 7198 | 6141 |
| 7199 | 6142 @DomName('SVGSVGElement.getCTM') |
| 7200 /** @domName SVGSVGElement.getCTM */ | |
| 7201 Matrix getCtm() native "SVGSVGElement_getCTM_Callback"; | 6143 Matrix getCtm() native "SVGSVGElement_getCTM_Callback"; |
| 7202 | 6144 |
| 7203 | 6145 @DomName('SVGSVGElement.getScreenCTM') |
| 7204 /** @domName SVGSVGElement.getScreenCTM */ | |
| 7205 Matrix getScreenCtm() native "SVGSVGElement_getScreenCTM_Callback"; | 6146 Matrix getScreenCtm() native "SVGSVGElement_getScreenCTM_Callback"; |
| 7206 | 6147 |
| 7207 | 6148 @DomName('SVGSVGElement.getTransformToElement') |
| 7208 /** @domName SVGSVGElement.getTransformToElement */ | |
| 7209 Matrix getTransformToElement(SvgElement element) native "SVGSVGElement_getTran
sformToElement_Callback"; | 6149 Matrix getTransformToElement(SvgElement element) native "SVGSVGElement_getTran
sformToElement_Callback"; |
| 7210 | 6150 |
| 7211 | 6151 @DomName('SVGSVGElement.className') |
| 7212 /** @domName SVGSVGElement.className */ | |
| 7213 AnimatedString get $dom_svgClassName native "SVGSVGElement_className_Getter"; | 6152 AnimatedString get $dom_svgClassName native "SVGSVGElement_className_Getter"; |
| 7214 | 6153 |
| 7215 | 6154 @DomName('SVGSVGElement.style') |
| 7216 /** @domName SVGSVGElement.style */ | |
| 7217 CssStyleDeclaration get style native "SVGSVGElement_style_Getter"; | 6155 CssStyleDeclaration get style native "SVGSVGElement_style_Getter"; |
| 7218 | 6156 |
| 7219 | 6157 @DomName('SVGSVGElement.getPresentationAttribute') |
| 7220 /** @domName SVGSVGElement.getPresentationAttribute */ | |
| 7221 CssValue getPresentationAttribute(String name) native "SVGSVGElement_getPresen
tationAttribute_Callback"; | 6158 CssValue getPresentationAttribute(String name) native "SVGSVGElement_getPresen
tationAttribute_Callback"; |
| 7222 | 6159 |
| 7223 | 6160 @DomName('SVGSVGElement.requiredExtensions') |
| 7224 /** @domName SVGSVGElement.requiredExtensions */ | |
| 7225 StringList get requiredExtensions native "SVGSVGElement_requiredExtensions_Get
ter"; | 6161 StringList get requiredExtensions native "SVGSVGElement_requiredExtensions_Get
ter"; |
| 7226 | 6162 |
| 7227 | 6163 @DomName('SVGSVGElement.requiredFeatures') |
| 7228 /** @domName SVGSVGElement.requiredFeatures */ | |
| 7229 StringList get requiredFeatures native "SVGSVGElement_requiredFeatures_Getter"
; | 6164 StringList get requiredFeatures native "SVGSVGElement_requiredFeatures_Getter"
; |
| 7230 | 6165 |
| 7231 | 6166 @DomName('SVGSVGElement.systemLanguage') |
| 7232 /** @domName SVGSVGElement.systemLanguage */ | |
| 7233 StringList get systemLanguage native "SVGSVGElement_systemLanguage_Getter"; | 6167 StringList get systemLanguage native "SVGSVGElement_systemLanguage_Getter"; |
| 7234 | 6168 |
| 7235 | 6169 @DomName('SVGSVGElement.hasExtension') |
| 7236 /** @domName SVGSVGElement.hasExtension */ | |
| 7237 bool hasExtension(String extension) native "SVGSVGElement_hasExtension_Callbac
k"; | 6170 bool hasExtension(String extension) native "SVGSVGElement_hasExtension_Callbac
k"; |
| 7238 | 6171 |
| 7239 | 6172 @DomName('SVGSVGElement.zoomAndPan') |
| 7240 /** @domName SVGSVGElement.zoomAndPan */ | |
| 7241 int get zoomAndPan native "SVGSVGElement_zoomAndPan_Getter"; | 6173 int get zoomAndPan native "SVGSVGElement_zoomAndPan_Getter"; |
| 7242 | 6174 |
| 7243 | 6175 @DomName('SVGSVGElement.zoomAndPan') |
| 7244 /** @domName SVGSVGElement.zoomAndPan */ | |
| 7245 void set zoomAndPan(int value) native "SVGSVGElement_zoomAndPan_Setter"; | 6176 void set zoomAndPan(int value) native "SVGSVGElement_zoomAndPan_Setter"; |
| 7246 | 6177 |
| 7247 } | 6178 } |
| 7248 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6179 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7249 // for details. All rights reserved. Use of this source code is governed by a | 6180 // for details. All rights reserved. Use of this source code is governed by a |
| 7250 // BSD-style license that can be found in the LICENSE file. | 6181 // BSD-style license that can be found in the LICENSE file. |
| 7251 | 6182 |
| 7252 // WARNING: Do not edit - generated code. | 6183 // WARNING: Do not edit - generated code. |
| 7253 | 6184 |
| 7254 | 6185 |
| 7255 /// @domName SVGSwitchElement | 6186 @DomName('SVGSwitchElement') |
| 7256 class SwitchElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace { | 6187 class SwitchElement extends SvgElement implements Transformable, Tests, Stylable
, ExternalResourcesRequired, LangSpace { |
| 7257 SwitchElement.internal() : super.internal(); | 6188 SwitchElement.internal() : super.internal(); |
| 7258 | 6189 |
| 7259 ///@docsEditable true | 6190 /// @docsEditable true |
| 7260 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); | 6191 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); |
| 7261 | 6192 |
| 7262 | 6193 @DomName('SVGSwitchElement.externalResourcesRequired') |
| 7263 /** @domName SVGSwitchElement.externalResourcesRequired */ | |
| 7264 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa
lResourcesRequired_Getter"; | 6194 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa
lResourcesRequired_Getter"; |
| 7265 | 6195 |
| 7266 | 6196 @DomName('SVGSwitchElement.xmllang') |
| 7267 /** @domName SVGSwitchElement.xmllang */ | |
| 7268 String get xmllang native "SVGSwitchElement_xmllang_Getter"; | 6197 String get xmllang native "SVGSwitchElement_xmllang_Getter"; |
| 7269 | 6198 |
| 7270 | 6199 @DomName('SVGSwitchElement.xmllang') |
| 7271 /** @domName SVGSwitchElement.xmllang */ | |
| 7272 void set xmllang(String value) native "SVGSwitchElement_xmllang_Setter"; | 6200 void set xmllang(String value) native "SVGSwitchElement_xmllang_Setter"; |
| 7273 | 6201 |
| 7274 | 6202 @DomName('SVGSwitchElement.xmlspace') |
| 7275 /** @domName SVGSwitchElement.xmlspace */ | |
| 7276 String get xmlspace native "SVGSwitchElement_xmlspace_Getter"; | 6203 String get xmlspace native "SVGSwitchElement_xmlspace_Getter"; |
| 7277 | 6204 |
| 7278 | 6205 @DomName('SVGSwitchElement.xmlspace') |
| 7279 /** @domName SVGSwitchElement.xmlspace */ | |
| 7280 void set xmlspace(String value) native "SVGSwitchElement_xmlspace_Setter"; | 6206 void set xmlspace(String value) native "SVGSwitchElement_xmlspace_Setter"; |
| 7281 | 6207 |
| 7282 | 6208 @DomName('SVGSwitchElement.farthestViewportElement') |
| 7283 /** @domName SVGSwitchElement.farthestViewportElement */ | |
| 7284 SvgElement get farthestViewportElement native "SVGSwitchElement_farthestViewpo
rtElement_Getter"; | 6209 SvgElement get farthestViewportElement native "SVGSwitchElement_farthestViewpo
rtElement_Getter"; |
| 7285 | 6210 |
| 7286 | 6211 @DomName('SVGSwitchElement.nearestViewportElement') |
| 7287 /** @domName SVGSwitchElement.nearestViewportElement */ | |
| 7288 SvgElement get nearestViewportElement native "SVGSwitchElement_nearestViewport
Element_Getter"; | 6212 SvgElement get nearestViewportElement native "SVGSwitchElement_nearestViewport
Element_Getter"; |
| 7289 | 6213 |
| 7290 | 6214 @DomName('SVGSwitchElement.getBBox') |
| 7291 /** @domName SVGSwitchElement.getBBox */ | |
| 7292 Rect getBBox() native "SVGSwitchElement_getBBox_Callback"; | 6215 Rect getBBox() native "SVGSwitchElement_getBBox_Callback"; |
| 7293 | 6216 |
| 7294 | 6217 @DomName('SVGSwitchElement.getCTM') |
| 7295 /** @domName SVGSwitchElement.getCTM */ | |
| 7296 Matrix getCtm() native "SVGSwitchElement_getCTM_Callback"; | 6218 Matrix getCtm() native "SVGSwitchElement_getCTM_Callback"; |
| 7297 | 6219 |
| 7298 | 6220 @DomName('SVGSwitchElement.getScreenCTM') |
| 7299 /** @domName SVGSwitchElement.getScreenCTM */ | |
| 7300 Matrix getScreenCtm() native "SVGSwitchElement_getScreenCTM_Callback"; | 6221 Matrix getScreenCtm() native "SVGSwitchElement_getScreenCTM_Callback"; |
| 7301 | 6222 |
| 7302 | 6223 @DomName('SVGSwitchElement.getTransformToElement') |
| 7303 /** @domName SVGSwitchElement.getTransformToElement */ | |
| 7304 Matrix getTransformToElement(SvgElement element) native "SVGSwitchElement_getT
ransformToElement_Callback"; | 6224 Matrix getTransformToElement(SvgElement element) native "SVGSwitchElement_getT
ransformToElement_Callback"; |
| 7305 | 6225 |
| 7306 | 6226 @DomName('SVGSwitchElement.className') |
| 7307 /** @domName SVGSwitchElement.className */ | |
| 7308 AnimatedString get $dom_svgClassName native "SVGSwitchElement_className_Getter
"; | 6227 AnimatedString get $dom_svgClassName native "SVGSwitchElement_className_Getter
"; |
| 7309 | 6228 |
| 7310 | 6229 @DomName('SVGSwitchElement.style') |
| 7311 /** @domName SVGSwitchElement.style */ | |
| 7312 CssStyleDeclaration get style native "SVGSwitchElement_style_Getter"; | 6230 CssStyleDeclaration get style native "SVGSwitchElement_style_Getter"; |
| 7313 | 6231 |
| 7314 | 6232 @DomName('SVGSwitchElement.getPresentationAttribute') |
| 7315 /** @domName SVGSwitchElement.getPresentationAttribute */ | |
| 7316 CssValue getPresentationAttribute(String name) native "SVGSwitchElement_getPre
sentationAttribute_Callback"; | 6233 CssValue getPresentationAttribute(String name) native "SVGSwitchElement_getPre
sentationAttribute_Callback"; |
| 7317 | 6234 |
| 7318 | 6235 @DomName('SVGSwitchElement.requiredExtensions') |
| 7319 /** @domName SVGSwitchElement.requiredExtensions */ | |
| 7320 StringList get requiredExtensions native "SVGSwitchElement_requiredExtensions_
Getter"; | 6236 StringList get requiredExtensions native "SVGSwitchElement_requiredExtensions_
Getter"; |
| 7321 | 6237 |
| 7322 | 6238 @DomName('SVGSwitchElement.requiredFeatures') |
| 7323 /** @domName SVGSwitchElement.requiredFeatures */ | |
| 7324 StringList get requiredFeatures native "SVGSwitchElement_requiredFeatures_Gett
er"; | 6239 StringList get requiredFeatures native "SVGSwitchElement_requiredFeatures_Gett
er"; |
| 7325 | 6240 |
| 7326 | 6241 @DomName('SVGSwitchElement.systemLanguage') |
| 7327 /** @domName SVGSwitchElement.systemLanguage */ | |
| 7328 StringList get systemLanguage native "SVGSwitchElement_systemLanguage_Getter"; | 6242 StringList get systemLanguage native "SVGSwitchElement_systemLanguage_Getter"; |
| 7329 | 6243 |
| 7330 | 6244 @DomName('SVGSwitchElement.hasExtension') |
| 7331 /** @domName SVGSwitchElement.hasExtension */ | |
| 7332 bool hasExtension(String extension) native "SVGSwitchElement_hasExtension_Call
back"; | 6245 bool hasExtension(String extension) native "SVGSwitchElement_hasExtension_Call
back"; |
| 7333 | 6246 |
| 7334 | 6247 @DomName('SVGSwitchElement.transform') |
| 7335 /** @domName SVGSwitchElement.transform */ | |
| 7336 AnimatedTransformList get transform native "SVGSwitchElement_transform_Getter"
; | 6248 AnimatedTransformList get transform native "SVGSwitchElement_transform_Getter"
; |
| 7337 | 6249 |
| 7338 } | 6250 } |
| 7339 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6251 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7340 // for details. All rights reserved. Use of this source code is governed by a | 6252 // for details. All rights reserved. Use of this source code is governed by a |
| 7341 // BSD-style license that can be found in the LICENSE file. | 6253 // BSD-style license that can be found in the LICENSE file. |
| 7342 | 6254 |
| 7343 // WARNING: Do not edit - generated code. | 6255 // WARNING: Do not edit - generated code. |
| 7344 | 6256 |
| 7345 | 6257 |
| 7346 /// @domName SVGSymbolElement | 6258 @DomName('SVGSymbolElement') |
| 7347 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace { | 6259 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource
sRequired, Stylable, LangSpace { |
| 7348 SymbolElement.internal() : super.internal(); | 6260 SymbolElement.internal() : super.internal(); |
| 7349 | 6261 |
| 7350 ///@docsEditable true | 6262 /// @docsEditable true |
| 7351 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); | 6263 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); |
| 7352 | 6264 |
| 7353 | 6265 @DomName('SVGSymbolElement.externalResourcesRequired') |
| 7354 /** @domName SVGSymbolElement.externalResourcesRequired */ | |
| 7355 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa
lResourcesRequired_Getter"; | 6266 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa
lResourcesRequired_Getter"; |
| 7356 | 6267 |
| 7357 | 6268 @DomName('SVGSymbolElement.preserveAspectRatio') |
| 7358 /** @domName SVGSymbolElement.preserveAspectRatio */ | |
| 7359 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p
reserveAspectRatio_Getter"; | 6269 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p
reserveAspectRatio_Getter"; |
| 7360 | 6270 |
| 7361 | 6271 @DomName('SVGSymbolElement.viewBox') |
| 7362 /** @domName SVGSymbolElement.viewBox */ | |
| 7363 AnimatedRect get viewBox native "SVGSymbolElement_viewBox_Getter"; | 6272 AnimatedRect get viewBox native "SVGSymbolElement_viewBox_Getter"; |
| 7364 | 6273 |
| 7365 | 6274 @DomName('SVGSymbolElement.xmllang') |
| 7366 /** @domName SVGSymbolElement.xmllang */ | |
| 7367 String get xmllang native "SVGSymbolElement_xmllang_Getter"; | 6275 String get xmllang native "SVGSymbolElement_xmllang_Getter"; |
| 7368 | 6276 |
| 7369 | 6277 @DomName('SVGSymbolElement.xmllang') |
| 7370 /** @domName SVGSymbolElement.xmllang */ | |
| 7371 void set xmllang(String value) native "SVGSymbolElement_xmllang_Setter"; | 6278 void set xmllang(String value) native "SVGSymbolElement_xmllang_Setter"; |
| 7372 | 6279 |
| 7373 | 6280 @DomName('SVGSymbolElement.xmlspace') |
| 7374 /** @domName SVGSymbolElement.xmlspace */ | |
| 7375 String get xmlspace native "SVGSymbolElement_xmlspace_Getter"; | 6281 String get xmlspace native "SVGSymbolElement_xmlspace_Getter"; |
| 7376 | 6282 |
| 7377 | 6283 @DomName('SVGSymbolElement.xmlspace') |
| 7378 /** @domName SVGSymbolElement.xmlspace */ | |
| 7379 void set xmlspace(String value) native "SVGSymbolElement_xmlspace_Setter"; | 6284 void set xmlspace(String value) native "SVGSymbolElement_xmlspace_Setter"; |
| 7380 | 6285 |
| 7381 | 6286 @DomName('SVGSymbolElement.className') |
| 7382 /** @domName SVGSymbolElement.className */ | |
| 7383 AnimatedString get $dom_svgClassName native "SVGSymbolElement_className_Getter
"; | 6287 AnimatedString get $dom_svgClassName native "SVGSymbolElement_className_Getter
"; |
| 7384 | 6288 |
| 7385 | 6289 @DomName('SVGSymbolElement.style') |
| 7386 /** @domName SVGSymbolElement.style */ | |
| 7387 CssStyleDeclaration get style native "SVGSymbolElement_style_Getter"; | 6290 CssStyleDeclaration get style native "SVGSymbolElement_style_Getter"; |
| 7388 | 6291 |
| 7389 | 6292 @DomName('SVGSymbolElement.getPresentationAttribute') |
| 7390 /** @domName SVGSymbolElement.getPresentationAttribute */ | |
| 7391 CssValue getPresentationAttribute(String name) native "SVGSymbolElement_getPre
sentationAttribute_Callback"; | 6293 CssValue getPresentationAttribute(String name) native "SVGSymbolElement_getPre
sentationAttribute_Callback"; |
| 7392 | 6294 |
| 7393 } | 6295 } |
| 7394 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6296 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7395 // for details. All rights reserved. Use of this source code is governed by a | 6297 // for details. All rights reserved. Use of this source code is governed by a |
| 7396 // BSD-style license that can be found in the LICENSE file. | 6298 // BSD-style license that can be found in the LICENSE file. |
| 7397 | 6299 |
| 7398 // WARNING: Do not edit - generated code. | 6300 // WARNING: Do not edit - generated code. |
| 7399 | 6301 |
| 7400 | 6302 |
| 7401 /// @domName SVGTRefElement | 6303 @DomName('SVGTRefElement') |
| 7402 class TRefElement extends TextPositioningElement implements UriReference { | 6304 class TRefElement extends TextPositioningElement implements UriReference { |
| 7403 TRefElement.internal() : super.internal(); | 6305 TRefElement.internal() : super.internal(); |
| 7404 | 6306 |
| 7405 ///@docsEditable true | 6307 /// @docsEditable true |
| 7406 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref
"); | 6308 factory TRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("tref
"); |
| 7407 | 6309 |
| 7408 | 6310 @DomName('SVGTRefElement.href') |
| 7409 /** @domName SVGTRefElement.href */ | |
| 7410 AnimatedString get href native "SVGTRefElement_href_Getter"; | 6311 AnimatedString get href native "SVGTRefElement_href_Getter"; |
| 7411 | 6312 |
| 7412 } | 6313 } |
| 7413 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6314 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7414 // for details. All rights reserved. Use of this source code is governed by a | 6315 // for details. All rights reserved. Use of this source code is governed by a |
| 7415 // BSD-style license that can be found in the LICENSE file. | 6316 // BSD-style license that can be found in the LICENSE file. |
| 7416 | 6317 |
| 7417 // WARNING: Do not edit - generated code. | 6318 // WARNING: Do not edit - generated code. |
| 7418 | 6319 |
| 7419 | 6320 |
| 7420 /// @domName SVGTSpanElement | 6321 @DomName('SVGTSpanElement') |
| 7421 class TSpanElement extends TextPositioningElement { | 6322 class TSpanElement extends TextPositioningElement { |
| 7422 TSpanElement.internal() : super.internal(); | 6323 TSpanElement.internal() : super.internal(); |
| 7423 | 6324 |
| 7424 ///@docsEditable true | 6325 /// @docsEditable true |
| 7425 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); | 6326 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); |
| 7426 | 6327 |
| 7427 } | 6328 } |
| 7428 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6329 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7429 // for details. All rights reserved. Use of this source code is governed by a | 6330 // for details. All rights reserved. Use of this source code is governed by a |
| 7430 // BSD-style license that can be found in the LICENSE file. | 6331 // BSD-style license that can be found in the LICENSE file. |
| 7431 | 6332 |
| 7432 // WARNING: Do not edit - generated code. | 6333 // WARNING: Do not edit - generated code. |
| 7433 | 6334 |
| 7434 | 6335 |
| 7435 /// @domName SVGTests | 6336 @DomName('SVGTests') |
| 7436 class Tests extends NativeFieldWrapperClass1 { | 6337 class Tests extends NativeFieldWrapperClass1 { |
| 7437 Tests.internal(); | 6338 Tests.internal(); |
| 7438 | 6339 |
| 7439 | 6340 @DomName('SVGTests.requiredExtensions') |
| 7440 /** @domName SVGTests.requiredExtensions */ | |
| 7441 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; | 6341 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; |
| 7442 | 6342 |
| 7443 | 6343 @DomName('SVGTests.requiredFeatures') |
| 7444 /** @domName SVGTests.requiredFeatures */ | |
| 7445 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; | 6344 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; |
| 7446 | 6345 |
| 7447 | 6346 @DomName('SVGTests.systemLanguage') |
| 7448 /** @domName SVGTests.systemLanguage */ | |
| 7449 StringList get systemLanguage native "SVGTests_systemLanguage_Getter"; | 6347 StringList get systemLanguage native "SVGTests_systemLanguage_Getter"; |
| 7450 | 6348 |
| 7451 | 6349 @DomName('SVGTests.hasExtension') |
| 7452 /** @domName SVGTests.hasExtension */ | |
| 7453 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback"; | 6350 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback"; |
| 7454 | 6351 |
| 7455 } | 6352 } |
| 7456 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7457 // for details. All rights reserved. Use of this source code is governed by a | 6354 // for details. All rights reserved. Use of this source code is governed by a |
| 7458 // BSD-style license that can be found in the LICENSE file. | 6355 // BSD-style license that can be found in the LICENSE file. |
| 7459 | 6356 |
| 7460 // WARNING: Do not edit - generated code. | 6357 // WARNING: Do not edit - generated code. |
| 7461 | 6358 |
| 7462 | 6359 |
| 7463 /// @domName SVGTextContentElement | 6360 @DomName('SVGTextContentElement') |
| 7464 class TextContentElement extends SvgElement implements Tests, Stylable, External
ResourcesRequired, LangSpace { | 6361 class TextContentElement extends SvgElement implements Tests, Stylable, External
ResourcesRequired, LangSpace { |
| 7465 TextContentElement.internal() : super.internal(); | 6362 TextContentElement.internal() : super.internal(); |
| 7466 | 6363 |
| 7467 static const int LENGTHADJUST_SPACING = 1; | 6364 static const int LENGTHADJUST_SPACING = 1; |
| 7468 | 6365 |
| 7469 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; | 6366 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; |
| 7470 | 6367 |
| 7471 static const int LENGTHADJUST_UNKNOWN = 0; | 6368 static const int LENGTHADJUST_UNKNOWN = 0; |
| 7472 | 6369 |
| 7473 | 6370 @DomName('SVGTextContentElement.lengthAdjust') |
| 7474 /** @domName SVGTextContentElement.lengthAdjust */ | |
| 7475 AnimatedEnumeration get lengthAdjust native "SVGTextContentElement_lengthAdjus
t_Getter"; | 6371 AnimatedEnumeration get lengthAdjust native "SVGTextContentElement_lengthAdjus
t_Getter"; |
| 7476 | 6372 |
| 7477 | 6373 @DomName('SVGTextContentElement.textLength') |
| 7478 /** @domName SVGTextContentElement.textLength */ | |
| 7479 AnimatedLength get textLength native "SVGTextContentElement_textLength_Getter"
; | 6374 AnimatedLength get textLength native "SVGTextContentElement_textLength_Getter"
; |
| 7480 | 6375 |
| 7481 | 6376 @DomName('SVGTextContentElement.getCharNumAtPosition') |
| 7482 /** @domName SVGTextContentElement.getCharNumAtPosition */ | |
| 7483 int getCharNumAtPosition(Point point) native "SVGTextContentElement_getCharNum
AtPosition_Callback"; | 6377 int getCharNumAtPosition(Point point) native "SVGTextContentElement_getCharNum
AtPosition_Callback"; |
| 7484 | 6378 |
| 7485 | 6379 @DomName('SVGTextContentElement.getComputedTextLength') |
| 7486 /** @domName SVGTextContentElement.getComputedTextLength */ | |
| 7487 num getComputedTextLength() native "SVGTextContentElement_getComputedTextLengt
h_Callback"; | 6380 num getComputedTextLength() native "SVGTextContentElement_getComputedTextLengt
h_Callback"; |
| 7488 | 6381 |
| 7489 | 6382 @DomName('SVGTextContentElement.getEndPositionOfChar') |
| 7490 /** @domName SVGTextContentElement.getEndPositionOfChar */ | |
| 7491 Point getEndPositionOfChar(int offset) native "SVGTextContentElement_getEndPos
itionOfChar_Callback"; | 6383 Point getEndPositionOfChar(int offset) native "SVGTextContentElement_getEndPos
itionOfChar_Callback"; |
| 7492 | 6384 |
| 7493 | 6385 @DomName('SVGTextContentElement.getExtentOfChar') |
| 7494 /** @domName SVGTextContentElement.getExtentOfChar */ | |
| 7495 Rect getExtentOfChar(int offset) native "SVGTextContentElement_getExtentOfChar
_Callback"; | 6386 Rect getExtentOfChar(int offset) native "SVGTextContentElement_getExtentOfChar
_Callback"; |
| 7496 | 6387 |
| 7497 | 6388 @DomName('SVGTextContentElement.getNumberOfChars') |
| 7498 /** @domName SVGTextContentElement.getNumberOfChars */ | |
| 7499 int getNumberOfChars() native "SVGTextContentElement_getNumberOfChars_Callback
"; | 6389 int getNumberOfChars() native "SVGTextContentElement_getNumberOfChars_Callback
"; |
| 7500 | 6390 |
| 7501 | 6391 @DomName('SVGTextContentElement.getRotationOfChar') |
| 7502 /** @domName SVGTextContentElement.getRotationOfChar */ | |
| 7503 num getRotationOfChar(int offset) native "SVGTextContentElement_getRotationOfC
har_Callback"; | 6392 num getRotationOfChar(int offset) native "SVGTextContentElement_getRotationOfC
har_Callback"; |
| 7504 | 6393 |
| 7505 | 6394 @DomName('SVGTextContentElement.getStartPositionOfChar') |
| 7506 /** @domName SVGTextContentElement.getStartPositionOfChar */ | |
| 7507 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar
tPositionOfChar_Callback"; | 6395 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar
tPositionOfChar_Callback"; |
| 7508 | 6396 |
| 7509 | 6397 @DomName('SVGTextContentElement.getSubStringLength') |
| 7510 /** @domName SVGTextContentElement.getSubStringLength */ | |
| 7511 num getSubStringLength(int offset, int length) native "SVGTextContentElement_g
etSubStringLength_Callback"; | 6398 num getSubStringLength(int offset, int length) native "SVGTextContentElement_g
etSubStringLength_Callback"; |
| 7512 | 6399 |
| 7513 | 6400 @DomName('SVGTextContentElement.selectSubString') |
| 7514 /** @domName SVGTextContentElement.selectSubString */ | |
| 7515 void selectSubString(int offset, int length) native "SVGTextContentElement_sel
ectSubString_Callback"; | 6401 void selectSubString(int offset, int length) native "SVGTextContentElement_sel
ectSubString_Callback"; |
| 7516 | 6402 |
| 7517 | 6403 @DomName('SVGTextContentElement.externalResourcesRequired') |
| 7518 /** @domName SVGTextContentElement.externalResourcesRequired */ | |
| 7519 AnimatedBoolean get externalResourcesRequired native "SVGTextContentElement_ex
ternalResourcesRequired_Getter"; | 6404 AnimatedBoolean get externalResourcesRequired native "SVGTextContentElement_ex
ternalResourcesRequired_Getter"; |
| 7520 | 6405 |
| 7521 | 6406 @DomName('SVGTextContentElement.xmllang') |
| 7522 /** @domName SVGTextContentElement.xmllang */ | |
| 7523 String get xmllang native "SVGTextContentElement_xmllang_Getter"; | 6407 String get xmllang native "SVGTextContentElement_xmllang_Getter"; |
| 7524 | 6408 |
| 7525 | 6409 @DomName('SVGTextContentElement.xmllang') |
| 7526 /** @domName SVGTextContentElement.xmllang */ | |
| 7527 void set xmllang(String value) native "SVGTextContentElement_xmllang_Setter"; | 6410 void set xmllang(String value) native "SVGTextContentElement_xmllang_Setter"; |
| 7528 | 6411 |
| 7529 | 6412 @DomName('SVGTextContentElement.xmlspace') |
| 7530 /** @domName SVGTextContentElement.xmlspace */ | |
| 7531 String get xmlspace native "SVGTextContentElement_xmlspace_Getter"; | 6413 String get xmlspace native "SVGTextContentElement_xmlspace_Getter"; |
| 7532 | 6414 |
| 7533 | 6415 @DomName('SVGTextContentElement.xmlspace') |
| 7534 /** @domName SVGTextContentElement.xmlspace */ | |
| 7535 void set xmlspace(String value) native "SVGTextContentElement_xmlspace_Setter"
; | 6416 void set xmlspace(String value) native "SVGTextContentElement_xmlspace_Setter"
; |
| 7536 | 6417 |
| 7537 | 6418 @DomName('SVGTextContentElement.className') |
| 7538 /** @domName SVGTextContentElement.className */ | |
| 7539 AnimatedString get $dom_svgClassName native "SVGTextContentElement_className_G
etter"; | 6419 AnimatedString get $dom_svgClassName native "SVGTextContentElement_className_G
etter"; |
| 7540 | 6420 |
| 7541 | 6421 @DomName('SVGTextContentElement.style') |
| 7542 /** @domName SVGTextContentElement.style */ | |
| 7543 CssStyleDeclaration get style native "SVGTextContentElement_style_Getter"; | 6422 CssStyleDeclaration get style native "SVGTextContentElement_style_Getter"; |
| 7544 | 6423 |
| 7545 | 6424 @DomName('SVGTextContentElement.getPresentationAttribute') |
| 7546 /** @domName SVGTextContentElement.getPresentationAttribute */ | |
| 7547 CssValue getPresentationAttribute(String name) native "SVGTextContentElement_g
etPresentationAttribute_Callback"; | 6425 CssValue getPresentationAttribute(String name) native "SVGTextContentElement_g
etPresentationAttribute_Callback"; |
| 7548 | 6426 |
| 7549 | 6427 @DomName('SVGTextContentElement.requiredExtensions') |
| 7550 /** @domName SVGTextContentElement.requiredExtensions */ | |
| 7551 StringList get requiredExtensions native "SVGTextContentElement_requiredExtens
ions_Getter"; | 6428 StringList get requiredExtensions native "SVGTextContentElement_requiredExtens
ions_Getter"; |
| 7552 | 6429 |
| 7553 | 6430 @DomName('SVGTextContentElement.requiredFeatures') |
| 7554 /** @domName SVGTextContentElement.requiredFeatures */ | |
| 7555 StringList get requiredFeatures native "SVGTextContentElement_requiredFeatures
_Getter"; | 6431 StringList get requiredFeatures native "SVGTextContentElement_requiredFeatures
_Getter"; |
| 7556 | 6432 |
| 7557 | 6433 @DomName('SVGTextContentElement.systemLanguage') |
| 7558 /** @domName SVGTextContentElement.systemLanguage */ | |
| 7559 StringList get systemLanguage native "SVGTextContentElement_systemLanguage_Get
ter"; | 6434 StringList get systemLanguage native "SVGTextContentElement_systemLanguage_Get
ter"; |
| 7560 | 6435 |
| 7561 | 6436 @DomName('SVGTextContentElement.hasExtension') |
| 7562 /** @domName SVGTextContentElement.hasExtension */ | |
| 7563 bool hasExtension(String extension) native "SVGTextContentElement_hasExtension
_Callback"; | 6437 bool hasExtension(String extension) native "SVGTextContentElement_hasExtension
_Callback"; |
| 7564 | 6438 |
| 7565 } | 6439 } |
| 7566 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6440 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7567 // for details. All rights reserved. Use of this source code is governed by a | 6441 // for details. All rights reserved. Use of this source code is governed by a |
| 7568 // BSD-style license that can be found in the LICENSE file. | 6442 // BSD-style license that can be found in the LICENSE file. |
| 7569 | 6443 |
| 7570 // WARNING: Do not edit - generated code. | 6444 // WARNING: Do not edit - generated code. |
| 7571 | 6445 |
| 7572 | 6446 |
| 7573 /// @domName SVGTextElement | 6447 @DomName('SVGTextElement') |
| 7574 class TextElement extends TextPositioningElement implements Transformable { | 6448 class TextElement extends TextPositioningElement implements Transformable { |
| 7575 TextElement.internal() : super.internal(); | 6449 TextElement.internal() : super.internal(); |
| 7576 | 6450 |
| 7577 ///@docsEditable true | 6451 /// @docsEditable true |
| 7578 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); | 6452 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); |
| 7579 | 6453 |
| 7580 | 6454 @DomName('SVGTextElement.farthestViewportElement') |
| 7581 /** @domName SVGTextElement.farthestViewportElement */ | |
| 7582 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport
Element_Getter"; | 6455 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport
Element_Getter"; |
| 7583 | 6456 |
| 7584 | 6457 @DomName('SVGTextElement.nearestViewportElement') |
| 7585 /** @domName SVGTextElement.nearestViewportElement */ | |
| 7586 SvgElement get nearestViewportElement native "SVGTextElement_nearestViewportEl
ement_Getter"; | 6458 SvgElement get nearestViewportElement native "SVGTextElement_nearestViewportEl
ement_Getter"; |
| 7587 | 6459 |
| 7588 | 6460 @DomName('SVGTextElement.getBBox') |
| 7589 /** @domName SVGTextElement.getBBox */ | |
| 7590 Rect getBBox() native "SVGTextElement_getBBox_Callback"; | 6461 Rect getBBox() native "SVGTextElement_getBBox_Callback"; |
| 7591 | 6462 |
| 7592 | 6463 @DomName('SVGTextElement.getCTM') |
| 7593 /** @domName SVGTextElement.getCTM */ | |
| 7594 Matrix getCtm() native "SVGTextElement_getCTM_Callback"; | 6464 Matrix getCtm() native "SVGTextElement_getCTM_Callback"; |
| 7595 | 6465 |
| 7596 | 6466 @DomName('SVGTextElement.getScreenCTM') |
| 7597 /** @domName SVGTextElement.getScreenCTM */ | |
| 7598 Matrix getScreenCtm() native "SVGTextElement_getScreenCTM_Callback"; | 6467 Matrix getScreenCtm() native "SVGTextElement_getScreenCTM_Callback"; |
| 7599 | 6468 |
| 7600 | 6469 @DomName('SVGTextElement.getTransformToElement') |
| 7601 /** @domName SVGTextElement.getTransformToElement */ | |
| 7602 Matrix getTransformToElement(SvgElement element) native "SVGTextElement_getTra
nsformToElement_Callback"; | 6470 Matrix getTransformToElement(SvgElement element) native "SVGTextElement_getTra
nsformToElement_Callback"; |
| 7603 | 6471 |
| 7604 | 6472 @DomName('SVGTextElement.transform') |
| 7605 /** @domName SVGTextElement.transform */ | |
| 7606 AnimatedTransformList get transform native "SVGTextElement_transform_Getter"; | 6473 AnimatedTransformList get transform native "SVGTextElement_transform_Getter"; |
| 7607 | 6474 |
| 7608 } | 6475 } |
| 7609 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6476 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7610 // for details. All rights reserved. Use of this source code is governed by a | 6477 // for details. All rights reserved. Use of this source code is governed by a |
| 7611 // BSD-style license that can be found in the LICENSE file. | 6478 // BSD-style license that can be found in the LICENSE file. |
| 7612 | 6479 |
| 7613 // WARNING: Do not edit - generated code. | 6480 // WARNING: Do not edit - generated code. |
| 7614 | 6481 |
| 7615 | 6482 |
| 7616 /// @domName SVGTextPathElement | 6483 @DomName('SVGTextPathElement') |
| 7617 class TextPathElement extends TextContentElement implements UriReference { | 6484 class TextPathElement extends TextContentElement implements UriReference { |
| 7618 TextPathElement.internal() : super.internal(); | 6485 TextPathElement.internal() : super.internal(); |
| 7619 | 6486 |
| 7620 static const int TEXTPATH_METHODTYPE_ALIGN = 1; | 6487 static const int TEXTPATH_METHODTYPE_ALIGN = 1; |
| 7621 | 6488 |
| 7622 static const int TEXTPATH_METHODTYPE_STRETCH = 2; | 6489 static const int TEXTPATH_METHODTYPE_STRETCH = 2; |
| 7623 | 6490 |
| 7624 static const int TEXTPATH_METHODTYPE_UNKNOWN = 0; | 6491 static const int TEXTPATH_METHODTYPE_UNKNOWN = 0; |
| 7625 | 6492 |
| 7626 static const int TEXTPATH_SPACINGTYPE_AUTO = 1; | 6493 static const int TEXTPATH_SPACINGTYPE_AUTO = 1; |
| 7627 | 6494 |
| 7628 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; | 6495 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; |
| 7629 | 6496 |
| 7630 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; | 6497 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; |
| 7631 | 6498 |
| 7632 | 6499 @DomName('SVGTextPathElement.method') |
| 7633 /** @domName SVGTextPathElement.method */ | |
| 7634 AnimatedEnumeration get method native "SVGTextPathElement_method_Getter"; | 6500 AnimatedEnumeration get method native "SVGTextPathElement_method_Getter"; |
| 7635 | 6501 |
| 7636 | 6502 @DomName('SVGTextPathElement.spacing') |
| 7637 /** @domName SVGTextPathElement.spacing */ | |
| 7638 AnimatedEnumeration get spacing native "SVGTextPathElement_spacing_Getter"; | 6503 AnimatedEnumeration get spacing native "SVGTextPathElement_spacing_Getter"; |
| 7639 | 6504 |
| 7640 | 6505 @DomName('SVGTextPathElement.startOffset') |
| 7641 /** @domName SVGTextPathElement.startOffset */ | |
| 7642 AnimatedLength get startOffset native "SVGTextPathElement_startOffset_Getter"; | 6506 AnimatedLength get startOffset native "SVGTextPathElement_startOffset_Getter"; |
| 7643 | 6507 |
| 7644 | 6508 @DomName('SVGTextPathElement.href') |
| 7645 /** @domName SVGTextPathElement.href */ | |
| 7646 AnimatedString get href native "SVGTextPathElement_href_Getter"; | 6509 AnimatedString get href native "SVGTextPathElement_href_Getter"; |
| 7647 | 6510 |
| 7648 } | 6511 } |
| 7649 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6512 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7650 // for details. All rights reserved. Use of this source code is governed by a | 6513 // for details. All rights reserved. Use of this source code is governed by a |
| 7651 // BSD-style license that can be found in the LICENSE file. | 6514 // BSD-style license that can be found in the LICENSE file. |
| 7652 | 6515 |
| 7653 // WARNING: Do not edit - generated code. | 6516 // WARNING: Do not edit - generated code. |
| 7654 | 6517 |
| 7655 | 6518 |
| 7656 /// @domName SVGTextPositioningElement | 6519 @DomName('SVGTextPositioningElement') |
| 7657 class TextPositioningElement extends TextContentElement { | 6520 class TextPositioningElement extends TextContentElement { |
| 7658 TextPositioningElement.internal() : super.internal(); | 6521 TextPositioningElement.internal() : super.internal(); |
| 7659 | 6522 |
| 7660 | 6523 @DomName('SVGTextPositioningElement.dx') |
| 7661 /** @domName SVGTextPositioningElement.dx */ | |
| 7662 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter"; | 6524 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter"; |
| 7663 | 6525 |
| 7664 | 6526 @DomName('SVGTextPositioningElement.dy') |
| 7665 /** @domName SVGTextPositioningElement.dy */ | |
| 7666 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter"; | 6527 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter"; |
| 7667 | 6528 |
| 7668 | 6529 @DomName('SVGTextPositioningElement.rotate') |
| 7669 /** @domName SVGTextPositioningElement.rotate */ | |
| 7670 AnimatedNumberList get rotate native "SVGTextPositioningElement_rotate_Getter"
; | 6530 AnimatedNumberList get rotate native "SVGTextPositioningElement_rotate_Getter"
; |
| 7671 | 6531 |
| 7672 | 6532 @DomName('SVGTextPositioningElement.x') |
| 7673 /** @domName SVGTextPositioningElement.x */ | |
| 7674 AnimatedLengthList get x native "SVGTextPositioningElement_x_Getter"; | 6533 AnimatedLengthList get x native "SVGTextPositioningElement_x_Getter"; |
| 7675 | 6534 |
| 7676 | 6535 @DomName('SVGTextPositioningElement.y') |
| 7677 /** @domName SVGTextPositioningElement.y */ | |
| 7678 AnimatedLengthList get y native "SVGTextPositioningElement_y_Getter"; | 6536 AnimatedLengthList get y native "SVGTextPositioningElement_y_Getter"; |
| 7679 | 6537 |
| 7680 } | 6538 } |
| 7681 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6539 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7682 // for details. All rights reserved. Use of this source code is governed by a | 6540 // for details. All rights reserved. Use of this source code is governed by a |
| 7683 // BSD-style license that can be found in the LICENSE file. | 6541 // BSD-style license that can be found in the LICENSE file. |
| 7684 | 6542 |
| 7685 // WARNING: Do not edit - generated code. | 6543 // WARNING: Do not edit - generated code. |
| 7686 | 6544 |
| 7687 | 6545 |
| 7688 /// @domName SVGTitleElement | 6546 @DomName('SVGTitleElement') |
| 7689 class TitleElement extends SvgElement implements Stylable, LangSpace { | 6547 class TitleElement extends SvgElement implements Stylable, LangSpace { |
| 7690 TitleElement.internal() : super.internal(); | 6548 TitleElement.internal() : super.internal(); |
| 7691 | 6549 |
| 7692 ///@docsEditable true | 6550 /// @docsEditable true |
| 7693 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); | 6551 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); |
| 7694 | 6552 |
| 7695 | 6553 @DomName('SVGTitleElement.xmllang') |
| 7696 /** @domName SVGTitleElement.xmllang */ | |
| 7697 String get xmllang native "SVGTitleElement_xmllang_Getter"; | 6554 String get xmllang native "SVGTitleElement_xmllang_Getter"; |
| 7698 | 6555 |
| 7699 | 6556 @DomName('SVGTitleElement.xmllang') |
| 7700 /** @domName SVGTitleElement.xmllang */ | |
| 7701 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter"; | 6557 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter"; |
| 7702 | 6558 |
| 7703 | 6559 @DomName('SVGTitleElement.xmlspace') |
| 7704 /** @domName SVGTitleElement.xmlspace */ | |
| 7705 String get xmlspace native "SVGTitleElement_xmlspace_Getter"; | 6560 String get xmlspace native "SVGTitleElement_xmlspace_Getter"; |
| 7706 | 6561 |
| 7707 | 6562 @DomName('SVGTitleElement.xmlspace') |
| 7708 /** @domName SVGTitleElement.xmlspace */ | |
| 7709 void set xmlspace(String value) native "SVGTitleElement_xmlspace_Setter"; | 6563 void set xmlspace(String value) native "SVGTitleElement_xmlspace_Setter"; |
| 7710 | 6564 |
| 7711 | 6565 @DomName('SVGTitleElement.className') |
| 7712 /** @domName SVGTitleElement.className */ | |
| 7713 AnimatedString get $dom_svgClassName native "SVGTitleElement_className_Getter"
; | 6566 AnimatedString get $dom_svgClassName native "SVGTitleElement_className_Getter"
; |
| 7714 | 6567 |
| 7715 | 6568 @DomName('SVGTitleElement.style') |
| 7716 /** @domName SVGTitleElement.style */ | |
| 7717 CssStyleDeclaration get style native "SVGTitleElement_style_Getter"; | 6569 CssStyleDeclaration get style native "SVGTitleElement_style_Getter"; |
| 7718 | 6570 |
| 7719 | 6571 @DomName('SVGTitleElement.getPresentationAttribute') |
| 7720 /** @domName SVGTitleElement.getPresentationAttribute */ | |
| 7721 CssValue getPresentationAttribute(String name) native "SVGTitleElement_getPres
entationAttribute_Callback"; | 6572 CssValue getPresentationAttribute(String name) native "SVGTitleElement_getPres
entationAttribute_Callback"; |
| 7722 | 6573 |
| 7723 } | 6574 } |
| 7724 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6575 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7725 // for details. All rights reserved. Use of this source code is governed by a | 6576 // for details. All rights reserved. Use of this source code is governed by a |
| 7726 // BSD-style license that can be found in the LICENSE file. | 6577 // BSD-style license that can be found in the LICENSE file. |
| 7727 | 6578 |
| 7728 // WARNING: Do not edit - generated code. | 6579 // WARNING: Do not edit - generated code. |
| 7729 | 6580 |
| 7730 | 6581 |
| 7731 /// @domName SVGTransform | 6582 @DomName('SVGTransform') |
| 7732 class Transform extends NativeFieldWrapperClass1 { | 6583 class Transform extends NativeFieldWrapperClass1 { |
| 7733 Transform.internal(); | 6584 Transform.internal(); |
| 7734 | 6585 |
| 7735 static const int SVG_TRANSFORM_MATRIX = 1; | 6586 static const int SVG_TRANSFORM_MATRIX = 1; |
| 7736 | 6587 |
| 7737 static const int SVG_TRANSFORM_ROTATE = 4; | 6588 static const int SVG_TRANSFORM_ROTATE = 4; |
| 7738 | 6589 |
| 7739 static const int SVG_TRANSFORM_SCALE = 3; | 6590 static const int SVG_TRANSFORM_SCALE = 3; |
| 7740 | 6591 |
| 7741 static const int SVG_TRANSFORM_SKEWX = 5; | 6592 static const int SVG_TRANSFORM_SKEWX = 5; |
| 7742 | 6593 |
| 7743 static const int SVG_TRANSFORM_SKEWY = 6; | 6594 static const int SVG_TRANSFORM_SKEWY = 6; |
| 7744 | 6595 |
| 7745 static const int SVG_TRANSFORM_TRANSLATE = 2; | 6596 static const int SVG_TRANSFORM_TRANSLATE = 2; |
| 7746 | 6597 |
| 7747 static const int SVG_TRANSFORM_UNKNOWN = 0; | 6598 static const int SVG_TRANSFORM_UNKNOWN = 0; |
| 7748 | 6599 |
| 7749 | 6600 @DomName('SVGTransform.angle') |
| 7750 /** @domName SVGTransform.angle */ | |
| 7751 num get angle native "SVGTransform_angle_Getter"; | 6601 num get angle native "SVGTransform_angle_Getter"; |
| 7752 | 6602 |
| 7753 | 6603 @DomName('SVGTransform.matrix') |
| 7754 /** @domName SVGTransform.matrix */ | |
| 7755 Matrix get matrix native "SVGTransform_matrix_Getter"; | 6604 Matrix get matrix native "SVGTransform_matrix_Getter"; |
| 7756 | 6605 |
| 7757 | 6606 @DomName('SVGTransform.type') |
| 7758 /** @domName SVGTransform.type */ | |
| 7759 int get type native "SVGTransform_type_Getter"; | 6607 int get type native "SVGTransform_type_Getter"; |
| 7760 | 6608 |
| 7761 | 6609 @DomName('SVGTransform.setMatrix') |
| 7762 /** @domName SVGTransform.setMatrix */ | |
| 7763 void setMatrix(Matrix matrix) native "SVGTransform_setMatrix_Callback"; | 6610 void setMatrix(Matrix matrix) native "SVGTransform_setMatrix_Callback"; |
| 7764 | 6611 |
| 7765 | 6612 @DomName('SVGTransform.setRotate') |
| 7766 /** @domName SVGTransform.setRotate */ | |
| 7767 void setRotate(num angle, num cx, num cy) native "SVGTransform_setRotate_Callb
ack"; | 6613 void setRotate(num angle, num cx, num cy) native "SVGTransform_setRotate_Callb
ack"; |
| 7768 | 6614 |
| 7769 | 6615 @DomName('SVGTransform.setScale') |
| 7770 /** @domName SVGTransform.setScale */ | |
| 7771 void setScale(num sx, num sy) native "SVGTransform_setScale_Callback"; | 6616 void setScale(num sx, num sy) native "SVGTransform_setScale_Callback"; |
| 7772 | 6617 |
| 7773 | 6618 @DomName('SVGTransform.setSkewX') |
| 7774 /** @domName SVGTransform.setSkewX */ | |
| 7775 void setSkewX(num angle) native "SVGTransform_setSkewX_Callback"; | 6619 void setSkewX(num angle) native "SVGTransform_setSkewX_Callback"; |
| 7776 | 6620 |
| 7777 | 6621 @DomName('SVGTransform.setSkewY') |
| 7778 /** @domName SVGTransform.setSkewY */ | |
| 7779 void setSkewY(num angle) native "SVGTransform_setSkewY_Callback"; | 6622 void setSkewY(num angle) native "SVGTransform_setSkewY_Callback"; |
| 7780 | 6623 |
| 7781 | 6624 @DomName('SVGTransform.setTranslate') |
| 7782 /** @domName SVGTransform.setTranslate */ | |
| 7783 void setTranslate(num tx, num ty) native "SVGTransform_setTranslate_Callback"; | 6625 void setTranslate(num tx, num ty) native "SVGTransform_setTranslate_Callback"; |
| 7784 | 6626 |
| 7785 } | 6627 } |
| 7786 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6628 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7787 // for details. All rights reserved. Use of this source code is governed by a | 6629 // for details. All rights reserved. Use of this source code is governed by a |
| 7788 // BSD-style license that can be found in the LICENSE file. | 6630 // BSD-style license that can be found in the LICENSE file. |
| 7789 | 6631 |
| 7790 // WARNING: Do not edit - generated code. | 6632 // WARNING: Do not edit - generated code. |
| 7791 | 6633 |
| 7792 | 6634 |
| 7793 /// @domName SVGTransformList | 6635 @DomName('SVGTransformList') |
| 7794 class TransformList extends NativeFieldWrapperClass1 implements List<Transform>
{ | 6636 class TransformList extends NativeFieldWrapperClass1 implements List<Transform>
{ |
| 7795 TransformList.internal(); | 6637 TransformList.internal(); |
| 7796 | 6638 |
| 7797 | 6639 @DomName('SVGTransformList.numberOfItems') |
| 7798 /** @domName SVGTransformList.numberOfItems */ | |
| 7799 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; | 6640 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; |
| 7800 | 6641 |
| 7801 Transform operator[](int index) native "SVGTransformList_item_Callback"; | 6642 Transform operator[](int index) native "SVGTransformList_item_Callback"; |
| 7802 | 6643 |
| 7803 void operator[]=(int index, Transform value) { | 6644 void operator[]=(int index, Transform value) { |
| 7804 throw new UnsupportedError("Cannot assign element of immutable List."); | 6645 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 7805 } | 6646 } |
| 7806 // -- start List<Transform> mixins. | 6647 // -- start List<Transform> mixins. |
| 7807 // Transform is the element type. | 6648 // Transform is the element type. |
| 7808 | 6649 |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7936 | 6777 |
| 7937 void insertRange(int start, int rangeLength, [Transform initialValue]) { | 6778 void insertRange(int start, int rangeLength, [Transform initialValue]) { |
| 7938 throw new UnsupportedError("Cannot insertRange on immutable List."); | 6779 throw new UnsupportedError("Cannot insertRange on immutable List."); |
| 7939 } | 6780 } |
| 7940 | 6781 |
| 7941 List<Transform> getRange(int start, int rangeLength) => | 6782 List<Transform> getRange(int start, int rangeLength) => |
| 7942 Lists.getRange(this, start, rangeLength, <Transform>[]); | 6783 Lists.getRange(this, start, rangeLength, <Transform>[]); |
| 7943 | 6784 |
| 7944 // -- end List<Transform> mixins. | 6785 // -- end List<Transform> mixins. |
| 7945 | 6786 |
| 7946 | 6787 @DomName('SVGTransformList.appendItem') |
| 7947 /** @domName SVGTransformList.appendItem */ | |
| 7948 Transform appendItem(Transform item) native "SVGTransformList_appendItem_Callb
ack"; | 6788 Transform appendItem(Transform item) native "SVGTransformList_appendItem_Callb
ack"; |
| 7949 | 6789 |
| 7950 | 6790 @DomName('SVGTransformList.clear') |
| 7951 /** @domName SVGTransformList.clear */ | |
| 7952 void clear() native "SVGTransformList_clear_Callback"; | 6791 void clear() native "SVGTransformList_clear_Callback"; |
| 7953 | 6792 |
| 7954 | 6793 @DomName('SVGTransformList.consolidate') |
| 7955 /** @domName SVGTransformList.consolidate */ | |
| 7956 Transform consolidate() native "SVGTransformList_consolidate_Callback"; | 6794 Transform consolidate() native "SVGTransformList_consolidate_Callback"; |
| 7957 | 6795 |
| 7958 | 6796 @DomName('SVGTransformList.createSVGTransformFromMatrix') |
| 7959 /** @domName SVGTransformList.createSVGTransformFromMatrix */ | |
| 7960 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGTransformList
_createSVGTransformFromMatrix_Callback"; | 6797 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGTransformList
_createSVGTransformFromMatrix_Callback"; |
| 7961 | 6798 |
| 7962 | 6799 @DomName('SVGTransformList.getItem') |
| 7963 /** @domName SVGTransformList.getItem */ | |
| 7964 Transform getItem(int index) native "SVGTransformList_getItem_Callback"; | 6800 Transform getItem(int index) native "SVGTransformList_getItem_Callback"; |
| 7965 | 6801 |
| 7966 | 6802 @DomName('SVGTransformList.initialize') |
| 7967 /** @domName SVGTransformList.initialize */ | |
| 7968 Transform initialize(Transform item) native "SVGTransformList_initialize_Callb
ack"; | 6803 Transform initialize(Transform item) native "SVGTransformList_initialize_Callb
ack"; |
| 7969 | 6804 |
| 7970 | 6805 @DomName('SVGTransformList.insertItemBefore') |
| 7971 /** @domName SVGTransformList.insertItemBefore */ | |
| 7972 Transform insertItemBefore(Transform item, int index) native "SVGTransformList
_insertItemBefore_Callback"; | 6806 Transform insertItemBefore(Transform item, int index) native "SVGTransformList
_insertItemBefore_Callback"; |
| 7973 | 6807 |
| 7974 | 6808 @DomName('SVGTransformList.removeItem') |
| 7975 /** @domName SVGTransformList.removeItem */ | |
| 7976 Transform removeItem(int index) native "SVGTransformList_removeItem_Callback"; | 6809 Transform removeItem(int index) native "SVGTransformList_removeItem_Callback"; |
| 7977 | 6810 |
| 7978 | 6811 @DomName('SVGTransformList.replaceItem') |
| 7979 /** @domName SVGTransformList.replaceItem */ | |
| 7980 Transform replaceItem(Transform item, int index) native "SVGTransformList_repl
aceItem_Callback"; | 6812 Transform replaceItem(Transform item, int index) native "SVGTransformList_repl
aceItem_Callback"; |
| 7981 | 6813 |
| 7982 } | 6814 } |
| 7983 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6815 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7984 // for details. All rights reserved. Use of this source code is governed by a | 6816 // for details. All rights reserved. Use of this source code is governed by a |
| 7985 // BSD-style license that can be found in the LICENSE file. | 6817 // BSD-style license that can be found in the LICENSE file. |
| 7986 | 6818 |
| 7987 // WARNING: Do not edit - generated code. | 6819 // WARNING: Do not edit - generated code. |
| 7988 | 6820 |
| 7989 | 6821 |
| 7990 /// @domName SVGTransformable | 6822 @DomName('SVGTransformable') |
| 7991 class Transformable extends NativeFieldWrapperClass1 implements Locatable { | 6823 class Transformable extends NativeFieldWrapperClass1 implements Locatable { |
| 7992 Transformable.internal(); | 6824 Transformable.internal(); |
| 7993 | 6825 |
| 7994 | 6826 @DomName('SVGTransformable.transform') |
| 7995 /** @domName SVGTransformable.transform */ | |
| 7996 AnimatedTransformList get transform native "SVGTransformable_transform_Getter"
; | 6827 AnimatedTransformList get transform native "SVGTransformable_transform_Getter"
; |
| 7997 | 6828 |
| 7998 | 6829 @DomName('SVGTransformable.farthestViewportElement') |
| 7999 /** @domName SVGTransformable.farthestViewportElement */ | |
| 8000 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo
rtElement_Getter"; | 6830 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo
rtElement_Getter"; |
| 8001 | 6831 |
| 8002 | 6832 @DomName('SVGTransformable.nearestViewportElement') |
| 8003 /** @domName SVGTransformable.nearestViewportElement */ | |
| 8004 SvgElement get nearestViewportElement native "SVGTransformable_nearestViewport
Element_Getter"; | 6833 SvgElement get nearestViewportElement native "SVGTransformable_nearestViewport
Element_Getter"; |
| 8005 | 6834 |
| 8006 | 6835 @DomName('SVGTransformable.getBBox') |
| 8007 /** @domName SVGTransformable.getBBox */ | |
| 8008 Rect getBBox() native "SVGTransformable_getBBox_Callback"; | 6836 Rect getBBox() native "SVGTransformable_getBBox_Callback"; |
| 8009 | 6837 |
| 8010 | 6838 @DomName('SVGTransformable.getCTM') |
| 8011 /** @domName SVGTransformable.getCTM */ | |
| 8012 Matrix getCtm() native "SVGTransformable_getCTM_Callback"; | 6839 Matrix getCtm() native "SVGTransformable_getCTM_Callback"; |
| 8013 | 6840 |
| 8014 | 6841 @DomName('SVGTransformable.getScreenCTM') |
| 8015 /** @domName SVGTransformable.getScreenCTM */ | |
| 8016 Matrix getScreenCtm() native "SVGTransformable_getScreenCTM_Callback"; | 6842 Matrix getScreenCtm() native "SVGTransformable_getScreenCTM_Callback"; |
| 8017 | 6843 |
| 8018 | 6844 @DomName('SVGTransformable.getTransformToElement') |
| 8019 /** @domName SVGTransformable.getTransformToElement */ | |
| 8020 Matrix getTransformToElement(SvgElement element) native "SVGTransformable_getT
ransformToElement_Callback"; | 6845 Matrix getTransformToElement(SvgElement element) native "SVGTransformable_getT
ransformToElement_Callback"; |
| 8021 | 6846 |
| 8022 } | 6847 } |
| 8023 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6848 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8024 // for details. All rights reserved. Use of this source code is governed by a | 6849 // for details. All rights reserved. Use of this source code is governed by a |
| 8025 // BSD-style license that can be found in the LICENSE file. | 6850 // BSD-style license that can be found in the LICENSE file. |
| 8026 | 6851 |
| 8027 // WARNING: Do not edit - generated code. | 6852 // WARNING: Do not edit - generated code. |
| 8028 | 6853 |
| 8029 | 6854 |
| 8030 /// @domName SVGUnitTypes | 6855 @DomName('SVGUnitTypes') |
| 8031 class UnitTypes extends NativeFieldWrapperClass1 { | 6856 class UnitTypes extends NativeFieldWrapperClass1 { |
| 8032 UnitTypes.internal(); | 6857 UnitTypes.internal(); |
| 8033 | 6858 |
| 8034 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; | 6859 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; |
| 8035 | 6860 |
| 8036 static const int SVG_UNIT_TYPE_UNKNOWN = 0; | 6861 static const int SVG_UNIT_TYPE_UNKNOWN = 0; |
| 8037 | 6862 |
| 8038 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; | 6863 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
| 8039 | 6864 |
| 8040 } | 6865 } |
| 8041 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6866 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8042 // for details. All rights reserved. Use of this source code is governed by a | 6867 // for details. All rights reserved. Use of this source code is governed by a |
| 8043 // BSD-style license that can be found in the LICENSE file. | 6868 // BSD-style license that can be found in the LICENSE file. |
| 8044 | 6869 |
| 8045 // WARNING: Do not edit - generated code. | 6870 // WARNING: Do not edit - generated code. |
| 8046 | 6871 |
| 8047 | 6872 |
| 8048 /// @domName SVGURIReference | 6873 @DomName('SVGURIReference') |
| 8049 class UriReference extends NativeFieldWrapperClass1 { | 6874 class UriReference extends NativeFieldWrapperClass1 { |
| 8050 UriReference.internal(); | 6875 UriReference.internal(); |
| 8051 | 6876 |
| 8052 | 6877 @DomName('SVGURIReference.href') |
| 8053 /** @domName SVGURIReference.href */ | |
| 8054 AnimatedString get href native "SVGURIReference_href_Getter"; | 6878 AnimatedString get href native "SVGURIReference_href_Getter"; |
| 8055 | 6879 |
| 8056 } | 6880 } |
| 8057 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6881 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8058 // for details. All rights reserved. Use of this source code is governed by a | 6882 // for details. All rights reserved. Use of this source code is governed by a |
| 8059 // BSD-style license that can be found in the LICENSE file. | 6883 // BSD-style license that can be found in the LICENSE file. |
| 8060 | 6884 |
| 8061 // WARNING: Do not edit - generated code. | 6885 // WARNING: Do not edit - generated code. |
| 8062 | 6886 |
| 8063 | 6887 |
| 8064 /// @domName SVGUseElement | 6888 @DomName('SVGUseElement') |
| 8065 class UseElement extends SvgElement implements Transformable, Tests, UriReferenc
e, Stylable, ExternalResourcesRequired, LangSpace { | 6889 class UseElement extends SvgElement implements Transformable, Tests, UriReferenc
e, Stylable, ExternalResourcesRequired, LangSpace { |
| 8066 UseElement.internal() : super.internal(); | 6890 UseElement.internal() : super.internal(); |
| 8067 | 6891 |
| 8068 ///@docsEditable true | 6892 /// @docsEditable true |
| 8069 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 6893 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; |
| 8070 | 6894 |
| 8071 | 6895 @DomName('SVGUseElement.animatedInstanceRoot') |
| 8072 /** @domName SVGUseElement.animatedInstanceRoot */ | |
| 8073 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc
eRoot_Getter"; | 6896 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc
eRoot_Getter"; |
| 8074 | 6897 |
| 8075 | 6898 @DomName('SVGUseElement.height') |
| 8076 /** @domName SVGUseElement.height */ | |
| 8077 AnimatedLength get height native "SVGUseElement_height_Getter"; | 6899 AnimatedLength get height native "SVGUseElement_height_Getter"; |
| 8078 | 6900 |
| 8079 | 6901 @DomName('SVGUseElement.instanceRoot') |
| 8080 /** @domName SVGUseElement.instanceRoot */ | |
| 8081 ElementInstance get instanceRoot native "SVGUseElement_instanceRoot_Getter"; | 6902 ElementInstance get instanceRoot native "SVGUseElement_instanceRoot_Getter"; |
| 8082 | 6903 |
| 8083 | 6904 @DomName('SVGUseElement.width') |
| 8084 /** @domName SVGUseElement.width */ | |
| 8085 AnimatedLength get width native "SVGUseElement_width_Getter"; | 6905 AnimatedLength get width native "SVGUseElement_width_Getter"; |
| 8086 | 6906 |
| 8087 | 6907 @DomName('SVGUseElement.x') |
| 8088 /** @domName SVGUseElement.x */ | |
| 8089 AnimatedLength get x native "SVGUseElement_x_Getter"; | 6908 AnimatedLength get x native "SVGUseElement_x_Getter"; |
| 8090 | 6909 |
| 8091 | 6910 @DomName('SVGUseElement.y') |
| 8092 /** @domName SVGUseElement.y */ | |
| 8093 AnimatedLength get y native "SVGUseElement_y_Getter"; | 6911 AnimatedLength get y native "SVGUseElement_y_Getter"; |
| 8094 | 6912 |
| 8095 | 6913 @DomName('SVGUseElement.externalResourcesRequired') |
| 8096 /** @domName SVGUseElement.externalResourcesRequired */ | |
| 8097 AnimatedBoolean get externalResourcesRequired native "SVGUseElement_externalRe
sourcesRequired_Getter"; | 6914 AnimatedBoolean get externalResourcesRequired native "SVGUseElement_externalRe
sourcesRequired_Getter"; |
| 8098 | 6915 |
| 8099 | 6916 @DomName('SVGUseElement.xmllang') |
| 8100 /** @domName SVGUseElement.xmllang */ | |
| 8101 String get xmllang native "SVGUseElement_xmllang_Getter"; | 6917 String get xmllang native "SVGUseElement_xmllang_Getter"; |
| 8102 | 6918 |
| 8103 | 6919 @DomName('SVGUseElement.xmllang') |
| 8104 /** @domName SVGUseElement.xmllang */ | |
| 8105 void set xmllang(String value) native "SVGUseElement_xmllang_Setter"; | 6920 void set xmllang(String value) native "SVGUseElement_xmllang_Setter"; |
| 8106 | 6921 |
| 8107 | 6922 @DomName('SVGUseElement.xmlspace') |
| 8108 /** @domName SVGUseElement.xmlspace */ | |
| 8109 String get xmlspace native "SVGUseElement_xmlspace_Getter"; | 6923 String get xmlspace native "SVGUseElement_xmlspace_Getter"; |
| 8110 | 6924 |
| 8111 | 6925 @DomName('SVGUseElement.xmlspace') |
| 8112 /** @domName SVGUseElement.xmlspace */ | |
| 8113 void set xmlspace(String value) native "SVGUseElement_xmlspace_Setter"; | 6926 void set xmlspace(String value) native "SVGUseElement_xmlspace_Setter"; |
| 8114 | 6927 |
| 8115 | 6928 @DomName('SVGUseElement.farthestViewportElement') |
| 8116 /** @domName SVGUseElement.farthestViewportElement */ | |
| 8117 SvgElement get farthestViewportElement native "SVGUseElement_farthestViewportE
lement_Getter"; | 6929 SvgElement get farthestViewportElement native "SVGUseElement_farthestViewportE
lement_Getter"; |
| 8118 | 6930 |
| 8119 | 6931 @DomName('SVGUseElement.nearestViewportElement') |
| 8120 /** @domName SVGUseElement.nearestViewportElement */ | |
| 8121 SvgElement get nearestViewportElement native "SVGUseElement_nearestViewportEle
ment_Getter"; | 6932 SvgElement get nearestViewportElement native "SVGUseElement_nearestViewportEle
ment_Getter"; |
| 8122 | 6933 |
| 8123 | 6934 @DomName('SVGUseElement.getBBox') |
| 8124 /** @domName SVGUseElement.getBBox */ | |
| 8125 Rect getBBox() native "SVGUseElement_getBBox_Callback"; | 6935 Rect getBBox() native "SVGUseElement_getBBox_Callback"; |
| 8126 | 6936 |
| 8127 | 6937 @DomName('SVGUseElement.getCTM') |
| 8128 /** @domName SVGUseElement.getCTM */ | |
| 8129 Matrix getCtm() native "SVGUseElement_getCTM_Callback"; | 6938 Matrix getCtm() native "SVGUseElement_getCTM_Callback"; |
| 8130 | 6939 |
| 8131 | 6940 @DomName('SVGUseElement.getScreenCTM') |
| 8132 /** @domName SVGUseElement.getScreenCTM */ | |
| 8133 Matrix getScreenCtm() native "SVGUseElement_getScreenCTM_Callback"; | 6941 Matrix getScreenCtm() native "SVGUseElement_getScreenCTM_Callback"; |
| 8134 | 6942 |
| 8135 | 6943 @DomName('SVGUseElement.getTransformToElement') |
| 8136 /** @domName SVGUseElement.getTransformToElement */ | |
| 8137 Matrix getTransformToElement(SvgElement element) native "SVGUseElement_getTran
sformToElement_Callback"; | 6944 Matrix getTransformToElement(SvgElement element) native "SVGUseElement_getTran
sformToElement_Callback"; |
| 8138 | 6945 |
| 8139 | 6946 @DomName('SVGUseElement.className') |
| 8140 /** @domName SVGUseElement.className */ | |
| 8141 AnimatedString get $dom_svgClassName native "SVGUseElement_className_Getter"; | 6947 AnimatedString get $dom_svgClassName native "SVGUseElement_className_Getter"; |
| 8142 | 6948 |
| 8143 | 6949 @DomName('SVGUseElement.style') |
| 8144 /** @domName SVGUseElement.style */ | |
| 8145 CssStyleDeclaration get style native "SVGUseElement_style_Getter"; | 6950 CssStyleDeclaration get style native "SVGUseElement_style_Getter"; |
| 8146 | 6951 |
| 8147 | 6952 @DomName('SVGUseElement.getPresentationAttribute') |
| 8148 /** @domName SVGUseElement.getPresentationAttribute */ | |
| 8149 CssValue getPresentationAttribute(String name) native "SVGUseElement_getPresen
tationAttribute_Callback"; | 6953 CssValue getPresentationAttribute(String name) native "SVGUseElement_getPresen
tationAttribute_Callback"; |
| 8150 | 6954 |
| 8151 | 6955 @DomName('SVGUseElement.requiredExtensions') |
| 8152 /** @domName SVGUseElement.requiredExtensions */ | |
| 8153 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get
ter"; | 6956 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get
ter"; |
| 8154 | 6957 |
| 8155 | 6958 @DomName('SVGUseElement.requiredFeatures') |
| 8156 /** @domName SVGUseElement.requiredFeatures */ | |
| 8157 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter"
; | 6959 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter"
; |
| 8158 | 6960 |
| 8159 | 6961 @DomName('SVGUseElement.systemLanguage') |
| 8160 /** @domName SVGUseElement.systemLanguage */ | |
| 8161 StringList get systemLanguage native "SVGUseElement_systemLanguage_Getter"; | 6962 StringList get systemLanguage native "SVGUseElement_systemLanguage_Getter"; |
| 8162 | 6963 |
| 8163 | 6964 @DomName('SVGUseElement.hasExtension') |
| 8164 /** @domName SVGUseElement.hasExtension */ | |
| 8165 bool hasExtension(String extension) native "SVGUseElement_hasExtension_Callbac
k"; | 6965 bool hasExtension(String extension) native "SVGUseElement_hasExtension_Callbac
k"; |
| 8166 | 6966 |
| 8167 | 6967 @DomName('SVGUseElement.transform') |
| 8168 /** @domName SVGUseElement.transform */ | |
| 8169 AnimatedTransformList get transform native "SVGUseElement_transform_Getter"; | 6968 AnimatedTransformList get transform native "SVGUseElement_transform_Getter"; |
| 8170 | 6969 |
| 8171 | 6970 @DomName('SVGUseElement.href') |
| 8172 /** @domName SVGUseElement.href */ | |
| 8173 AnimatedString get href native "SVGUseElement_href_Getter"; | 6971 AnimatedString get href native "SVGUseElement_href_Getter"; |
| 8174 | 6972 |
| 8175 } | 6973 } |
| 8176 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6974 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8177 // for details. All rights reserved. Use of this source code is governed by a | 6975 // for details. All rights reserved. Use of this source code is governed by a |
| 8178 // BSD-style license that can be found in the LICENSE file. | 6976 // BSD-style license that can be found in the LICENSE file. |
| 8179 | 6977 |
| 8180 // WARNING: Do not edit - generated code. | 6978 // WARNING: Do not edit - generated code. |
| 8181 | 6979 |
| 8182 | 6980 |
| 8183 /// @domName SVGVKernElement | 6981 @DomName('SVGVKernElement') |
| 8184 class VKernElement extends SvgElement { | 6982 class VKernElement extends SvgElement { |
| 8185 VKernElement.internal() : super.internal(); | 6983 VKernElement.internal() : super.internal(); |
| 8186 | 6984 |
| 8187 ///@docsEditable true | 6985 /// @docsEditable true |
| 8188 factory VKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("vke
rn"); | 6986 factory VKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("vke
rn"); |
| 8189 | 6987 |
| 8190 } | 6988 } |
| 8191 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8192 // for details. All rights reserved. Use of this source code is governed by a | 6990 // for details. All rights reserved. Use of this source code is governed by a |
| 8193 // BSD-style license that can be found in the LICENSE file. | 6991 // BSD-style license that can be found in the LICENSE file. |
| 8194 | 6992 |
| 8195 // WARNING: Do not edit - generated code. | 6993 // WARNING: Do not edit - generated code. |
| 8196 | 6994 |
| 8197 | 6995 |
| 8198 /// @domName SVGViewElement | 6996 @DomName('SVGViewElement') |
| 8199 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan { | 6997 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan { |
| 8200 ViewElement.internal() : super.internal(); | 6998 ViewElement.internal() : super.internal(); |
| 8201 | 6999 |
| 8202 ///@docsEditable true | 7000 /// @docsEditable true |
| 8203 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); | 7001 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); |
| 8204 | 7002 |
| 8205 | 7003 @DomName('SVGViewElement.viewTarget') |
| 8206 /** @domName SVGViewElement.viewTarget */ | |
| 8207 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; | 7004 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; |
| 8208 | 7005 |
| 8209 | 7006 @DomName('SVGViewElement.externalResourcesRequired') |
| 8210 /** @domName SVGViewElement.externalResourcesRequired */ | |
| 8211 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR
esourcesRequired_Getter"; | 7007 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR
esourcesRequired_Getter"; |
| 8212 | 7008 |
| 8213 | 7009 @DomName('SVGViewElement.preserveAspectRatio') |
| 8214 /** @domName SVGViewElement.preserveAspectRatio */ | |
| 8215 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewElement_pre
serveAspectRatio_Getter"; | 7010 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewElement_pre
serveAspectRatio_Getter"; |
| 8216 | 7011 |
| 8217 | 7012 @DomName('SVGViewElement.viewBox') |
| 8218 /** @domName SVGViewElement.viewBox */ | |
| 8219 AnimatedRect get viewBox native "SVGViewElement_viewBox_Getter"; | 7013 AnimatedRect get viewBox native "SVGViewElement_viewBox_Getter"; |
| 8220 | 7014 |
| 8221 | 7015 @DomName('SVGViewElement.zoomAndPan') |
| 8222 /** @domName SVGViewElement.zoomAndPan */ | |
| 8223 int get zoomAndPan native "SVGViewElement_zoomAndPan_Getter"; | 7016 int get zoomAndPan native "SVGViewElement_zoomAndPan_Getter"; |
| 8224 | 7017 |
| 8225 | 7018 @DomName('SVGViewElement.zoomAndPan') |
| 8226 /** @domName SVGViewElement.zoomAndPan */ | |
| 8227 void set zoomAndPan(int value) native "SVGViewElement_zoomAndPan_Setter"; | 7019 void set zoomAndPan(int value) native "SVGViewElement_zoomAndPan_Setter"; |
| 8228 | 7020 |
| 8229 } | 7021 } |
| 8230 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7022 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8231 // for details. All rights reserved. Use of this source code is governed by a | 7023 // for details. All rights reserved. Use of this source code is governed by a |
| 8232 // BSD-style license that can be found in the LICENSE file. | 7024 // BSD-style license that can be found in the LICENSE file. |
| 8233 | 7025 |
| 8234 // WARNING: Do not edit - generated code. | 7026 // WARNING: Do not edit - generated code. |
| 8235 | 7027 |
| 8236 | 7028 |
| 8237 /// @domName SVGViewSpec | 7029 @DomName('SVGViewSpec') |
| 8238 class ViewSpec extends NativeFieldWrapperClass1 { | 7030 class ViewSpec extends NativeFieldWrapperClass1 { |
| 8239 ViewSpec.internal(); | 7031 ViewSpec.internal(); |
| 8240 | 7032 |
| 8241 | 7033 @DomName('SVGViewSpec.preserveAspectRatio') |
| 8242 /** @domName SVGViewSpec.preserveAspectRatio */ | |
| 8243 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser
veAspectRatio_Getter"; | 7034 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser
veAspectRatio_Getter"; |
| 8244 | 7035 |
| 8245 | 7036 @DomName('SVGViewSpec.preserveAspectRatioString') |
| 8246 /** @domName SVGViewSpec.preserveAspectRatioString */ | |
| 8247 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; | 7037 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; |
| 8248 | 7038 |
| 8249 | 7039 @DomName('SVGViewSpec.transform') |
| 8250 /** @domName SVGViewSpec.transform */ | |
| 8251 TransformList get transform native "SVGViewSpec_transform_Getter"; | 7040 TransformList get transform native "SVGViewSpec_transform_Getter"; |
| 8252 | 7041 |
| 8253 | 7042 @DomName('SVGViewSpec.transformString') |
| 8254 /** @domName SVGViewSpec.transformString */ | |
| 8255 String get transformString native "SVGViewSpec_transformString_Getter"; | 7043 String get transformString native "SVGViewSpec_transformString_Getter"; |
| 8256 | 7044 |
| 8257 | 7045 @DomName('SVGViewSpec.viewBox') |
| 8258 /** @domName SVGViewSpec.viewBox */ | |
| 8259 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter"; | 7046 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter"; |
| 8260 | 7047 |
| 8261 | 7048 @DomName('SVGViewSpec.viewBoxString') |
| 8262 /** @domName SVGViewSpec.viewBoxString */ | |
| 8263 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; | 7049 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; |
| 8264 | 7050 |
| 8265 | 7051 @DomName('SVGViewSpec.viewTarget') |
| 8266 /** @domName SVGViewSpec.viewTarget */ | |
| 8267 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; | 7052 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; |
| 8268 | 7053 |
| 8269 | 7054 @DomName('SVGViewSpec.viewTargetString') |
| 8270 /** @domName SVGViewSpec.viewTargetString */ | |
| 8271 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; | 7055 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; |
| 8272 | 7056 |
| 8273 | 7057 @DomName('SVGViewSpec.zoomAndPan') |
| 8274 /** @domName SVGViewSpec.zoomAndPan */ | |
| 8275 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; | 7058 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; |
| 8276 | 7059 |
| 8277 | 7060 @DomName('SVGViewSpec.zoomAndPan') |
| 8278 /** @domName SVGViewSpec.zoomAndPan */ | |
| 8279 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; | 7061 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; |
| 8280 | 7062 |
| 8281 } | 7063 } |
| 8282 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7064 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8283 // for details. All rights reserved. Use of this source code is governed by a | 7065 // for details. All rights reserved. Use of this source code is governed by a |
| 8284 // BSD-style license that can be found in the LICENSE file. | 7066 // BSD-style license that can be found in the LICENSE file. |
| 8285 | 7067 |
| 8286 // WARNING: Do not edit - generated code. | 7068 // WARNING: Do not edit - generated code. |
| 8287 | 7069 |
| 8288 | 7070 |
| 8289 /// @domName SVGZoomAndPan | 7071 @DomName('SVGZoomAndPan') |
| 8290 class ZoomAndPan extends NativeFieldWrapperClass1 { | 7072 class ZoomAndPan extends NativeFieldWrapperClass1 { |
| 8291 ZoomAndPan.internal(); | 7073 ZoomAndPan.internal(); |
| 8292 | 7074 |
| 8293 static const int SVG_ZOOMANDPAN_DISABLE = 1; | 7075 static const int SVG_ZOOMANDPAN_DISABLE = 1; |
| 8294 | 7076 |
| 8295 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; | 7077 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; |
| 8296 | 7078 |
| 8297 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; | 7079 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; |
| 8298 | 7080 |
| 8299 | 7081 @DomName('SVGZoomAndPan.zoomAndPan') |
| 8300 /** @domName SVGZoomAndPan.zoomAndPan */ | |
| 8301 int get zoomAndPan native "SVGZoomAndPan_zoomAndPan_Getter"; | 7082 int get zoomAndPan native "SVGZoomAndPan_zoomAndPan_Getter"; |
| 8302 | 7083 |
| 8303 | 7084 @DomName('SVGZoomAndPan.zoomAndPan') |
| 8304 /** @domName SVGZoomAndPan.zoomAndPan */ | |
| 8305 void set zoomAndPan(int value) native "SVGZoomAndPan_zoomAndPan_Setter"; | 7085 void set zoomAndPan(int value) native "SVGZoomAndPan_zoomAndPan_Setter"; |
| 8306 | 7086 |
| 8307 } | 7087 } |
| 8308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7088 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8309 // for details. All rights reserved. Use of this source code is governed by a | 7089 // for details. All rights reserved. Use of this source code is governed by a |
| 8310 // BSD-style license that can be found in the LICENSE file. | 7090 // BSD-style license that can be found in the LICENSE file. |
| 8311 | 7091 |
| 8312 // WARNING: Do not edit - generated code. | 7092 // WARNING: Do not edit - generated code. |
| 8313 | 7093 |
| 8314 | 7094 |
| 8315 /// @domName SVGZoomEvent | 7095 @DomName('SVGZoomEvent') |
| 8316 class ZoomEvent extends UIEvent { | 7096 class ZoomEvent extends UIEvent { |
| 8317 ZoomEvent.internal() : super.internal(); | 7097 ZoomEvent.internal() : super.internal(); |
| 8318 | 7098 |
| 8319 | 7099 @DomName('SVGZoomEvent.newScale') |
| 8320 /** @domName SVGZoomEvent.newScale */ | |
| 8321 num get newScale native "SVGZoomEvent_newScale_Getter"; | 7100 num get newScale native "SVGZoomEvent_newScale_Getter"; |
| 8322 | 7101 |
| 8323 | 7102 @DomName('SVGZoomEvent.newTranslate') |
| 8324 /** @domName SVGZoomEvent.newTranslate */ | |
| 8325 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; | 7103 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; |
| 8326 | 7104 |
| 8327 | 7105 @DomName('SVGZoomEvent.previousScale') |
| 8328 /** @domName SVGZoomEvent.previousScale */ | |
| 8329 num get previousScale native "SVGZoomEvent_previousScale_Getter"; | 7106 num get previousScale native "SVGZoomEvent_previousScale_Getter"; |
| 8330 | 7107 |
| 8331 | 7108 @DomName('SVGZoomEvent.previousTranslate') |
| 8332 /** @domName SVGZoomEvent.previousTranslate */ | |
| 8333 Point get previousTranslate native "SVGZoomEvent_previousTranslate_Getter"; | 7109 Point get previousTranslate native "SVGZoomEvent_previousTranslate_Getter"; |
| 8334 | 7110 |
| 8335 | 7111 @DomName('SVGZoomEvent.zoomRectScreen') |
| 8336 /** @domName SVGZoomEvent.zoomRectScreen */ | |
| 8337 Rect get zoomRectScreen native "SVGZoomEvent_zoomRectScreen_Getter"; | 7112 Rect get zoomRectScreen native "SVGZoomEvent_zoomRectScreen_Getter"; |
| 8338 | 7113 |
| 8339 } | 7114 } |
| 8340 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7115 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8341 // for details. All rights reserved. Use of this source code is governed by a | 7116 // for details. All rights reserved. Use of this source code is governed by a |
| 8342 // BSD-style license that can be found in the LICENSE file. | 7117 // BSD-style license that can be found in the LICENSE file. |
| 8343 | 7118 |
| 8344 // WARNING: Do not edit - generated code. | 7119 // WARNING: Do not edit - generated code. |
| 8345 | 7120 |
| 8346 | 7121 |
| 8347 /// @domName SVGElementInstanceList | 7122 @DomName('SVGElementInstanceList') |
| 8348 class _ElementInstanceList extends NativeFieldWrapperClass1 implements List<Elem
entInstance> { | 7123 class _ElementInstanceList extends NativeFieldWrapperClass1 implements List<Elem
entInstance> { |
| 8349 _ElementInstanceList.internal(); | 7124 _ElementInstanceList.internal(); |
| 8350 | 7125 |
| 8351 | 7126 @DomName('SVGElementInstanceList.length') |
| 8352 /** @domName SVGElementInstanceList.length */ | |
| 8353 int get length native "SVGElementInstanceList_length_Getter"; | 7127 int get length native "SVGElementInstanceList_length_Getter"; |
| 8354 | 7128 |
| 8355 ElementInstance operator[](int index) native "SVGElementInstanceList_item_Call
back"; | 7129 ElementInstance operator[](int index) native "SVGElementInstanceList_item_Call
back"; |
| 8356 | 7130 |
| 8357 void operator[]=(int index, ElementInstance value) { | 7131 void operator[]=(int index, ElementInstance value) { |
| 8358 throw new UnsupportedError("Cannot assign element of immutable List."); | 7132 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 8359 } | 7133 } |
| 8360 // -- start List<ElementInstance> mixins. | 7134 // -- start List<ElementInstance> mixins. |
| 8361 // ElementInstance is the element type. | 7135 // ElementInstance is the element type. |
| 8362 | 7136 |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8490 | 7264 |
| 8491 void insertRange(int start, int rangeLength, [ElementInstance initialValue]) { | 7265 void insertRange(int start, int rangeLength, [ElementInstance initialValue]) { |
| 8492 throw new UnsupportedError("Cannot insertRange on immutable List."); | 7266 throw new UnsupportedError("Cannot insertRange on immutable List."); |
| 8493 } | 7267 } |
| 8494 | 7268 |
| 8495 List<ElementInstance> getRange(int start, int rangeLength) => | 7269 List<ElementInstance> getRange(int start, int rangeLength) => |
| 8496 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); | 7270 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); |
| 8497 | 7271 |
| 8498 // -- end List<ElementInstance> mixins. | 7272 // -- end List<ElementInstance> mixins. |
| 8499 | 7273 |
| 8500 | 7274 @DomName('SVGElementInstanceList.item') |
| 8501 /** @domName SVGElementInstanceList.item */ | |
| 8502 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; | 7275 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; |
| 8503 | 7276 |
| 8504 } | 7277 } |
| OLD | NEW |