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

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

Issue 1321613005: Dartium w/ JsInterop enabled (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_audio/dartium/web_audio_dartium.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * Scalable Vector Graphics: 2 * Scalable Vector Graphics:
3 * Two-dimensional vector graphics with support for events and animation. 3 * Two-dimensional vector graphics with support for events and animation.
4 * 4 *
5 * For details about the features and syntax of SVG, a W3C standard, 5 * For details about the features and syntax of SVG, a W3C standard,
6 * refer to the 6 * refer to the
7 * [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/). 7 * [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/).
8 */ 8 */
9 library dart.dom.svg; 9 library dart.dom.svg;
10 10
11 import 'dart:async'; 11 import 'dart:async';
12 import 'dart:collection'; 12 import 'dart:collection';
13 import 'dart:_internal' hide deprecated; 13 import 'dart:_internal' hide deprecated;
14 import 'dart:html'; 14 import 'dart:html';
15 import 'dart:html_common'; 15 import 'dart:html_common';
16 import 'dart:nativewrappers'; 16 import 'dart:nativewrappers';
17 import 'dart:_blink' as _blink; 17 import 'dart:_blink' as _blink;
18 import 'dart:js' as js;
18 // DO NOT EDIT 19 // DO NOT EDIT
19 // Auto-generated dart:svg library. 20 // Auto-generated dart:svg library.
20 21
21 22
22 23
23 24
25 // Need a default constructor for constructing classes with mixins that are
26 // also extending NativeFieldWrapperClass2. Defining JsoNativeFieldWrapper
27 // extending NativeFieldWrapperClass2 creates a default constructor.
28 class JsoNativeFieldWrapper extends NativeFieldWrapperClass2 {}
29
24 30
25 // FIXME: Can we make this private? 31 // FIXME: Can we make this private?
26 final svgBlinkMap = { 32 final svgBlinkMap = {
27 'SVGAElement': () => AElement, 33 'SVGAElement': () => AElement,
28 'SVGAltGlyphDefElement': () => _SVGAltGlyphDefElement, 34 'SVGAltGlyphDefElement': () => _SVGAltGlyphDefElement,
29 'SVGAltGlyphElement': () => AltGlyphElement, 35 'SVGAltGlyphElement': () => AltGlyphElement,
30 'SVGAltGlyphItemElement': () => _SVGAltGlyphItemElement, 36 'SVGAltGlyphItemElement': () => _SVGAltGlyphItemElement,
31 'SVGAngle': () => Angle, 37 'SVGAngle': () => Angle,
32 'SVGAnimateElement': () => AnimateElement, 38 'SVGAnimateElement': () => AnimateElement,
33 'SVGAnimateMotionElement': () => AnimateMotionElement, 39 'SVGAnimateMotionElement': () => AnimateMotionElement,
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'SVGUnitTypes': () => UnitTypes, 168 'SVGUnitTypes': () => UnitTypes,
163 'SVGUseElement': () => UseElement, 169 'SVGUseElement': () => UseElement,
164 'SVGVKernElement': () => _SVGVKernElement, 170 'SVGVKernElement': () => _SVGVKernElement,
165 'SVGViewElement': () => ViewElement, 171 'SVGViewElement': () => ViewElement,
166 'SVGViewSpec': () => ViewSpec, 172 'SVGViewSpec': () => ViewSpec,
167 'SVGZoomAndPan': () => ZoomAndPan, 173 'SVGZoomAndPan': () => ZoomAndPan,
168 'SVGZoomEvent': () => ZoomEvent, 174 'SVGZoomEvent': () => ZoomEvent,
169 175
170 }; 176 };
171 177
178 // FIXME: Can we make this private?
179 final svgBlinkFunctionMap = {
180 'SVGAElement': () => AElement.internalCreateAElement,
181 'SVGAltGlyphDefElement': () => _SVGAltGlyphDefElement.internalCreate_SVGAltGly phDefElement,
182 'SVGAltGlyphElement': () => AltGlyphElement.internalCreateAltGlyphElement,
183 'SVGAltGlyphItemElement': () => _SVGAltGlyphItemElement.internalCreate_SVGAltG lyphItemElement,
184 'SVGAngle': () => Angle.internalCreateAngle,
185 'SVGAnimateElement': () => AnimateElement.internalCreateAnimateElement,
186 'SVGAnimateMotionElement': () => AnimateMotionElement.internalCreateAnimateMot ionElement,
187 'SVGAnimateTransformElement': () => AnimateTransformElement.internalCreateAnim ateTransformElement,
188 'SVGAnimatedAngle': () => AnimatedAngle.internalCreateAnimatedAngle,
189 'SVGAnimatedBoolean': () => AnimatedBoolean.internalCreateAnimatedBoolean,
190 'SVGAnimatedEnumeration': () => AnimatedEnumeration.internalCreateAnimatedEnum eration,
191 'SVGAnimatedInteger': () => AnimatedInteger.internalCreateAnimatedInteger,
192 'SVGAnimatedLength': () => AnimatedLength.internalCreateAnimatedLength,
193 'SVGAnimatedLengthList': () => AnimatedLengthList.internalCreateAnimatedLength List,
194 'SVGAnimatedNumber': () => AnimatedNumber.internalCreateAnimatedNumber,
195 'SVGAnimatedNumberList': () => AnimatedNumberList.internalCreateAnimatedNumber List,
196 'SVGAnimatedPreserveAspectRatio': () => AnimatedPreserveAspectRatio.internalCr eateAnimatedPreserveAspectRatio,
197 'SVGAnimatedRect': () => AnimatedRect.internalCreateAnimatedRect,
198 'SVGAnimatedString': () => AnimatedString.internalCreateAnimatedString,
199 'SVGAnimatedTransformList': () => AnimatedTransformList.internalCreateAnimated TransformList,
200 'SVGAnimationElement': () => AnimationElement.internalCreateAnimationElement,
201 'SVGCircleElement': () => CircleElement.internalCreateCircleElement,
202 'SVGClipPathElement': () => ClipPathElement.internalCreateClipPathElement,
203 'SVGComponentTransferFunctionElement': () => _SVGComponentTransferFunctionElem ent.internalCreate_SVGComponentTransferFunctionElement,
204 'SVGCursorElement': () => _SVGCursorElement.internalCreate_SVGCursorElement,
205 'SVGDefsElement': () => DefsElement.internalCreateDefsElement,
206 'SVGDescElement': () => DescElement.internalCreateDescElement,
207 'SVGDiscardElement': () => DiscardElement.internalCreateDiscardElement,
208 'SVGElement': () => SvgElement.internalCreateSvgElement,
209 'SVGEllipseElement': () => EllipseElement.internalCreateEllipseElement,
210 'SVGFEBlendElement': () => FEBlendElement.internalCreateFEBlendElement,
211 'SVGFEColorMatrixElement': () => FEColorMatrixElement.internalCreateFEColorMat rixElement,
212 'SVGFEComponentTransferElement': () => FEComponentTransferElement.internalCrea teFEComponentTransferElement,
213 'SVGFECompositeElement': () => FECompositeElement.internalCreateFECompositeEle ment,
214 'SVGFEConvolveMatrixElement': () => FEConvolveMatrixElement.internalCreateFECo nvolveMatrixElement,
215 'SVGFEDiffuseLightingElement': () => FEDiffuseLightingElement.internalCreateFE DiffuseLightingElement,
216 'SVGFEDisplacementMapElement': () => FEDisplacementMapElement.internalCreateFE DisplacementMapElement,
217 'SVGFEDistantLightElement': () => FEDistantLightElement.internalCreateFEDistan tLightElement,
218 'SVGFEDropShadowElement': () => _SVGFEDropShadowElement.internalCreate_SVGFEDr opShadowElement,
219 'SVGFEFloodElement': () => FEFloodElement.internalCreateFEFloodElement,
220 'SVGFEFuncAElement': () => FEFuncAElement.internalCreateFEFuncAElement,
221 'SVGFEFuncBElement': () => FEFuncBElement.internalCreateFEFuncBElement,
222 'SVGFEFuncGElement': () => FEFuncGElement.internalCreateFEFuncGElement,
223 'SVGFEFuncRElement': () => FEFuncRElement.internalCreateFEFuncRElement,
224 'SVGFEGaussianBlurElement': () => FEGaussianBlurElement.internalCreateFEGaussi anBlurElement,
225 'SVGFEImageElement': () => FEImageElement.internalCreateFEImageElement,
226 'SVGFEMergeElement': () => FEMergeElement.internalCreateFEMergeElement,
227 'SVGFEMergeNodeElement': () => FEMergeNodeElement.internalCreateFEMergeNodeEle ment,
228 'SVGFEMorphologyElement': () => FEMorphologyElement.internalCreateFEMorphology Element,
229 'SVGFEOffsetElement': () => FEOffsetElement.internalCreateFEOffsetElement,
230 'SVGFEPointLightElement': () => FEPointLightElement.internalCreateFEPointLight Element,
231 'SVGFESpecularLightingElement': () => FESpecularLightingElement.internalCreate FESpecularLightingElement,
232 'SVGFESpotLightElement': () => FESpotLightElement.internalCreateFESpotLightEle ment,
233 'SVGFETileElement': () => FETileElement.internalCreateFETileElement,
234 'SVGFETurbulenceElement': () => FETurbulenceElement.internalCreateFETurbulence Element,
235 'SVGFilterElement': () => FilterElement.internalCreateFilterElement,
236 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttribute s.internalCreateFilterPrimitiveStandardAttributes,
237 'SVGFitToViewBox': () => FitToViewBox.internalCreateFitToViewBox,
238 'SVGFontElement': () => _SVGFontElement.internalCreate_SVGFontElement,
239 'SVGFontFaceElement': () => _SVGFontFaceElement.internalCreate_SVGFontFaceElem ent,
240 'SVGFontFaceFormatElement': () => _SVGFontFaceFormatElement.internalCreate_SVG FontFaceFormatElement,
241 'SVGFontFaceNameElement': () => _SVGFontFaceNameElement.internalCreate_SVGFont FaceNameElement,
242 'SVGFontFaceSrcElement': () => _SVGFontFaceSrcElement.internalCreate_SVGFontFa ceSrcElement,
243 'SVGFontFaceUriElement': () => _SVGFontFaceUriElement.internalCreate_SVGFontFa ceUriElement,
244 'SVGForeignObjectElement': () => ForeignObjectElement.internalCreateForeignObj ectElement,
245 'SVGGElement': () => GElement.internalCreateGElement,
246 'SVGGeometryElement': () => GeometryElement.internalCreateGeometryElement,
247 'SVGGlyphElement': () => _SVGGlyphElement.internalCreate_SVGGlyphElement,
248 'SVGGlyphRefElement': () => _SVGGlyphRefElement.internalCreate_SVGGlyphRefElem ent,
249 'SVGGradientElement': () => _GradientElement.internalCreate_GradientElement,
250 'SVGGraphicsElement': () => GraphicsElement.internalCreateGraphicsElement,
251 'SVGHKernElement': () => _SVGHKernElement.internalCreate_SVGHKernElement,
252 'SVGImageElement': () => ImageElement.internalCreateImageElement,
253 'SVGLength': () => Length.internalCreateLength,
254 'SVGLengthList': () => LengthList.internalCreateLengthList,
255 'SVGLineElement': () => LineElement.internalCreateLineElement,
256 'SVGLinearGradientElement': () => LinearGradientElement.internalCreateLinearGr adientElement,
257 'SVGMPathElement': () => _SVGMPathElement.internalCreate_SVGMPathElement,
258 'SVGMarkerElement': () => MarkerElement.internalCreateMarkerElement,
259 'SVGMaskElement': () => MaskElement.internalCreateMaskElement,
260 'SVGMatrix': () => Matrix.internalCreateMatrix,
261 'SVGMetadataElement': () => MetadataElement.internalCreateMetadataElement,
262 'SVGMissingGlyphElement': () => _SVGMissingGlyphElement.internalCreate_SVGMiss ingGlyphElement,
263 'SVGNumber': () => Number.internalCreateNumber,
264 'SVGNumberList': () => NumberList.internalCreateNumberList,
265 'SVGPathElement': () => PathElement.internalCreatePathElement,
266 'SVGPathSeg': () => PathSeg.internalCreatePathSeg,
267 'SVGPathSegArcAbs': () => PathSegArcAbs.internalCreatePathSegArcAbs,
268 'SVGPathSegArcRel': () => PathSegArcRel.internalCreatePathSegArcRel,
269 'SVGPathSegClosePath': () => PathSegClosePath.internalCreatePathSegClosePath,
270 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.internalCreatePathSe gCurvetoCubicAbs,
271 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.internalCreatePathSe gCurvetoCubicRel,
272 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.internal CreatePathSegCurvetoCubicSmoothAbs,
273 'SVGPathSegCurvetoCubicSmoothRel': () => PathSegCurvetoCubicSmoothRel.internal CreatePathSegCurvetoCubicSmoothRel,
274 'SVGPathSegCurvetoQuadraticAbs': () => PathSegCurvetoQuadraticAbs.internalCrea tePathSegCurvetoQuadraticAbs,
275 'SVGPathSegCurvetoQuadraticRel': () => PathSegCurvetoQuadraticRel.internalCrea tePathSegCurvetoQuadraticRel,
276 'SVGPathSegCurvetoQuadraticSmoothAbs': () => PathSegCurvetoQuadraticSmoothAbs. internalCreatePathSegCurvetoQuadraticSmoothAbs,
277 'SVGPathSegCurvetoQuadraticSmoothRel': () => PathSegCurvetoQuadraticSmoothRel. internalCreatePathSegCurvetoQuadraticSmoothRel,
278 'SVGPathSegLinetoAbs': () => PathSegLinetoAbs.internalCreatePathSegLinetoAbs,
279 'SVGPathSegLinetoHorizontalAbs': () => PathSegLinetoHorizontalAbs.internalCrea tePathSegLinetoHorizontalAbs,
280 'SVGPathSegLinetoHorizontalRel': () => PathSegLinetoHorizontalRel.internalCrea tePathSegLinetoHorizontalRel,
281 'SVGPathSegLinetoRel': () => PathSegLinetoRel.internalCreatePathSegLinetoRel,
282 'SVGPathSegLinetoVerticalAbs': () => PathSegLinetoVerticalAbs.internalCreatePa thSegLinetoVerticalAbs,
283 'SVGPathSegLinetoVerticalRel': () => PathSegLinetoVerticalRel.internalCreatePa thSegLinetoVerticalRel,
284 'SVGPathSegList': () => PathSegList.internalCreatePathSegList,
285 'SVGPathSegMovetoAbs': () => PathSegMovetoAbs.internalCreatePathSegMovetoAbs,
286 'SVGPathSegMovetoRel': () => PathSegMovetoRel.internalCreatePathSegMovetoRel,
287 'SVGPatternElement': () => PatternElement.internalCreatePatternElement,
288 'SVGPoint': () => Point.internalCreatePoint,
289 'SVGPointList': () => PointList.internalCreatePointList,
290 'SVGPolygonElement': () => PolygonElement.internalCreatePolygonElement,
291 'SVGPolylineElement': () => PolylineElement.internalCreatePolylineElement,
292 'SVGPreserveAspectRatio': () => PreserveAspectRatio.internalCreatePreserveAspe ctRatio,
293 'SVGRadialGradientElement': () => RadialGradientElement.internalCreateRadialGr adientElement,
294 'SVGRect': () => Rect.internalCreateRect,
295 'SVGRectElement': () => RectElement.internalCreateRectElement,
296 'SVGRenderingIntent': () => RenderingIntent.internalCreateRenderingIntent,
297 'SVGSVGElement': () => SvgSvgElement.internalCreateSvgSvgElement,
298 'SVGScriptElement': () => ScriptElement.internalCreateScriptElement,
299 'SVGSetElement': () => SetElement.internalCreateSetElement,
300 'SVGStopElement': () => StopElement.internalCreateStopElement,
301 'SVGStringList': () => StringList.internalCreateStringList,
302 'SVGStyleElement': () => StyleElement.internalCreateStyleElement,
303 'SVGSwitchElement': () => SwitchElement.internalCreateSwitchElement,
304 'SVGSymbolElement': () => SymbolElement.internalCreateSymbolElement,
305 'SVGTSpanElement': () => TSpanElement.internalCreateTSpanElement,
306 'SVGTests': () => Tests.internalCreateTests,
307 'SVGTextContentElement': () => TextContentElement.internalCreateTextContentEle ment,
308 'SVGTextElement': () => TextElement.internalCreateTextElement,
309 'SVGTextPathElement': () => TextPathElement.internalCreateTextPathElement,
310 'SVGTextPositioningElement': () => TextPositioningElement.internalCreateTextPo sitioningElement,
311 'SVGTitleElement': () => TitleElement.internalCreateTitleElement,
312 'SVGTransform': () => Transform.internalCreateTransform,
313 'SVGTransformList': () => TransformList.internalCreateTransformList,
314 'SVGURIReference': () => UriReference.internalCreateUriReference,
315 'SVGUnitTypes': () => UnitTypes.internalCreateUnitTypes,
316 'SVGUseElement': () => UseElement.internalCreateUseElement,
317 'SVGVKernElement': () => _SVGVKernElement.internalCreate_SVGVKernElement,
318 'SVGViewElement': () => ViewElement.internalCreateViewElement,
319 'SVGViewSpec': () => ViewSpec.internalCreateViewSpec,
320 'SVGZoomAndPan': () => ZoomAndPan.internalCreateZoomAndPan,
321 'SVGZoomEvent': () => ZoomEvent.internalCreateZoomEvent,
322
323 };
172 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 324 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
173 // for details. All rights reserved. Use of this source code is governed by a 325 // for details. All rights reserved. Use of this source code is governed by a
174 // BSD-style license that can be found in the LICENSE file. 326 // BSD-style license that can be found in the LICENSE file.
175 327
176 328
177 class _SvgElementFactoryProvider { 329 class _SvgElementFactoryProvider {
178 static SvgElement createSvgElement_tag(String tag) { 330 static SvgElement createSvgElement_tag(String tag) {
179 final Element temp = 331 final Element temp =
180 document.createElementNS("http://www.w3.org/2000/svg", tag); 332 document.createElementNS("http://www.w3.org/2000/svg", tag);
181 return temp; 333 return temp;
182 } 334 }
183 } 335 }
184 // 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
185 // 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
186 // BSD-style license that can be found in the LICENSE file. 338 // BSD-style license that can be found in the LICENSE file.
187 339
188 // WARNING: Do not edit - generated code. 340 // WARNING: Do not edit - generated code.
189 341
190 342
191 @DocsEditable() 343 @DocsEditable()
192 @DomName('SVGAElement') 344 @DomName('SVGAElement')
193 @Unstable() 345 @Unstable()
194 class AElement extends GraphicsElement implements UriReference { 346 class AElement extends GraphicsElement implements UriReference {
195 // To suppress missing implicit constructor warnings. 347 // To suppress missing implicit constructor warnings.
196 factory AElement._() { throw new UnsupportedError("Not supported"); } 348 factory AElement._() { throw new UnsupportedError("Not supported"); }
197 349
198 @DomName('SVGAElement.SVGAElement') 350 @DomName('SVGAElement.SVGAElement')
199 @DocsEditable() 351 @DocsEditable()
200 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); 352 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a");
353
354
355 static AElement internalCreateAElement() {
356 return new AElement._internalWrap();
357 }
358
359 factory AElement._internalWrap() {
360 return new AElement.internal_();
361 }
362
363 AElement.internal_() : super.internal_();
364
201 /** 365 /**
202 * Constructor instantiated by the DOM when a custom element has been created. 366 * Constructor instantiated by the DOM when a custom element has been created.
203 * 367 *
204 * This can only be called by subclasses from their created constructor. 368 * This can only be called by subclasses from their created constructor.
205 */ 369 */
206 AElement.created() : super.created(); 370 AElement.created() : super.created();
207 371
208 @DomName('SVGAElement.target') 372 @DomName('SVGAElement.target')
209 @DocsEditable() 373 @DocsEditable()
210 AnimatedString get target => wrap_jso(_blink.BlinkSVGAElement.instance.target_ Getter_(unwrap_jso(this))); 374 AnimatedString get target => wrap_jso(_blink.BlinkSVGAElement.instance.target_ Getter_(unwrap_jso(this)));
(...skipping 16 matching lines...) Expand all
227 @SupportedBrowser(SupportedBrowser.FIREFOX) 391 @SupportedBrowser(SupportedBrowser.FIREFOX)
228 @SupportedBrowser(SupportedBrowser.SAFARI) 392 @SupportedBrowser(SupportedBrowser.SAFARI)
229 @Unstable() 393 @Unstable()
230 class AltGlyphElement extends TextPositioningElement implements UriReference { 394 class AltGlyphElement extends TextPositioningElement implements UriReference {
231 // To suppress missing implicit constructor warnings. 395 // To suppress missing implicit constructor warnings.
232 factory AltGlyphElement._() { throw new UnsupportedError("Not supported"); } 396 factory AltGlyphElement._() { throw new UnsupportedError("Not supported"); }
233 397
234 @DomName('SVGAltGlyphElement.SVGAltGlyphElement') 398 @DomName('SVGAltGlyphElement.SVGAltGlyphElement')
235 @DocsEditable() 399 @DocsEditable()
236 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(" altGlyph"); 400 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(" altGlyph");
401
402
403 static AltGlyphElement internalCreateAltGlyphElement() {
404 return new AltGlyphElement._internalWrap();
405 }
406
407 factory AltGlyphElement._internalWrap() {
408 return new AltGlyphElement.internal_();
409 }
410
411 AltGlyphElement.internal_() : super.internal_();
412
237 /** 413 /**
238 * Constructor instantiated by the DOM when a custom element has been created. 414 * Constructor instantiated by the DOM when a custom element has been created.
239 * 415 *
240 * This can only be called by subclasses from their created constructor. 416 * This can only be called by subclasses from their created constructor.
241 */ 417 */
242 AltGlyphElement.created() : super.created(); 418 AltGlyphElement.created() : super.created();
243 419
244 /// Checks if this type is supported on the current platform. 420 /// Checks if this type is supported on the current platform.
245 static bool get supported => true; 421 static bool get supported => true;
246 422
247 @DomName('SVGAltGlyphElement.format') 423 @DomName('SVGAltGlyphElement.format')
248 @DocsEditable() 424 @DocsEditable()
249 String get format => _blink.BlinkSVGAltGlyphElement.instance.format_Getter_(un wrap_jso(this)); 425 String get format => _blink.BlinkSVGAltGlyphElement.instance.format_Getter_(un wrap_jso(this));
250 426
251 @DomName('SVGAltGlyphElement.format') 427 @DomName('SVGAltGlyphElement.format')
252 @DocsEditable() 428 @DocsEditable()
253 void set format(String value) => _blink.BlinkSVGAltGlyphElement.instance.forma t_Setter_(unwrap_jso(this), value); 429 set format(String value) => _blink.BlinkSVGAltGlyphElement.instance.format_Set ter_(unwrap_jso(this), value);
254 430
255 @DomName('SVGAltGlyphElement.glyphRef') 431 @DomName('SVGAltGlyphElement.glyphRef')
256 @DocsEditable() 432 @DocsEditable()
257 String get glyphRef => _blink.BlinkSVGAltGlyphElement.instance.glyphRef_Getter _(unwrap_jso(this)); 433 String get glyphRef => _blink.BlinkSVGAltGlyphElement.instance.glyphRef_Getter _(unwrap_jso(this));
258 434
259 @DomName('SVGAltGlyphElement.glyphRef') 435 @DomName('SVGAltGlyphElement.glyphRef')
260 @DocsEditable() 436 @DocsEditable()
261 void set glyphRef(String value) => _blink.BlinkSVGAltGlyphElement.instance.gly phRef_Setter_(unwrap_jso(this), value); 437 set glyphRef(String value) => _blink.BlinkSVGAltGlyphElement.instance.glyphRef _Setter_(unwrap_jso(this), value);
262 438
263 @DomName('SVGAltGlyphElement.href') 439 @DomName('SVGAltGlyphElement.href')
264 @DocsEditable() 440 @DocsEditable()
265 AnimatedString get href => wrap_jso(_blink.BlinkSVGAltGlyphElement.instance.hr ef_Getter_(unwrap_jso(this))); 441 AnimatedString get href => wrap_jso(_blink.BlinkSVGAltGlyphElement.instance.hr ef_Getter_(unwrap_jso(this)));
266 442
267 } 443 }
268 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 444 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
269 // for details. All rights reserved. Use of this source code is governed by a 445 // for details. All rights reserved. Use of this source code is governed by a
270 // BSD-style license that can be found in the LICENSE file. 446 // BSD-style license that can be found in the LICENSE file.
271 447
272 // WARNING: Do not edit - generated code. 448 // WARNING: Do not edit - generated code.
273 449
274 450
275 @DocsEditable() 451 @DocsEditable()
276 @DomName('SVGAngle') 452 @DomName('SVGAngle')
277 @Unstable() 453 @Unstable()
278 class Angle extends NativeFieldWrapperClass2 { 454 class Angle extends NativeFieldWrapperClass2 {
279 // To suppress missing implicit constructor warnings. 455 // To suppress missing implicit constructor warnings.
280 factory Angle._() { throw new UnsupportedError("Not supported"); } 456 factory Angle._() { throw new UnsupportedError("Not supported"); }
281 457
458 static Angle internalCreateAngle() {
459 return new Angle._internalWrap();
460 }
461
462 js.JsObject blink_jsObject;
463
464 factory Angle._internalWrap() {
465 return new Angle.internal_();
466 }
467
468 Angle.internal_() { }
469
470 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
471 int get hashCode => unwrap_jso(this).hashCode;
472
282 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') 473 @DomName('SVGAngle.SVG_ANGLETYPE_DEG')
283 @DocsEditable() 474 @DocsEditable()
284 static const int SVG_ANGLETYPE_DEG = 2; 475 static const int SVG_ANGLETYPE_DEG = 2;
285 476
286 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') 477 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD')
287 @DocsEditable() 478 @DocsEditable()
288 static const int SVG_ANGLETYPE_GRAD = 4; 479 static const int SVG_ANGLETYPE_GRAD = 4;
289 480
290 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') 481 @DomName('SVGAngle.SVG_ANGLETYPE_RAD')
291 @DocsEditable() 482 @DocsEditable()
(...skipping 10 matching lines...) Expand all
302 @DomName('SVGAngle.unitType') 493 @DomName('SVGAngle.unitType')
303 @DocsEditable() 494 @DocsEditable()
304 int get unitType => _blink.BlinkSVGAngle.instance.unitType_Getter_(unwrap_jso( this)); 495 int get unitType => _blink.BlinkSVGAngle.instance.unitType_Getter_(unwrap_jso( this));
305 496
306 @DomName('SVGAngle.value') 497 @DomName('SVGAngle.value')
307 @DocsEditable() 498 @DocsEditable()
308 num get value => _blink.BlinkSVGAngle.instance.value_Getter_(unwrap_jso(this)) ; 499 num get value => _blink.BlinkSVGAngle.instance.value_Getter_(unwrap_jso(this)) ;
309 500
310 @DomName('SVGAngle.value') 501 @DomName('SVGAngle.value')
311 @DocsEditable() 502 @DocsEditable()
312 void set value(num value) => _blink.BlinkSVGAngle.instance.value_Setter_(unwra p_jso(this), value); 503 set value(num value) => _blink.BlinkSVGAngle.instance.value_Setter_(unwrap_jso (this), value);
313 504
314 @DomName('SVGAngle.valueAsString') 505 @DomName('SVGAngle.valueAsString')
315 @DocsEditable() 506 @DocsEditable()
316 String get valueAsString => _blink.BlinkSVGAngle.instance.valueAsString_Getter _(unwrap_jso(this)); 507 String get valueAsString => _blink.BlinkSVGAngle.instance.valueAsString_Getter _(unwrap_jso(this));
317 508
318 @DomName('SVGAngle.valueAsString') 509 @DomName('SVGAngle.valueAsString')
319 @DocsEditable() 510 @DocsEditable()
320 void set valueAsString(String value) => _blink.BlinkSVGAngle.instance.valueAsS tring_Setter_(unwrap_jso(this), value); 511 set valueAsString(String value) => _blink.BlinkSVGAngle.instance.valueAsString _Setter_(unwrap_jso(this), value);
321 512
322 @DomName('SVGAngle.valueInSpecifiedUnits') 513 @DomName('SVGAngle.valueInSpecifiedUnits')
323 @DocsEditable() 514 @DocsEditable()
324 num get valueInSpecifiedUnits => _blink.BlinkSVGAngle.instance.valueInSpecifie dUnits_Getter_(unwrap_jso(this)); 515 num get valueInSpecifiedUnits => _blink.BlinkSVGAngle.instance.valueInSpecifie dUnits_Getter_(unwrap_jso(this));
325 516
326 @DomName('SVGAngle.valueInSpecifiedUnits') 517 @DomName('SVGAngle.valueInSpecifiedUnits')
327 @DocsEditable() 518 @DocsEditable()
328 void set valueInSpecifiedUnits(num value) => _blink.BlinkSVGAngle.instance.val ueInSpecifiedUnits_Setter_(unwrap_jso(this), value); 519 set valueInSpecifiedUnits(num value) => _blink.BlinkSVGAngle.instance.valueInS pecifiedUnits_Setter_(unwrap_jso(this), value);
329 520
330 @DomName('SVGAngle.convertToSpecifiedUnits') 521 @DomName('SVGAngle.convertToSpecifiedUnits')
331 @DocsEditable() 522 @DocsEditable()
332 void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGAngle.instance.co nvertToSpecifiedUnits_Callback_1_(unwrap_jso(this), unitType); 523 void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGAngle.instance.co nvertToSpecifiedUnits_Callback_1_(unwrap_jso(this), unitType);
333 524
334 @DomName('SVGAngle.newValueSpecifiedUnits') 525 @DomName('SVGAngle.newValueSpecifiedUnits')
335 @DocsEditable() 526 @DocsEditable()
336 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink .BlinkSVGAngle.instance.newValueSpecifiedUnits_Callback_2_(unwrap_jso(this), uni tType, valueInSpecifiedUnits); 527 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink .BlinkSVGAngle.instance.newValueSpecifiedUnits_Callback_2_(unwrap_jso(this), uni tType, valueInSpecifiedUnits);
337 528
338 } 529 }
(...skipping 10 matching lines...) Expand all
349 @SupportedBrowser(SupportedBrowser.FIREFOX) 540 @SupportedBrowser(SupportedBrowser.FIREFOX)
350 @SupportedBrowser(SupportedBrowser.SAFARI) 541 @SupportedBrowser(SupportedBrowser.SAFARI)
351 @Unstable() 542 @Unstable()
352 class AnimateElement extends AnimationElement { 543 class AnimateElement extends AnimationElement {
353 // To suppress missing implicit constructor warnings. 544 // To suppress missing implicit constructor warnings.
354 factory AnimateElement._() { throw new UnsupportedError("Not supported"); } 545 factory AnimateElement._() { throw new UnsupportedError("Not supported"); }
355 546
356 @DomName('SVGAnimateElement.SVGAnimateElement') 547 @DomName('SVGAnimateElement.SVGAnimateElement')
357 @DocsEditable() 548 @DocsEditable()
358 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a nimate"); 549 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a nimate");
550
551
552 static AnimateElement internalCreateAnimateElement() {
553 return new AnimateElement._internalWrap();
554 }
555
556 factory AnimateElement._internalWrap() {
557 return new AnimateElement.internal_();
558 }
559
560 AnimateElement.internal_() : super.internal_();
561
359 /** 562 /**
360 * Constructor instantiated by the DOM when a custom element has been created. 563 * Constructor instantiated by the DOM when a custom element has been created.
361 * 564 *
362 * This can only be called by subclasses from their created constructor. 565 * This can only be called by subclasses from their created constructor.
363 */ 566 */
364 AnimateElement.created() : super.created(); 567 AnimateElement.created() : super.created();
365 568
366 /// Checks if this type is supported on the current platform. 569 /// Checks if this type is supported on the current platform.
367 static bool get supported => true; 570 static bool get supported => true;
368 571
(...skipping 11 matching lines...) Expand all
380 @SupportedBrowser(SupportedBrowser.FIREFOX) 583 @SupportedBrowser(SupportedBrowser.FIREFOX)
381 @SupportedBrowser(SupportedBrowser.SAFARI) 584 @SupportedBrowser(SupportedBrowser.SAFARI)
382 @Unstable() 585 @Unstable()
383 class AnimateMotionElement extends AnimationElement { 586 class AnimateMotionElement extends AnimationElement {
384 // To suppress missing implicit constructor warnings. 587 // To suppress missing implicit constructor warnings.
385 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported") ; } 588 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported") ; }
386 589
387 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') 590 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement')
388 @DocsEditable() 591 @DocsEditable()
389 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_ tag("animateMotion"); 592 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_ tag("animateMotion");
593
594
595 static AnimateMotionElement internalCreateAnimateMotionElement() {
596 return new AnimateMotionElement._internalWrap();
597 }
598
599 factory AnimateMotionElement._internalWrap() {
600 return new AnimateMotionElement.internal_();
601 }
602
603 AnimateMotionElement.internal_() : super.internal_();
604
390 /** 605 /**
391 * Constructor instantiated by the DOM when a custom element has been created. 606 * Constructor instantiated by the DOM when a custom element has been created.
392 * 607 *
393 * This can only be called by subclasses from their created constructor. 608 * This can only be called by subclasses from their created constructor.
394 */ 609 */
395 AnimateMotionElement.created() : super.created(); 610 AnimateMotionElement.created() : super.created();
396 611
397 /// Checks if this type is supported on the current platform. 612 /// Checks if this type is supported on the current platform.
398 static bool get supported => true; 613 static bool get supported => true;
399 614
(...skipping 11 matching lines...) Expand all
411 @SupportedBrowser(SupportedBrowser.FIREFOX) 626 @SupportedBrowser(SupportedBrowser.FIREFOX)
412 @SupportedBrowser(SupportedBrowser.SAFARI) 627 @SupportedBrowser(SupportedBrowser.SAFARI)
413 @Unstable() 628 @Unstable()
414 class AnimateTransformElement extends AnimationElement { 629 class AnimateTransformElement extends AnimationElement {
415 // To suppress missing implicit constructor warnings. 630 // To suppress missing implicit constructor warnings.
416 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte d"); } 631 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte d"); }
417 632
418 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') 633 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement')
419 @DocsEditable() 634 @DocsEditable()
420 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("animateTransform"); 635 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("animateTransform");
636
637
638 static AnimateTransformElement internalCreateAnimateTransformElement() {
639 return new AnimateTransformElement._internalWrap();
640 }
641
642 factory AnimateTransformElement._internalWrap() {
643 return new AnimateTransformElement.internal_();
644 }
645
646 AnimateTransformElement.internal_() : super.internal_();
647
421 /** 648 /**
422 * Constructor instantiated by the DOM when a custom element has been created. 649 * Constructor instantiated by the DOM when a custom element has been created.
423 * 650 *
424 * This can only be called by subclasses from their created constructor. 651 * This can only be called by subclasses from their created constructor.
425 */ 652 */
426 AnimateTransformElement.created() : super.created(); 653 AnimateTransformElement.created() : super.created();
427 654
428 /// Checks if this type is supported on the current platform. 655 /// Checks if this type is supported on the current platform.
429 static bool get supported => true; 656 static bool get supported => true;
430 657
431 } 658 }
432 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 659 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
433 // for details. All rights reserved. Use of this source code is governed by a 660 // for details. All rights reserved. Use of this source code is governed by a
434 // BSD-style license that can be found in the LICENSE file. 661 // BSD-style license that can be found in the LICENSE file.
435 662
436 // WARNING: Do not edit - generated code. 663 // WARNING: Do not edit - generated code.
437 664
438 665
439 @DocsEditable() 666 @DocsEditable()
440 @DomName('SVGAnimatedAngle') 667 @DomName('SVGAnimatedAngle')
441 @Unstable() 668 @Unstable()
442 class AnimatedAngle extends NativeFieldWrapperClass2 { 669 class AnimatedAngle extends NativeFieldWrapperClass2 {
443 // To suppress missing implicit constructor warnings. 670 // To suppress missing implicit constructor warnings.
444 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } 671 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); }
445 672
673 static AnimatedAngle internalCreateAnimatedAngle() {
674 return new AnimatedAngle._internalWrap();
675 }
676
677 js.JsObject blink_jsObject;
678
679 factory AnimatedAngle._internalWrap() {
680 return new AnimatedAngle.internal_();
681 }
682
683 AnimatedAngle.internal_() { }
684
685 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
686 int get hashCode => unwrap_jso(this).hashCode;
687
446 @DomName('SVGAnimatedAngle.animVal') 688 @DomName('SVGAnimatedAngle.animVal')
447 @DocsEditable() 689 @DocsEditable()
448 Angle get animVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.animVal_Ge tter_(unwrap_jso(this))); 690 Angle get animVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.animVal_Ge tter_(unwrap_jso(this)));
449 691
450 @DomName('SVGAnimatedAngle.baseVal') 692 @DomName('SVGAnimatedAngle.baseVal')
451 @DocsEditable() 693 @DocsEditable()
452 Angle get baseVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.baseVal_Ge tter_(unwrap_jso(this))); 694 Angle get baseVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.baseVal_Ge tter_(unwrap_jso(this)));
453 695
454 } 696 }
455 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 697 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
456 // for details. All rights reserved. Use of this source code is governed by a 698 // for details. All rights reserved. Use of this source code is governed by a
457 // BSD-style license that can be found in the LICENSE file. 699 // BSD-style license that can be found in the LICENSE file.
458 700
459 // WARNING: Do not edit - generated code. 701 // WARNING: Do not edit - generated code.
460 702
461 703
462 @DocsEditable() 704 @DocsEditable()
463 @DomName('SVGAnimatedBoolean') 705 @DomName('SVGAnimatedBoolean')
464 @Unstable() 706 @Unstable()
465 class AnimatedBoolean extends NativeFieldWrapperClass2 { 707 class AnimatedBoolean extends NativeFieldWrapperClass2 {
466 // To suppress missing implicit constructor warnings. 708 // To suppress missing implicit constructor warnings.
467 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } 709 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); }
468 710
711 static AnimatedBoolean internalCreateAnimatedBoolean() {
712 return new AnimatedBoolean._internalWrap();
713 }
714
715 js.JsObject blink_jsObject;
716
717 factory AnimatedBoolean._internalWrap() {
718 return new AnimatedBoolean.internal_();
719 }
720
721 AnimatedBoolean.internal_() { }
722
723 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
724 int get hashCode => unwrap_jso(this).hashCode;
725
469 @DomName('SVGAnimatedBoolean.animVal') 726 @DomName('SVGAnimatedBoolean.animVal')
470 @DocsEditable() 727 @DocsEditable()
471 bool get animVal => _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(un wrap_jso(this)); 728 bool get animVal => _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(un wrap_jso(this));
472 729
473 @DomName('SVGAnimatedBoolean.baseVal') 730 @DomName('SVGAnimatedBoolean.baseVal')
474 @DocsEditable() 731 @DocsEditable()
475 bool get baseVal => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(un wrap_jso(this)); 732 bool get baseVal => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(un wrap_jso(this));
476 733
477 @DomName('SVGAnimatedBoolean.baseVal') 734 @DomName('SVGAnimatedBoolean.baseVal')
478 @DocsEditable() 735 @DocsEditable()
479 void set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVa l_Setter_(unwrap_jso(this), value); 736 set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Set ter_(unwrap_jso(this), value);
480 737
481 } 738 }
482 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 739 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
483 // for details. All rights reserved. Use of this source code is governed by a 740 // for details. All rights reserved. Use of this source code is governed by a
484 // BSD-style license that can be found in the LICENSE file. 741 // BSD-style license that can be found in the LICENSE file.
485 742
486 // WARNING: Do not edit - generated code. 743 // WARNING: Do not edit - generated code.
487 744
488 745
489 @DocsEditable() 746 @DocsEditable()
490 @DomName('SVGAnimatedEnumeration') 747 @DomName('SVGAnimatedEnumeration')
491 @Unstable() 748 @Unstable()
492 class AnimatedEnumeration extends NativeFieldWrapperClass2 { 749 class AnimatedEnumeration extends NativeFieldWrapperClass2 {
493 // To suppress missing implicit constructor warnings. 750 // To suppress missing implicit constructor warnings.
494 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported"); } 751 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported"); }
495 752
753 static AnimatedEnumeration internalCreateAnimatedEnumeration() {
754 return new AnimatedEnumeration._internalWrap();
755 }
756
757 js.JsObject blink_jsObject;
758
759 factory AnimatedEnumeration._internalWrap() {
760 return new AnimatedEnumeration.internal_();
761 }
762
763 AnimatedEnumeration.internal_() { }
764
765 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
766 int get hashCode => unwrap_jso(this).hashCode;
767
496 @DomName('SVGAnimatedEnumeration.animVal') 768 @DomName('SVGAnimatedEnumeration.animVal')
497 @DocsEditable() 769 @DocsEditable()
498 int get animVal => _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_ (unwrap_jso(this)); 770 int get animVal => _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_ (unwrap_jso(this));
499 771
500 @DomName('SVGAnimatedEnumeration.baseVal') 772 @DomName('SVGAnimatedEnumeration.baseVal')
501 @DocsEditable() 773 @DocsEditable()
502 int get baseVal => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_ (unwrap_jso(this)); 774 int get baseVal => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_ (unwrap_jso(this));
503 775
504 @DomName('SVGAnimatedEnumeration.baseVal') 776 @DomName('SVGAnimatedEnumeration.baseVal')
505 @DocsEditable() 777 @DocsEditable()
506 void set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.bas eVal_Setter_(unwrap_jso(this), value); 778 set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_ Setter_(unwrap_jso(this), value);
507 779
508 } 780 }
509 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 781 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
510 // for details. All rights reserved. Use of this source code is governed by a 782 // for details. All rights reserved. Use of this source code is governed by a
511 // BSD-style license that can be found in the LICENSE file. 783 // BSD-style license that can be found in the LICENSE file.
512 784
513 // WARNING: Do not edit - generated code. 785 // WARNING: Do not edit - generated code.
514 786
515 787
516 @DocsEditable() 788 @DocsEditable()
517 @DomName('SVGAnimatedInteger') 789 @DomName('SVGAnimatedInteger')
518 @Unstable() 790 @Unstable()
519 class AnimatedInteger extends NativeFieldWrapperClass2 { 791 class AnimatedInteger extends NativeFieldWrapperClass2 {
520 // To suppress missing implicit constructor warnings. 792 // To suppress missing implicit constructor warnings.
521 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } 793 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); }
522 794
795 static AnimatedInteger internalCreateAnimatedInteger() {
796 return new AnimatedInteger._internalWrap();
797 }
798
799 js.JsObject blink_jsObject;
800
801 factory AnimatedInteger._internalWrap() {
802 return new AnimatedInteger.internal_();
803 }
804
805 AnimatedInteger.internal_() { }
806
807 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
808 int get hashCode => unwrap_jso(this).hashCode;
809
523 @DomName('SVGAnimatedInteger.animVal') 810 @DomName('SVGAnimatedInteger.animVal')
524 @DocsEditable() 811 @DocsEditable()
525 int get animVal => _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(unw rap_jso(this)); 812 int get animVal => _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(unw rap_jso(this));
526 813
527 @DomName('SVGAnimatedInteger.baseVal') 814 @DomName('SVGAnimatedInteger.baseVal')
528 @DocsEditable() 815 @DocsEditable()
529 int get baseVal => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(unw rap_jso(this)); 816 int get baseVal => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(unw rap_jso(this));
530 817
531 @DomName('SVGAnimatedInteger.baseVal') 818 @DomName('SVGAnimatedInteger.baseVal')
532 @DocsEditable() 819 @DocsEditable()
533 void set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal _Setter_(unwrap_jso(this), value); 820 set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Sett er_(unwrap_jso(this), value);
534 821
535 } 822 }
536 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 823 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
537 // for details. All rights reserved. Use of this source code is governed by a 824 // for details. All rights reserved. Use of this source code is governed by a
538 // BSD-style license that can be found in the LICENSE file. 825 // BSD-style license that can be found in the LICENSE file.
539 826
540 // WARNING: Do not edit - generated code. 827 // WARNING: Do not edit - generated code.
541 828
542 829
543 @DocsEditable() 830 @DocsEditable()
544 @DomName('SVGAnimatedLength') 831 @DomName('SVGAnimatedLength')
545 @Unstable() 832 @Unstable()
546 class AnimatedLength extends NativeFieldWrapperClass2 { 833 class AnimatedLength extends NativeFieldWrapperClass2 {
547 // To suppress missing implicit constructor warnings. 834 // To suppress missing implicit constructor warnings.
548 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } 835 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); }
549 836
837 static AnimatedLength internalCreateAnimatedLength() {
838 return new AnimatedLength._internalWrap();
839 }
840
841 js.JsObject blink_jsObject;
842
843 factory AnimatedLength._internalWrap() {
844 return new AnimatedLength.internal_();
845 }
846
847 AnimatedLength.internal_() { }
848
849 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
850 int get hashCode => unwrap_jso(this).hashCode;
851
550 @DomName('SVGAnimatedLength.animVal') 852 @DomName('SVGAnimatedLength.animVal')
551 @DocsEditable() 853 @DocsEditable()
552 Length get animVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.animVal_ Getter_(unwrap_jso(this))); 854 Length get animVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.animVal_ Getter_(unwrap_jso(this)));
553 855
554 @DomName('SVGAnimatedLength.baseVal') 856 @DomName('SVGAnimatedLength.baseVal')
555 @DocsEditable() 857 @DocsEditable()
556 Length get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.baseVal_ Getter_(unwrap_jso(this))); 858 Length get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.baseVal_ Getter_(unwrap_jso(this)));
557 859
558 } 860 }
559 // 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
560 // 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
561 // BSD-style license that can be found in the LICENSE file. 863 // BSD-style license that can be found in the LICENSE file.
562 864
563 // WARNING: Do not edit - generated code. 865 // WARNING: Do not edit - generated code.
564 866
565 867
566 @DocsEditable() 868 @DocsEditable()
567 @DomName('SVGAnimatedLengthList') 869 @DomName('SVGAnimatedLengthList')
568 @Unstable() 870 @Unstable()
569 class AnimatedLengthList extends NativeFieldWrapperClass2 { 871 class AnimatedLengthList extends NativeFieldWrapperClass2 {
570 // To suppress missing implicit constructor warnings. 872 // To suppress missing implicit constructor warnings.
571 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported"); } 873 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported"); }
572 874
875 static AnimatedLengthList internalCreateAnimatedLengthList() {
876 return new AnimatedLengthList._internalWrap();
877 }
878
879 js.JsObject blink_jsObject;
880
881 factory AnimatedLengthList._internalWrap() {
882 return new AnimatedLengthList.internal_();
883 }
884
885 AnimatedLengthList.internal_() { }
886
887 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
888 int get hashCode => unwrap_jso(this).hashCode;
889
573 @DomName('SVGAnimatedLengthList.animVal') 890 @DomName('SVGAnimatedLengthList.animVal')
574 @DocsEditable() 891 @DocsEditable()
575 LengthList get animVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance. animVal_Getter_(unwrap_jso(this))); 892 LengthList get animVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance. animVal_Getter_(unwrap_jso(this)));
576 893
577 @DomName('SVGAnimatedLengthList.baseVal') 894 @DomName('SVGAnimatedLengthList.baseVal')
578 @DocsEditable() 895 @DocsEditable()
579 LengthList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance. baseVal_Getter_(unwrap_jso(this))); 896 LengthList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance. baseVal_Getter_(unwrap_jso(this)));
580 897
581 } 898 }
582 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 899 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
583 // for details. All rights reserved. Use of this source code is governed by a 900 // for details. All rights reserved. Use of this source code is governed by a
584 // BSD-style license that can be found in the LICENSE file. 901 // BSD-style license that can be found in the LICENSE file.
585 902
586 // WARNING: Do not edit - generated code. 903 // WARNING: Do not edit - generated code.
587 904
588 905
589 @DocsEditable() 906 @DocsEditable()
590 @DomName('SVGAnimatedNumber') 907 @DomName('SVGAnimatedNumber')
591 @Unstable() 908 @Unstable()
592 class AnimatedNumber extends NativeFieldWrapperClass2 { 909 class AnimatedNumber extends NativeFieldWrapperClass2 {
593 // To suppress missing implicit constructor warnings. 910 // To suppress missing implicit constructor warnings.
594 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } 911 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); }
595 912
913 static AnimatedNumber internalCreateAnimatedNumber() {
914 return new AnimatedNumber._internalWrap();
915 }
916
917 js.JsObject blink_jsObject;
918
919 factory AnimatedNumber._internalWrap() {
920 return new AnimatedNumber.internal_();
921 }
922
923 AnimatedNumber.internal_() { }
924
925 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
926 int get hashCode => unwrap_jso(this).hashCode;
927
596 @DomName('SVGAnimatedNumber.animVal') 928 @DomName('SVGAnimatedNumber.animVal')
597 @DocsEditable() 929 @DocsEditable()
598 double get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(u nwrap_jso(this)); 930 num get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(unwr ap_jso(this));
599 931
600 @DomName('SVGAnimatedNumber.baseVal') 932 @DomName('SVGAnimatedNumber.baseVal')
601 @DocsEditable() 933 @DocsEditable()
602 num get baseVal => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(unwr ap_jso(this)); 934 num get baseVal => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(unwr ap_jso(this));
603 935
604 @DomName('SVGAnimatedNumber.baseVal') 936 @DomName('SVGAnimatedNumber.baseVal')
605 @DocsEditable() 937 @DocsEditable()
606 void set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_ Setter_(unwrap_jso(this), value); 938 set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Sette r_(unwrap_jso(this), value);
607 939
608 } 940 }
609 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 941 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
610 // for details. All rights reserved. Use of this source code is governed by a 942 // for details. All rights reserved. Use of this source code is governed by a
611 // BSD-style license that can be found in the LICENSE file. 943 // BSD-style license that can be found in the LICENSE file.
612 944
613 // WARNING: Do not edit - generated code. 945 // WARNING: Do not edit - generated code.
614 946
615 947
616 @DocsEditable() 948 @DocsEditable()
617 @DomName('SVGAnimatedNumberList') 949 @DomName('SVGAnimatedNumberList')
618 @Unstable() 950 @Unstable()
619 class AnimatedNumberList extends NativeFieldWrapperClass2 { 951 class AnimatedNumberList extends NativeFieldWrapperClass2 {
620 // To suppress missing implicit constructor warnings. 952 // To suppress missing implicit constructor warnings.
621 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported"); } 953 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported"); }
622 954
955 static AnimatedNumberList internalCreateAnimatedNumberList() {
956 return new AnimatedNumberList._internalWrap();
957 }
958
959 js.JsObject blink_jsObject;
960
961 factory AnimatedNumberList._internalWrap() {
962 return new AnimatedNumberList.internal_();
963 }
964
965 AnimatedNumberList.internal_() { }
966
967 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
968 int get hashCode => unwrap_jso(this).hashCode;
969
623 @DomName('SVGAnimatedNumberList.animVal') 970 @DomName('SVGAnimatedNumberList.animVal')
624 @DocsEditable() 971 @DocsEditable()
625 NumberList get animVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance. animVal_Getter_(unwrap_jso(this))); 972 NumberList get animVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance. animVal_Getter_(unwrap_jso(this)));
626 973
627 @DomName('SVGAnimatedNumberList.baseVal') 974 @DomName('SVGAnimatedNumberList.baseVal')
628 @DocsEditable() 975 @DocsEditable()
629 NumberList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance. baseVal_Getter_(unwrap_jso(this))); 976 NumberList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance. baseVal_Getter_(unwrap_jso(this)));
630 977
631 } 978 }
632 // 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
633 // 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
634 // BSD-style license that can be found in the LICENSE file. 981 // BSD-style license that can be found in the LICENSE file.
635 982
636 // WARNING: Do not edit - generated code. 983 // WARNING: Do not edit - generated code.
637 984
638 985
639 @DocsEditable() 986 @DocsEditable()
640 @DomName('SVGAnimatedPreserveAspectRatio') 987 @DomName('SVGAnimatedPreserveAspectRatio')
641 @Unstable() 988 @Unstable()
642 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 { 989 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 {
643 // To suppress missing implicit constructor warnings. 990 // To suppress missing implicit constructor warnings.
644 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp orted"); } 991 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp orted"); }
645 992
993 static AnimatedPreserveAspectRatio internalCreateAnimatedPreserveAspectRatio() {
994 return new AnimatedPreserveAspectRatio._internalWrap();
995 }
996
997 js.JsObject blink_jsObject;
998
999 factory AnimatedPreserveAspectRatio._internalWrap() {
1000 return new AnimatedPreserveAspectRatio.internal_();
1001 }
1002
1003 AnimatedPreserveAspectRatio.internal_() { }
1004
1005 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
1006 int get hashCode => unwrap_jso(this).hashCode;
1007
646 @DomName('SVGAnimatedPreserveAspectRatio.animVal') 1008 @DomName('SVGAnimatedPreserveAspectRatio.animVal')
647 @DocsEditable() 1009 @DocsEditable()
648 PreserveAspectRatio get animVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp ectRatio.instance.animVal_Getter_(unwrap_jso(this))); 1010 PreserveAspectRatio get animVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp ectRatio.instance.animVal_Getter_(unwrap_jso(this)));
649 1011
650 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') 1012 @DomName('SVGAnimatedPreserveAspectRatio.baseVal')
651 @DocsEditable() 1013 @DocsEditable()
652 PreserveAspectRatio get baseVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp ectRatio.instance.baseVal_Getter_(unwrap_jso(this))); 1014 PreserveAspectRatio get baseVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp ectRatio.instance.baseVal_Getter_(unwrap_jso(this)));
653 1015
654 } 1016 }
655 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1017 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
656 // for details. All rights reserved. Use of this source code is governed by a 1018 // for details. All rights reserved. Use of this source code is governed by a
657 // BSD-style license that can be found in the LICENSE file. 1019 // BSD-style license that can be found in the LICENSE file.
658 1020
659 // WARNING: Do not edit - generated code. 1021 // WARNING: Do not edit - generated code.
660 1022
661 1023
662 @DocsEditable() 1024 @DocsEditable()
663 @DomName('SVGAnimatedRect') 1025 @DomName('SVGAnimatedRect')
664 @Unstable() 1026 @Unstable()
665 class AnimatedRect extends NativeFieldWrapperClass2 { 1027 class AnimatedRect extends NativeFieldWrapperClass2 {
666 // To suppress missing implicit constructor warnings. 1028 // To suppress missing implicit constructor warnings.
667 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } 1029 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); }
668 1030
1031 static AnimatedRect internalCreateAnimatedRect() {
1032 return new AnimatedRect._internalWrap();
1033 }
1034
1035 js.JsObject blink_jsObject;
1036
1037 factory AnimatedRect._internalWrap() {
1038 return new AnimatedRect.internal_();
1039 }
1040
1041 AnimatedRect.internal_() { }
1042
1043 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
1044 int get hashCode => unwrap_jso(this).hashCode;
1045
669 @DomName('SVGAnimatedRect.animVal') 1046 @DomName('SVGAnimatedRect.animVal')
670 @DocsEditable() 1047 @DocsEditable()
671 Rect get animVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.animVal_Gett er_(unwrap_jso(this))); 1048 Rect get animVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.animVal_Gett er_(unwrap_jso(this)));
672 1049
673 @DomName('SVGAnimatedRect.baseVal') 1050 @DomName('SVGAnimatedRect.baseVal')
674 @DocsEditable() 1051 @DocsEditable()
675 Rect get baseVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.baseVal_Gett er_(unwrap_jso(this))); 1052 Rect get baseVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.baseVal_Gett er_(unwrap_jso(this)));
676 1053
677 } 1054 }
678 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1055 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
679 // for details. All rights reserved. Use of this source code is governed by a 1056 // for details. All rights reserved. Use of this source code is governed by a
680 // BSD-style license that can be found in the LICENSE file. 1057 // BSD-style license that can be found in the LICENSE file.
681 1058
682 // WARNING: Do not edit - generated code. 1059 // WARNING: Do not edit - generated code.
683 1060
684 1061
685 @DocsEditable() 1062 @DocsEditable()
686 @DomName('SVGAnimatedString') 1063 @DomName('SVGAnimatedString')
687 @Unstable() 1064 @Unstable()
688 class AnimatedString extends NativeFieldWrapperClass2 { 1065 class AnimatedString extends NativeFieldWrapperClass2 {
689 // To suppress missing implicit constructor warnings. 1066 // To suppress missing implicit constructor warnings.
690 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } 1067 factory AnimatedString._() { throw new UnsupportedError("Not supported"); }
691 1068
1069 static AnimatedString internalCreateAnimatedString() {
1070 return new AnimatedString._internalWrap();
1071 }
1072
1073 js.JsObject blink_jsObject;
1074
1075 factory AnimatedString._internalWrap() {
1076 return new AnimatedString.internal_();
1077 }
1078
1079 AnimatedString.internal_() { }
1080
1081 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
1082 int get hashCode => unwrap_jso(this).hashCode;
1083
692 @DomName('SVGAnimatedString.animVal') 1084 @DomName('SVGAnimatedString.animVal')
693 @DocsEditable() 1085 @DocsEditable()
694 String get animVal => _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(u nwrap_jso(this)); 1086 String get animVal => _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(u nwrap_jso(this));
695 1087
696 @DomName('SVGAnimatedString.baseVal') 1088 @DomName('SVGAnimatedString.baseVal')
697 @DocsEditable() 1089 @DocsEditable()
698 String get baseVal => _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(u nwrap_jso(this)); 1090 String get baseVal => _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(u nwrap_jso(this));
699 1091
700 @DomName('SVGAnimatedString.baseVal') 1092 @DomName('SVGAnimatedString.baseVal')
701 @DocsEditable() 1093 @DocsEditable()
702 void set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseV al_Setter_(unwrap_jso(this), value); 1094 set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseVal_Se tter_(unwrap_jso(this), value);
703 1095
704 } 1096 }
705 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1097 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
706 // for details. All rights reserved. Use of this source code is governed by a 1098 // for details. All rights reserved. Use of this source code is governed by a
707 // BSD-style license that can be found in the LICENSE file. 1099 // BSD-style license that can be found in the LICENSE file.
708 1100
709 // WARNING: Do not edit - generated code. 1101 // WARNING: Do not edit - generated code.
710 1102
711 1103
712 @DocsEditable() 1104 @DocsEditable()
713 @DomName('SVGAnimatedTransformList') 1105 @DomName('SVGAnimatedTransformList')
714 @Unstable() 1106 @Unstable()
715 class AnimatedTransformList extends NativeFieldWrapperClass2 { 1107 class AnimatedTransformList extends NativeFieldWrapperClass2 {
716 // To suppress missing implicit constructor warnings. 1108 // To suppress missing implicit constructor warnings.
717 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported" ); } 1109 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported" ); }
718 1110
1111 static AnimatedTransformList internalCreateAnimatedTransformList() {
1112 return new AnimatedTransformList._internalWrap();
1113 }
1114
1115 js.JsObject blink_jsObject;
1116
1117 factory AnimatedTransformList._internalWrap() {
1118 return new AnimatedTransformList.internal_();
1119 }
1120
1121 AnimatedTransformList.internal_() { }
1122
1123 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
1124 int get hashCode => unwrap_jso(this).hashCode;
1125
719 @DomName('SVGAnimatedTransformList.animVal') 1126 @DomName('SVGAnimatedTransformList.animVal')
720 @DocsEditable() 1127 @DocsEditable()
721 TransformList get animVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins tance.animVal_Getter_(unwrap_jso(this))); 1128 TransformList get animVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins tance.animVal_Getter_(unwrap_jso(this)));
722 1129
723 @DomName('SVGAnimatedTransformList.baseVal') 1130 @DomName('SVGAnimatedTransformList.baseVal')
724 @DocsEditable() 1131 @DocsEditable()
725 TransformList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins tance.baseVal_Getter_(unwrap_jso(this))); 1132 TransformList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins tance.baseVal_Getter_(unwrap_jso(this)));
726 1133
727 } 1134 }
728 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1135 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
729 // for details. All rights reserved. Use of this source code is governed by a 1136 // for details. All rights reserved. Use of this source code is governed by a
730 // BSD-style license that can be found in the LICENSE file. 1137 // BSD-style license that can be found in the LICENSE file.
731 1138
732 // WARNING: Do not edit - generated code. 1139 // WARNING: Do not edit - generated code.
733 1140
734 1141
735 @DocsEditable() 1142 @DocsEditable()
736 @DomName('SVGAnimationElement') 1143 @DomName('SVGAnimationElement')
737 @Unstable() 1144 @Unstable()
738 class AnimationElement extends SvgElement implements Tests { 1145 class AnimationElement extends SvgElement implements Tests {
739 // To suppress missing implicit constructor warnings. 1146 // To suppress missing implicit constructor warnings.
740 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } 1147 factory AnimationElement._() { throw new UnsupportedError("Not supported"); }
741 1148
742 @DomName('SVGAnimationElement.SVGAnimationElement') 1149 @DomName('SVGAnimationElement.SVGAnimationElement')
743 @DocsEditable() 1150 @DocsEditable()
744 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation"); 1151 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation");
1152
1153
1154 static AnimationElement internalCreateAnimationElement() {
1155 return new AnimationElement._internalWrap();
1156 }
1157
1158 factory AnimationElement._internalWrap() {
1159 return new AnimationElement.internal_();
1160 }
1161
1162 AnimationElement.internal_() : super.internal_();
1163
745 /** 1164 /**
746 * Constructor instantiated by the DOM when a custom element has been created. 1165 * Constructor instantiated by the DOM when a custom element has been created.
747 * 1166 *
748 * This can only be called by subclasses from their created constructor. 1167 * This can only be called by subclasses from their created constructor.
749 */ 1168 */
750 AnimationElement.created() : super.created(); 1169 AnimationElement.created() : super.created();
751 1170
752 @DomName('SVGAnimationElement.targetElement') 1171 @DomName('SVGAnimationElement.targetElement')
753 @DocsEditable() 1172 @DocsEditable()
754 SvgElement get targetElement => wrap_jso(_blink.BlinkSVGAnimationElement.insta nce.targetElement_Getter_(unwrap_jso(this))); 1173 SvgElement get targetElement => wrap_jso(_blink.BlinkSVGAnimationElement.insta nce.targetElement_Getter_(unwrap_jso(this)));
755 1174
756 @DomName('SVGAnimationElement.beginElement') 1175 @DomName('SVGAnimationElement.beginElement')
757 @DocsEditable() 1176 @DocsEditable()
758 void beginElement() => _blink.BlinkSVGAnimationElement.instance.beginElement_C allback_0_(unwrap_jso(this)); 1177 void beginElement() => _blink.BlinkSVGAnimationElement.instance.beginElement_C allback_0_(unwrap_jso(this));
759 1178
760 @DomName('SVGAnimationElement.beginElementAt') 1179 @DomName('SVGAnimationElement.beginElementAt')
761 @DocsEditable() 1180 @DocsEditable()
762 void beginElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.be ginElementAt_Callback_1_(unwrap_jso(this), offset); 1181 void beginElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.be ginElementAt_Callback_1_(unwrap_jso(this), offset);
763 1182
764 @DomName('SVGAnimationElement.endElement') 1183 @DomName('SVGAnimationElement.endElement')
765 @DocsEditable() 1184 @DocsEditable()
766 void endElement() => _blink.BlinkSVGAnimationElement.instance.endElement_Callb ack_0_(unwrap_jso(this)); 1185 void endElement() => _blink.BlinkSVGAnimationElement.instance.endElement_Callb ack_0_(unwrap_jso(this));
767 1186
768 @DomName('SVGAnimationElement.endElementAt') 1187 @DomName('SVGAnimationElement.endElementAt')
769 @DocsEditable() 1188 @DocsEditable()
770 void endElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.endE lementAt_Callback_1_(unwrap_jso(this), offset); 1189 void endElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.endE lementAt_Callback_1_(unwrap_jso(this), offset);
771 1190
772 @DomName('SVGAnimationElement.getCurrentTime') 1191 @DomName('SVGAnimationElement.getCurrentTime')
773 @DocsEditable() 1192 @DocsEditable()
774 double getCurrentTime() => _blink.BlinkSVGAnimationElement.instance.getCurrent Time_Callback_0_(unwrap_jso(this)); 1193 num getCurrentTime() => _blink.BlinkSVGAnimationElement.instance.getCurrentTim e_Callback_0_(unwrap_jso(this));
775 1194
776 @DomName('SVGAnimationElement.getSimpleDuration') 1195 @DomName('SVGAnimationElement.getSimpleDuration')
777 @DocsEditable() 1196 @DocsEditable()
778 double getSimpleDuration() => _blink.BlinkSVGAnimationElement.instance.getSimp leDuration_Callback_0_(unwrap_jso(this)); 1197 num getSimpleDuration() => _blink.BlinkSVGAnimationElement.instance.getSimpleD uration_Callback_0_(unwrap_jso(this));
779 1198
780 @DomName('SVGAnimationElement.getStartTime') 1199 @DomName('SVGAnimationElement.getStartTime')
781 @DocsEditable() 1200 @DocsEditable()
782 double getStartTime() => _blink.BlinkSVGAnimationElement.instance.getStartTime _Callback_0_(unwrap_jso(this)); 1201 num getStartTime() => _blink.BlinkSVGAnimationElement.instance.getStartTime_Ca llback_0_(unwrap_jso(this));
783 1202
784 @DomName('SVGAnimationElement.requiredExtensions') 1203 @DomName('SVGAnimationElement.requiredExtensions')
785 @DocsEditable() 1204 @DocsEditable()
786 StringList get requiredExtensions => wrap_jso(_blink.BlinkSVGAnimationElement. instance.requiredExtensions_Getter_(unwrap_jso(this))); 1205 StringList get requiredExtensions => wrap_jso(_blink.BlinkSVGAnimationElement. instance.requiredExtensions_Getter_(unwrap_jso(this)));
787 1206
788 @DomName('SVGAnimationElement.requiredFeatures') 1207 @DomName('SVGAnimationElement.requiredFeatures')
789 @DocsEditable() 1208 @DocsEditable()
790 StringList get requiredFeatures => wrap_jso(_blink.BlinkSVGAnimationElement.in stance.requiredFeatures_Getter_(unwrap_jso(this))); 1209 StringList get requiredFeatures => wrap_jso(_blink.BlinkSVGAnimationElement.in stance.requiredFeatures_Getter_(unwrap_jso(this)));
791 1210
792 @DomName('SVGAnimationElement.systemLanguage') 1211 @DomName('SVGAnimationElement.systemLanguage')
(...skipping 15 matching lines...) Expand all
808 @DocsEditable() 1227 @DocsEditable()
809 @DomName('SVGCircleElement') 1228 @DomName('SVGCircleElement')
810 @Unstable() 1229 @Unstable()
811 class CircleElement extends GeometryElement { 1230 class CircleElement extends GeometryElement {
812 // To suppress missing implicit constructor warnings. 1231 // To suppress missing implicit constructor warnings.
813 factory CircleElement._() { throw new UnsupportedError("Not supported"); } 1232 factory CircleElement._() { throw new UnsupportedError("Not supported"); }
814 1233
815 @DomName('SVGCircleElement.SVGCircleElement') 1234 @DomName('SVGCircleElement.SVGCircleElement')
816 @DocsEditable() 1235 @DocsEditable()
817 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle"); 1236 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle");
1237
1238
1239 static CircleElement internalCreateCircleElement() {
1240 return new CircleElement._internalWrap();
1241 }
1242
1243 factory CircleElement._internalWrap() {
1244 return new CircleElement.internal_();
1245 }
1246
1247 CircleElement.internal_() : super.internal_();
1248
818 /** 1249 /**
819 * Constructor instantiated by the DOM when a custom element has been created. 1250 * Constructor instantiated by the DOM when a custom element has been created.
820 * 1251 *
821 * This can only be called by subclasses from their created constructor. 1252 * This can only be called by subclasses from their created constructor.
822 */ 1253 */
823 CircleElement.created() : super.created(); 1254 CircleElement.created() : super.created();
824 1255
825 @DomName('SVGCircleElement.cx') 1256 @DomName('SVGCircleElement.cx')
826 @DocsEditable() 1257 @DocsEditable()
827 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGCircleElement.instance.cx_Get ter_(unwrap_jso(this))); 1258 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGCircleElement.instance.cx_Get ter_(unwrap_jso(this)));
(...skipping 17 matching lines...) Expand all
845 @DocsEditable() 1276 @DocsEditable()
846 @DomName('SVGClipPathElement') 1277 @DomName('SVGClipPathElement')
847 @Unstable() 1278 @Unstable()
848 class ClipPathElement extends GraphicsElement { 1279 class ClipPathElement extends GraphicsElement {
849 // To suppress missing implicit constructor warnings. 1280 // To suppress missing implicit constructor warnings.
850 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } 1281 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); }
851 1282
852 @DomName('SVGClipPathElement.SVGClipPathElement') 1283 @DomName('SVGClipPathElement.SVGClipPathElement')
853 @DocsEditable() 1284 @DocsEditable()
854 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath"); 1285 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath");
1286
1287
1288 static ClipPathElement internalCreateClipPathElement() {
1289 return new ClipPathElement._internalWrap();
1290 }
1291
1292 factory ClipPathElement._internalWrap() {
1293 return new ClipPathElement.internal_();
1294 }
1295
1296 ClipPathElement.internal_() : super.internal_();
1297
855 /** 1298 /**
856 * Constructor instantiated by the DOM when a custom element has been created. 1299 * Constructor instantiated by the DOM when a custom element has been created.
857 * 1300 *
858 * This can only be called by subclasses from their created constructor. 1301 * This can only be called by subclasses from their created constructor.
859 */ 1302 */
860 ClipPathElement.created() : super.created(); 1303 ClipPathElement.created() : super.created();
861 1304
862 @DomName('SVGClipPathElement.clipPathUnits') 1305 @DomName('SVGClipPathElement.clipPathUnits')
863 @DocsEditable() 1306 @DocsEditable()
864 AnimatedEnumeration get clipPathUnits => wrap_jso(_blink.BlinkSVGClipPathEleme nt.instance.clipPathUnits_Getter_(unwrap_jso(this))); 1307 AnimatedEnumeration get clipPathUnits => wrap_jso(_blink.BlinkSVGClipPathEleme nt.instance.clipPathUnits_Getter_(unwrap_jso(this)));
865 1308
866 } 1309 }
867 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1310 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
868 // for details. All rights reserved. Use of this source code is governed by a 1311 // for details. All rights reserved. Use of this source code is governed by a
869 // BSD-style license that can be found in the LICENSE file. 1312 // BSD-style license that can be found in the LICENSE file.
870 1313
871 // WARNING: Do not edit - generated code. 1314 // WARNING: Do not edit - generated code.
872 1315
873 1316
874 @DocsEditable() 1317 @DocsEditable()
875 @DomName('SVGDefsElement') 1318 @DomName('SVGDefsElement')
876 @Unstable() 1319 @Unstable()
877 class DefsElement extends GraphicsElement { 1320 class DefsElement extends GraphicsElement {
878 // To suppress missing implicit constructor warnings. 1321 // To suppress missing implicit constructor warnings.
879 factory DefsElement._() { throw new UnsupportedError("Not supported"); } 1322 factory DefsElement._() { throw new UnsupportedError("Not supported"); }
880 1323
881 @DomName('SVGDefsElement.SVGDefsElement') 1324 @DomName('SVGDefsElement.SVGDefsElement')
882 @DocsEditable() 1325 @DocsEditable()
883 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs "); 1326 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs ");
1327
1328
1329 static DefsElement internalCreateDefsElement() {
1330 return new DefsElement._internalWrap();
1331 }
1332
1333 factory DefsElement._internalWrap() {
1334 return new DefsElement.internal_();
1335 }
1336
1337 DefsElement.internal_() : super.internal_();
1338
884 /** 1339 /**
885 * Constructor instantiated by the DOM when a custom element has been created. 1340 * Constructor instantiated by the DOM when a custom element has been created.
886 * 1341 *
887 * This can only be called by subclasses from their created constructor. 1342 * This can only be called by subclasses from their created constructor.
888 */ 1343 */
889 DefsElement.created() : super.created(); 1344 DefsElement.created() : super.created();
890 1345
891 } 1346 }
892 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1347 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
893 // for details. All rights reserved. Use of this source code is governed by a 1348 // for details. All rights reserved. Use of this source code is governed by a
894 // BSD-style license that can be found in the LICENSE file. 1349 // BSD-style license that can be found in the LICENSE file.
895 1350
896 // WARNING: Do not edit - generated code. 1351 // WARNING: Do not edit - generated code.
897 1352
898 1353
899 @DocsEditable() 1354 @DocsEditable()
900 @DomName('SVGDescElement') 1355 @DomName('SVGDescElement')
901 @Unstable() 1356 @Unstable()
902 class DescElement extends SvgElement { 1357 class DescElement extends SvgElement {
903 // To suppress missing implicit constructor warnings. 1358 // To suppress missing implicit constructor warnings.
904 factory DescElement._() { throw new UnsupportedError("Not supported"); } 1359 factory DescElement._() { throw new UnsupportedError("Not supported"); }
905 1360
906 @DomName('SVGDescElement.SVGDescElement') 1361 @DomName('SVGDescElement.SVGDescElement')
907 @DocsEditable() 1362 @DocsEditable()
908 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc "); 1363 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc ");
1364
1365
1366 static DescElement internalCreateDescElement() {
1367 return new DescElement._internalWrap();
1368 }
1369
1370 factory DescElement._internalWrap() {
1371 return new DescElement.internal_();
1372 }
1373
1374 DescElement.internal_() : super.internal_();
1375
909 /** 1376 /**
910 * Constructor instantiated by the DOM when a custom element has been created. 1377 * Constructor instantiated by the DOM when a custom element has been created.
911 * 1378 *
912 * This can only be called by subclasses from their created constructor. 1379 * This can only be called by subclasses from their created constructor.
913 */ 1380 */
914 DescElement.created() : super.created(); 1381 DescElement.created() : super.created();
915 1382
916 } 1383 }
917 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1384 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
918 // for details. All rights reserved. Use of this source code is governed by a 1385 // for details. All rights reserved. Use of this source code is governed by a
919 // BSD-style license that can be found in the LICENSE file. 1386 // BSD-style license that can be found in the LICENSE file.
920 1387
921 // WARNING: Do not edit - generated code. 1388 // WARNING: Do not edit - generated code.
922 1389
923 1390
924 @DocsEditable() 1391 @DocsEditable()
925 @DomName('SVGDiscardElement') 1392 @DomName('SVGDiscardElement')
926 @Experimental() // untriaged 1393 @Experimental() // untriaged
927 class DiscardElement extends SvgElement { 1394 class DiscardElement extends SvgElement {
928 // To suppress missing implicit constructor warnings. 1395 // To suppress missing implicit constructor warnings.
929 factory DiscardElement._() { throw new UnsupportedError("Not supported"); } 1396 factory DiscardElement._() { throw new UnsupportedError("Not supported"); }
1397
1398
1399 static DiscardElement internalCreateDiscardElement() {
1400 return new DiscardElement._internalWrap();
1401 }
1402
1403 factory DiscardElement._internalWrap() {
1404 return new DiscardElement.internal_();
1405 }
1406
1407 DiscardElement.internal_() : super.internal_();
1408
930 /** 1409 /**
931 * Constructor instantiated by the DOM when a custom element has been created. 1410 * Constructor instantiated by the DOM when a custom element has been created.
932 * 1411 *
933 * This can only be called by subclasses from their created constructor. 1412 * This can only be called by subclasses from their created constructor.
934 */ 1413 */
935 DiscardElement.created() : super.created(); 1414 DiscardElement.created() : super.created();
936 1415
937 } 1416 }
938 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1417 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
939 // for details. All rights reserved. Use of this source code is governed by a 1418 // for details. All rights reserved. Use of this source code is governed by a
940 // BSD-style license that can be found in the LICENSE file. 1419 // BSD-style license that can be found in the LICENSE file.
941 1420
942 // WARNING: Do not edit - generated code. 1421 // WARNING: Do not edit - generated code.
943 1422
944 1423
945 @DocsEditable() 1424 @DocsEditable()
946 @DomName('SVGEllipseElement') 1425 @DomName('SVGEllipseElement')
947 @Unstable() 1426 @Unstable()
948 class EllipseElement extends GeometryElement { 1427 class EllipseElement extends GeometryElement {
949 // To suppress missing implicit constructor warnings. 1428 // To suppress missing implicit constructor warnings.
950 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } 1429 factory EllipseElement._() { throw new UnsupportedError("Not supported"); }
951 1430
952 @DomName('SVGEllipseElement.SVGEllipseElement') 1431 @DomName('SVGEllipseElement.SVGEllipseElement')
953 @DocsEditable() 1432 @DocsEditable()
954 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse"); 1433 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse");
1434
1435
1436 static EllipseElement internalCreateEllipseElement() {
1437 return new EllipseElement._internalWrap();
1438 }
1439
1440 factory EllipseElement._internalWrap() {
1441 return new EllipseElement.internal_();
1442 }
1443
1444 EllipseElement.internal_() : super.internal_();
1445
955 /** 1446 /**
956 * Constructor instantiated by the DOM when a custom element has been created. 1447 * Constructor instantiated by the DOM when a custom element has been created.
957 * 1448 *
958 * This can only be called by subclasses from their created constructor. 1449 * This can only be called by subclasses from their created constructor.
959 */ 1450 */
960 EllipseElement.created() : super.created(); 1451 EllipseElement.created() : super.created();
961 1452
962 @DomName('SVGEllipseElement.cx') 1453 @DomName('SVGEllipseElement.cx')
963 @DocsEditable() 1454 @DocsEditable()
964 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGEllipseElement.instance.cx_Ge tter_(unwrap_jso(this))); 1455 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGEllipseElement.instance.cx_Ge tter_(unwrap_jso(this)));
(...skipping 25 matching lines...) Expand all
990 @SupportedBrowser(SupportedBrowser.IE, '10') 1481 @SupportedBrowser(SupportedBrowser.IE, '10')
991 @SupportedBrowser(SupportedBrowser.SAFARI) 1482 @SupportedBrowser(SupportedBrowser.SAFARI)
992 @Unstable() 1483 @Unstable()
993 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib utes { 1484 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib utes {
994 // To suppress missing implicit constructor warnings. 1485 // To suppress missing implicit constructor warnings.
995 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); } 1486 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); }
996 1487
997 @DomName('SVGFEBlendElement.SVGFEBlendElement') 1488 @DomName('SVGFEBlendElement.SVGFEBlendElement')
998 @DocsEditable() 1489 @DocsEditable()
999 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eBlend"); 1490 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eBlend");
1491
1492
1493 static FEBlendElement internalCreateFEBlendElement() {
1494 return new FEBlendElement._internalWrap();
1495 }
1496
1497 factory FEBlendElement._internalWrap() {
1498 return new FEBlendElement.internal_();
1499 }
1500
1501 FEBlendElement.internal_() : super.internal_();
1502
1000 /** 1503 /**
1001 * Constructor instantiated by the DOM when a custom element has been created. 1504 * Constructor instantiated by the DOM when a custom element has been created.
1002 * 1505 *
1003 * This can only be called by subclasses from their created constructor. 1506 * This can only be called by subclasses from their created constructor.
1004 */ 1507 */
1005 FEBlendElement.created() : super.created(); 1508 FEBlendElement.created() : super.created();
1006 1509
1007 /// Checks if this type is supported on the current platform. 1510 /// Checks if this type is supported on the current platform.
1008 static bool get supported => true; 1511 static bool get supported => true;
1009 1512
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 @SupportedBrowser(SupportedBrowser.IE, '10') 1581 @SupportedBrowser(SupportedBrowser.IE, '10')
1079 @SupportedBrowser(SupportedBrowser.SAFARI) 1582 @SupportedBrowser(SupportedBrowser.SAFARI)
1080 @Unstable() 1583 @Unstable()
1081 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard Attributes { 1584 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard Attributes {
1082 // To suppress missing implicit constructor warnings. 1585 // To suppress missing implicit constructor warnings.
1083 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported") ; } 1586 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported") ; }
1084 1587
1085 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') 1588 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement')
1086 @DocsEditable() 1589 @DocsEditable()
1087 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_ tag("feColorMatrix"); 1590 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_ tag("feColorMatrix");
1591
1592
1593 static FEColorMatrixElement internalCreateFEColorMatrixElement() {
1594 return new FEColorMatrixElement._internalWrap();
1595 }
1596
1597 factory FEColorMatrixElement._internalWrap() {
1598 return new FEColorMatrixElement.internal_();
1599 }
1600
1601 FEColorMatrixElement.internal_() : super.internal_();
1602
1088 /** 1603 /**
1089 * Constructor instantiated by the DOM when a custom element has been created. 1604 * Constructor instantiated by the DOM when a custom element has been created.
1090 * 1605 *
1091 * This can only be called by subclasses from their created constructor. 1606 * This can only be called by subclasses from their created constructor.
1092 */ 1607 */
1093 FEColorMatrixElement.created() : super.created(); 1608 FEColorMatrixElement.created() : super.created();
1094 1609
1095 /// Checks if this type is supported on the current platform. 1610 /// Checks if this type is supported on the current platform.
1096 static bool get supported => true; 1611 static bool get supported => true;
1097 1612
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 @SupportedBrowser(SupportedBrowser.IE, '10') 1677 @SupportedBrowser(SupportedBrowser.IE, '10')
1163 @SupportedBrowser(SupportedBrowser.SAFARI) 1678 @SupportedBrowser(SupportedBrowser.SAFARI)
1164 @Unstable() 1679 @Unstable()
1165 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt andardAttributes { 1680 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt andardAttributes {
1166 // To suppress missing implicit constructor warnings. 1681 // To suppress missing implicit constructor warnings.
1167 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo rted"); } 1682 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo rted"); }
1168 1683
1169 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') 1684 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement')
1170 @DocsEditable() 1685 @DocsEditable()
1171 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl ement_tag("feComponentTransfer"); 1686 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl ement_tag("feComponentTransfer");
1687
1688
1689 static FEComponentTransferElement internalCreateFEComponentTransferElement() {
1690 return new FEComponentTransferElement._internalWrap();
1691 }
1692
1693 factory FEComponentTransferElement._internalWrap() {
1694 return new FEComponentTransferElement.internal_();
1695 }
1696
1697 FEComponentTransferElement.internal_() : super.internal_();
1698
1172 /** 1699 /**
1173 * Constructor instantiated by the DOM when a custom element has been created. 1700 * Constructor instantiated by the DOM when a custom element has been created.
1174 * 1701 *
1175 * This can only be called by subclasses from their created constructor. 1702 * This can only be called by subclasses from their created constructor.
1176 */ 1703 */
1177 FEComponentTransferElement.created() : super.created(); 1704 FEComponentTransferElement.created() : super.created();
1178 1705
1179 /// Checks if this type is supported on the current platform. 1706 /// Checks if this type is supported on the current platform.
1180 static bool get supported => true; 1707 static bool get supported => true;
1181 1708
(...skipping 28 matching lines...) Expand all
1210 1737
1211 // WARNING: Do not edit - generated code. 1738 // WARNING: Do not edit - generated code.
1212 1739
1213 1740
1214 @DocsEditable() 1741 @DocsEditable()
1215 @DomName('SVGFECompositeElement') 1742 @DomName('SVGFECompositeElement')
1216 @Unstable() 1743 @Unstable()
1217 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt tributes { 1744 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt tributes {
1218 // To suppress missing implicit constructor warnings. 1745 // To suppress missing implicit constructor warnings.
1219 factory FECompositeElement._() { throw new UnsupportedError("Not supported"); } 1746 factory FECompositeElement._() { throw new UnsupportedError("Not supported"); }
1747
1748
1749 static FECompositeElement internalCreateFECompositeElement() {
1750 return new FECompositeElement._internalWrap();
1751 }
1752
1753 factory FECompositeElement._internalWrap() {
1754 return new FECompositeElement.internal_();
1755 }
1756
1757 FECompositeElement.internal_() : super.internal_();
1758
1220 /** 1759 /**
1221 * Constructor instantiated by the DOM when a custom element has been created. 1760 * Constructor instantiated by the DOM when a custom element has been created.
1222 * 1761 *
1223 * This can only be called by subclasses from their created constructor. 1762 * This can only be called by subclasses from their created constructor.
1224 */ 1763 */
1225 FECompositeElement.created() : super.created(); 1764 FECompositeElement.created() : super.created();
1226 1765
1227 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC') 1766 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC')
1228 @DocsEditable() 1767 @DocsEditable()
1229 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; 1768 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6;
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 @SupportedBrowser(SupportedBrowser.IE, '10') 1854 @SupportedBrowser(SupportedBrowser.IE, '10')
1316 @SupportedBrowser(SupportedBrowser.SAFARI) 1855 @SupportedBrowser(SupportedBrowser.SAFARI)
1317 @Unstable() 1856 @Unstable()
1318 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand ardAttributes { 1857 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand ardAttributes {
1319 // To suppress missing implicit constructor warnings. 1858 // To suppress missing implicit constructor warnings.
1320 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte d"); } 1859 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte d"); }
1321 1860
1322 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') 1861 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement')
1323 @DocsEditable() 1862 @DocsEditable()
1324 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("feConvolveMatrix"); 1863 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("feConvolveMatrix");
1864
1865
1866 static FEConvolveMatrixElement internalCreateFEConvolveMatrixElement() {
1867 return new FEConvolveMatrixElement._internalWrap();
1868 }
1869
1870 factory FEConvolveMatrixElement._internalWrap() {
1871 return new FEConvolveMatrixElement.internal_();
1872 }
1873
1874 FEConvolveMatrixElement.internal_() : super.internal_();
1875
1325 /** 1876 /**
1326 * Constructor instantiated by the DOM when a custom element has been created. 1877 * Constructor instantiated by the DOM when a custom element has been created.
1327 * 1878 *
1328 * This can only be called by subclasses from their created constructor. 1879 * This can only be called by subclasses from their created constructor.
1329 */ 1880 */
1330 FEConvolveMatrixElement.created() : super.created(); 1881 FEConvolveMatrixElement.created() : super.created();
1331 1882
1332 /// Checks if this type is supported on the current platform. 1883 /// Checks if this type is supported on the current platform.
1333 static bool get supported => true; 1884 static bool get supported => true;
1334 1885
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 @SupportedBrowser(SupportedBrowser.IE, '10') 1982 @SupportedBrowser(SupportedBrowser.IE, '10')
1432 @SupportedBrowser(SupportedBrowser.SAFARI) 1983 @SupportedBrowser(SupportedBrowser.SAFARI)
1433 @Unstable() 1984 @Unstable()
1434 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan dardAttributes { 1985 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan dardAttributes {
1435 // To suppress missing implicit constructor warnings. 1986 // To suppress missing implicit constructor warnings.
1436 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support ed"); } 1987 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support ed"); }
1437 1988
1438 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') 1989 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement')
1439 @DocsEditable() 1990 @DocsEditable()
1440 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDiffuseLighting"); 1991 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDiffuseLighting");
1992
1993
1994 static FEDiffuseLightingElement internalCreateFEDiffuseLightingElement() {
1995 return new FEDiffuseLightingElement._internalWrap();
1996 }
1997
1998 factory FEDiffuseLightingElement._internalWrap() {
1999 return new FEDiffuseLightingElement.internal_();
2000 }
2001
2002 FEDiffuseLightingElement.internal_() : super.internal_();
2003
1441 /** 2004 /**
1442 * Constructor instantiated by the DOM when a custom element has been created. 2005 * Constructor instantiated by the DOM when a custom element has been created.
1443 * 2006 *
1444 * This can only be called by subclasses from their created constructor. 2007 * This can only be called by subclasses from their created constructor.
1445 */ 2008 */
1446 FEDiffuseLightingElement.created() : super.created(); 2009 FEDiffuseLightingElement.created() : super.created();
1447 2010
1448 /// Checks if this type is supported on the current platform. 2011 /// Checks if this type is supported on the current platform.
1449 static bool get supported => true; 2012 static bool get supported => true;
1450 2013
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
1503 @SupportedBrowser(SupportedBrowser.IE, '10') 2066 @SupportedBrowser(SupportedBrowser.IE, '10')
1504 @SupportedBrowser(SupportedBrowser.SAFARI) 2067 @SupportedBrowser(SupportedBrowser.SAFARI)
1505 @Unstable() 2068 @Unstable()
1506 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan dardAttributes { 2069 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan dardAttributes {
1507 // To suppress missing implicit constructor warnings. 2070 // To suppress missing implicit constructor warnings.
1508 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support ed"); } 2071 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support ed"); }
1509 2072
1510 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') 2073 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement')
1511 @DocsEditable() 2074 @DocsEditable()
1512 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDisplacementMap"); 2075 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDisplacementMap");
2076
2077
2078 static FEDisplacementMapElement internalCreateFEDisplacementMapElement() {
2079 return new FEDisplacementMapElement._internalWrap();
2080 }
2081
2082 factory FEDisplacementMapElement._internalWrap() {
2083 return new FEDisplacementMapElement.internal_();
2084 }
2085
2086 FEDisplacementMapElement.internal_() : super.internal_();
2087
1513 /** 2088 /**
1514 * Constructor instantiated by the DOM when a custom element has been created. 2089 * Constructor instantiated by the DOM when a custom element has been created.
1515 * 2090 *
1516 * This can only be called by subclasses from their created constructor. 2091 * This can only be called by subclasses from their created constructor.
1517 */ 2092 */
1518 FEDisplacementMapElement.created() : super.created(); 2093 FEDisplacementMapElement.created() : super.created();
1519 2094
1520 /// Checks if this type is supported on the current platform. 2095 /// Checks if this type is supported on the current platform.
1521 static bool get supported => true; 2096 static bool get supported => true;
1522 2097
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1595 @SupportedBrowser(SupportedBrowser.IE, '10') 2170 @SupportedBrowser(SupportedBrowser.IE, '10')
1596 @SupportedBrowser(SupportedBrowser.SAFARI) 2171 @SupportedBrowser(SupportedBrowser.SAFARI)
1597 @Unstable() 2172 @Unstable()
1598 class FEDistantLightElement extends SvgElement { 2173 class FEDistantLightElement extends SvgElement {
1599 // To suppress missing implicit constructor warnings. 2174 // To suppress missing implicit constructor warnings.
1600 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported" ); } 2175 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported" ); }
1601 2176
1602 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') 2177 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement')
1603 @DocsEditable() 2178 @DocsEditable()
1604 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement _tag("feDistantLight"); 2179 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement _tag("feDistantLight");
2180
2181
2182 static FEDistantLightElement internalCreateFEDistantLightElement() {
2183 return new FEDistantLightElement._internalWrap();
2184 }
2185
2186 factory FEDistantLightElement._internalWrap() {
2187 return new FEDistantLightElement.internal_();
2188 }
2189
2190 FEDistantLightElement.internal_() : super.internal_();
2191
1605 /** 2192 /**
1606 * Constructor instantiated by the DOM when a custom element has been created. 2193 * Constructor instantiated by the DOM when a custom element has been created.
1607 * 2194 *
1608 * This can only be called by subclasses from their created constructor. 2195 * This can only be called by subclasses from their created constructor.
1609 */ 2196 */
1610 FEDistantLightElement.created() : super.created(); 2197 FEDistantLightElement.created() : super.created();
1611 2198
1612 /// Checks if this type is supported on the current platform. 2199 /// Checks if this type is supported on the current platform.
1613 static bool get supported => true; 2200 static bool get supported => true;
1614 2201
(...skipping 20 matching lines...) Expand all
1635 @SupportedBrowser(SupportedBrowser.IE, '10') 2222 @SupportedBrowser(SupportedBrowser.IE, '10')
1636 @SupportedBrowser(SupportedBrowser.SAFARI) 2223 @SupportedBrowser(SupportedBrowser.SAFARI)
1637 @Unstable() 2224 @Unstable()
1638 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib utes { 2225 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib utes {
1639 // To suppress missing implicit constructor warnings. 2226 // To suppress missing implicit constructor warnings.
1640 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); } 2227 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); }
1641 2228
1642 @DomName('SVGFEFloodElement.SVGFEFloodElement') 2229 @DomName('SVGFEFloodElement.SVGFEFloodElement')
1643 @DocsEditable() 2230 @DocsEditable()
1644 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFlood"); 2231 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFlood");
2232
2233
2234 static FEFloodElement internalCreateFEFloodElement() {
2235 return new FEFloodElement._internalWrap();
2236 }
2237
2238 factory FEFloodElement._internalWrap() {
2239 return new FEFloodElement.internal_();
2240 }
2241
2242 FEFloodElement.internal_() : super.internal_();
2243
1645 /** 2244 /**
1646 * Constructor instantiated by the DOM when a custom element has been created. 2245 * Constructor instantiated by the DOM when a custom element has been created.
1647 * 2246 *
1648 * This can only be called by subclasses from their created constructor. 2247 * This can only be called by subclasses from their created constructor.
1649 */ 2248 */
1650 FEFloodElement.created() : super.created(); 2249 FEFloodElement.created() : super.created();
1651 2250
1652 /// Checks if this type is supported on the current platform. 2251 /// Checks if this type is supported on the current platform.
1653 static bool get supported => true; 2252 static bool get supported => true;
1654 2253
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 @SupportedBrowser(SupportedBrowser.IE, '10') 2286 @SupportedBrowser(SupportedBrowser.IE, '10')
1688 @SupportedBrowser(SupportedBrowser.SAFARI) 2287 @SupportedBrowser(SupportedBrowser.SAFARI)
1689 @Unstable() 2288 @Unstable()
1690 class FEFuncAElement extends _SVGComponentTransferFunctionElement { 2289 class FEFuncAElement extends _SVGComponentTransferFunctionElement {
1691 // To suppress missing implicit constructor warnings. 2290 // To suppress missing implicit constructor warnings.
1692 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); } 2291 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); }
1693 2292
1694 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') 2293 @DomName('SVGFEFuncAElement.SVGFEFuncAElement')
1695 @DocsEditable() 2294 @DocsEditable()
1696 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncA"); 2295 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncA");
2296
2297
2298 static FEFuncAElement internalCreateFEFuncAElement() {
2299 return new FEFuncAElement._internalWrap();
2300 }
2301
2302 factory FEFuncAElement._internalWrap() {
2303 return new FEFuncAElement.internal_();
2304 }
2305
2306 FEFuncAElement.internal_() : super.internal_();
2307
1697 /** 2308 /**
1698 * Constructor instantiated by the DOM when a custom element has been created. 2309 * Constructor instantiated by the DOM when a custom element has been created.
1699 * 2310 *
1700 * This can only be called by subclasses from their created constructor. 2311 * This can only be called by subclasses from their created constructor.
1701 */ 2312 */
1702 FEFuncAElement.created() : super.created(); 2313 FEFuncAElement.created() : super.created();
1703 2314
1704 /// Checks if this type is supported on the current platform. 2315 /// Checks if this type is supported on the current platform.
1705 static bool get supported => true; 2316 static bool get supported => true;
1706 2317
(...skipping 12 matching lines...) Expand all
1719 @SupportedBrowser(SupportedBrowser.IE, '10') 2330 @SupportedBrowser(SupportedBrowser.IE, '10')
1720 @SupportedBrowser(SupportedBrowser.SAFARI) 2331 @SupportedBrowser(SupportedBrowser.SAFARI)
1721 @Unstable() 2332 @Unstable()
1722 class FEFuncBElement extends _SVGComponentTransferFunctionElement { 2333 class FEFuncBElement extends _SVGComponentTransferFunctionElement {
1723 // To suppress missing implicit constructor warnings. 2334 // To suppress missing implicit constructor warnings.
1724 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); } 2335 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); }
1725 2336
1726 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') 2337 @DomName('SVGFEFuncBElement.SVGFEFuncBElement')
1727 @DocsEditable() 2338 @DocsEditable()
1728 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncB"); 2339 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncB");
2340
2341
2342 static FEFuncBElement internalCreateFEFuncBElement() {
2343 return new FEFuncBElement._internalWrap();
2344 }
2345
2346 factory FEFuncBElement._internalWrap() {
2347 return new FEFuncBElement.internal_();
2348 }
2349
2350 FEFuncBElement.internal_() : super.internal_();
2351
1729 /** 2352 /**
1730 * Constructor instantiated by the DOM when a custom element has been created. 2353 * Constructor instantiated by the DOM when a custom element has been created.
1731 * 2354 *
1732 * This can only be called by subclasses from their created constructor. 2355 * This can only be called by subclasses from their created constructor.
1733 */ 2356 */
1734 FEFuncBElement.created() : super.created(); 2357 FEFuncBElement.created() : super.created();
1735 2358
1736 /// Checks if this type is supported on the current platform. 2359 /// Checks if this type is supported on the current platform.
1737 static bool get supported => true; 2360 static bool get supported => true;
1738 2361
(...skipping 12 matching lines...) Expand all
1751 @SupportedBrowser(SupportedBrowser.IE, '10') 2374 @SupportedBrowser(SupportedBrowser.IE, '10')
1752 @SupportedBrowser(SupportedBrowser.SAFARI) 2375 @SupportedBrowser(SupportedBrowser.SAFARI)
1753 @Unstable() 2376 @Unstable()
1754 class FEFuncGElement extends _SVGComponentTransferFunctionElement { 2377 class FEFuncGElement extends _SVGComponentTransferFunctionElement {
1755 // To suppress missing implicit constructor warnings. 2378 // To suppress missing implicit constructor warnings.
1756 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); } 2379 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); }
1757 2380
1758 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') 2381 @DomName('SVGFEFuncGElement.SVGFEFuncGElement')
1759 @DocsEditable() 2382 @DocsEditable()
1760 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncG"); 2383 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncG");
2384
2385
2386 static FEFuncGElement internalCreateFEFuncGElement() {
2387 return new FEFuncGElement._internalWrap();
2388 }
2389
2390 factory FEFuncGElement._internalWrap() {
2391 return new FEFuncGElement.internal_();
2392 }
2393
2394 FEFuncGElement.internal_() : super.internal_();
2395
1761 /** 2396 /**
1762 * Constructor instantiated by the DOM when a custom element has been created. 2397 * Constructor instantiated by the DOM when a custom element has been created.
1763 * 2398 *
1764 * This can only be called by subclasses from their created constructor. 2399 * This can only be called by subclasses from their created constructor.
1765 */ 2400 */
1766 FEFuncGElement.created() : super.created(); 2401 FEFuncGElement.created() : super.created();
1767 2402
1768 /// Checks if this type is supported on the current platform. 2403 /// Checks if this type is supported on the current platform.
1769 static bool get supported => true; 2404 static bool get supported => true;
1770 2405
(...skipping 12 matching lines...) Expand all
1783 @SupportedBrowser(SupportedBrowser.IE, '10') 2418 @SupportedBrowser(SupportedBrowser.IE, '10')
1784 @SupportedBrowser(SupportedBrowser.SAFARI) 2419 @SupportedBrowser(SupportedBrowser.SAFARI)
1785 @Unstable() 2420 @Unstable()
1786 class FEFuncRElement extends _SVGComponentTransferFunctionElement { 2421 class FEFuncRElement extends _SVGComponentTransferFunctionElement {
1787 // To suppress missing implicit constructor warnings. 2422 // To suppress missing implicit constructor warnings.
1788 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); } 2423 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); }
1789 2424
1790 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') 2425 @DomName('SVGFEFuncRElement.SVGFEFuncRElement')
1791 @DocsEditable() 2426 @DocsEditable()
1792 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncR"); 2427 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncR");
2428
2429
2430 static FEFuncRElement internalCreateFEFuncRElement() {
2431 return new FEFuncRElement._internalWrap();
2432 }
2433
2434 factory FEFuncRElement._internalWrap() {
2435 return new FEFuncRElement.internal_();
2436 }
2437
2438 FEFuncRElement.internal_() : super.internal_();
2439
1793 /** 2440 /**
1794 * Constructor instantiated by the DOM when a custom element has been created. 2441 * Constructor instantiated by the DOM when a custom element has been created.
1795 * 2442 *
1796 * This can only be called by subclasses from their created constructor. 2443 * This can only be called by subclasses from their created constructor.
1797 */ 2444 */
1798 FEFuncRElement.created() : super.created(); 2445 FEFuncRElement.created() : super.created();
1799 2446
1800 /// Checks if this type is supported on the current platform. 2447 /// Checks if this type is supported on the current platform.
1801 static bool get supported => true; 2448 static bool get supported => true;
1802 2449
(...skipping 12 matching lines...) Expand all
1815 @SupportedBrowser(SupportedBrowser.IE, '10') 2462 @SupportedBrowser(SupportedBrowser.IE, '10')
1816 @SupportedBrowser(SupportedBrowser.SAFARI) 2463 @SupportedBrowser(SupportedBrowser.SAFARI)
1817 @Unstable() 2464 @Unstable()
1818 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar dAttributes { 2465 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar dAttributes {
1819 // To suppress missing implicit constructor warnings. 2466 // To suppress missing implicit constructor warnings.
1820 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported" ); } 2467 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported" ); }
1821 2468
1822 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') 2469 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement')
1823 @DocsEditable() 2470 @DocsEditable()
1824 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement _tag("feGaussianBlur"); 2471 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement _tag("feGaussianBlur");
2472
2473
2474 static FEGaussianBlurElement internalCreateFEGaussianBlurElement() {
2475 return new FEGaussianBlurElement._internalWrap();
2476 }
2477
2478 factory FEGaussianBlurElement._internalWrap() {
2479 return new FEGaussianBlurElement.internal_();
2480 }
2481
2482 FEGaussianBlurElement.internal_() : super.internal_();
2483
1825 /** 2484 /**
1826 * Constructor instantiated by the DOM when a custom element has been created. 2485 * Constructor instantiated by the DOM when a custom element has been created.
1827 * 2486 *
1828 * This can only be called by subclasses from their created constructor. 2487 * This can only be called by subclasses from their created constructor.
1829 */ 2488 */
1830 FEGaussianBlurElement.created() : super.created(); 2489 FEGaussianBlurElement.created() : super.created();
1831 2490
1832 /// Checks if this type is supported on the current platform. 2491 /// Checks if this type is supported on the current platform.
1833 static bool get supported => true; 2492 static bool get supported => true;
1834 2493
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 @SupportedBrowser(SupportedBrowser.IE, '10') 2542 @SupportedBrowser(SupportedBrowser.IE, '10')
1884 @SupportedBrowser(SupportedBrowser.SAFARI) 2543 @SupportedBrowser(SupportedBrowser.SAFARI)
1885 @Unstable() 2544 @Unstable()
1886 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib utes, UriReference { 2545 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib utes, UriReference {
1887 // To suppress missing implicit constructor warnings. 2546 // To suppress missing implicit constructor warnings.
1888 factory FEImageElement._() { throw new UnsupportedError("Not supported"); } 2547 factory FEImageElement._() { throw new UnsupportedError("Not supported"); }
1889 2548
1890 @DomName('SVGFEImageElement.SVGFEImageElement') 2549 @DomName('SVGFEImageElement.SVGFEImageElement')
1891 @DocsEditable() 2550 @DocsEditable()
1892 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eImage"); 2551 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eImage");
2552
2553
2554 static FEImageElement internalCreateFEImageElement() {
2555 return new FEImageElement._internalWrap();
2556 }
2557
2558 factory FEImageElement._internalWrap() {
2559 return new FEImageElement.internal_();
2560 }
2561
2562 FEImageElement.internal_() : super.internal_();
2563
1893 /** 2564 /**
1894 * Constructor instantiated by the DOM when a custom element has been created. 2565 * Constructor instantiated by the DOM when a custom element has been created.
1895 * 2566 *
1896 * This can only be called by subclasses from their created constructor. 2567 * This can only be called by subclasses from their created constructor.
1897 */ 2568 */
1898 FEImageElement.created() : super.created(); 2569 FEImageElement.created() : super.created();
1899 2570
1900 /// Checks if this type is supported on the current platform. 2571 /// Checks if this type is supported on the current platform.
1901 static bool get supported => true; 2572 static bool get supported => true;
1902 2573
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 @SupportedBrowser(SupportedBrowser.IE, '10') 2614 @SupportedBrowser(SupportedBrowser.IE, '10')
1944 @SupportedBrowser(SupportedBrowser.SAFARI) 2615 @SupportedBrowser(SupportedBrowser.SAFARI)
1945 @Unstable() 2616 @Unstable()
1946 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib utes { 2617 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib utes {
1947 // To suppress missing implicit constructor warnings. 2618 // To suppress missing implicit constructor warnings.
1948 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); } 2619 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); }
1949 2620
1950 @DomName('SVGFEMergeElement.SVGFEMergeElement') 2621 @DomName('SVGFEMergeElement.SVGFEMergeElement')
1951 @DocsEditable() 2622 @DocsEditable()
1952 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eMerge"); 2623 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eMerge");
2624
2625
2626 static FEMergeElement internalCreateFEMergeElement() {
2627 return new FEMergeElement._internalWrap();
2628 }
2629
2630 factory FEMergeElement._internalWrap() {
2631 return new FEMergeElement.internal_();
2632 }
2633
2634 FEMergeElement.internal_() : super.internal_();
2635
1953 /** 2636 /**
1954 * Constructor instantiated by the DOM when a custom element has been created. 2637 * Constructor instantiated by the DOM when a custom element has been created.
1955 * 2638 *
1956 * This can only be called by subclasses from their created constructor. 2639 * This can only be called by subclasses from their created constructor.
1957 */ 2640 */
1958 FEMergeElement.created() : super.created(); 2641 FEMergeElement.created() : super.created();
1959 2642
1960 /// Checks if this type is supported on the current platform. 2643 /// Checks if this type is supported on the current platform.
1961 static bool get supported => true; 2644 static bool get supported => true;
1962 2645
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1995 @SupportedBrowser(SupportedBrowser.IE, '10') 2678 @SupportedBrowser(SupportedBrowser.IE, '10')
1996 @SupportedBrowser(SupportedBrowser.SAFARI) 2679 @SupportedBrowser(SupportedBrowser.SAFARI)
1997 @Unstable() 2680 @Unstable()
1998 class FEMergeNodeElement extends SvgElement { 2681 class FEMergeNodeElement extends SvgElement {
1999 // To suppress missing implicit constructor warnings. 2682 // To suppress missing implicit constructor warnings.
2000 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported"); } 2683 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported"); }
2001 2684
2002 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') 2685 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement')
2003 @DocsEditable() 2686 @DocsEditable()
2004 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feMergeNode"); 2687 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feMergeNode");
2688
2689
2690 static FEMergeNodeElement internalCreateFEMergeNodeElement() {
2691 return new FEMergeNodeElement._internalWrap();
2692 }
2693
2694 factory FEMergeNodeElement._internalWrap() {
2695 return new FEMergeNodeElement.internal_();
2696 }
2697
2698 FEMergeNodeElement.internal_() : super.internal_();
2699
2005 /** 2700 /**
2006 * Constructor instantiated by the DOM when a custom element has been created. 2701 * Constructor instantiated by the DOM when a custom element has been created.
2007 * 2702 *
2008 * This can only be called by subclasses from their created constructor. 2703 * This can only be called by subclasses from their created constructor.
2009 */ 2704 */
2010 FEMergeNodeElement.created() : super.created(); 2705 FEMergeNodeElement.created() : super.created();
2011 2706
2012 /// Checks if this type is supported on the current platform. 2707 /// Checks if this type is supported on the current platform.
2013 static bool get supported => true; 2708 static bool get supported => true;
2014 2709
(...skipping 12 matching lines...) Expand all
2027 @DocsEditable() 2722 @DocsEditable()
2028 @DomName('SVGFEMorphologyElement') 2723 @DomName('SVGFEMorphologyElement')
2029 @SupportedBrowser(SupportedBrowser.CHROME) 2724 @SupportedBrowser(SupportedBrowser.CHROME)
2030 @SupportedBrowser(SupportedBrowser.FIREFOX) 2725 @SupportedBrowser(SupportedBrowser.FIREFOX)
2031 @SupportedBrowser(SupportedBrowser.IE, '10') 2726 @SupportedBrowser(SupportedBrowser.IE, '10')
2032 @SupportedBrowser(SupportedBrowser.SAFARI) 2727 @SupportedBrowser(SupportedBrowser.SAFARI)
2033 @Unstable() 2728 @Unstable()
2034 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA ttributes { 2729 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA ttributes {
2035 // To suppress missing implicit constructor warnings. 2730 // To suppress missing implicit constructor warnings.
2036 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported"); } 2731 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported"); }
2732
2733
2734 static FEMorphologyElement internalCreateFEMorphologyElement() {
2735 return new FEMorphologyElement._internalWrap();
2736 }
2737
2738 factory FEMorphologyElement._internalWrap() {
2739 return new FEMorphologyElement.internal_();
2740 }
2741
2742 FEMorphologyElement.internal_() : super.internal_();
2743
2037 /** 2744 /**
2038 * Constructor instantiated by the DOM when a custom element has been created. 2745 * Constructor instantiated by the DOM when a custom element has been created.
2039 * 2746 *
2040 * This can only be called by subclasses from their created constructor. 2747 * This can only be called by subclasses from their created constructor.
2041 */ 2748 */
2042 FEMorphologyElement.created() : super.created(); 2749 FEMorphologyElement.created() : super.created();
2043 2750
2044 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') 2751 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE')
2045 @DocsEditable() 2752 @DocsEditable()
2046 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; 2753 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2;
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
2104 @SupportedBrowser(SupportedBrowser.IE, '10') 2811 @SupportedBrowser(SupportedBrowser.IE, '10')
2105 @SupportedBrowser(SupportedBrowser.SAFARI) 2812 @SupportedBrowser(SupportedBrowser.SAFARI)
2106 @Unstable() 2813 @Unstable()
2107 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri butes { 2814 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri butes {
2108 // To suppress missing implicit constructor warnings. 2815 // To suppress missing implicit constructor warnings.
2109 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); } 2816 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); }
2110 2817
2111 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') 2818 @DomName('SVGFEOffsetElement.SVGFEOffsetElement')
2112 @DocsEditable() 2819 @DocsEditable()
2113 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag(" feOffset"); 2820 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag(" feOffset");
2821
2822
2823 static FEOffsetElement internalCreateFEOffsetElement() {
2824 return new FEOffsetElement._internalWrap();
2825 }
2826
2827 factory FEOffsetElement._internalWrap() {
2828 return new FEOffsetElement.internal_();
2829 }
2830
2831 FEOffsetElement.internal_() : super.internal_();
2832
2114 /** 2833 /**
2115 * Constructor instantiated by the DOM when a custom element has been created. 2834 * Constructor instantiated by the DOM when a custom element has been created.
2116 * 2835 *
2117 * This can only be called by subclasses from their created constructor. 2836 * This can only be called by subclasses from their created constructor.
2118 */ 2837 */
2119 FEOffsetElement.created() : super.created(); 2838 FEOffsetElement.created() : super.created();
2120 2839
2121 /// Checks if this type is supported on the current platform. 2840 /// Checks if this type is supported on the current platform.
2122 static bool get supported => true; 2841 static bool get supported => true;
2123 2842
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 @SupportedBrowser(SupportedBrowser.IE, '10') 2887 @SupportedBrowser(SupportedBrowser.IE, '10')
2169 @SupportedBrowser(SupportedBrowser.SAFARI) 2888 @SupportedBrowser(SupportedBrowser.SAFARI)
2170 @Unstable() 2889 @Unstable()
2171 class FEPointLightElement extends SvgElement { 2890 class FEPointLightElement extends SvgElement {
2172 // To suppress missing implicit constructor warnings. 2891 // To suppress missing implicit constructor warnings.
2173 factory FEPointLightElement._() { throw new UnsupportedError("Not supported"); } 2892 factory FEPointLightElement._() { throw new UnsupportedError("Not supported"); }
2174 2893
2175 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') 2894 @DomName('SVGFEPointLightElement.SVGFEPointLightElement')
2176 @DocsEditable() 2895 @DocsEditable()
2177 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t ag("fePointLight"); 2896 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t ag("fePointLight");
2897
2898
2899 static FEPointLightElement internalCreateFEPointLightElement() {
2900 return new FEPointLightElement._internalWrap();
2901 }
2902
2903 factory FEPointLightElement._internalWrap() {
2904 return new FEPointLightElement.internal_();
2905 }
2906
2907 FEPointLightElement.internal_() : super.internal_();
2908
2178 /** 2909 /**
2179 * Constructor instantiated by the DOM when a custom element has been created. 2910 * Constructor instantiated by the DOM when a custom element has been created.
2180 * 2911 *
2181 * This can only be called by subclasses from their created constructor. 2912 * This can only be called by subclasses from their created constructor.
2182 */ 2913 */
2183 FEPointLightElement.created() : super.created(); 2914 FEPointLightElement.created() : super.created();
2184 2915
2185 /// Checks if this type is supported on the current platform. 2916 /// Checks if this type is supported on the current platform.
2186 static bool get supported => true; 2917 static bool get supported => true;
2187 2918
(...skipping 24 matching lines...) Expand all
2212 @SupportedBrowser(SupportedBrowser.IE, '10') 2943 @SupportedBrowser(SupportedBrowser.IE, '10')
2213 @SupportedBrowser(SupportedBrowser.SAFARI) 2944 @SupportedBrowser(SupportedBrowser.SAFARI)
2214 @Unstable() 2945 @Unstable()
2215 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta ndardAttributes { 2946 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta ndardAttributes {
2216 // To suppress missing implicit constructor warnings. 2947 // To suppress missing implicit constructor warnings.
2217 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor ted"); } 2948 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor ted"); }
2218 2949
2219 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') 2950 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement')
2220 @DocsEditable() 2951 @DocsEditable()
2221 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle ment_tag("feSpecularLighting"); 2952 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle ment_tag("feSpecularLighting");
2953
2954
2955 static FESpecularLightingElement internalCreateFESpecularLightingElement() {
2956 return new FESpecularLightingElement._internalWrap();
2957 }
2958
2959 factory FESpecularLightingElement._internalWrap() {
2960 return new FESpecularLightingElement.internal_();
2961 }
2962
2963 FESpecularLightingElement.internal_() : super.internal_();
2964
2222 /** 2965 /**
2223 * Constructor instantiated by the DOM when a custom element has been created. 2966 * Constructor instantiated by the DOM when a custom element has been created.
2224 * 2967 *
2225 * This can only be called by subclasses from their created constructor. 2968 * This can only be called by subclasses from their created constructor.
2226 */ 2969 */
2227 FESpecularLightingElement.created() : super.created(); 2970 FESpecularLightingElement.created() : super.created();
2228 2971
2229 /// Checks if this type is supported on the current platform. 2972 /// Checks if this type is supported on the current platform.
2230 static bool get supported => true; 2973 static bool get supported => true;
2231 2974
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 @SupportedBrowser(SupportedBrowser.IE, '10') 3023 @SupportedBrowser(SupportedBrowser.IE, '10')
2281 @SupportedBrowser(SupportedBrowser.SAFARI) 3024 @SupportedBrowser(SupportedBrowser.SAFARI)
2282 @Unstable() 3025 @Unstable()
2283 class FESpotLightElement extends SvgElement { 3026 class FESpotLightElement extends SvgElement {
2284 // To suppress missing implicit constructor warnings. 3027 // To suppress missing implicit constructor warnings.
2285 factory FESpotLightElement._() { throw new UnsupportedError("Not supported"); } 3028 factory FESpotLightElement._() { throw new UnsupportedError("Not supported"); }
2286 3029
2287 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') 3030 @DomName('SVGFESpotLightElement.SVGFESpotLightElement')
2288 @DocsEditable() 3031 @DocsEditable()
2289 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feSpotLight"); 3032 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feSpotLight");
3033
3034
3035 static FESpotLightElement internalCreateFESpotLightElement() {
3036 return new FESpotLightElement._internalWrap();
3037 }
3038
3039 factory FESpotLightElement._internalWrap() {
3040 return new FESpotLightElement.internal_();
3041 }
3042
3043 FESpotLightElement.internal_() : super.internal_();
3044
2290 /** 3045 /**
2291 * Constructor instantiated by the DOM when a custom element has been created. 3046 * Constructor instantiated by the DOM when a custom element has been created.
2292 * 3047 *
2293 * This can only be called by subclasses from their created constructor. 3048 * This can only be called by subclasses from their created constructor.
2294 */ 3049 */
2295 FESpotLightElement.created() : super.created(); 3050 FESpotLightElement.created() : super.created();
2296 3051
2297 /// Checks if this type is supported on the current platform. 3052 /// Checks if this type is supported on the current platform.
2298 static bool get supported => true; 3053 static bool get supported => true;
2299 3054
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2344 @SupportedBrowser(SupportedBrowser.IE, '10') 3099 @SupportedBrowser(SupportedBrowser.IE, '10')
2345 @SupportedBrowser(SupportedBrowser.SAFARI) 3100 @SupportedBrowser(SupportedBrowser.SAFARI)
2346 @Unstable() 3101 @Unstable()
2347 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu tes { 3102 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu tes {
2348 // To suppress missing implicit constructor warnings. 3103 // To suppress missing implicit constructor warnings.
2349 factory FETileElement._() { throw new UnsupportedError("Not supported"); } 3104 factory FETileElement._() { throw new UnsupportedError("Not supported"); }
2350 3105
2351 @DomName('SVGFETileElement.SVGFETileElement') 3106 @DomName('SVGFETileElement.SVGFETileElement')
2352 @DocsEditable() 3107 @DocsEditable()
2353 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe Tile"); 3108 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe Tile");
3109
3110
3111 static FETileElement internalCreateFETileElement() {
3112 return new FETileElement._internalWrap();
3113 }
3114
3115 factory FETileElement._internalWrap() {
3116 return new FETileElement.internal_();
3117 }
3118
3119 FETileElement.internal_() : super.internal_();
3120
2354 /** 3121 /**
2355 * Constructor instantiated by the DOM when a custom element has been created. 3122 * Constructor instantiated by the DOM when a custom element has been created.
2356 * 3123 *
2357 * This can only be called by subclasses from their created constructor. 3124 * This can only be called by subclasses from their created constructor.
2358 */ 3125 */
2359 FETileElement.created() : super.created(); 3126 FETileElement.created() : super.created();
2360 3127
2361 /// Checks if this type is supported on the current platform. 3128 /// Checks if this type is supported on the current platform.
2362 static bool get supported => true; 3129 static bool get supported => true;
2363 3130
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
2400 @SupportedBrowser(SupportedBrowser.IE, '10') 3167 @SupportedBrowser(SupportedBrowser.IE, '10')
2401 @SupportedBrowser(SupportedBrowser.SAFARI) 3168 @SupportedBrowser(SupportedBrowser.SAFARI)
2402 @Unstable() 3169 @Unstable()
2403 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA ttributes { 3170 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA ttributes {
2404 // To suppress missing implicit constructor warnings. 3171 // To suppress missing implicit constructor warnings.
2405 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported"); } 3172 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported"); }
2406 3173
2407 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') 3174 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement')
2408 @DocsEditable() 3175 @DocsEditable()
2409 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t ag("feTurbulence"); 3176 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t ag("feTurbulence");
3177
3178
3179 static FETurbulenceElement internalCreateFETurbulenceElement() {
3180 return new FETurbulenceElement._internalWrap();
3181 }
3182
3183 factory FETurbulenceElement._internalWrap() {
3184 return new FETurbulenceElement.internal_();
3185 }
3186
3187 FETurbulenceElement.internal_() : super.internal_();
3188
2410 /** 3189 /**
2411 * Constructor instantiated by the DOM when a custom element has been created. 3190 * Constructor instantiated by the DOM when a custom element has been created.
2412 * 3191 *
2413 * This can only be called by subclasses from their created constructor. 3192 * This can only be called by subclasses from their created constructor.
2414 */ 3193 */
2415 FETurbulenceElement.created() : super.created(); 3194 FETurbulenceElement.created() : super.created();
2416 3195
2417 /// Checks if this type is supported on the current platform. 3196 /// Checks if this type is supported on the current platform.
2418 static bool get supported => true; 3197 static bool get supported => true;
2419 3198
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
2500 @SupportedBrowser(SupportedBrowser.IE, '10') 3279 @SupportedBrowser(SupportedBrowser.IE, '10')
2501 @SupportedBrowser(SupportedBrowser.SAFARI) 3280 @SupportedBrowser(SupportedBrowser.SAFARI)
2502 @Unstable() 3281 @Unstable()
2503 class FilterElement extends SvgElement implements UriReference { 3282 class FilterElement extends SvgElement implements UriReference {
2504 // To suppress missing implicit constructor warnings. 3283 // To suppress missing implicit constructor warnings.
2505 factory FilterElement._() { throw new UnsupportedError("Not supported"); } 3284 factory FilterElement._() { throw new UnsupportedError("Not supported"); }
2506 3285
2507 @DomName('SVGFilterElement.SVGFilterElement') 3286 @DomName('SVGFilterElement.SVGFilterElement')
2508 @DocsEditable() 3287 @DocsEditable()
2509 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter"); 3288 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter");
3289
3290
3291 static FilterElement internalCreateFilterElement() {
3292 return new FilterElement._internalWrap();
3293 }
3294
3295 factory FilterElement._internalWrap() {
3296 return new FilterElement.internal_();
3297 }
3298
3299 FilterElement.internal_() : super.internal_();
3300
2510 /** 3301 /**
2511 * Constructor instantiated by the DOM when a custom element has been created. 3302 * Constructor instantiated by the DOM when a custom element has been created.
2512 * 3303 *
2513 * This can only be called by subclasses from their created constructor. 3304 * This can only be called by subclasses from their created constructor.
2514 */ 3305 */
2515 FilterElement.created() : super.created(); 3306 FilterElement.created() : super.created();
2516 3307
2517 /// Checks if this type is supported on the current platform. 3308 /// Checks if this type is supported on the current platform.
2518 static bool get supported => true; 3309 static bool get supported => true;
2519 3310
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
2565 // WARNING: Do not edit - generated code. 3356 // WARNING: Do not edit - generated code.
2566 3357
2567 3358
2568 @DocsEditable() 3359 @DocsEditable()
2569 @DomName('SVGFilterPrimitiveStandardAttributes') 3360 @DomName('SVGFilterPrimitiveStandardAttributes')
2570 @Unstable() 3361 @Unstable()
2571 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass 2 { 3362 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass 2 {
2572 // To suppress missing implicit constructor warnings. 3363 // To suppress missing implicit constructor warnings.
2573 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No t supported"); } 3364 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No t supported"); }
2574 3365
3366 static FilterPrimitiveStandardAttributes internalCreateFilterPrimitiveStandard Attributes() {
3367 return new FilterPrimitiveStandardAttributes._internalWrap();
3368 }
3369
3370 js.JsObject blink_jsObject;
3371
3372 factory FilterPrimitiveStandardAttributes._internalWrap() {
3373 return new FilterPrimitiveStandardAttributes.internal_();
3374 }
3375
3376 FilterPrimitiveStandardAttributes.internal_() { }
3377
3378 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
3379 int get hashCode => unwrap_jso(this).hashCode;
3380
2575 @DomName('SVGFilterPrimitiveStandardAttributes.height') 3381 @DomName('SVGFilterPrimitiveStandardAttributes.height')
2576 @DocsEditable() 3382 @DocsEditable()
2577 AnimatedLength get height; 3383 AnimatedLength get height;
2578 3384
2579 @DomName('SVGFilterPrimitiveStandardAttributes.result') 3385 @DomName('SVGFilterPrimitiveStandardAttributes.result')
2580 @DocsEditable() 3386 @DocsEditable()
2581 AnimatedString get result; 3387 AnimatedString get result;
2582 3388
2583 @DomName('SVGFilterPrimitiveStandardAttributes.width') 3389 @DomName('SVGFilterPrimitiveStandardAttributes.width')
2584 @DocsEditable() 3390 @DocsEditable()
(...skipping 15 matching lines...) Expand all
2600 // WARNING: Do not edit - generated code. 3406 // WARNING: Do not edit - generated code.
2601 3407
2602 3408
2603 @DocsEditable() 3409 @DocsEditable()
2604 @DomName('SVGFitToViewBox') 3410 @DomName('SVGFitToViewBox')
2605 @Unstable() 3411 @Unstable()
2606 abstract class FitToViewBox extends NativeFieldWrapperClass2 { 3412 abstract class FitToViewBox extends NativeFieldWrapperClass2 {
2607 // To suppress missing implicit constructor warnings. 3413 // To suppress missing implicit constructor warnings.
2608 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } 3414 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); }
2609 3415
3416 static FitToViewBox internalCreateFitToViewBox() {
3417 return new FitToViewBox._internalWrap();
3418 }
3419
3420 js.JsObject blink_jsObject;
3421
3422 factory FitToViewBox._internalWrap() {
3423 return new FitToViewBox.internal_();
3424 }
3425
3426 FitToViewBox.internal_() { }
3427
3428 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
3429 int get hashCode => unwrap_jso(this).hashCode;
3430
2610 @DomName('SVGFitToViewBox.preserveAspectRatio') 3431 @DomName('SVGFitToViewBox.preserveAspectRatio')
2611 @DocsEditable() 3432 @DocsEditable()
2612 AnimatedPreserveAspectRatio get preserveAspectRatio; 3433 AnimatedPreserveAspectRatio get preserveAspectRatio;
2613 3434
2614 @DomName('SVGFitToViewBox.viewBox') 3435 @DomName('SVGFitToViewBox.viewBox')
2615 @DocsEditable() 3436 @DocsEditable()
2616 AnimatedRect get viewBox; 3437 AnimatedRect get viewBox;
2617 3438
2618 } 3439 }
2619 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3440 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2620 // for details. All rights reserved. Use of this source code is governed by a 3441 // for details. All rights reserved. Use of this source code is governed by a
2621 // BSD-style license that can be found in the LICENSE file. 3442 // BSD-style license that can be found in the LICENSE file.
2622 3443
2623 // WARNING: Do not edit - generated code. 3444 // WARNING: Do not edit - generated code.
2624 3445
2625 3446
2626 @DocsEditable() 3447 @DocsEditable()
2627 @DomName('SVGForeignObjectElement') 3448 @DomName('SVGForeignObjectElement')
2628 @SupportedBrowser(SupportedBrowser.CHROME) 3449 @SupportedBrowser(SupportedBrowser.CHROME)
2629 @SupportedBrowser(SupportedBrowser.FIREFOX) 3450 @SupportedBrowser(SupportedBrowser.FIREFOX)
2630 @SupportedBrowser(SupportedBrowser.SAFARI) 3451 @SupportedBrowser(SupportedBrowser.SAFARI)
2631 @Unstable() 3452 @Unstable()
2632 class ForeignObjectElement extends GraphicsElement { 3453 class ForeignObjectElement extends GraphicsElement {
2633 // To suppress missing implicit constructor warnings. 3454 // To suppress missing implicit constructor warnings.
2634 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported") ; } 3455 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported") ; }
2635 3456
2636 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') 3457 @DomName('SVGForeignObjectElement.SVGForeignObjectElement')
2637 @DocsEditable() 3458 @DocsEditable()
2638 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject"); 3459 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject");
3460
3461
3462 static ForeignObjectElement internalCreateForeignObjectElement() {
3463 return new ForeignObjectElement._internalWrap();
3464 }
3465
3466 factory ForeignObjectElement._internalWrap() {
3467 return new ForeignObjectElement.internal_();
3468 }
3469
3470 ForeignObjectElement.internal_() : super.internal_();
3471
2639 /** 3472 /**
2640 * Constructor instantiated by the DOM when a custom element has been created. 3473 * Constructor instantiated by the DOM when a custom element has been created.
2641 * 3474 *
2642 * This can only be called by subclasses from their created constructor. 3475 * This can only be called by subclasses from their created constructor.
2643 */ 3476 */
2644 ForeignObjectElement.created() : super.created(); 3477 ForeignObjectElement.created() : super.created();
2645 3478
2646 /// Checks if this type is supported on the current platform. 3479 /// Checks if this type is supported on the current platform.
2647 static bool get supported => true; 3480 static bool get supported => true;
2648 3481
(...skipping 24 matching lines...) Expand all
2673 @DocsEditable() 3506 @DocsEditable()
2674 @DomName('SVGGElement') 3507 @DomName('SVGGElement')
2675 @Unstable() 3508 @Unstable()
2676 class GElement extends GraphicsElement { 3509 class GElement extends GraphicsElement {
2677 // To suppress missing implicit constructor warnings. 3510 // To suppress missing implicit constructor warnings.
2678 factory GElement._() { throw new UnsupportedError("Not supported"); } 3511 factory GElement._() { throw new UnsupportedError("Not supported"); }
2679 3512
2680 @DomName('SVGGElement.SVGGElement') 3513 @DomName('SVGGElement.SVGGElement')
2681 @DocsEditable() 3514 @DocsEditable()
2682 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); 3515 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g");
3516
3517
3518 static GElement internalCreateGElement() {
3519 return new GElement._internalWrap();
3520 }
3521
3522 factory GElement._internalWrap() {
3523 return new GElement.internal_();
3524 }
3525
3526 GElement.internal_() : super.internal_();
3527
2683 /** 3528 /**
2684 * Constructor instantiated by the DOM when a custom element has been created. 3529 * Constructor instantiated by the DOM when a custom element has been created.
2685 * 3530 *
2686 * This can only be called by subclasses from their created constructor. 3531 * This can only be called by subclasses from their created constructor.
2687 */ 3532 */
2688 GElement.created() : super.created(); 3533 GElement.created() : super.created();
2689 3534
2690 } 3535 }
2691 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3536 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2692 // for details. All rights reserved. Use of this source code is governed by a 3537 // for details. All rights reserved. Use of this source code is governed by a
2693 // BSD-style license that can be found in the LICENSE file. 3538 // BSD-style license that can be found in the LICENSE file.
2694 3539
2695 // WARNING: Do not edit - generated code. 3540 // WARNING: Do not edit - generated code.
2696 3541
2697 3542
2698 @DocsEditable() 3543 @DocsEditable()
2699 @DomName('SVGGeometryElement') 3544 @DomName('SVGGeometryElement')
2700 @Experimental() // untriaged 3545 @Experimental() // untriaged
2701 class GeometryElement extends GraphicsElement { 3546 class GeometryElement extends GraphicsElement {
2702 // To suppress missing implicit constructor warnings. 3547 // To suppress missing implicit constructor warnings.
2703 factory GeometryElement._() { throw new UnsupportedError("Not supported"); } 3548 factory GeometryElement._() { throw new UnsupportedError("Not supported"); }
3549
3550
3551 static GeometryElement internalCreateGeometryElement() {
3552 return new GeometryElement._internalWrap();
3553 }
3554
3555 factory GeometryElement._internalWrap() {
3556 return new GeometryElement.internal_();
3557 }
3558
3559 GeometryElement.internal_() : super.internal_();
3560
2704 /** 3561 /**
2705 * Constructor instantiated by the DOM when a custom element has been created. 3562 * Constructor instantiated by the DOM when a custom element has been created.
2706 * 3563 *
2707 * This can only be called by subclasses from their created constructor. 3564 * This can only be called by subclasses from their created constructor.
2708 */ 3565 */
2709 GeometryElement.created() : super.created(); 3566 GeometryElement.created() : super.created();
2710 3567
2711 @DomName('SVGGeometryElement.isPointInFill') 3568 @DomName('SVGGeometryElement.isPointInFill')
2712 @DocsEditable() 3569 @DocsEditable()
2713 @Experimental() // untriaged 3570 @Experimental() // untriaged
(...skipping 11 matching lines...) Expand all
2725 3582
2726 // WARNING: Do not edit - generated code. 3583 // WARNING: Do not edit - generated code.
2727 3584
2728 3585
2729 @DocsEditable() 3586 @DocsEditable()
2730 @DomName('SVGGraphicsElement') 3587 @DomName('SVGGraphicsElement')
2731 @Experimental() // untriaged 3588 @Experimental() // untriaged
2732 class GraphicsElement extends SvgElement implements Tests { 3589 class GraphicsElement extends SvgElement implements Tests {
2733 // To suppress missing implicit constructor warnings. 3590 // To suppress missing implicit constructor warnings.
2734 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } 3591 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); }
3592
3593
3594 static GraphicsElement internalCreateGraphicsElement() {
3595 return new GraphicsElement._internalWrap();
3596 }
3597
3598 factory GraphicsElement._internalWrap() {
3599 return new GraphicsElement.internal_();
3600 }
3601
3602 GraphicsElement.internal_() : super.internal_();
3603
2735 /** 3604 /**
2736 * Constructor instantiated by the DOM when a custom element has been created. 3605 * Constructor instantiated by the DOM when a custom element has been created.
2737 * 3606 *
2738 * This can only be called by subclasses from their created constructor. 3607 * This can only be called by subclasses from their created constructor.
2739 */ 3608 */
2740 GraphicsElement.created() : super.created(); 3609 GraphicsElement.created() : super.created();
2741 3610
2742 @DomName('SVGGraphicsElement.farthestViewportElement') 3611 @DomName('SVGGraphicsElement.farthestViewportElement')
2743 @DocsEditable() 3612 @DocsEditable()
2744 @Experimental() // untriaged 3613 @Experimental() // untriaged
(...skipping 10 matching lines...) Expand all
2755 AnimatedTransformList get transform => wrap_jso(_blink.BlinkSVGGraphicsElement .instance.transform_Getter_(unwrap_jso(this))); 3624 AnimatedTransformList get transform => wrap_jso(_blink.BlinkSVGGraphicsElement .instance.transform_Getter_(unwrap_jso(this)));
2756 3625
2757 @DomName('SVGGraphicsElement.getBBox') 3626 @DomName('SVGGraphicsElement.getBBox')
2758 @DocsEditable() 3627 @DocsEditable()
2759 @Experimental() // untriaged 3628 @Experimental() // untriaged
2760 Rect getBBox() => wrap_jso(_blink.BlinkSVGGraphicsElement.instance.getBBox_Cal lback_0_(unwrap_jso(this))); 3629 Rect getBBox() => wrap_jso(_blink.BlinkSVGGraphicsElement.instance.getBBox_Cal lback_0_(unwrap_jso(this)));
2761 3630
2762 @DomName('SVGGraphicsElement.getCTM') 3631 @DomName('SVGGraphicsElement.getCTM')
2763 @DocsEditable() 3632 @DocsEditable()
2764 @Experimental() // untriaged 3633 @Experimental() // untriaged
2765 Matrix getCtm() => _blink.BlinkSVGGraphicsElement.instance.getCTM_Callback_0_( unwrap_jso(this)); 3634 Matrix getCtm() => wrap_jso(_blink.BlinkSVGGraphicsElement.instance.getCTM_Cal lback_0_(unwrap_jso(this)));
2766 3635
2767 @DomName('SVGGraphicsElement.getScreenCTM') 3636 @DomName('SVGGraphicsElement.getScreenCTM')
2768 @DocsEditable() 3637 @DocsEditable()
2769 @Experimental() // untriaged 3638 @Experimental() // untriaged
2770 Matrix getScreenCtm() => _blink.BlinkSVGGraphicsElement.instance.getScreenCTM_ Callback_0_(unwrap_jso(this)); 3639 Matrix getScreenCtm() => wrap_jso(_blink.BlinkSVGGraphicsElement.instance.getS creenCTM_Callback_0_(unwrap_jso(this)));
2771 3640
2772 @DomName('SVGGraphicsElement.getTransformToElement') 3641 @DomName('SVGGraphicsElement.getTransformToElement')
2773 @DocsEditable() 3642 @DocsEditable()
2774 @Experimental() // untriaged 3643 @Experimental() // untriaged
2775 Matrix getTransformToElement(SvgElement element) => _blink.BlinkSVGGraphicsEle ment.instance.getTransformToElement_Callback_1_(unwrap_jso(this), unwrap_jso(ele ment)); 3644 Matrix getTransformToElement(SvgElement element) => wrap_jso(_blink.BlinkSVGGr aphicsElement.instance.getTransformToElement_Callback_1_(unwrap_jso(this), unwra p_jso(element)));
2776 3645
2777 @DomName('SVGGraphicsElement.requiredExtensions') 3646 @DomName('SVGGraphicsElement.requiredExtensions')
2778 @DocsEditable() 3647 @DocsEditable()
2779 @Experimental() // untriaged 3648 @Experimental() // untriaged
2780 StringList get requiredExtensions => wrap_jso(_blink.BlinkSVGGraphicsElement.i nstance.requiredExtensions_Getter_(unwrap_jso(this))); 3649 StringList get requiredExtensions => wrap_jso(_blink.BlinkSVGGraphicsElement.i nstance.requiredExtensions_Getter_(unwrap_jso(this)));
2781 3650
2782 @DomName('SVGGraphicsElement.requiredFeatures') 3651 @DomName('SVGGraphicsElement.requiredFeatures')
2783 @DocsEditable() 3652 @DocsEditable()
2784 @Experimental() // untriaged 3653 @Experimental() // untriaged
2785 StringList get requiredFeatures => wrap_jso(_blink.BlinkSVGGraphicsElement.ins tance.requiredFeatures_Getter_(unwrap_jso(this))); 3654 StringList get requiredFeatures => wrap_jso(_blink.BlinkSVGGraphicsElement.ins tance.requiredFeatures_Getter_(unwrap_jso(this)));
(...skipping 19 matching lines...) Expand all
2805 @DocsEditable() 3674 @DocsEditable()
2806 @DomName('SVGImageElement') 3675 @DomName('SVGImageElement')
2807 @Unstable() 3676 @Unstable()
2808 class ImageElement extends GraphicsElement implements UriReference { 3677 class ImageElement extends GraphicsElement implements UriReference {
2809 // To suppress missing implicit constructor warnings. 3678 // To suppress missing implicit constructor warnings.
2810 factory ImageElement._() { throw new UnsupportedError("Not supported"); } 3679 factory ImageElement._() { throw new UnsupportedError("Not supported"); }
2811 3680
2812 @DomName('SVGImageElement.SVGImageElement') 3681 @DomName('SVGImageElement.SVGImageElement')
2813 @DocsEditable() 3682 @DocsEditable()
2814 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge"); 3683 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge");
3684
3685
3686 static ImageElement internalCreateImageElement() {
3687 return new ImageElement._internalWrap();
3688 }
3689
3690 factory ImageElement._internalWrap() {
3691 return new ImageElement.internal_();
3692 }
3693
3694 ImageElement.internal_() : super.internal_();
3695
2815 /** 3696 /**
2816 * Constructor instantiated by the DOM when a custom element has been created. 3697 * Constructor instantiated by the DOM when a custom element has been created.
2817 * 3698 *
2818 * This can only be called by subclasses from their created constructor. 3699 * This can only be called by subclasses from their created constructor.
2819 */ 3700 */
2820 ImageElement.created() : super.created(); 3701 ImageElement.created() : super.created();
2821 3702
2822 @DomName('SVGImageElement.height') 3703 @DomName('SVGImageElement.height')
2823 @DocsEditable() 3704 @DocsEditable()
2824 AnimatedLength get height => wrap_jso(_blink.BlinkSVGImageElement.instance.hei ght_Getter_(unwrap_jso(this))); 3705 AnimatedLength get height => wrap_jso(_blink.BlinkSVGImageElement.instance.hei ght_Getter_(unwrap_jso(this)));
(...skipping 26 matching lines...) Expand all
2851 // WARNING: Do not edit - generated code. 3732 // WARNING: Do not edit - generated code.
2852 3733
2853 3734
2854 @DocsEditable() 3735 @DocsEditable()
2855 @DomName('SVGLength') 3736 @DomName('SVGLength')
2856 @Unstable() 3737 @Unstable()
2857 class Length extends NativeFieldWrapperClass2 { 3738 class Length extends NativeFieldWrapperClass2 {
2858 // To suppress missing implicit constructor warnings. 3739 // To suppress missing implicit constructor warnings.
2859 factory Length._() { throw new UnsupportedError("Not supported"); } 3740 factory Length._() { throw new UnsupportedError("Not supported"); }
2860 3741
3742 static Length internalCreateLength() {
3743 return new Length._internalWrap();
3744 }
3745
3746 js.JsObject blink_jsObject;
3747
3748 factory Length._internalWrap() {
3749 return new Length.internal_();
3750 }
3751
3752 Length.internal_() { }
3753
3754 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
3755 int get hashCode => unwrap_jso(this).hashCode;
3756
2861 @DomName('SVGLength.SVG_LENGTHTYPE_CM') 3757 @DomName('SVGLength.SVG_LENGTHTYPE_CM')
2862 @DocsEditable() 3758 @DocsEditable()
2863 static const int SVG_LENGTHTYPE_CM = 6; 3759 static const int SVG_LENGTHTYPE_CM = 6;
2864 3760
2865 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') 3761 @DomName('SVGLength.SVG_LENGTHTYPE_EMS')
2866 @DocsEditable() 3762 @DocsEditable()
2867 static const int SVG_LENGTHTYPE_EMS = 3; 3763 static const int SVG_LENGTHTYPE_EMS = 3;
2868 3764
2869 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') 3765 @DomName('SVGLength.SVG_LENGTHTYPE_EXS')
2870 @DocsEditable() 3766 @DocsEditable()
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2905 @DomName('SVGLength.unitType') 3801 @DomName('SVGLength.unitType')
2906 @DocsEditable() 3802 @DocsEditable()
2907 int get unitType => _blink.BlinkSVGLength.instance.unitType_Getter_(unwrap_jso (this)); 3803 int get unitType => _blink.BlinkSVGLength.instance.unitType_Getter_(unwrap_jso (this));
2908 3804
2909 @DomName('SVGLength.value') 3805 @DomName('SVGLength.value')
2910 @DocsEditable() 3806 @DocsEditable()
2911 num get value => _blink.BlinkSVGLength.instance.value_Getter_(unwrap_jso(this) ); 3807 num get value => _blink.BlinkSVGLength.instance.value_Getter_(unwrap_jso(this) );
2912 3808
2913 @DomName('SVGLength.value') 3809 @DomName('SVGLength.value')
2914 @DocsEditable() 3810 @DocsEditable()
2915 void set value(num value) => _blink.BlinkSVGLength.instance.value_Setter_(unwr ap_jso(this), value); 3811 set value(num value) => _blink.BlinkSVGLength.instance.value_Setter_(unwrap_js o(this), value);
2916 3812
2917 @DomName('SVGLength.valueAsString') 3813 @DomName('SVGLength.valueAsString')
2918 @DocsEditable() 3814 @DocsEditable()
2919 String get valueAsString => _blink.BlinkSVGLength.instance.valueAsString_Gette r_(unwrap_jso(this)); 3815 String get valueAsString => _blink.BlinkSVGLength.instance.valueAsString_Gette r_(unwrap_jso(this));
2920 3816
2921 @DomName('SVGLength.valueAsString') 3817 @DomName('SVGLength.valueAsString')
2922 @DocsEditable() 3818 @DocsEditable()
2923 void set valueAsString(String value) => _blink.BlinkSVGLength.instance.valueAs String_Setter_(unwrap_jso(this), value); 3819 set valueAsString(String value) => _blink.BlinkSVGLength.instance.valueAsStrin g_Setter_(unwrap_jso(this), value);
2924 3820
2925 @DomName('SVGLength.valueInSpecifiedUnits') 3821 @DomName('SVGLength.valueInSpecifiedUnits')
2926 @DocsEditable() 3822 @DocsEditable()
2927 num get valueInSpecifiedUnits => _blink.BlinkSVGLength.instance.valueInSpecifi edUnits_Getter_(unwrap_jso(this)); 3823 num get valueInSpecifiedUnits => _blink.BlinkSVGLength.instance.valueInSpecifi edUnits_Getter_(unwrap_jso(this));
2928 3824
2929 @DomName('SVGLength.valueInSpecifiedUnits') 3825 @DomName('SVGLength.valueInSpecifiedUnits')
2930 @DocsEditable() 3826 @DocsEditable()
2931 void set valueInSpecifiedUnits(num value) => _blink.BlinkSVGLength.instance.va lueInSpecifiedUnits_Setter_(unwrap_jso(this), value); 3827 set valueInSpecifiedUnits(num value) => _blink.BlinkSVGLength.instance.valueIn SpecifiedUnits_Setter_(unwrap_jso(this), value);
2932 3828
2933 @DomName('SVGLength.convertToSpecifiedUnits') 3829 @DomName('SVGLength.convertToSpecifiedUnits')
2934 @DocsEditable() 3830 @DocsEditable()
2935 void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGLength.instance.c onvertToSpecifiedUnits_Callback_1_(unwrap_jso(this), unitType); 3831 void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGLength.instance.c onvertToSpecifiedUnits_Callback_1_(unwrap_jso(this), unitType);
2936 3832
2937 @DomName('SVGLength.newValueSpecifiedUnits') 3833 @DomName('SVGLength.newValueSpecifiedUnits')
2938 @DocsEditable() 3834 @DocsEditable()
2939 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink .BlinkSVGLength.instance.newValueSpecifiedUnits_Callback_2_(unwrap_jso(this), un itType, valueInSpecifiedUnits); 3835 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink .BlinkSVGLength.instance.newValueSpecifiedUnits_Callback_2_(unwrap_jso(this), un itType, valueInSpecifiedUnits);
2940 3836
2941 } 3837 }
2942 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3838 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2943 // for details. All rights reserved. Use of this source code is governed by a 3839 // for details. All rights reserved. Use of this source code is governed by a
2944 // BSD-style license that can be found in the LICENSE file. 3840 // BSD-style license that can be found in the LICENSE file.
2945 3841
2946 // WARNING: Do not edit - generated code. 3842 // WARNING: Do not edit - generated code.
2947 3843
2948 3844
2949 @DocsEditable() 3845 @DocsEditable()
2950 @DomName('SVGLengthList') 3846 @DomName('SVGLengthList')
2951 @Unstable() 3847 @Unstable()
2952 class LengthList extends NativeFieldWrapperClass2 with ListMixin<Length>, Immuta bleListMixin<Length> implements List<Length> { 3848 class LengthList extends JsoNativeFieldWrapper with ListMixin<Length>, Immutable ListMixin<Length> implements List<Length> {
2953 // To suppress missing implicit constructor warnings. 3849 // To suppress missing implicit constructor warnings.
2954 factory LengthList._() { throw new UnsupportedError("Not supported"); } 3850 factory LengthList._() { throw new UnsupportedError("Not supported"); }
2955 3851
3852 static LengthList internalCreateLengthList() {
3853 return new LengthList._internalWrap();
3854 }
3855
3856 js.JsObject blink_jsObject;
3857
3858 factory LengthList._internalWrap() {
3859 return new LengthList.internal_();
3860 }
3861
3862 LengthList.internal_() { }
3863
3864 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
3865 int get hashCode => unwrap_jso(this).hashCode;
3866
2956 @DomName('SVGLengthList.length') 3867 @DomName('SVGLengthList.length')
2957 @DocsEditable() 3868 @DocsEditable()
2958 @Experimental() // untriaged 3869 @Experimental() // untriaged
2959 int get length => _blink.BlinkSVGLengthList.instance.length_Getter_(unwrap_jso (this)); 3870 int get length => _blink.BlinkSVGLengthList.instance.length_Getter_(unwrap_jso (this));
2960 3871
2961 @DomName('SVGLengthList.numberOfItems') 3872 @DomName('SVGLengthList.numberOfItems')
2962 @DocsEditable() 3873 @DocsEditable()
2963 int get numberOfItems => _blink.BlinkSVGLengthList.instance.numberOfItems_Gett er_(unwrap_jso(this)); 3874 int get numberOfItems => _blink.BlinkSVGLengthList.instance.numberOfItems_Gett er_(unwrap_jso(this));
2964 3875
2965 Length operator[](int index) { 3876 Length operator[](int index) {
2966 if (index < 0 || index >= length) 3877 if (index < 0 || index >= length)
2967 throw new RangeError.index(index, this); 3878 throw new RangeError.index(index, this);
2968 return getItem(index); 3879 return getItem(index);
2969 } 3880 }
2970 3881
2971 void operator[]=(int index, Length value) { 3882 void operator[]=(int index, Length value) {
2972 throw new UnsupportedError("Cannot assign element of immutable List."); 3883 throw new UnsupportedError("Cannot assign element of immutable List.");
2973 } 3884 }
2974 // -- start List<Length> mixins. 3885 // -- start List<Length> mixins.
2975 // Length is the element type. 3886 // Length is the element type.
2976 3887
2977 3888
2978 void set length(int value) { 3889 set length(int value) {
2979 throw new UnsupportedError("Cannot resize immutable List."); 3890 throw new UnsupportedError("Cannot resize immutable List.");
2980 } 3891 }
2981 3892
2982 Length get first { 3893 Length get first {
2983 if (this.length > 0) { 3894 if (this.length > 0) {
2984 return getItem(0); 3895 return getItem(0);
2985 } 3896 }
2986 throw new StateError("No elements"); 3897 throw new StateError("No elements");
2987 } 3898 }
2988 3899
(...skipping 17 matching lines...) Expand all
3006 Length elementAt(int index) => this[index]; 3917 Length elementAt(int index) => this[index];
3007 // -- end List<Length> mixins. 3918 // -- end List<Length> mixins.
3008 3919
3009 @DomName('SVGLengthList.__setter__') 3920 @DomName('SVGLengthList.__setter__')
3010 @DocsEditable() 3921 @DocsEditable()
3011 @Experimental() // untriaged 3922 @Experimental() // untriaged
3012 void __setter__(int index, Length value) => _blink.BlinkSVGLengthList.instance .$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value)); 3923 void __setter__(int index, Length value) => _blink.BlinkSVGLengthList.instance .$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value));
3013 3924
3014 @DomName('SVGLengthList.appendItem') 3925 @DomName('SVGLengthList.appendItem')
3015 @DocsEditable() 3926 @DocsEditable()
3016 Length appendItem(Length item) => _blink.BlinkSVGLengthList.instance.appendIte m_Callback_1_(unwrap_jso(this), unwrap_jso(item)); 3927 Length appendItem(Length item) => wrap_jso(_blink.BlinkSVGLengthList.instance. appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
3017 3928
3018 @DomName('SVGLengthList.clear') 3929 @DomName('SVGLengthList.clear')
3019 @DocsEditable() 3930 @DocsEditable()
3020 void clear() => _blink.BlinkSVGLengthList.instance.clear_Callback_0_(unwrap_js o(this)); 3931 void clear() => _blink.BlinkSVGLengthList.instance.clear_Callback_0_(unwrap_js o(this));
3021 3932
3022 @DomName('SVGLengthList.getItem') 3933 @DomName('SVGLengthList.getItem')
3023 @DocsEditable() 3934 @DocsEditable()
3024 Length getItem(int index) => _blink.BlinkSVGLengthList.instance.getItem_Callba ck_1_(unwrap_jso(this), index); 3935 Length getItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.getIt em_Callback_1_(unwrap_jso(this), index));
3025 3936
3026 @DomName('SVGLengthList.initialize') 3937 @DomName('SVGLengthList.initialize')
3027 @DocsEditable() 3938 @DocsEditable()
3028 Length initialize(Length item) => _blink.BlinkSVGLengthList.instance.initializ e_Callback_1_(unwrap_jso(this), unwrap_jso(item)); 3939 Length initialize(Length item) => wrap_jso(_blink.BlinkSVGLengthList.instance. initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
3029 3940
3030 @DomName('SVGLengthList.insertItemBefore') 3941 @DomName('SVGLengthList.insertItemBefore')
3031 @DocsEditable() 3942 @DocsEditable()
3032 Length insertItemBefore(Length item, int index) => _blink.BlinkSVGLengthList.i nstance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), index); 3943 Length insertItemBefore(Length item, int index) => wrap_jso(_blink.BlinkSVGLen gthList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item) , index));
3033 3944
3034 @DomName('SVGLengthList.removeItem') 3945 @DomName('SVGLengthList.removeItem')
3035 @DocsEditable() 3946 @DocsEditable()
3036 Length removeItem(int index) => _blink.BlinkSVGLengthList.instance.removeItem_ Callback_1_(unwrap_jso(this), index); 3947 Length removeItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.re moveItem_Callback_1_(unwrap_jso(this), index));
3037 3948
3038 @DomName('SVGLengthList.replaceItem') 3949 @DomName('SVGLengthList.replaceItem')
3039 @DocsEditable() 3950 @DocsEditable()
3040 Length replaceItem(Length item, int index) => _blink.BlinkSVGLengthList.instan ce.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index); 3951 Length replaceItem(Length item, int index) => wrap_jso(_blink.BlinkSVGLengthLi st.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
3041 3952
3042 } 3953 }
3043 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3954 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3044 // for details. All rights reserved. Use of this source code is governed by a 3955 // for details. All rights reserved. Use of this source code is governed by a
3045 // BSD-style license that can be found in the LICENSE file. 3956 // BSD-style license that can be found in the LICENSE file.
3046 3957
3047 // WARNING: Do not edit - generated code. 3958 // WARNING: Do not edit - generated code.
3048 3959
3049 3960
3050 @DocsEditable() 3961 @DocsEditable()
3051 @DomName('SVGLineElement') 3962 @DomName('SVGLineElement')
3052 @Unstable() 3963 @Unstable()
3053 class LineElement extends GeometryElement { 3964 class LineElement extends GeometryElement {
3054 // To suppress missing implicit constructor warnings. 3965 // To suppress missing implicit constructor warnings.
3055 factory LineElement._() { throw new UnsupportedError("Not supported"); } 3966 factory LineElement._() { throw new UnsupportedError("Not supported"); }
3056 3967
3057 @DomName('SVGLineElement.SVGLineElement') 3968 @DomName('SVGLineElement.SVGLineElement')
3058 @DocsEditable() 3969 @DocsEditable()
3059 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line "); 3970 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line ");
3971
3972
3973 static LineElement internalCreateLineElement() {
3974 return new LineElement._internalWrap();
3975 }
3976
3977 factory LineElement._internalWrap() {
3978 return new LineElement.internal_();
3979 }
3980
3981 LineElement.internal_() : super.internal_();
3982
3060 /** 3983 /**
3061 * Constructor instantiated by the DOM when a custom element has been created. 3984 * Constructor instantiated by the DOM when a custom element has been created.
3062 * 3985 *
3063 * This can only be called by subclasses from their created constructor. 3986 * This can only be called by subclasses from their created constructor.
3064 */ 3987 */
3065 LineElement.created() : super.created(); 3988 LineElement.created() : super.created();
3066 3989
3067 @DomName('SVGLineElement.x1') 3990 @DomName('SVGLineElement.x1')
3068 @DocsEditable() 3991 @DocsEditable()
3069 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLineElement.instance.x1_Gette r_(unwrap_jso(this))); 3992 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLineElement.instance.x1_Gette r_(unwrap_jso(this)));
(...skipping 21 matching lines...) Expand all
3091 @DocsEditable() 4014 @DocsEditable()
3092 @DomName('SVGLinearGradientElement') 4015 @DomName('SVGLinearGradientElement')
3093 @Unstable() 4016 @Unstable()
3094 class LinearGradientElement extends _GradientElement { 4017 class LinearGradientElement extends _GradientElement {
3095 // To suppress missing implicit constructor warnings. 4018 // To suppress missing implicit constructor warnings.
3096 factory LinearGradientElement._() { throw new UnsupportedError("Not supported" ); } 4019 factory LinearGradientElement._() { throw new UnsupportedError("Not supported" ); }
3097 4020
3098 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') 4021 @DomName('SVGLinearGradientElement.SVGLinearGradientElement')
3099 @DocsEditable() 4022 @DocsEditable()
3100 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient"); 4023 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient");
4024
4025
4026 static LinearGradientElement internalCreateLinearGradientElement() {
4027 return new LinearGradientElement._internalWrap();
4028 }
4029
4030 factory LinearGradientElement._internalWrap() {
4031 return new LinearGradientElement.internal_();
4032 }
4033
4034 LinearGradientElement.internal_() : super.internal_();
4035
3101 /** 4036 /**
3102 * Constructor instantiated by the DOM when a custom element has been created. 4037 * Constructor instantiated by the DOM when a custom element has been created.
3103 * 4038 *
3104 * This can only be called by subclasses from their created constructor. 4039 * This can only be called by subclasses from their created constructor.
3105 */ 4040 */
3106 LinearGradientElement.created() : super.created(); 4041 LinearGradientElement.created() : super.created();
3107 4042
3108 @DomName('SVGLinearGradientElement.x1') 4043 @DomName('SVGLinearGradientElement.x1')
3109 @DocsEditable() 4044 @DocsEditable()
3110 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLinearGradientElement.instanc e.x1_Getter_(unwrap_jso(this))); 4045 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLinearGradientElement.instanc e.x1_Getter_(unwrap_jso(this)));
(...skipping 21 matching lines...) Expand all
3132 @DocsEditable() 4067 @DocsEditable()
3133 @DomName('SVGMarkerElement') 4068 @DomName('SVGMarkerElement')
3134 @Unstable() 4069 @Unstable()
3135 class MarkerElement extends SvgElement implements FitToViewBox { 4070 class MarkerElement extends SvgElement implements FitToViewBox {
3136 // To suppress missing implicit constructor warnings. 4071 // To suppress missing implicit constructor warnings.
3137 factory MarkerElement._() { throw new UnsupportedError("Not supported"); } 4072 factory MarkerElement._() { throw new UnsupportedError("Not supported"); }
3138 4073
3139 @DomName('SVGMarkerElement.SVGMarkerElement') 4074 @DomName('SVGMarkerElement.SVGMarkerElement')
3140 @DocsEditable() 4075 @DocsEditable()
3141 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma rker"); 4076 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma rker");
4077
4078
4079 static MarkerElement internalCreateMarkerElement() {
4080 return new MarkerElement._internalWrap();
4081 }
4082
4083 factory MarkerElement._internalWrap() {
4084 return new MarkerElement.internal_();
4085 }
4086
4087 MarkerElement.internal_() : super.internal_();
4088
3142 /** 4089 /**
3143 * Constructor instantiated by the DOM when a custom element has been created. 4090 * Constructor instantiated by the DOM when a custom element has been created.
3144 * 4091 *
3145 * This can only be called by subclasses from their created constructor. 4092 * This can only be called by subclasses from their created constructor.
3146 */ 4093 */
3147 MarkerElement.created() : super.created(); 4094 MarkerElement.created() : super.created();
3148 4095
3149 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH') 4096 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH')
3150 @DocsEditable() 4097 @DocsEditable()
3151 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; 4098 static const int SVG_MARKERUNITS_STROKEWIDTH = 2;
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
3225 @DocsEditable() 4172 @DocsEditable()
3226 @DomName('SVGMaskElement') 4173 @DomName('SVGMaskElement')
3227 @Unstable() 4174 @Unstable()
3228 class MaskElement extends SvgElement implements Tests { 4175 class MaskElement extends SvgElement implements Tests {
3229 // To suppress missing implicit constructor warnings. 4176 // To suppress missing implicit constructor warnings.
3230 factory MaskElement._() { throw new UnsupportedError("Not supported"); } 4177 factory MaskElement._() { throw new UnsupportedError("Not supported"); }
3231 4178
3232 @DomName('SVGMaskElement.SVGMaskElement') 4179 @DomName('SVGMaskElement.SVGMaskElement')
3233 @DocsEditable() 4180 @DocsEditable()
3234 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask "); 4181 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask ");
4182
4183
4184 static MaskElement internalCreateMaskElement() {
4185 return new MaskElement._internalWrap();
4186 }
4187
4188 factory MaskElement._internalWrap() {
4189 return new MaskElement.internal_();
4190 }
4191
4192 MaskElement.internal_() : super.internal_();
4193
3235 /** 4194 /**
3236 * Constructor instantiated by the DOM when a custom element has been created. 4195 * Constructor instantiated by the DOM when a custom element has been created.
3237 * 4196 *
3238 * This can only be called by subclasses from their created constructor. 4197 * This can only be called by subclasses from their created constructor.
3239 */ 4198 */
3240 MaskElement.created() : super.created(); 4199 MaskElement.created() : super.created();
3241 4200
3242 @DomName('SVGMaskElement.height') 4201 @DomName('SVGMaskElement.height')
3243 @DocsEditable() 4202 @DocsEditable()
3244 AnimatedLength get height => wrap_jso(_blink.BlinkSVGMaskElement.instance.heig ht_Getter_(unwrap_jso(this))); 4203 AnimatedLength get height => wrap_jso(_blink.BlinkSVGMaskElement.instance.heig ht_Getter_(unwrap_jso(this)));
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
3287 // WARNING: Do not edit - generated code. 4246 // WARNING: Do not edit - generated code.
3288 4247
3289 4248
3290 @DocsEditable() 4249 @DocsEditable()
3291 @DomName('SVGMatrix') 4250 @DomName('SVGMatrix')
3292 @Unstable() 4251 @Unstable()
3293 class Matrix extends NativeFieldWrapperClass2 { 4252 class Matrix extends NativeFieldWrapperClass2 {
3294 // To suppress missing implicit constructor warnings. 4253 // To suppress missing implicit constructor warnings.
3295 factory Matrix._() { throw new UnsupportedError("Not supported"); } 4254 factory Matrix._() { throw new UnsupportedError("Not supported"); }
3296 4255
4256 static Matrix internalCreateMatrix() {
4257 return new Matrix._internalWrap();
4258 }
4259
4260 js.JsObject blink_jsObject;
4261
4262 factory Matrix._internalWrap() {
4263 return new Matrix.internal_();
4264 }
4265
4266 Matrix.internal_() { }
4267
4268 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
4269 int get hashCode => unwrap_jso(this).hashCode;
4270
3297 @DomName('SVGMatrix.a') 4271 @DomName('SVGMatrix.a')
3298 @DocsEditable() 4272 @DocsEditable()
3299 num get a => _blink.BlinkSVGMatrix.instance.a_Getter_(unwrap_jso(this)); 4273 num get a => _blink.BlinkSVGMatrix.instance.a_Getter_(unwrap_jso(this));
3300 4274
3301 @DomName('SVGMatrix.a') 4275 @DomName('SVGMatrix.a')
3302 @DocsEditable() 4276 @DocsEditable()
3303 void set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(unwrap_jso(t his), value); 4277 set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(unwrap_jso(this), value);
3304 4278
3305 @DomName('SVGMatrix.b') 4279 @DomName('SVGMatrix.b')
3306 @DocsEditable() 4280 @DocsEditable()
3307 num get b => _blink.BlinkSVGMatrix.instance.b_Getter_(unwrap_jso(this)); 4281 num get b => _blink.BlinkSVGMatrix.instance.b_Getter_(unwrap_jso(this));
3308 4282
3309 @DomName('SVGMatrix.b') 4283 @DomName('SVGMatrix.b')
3310 @DocsEditable() 4284 @DocsEditable()
3311 void set b(num value) => _blink.BlinkSVGMatrix.instance.b_Setter_(unwrap_jso(t his), value); 4285 set b(num value) => _blink.BlinkSVGMatrix.instance.b_Setter_(unwrap_jso(this), value);
3312 4286
3313 @DomName('SVGMatrix.c') 4287 @DomName('SVGMatrix.c')
3314 @DocsEditable() 4288 @DocsEditable()
3315 num get c => _blink.BlinkSVGMatrix.instance.c_Getter_(unwrap_jso(this)); 4289 num get c => _blink.BlinkSVGMatrix.instance.c_Getter_(unwrap_jso(this));
3316 4290
3317 @DomName('SVGMatrix.c') 4291 @DomName('SVGMatrix.c')
3318 @DocsEditable() 4292 @DocsEditable()
3319 void set c(num value) => _blink.BlinkSVGMatrix.instance.c_Setter_(unwrap_jso(t his), value); 4293 set c(num value) => _blink.BlinkSVGMatrix.instance.c_Setter_(unwrap_jso(this), value);
3320 4294
3321 @DomName('SVGMatrix.d') 4295 @DomName('SVGMatrix.d')
3322 @DocsEditable() 4296 @DocsEditable()
3323 num get d => _blink.BlinkSVGMatrix.instance.d_Getter_(unwrap_jso(this)); 4297 num get d => _blink.BlinkSVGMatrix.instance.d_Getter_(unwrap_jso(this));
3324 4298
3325 @DomName('SVGMatrix.d') 4299 @DomName('SVGMatrix.d')
3326 @DocsEditable() 4300 @DocsEditable()
3327 void set d(num value) => _blink.BlinkSVGMatrix.instance.d_Setter_(unwrap_jso(t his), value); 4301 set d(num value) => _blink.BlinkSVGMatrix.instance.d_Setter_(unwrap_jso(this), value);
3328 4302
3329 @DomName('SVGMatrix.e') 4303 @DomName('SVGMatrix.e')
3330 @DocsEditable() 4304 @DocsEditable()
3331 num get e => _blink.BlinkSVGMatrix.instance.e_Getter_(unwrap_jso(this)); 4305 num get e => _blink.BlinkSVGMatrix.instance.e_Getter_(unwrap_jso(this));
3332 4306
3333 @DomName('SVGMatrix.e') 4307 @DomName('SVGMatrix.e')
3334 @DocsEditable() 4308 @DocsEditable()
3335 void set e(num value) => _blink.BlinkSVGMatrix.instance.e_Setter_(unwrap_jso(t his), value); 4309 set e(num value) => _blink.BlinkSVGMatrix.instance.e_Setter_(unwrap_jso(this), value);
3336 4310
3337 @DomName('SVGMatrix.f') 4311 @DomName('SVGMatrix.f')
3338 @DocsEditable() 4312 @DocsEditable()
3339 num get f => _blink.BlinkSVGMatrix.instance.f_Getter_(unwrap_jso(this)); 4313 num get f => _blink.BlinkSVGMatrix.instance.f_Getter_(unwrap_jso(this));
3340 4314
3341 @DomName('SVGMatrix.f') 4315 @DomName('SVGMatrix.f')
3342 @DocsEditable() 4316 @DocsEditable()
3343 void set f(num value) => _blink.BlinkSVGMatrix.instance.f_Setter_(unwrap_jso(t his), value); 4317 set f(num value) => _blink.BlinkSVGMatrix.instance.f_Setter_(unwrap_jso(this), value);
3344 4318
3345 @DomName('SVGMatrix.flipX') 4319 @DomName('SVGMatrix.flipX')
3346 @DocsEditable() 4320 @DocsEditable()
3347 Matrix flipX() => _blink.BlinkSVGMatrix.instance.flipX_Callback_0_(unwrap_jso( this)); 4321 Matrix flipX() => wrap_jso(_blink.BlinkSVGMatrix.instance.flipX_Callback_0_(un wrap_jso(this)));
3348 4322
3349 @DomName('SVGMatrix.flipY') 4323 @DomName('SVGMatrix.flipY')
3350 @DocsEditable() 4324 @DocsEditable()
3351 Matrix flipY() => _blink.BlinkSVGMatrix.instance.flipY_Callback_0_(unwrap_jso( this)); 4325 Matrix flipY() => wrap_jso(_blink.BlinkSVGMatrix.instance.flipY_Callback_0_(un wrap_jso(this)));
3352 4326
3353 @DomName('SVGMatrix.inverse') 4327 @DomName('SVGMatrix.inverse')
3354 @DocsEditable() 4328 @DocsEditable()
3355 Matrix inverse() => _blink.BlinkSVGMatrix.instance.inverse_Callback_0_(unwrap_ jso(this)); 4329 Matrix inverse() => wrap_jso(_blink.BlinkSVGMatrix.instance.inverse_Callback_0 _(unwrap_jso(this)));
3356 4330
3357 @DomName('SVGMatrix.multiply') 4331 @DomName('SVGMatrix.multiply')
3358 @DocsEditable() 4332 @DocsEditable()
3359 Matrix multiply(Matrix secondMatrix) => _blink.BlinkSVGMatrix.instance.multipl y_Callback_1_(unwrap_jso(this), unwrap_jso(secondMatrix)); 4333 Matrix multiply(Matrix secondMatrix) => wrap_jso(_blink.BlinkSVGMatrix.instanc e.multiply_Callback_1_(unwrap_jso(this), unwrap_jso(secondMatrix)));
3360 4334
3361 @DomName('SVGMatrix.rotate') 4335 @DomName('SVGMatrix.rotate')
3362 @DocsEditable() 4336 @DocsEditable()
3363 Matrix rotate(num angle) => _blink.BlinkSVGMatrix.instance.rotate_Callback_1_( unwrap_jso(this), angle); 4337 Matrix rotate(num angle) => wrap_jso(_blink.BlinkSVGMatrix.instance.rotate_Cal lback_1_(unwrap_jso(this), angle));
3364 4338
3365 @DomName('SVGMatrix.rotateFromVector') 4339 @DomName('SVGMatrix.rotateFromVector')
3366 @DocsEditable() 4340 @DocsEditable()
3367 Matrix rotateFromVector(num x, num y) => _blink.BlinkSVGMatrix.instance.rotate FromVector_Callback_2_(unwrap_jso(this), x, y); 4341 Matrix rotateFromVector(num x, num y) => wrap_jso(_blink.BlinkSVGMatrix.instan ce.rotateFromVector_Callback_2_(unwrap_jso(this), x, y));
3368 4342
3369 @DomName('SVGMatrix.scale') 4343 @DomName('SVGMatrix.scale')
3370 @DocsEditable() 4344 @DocsEditable()
3371 Matrix scale(num scaleFactor) => _blink.BlinkSVGMatrix.instance.scale_Callback _1_(unwrap_jso(this), scaleFactor); 4345 Matrix scale(num scaleFactor) => wrap_jso(_blink.BlinkSVGMatrix.instance.scale _Callback_1_(unwrap_jso(this), scaleFactor));
3372 4346
3373 @DomName('SVGMatrix.scaleNonUniform') 4347 @DomName('SVGMatrix.scaleNonUniform')
3374 @DocsEditable() 4348 @DocsEditable()
3375 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => _blink.BlinkSVGM atrix.instance.scaleNonUniform_Callback_2_(unwrap_jso(this), scaleFactorX, scale FactorY); 4349 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => wrap_jso(_blink. BlinkSVGMatrix.instance.scaleNonUniform_Callback_2_(unwrap_jso(this), scaleFacto rX, scaleFactorY));
3376 4350
3377 @DomName('SVGMatrix.skewX') 4351 @DomName('SVGMatrix.skewX')
3378 @DocsEditable() 4352 @DocsEditable()
3379 Matrix skewX(num angle) => _blink.BlinkSVGMatrix.instance.skewX_Callback_1_(un wrap_jso(this), angle); 4353 Matrix skewX(num angle) => wrap_jso(_blink.BlinkSVGMatrix.instance.skewX_Callb ack_1_(unwrap_jso(this), angle));
3380 4354
3381 @DomName('SVGMatrix.skewY') 4355 @DomName('SVGMatrix.skewY')
3382 @DocsEditable() 4356 @DocsEditable()
3383 Matrix skewY(num angle) => _blink.BlinkSVGMatrix.instance.skewY_Callback_1_(un wrap_jso(this), angle); 4357 Matrix skewY(num angle) => wrap_jso(_blink.BlinkSVGMatrix.instance.skewY_Callb ack_1_(unwrap_jso(this), angle));
3384 4358
3385 @DomName('SVGMatrix.translate') 4359 @DomName('SVGMatrix.translate')
3386 @DocsEditable() 4360 @DocsEditable()
3387 Matrix translate(num x, num y) => _blink.BlinkSVGMatrix.instance.translate_Cal lback_2_(unwrap_jso(this), x, y); 4361 Matrix translate(num x, num y) => wrap_jso(_blink.BlinkSVGMatrix.instance.tran slate_Callback_2_(unwrap_jso(this), x, y));
3388 4362
3389 } 4363 }
3390 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4364 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3391 // for details. All rights reserved. Use of this source code is governed by a 4365 // for details. All rights reserved. Use of this source code is governed by a
3392 // BSD-style license that can be found in the LICENSE file. 4366 // BSD-style license that can be found in the LICENSE file.
3393 4367
3394 // WARNING: Do not edit - generated code. 4368 // WARNING: Do not edit - generated code.
3395 4369
3396 4370
3397 @DocsEditable() 4371 @DocsEditable()
3398 @DomName('SVGMetadataElement') 4372 @DomName('SVGMetadataElement')
3399 @Unstable() 4373 @Unstable()
3400 class MetadataElement extends SvgElement { 4374 class MetadataElement extends SvgElement {
3401 // To suppress missing implicit constructor warnings. 4375 // To suppress missing implicit constructor warnings.
3402 factory MetadataElement._() { throw new UnsupportedError("Not supported"); } 4376 factory MetadataElement._() { throw new UnsupportedError("Not supported"); }
4377
4378
4379 static MetadataElement internalCreateMetadataElement() {
4380 return new MetadataElement._internalWrap();
4381 }
4382
4383 factory MetadataElement._internalWrap() {
4384 return new MetadataElement.internal_();
4385 }
4386
4387 MetadataElement.internal_() : super.internal_();
4388
3403 /** 4389 /**
3404 * Constructor instantiated by the DOM when a custom element has been created. 4390 * Constructor instantiated by the DOM when a custom element has been created.
3405 * 4391 *
3406 * This can only be called by subclasses from their created constructor. 4392 * This can only be called by subclasses from their created constructor.
3407 */ 4393 */
3408 MetadataElement.created() : super.created(); 4394 MetadataElement.created() : super.created();
3409 4395
3410 } 4396 }
3411 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4397 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3412 // for details. All rights reserved. Use of this source code is governed by a 4398 // for details. All rights reserved. Use of this source code is governed by a
3413 // BSD-style license that can be found in the LICENSE file. 4399 // BSD-style license that can be found in the LICENSE file.
3414 4400
3415 // WARNING: Do not edit - generated code. 4401 // WARNING: Do not edit - generated code.
3416 4402
3417 4403
3418 @DocsEditable() 4404 @DocsEditable()
3419 @DomName('SVGNumber') 4405 @DomName('SVGNumber')
3420 @Unstable() 4406 @Unstable()
3421 class Number extends NativeFieldWrapperClass2 { 4407 class Number extends NativeFieldWrapperClass2 {
3422 // To suppress missing implicit constructor warnings. 4408 // To suppress missing implicit constructor warnings.
3423 factory Number._() { throw new UnsupportedError("Not supported"); } 4409 factory Number._() { throw new UnsupportedError("Not supported"); }
3424 4410
4411 static Number internalCreateNumber() {
4412 return new Number._internalWrap();
4413 }
4414
4415 js.JsObject blink_jsObject;
4416
4417 factory Number._internalWrap() {
4418 return new Number.internal_();
4419 }
4420
4421 Number.internal_() { }
4422
4423 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
4424 int get hashCode => unwrap_jso(this).hashCode;
4425
3425 @DomName('SVGNumber.value') 4426 @DomName('SVGNumber.value')
3426 @DocsEditable() 4427 @DocsEditable()
3427 num get value => _blink.BlinkSVGNumber.instance.value_Getter_(unwrap_jso(this) ); 4428 num get value => _blink.BlinkSVGNumber.instance.value_Getter_(unwrap_jso(this) );
3428 4429
3429 @DomName('SVGNumber.value') 4430 @DomName('SVGNumber.value')
3430 @DocsEditable() 4431 @DocsEditable()
3431 void set value(num value) => _blink.BlinkSVGNumber.instance.value_Setter_(unwr ap_jso(this), value); 4432 set value(num value) => _blink.BlinkSVGNumber.instance.value_Setter_(unwrap_js o(this), value);
3432 4433
3433 } 4434 }
3434 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4435 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3435 // for details. All rights reserved. Use of this source code is governed by a 4436 // for details. All rights reserved. Use of this source code is governed by a
3436 // BSD-style license that can be found in the LICENSE file. 4437 // BSD-style license that can be found in the LICENSE file.
3437 4438
3438 // WARNING: Do not edit - generated code. 4439 // WARNING: Do not edit - generated code.
3439 4440
3440 4441
3441 @DocsEditable() 4442 @DocsEditable()
3442 @DomName('SVGNumberList') 4443 @DomName('SVGNumberList')
3443 @Unstable() 4444 @Unstable()
3444 class NumberList extends NativeFieldWrapperClass2 with ListMixin<Number>, Immuta bleListMixin<Number> implements List<Number> { 4445 class NumberList extends JsoNativeFieldWrapper with ListMixin<Number>, Immutable ListMixin<Number> implements List<Number> {
3445 // To suppress missing implicit constructor warnings. 4446 // To suppress missing implicit constructor warnings.
3446 factory NumberList._() { throw new UnsupportedError("Not supported"); } 4447 factory NumberList._() { throw new UnsupportedError("Not supported"); }
3447 4448
4449 static NumberList internalCreateNumberList() {
4450 return new NumberList._internalWrap();
4451 }
4452
4453 js.JsObject blink_jsObject;
4454
4455 factory NumberList._internalWrap() {
4456 return new NumberList.internal_();
4457 }
4458
4459 NumberList.internal_() { }
4460
4461 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
4462 int get hashCode => unwrap_jso(this).hashCode;
4463
3448 @DomName('SVGNumberList.length') 4464 @DomName('SVGNumberList.length')
3449 @DocsEditable() 4465 @DocsEditable()
3450 @Experimental() // untriaged 4466 @Experimental() // untriaged
3451 int get length => _blink.BlinkSVGNumberList.instance.length_Getter_(unwrap_jso (this)); 4467 int get length => _blink.BlinkSVGNumberList.instance.length_Getter_(unwrap_jso (this));
3452 4468
3453 @DomName('SVGNumberList.numberOfItems') 4469 @DomName('SVGNumberList.numberOfItems')
3454 @DocsEditable() 4470 @DocsEditable()
3455 int get numberOfItems => _blink.BlinkSVGNumberList.instance.numberOfItems_Gett er_(unwrap_jso(this)); 4471 int get numberOfItems => _blink.BlinkSVGNumberList.instance.numberOfItems_Gett er_(unwrap_jso(this));
3456 4472
3457 Number operator[](int index) { 4473 Number operator[](int index) {
3458 if (index < 0 || index >= length) 4474 if (index < 0 || index >= length)
3459 throw new RangeError.index(index, this); 4475 throw new RangeError.index(index, this);
3460 return getItem(index); 4476 return getItem(index);
3461 } 4477 }
3462 4478
3463 void operator[]=(int index, Number value) { 4479 void operator[]=(int index, Number value) {
3464 throw new UnsupportedError("Cannot assign element of immutable List."); 4480 throw new UnsupportedError("Cannot assign element of immutable List.");
3465 } 4481 }
3466 // -- start List<Number> mixins. 4482 // -- start List<Number> mixins.
3467 // Number is the element type. 4483 // Number is the element type.
3468 4484
3469 4485
3470 void set length(int value) { 4486 set length(int value) {
3471 throw new UnsupportedError("Cannot resize immutable List."); 4487 throw new UnsupportedError("Cannot resize immutable List.");
3472 } 4488 }
3473 4489
3474 Number get first { 4490 Number get first {
3475 if (this.length > 0) { 4491 if (this.length > 0) {
3476 return getItem(0); 4492 return getItem(0);
3477 } 4493 }
3478 throw new StateError("No elements"); 4494 throw new StateError("No elements");
3479 } 4495 }
3480 4496
(...skipping 17 matching lines...) Expand all
3498 Number elementAt(int index) => this[index]; 4514 Number elementAt(int index) => this[index];
3499 // -- end List<Number> mixins. 4515 // -- end List<Number> mixins.
3500 4516
3501 @DomName('SVGNumberList.__setter__') 4517 @DomName('SVGNumberList.__setter__')
3502 @DocsEditable() 4518 @DocsEditable()
3503 @Experimental() // untriaged 4519 @Experimental() // untriaged
3504 void __setter__(int index, Number value) => _blink.BlinkSVGNumberList.instance .$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value)); 4520 void __setter__(int index, Number value) => _blink.BlinkSVGNumberList.instance .$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value));
3505 4521
3506 @DomName('SVGNumberList.appendItem') 4522 @DomName('SVGNumberList.appendItem')
3507 @DocsEditable() 4523 @DocsEditable()
3508 Number appendItem(Number item) => _blink.BlinkSVGNumberList.instance.appendIte m_Callback_1_(unwrap_jso(this), unwrap_jso(item)); 4524 Number appendItem(Number item) => wrap_jso(_blink.BlinkSVGNumberList.instance. appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
3509 4525
3510 @DomName('SVGNumberList.clear') 4526 @DomName('SVGNumberList.clear')
3511 @DocsEditable() 4527 @DocsEditable()
3512 void clear() => _blink.BlinkSVGNumberList.instance.clear_Callback_0_(unwrap_js o(this)); 4528 void clear() => _blink.BlinkSVGNumberList.instance.clear_Callback_0_(unwrap_js o(this));
3513 4529
3514 @DomName('SVGNumberList.getItem') 4530 @DomName('SVGNumberList.getItem')
3515 @DocsEditable() 4531 @DocsEditable()
3516 Number getItem(int index) => _blink.BlinkSVGNumberList.instance.getItem_Callba ck_1_(unwrap_jso(this), index); 4532 Number getItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.getIt em_Callback_1_(unwrap_jso(this), index));
3517 4533
3518 @DomName('SVGNumberList.initialize') 4534 @DomName('SVGNumberList.initialize')
3519 @DocsEditable() 4535 @DocsEditable()
3520 Number initialize(Number item) => _blink.BlinkSVGNumberList.instance.initializ e_Callback_1_(unwrap_jso(this), unwrap_jso(item)); 4536 Number initialize(Number item) => wrap_jso(_blink.BlinkSVGNumberList.instance. initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
3521 4537
3522 @DomName('SVGNumberList.insertItemBefore') 4538 @DomName('SVGNumberList.insertItemBefore')
3523 @DocsEditable() 4539 @DocsEditable()
3524 Number insertItemBefore(Number item, int index) => _blink.BlinkSVGNumberList.i nstance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), index); 4540 Number insertItemBefore(Number item, int index) => wrap_jso(_blink.BlinkSVGNum berList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item) , index));
3525 4541
3526 @DomName('SVGNumberList.removeItem') 4542 @DomName('SVGNumberList.removeItem')
3527 @DocsEditable() 4543 @DocsEditable()
3528 Number removeItem(int index) => _blink.BlinkSVGNumberList.instance.removeItem_ Callback_1_(unwrap_jso(this), index); 4544 Number removeItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.re moveItem_Callback_1_(unwrap_jso(this), index));
3529 4545
3530 @DomName('SVGNumberList.replaceItem') 4546 @DomName('SVGNumberList.replaceItem')
3531 @DocsEditable() 4547 @DocsEditable()
3532 Number replaceItem(Number item, int index) => _blink.BlinkSVGNumberList.instan ce.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index); 4548 Number replaceItem(Number item, int index) => wrap_jso(_blink.BlinkSVGNumberLi st.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
3533 4549
3534 } 4550 }
3535 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4551 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3536 // for details. All rights reserved. Use of this source code is governed by a 4552 // for details. All rights reserved. Use of this source code is governed by a
3537 // BSD-style license that can be found in the LICENSE file. 4553 // BSD-style license that can be found in the LICENSE file.
3538 4554
3539 // WARNING: Do not edit - generated code. 4555 // WARNING: Do not edit - generated code.
3540 4556
3541 4557
3542 @DocsEditable() 4558 @DocsEditable()
3543 @DomName('SVGPathElement') 4559 @DomName('SVGPathElement')
3544 @Unstable() 4560 @Unstable()
3545 class PathElement extends GeometryElement { 4561 class PathElement extends GeometryElement {
3546 // To suppress missing implicit constructor warnings. 4562 // To suppress missing implicit constructor warnings.
3547 factory PathElement._() { throw new UnsupportedError("Not supported"); } 4563 factory PathElement._() { throw new UnsupportedError("Not supported"); }
3548 4564
3549 @DomName('SVGPathElement.SVGPathElement') 4565 @DomName('SVGPathElement.SVGPathElement')
3550 @DocsEditable() 4566 @DocsEditable()
3551 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path "); 4567 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path ");
4568
4569
4570 static PathElement internalCreatePathElement() {
4571 return new PathElement._internalWrap();
4572 }
4573
4574 factory PathElement._internalWrap() {
4575 return new PathElement.internal_();
4576 }
4577
4578 PathElement.internal_() : super.internal_();
4579
3552 /** 4580 /**
3553 * Constructor instantiated by the DOM when a custom element has been created. 4581 * Constructor instantiated by the DOM when a custom element has been created.
3554 * 4582 *
3555 * This can only be called by subclasses from their created constructor. 4583 * This can only be called by subclasses from their created constructor.
3556 */ 4584 */
3557 PathElement.created() : super.created(); 4585 PathElement.created() : super.created();
3558 4586
3559 @DomName('SVGPathElement.animatedNormalizedPathSegList') 4587 @DomName('SVGPathElement.animatedNormalizedPathSegList')
3560 @DocsEditable() 4588 @DocsEditable()
3561 PathSegList get animatedNormalizedPathSegList => wrap_jso(_blink.BlinkSVGPathE lement.instance.animatedNormalizedPathSegList_Getter_(unwrap_jso(this))); 4589 PathSegList get animatedNormalizedPathSegList => wrap_jso(_blink.BlinkSVGPathE lement.instance.animatedNormalizedPathSegList_Getter_(unwrap_jso(this)));
3562 4590
3563 @DomName('SVGPathElement.animatedPathSegList') 4591 @DomName('SVGPathElement.animatedPathSegList')
3564 @DocsEditable() 4592 @DocsEditable()
3565 PathSegList get animatedPathSegList => wrap_jso(_blink.BlinkSVGPathElement.ins tance.animatedPathSegList_Getter_(unwrap_jso(this))); 4593 PathSegList get animatedPathSegList => wrap_jso(_blink.BlinkSVGPathElement.ins tance.animatedPathSegList_Getter_(unwrap_jso(this)));
3566 4594
3567 @DomName('SVGPathElement.normalizedPathSegList') 4595 @DomName('SVGPathElement.normalizedPathSegList')
3568 @DocsEditable() 4596 @DocsEditable()
3569 PathSegList get normalizedPathSegList => wrap_jso(_blink.BlinkSVGPathElement.i nstance.normalizedPathSegList_Getter_(unwrap_jso(this))); 4597 PathSegList get normalizedPathSegList => wrap_jso(_blink.BlinkSVGPathElement.i nstance.normalizedPathSegList_Getter_(unwrap_jso(this)));
3570 4598
3571 @DomName('SVGPathElement.pathLength') 4599 @DomName('SVGPathElement.pathLength')
3572 @DocsEditable() 4600 @DocsEditable()
3573 AnimatedNumber get pathLength => wrap_jso(_blink.BlinkSVGPathElement.instance. pathLength_Getter_(unwrap_jso(this))); 4601 AnimatedNumber get pathLength => wrap_jso(_blink.BlinkSVGPathElement.instance. pathLength_Getter_(unwrap_jso(this)));
3574 4602
3575 @DomName('SVGPathElement.pathSegList') 4603 @DomName('SVGPathElement.pathSegList')
3576 @DocsEditable() 4604 @DocsEditable()
3577 PathSegList get pathSegList => wrap_jso(_blink.BlinkSVGPathElement.instance.pa thSegList_Getter_(unwrap_jso(this))); 4605 PathSegList get pathSegList => wrap_jso(_blink.BlinkSVGPathElement.instance.pa thSegList_Getter_(unwrap_jso(this)));
3578 4606
3579 @DomName('SVGPathElement.createSVGPathSegArcAbs') 4607 @DomName('SVGPathElement.createSVGPathSegArcAbs')
3580 @DocsEditable() 4608 @DocsEditable()
3581 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => _blink.BlinkSVGPathElement.instance.create SVGPathSegArcAbs_Callback_7_(unwrap_jso(this), x, y, r1, r2, angle, largeArcFlag , sweepFlag); 4609 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => wrap_jso(_blink.BlinkSVGPathElement.instan ce.createSVGPathSegArcAbs_Callback_7_(unwrap_jso(this), x, y, r1, r2, angle, lar geArcFlag, sweepFlag));
3582 4610
3583 @DomName('SVGPathElement.createSVGPathSegArcRel') 4611 @DomName('SVGPathElement.createSVGPathSegArcRel')
3584 @DocsEditable() 4612 @DocsEditable()
3585 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => _blink.BlinkSVGPathElement.instance.create SVGPathSegArcRel_Callback_7_(unwrap_jso(this), x, y, r1, r2, angle, largeArcFlag , sweepFlag); 4613 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => wrap_jso(_blink.BlinkSVGPathElement.instan ce.createSVGPathSegArcRel_Callback_7_(unwrap_jso(this), x, y, r1, r2, angle, lar geArcFlag, sweepFlag));
3586 4614
3587 @DomName('SVGPathElement.createSVGPathSegClosePath') 4615 @DomName('SVGPathElement.createSVGPathSegClosePath')
3588 @DocsEditable() 4616 @DocsEditable()
3589 PathSegClosePath createSvgPathSegClosePath() => _blink.BlinkSVGPathElement.ins tance.createSVGPathSegClosePath_Callback_0_(unwrap_jso(this)); 4617 PathSegClosePath createSvgPathSegClosePath() => wrap_jso(_blink.BlinkSVGPathEl ement.instance.createSVGPathSegClosePath_Callback_0_(unwrap_jso(this)));
3590 4618
3591 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') 4619 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs')
3592 @DocsEditable() 4620 @DocsEditable()
3593 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n um y1, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCu rvetoCubicAbs_Callback_6_(unwrap_jso(this), x, y, x1, y1, x2, y2); 4621 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n um y1, num x2, num y2) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVG PathSegCurvetoCubicAbs_Callback_6_(unwrap_jso(this), x, y, x1, y1, x2, y2));
3594 4622
3595 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') 4623 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel')
3596 @DocsEditable() 4624 @DocsEditable()
3597 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n um y1, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCu rvetoCubicRel_Callback_6_(unwrap_jso(this), x, y, x1, y1, x2, y2); 4625 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n um y1, num x2, num y2) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVG PathSegCurvetoCubicRel_Callback_6_(unwrap_jso(this), x, y, x1, y1, x2, y2));
3598 4626
3599 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') 4627 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs')
3600 @DocsEditable() 4628 @DocsEditable()
3601 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvet oCubicSmoothAbs_Callback_4_(unwrap_jso(this), x, y, x2, y2); 4629 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPath SegCurvetoCubicSmoothAbs_Callback_4_(unwrap_jso(this), x, y, x2, y2));
3602 4630
3603 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') 4631 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel')
3604 @DocsEditable() 4632 @DocsEditable()
3605 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvet oCubicSmoothRel_Callback_4_(unwrap_jso(this), x, y, x2, y2); 4633 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPath SegCurvetoCubicSmoothRel_Callback_4_(unwrap_jso(this), x, y, x2, y2));
3606 4634
3607 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') 4635 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs')
3608 @DocsEditable() 4636 @DocsEditable()
3609 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n um x1, num y1) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQua draticAbs_Callback_4_(unwrap_jso(this), x, y, x1, y1); 4637 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n um x1, num y1) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegC urvetoQuadraticAbs_Callback_4_(unwrap_jso(this), x, y, x1, y1));
3610 4638
3611 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') 4639 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel')
3612 @DocsEditable() 4640 @DocsEditable()
3613 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n um x1, num y1) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQua draticRel_Callback_4_(unwrap_jso(this), x, y, x1, y1); 4641 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n um x1, num y1) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegC urvetoQuadraticRel_Callback_4_(unwrap_jso(this), x, y, x1, y1));
3614 4642
3615 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') 4643 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs')
3616 @DocsEditable() 4644 @DocsEditable()
3617 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadrat icSmoothAbs_Callback_2_(unwrap_jso(this), x, y); 4645 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegCurve toQuadraticSmoothAbs_Callback_2_(unwrap_jso(this), x, y));
3618 4646
3619 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') 4647 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel')
3620 @DocsEditable() 4648 @DocsEditable()
3621 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadrat icSmoothRel_Callback_2_(unwrap_jso(this), x, y); 4649 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegCurve toQuadraticSmoothRel_Callback_2_(unwrap_jso(this), x, y));
3622 4650
3623 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') 4651 @DomName('SVGPathElement.createSVGPathSegLinetoAbs')
3624 @DocsEditable() 4652 @DocsEditable()
3625 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => _blink.BlinkSVGPat hElement.instance.createSVGPathSegLinetoAbs_Callback_2_(unwrap_jso(this), x, y); 4653 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => wrap_jso(_blink.Bl inkSVGPathElement.instance.createSVGPathSegLinetoAbs_Callback_2_(unwrap_jso(this ), x, y));
3626 4654
3627 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') 4655 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs')
3628 @DocsEditable() 4656 @DocsEditable()
3629 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => _blin k.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalAbs_Callback_1_(u nwrap_jso(this), x); 4657 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => wrap_ jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalAbs_Call back_1_(unwrap_jso(this), x));
3630 4658
3631 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') 4659 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel')
3632 @DocsEditable() 4660 @DocsEditable()
3633 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => _blin k.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalRel_Callback_1_(u nwrap_jso(this), x); 4661 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => wrap_ jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalRel_Call back_1_(unwrap_jso(this), x));
3634 4662
3635 @DomName('SVGPathElement.createSVGPathSegLinetoRel') 4663 @DomName('SVGPathElement.createSVGPathSegLinetoRel')
3636 @DocsEditable() 4664 @DocsEditable()
3637 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => _blink.BlinkSVGPat hElement.instance.createSVGPathSegLinetoRel_Callback_2_(unwrap_jso(this), x, y); 4665 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => wrap_jso(_blink.Bl inkSVGPathElement.instance.createSVGPathSegLinetoRel_Callback_2_(unwrap_jso(this ), x, y));
3638 4666
3639 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') 4667 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs')
3640 @DocsEditable() 4668 @DocsEditable()
3641 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => _blink.Bl inkSVGPathElement.instance.createSVGPathSegLinetoVerticalAbs_Callback_1_(unwrap_ jso(this), y); 4669 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => wrap_jso( _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoVerticalAbs_Callback_1 _(unwrap_jso(this), y));
3642 4670
3643 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') 4671 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel')
3644 @DocsEditable() 4672 @DocsEditable()
3645 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => _blink.Bl inkSVGPathElement.instance.createSVGPathSegLinetoVerticalRel_Callback_1_(unwrap_ jso(this), y); 4673 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => wrap_jso( _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoVerticalRel_Callback_1 _(unwrap_jso(this), y));
3646 4674
3647 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') 4675 @DomName('SVGPathElement.createSVGPathSegMovetoAbs')
3648 @DocsEditable() 4676 @DocsEditable()
3649 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => _blink.BlinkSVGPat hElement.instance.createSVGPathSegMovetoAbs_Callback_2_(unwrap_jso(this), x, y); 4677 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => wrap_jso(_blink.Bl inkSVGPathElement.instance.createSVGPathSegMovetoAbs_Callback_2_(unwrap_jso(this ), x, y));
3650 4678
3651 @DomName('SVGPathElement.createSVGPathSegMovetoRel') 4679 @DomName('SVGPathElement.createSVGPathSegMovetoRel')
3652 @DocsEditable() 4680 @DocsEditable()
3653 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => _blink.BlinkSVGPat hElement.instance.createSVGPathSegMovetoRel_Callback_2_(unwrap_jso(this), x, y); 4681 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => wrap_jso(_blink.Bl inkSVGPathElement.instance.createSVGPathSegMovetoRel_Callback_2_(unwrap_jso(this ), x, y));
3654 4682
3655 @DomName('SVGPathElement.getPathSegAtLength') 4683 @DomName('SVGPathElement.getPathSegAtLength')
3656 @DocsEditable() 4684 @DocsEditable()
3657 int getPathSegAtLength(num distance) => _blink.BlinkSVGPathElement.instance.ge tPathSegAtLength_Callback_1_(unwrap_jso(this), distance); 4685 int getPathSegAtLength(num distance) => _blink.BlinkSVGPathElement.instance.ge tPathSegAtLength_Callback_1_(unwrap_jso(this), distance);
3658 4686
3659 @DomName('SVGPathElement.getPointAtLength') 4687 @DomName('SVGPathElement.getPointAtLength')
3660 @DocsEditable() 4688 @DocsEditable()
3661 Point getPointAtLength(num distance) => _blink.BlinkSVGPathElement.instance.ge tPointAtLength_Callback_1_(unwrap_jso(this), distance); 4689 Point getPointAtLength(num distance) => wrap_jso(_blink.BlinkSVGPathElement.in stance.getPointAtLength_Callback_1_(unwrap_jso(this), distance));
3662 4690
3663 @DomName('SVGPathElement.getTotalLength') 4691 @DomName('SVGPathElement.getTotalLength')
3664 @DocsEditable() 4692 @DocsEditable()
3665 double getTotalLength() => _blink.BlinkSVGPathElement.instance.getTotalLength_ Callback_0_(unwrap_jso(this)); 4693 num getTotalLength() => _blink.BlinkSVGPathElement.instance.getTotalLength_Cal lback_0_(unwrap_jso(this));
3666 4694
3667 } 4695 }
3668 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4696 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3669 // for details. All rights reserved. Use of this source code is governed by a 4697 // for details. All rights reserved. Use of this source code is governed by a
3670 // BSD-style license that can be found in the LICENSE file. 4698 // BSD-style license that can be found in the LICENSE file.
3671 4699
3672 // WARNING: Do not edit - generated code. 4700 // WARNING: Do not edit - generated code.
3673 4701
3674 4702
3675 @DocsEditable() 4703 @DocsEditable()
3676 @DomName('SVGPathSeg') 4704 @DomName('SVGPathSeg')
3677 @Unstable() 4705 @Unstable()
3678 class PathSeg extends NativeFieldWrapperClass2 { 4706 class PathSeg extends NativeFieldWrapperClass2 {
3679 // To suppress missing implicit constructor warnings. 4707 // To suppress missing implicit constructor warnings.
3680 factory PathSeg._() { throw new UnsupportedError("Not supported"); } 4708 factory PathSeg._() { throw new UnsupportedError("Not supported"); }
3681 4709
4710 static PathSeg internalCreatePathSeg() {
4711 return new PathSeg._internalWrap();
4712 }
4713
4714 js.JsObject blink_jsObject;
4715
4716 factory PathSeg._internalWrap() {
4717 return new PathSeg.internal_();
4718 }
4719
4720 PathSeg.internal_() { }
4721
4722 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
4723 int get hashCode => unwrap_jso(this).hashCode;
4724
3682 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') 4725 @DomName('SVGPathSeg.PATHSEG_ARC_ABS')
3683 @DocsEditable() 4726 @DocsEditable()
3684 static const int PATHSEG_ARC_ABS = 10; 4727 static const int PATHSEG_ARC_ABS = 10;
3685 4728
3686 @DomName('SVGPathSeg.PATHSEG_ARC_REL') 4729 @DomName('SVGPathSeg.PATHSEG_ARC_REL')
3687 @DocsEditable() 4730 @DocsEditable()
3688 static const int PATHSEG_ARC_REL = 11; 4731 static const int PATHSEG_ARC_REL = 11;
3689 4732
3690 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') 4733 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH')
3691 @DocsEditable() 4734 @DocsEditable()
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
3775 // WARNING: Do not edit - generated code. 4818 // WARNING: Do not edit - generated code.
3776 4819
3777 4820
3778 @DocsEditable() 4821 @DocsEditable()
3779 @DomName('SVGPathSegArcAbs') 4822 @DomName('SVGPathSegArcAbs')
3780 @Unstable() 4823 @Unstable()
3781 class PathSegArcAbs extends PathSeg { 4824 class PathSegArcAbs extends PathSeg {
3782 // To suppress missing implicit constructor warnings. 4825 // To suppress missing implicit constructor warnings.
3783 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } 4826 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); }
3784 4827
4828
4829 static PathSegArcAbs internalCreatePathSegArcAbs() {
4830 return new PathSegArcAbs._internalWrap();
4831 }
4832
4833 factory PathSegArcAbs._internalWrap() {
4834 return new PathSegArcAbs.internal_();
4835 }
4836
4837 PathSegArcAbs.internal_() : super.internal_();
4838
4839
3785 @DomName('SVGPathSegArcAbs.angle') 4840 @DomName('SVGPathSegArcAbs.angle')
3786 @DocsEditable() 4841 @DocsEditable()
3787 num get angle => _blink.BlinkSVGPathSegArcAbs.instance.angle_Getter_(unwrap_js o(this)); 4842 num get angle => _blink.BlinkSVGPathSegArcAbs.instance.angle_Getter_(unwrap_js o(this));
3788 4843
3789 @DomName('SVGPathSegArcAbs.angle') 4844 @DomName('SVGPathSegArcAbs.angle')
3790 @DocsEditable() 4845 @DocsEditable()
3791 void set angle(num value) => _blink.BlinkSVGPathSegArcAbs.instance.angle_Sette r_(unwrap_jso(this), value); 4846 set angle(num value) => _blink.BlinkSVGPathSegArcAbs.instance.angle_Setter_(un wrap_jso(this), value);
3792 4847
3793 @DomName('SVGPathSegArcAbs.largeArcFlag') 4848 @DomName('SVGPathSegArcAbs.largeArcFlag')
3794 @DocsEditable() 4849 @DocsEditable()
3795 bool get largeArcFlag => _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Ge tter_(unwrap_jso(this)); 4850 bool get largeArcFlag => _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Ge tter_(unwrap_jso(this));
3796 4851
3797 @DomName('SVGPathSegArcAbs.largeArcFlag') 4852 @DomName('SVGPathSegArcAbs.largeArcFlag')
3798 @DocsEditable() 4853 @DocsEditable()
3799 void set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.lar geArcFlag_Setter_(unwrap_jso(this), value); 4854 set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.largeArc Flag_Setter_(unwrap_jso(this), value);
3800 4855
3801 @DomName('SVGPathSegArcAbs.r1') 4856 @DomName('SVGPathSegArcAbs.r1')
3802 @DocsEditable() 4857 @DocsEditable()
3803 num get r1 => _blink.BlinkSVGPathSegArcAbs.instance.r1_Getter_(unwrap_jso(this )); 4858 num get r1 => _blink.BlinkSVGPathSegArcAbs.instance.r1_Getter_(unwrap_jso(this ));
3804 4859
3805 @DomName('SVGPathSegArcAbs.r1') 4860 @DomName('SVGPathSegArcAbs.r1')
3806 @DocsEditable() 4861 @DocsEditable()
3807 void set r1(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r1_Setter_(unw rap_jso(this), value); 4862 set r1(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r1_Setter_(unwrap_j so(this), value);
3808 4863
3809 @DomName('SVGPathSegArcAbs.r2') 4864 @DomName('SVGPathSegArcAbs.r2')
3810 @DocsEditable() 4865 @DocsEditable()
3811 num get r2 => _blink.BlinkSVGPathSegArcAbs.instance.r2_Getter_(unwrap_jso(this )); 4866 num get r2 => _blink.BlinkSVGPathSegArcAbs.instance.r2_Getter_(unwrap_jso(this ));
3812 4867
3813 @DomName('SVGPathSegArcAbs.r2') 4868 @DomName('SVGPathSegArcAbs.r2')
3814 @DocsEditable() 4869 @DocsEditable()
3815 void set r2(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r2_Setter_(unw rap_jso(this), value); 4870 set r2(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r2_Setter_(unwrap_j so(this), value);
3816 4871
3817 @DomName('SVGPathSegArcAbs.sweepFlag') 4872 @DomName('SVGPathSegArcAbs.sweepFlag')
3818 @DocsEditable() 4873 @DocsEditable()
3819 bool get sweepFlag => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Getter_( unwrap_jso(this)); 4874 bool get sweepFlag => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Getter_( unwrap_jso(this));
3820 4875
3821 @DomName('SVGPathSegArcAbs.sweepFlag') 4876 @DomName('SVGPathSegArcAbs.sweepFlag')
3822 @DocsEditable() 4877 @DocsEditable()
3823 void set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.sweepF lag_Setter_(unwrap_jso(this), value); 4878 set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_S etter_(unwrap_jso(this), value);
3824 4879
3825 @DomName('SVGPathSegArcAbs.x') 4880 @DomName('SVGPathSegArcAbs.x')
3826 @DocsEditable() 4881 @DocsEditable()
3827 num get x => _blink.BlinkSVGPathSegArcAbs.instance.x_Getter_(unwrap_jso(this)) ; 4882 num get x => _blink.BlinkSVGPathSegArcAbs.instance.x_Getter_(unwrap_jso(this)) ;
3828 4883
3829 @DomName('SVGPathSegArcAbs.x') 4884 @DomName('SVGPathSegArcAbs.x')
3830 @DocsEditable() 4885 @DocsEditable()
3831 void set x(num value) => _blink.BlinkSVGPathSegArcAbs.instance.x_Setter_(unwra p_jso(this), value); 4886 set x(num value) => _blink.BlinkSVGPathSegArcAbs.instance.x_Setter_(unwrap_jso (this), value);
3832 4887
3833 @DomName('SVGPathSegArcAbs.y') 4888 @DomName('SVGPathSegArcAbs.y')
3834 @DocsEditable() 4889 @DocsEditable()
3835 num get y => _blink.BlinkSVGPathSegArcAbs.instance.y_Getter_(unwrap_jso(this)) ; 4890 num get y => _blink.BlinkSVGPathSegArcAbs.instance.y_Getter_(unwrap_jso(this)) ;
3836 4891
3837 @DomName('SVGPathSegArcAbs.y') 4892 @DomName('SVGPathSegArcAbs.y')
3838 @DocsEditable() 4893 @DocsEditable()
3839 void set y(num value) => _blink.BlinkSVGPathSegArcAbs.instance.y_Setter_(unwra p_jso(this), value); 4894 set y(num value) => _blink.BlinkSVGPathSegArcAbs.instance.y_Setter_(unwrap_jso (this), value);
3840 4895
3841 } 4896 }
3842 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4897 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3843 // for details. All rights reserved. Use of this source code is governed by a 4898 // for details. All rights reserved. Use of this source code is governed by a
3844 // BSD-style license that can be found in the LICENSE file. 4899 // BSD-style license that can be found in the LICENSE file.
3845 4900
3846 // WARNING: Do not edit - generated code. 4901 // WARNING: Do not edit - generated code.
3847 4902
3848 4903
3849 @DocsEditable() 4904 @DocsEditable()
3850 @DomName('SVGPathSegArcRel') 4905 @DomName('SVGPathSegArcRel')
3851 @Unstable() 4906 @Unstable()
3852 class PathSegArcRel extends PathSeg { 4907 class PathSegArcRel extends PathSeg {
3853 // To suppress missing implicit constructor warnings. 4908 // To suppress missing implicit constructor warnings.
3854 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } 4909 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); }
3855 4910
4911
4912 static PathSegArcRel internalCreatePathSegArcRel() {
4913 return new PathSegArcRel._internalWrap();
4914 }
4915
4916 factory PathSegArcRel._internalWrap() {
4917 return new PathSegArcRel.internal_();
4918 }
4919
4920 PathSegArcRel.internal_() : super.internal_();
4921
4922
3856 @DomName('SVGPathSegArcRel.angle') 4923 @DomName('SVGPathSegArcRel.angle')
3857 @DocsEditable() 4924 @DocsEditable()
3858 num get angle => _blink.BlinkSVGPathSegArcRel.instance.angle_Getter_(unwrap_js o(this)); 4925 num get angle => _blink.BlinkSVGPathSegArcRel.instance.angle_Getter_(unwrap_js o(this));
3859 4926
3860 @DomName('SVGPathSegArcRel.angle') 4927 @DomName('SVGPathSegArcRel.angle')
3861 @DocsEditable() 4928 @DocsEditable()
3862 void set angle(num value) => _blink.BlinkSVGPathSegArcRel.instance.angle_Sette r_(unwrap_jso(this), value); 4929 set angle(num value) => _blink.BlinkSVGPathSegArcRel.instance.angle_Setter_(un wrap_jso(this), value);
3863 4930
3864 @DomName('SVGPathSegArcRel.largeArcFlag') 4931 @DomName('SVGPathSegArcRel.largeArcFlag')
3865 @DocsEditable() 4932 @DocsEditable()
3866 bool get largeArcFlag => _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Ge tter_(unwrap_jso(this)); 4933 bool get largeArcFlag => _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Ge tter_(unwrap_jso(this));
3867 4934
3868 @DomName('SVGPathSegArcRel.largeArcFlag') 4935 @DomName('SVGPathSegArcRel.largeArcFlag')
3869 @DocsEditable() 4936 @DocsEditable()
3870 void set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.lar geArcFlag_Setter_(unwrap_jso(this), value); 4937 set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.largeArc Flag_Setter_(unwrap_jso(this), value);
3871 4938
3872 @DomName('SVGPathSegArcRel.r1') 4939 @DomName('SVGPathSegArcRel.r1')
3873 @DocsEditable() 4940 @DocsEditable()
3874 num get r1 => _blink.BlinkSVGPathSegArcRel.instance.r1_Getter_(unwrap_jso(this )); 4941 num get r1 => _blink.BlinkSVGPathSegArcRel.instance.r1_Getter_(unwrap_jso(this ));
3875 4942
3876 @DomName('SVGPathSegArcRel.r1') 4943 @DomName('SVGPathSegArcRel.r1')
3877 @DocsEditable() 4944 @DocsEditable()
3878 void set r1(num value) => _blink.BlinkSVGPathSegArcRel.instance.r1_Setter_(unw rap_jso(this), value); 4945 set r1(num value) => _blink.BlinkSVGPathSegArcRel.instance.r1_Setter_(unwrap_j so(this), value);
3879 4946
3880 @DomName('SVGPathSegArcRel.r2') 4947 @DomName('SVGPathSegArcRel.r2')
3881 @DocsEditable() 4948 @DocsEditable()
3882 num get r2 => _blink.BlinkSVGPathSegArcRel.instance.r2_Getter_(unwrap_jso(this )); 4949 num get r2 => _blink.BlinkSVGPathSegArcRel.instance.r2_Getter_(unwrap_jso(this ));
3883 4950
3884 @DomName('SVGPathSegArcRel.r2') 4951 @DomName('SVGPathSegArcRel.r2')
3885 @DocsEditable() 4952 @DocsEditable()
3886 void set r2(num value) => _blink.BlinkSVGPathSegArcRel.instance.r2_Setter_(unw rap_jso(this), value); 4953 set r2(num value) => _blink.BlinkSVGPathSegArcRel.instance.r2_Setter_(unwrap_j so(this), value);
3887 4954
3888 @DomName('SVGPathSegArcRel.sweepFlag') 4955 @DomName('SVGPathSegArcRel.sweepFlag')
3889 @DocsEditable() 4956 @DocsEditable()
3890 bool get sweepFlag => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Getter_( unwrap_jso(this)); 4957 bool get sweepFlag => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Getter_( unwrap_jso(this));
3891 4958
3892 @DomName('SVGPathSegArcRel.sweepFlag') 4959 @DomName('SVGPathSegArcRel.sweepFlag')
3893 @DocsEditable() 4960 @DocsEditable()
3894 void set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.sweepF lag_Setter_(unwrap_jso(this), value); 4961 set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_S etter_(unwrap_jso(this), value);
3895 4962
3896 @DomName('SVGPathSegArcRel.x') 4963 @DomName('SVGPathSegArcRel.x')
3897 @DocsEditable() 4964 @DocsEditable()
3898 num get x => _blink.BlinkSVGPathSegArcRel.instance.x_Getter_(unwrap_jso(this)) ; 4965 num get x => _blink.BlinkSVGPathSegArcRel.instance.x_Getter_(unwrap_jso(this)) ;
3899 4966
3900 @DomName('SVGPathSegArcRel.x') 4967 @DomName('SVGPathSegArcRel.x')
3901 @DocsEditable() 4968 @DocsEditable()
3902 void set x(num value) => _blink.BlinkSVGPathSegArcRel.instance.x_Setter_(unwra p_jso(this), value); 4969 set x(num value) => _blink.BlinkSVGPathSegArcRel.instance.x_Setter_(unwrap_jso (this), value);
3903 4970
3904 @DomName('SVGPathSegArcRel.y') 4971 @DomName('SVGPathSegArcRel.y')
3905 @DocsEditable() 4972 @DocsEditable()
3906 num get y => _blink.BlinkSVGPathSegArcRel.instance.y_Getter_(unwrap_jso(this)) ; 4973 num get y => _blink.BlinkSVGPathSegArcRel.instance.y_Getter_(unwrap_jso(this)) ;
3907 4974
3908 @DomName('SVGPathSegArcRel.y') 4975 @DomName('SVGPathSegArcRel.y')
3909 @DocsEditable() 4976 @DocsEditable()
3910 void set y(num value) => _blink.BlinkSVGPathSegArcRel.instance.y_Setter_(unwra p_jso(this), value); 4977 set y(num value) => _blink.BlinkSVGPathSegArcRel.instance.y_Setter_(unwrap_jso (this), value);
3911 4978
3912 } 4979 }
3913 // 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
3914 // 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
3915 // BSD-style license that can be found in the LICENSE file. 4982 // BSD-style license that can be found in the LICENSE file.
3916 4983
3917 // WARNING: Do not edit - generated code. 4984 // WARNING: Do not edit - generated code.
3918 4985
3919 4986
3920 @DocsEditable() 4987 @DocsEditable()
3921 @DomName('SVGPathSegClosePath') 4988 @DomName('SVGPathSegClosePath')
3922 @Unstable() 4989 @Unstable()
3923 class PathSegClosePath extends PathSeg { 4990 class PathSegClosePath extends PathSeg {
3924 // To suppress missing implicit constructor warnings. 4991 // To suppress missing implicit constructor warnings.
3925 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); } 4992 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); }
3926 4993
4994
4995 static PathSegClosePath internalCreatePathSegClosePath() {
4996 return new PathSegClosePath._internalWrap();
4997 }
4998
4999 factory PathSegClosePath._internalWrap() {
5000 return new PathSegClosePath.internal_();
5001 }
5002
5003 PathSegClosePath.internal_() : super.internal_();
5004
5005
3927 } 5006 }
3928 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5007 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3929 // for details. All rights reserved. Use of this source code is governed by a 5008 // for details. All rights reserved. Use of this source code is governed by a
3930 // BSD-style license that can be found in the LICENSE file. 5009 // BSD-style license that can be found in the LICENSE file.
3931 5010
3932 // WARNING: Do not edit - generated code. 5011 // WARNING: Do not edit - generated code.
3933 5012
3934 5013
3935 @DocsEditable() 5014 @DocsEditable()
3936 @DomName('SVGPathSegCurvetoCubicAbs') 5015 @DomName('SVGPathSegCurvetoCubicAbs')
3937 @Unstable() 5016 @Unstable()
3938 class PathSegCurvetoCubicAbs extends PathSeg { 5017 class PathSegCurvetoCubicAbs extends PathSeg {
3939 // To suppress missing implicit constructor warnings. 5018 // To suppress missing implicit constructor warnings.
3940 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported "); } 5019 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported "); }
3941 5020
5021
5022 static PathSegCurvetoCubicAbs internalCreatePathSegCurvetoCubicAbs() {
5023 return new PathSegCurvetoCubicAbs._internalWrap();
5024 }
5025
5026 factory PathSegCurvetoCubicAbs._internalWrap() {
5027 return new PathSegCurvetoCubicAbs.internal_();
5028 }
5029
5030 PathSegCurvetoCubicAbs.internal_() : super.internal_();
5031
5032
3942 @DomName('SVGPathSegCurvetoCubicAbs.x') 5033 @DomName('SVGPathSegCurvetoCubicAbs.x')
3943 @DocsEditable() 5034 @DocsEditable()
3944 num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Getter_(unwrap_j so(this)); 5035 num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Getter_(unwrap_j so(this));
3945 5036
3946 @DomName('SVGPathSegCurvetoCubicAbs.x') 5037 @DomName('SVGPathSegCurvetoCubicAbs.x')
3947 @DocsEditable() 5038 @DocsEditable()
3948 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Sett er_(unwrap_jso(this), value); 5039 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Setter_(u nwrap_jso(this), value);
3949 5040
3950 @DomName('SVGPathSegCurvetoCubicAbs.x1') 5041 @DomName('SVGPathSegCurvetoCubicAbs.x1')
3951 @DocsEditable() 5042 @DocsEditable()
3952 num get x1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Getter_(unwrap _jso(this)); 5043 num get x1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Getter_(unwrap _jso(this));
3953 5044
3954 @DomName('SVGPathSegCurvetoCubicAbs.x1') 5045 @DomName('SVGPathSegCurvetoCubicAbs.x1')
3955 @DocsEditable() 5046 @DocsEditable()
3956 void set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Se tter_(unwrap_jso(this), value); 5047 set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Setter_ (unwrap_jso(this), value);
3957 5048
3958 @DomName('SVGPathSegCurvetoCubicAbs.x2') 5049 @DomName('SVGPathSegCurvetoCubicAbs.x2')
3959 @DocsEditable() 5050 @DocsEditable()
3960 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Getter_(unwrap _jso(this)); 5051 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Getter_(unwrap _jso(this));
3961 5052
3962 @DomName('SVGPathSegCurvetoCubicAbs.x2') 5053 @DomName('SVGPathSegCurvetoCubicAbs.x2')
3963 @DocsEditable() 5054 @DocsEditable()
3964 void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Se tter_(unwrap_jso(this), value); 5055 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Setter_ (unwrap_jso(this), value);
3965 5056
3966 @DomName('SVGPathSegCurvetoCubicAbs.y') 5057 @DomName('SVGPathSegCurvetoCubicAbs.y')
3967 @DocsEditable() 5058 @DocsEditable()
3968 num get y => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Getter_(unwrap_j so(this)); 5059 num get y => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Getter_(unwrap_j so(this));
3969 5060
3970 @DomName('SVGPathSegCurvetoCubicAbs.y') 5061 @DomName('SVGPathSegCurvetoCubicAbs.y')
3971 @DocsEditable() 5062 @DocsEditable()
3972 void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Sett er_(unwrap_jso(this), value); 5063 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Setter_(u nwrap_jso(this), value);
3973 5064
3974 @DomName('SVGPathSegCurvetoCubicAbs.y1') 5065 @DomName('SVGPathSegCurvetoCubicAbs.y1')
3975 @DocsEditable() 5066 @DocsEditable()
3976 num get y1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Getter_(unwrap _jso(this)); 5067 num get y1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Getter_(unwrap _jso(this));
3977 5068
3978 @DomName('SVGPathSegCurvetoCubicAbs.y1') 5069 @DomName('SVGPathSegCurvetoCubicAbs.y1')
3979 @DocsEditable() 5070 @DocsEditable()
3980 void set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Se tter_(unwrap_jso(this), value); 5071 set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Setter_ (unwrap_jso(this), value);
3981 5072
3982 @DomName('SVGPathSegCurvetoCubicAbs.y2') 5073 @DomName('SVGPathSegCurvetoCubicAbs.y2')
3983 @DocsEditable() 5074 @DocsEditable()
3984 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Getter_(unwrap _jso(this)); 5075 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Getter_(unwrap _jso(this));
3985 5076
3986 @DomName('SVGPathSegCurvetoCubicAbs.y2') 5077 @DomName('SVGPathSegCurvetoCubicAbs.y2')
3987 @DocsEditable() 5078 @DocsEditable()
3988 void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Se tter_(unwrap_jso(this), value); 5079 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Setter_ (unwrap_jso(this), value);
3989 5080
3990 } 5081 }
3991 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5082 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3992 // for details. All rights reserved. Use of this source code is governed by a 5083 // for details. All rights reserved. Use of this source code is governed by a
3993 // BSD-style license that can be found in the LICENSE file. 5084 // BSD-style license that can be found in the LICENSE file.
3994 5085
3995 // WARNING: Do not edit - generated code. 5086 // WARNING: Do not edit - generated code.
3996 5087
3997 5088
3998 @DocsEditable() 5089 @DocsEditable()
3999 @DomName('SVGPathSegCurvetoCubicRel') 5090 @DomName('SVGPathSegCurvetoCubicRel')
4000 @Unstable() 5091 @Unstable()
4001 class PathSegCurvetoCubicRel extends PathSeg { 5092 class PathSegCurvetoCubicRel extends PathSeg {
4002 // To suppress missing implicit constructor warnings. 5093 // To suppress missing implicit constructor warnings.
4003 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported "); } 5094 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported "); }
4004 5095
5096
5097 static PathSegCurvetoCubicRel internalCreatePathSegCurvetoCubicRel() {
5098 return new PathSegCurvetoCubicRel._internalWrap();
5099 }
5100
5101 factory PathSegCurvetoCubicRel._internalWrap() {
5102 return new PathSegCurvetoCubicRel.internal_();
5103 }
5104
5105 PathSegCurvetoCubicRel.internal_() : super.internal_();
5106
5107
4005 @DomName('SVGPathSegCurvetoCubicRel.x') 5108 @DomName('SVGPathSegCurvetoCubicRel.x')
4006 @DocsEditable() 5109 @DocsEditable()
4007 num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Getter_(unwrap_j so(this)); 5110 num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Getter_(unwrap_j so(this));
4008 5111
4009 @DomName('SVGPathSegCurvetoCubicRel.x') 5112 @DomName('SVGPathSegCurvetoCubicRel.x')
4010 @DocsEditable() 5113 @DocsEditable()
4011 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Sett er_(unwrap_jso(this), value); 5114 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Setter_(u nwrap_jso(this), value);
4012 5115
4013 @DomName('SVGPathSegCurvetoCubicRel.x1') 5116 @DomName('SVGPathSegCurvetoCubicRel.x1')
4014 @DocsEditable() 5117 @DocsEditable()
4015 num get x1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Getter_(unwrap _jso(this)); 5118 num get x1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Getter_(unwrap _jso(this));
4016 5119
4017 @DomName('SVGPathSegCurvetoCubicRel.x1') 5120 @DomName('SVGPathSegCurvetoCubicRel.x1')
4018 @DocsEditable() 5121 @DocsEditable()
4019 void set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Se tter_(unwrap_jso(this), value); 5122 set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Setter_ (unwrap_jso(this), value);
4020 5123
4021 @DomName('SVGPathSegCurvetoCubicRel.x2') 5124 @DomName('SVGPathSegCurvetoCubicRel.x2')
4022 @DocsEditable() 5125 @DocsEditable()
4023 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Getter_(unwrap _jso(this)); 5126 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Getter_(unwrap _jso(this));
4024 5127
4025 @DomName('SVGPathSegCurvetoCubicRel.x2') 5128 @DomName('SVGPathSegCurvetoCubicRel.x2')
4026 @DocsEditable() 5129 @DocsEditable()
4027 void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Se tter_(unwrap_jso(this), value); 5130 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Setter_ (unwrap_jso(this), value);
4028 5131
4029 @DomName('SVGPathSegCurvetoCubicRel.y') 5132 @DomName('SVGPathSegCurvetoCubicRel.y')
4030 @DocsEditable() 5133 @DocsEditable()
4031 num get y => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Getter_(unwrap_j so(this)); 5134 num get y => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Getter_(unwrap_j so(this));
4032 5135
4033 @DomName('SVGPathSegCurvetoCubicRel.y') 5136 @DomName('SVGPathSegCurvetoCubicRel.y')
4034 @DocsEditable() 5137 @DocsEditable()
4035 void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Sett er_(unwrap_jso(this), value); 5138 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Setter_(u nwrap_jso(this), value);
4036 5139
4037 @DomName('SVGPathSegCurvetoCubicRel.y1') 5140 @DomName('SVGPathSegCurvetoCubicRel.y1')
4038 @DocsEditable() 5141 @DocsEditable()
4039 num get y1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Getter_(unwrap _jso(this)); 5142 num get y1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Getter_(unwrap _jso(this));
4040 5143
4041 @DomName('SVGPathSegCurvetoCubicRel.y1') 5144 @DomName('SVGPathSegCurvetoCubicRel.y1')
4042 @DocsEditable() 5145 @DocsEditable()
4043 void set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Se tter_(unwrap_jso(this), value); 5146 set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Setter_ (unwrap_jso(this), value);
4044 5147
4045 @DomName('SVGPathSegCurvetoCubicRel.y2') 5148 @DomName('SVGPathSegCurvetoCubicRel.y2')
4046 @DocsEditable() 5149 @DocsEditable()
4047 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Getter_(unwrap _jso(this)); 5150 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Getter_(unwrap _jso(this));
4048 5151
4049 @DomName('SVGPathSegCurvetoCubicRel.y2') 5152 @DomName('SVGPathSegCurvetoCubicRel.y2')
4050 @DocsEditable() 5153 @DocsEditable()
4051 void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Se tter_(unwrap_jso(this), value); 5154 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Setter_ (unwrap_jso(this), value);
4052 5155
4053 } 5156 }
4054 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5157 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4055 // for details. All rights reserved. Use of this source code is governed by a 5158 // for details. All rights reserved. Use of this source code is governed by a
4056 // BSD-style license that can be found in the LICENSE file. 5159 // BSD-style license that can be found in the LICENSE file.
4057 5160
4058 // WARNING: Do not edit - generated code. 5161 // WARNING: Do not edit - generated code.
4059 5162
4060 5163
4061 @DocsEditable() 5164 @DocsEditable()
4062 @DomName('SVGPathSegCurvetoCubicSmoothAbs') 5165 @DomName('SVGPathSegCurvetoCubicSmoothAbs')
4063 @Unstable() 5166 @Unstable()
4064 class PathSegCurvetoCubicSmoothAbs extends PathSeg { 5167 class PathSegCurvetoCubicSmoothAbs extends PathSeg {
4065 // To suppress missing implicit constructor warnings. 5168 // To suppress missing implicit constructor warnings.
4066 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup ported"); } 5169 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup ported"); }
4067 5170
5171
5172 static PathSegCurvetoCubicSmoothAbs internalCreatePathSegCurvetoCubicSmoothAbs () {
5173 return new PathSegCurvetoCubicSmoothAbs._internalWrap();
5174 }
5175
5176 factory PathSegCurvetoCubicSmoothAbs._internalWrap() {
5177 return new PathSegCurvetoCubicSmoothAbs.internal_();
5178 }
5179
5180 PathSegCurvetoCubicSmoothAbs.internal_() : super.internal_();
5181
5182
4068 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') 5183 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
4069 @DocsEditable() 5184 @DocsEditable()
4070 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(un wrap_jso(this)); 5185 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(un wrap_jso(this));
4071 5186
4072 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') 5187 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
4073 @DocsEditable() 5188 @DocsEditable()
4074 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance. x_Setter_(unwrap_jso(this), value); 5189 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Set ter_(unwrap_jso(this), value);
4075 5190
4076 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') 5191 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2')
4077 @DocsEditable() 5192 @DocsEditable()
4078 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_Getter_( unwrap_jso(this)); 5193 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_Getter_( unwrap_jso(this));
4079 5194
4080 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') 5195 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2')
4081 @DocsEditable() 5196 @DocsEditable()
4082 void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance .x2_Setter_(unwrap_jso(this), value); 5197 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_S etter_(unwrap_jso(this), value);
4083 5198
4084 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') 5199 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y')
4085 @DocsEditable() 5200 @DocsEditable()
4086 num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Getter_(un wrap_jso(this)); 5201 num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Getter_(un wrap_jso(this));
4087 5202
4088 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') 5203 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y')
4089 @DocsEditable() 5204 @DocsEditable()
4090 void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance. y_Setter_(unwrap_jso(this), value); 5205 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Set ter_(unwrap_jso(this), value);
4091 5206
4092 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') 5207 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2')
4093 @DocsEditable() 5208 @DocsEditable()
4094 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Getter_( unwrap_jso(this)); 5209 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Getter_( unwrap_jso(this));
4095 5210
4096 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') 5211 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2')
4097 @DocsEditable() 5212 @DocsEditable()
4098 void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance .y2_Setter_(unwrap_jso(this), value); 5213 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_S etter_(unwrap_jso(this), value);
4099 5214
4100 } 5215 }
4101 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5216 // 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 5217 // 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. 5218 // BSD-style license that can be found in the LICENSE file.
4104 5219
4105 // WARNING: Do not edit - generated code. 5220 // WARNING: Do not edit - generated code.
4106 5221
4107 5222
4108 @DocsEditable() 5223 @DocsEditable()
4109 @DomName('SVGPathSegCurvetoCubicSmoothRel') 5224 @DomName('SVGPathSegCurvetoCubicSmoothRel')
4110 @Unstable() 5225 @Unstable()
4111 class PathSegCurvetoCubicSmoothRel extends PathSeg { 5226 class PathSegCurvetoCubicSmoothRel extends PathSeg {
4112 // To suppress missing implicit constructor warnings. 5227 // To suppress missing implicit constructor warnings.
4113 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup ported"); } 5228 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup ported"); }
4114 5229
5230
5231 static PathSegCurvetoCubicSmoothRel internalCreatePathSegCurvetoCubicSmoothRel () {
5232 return new PathSegCurvetoCubicSmoothRel._internalWrap();
5233 }
5234
5235 factory PathSegCurvetoCubicSmoothRel._internalWrap() {
5236 return new PathSegCurvetoCubicSmoothRel.internal_();
5237 }
5238
5239 PathSegCurvetoCubicSmoothRel.internal_() : super.internal_();
5240
5241
4115 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') 5242 @DomName('SVGPathSegCurvetoCubicSmoothRel.x')
4116 @DocsEditable() 5243 @DocsEditable()
4117 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(un wrap_jso(this)); 5244 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(un wrap_jso(this));
4118 5245
4119 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') 5246 @DomName('SVGPathSegCurvetoCubicSmoothRel.x')
4120 @DocsEditable() 5247 @DocsEditable()
4121 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance. x_Setter_(unwrap_jso(this), value); 5248 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Set ter_(unwrap_jso(this), value);
4122 5249
4123 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') 5250 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
4124 @DocsEditable() 5251 @DocsEditable()
4125 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Getter_( unwrap_jso(this)); 5252 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Getter_( unwrap_jso(this));
4126 5253
4127 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') 5254 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
4128 @DocsEditable() 5255 @DocsEditable()
4129 void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance .x2_Setter_(unwrap_jso(this), value); 5256 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_S etter_(unwrap_jso(this), value);
4130 5257
4131 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') 5258 @DomName('SVGPathSegCurvetoCubicSmoothRel.y')
4132 @DocsEditable() 5259 @DocsEditable()
4133 num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Getter_(un wrap_jso(this)); 5260 num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Getter_(un wrap_jso(this));
4134 5261
4135 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') 5262 @DomName('SVGPathSegCurvetoCubicSmoothRel.y')
4136 @DocsEditable() 5263 @DocsEditable()
4137 void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance. y_Setter_(unwrap_jso(this), value); 5264 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Set ter_(unwrap_jso(this), value);
4138 5265
4139 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') 5266 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2')
4140 @DocsEditable() 5267 @DocsEditable()
4141 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_Getter_( unwrap_jso(this)); 5268 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_Getter_( unwrap_jso(this));
4142 5269
4143 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') 5270 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2')
4144 @DocsEditable() 5271 @DocsEditable()
4145 void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance .y2_Setter_(unwrap_jso(this), value); 5272 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_S etter_(unwrap_jso(this), value);
4146 5273
4147 } 5274 }
4148 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5275 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4149 // for details. All rights reserved. Use of this source code is governed by a 5276 // for details. All rights reserved. Use of this source code is governed by a
4150 // BSD-style license that can be found in the LICENSE file. 5277 // BSD-style license that can be found in the LICENSE file.
4151 5278
4152 // WARNING: Do not edit - generated code. 5279 // WARNING: Do not edit - generated code.
4153 5280
4154 5281
4155 @DocsEditable() 5282 @DocsEditable()
4156 @DomName('SVGPathSegCurvetoQuadraticAbs') 5283 @DomName('SVGPathSegCurvetoQuadraticAbs')
4157 @Unstable() 5284 @Unstable()
4158 class PathSegCurvetoQuadraticAbs extends PathSeg { 5285 class PathSegCurvetoQuadraticAbs extends PathSeg {
4159 // To suppress missing implicit constructor warnings. 5286 // To suppress missing implicit constructor warnings.
4160 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo rted"); } 5287 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo rted"); }
4161 5288
5289
5290 static PathSegCurvetoQuadraticAbs internalCreatePathSegCurvetoQuadraticAbs() {
5291 return new PathSegCurvetoQuadraticAbs._internalWrap();
5292 }
5293
5294 factory PathSegCurvetoQuadraticAbs._internalWrap() {
5295 return new PathSegCurvetoQuadraticAbs.internal_();
5296 }
5297
5298 PathSegCurvetoQuadraticAbs.internal_() : super.internal_();
5299
5300
4162 @DomName('SVGPathSegCurvetoQuadraticAbs.x') 5301 @DomName('SVGPathSegCurvetoQuadraticAbs.x')
4163 @DocsEditable() 5302 @DocsEditable()
4164 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(unwr ap_jso(this)); 5303 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(unwr ap_jso(this));
4165 5304
4166 @DomName('SVGPathSegCurvetoQuadraticAbs.x') 5305 @DomName('SVGPathSegCurvetoQuadraticAbs.x')
4167 @DocsEditable() 5306 @DocsEditable()
4168 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_ Setter_(unwrap_jso(this), value); 5307 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Sette r_(unwrap_jso(this), value);
4169 5308
4170 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') 5309 @DomName('SVGPathSegCurvetoQuadraticAbs.x1')
4171 @DocsEditable() 5310 @DocsEditable()
4172 num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Getter_(un wrap_jso(this)); 5311 num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Getter_(un wrap_jso(this));
4173 5312
4174 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') 5313 @DomName('SVGPathSegCurvetoQuadraticAbs.x1')
4175 @DocsEditable() 5314 @DocsEditable()
4176 void set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x 1_Setter_(unwrap_jso(this), value); 5315 set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Set ter_(unwrap_jso(this), value);
4177 5316
4178 @DomName('SVGPathSegCurvetoQuadraticAbs.y') 5317 @DomName('SVGPathSegCurvetoQuadraticAbs.y')
4179 @DocsEditable() 5318 @DocsEditable()
4180 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Getter_(unwr ap_jso(this)); 5319 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Getter_(unwr ap_jso(this));
4181 5320
4182 @DomName('SVGPathSegCurvetoQuadraticAbs.y') 5321 @DomName('SVGPathSegCurvetoQuadraticAbs.y')
4183 @DocsEditable() 5322 @DocsEditable()
4184 void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_ Setter_(unwrap_jso(this), value); 5323 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Sette r_(unwrap_jso(this), value);
4185 5324
4186 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') 5325 @DomName('SVGPathSegCurvetoQuadraticAbs.y1')
4187 @DocsEditable() 5326 @DocsEditable()
4188 num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Getter_(un wrap_jso(this)); 5327 num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Getter_(un wrap_jso(this));
4189 5328
4190 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') 5329 @DomName('SVGPathSegCurvetoQuadraticAbs.y1')
4191 @DocsEditable() 5330 @DocsEditable()
4192 void set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y 1_Setter_(unwrap_jso(this), value); 5331 set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Set ter_(unwrap_jso(this), value);
4193 5332
4194 } 5333 }
4195 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5334 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4196 // for details. All rights reserved. Use of this source code is governed by a 5335 // for details. All rights reserved. Use of this source code is governed by a
4197 // BSD-style license that can be found in the LICENSE file. 5336 // BSD-style license that can be found in the LICENSE file.
4198 5337
4199 // WARNING: Do not edit - generated code. 5338 // WARNING: Do not edit - generated code.
4200 5339
4201 5340
4202 @DocsEditable() 5341 @DocsEditable()
4203 @DomName('SVGPathSegCurvetoQuadraticRel') 5342 @DomName('SVGPathSegCurvetoQuadraticRel')
4204 @Unstable() 5343 @Unstable()
4205 class PathSegCurvetoQuadraticRel extends PathSeg { 5344 class PathSegCurvetoQuadraticRel extends PathSeg {
4206 // To suppress missing implicit constructor warnings. 5345 // To suppress missing implicit constructor warnings.
4207 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo rted"); } 5346 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo rted"); }
4208 5347
5348
5349 static PathSegCurvetoQuadraticRel internalCreatePathSegCurvetoQuadraticRel() {
5350 return new PathSegCurvetoQuadraticRel._internalWrap();
5351 }
5352
5353 factory PathSegCurvetoQuadraticRel._internalWrap() {
5354 return new PathSegCurvetoQuadraticRel.internal_();
5355 }
5356
5357 PathSegCurvetoQuadraticRel.internal_() : super.internal_();
5358
5359
4209 @DomName('SVGPathSegCurvetoQuadraticRel.x') 5360 @DomName('SVGPathSegCurvetoQuadraticRel.x')
4210 @DocsEditable() 5361 @DocsEditable()
4211 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(unwr ap_jso(this)); 5362 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(unwr ap_jso(this));
4212 5363
4213 @DomName('SVGPathSegCurvetoQuadraticRel.x') 5364 @DomName('SVGPathSegCurvetoQuadraticRel.x')
4214 @DocsEditable() 5365 @DocsEditable()
4215 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_ Setter_(unwrap_jso(this), value); 5366 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Sette r_(unwrap_jso(this), value);
4216 5367
4217 @DomName('SVGPathSegCurvetoQuadraticRel.x1') 5368 @DomName('SVGPathSegCurvetoQuadraticRel.x1')
4218 @DocsEditable() 5369 @DocsEditable()
4219 num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Getter_(un wrap_jso(this)); 5370 num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Getter_(un wrap_jso(this));
4220 5371
4221 @DomName('SVGPathSegCurvetoQuadraticRel.x1') 5372 @DomName('SVGPathSegCurvetoQuadraticRel.x1')
4222 @DocsEditable() 5373 @DocsEditable()
4223 void set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x 1_Setter_(unwrap_jso(this), value); 5374 set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Set ter_(unwrap_jso(this), value);
4224 5375
4225 @DomName('SVGPathSegCurvetoQuadraticRel.y') 5376 @DomName('SVGPathSegCurvetoQuadraticRel.y')
4226 @DocsEditable() 5377 @DocsEditable()
4227 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Getter_(unwr ap_jso(this)); 5378 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Getter_(unwr ap_jso(this));
4228 5379
4229 @DomName('SVGPathSegCurvetoQuadraticRel.y') 5380 @DomName('SVGPathSegCurvetoQuadraticRel.y')
4230 @DocsEditable() 5381 @DocsEditable()
4231 void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_ Setter_(unwrap_jso(this), value); 5382 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Sette r_(unwrap_jso(this), value);
4232 5383
4233 @DomName('SVGPathSegCurvetoQuadraticRel.y1') 5384 @DomName('SVGPathSegCurvetoQuadraticRel.y1')
4234 @DocsEditable() 5385 @DocsEditable()
4235 num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Getter_(un wrap_jso(this)); 5386 num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Getter_(un wrap_jso(this));
4236 5387
4237 @DomName('SVGPathSegCurvetoQuadraticRel.y1') 5388 @DomName('SVGPathSegCurvetoQuadraticRel.y1')
4238 @DocsEditable() 5389 @DocsEditable()
4239 void set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y 1_Setter_(unwrap_jso(this), value); 5390 set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Set ter_(unwrap_jso(this), value);
4240 5391
4241 } 5392 }
4242 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5393 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4243 // for details. All rights reserved. Use of this source code is governed by a 5394 // for details. All rights reserved. Use of this source code is governed by a
4244 // BSD-style license that can be found in the LICENSE file. 5395 // BSD-style license that can be found in the LICENSE file.
4245 5396
4246 // WARNING: Do not edit - generated code. 5397 // WARNING: Do not edit - generated code.
4247 5398
4248 5399
4249 @DocsEditable() 5400 @DocsEditable()
4250 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') 5401 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs')
4251 @Unstable() 5402 @Unstable()
4252 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { 5403 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg {
4253 // To suppress missing implicit constructor warnings. 5404 // To suppress missing implicit constructor warnings.
4254 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not supported"); } 5405 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not supported"); }
4255 5406
5407
5408 static PathSegCurvetoQuadraticSmoothAbs internalCreatePathSegCurvetoQuadraticS moothAbs() {
5409 return new PathSegCurvetoQuadraticSmoothAbs._internalWrap();
5410 }
5411
5412 factory PathSegCurvetoQuadraticSmoothAbs._internalWrap() {
5413 return new PathSegCurvetoQuadraticSmoothAbs.internal_();
5414 }
5415
5416 PathSegCurvetoQuadraticSmoothAbs.internal_() : super.internal_();
5417
5418
4256 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') 5419 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
4257 @DocsEditable() 5420 @DocsEditable()
4258 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter _(unwrap_jso(this)); 5421 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter _(unwrap_jso(this));
4259 5422
4260 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') 5423 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
4261 @DocsEditable() 5424 @DocsEditable()
4262 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.insta nce.x_Setter_(unwrap_jso(this), value); 5425 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x _Setter_(unwrap_jso(this), value);
4263 5426
4264 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') 5427 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
4265 @DocsEditable() 5428 @DocsEditable()
4266 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y_Getter _(unwrap_jso(this)); 5429 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y_Getter _(unwrap_jso(this));
4267 5430
4268 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') 5431 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
4269 @DocsEditable() 5432 @DocsEditable()
4270 void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.insta nce.y_Setter_(unwrap_jso(this), value); 5433 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y _Setter_(unwrap_jso(this), value);
4271 5434
4272 } 5435 }
4273 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5436 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4274 // for details. All rights reserved. Use of this source code is governed by a 5437 // for details. All rights reserved. Use of this source code is governed by a
4275 // BSD-style license that can be found in the LICENSE file. 5438 // BSD-style license that can be found in the LICENSE file.
4276 5439
4277 // WARNING: Do not edit - generated code. 5440 // WARNING: Do not edit - generated code.
4278 5441
4279 5442
4280 @DocsEditable() 5443 @DocsEditable()
4281 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') 5444 @DomName('SVGPathSegCurvetoQuadraticSmoothRel')
4282 @Unstable() 5445 @Unstable()
4283 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { 5446 class PathSegCurvetoQuadraticSmoothRel extends PathSeg {
4284 // To suppress missing implicit constructor warnings. 5447 // To suppress missing implicit constructor warnings.
4285 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not supported"); } 5448 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not supported"); }
4286 5449
5450
5451 static PathSegCurvetoQuadraticSmoothRel internalCreatePathSegCurvetoQuadraticS moothRel() {
5452 return new PathSegCurvetoQuadraticSmoothRel._internalWrap();
5453 }
5454
5455 factory PathSegCurvetoQuadraticSmoothRel._internalWrap() {
5456 return new PathSegCurvetoQuadraticSmoothRel.internal_();
5457 }
5458
5459 PathSegCurvetoQuadraticSmoothRel.internal_() : super.internal_();
5460
5461
4287 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') 5462 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
4288 @DocsEditable() 5463 @DocsEditable()
4289 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter _(unwrap_jso(this)); 5464 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter _(unwrap_jso(this));
4290 5465
4291 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') 5466 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
4292 @DocsEditable() 5467 @DocsEditable()
4293 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.insta nce.x_Setter_(unwrap_jso(this), value); 5468 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x _Setter_(unwrap_jso(this), value);
4294 5469
4295 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') 5470 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
4296 @DocsEditable() 5471 @DocsEditable()
4297 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y_Getter _(unwrap_jso(this)); 5472 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y_Getter _(unwrap_jso(this));
4298 5473
4299 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') 5474 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
4300 @DocsEditable() 5475 @DocsEditable()
4301 void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.insta nce.y_Setter_(unwrap_jso(this), value); 5476 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y _Setter_(unwrap_jso(this), value);
4302 5477
4303 } 5478 }
4304 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5479 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4305 // for details. All rights reserved. Use of this source code is governed by a 5480 // for details. All rights reserved. Use of this source code is governed by a
4306 // BSD-style license that can be found in the LICENSE file. 5481 // BSD-style license that can be found in the LICENSE file.
4307 5482
4308 // WARNING: Do not edit - generated code. 5483 // WARNING: Do not edit - generated code.
4309 5484
4310 5485
4311 @DocsEditable() 5486 @DocsEditable()
4312 @DomName('SVGPathSegLinetoAbs') 5487 @DomName('SVGPathSegLinetoAbs')
4313 @Unstable() 5488 @Unstable()
4314 class PathSegLinetoAbs extends PathSeg { 5489 class PathSegLinetoAbs extends PathSeg {
4315 // To suppress missing implicit constructor warnings. 5490 // To suppress missing implicit constructor warnings.
4316 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } 5491 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); }
4317 5492
5493
5494 static PathSegLinetoAbs internalCreatePathSegLinetoAbs() {
5495 return new PathSegLinetoAbs._internalWrap();
5496 }
5497
5498 factory PathSegLinetoAbs._internalWrap() {
5499 return new PathSegLinetoAbs.internal_();
5500 }
5501
5502 PathSegLinetoAbs.internal_() : super.internal_();
5503
5504
4318 @DomName('SVGPathSegLinetoAbs.x') 5505 @DomName('SVGPathSegLinetoAbs.x')
4319 @DocsEditable() 5506 @DocsEditable()
4320 num get x => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Getter_(unwrap_jso(thi s)); 5507 num get x => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Getter_(unwrap_jso(thi s));
4321 5508
4322 @DomName('SVGPathSegLinetoAbs.x') 5509 @DomName('SVGPathSegLinetoAbs.x')
4323 @DocsEditable() 5510 @DocsEditable()
4324 void set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(un wrap_jso(this), value); 5511 set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(unwrap_ jso(this), value);
4325 5512
4326 @DomName('SVGPathSegLinetoAbs.y') 5513 @DomName('SVGPathSegLinetoAbs.y')
4327 @DocsEditable() 5514 @DocsEditable()
4328 num get y => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Getter_(unwrap_jso(thi s)); 5515 num get y => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Getter_(unwrap_jso(thi s));
4329 5516
4330 @DomName('SVGPathSegLinetoAbs.y') 5517 @DomName('SVGPathSegLinetoAbs.y')
4331 @DocsEditable() 5518 @DocsEditable()
4332 void set y(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Setter_(un wrap_jso(this), value); 5519 set y(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Setter_(unwrap_ jso(this), value);
4333 5520
4334 } 5521 }
4335 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5522 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4336 // for details. All rights reserved. Use of this source code is governed by a 5523 // for details. All rights reserved. Use of this source code is governed by a
4337 // BSD-style license that can be found in the LICENSE file. 5524 // BSD-style license that can be found in the LICENSE file.
4338 5525
4339 // WARNING: Do not edit - generated code. 5526 // WARNING: Do not edit - generated code.
4340 5527
4341 5528
4342 @DocsEditable() 5529 @DocsEditable()
4343 @DomName('SVGPathSegLinetoHorizontalAbs') 5530 @DomName('SVGPathSegLinetoHorizontalAbs')
4344 @Unstable() 5531 @Unstable()
4345 class PathSegLinetoHorizontalAbs extends PathSeg { 5532 class PathSegLinetoHorizontalAbs extends PathSeg {
4346 // To suppress missing implicit constructor warnings. 5533 // To suppress missing implicit constructor warnings.
4347 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo rted"); } 5534 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo rted"); }
4348 5535
5536
5537 static PathSegLinetoHorizontalAbs internalCreatePathSegLinetoHorizontalAbs() {
5538 return new PathSegLinetoHorizontalAbs._internalWrap();
5539 }
5540
5541 factory PathSegLinetoHorizontalAbs._internalWrap() {
5542 return new PathSegLinetoHorizontalAbs.internal_();
5543 }
5544
5545 PathSegLinetoHorizontalAbs.internal_() : super.internal_();
5546
5547
4349 @DomName('SVGPathSegLinetoHorizontalAbs.x') 5548 @DomName('SVGPathSegLinetoHorizontalAbs.x')
4350 @DocsEditable() 5549 @DocsEditable()
4351 num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(unwr ap_jso(this)); 5550 num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(unwr ap_jso(this));
4352 5551
4353 @DomName('SVGPathSegLinetoHorizontalAbs.x') 5552 @DomName('SVGPathSegLinetoHorizontalAbs.x')
4354 @DocsEditable() 5553 @DocsEditable()
4355 void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_ Setter_(unwrap_jso(this), value); 5554 set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Sette r_(unwrap_jso(this), value);
4356 5555
4357 } 5556 }
4358 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5557 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4359 // for details. All rights reserved. Use of this source code is governed by a 5558 // for details. All rights reserved. Use of this source code is governed by a
4360 // BSD-style license that can be found in the LICENSE file. 5559 // BSD-style license that can be found in the LICENSE file.
4361 5560
4362 // WARNING: Do not edit - generated code. 5561 // WARNING: Do not edit - generated code.
4363 5562
4364 5563
4365 @DocsEditable() 5564 @DocsEditable()
4366 @DomName('SVGPathSegLinetoHorizontalRel') 5565 @DomName('SVGPathSegLinetoHorizontalRel')
4367 @Unstable() 5566 @Unstable()
4368 class PathSegLinetoHorizontalRel extends PathSeg { 5567 class PathSegLinetoHorizontalRel extends PathSeg {
4369 // To suppress missing implicit constructor warnings. 5568 // To suppress missing implicit constructor warnings.
4370 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo rted"); } 5569 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo rted"); }
4371 5570
5571
5572 static PathSegLinetoHorizontalRel internalCreatePathSegLinetoHorizontalRel() {
5573 return new PathSegLinetoHorizontalRel._internalWrap();
5574 }
5575
5576 factory PathSegLinetoHorizontalRel._internalWrap() {
5577 return new PathSegLinetoHorizontalRel.internal_();
5578 }
5579
5580 PathSegLinetoHorizontalRel.internal_() : super.internal_();
5581
5582
4372 @DomName('SVGPathSegLinetoHorizontalRel.x') 5583 @DomName('SVGPathSegLinetoHorizontalRel.x')
4373 @DocsEditable() 5584 @DocsEditable()
4374 num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(unwr ap_jso(this)); 5585 num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(unwr ap_jso(this));
4375 5586
4376 @DomName('SVGPathSegLinetoHorizontalRel.x') 5587 @DomName('SVGPathSegLinetoHorizontalRel.x')
4377 @DocsEditable() 5588 @DocsEditable()
4378 void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_ Setter_(unwrap_jso(this), value); 5589 set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Sette r_(unwrap_jso(this), value);
4379 5590
4380 } 5591 }
4381 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5592 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4382 // for details. All rights reserved. Use of this source code is governed by a 5593 // for details. All rights reserved. Use of this source code is governed by a
4383 // BSD-style license that can be found in the LICENSE file. 5594 // BSD-style license that can be found in the LICENSE file.
4384 5595
4385 // WARNING: Do not edit - generated code. 5596 // WARNING: Do not edit - generated code.
4386 5597
4387 5598
4388 @DocsEditable() 5599 @DocsEditable()
4389 @DomName('SVGPathSegLinetoRel') 5600 @DomName('SVGPathSegLinetoRel')
4390 @Unstable() 5601 @Unstable()
4391 class PathSegLinetoRel extends PathSeg { 5602 class PathSegLinetoRel extends PathSeg {
4392 // To suppress missing implicit constructor warnings. 5603 // To suppress missing implicit constructor warnings.
4393 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } 5604 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); }
4394 5605
5606
5607 static PathSegLinetoRel internalCreatePathSegLinetoRel() {
5608 return new PathSegLinetoRel._internalWrap();
5609 }
5610
5611 factory PathSegLinetoRel._internalWrap() {
5612 return new PathSegLinetoRel.internal_();
5613 }
5614
5615 PathSegLinetoRel.internal_() : super.internal_();
5616
5617
4395 @DomName('SVGPathSegLinetoRel.x') 5618 @DomName('SVGPathSegLinetoRel.x')
4396 @DocsEditable() 5619 @DocsEditable()
4397 num get x => _blink.BlinkSVGPathSegLinetoRel.instance.x_Getter_(unwrap_jso(thi s)); 5620 num get x => _blink.BlinkSVGPathSegLinetoRel.instance.x_Getter_(unwrap_jso(thi s));
4398 5621
4399 @DomName('SVGPathSegLinetoRel.x') 5622 @DomName('SVGPathSegLinetoRel.x')
4400 @DocsEditable() 5623 @DocsEditable()
4401 void set x(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(un wrap_jso(this), value); 5624 set x(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(unwrap_ jso(this), value);
4402 5625
4403 @DomName('SVGPathSegLinetoRel.y') 5626 @DomName('SVGPathSegLinetoRel.y')
4404 @DocsEditable() 5627 @DocsEditable()
4405 num get y => _blink.BlinkSVGPathSegLinetoRel.instance.y_Getter_(unwrap_jso(thi s)); 5628 num get y => _blink.BlinkSVGPathSegLinetoRel.instance.y_Getter_(unwrap_jso(thi s));
4406 5629
4407 @DomName('SVGPathSegLinetoRel.y') 5630 @DomName('SVGPathSegLinetoRel.y')
4408 @DocsEditable() 5631 @DocsEditable()
4409 void set y(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.y_Setter_(un wrap_jso(this), value); 5632 set y(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.y_Setter_(unwrap_ jso(this), value);
4410 5633
4411 } 5634 }
4412 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5635 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4413 // for details. All rights reserved. Use of this source code is governed by a 5636 // for details. All rights reserved. Use of this source code is governed by a
4414 // BSD-style license that can be found in the LICENSE file. 5637 // BSD-style license that can be found in the LICENSE file.
4415 5638
4416 // WARNING: Do not edit - generated code. 5639 // WARNING: Do not edit - generated code.
4417 5640
4418 5641
4419 @DocsEditable() 5642 @DocsEditable()
4420 @DomName('SVGPathSegLinetoVerticalAbs') 5643 @DomName('SVGPathSegLinetoVerticalAbs')
4421 @Unstable() 5644 @Unstable()
4422 class PathSegLinetoVerticalAbs extends PathSeg { 5645 class PathSegLinetoVerticalAbs extends PathSeg {
4423 // To suppress missing implicit constructor warnings. 5646 // To suppress missing implicit constructor warnings.
4424 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support ed"); } 5647 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support ed"); }
4425 5648
5649
5650 static PathSegLinetoVerticalAbs internalCreatePathSegLinetoVerticalAbs() {
5651 return new PathSegLinetoVerticalAbs._internalWrap();
5652 }
5653
5654 factory PathSegLinetoVerticalAbs._internalWrap() {
5655 return new PathSegLinetoVerticalAbs.internal_();
5656 }
5657
5658 PathSegLinetoVerticalAbs.internal_() : super.internal_();
5659
5660
4426 @DomName('SVGPathSegLinetoVerticalAbs.y') 5661 @DomName('SVGPathSegLinetoVerticalAbs.y')
4427 @DocsEditable() 5662 @DocsEditable()
4428 num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Getter_(unwrap _jso(this)); 5663 num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Getter_(unwrap _jso(this));
4429 5664
4430 @DomName('SVGPathSegLinetoVerticalAbs.y') 5665 @DomName('SVGPathSegLinetoVerticalAbs.y')
4431 @DocsEditable() 5666 @DocsEditable()
4432 void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Se tter_(unwrap_jso(this), value); 5667 set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Setter_ (unwrap_jso(this), value);
4433 5668
4434 } 5669 }
4435 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5670 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4436 // for details. All rights reserved. Use of this source code is governed by a 5671 // for details. All rights reserved. Use of this source code is governed by a
4437 // BSD-style license that can be found in the LICENSE file. 5672 // BSD-style license that can be found in the LICENSE file.
4438 5673
4439 // WARNING: Do not edit - generated code. 5674 // WARNING: Do not edit - generated code.
4440 5675
4441 5676
4442 @DocsEditable() 5677 @DocsEditable()
4443 @DomName('SVGPathSegLinetoVerticalRel') 5678 @DomName('SVGPathSegLinetoVerticalRel')
4444 @Unstable() 5679 @Unstable()
4445 class PathSegLinetoVerticalRel extends PathSeg { 5680 class PathSegLinetoVerticalRel extends PathSeg {
4446 // To suppress missing implicit constructor warnings. 5681 // To suppress missing implicit constructor warnings.
4447 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support ed"); } 5682 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support ed"); }
4448 5683
5684
5685 static PathSegLinetoVerticalRel internalCreatePathSegLinetoVerticalRel() {
5686 return new PathSegLinetoVerticalRel._internalWrap();
5687 }
5688
5689 factory PathSegLinetoVerticalRel._internalWrap() {
5690 return new PathSegLinetoVerticalRel.internal_();
5691 }
5692
5693 PathSegLinetoVerticalRel.internal_() : super.internal_();
5694
5695
4449 @DomName('SVGPathSegLinetoVerticalRel.y') 5696 @DomName('SVGPathSegLinetoVerticalRel.y')
4450 @DocsEditable() 5697 @DocsEditable()
4451 num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Getter_(unwrap _jso(this)); 5698 num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Getter_(unwrap _jso(this));
4452 5699
4453 @DomName('SVGPathSegLinetoVerticalRel.y') 5700 @DomName('SVGPathSegLinetoVerticalRel.y')
4454 @DocsEditable() 5701 @DocsEditable()
4455 void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Se tter_(unwrap_jso(this), value); 5702 set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Setter_ (unwrap_jso(this), value);
4456 5703
4457 } 5704 }
4458 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5705 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4459 // for details. All rights reserved. Use of this source code is governed by a 5706 // for details. All rights reserved. Use of this source code is governed by a
4460 // BSD-style license that can be found in the LICENSE file. 5707 // BSD-style license that can be found in the LICENSE file.
4461 5708
4462 // WARNING: Do not edit - generated code. 5709 // WARNING: Do not edit - generated code.
4463 5710
4464 5711
4465 @DocsEditable() 5712 @DocsEditable()
4466 @DomName('SVGPathSegList') 5713 @DomName('SVGPathSegList')
4467 @Unstable() 5714 @Unstable()
4468 class PathSegList extends NativeFieldWrapperClass2 with ListMixin<PathSeg>, Immu tableListMixin<PathSeg> implements List<PathSeg> { 5715 class PathSegList extends JsoNativeFieldWrapper with ListMixin<PathSeg>, Immutab leListMixin<PathSeg> implements List<PathSeg> {
4469 // To suppress missing implicit constructor warnings. 5716 // To suppress missing implicit constructor warnings.
4470 factory PathSegList._() { throw new UnsupportedError("Not supported"); } 5717 factory PathSegList._() { throw new UnsupportedError("Not supported"); }
4471 5718
5719 static PathSegList internalCreatePathSegList() {
5720 return new PathSegList._internalWrap();
5721 }
5722
5723 js.JsObject blink_jsObject;
5724
5725 factory PathSegList._internalWrap() {
5726 return new PathSegList.internal_();
5727 }
5728
5729 PathSegList.internal_() { }
5730
5731 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
5732 int get hashCode => unwrap_jso(this).hashCode;
5733
4472 @DomName('SVGPathSegList.length') 5734 @DomName('SVGPathSegList.length')
4473 @DocsEditable() 5735 @DocsEditable()
4474 @Experimental() // untriaged 5736 @Experimental() // untriaged
4475 int get length => _blink.BlinkSVGPathSegList.instance.length_Getter_(unwrap_js o(this)); 5737 int get length => _blink.BlinkSVGPathSegList.instance.length_Getter_(unwrap_js o(this));
4476 5738
4477 @DomName('SVGPathSegList.numberOfItems') 5739 @DomName('SVGPathSegList.numberOfItems')
4478 @DocsEditable() 5740 @DocsEditable()
4479 int get numberOfItems => _blink.BlinkSVGPathSegList.instance.numberOfItems_Get ter_(unwrap_jso(this)); 5741 int get numberOfItems => _blink.BlinkSVGPathSegList.instance.numberOfItems_Get ter_(unwrap_jso(this));
4480 5742
4481 PathSeg operator[](int index) { 5743 PathSeg operator[](int index) {
4482 if (index < 0 || index >= length) 5744 if (index < 0 || index >= length)
4483 throw new RangeError.index(index, this); 5745 throw new RangeError.index(index, this);
4484 return getItem(index); 5746 return getItem(index);
4485 } 5747 }
4486 5748
4487 void operator[]=(int index, PathSeg value) { 5749 void operator[]=(int index, PathSeg value) {
4488 throw new UnsupportedError("Cannot assign element of immutable List."); 5750 throw new UnsupportedError("Cannot assign element of immutable List.");
4489 } 5751 }
4490 // -- start List<PathSeg> mixins. 5752 // -- start List<PathSeg> mixins.
4491 // PathSeg is the element type. 5753 // PathSeg is the element type.
4492 5754
4493 5755
4494 void set length(int value) { 5756 set length(int value) {
4495 throw new UnsupportedError("Cannot resize immutable List."); 5757 throw new UnsupportedError("Cannot resize immutable List.");
4496 } 5758 }
4497 5759
4498 PathSeg get first { 5760 PathSeg get first {
4499 if (this.length > 0) { 5761 if (this.length > 0) {
4500 return getItem(0); 5762 return getItem(0);
4501 } 5763 }
4502 throw new StateError("No elements"); 5764 throw new StateError("No elements");
4503 } 5765 }
4504 5766
(...skipping 17 matching lines...) Expand all
4522 PathSeg elementAt(int index) => this[index]; 5784 PathSeg elementAt(int index) => this[index];
4523 // -- end List<PathSeg> mixins. 5785 // -- end List<PathSeg> mixins.
4524 5786
4525 @DomName('SVGPathSegList.__setter__') 5787 @DomName('SVGPathSegList.__setter__')
4526 @DocsEditable() 5788 @DocsEditable()
4527 @Experimental() // untriaged 5789 @Experimental() // untriaged
4528 void __setter__(int index, PathSeg value) => _blink.BlinkSVGPathSegList.instan ce.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value)); 5790 void __setter__(int index, PathSeg value) => _blink.BlinkSVGPathSegList.instan ce.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value));
4529 5791
4530 @DomName('SVGPathSegList.appendItem') 5792 @DomName('SVGPathSegList.appendItem')
4531 @DocsEditable() 5793 @DocsEditable()
4532 PathSeg appendItem(PathSeg newItem) => _blink.BlinkSVGPathSegList.instance.app endItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem)); 5794 PathSeg appendItem(PathSeg newItem) => wrap_jso(_blink.BlinkSVGPathSegList.ins tance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem)));
4533 5795
4534 @DomName('SVGPathSegList.clear') 5796 @DomName('SVGPathSegList.clear')
4535 @DocsEditable() 5797 @DocsEditable()
4536 void clear() => _blink.BlinkSVGPathSegList.instance.clear_Callback_0_(unwrap_j so(this)); 5798 void clear() => _blink.BlinkSVGPathSegList.instance.clear_Callback_0_(unwrap_j so(this));
4537 5799
4538 @DomName('SVGPathSegList.getItem') 5800 @DomName('SVGPathSegList.getItem')
4539 @DocsEditable() 5801 @DocsEditable()
4540 PathSeg getItem(int index) => _blink.BlinkSVGPathSegList.instance.getItem_Call back_1_(unwrap_jso(this), index); 5802 PathSeg getItem(int index) => wrap_jso(_blink.BlinkSVGPathSegList.instance.get Item_Callback_1_(unwrap_jso(this), index));
4541 5803
4542 @DomName('SVGPathSegList.initialize') 5804 @DomName('SVGPathSegList.initialize')
4543 @DocsEditable() 5805 @DocsEditable()
4544 PathSeg initialize(PathSeg newItem) => _blink.BlinkSVGPathSegList.instance.ini tialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem)); 5806 PathSeg initialize(PathSeg newItem) => wrap_jso(_blink.BlinkSVGPathSegList.ins tance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem)));
4545 5807
4546 @DomName('SVGPathSegList.insertItemBefore') 5808 @DomName('SVGPathSegList.insertItemBefore')
4547 @DocsEditable() 5809 @DocsEditable()
4548 PathSeg insertItemBefore(PathSeg newItem, int index) => _blink.BlinkSVGPathSeg List.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(newItem) , index); 5810 PathSeg insertItemBefore(PathSeg newItem, int index) => wrap_jso(_blink.BlinkS VGPathSegList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso (newItem), index));
4549 5811
4550 @DomName('SVGPathSegList.removeItem') 5812 @DomName('SVGPathSegList.removeItem')
4551 @DocsEditable() 5813 @DocsEditable()
4552 PathSeg removeItem(int index) => _blink.BlinkSVGPathSegList.instance.removeIte m_Callback_1_(unwrap_jso(this), index); 5814 PathSeg removeItem(int index) => wrap_jso(_blink.BlinkSVGPathSegList.instance. removeItem_Callback_1_(unwrap_jso(this), index));
4553 5815
4554 @DomName('SVGPathSegList.replaceItem') 5816 @DomName('SVGPathSegList.replaceItem')
4555 @DocsEditable() 5817 @DocsEditable()
4556 PathSeg replaceItem(PathSeg newItem, int index) => _blink.BlinkSVGPathSegList. instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), index); 5818 PathSeg replaceItem(PathSeg newItem, int index) => wrap_jso(_blink.BlinkSVGPat hSegList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), index));
4557 5819
4558 } 5820 }
4559 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5821 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4560 // for details. All rights reserved. Use of this source code is governed by a 5822 // for details. All rights reserved. Use of this source code is governed by a
4561 // BSD-style license that can be found in the LICENSE file. 5823 // BSD-style license that can be found in the LICENSE file.
4562 5824
4563 // WARNING: Do not edit - generated code. 5825 // WARNING: Do not edit - generated code.
4564 5826
4565 5827
4566 @DocsEditable() 5828 @DocsEditable()
4567 @DomName('SVGPathSegMovetoAbs') 5829 @DomName('SVGPathSegMovetoAbs')
4568 @Unstable() 5830 @Unstable()
4569 class PathSegMovetoAbs extends PathSeg { 5831 class PathSegMovetoAbs extends PathSeg {
4570 // To suppress missing implicit constructor warnings. 5832 // To suppress missing implicit constructor warnings.
4571 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } 5833 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); }
4572 5834
5835
5836 static PathSegMovetoAbs internalCreatePathSegMovetoAbs() {
5837 return new PathSegMovetoAbs._internalWrap();
5838 }
5839
5840 factory PathSegMovetoAbs._internalWrap() {
5841 return new PathSegMovetoAbs.internal_();
5842 }
5843
5844 PathSegMovetoAbs.internal_() : super.internal_();
5845
5846
4573 @DomName('SVGPathSegMovetoAbs.x') 5847 @DomName('SVGPathSegMovetoAbs.x')
4574 @DocsEditable() 5848 @DocsEditable()
4575 num get x => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Getter_(unwrap_jso(thi s)); 5849 num get x => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Getter_(unwrap_jso(thi s));
4576 5850
4577 @DomName('SVGPathSegMovetoAbs.x') 5851 @DomName('SVGPathSegMovetoAbs.x')
4578 @DocsEditable() 5852 @DocsEditable()
4579 void set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(un wrap_jso(this), value); 5853 set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(unwrap_ jso(this), value);
4580 5854
4581 @DomName('SVGPathSegMovetoAbs.y') 5855 @DomName('SVGPathSegMovetoAbs.y')
4582 @DocsEditable() 5856 @DocsEditable()
4583 num get y => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Getter_(unwrap_jso(thi s)); 5857 num get y => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Getter_(unwrap_jso(thi s));
4584 5858
4585 @DomName('SVGPathSegMovetoAbs.y') 5859 @DomName('SVGPathSegMovetoAbs.y')
4586 @DocsEditable() 5860 @DocsEditable()
4587 void set y(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Setter_(un wrap_jso(this), value); 5861 set y(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Setter_(unwrap_ jso(this), value);
4588 5862
4589 } 5863 }
4590 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5864 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4591 // for details. All rights reserved. Use of this source code is governed by a 5865 // for details. All rights reserved. Use of this source code is governed by a
4592 // BSD-style license that can be found in the LICENSE file. 5866 // BSD-style license that can be found in the LICENSE file.
4593 5867
4594 // WARNING: Do not edit - generated code. 5868 // WARNING: Do not edit - generated code.
4595 5869
4596 5870
4597 @DocsEditable() 5871 @DocsEditable()
4598 @DomName('SVGPathSegMovetoRel') 5872 @DomName('SVGPathSegMovetoRel')
4599 @Unstable() 5873 @Unstable()
4600 class PathSegMovetoRel extends PathSeg { 5874 class PathSegMovetoRel extends PathSeg {
4601 // To suppress missing implicit constructor warnings. 5875 // To suppress missing implicit constructor warnings.
4602 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } 5876 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); }
4603 5877
5878
5879 static PathSegMovetoRel internalCreatePathSegMovetoRel() {
5880 return new PathSegMovetoRel._internalWrap();
5881 }
5882
5883 factory PathSegMovetoRel._internalWrap() {
5884 return new PathSegMovetoRel.internal_();
5885 }
5886
5887 PathSegMovetoRel.internal_() : super.internal_();
5888
5889
4604 @DomName('SVGPathSegMovetoRel.x') 5890 @DomName('SVGPathSegMovetoRel.x')
4605 @DocsEditable() 5891 @DocsEditable()
4606 num get x => _blink.BlinkSVGPathSegMovetoRel.instance.x_Getter_(unwrap_jso(thi s)); 5892 num get x => _blink.BlinkSVGPathSegMovetoRel.instance.x_Getter_(unwrap_jso(thi s));
4607 5893
4608 @DomName('SVGPathSegMovetoRel.x') 5894 @DomName('SVGPathSegMovetoRel.x')
4609 @DocsEditable() 5895 @DocsEditable()
4610 void set x(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(un wrap_jso(this), value); 5896 set x(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(unwrap_ jso(this), value);
4611 5897
4612 @DomName('SVGPathSegMovetoRel.y') 5898 @DomName('SVGPathSegMovetoRel.y')
4613 @DocsEditable() 5899 @DocsEditable()
4614 num get y => _blink.BlinkSVGPathSegMovetoRel.instance.y_Getter_(unwrap_jso(thi s)); 5900 num get y => _blink.BlinkSVGPathSegMovetoRel.instance.y_Getter_(unwrap_jso(thi s));
4615 5901
4616 @DomName('SVGPathSegMovetoRel.y') 5902 @DomName('SVGPathSegMovetoRel.y')
4617 @DocsEditable() 5903 @DocsEditable()
4618 void set y(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.y_Setter_(un wrap_jso(this), value); 5904 set y(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.y_Setter_(unwrap_ jso(this), value);
4619 5905
4620 } 5906 }
4621 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5907 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4622 // for details. All rights reserved. Use of this source code is governed by a 5908 // for details. All rights reserved. Use of this source code is governed by a
4623 // BSD-style license that can be found in the LICENSE file. 5909 // BSD-style license that can be found in the LICENSE file.
4624 5910
4625 // WARNING: Do not edit - generated code. 5911 // WARNING: Do not edit - generated code.
4626 5912
4627 5913
4628 @DocsEditable() 5914 @DocsEditable()
4629 @DomName('SVGPatternElement') 5915 @DomName('SVGPatternElement')
4630 @Unstable() 5916 @Unstable()
4631 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T ests { 5917 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T ests {
4632 // To suppress missing implicit constructor warnings. 5918 // To suppress missing implicit constructor warnings.
4633 factory PatternElement._() { throw new UnsupportedError("Not supported"); } 5919 factory PatternElement._() { throw new UnsupportedError("Not supported"); }
4634 5920
4635 @DomName('SVGPatternElement.SVGPatternElement') 5921 @DomName('SVGPatternElement.SVGPatternElement')
4636 @DocsEditable() 5922 @DocsEditable()
4637 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern"); 5923 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern");
5924
5925
5926 static PatternElement internalCreatePatternElement() {
5927 return new PatternElement._internalWrap();
5928 }
5929
5930 factory PatternElement._internalWrap() {
5931 return new PatternElement.internal_();
5932 }
5933
5934 PatternElement.internal_() : super.internal_();
5935
4638 /** 5936 /**
4639 * Constructor instantiated by the DOM when a custom element has been created. 5937 * Constructor instantiated by the DOM when a custom element has been created.
4640 * 5938 *
4641 * This can only be called by subclasses from their created constructor. 5939 * This can only be called by subclasses from their created constructor.
4642 */ 5940 */
4643 PatternElement.created() : super.created(); 5941 PatternElement.created() : super.created();
4644 5942
4645 @DomName('SVGPatternElement.height') 5943 @DomName('SVGPatternElement.height')
4646 @DocsEditable() 5944 @DocsEditable()
4647 AnimatedLength get height => wrap_jso(_blink.BlinkSVGPatternElement.instance.h eight_Getter_(unwrap_jso(this))); 5945 AnimatedLength get height => wrap_jso(_blink.BlinkSVGPatternElement.instance.h eight_Getter_(unwrap_jso(this)));
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
4706 // WARNING: Do not edit - generated code. 6004 // WARNING: Do not edit - generated code.
4707 6005
4708 6006
4709 @DocsEditable() 6007 @DocsEditable()
4710 @DomName('SVGPoint') 6008 @DomName('SVGPoint')
4711 @Unstable() 6009 @Unstable()
4712 class Point extends NativeFieldWrapperClass2 { 6010 class Point extends NativeFieldWrapperClass2 {
4713 // To suppress missing implicit constructor warnings. 6011 // To suppress missing implicit constructor warnings.
4714 factory Point._() { throw new UnsupportedError("Not supported"); } 6012 factory Point._() { throw new UnsupportedError("Not supported"); }
4715 6013
6014 static Point internalCreatePoint() {
6015 return new Point._internalWrap();
6016 }
6017
6018 js.JsObject blink_jsObject;
6019
6020 factory Point._internalWrap() {
6021 return new Point.internal_();
6022 }
6023
6024 Point.internal_() { }
6025
6026 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
6027 int get hashCode => unwrap_jso(this).hashCode;
6028
4716 @DomName('SVGPoint.x') 6029 @DomName('SVGPoint.x')
4717 @DocsEditable() 6030 @DocsEditable()
4718 num get x => _blink.BlinkSVGPoint.instance.x_Getter_(unwrap_jso(this)); 6031 num get x => _blink.BlinkSVGPoint.instance.x_Getter_(unwrap_jso(this));
4719 6032
4720 @DomName('SVGPoint.x') 6033 @DomName('SVGPoint.x')
4721 @DocsEditable() 6034 @DocsEditable()
4722 void set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(unwrap_jso(th is), value); 6035 set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(unwrap_jso(this), value);
4723 6036
4724 @DomName('SVGPoint.y') 6037 @DomName('SVGPoint.y')
4725 @DocsEditable() 6038 @DocsEditable()
4726 num get y => _blink.BlinkSVGPoint.instance.y_Getter_(unwrap_jso(this)); 6039 num get y => _blink.BlinkSVGPoint.instance.y_Getter_(unwrap_jso(this));
4727 6040
4728 @DomName('SVGPoint.y') 6041 @DomName('SVGPoint.y')
4729 @DocsEditable() 6042 @DocsEditable()
4730 void set y(num value) => _blink.BlinkSVGPoint.instance.y_Setter_(unwrap_jso(th is), value); 6043 set y(num value) => _blink.BlinkSVGPoint.instance.y_Setter_(unwrap_jso(this), value);
4731 6044
4732 @DomName('SVGPoint.matrixTransform') 6045 @DomName('SVGPoint.matrixTransform')
4733 @DocsEditable() 6046 @DocsEditable()
4734 Point matrixTransform(Matrix matrix) => _blink.BlinkSVGPoint.instance.matrixTr ansform_Callback_1_(unwrap_jso(this), unwrap_jso(matrix)); 6047 Point matrixTransform(Matrix matrix) => wrap_jso(_blink.BlinkSVGPoint.instance .matrixTransform_Callback_1_(unwrap_jso(this), unwrap_jso(matrix)));
4735 6048
4736 } 6049 }
4737 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6050 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4738 // for details. All rights reserved. Use of this source code is governed by a 6051 // for details. All rights reserved. Use of this source code is governed by a
4739 // BSD-style license that can be found in the LICENSE file. 6052 // BSD-style license that can be found in the LICENSE file.
4740 6053
4741 // WARNING: Do not edit - generated code. 6054 // WARNING: Do not edit - generated code.
4742 6055
4743 6056
4744 @DocsEditable() 6057 @DocsEditable()
4745 @DomName('SVGPointList') 6058 @DomName('SVGPointList')
4746 @Unstable() 6059 @Unstable()
4747 class PointList extends NativeFieldWrapperClass2 { 6060 class PointList extends NativeFieldWrapperClass2 {
4748 // To suppress missing implicit constructor warnings. 6061 // To suppress missing implicit constructor warnings.
4749 factory PointList._() { throw new UnsupportedError("Not supported"); } 6062 factory PointList._() { throw new UnsupportedError("Not supported"); }
4750 6063
6064 static PointList internalCreatePointList() {
6065 return new PointList._internalWrap();
6066 }
6067
6068 js.JsObject blink_jsObject;
6069
6070 factory PointList._internalWrap() {
6071 return new PointList.internal_();
6072 }
6073
6074 PointList.internal_() { }
6075
6076 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
6077 int get hashCode => unwrap_jso(this).hashCode;
6078
4751 @DomName('SVGPointList.length') 6079 @DomName('SVGPointList.length')
4752 @DocsEditable() 6080 @DocsEditable()
4753 @Experimental() // untriaged 6081 @Experimental() // untriaged
4754 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(unwrap_jso( this)); 6082 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(unwrap_jso( this));
4755 6083
4756 @DomName('SVGPointList.numberOfItems') 6084 @DomName('SVGPointList.numberOfItems')
4757 @DocsEditable() 6085 @DocsEditable()
4758 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette r_(unwrap_jso(this)); 6086 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette r_(unwrap_jso(this));
4759 6087
4760 @DomName('SVGPointList.__setter__') 6088 @DomName('SVGPointList.__setter__')
4761 @DocsEditable() 6089 @DocsEditable()
4762 @Experimental() // untriaged 6090 @Experimental() // untriaged
4763 void __setter__(int index, Point value) => _blink.BlinkSVGPointList.instance.$ __setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value)); 6091 void __setter__(int index, Point value) => _blink.BlinkSVGPointList.instance.$ __setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value));
4764 6092
4765 @DomName('SVGPointList.appendItem') 6093 @DomName('SVGPointList.appendItem')
4766 @DocsEditable() 6094 @DocsEditable()
4767 Point appendItem(Point item) => _blink.BlinkSVGPointList.instance.appendItem_C allback_1_(unwrap_jso(this), unwrap_jso(item)); 6095 Point appendItem(Point item) => wrap_jso(_blink.BlinkSVGPointList.instance.app endItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
4768 6096
4769 @DomName('SVGPointList.clear') 6097 @DomName('SVGPointList.clear')
4770 @DocsEditable() 6098 @DocsEditable()
4771 void clear() => _blink.BlinkSVGPointList.instance.clear_Callback_0_(unwrap_jso (this)); 6099 void clear() => _blink.BlinkSVGPointList.instance.clear_Callback_0_(unwrap_jso (this));
4772 6100
4773 @DomName('SVGPointList.getItem') 6101 @DomName('SVGPointList.getItem')
4774 @DocsEditable() 6102 @DocsEditable()
4775 Point getItem(int index) => _blink.BlinkSVGPointList.instance.getItem_Callback _1_(unwrap_jso(this), index); 6103 Point getItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.getItem _Callback_1_(unwrap_jso(this), index));
4776 6104
4777 @DomName('SVGPointList.initialize') 6105 @DomName('SVGPointList.initialize')
4778 @DocsEditable() 6106 @DocsEditable()
4779 Point initialize(Point item) => _blink.BlinkSVGPointList.instance.initialize_C allback_1_(unwrap_jso(this), unwrap_jso(item)); 6107 Point initialize(Point item) => wrap_jso(_blink.BlinkSVGPointList.instance.ini tialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
4780 6108
4781 @DomName('SVGPointList.insertItemBefore') 6109 @DomName('SVGPointList.insertItemBefore')
4782 @DocsEditable() 6110 @DocsEditable()
4783 Point insertItemBefore(Point item, int index) => _blink.BlinkSVGPointList.inst ance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), index); 6111 Point insertItemBefore(Point item, int index) => wrap_jso(_blink.BlinkSVGPoint List.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), i ndex));
4784 6112
4785 @DomName('SVGPointList.removeItem') 6113 @DomName('SVGPointList.removeItem')
4786 @DocsEditable() 6114 @DocsEditable()
4787 Point removeItem(int index) => _blink.BlinkSVGPointList.instance.removeItem_Ca llback_1_(unwrap_jso(this), index); 6115 Point removeItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.remo veItem_Callback_1_(unwrap_jso(this), index));
4788 6116
4789 @DomName('SVGPointList.replaceItem') 6117 @DomName('SVGPointList.replaceItem')
4790 @DocsEditable() 6118 @DocsEditable()
4791 Point replaceItem(Point item, int index) => _blink.BlinkSVGPointList.instance. replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index); 6119 Point replaceItem(Point item, int index) => wrap_jso(_blink.BlinkSVGPointList. instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
4792 6120
4793 } 6121 }
4794 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6122 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4795 // for details. All rights reserved. Use of this source code is governed by a 6123 // for details. All rights reserved. Use of this source code is governed by a
4796 // BSD-style license that can be found in the LICENSE file. 6124 // BSD-style license that can be found in the LICENSE file.
4797 6125
4798 // WARNING: Do not edit - generated code. 6126 // WARNING: Do not edit - generated code.
4799 6127
4800 6128
4801 @DocsEditable() 6129 @DocsEditable()
4802 @DomName('SVGPolygonElement') 6130 @DomName('SVGPolygonElement')
4803 @Unstable() 6131 @Unstable()
4804 class PolygonElement extends GeometryElement { 6132 class PolygonElement extends GeometryElement {
4805 // To suppress missing implicit constructor warnings. 6133 // To suppress missing implicit constructor warnings.
4806 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } 6134 factory PolygonElement._() { throw new UnsupportedError("Not supported"); }
4807 6135
4808 @DomName('SVGPolygonElement.SVGPolygonElement') 6136 @DomName('SVGPolygonElement.SVGPolygonElement')
4809 @DocsEditable() 6137 @DocsEditable()
4810 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon"); 6138 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon");
6139
6140
6141 static PolygonElement internalCreatePolygonElement() {
6142 return new PolygonElement._internalWrap();
6143 }
6144
6145 factory PolygonElement._internalWrap() {
6146 return new PolygonElement.internal_();
6147 }
6148
6149 PolygonElement.internal_() : super.internal_();
6150
4811 /** 6151 /**
4812 * Constructor instantiated by the DOM when a custom element has been created. 6152 * Constructor instantiated by the DOM when a custom element has been created.
4813 * 6153 *
4814 * This can only be called by subclasses from their created constructor. 6154 * This can only be called by subclasses from their created constructor.
4815 */ 6155 */
4816 PolygonElement.created() : super.created(); 6156 PolygonElement.created() : super.created();
4817 6157
4818 @DomName('SVGPolygonElement.animatedPoints') 6158 @DomName('SVGPolygonElement.animatedPoints')
4819 @DocsEditable() 6159 @DocsEditable()
4820 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolygonElement.instanc e.animatedPoints_Getter_(unwrap_jso(this))); 6160 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolygonElement.instanc e.animatedPoints_Getter_(unwrap_jso(this)));
(...skipping 13 matching lines...) Expand all
4834 @DocsEditable() 6174 @DocsEditable()
4835 @DomName('SVGPolylineElement') 6175 @DomName('SVGPolylineElement')
4836 @Unstable() 6176 @Unstable()
4837 class PolylineElement extends GeometryElement { 6177 class PolylineElement extends GeometryElement {
4838 // To suppress missing implicit constructor warnings. 6178 // To suppress missing implicit constructor warnings.
4839 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } 6179 factory PolylineElement._() { throw new UnsupportedError("Not supported"); }
4840 6180
4841 @DomName('SVGPolylineElement.SVGPolylineElement') 6181 @DomName('SVGPolylineElement.SVGPolylineElement')
4842 @DocsEditable() 6182 @DocsEditable()
4843 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline"); 6183 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline");
6184
6185
6186 static PolylineElement internalCreatePolylineElement() {
6187 return new PolylineElement._internalWrap();
6188 }
6189
6190 factory PolylineElement._internalWrap() {
6191 return new PolylineElement.internal_();
6192 }
6193
6194 PolylineElement.internal_() : super.internal_();
6195
4844 /** 6196 /**
4845 * Constructor instantiated by the DOM when a custom element has been created. 6197 * Constructor instantiated by the DOM when a custom element has been created.
4846 * 6198 *
4847 * This can only be called by subclasses from their created constructor. 6199 * This can only be called by subclasses from their created constructor.
4848 */ 6200 */
4849 PolylineElement.created() : super.created(); 6201 PolylineElement.created() : super.created();
4850 6202
4851 @DomName('SVGPolylineElement.animatedPoints') 6203 @DomName('SVGPolylineElement.animatedPoints')
4852 @DocsEditable() 6204 @DocsEditable()
4853 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolylineElement.instan ce.animatedPoints_Getter_(unwrap_jso(this))); 6205 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolylineElement.instan ce.animatedPoints_Getter_(unwrap_jso(this)));
(...skipping 10 matching lines...) Expand all
4864 // WARNING: Do not edit - generated code. 6216 // WARNING: Do not edit - generated code.
4865 6217
4866 6218
4867 @DocsEditable() 6219 @DocsEditable()
4868 @DomName('SVGPreserveAspectRatio') 6220 @DomName('SVGPreserveAspectRatio')
4869 @Unstable() 6221 @Unstable()
4870 class PreserveAspectRatio extends NativeFieldWrapperClass2 { 6222 class PreserveAspectRatio extends NativeFieldWrapperClass2 {
4871 // To suppress missing implicit constructor warnings. 6223 // To suppress missing implicit constructor warnings.
4872 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported"); } 6224 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported"); }
4873 6225
6226 static PreserveAspectRatio internalCreatePreserveAspectRatio() {
6227 return new PreserveAspectRatio._internalWrap();
6228 }
6229
6230 js.JsObject blink_jsObject;
6231
6232 factory PreserveAspectRatio._internalWrap() {
6233 return new PreserveAspectRatio.internal_();
6234 }
6235
6236 PreserveAspectRatio.internal_() { }
6237
6238 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
6239 int get hashCode => unwrap_jso(this).hashCode;
6240
4874 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') 6241 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET')
4875 @DocsEditable() 6242 @DocsEditable()
4876 static const int SVG_MEETORSLICE_MEET = 1; 6243 static const int SVG_MEETORSLICE_MEET = 1;
4877 6244
4878 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') 6245 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE')
4879 @DocsEditable() 6246 @DocsEditable()
4880 static const int SVG_MEETORSLICE_SLICE = 2; 6247 static const int SVG_MEETORSLICE_SLICE = 2;
4881 6248
4882 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') 6249 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN')
4883 @DocsEditable() 6250 @DocsEditable()
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
4926 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN') 6293 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN')
4927 @DocsEditable() 6294 @DocsEditable()
4928 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; 6295 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2;
4929 6296
4930 @DomName('SVGPreserveAspectRatio.align') 6297 @DomName('SVGPreserveAspectRatio.align')
4931 @DocsEditable() 6298 @DocsEditable()
4932 int get align => _blink.BlinkSVGPreserveAspectRatio.instance.align_Getter_(unw rap_jso(this)); 6299 int get align => _blink.BlinkSVGPreserveAspectRatio.instance.align_Getter_(unw rap_jso(this));
4933 6300
4934 @DomName('SVGPreserveAspectRatio.align') 6301 @DomName('SVGPreserveAspectRatio.align')
4935 @DocsEditable() 6302 @DocsEditable()
4936 void set align(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.align _Setter_(unwrap_jso(this), value); 6303 set align(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.align_Sett er_(unwrap_jso(this), value);
4937 6304
4938 @DomName('SVGPreserveAspectRatio.meetOrSlice') 6305 @DomName('SVGPreserveAspectRatio.meetOrSlice')
4939 @DocsEditable() 6306 @DocsEditable()
4940 int get meetOrSlice => _blink.BlinkSVGPreserveAspectRatio.instance.meetOrSlice _Getter_(unwrap_jso(this)); 6307 int get meetOrSlice => _blink.BlinkSVGPreserveAspectRatio.instance.meetOrSlice _Getter_(unwrap_jso(this));
4941 6308
4942 @DomName('SVGPreserveAspectRatio.meetOrSlice') 6309 @DomName('SVGPreserveAspectRatio.meetOrSlice')
4943 @DocsEditable() 6310 @DocsEditable()
4944 void set meetOrSlice(int value) => _blink.BlinkSVGPreserveAspectRatio.instance .meetOrSlice_Setter_(unwrap_jso(this), value); 6311 set meetOrSlice(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.meet OrSlice_Setter_(unwrap_jso(this), value);
4945 6312
4946 } 6313 }
4947 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6314 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4948 // for details. All rights reserved. Use of this source code is governed by a 6315 // for details. All rights reserved. Use of this source code is governed by a
4949 // BSD-style license that can be found in the LICENSE file. 6316 // BSD-style license that can be found in the LICENSE file.
4950 6317
4951 // WARNING: Do not edit - generated code. 6318 // WARNING: Do not edit - generated code.
4952 6319
4953 6320
4954 @DocsEditable() 6321 @DocsEditable()
4955 @DomName('SVGRadialGradientElement') 6322 @DomName('SVGRadialGradientElement')
4956 @Unstable() 6323 @Unstable()
4957 class RadialGradientElement extends _GradientElement { 6324 class RadialGradientElement extends _GradientElement {
4958 // To suppress missing implicit constructor warnings. 6325 // To suppress missing implicit constructor warnings.
4959 factory RadialGradientElement._() { throw new UnsupportedError("Not supported" ); } 6326 factory RadialGradientElement._() { throw new UnsupportedError("Not supported" ); }
4960 6327
4961 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') 6328 @DomName('SVGRadialGradientElement.SVGRadialGradientElement')
4962 @DocsEditable() 6329 @DocsEditable()
4963 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient"); 6330 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient");
6331
6332
6333 static RadialGradientElement internalCreateRadialGradientElement() {
6334 return new RadialGradientElement._internalWrap();
6335 }
6336
6337 factory RadialGradientElement._internalWrap() {
6338 return new RadialGradientElement.internal_();
6339 }
6340
6341 RadialGradientElement.internal_() : super.internal_();
6342
4964 /** 6343 /**
4965 * Constructor instantiated by the DOM when a custom element has been created. 6344 * Constructor instantiated by the DOM when a custom element has been created.
4966 * 6345 *
4967 * This can only be called by subclasses from their created constructor. 6346 * This can only be called by subclasses from their created constructor.
4968 */ 6347 */
4969 RadialGradientElement.created() : super.created(); 6348 RadialGradientElement.created() : super.created();
4970 6349
4971 @DomName('SVGRadialGradientElement.cx') 6350 @DomName('SVGRadialGradientElement.cx')
4972 @DocsEditable() 6351 @DocsEditable()
4973 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGRadialGradientElement.instanc e.cx_Getter_(unwrap_jso(this))); 6352 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGRadialGradientElement.instanc e.cx_Getter_(unwrap_jso(this)));
(...skipping 26 matching lines...) Expand all
5000 // WARNING: Do not edit - generated code. 6379 // WARNING: Do not edit - generated code.
5001 6380
5002 6381
5003 @DocsEditable() 6382 @DocsEditable()
5004 @DomName('SVGRect') 6383 @DomName('SVGRect')
5005 @Unstable() 6384 @Unstable()
5006 class Rect extends NativeFieldWrapperClass2 { 6385 class Rect extends NativeFieldWrapperClass2 {
5007 // To suppress missing implicit constructor warnings. 6386 // To suppress missing implicit constructor warnings.
5008 factory Rect._() { throw new UnsupportedError("Not supported"); } 6387 factory Rect._() { throw new UnsupportedError("Not supported"); }
5009 6388
6389 static Rect internalCreateRect() {
6390 return new Rect._internalWrap();
6391 }
6392
6393 js.JsObject blink_jsObject;
6394
6395 factory Rect._internalWrap() {
6396 return new Rect.internal_();
6397 }
6398
6399 Rect.internal_() { }
6400
6401 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
6402 int get hashCode => unwrap_jso(this).hashCode;
6403
5010 @DomName('SVGRect.height') 6404 @DomName('SVGRect.height')
5011 @DocsEditable() 6405 @DocsEditable()
5012 num get height => _blink.BlinkSVGRect.instance.height_Getter_(unwrap_jso(this) ); 6406 num get height => _blink.BlinkSVGRect.instance.height_Getter_(unwrap_jso(this) );
5013 6407
5014 @DomName('SVGRect.height') 6408 @DomName('SVGRect.height')
5015 @DocsEditable() 6409 @DocsEditable()
5016 void set height(num value) => _blink.BlinkSVGRect.instance.height_Setter_(unwr ap_jso(this), value); 6410 set height(num value) => _blink.BlinkSVGRect.instance.height_Setter_(unwrap_js o(this), value);
5017 6411
5018 @DomName('SVGRect.width') 6412 @DomName('SVGRect.width')
5019 @DocsEditable() 6413 @DocsEditable()
5020 num get width => _blink.BlinkSVGRect.instance.width_Getter_(unwrap_jso(this)); 6414 num get width => _blink.BlinkSVGRect.instance.width_Getter_(unwrap_jso(this));
5021 6415
5022 @DomName('SVGRect.width') 6416 @DomName('SVGRect.width')
5023 @DocsEditable() 6417 @DocsEditable()
5024 void set width(num value) => _blink.BlinkSVGRect.instance.width_Setter_(unwrap _jso(this), value); 6418 set width(num value) => _blink.BlinkSVGRect.instance.width_Setter_(unwrap_jso( this), value);
5025 6419
5026 @DomName('SVGRect.x') 6420 @DomName('SVGRect.x')
5027 @DocsEditable() 6421 @DocsEditable()
5028 num get x => _blink.BlinkSVGRect.instance.x_Getter_(unwrap_jso(this)); 6422 num get x => _blink.BlinkSVGRect.instance.x_Getter_(unwrap_jso(this));
5029 6423
5030 @DomName('SVGRect.x') 6424 @DomName('SVGRect.x')
5031 @DocsEditable() 6425 @DocsEditable()
5032 void set x(num value) => _blink.BlinkSVGRect.instance.x_Setter_(unwrap_jso(thi s), value); 6426 set x(num value) => _blink.BlinkSVGRect.instance.x_Setter_(unwrap_jso(this), v alue);
5033 6427
5034 @DomName('SVGRect.y') 6428 @DomName('SVGRect.y')
5035 @DocsEditable() 6429 @DocsEditable()
5036 num get y => _blink.BlinkSVGRect.instance.y_Getter_(unwrap_jso(this)); 6430 num get y => _blink.BlinkSVGRect.instance.y_Getter_(unwrap_jso(this));
5037 6431
5038 @DomName('SVGRect.y') 6432 @DomName('SVGRect.y')
5039 @DocsEditable() 6433 @DocsEditable()
5040 void set y(num value) => _blink.BlinkSVGRect.instance.y_Setter_(unwrap_jso(thi s), value); 6434 set y(num value) => _blink.BlinkSVGRect.instance.y_Setter_(unwrap_jso(this), v alue);
5041 6435
5042 } 6436 }
5043 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6437 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5044 // for details. All rights reserved. Use of this source code is governed by a 6438 // for details. All rights reserved. Use of this source code is governed by a
5045 // BSD-style license that can be found in the LICENSE file. 6439 // BSD-style license that can be found in the LICENSE file.
5046 6440
5047 // WARNING: Do not edit - generated code. 6441 // WARNING: Do not edit - generated code.
5048 6442
5049 6443
5050 @DocsEditable() 6444 @DocsEditable()
5051 @DomName('SVGRectElement') 6445 @DomName('SVGRectElement')
5052 @Unstable() 6446 @Unstable()
5053 class RectElement extends GeometryElement { 6447 class RectElement extends GeometryElement {
5054 // To suppress missing implicit constructor warnings. 6448 // To suppress missing implicit constructor warnings.
5055 factory RectElement._() { throw new UnsupportedError("Not supported"); } 6449 factory RectElement._() { throw new UnsupportedError("Not supported"); }
5056 6450
5057 @DomName('SVGRectElement.SVGRectElement') 6451 @DomName('SVGRectElement.SVGRectElement')
5058 @DocsEditable() 6452 @DocsEditable()
5059 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect "); 6453 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect ");
6454
6455
6456 static RectElement internalCreateRectElement() {
6457 return new RectElement._internalWrap();
6458 }
6459
6460 factory RectElement._internalWrap() {
6461 return new RectElement.internal_();
6462 }
6463
6464 RectElement.internal_() : super.internal_();
6465
5060 /** 6466 /**
5061 * Constructor instantiated by the DOM when a custom element has been created. 6467 * Constructor instantiated by the DOM when a custom element has been created.
5062 * 6468 *
5063 * This can only be called by subclasses from their created constructor. 6469 * This can only be called by subclasses from their created constructor.
5064 */ 6470 */
5065 RectElement.created() : super.created(); 6471 RectElement.created() : super.created();
5066 6472
5067 @DomName('SVGRectElement.height') 6473 @DomName('SVGRectElement.height')
5068 @DocsEditable() 6474 @DocsEditable()
5069 AnimatedLength get height => wrap_jso(_blink.BlinkSVGRectElement.instance.heig ht_Getter_(unwrap_jso(this))); 6475 AnimatedLength get height => wrap_jso(_blink.BlinkSVGRectElement.instance.heig ht_Getter_(unwrap_jso(this)));
(...skipping 26 matching lines...) Expand all
5096 // WARNING: Do not edit - generated code. 6502 // WARNING: Do not edit - generated code.
5097 6503
5098 6504
5099 @DocsEditable() 6505 @DocsEditable()
5100 @DomName('SVGRenderingIntent') 6506 @DomName('SVGRenderingIntent')
5101 @Unstable() 6507 @Unstable()
5102 class RenderingIntent extends NativeFieldWrapperClass2 { 6508 class RenderingIntent extends NativeFieldWrapperClass2 {
5103 // To suppress missing implicit constructor warnings. 6509 // To suppress missing implicit constructor warnings.
5104 factory RenderingIntent._() { throw new UnsupportedError("Not supported"); } 6510 factory RenderingIntent._() { throw new UnsupportedError("Not supported"); }
5105 6511
6512 static RenderingIntent internalCreateRenderingIntent() {
6513 return new RenderingIntent._internalWrap();
6514 }
6515
6516 js.JsObject blink_jsObject;
6517
6518 factory RenderingIntent._internalWrap() {
6519 return new RenderingIntent.internal_();
6520 }
6521
6522 RenderingIntent.internal_() { }
6523
6524 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
6525 int get hashCode => unwrap_jso(this).hashCode;
6526
5106 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') 6527 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC')
5107 @DocsEditable() 6528 @DocsEditable()
5108 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; 6529 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
5109 6530
5110 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') 6531 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO')
5111 @DocsEditable() 6532 @DocsEditable()
5112 static const int RENDERING_INTENT_AUTO = 1; 6533 static const int RENDERING_INTENT_AUTO = 1;
5113 6534
5114 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL') 6535 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL')
5115 @DocsEditable() 6536 @DocsEditable()
(...skipping 22 matching lines...) Expand all
5138 @DocsEditable() 6559 @DocsEditable()
5139 @DomName('SVGScriptElement') 6560 @DomName('SVGScriptElement')
5140 @Unstable() 6561 @Unstable()
5141 class ScriptElement extends SvgElement implements UriReference { 6562 class ScriptElement extends SvgElement implements UriReference {
5142 // To suppress missing implicit constructor warnings. 6563 // To suppress missing implicit constructor warnings.
5143 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } 6564 factory ScriptElement._() { throw new UnsupportedError("Not supported"); }
5144 6565
5145 @DomName('SVGScriptElement.SVGScriptElement') 6566 @DomName('SVGScriptElement.SVGScriptElement')
5146 @DocsEditable() 6567 @DocsEditable()
5147 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript"); 6568 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript");
6569
6570
6571 static ScriptElement internalCreateScriptElement() {
6572 return new ScriptElement._internalWrap();
6573 }
6574
6575 factory ScriptElement._internalWrap() {
6576 return new ScriptElement.internal_();
6577 }
6578
6579 ScriptElement.internal_() : super.internal_();
6580
5148 /** 6581 /**
5149 * Constructor instantiated by the DOM when a custom element has been created. 6582 * Constructor instantiated by the DOM when a custom element has been created.
5150 * 6583 *
5151 * This can only be called by subclasses from their created constructor. 6584 * This can only be called by subclasses from their created constructor.
5152 */ 6585 */
5153 ScriptElement.created() : super.created(); 6586 ScriptElement.created() : super.created();
5154 6587
5155 @DomName('SVGScriptElement.type') 6588 @DomName('SVGScriptElement.type')
5156 @DocsEditable() 6589 @DocsEditable()
5157 String get type => _blink.BlinkSVGScriptElement.instance.type_Getter_(unwrap_j so(this)); 6590 String get type => _blink.BlinkSVGScriptElement.instance.type_Getter_(unwrap_j so(this));
5158 6591
5159 @DomName('SVGScriptElement.type') 6592 @DomName('SVGScriptElement.type')
5160 @DocsEditable() 6593 @DocsEditable()
5161 void set type(String value) => _blink.BlinkSVGScriptElement.instance.type_Sett er_(unwrap_jso(this), value); 6594 set type(String value) => _blink.BlinkSVGScriptElement.instance.type_Setter_(u nwrap_jso(this), value);
5162 6595
5163 @DomName('SVGScriptElement.href') 6596 @DomName('SVGScriptElement.href')
5164 @DocsEditable() 6597 @DocsEditable()
5165 AnimatedString get href => wrap_jso(_blink.BlinkSVGScriptElement.instance.href _Getter_(unwrap_jso(this))); 6598 AnimatedString get href => wrap_jso(_blink.BlinkSVGScriptElement.instance.href _Getter_(unwrap_jso(this)));
5166 6599
5167 } 6600 }
5168 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6601 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5169 // for details. All rights reserved. Use of this source code is governed by a 6602 // for details. All rights reserved. Use of this source code is governed by a
5170 // BSD-style license that can be found in the LICENSE file. 6603 // BSD-style license that can be found in the LICENSE file.
5171 6604
5172 // WARNING: Do not edit - generated code. 6605 // WARNING: Do not edit - generated code.
5173 6606
5174 6607
5175 @DocsEditable() 6608 @DocsEditable()
5176 @DomName('SVGSetElement') 6609 @DomName('SVGSetElement')
5177 @SupportedBrowser(SupportedBrowser.CHROME) 6610 @SupportedBrowser(SupportedBrowser.CHROME)
5178 @SupportedBrowser(SupportedBrowser.FIREFOX) 6611 @SupportedBrowser(SupportedBrowser.FIREFOX)
5179 @SupportedBrowser(SupportedBrowser.SAFARI) 6612 @SupportedBrowser(SupportedBrowser.SAFARI)
5180 @Unstable() 6613 @Unstable()
5181 class SetElement extends AnimationElement { 6614 class SetElement extends AnimationElement {
5182 // To suppress missing implicit constructor warnings. 6615 // To suppress missing implicit constructor warnings.
5183 factory SetElement._() { throw new UnsupportedError("Not supported"); } 6616 factory SetElement._() { throw new UnsupportedError("Not supported"); }
5184 6617
5185 @DomName('SVGSetElement.SVGSetElement') 6618 @DomName('SVGSetElement.SVGSetElement')
5186 @DocsEditable() 6619 @DocsEditable()
5187 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set") ; 6620 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set") ;
6621
6622
6623 static SetElement internalCreateSetElement() {
6624 return new SetElement._internalWrap();
6625 }
6626
6627 factory SetElement._internalWrap() {
6628 return new SetElement.internal_();
6629 }
6630
6631 SetElement.internal_() : super.internal_();
6632
5188 /** 6633 /**
5189 * Constructor instantiated by the DOM when a custom element has been created. 6634 * Constructor instantiated by the DOM when a custom element has been created.
5190 * 6635 *
5191 * This can only be called by subclasses from their created constructor. 6636 * This can only be called by subclasses from their created constructor.
5192 */ 6637 */
5193 SetElement.created() : super.created(); 6638 SetElement.created() : super.created();
5194 6639
5195 /// Checks if this type is supported on the current platform. 6640 /// Checks if this type is supported on the current platform.
5196 static bool get supported => true; 6641 static bool get supported => true;
5197 6642
5198 } 6643 }
5199 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6644 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5200 // for details. All rights reserved. Use of this source code is governed by a 6645 // for details. All rights reserved. Use of this source code is governed by a
5201 // BSD-style license that can be found in the LICENSE file. 6646 // BSD-style license that can be found in the LICENSE file.
5202 6647
5203 // WARNING: Do not edit - generated code. 6648 // WARNING: Do not edit - generated code.
5204 6649
5205 6650
5206 @DocsEditable() 6651 @DocsEditable()
5207 @DomName('SVGStopElement') 6652 @DomName('SVGStopElement')
5208 @Unstable() 6653 @Unstable()
5209 class StopElement extends SvgElement { 6654 class StopElement extends SvgElement {
5210 // To suppress missing implicit constructor warnings. 6655 // To suppress missing implicit constructor warnings.
5211 factory StopElement._() { throw new UnsupportedError("Not supported"); } 6656 factory StopElement._() { throw new UnsupportedError("Not supported"); }
5212 6657
5213 @DomName('SVGStopElement.SVGStopElement') 6658 @DomName('SVGStopElement.SVGStopElement')
5214 @DocsEditable() 6659 @DocsEditable()
5215 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop "); 6660 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop ");
6661
6662
6663 static StopElement internalCreateStopElement() {
6664 return new StopElement._internalWrap();
6665 }
6666
6667 factory StopElement._internalWrap() {
6668 return new StopElement.internal_();
6669 }
6670
6671 StopElement.internal_() : super.internal_();
6672
5216 /** 6673 /**
5217 * Constructor instantiated by the DOM when a custom element has been created. 6674 * Constructor instantiated by the DOM when a custom element has been created.
5218 * 6675 *
5219 * This can only be called by subclasses from their created constructor. 6676 * This can only be called by subclasses from their created constructor.
5220 */ 6677 */
5221 StopElement.created() : super.created(); 6678 StopElement.created() : super.created();
5222 6679
5223 @DomName('SVGStopElement.offset') 6680 @DomName('SVGStopElement.offset')
5224 @DocsEditable() 6681 @DocsEditable()
5225 AnimatedNumber get gradientOffset => wrap_jso(_blink.BlinkSVGStopElement.insta nce.offset_Getter_(unwrap_jso(this))); 6682 AnimatedNumber get gradientOffset => wrap_jso(_blink.BlinkSVGStopElement.insta nce.offset_Getter_(unwrap_jso(this)));
5226 6683
5227 } 6684 }
5228 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6685 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5229 // for details. All rights reserved. Use of this source code is governed by a 6686 // for details. All rights reserved. Use of this source code is governed by a
5230 // BSD-style license that can be found in the LICENSE file. 6687 // BSD-style license that can be found in the LICENSE file.
5231 6688
5232 // WARNING: Do not edit - generated code. 6689 // WARNING: Do not edit - generated code.
5233 6690
5234 6691
5235 @DocsEditable() 6692 @DocsEditable()
5236 @DomName('SVGStringList') 6693 @DomName('SVGStringList')
5237 @Unstable() 6694 @Unstable()
5238 class StringList extends NativeFieldWrapperClass2 with ListMixin<String>, Immuta bleListMixin<String> implements List<String> { 6695 class StringList extends JsoNativeFieldWrapper with ListMixin<String>, Immutable ListMixin<String> implements List<String> {
5239 // To suppress missing implicit constructor warnings. 6696 // To suppress missing implicit constructor warnings.
5240 factory StringList._() { throw new UnsupportedError("Not supported"); } 6697 factory StringList._() { throw new UnsupportedError("Not supported"); }
5241 6698
6699 static StringList internalCreateStringList() {
6700 return new StringList._internalWrap();
6701 }
6702
6703 js.JsObject blink_jsObject;
6704
6705 factory StringList._internalWrap() {
6706 return new StringList.internal_();
6707 }
6708
6709 StringList.internal_() { }
6710
6711 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
6712 int get hashCode => unwrap_jso(this).hashCode;
6713
5242 @DomName('SVGStringList.length') 6714 @DomName('SVGStringList.length')
5243 @DocsEditable() 6715 @DocsEditable()
5244 @Experimental() // untriaged 6716 @Experimental() // untriaged
5245 int get length => _blink.BlinkSVGStringList.instance.length_Getter_(unwrap_jso (this)); 6717 int get length => _blink.BlinkSVGStringList.instance.length_Getter_(unwrap_jso (this));
5246 6718
5247 @DomName('SVGStringList.numberOfItems') 6719 @DomName('SVGStringList.numberOfItems')
5248 @DocsEditable() 6720 @DocsEditable()
5249 int get numberOfItems => _blink.BlinkSVGStringList.instance.numberOfItems_Gett er_(unwrap_jso(this)); 6721 int get numberOfItems => _blink.BlinkSVGStringList.instance.numberOfItems_Gett er_(unwrap_jso(this));
5250 6722
5251 String operator[](int index) { 6723 String operator[](int index) {
5252 if (index < 0 || index >= length) 6724 if (index < 0 || index >= length)
5253 throw new RangeError.index(index, this); 6725 throw new RangeError.index(index, this);
5254 return getItem(index); 6726 return getItem(index);
5255 } 6727 }
5256 6728
5257 void operator[]=(int index, String value) { 6729 void operator[]=(int index, String value) {
5258 throw new UnsupportedError("Cannot assign element of immutable List."); 6730 throw new UnsupportedError("Cannot assign element of immutable List.");
5259 } 6731 }
5260 // -- start List<String> mixins. 6732 // -- start List<String> mixins.
5261 // String is the element type. 6733 // String is the element type.
5262 6734
5263 6735
5264 void set length(int value) { 6736 set length(int value) {
5265 throw new UnsupportedError("Cannot resize immutable List."); 6737 throw new UnsupportedError("Cannot resize immutable List.");
5266 } 6738 }
5267 6739
5268 String get first { 6740 String get first {
5269 if (this.length > 0) { 6741 if (this.length > 0) {
5270 return getItem(0); 6742 return getItem(0);
5271 } 6743 }
5272 throw new StateError("No elements"); 6744 throw new StateError("No elements");
5273 } 6745 }
5274 6746
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
5337 @DomName('SVGStyleElement') 6809 @DomName('SVGStyleElement')
5338 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable 6810 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable
5339 @Experimental() // nonstandard 6811 @Experimental() // nonstandard
5340 class StyleElement extends SvgElement { 6812 class StyleElement extends SvgElement {
5341 // To suppress missing implicit constructor warnings. 6813 // To suppress missing implicit constructor warnings.
5342 factory StyleElement._() { throw new UnsupportedError("Not supported"); } 6814 factory StyleElement._() { throw new UnsupportedError("Not supported"); }
5343 6815
5344 @DomName('SVGStyleElement.SVGStyleElement') 6816 @DomName('SVGStyleElement.SVGStyleElement')
5345 @DocsEditable() 6817 @DocsEditable()
5346 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le"); 6818 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le");
6819
6820
6821 static StyleElement internalCreateStyleElement() {
6822 return new StyleElement._internalWrap();
6823 }
6824
6825 factory StyleElement._internalWrap() {
6826 return new StyleElement.internal_();
6827 }
6828
6829 StyleElement.internal_() : super.internal_();
6830
5347 /** 6831 /**
5348 * Constructor instantiated by the DOM when a custom element has been created. 6832 * Constructor instantiated by the DOM when a custom element has been created.
5349 * 6833 *
5350 * This can only be called by subclasses from their created constructor. 6834 * This can only be called by subclasses from their created constructor.
5351 */ 6835 */
5352 StyleElement.created() : super.created(); 6836 StyleElement.created() : super.created();
5353 6837
5354 @DomName('SVGStyleElement.disabled') 6838 @DomName('SVGStyleElement.disabled')
5355 @DocsEditable() 6839 @DocsEditable()
5356 bool get disabled => _blink.BlinkSVGStyleElement.instance.disabled_Getter_(unw rap_jso(this)); 6840 bool get disabled => _blink.BlinkSVGStyleElement.instance.disabled_Getter_(unw rap_jso(this));
5357 6841
5358 @DomName('SVGStyleElement.disabled') 6842 @DomName('SVGStyleElement.disabled')
5359 @DocsEditable() 6843 @DocsEditable()
5360 void set disabled(bool value) => _blink.BlinkSVGStyleElement.instance.disabled _Setter_(unwrap_jso(this), value); 6844 set disabled(bool value) => _blink.BlinkSVGStyleElement.instance.disabled_Sett er_(unwrap_jso(this), value);
5361 6845
5362 @DomName('SVGStyleElement.media') 6846 @DomName('SVGStyleElement.media')
5363 @DocsEditable() 6847 @DocsEditable()
5364 String get media => _blink.BlinkSVGStyleElement.instance.media_Getter_(unwrap_ jso(this)); 6848 String get media => _blink.BlinkSVGStyleElement.instance.media_Getter_(unwrap_ jso(this));
5365 6849
5366 @DomName('SVGStyleElement.media') 6850 @DomName('SVGStyleElement.media')
5367 @DocsEditable() 6851 @DocsEditable()
5368 void set media(String value) => _blink.BlinkSVGStyleElement.instance.media_Set ter_(unwrap_jso(this), value); 6852 set media(String value) => _blink.BlinkSVGStyleElement.instance.media_Setter_( unwrap_jso(this), value);
5369 6853
5370 @DomName('SVGStyleElement.sheet') 6854 @DomName('SVGStyleElement.sheet')
5371 @DocsEditable() 6855 @DocsEditable()
5372 @Experimental() // untriaged 6856 @Experimental() // untriaged
5373 StyleSheet get sheet => wrap_jso(_blink.BlinkSVGStyleElement.instance.sheet_Ge tter_(unwrap_jso(this))); 6857 StyleSheet get sheet => wrap_jso(_blink.BlinkSVGStyleElement.instance.sheet_Ge tter_(unwrap_jso(this)));
5374 6858
5375 @DomName('SVGStyleElement.title') 6859 @DomName('SVGStyleElement.title')
5376 @DocsEditable() 6860 @DocsEditable()
5377 String get title => _blink.BlinkSVGStyleElement.instance.title_Getter_(unwrap_ jso(this)); 6861 String get title => _blink.BlinkSVGStyleElement.instance.title_Getter_(unwrap_ jso(this));
5378 6862
5379 @DomName('SVGStyleElement.title') 6863 @DomName('SVGStyleElement.title')
5380 @DocsEditable() 6864 @DocsEditable()
5381 void set title(String value) => _blink.BlinkSVGStyleElement.instance.title_Set ter_(unwrap_jso(this), value); 6865 set title(String value) => _blink.BlinkSVGStyleElement.instance.title_Setter_( unwrap_jso(this), value);
5382 6866
5383 @DomName('SVGStyleElement.type') 6867 @DomName('SVGStyleElement.type')
5384 @DocsEditable() 6868 @DocsEditable()
5385 String get type => _blink.BlinkSVGStyleElement.instance.type_Getter_(unwrap_js o(this)); 6869 String get type => _blink.BlinkSVGStyleElement.instance.type_Getter_(unwrap_js o(this));
5386 6870
5387 @DomName('SVGStyleElement.type') 6871 @DomName('SVGStyleElement.type')
5388 @DocsEditable() 6872 @DocsEditable()
5389 void set type(String value) => _blink.BlinkSVGStyleElement.instance.type_Sette r_(unwrap_jso(this), value); 6873 set type(String value) => _blink.BlinkSVGStyleElement.instance.type_Setter_(un wrap_jso(this), value);
5390 6874
5391 } 6875 }
5392 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 6876 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
5393 // for details. All rights reserved. Use of this source code is governed by a 6877 // for details. All rights reserved. Use of this source code is governed by a
5394 // BSD-style license that can be found in the LICENSE file. 6878 // BSD-style license that can be found in the LICENSE file.
5395 6879
5396 6880
5397 class _AttributeClassSet extends CssClassSetImpl { 6881 class _AttributeClassSet extends CssClassSetImpl {
5398 final Element _element; 6882 final Element _element;
5399 6883
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
5443 } 6927 }
5444 var fragment = parentElement.createFragment(svg, validator: validator, 6928 var fragment = parentElement.createFragment(svg, validator: validator,
5445 treeSanitizer: treeSanitizer); 6929 treeSanitizer: treeSanitizer);
5446 return fragment.nodes.where((e) => e is SvgElement).single; 6930 return fragment.nodes.where((e) => e is SvgElement).single;
5447 } 6931 }
5448 6932
5449 CssClassSet get classes => new _AttributeClassSet(this); 6933 CssClassSet get classes => new _AttributeClassSet(this);
5450 6934
5451 List<Element> get children => new FilteredElementList(this); 6935 List<Element> get children => new FilteredElementList(this);
5452 6936
5453 void set children(List<Element> value) { 6937 set children(List<Element> value) {
5454 final children = this.children; 6938 final children = this.children;
5455 children.clear(); 6939 children.clear();
5456 children.addAll(value); 6940 children.addAll(value);
5457 } 6941 }
5458 6942
5459 String get outerHtml { 6943 String get outerHtml {
5460 final container = new Element.tag("div"); 6944 final container = new Element.tag("div");
5461 final SvgElement cloned = this.clone(true); 6945 final SvgElement cloned = this.clone(true);
5462 container.children.add(cloned); 6946 container.children.add(cloned);
5463 return container.innerHtml; 6947 return container.innerHtml;
5464 } 6948 }
5465 6949
5466 String get innerHtml { 6950 String get innerHtml {
5467 final container = new Element.tag("div"); 6951 final container = new Element.tag("div");
5468 final SvgElement cloned = this.clone(true); 6952 final SvgElement cloned = this.clone(true);
5469 container.children.addAll(cloned.children); 6953 container.children.addAll(cloned.children);
5470 return container.innerHtml; 6954 return container.innerHtml;
5471 } 6955 }
5472 6956
5473 void set innerHtml(String value) { 6957 set innerHtml(String value) {
5474 this.setInnerHtml(value); 6958 this.setInnerHtml(value);
5475 } 6959 }
5476 6960
5477 DocumentFragment createFragment(String svg, 6961 DocumentFragment createFragment(String svg,
5478 {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) { 6962 {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) {
5479 6963
5480 if (treeSanitizer == null) { 6964 if (treeSanitizer == null) {
5481 if (validator == null) { 6965 if (validator == null) {
5482 validator = new NodeValidatorBuilder.common() 6966 validator = new NodeValidatorBuilder.common()
5483 ..allowSvg(); 6967 ..allowSvg();
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
5528 7012
5529 /** 7013 /**
5530 * Checks to see if the SVG element type is supported by the current platform. 7014 * Checks to see if the SVG element type is supported by the current platform.
5531 * 7015 *
5532 * The tag should be a valid SVG element tag name. 7016 * The tag should be a valid SVG element tag name.
5533 */ 7017 */
5534 static bool isTagSupported(String tag) { 7018 static bool isTagSupported(String tag) {
5535 var e = new SvgElement.tag(tag); 7019 var e = new SvgElement.tag(tag);
5536 return e is SvgElement && !(e is UnknownElement); 7020 return e is SvgElement && !(e is UnknownElement);
5537 } 7021 }
7022
7023 set _svgClassName(AnimatedString value) =>
7024 _blink.BlinkSVGElement.instance.className_Setter_(unwrap_jso(this), unwrap _jso(value));
7025
7026 String get className => _svgClassName.baseVal;
7027
7028 // Unbelievable hack. We can't create an SvgAnimatedString, but we can get
7029 // the existing one and change its baseVal. Then we call the blink setter dire ctly
7030 // TODO(alanknight): Handle suppressing the SVGAnimated<*> better
7031 set className(String s) {
7032 var oldClass = _svgClassName;
7033 oldClass.baseVal = s;
7034 _svgClassName = oldClass;
7035 }
5538 // To suppress missing implicit constructor warnings. 7036 // To suppress missing implicit constructor warnings.
5539 factory SvgElement._() { throw new UnsupportedError("Not supported"); } 7037 factory SvgElement._() { throw new UnsupportedError("Not supported"); }
5540 7038
5541 @DomName('SVGElement.abortEvent') 7039 @DomName('SVGElement.abortEvent')
5542 @DocsEditable() 7040 @DocsEditable()
5543 @Experimental() // untriaged 7041 @Experimental() // untriaged
5544 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider <Event>('abort'); 7042 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider <Event>('abort');
5545 7043
5546 @DomName('SVGElement.blurEvent') 7044 @DomName('SVGElement.blurEvent')
5547 @DocsEditable() 7045 @DocsEditable()
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
5790 7288
5791 @DomName('SVGElement.volumechangeEvent') 7289 @DomName('SVGElement.volumechangeEvent')
5792 @DocsEditable() 7290 @DocsEditable()
5793 @Experimental() // untriaged 7291 @Experimental() // untriaged
5794 static const EventStreamProvider<Event> volumeChangeEvent = const EventStreamP rovider<Event>('volumechange'); 7292 static const EventStreamProvider<Event> volumeChangeEvent = const EventStreamP rovider<Event>('volumechange');
5795 7293
5796 @DomName('SVGElement.waitingEvent') 7294 @DomName('SVGElement.waitingEvent')
5797 @DocsEditable() 7295 @DocsEditable()
5798 @Experimental() // untriaged 7296 @Experimental() // untriaged
5799 static const EventStreamProvider<Event> waitingEvent = const EventStreamProvid er<Event>('waiting'); 7297 static const EventStreamProvider<Event> waitingEvent = const EventStreamProvid er<Event>('waiting');
7298
7299
7300 static SvgElement internalCreateSvgElement() {
7301 return new SvgElement._internalWrap();
7302 }
7303
7304 factory SvgElement._internalWrap() {
7305 return new SvgElement.internal_();
7306 }
7307
7308 SvgElement.internal_() : super.internal_();
7309
5800 /** 7310 /**
5801 * Constructor instantiated by the DOM when a custom element has been created. 7311 * Constructor instantiated by the DOM when a custom element has been created.
5802 * 7312 *
5803 * This can only be called by subclasses from their created constructor. 7313 * This can only be called by subclasses from their created constructor.
5804 */ 7314 */
5805 SvgElement.created() : super.created(); 7315 SvgElement.created() : super.created();
5806 7316
5807 @DomName('SVGElement.className') 7317 @DomName('SVGElement.className')
5808 @DocsEditable() 7318 @DocsEditable()
5809 @Experimental() // untriaged 7319 @Experimental() // untriaged
5810 AnimatedString get _svgClassName => wrap_jso(_blink.BlinkSVGElement.instance.c lassName_Getter_(unwrap_jso(this))); 7320 AnimatedString get _svgClassName => wrap_jso(_blink.BlinkSVGElement.instance.c lassName_Getter_(unwrap_jso(this)));
5811 7321
5812 @DomName('SVGElement.ownerSVGElement') 7322 @DomName('SVGElement.ownerSVGElement')
5813 @DocsEditable() 7323 @DocsEditable()
5814 SvgSvgElement get ownerSvgElement => wrap_jso(_blink.BlinkSVGElement.instance. ownerSVGElement_Getter_(unwrap_jso(this))); 7324 SvgSvgElement get ownerSvgElement => wrap_jso(_blink.BlinkSVGElement.instance. ownerSVGElement_Getter_(unwrap_jso(this)));
5815 7325
5816 @DomName('SVGElement.style') 7326 @DomName('SVGElement.style')
5817 @DocsEditable() 7327 @DocsEditable()
5818 @Experimental() // untriaged 7328 @Experimental() // untriaged
5819 CssStyleDeclaration get style => wrap_jso(_blink.BlinkSVGElement.instance.styl e_Getter_(unwrap_jso(this))); 7329 CssStyleDeclaration get style => wrap_jso(_blink.BlinkSVGElement.instance.styl e_Getter_(unwrap_jso(this)));
5820 7330
5821 @DomName('SVGElement.tabIndex') 7331 @DomName('SVGElement.tabIndex')
5822 @DocsEditable() 7332 @DocsEditable()
5823 @Experimental() // untriaged 7333 @Experimental() // untriaged
5824 int get tabIndex => _blink.BlinkSVGElement.instance.tabIndex_Getter_(unwrap_js o(this)); 7334 int get tabIndex => _blink.BlinkSVGElement.instance.tabIndex_Getter_(unwrap_js o(this));
5825 7335
5826 @DomName('SVGElement.tabIndex') 7336 @DomName('SVGElement.tabIndex')
5827 @DocsEditable() 7337 @DocsEditable()
5828 @Experimental() // untriaged 7338 @Experimental() // untriaged
5829 void set tabIndex(int value) => _blink.BlinkSVGElement.instance.tabIndex_Sette r_(unwrap_jso(this), value); 7339 set tabIndex(int value) => _blink.BlinkSVGElement.instance.tabIndex_Setter_(un wrap_jso(this), value);
5830 7340
5831 @DomName('SVGElement.viewportElement') 7341 @DomName('SVGElement.viewportElement')
5832 @DocsEditable() 7342 @DocsEditable()
5833 SvgElement get viewportElement => wrap_jso(_blink.BlinkSVGElement.instance.vie wportElement_Getter_(unwrap_jso(this))); 7343 SvgElement get viewportElement => wrap_jso(_blink.BlinkSVGElement.instance.vie wportElement_Getter_(unwrap_jso(this)));
5834 7344
5835 @DomName('SVGElement.xmlbase') 7345 @DomName('SVGElement.xmlbase')
5836 @DocsEditable() 7346 @DocsEditable()
5837 String get xmlbase => _blink.BlinkSVGElement.instance.xmlbase_Getter_(unwrap_j so(this)); 7347 String get xmlbase => _blink.BlinkSVGElement.instance.xmlbase_Getter_(unwrap_j so(this));
5838 7348
5839 @DomName('SVGElement.xmlbase') 7349 @DomName('SVGElement.xmlbase')
5840 @DocsEditable() 7350 @DocsEditable()
5841 void set xmlbase(String value) => _blink.BlinkSVGElement.instance.xmlbase_Sett er_(unwrap_jso(this), value); 7351 set xmlbase(String value) => _blink.BlinkSVGElement.instance.xmlbase_Setter_(u nwrap_jso(this), value);
5842 7352
5843 @DomName('SVGElement.xmllang') 7353 @DomName('SVGElement.xmllang')
5844 @DocsEditable() 7354 @DocsEditable()
5845 @Experimental() // untriaged 7355 @Experimental() // untriaged
5846 String get xmllang => _blink.BlinkSVGElement.instance.xmllang_Getter_(unwrap_j so(this)); 7356 String get xmllang => _blink.BlinkSVGElement.instance.xmllang_Getter_(unwrap_j so(this));
5847 7357
5848 @DomName('SVGElement.xmllang') 7358 @DomName('SVGElement.xmllang')
5849 @DocsEditable() 7359 @DocsEditable()
5850 @Experimental() // untriaged 7360 @Experimental() // untriaged
5851 void set xmllang(String value) => _blink.BlinkSVGElement.instance.xmllang_Sett er_(unwrap_jso(this), value); 7361 set xmllang(String value) => _blink.BlinkSVGElement.instance.xmllang_Setter_(u nwrap_jso(this), value);
5852 7362
5853 @DomName('SVGElement.xmlspace') 7363 @DomName('SVGElement.xmlspace')
5854 @DocsEditable() 7364 @DocsEditable()
5855 @Experimental() // untriaged 7365 @Experimental() // untriaged
5856 String get xmlspace => _blink.BlinkSVGElement.instance.xmlspace_Getter_(unwrap _jso(this)); 7366 String get xmlspace => _blink.BlinkSVGElement.instance.xmlspace_Getter_(unwrap _jso(this));
5857 7367
5858 @DomName('SVGElement.xmlspace') 7368 @DomName('SVGElement.xmlspace')
5859 @DocsEditable() 7369 @DocsEditable()
5860 @Experimental() // untriaged 7370 @Experimental() // untriaged
5861 void set xmlspace(String value) => _blink.BlinkSVGElement.instance.xmlspace_Se tter_(unwrap_jso(this), value); 7371 set xmlspace(String value) => _blink.BlinkSVGElement.instance.xmlspace_Setter_ (unwrap_jso(this), value);
5862 7372
5863 @DomName('SVGElement.onabort') 7373 @DomName('SVGElement.onabort')
5864 @DocsEditable() 7374 @DocsEditable()
5865 @Experimental() // untriaged 7375 @Experimental() // untriaged
5866 ElementStream<Event> get onAbort => abortEvent.forElement(this); 7376 ElementStream<Event> get onAbort => abortEvent.forElement(this);
5867 7377
5868 @DomName('SVGElement.onblur') 7378 @DomName('SVGElement.onblur')
5869 @DocsEditable() 7379 @DocsEditable()
5870 @Experimental() // untriaged 7380 @Experimental() // untriaged
5871 ElementStream<Event> get onBlur => blurEvent.forElement(this); 7381 ElementStream<Event> get onBlur => blurEvent.forElement(this);
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
6131 class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan { 7641 class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan {
6132 factory SvgSvgElement() { 7642 factory SvgSvgElement() {
6133 final el = new SvgElement.tag("svg"); 7643 final el = new SvgElement.tag("svg");
6134 // The SVG spec requires the version attribute to match the spec version 7644 // The SVG spec requires the version attribute to match the spec version
6135 el.attributes['version'] = "1.1"; 7645 el.attributes['version'] = "1.1";
6136 return el; 7646 return el;
6137 } 7647 }
6138 7648
6139 // To suppress missing implicit constructor warnings. 7649 // To suppress missing implicit constructor warnings.
6140 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } 7650 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); }
7651
7652
7653 static SvgSvgElement internalCreateSvgSvgElement() {
7654 return new SvgSvgElement._internalWrap();
7655 }
7656
7657 factory SvgSvgElement._internalWrap() {
7658 return new SvgSvgElement.internal_();
7659 }
7660
7661 SvgSvgElement.internal_() : super.internal_();
7662
6141 /** 7663 /**
6142 * Constructor instantiated by the DOM when a custom element has been created. 7664 * Constructor instantiated by the DOM when a custom element has been created.
6143 * 7665 *
6144 * This can only be called by subclasses from their created constructor. 7666 * This can only be called by subclasses from their created constructor.
6145 */ 7667 */
6146 SvgSvgElement.created() : super.created(); 7668 SvgSvgElement.created() : super.created();
6147 7669
6148 @DomName('SVGSVGElement.currentScale') 7670 @DomName('SVGSVGElement.currentScale')
6149 @DocsEditable() 7671 @DocsEditable()
6150 num get currentScale => _blink.BlinkSVGSVGElement.instance.currentScale_Getter _(unwrap_jso(this)); 7672 num get currentScale => _blink.BlinkSVGSVGElement.instance.currentScale_Getter _(unwrap_jso(this));
6151 7673
6152 @DomName('SVGSVGElement.currentScale') 7674 @DomName('SVGSVGElement.currentScale')
6153 @DocsEditable() 7675 @DocsEditable()
6154 void set currentScale(num value) => _blink.BlinkSVGSVGElement.instance.current Scale_Setter_(unwrap_jso(this), value); 7676 set currentScale(num value) => _blink.BlinkSVGSVGElement.instance.currentScale _Setter_(unwrap_jso(this), value);
6155 7677
6156 @DomName('SVGSVGElement.currentTranslate') 7678 @DomName('SVGSVGElement.currentTranslate')
6157 @DocsEditable() 7679 @DocsEditable()
6158 Point get currentTranslate => wrap_jso(_blink.BlinkSVGSVGElement.instance.curr entTranslate_Getter_(unwrap_jso(this))); 7680 Point get currentTranslate => wrap_jso(_blink.BlinkSVGSVGElement.instance.curr entTranslate_Getter_(unwrap_jso(this)));
6159 7681
6160 @DomName('SVGSVGElement.currentView') 7682 @DomName('SVGSVGElement.currentView')
6161 @DocsEditable() 7683 @DocsEditable()
6162 ViewSpec get currentView => wrap_jso(_blink.BlinkSVGSVGElement.instance.curren tView_Getter_(unwrap_jso(this))); 7684 ViewSpec get currentView => wrap_jso(_blink.BlinkSVGSVGElement.instance.curren tView_Getter_(unwrap_jso(this)));
6163 7685
6164 @DomName('SVGSVGElement.height') 7686 @DomName('SVGSVGElement.height')
6165 @DocsEditable() 7687 @DocsEditable()
6166 AnimatedLength get height => wrap_jso(_blink.BlinkSVGSVGElement.instance.heigh t_Getter_(unwrap_jso(this))); 7688 AnimatedLength get height => wrap_jso(_blink.BlinkSVGSVGElement.instance.heigh t_Getter_(unwrap_jso(this)));
6167 7689
6168 @DomName('SVGSVGElement.pixelUnitToMillimeterX') 7690 @DomName('SVGSVGElement.pixelUnitToMillimeterX')
6169 @DocsEditable() 7691 @DocsEditable()
6170 double get pixelUnitToMillimeterX => _blink.BlinkSVGSVGElement.instance.pixelU nitToMillimeterX_Getter_(unwrap_jso(this)); 7692 num get pixelUnitToMillimeterX => _blink.BlinkSVGSVGElement.instance.pixelUnit ToMillimeterX_Getter_(unwrap_jso(this));
6171 7693
6172 @DomName('SVGSVGElement.pixelUnitToMillimeterY') 7694 @DomName('SVGSVGElement.pixelUnitToMillimeterY')
6173 @DocsEditable() 7695 @DocsEditable()
6174 double get pixelUnitToMillimeterY => _blink.BlinkSVGSVGElement.instance.pixelU nitToMillimeterY_Getter_(unwrap_jso(this)); 7696 num get pixelUnitToMillimeterY => _blink.BlinkSVGSVGElement.instance.pixelUnit ToMillimeterY_Getter_(unwrap_jso(this));
6175 7697
6176 @DomName('SVGSVGElement.screenPixelToMillimeterX') 7698 @DomName('SVGSVGElement.screenPixelToMillimeterX')
6177 @DocsEditable() 7699 @DocsEditable()
6178 double get screenPixelToMillimeterX => _blink.BlinkSVGSVGElement.instance.scre enPixelToMillimeterX_Getter_(unwrap_jso(this)); 7700 num get screenPixelToMillimeterX => _blink.BlinkSVGSVGElement.instance.screenP ixelToMillimeterX_Getter_(unwrap_jso(this));
6179 7701
6180 @DomName('SVGSVGElement.screenPixelToMillimeterY') 7702 @DomName('SVGSVGElement.screenPixelToMillimeterY')
6181 @DocsEditable() 7703 @DocsEditable()
6182 double get screenPixelToMillimeterY => _blink.BlinkSVGSVGElement.instance.scre enPixelToMillimeterY_Getter_(unwrap_jso(this)); 7704 num get screenPixelToMillimeterY => _blink.BlinkSVGSVGElement.instance.screenP ixelToMillimeterY_Getter_(unwrap_jso(this));
6183 7705
6184 @DomName('SVGSVGElement.useCurrentView') 7706 @DomName('SVGSVGElement.useCurrentView')
6185 @DocsEditable() 7707 @DocsEditable()
6186 bool get useCurrentView => _blink.BlinkSVGSVGElement.instance.useCurrentView_G etter_(unwrap_jso(this)); 7708 bool get useCurrentView => _blink.BlinkSVGSVGElement.instance.useCurrentView_G etter_(unwrap_jso(this));
6187 7709
6188 @DomName('SVGSVGElement.viewport') 7710 @DomName('SVGSVGElement.viewport')
6189 @DocsEditable() 7711 @DocsEditable()
6190 Rect get viewport => wrap_jso(_blink.BlinkSVGSVGElement.instance.viewport_Gett er_(unwrap_jso(this))); 7712 Rect get viewport => wrap_jso(_blink.BlinkSVGSVGElement.instance.viewport_Gett er_(unwrap_jso(this)));
6191 7713
6192 @DomName('SVGSVGElement.width') 7714 @DomName('SVGSVGElement.width')
(...skipping 15 matching lines...) Expand all
6208 @DomName('SVGSVGElement.checkEnclosure') 7730 @DomName('SVGSVGElement.checkEnclosure')
6209 @DocsEditable() 7731 @DocsEditable()
6210 bool checkEnclosure(SvgElement element, Rect rect) => _blink.BlinkSVGSVGElemen t.instance.checkEnclosure_Callback_2_(unwrap_jso(this), unwrap_jso(element), unw rap_jso(rect)); 7732 bool checkEnclosure(SvgElement element, Rect rect) => _blink.BlinkSVGSVGElemen t.instance.checkEnclosure_Callback_2_(unwrap_jso(this), unwrap_jso(element), unw rap_jso(rect));
6211 7733
6212 @DomName('SVGSVGElement.checkIntersection') 7734 @DomName('SVGSVGElement.checkIntersection')
6213 @DocsEditable() 7735 @DocsEditable()
6214 bool checkIntersection(SvgElement element, Rect rect) => _blink.BlinkSVGSVGEle ment.instance.checkIntersection_Callback_2_(unwrap_jso(this), unwrap_jso(element ), unwrap_jso(rect)); 7736 bool checkIntersection(SvgElement element, Rect rect) => _blink.BlinkSVGSVGEle ment.instance.checkIntersection_Callback_2_(unwrap_jso(this), unwrap_jso(element ), unwrap_jso(rect));
6215 7737
6216 @DomName('SVGSVGElement.createSVGAngle') 7738 @DomName('SVGSVGElement.createSVGAngle')
6217 @DocsEditable() 7739 @DocsEditable()
6218 Angle createSvgAngle() => _blink.BlinkSVGSVGElement.instance.createSVGAngle_Ca llback_0_(unwrap_jso(this)); 7740 Angle createSvgAngle() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSV GAngle_Callback_0_(unwrap_jso(this)));
6219 7741
6220 @DomName('SVGSVGElement.createSVGLength') 7742 @DomName('SVGSVGElement.createSVGLength')
6221 @DocsEditable() 7743 @DocsEditable()
6222 Length createSvgLength() => _blink.BlinkSVGSVGElement.instance.createSVGLength _Callback_0_(unwrap_jso(this)); 7744 Length createSvgLength() => wrap_jso(_blink.BlinkSVGSVGElement.instance.create SVGLength_Callback_0_(unwrap_jso(this)));
6223 7745
6224 @DomName('SVGSVGElement.createSVGMatrix') 7746 @DomName('SVGSVGElement.createSVGMatrix')
6225 @DocsEditable() 7747 @DocsEditable()
6226 Matrix createSvgMatrix() => _blink.BlinkSVGSVGElement.instance.createSVGMatrix _Callback_0_(unwrap_jso(this)); 7748 Matrix createSvgMatrix() => wrap_jso(_blink.BlinkSVGSVGElement.instance.create SVGMatrix_Callback_0_(unwrap_jso(this)));
6227 7749
6228 @DomName('SVGSVGElement.createSVGNumber') 7750 @DomName('SVGSVGElement.createSVGNumber')
6229 @DocsEditable() 7751 @DocsEditable()
6230 Number createSvgNumber() => _blink.BlinkSVGSVGElement.instance.createSVGNumber _Callback_0_(unwrap_jso(this)); 7752 Number createSvgNumber() => wrap_jso(_blink.BlinkSVGSVGElement.instance.create SVGNumber_Callback_0_(unwrap_jso(this)));
6231 7753
6232 @DomName('SVGSVGElement.createSVGPoint') 7754 @DomName('SVGSVGElement.createSVGPoint')
6233 @DocsEditable() 7755 @DocsEditable()
6234 Point createSvgPoint() => _blink.BlinkSVGSVGElement.instance.createSVGPoint_Ca llback_0_(unwrap_jso(this)); 7756 Point createSvgPoint() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSV GPoint_Callback_0_(unwrap_jso(this)));
6235 7757
6236 @DomName('SVGSVGElement.createSVGRect') 7758 @DomName('SVGSVGElement.createSVGRect')
6237 @DocsEditable() 7759 @DocsEditable()
6238 Rect createSvgRect() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSVGR ect_Callback_0_(unwrap_jso(this))); 7760 Rect createSvgRect() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSVGR ect_Callback_0_(unwrap_jso(this)));
6239 7761
6240 @DomName('SVGSVGElement.createSVGTransform') 7762 @DomName('SVGSVGElement.createSVGTransform')
6241 @DocsEditable() 7763 @DocsEditable()
6242 Transform createSvgTransform() => _blink.BlinkSVGSVGElement.instance.createSVG Transform_Callback_0_(unwrap_jso(this)); 7764 Transform createSvgTransform() => wrap_jso(_blink.BlinkSVGSVGElement.instance. createSVGTransform_Callback_0_(unwrap_jso(this)));
6243 7765
6244 @DomName('SVGSVGElement.createSVGTransformFromMatrix') 7766 @DomName('SVGSVGElement.createSVGTransformFromMatrix')
6245 @DocsEditable() 7767 @DocsEditable()
6246 Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGSVGEle ment.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(this), unwrap_ jso(matrix)); 7768 Transform createSvgTransformFromMatrix(Matrix matrix) => wrap_jso(_blink.Blink SVGSVGElement.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(this) , unwrap_jso(matrix)));
6247 7769
6248 @DomName('SVGSVGElement.deselectAll') 7770 @DomName('SVGSVGElement.deselectAll')
6249 @DocsEditable() 7771 @DocsEditable()
6250 void deselectAll() => _blink.BlinkSVGSVGElement.instance.deselectAll_Callback_ 0_(unwrap_jso(this)); 7772 void deselectAll() => _blink.BlinkSVGSVGElement.instance.deselectAll_Callback_ 0_(unwrap_jso(this));
6251 7773
6252 @DomName('SVGSVGElement.forceRedraw') 7774 @DomName('SVGSVGElement.forceRedraw')
6253 @DocsEditable() 7775 @DocsEditable()
6254 void forceRedraw() => _blink.BlinkSVGSVGElement.instance.forceRedraw_Callback_ 0_(unwrap_jso(this)); 7776 void forceRedraw() => _blink.BlinkSVGSVGElement.instance.forceRedraw_Callback_ 0_(unwrap_jso(this));
6255 7777
6256 @DomName('SVGSVGElement.getCurrentTime') 7778 @DomName('SVGSVGElement.getCurrentTime')
6257 @DocsEditable() 7779 @DocsEditable()
6258 double getCurrentTime() => _blink.BlinkSVGSVGElement.instance.getCurrentTime_C allback_0_(unwrap_jso(this)); 7780 num getCurrentTime() => _blink.BlinkSVGSVGElement.instance.getCurrentTime_Call back_0_(unwrap_jso(this));
6259 7781
6260 @DomName('SVGSVGElement.getElementById') 7782 @DomName('SVGSVGElement.getElementById')
6261 @DocsEditable() 7783 @DocsEditable()
6262 Element getElementById(String elementId) => wrap_jso(_blink.BlinkSVGSVGElement .instance.getElementById_Callback_1_(unwrap_jso(this), elementId)); 7784 Element getElementById(String elementId) => wrap_jso(_blink.BlinkSVGSVGElement .instance.getElementById_Callback_1_(unwrap_jso(this), elementId));
6263 7785
6264 @DomName('SVGSVGElement.getEnclosureList') 7786 @DomName('SVGSVGElement.getEnclosureList')
6265 @DocsEditable() 7787 @DocsEditable()
6266 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => wrap_js o_list(_blink.BlinkSVGSVGElement.instance.getEnclosureList_Callback_2_(unwrap_js o(this), unwrap_jso(rect), unwrap_jso(referenceElement))); 7788 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => wrap_js o(_blink.BlinkSVGSVGElement.instance.getEnclosureList_Callback_2_(unwrap_jso(thi s), unwrap_jso(rect), unwrap_jso(referenceElement)));
6267 7789
6268 @DomName('SVGSVGElement.getIntersectionList') 7790 @DomName('SVGSVGElement.getIntersectionList')
6269 @DocsEditable() 7791 @DocsEditable()
6270 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => wrap _jso_list(_blink.BlinkSVGSVGElement.instance.getIntersectionList_Callback_2_(unw rap_jso(this), unwrap_jso(rect), unwrap_jso(referenceElement))); 7792 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => wrap _jso(_blink.BlinkSVGSVGElement.instance.getIntersectionList_Callback_2_(unwrap_j so(this), unwrap_jso(rect), unwrap_jso(referenceElement)));
6271 7793
6272 @DomName('SVGSVGElement.pauseAnimations') 7794 @DomName('SVGSVGElement.pauseAnimations')
6273 @DocsEditable() 7795 @DocsEditable()
6274 void pauseAnimations() => _blink.BlinkSVGSVGElement.instance.pauseAnimations_C allback_0_(unwrap_jso(this)); 7796 void pauseAnimations() => _blink.BlinkSVGSVGElement.instance.pauseAnimations_C allback_0_(unwrap_jso(this));
6275 7797
6276 @DomName('SVGSVGElement.setCurrentTime') 7798 @DomName('SVGSVGElement.setCurrentTime')
6277 @DocsEditable() 7799 @DocsEditable()
6278 void setCurrentTime(num seconds) => _blink.BlinkSVGSVGElement.instance.setCurr entTime_Callback_1_(unwrap_jso(this), seconds); 7800 void setCurrentTime(num seconds) => _blink.BlinkSVGSVGElement.instance.setCurr entTime_Callback_1_(unwrap_jso(this), seconds);
6279 7801
6280 @DomName('SVGSVGElement.suspendRedraw') 7802 @DomName('SVGSVGElement.suspendRedraw')
(...skipping 19 matching lines...) Expand all
6300 @DomName('SVGSVGElement.viewBox') 7822 @DomName('SVGSVGElement.viewBox')
6301 @DocsEditable() 7823 @DocsEditable()
6302 AnimatedRect get viewBox => wrap_jso(_blink.BlinkSVGSVGElement.instance.viewBo x_Getter_(unwrap_jso(this))); 7824 AnimatedRect get viewBox => wrap_jso(_blink.BlinkSVGSVGElement.instance.viewBo x_Getter_(unwrap_jso(this)));
6303 7825
6304 @DomName('SVGSVGElement.zoomAndPan') 7826 @DomName('SVGSVGElement.zoomAndPan')
6305 @DocsEditable() 7827 @DocsEditable()
6306 int get zoomAndPan => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Getter_(un wrap_jso(this)); 7828 int get zoomAndPan => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Getter_(un wrap_jso(this));
6307 7829
6308 @DomName('SVGSVGElement.zoomAndPan') 7830 @DomName('SVGSVGElement.zoomAndPan')
6309 @DocsEditable() 7831 @DocsEditable()
6310 void set zoomAndPan(int value) => _blink.BlinkSVGSVGElement.instance.zoomAndPa n_Setter_(unwrap_jso(this), value); 7832 set zoomAndPan(int value) => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Set ter_(unwrap_jso(this), value);
6311 7833
6312 } 7834 }
6313 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7835 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6314 // for details. All rights reserved. Use of this source code is governed by a 7836 // for details. All rights reserved. Use of this source code is governed by a
6315 // BSD-style license that can be found in the LICENSE file. 7837 // BSD-style license that can be found in the LICENSE file.
6316 7838
6317 // WARNING: Do not edit - generated code. 7839 // WARNING: Do not edit - generated code.
6318 7840
6319 7841
6320 @DocsEditable() 7842 @DocsEditable()
6321 @DomName('SVGSwitchElement') 7843 @DomName('SVGSwitchElement')
6322 @Unstable() 7844 @Unstable()
6323 class SwitchElement extends GraphicsElement { 7845 class SwitchElement extends GraphicsElement {
6324 // To suppress missing implicit constructor warnings. 7846 // To suppress missing implicit constructor warnings.
6325 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } 7847 factory SwitchElement._() { throw new UnsupportedError("Not supported"); }
6326 7848
6327 @DomName('SVGSwitchElement.SVGSwitchElement') 7849 @DomName('SVGSwitchElement.SVGSwitchElement')
6328 @DocsEditable() 7850 @DocsEditable()
6329 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch"); 7851 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch");
7852
7853
7854 static SwitchElement internalCreateSwitchElement() {
7855 return new SwitchElement._internalWrap();
7856 }
7857
7858 factory SwitchElement._internalWrap() {
7859 return new SwitchElement.internal_();
7860 }
7861
7862 SwitchElement.internal_() : super.internal_();
7863
6330 /** 7864 /**
6331 * Constructor instantiated by the DOM when a custom element has been created. 7865 * Constructor instantiated by the DOM when a custom element has been created.
6332 * 7866 *
6333 * This can only be called by subclasses from their created constructor. 7867 * This can only be called by subclasses from their created constructor.
6334 */ 7868 */
6335 SwitchElement.created() : super.created(); 7869 SwitchElement.created() : super.created();
6336 7870
6337 } 7871 }
6338 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7872 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6339 // for details. All rights reserved. Use of this source code is governed by a 7873 // for details. All rights reserved. Use of this source code is governed by a
6340 // BSD-style license that can be found in the LICENSE file. 7874 // BSD-style license that can be found in the LICENSE file.
6341 7875
6342 // WARNING: Do not edit - generated code. 7876 // WARNING: Do not edit - generated code.
6343 7877
6344 7878
6345 @DocsEditable() 7879 @DocsEditable()
6346 @DomName('SVGSymbolElement') 7880 @DomName('SVGSymbolElement')
6347 @Unstable() 7881 @Unstable()
6348 class SymbolElement extends SvgElement implements FitToViewBox { 7882 class SymbolElement extends SvgElement implements FitToViewBox {
6349 // To suppress missing implicit constructor warnings. 7883 // To suppress missing implicit constructor warnings.
6350 factory SymbolElement._() { throw new UnsupportedError("Not supported"); } 7884 factory SymbolElement._() { throw new UnsupportedError("Not supported"); }
6351 7885
6352 @DomName('SVGSymbolElement.SVGSymbolElement') 7886 @DomName('SVGSymbolElement.SVGSymbolElement')
6353 @DocsEditable() 7887 @DocsEditable()
6354 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol"); 7888 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol");
7889
7890
7891 static SymbolElement internalCreateSymbolElement() {
7892 return new SymbolElement._internalWrap();
7893 }
7894
7895 factory SymbolElement._internalWrap() {
7896 return new SymbolElement.internal_();
7897 }
7898
7899 SymbolElement.internal_() : super.internal_();
7900
6355 /** 7901 /**
6356 * Constructor instantiated by the DOM when a custom element has been created. 7902 * Constructor instantiated by the DOM when a custom element has been created.
6357 * 7903 *
6358 * This can only be called by subclasses from their created constructor. 7904 * This can only be called by subclasses from their created constructor.
6359 */ 7905 */
6360 SymbolElement.created() : super.created(); 7906 SymbolElement.created() : super.created();
6361 7907
6362 @DomName('SVGSymbolElement.preserveAspectRatio') 7908 @DomName('SVGSymbolElement.preserveAspectRatio')
6363 @DocsEditable() 7909 @DocsEditable()
6364 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV GSymbolElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); 7910 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV GSymbolElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this)));
(...skipping 13 matching lines...) Expand all
6378 @DocsEditable() 7924 @DocsEditable()
6379 @DomName('SVGTSpanElement') 7925 @DomName('SVGTSpanElement')
6380 @Unstable() 7926 @Unstable()
6381 class TSpanElement extends TextPositioningElement { 7927 class TSpanElement extends TextPositioningElement {
6382 // To suppress missing implicit constructor warnings. 7928 // To suppress missing implicit constructor warnings.
6383 factory TSpanElement._() { throw new UnsupportedError("Not supported"); } 7929 factory TSpanElement._() { throw new UnsupportedError("Not supported"); }
6384 7930
6385 @DomName('SVGTSpanElement.SVGTSpanElement') 7931 @DomName('SVGTSpanElement.SVGTSpanElement')
6386 @DocsEditable() 7932 @DocsEditable()
6387 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp an"); 7933 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp an");
7934
7935
7936 static TSpanElement internalCreateTSpanElement() {
7937 return new TSpanElement._internalWrap();
7938 }
7939
7940 factory TSpanElement._internalWrap() {
7941 return new TSpanElement.internal_();
7942 }
7943
7944 TSpanElement.internal_() : super.internal_();
7945
6388 /** 7946 /**
6389 * Constructor instantiated by the DOM when a custom element has been created. 7947 * Constructor instantiated by the DOM when a custom element has been created.
6390 * 7948 *
6391 * This can only be called by subclasses from their created constructor. 7949 * This can only be called by subclasses from their created constructor.
6392 */ 7950 */
6393 TSpanElement.created() : super.created(); 7951 TSpanElement.created() : super.created();
6394 7952
6395 } 7953 }
6396 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7954 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6397 // for details. All rights reserved. Use of this source code is governed by a 7955 // for details. All rights reserved. Use of this source code is governed by a
6398 // BSD-style license that can be found in the LICENSE file. 7956 // BSD-style license that can be found in the LICENSE file.
6399 7957
6400 // WARNING: Do not edit - generated code. 7958 // WARNING: Do not edit - generated code.
6401 7959
6402 7960
6403 @DocsEditable() 7961 @DocsEditable()
6404 @DomName('SVGTests') 7962 @DomName('SVGTests')
6405 @Unstable() 7963 @Unstable()
6406 abstract class Tests extends NativeFieldWrapperClass2 { 7964 abstract class Tests extends NativeFieldWrapperClass2 {
6407 // To suppress missing implicit constructor warnings. 7965 // To suppress missing implicit constructor warnings.
6408 factory Tests._() { throw new UnsupportedError("Not supported"); } 7966 factory Tests._() { throw new UnsupportedError("Not supported"); }
6409 7967
7968 static Tests internalCreateTests() {
7969 return new Tests._internalWrap();
7970 }
7971
7972 js.JsObject blink_jsObject;
7973
7974 factory Tests._internalWrap() {
7975 return new Tests.internal_();
7976 }
7977
7978 Tests.internal_() { }
7979
7980 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
7981 int get hashCode => unwrap_jso(this).hashCode;
7982
6410 @DomName('SVGTests.requiredExtensions') 7983 @DomName('SVGTests.requiredExtensions')
6411 @DocsEditable() 7984 @DocsEditable()
6412 StringList get requiredExtensions; 7985 StringList get requiredExtensions;
6413 7986
6414 @DomName('SVGTests.requiredFeatures') 7987 @DomName('SVGTests.requiredFeatures')
6415 @DocsEditable() 7988 @DocsEditable()
6416 StringList get requiredFeatures; 7989 StringList get requiredFeatures;
6417 7990
6418 @DomName('SVGTests.systemLanguage') 7991 @DomName('SVGTests.systemLanguage')
6419 @DocsEditable() 7992 @DocsEditable()
(...skipping 10 matching lines...) Expand all
6430 8003
6431 // WARNING: Do not edit - generated code. 8004 // WARNING: Do not edit - generated code.
6432 8005
6433 8006
6434 @DocsEditable() 8007 @DocsEditable()
6435 @DomName('SVGTextContentElement') 8008 @DomName('SVGTextContentElement')
6436 @Unstable() 8009 @Unstable()
6437 class TextContentElement extends GraphicsElement { 8010 class TextContentElement extends GraphicsElement {
6438 // To suppress missing implicit constructor warnings. 8011 // To suppress missing implicit constructor warnings.
6439 factory TextContentElement._() { throw new UnsupportedError("Not supported"); } 8012 factory TextContentElement._() { throw new UnsupportedError("Not supported"); }
8013
8014
8015 static TextContentElement internalCreateTextContentElement() {
8016 return new TextContentElement._internalWrap();
8017 }
8018
8019 factory TextContentElement._internalWrap() {
8020 return new TextContentElement.internal_();
8021 }
8022
8023 TextContentElement.internal_() : super.internal_();
8024
6440 /** 8025 /**
6441 * Constructor instantiated by the DOM when a custom element has been created. 8026 * Constructor instantiated by the DOM when a custom element has been created.
6442 * 8027 *
6443 * This can only be called by subclasses from their created constructor. 8028 * This can only be called by subclasses from their created constructor.
6444 */ 8029 */
6445 TextContentElement.created() : super.created(); 8030 TextContentElement.created() : super.created();
6446 8031
6447 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') 8032 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING')
6448 @DocsEditable() 8033 @DocsEditable()
6449 static const int LENGTHADJUST_SPACING = 1; 8034 static const int LENGTHADJUST_SPACING = 1;
(...skipping 13 matching lines...) Expand all
6463 @DomName('SVGTextContentElement.textLength') 8048 @DomName('SVGTextContentElement.textLength')
6464 @DocsEditable() 8049 @DocsEditable()
6465 AnimatedLength get textLength => wrap_jso(_blink.BlinkSVGTextContentElement.in stance.textLength_Getter_(unwrap_jso(this))); 8050 AnimatedLength get textLength => wrap_jso(_blink.BlinkSVGTextContentElement.in stance.textLength_Getter_(unwrap_jso(this)));
6466 8051
6467 @DomName('SVGTextContentElement.getCharNumAtPosition') 8052 @DomName('SVGTextContentElement.getCharNumAtPosition')
6468 @DocsEditable() 8053 @DocsEditable()
6469 int getCharNumAtPosition(Point point) => _blink.BlinkSVGTextContentElement.ins tance.getCharNumAtPosition_Callback_1_(unwrap_jso(this), unwrap_jso(point)); 8054 int getCharNumAtPosition(Point point) => _blink.BlinkSVGTextContentElement.ins tance.getCharNumAtPosition_Callback_1_(unwrap_jso(this), unwrap_jso(point));
6470 8055
6471 @DomName('SVGTextContentElement.getComputedTextLength') 8056 @DomName('SVGTextContentElement.getComputedTextLength')
6472 @DocsEditable() 8057 @DocsEditable()
6473 double getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance.g etComputedTextLength_Callback_0_(unwrap_jso(this)); 8058 num getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance.getC omputedTextLength_Callback_0_(unwrap_jso(this));
6474 8059
6475 @DomName('SVGTextContentElement.getEndPositionOfChar') 8060 @DomName('SVGTextContentElement.getEndPositionOfChar')
6476 @DocsEditable() 8061 @DocsEditable()
6477 Point getEndPositionOfChar(int offset) => _blink.BlinkSVGTextContentElement.in stance.getEndPositionOfChar_Callback_1_(unwrap_jso(this), offset); 8062 Point getEndPositionOfChar(int offset) => wrap_jso(_blink.BlinkSVGTextContentE lement.instance.getEndPositionOfChar_Callback_1_(unwrap_jso(this), offset));
6478 8063
6479 @DomName('SVGTextContentElement.getExtentOfChar') 8064 @DomName('SVGTextContentElement.getExtentOfChar')
6480 @DocsEditable() 8065 @DocsEditable()
6481 Rect getExtentOfChar(int offset) => wrap_jso(_blink.BlinkSVGTextContentElement .instance.getExtentOfChar_Callback_1_(unwrap_jso(this), offset)); 8066 Rect getExtentOfChar(int offset) => wrap_jso(_blink.BlinkSVGTextContentElement .instance.getExtentOfChar_Callback_1_(unwrap_jso(this), offset));
6482 8067
6483 @DomName('SVGTextContentElement.getNumberOfChars') 8068 @DomName('SVGTextContentElement.getNumberOfChars')
6484 @DocsEditable() 8069 @DocsEditable()
6485 int getNumberOfChars() => _blink.BlinkSVGTextContentElement.instance.getNumber OfChars_Callback_0_(unwrap_jso(this)); 8070 int getNumberOfChars() => _blink.BlinkSVGTextContentElement.instance.getNumber OfChars_Callback_0_(unwrap_jso(this));
6486 8071
6487 @DomName('SVGTextContentElement.getRotationOfChar') 8072 @DomName('SVGTextContentElement.getRotationOfChar')
6488 @DocsEditable() 8073 @DocsEditable()
6489 double getRotationOfChar(int offset) => _blink.BlinkSVGTextContentElement.inst ance.getRotationOfChar_Callback_1_(unwrap_jso(this), offset); 8074 num getRotationOfChar(int offset) => _blink.BlinkSVGTextContentElement.instanc e.getRotationOfChar_Callback_1_(unwrap_jso(this), offset);
6490 8075
6491 @DomName('SVGTextContentElement.getStartPositionOfChar') 8076 @DomName('SVGTextContentElement.getStartPositionOfChar')
6492 @DocsEditable() 8077 @DocsEditable()
6493 Point getStartPositionOfChar(int offset) => _blink.BlinkSVGTextContentElement. instance.getStartPositionOfChar_Callback_1_(unwrap_jso(this), offset); 8078 Point getStartPositionOfChar(int offset) => wrap_jso(_blink.BlinkSVGTextConten tElement.instance.getStartPositionOfChar_Callback_1_(unwrap_jso(this), offset));
6494 8079
6495 @DomName('SVGTextContentElement.getSubStringLength') 8080 @DomName('SVGTextContentElement.getSubStringLength')
6496 @DocsEditable() 8081 @DocsEditable()
6497 double getSubStringLength(int offset, int length) => _blink.BlinkSVGTextConten tElement.instance.getSubStringLength_Callback_2_(unwrap_jso(this), offset, lengt h); 8082 num getSubStringLength(int offset, int length) => _blink.BlinkSVGTextContentEl ement.instance.getSubStringLength_Callback_2_(unwrap_jso(this), offset, length);
6498 8083
6499 @DomName('SVGTextContentElement.selectSubString') 8084 @DomName('SVGTextContentElement.selectSubString')
6500 @DocsEditable() 8085 @DocsEditable()
6501 void selectSubString(int offset, int length) => _blink.BlinkSVGTextContentElem ent.instance.selectSubString_Callback_2_(unwrap_jso(this), offset, length); 8086 void selectSubString(int offset, int length) => _blink.BlinkSVGTextContentElem ent.instance.selectSubString_Callback_2_(unwrap_jso(this), offset, length);
6502 8087
6503 } 8088 }
6504 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8089 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6505 // for details. All rights reserved. Use of this source code is governed by a 8090 // for details. All rights reserved. Use of this source code is governed by a
6506 // BSD-style license that can be found in the LICENSE file. 8091 // BSD-style license that can be found in the LICENSE file.
6507 8092
6508 // WARNING: Do not edit - generated code. 8093 // WARNING: Do not edit - generated code.
6509 8094
6510 8095
6511 @DocsEditable() 8096 @DocsEditable()
6512 @DomName('SVGTextElement') 8097 @DomName('SVGTextElement')
6513 @Unstable() 8098 @Unstable()
6514 class TextElement extends TextPositioningElement { 8099 class TextElement extends TextPositioningElement {
6515 // To suppress missing implicit constructor warnings. 8100 // To suppress missing implicit constructor warnings.
6516 factory TextElement._() { throw new UnsupportedError("Not supported"); } 8101 factory TextElement._() { throw new UnsupportedError("Not supported"); }
6517 8102
6518 @DomName('SVGTextElement.SVGTextElement') 8103 @DomName('SVGTextElement.SVGTextElement')
6519 @DocsEditable() 8104 @DocsEditable()
6520 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text "); 8105 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text ");
8106
8107
8108 static TextElement internalCreateTextElement() {
8109 return new TextElement._internalWrap();
8110 }
8111
8112 factory TextElement._internalWrap() {
8113 return new TextElement.internal_();
8114 }
8115
8116 TextElement.internal_() : super.internal_();
8117
6521 /** 8118 /**
6522 * Constructor instantiated by the DOM when a custom element has been created. 8119 * Constructor instantiated by the DOM when a custom element has been created.
6523 * 8120 *
6524 * This can only be called by subclasses from their created constructor. 8121 * This can only be called by subclasses from their created constructor.
6525 */ 8122 */
6526 TextElement.created() : super.created(); 8123 TextElement.created() : super.created();
6527 8124
6528 } 8125 }
6529 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8126 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6530 // for details. All rights reserved. Use of this source code is governed by a 8127 // for details. All rights reserved. Use of this source code is governed by a
6531 // BSD-style license that can be found in the LICENSE file. 8128 // BSD-style license that can be found in the LICENSE file.
6532 8129
6533 // WARNING: Do not edit - generated code. 8130 // WARNING: Do not edit - generated code.
6534 8131
6535 8132
6536 @DocsEditable() 8133 @DocsEditable()
6537 @DomName('SVGTextPathElement') 8134 @DomName('SVGTextPathElement')
6538 @Unstable() 8135 @Unstable()
6539 class TextPathElement extends TextContentElement implements UriReference { 8136 class TextPathElement extends TextContentElement implements UriReference {
6540 // To suppress missing implicit constructor warnings. 8137 // To suppress missing implicit constructor warnings.
6541 factory TextPathElement._() { throw new UnsupportedError("Not supported"); } 8138 factory TextPathElement._() { throw new UnsupportedError("Not supported"); }
8139
8140
8141 static TextPathElement internalCreateTextPathElement() {
8142 return new TextPathElement._internalWrap();
8143 }
8144
8145 factory TextPathElement._internalWrap() {
8146 return new TextPathElement.internal_();
8147 }
8148
8149 TextPathElement.internal_() : super.internal_();
8150
6542 /** 8151 /**
6543 * Constructor instantiated by the DOM when a custom element has been created. 8152 * Constructor instantiated by the DOM when a custom element has been created.
6544 * 8153 *
6545 * This can only be called by subclasses from their created constructor. 8154 * This can only be called by subclasses from their created constructor.
6546 */ 8155 */
6547 TextPathElement.created() : super.created(); 8156 TextPathElement.created() : super.created();
6548 8157
6549 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN') 8158 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN')
6550 @DocsEditable() 8159 @DocsEditable()
6551 static const int TEXTPATH_METHODTYPE_ALIGN = 1; 8160 static const int TEXTPATH_METHODTYPE_ALIGN = 1;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
6593 8202
6594 // WARNING: Do not edit - generated code. 8203 // WARNING: Do not edit - generated code.
6595 8204
6596 8205
6597 @DocsEditable() 8206 @DocsEditable()
6598 @DomName('SVGTextPositioningElement') 8207 @DomName('SVGTextPositioningElement')
6599 @Unstable() 8208 @Unstable()
6600 class TextPositioningElement extends TextContentElement { 8209 class TextPositioningElement extends TextContentElement {
6601 // To suppress missing implicit constructor warnings. 8210 // To suppress missing implicit constructor warnings.
6602 factory TextPositioningElement._() { throw new UnsupportedError("Not supported "); } 8211 factory TextPositioningElement._() { throw new UnsupportedError("Not supported "); }
8212
8213
8214 static TextPositioningElement internalCreateTextPositioningElement() {
8215 return new TextPositioningElement._internalWrap();
8216 }
8217
8218 factory TextPositioningElement._internalWrap() {
8219 return new TextPositioningElement.internal_();
8220 }
8221
8222 TextPositioningElement.internal_() : super.internal_();
8223
6603 /** 8224 /**
6604 * Constructor instantiated by the DOM when a custom element has been created. 8225 * Constructor instantiated by the DOM when a custom element has been created.
6605 * 8226 *
6606 * This can only be called by subclasses from their created constructor. 8227 * This can only be called by subclasses from their created constructor.
6607 */ 8228 */
6608 TextPositioningElement.created() : super.created(); 8229 TextPositioningElement.created() : super.created();
6609 8230
6610 @DomName('SVGTextPositioningElement.dx') 8231 @DomName('SVGTextPositioningElement.dx')
6611 @DocsEditable() 8232 @DocsEditable()
6612 AnimatedLengthList get dx => wrap_jso(_blink.BlinkSVGTextPositioningElement.in stance.dx_Getter_(unwrap_jso(this))); 8233 AnimatedLengthList get dx => wrap_jso(_blink.BlinkSVGTextPositioningElement.in stance.dx_Getter_(unwrap_jso(this)));
(...skipping 25 matching lines...) Expand all
6638 @DocsEditable() 8259 @DocsEditable()
6639 @DomName('SVGTitleElement') 8260 @DomName('SVGTitleElement')
6640 @Unstable() 8261 @Unstable()
6641 class TitleElement extends SvgElement { 8262 class TitleElement extends SvgElement {
6642 // To suppress missing implicit constructor warnings. 8263 // To suppress missing implicit constructor warnings.
6643 factory TitleElement._() { throw new UnsupportedError("Not supported"); } 8264 factory TitleElement._() { throw new UnsupportedError("Not supported"); }
6644 8265
6645 @DomName('SVGTitleElement.SVGTitleElement') 8266 @DomName('SVGTitleElement.SVGTitleElement')
6646 @DocsEditable() 8267 @DocsEditable()
6647 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le"); 8268 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le");
8269
8270
8271 static TitleElement internalCreateTitleElement() {
8272 return new TitleElement._internalWrap();
8273 }
8274
8275 factory TitleElement._internalWrap() {
8276 return new TitleElement.internal_();
8277 }
8278
8279 TitleElement.internal_() : super.internal_();
8280
6648 /** 8281 /**
6649 * Constructor instantiated by the DOM when a custom element has been created. 8282 * Constructor instantiated by the DOM when a custom element has been created.
6650 * 8283 *
6651 * This can only be called by subclasses from their created constructor. 8284 * This can only be called by subclasses from their created constructor.
6652 */ 8285 */
6653 TitleElement.created() : super.created(); 8286 TitleElement.created() : super.created();
6654 8287
6655 } 8288 }
6656 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8289 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6657 // for details. All rights reserved. Use of this source code is governed by a 8290 // for details. All rights reserved. Use of this source code is governed by a
6658 // BSD-style license that can be found in the LICENSE file. 8291 // BSD-style license that can be found in the LICENSE file.
6659 8292
6660 // WARNING: Do not edit - generated code. 8293 // WARNING: Do not edit - generated code.
6661 8294
6662 8295
6663 @DocsEditable() 8296 @DocsEditable()
6664 @DomName('SVGTransform') 8297 @DomName('SVGTransform')
6665 @Unstable() 8298 @Unstable()
6666 class Transform extends NativeFieldWrapperClass2 { 8299 class Transform extends NativeFieldWrapperClass2 {
6667 // To suppress missing implicit constructor warnings. 8300 // To suppress missing implicit constructor warnings.
6668 factory Transform._() { throw new UnsupportedError("Not supported"); } 8301 factory Transform._() { throw new UnsupportedError("Not supported"); }
6669 8302
8303 static Transform internalCreateTransform() {
8304 return new Transform._internalWrap();
8305 }
8306
8307 js.JsObject blink_jsObject;
8308
8309 factory Transform._internalWrap() {
8310 return new Transform.internal_();
8311 }
8312
8313 Transform.internal_() { }
8314
8315 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
8316 int get hashCode => unwrap_jso(this).hashCode;
8317
6670 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') 8318 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX')
6671 @DocsEditable() 8319 @DocsEditable()
6672 static const int SVG_TRANSFORM_MATRIX = 1; 8320 static const int SVG_TRANSFORM_MATRIX = 1;
6673 8321
6674 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') 8322 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE')
6675 @DocsEditable() 8323 @DocsEditable()
6676 static const int SVG_TRANSFORM_ROTATE = 4; 8324 static const int SVG_TRANSFORM_ROTATE = 4;
6677 8325
6678 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') 8326 @DomName('SVGTransform.SVG_TRANSFORM_SCALE')
6679 @DocsEditable() 8327 @DocsEditable()
(...skipping 10 matching lines...) Expand all
6690 @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE') 8338 @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE')
6691 @DocsEditable() 8339 @DocsEditable()
6692 static const int SVG_TRANSFORM_TRANSLATE = 2; 8340 static const int SVG_TRANSFORM_TRANSLATE = 2;
6693 8341
6694 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') 8342 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN')
6695 @DocsEditable() 8343 @DocsEditable()
6696 static const int SVG_TRANSFORM_UNKNOWN = 0; 8344 static const int SVG_TRANSFORM_UNKNOWN = 0;
6697 8345
6698 @DomName('SVGTransform.angle') 8346 @DomName('SVGTransform.angle')
6699 @DocsEditable() 8347 @DocsEditable()
6700 double get angle => _blink.BlinkSVGTransform.instance.angle_Getter_(unwrap_jso (this)); 8348 num get angle => _blink.BlinkSVGTransform.instance.angle_Getter_(unwrap_jso(th is));
6701 8349
6702 @DomName('SVGTransform.matrix') 8350 @DomName('SVGTransform.matrix')
6703 @DocsEditable() 8351 @DocsEditable()
6704 Matrix get matrix => wrap_jso(_blink.BlinkSVGTransform.instance.matrix_Getter_ (unwrap_jso(this))); 8352 Matrix get matrix => wrap_jso(_blink.BlinkSVGTransform.instance.matrix_Getter_ (unwrap_jso(this)));
6705 8353
6706 @DomName('SVGTransform.type') 8354 @DomName('SVGTransform.type')
6707 @DocsEditable() 8355 @DocsEditable()
6708 int get type => _blink.BlinkSVGTransform.instance.type_Getter_(unwrap_jso(this )); 8356 int get type => _blink.BlinkSVGTransform.instance.type_Getter_(unwrap_jso(this ));
6709 8357
6710 @DomName('SVGTransform.setMatrix') 8358 @DomName('SVGTransform.setMatrix')
(...skipping 24 matching lines...) Expand all
6735 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8383 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6736 // for details. All rights reserved. Use of this source code is governed by a 8384 // for details. All rights reserved. Use of this source code is governed by a
6737 // BSD-style license that can be found in the LICENSE file. 8385 // BSD-style license that can be found in the LICENSE file.
6738 8386
6739 // WARNING: Do not edit - generated code. 8387 // WARNING: Do not edit - generated code.
6740 8388
6741 8389
6742 @DocsEditable() 8390 @DocsEditable()
6743 @DomName('SVGTransformList') 8391 @DomName('SVGTransformList')
6744 @Unstable() 8392 @Unstable()
6745 class TransformList extends NativeFieldWrapperClass2 with ListMixin<Transform>, ImmutableListMixin<Transform> implements List<Transform> { 8393 class TransformList extends JsoNativeFieldWrapper with ListMixin<Transform>, Imm utableListMixin<Transform> implements List<Transform> {
6746 // To suppress missing implicit constructor warnings. 8394 // To suppress missing implicit constructor warnings.
6747 factory TransformList._() { throw new UnsupportedError("Not supported"); } 8395 factory TransformList._() { throw new UnsupportedError("Not supported"); }
6748 8396
8397 static TransformList internalCreateTransformList() {
8398 return new TransformList._internalWrap();
8399 }
8400
8401 js.JsObject blink_jsObject;
8402
8403 factory TransformList._internalWrap() {
8404 return new TransformList.internal_();
8405 }
8406
8407 TransformList.internal_() { }
8408
8409 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
8410 int get hashCode => unwrap_jso(this).hashCode;
8411
6749 @DomName('SVGTransformList.length') 8412 @DomName('SVGTransformList.length')
6750 @DocsEditable() 8413 @DocsEditable()
6751 @Experimental() // untriaged 8414 @Experimental() // untriaged
6752 int get length => _blink.BlinkSVGTransformList.instance.length_Getter_(unwrap_ jso(this)); 8415 int get length => _blink.BlinkSVGTransformList.instance.length_Getter_(unwrap_ jso(this));
6753 8416
6754 @DomName('SVGTransformList.numberOfItems') 8417 @DomName('SVGTransformList.numberOfItems')
6755 @DocsEditable() 8418 @DocsEditable()
6756 int get numberOfItems => _blink.BlinkSVGTransformList.instance.numberOfItems_G etter_(unwrap_jso(this)); 8419 int get numberOfItems => _blink.BlinkSVGTransformList.instance.numberOfItems_G etter_(unwrap_jso(this));
6757 8420
6758 Transform operator[](int index) { 8421 Transform operator[](int index) {
6759 if (index < 0 || index >= length) 8422 if (index < 0 || index >= length)
6760 throw new RangeError.index(index, this); 8423 throw new RangeError.index(index, this);
6761 return getItem(index); 8424 return getItem(index);
6762 } 8425 }
6763 8426
6764 void operator[]=(int index, Transform value) { 8427 void operator[]=(int index, Transform value) {
6765 throw new UnsupportedError("Cannot assign element of immutable List."); 8428 throw new UnsupportedError("Cannot assign element of immutable List.");
6766 } 8429 }
6767 // -- start List<Transform> mixins. 8430 // -- start List<Transform> mixins.
6768 // Transform is the element type. 8431 // Transform is the element type.
6769 8432
6770 8433
6771 void set length(int value) { 8434 set length(int value) {
6772 throw new UnsupportedError("Cannot resize immutable List."); 8435 throw new UnsupportedError("Cannot resize immutable List.");
6773 } 8436 }
6774 8437
6775 Transform get first { 8438 Transform get first {
6776 if (this.length > 0) { 8439 if (this.length > 0) {
6777 return getItem(0); 8440 return getItem(0);
6778 } 8441 }
6779 throw new StateError("No elements"); 8442 throw new StateError("No elements");
6780 } 8443 }
6781 8444
(...skipping 17 matching lines...) Expand all
6799 Transform elementAt(int index) => this[index]; 8462 Transform elementAt(int index) => this[index];
6800 // -- end List<Transform> mixins. 8463 // -- end List<Transform> mixins.
6801 8464
6802 @DomName('SVGTransformList.__setter__') 8465 @DomName('SVGTransformList.__setter__')
6803 @DocsEditable() 8466 @DocsEditable()
6804 @Experimental() // untriaged 8467 @Experimental() // untriaged
6805 void __setter__(int index, Transform value) => _blink.BlinkSVGTransformList.in stance.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value)); 8468 void __setter__(int index, Transform value) => _blink.BlinkSVGTransformList.in stance.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value));
6806 8469
6807 @DomName('SVGTransformList.appendItem') 8470 @DomName('SVGTransformList.appendItem')
6808 @DocsEditable() 8471 @DocsEditable()
6809 Transform appendItem(Transform item) => _blink.BlinkSVGTransformList.instance. appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)); 8472 Transform appendItem(Transform item) => wrap_jso(_blink.BlinkSVGTransformList. instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
6810 8473
6811 @DomName('SVGTransformList.clear') 8474 @DomName('SVGTransformList.clear')
6812 @DocsEditable() 8475 @DocsEditable()
6813 void clear() => _blink.BlinkSVGTransformList.instance.clear_Callback_0_(unwrap _jso(this)); 8476 void clear() => _blink.BlinkSVGTransformList.instance.clear_Callback_0_(unwrap _jso(this));
6814 8477
6815 @DomName('SVGTransformList.consolidate') 8478 @DomName('SVGTransformList.consolidate')
6816 @DocsEditable() 8479 @DocsEditable()
6817 Transform consolidate() => _blink.BlinkSVGTransformList.instance.consolidate_C allback_0_(unwrap_jso(this)); 8480 Transform consolidate() => wrap_jso(_blink.BlinkSVGTransformList.instance.cons olidate_Callback_0_(unwrap_jso(this)));
6818 8481
6819 @DomName('SVGTransformList.createSVGTransformFromMatrix') 8482 @DomName('SVGTransformList.createSVGTransformFromMatrix')
6820 @DocsEditable() 8483 @DocsEditable()
6821 Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGTransf ormList.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(this), unwr ap_jso(matrix)); 8484 Transform createSvgTransformFromMatrix(Matrix matrix) => wrap_jso(_blink.Blink SVGTransformList.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(th is), unwrap_jso(matrix)));
6822 8485
6823 @DomName('SVGTransformList.getItem') 8486 @DomName('SVGTransformList.getItem')
6824 @DocsEditable() 8487 @DocsEditable()
6825 Transform getItem(int index) => _blink.BlinkSVGTransformList.instance.getItem_ Callback_1_(unwrap_jso(this), index); 8488 Transform getItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.instance .getItem_Callback_1_(unwrap_jso(this), index));
6826 8489
6827 @DomName('SVGTransformList.initialize') 8490 @DomName('SVGTransformList.initialize')
6828 @DocsEditable() 8491 @DocsEditable()
6829 Transform initialize(Transform item) => _blink.BlinkSVGTransformList.instance. initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)); 8492 Transform initialize(Transform item) => wrap_jso(_blink.BlinkSVGTransformList. instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
6830 8493
6831 @DomName('SVGTransformList.insertItemBefore') 8494 @DomName('SVGTransformList.insertItemBefore')
6832 @DocsEditable() 8495 @DocsEditable()
6833 Transform insertItemBefore(Transform item, int index) => _blink.BlinkSVGTransf ormList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item) , index); 8496 Transform insertItemBefore(Transform item, int index) => wrap_jso(_blink.Blink SVGTransformList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_ jso(item), index));
6834 8497
6835 @DomName('SVGTransformList.removeItem') 8498 @DomName('SVGTransformList.removeItem')
6836 @DocsEditable() 8499 @DocsEditable()
6837 Transform removeItem(int index) => _blink.BlinkSVGTransformList.instance.remov eItem_Callback_1_(unwrap_jso(this), index); 8500 Transform removeItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.insta nce.removeItem_Callback_1_(unwrap_jso(this), index));
6838 8501
6839 @DomName('SVGTransformList.replaceItem') 8502 @DomName('SVGTransformList.replaceItem')
6840 @DocsEditable() 8503 @DocsEditable()
6841 Transform replaceItem(Transform item, int index) => _blink.BlinkSVGTransformLi st.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index); 8504 Transform replaceItem(Transform item, int index) => wrap_jso(_blink.BlinkSVGTr ansformList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
6842 8505
6843 } 8506 }
6844 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8507 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6845 // for details. All rights reserved. Use of this source code is governed by a 8508 // for details. All rights reserved. Use of this source code is governed by a
6846 // BSD-style license that can be found in the LICENSE file. 8509 // BSD-style license that can be found in the LICENSE file.
6847 8510
6848 // WARNING: Do not edit - generated code. 8511 // WARNING: Do not edit - generated code.
6849 8512
6850 8513
6851 @DocsEditable() 8514 @DocsEditable()
6852 @DomName('SVGUnitTypes') 8515 @DomName('SVGUnitTypes')
6853 @Unstable() 8516 @Unstable()
6854 class UnitTypes extends NativeFieldWrapperClass2 { 8517 class UnitTypes extends NativeFieldWrapperClass2 {
6855 // To suppress missing implicit constructor warnings. 8518 // To suppress missing implicit constructor warnings.
6856 factory UnitTypes._() { throw new UnsupportedError("Not supported"); } 8519 factory UnitTypes._() { throw new UnsupportedError("Not supported"); }
6857 8520
8521 static UnitTypes internalCreateUnitTypes() {
8522 return new UnitTypes._internalWrap();
8523 }
8524
8525 js.JsObject blink_jsObject;
8526
8527 factory UnitTypes._internalWrap() {
8528 return new UnitTypes.internal_();
8529 }
8530
8531 UnitTypes.internal_() { }
8532
8533 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
8534 int get hashCode => unwrap_jso(this).hashCode;
8535
6858 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') 8536 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX')
6859 @DocsEditable() 8537 @DocsEditable()
6860 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; 8538 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
6861 8539
6862 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') 8540 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN')
6863 @DocsEditable() 8541 @DocsEditable()
6864 static const int SVG_UNIT_TYPE_UNKNOWN = 0; 8542 static const int SVG_UNIT_TYPE_UNKNOWN = 0;
6865 8543
6866 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') 8544 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE')
6867 @DocsEditable() 8545 @DocsEditable()
6868 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; 8546 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1;
6869 8547
6870 } 8548 }
6871 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8549 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6872 // for details. All rights reserved. Use of this source code is governed by a 8550 // for details. All rights reserved. Use of this source code is governed by a
6873 // BSD-style license that can be found in the LICENSE file. 8551 // BSD-style license that can be found in the LICENSE file.
6874 8552
6875 // WARNING: Do not edit - generated code. 8553 // WARNING: Do not edit - generated code.
6876 8554
6877 8555
6878 @DocsEditable() 8556 @DocsEditable()
6879 @DomName('SVGURIReference') 8557 @DomName('SVGURIReference')
6880 @Unstable() 8558 @Unstable()
6881 abstract class UriReference extends NativeFieldWrapperClass2 { 8559 abstract class UriReference extends NativeFieldWrapperClass2 {
6882 // To suppress missing implicit constructor warnings. 8560 // To suppress missing implicit constructor warnings.
6883 factory UriReference._() { throw new UnsupportedError("Not supported"); } 8561 factory UriReference._() { throw new UnsupportedError("Not supported"); }
6884 8562
8563 static UriReference internalCreateUriReference() {
8564 return new UriReference._internalWrap();
8565 }
8566
8567 js.JsObject blink_jsObject;
8568
8569 factory UriReference._internalWrap() {
8570 return new UriReference.internal_();
8571 }
8572
8573 UriReference.internal_() { }
8574
8575 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
8576 int get hashCode => unwrap_jso(this).hashCode;
8577
6885 @DomName('SVGURIReference.href') 8578 @DomName('SVGURIReference.href')
6886 @DocsEditable() 8579 @DocsEditable()
6887 AnimatedString get href; 8580 AnimatedString get href;
6888 8581
6889 } 8582 }
6890 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8583 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6891 // for details. All rights reserved. Use of this source code is governed by a 8584 // for details. All rights reserved. Use of this source code is governed by a
6892 // BSD-style license that can be found in the LICENSE file. 8585 // BSD-style license that can be found in the LICENSE file.
6893 8586
6894 // WARNING: Do not edit - generated code. 8587 // WARNING: Do not edit - generated code.
6895 8588
6896 8589
6897 @DocsEditable() 8590 @DocsEditable()
6898 @DomName('SVGUseElement') 8591 @DomName('SVGUseElement')
6899 @Unstable() 8592 @Unstable()
6900 class UseElement extends GraphicsElement implements UriReference { 8593 class UseElement extends GraphicsElement implements UriReference {
6901 // To suppress missing implicit constructor warnings. 8594 // To suppress missing implicit constructor warnings.
6902 factory UseElement._() { throw new UnsupportedError("Not supported"); } 8595 factory UseElement._() { throw new UnsupportedError("Not supported"); }
6903 8596
6904 @DomName('SVGUseElement.SVGUseElement') 8597 @DomName('SVGUseElement.SVGUseElement')
6905 @DocsEditable() 8598 @DocsEditable()
6906 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ; 8599 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ;
8600
8601
8602 static UseElement internalCreateUseElement() {
8603 return new UseElement._internalWrap();
8604 }
8605
8606 factory UseElement._internalWrap() {
8607 return new UseElement.internal_();
8608 }
8609
8610 UseElement.internal_() : super.internal_();
8611
6907 /** 8612 /**
6908 * Constructor instantiated by the DOM when a custom element has been created. 8613 * Constructor instantiated by the DOM when a custom element has been created.
6909 * 8614 *
6910 * This can only be called by subclasses from their created constructor. 8615 * This can only be called by subclasses from their created constructor.
6911 */ 8616 */
6912 UseElement.created() : super.created(); 8617 UseElement.created() : super.created();
6913 8618
6914 @DomName('SVGUseElement.height') 8619 @DomName('SVGUseElement.height')
6915 @DocsEditable() 8620 @DocsEditable()
6916 AnimatedLength get height => wrap_jso(_blink.BlinkSVGUseElement.instance.heigh t_Getter_(unwrap_jso(this))); 8621 AnimatedLength get height => wrap_jso(_blink.BlinkSVGUseElement.instance.heigh t_Getter_(unwrap_jso(this)));
(...skipping 25 matching lines...) Expand all
6942 @DocsEditable() 8647 @DocsEditable()
6943 @DomName('SVGViewElement') 8648 @DomName('SVGViewElement')
6944 @Unstable() 8649 @Unstable()
6945 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { 8650 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan {
6946 // To suppress missing implicit constructor warnings. 8651 // To suppress missing implicit constructor warnings.
6947 factory ViewElement._() { throw new UnsupportedError("Not supported"); } 8652 factory ViewElement._() { throw new UnsupportedError("Not supported"); }
6948 8653
6949 @DomName('SVGViewElement.SVGViewElement') 8654 @DomName('SVGViewElement.SVGViewElement')
6950 @DocsEditable() 8655 @DocsEditable()
6951 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view "); 8656 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view ");
8657
8658
8659 static ViewElement internalCreateViewElement() {
8660 return new ViewElement._internalWrap();
8661 }
8662
8663 factory ViewElement._internalWrap() {
8664 return new ViewElement.internal_();
8665 }
8666
8667 ViewElement.internal_() : super.internal_();
8668
6952 /** 8669 /**
6953 * Constructor instantiated by the DOM when a custom element has been created. 8670 * Constructor instantiated by the DOM when a custom element has been created.
6954 * 8671 *
6955 * This can only be called by subclasses from their created constructor. 8672 * This can only be called by subclasses from their created constructor.
6956 */ 8673 */
6957 ViewElement.created() : super.created(); 8674 ViewElement.created() : super.created();
6958 8675
6959 @DomName('SVGViewElement.viewTarget') 8676 @DomName('SVGViewElement.viewTarget')
6960 @DocsEditable() 8677 @DocsEditable()
6961 StringList get viewTarget => wrap_jso(_blink.BlinkSVGViewElement.instance.view Target_Getter_(unwrap_jso(this))); 8678 StringList get viewTarget => wrap_jso(_blink.BlinkSVGViewElement.instance.view Target_Getter_(unwrap_jso(this)));
6962 8679
6963 @DomName('SVGViewElement.preserveAspectRatio') 8680 @DomName('SVGViewElement.preserveAspectRatio')
6964 @DocsEditable() 8681 @DocsEditable()
6965 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV GViewElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); 8682 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV GViewElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this)));
6966 8683
6967 @DomName('SVGViewElement.viewBox') 8684 @DomName('SVGViewElement.viewBox')
6968 @DocsEditable() 8685 @DocsEditable()
6969 AnimatedRect get viewBox => wrap_jso(_blink.BlinkSVGViewElement.instance.viewB ox_Getter_(unwrap_jso(this))); 8686 AnimatedRect get viewBox => wrap_jso(_blink.BlinkSVGViewElement.instance.viewB ox_Getter_(unwrap_jso(this)));
6970 8687
6971 @DomName('SVGViewElement.zoomAndPan') 8688 @DomName('SVGViewElement.zoomAndPan')
6972 @DocsEditable() 8689 @DocsEditable()
6973 int get zoomAndPan => _blink.BlinkSVGViewElement.instance.zoomAndPan_Getter_(u nwrap_jso(this)); 8690 int get zoomAndPan => _blink.BlinkSVGViewElement.instance.zoomAndPan_Getter_(u nwrap_jso(this));
6974 8691
6975 @DomName('SVGViewElement.zoomAndPan') 8692 @DomName('SVGViewElement.zoomAndPan')
6976 @DocsEditable() 8693 @DocsEditable()
6977 void set zoomAndPan(int value) => _blink.BlinkSVGViewElement.instance.zoomAndP an_Setter_(unwrap_jso(this), value); 8694 set zoomAndPan(int value) => _blink.BlinkSVGViewElement.instance.zoomAndPan_Se tter_(unwrap_jso(this), value);
6978 8695
6979 } 8696 }
6980 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8697 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6981 // for details. All rights reserved. Use of this source code is governed by a 8698 // for details. All rights reserved. Use of this source code is governed by a
6982 // BSD-style license that can be found in the LICENSE file. 8699 // BSD-style license that can be found in the LICENSE file.
6983 8700
6984 // WARNING: Do not edit - generated code. 8701 // WARNING: Do not edit - generated code.
6985 8702
6986 8703
6987 @DocsEditable() 8704 @DocsEditable()
6988 @DomName('SVGViewSpec') 8705 @DomName('SVGViewSpec')
6989 @Unstable() 8706 @Unstable()
6990 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd Pan { 8707 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd Pan {
6991 // To suppress missing implicit constructor warnings. 8708 // To suppress missing implicit constructor warnings.
6992 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } 8709 factory ViewSpec._() { throw new UnsupportedError("Not supported"); }
6993 8710
8711 static ViewSpec internalCreateViewSpec() {
8712 return new ViewSpec._internalWrap();
8713 }
8714
8715 js.JsObject blink_jsObject;
8716
8717 factory ViewSpec._internalWrap() {
8718 return new ViewSpec.internal_();
8719 }
8720
8721 ViewSpec.internal_() { }
8722
8723 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
8724 int get hashCode => unwrap_jso(this).hashCode;
8725
6994 @DomName('SVGViewSpec.preserveAspectRatioString') 8726 @DomName('SVGViewSpec.preserveAspectRatioString')
6995 @DocsEditable() 8727 @DocsEditable()
6996 String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.instance.prese rveAspectRatioString_Getter_(unwrap_jso(this)); 8728 String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.instance.prese rveAspectRatioString_Getter_(unwrap_jso(this));
6997 8729
6998 @DomName('SVGViewSpec.transform') 8730 @DomName('SVGViewSpec.transform')
6999 @DocsEditable() 8731 @DocsEditable()
7000 TransformList get transform => wrap_jso(_blink.BlinkSVGViewSpec.instance.trans form_Getter_(unwrap_jso(this))); 8732 TransformList get transform => wrap_jso(_blink.BlinkSVGViewSpec.instance.trans form_Getter_(unwrap_jso(this)));
7001 8733
7002 @DomName('SVGViewSpec.transformString') 8734 @DomName('SVGViewSpec.transformString')
7003 @DocsEditable() 8735 @DocsEditable()
(...skipping 22 matching lines...) Expand all
7026 AnimatedRect get viewBox => wrap_jso(_blink.BlinkSVGViewSpec.instance.viewBox_ Getter_(unwrap_jso(this))); 8758 AnimatedRect get viewBox => wrap_jso(_blink.BlinkSVGViewSpec.instance.viewBox_ Getter_(unwrap_jso(this)));
7027 8759
7028 @DomName('SVGViewSpec.zoomAndPan') 8760 @DomName('SVGViewSpec.zoomAndPan')
7029 @DocsEditable() 8761 @DocsEditable()
7030 @Experimental() // nonstandard 8762 @Experimental() // nonstandard
7031 int get zoomAndPan => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Getter_(unwr ap_jso(this)); 8763 int get zoomAndPan => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Getter_(unwr ap_jso(this));
7032 8764
7033 @DomName('SVGViewSpec.zoomAndPan') 8765 @DomName('SVGViewSpec.zoomAndPan')
7034 @DocsEditable() 8766 @DocsEditable()
7035 @Experimental() // nonstandard 8767 @Experimental() // nonstandard
7036 void set zoomAndPan(int value) => _blink.BlinkSVGViewSpec.instance.zoomAndPan_ Setter_(unwrap_jso(this), value); 8768 set zoomAndPan(int value) => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Sette r_(unwrap_jso(this), value);
7037 8769
7038 } 8770 }
7039 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8771 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7040 // for details. All rights reserved. Use of this source code is governed by a 8772 // for details. All rights reserved. Use of this source code is governed by a
7041 // BSD-style license that can be found in the LICENSE file. 8773 // BSD-style license that can be found in the LICENSE file.
7042 8774
7043 // WARNING: Do not edit - generated code. 8775 // WARNING: Do not edit - generated code.
7044 8776
7045 8777
7046 @DocsEditable() 8778 @DocsEditable()
7047 @DomName('SVGZoomAndPan') 8779 @DomName('SVGZoomAndPan')
7048 @Unstable() 8780 @Unstable()
7049 abstract class ZoomAndPan extends NativeFieldWrapperClass2 { 8781 abstract class ZoomAndPan extends NativeFieldWrapperClass2 {
7050 // To suppress missing implicit constructor warnings. 8782 // To suppress missing implicit constructor warnings.
7051 factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); } 8783 factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); }
7052 8784
8785 static ZoomAndPan internalCreateZoomAndPan() {
8786 return new ZoomAndPan._internalWrap();
8787 }
8788
8789 js.JsObject blink_jsObject;
8790
8791 factory ZoomAndPan._internalWrap() {
8792 return new ZoomAndPan.internal_();
8793 }
8794
8795 ZoomAndPan.internal_() { }
8796
8797 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
8798 int get hashCode => unwrap_jso(this).hashCode;
8799
7053 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') 8800 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE')
7054 @DocsEditable() 8801 @DocsEditable()
7055 static const int SVG_ZOOMANDPAN_DISABLE = 1; 8802 static const int SVG_ZOOMANDPAN_DISABLE = 1;
7056 8803
7057 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') 8804 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY')
7058 @DocsEditable() 8805 @DocsEditable()
7059 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; 8806 static const int SVG_ZOOMANDPAN_MAGNIFY = 2;
7060 8807
7061 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') 8808 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN')
7062 @DocsEditable() 8809 @DocsEditable()
7063 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; 8810 static const int SVG_ZOOMANDPAN_UNKNOWN = 0;
7064 8811
7065 @DomName('SVGZoomAndPan.zoomAndPan') 8812 @DomName('SVGZoomAndPan.zoomAndPan')
7066 @DocsEditable() 8813 @DocsEditable()
7067 int get zoomAndPan; 8814 int get zoomAndPan;
7068 8815
7069 @DomName('SVGZoomAndPan.zoomAndPan') 8816 @DomName('SVGZoomAndPan.zoomAndPan')
7070 @DocsEditable() 8817 @DocsEditable()
7071 void set zoomAndPan(int value); 8818 set zoomAndPan(int value);
7072 8819
7073 } 8820 }
7074 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8821 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7075 // for details. All rights reserved. Use of this source code is governed by a 8822 // for details. All rights reserved. Use of this source code is governed by a
7076 // BSD-style license that can be found in the LICENSE file. 8823 // BSD-style license that can be found in the LICENSE file.
7077 8824
7078 // WARNING: Do not edit - generated code. 8825 // WARNING: Do not edit - generated code.
7079 8826
7080 8827
7081 @DocsEditable() 8828 @DocsEditable()
7082 @DomName('SVGZoomEvent') 8829 @DomName('SVGZoomEvent')
7083 @Unstable() 8830 @Unstable()
7084 class ZoomEvent extends UIEvent { 8831 class ZoomEvent extends UIEvent {
7085 // To suppress missing implicit constructor warnings. 8832 // To suppress missing implicit constructor warnings.
7086 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } 8833 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); }
7087 8834
8835
8836 static ZoomEvent internalCreateZoomEvent() {
8837 return new ZoomEvent._internalWrap();
8838 }
8839
8840 factory ZoomEvent._internalWrap() {
8841 return new ZoomEvent.internal_();
8842 }
8843
8844 ZoomEvent.internal_() : super.internal_();
8845
8846
7088 @DomName('SVGZoomEvent.newScale') 8847 @DomName('SVGZoomEvent.newScale')
7089 @DocsEditable() 8848 @DocsEditable()
7090 double get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(unwr ap_jso(this)); 8849 num get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(unwrap_ jso(this));
7091 8850
7092 @DomName('SVGZoomEvent.newTranslate') 8851 @DomName('SVGZoomEvent.newTranslate')
7093 @DocsEditable() 8852 @DocsEditable()
7094 Point get newTranslate => wrap_jso(_blink.BlinkSVGZoomEvent.instance.newTransl ate_Getter_(unwrap_jso(this))); 8853 Point get newTranslate => wrap_jso(_blink.BlinkSVGZoomEvent.instance.newTransl ate_Getter_(unwrap_jso(this)));
7095 8854
7096 @DomName('SVGZoomEvent.previousScale') 8855 @DomName('SVGZoomEvent.previousScale')
7097 @DocsEditable() 8856 @DocsEditable()
7098 double get previousScale => _blink.BlinkSVGZoomEvent.instance.previousScale_Ge tter_(unwrap_jso(this)); 8857 num get previousScale => _blink.BlinkSVGZoomEvent.instance.previousScale_Gette r_(unwrap_jso(this));
7099 8858
7100 @DomName('SVGZoomEvent.previousTranslate') 8859 @DomName('SVGZoomEvent.previousTranslate')
7101 @DocsEditable() 8860 @DocsEditable()
7102 Point get previousTranslate => wrap_jso(_blink.BlinkSVGZoomEvent.instance.prev iousTranslate_Getter_(unwrap_jso(this))); 8861 Point get previousTranslate => wrap_jso(_blink.BlinkSVGZoomEvent.instance.prev iousTranslate_Getter_(unwrap_jso(this)));
7103 8862
7104 @DomName('SVGZoomEvent.zoomRectScreen') 8863 @DomName('SVGZoomEvent.zoomRectScreen')
7105 @DocsEditable() 8864 @DocsEditable()
7106 Rect get zoomRectScreen => wrap_jso(_blink.BlinkSVGZoomEvent.instance.zoomRect Screen_Getter_(unwrap_jso(this))); 8865 Rect get zoomRectScreen => wrap_jso(_blink.BlinkSVGZoomEvent.instance.zoomRect Screen_Getter_(unwrap_jso(this)));
7107 8866
7108 } 8867 }
7109 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7110 // for details. All rights reserved. Use of this source code is governed by a 8869 // for details. All rights reserved. Use of this source code is governed by a
7111 // BSD-style license that can be found in the LICENSE file. 8870 // BSD-style license that can be found in the LICENSE file.
7112 8871
7113 // WARNING: Do not edit - generated code. 8872 // WARNING: Do not edit - generated code.
7114 8873
7115 8874
7116 @DocsEditable() 8875 @DocsEditable()
7117 @DomName('SVGGradientElement') 8876 @DomName('SVGGradientElement')
7118 @Unstable() 8877 @Unstable()
7119 class _GradientElement extends SvgElement implements UriReference { 8878 class _GradientElement extends SvgElement implements UriReference {
7120 // To suppress missing implicit constructor warnings. 8879 // To suppress missing implicit constructor warnings.
7121 factory _GradientElement._() { throw new UnsupportedError("Not supported"); } 8880 factory _GradientElement._() { throw new UnsupportedError("Not supported"); }
8881
8882
8883 static _GradientElement internalCreate_GradientElement() {
8884 return new _GradientElement._internalWrap();
8885 }
8886
8887 factory _GradientElement._internalWrap() {
8888 return new _GradientElement.internal_();
8889 }
8890
8891 _GradientElement.internal_() : super.internal_();
8892
7122 /** 8893 /**
7123 * Constructor instantiated by the DOM when a custom element has been created. 8894 * Constructor instantiated by the DOM when a custom element has been created.
7124 * 8895 *
7125 * This can only be called by subclasses from their created constructor. 8896 * This can only be called by subclasses from their created constructor.
7126 */ 8897 */
7127 _GradientElement.created() : super.created(); 8898 _GradientElement.created() : super.created();
7128 8899
7129 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') 8900 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD')
7130 @DocsEditable() 8901 @DocsEditable()
7131 static const int SVG_SPREADMETHOD_PAD = 1; 8902 static const int SVG_SPREADMETHOD_PAD = 1;
(...skipping 30 matching lines...) Expand all
7162 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8933 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7163 // for details. All rights reserved. Use of this source code is governed by a 8934 // for details. All rights reserved. Use of this source code is governed by a
7164 // BSD-style license that can be found in the LICENSE file. 8935 // BSD-style license that can be found in the LICENSE file.
7165 8936
7166 // WARNING: Do not edit - generated code. 8937 // WARNING: Do not edit - generated code.
7167 8938
7168 8939
7169 @DocsEditable() 8940 @DocsEditable()
7170 @DomName('SVGAltGlyphDefElement') 8941 @DomName('SVGAltGlyphDefElement')
7171 @Unstable() 8942 @Unstable()
7172 abstract class _SVGAltGlyphDefElement extends SvgElement { 8943 class _SVGAltGlyphDefElement extends SvgElement {
7173 // To suppress missing implicit constructor warnings. 8944 // To suppress missing implicit constructor warnings.
7174 factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported "); } 8945 factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported "); }
8946
8947
8948 static _SVGAltGlyphDefElement internalCreate_SVGAltGlyphDefElement() {
8949 return new _SVGAltGlyphDefElement._internalWrap();
8950 }
8951
8952 factory _SVGAltGlyphDefElement._internalWrap() {
8953 return new _SVGAltGlyphDefElement.internal_();
8954 }
8955
8956 _SVGAltGlyphDefElement.internal_() : super.internal_();
8957
7175 /** 8958 /**
7176 * Constructor instantiated by the DOM when a custom element has been created. 8959 * Constructor instantiated by the DOM when a custom element has been created.
7177 * 8960 *
7178 * This can only be called by subclasses from their created constructor. 8961 * This can only be called by subclasses from their created constructor.
7179 */ 8962 */
7180 _SVGAltGlyphDefElement.created() : super.created(); 8963 _SVGAltGlyphDefElement.created() : super.created();
7181 8964
7182 } 8965 }
7183 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8966 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7184 // for details. All rights reserved. Use of this source code is governed by a 8967 // for details. All rights reserved. Use of this source code is governed by a
7185 // BSD-style license that can be found in the LICENSE file. 8968 // BSD-style license that can be found in the LICENSE file.
7186 8969
7187 // WARNING: Do not edit - generated code. 8970 // WARNING: Do not edit - generated code.
7188 8971
7189 8972
7190 @DocsEditable() 8973 @DocsEditable()
7191 @DomName('SVGAltGlyphItemElement') 8974 @DomName('SVGAltGlyphItemElement')
7192 @Unstable() 8975 @Unstable()
7193 abstract class _SVGAltGlyphItemElement extends SvgElement { 8976 class _SVGAltGlyphItemElement extends SvgElement {
7194 // To suppress missing implicit constructor warnings. 8977 // To suppress missing implicit constructor warnings.
7195 factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supporte d"); } 8978 factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supporte d"); }
8979
8980
8981 static _SVGAltGlyphItemElement internalCreate_SVGAltGlyphItemElement() {
8982 return new _SVGAltGlyphItemElement._internalWrap();
8983 }
8984
8985 factory _SVGAltGlyphItemElement._internalWrap() {
8986 return new _SVGAltGlyphItemElement.internal_();
8987 }
8988
8989 _SVGAltGlyphItemElement.internal_() : super.internal_();
8990
7196 /** 8991 /**
7197 * Constructor instantiated by the DOM when a custom element has been created. 8992 * Constructor instantiated by the DOM when a custom element has been created.
7198 * 8993 *
7199 * This can only be called by subclasses from their created constructor. 8994 * This can only be called by subclasses from their created constructor.
7200 */ 8995 */
7201 _SVGAltGlyphItemElement.created() : super.created(); 8996 _SVGAltGlyphItemElement.created() : super.created();
7202 8997
7203 } 8998 }
7204 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8999 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7205 // for details. All rights reserved. Use of this source code is governed by a 9000 // for details. All rights reserved. Use of this source code is governed by a
7206 // BSD-style license that can be found in the LICENSE file. 9001 // BSD-style license that can be found in the LICENSE file.
7207 9002
7208 // WARNING: Do not edit - generated code. 9003 // WARNING: Do not edit - generated code.
7209 9004
7210 9005
7211 @DocsEditable() 9006 @DocsEditable()
7212 @DomName('SVGComponentTransferFunctionElement') 9007 @DomName('SVGComponentTransferFunctionElement')
7213 @Unstable() 9008 @Unstable()
7214 abstract class _SVGComponentTransferFunctionElement extends SvgElement { 9009 class _SVGComponentTransferFunctionElement extends SvgElement {
7215 // To suppress missing implicit constructor warnings. 9010 // To suppress missing implicit constructor warnings.
7216 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError( "Not supported"); } 9011 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError( "Not supported"); }
9012
9013
9014 static _SVGComponentTransferFunctionElement internalCreate_SVGComponentTransfe rFunctionElement() {
9015 return new _SVGComponentTransferFunctionElement._internalWrap();
9016 }
9017
9018 factory _SVGComponentTransferFunctionElement._internalWrap() {
9019 return new _SVGComponentTransferFunctionElement.internal_();
9020 }
9021
9022 _SVGComponentTransferFunctionElement.internal_() : super.internal_();
9023
7217 /** 9024 /**
7218 * Constructor instantiated by the DOM when a custom element has been created. 9025 * Constructor instantiated by the DOM when a custom element has been created.
7219 * 9026 *
7220 * This can only be called by subclasses from their created constructor. 9027 * This can only be called by subclasses from their created constructor.
7221 */ 9028 */
7222 _SVGComponentTransferFunctionElement.created() : super.created(); 9029 _SVGComponentTransferFunctionElement.created() : super.created();
7223 9030
7224 } 9031 }
7225 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9032 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7226 // for details. All rights reserved. Use of this source code is governed by a 9033 // for details. All rights reserved. Use of this source code is governed by a
7227 // BSD-style license that can be found in the LICENSE file. 9034 // BSD-style license that can be found in the LICENSE file.
7228 9035
7229 // WARNING: Do not edit - generated code.
7230
7231 9036
7232 @DocsEditable() 9037 @DocsEditable()
7233 @DomName('SVGCursorElement') 9038 @DomName('SVGCursorElement')
7234 @Unstable() 9039 @Unstable()
7235 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes ts { 9040 class _SVGCursorElement extends SvgElement implements UriReference, Tests {
7236 // To suppress missing implicit constructor warnings. 9041 // To suppress missing implicit constructor warnings.
7237 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } 9042 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); }
7238 9043
7239 @DomName('SVGCursorElement.SVGCursorElement') 9044 @DomName('SVGCursorElement.SVGCursorElement')
7240 @DocsEditable() 9045 @DocsEditable()
7241 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag ("cursor"); 9046 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag ("cursor");
9047
9048
9049 static _SVGCursorElement internalCreate_SVGCursorElement() {
9050 return new _SVGCursorElement._internalWrap();
9051 }
9052
9053 factory _SVGCursorElement._internalWrap() {
9054 return new _SVGCursorElement.internal_();
9055 }
9056
9057 _SVGCursorElement.internal_() : super.internal_();
9058
7242 /** 9059 /**
7243 * Constructor instantiated by the DOM when a custom element has been created. 9060 * Constructor instantiated by the DOM when a custom element has been created.
7244 * 9061 *
7245 * This can only be called by subclasses from their created constructor. 9062 * This can only be called by subclasses from their created constructor.
7246 */ 9063 */
7247 _SVGCursorElement.created() : super.created(); 9064 _SVGCursorElement.created() : super.created();
7248 9065
7249 /// Checks if this type is supported on the current platform. 9066 /// Checks if this type is supported on the current platform.
7250 static bool get supported => true; 9067 static bool get supported => true;
7251 9068
9069 // Override these methods for Dartium _SVGCursorElement can't be abstract.
9070 StringList get requiredExtensions => wrap_jso(_blink.BlinkSVGCursorElement.ins tance.requiredExtensions_Getter_(unwrap_jso(this)));
9071 StringList get requiredFeatures => wrap_jso(_blink.BlinkSVGCursorElement.insta nce.requiredFeatures_Getter_(unwrap_jso(this)));
9072 StringList get systemLanguage => wrap_jso(_blink.BlinkSVGCursorElement.instanc e.systemLanguage_Getter_(unwrap_jso(this)));
9073 bool hasExtension(String extension);
9074 AnimatedString get href => wrap_jso(_blink.BlinkSVGCursorElement.instance.href _Getter_(unwrap_jso(this)));
9075 bool hasExtension(String extension) => _blink.BlinkSVGCursorElement.instance.h asExtension_Callback_1_(unwrap_jso(this), extension);
7252 } 9076 }
9077
7253 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9078 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7254 // for details. All rights reserved. Use of this source code is governed by a 9079 // for details. All rights reserved. Use of this source code is governed by a
7255 // BSD-style license that can be found in the LICENSE file. 9080 // BSD-style license that can be found in the LICENSE file.
7256 9081
7257 // WARNING: Do not edit - generated code.
7258
7259 9082
7260 @DocsEditable() 9083 @DocsEditable()
7261 @DomName('SVGFEDropShadowElement') 9084 @DomName('SVGFEDropShadowElement')
7262 @Experimental() // nonstandard 9085 @Experimental() // nonstandard
7263 abstract class _SVGFEDropShadowElement extends SvgElement implements FilterPrimi tiveStandardAttributes { 9086 class _SVGFEDropShadowElement extends SvgElement implements FilterPrimitiveStand ardAttributes {
7264 // To suppress missing implicit constructor warnings. 9087 // To suppress missing implicit constructor warnings.
7265 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte d"); } 9088 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte d"); }
9089
9090
9091 static _SVGFEDropShadowElement internalCreate_SVGFEDropShadowElement() {
9092 return new _SVGFEDropShadowElement._internalWrap();
9093 }
9094
9095 factory _SVGFEDropShadowElement._internalWrap() {
9096 return new _SVGFEDropShadowElement.internal_();
9097 }
9098
9099 _SVGFEDropShadowElement.internal_() : super.internal_();
9100
7266 /** 9101 /**
7267 * Constructor instantiated by the DOM when a custom element has been created. 9102 * Constructor instantiated by the DOM when a custom element has been created.
7268 * 9103 *
7269 * This can only be called by subclasses from their created constructor. 9104 * This can only be called by subclasses from their created constructor.
7270 */ 9105 */
7271 _SVGFEDropShadowElement.created() : super.created(); 9106 _SVGFEDropShadowElement.created() : super.created();
7272 9107
9108 // Override these methods for Dartium _SVGFEDropShadowElement can't be abstrac t.
9109 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEDropShadowElement.insta nce.height_Getter_(unwrap_jso(this)));
9110 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEDropShadowElement.insta nce.result_Getter_(unwrap_jso(this)));;
9111 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instan ce.width_Getter_(unwrap_jso(this)));;
9112 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.x _Getter_(unwrap_jso(this)));;
9113 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.y _Getter_(unwrap_jso(this)));;
7273 } 9114 }
9115
7274 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9116 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7275 // for details. All rights reserved. Use of this source code is governed by a 9117 // for details. All rights reserved. Use of this source code is governed by a
7276 // BSD-style license that can be found in the LICENSE file. 9118 // BSD-style license that can be found in the LICENSE file.
7277 9119
7278 // WARNING: Do not edit - generated code. 9120 // WARNING: Do not edit - generated code.
7279 9121
7280 9122
7281 @DocsEditable() 9123 @DocsEditable()
7282 @DomName('SVGFontElement') 9124 @DomName('SVGFontElement')
7283 @Unstable() 9125 @Unstable()
7284 abstract class _SVGFontElement extends SvgElement { 9126 class _SVGFontElement extends SvgElement {
7285 // To suppress missing implicit constructor warnings. 9127 // To suppress missing implicit constructor warnings.
7286 factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); } 9128 factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); }
9129
9130
9131 static _SVGFontElement internalCreate_SVGFontElement() {
9132 return new _SVGFontElement._internalWrap();
9133 }
9134
9135 factory _SVGFontElement._internalWrap() {
9136 return new _SVGFontElement.internal_();
9137 }
9138
9139 _SVGFontElement.internal_() : super.internal_();
9140
7287 /** 9141 /**
7288 * Constructor instantiated by the DOM when a custom element has been created. 9142 * Constructor instantiated by the DOM when a custom element has been created.
7289 * 9143 *
7290 * This can only be called by subclasses from their created constructor. 9144 * This can only be called by subclasses from their created constructor.
7291 */ 9145 */
7292 _SVGFontElement.created() : super.created(); 9146 _SVGFontElement.created() : super.created();
7293 9147
7294 } 9148 }
7295 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9149 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7296 // for details. All rights reserved. Use of this source code is governed by a 9150 // for details. All rights reserved. Use of this source code is governed by a
7297 // BSD-style license that can be found in the LICENSE file. 9151 // BSD-style license that can be found in the LICENSE file.
7298 9152
7299 // WARNING: Do not edit - generated code. 9153 // WARNING: Do not edit - generated code.
7300 9154
7301 9155
7302 @DocsEditable() 9156 @DocsEditable()
7303 @DomName('SVGFontFaceElement') 9157 @DomName('SVGFontFaceElement')
7304 @Unstable() 9158 @Unstable()
7305 abstract class _SVGFontFaceElement extends SvgElement { 9159 class _SVGFontFaceElement extends SvgElement {
7306 // To suppress missing implicit constructor warnings. 9160 // To suppress missing implicit constructor warnings.
7307 factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported"); } 9161 factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported"); }
9162
9163
9164 static _SVGFontFaceElement internalCreate_SVGFontFaceElement() {
9165 return new _SVGFontFaceElement._internalWrap();
9166 }
9167
9168 factory _SVGFontFaceElement._internalWrap() {
9169 return new _SVGFontFaceElement.internal_();
9170 }
9171
9172 _SVGFontFaceElement.internal_() : super.internal_();
9173
7308 /** 9174 /**
7309 * Constructor instantiated by the DOM when a custom element has been created. 9175 * Constructor instantiated by the DOM when a custom element has been created.
7310 * 9176 *
7311 * This can only be called by subclasses from their created constructor. 9177 * This can only be called by subclasses from their created constructor.
7312 */ 9178 */
7313 _SVGFontFaceElement.created() : super.created(); 9179 _SVGFontFaceElement.created() : super.created();
7314 9180
7315 } 9181 }
7316 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9182 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7317 // for details. All rights reserved. Use of this source code is governed by a 9183 // for details. All rights reserved. Use of this source code is governed by a
7318 // BSD-style license that can be found in the LICENSE file. 9184 // BSD-style license that can be found in the LICENSE file.
7319 9185
7320 // WARNING: Do not edit - generated code. 9186 // WARNING: Do not edit - generated code.
7321 9187
7322 9188
7323 @DocsEditable() 9189 @DocsEditable()
7324 @DomName('SVGFontFaceFormatElement') 9190 @DomName('SVGFontFaceFormatElement')
7325 @Unstable() 9191 @Unstable()
7326 abstract class _SVGFontFaceFormatElement extends SvgElement { 9192 class _SVGFontFaceFormatElement extends SvgElement {
7327 // To suppress missing implicit constructor warnings. 9193 // To suppress missing implicit constructor warnings.
7328 factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not suppor ted"); } 9194 factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not suppor ted"); }
9195
9196
9197 static _SVGFontFaceFormatElement internalCreate_SVGFontFaceFormatElement() {
9198 return new _SVGFontFaceFormatElement._internalWrap();
9199 }
9200
9201 factory _SVGFontFaceFormatElement._internalWrap() {
9202 return new _SVGFontFaceFormatElement.internal_();
9203 }
9204
9205 _SVGFontFaceFormatElement.internal_() : super.internal_();
9206
7329 /** 9207 /**
7330 * Constructor instantiated by the DOM when a custom element has been created. 9208 * Constructor instantiated by the DOM when a custom element has been created.
7331 * 9209 *
7332 * This can only be called by subclasses from their created constructor. 9210 * This can only be called by subclasses from their created constructor.
7333 */ 9211 */
7334 _SVGFontFaceFormatElement.created() : super.created(); 9212 _SVGFontFaceFormatElement.created() : super.created();
7335 9213
7336 } 9214 }
7337 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9215 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7338 // for details. All rights reserved. Use of this source code is governed by a 9216 // for details. All rights reserved. Use of this source code is governed by a
7339 // BSD-style license that can be found in the LICENSE file. 9217 // BSD-style license that can be found in the LICENSE file.
7340 9218
7341 // WARNING: Do not edit - generated code. 9219 // WARNING: Do not edit - generated code.
7342 9220
7343 9221
7344 @DocsEditable() 9222 @DocsEditable()
7345 @DomName('SVGFontFaceNameElement') 9223 @DomName('SVGFontFaceNameElement')
7346 @Unstable() 9224 @Unstable()
7347 abstract class _SVGFontFaceNameElement extends SvgElement { 9225 class _SVGFontFaceNameElement extends SvgElement {
7348 // To suppress missing implicit constructor warnings. 9226 // To suppress missing implicit constructor warnings.
7349 factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supporte d"); } 9227 factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supporte d"); }
9228
9229
9230 static _SVGFontFaceNameElement internalCreate_SVGFontFaceNameElement() {
9231 return new _SVGFontFaceNameElement._internalWrap();
9232 }
9233
9234 factory _SVGFontFaceNameElement._internalWrap() {
9235 return new _SVGFontFaceNameElement.internal_();
9236 }
9237
9238 _SVGFontFaceNameElement.internal_() : super.internal_();
9239
7350 /** 9240 /**
7351 * Constructor instantiated by the DOM when a custom element has been created. 9241 * Constructor instantiated by the DOM when a custom element has been created.
7352 * 9242 *
7353 * This can only be called by subclasses from their created constructor. 9243 * This can only be called by subclasses from their created constructor.
7354 */ 9244 */
7355 _SVGFontFaceNameElement.created() : super.created(); 9245 _SVGFontFaceNameElement.created() : super.created();
7356 9246
7357 } 9247 }
7358 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9248 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7359 // for details. All rights reserved. Use of this source code is governed by a 9249 // for details. All rights reserved. Use of this source code is governed by a
7360 // BSD-style license that can be found in the LICENSE file. 9250 // BSD-style license that can be found in the LICENSE file.
7361 9251
7362 // WARNING: Do not edit - generated code. 9252 // WARNING: Do not edit - generated code.
7363 9253
7364 9254
7365 @DocsEditable() 9255 @DocsEditable()
7366 @DomName('SVGFontFaceSrcElement') 9256 @DomName('SVGFontFaceSrcElement')
7367 @Unstable() 9257 @Unstable()
7368 abstract class _SVGFontFaceSrcElement extends SvgElement { 9258 class _SVGFontFaceSrcElement extends SvgElement {
7369 // To suppress missing implicit constructor warnings. 9259 // To suppress missing implicit constructor warnings.
7370 factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported "); } 9260 factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported "); }
9261
9262
9263 static _SVGFontFaceSrcElement internalCreate_SVGFontFaceSrcElement() {
9264 return new _SVGFontFaceSrcElement._internalWrap();
9265 }
9266
9267 factory _SVGFontFaceSrcElement._internalWrap() {
9268 return new _SVGFontFaceSrcElement.internal_();
9269 }
9270
9271 _SVGFontFaceSrcElement.internal_() : super.internal_();
9272
7371 /** 9273 /**
7372 * Constructor instantiated by the DOM when a custom element has been created. 9274 * Constructor instantiated by the DOM when a custom element has been created.
7373 * 9275 *
7374 * This can only be called by subclasses from their created constructor. 9276 * This can only be called by subclasses from their created constructor.
7375 */ 9277 */
7376 _SVGFontFaceSrcElement.created() : super.created(); 9278 _SVGFontFaceSrcElement.created() : super.created();
7377 9279
7378 } 9280 }
7379 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9281 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7380 // for details. All rights reserved. Use of this source code is governed by a 9282 // for details. All rights reserved. Use of this source code is governed by a
7381 // BSD-style license that can be found in the LICENSE file. 9283 // BSD-style license that can be found in the LICENSE file.
7382 9284
7383 // WARNING: Do not edit - generated code. 9285 // WARNING: Do not edit - generated code.
7384 9286
7385 9287
7386 @DocsEditable() 9288 @DocsEditable()
7387 @DomName('SVGFontFaceUriElement') 9289 @DomName('SVGFontFaceUriElement')
7388 @Unstable() 9290 @Unstable()
7389 abstract class _SVGFontFaceUriElement extends SvgElement { 9291 class _SVGFontFaceUriElement extends SvgElement {
7390 // To suppress missing implicit constructor warnings. 9292 // To suppress missing implicit constructor warnings.
7391 factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported "); } 9293 factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported "); }
9294
9295
9296 static _SVGFontFaceUriElement internalCreate_SVGFontFaceUriElement() {
9297 return new _SVGFontFaceUriElement._internalWrap();
9298 }
9299
9300 factory _SVGFontFaceUriElement._internalWrap() {
9301 return new _SVGFontFaceUriElement.internal_();
9302 }
9303
9304 _SVGFontFaceUriElement.internal_() : super.internal_();
9305
7392 /** 9306 /**
7393 * Constructor instantiated by the DOM when a custom element has been created. 9307 * Constructor instantiated by the DOM when a custom element has been created.
7394 * 9308 *
7395 * This can only be called by subclasses from their created constructor. 9309 * This can only be called by subclasses from their created constructor.
7396 */ 9310 */
7397 _SVGFontFaceUriElement.created() : super.created(); 9311 _SVGFontFaceUriElement.created() : super.created();
7398 9312
7399 } 9313 }
7400 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9314 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7401 // for details. All rights reserved. Use of this source code is governed by a 9315 // for details. All rights reserved. Use of this source code is governed by a
7402 // BSD-style license that can be found in the LICENSE file. 9316 // BSD-style license that can be found in the LICENSE file.
7403 9317
7404 // WARNING: Do not edit - generated code. 9318 // WARNING: Do not edit - generated code.
7405 9319
7406 9320
7407 @DocsEditable() 9321 @DocsEditable()
7408 @DomName('SVGGlyphElement') 9322 @DomName('SVGGlyphElement')
7409 @Unstable() 9323 @Unstable()
7410 abstract class _SVGGlyphElement extends SvgElement { 9324 class _SVGGlyphElement extends SvgElement {
7411 // To suppress missing implicit constructor warnings. 9325 // To suppress missing implicit constructor warnings.
7412 factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); } 9326 factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); }
7413 9327
7414 @DomName('SVGGlyphElement.SVGGlyphElement') 9328 @DomName('SVGGlyphElement.SVGGlyphElement')
7415 @DocsEditable() 9329 @DocsEditable()
7416 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag( "glyph"); 9330 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag( "glyph");
9331
9332
9333 static _SVGGlyphElement internalCreate_SVGGlyphElement() {
9334 return new _SVGGlyphElement._internalWrap();
9335 }
9336
9337 factory _SVGGlyphElement._internalWrap() {
9338 return new _SVGGlyphElement.internal_();
9339 }
9340
9341 _SVGGlyphElement.internal_() : super.internal_();
9342
7417 /** 9343 /**
7418 * Constructor instantiated by the DOM when a custom element has been created. 9344 * Constructor instantiated by the DOM when a custom element has been created.
7419 * 9345 *
7420 * This can only be called by subclasses from their created constructor. 9346 * This can only be called by subclasses from their created constructor.
7421 */ 9347 */
7422 _SVGGlyphElement.created() : super.created(); 9348 _SVGGlyphElement.created() : super.created();
7423 9349
7424 } 9350 }
7425 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9351 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7426 // for details. All rights reserved. Use of this source code is governed by a 9352 // for details. All rights reserved. Use of this source code is governed by a
7427 // BSD-style license that can be found in the LICENSE file. 9353 // BSD-style license that can be found in the LICENSE file.
7428 9354
7429 // WARNING: Do not edit - generated code.
7430
7431 9355
7432 @DocsEditable() 9356 @DocsEditable()
7433 @DomName('SVGGlyphRefElement') 9357 @DomName('SVGGlyphRefElement')
7434 @Unstable() 9358 @Unstable()
7435 abstract class _SVGGlyphRefElement extends SvgElement implements UriReference { 9359 class _SVGGlyphRefElement extends SvgElement implements UriReference {
7436 // To suppress missing implicit constructor warnings. 9360 // To suppress missing implicit constructor warnings.
7437 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported"); } 9361 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported"); }
9362
9363
9364 static _SVGGlyphRefElement internalCreate_SVGGlyphRefElement() {
9365 return new _SVGGlyphRefElement._internalWrap();
9366 }
9367
9368 factory _SVGGlyphRefElement._internalWrap() {
9369 return new _SVGGlyphRefElement.internal_();
9370 }
9371
9372 _SVGGlyphRefElement.internal_() : super.internal_();
9373
7438 /** 9374 /**
7439 * Constructor instantiated by the DOM when a custom element has been created. 9375 * Constructor instantiated by the DOM when a custom element has been created.
7440 * 9376 *
7441 * This can only be called by subclasses from their created constructor. 9377 * This can only be called by subclasses from their created constructor.
7442 */ 9378 */
7443 _SVGGlyphRefElement.created() : super.created(); 9379 _SVGGlyphRefElement.created() : super.created();
7444 9380
9381 // Override these methods for Dartium _SVGGlyphRefElement can't be abstract.
9382 AnimatedString get href => wrap_jso(_blink.BlinkSVGGlyphRefElement.instance.hr ef_Getter_(unwrap_jso(this)));
7445 } 9383 }
9384
7446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9385 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7447 // for details. All rights reserved. Use of this source code is governed by a 9386 // for details. All rights reserved. Use of this source code is governed by a
7448 // BSD-style license that can be found in the LICENSE file. 9387 // BSD-style license that can be found in the LICENSE file.
7449 9388
7450 // WARNING: Do not edit - generated code. 9389 // WARNING: Do not edit - generated code.
7451 9390
7452 9391
7453 @DocsEditable() 9392 @DocsEditable()
7454 @DomName('SVGHKernElement') 9393 @DomName('SVGHKernElement')
7455 @Unstable() 9394 @Unstable()
7456 abstract class _SVGHKernElement extends SvgElement { 9395 class _SVGHKernElement extends SvgElement {
7457 // To suppress missing implicit constructor warnings. 9396 // To suppress missing implicit constructor warnings.
7458 factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); } 9397 factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); }
7459 9398
7460 @DomName('SVGHKernElement.SVGHKernElement') 9399 @DomName('SVGHKernElement.SVGHKernElement')
7461 @DocsEditable() 9400 @DocsEditable()
7462 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "hkern"); 9401 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "hkern");
9402
9403
9404 static _SVGHKernElement internalCreate_SVGHKernElement() {
9405 return new _SVGHKernElement._internalWrap();
9406 }
9407
9408 factory _SVGHKernElement._internalWrap() {
9409 return new _SVGHKernElement.internal_();
9410 }
9411
9412 _SVGHKernElement.internal_() : super.internal_();
9413
7463 /** 9414 /**
7464 * Constructor instantiated by the DOM when a custom element has been created. 9415 * Constructor instantiated by the DOM when a custom element has been created.
7465 * 9416 *
7466 * This can only be called by subclasses from their created constructor. 9417 * This can only be called by subclasses from their created constructor.
7467 */ 9418 */
7468 _SVGHKernElement.created() : super.created(); 9419 _SVGHKernElement.created() : super.created();
7469 9420
7470 } 9421 }
7471 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9422 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7472 // for details. All rights reserved. Use of this source code is governed by a 9423 // for details. All rights reserved. Use of this source code is governed by a
7473 // BSD-style license that can be found in the LICENSE file. 9424 // BSD-style license that can be found in the LICENSE file.
7474 9425
7475 // WARNING: Do not edit - generated code.
7476
7477 9426
7478 @DocsEditable() 9427 @DocsEditable()
7479 @DomName('SVGMPathElement') 9428 @DomName('SVGMPathElement')
7480 abstract class _SVGMPathElement extends SvgElement implements UriReference { 9429 class _SVGMPathElement extends SvgElement implements UriReference {
7481 // To suppress missing implicit constructor warnings. 9430 // To suppress missing implicit constructor warnings.
7482 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } 9431 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); }
7483 9432
7484 @DomName('SVGMPathElement.SVGMPathElement') 9433 @DomName('SVGMPathElement.SVGMPathElement')
7485 @DocsEditable() 9434 @DocsEditable()
7486 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag( "mpath"); 9435 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag( "mpath");
9436
9437
9438 static _SVGMPathElement internalCreate_SVGMPathElement() {
9439 return new _SVGMPathElement._internalWrap();
9440 }
9441
9442 factory _SVGMPathElement._internalWrap() {
9443 return new _SVGMPathElement.internal_();
9444 }
9445
9446 _SVGMPathElement.internal_() : super.internal_();
9447
7487 /** 9448 /**
7488 * Constructor instantiated by the DOM when a custom element has been created. 9449 * Constructor instantiated by the DOM when a custom element has been created.
7489 * 9450 *
7490 * This can only be called by subclasses from their created constructor. 9451 * This can only be called by subclasses from their created constructor.
7491 */ 9452 */
7492 _SVGMPathElement.created() : super.created(); 9453 _SVGMPathElement.created() : super.created();
7493 9454
9455 // Override these methods for Dartium _SVGMPathElement can't be abstract.
9456 AnimatedString get href => wrap_jso(_blink.BlinkSVGMPathElement.instance.href_ Getter_(unwrap_jso(this)));
7494 } 9457 }
9458
7495 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9459 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7496 // for details. All rights reserved. Use of this source code is governed by a 9460 // for details. All rights reserved. Use of this source code is governed by a
7497 // BSD-style license that can be found in the LICENSE file. 9461 // BSD-style license that can be found in the LICENSE file.
7498 9462
7499 // WARNING: Do not edit - generated code. 9463 // WARNING: Do not edit - generated code.
7500 9464
7501 9465
7502 @DocsEditable() 9466 @DocsEditable()
7503 @DomName('SVGMissingGlyphElement') 9467 @DomName('SVGMissingGlyphElement')
7504 @Unstable() 9468 @Unstable()
7505 abstract class _SVGMissingGlyphElement extends SvgElement { 9469 class _SVGMissingGlyphElement extends SvgElement {
7506 // To suppress missing implicit constructor warnings. 9470 // To suppress missing implicit constructor warnings.
7507 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte d"); } 9471 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte d"); }
9472
9473
9474 static _SVGMissingGlyphElement internalCreate_SVGMissingGlyphElement() {
9475 return new _SVGMissingGlyphElement._internalWrap();
9476 }
9477
9478 factory _SVGMissingGlyphElement._internalWrap() {
9479 return new _SVGMissingGlyphElement.internal_();
9480 }
9481
9482 _SVGMissingGlyphElement.internal_() : super.internal_();
9483
7508 /** 9484 /**
7509 * Constructor instantiated by the DOM when a custom element has been created. 9485 * Constructor instantiated by the DOM when a custom element has been created.
7510 * 9486 *
7511 * This can only be called by subclasses from their created constructor. 9487 * This can only be called by subclasses from their created constructor.
7512 */ 9488 */
7513 _SVGMissingGlyphElement.created() : super.created(); 9489 _SVGMissingGlyphElement.created() : super.created();
7514 9490
7515 } 9491 }
7516 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9492 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
7517 // for details. All rights reserved. Use of this source code is governed by a 9493 // for details. All rights reserved. Use of this source code is governed by a
7518 // BSD-style license that can be found in the LICENSE file. 9494 // BSD-style license that can be found in the LICENSE file.
7519 9495
7520 // WARNING: Do not edit - generated code. 9496 // WARNING: Do not edit - generated code.
7521 9497
7522 9498
7523 @DocsEditable() 9499 @DocsEditable()
7524 @DomName('SVGVKernElement') 9500 @DomName('SVGVKernElement')
7525 @Unstable() 9501 @Unstable()
7526 abstract class _SVGVKernElement extends SvgElement { 9502 class _SVGVKernElement extends SvgElement {
7527 // To suppress missing implicit constructor warnings. 9503 // To suppress missing implicit constructor warnings.
7528 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } 9504 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); }
7529 9505
7530 @DomName('SVGVKernElement.SVGVKernElement') 9506 @DomName('SVGVKernElement.SVGVKernElement')
7531 @DocsEditable() 9507 @DocsEditable()
7532 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 9508 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
9509
9510
9511 static _SVGVKernElement internalCreate_SVGVKernElement() {
9512 return new _SVGVKernElement._internalWrap();
9513 }
9514
9515 factory _SVGVKernElement._internalWrap() {
9516 return new _SVGVKernElement.internal_();
9517 }
9518
9519 _SVGVKernElement.internal_() : super.internal_();
9520
7533 /** 9521 /**
7534 * Constructor instantiated by the DOM when a custom element has been created. 9522 * Constructor instantiated by the DOM when a custom element has been created.
7535 * 9523 *
7536 * This can only be called by subclasses from their created constructor. 9524 * This can only be called by subclasses from their created constructor.
7537 */ 9525 */
7538 _SVGVKernElement.created() : super.created(); 9526 _SVGVKernElement.created() : super.created();
7539 9527
7540 } 9528 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_audio/dartium/web_audio_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698