| OLD | NEW |
| 1 library dart.dom.svg; | 1 library dart.dom.svg; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:_collection-dev'; | 5 import 'dart:_collection-dev'; |
| 6 import 'dart:html'; | 6 import 'dart:html'; |
| 7 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 8 import 'dart:nativewrappers'; | 8 import 'dart:nativewrappers'; |
| 9 // DO NOT EDIT | 9 // DO NOT EDIT |
| 10 // Auto-generated dart:svg library. | 10 // Auto-generated dart:svg library. |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 return el; | 53 return el; |
| 54 } | 54 } |
| 55 } | 55 } |
| 56 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 56 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 57 // for details. All rights reserved. Use of this source code is governed by a | 57 // for details. All rights reserved. Use of this source code is governed by a |
| 58 // BSD-style license that can be found in the LICENSE file. | 58 // BSD-style license that can be found in the LICENSE file. |
| 59 | 59 |
| 60 // WARNING: Do not edit - generated code. | 60 // WARNING: Do not edit - generated code. |
| 61 | 61 |
| 62 | 62 |
| 63 @DocsEditable | 63 @DocsEditable() |
| 64 @DomName('SVGAElement') | 64 @DomName('SVGAElement') |
| 65 @Unstable | 65 @Unstable() |
| 66 class AElement extends StyledElement implements UriReference, Tests, Transformab
le, ExternalResourcesRequired, LangSpace { | 66 class AElement extends StyledElement implements UriReference, Tests, Transformab
le, ExternalResourcesRequired, LangSpace { |
| 67 // To suppress missing implicit constructor warnings. | 67 // To suppress missing implicit constructor warnings. |
| 68 factory AElement._() { throw new UnsupportedError("Not supported"); } | 68 factory AElement._() { throw new UnsupportedError("Not supported"); } |
| 69 | 69 |
| 70 @DomName('SVGAElement.SVGAElement') | 70 @DomName('SVGAElement.SVGAElement') |
| 71 @DocsEditable | 71 @DocsEditable() |
| 72 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 72 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
| 73 | 73 |
| 74 @DomName('SVGAElement.target') | 74 @DomName('SVGAElement.target') |
| 75 @DocsEditable | 75 @DocsEditable() |
| 76 AnimatedString get target native "SVGAElement_target_Getter"; | 76 AnimatedString get target native "SVGAElement_target_Getter"; |
| 77 | 77 |
| 78 @DomName('SVGAElement.externalResourcesRequired') | 78 @DomName('SVGAElement.externalResourcesRequired') |
| 79 @DocsEditable | 79 @DocsEditable() |
| 80 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso
urcesRequired_Getter"; | 80 AnimatedBoolean get externalResourcesRequired native "SVGAElement_externalReso
urcesRequired_Getter"; |
| 81 | 81 |
| 82 @DomName('SVGAElement.xmllang') | 82 @DomName('SVGAElement.xmllang') |
| 83 @DocsEditable | 83 @DocsEditable() |
| 84 String get xmllang native "SVGAElement_xmllang_Getter"; | 84 String get xmllang native "SVGAElement_xmllang_Getter"; |
| 85 | 85 |
| 86 @DomName('SVGAElement.xmllang') | 86 @DomName('SVGAElement.xmllang') |
| 87 @DocsEditable | 87 @DocsEditable() |
| 88 void set xmllang(String value) native "SVGAElement_xmllang_Setter"; | 88 void set xmllang(String value) native "SVGAElement_xmllang_Setter"; |
| 89 | 89 |
| 90 @DomName('SVGAElement.xmlspace') | 90 @DomName('SVGAElement.xmlspace') |
| 91 @DocsEditable | 91 @DocsEditable() |
| 92 String get xmlspace native "SVGAElement_xmlspace_Getter"; | 92 String get xmlspace native "SVGAElement_xmlspace_Getter"; |
| 93 | 93 |
| 94 @DomName('SVGAElement.xmlspace') | 94 @DomName('SVGAElement.xmlspace') |
| 95 @DocsEditable | 95 @DocsEditable() |
| 96 void set xmlspace(String value) native "SVGAElement_xmlspace_Setter"; | 96 void set xmlspace(String value) native "SVGAElement_xmlspace_Setter"; |
| 97 | 97 |
| 98 @DomName('SVGAElement.farthestViewportElement') | 98 @DomName('SVGAElement.farthestViewportElement') |
| 99 @DocsEditable | 99 @DocsEditable() |
| 100 SvgElement get farthestViewportElement native "SVGAElement_farthestViewportEle
ment_Getter"; | 100 SvgElement get farthestViewportElement native "SVGAElement_farthestViewportEle
ment_Getter"; |
| 101 | 101 |
| 102 @DomName('SVGAElement.nearestViewportElement') | 102 @DomName('SVGAElement.nearestViewportElement') |
| 103 @DocsEditable | 103 @DocsEditable() |
| 104 SvgElement get nearestViewportElement native "SVGAElement_nearestViewportEleme
nt_Getter"; | 104 SvgElement get nearestViewportElement native "SVGAElement_nearestViewportEleme
nt_Getter"; |
| 105 | 105 |
| 106 @DomName('SVGAElement.getBBox') | 106 @DomName('SVGAElement.getBBox') |
| 107 @DocsEditable | 107 @DocsEditable() |
| 108 Rect getBBox() native "SVGAElement_getBBox_Callback"; | 108 Rect getBBox() native "SVGAElement_getBBox_Callback"; |
| 109 | 109 |
| 110 @DomName('SVGAElement.getCTM') | 110 @DomName('SVGAElement.getCTM') |
| 111 @DocsEditable | 111 @DocsEditable() |
| 112 Matrix getCtm() native "SVGAElement_getCTM_Callback"; | 112 Matrix getCtm() native "SVGAElement_getCTM_Callback"; |
| 113 | 113 |
| 114 @DomName('SVGAElement.getScreenCTM') | 114 @DomName('SVGAElement.getScreenCTM') |
| 115 @DocsEditable | 115 @DocsEditable() |
| 116 Matrix getScreenCtm() native "SVGAElement_getScreenCTM_Callback"; | 116 Matrix getScreenCtm() native "SVGAElement_getScreenCTM_Callback"; |
| 117 | 117 |
| 118 @DomName('SVGAElement.getTransformToElement') | 118 @DomName('SVGAElement.getTransformToElement') |
| 119 @DocsEditable | 119 @DocsEditable() |
| 120 Matrix getTransformToElement(SvgElement element) native "SVGAElement_getTransf
ormToElement_Callback"; | 120 Matrix getTransformToElement(SvgElement element) native "SVGAElement_getTransf
ormToElement_Callback"; |
| 121 | 121 |
| 122 @DomName('SVGAElement.requiredExtensions') | 122 @DomName('SVGAElement.requiredExtensions') |
| 123 @DocsEditable | 123 @DocsEditable() |
| 124 StringList get requiredExtensions native "SVGAElement_requiredExtensions_Gette
r"; | 124 StringList get requiredExtensions native "SVGAElement_requiredExtensions_Gette
r"; |
| 125 | 125 |
| 126 @DomName('SVGAElement.requiredFeatures') | 126 @DomName('SVGAElement.requiredFeatures') |
| 127 @DocsEditable | 127 @DocsEditable() |
| 128 StringList get requiredFeatures native "SVGAElement_requiredFeatures_Getter"; | 128 StringList get requiredFeatures native "SVGAElement_requiredFeatures_Getter"; |
| 129 | 129 |
| 130 @DomName('SVGAElement.systemLanguage') | 130 @DomName('SVGAElement.systemLanguage') |
| 131 @DocsEditable | 131 @DocsEditable() |
| 132 StringList get systemLanguage native "SVGAElement_systemLanguage_Getter"; | 132 StringList get systemLanguage native "SVGAElement_systemLanguage_Getter"; |
| 133 | 133 |
| 134 @DomName('SVGAElement.hasExtension') | 134 @DomName('SVGAElement.hasExtension') |
| 135 @DocsEditable | 135 @DocsEditable() |
| 136 bool hasExtension(String extension) native "SVGAElement_hasExtension_Callback"
; | 136 bool hasExtension(String extension) native "SVGAElement_hasExtension_Callback"
; |
| 137 | 137 |
| 138 @DomName('SVGAElement.transform') | 138 @DomName('SVGAElement.transform') |
| 139 @DocsEditable | 139 @DocsEditable() |
| 140 AnimatedTransformList get transform native "SVGAElement_transform_Getter"; | 140 AnimatedTransformList get transform native "SVGAElement_transform_Getter"; |
| 141 | 141 |
| 142 @DomName('SVGAElement.href') | 142 @DomName('SVGAElement.href') |
| 143 @DocsEditable | 143 @DocsEditable() |
| 144 AnimatedString get href native "SVGAElement_href_Getter"; | 144 AnimatedString get href native "SVGAElement_href_Getter"; |
| 145 | 145 |
| 146 } | 146 } |
| 147 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 147 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 148 // for details. All rights reserved. Use of this source code is governed by a | 148 // for details. All rights reserved. Use of this source code is governed by a |
| 149 // BSD-style license that can be found in the LICENSE file. | 149 // BSD-style license that can be found in the LICENSE file. |
| 150 | 150 |
| 151 // WARNING: Do not edit - generated code. | 151 // WARNING: Do not edit - generated code. |
| 152 | 152 |
| 153 | 153 |
| 154 @DocsEditable | 154 @DocsEditable() |
| 155 @DomName('SVGAltGlyphElement') | 155 @DomName('SVGAltGlyphElement') |
| 156 @SupportedBrowser(SupportedBrowser.CHROME) | 156 @SupportedBrowser(SupportedBrowser.CHROME) |
| 157 @SupportedBrowser(SupportedBrowser.FIREFOX) | 157 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 158 @SupportedBrowser(SupportedBrowser.SAFARI) | 158 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 159 @Unstable | 159 @Unstable() |
| 160 class AltGlyphElement extends TextPositioningElement implements UriReference { | 160 class AltGlyphElement extends TextPositioningElement implements UriReference { |
| 161 // To suppress missing implicit constructor warnings. | 161 // To suppress missing implicit constructor warnings. |
| 162 factory AltGlyphElement._() { throw new UnsupportedError("Not supported"); } | 162 factory AltGlyphElement._() { throw new UnsupportedError("Not supported"); } |
| 163 | 163 |
| 164 @DomName('SVGAltGlyphElement.SVGAltGlyphElement') | 164 @DomName('SVGAltGlyphElement.SVGAltGlyphElement') |
| 165 @DocsEditable | 165 @DocsEditable() |
| 166 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("
altGlyph"); | 166 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("
altGlyph"); |
| 167 | 167 |
| 168 /// Checks if this type is supported on the current platform. | 168 /// Checks if this type is supported on the current platform. |
| 169 static bool get supported => true; | 169 static bool get supported => true; |
| 170 | 170 |
| 171 @DomName('SVGAltGlyphElement.format') | 171 @DomName('SVGAltGlyphElement.format') |
| 172 @DocsEditable | 172 @DocsEditable() |
| 173 String get format native "SVGAltGlyphElement_format_Getter"; | 173 String get format native "SVGAltGlyphElement_format_Getter"; |
| 174 | 174 |
| 175 @DomName('SVGAltGlyphElement.format') | 175 @DomName('SVGAltGlyphElement.format') |
| 176 @DocsEditable | 176 @DocsEditable() |
| 177 void set format(String value) native "SVGAltGlyphElement_format_Setter"; | 177 void set format(String value) native "SVGAltGlyphElement_format_Setter"; |
| 178 | 178 |
| 179 @DomName('SVGAltGlyphElement.glyphRef') | 179 @DomName('SVGAltGlyphElement.glyphRef') |
| 180 @DocsEditable | 180 @DocsEditable() |
| 181 String get glyphRef native "SVGAltGlyphElement_glyphRef_Getter"; | 181 String get glyphRef native "SVGAltGlyphElement_glyphRef_Getter"; |
| 182 | 182 |
| 183 @DomName('SVGAltGlyphElement.glyphRef') | 183 @DomName('SVGAltGlyphElement.glyphRef') |
| 184 @DocsEditable | 184 @DocsEditable() |
| 185 void set glyphRef(String value) native "SVGAltGlyphElement_glyphRef_Setter"; | 185 void set glyphRef(String value) native "SVGAltGlyphElement_glyphRef_Setter"; |
| 186 | 186 |
| 187 @DomName('SVGAltGlyphElement.href') | 187 @DomName('SVGAltGlyphElement.href') |
| 188 @DocsEditable | 188 @DocsEditable() |
| 189 AnimatedString get href native "SVGAltGlyphElement_href_Getter"; | 189 AnimatedString get href native "SVGAltGlyphElement_href_Getter"; |
| 190 | 190 |
| 191 } | 191 } |
| 192 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 192 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 193 // for details. All rights reserved. Use of this source code is governed by a | 193 // for details. All rights reserved. Use of this source code is governed by a |
| 194 // BSD-style license that can be found in the LICENSE file. | 194 // BSD-style license that can be found in the LICENSE file. |
| 195 | 195 |
| 196 // WARNING: Do not edit - generated code. | 196 // WARNING: Do not edit - generated code. |
| 197 | 197 |
| 198 | 198 |
| 199 @DocsEditable | 199 @DocsEditable() |
| 200 @DomName('SVGAngle') | 200 @DomName('SVGAngle') |
| 201 @Unstable | 201 @Unstable() |
| 202 class Angle extends NativeFieldWrapperClass1 { | 202 class Angle extends NativeFieldWrapperClass1 { |
| 203 | 203 |
| 204 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') | 204 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') |
| 205 @DocsEditable | 205 @DocsEditable() |
| 206 static const int SVG_ANGLETYPE_DEG = 2; | 206 static const int SVG_ANGLETYPE_DEG = 2; |
| 207 | 207 |
| 208 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') | 208 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') |
| 209 @DocsEditable | 209 @DocsEditable() |
| 210 static const int SVG_ANGLETYPE_GRAD = 4; | 210 static const int SVG_ANGLETYPE_GRAD = 4; |
| 211 | 211 |
| 212 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') | 212 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') |
| 213 @DocsEditable | 213 @DocsEditable() |
| 214 static const int SVG_ANGLETYPE_RAD = 3; | 214 static const int SVG_ANGLETYPE_RAD = 3; |
| 215 | 215 |
| 216 @DomName('SVGAngle.SVG_ANGLETYPE_UNKNOWN') | 216 @DomName('SVGAngle.SVG_ANGLETYPE_UNKNOWN') |
| 217 @DocsEditable | 217 @DocsEditable() |
| 218 static const int SVG_ANGLETYPE_UNKNOWN = 0; | 218 static const int SVG_ANGLETYPE_UNKNOWN = 0; |
| 219 | 219 |
| 220 @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') | 220 @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') |
| 221 @DocsEditable | 221 @DocsEditable() |
| 222 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; | 222 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; |
| 223 | 223 |
| 224 @DomName('SVGAngle.unitType') | 224 @DomName('SVGAngle.unitType') |
| 225 @DocsEditable | 225 @DocsEditable() |
| 226 int get unitType native "SVGAngle_unitType_Getter"; | 226 int get unitType native "SVGAngle_unitType_Getter"; |
| 227 | 227 |
| 228 @DomName('SVGAngle.value') | 228 @DomName('SVGAngle.value') |
| 229 @DocsEditable | 229 @DocsEditable() |
| 230 num get value native "SVGAngle_value_Getter"; | 230 num get value native "SVGAngle_value_Getter"; |
| 231 | 231 |
| 232 @DomName('SVGAngle.value') | 232 @DomName('SVGAngle.value') |
| 233 @DocsEditable | 233 @DocsEditable() |
| 234 void set value(num value) native "SVGAngle_value_Setter"; | 234 void set value(num value) native "SVGAngle_value_Setter"; |
| 235 | 235 |
| 236 @DomName('SVGAngle.valueAsString') | 236 @DomName('SVGAngle.valueAsString') |
| 237 @DocsEditable | 237 @DocsEditable() |
| 238 String get valueAsString native "SVGAngle_valueAsString_Getter"; | 238 String get valueAsString native "SVGAngle_valueAsString_Getter"; |
| 239 | 239 |
| 240 @DomName('SVGAngle.valueAsString') | 240 @DomName('SVGAngle.valueAsString') |
| 241 @DocsEditable | 241 @DocsEditable() |
| 242 void set valueAsString(String value) native "SVGAngle_valueAsString_Setter"; | 242 void set valueAsString(String value) native "SVGAngle_valueAsString_Setter"; |
| 243 | 243 |
| 244 @DomName('SVGAngle.valueInSpecifiedUnits') | 244 @DomName('SVGAngle.valueInSpecifiedUnits') |
| 245 @DocsEditable | 245 @DocsEditable() |
| 246 num get valueInSpecifiedUnits native "SVGAngle_valueInSpecifiedUnits_Getter"; | 246 num get valueInSpecifiedUnits native "SVGAngle_valueInSpecifiedUnits_Getter"; |
| 247 | 247 |
| 248 @DomName('SVGAngle.valueInSpecifiedUnits') | 248 @DomName('SVGAngle.valueInSpecifiedUnits') |
| 249 @DocsEditable | 249 @DocsEditable() |
| 250 void set valueInSpecifiedUnits(num value) native "SVGAngle_valueInSpecifiedUni
ts_Setter"; | 250 void set valueInSpecifiedUnits(num value) native "SVGAngle_valueInSpecifiedUni
ts_Setter"; |
| 251 | 251 |
| 252 @DomName('SVGAngle.convertToSpecifiedUnits') | 252 @DomName('SVGAngle.convertToSpecifiedUnits') |
| 253 @DocsEditable | 253 @DocsEditable() |
| 254 void convertToSpecifiedUnits(int unitType) native "SVGAngle_convertToSpecified
Units_Callback"; | 254 void convertToSpecifiedUnits(int unitType) native "SVGAngle_convertToSpecified
Units_Callback"; |
| 255 | 255 |
| 256 @DomName('SVGAngle.newValueSpecifiedUnits') | 256 @DomName('SVGAngle.newValueSpecifiedUnits') |
| 257 @DocsEditable | 257 @DocsEditable() |
| 258 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGAngle_newValueSpecifiedUnits_Callback"; | 258 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGAngle_newValueSpecifiedUnits_Callback"; |
| 259 | 259 |
| 260 } | 260 } |
| 261 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 261 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 262 // for details. All rights reserved. Use of this source code is governed by a | 262 // for details. All rights reserved. Use of this source code is governed by a |
| 263 // BSD-style license that can be found in the LICENSE file. | 263 // BSD-style license that can be found in the LICENSE file. |
| 264 | 264 |
| 265 // WARNING: Do not edit - generated code. | 265 // WARNING: Do not edit - generated code. |
| 266 | 266 |
| 267 | 267 |
| 268 @DocsEditable | 268 @DocsEditable() |
| 269 @DomName('SVGAnimateElement') | 269 @DomName('SVGAnimateElement') |
| 270 @SupportedBrowser(SupportedBrowser.CHROME) | 270 @SupportedBrowser(SupportedBrowser.CHROME) |
| 271 @SupportedBrowser(SupportedBrowser.FIREFOX) | 271 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 272 @SupportedBrowser(SupportedBrowser.SAFARI) | 272 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 273 @Unstable | 273 @Unstable() |
| 274 class AnimateElement extends AnimationElement { | 274 class AnimateElement extends AnimationElement { |
| 275 // To suppress missing implicit constructor warnings. | 275 // To suppress missing implicit constructor warnings. |
| 276 factory AnimateElement._() { throw new UnsupportedError("Not supported"); } | 276 factory AnimateElement._() { throw new UnsupportedError("Not supported"); } |
| 277 | 277 |
| 278 @DomName('SVGAnimateElement.SVGAnimateElement') | 278 @DomName('SVGAnimateElement.SVGAnimateElement') |
| 279 @DocsEditable | 279 @DocsEditable() |
| 280 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); | 280 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); |
| 281 | 281 |
| 282 /// Checks if this type is supported on the current platform. | 282 /// Checks if this type is supported on the current platform. |
| 283 static bool get supported => true; | 283 static bool get supported => true; |
| 284 | 284 |
| 285 } | 285 } |
| 286 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 286 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 287 // for details. All rights reserved. Use of this source code is governed by a | 287 // for details. All rights reserved. Use of this source code is governed by a |
| 288 // BSD-style license that can be found in the LICENSE file. | 288 // BSD-style license that can be found in the LICENSE file. |
| 289 | 289 |
| 290 // WARNING: Do not edit - generated code. | 290 // WARNING: Do not edit - generated code. |
| 291 | 291 |
| 292 | 292 |
| 293 @DocsEditable | 293 @DocsEditable() |
| 294 @DomName('SVGAnimateMotionElement') | 294 @DomName('SVGAnimateMotionElement') |
| 295 @SupportedBrowser(SupportedBrowser.CHROME) | 295 @SupportedBrowser(SupportedBrowser.CHROME) |
| 296 @SupportedBrowser(SupportedBrowser.FIREFOX) | 296 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 297 @SupportedBrowser(SupportedBrowser.SAFARI) | 297 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 298 @Unstable | 298 @Unstable() |
| 299 class AnimateMotionElement extends AnimationElement { | 299 class AnimateMotionElement extends AnimationElement { |
| 300 // To suppress missing implicit constructor warnings. | 300 // To suppress missing implicit constructor warnings. |
| 301 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported")
; } | 301 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported")
; } |
| 302 | 302 |
| 303 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') | 303 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') |
| 304 @DocsEditable | 304 @DocsEditable() |
| 305 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); | 305 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); |
| 306 | 306 |
| 307 /// Checks if this type is supported on the current platform. | 307 /// Checks if this type is supported on the current platform. |
| 308 static bool get supported => true; | 308 static bool get supported => true; |
| 309 | 309 |
| 310 } | 310 } |
| 311 // 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 |
| 312 // 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 |
| 313 // BSD-style license that can be found in the LICENSE file. | 313 // BSD-style license that can be found in the LICENSE file. |
| 314 | 314 |
| 315 // WARNING: Do not edit - generated code. | 315 // WARNING: Do not edit - generated code. |
| 316 | 316 |
| 317 | 317 |
| 318 @DocsEditable | 318 @DocsEditable() |
| 319 @DomName('SVGAnimateTransformElement') | 319 @DomName('SVGAnimateTransformElement') |
| 320 @SupportedBrowser(SupportedBrowser.CHROME) | 320 @SupportedBrowser(SupportedBrowser.CHROME) |
| 321 @SupportedBrowser(SupportedBrowser.FIREFOX) | 321 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 322 @SupportedBrowser(SupportedBrowser.SAFARI) | 322 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 323 @Unstable | 323 @Unstable() |
| 324 class AnimateTransformElement extends AnimationElement { | 324 class AnimateTransformElement extends AnimationElement { |
| 325 // To suppress missing implicit constructor warnings. | 325 // To suppress missing implicit constructor warnings. |
| 326 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte
d"); } | 326 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 327 | 327 |
| 328 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') | 328 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') |
| 329 @DocsEditable | 329 @DocsEditable() |
| 330 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); | 330 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); |
| 331 | 331 |
| 332 /// Checks if this type is supported on the current platform. | 332 /// Checks if this type is supported on the current platform. |
| 333 static bool get supported => true; | 333 static bool get supported => true; |
| 334 | 334 |
| 335 } | 335 } |
| 336 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 336 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 337 // for details. All rights reserved. Use of this source code is governed by a | 337 // for details. All rights reserved. Use of this source code is governed by a |
| 338 // BSD-style license that can be found in the LICENSE file. | 338 // BSD-style license that can be found in the LICENSE file. |
| 339 | 339 |
| 340 // WARNING: Do not edit - generated code. | 340 // WARNING: Do not edit - generated code. |
| 341 | 341 |
| 342 | 342 |
| 343 @DocsEditable | 343 @DocsEditable() |
| 344 @DomName('SVGAnimatedAngle') | 344 @DomName('SVGAnimatedAngle') |
| 345 @Unstable | 345 @Unstable() |
| 346 class AnimatedAngle extends NativeFieldWrapperClass1 { | 346 class AnimatedAngle extends NativeFieldWrapperClass1 { |
| 347 | 347 |
| 348 @DomName('SVGAnimatedAngle.animVal') | 348 @DomName('SVGAnimatedAngle.animVal') |
| 349 @DocsEditable | 349 @DocsEditable() |
| 350 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; | 350 Angle get animVal native "SVGAnimatedAngle_animVal_Getter"; |
| 351 | 351 |
| 352 @DomName('SVGAnimatedAngle.baseVal') | 352 @DomName('SVGAnimatedAngle.baseVal') |
| 353 @DocsEditable | 353 @DocsEditable() |
| 354 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; | 354 Angle get baseVal native "SVGAnimatedAngle_baseVal_Getter"; |
| 355 | 355 |
| 356 } | 356 } |
| 357 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 357 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 358 // for details. All rights reserved. Use of this source code is governed by a | 358 // for details. All rights reserved. Use of this source code is governed by a |
| 359 // BSD-style license that can be found in the LICENSE file. | 359 // BSD-style license that can be found in the LICENSE file. |
| 360 | 360 |
| 361 // WARNING: Do not edit - generated code. | 361 // WARNING: Do not edit - generated code. |
| 362 | 362 |
| 363 | 363 |
| 364 @DocsEditable | 364 @DocsEditable() |
| 365 @DomName('SVGAnimatedBoolean') | 365 @DomName('SVGAnimatedBoolean') |
| 366 @Unstable | 366 @Unstable() |
| 367 class AnimatedBoolean extends NativeFieldWrapperClass1 { | 367 class AnimatedBoolean extends NativeFieldWrapperClass1 { |
| 368 | 368 |
| 369 @DomName('SVGAnimatedBoolean.animVal') | 369 @DomName('SVGAnimatedBoolean.animVal') |
| 370 @DocsEditable | 370 @DocsEditable() |
| 371 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; | 371 bool get animVal native "SVGAnimatedBoolean_animVal_Getter"; |
| 372 | 372 |
| 373 @DomName('SVGAnimatedBoolean.baseVal') | 373 @DomName('SVGAnimatedBoolean.baseVal') |
| 374 @DocsEditable | 374 @DocsEditable() |
| 375 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; | 375 bool get baseVal native "SVGAnimatedBoolean_baseVal_Getter"; |
| 376 | 376 |
| 377 @DomName('SVGAnimatedBoolean.baseVal') | 377 @DomName('SVGAnimatedBoolean.baseVal') |
| 378 @DocsEditable | 378 @DocsEditable() |
| 379 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; | 379 void set baseVal(bool value) native "SVGAnimatedBoolean_baseVal_Setter"; |
| 380 | 380 |
| 381 } | 381 } |
| 382 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 382 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 383 // for details. All rights reserved. Use of this source code is governed by a | 383 // for details. All rights reserved. Use of this source code is governed by a |
| 384 // BSD-style license that can be found in the LICENSE file. | 384 // BSD-style license that can be found in the LICENSE file. |
| 385 | 385 |
| 386 // WARNING: Do not edit - generated code. | 386 // WARNING: Do not edit - generated code. |
| 387 | 387 |
| 388 | 388 |
| 389 @DocsEditable | 389 @DocsEditable() |
| 390 @DomName('SVGAnimatedEnumeration') | 390 @DomName('SVGAnimatedEnumeration') |
| 391 @Unstable | 391 @Unstable() |
| 392 class AnimatedEnumeration extends NativeFieldWrapperClass1 { | 392 class AnimatedEnumeration extends NativeFieldWrapperClass1 { |
| 393 | 393 |
| 394 @DomName('SVGAnimatedEnumeration.animVal') | 394 @DomName('SVGAnimatedEnumeration.animVal') |
| 395 @DocsEditable | 395 @DocsEditable() |
| 396 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; | 396 int get animVal native "SVGAnimatedEnumeration_animVal_Getter"; |
| 397 | 397 |
| 398 @DomName('SVGAnimatedEnumeration.baseVal') | 398 @DomName('SVGAnimatedEnumeration.baseVal') |
| 399 @DocsEditable | 399 @DocsEditable() |
| 400 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; | 400 int get baseVal native "SVGAnimatedEnumeration_baseVal_Getter"; |
| 401 | 401 |
| 402 @DomName('SVGAnimatedEnumeration.baseVal') | 402 @DomName('SVGAnimatedEnumeration.baseVal') |
| 403 @DocsEditable | 403 @DocsEditable() |
| 404 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; | 404 void set baseVal(int value) native "SVGAnimatedEnumeration_baseVal_Setter"; |
| 405 | 405 |
| 406 } | 406 } |
| 407 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 407 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 408 // for details. All rights reserved. Use of this source code is governed by a | 408 // for details. All rights reserved. Use of this source code is governed by a |
| 409 // BSD-style license that can be found in the LICENSE file. | 409 // BSD-style license that can be found in the LICENSE file. |
| 410 | 410 |
| 411 // WARNING: Do not edit - generated code. | 411 // WARNING: Do not edit - generated code. |
| 412 | 412 |
| 413 | 413 |
| 414 @DocsEditable | 414 @DocsEditable() |
| 415 @DomName('SVGAnimatedInteger') | 415 @DomName('SVGAnimatedInteger') |
| 416 @Unstable | 416 @Unstable() |
| 417 class AnimatedInteger extends NativeFieldWrapperClass1 { | 417 class AnimatedInteger extends NativeFieldWrapperClass1 { |
| 418 | 418 |
| 419 @DomName('SVGAnimatedInteger.animVal') | 419 @DomName('SVGAnimatedInteger.animVal') |
| 420 @DocsEditable | 420 @DocsEditable() |
| 421 int get animVal native "SVGAnimatedInteger_animVal_Getter"; | 421 int get animVal native "SVGAnimatedInteger_animVal_Getter"; |
| 422 | 422 |
| 423 @DomName('SVGAnimatedInteger.baseVal') | 423 @DomName('SVGAnimatedInteger.baseVal') |
| 424 @DocsEditable | 424 @DocsEditable() |
| 425 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; | 425 int get baseVal native "SVGAnimatedInteger_baseVal_Getter"; |
| 426 | 426 |
| 427 @DomName('SVGAnimatedInteger.baseVal') | 427 @DomName('SVGAnimatedInteger.baseVal') |
| 428 @DocsEditable | 428 @DocsEditable() |
| 429 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; | 429 void set baseVal(int value) native "SVGAnimatedInteger_baseVal_Setter"; |
| 430 | 430 |
| 431 } | 431 } |
| 432 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 432 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 433 // for details. All rights reserved. Use of this source code is governed by a | 433 // for details. All rights reserved. Use of this source code is governed by a |
| 434 // BSD-style license that can be found in the LICENSE file. | 434 // BSD-style license that can be found in the LICENSE file. |
| 435 | 435 |
| 436 // WARNING: Do not edit - generated code. | 436 // WARNING: Do not edit - generated code. |
| 437 | 437 |
| 438 | 438 |
| 439 @DocsEditable | 439 @DocsEditable() |
| 440 @DomName('SVGAnimatedLength') | 440 @DomName('SVGAnimatedLength') |
| 441 @Unstable | 441 @Unstable() |
| 442 class AnimatedLength extends NativeFieldWrapperClass1 { | 442 class AnimatedLength extends NativeFieldWrapperClass1 { |
| 443 | 443 |
| 444 @DomName('SVGAnimatedLength.animVal') | 444 @DomName('SVGAnimatedLength.animVal') |
| 445 @DocsEditable | 445 @DocsEditable() |
| 446 Length get animVal native "SVGAnimatedLength_animVal_Getter"; | 446 Length get animVal native "SVGAnimatedLength_animVal_Getter"; |
| 447 | 447 |
| 448 @DomName('SVGAnimatedLength.baseVal') | 448 @DomName('SVGAnimatedLength.baseVal') |
| 449 @DocsEditable | 449 @DocsEditable() |
| 450 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; | 450 Length get baseVal native "SVGAnimatedLength_baseVal_Getter"; |
| 451 | 451 |
| 452 } | 452 } |
| 453 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 453 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 454 // for details. All rights reserved. Use of this source code is governed by a | 454 // for details. All rights reserved. Use of this source code is governed by a |
| 455 // BSD-style license that can be found in the LICENSE file. | 455 // BSD-style license that can be found in the LICENSE file. |
| 456 | 456 |
| 457 // WARNING: Do not edit - generated code. | 457 // WARNING: Do not edit - generated code. |
| 458 | 458 |
| 459 | 459 |
| 460 @DocsEditable | 460 @DocsEditable() |
| 461 @DomName('SVGAnimatedLengthList') | 461 @DomName('SVGAnimatedLengthList') |
| 462 @Unstable | 462 @Unstable() |
| 463 class AnimatedLengthList extends NativeFieldWrapperClass1 { | 463 class AnimatedLengthList extends NativeFieldWrapperClass1 { |
| 464 | 464 |
| 465 @DomName('SVGAnimatedLengthList.animVal') | 465 @DomName('SVGAnimatedLengthList.animVal') |
| 466 @DocsEditable | 466 @DocsEditable() |
| 467 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; | 467 LengthList get animVal native "SVGAnimatedLengthList_animVal_Getter"; |
| 468 | 468 |
| 469 @DomName('SVGAnimatedLengthList.baseVal') | 469 @DomName('SVGAnimatedLengthList.baseVal') |
| 470 @DocsEditable | 470 @DocsEditable() |
| 471 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; | 471 LengthList get baseVal native "SVGAnimatedLengthList_baseVal_Getter"; |
| 472 | 472 |
| 473 } | 473 } |
| 474 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 474 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 475 // for details. All rights reserved. Use of this source code is governed by a | 475 // for details. All rights reserved. Use of this source code is governed by a |
| 476 // BSD-style license that can be found in the LICENSE file. | 476 // BSD-style license that can be found in the LICENSE file. |
| 477 | 477 |
| 478 // WARNING: Do not edit - generated code. | 478 // WARNING: Do not edit - generated code. |
| 479 | 479 |
| 480 | 480 |
| 481 @DocsEditable | 481 @DocsEditable() |
| 482 @DomName('SVGAnimatedNumber') | 482 @DomName('SVGAnimatedNumber') |
| 483 @Unstable | 483 @Unstable() |
| 484 class AnimatedNumber extends NativeFieldWrapperClass1 { | 484 class AnimatedNumber extends NativeFieldWrapperClass1 { |
| 485 | 485 |
| 486 @DomName('SVGAnimatedNumber.animVal') | 486 @DomName('SVGAnimatedNumber.animVal') |
| 487 @DocsEditable | 487 @DocsEditable() |
| 488 num get animVal native "SVGAnimatedNumber_animVal_Getter"; | 488 num get animVal native "SVGAnimatedNumber_animVal_Getter"; |
| 489 | 489 |
| 490 @DomName('SVGAnimatedNumber.baseVal') | 490 @DomName('SVGAnimatedNumber.baseVal') |
| 491 @DocsEditable | 491 @DocsEditable() |
| 492 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; | 492 num get baseVal native "SVGAnimatedNumber_baseVal_Getter"; |
| 493 | 493 |
| 494 @DomName('SVGAnimatedNumber.baseVal') | 494 @DomName('SVGAnimatedNumber.baseVal') |
| 495 @DocsEditable | 495 @DocsEditable() |
| 496 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; | 496 void set baseVal(num value) native "SVGAnimatedNumber_baseVal_Setter"; |
| 497 | 497 |
| 498 } | 498 } |
| 499 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 499 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 500 // for details. All rights reserved. Use of this source code is governed by a | 500 // for details. All rights reserved. Use of this source code is governed by a |
| 501 // BSD-style license that can be found in the LICENSE file. | 501 // BSD-style license that can be found in the LICENSE file. |
| 502 | 502 |
| 503 // WARNING: Do not edit - generated code. | 503 // WARNING: Do not edit - generated code. |
| 504 | 504 |
| 505 | 505 |
| 506 @DocsEditable | 506 @DocsEditable() |
| 507 @DomName('SVGAnimatedNumberList') | 507 @DomName('SVGAnimatedNumberList') |
| 508 @Unstable | 508 @Unstable() |
| 509 class AnimatedNumberList extends NativeFieldWrapperClass1 { | 509 class AnimatedNumberList extends NativeFieldWrapperClass1 { |
| 510 | 510 |
| 511 @DomName('SVGAnimatedNumberList.animVal') | 511 @DomName('SVGAnimatedNumberList.animVal') |
| 512 @DocsEditable | 512 @DocsEditable() |
| 513 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; | 513 NumberList get animVal native "SVGAnimatedNumberList_animVal_Getter"; |
| 514 | 514 |
| 515 @DomName('SVGAnimatedNumberList.baseVal') | 515 @DomName('SVGAnimatedNumberList.baseVal') |
| 516 @DocsEditable | 516 @DocsEditable() |
| 517 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; | 517 NumberList get baseVal native "SVGAnimatedNumberList_baseVal_Getter"; |
| 518 | 518 |
| 519 } | 519 } |
| 520 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 520 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 521 // for details. All rights reserved. Use of this source code is governed by a | 521 // for details. All rights reserved. Use of this source code is governed by a |
| 522 // BSD-style license that can be found in the LICENSE file. | 522 // BSD-style license that can be found in the LICENSE file. |
| 523 | 523 |
| 524 // WARNING: Do not edit - generated code. | 524 // WARNING: Do not edit - generated code. |
| 525 | 525 |
| 526 | 526 |
| 527 @DocsEditable | 527 @DocsEditable() |
| 528 @DomName('SVGAnimatedPreserveAspectRatio') | 528 @DomName('SVGAnimatedPreserveAspectRatio') |
| 529 @Unstable | 529 @Unstable() |
| 530 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { | 530 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass1 { |
| 531 | 531 |
| 532 @DomName('SVGAnimatedPreserveAspectRatio.animVal') | 532 @DomName('SVGAnimatedPreserveAspectRatio.animVal') |
| 533 @DocsEditable | 533 @DocsEditable() |
| 534 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal
_Getter"; | 534 PreserveAspectRatio get animVal native "SVGAnimatedPreserveAspectRatio_animVal
_Getter"; |
| 535 | 535 |
| 536 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') | 536 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') |
| 537 @DocsEditable | 537 @DocsEditable() |
| 538 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal
_Getter"; | 538 PreserveAspectRatio get baseVal native "SVGAnimatedPreserveAspectRatio_baseVal
_Getter"; |
| 539 | 539 |
| 540 } | 540 } |
| 541 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 541 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 542 // for details. All rights reserved. Use of this source code is governed by a | 542 // for details. All rights reserved. Use of this source code is governed by a |
| 543 // BSD-style license that can be found in the LICENSE file. | 543 // BSD-style license that can be found in the LICENSE file. |
| 544 | 544 |
| 545 // WARNING: Do not edit - generated code. | 545 // WARNING: Do not edit - generated code. |
| 546 | 546 |
| 547 | 547 |
| 548 @DocsEditable | 548 @DocsEditable() |
| 549 @DomName('SVGAnimatedRect') | 549 @DomName('SVGAnimatedRect') |
| 550 @Unstable | 550 @Unstable() |
| 551 class AnimatedRect extends NativeFieldWrapperClass1 { | 551 class AnimatedRect extends NativeFieldWrapperClass1 { |
| 552 | 552 |
| 553 @DomName('SVGAnimatedRect.animVal') | 553 @DomName('SVGAnimatedRect.animVal') |
| 554 @DocsEditable | 554 @DocsEditable() |
| 555 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; | 555 Rect get animVal native "SVGAnimatedRect_animVal_Getter"; |
| 556 | 556 |
| 557 @DomName('SVGAnimatedRect.baseVal') | 557 @DomName('SVGAnimatedRect.baseVal') |
| 558 @DocsEditable | 558 @DocsEditable() |
| 559 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; | 559 Rect get baseVal native "SVGAnimatedRect_baseVal_Getter"; |
| 560 | 560 |
| 561 } | 561 } |
| 562 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 562 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 563 // for details. All rights reserved. Use of this source code is governed by a | 563 // for details. All rights reserved. Use of this source code is governed by a |
| 564 // BSD-style license that can be found in the LICENSE file. | 564 // BSD-style license that can be found in the LICENSE file. |
| 565 | 565 |
| 566 // WARNING: Do not edit - generated code. | 566 // WARNING: Do not edit - generated code. |
| 567 | 567 |
| 568 | 568 |
| 569 @DocsEditable | 569 @DocsEditable() |
| 570 @DomName('SVGAnimatedString') | 570 @DomName('SVGAnimatedString') |
| 571 @Unstable | 571 @Unstable() |
| 572 class AnimatedString extends NativeFieldWrapperClass1 { | 572 class AnimatedString extends NativeFieldWrapperClass1 { |
| 573 | 573 |
| 574 @DomName('SVGAnimatedString.animVal') | 574 @DomName('SVGAnimatedString.animVal') |
| 575 @DocsEditable | 575 @DocsEditable() |
| 576 String get animVal native "SVGAnimatedString_animVal_Getter"; | 576 String get animVal native "SVGAnimatedString_animVal_Getter"; |
| 577 | 577 |
| 578 @DomName('SVGAnimatedString.baseVal') | 578 @DomName('SVGAnimatedString.baseVal') |
| 579 @DocsEditable | 579 @DocsEditable() |
| 580 String get baseVal native "SVGAnimatedString_baseVal_Getter"; | 580 String get baseVal native "SVGAnimatedString_baseVal_Getter"; |
| 581 | 581 |
| 582 @DomName('SVGAnimatedString.baseVal') | 582 @DomName('SVGAnimatedString.baseVal') |
| 583 @DocsEditable | 583 @DocsEditable() |
| 584 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; | 584 void set baseVal(String value) native "SVGAnimatedString_baseVal_Setter"; |
| 585 | 585 |
| 586 } | 586 } |
| 587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 588 // for details. All rights reserved. Use of this source code is governed by a | 588 // for details. All rights reserved. Use of this source code is governed by a |
| 589 // BSD-style license that can be found in the LICENSE file. | 589 // BSD-style license that can be found in the LICENSE file. |
| 590 | 590 |
| 591 // WARNING: Do not edit - generated code. | 591 // WARNING: Do not edit - generated code. |
| 592 | 592 |
| 593 | 593 |
| 594 @DocsEditable | 594 @DocsEditable() |
| 595 @DomName('SVGAnimatedTransformList') | 595 @DomName('SVGAnimatedTransformList') |
| 596 @Unstable | 596 @Unstable() |
| 597 class AnimatedTransformList extends NativeFieldWrapperClass1 { | 597 class AnimatedTransformList extends NativeFieldWrapperClass1 { |
| 598 | 598 |
| 599 @DomName('SVGAnimatedTransformList.animVal') | 599 @DomName('SVGAnimatedTransformList.animVal') |
| 600 @DocsEditable | 600 @DocsEditable() |
| 601 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; | 601 TransformList get animVal native "SVGAnimatedTransformList_animVal_Getter"; |
| 602 | 602 |
| 603 @DomName('SVGAnimatedTransformList.baseVal') | 603 @DomName('SVGAnimatedTransformList.baseVal') |
| 604 @DocsEditable | 604 @DocsEditable() |
| 605 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; | 605 TransformList get baseVal native "SVGAnimatedTransformList_baseVal_Getter"; |
| 606 | 606 |
| 607 } | 607 } |
| 608 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 608 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 609 // for details. All rights reserved. Use of this source code is governed by a | 609 // for details. All rights reserved. Use of this source code is governed by a |
| 610 // BSD-style license that can be found in the LICENSE file. | 610 // BSD-style license that can be found in the LICENSE file. |
| 611 | 611 |
| 612 // WARNING: Do not edit - generated code. | 612 // WARNING: Do not edit - generated code. |
| 613 | 613 |
| 614 | 614 |
| 615 @DocsEditable | 615 @DocsEditable() |
| 616 @DomName('SVGAnimationElement') | 616 @DomName('SVGAnimationElement') |
| 617 @Unstable | 617 @Unstable() |
| 618 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired { | 618 class AnimationElement extends SvgElement implements Tests, ElementTimeControl,
ExternalResourcesRequired { |
| 619 // To suppress missing implicit constructor warnings. | 619 // To suppress missing implicit constructor warnings. |
| 620 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } | 620 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } |
| 621 | 621 |
| 622 @DomName('SVGAnimationElement.SVGAnimationElement') | 622 @DomName('SVGAnimationElement.SVGAnimationElement') |
| 623 @DocsEditable | 623 @DocsEditable() |
| 624 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 624 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
| 625 | 625 |
| 626 @DomName('SVGAnimationElement.targetElement') | 626 @DomName('SVGAnimationElement.targetElement') |
| 627 @DocsEditable | 627 @DocsEditable() |
| 628 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; | 628 SvgElement get targetElement native "SVGAnimationElement_targetElement_Getter"
; |
| 629 | 629 |
| 630 @DomName('SVGAnimationElement.getCurrentTime') | 630 @DomName('SVGAnimationElement.getCurrentTime') |
| 631 @DocsEditable | 631 @DocsEditable() |
| 632 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; | 632 num getCurrentTime() native "SVGAnimationElement_getCurrentTime_Callback"; |
| 633 | 633 |
| 634 @DomName('SVGAnimationElement.getSimpleDuration') | 634 @DomName('SVGAnimationElement.getSimpleDuration') |
| 635 @DocsEditable | 635 @DocsEditable() |
| 636 num getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callback
"; | 636 num getSimpleDuration() native "SVGAnimationElement_getSimpleDuration_Callback
"; |
| 637 | 637 |
| 638 @DomName('SVGAnimationElement.getStartTime') | 638 @DomName('SVGAnimationElement.getStartTime') |
| 639 @DocsEditable | 639 @DocsEditable() |
| 640 num getStartTime() native "SVGAnimationElement_getStartTime_Callback"; | 640 num getStartTime() native "SVGAnimationElement_getStartTime_Callback"; |
| 641 | 641 |
| 642 @DomName('SVGAnimationElement.beginElement') | 642 @DomName('SVGAnimationElement.beginElement') |
| 643 @DocsEditable | 643 @DocsEditable() |
| 644 void beginElement() native "SVGAnimationElement_beginElement_Callback"; | 644 void beginElement() native "SVGAnimationElement_beginElement_Callback"; |
| 645 | 645 |
| 646 @DomName('SVGAnimationElement.beginElementAt') | 646 @DomName('SVGAnimationElement.beginElementAt') |
| 647 @DocsEditable | 647 @DocsEditable() |
| 648 void beginElementAt(num offset) native "SVGAnimationElement_beginElementAt_Cal
lback"; | 648 void beginElementAt(num offset) native "SVGAnimationElement_beginElementAt_Cal
lback"; |
| 649 | 649 |
| 650 @DomName('SVGAnimationElement.endElement') | 650 @DomName('SVGAnimationElement.endElement') |
| 651 @DocsEditable | 651 @DocsEditable() |
| 652 void endElement() native "SVGAnimationElement_endElement_Callback"; | 652 void endElement() native "SVGAnimationElement_endElement_Callback"; |
| 653 | 653 |
| 654 @DomName('SVGAnimationElement.endElementAt') | 654 @DomName('SVGAnimationElement.endElementAt') |
| 655 @DocsEditable | 655 @DocsEditable() |
| 656 void endElementAt(num offset) native "SVGAnimationElement_endElementAt_Callbac
k"; | 656 void endElementAt(num offset) native "SVGAnimationElement_endElementAt_Callbac
k"; |
| 657 | 657 |
| 658 @DomName('SVGAnimationElement.externalResourcesRequired') | 658 @DomName('SVGAnimationElement.externalResourcesRequired') |
| 659 @DocsEditable | 659 @DocsEditable() |
| 660 AnimatedBoolean get externalResourcesRequired native "SVGAnimationElement_exte
rnalResourcesRequired_Getter"; | 660 AnimatedBoolean get externalResourcesRequired native "SVGAnimationElement_exte
rnalResourcesRequired_Getter"; |
| 661 | 661 |
| 662 @DomName('SVGAnimationElement.requiredExtensions') | 662 @DomName('SVGAnimationElement.requiredExtensions') |
| 663 @DocsEditable | 663 @DocsEditable() |
| 664 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio
ns_Getter"; | 664 StringList get requiredExtensions native "SVGAnimationElement_requiredExtensio
ns_Getter"; |
| 665 | 665 |
| 666 @DomName('SVGAnimationElement.requiredFeatures') | 666 @DomName('SVGAnimationElement.requiredFeatures') |
| 667 @DocsEditable | 667 @DocsEditable() |
| 668 StringList get requiredFeatures native "SVGAnimationElement_requiredFeatures_G
etter"; | 668 StringList get requiredFeatures native "SVGAnimationElement_requiredFeatures_G
etter"; |
| 669 | 669 |
| 670 @DomName('SVGAnimationElement.systemLanguage') | 670 @DomName('SVGAnimationElement.systemLanguage') |
| 671 @DocsEditable | 671 @DocsEditable() |
| 672 StringList get systemLanguage native "SVGAnimationElement_systemLanguage_Gette
r"; | 672 StringList get systemLanguage native "SVGAnimationElement_systemLanguage_Gette
r"; |
| 673 | 673 |
| 674 @DomName('SVGAnimationElement.hasExtension') | 674 @DomName('SVGAnimationElement.hasExtension') |
| 675 @DocsEditable | 675 @DocsEditable() |
| 676 bool hasExtension(String extension) native "SVGAnimationElement_hasExtension_C
allback"; | 676 bool hasExtension(String extension) native "SVGAnimationElement_hasExtension_C
allback"; |
| 677 | 677 |
| 678 } | 678 } |
| 679 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 679 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 680 // for details. All rights reserved. Use of this source code is governed by a | 680 // for details. All rights reserved. Use of this source code is governed by a |
| 681 // BSD-style license that can be found in the LICENSE file. | 681 // BSD-style license that can be found in the LICENSE file. |
| 682 | 682 |
| 683 // WARNING: Do not edit - generated code. | 683 // WARNING: Do not edit - generated code. |
| 684 | 684 |
| 685 | 685 |
| 686 @DocsEditable | 686 @DocsEditable() |
| 687 @DomName('SVGCircleElement') | 687 @DomName('SVGCircleElement') |
| 688 @Unstable | 688 @Unstable() |
| 689 class CircleElement extends StyledElement implements Transformable, Tests, Exter
nalResourcesRequired, LangSpace { | 689 class CircleElement extends StyledElement implements Transformable, Tests, Exter
nalResourcesRequired, LangSpace { |
| 690 // To suppress missing implicit constructor warnings. | 690 // To suppress missing implicit constructor warnings. |
| 691 factory CircleElement._() { throw new UnsupportedError("Not supported"); } | 691 factory CircleElement._() { throw new UnsupportedError("Not supported"); } |
| 692 | 692 |
| 693 @DomName('SVGCircleElement.SVGCircleElement') | 693 @DomName('SVGCircleElement.SVGCircleElement') |
| 694 @DocsEditable | 694 @DocsEditable() |
| 695 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 695 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); |
| 696 | 696 |
| 697 @DomName('SVGCircleElement.cx') | 697 @DomName('SVGCircleElement.cx') |
| 698 @DocsEditable | 698 @DocsEditable() |
| 699 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; | 699 AnimatedLength get cx native "SVGCircleElement_cx_Getter"; |
| 700 | 700 |
| 701 @DomName('SVGCircleElement.cy') | 701 @DomName('SVGCircleElement.cy') |
| 702 @DocsEditable | 702 @DocsEditable() |
| 703 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; | 703 AnimatedLength get cy native "SVGCircleElement_cy_Getter"; |
| 704 | 704 |
| 705 @DomName('SVGCircleElement.r') | 705 @DomName('SVGCircleElement.r') |
| 706 @DocsEditable | 706 @DocsEditable() |
| 707 AnimatedLength get r native "SVGCircleElement_r_Getter"; | 707 AnimatedLength get r native "SVGCircleElement_r_Getter"; |
| 708 | 708 |
| 709 @DomName('SVGCircleElement.externalResourcesRequired') | 709 @DomName('SVGCircleElement.externalResourcesRequired') |
| 710 @DocsEditable | 710 @DocsEditable() |
| 711 AnimatedBoolean get externalResourcesRequired native "SVGCircleElement_externa
lResourcesRequired_Getter"; | 711 AnimatedBoolean get externalResourcesRequired native "SVGCircleElement_externa
lResourcesRequired_Getter"; |
| 712 | 712 |
| 713 @DomName('SVGCircleElement.xmllang') | 713 @DomName('SVGCircleElement.xmllang') |
| 714 @DocsEditable | 714 @DocsEditable() |
| 715 String get xmllang native "SVGCircleElement_xmllang_Getter"; | 715 String get xmllang native "SVGCircleElement_xmllang_Getter"; |
| 716 | 716 |
| 717 @DomName('SVGCircleElement.xmllang') | 717 @DomName('SVGCircleElement.xmllang') |
| 718 @DocsEditable | 718 @DocsEditable() |
| 719 void set xmllang(String value) native "SVGCircleElement_xmllang_Setter"; | 719 void set xmllang(String value) native "SVGCircleElement_xmllang_Setter"; |
| 720 | 720 |
| 721 @DomName('SVGCircleElement.xmlspace') | 721 @DomName('SVGCircleElement.xmlspace') |
| 722 @DocsEditable | 722 @DocsEditable() |
| 723 String get xmlspace native "SVGCircleElement_xmlspace_Getter"; | 723 String get xmlspace native "SVGCircleElement_xmlspace_Getter"; |
| 724 | 724 |
| 725 @DomName('SVGCircleElement.xmlspace') | 725 @DomName('SVGCircleElement.xmlspace') |
| 726 @DocsEditable | 726 @DocsEditable() |
| 727 void set xmlspace(String value) native "SVGCircleElement_xmlspace_Setter"; | 727 void set xmlspace(String value) native "SVGCircleElement_xmlspace_Setter"; |
| 728 | 728 |
| 729 @DomName('SVGCircleElement.farthestViewportElement') | 729 @DomName('SVGCircleElement.farthestViewportElement') |
| 730 @DocsEditable | 730 @DocsEditable() |
| 731 SvgElement get farthestViewportElement native "SVGCircleElement_farthestViewpo
rtElement_Getter"; | 731 SvgElement get farthestViewportElement native "SVGCircleElement_farthestViewpo
rtElement_Getter"; |
| 732 | 732 |
| 733 @DomName('SVGCircleElement.nearestViewportElement') | 733 @DomName('SVGCircleElement.nearestViewportElement') |
| 734 @DocsEditable | 734 @DocsEditable() |
| 735 SvgElement get nearestViewportElement native "SVGCircleElement_nearestViewport
Element_Getter"; | 735 SvgElement get nearestViewportElement native "SVGCircleElement_nearestViewport
Element_Getter"; |
| 736 | 736 |
| 737 @DomName('SVGCircleElement.getBBox') | 737 @DomName('SVGCircleElement.getBBox') |
| 738 @DocsEditable | 738 @DocsEditable() |
| 739 Rect getBBox() native "SVGCircleElement_getBBox_Callback"; | 739 Rect getBBox() native "SVGCircleElement_getBBox_Callback"; |
| 740 | 740 |
| 741 @DomName('SVGCircleElement.getCTM') | 741 @DomName('SVGCircleElement.getCTM') |
| 742 @DocsEditable | 742 @DocsEditable() |
| 743 Matrix getCtm() native "SVGCircleElement_getCTM_Callback"; | 743 Matrix getCtm() native "SVGCircleElement_getCTM_Callback"; |
| 744 | 744 |
| 745 @DomName('SVGCircleElement.getScreenCTM') | 745 @DomName('SVGCircleElement.getScreenCTM') |
| 746 @DocsEditable | 746 @DocsEditable() |
| 747 Matrix getScreenCtm() native "SVGCircleElement_getScreenCTM_Callback"; | 747 Matrix getScreenCtm() native "SVGCircleElement_getScreenCTM_Callback"; |
| 748 | 748 |
| 749 @DomName('SVGCircleElement.getTransformToElement') | 749 @DomName('SVGCircleElement.getTransformToElement') |
| 750 @DocsEditable | 750 @DocsEditable() |
| 751 Matrix getTransformToElement(SvgElement element) native "SVGCircleElement_getT
ransformToElement_Callback"; | 751 Matrix getTransformToElement(SvgElement element) native "SVGCircleElement_getT
ransformToElement_Callback"; |
| 752 | 752 |
| 753 @DomName('SVGCircleElement.requiredExtensions') | 753 @DomName('SVGCircleElement.requiredExtensions') |
| 754 @DocsEditable | 754 @DocsEditable() |
| 755 StringList get requiredExtensions native "SVGCircleElement_requiredExtensions_
Getter"; | 755 StringList get requiredExtensions native "SVGCircleElement_requiredExtensions_
Getter"; |
| 756 | 756 |
| 757 @DomName('SVGCircleElement.requiredFeatures') | 757 @DomName('SVGCircleElement.requiredFeatures') |
| 758 @DocsEditable | 758 @DocsEditable() |
| 759 StringList get requiredFeatures native "SVGCircleElement_requiredFeatures_Gett
er"; | 759 StringList get requiredFeatures native "SVGCircleElement_requiredFeatures_Gett
er"; |
| 760 | 760 |
| 761 @DomName('SVGCircleElement.systemLanguage') | 761 @DomName('SVGCircleElement.systemLanguage') |
| 762 @DocsEditable | 762 @DocsEditable() |
| 763 StringList get systemLanguage native "SVGCircleElement_systemLanguage_Getter"; | 763 StringList get systemLanguage native "SVGCircleElement_systemLanguage_Getter"; |
| 764 | 764 |
| 765 @DomName('SVGCircleElement.hasExtension') | 765 @DomName('SVGCircleElement.hasExtension') |
| 766 @DocsEditable | 766 @DocsEditable() |
| 767 bool hasExtension(String extension) native "SVGCircleElement_hasExtension_Call
back"; | 767 bool hasExtension(String extension) native "SVGCircleElement_hasExtension_Call
back"; |
| 768 | 768 |
| 769 @DomName('SVGCircleElement.transform') | 769 @DomName('SVGCircleElement.transform') |
| 770 @DocsEditable | 770 @DocsEditable() |
| 771 AnimatedTransformList get transform native "SVGCircleElement_transform_Getter"
; | 771 AnimatedTransformList get transform native "SVGCircleElement_transform_Getter"
; |
| 772 | 772 |
| 773 } | 773 } |
| 774 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 774 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 775 // for details. All rights reserved. Use of this source code is governed by a | 775 // for details. All rights reserved. Use of this source code is governed by a |
| 776 // BSD-style license that can be found in the LICENSE file. | 776 // BSD-style license that can be found in the LICENSE file. |
| 777 | 777 |
| 778 // WARNING: Do not edit - generated code. | 778 // WARNING: Do not edit - generated code. |
| 779 | 779 |
| 780 | 780 |
| 781 @DocsEditable | 781 @DocsEditable() |
| 782 @DomName('SVGClipPathElement') | 782 @DomName('SVGClipPathElement') |
| 783 @Unstable | 783 @Unstable() |
| 784 class ClipPathElement extends StyledElement implements Transformable, Tests, Ext
ernalResourcesRequired, LangSpace { | 784 class ClipPathElement extends StyledElement implements Transformable, Tests, Ext
ernalResourcesRequired, LangSpace { |
| 785 // To suppress missing implicit constructor warnings. | 785 // To suppress missing implicit constructor warnings. |
| 786 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } | 786 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } |
| 787 | 787 |
| 788 @DomName('SVGClipPathElement.SVGClipPathElement') | 788 @DomName('SVGClipPathElement.SVGClipPathElement') |
| 789 @DocsEditable | 789 @DocsEditable() |
| 790 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 790 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); |
| 791 | 791 |
| 792 @DomName('SVGClipPathElement.clipPathUnits') | 792 @DomName('SVGClipPathElement.clipPathUnits') |
| 793 @DocsEditable | 793 @DocsEditable() |
| 794 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; | 794 AnimatedEnumeration get clipPathUnits native "SVGClipPathElement_clipPathUnits
_Getter"; |
| 795 | 795 |
| 796 @DomName('SVGClipPathElement.externalResourcesRequired') | 796 @DomName('SVGClipPathElement.externalResourcesRequired') |
| 797 @DocsEditable | 797 @DocsEditable() |
| 798 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter
nalResourcesRequired_Getter"; | 798 AnimatedBoolean get externalResourcesRequired native "SVGClipPathElement_exter
nalResourcesRequired_Getter"; |
| 799 | 799 |
| 800 @DomName('SVGClipPathElement.xmllang') | 800 @DomName('SVGClipPathElement.xmllang') |
| 801 @DocsEditable | 801 @DocsEditable() |
| 802 String get xmllang native "SVGClipPathElement_xmllang_Getter"; | 802 String get xmllang native "SVGClipPathElement_xmllang_Getter"; |
| 803 | 803 |
| 804 @DomName('SVGClipPathElement.xmllang') | 804 @DomName('SVGClipPathElement.xmllang') |
| 805 @DocsEditable | 805 @DocsEditable() |
| 806 void set xmllang(String value) native "SVGClipPathElement_xmllang_Setter"; | 806 void set xmllang(String value) native "SVGClipPathElement_xmllang_Setter"; |
| 807 | 807 |
| 808 @DomName('SVGClipPathElement.xmlspace') | 808 @DomName('SVGClipPathElement.xmlspace') |
| 809 @DocsEditable | 809 @DocsEditable() |
| 810 String get xmlspace native "SVGClipPathElement_xmlspace_Getter"; | 810 String get xmlspace native "SVGClipPathElement_xmlspace_Getter"; |
| 811 | 811 |
| 812 @DomName('SVGClipPathElement.xmlspace') | 812 @DomName('SVGClipPathElement.xmlspace') |
| 813 @DocsEditable | 813 @DocsEditable() |
| 814 void set xmlspace(String value) native "SVGClipPathElement_xmlspace_Setter"; | 814 void set xmlspace(String value) native "SVGClipPathElement_xmlspace_Setter"; |
| 815 | 815 |
| 816 @DomName('SVGClipPathElement.farthestViewportElement') | 816 @DomName('SVGClipPathElement.farthestViewportElement') |
| 817 @DocsEditable | 817 @DocsEditable() |
| 818 SvgElement get farthestViewportElement native "SVGClipPathElement_farthestView
portElement_Getter"; | 818 SvgElement get farthestViewportElement native "SVGClipPathElement_farthestView
portElement_Getter"; |
| 819 | 819 |
| 820 @DomName('SVGClipPathElement.nearestViewportElement') | 820 @DomName('SVGClipPathElement.nearestViewportElement') |
| 821 @DocsEditable | 821 @DocsEditable() |
| 822 SvgElement get nearestViewportElement native "SVGClipPathElement_nearestViewpo
rtElement_Getter"; | 822 SvgElement get nearestViewportElement native "SVGClipPathElement_nearestViewpo
rtElement_Getter"; |
| 823 | 823 |
| 824 @DomName('SVGClipPathElement.getBBox') | 824 @DomName('SVGClipPathElement.getBBox') |
| 825 @DocsEditable | 825 @DocsEditable() |
| 826 Rect getBBox() native "SVGClipPathElement_getBBox_Callback"; | 826 Rect getBBox() native "SVGClipPathElement_getBBox_Callback"; |
| 827 | 827 |
| 828 @DomName('SVGClipPathElement.getCTM') | 828 @DomName('SVGClipPathElement.getCTM') |
| 829 @DocsEditable | 829 @DocsEditable() |
| 830 Matrix getCtm() native "SVGClipPathElement_getCTM_Callback"; | 830 Matrix getCtm() native "SVGClipPathElement_getCTM_Callback"; |
| 831 | 831 |
| 832 @DomName('SVGClipPathElement.getScreenCTM') | 832 @DomName('SVGClipPathElement.getScreenCTM') |
| 833 @DocsEditable | 833 @DocsEditable() |
| 834 Matrix getScreenCtm() native "SVGClipPathElement_getScreenCTM_Callback"; | 834 Matrix getScreenCtm() native "SVGClipPathElement_getScreenCTM_Callback"; |
| 835 | 835 |
| 836 @DomName('SVGClipPathElement.getTransformToElement') | 836 @DomName('SVGClipPathElement.getTransformToElement') |
| 837 @DocsEditable | 837 @DocsEditable() |
| 838 Matrix getTransformToElement(SvgElement element) native "SVGClipPathElement_ge
tTransformToElement_Callback"; | 838 Matrix getTransformToElement(SvgElement element) native "SVGClipPathElement_ge
tTransformToElement_Callback"; |
| 839 | 839 |
| 840 @DomName('SVGClipPathElement.requiredExtensions') | 840 @DomName('SVGClipPathElement.requiredExtensions') |
| 841 @DocsEditable | 841 @DocsEditable() |
| 842 StringList get requiredExtensions native "SVGClipPathElement_requiredExtension
s_Getter"; | 842 StringList get requiredExtensions native "SVGClipPathElement_requiredExtension
s_Getter"; |
| 843 | 843 |
| 844 @DomName('SVGClipPathElement.requiredFeatures') | 844 @DomName('SVGClipPathElement.requiredFeatures') |
| 845 @DocsEditable | 845 @DocsEditable() |
| 846 StringList get requiredFeatures native "SVGClipPathElement_requiredFeatures_Ge
tter"; | 846 StringList get requiredFeatures native "SVGClipPathElement_requiredFeatures_Ge
tter"; |
| 847 | 847 |
| 848 @DomName('SVGClipPathElement.systemLanguage') | 848 @DomName('SVGClipPathElement.systemLanguage') |
| 849 @DocsEditable | 849 @DocsEditable() |
| 850 StringList get systemLanguage native "SVGClipPathElement_systemLanguage_Getter
"; | 850 StringList get systemLanguage native "SVGClipPathElement_systemLanguage_Getter
"; |
| 851 | 851 |
| 852 @DomName('SVGClipPathElement.hasExtension') | 852 @DomName('SVGClipPathElement.hasExtension') |
| 853 @DocsEditable | 853 @DocsEditable() |
| 854 bool hasExtension(String extension) native "SVGClipPathElement_hasExtension_Ca
llback"; | 854 bool hasExtension(String extension) native "SVGClipPathElement_hasExtension_Ca
llback"; |
| 855 | 855 |
| 856 @DomName('SVGClipPathElement.transform') | 856 @DomName('SVGClipPathElement.transform') |
| 857 @DocsEditable | 857 @DocsEditable() |
| 858 AnimatedTransformList get transform native "SVGClipPathElement_transform_Gette
r"; | 858 AnimatedTransformList get transform native "SVGClipPathElement_transform_Gette
r"; |
| 859 | 859 |
| 860 } | 860 } |
| 861 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 861 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 862 // for details. All rights reserved. Use of this source code is governed by a | 862 // for details. All rights reserved. Use of this source code is governed by a |
| 863 // BSD-style license that can be found in the LICENSE file. | 863 // BSD-style license that can be found in the LICENSE file. |
| 864 | 864 |
| 865 // WARNING: Do not edit - generated code. | 865 // WARNING: Do not edit - generated code. |
| 866 | 866 |
| 867 | 867 |
| 868 @DocsEditable | 868 @DocsEditable() |
| 869 @DomName('SVGDefsElement') | 869 @DomName('SVGDefsElement') |
| 870 @Unstable | 870 @Unstable() |
| 871 class DefsElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { | 871 class DefsElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { |
| 872 // To suppress missing implicit constructor warnings. | 872 // To suppress missing implicit constructor warnings. |
| 873 factory DefsElement._() { throw new UnsupportedError("Not supported"); } | 873 factory DefsElement._() { throw new UnsupportedError("Not supported"); } |
| 874 | 874 |
| 875 @DomName('SVGDefsElement.SVGDefsElement') | 875 @DomName('SVGDefsElement.SVGDefsElement') |
| 876 @DocsEditable | 876 @DocsEditable() |
| 877 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); | 877 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); |
| 878 | 878 |
| 879 @DomName('SVGDefsElement.externalResourcesRequired') | 879 @DomName('SVGDefsElement.externalResourcesRequired') |
| 880 @DocsEditable | 880 @DocsEditable() |
| 881 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR
esourcesRequired_Getter"; | 881 AnimatedBoolean get externalResourcesRequired native "SVGDefsElement_externalR
esourcesRequired_Getter"; |
| 882 | 882 |
| 883 @DomName('SVGDefsElement.xmllang') | 883 @DomName('SVGDefsElement.xmllang') |
| 884 @DocsEditable | 884 @DocsEditable() |
| 885 String get xmllang native "SVGDefsElement_xmllang_Getter"; | 885 String get xmllang native "SVGDefsElement_xmllang_Getter"; |
| 886 | 886 |
| 887 @DomName('SVGDefsElement.xmllang') | 887 @DomName('SVGDefsElement.xmllang') |
| 888 @DocsEditable | 888 @DocsEditable() |
| 889 void set xmllang(String value) native "SVGDefsElement_xmllang_Setter"; | 889 void set xmllang(String value) native "SVGDefsElement_xmllang_Setter"; |
| 890 | 890 |
| 891 @DomName('SVGDefsElement.xmlspace') | 891 @DomName('SVGDefsElement.xmlspace') |
| 892 @DocsEditable | 892 @DocsEditable() |
| 893 String get xmlspace native "SVGDefsElement_xmlspace_Getter"; | 893 String get xmlspace native "SVGDefsElement_xmlspace_Getter"; |
| 894 | 894 |
| 895 @DomName('SVGDefsElement.xmlspace') | 895 @DomName('SVGDefsElement.xmlspace') |
| 896 @DocsEditable | 896 @DocsEditable() |
| 897 void set xmlspace(String value) native "SVGDefsElement_xmlspace_Setter"; | 897 void set xmlspace(String value) native "SVGDefsElement_xmlspace_Setter"; |
| 898 | 898 |
| 899 @DomName('SVGDefsElement.farthestViewportElement') | 899 @DomName('SVGDefsElement.farthestViewportElement') |
| 900 @DocsEditable | 900 @DocsEditable() |
| 901 SvgElement get farthestViewportElement native "SVGDefsElement_farthestViewport
Element_Getter"; | 901 SvgElement get farthestViewportElement native "SVGDefsElement_farthestViewport
Element_Getter"; |
| 902 | 902 |
| 903 @DomName('SVGDefsElement.nearestViewportElement') | 903 @DomName('SVGDefsElement.nearestViewportElement') |
| 904 @DocsEditable | 904 @DocsEditable() |
| 905 SvgElement get nearestViewportElement native "SVGDefsElement_nearestViewportEl
ement_Getter"; | 905 SvgElement get nearestViewportElement native "SVGDefsElement_nearestViewportEl
ement_Getter"; |
| 906 | 906 |
| 907 @DomName('SVGDefsElement.getBBox') | 907 @DomName('SVGDefsElement.getBBox') |
| 908 @DocsEditable | 908 @DocsEditable() |
| 909 Rect getBBox() native "SVGDefsElement_getBBox_Callback"; | 909 Rect getBBox() native "SVGDefsElement_getBBox_Callback"; |
| 910 | 910 |
| 911 @DomName('SVGDefsElement.getCTM') | 911 @DomName('SVGDefsElement.getCTM') |
| 912 @DocsEditable | 912 @DocsEditable() |
| 913 Matrix getCtm() native "SVGDefsElement_getCTM_Callback"; | 913 Matrix getCtm() native "SVGDefsElement_getCTM_Callback"; |
| 914 | 914 |
| 915 @DomName('SVGDefsElement.getScreenCTM') | 915 @DomName('SVGDefsElement.getScreenCTM') |
| 916 @DocsEditable | 916 @DocsEditable() |
| 917 Matrix getScreenCtm() native "SVGDefsElement_getScreenCTM_Callback"; | 917 Matrix getScreenCtm() native "SVGDefsElement_getScreenCTM_Callback"; |
| 918 | 918 |
| 919 @DomName('SVGDefsElement.getTransformToElement') | 919 @DomName('SVGDefsElement.getTransformToElement') |
| 920 @DocsEditable | 920 @DocsEditable() |
| 921 Matrix getTransformToElement(SvgElement element) native "SVGDefsElement_getTra
nsformToElement_Callback"; | 921 Matrix getTransformToElement(SvgElement element) native "SVGDefsElement_getTra
nsformToElement_Callback"; |
| 922 | 922 |
| 923 @DomName('SVGDefsElement.requiredExtensions') | 923 @DomName('SVGDefsElement.requiredExtensions') |
| 924 @DocsEditable | 924 @DocsEditable() |
| 925 StringList get requiredExtensions native "SVGDefsElement_requiredExtensions_Ge
tter"; | 925 StringList get requiredExtensions native "SVGDefsElement_requiredExtensions_Ge
tter"; |
| 926 | 926 |
| 927 @DomName('SVGDefsElement.requiredFeatures') | 927 @DomName('SVGDefsElement.requiredFeatures') |
| 928 @DocsEditable | 928 @DocsEditable() |
| 929 StringList get requiredFeatures native "SVGDefsElement_requiredFeatures_Getter
"; | 929 StringList get requiredFeatures native "SVGDefsElement_requiredFeatures_Getter
"; |
| 930 | 930 |
| 931 @DomName('SVGDefsElement.systemLanguage') | 931 @DomName('SVGDefsElement.systemLanguage') |
| 932 @DocsEditable | 932 @DocsEditable() |
| 933 StringList get systemLanguage native "SVGDefsElement_systemLanguage_Getter"; | 933 StringList get systemLanguage native "SVGDefsElement_systemLanguage_Getter"; |
| 934 | 934 |
| 935 @DomName('SVGDefsElement.hasExtension') | 935 @DomName('SVGDefsElement.hasExtension') |
| 936 @DocsEditable | 936 @DocsEditable() |
| 937 bool hasExtension(String extension) native "SVGDefsElement_hasExtension_Callba
ck"; | 937 bool hasExtension(String extension) native "SVGDefsElement_hasExtension_Callba
ck"; |
| 938 | 938 |
| 939 @DomName('SVGDefsElement.transform') | 939 @DomName('SVGDefsElement.transform') |
| 940 @DocsEditable | 940 @DocsEditable() |
| 941 AnimatedTransformList get transform native "SVGDefsElement_transform_Getter"; | 941 AnimatedTransformList get transform native "SVGDefsElement_transform_Getter"; |
| 942 | 942 |
| 943 } | 943 } |
| 944 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 944 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 945 // for details. All rights reserved. Use of this source code is governed by a | 945 // for details. All rights reserved. Use of this source code is governed by a |
| 946 // BSD-style license that can be found in the LICENSE file. | 946 // BSD-style license that can be found in the LICENSE file. |
| 947 | 947 |
| 948 // WARNING: Do not edit - generated code. | 948 // WARNING: Do not edit - generated code. |
| 949 | 949 |
| 950 | 950 |
| 951 @DocsEditable | 951 @DocsEditable() |
| 952 @DomName('SVGDescElement') | 952 @DomName('SVGDescElement') |
| 953 @Unstable | 953 @Unstable() |
| 954 class DescElement extends StyledElement implements LangSpace { | 954 class DescElement extends StyledElement implements LangSpace { |
| 955 // To suppress missing implicit constructor warnings. | 955 // To suppress missing implicit constructor warnings. |
| 956 factory DescElement._() { throw new UnsupportedError("Not supported"); } | 956 factory DescElement._() { throw new UnsupportedError("Not supported"); } |
| 957 | 957 |
| 958 @DomName('SVGDescElement.SVGDescElement') | 958 @DomName('SVGDescElement.SVGDescElement') |
| 959 @DocsEditable | 959 @DocsEditable() |
| 960 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); | 960 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); |
| 961 | 961 |
| 962 @DomName('SVGDescElement.xmllang') | 962 @DomName('SVGDescElement.xmllang') |
| 963 @DocsEditable | 963 @DocsEditable() |
| 964 String get xmllang native "SVGDescElement_xmllang_Getter"; | 964 String get xmllang native "SVGDescElement_xmllang_Getter"; |
| 965 | 965 |
| 966 @DomName('SVGDescElement.xmllang') | 966 @DomName('SVGDescElement.xmllang') |
| 967 @DocsEditable | 967 @DocsEditable() |
| 968 void set xmllang(String value) native "SVGDescElement_xmllang_Setter"; | 968 void set xmllang(String value) native "SVGDescElement_xmllang_Setter"; |
| 969 | 969 |
| 970 @DomName('SVGDescElement.xmlspace') | 970 @DomName('SVGDescElement.xmlspace') |
| 971 @DocsEditable | 971 @DocsEditable() |
| 972 String get xmlspace native "SVGDescElement_xmlspace_Getter"; | 972 String get xmlspace native "SVGDescElement_xmlspace_Getter"; |
| 973 | 973 |
| 974 @DomName('SVGDescElement.xmlspace') | 974 @DomName('SVGDescElement.xmlspace') |
| 975 @DocsEditable | 975 @DocsEditable() |
| 976 void set xmlspace(String value) native "SVGDescElement_xmlspace_Setter"; | 976 void set xmlspace(String value) native "SVGDescElement_xmlspace_Setter"; |
| 977 | 977 |
| 978 } | 978 } |
| 979 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 979 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 980 // for details. All rights reserved. Use of this source code is governed by a | 980 // for details. All rights reserved. Use of this source code is governed by a |
| 981 // BSD-style license that can be found in the LICENSE file. | 981 // BSD-style license that can be found in the LICENSE file. |
| 982 | 982 |
| 983 // WARNING: Do not edit - generated code. | 983 // WARNING: Do not edit - generated code. |
| 984 | 984 |
| 985 | 985 |
| 986 @DocsEditable | 986 @DocsEditable() |
| 987 @DomName('SVGElementInstance') | 987 @DomName('SVGElementInstance') |
| 988 @Unstable | 988 @Unstable() |
| 989 class ElementInstance extends EventTarget { | 989 class ElementInstance extends EventTarget { |
| 990 // To suppress missing implicit constructor warnings. | 990 // To suppress missing implicit constructor warnings. |
| 991 factory ElementInstance._() { throw new UnsupportedError("Not supported"); } | 991 factory ElementInstance._() { throw new UnsupportedError("Not supported"); } |
| 992 | 992 |
| 993 @DomName('SVGElementInstance.abortEvent') | 993 @DomName('SVGElementInstance.abortEvent') |
| 994 @DocsEditable | 994 @DocsEditable() |
| 995 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider
<Event>('abort'); | 995 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider
<Event>('abort'); |
| 996 | 996 |
| 997 @DomName('SVGElementInstance.beforecopyEvent') | 997 @DomName('SVGElementInstance.beforecopyEvent') |
| 998 @DocsEditable | 998 @DocsEditable() |
| 999 static const EventStreamProvider<Event> beforeCopyEvent = const EventStreamPro
vider<Event>('beforecopy'); | 999 static const EventStreamProvider<Event> beforeCopyEvent = const EventStreamPro
vider<Event>('beforecopy'); |
| 1000 | 1000 |
| 1001 @DomName('SVGElementInstance.beforecutEvent') | 1001 @DomName('SVGElementInstance.beforecutEvent') |
| 1002 @DocsEditable | 1002 @DocsEditable() |
| 1003 static const EventStreamProvider<Event> beforeCutEvent = const EventStreamProv
ider<Event>('beforecut'); | 1003 static const EventStreamProvider<Event> beforeCutEvent = const EventStreamProv
ider<Event>('beforecut'); |
| 1004 | 1004 |
| 1005 @DomName('SVGElementInstance.beforepasteEvent') | 1005 @DomName('SVGElementInstance.beforepasteEvent') |
| 1006 @DocsEditable | 1006 @DocsEditable() |
| 1007 static const EventStreamProvider<Event> beforePasteEvent = const EventStreamPr
ovider<Event>('beforepaste'); | 1007 static const EventStreamProvider<Event> beforePasteEvent = const EventStreamPr
ovider<Event>('beforepaste'); |
| 1008 | 1008 |
| 1009 @DomName('SVGElementInstance.blurEvent') | 1009 @DomName('SVGElementInstance.blurEvent') |
| 1010 @DocsEditable | 1010 @DocsEditable() |
| 1011 static const EventStreamProvider<Event> blurEvent = const EventStreamProvider<
Event>('blur'); | 1011 static const EventStreamProvider<Event> blurEvent = const EventStreamProvider<
Event>('blur'); |
| 1012 | 1012 |
| 1013 @DomName('SVGElementInstance.changeEvent') | 1013 @DomName('SVGElementInstance.changeEvent') |
| 1014 @DocsEditable | 1014 @DocsEditable() |
| 1015 static const EventStreamProvider<Event> changeEvent = const EventStreamProvide
r<Event>('change'); | 1015 static const EventStreamProvider<Event> changeEvent = const EventStreamProvide
r<Event>('change'); |
| 1016 | 1016 |
| 1017 @DomName('SVGElementInstance.clickEvent') | 1017 @DomName('SVGElementInstance.clickEvent') |
| 1018 @DocsEditable | 1018 @DocsEditable() |
| 1019 static const EventStreamProvider<MouseEvent> clickEvent = const EventStreamPro
vider<MouseEvent>('click'); | 1019 static const EventStreamProvider<MouseEvent> clickEvent = const EventStreamPro
vider<MouseEvent>('click'); |
| 1020 | 1020 |
| 1021 @DomName('SVGElementInstance.contextmenuEvent') | 1021 @DomName('SVGElementInstance.contextmenuEvent') |
| 1022 @DocsEditable | 1022 @DocsEditable() |
| 1023 static const EventStreamProvider<MouseEvent> contextMenuEvent = const EventStr
eamProvider<MouseEvent>('contextmenu'); | 1023 static const EventStreamProvider<MouseEvent> contextMenuEvent = const EventStr
eamProvider<MouseEvent>('contextmenu'); |
| 1024 | 1024 |
| 1025 @DomName('SVGElementInstance.copyEvent') | 1025 @DomName('SVGElementInstance.copyEvent') |
| 1026 @DocsEditable | 1026 @DocsEditable() |
| 1027 static const EventStreamProvider<Event> copyEvent = const EventStreamProvider<
Event>('copy'); | 1027 static const EventStreamProvider<Event> copyEvent = const EventStreamProvider<
Event>('copy'); |
| 1028 | 1028 |
| 1029 @DomName('SVGElementInstance.cutEvent') | 1029 @DomName('SVGElementInstance.cutEvent') |
| 1030 @DocsEditable | 1030 @DocsEditable() |
| 1031 static const EventStreamProvider<Event> cutEvent = const EventStreamProvider<E
vent>('cut'); | 1031 static const EventStreamProvider<Event> cutEvent = const EventStreamProvider<E
vent>('cut'); |
| 1032 | 1032 |
| 1033 @DomName('SVGElementInstance.dblclickEvent') | 1033 @DomName('SVGElementInstance.dblclickEvent') |
| 1034 @DocsEditable | 1034 @DocsEditable() |
| 1035 static const EventStreamProvider<Event> doubleClickEvent = const EventStreamPr
ovider<Event>('dblclick'); | 1035 static const EventStreamProvider<Event> doubleClickEvent = const EventStreamPr
ovider<Event>('dblclick'); |
| 1036 | 1036 |
| 1037 @DomName('SVGElementInstance.dragEvent') | 1037 @DomName('SVGElementInstance.dragEvent') |
| 1038 @DocsEditable | 1038 @DocsEditable() |
| 1039 static const EventStreamProvider<MouseEvent> dragEvent = const EventStreamProv
ider<MouseEvent>('drag'); | 1039 static const EventStreamProvider<MouseEvent> dragEvent = const EventStreamProv
ider<MouseEvent>('drag'); |
| 1040 | 1040 |
| 1041 @DomName('SVGElementInstance.dragendEvent') | 1041 @DomName('SVGElementInstance.dragendEvent') |
| 1042 @DocsEditable | 1042 @DocsEditable() |
| 1043 static const EventStreamProvider<MouseEvent> dragEndEvent = const EventStreamP
rovider<MouseEvent>('dragend'); | 1043 static const EventStreamProvider<MouseEvent> dragEndEvent = const EventStreamP
rovider<MouseEvent>('dragend'); |
| 1044 | 1044 |
| 1045 @DomName('SVGElementInstance.dragenterEvent') | 1045 @DomName('SVGElementInstance.dragenterEvent') |
| 1046 @DocsEditable | 1046 @DocsEditable() |
| 1047 static const EventStreamProvider<MouseEvent> dragEnterEvent = const EventStrea
mProvider<MouseEvent>('dragenter'); | 1047 static const EventStreamProvider<MouseEvent> dragEnterEvent = const EventStrea
mProvider<MouseEvent>('dragenter'); |
| 1048 | 1048 |
| 1049 @DomName('SVGElementInstance.dragleaveEvent') | 1049 @DomName('SVGElementInstance.dragleaveEvent') |
| 1050 @DocsEditable | 1050 @DocsEditable() |
| 1051 static const EventStreamProvider<MouseEvent> dragLeaveEvent = const EventStrea
mProvider<MouseEvent>('dragleave'); | 1051 static const EventStreamProvider<MouseEvent> dragLeaveEvent = const EventStrea
mProvider<MouseEvent>('dragleave'); |
| 1052 | 1052 |
| 1053 @DomName('SVGElementInstance.dragoverEvent') | 1053 @DomName('SVGElementInstance.dragoverEvent') |
| 1054 @DocsEditable | 1054 @DocsEditable() |
| 1055 static const EventStreamProvider<MouseEvent> dragOverEvent = const EventStream
Provider<MouseEvent>('dragover'); | 1055 static const EventStreamProvider<MouseEvent> dragOverEvent = const EventStream
Provider<MouseEvent>('dragover'); |
| 1056 | 1056 |
| 1057 @DomName('SVGElementInstance.dragstartEvent') | 1057 @DomName('SVGElementInstance.dragstartEvent') |
| 1058 @DocsEditable | 1058 @DocsEditable() |
| 1059 static const EventStreamProvider<MouseEvent> dragStartEvent = const EventStrea
mProvider<MouseEvent>('dragstart'); | 1059 static const EventStreamProvider<MouseEvent> dragStartEvent = const EventStrea
mProvider<MouseEvent>('dragstart'); |
| 1060 | 1060 |
| 1061 @DomName('SVGElementInstance.dropEvent') | 1061 @DomName('SVGElementInstance.dropEvent') |
| 1062 @DocsEditable | 1062 @DocsEditable() |
| 1063 static const EventStreamProvider<MouseEvent> dropEvent = const EventStreamProv
ider<MouseEvent>('drop'); | 1063 static const EventStreamProvider<MouseEvent> dropEvent = const EventStreamProv
ider<MouseEvent>('drop'); |
| 1064 | 1064 |
| 1065 @DomName('SVGElementInstance.errorEvent') | 1065 @DomName('SVGElementInstance.errorEvent') |
| 1066 @DocsEditable | 1066 @DocsEditable() |
| 1067 static const EventStreamProvider<Event> errorEvent = const EventStreamProvider
<Event>('error'); | 1067 static const EventStreamProvider<Event> errorEvent = const EventStreamProvider
<Event>('error'); |
| 1068 | 1068 |
| 1069 @DomName('SVGElementInstance.focusEvent') | 1069 @DomName('SVGElementInstance.focusEvent') |
| 1070 @DocsEditable | 1070 @DocsEditable() |
| 1071 static const EventStreamProvider<Event> focusEvent = const EventStreamProvider
<Event>('focus'); | 1071 static const EventStreamProvider<Event> focusEvent = const EventStreamProvider
<Event>('focus'); |
| 1072 | 1072 |
| 1073 @DomName('SVGElementInstance.inputEvent') | 1073 @DomName('SVGElementInstance.inputEvent') |
| 1074 @DocsEditable | 1074 @DocsEditable() |
| 1075 static const EventStreamProvider<Event> inputEvent = const EventStreamProvider
<Event>('input'); | 1075 static const EventStreamProvider<Event> inputEvent = const EventStreamProvider
<Event>('input'); |
| 1076 | 1076 |
| 1077 @DomName('SVGElementInstance.keydownEvent') | 1077 @DomName('SVGElementInstance.keydownEvent') |
| 1078 @DocsEditable | 1078 @DocsEditable() |
| 1079 static const EventStreamProvider<KeyboardEvent> keyDownEvent = const EventStre
amProvider<KeyboardEvent>('keydown'); | 1079 static const EventStreamProvider<KeyboardEvent> keyDownEvent = const EventStre
amProvider<KeyboardEvent>('keydown'); |
| 1080 | 1080 |
| 1081 @DomName('SVGElementInstance.keypressEvent') | 1081 @DomName('SVGElementInstance.keypressEvent') |
| 1082 @DocsEditable | 1082 @DocsEditable() |
| 1083 static const EventStreamProvider<KeyboardEvent> keyPressEvent = const EventStr
eamProvider<KeyboardEvent>('keypress'); | 1083 static const EventStreamProvider<KeyboardEvent> keyPressEvent = const EventStr
eamProvider<KeyboardEvent>('keypress'); |
| 1084 | 1084 |
| 1085 @DomName('SVGElementInstance.keyupEvent') | 1085 @DomName('SVGElementInstance.keyupEvent') |
| 1086 @DocsEditable | 1086 @DocsEditable() |
| 1087 static const EventStreamProvider<KeyboardEvent> keyUpEvent = const EventStream
Provider<KeyboardEvent>('keyup'); | 1087 static const EventStreamProvider<KeyboardEvent> keyUpEvent = const EventStream
Provider<KeyboardEvent>('keyup'); |
| 1088 | 1088 |
| 1089 @DomName('SVGElementInstance.loadEvent') | 1089 @DomName('SVGElementInstance.loadEvent') |
| 1090 @DocsEditable | 1090 @DocsEditable() |
| 1091 static const EventStreamProvider<Event> loadEvent = const EventStreamProvider<
Event>('load'); | 1091 static const EventStreamProvider<Event> loadEvent = const EventStreamProvider<
Event>('load'); |
| 1092 | 1092 |
| 1093 @DomName('SVGElementInstance.mousedownEvent') | 1093 @DomName('SVGElementInstance.mousedownEvent') |
| 1094 @DocsEditable | 1094 @DocsEditable() |
| 1095 static const EventStreamProvider<MouseEvent> mouseDownEvent = const EventStrea
mProvider<MouseEvent>('mousedown'); | 1095 static const EventStreamProvider<MouseEvent> mouseDownEvent = const EventStrea
mProvider<MouseEvent>('mousedown'); |
| 1096 | 1096 |
| 1097 @DomName('SVGElementInstance.mousemoveEvent') | 1097 @DomName('SVGElementInstance.mousemoveEvent') |
| 1098 @DocsEditable | 1098 @DocsEditable() |
| 1099 static const EventStreamProvider<MouseEvent> mouseMoveEvent = const EventStrea
mProvider<MouseEvent>('mousemove'); | 1099 static const EventStreamProvider<MouseEvent> mouseMoveEvent = const EventStrea
mProvider<MouseEvent>('mousemove'); |
| 1100 | 1100 |
| 1101 @DomName('SVGElementInstance.mouseoutEvent') | 1101 @DomName('SVGElementInstance.mouseoutEvent') |
| 1102 @DocsEditable | 1102 @DocsEditable() |
| 1103 static const EventStreamProvider<MouseEvent> mouseOutEvent = const EventStream
Provider<MouseEvent>('mouseout'); | 1103 static const EventStreamProvider<MouseEvent> mouseOutEvent = const EventStream
Provider<MouseEvent>('mouseout'); |
| 1104 | 1104 |
| 1105 @DomName('SVGElementInstance.mouseoverEvent') | 1105 @DomName('SVGElementInstance.mouseoverEvent') |
| 1106 @DocsEditable | 1106 @DocsEditable() |
| 1107 static const EventStreamProvider<MouseEvent> mouseOverEvent = const EventStrea
mProvider<MouseEvent>('mouseover'); | 1107 static const EventStreamProvider<MouseEvent> mouseOverEvent = const EventStrea
mProvider<MouseEvent>('mouseover'); |
| 1108 | 1108 |
| 1109 @DomName('SVGElementInstance.mouseupEvent') | 1109 @DomName('SVGElementInstance.mouseupEvent') |
| 1110 @DocsEditable | 1110 @DocsEditable() |
| 1111 static const EventStreamProvider<MouseEvent> mouseUpEvent = const EventStreamP
rovider<MouseEvent>('mouseup'); | 1111 static const EventStreamProvider<MouseEvent> mouseUpEvent = const EventStreamP
rovider<MouseEvent>('mouseup'); |
| 1112 | 1112 |
| 1113 @DomName('SVGElementInstance.mousewheelEvent') | 1113 @DomName('SVGElementInstance.mousewheelEvent') |
| 1114 @DocsEditable | 1114 @DocsEditable() |
| 1115 static const EventStreamProvider<WheelEvent> mouseWheelEvent = const EventStre
amProvider<WheelEvent>('mousewheel'); | 1115 static const EventStreamProvider<WheelEvent> mouseWheelEvent = const EventStre
amProvider<WheelEvent>('mousewheel'); |
| 1116 | 1116 |
| 1117 @DomName('SVGElementInstance.pasteEvent') | 1117 @DomName('SVGElementInstance.pasteEvent') |
| 1118 @DocsEditable | 1118 @DocsEditable() |
| 1119 static const EventStreamProvider<Event> pasteEvent = const EventStreamProvider
<Event>('paste'); | 1119 static const EventStreamProvider<Event> pasteEvent = const EventStreamProvider
<Event>('paste'); |
| 1120 | 1120 |
| 1121 @DomName('SVGElementInstance.resetEvent') | 1121 @DomName('SVGElementInstance.resetEvent') |
| 1122 @DocsEditable | 1122 @DocsEditable() |
| 1123 static const EventStreamProvider<Event> resetEvent = const EventStreamProvider
<Event>('reset'); | 1123 static const EventStreamProvider<Event> resetEvent = const EventStreamProvider
<Event>('reset'); |
| 1124 | 1124 |
| 1125 @DomName('SVGElementInstance.resizeEvent') | 1125 @DomName('SVGElementInstance.resizeEvent') |
| 1126 @DocsEditable | 1126 @DocsEditable() |
| 1127 static const EventStreamProvider<Event> resizeEvent = const EventStreamProvide
r<Event>('resize'); | 1127 static const EventStreamProvider<Event> resizeEvent = const EventStreamProvide
r<Event>('resize'); |
| 1128 | 1128 |
| 1129 @DomName('SVGElementInstance.scrollEvent') | 1129 @DomName('SVGElementInstance.scrollEvent') |
| 1130 @DocsEditable | 1130 @DocsEditable() |
| 1131 static const EventStreamProvider<Event> scrollEvent = const EventStreamProvide
r<Event>('scroll'); | 1131 static const EventStreamProvider<Event> scrollEvent = const EventStreamProvide
r<Event>('scroll'); |
| 1132 | 1132 |
| 1133 @DomName('SVGElementInstance.searchEvent') | 1133 @DomName('SVGElementInstance.searchEvent') |
| 1134 @DocsEditable | 1134 @DocsEditable() |
| 1135 // http://www.w3.org/TR/html-markup/input.search.html | 1135 // http://www.w3.org/TR/html-markup/input.search.html |
| 1136 @Experimental | 1136 @Experimental() |
| 1137 static const EventStreamProvider<Event> searchEvent = const EventStreamProvide
r<Event>('search'); | 1137 static const EventStreamProvider<Event> searchEvent = const EventStreamProvide
r<Event>('search'); |
| 1138 | 1138 |
| 1139 @DomName('SVGElementInstance.selectEvent') | 1139 @DomName('SVGElementInstance.selectEvent') |
| 1140 @DocsEditable | 1140 @DocsEditable() |
| 1141 static const EventStreamProvider<Event> selectEvent = const EventStreamProvide
r<Event>('select'); | 1141 static const EventStreamProvider<Event> selectEvent = const EventStreamProvide
r<Event>('select'); |
| 1142 | 1142 |
| 1143 @DomName('SVGElementInstance.selectstartEvent') | 1143 @DomName('SVGElementInstance.selectstartEvent') |
| 1144 @DocsEditable | 1144 @DocsEditable() |
| 1145 static const EventStreamProvider<Event> selectStartEvent = const EventStreamPr
ovider<Event>('selectstart'); | 1145 static const EventStreamProvider<Event> selectStartEvent = const EventStreamPr
ovider<Event>('selectstart'); |
| 1146 | 1146 |
| 1147 @DomName('SVGElementInstance.submitEvent') | 1147 @DomName('SVGElementInstance.submitEvent') |
| 1148 @DocsEditable | 1148 @DocsEditable() |
| 1149 static const EventStreamProvider<Event> submitEvent = const EventStreamProvide
r<Event>('submit'); | 1149 static const EventStreamProvider<Event> submitEvent = const EventStreamProvide
r<Event>('submit'); |
| 1150 | 1150 |
| 1151 @DomName('SVGElementInstance.unloadEvent') | 1151 @DomName('SVGElementInstance.unloadEvent') |
| 1152 @DocsEditable | 1152 @DocsEditable() |
| 1153 static const EventStreamProvider<Event> unloadEvent = const EventStreamProvide
r<Event>('unload'); | 1153 static const EventStreamProvider<Event> unloadEvent = const EventStreamProvide
r<Event>('unload'); |
| 1154 | 1154 |
| 1155 @DomName('SVGElementInstance.childNodes') | 1155 @DomName('SVGElementInstance.childNodes') |
| 1156 @DocsEditable | 1156 @DocsEditable() |
| 1157 List<ElementInstance> get childNodes native "SVGElementInstance_childNodes_Get
ter"; | 1157 List<ElementInstance> get childNodes native "SVGElementInstance_childNodes_Get
ter"; |
| 1158 | 1158 |
| 1159 @DomName('SVGElementInstance.correspondingElement') | 1159 @DomName('SVGElementInstance.correspondingElement') |
| 1160 @DocsEditable | 1160 @DocsEditable() |
| 1161 SvgElement get correspondingElement native "SVGElementInstance_correspondingEl
ement_Getter"; | 1161 SvgElement get correspondingElement native "SVGElementInstance_correspondingEl
ement_Getter"; |
| 1162 | 1162 |
| 1163 @DomName('SVGElementInstance.correspondingUseElement') | 1163 @DomName('SVGElementInstance.correspondingUseElement') |
| 1164 @DocsEditable | 1164 @DocsEditable() |
| 1165 UseElement get correspondingUseElement native "SVGElementInstance_correspondin
gUseElement_Getter"; | 1165 UseElement get correspondingUseElement native "SVGElementInstance_correspondin
gUseElement_Getter"; |
| 1166 | 1166 |
| 1167 @DomName('SVGElementInstance.firstChild') | 1167 @DomName('SVGElementInstance.firstChild') |
| 1168 @DocsEditable | 1168 @DocsEditable() |
| 1169 ElementInstance get firstChild native "SVGElementInstance_firstChild_Getter"; | 1169 ElementInstance get firstChild native "SVGElementInstance_firstChild_Getter"; |
| 1170 | 1170 |
| 1171 @DomName('SVGElementInstance.lastChild') | 1171 @DomName('SVGElementInstance.lastChild') |
| 1172 @DocsEditable | 1172 @DocsEditable() |
| 1173 ElementInstance get lastChild native "SVGElementInstance_lastChild_Getter"; | 1173 ElementInstance get lastChild native "SVGElementInstance_lastChild_Getter"; |
| 1174 | 1174 |
| 1175 @DomName('SVGElementInstance.nextSibling') | 1175 @DomName('SVGElementInstance.nextSibling') |
| 1176 @DocsEditable | 1176 @DocsEditable() |
| 1177 ElementInstance get nextSibling native "SVGElementInstance_nextSibling_Getter"
; | 1177 ElementInstance get nextSibling native "SVGElementInstance_nextSibling_Getter"
; |
| 1178 | 1178 |
| 1179 @DomName('SVGElementInstance.parentNode') | 1179 @DomName('SVGElementInstance.parentNode') |
| 1180 @DocsEditable | 1180 @DocsEditable() |
| 1181 ElementInstance get parentNode native "SVGElementInstance_parentNode_Getter"; | 1181 ElementInstance get parentNode native "SVGElementInstance_parentNode_Getter"; |
| 1182 | 1182 |
| 1183 @DomName('SVGElementInstance.previousSibling') | 1183 @DomName('SVGElementInstance.previousSibling') |
| 1184 @DocsEditable | 1184 @DocsEditable() |
| 1185 ElementInstance get previousSibling native "SVGElementInstance_previousSibling
_Getter"; | 1185 ElementInstance get previousSibling native "SVGElementInstance_previousSibling
_Getter"; |
| 1186 | 1186 |
| 1187 @DomName('SVGElementInstance.onabort') | 1187 @DomName('SVGElementInstance.onabort') |
| 1188 @DocsEditable | 1188 @DocsEditable() |
| 1189 Stream<Event> get onAbort => abortEvent.forTarget(this); | 1189 Stream<Event> get onAbort => abortEvent.forTarget(this); |
| 1190 | 1190 |
| 1191 @DomName('SVGElementInstance.onbeforecopy') | 1191 @DomName('SVGElementInstance.onbeforecopy') |
| 1192 @DocsEditable | 1192 @DocsEditable() |
| 1193 Stream<Event> get onBeforeCopy => beforeCopyEvent.forTarget(this); | 1193 Stream<Event> get onBeforeCopy => beforeCopyEvent.forTarget(this); |
| 1194 | 1194 |
| 1195 @DomName('SVGElementInstance.onbeforecut') | 1195 @DomName('SVGElementInstance.onbeforecut') |
| 1196 @DocsEditable | 1196 @DocsEditable() |
| 1197 Stream<Event> get onBeforeCut => beforeCutEvent.forTarget(this); | 1197 Stream<Event> get onBeforeCut => beforeCutEvent.forTarget(this); |
| 1198 | 1198 |
| 1199 @DomName('SVGElementInstance.onbeforepaste') | 1199 @DomName('SVGElementInstance.onbeforepaste') |
| 1200 @DocsEditable | 1200 @DocsEditable() |
| 1201 Stream<Event> get onBeforePaste => beforePasteEvent.forTarget(this); | 1201 Stream<Event> get onBeforePaste => beforePasteEvent.forTarget(this); |
| 1202 | 1202 |
| 1203 @DomName('SVGElementInstance.onblur') | 1203 @DomName('SVGElementInstance.onblur') |
| 1204 @DocsEditable | 1204 @DocsEditable() |
| 1205 Stream<Event> get onBlur => blurEvent.forTarget(this); | 1205 Stream<Event> get onBlur => blurEvent.forTarget(this); |
| 1206 | 1206 |
| 1207 @DomName('SVGElementInstance.onchange') | 1207 @DomName('SVGElementInstance.onchange') |
| 1208 @DocsEditable | 1208 @DocsEditable() |
| 1209 Stream<Event> get onChange => changeEvent.forTarget(this); | 1209 Stream<Event> get onChange => changeEvent.forTarget(this); |
| 1210 | 1210 |
| 1211 @DomName('SVGElementInstance.onclick') | 1211 @DomName('SVGElementInstance.onclick') |
| 1212 @DocsEditable | 1212 @DocsEditable() |
| 1213 Stream<MouseEvent> get onClick => clickEvent.forTarget(this); | 1213 Stream<MouseEvent> get onClick => clickEvent.forTarget(this); |
| 1214 | 1214 |
| 1215 @DomName('SVGElementInstance.oncontextmenu') | 1215 @DomName('SVGElementInstance.oncontextmenu') |
| 1216 @DocsEditable | 1216 @DocsEditable() |
| 1217 Stream<MouseEvent> get onContextMenu => contextMenuEvent.forTarget(this); | 1217 Stream<MouseEvent> get onContextMenu => contextMenuEvent.forTarget(this); |
| 1218 | 1218 |
| 1219 @DomName('SVGElementInstance.oncopy') | 1219 @DomName('SVGElementInstance.oncopy') |
| 1220 @DocsEditable | 1220 @DocsEditable() |
| 1221 Stream<Event> get onCopy => copyEvent.forTarget(this); | 1221 Stream<Event> get onCopy => copyEvent.forTarget(this); |
| 1222 | 1222 |
| 1223 @DomName('SVGElementInstance.oncut') | 1223 @DomName('SVGElementInstance.oncut') |
| 1224 @DocsEditable | 1224 @DocsEditable() |
| 1225 Stream<Event> get onCut => cutEvent.forTarget(this); | 1225 Stream<Event> get onCut => cutEvent.forTarget(this); |
| 1226 | 1226 |
| 1227 @DomName('SVGElementInstance.ondblclick') | 1227 @DomName('SVGElementInstance.ondblclick') |
| 1228 @DocsEditable | 1228 @DocsEditable() |
| 1229 Stream<Event> get onDoubleClick => doubleClickEvent.forTarget(this); | 1229 Stream<Event> get onDoubleClick => doubleClickEvent.forTarget(this); |
| 1230 | 1230 |
| 1231 @DomName('SVGElementInstance.ondrag') | 1231 @DomName('SVGElementInstance.ondrag') |
| 1232 @DocsEditable | 1232 @DocsEditable() |
| 1233 Stream<MouseEvent> get onDrag => dragEvent.forTarget(this); | 1233 Stream<MouseEvent> get onDrag => dragEvent.forTarget(this); |
| 1234 | 1234 |
| 1235 @DomName('SVGElementInstance.ondragend') | 1235 @DomName('SVGElementInstance.ondragend') |
| 1236 @DocsEditable | 1236 @DocsEditable() |
| 1237 Stream<MouseEvent> get onDragEnd => dragEndEvent.forTarget(this); | 1237 Stream<MouseEvent> get onDragEnd => dragEndEvent.forTarget(this); |
| 1238 | 1238 |
| 1239 @DomName('SVGElementInstance.ondragenter') | 1239 @DomName('SVGElementInstance.ondragenter') |
| 1240 @DocsEditable | 1240 @DocsEditable() |
| 1241 Stream<MouseEvent> get onDragEnter => dragEnterEvent.forTarget(this); | 1241 Stream<MouseEvent> get onDragEnter => dragEnterEvent.forTarget(this); |
| 1242 | 1242 |
| 1243 @DomName('SVGElementInstance.ondragleave') | 1243 @DomName('SVGElementInstance.ondragleave') |
| 1244 @DocsEditable | 1244 @DocsEditable() |
| 1245 Stream<MouseEvent> get onDragLeave => dragLeaveEvent.forTarget(this); | 1245 Stream<MouseEvent> get onDragLeave => dragLeaveEvent.forTarget(this); |
| 1246 | 1246 |
| 1247 @DomName('SVGElementInstance.ondragover') | 1247 @DomName('SVGElementInstance.ondragover') |
| 1248 @DocsEditable | 1248 @DocsEditable() |
| 1249 Stream<MouseEvent> get onDragOver => dragOverEvent.forTarget(this); | 1249 Stream<MouseEvent> get onDragOver => dragOverEvent.forTarget(this); |
| 1250 | 1250 |
| 1251 @DomName('SVGElementInstance.ondragstart') | 1251 @DomName('SVGElementInstance.ondragstart') |
| 1252 @DocsEditable | 1252 @DocsEditable() |
| 1253 Stream<MouseEvent> get onDragStart => dragStartEvent.forTarget(this); | 1253 Stream<MouseEvent> get onDragStart => dragStartEvent.forTarget(this); |
| 1254 | 1254 |
| 1255 @DomName('SVGElementInstance.ondrop') | 1255 @DomName('SVGElementInstance.ondrop') |
| 1256 @DocsEditable | 1256 @DocsEditable() |
| 1257 Stream<MouseEvent> get onDrop => dropEvent.forTarget(this); | 1257 Stream<MouseEvent> get onDrop => dropEvent.forTarget(this); |
| 1258 | 1258 |
| 1259 @DomName('SVGElementInstance.onerror') | 1259 @DomName('SVGElementInstance.onerror') |
| 1260 @DocsEditable | 1260 @DocsEditable() |
| 1261 Stream<Event> get onError => errorEvent.forTarget(this); | 1261 Stream<Event> get onError => errorEvent.forTarget(this); |
| 1262 | 1262 |
| 1263 @DomName('SVGElementInstance.onfocus') | 1263 @DomName('SVGElementInstance.onfocus') |
| 1264 @DocsEditable | 1264 @DocsEditable() |
| 1265 Stream<Event> get onFocus => focusEvent.forTarget(this); | 1265 Stream<Event> get onFocus => focusEvent.forTarget(this); |
| 1266 | 1266 |
| 1267 @DomName('SVGElementInstance.oninput') | 1267 @DomName('SVGElementInstance.oninput') |
| 1268 @DocsEditable | 1268 @DocsEditable() |
| 1269 Stream<Event> get onInput => inputEvent.forTarget(this); | 1269 Stream<Event> get onInput => inputEvent.forTarget(this); |
| 1270 | 1270 |
| 1271 @DomName('SVGElementInstance.onkeydown') | 1271 @DomName('SVGElementInstance.onkeydown') |
| 1272 @DocsEditable | 1272 @DocsEditable() |
| 1273 Stream<KeyboardEvent> get onKeyDown => keyDownEvent.forTarget(this); | 1273 Stream<KeyboardEvent> get onKeyDown => keyDownEvent.forTarget(this); |
| 1274 | 1274 |
| 1275 @DomName('SVGElementInstance.onkeypress') | 1275 @DomName('SVGElementInstance.onkeypress') |
| 1276 @DocsEditable | 1276 @DocsEditable() |
| 1277 Stream<KeyboardEvent> get onKeyPress => keyPressEvent.forTarget(this); | 1277 Stream<KeyboardEvent> get onKeyPress => keyPressEvent.forTarget(this); |
| 1278 | 1278 |
| 1279 @DomName('SVGElementInstance.onkeyup') | 1279 @DomName('SVGElementInstance.onkeyup') |
| 1280 @DocsEditable | 1280 @DocsEditable() |
| 1281 Stream<KeyboardEvent> get onKeyUp => keyUpEvent.forTarget(this); | 1281 Stream<KeyboardEvent> get onKeyUp => keyUpEvent.forTarget(this); |
| 1282 | 1282 |
| 1283 @DomName('SVGElementInstance.onload') | 1283 @DomName('SVGElementInstance.onload') |
| 1284 @DocsEditable | 1284 @DocsEditable() |
| 1285 Stream<Event> get onLoad => loadEvent.forTarget(this); | 1285 Stream<Event> get onLoad => loadEvent.forTarget(this); |
| 1286 | 1286 |
| 1287 @DomName('SVGElementInstance.onmousedown') | 1287 @DomName('SVGElementInstance.onmousedown') |
| 1288 @DocsEditable | 1288 @DocsEditable() |
| 1289 Stream<MouseEvent> get onMouseDown => mouseDownEvent.forTarget(this); | 1289 Stream<MouseEvent> get onMouseDown => mouseDownEvent.forTarget(this); |
| 1290 | 1290 |
| 1291 @DomName('SVGElementInstance.onmousemove') | 1291 @DomName('SVGElementInstance.onmousemove') |
| 1292 @DocsEditable | 1292 @DocsEditable() |
| 1293 Stream<MouseEvent> get onMouseMove => mouseMoveEvent.forTarget(this); | 1293 Stream<MouseEvent> get onMouseMove => mouseMoveEvent.forTarget(this); |
| 1294 | 1294 |
| 1295 @DomName('SVGElementInstance.onmouseout') | 1295 @DomName('SVGElementInstance.onmouseout') |
| 1296 @DocsEditable | 1296 @DocsEditable() |
| 1297 Stream<MouseEvent> get onMouseOut => mouseOutEvent.forTarget(this); | 1297 Stream<MouseEvent> get onMouseOut => mouseOutEvent.forTarget(this); |
| 1298 | 1298 |
| 1299 @DomName('SVGElementInstance.onmouseover') | 1299 @DomName('SVGElementInstance.onmouseover') |
| 1300 @DocsEditable | 1300 @DocsEditable() |
| 1301 Stream<MouseEvent> get onMouseOver => mouseOverEvent.forTarget(this); | 1301 Stream<MouseEvent> get onMouseOver => mouseOverEvent.forTarget(this); |
| 1302 | 1302 |
| 1303 @DomName('SVGElementInstance.onmouseup') | 1303 @DomName('SVGElementInstance.onmouseup') |
| 1304 @DocsEditable | 1304 @DocsEditable() |
| 1305 Stream<MouseEvent> get onMouseUp => mouseUpEvent.forTarget(this); | 1305 Stream<MouseEvent> get onMouseUp => mouseUpEvent.forTarget(this); |
| 1306 | 1306 |
| 1307 @DomName('SVGElementInstance.onmousewheel') | 1307 @DomName('SVGElementInstance.onmousewheel') |
| 1308 @DocsEditable | 1308 @DocsEditable() |
| 1309 Stream<WheelEvent> get onMouseWheel => mouseWheelEvent.forTarget(this); | 1309 Stream<WheelEvent> get onMouseWheel => mouseWheelEvent.forTarget(this); |
| 1310 | 1310 |
| 1311 @DomName('SVGElementInstance.onpaste') | 1311 @DomName('SVGElementInstance.onpaste') |
| 1312 @DocsEditable | 1312 @DocsEditable() |
| 1313 Stream<Event> get onPaste => pasteEvent.forTarget(this); | 1313 Stream<Event> get onPaste => pasteEvent.forTarget(this); |
| 1314 | 1314 |
| 1315 @DomName('SVGElementInstance.onreset') | 1315 @DomName('SVGElementInstance.onreset') |
| 1316 @DocsEditable | 1316 @DocsEditable() |
| 1317 Stream<Event> get onReset => resetEvent.forTarget(this); | 1317 Stream<Event> get onReset => resetEvent.forTarget(this); |
| 1318 | 1318 |
| 1319 @DomName('SVGElementInstance.onresize') | 1319 @DomName('SVGElementInstance.onresize') |
| 1320 @DocsEditable | 1320 @DocsEditable() |
| 1321 Stream<Event> get onResize => resizeEvent.forTarget(this); | 1321 Stream<Event> get onResize => resizeEvent.forTarget(this); |
| 1322 | 1322 |
| 1323 @DomName('SVGElementInstance.onscroll') | 1323 @DomName('SVGElementInstance.onscroll') |
| 1324 @DocsEditable | 1324 @DocsEditable() |
| 1325 Stream<Event> get onScroll => scrollEvent.forTarget(this); | 1325 Stream<Event> get onScroll => scrollEvent.forTarget(this); |
| 1326 | 1326 |
| 1327 @DomName('SVGElementInstance.onsearch') | 1327 @DomName('SVGElementInstance.onsearch') |
| 1328 @DocsEditable | 1328 @DocsEditable() |
| 1329 // http://www.w3.org/TR/html-markup/input.search.html | 1329 // http://www.w3.org/TR/html-markup/input.search.html |
| 1330 @Experimental | 1330 @Experimental() |
| 1331 Stream<Event> get onSearch => searchEvent.forTarget(this); | 1331 Stream<Event> get onSearch => searchEvent.forTarget(this); |
| 1332 | 1332 |
| 1333 @DomName('SVGElementInstance.onselect') | 1333 @DomName('SVGElementInstance.onselect') |
| 1334 @DocsEditable | 1334 @DocsEditable() |
| 1335 Stream<Event> get onSelect => selectEvent.forTarget(this); | 1335 Stream<Event> get onSelect => selectEvent.forTarget(this); |
| 1336 | 1336 |
| 1337 @DomName('SVGElementInstance.onselectstart') | 1337 @DomName('SVGElementInstance.onselectstart') |
| 1338 @DocsEditable | 1338 @DocsEditable() |
| 1339 Stream<Event> get onSelectStart => selectStartEvent.forTarget(this); | 1339 Stream<Event> get onSelectStart => selectStartEvent.forTarget(this); |
| 1340 | 1340 |
| 1341 @DomName('SVGElementInstance.onsubmit') | 1341 @DomName('SVGElementInstance.onsubmit') |
| 1342 @DocsEditable | 1342 @DocsEditable() |
| 1343 Stream<Event> get onSubmit => submitEvent.forTarget(this); | 1343 Stream<Event> get onSubmit => submitEvent.forTarget(this); |
| 1344 | 1344 |
| 1345 @DomName('SVGElementInstance.onunload') | 1345 @DomName('SVGElementInstance.onunload') |
| 1346 @DocsEditable | 1346 @DocsEditable() |
| 1347 Stream<Event> get onUnload => unloadEvent.forTarget(this); | 1347 Stream<Event> get onUnload => unloadEvent.forTarget(this); |
| 1348 | 1348 |
| 1349 } | 1349 } |
| 1350 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1350 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1351 // for details. All rights reserved. Use of this source code is governed by a | 1351 // for details. All rights reserved. Use of this source code is governed by a |
| 1352 // BSD-style license that can be found in the LICENSE file. | 1352 // BSD-style license that can be found in the LICENSE file. |
| 1353 | 1353 |
| 1354 // WARNING: Do not edit - generated code. | 1354 // WARNING: Do not edit - generated code. |
| 1355 | 1355 |
| 1356 | 1356 |
| 1357 @DocsEditable | 1357 @DocsEditable() |
| 1358 @DomName('SVGEllipseElement') | 1358 @DomName('SVGEllipseElement') |
| 1359 @Unstable | 1359 @Unstable() |
| 1360 class EllipseElement extends StyledElement implements Transformable, Tests, Exte
rnalResourcesRequired, LangSpace { | 1360 class EllipseElement extends StyledElement implements Transformable, Tests, Exte
rnalResourcesRequired, LangSpace { |
| 1361 // To suppress missing implicit constructor warnings. | 1361 // To suppress missing implicit constructor warnings. |
| 1362 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } | 1362 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } |
| 1363 | 1363 |
| 1364 @DomName('SVGEllipseElement.SVGEllipseElement') | 1364 @DomName('SVGEllipseElement.SVGEllipseElement') |
| 1365 @DocsEditable | 1365 @DocsEditable() |
| 1366 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1366 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
| 1367 | 1367 |
| 1368 @DomName('SVGEllipseElement.cx') | 1368 @DomName('SVGEllipseElement.cx') |
| 1369 @DocsEditable | 1369 @DocsEditable() |
| 1370 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; | 1370 AnimatedLength get cx native "SVGEllipseElement_cx_Getter"; |
| 1371 | 1371 |
| 1372 @DomName('SVGEllipseElement.cy') | 1372 @DomName('SVGEllipseElement.cy') |
| 1373 @DocsEditable | 1373 @DocsEditable() |
| 1374 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; | 1374 AnimatedLength get cy native "SVGEllipseElement_cy_Getter"; |
| 1375 | 1375 |
| 1376 @DomName('SVGEllipseElement.rx') | 1376 @DomName('SVGEllipseElement.rx') |
| 1377 @DocsEditable | 1377 @DocsEditable() |
| 1378 AnimatedLength get rx native "SVGEllipseElement_rx_Getter"; | 1378 AnimatedLength get rx native "SVGEllipseElement_rx_Getter"; |
| 1379 | 1379 |
| 1380 @DomName('SVGEllipseElement.ry') | 1380 @DomName('SVGEllipseElement.ry') |
| 1381 @DocsEditable | 1381 @DocsEditable() |
| 1382 AnimatedLength get ry native "SVGEllipseElement_ry_Getter"; | 1382 AnimatedLength get ry native "SVGEllipseElement_ry_Getter"; |
| 1383 | 1383 |
| 1384 @DomName('SVGEllipseElement.externalResourcesRequired') | 1384 @DomName('SVGEllipseElement.externalResourcesRequired') |
| 1385 @DocsEditable | 1385 @DocsEditable() |
| 1386 AnimatedBoolean get externalResourcesRequired native "SVGEllipseElement_extern
alResourcesRequired_Getter"; | 1386 AnimatedBoolean get externalResourcesRequired native "SVGEllipseElement_extern
alResourcesRequired_Getter"; |
| 1387 | 1387 |
| 1388 @DomName('SVGEllipseElement.xmllang') | 1388 @DomName('SVGEllipseElement.xmllang') |
| 1389 @DocsEditable | 1389 @DocsEditable() |
| 1390 String get xmllang native "SVGEllipseElement_xmllang_Getter"; | 1390 String get xmllang native "SVGEllipseElement_xmllang_Getter"; |
| 1391 | 1391 |
| 1392 @DomName('SVGEllipseElement.xmllang') | 1392 @DomName('SVGEllipseElement.xmllang') |
| 1393 @DocsEditable | 1393 @DocsEditable() |
| 1394 void set xmllang(String value) native "SVGEllipseElement_xmllang_Setter"; | 1394 void set xmllang(String value) native "SVGEllipseElement_xmllang_Setter"; |
| 1395 | 1395 |
| 1396 @DomName('SVGEllipseElement.xmlspace') | 1396 @DomName('SVGEllipseElement.xmlspace') |
| 1397 @DocsEditable | 1397 @DocsEditable() |
| 1398 String get xmlspace native "SVGEllipseElement_xmlspace_Getter"; | 1398 String get xmlspace native "SVGEllipseElement_xmlspace_Getter"; |
| 1399 | 1399 |
| 1400 @DomName('SVGEllipseElement.xmlspace') | 1400 @DomName('SVGEllipseElement.xmlspace') |
| 1401 @DocsEditable | 1401 @DocsEditable() |
| 1402 void set xmlspace(String value) native "SVGEllipseElement_xmlspace_Setter"; | 1402 void set xmlspace(String value) native "SVGEllipseElement_xmlspace_Setter"; |
| 1403 | 1403 |
| 1404 @DomName('SVGEllipseElement.farthestViewportElement') | 1404 @DomName('SVGEllipseElement.farthestViewportElement') |
| 1405 @DocsEditable | 1405 @DocsEditable() |
| 1406 SvgElement get farthestViewportElement native "SVGEllipseElement_farthestViewp
ortElement_Getter"; | 1406 SvgElement get farthestViewportElement native "SVGEllipseElement_farthestViewp
ortElement_Getter"; |
| 1407 | 1407 |
| 1408 @DomName('SVGEllipseElement.nearestViewportElement') | 1408 @DomName('SVGEllipseElement.nearestViewportElement') |
| 1409 @DocsEditable | 1409 @DocsEditable() |
| 1410 SvgElement get nearestViewportElement native "SVGEllipseElement_nearestViewpor
tElement_Getter"; | 1410 SvgElement get nearestViewportElement native "SVGEllipseElement_nearestViewpor
tElement_Getter"; |
| 1411 | 1411 |
| 1412 @DomName('SVGEllipseElement.getBBox') | 1412 @DomName('SVGEllipseElement.getBBox') |
| 1413 @DocsEditable | 1413 @DocsEditable() |
| 1414 Rect getBBox() native "SVGEllipseElement_getBBox_Callback"; | 1414 Rect getBBox() native "SVGEllipseElement_getBBox_Callback"; |
| 1415 | 1415 |
| 1416 @DomName('SVGEllipseElement.getCTM') | 1416 @DomName('SVGEllipseElement.getCTM') |
| 1417 @DocsEditable | 1417 @DocsEditable() |
| 1418 Matrix getCtm() native "SVGEllipseElement_getCTM_Callback"; | 1418 Matrix getCtm() native "SVGEllipseElement_getCTM_Callback"; |
| 1419 | 1419 |
| 1420 @DomName('SVGEllipseElement.getScreenCTM') | 1420 @DomName('SVGEllipseElement.getScreenCTM') |
| 1421 @DocsEditable | 1421 @DocsEditable() |
| 1422 Matrix getScreenCtm() native "SVGEllipseElement_getScreenCTM_Callback"; | 1422 Matrix getScreenCtm() native "SVGEllipseElement_getScreenCTM_Callback"; |
| 1423 | 1423 |
| 1424 @DomName('SVGEllipseElement.getTransformToElement') | 1424 @DomName('SVGEllipseElement.getTransformToElement') |
| 1425 @DocsEditable | 1425 @DocsEditable() |
| 1426 Matrix getTransformToElement(SvgElement element) native "SVGEllipseElement_get
TransformToElement_Callback"; | 1426 Matrix getTransformToElement(SvgElement element) native "SVGEllipseElement_get
TransformToElement_Callback"; |
| 1427 | 1427 |
| 1428 @DomName('SVGEllipseElement.requiredExtensions') | 1428 @DomName('SVGEllipseElement.requiredExtensions') |
| 1429 @DocsEditable | 1429 @DocsEditable() |
| 1430 StringList get requiredExtensions native "SVGEllipseElement_requiredExtensions
_Getter"; | 1430 StringList get requiredExtensions native "SVGEllipseElement_requiredExtensions
_Getter"; |
| 1431 | 1431 |
| 1432 @DomName('SVGEllipseElement.requiredFeatures') | 1432 @DomName('SVGEllipseElement.requiredFeatures') |
| 1433 @DocsEditable | 1433 @DocsEditable() |
| 1434 StringList get requiredFeatures native "SVGEllipseElement_requiredFeatures_Get
ter"; | 1434 StringList get requiredFeatures native "SVGEllipseElement_requiredFeatures_Get
ter"; |
| 1435 | 1435 |
| 1436 @DomName('SVGEllipseElement.systemLanguage') | 1436 @DomName('SVGEllipseElement.systemLanguage') |
| 1437 @DocsEditable | 1437 @DocsEditable() |
| 1438 StringList get systemLanguage native "SVGEllipseElement_systemLanguage_Getter"
; | 1438 StringList get systemLanguage native "SVGEllipseElement_systemLanguage_Getter"
; |
| 1439 | 1439 |
| 1440 @DomName('SVGEllipseElement.hasExtension') | 1440 @DomName('SVGEllipseElement.hasExtension') |
| 1441 @DocsEditable | 1441 @DocsEditable() |
| 1442 bool hasExtension(String extension) native "SVGEllipseElement_hasExtension_Cal
lback"; | 1442 bool hasExtension(String extension) native "SVGEllipseElement_hasExtension_Cal
lback"; |
| 1443 | 1443 |
| 1444 @DomName('SVGEllipseElement.transform') | 1444 @DomName('SVGEllipseElement.transform') |
| 1445 @DocsEditable | 1445 @DocsEditable() |
| 1446 AnimatedTransformList get transform native "SVGEllipseElement_transform_Getter
"; | 1446 AnimatedTransformList get transform native "SVGEllipseElement_transform_Getter
"; |
| 1447 | 1447 |
| 1448 } | 1448 } |
| 1449 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1449 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1450 // for details. All rights reserved. Use of this source code is governed by a | 1450 // for details. All rights reserved. Use of this source code is governed by a |
| 1451 // BSD-style license that can be found in the LICENSE file. | 1451 // BSD-style license that can be found in the LICENSE file. |
| 1452 | 1452 |
| 1453 // WARNING: Do not edit - generated code. | 1453 // WARNING: Do not edit - generated code. |
| 1454 | 1454 |
| 1455 | 1455 |
| 1456 @DocsEditable | 1456 @DocsEditable() |
| 1457 @DomName('SVGExternalResourcesRequired') | 1457 @DomName('SVGExternalResourcesRequired') |
| 1458 @Unstable | 1458 @Unstable() |
| 1459 abstract class ExternalResourcesRequired extends NativeFieldWrapperClass1 { | 1459 abstract class ExternalResourcesRequired extends NativeFieldWrapperClass1 { |
| 1460 | 1460 |
| 1461 /// Checks if this type is supported on the current platform. | 1461 /// Checks if this type is supported on the current platform. |
| 1462 static bool supported(SvgElement element) => true; | 1462 static bool supported(SvgElement element) => true; |
| 1463 | 1463 |
| 1464 @DomName('SVGExternalResourcesRequired.externalResourcesRequired') | 1464 @DomName('SVGExternalResourcesRequired.externalResourcesRequired') |
| 1465 @DocsEditable | 1465 @DocsEditable() |
| 1466 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ
ired_externalResourcesRequired_Getter"; | 1466 AnimatedBoolean get externalResourcesRequired native "SVGExternalResourcesRequ
ired_externalResourcesRequired_Getter"; |
| 1467 | 1467 |
| 1468 } | 1468 } |
| 1469 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1469 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1470 // for details. All rights reserved. Use of this source code is governed by a | 1470 // for details. All rights reserved. Use of this source code is governed by a |
| 1471 // BSD-style license that can be found in the LICENSE file. | 1471 // BSD-style license that can be found in the LICENSE file. |
| 1472 | 1472 |
| 1473 // WARNING: Do not edit - generated code. | 1473 // WARNING: Do not edit - generated code. |
| 1474 | 1474 |
| 1475 | 1475 |
| 1476 @DocsEditable | 1476 @DocsEditable() |
| 1477 @DomName('SVGFEBlendElement') | 1477 @DomName('SVGFEBlendElement') |
| 1478 @SupportedBrowser(SupportedBrowser.CHROME) | 1478 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1479 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1479 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1480 @SupportedBrowser(SupportedBrowser.IE, '10') | 1480 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1481 @SupportedBrowser(SupportedBrowser.SAFARI) | 1481 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1482 @Unstable | 1482 @Unstable() |
| 1483 class FEBlendElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes { | 1483 class FEBlendElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes { |
| 1484 // To suppress missing implicit constructor warnings. | 1484 // To suppress missing implicit constructor warnings. |
| 1485 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); } | 1485 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); } |
| 1486 | 1486 |
| 1487 @DomName('SVGFEBlendElement.SVGFEBlendElement') | 1487 @DomName('SVGFEBlendElement.SVGFEBlendElement') |
| 1488 @DocsEditable | 1488 @DocsEditable() |
| 1489 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eBlend"); | 1489 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eBlend"); |
| 1490 | 1490 |
| 1491 /// Checks if this type is supported on the current platform. | 1491 /// Checks if this type is supported on the current platform. |
| 1492 static bool get supported => true; | 1492 static bool get supported => true; |
| 1493 | 1493 |
| 1494 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_DARKEN') | 1494 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_DARKEN') |
| 1495 @DocsEditable | 1495 @DocsEditable() |
| 1496 static const int SVG_FEBLEND_MODE_DARKEN = 4; | 1496 static const int SVG_FEBLEND_MODE_DARKEN = 4; |
| 1497 | 1497 |
| 1498 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_LIGHTEN') | 1498 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_LIGHTEN') |
| 1499 @DocsEditable | 1499 @DocsEditable() |
| 1500 static const int SVG_FEBLEND_MODE_LIGHTEN = 5; | 1500 static const int SVG_FEBLEND_MODE_LIGHTEN = 5; |
| 1501 | 1501 |
| 1502 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_MULTIPLY') | 1502 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_MULTIPLY') |
| 1503 @DocsEditable | 1503 @DocsEditable() |
| 1504 static const int SVG_FEBLEND_MODE_MULTIPLY = 2; | 1504 static const int SVG_FEBLEND_MODE_MULTIPLY = 2; |
| 1505 | 1505 |
| 1506 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_NORMAL') | 1506 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_NORMAL') |
| 1507 @DocsEditable | 1507 @DocsEditable() |
| 1508 static const int SVG_FEBLEND_MODE_NORMAL = 1; | 1508 static const int SVG_FEBLEND_MODE_NORMAL = 1; |
| 1509 | 1509 |
| 1510 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_SCREEN') | 1510 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_SCREEN') |
| 1511 @DocsEditable | 1511 @DocsEditable() |
| 1512 static const int SVG_FEBLEND_MODE_SCREEN = 3; | 1512 static const int SVG_FEBLEND_MODE_SCREEN = 3; |
| 1513 | 1513 |
| 1514 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN') | 1514 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN') |
| 1515 @DocsEditable | 1515 @DocsEditable() |
| 1516 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; | 1516 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; |
| 1517 | 1517 |
| 1518 @DomName('SVGFEBlendElement.in1') | 1518 @DomName('SVGFEBlendElement.in1') |
| 1519 @DocsEditable | 1519 @DocsEditable() |
| 1520 AnimatedString get in1 native "SVGFEBlendElement_in1_Getter"; | 1520 AnimatedString get in1 native "SVGFEBlendElement_in1_Getter"; |
| 1521 | 1521 |
| 1522 @DomName('SVGFEBlendElement.in2') | 1522 @DomName('SVGFEBlendElement.in2') |
| 1523 @DocsEditable | 1523 @DocsEditable() |
| 1524 AnimatedString get in2 native "SVGFEBlendElement_in2_Getter"; | 1524 AnimatedString get in2 native "SVGFEBlendElement_in2_Getter"; |
| 1525 | 1525 |
| 1526 @DomName('SVGFEBlendElement.mode') | 1526 @DomName('SVGFEBlendElement.mode') |
| 1527 @DocsEditable | 1527 @DocsEditable() |
| 1528 AnimatedEnumeration get mode native "SVGFEBlendElement_mode_Getter"; | 1528 AnimatedEnumeration get mode native "SVGFEBlendElement_mode_Getter"; |
| 1529 | 1529 |
| 1530 @DomName('SVGFEBlendElement.height') | 1530 @DomName('SVGFEBlendElement.height') |
| 1531 @DocsEditable | 1531 @DocsEditable() |
| 1532 AnimatedLength get height native "SVGFEBlendElement_height_Getter"; | 1532 AnimatedLength get height native "SVGFEBlendElement_height_Getter"; |
| 1533 | 1533 |
| 1534 @DomName('SVGFEBlendElement.result') | 1534 @DomName('SVGFEBlendElement.result') |
| 1535 @DocsEditable | 1535 @DocsEditable() |
| 1536 AnimatedString get result native "SVGFEBlendElement_result_Getter"; | 1536 AnimatedString get result native "SVGFEBlendElement_result_Getter"; |
| 1537 | 1537 |
| 1538 @DomName('SVGFEBlendElement.width') | 1538 @DomName('SVGFEBlendElement.width') |
| 1539 @DocsEditable | 1539 @DocsEditable() |
| 1540 AnimatedLength get width native "SVGFEBlendElement_width_Getter"; | 1540 AnimatedLength get width native "SVGFEBlendElement_width_Getter"; |
| 1541 | 1541 |
| 1542 @DomName('SVGFEBlendElement.x') | 1542 @DomName('SVGFEBlendElement.x') |
| 1543 @DocsEditable | 1543 @DocsEditable() |
| 1544 AnimatedLength get x native "SVGFEBlendElement_x_Getter"; | 1544 AnimatedLength get x native "SVGFEBlendElement_x_Getter"; |
| 1545 | 1545 |
| 1546 @DomName('SVGFEBlendElement.y') | 1546 @DomName('SVGFEBlendElement.y') |
| 1547 @DocsEditable | 1547 @DocsEditable() |
| 1548 AnimatedLength get y native "SVGFEBlendElement_y_Getter"; | 1548 AnimatedLength get y native "SVGFEBlendElement_y_Getter"; |
| 1549 | 1549 |
| 1550 } | 1550 } |
| 1551 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1551 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1552 // for details. All rights reserved. Use of this source code is governed by a | 1552 // for details. All rights reserved. Use of this source code is governed by a |
| 1553 // BSD-style license that can be found in the LICENSE file. | 1553 // BSD-style license that can be found in the LICENSE file. |
| 1554 | 1554 |
| 1555 // WARNING: Do not edit - generated code. | 1555 // WARNING: Do not edit - generated code. |
| 1556 | 1556 |
| 1557 | 1557 |
| 1558 @DocsEditable | 1558 @DocsEditable() |
| 1559 @DomName('SVGFEColorMatrixElement') | 1559 @DomName('SVGFEColorMatrixElement') |
| 1560 @SupportedBrowser(SupportedBrowser.CHROME) | 1560 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1561 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1561 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1562 @SupportedBrowser(SupportedBrowser.IE, '10') | 1562 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1563 @SupportedBrowser(SupportedBrowser.SAFARI) | 1563 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1564 @Unstable | 1564 @Unstable() |
| 1565 class FEColorMatrixElement extends StyledElement implements FilterPrimitiveStand
ardAttributes { | 1565 class FEColorMatrixElement extends StyledElement implements FilterPrimitiveStand
ardAttributes { |
| 1566 // To suppress missing implicit constructor warnings. | 1566 // To suppress missing implicit constructor warnings. |
| 1567 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported")
; } | 1567 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported")
; } |
| 1568 | 1568 |
| 1569 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') | 1569 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') |
| 1570 @DocsEditable | 1570 @DocsEditable() |
| 1571 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_
tag("feColorMatrix"); | 1571 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_
tag("feColorMatrix"); |
| 1572 | 1572 |
| 1573 /// Checks if this type is supported on the current platform. | 1573 /// Checks if this type is supported on the current platform. |
| 1574 static bool get supported => true; | 1574 static bool get supported => true; |
| 1575 | 1575 |
| 1576 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_HUEROTATE') | 1576 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_HUEROTATE') |
| 1577 @DocsEditable | 1577 @DocsEditable() |
| 1578 static const int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; | 1578 static const int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; |
| 1579 | 1579 |
| 1580 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA') | 1580 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA') |
| 1581 @DocsEditable | 1581 @DocsEditable() |
| 1582 static const int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; | 1582 static const int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; |
| 1583 | 1583 |
| 1584 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_MATRIX') | 1584 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_MATRIX') |
| 1585 @DocsEditable | 1585 @DocsEditable() |
| 1586 static const int SVG_FECOLORMATRIX_TYPE_MATRIX = 1; | 1586 static const int SVG_FECOLORMATRIX_TYPE_MATRIX = 1; |
| 1587 | 1587 |
| 1588 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE') | 1588 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE') |
| 1589 @DocsEditable | 1589 @DocsEditable() |
| 1590 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; | 1590 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; |
| 1591 | 1591 |
| 1592 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_UNKNOWN') | 1592 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_UNKNOWN') |
| 1593 @DocsEditable | 1593 @DocsEditable() |
| 1594 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; | 1594 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; |
| 1595 | 1595 |
| 1596 @DomName('SVGFEColorMatrixElement.in1') | 1596 @DomName('SVGFEColorMatrixElement.in1') |
| 1597 @DocsEditable | 1597 @DocsEditable() |
| 1598 AnimatedString get in1 native "SVGFEColorMatrixElement_in1_Getter"; | 1598 AnimatedString get in1 native "SVGFEColorMatrixElement_in1_Getter"; |
| 1599 | 1599 |
| 1600 @DomName('SVGFEColorMatrixElement.type') | 1600 @DomName('SVGFEColorMatrixElement.type') |
| 1601 @DocsEditable | 1601 @DocsEditable() |
| 1602 AnimatedEnumeration get type native "SVGFEColorMatrixElement_type_Getter"; | 1602 AnimatedEnumeration get type native "SVGFEColorMatrixElement_type_Getter"; |
| 1603 | 1603 |
| 1604 @DomName('SVGFEColorMatrixElement.values') | 1604 @DomName('SVGFEColorMatrixElement.values') |
| 1605 @DocsEditable | 1605 @DocsEditable() |
| 1606 AnimatedNumberList get values native "SVGFEColorMatrixElement_values_Getter"; | 1606 AnimatedNumberList get values native "SVGFEColorMatrixElement_values_Getter"; |
| 1607 | 1607 |
| 1608 @DomName('SVGFEColorMatrixElement.height') | 1608 @DomName('SVGFEColorMatrixElement.height') |
| 1609 @DocsEditable | 1609 @DocsEditable() |
| 1610 AnimatedLength get height native "SVGFEColorMatrixElement_height_Getter"; | 1610 AnimatedLength get height native "SVGFEColorMatrixElement_height_Getter"; |
| 1611 | 1611 |
| 1612 @DomName('SVGFEColorMatrixElement.result') | 1612 @DomName('SVGFEColorMatrixElement.result') |
| 1613 @DocsEditable | 1613 @DocsEditable() |
| 1614 AnimatedString get result native "SVGFEColorMatrixElement_result_Getter"; | 1614 AnimatedString get result native "SVGFEColorMatrixElement_result_Getter"; |
| 1615 | 1615 |
| 1616 @DomName('SVGFEColorMatrixElement.width') | 1616 @DomName('SVGFEColorMatrixElement.width') |
| 1617 @DocsEditable | 1617 @DocsEditable() |
| 1618 AnimatedLength get width native "SVGFEColorMatrixElement_width_Getter"; | 1618 AnimatedLength get width native "SVGFEColorMatrixElement_width_Getter"; |
| 1619 | 1619 |
| 1620 @DomName('SVGFEColorMatrixElement.x') | 1620 @DomName('SVGFEColorMatrixElement.x') |
| 1621 @DocsEditable | 1621 @DocsEditable() |
| 1622 AnimatedLength get x native "SVGFEColorMatrixElement_x_Getter"; | 1622 AnimatedLength get x native "SVGFEColorMatrixElement_x_Getter"; |
| 1623 | 1623 |
| 1624 @DomName('SVGFEColorMatrixElement.y') | 1624 @DomName('SVGFEColorMatrixElement.y') |
| 1625 @DocsEditable | 1625 @DocsEditable() |
| 1626 AnimatedLength get y native "SVGFEColorMatrixElement_y_Getter"; | 1626 AnimatedLength get y native "SVGFEColorMatrixElement_y_Getter"; |
| 1627 | 1627 |
| 1628 } | 1628 } |
| 1629 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1629 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1630 // for details. All rights reserved. Use of this source code is governed by a | 1630 // for details. All rights reserved. Use of this source code is governed by a |
| 1631 // BSD-style license that can be found in the LICENSE file. | 1631 // BSD-style license that can be found in the LICENSE file. |
| 1632 | 1632 |
| 1633 // WARNING: Do not edit - generated code. | 1633 // WARNING: Do not edit - generated code. |
| 1634 | 1634 |
| 1635 | 1635 |
| 1636 @DocsEditable | 1636 @DocsEditable() |
| 1637 @DomName('SVGFEComponentTransferElement') | 1637 @DomName('SVGFEComponentTransferElement') |
| 1638 @SupportedBrowser(SupportedBrowser.CHROME) | 1638 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1639 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1639 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1640 @SupportedBrowser(SupportedBrowser.IE, '10') | 1640 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1641 @SupportedBrowser(SupportedBrowser.SAFARI) | 1641 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1642 @Unstable | 1642 @Unstable() |
| 1643 class FEComponentTransferElement extends StyledElement implements FilterPrimitiv
eStandardAttributes { | 1643 class FEComponentTransferElement extends StyledElement implements FilterPrimitiv
eStandardAttributes { |
| 1644 // To suppress missing implicit constructor warnings. | 1644 // To suppress missing implicit constructor warnings. |
| 1645 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo
rted"); } | 1645 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo
rted"); } |
| 1646 | 1646 |
| 1647 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') | 1647 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') |
| 1648 @DocsEditable | 1648 @DocsEditable() |
| 1649 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl
ement_tag("feComponentTransfer"); | 1649 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl
ement_tag("feComponentTransfer"); |
| 1650 | 1650 |
| 1651 /// Checks if this type is supported on the current platform. | 1651 /// Checks if this type is supported on the current platform. |
| 1652 static bool get supported => true; | 1652 static bool get supported => true; |
| 1653 | 1653 |
| 1654 @DomName('SVGFEComponentTransferElement.in1') | 1654 @DomName('SVGFEComponentTransferElement.in1') |
| 1655 @DocsEditable | 1655 @DocsEditable() |
| 1656 AnimatedString get in1 native "SVGFEComponentTransferElement_in1_Getter"; | 1656 AnimatedString get in1 native "SVGFEComponentTransferElement_in1_Getter"; |
| 1657 | 1657 |
| 1658 @DomName('SVGFEComponentTransferElement.height') | 1658 @DomName('SVGFEComponentTransferElement.height') |
| 1659 @DocsEditable | 1659 @DocsEditable() |
| 1660 AnimatedLength get height native "SVGFEComponentTransferElement_height_Getter"
; | 1660 AnimatedLength get height native "SVGFEComponentTransferElement_height_Getter"
; |
| 1661 | 1661 |
| 1662 @DomName('SVGFEComponentTransferElement.result') | 1662 @DomName('SVGFEComponentTransferElement.result') |
| 1663 @DocsEditable | 1663 @DocsEditable() |
| 1664 AnimatedString get result native "SVGFEComponentTransferElement_result_Getter"
; | 1664 AnimatedString get result native "SVGFEComponentTransferElement_result_Getter"
; |
| 1665 | 1665 |
| 1666 @DomName('SVGFEComponentTransferElement.width') | 1666 @DomName('SVGFEComponentTransferElement.width') |
| 1667 @DocsEditable | 1667 @DocsEditable() |
| 1668 AnimatedLength get width native "SVGFEComponentTransferElement_width_Getter"; | 1668 AnimatedLength get width native "SVGFEComponentTransferElement_width_Getter"; |
| 1669 | 1669 |
| 1670 @DomName('SVGFEComponentTransferElement.x') | 1670 @DomName('SVGFEComponentTransferElement.x') |
| 1671 @DocsEditable | 1671 @DocsEditable() |
| 1672 AnimatedLength get x native "SVGFEComponentTransferElement_x_Getter"; | 1672 AnimatedLength get x native "SVGFEComponentTransferElement_x_Getter"; |
| 1673 | 1673 |
| 1674 @DomName('SVGFEComponentTransferElement.y') | 1674 @DomName('SVGFEComponentTransferElement.y') |
| 1675 @DocsEditable | 1675 @DocsEditable() |
| 1676 AnimatedLength get y native "SVGFEComponentTransferElement_y_Getter"; | 1676 AnimatedLength get y native "SVGFEComponentTransferElement_y_Getter"; |
| 1677 | 1677 |
| 1678 } | 1678 } |
| 1679 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1679 // 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 | 1680 // 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. | 1681 // BSD-style license that can be found in the LICENSE file. |
| 1682 | 1682 |
| 1683 // WARNING: Do not edit - generated code. | 1683 // WARNING: Do not edit - generated code. |
| 1684 | 1684 |
| 1685 | 1685 |
| 1686 @DocsEditable | 1686 @DocsEditable() |
| 1687 @DomName('SVGFECompositeElement') | 1687 @DomName('SVGFECompositeElement') |
| 1688 @Unstable | 1688 @Unstable() |
| 1689 class FECompositeElement extends StyledElement implements FilterPrimitiveStandar
dAttributes { | 1689 class FECompositeElement extends StyledElement implements FilterPrimitiveStandar
dAttributes { |
| 1690 // To suppress missing implicit constructor warnings. | 1690 // To suppress missing implicit constructor warnings. |
| 1691 factory FECompositeElement._() { throw new UnsupportedError("Not supported");
} | 1691 factory FECompositeElement._() { throw new UnsupportedError("Not supported");
} |
| 1692 | 1692 |
| 1693 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC') | 1693 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC') |
| 1694 @DocsEditable | 1694 @DocsEditable() |
| 1695 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; | 1695 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; |
| 1696 | 1696 |
| 1697 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP') | 1697 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP') |
| 1698 @DocsEditable | 1698 @DocsEditable() |
| 1699 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; | 1699 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; |
| 1700 | 1700 |
| 1701 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_IN') | 1701 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_IN') |
| 1702 @DocsEditable | 1702 @DocsEditable() |
| 1703 static const int SVG_FECOMPOSITE_OPERATOR_IN = 2; | 1703 static const int SVG_FECOMPOSITE_OPERATOR_IN = 2; |
| 1704 | 1704 |
| 1705 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_OUT') | 1705 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_OUT') |
| 1706 @DocsEditable | 1706 @DocsEditable() |
| 1707 static const int SVG_FECOMPOSITE_OPERATOR_OUT = 3; | 1707 static const int SVG_FECOMPOSITE_OPERATOR_OUT = 3; |
| 1708 | 1708 |
| 1709 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_OVER') | 1709 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_OVER') |
| 1710 @DocsEditable | 1710 @DocsEditable() |
| 1711 static const int SVG_FECOMPOSITE_OPERATOR_OVER = 1; | 1711 static const int SVG_FECOMPOSITE_OPERATOR_OVER = 1; |
| 1712 | 1712 |
| 1713 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN') | 1713 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN') |
| 1714 @DocsEditable | 1714 @DocsEditable() |
| 1715 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; | 1715 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; |
| 1716 | 1716 |
| 1717 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR') | 1717 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR') |
| 1718 @DocsEditable | 1718 @DocsEditable() |
| 1719 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; | 1719 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; |
| 1720 | 1720 |
| 1721 @DomName('SVGFECompositeElement.in1') | 1721 @DomName('SVGFECompositeElement.in1') |
| 1722 @DocsEditable | 1722 @DocsEditable() |
| 1723 AnimatedString get in1 native "SVGFECompositeElement_in1_Getter"; | 1723 AnimatedString get in1 native "SVGFECompositeElement_in1_Getter"; |
| 1724 | 1724 |
| 1725 @DomName('SVGFECompositeElement.in2') | 1725 @DomName('SVGFECompositeElement.in2') |
| 1726 @DocsEditable | 1726 @DocsEditable() |
| 1727 AnimatedString get in2 native "SVGFECompositeElement_in2_Getter"; | 1727 AnimatedString get in2 native "SVGFECompositeElement_in2_Getter"; |
| 1728 | 1728 |
| 1729 @DomName('SVGFECompositeElement.k1') | 1729 @DomName('SVGFECompositeElement.k1') |
| 1730 @DocsEditable | 1730 @DocsEditable() |
| 1731 AnimatedNumber get k1 native "SVGFECompositeElement_k1_Getter"; | 1731 AnimatedNumber get k1 native "SVGFECompositeElement_k1_Getter"; |
| 1732 | 1732 |
| 1733 @DomName('SVGFECompositeElement.k2') | 1733 @DomName('SVGFECompositeElement.k2') |
| 1734 @DocsEditable | 1734 @DocsEditable() |
| 1735 AnimatedNumber get k2 native "SVGFECompositeElement_k2_Getter"; | 1735 AnimatedNumber get k2 native "SVGFECompositeElement_k2_Getter"; |
| 1736 | 1736 |
| 1737 @DomName('SVGFECompositeElement.k3') | 1737 @DomName('SVGFECompositeElement.k3') |
| 1738 @DocsEditable | 1738 @DocsEditable() |
| 1739 AnimatedNumber get k3 native "SVGFECompositeElement_k3_Getter"; | 1739 AnimatedNumber get k3 native "SVGFECompositeElement_k3_Getter"; |
| 1740 | 1740 |
| 1741 @DomName('SVGFECompositeElement.k4') | 1741 @DomName('SVGFECompositeElement.k4') |
| 1742 @DocsEditable | 1742 @DocsEditable() |
| 1743 AnimatedNumber get k4 native "SVGFECompositeElement_k4_Getter"; | 1743 AnimatedNumber get k4 native "SVGFECompositeElement_k4_Getter"; |
| 1744 | 1744 |
| 1745 @DomName('SVGFECompositeElement.operator') | 1745 @DomName('SVGFECompositeElement.operator') |
| 1746 @DocsEditable | 1746 @DocsEditable() |
| 1747 AnimatedEnumeration get operator native "SVGFECompositeElement_operator_Getter
"; | 1747 AnimatedEnumeration get operator native "SVGFECompositeElement_operator_Getter
"; |
| 1748 | 1748 |
| 1749 @DomName('SVGFECompositeElement.height') | 1749 @DomName('SVGFECompositeElement.height') |
| 1750 @DocsEditable | 1750 @DocsEditable() |
| 1751 AnimatedLength get height native "SVGFECompositeElement_height_Getter"; | 1751 AnimatedLength get height native "SVGFECompositeElement_height_Getter"; |
| 1752 | 1752 |
| 1753 @DomName('SVGFECompositeElement.result') | 1753 @DomName('SVGFECompositeElement.result') |
| 1754 @DocsEditable | 1754 @DocsEditable() |
| 1755 AnimatedString get result native "SVGFECompositeElement_result_Getter"; | 1755 AnimatedString get result native "SVGFECompositeElement_result_Getter"; |
| 1756 | 1756 |
| 1757 @DomName('SVGFECompositeElement.width') | 1757 @DomName('SVGFECompositeElement.width') |
| 1758 @DocsEditable | 1758 @DocsEditable() |
| 1759 AnimatedLength get width native "SVGFECompositeElement_width_Getter"; | 1759 AnimatedLength get width native "SVGFECompositeElement_width_Getter"; |
| 1760 | 1760 |
| 1761 @DomName('SVGFECompositeElement.x') | 1761 @DomName('SVGFECompositeElement.x') |
| 1762 @DocsEditable | 1762 @DocsEditable() |
| 1763 AnimatedLength get x native "SVGFECompositeElement_x_Getter"; | 1763 AnimatedLength get x native "SVGFECompositeElement_x_Getter"; |
| 1764 | 1764 |
| 1765 @DomName('SVGFECompositeElement.y') | 1765 @DomName('SVGFECompositeElement.y') |
| 1766 @DocsEditable | 1766 @DocsEditable() |
| 1767 AnimatedLength get y native "SVGFECompositeElement_y_Getter"; | 1767 AnimatedLength get y native "SVGFECompositeElement_y_Getter"; |
| 1768 | 1768 |
| 1769 } | 1769 } |
| 1770 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1770 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1771 // for details. All rights reserved. Use of this source code is governed by a | 1771 // for details. All rights reserved. Use of this source code is governed by a |
| 1772 // BSD-style license that can be found in the LICENSE file. | 1772 // BSD-style license that can be found in the LICENSE file. |
| 1773 | 1773 |
| 1774 // WARNING: Do not edit - generated code. | 1774 // WARNING: Do not edit - generated code. |
| 1775 | 1775 |
| 1776 | 1776 |
| 1777 @DocsEditable | 1777 @DocsEditable() |
| 1778 @DomName('SVGFEConvolveMatrixElement') | 1778 @DomName('SVGFEConvolveMatrixElement') |
| 1779 @SupportedBrowser(SupportedBrowser.CHROME) | 1779 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1780 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1780 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1781 @SupportedBrowser(SupportedBrowser.IE, '10') | 1781 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1782 @SupportedBrowser(SupportedBrowser.SAFARI) | 1782 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1783 @Unstable | 1783 @Unstable() |
| 1784 class FEConvolveMatrixElement extends StyledElement implements FilterPrimitiveSt
andardAttributes { | 1784 class FEConvolveMatrixElement extends StyledElement implements FilterPrimitiveSt
andardAttributes { |
| 1785 // To suppress missing implicit constructor warnings. | 1785 // To suppress missing implicit constructor warnings. |
| 1786 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte
d"); } | 1786 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 1787 | 1787 |
| 1788 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') | 1788 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') |
| 1789 @DocsEditable | 1789 @DocsEditable() |
| 1790 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("feConvolveMatrix"); | 1790 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("feConvolveMatrix"); |
| 1791 | 1791 |
| 1792 /// Checks if this type is supported on the current platform. | 1792 /// Checks if this type is supported on the current platform. |
| 1793 static bool get supported => true; | 1793 static bool get supported => true; |
| 1794 | 1794 |
| 1795 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_DUPLICATE') | 1795 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_DUPLICATE') |
| 1796 @DocsEditable | 1796 @DocsEditable() |
| 1797 static const int SVG_EDGEMODE_DUPLICATE = 1; | 1797 static const int SVG_EDGEMODE_DUPLICATE = 1; |
| 1798 | 1798 |
| 1799 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_NONE') | 1799 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_NONE') |
| 1800 @DocsEditable | 1800 @DocsEditable() |
| 1801 static const int SVG_EDGEMODE_NONE = 3; | 1801 static const int SVG_EDGEMODE_NONE = 3; |
| 1802 | 1802 |
| 1803 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN') | 1803 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN') |
| 1804 @DocsEditable | 1804 @DocsEditable() |
| 1805 static const int SVG_EDGEMODE_UNKNOWN = 0; | 1805 static const int SVG_EDGEMODE_UNKNOWN = 0; |
| 1806 | 1806 |
| 1807 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP') | 1807 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP') |
| 1808 @DocsEditable | 1808 @DocsEditable() |
| 1809 static const int SVG_EDGEMODE_WRAP = 2; | 1809 static const int SVG_EDGEMODE_WRAP = 2; |
| 1810 | 1810 |
| 1811 @DomName('SVGFEConvolveMatrixElement.bias') | 1811 @DomName('SVGFEConvolveMatrixElement.bias') |
| 1812 @DocsEditable | 1812 @DocsEditable() |
| 1813 AnimatedNumber get bias native "SVGFEConvolveMatrixElement_bias_Getter"; | 1813 AnimatedNumber get bias native "SVGFEConvolveMatrixElement_bias_Getter"; |
| 1814 | 1814 |
| 1815 @DomName('SVGFEConvolveMatrixElement.divisor') | 1815 @DomName('SVGFEConvolveMatrixElement.divisor') |
| 1816 @DocsEditable | 1816 @DocsEditable() |
| 1817 AnimatedNumber get divisor native "SVGFEConvolveMatrixElement_divisor_Getter"; | 1817 AnimatedNumber get divisor native "SVGFEConvolveMatrixElement_divisor_Getter"; |
| 1818 | 1818 |
| 1819 @DomName('SVGFEConvolveMatrixElement.edgeMode') | 1819 @DomName('SVGFEConvolveMatrixElement.edgeMode') |
| 1820 @DocsEditable | 1820 @DocsEditable() |
| 1821 AnimatedEnumeration get edgeMode native "SVGFEConvolveMatrixElement_edgeMode_G
etter"; | 1821 AnimatedEnumeration get edgeMode native "SVGFEConvolveMatrixElement_edgeMode_G
etter"; |
| 1822 | 1822 |
| 1823 @DomName('SVGFEConvolveMatrixElement.in1') | 1823 @DomName('SVGFEConvolveMatrixElement.in1') |
| 1824 @DocsEditable | 1824 @DocsEditable() |
| 1825 AnimatedString get in1 native "SVGFEConvolveMatrixElement_in1_Getter"; | 1825 AnimatedString get in1 native "SVGFEConvolveMatrixElement_in1_Getter"; |
| 1826 | 1826 |
| 1827 @DomName('SVGFEConvolveMatrixElement.kernelMatrix') | 1827 @DomName('SVGFEConvolveMatrixElement.kernelMatrix') |
| 1828 @DocsEditable | 1828 @DocsEditable() |
| 1829 AnimatedNumberList get kernelMatrix native "SVGFEConvolveMatrixElement_kernelM
atrix_Getter"; | 1829 AnimatedNumberList get kernelMatrix native "SVGFEConvolveMatrixElement_kernelM
atrix_Getter"; |
| 1830 | 1830 |
| 1831 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') | 1831 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') |
| 1832 @DocsEditable | 1832 @DocsEditable() |
| 1833 AnimatedNumber get kernelUnitLengthX native "SVGFEConvolveMatrixElement_kernel
UnitLengthX_Getter"; | 1833 AnimatedNumber get kernelUnitLengthX native "SVGFEConvolveMatrixElement_kernel
UnitLengthX_Getter"; |
| 1834 | 1834 |
| 1835 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') | 1835 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') |
| 1836 @DocsEditable | 1836 @DocsEditable() |
| 1837 AnimatedNumber get kernelUnitLengthY native "SVGFEConvolveMatrixElement_kernel
UnitLengthY_Getter"; | 1837 AnimatedNumber get kernelUnitLengthY native "SVGFEConvolveMatrixElement_kernel
UnitLengthY_Getter"; |
| 1838 | 1838 |
| 1839 @DomName('SVGFEConvolveMatrixElement.orderX') | 1839 @DomName('SVGFEConvolveMatrixElement.orderX') |
| 1840 @DocsEditable | 1840 @DocsEditable() |
| 1841 AnimatedInteger get orderX native "SVGFEConvolveMatrixElement_orderX_Getter"; | 1841 AnimatedInteger get orderX native "SVGFEConvolveMatrixElement_orderX_Getter"; |
| 1842 | 1842 |
| 1843 @DomName('SVGFEConvolveMatrixElement.orderY') | 1843 @DomName('SVGFEConvolveMatrixElement.orderY') |
| 1844 @DocsEditable | 1844 @DocsEditable() |
| 1845 AnimatedInteger get orderY native "SVGFEConvolveMatrixElement_orderY_Getter"; | 1845 AnimatedInteger get orderY native "SVGFEConvolveMatrixElement_orderY_Getter"; |
| 1846 | 1846 |
| 1847 @DomName('SVGFEConvolveMatrixElement.preserveAlpha') | 1847 @DomName('SVGFEConvolveMatrixElement.preserveAlpha') |
| 1848 @DocsEditable | 1848 @DocsEditable() |
| 1849 AnimatedBoolean get preserveAlpha native "SVGFEConvolveMatrixElement_preserveA
lpha_Getter"; | 1849 AnimatedBoolean get preserveAlpha native "SVGFEConvolveMatrixElement_preserveA
lpha_Getter"; |
| 1850 | 1850 |
| 1851 @DomName('SVGFEConvolveMatrixElement.targetX') | 1851 @DomName('SVGFEConvolveMatrixElement.targetX') |
| 1852 @DocsEditable | 1852 @DocsEditable() |
| 1853 AnimatedInteger get targetX native "SVGFEConvolveMatrixElement_targetX_Getter"
; | 1853 AnimatedInteger get targetX native "SVGFEConvolveMatrixElement_targetX_Getter"
; |
| 1854 | 1854 |
| 1855 @DomName('SVGFEConvolveMatrixElement.targetY') | 1855 @DomName('SVGFEConvolveMatrixElement.targetY') |
| 1856 @DocsEditable | 1856 @DocsEditable() |
| 1857 AnimatedInteger get targetY native "SVGFEConvolveMatrixElement_targetY_Getter"
; | 1857 AnimatedInteger get targetY native "SVGFEConvolveMatrixElement_targetY_Getter"
; |
| 1858 | 1858 |
| 1859 @DomName('SVGFEConvolveMatrixElement.height') | 1859 @DomName('SVGFEConvolveMatrixElement.height') |
| 1860 @DocsEditable | 1860 @DocsEditable() |
| 1861 AnimatedLength get height native "SVGFEConvolveMatrixElement_height_Getter"; | 1861 AnimatedLength get height native "SVGFEConvolveMatrixElement_height_Getter"; |
| 1862 | 1862 |
| 1863 @DomName('SVGFEConvolveMatrixElement.result') | 1863 @DomName('SVGFEConvolveMatrixElement.result') |
| 1864 @DocsEditable | 1864 @DocsEditable() |
| 1865 AnimatedString get result native "SVGFEConvolveMatrixElement_result_Getter"; | 1865 AnimatedString get result native "SVGFEConvolveMatrixElement_result_Getter"; |
| 1866 | 1866 |
| 1867 @DomName('SVGFEConvolveMatrixElement.width') | 1867 @DomName('SVGFEConvolveMatrixElement.width') |
| 1868 @DocsEditable | 1868 @DocsEditable() |
| 1869 AnimatedLength get width native "SVGFEConvolveMatrixElement_width_Getter"; | 1869 AnimatedLength get width native "SVGFEConvolveMatrixElement_width_Getter"; |
| 1870 | 1870 |
| 1871 @DomName('SVGFEConvolveMatrixElement.x') | 1871 @DomName('SVGFEConvolveMatrixElement.x') |
| 1872 @DocsEditable | 1872 @DocsEditable() |
| 1873 AnimatedLength get x native "SVGFEConvolveMatrixElement_x_Getter"; | 1873 AnimatedLength get x native "SVGFEConvolveMatrixElement_x_Getter"; |
| 1874 | 1874 |
| 1875 @DomName('SVGFEConvolveMatrixElement.y') | 1875 @DomName('SVGFEConvolveMatrixElement.y') |
| 1876 @DocsEditable | 1876 @DocsEditable() |
| 1877 AnimatedLength get y native "SVGFEConvolveMatrixElement_y_Getter"; | 1877 AnimatedLength get y native "SVGFEConvolveMatrixElement_y_Getter"; |
| 1878 | 1878 |
| 1879 } | 1879 } |
| 1880 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1880 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1881 // for details. All rights reserved. Use of this source code is governed by a | 1881 // for details. All rights reserved. Use of this source code is governed by a |
| 1882 // BSD-style license that can be found in the LICENSE file. | 1882 // BSD-style license that can be found in the LICENSE file. |
| 1883 | 1883 |
| 1884 // WARNING: Do not edit - generated code. | 1884 // WARNING: Do not edit - generated code. |
| 1885 | 1885 |
| 1886 | 1886 |
| 1887 @DocsEditable | 1887 @DocsEditable() |
| 1888 @DomName('SVGFEDiffuseLightingElement') | 1888 @DomName('SVGFEDiffuseLightingElement') |
| 1889 @SupportedBrowser(SupportedBrowser.CHROME) | 1889 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1890 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1890 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1891 @SupportedBrowser(SupportedBrowser.IE, '10') | 1891 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1892 @SupportedBrowser(SupportedBrowser.SAFARI) | 1892 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1893 @Unstable | 1893 @Unstable() |
| 1894 class FEDiffuseLightingElement extends StyledElement implements FilterPrimitiveS
tandardAttributes { | 1894 class FEDiffuseLightingElement extends StyledElement implements FilterPrimitiveS
tandardAttributes { |
| 1895 // To suppress missing implicit constructor warnings. | 1895 // To suppress missing implicit constructor warnings. |
| 1896 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support
ed"); } | 1896 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support
ed"); } |
| 1897 | 1897 |
| 1898 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') | 1898 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') |
| 1899 @DocsEditable | 1899 @DocsEditable() |
| 1900 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDiffuseLighting"); | 1900 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDiffuseLighting"); |
| 1901 | 1901 |
| 1902 /// Checks if this type is supported on the current platform. | 1902 /// Checks if this type is supported on the current platform. |
| 1903 static bool get supported => true; | 1903 static bool get supported => true; |
| 1904 | 1904 |
| 1905 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') | 1905 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') |
| 1906 @DocsEditable | 1906 @DocsEditable() |
| 1907 AnimatedNumber get diffuseConstant native "SVGFEDiffuseLightingElement_diffuse
Constant_Getter"; | 1907 AnimatedNumber get diffuseConstant native "SVGFEDiffuseLightingElement_diffuse
Constant_Getter"; |
| 1908 | 1908 |
| 1909 @DomName('SVGFEDiffuseLightingElement.in1') | 1909 @DomName('SVGFEDiffuseLightingElement.in1') |
| 1910 @DocsEditable | 1910 @DocsEditable() |
| 1911 AnimatedString get in1 native "SVGFEDiffuseLightingElement_in1_Getter"; | 1911 AnimatedString get in1 native "SVGFEDiffuseLightingElement_in1_Getter"; |
| 1912 | 1912 |
| 1913 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') | 1913 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') |
| 1914 @DocsEditable | 1914 @DocsEditable() |
| 1915 AnimatedNumber get kernelUnitLengthX native "SVGFEDiffuseLightingElement_kerne
lUnitLengthX_Getter"; | 1915 AnimatedNumber get kernelUnitLengthX native "SVGFEDiffuseLightingElement_kerne
lUnitLengthX_Getter"; |
| 1916 | 1916 |
| 1917 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') | 1917 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') |
| 1918 @DocsEditable | 1918 @DocsEditable() |
| 1919 AnimatedNumber get kernelUnitLengthY native "SVGFEDiffuseLightingElement_kerne
lUnitLengthY_Getter"; | 1919 AnimatedNumber get kernelUnitLengthY native "SVGFEDiffuseLightingElement_kerne
lUnitLengthY_Getter"; |
| 1920 | 1920 |
| 1921 @DomName('SVGFEDiffuseLightingElement.surfaceScale') | 1921 @DomName('SVGFEDiffuseLightingElement.surfaceScale') |
| 1922 @DocsEditable | 1922 @DocsEditable() |
| 1923 AnimatedNumber get surfaceScale native "SVGFEDiffuseLightingElement_surfaceSca
le_Getter"; | 1923 AnimatedNumber get surfaceScale native "SVGFEDiffuseLightingElement_surfaceSca
le_Getter"; |
| 1924 | 1924 |
| 1925 @DomName('SVGFEDiffuseLightingElement.height') | 1925 @DomName('SVGFEDiffuseLightingElement.height') |
| 1926 @DocsEditable | 1926 @DocsEditable() |
| 1927 AnimatedLength get height native "SVGFEDiffuseLightingElement_height_Getter"; | 1927 AnimatedLength get height native "SVGFEDiffuseLightingElement_height_Getter"; |
| 1928 | 1928 |
| 1929 @DomName('SVGFEDiffuseLightingElement.result') | 1929 @DomName('SVGFEDiffuseLightingElement.result') |
| 1930 @DocsEditable | 1930 @DocsEditable() |
| 1931 AnimatedString get result native "SVGFEDiffuseLightingElement_result_Getter"; | 1931 AnimatedString get result native "SVGFEDiffuseLightingElement_result_Getter"; |
| 1932 | 1932 |
| 1933 @DomName('SVGFEDiffuseLightingElement.width') | 1933 @DomName('SVGFEDiffuseLightingElement.width') |
| 1934 @DocsEditable | 1934 @DocsEditable() |
| 1935 AnimatedLength get width native "SVGFEDiffuseLightingElement_width_Getter"; | 1935 AnimatedLength get width native "SVGFEDiffuseLightingElement_width_Getter"; |
| 1936 | 1936 |
| 1937 @DomName('SVGFEDiffuseLightingElement.x') | 1937 @DomName('SVGFEDiffuseLightingElement.x') |
| 1938 @DocsEditable | 1938 @DocsEditable() |
| 1939 AnimatedLength get x native "SVGFEDiffuseLightingElement_x_Getter"; | 1939 AnimatedLength get x native "SVGFEDiffuseLightingElement_x_Getter"; |
| 1940 | 1940 |
| 1941 @DomName('SVGFEDiffuseLightingElement.y') | 1941 @DomName('SVGFEDiffuseLightingElement.y') |
| 1942 @DocsEditable | 1942 @DocsEditable() |
| 1943 AnimatedLength get y native "SVGFEDiffuseLightingElement_y_Getter"; | 1943 AnimatedLength get y native "SVGFEDiffuseLightingElement_y_Getter"; |
| 1944 | 1944 |
| 1945 } | 1945 } |
| 1946 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1946 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1947 // for details. All rights reserved. Use of this source code is governed by a | 1947 // for details. All rights reserved. Use of this source code is governed by a |
| 1948 // BSD-style license that can be found in the LICENSE file. | 1948 // BSD-style license that can be found in the LICENSE file. |
| 1949 | 1949 |
| 1950 // WARNING: Do not edit - generated code. | 1950 // WARNING: Do not edit - generated code. |
| 1951 | 1951 |
| 1952 | 1952 |
| 1953 @DocsEditable | 1953 @DocsEditable() |
| 1954 @DomName('SVGFEDisplacementMapElement') | 1954 @DomName('SVGFEDisplacementMapElement') |
| 1955 @SupportedBrowser(SupportedBrowser.CHROME) | 1955 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1956 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1956 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1957 @SupportedBrowser(SupportedBrowser.IE, '10') | 1957 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1958 @SupportedBrowser(SupportedBrowser.SAFARI) | 1958 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1959 @Unstable | 1959 @Unstable() |
| 1960 class FEDisplacementMapElement extends StyledElement implements FilterPrimitiveS
tandardAttributes { | 1960 class FEDisplacementMapElement extends StyledElement implements FilterPrimitiveS
tandardAttributes { |
| 1961 // To suppress missing implicit constructor warnings. | 1961 // To suppress missing implicit constructor warnings. |
| 1962 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support
ed"); } | 1962 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support
ed"); } |
| 1963 | 1963 |
| 1964 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') | 1964 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') |
| 1965 @DocsEditable | 1965 @DocsEditable() |
| 1966 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDisplacementMap"); | 1966 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDisplacementMap"); |
| 1967 | 1967 |
| 1968 /// Checks if this type is supported on the current platform. | 1968 /// Checks if this type is supported on the current platform. |
| 1969 static bool get supported => true; | 1969 static bool get supported => true; |
| 1970 | 1970 |
| 1971 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_A') | 1971 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_A') |
| 1972 @DocsEditable | 1972 @DocsEditable() |
| 1973 static const int SVG_CHANNEL_A = 4; | 1973 static const int SVG_CHANNEL_A = 4; |
| 1974 | 1974 |
| 1975 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_B') | 1975 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_B') |
| 1976 @DocsEditable | 1976 @DocsEditable() |
| 1977 static const int SVG_CHANNEL_B = 3; | 1977 static const int SVG_CHANNEL_B = 3; |
| 1978 | 1978 |
| 1979 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_G') | 1979 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_G') |
| 1980 @DocsEditable | 1980 @DocsEditable() |
| 1981 static const int SVG_CHANNEL_G = 2; | 1981 static const int SVG_CHANNEL_G = 2; |
| 1982 | 1982 |
| 1983 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_R') | 1983 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_R') |
| 1984 @DocsEditable | 1984 @DocsEditable() |
| 1985 static const int SVG_CHANNEL_R = 1; | 1985 static const int SVG_CHANNEL_R = 1; |
| 1986 | 1986 |
| 1987 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_UNKNOWN') | 1987 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_UNKNOWN') |
| 1988 @DocsEditable | 1988 @DocsEditable() |
| 1989 static const int SVG_CHANNEL_UNKNOWN = 0; | 1989 static const int SVG_CHANNEL_UNKNOWN = 0; |
| 1990 | 1990 |
| 1991 @DomName('SVGFEDisplacementMapElement.in1') | 1991 @DomName('SVGFEDisplacementMapElement.in1') |
| 1992 @DocsEditable | 1992 @DocsEditable() |
| 1993 AnimatedString get in1 native "SVGFEDisplacementMapElement_in1_Getter"; | 1993 AnimatedString get in1 native "SVGFEDisplacementMapElement_in1_Getter"; |
| 1994 | 1994 |
| 1995 @DomName('SVGFEDisplacementMapElement.in2') | 1995 @DomName('SVGFEDisplacementMapElement.in2') |
| 1996 @DocsEditable | 1996 @DocsEditable() |
| 1997 AnimatedString get in2 native "SVGFEDisplacementMapElement_in2_Getter"; | 1997 AnimatedString get in2 native "SVGFEDisplacementMapElement_in2_Getter"; |
| 1998 | 1998 |
| 1999 @DomName('SVGFEDisplacementMapElement.scale') | 1999 @DomName('SVGFEDisplacementMapElement.scale') |
| 2000 @DocsEditable | 2000 @DocsEditable() |
| 2001 AnimatedNumber get scale native "SVGFEDisplacementMapElement_scale_Getter"; | 2001 AnimatedNumber get scale native "SVGFEDisplacementMapElement_scale_Getter"; |
| 2002 | 2002 |
| 2003 @DomName('SVGFEDisplacementMapElement.xChannelSelector') | 2003 @DomName('SVGFEDisplacementMapElement.xChannelSelector') |
| 2004 @DocsEditable | 2004 @DocsEditable() |
| 2005 AnimatedEnumeration get xChannelSelector native "SVGFEDisplacementMapElement_x
ChannelSelector_Getter"; | 2005 AnimatedEnumeration get xChannelSelector native "SVGFEDisplacementMapElement_x
ChannelSelector_Getter"; |
| 2006 | 2006 |
| 2007 @DomName('SVGFEDisplacementMapElement.yChannelSelector') | 2007 @DomName('SVGFEDisplacementMapElement.yChannelSelector') |
| 2008 @DocsEditable | 2008 @DocsEditable() |
| 2009 AnimatedEnumeration get yChannelSelector native "SVGFEDisplacementMapElement_y
ChannelSelector_Getter"; | 2009 AnimatedEnumeration get yChannelSelector native "SVGFEDisplacementMapElement_y
ChannelSelector_Getter"; |
| 2010 | 2010 |
| 2011 @DomName('SVGFEDisplacementMapElement.height') | 2011 @DomName('SVGFEDisplacementMapElement.height') |
| 2012 @DocsEditable | 2012 @DocsEditable() |
| 2013 AnimatedLength get height native "SVGFEDisplacementMapElement_height_Getter"; | 2013 AnimatedLength get height native "SVGFEDisplacementMapElement_height_Getter"; |
| 2014 | 2014 |
| 2015 @DomName('SVGFEDisplacementMapElement.result') | 2015 @DomName('SVGFEDisplacementMapElement.result') |
| 2016 @DocsEditable | 2016 @DocsEditable() |
| 2017 AnimatedString get result native "SVGFEDisplacementMapElement_result_Getter"; | 2017 AnimatedString get result native "SVGFEDisplacementMapElement_result_Getter"; |
| 2018 | 2018 |
| 2019 @DomName('SVGFEDisplacementMapElement.width') | 2019 @DomName('SVGFEDisplacementMapElement.width') |
| 2020 @DocsEditable | 2020 @DocsEditable() |
| 2021 AnimatedLength get width native "SVGFEDisplacementMapElement_width_Getter"; | 2021 AnimatedLength get width native "SVGFEDisplacementMapElement_width_Getter"; |
| 2022 | 2022 |
| 2023 @DomName('SVGFEDisplacementMapElement.x') | 2023 @DomName('SVGFEDisplacementMapElement.x') |
| 2024 @DocsEditable | 2024 @DocsEditable() |
| 2025 AnimatedLength get x native "SVGFEDisplacementMapElement_x_Getter"; | 2025 AnimatedLength get x native "SVGFEDisplacementMapElement_x_Getter"; |
| 2026 | 2026 |
| 2027 @DomName('SVGFEDisplacementMapElement.y') | 2027 @DomName('SVGFEDisplacementMapElement.y') |
| 2028 @DocsEditable | 2028 @DocsEditable() |
| 2029 AnimatedLength get y native "SVGFEDisplacementMapElement_y_Getter"; | 2029 AnimatedLength get y native "SVGFEDisplacementMapElement_y_Getter"; |
| 2030 | 2030 |
| 2031 } | 2031 } |
| 2032 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2032 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2033 // for details. All rights reserved. Use of this source code is governed by a | 2033 // for details. All rights reserved. Use of this source code is governed by a |
| 2034 // BSD-style license that can be found in the LICENSE file. | 2034 // BSD-style license that can be found in the LICENSE file. |
| 2035 | 2035 |
| 2036 // WARNING: Do not edit - generated code. | 2036 // WARNING: Do not edit - generated code. |
| 2037 | 2037 |
| 2038 | 2038 |
| 2039 @DocsEditable | 2039 @DocsEditable() |
| 2040 @DomName('SVGFEDistantLightElement') | 2040 @DomName('SVGFEDistantLightElement') |
| 2041 @SupportedBrowser(SupportedBrowser.CHROME) | 2041 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2042 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2042 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2043 @SupportedBrowser(SupportedBrowser.IE, '10') | 2043 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2044 @SupportedBrowser(SupportedBrowser.SAFARI) | 2044 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2045 @Unstable | 2045 @Unstable() |
| 2046 class FEDistantLightElement extends SvgElement { | 2046 class FEDistantLightElement extends SvgElement { |
| 2047 // To suppress missing implicit constructor warnings. | 2047 // To suppress missing implicit constructor warnings. |
| 2048 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported"
); } | 2048 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported"
); } |
| 2049 | 2049 |
| 2050 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') | 2050 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') |
| 2051 @DocsEditable | 2051 @DocsEditable() |
| 2052 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feDistantLight"); | 2052 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feDistantLight"); |
| 2053 | 2053 |
| 2054 /// Checks if this type is supported on the current platform. | 2054 /// Checks if this type is supported on the current platform. |
| 2055 static bool get supported => true; | 2055 static bool get supported => true; |
| 2056 | 2056 |
| 2057 @DomName('SVGFEDistantLightElement.azimuth') | 2057 @DomName('SVGFEDistantLightElement.azimuth') |
| 2058 @DocsEditable | 2058 @DocsEditable() |
| 2059 AnimatedNumber get azimuth native "SVGFEDistantLightElement_azimuth_Getter"; | 2059 AnimatedNumber get azimuth native "SVGFEDistantLightElement_azimuth_Getter"; |
| 2060 | 2060 |
| 2061 @DomName('SVGFEDistantLightElement.elevation') | 2061 @DomName('SVGFEDistantLightElement.elevation') |
| 2062 @DocsEditable | 2062 @DocsEditable() |
| 2063 AnimatedNumber get elevation native "SVGFEDistantLightElement_elevation_Getter
"; | 2063 AnimatedNumber get elevation native "SVGFEDistantLightElement_elevation_Getter
"; |
| 2064 | 2064 |
| 2065 } | 2065 } |
| 2066 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2066 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2067 // for details. All rights reserved. Use of this source code is governed by a | 2067 // for details. All rights reserved. Use of this source code is governed by a |
| 2068 // BSD-style license that can be found in the LICENSE file. | 2068 // BSD-style license that can be found in the LICENSE file. |
| 2069 | 2069 |
| 2070 // WARNING: Do not edit - generated code. | 2070 // WARNING: Do not edit - generated code. |
| 2071 | 2071 |
| 2072 | 2072 |
| 2073 @DocsEditable | 2073 @DocsEditable() |
| 2074 @DomName('SVGFEFloodElement') | 2074 @DomName('SVGFEFloodElement') |
| 2075 @SupportedBrowser(SupportedBrowser.CHROME) | 2075 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2076 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2076 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2077 @SupportedBrowser(SupportedBrowser.IE, '10') | 2077 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2078 @SupportedBrowser(SupportedBrowser.SAFARI) | 2078 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2079 @Unstable | 2079 @Unstable() |
| 2080 class FEFloodElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes { | 2080 class FEFloodElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes { |
| 2081 // To suppress missing implicit constructor warnings. | 2081 // To suppress missing implicit constructor warnings. |
| 2082 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); } | 2082 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); } |
| 2083 | 2083 |
| 2084 @DomName('SVGFEFloodElement.SVGFEFloodElement') | 2084 @DomName('SVGFEFloodElement.SVGFEFloodElement') |
| 2085 @DocsEditable | 2085 @DocsEditable() |
| 2086 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFlood"); | 2086 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFlood"); |
| 2087 | 2087 |
| 2088 /// Checks if this type is supported on the current platform. | 2088 /// Checks if this type is supported on the current platform. |
| 2089 static bool get supported => true; | 2089 static bool get supported => true; |
| 2090 | 2090 |
| 2091 @DomName('SVGFEFloodElement.height') | 2091 @DomName('SVGFEFloodElement.height') |
| 2092 @DocsEditable | 2092 @DocsEditable() |
| 2093 AnimatedLength get height native "SVGFEFloodElement_height_Getter"; | 2093 AnimatedLength get height native "SVGFEFloodElement_height_Getter"; |
| 2094 | 2094 |
| 2095 @DomName('SVGFEFloodElement.result') | 2095 @DomName('SVGFEFloodElement.result') |
| 2096 @DocsEditable | 2096 @DocsEditable() |
| 2097 AnimatedString get result native "SVGFEFloodElement_result_Getter"; | 2097 AnimatedString get result native "SVGFEFloodElement_result_Getter"; |
| 2098 | 2098 |
| 2099 @DomName('SVGFEFloodElement.width') | 2099 @DomName('SVGFEFloodElement.width') |
| 2100 @DocsEditable | 2100 @DocsEditable() |
| 2101 AnimatedLength get width native "SVGFEFloodElement_width_Getter"; | 2101 AnimatedLength get width native "SVGFEFloodElement_width_Getter"; |
| 2102 | 2102 |
| 2103 @DomName('SVGFEFloodElement.x') | 2103 @DomName('SVGFEFloodElement.x') |
| 2104 @DocsEditable | 2104 @DocsEditable() |
| 2105 AnimatedLength get x native "SVGFEFloodElement_x_Getter"; | 2105 AnimatedLength get x native "SVGFEFloodElement_x_Getter"; |
| 2106 | 2106 |
| 2107 @DomName('SVGFEFloodElement.y') | 2107 @DomName('SVGFEFloodElement.y') |
| 2108 @DocsEditable | 2108 @DocsEditable() |
| 2109 AnimatedLength get y native "SVGFEFloodElement_y_Getter"; | 2109 AnimatedLength get y native "SVGFEFloodElement_y_Getter"; |
| 2110 | 2110 |
| 2111 } | 2111 } |
| 2112 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2112 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2113 // for details. All rights reserved. Use of this source code is governed by a | 2113 // for details. All rights reserved. Use of this source code is governed by a |
| 2114 // BSD-style license that can be found in the LICENSE file. | 2114 // BSD-style license that can be found in the LICENSE file. |
| 2115 | 2115 |
| 2116 // WARNING: Do not edit - generated code. | 2116 // WARNING: Do not edit - generated code. |
| 2117 | 2117 |
| 2118 | 2118 |
| 2119 @DocsEditable | 2119 @DocsEditable() |
| 2120 @DomName('SVGFEFuncAElement') | 2120 @DomName('SVGFEFuncAElement') |
| 2121 @SupportedBrowser(SupportedBrowser.CHROME) | 2121 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2122 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2122 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2123 @SupportedBrowser(SupportedBrowser.IE, '10') | 2123 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2124 @SupportedBrowser(SupportedBrowser.SAFARI) | 2124 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2125 @Unstable | 2125 @Unstable() |
| 2126 class FEFuncAElement extends _SVGComponentTransferFunctionElement { | 2126 class FEFuncAElement extends _SVGComponentTransferFunctionElement { |
| 2127 // To suppress missing implicit constructor warnings. | 2127 // To suppress missing implicit constructor warnings. |
| 2128 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); } | 2128 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); } |
| 2129 | 2129 |
| 2130 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') | 2130 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') |
| 2131 @DocsEditable | 2131 @DocsEditable() |
| 2132 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncA"); | 2132 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncA"); |
| 2133 | 2133 |
| 2134 /// Checks if this type is supported on the current platform. | 2134 /// Checks if this type is supported on the current platform. |
| 2135 static bool get supported => true; | 2135 static bool get supported => true; |
| 2136 | 2136 |
| 2137 } | 2137 } |
| 2138 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2138 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2139 // for details. All rights reserved. Use of this source code is governed by a | 2139 // for details. All rights reserved. Use of this source code is governed by a |
| 2140 // BSD-style license that can be found in the LICENSE file. | 2140 // BSD-style license that can be found in the LICENSE file. |
| 2141 | 2141 |
| 2142 // WARNING: Do not edit - generated code. | 2142 // WARNING: Do not edit - generated code. |
| 2143 | 2143 |
| 2144 | 2144 |
| 2145 @DocsEditable | 2145 @DocsEditable() |
| 2146 @DomName('SVGFEFuncBElement') | 2146 @DomName('SVGFEFuncBElement') |
| 2147 @SupportedBrowser(SupportedBrowser.CHROME) | 2147 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2148 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2148 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2149 @SupportedBrowser(SupportedBrowser.IE, '10') | 2149 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2150 @SupportedBrowser(SupportedBrowser.SAFARI) | 2150 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2151 @Unstable | 2151 @Unstable() |
| 2152 class FEFuncBElement extends _SVGComponentTransferFunctionElement { | 2152 class FEFuncBElement extends _SVGComponentTransferFunctionElement { |
| 2153 // To suppress missing implicit constructor warnings. | 2153 // To suppress missing implicit constructor warnings. |
| 2154 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); } | 2154 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); } |
| 2155 | 2155 |
| 2156 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') | 2156 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') |
| 2157 @DocsEditable | 2157 @DocsEditable() |
| 2158 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncB"); | 2158 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncB"); |
| 2159 | 2159 |
| 2160 /// Checks if this type is supported on the current platform. | 2160 /// Checks if this type is supported on the current platform. |
| 2161 static bool get supported => true; | 2161 static bool get supported => true; |
| 2162 | 2162 |
| 2163 } | 2163 } |
| 2164 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2164 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2165 // for details. All rights reserved. Use of this source code is governed by a | 2165 // for details. All rights reserved. Use of this source code is governed by a |
| 2166 // BSD-style license that can be found in the LICENSE file. | 2166 // BSD-style license that can be found in the LICENSE file. |
| 2167 | 2167 |
| 2168 // WARNING: Do not edit - generated code. | 2168 // WARNING: Do not edit - generated code. |
| 2169 | 2169 |
| 2170 | 2170 |
| 2171 @DocsEditable | 2171 @DocsEditable() |
| 2172 @DomName('SVGFEFuncGElement') | 2172 @DomName('SVGFEFuncGElement') |
| 2173 @SupportedBrowser(SupportedBrowser.CHROME) | 2173 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2174 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2174 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2175 @SupportedBrowser(SupportedBrowser.IE, '10') | 2175 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2176 @SupportedBrowser(SupportedBrowser.SAFARI) | 2176 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2177 @Unstable | 2177 @Unstable() |
| 2178 class FEFuncGElement extends _SVGComponentTransferFunctionElement { | 2178 class FEFuncGElement extends _SVGComponentTransferFunctionElement { |
| 2179 // To suppress missing implicit constructor warnings. | 2179 // To suppress missing implicit constructor warnings. |
| 2180 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); } | 2180 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); } |
| 2181 | 2181 |
| 2182 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') | 2182 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') |
| 2183 @DocsEditable | 2183 @DocsEditable() |
| 2184 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncG"); | 2184 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncG"); |
| 2185 | 2185 |
| 2186 /// Checks if this type is supported on the current platform. | 2186 /// Checks if this type is supported on the current platform. |
| 2187 static bool get supported => true; | 2187 static bool get supported => true; |
| 2188 | 2188 |
| 2189 } | 2189 } |
| 2190 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2190 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2191 // for details. All rights reserved. Use of this source code is governed by a | 2191 // for details. All rights reserved. Use of this source code is governed by a |
| 2192 // BSD-style license that can be found in the LICENSE file. | 2192 // BSD-style license that can be found in the LICENSE file. |
| 2193 | 2193 |
| 2194 // WARNING: Do not edit - generated code. | 2194 // WARNING: Do not edit - generated code. |
| 2195 | 2195 |
| 2196 | 2196 |
| 2197 @DocsEditable | 2197 @DocsEditable() |
| 2198 @DomName('SVGFEFuncRElement') | 2198 @DomName('SVGFEFuncRElement') |
| 2199 @SupportedBrowser(SupportedBrowser.CHROME) | 2199 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2200 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2200 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2201 @SupportedBrowser(SupportedBrowser.IE, '10') | 2201 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2202 @SupportedBrowser(SupportedBrowser.SAFARI) | 2202 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2203 @Unstable | 2203 @Unstable() |
| 2204 class FEFuncRElement extends _SVGComponentTransferFunctionElement { | 2204 class FEFuncRElement extends _SVGComponentTransferFunctionElement { |
| 2205 // To suppress missing implicit constructor warnings. | 2205 // To suppress missing implicit constructor warnings. |
| 2206 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); } | 2206 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); } |
| 2207 | 2207 |
| 2208 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') | 2208 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') |
| 2209 @DocsEditable | 2209 @DocsEditable() |
| 2210 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncR"); | 2210 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncR"); |
| 2211 | 2211 |
| 2212 /// Checks if this type is supported on the current platform. | 2212 /// Checks if this type is supported on the current platform. |
| 2213 static bool get supported => true; | 2213 static bool get supported => true; |
| 2214 | 2214 |
| 2215 } | 2215 } |
| 2216 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2216 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2217 // for details. All rights reserved. Use of this source code is governed by a | 2217 // for details. All rights reserved. Use of this source code is governed by a |
| 2218 // BSD-style license that can be found in the LICENSE file. | 2218 // BSD-style license that can be found in the LICENSE file. |
| 2219 | 2219 |
| 2220 // WARNING: Do not edit - generated code. | 2220 // WARNING: Do not edit - generated code. |
| 2221 | 2221 |
| 2222 | 2222 |
| 2223 @DocsEditable | 2223 @DocsEditable() |
| 2224 @DomName('SVGFEGaussianBlurElement') | 2224 @DomName('SVGFEGaussianBlurElement') |
| 2225 @SupportedBrowser(SupportedBrowser.CHROME) | 2225 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2226 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2226 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2227 @SupportedBrowser(SupportedBrowser.IE, '10') | 2227 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2228 @SupportedBrowser(SupportedBrowser.SAFARI) | 2228 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2229 @Unstable | 2229 @Unstable() |
| 2230 class FEGaussianBlurElement extends StyledElement implements FilterPrimitiveStan
dardAttributes { | 2230 class FEGaussianBlurElement extends StyledElement implements FilterPrimitiveStan
dardAttributes { |
| 2231 // To suppress missing implicit constructor warnings. | 2231 // To suppress missing implicit constructor warnings. |
| 2232 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported"
); } | 2232 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported"
); } |
| 2233 | 2233 |
| 2234 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') | 2234 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') |
| 2235 @DocsEditable | 2235 @DocsEditable() |
| 2236 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feGaussianBlur"); | 2236 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feGaussianBlur"); |
| 2237 | 2237 |
| 2238 /// Checks if this type is supported on the current platform. | 2238 /// Checks if this type is supported on the current platform. |
| 2239 static bool get supported => true; | 2239 static bool get supported => true; |
| 2240 | 2240 |
| 2241 @DomName('SVGFEGaussianBlurElement.in1') | 2241 @DomName('SVGFEGaussianBlurElement.in1') |
| 2242 @DocsEditable | 2242 @DocsEditable() |
| 2243 AnimatedString get in1 native "SVGFEGaussianBlurElement_in1_Getter"; | 2243 AnimatedString get in1 native "SVGFEGaussianBlurElement_in1_Getter"; |
| 2244 | 2244 |
| 2245 @DomName('SVGFEGaussianBlurElement.stdDeviationX') | 2245 @DomName('SVGFEGaussianBlurElement.stdDeviationX') |
| 2246 @DocsEditable | 2246 @DocsEditable() |
| 2247 AnimatedNumber get stdDeviationX native "SVGFEGaussianBlurElement_stdDeviation
X_Getter"; | 2247 AnimatedNumber get stdDeviationX native "SVGFEGaussianBlurElement_stdDeviation
X_Getter"; |
| 2248 | 2248 |
| 2249 @DomName('SVGFEGaussianBlurElement.stdDeviationY') | 2249 @DomName('SVGFEGaussianBlurElement.stdDeviationY') |
| 2250 @DocsEditable | 2250 @DocsEditable() |
| 2251 AnimatedNumber get stdDeviationY native "SVGFEGaussianBlurElement_stdDeviation
Y_Getter"; | 2251 AnimatedNumber get stdDeviationY native "SVGFEGaussianBlurElement_stdDeviation
Y_Getter"; |
| 2252 | 2252 |
| 2253 @DomName('SVGFEGaussianBlurElement.setStdDeviation') | 2253 @DomName('SVGFEGaussianBlurElement.setStdDeviation') |
| 2254 @DocsEditable | 2254 @DocsEditable() |
| 2255 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEGaussi
anBlurElement_setStdDeviation_Callback"; | 2255 void setStdDeviation(num stdDeviationX, num stdDeviationY) native "SVGFEGaussi
anBlurElement_setStdDeviation_Callback"; |
| 2256 | 2256 |
| 2257 @DomName('SVGFEGaussianBlurElement.height') | 2257 @DomName('SVGFEGaussianBlurElement.height') |
| 2258 @DocsEditable | 2258 @DocsEditable() |
| 2259 AnimatedLength get height native "SVGFEGaussianBlurElement_height_Getter"; | 2259 AnimatedLength get height native "SVGFEGaussianBlurElement_height_Getter"; |
| 2260 | 2260 |
| 2261 @DomName('SVGFEGaussianBlurElement.result') | 2261 @DomName('SVGFEGaussianBlurElement.result') |
| 2262 @DocsEditable | 2262 @DocsEditable() |
| 2263 AnimatedString get result native "SVGFEGaussianBlurElement_result_Getter"; | 2263 AnimatedString get result native "SVGFEGaussianBlurElement_result_Getter"; |
| 2264 | 2264 |
| 2265 @DomName('SVGFEGaussianBlurElement.width') | 2265 @DomName('SVGFEGaussianBlurElement.width') |
| 2266 @DocsEditable | 2266 @DocsEditable() |
| 2267 AnimatedLength get width native "SVGFEGaussianBlurElement_width_Getter"; | 2267 AnimatedLength get width native "SVGFEGaussianBlurElement_width_Getter"; |
| 2268 | 2268 |
| 2269 @DomName('SVGFEGaussianBlurElement.x') | 2269 @DomName('SVGFEGaussianBlurElement.x') |
| 2270 @DocsEditable | 2270 @DocsEditable() |
| 2271 AnimatedLength get x native "SVGFEGaussianBlurElement_x_Getter"; | 2271 AnimatedLength get x native "SVGFEGaussianBlurElement_x_Getter"; |
| 2272 | 2272 |
| 2273 @DomName('SVGFEGaussianBlurElement.y') | 2273 @DomName('SVGFEGaussianBlurElement.y') |
| 2274 @DocsEditable | 2274 @DocsEditable() |
| 2275 AnimatedLength get y native "SVGFEGaussianBlurElement_y_Getter"; | 2275 AnimatedLength get y native "SVGFEGaussianBlurElement_y_Getter"; |
| 2276 | 2276 |
| 2277 } | 2277 } |
| 2278 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2278 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2279 // for details. All rights reserved. Use of this source code is governed by a | 2279 // for details. All rights reserved. Use of this source code is governed by a |
| 2280 // BSD-style license that can be found in the LICENSE file. | 2280 // BSD-style license that can be found in the LICENSE file. |
| 2281 | 2281 |
| 2282 // WARNING: Do not edit - generated code. | 2282 // WARNING: Do not edit - generated code. |
| 2283 | 2283 |
| 2284 | 2284 |
| 2285 @DocsEditable | 2285 @DocsEditable() |
| 2286 @DomName('SVGFEImageElement') | 2286 @DomName('SVGFEImageElement') |
| 2287 @SupportedBrowser(SupportedBrowser.CHROME) | 2287 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2288 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2288 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2289 @SupportedBrowser(SupportedBrowser.IE, '10') | 2289 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2290 @SupportedBrowser(SupportedBrowser.SAFARI) | 2290 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2291 @Unstable | 2291 @Unstable() |
| 2292 class FEImageElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes, UriReference, ExternalResourcesRequired, LangSpace { | 2292 class FEImageElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes, UriReference, ExternalResourcesRequired, LangSpace { |
| 2293 // To suppress missing implicit constructor warnings. | 2293 // To suppress missing implicit constructor warnings. |
| 2294 factory FEImageElement._() { throw new UnsupportedError("Not supported"); } | 2294 factory FEImageElement._() { throw new UnsupportedError("Not supported"); } |
| 2295 | 2295 |
| 2296 @DomName('SVGFEImageElement.SVGFEImageElement') | 2296 @DomName('SVGFEImageElement.SVGFEImageElement') |
| 2297 @DocsEditable | 2297 @DocsEditable() |
| 2298 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eImage"); | 2298 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eImage"); |
| 2299 | 2299 |
| 2300 /// Checks if this type is supported on the current platform. | 2300 /// Checks if this type is supported on the current platform. |
| 2301 static bool get supported => true; | 2301 static bool get supported => true; |
| 2302 | 2302 |
| 2303 @DomName('SVGFEImageElement.preserveAspectRatio') | 2303 @DomName('SVGFEImageElement.preserveAspectRatio') |
| 2304 @DocsEditable | 2304 @DocsEditable() |
| 2305 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFEImageElement_
preserveAspectRatio_Getter"; | 2305 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFEImageElement_
preserveAspectRatio_Getter"; |
| 2306 | 2306 |
| 2307 @DomName('SVGFEImageElement.externalResourcesRequired') | 2307 @DomName('SVGFEImageElement.externalResourcesRequired') |
| 2308 @DocsEditable | 2308 @DocsEditable() |
| 2309 AnimatedBoolean get externalResourcesRequired native "SVGFEImageElement_extern
alResourcesRequired_Getter"; | 2309 AnimatedBoolean get externalResourcesRequired native "SVGFEImageElement_extern
alResourcesRequired_Getter"; |
| 2310 | 2310 |
| 2311 @DomName('SVGFEImageElement.height') | 2311 @DomName('SVGFEImageElement.height') |
| 2312 @DocsEditable | 2312 @DocsEditable() |
| 2313 AnimatedLength get height native "SVGFEImageElement_height_Getter"; | 2313 AnimatedLength get height native "SVGFEImageElement_height_Getter"; |
| 2314 | 2314 |
| 2315 @DomName('SVGFEImageElement.result') | 2315 @DomName('SVGFEImageElement.result') |
| 2316 @DocsEditable | 2316 @DocsEditable() |
| 2317 AnimatedString get result native "SVGFEImageElement_result_Getter"; | 2317 AnimatedString get result native "SVGFEImageElement_result_Getter"; |
| 2318 | 2318 |
| 2319 @DomName('SVGFEImageElement.width') | 2319 @DomName('SVGFEImageElement.width') |
| 2320 @DocsEditable | 2320 @DocsEditable() |
| 2321 AnimatedLength get width native "SVGFEImageElement_width_Getter"; | 2321 AnimatedLength get width native "SVGFEImageElement_width_Getter"; |
| 2322 | 2322 |
| 2323 @DomName('SVGFEImageElement.x') | 2323 @DomName('SVGFEImageElement.x') |
| 2324 @DocsEditable | 2324 @DocsEditable() |
| 2325 AnimatedLength get x native "SVGFEImageElement_x_Getter"; | 2325 AnimatedLength get x native "SVGFEImageElement_x_Getter"; |
| 2326 | 2326 |
| 2327 @DomName('SVGFEImageElement.y') | 2327 @DomName('SVGFEImageElement.y') |
| 2328 @DocsEditable | 2328 @DocsEditable() |
| 2329 AnimatedLength get y native "SVGFEImageElement_y_Getter"; | 2329 AnimatedLength get y native "SVGFEImageElement_y_Getter"; |
| 2330 | 2330 |
| 2331 @DomName('SVGFEImageElement.xmllang') | 2331 @DomName('SVGFEImageElement.xmllang') |
| 2332 @DocsEditable | 2332 @DocsEditable() |
| 2333 String get xmllang native "SVGFEImageElement_xmllang_Getter"; | 2333 String get xmllang native "SVGFEImageElement_xmllang_Getter"; |
| 2334 | 2334 |
| 2335 @DomName('SVGFEImageElement.xmllang') | 2335 @DomName('SVGFEImageElement.xmllang') |
| 2336 @DocsEditable | 2336 @DocsEditable() |
| 2337 void set xmllang(String value) native "SVGFEImageElement_xmllang_Setter"; | 2337 void set xmllang(String value) native "SVGFEImageElement_xmllang_Setter"; |
| 2338 | 2338 |
| 2339 @DomName('SVGFEImageElement.xmlspace') | 2339 @DomName('SVGFEImageElement.xmlspace') |
| 2340 @DocsEditable | 2340 @DocsEditable() |
| 2341 String get xmlspace native "SVGFEImageElement_xmlspace_Getter"; | 2341 String get xmlspace native "SVGFEImageElement_xmlspace_Getter"; |
| 2342 | 2342 |
| 2343 @DomName('SVGFEImageElement.xmlspace') | 2343 @DomName('SVGFEImageElement.xmlspace') |
| 2344 @DocsEditable | 2344 @DocsEditable() |
| 2345 void set xmlspace(String value) native "SVGFEImageElement_xmlspace_Setter"; | 2345 void set xmlspace(String value) native "SVGFEImageElement_xmlspace_Setter"; |
| 2346 | 2346 |
| 2347 @DomName('SVGFEImageElement.href') | 2347 @DomName('SVGFEImageElement.href') |
| 2348 @DocsEditable | 2348 @DocsEditable() |
| 2349 AnimatedString get href native "SVGFEImageElement_href_Getter"; | 2349 AnimatedString get href native "SVGFEImageElement_href_Getter"; |
| 2350 | 2350 |
| 2351 } | 2351 } |
| 2352 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2352 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2353 // for details. All rights reserved. Use of this source code is governed by a | 2353 // for details. All rights reserved. Use of this source code is governed by a |
| 2354 // BSD-style license that can be found in the LICENSE file. | 2354 // BSD-style license that can be found in the LICENSE file. |
| 2355 | 2355 |
| 2356 // WARNING: Do not edit - generated code. | 2356 // WARNING: Do not edit - generated code. |
| 2357 | 2357 |
| 2358 | 2358 |
| 2359 @DocsEditable | 2359 @DocsEditable() |
| 2360 @DomName('SVGFEMergeElement') | 2360 @DomName('SVGFEMergeElement') |
| 2361 @SupportedBrowser(SupportedBrowser.CHROME) | 2361 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2362 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2362 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2363 @SupportedBrowser(SupportedBrowser.IE, '10') | 2363 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2364 @SupportedBrowser(SupportedBrowser.SAFARI) | 2364 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2365 @Unstable | 2365 @Unstable() |
| 2366 class FEMergeElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes { | 2366 class FEMergeElement extends StyledElement implements FilterPrimitiveStandardAtt
ributes { |
| 2367 // To suppress missing implicit constructor warnings. | 2367 // To suppress missing implicit constructor warnings. |
| 2368 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); } | 2368 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); } |
| 2369 | 2369 |
| 2370 @DomName('SVGFEMergeElement.SVGFEMergeElement') | 2370 @DomName('SVGFEMergeElement.SVGFEMergeElement') |
| 2371 @DocsEditable | 2371 @DocsEditable() |
| 2372 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eMerge"); | 2372 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eMerge"); |
| 2373 | 2373 |
| 2374 /// Checks if this type is supported on the current platform. | 2374 /// Checks if this type is supported on the current platform. |
| 2375 static bool get supported => true; | 2375 static bool get supported => true; |
| 2376 | 2376 |
| 2377 @DomName('SVGFEMergeElement.height') | 2377 @DomName('SVGFEMergeElement.height') |
| 2378 @DocsEditable | 2378 @DocsEditable() |
| 2379 AnimatedLength get height native "SVGFEMergeElement_height_Getter"; | 2379 AnimatedLength get height native "SVGFEMergeElement_height_Getter"; |
| 2380 | 2380 |
| 2381 @DomName('SVGFEMergeElement.result') | 2381 @DomName('SVGFEMergeElement.result') |
| 2382 @DocsEditable | 2382 @DocsEditable() |
| 2383 AnimatedString get result native "SVGFEMergeElement_result_Getter"; | 2383 AnimatedString get result native "SVGFEMergeElement_result_Getter"; |
| 2384 | 2384 |
| 2385 @DomName('SVGFEMergeElement.width') | 2385 @DomName('SVGFEMergeElement.width') |
| 2386 @DocsEditable | 2386 @DocsEditable() |
| 2387 AnimatedLength get width native "SVGFEMergeElement_width_Getter"; | 2387 AnimatedLength get width native "SVGFEMergeElement_width_Getter"; |
| 2388 | 2388 |
| 2389 @DomName('SVGFEMergeElement.x') | 2389 @DomName('SVGFEMergeElement.x') |
| 2390 @DocsEditable | 2390 @DocsEditable() |
| 2391 AnimatedLength get x native "SVGFEMergeElement_x_Getter"; | 2391 AnimatedLength get x native "SVGFEMergeElement_x_Getter"; |
| 2392 | 2392 |
| 2393 @DomName('SVGFEMergeElement.y') | 2393 @DomName('SVGFEMergeElement.y') |
| 2394 @DocsEditable | 2394 @DocsEditable() |
| 2395 AnimatedLength get y native "SVGFEMergeElement_y_Getter"; | 2395 AnimatedLength get y native "SVGFEMergeElement_y_Getter"; |
| 2396 | 2396 |
| 2397 } | 2397 } |
| 2398 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2398 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2399 // for details. All rights reserved. Use of this source code is governed by a | 2399 // for details. All rights reserved. Use of this source code is governed by a |
| 2400 // BSD-style license that can be found in the LICENSE file. | 2400 // BSD-style license that can be found in the LICENSE file. |
| 2401 | 2401 |
| 2402 // WARNING: Do not edit - generated code. | 2402 // WARNING: Do not edit - generated code. |
| 2403 | 2403 |
| 2404 | 2404 |
| 2405 @DocsEditable | 2405 @DocsEditable() |
| 2406 @DomName('SVGFEMergeNodeElement') | 2406 @DomName('SVGFEMergeNodeElement') |
| 2407 @SupportedBrowser(SupportedBrowser.CHROME) | 2407 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2408 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2408 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2409 @SupportedBrowser(SupportedBrowser.IE, '10') | 2409 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2410 @SupportedBrowser(SupportedBrowser.SAFARI) | 2410 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2411 @Unstable | 2411 @Unstable() |
| 2412 class FEMergeNodeElement extends SvgElement { | 2412 class FEMergeNodeElement extends SvgElement { |
| 2413 // To suppress missing implicit constructor warnings. | 2413 // To suppress missing implicit constructor warnings. |
| 2414 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported");
} | 2414 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported");
} |
| 2415 | 2415 |
| 2416 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') | 2416 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') |
| 2417 @DocsEditable | 2417 @DocsEditable() |
| 2418 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feMergeNode"); | 2418 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feMergeNode"); |
| 2419 | 2419 |
| 2420 /// Checks if this type is supported on the current platform. | 2420 /// Checks if this type is supported on the current platform. |
| 2421 static bool get supported => true; | 2421 static bool get supported => true; |
| 2422 | 2422 |
| 2423 @DomName('SVGFEMergeNodeElement.in1') | 2423 @DomName('SVGFEMergeNodeElement.in1') |
| 2424 @DocsEditable | 2424 @DocsEditable() |
| 2425 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter"; | 2425 AnimatedString get in1 native "SVGFEMergeNodeElement_in1_Getter"; |
| 2426 | 2426 |
| 2427 } | 2427 } |
| 2428 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2428 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2429 // for details. All rights reserved. Use of this source code is governed by a | 2429 // for details. All rights reserved. Use of this source code is governed by a |
| 2430 // BSD-style license that can be found in the LICENSE file. | 2430 // BSD-style license that can be found in the LICENSE file. |
| 2431 | 2431 |
| 2432 // WARNING: Do not edit - generated code. | 2432 // WARNING: Do not edit - generated code. |
| 2433 | 2433 |
| 2434 | 2434 |
| 2435 @DocsEditable | 2435 @DocsEditable() |
| 2436 @DomName('SVGFEMorphologyElement') | 2436 @DomName('SVGFEMorphologyElement') |
| 2437 @SupportedBrowser(SupportedBrowser.CHROME) | 2437 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2438 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2438 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2439 @SupportedBrowser(SupportedBrowser.IE, '10') | 2439 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2440 @SupportedBrowser(SupportedBrowser.SAFARI) | 2440 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2441 @Unstable | 2441 @Unstable() |
| 2442 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda
rdAttributes { | 2442 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda
rdAttributes { |
| 2443 // To suppress missing implicit constructor warnings. | 2443 // To suppress missing implicit constructor warnings. |
| 2444 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported");
} | 2444 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported");
} |
| 2445 | 2445 |
| 2446 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') | 2446 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') |
| 2447 @DocsEditable | 2447 @DocsEditable() |
| 2448 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; | 2448 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
| 2449 | 2449 |
| 2450 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') | 2450 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') |
| 2451 @DocsEditable | 2451 @DocsEditable() |
| 2452 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; | 2452 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
| 2453 | 2453 |
| 2454 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') | 2454 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') |
| 2455 @DocsEditable | 2455 @DocsEditable() |
| 2456 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; | 2456 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
| 2457 | 2457 |
| 2458 @DomName('SVGFEMorphologyElement.in1') | 2458 @DomName('SVGFEMorphologyElement.in1') |
| 2459 @DocsEditable | 2459 @DocsEditable() |
| 2460 AnimatedString get in1 native "SVGFEMorphologyElement_in1_Getter"; | 2460 AnimatedString get in1 native "SVGFEMorphologyElement_in1_Getter"; |
| 2461 | 2461 |
| 2462 @DomName('SVGFEMorphologyElement.operator') | 2462 @DomName('SVGFEMorphologyElement.operator') |
| 2463 @DocsEditable | 2463 @DocsEditable() |
| 2464 AnimatedEnumeration get operator native "SVGFEMorphologyElement_operator_Gette
r"; | 2464 AnimatedEnumeration get operator native "SVGFEMorphologyElement_operator_Gette
r"; |
| 2465 | 2465 |
| 2466 @DomName('SVGFEMorphologyElement.radiusX') | 2466 @DomName('SVGFEMorphologyElement.radiusX') |
| 2467 @DocsEditable | 2467 @DocsEditable() |
| 2468 AnimatedNumber get radiusX native "SVGFEMorphologyElement_radiusX_Getter"; | 2468 AnimatedNumber get radiusX native "SVGFEMorphologyElement_radiusX_Getter"; |
| 2469 | 2469 |
| 2470 @DomName('SVGFEMorphologyElement.radiusY') | 2470 @DomName('SVGFEMorphologyElement.radiusY') |
| 2471 @DocsEditable | 2471 @DocsEditable() |
| 2472 AnimatedNumber get radiusY native "SVGFEMorphologyElement_radiusY_Getter"; | 2472 AnimatedNumber get radiusY native "SVGFEMorphologyElement_radiusY_Getter"; |
| 2473 | 2473 |
| 2474 @DomName('SVGFEMorphologyElement.setRadius') | 2474 @DomName('SVGFEMorphologyElement.setRadius') |
| 2475 @DocsEditable | 2475 @DocsEditable() |
| 2476 void setRadius(num radiusX, num radiusY) native "SVGFEMorphologyElement_setRad
ius_Callback"; | 2476 void setRadius(num radiusX, num radiusY) native "SVGFEMorphologyElement_setRad
ius_Callback"; |
| 2477 | 2477 |
| 2478 @DomName('SVGFEMorphologyElement.height') | 2478 @DomName('SVGFEMorphologyElement.height') |
| 2479 @DocsEditable | 2479 @DocsEditable() |
| 2480 AnimatedLength get height native "SVGFEMorphologyElement_height_Getter"; | 2480 AnimatedLength get height native "SVGFEMorphologyElement_height_Getter"; |
| 2481 | 2481 |
| 2482 @DomName('SVGFEMorphologyElement.result') | 2482 @DomName('SVGFEMorphologyElement.result') |
| 2483 @DocsEditable | 2483 @DocsEditable() |
| 2484 AnimatedString get result native "SVGFEMorphologyElement_result_Getter"; | 2484 AnimatedString get result native "SVGFEMorphologyElement_result_Getter"; |
| 2485 | 2485 |
| 2486 @DomName('SVGFEMorphologyElement.width') | 2486 @DomName('SVGFEMorphologyElement.width') |
| 2487 @DocsEditable | 2487 @DocsEditable() |
| 2488 AnimatedLength get width native "SVGFEMorphologyElement_width_Getter"; | 2488 AnimatedLength get width native "SVGFEMorphologyElement_width_Getter"; |
| 2489 | 2489 |
| 2490 @DomName('SVGFEMorphologyElement.x') | 2490 @DomName('SVGFEMorphologyElement.x') |
| 2491 @DocsEditable | 2491 @DocsEditable() |
| 2492 AnimatedLength get x native "SVGFEMorphologyElement_x_Getter"; | 2492 AnimatedLength get x native "SVGFEMorphologyElement_x_Getter"; |
| 2493 | 2493 |
| 2494 @DomName('SVGFEMorphologyElement.y') | 2494 @DomName('SVGFEMorphologyElement.y') |
| 2495 @DocsEditable | 2495 @DocsEditable() |
| 2496 AnimatedLength get y native "SVGFEMorphologyElement_y_Getter"; | 2496 AnimatedLength get y native "SVGFEMorphologyElement_y_Getter"; |
| 2497 | 2497 |
| 2498 } | 2498 } |
| 2499 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2499 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2500 // for details. All rights reserved. Use of this source code is governed by a | 2500 // for details. All rights reserved. Use of this source code is governed by a |
| 2501 // BSD-style license that can be found in the LICENSE file. | 2501 // BSD-style license that can be found in the LICENSE file. |
| 2502 | 2502 |
| 2503 // WARNING: Do not edit - generated code. | 2503 // WARNING: Do not edit - generated code. |
| 2504 | 2504 |
| 2505 | 2505 |
| 2506 @DocsEditable | 2506 @DocsEditable() |
| 2507 @DomName('SVGFEOffsetElement') | 2507 @DomName('SVGFEOffsetElement') |
| 2508 @SupportedBrowser(SupportedBrowser.CHROME) | 2508 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2509 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2509 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2510 @SupportedBrowser(SupportedBrowser.IE, '10') | 2510 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2511 @SupportedBrowser(SupportedBrowser.SAFARI) | 2511 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2512 @Unstable | 2512 @Unstable() |
| 2513 class FEOffsetElement extends StyledElement implements FilterPrimitiveStandardAt
tributes { | 2513 class FEOffsetElement extends StyledElement implements FilterPrimitiveStandardAt
tributes { |
| 2514 // To suppress missing implicit constructor warnings. | 2514 // To suppress missing implicit constructor warnings. |
| 2515 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); } | 2515 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); } |
| 2516 | 2516 |
| 2517 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') | 2517 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') |
| 2518 @DocsEditable | 2518 @DocsEditable() |
| 2519 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag("
feOffset"); | 2519 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag("
feOffset"); |
| 2520 | 2520 |
| 2521 /// Checks if this type is supported on the current platform. | 2521 /// Checks if this type is supported on the current platform. |
| 2522 static bool get supported => true; | 2522 static bool get supported => true; |
| 2523 | 2523 |
| 2524 @DomName('SVGFEOffsetElement.dx') | 2524 @DomName('SVGFEOffsetElement.dx') |
| 2525 @DocsEditable | 2525 @DocsEditable() |
| 2526 AnimatedNumber get dx native "SVGFEOffsetElement_dx_Getter"; | 2526 AnimatedNumber get dx native "SVGFEOffsetElement_dx_Getter"; |
| 2527 | 2527 |
| 2528 @DomName('SVGFEOffsetElement.dy') | 2528 @DomName('SVGFEOffsetElement.dy') |
| 2529 @DocsEditable | 2529 @DocsEditable() |
| 2530 AnimatedNumber get dy native "SVGFEOffsetElement_dy_Getter"; | 2530 AnimatedNumber get dy native "SVGFEOffsetElement_dy_Getter"; |
| 2531 | 2531 |
| 2532 @DomName('SVGFEOffsetElement.in1') | 2532 @DomName('SVGFEOffsetElement.in1') |
| 2533 @DocsEditable | 2533 @DocsEditable() |
| 2534 AnimatedString get in1 native "SVGFEOffsetElement_in1_Getter"; | 2534 AnimatedString get in1 native "SVGFEOffsetElement_in1_Getter"; |
| 2535 | 2535 |
| 2536 @DomName('SVGFEOffsetElement.height') | 2536 @DomName('SVGFEOffsetElement.height') |
| 2537 @DocsEditable | 2537 @DocsEditable() |
| 2538 AnimatedLength get height native "SVGFEOffsetElement_height_Getter"; | 2538 AnimatedLength get height native "SVGFEOffsetElement_height_Getter"; |
| 2539 | 2539 |
| 2540 @DomName('SVGFEOffsetElement.result') | 2540 @DomName('SVGFEOffsetElement.result') |
| 2541 @DocsEditable | 2541 @DocsEditable() |
| 2542 AnimatedString get result native "SVGFEOffsetElement_result_Getter"; | 2542 AnimatedString get result native "SVGFEOffsetElement_result_Getter"; |
| 2543 | 2543 |
| 2544 @DomName('SVGFEOffsetElement.width') | 2544 @DomName('SVGFEOffsetElement.width') |
| 2545 @DocsEditable | 2545 @DocsEditable() |
| 2546 AnimatedLength get width native "SVGFEOffsetElement_width_Getter"; | 2546 AnimatedLength get width native "SVGFEOffsetElement_width_Getter"; |
| 2547 | 2547 |
| 2548 @DomName('SVGFEOffsetElement.x') | 2548 @DomName('SVGFEOffsetElement.x') |
| 2549 @DocsEditable | 2549 @DocsEditable() |
| 2550 AnimatedLength get x native "SVGFEOffsetElement_x_Getter"; | 2550 AnimatedLength get x native "SVGFEOffsetElement_x_Getter"; |
| 2551 | 2551 |
| 2552 @DomName('SVGFEOffsetElement.y') | 2552 @DomName('SVGFEOffsetElement.y') |
| 2553 @DocsEditable | 2553 @DocsEditable() |
| 2554 AnimatedLength get y native "SVGFEOffsetElement_y_Getter"; | 2554 AnimatedLength get y native "SVGFEOffsetElement_y_Getter"; |
| 2555 | 2555 |
| 2556 } | 2556 } |
| 2557 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2557 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2558 // for details. All rights reserved. Use of this source code is governed by a | 2558 // for details. All rights reserved. Use of this source code is governed by a |
| 2559 // BSD-style license that can be found in the LICENSE file. | 2559 // BSD-style license that can be found in the LICENSE file. |
| 2560 | 2560 |
| 2561 // WARNING: Do not edit - generated code. | 2561 // WARNING: Do not edit - generated code. |
| 2562 | 2562 |
| 2563 | 2563 |
| 2564 @DocsEditable | 2564 @DocsEditable() |
| 2565 @DomName('SVGFEPointLightElement') | 2565 @DomName('SVGFEPointLightElement') |
| 2566 @SupportedBrowser(SupportedBrowser.CHROME) | 2566 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2567 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2567 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2568 @SupportedBrowser(SupportedBrowser.IE, '10') | 2568 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2569 @SupportedBrowser(SupportedBrowser.SAFARI) | 2569 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2570 @Unstable | 2570 @Unstable() |
| 2571 class FEPointLightElement extends SvgElement { | 2571 class FEPointLightElement extends SvgElement { |
| 2572 // To suppress missing implicit constructor warnings. | 2572 // To suppress missing implicit constructor warnings. |
| 2573 factory FEPointLightElement._() { throw new UnsupportedError("Not supported");
} | 2573 factory FEPointLightElement._() { throw new UnsupportedError("Not supported");
} |
| 2574 | 2574 |
| 2575 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') | 2575 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') |
| 2576 @DocsEditable | 2576 @DocsEditable() |
| 2577 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("fePointLight"); | 2577 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("fePointLight"); |
| 2578 | 2578 |
| 2579 /// Checks if this type is supported on the current platform. | 2579 /// Checks if this type is supported on the current platform. |
| 2580 static bool get supported => true; | 2580 static bool get supported => true; |
| 2581 | 2581 |
| 2582 @DomName('SVGFEPointLightElement.x') | 2582 @DomName('SVGFEPointLightElement.x') |
| 2583 @DocsEditable | 2583 @DocsEditable() |
| 2584 AnimatedNumber get x native "SVGFEPointLightElement_x_Getter"; | 2584 AnimatedNumber get x native "SVGFEPointLightElement_x_Getter"; |
| 2585 | 2585 |
| 2586 @DomName('SVGFEPointLightElement.y') | 2586 @DomName('SVGFEPointLightElement.y') |
| 2587 @DocsEditable | 2587 @DocsEditable() |
| 2588 AnimatedNumber get y native "SVGFEPointLightElement_y_Getter"; | 2588 AnimatedNumber get y native "SVGFEPointLightElement_y_Getter"; |
| 2589 | 2589 |
| 2590 @DomName('SVGFEPointLightElement.z') | 2590 @DomName('SVGFEPointLightElement.z') |
| 2591 @DocsEditable | 2591 @DocsEditable() |
| 2592 AnimatedNumber get z native "SVGFEPointLightElement_z_Getter"; | 2592 AnimatedNumber get z native "SVGFEPointLightElement_z_Getter"; |
| 2593 | 2593 |
| 2594 } | 2594 } |
| 2595 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2595 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2596 // for details. All rights reserved. Use of this source code is governed by a | 2596 // for details. All rights reserved. Use of this source code is governed by a |
| 2597 // BSD-style license that can be found in the LICENSE file. | 2597 // BSD-style license that can be found in the LICENSE file. |
| 2598 | 2598 |
| 2599 // WARNING: Do not edit - generated code. | 2599 // WARNING: Do not edit - generated code. |
| 2600 | 2600 |
| 2601 | 2601 |
| 2602 @DocsEditable | 2602 @DocsEditable() |
| 2603 @DomName('SVGFESpecularLightingElement') | 2603 @DomName('SVGFESpecularLightingElement') |
| 2604 @SupportedBrowser(SupportedBrowser.CHROME) | 2604 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2605 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2605 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2606 @SupportedBrowser(SupportedBrowser.IE, '10') | 2606 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2607 @SupportedBrowser(SupportedBrowser.SAFARI) | 2607 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2608 @Unstable | 2608 @Unstable() |
| 2609 class FESpecularLightingElement extends StyledElement implements FilterPrimitive
StandardAttributes { | 2609 class FESpecularLightingElement extends StyledElement implements FilterPrimitive
StandardAttributes { |
| 2610 // To suppress missing implicit constructor warnings. | 2610 // To suppress missing implicit constructor warnings. |
| 2611 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor
ted"); } | 2611 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor
ted"); } |
| 2612 | 2612 |
| 2613 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') | 2613 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') |
| 2614 @DocsEditable | 2614 @DocsEditable() |
| 2615 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle
ment_tag("feSpecularLighting"); | 2615 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle
ment_tag("feSpecularLighting"); |
| 2616 | 2616 |
| 2617 /// Checks if this type is supported on the current platform. | 2617 /// Checks if this type is supported on the current platform. |
| 2618 static bool get supported => true; | 2618 static bool get supported => true; |
| 2619 | 2619 |
| 2620 @DomName('SVGFESpecularLightingElement.in1') | 2620 @DomName('SVGFESpecularLightingElement.in1') |
| 2621 @DocsEditable | 2621 @DocsEditable() |
| 2622 AnimatedString get in1 native "SVGFESpecularLightingElement_in1_Getter"; | 2622 AnimatedString get in1 native "SVGFESpecularLightingElement_in1_Getter"; |
| 2623 | 2623 |
| 2624 @DomName('SVGFESpecularLightingElement.specularConstant') | 2624 @DomName('SVGFESpecularLightingElement.specularConstant') |
| 2625 @DocsEditable | 2625 @DocsEditable() |
| 2626 AnimatedNumber get specularConstant native "SVGFESpecularLightingElement_specu
larConstant_Getter"; | 2626 AnimatedNumber get specularConstant native "SVGFESpecularLightingElement_specu
larConstant_Getter"; |
| 2627 | 2627 |
| 2628 @DomName('SVGFESpecularLightingElement.specularExponent') | 2628 @DomName('SVGFESpecularLightingElement.specularExponent') |
| 2629 @DocsEditable | 2629 @DocsEditable() |
| 2630 AnimatedNumber get specularExponent native "SVGFESpecularLightingElement_specu
larExponent_Getter"; | 2630 AnimatedNumber get specularExponent native "SVGFESpecularLightingElement_specu
larExponent_Getter"; |
| 2631 | 2631 |
| 2632 @DomName('SVGFESpecularLightingElement.surfaceScale') | 2632 @DomName('SVGFESpecularLightingElement.surfaceScale') |
| 2633 @DocsEditable | 2633 @DocsEditable() |
| 2634 AnimatedNumber get surfaceScale native "SVGFESpecularLightingElement_surfaceSc
ale_Getter"; | 2634 AnimatedNumber get surfaceScale native "SVGFESpecularLightingElement_surfaceSc
ale_Getter"; |
| 2635 | 2635 |
| 2636 @DomName('SVGFESpecularLightingElement.height') | 2636 @DomName('SVGFESpecularLightingElement.height') |
| 2637 @DocsEditable | 2637 @DocsEditable() |
| 2638 AnimatedLength get height native "SVGFESpecularLightingElement_height_Getter"; | 2638 AnimatedLength get height native "SVGFESpecularLightingElement_height_Getter"; |
| 2639 | 2639 |
| 2640 @DomName('SVGFESpecularLightingElement.result') | 2640 @DomName('SVGFESpecularLightingElement.result') |
| 2641 @DocsEditable | 2641 @DocsEditable() |
| 2642 AnimatedString get result native "SVGFESpecularLightingElement_result_Getter"; | 2642 AnimatedString get result native "SVGFESpecularLightingElement_result_Getter"; |
| 2643 | 2643 |
| 2644 @DomName('SVGFESpecularLightingElement.width') | 2644 @DomName('SVGFESpecularLightingElement.width') |
| 2645 @DocsEditable | 2645 @DocsEditable() |
| 2646 AnimatedLength get width native "SVGFESpecularLightingElement_width_Getter"; | 2646 AnimatedLength get width native "SVGFESpecularLightingElement_width_Getter"; |
| 2647 | 2647 |
| 2648 @DomName('SVGFESpecularLightingElement.x') | 2648 @DomName('SVGFESpecularLightingElement.x') |
| 2649 @DocsEditable | 2649 @DocsEditable() |
| 2650 AnimatedLength get x native "SVGFESpecularLightingElement_x_Getter"; | 2650 AnimatedLength get x native "SVGFESpecularLightingElement_x_Getter"; |
| 2651 | 2651 |
| 2652 @DomName('SVGFESpecularLightingElement.y') | 2652 @DomName('SVGFESpecularLightingElement.y') |
| 2653 @DocsEditable | 2653 @DocsEditable() |
| 2654 AnimatedLength get y native "SVGFESpecularLightingElement_y_Getter"; | 2654 AnimatedLength get y native "SVGFESpecularLightingElement_y_Getter"; |
| 2655 | 2655 |
| 2656 } | 2656 } |
| 2657 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2657 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2658 // for details. All rights reserved. Use of this source code is governed by a | 2658 // for details. All rights reserved. Use of this source code is governed by a |
| 2659 // BSD-style license that can be found in the LICENSE file. | 2659 // BSD-style license that can be found in the LICENSE file. |
| 2660 | 2660 |
| 2661 // WARNING: Do not edit - generated code. | 2661 // WARNING: Do not edit - generated code. |
| 2662 | 2662 |
| 2663 | 2663 |
| 2664 @DocsEditable | 2664 @DocsEditable() |
| 2665 @DomName('SVGFESpotLightElement') | 2665 @DomName('SVGFESpotLightElement') |
| 2666 @SupportedBrowser(SupportedBrowser.CHROME) | 2666 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2667 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2667 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2668 @SupportedBrowser(SupportedBrowser.IE, '10') | 2668 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2669 @SupportedBrowser(SupportedBrowser.SAFARI) | 2669 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2670 @Unstable | 2670 @Unstable() |
| 2671 class FESpotLightElement extends SvgElement { | 2671 class FESpotLightElement extends SvgElement { |
| 2672 // To suppress missing implicit constructor warnings. | 2672 // To suppress missing implicit constructor warnings. |
| 2673 factory FESpotLightElement._() { throw new UnsupportedError("Not supported");
} | 2673 factory FESpotLightElement._() { throw new UnsupportedError("Not supported");
} |
| 2674 | 2674 |
| 2675 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') | 2675 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') |
| 2676 @DocsEditable | 2676 @DocsEditable() |
| 2677 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feSpotLight"); | 2677 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feSpotLight"); |
| 2678 | 2678 |
| 2679 /// Checks if this type is supported on the current platform. | 2679 /// Checks if this type is supported on the current platform. |
| 2680 static bool get supported => true; | 2680 static bool get supported => true; |
| 2681 | 2681 |
| 2682 @DomName('SVGFESpotLightElement.limitingConeAngle') | 2682 @DomName('SVGFESpotLightElement.limitingConeAngle') |
| 2683 @DocsEditable | 2683 @DocsEditable() |
| 2684 AnimatedNumber get limitingConeAngle native "SVGFESpotLightElement_limitingCon
eAngle_Getter"; | 2684 AnimatedNumber get limitingConeAngle native "SVGFESpotLightElement_limitingCon
eAngle_Getter"; |
| 2685 | 2685 |
| 2686 @DomName('SVGFESpotLightElement.pointsAtX') | 2686 @DomName('SVGFESpotLightElement.pointsAtX') |
| 2687 @DocsEditable | 2687 @DocsEditable() |
| 2688 AnimatedNumber get pointsAtX native "SVGFESpotLightElement_pointsAtX_Getter"; | 2688 AnimatedNumber get pointsAtX native "SVGFESpotLightElement_pointsAtX_Getter"; |
| 2689 | 2689 |
| 2690 @DomName('SVGFESpotLightElement.pointsAtY') | 2690 @DomName('SVGFESpotLightElement.pointsAtY') |
| 2691 @DocsEditable | 2691 @DocsEditable() |
| 2692 AnimatedNumber get pointsAtY native "SVGFESpotLightElement_pointsAtY_Getter"; | 2692 AnimatedNumber get pointsAtY native "SVGFESpotLightElement_pointsAtY_Getter"; |
| 2693 | 2693 |
| 2694 @DomName('SVGFESpotLightElement.pointsAtZ') | 2694 @DomName('SVGFESpotLightElement.pointsAtZ') |
| 2695 @DocsEditable | 2695 @DocsEditable() |
| 2696 AnimatedNumber get pointsAtZ native "SVGFESpotLightElement_pointsAtZ_Getter"; | 2696 AnimatedNumber get pointsAtZ native "SVGFESpotLightElement_pointsAtZ_Getter"; |
| 2697 | 2697 |
| 2698 @DomName('SVGFESpotLightElement.specularExponent') | 2698 @DomName('SVGFESpotLightElement.specularExponent') |
| 2699 @DocsEditable | 2699 @DocsEditable() |
| 2700 AnimatedNumber get specularExponent native "SVGFESpotLightElement_specularExpo
nent_Getter"; | 2700 AnimatedNumber get specularExponent native "SVGFESpotLightElement_specularExpo
nent_Getter"; |
| 2701 | 2701 |
| 2702 @DomName('SVGFESpotLightElement.x') | 2702 @DomName('SVGFESpotLightElement.x') |
| 2703 @DocsEditable | 2703 @DocsEditable() |
| 2704 AnimatedNumber get x native "SVGFESpotLightElement_x_Getter"; | 2704 AnimatedNumber get x native "SVGFESpotLightElement_x_Getter"; |
| 2705 | 2705 |
| 2706 @DomName('SVGFESpotLightElement.y') | 2706 @DomName('SVGFESpotLightElement.y') |
| 2707 @DocsEditable | 2707 @DocsEditable() |
| 2708 AnimatedNumber get y native "SVGFESpotLightElement_y_Getter"; | 2708 AnimatedNumber get y native "SVGFESpotLightElement_y_Getter"; |
| 2709 | 2709 |
| 2710 @DomName('SVGFESpotLightElement.z') | 2710 @DomName('SVGFESpotLightElement.z') |
| 2711 @DocsEditable | 2711 @DocsEditable() |
| 2712 AnimatedNumber get z native "SVGFESpotLightElement_z_Getter"; | 2712 AnimatedNumber get z native "SVGFESpotLightElement_z_Getter"; |
| 2713 | 2713 |
| 2714 } | 2714 } |
| 2715 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2715 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2716 // for details. All rights reserved. Use of this source code is governed by a | 2716 // for details. All rights reserved. Use of this source code is governed by a |
| 2717 // BSD-style license that can be found in the LICENSE file. | 2717 // BSD-style license that can be found in the LICENSE file. |
| 2718 | 2718 |
| 2719 // WARNING: Do not edit - generated code. | 2719 // WARNING: Do not edit - generated code. |
| 2720 | 2720 |
| 2721 | 2721 |
| 2722 @DocsEditable | 2722 @DocsEditable() |
| 2723 @DomName('SVGFETileElement') | 2723 @DomName('SVGFETileElement') |
| 2724 @SupportedBrowser(SupportedBrowser.CHROME) | 2724 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2725 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2725 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2726 @SupportedBrowser(SupportedBrowser.IE, '10') | 2726 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2727 @SupportedBrowser(SupportedBrowser.SAFARI) | 2727 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2728 @Unstable | 2728 @Unstable() |
| 2729 class FETileElement extends StyledElement implements FilterPrimitiveStandardAttr
ibutes { | 2729 class FETileElement extends StyledElement implements FilterPrimitiveStandardAttr
ibutes { |
| 2730 // To suppress missing implicit constructor warnings. | 2730 // To suppress missing implicit constructor warnings. |
| 2731 factory FETileElement._() { throw new UnsupportedError("Not supported"); } | 2731 factory FETileElement._() { throw new UnsupportedError("Not supported"); } |
| 2732 | 2732 |
| 2733 @DomName('SVGFETileElement.SVGFETileElement') | 2733 @DomName('SVGFETileElement.SVGFETileElement') |
| 2734 @DocsEditable | 2734 @DocsEditable() |
| 2735 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe
Tile"); | 2735 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe
Tile"); |
| 2736 | 2736 |
| 2737 /// Checks if this type is supported on the current platform. | 2737 /// Checks if this type is supported on the current platform. |
| 2738 static bool get supported => true; | 2738 static bool get supported => true; |
| 2739 | 2739 |
| 2740 @DomName('SVGFETileElement.in1') | 2740 @DomName('SVGFETileElement.in1') |
| 2741 @DocsEditable | 2741 @DocsEditable() |
| 2742 AnimatedString get in1 native "SVGFETileElement_in1_Getter"; | 2742 AnimatedString get in1 native "SVGFETileElement_in1_Getter"; |
| 2743 | 2743 |
| 2744 @DomName('SVGFETileElement.height') | 2744 @DomName('SVGFETileElement.height') |
| 2745 @DocsEditable | 2745 @DocsEditable() |
| 2746 AnimatedLength get height native "SVGFETileElement_height_Getter"; | 2746 AnimatedLength get height native "SVGFETileElement_height_Getter"; |
| 2747 | 2747 |
| 2748 @DomName('SVGFETileElement.result') | 2748 @DomName('SVGFETileElement.result') |
| 2749 @DocsEditable | 2749 @DocsEditable() |
| 2750 AnimatedString get result native "SVGFETileElement_result_Getter"; | 2750 AnimatedString get result native "SVGFETileElement_result_Getter"; |
| 2751 | 2751 |
| 2752 @DomName('SVGFETileElement.width') | 2752 @DomName('SVGFETileElement.width') |
| 2753 @DocsEditable | 2753 @DocsEditable() |
| 2754 AnimatedLength get width native "SVGFETileElement_width_Getter"; | 2754 AnimatedLength get width native "SVGFETileElement_width_Getter"; |
| 2755 | 2755 |
| 2756 @DomName('SVGFETileElement.x') | 2756 @DomName('SVGFETileElement.x') |
| 2757 @DocsEditable | 2757 @DocsEditable() |
| 2758 AnimatedLength get x native "SVGFETileElement_x_Getter"; | 2758 AnimatedLength get x native "SVGFETileElement_x_Getter"; |
| 2759 | 2759 |
| 2760 @DomName('SVGFETileElement.y') | 2760 @DomName('SVGFETileElement.y') |
| 2761 @DocsEditable | 2761 @DocsEditable() |
| 2762 AnimatedLength get y native "SVGFETileElement_y_Getter"; | 2762 AnimatedLength get y native "SVGFETileElement_y_Getter"; |
| 2763 | 2763 |
| 2764 } | 2764 } |
| 2765 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2765 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2766 // for details. All rights reserved. Use of this source code is governed by a | 2766 // for details. All rights reserved. Use of this source code is governed by a |
| 2767 // BSD-style license that can be found in the LICENSE file. | 2767 // BSD-style license that can be found in the LICENSE file. |
| 2768 | 2768 |
| 2769 // WARNING: Do not edit - generated code. | 2769 // WARNING: Do not edit - generated code. |
| 2770 | 2770 |
| 2771 | 2771 |
| 2772 @DocsEditable | 2772 @DocsEditable() |
| 2773 @DomName('SVGFETurbulenceElement') | 2773 @DomName('SVGFETurbulenceElement') |
| 2774 @SupportedBrowser(SupportedBrowser.CHROME) | 2774 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2775 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2775 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2776 @SupportedBrowser(SupportedBrowser.IE, '10') | 2776 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2777 @SupportedBrowser(SupportedBrowser.SAFARI) | 2777 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2778 @Unstable | 2778 @Unstable() |
| 2779 class FETurbulenceElement extends StyledElement implements FilterPrimitiveStanda
rdAttributes { | 2779 class FETurbulenceElement extends StyledElement implements FilterPrimitiveStanda
rdAttributes { |
| 2780 // To suppress missing implicit constructor warnings. | 2780 // To suppress missing implicit constructor warnings. |
| 2781 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported");
} | 2781 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported");
} |
| 2782 | 2782 |
| 2783 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') | 2783 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') |
| 2784 @DocsEditable | 2784 @DocsEditable() |
| 2785 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("feTurbulence"); | 2785 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("feTurbulence"); |
| 2786 | 2786 |
| 2787 /// Checks if this type is supported on the current platform. | 2787 /// Checks if this type is supported on the current platform. |
| 2788 static bool get supported => true; | 2788 static bool get supported => true; |
| 2789 | 2789 |
| 2790 @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_NOSTITCH') | 2790 @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_NOSTITCH') |
| 2791 @DocsEditable | 2791 @DocsEditable() |
| 2792 static const int SVG_STITCHTYPE_NOSTITCH = 2; | 2792 static const int SVG_STITCHTYPE_NOSTITCH = 2; |
| 2793 | 2793 |
| 2794 @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_STITCH') | 2794 @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_STITCH') |
| 2795 @DocsEditable | 2795 @DocsEditable() |
| 2796 static const int SVG_STITCHTYPE_STITCH = 1; | 2796 static const int SVG_STITCHTYPE_STITCH = 1; |
| 2797 | 2797 |
| 2798 @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_UNKNOWN') | 2798 @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_UNKNOWN') |
| 2799 @DocsEditable | 2799 @DocsEditable() |
| 2800 static const int SVG_STITCHTYPE_UNKNOWN = 0; | 2800 static const int SVG_STITCHTYPE_UNKNOWN = 0; |
| 2801 | 2801 |
| 2802 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_FRACTALNOISE') | 2802 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_FRACTALNOISE') |
| 2803 @DocsEditable | 2803 @DocsEditable() |
| 2804 static const int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; | 2804 static const int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; |
| 2805 | 2805 |
| 2806 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE') | 2806 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE') |
| 2807 @DocsEditable | 2807 @DocsEditable() |
| 2808 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; | 2808 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; |
| 2809 | 2809 |
| 2810 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_UNKNOWN') | 2810 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_UNKNOWN') |
| 2811 @DocsEditable | 2811 @DocsEditable() |
| 2812 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; | 2812 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
| 2813 | 2813 |
| 2814 @DomName('SVGFETurbulenceElement.baseFrequencyX') | 2814 @DomName('SVGFETurbulenceElement.baseFrequencyX') |
| 2815 @DocsEditable | 2815 @DocsEditable() |
| 2816 AnimatedNumber get baseFrequencyX native "SVGFETurbulenceElement_baseFrequency
X_Getter"; | 2816 AnimatedNumber get baseFrequencyX native "SVGFETurbulenceElement_baseFrequency
X_Getter"; |
| 2817 | 2817 |
| 2818 @DomName('SVGFETurbulenceElement.baseFrequencyY') | 2818 @DomName('SVGFETurbulenceElement.baseFrequencyY') |
| 2819 @DocsEditable | 2819 @DocsEditable() |
| 2820 AnimatedNumber get baseFrequencyY native "SVGFETurbulenceElement_baseFrequency
Y_Getter"; | 2820 AnimatedNumber get baseFrequencyY native "SVGFETurbulenceElement_baseFrequency
Y_Getter"; |
| 2821 | 2821 |
| 2822 @DomName('SVGFETurbulenceElement.numOctaves') | 2822 @DomName('SVGFETurbulenceElement.numOctaves') |
| 2823 @DocsEditable | 2823 @DocsEditable() |
| 2824 AnimatedInteger get numOctaves native "SVGFETurbulenceElement_numOctaves_Gette
r"; | 2824 AnimatedInteger get numOctaves native "SVGFETurbulenceElement_numOctaves_Gette
r"; |
| 2825 | 2825 |
| 2826 @DomName('SVGFETurbulenceElement.seed') | 2826 @DomName('SVGFETurbulenceElement.seed') |
| 2827 @DocsEditable | 2827 @DocsEditable() |
| 2828 AnimatedNumber get seed native "SVGFETurbulenceElement_seed_Getter"; | 2828 AnimatedNumber get seed native "SVGFETurbulenceElement_seed_Getter"; |
| 2829 | 2829 |
| 2830 @DomName('SVGFETurbulenceElement.stitchTiles') | 2830 @DomName('SVGFETurbulenceElement.stitchTiles') |
| 2831 @DocsEditable | 2831 @DocsEditable() |
| 2832 AnimatedEnumeration get stitchTiles native "SVGFETurbulenceElement_stitchTiles
_Getter"; | 2832 AnimatedEnumeration get stitchTiles native "SVGFETurbulenceElement_stitchTiles
_Getter"; |
| 2833 | 2833 |
| 2834 @DomName('SVGFETurbulenceElement.type') | 2834 @DomName('SVGFETurbulenceElement.type') |
| 2835 @DocsEditable | 2835 @DocsEditable() |
| 2836 AnimatedEnumeration get type native "SVGFETurbulenceElement_type_Getter"; | 2836 AnimatedEnumeration get type native "SVGFETurbulenceElement_type_Getter"; |
| 2837 | 2837 |
| 2838 @DomName('SVGFETurbulenceElement.height') | 2838 @DomName('SVGFETurbulenceElement.height') |
| 2839 @DocsEditable | 2839 @DocsEditable() |
| 2840 AnimatedLength get height native "SVGFETurbulenceElement_height_Getter"; | 2840 AnimatedLength get height native "SVGFETurbulenceElement_height_Getter"; |
| 2841 | 2841 |
| 2842 @DomName('SVGFETurbulenceElement.result') | 2842 @DomName('SVGFETurbulenceElement.result') |
| 2843 @DocsEditable | 2843 @DocsEditable() |
| 2844 AnimatedString get result native "SVGFETurbulenceElement_result_Getter"; | 2844 AnimatedString get result native "SVGFETurbulenceElement_result_Getter"; |
| 2845 | 2845 |
| 2846 @DomName('SVGFETurbulenceElement.width') | 2846 @DomName('SVGFETurbulenceElement.width') |
| 2847 @DocsEditable | 2847 @DocsEditable() |
| 2848 AnimatedLength get width native "SVGFETurbulenceElement_width_Getter"; | 2848 AnimatedLength get width native "SVGFETurbulenceElement_width_Getter"; |
| 2849 | 2849 |
| 2850 @DomName('SVGFETurbulenceElement.x') | 2850 @DomName('SVGFETurbulenceElement.x') |
| 2851 @DocsEditable | 2851 @DocsEditable() |
| 2852 AnimatedLength get x native "SVGFETurbulenceElement_x_Getter"; | 2852 AnimatedLength get x native "SVGFETurbulenceElement_x_Getter"; |
| 2853 | 2853 |
| 2854 @DomName('SVGFETurbulenceElement.y') | 2854 @DomName('SVGFETurbulenceElement.y') |
| 2855 @DocsEditable | 2855 @DocsEditable() |
| 2856 AnimatedLength get y native "SVGFETurbulenceElement_y_Getter"; | 2856 AnimatedLength get y native "SVGFETurbulenceElement_y_Getter"; |
| 2857 | 2857 |
| 2858 } | 2858 } |
| 2859 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2859 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2860 // for details. All rights reserved. Use of this source code is governed by a | 2860 // for details. All rights reserved. Use of this source code is governed by a |
| 2861 // BSD-style license that can be found in the LICENSE file. | 2861 // BSD-style license that can be found in the LICENSE file. |
| 2862 | 2862 |
| 2863 // WARNING: Do not edit - generated code. | 2863 // WARNING: Do not edit - generated code. |
| 2864 | 2864 |
| 2865 | 2865 |
| 2866 @DocsEditable | 2866 @DocsEditable() |
| 2867 @DomName('SVGFilterElement') | 2867 @DomName('SVGFilterElement') |
| 2868 @SupportedBrowser(SupportedBrowser.CHROME) | 2868 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2869 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2869 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2870 @SupportedBrowser(SupportedBrowser.IE, '10') | 2870 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2871 @SupportedBrowser(SupportedBrowser.SAFARI) | 2871 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2872 @Unstable | 2872 @Unstable() |
| 2873 class FilterElement extends StyledElement implements UriReference, ExternalResou
rcesRequired, LangSpace { | 2873 class FilterElement extends StyledElement implements UriReference, ExternalResou
rcesRequired, LangSpace { |
| 2874 // To suppress missing implicit constructor warnings. | 2874 // To suppress missing implicit constructor warnings. |
| 2875 factory FilterElement._() { throw new UnsupportedError("Not supported"); } | 2875 factory FilterElement._() { throw new UnsupportedError("Not supported"); } |
| 2876 | 2876 |
| 2877 @DomName('SVGFilterElement.SVGFilterElement') | 2877 @DomName('SVGFilterElement.SVGFilterElement') |
| 2878 @DocsEditable | 2878 @DocsEditable() |
| 2879 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); | 2879 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); |
| 2880 | 2880 |
| 2881 /// Checks if this type is supported on the current platform. | 2881 /// Checks if this type is supported on the current platform. |
| 2882 static bool get supported => true; | 2882 static bool get supported => true; |
| 2883 | 2883 |
| 2884 @DomName('SVGFilterElement.filterResX') | 2884 @DomName('SVGFilterElement.filterResX') |
| 2885 @DocsEditable | 2885 @DocsEditable() |
| 2886 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; | 2886 AnimatedInteger get filterResX native "SVGFilterElement_filterResX_Getter"; |
| 2887 | 2887 |
| 2888 @DomName('SVGFilterElement.filterResY') | 2888 @DomName('SVGFilterElement.filterResY') |
| 2889 @DocsEditable | 2889 @DocsEditable() |
| 2890 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; | 2890 AnimatedInteger get filterResY native "SVGFilterElement_filterResY_Getter"; |
| 2891 | 2891 |
| 2892 @DomName('SVGFilterElement.filterUnits') | 2892 @DomName('SVGFilterElement.filterUnits') |
| 2893 @DocsEditable | 2893 @DocsEditable() |
| 2894 AnimatedEnumeration get filterUnits native "SVGFilterElement_filterUnits_Gette
r"; | 2894 AnimatedEnumeration get filterUnits native "SVGFilterElement_filterUnits_Gette
r"; |
| 2895 | 2895 |
| 2896 @DomName('SVGFilterElement.height') | 2896 @DomName('SVGFilterElement.height') |
| 2897 @DocsEditable | 2897 @DocsEditable() |
| 2898 AnimatedLength get height native "SVGFilterElement_height_Getter"; | 2898 AnimatedLength get height native "SVGFilterElement_height_Getter"; |
| 2899 | 2899 |
| 2900 @DomName('SVGFilterElement.primitiveUnits') | 2900 @DomName('SVGFilterElement.primitiveUnits') |
| 2901 @DocsEditable | 2901 @DocsEditable() |
| 2902 AnimatedEnumeration get primitiveUnits native "SVGFilterElement_primitiveUnits
_Getter"; | 2902 AnimatedEnumeration get primitiveUnits native "SVGFilterElement_primitiveUnits
_Getter"; |
| 2903 | 2903 |
| 2904 @DomName('SVGFilterElement.width') | 2904 @DomName('SVGFilterElement.width') |
| 2905 @DocsEditable | 2905 @DocsEditable() |
| 2906 AnimatedLength get width native "SVGFilterElement_width_Getter"; | 2906 AnimatedLength get width native "SVGFilterElement_width_Getter"; |
| 2907 | 2907 |
| 2908 @DomName('SVGFilterElement.x') | 2908 @DomName('SVGFilterElement.x') |
| 2909 @DocsEditable | 2909 @DocsEditable() |
| 2910 AnimatedLength get x native "SVGFilterElement_x_Getter"; | 2910 AnimatedLength get x native "SVGFilterElement_x_Getter"; |
| 2911 | 2911 |
| 2912 @DomName('SVGFilterElement.y') | 2912 @DomName('SVGFilterElement.y') |
| 2913 @DocsEditable | 2913 @DocsEditable() |
| 2914 AnimatedLength get y native "SVGFilterElement_y_Getter"; | 2914 AnimatedLength get y native "SVGFilterElement_y_Getter"; |
| 2915 | 2915 |
| 2916 @DomName('SVGFilterElement.setFilterRes') | 2916 @DomName('SVGFilterElement.setFilterRes') |
| 2917 @DocsEditable | 2917 @DocsEditable() |
| 2918 void setFilterRes(int filterResX, int filterResY) native "SVGFilterElement_set
FilterRes_Callback"; | 2918 void setFilterRes(int filterResX, int filterResY) native "SVGFilterElement_set
FilterRes_Callback"; |
| 2919 | 2919 |
| 2920 @DomName('SVGFilterElement.externalResourcesRequired') | 2920 @DomName('SVGFilterElement.externalResourcesRequired') |
| 2921 @DocsEditable | 2921 @DocsEditable() |
| 2922 AnimatedBoolean get externalResourcesRequired native "SVGFilterElement_externa
lResourcesRequired_Getter"; | 2922 AnimatedBoolean get externalResourcesRequired native "SVGFilterElement_externa
lResourcesRequired_Getter"; |
| 2923 | 2923 |
| 2924 @DomName('SVGFilterElement.xmllang') | 2924 @DomName('SVGFilterElement.xmllang') |
| 2925 @DocsEditable | 2925 @DocsEditable() |
| 2926 String get xmllang native "SVGFilterElement_xmllang_Getter"; | 2926 String get xmllang native "SVGFilterElement_xmllang_Getter"; |
| 2927 | 2927 |
| 2928 @DomName('SVGFilterElement.xmllang') | 2928 @DomName('SVGFilterElement.xmllang') |
| 2929 @DocsEditable | 2929 @DocsEditable() |
| 2930 void set xmllang(String value) native "SVGFilterElement_xmllang_Setter"; | 2930 void set xmllang(String value) native "SVGFilterElement_xmllang_Setter"; |
| 2931 | 2931 |
| 2932 @DomName('SVGFilterElement.xmlspace') | 2932 @DomName('SVGFilterElement.xmlspace') |
| 2933 @DocsEditable | 2933 @DocsEditable() |
| 2934 String get xmlspace native "SVGFilterElement_xmlspace_Getter"; | 2934 String get xmlspace native "SVGFilterElement_xmlspace_Getter"; |
| 2935 | 2935 |
| 2936 @DomName('SVGFilterElement.xmlspace') | 2936 @DomName('SVGFilterElement.xmlspace') |
| 2937 @DocsEditable | 2937 @DocsEditable() |
| 2938 void set xmlspace(String value) native "SVGFilterElement_xmlspace_Setter"; | 2938 void set xmlspace(String value) native "SVGFilterElement_xmlspace_Setter"; |
| 2939 | 2939 |
| 2940 @DomName('SVGFilterElement.href') | 2940 @DomName('SVGFilterElement.href') |
| 2941 @DocsEditable | 2941 @DocsEditable() |
| 2942 AnimatedString get href native "SVGFilterElement_href_Getter"; | 2942 AnimatedString get href native "SVGFilterElement_href_Getter"; |
| 2943 | 2943 |
| 2944 } | 2944 } |
| 2945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2946 // for details. All rights reserved. Use of this source code is governed by a | 2946 // for details. All rights reserved. Use of this source code is governed by a |
| 2947 // BSD-style license that can be found in the LICENSE file. | 2947 // BSD-style license that can be found in the LICENSE file. |
| 2948 | 2948 |
| 2949 // WARNING: Do not edit - generated code. | 2949 // WARNING: Do not edit - generated code. |
| 2950 | 2950 |
| 2951 | 2951 |
| 2952 @DocsEditable | 2952 @DocsEditable() |
| 2953 @DomName('SVGFilterPrimitiveStandardAttributes') | 2953 @DomName('SVGFilterPrimitiveStandardAttributes') |
| 2954 @Unstable | 2954 @Unstable() |
| 2955 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass
1 { | 2955 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass
1 { |
| 2956 | 2956 |
| 2957 @DomName('SVGFilterPrimitiveStandardAttributes.height') | 2957 @DomName('SVGFilterPrimitiveStandardAttributes.height') |
| 2958 @DocsEditable | 2958 @DocsEditable() |
| 2959 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_
Getter"; | 2959 AnimatedLength get height native "SVGFilterPrimitiveStandardAttributes_height_
Getter"; |
| 2960 | 2960 |
| 2961 @DomName('SVGFilterPrimitiveStandardAttributes.result') | 2961 @DomName('SVGFilterPrimitiveStandardAttributes.result') |
| 2962 @DocsEditable | 2962 @DocsEditable() |
| 2963 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_
Getter"; | 2963 AnimatedString get result native "SVGFilterPrimitiveStandardAttributes_result_
Getter"; |
| 2964 | 2964 |
| 2965 @DomName('SVGFilterPrimitiveStandardAttributes.width') | 2965 @DomName('SVGFilterPrimitiveStandardAttributes.width') |
| 2966 @DocsEditable | 2966 @DocsEditable() |
| 2967 AnimatedLength get width native "SVGFilterPrimitiveStandardAttributes_width_Ge
tter"; | 2967 AnimatedLength get width native "SVGFilterPrimitiveStandardAttributes_width_Ge
tter"; |
| 2968 | 2968 |
| 2969 @DomName('SVGFilterPrimitiveStandardAttributes.x') | 2969 @DomName('SVGFilterPrimitiveStandardAttributes.x') |
| 2970 @DocsEditable | 2970 @DocsEditable() |
| 2971 AnimatedLength get x native "SVGFilterPrimitiveStandardAttributes_x_Getter"; | 2971 AnimatedLength get x native "SVGFilterPrimitiveStandardAttributes_x_Getter"; |
| 2972 | 2972 |
| 2973 @DomName('SVGFilterPrimitiveStandardAttributes.y') | 2973 @DomName('SVGFilterPrimitiveStandardAttributes.y') |
| 2974 @DocsEditable | 2974 @DocsEditable() |
| 2975 AnimatedLength get y native "SVGFilterPrimitiveStandardAttributes_y_Getter"; | 2975 AnimatedLength get y native "SVGFilterPrimitiveStandardAttributes_y_Getter"; |
| 2976 | 2976 |
| 2977 } | 2977 } |
| 2978 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2978 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2979 // for details. All rights reserved. Use of this source code is governed by a | 2979 // for details. All rights reserved. Use of this source code is governed by a |
| 2980 // BSD-style license that can be found in the LICENSE file. | 2980 // BSD-style license that can be found in the LICENSE file. |
| 2981 | 2981 |
| 2982 // WARNING: Do not edit - generated code. | 2982 // WARNING: Do not edit - generated code. |
| 2983 | 2983 |
| 2984 | 2984 |
| 2985 @DocsEditable | 2985 @DocsEditable() |
| 2986 @DomName('SVGFitToViewBox') | 2986 @DomName('SVGFitToViewBox') |
| 2987 @Unstable | 2987 @Unstable() |
| 2988 abstract class FitToViewBox extends NativeFieldWrapperClass1 { | 2988 abstract class FitToViewBox extends NativeFieldWrapperClass1 { |
| 2989 | 2989 |
| 2990 @DomName('SVGFitToViewBox.preserveAspectRatio') | 2990 @DomName('SVGFitToViewBox.preserveAspectRatio') |
| 2991 @DocsEditable | 2991 @DocsEditable() |
| 2992 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr
eserveAspectRatio_Getter"; | 2992 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGFitToViewBox_pr
eserveAspectRatio_Getter"; |
| 2993 | 2993 |
| 2994 @DomName('SVGFitToViewBox.viewBox') | 2994 @DomName('SVGFitToViewBox.viewBox') |
| 2995 @DocsEditable | 2995 @DocsEditable() |
| 2996 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; | 2996 AnimatedRect get viewBox native "SVGFitToViewBox_viewBox_Getter"; |
| 2997 | 2997 |
| 2998 } | 2998 } |
| 2999 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2999 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3000 // for details. All rights reserved. Use of this source code is governed by a | 3000 // for details. All rights reserved. Use of this source code is governed by a |
| 3001 // BSD-style license that can be found in the LICENSE file. | 3001 // BSD-style license that can be found in the LICENSE file. |
| 3002 | 3002 |
| 3003 // WARNING: Do not edit - generated code. | 3003 // WARNING: Do not edit - generated code. |
| 3004 | 3004 |
| 3005 | 3005 |
| 3006 @DocsEditable | 3006 @DocsEditable() |
| 3007 @DomName('SVGForeignObjectElement') | 3007 @DomName('SVGForeignObjectElement') |
| 3008 @SupportedBrowser(SupportedBrowser.CHROME) | 3008 @SupportedBrowser(SupportedBrowser.CHROME) |
| 3009 @SupportedBrowser(SupportedBrowser.FIREFOX) | 3009 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 3010 @SupportedBrowser(SupportedBrowser.SAFARI) | 3010 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 3011 @Unstable | 3011 @Unstable() |
| 3012 class ForeignObjectElement extends StyledElement implements Transformable, Tests
, ExternalResourcesRequired, LangSpace { | 3012 class ForeignObjectElement extends StyledElement implements Transformable, Tests
, ExternalResourcesRequired, LangSpace { |
| 3013 // To suppress missing implicit constructor warnings. | 3013 // To suppress missing implicit constructor warnings. |
| 3014 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported")
; } | 3014 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported")
; } |
| 3015 | 3015 |
| 3016 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') | 3016 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') |
| 3017 @DocsEditable | 3017 @DocsEditable() |
| 3018 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); | 3018 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); |
| 3019 | 3019 |
| 3020 /// Checks if this type is supported on the current platform. | 3020 /// Checks if this type is supported on the current platform. |
| 3021 static bool get supported => true; | 3021 static bool get supported => true; |
| 3022 | 3022 |
| 3023 @DomName('SVGForeignObjectElement.height') | 3023 @DomName('SVGForeignObjectElement.height') |
| 3024 @DocsEditable | 3024 @DocsEditable() |
| 3025 AnimatedLength get height native "SVGForeignObjectElement_height_Getter"; | 3025 AnimatedLength get height native "SVGForeignObjectElement_height_Getter"; |
| 3026 | 3026 |
| 3027 @DomName('SVGForeignObjectElement.width') | 3027 @DomName('SVGForeignObjectElement.width') |
| 3028 @DocsEditable | 3028 @DocsEditable() |
| 3029 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; | 3029 AnimatedLength get width native "SVGForeignObjectElement_width_Getter"; |
| 3030 | 3030 |
| 3031 @DomName('SVGForeignObjectElement.x') | 3031 @DomName('SVGForeignObjectElement.x') |
| 3032 @DocsEditable | 3032 @DocsEditable() |
| 3033 AnimatedLength get x native "SVGForeignObjectElement_x_Getter"; | 3033 AnimatedLength get x native "SVGForeignObjectElement_x_Getter"; |
| 3034 | 3034 |
| 3035 @DomName('SVGForeignObjectElement.y') | 3035 @DomName('SVGForeignObjectElement.y') |
| 3036 @DocsEditable | 3036 @DocsEditable() |
| 3037 AnimatedLength get y native "SVGForeignObjectElement_y_Getter"; | 3037 AnimatedLength get y native "SVGForeignObjectElement_y_Getter"; |
| 3038 | 3038 |
| 3039 @DomName('SVGForeignObjectElement.externalResourcesRequired') | 3039 @DomName('SVGForeignObjectElement.externalResourcesRequired') |
| 3040 @DocsEditable | 3040 @DocsEditable() |
| 3041 AnimatedBoolean get externalResourcesRequired native "SVGForeignObjectElement_
externalResourcesRequired_Getter"; | 3041 AnimatedBoolean get externalResourcesRequired native "SVGForeignObjectElement_
externalResourcesRequired_Getter"; |
| 3042 | 3042 |
| 3043 @DomName('SVGForeignObjectElement.xmllang') | 3043 @DomName('SVGForeignObjectElement.xmllang') |
| 3044 @DocsEditable | 3044 @DocsEditable() |
| 3045 String get xmllang native "SVGForeignObjectElement_xmllang_Getter"; | 3045 String get xmllang native "SVGForeignObjectElement_xmllang_Getter"; |
| 3046 | 3046 |
| 3047 @DomName('SVGForeignObjectElement.xmllang') | 3047 @DomName('SVGForeignObjectElement.xmllang') |
| 3048 @DocsEditable | 3048 @DocsEditable() |
| 3049 void set xmllang(String value) native "SVGForeignObjectElement_xmllang_Setter"
; | 3049 void set xmllang(String value) native "SVGForeignObjectElement_xmllang_Setter"
; |
| 3050 | 3050 |
| 3051 @DomName('SVGForeignObjectElement.xmlspace') | 3051 @DomName('SVGForeignObjectElement.xmlspace') |
| 3052 @DocsEditable | 3052 @DocsEditable() |
| 3053 String get xmlspace native "SVGForeignObjectElement_xmlspace_Getter"; | 3053 String get xmlspace native "SVGForeignObjectElement_xmlspace_Getter"; |
| 3054 | 3054 |
| 3055 @DomName('SVGForeignObjectElement.xmlspace') | 3055 @DomName('SVGForeignObjectElement.xmlspace') |
| 3056 @DocsEditable | 3056 @DocsEditable() |
| 3057 void set xmlspace(String value) native "SVGForeignObjectElement_xmlspace_Sette
r"; | 3057 void set xmlspace(String value) native "SVGForeignObjectElement_xmlspace_Sette
r"; |
| 3058 | 3058 |
| 3059 @DomName('SVGForeignObjectElement.farthestViewportElement') | 3059 @DomName('SVGForeignObjectElement.farthestViewportElement') |
| 3060 @DocsEditable | 3060 @DocsEditable() |
| 3061 SvgElement get farthestViewportElement native "SVGForeignObjectElement_farthes
tViewportElement_Getter"; | 3061 SvgElement get farthestViewportElement native "SVGForeignObjectElement_farthes
tViewportElement_Getter"; |
| 3062 | 3062 |
| 3063 @DomName('SVGForeignObjectElement.nearestViewportElement') | 3063 @DomName('SVGForeignObjectElement.nearestViewportElement') |
| 3064 @DocsEditable | 3064 @DocsEditable() |
| 3065 SvgElement get nearestViewportElement native "SVGForeignObjectElement_nearestV
iewportElement_Getter"; | 3065 SvgElement get nearestViewportElement native "SVGForeignObjectElement_nearestV
iewportElement_Getter"; |
| 3066 | 3066 |
| 3067 @DomName('SVGForeignObjectElement.getBBox') | 3067 @DomName('SVGForeignObjectElement.getBBox') |
| 3068 @DocsEditable | 3068 @DocsEditable() |
| 3069 Rect getBBox() native "SVGForeignObjectElement_getBBox_Callback"; | 3069 Rect getBBox() native "SVGForeignObjectElement_getBBox_Callback"; |
| 3070 | 3070 |
| 3071 @DomName('SVGForeignObjectElement.getCTM') | 3071 @DomName('SVGForeignObjectElement.getCTM') |
| 3072 @DocsEditable | 3072 @DocsEditable() |
| 3073 Matrix getCtm() native "SVGForeignObjectElement_getCTM_Callback"; | 3073 Matrix getCtm() native "SVGForeignObjectElement_getCTM_Callback"; |
| 3074 | 3074 |
| 3075 @DomName('SVGForeignObjectElement.getScreenCTM') | 3075 @DomName('SVGForeignObjectElement.getScreenCTM') |
| 3076 @DocsEditable | 3076 @DocsEditable() |
| 3077 Matrix getScreenCtm() native "SVGForeignObjectElement_getScreenCTM_Callback"; | 3077 Matrix getScreenCtm() native "SVGForeignObjectElement_getScreenCTM_Callback"; |
| 3078 | 3078 |
| 3079 @DomName('SVGForeignObjectElement.getTransformToElement') | 3079 @DomName('SVGForeignObjectElement.getTransformToElement') |
| 3080 @DocsEditable | 3080 @DocsEditable() |
| 3081 Matrix getTransformToElement(SvgElement element) native "SVGForeignObjectEleme
nt_getTransformToElement_Callback"; | 3081 Matrix getTransformToElement(SvgElement element) native "SVGForeignObjectEleme
nt_getTransformToElement_Callback"; |
| 3082 | 3082 |
| 3083 @DomName('SVGForeignObjectElement.requiredExtensions') | 3083 @DomName('SVGForeignObjectElement.requiredExtensions') |
| 3084 @DocsEditable | 3084 @DocsEditable() |
| 3085 StringList get requiredExtensions native "SVGForeignObjectElement_requiredExte
nsions_Getter"; | 3085 StringList get requiredExtensions native "SVGForeignObjectElement_requiredExte
nsions_Getter"; |
| 3086 | 3086 |
| 3087 @DomName('SVGForeignObjectElement.requiredFeatures') | 3087 @DomName('SVGForeignObjectElement.requiredFeatures') |
| 3088 @DocsEditable | 3088 @DocsEditable() |
| 3089 StringList get requiredFeatures native "SVGForeignObjectElement_requiredFeatur
es_Getter"; | 3089 StringList get requiredFeatures native "SVGForeignObjectElement_requiredFeatur
es_Getter"; |
| 3090 | 3090 |
| 3091 @DomName('SVGForeignObjectElement.systemLanguage') | 3091 @DomName('SVGForeignObjectElement.systemLanguage') |
| 3092 @DocsEditable | 3092 @DocsEditable() |
| 3093 StringList get systemLanguage native "SVGForeignObjectElement_systemLanguage_G
etter"; | 3093 StringList get systemLanguage native "SVGForeignObjectElement_systemLanguage_G
etter"; |
| 3094 | 3094 |
| 3095 @DomName('SVGForeignObjectElement.hasExtension') | 3095 @DomName('SVGForeignObjectElement.hasExtension') |
| 3096 @DocsEditable | 3096 @DocsEditable() |
| 3097 bool hasExtension(String extension) native "SVGForeignObjectElement_hasExtensi
on_Callback"; | 3097 bool hasExtension(String extension) native "SVGForeignObjectElement_hasExtensi
on_Callback"; |
| 3098 | 3098 |
| 3099 @DomName('SVGForeignObjectElement.transform') | 3099 @DomName('SVGForeignObjectElement.transform') |
| 3100 @DocsEditable | 3100 @DocsEditable() |
| 3101 AnimatedTransformList get transform native "SVGForeignObjectElement_transform_
Getter"; | 3101 AnimatedTransformList get transform native "SVGForeignObjectElement_transform_
Getter"; |
| 3102 | 3102 |
| 3103 } | 3103 } |
| 3104 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3104 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3105 // for details. All rights reserved. Use of this source code is governed by a | 3105 // for details. All rights reserved. Use of this source code is governed by a |
| 3106 // BSD-style license that can be found in the LICENSE file. | 3106 // BSD-style license that can be found in the LICENSE file. |
| 3107 | 3107 |
| 3108 // WARNING: Do not edit - generated code. | 3108 // WARNING: Do not edit - generated code. |
| 3109 | 3109 |
| 3110 | 3110 |
| 3111 @DocsEditable | 3111 @DocsEditable() |
| 3112 @DomName('SVGGElement') | 3112 @DomName('SVGGElement') |
| 3113 @Unstable | 3113 @Unstable() |
| 3114 class GElement extends StyledElement implements Transformable, Tests, ExternalRe
sourcesRequired, LangSpace { | 3114 class GElement extends StyledElement implements Transformable, Tests, ExternalRe
sourcesRequired, LangSpace { |
| 3115 // To suppress missing implicit constructor warnings. | 3115 // To suppress missing implicit constructor warnings. |
| 3116 factory GElement._() { throw new UnsupportedError("Not supported"); } | 3116 factory GElement._() { throw new UnsupportedError("Not supported"); } |
| 3117 | 3117 |
| 3118 @DomName('SVGGElement.SVGGElement') | 3118 @DomName('SVGGElement.SVGGElement') |
| 3119 @DocsEditable | 3119 @DocsEditable() |
| 3120 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); | 3120 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
| 3121 | 3121 |
| 3122 @DomName('SVGGElement.externalResourcesRequired') | 3122 @DomName('SVGGElement.externalResourcesRequired') |
| 3123 @DocsEditable | 3123 @DocsEditable() |
| 3124 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso
urcesRequired_Getter"; | 3124 AnimatedBoolean get externalResourcesRequired native "SVGGElement_externalReso
urcesRequired_Getter"; |
| 3125 | 3125 |
| 3126 @DomName('SVGGElement.xmllang') | 3126 @DomName('SVGGElement.xmllang') |
| 3127 @DocsEditable | 3127 @DocsEditable() |
| 3128 String get xmllang native "SVGGElement_xmllang_Getter"; | 3128 String get xmllang native "SVGGElement_xmllang_Getter"; |
| 3129 | 3129 |
| 3130 @DomName('SVGGElement.xmllang') | 3130 @DomName('SVGGElement.xmllang') |
| 3131 @DocsEditable | 3131 @DocsEditable() |
| 3132 void set xmllang(String value) native "SVGGElement_xmllang_Setter"; | 3132 void set xmllang(String value) native "SVGGElement_xmllang_Setter"; |
| 3133 | 3133 |
| 3134 @DomName('SVGGElement.xmlspace') | 3134 @DomName('SVGGElement.xmlspace') |
| 3135 @DocsEditable | 3135 @DocsEditable() |
| 3136 String get xmlspace native "SVGGElement_xmlspace_Getter"; | 3136 String get xmlspace native "SVGGElement_xmlspace_Getter"; |
| 3137 | 3137 |
| 3138 @DomName('SVGGElement.xmlspace') | 3138 @DomName('SVGGElement.xmlspace') |
| 3139 @DocsEditable | 3139 @DocsEditable() |
| 3140 void set xmlspace(String value) native "SVGGElement_xmlspace_Setter"; | 3140 void set xmlspace(String value) native "SVGGElement_xmlspace_Setter"; |
| 3141 | 3141 |
| 3142 @DomName('SVGGElement.farthestViewportElement') | 3142 @DomName('SVGGElement.farthestViewportElement') |
| 3143 @DocsEditable | 3143 @DocsEditable() |
| 3144 SvgElement get farthestViewportElement native "SVGGElement_farthestViewportEle
ment_Getter"; | 3144 SvgElement get farthestViewportElement native "SVGGElement_farthestViewportEle
ment_Getter"; |
| 3145 | 3145 |
| 3146 @DomName('SVGGElement.nearestViewportElement') | 3146 @DomName('SVGGElement.nearestViewportElement') |
| 3147 @DocsEditable | 3147 @DocsEditable() |
| 3148 SvgElement get nearestViewportElement native "SVGGElement_nearestViewportEleme
nt_Getter"; | 3148 SvgElement get nearestViewportElement native "SVGGElement_nearestViewportEleme
nt_Getter"; |
| 3149 | 3149 |
| 3150 @DomName('SVGGElement.getBBox') | 3150 @DomName('SVGGElement.getBBox') |
| 3151 @DocsEditable | 3151 @DocsEditable() |
| 3152 Rect getBBox() native "SVGGElement_getBBox_Callback"; | 3152 Rect getBBox() native "SVGGElement_getBBox_Callback"; |
| 3153 | 3153 |
| 3154 @DomName('SVGGElement.getCTM') | 3154 @DomName('SVGGElement.getCTM') |
| 3155 @DocsEditable | 3155 @DocsEditable() |
| 3156 Matrix getCtm() native "SVGGElement_getCTM_Callback"; | 3156 Matrix getCtm() native "SVGGElement_getCTM_Callback"; |
| 3157 | 3157 |
| 3158 @DomName('SVGGElement.getScreenCTM') | 3158 @DomName('SVGGElement.getScreenCTM') |
| 3159 @DocsEditable | 3159 @DocsEditable() |
| 3160 Matrix getScreenCtm() native "SVGGElement_getScreenCTM_Callback"; | 3160 Matrix getScreenCtm() native "SVGGElement_getScreenCTM_Callback"; |
| 3161 | 3161 |
| 3162 @DomName('SVGGElement.getTransformToElement') | 3162 @DomName('SVGGElement.getTransformToElement') |
| 3163 @DocsEditable | 3163 @DocsEditable() |
| 3164 Matrix getTransformToElement(SvgElement element) native "SVGGElement_getTransf
ormToElement_Callback"; | 3164 Matrix getTransformToElement(SvgElement element) native "SVGGElement_getTransf
ormToElement_Callback"; |
| 3165 | 3165 |
| 3166 @DomName('SVGGElement.requiredExtensions') | 3166 @DomName('SVGGElement.requiredExtensions') |
| 3167 @DocsEditable | 3167 @DocsEditable() |
| 3168 StringList get requiredExtensions native "SVGGElement_requiredExtensions_Gette
r"; | 3168 StringList get requiredExtensions native "SVGGElement_requiredExtensions_Gette
r"; |
| 3169 | 3169 |
| 3170 @DomName('SVGGElement.requiredFeatures') | 3170 @DomName('SVGGElement.requiredFeatures') |
| 3171 @DocsEditable | 3171 @DocsEditable() |
| 3172 StringList get requiredFeatures native "SVGGElement_requiredFeatures_Getter"; | 3172 StringList get requiredFeatures native "SVGGElement_requiredFeatures_Getter"; |
| 3173 | 3173 |
| 3174 @DomName('SVGGElement.systemLanguage') | 3174 @DomName('SVGGElement.systemLanguage') |
| 3175 @DocsEditable | 3175 @DocsEditable() |
| 3176 StringList get systemLanguage native "SVGGElement_systemLanguage_Getter"; | 3176 StringList get systemLanguage native "SVGGElement_systemLanguage_Getter"; |
| 3177 | 3177 |
| 3178 @DomName('SVGGElement.hasExtension') | 3178 @DomName('SVGGElement.hasExtension') |
| 3179 @DocsEditable | 3179 @DocsEditable() |
| 3180 bool hasExtension(String extension) native "SVGGElement_hasExtension_Callback"
; | 3180 bool hasExtension(String extension) native "SVGGElement_hasExtension_Callback"
; |
| 3181 | 3181 |
| 3182 @DomName('SVGGElement.transform') | 3182 @DomName('SVGGElement.transform') |
| 3183 @DocsEditable | 3183 @DocsEditable() |
| 3184 AnimatedTransformList get transform native "SVGGElement_transform_Getter"; | 3184 AnimatedTransformList get transform native "SVGGElement_transform_Getter"; |
| 3185 | 3185 |
| 3186 } | 3186 } |
| 3187 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3187 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3188 // for details. All rights reserved. Use of this source code is governed by a | 3188 // for details. All rights reserved. Use of this source code is governed by a |
| 3189 // BSD-style license that can be found in the LICENSE file. | 3189 // BSD-style license that can be found in the LICENSE file. |
| 3190 | 3190 |
| 3191 // WARNING: Do not edit - generated code. | 3191 // WARNING: Do not edit - generated code. |
| 3192 | 3192 |
| 3193 | 3193 |
| 3194 @DocsEditable | 3194 @DocsEditable() |
| 3195 @DomName('SVGImageElement') | 3195 @DomName('SVGImageElement') |
| 3196 @Unstable | 3196 @Unstable() |
| 3197 class ImageElement extends StyledElement implements UriReference, Tests, Transfo
rmable, ExternalResourcesRequired, LangSpace { | 3197 class ImageElement extends StyledElement implements UriReference, Tests, Transfo
rmable, ExternalResourcesRequired, LangSpace { |
| 3198 // To suppress missing implicit constructor warnings. | 3198 // To suppress missing implicit constructor warnings. |
| 3199 factory ImageElement._() { throw new UnsupportedError("Not supported"); } | 3199 factory ImageElement._() { throw new UnsupportedError("Not supported"); } |
| 3200 | 3200 |
| 3201 @DomName('SVGImageElement.SVGImageElement') | 3201 @DomName('SVGImageElement.SVGImageElement') |
| 3202 @DocsEditable | 3202 @DocsEditable() |
| 3203 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 3203 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); |
| 3204 | 3204 |
| 3205 @DomName('SVGImageElement.height') | 3205 @DomName('SVGImageElement.height') |
| 3206 @DocsEditable | 3206 @DocsEditable() |
| 3207 AnimatedLength get height native "SVGImageElement_height_Getter"; | 3207 AnimatedLength get height native "SVGImageElement_height_Getter"; |
| 3208 | 3208 |
| 3209 @DomName('SVGImageElement.preserveAspectRatio') | 3209 @DomName('SVGImageElement.preserveAspectRatio') |
| 3210 @DocsEditable | 3210 @DocsEditable() |
| 3211 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr
eserveAspectRatio_Getter"; | 3211 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGImageElement_pr
eserveAspectRatio_Getter"; |
| 3212 | 3212 |
| 3213 @DomName('SVGImageElement.width') | 3213 @DomName('SVGImageElement.width') |
| 3214 @DocsEditable | 3214 @DocsEditable() |
| 3215 AnimatedLength get width native "SVGImageElement_width_Getter"; | 3215 AnimatedLength get width native "SVGImageElement_width_Getter"; |
| 3216 | 3216 |
| 3217 @DomName('SVGImageElement.x') | 3217 @DomName('SVGImageElement.x') |
| 3218 @DocsEditable | 3218 @DocsEditable() |
| 3219 AnimatedLength get x native "SVGImageElement_x_Getter"; | 3219 AnimatedLength get x native "SVGImageElement_x_Getter"; |
| 3220 | 3220 |
| 3221 @DomName('SVGImageElement.y') | 3221 @DomName('SVGImageElement.y') |
| 3222 @DocsEditable | 3222 @DocsEditable() |
| 3223 AnimatedLength get y native "SVGImageElement_y_Getter"; | 3223 AnimatedLength get y native "SVGImageElement_y_Getter"; |
| 3224 | 3224 |
| 3225 @DomName('SVGImageElement.externalResourcesRequired') | 3225 @DomName('SVGImageElement.externalResourcesRequired') |
| 3226 @DocsEditable | 3226 @DocsEditable() |
| 3227 AnimatedBoolean get externalResourcesRequired native "SVGImageElement_external
ResourcesRequired_Getter"; | 3227 AnimatedBoolean get externalResourcesRequired native "SVGImageElement_external
ResourcesRequired_Getter"; |
| 3228 | 3228 |
| 3229 @DomName('SVGImageElement.xmllang') | 3229 @DomName('SVGImageElement.xmllang') |
| 3230 @DocsEditable | 3230 @DocsEditable() |
| 3231 String get xmllang native "SVGImageElement_xmllang_Getter"; | 3231 String get xmllang native "SVGImageElement_xmllang_Getter"; |
| 3232 | 3232 |
| 3233 @DomName('SVGImageElement.xmllang') | 3233 @DomName('SVGImageElement.xmllang') |
| 3234 @DocsEditable | 3234 @DocsEditable() |
| 3235 void set xmllang(String value) native "SVGImageElement_xmllang_Setter"; | 3235 void set xmllang(String value) native "SVGImageElement_xmllang_Setter"; |
| 3236 | 3236 |
| 3237 @DomName('SVGImageElement.xmlspace') | 3237 @DomName('SVGImageElement.xmlspace') |
| 3238 @DocsEditable | 3238 @DocsEditable() |
| 3239 String get xmlspace native "SVGImageElement_xmlspace_Getter"; | 3239 String get xmlspace native "SVGImageElement_xmlspace_Getter"; |
| 3240 | 3240 |
| 3241 @DomName('SVGImageElement.xmlspace') | 3241 @DomName('SVGImageElement.xmlspace') |
| 3242 @DocsEditable | 3242 @DocsEditable() |
| 3243 void set xmlspace(String value) native "SVGImageElement_xmlspace_Setter"; | 3243 void set xmlspace(String value) native "SVGImageElement_xmlspace_Setter"; |
| 3244 | 3244 |
| 3245 @DomName('SVGImageElement.farthestViewportElement') | 3245 @DomName('SVGImageElement.farthestViewportElement') |
| 3246 @DocsEditable | 3246 @DocsEditable() |
| 3247 SvgElement get farthestViewportElement native "SVGImageElement_farthestViewpor
tElement_Getter"; | 3247 SvgElement get farthestViewportElement native "SVGImageElement_farthestViewpor
tElement_Getter"; |
| 3248 | 3248 |
| 3249 @DomName('SVGImageElement.nearestViewportElement') | 3249 @DomName('SVGImageElement.nearestViewportElement') |
| 3250 @DocsEditable | 3250 @DocsEditable() |
| 3251 SvgElement get nearestViewportElement native "SVGImageElement_nearestViewportE
lement_Getter"; | 3251 SvgElement get nearestViewportElement native "SVGImageElement_nearestViewportE
lement_Getter"; |
| 3252 | 3252 |
| 3253 @DomName('SVGImageElement.getBBox') | 3253 @DomName('SVGImageElement.getBBox') |
| 3254 @DocsEditable | 3254 @DocsEditable() |
| 3255 Rect getBBox() native "SVGImageElement_getBBox_Callback"; | 3255 Rect getBBox() native "SVGImageElement_getBBox_Callback"; |
| 3256 | 3256 |
| 3257 @DomName('SVGImageElement.getCTM') | 3257 @DomName('SVGImageElement.getCTM') |
| 3258 @DocsEditable | 3258 @DocsEditable() |
| 3259 Matrix getCtm() native "SVGImageElement_getCTM_Callback"; | 3259 Matrix getCtm() native "SVGImageElement_getCTM_Callback"; |
| 3260 | 3260 |
| 3261 @DomName('SVGImageElement.getScreenCTM') | 3261 @DomName('SVGImageElement.getScreenCTM') |
| 3262 @DocsEditable | 3262 @DocsEditable() |
| 3263 Matrix getScreenCtm() native "SVGImageElement_getScreenCTM_Callback"; | 3263 Matrix getScreenCtm() native "SVGImageElement_getScreenCTM_Callback"; |
| 3264 | 3264 |
| 3265 @DomName('SVGImageElement.getTransformToElement') | 3265 @DomName('SVGImageElement.getTransformToElement') |
| 3266 @DocsEditable | 3266 @DocsEditable() |
| 3267 Matrix getTransformToElement(SvgElement element) native "SVGImageElement_getTr
ansformToElement_Callback"; | 3267 Matrix getTransformToElement(SvgElement element) native "SVGImageElement_getTr
ansformToElement_Callback"; |
| 3268 | 3268 |
| 3269 @DomName('SVGImageElement.requiredExtensions') | 3269 @DomName('SVGImageElement.requiredExtensions') |
| 3270 @DocsEditable | 3270 @DocsEditable() |
| 3271 StringList get requiredExtensions native "SVGImageElement_requiredExtensions_G
etter"; | 3271 StringList get requiredExtensions native "SVGImageElement_requiredExtensions_G
etter"; |
| 3272 | 3272 |
| 3273 @DomName('SVGImageElement.requiredFeatures') | 3273 @DomName('SVGImageElement.requiredFeatures') |
| 3274 @DocsEditable | 3274 @DocsEditable() |
| 3275 StringList get requiredFeatures native "SVGImageElement_requiredFeatures_Gette
r"; | 3275 StringList get requiredFeatures native "SVGImageElement_requiredFeatures_Gette
r"; |
| 3276 | 3276 |
| 3277 @DomName('SVGImageElement.systemLanguage') | 3277 @DomName('SVGImageElement.systemLanguage') |
| 3278 @DocsEditable | 3278 @DocsEditable() |
| 3279 StringList get systemLanguage native "SVGImageElement_systemLanguage_Getter"; | 3279 StringList get systemLanguage native "SVGImageElement_systemLanguage_Getter"; |
| 3280 | 3280 |
| 3281 @DomName('SVGImageElement.hasExtension') | 3281 @DomName('SVGImageElement.hasExtension') |
| 3282 @DocsEditable | 3282 @DocsEditable() |
| 3283 bool hasExtension(String extension) native "SVGImageElement_hasExtension_Callb
ack"; | 3283 bool hasExtension(String extension) native "SVGImageElement_hasExtension_Callb
ack"; |
| 3284 | 3284 |
| 3285 @DomName('SVGImageElement.transform') | 3285 @DomName('SVGImageElement.transform') |
| 3286 @DocsEditable | 3286 @DocsEditable() |
| 3287 AnimatedTransformList get transform native "SVGImageElement_transform_Getter"; | 3287 AnimatedTransformList get transform native "SVGImageElement_transform_Getter"; |
| 3288 | 3288 |
| 3289 @DomName('SVGImageElement.href') | 3289 @DomName('SVGImageElement.href') |
| 3290 @DocsEditable | 3290 @DocsEditable() |
| 3291 AnimatedString get href native "SVGImageElement_href_Getter"; | 3291 AnimatedString get href native "SVGImageElement_href_Getter"; |
| 3292 | 3292 |
| 3293 } | 3293 } |
| 3294 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3294 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3295 // for details. All rights reserved. Use of this source code is governed by a | 3295 // for details. All rights reserved. Use of this source code is governed by a |
| 3296 // BSD-style license that can be found in the LICENSE file. | 3296 // BSD-style license that can be found in the LICENSE file. |
| 3297 | 3297 |
| 3298 // WARNING: Do not edit - generated code. | 3298 // WARNING: Do not edit - generated code. |
| 3299 | 3299 |
| 3300 | 3300 |
| 3301 @DocsEditable | 3301 @DocsEditable() |
| 3302 @DomName('SVGLangSpace') | 3302 @DomName('SVGLangSpace') |
| 3303 @Unstable | 3303 @Unstable() |
| 3304 abstract class LangSpace extends NativeFieldWrapperClass1 { | 3304 abstract class LangSpace extends NativeFieldWrapperClass1 { |
| 3305 | 3305 |
| 3306 /// Checks if this type is supported on the current platform. | 3306 /// Checks if this type is supported on the current platform. |
| 3307 static bool supported(SvgElement element) => true; | 3307 static bool supported(SvgElement element) => true; |
| 3308 | 3308 |
| 3309 @DomName('SVGLangSpace.xmllang') | 3309 @DomName('SVGLangSpace.xmllang') |
| 3310 @DocsEditable | 3310 @DocsEditable() |
| 3311 String get xmllang native "SVGLangSpace_xmllang_Getter"; | 3311 String get xmllang native "SVGLangSpace_xmllang_Getter"; |
| 3312 | 3312 |
| 3313 @DomName('SVGLangSpace.xmllang') | 3313 @DomName('SVGLangSpace.xmllang') |
| 3314 @DocsEditable | 3314 @DocsEditable() |
| 3315 void set xmllang(String value) native "SVGLangSpace_xmllang_Setter"; | 3315 void set xmllang(String value) native "SVGLangSpace_xmllang_Setter"; |
| 3316 | 3316 |
| 3317 @DomName('SVGLangSpace.xmlspace') | 3317 @DomName('SVGLangSpace.xmlspace') |
| 3318 @DocsEditable | 3318 @DocsEditable() |
| 3319 String get xmlspace native "SVGLangSpace_xmlspace_Getter"; | 3319 String get xmlspace native "SVGLangSpace_xmlspace_Getter"; |
| 3320 | 3320 |
| 3321 @DomName('SVGLangSpace.xmlspace') | 3321 @DomName('SVGLangSpace.xmlspace') |
| 3322 @DocsEditable | 3322 @DocsEditable() |
| 3323 void set xmlspace(String value) native "SVGLangSpace_xmlspace_Setter"; | 3323 void set xmlspace(String value) native "SVGLangSpace_xmlspace_Setter"; |
| 3324 | 3324 |
| 3325 } | 3325 } |
| 3326 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3326 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3327 // for details. All rights reserved. Use of this source code is governed by a | 3327 // for details. All rights reserved. Use of this source code is governed by a |
| 3328 // BSD-style license that can be found in the LICENSE file. | 3328 // BSD-style license that can be found in the LICENSE file. |
| 3329 | 3329 |
| 3330 // WARNING: Do not edit - generated code. | 3330 // WARNING: Do not edit - generated code. |
| 3331 | 3331 |
| 3332 | 3332 |
| 3333 @DocsEditable | 3333 @DocsEditable() |
| 3334 @DomName('SVGLength') | 3334 @DomName('SVGLength') |
| 3335 @Unstable | 3335 @Unstable() |
| 3336 class Length extends NativeFieldWrapperClass1 { | 3336 class Length extends NativeFieldWrapperClass1 { |
| 3337 | 3337 |
| 3338 @DomName('SVGLength.SVG_LENGTHTYPE_CM') | 3338 @DomName('SVGLength.SVG_LENGTHTYPE_CM') |
| 3339 @DocsEditable | 3339 @DocsEditable() |
| 3340 static const int SVG_LENGTHTYPE_CM = 6; | 3340 static const int SVG_LENGTHTYPE_CM = 6; |
| 3341 | 3341 |
| 3342 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') | 3342 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') |
| 3343 @DocsEditable | 3343 @DocsEditable() |
| 3344 static const int SVG_LENGTHTYPE_EMS = 3; | 3344 static const int SVG_LENGTHTYPE_EMS = 3; |
| 3345 | 3345 |
| 3346 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') | 3346 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') |
| 3347 @DocsEditable | 3347 @DocsEditable() |
| 3348 static const int SVG_LENGTHTYPE_EXS = 4; | 3348 static const int SVG_LENGTHTYPE_EXS = 4; |
| 3349 | 3349 |
| 3350 @DomName('SVGLength.SVG_LENGTHTYPE_IN') | 3350 @DomName('SVGLength.SVG_LENGTHTYPE_IN') |
| 3351 @DocsEditable | 3351 @DocsEditable() |
| 3352 static const int SVG_LENGTHTYPE_IN = 8; | 3352 static const int SVG_LENGTHTYPE_IN = 8; |
| 3353 | 3353 |
| 3354 @DomName('SVGLength.SVG_LENGTHTYPE_MM') | 3354 @DomName('SVGLength.SVG_LENGTHTYPE_MM') |
| 3355 @DocsEditable | 3355 @DocsEditable() |
| 3356 static const int SVG_LENGTHTYPE_MM = 7; | 3356 static const int SVG_LENGTHTYPE_MM = 7; |
| 3357 | 3357 |
| 3358 @DomName('SVGLength.SVG_LENGTHTYPE_NUMBER') | 3358 @DomName('SVGLength.SVG_LENGTHTYPE_NUMBER') |
| 3359 @DocsEditable | 3359 @DocsEditable() |
| 3360 static const int SVG_LENGTHTYPE_NUMBER = 1; | 3360 static const int SVG_LENGTHTYPE_NUMBER = 1; |
| 3361 | 3361 |
| 3362 @DomName('SVGLength.SVG_LENGTHTYPE_PC') | 3362 @DomName('SVGLength.SVG_LENGTHTYPE_PC') |
| 3363 @DocsEditable | 3363 @DocsEditable() |
| 3364 static const int SVG_LENGTHTYPE_PC = 10; | 3364 static const int SVG_LENGTHTYPE_PC = 10; |
| 3365 | 3365 |
| 3366 @DomName('SVGLength.SVG_LENGTHTYPE_PERCENTAGE') | 3366 @DomName('SVGLength.SVG_LENGTHTYPE_PERCENTAGE') |
| 3367 @DocsEditable | 3367 @DocsEditable() |
| 3368 static const int SVG_LENGTHTYPE_PERCENTAGE = 2; | 3368 static const int SVG_LENGTHTYPE_PERCENTAGE = 2; |
| 3369 | 3369 |
| 3370 @DomName('SVGLength.SVG_LENGTHTYPE_PT') | 3370 @DomName('SVGLength.SVG_LENGTHTYPE_PT') |
| 3371 @DocsEditable | 3371 @DocsEditable() |
| 3372 static const int SVG_LENGTHTYPE_PT = 9; | 3372 static const int SVG_LENGTHTYPE_PT = 9; |
| 3373 | 3373 |
| 3374 @DomName('SVGLength.SVG_LENGTHTYPE_PX') | 3374 @DomName('SVGLength.SVG_LENGTHTYPE_PX') |
| 3375 @DocsEditable | 3375 @DocsEditable() |
| 3376 static const int SVG_LENGTHTYPE_PX = 5; | 3376 static const int SVG_LENGTHTYPE_PX = 5; |
| 3377 | 3377 |
| 3378 @DomName('SVGLength.SVG_LENGTHTYPE_UNKNOWN') | 3378 @DomName('SVGLength.SVG_LENGTHTYPE_UNKNOWN') |
| 3379 @DocsEditable | 3379 @DocsEditable() |
| 3380 static const int SVG_LENGTHTYPE_UNKNOWN = 0; | 3380 static const int SVG_LENGTHTYPE_UNKNOWN = 0; |
| 3381 | 3381 |
| 3382 @DomName('SVGLength.unitType') | 3382 @DomName('SVGLength.unitType') |
| 3383 @DocsEditable | 3383 @DocsEditable() |
| 3384 int get unitType native "SVGLength_unitType_Getter"; | 3384 int get unitType native "SVGLength_unitType_Getter"; |
| 3385 | 3385 |
| 3386 @DomName('SVGLength.value') | 3386 @DomName('SVGLength.value') |
| 3387 @DocsEditable | 3387 @DocsEditable() |
| 3388 num get value native "SVGLength_value_Getter"; | 3388 num get value native "SVGLength_value_Getter"; |
| 3389 | 3389 |
| 3390 @DomName('SVGLength.value') | 3390 @DomName('SVGLength.value') |
| 3391 @DocsEditable | 3391 @DocsEditable() |
| 3392 void set value(num value) native "SVGLength_value_Setter"; | 3392 void set value(num value) native "SVGLength_value_Setter"; |
| 3393 | 3393 |
| 3394 @DomName('SVGLength.valueAsString') | 3394 @DomName('SVGLength.valueAsString') |
| 3395 @DocsEditable | 3395 @DocsEditable() |
| 3396 String get valueAsString native "SVGLength_valueAsString_Getter"; | 3396 String get valueAsString native "SVGLength_valueAsString_Getter"; |
| 3397 | 3397 |
| 3398 @DomName('SVGLength.valueAsString') | 3398 @DomName('SVGLength.valueAsString') |
| 3399 @DocsEditable | 3399 @DocsEditable() |
| 3400 void set valueAsString(String value) native "SVGLength_valueAsString_Setter"; | 3400 void set valueAsString(String value) native "SVGLength_valueAsString_Setter"; |
| 3401 | 3401 |
| 3402 @DomName('SVGLength.valueInSpecifiedUnits') | 3402 @DomName('SVGLength.valueInSpecifiedUnits') |
| 3403 @DocsEditable | 3403 @DocsEditable() |
| 3404 num get valueInSpecifiedUnits native "SVGLength_valueInSpecifiedUnits_Getter"; | 3404 num get valueInSpecifiedUnits native "SVGLength_valueInSpecifiedUnits_Getter"; |
| 3405 | 3405 |
| 3406 @DomName('SVGLength.valueInSpecifiedUnits') | 3406 @DomName('SVGLength.valueInSpecifiedUnits') |
| 3407 @DocsEditable | 3407 @DocsEditable() |
| 3408 void set valueInSpecifiedUnits(num value) native "SVGLength_valueInSpecifiedUn
its_Setter"; | 3408 void set valueInSpecifiedUnits(num value) native "SVGLength_valueInSpecifiedUn
its_Setter"; |
| 3409 | 3409 |
| 3410 @DomName('SVGLength.convertToSpecifiedUnits') | 3410 @DomName('SVGLength.convertToSpecifiedUnits') |
| 3411 @DocsEditable | 3411 @DocsEditable() |
| 3412 void convertToSpecifiedUnits(int unitType) native "SVGLength_convertToSpecifie
dUnits_Callback"; | 3412 void convertToSpecifiedUnits(int unitType) native "SVGLength_convertToSpecifie
dUnits_Callback"; |
| 3413 | 3413 |
| 3414 @DomName('SVGLength.newValueSpecifiedUnits') | 3414 @DomName('SVGLength.newValueSpecifiedUnits') |
| 3415 @DocsEditable | 3415 @DocsEditable() |
| 3416 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGLength_newValueSpecifiedUnits_Callback"; | 3416 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) native "S
VGLength_newValueSpecifiedUnits_Callback"; |
| 3417 | 3417 |
| 3418 } | 3418 } |
| 3419 // 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 |
| 3420 // 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 |
| 3421 // BSD-style license that can be found in the LICENSE file. | 3421 // BSD-style license that can be found in the LICENSE file. |
| 3422 | 3422 |
| 3423 // WARNING: Do not edit - generated code. | 3423 // WARNING: Do not edit - generated code. |
| 3424 | 3424 |
| 3425 | 3425 |
| 3426 @DocsEditable | 3426 @DocsEditable() |
| 3427 @DomName('SVGLengthList') | 3427 @DomName('SVGLengthList') |
| 3428 @Unstable | 3428 @Unstable() |
| 3429 class LengthList extends NativeFieldWrapperClass1 with ListMixin<Length>, Immuta
bleListMixin<Length> implements List<Length> { | 3429 class LengthList extends NativeFieldWrapperClass1 with ListMixin<Length>, Immuta
bleListMixin<Length> implements List<Length> { |
| 3430 | 3430 |
| 3431 @DomName('SVGLengthList.numberOfItems') | 3431 @DomName('SVGLengthList.numberOfItems') |
| 3432 @DocsEditable | 3432 @DocsEditable() |
| 3433 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; | 3433 int get numberOfItems native "SVGLengthList_numberOfItems_Getter"; |
| 3434 | 3434 |
| 3435 Length operator[](int index) { | 3435 Length operator[](int index) { |
| 3436 if (index < 0 || index >= length) | 3436 if (index < 0 || index >= length) |
| 3437 throw new RangeError.range(index, 0, length); | 3437 throw new RangeError.range(index, 0, length); |
| 3438 return _nativeIndexedGetter(index); | 3438 return _nativeIndexedGetter(index); |
| 3439 } | 3439 } |
| 3440 Length _nativeIndexedGetter(int index) native "SVGLengthList_item_Callback"; | 3440 Length _nativeIndexedGetter(int index) native "SVGLengthList_item_Callback"; |
| 3441 | 3441 |
| 3442 void operator[]=(int index, Length value) { | 3442 void operator[]=(int index, Length value) { |
| (...skipping 30 matching lines...) Expand all Loading... |
| 3473 return this[0]; | 3473 return this[0]; |
| 3474 } | 3474 } |
| 3475 if (len == 0) throw new StateError("No elements"); | 3475 if (len == 0) throw new StateError("No elements"); |
| 3476 throw new StateError("More than one element"); | 3476 throw new StateError("More than one element"); |
| 3477 } | 3477 } |
| 3478 | 3478 |
| 3479 Length elementAt(int index) => this[index]; | 3479 Length elementAt(int index) => this[index]; |
| 3480 // -- end List<Length> mixins. | 3480 // -- end List<Length> mixins. |
| 3481 | 3481 |
| 3482 @DomName('SVGLengthList.appendItem') | 3482 @DomName('SVGLengthList.appendItem') |
| 3483 @DocsEditable | 3483 @DocsEditable() |
| 3484 Length appendItem(Length item) native "SVGLengthList_appendItem_Callback"; | 3484 Length appendItem(Length item) native "SVGLengthList_appendItem_Callback"; |
| 3485 | 3485 |
| 3486 @DomName('SVGLengthList.clear') | 3486 @DomName('SVGLengthList.clear') |
| 3487 @DocsEditable | 3487 @DocsEditable() |
| 3488 void clear() native "SVGLengthList_clear_Callback"; | 3488 void clear() native "SVGLengthList_clear_Callback"; |
| 3489 | 3489 |
| 3490 @DomName('SVGLengthList.getItem') | 3490 @DomName('SVGLengthList.getItem') |
| 3491 @DocsEditable | 3491 @DocsEditable() |
| 3492 Length getItem(int index) native "SVGLengthList_getItem_Callback"; | 3492 Length getItem(int index) native "SVGLengthList_getItem_Callback"; |
| 3493 | 3493 |
| 3494 @DomName('SVGLengthList.initialize') | 3494 @DomName('SVGLengthList.initialize') |
| 3495 @DocsEditable | 3495 @DocsEditable() |
| 3496 Length initialize(Length item) native "SVGLengthList_initialize_Callback"; | 3496 Length initialize(Length item) native "SVGLengthList_initialize_Callback"; |
| 3497 | 3497 |
| 3498 @DomName('SVGLengthList.insertItemBefore') | 3498 @DomName('SVGLengthList.insertItemBefore') |
| 3499 @DocsEditable | 3499 @DocsEditable() |
| 3500 Length insertItemBefore(Length item, int index) native "SVGLengthList_insertIt
emBefore_Callback"; | 3500 Length insertItemBefore(Length item, int index) native "SVGLengthList_insertIt
emBefore_Callback"; |
| 3501 | 3501 |
| 3502 @DomName('SVGLengthList.removeItem') | 3502 @DomName('SVGLengthList.removeItem') |
| 3503 @DocsEditable | 3503 @DocsEditable() |
| 3504 Length removeItem(int index) native "SVGLengthList_removeItem_Callback"; | 3504 Length removeItem(int index) native "SVGLengthList_removeItem_Callback"; |
| 3505 | 3505 |
| 3506 @DomName('SVGLengthList.replaceItem') | 3506 @DomName('SVGLengthList.replaceItem') |
| 3507 @DocsEditable | 3507 @DocsEditable() |
| 3508 Length replaceItem(Length item, int index) native "SVGLengthList_replaceItem_C
allback"; | 3508 Length replaceItem(Length item, int index) native "SVGLengthList_replaceItem_C
allback"; |
| 3509 | 3509 |
| 3510 } | 3510 } |
| 3511 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3511 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3512 // for details. All rights reserved. Use of this source code is governed by a | 3512 // for details. All rights reserved. Use of this source code is governed by a |
| 3513 // BSD-style license that can be found in the LICENSE file. | 3513 // BSD-style license that can be found in the LICENSE file. |
| 3514 | 3514 |
| 3515 // WARNING: Do not edit - generated code. | 3515 // WARNING: Do not edit - generated code. |
| 3516 | 3516 |
| 3517 | 3517 |
| 3518 @DocsEditable | 3518 @DocsEditable() |
| 3519 @DomName('SVGLineElement') | 3519 @DomName('SVGLineElement') |
| 3520 @Unstable | 3520 @Unstable() |
| 3521 class LineElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { | 3521 class LineElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { |
| 3522 // To suppress missing implicit constructor warnings. | 3522 // To suppress missing implicit constructor warnings. |
| 3523 factory LineElement._() { throw new UnsupportedError("Not supported"); } | 3523 factory LineElement._() { throw new UnsupportedError("Not supported"); } |
| 3524 | 3524 |
| 3525 @DomName('SVGLineElement.SVGLineElement') | 3525 @DomName('SVGLineElement.SVGLineElement') |
| 3526 @DocsEditable | 3526 @DocsEditable() |
| 3527 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 3527 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); |
| 3528 | 3528 |
| 3529 @DomName('SVGLineElement.x1') | 3529 @DomName('SVGLineElement.x1') |
| 3530 @DocsEditable | 3530 @DocsEditable() |
| 3531 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; | 3531 AnimatedLength get x1 native "SVGLineElement_x1_Getter"; |
| 3532 | 3532 |
| 3533 @DomName('SVGLineElement.x2') | 3533 @DomName('SVGLineElement.x2') |
| 3534 @DocsEditable | 3534 @DocsEditable() |
| 3535 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; | 3535 AnimatedLength get x2 native "SVGLineElement_x2_Getter"; |
| 3536 | 3536 |
| 3537 @DomName('SVGLineElement.y1') | 3537 @DomName('SVGLineElement.y1') |
| 3538 @DocsEditable | 3538 @DocsEditable() |
| 3539 AnimatedLength get y1 native "SVGLineElement_y1_Getter"; | 3539 AnimatedLength get y1 native "SVGLineElement_y1_Getter"; |
| 3540 | 3540 |
| 3541 @DomName('SVGLineElement.y2') | 3541 @DomName('SVGLineElement.y2') |
| 3542 @DocsEditable | 3542 @DocsEditable() |
| 3543 AnimatedLength get y2 native "SVGLineElement_y2_Getter"; | 3543 AnimatedLength get y2 native "SVGLineElement_y2_Getter"; |
| 3544 | 3544 |
| 3545 @DomName('SVGLineElement.externalResourcesRequired') | 3545 @DomName('SVGLineElement.externalResourcesRequired') |
| 3546 @DocsEditable | 3546 @DocsEditable() |
| 3547 AnimatedBoolean get externalResourcesRequired native "SVGLineElement_externalR
esourcesRequired_Getter"; | 3547 AnimatedBoolean get externalResourcesRequired native "SVGLineElement_externalR
esourcesRequired_Getter"; |
| 3548 | 3548 |
| 3549 @DomName('SVGLineElement.xmllang') | 3549 @DomName('SVGLineElement.xmllang') |
| 3550 @DocsEditable | 3550 @DocsEditable() |
| 3551 String get xmllang native "SVGLineElement_xmllang_Getter"; | 3551 String get xmllang native "SVGLineElement_xmllang_Getter"; |
| 3552 | 3552 |
| 3553 @DomName('SVGLineElement.xmllang') | 3553 @DomName('SVGLineElement.xmllang') |
| 3554 @DocsEditable | 3554 @DocsEditable() |
| 3555 void set xmllang(String value) native "SVGLineElement_xmllang_Setter"; | 3555 void set xmllang(String value) native "SVGLineElement_xmllang_Setter"; |
| 3556 | 3556 |
| 3557 @DomName('SVGLineElement.xmlspace') | 3557 @DomName('SVGLineElement.xmlspace') |
| 3558 @DocsEditable | 3558 @DocsEditable() |
| 3559 String get xmlspace native "SVGLineElement_xmlspace_Getter"; | 3559 String get xmlspace native "SVGLineElement_xmlspace_Getter"; |
| 3560 | 3560 |
| 3561 @DomName('SVGLineElement.xmlspace') | 3561 @DomName('SVGLineElement.xmlspace') |
| 3562 @DocsEditable | 3562 @DocsEditable() |
| 3563 void set xmlspace(String value) native "SVGLineElement_xmlspace_Setter"; | 3563 void set xmlspace(String value) native "SVGLineElement_xmlspace_Setter"; |
| 3564 | 3564 |
| 3565 @DomName('SVGLineElement.farthestViewportElement') | 3565 @DomName('SVGLineElement.farthestViewportElement') |
| 3566 @DocsEditable | 3566 @DocsEditable() |
| 3567 SvgElement get farthestViewportElement native "SVGLineElement_farthestViewport
Element_Getter"; | 3567 SvgElement get farthestViewportElement native "SVGLineElement_farthestViewport
Element_Getter"; |
| 3568 | 3568 |
| 3569 @DomName('SVGLineElement.nearestViewportElement') | 3569 @DomName('SVGLineElement.nearestViewportElement') |
| 3570 @DocsEditable | 3570 @DocsEditable() |
| 3571 SvgElement get nearestViewportElement native "SVGLineElement_nearestViewportEl
ement_Getter"; | 3571 SvgElement get nearestViewportElement native "SVGLineElement_nearestViewportEl
ement_Getter"; |
| 3572 | 3572 |
| 3573 @DomName('SVGLineElement.getBBox') | 3573 @DomName('SVGLineElement.getBBox') |
| 3574 @DocsEditable | 3574 @DocsEditable() |
| 3575 Rect getBBox() native "SVGLineElement_getBBox_Callback"; | 3575 Rect getBBox() native "SVGLineElement_getBBox_Callback"; |
| 3576 | 3576 |
| 3577 @DomName('SVGLineElement.getCTM') | 3577 @DomName('SVGLineElement.getCTM') |
| 3578 @DocsEditable | 3578 @DocsEditable() |
| 3579 Matrix getCtm() native "SVGLineElement_getCTM_Callback"; | 3579 Matrix getCtm() native "SVGLineElement_getCTM_Callback"; |
| 3580 | 3580 |
| 3581 @DomName('SVGLineElement.getScreenCTM') | 3581 @DomName('SVGLineElement.getScreenCTM') |
| 3582 @DocsEditable | 3582 @DocsEditable() |
| 3583 Matrix getScreenCtm() native "SVGLineElement_getScreenCTM_Callback"; | 3583 Matrix getScreenCtm() native "SVGLineElement_getScreenCTM_Callback"; |
| 3584 | 3584 |
| 3585 @DomName('SVGLineElement.getTransformToElement') | 3585 @DomName('SVGLineElement.getTransformToElement') |
| 3586 @DocsEditable | 3586 @DocsEditable() |
| 3587 Matrix getTransformToElement(SvgElement element) native "SVGLineElement_getTra
nsformToElement_Callback"; | 3587 Matrix getTransformToElement(SvgElement element) native "SVGLineElement_getTra
nsformToElement_Callback"; |
| 3588 | 3588 |
| 3589 @DomName('SVGLineElement.requiredExtensions') | 3589 @DomName('SVGLineElement.requiredExtensions') |
| 3590 @DocsEditable | 3590 @DocsEditable() |
| 3591 StringList get requiredExtensions native "SVGLineElement_requiredExtensions_Ge
tter"; | 3591 StringList get requiredExtensions native "SVGLineElement_requiredExtensions_Ge
tter"; |
| 3592 | 3592 |
| 3593 @DomName('SVGLineElement.requiredFeatures') | 3593 @DomName('SVGLineElement.requiredFeatures') |
| 3594 @DocsEditable | 3594 @DocsEditable() |
| 3595 StringList get requiredFeatures native "SVGLineElement_requiredFeatures_Getter
"; | 3595 StringList get requiredFeatures native "SVGLineElement_requiredFeatures_Getter
"; |
| 3596 | 3596 |
| 3597 @DomName('SVGLineElement.systemLanguage') | 3597 @DomName('SVGLineElement.systemLanguage') |
| 3598 @DocsEditable | 3598 @DocsEditable() |
| 3599 StringList get systemLanguage native "SVGLineElement_systemLanguage_Getter"; | 3599 StringList get systemLanguage native "SVGLineElement_systemLanguage_Getter"; |
| 3600 | 3600 |
| 3601 @DomName('SVGLineElement.hasExtension') | 3601 @DomName('SVGLineElement.hasExtension') |
| 3602 @DocsEditable | 3602 @DocsEditable() |
| 3603 bool hasExtension(String extension) native "SVGLineElement_hasExtension_Callba
ck"; | 3603 bool hasExtension(String extension) native "SVGLineElement_hasExtension_Callba
ck"; |
| 3604 | 3604 |
| 3605 @DomName('SVGLineElement.transform') | 3605 @DomName('SVGLineElement.transform') |
| 3606 @DocsEditable | 3606 @DocsEditable() |
| 3607 AnimatedTransformList get transform native "SVGLineElement_transform_Getter"; | 3607 AnimatedTransformList get transform native "SVGLineElement_transform_Getter"; |
| 3608 | 3608 |
| 3609 } | 3609 } |
| 3610 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3610 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3611 // for details. All rights reserved. Use of this source code is governed by a | 3611 // for details. All rights reserved. Use of this source code is governed by a |
| 3612 // BSD-style license that can be found in the LICENSE file. | 3612 // BSD-style license that can be found in the LICENSE file. |
| 3613 | 3613 |
| 3614 // WARNING: Do not edit - generated code. | 3614 // WARNING: Do not edit - generated code. |
| 3615 | 3615 |
| 3616 | 3616 |
| 3617 @DocsEditable | 3617 @DocsEditable() |
| 3618 @DomName('SVGLinearGradientElement') | 3618 @DomName('SVGLinearGradientElement') |
| 3619 @Unstable | 3619 @Unstable() |
| 3620 class LinearGradientElement extends _GradientElement { | 3620 class LinearGradientElement extends _GradientElement { |
| 3621 // To suppress missing implicit constructor warnings. | 3621 // To suppress missing implicit constructor warnings. |
| 3622 factory LinearGradientElement._() { throw new UnsupportedError("Not supported"
); } | 3622 factory LinearGradientElement._() { throw new UnsupportedError("Not supported"
); } |
| 3623 | 3623 |
| 3624 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') | 3624 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') |
| 3625 @DocsEditable | 3625 @DocsEditable() |
| 3626 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); | 3626 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); |
| 3627 | 3627 |
| 3628 @DomName('SVGLinearGradientElement.x1') | 3628 @DomName('SVGLinearGradientElement.x1') |
| 3629 @DocsEditable | 3629 @DocsEditable() |
| 3630 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; | 3630 AnimatedLength get x1 native "SVGLinearGradientElement_x1_Getter"; |
| 3631 | 3631 |
| 3632 @DomName('SVGLinearGradientElement.x2') | 3632 @DomName('SVGLinearGradientElement.x2') |
| 3633 @DocsEditable | 3633 @DocsEditable() |
| 3634 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; | 3634 AnimatedLength get x2 native "SVGLinearGradientElement_x2_Getter"; |
| 3635 | 3635 |
| 3636 @DomName('SVGLinearGradientElement.y1') | 3636 @DomName('SVGLinearGradientElement.y1') |
| 3637 @DocsEditable | 3637 @DocsEditable() |
| 3638 AnimatedLength get y1 native "SVGLinearGradientElement_y1_Getter"; | 3638 AnimatedLength get y1 native "SVGLinearGradientElement_y1_Getter"; |
| 3639 | 3639 |
| 3640 @DomName('SVGLinearGradientElement.y2') | 3640 @DomName('SVGLinearGradientElement.y2') |
| 3641 @DocsEditable | 3641 @DocsEditable() |
| 3642 AnimatedLength get y2 native "SVGLinearGradientElement_y2_Getter"; | 3642 AnimatedLength get y2 native "SVGLinearGradientElement_y2_Getter"; |
| 3643 | 3643 |
| 3644 } | 3644 } |
| 3645 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3645 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3646 // for details. All rights reserved. Use of this source code is governed by a | 3646 // for details. All rights reserved. Use of this source code is governed by a |
| 3647 // BSD-style license that can be found in the LICENSE file. | 3647 // BSD-style license that can be found in the LICENSE file. |
| 3648 | 3648 |
| 3649 // WARNING: Do not edit - generated code. | 3649 // WARNING: Do not edit - generated code. |
| 3650 | 3650 |
| 3651 | 3651 |
| 3652 @DocsEditable | 3652 @DocsEditable() |
| 3653 @DomName('SVGLocatable') | 3653 @DomName('SVGLocatable') |
| 3654 @Unstable | 3654 @Unstable() |
| 3655 abstract class Locatable extends NativeFieldWrapperClass1 { | 3655 abstract class Locatable extends NativeFieldWrapperClass1 { |
| 3656 | 3656 |
| 3657 @DomName('SVGLocatable.farthestViewportElement') | 3657 @DomName('SVGLocatable.farthestViewportElement') |
| 3658 @DocsEditable | 3658 @DocsEditable() |
| 3659 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl
ement_Getter"; | 3659 SvgElement get farthestViewportElement native "SVGLocatable_farthestViewportEl
ement_Getter"; |
| 3660 | 3660 |
| 3661 @DomName('SVGLocatable.nearestViewportElement') | 3661 @DomName('SVGLocatable.nearestViewportElement') |
| 3662 @DocsEditable | 3662 @DocsEditable() |
| 3663 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem
ent_Getter"; | 3663 SvgElement get nearestViewportElement native "SVGLocatable_nearestViewportElem
ent_Getter"; |
| 3664 | 3664 |
| 3665 @DomName('SVGLocatable.getBBox') | 3665 @DomName('SVGLocatable.getBBox') |
| 3666 @DocsEditable | 3666 @DocsEditable() |
| 3667 Rect getBBox() native "SVGLocatable_getBBox_Callback"; | 3667 Rect getBBox() native "SVGLocatable_getBBox_Callback"; |
| 3668 | 3668 |
| 3669 @DomName('SVGLocatable.getCTM') | 3669 @DomName('SVGLocatable.getCTM') |
| 3670 @DocsEditable | 3670 @DocsEditable() |
| 3671 Matrix getCtm() native "SVGLocatable_getCTM_Callback"; | 3671 Matrix getCtm() native "SVGLocatable_getCTM_Callback"; |
| 3672 | 3672 |
| 3673 @DomName('SVGLocatable.getScreenCTM') | 3673 @DomName('SVGLocatable.getScreenCTM') |
| 3674 @DocsEditable | 3674 @DocsEditable() |
| 3675 Matrix getScreenCtm() native "SVGLocatable_getScreenCTM_Callback"; | 3675 Matrix getScreenCtm() native "SVGLocatable_getScreenCTM_Callback"; |
| 3676 | 3676 |
| 3677 @DomName('SVGLocatable.getTransformToElement') | 3677 @DomName('SVGLocatable.getTransformToElement') |
| 3678 @DocsEditable | 3678 @DocsEditable() |
| 3679 Matrix getTransformToElement(SvgElement element) native "SVGLocatable_getTrans
formToElement_Callback"; | 3679 Matrix getTransformToElement(SvgElement element) native "SVGLocatable_getTrans
formToElement_Callback"; |
| 3680 | 3680 |
| 3681 } | 3681 } |
| 3682 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3682 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3683 // for details. All rights reserved. Use of this source code is governed by a | 3683 // for details. All rights reserved. Use of this source code is governed by a |
| 3684 // BSD-style license that can be found in the LICENSE file. | 3684 // BSD-style license that can be found in the LICENSE file. |
| 3685 | 3685 |
| 3686 // WARNING: Do not edit - generated code. | 3686 // WARNING: Do not edit - generated code. |
| 3687 | 3687 |
| 3688 | 3688 |
| 3689 @DocsEditable | 3689 @DocsEditable() |
| 3690 @DomName('SVGMarkerElement') | 3690 @DomName('SVGMarkerElement') |
| 3691 @Unstable | 3691 @Unstable() |
| 3692 class MarkerElement extends StyledElement implements FitToViewBox, ExternalResou
rcesRequired, LangSpace { | 3692 class MarkerElement extends StyledElement implements FitToViewBox, ExternalResou
rcesRequired, LangSpace { |
| 3693 // To suppress missing implicit constructor warnings. | 3693 // To suppress missing implicit constructor warnings. |
| 3694 factory MarkerElement._() { throw new UnsupportedError("Not supported"); } | 3694 factory MarkerElement._() { throw new UnsupportedError("Not supported"); } |
| 3695 | 3695 |
| 3696 @DomName('SVGMarkerElement.SVGMarkerElement') | 3696 @DomName('SVGMarkerElement.SVGMarkerElement') |
| 3697 @DocsEditable | 3697 @DocsEditable() |
| 3698 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); | 3698 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); |
| 3699 | 3699 |
| 3700 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH') | 3700 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH') |
| 3701 @DocsEditable | 3701 @DocsEditable() |
| 3702 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; | 3702 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; |
| 3703 | 3703 |
| 3704 @DomName('SVGMarkerElement.SVG_MARKERUNITS_UNKNOWN') | 3704 @DomName('SVGMarkerElement.SVG_MARKERUNITS_UNKNOWN') |
| 3705 @DocsEditable | 3705 @DocsEditable() |
| 3706 static const int SVG_MARKERUNITS_UNKNOWN = 0; | 3706 static const int SVG_MARKERUNITS_UNKNOWN = 0; |
| 3707 | 3707 |
| 3708 @DomName('SVGMarkerElement.SVG_MARKERUNITS_USERSPACEONUSE') | 3708 @DomName('SVGMarkerElement.SVG_MARKERUNITS_USERSPACEONUSE') |
| 3709 @DocsEditable | 3709 @DocsEditable() |
| 3710 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; | 3710 static const int SVG_MARKERUNITS_USERSPACEONUSE = 1; |
| 3711 | 3711 |
| 3712 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE') | 3712 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE') |
| 3713 @DocsEditable | 3713 @DocsEditable() |
| 3714 static const int SVG_MARKER_ORIENT_ANGLE = 2; | 3714 static const int SVG_MARKER_ORIENT_ANGLE = 2; |
| 3715 | 3715 |
| 3716 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_AUTO') | 3716 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_AUTO') |
| 3717 @DocsEditable | 3717 @DocsEditable() |
| 3718 static const int SVG_MARKER_ORIENT_AUTO = 1; | 3718 static const int SVG_MARKER_ORIENT_AUTO = 1; |
| 3719 | 3719 |
| 3720 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN') | 3720 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN') |
| 3721 @DocsEditable | 3721 @DocsEditable() |
| 3722 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; | 3722 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; |
| 3723 | 3723 |
| 3724 @DomName('SVGMarkerElement.markerHeight') | 3724 @DomName('SVGMarkerElement.markerHeight') |
| 3725 @DocsEditable | 3725 @DocsEditable() |
| 3726 AnimatedLength get markerHeight native "SVGMarkerElement_markerHeight_Getter"; | 3726 AnimatedLength get markerHeight native "SVGMarkerElement_markerHeight_Getter"; |
| 3727 | 3727 |
| 3728 @DomName('SVGMarkerElement.markerUnits') | 3728 @DomName('SVGMarkerElement.markerUnits') |
| 3729 @DocsEditable | 3729 @DocsEditable() |
| 3730 AnimatedEnumeration get markerUnits native "SVGMarkerElement_markerUnits_Gette
r"; | 3730 AnimatedEnumeration get markerUnits native "SVGMarkerElement_markerUnits_Gette
r"; |
| 3731 | 3731 |
| 3732 @DomName('SVGMarkerElement.markerWidth') | 3732 @DomName('SVGMarkerElement.markerWidth') |
| 3733 @DocsEditable | 3733 @DocsEditable() |
| 3734 AnimatedLength get markerWidth native "SVGMarkerElement_markerWidth_Getter"; | 3734 AnimatedLength get markerWidth native "SVGMarkerElement_markerWidth_Getter"; |
| 3735 | 3735 |
| 3736 @DomName('SVGMarkerElement.orientAngle') | 3736 @DomName('SVGMarkerElement.orientAngle') |
| 3737 @DocsEditable | 3737 @DocsEditable() |
| 3738 AnimatedAngle get orientAngle native "SVGMarkerElement_orientAngle_Getter"; | 3738 AnimatedAngle get orientAngle native "SVGMarkerElement_orientAngle_Getter"; |
| 3739 | 3739 |
| 3740 @DomName('SVGMarkerElement.orientType') | 3740 @DomName('SVGMarkerElement.orientType') |
| 3741 @DocsEditable | 3741 @DocsEditable() |
| 3742 AnimatedEnumeration get orientType native "SVGMarkerElement_orientType_Getter"
; | 3742 AnimatedEnumeration get orientType native "SVGMarkerElement_orientType_Getter"
; |
| 3743 | 3743 |
| 3744 @DomName('SVGMarkerElement.refX') | 3744 @DomName('SVGMarkerElement.refX') |
| 3745 @DocsEditable | 3745 @DocsEditable() |
| 3746 AnimatedLength get refX native "SVGMarkerElement_refX_Getter"; | 3746 AnimatedLength get refX native "SVGMarkerElement_refX_Getter"; |
| 3747 | 3747 |
| 3748 @DomName('SVGMarkerElement.refY') | 3748 @DomName('SVGMarkerElement.refY') |
| 3749 @DocsEditable | 3749 @DocsEditable() |
| 3750 AnimatedLength get refY native "SVGMarkerElement_refY_Getter"; | 3750 AnimatedLength get refY native "SVGMarkerElement_refY_Getter"; |
| 3751 | 3751 |
| 3752 @DomName('SVGMarkerElement.setOrientToAngle') | 3752 @DomName('SVGMarkerElement.setOrientToAngle') |
| 3753 @DocsEditable | 3753 @DocsEditable() |
| 3754 void setOrientToAngle(Angle angle) native "SVGMarkerElement_setOrientToAngle_C
allback"; | 3754 void setOrientToAngle(Angle angle) native "SVGMarkerElement_setOrientToAngle_C
allback"; |
| 3755 | 3755 |
| 3756 @DomName('SVGMarkerElement.setOrientToAuto') | 3756 @DomName('SVGMarkerElement.setOrientToAuto') |
| 3757 @DocsEditable | 3757 @DocsEditable() |
| 3758 void setOrientToAuto() native "SVGMarkerElement_setOrientToAuto_Callback"; | 3758 void setOrientToAuto() native "SVGMarkerElement_setOrientToAuto_Callback"; |
| 3759 | 3759 |
| 3760 @DomName('SVGMarkerElement.externalResourcesRequired') | 3760 @DomName('SVGMarkerElement.externalResourcesRequired') |
| 3761 @DocsEditable | 3761 @DocsEditable() |
| 3762 AnimatedBoolean get externalResourcesRequired native "SVGMarkerElement_externa
lResourcesRequired_Getter"; | 3762 AnimatedBoolean get externalResourcesRequired native "SVGMarkerElement_externa
lResourcesRequired_Getter"; |
| 3763 | 3763 |
| 3764 @DomName('SVGMarkerElement.preserveAspectRatio') | 3764 @DomName('SVGMarkerElement.preserveAspectRatio') |
| 3765 @DocsEditable | 3765 @DocsEditable() |
| 3766 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGMarkerElement_p
reserveAspectRatio_Getter"; | 3766 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGMarkerElement_p
reserveAspectRatio_Getter"; |
| 3767 | 3767 |
| 3768 @DomName('SVGMarkerElement.viewBox') | 3768 @DomName('SVGMarkerElement.viewBox') |
| 3769 @DocsEditable | 3769 @DocsEditable() |
| 3770 AnimatedRect get viewBox native "SVGMarkerElement_viewBox_Getter"; | 3770 AnimatedRect get viewBox native "SVGMarkerElement_viewBox_Getter"; |
| 3771 | 3771 |
| 3772 @DomName('SVGMarkerElement.xmllang') | 3772 @DomName('SVGMarkerElement.xmllang') |
| 3773 @DocsEditable | 3773 @DocsEditable() |
| 3774 String get xmllang native "SVGMarkerElement_xmllang_Getter"; | 3774 String get xmllang native "SVGMarkerElement_xmllang_Getter"; |
| 3775 | 3775 |
| 3776 @DomName('SVGMarkerElement.xmllang') | 3776 @DomName('SVGMarkerElement.xmllang') |
| 3777 @DocsEditable | 3777 @DocsEditable() |
| 3778 void set xmllang(String value) native "SVGMarkerElement_xmllang_Setter"; | 3778 void set xmllang(String value) native "SVGMarkerElement_xmllang_Setter"; |
| 3779 | 3779 |
| 3780 @DomName('SVGMarkerElement.xmlspace') | 3780 @DomName('SVGMarkerElement.xmlspace') |
| 3781 @DocsEditable | 3781 @DocsEditable() |
| 3782 String get xmlspace native "SVGMarkerElement_xmlspace_Getter"; | 3782 String get xmlspace native "SVGMarkerElement_xmlspace_Getter"; |
| 3783 | 3783 |
| 3784 @DomName('SVGMarkerElement.xmlspace') | 3784 @DomName('SVGMarkerElement.xmlspace') |
| 3785 @DocsEditable | 3785 @DocsEditable() |
| 3786 void set xmlspace(String value) native "SVGMarkerElement_xmlspace_Setter"; | 3786 void set xmlspace(String value) native "SVGMarkerElement_xmlspace_Setter"; |
| 3787 | 3787 |
| 3788 } | 3788 } |
| 3789 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3789 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3790 // for details. All rights reserved. Use of this source code is governed by a | 3790 // for details. All rights reserved. Use of this source code is governed by a |
| 3791 // BSD-style license that can be found in the LICENSE file. | 3791 // BSD-style license that can be found in the LICENSE file. |
| 3792 | 3792 |
| 3793 // WARNING: Do not edit - generated code. | 3793 // WARNING: Do not edit - generated code. |
| 3794 | 3794 |
| 3795 | 3795 |
| 3796 @DocsEditable | 3796 @DocsEditable() |
| 3797 @DomName('SVGMaskElement') | 3797 @DomName('SVGMaskElement') |
| 3798 @Unstable | 3798 @Unstable() |
| 3799 class MaskElement extends StyledElement implements Tests, ExternalResourcesRequi
red, LangSpace { | 3799 class MaskElement extends StyledElement implements Tests, ExternalResourcesRequi
red, LangSpace { |
| 3800 // To suppress missing implicit constructor warnings. | 3800 // To suppress missing implicit constructor warnings. |
| 3801 factory MaskElement._() { throw new UnsupportedError("Not supported"); } | 3801 factory MaskElement._() { throw new UnsupportedError("Not supported"); } |
| 3802 | 3802 |
| 3803 @DomName('SVGMaskElement.SVGMaskElement') | 3803 @DomName('SVGMaskElement.SVGMaskElement') |
| 3804 @DocsEditable | 3804 @DocsEditable() |
| 3805 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 3805 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); |
| 3806 | 3806 |
| 3807 @DomName('SVGMaskElement.height') | 3807 @DomName('SVGMaskElement.height') |
| 3808 @DocsEditable | 3808 @DocsEditable() |
| 3809 AnimatedLength get height native "SVGMaskElement_height_Getter"; | 3809 AnimatedLength get height native "SVGMaskElement_height_Getter"; |
| 3810 | 3810 |
| 3811 @DomName('SVGMaskElement.maskContentUnits') | 3811 @DomName('SVGMaskElement.maskContentUnits') |
| 3812 @DocsEditable | 3812 @DocsEditable() |
| 3813 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni
ts_Getter"; | 3813 AnimatedEnumeration get maskContentUnits native "SVGMaskElement_maskContentUni
ts_Getter"; |
| 3814 | 3814 |
| 3815 @DomName('SVGMaskElement.maskUnits') | 3815 @DomName('SVGMaskElement.maskUnits') |
| 3816 @DocsEditable | 3816 @DocsEditable() |
| 3817 AnimatedEnumeration get maskUnits native "SVGMaskElement_maskUnits_Getter"; | 3817 AnimatedEnumeration get maskUnits native "SVGMaskElement_maskUnits_Getter"; |
| 3818 | 3818 |
| 3819 @DomName('SVGMaskElement.width') | 3819 @DomName('SVGMaskElement.width') |
| 3820 @DocsEditable | 3820 @DocsEditable() |
| 3821 AnimatedLength get width native "SVGMaskElement_width_Getter"; | 3821 AnimatedLength get width native "SVGMaskElement_width_Getter"; |
| 3822 | 3822 |
| 3823 @DomName('SVGMaskElement.x') | 3823 @DomName('SVGMaskElement.x') |
| 3824 @DocsEditable | 3824 @DocsEditable() |
| 3825 AnimatedLength get x native "SVGMaskElement_x_Getter"; | 3825 AnimatedLength get x native "SVGMaskElement_x_Getter"; |
| 3826 | 3826 |
| 3827 @DomName('SVGMaskElement.y') | 3827 @DomName('SVGMaskElement.y') |
| 3828 @DocsEditable | 3828 @DocsEditable() |
| 3829 AnimatedLength get y native "SVGMaskElement_y_Getter"; | 3829 AnimatedLength get y native "SVGMaskElement_y_Getter"; |
| 3830 | 3830 |
| 3831 @DomName('SVGMaskElement.externalResourcesRequired') | 3831 @DomName('SVGMaskElement.externalResourcesRequired') |
| 3832 @DocsEditable | 3832 @DocsEditable() |
| 3833 AnimatedBoolean get externalResourcesRequired native "SVGMaskElement_externalR
esourcesRequired_Getter"; | 3833 AnimatedBoolean get externalResourcesRequired native "SVGMaskElement_externalR
esourcesRequired_Getter"; |
| 3834 | 3834 |
| 3835 @DomName('SVGMaskElement.xmllang') | 3835 @DomName('SVGMaskElement.xmllang') |
| 3836 @DocsEditable | 3836 @DocsEditable() |
| 3837 String get xmllang native "SVGMaskElement_xmllang_Getter"; | 3837 String get xmllang native "SVGMaskElement_xmllang_Getter"; |
| 3838 | 3838 |
| 3839 @DomName('SVGMaskElement.xmllang') | 3839 @DomName('SVGMaskElement.xmllang') |
| 3840 @DocsEditable | 3840 @DocsEditable() |
| 3841 void set xmllang(String value) native "SVGMaskElement_xmllang_Setter"; | 3841 void set xmllang(String value) native "SVGMaskElement_xmllang_Setter"; |
| 3842 | 3842 |
| 3843 @DomName('SVGMaskElement.xmlspace') | 3843 @DomName('SVGMaskElement.xmlspace') |
| 3844 @DocsEditable | 3844 @DocsEditable() |
| 3845 String get xmlspace native "SVGMaskElement_xmlspace_Getter"; | 3845 String get xmlspace native "SVGMaskElement_xmlspace_Getter"; |
| 3846 | 3846 |
| 3847 @DomName('SVGMaskElement.xmlspace') | 3847 @DomName('SVGMaskElement.xmlspace') |
| 3848 @DocsEditable | 3848 @DocsEditable() |
| 3849 void set xmlspace(String value) native "SVGMaskElement_xmlspace_Setter"; | 3849 void set xmlspace(String value) native "SVGMaskElement_xmlspace_Setter"; |
| 3850 | 3850 |
| 3851 @DomName('SVGMaskElement.requiredExtensions') | 3851 @DomName('SVGMaskElement.requiredExtensions') |
| 3852 @DocsEditable | 3852 @DocsEditable() |
| 3853 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge
tter"; | 3853 StringList get requiredExtensions native "SVGMaskElement_requiredExtensions_Ge
tter"; |
| 3854 | 3854 |
| 3855 @DomName('SVGMaskElement.requiredFeatures') | 3855 @DomName('SVGMaskElement.requiredFeatures') |
| 3856 @DocsEditable | 3856 @DocsEditable() |
| 3857 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter
"; | 3857 StringList get requiredFeatures native "SVGMaskElement_requiredFeatures_Getter
"; |
| 3858 | 3858 |
| 3859 @DomName('SVGMaskElement.systemLanguage') | 3859 @DomName('SVGMaskElement.systemLanguage') |
| 3860 @DocsEditable | 3860 @DocsEditable() |
| 3861 StringList get systemLanguage native "SVGMaskElement_systemLanguage_Getter"; | 3861 StringList get systemLanguage native "SVGMaskElement_systemLanguage_Getter"; |
| 3862 | 3862 |
| 3863 @DomName('SVGMaskElement.hasExtension') | 3863 @DomName('SVGMaskElement.hasExtension') |
| 3864 @DocsEditable | 3864 @DocsEditable() |
| 3865 bool hasExtension(String extension) native "SVGMaskElement_hasExtension_Callba
ck"; | 3865 bool hasExtension(String extension) native "SVGMaskElement_hasExtension_Callba
ck"; |
| 3866 | 3866 |
| 3867 } | 3867 } |
| 3868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3869 // for details. All rights reserved. Use of this source code is governed by a | 3869 // for details. All rights reserved. Use of this source code is governed by a |
| 3870 // BSD-style license that can be found in the LICENSE file. | 3870 // BSD-style license that can be found in the LICENSE file. |
| 3871 | 3871 |
| 3872 // WARNING: Do not edit - generated code. | 3872 // WARNING: Do not edit - generated code. |
| 3873 | 3873 |
| 3874 | 3874 |
| 3875 @DocsEditable | 3875 @DocsEditable() |
| 3876 @DomName('SVGMatrix') | 3876 @DomName('SVGMatrix') |
| 3877 @Unstable | 3877 @Unstable() |
| 3878 class Matrix extends NativeFieldWrapperClass1 { | 3878 class Matrix extends NativeFieldWrapperClass1 { |
| 3879 | 3879 |
| 3880 @DomName('SVGMatrix.a') | 3880 @DomName('SVGMatrix.a') |
| 3881 @DocsEditable | 3881 @DocsEditable() |
| 3882 num get a native "SVGMatrix_a_Getter"; | 3882 num get a native "SVGMatrix_a_Getter"; |
| 3883 | 3883 |
| 3884 @DomName('SVGMatrix.a') | 3884 @DomName('SVGMatrix.a') |
| 3885 @DocsEditable | 3885 @DocsEditable() |
| 3886 void set a(num value) native "SVGMatrix_a_Setter"; | 3886 void set a(num value) native "SVGMatrix_a_Setter"; |
| 3887 | 3887 |
| 3888 @DomName('SVGMatrix.b') | 3888 @DomName('SVGMatrix.b') |
| 3889 @DocsEditable | 3889 @DocsEditable() |
| 3890 num get b native "SVGMatrix_b_Getter"; | 3890 num get b native "SVGMatrix_b_Getter"; |
| 3891 | 3891 |
| 3892 @DomName('SVGMatrix.b') | 3892 @DomName('SVGMatrix.b') |
| 3893 @DocsEditable | 3893 @DocsEditable() |
| 3894 void set b(num value) native "SVGMatrix_b_Setter"; | 3894 void set b(num value) native "SVGMatrix_b_Setter"; |
| 3895 | 3895 |
| 3896 @DomName('SVGMatrix.c') | 3896 @DomName('SVGMatrix.c') |
| 3897 @DocsEditable | 3897 @DocsEditable() |
| 3898 num get c native "SVGMatrix_c_Getter"; | 3898 num get c native "SVGMatrix_c_Getter"; |
| 3899 | 3899 |
| 3900 @DomName('SVGMatrix.c') | 3900 @DomName('SVGMatrix.c') |
| 3901 @DocsEditable | 3901 @DocsEditable() |
| 3902 void set c(num value) native "SVGMatrix_c_Setter"; | 3902 void set c(num value) native "SVGMatrix_c_Setter"; |
| 3903 | 3903 |
| 3904 @DomName('SVGMatrix.d') | 3904 @DomName('SVGMatrix.d') |
| 3905 @DocsEditable | 3905 @DocsEditable() |
| 3906 num get d native "SVGMatrix_d_Getter"; | 3906 num get d native "SVGMatrix_d_Getter"; |
| 3907 | 3907 |
| 3908 @DomName('SVGMatrix.d') | 3908 @DomName('SVGMatrix.d') |
| 3909 @DocsEditable | 3909 @DocsEditable() |
| 3910 void set d(num value) native "SVGMatrix_d_Setter"; | 3910 void set d(num value) native "SVGMatrix_d_Setter"; |
| 3911 | 3911 |
| 3912 @DomName('SVGMatrix.e') | 3912 @DomName('SVGMatrix.e') |
| 3913 @DocsEditable | 3913 @DocsEditable() |
| 3914 num get e native "SVGMatrix_e_Getter"; | 3914 num get e native "SVGMatrix_e_Getter"; |
| 3915 | 3915 |
| 3916 @DomName('SVGMatrix.e') | 3916 @DomName('SVGMatrix.e') |
| 3917 @DocsEditable | 3917 @DocsEditable() |
| 3918 void set e(num value) native "SVGMatrix_e_Setter"; | 3918 void set e(num value) native "SVGMatrix_e_Setter"; |
| 3919 | 3919 |
| 3920 @DomName('SVGMatrix.f') | 3920 @DomName('SVGMatrix.f') |
| 3921 @DocsEditable | 3921 @DocsEditable() |
| 3922 num get f native "SVGMatrix_f_Getter"; | 3922 num get f native "SVGMatrix_f_Getter"; |
| 3923 | 3923 |
| 3924 @DomName('SVGMatrix.f') | 3924 @DomName('SVGMatrix.f') |
| 3925 @DocsEditable | 3925 @DocsEditable() |
| 3926 void set f(num value) native "SVGMatrix_f_Setter"; | 3926 void set f(num value) native "SVGMatrix_f_Setter"; |
| 3927 | 3927 |
| 3928 @DomName('SVGMatrix.flipX') | 3928 @DomName('SVGMatrix.flipX') |
| 3929 @DocsEditable | 3929 @DocsEditable() |
| 3930 Matrix flipX() native "SVGMatrix_flipX_Callback"; | 3930 Matrix flipX() native "SVGMatrix_flipX_Callback"; |
| 3931 | 3931 |
| 3932 @DomName('SVGMatrix.flipY') | 3932 @DomName('SVGMatrix.flipY') |
| 3933 @DocsEditable | 3933 @DocsEditable() |
| 3934 Matrix flipY() native "SVGMatrix_flipY_Callback"; | 3934 Matrix flipY() native "SVGMatrix_flipY_Callback"; |
| 3935 | 3935 |
| 3936 @DomName('SVGMatrix.inverse') | 3936 @DomName('SVGMatrix.inverse') |
| 3937 @DocsEditable | 3937 @DocsEditable() |
| 3938 Matrix inverse() native "SVGMatrix_inverse_Callback"; | 3938 Matrix inverse() native "SVGMatrix_inverse_Callback"; |
| 3939 | 3939 |
| 3940 @DomName('SVGMatrix.multiply') | 3940 @DomName('SVGMatrix.multiply') |
| 3941 @DocsEditable | 3941 @DocsEditable() |
| 3942 Matrix multiply(Matrix secondMatrix) native "SVGMatrix_multiply_Callback"; | 3942 Matrix multiply(Matrix secondMatrix) native "SVGMatrix_multiply_Callback"; |
| 3943 | 3943 |
| 3944 @DomName('SVGMatrix.rotate') | 3944 @DomName('SVGMatrix.rotate') |
| 3945 @DocsEditable | 3945 @DocsEditable() |
| 3946 Matrix rotate(num angle) native "SVGMatrix_rotate_Callback"; | 3946 Matrix rotate(num angle) native "SVGMatrix_rotate_Callback"; |
| 3947 | 3947 |
| 3948 @DomName('SVGMatrix.rotateFromVector') | 3948 @DomName('SVGMatrix.rotateFromVector') |
| 3949 @DocsEditable | 3949 @DocsEditable() |
| 3950 Matrix rotateFromVector(num x, num y) native "SVGMatrix_rotateFromVector_Callb
ack"; | 3950 Matrix rotateFromVector(num x, num y) native "SVGMatrix_rotateFromVector_Callb
ack"; |
| 3951 | 3951 |
| 3952 @DomName('SVGMatrix.scale') | 3952 @DomName('SVGMatrix.scale') |
| 3953 @DocsEditable | 3953 @DocsEditable() |
| 3954 Matrix scale(num scaleFactor) native "SVGMatrix_scale_Callback"; | 3954 Matrix scale(num scaleFactor) native "SVGMatrix_scale_Callback"; |
| 3955 | 3955 |
| 3956 @DomName('SVGMatrix.scaleNonUniform') | 3956 @DomName('SVGMatrix.scaleNonUniform') |
| 3957 @DocsEditable | 3957 @DocsEditable() |
| 3958 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) native "SVGMatrix_s
caleNonUniform_Callback"; | 3958 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) native "SVGMatrix_s
caleNonUniform_Callback"; |
| 3959 | 3959 |
| 3960 @DomName('SVGMatrix.skewX') | 3960 @DomName('SVGMatrix.skewX') |
| 3961 @DocsEditable | 3961 @DocsEditable() |
| 3962 Matrix skewX(num angle) native "SVGMatrix_skewX_Callback"; | 3962 Matrix skewX(num angle) native "SVGMatrix_skewX_Callback"; |
| 3963 | 3963 |
| 3964 @DomName('SVGMatrix.skewY') | 3964 @DomName('SVGMatrix.skewY') |
| 3965 @DocsEditable | 3965 @DocsEditable() |
| 3966 Matrix skewY(num angle) native "SVGMatrix_skewY_Callback"; | 3966 Matrix skewY(num angle) native "SVGMatrix_skewY_Callback"; |
| 3967 | 3967 |
| 3968 @DomName('SVGMatrix.translate') | 3968 @DomName('SVGMatrix.translate') |
| 3969 @DocsEditable | 3969 @DocsEditable() |
| 3970 Matrix translate(num x, num y) native "SVGMatrix_translate_Callback"; | 3970 Matrix translate(num x, num y) native "SVGMatrix_translate_Callback"; |
| 3971 | 3971 |
| 3972 } | 3972 } |
| 3973 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3973 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3974 // for details. All rights reserved. Use of this source code is governed by a | 3974 // for details. All rights reserved. Use of this source code is governed by a |
| 3975 // BSD-style license that can be found in the LICENSE file. | 3975 // BSD-style license that can be found in the LICENSE file. |
| 3976 | 3976 |
| 3977 // WARNING: Do not edit - generated code. | 3977 // WARNING: Do not edit - generated code. |
| 3978 | 3978 |
| 3979 | 3979 |
| 3980 @DocsEditable | 3980 @DocsEditable() |
| 3981 @DomName('SVGMetadataElement') | 3981 @DomName('SVGMetadataElement') |
| 3982 @Unstable | 3982 @Unstable() |
| 3983 class MetadataElement extends SvgElement { | 3983 class MetadataElement extends SvgElement { |
| 3984 // To suppress missing implicit constructor warnings. | 3984 // To suppress missing implicit constructor warnings. |
| 3985 factory MetadataElement._() { throw new UnsupportedError("Not supported"); } | 3985 factory MetadataElement._() { throw new UnsupportedError("Not supported"); } |
| 3986 | 3986 |
| 3987 } | 3987 } |
| 3988 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3988 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3989 // for details. All rights reserved. Use of this source code is governed by a | 3989 // for details. All rights reserved. Use of this source code is governed by a |
| 3990 // BSD-style license that can be found in the LICENSE file. | 3990 // BSD-style license that can be found in the LICENSE file. |
| 3991 | 3991 |
| 3992 // WARNING: Do not edit - generated code. | 3992 // WARNING: Do not edit - generated code. |
| 3993 | 3993 |
| 3994 | 3994 |
| 3995 @DocsEditable | 3995 @DocsEditable() |
| 3996 @DomName('SVGNumber') | 3996 @DomName('SVGNumber') |
| 3997 @Unstable | 3997 @Unstable() |
| 3998 class Number extends NativeFieldWrapperClass1 { | 3998 class Number extends NativeFieldWrapperClass1 { |
| 3999 | 3999 |
| 4000 @DomName('SVGNumber.value') | 4000 @DomName('SVGNumber.value') |
| 4001 @DocsEditable | 4001 @DocsEditable() |
| 4002 num get value native "SVGNumber_value_Getter"; | 4002 num get value native "SVGNumber_value_Getter"; |
| 4003 | 4003 |
| 4004 @DomName('SVGNumber.value') | 4004 @DomName('SVGNumber.value') |
| 4005 @DocsEditable | 4005 @DocsEditable() |
| 4006 void set value(num value) native "SVGNumber_value_Setter"; | 4006 void set value(num value) native "SVGNumber_value_Setter"; |
| 4007 | 4007 |
| 4008 } | 4008 } |
| 4009 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4009 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4010 // for details. All rights reserved. Use of this source code is governed by a | 4010 // for details. All rights reserved. Use of this source code is governed by a |
| 4011 // BSD-style license that can be found in the LICENSE file. | 4011 // BSD-style license that can be found in the LICENSE file. |
| 4012 | 4012 |
| 4013 // WARNING: Do not edit - generated code. | 4013 // WARNING: Do not edit - generated code. |
| 4014 | 4014 |
| 4015 | 4015 |
| 4016 @DocsEditable | 4016 @DocsEditable() |
| 4017 @DomName('SVGNumberList') | 4017 @DomName('SVGNumberList') |
| 4018 @Unstable | 4018 @Unstable() |
| 4019 class NumberList extends NativeFieldWrapperClass1 with ListMixin<Number>, Immuta
bleListMixin<Number> implements List<Number> { | 4019 class NumberList extends NativeFieldWrapperClass1 with ListMixin<Number>, Immuta
bleListMixin<Number> implements List<Number> { |
| 4020 | 4020 |
| 4021 @DomName('SVGNumberList.numberOfItems') | 4021 @DomName('SVGNumberList.numberOfItems') |
| 4022 @DocsEditable | 4022 @DocsEditable() |
| 4023 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; | 4023 int get numberOfItems native "SVGNumberList_numberOfItems_Getter"; |
| 4024 | 4024 |
| 4025 Number operator[](int index) { | 4025 Number operator[](int index) { |
| 4026 if (index < 0 || index >= length) | 4026 if (index < 0 || index >= length) |
| 4027 throw new RangeError.range(index, 0, length); | 4027 throw new RangeError.range(index, 0, length); |
| 4028 return _nativeIndexedGetter(index); | 4028 return _nativeIndexedGetter(index); |
| 4029 } | 4029 } |
| 4030 Number _nativeIndexedGetter(int index) native "SVGNumberList_item_Callback"; | 4030 Number _nativeIndexedGetter(int index) native "SVGNumberList_item_Callback"; |
| 4031 | 4031 |
| 4032 void operator[]=(int index, Number value) { | 4032 void operator[]=(int index, Number value) { |
| (...skipping 30 matching lines...) Expand all Loading... |
| 4063 return this[0]; | 4063 return this[0]; |
| 4064 } | 4064 } |
| 4065 if (len == 0) throw new StateError("No elements"); | 4065 if (len == 0) throw new StateError("No elements"); |
| 4066 throw new StateError("More than one element"); | 4066 throw new StateError("More than one element"); |
| 4067 } | 4067 } |
| 4068 | 4068 |
| 4069 Number elementAt(int index) => this[index]; | 4069 Number elementAt(int index) => this[index]; |
| 4070 // -- end List<Number> mixins. | 4070 // -- end List<Number> mixins. |
| 4071 | 4071 |
| 4072 @DomName('SVGNumberList.appendItem') | 4072 @DomName('SVGNumberList.appendItem') |
| 4073 @DocsEditable | 4073 @DocsEditable() |
| 4074 Number appendItem(Number item) native "SVGNumberList_appendItem_Callback"; | 4074 Number appendItem(Number item) native "SVGNumberList_appendItem_Callback"; |
| 4075 | 4075 |
| 4076 @DomName('SVGNumberList.clear') | 4076 @DomName('SVGNumberList.clear') |
| 4077 @DocsEditable | 4077 @DocsEditable() |
| 4078 void clear() native "SVGNumberList_clear_Callback"; | 4078 void clear() native "SVGNumberList_clear_Callback"; |
| 4079 | 4079 |
| 4080 @DomName('SVGNumberList.getItem') | 4080 @DomName('SVGNumberList.getItem') |
| 4081 @DocsEditable | 4081 @DocsEditable() |
| 4082 Number getItem(int index) native "SVGNumberList_getItem_Callback"; | 4082 Number getItem(int index) native "SVGNumberList_getItem_Callback"; |
| 4083 | 4083 |
| 4084 @DomName('SVGNumberList.initialize') | 4084 @DomName('SVGNumberList.initialize') |
| 4085 @DocsEditable | 4085 @DocsEditable() |
| 4086 Number initialize(Number item) native "SVGNumberList_initialize_Callback"; | 4086 Number initialize(Number item) native "SVGNumberList_initialize_Callback"; |
| 4087 | 4087 |
| 4088 @DomName('SVGNumberList.insertItemBefore') | 4088 @DomName('SVGNumberList.insertItemBefore') |
| 4089 @DocsEditable | 4089 @DocsEditable() |
| 4090 Number insertItemBefore(Number item, int index) native "SVGNumberList_insertIt
emBefore_Callback"; | 4090 Number insertItemBefore(Number item, int index) native "SVGNumberList_insertIt
emBefore_Callback"; |
| 4091 | 4091 |
| 4092 @DomName('SVGNumberList.removeItem') | 4092 @DomName('SVGNumberList.removeItem') |
| 4093 @DocsEditable | 4093 @DocsEditable() |
| 4094 Number removeItem(int index) native "SVGNumberList_removeItem_Callback"; | 4094 Number removeItem(int index) native "SVGNumberList_removeItem_Callback"; |
| 4095 | 4095 |
| 4096 @DomName('SVGNumberList.replaceItem') | 4096 @DomName('SVGNumberList.replaceItem') |
| 4097 @DocsEditable | 4097 @DocsEditable() |
| 4098 Number replaceItem(Number item, int index) native "SVGNumberList_replaceItem_C
allback"; | 4098 Number replaceItem(Number item, int index) native "SVGNumberList_replaceItem_C
allback"; |
| 4099 | 4099 |
| 4100 } | 4100 } |
| 4101 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4101 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4102 // for details. All rights reserved. Use of this source code is governed by a | 4102 // for details. All rights reserved. Use of this source code is governed by a |
| 4103 // BSD-style license that can be found in the LICENSE file. | 4103 // BSD-style license that can be found in the LICENSE file. |
| 4104 | 4104 |
| 4105 // WARNING: Do not edit - generated code. | 4105 // WARNING: Do not edit - generated code. |
| 4106 | 4106 |
| 4107 | 4107 |
| 4108 @DocsEditable | 4108 @DocsEditable() |
| 4109 @DomName('SVGPathElement') | 4109 @DomName('SVGPathElement') |
| 4110 @Unstable | 4110 @Unstable() |
| 4111 class PathElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { | 4111 class PathElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { |
| 4112 // To suppress missing implicit constructor warnings. | 4112 // To suppress missing implicit constructor warnings. |
| 4113 factory PathElement._() { throw new UnsupportedError("Not supported"); } | 4113 factory PathElement._() { throw new UnsupportedError("Not supported"); } |
| 4114 | 4114 |
| 4115 @DomName('SVGPathElement.SVGPathElement') | 4115 @DomName('SVGPathElement.SVGPathElement') |
| 4116 @DocsEditable | 4116 @DocsEditable() |
| 4117 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 4117 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); |
| 4118 | 4118 |
| 4119 @DomName('SVGPathElement.animatedNormalizedPathSegList') | 4119 @DomName('SVGPathElement.animatedNormalizedPathSegList') |
| 4120 @DocsEditable | 4120 @DocsEditable() |
| 4121 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN
ormalizedPathSegList_Getter"; | 4121 PathSegList get animatedNormalizedPathSegList native "SVGPathElement_animatedN
ormalizedPathSegList_Getter"; |
| 4122 | 4122 |
| 4123 @DomName('SVGPathElement.animatedPathSegList') | 4123 @DomName('SVGPathElement.animatedPathSegList') |
| 4124 @DocsEditable | 4124 @DocsEditable() |
| 4125 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList
_Getter"; | 4125 PathSegList get animatedPathSegList native "SVGPathElement_animatedPathSegList
_Getter"; |
| 4126 | 4126 |
| 4127 @DomName('SVGPathElement.normalizedPathSegList') | 4127 @DomName('SVGPathElement.normalizedPathSegList') |
| 4128 @DocsEditable | 4128 @DocsEditable() |
| 4129 PathSegList get normalizedPathSegList native "SVGPathElement_normalizedPathSeg
List_Getter"; | 4129 PathSegList get normalizedPathSegList native "SVGPathElement_normalizedPathSeg
List_Getter"; |
| 4130 | 4130 |
| 4131 @DomName('SVGPathElement.pathLength') | 4131 @DomName('SVGPathElement.pathLength') |
| 4132 @DocsEditable | 4132 @DocsEditable() |
| 4133 AnimatedNumber get pathLength native "SVGPathElement_pathLength_Getter"; | 4133 AnimatedNumber get pathLength native "SVGPathElement_pathLength_Getter"; |
| 4134 | 4134 |
| 4135 @DomName('SVGPathElement.pathSegList') | 4135 @DomName('SVGPathElement.pathSegList') |
| 4136 @DocsEditable | 4136 @DocsEditable() |
| 4137 PathSegList get pathSegList native "SVGPathElement_pathSegList_Getter"; | 4137 PathSegList get pathSegList native "SVGPathElement_pathSegList_Getter"; |
| 4138 | 4138 |
| 4139 @DomName('SVGPathElement.createSVGPathSegArcAbs') | 4139 @DomName('SVGPathElement.createSVGPathSegArcAbs') |
| 4140 @DocsEditable | 4140 @DocsEditable() |
| 4141 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs
_Callback"; | 4141 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs
_Callback"; |
| 4142 | 4142 |
| 4143 @DomName('SVGPathElement.createSVGPathSegArcRel') | 4143 @DomName('SVGPathElement.createSVGPathSegArcRel') |
| 4144 @DocsEditable | 4144 @DocsEditable() |
| 4145 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcRel
_Callback"; | 4145 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) native "SVGPathElement_createSVGPathSegArcRel
_Callback"; |
| 4146 | 4146 |
| 4147 @DomName('SVGPathElement.createSVGPathSegClosePath') | 4147 @DomName('SVGPathElement.createSVGPathSegClosePath') |
| 4148 @DocsEditable | 4148 @DocsEditable() |
| 4149 PathSegClosePath createSvgPathSegClosePath() native "SVGPathElement_createSVGP
athSegClosePath_Callback"; | 4149 PathSegClosePath createSvgPathSegClosePath() native "SVGPathElement_createSVGP
athSegClosePath_Callback"; |
| 4150 | 4150 |
| 4151 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') | 4151 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') |
| 4152 @DocsEditable | 4152 @DocsEditable() |
| 4153 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Ca
llback"; | 4153 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Ca
llback"; |
| 4154 | 4154 |
| 4155 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') | 4155 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') |
| 4156 @DocsEditable | 4156 @DocsEditable() |
| 4157 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Ca
llback"; | 4157 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Ca
llback"; |
| 4158 | 4158 |
| 4159 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') | 4159 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') |
| 4160 @DocsEditable | 4160 @DocsEditable() |
| 4161 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_
Callback"; | 4161 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_
Callback"; |
| 4162 | 4162 |
| 4163 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') | 4163 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') |
| 4164 @DocsEditable | 4164 @DocsEditable() |
| 4165 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_
Callback"; | 4165 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_
Callback"; |
| 4166 | 4166 |
| 4167 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') | 4167 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') |
| 4168 @DocsEditable | 4168 @DocsEditable() |
| 4169 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callba
ck"; | 4169 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callba
ck"; |
| 4170 | 4170 |
| 4171 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') | 4171 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') |
| 4172 @DocsEditable | 4172 @DocsEditable() |
| 4173 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callba
ck"; | 4173 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callba
ck"; |
| 4174 | 4174 |
| 4175 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') | 4175 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') |
| 4176 @DocsEditable | 4176 @DocsEditable() |
| 4177 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Call
back"; | 4177 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Call
back"; |
| 4178 | 4178 |
| 4179 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') | 4179 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') |
| 4180 @DocsEditable | 4180 @DocsEditable() |
| 4181 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Call
back"; | 4181 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Call
back"; |
| 4182 | 4182 |
| 4183 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') | 4183 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') |
| 4184 @DocsEditable | 4184 @DocsEditable() |
| 4185 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoAbs_Callback"; | 4185 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoAbs_Callback"; |
| 4186 | 4186 |
| 4187 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') | 4187 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') |
| 4188 @DocsEditable | 4188 @DocsEditable() |
| 4189 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback"; | 4189 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback"; |
| 4190 | 4190 |
| 4191 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') | 4191 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') |
| 4192 @DocsEditable | 4192 @DocsEditable() |
| 4193 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback"; | 4193 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) native "
SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback"; |
| 4194 | 4194 |
| 4195 @DomName('SVGPathElement.createSVGPathSegLinetoRel') | 4195 @DomName('SVGPathElement.createSVGPathSegLinetoRel') |
| 4196 @DocsEditable | 4196 @DocsEditable() |
| 4197 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoRel_Callback"; | 4197 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegLinetoRel_Callback"; |
| 4198 | 4198 |
| 4199 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') | 4199 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') |
| 4200 @DocsEditable | 4200 @DocsEditable() |
| 4201 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalAbs_Callback"; | 4201 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalAbs_Callback"; |
| 4202 | 4202 |
| 4203 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') | 4203 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') |
| 4204 @DocsEditable | 4204 @DocsEditable() |
| 4205 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalRel_Callback"; | 4205 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) native "SVGP
athElement_createSVGPathSegLinetoVerticalRel_Callback"; |
| 4206 | 4206 |
| 4207 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') | 4207 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') |
| 4208 @DocsEditable | 4208 @DocsEditable() |
| 4209 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoAbs_Callback"; | 4209 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoAbs_Callback"; |
| 4210 | 4210 |
| 4211 @DomName('SVGPathElement.createSVGPathSegMovetoRel') | 4211 @DomName('SVGPathElement.createSVGPathSegMovetoRel') |
| 4212 @DocsEditable | 4212 @DocsEditable() |
| 4213 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoRel_Callback"; | 4213 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) native "SVGPathElemen
t_createSVGPathSegMovetoRel_Callback"; |
| 4214 | 4214 |
| 4215 @DomName('SVGPathElement.getPathSegAtLength') | 4215 @DomName('SVGPathElement.getPathSegAtLength') |
| 4216 @DocsEditable | 4216 @DocsEditable() |
| 4217 int getPathSegAtLength(num distance) native "SVGPathElement_getPathSegAtLength
_Callback"; | 4217 int getPathSegAtLength(num distance) native "SVGPathElement_getPathSegAtLength
_Callback"; |
| 4218 | 4218 |
| 4219 @DomName('SVGPathElement.getPointAtLength') | 4219 @DomName('SVGPathElement.getPointAtLength') |
| 4220 @DocsEditable | 4220 @DocsEditable() |
| 4221 Point getPointAtLength(num distance) native "SVGPathElement_getPointAtLength_C
allback"; | 4221 Point getPointAtLength(num distance) native "SVGPathElement_getPointAtLength_C
allback"; |
| 4222 | 4222 |
| 4223 @DomName('SVGPathElement.getTotalLength') | 4223 @DomName('SVGPathElement.getTotalLength') |
| 4224 @DocsEditable | 4224 @DocsEditable() |
| 4225 num getTotalLength() native "SVGPathElement_getTotalLength_Callback"; | 4225 num getTotalLength() native "SVGPathElement_getTotalLength_Callback"; |
| 4226 | 4226 |
| 4227 @DomName('SVGPathElement.externalResourcesRequired') | 4227 @DomName('SVGPathElement.externalResourcesRequired') |
| 4228 @DocsEditable | 4228 @DocsEditable() |
| 4229 AnimatedBoolean get externalResourcesRequired native "SVGPathElement_externalR
esourcesRequired_Getter"; | 4229 AnimatedBoolean get externalResourcesRequired native "SVGPathElement_externalR
esourcesRequired_Getter"; |
| 4230 | 4230 |
| 4231 @DomName('SVGPathElement.xmllang') | 4231 @DomName('SVGPathElement.xmllang') |
| 4232 @DocsEditable | 4232 @DocsEditable() |
| 4233 String get xmllang native "SVGPathElement_xmllang_Getter"; | 4233 String get xmllang native "SVGPathElement_xmllang_Getter"; |
| 4234 | 4234 |
| 4235 @DomName('SVGPathElement.xmllang') | 4235 @DomName('SVGPathElement.xmllang') |
| 4236 @DocsEditable | 4236 @DocsEditable() |
| 4237 void set xmllang(String value) native "SVGPathElement_xmllang_Setter"; | 4237 void set xmllang(String value) native "SVGPathElement_xmllang_Setter"; |
| 4238 | 4238 |
| 4239 @DomName('SVGPathElement.xmlspace') | 4239 @DomName('SVGPathElement.xmlspace') |
| 4240 @DocsEditable | 4240 @DocsEditable() |
| 4241 String get xmlspace native "SVGPathElement_xmlspace_Getter"; | 4241 String get xmlspace native "SVGPathElement_xmlspace_Getter"; |
| 4242 | 4242 |
| 4243 @DomName('SVGPathElement.xmlspace') | 4243 @DomName('SVGPathElement.xmlspace') |
| 4244 @DocsEditable | 4244 @DocsEditable() |
| 4245 void set xmlspace(String value) native "SVGPathElement_xmlspace_Setter"; | 4245 void set xmlspace(String value) native "SVGPathElement_xmlspace_Setter"; |
| 4246 | 4246 |
| 4247 @DomName('SVGPathElement.farthestViewportElement') | 4247 @DomName('SVGPathElement.farthestViewportElement') |
| 4248 @DocsEditable | 4248 @DocsEditable() |
| 4249 SvgElement get farthestViewportElement native "SVGPathElement_farthestViewport
Element_Getter"; | 4249 SvgElement get farthestViewportElement native "SVGPathElement_farthestViewport
Element_Getter"; |
| 4250 | 4250 |
| 4251 @DomName('SVGPathElement.nearestViewportElement') | 4251 @DomName('SVGPathElement.nearestViewportElement') |
| 4252 @DocsEditable | 4252 @DocsEditable() |
| 4253 SvgElement get nearestViewportElement native "SVGPathElement_nearestViewportEl
ement_Getter"; | 4253 SvgElement get nearestViewportElement native "SVGPathElement_nearestViewportEl
ement_Getter"; |
| 4254 | 4254 |
| 4255 @DomName('SVGPathElement.getBBox') | 4255 @DomName('SVGPathElement.getBBox') |
| 4256 @DocsEditable | 4256 @DocsEditable() |
| 4257 Rect getBBox() native "SVGPathElement_getBBox_Callback"; | 4257 Rect getBBox() native "SVGPathElement_getBBox_Callback"; |
| 4258 | 4258 |
| 4259 @DomName('SVGPathElement.getCTM') | 4259 @DomName('SVGPathElement.getCTM') |
| 4260 @DocsEditable | 4260 @DocsEditable() |
| 4261 Matrix getCtm() native "SVGPathElement_getCTM_Callback"; | 4261 Matrix getCtm() native "SVGPathElement_getCTM_Callback"; |
| 4262 | 4262 |
| 4263 @DomName('SVGPathElement.getScreenCTM') | 4263 @DomName('SVGPathElement.getScreenCTM') |
| 4264 @DocsEditable | 4264 @DocsEditable() |
| 4265 Matrix getScreenCtm() native "SVGPathElement_getScreenCTM_Callback"; | 4265 Matrix getScreenCtm() native "SVGPathElement_getScreenCTM_Callback"; |
| 4266 | 4266 |
| 4267 @DomName('SVGPathElement.getTransformToElement') | 4267 @DomName('SVGPathElement.getTransformToElement') |
| 4268 @DocsEditable | 4268 @DocsEditable() |
| 4269 Matrix getTransformToElement(SvgElement element) native "SVGPathElement_getTra
nsformToElement_Callback"; | 4269 Matrix getTransformToElement(SvgElement element) native "SVGPathElement_getTra
nsformToElement_Callback"; |
| 4270 | 4270 |
| 4271 @DomName('SVGPathElement.requiredExtensions') | 4271 @DomName('SVGPathElement.requiredExtensions') |
| 4272 @DocsEditable | 4272 @DocsEditable() |
| 4273 StringList get requiredExtensions native "SVGPathElement_requiredExtensions_Ge
tter"; | 4273 StringList get requiredExtensions native "SVGPathElement_requiredExtensions_Ge
tter"; |
| 4274 | 4274 |
| 4275 @DomName('SVGPathElement.requiredFeatures') | 4275 @DomName('SVGPathElement.requiredFeatures') |
| 4276 @DocsEditable | 4276 @DocsEditable() |
| 4277 StringList get requiredFeatures native "SVGPathElement_requiredFeatures_Getter
"; | 4277 StringList get requiredFeatures native "SVGPathElement_requiredFeatures_Getter
"; |
| 4278 | 4278 |
| 4279 @DomName('SVGPathElement.systemLanguage') | 4279 @DomName('SVGPathElement.systemLanguage') |
| 4280 @DocsEditable | 4280 @DocsEditable() |
| 4281 StringList get systemLanguage native "SVGPathElement_systemLanguage_Getter"; | 4281 StringList get systemLanguage native "SVGPathElement_systemLanguage_Getter"; |
| 4282 | 4282 |
| 4283 @DomName('SVGPathElement.hasExtension') | 4283 @DomName('SVGPathElement.hasExtension') |
| 4284 @DocsEditable | 4284 @DocsEditable() |
| 4285 bool hasExtension(String extension) native "SVGPathElement_hasExtension_Callba
ck"; | 4285 bool hasExtension(String extension) native "SVGPathElement_hasExtension_Callba
ck"; |
| 4286 | 4286 |
| 4287 @DomName('SVGPathElement.transform') | 4287 @DomName('SVGPathElement.transform') |
| 4288 @DocsEditable | 4288 @DocsEditable() |
| 4289 AnimatedTransformList get transform native "SVGPathElement_transform_Getter"; | 4289 AnimatedTransformList get transform native "SVGPathElement_transform_Getter"; |
| 4290 | 4290 |
| 4291 } | 4291 } |
| 4292 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4292 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4293 // for details. All rights reserved. Use of this source code is governed by a | 4293 // for details. All rights reserved. Use of this source code is governed by a |
| 4294 // BSD-style license that can be found in the LICENSE file. | 4294 // BSD-style license that can be found in the LICENSE file. |
| 4295 | 4295 |
| 4296 // WARNING: Do not edit - generated code. | 4296 // WARNING: Do not edit - generated code. |
| 4297 | 4297 |
| 4298 | 4298 |
| 4299 @DocsEditable | 4299 @DocsEditable() |
| 4300 @DomName('SVGPathSeg') | 4300 @DomName('SVGPathSeg') |
| 4301 @Unstable | 4301 @Unstable() |
| 4302 class PathSeg extends NativeFieldWrapperClass1 { | 4302 class PathSeg extends NativeFieldWrapperClass1 { |
| 4303 | 4303 |
| 4304 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') | 4304 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') |
| 4305 @DocsEditable | 4305 @DocsEditable() |
| 4306 static const int PATHSEG_ARC_ABS = 10; | 4306 static const int PATHSEG_ARC_ABS = 10; |
| 4307 | 4307 |
| 4308 @DomName('SVGPathSeg.PATHSEG_ARC_REL') | 4308 @DomName('SVGPathSeg.PATHSEG_ARC_REL') |
| 4309 @DocsEditable | 4309 @DocsEditable() |
| 4310 static const int PATHSEG_ARC_REL = 11; | 4310 static const int PATHSEG_ARC_REL = 11; |
| 4311 | 4311 |
| 4312 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') | 4312 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') |
| 4313 @DocsEditable | 4313 @DocsEditable() |
| 4314 static const int PATHSEG_CLOSEPATH = 1; | 4314 static const int PATHSEG_CLOSEPATH = 1; |
| 4315 | 4315 |
| 4316 @DomName('SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS') | 4316 @DomName('SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS') |
| 4317 @DocsEditable | 4317 @DocsEditable() |
| 4318 static const int PATHSEG_CURVETO_CUBIC_ABS = 6; | 4318 static const int PATHSEG_CURVETO_CUBIC_ABS = 6; |
| 4319 | 4319 |
| 4320 @DomName('SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL') | 4320 @DomName('SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL') |
| 4321 @DocsEditable | 4321 @DocsEditable() |
| 4322 static const int PATHSEG_CURVETO_CUBIC_REL = 7; | 4322 static const int PATHSEG_CURVETO_CUBIC_REL = 7; |
| 4323 | 4323 |
| 4324 @DomName('SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS') | 4324 @DomName('SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS') |
| 4325 @DocsEditable | 4325 @DocsEditable() |
| 4326 static const int PATHSEG_CURVETO_CUBIC_SMOOTH_ABS = 16; | 4326 static const int PATHSEG_CURVETO_CUBIC_SMOOTH_ABS = 16; |
| 4327 | 4327 |
| 4328 @DomName('SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL') | 4328 @DomName('SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL') |
| 4329 @DocsEditable | 4329 @DocsEditable() |
| 4330 static const int PATHSEG_CURVETO_CUBIC_SMOOTH_REL = 17; | 4330 static const int PATHSEG_CURVETO_CUBIC_SMOOTH_REL = 17; |
| 4331 | 4331 |
| 4332 @DomName('SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS') | 4332 @DomName('SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS') |
| 4333 @DocsEditable | 4333 @DocsEditable() |
| 4334 static const int PATHSEG_CURVETO_QUADRATIC_ABS = 8; | 4334 static const int PATHSEG_CURVETO_QUADRATIC_ABS = 8; |
| 4335 | 4335 |
| 4336 @DomName('SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL') | 4336 @DomName('SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL') |
| 4337 @DocsEditable | 4337 @DocsEditable() |
| 4338 static const int PATHSEG_CURVETO_QUADRATIC_REL = 9; | 4338 static const int PATHSEG_CURVETO_QUADRATIC_REL = 9; |
| 4339 | 4339 |
| 4340 @DomName('SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS') | 4340 @DomName('SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS') |
| 4341 @DocsEditable | 4341 @DocsEditable() |
| 4342 static const int PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS = 18; | 4342 static const int PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS = 18; |
| 4343 | 4343 |
| 4344 @DomName('SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL') | 4344 @DomName('SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL') |
| 4345 @DocsEditable | 4345 @DocsEditable() |
| 4346 static const int PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL = 19; | 4346 static const int PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL = 19; |
| 4347 | 4347 |
| 4348 @DomName('SVGPathSeg.PATHSEG_LINETO_ABS') | 4348 @DomName('SVGPathSeg.PATHSEG_LINETO_ABS') |
| 4349 @DocsEditable | 4349 @DocsEditable() |
| 4350 static const int PATHSEG_LINETO_ABS = 4; | 4350 static const int PATHSEG_LINETO_ABS = 4; |
| 4351 | 4351 |
| 4352 @DomName('SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS') | 4352 @DomName('SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS') |
| 4353 @DocsEditable | 4353 @DocsEditable() |
| 4354 static const int PATHSEG_LINETO_HORIZONTAL_ABS = 12; | 4354 static const int PATHSEG_LINETO_HORIZONTAL_ABS = 12; |
| 4355 | 4355 |
| 4356 @DomName('SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL') | 4356 @DomName('SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL') |
| 4357 @DocsEditable | 4357 @DocsEditable() |
| 4358 static const int PATHSEG_LINETO_HORIZONTAL_REL = 13; | 4358 static const int PATHSEG_LINETO_HORIZONTAL_REL = 13; |
| 4359 | 4359 |
| 4360 @DomName('SVGPathSeg.PATHSEG_LINETO_REL') | 4360 @DomName('SVGPathSeg.PATHSEG_LINETO_REL') |
| 4361 @DocsEditable | 4361 @DocsEditable() |
| 4362 static const int PATHSEG_LINETO_REL = 5; | 4362 static const int PATHSEG_LINETO_REL = 5; |
| 4363 | 4363 |
| 4364 @DomName('SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS') | 4364 @DomName('SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS') |
| 4365 @DocsEditable | 4365 @DocsEditable() |
| 4366 static const int PATHSEG_LINETO_VERTICAL_ABS = 14; | 4366 static const int PATHSEG_LINETO_VERTICAL_ABS = 14; |
| 4367 | 4367 |
| 4368 @DomName('SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL') | 4368 @DomName('SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL') |
| 4369 @DocsEditable | 4369 @DocsEditable() |
| 4370 static const int PATHSEG_LINETO_VERTICAL_REL = 15; | 4370 static const int PATHSEG_LINETO_VERTICAL_REL = 15; |
| 4371 | 4371 |
| 4372 @DomName('SVGPathSeg.PATHSEG_MOVETO_ABS') | 4372 @DomName('SVGPathSeg.PATHSEG_MOVETO_ABS') |
| 4373 @DocsEditable | 4373 @DocsEditable() |
| 4374 static const int PATHSEG_MOVETO_ABS = 2; | 4374 static const int PATHSEG_MOVETO_ABS = 2; |
| 4375 | 4375 |
| 4376 @DomName('SVGPathSeg.PATHSEG_MOVETO_REL') | 4376 @DomName('SVGPathSeg.PATHSEG_MOVETO_REL') |
| 4377 @DocsEditable | 4377 @DocsEditable() |
| 4378 static const int PATHSEG_MOVETO_REL = 3; | 4378 static const int PATHSEG_MOVETO_REL = 3; |
| 4379 | 4379 |
| 4380 @DomName('SVGPathSeg.PATHSEG_UNKNOWN') | 4380 @DomName('SVGPathSeg.PATHSEG_UNKNOWN') |
| 4381 @DocsEditable | 4381 @DocsEditable() |
| 4382 static const int PATHSEG_UNKNOWN = 0; | 4382 static const int PATHSEG_UNKNOWN = 0; |
| 4383 | 4383 |
| 4384 @DomName('SVGPathSeg.pathSegType') | 4384 @DomName('SVGPathSeg.pathSegType') |
| 4385 @DocsEditable | 4385 @DocsEditable() |
| 4386 int get pathSegType native "SVGPathSeg_pathSegType_Getter"; | 4386 int get pathSegType native "SVGPathSeg_pathSegType_Getter"; |
| 4387 | 4387 |
| 4388 @DomName('SVGPathSeg.pathSegTypeAsLetter') | 4388 @DomName('SVGPathSeg.pathSegTypeAsLetter') |
| 4389 @DocsEditable | 4389 @DocsEditable() |
| 4390 String get pathSegTypeAsLetter native "SVGPathSeg_pathSegTypeAsLetter_Getter"; | 4390 String get pathSegTypeAsLetter native "SVGPathSeg_pathSegTypeAsLetter_Getter"; |
| 4391 | 4391 |
| 4392 } | 4392 } |
| 4393 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4393 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4394 // for details. All rights reserved. Use of this source code is governed by a | 4394 // for details. All rights reserved. Use of this source code is governed by a |
| 4395 // BSD-style license that can be found in the LICENSE file. | 4395 // BSD-style license that can be found in the LICENSE file. |
| 4396 | 4396 |
| 4397 // WARNING: Do not edit - generated code. | 4397 // WARNING: Do not edit - generated code. |
| 4398 | 4398 |
| 4399 | 4399 |
| 4400 @DocsEditable | 4400 @DocsEditable() |
| 4401 @DomName('SVGPathSegArcAbs') | 4401 @DomName('SVGPathSegArcAbs') |
| 4402 @Unstable | 4402 @Unstable() |
| 4403 class PathSegArcAbs extends PathSeg { | 4403 class PathSegArcAbs extends PathSeg { |
| 4404 // To suppress missing implicit constructor warnings. | 4404 // To suppress missing implicit constructor warnings. |
| 4405 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } | 4405 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } |
| 4406 | 4406 |
| 4407 @DomName('SVGPathSegArcAbs.angle') | 4407 @DomName('SVGPathSegArcAbs.angle') |
| 4408 @DocsEditable | 4408 @DocsEditable() |
| 4409 num get angle native "SVGPathSegArcAbs_angle_Getter"; | 4409 num get angle native "SVGPathSegArcAbs_angle_Getter"; |
| 4410 | 4410 |
| 4411 @DomName('SVGPathSegArcAbs.angle') | 4411 @DomName('SVGPathSegArcAbs.angle') |
| 4412 @DocsEditable | 4412 @DocsEditable() |
| 4413 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; | 4413 void set angle(num value) native "SVGPathSegArcAbs_angle_Setter"; |
| 4414 | 4414 |
| 4415 @DomName('SVGPathSegArcAbs.largeArcFlag') | 4415 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4416 @DocsEditable | 4416 @DocsEditable() |
| 4417 bool get largeArcFlag native "SVGPathSegArcAbs_largeArcFlag_Getter"; | 4417 bool get largeArcFlag native "SVGPathSegArcAbs_largeArcFlag_Getter"; |
| 4418 | 4418 |
| 4419 @DomName('SVGPathSegArcAbs.largeArcFlag') | 4419 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4420 @DocsEditable | 4420 @DocsEditable() |
| 4421 void set largeArcFlag(bool value) native "SVGPathSegArcAbs_largeArcFlag_Setter
"; | 4421 void set largeArcFlag(bool value) native "SVGPathSegArcAbs_largeArcFlag_Setter
"; |
| 4422 | 4422 |
| 4423 @DomName('SVGPathSegArcAbs.r1') | 4423 @DomName('SVGPathSegArcAbs.r1') |
| 4424 @DocsEditable | 4424 @DocsEditable() |
| 4425 num get r1 native "SVGPathSegArcAbs_r1_Getter"; | 4425 num get r1 native "SVGPathSegArcAbs_r1_Getter"; |
| 4426 | 4426 |
| 4427 @DomName('SVGPathSegArcAbs.r1') | 4427 @DomName('SVGPathSegArcAbs.r1') |
| 4428 @DocsEditable | 4428 @DocsEditable() |
| 4429 void set r1(num value) native "SVGPathSegArcAbs_r1_Setter"; | 4429 void set r1(num value) native "SVGPathSegArcAbs_r1_Setter"; |
| 4430 | 4430 |
| 4431 @DomName('SVGPathSegArcAbs.r2') | 4431 @DomName('SVGPathSegArcAbs.r2') |
| 4432 @DocsEditable | 4432 @DocsEditable() |
| 4433 num get r2 native "SVGPathSegArcAbs_r2_Getter"; | 4433 num get r2 native "SVGPathSegArcAbs_r2_Getter"; |
| 4434 | 4434 |
| 4435 @DomName('SVGPathSegArcAbs.r2') | 4435 @DomName('SVGPathSegArcAbs.r2') |
| 4436 @DocsEditable | 4436 @DocsEditable() |
| 4437 void set r2(num value) native "SVGPathSegArcAbs_r2_Setter"; | 4437 void set r2(num value) native "SVGPathSegArcAbs_r2_Setter"; |
| 4438 | 4438 |
| 4439 @DomName('SVGPathSegArcAbs.sweepFlag') | 4439 @DomName('SVGPathSegArcAbs.sweepFlag') |
| 4440 @DocsEditable | 4440 @DocsEditable() |
| 4441 bool get sweepFlag native "SVGPathSegArcAbs_sweepFlag_Getter"; | 4441 bool get sweepFlag native "SVGPathSegArcAbs_sweepFlag_Getter"; |
| 4442 | 4442 |
| 4443 @DomName('SVGPathSegArcAbs.sweepFlag') | 4443 @DomName('SVGPathSegArcAbs.sweepFlag') |
| 4444 @DocsEditable | 4444 @DocsEditable() |
| 4445 void set sweepFlag(bool value) native "SVGPathSegArcAbs_sweepFlag_Setter"; | 4445 void set sweepFlag(bool value) native "SVGPathSegArcAbs_sweepFlag_Setter"; |
| 4446 | 4446 |
| 4447 @DomName('SVGPathSegArcAbs.x') | 4447 @DomName('SVGPathSegArcAbs.x') |
| 4448 @DocsEditable | 4448 @DocsEditable() |
| 4449 num get x native "SVGPathSegArcAbs_x_Getter"; | 4449 num get x native "SVGPathSegArcAbs_x_Getter"; |
| 4450 | 4450 |
| 4451 @DomName('SVGPathSegArcAbs.x') | 4451 @DomName('SVGPathSegArcAbs.x') |
| 4452 @DocsEditable | 4452 @DocsEditable() |
| 4453 void set x(num value) native "SVGPathSegArcAbs_x_Setter"; | 4453 void set x(num value) native "SVGPathSegArcAbs_x_Setter"; |
| 4454 | 4454 |
| 4455 @DomName('SVGPathSegArcAbs.y') | 4455 @DomName('SVGPathSegArcAbs.y') |
| 4456 @DocsEditable | 4456 @DocsEditable() |
| 4457 num get y native "SVGPathSegArcAbs_y_Getter"; | 4457 num get y native "SVGPathSegArcAbs_y_Getter"; |
| 4458 | 4458 |
| 4459 @DomName('SVGPathSegArcAbs.y') | 4459 @DomName('SVGPathSegArcAbs.y') |
| 4460 @DocsEditable | 4460 @DocsEditable() |
| 4461 void set y(num value) native "SVGPathSegArcAbs_y_Setter"; | 4461 void set y(num value) native "SVGPathSegArcAbs_y_Setter"; |
| 4462 | 4462 |
| 4463 } | 4463 } |
| 4464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4465 // for details. All rights reserved. Use of this source code is governed by a | 4465 // for details. All rights reserved. Use of this source code is governed by a |
| 4466 // BSD-style license that can be found in the LICENSE file. | 4466 // BSD-style license that can be found in the LICENSE file. |
| 4467 | 4467 |
| 4468 // WARNING: Do not edit - generated code. | 4468 // WARNING: Do not edit - generated code. |
| 4469 | 4469 |
| 4470 | 4470 |
| 4471 @DocsEditable | 4471 @DocsEditable() |
| 4472 @DomName('SVGPathSegArcRel') | 4472 @DomName('SVGPathSegArcRel') |
| 4473 @Unstable | 4473 @Unstable() |
| 4474 class PathSegArcRel extends PathSeg { | 4474 class PathSegArcRel extends PathSeg { |
| 4475 // To suppress missing implicit constructor warnings. | 4475 // To suppress missing implicit constructor warnings. |
| 4476 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } | 4476 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } |
| 4477 | 4477 |
| 4478 @DomName('SVGPathSegArcRel.angle') | 4478 @DomName('SVGPathSegArcRel.angle') |
| 4479 @DocsEditable | 4479 @DocsEditable() |
| 4480 num get angle native "SVGPathSegArcRel_angle_Getter"; | 4480 num get angle native "SVGPathSegArcRel_angle_Getter"; |
| 4481 | 4481 |
| 4482 @DomName('SVGPathSegArcRel.angle') | 4482 @DomName('SVGPathSegArcRel.angle') |
| 4483 @DocsEditable | 4483 @DocsEditable() |
| 4484 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; | 4484 void set angle(num value) native "SVGPathSegArcRel_angle_Setter"; |
| 4485 | 4485 |
| 4486 @DomName('SVGPathSegArcRel.largeArcFlag') | 4486 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4487 @DocsEditable | 4487 @DocsEditable() |
| 4488 bool get largeArcFlag native "SVGPathSegArcRel_largeArcFlag_Getter"; | 4488 bool get largeArcFlag native "SVGPathSegArcRel_largeArcFlag_Getter"; |
| 4489 | 4489 |
| 4490 @DomName('SVGPathSegArcRel.largeArcFlag') | 4490 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4491 @DocsEditable | 4491 @DocsEditable() |
| 4492 void set largeArcFlag(bool value) native "SVGPathSegArcRel_largeArcFlag_Setter
"; | 4492 void set largeArcFlag(bool value) native "SVGPathSegArcRel_largeArcFlag_Setter
"; |
| 4493 | 4493 |
| 4494 @DomName('SVGPathSegArcRel.r1') | 4494 @DomName('SVGPathSegArcRel.r1') |
| 4495 @DocsEditable | 4495 @DocsEditable() |
| 4496 num get r1 native "SVGPathSegArcRel_r1_Getter"; | 4496 num get r1 native "SVGPathSegArcRel_r1_Getter"; |
| 4497 | 4497 |
| 4498 @DomName('SVGPathSegArcRel.r1') | 4498 @DomName('SVGPathSegArcRel.r1') |
| 4499 @DocsEditable | 4499 @DocsEditable() |
| 4500 void set r1(num value) native "SVGPathSegArcRel_r1_Setter"; | 4500 void set r1(num value) native "SVGPathSegArcRel_r1_Setter"; |
| 4501 | 4501 |
| 4502 @DomName('SVGPathSegArcRel.r2') | 4502 @DomName('SVGPathSegArcRel.r2') |
| 4503 @DocsEditable | 4503 @DocsEditable() |
| 4504 num get r2 native "SVGPathSegArcRel_r2_Getter"; | 4504 num get r2 native "SVGPathSegArcRel_r2_Getter"; |
| 4505 | 4505 |
| 4506 @DomName('SVGPathSegArcRel.r2') | 4506 @DomName('SVGPathSegArcRel.r2') |
| 4507 @DocsEditable | 4507 @DocsEditable() |
| 4508 void set r2(num value) native "SVGPathSegArcRel_r2_Setter"; | 4508 void set r2(num value) native "SVGPathSegArcRel_r2_Setter"; |
| 4509 | 4509 |
| 4510 @DomName('SVGPathSegArcRel.sweepFlag') | 4510 @DomName('SVGPathSegArcRel.sweepFlag') |
| 4511 @DocsEditable | 4511 @DocsEditable() |
| 4512 bool get sweepFlag native "SVGPathSegArcRel_sweepFlag_Getter"; | 4512 bool get sweepFlag native "SVGPathSegArcRel_sweepFlag_Getter"; |
| 4513 | 4513 |
| 4514 @DomName('SVGPathSegArcRel.sweepFlag') | 4514 @DomName('SVGPathSegArcRel.sweepFlag') |
| 4515 @DocsEditable | 4515 @DocsEditable() |
| 4516 void set sweepFlag(bool value) native "SVGPathSegArcRel_sweepFlag_Setter"; | 4516 void set sweepFlag(bool value) native "SVGPathSegArcRel_sweepFlag_Setter"; |
| 4517 | 4517 |
| 4518 @DomName('SVGPathSegArcRel.x') | 4518 @DomName('SVGPathSegArcRel.x') |
| 4519 @DocsEditable | 4519 @DocsEditable() |
| 4520 num get x native "SVGPathSegArcRel_x_Getter"; | 4520 num get x native "SVGPathSegArcRel_x_Getter"; |
| 4521 | 4521 |
| 4522 @DomName('SVGPathSegArcRel.x') | 4522 @DomName('SVGPathSegArcRel.x') |
| 4523 @DocsEditable | 4523 @DocsEditable() |
| 4524 void set x(num value) native "SVGPathSegArcRel_x_Setter"; | 4524 void set x(num value) native "SVGPathSegArcRel_x_Setter"; |
| 4525 | 4525 |
| 4526 @DomName('SVGPathSegArcRel.y') | 4526 @DomName('SVGPathSegArcRel.y') |
| 4527 @DocsEditable | 4527 @DocsEditable() |
| 4528 num get y native "SVGPathSegArcRel_y_Getter"; | 4528 num get y native "SVGPathSegArcRel_y_Getter"; |
| 4529 | 4529 |
| 4530 @DomName('SVGPathSegArcRel.y') | 4530 @DomName('SVGPathSegArcRel.y') |
| 4531 @DocsEditable | 4531 @DocsEditable() |
| 4532 void set y(num value) native "SVGPathSegArcRel_y_Setter"; | 4532 void set y(num value) native "SVGPathSegArcRel_y_Setter"; |
| 4533 | 4533 |
| 4534 } | 4534 } |
| 4535 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4535 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4536 // for details. All rights reserved. Use of this source code is governed by a | 4536 // for details. All rights reserved. Use of this source code is governed by a |
| 4537 // BSD-style license that can be found in the LICENSE file. | 4537 // BSD-style license that can be found in the LICENSE file. |
| 4538 | 4538 |
| 4539 // WARNING: Do not edit - generated code. | 4539 // WARNING: Do not edit - generated code. |
| 4540 | 4540 |
| 4541 | 4541 |
| 4542 @DocsEditable | 4542 @DocsEditable() |
| 4543 @DomName('SVGPathSegClosePath') | 4543 @DomName('SVGPathSegClosePath') |
| 4544 @Unstable | 4544 @Unstable() |
| 4545 class PathSegClosePath extends PathSeg { | 4545 class PathSegClosePath extends PathSeg { |
| 4546 // To suppress missing implicit constructor warnings. | 4546 // To suppress missing implicit constructor warnings. |
| 4547 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); } | 4547 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); } |
| 4548 | 4548 |
| 4549 } | 4549 } |
| 4550 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4550 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4551 // for details. All rights reserved. Use of this source code is governed by a | 4551 // for details. All rights reserved. Use of this source code is governed by a |
| 4552 // BSD-style license that can be found in the LICENSE file. | 4552 // BSD-style license that can be found in the LICENSE file. |
| 4553 | 4553 |
| 4554 // WARNING: Do not edit - generated code. | 4554 // WARNING: Do not edit - generated code. |
| 4555 | 4555 |
| 4556 | 4556 |
| 4557 @DocsEditable | 4557 @DocsEditable() |
| 4558 @DomName('SVGPathSegCurvetoCubicAbs') | 4558 @DomName('SVGPathSegCurvetoCubicAbs') |
| 4559 @Unstable | 4559 @Unstable() |
| 4560 class PathSegCurvetoCubicAbs extends PathSeg { | 4560 class PathSegCurvetoCubicAbs extends PathSeg { |
| 4561 // To suppress missing implicit constructor warnings. | 4561 // To suppress missing implicit constructor warnings. |
| 4562 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported
"); } | 4562 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported
"); } |
| 4563 | 4563 |
| 4564 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4564 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 4565 @DocsEditable | 4565 @DocsEditable() |
| 4566 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; | 4566 num get x native "SVGPathSegCurvetoCubicAbs_x_Getter"; |
| 4567 | 4567 |
| 4568 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4568 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 4569 @DocsEditable | 4569 @DocsEditable() |
| 4570 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; | 4570 void set x(num value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; |
| 4571 | 4571 |
| 4572 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 4572 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 4573 @DocsEditable | 4573 @DocsEditable() |
| 4574 num get x1 native "SVGPathSegCurvetoCubicAbs_x1_Getter"; | 4574 num get x1 native "SVGPathSegCurvetoCubicAbs_x1_Getter"; |
| 4575 | 4575 |
| 4576 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 4576 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 4577 @DocsEditable | 4577 @DocsEditable() |
| 4578 void set x1(num value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; | 4578 void set x1(num value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; |
| 4579 | 4579 |
| 4580 @DomName('SVGPathSegCurvetoCubicAbs.x2') | 4580 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
| 4581 @DocsEditable | 4581 @DocsEditable() |
| 4582 num get x2 native "SVGPathSegCurvetoCubicAbs_x2_Getter"; | 4582 num get x2 native "SVGPathSegCurvetoCubicAbs_x2_Getter"; |
| 4583 | 4583 |
| 4584 @DomName('SVGPathSegCurvetoCubicAbs.x2') | 4584 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
| 4585 @DocsEditable | 4585 @DocsEditable() |
| 4586 void set x2(num value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; | 4586 void set x2(num value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; |
| 4587 | 4587 |
| 4588 @DomName('SVGPathSegCurvetoCubicAbs.y') | 4588 @DomName('SVGPathSegCurvetoCubicAbs.y') |
| 4589 @DocsEditable | 4589 @DocsEditable() |
| 4590 num get y native "SVGPathSegCurvetoCubicAbs_y_Getter"; | 4590 num get y native "SVGPathSegCurvetoCubicAbs_y_Getter"; |
| 4591 | 4591 |
| 4592 @DomName('SVGPathSegCurvetoCubicAbs.y') | 4592 @DomName('SVGPathSegCurvetoCubicAbs.y') |
| 4593 @DocsEditable | 4593 @DocsEditable() |
| 4594 void set y(num value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; | 4594 void set y(num value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; |
| 4595 | 4595 |
| 4596 @DomName('SVGPathSegCurvetoCubicAbs.y1') | 4596 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
| 4597 @DocsEditable | 4597 @DocsEditable() |
| 4598 num get y1 native "SVGPathSegCurvetoCubicAbs_y1_Getter"; | 4598 num get y1 native "SVGPathSegCurvetoCubicAbs_y1_Getter"; |
| 4599 | 4599 |
| 4600 @DomName('SVGPathSegCurvetoCubicAbs.y1') | 4600 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
| 4601 @DocsEditable | 4601 @DocsEditable() |
| 4602 void set y1(num value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; | 4602 void set y1(num value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; |
| 4603 | 4603 |
| 4604 @DomName('SVGPathSegCurvetoCubicAbs.y2') | 4604 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
| 4605 @DocsEditable | 4605 @DocsEditable() |
| 4606 num get y2 native "SVGPathSegCurvetoCubicAbs_y2_Getter"; | 4606 num get y2 native "SVGPathSegCurvetoCubicAbs_y2_Getter"; |
| 4607 | 4607 |
| 4608 @DomName('SVGPathSegCurvetoCubicAbs.y2') | 4608 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
| 4609 @DocsEditable | 4609 @DocsEditable() |
| 4610 void set y2(num value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; | 4610 void set y2(num value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; |
| 4611 | 4611 |
| 4612 } | 4612 } |
| 4613 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4613 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4614 // for details. All rights reserved. Use of this source code is governed by a | 4614 // for details. All rights reserved. Use of this source code is governed by a |
| 4615 // BSD-style license that can be found in the LICENSE file. | 4615 // BSD-style license that can be found in the LICENSE file. |
| 4616 | 4616 |
| 4617 // WARNING: Do not edit - generated code. | 4617 // WARNING: Do not edit - generated code. |
| 4618 | 4618 |
| 4619 | 4619 |
| 4620 @DocsEditable | 4620 @DocsEditable() |
| 4621 @DomName('SVGPathSegCurvetoCubicRel') | 4621 @DomName('SVGPathSegCurvetoCubicRel') |
| 4622 @Unstable | 4622 @Unstable() |
| 4623 class PathSegCurvetoCubicRel extends PathSeg { | 4623 class PathSegCurvetoCubicRel extends PathSeg { |
| 4624 // To suppress missing implicit constructor warnings. | 4624 // To suppress missing implicit constructor warnings. |
| 4625 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported
"); } | 4625 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported
"); } |
| 4626 | 4626 |
| 4627 @DomName('SVGPathSegCurvetoCubicRel.x') | 4627 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 4628 @DocsEditable | 4628 @DocsEditable() |
| 4629 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; | 4629 num get x native "SVGPathSegCurvetoCubicRel_x_Getter"; |
| 4630 | 4630 |
| 4631 @DomName('SVGPathSegCurvetoCubicRel.x') | 4631 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 4632 @DocsEditable | 4632 @DocsEditable() |
| 4633 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; | 4633 void set x(num value) native "SVGPathSegCurvetoCubicRel_x_Setter"; |
| 4634 | 4634 |
| 4635 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4635 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 4636 @DocsEditable | 4636 @DocsEditable() |
| 4637 num get x1 native "SVGPathSegCurvetoCubicRel_x1_Getter"; | 4637 num get x1 native "SVGPathSegCurvetoCubicRel_x1_Getter"; |
| 4638 | 4638 |
| 4639 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4639 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 4640 @DocsEditable | 4640 @DocsEditable() |
| 4641 void set x1(num value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; | 4641 void set x1(num value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; |
| 4642 | 4642 |
| 4643 @DomName('SVGPathSegCurvetoCubicRel.x2') | 4643 @DomName('SVGPathSegCurvetoCubicRel.x2') |
| 4644 @DocsEditable | 4644 @DocsEditable() |
| 4645 num get x2 native "SVGPathSegCurvetoCubicRel_x2_Getter"; | 4645 num get x2 native "SVGPathSegCurvetoCubicRel_x2_Getter"; |
| 4646 | 4646 |
| 4647 @DomName('SVGPathSegCurvetoCubicRel.x2') | 4647 @DomName('SVGPathSegCurvetoCubicRel.x2') |
| 4648 @DocsEditable | 4648 @DocsEditable() |
| 4649 void set x2(num value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; | 4649 void set x2(num value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; |
| 4650 | 4650 |
| 4651 @DomName('SVGPathSegCurvetoCubicRel.y') | 4651 @DomName('SVGPathSegCurvetoCubicRel.y') |
| 4652 @DocsEditable | 4652 @DocsEditable() |
| 4653 num get y native "SVGPathSegCurvetoCubicRel_y_Getter"; | 4653 num get y native "SVGPathSegCurvetoCubicRel_y_Getter"; |
| 4654 | 4654 |
| 4655 @DomName('SVGPathSegCurvetoCubicRel.y') | 4655 @DomName('SVGPathSegCurvetoCubicRel.y') |
| 4656 @DocsEditable | 4656 @DocsEditable() |
| 4657 void set y(num value) native "SVGPathSegCurvetoCubicRel_y_Setter"; | 4657 void set y(num value) native "SVGPathSegCurvetoCubicRel_y_Setter"; |
| 4658 | 4658 |
| 4659 @DomName('SVGPathSegCurvetoCubicRel.y1') | 4659 @DomName('SVGPathSegCurvetoCubicRel.y1') |
| 4660 @DocsEditable | 4660 @DocsEditable() |
| 4661 num get y1 native "SVGPathSegCurvetoCubicRel_y1_Getter"; | 4661 num get y1 native "SVGPathSegCurvetoCubicRel_y1_Getter"; |
| 4662 | 4662 |
| 4663 @DomName('SVGPathSegCurvetoCubicRel.y1') | 4663 @DomName('SVGPathSegCurvetoCubicRel.y1') |
| 4664 @DocsEditable | 4664 @DocsEditable() |
| 4665 void set y1(num value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; | 4665 void set y1(num value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; |
| 4666 | 4666 |
| 4667 @DomName('SVGPathSegCurvetoCubicRel.y2') | 4667 @DomName('SVGPathSegCurvetoCubicRel.y2') |
| 4668 @DocsEditable | 4668 @DocsEditable() |
| 4669 num get y2 native "SVGPathSegCurvetoCubicRel_y2_Getter"; | 4669 num get y2 native "SVGPathSegCurvetoCubicRel_y2_Getter"; |
| 4670 | 4670 |
| 4671 @DomName('SVGPathSegCurvetoCubicRel.y2') | 4671 @DomName('SVGPathSegCurvetoCubicRel.y2') |
| 4672 @DocsEditable | 4672 @DocsEditable() |
| 4673 void set y2(num value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; | 4673 void set y2(num value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; |
| 4674 | 4674 |
| 4675 } | 4675 } |
| 4676 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4676 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4677 // for details. All rights reserved. Use of this source code is governed by a | 4677 // for details. All rights reserved. Use of this source code is governed by a |
| 4678 // BSD-style license that can be found in the LICENSE file. | 4678 // BSD-style license that can be found in the LICENSE file. |
| 4679 | 4679 |
| 4680 // WARNING: Do not edit - generated code. | 4680 // WARNING: Do not edit - generated code. |
| 4681 | 4681 |
| 4682 | 4682 |
| 4683 @DocsEditable | 4683 @DocsEditable() |
| 4684 @DomName('SVGPathSegCurvetoCubicSmoothAbs') | 4684 @DomName('SVGPathSegCurvetoCubicSmoothAbs') |
| 4685 @Unstable | 4685 @Unstable() |
| 4686 class PathSegCurvetoCubicSmoothAbs extends PathSeg { | 4686 class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
| 4687 // To suppress missing implicit constructor warnings. | 4687 // To suppress missing implicit constructor warnings. |
| 4688 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup
ported"); } | 4688 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup
ported"); } |
| 4689 | 4689 |
| 4690 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4690 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 4691 @DocsEditable | 4691 @DocsEditable() |
| 4692 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; | 4692 num get x native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; |
| 4693 | 4693 |
| 4694 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4694 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 4695 @DocsEditable | 4695 @DocsEditable() |
| 4696 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; | 4696 void set x(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; |
| 4697 | 4697 |
| 4698 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4698 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 4699 @DocsEditable | 4699 @DocsEditable() |
| 4700 num get x2 native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; | 4700 num get x2 native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; |
| 4701 | 4701 |
| 4702 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4702 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 4703 @DocsEditable | 4703 @DocsEditable() |
| 4704 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter"; | 4704 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter"; |
| 4705 | 4705 |
| 4706 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') | 4706 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
| 4707 @DocsEditable | 4707 @DocsEditable() |
| 4708 num get y native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; | 4708 num get y native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; |
| 4709 | 4709 |
| 4710 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') | 4710 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
| 4711 @DocsEditable | 4711 @DocsEditable() |
| 4712 void set y(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter"; | 4712 void set y(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter"; |
| 4713 | 4713 |
| 4714 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') | 4714 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
| 4715 @DocsEditable | 4715 @DocsEditable() |
| 4716 num get y2 native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; | 4716 num get y2 native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; |
| 4717 | 4717 |
| 4718 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') | 4718 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
| 4719 @DocsEditable | 4719 @DocsEditable() |
| 4720 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter"; | 4720 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter"; |
| 4721 | 4721 |
| 4722 } | 4722 } |
| 4723 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4723 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4724 // for details. All rights reserved. Use of this source code is governed by a | 4724 // for details. All rights reserved. Use of this source code is governed by a |
| 4725 // BSD-style license that can be found in the LICENSE file. | 4725 // BSD-style license that can be found in the LICENSE file. |
| 4726 | 4726 |
| 4727 // WARNING: Do not edit - generated code. | 4727 // WARNING: Do not edit - generated code. |
| 4728 | 4728 |
| 4729 | 4729 |
| 4730 @DocsEditable | 4730 @DocsEditable() |
| 4731 @DomName('SVGPathSegCurvetoCubicSmoothRel') | 4731 @DomName('SVGPathSegCurvetoCubicSmoothRel') |
| 4732 @Unstable | 4732 @Unstable() |
| 4733 class PathSegCurvetoCubicSmoothRel extends PathSeg { | 4733 class PathSegCurvetoCubicSmoothRel extends PathSeg { |
| 4734 // To suppress missing implicit constructor warnings. | 4734 // To suppress missing implicit constructor warnings. |
| 4735 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup
ported"); } | 4735 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup
ported"); } |
| 4736 | 4736 |
| 4737 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4737 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 4738 @DocsEditable | 4738 @DocsEditable() |
| 4739 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; | 4739 num get x native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; |
| 4740 | 4740 |
| 4741 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4741 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 4742 @DocsEditable | 4742 @DocsEditable() |
| 4743 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; | 4743 void set x(num value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; |
| 4744 | 4744 |
| 4745 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 4745 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 4746 @DocsEditable | 4746 @DocsEditable() |
| 4747 num get x2 native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; | 4747 num get x2 native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; |
| 4748 | 4748 |
| 4749 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 4749 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 4750 @DocsEditable | 4750 @DocsEditable() |
| 4751 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter"; | 4751 void set x2(num value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter"; |
| 4752 | 4752 |
| 4753 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') | 4753 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
| 4754 @DocsEditable | 4754 @DocsEditable() |
| 4755 num get y native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; | 4755 num get y native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; |
| 4756 | 4756 |
| 4757 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') | 4757 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
| 4758 @DocsEditable | 4758 @DocsEditable() |
| 4759 void set y(num value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter"; | 4759 void set y(num value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter"; |
| 4760 | 4760 |
| 4761 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') | 4761 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
| 4762 @DocsEditable | 4762 @DocsEditable() |
| 4763 num get y2 native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; | 4763 num get y2 native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; |
| 4764 | 4764 |
| 4765 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') | 4765 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
| 4766 @DocsEditable | 4766 @DocsEditable() |
| 4767 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter"; | 4767 void set y2(num value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter"; |
| 4768 | 4768 |
| 4769 } | 4769 } |
| 4770 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4770 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4771 // for details. All rights reserved. Use of this source code is governed by a | 4771 // for details. All rights reserved. Use of this source code is governed by a |
| 4772 // BSD-style license that can be found in the LICENSE file. | 4772 // BSD-style license that can be found in the LICENSE file. |
| 4773 | 4773 |
| 4774 // WARNING: Do not edit - generated code. | 4774 // WARNING: Do not edit - generated code. |
| 4775 | 4775 |
| 4776 | 4776 |
| 4777 @DocsEditable | 4777 @DocsEditable() |
| 4778 @DomName('SVGPathSegCurvetoQuadraticAbs') | 4778 @DomName('SVGPathSegCurvetoQuadraticAbs') |
| 4779 @Unstable | 4779 @Unstable() |
| 4780 class PathSegCurvetoQuadraticAbs extends PathSeg { | 4780 class PathSegCurvetoQuadraticAbs extends PathSeg { |
| 4781 // To suppress missing implicit constructor warnings. | 4781 // To suppress missing implicit constructor warnings. |
| 4782 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo
rted"); } | 4782 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo
rted"); } |
| 4783 | 4783 |
| 4784 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4784 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 4785 @DocsEditable | 4785 @DocsEditable() |
| 4786 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; | 4786 num get x native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; |
| 4787 | 4787 |
| 4788 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4788 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 4789 @DocsEditable | 4789 @DocsEditable() |
| 4790 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; | 4790 void set x(num value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; |
| 4791 | 4791 |
| 4792 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 4792 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 4793 @DocsEditable | 4793 @DocsEditable() |
| 4794 num get x1 native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; | 4794 num get x1 native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; |
| 4795 | 4795 |
| 4796 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 4796 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 4797 @DocsEditable | 4797 @DocsEditable() |
| 4798 void set x1(num value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter"; | 4798 void set x1(num value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter"; |
| 4799 | 4799 |
| 4800 @DomName('SVGPathSegCurvetoQuadraticAbs.y') | 4800 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
| 4801 @DocsEditable | 4801 @DocsEditable() |
| 4802 num get y native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; | 4802 num get y native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; |
| 4803 | 4803 |
| 4804 @DomName('SVGPathSegCurvetoQuadraticAbs.y') | 4804 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
| 4805 @DocsEditable | 4805 @DocsEditable() |
| 4806 void set y(num value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; | 4806 void set y(num value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; |
| 4807 | 4807 |
| 4808 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') | 4808 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
| 4809 @DocsEditable | 4809 @DocsEditable() |
| 4810 num get y1 native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; | 4810 num get y1 native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; |
| 4811 | 4811 |
| 4812 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') | 4812 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
| 4813 @DocsEditable | 4813 @DocsEditable() |
| 4814 void set y1(num value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter"; | 4814 void set y1(num value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter"; |
| 4815 | 4815 |
| 4816 } | 4816 } |
| 4817 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4817 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4818 // for details. All rights reserved. Use of this source code is governed by a | 4818 // for details. All rights reserved. Use of this source code is governed by a |
| 4819 // BSD-style license that can be found in the LICENSE file. | 4819 // BSD-style license that can be found in the LICENSE file. |
| 4820 | 4820 |
| 4821 // WARNING: Do not edit - generated code. | 4821 // WARNING: Do not edit - generated code. |
| 4822 | 4822 |
| 4823 | 4823 |
| 4824 @DocsEditable | 4824 @DocsEditable() |
| 4825 @DomName('SVGPathSegCurvetoQuadraticRel') | 4825 @DomName('SVGPathSegCurvetoQuadraticRel') |
| 4826 @Unstable | 4826 @Unstable() |
| 4827 class PathSegCurvetoQuadraticRel extends PathSeg { | 4827 class PathSegCurvetoQuadraticRel extends PathSeg { |
| 4828 // To suppress missing implicit constructor warnings. | 4828 // To suppress missing implicit constructor warnings. |
| 4829 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo
rted"); } | 4829 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo
rted"); } |
| 4830 | 4830 |
| 4831 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4831 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 4832 @DocsEditable | 4832 @DocsEditable() |
| 4833 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; | 4833 num get x native "SVGPathSegCurvetoQuadraticRel_x_Getter"; |
| 4834 | 4834 |
| 4835 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4835 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 4836 @DocsEditable | 4836 @DocsEditable() |
| 4837 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; | 4837 void set x(num value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; |
| 4838 | 4838 |
| 4839 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 4839 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 4840 @DocsEditable | 4840 @DocsEditable() |
| 4841 num get x1 native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; | 4841 num get x1 native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; |
| 4842 | 4842 |
| 4843 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 4843 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 4844 @DocsEditable | 4844 @DocsEditable() |
| 4845 void set x1(num value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter"; | 4845 void set x1(num value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter"; |
| 4846 | 4846 |
| 4847 @DomName('SVGPathSegCurvetoQuadraticRel.y') | 4847 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
| 4848 @DocsEditable | 4848 @DocsEditable() |
| 4849 num get y native "SVGPathSegCurvetoQuadraticRel_y_Getter"; | 4849 num get y native "SVGPathSegCurvetoQuadraticRel_y_Getter"; |
| 4850 | 4850 |
| 4851 @DomName('SVGPathSegCurvetoQuadraticRel.y') | 4851 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
| 4852 @DocsEditable | 4852 @DocsEditable() |
| 4853 void set y(num value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; | 4853 void set y(num value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; |
| 4854 | 4854 |
| 4855 @DomName('SVGPathSegCurvetoQuadraticRel.y1') | 4855 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
| 4856 @DocsEditable | 4856 @DocsEditable() |
| 4857 num get y1 native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; | 4857 num get y1 native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; |
| 4858 | 4858 |
| 4859 @DomName('SVGPathSegCurvetoQuadraticRel.y1') | 4859 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
| 4860 @DocsEditable | 4860 @DocsEditable() |
| 4861 void set y1(num value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter"; | 4861 void set y1(num value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter"; |
| 4862 | 4862 |
| 4863 } | 4863 } |
| 4864 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4864 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4865 // for details. All rights reserved. Use of this source code is governed by a | 4865 // for details. All rights reserved. Use of this source code is governed by a |
| 4866 // BSD-style license that can be found in the LICENSE file. | 4866 // BSD-style license that can be found in the LICENSE file. |
| 4867 | 4867 |
| 4868 // WARNING: Do not edit - generated code. | 4868 // WARNING: Do not edit - generated code. |
| 4869 | 4869 |
| 4870 | 4870 |
| 4871 @DocsEditable | 4871 @DocsEditable() |
| 4872 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') | 4872 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') |
| 4873 @Unstable | 4873 @Unstable() |
| 4874 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { | 4874 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
| 4875 // To suppress missing implicit constructor warnings. | 4875 // To suppress missing implicit constructor warnings. |
| 4876 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not
supported"); } | 4876 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not
supported"); } |
| 4877 | 4877 |
| 4878 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4878 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 4879 @DocsEditable | 4879 @DocsEditable() |
| 4880 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; | 4880 num get x native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; |
| 4881 | 4881 |
| 4882 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4882 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 4883 @DocsEditable | 4883 @DocsEditable() |
| 4884 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; | 4884 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; |
| 4885 | 4885 |
| 4886 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4886 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 4887 @DocsEditable | 4887 @DocsEditable() |
| 4888 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; | 4888 num get y native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; |
| 4889 | 4889 |
| 4890 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4890 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 4891 @DocsEditable | 4891 @DocsEditable() |
| 4892 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; | 4892 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; |
| 4893 | 4893 |
| 4894 } | 4894 } |
| 4895 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4895 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4896 // for details. All rights reserved. Use of this source code is governed by a | 4896 // for details. All rights reserved. Use of this source code is governed by a |
| 4897 // BSD-style license that can be found in the LICENSE file. | 4897 // BSD-style license that can be found in the LICENSE file. |
| 4898 | 4898 |
| 4899 // WARNING: Do not edit - generated code. | 4899 // WARNING: Do not edit - generated code. |
| 4900 | 4900 |
| 4901 | 4901 |
| 4902 @DocsEditable | 4902 @DocsEditable() |
| 4903 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') | 4903 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') |
| 4904 @Unstable | 4904 @Unstable() |
| 4905 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { | 4905 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
| 4906 // To suppress missing implicit constructor warnings. | 4906 // To suppress missing implicit constructor warnings. |
| 4907 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not
supported"); } | 4907 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not
supported"); } |
| 4908 | 4908 |
| 4909 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4909 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 4910 @DocsEditable | 4910 @DocsEditable() |
| 4911 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; | 4911 num get x native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; |
| 4912 | 4912 |
| 4913 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4913 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 4914 @DocsEditable | 4914 @DocsEditable() |
| 4915 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; | 4915 void set x(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; |
| 4916 | 4916 |
| 4917 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4917 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 4918 @DocsEditable | 4918 @DocsEditable() |
| 4919 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; | 4919 num get y native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; |
| 4920 | 4920 |
| 4921 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4921 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 4922 @DocsEditable | 4922 @DocsEditable() |
| 4923 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; | 4923 void set y(num value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; |
| 4924 | 4924 |
| 4925 } | 4925 } |
| 4926 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4926 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4927 // for details. All rights reserved. Use of this source code is governed by a | 4927 // for details. All rights reserved. Use of this source code is governed by a |
| 4928 // BSD-style license that can be found in the LICENSE file. | 4928 // BSD-style license that can be found in the LICENSE file. |
| 4929 | 4929 |
| 4930 // WARNING: Do not edit - generated code. | 4930 // WARNING: Do not edit - generated code. |
| 4931 | 4931 |
| 4932 | 4932 |
| 4933 @DocsEditable | 4933 @DocsEditable() |
| 4934 @DomName('SVGPathSegLinetoAbs') | 4934 @DomName('SVGPathSegLinetoAbs') |
| 4935 @Unstable | 4935 @Unstable() |
| 4936 class PathSegLinetoAbs extends PathSeg { | 4936 class PathSegLinetoAbs extends PathSeg { |
| 4937 // To suppress missing implicit constructor warnings. | 4937 // To suppress missing implicit constructor warnings. |
| 4938 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } | 4938 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } |
| 4939 | 4939 |
| 4940 @DomName('SVGPathSegLinetoAbs.x') | 4940 @DomName('SVGPathSegLinetoAbs.x') |
| 4941 @DocsEditable | 4941 @DocsEditable() |
| 4942 num get x native "SVGPathSegLinetoAbs_x_Getter"; | 4942 num get x native "SVGPathSegLinetoAbs_x_Getter"; |
| 4943 | 4943 |
| 4944 @DomName('SVGPathSegLinetoAbs.x') | 4944 @DomName('SVGPathSegLinetoAbs.x') |
| 4945 @DocsEditable | 4945 @DocsEditable() |
| 4946 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; | 4946 void set x(num value) native "SVGPathSegLinetoAbs_x_Setter"; |
| 4947 | 4947 |
| 4948 @DomName('SVGPathSegLinetoAbs.y') | 4948 @DomName('SVGPathSegLinetoAbs.y') |
| 4949 @DocsEditable | 4949 @DocsEditable() |
| 4950 num get y native "SVGPathSegLinetoAbs_y_Getter"; | 4950 num get y native "SVGPathSegLinetoAbs_y_Getter"; |
| 4951 | 4951 |
| 4952 @DomName('SVGPathSegLinetoAbs.y') | 4952 @DomName('SVGPathSegLinetoAbs.y') |
| 4953 @DocsEditable | 4953 @DocsEditable() |
| 4954 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; | 4954 void set y(num value) native "SVGPathSegLinetoAbs_y_Setter"; |
| 4955 | 4955 |
| 4956 } | 4956 } |
| 4957 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4957 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4958 // for details. All rights reserved. Use of this source code is governed by a | 4958 // for details. All rights reserved. Use of this source code is governed by a |
| 4959 // BSD-style license that can be found in the LICENSE file. | 4959 // BSD-style license that can be found in the LICENSE file. |
| 4960 | 4960 |
| 4961 // WARNING: Do not edit - generated code. | 4961 // WARNING: Do not edit - generated code. |
| 4962 | 4962 |
| 4963 | 4963 |
| 4964 @DocsEditable | 4964 @DocsEditable() |
| 4965 @DomName('SVGPathSegLinetoHorizontalAbs') | 4965 @DomName('SVGPathSegLinetoHorizontalAbs') |
| 4966 @Unstable | 4966 @Unstable() |
| 4967 class PathSegLinetoHorizontalAbs extends PathSeg { | 4967 class PathSegLinetoHorizontalAbs extends PathSeg { |
| 4968 // To suppress missing implicit constructor warnings. | 4968 // To suppress missing implicit constructor warnings. |
| 4969 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo
rted"); } | 4969 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo
rted"); } |
| 4970 | 4970 |
| 4971 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4971 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 4972 @DocsEditable | 4972 @DocsEditable() |
| 4973 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; | 4973 num get x native "SVGPathSegLinetoHorizontalAbs_x_Getter"; |
| 4974 | 4974 |
| 4975 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4975 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 4976 @DocsEditable | 4976 @DocsEditable() |
| 4977 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; | 4977 void set x(num value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; |
| 4978 | 4978 |
| 4979 } | 4979 } |
| 4980 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4980 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4981 // for details. All rights reserved. Use of this source code is governed by a | 4981 // for details. All rights reserved. Use of this source code is governed by a |
| 4982 // BSD-style license that can be found in the LICENSE file. | 4982 // BSD-style license that can be found in the LICENSE file. |
| 4983 | 4983 |
| 4984 // WARNING: Do not edit - generated code. | 4984 // WARNING: Do not edit - generated code. |
| 4985 | 4985 |
| 4986 | 4986 |
| 4987 @DocsEditable | 4987 @DocsEditable() |
| 4988 @DomName('SVGPathSegLinetoHorizontalRel') | 4988 @DomName('SVGPathSegLinetoHorizontalRel') |
| 4989 @Unstable | 4989 @Unstable() |
| 4990 class PathSegLinetoHorizontalRel extends PathSeg { | 4990 class PathSegLinetoHorizontalRel extends PathSeg { |
| 4991 // To suppress missing implicit constructor warnings. | 4991 // To suppress missing implicit constructor warnings. |
| 4992 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo
rted"); } | 4992 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo
rted"); } |
| 4993 | 4993 |
| 4994 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4994 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 4995 @DocsEditable | 4995 @DocsEditable() |
| 4996 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; | 4996 num get x native "SVGPathSegLinetoHorizontalRel_x_Getter"; |
| 4997 | 4997 |
| 4998 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4998 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 4999 @DocsEditable | 4999 @DocsEditable() |
| 5000 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; | 5000 void set x(num value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; |
| 5001 | 5001 |
| 5002 } | 5002 } |
| 5003 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5003 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5004 // for details. All rights reserved. Use of this source code is governed by a | 5004 // for details. All rights reserved. Use of this source code is governed by a |
| 5005 // BSD-style license that can be found in the LICENSE file. | 5005 // BSD-style license that can be found in the LICENSE file. |
| 5006 | 5006 |
| 5007 // WARNING: Do not edit - generated code. | 5007 // WARNING: Do not edit - generated code. |
| 5008 | 5008 |
| 5009 | 5009 |
| 5010 @DocsEditable | 5010 @DocsEditable() |
| 5011 @DomName('SVGPathSegLinetoRel') | 5011 @DomName('SVGPathSegLinetoRel') |
| 5012 @Unstable | 5012 @Unstable() |
| 5013 class PathSegLinetoRel extends PathSeg { | 5013 class PathSegLinetoRel extends PathSeg { |
| 5014 // To suppress missing implicit constructor warnings. | 5014 // To suppress missing implicit constructor warnings. |
| 5015 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } | 5015 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } |
| 5016 | 5016 |
| 5017 @DomName('SVGPathSegLinetoRel.x') | 5017 @DomName('SVGPathSegLinetoRel.x') |
| 5018 @DocsEditable | 5018 @DocsEditable() |
| 5019 num get x native "SVGPathSegLinetoRel_x_Getter"; | 5019 num get x native "SVGPathSegLinetoRel_x_Getter"; |
| 5020 | 5020 |
| 5021 @DomName('SVGPathSegLinetoRel.x') | 5021 @DomName('SVGPathSegLinetoRel.x') |
| 5022 @DocsEditable | 5022 @DocsEditable() |
| 5023 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; | 5023 void set x(num value) native "SVGPathSegLinetoRel_x_Setter"; |
| 5024 | 5024 |
| 5025 @DomName('SVGPathSegLinetoRel.y') | 5025 @DomName('SVGPathSegLinetoRel.y') |
| 5026 @DocsEditable | 5026 @DocsEditable() |
| 5027 num get y native "SVGPathSegLinetoRel_y_Getter"; | 5027 num get y native "SVGPathSegLinetoRel_y_Getter"; |
| 5028 | 5028 |
| 5029 @DomName('SVGPathSegLinetoRel.y') | 5029 @DomName('SVGPathSegLinetoRel.y') |
| 5030 @DocsEditable | 5030 @DocsEditable() |
| 5031 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; | 5031 void set y(num value) native "SVGPathSegLinetoRel_y_Setter"; |
| 5032 | 5032 |
| 5033 } | 5033 } |
| 5034 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5034 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5035 // for details. All rights reserved. Use of this source code is governed by a | 5035 // for details. All rights reserved. Use of this source code is governed by a |
| 5036 // BSD-style license that can be found in the LICENSE file. | 5036 // BSD-style license that can be found in the LICENSE file. |
| 5037 | 5037 |
| 5038 // WARNING: Do not edit - generated code. | 5038 // WARNING: Do not edit - generated code. |
| 5039 | 5039 |
| 5040 | 5040 |
| 5041 @DocsEditable | 5041 @DocsEditable() |
| 5042 @DomName('SVGPathSegLinetoVerticalAbs') | 5042 @DomName('SVGPathSegLinetoVerticalAbs') |
| 5043 @Unstable | 5043 @Unstable() |
| 5044 class PathSegLinetoVerticalAbs extends PathSeg { | 5044 class PathSegLinetoVerticalAbs extends PathSeg { |
| 5045 // To suppress missing implicit constructor warnings. | 5045 // To suppress missing implicit constructor warnings. |
| 5046 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support
ed"); } | 5046 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support
ed"); } |
| 5047 | 5047 |
| 5048 @DomName('SVGPathSegLinetoVerticalAbs.y') | 5048 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 5049 @DocsEditable | 5049 @DocsEditable() |
| 5050 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; | 5050 num get y native "SVGPathSegLinetoVerticalAbs_y_Getter"; |
| 5051 | 5051 |
| 5052 @DomName('SVGPathSegLinetoVerticalAbs.y') | 5052 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 5053 @DocsEditable | 5053 @DocsEditable() |
| 5054 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; | 5054 void set y(num value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; |
| 5055 | 5055 |
| 5056 } | 5056 } |
| 5057 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5057 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5058 // for details. All rights reserved. Use of this source code is governed by a | 5058 // for details. All rights reserved. Use of this source code is governed by a |
| 5059 // BSD-style license that can be found in the LICENSE file. | 5059 // BSD-style license that can be found in the LICENSE file. |
| 5060 | 5060 |
| 5061 // WARNING: Do not edit - generated code. | 5061 // WARNING: Do not edit - generated code. |
| 5062 | 5062 |
| 5063 | 5063 |
| 5064 @DocsEditable | 5064 @DocsEditable() |
| 5065 @DomName('SVGPathSegLinetoVerticalRel') | 5065 @DomName('SVGPathSegLinetoVerticalRel') |
| 5066 @Unstable | 5066 @Unstable() |
| 5067 class PathSegLinetoVerticalRel extends PathSeg { | 5067 class PathSegLinetoVerticalRel extends PathSeg { |
| 5068 // To suppress missing implicit constructor warnings. | 5068 // To suppress missing implicit constructor warnings. |
| 5069 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support
ed"); } | 5069 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support
ed"); } |
| 5070 | 5070 |
| 5071 @DomName('SVGPathSegLinetoVerticalRel.y') | 5071 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 5072 @DocsEditable | 5072 @DocsEditable() |
| 5073 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; | 5073 num get y native "SVGPathSegLinetoVerticalRel_y_Getter"; |
| 5074 | 5074 |
| 5075 @DomName('SVGPathSegLinetoVerticalRel.y') | 5075 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 5076 @DocsEditable | 5076 @DocsEditable() |
| 5077 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; | 5077 void set y(num value) native "SVGPathSegLinetoVerticalRel_y_Setter"; |
| 5078 | 5078 |
| 5079 } | 5079 } |
| 5080 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5080 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5081 // for details. All rights reserved. Use of this source code is governed by a | 5081 // for details. All rights reserved. Use of this source code is governed by a |
| 5082 // BSD-style license that can be found in the LICENSE file. | 5082 // BSD-style license that can be found in the LICENSE file. |
| 5083 | 5083 |
| 5084 // WARNING: Do not edit - generated code. | 5084 // WARNING: Do not edit - generated code. |
| 5085 | 5085 |
| 5086 | 5086 |
| 5087 @DocsEditable | 5087 @DocsEditable() |
| 5088 @DomName('SVGPathSegList') | 5088 @DomName('SVGPathSegList') |
| 5089 @Unstable | 5089 @Unstable() |
| 5090 class PathSegList extends NativeFieldWrapperClass1 with ListMixin<PathSeg>, Immu
tableListMixin<PathSeg> implements List<PathSeg> { | 5090 class PathSegList extends NativeFieldWrapperClass1 with ListMixin<PathSeg>, Immu
tableListMixin<PathSeg> implements List<PathSeg> { |
| 5091 | 5091 |
| 5092 @DomName('SVGPathSegList.numberOfItems') | 5092 @DomName('SVGPathSegList.numberOfItems') |
| 5093 @DocsEditable | 5093 @DocsEditable() |
| 5094 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; | 5094 int get numberOfItems native "SVGPathSegList_numberOfItems_Getter"; |
| 5095 | 5095 |
| 5096 PathSeg operator[](int index) { | 5096 PathSeg operator[](int index) { |
| 5097 if (index < 0 || index >= length) | 5097 if (index < 0 || index >= length) |
| 5098 throw new RangeError.range(index, 0, length); | 5098 throw new RangeError.range(index, 0, length); |
| 5099 return _nativeIndexedGetter(index); | 5099 return _nativeIndexedGetter(index); |
| 5100 } | 5100 } |
| 5101 PathSeg _nativeIndexedGetter(int index) native "SVGPathSegList_item_Callback"; | 5101 PathSeg _nativeIndexedGetter(int index) native "SVGPathSegList_item_Callback"; |
| 5102 | 5102 |
| 5103 void operator[]=(int index, PathSeg value) { | 5103 void operator[]=(int index, PathSeg value) { |
| (...skipping 30 matching lines...) Expand all Loading... |
| 5134 return this[0]; | 5134 return this[0]; |
| 5135 } | 5135 } |
| 5136 if (len == 0) throw new StateError("No elements"); | 5136 if (len == 0) throw new StateError("No elements"); |
| 5137 throw new StateError("More than one element"); | 5137 throw new StateError("More than one element"); |
| 5138 } | 5138 } |
| 5139 | 5139 |
| 5140 PathSeg elementAt(int index) => this[index]; | 5140 PathSeg elementAt(int index) => this[index]; |
| 5141 // -- end List<PathSeg> mixins. | 5141 // -- end List<PathSeg> mixins. |
| 5142 | 5142 |
| 5143 @DomName('SVGPathSegList.appendItem') | 5143 @DomName('SVGPathSegList.appendItem') |
| 5144 @DocsEditable | 5144 @DocsEditable() |
| 5145 PathSeg appendItem(PathSeg newItem) native "SVGPathSegList_appendItem_Callback
"; | 5145 PathSeg appendItem(PathSeg newItem) native "SVGPathSegList_appendItem_Callback
"; |
| 5146 | 5146 |
| 5147 @DomName('SVGPathSegList.clear') | 5147 @DomName('SVGPathSegList.clear') |
| 5148 @DocsEditable | 5148 @DocsEditable() |
| 5149 void clear() native "SVGPathSegList_clear_Callback"; | 5149 void clear() native "SVGPathSegList_clear_Callback"; |
| 5150 | 5150 |
| 5151 @DomName('SVGPathSegList.getItem') | 5151 @DomName('SVGPathSegList.getItem') |
| 5152 @DocsEditable | 5152 @DocsEditable() |
| 5153 PathSeg getItem(int index) native "SVGPathSegList_getItem_Callback"; | 5153 PathSeg getItem(int index) native "SVGPathSegList_getItem_Callback"; |
| 5154 | 5154 |
| 5155 @DomName('SVGPathSegList.initialize') | 5155 @DomName('SVGPathSegList.initialize') |
| 5156 @DocsEditable | 5156 @DocsEditable() |
| 5157 PathSeg initialize(PathSeg newItem) native "SVGPathSegList_initialize_Callback
"; | 5157 PathSeg initialize(PathSeg newItem) native "SVGPathSegList_initialize_Callback
"; |
| 5158 | 5158 |
| 5159 @DomName('SVGPathSegList.insertItemBefore') | 5159 @DomName('SVGPathSegList.insertItemBefore') |
| 5160 @DocsEditable | 5160 @DocsEditable() |
| 5161 PathSeg insertItemBefore(PathSeg newItem, int index) native "SVGPathSegList_in
sertItemBefore_Callback"; | 5161 PathSeg insertItemBefore(PathSeg newItem, int index) native "SVGPathSegList_in
sertItemBefore_Callback"; |
| 5162 | 5162 |
| 5163 @DomName('SVGPathSegList.removeItem') | 5163 @DomName('SVGPathSegList.removeItem') |
| 5164 @DocsEditable | 5164 @DocsEditable() |
| 5165 PathSeg removeItem(int index) native "SVGPathSegList_removeItem_Callback"; | 5165 PathSeg removeItem(int index) native "SVGPathSegList_removeItem_Callback"; |
| 5166 | 5166 |
| 5167 @DomName('SVGPathSegList.replaceItem') | 5167 @DomName('SVGPathSegList.replaceItem') |
| 5168 @DocsEditable | 5168 @DocsEditable() |
| 5169 PathSeg replaceItem(PathSeg newItem, int index) native "SVGPathSegList_replace
Item_Callback"; | 5169 PathSeg replaceItem(PathSeg newItem, int index) native "SVGPathSegList_replace
Item_Callback"; |
| 5170 | 5170 |
| 5171 } | 5171 } |
| 5172 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5172 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5173 // for details. All rights reserved. Use of this source code is governed by a | 5173 // for details. All rights reserved. Use of this source code is governed by a |
| 5174 // BSD-style license that can be found in the LICENSE file. | 5174 // BSD-style license that can be found in the LICENSE file. |
| 5175 | 5175 |
| 5176 // WARNING: Do not edit - generated code. | 5176 // WARNING: Do not edit - generated code. |
| 5177 | 5177 |
| 5178 | 5178 |
| 5179 @DocsEditable | 5179 @DocsEditable() |
| 5180 @DomName('SVGPathSegMovetoAbs') | 5180 @DomName('SVGPathSegMovetoAbs') |
| 5181 @Unstable | 5181 @Unstable() |
| 5182 class PathSegMovetoAbs extends PathSeg { | 5182 class PathSegMovetoAbs extends PathSeg { |
| 5183 // To suppress missing implicit constructor warnings. | 5183 // To suppress missing implicit constructor warnings. |
| 5184 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } | 5184 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } |
| 5185 | 5185 |
| 5186 @DomName('SVGPathSegMovetoAbs.x') | 5186 @DomName('SVGPathSegMovetoAbs.x') |
| 5187 @DocsEditable | 5187 @DocsEditable() |
| 5188 num get x native "SVGPathSegMovetoAbs_x_Getter"; | 5188 num get x native "SVGPathSegMovetoAbs_x_Getter"; |
| 5189 | 5189 |
| 5190 @DomName('SVGPathSegMovetoAbs.x') | 5190 @DomName('SVGPathSegMovetoAbs.x') |
| 5191 @DocsEditable | 5191 @DocsEditable() |
| 5192 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; | 5192 void set x(num value) native "SVGPathSegMovetoAbs_x_Setter"; |
| 5193 | 5193 |
| 5194 @DomName('SVGPathSegMovetoAbs.y') | 5194 @DomName('SVGPathSegMovetoAbs.y') |
| 5195 @DocsEditable | 5195 @DocsEditable() |
| 5196 num get y native "SVGPathSegMovetoAbs_y_Getter"; | 5196 num get y native "SVGPathSegMovetoAbs_y_Getter"; |
| 5197 | 5197 |
| 5198 @DomName('SVGPathSegMovetoAbs.y') | 5198 @DomName('SVGPathSegMovetoAbs.y') |
| 5199 @DocsEditable | 5199 @DocsEditable() |
| 5200 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; | 5200 void set y(num value) native "SVGPathSegMovetoAbs_y_Setter"; |
| 5201 | 5201 |
| 5202 } | 5202 } |
| 5203 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5203 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5204 // for details. All rights reserved. Use of this source code is governed by a | 5204 // for details. All rights reserved. Use of this source code is governed by a |
| 5205 // BSD-style license that can be found in the LICENSE file. | 5205 // BSD-style license that can be found in the LICENSE file. |
| 5206 | 5206 |
| 5207 // WARNING: Do not edit - generated code. | 5207 // WARNING: Do not edit - generated code. |
| 5208 | 5208 |
| 5209 | 5209 |
| 5210 @DocsEditable | 5210 @DocsEditable() |
| 5211 @DomName('SVGPathSegMovetoRel') | 5211 @DomName('SVGPathSegMovetoRel') |
| 5212 @Unstable | 5212 @Unstable() |
| 5213 class PathSegMovetoRel extends PathSeg { | 5213 class PathSegMovetoRel extends PathSeg { |
| 5214 // To suppress missing implicit constructor warnings. | 5214 // To suppress missing implicit constructor warnings. |
| 5215 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } | 5215 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } |
| 5216 | 5216 |
| 5217 @DomName('SVGPathSegMovetoRel.x') | 5217 @DomName('SVGPathSegMovetoRel.x') |
| 5218 @DocsEditable | 5218 @DocsEditable() |
| 5219 num get x native "SVGPathSegMovetoRel_x_Getter"; | 5219 num get x native "SVGPathSegMovetoRel_x_Getter"; |
| 5220 | 5220 |
| 5221 @DomName('SVGPathSegMovetoRel.x') | 5221 @DomName('SVGPathSegMovetoRel.x') |
| 5222 @DocsEditable | 5222 @DocsEditable() |
| 5223 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; | 5223 void set x(num value) native "SVGPathSegMovetoRel_x_Setter"; |
| 5224 | 5224 |
| 5225 @DomName('SVGPathSegMovetoRel.y') | 5225 @DomName('SVGPathSegMovetoRel.y') |
| 5226 @DocsEditable | 5226 @DocsEditable() |
| 5227 num get y native "SVGPathSegMovetoRel_y_Getter"; | 5227 num get y native "SVGPathSegMovetoRel_y_Getter"; |
| 5228 | 5228 |
| 5229 @DomName('SVGPathSegMovetoRel.y') | 5229 @DomName('SVGPathSegMovetoRel.y') |
| 5230 @DocsEditable | 5230 @DocsEditable() |
| 5231 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; | 5231 void set y(num value) native "SVGPathSegMovetoRel_y_Setter"; |
| 5232 | 5232 |
| 5233 } | 5233 } |
| 5234 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5234 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5235 // for details. All rights reserved. Use of this source code is governed by a | 5235 // for details. All rights reserved. Use of this source code is governed by a |
| 5236 // BSD-style license that can be found in the LICENSE file. | 5236 // BSD-style license that can be found in the LICENSE file. |
| 5237 | 5237 |
| 5238 // WARNING: Do not edit - generated code. | 5238 // WARNING: Do not edit - generated code. |
| 5239 | 5239 |
| 5240 | 5240 |
| 5241 @DocsEditable | 5241 @DocsEditable() |
| 5242 @DomName('SVGPatternElement') | 5242 @DomName('SVGPatternElement') |
| 5243 @Unstable | 5243 @Unstable() |
| 5244 class PatternElement extends StyledElement implements FitToViewBox, UriReference
, Tests, ExternalResourcesRequired, LangSpace { | 5244 class PatternElement extends StyledElement implements FitToViewBox, UriReference
, Tests, ExternalResourcesRequired, LangSpace { |
| 5245 // To suppress missing implicit constructor warnings. | 5245 // To suppress missing implicit constructor warnings. |
| 5246 factory PatternElement._() { throw new UnsupportedError("Not supported"); } | 5246 factory PatternElement._() { throw new UnsupportedError("Not supported"); } |
| 5247 | 5247 |
| 5248 @DomName('SVGPatternElement.SVGPatternElement') | 5248 @DomName('SVGPatternElement.SVGPatternElement') |
| 5249 @DocsEditable | 5249 @DocsEditable() |
| 5250 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 5250 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); |
| 5251 | 5251 |
| 5252 @DomName('SVGPatternElement.height') | 5252 @DomName('SVGPatternElement.height') |
| 5253 @DocsEditable | 5253 @DocsEditable() |
| 5254 AnimatedLength get height native "SVGPatternElement_height_Getter"; | 5254 AnimatedLength get height native "SVGPatternElement_height_Getter"; |
| 5255 | 5255 |
| 5256 @DomName('SVGPatternElement.patternContentUnits') | 5256 @DomName('SVGPatternElement.patternContentUnits') |
| 5257 @DocsEditable | 5257 @DocsEditable() |
| 5258 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC
ontentUnits_Getter"; | 5258 AnimatedEnumeration get patternContentUnits native "SVGPatternElement_patternC
ontentUnits_Getter"; |
| 5259 | 5259 |
| 5260 @DomName('SVGPatternElement.patternTransform') | 5260 @DomName('SVGPatternElement.patternTransform') |
| 5261 @DocsEditable | 5261 @DocsEditable() |
| 5262 AnimatedTransformList get patternTransform native "SVGPatternElement_patternTr
ansform_Getter"; | 5262 AnimatedTransformList get patternTransform native "SVGPatternElement_patternTr
ansform_Getter"; |
| 5263 | 5263 |
| 5264 @DomName('SVGPatternElement.patternUnits') | 5264 @DomName('SVGPatternElement.patternUnits') |
| 5265 @DocsEditable | 5265 @DocsEditable() |
| 5266 AnimatedEnumeration get patternUnits native "SVGPatternElement_patternUnits_Ge
tter"; | 5266 AnimatedEnumeration get patternUnits native "SVGPatternElement_patternUnits_Ge
tter"; |
| 5267 | 5267 |
| 5268 @DomName('SVGPatternElement.width') | 5268 @DomName('SVGPatternElement.width') |
| 5269 @DocsEditable | 5269 @DocsEditable() |
| 5270 AnimatedLength get width native "SVGPatternElement_width_Getter"; | 5270 AnimatedLength get width native "SVGPatternElement_width_Getter"; |
| 5271 | 5271 |
| 5272 @DomName('SVGPatternElement.x') | 5272 @DomName('SVGPatternElement.x') |
| 5273 @DocsEditable | 5273 @DocsEditable() |
| 5274 AnimatedLength get x native "SVGPatternElement_x_Getter"; | 5274 AnimatedLength get x native "SVGPatternElement_x_Getter"; |
| 5275 | 5275 |
| 5276 @DomName('SVGPatternElement.y') | 5276 @DomName('SVGPatternElement.y') |
| 5277 @DocsEditable | 5277 @DocsEditable() |
| 5278 AnimatedLength get y native "SVGPatternElement_y_Getter"; | 5278 AnimatedLength get y native "SVGPatternElement_y_Getter"; |
| 5279 | 5279 |
| 5280 @DomName('SVGPatternElement.externalResourcesRequired') | 5280 @DomName('SVGPatternElement.externalResourcesRequired') |
| 5281 @DocsEditable | 5281 @DocsEditable() |
| 5282 AnimatedBoolean get externalResourcesRequired native "SVGPatternElement_extern
alResourcesRequired_Getter"; | 5282 AnimatedBoolean get externalResourcesRequired native "SVGPatternElement_extern
alResourcesRequired_Getter"; |
| 5283 | 5283 |
| 5284 @DomName('SVGPatternElement.preserveAspectRatio') | 5284 @DomName('SVGPatternElement.preserveAspectRatio') |
| 5285 @DocsEditable | 5285 @DocsEditable() |
| 5286 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGPatternElement_
preserveAspectRatio_Getter"; | 5286 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGPatternElement_
preserveAspectRatio_Getter"; |
| 5287 | 5287 |
| 5288 @DomName('SVGPatternElement.viewBox') | 5288 @DomName('SVGPatternElement.viewBox') |
| 5289 @DocsEditable | 5289 @DocsEditable() |
| 5290 AnimatedRect get viewBox native "SVGPatternElement_viewBox_Getter"; | 5290 AnimatedRect get viewBox native "SVGPatternElement_viewBox_Getter"; |
| 5291 | 5291 |
| 5292 @DomName('SVGPatternElement.xmllang') | 5292 @DomName('SVGPatternElement.xmllang') |
| 5293 @DocsEditable | 5293 @DocsEditable() |
| 5294 String get xmllang native "SVGPatternElement_xmllang_Getter"; | 5294 String get xmllang native "SVGPatternElement_xmllang_Getter"; |
| 5295 | 5295 |
| 5296 @DomName('SVGPatternElement.xmllang') | 5296 @DomName('SVGPatternElement.xmllang') |
| 5297 @DocsEditable | 5297 @DocsEditable() |
| 5298 void set xmllang(String value) native "SVGPatternElement_xmllang_Setter"; | 5298 void set xmllang(String value) native "SVGPatternElement_xmllang_Setter"; |
| 5299 | 5299 |
| 5300 @DomName('SVGPatternElement.xmlspace') | 5300 @DomName('SVGPatternElement.xmlspace') |
| 5301 @DocsEditable | 5301 @DocsEditable() |
| 5302 String get xmlspace native "SVGPatternElement_xmlspace_Getter"; | 5302 String get xmlspace native "SVGPatternElement_xmlspace_Getter"; |
| 5303 | 5303 |
| 5304 @DomName('SVGPatternElement.xmlspace') | 5304 @DomName('SVGPatternElement.xmlspace') |
| 5305 @DocsEditable | 5305 @DocsEditable() |
| 5306 void set xmlspace(String value) native "SVGPatternElement_xmlspace_Setter"; | 5306 void set xmlspace(String value) native "SVGPatternElement_xmlspace_Setter"; |
| 5307 | 5307 |
| 5308 @DomName('SVGPatternElement.requiredExtensions') | 5308 @DomName('SVGPatternElement.requiredExtensions') |
| 5309 @DocsEditable | 5309 @DocsEditable() |
| 5310 StringList get requiredExtensions native "SVGPatternElement_requiredExtensions
_Getter"; | 5310 StringList get requiredExtensions native "SVGPatternElement_requiredExtensions
_Getter"; |
| 5311 | 5311 |
| 5312 @DomName('SVGPatternElement.requiredFeatures') | 5312 @DomName('SVGPatternElement.requiredFeatures') |
| 5313 @DocsEditable | 5313 @DocsEditable() |
| 5314 StringList get requiredFeatures native "SVGPatternElement_requiredFeatures_Get
ter"; | 5314 StringList get requiredFeatures native "SVGPatternElement_requiredFeatures_Get
ter"; |
| 5315 | 5315 |
| 5316 @DomName('SVGPatternElement.systemLanguage') | 5316 @DomName('SVGPatternElement.systemLanguage') |
| 5317 @DocsEditable | 5317 @DocsEditable() |
| 5318 StringList get systemLanguage native "SVGPatternElement_systemLanguage_Getter"
; | 5318 StringList get systemLanguage native "SVGPatternElement_systemLanguage_Getter"
; |
| 5319 | 5319 |
| 5320 @DomName('SVGPatternElement.hasExtension') | 5320 @DomName('SVGPatternElement.hasExtension') |
| 5321 @DocsEditable | 5321 @DocsEditable() |
| 5322 bool hasExtension(String extension) native "SVGPatternElement_hasExtension_Cal
lback"; | 5322 bool hasExtension(String extension) native "SVGPatternElement_hasExtension_Cal
lback"; |
| 5323 | 5323 |
| 5324 @DomName('SVGPatternElement.href') | 5324 @DomName('SVGPatternElement.href') |
| 5325 @DocsEditable | 5325 @DocsEditable() |
| 5326 AnimatedString get href native "SVGPatternElement_href_Getter"; | 5326 AnimatedString get href native "SVGPatternElement_href_Getter"; |
| 5327 | 5327 |
| 5328 } | 5328 } |
| 5329 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5329 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5330 // for details. All rights reserved. Use of this source code is governed by a | 5330 // for details. All rights reserved. Use of this source code is governed by a |
| 5331 // BSD-style license that can be found in the LICENSE file. | 5331 // BSD-style license that can be found in the LICENSE file. |
| 5332 | 5332 |
| 5333 // WARNING: Do not edit - generated code. | 5333 // WARNING: Do not edit - generated code. |
| 5334 | 5334 |
| 5335 | 5335 |
| 5336 @DocsEditable | 5336 @DocsEditable() |
| 5337 @DomName('SVGPoint') | 5337 @DomName('SVGPoint') |
| 5338 @Unstable | 5338 @Unstable() |
| 5339 class Point extends NativeFieldWrapperClass1 { | 5339 class Point extends NativeFieldWrapperClass1 { |
| 5340 | 5340 |
| 5341 @DomName('SVGPoint.x') | 5341 @DomName('SVGPoint.x') |
| 5342 @DocsEditable | 5342 @DocsEditable() |
| 5343 num get x native "SVGPoint_x_Getter"; | 5343 num get x native "SVGPoint_x_Getter"; |
| 5344 | 5344 |
| 5345 @DomName('SVGPoint.x') | 5345 @DomName('SVGPoint.x') |
| 5346 @DocsEditable | 5346 @DocsEditable() |
| 5347 void set x(num value) native "SVGPoint_x_Setter"; | 5347 void set x(num value) native "SVGPoint_x_Setter"; |
| 5348 | 5348 |
| 5349 @DomName('SVGPoint.y') | 5349 @DomName('SVGPoint.y') |
| 5350 @DocsEditable | 5350 @DocsEditable() |
| 5351 num get y native "SVGPoint_y_Getter"; | 5351 num get y native "SVGPoint_y_Getter"; |
| 5352 | 5352 |
| 5353 @DomName('SVGPoint.y') | 5353 @DomName('SVGPoint.y') |
| 5354 @DocsEditable | 5354 @DocsEditable() |
| 5355 void set y(num value) native "SVGPoint_y_Setter"; | 5355 void set y(num value) native "SVGPoint_y_Setter"; |
| 5356 | 5356 |
| 5357 @DomName('SVGPoint.matrixTransform') | 5357 @DomName('SVGPoint.matrixTransform') |
| 5358 @DocsEditable | 5358 @DocsEditable() |
| 5359 Point matrixTransform(Matrix matrix) native "SVGPoint_matrixTransform_Callback
"; | 5359 Point matrixTransform(Matrix matrix) native "SVGPoint_matrixTransform_Callback
"; |
| 5360 | 5360 |
| 5361 } | 5361 } |
| 5362 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5362 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5363 // for details. All rights reserved. Use of this source code is governed by a | 5363 // for details. All rights reserved. Use of this source code is governed by a |
| 5364 // BSD-style license that can be found in the LICENSE file. | 5364 // BSD-style license that can be found in the LICENSE file. |
| 5365 | 5365 |
| 5366 // WARNING: Do not edit - generated code. | 5366 // WARNING: Do not edit - generated code. |
| 5367 | 5367 |
| 5368 | 5368 |
| 5369 @DocsEditable | 5369 @DocsEditable() |
| 5370 @DomName('SVGPointList') | 5370 @DomName('SVGPointList') |
| 5371 @Unstable | 5371 @Unstable() |
| 5372 class PointList extends NativeFieldWrapperClass1 { | 5372 class PointList extends NativeFieldWrapperClass1 { |
| 5373 | 5373 |
| 5374 @DomName('SVGPointList.numberOfItems') | 5374 @DomName('SVGPointList.numberOfItems') |
| 5375 @DocsEditable | 5375 @DocsEditable() |
| 5376 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; | 5376 int get numberOfItems native "SVGPointList_numberOfItems_Getter"; |
| 5377 | 5377 |
| 5378 @DomName('SVGPointList.appendItem') | 5378 @DomName('SVGPointList.appendItem') |
| 5379 @DocsEditable | 5379 @DocsEditable() |
| 5380 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; | 5380 Point appendItem(Point item) native "SVGPointList_appendItem_Callback"; |
| 5381 | 5381 |
| 5382 @DomName('SVGPointList.clear') | 5382 @DomName('SVGPointList.clear') |
| 5383 @DocsEditable | 5383 @DocsEditable() |
| 5384 void clear() native "SVGPointList_clear_Callback"; | 5384 void clear() native "SVGPointList_clear_Callback"; |
| 5385 | 5385 |
| 5386 @DomName('SVGPointList.getItem') | 5386 @DomName('SVGPointList.getItem') |
| 5387 @DocsEditable | 5387 @DocsEditable() |
| 5388 Point getItem(int index) native "SVGPointList_getItem_Callback"; | 5388 Point getItem(int index) native "SVGPointList_getItem_Callback"; |
| 5389 | 5389 |
| 5390 @DomName('SVGPointList.initialize') | 5390 @DomName('SVGPointList.initialize') |
| 5391 @DocsEditable | 5391 @DocsEditable() |
| 5392 Point initialize(Point item) native "SVGPointList_initialize_Callback"; | 5392 Point initialize(Point item) native "SVGPointList_initialize_Callback"; |
| 5393 | 5393 |
| 5394 @DomName('SVGPointList.insertItemBefore') | 5394 @DomName('SVGPointList.insertItemBefore') |
| 5395 @DocsEditable | 5395 @DocsEditable() |
| 5396 Point insertItemBefore(Point item, int index) native "SVGPointList_insertItemB
efore_Callback"; | 5396 Point insertItemBefore(Point item, int index) native "SVGPointList_insertItemB
efore_Callback"; |
| 5397 | 5397 |
| 5398 @DomName('SVGPointList.removeItem') | 5398 @DomName('SVGPointList.removeItem') |
| 5399 @DocsEditable | 5399 @DocsEditable() |
| 5400 Point removeItem(int index) native "SVGPointList_removeItem_Callback"; | 5400 Point removeItem(int index) native "SVGPointList_removeItem_Callback"; |
| 5401 | 5401 |
| 5402 @DomName('SVGPointList.replaceItem') | 5402 @DomName('SVGPointList.replaceItem') |
| 5403 @DocsEditable | 5403 @DocsEditable() |
| 5404 Point replaceItem(Point item, int index) native "SVGPointList_replaceItem_Call
back"; | 5404 Point replaceItem(Point item, int index) native "SVGPointList_replaceItem_Call
back"; |
| 5405 | 5405 |
| 5406 } | 5406 } |
| 5407 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5407 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5408 // for details. All rights reserved. Use of this source code is governed by a | 5408 // for details. All rights reserved. Use of this source code is governed by a |
| 5409 // BSD-style license that can be found in the LICENSE file. | 5409 // BSD-style license that can be found in the LICENSE file. |
| 5410 | 5410 |
| 5411 // WARNING: Do not edit - generated code. | 5411 // WARNING: Do not edit - generated code. |
| 5412 | 5412 |
| 5413 | 5413 |
| 5414 @DocsEditable | 5414 @DocsEditable() |
| 5415 @DomName('SVGPolygonElement') | 5415 @DomName('SVGPolygonElement') |
| 5416 @Unstable | 5416 @Unstable() |
| 5417 class PolygonElement extends StyledElement implements Transformable, Tests, Exte
rnalResourcesRequired, LangSpace { | 5417 class PolygonElement extends StyledElement implements Transformable, Tests, Exte
rnalResourcesRequired, LangSpace { |
| 5418 // To suppress missing implicit constructor warnings. | 5418 // To suppress missing implicit constructor warnings. |
| 5419 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } | 5419 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } |
| 5420 | 5420 |
| 5421 @DomName('SVGPolygonElement.SVGPolygonElement') | 5421 @DomName('SVGPolygonElement.SVGPolygonElement') |
| 5422 @DocsEditable | 5422 @DocsEditable() |
| 5423 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 5423 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); |
| 5424 | 5424 |
| 5425 @DomName('SVGPolygonElement.animatedPoints') | 5425 @DomName('SVGPolygonElement.animatedPoints') |
| 5426 @DocsEditable | 5426 @DocsEditable() |
| 5427 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; | 5427 PointList get animatedPoints native "SVGPolygonElement_animatedPoints_Getter"; |
| 5428 | 5428 |
| 5429 @DomName('SVGPolygonElement.points') | 5429 @DomName('SVGPolygonElement.points') |
| 5430 @DocsEditable | 5430 @DocsEditable() |
| 5431 PointList get points native "SVGPolygonElement_points_Getter"; | 5431 PointList get points native "SVGPolygonElement_points_Getter"; |
| 5432 | 5432 |
| 5433 @DomName('SVGPolygonElement.externalResourcesRequired') | 5433 @DomName('SVGPolygonElement.externalResourcesRequired') |
| 5434 @DocsEditable | 5434 @DocsEditable() |
| 5435 AnimatedBoolean get externalResourcesRequired native "SVGPolygonElement_extern
alResourcesRequired_Getter"; | 5435 AnimatedBoolean get externalResourcesRequired native "SVGPolygonElement_extern
alResourcesRequired_Getter"; |
| 5436 | 5436 |
| 5437 @DomName('SVGPolygonElement.xmllang') | 5437 @DomName('SVGPolygonElement.xmllang') |
| 5438 @DocsEditable | 5438 @DocsEditable() |
| 5439 String get xmllang native "SVGPolygonElement_xmllang_Getter"; | 5439 String get xmllang native "SVGPolygonElement_xmllang_Getter"; |
| 5440 | 5440 |
| 5441 @DomName('SVGPolygonElement.xmllang') | 5441 @DomName('SVGPolygonElement.xmllang') |
| 5442 @DocsEditable | 5442 @DocsEditable() |
| 5443 void set xmllang(String value) native "SVGPolygonElement_xmllang_Setter"; | 5443 void set xmllang(String value) native "SVGPolygonElement_xmllang_Setter"; |
| 5444 | 5444 |
| 5445 @DomName('SVGPolygonElement.xmlspace') | 5445 @DomName('SVGPolygonElement.xmlspace') |
| 5446 @DocsEditable | 5446 @DocsEditable() |
| 5447 String get xmlspace native "SVGPolygonElement_xmlspace_Getter"; | 5447 String get xmlspace native "SVGPolygonElement_xmlspace_Getter"; |
| 5448 | 5448 |
| 5449 @DomName('SVGPolygonElement.xmlspace') | 5449 @DomName('SVGPolygonElement.xmlspace') |
| 5450 @DocsEditable | 5450 @DocsEditable() |
| 5451 void set xmlspace(String value) native "SVGPolygonElement_xmlspace_Setter"; | 5451 void set xmlspace(String value) native "SVGPolygonElement_xmlspace_Setter"; |
| 5452 | 5452 |
| 5453 @DomName('SVGPolygonElement.farthestViewportElement') | 5453 @DomName('SVGPolygonElement.farthestViewportElement') |
| 5454 @DocsEditable | 5454 @DocsEditable() |
| 5455 SvgElement get farthestViewportElement native "SVGPolygonElement_farthestViewp
ortElement_Getter"; | 5455 SvgElement get farthestViewportElement native "SVGPolygonElement_farthestViewp
ortElement_Getter"; |
| 5456 | 5456 |
| 5457 @DomName('SVGPolygonElement.nearestViewportElement') | 5457 @DomName('SVGPolygonElement.nearestViewportElement') |
| 5458 @DocsEditable | 5458 @DocsEditable() |
| 5459 SvgElement get nearestViewportElement native "SVGPolygonElement_nearestViewpor
tElement_Getter"; | 5459 SvgElement get nearestViewportElement native "SVGPolygonElement_nearestViewpor
tElement_Getter"; |
| 5460 | 5460 |
| 5461 @DomName('SVGPolygonElement.getBBox') | 5461 @DomName('SVGPolygonElement.getBBox') |
| 5462 @DocsEditable | 5462 @DocsEditable() |
| 5463 Rect getBBox() native "SVGPolygonElement_getBBox_Callback"; | 5463 Rect getBBox() native "SVGPolygonElement_getBBox_Callback"; |
| 5464 | 5464 |
| 5465 @DomName('SVGPolygonElement.getCTM') | 5465 @DomName('SVGPolygonElement.getCTM') |
| 5466 @DocsEditable | 5466 @DocsEditable() |
| 5467 Matrix getCtm() native "SVGPolygonElement_getCTM_Callback"; | 5467 Matrix getCtm() native "SVGPolygonElement_getCTM_Callback"; |
| 5468 | 5468 |
| 5469 @DomName('SVGPolygonElement.getScreenCTM') | 5469 @DomName('SVGPolygonElement.getScreenCTM') |
| 5470 @DocsEditable | 5470 @DocsEditable() |
| 5471 Matrix getScreenCtm() native "SVGPolygonElement_getScreenCTM_Callback"; | 5471 Matrix getScreenCtm() native "SVGPolygonElement_getScreenCTM_Callback"; |
| 5472 | 5472 |
| 5473 @DomName('SVGPolygonElement.getTransformToElement') | 5473 @DomName('SVGPolygonElement.getTransformToElement') |
| 5474 @DocsEditable | 5474 @DocsEditable() |
| 5475 Matrix getTransformToElement(SvgElement element) native "SVGPolygonElement_get
TransformToElement_Callback"; | 5475 Matrix getTransformToElement(SvgElement element) native "SVGPolygonElement_get
TransformToElement_Callback"; |
| 5476 | 5476 |
| 5477 @DomName('SVGPolygonElement.requiredExtensions') | 5477 @DomName('SVGPolygonElement.requiredExtensions') |
| 5478 @DocsEditable | 5478 @DocsEditable() |
| 5479 StringList get requiredExtensions native "SVGPolygonElement_requiredExtensions
_Getter"; | 5479 StringList get requiredExtensions native "SVGPolygonElement_requiredExtensions
_Getter"; |
| 5480 | 5480 |
| 5481 @DomName('SVGPolygonElement.requiredFeatures') | 5481 @DomName('SVGPolygonElement.requiredFeatures') |
| 5482 @DocsEditable | 5482 @DocsEditable() |
| 5483 StringList get requiredFeatures native "SVGPolygonElement_requiredFeatures_Get
ter"; | 5483 StringList get requiredFeatures native "SVGPolygonElement_requiredFeatures_Get
ter"; |
| 5484 | 5484 |
| 5485 @DomName('SVGPolygonElement.systemLanguage') | 5485 @DomName('SVGPolygonElement.systemLanguage') |
| 5486 @DocsEditable | 5486 @DocsEditable() |
| 5487 StringList get systemLanguage native "SVGPolygonElement_systemLanguage_Getter"
; | 5487 StringList get systemLanguage native "SVGPolygonElement_systemLanguage_Getter"
; |
| 5488 | 5488 |
| 5489 @DomName('SVGPolygonElement.hasExtension') | 5489 @DomName('SVGPolygonElement.hasExtension') |
| 5490 @DocsEditable | 5490 @DocsEditable() |
| 5491 bool hasExtension(String extension) native "SVGPolygonElement_hasExtension_Cal
lback"; | 5491 bool hasExtension(String extension) native "SVGPolygonElement_hasExtension_Cal
lback"; |
| 5492 | 5492 |
| 5493 @DomName('SVGPolygonElement.transform') | 5493 @DomName('SVGPolygonElement.transform') |
| 5494 @DocsEditable | 5494 @DocsEditable() |
| 5495 AnimatedTransformList get transform native "SVGPolygonElement_transform_Getter
"; | 5495 AnimatedTransformList get transform native "SVGPolygonElement_transform_Getter
"; |
| 5496 | 5496 |
| 5497 } | 5497 } |
| 5498 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5498 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5499 // for details. All rights reserved. Use of this source code is governed by a | 5499 // for details. All rights reserved. Use of this source code is governed by a |
| 5500 // BSD-style license that can be found in the LICENSE file. | 5500 // BSD-style license that can be found in the LICENSE file. |
| 5501 | 5501 |
| 5502 // WARNING: Do not edit - generated code. | 5502 // WARNING: Do not edit - generated code. |
| 5503 | 5503 |
| 5504 | 5504 |
| 5505 @DocsEditable | 5505 @DocsEditable() |
| 5506 @DomName('SVGPolylineElement') | 5506 @DomName('SVGPolylineElement') |
| 5507 @Unstable | 5507 @Unstable() |
| 5508 class PolylineElement extends StyledElement implements Transformable, Tests, Ext
ernalResourcesRequired, LangSpace { | 5508 class PolylineElement extends StyledElement implements Transformable, Tests, Ext
ernalResourcesRequired, LangSpace { |
| 5509 // To suppress missing implicit constructor warnings. | 5509 // To suppress missing implicit constructor warnings. |
| 5510 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } | 5510 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } |
| 5511 | 5511 |
| 5512 @DomName('SVGPolylineElement.SVGPolylineElement') | 5512 @DomName('SVGPolylineElement.SVGPolylineElement') |
| 5513 @DocsEditable | 5513 @DocsEditable() |
| 5514 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 5514 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); |
| 5515 | 5515 |
| 5516 @DomName('SVGPolylineElement.animatedPoints') | 5516 @DomName('SVGPolylineElement.animatedPoints') |
| 5517 @DocsEditable | 5517 @DocsEditable() |
| 5518 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; | 5518 PointList get animatedPoints native "SVGPolylineElement_animatedPoints_Getter"
; |
| 5519 | 5519 |
| 5520 @DomName('SVGPolylineElement.points') | 5520 @DomName('SVGPolylineElement.points') |
| 5521 @DocsEditable | 5521 @DocsEditable() |
| 5522 PointList get points native "SVGPolylineElement_points_Getter"; | 5522 PointList get points native "SVGPolylineElement_points_Getter"; |
| 5523 | 5523 |
| 5524 @DomName('SVGPolylineElement.externalResourcesRequired') | 5524 @DomName('SVGPolylineElement.externalResourcesRequired') |
| 5525 @DocsEditable | 5525 @DocsEditable() |
| 5526 AnimatedBoolean get externalResourcesRequired native "SVGPolylineElement_exter
nalResourcesRequired_Getter"; | 5526 AnimatedBoolean get externalResourcesRequired native "SVGPolylineElement_exter
nalResourcesRequired_Getter"; |
| 5527 | 5527 |
| 5528 @DomName('SVGPolylineElement.xmllang') | 5528 @DomName('SVGPolylineElement.xmllang') |
| 5529 @DocsEditable | 5529 @DocsEditable() |
| 5530 String get xmllang native "SVGPolylineElement_xmllang_Getter"; | 5530 String get xmllang native "SVGPolylineElement_xmllang_Getter"; |
| 5531 | 5531 |
| 5532 @DomName('SVGPolylineElement.xmllang') | 5532 @DomName('SVGPolylineElement.xmllang') |
| 5533 @DocsEditable | 5533 @DocsEditable() |
| 5534 void set xmllang(String value) native "SVGPolylineElement_xmllang_Setter"; | 5534 void set xmllang(String value) native "SVGPolylineElement_xmllang_Setter"; |
| 5535 | 5535 |
| 5536 @DomName('SVGPolylineElement.xmlspace') | 5536 @DomName('SVGPolylineElement.xmlspace') |
| 5537 @DocsEditable | 5537 @DocsEditable() |
| 5538 String get xmlspace native "SVGPolylineElement_xmlspace_Getter"; | 5538 String get xmlspace native "SVGPolylineElement_xmlspace_Getter"; |
| 5539 | 5539 |
| 5540 @DomName('SVGPolylineElement.xmlspace') | 5540 @DomName('SVGPolylineElement.xmlspace') |
| 5541 @DocsEditable | 5541 @DocsEditable() |
| 5542 void set xmlspace(String value) native "SVGPolylineElement_xmlspace_Setter"; | 5542 void set xmlspace(String value) native "SVGPolylineElement_xmlspace_Setter"; |
| 5543 | 5543 |
| 5544 @DomName('SVGPolylineElement.farthestViewportElement') | 5544 @DomName('SVGPolylineElement.farthestViewportElement') |
| 5545 @DocsEditable | 5545 @DocsEditable() |
| 5546 SvgElement get farthestViewportElement native "SVGPolylineElement_farthestView
portElement_Getter"; | 5546 SvgElement get farthestViewportElement native "SVGPolylineElement_farthestView
portElement_Getter"; |
| 5547 | 5547 |
| 5548 @DomName('SVGPolylineElement.nearestViewportElement') | 5548 @DomName('SVGPolylineElement.nearestViewportElement') |
| 5549 @DocsEditable | 5549 @DocsEditable() |
| 5550 SvgElement get nearestViewportElement native "SVGPolylineElement_nearestViewpo
rtElement_Getter"; | 5550 SvgElement get nearestViewportElement native "SVGPolylineElement_nearestViewpo
rtElement_Getter"; |
| 5551 | 5551 |
| 5552 @DomName('SVGPolylineElement.getBBox') | 5552 @DomName('SVGPolylineElement.getBBox') |
| 5553 @DocsEditable | 5553 @DocsEditable() |
| 5554 Rect getBBox() native "SVGPolylineElement_getBBox_Callback"; | 5554 Rect getBBox() native "SVGPolylineElement_getBBox_Callback"; |
| 5555 | 5555 |
| 5556 @DomName('SVGPolylineElement.getCTM') | 5556 @DomName('SVGPolylineElement.getCTM') |
| 5557 @DocsEditable | 5557 @DocsEditable() |
| 5558 Matrix getCtm() native "SVGPolylineElement_getCTM_Callback"; | 5558 Matrix getCtm() native "SVGPolylineElement_getCTM_Callback"; |
| 5559 | 5559 |
| 5560 @DomName('SVGPolylineElement.getScreenCTM') | 5560 @DomName('SVGPolylineElement.getScreenCTM') |
| 5561 @DocsEditable | 5561 @DocsEditable() |
| 5562 Matrix getScreenCtm() native "SVGPolylineElement_getScreenCTM_Callback"; | 5562 Matrix getScreenCtm() native "SVGPolylineElement_getScreenCTM_Callback"; |
| 5563 | 5563 |
| 5564 @DomName('SVGPolylineElement.getTransformToElement') | 5564 @DomName('SVGPolylineElement.getTransformToElement') |
| 5565 @DocsEditable | 5565 @DocsEditable() |
| 5566 Matrix getTransformToElement(SvgElement element) native "SVGPolylineElement_ge
tTransformToElement_Callback"; | 5566 Matrix getTransformToElement(SvgElement element) native "SVGPolylineElement_ge
tTransformToElement_Callback"; |
| 5567 | 5567 |
| 5568 @DomName('SVGPolylineElement.requiredExtensions') | 5568 @DomName('SVGPolylineElement.requiredExtensions') |
| 5569 @DocsEditable | 5569 @DocsEditable() |
| 5570 StringList get requiredExtensions native "SVGPolylineElement_requiredExtension
s_Getter"; | 5570 StringList get requiredExtensions native "SVGPolylineElement_requiredExtension
s_Getter"; |
| 5571 | 5571 |
| 5572 @DomName('SVGPolylineElement.requiredFeatures') | 5572 @DomName('SVGPolylineElement.requiredFeatures') |
| 5573 @DocsEditable | 5573 @DocsEditable() |
| 5574 StringList get requiredFeatures native "SVGPolylineElement_requiredFeatures_Ge
tter"; | 5574 StringList get requiredFeatures native "SVGPolylineElement_requiredFeatures_Ge
tter"; |
| 5575 | 5575 |
| 5576 @DomName('SVGPolylineElement.systemLanguage') | 5576 @DomName('SVGPolylineElement.systemLanguage') |
| 5577 @DocsEditable | 5577 @DocsEditable() |
| 5578 StringList get systemLanguage native "SVGPolylineElement_systemLanguage_Getter
"; | 5578 StringList get systemLanguage native "SVGPolylineElement_systemLanguage_Getter
"; |
| 5579 | 5579 |
| 5580 @DomName('SVGPolylineElement.hasExtension') | 5580 @DomName('SVGPolylineElement.hasExtension') |
| 5581 @DocsEditable | 5581 @DocsEditable() |
| 5582 bool hasExtension(String extension) native "SVGPolylineElement_hasExtension_Ca
llback"; | 5582 bool hasExtension(String extension) native "SVGPolylineElement_hasExtension_Ca
llback"; |
| 5583 | 5583 |
| 5584 @DomName('SVGPolylineElement.transform') | 5584 @DomName('SVGPolylineElement.transform') |
| 5585 @DocsEditable | 5585 @DocsEditable() |
| 5586 AnimatedTransformList get transform native "SVGPolylineElement_transform_Gette
r"; | 5586 AnimatedTransformList get transform native "SVGPolylineElement_transform_Gette
r"; |
| 5587 | 5587 |
| 5588 } | 5588 } |
| 5589 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5589 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5590 // for details. All rights reserved. Use of this source code is governed by a | 5590 // for details. All rights reserved. Use of this source code is governed by a |
| 5591 // BSD-style license that can be found in the LICENSE file. | 5591 // BSD-style license that can be found in the LICENSE file. |
| 5592 | 5592 |
| 5593 // WARNING: Do not edit - generated code. | 5593 // WARNING: Do not edit - generated code. |
| 5594 | 5594 |
| 5595 | 5595 |
| 5596 @DocsEditable | 5596 @DocsEditable() |
| 5597 @DomName('SVGPreserveAspectRatio') | 5597 @DomName('SVGPreserveAspectRatio') |
| 5598 @Unstable | 5598 @Unstable() |
| 5599 class PreserveAspectRatio extends NativeFieldWrapperClass1 { | 5599 class PreserveAspectRatio extends NativeFieldWrapperClass1 { |
| 5600 | 5600 |
| 5601 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') | 5601 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') |
| 5602 @DocsEditable | 5602 @DocsEditable() |
| 5603 static const int SVG_MEETORSLICE_MEET = 1; | 5603 static const int SVG_MEETORSLICE_MEET = 1; |
| 5604 | 5604 |
| 5605 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') | 5605 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') |
| 5606 @DocsEditable | 5606 @DocsEditable() |
| 5607 static const int SVG_MEETORSLICE_SLICE = 2; | 5607 static const int SVG_MEETORSLICE_SLICE = 2; |
| 5608 | 5608 |
| 5609 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') | 5609 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') |
| 5610 @DocsEditable | 5610 @DocsEditable() |
| 5611 static const int SVG_MEETORSLICE_UNKNOWN = 0; | 5611 static const int SVG_MEETORSLICE_UNKNOWN = 0; |
| 5612 | 5612 |
| 5613 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_NONE') | 5613 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_NONE') |
| 5614 @DocsEditable | 5614 @DocsEditable() |
| 5615 static const int SVG_PRESERVEASPECTRATIO_NONE = 1; | 5615 static const int SVG_PRESERVEASPECTRATIO_NONE = 1; |
| 5616 | 5616 |
| 5617 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_UNKNOWN') | 5617 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_UNKNOWN') |
| 5618 @DocsEditable | 5618 @DocsEditable() |
| 5619 static const int SVG_PRESERVEASPECTRATIO_UNKNOWN = 0; | 5619 static const int SVG_PRESERVEASPECTRATIO_UNKNOWN = 0; |
| 5620 | 5620 |
| 5621 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMAX') | 5621 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMAX') |
| 5622 @DocsEditable | 5622 @DocsEditable() |
| 5623 static const int SVG_PRESERVEASPECTRATIO_XMAXYMAX = 10; | 5623 static const int SVG_PRESERVEASPECTRATIO_XMAXYMAX = 10; |
| 5624 | 5624 |
| 5625 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMID') | 5625 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMID') |
| 5626 @DocsEditable | 5626 @DocsEditable() |
| 5627 static const int SVG_PRESERVEASPECTRATIO_XMAXYMID = 7; | 5627 static const int SVG_PRESERVEASPECTRATIO_XMAXYMID = 7; |
| 5628 | 5628 |
| 5629 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMIN') | 5629 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMIN') |
| 5630 @DocsEditable | 5630 @DocsEditable() |
| 5631 static const int SVG_PRESERVEASPECTRATIO_XMAXYMIN = 4; | 5631 static const int SVG_PRESERVEASPECTRATIO_XMAXYMIN = 4; |
| 5632 | 5632 |
| 5633 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMAX') | 5633 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMAX') |
| 5634 @DocsEditable | 5634 @DocsEditable() |
| 5635 static const int SVG_PRESERVEASPECTRATIO_XMIDYMAX = 9; | 5635 static const int SVG_PRESERVEASPECTRATIO_XMIDYMAX = 9; |
| 5636 | 5636 |
| 5637 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMID') | 5637 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMID') |
| 5638 @DocsEditable | 5638 @DocsEditable() |
| 5639 static const int SVG_PRESERVEASPECTRATIO_XMIDYMID = 6; | 5639 static const int SVG_PRESERVEASPECTRATIO_XMIDYMID = 6; |
| 5640 | 5640 |
| 5641 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMIN') | 5641 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMIN') |
| 5642 @DocsEditable | 5642 @DocsEditable() |
| 5643 static const int SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3; | 5643 static const int SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3; |
| 5644 | 5644 |
| 5645 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMAX') | 5645 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMAX') |
| 5646 @DocsEditable | 5646 @DocsEditable() |
| 5647 static const int SVG_PRESERVEASPECTRATIO_XMINYMAX = 8; | 5647 static const int SVG_PRESERVEASPECTRATIO_XMINYMAX = 8; |
| 5648 | 5648 |
| 5649 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID') | 5649 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID') |
| 5650 @DocsEditable | 5650 @DocsEditable() |
| 5651 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; | 5651 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; |
| 5652 | 5652 |
| 5653 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN') | 5653 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN') |
| 5654 @DocsEditable | 5654 @DocsEditable() |
| 5655 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; | 5655 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; |
| 5656 | 5656 |
| 5657 @DomName('SVGPreserveAspectRatio.align') | 5657 @DomName('SVGPreserveAspectRatio.align') |
| 5658 @DocsEditable | 5658 @DocsEditable() |
| 5659 int get align native "SVGPreserveAspectRatio_align_Getter"; | 5659 int get align native "SVGPreserveAspectRatio_align_Getter"; |
| 5660 | 5660 |
| 5661 @DomName('SVGPreserveAspectRatio.align') | 5661 @DomName('SVGPreserveAspectRatio.align') |
| 5662 @DocsEditable | 5662 @DocsEditable() |
| 5663 void set align(int value) native "SVGPreserveAspectRatio_align_Setter"; | 5663 void set align(int value) native "SVGPreserveAspectRatio_align_Setter"; |
| 5664 | 5664 |
| 5665 @DomName('SVGPreserveAspectRatio.meetOrSlice') | 5665 @DomName('SVGPreserveAspectRatio.meetOrSlice') |
| 5666 @DocsEditable | 5666 @DocsEditable() |
| 5667 int get meetOrSlice native "SVGPreserveAspectRatio_meetOrSlice_Getter"; | 5667 int get meetOrSlice native "SVGPreserveAspectRatio_meetOrSlice_Getter"; |
| 5668 | 5668 |
| 5669 @DomName('SVGPreserveAspectRatio.meetOrSlice') | 5669 @DomName('SVGPreserveAspectRatio.meetOrSlice') |
| 5670 @DocsEditable | 5670 @DocsEditable() |
| 5671 void set meetOrSlice(int value) native "SVGPreserveAspectRatio_meetOrSlice_Set
ter"; | 5671 void set meetOrSlice(int value) native "SVGPreserveAspectRatio_meetOrSlice_Set
ter"; |
| 5672 | 5672 |
| 5673 } | 5673 } |
| 5674 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5674 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5675 // for details. All rights reserved. Use of this source code is governed by a | 5675 // for details. All rights reserved. Use of this source code is governed by a |
| 5676 // BSD-style license that can be found in the LICENSE file. | 5676 // BSD-style license that can be found in the LICENSE file. |
| 5677 | 5677 |
| 5678 // WARNING: Do not edit - generated code. | 5678 // WARNING: Do not edit - generated code. |
| 5679 | 5679 |
| 5680 | 5680 |
| 5681 @DocsEditable | 5681 @DocsEditable() |
| 5682 @DomName('SVGRadialGradientElement') | 5682 @DomName('SVGRadialGradientElement') |
| 5683 @Unstable | 5683 @Unstable() |
| 5684 class RadialGradientElement extends _GradientElement { | 5684 class RadialGradientElement extends _GradientElement { |
| 5685 // To suppress missing implicit constructor warnings. | 5685 // To suppress missing implicit constructor warnings. |
| 5686 factory RadialGradientElement._() { throw new UnsupportedError("Not supported"
); } | 5686 factory RadialGradientElement._() { throw new UnsupportedError("Not supported"
); } |
| 5687 | 5687 |
| 5688 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') | 5688 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') |
| 5689 @DocsEditable | 5689 @DocsEditable() |
| 5690 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); | 5690 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); |
| 5691 | 5691 |
| 5692 @DomName('SVGRadialGradientElement.cx') | 5692 @DomName('SVGRadialGradientElement.cx') |
| 5693 @DocsEditable | 5693 @DocsEditable() |
| 5694 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; | 5694 AnimatedLength get cx native "SVGRadialGradientElement_cx_Getter"; |
| 5695 | 5695 |
| 5696 @DomName('SVGRadialGradientElement.cy') | 5696 @DomName('SVGRadialGradientElement.cy') |
| 5697 @DocsEditable | 5697 @DocsEditable() |
| 5698 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; | 5698 AnimatedLength get cy native "SVGRadialGradientElement_cy_Getter"; |
| 5699 | 5699 |
| 5700 @DomName('SVGRadialGradientElement.fr') | 5700 @DomName('SVGRadialGradientElement.fr') |
| 5701 @DocsEditable | 5701 @DocsEditable() |
| 5702 AnimatedLength get fr native "SVGRadialGradientElement_fr_Getter"; | 5702 AnimatedLength get fr native "SVGRadialGradientElement_fr_Getter"; |
| 5703 | 5703 |
| 5704 @DomName('SVGRadialGradientElement.fx') | 5704 @DomName('SVGRadialGradientElement.fx') |
| 5705 @DocsEditable | 5705 @DocsEditable() |
| 5706 AnimatedLength get fx native "SVGRadialGradientElement_fx_Getter"; | 5706 AnimatedLength get fx native "SVGRadialGradientElement_fx_Getter"; |
| 5707 | 5707 |
| 5708 @DomName('SVGRadialGradientElement.fy') | 5708 @DomName('SVGRadialGradientElement.fy') |
| 5709 @DocsEditable | 5709 @DocsEditable() |
| 5710 AnimatedLength get fy native "SVGRadialGradientElement_fy_Getter"; | 5710 AnimatedLength get fy native "SVGRadialGradientElement_fy_Getter"; |
| 5711 | 5711 |
| 5712 @DomName('SVGRadialGradientElement.r') | 5712 @DomName('SVGRadialGradientElement.r') |
| 5713 @DocsEditable | 5713 @DocsEditable() |
| 5714 AnimatedLength get r native "SVGRadialGradientElement_r_Getter"; | 5714 AnimatedLength get r native "SVGRadialGradientElement_r_Getter"; |
| 5715 | 5715 |
| 5716 } | 5716 } |
| 5717 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5717 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5718 // for details. All rights reserved. Use of this source code is governed by a | 5718 // for details. All rights reserved. Use of this source code is governed by a |
| 5719 // BSD-style license that can be found in the LICENSE file. | 5719 // BSD-style license that can be found in the LICENSE file. |
| 5720 | 5720 |
| 5721 // WARNING: Do not edit - generated code. | 5721 // WARNING: Do not edit - generated code. |
| 5722 | 5722 |
| 5723 | 5723 |
| 5724 @DocsEditable | 5724 @DocsEditable() |
| 5725 @DomName('SVGRect') | 5725 @DomName('SVGRect') |
| 5726 @Unstable | 5726 @Unstable() |
| 5727 class Rect extends NativeFieldWrapperClass1 { | 5727 class Rect extends NativeFieldWrapperClass1 { |
| 5728 | 5728 |
| 5729 @DomName('SVGRect.height') | 5729 @DomName('SVGRect.height') |
| 5730 @DocsEditable | 5730 @DocsEditable() |
| 5731 num get height native "SVGRect_height_Getter"; | 5731 num get height native "SVGRect_height_Getter"; |
| 5732 | 5732 |
| 5733 @DomName('SVGRect.height') | 5733 @DomName('SVGRect.height') |
| 5734 @DocsEditable | 5734 @DocsEditable() |
| 5735 void set height(num value) native "SVGRect_height_Setter"; | 5735 void set height(num value) native "SVGRect_height_Setter"; |
| 5736 | 5736 |
| 5737 @DomName('SVGRect.width') | 5737 @DomName('SVGRect.width') |
| 5738 @DocsEditable | 5738 @DocsEditable() |
| 5739 num get width native "SVGRect_width_Getter"; | 5739 num get width native "SVGRect_width_Getter"; |
| 5740 | 5740 |
| 5741 @DomName('SVGRect.width') | 5741 @DomName('SVGRect.width') |
| 5742 @DocsEditable | 5742 @DocsEditable() |
| 5743 void set width(num value) native "SVGRect_width_Setter"; | 5743 void set width(num value) native "SVGRect_width_Setter"; |
| 5744 | 5744 |
| 5745 @DomName('SVGRect.x') | 5745 @DomName('SVGRect.x') |
| 5746 @DocsEditable | 5746 @DocsEditable() |
| 5747 num get x native "SVGRect_x_Getter"; | 5747 num get x native "SVGRect_x_Getter"; |
| 5748 | 5748 |
| 5749 @DomName('SVGRect.x') | 5749 @DomName('SVGRect.x') |
| 5750 @DocsEditable | 5750 @DocsEditable() |
| 5751 void set x(num value) native "SVGRect_x_Setter"; | 5751 void set x(num value) native "SVGRect_x_Setter"; |
| 5752 | 5752 |
| 5753 @DomName('SVGRect.y') | 5753 @DomName('SVGRect.y') |
| 5754 @DocsEditable | 5754 @DocsEditable() |
| 5755 num get y native "SVGRect_y_Getter"; | 5755 num get y native "SVGRect_y_Getter"; |
| 5756 | 5756 |
| 5757 @DomName('SVGRect.y') | 5757 @DomName('SVGRect.y') |
| 5758 @DocsEditable | 5758 @DocsEditable() |
| 5759 void set y(num value) native "SVGRect_y_Setter"; | 5759 void set y(num value) native "SVGRect_y_Setter"; |
| 5760 | 5760 |
| 5761 } | 5761 } |
| 5762 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5762 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5763 // for details. All rights reserved. Use of this source code is governed by a | 5763 // for details. All rights reserved. Use of this source code is governed by a |
| 5764 // BSD-style license that can be found in the LICENSE file. | 5764 // BSD-style license that can be found in the LICENSE file. |
| 5765 | 5765 |
| 5766 // WARNING: Do not edit - generated code. | 5766 // WARNING: Do not edit - generated code. |
| 5767 | 5767 |
| 5768 | 5768 |
| 5769 @DocsEditable | 5769 @DocsEditable() |
| 5770 @DomName('SVGRectElement') | 5770 @DomName('SVGRectElement') |
| 5771 @Unstable | 5771 @Unstable() |
| 5772 class RectElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { | 5772 class RectElement extends StyledElement implements Transformable, Tests, Externa
lResourcesRequired, LangSpace { |
| 5773 // To suppress missing implicit constructor warnings. | 5773 // To suppress missing implicit constructor warnings. |
| 5774 factory RectElement._() { throw new UnsupportedError("Not supported"); } | 5774 factory RectElement._() { throw new UnsupportedError("Not supported"); } |
| 5775 | 5775 |
| 5776 @DomName('SVGRectElement.SVGRectElement') | 5776 @DomName('SVGRectElement.SVGRectElement') |
| 5777 @DocsEditable | 5777 @DocsEditable() |
| 5778 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 5778 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); |
| 5779 | 5779 |
| 5780 @DomName('SVGRectElement.height') | 5780 @DomName('SVGRectElement.height') |
| 5781 @DocsEditable | 5781 @DocsEditable() |
| 5782 AnimatedLength get height native "SVGRectElement_height_Getter"; | 5782 AnimatedLength get height native "SVGRectElement_height_Getter"; |
| 5783 | 5783 |
| 5784 @DomName('SVGRectElement.rx') | 5784 @DomName('SVGRectElement.rx') |
| 5785 @DocsEditable | 5785 @DocsEditable() |
| 5786 AnimatedLength get rx native "SVGRectElement_rx_Getter"; | 5786 AnimatedLength get rx native "SVGRectElement_rx_Getter"; |
| 5787 | 5787 |
| 5788 @DomName('SVGRectElement.ry') | 5788 @DomName('SVGRectElement.ry') |
| 5789 @DocsEditable | 5789 @DocsEditable() |
| 5790 AnimatedLength get ry native "SVGRectElement_ry_Getter"; | 5790 AnimatedLength get ry native "SVGRectElement_ry_Getter"; |
| 5791 | 5791 |
| 5792 @DomName('SVGRectElement.width') | 5792 @DomName('SVGRectElement.width') |
| 5793 @DocsEditable | 5793 @DocsEditable() |
| 5794 AnimatedLength get width native "SVGRectElement_width_Getter"; | 5794 AnimatedLength get width native "SVGRectElement_width_Getter"; |
| 5795 | 5795 |
| 5796 @DomName('SVGRectElement.x') | 5796 @DomName('SVGRectElement.x') |
| 5797 @DocsEditable | 5797 @DocsEditable() |
| 5798 AnimatedLength get x native "SVGRectElement_x_Getter"; | 5798 AnimatedLength get x native "SVGRectElement_x_Getter"; |
| 5799 | 5799 |
| 5800 @DomName('SVGRectElement.y') | 5800 @DomName('SVGRectElement.y') |
| 5801 @DocsEditable | 5801 @DocsEditable() |
| 5802 AnimatedLength get y native "SVGRectElement_y_Getter"; | 5802 AnimatedLength get y native "SVGRectElement_y_Getter"; |
| 5803 | 5803 |
| 5804 @DomName('SVGRectElement.externalResourcesRequired') | 5804 @DomName('SVGRectElement.externalResourcesRequired') |
| 5805 @DocsEditable | 5805 @DocsEditable() |
| 5806 AnimatedBoolean get externalResourcesRequired native "SVGRectElement_externalR
esourcesRequired_Getter"; | 5806 AnimatedBoolean get externalResourcesRequired native "SVGRectElement_externalR
esourcesRequired_Getter"; |
| 5807 | 5807 |
| 5808 @DomName('SVGRectElement.xmllang') | 5808 @DomName('SVGRectElement.xmllang') |
| 5809 @DocsEditable | 5809 @DocsEditable() |
| 5810 String get xmllang native "SVGRectElement_xmllang_Getter"; | 5810 String get xmllang native "SVGRectElement_xmllang_Getter"; |
| 5811 | 5811 |
| 5812 @DomName('SVGRectElement.xmllang') | 5812 @DomName('SVGRectElement.xmllang') |
| 5813 @DocsEditable | 5813 @DocsEditable() |
| 5814 void set xmllang(String value) native "SVGRectElement_xmllang_Setter"; | 5814 void set xmllang(String value) native "SVGRectElement_xmllang_Setter"; |
| 5815 | 5815 |
| 5816 @DomName('SVGRectElement.xmlspace') | 5816 @DomName('SVGRectElement.xmlspace') |
| 5817 @DocsEditable | 5817 @DocsEditable() |
| 5818 String get xmlspace native "SVGRectElement_xmlspace_Getter"; | 5818 String get xmlspace native "SVGRectElement_xmlspace_Getter"; |
| 5819 | 5819 |
| 5820 @DomName('SVGRectElement.xmlspace') | 5820 @DomName('SVGRectElement.xmlspace') |
| 5821 @DocsEditable | 5821 @DocsEditable() |
| 5822 void set xmlspace(String value) native "SVGRectElement_xmlspace_Setter"; | 5822 void set xmlspace(String value) native "SVGRectElement_xmlspace_Setter"; |
| 5823 | 5823 |
| 5824 @DomName('SVGRectElement.farthestViewportElement') | 5824 @DomName('SVGRectElement.farthestViewportElement') |
| 5825 @DocsEditable | 5825 @DocsEditable() |
| 5826 SvgElement get farthestViewportElement native "SVGRectElement_farthestViewport
Element_Getter"; | 5826 SvgElement get farthestViewportElement native "SVGRectElement_farthestViewport
Element_Getter"; |
| 5827 | 5827 |
| 5828 @DomName('SVGRectElement.nearestViewportElement') | 5828 @DomName('SVGRectElement.nearestViewportElement') |
| 5829 @DocsEditable | 5829 @DocsEditable() |
| 5830 SvgElement get nearestViewportElement native "SVGRectElement_nearestViewportEl
ement_Getter"; | 5830 SvgElement get nearestViewportElement native "SVGRectElement_nearestViewportEl
ement_Getter"; |
| 5831 | 5831 |
| 5832 @DomName('SVGRectElement.getBBox') | 5832 @DomName('SVGRectElement.getBBox') |
| 5833 @DocsEditable | 5833 @DocsEditable() |
| 5834 Rect getBBox() native "SVGRectElement_getBBox_Callback"; | 5834 Rect getBBox() native "SVGRectElement_getBBox_Callback"; |
| 5835 | 5835 |
| 5836 @DomName('SVGRectElement.getCTM') | 5836 @DomName('SVGRectElement.getCTM') |
| 5837 @DocsEditable | 5837 @DocsEditable() |
| 5838 Matrix getCtm() native "SVGRectElement_getCTM_Callback"; | 5838 Matrix getCtm() native "SVGRectElement_getCTM_Callback"; |
| 5839 | 5839 |
| 5840 @DomName('SVGRectElement.getScreenCTM') | 5840 @DomName('SVGRectElement.getScreenCTM') |
| 5841 @DocsEditable | 5841 @DocsEditable() |
| 5842 Matrix getScreenCtm() native "SVGRectElement_getScreenCTM_Callback"; | 5842 Matrix getScreenCtm() native "SVGRectElement_getScreenCTM_Callback"; |
| 5843 | 5843 |
| 5844 @DomName('SVGRectElement.getTransformToElement') | 5844 @DomName('SVGRectElement.getTransformToElement') |
| 5845 @DocsEditable | 5845 @DocsEditable() |
| 5846 Matrix getTransformToElement(SvgElement element) native "SVGRectElement_getTra
nsformToElement_Callback"; | 5846 Matrix getTransformToElement(SvgElement element) native "SVGRectElement_getTra
nsformToElement_Callback"; |
| 5847 | 5847 |
| 5848 @DomName('SVGRectElement.requiredExtensions') | 5848 @DomName('SVGRectElement.requiredExtensions') |
| 5849 @DocsEditable | 5849 @DocsEditable() |
| 5850 StringList get requiredExtensions native "SVGRectElement_requiredExtensions_Ge
tter"; | 5850 StringList get requiredExtensions native "SVGRectElement_requiredExtensions_Ge
tter"; |
| 5851 | 5851 |
| 5852 @DomName('SVGRectElement.requiredFeatures') | 5852 @DomName('SVGRectElement.requiredFeatures') |
| 5853 @DocsEditable | 5853 @DocsEditable() |
| 5854 StringList get requiredFeatures native "SVGRectElement_requiredFeatures_Getter
"; | 5854 StringList get requiredFeatures native "SVGRectElement_requiredFeatures_Getter
"; |
| 5855 | 5855 |
| 5856 @DomName('SVGRectElement.systemLanguage') | 5856 @DomName('SVGRectElement.systemLanguage') |
| 5857 @DocsEditable | 5857 @DocsEditable() |
| 5858 StringList get systemLanguage native "SVGRectElement_systemLanguage_Getter"; | 5858 StringList get systemLanguage native "SVGRectElement_systemLanguage_Getter"; |
| 5859 | 5859 |
| 5860 @DomName('SVGRectElement.hasExtension') | 5860 @DomName('SVGRectElement.hasExtension') |
| 5861 @DocsEditable | 5861 @DocsEditable() |
| 5862 bool hasExtension(String extension) native "SVGRectElement_hasExtension_Callba
ck"; | 5862 bool hasExtension(String extension) native "SVGRectElement_hasExtension_Callba
ck"; |
| 5863 | 5863 |
| 5864 @DomName('SVGRectElement.transform') | 5864 @DomName('SVGRectElement.transform') |
| 5865 @DocsEditable | 5865 @DocsEditable() |
| 5866 AnimatedTransformList get transform native "SVGRectElement_transform_Getter"; | 5866 AnimatedTransformList get transform native "SVGRectElement_transform_Getter"; |
| 5867 | 5867 |
| 5868 } | 5868 } |
| 5869 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5869 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5870 // for details. All rights reserved. Use of this source code is governed by a | 5870 // for details. All rights reserved. Use of this source code is governed by a |
| 5871 // BSD-style license that can be found in the LICENSE file. | 5871 // BSD-style license that can be found in the LICENSE file. |
| 5872 | 5872 |
| 5873 // WARNING: Do not edit - generated code. | 5873 // WARNING: Do not edit - generated code. |
| 5874 | 5874 |
| 5875 | 5875 |
| 5876 @DocsEditable | 5876 @DocsEditable() |
| 5877 @DomName('SVGRenderingIntent') | 5877 @DomName('SVGRenderingIntent') |
| 5878 @Unstable | 5878 @Unstable() |
| 5879 class RenderingIntent extends NativeFieldWrapperClass1 { | 5879 class RenderingIntent extends NativeFieldWrapperClass1 { |
| 5880 | 5880 |
| 5881 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') | 5881 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') |
| 5882 @DocsEditable | 5882 @DocsEditable() |
| 5883 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; | 5883 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; |
| 5884 | 5884 |
| 5885 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') | 5885 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') |
| 5886 @DocsEditable | 5886 @DocsEditable() |
| 5887 static const int RENDERING_INTENT_AUTO = 1; | 5887 static const int RENDERING_INTENT_AUTO = 1; |
| 5888 | 5888 |
| 5889 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL') | 5889 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL') |
| 5890 @DocsEditable | 5890 @DocsEditable() |
| 5891 static const int RENDERING_INTENT_PERCEPTUAL = 2; | 5891 static const int RENDERING_INTENT_PERCEPTUAL = 2; |
| 5892 | 5892 |
| 5893 @DomName('SVGRenderingIntent.RENDERING_INTENT_RELATIVE_COLORIMETRIC') | 5893 @DomName('SVGRenderingIntent.RENDERING_INTENT_RELATIVE_COLORIMETRIC') |
| 5894 @DocsEditable | 5894 @DocsEditable() |
| 5895 static const int RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3; | 5895 static const int RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3; |
| 5896 | 5896 |
| 5897 @DomName('SVGRenderingIntent.RENDERING_INTENT_SATURATION') | 5897 @DomName('SVGRenderingIntent.RENDERING_INTENT_SATURATION') |
| 5898 @DocsEditable | 5898 @DocsEditable() |
| 5899 static const int RENDERING_INTENT_SATURATION = 4; | 5899 static const int RENDERING_INTENT_SATURATION = 4; |
| 5900 | 5900 |
| 5901 @DomName('SVGRenderingIntent.RENDERING_INTENT_UNKNOWN') | 5901 @DomName('SVGRenderingIntent.RENDERING_INTENT_UNKNOWN') |
| 5902 @DocsEditable | 5902 @DocsEditable() |
| 5903 static const int RENDERING_INTENT_UNKNOWN = 0; | 5903 static const int RENDERING_INTENT_UNKNOWN = 0; |
| 5904 | 5904 |
| 5905 } | 5905 } |
| 5906 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5906 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5907 // for details. All rights reserved. Use of this source code is governed by a | 5907 // for details. All rights reserved. Use of this source code is governed by a |
| 5908 // BSD-style license that can be found in the LICENSE file. | 5908 // BSD-style license that can be found in the LICENSE file. |
| 5909 | 5909 |
| 5910 // WARNING: Do not edit - generated code. | 5910 // WARNING: Do not edit - generated code. |
| 5911 | 5911 |
| 5912 | 5912 |
| 5913 @DocsEditable | 5913 @DocsEditable() |
| 5914 @DomName('SVGScriptElement') | 5914 @DomName('SVGScriptElement') |
| 5915 @Unstable | 5915 @Unstable() |
| 5916 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired { | 5916 class ScriptElement extends SvgElement implements UriReference, ExternalResource
sRequired { |
| 5917 // To suppress missing implicit constructor warnings. | 5917 // To suppress missing implicit constructor warnings. |
| 5918 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } | 5918 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } |
| 5919 | 5919 |
| 5920 @DomName('SVGScriptElement.SVGScriptElement') | 5920 @DomName('SVGScriptElement.SVGScriptElement') |
| 5921 @DocsEditable | 5921 @DocsEditable() |
| 5922 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 5922 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); |
| 5923 | 5923 |
| 5924 @DomName('SVGScriptElement.type') | 5924 @DomName('SVGScriptElement.type') |
| 5925 @DocsEditable | 5925 @DocsEditable() |
| 5926 String get type native "SVGScriptElement_type_Getter"; | 5926 String get type native "SVGScriptElement_type_Getter"; |
| 5927 | 5927 |
| 5928 @DomName('SVGScriptElement.type') | 5928 @DomName('SVGScriptElement.type') |
| 5929 @DocsEditable | 5929 @DocsEditable() |
| 5930 void set type(String value) native "SVGScriptElement_type_Setter"; | 5930 void set type(String value) native "SVGScriptElement_type_Setter"; |
| 5931 | 5931 |
| 5932 @DomName('SVGScriptElement.externalResourcesRequired') | 5932 @DomName('SVGScriptElement.externalResourcesRequired') |
| 5933 @DocsEditable | 5933 @DocsEditable() |
| 5934 AnimatedBoolean get externalResourcesRequired native "SVGScriptElement_externa
lResourcesRequired_Getter"; | 5934 AnimatedBoolean get externalResourcesRequired native "SVGScriptElement_externa
lResourcesRequired_Getter"; |
| 5935 | 5935 |
| 5936 @DomName('SVGScriptElement.href') | 5936 @DomName('SVGScriptElement.href') |
| 5937 @DocsEditable | 5937 @DocsEditable() |
| 5938 AnimatedString get href native "SVGScriptElement_href_Getter"; | 5938 AnimatedString get href native "SVGScriptElement_href_Getter"; |
| 5939 | 5939 |
| 5940 } | 5940 } |
| 5941 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5941 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5942 // for details. All rights reserved. Use of this source code is governed by a | 5942 // for details. All rights reserved. Use of this source code is governed by a |
| 5943 // BSD-style license that can be found in the LICENSE file. | 5943 // BSD-style license that can be found in the LICENSE file. |
| 5944 | 5944 |
| 5945 // WARNING: Do not edit - generated code. | 5945 // WARNING: Do not edit - generated code. |
| 5946 | 5946 |
| 5947 | 5947 |
| 5948 @DocsEditable | 5948 @DocsEditable() |
| 5949 @DomName('SVGSetElement') | 5949 @DomName('SVGSetElement') |
| 5950 @SupportedBrowser(SupportedBrowser.CHROME) | 5950 @SupportedBrowser(SupportedBrowser.CHROME) |
| 5951 @SupportedBrowser(SupportedBrowser.FIREFOX) | 5951 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 5952 @SupportedBrowser(SupportedBrowser.SAFARI) | 5952 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 5953 @Unstable | 5953 @Unstable() |
| 5954 class SetElement extends AnimationElement { | 5954 class SetElement extends AnimationElement { |
| 5955 // To suppress missing implicit constructor warnings. | 5955 // To suppress missing implicit constructor warnings. |
| 5956 factory SetElement._() { throw new UnsupportedError("Not supported"); } | 5956 factory SetElement._() { throw new UnsupportedError("Not supported"); } |
| 5957 | 5957 |
| 5958 @DomName('SVGSetElement.SVGSetElement') | 5958 @DomName('SVGSetElement.SVGSetElement') |
| 5959 @DocsEditable | 5959 @DocsEditable() |
| 5960 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; | 5960 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; |
| 5961 | 5961 |
| 5962 /// Checks if this type is supported on the current platform. | 5962 /// Checks if this type is supported on the current platform. |
| 5963 static bool get supported => true; | 5963 static bool get supported => true; |
| 5964 | 5964 |
| 5965 } | 5965 } |
| 5966 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5966 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5967 // for details. All rights reserved. Use of this source code is governed by a | 5967 // for details. All rights reserved. Use of this source code is governed by a |
| 5968 // BSD-style license that can be found in the LICENSE file. | 5968 // BSD-style license that can be found in the LICENSE file. |
| 5969 | 5969 |
| 5970 // WARNING: Do not edit - generated code. | 5970 // WARNING: Do not edit - generated code. |
| 5971 | 5971 |
| 5972 | 5972 |
| 5973 @DocsEditable | 5973 @DocsEditable() |
| 5974 @DomName('SVGStopElement') | 5974 @DomName('SVGStopElement') |
| 5975 @Unstable | 5975 @Unstable() |
| 5976 class StopElement extends StyledElement { | 5976 class StopElement extends StyledElement { |
| 5977 // To suppress missing implicit constructor warnings. | 5977 // To suppress missing implicit constructor warnings. |
| 5978 factory StopElement._() { throw new UnsupportedError("Not supported"); } | 5978 factory StopElement._() { throw new UnsupportedError("Not supported"); } |
| 5979 | 5979 |
| 5980 @DomName('SVGStopElement.SVGStopElement') | 5980 @DomName('SVGStopElement.SVGStopElement') |
| 5981 @DocsEditable | 5981 @DocsEditable() |
| 5982 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); | 5982 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); |
| 5983 | 5983 |
| 5984 @DomName('SVGStopElement.offset') | 5984 @DomName('SVGStopElement.offset') |
| 5985 @DocsEditable | 5985 @DocsEditable() |
| 5986 AnimatedNumber get gradientOffset native "SVGStopElement_offset_Getter"; | 5986 AnimatedNumber get gradientOffset native "SVGStopElement_offset_Getter"; |
| 5987 | 5987 |
| 5988 } | 5988 } |
| 5989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5990 // for details. All rights reserved. Use of this source code is governed by a | 5990 // for details. All rights reserved. Use of this source code is governed by a |
| 5991 // BSD-style license that can be found in the LICENSE file. | 5991 // BSD-style license that can be found in the LICENSE file. |
| 5992 | 5992 |
| 5993 // WARNING: Do not edit - generated code. | 5993 // WARNING: Do not edit - generated code. |
| 5994 | 5994 |
| 5995 | 5995 |
| 5996 @DocsEditable | 5996 @DocsEditable() |
| 5997 @DomName('SVGStringList') | 5997 @DomName('SVGStringList') |
| 5998 @Unstable | 5998 @Unstable() |
| 5999 class StringList extends NativeFieldWrapperClass1 with ListMixin<String>, Immuta
bleListMixin<String> implements List<String> { | 5999 class StringList extends NativeFieldWrapperClass1 with ListMixin<String>, Immuta
bleListMixin<String> implements List<String> { |
| 6000 | 6000 |
| 6001 @DomName('SVGStringList.numberOfItems') | 6001 @DomName('SVGStringList.numberOfItems') |
| 6002 @DocsEditable | 6002 @DocsEditable() |
| 6003 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; | 6003 int get numberOfItems native "SVGStringList_numberOfItems_Getter"; |
| 6004 | 6004 |
| 6005 String operator[](int index) { | 6005 String operator[](int index) { |
| 6006 if (index < 0 || index >= length) | 6006 if (index < 0 || index >= length) |
| 6007 throw new RangeError.range(index, 0, length); | 6007 throw new RangeError.range(index, 0, length); |
| 6008 return _nativeIndexedGetter(index); | 6008 return _nativeIndexedGetter(index); |
| 6009 } | 6009 } |
| 6010 String _nativeIndexedGetter(int index) native "SVGStringList_item_Callback"; | 6010 String _nativeIndexedGetter(int index) native "SVGStringList_item_Callback"; |
| 6011 | 6011 |
| 6012 void operator[]=(int index, String value) { | 6012 void operator[]=(int index, String value) { |
| (...skipping 30 matching lines...) Expand all Loading... |
| 6043 return this[0]; | 6043 return this[0]; |
| 6044 } | 6044 } |
| 6045 if (len == 0) throw new StateError("No elements"); | 6045 if (len == 0) throw new StateError("No elements"); |
| 6046 throw new StateError("More than one element"); | 6046 throw new StateError("More than one element"); |
| 6047 } | 6047 } |
| 6048 | 6048 |
| 6049 String elementAt(int index) => this[index]; | 6049 String elementAt(int index) => this[index]; |
| 6050 // -- end List<String> mixins. | 6050 // -- end List<String> mixins. |
| 6051 | 6051 |
| 6052 @DomName('SVGStringList.appendItem') | 6052 @DomName('SVGStringList.appendItem') |
| 6053 @DocsEditable | 6053 @DocsEditable() |
| 6054 String appendItem(String item) native "SVGStringList_appendItem_Callback"; | 6054 String appendItem(String item) native "SVGStringList_appendItem_Callback"; |
| 6055 | 6055 |
| 6056 @DomName('SVGStringList.clear') | 6056 @DomName('SVGStringList.clear') |
| 6057 @DocsEditable | 6057 @DocsEditable() |
| 6058 void clear() native "SVGStringList_clear_Callback"; | 6058 void clear() native "SVGStringList_clear_Callback"; |
| 6059 | 6059 |
| 6060 @DomName('SVGStringList.getItem') | 6060 @DomName('SVGStringList.getItem') |
| 6061 @DocsEditable | 6061 @DocsEditable() |
| 6062 String getItem(int index) native "SVGStringList_getItem_Callback"; | 6062 String getItem(int index) native "SVGStringList_getItem_Callback"; |
| 6063 | 6063 |
| 6064 @DomName('SVGStringList.initialize') | 6064 @DomName('SVGStringList.initialize') |
| 6065 @DocsEditable | 6065 @DocsEditable() |
| 6066 String initialize(String item) native "SVGStringList_initialize_Callback"; | 6066 String initialize(String item) native "SVGStringList_initialize_Callback"; |
| 6067 | 6067 |
| 6068 @DomName('SVGStringList.insertItemBefore') | 6068 @DomName('SVGStringList.insertItemBefore') |
| 6069 @DocsEditable | 6069 @DocsEditable() |
| 6070 String insertItemBefore(String item, int index) native "SVGStringList_insertIt
emBefore_Callback"; | 6070 String insertItemBefore(String item, int index) native "SVGStringList_insertIt
emBefore_Callback"; |
| 6071 | 6071 |
| 6072 @DomName('SVGStringList.removeItem') | 6072 @DomName('SVGStringList.removeItem') |
| 6073 @DocsEditable | 6073 @DocsEditable() |
| 6074 String removeItem(int index) native "SVGStringList_removeItem_Callback"; | 6074 String removeItem(int index) native "SVGStringList_removeItem_Callback"; |
| 6075 | 6075 |
| 6076 @DomName('SVGStringList.replaceItem') | 6076 @DomName('SVGStringList.replaceItem') |
| 6077 @DocsEditable | 6077 @DocsEditable() |
| 6078 String replaceItem(String item, int index) native "SVGStringList_replaceItem_C
allback"; | 6078 String replaceItem(String item, int index) native "SVGStringList_replaceItem_C
allback"; |
| 6079 | 6079 |
| 6080 } | 6080 } |
| 6081 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6081 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6082 // for details. All rights reserved. Use of this source code is governed by a | 6082 // for details. All rights reserved. Use of this source code is governed by a |
| 6083 // BSD-style license that can be found in the LICENSE file. | 6083 // BSD-style license that can be found in the LICENSE file. |
| 6084 | 6084 |
| 6085 // WARNING: Do not edit - generated code. | 6085 // WARNING: Do not edit - generated code. |
| 6086 | 6086 |
| 6087 | 6087 |
| 6088 @DocsEditable | 6088 @DocsEditable() |
| 6089 @DomName('SVGStyleElement') | 6089 @DomName('SVGStyleElement') |
| 6090 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable | 6090 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable |
| 6091 @Experimental // nonstandard | 6091 @Experimental() // nonstandard |
| 6092 class StyleElement extends SvgElement implements LangSpace { | 6092 class StyleElement extends SvgElement implements LangSpace { |
| 6093 // To suppress missing implicit constructor warnings. | 6093 // To suppress missing implicit constructor warnings. |
| 6094 factory StyleElement._() { throw new UnsupportedError("Not supported"); } | 6094 factory StyleElement._() { throw new UnsupportedError("Not supported"); } |
| 6095 | 6095 |
| 6096 @DomName('SVGStyleElement.SVGStyleElement') | 6096 @DomName('SVGStyleElement.SVGStyleElement') |
| 6097 @DocsEditable | 6097 @DocsEditable() |
| 6098 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); | 6098 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); |
| 6099 | 6099 |
| 6100 @DomName('SVGStyleElement.disabled') | 6100 @DomName('SVGStyleElement.disabled') |
| 6101 @DocsEditable | 6101 @DocsEditable() |
| 6102 bool get disabled native "SVGStyleElement_disabled_Getter"; | 6102 bool get disabled native "SVGStyleElement_disabled_Getter"; |
| 6103 | 6103 |
| 6104 @DomName('SVGStyleElement.disabled') | 6104 @DomName('SVGStyleElement.disabled') |
| 6105 @DocsEditable | 6105 @DocsEditable() |
| 6106 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; | 6106 void set disabled(bool value) native "SVGStyleElement_disabled_Setter"; |
| 6107 | 6107 |
| 6108 @DomName('SVGStyleElement.media') | 6108 @DomName('SVGStyleElement.media') |
| 6109 @DocsEditable | 6109 @DocsEditable() |
| 6110 String get media native "SVGStyleElement_media_Getter"; | 6110 String get media native "SVGStyleElement_media_Getter"; |
| 6111 | 6111 |
| 6112 @DomName('SVGStyleElement.media') | 6112 @DomName('SVGStyleElement.media') |
| 6113 @DocsEditable | 6113 @DocsEditable() |
| 6114 void set media(String value) native "SVGStyleElement_media_Setter"; | 6114 void set media(String value) native "SVGStyleElement_media_Setter"; |
| 6115 | 6115 |
| 6116 @DomName('SVGStyleElement.title') | 6116 @DomName('SVGStyleElement.title') |
| 6117 @DocsEditable | 6117 @DocsEditable() |
| 6118 String get title native "SVGStyleElement_title_Getter"; | 6118 String get title native "SVGStyleElement_title_Getter"; |
| 6119 | 6119 |
| 6120 @DomName('SVGStyleElement.title') | 6120 @DomName('SVGStyleElement.title') |
| 6121 @DocsEditable | 6121 @DocsEditable() |
| 6122 void set title(String value) native "SVGStyleElement_title_Setter"; | 6122 void set title(String value) native "SVGStyleElement_title_Setter"; |
| 6123 | 6123 |
| 6124 @DomName('SVGStyleElement.type') | 6124 @DomName('SVGStyleElement.type') |
| 6125 @DocsEditable | 6125 @DocsEditable() |
| 6126 String get type native "SVGStyleElement_type_Getter"; | 6126 String get type native "SVGStyleElement_type_Getter"; |
| 6127 | 6127 |
| 6128 @DomName('SVGStyleElement.type') | 6128 @DomName('SVGStyleElement.type') |
| 6129 @DocsEditable | 6129 @DocsEditable() |
| 6130 void set type(String value) native "SVGStyleElement_type_Setter"; | 6130 void set type(String value) native "SVGStyleElement_type_Setter"; |
| 6131 | 6131 |
| 6132 @DomName('SVGStyleElement.xmllang') | 6132 @DomName('SVGStyleElement.xmllang') |
| 6133 @DocsEditable | 6133 @DocsEditable() |
| 6134 String get xmllang native "SVGStyleElement_xmllang_Getter"; | 6134 String get xmllang native "SVGStyleElement_xmllang_Getter"; |
| 6135 | 6135 |
| 6136 @DomName('SVGStyleElement.xmllang') | 6136 @DomName('SVGStyleElement.xmllang') |
| 6137 @DocsEditable | 6137 @DocsEditable() |
| 6138 void set xmllang(String value) native "SVGStyleElement_xmllang_Setter"; | 6138 void set xmllang(String value) native "SVGStyleElement_xmllang_Setter"; |
| 6139 | 6139 |
| 6140 @DomName('SVGStyleElement.xmlspace') | 6140 @DomName('SVGStyleElement.xmlspace') |
| 6141 @DocsEditable | 6141 @DocsEditable() |
| 6142 String get xmlspace native "SVGStyleElement_xmlspace_Getter"; | 6142 String get xmlspace native "SVGStyleElement_xmlspace_Getter"; |
| 6143 | 6143 |
| 6144 @DomName('SVGStyleElement.xmlspace') | 6144 @DomName('SVGStyleElement.xmlspace') |
| 6145 @DocsEditable | 6145 @DocsEditable() |
| 6146 void set xmlspace(String value) native "SVGStyleElement_xmlspace_Setter"; | 6146 void set xmlspace(String value) native "SVGStyleElement_xmlspace_Setter"; |
| 6147 | 6147 |
| 6148 } | 6148 } |
| 6149 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6149 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6150 // for details. All rights reserved. Use of this source code is governed by a | 6150 // for details. All rights reserved. Use of this source code is governed by a |
| 6151 // BSD-style license that can be found in the LICENSE file. | 6151 // BSD-style license that can be found in the LICENSE file. |
| 6152 | 6152 |
| 6153 // WARNING: Do not edit - generated code. | 6153 // WARNING: Do not edit - generated code. |
| 6154 | 6154 |
| 6155 | 6155 |
| 6156 @DocsEditable | 6156 @DocsEditable() |
| 6157 @DomName('SVGStyledElement') | 6157 @DomName('SVGStyledElement') |
| 6158 @Unstable | 6158 @Unstable() |
| 6159 class StyledElement extends SvgElement { | 6159 class StyledElement extends SvgElement { |
| 6160 // To suppress missing implicit constructor warnings. | 6160 // To suppress missing implicit constructor warnings. |
| 6161 factory StyledElement._() { throw new UnsupportedError("Not supported"); } | 6161 factory StyledElement._() { throw new UnsupportedError("Not supported"); } |
| 6162 | 6162 |
| 6163 @DomName('SVGStyledElement.className') | 6163 @DomName('SVGStyledElement.className') |
| 6164 @DocsEditable | 6164 @DocsEditable() |
| 6165 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter
"; | 6165 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter
"; |
| 6166 | 6166 |
| 6167 @DomName('SVGStyledElement.style') | 6167 @DomName('SVGStyledElement.style') |
| 6168 @DocsEditable | 6168 @DocsEditable() |
| 6169 CssStyleDeclaration get style native "SVGStyledElement_style_Getter"; | 6169 CssStyleDeclaration get style native "SVGStyledElement_style_Getter"; |
| 6170 | 6170 |
| 6171 } | 6171 } |
| 6172 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6172 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6173 // for details. All rights reserved. Use of this source code is governed by a | 6173 // for details. All rights reserved. Use of this source code is governed by a |
| 6174 // BSD-style license that can be found in the LICENSE file. | 6174 // BSD-style license that can be found in the LICENSE file. |
| 6175 | 6175 |
| 6176 // WARNING: Do not edit - generated code. | 6176 // WARNING: Do not edit - generated code. |
| 6177 | 6177 |
| 6178 | 6178 |
| 6179 @DocsEditable | 6179 @DocsEditable() |
| 6180 @DomName('SVGDocument') | 6180 @DomName('SVGDocument') |
| 6181 @Unstable | 6181 @Unstable() |
| 6182 class SvgDocument extends Document { | 6182 class SvgDocument extends Document { |
| 6183 // To suppress missing implicit constructor warnings. | 6183 // To suppress missing implicit constructor warnings. |
| 6184 factory SvgDocument._() { throw new UnsupportedError("Not supported"); } | 6184 factory SvgDocument._() { throw new UnsupportedError("Not supported"); } |
| 6185 | 6185 |
| 6186 @DomName('SVGDocument.rootElement') | 6186 @DomName('SVGDocument.rootElement') |
| 6187 @DocsEditable | 6187 @DocsEditable() |
| 6188 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; | 6188 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; |
| 6189 | 6189 |
| 6190 @DomName('SVGDocument.createEvent') | 6190 @DomName('SVGDocument.createEvent') |
| 6191 @DocsEditable | 6191 @DocsEditable() |
| 6192 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb
ack"; | 6192 Event $dom_createEvent(String eventType) native "SVGDocument_createEvent_Callb
ack"; |
| 6193 | 6193 |
| 6194 } | 6194 } |
| 6195 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 6195 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 6196 // for details. All rights reserved. Use of this source code is governed by a | 6196 // for details. All rights reserved. Use of this source code is governed by a |
| 6197 // BSD-style license that can be found in the LICENSE file. | 6197 // BSD-style license that can be found in the LICENSE file. |
| 6198 | 6198 |
| 6199 | 6199 |
| 6200 class _AttributeClassSet extends CssClassSetImpl { | 6200 class _AttributeClassSet extends CssClassSetImpl { |
| 6201 final Element _element; | 6201 final Element _element; |
| (...skipping 15 matching lines...) Expand all Loading... |
| 6217 } | 6217 } |
| 6218 return s; | 6218 return s; |
| 6219 } | 6219 } |
| 6220 | 6220 |
| 6221 void writeClasses(Set s) { | 6221 void writeClasses(Set s) { |
| 6222 _element.attributes['class'] = s.join(' '); | 6222 _element.attributes['class'] = s.join(' '); |
| 6223 } | 6223 } |
| 6224 } | 6224 } |
| 6225 | 6225 |
| 6226 @DomName('SVGElement') | 6226 @DomName('SVGElement') |
| 6227 @Unstable | 6227 @Unstable() |
| 6228 class SvgElement extends Element { | 6228 class SvgElement extends Element { |
| 6229 factory SvgElement.tag(String tag) => | 6229 factory SvgElement.tag(String tag) => |
| 6230 _SvgElementFactoryProvider.createSvgElement_tag(tag); | 6230 _SvgElementFactoryProvider.createSvgElement_tag(tag); |
| 6231 factory SvgElement.svg(String svg) => | 6231 factory SvgElement.svg(String svg) => |
| 6232 _SvgElementFactoryProvider.createSvgElement_svg(svg); | 6232 _SvgElementFactoryProvider.createSvgElement_svg(svg); |
| 6233 | 6233 |
| 6234 _AttributeClassSet _cssClassSet; | 6234 _AttributeClassSet _cssClassSet; |
| 6235 CssClassSet get classes { | 6235 CssClassSet get classes { |
| 6236 if (_cssClassSet == null) { | 6236 if (_cssClassSet == null) { |
| 6237 _cssClassSet = new _AttributeClassSet(this); | 6237 _cssClassSet = new _AttributeClassSet(this); |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6301 * The tag should be a valid SVG element tag name. | 6301 * The tag should be a valid SVG element tag name. |
| 6302 */ | 6302 */ |
| 6303 static bool isTagSupported(String tag) { | 6303 static bool isTagSupported(String tag) { |
| 6304 var e = new SvgElement.tag(tag); | 6304 var e = new SvgElement.tag(tag); |
| 6305 return e is SvgElement && !(e is UnknownElement); | 6305 return e is SvgElement && !(e is UnknownElement); |
| 6306 } | 6306 } |
| 6307 // To suppress missing implicit constructor warnings. | 6307 // To suppress missing implicit constructor warnings. |
| 6308 factory SvgElement._() { throw new UnsupportedError("Not supported"); } | 6308 factory SvgElement._() { throw new UnsupportedError("Not supported"); } |
| 6309 | 6309 |
| 6310 @DomName('SVGElement.id') | 6310 @DomName('SVGElement.id') |
| 6311 @DocsEditable | 6311 @DocsEditable() |
| 6312 String get id native "SVGElement_id_Getter"; | 6312 String get id native "SVGElement_id_Getter"; |
| 6313 | 6313 |
| 6314 @DomName('SVGElement.id') | 6314 @DomName('SVGElement.id') |
| 6315 @DocsEditable | 6315 @DocsEditable() |
| 6316 void set id(String value) native "SVGElement_id_Setter"; | 6316 void set id(String value) native "SVGElement_id_Setter"; |
| 6317 | 6317 |
| 6318 @DomName('SVGElement.ownerSVGElement') | 6318 @DomName('SVGElement.ownerSVGElement') |
| 6319 @DocsEditable | 6319 @DocsEditable() |
| 6320 SvgSvgElement get ownerSvgElement native "SVGElement_ownerSVGElement_Getter"; | 6320 SvgSvgElement get ownerSvgElement native "SVGElement_ownerSVGElement_Getter"; |
| 6321 | 6321 |
| 6322 @DomName('SVGElement.viewportElement') | 6322 @DomName('SVGElement.viewportElement') |
| 6323 @DocsEditable | 6323 @DocsEditable() |
| 6324 SvgElement get viewportElement native "SVGElement_viewportElement_Getter"; | 6324 SvgElement get viewportElement native "SVGElement_viewportElement_Getter"; |
| 6325 | 6325 |
| 6326 @DomName('SVGElement.xmlbase') | 6326 @DomName('SVGElement.xmlbase') |
| 6327 @DocsEditable | 6327 @DocsEditable() |
| 6328 String get xmlbase native "SVGElement_xmlbase_Getter"; | 6328 String get xmlbase native "SVGElement_xmlbase_Getter"; |
| 6329 | 6329 |
| 6330 @DomName('SVGElement.xmlbase') | 6330 @DomName('SVGElement.xmlbase') |
| 6331 @DocsEditable | 6331 @DocsEditable() |
| 6332 void set xmlbase(String value) native "SVGElement_xmlbase_Setter"; | 6332 void set xmlbase(String value) native "SVGElement_xmlbase_Setter"; |
| 6333 | 6333 |
| 6334 } | 6334 } |
| 6335 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6335 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6336 // for details. All rights reserved. Use of this source code is governed by a | 6336 // for details. All rights reserved. Use of this source code is governed by a |
| 6337 // BSD-style license that can be found in the LICENSE file. | 6337 // BSD-style license that can be found in the LICENSE file. |
| 6338 | 6338 |
| 6339 // WARNING: Do not edit - generated code. | 6339 // WARNING: Do not edit - generated code. |
| 6340 | 6340 |
| 6341 | 6341 |
| 6342 @DocsEditable | 6342 @DocsEditable() |
| 6343 @DomName('SVGException') | 6343 @DomName('SVGException') |
| 6344 @Unstable | 6344 @Unstable() |
| 6345 class SvgException extends NativeFieldWrapperClass1 { | 6345 class SvgException extends NativeFieldWrapperClass1 { |
| 6346 | 6346 |
| 6347 @DomName('SVGException.SVG_INVALID_VALUE_ERR') | 6347 @DomName('SVGException.SVG_INVALID_VALUE_ERR') |
| 6348 @DocsEditable | 6348 @DocsEditable() |
| 6349 static const int SVG_INVALID_VALUE_ERR = 1; | 6349 static const int SVG_INVALID_VALUE_ERR = 1; |
| 6350 | 6350 |
| 6351 @DomName('SVGException.SVG_MATRIX_NOT_INVERTABLE') | 6351 @DomName('SVGException.SVG_MATRIX_NOT_INVERTABLE') |
| 6352 @DocsEditable | 6352 @DocsEditable() |
| 6353 static const int SVG_MATRIX_NOT_INVERTABLE = 2; | 6353 static const int SVG_MATRIX_NOT_INVERTABLE = 2; |
| 6354 | 6354 |
| 6355 @DomName('SVGException.SVG_WRONG_TYPE_ERR') | 6355 @DomName('SVGException.SVG_WRONG_TYPE_ERR') |
| 6356 @DocsEditable | 6356 @DocsEditable() |
| 6357 static const int SVG_WRONG_TYPE_ERR = 0; | 6357 static const int SVG_WRONG_TYPE_ERR = 0; |
| 6358 | 6358 |
| 6359 @DomName('SVGException.code') | 6359 @DomName('SVGException.code') |
| 6360 @DocsEditable | 6360 @DocsEditable() |
| 6361 int get code native "SVGException_code_Getter"; | 6361 int get code native "SVGException_code_Getter"; |
| 6362 | 6362 |
| 6363 @DomName('SVGException.message') | 6363 @DomName('SVGException.message') |
| 6364 @DocsEditable | 6364 @DocsEditable() |
| 6365 @Experimental // nonstandard | 6365 @Experimental() // nonstandard |
| 6366 String get message native "SVGException_message_Getter"; | 6366 String get message native "SVGException_message_Getter"; |
| 6367 | 6367 |
| 6368 @DomName('SVGException.name') | 6368 @DomName('SVGException.name') |
| 6369 @DocsEditable | 6369 @DocsEditable() |
| 6370 @Experimental // nonstandard | 6370 @Experimental() // nonstandard |
| 6371 String get name native "SVGException_name_Getter"; | 6371 String get name native "SVGException_name_Getter"; |
| 6372 | 6372 |
| 6373 @DomName('SVGException.toString') | 6373 @DomName('SVGException.toString') |
| 6374 @DocsEditable | 6374 @DocsEditable() |
| 6375 String toString() native "SVGException_toString_Callback"; | 6375 String toString() native "SVGException_toString_Callback"; |
| 6376 | 6376 |
| 6377 } | 6377 } |
| 6378 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6378 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6379 // for details. All rights reserved. Use of this source code is governed by a | 6379 // for details. All rights reserved. Use of this source code is governed by a |
| 6380 // BSD-style license that can be found in the LICENSE file. | 6380 // BSD-style license that can be found in the LICENSE file. |
| 6381 | 6381 |
| 6382 | 6382 |
| 6383 @DomName('SVGSVGElement') | 6383 @DomName('SVGSVGElement') |
| 6384 @Unstable | 6384 @Unstable() |
| 6385 class SvgSvgElement extends StyledElement implements FitToViewBox, Transformable
, Tests, ExternalResourcesRequired, ZoomAndPan, LangSpace { | 6385 class SvgSvgElement extends StyledElement implements FitToViewBox, Transformable
, Tests, ExternalResourcesRequired, ZoomAndPan, LangSpace { |
| 6386 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement()
; | 6386 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement()
; |
| 6387 | 6387 |
| 6388 // To suppress missing implicit constructor warnings. | 6388 // To suppress missing implicit constructor warnings. |
| 6389 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } | 6389 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } |
| 6390 | 6390 |
| 6391 @DomName('SVGSVGElement.contentScriptType') | 6391 @DomName('SVGSVGElement.contentScriptType') |
| 6392 @DocsEditable | 6392 @DocsEditable() |
| 6393 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; | 6393 String get contentScriptType native "SVGSVGElement_contentScriptType_Getter"; |
| 6394 | 6394 |
| 6395 @DomName('SVGSVGElement.contentScriptType') | 6395 @DomName('SVGSVGElement.contentScriptType') |
| 6396 @DocsEditable | 6396 @DocsEditable() |
| 6397 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy
pe_Setter"; | 6397 void set contentScriptType(String value) native "SVGSVGElement_contentScriptTy
pe_Setter"; |
| 6398 | 6398 |
| 6399 @DomName('SVGSVGElement.contentStyleType') | 6399 @DomName('SVGSVGElement.contentStyleType') |
| 6400 @DocsEditable | 6400 @DocsEditable() |
| 6401 String get contentStyleType native "SVGSVGElement_contentStyleType_Getter"; | 6401 String get contentStyleType native "SVGSVGElement_contentStyleType_Getter"; |
| 6402 | 6402 |
| 6403 @DomName('SVGSVGElement.contentStyleType') | 6403 @DomName('SVGSVGElement.contentStyleType') |
| 6404 @DocsEditable | 6404 @DocsEditable() |
| 6405 void set contentStyleType(String value) native "SVGSVGElement_contentStyleType
_Setter"; | 6405 void set contentStyleType(String value) native "SVGSVGElement_contentStyleType
_Setter"; |
| 6406 | 6406 |
| 6407 @DomName('SVGSVGElement.currentScale') | 6407 @DomName('SVGSVGElement.currentScale') |
| 6408 @DocsEditable | 6408 @DocsEditable() |
| 6409 num get currentScale native "SVGSVGElement_currentScale_Getter"; | 6409 num get currentScale native "SVGSVGElement_currentScale_Getter"; |
| 6410 | 6410 |
| 6411 @DomName('SVGSVGElement.currentScale') | 6411 @DomName('SVGSVGElement.currentScale') |
| 6412 @DocsEditable | 6412 @DocsEditable() |
| 6413 void set currentScale(num value) native "SVGSVGElement_currentScale_Setter"; | 6413 void set currentScale(num value) native "SVGSVGElement_currentScale_Setter"; |
| 6414 | 6414 |
| 6415 @DomName('SVGSVGElement.currentTranslate') | 6415 @DomName('SVGSVGElement.currentTranslate') |
| 6416 @DocsEditable | 6416 @DocsEditable() |
| 6417 Point get currentTranslate native "SVGSVGElement_currentTranslate_Getter"; | 6417 Point get currentTranslate native "SVGSVGElement_currentTranslate_Getter"; |
| 6418 | 6418 |
| 6419 @DomName('SVGSVGElement.currentView') | 6419 @DomName('SVGSVGElement.currentView') |
| 6420 @DocsEditable | 6420 @DocsEditable() |
| 6421 ViewSpec get currentView native "SVGSVGElement_currentView_Getter"; | 6421 ViewSpec get currentView native "SVGSVGElement_currentView_Getter"; |
| 6422 | 6422 |
| 6423 @DomName('SVGSVGElement.height') | 6423 @DomName('SVGSVGElement.height') |
| 6424 @DocsEditable | 6424 @DocsEditable() |
| 6425 AnimatedLength get height native "SVGSVGElement_height_Getter"; | 6425 AnimatedLength get height native "SVGSVGElement_height_Getter"; |
| 6426 | 6426 |
| 6427 @DomName('SVGSVGElement.pixelUnitToMillimeterX') | 6427 @DomName('SVGSVGElement.pixelUnitToMillimeterX') |
| 6428 @DocsEditable | 6428 @DocsEditable() |
| 6429 num get pixelUnitToMillimeterX native "SVGSVGElement_pixelUnitToMillimeterX_Ge
tter"; | 6429 num get pixelUnitToMillimeterX native "SVGSVGElement_pixelUnitToMillimeterX_Ge
tter"; |
| 6430 | 6430 |
| 6431 @DomName('SVGSVGElement.pixelUnitToMillimeterY') | 6431 @DomName('SVGSVGElement.pixelUnitToMillimeterY') |
| 6432 @DocsEditable | 6432 @DocsEditable() |
| 6433 num get pixelUnitToMillimeterY native "SVGSVGElement_pixelUnitToMillimeterY_Ge
tter"; | 6433 num get pixelUnitToMillimeterY native "SVGSVGElement_pixelUnitToMillimeterY_Ge
tter"; |
| 6434 | 6434 |
| 6435 @DomName('SVGSVGElement.screenPixelToMillimeterX') | 6435 @DomName('SVGSVGElement.screenPixelToMillimeterX') |
| 6436 @DocsEditable | 6436 @DocsEditable() |
| 6437 num get screenPixelToMillimeterX native "SVGSVGElement_screenPixelToMillimeter
X_Getter"; | 6437 num get screenPixelToMillimeterX native "SVGSVGElement_screenPixelToMillimeter
X_Getter"; |
| 6438 | 6438 |
| 6439 @DomName('SVGSVGElement.screenPixelToMillimeterY') | 6439 @DomName('SVGSVGElement.screenPixelToMillimeterY') |
| 6440 @DocsEditable | 6440 @DocsEditable() |
| 6441 num get screenPixelToMillimeterY native "SVGSVGElement_screenPixelToMillimeter
Y_Getter"; | 6441 num get screenPixelToMillimeterY native "SVGSVGElement_screenPixelToMillimeter
Y_Getter"; |
| 6442 | 6442 |
| 6443 @DomName('SVGSVGElement.useCurrentView') | 6443 @DomName('SVGSVGElement.useCurrentView') |
| 6444 @DocsEditable | 6444 @DocsEditable() |
| 6445 bool get useCurrentView native "SVGSVGElement_useCurrentView_Getter"; | 6445 bool get useCurrentView native "SVGSVGElement_useCurrentView_Getter"; |
| 6446 | 6446 |
| 6447 @DomName('SVGSVGElement.viewport') | 6447 @DomName('SVGSVGElement.viewport') |
| 6448 @DocsEditable | 6448 @DocsEditable() |
| 6449 Rect get viewport native "SVGSVGElement_viewport_Getter"; | 6449 Rect get viewport native "SVGSVGElement_viewport_Getter"; |
| 6450 | 6450 |
| 6451 @DomName('SVGSVGElement.width') | 6451 @DomName('SVGSVGElement.width') |
| 6452 @DocsEditable | 6452 @DocsEditable() |
| 6453 AnimatedLength get width native "SVGSVGElement_width_Getter"; | 6453 AnimatedLength get width native "SVGSVGElement_width_Getter"; |
| 6454 | 6454 |
| 6455 @DomName('SVGSVGElement.x') | 6455 @DomName('SVGSVGElement.x') |
| 6456 @DocsEditable | 6456 @DocsEditable() |
| 6457 AnimatedLength get x native "SVGSVGElement_x_Getter"; | 6457 AnimatedLength get x native "SVGSVGElement_x_Getter"; |
| 6458 | 6458 |
| 6459 @DomName('SVGSVGElement.y') | 6459 @DomName('SVGSVGElement.y') |
| 6460 @DocsEditable | 6460 @DocsEditable() |
| 6461 AnimatedLength get y native "SVGSVGElement_y_Getter"; | 6461 AnimatedLength get y native "SVGSVGElement_y_Getter"; |
| 6462 | 6462 |
| 6463 @DomName('SVGSVGElement.animationsPaused') | 6463 @DomName('SVGSVGElement.animationsPaused') |
| 6464 @DocsEditable | 6464 @DocsEditable() |
| 6465 bool animationsPaused() native "SVGSVGElement_animationsPaused_Callback"; | 6465 bool animationsPaused() native "SVGSVGElement_animationsPaused_Callback"; |
| 6466 | 6466 |
| 6467 @DomName('SVGSVGElement.checkEnclosure') | 6467 @DomName('SVGSVGElement.checkEnclosure') |
| 6468 @DocsEditable | 6468 @DocsEditable() |
| 6469 bool checkEnclosure(SvgElement element, Rect rect) native "SVGSVGElement_check
Enclosure_Callback"; | 6469 bool checkEnclosure(SvgElement element, Rect rect) native "SVGSVGElement_check
Enclosure_Callback"; |
| 6470 | 6470 |
| 6471 @DomName('SVGSVGElement.checkIntersection') | 6471 @DomName('SVGSVGElement.checkIntersection') |
| 6472 @DocsEditable | 6472 @DocsEditable() |
| 6473 bool checkIntersection(SvgElement element, Rect rect) native "SVGSVGElement_ch
eckIntersection_Callback"; | 6473 bool checkIntersection(SvgElement element, Rect rect) native "SVGSVGElement_ch
eckIntersection_Callback"; |
| 6474 | 6474 |
| 6475 @DomName('SVGSVGElement.createSVGAngle') | 6475 @DomName('SVGSVGElement.createSVGAngle') |
| 6476 @DocsEditable | 6476 @DocsEditable() |
| 6477 Angle createSvgAngle() native "SVGSVGElement_createSVGAngle_Callback"; | 6477 Angle createSvgAngle() native "SVGSVGElement_createSVGAngle_Callback"; |
| 6478 | 6478 |
| 6479 @DomName('SVGSVGElement.createSVGLength') | 6479 @DomName('SVGSVGElement.createSVGLength') |
| 6480 @DocsEditable | 6480 @DocsEditable() |
| 6481 Length createSvgLength() native "SVGSVGElement_createSVGLength_Callback"; | 6481 Length createSvgLength() native "SVGSVGElement_createSVGLength_Callback"; |
| 6482 | 6482 |
| 6483 @DomName('SVGSVGElement.createSVGMatrix') | 6483 @DomName('SVGSVGElement.createSVGMatrix') |
| 6484 @DocsEditable | 6484 @DocsEditable() |
| 6485 Matrix createSvgMatrix() native "SVGSVGElement_createSVGMatrix_Callback"; | 6485 Matrix createSvgMatrix() native "SVGSVGElement_createSVGMatrix_Callback"; |
| 6486 | 6486 |
| 6487 @DomName('SVGSVGElement.createSVGNumber') | 6487 @DomName('SVGSVGElement.createSVGNumber') |
| 6488 @DocsEditable | 6488 @DocsEditable() |
| 6489 Number createSvgNumber() native "SVGSVGElement_createSVGNumber_Callback"; | 6489 Number createSvgNumber() native "SVGSVGElement_createSVGNumber_Callback"; |
| 6490 | 6490 |
| 6491 @DomName('SVGSVGElement.createSVGPoint') | 6491 @DomName('SVGSVGElement.createSVGPoint') |
| 6492 @DocsEditable | 6492 @DocsEditable() |
| 6493 Point createSvgPoint() native "SVGSVGElement_createSVGPoint_Callback"; | 6493 Point createSvgPoint() native "SVGSVGElement_createSVGPoint_Callback"; |
| 6494 | 6494 |
| 6495 @DomName('SVGSVGElement.createSVGRect') | 6495 @DomName('SVGSVGElement.createSVGRect') |
| 6496 @DocsEditable | 6496 @DocsEditable() |
| 6497 Rect createSvgRect() native "SVGSVGElement_createSVGRect_Callback"; | 6497 Rect createSvgRect() native "SVGSVGElement_createSVGRect_Callback"; |
| 6498 | 6498 |
| 6499 @DomName('SVGSVGElement.createSVGTransform') | 6499 @DomName('SVGSVGElement.createSVGTransform') |
| 6500 @DocsEditable | 6500 @DocsEditable() |
| 6501 Transform createSvgTransform() native "SVGSVGElement_createSVGTransform_Callba
ck"; | 6501 Transform createSvgTransform() native "SVGSVGElement_createSVGTransform_Callba
ck"; |
| 6502 | 6502 |
| 6503 @DomName('SVGSVGElement.createSVGTransformFromMatrix') | 6503 @DomName('SVGSVGElement.createSVGTransformFromMatrix') |
| 6504 @DocsEditable | 6504 @DocsEditable() |
| 6505 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGSVGElement_cr
eateSVGTransformFromMatrix_Callback"; | 6505 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGSVGElement_cr
eateSVGTransformFromMatrix_Callback"; |
| 6506 | 6506 |
| 6507 @DomName('SVGSVGElement.deselectAll') | 6507 @DomName('SVGSVGElement.deselectAll') |
| 6508 @DocsEditable | 6508 @DocsEditable() |
| 6509 void deselectAll() native "SVGSVGElement_deselectAll_Callback"; | 6509 void deselectAll() native "SVGSVGElement_deselectAll_Callback"; |
| 6510 | 6510 |
| 6511 @DomName('SVGSVGElement.forceRedraw') | 6511 @DomName('SVGSVGElement.forceRedraw') |
| 6512 @DocsEditable | 6512 @DocsEditable() |
| 6513 void forceRedraw() native "SVGSVGElement_forceRedraw_Callback"; | 6513 void forceRedraw() native "SVGSVGElement_forceRedraw_Callback"; |
| 6514 | 6514 |
| 6515 @DomName('SVGSVGElement.getCurrentTime') | 6515 @DomName('SVGSVGElement.getCurrentTime') |
| 6516 @DocsEditable | 6516 @DocsEditable() |
| 6517 num getCurrentTime() native "SVGSVGElement_getCurrentTime_Callback"; | 6517 num getCurrentTime() native "SVGSVGElement_getCurrentTime_Callback"; |
| 6518 | 6518 |
| 6519 @DomName('SVGSVGElement.getElementById') | 6519 @DomName('SVGSVGElement.getElementById') |
| 6520 @DocsEditable | 6520 @DocsEditable() |
| 6521 Element getElementById(String elementId) native "SVGSVGElement_getElementById_
Callback"; | 6521 Element getElementById(String elementId) native "SVGSVGElement_getElementById_
Callback"; |
| 6522 | 6522 |
| 6523 @DomName('SVGSVGElement.getEnclosureList') | 6523 @DomName('SVGSVGElement.getEnclosureList') |
| 6524 @DocsEditable | 6524 @DocsEditable() |
| 6525 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native "SV
GSVGElement_getEnclosureList_Callback"; | 6525 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) native "SV
GSVGElement_getEnclosureList_Callback"; |
| 6526 | 6526 |
| 6527 @DomName('SVGSVGElement.getIntersectionList') | 6527 @DomName('SVGSVGElement.getIntersectionList') |
| 6528 @DocsEditable | 6528 @DocsEditable() |
| 6529 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native
"SVGSVGElement_getIntersectionList_Callback"; | 6529 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) native
"SVGSVGElement_getIntersectionList_Callback"; |
| 6530 | 6530 |
| 6531 @DomName('SVGSVGElement.pauseAnimations') | 6531 @DomName('SVGSVGElement.pauseAnimations') |
| 6532 @DocsEditable | 6532 @DocsEditable() |
| 6533 void pauseAnimations() native "SVGSVGElement_pauseAnimations_Callback"; | 6533 void pauseAnimations() native "SVGSVGElement_pauseAnimations_Callback"; |
| 6534 | 6534 |
| 6535 @DomName('SVGSVGElement.setCurrentTime') | 6535 @DomName('SVGSVGElement.setCurrentTime') |
| 6536 @DocsEditable | 6536 @DocsEditable() |
| 6537 void setCurrentTime(num seconds) native "SVGSVGElement_setCurrentTime_Callback
"; | 6537 void setCurrentTime(num seconds) native "SVGSVGElement_setCurrentTime_Callback
"; |
| 6538 | 6538 |
| 6539 @DomName('SVGSVGElement.suspendRedraw') | 6539 @DomName('SVGSVGElement.suspendRedraw') |
| 6540 @DocsEditable | 6540 @DocsEditable() |
| 6541 int suspendRedraw(int maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw
_Callback"; | 6541 int suspendRedraw(int maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw
_Callback"; |
| 6542 | 6542 |
| 6543 @DomName('SVGSVGElement.unpauseAnimations') | 6543 @DomName('SVGSVGElement.unpauseAnimations') |
| 6544 @DocsEditable | 6544 @DocsEditable() |
| 6545 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback"; | 6545 void unpauseAnimations() native "SVGSVGElement_unpauseAnimations_Callback"; |
| 6546 | 6546 |
| 6547 @DomName('SVGSVGElement.unsuspendRedraw') | 6547 @DomName('SVGSVGElement.unsuspendRedraw') |
| 6548 @DocsEditable | 6548 @DocsEditable() |
| 6549 void unsuspendRedraw(int suspendHandleId) native "SVGSVGElement_unsuspendRedra
w_Callback"; | 6549 void unsuspendRedraw(int suspendHandleId) native "SVGSVGElement_unsuspendRedra
w_Callback"; |
| 6550 | 6550 |
| 6551 @DomName('SVGSVGElement.unsuspendRedrawAll') | 6551 @DomName('SVGSVGElement.unsuspendRedrawAll') |
| 6552 @DocsEditable | 6552 @DocsEditable() |
| 6553 void unsuspendRedrawAll() native "SVGSVGElement_unsuspendRedrawAll_Callback"; | 6553 void unsuspendRedrawAll() native "SVGSVGElement_unsuspendRedrawAll_Callback"; |
| 6554 | 6554 |
| 6555 @DomName('SVGSVGElement.externalResourcesRequired') | 6555 @DomName('SVGSVGElement.externalResourcesRequired') |
| 6556 @DocsEditable | 6556 @DocsEditable() |
| 6557 AnimatedBoolean get externalResourcesRequired native "SVGSVGElement_externalRe
sourcesRequired_Getter"; | 6557 AnimatedBoolean get externalResourcesRequired native "SVGSVGElement_externalRe
sourcesRequired_Getter"; |
| 6558 | 6558 |
| 6559 @DomName('SVGSVGElement.preserveAspectRatio') | 6559 @DomName('SVGSVGElement.preserveAspectRatio') |
| 6560 @DocsEditable | 6560 @DocsEditable() |
| 6561 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSVGElement_pres
erveAspectRatio_Getter"; | 6561 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSVGElement_pres
erveAspectRatio_Getter"; |
| 6562 | 6562 |
| 6563 @DomName('SVGSVGElement.viewBox') | 6563 @DomName('SVGSVGElement.viewBox') |
| 6564 @DocsEditable | 6564 @DocsEditable() |
| 6565 AnimatedRect get viewBox native "SVGSVGElement_viewBox_Getter"; | 6565 AnimatedRect get viewBox native "SVGSVGElement_viewBox_Getter"; |
| 6566 | 6566 |
| 6567 @DomName('SVGSVGElement.xmllang') | 6567 @DomName('SVGSVGElement.xmllang') |
| 6568 @DocsEditable | 6568 @DocsEditable() |
| 6569 String get xmllang native "SVGSVGElement_xmllang_Getter"; | 6569 String get xmllang native "SVGSVGElement_xmllang_Getter"; |
| 6570 | 6570 |
| 6571 @DomName('SVGSVGElement.xmllang') | 6571 @DomName('SVGSVGElement.xmllang') |
| 6572 @DocsEditable | 6572 @DocsEditable() |
| 6573 void set xmllang(String value) native "SVGSVGElement_xmllang_Setter"; | 6573 void set xmllang(String value) native "SVGSVGElement_xmllang_Setter"; |
| 6574 | 6574 |
| 6575 @DomName('SVGSVGElement.xmlspace') | 6575 @DomName('SVGSVGElement.xmlspace') |
| 6576 @DocsEditable | 6576 @DocsEditable() |
| 6577 String get xmlspace native "SVGSVGElement_xmlspace_Getter"; | 6577 String get xmlspace native "SVGSVGElement_xmlspace_Getter"; |
| 6578 | 6578 |
| 6579 @DomName('SVGSVGElement.xmlspace') | 6579 @DomName('SVGSVGElement.xmlspace') |
| 6580 @DocsEditable | 6580 @DocsEditable() |
| 6581 void set xmlspace(String value) native "SVGSVGElement_xmlspace_Setter"; | 6581 void set xmlspace(String value) native "SVGSVGElement_xmlspace_Setter"; |
| 6582 | 6582 |
| 6583 @DomName('SVGSVGElement.farthestViewportElement') | 6583 @DomName('SVGSVGElement.farthestViewportElement') |
| 6584 @DocsEditable | 6584 @DocsEditable() |
| 6585 SvgElement get farthestViewportElement native "SVGSVGElement_farthestViewportE
lement_Getter"; | 6585 SvgElement get farthestViewportElement native "SVGSVGElement_farthestViewportE
lement_Getter"; |
| 6586 | 6586 |
| 6587 @DomName('SVGSVGElement.nearestViewportElement') | 6587 @DomName('SVGSVGElement.nearestViewportElement') |
| 6588 @DocsEditable | 6588 @DocsEditable() |
| 6589 SvgElement get nearestViewportElement native "SVGSVGElement_nearestViewportEle
ment_Getter"; | 6589 SvgElement get nearestViewportElement native "SVGSVGElement_nearestViewportEle
ment_Getter"; |
| 6590 | 6590 |
| 6591 @DomName('SVGSVGElement.getBBox') | 6591 @DomName('SVGSVGElement.getBBox') |
| 6592 @DocsEditable | 6592 @DocsEditable() |
| 6593 Rect getBBox() native "SVGSVGElement_getBBox_Callback"; | 6593 Rect getBBox() native "SVGSVGElement_getBBox_Callback"; |
| 6594 | 6594 |
| 6595 @DomName('SVGSVGElement.getCTM') | 6595 @DomName('SVGSVGElement.getCTM') |
| 6596 @DocsEditable | 6596 @DocsEditable() |
| 6597 Matrix getCtm() native "SVGSVGElement_getCTM_Callback"; | 6597 Matrix getCtm() native "SVGSVGElement_getCTM_Callback"; |
| 6598 | 6598 |
| 6599 @DomName('SVGSVGElement.getScreenCTM') | 6599 @DomName('SVGSVGElement.getScreenCTM') |
| 6600 @DocsEditable | 6600 @DocsEditable() |
| 6601 Matrix getScreenCtm() native "SVGSVGElement_getScreenCTM_Callback"; | 6601 Matrix getScreenCtm() native "SVGSVGElement_getScreenCTM_Callback"; |
| 6602 | 6602 |
| 6603 @DomName('SVGSVGElement.getTransformToElement') | 6603 @DomName('SVGSVGElement.getTransformToElement') |
| 6604 @DocsEditable | 6604 @DocsEditable() |
| 6605 Matrix getTransformToElement(SvgElement element) native "SVGSVGElement_getTran
sformToElement_Callback"; | 6605 Matrix getTransformToElement(SvgElement element) native "SVGSVGElement_getTran
sformToElement_Callback"; |
| 6606 | 6606 |
| 6607 @DomName('SVGSVGElement.requiredExtensions') | 6607 @DomName('SVGSVGElement.requiredExtensions') |
| 6608 @DocsEditable | 6608 @DocsEditable() |
| 6609 StringList get requiredExtensions native "SVGSVGElement_requiredExtensions_Get
ter"; | 6609 StringList get requiredExtensions native "SVGSVGElement_requiredExtensions_Get
ter"; |
| 6610 | 6610 |
| 6611 @DomName('SVGSVGElement.requiredFeatures') | 6611 @DomName('SVGSVGElement.requiredFeatures') |
| 6612 @DocsEditable | 6612 @DocsEditable() |
| 6613 StringList get requiredFeatures native "SVGSVGElement_requiredFeatures_Getter"
; | 6613 StringList get requiredFeatures native "SVGSVGElement_requiredFeatures_Getter"
; |
| 6614 | 6614 |
| 6615 @DomName('SVGSVGElement.systemLanguage') | 6615 @DomName('SVGSVGElement.systemLanguage') |
| 6616 @DocsEditable | 6616 @DocsEditable() |
| 6617 StringList get systemLanguage native "SVGSVGElement_systemLanguage_Getter"; | 6617 StringList get systemLanguage native "SVGSVGElement_systemLanguage_Getter"; |
| 6618 | 6618 |
| 6619 @DomName('SVGSVGElement.hasExtension') | 6619 @DomName('SVGSVGElement.hasExtension') |
| 6620 @DocsEditable | 6620 @DocsEditable() |
| 6621 bool hasExtension(String extension) native "SVGSVGElement_hasExtension_Callbac
k"; | 6621 bool hasExtension(String extension) native "SVGSVGElement_hasExtension_Callbac
k"; |
| 6622 | 6622 |
| 6623 @DomName('SVGSVGElement.transform') | 6623 @DomName('SVGSVGElement.transform') |
| 6624 @DocsEditable | 6624 @DocsEditable() |
| 6625 AnimatedTransformList get transform native "SVGSVGElement_transform_Getter"; | 6625 AnimatedTransformList get transform native "SVGSVGElement_transform_Getter"; |
| 6626 | 6626 |
| 6627 @DomName('SVGSVGElement.zoomAndPan') | 6627 @DomName('SVGSVGElement.zoomAndPan') |
| 6628 @DocsEditable | 6628 @DocsEditable() |
| 6629 int get zoomAndPan native "SVGSVGElement_zoomAndPan_Getter"; | 6629 int get zoomAndPan native "SVGSVGElement_zoomAndPan_Getter"; |
| 6630 | 6630 |
| 6631 @DomName('SVGSVGElement.zoomAndPan') | 6631 @DomName('SVGSVGElement.zoomAndPan') |
| 6632 @DocsEditable | 6632 @DocsEditable() |
| 6633 void set zoomAndPan(int value) native "SVGSVGElement_zoomAndPan_Setter"; | 6633 void set zoomAndPan(int value) native "SVGSVGElement_zoomAndPan_Setter"; |
| 6634 | 6634 |
| 6635 } | 6635 } |
| 6636 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6636 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6637 // for details. All rights reserved. Use of this source code is governed by a | 6637 // for details. All rights reserved. Use of this source code is governed by a |
| 6638 // BSD-style license that can be found in the LICENSE file. | 6638 // BSD-style license that can be found in the LICENSE file. |
| 6639 | 6639 |
| 6640 // WARNING: Do not edit - generated code. | 6640 // WARNING: Do not edit - generated code. |
| 6641 | 6641 |
| 6642 | 6642 |
| 6643 @DocsEditable | 6643 @DocsEditable() |
| 6644 @DomName('SVGSwitchElement') | 6644 @DomName('SVGSwitchElement') |
| 6645 @Unstable | 6645 @Unstable() |
| 6646 class SwitchElement extends StyledElement implements Transformable, Tests, Exter
nalResourcesRequired, LangSpace { | 6646 class SwitchElement extends StyledElement implements Transformable, Tests, Exter
nalResourcesRequired, LangSpace { |
| 6647 // To suppress missing implicit constructor warnings. | 6647 // To suppress missing implicit constructor warnings. |
| 6648 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } | 6648 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } |
| 6649 | 6649 |
| 6650 @DomName('SVGSwitchElement.SVGSwitchElement') | 6650 @DomName('SVGSwitchElement.SVGSwitchElement') |
| 6651 @DocsEditable | 6651 @DocsEditable() |
| 6652 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); | 6652 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); |
| 6653 | 6653 |
| 6654 @DomName('SVGSwitchElement.externalResourcesRequired') | 6654 @DomName('SVGSwitchElement.externalResourcesRequired') |
| 6655 @DocsEditable | 6655 @DocsEditable() |
| 6656 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa
lResourcesRequired_Getter"; | 6656 AnimatedBoolean get externalResourcesRequired native "SVGSwitchElement_externa
lResourcesRequired_Getter"; |
| 6657 | 6657 |
| 6658 @DomName('SVGSwitchElement.xmllang') | 6658 @DomName('SVGSwitchElement.xmllang') |
| 6659 @DocsEditable | 6659 @DocsEditable() |
| 6660 String get xmllang native "SVGSwitchElement_xmllang_Getter"; | 6660 String get xmllang native "SVGSwitchElement_xmllang_Getter"; |
| 6661 | 6661 |
| 6662 @DomName('SVGSwitchElement.xmllang') | 6662 @DomName('SVGSwitchElement.xmllang') |
| 6663 @DocsEditable | 6663 @DocsEditable() |
| 6664 void set xmllang(String value) native "SVGSwitchElement_xmllang_Setter"; | 6664 void set xmllang(String value) native "SVGSwitchElement_xmllang_Setter"; |
| 6665 | 6665 |
| 6666 @DomName('SVGSwitchElement.xmlspace') | 6666 @DomName('SVGSwitchElement.xmlspace') |
| 6667 @DocsEditable | 6667 @DocsEditable() |
| 6668 String get xmlspace native "SVGSwitchElement_xmlspace_Getter"; | 6668 String get xmlspace native "SVGSwitchElement_xmlspace_Getter"; |
| 6669 | 6669 |
| 6670 @DomName('SVGSwitchElement.xmlspace') | 6670 @DomName('SVGSwitchElement.xmlspace') |
| 6671 @DocsEditable | 6671 @DocsEditable() |
| 6672 void set xmlspace(String value) native "SVGSwitchElement_xmlspace_Setter"; | 6672 void set xmlspace(String value) native "SVGSwitchElement_xmlspace_Setter"; |
| 6673 | 6673 |
| 6674 @DomName('SVGSwitchElement.farthestViewportElement') | 6674 @DomName('SVGSwitchElement.farthestViewportElement') |
| 6675 @DocsEditable | 6675 @DocsEditable() |
| 6676 SvgElement get farthestViewportElement native "SVGSwitchElement_farthestViewpo
rtElement_Getter"; | 6676 SvgElement get farthestViewportElement native "SVGSwitchElement_farthestViewpo
rtElement_Getter"; |
| 6677 | 6677 |
| 6678 @DomName('SVGSwitchElement.nearestViewportElement') | 6678 @DomName('SVGSwitchElement.nearestViewportElement') |
| 6679 @DocsEditable | 6679 @DocsEditable() |
| 6680 SvgElement get nearestViewportElement native "SVGSwitchElement_nearestViewport
Element_Getter"; | 6680 SvgElement get nearestViewportElement native "SVGSwitchElement_nearestViewport
Element_Getter"; |
| 6681 | 6681 |
| 6682 @DomName('SVGSwitchElement.getBBox') | 6682 @DomName('SVGSwitchElement.getBBox') |
| 6683 @DocsEditable | 6683 @DocsEditable() |
| 6684 Rect getBBox() native "SVGSwitchElement_getBBox_Callback"; | 6684 Rect getBBox() native "SVGSwitchElement_getBBox_Callback"; |
| 6685 | 6685 |
| 6686 @DomName('SVGSwitchElement.getCTM') | 6686 @DomName('SVGSwitchElement.getCTM') |
| 6687 @DocsEditable | 6687 @DocsEditable() |
| 6688 Matrix getCtm() native "SVGSwitchElement_getCTM_Callback"; | 6688 Matrix getCtm() native "SVGSwitchElement_getCTM_Callback"; |
| 6689 | 6689 |
| 6690 @DomName('SVGSwitchElement.getScreenCTM') | 6690 @DomName('SVGSwitchElement.getScreenCTM') |
| 6691 @DocsEditable | 6691 @DocsEditable() |
| 6692 Matrix getScreenCtm() native "SVGSwitchElement_getScreenCTM_Callback"; | 6692 Matrix getScreenCtm() native "SVGSwitchElement_getScreenCTM_Callback"; |
| 6693 | 6693 |
| 6694 @DomName('SVGSwitchElement.getTransformToElement') | 6694 @DomName('SVGSwitchElement.getTransformToElement') |
| 6695 @DocsEditable | 6695 @DocsEditable() |
| 6696 Matrix getTransformToElement(SvgElement element) native "SVGSwitchElement_getT
ransformToElement_Callback"; | 6696 Matrix getTransformToElement(SvgElement element) native "SVGSwitchElement_getT
ransformToElement_Callback"; |
| 6697 | 6697 |
| 6698 @DomName('SVGSwitchElement.requiredExtensions') | 6698 @DomName('SVGSwitchElement.requiredExtensions') |
| 6699 @DocsEditable | 6699 @DocsEditable() |
| 6700 StringList get requiredExtensions native "SVGSwitchElement_requiredExtensions_
Getter"; | 6700 StringList get requiredExtensions native "SVGSwitchElement_requiredExtensions_
Getter"; |
| 6701 | 6701 |
| 6702 @DomName('SVGSwitchElement.requiredFeatures') | 6702 @DomName('SVGSwitchElement.requiredFeatures') |
| 6703 @DocsEditable | 6703 @DocsEditable() |
| 6704 StringList get requiredFeatures native "SVGSwitchElement_requiredFeatures_Gett
er"; | 6704 StringList get requiredFeatures native "SVGSwitchElement_requiredFeatures_Gett
er"; |
| 6705 | 6705 |
| 6706 @DomName('SVGSwitchElement.systemLanguage') | 6706 @DomName('SVGSwitchElement.systemLanguage') |
| 6707 @DocsEditable | 6707 @DocsEditable() |
| 6708 StringList get systemLanguage native "SVGSwitchElement_systemLanguage_Getter"; | 6708 StringList get systemLanguage native "SVGSwitchElement_systemLanguage_Getter"; |
| 6709 | 6709 |
| 6710 @DomName('SVGSwitchElement.hasExtension') | 6710 @DomName('SVGSwitchElement.hasExtension') |
| 6711 @DocsEditable | 6711 @DocsEditable() |
| 6712 bool hasExtension(String extension) native "SVGSwitchElement_hasExtension_Call
back"; | 6712 bool hasExtension(String extension) native "SVGSwitchElement_hasExtension_Call
back"; |
| 6713 | 6713 |
| 6714 @DomName('SVGSwitchElement.transform') | 6714 @DomName('SVGSwitchElement.transform') |
| 6715 @DocsEditable | 6715 @DocsEditable() |
| 6716 AnimatedTransformList get transform native "SVGSwitchElement_transform_Getter"
; | 6716 AnimatedTransformList get transform native "SVGSwitchElement_transform_Getter"
; |
| 6717 | 6717 |
| 6718 } | 6718 } |
| 6719 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6719 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6720 // for details. All rights reserved. Use of this source code is governed by a | 6720 // for details. All rights reserved. Use of this source code is governed by a |
| 6721 // BSD-style license that can be found in the LICENSE file. | 6721 // BSD-style license that can be found in the LICENSE file. |
| 6722 | 6722 |
| 6723 // WARNING: Do not edit - generated code. | 6723 // WARNING: Do not edit - generated code. |
| 6724 | 6724 |
| 6725 | 6725 |
| 6726 @DocsEditable | 6726 @DocsEditable() |
| 6727 @DomName('SVGSymbolElement') | 6727 @DomName('SVGSymbolElement') |
| 6728 @Unstable | 6728 @Unstable() |
| 6729 class SymbolElement extends StyledElement implements FitToViewBox, ExternalResou
rcesRequired, LangSpace { | 6729 class SymbolElement extends StyledElement implements FitToViewBox, ExternalResou
rcesRequired, LangSpace { |
| 6730 // To suppress missing implicit constructor warnings. | 6730 // To suppress missing implicit constructor warnings. |
| 6731 factory SymbolElement._() { throw new UnsupportedError("Not supported"); } | 6731 factory SymbolElement._() { throw new UnsupportedError("Not supported"); } |
| 6732 | 6732 |
| 6733 @DomName('SVGSymbolElement.SVGSymbolElement') | 6733 @DomName('SVGSymbolElement.SVGSymbolElement') |
| 6734 @DocsEditable | 6734 @DocsEditable() |
| 6735 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); | 6735 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); |
| 6736 | 6736 |
| 6737 @DomName('SVGSymbolElement.externalResourcesRequired') | 6737 @DomName('SVGSymbolElement.externalResourcesRequired') |
| 6738 @DocsEditable | 6738 @DocsEditable() |
| 6739 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa
lResourcesRequired_Getter"; | 6739 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa
lResourcesRequired_Getter"; |
| 6740 | 6740 |
| 6741 @DomName('SVGSymbolElement.preserveAspectRatio') | 6741 @DomName('SVGSymbolElement.preserveAspectRatio') |
| 6742 @DocsEditable | 6742 @DocsEditable() |
| 6743 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p
reserveAspectRatio_Getter"; | 6743 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGSymbolElement_p
reserveAspectRatio_Getter"; |
| 6744 | 6744 |
| 6745 @DomName('SVGSymbolElement.viewBox') | 6745 @DomName('SVGSymbolElement.viewBox') |
| 6746 @DocsEditable | 6746 @DocsEditable() |
| 6747 AnimatedRect get viewBox native "SVGSymbolElement_viewBox_Getter"; | 6747 AnimatedRect get viewBox native "SVGSymbolElement_viewBox_Getter"; |
| 6748 | 6748 |
| 6749 @DomName('SVGSymbolElement.xmllang') | 6749 @DomName('SVGSymbolElement.xmllang') |
| 6750 @DocsEditable | 6750 @DocsEditable() |
| 6751 String get xmllang native "SVGSymbolElement_xmllang_Getter"; | 6751 String get xmllang native "SVGSymbolElement_xmllang_Getter"; |
| 6752 | 6752 |
| 6753 @DomName('SVGSymbolElement.xmllang') | 6753 @DomName('SVGSymbolElement.xmllang') |
| 6754 @DocsEditable | 6754 @DocsEditable() |
| 6755 void set xmllang(String value) native "SVGSymbolElement_xmllang_Setter"; | 6755 void set xmllang(String value) native "SVGSymbolElement_xmllang_Setter"; |
| 6756 | 6756 |
| 6757 @DomName('SVGSymbolElement.xmlspace') | 6757 @DomName('SVGSymbolElement.xmlspace') |
| 6758 @DocsEditable | 6758 @DocsEditable() |
| 6759 String get xmlspace native "SVGSymbolElement_xmlspace_Getter"; | 6759 String get xmlspace native "SVGSymbolElement_xmlspace_Getter"; |
| 6760 | 6760 |
| 6761 @DomName('SVGSymbolElement.xmlspace') | 6761 @DomName('SVGSymbolElement.xmlspace') |
| 6762 @DocsEditable | 6762 @DocsEditable() |
| 6763 void set xmlspace(String value) native "SVGSymbolElement_xmlspace_Setter"; | 6763 void set xmlspace(String value) native "SVGSymbolElement_xmlspace_Setter"; |
| 6764 | 6764 |
| 6765 } | 6765 } |
| 6766 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6766 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6767 // for details. All rights reserved. Use of this source code is governed by a | 6767 // for details. All rights reserved. Use of this source code is governed by a |
| 6768 // BSD-style license that can be found in the LICENSE file. | 6768 // BSD-style license that can be found in the LICENSE file. |
| 6769 | 6769 |
| 6770 // WARNING: Do not edit - generated code. | 6770 // WARNING: Do not edit - generated code. |
| 6771 | 6771 |
| 6772 | 6772 |
| 6773 @DocsEditable | 6773 @DocsEditable() |
| 6774 @DomName('SVGTSpanElement') | 6774 @DomName('SVGTSpanElement') |
| 6775 @Unstable | 6775 @Unstable() |
| 6776 class TSpanElement extends TextPositioningElement { | 6776 class TSpanElement extends TextPositioningElement { |
| 6777 // To suppress missing implicit constructor warnings. | 6777 // To suppress missing implicit constructor warnings. |
| 6778 factory TSpanElement._() { throw new UnsupportedError("Not supported"); } | 6778 factory TSpanElement._() { throw new UnsupportedError("Not supported"); } |
| 6779 | 6779 |
| 6780 @DomName('SVGTSpanElement.SVGTSpanElement') | 6780 @DomName('SVGTSpanElement.SVGTSpanElement') |
| 6781 @DocsEditable | 6781 @DocsEditable() |
| 6782 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); | 6782 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); |
| 6783 | 6783 |
| 6784 } | 6784 } |
| 6785 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6785 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6786 // for details. All rights reserved. Use of this source code is governed by a | 6786 // for details. All rights reserved. Use of this source code is governed by a |
| 6787 // BSD-style license that can be found in the LICENSE file. | 6787 // BSD-style license that can be found in the LICENSE file. |
| 6788 | 6788 |
| 6789 // WARNING: Do not edit - generated code. | 6789 // WARNING: Do not edit - generated code. |
| 6790 | 6790 |
| 6791 | 6791 |
| 6792 @DocsEditable | 6792 @DocsEditable() |
| 6793 @DomName('SVGTests') | 6793 @DomName('SVGTests') |
| 6794 @Unstable | 6794 @Unstable() |
| 6795 abstract class Tests extends NativeFieldWrapperClass1 { | 6795 abstract class Tests extends NativeFieldWrapperClass1 { |
| 6796 | 6796 |
| 6797 @DomName('SVGTests.requiredExtensions') | 6797 @DomName('SVGTests.requiredExtensions') |
| 6798 @DocsEditable | 6798 @DocsEditable() |
| 6799 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; | 6799 StringList get requiredExtensions native "SVGTests_requiredExtensions_Getter"; |
| 6800 | 6800 |
| 6801 @DomName('SVGTests.requiredFeatures') | 6801 @DomName('SVGTests.requiredFeatures') |
| 6802 @DocsEditable | 6802 @DocsEditable() |
| 6803 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; | 6803 StringList get requiredFeatures native "SVGTests_requiredFeatures_Getter"; |
| 6804 | 6804 |
| 6805 @DomName('SVGTests.systemLanguage') | 6805 @DomName('SVGTests.systemLanguage') |
| 6806 @DocsEditable | 6806 @DocsEditable() |
| 6807 StringList get systemLanguage native "SVGTests_systemLanguage_Getter"; | 6807 StringList get systemLanguage native "SVGTests_systemLanguage_Getter"; |
| 6808 | 6808 |
| 6809 @DomName('SVGTests.hasExtension') | 6809 @DomName('SVGTests.hasExtension') |
| 6810 @DocsEditable | 6810 @DocsEditable() |
| 6811 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback"; | 6811 bool hasExtension(String extension) native "SVGTests_hasExtension_Callback"; |
| 6812 | 6812 |
| 6813 } | 6813 } |
| 6814 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6814 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6815 // for details. All rights reserved. Use of this source code is governed by a | 6815 // for details. All rights reserved. Use of this source code is governed by a |
| 6816 // BSD-style license that can be found in the LICENSE file. | 6816 // BSD-style license that can be found in the LICENSE file. |
| 6817 | 6817 |
| 6818 // WARNING: Do not edit - generated code. | 6818 // WARNING: Do not edit - generated code. |
| 6819 | 6819 |
| 6820 | 6820 |
| 6821 @DocsEditable | 6821 @DocsEditable() |
| 6822 @DomName('SVGTextContentElement') | 6822 @DomName('SVGTextContentElement') |
| 6823 @Unstable | 6823 @Unstable() |
| 6824 class TextContentElement extends StyledElement implements Tests, ExternalResourc
esRequired, LangSpace { | 6824 class TextContentElement extends StyledElement implements Tests, ExternalResourc
esRequired, LangSpace { |
| 6825 // To suppress missing implicit constructor warnings. | 6825 // To suppress missing implicit constructor warnings. |
| 6826 factory TextContentElement._() { throw new UnsupportedError("Not supported");
} | 6826 factory TextContentElement._() { throw new UnsupportedError("Not supported");
} |
| 6827 | 6827 |
| 6828 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') | 6828 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') |
| 6829 @DocsEditable | 6829 @DocsEditable() |
| 6830 static const int LENGTHADJUST_SPACING = 1; | 6830 static const int LENGTHADJUST_SPACING = 1; |
| 6831 | 6831 |
| 6832 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') | 6832 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') |
| 6833 @DocsEditable | 6833 @DocsEditable() |
| 6834 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; | 6834 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; |
| 6835 | 6835 |
| 6836 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN') | 6836 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN') |
| 6837 @DocsEditable | 6837 @DocsEditable() |
| 6838 static const int LENGTHADJUST_UNKNOWN = 0; | 6838 static const int LENGTHADJUST_UNKNOWN = 0; |
| 6839 | 6839 |
| 6840 @DomName('SVGTextContentElement.lengthAdjust') | 6840 @DomName('SVGTextContentElement.lengthAdjust') |
| 6841 @DocsEditable | 6841 @DocsEditable() |
| 6842 AnimatedEnumeration get lengthAdjust native "SVGTextContentElement_lengthAdjus
t_Getter"; | 6842 AnimatedEnumeration get lengthAdjust native "SVGTextContentElement_lengthAdjus
t_Getter"; |
| 6843 | 6843 |
| 6844 @DomName('SVGTextContentElement.textLength') | 6844 @DomName('SVGTextContentElement.textLength') |
| 6845 @DocsEditable | 6845 @DocsEditable() |
| 6846 AnimatedLength get textLength native "SVGTextContentElement_textLength_Getter"
; | 6846 AnimatedLength get textLength native "SVGTextContentElement_textLength_Getter"
; |
| 6847 | 6847 |
| 6848 @DomName('SVGTextContentElement.getCharNumAtPosition') | 6848 @DomName('SVGTextContentElement.getCharNumAtPosition') |
| 6849 @DocsEditable | 6849 @DocsEditable() |
| 6850 int getCharNumAtPosition(Point point) native "SVGTextContentElement_getCharNum
AtPosition_Callback"; | 6850 int getCharNumAtPosition(Point point) native "SVGTextContentElement_getCharNum
AtPosition_Callback"; |
| 6851 | 6851 |
| 6852 @DomName('SVGTextContentElement.getComputedTextLength') | 6852 @DomName('SVGTextContentElement.getComputedTextLength') |
| 6853 @DocsEditable | 6853 @DocsEditable() |
| 6854 num getComputedTextLength() native "SVGTextContentElement_getComputedTextLengt
h_Callback"; | 6854 num getComputedTextLength() native "SVGTextContentElement_getComputedTextLengt
h_Callback"; |
| 6855 | 6855 |
| 6856 @DomName('SVGTextContentElement.getEndPositionOfChar') | 6856 @DomName('SVGTextContentElement.getEndPositionOfChar') |
| 6857 @DocsEditable | 6857 @DocsEditable() |
| 6858 Point getEndPositionOfChar(int offset) native "SVGTextContentElement_getEndPos
itionOfChar_Callback"; | 6858 Point getEndPositionOfChar(int offset) native "SVGTextContentElement_getEndPos
itionOfChar_Callback"; |
| 6859 | 6859 |
| 6860 @DomName('SVGTextContentElement.getExtentOfChar') | 6860 @DomName('SVGTextContentElement.getExtentOfChar') |
| 6861 @DocsEditable | 6861 @DocsEditable() |
| 6862 Rect getExtentOfChar(int offset) native "SVGTextContentElement_getExtentOfChar
_Callback"; | 6862 Rect getExtentOfChar(int offset) native "SVGTextContentElement_getExtentOfChar
_Callback"; |
| 6863 | 6863 |
| 6864 @DomName('SVGTextContentElement.getNumberOfChars') | 6864 @DomName('SVGTextContentElement.getNumberOfChars') |
| 6865 @DocsEditable | 6865 @DocsEditable() |
| 6866 int getNumberOfChars() native "SVGTextContentElement_getNumberOfChars_Callback
"; | 6866 int getNumberOfChars() native "SVGTextContentElement_getNumberOfChars_Callback
"; |
| 6867 | 6867 |
| 6868 @DomName('SVGTextContentElement.getRotationOfChar') | 6868 @DomName('SVGTextContentElement.getRotationOfChar') |
| 6869 @DocsEditable | 6869 @DocsEditable() |
| 6870 num getRotationOfChar(int offset) native "SVGTextContentElement_getRotationOfC
har_Callback"; | 6870 num getRotationOfChar(int offset) native "SVGTextContentElement_getRotationOfC
har_Callback"; |
| 6871 | 6871 |
| 6872 @DomName('SVGTextContentElement.getStartPositionOfChar') | 6872 @DomName('SVGTextContentElement.getStartPositionOfChar') |
| 6873 @DocsEditable | 6873 @DocsEditable() |
| 6874 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar
tPositionOfChar_Callback"; | 6874 Point getStartPositionOfChar(int offset) native "SVGTextContentElement_getStar
tPositionOfChar_Callback"; |
| 6875 | 6875 |
| 6876 @DomName('SVGTextContentElement.getSubStringLength') | 6876 @DomName('SVGTextContentElement.getSubStringLength') |
| 6877 @DocsEditable | 6877 @DocsEditable() |
| 6878 num getSubStringLength(int offset, int length) native "SVGTextContentElement_g
etSubStringLength_Callback"; | 6878 num getSubStringLength(int offset, int length) native "SVGTextContentElement_g
etSubStringLength_Callback"; |
| 6879 | 6879 |
| 6880 @DomName('SVGTextContentElement.selectSubString') | 6880 @DomName('SVGTextContentElement.selectSubString') |
| 6881 @DocsEditable | 6881 @DocsEditable() |
| 6882 void selectSubString(int offset, int length) native "SVGTextContentElement_sel
ectSubString_Callback"; | 6882 void selectSubString(int offset, int length) native "SVGTextContentElement_sel
ectSubString_Callback"; |
| 6883 | 6883 |
| 6884 @DomName('SVGTextContentElement.externalResourcesRequired') | 6884 @DomName('SVGTextContentElement.externalResourcesRequired') |
| 6885 @DocsEditable | 6885 @DocsEditable() |
| 6886 AnimatedBoolean get externalResourcesRequired native "SVGTextContentElement_ex
ternalResourcesRequired_Getter"; | 6886 AnimatedBoolean get externalResourcesRequired native "SVGTextContentElement_ex
ternalResourcesRequired_Getter"; |
| 6887 | 6887 |
| 6888 @DomName('SVGTextContentElement.xmllang') | 6888 @DomName('SVGTextContentElement.xmllang') |
| 6889 @DocsEditable | 6889 @DocsEditable() |
| 6890 String get xmllang native "SVGTextContentElement_xmllang_Getter"; | 6890 String get xmllang native "SVGTextContentElement_xmllang_Getter"; |
| 6891 | 6891 |
| 6892 @DomName('SVGTextContentElement.xmllang') | 6892 @DomName('SVGTextContentElement.xmllang') |
| 6893 @DocsEditable | 6893 @DocsEditable() |
| 6894 void set xmllang(String value) native "SVGTextContentElement_xmllang_Setter"; | 6894 void set xmllang(String value) native "SVGTextContentElement_xmllang_Setter"; |
| 6895 | 6895 |
| 6896 @DomName('SVGTextContentElement.xmlspace') | 6896 @DomName('SVGTextContentElement.xmlspace') |
| 6897 @DocsEditable | 6897 @DocsEditable() |
| 6898 String get xmlspace native "SVGTextContentElement_xmlspace_Getter"; | 6898 String get xmlspace native "SVGTextContentElement_xmlspace_Getter"; |
| 6899 | 6899 |
| 6900 @DomName('SVGTextContentElement.xmlspace') | 6900 @DomName('SVGTextContentElement.xmlspace') |
| 6901 @DocsEditable | 6901 @DocsEditable() |
| 6902 void set xmlspace(String value) native "SVGTextContentElement_xmlspace_Setter"
; | 6902 void set xmlspace(String value) native "SVGTextContentElement_xmlspace_Setter"
; |
| 6903 | 6903 |
| 6904 @DomName('SVGTextContentElement.requiredExtensions') | 6904 @DomName('SVGTextContentElement.requiredExtensions') |
| 6905 @DocsEditable | 6905 @DocsEditable() |
| 6906 StringList get requiredExtensions native "SVGTextContentElement_requiredExtens
ions_Getter"; | 6906 StringList get requiredExtensions native "SVGTextContentElement_requiredExtens
ions_Getter"; |
| 6907 | 6907 |
| 6908 @DomName('SVGTextContentElement.requiredFeatures') | 6908 @DomName('SVGTextContentElement.requiredFeatures') |
| 6909 @DocsEditable | 6909 @DocsEditable() |
| 6910 StringList get requiredFeatures native "SVGTextContentElement_requiredFeatures
_Getter"; | 6910 StringList get requiredFeatures native "SVGTextContentElement_requiredFeatures
_Getter"; |
| 6911 | 6911 |
| 6912 @DomName('SVGTextContentElement.systemLanguage') | 6912 @DomName('SVGTextContentElement.systemLanguage') |
| 6913 @DocsEditable | 6913 @DocsEditable() |
| 6914 StringList get systemLanguage native "SVGTextContentElement_systemLanguage_Get
ter"; | 6914 StringList get systemLanguage native "SVGTextContentElement_systemLanguage_Get
ter"; |
| 6915 | 6915 |
| 6916 @DomName('SVGTextContentElement.hasExtension') | 6916 @DomName('SVGTextContentElement.hasExtension') |
| 6917 @DocsEditable | 6917 @DocsEditable() |
| 6918 bool hasExtension(String extension) native "SVGTextContentElement_hasExtension
_Callback"; | 6918 bool hasExtension(String extension) native "SVGTextContentElement_hasExtension
_Callback"; |
| 6919 | 6919 |
| 6920 } | 6920 } |
| 6921 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6921 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6922 // for details. All rights reserved. Use of this source code is governed by a | 6922 // for details. All rights reserved. Use of this source code is governed by a |
| 6923 // BSD-style license that can be found in the LICENSE file. | 6923 // BSD-style license that can be found in the LICENSE file. |
| 6924 | 6924 |
| 6925 // WARNING: Do not edit - generated code. | 6925 // WARNING: Do not edit - generated code. |
| 6926 | 6926 |
| 6927 | 6927 |
| 6928 @DocsEditable | 6928 @DocsEditable() |
| 6929 @DomName('SVGTextElement') | 6929 @DomName('SVGTextElement') |
| 6930 @Unstable | 6930 @Unstable() |
| 6931 class TextElement extends TextPositioningElement implements Transformable { | 6931 class TextElement extends TextPositioningElement implements Transformable { |
| 6932 // To suppress missing implicit constructor warnings. | 6932 // To suppress missing implicit constructor warnings. |
| 6933 factory TextElement._() { throw new UnsupportedError("Not supported"); } | 6933 factory TextElement._() { throw new UnsupportedError("Not supported"); } |
| 6934 | 6934 |
| 6935 @DomName('SVGTextElement.SVGTextElement') | 6935 @DomName('SVGTextElement.SVGTextElement') |
| 6936 @DocsEditable | 6936 @DocsEditable() |
| 6937 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); | 6937 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); |
| 6938 | 6938 |
| 6939 @DomName('SVGTextElement.farthestViewportElement') | 6939 @DomName('SVGTextElement.farthestViewportElement') |
| 6940 @DocsEditable | 6940 @DocsEditable() |
| 6941 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport
Element_Getter"; | 6941 SvgElement get farthestViewportElement native "SVGTextElement_farthestViewport
Element_Getter"; |
| 6942 | 6942 |
| 6943 @DomName('SVGTextElement.nearestViewportElement') | 6943 @DomName('SVGTextElement.nearestViewportElement') |
| 6944 @DocsEditable | 6944 @DocsEditable() |
| 6945 SvgElement get nearestViewportElement native "SVGTextElement_nearestViewportEl
ement_Getter"; | 6945 SvgElement get nearestViewportElement native "SVGTextElement_nearestViewportEl
ement_Getter"; |
| 6946 | 6946 |
| 6947 @DomName('SVGTextElement.getBBox') | 6947 @DomName('SVGTextElement.getBBox') |
| 6948 @DocsEditable | 6948 @DocsEditable() |
| 6949 Rect getBBox() native "SVGTextElement_getBBox_Callback"; | 6949 Rect getBBox() native "SVGTextElement_getBBox_Callback"; |
| 6950 | 6950 |
| 6951 @DomName('SVGTextElement.getCTM') | 6951 @DomName('SVGTextElement.getCTM') |
| 6952 @DocsEditable | 6952 @DocsEditable() |
| 6953 Matrix getCtm() native "SVGTextElement_getCTM_Callback"; | 6953 Matrix getCtm() native "SVGTextElement_getCTM_Callback"; |
| 6954 | 6954 |
| 6955 @DomName('SVGTextElement.getScreenCTM') | 6955 @DomName('SVGTextElement.getScreenCTM') |
| 6956 @DocsEditable | 6956 @DocsEditable() |
| 6957 Matrix getScreenCtm() native "SVGTextElement_getScreenCTM_Callback"; | 6957 Matrix getScreenCtm() native "SVGTextElement_getScreenCTM_Callback"; |
| 6958 | 6958 |
| 6959 @DomName('SVGTextElement.getTransformToElement') | 6959 @DomName('SVGTextElement.getTransformToElement') |
| 6960 @DocsEditable | 6960 @DocsEditable() |
| 6961 Matrix getTransformToElement(SvgElement element) native "SVGTextElement_getTra
nsformToElement_Callback"; | 6961 Matrix getTransformToElement(SvgElement element) native "SVGTextElement_getTra
nsformToElement_Callback"; |
| 6962 | 6962 |
| 6963 @DomName('SVGTextElement.transform') | 6963 @DomName('SVGTextElement.transform') |
| 6964 @DocsEditable | 6964 @DocsEditable() |
| 6965 AnimatedTransformList get transform native "SVGTextElement_transform_Getter"; | 6965 AnimatedTransformList get transform native "SVGTextElement_transform_Getter"; |
| 6966 | 6966 |
| 6967 } | 6967 } |
| 6968 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6968 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6969 // for details. All rights reserved. Use of this source code is governed by a | 6969 // for details. All rights reserved. Use of this source code is governed by a |
| 6970 // BSD-style license that can be found in the LICENSE file. | 6970 // BSD-style license that can be found in the LICENSE file. |
| 6971 | 6971 |
| 6972 // WARNING: Do not edit - generated code. | 6972 // WARNING: Do not edit - generated code. |
| 6973 | 6973 |
| 6974 | 6974 |
| 6975 @DocsEditable | 6975 @DocsEditable() |
| 6976 @DomName('SVGTextPathElement') | 6976 @DomName('SVGTextPathElement') |
| 6977 @Unstable | 6977 @Unstable() |
| 6978 class TextPathElement extends TextContentElement implements UriReference { | 6978 class TextPathElement extends TextContentElement implements UriReference { |
| 6979 // To suppress missing implicit constructor warnings. | 6979 // To suppress missing implicit constructor warnings. |
| 6980 factory TextPathElement._() { throw new UnsupportedError("Not supported"); } | 6980 factory TextPathElement._() { throw new UnsupportedError("Not supported"); } |
| 6981 | 6981 |
| 6982 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN') | 6982 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN') |
| 6983 @DocsEditable | 6983 @DocsEditable() |
| 6984 static const int TEXTPATH_METHODTYPE_ALIGN = 1; | 6984 static const int TEXTPATH_METHODTYPE_ALIGN = 1; |
| 6985 | 6985 |
| 6986 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH') | 6986 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH') |
| 6987 @DocsEditable | 6987 @DocsEditable() |
| 6988 static const int TEXTPATH_METHODTYPE_STRETCH = 2; | 6988 static const int TEXTPATH_METHODTYPE_STRETCH = 2; |
| 6989 | 6989 |
| 6990 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_UNKNOWN') | 6990 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_UNKNOWN') |
| 6991 @DocsEditable | 6991 @DocsEditable() |
| 6992 static const int TEXTPATH_METHODTYPE_UNKNOWN = 0; | 6992 static const int TEXTPATH_METHODTYPE_UNKNOWN = 0; |
| 6993 | 6993 |
| 6994 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_AUTO') | 6994 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_AUTO') |
| 6995 @DocsEditable | 6995 @DocsEditable() |
| 6996 static const int TEXTPATH_SPACINGTYPE_AUTO = 1; | 6996 static const int TEXTPATH_SPACINGTYPE_AUTO = 1; |
| 6997 | 6997 |
| 6998 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT') | 6998 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT') |
| 6999 @DocsEditable | 6999 @DocsEditable() |
| 7000 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; | 7000 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; |
| 7001 | 7001 |
| 7002 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN') | 7002 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN') |
| 7003 @DocsEditable | 7003 @DocsEditable() |
| 7004 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; | 7004 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; |
| 7005 | 7005 |
| 7006 @DomName('SVGTextPathElement.method') | 7006 @DomName('SVGTextPathElement.method') |
| 7007 @DocsEditable | 7007 @DocsEditable() |
| 7008 AnimatedEnumeration get method native "SVGTextPathElement_method_Getter"; | 7008 AnimatedEnumeration get method native "SVGTextPathElement_method_Getter"; |
| 7009 | 7009 |
| 7010 @DomName('SVGTextPathElement.spacing') | 7010 @DomName('SVGTextPathElement.spacing') |
| 7011 @DocsEditable | 7011 @DocsEditable() |
| 7012 AnimatedEnumeration get spacing native "SVGTextPathElement_spacing_Getter"; | 7012 AnimatedEnumeration get spacing native "SVGTextPathElement_spacing_Getter"; |
| 7013 | 7013 |
| 7014 @DomName('SVGTextPathElement.startOffset') | 7014 @DomName('SVGTextPathElement.startOffset') |
| 7015 @DocsEditable | 7015 @DocsEditable() |
| 7016 AnimatedLength get startOffset native "SVGTextPathElement_startOffset_Getter"; | 7016 AnimatedLength get startOffset native "SVGTextPathElement_startOffset_Getter"; |
| 7017 | 7017 |
| 7018 @DomName('SVGTextPathElement.href') | 7018 @DomName('SVGTextPathElement.href') |
| 7019 @DocsEditable | 7019 @DocsEditable() |
| 7020 AnimatedString get href native "SVGTextPathElement_href_Getter"; | 7020 AnimatedString get href native "SVGTextPathElement_href_Getter"; |
| 7021 | 7021 |
| 7022 } | 7022 } |
| 7023 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7023 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7024 // for details. All rights reserved. Use of this source code is governed by a | 7024 // for details. All rights reserved. Use of this source code is governed by a |
| 7025 // BSD-style license that can be found in the LICENSE file. | 7025 // BSD-style license that can be found in the LICENSE file. |
| 7026 | 7026 |
| 7027 // WARNING: Do not edit - generated code. | 7027 // WARNING: Do not edit - generated code. |
| 7028 | 7028 |
| 7029 | 7029 |
| 7030 @DocsEditable | 7030 @DocsEditable() |
| 7031 @DomName('SVGTextPositioningElement') | 7031 @DomName('SVGTextPositioningElement') |
| 7032 @Unstable | 7032 @Unstable() |
| 7033 class TextPositioningElement extends TextContentElement { | 7033 class TextPositioningElement extends TextContentElement { |
| 7034 // To suppress missing implicit constructor warnings. | 7034 // To suppress missing implicit constructor warnings. |
| 7035 factory TextPositioningElement._() { throw new UnsupportedError("Not supported
"); } | 7035 factory TextPositioningElement._() { throw new UnsupportedError("Not supported
"); } |
| 7036 | 7036 |
| 7037 @DomName('SVGTextPositioningElement.dx') | 7037 @DomName('SVGTextPositioningElement.dx') |
| 7038 @DocsEditable | 7038 @DocsEditable() |
| 7039 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter"; | 7039 AnimatedLengthList get dx native "SVGTextPositioningElement_dx_Getter"; |
| 7040 | 7040 |
| 7041 @DomName('SVGTextPositioningElement.dy') | 7041 @DomName('SVGTextPositioningElement.dy') |
| 7042 @DocsEditable | 7042 @DocsEditable() |
| 7043 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter"; | 7043 AnimatedLengthList get dy native "SVGTextPositioningElement_dy_Getter"; |
| 7044 | 7044 |
| 7045 @DomName('SVGTextPositioningElement.rotate') | 7045 @DomName('SVGTextPositioningElement.rotate') |
| 7046 @DocsEditable | 7046 @DocsEditable() |
| 7047 AnimatedNumberList get rotate native "SVGTextPositioningElement_rotate_Getter"
; | 7047 AnimatedNumberList get rotate native "SVGTextPositioningElement_rotate_Getter"
; |
| 7048 | 7048 |
| 7049 @DomName('SVGTextPositioningElement.x') | 7049 @DomName('SVGTextPositioningElement.x') |
| 7050 @DocsEditable | 7050 @DocsEditable() |
| 7051 AnimatedLengthList get x native "SVGTextPositioningElement_x_Getter"; | 7051 AnimatedLengthList get x native "SVGTextPositioningElement_x_Getter"; |
| 7052 | 7052 |
| 7053 @DomName('SVGTextPositioningElement.y') | 7053 @DomName('SVGTextPositioningElement.y') |
| 7054 @DocsEditable | 7054 @DocsEditable() |
| 7055 AnimatedLengthList get y native "SVGTextPositioningElement_y_Getter"; | 7055 AnimatedLengthList get y native "SVGTextPositioningElement_y_Getter"; |
| 7056 | 7056 |
| 7057 } | 7057 } |
| 7058 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7058 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7059 // for details. All rights reserved. Use of this source code is governed by a | 7059 // for details. All rights reserved. Use of this source code is governed by a |
| 7060 // BSD-style license that can be found in the LICENSE file. | 7060 // BSD-style license that can be found in the LICENSE file. |
| 7061 | 7061 |
| 7062 // WARNING: Do not edit - generated code. | 7062 // WARNING: Do not edit - generated code. |
| 7063 | 7063 |
| 7064 | 7064 |
| 7065 @DocsEditable | 7065 @DocsEditable() |
| 7066 @DomName('SVGTitleElement') | 7066 @DomName('SVGTitleElement') |
| 7067 @Unstable | 7067 @Unstable() |
| 7068 class TitleElement extends StyledElement implements LangSpace { | 7068 class TitleElement extends StyledElement implements LangSpace { |
| 7069 // To suppress missing implicit constructor warnings. | 7069 // To suppress missing implicit constructor warnings. |
| 7070 factory TitleElement._() { throw new UnsupportedError("Not supported"); } | 7070 factory TitleElement._() { throw new UnsupportedError("Not supported"); } |
| 7071 | 7071 |
| 7072 @DomName('SVGTitleElement.SVGTitleElement') | 7072 @DomName('SVGTitleElement.SVGTitleElement') |
| 7073 @DocsEditable | 7073 @DocsEditable() |
| 7074 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); | 7074 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); |
| 7075 | 7075 |
| 7076 @DomName('SVGTitleElement.xmllang') | 7076 @DomName('SVGTitleElement.xmllang') |
| 7077 @DocsEditable | 7077 @DocsEditable() |
| 7078 String get xmllang native "SVGTitleElement_xmllang_Getter"; | 7078 String get xmllang native "SVGTitleElement_xmllang_Getter"; |
| 7079 | 7079 |
| 7080 @DomName('SVGTitleElement.xmllang') | 7080 @DomName('SVGTitleElement.xmllang') |
| 7081 @DocsEditable | 7081 @DocsEditable() |
| 7082 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter"; | 7082 void set xmllang(String value) native "SVGTitleElement_xmllang_Setter"; |
| 7083 | 7083 |
| 7084 @DomName('SVGTitleElement.xmlspace') | 7084 @DomName('SVGTitleElement.xmlspace') |
| 7085 @DocsEditable | 7085 @DocsEditable() |
| 7086 String get xmlspace native "SVGTitleElement_xmlspace_Getter"; | 7086 String get xmlspace native "SVGTitleElement_xmlspace_Getter"; |
| 7087 | 7087 |
| 7088 @DomName('SVGTitleElement.xmlspace') | 7088 @DomName('SVGTitleElement.xmlspace') |
| 7089 @DocsEditable | 7089 @DocsEditable() |
| 7090 void set xmlspace(String value) native "SVGTitleElement_xmlspace_Setter"; | 7090 void set xmlspace(String value) native "SVGTitleElement_xmlspace_Setter"; |
| 7091 | 7091 |
| 7092 } | 7092 } |
| 7093 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7093 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7094 // for details. All rights reserved. Use of this source code is governed by a | 7094 // for details. All rights reserved. Use of this source code is governed by a |
| 7095 // BSD-style license that can be found in the LICENSE file. | 7095 // BSD-style license that can be found in the LICENSE file. |
| 7096 | 7096 |
| 7097 // WARNING: Do not edit - generated code. | 7097 // WARNING: Do not edit - generated code. |
| 7098 | 7098 |
| 7099 | 7099 |
| 7100 @DocsEditable | 7100 @DocsEditable() |
| 7101 @DomName('SVGTransform') | 7101 @DomName('SVGTransform') |
| 7102 @Unstable | 7102 @Unstable() |
| 7103 class Transform extends NativeFieldWrapperClass1 { | 7103 class Transform extends NativeFieldWrapperClass1 { |
| 7104 | 7104 |
| 7105 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') | 7105 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') |
| 7106 @DocsEditable | 7106 @DocsEditable() |
| 7107 static const int SVG_TRANSFORM_MATRIX = 1; | 7107 static const int SVG_TRANSFORM_MATRIX = 1; |
| 7108 | 7108 |
| 7109 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') | 7109 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') |
| 7110 @DocsEditable | 7110 @DocsEditable() |
| 7111 static const int SVG_TRANSFORM_ROTATE = 4; | 7111 static const int SVG_TRANSFORM_ROTATE = 4; |
| 7112 | 7112 |
| 7113 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') | 7113 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') |
| 7114 @DocsEditable | 7114 @DocsEditable() |
| 7115 static const int SVG_TRANSFORM_SCALE = 3; | 7115 static const int SVG_TRANSFORM_SCALE = 3; |
| 7116 | 7116 |
| 7117 @DomName('SVGTransform.SVG_TRANSFORM_SKEWX') | 7117 @DomName('SVGTransform.SVG_TRANSFORM_SKEWX') |
| 7118 @DocsEditable | 7118 @DocsEditable() |
| 7119 static const int SVG_TRANSFORM_SKEWX = 5; | 7119 static const int SVG_TRANSFORM_SKEWX = 5; |
| 7120 | 7120 |
| 7121 @DomName('SVGTransform.SVG_TRANSFORM_SKEWY') | 7121 @DomName('SVGTransform.SVG_TRANSFORM_SKEWY') |
| 7122 @DocsEditable | 7122 @DocsEditable() |
| 7123 static const int SVG_TRANSFORM_SKEWY = 6; | 7123 static const int SVG_TRANSFORM_SKEWY = 6; |
| 7124 | 7124 |
| 7125 @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE') | 7125 @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE') |
| 7126 @DocsEditable | 7126 @DocsEditable() |
| 7127 static const int SVG_TRANSFORM_TRANSLATE = 2; | 7127 static const int SVG_TRANSFORM_TRANSLATE = 2; |
| 7128 | 7128 |
| 7129 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') | 7129 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') |
| 7130 @DocsEditable | 7130 @DocsEditable() |
| 7131 static const int SVG_TRANSFORM_UNKNOWN = 0; | 7131 static const int SVG_TRANSFORM_UNKNOWN = 0; |
| 7132 | 7132 |
| 7133 @DomName('SVGTransform.angle') | 7133 @DomName('SVGTransform.angle') |
| 7134 @DocsEditable | 7134 @DocsEditable() |
| 7135 num get angle native "SVGTransform_angle_Getter"; | 7135 num get angle native "SVGTransform_angle_Getter"; |
| 7136 | 7136 |
| 7137 @DomName('SVGTransform.matrix') | 7137 @DomName('SVGTransform.matrix') |
| 7138 @DocsEditable | 7138 @DocsEditable() |
| 7139 Matrix get matrix native "SVGTransform_matrix_Getter"; | 7139 Matrix get matrix native "SVGTransform_matrix_Getter"; |
| 7140 | 7140 |
| 7141 @DomName('SVGTransform.type') | 7141 @DomName('SVGTransform.type') |
| 7142 @DocsEditable | 7142 @DocsEditable() |
| 7143 int get type native "SVGTransform_type_Getter"; | 7143 int get type native "SVGTransform_type_Getter"; |
| 7144 | 7144 |
| 7145 @DomName('SVGTransform.setMatrix') | 7145 @DomName('SVGTransform.setMatrix') |
| 7146 @DocsEditable | 7146 @DocsEditable() |
| 7147 void setMatrix(Matrix matrix) native "SVGTransform_setMatrix_Callback"; | 7147 void setMatrix(Matrix matrix) native "SVGTransform_setMatrix_Callback"; |
| 7148 | 7148 |
| 7149 @DomName('SVGTransform.setRotate') | 7149 @DomName('SVGTransform.setRotate') |
| 7150 @DocsEditable | 7150 @DocsEditable() |
| 7151 void setRotate(num angle, num cx, num cy) native "SVGTransform_setRotate_Callb
ack"; | 7151 void setRotate(num angle, num cx, num cy) native "SVGTransform_setRotate_Callb
ack"; |
| 7152 | 7152 |
| 7153 @DomName('SVGTransform.setScale') | 7153 @DomName('SVGTransform.setScale') |
| 7154 @DocsEditable | 7154 @DocsEditable() |
| 7155 void setScale(num sx, num sy) native "SVGTransform_setScale_Callback"; | 7155 void setScale(num sx, num sy) native "SVGTransform_setScale_Callback"; |
| 7156 | 7156 |
| 7157 @DomName('SVGTransform.setSkewX') | 7157 @DomName('SVGTransform.setSkewX') |
| 7158 @DocsEditable | 7158 @DocsEditable() |
| 7159 void setSkewX(num angle) native "SVGTransform_setSkewX_Callback"; | 7159 void setSkewX(num angle) native "SVGTransform_setSkewX_Callback"; |
| 7160 | 7160 |
| 7161 @DomName('SVGTransform.setSkewY') | 7161 @DomName('SVGTransform.setSkewY') |
| 7162 @DocsEditable | 7162 @DocsEditable() |
| 7163 void setSkewY(num angle) native "SVGTransform_setSkewY_Callback"; | 7163 void setSkewY(num angle) native "SVGTransform_setSkewY_Callback"; |
| 7164 | 7164 |
| 7165 @DomName('SVGTransform.setTranslate') | 7165 @DomName('SVGTransform.setTranslate') |
| 7166 @DocsEditable | 7166 @DocsEditable() |
| 7167 void setTranslate(num tx, num ty) native "SVGTransform_setTranslate_Callback"; | 7167 void setTranslate(num tx, num ty) native "SVGTransform_setTranslate_Callback"; |
| 7168 | 7168 |
| 7169 } | 7169 } |
| 7170 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7170 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7171 // for details. All rights reserved. Use of this source code is governed by a | 7171 // for details. All rights reserved. Use of this source code is governed by a |
| 7172 // BSD-style license that can be found in the LICENSE file. | 7172 // BSD-style license that can be found in the LICENSE file. |
| 7173 | 7173 |
| 7174 // WARNING: Do not edit - generated code. | 7174 // WARNING: Do not edit - generated code. |
| 7175 | 7175 |
| 7176 | 7176 |
| 7177 @DocsEditable | 7177 @DocsEditable() |
| 7178 @DomName('SVGTransformList') | 7178 @DomName('SVGTransformList') |
| 7179 @Unstable | 7179 @Unstable() |
| 7180 class TransformList extends NativeFieldWrapperClass1 with ListMixin<Transform>,
ImmutableListMixin<Transform> implements List<Transform> { | 7180 class TransformList extends NativeFieldWrapperClass1 with ListMixin<Transform>,
ImmutableListMixin<Transform> implements List<Transform> { |
| 7181 | 7181 |
| 7182 @DomName('SVGTransformList.numberOfItems') | 7182 @DomName('SVGTransformList.numberOfItems') |
| 7183 @DocsEditable | 7183 @DocsEditable() |
| 7184 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; | 7184 int get numberOfItems native "SVGTransformList_numberOfItems_Getter"; |
| 7185 | 7185 |
| 7186 Transform operator[](int index) { | 7186 Transform operator[](int index) { |
| 7187 if (index < 0 || index >= length) | 7187 if (index < 0 || index >= length) |
| 7188 throw new RangeError.range(index, 0, length); | 7188 throw new RangeError.range(index, 0, length); |
| 7189 return _nativeIndexedGetter(index); | 7189 return _nativeIndexedGetter(index); |
| 7190 } | 7190 } |
| 7191 Transform _nativeIndexedGetter(int index) native "SVGTransformList_item_Callba
ck"; | 7191 Transform _nativeIndexedGetter(int index) native "SVGTransformList_item_Callba
ck"; |
| 7192 | 7192 |
| 7193 void operator[]=(int index, Transform value) { | 7193 void operator[]=(int index, Transform value) { |
| (...skipping 30 matching lines...) Expand all Loading... |
| 7224 return this[0]; | 7224 return this[0]; |
| 7225 } | 7225 } |
| 7226 if (len == 0) throw new StateError("No elements"); | 7226 if (len == 0) throw new StateError("No elements"); |
| 7227 throw new StateError("More than one element"); | 7227 throw new StateError("More than one element"); |
| 7228 } | 7228 } |
| 7229 | 7229 |
| 7230 Transform elementAt(int index) => this[index]; | 7230 Transform elementAt(int index) => this[index]; |
| 7231 // -- end List<Transform> mixins. | 7231 // -- end List<Transform> mixins. |
| 7232 | 7232 |
| 7233 @DomName('SVGTransformList.appendItem') | 7233 @DomName('SVGTransformList.appendItem') |
| 7234 @DocsEditable | 7234 @DocsEditable() |
| 7235 Transform appendItem(Transform item) native "SVGTransformList_appendItem_Callb
ack"; | 7235 Transform appendItem(Transform item) native "SVGTransformList_appendItem_Callb
ack"; |
| 7236 | 7236 |
| 7237 @DomName('SVGTransformList.clear') | 7237 @DomName('SVGTransformList.clear') |
| 7238 @DocsEditable | 7238 @DocsEditable() |
| 7239 void clear() native "SVGTransformList_clear_Callback"; | 7239 void clear() native "SVGTransformList_clear_Callback"; |
| 7240 | 7240 |
| 7241 @DomName('SVGTransformList.consolidate') | 7241 @DomName('SVGTransformList.consolidate') |
| 7242 @DocsEditable | 7242 @DocsEditable() |
| 7243 Transform consolidate() native "SVGTransformList_consolidate_Callback"; | 7243 Transform consolidate() native "SVGTransformList_consolidate_Callback"; |
| 7244 | 7244 |
| 7245 @DomName('SVGTransformList.createSVGTransformFromMatrix') | 7245 @DomName('SVGTransformList.createSVGTransformFromMatrix') |
| 7246 @DocsEditable | 7246 @DocsEditable() |
| 7247 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGTransformList
_createSVGTransformFromMatrix_Callback"; | 7247 Transform createSvgTransformFromMatrix(Matrix matrix) native "SVGTransformList
_createSVGTransformFromMatrix_Callback"; |
| 7248 | 7248 |
| 7249 @DomName('SVGTransformList.getItem') | 7249 @DomName('SVGTransformList.getItem') |
| 7250 @DocsEditable | 7250 @DocsEditable() |
| 7251 Transform getItem(int index) native "SVGTransformList_getItem_Callback"; | 7251 Transform getItem(int index) native "SVGTransformList_getItem_Callback"; |
| 7252 | 7252 |
| 7253 @DomName('SVGTransformList.initialize') | 7253 @DomName('SVGTransformList.initialize') |
| 7254 @DocsEditable | 7254 @DocsEditable() |
| 7255 Transform initialize(Transform item) native "SVGTransformList_initialize_Callb
ack"; | 7255 Transform initialize(Transform item) native "SVGTransformList_initialize_Callb
ack"; |
| 7256 | 7256 |
| 7257 @DomName('SVGTransformList.insertItemBefore') | 7257 @DomName('SVGTransformList.insertItemBefore') |
| 7258 @DocsEditable | 7258 @DocsEditable() |
| 7259 Transform insertItemBefore(Transform item, int index) native "SVGTransformList
_insertItemBefore_Callback"; | 7259 Transform insertItemBefore(Transform item, int index) native "SVGTransformList
_insertItemBefore_Callback"; |
| 7260 | 7260 |
| 7261 @DomName('SVGTransformList.removeItem') | 7261 @DomName('SVGTransformList.removeItem') |
| 7262 @DocsEditable | 7262 @DocsEditable() |
| 7263 Transform removeItem(int index) native "SVGTransformList_removeItem_Callback"; | 7263 Transform removeItem(int index) native "SVGTransformList_removeItem_Callback"; |
| 7264 | 7264 |
| 7265 @DomName('SVGTransformList.replaceItem') | 7265 @DomName('SVGTransformList.replaceItem') |
| 7266 @DocsEditable | 7266 @DocsEditable() |
| 7267 Transform replaceItem(Transform item, int index) native "SVGTransformList_repl
aceItem_Callback"; | 7267 Transform replaceItem(Transform item, int index) native "SVGTransformList_repl
aceItem_Callback"; |
| 7268 | 7268 |
| 7269 } | 7269 } |
| 7270 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7270 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7271 // for details. All rights reserved. Use of this source code is governed by a | 7271 // for details. All rights reserved. Use of this source code is governed by a |
| 7272 // BSD-style license that can be found in the LICENSE file. | 7272 // BSD-style license that can be found in the LICENSE file. |
| 7273 | 7273 |
| 7274 // WARNING: Do not edit - generated code. | 7274 // WARNING: Do not edit - generated code. |
| 7275 | 7275 |
| 7276 | 7276 |
| 7277 @DocsEditable | 7277 @DocsEditable() |
| 7278 @DomName('SVGTransformable') | 7278 @DomName('SVGTransformable') |
| 7279 @Unstable | 7279 @Unstable() |
| 7280 abstract class Transformable extends NativeFieldWrapperClass1 implements Locatab
le { | 7280 abstract class Transformable extends NativeFieldWrapperClass1 implements Locatab
le { |
| 7281 | 7281 |
| 7282 @DomName('SVGTransformable.transform') | 7282 @DomName('SVGTransformable.transform') |
| 7283 @DocsEditable | 7283 @DocsEditable() |
| 7284 AnimatedTransformList get transform native "SVGTransformable_transform_Getter"
; | 7284 AnimatedTransformList get transform native "SVGTransformable_transform_Getter"
; |
| 7285 | 7285 |
| 7286 @DomName('SVGTransformable.farthestViewportElement') | 7286 @DomName('SVGTransformable.farthestViewportElement') |
| 7287 @DocsEditable | 7287 @DocsEditable() |
| 7288 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo
rtElement_Getter"; | 7288 SvgElement get farthestViewportElement native "SVGTransformable_farthestViewpo
rtElement_Getter"; |
| 7289 | 7289 |
| 7290 @DomName('SVGTransformable.nearestViewportElement') | 7290 @DomName('SVGTransformable.nearestViewportElement') |
| 7291 @DocsEditable | 7291 @DocsEditable() |
| 7292 SvgElement get nearestViewportElement native "SVGTransformable_nearestViewport
Element_Getter"; | 7292 SvgElement get nearestViewportElement native "SVGTransformable_nearestViewport
Element_Getter"; |
| 7293 | 7293 |
| 7294 @DomName('SVGTransformable.getBBox') | 7294 @DomName('SVGTransformable.getBBox') |
| 7295 @DocsEditable | 7295 @DocsEditable() |
| 7296 Rect getBBox() native "SVGTransformable_getBBox_Callback"; | 7296 Rect getBBox() native "SVGTransformable_getBBox_Callback"; |
| 7297 | 7297 |
| 7298 @DomName('SVGTransformable.getCTM') | 7298 @DomName('SVGTransformable.getCTM') |
| 7299 @DocsEditable | 7299 @DocsEditable() |
| 7300 Matrix getCtm() native "SVGTransformable_getCTM_Callback"; | 7300 Matrix getCtm() native "SVGTransformable_getCTM_Callback"; |
| 7301 | 7301 |
| 7302 @DomName('SVGTransformable.getScreenCTM') | 7302 @DomName('SVGTransformable.getScreenCTM') |
| 7303 @DocsEditable | 7303 @DocsEditable() |
| 7304 Matrix getScreenCtm() native "SVGTransformable_getScreenCTM_Callback"; | 7304 Matrix getScreenCtm() native "SVGTransformable_getScreenCTM_Callback"; |
| 7305 | 7305 |
| 7306 @DomName('SVGTransformable.getTransformToElement') | 7306 @DomName('SVGTransformable.getTransformToElement') |
| 7307 @DocsEditable | 7307 @DocsEditable() |
| 7308 Matrix getTransformToElement(SvgElement element) native "SVGTransformable_getT
ransformToElement_Callback"; | 7308 Matrix getTransformToElement(SvgElement element) native "SVGTransformable_getT
ransformToElement_Callback"; |
| 7309 | 7309 |
| 7310 } | 7310 } |
| 7311 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7311 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7312 // for details. All rights reserved. Use of this source code is governed by a | 7312 // for details. All rights reserved. Use of this source code is governed by a |
| 7313 // BSD-style license that can be found in the LICENSE file. | 7313 // BSD-style license that can be found in the LICENSE file. |
| 7314 | 7314 |
| 7315 // WARNING: Do not edit - generated code. | 7315 // WARNING: Do not edit - generated code. |
| 7316 | 7316 |
| 7317 | 7317 |
| 7318 @DocsEditable | 7318 @DocsEditable() |
| 7319 @DomName('SVGUnitTypes') | 7319 @DomName('SVGUnitTypes') |
| 7320 @Unstable | 7320 @Unstable() |
| 7321 class UnitTypes extends NativeFieldWrapperClass1 { | 7321 class UnitTypes extends NativeFieldWrapperClass1 { |
| 7322 | 7322 |
| 7323 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') | 7323 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') |
| 7324 @DocsEditable | 7324 @DocsEditable() |
| 7325 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; | 7325 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; |
| 7326 | 7326 |
| 7327 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') | 7327 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') |
| 7328 @DocsEditable | 7328 @DocsEditable() |
| 7329 static const int SVG_UNIT_TYPE_UNKNOWN = 0; | 7329 static const int SVG_UNIT_TYPE_UNKNOWN = 0; |
| 7330 | 7330 |
| 7331 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') | 7331 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') |
| 7332 @DocsEditable | 7332 @DocsEditable() |
| 7333 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; | 7333 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
| 7334 | 7334 |
| 7335 } | 7335 } |
| 7336 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7336 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7337 // for details. All rights reserved. Use of this source code is governed by a | 7337 // for details. All rights reserved. Use of this source code is governed by a |
| 7338 // BSD-style license that can be found in the LICENSE file. | 7338 // BSD-style license that can be found in the LICENSE file. |
| 7339 | 7339 |
| 7340 // WARNING: Do not edit - generated code. | 7340 // WARNING: Do not edit - generated code. |
| 7341 | 7341 |
| 7342 | 7342 |
| 7343 @DocsEditable | 7343 @DocsEditable() |
| 7344 @DomName('SVGURIReference') | 7344 @DomName('SVGURIReference') |
| 7345 @Unstable | 7345 @Unstable() |
| 7346 abstract class UriReference extends NativeFieldWrapperClass1 { | 7346 abstract class UriReference extends NativeFieldWrapperClass1 { |
| 7347 | 7347 |
| 7348 @DomName('SVGURIReference.href') | 7348 @DomName('SVGURIReference.href') |
| 7349 @DocsEditable | 7349 @DocsEditable() |
| 7350 AnimatedString get href native "SVGURIReference_href_Getter"; | 7350 AnimatedString get href native "SVGURIReference_href_Getter"; |
| 7351 | 7351 |
| 7352 } | 7352 } |
| 7353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7354 // for details. All rights reserved. Use of this source code is governed by a | 7354 // for details. All rights reserved. Use of this source code is governed by a |
| 7355 // BSD-style license that can be found in the LICENSE file. | 7355 // BSD-style license that can be found in the LICENSE file. |
| 7356 | 7356 |
| 7357 // WARNING: Do not edit - generated code. | 7357 // WARNING: Do not edit - generated code. |
| 7358 | 7358 |
| 7359 | 7359 |
| 7360 @DocsEditable | 7360 @DocsEditable() |
| 7361 @DomName('SVGUseElement') | 7361 @DomName('SVGUseElement') |
| 7362 @Unstable | 7362 @Unstable() |
| 7363 class UseElement extends StyledElement implements UriReference, Tests, Transform
able, ExternalResourcesRequired, LangSpace { | 7363 class UseElement extends StyledElement implements UriReference, Tests, Transform
able, ExternalResourcesRequired, LangSpace { |
| 7364 // To suppress missing implicit constructor warnings. | 7364 // To suppress missing implicit constructor warnings. |
| 7365 factory UseElement._() { throw new UnsupportedError("Not supported"); } | 7365 factory UseElement._() { throw new UnsupportedError("Not supported"); } |
| 7366 | 7366 |
| 7367 @DomName('SVGUseElement.SVGUseElement') | 7367 @DomName('SVGUseElement.SVGUseElement') |
| 7368 @DocsEditable | 7368 @DocsEditable() |
| 7369 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 7369 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; |
| 7370 | 7370 |
| 7371 @DomName('SVGUseElement.animatedInstanceRoot') | 7371 @DomName('SVGUseElement.animatedInstanceRoot') |
| 7372 @DocsEditable | 7372 @DocsEditable() |
| 7373 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc
eRoot_Getter"; | 7373 ElementInstance get animatedInstanceRoot native "SVGUseElement_animatedInstanc
eRoot_Getter"; |
| 7374 | 7374 |
| 7375 @DomName('SVGUseElement.height') | 7375 @DomName('SVGUseElement.height') |
| 7376 @DocsEditable | 7376 @DocsEditable() |
| 7377 AnimatedLength get height native "SVGUseElement_height_Getter"; | 7377 AnimatedLength get height native "SVGUseElement_height_Getter"; |
| 7378 | 7378 |
| 7379 @DomName('SVGUseElement.instanceRoot') | 7379 @DomName('SVGUseElement.instanceRoot') |
| 7380 @DocsEditable | 7380 @DocsEditable() |
| 7381 ElementInstance get instanceRoot native "SVGUseElement_instanceRoot_Getter"; | 7381 ElementInstance get instanceRoot native "SVGUseElement_instanceRoot_Getter"; |
| 7382 | 7382 |
| 7383 @DomName('SVGUseElement.width') | 7383 @DomName('SVGUseElement.width') |
| 7384 @DocsEditable | 7384 @DocsEditable() |
| 7385 AnimatedLength get width native "SVGUseElement_width_Getter"; | 7385 AnimatedLength get width native "SVGUseElement_width_Getter"; |
| 7386 | 7386 |
| 7387 @DomName('SVGUseElement.x') | 7387 @DomName('SVGUseElement.x') |
| 7388 @DocsEditable | 7388 @DocsEditable() |
| 7389 AnimatedLength get x native "SVGUseElement_x_Getter"; | 7389 AnimatedLength get x native "SVGUseElement_x_Getter"; |
| 7390 | 7390 |
| 7391 @DomName('SVGUseElement.y') | 7391 @DomName('SVGUseElement.y') |
| 7392 @DocsEditable | 7392 @DocsEditable() |
| 7393 AnimatedLength get y native "SVGUseElement_y_Getter"; | 7393 AnimatedLength get y native "SVGUseElement_y_Getter"; |
| 7394 | 7394 |
| 7395 @DomName('SVGUseElement.externalResourcesRequired') | 7395 @DomName('SVGUseElement.externalResourcesRequired') |
| 7396 @DocsEditable | 7396 @DocsEditable() |
| 7397 AnimatedBoolean get externalResourcesRequired native "SVGUseElement_externalRe
sourcesRequired_Getter"; | 7397 AnimatedBoolean get externalResourcesRequired native "SVGUseElement_externalRe
sourcesRequired_Getter"; |
| 7398 | 7398 |
| 7399 @DomName('SVGUseElement.xmllang') | 7399 @DomName('SVGUseElement.xmllang') |
| 7400 @DocsEditable | 7400 @DocsEditable() |
| 7401 String get xmllang native "SVGUseElement_xmllang_Getter"; | 7401 String get xmllang native "SVGUseElement_xmllang_Getter"; |
| 7402 | 7402 |
| 7403 @DomName('SVGUseElement.xmllang') | 7403 @DomName('SVGUseElement.xmllang') |
| 7404 @DocsEditable | 7404 @DocsEditable() |
| 7405 void set xmllang(String value) native "SVGUseElement_xmllang_Setter"; | 7405 void set xmllang(String value) native "SVGUseElement_xmllang_Setter"; |
| 7406 | 7406 |
| 7407 @DomName('SVGUseElement.xmlspace') | 7407 @DomName('SVGUseElement.xmlspace') |
| 7408 @DocsEditable | 7408 @DocsEditable() |
| 7409 String get xmlspace native "SVGUseElement_xmlspace_Getter"; | 7409 String get xmlspace native "SVGUseElement_xmlspace_Getter"; |
| 7410 | 7410 |
| 7411 @DomName('SVGUseElement.xmlspace') | 7411 @DomName('SVGUseElement.xmlspace') |
| 7412 @DocsEditable | 7412 @DocsEditable() |
| 7413 void set xmlspace(String value) native "SVGUseElement_xmlspace_Setter"; | 7413 void set xmlspace(String value) native "SVGUseElement_xmlspace_Setter"; |
| 7414 | 7414 |
| 7415 @DomName('SVGUseElement.farthestViewportElement') | 7415 @DomName('SVGUseElement.farthestViewportElement') |
| 7416 @DocsEditable | 7416 @DocsEditable() |
| 7417 SvgElement get farthestViewportElement native "SVGUseElement_farthestViewportE
lement_Getter"; | 7417 SvgElement get farthestViewportElement native "SVGUseElement_farthestViewportE
lement_Getter"; |
| 7418 | 7418 |
| 7419 @DomName('SVGUseElement.nearestViewportElement') | 7419 @DomName('SVGUseElement.nearestViewportElement') |
| 7420 @DocsEditable | 7420 @DocsEditable() |
| 7421 SvgElement get nearestViewportElement native "SVGUseElement_nearestViewportEle
ment_Getter"; | 7421 SvgElement get nearestViewportElement native "SVGUseElement_nearestViewportEle
ment_Getter"; |
| 7422 | 7422 |
| 7423 @DomName('SVGUseElement.getBBox') | 7423 @DomName('SVGUseElement.getBBox') |
| 7424 @DocsEditable | 7424 @DocsEditable() |
| 7425 Rect getBBox() native "SVGUseElement_getBBox_Callback"; | 7425 Rect getBBox() native "SVGUseElement_getBBox_Callback"; |
| 7426 | 7426 |
| 7427 @DomName('SVGUseElement.getCTM') | 7427 @DomName('SVGUseElement.getCTM') |
| 7428 @DocsEditable | 7428 @DocsEditable() |
| 7429 Matrix getCtm() native "SVGUseElement_getCTM_Callback"; | 7429 Matrix getCtm() native "SVGUseElement_getCTM_Callback"; |
| 7430 | 7430 |
| 7431 @DomName('SVGUseElement.getScreenCTM') | 7431 @DomName('SVGUseElement.getScreenCTM') |
| 7432 @DocsEditable | 7432 @DocsEditable() |
| 7433 Matrix getScreenCtm() native "SVGUseElement_getScreenCTM_Callback"; | 7433 Matrix getScreenCtm() native "SVGUseElement_getScreenCTM_Callback"; |
| 7434 | 7434 |
| 7435 @DomName('SVGUseElement.getTransformToElement') | 7435 @DomName('SVGUseElement.getTransformToElement') |
| 7436 @DocsEditable | 7436 @DocsEditable() |
| 7437 Matrix getTransformToElement(SvgElement element) native "SVGUseElement_getTran
sformToElement_Callback"; | 7437 Matrix getTransformToElement(SvgElement element) native "SVGUseElement_getTran
sformToElement_Callback"; |
| 7438 | 7438 |
| 7439 @DomName('SVGUseElement.requiredExtensions') | 7439 @DomName('SVGUseElement.requiredExtensions') |
| 7440 @DocsEditable | 7440 @DocsEditable() |
| 7441 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get
ter"; | 7441 StringList get requiredExtensions native "SVGUseElement_requiredExtensions_Get
ter"; |
| 7442 | 7442 |
| 7443 @DomName('SVGUseElement.requiredFeatures') | 7443 @DomName('SVGUseElement.requiredFeatures') |
| 7444 @DocsEditable | 7444 @DocsEditable() |
| 7445 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter"
; | 7445 StringList get requiredFeatures native "SVGUseElement_requiredFeatures_Getter"
; |
| 7446 | 7446 |
| 7447 @DomName('SVGUseElement.systemLanguage') | 7447 @DomName('SVGUseElement.systemLanguage') |
| 7448 @DocsEditable | 7448 @DocsEditable() |
| 7449 StringList get systemLanguage native "SVGUseElement_systemLanguage_Getter"; | 7449 StringList get systemLanguage native "SVGUseElement_systemLanguage_Getter"; |
| 7450 | 7450 |
| 7451 @DomName('SVGUseElement.hasExtension') | 7451 @DomName('SVGUseElement.hasExtension') |
| 7452 @DocsEditable | 7452 @DocsEditable() |
| 7453 bool hasExtension(String extension) native "SVGUseElement_hasExtension_Callbac
k"; | 7453 bool hasExtension(String extension) native "SVGUseElement_hasExtension_Callbac
k"; |
| 7454 | 7454 |
| 7455 @DomName('SVGUseElement.transform') | 7455 @DomName('SVGUseElement.transform') |
| 7456 @DocsEditable | 7456 @DocsEditable() |
| 7457 AnimatedTransformList get transform native "SVGUseElement_transform_Getter"; | 7457 AnimatedTransformList get transform native "SVGUseElement_transform_Getter"; |
| 7458 | 7458 |
| 7459 @DomName('SVGUseElement.href') | 7459 @DomName('SVGUseElement.href') |
| 7460 @DocsEditable | 7460 @DocsEditable() |
| 7461 AnimatedString get href native "SVGUseElement_href_Getter"; | 7461 AnimatedString get href native "SVGUseElement_href_Getter"; |
| 7462 | 7462 |
| 7463 } | 7463 } |
| 7464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7464 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7465 // for details. All rights reserved. Use of this source code is governed by a | 7465 // for details. All rights reserved. Use of this source code is governed by a |
| 7466 // BSD-style license that can be found in the LICENSE file. | 7466 // BSD-style license that can be found in the LICENSE file. |
| 7467 | 7467 |
| 7468 // WARNING: Do not edit - generated code. | 7468 // WARNING: Do not edit - generated code. |
| 7469 | 7469 |
| 7470 | 7470 |
| 7471 @DocsEditable | 7471 @DocsEditable() |
| 7472 @DomName('SVGViewElement') | 7472 @DomName('SVGViewElement') |
| 7473 @Unstable | 7473 @Unstable() |
| 7474 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan { | 7474 class ViewElement extends SvgElement implements FitToViewBox, ExternalResourcesR
equired, ZoomAndPan { |
| 7475 // To suppress missing implicit constructor warnings. | 7475 // To suppress missing implicit constructor warnings. |
| 7476 factory ViewElement._() { throw new UnsupportedError("Not supported"); } | 7476 factory ViewElement._() { throw new UnsupportedError("Not supported"); } |
| 7477 | 7477 |
| 7478 @DomName('SVGViewElement.SVGViewElement') | 7478 @DomName('SVGViewElement.SVGViewElement') |
| 7479 @DocsEditable | 7479 @DocsEditable() |
| 7480 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); | 7480 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); |
| 7481 | 7481 |
| 7482 @DomName('SVGViewElement.viewTarget') | 7482 @DomName('SVGViewElement.viewTarget') |
| 7483 @DocsEditable | 7483 @DocsEditable() |
| 7484 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; | 7484 StringList get viewTarget native "SVGViewElement_viewTarget_Getter"; |
| 7485 | 7485 |
| 7486 @DomName('SVGViewElement.externalResourcesRequired') | 7486 @DomName('SVGViewElement.externalResourcesRequired') |
| 7487 @DocsEditable | 7487 @DocsEditable() |
| 7488 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR
esourcesRequired_Getter"; | 7488 AnimatedBoolean get externalResourcesRequired native "SVGViewElement_externalR
esourcesRequired_Getter"; |
| 7489 | 7489 |
| 7490 @DomName('SVGViewElement.preserveAspectRatio') | 7490 @DomName('SVGViewElement.preserveAspectRatio') |
| 7491 @DocsEditable | 7491 @DocsEditable() |
| 7492 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewElement_pre
serveAspectRatio_Getter"; | 7492 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewElement_pre
serveAspectRatio_Getter"; |
| 7493 | 7493 |
| 7494 @DomName('SVGViewElement.viewBox') | 7494 @DomName('SVGViewElement.viewBox') |
| 7495 @DocsEditable | 7495 @DocsEditable() |
| 7496 AnimatedRect get viewBox native "SVGViewElement_viewBox_Getter"; | 7496 AnimatedRect get viewBox native "SVGViewElement_viewBox_Getter"; |
| 7497 | 7497 |
| 7498 @DomName('SVGViewElement.zoomAndPan') | 7498 @DomName('SVGViewElement.zoomAndPan') |
| 7499 @DocsEditable | 7499 @DocsEditable() |
| 7500 int get zoomAndPan native "SVGViewElement_zoomAndPan_Getter"; | 7500 int get zoomAndPan native "SVGViewElement_zoomAndPan_Getter"; |
| 7501 | 7501 |
| 7502 @DomName('SVGViewElement.zoomAndPan') | 7502 @DomName('SVGViewElement.zoomAndPan') |
| 7503 @DocsEditable | 7503 @DocsEditable() |
| 7504 void set zoomAndPan(int value) native "SVGViewElement_zoomAndPan_Setter"; | 7504 void set zoomAndPan(int value) native "SVGViewElement_zoomAndPan_Setter"; |
| 7505 | 7505 |
| 7506 } | 7506 } |
| 7507 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7507 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7508 // for details. All rights reserved. Use of this source code is governed by a | 7508 // for details. All rights reserved. Use of this source code is governed by a |
| 7509 // BSD-style license that can be found in the LICENSE file. | 7509 // BSD-style license that can be found in the LICENSE file. |
| 7510 | 7510 |
| 7511 // WARNING: Do not edit - generated code. | 7511 // WARNING: Do not edit - generated code. |
| 7512 | 7512 |
| 7513 | 7513 |
| 7514 @DocsEditable | 7514 @DocsEditable() |
| 7515 @DomName('SVGViewSpec') | 7515 @DomName('SVGViewSpec') |
| 7516 @Unstable | 7516 @Unstable() |
| 7517 class ViewSpec extends NativeFieldWrapperClass1 { | 7517 class ViewSpec extends NativeFieldWrapperClass1 { |
| 7518 | 7518 |
| 7519 @DomName('SVGViewSpec.preserveAspectRatio') | 7519 @DomName('SVGViewSpec.preserveAspectRatio') |
| 7520 @DocsEditable | 7520 @DocsEditable() |
| 7521 @Experimental // nonstandard | 7521 @Experimental() // nonstandard |
| 7522 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser
veAspectRatio_Getter"; | 7522 AnimatedPreserveAspectRatio get preserveAspectRatio native "SVGViewSpec_preser
veAspectRatio_Getter"; |
| 7523 | 7523 |
| 7524 @DomName('SVGViewSpec.preserveAspectRatioString') | 7524 @DomName('SVGViewSpec.preserveAspectRatioString') |
| 7525 @DocsEditable | 7525 @DocsEditable() |
| 7526 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; | 7526 String get preserveAspectRatioString native "SVGViewSpec_preserveAspectRatioSt
ring_Getter"; |
| 7527 | 7527 |
| 7528 @DomName('SVGViewSpec.transform') | 7528 @DomName('SVGViewSpec.transform') |
| 7529 @DocsEditable | 7529 @DocsEditable() |
| 7530 TransformList get transform native "SVGViewSpec_transform_Getter"; | 7530 TransformList get transform native "SVGViewSpec_transform_Getter"; |
| 7531 | 7531 |
| 7532 @DomName('SVGViewSpec.transformString') | 7532 @DomName('SVGViewSpec.transformString') |
| 7533 @DocsEditable | 7533 @DocsEditable() |
| 7534 String get transformString native "SVGViewSpec_transformString_Getter"; | 7534 String get transformString native "SVGViewSpec_transformString_Getter"; |
| 7535 | 7535 |
| 7536 @DomName('SVGViewSpec.viewBox') | 7536 @DomName('SVGViewSpec.viewBox') |
| 7537 @DocsEditable | 7537 @DocsEditable() |
| 7538 @Experimental // nonstandard | 7538 @Experimental() // nonstandard |
| 7539 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter"; | 7539 AnimatedRect get viewBox native "SVGViewSpec_viewBox_Getter"; |
| 7540 | 7540 |
| 7541 @DomName('SVGViewSpec.viewBoxString') | 7541 @DomName('SVGViewSpec.viewBoxString') |
| 7542 @DocsEditable | 7542 @DocsEditable() |
| 7543 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; | 7543 String get viewBoxString native "SVGViewSpec_viewBoxString_Getter"; |
| 7544 | 7544 |
| 7545 @DomName('SVGViewSpec.viewTarget') | 7545 @DomName('SVGViewSpec.viewTarget') |
| 7546 @DocsEditable | 7546 @DocsEditable() |
| 7547 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; | 7547 SvgElement get viewTarget native "SVGViewSpec_viewTarget_Getter"; |
| 7548 | 7548 |
| 7549 @DomName('SVGViewSpec.viewTargetString') | 7549 @DomName('SVGViewSpec.viewTargetString') |
| 7550 @DocsEditable | 7550 @DocsEditable() |
| 7551 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; | 7551 String get viewTargetString native "SVGViewSpec_viewTargetString_Getter"; |
| 7552 | 7552 |
| 7553 @DomName('SVGViewSpec.zoomAndPan') | 7553 @DomName('SVGViewSpec.zoomAndPan') |
| 7554 @DocsEditable | 7554 @DocsEditable() |
| 7555 @Experimental // nonstandard | 7555 @Experimental() // nonstandard |
| 7556 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; | 7556 int get zoomAndPan native "SVGViewSpec_zoomAndPan_Getter"; |
| 7557 | 7557 |
| 7558 @DomName('SVGViewSpec.zoomAndPan') | 7558 @DomName('SVGViewSpec.zoomAndPan') |
| 7559 @DocsEditable | 7559 @DocsEditable() |
| 7560 @Experimental // nonstandard | 7560 @Experimental() // nonstandard |
| 7561 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; | 7561 void set zoomAndPan(int value) native "SVGViewSpec_zoomAndPan_Setter"; |
| 7562 | 7562 |
| 7563 } | 7563 } |
| 7564 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7564 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7565 // for details. All rights reserved. Use of this source code is governed by a | 7565 // for details. All rights reserved. Use of this source code is governed by a |
| 7566 // BSD-style license that can be found in the LICENSE file. | 7566 // BSD-style license that can be found in the LICENSE file. |
| 7567 | 7567 |
| 7568 // WARNING: Do not edit - generated code. | 7568 // WARNING: Do not edit - generated code. |
| 7569 | 7569 |
| 7570 | 7570 |
| 7571 @DocsEditable | 7571 @DocsEditable() |
| 7572 @DomName('SVGZoomAndPan') | 7572 @DomName('SVGZoomAndPan') |
| 7573 @Unstable | 7573 @Unstable() |
| 7574 abstract class ZoomAndPan extends NativeFieldWrapperClass1 { | 7574 abstract class ZoomAndPan extends NativeFieldWrapperClass1 { |
| 7575 | 7575 |
| 7576 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') | 7576 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') |
| 7577 @DocsEditable | 7577 @DocsEditable() |
| 7578 static const int SVG_ZOOMANDPAN_DISABLE = 1; | 7578 static const int SVG_ZOOMANDPAN_DISABLE = 1; |
| 7579 | 7579 |
| 7580 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') | 7580 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') |
| 7581 @DocsEditable | 7581 @DocsEditable() |
| 7582 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; | 7582 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; |
| 7583 | 7583 |
| 7584 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') | 7584 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') |
| 7585 @DocsEditable | 7585 @DocsEditable() |
| 7586 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; | 7586 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; |
| 7587 | 7587 |
| 7588 @DomName('SVGZoomAndPan.zoomAndPan') | 7588 @DomName('SVGZoomAndPan.zoomAndPan') |
| 7589 @DocsEditable | 7589 @DocsEditable() |
| 7590 int get zoomAndPan native "SVGZoomAndPan_zoomAndPan_Getter"; | 7590 int get zoomAndPan native "SVGZoomAndPan_zoomAndPan_Getter"; |
| 7591 | 7591 |
| 7592 @DomName('SVGZoomAndPan.zoomAndPan') | 7592 @DomName('SVGZoomAndPan.zoomAndPan') |
| 7593 @DocsEditable | 7593 @DocsEditable() |
| 7594 void set zoomAndPan(int value) native "SVGZoomAndPan_zoomAndPan_Setter"; | 7594 void set zoomAndPan(int value) native "SVGZoomAndPan_zoomAndPan_Setter"; |
| 7595 | 7595 |
| 7596 } | 7596 } |
| 7597 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7597 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7598 // for details. All rights reserved. Use of this source code is governed by a | 7598 // for details. All rights reserved. Use of this source code is governed by a |
| 7599 // BSD-style license that can be found in the LICENSE file. | 7599 // BSD-style license that can be found in the LICENSE file. |
| 7600 | 7600 |
| 7601 // WARNING: Do not edit - generated code. | 7601 // WARNING: Do not edit - generated code. |
| 7602 | 7602 |
| 7603 | 7603 |
| 7604 @DocsEditable | 7604 @DocsEditable() |
| 7605 @DomName('SVGZoomEvent') | 7605 @DomName('SVGZoomEvent') |
| 7606 @Unstable | 7606 @Unstable() |
| 7607 class ZoomEvent extends UIEvent { | 7607 class ZoomEvent extends UIEvent { |
| 7608 // To suppress missing implicit constructor warnings. | 7608 // To suppress missing implicit constructor warnings. |
| 7609 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } | 7609 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } |
| 7610 | 7610 |
| 7611 @DomName('SVGZoomEvent.newScale') | 7611 @DomName('SVGZoomEvent.newScale') |
| 7612 @DocsEditable | 7612 @DocsEditable() |
| 7613 num get newScale native "SVGZoomEvent_newScale_Getter"; | 7613 num get newScale native "SVGZoomEvent_newScale_Getter"; |
| 7614 | 7614 |
| 7615 @DomName('SVGZoomEvent.newTranslate') | 7615 @DomName('SVGZoomEvent.newTranslate') |
| 7616 @DocsEditable | 7616 @DocsEditable() |
| 7617 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; | 7617 Point get newTranslate native "SVGZoomEvent_newTranslate_Getter"; |
| 7618 | 7618 |
| 7619 @DomName('SVGZoomEvent.previousScale') | 7619 @DomName('SVGZoomEvent.previousScale') |
| 7620 @DocsEditable | 7620 @DocsEditable() |
| 7621 num get previousScale native "SVGZoomEvent_previousScale_Getter"; | 7621 num get previousScale native "SVGZoomEvent_previousScale_Getter"; |
| 7622 | 7622 |
| 7623 @DomName('SVGZoomEvent.previousTranslate') | 7623 @DomName('SVGZoomEvent.previousTranslate') |
| 7624 @DocsEditable | 7624 @DocsEditable() |
| 7625 Point get previousTranslate native "SVGZoomEvent_previousTranslate_Getter"; | 7625 Point get previousTranslate native "SVGZoomEvent_previousTranslate_Getter"; |
| 7626 | 7626 |
| 7627 @DomName('SVGZoomEvent.zoomRectScreen') | 7627 @DomName('SVGZoomEvent.zoomRectScreen') |
| 7628 @DocsEditable | 7628 @DocsEditable() |
| 7629 Rect get zoomRectScreen native "SVGZoomEvent_zoomRectScreen_Getter"; | 7629 Rect get zoomRectScreen native "SVGZoomEvent_zoomRectScreen_Getter"; |
| 7630 | 7630 |
| 7631 } | 7631 } |
| 7632 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7632 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7633 // for details. All rights reserved. Use of this source code is governed by a | 7633 // for details. All rights reserved. Use of this source code is governed by a |
| 7634 // BSD-style license that can be found in the LICENSE file. | 7634 // BSD-style license that can be found in the LICENSE file. |
| 7635 | 7635 |
| 7636 // WARNING: Do not edit - generated code. | 7636 // WARNING: Do not edit - generated code. |
| 7637 | 7637 |
| 7638 | 7638 |
| 7639 @DocsEditable | 7639 @DocsEditable() |
| 7640 @DomName('SVGElementInstanceList') | 7640 @DomName('SVGElementInstanceList') |
| 7641 @Unstable | 7641 @Unstable() |
| 7642 class _ElementInstanceList extends NativeFieldWrapperClass1 with ListMixin<Eleme
ntInstance>, ImmutableListMixin<ElementInstance> implements List<ElementInstance
> { | 7642 class _ElementInstanceList extends NativeFieldWrapperClass1 with ListMixin<Eleme
ntInstance>, ImmutableListMixin<ElementInstance> implements List<ElementInstance
> { |
| 7643 | 7643 |
| 7644 @DomName('SVGElementInstanceList.length') | 7644 @DomName('SVGElementInstanceList.length') |
| 7645 @DocsEditable | 7645 @DocsEditable() |
| 7646 int get length native "SVGElementInstanceList_length_Getter"; | 7646 int get length native "SVGElementInstanceList_length_Getter"; |
| 7647 | 7647 |
| 7648 ElementInstance operator[](int index) { | 7648 ElementInstance operator[](int index) { |
| 7649 if (index < 0 || index >= length) | 7649 if (index < 0 || index >= length) |
| 7650 throw new RangeError.range(index, 0, length); | 7650 throw new RangeError.range(index, 0, length); |
| 7651 return _nativeIndexedGetter(index); | 7651 return _nativeIndexedGetter(index); |
| 7652 } | 7652 } |
| 7653 ElementInstance _nativeIndexedGetter(int index) native "SVGElementInstanceList
_item_Callback"; | 7653 ElementInstance _nativeIndexedGetter(int index) native "SVGElementInstanceList
_item_Callback"; |
| 7654 | 7654 |
| 7655 void operator[]=(int index, ElementInstance value) { | 7655 void operator[]=(int index, ElementInstance value) { |
| (...skipping 28 matching lines...) Expand all Loading... |
| 7684 return this[0]; | 7684 return this[0]; |
| 7685 } | 7685 } |
| 7686 if (len == 0) throw new StateError("No elements"); | 7686 if (len == 0) throw new StateError("No elements"); |
| 7687 throw new StateError("More than one element"); | 7687 throw new StateError("More than one element"); |
| 7688 } | 7688 } |
| 7689 | 7689 |
| 7690 ElementInstance elementAt(int index) => this[index]; | 7690 ElementInstance elementAt(int index) => this[index]; |
| 7691 // -- end List<ElementInstance> mixins. | 7691 // -- end List<ElementInstance> mixins. |
| 7692 | 7692 |
| 7693 @DomName('SVGElementInstanceList.item') | 7693 @DomName('SVGElementInstanceList.item') |
| 7694 @DocsEditable | 7694 @DocsEditable() |
| 7695 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; | 7695 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; |
| 7696 | 7696 |
| 7697 } | 7697 } |
| 7698 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7698 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7699 // for details. All rights reserved. Use of this source code is governed by a | 7699 // for details. All rights reserved. Use of this source code is governed by a |
| 7700 // BSD-style license that can be found in the LICENSE file. | 7700 // BSD-style license that can be found in the LICENSE file. |
| 7701 | 7701 |
| 7702 // WARNING: Do not edit - generated code. | 7702 // WARNING: Do not edit - generated code. |
| 7703 | 7703 |
| 7704 | 7704 |
| 7705 @DocsEditable | 7705 @DocsEditable() |
| 7706 @DomName('SVGGradientElement') | 7706 @DomName('SVGGradientElement') |
| 7707 @Unstable | 7707 @Unstable() |
| 7708 class _GradientElement extends StyledElement implements UriReference, ExternalRe
sourcesRequired { | 7708 class _GradientElement extends StyledElement implements UriReference, ExternalRe
sourcesRequired { |
| 7709 // To suppress missing implicit constructor warnings. | 7709 // To suppress missing implicit constructor warnings. |
| 7710 factory _GradientElement._() { throw new UnsupportedError("Not supported"); } | 7710 factory _GradientElement._() { throw new UnsupportedError("Not supported"); } |
| 7711 | 7711 |
| 7712 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') | 7712 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') |
| 7713 @DocsEditable | 7713 @DocsEditable() |
| 7714 static const int SVG_SPREADMETHOD_PAD = 1; | 7714 static const int SVG_SPREADMETHOD_PAD = 1; |
| 7715 | 7715 |
| 7716 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REFLECT') | 7716 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REFLECT') |
| 7717 @DocsEditable | 7717 @DocsEditable() |
| 7718 static const int SVG_SPREADMETHOD_REFLECT = 2; | 7718 static const int SVG_SPREADMETHOD_REFLECT = 2; |
| 7719 | 7719 |
| 7720 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT') | 7720 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT') |
| 7721 @DocsEditable | 7721 @DocsEditable() |
| 7722 static const int SVG_SPREADMETHOD_REPEAT = 3; | 7722 static const int SVG_SPREADMETHOD_REPEAT = 3; |
| 7723 | 7723 |
| 7724 @DomName('SVGGradientElement.SVG_SPREADMETHOD_UNKNOWN') | 7724 @DomName('SVGGradientElement.SVG_SPREADMETHOD_UNKNOWN') |
| 7725 @DocsEditable | 7725 @DocsEditable() |
| 7726 static const int SVG_SPREADMETHOD_UNKNOWN = 0; | 7726 static const int SVG_SPREADMETHOD_UNKNOWN = 0; |
| 7727 | 7727 |
| 7728 @DomName('SVGGradientElement.gradientTransform') | 7728 @DomName('SVGGradientElement.gradientTransform') |
| 7729 @DocsEditable | 7729 @DocsEditable() |
| 7730 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien
tTransform_Getter"; | 7730 AnimatedTransformList get gradientTransform native "SVGGradientElement_gradien
tTransform_Getter"; |
| 7731 | 7731 |
| 7732 @DomName('SVGGradientElement.gradientUnits') | 7732 @DomName('SVGGradientElement.gradientUnits') |
| 7733 @DocsEditable | 7733 @DocsEditable() |
| 7734 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits
_Getter"; | 7734 AnimatedEnumeration get gradientUnits native "SVGGradientElement_gradientUnits
_Getter"; |
| 7735 | 7735 |
| 7736 @DomName('SVGGradientElement.spreadMethod') | 7736 @DomName('SVGGradientElement.spreadMethod') |
| 7737 @DocsEditable | 7737 @DocsEditable() |
| 7738 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G
etter"; | 7738 AnimatedEnumeration get spreadMethod native "SVGGradientElement_spreadMethod_G
etter"; |
| 7739 | 7739 |
| 7740 @DomName('SVGGradientElement.externalResourcesRequired') | 7740 @DomName('SVGGradientElement.externalResourcesRequired') |
| 7741 @DocsEditable | 7741 @DocsEditable() |
| 7742 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter
nalResourcesRequired_Getter"; | 7742 AnimatedBoolean get externalResourcesRequired native "SVGGradientElement_exter
nalResourcesRequired_Getter"; |
| 7743 | 7743 |
| 7744 @DomName('SVGGradientElement.href') | 7744 @DomName('SVGGradientElement.href') |
| 7745 @DocsEditable | 7745 @DocsEditable() |
| 7746 AnimatedString get href native "SVGGradientElement_href_Getter"; | 7746 AnimatedString get href native "SVGGradientElement_href_Getter"; |
| 7747 | 7747 |
| 7748 } | 7748 } |
| 7749 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7749 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7750 // for details. All rights reserved. Use of this source code is governed by a | 7750 // for details. All rights reserved. Use of this source code is governed by a |
| 7751 // BSD-style license that can be found in the LICENSE file. | 7751 // BSD-style license that can be found in the LICENSE file. |
| 7752 | 7752 |
| 7753 // WARNING: Do not edit - generated code. | 7753 // WARNING: Do not edit - generated code. |
| 7754 | 7754 |
| 7755 | 7755 |
| 7756 @DocsEditable | 7756 @DocsEditable() |
| 7757 @DomName('SVGAltGlyphDefElement') | 7757 @DomName('SVGAltGlyphDefElement') |
| 7758 @Unstable | 7758 @Unstable() |
| 7759 abstract class _SVGAltGlyphDefElement extends SvgElement { | 7759 abstract class _SVGAltGlyphDefElement extends SvgElement { |
| 7760 // To suppress missing implicit constructor warnings. | 7760 // To suppress missing implicit constructor warnings. |
| 7761 factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported
"); } | 7761 factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported
"); } |
| 7762 | 7762 |
| 7763 } | 7763 } |
| 7764 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7764 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7765 // for details. All rights reserved. Use of this source code is governed by a | 7765 // for details. All rights reserved. Use of this source code is governed by a |
| 7766 // BSD-style license that can be found in the LICENSE file. | 7766 // BSD-style license that can be found in the LICENSE file. |
| 7767 | 7767 |
| 7768 // WARNING: Do not edit - generated code. | 7768 // WARNING: Do not edit - generated code. |
| 7769 | 7769 |
| 7770 | 7770 |
| 7771 @DocsEditable | 7771 @DocsEditable() |
| 7772 @DomName('SVGAltGlyphItemElement') | 7772 @DomName('SVGAltGlyphItemElement') |
| 7773 @Unstable | 7773 @Unstable() |
| 7774 abstract class _SVGAltGlyphItemElement extends SvgElement { | 7774 abstract class _SVGAltGlyphItemElement extends SvgElement { |
| 7775 // To suppress missing implicit constructor warnings. | 7775 // To suppress missing implicit constructor warnings. |
| 7776 factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supporte
d"); } | 7776 factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 7777 | 7777 |
| 7778 } | 7778 } |
| 7779 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7779 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7780 // for details. All rights reserved. Use of this source code is governed by a | 7780 // for details. All rights reserved. Use of this source code is governed by a |
| 7781 // BSD-style license that can be found in the LICENSE file. | 7781 // BSD-style license that can be found in the LICENSE file. |
| 7782 | 7782 |
| 7783 // WARNING: Do not edit - generated code. | 7783 // WARNING: Do not edit - generated code. |
| 7784 | 7784 |
| 7785 | 7785 |
| 7786 @DocsEditable | 7786 @DocsEditable() |
| 7787 @DomName('SVGAnimateColorElement') | 7787 @DomName('SVGAnimateColorElement') |
| 7788 @Unstable | 7788 @Unstable() |
| 7789 abstract class _SVGAnimateColorElement extends AnimationElement { | 7789 abstract class _SVGAnimateColorElement extends AnimationElement { |
| 7790 // To suppress missing implicit constructor warnings. | 7790 // To suppress missing implicit constructor warnings. |
| 7791 factory _SVGAnimateColorElement._() { throw new UnsupportedError("Not supporte
d"); } | 7791 factory _SVGAnimateColorElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 7792 | 7792 |
| 7793 } | 7793 } |
| 7794 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 7794 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 7795 // for details. All rights reserved. Use of this source code is governed by a | 7795 // for details. All rights reserved. Use of this source code is governed by a |
| 7796 // BSD-style license that can be found in the LICENSE file. | 7796 // BSD-style license that can be found in the LICENSE file. |
| 7797 | 7797 |
| 7798 | 7798 |
| 7799 // Hack because the baseclass is private in dart:html, and we want to omit this | 7799 // Hack because the baseclass is private in dart:html, and we want to omit this |
| 7800 // type entirely but can't. | 7800 // type entirely but can't. |
| 7801 @DocsEditable | 7801 @DocsEditable() |
| 7802 @DomName('SVGColor') | 7802 @DomName('SVGColor') |
| 7803 @Unstable | 7803 @Unstable() |
| 7804 abstract class _SVGColor { | 7804 abstract class _SVGColor { |
| 7805 _SVGColor.internal(); | 7805 _SVGColor.internal(); |
| 7806 } | 7806 } |
| 7807 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7807 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7808 // for details. All rights reserved. Use of this source code is governed by a | 7808 // for details. All rights reserved. Use of this source code is governed by a |
| 7809 // BSD-style license that can be found in the LICENSE file. | 7809 // BSD-style license that can be found in the LICENSE file. |
| 7810 | 7810 |
| 7811 // WARNING: Do not edit - generated code. | 7811 // WARNING: Do not edit - generated code. |
| 7812 | 7812 |
| 7813 | 7813 |
| 7814 @DocsEditable | 7814 @DocsEditable() |
| 7815 @DomName('SVGComponentTransferFunctionElement') | 7815 @DomName('SVGComponentTransferFunctionElement') |
| 7816 @Unstable | 7816 @Unstable() |
| 7817 abstract class _SVGComponentTransferFunctionElement extends SvgElement { | 7817 abstract class _SVGComponentTransferFunctionElement extends SvgElement { |
| 7818 // To suppress missing implicit constructor warnings. | 7818 // To suppress missing implicit constructor warnings. |
| 7819 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } | 7819 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } |
| 7820 | 7820 |
| 7821 } | 7821 } |
| 7822 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7822 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7823 // for details. All rights reserved. Use of this source code is governed by a | 7823 // for details. All rights reserved. Use of this source code is governed by a |
| 7824 // BSD-style license that can be found in the LICENSE file. | 7824 // BSD-style license that can be found in the LICENSE file. |
| 7825 | 7825 |
| 7826 // WARNING: Do not edit - generated code. | 7826 // WARNING: Do not edit - generated code. |
| 7827 | 7827 |
| 7828 | 7828 |
| 7829 @DocsEditable | 7829 @DocsEditable() |
| 7830 @DomName('SVGCursorElement') | 7830 @DomName('SVGCursorElement') |
| 7831 @Unstable | 7831 @Unstable() |
| 7832 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes
ts, ExternalResourcesRequired { | 7832 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes
ts, ExternalResourcesRequired { |
| 7833 // To suppress missing implicit constructor warnings. | 7833 // To suppress missing implicit constructor warnings. |
| 7834 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } | 7834 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } |
| 7835 | 7835 |
| 7836 @DomName('SVGCursorElement.SVGCursorElement') | 7836 @DomName('SVGCursorElement.SVGCursorElement') |
| 7837 @DocsEditable | 7837 @DocsEditable() |
| 7838 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); | 7838 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); |
| 7839 | 7839 |
| 7840 /// Checks if this type is supported on the current platform. | 7840 /// Checks if this type is supported on the current platform. |
| 7841 static bool get supported => true; | 7841 static bool get supported => true; |
| 7842 | 7842 |
| 7843 } | 7843 } |
| 7844 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7844 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7845 // for details. All rights reserved. Use of this source code is governed by a | 7845 // for details. All rights reserved. Use of this source code is governed by a |
| 7846 // BSD-style license that can be found in the LICENSE file. | 7846 // BSD-style license that can be found in the LICENSE file. |
| 7847 | 7847 |
| 7848 // WARNING: Do not edit - generated code. | 7848 // WARNING: Do not edit - generated code. |
| 7849 | 7849 |
| 7850 | 7850 |
| 7851 @DocsEditable | 7851 @DocsEditable() |
| 7852 @DomName('SVGFEDropShadowElement') | 7852 @DomName('SVGFEDropShadowElement') |
| 7853 @Experimental // nonstandard | 7853 @Experimental() // nonstandard |
| 7854 abstract class _SVGFEDropShadowElement extends StyledElement implements FilterPr
imitiveStandardAttributes { | 7854 abstract class _SVGFEDropShadowElement extends StyledElement implements FilterPr
imitiveStandardAttributes { |
| 7855 // To suppress missing implicit constructor warnings. | 7855 // To suppress missing implicit constructor warnings. |
| 7856 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte
d"); } | 7856 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 7857 | 7857 |
| 7858 } | 7858 } |
| 7859 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7859 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7860 // for details. All rights reserved. Use of this source code is governed by a | 7860 // for details. All rights reserved. Use of this source code is governed by a |
| 7861 // BSD-style license that can be found in the LICENSE file. | 7861 // BSD-style license that can be found in the LICENSE file. |
| 7862 | 7862 |
| 7863 // WARNING: Do not edit - generated code. | 7863 // WARNING: Do not edit - generated code. |
| 7864 | 7864 |
| 7865 | 7865 |
| 7866 @DocsEditable | 7866 @DocsEditable() |
| 7867 @DomName('SVGFontElement') | 7867 @DomName('SVGFontElement') |
| 7868 @Unstable | 7868 @Unstable() |
| 7869 abstract class _SVGFontElement extends SvgElement { | 7869 abstract class _SVGFontElement extends SvgElement { |
| 7870 // To suppress missing implicit constructor warnings. | 7870 // To suppress missing implicit constructor warnings. |
| 7871 factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); } | 7871 factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); } |
| 7872 | 7872 |
| 7873 } | 7873 } |
| 7874 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7874 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7875 // for details. All rights reserved. Use of this source code is governed by a | 7875 // for details. All rights reserved. Use of this source code is governed by a |
| 7876 // BSD-style license that can be found in the LICENSE file. | 7876 // BSD-style license that can be found in the LICENSE file. |
| 7877 | 7877 |
| 7878 // WARNING: Do not edit - generated code. | 7878 // WARNING: Do not edit - generated code. |
| 7879 | 7879 |
| 7880 | 7880 |
| 7881 @DocsEditable | 7881 @DocsEditable() |
| 7882 @DomName('SVGFontFaceElement') | 7882 @DomName('SVGFontFaceElement') |
| 7883 @Unstable | 7883 @Unstable() |
| 7884 abstract class _SVGFontFaceElement extends SvgElement { | 7884 abstract class _SVGFontFaceElement extends SvgElement { |
| 7885 // To suppress missing implicit constructor warnings. | 7885 // To suppress missing implicit constructor warnings. |
| 7886 factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported");
} | 7886 factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported");
} |
| 7887 | 7887 |
| 7888 } | 7888 } |
| 7889 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7889 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7890 // for details. All rights reserved. Use of this source code is governed by a | 7890 // for details. All rights reserved. Use of this source code is governed by a |
| 7891 // BSD-style license that can be found in the LICENSE file. | 7891 // BSD-style license that can be found in the LICENSE file. |
| 7892 | 7892 |
| 7893 // WARNING: Do not edit - generated code. | 7893 // WARNING: Do not edit - generated code. |
| 7894 | 7894 |
| 7895 | 7895 |
| 7896 @DocsEditable | 7896 @DocsEditable() |
| 7897 @DomName('SVGFontFaceFormatElement') | 7897 @DomName('SVGFontFaceFormatElement') |
| 7898 @Unstable | 7898 @Unstable() |
| 7899 abstract class _SVGFontFaceFormatElement extends SvgElement { | 7899 abstract class _SVGFontFaceFormatElement extends SvgElement { |
| 7900 // To suppress missing implicit constructor warnings. | 7900 // To suppress missing implicit constructor warnings. |
| 7901 factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not suppor
ted"); } | 7901 factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not suppor
ted"); } |
| 7902 | 7902 |
| 7903 } | 7903 } |
| 7904 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7904 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7905 // for details. All rights reserved. Use of this source code is governed by a | 7905 // for details. All rights reserved. Use of this source code is governed by a |
| 7906 // BSD-style license that can be found in the LICENSE file. | 7906 // BSD-style license that can be found in the LICENSE file. |
| 7907 | 7907 |
| 7908 // WARNING: Do not edit - generated code. | 7908 // WARNING: Do not edit - generated code. |
| 7909 | 7909 |
| 7910 | 7910 |
| 7911 @DocsEditable | 7911 @DocsEditable() |
| 7912 @DomName('SVGFontFaceNameElement') | 7912 @DomName('SVGFontFaceNameElement') |
| 7913 @Unstable | 7913 @Unstable() |
| 7914 abstract class _SVGFontFaceNameElement extends SvgElement { | 7914 abstract class _SVGFontFaceNameElement extends SvgElement { |
| 7915 // To suppress missing implicit constructor warnings. | 7915 // To suppress missing implicit constructor warnings. |
| 7916 factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supporte
d"); } | 7916 factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 7917 | 7917 |
| 7918 } | 7918 } |
| 7919 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7919 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7920 // for details. All rights reserved. Use of this source code is governed by a | 7920 // for details. All rights reserved. Use of this source code is governed by a |
| 7921 // BSD-style license that can be found in the LICENSE file. | 7921 // BSD-style license that can be found in the LICENSE file. |
| 7922 | 7922 |
| 7923 // WARNING: Do not edit - generated code. | 7923 // WARNING: Do not edit - generated code. |
| 7924 | 7924 |
| 7925 | 7925 |
| 7926 @DocsEditable | 7926 @DocsEditable() |
| 7927 @DomName('SVGFontFaceSrcElement') | 7927 @DomName('SVGFontFaceSrcElement') |
| 7928 @Unstable | 7928 @Unstable() |
| 7929 abstract class _SVGFontFaceSrcElement extends SvgElement { | 7929 abstract class _SVGFontFaceSrcElement extends SvgElement { |
| 7930 // To suppress missing implicit constructor warnings. | 7930 // To suppress missing implicit constructor warnings. |
| 7931 factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported
"); } | 7931 factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported
"); } |
| 7932 | 7932 |
| 7933 } | 7933 } |
| 7934 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7934 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7935 // for details. All rights reserved. Use of this source code is governed by a | 7935 // for details. All rights reserved. Use of this source code is governed by a |
| 7936 // BSD-style license that can be found in the LICENSE file. | 7936 // BSD-style license that can be found in the LICENSE file. |
| 7937 | 7937 |
| 7938 // WARNING: Do not edit - generated code. | 7938 // WARNING: Do not edit - generated code. |
| 7939 | 7939 |
| 7940 | 7940 |
| 7941 @DocsEditable | 7941 @DocsEditable() |
| 7942 @DomName('SVGFontFaceUriElement') | 7942 @DomName('SVGFontFaceUriElement') |
| 7943 @Unstable | 7943 @Unstable() |
| 7944 abstract class _SVGFontFaceUriElement extends SvgElement { | 7944 abstract class _SVGFontFaceUriElement extends SvgElement { |
| 7945 // To suppress missing implicit constructor warnings. | 7945 // To suppress missing implicit constructor warnings. |
| 7946 factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported
"); } | 7946 factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported
"); } |
| 7947 | 7947 |
| 7948 } | 7948 } |
| 7949 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7949 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7950 // for details. All rights reserved. Use of this source code is governed by a | 7950 // for details. All rights reserved. Use of this source code is governed by a |
| 7951 // BSD-style license that can be found in the LICENSE file. | 7951 // BSD-style license that can be found in the LICENSE file. |
| 7952 | 7952 |
| 7953 // WARNING: Do not edit - generated code. | 7953 // WARNING: Do not edit - generated code. |
| 7954 | 7954 |
| 7955 | 7955 |
| 7956 @DocsEditable | 7956 @DocsEditable() |
| 7957 @DomName('SVGGlyphElement') | 7957 @DomName('SVGGlyphElement') |
| 7958 @Unstable | 7958 @Unstable() |
| 7959 abstract class _SVGGlyphElement extends SvgElement { | 7959 abstract class _SVGGlyphElement extends SvgElement { |
| 7960 // To suppress missing implicit constructor warnings. | 7960 // To suppress missing implicit constructor warnings. |
| 7961 factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); } | 7961 factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); } |
| 7962 | 7962 |
| 7963 @DomName('SVGGlyphElement.SVGGlyphElement') | 7963 @DomName('SVGGlyphElement.SVGGlyphElement') |
| 7964 @DocsEditable | 7964 @DocsEditable() |
| 7965 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"glyph"); | 7965 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"glyph"); |
| 7966 | 7966 |
| 7967 } | 7967 } |
| 7968 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7968 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7969 // for details. All rights reserved. Use of this source code is governed by a | 7969 // for details. All rights reserved. Use of this source code is governed by a |
| 7970 // BSD-style license that can be found in the LICENSE file. | 7970 // BSD-style license that can be found in the LICENSE file. |
| 7971 | 7971 |
| 7972 // WARNING: Do not edit - generated code. | 7972 // WARNING: Do not edit - generated code. |
| 7973 | 7973 |
| 7974 | 7974 |
| 7975 @DocsEditable | 7975 @DocsEditable() |
| 7976 @DomName('SVGGlyphRefElement') | 7976 @DomName('SVGGlyphRefElement') |
| 7977 @Unstable | 7977 @Unstable() |
| 7978 abstract class _SVGGlyphRefElement extends StyledElement implements UriReference
{ | 7978 abstract class _SVGGlyphRefElement extends StyledElement implements UriReference
{ |
| 7979 // To suppress missing implicit constructor warnings. | 7979 // To suppress missing implicit constructor warnings. |
| 7980 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported");
} | 7980 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported");
} |
| 7981 | 7981 |
| 7982 } | 7982 } |
| 7983 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7983 // 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 | 7984 // 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. | 7985 // BSD-style license that can be found in the LICENSE file. |
| 7986 | 7986 |
| 7987 // WARNING: Do not edit - generated code. | 7987 // WARNING: Do not edit - generated code. |
| 7988 | 7988 |
| 7989 | 7989 |
| 7990 @DocsEditable | 7990 @DocsEditable() |
| 7991 @DomName('SVGHKernElement') | 7991 @DomName('SVGHKernElement') |
| 7992 @Unstable | 7992 @Unstable() |
| 7993 abstract class _SVGHKernElement extends SvgElement { | 7993 abstract class _SVGHKernElement extends SvgElement { |
| 7994 // To suppress missing implicit constructor warnings. | 7994 // To suppress missing implicit constructor warnings. |
| 7995 factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); } | 7995 factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); } |
| 7996 | 7996 |
| 7997 @DomName('SVGHKernElement.SVGHKernElement') | 7997 @DomName('SVGHKernElement.SVGHKernElement') |
| 7998 @DocsEditable | 7998 @DocsEditable() |
| 7999 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"hkern"); | 7999 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"hkern"); |
| 8000 | 8000 |
| 8001 } | 8001 } |
| 8002 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8002 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8003 // for details. All rights reserved. Use of this source code is governed by a | 8003 // for details. All rights reserved. Use of this source code is governed by a |
| 8004 // BSD-style license that can be found in the LICENSE file. | 8004 // BSD-style license that can be found in the LICENSE file. |
| 8005 | 8005 |
| 8006 // WARNING: Do not edit - generated code. | 8006 // WARNING: Do not edit - generated code. |
| 8007 | 8007 |
| 8008 | 8008 |
| 8009 @DocsEditable | 8009 @DocsEditable() |
| 8010 @DomName('SVGMPathElement') | 8010 @DomName('SVGMPathElement') |
| 8011 abstract class _SVGMPathElement extends SvgElement implements UriReference, Exte
rnalResourcesRequired { | 8011 abstract class _SVGMPathElement extends SvgElement implements UriReference, Exte
rnalResourcesRequired { |
| 8012 // To suppress missing implicit constructor warnings. | 8012 // To suppress missing implicit constructor warnings. |
| 8013 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } | 8013 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } |
| 8014 | 8014 |
| 8015 @DomName('SVGMPathElement.SVGMPathElement') | 8015 @DomName('SVGMPathElement.SVGMPathElement') |
| 8016 @DocsEditable | 8016 @DocsEditable() |
| 8017 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); | 8017 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); |
| 8018 | 8018 |
| 8019 } | 8019 } |
| 8020 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8020 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8021 // for details. All rights reserved. Use of this source code is governed by a | 8021 // for details. All rights reserved. Use of this source code is governed by a |
| 8022 // BSD-style license that can be found in the LICENSE file. | 8022 // BSD-style license that can be found in the LICENSE file. |
| 8023 | 8023 |
| 8024 // WARNING: Do not edit - generated code. | 8024 // WARNING: Do not edit - generated code. |
| 8025 | 8025 |
| 8026 | 8026 |
| 8027 @DocsEditable | 8027 @DocsEditable() |
| 8028 @DomName('SVGMissingGlyphElement') | 8028 @DomName('SVGMissingGlyphElement') |
| 8029 @Unstable | 8029 @Unstable() |
| 8030 abstract class _SVGMissingGlyphElement extends StyledElement { | 8030 abstract class _SVGMissingGlyphElement extends StyledElement { |
| 8031 // To suppress missing implicit constructor warnings. | 8031 // To suppress missing implicit constructor warnings. |
| 8032 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte
d"); } | 8032 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 8033 | 8033 |
| 8034 } | 8034 } |
| 8035 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8035 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8036 // for details. All rights reserved. Use of this source code is governed by a | 8036 // for details. All rights reserved. Use of this source code is governed by a |
| 8037 // BSD-style license that can be found in the LICENSE file. | 8037 // BSD-style license that can be found in the LICENSE file. |
| 8038 | 8038 |
| 8039 // WARNING: Do not edit - generated code. | 8039 // WARNING: Do not edit - generated code. |
| 8040 | 8040 |
| 8041 | 8041 |
| 8042 @DocsEditable | 8042 @DocsEditable() |
| 8043 @DomName('SVGPaint') | 8043 @DomName('SVGPaint') |
| 8044 @Unstable | 8044 @Unstable() |
| 8045 abstract class _SVGPaint extends _SVGColor { | 8045 abstract class _SVGPaint extends _SVGColor { |
| 8046 // To suppress missing implicit constructor warnings. | 8046 // To suppress missing implicit constructor warnings. |
| 8047 factory _SVGPaint._() { throw new UnsupportedError("Not supported"); } | 8047 factory _SVGPaint._() { throw new UnsupportedError("Not supported"); } |
| 8048 | 8048 |
| 8049 } | 8049 } |
| 8050 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8050 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8051 // for details. All rights reserved. Use of this source code is governed by a | 8051 // for details. All rights reserved. Use of this source code is governed by a |
| 8052 // BSD-style license that can be found in the LICENSE file. | 8052 // BSD-style license that can be found in the LICENSE file. |
| 8053 | 8053 |
| 8054 // WARNING: Do not edit - generated code. | 8054 // WARNING: Do not edit - generated code. |
| 8055 | 8055 |
| 8056 | 8056 |
| 8057 @DocsEditable | 8057 @DocsEditable() |
| 8058 @DomName('SVGTRefElement') | 8058 @DomName('SVGTRefElement') |
| 8059 @Unstable | 8059 @Unstable() |
| 8060 abstract class _SVGTRefElement extends TextPositioningElement implements UriRefe
rence { | 8060 abstract class _SVGTRefElement extends TextPositioningElement implements UriRefe
rence { |
| 8061 // To suppress missing implicit constructor warnings. | 8061 // To suppress missing implicit constructor warnings. |
| 8062 factory _SVGTRefElement._() { throw new UnsupportedError("Not supported"); } | 8062 factory _SVGTRefElement._() { throw new UnsupportedError("Not supported"); } |
| 8063 | 8063 |
| 8064 @DomName('SVGTRefElement.SVGTRefElement') | 8064 @DomName('SVGTRefElement.SVGTRefElement') |
| 8065 @DocsEditable | 8065 @DocsEditable() |
| 8066 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("
tref"); | 8066 factory _SVGTRefElement() => _SvgElementFactoryProvider.createSvgElement_tag("
tref"); |
| 8067 | 8067 |
| 8068 } | 8068 } |
| 8069 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8069 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8070 // for details. All rights reserved. Use of this source code is governed by a | 8070 // for details. All rights reserved. Use of this source code is governed by a |
| 8071 // BSD-style license that can be found in the LICENSE file. | 8071 // BSD-style license that can be found in the LICENSE file. |
| 8072 | 8072 |
| 8073 // WARNING: Do not edit - generated code. | 8073 // WARNING: Do not edit - generated code. |
| 8074 | 8074 |
| 8075 | 8075 |
| 8076 @DocsEditable | 8076 @DocsEditable() |
| 8077 @DomName('SVGVKernElement') | 8077 @DomName('SVGVKernElement') |
| 8078 @Unstable | 8078 @Unstable() |
| 8079 abstract class _SVGVKernElement extends SvgElement { | 8079 abstract class _SVGVKernElement extends SvgElement { |
| 8080 // To suppress missing implicit constructor warnings. | 8080 // To suppress missing implicit constructor warnings. |
| 8081 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } | 8081 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } |
| 8082 | 8082 |
| 8083 @DomName('SVGVKernElement.SVGVKernElement') | 8083 @DomName('SVGVKernElement.SVGVKernElement') |
| 8084 @DocsEditable | 8084 @DocsEditable() |
| 8085 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 8085 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 8086 | 8086 |
| 8087 } | 8087 } |
| OLD | NEW |