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

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

Issue 1234273003: - Update _blink library using dart:js instead of native keyword (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Enable --gen-interop Created 5 years, 5 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
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
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'SVGUnitTypes': () => UnitTypes, 162 'SVGUnitTypes': () => UnitTypes,
163 'SVGUseElement': () => UseElement, 163 'SVGUseElement': () => UseElement,
164 'SVGVKernElement': () => _SVGVKernElement, 164 'SVGVKernElement': () => _SVGVKernElement,
165 'SVGViewElement': () => ViewElement, 165 'SVGViewElement': () => ViewElement,
166 'SVGViewSpec': () => ViewSpec, 166 'SVGViewSpec': () => ViewSpec,
167 'SVGZoomAndPan': () => ZoomAndPan, 167 'SVGZoomAndPan': () => ZoomAndPan,
168 'SVGZoomEvent': () => ZoomEvent, 168 'SVGZoomEvent': () => ZoomEvent,
169 169
170 }; 170 };
171 171
172 // FIXME: Can we make this private?
173 final svgBlinkFunctionMap = {
174 'SVGAElement': () => AElement.internalCreateAElement,
175 'SVGAltGlyphDefElement': () => _SVGAltGlyphDefElement.internalCreate_SVGAltGly phDefElement,
176 'SVGAltGlyphElement': () => AltGlyphElement.internalCreateAltGlyphElement,
177 'SVGAltGlyphItemElement': () => _SVGAltGlyphItemElement.internalCreate_SVGAltG lyphItemElement,
178 'SVGAngle': () => Angle.internalCreateAngle,
179 'SVGAnimateElement': () => AnimateElement.internalCreateAnimateElement,
180 'SVGAnimateMotionElement': () => AnimateMotionElement.internalCreateAnimateMot ionElement,
181 'SVGAnimateTransformElement': () => AnimateTransformElement.internalCreateAnim ateTransformElement,
182 'SVGAnimatedAngle': () => AnimatedAngle.internalCreateAnimatedAngle,
183 'SVGAnimatedBoolean': () => AnimatedBoolean.internalCreateAnimatedBoolean,
184 'SVGAnimatedEnumeration': () => AnimatedEnumeration.internalCreateAnimatedEnum eration,
185 'SVGAnimatedInteger': () => AnimatedInteger.internalCreateAnimatedInteger,
186 'SVGAnimatedLength': () => AnimatedLength.internalCreateAnimatedLength,
187 'SVGAnimatedLengthList': () => AnimatedLengthList.internalCreateAnimatedLength List,
188 'SVGAnimatedNumber': () => AnimatedNumber.internalCreateAnimatedNumber,
189 'SVGAnimatedNumberList': () => AnimatedNumberList.internalCreateAnimatedNumber List,
190 'SVGAnimatedPreserveAspectRatio': () => AnimatedPreserveAspectRatio.internalCr eateAnimatedPreserveAspectRatio,
191 'SVGAnimatedRect': () => AnimatedRect.internalCreateAnimatedRect,
192 'SVGAnimatedString': () => AnimatedString.internalCreateAnimatedString,
193 'SVGAnimatedTransformList': () => AnimatedTransformList.internalCreateAnimated TransformList,
194 'SVGAnimationElement': () => AnimationElement.internalCreateAnimationElement,
195 'SVGCircleElement': () => CircleElement.internalCreateCircleElement,
196 'SVGClipPathElement': () => ClipPathElement.internalCreateClipPathElement,
197 'SVGComponentTransferFunctionElement': () => _SVGComponentTransferFunctionElem ent.internalCreate_SVGComponentTransferFunctionElement,
198 'SVGCursorElement': () => _SVGCursorElement.internalCreate_SVGCursorElement,
199 'SVGDefsElement': () => DefsElement.internalCreateDefsElement,
200 'SVGDescElement': () => DescElement.internalCreateDescElement,
201 'SVGDiscardElement': () => DiscardElement.internalCreateDiscardElement,
202 'SVGElement': () => SvgElement.internalCreateSvgElement,
203 'SVGEllipseElement': () => EllipseElement.internalCreateEllipseElement,
204 'SVGFEBlendElement': () => FEBlendElement.internalCreateFEBlendElement,
205 'SVGFEColorMatrixElement': () => FEColorMatrixElement.internalCreateFEColorMat rixElement,
206 'SVGFEComponentTransferElement': () => FEComponentTransferElement.internalCrea teFEComponentTransferElement,
207 'SVGFECompositeElement': () => FECompositeElement.internalCreateFECompositeEle ment,
208 'SVGFEConvolveMatrixElement': () => FEConvolveMatrixElement.internalCreateFECo nvolveMatrixElement,
209 'SVGFEDiffuseLightingElement': () => FEDiffuseLightingElement.internalCreateFE DiffuseLightingElement,
210 'SVGFEDisplacementMapElement': () => FEDisplacementMapElement.internalCreateFE DisplacementMapElement,
211 'SVGFEDistantLightElement': () => FEDistantLightElement.internalCreateFEDistan tLightElement,
212 'SVGFEDropShadowElement': () => _SVGFEDropShadowElement.internalCreate_SVGFEDr opShadowElement,
213 'SVGFEFloodElement': () => FEFloodElement.internalCreateFEFloodElement,
214 'SVGFEFuncAElement': () => FEFuncAElement.internalCreateFEFuncAElement,
215 'SVGFEFuncBElement': () => FEFuncBElement.internalCreateFEFuncBElement,
216 'SVGFEFuncGElement': () => FEFuncGElement.internalCreateFEFuncGElement,
217 'SVGFEFuncRElement': () => FEFuncRElement.internalCreateFEFuncRElement,
218 'SVGFEGaussianBlurElement': () => FEGaussianBlurElement.internalCreateFEGaussi anBlurElement,
219 'SVGFEImageElement': () => FEImageElement.internalCreateFEImageElement,
220 'SVGFEMergeElement': () => FEMergeElement.internalCreateFEMergeElement,
221 'SVGFEMergeNodeElement': () => FEMergeNodeElement.internalCreateFEMergeNodeEle ment,
222 'SVGFEMorphologyElement': () => FEMorphologyElement.internalCreateFEMorphology Element,
223 'SVGFEOffsetElement': () => FEOffsetElement.internalCreateFEOffsetElement,
224 'SVGFEPointLightElement': () => FEPointLightElement.internalCreateFEPointLight Element,
225 'SVGFESpecularLightingElement': () => FESpecularLightingElement.internalCreate FESpecularLightingElement,
226 'SVGFESpotLightElement': () => FESpotLightElement.internalCreateFESpotLightEle ment,
227 'SVGFETileElement': () => FETileElement.internalCreateFETileElement,
228 'SVGFETurbulenceElement': () => FETurbulenceElement.internalCreateFETurbulence Element,
229 'SVGFilterElement': () => FilterElement.internalCreateFilterElement,
230 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttribute s.internalCreateFilterPrimitiveStandardAttributes,
231 'SVGFitToViewBox': () => FitToViewBox.internalCreateFitToViewBox,
232 'SVGFontElement': () => _SVGFontElement.internalCreate_SVGFontElement,
233 'SVGFontFaceElement': () => _SVGFontFaceElement.internalCreate_SVGFontFaceElem ent,
234 'SVGFontFaceFormatElement': () => _SVGFontFaceFormatElement.internalCreate_SVG FontFaceFormatElement,
235 'SVGFontFaceNameElement': () => _SVGFontFaceNameElement.internalCreate_SVGFont FaceNameElement,
236 'SVGFontFaceSrcElement': () => _SVGFontFaceSrcElement.internalCreate_SVGFontFa ceSrcElement,
237 'SVGFontFaceUriElement': () => _SVGFontFaceUriElement.internalCreate_SVGFontFa ceUriElement,
238 'SVGForeignObjectElement': () => ForeignObjectElement.internalCreateForeignObj ectElement,
239 'SVGGElement': () => GElement.internalCreateGElement,
240 'SVGGeometryElement': () => GeometryElement.internalCreateGeometryElement,
241 'SVGGlyphElement': () => _SVGGlyphElement.internalCreate_SVGGlyphElement,
242 'SVGGlyphRefElement': () => _SVGGlyphRefElement.internalCreate_SVGGlyphRefElem ent,
243 'SVGGradientElement': () => _GradientElement.internalCreate_GradientElement,
244 'SVGGraphicsElement': () => GraphicsElement.internalCreateGraphicsElement,
245 'SVGHKernElement': () => _SVGHKernElement.internalCreate_SVGHKernElement,
246 'SVGImageElement': () => ImageElement.internalCreateImageElement,
247 'SVGLength': () => Length.internalCreateLength,
248 'SVGLengthList': () => LengthList.internalCreateLengthList,
249 'SVGLineElement': () => LineElement.internalCreateLineElement,
250 'SVGLinearGradientElement': () => LinearGradientElement.internalCreateLinearGr adientElement,
251 'SVGMPathElement': () => _SVGMPathElement.internalCreate_SVGMPathElement,
252 'SVGMarkerElement': () => MarkerElement.internalCreateMarkerElement,
253 'SVGMaskElement': () => MaskElement.internalCreateMaskElement,
254 'SVGMatrix': () => Matrix.internalCreateMatrix,
255 'SVGMetadataElement': () => MetadataElement.internalCreateMetadataElement,
256 'SVGMissingGlyphElement': () => _SVGMissingGlyphElement.internalCreate_SVGMiss ingGlyphElement,
257 'SVGNumber': () => Number.internalCreateNumber,
258 'SVGNumberList': () => NumberList.internalCreateNumberList,
259 'SVGPathElement': () => PathElement.internalCreatePathElement,
260 'SVGPathSeg': () => PathSeg.internalCreatePathSeg,
261 'SVGPathSegArcAbs': () => PathSegArcAbs.internalCreatePathSegArcAbs,
262 'SVGPathSegArcRel': () => PathSegArcRel.internalCreatePathSegArcRel,
263 'SVGPathSegClosePath': () => PathSegClosePath.internalCreatePathSegClosePath,
264 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.internalCreatePathSe gCurvetoCubicAbs,
265 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.internalCreatePathSe gCurvetoCubicRel,
266 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.internal CreatePathSegCurvetoCubicSmoothAbs,
267 'SVGPathSegCurvetoCubicSmoothRel': () => PathSegCurvetoCubicSmoothRel.internal CreatePathSegCurvetoCubicSmoothRel,
268 'SVGPathSegCurvetoQuadraticAbs': () => PathSegCurvetoQuadraticAbs.internalCrea tePathSegCurvetoQuadraticAbs,
269 'SVGPathSegCurvetoQuadraticRel': () => PathSegCurvetoQuadraticRel.internalCrea tePathSegCurvetoQuadraticRel,
270 'SVGPathSegCurvetoQuadraticSmoothAbs': () => PathSegCurvetoQuadraticSmoothAbs. internalCreatePathSegCurvetoQuadraticSmoothAbs,
271 'SVGPathSegCurvetoQuadraticSmoothRel': () => PathSegCurvetoQuadraticSmoothRel. internalCreatePathSegCurvetoQuadraticSmoothRel,
272 'SVGPathSegLinetoAbs': () => PathSegLinetoAbs.internalCreatePathSegLinetoAbs,
273 'SVGPathSegLinetoHorizontalAbs': () => PathSegLinetoHorizontalAbs.internalCrea tePathSegLinetoHorizontalAbs,
274 'SVGPathSegLinetoHorizontalRel': () => PathSegLinetoHorizontalRel.internalCrea tePathSegLinetoHorizontalRel,
275 'SVGPathSegLinetoRel': () => PathSegLinetoRel.internalCreatePathSegLinetoRel,
276 'SVGPathSegLinetoVerticalAbs': () => PathSegLinetoVerticalAbs.internalCreatePa thSegLinetoVerticalAbs,
277 'SVGPathSegLinetoVerticalRel': () => PathSegLinetoVerticalRel.internalCreatePa thSegLinetoVerticalRel,
278 'SVGPathSegList': () => PathSegList.internalCreatePathSegList,
279 'SVGPathSegMovetoAbs': () => PathSegMovetoAbs.internalCreatePathSegMovetoAbs,
280 'SVGPathSegMovetoRel': () => PathSegMovetoRel.internalCreatePathSegMovetoRel,
281 'SVGPatternElement': () => PatternElement.internalCreatePatternElement,
282 'SVGPoint': () => Point.internalCreatePoint,
283 'SVGPointList': () => PointList.internalCreatePointList,
284 'SVGPolygonElement': () => PolygonElement.internalCreatePolygonElement,
285 'SVGPolylineElement': () => PolylineElement.internalCreatePolylineElement,
286 'SVGPreserveAspectRatio': () => PreserveAspectRatio.internalCreatePreserveAspe ctRatio,
287 'SVGRadialGradientElement': () => RadialGradientElement.internalCreateRadialGr adientElement,
288 'SVGRect': () => Rect.internalCreateRect,
289 'SVGRectElement': () => RectElement.internalCreateRectElement,
290 'SVGRenderingIntent': () => RenderingIntent.internalCreateRenderingIntent,
291 'SVGSVGElement': () => SvgSvgElement.internalCreateSvgSvgElement,
292 'SVGScriptElement': () => ScriptElement.internalCreateScriptElement,
293 'SVGSetElement': () => SetElement.internalCreateSetElement,
294 'SVGStopElement': () => StopElement.internalCreateStopElement,
295 'SVGStringList': () => StringList.internalCreateStringList,
296 'SVGStyleElement': () => StyleElement.internalCreateStyleElement,
297 'SVGSwitchElement': () => SwitchElement.internalCreateSwitchElement,
298 'SVGSymbolElement': () => SymbolElement.internalCreateSymbolElement,
299 'SVGTSpanElement': () => TSpanElement.internalCreateTSpanElement,
300 'SVGTests': () => Tests.internalCreateTests,
301 'SVGTextContentElement': () => TextContentElement.internalCreateTextContentEle ment,
302 'SVGTextElement': () => TextElement.internalCreateTextElement,
303 'SVGTextPathElement': () => TextPathElement.internalCreateTextPathElement,
304 'SVGTextPositioningElement': () => TextPositioningElement.internalCreateTextPo sitioningElement,
305 'SVGTitleElement': () => TitleElement.internalCreateTitleElement,
306 'SVGTransform': () => Transform.internalCreateTransform,
307 'SVGTransformList': () => TransformList.internalCreateTransformList,
308 'SVGURIReference': () => UriReference.internalCreateUriReference,
309 'SVGUnitTypes': () => UnitTypes.internalCreateUnitTypes,
310 'SVGUseElement': () => UseElement.internalCreateUseElement,
311 'SVGVKernElement': () => _SVGVKernElement.internalCreate_SVGVKernElement,
312 'SVGViewElement': () => ViewElement.internalCreateViewElement,
313 'SVGViewSpec': () => ViewSpec.internalCreateViewSpec,
314 'SVGZoomAndPan': () => ZoomAndPan.internalCreateZoomAndPan,
315 'SVGZoomEvent': () => ZoomEvent.internalCreateZoomEvent,
316
317 };
172 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 318 // 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 319 // 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. 320 // BSD-style license that can be found in the LICENSE file.
175 321
176 322
177 class _SvgElementFactoryProvider { 323 class _SvgElementFactoryProvider {
178 static SvgElement createSvgElement_tag(String tag) { 324 static SvgElement createSvgElement_tag(String tag) {
179 final Element temp = 325 final Element temp =
180 document.createElementNS("http://www.w3.org/2000/svg", tag); 326 document.createElementNS("http://www.w3.org/2000/svg", tag);
181 return temp; 327 return temp;
182 } 328 }
183 } 329 }
184 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 330 // 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 331 // 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. 332 // BSD-style license that can be found in the LICENSE file.
187 333
188 // WARNING: Do not edit - generated code. 334 // WARNING: Do not edit - generated code.
189 335
190 336
191 @DocsEditable() 337 @DocsEditable()
192 @DomName('SVGAElement') 338 @DomName('SVGAElement')
193 @Unstable() 339 @Unstable()
194 class AElement extends GraphicsElement implements UriReference { 340 class AElement extends GraphicsElement implements UriReference {
195 // To suppress missing implicit constructor warnings. 341 // To suppress missing implicit constructor warnings.
196 factory AElement._() { throw new UnsupportedError("Not supported"); } 342 factory AElement._() { throw new UnsupportedError("Not supported"); }
197 343
198 @DomName('SVGAElement.SVGAElement') 344 @DomName('SVGAElement.SVGAElement')
199 @DocsEditable() 345 @DocsEditable()
200 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); 346 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a");
347
348
349 static AElement internalCreateAElement() {
350 return new AElement._internalWrap();
351 }
352
353 factory AElement._internalWrap() {
354 return new AElement._internal();
355 }
356
357 AElement._internal() : super._internal();
358
201 /** 359 /**
202 * Constructor instantiated by the DOM when a custom element has been created. 360 * Constructor instantiated by the DOM when a custom element has been created.
203 * 361 *
204 * This can only be called by subclasses from their created constructor. 362 * This can only be called by subclasses from their created constructor.
205 */ 363 */
206 AElement.created() : super.created(); 364 AElement.created() : super.created();
207 365
208 @DomName('SVGAElement.target') 366 @DomName('SVGAElement.target')
209 @DocsEditable() 367 @DocsEditable()
210 AnimatedString get target => wrap_jso(_blink.BlinkSVGAElement.instance.target_ Getter_(unwrap_jso(this))); 368 AnimatedString get target => wrap_jso(_blink.BlinkSVGAElement.instance.target_ Getter_(unwrap_jso(this)));
(...skipping 16 matching lines...) Expand all
227 @SupportedBrowser(SupportedBrowser.FIREFOX) 385 @SupportedBrowser(SupportedBrowser.FIREFOX)
228 @SupportedBrowser(SupportedBrowser.SAFARI) 386 @SupportedBrowser(SupportedBrowser.SAFARI)
229 @Unstable() 387 @Unstable()
230 class AltGlyphElement extends TextPositioningElement implements UriReference { 388 class AltGlyphElement extends TextPositioningElement implements UriReference {
231 // To suppress missing implicit constructor warnings. 389 // To suppress missing implicit constructor warnings.
232 factory AltGlyphElement._() { throw new UnsupportedError("Not supported"); } 390 factory AltGlyphElement._() { throw new UnsupportedError("Not supported"); }
233 391
234 @DomName('SVGAltGlyphElement.SVGAltGlyphElement') 392 @DomName('SVGAltGlyphElement.SVGAltGlyphElement')
235 @DocsEditable() 393 @DocsEditable()
236 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(" altGlyph"); 394 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(" altGlyph");
395
396
397 static AltGlyphElement internalCreateAltGlyphElement() {
398 return new AltGlyphElement._internalWrap();
399 }
400
401 factory AltGlyphElement._internalWrap() {
402 return new AltGlyphElement._internal();
403 }
404
405 AltGlyphElement._internal() : super._internal();
406
237 /** 407 /**
238 * Constructor instantiated by the DOM when a custom element has been created. 408 * Constructor instantiated by the DOM when a custom element has been created.
239 * 409 *
240 * This can only be called by subclasses from their created constructor. 410 * This can only be called by subclasses from their created constructor.
241 */ 411 */
242 AltGlyphElement.created() : super.created(); 412 AltGlyphElement.created() : super.created();
243 413
244 /// Checks if this type is supported on the current platform. 414 /// Checks if this type is supported on the current platform.
245 static bool get supported => true; 415 static bool get supported => true;
246 416
(...skipping 25 matching lines...) Expand all
272 // WARNING: Do not edit - generated code. 442 // WARNING: Do not edit - generated code.
273 443
274 444
275 @DocsEditable() 445 @DocsEditable()
276 @DomName('SVGAngle') 446 @DomName('SVGAngle')
277 @Unstable() 447 @Unstable()
278 class Angle extends NativeFieldWrapperClass2 { 448 class Angle extends NativeFieldWrapperClass2 {
279 // To suppress missing implicit constructor warnings. 449 // To suppress missing implicit constructor warnings.
280 factory Angle._() { throw new UnsupportedError("Not supported"); } 450 factory Angle._() { throw new UnsupportedError("Not supported"); }
281 451
452 static Angle internalCreateAngle() {
453 return new Angle._internalWrap();
454 }
455
456 JsObject blink_jsObject = null;
457
458 factory Angle._internalWrap() {
459 return new Angle._internal();
460 }
461
462 Angle._internal() { }
463
464 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
465
282 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') 466 @DomName('SVGAngle.SVG_ANGLETYPE_DEG')
283 @DocsEditable() 467 @DocsEditable()
284 static const int SVG_ANGLETYPE_DEG = 2; 468 static const int SVG_ANGLETYPE_DEG = 2;
285 469
286 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') 470 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD')
287 @DocsEditable() 471 @DocsEditable()
288 static const int SVG_ANGLETYPE_GRAD = 4; 472 static const int SVG_ANGLETYPE_GRAD = 4;
289 473
290 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') 474 @DomName('SVGAngle.SVG_ANGLETYPE_RAD')
291 @DocsEditable() 475 @DocsEditable()
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 @SupportedBrowser(SupportedBrowser.FIREFOX) 533 @SupportedBrowser(SupportedBrowser.FIREFOX)
350 @SupportedBrowser(SupportedBrowser.SAFARI) 534 @SupportedBrowser(SupportedBrowser.SAFARI)
351 @Unstable() 535 @Unstable()
352 class AnimateElement extends AnimationElement { 536 class AnimateElement extends AnimationElement {
353 // To suppress missing implicit constructor warnings. 537 // To suppress missing implicit constructor warnings.
354 factory AnimateElement._() { throw new UnsupportedError("Not supported"); } 538 factory AnimateElement._() { throw new UnsupportedError("Not supported"); }
355 539
356 @DomName('SVGAnimateElement.SVGAnimateElement') 540 @DomName('SVGAnimateElement.SVGAnimateElement')
357 @DocsEditable() 541 @DocsEditable()
358 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a nimate"); 542 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a nimate");
543
544
545 static AnimateElement internalCreateAnimateElement() {
546 return new AnimateElement._internalWrap();
547 }
548
549 factory AnimateElement._internalWrap() {
550 return new AnimateElement._internal();
551 }
552
553 AnimateElement._internal() : super._internal();
554
359 /** 555 /**
360 * Constructor instantiated by the DOM when a custom element has been created. 556 * Constructor instantiated by the DOM when a custom element has been created.
361 * 557 *
362 * This can only be called by subclasses from their created constructor. 558 * This can only be called by subclasses from their created constructor.
363 */ 559 */
364 AnimateElement.created() : super.created(); 560 AnimateElement.created() : super.created();
365 561
366 /// Checks if this type is supported on the current platform. 562 /// Checks if this type is supported on the current platform.
367 static bool get supported => true; 563 static bool get supported => true;
368 564
(...skipping 11 matching lines...) Expand all
380 @SupportedBrowser(SupportedBrowser.FIREFOX) 576 @SupportedBrowser(SupportedBrowser.FIREFOX)
381 @SupportedBrowser(SupportedBrowser.SAFARI) 577 @SupportedBrowser(SupportedBrowser.SAFARI)
382 @Unstable() 578 @Unstable()
383 class AnimateMotionElement extends AnimationElement { 579 class AnimateMotionElement extends AnimationElement {
384 // To suppress missing implicit constructor warnings. 580 // To suppress missing implicit constructor warnings.
385 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported") ; } 581 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported") ; }
386 582
387 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') 583 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement')
388 @DocsEditable() 584 @DocsEditable()
389 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_ tag("animateMotion"); 585 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_ tag("animateMotion");
586
587
588 static AnimateMotionElement internalCreateAnimateMotionElement() {
589 return new AnimateMotionElement._internalWrap();
590 }
591
592 factory AnimateMotionElement._internalWrap() {
593 return new AnimateMotionElement._internal();
594 }
595
596 AnimateMotionElement._internal() : super._internal();
597
390 /** 598 /**
391 * Constructor instantiated by the DOM when a custom element has been created. 599 * Constructor instantiated by the DOM when a custom element has been created.
392 * 600 *
393 * This can only be called by subclasses from their created constructor. 601 * This can only be called by subclasses from their created constructor.
394 */ 602 */
395 AnimateMotionElement.created() : super.created(); 603 AnimateMotionElement.created() : super.created();
396 604
397 /// Checks if this type is supported on the current platform. 605 /// Checks if this type is supported on the current platform.
398 static bool get supported => true; 606 static bool get supported => true;
399 607
(...skipping 11 matching lines...) Expand all
411 @SupportedBrowser(SupportedBrowser.FIREFOX) 619 @SupportedBrowser(SupportedBrowser.FIREFOX)
412 @SupportedBrowser(SupportedBrowser.SAFARI) 620 @SupportedBrowser(SupportedBrowser.SAFARI)
413 @Unstable() 621 @Unstable()
414 class AnimateTransformElement extends AnimationElement { 622 class AnimateTransformElement extends AnimationElement {
415 // To suppress missing implicit constructor warnings. 623 // To suppress missing implicit constructor warnings.
416 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte d"); } 624 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte d"); }
417 625
418 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') 626 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement')
419 @DocsEditable() 627 @DocsEditable()
420 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("animateTransform"); 628 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("animateTransform");
629
630
631 static AnimateTransformElement internalCreateAnimateTransformElement() {
632 return new AnimateTransformElement._internalWrap();
633 }
634
635 factory AnimateTransformElement._internalWrap() {
636 return new AnimateTransformElement._internal();
637 }
638
639 AnimateTransformElement._internal() : super._internal();
640
421 /** 641 /**
422 * Constructor instantiated by the DOM when a custom element has been created. 642 * Constructor instantiated by the DOM when a custom element has been created.
423 * 643 *
424 * This can only be called by subclasses from their created constructor. 644 * This can only be called by subclasses from their created constructor.
425 */ 645 */
426 AnimateTransformElement.created() : super.created(); 646 AnimateTransformElement.created() : super.created();
427 647
428 /// Checks if this type is supported on the current platform. 648 /// Checks if this type is supported on the current platform.
429 static bool get supported => true; 649 static bool get supported => true;
430 650
431 } 651 }
432 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 652 // 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 653 // 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. 654 // BSD-style license that can be found in the LICENSE file.
435 655
436 // WARNING: Do not edit - generated code. 656 // WARNING: Do not edit - generated code.
437 657
438 658
439 @DocsEditable() 659 @DocsEditable()
440 @DomName('SVGAnimatedAngle') 660 @DomName('SVGAnimatedAngle')
441 @Unstable() 661 @Unstable()
442 class AnimatedAngle extends NativeFieldWrapperClass2 { 662 class AnimatedAngle extends NativeFieldWrapperClass2 {
443 // To suppress missing implicit constructor warnings. 663 // To suppress missing implicit constructor warnings.
444 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } 664 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); }
445 665
666 static AnimatedAngle internalCreateAnimatedAngle() {
667 return new AnimatedAngle._internalWrap();
668 }
669
670 JsObject blink_jsObject = null;
671
672 factory AnimatedAngle._internalWrap() {
673 return new AnimatedAngle._internal();
674 }
675
676 AnimatedAngle._internal() { }
677
678 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
679
446 @DomName('SVGAnimatedAngle.animVal') 680 @DomName('SVGAnimatedAngle.animVal')
447 @DocsEditable() 681 @DocsEditable()
448 Angle get animVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.animVal_Ge tter_(unwrap_jso(this))); 682 Angle get animVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.animVal_Ge tter_(unwrap_jso(this)));
449 683
450 @DomName('SVGAnimatedAngle.baseVal') 684 @DomName('SVGAnimatedAngle.baseVal')
451 @DocsEditable() 685 @DocsEditable()
452 Angle get baseVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.baseVal_Ge tter_(unwrap_jso(this))); 686 Angle get baseVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.baseVal_Ge tter_(unwrap_jso(this)));
453 687
454 } 688 }
455 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 689 // 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 690 // 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. 691 // BSD-style license that can be found in the LICENSE file.
458 692
459 // WARNING: Do not edit - generated code. 693 // WARNING: Do not edit - generated code.
460 694
461 695
462 @DocsEditable() 696 @DocsEditable()
463 @DomName('SVGAnimatedBoolean') 697 @DomName('SVGAnimatedBoolean')
464 @Unstable() 698 @Unstable()
465 class AnimatedBoolean extends NativeFieldWrapperClass2 { 699 class AnimatedBoolean extends NativeFieldWrapperClass2 {
466 // To suppress missing implicit constructor warnings. 700 // To suppress missing implicit constructor warnings.
467 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } 701 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); }
468 702
703 static AnimatedBoolean internalCreateAnimatedBoolean() {
704 return new AnimatedBoolean._internalWrap();
705 }
706
707 JsObject blink_jsObject = null;
708
709 factory AnimatedBoolean._internalWrap() {
710 return new AnimatedBoolean._internal();
711 }
712
713 AnimatedBoolean._internal() { }
714
715 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
716
469 @DomName('SVGAnimatedBoolean.animVal') 717 @DomName('SVGAnimatedBoolean.animVal')
470 @DocsEditable() 718 @DocsEditable()
471 bool get animVal => _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(un wrap_jso(this)); 719 bool get animVal => _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(un wrap_jso(this));
472 720
473 @DomName('SVGAnimatedBoolean.baseVal') 721 @DomName('SVGAnimatedBoolean.baseVal')
474 @DocsEditable() 722 @DocsEditable()
475 bool get baseVal => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(un wrap_jso(this)); 723 bool get baseVal => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(un wrap_jso(this));
476 724
477 @DomName('SVGAnimatedBoolean.baseVal') 725 @DomName('SVGAnimatedBoolean.baseVal')
478 @DocsEditable() 726 @DocsEditable()
479 void set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVa l_Setter_(unwrap_jso(this), value); 727 void set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVa l_Setter_(unwrap_jso(this), value);
480 728
481 } 729 }
482 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 730 // 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 731 // 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. 732 // BSD-style license that can be found in the LICENSE file.
485 733
486 // WARNING: Do not edit - generated code. 734 // WARNING: Do not edit - generated code.
487 735
488 736
489 @DocsEditable() 737 @DocsEditable()
490 @DomName('SVGAnimatedEnumeration') 738 @DomName('SVGAnimatedEnumeration')
491 @Unstable() 739 @Unstable()
492 class AnimatedEnumeration extends NativeFieldWrapperClass2 { 740 class AnimatedEnumeration extends NativeFieldWrapperClass2 {
493 // To suppress missing implicit constructor warnings. 741 // To suppress missing implicit constructor warnings.
494 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported"); } 742 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported"); }
495 743
744 static AnimatedEnumeration internalCreateAnimatedEnumeration() {
745 return new AnimatedEnumeration._internalWrap();
746 }
747
748 JsObject blink_jsObject = null;
749
750 factory AnimatedEnumeration._internalWrap() {
751 return new AnimatedEnumeration._internal();
752 }
753
754 AnimatedEnumeration._internal() { }
755
756 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
757
496 @DomName('SVGAnimatedEnumeration.animVal') 758 @DomName('SVGAnimatedEnumeration.animVal')
497 @DocsEditable() 759 @DocsEditable()
498 int get animVal => _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_ (unwrap_jso(this)); 760 int get animVal => _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_ (unwrap_jso(this));
499 761
500 @DomName('SVGAnimatedEnumeration.baseVal') 762 @DomName('SVGAnimatedEnumeration.baseVal')
501 @DocsEditable() 763 @DocsEditable()
502 int get baseVal => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_ (unwrap_jso(this)); 764 int get baseVal => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_ (unwrap_jso(this));
503 765
504 @DomName('SVGAnimatedEnumeration.baseVal') 766 @DomName('SVGAnimatedEnumeration.baseVal')
505 @DocsEditable() 767 @DocsEditable()
506 void set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.bas eVal_Setter_(unwrap_jso(this), value); 768 void set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.bas eVal_Setter_(unwrap_jso(this), value);
507 769
508 } 770 }
509 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 771 // 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 772 // 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. 773 // BSD-style license that can be found in the LICENSE file.
512 774
513 // WARNING: Do not edit - generated code. 775 // WARNING: Do not edit - generated code.
514 776
515 777
516 @DocsEditable() 778 @DocsEditable()
517 @DomName('SVGAnimatedInteger') 779 @DomName('SVGAnimatedInteger')
518 @Unstable() 780 @Unstable()
519 class AnimatedInteger extends NativeFieldWrapperClass2 { 781 class AnimatedInteger extends NativeFieldWrapperClass2 {
520 // To suppress missing implicit constructor warnings. 782 // To suppress missing implicit constructor warnings.
521 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } 783 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); }
522 784
785 static AnimatedInteger internalCreateAnimatedInteger() {
786 return new AnimatedInteger._internalWrap();
787 }
788
789 JsObject blink_jsObject = null;
790
791 factory AnimatedInteger._internalWrap() {
792 return new AnimatedInteger._internal();
793 }
794
795 AnimatedInteger._internal() { }
796
797 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
798
523 @DomName('SVGAnimatedInteger.animVal') 799 @DomName('SVGAnimatedInteger.animVal')
524 @DocsEditable() 800 @DocsEditable()
525 int get animVal => _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(unw rap_jso(this)); 801 int get animVal => _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(unw rap_jso(this));
526 802
527 @DomName('SVGAnimatedInteger.baseVal') 803 @DomName('SVGAnimatedInteger.baseVal')
528 @DocsEditable() 804 @DocsEditable()
529 int get baseVal => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(unw rap_jso(this)); 805 int get baseVal => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(unw rap_jso(this));
530 806
531 @DomName('SVGAnimatedInteger.baseVal') 807 @DomName('SVGAnimatedInteger.baseVal')
532 @DocsEditable() 808 @DocsEditable()
533 void set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal _Setter_(unwrap_jso(this), value); 809 void set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal _Setter_(unwrap_jso(this), value);
534 810
535 } 811 }
536 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 812 // 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 813 // 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. 814 // BSD-style license that can be found in the LICENSE file.
539 815
540 // WARNING: Do not edit - generated code. 816 // WARNING: Do not edit - generated code.
541 817
542 818
543 @DocsEditable() 819 @DocsEditable()
544 @DomName('SVGAnimatedLength') 820 @DomName('SVGAnimatedLength')
545 @Unstable() 821 @Unstable()
546 class AnimatedLength extends NativeFieldWrapperClass2 { 822 class AnimatedLength extends NativeFieldWrapperClass2 {
547 // To suppress missing implicit constructor warnings. 823 // To suppress missing implicit constructor warnings.
548 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } 824 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); }
549 825
826 static AnimatedLength internalCreateAnimatedLength() {
827 return new AnimatedLength._internalWrap();
828 }
829
830 JsObject blink_jsObject = null;
831
832 factory AnimatedLength._internalWrap() {
833 return new AnimatedLength._internal();
834 }
835
836 AnimatedLength._internal() { }
837
838 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
839
550 @DomName('SVGAnimatedLength.animVal') 840 @DomName('SVGAnimatedLength.animVal')
551 @DocsEditable() 841 @DocsEditable()
552 Length get animVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.animVal_ Getter_(unwrap_jso(this))); 842 Length get animVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.animVal_ Getter_(unwrap_jso(this)));
553 843
554 @DomName('SVGAnimatedLength.baseVal') 844 @DomName('SVGAnimatedLength.baseVal')
555 @DocsEditable() 845 @DocsEditable()
556 Length get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.baseVal_ Getter_(unwrap_jso(this))); 846 Length get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.baseVal_ Getter_(unwrap_jso(this)));
557 847
558 } 848 }
559 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 849 // 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 850 // 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. 851 // BSD-style license that can be found in the LICENSE file.
562 852
563 // WARNING: Do not edit - generated code. 853 // WARNING: Do not edit - generated code.
564 854
565 855
566 @DocsEditable() 856 @DocsEditable()
567 @DomName('SVGAnimatedLengthList') 857 @DomName('SVGAnimatedLengthList')
568 @Unstable() 858 @Unstable()
569 class AnimatedLengthList extends NativeFieldWrapperClass2 { 859 class AnimatedLengthList extends NativeFieldWrapperClass2 {
570 // To suppress missing implicit constructor warnings. 860 // To suppress missing implicit constructor warnings.
571 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported"); } 861 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported"); }
572 862
863 static AnimatedLengthList internalCreateAnimatedLengthList() {
864 return new AnimatedLengthList._internalWrap();
865 }
866
867 JsObject blink_jsObject = null;
868
869 factory AnimatedLengthList._internalWrap() {
870 return new AnimatedLengthList._internal();
871 }
872
873 AnimatedLengthList._internal() { }
874
875 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
876
573 @DomName('SVGAnimatedLengthList.animVal') 877 @DomName('SVGAnimatedLengthList.animVal')
574 @DocsEditable() 878 @DocsEditable()
575 LengthList get animVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance. animVal_Getter_(unwrap_jso(this))); 879 LengthList get animVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance. animVal_Getter_(unwrap_jso(this)));
576 880
577 @DomName('SVGAnimatedLengthList.baseVal') 881 @DomName('SVGAnimatedLengthList.baseVal')
578 @DocsEditable() 882 @DocsEditable()
579 LengthList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance. baseVal_Getter_(unwrap_jso(this))); 883 LengthList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance. baseVal_Getter_(unwrap_jso(this)));
580 884
581 } 885 }
582 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 886 // 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 887 // 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. 888 // BSD-style license that can be found in the LICENSE file.
585 889
586 // WARNING: Do not edit - generated code. 890 // WARNING: Do not edit - generated code.
587 891
588 892
589 @DocsEditable() 893 @DocsEditable()
590 @DomName('SVGAnimatedNumber') 894 @DomName('SVGAnimatedNumber')
591 @Unstable() 895 @Unstable()
592 class AnimatedNumber extends NativeFieldWrapperClass2 { 896 class AnimatedNumber extends NativeFieldWrapperClass2 {
593 // To suppress missing implicit constructor warnings. 897 // To suppress missing implicit constructor warnings.
594 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } 898 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); }
595 899
900 static AnimatedNumber internalCreateAnimatedNumber() {
901 return new AnimatedNumber._internalWrap();
902 }
903
904 JsObject blink_jsObject = null;
905
906 factory AnimatedNumber._internalWrap() {
907 return new AnimatedNumber._internal();
908 }
909
910 AnimatedNumber._internal() { }
911
912 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
913
596 @DomName('SVGAnimatedNumber.animVal') 914 @DomName('SVGAnimatedNumber.animVal')
597 @DocsEditable() 915 @DocsEditable()
598 double get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(u nwrap_jso(this)); 916 double get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(u nwrap_jso(this));
599 917
600 @DomName('SVGAnimatedNumber.baseVal') 918 @DomName('SVGAnimatedNumber.baseVal')
601 @DocsEditable() 919 @DocsEditable()
602 num get baseVal => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(unwr ap_jso(this)); 920 num get baseVal => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(unwr ap_jso(this));
603 921
604 @DomName('SVGAnimatedNumber.baseVal') 922 @DomName('SVGAnimatedNumber.baseVal')
605 @DocsEditable() 923 @DocsEditable()
606 void set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_ Setter_(unwrap_jso(this), value); 924 void set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_ Setter_(unwrap_jso(this), value);
607 925
608 } 926 }
609 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 927 // 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 928 // 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. 929 // BSD-style license that can be found in the LICENSE file.
612 930
613 // WARNING: Do not edit - generated code. 931 // WARNING: Do not edit - generated code.
614 932
615 933
616 @DocsEditable() 934 @DocsEditable()
617 @DomName('SVGAnimatedNumberList') 935 @DomName('SVGAnimatedNumberList')
618 @Unstable() 936 @Unstable()
619 class AnimatedNumberList extends NativeFieldWrapperClass2 { 937 class AnimatedNumberList extends NativeFieldWrapperClass2 {
620 // To suppress missing implicit constructor warnings. 938 // To suppress missing implicit constructor warnings.
621 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported"); } 939 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported"); }
622 940
941 static AnimatedNumberList internalCreateAnimatedNumberList() {
942 return new AnimatedNumberList._internalWrap();
943 }
944
945 JsObject blink_jsObject = null;
946
947 factory AnimatedNumberList._internalWrap() {
948 return new AnimatedNumberList._internal();
949 }
950
951 AnimatedNumberList._internal() { }
952
953 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
954
623 @DomName('SVGAnimatedNumberList.animVal') 955 @DomName('SVGAnimatedNumberList.animVal')
624 @DocsEditable() 956 @DocsEditable()
625 NumberList get animVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance. animVal_Getter_(unwrap_jso(this))); 957 NumberList get animVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance. animVal_Getter_(unwrap_jso(this)));
626 958
627 @DomName('SVGAnimatedNumberList.baseVal') 959 @DomName('SVGAnimatedNumberList.baseVal')
628 @DocsEditable() 960 @DocsEditable()
629 NumberList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance. baseVal_Getter_(unwrap_jso(this))); 961 NumberList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance. baseVal_Getter_(unwrap_jso(this)));
630 962
631 } 963 }
632 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 964 // 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 965 // 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. 966 // BSD-style license that can be found in the LICENSE file.
635 967
636 // WARNING: Do not edit - generated code. 968 // WARNING: Do not edit - generated code.
637 969
638 970
639 @DocsEditable() 971 @DocsEditable()
640 @DomName('SVGAnimatedPreserveAspectRatio') 972 @DomName('SVGAnimatedPreserveAspectRatio')
641 @Unstable() 973 @Unstable()
642 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 { 974 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 {
643 // To suppress missing implicit constructor warnings. 975 // To suppress missing implicit constructor warnings.
644 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp orted"); } 976 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp orted"); }
645 977
978 static AnimatedPreserveAspectRatio internalCreateAnimatedPreserveAspectRatio() {
979 return new AnimatedPreserveAspectRatio._internalWrap();
980 }
981
982 JsObject blink_jsObject = null;
983
984 factory AnimatedPreserveAspectRatio._internalWrap() {
985 return new AnimatedPreserveAspectRatio._internal();
986 }
987
988 AnimatedPreserveAspectRatio._internal() { }
989
990 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
991
646 @DomName('SVGAnimatedPreserveAspectRatio.animVal') 992 @DomName('SVGAnimatedPreserveAspectRatio.animVal')
647 @DocsEditable() 993 @DocsEditable()
648 PreserveAspectRatio get animVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp ectRatio.instance.animVal_Getter_(unwrap_jso(this))); 994 PreserveAspectRatio get animVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp ectRatio.instance.animVal_Getter_(unwrap_jso(this)));
649 995
650 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') 996 @DomName('SVGAnimatedPreserveAspectRatio.baseVal')
651 @DocsEditable() 997 @DocsEditable()
652 PreserveAspectRatio get baseVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp ectRatio.instance.baseVal_Getter_(unwrap_jso(this))); 998 PreserveAspectRatio get baseVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp ectRatio.instance.baseVal_Getter_(unwrap_jso(this)));
653 999
654 } 1000 }
655 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1001 // 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 1002 // 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. 1003 // BSD-style license that can be found in the LICENSE file.
658 1004
659 // WARNING: Do not edit - generated code. 1005 // WARNING: Do not edit - generated code.
660 1006
661 1007
662 @DocsEditable() 1008 @DocsEditable()
663 @DomName('SVGAnimatedRect') 1009 @DomName('SVGAnimatedRect')
664 @Unstable() 1010 @Unstable()
665 class AnimatedRect extends NativeFieldWrapperClass2 { 1011 class AnimatedRect extends NativeFieldWrapperClass2 {
666 // To suppress missing implicit constructor warnings. 1012 // To suppress missing implicit constructor warnings.
667 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } 1013 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); }
668 1014
1015 static AnimatedRect internalCreateAnimatedRect() {
1016 return new AnimatedRect._internalWrap();
1017 }
1018
1019 JsObject blink_jsObject = null;
1020
1021 factory AnimatedRect._internalWrap() {
1022 return new AnimatedRect._internal();
1023 }
1024
1025 AnimatedRect._internal() { }
1026
1027 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
1028
669 @DomName('SVGAnimatedRect.animVal') 1029 @DomName('SVGAnimatedRect.animVal')
670 @DocsEditable() 1030 @DocsEditable()
671 Rect get animVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.animVal_Gett er_(unwrap_jso(this))); 1031 Rect get animVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.animVal_Gett er_(unwrap_jso(this)));
672 1032
673 @DomName('SVGAnimatedRect.baseVal') 1033 @DomName('SVGAnimatedRect.baseVal')
674 @DocsEditable() 1034 @DocsEditable()
675 Rect get baseVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.baseVal_Gett er_(unwrap_jso(this))); 1035 Rect get baseVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.baseVal_Gett er_(unwrap_jso(this)));
676 1036
677 } 1037 }
678 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1038 // 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 1039 // 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. 1040 // BSD-style license that can be found in the LICENSE file.
681 1041
682 // WARNING: Do not edit - generated code. 1042 // WARNING: Do not edit - generated code.
683 1043
684 1044
685 @DocsEditable() 1045 @DocsEditable()
686 @DomName('SVGAnimatedString') 1046 @DomName('SVGAnimatedString')
687 @Unstable() 1047 @Unstable()
688 class AnimatedString extends NativeFieldWrapperClass2 { 1048 class AnimatedString extends NativeFieldWrapperClass2 {
689 // To suppress missing implicit constructor warnings. 1049 // To suppress missing implicit constructor warnings.
690 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } 1050 factory AnimatedString._() { throw new UnsupportedError("Not supported"); }
691 1051
1052 static AnimatedString internalCreateAnimatedString() {
1053 return new AnimatedString._internalWrap();
1054 }
1055
1056 JsObject blink_jsObject = null;
1057
1058 factory AnimatedString._internalWrap() {
1059 return new AnimatedString._internal();
1060 }
1061
1062 AnimatedString._internal() { }
1063
1064 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
1065
692 @DomName('SVGAnimatedString.animVal') 1066 @DomName('SVGAnimatedString.animVal')
693 @DocsEditable() 1067 @DocsEditable()
694 String get animVal => _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(u nwrap_jso(this)); 1068 String get animVal => _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(u nwrap_jso(this));
695 1069
696 @DomName('SVGAnimatedString.baseVal') 1070 @DomName('SVGAnimatedString.baseVal')
697 @DocsEditable() 1071 @DocsEditable()
698 String get baseVal => _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(u nwrap_jso(this)); 1072 String get baseVal => _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(u nwrap_jso(this));
699 1073
700 @DomName('SVGAnimatedString.baseVal') 1074 @DomName('SVGAnimatedString.baseVal')
701 @DocsEditable() 1075 @DocsEditable()
702 void set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseV al_Setter_(unwrap_jso(this), value); 1076 void set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseV al_Setter_(unwrap_jso(this), value);
703 1077
704 } 1078 }
705 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1079 // 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 1080 // 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. 1081 // BSD-style license that can be found in the LICENSE file.
708 1082
709 // WARNING: Do not edit - generated code. 1083 // WARNING: Do not edit - generated code.
710 1084
711 1085
712 @DocsEditable() 1086 @DocsEditable()
713 @DomName('SVGAnimatedTransformList') 1087 @DomName('SVGAnimatedTransformList')
714 @Unstable() 1088 @Unstable()
715 class AnimatedTransformList extends NativeFieldWrapperClass2 { 1089 class AnimatedTransformList extends NativeFieldWrapperClass2 {
716 // To suppress missing implicit constructor warnings. 1090 // To suppress missing implicit constructor warnings.
717 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported" ); } 1091 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported" ); }
718 1092
1093 static AnimatedTransformList internalCreateAnimatedTransformList() {
1094 return new AnimatedTransformList._internalWrap();
1095 }
1096
1097 JsObject blink_jsObject = null;
1098
1099 factory AnimatedTransformList._internalWrap() {
1100 return new AnimatedTransformList._internal();
1101 }
1102
1103 AnimatedTransformList._internal() { }
1104
1105 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
1106
719 @DomName('SVGAnimatedTransformList.animVal') 1107 @DomName('SVGAnimatedTransformList.animVal')
720 @DocsEditable() 1108 @DocsEditable()
721 TransformList get animVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins tance.animVal_Getter_(unwrap_jso(this))); 1109 TransformList get animVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins tance.animVal_Getter_(unwrap_jso(this)));
722 1110
723 @DomName('SVGAnimatedTransformList.baseVal') 1111 @DomName('SVGAnimatedTransformList.baseVal')
724 @DocsEditable() 1112 @DocsEditable()
725 TransformList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins tance.baseVal_Getter_(unwrap_jso(this))); 1113 TransformList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins tance.baseVal_Getter_(unwrap_jso(this)));
726 1114
727 } 1115 }
728 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1116 // 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 1117 // 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. 1118 // BSD-style license that can be found in the LICENSE file.
731 1119
732 // WARNING: Do not edit - generated code. 1120 // WARNING: Do not edit - generated code.
733 1121
734 1122
735 @DocsEditable() 1123 @DocsEditable()
736 @DomName('SVGAnimationElement') 1124 @DomName('SVGAnimationElement')
737 @Unstable() 1125 @Unstable()
738 class AnimationElement extends SvgElement implements Tests { 1126 class AnimationElement extends SvgElement implements Tests {
739 // To suppress missing implicit constructor warnings. 1127 // To suppress missing implicit constructor warnings.
740 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } 1128 factory AnimationElement._() { throw new UnsupportedError("Not supported"); }
741 1129
742 @DomName('SVGAnimationElement.SVGAnimationElement') 1130 @DomName('SVGAnimationElement.SVGAnimationElement')
743 @DocsEditable() 1131 @DocsEditable()
744 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation"); 1132 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag( "animation");
1133
1134
1135 static AnimationElement internalCreateAnimationElement() {
1136 return new AnimationElement._internalWrap();
1137 }
1138
1139 factory AnimationElement._internalWrap() {
1140 return new AnimationElement._internal();
1141 }
1142
1143 AnimationElement._internal() : super._internal();
1144
745 /** 1145 /**
746 * Constructor instantiated by the DOM when a custom element has been created. 1146 * Constructor instantiated by the DOM when a custom element has been created.
747 * 1147 *
748 * This can only be called by subclasses from their created constructor. 1148 * This can only be called by subclasses from their created constructor.
749 */ 1149 */
750 AnimationElement.created() : super.created(); 1150 AnimationElement.created() : super.created();
751 1151
752 @DomName('SVGAnimationElement.targetElement') 1152 @DomName('SVGAnimationElement.targetElement')
753 @DocsEditable() 1153 @DocsEditable()
754 SvgElement get targetElement => wrap_jso(_blink.BlinkSVGAnimationElement.insta nce.targetElement_Getter_(unwrap_jso(this))); 1154 SvgElement get targetElement => wrap_jso(_blink.BlinkSVGAnimationElement.insta nce.targetElement_Getter_(unwrap_jso(this)));
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 @DocsEditable() 1208 @DocsEditable()
809 @DomName('SVGCircleElement') 1209 @DomName('SVGCircleElement')
810 @Unstable() 1210 @Unstable()
811 class CircleElement extends GeometryElement { 1211 class CircleElement extends GeometryElement {
812 // To suppress missing implicit constructor warnings. 1212 // To suppress missing implicit constructor warnings.
813 factory CircleElement._() { throw new UnsupportedError("Not supported"); } 1213 factory CircleElement._() { throw new UnsupportedError("Not supported"); }
814 1214
815 @DomName('SVGCircleElement.SVGCircleElement') 1215 @DomName('SVGCircleElement.SVGCircleElement')
816 @DocsEditable() 1216 @DocsEditable()
817 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle"); 1217 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci rcle");
1218
1219
1220 static CircleElement internalCreateCircleElement() {
1221 return new CircleElement._internalWrap();
1222 }
1223
1224 factory CircleElement._internalWrap() {
1225 return new CircleElement._internal();
1226 }
1227
1228 CircleElement._internal() : super._internal();
1229
818 /** 1230 /**
819 * Constructor instantiated by the DOM when a custom element has been created. 1231 * Constructor instantiated by the DOM when a custom element has been created.
820 * 1232 *
821 * This can only be called by subclasses from their created constructor. 1233 * This can only be called by subclasses from their created constructor.
822 */ 1234 */
823 CircleElement.created() : super.created(); 1235 CircleElement.created() : super.created();
824 1236
825 @DomName('SVGCircleElement.cx') 1237 @DomName('SVGCircleElement.cx')
826 @DocsEditable() 1238 @DocsEditable()
827 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGCircleElement.instance.cx_Get ter_(unwrap_jso(this))); 1239 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGCircleElement.instance.cx_Get ter_(unwrap_jso(this)));
(...skipping 17 matching lines...) Expand all
845 @DocsEditable() 1257 @DocsEditable()
846 @DomName('SVGClipPathElement') 1258 @DomName('SVGClipPathElement')
847 @Unstable() 1259 @Unstable()
848 class ClipPathElement extends GraphicsElement { 1260 class ClipPathElement extends GraphicsElement {
849 // To suppress missing implicit constructor warnings. 1261 // To suppress missing implicit constructor warnings.
850 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } 1262 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); }
851 1263
852 @DomName('SVGClipPathElement.SVGClipPathElement') 1264 @DomName('SVGClipPathElement.SVGClipPathElement')
853 @DocsEditable() 1265 @DocsEditable()
854 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath"); 1266 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(" clipPath");
1267
1268
1269 static ClipPathElement internalCreateClipPathElement() {
1270 return new ClipPathElement._internalWrap();
1271 }
1272
1273 factory ClipPathElement._internalWrap() {
1274 return new ClipPathElement._internal();
1275 }
1276
1277 ClipPathElement._internal() : super._internal();
1278
855 /** 1279 /**
856 * Constructor instantiated by the DOM when a custom element has been created. 1280 * Constructor instantiated by the DOM when a custom element has been created.
857 * 1281 *
858 * This can only be called by subclasses from their created constructor. 1282 * This can only be called by subclasses from their created constructor.
859 */ 1283 */
860 ClipPathElement.created() : super.created(); 1284 ClipPathElement.created() : super.created();
861 1285
862 @DomName('SVGClipPathElement.clipPathUnits') 1286 @DomName('SVGClipPathElement.clipPathUnits')
863 @DocsEditable() 1287 @DocsEditable()
864 AnimatedEnumeration get clipPathUnits => wrap_jso(_blink.BlinkSVGClipPathEleme nt.instance.clipPathUnits_Getter_(unwrap_jso(this))); 1288 AnimatedEnumeration get clipPathUnits => wrap_jso(_blink.BlinkSVGClipPathEleme nt.instance.clipPathUnits_Getter_(unwrap_jso(this)));
865 1289
866 } 1290 }
867 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1291 // 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 1292 // 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. 1293 // BSD-style license that can be found in the LICENSE file.
870 1294
871 // WARNING: Do not edit - generated code. 1295 // WARNING: Do not edit - generated code.
872 1296
873 1297
874 @DocsEditable() 1298 @DocsEditable()
875 @DomName('SVGDefsElement') 1299 @DomName('SVGDefsElement')
876 @Unstable() 1300 @Unstable()
877 class DefsElement extends GraphicsElement { 1301 class DefsElement extends GraphicsElement {
878 // To suppress missing implicit constructor warnings. 1302 // To suppress missing implicit constructor warnings.
879 factory DefsElement._() { throw new UnsupportedError("Not supported"); } 1303 factory DefsElement._() { throw new UnsupportedError("Not supported"); }
880 1304
881 @DomName('SVGDefsElement.SVGDefsElement') 1305 @DomName('SVGDefsElement.SVGDefsElement')
882 @DocsEditable() 1306 @DocsEditable()
883 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs "); 1307 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs ");
1308
1309
1310 static DefsElement internalCreateDefsElement() {
1311 return new DefsElement._internalWrap();
1312 }
1313
1314 factory DefsElement._internalWrap() {
1315 return new DefsElement._internal();
1316 }
1317
1318 DefsElement._internal() : super._internal();
1319
884 /** 1320 /**
885 * Constructor instantiated by the DOM when a custom element has been created. 1321 * Constructor instantiated by the DOM when a custom element has been created.
886 * 1322 *
887 * This can only be called by subclasses from their created constructor. 1323 * This can only be called by subclasses from their created constructor.
888 */ 1324 */
889 DefsElement.created() : super.created(); 1325 DefsElement.created() : super.created();
890 1326
891 } 1327 }
892 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1328 // 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 1329 // 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. 1330 // BSD-style license that can be found in the LICENSE file.
895 1331
896 // WARNING: Do not edit - generated code. 1332 // WARNING: Do not edit - generated code.
897 1333
898 1334
899 @DocsEditable() 1335 @DocsEditable()
900 @DomName('SVGDescElement') 1336 @DomName('SVGDescElement')
901 @Unstable() 1337 @Unstable()
902 class DescElement extends SvgElement { 1338 class DescElement extends SvgElement {
903 // To suppress missing implicit constructor warnings. 1339 // To suppress missing implicit constructor warnings.
904 factory DescElement._() { throw new UnsupportedError("Not supported"); } 1340 factory DescElement._() { throw new UnsupportedError("Not supported"); }
905 1341
906 @DomName('SVGDescElement.SVGDescElement') 1342 @DomName('SVGDescElement.SVGDescElement')
907 @DocsEditable() 1343 @DocsEditable()
908 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc "); 1344 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc ");
1345
1346
1347 static DescElement internalCreateDescElement() {
1348 return new DescElement._internalWrap();
1349 }
1350
1351 factory DescElement._internalWrap() {
1352 return new DescElement._internal();
1353 }
1354
1355 DescElement._internal() : super._internal();
1356
909 /** 1357 /**
910 * Constructor instantiated by the DOM when a custom element has been created. 1358 * Constructor instantiated by the DOM when a custom element has been created.
911 * 1359 *
912 * This can only be called by subclasses from their created constructor. 1360 * This can only be called by subclasses from their created constructor.
913 */ 1361 */
914 DescElement.created() : super.created(); 1362 DescElement.created() : super.created();
915 1363
916 } 1364 }
917 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1365 // 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 1366 // 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. 1367 // BSD-style license that can be found in the LICENSE file.
920 1368
921 // WARNING: Do not edit - generated code. 1369 // WARNING: Do not edit - generated code.
922 1370
923 1371
924 @DocsEditable() 1372 @DocsEditable()
925 @DomName('SVGDiscardElement') 1373 @DomName('SVGDiscardElement')
926 @Experimental() // untriaged 1374 @Experimental() // untriaged
927 class DiscardElement extends SvgElement { 1375 class DiscardElement extends SvgElement {
928 // To suppress missing implicit constructor warnings. 1376 // To suppress missing implicit constructor warnings.
929 factory DiscardElement._() { throw new UnsupportedError("Not supported"); } 1377 factory DiscardElement._() { throw new UnsupportedError("Not supported"); }
1378
1379
1380 static DiscardElement internalCreateDiscardElement() {
1381 return new DiscardElement._internalWrap();
1382 }
1383
1384 factory DiscardElement._internalWrap() {
1385 return new DiscardElement._internal();
1386 }
1387
1388 DiscardElement._internal() : super._internal();
1389
930 /** 1390 /**
931 * Constructor instantiated by the DOM when a custom element has been created. 1391 * Constructor instantiated by the DOM when a custom element has been created.
932 * 1392 *
933 * This can only be called by subclasses from their created constructor. 1393 * This can only be called by subclasses from their created constructor.
934 */ 1394 */
935 DiscardElement.created() : super.created(); 1395 DiscardElement.created() : super.created();
936 1396
937 } 1397 }
938 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1398 // 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 1399 // 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. 1400 // BSD-style license that can be found in the LICENSE file.
941 1401
942 // WARNING: Do not edit - generated code. 1402 // WARNING: Do not edit - generated code.
943 1403
944 1404
945 @DocsEditable() 1405 @DocsEditable()
946 @DomName('SVGEllipseElement') 1406 @DomName('SVGEllipseElement')
947 @Unstable() 1407 @Unstable()
948 class EllipseElement extends GeometryElement { 1408 class EllipseElement extends GeometryElement {
949 // To suppress missing implicit constructor warnings. 1409 // To suppress missing implicit constructor warnings.
950 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } 1410 factory EllipseElement._() { throw new UnsupportedError("Not supported"); }
951 1411
952 @DomName('SVGEllipseElement.SVGEllipseElement') 1412 @DomName('SVGEllipseElement.SVGEllipseElement')
953 @DocsEditable() 1413 @DocsEditable()
954 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse"); 1414 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e llipse");
1415
1416
1417 static EllipseElement internalCreateEllipseElement() {
1418 return new EllipseElement._internalWrap();
1419 }
1420
1421 factory EllipseElement._internalWrap() {
1422 return new EllipseElement._internal();
1423 }
1424
1425 EllipseElement._internal() : super._internal();
1426
955 /** 1427 /**
956 * Constructor instantiated by the DOM when a custom element has been created. 1428 * Constructor instantiated by the DOM when a custom element has been created.
957 * 1429 *
958 * This can only be called by subclasses from their created constructor. 1430 * This can only be called by subclasses from their created constructor.
959 */ 1431 */
960 EllipseElement.created() : super.created(); 1432 EllipseElement.created() : super.created();
961 1433
962 @DomName('SVGEllipseElement.cx') 1434 @DomName('SVGEllipseElement.cx')
963 @DocsEditable() 1435 @DocsEditable()
964 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGEllipseElement.instance.cx_Ge tter_(unwrap_jso(this))); 1436 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') 1462 @SupportedBrowser(SupportedBrowser.IE, '10')
991 @SupportedBrowser(SupportedBrowser.SAFARI) 1463 @SupportedBrowser(SupportedBrowser.SAFARI)
992 @Unstable() 1464 @Unstable()
993 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib utes { 1465 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib utes {
994 // To suppress missing implicit constructor warnings. 1466 // To suppress missing implicit constructor warnings.
995 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); } 1467 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); }
996 1468
997 @DomName('SVGFEBlendElement.SVGFEBlendElement') 1469 @DomName('SVGFEBlendElement.SVGFEBlendElement')
998 @DocsEditable() 1470 @DocsEditable()
999 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eBlend"); 1471 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eBlend");
1472
1473
1474 static FEBlendElement internalCreateFEBlendElement() {
1475 return new FEBlendElement._internalWrap();
1476 }
1477
1478 factory FEBlendElement._internalWrap() {
1479 return new FEBlendElement._internal();
1480 }
1481
1482 FEBlendElement._internal() : super._internal();
1483
1000 /** 1484 /**
1001 * Constructor instantiated by the DOM when a custom element has been created. 1485 * Constructor instantiated by the DOM when a custom element has been created.
1002 * 1486 *
1003 * This can only be called by subclasses from their created constructor. 1487 * This can only be called by subclasses from their created constructor.
1004 */ 1488 */
1005 FEBlendElement.created() : super.created(); 1489 FEBlendElement.created() : super.created();
1006 1490
1007 /// Checks if this type is supported on the current platform. 1491 /// Checks if this type is supported on the current platform.
1008 static bool get supported => true; 1492 static bool get supported => true;
1009 1493
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 @SupportedBrowser(SupportedBrowser.IE, '10') 1562 @SupportedBrowser(SupportedBrowser.IE, '10')
1079 @SupportedBrowser(SupportedBrowser.SAFARI) 1563 @SupportedBrowser(SupportedBrowser.SAFARI)
1080 @Unstable() 1564 @Unstable()
1081 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard Attributes { 1565 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard Attributes {
1082 // To suppress missing implicit constructor warnings. 1566 // To suppress missing implicit constructor warnings.
1083 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported") ; } 1567 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported") ; }
1084 1568
1085 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') 1569 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement')
1086 @DocsEditable() 1570 @DocsEditable()
1087 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_ tag("feColorMatrix"); 1571 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_ tag("feColorMatrix");
1572
1573
1574 static FEColorMatrixElement internalCreateFEColorMatrixElement() {
1575 return new FEColorMatrixElement._internalWrap();
1576 }
1577
1578 factory FEColorMatrixElement._internalWrap() {
1579 return new FEColorMatrixElement._internal();
1580 }
1581
1582 FEColorMatrixElement._internal() : super._internal();
1583
1088 /** 1584 /**
1089 * Constructor instantiated by the DOM when a custom element has been created. 1585 * Constructor instantiated by the DOM when a custom element has been created.
1090 * 1586 *
1091 * This can only be called by subclasses from their created constructor. 1587 * This can only be called by subclasses from their created constructor.
1092 */ 1588 */
1093 FEColorMatrixElement.created() : super.created(); 1589 FEColorMatrixElement.created() : super.created();
1094 1590
1095 /// Checks if this type is supported on the current platform. 1591 /// Checks if this type is supported on the current platform.
1096 static bool get supported => true; 1592 static bool get supported => true;
1097 1593
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 @SupportedBrowser(SupportedBrowser.IE, '10') 1658 @SupportedBrowser(SupportedBrowser.IE, '10')
1163 @SupportedBrowser(SupportedBrowser.SAFARI) 1659 @SupportedBrowser(SupportedBrowser.SAFARI)
1164 @Unstable() 1660 @Unstable()
1165 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt andardAttributes { 1661 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt andardAttributes {
1166 // To suppress missing implicit constructor warnings. 1662 // To suppress missing implicit constructor warnings.
1167 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo rted"); } 1663 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo rted"); }
1168 1664
1169 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') 1665 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement')
1170 @DocsEditable() 1666 @DocsEditable()
1171 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl ement_tag("feComponentTransfer"); 1667 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl ement_tag("feComponentTransfer");
1668
1669
1670 static FEComponentTransferElement internalCreateFEComponentTransferElement() {
1671 return new FEComponentTransferElement._internalWrap();
1672 }
1673
1674 factory FEComponentTransferElement._internalWrap() {
1675 return new FEComponentTransferElement._internal();
1676 }
1677
1678 FEComponentTransferElement._internal() : super._internal();
1679
1172 /** 1680 /**
1173 * Constructor instantiated by the DOM when a custom element has been created. 1681 * Constructor instantiated by the DOM when a custom element has been created.
1174 * 1682 *
1175 * This can only be called by subclasses from their created constructor. 1683 * This can only be called by subclasses from their created constructor.
1176 */ 1684 */
1177 FEComponentTransferElement.created() : super.created(); 1685 FEComponentTransferElement.created() : super.created();
1178 1686
1179 /// Checks if this type is supported on the current platform. 1687 /// Checks if this type is supported on the current platform.
1180 static bool get supported => true; 1688 static bool get supported => true;
1181 1689
(...skipping 28 matching lines...) Expand all
1210 1718
1211 // WARNING: Do not edit - generated code. 1719 // WARNING: Do not edit - generated code.
1212 1720
1213 1721
1214 @DocsEditable() 1722 @DocsEditable()
1215 @DomName('SVGFECompositeElement') 1723 @DomName('SVGFECompositeElement')
1216 @Unstable() 1724 @Unstable()
1217 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt tributes { 1725 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt tributes {
1218 // To suppress missing implicit constructor warnings. 1726 // To suppress missing implicit constructor warnings.
1219 factory FECompositeElement._() { throw new UnsupportedError("Not supported"); } 1727 factory FECompositeElement._() { throw new UnsupportedError("Not supported"); }
1728
1729
1730 static FECompositeElement internalCreateFECompositeElement() {
1731 return new FECompositeElement._internalWrap();
1732 }
1733
1734 factory FECompositeElement._internalWrap() {
1735 return new FECompositeElement._internal();
1736 }
1737
1738 FECompositeElement._internal() : super._internal();
1739
1220 /** 1740 /**
1221 * Constructor instantiated by the DOM when a custom element has been created. 1741 * Constructor instantiated by the DOM when a custom element has been created.
1222 * 1742 *
1223 * This can only be called by subclasses from their created constructor. 1743 * This can only be called by subclasses from their created constructor.
1224 */ 1744 */
1225 FECompositeElement.created() : super.created(); 1745 FECompositeElement.created() : super.created();
1226 1746
1227 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC') 1747 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC')
1228 @DocsEditable() 1748 @DocsEditable()
1229 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; 1749 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') 1835 @SupportedBrowser(SupportedBrowser.IE, '10')
1316 @SupportedBrowser(SupportedBrowser.SAFARI) 1836 @SupportedBrowser(SupportedBrowser.SAFARI)
1317 @Unstable() 1837 @Unstable()
1318 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand ardAttributes { 1838 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand ardAttributes {
1319 // To suppress missing implicit constructor warnings. 1839 // To suppress missing implicit constructor warnings.
1320 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte d"); } 1840 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte d"); }
1321 1841
1322 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') 1842 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement')
1323 @DocsEditable() 1843 @DocsEditable()
1324 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("feConvolveMatrix"); 1844 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("feConvolveMatrix");
1845
1846
1847 static FEConvolveMatrixElement internalCreateFEConvolveMatrixElement() {
1848 return new FEConvolveMatrixElement._internalWrap();
1849 }
1850
1851 factory FEConvolveMatrixElement._internalWrap() {
1852 return new FEConvolveMatrixElement._internal();
1853 }
1854
1855 FEConvolveMatrixElement._internal() : super._internal();
1856
1325 /** 1857 /**
1326 * Constructor instantiated by the DOM when a custom element has been created. 1858 * Constructor instantiated by the DOM when a custom element has been created.
1327 * 1859 *
1328 * This can only be called by subclasses from their created constructor. 1860 * This can only be called by subclasses from their created constructor.
1329 */ 1861 */
1330 FEConvolveMatrixElement.created() : super.created(); 1862 FEConvolveMatrixElement.created() : super.created();
1331 1863
1332 /// Checks if this type is supported on the current platform. 1864 /// Checks if this type is supported on the current platform.
1333 static bool get supported => true; 1865 static bool get supported => true;
1334 1866
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 @SupportedBrowser(SupportedBrowser.IE, '10') 1963 @SupportedBrowser(SupportedBrowser.IE, '10')
1432 @SupportedBrowser(SupportedBrowser.SAFARI) 1964 @SupportedBrowser(SupportedBrowser.SAFARI)
1433 @Unstable() 1965 @Unstable()
1434 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan dardAttributes { 1966 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan dardAttributes {
1435 // To suppress missing implicit constructor warnings. 1967 // To suppress missing implicit constructor warnings.
1436 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support ed"); } 1968 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support ed"); }
1437 1969
1438 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') 1970 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement')
1439 @DocsEditable() 1971 @DocsEditable()
1440 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDiffuseLighting"); 1972 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDiffuseLighting");
1973
1974
1975 static FEDiffuseLightingElement internalCreateFEDiffuseLightingElement() {
1976 return new FEDiffuseLightingElement._internalWrap();
1977 }
1978
1979 factory FEDiffuseLightingElement._internalWrap() {
1980 return new FEDiffuseLightingElement._internal();
1981 }
1982
1983 FEDiffuseLightingElement._internal() : super._internal();
1984
1441 /** 1985 /**
1442 * Constructor instantiated by the DOM when a custom element has been created. 1986 * Constructor instantiated by the DOM when a custom element has been created.
1443 * 1987 *
1444 * This can only be called by subclasses from their created constructor. 1988 * This can only be called by subclasses from their created constructor.
1445 */ 1989 */
1446 FEDiffuseLightingElement.created() : super.created(); 1990 FEDiffuseLightingElement.created() : super.created();
1447 1991
1448 /// Checks if this type is supported on the current platform. 1992 /// Checks if this type is supported on the current platform.
1449 static bool get supported => true; 1993 static bool get supported => true;
1450 1994
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
1503 @SupportedBrowser(SupportedBrowser.IE, '10') 2047 @SupportedBrowser(SupportedBrowser.IE, '10')
1504 @SupportedBrowser(SupportedBrowser.SAFARI) 2048 @SupportedBrowser(SupportedBrowser.SAFARI)
1505 @Unstable() 2049 @Unstable()
1506 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan dardAttributes { 2050 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan dardAttributes {
1507 // To suppress missing implicit constructor warnings. 2051 // To suppress missing implicit constructor warnings.
1508 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support ed"); } 2052 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support ed"); }
1509 2053
1510 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') 2054 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement')
1511 @DocsEditable() 2055 @DocsEditable()
1512 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDisplacementMap"); 2056 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDisplacementMap");
2057
2058
2059 static FEDisplacementMapElement internalCreateFEDisplacementMapElement() {
2060 return new FEDisplacementMapElement._internalWrap();
2061 }
2062
2063 factory FEDisplacementMapElement._internalWrap() {
2064 return new FEDisplacementMapElement._internal();
2065 }
2066
2067 FEDisplacementMapElement._internal() : super._internal();
2068
1513 /** 2069 /**
1514 * Constructor instantiated by the DOM when a custom element has been created. 2070 * Constructor instantiated by the DOM when a custom element has been created.
1515 * 2071 *
1516 * This can only be called by subclasses from their created constructor. 2072 * This can only be called by subclasses from their created constructor.
1517 */ 2073 */
1518 FEDisplacementMapElement.created() : super.created(); 2074 FEDisplacementMapElement.created() : super.created();
1519 2075
1520 /// Checks if this type is supported on the current platform. 2076 /// Checks if this type is supported on the current platform.
1521 static bool get supported => true; 2077 static bool get supported => true;
1522 2078
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1595 @SupportedBrowser(SupportedBrowser.IE, '10') 2151 @SupportedBrowser(SupportedBrowser.IE, '10')
1596 @SupportedBrowser(SupportedBrowser.SAFARI) 2152 @SupportedBrowser(SupportedBrowser.SAFARI)
1597 @Unstable() 2153 @Unstable()
1598 class FEDistantLightElement extends SvgElement { 2154 class FEDistantLightElement extends SvgElement {
1599 // To suppress missing implicit constructor warnings. 2155 // To suppress missing implicit constructor warnings.
1600 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported" ); } 2156 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported" ); }
1601 2157
1602 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') 2158 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement')
1603 @DocsEditable() 2159 @DocsEditable()
1604 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement _tag("feDistantLight"); 2160 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement _tag("feDistantLight");
2161
2162
2163 static FEDistantLightElement internalCreateFEDistantLightElement() {
2164 return new FEDistantLightElement._internalWrap();
2165 }
2166
2167 factory FEDistantLightElement._internalWrap() {
2168 return new FEDistantLightElement._internal();
2169 }
2170
2171 FEDistantLightElement._internal() : super._internal();
2172
1605 /** 2173 /**
1606 * Constructor instantiated by the DOM when a custom element has been created. 2174 * Constructor instantiated by the DOM when a custom element has been created.
1607 * 2175 *
1608 * This can only be called by subclasses from their created constructor. 2176 * This can only be called by subclasses from their created constructor.
1609 */ 2177 */
1610 FEDistantLightElement.created() : super.created(); 2178 FEDistantLightElement.created() : super.created();
1611 2179
1612 /// Checks if this type is supported on the current platform. 2180 /// Checks if this type is supported on the current platform.
1613 static bool get supported => true; 2181 static bool get supported => true;
1614 2182
(...skipping 20 matching lines...) Expand all
1635 @SupportedBrowser(SupportedBrowser.IE, '10') 2203 @SupportedBrowser(SupportedBrowser.IE, '10')
1636 @SupportedBrowser(SupportedBrowser.SAFARI) 2204 @SupportedBrowser(SupportedBrowser.SAFARI)
1637 @Unstable() 2205 @Unstable()
1638 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib utes { 2206 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib utes {
1639 // To suppress missing implicit constructor warnings. 2207 // To suppress missing implicit constructor warnings.
1640 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); } 2208 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); }
1641 2209
1642 @DomName('SVGFEFloodElement.SVGFEFloodElement') 2210 @DomName('SVGFEFloodElement.SVGFEFloodElement')
1643 @DocsEditable() 2211 @DocsEditable()
1644 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFlood"); 2212 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFlood");
2213
2214
2215 static FEFloodElement internalCreateFEFloodElement() {
2216 return new FEFloodElement._internalWrap();
2217 }
2218
2219 factory FEFloodElement._internalWrap() {
2220 return new FEFloodElement._internal();
2221 }
2222
2223 FEFloodElement._internal() : super._internal();
2224
1645 /** 2225 /**
1646 * Constructor instantiated by the DOM when a custom element has been created. 2226 * Constructor instantiated by the DOM when a custom element has been created.
1647 * 2227 *
1648 * This can only be called by subclasses from their created constructor. 2228 * This can only be called by subclasses from their created constructor.
1649 */ 2229 */
1650 FEFloodElement.created() : super.created(); 2230 FEFloodElement.created() : super.created();
1651 2231
1652 /// Checks if this type is supported on the current platform. 2232 /// Checks if this type is supported on the current platform.
1653 static bool get supported => true; 2233 static bool get supported => true;
1654 2234
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 @SupportedBrowser(SupportedBrowser.IE, '10') 2267 @SupportedBrowser(SupportedBrowser.IE, '10')
1688 @SupportedBrowser(SupportedBrowser.SAFARI) 2268 @SupportedBrowser(SupportedBrowser.SAFARI)
1689 @Unstable() 2269 @Unstable()
1690 class FEFuncAElement extends _SVGComponentTransferFunctionElement { 2270 class FEFuncAElement extends _SVGComponentTransferFunctionElement {
1691 // To suppress missing implicit constructor warnings. 2271 // To suppress missing implicit constructor warnings.
1692 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); } 2272 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); }
1693 2273
1694 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') 2274 @DomName('SVGFEFuncAElement.SVGFEFuncAElement')
1695 @DocsEditable() 2275 @DocsEditable()
1696 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncA"); 2276 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncA");
2277
2278
2279 static FEFuncAElement internalCreateFEFuncAElement() {
2280 return new FEFuncAElement._internalWrap();
2281 }
2282
2283 factory FEFuncAElement._internalWrap() {
2284 return new FEFuncAElement._internal();
2285 }
2286
2287 FEFuncAElement._internal() : super._internal();
2288
1697 /** 2289 /**
1698 * Constructor instantiated by the DOM when a custom element has been created. 2290 * Constructor instantiated by the DOM when a custom element has been created.
1699 * 2291 *
1700 * This can only be called by subclasses from their created constructor. 2292 * This can only be called by subclasses from their created constructor.
1701 */ 2293 */
1702 FEFuncAElement.created() : super.created(); 2294 FEFuncAElement.created() : super.created();
1703 2295
1704 /// Checks if this type is supported on the current platform. 2296 /// Checks if this type is supported on the current platform.
1705 static bool get supported => true; 2297 static bool get supported => true;
1706 2298
(...skipping 12 matching lines...) Expand all
1719 @SupportedBrowser(SupportedBrowser.IE, '10') 2311 @SupportedBrowser(SupportedBrowser.IE, '10')
1720 @SupportedBrowser(SupportedBrowser.SAFARI) 2312 @SupportedBrowser(SupportedBrowser.SAFARI)
1721 @Unstable() 2313 @Unstable()
1722 class FEFuncBElement extends _SVGComponentTransferFunctionElement { 2314 class FEFuncBElement extends _SVGComponentTransferFunctionElement {
1723 // To suppress missing implicit constructor warnings. 2315 // To suppress missing implicit constructor warnings.
1724 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); } 2316 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); }
1725 2317
1726 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') 2318 @DomName('SVGFEFuncBElement.SVGFEFuncBElement')
1727 @DocsEditable() 2319 @DocsEditable()
1728 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncB"); 2320 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncB");
2321
2322
2323 static FEFuncBElement internalCreateFEFuncBElement() {
2324 return new FEFuncBElement._internalWrap();
2325 }
2326
2327 factory FEFuncBElement._internalWrap() {
2328 return new FEFuncBElement._internal();
2329 }
2330
2331 FEFuncBElement._internal() : super._internal();
2332
1729 /** 2333 /**
1730 * Constructor instantiated by the DOM when a custom element has been created. 2334 * Constructor instantiated by the DOM when a custom element has been created.
1731 * 2335 *
1732 * This can only be called by subclasses from their created constructor. 2336 * This can only be called by subclasses from their created constructor.
1733 */ 2337 */
1734 FEFuncBElement.created() : super.created(); 2338 FEFuncBElement.created() : super.created();
1735 2339
1736 /// Checks if this type is supported on the current platform. 2340 /// Checks if this type is supported on the current platform.
1737 static bool get supported => true; 2341 static bool get supported => true;
1738 2342
(...skipping 12 matching lines...) Expand all
1751 @SupportedBrowser(SupportedBrowser.IE, '10') 2355 @SupportedBrowser(SupportedBrowser.IE, '10')
1752 @SupportedBrowser(SupportedBrowser.SAFARI) 2356 @SupportedBrowser(SupportedBrowser.SAFARI)
1753 @Unstable() 2357 @Unstable()
1754 class FEFuncGElement extends _SVGComponentTransferFunctionElement { 2358 class FEFuncGElement extends _SVGComponentTransferFunctionElement {
1755 // To suppress missing implicit constructor warnings. 2359 // To suppress missing implicit constructor warnings.
1756 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); } 2360 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); }
1757 2361
1758 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') 2362 @DomName('SVGFEFuncGElement.SVGFEFuncGElement')
1759 @DocsEditable() 2363 @DocsEditable()
1760 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncG"); 2364 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncG");
2365
2366
2367 static FEFuncGElement internalCreateFEFuncGElement() {
2368 return new FEFuncGElement._internalWrap();
2369 }
2370
2371 factory FEFuncGElement._internalWrap() {
2372 return new FEFuncGElement._internal();
2373 }
2374
2375 FEFuncGElement._internal() : super._internal();
2376
1761 /** 2377 /**
1762 * Constructor instantiated by the DOM when a custom element has been created. 2378 * Constructor instantiated by the DOM when a custom element has been created.
1763 * 2379 *
1764 * This can only be called by subclasses from their created constructor. 2380 * This can only be called by subclasses from their created constructor.
1765 */ 2381 */
1766 FEFuncGElement.created() : super.created(); 2382 FEFuncGElement.created() : super.created();
1767 2383
1768 /// Checks if this type is supported on the current platform. 2384 /// Checks if this type is supported on the current platform.
1769 static bool get supported => true; 2385 static bool get supported => true;
1770 2386
(...skipping 12 matching lines...) Expand all
1783 @SupportedBrowser(SupportedBrowser.IE, '10') 2399 @SupportedBrowser(SupportedBrowser.IE, '10')
1784 @SupportedBrowser(SupportedBrowser.SAFARI) 2400 @SupportedBrowser(SupportedBrowser.SAFARI)
1785 @Unstable() 2401 @Unstable()
1786 class FEFuncRElement extends _SVGComponentTransferFunctionElement { 2402 class FEFuncRElement extends _SVGComponentTransferFunctionElement {
1787 // To suppress missing implicit constructor warnings. 2403 // To suppress missing implicit constructor warnings.
1788 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); } 2404 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); }
1789 2405
1790 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') 2406 @DomName('SVGFEFuncRElement.SVGFEFuncRElement')
1791 @DocsEditable() 2407 @DocsEditable()
1792 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncR"); 2408 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFuncR");
2409
2410
2411 static FEFuncRElement internalCreateFEFuncRElement() {
2412 return new FEFuncRElement._internalWrap();
2413 }
2414
2415 factory FEFuncRElement._internalWrap() {
2416 return new FEFuncRElement._internal();
2417 }
2418
2419 FEFuncRElement._internal() : super._internal();
2420
1793 /** 2421 /**
1794 * Constructor instantiated by the DOM when a custom element has been created. 2422 * Constructor instantiated by the DOM when a custom element has been created.
1795 * 2423 *
1796 * This can only be called by subclasses from their created constructor. 2424 * This can only be called by subclasses from their created constructor.
1797 */ 2425 */
1798 FEFuncRElement.created() : super.created(); 2426 FEFuncRElement.created() : super.created();
1799 2427
1800 /// Checks if this type is supported on the current platform. 2428 /// Checks if this type is supported on the current platform.
1801 static bool get supported => true; 2429 static bool get supported => true;
1802 2430
(...skipping 12 matching lines...) Expand all
1815 @SupportedBrowser(SupportedBrowser.IE, '10') 2443 @SupportedBrowser(SupportedBrowser.IE, '10')
1816 @SupportedBrowser(SupportedBrowser.SAFARI) 2444 @SupportedBrowser(SupportedBrowser.SAFARI)
1817 @Unstable() 2445 @Unstable()
1818 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar dAttributes { 2446 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar dAttributes {
1819 // To suppress missing implicit constructor warnings. 2447 // To suppress missing implicit constructor warnings.
1820 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported" ); } 2448 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported" ); }
1821 2449
1822 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') 2450 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement')
1823 @DocsEditable() 2451 @DocsEditable()
1824 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement _tag("feGaussianBlur"); 2452 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement _tag("feGaussianBlur");
2453
2454
2455 static FEGaussianBlurElement internalCreateFEGaussianBlurElement() {
2456 return new FEGaussianBlurElement._internalWrap();
2457 }
2458
2459 factory FEGaussianBlurElement._internalWrap() {
2460 return new FEGaussianBlurElement._internal();
2461 }
2462
2463 FEGaussianBlurElement._internal() : super._internal();
2464
1825 /** 2465 /**
1826 * Constructor instantiated by the DOM when a custom element has been created. 2466 * Constructor instantiated by the DOM when a custom element has been created.
1827 * 2467 *
1828 * This can only be called by subclasses from their created constructor. 2468 * This can only be called by subclasses from their created constructor.
1829 */ 2469 */
1830 FEGaussianBlurElement.created() : super.created(); 2470 FEGaussianBlurElement.created() : super.created();
1831 2471
1832 /// Checks if this type is supported on the current platform. 2472 /// Checks if this type is supported on the current platform.
1833 static bool get supported => true; 2473 static bool get supported => true;
1834 2474
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 @SupportedBrowser(SupportedBrowser.IE, '10') 2523 @SupportedBrowser(SupportedBrowser.IE, '10')
1884 @SupportedBrowser(SupportedBrowser.SAFARI) 2524 @SupportedBrowser(SupportedBrowser.SAFARI)
1885 @Unstable() 2525 @Unstable()
1886 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib utes, UriReference { 2526 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib utes, UriReference {
1887 // To suppress missing implicit constructor warnings. 2527 // To suppress missing implicit constructor warnings.
1888 factory FEImageElement._() { throw new UnsupportedError("Not supported"); } 2528 factory FEImageElement._() { throw new UnsupportedError("Not supported"); }
1889 2529
1890 @DomName('SVGFEImageElement.SVGFEImageElement') 2530 @DomName('SVGFEImageElement.SVGFEImageElement')
1891 @DocsEditable() 2531 @DocsEditable()
1892 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eImage"); 2532 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eImage");
2533
2534
2535 static FEImageElement internalCreateFEImageElement() {
2536 return new FEImageElement._internalWrap();
2537 }
2538
2539 factory FEImageElement._internalWrap() {
2540 return new FEImageElement._internal();
2541 }
2542
2543 FEImageElement._internal() : super._internal();
2544
1893 /** 2545 /**
1894 * Constructor instantiated by the DOM when a custom element has been created. 2546 * Constructor instantiated by the DOM when a custom element has been created.
1895 * 2547 *
1896 * This can only be called by subclasses from their created constructor. 2548 * This can only be called by subclasses from their created constructor.
1897 */ 2549 */
1898 FEImageElement.created() : super.created(); 2550 FEImageElement.created() : super.created();
1899 2551
1900 /// Checks if this type is supported on the current platform. 2552 /// Checks if this type is supported on the current platform.
1901 static bool get supported => true; 2553 static bool get supported => true;
1902 2554
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 @SupportedBrowser(SupportedBrowser.IE, '10') 2595 @SupportedBrowser(SupportedBrowser.IE, '10')
1944 @SupportedBrowser(SupportedBrowser.SAFARI) 2596 @SupportedBrowser(SupportedBrowser.SAFARI)
1945 @Unstable() 2597 @Unstable()
1946 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib utes { 2598 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib utes {
1947 // To suppress missing implicit constructor warnings. 2599 // To suppress missing implicit constructor warnings.
1948 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); } 2600 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); }
1949 2601
1950 @DomName('SVGFEMergeElement.SVGFEMergeElement') 2602 @DomName('SVGFEMergeElement.SVGFEMergeElement')
1951 @DocsEditable() 2603 @DocsEditable()
1952 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eMerge"); 2604 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eMerge");
2605
2606
2607 static FEMergeElement internalCreateFEMergeElement() {
2608 return new FEMergeElement._internalWrap();
2609 }
2610
2611 factory FEMergeElement._internalWrap() {
2612 return new FEMergeElement._internal();
2613 }
2614
2615 FEMergeElement._internal() : super._internal();
2616
1953 /** 2617 /**
1954 * Constructor instantiated by the DOM when a custom element has been created. 2618 * Constructor instantiated by the DOM when a custom element has been created.
1955 * 2619 *
1956 * This can only be called by subclasses from their created constructor. 2620 * This can only be called by subclasses from their created constructor.
1957 */ 2621 */
1958 FEMergeElement.created() : super.created(); 2622 FEMergeElement.created() : super.created();
1959 2623
1960 /// Checks if this type is supported on the current platform. 2624 /// Checks if this type is supported on the current platform.
1961 static bool get supported => true; 2625 static bool get supported => true;
1962 2626
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1995 @SupportedBrowser(SupportedBrowser.IE, '10') 2659 @SupportedBrowser(SupportedBrowser.IE, '10')
1996 @SupportedBrowser(SupportedBrowser.SAFARI) 2660 @SupportedBrowser(SupportedBrowser.SAFARI)
1997 @Unstable() 2661 @Unstable()
1998 class FEMergeNodeElement extends SvgElement { 2662 class FEMergeNodeElement extends SvgElement {
1999 // To suppress missing implicit constructor warnings. 2663 // To suppress missing implicit constructor warnings.
2000 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported"); } 2664 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported"); }
2001 2665
2002 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') 2666 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement')
2003 @DocsEditable() 2667 @DocsEditable()
2004 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feMergeNode"); 2668 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feMergeNode");
2669
2670
2671 static FEMergeNodeElement internalCreateFEMergeNodeElement() {
2672 return new FEMergeNodeElement._internalWrap();
2673 }
2674
2675 factory FEMergeNodeElement._internalWrap() {
2676 return new FEMergeNodeElement._internal();
2677 }
2678
2679 FEMergeNodeElement._internal() : super._internal();
2680
2005 /** 2681 /**
2006 * Constructor instantiated by the DOM when a custom element has been created. 2682 * Constructor instantiated by the DOM when a custom element has been created.
2007 * 2683 *
2008 * This can only be called by subclasses from their created constructor. 2684 * This can only be called by subclasses from their created constructor.
2009 */ 2685 */
2010 FEMergeNodeElement.created() : super.created(); 2686 FEMergeNodeElement.created() : super.created();
2011 2687
2012 /// Checks if this type is supported on the current platform. 2688 /// Checks if this type is supported on the current platform.
2013 static bool get supported => true; 2689 static bool get supported => true;
2014 2690
(...skipping 12 matching lines...) Expand all
2027 @DocsEditable() 2703 @DocsEditable()
2028 @DomName('SVGFEMorphologyElement') 2704 @DomName('SVGFEMorphologyElement')
2029 @SupportedBrowser(SupportedBrowser.CHROME) 2705 @SupportedBrowser(SupportedBrowser.CHROME)
2030 @SupportedBrowser(SupportedBrowser.FIREFOX) 2706 @SupportedBrowser(SupportedBrowser.FIREFOX)
2031 @SupportedBrowser(SupportedBrowser.IE, '10') 2707 @SupportedBrowser(SupportedBrowser.IE, '10')
2032 @SupportedBrowser(SupportedBrowser.SAFARI) 2708 @SupportedBrowser(SupportedBrowser.SAFARI)
2033 @Unstable() 2709 @Unstable()
2034 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA ttributes { 2710 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA ttributes {
2035 // To suppress missing implicit constructor warnings. 2711 // To suppress missing implicit constructor warnings.
2036 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported"); } 2712 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported"); }
2713
2714
2715 static FEMorphologyElement internalCreateFEMorphologyElement() {
2716 return new FEMorphologyElement._internalWrap();
2717 }
2718
2719 factory FEMorphologyElement._internalWrap() {
2720 return new FEMorphologyElement._internal();
2721 }
2722
2723 FEMorphologyElement._internal() : super._internal();
2724
2037 /** 2725 /**
2038 * Constructor instantiated by the DOM when a custom element has been created. 2726 * Constructor instantiated by the DOM when a custom element has been created.
2039 * 2727 *
2040 * This can only be called by subclasses from their created constructor. 2728 * This can only be called by subclasses from their created constructor.
2041 */ 2729 */
2042 FEMorphologyElement.created() : super.created(); 2730 FEMorphologyElement.created() : super.created();
2043 2731
2044 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') 2732 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE')
2045 @DocsEditable() 2733 @DocsEditable()
2046 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; 2734 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') 2792 @SupportedBrowser(SupportedBrowser.IE, '10')
2105 @SupportedBrowser(SupportedBrowser.SAFARI) 2793 @SupportedBrowser(SupportedBrowser.SAFARI)
2106 @Unstable() 2794 @Unstable()
2107 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri butes { 2795 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri butes {
2108 // To suppress missing implicit constructor warnings. 2796 // To suppress missing implicit constructor warnings.
2109 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); } 2797 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); }
2110 2798
2111 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') 2799 @DomName('SVGFEOffsetElement.SVGFEOffsetElement')
2112 @DocsEditable() 2800 @DocsEditable()
2113 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag(" feOffset"); 2801 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag(" feOffset");
2802
2803
2804 static FEOffsetElement internalCreateFEOffsetElement() {
2805 return new FEOffsetElement._internalWrap();
2806 }
2807
2808 factory FEOffsetElement._internalWrap() {
2809 return new FEOffsetElement._internal();
2810 }
2811
2812 FEOffsetElement._internal() : super._internal();
2813
2114 /** 2814 /**
2115 * Constructor instantiated by the DOM when a custom element has been created. 2815 * Constructor instantiated by the DOM when a custom element has been created.
2116 * 2816 *
2117 * This can only be called by subclasses from their created constructor. 2817 * This can only be called by subclasses from their created constructor.
2118 */ 2818 */
2119 FEOffsetElement.created() : super.created(); 2819 FEOffsetElement.created() : super.created();
2120 2820
2121 /// Checks if this type is supported on the current platform. 2821 /// Checks if this type is supported on the current platform.
2122 static bool get supported => true; 2822 static bool get supported => true;
2123 2823
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 @SupportedBrowser(SupportedBrowser.IE, '10') 2868 @SupportedBrowser(SupportedBrowser.IE, '10')
2169 @SupportedBrowser(SupportedBrowser.SAFARI) 2869 @SupportedBrowser(SupportedBrowser.SAFARI)
2170 @Unstable() 2870 @Unstable()
2171 class FEPointLightElement extends SvgElement { 2871 class FEPointLightElement extends SvgElement {
2172 // To suppress missing implicit constructor warnings. 2872 // To suppress missing implicit constructor warnings.
2173 factory FEPointLightElement._() { throw new UnsupportedError("Not supported"); } 2873 factory FEPointLightElement._() { throw new UnsupportedError("Not supported"); }
2174 2874
2175 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') 2875 @DomName('SVGFEPointLightElement.SVGFEPointLightElement')
2176 @DocsEditable() 2876 @DocsEditable()
2177 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t ag("fePointLight"); 2877 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t ag("fePointLight");
2878
2879
2880 static FEPointLightElement internalCreateFEPointLightElement() {
2881 return new FEPointLightElement._internalWrap();
2882 }
2883
2884 factory FEPointLightElement._internalWrap() {
2885 return new FEPointLightElement._internal();
2886 }
2887
2888 FEPointLightElement._internal() : super._internal();
2889
2178 /** 2890 /**
2179 * Constructor instantiated by the DOM when a custom element has been created. 2891 * Constructor instantiated by the DOM when a custom element has been created.
2180 * 2892 *
2181 * This can only be called by subclasses from their created constructor. 2893 * This can only be called by subclasses from their created constructor.
2182 */ 2894 */
2183 FEPointLightElement.created() : super.created(); 2895 FEPointLightElement.created() : super.created();
2184 2896
2185 /// Checks if this type is supported on the current platform. 2897 /// Checks if this type is supported on the current platform.
2186 static bool get supported => true; 2898 static bool get supported => true;
2187 2899
(...skipping 24 matching lines...) Expand all
2212 @SupportedBrowser(SupportedBrowser.IE, '10') 2924 @SupportedBrowser(SupportedBrowser.IE, '10')
2213 @SupportedBrowser(SupportedBrowser.SAFARI) 2925 @SupportedBrowser(SupportedBrowser.SAFARI)
2214 @Unstable() 2926 @Unstable()
2215 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta ndardAttributes { 2927 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta ndardAttributes {
2216 // To suppress missing implicit constructor warnings. 2928 // To suppress missing implicit constructor warnings.
2217 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor ted"); } 2929 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor ted"); }
2218 2930
2219 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') 2931 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement')
2220 @DocsEditable() 2932 @DocsEditable()
2221 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle ment_tag("feSpecularLighting"); 2933 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle ment_tag("feSpecularLighting");
2934
2935
2936 static FESpecularLightingElement internalCreateFESpecularLightingElement() {
2937 return new FESpecularLightingElement._internalWrap();
2938 }
2939
2940 factory FESpecularLightingElement._internalWrap() {
2941 return new FESpecularLightingElement._internal();
2942 }
2943
2944 FESpecularLightingElement._internal() : super._internal();
2945
2222 /** 2946 /**
2223 * Constructor instantiated by the DOM when a custom element has been created. 2947 * Constructor instantiated by the DOM when a custom element has been created.
2224 * 2948 *
2225 * This can only be called by subclasses from their created constructor. 2949 * This can only be called by subclasses from their created constructor.
2226 */ 2950 */
2227 FESpecularLightingElement.created() : super.created(); 2951 FESpecularLightingElement.created() : super.created();
2228 2952
2229 /// Checks if this type is supported on the current platform. 2953 /// Checks if this type is supported on the current platform.
2230 static bool get supported => true; 2954 static bool get supported => true;
2231 2955
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 @SupportedBrowser(SupportedBrowser.IE, '10') 3004 @SupportedBrowser(SupportedBrowser.IE, '10')
2281 @SupportedBrowser(SupportedBrowser.SAFARI) 3005 @SupportedBrowser(SupportedBrowser.SAFARI)
2282 @Unstable() 3006 @Unstable()
2283 class FESpotLightElement extends SvgElement { 3007 class FESpotLightElement extends SvgElement {
2284 // To suppress missing implicit constructor warnings. 3008 // To suppress missing implicit constructor warnings.
2285 factory FESpotLightElement._() { throw new UnsupportedError("Not supported"); } 3009 factory FESpotLightElement._() { throw new UnsupportedError("Not supported"); }
2286 3010
2287 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') 3011 @DomName('SVGFESpotLightElement.SVGFESpotLightElement')
2288 @DocsEditable() 3012 @DocsEditable()
2289 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feSpotLight"); 3013 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta g("feSpotLight");
3014
3015
3016 static FESpotLightElement internalCreateFESpotLightElement() {
3017 return new FESpotLightElement._internalWrap();
3018 }
3019
3020 factory FESpotLightElement._internalWrap() {
3021 return new FESpotLightElement._internal();
3022 }
3023
3024 FESpotLightElement._internal() : super._internal();
3025
2290 /** 3026 /**
2291 * Constructor instantiated by the DOM when a custom element has been created. 3027 * Constructor instantiated by the DOM when a custom element has been created.
2292 * 3028 *
2293 * This can only be called by subclasses from their created constructor. 3029 * This can only be called by subclasses from their created constructor.
2294 */ 3030 */
2295 FESpotLightElement.created() : super.created(); 3031 FESpotLightElement.created() : super.created();
2296 3032
2297 /// Checks if this type is supported on the current platform. 3033 /// Checks if this type is supported on the current platform.
2298 static bool get supported => true; 3034 static bool get supported => true;
2299 3035
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2344 @SupportedBrowser(SupportedBrowser.IE, '10') 3080 @SupportedBrowser(SupportedBrowser.IE, '10')
2345 @SupportedBrowser(SupportedBrowser.SAFARI) 3081 @SupportedBrowser(SupportedBrowser.SAFARI)
2346 @Unstable() 3082 @Unstable()
2347 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu tes { 3083 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu tes {
2348 // To suppress missing implicit constructor warnings. 3084 // To suppress missing implicit constructor warnings.
2349 factory FETileElement._() { throw new UnsupportedError("Not supported"); } 3085 factory FETileElement._() { throw new UnsupportedError("Not supported"); }
2350 3086
2351 @DomName('SVGFETileElement.SVGFETileElement') 3087 @DomName('SVGFETileElement.SVGFETileElement')
2352 @DocsEditable() 3088 @DocsEditable()
2353 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe Tile"); 3089 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe Tile");
3090
3091
3092 static FETileElement internalCreateFETileElement() {
3093 return new FETileElement._internalWrap();
3094 }
3095
3096 factory FETileElement._internalWrap() {
3097 return new FETileElement._internal();
3098 }
3099
3100 FETileElement._internal() : super._internal();
3101
2354 /** 3102 /**
2355 * Constructor instantiated by the DOM when a custom element has been created. 3103 * Constructor instantiated by the DOM when a custom element has been created.
2356 * 3104 *
2357 * This can only be called by subclasses from their created constructor. 3105 * This can only be called by subclasses from their created constructor.
2358 */ 3106 */
2359 FETileElement.created() : super.created(); 3107 FETileElement.created() : super.created();
2360 3108
2361 /// Checks if this type is supported on the current platform. 3109 /// Checks if this type is supported on the current platform.
2362 static bool get supported => true; 3110 static bool get supported => true;
2363 3111
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
2400 @SupportedBrowser(SupportedBrowser.IE, '10') 3148 @SupportedBrowser(SupportedBrowser.IE, '10')
2401 @SupportedBrowser(SupportedBrowser.SAFARI) 3149 @SupportedBrowser(SupportedBrowser.SAFARI)
2402 @Unstable() 3150 @Unstable()
2403 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA ttributes { 3151 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA ttributes {
2404 // To suppress missing implicit constructor warnings. 3152 // To suppress missing implicit constructor warnings.
2405 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported"); } 3153 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported"); }
2406 3154
2407 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') 3155 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement')
2408 @DocsEditable() 3156 @DocsEditable()
2409 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t ag("feTurbulence"); 3157 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t ag("feTurbulence");
3158
3159
3160 static FETurbulenceElement internalCreateFETurbulenceElement() {
3161 return new FETurbulenceElement._internalWrap();
3162 }
3163
3164 factory FETurbulenceElement._internalWrap() {
3165 return new FETurbulenceElement._internal();
3166 }
3167
3168 FETurbulenceElement._internal() : super._internal();
3169
2410 /** 3170 /**
2411 * Constructor instantiated by the DOM when a custom element has been created. 3171 * Constructor instantiated by the DOM when a custom element has been created.
2412 * 3172 *
2413 * This can only be called by subclasses from their created constructor. 3173 * This can only be called by subclasses from their created constructor.
2414 */ 3174 */
2415 FETurbulenceElement.created() : super.created(); 3175 FETurbulenceElement.created() : super.created();
2416 3176
2417 /// Checks if this type is supported on the current platform. 3177 /// Checks if this type is supported on the current platform.
2418 static bool get supported => true; 3178 static bool get supported => true;
2419 3179
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
2500 @SupportedBrowser(SupportedBrowser.IE, '10') 3260 @SupportedBrowser(SupportedBrowser.IE, '10')
2501 @SupportedBrowser(SupportedBrowser.SAFARI) 3261 @SupportedBrowser(SupportedBrowser.SAFARI)
2502 @Unstable() 3262 @Unstable()
2503 class FilterElement extends SvgElement implements UriReference { 3263 class FilterElement extends SvgElement implements UriReference {
2504 // To suppress missing implicit constructor warnings. 3264 // To suppress missing implicit constructor warnings.
2505 factory FilterElement._() { throw new UnsupportedError("Not supported"); } 3265 factory FilterElement._() { throw new UnsupportedError("Not supported"); }
2506 3266
2507 @DomName('SVGFilterElement.SVGFilterElement') 3267 @DomName('SVGFilterElement.SVGFilterElement')
2508 @DocsEditable() 3268 @DocsEditable()
2509 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter"); 3269 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter");
3270
3271
3272 static FilterElement internalCreateFilterElement() {
3273 return new FilterElement._internalWrap();
3274 }
3275
3276 factory FilterElement._internalWrap() {
3277 return new FilterElement._internal();
3278 }
3279
3280 FilterElement._internal() : super._internal();
3281
2510 /** 3282 /**
2511 * Constructor instantiated by the DOM when a custom element has been created. 3283 * Constructor instantiated by the DOM when a custom element has been created.
2512 * 3284 *
2513 * This can only be called by subclasses from their created constructor. 3285 * This can only be called by subclasses from their created constructor.
2514 */ 3286 */
2515 FilterElement.created() : super.created(); 3287 FilterElement.created() : super.created();
2516 3288
2517 /// Checks if this type is supported on the current platform. 3289 /// Checks if this type is supported on the current platform.
2518 static bool get supported => true; 3290 static bool get supported => true;
2519 3291
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
2565 // WARNING: Do not edit - generated code. 3337 // WARNING: Do not edit - generated code.
2566 3338
2567 3339
2568 @DocsEditable() 3340 @DocsEditable()
2569 @DomName('SVGFilterPrimitiveStandardAttributes') 3341 @DomName('SVGFilterPrimitiveStandardAttributes')
2570 @Unstable() 3342 @Unstable()
2571 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass 2 { 3343 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass 2 {
2572 // To suppress missing implicit constructor warnings. 3344 // To suppress missing implicit constructor warnings.
2573 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No t supported"); } 3345 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No t supported"); }
2574 3346
3347 static FilterPrimitiveStandardAttributes internalCreateFilterPrimitiveStandard Attributes() {
3348 return new FilterPrimitiveStandardAttributes._internalWrap();
3349 }
3350
3351 JsObject blink_jsObject = null;
3352
3353 factory FilterPrimitiveStandardAttributes._internalWrap() {
3354 return new FilterPrimitiveStandardAttributes._internal();
3355 }
3356
3357 FilterPrimitiveStandardAttributes._internal() { }
3358
3359 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
3360
2575 @DomName('SVGFilterPrimitiveStandardAttributes.height') 3361 @DomName('SVGFilterPrimitiveStandardAttributes.height')
2576 @DocsEditable() 3362 @DocsEditable()
2577 AnimatedLength get height; 3363 AnimatedLength get height;
2578 3364
2579 @DomName('SVGFilterPrimitiveStandardAttributes.result') 3365 @DomName('SVGFilterPrimitiveStandardAttributes.result')
2580 @DocsEditable() 3366 @DocsEditable()
2581 AnimatedString get result; 3367 AnimatedString get result;
2582 3368
2583 @DomName('SVGFilterPrimitiveStandardAttributes.width') 3369 @DomName('SVGFilterPrimitiveStandardAttributes.width')
2584 @DocsEditable() 3370 @DocsEditable()
(...skipping 15 matching lines...) Expand all
2600 // WARNING: Do not edit - generated code. 3386 // WARNING: Do not edit - generated code.
2601 3387
2602 3388
2603 @DocsEditable() 3389 @DocsEditable()
2604 @DomName('SVGFitToViewBox') 3390 @DomName('SVGFitToViewBox')
2605 @Unstable() 3391 @Unstable()
2606 abstract class FitToViewBox extends NativeFieldWrapperClass2 { 3392 abstract class FitToViewBox extends NativeFieldWrapperClass2 {
2607 // To suppress missing implicit constructor warnings. 3393 // To suppress missing implicit constructor warnings.
2608 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } 3394 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); }
2609 3395
3396 static FitToViewBox internalCreateFitToViewBox() {
3397 return new FitToViewBox._internalWrap();
3398 }
3399
3400 JsObject blink_jsObject = null;
3401
3402 factory FitToViewBox._internalWrap() {
3403 return new FitToViewBox._internal();
3404 }
3405
3406 FitToViewBox._internal() { }
3407
3408 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
3409
2610 @DomName('SVGFitToViewBox.preserveAspectRatio') 3410 @DomName('SVGFitToViewBox.preserveAspectRatio')
2611 @DocsEditable() 3411 @DocsEditable()
2612 AnimatedPreserveAspectRatio get preserveAspectRatio; 3412 AnimatedPreserveAspectRatio get preserveAspectRatio;
2613 3413
2614 @DomName('SVGFitToViewBox.viewBox') 3414 @DomName('SVGFitToViewBox.viewBox')
2615 @DocsEditable() 3415 @DocsEditable()
2616 AnimatedRect get viewBox; 3416 AnimatedRect get viewBox;
2617 3417
2618 } 3418 }
2619 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3419 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2620 // for details. All rights reserved. Use of this source code is governed by a 3420 // for details. All rights reserved. Use of this source code is governed by a
2621 // BSD-style license that can be found in the LICENSE file. 3421 // BSD-style license that can be found in the LICENSE file.
2622 3422
2623 // WARNING: Do not edit - generated code. 3423 // WARNING: Do not edit - generated code.
2624 3424
2625 3425
2626 @DocsEditable() 3426 @DocsEditable()
2627 @DomName('SVGForeignObjectElement') 3427 @DomName('SVGForeignObjectElement')
2628 @SupportedBrowser(SupportedBrowser.CHROME) 3428 @SupportedBrowser(SupportedBrowser.CHROME)
2629 @SupportedBrowser(SupportedBrowser.FIREFOX) 3429 @SupportedBrowser(SupportedBrowser.FIREFOX)
2630 @SupportedBrowser(SupportedBrowser.SAFARI) 3430 @SupportedBrowser(SupportedBrowser.SAFARI)
2631 @Unstable() 3431 @Unstable()
2632 class ForeignObjectElement extends GraphicsElement { 3432 class ForeignObjectElement extends GraphicsElement {
2633 // To suppress missing implicit constructor warnings. 3433 // To suppress missing implicit constructor warnings.
2634 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported") ; } 3434 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported") ; }
2635 3435
2636 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') 3436 @DomName('SVGForeignObjectElement.SVGForeignObjectElement')
2637 @DocsEditable() 3437 @DocsEditable()
2638 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject"); 3438 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_ tag("foreignObject");
3439
3440
3441 static ForeignObjectElement internalCreateForeignObjectElement() {
3442 return new ForeignObjectElement._internalWrap();
3443 }
3444
3445 factory ForeignObjectElement._internalWrap() {
3446 return new ForeignObjectElement._internal();
3447 }
3448
3449 ForeignObjectElement._internal() : super._internal();
3450
2639 /** 3451 /**
2640 * Constructor instantiated by the DOM when a custom element has been created. 3452 * Constructor instantiated by the DOM when a custom element has been created.
2641 * 3453 *
2642 * This can only be called by subclasses from their created constructor. 3454 * This can only be called by subclasses from their created constructor.
2643 */ 3455 */
2644 ForeignObjectElement.created() : super.created(); 3456 ForeignObjectElement.created() : super.created();
2645 3457
2646 /// Checks if this type is supported on the current platform. 3458 /// Checks if this type is supported on the current platform.
2647 static bool get supported => true; 3459 static bool get supported => true;
2648 3460
(...skipping 24 matching lines...) Expand all
2673 @DocsEditable() 3485 @DocsEditable()
2674 @DomName('SVGGElement') 3486 @DomName('SVGGElement')
2675 @Unstable() 3487 @Unstable()
2676 class GElement extends GraphicsElement { 3488 class GElement extends GraphicsElement {
2677 // To suppress missing implicit constructor warnings. 3489 // To suppress missing implicit constructor warnings.
2678 factory GElement._() { throw new UnsupportedError("Not supported"); } 3490 factory GElement._() { throw new UnsupportedError("Not supported"); }
2679 3491
2680 @DomName('SVGGElement.SVGGElement') 3492 @DomName('SVGGElement.SVGGElement')
2681 @DocsEditable() 3493 @DocsEditable()
2682 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); 3494 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g");
3495
3496
3497 static GElement internalCreateGElement() {
3498 return new GElement._internalWrap();
3499 }
3500
3501 factory GElement._internalWrap() {
3502 return new GElement._internal();
3503 }
3504
3505 GElement._internal() : super._internal();
3506
2683 /** 3507 /**
2684 * Constructor instantiated by the DOM when a custom element has been created. 3508 * Constructor instantiated by the DOM when a custom element has been created.
2685 * 3509 *
2686 * This can only be called by subclasses from their created constructor. 3510 * This can only be called by subclasses from their created constructor.
2687 */ 3511 */
2688 GElement.created() : super.created(); 3512 GElement.created() : super.created();
2689 3513
2690 } 3514 }
2691 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3515 // 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 3516 // 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. 3517 // BSD-style license that can be found in the LICENSE file.
2694 3518
2695 // WARNING: Do not edit - generated code. 3519 // WARNING: Do not edit - generated code.
2696 3520
2697 3521
2698 @DocsEditable() 3522 @DocsEditable()
2699 @DomName('SVGGeometryElement') 3523 @DomName('SVGGeometryElement')
2700 @Experimental() // untriaged 3524 @Experimental() // untriaged
2701 class GeometryElement extends GraphicsElement { 3525 class GeometryElement extends GraphicsElement {
2702 // To suppress missing implicit constructor warnings. 3526 // To suppress missing implicit constructor warnings.
2703 factory GeometryElement._() { throw new UnsupportedError("Not supported"); } 3527 factory GeometryElement._() { throw new UnsupportedError("Not supported"); }
3528
3529
3530 static GeometryElement internalCreateGeometryElement() {
3531 return new GeometryElement._internalWrap();
3532 }
3533
3534 factory GeometryElement._internalWrap() {
3535 return new GeometryElement._internal();
3536 }
3537
3538 GeometryElement._internal() : super._internal();
3539
2704 /** 3540 /**
2705 * Constructor instantiated by the DOM when a custom element has been created. 3541 * Constructor instantiated by the DOM when a custom element has been created.
2706 * 3542 *
2707 * This can only be called by subclasses from their created constructor. 3543 * This can only be called by subclasses from their created constructor.
2708 */ 3544 */
2709 GeometryElement.created() : super.created(); 3545 GeometryElement.created() : super.created();
2710 3546
2711 @DomName('SVGGeometryElement.isPointInFill') 3547 @DomName('SVGGeometryElement.isPointInFill')
2712 @DocsEditable() 3548 @DocsEditable()
2713 @Experimental() // untriaged 3549 @Experimental() // untriaged
(...skipping 11 matching lines...) Expand all
2725 3561
2726 // WARNING: Do not edit - generated code. 3562 // WARNING: Do not edit - generated code.
2727 3563
2728 3564
2729 @DocsEditable() 3565 @DocsEditable()
2730 @DomName('SVGGraphicsElement') 3566 @DomName('SVGGraphicsElement')
2731 @Experimental() // untriaged 3567 @Experimental() // untriaged
2732 class GraphicsElement extends SvgElement implements Tests { 3568 class GraphicsElement extends SvgElement implements Tests {
2733 // To suppress missing implicit constructor warnings. 3569 // To suppress missing implicit constructor warnings.
2734 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } 3570 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); }
3571
3572
3573 static GraphicsElement internalCreateGraphicsElement() {
3574 return new GraphicsElement._internalWrap();
3575 }
3576
3577 factory GraphicsElement._internalWrap() {
3578 return new GraphicsElement._internal();
3579 }
3580
3581 GraphicsElement._internal() : super._internal();
3582
2735 /** 3583 /**
2736 * Constructor instantiated by the DOM when a custom element has been created. 3584 * Constructor instantiated by the DOM when a custom element has been created.
2737 * 3585 *
2738 * This can only be called by subclasses from their created constructor. 3586 * This can only be called by subclasses from their created constructor.
2739 */ 3587 */
2740 GraphicsElement.created() : super.created(); 3588 GraphicsElement.created() : super.created();
2741 3589
2742 @DomName('SVGGraphicsElement.farthestViewportElement') 3590 @DomName('SVGGraphicsElement.farthestViewportElement')
2743 @DocsEditable() 3591 @DocsEditable()
2744 @Experimental() // untriaged 3592 @Experimental() // untriaged
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
2805 @DocsEditable() 3653 @DocsEditable()
2806 @DomName('SVGImageElement') 3654 @DomName('SVGImageElement')
2807 @Unstable() 3655 @Unstable()
2808 class ImageElement extends GraphicsElement implements UriReference { 3656 class ImageElement extends GraphicsElement implements UriReference {
2809 // To suppress missing implicit constructor warnings. 3657 // To suppress missing implicit constructor warnings.
2810 factory ImageElement._() { throw new UnsupportedError("Not supported"); } 3658 factory ImageElement._() { throw new UnsupportedError("Not supported"); }
2811 3659
2812 @DomName('SVGImageElement.SVGImageElement') 3660 @DomName('SVGImageElement.SVGImageElement')
2813 @DocsEditable() 3661 @DocsEditable()
2814 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge"); 3662 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima ge");
3663
3664
3665 static ImageElement internalCreateImageElement() {
3666 return new ImageElement._internalWrap();
3667 }
3668
3669 factory ImageElement._internalWrap() {
3670 return new ImageElement._internal();
3671 }
3672
3673 ImageElement._internal() : super._internal();
3674
2815 /** 3675 /**
2816 * Constructor instantiated by the DOM when a custom element has been created. 3676 * Constructor instantiated by the DOM when a custom element has been created.
2817 * 3677 *
2818 * This can only be called by subclasses from their created constructor. 3678 * This can only be called by subclasses from their created constructor.
2819 */ 3679 */
2820 ImageElement.created() : super.created(); 3680 ImageElement.created() : super.created();
2821 3681
2822 @DomName('SVGImageElement.height') 3682 @DomName('SVGImageElement.height')
2823 @DocsEditable() 3683 @DocsEditable()
2824 AnimatedLength get height => wrap_jso(_blink.BlinkSVGImageElement.instance.hei ght_Getter_(unwrap_jso(this))); 3684 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. 3711 // WARNING: Do not edit - generated code.
2852 3712
2853 3713
2854 @DocsEditable() 3714 @DocsEditable()
2855 @DomName('SVGLength') 3715 @DomName('SVGLength')
2856 @Unstable() 3716 @Unstable()
2857 class Length extends NativeFieldWrapperClass2 { 3717 class Length extends NativeFieldWrapperClass2 {
2858 // To suppress missing implicit constructor warnings. 3718 // To suppress missing implicit constructor warnings.
2859 factory Length._() { throw new UnsupportedError("Not supported"); } 3719 factory Length._() { throw new UnsupportedError("Not supported"); }
2860 3720
3721 static Length internalCreateLength() {
3722 return new Length._internalWrap();
3723 }
3724
3725 JsObject blink_jsObject = null;
3726
3727 factory Length._internalWrap() {
3728 return new Length._internal();
3729 }
3730
3731 Length._internal() { }
3732
3733 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
3734
2861 @DomName('SVGLength.SVG_LENGTHTYPE_CM') 3735 @DomName('SVGLength.SVG_LENGTHTYPE_CM')
2862 @DocsEditable() 3736 @DocsEditable()
2863 static const int SVG_LENGTHTYPE_CM = 6; 3737 static const int SVG_LENGTHTYPE_CM = 6;
2864 3738
2865 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') 3739 @DomName('SVGLength.SVG_LENGTHTYPE_EMS')
2866 @DocsEditable() 3740 @DocsEditable()
2867 static const int SVG_LENGTHTYPE_EMS = 3; 3741 static const int SVG_LENGTHTYPE_EMS = 3;
2868 3742
2869 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') 3743 @DomName('SVGLength.SVG_LENGTHTYPE_EXS')
2870 @DocsEditable() 3744 @DocsEditable()
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
2946 // WARNING: Do not edit - generated code. 3820 // WARNING: Do not edit - generated code.
2947 3821
2948 3822
2949 @DocsEditable() 3823 @DocsEditable()
2950 @DomName('SVGLengthList') 3824 @DomName('SVGLengthList')
2951 @Unstable() 3825 @Unstable()
2952 class LengthList extends NativeFieldWrapperClass2 with ListMixin<Length>, Immuta bleListMixin<Length> implements List<Length> { 3826 class LengthList extends NativeFieldWrapperClass2 with ListMixin<Length>, Immuta bleListMixin<Length> implements List<Length> {
2953 // To suppress missing implicit constructor warnings. 3827 // To suppress missing implicit constructor warnings.
2954 factory LengthList._() { throw new UnsupportedError("Not supported"); } 3828 factory LengthList._() { throw new UnsupportedError("Not supported"); }
2955 3829
3830 static LengthList internalCreateLengthList() {
3831 return new LengthList._internalWrap();
3832 }
3833
3834 JsObject blink_jsObject = null;
3835
3836 factory LengthList._internalWrap() {
3837 return new LengthList._internal();
3838 }
3839
3840 LengthList._internal() { }
3841
3842 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
3843
2956 @DomName('SVGLengthList.length') 3844 @DomName('SVGLengthList.length')
2957 @DocsEditable() 3845 @DocsEditable()
2958 @Experimental() // untriaged 3846 @Experimental() // untriaged
2959 int get length => _blink.BlinkSVGLengthList.instance.length_Getter_(unwrap_jso (this)); 3847 int get length => _blink.BlinkSVGLengthList.instance.length_Getter_(unwrap_jso (this));
2960 3848
2961 @DomName('SVGLengthList.numberOfItems') 3849 @DomName('SVGLengthList.numberOfItems')
2962 @DocsEditable() 3850 @DocsEditable()
2963 int get numberOfItems => _blink.BlinkSVGLengthList.instance.numberOfItems_Gett er_(unwrap_jso(this)); 3851 int get numberOfItems => _blink.BlinkSVGLengthList.instance.numberOfItems_Gett er_(unwrap_jso(this));
2964 3852
2965 Length operator[](int index) { 3853 Length operator[](int index) {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
3050 @DocsEditable() 3938 @DocsEditable()
3051 @DomName('SVGLineElement') 3939 @DomName('SVGLineElement')
3052 @Unstable() 3940 @Unstable()
3053 class LineElement extends GeometryElement { 3941 class LineElement extends GeometryElement {
3054 // To suppress missing implicit constructor warnings. 3942 // To suppress missing implicit constructor warnings.
3055 factory LineElement._() { throw new UnsupportedError("Not supported"); } 3943 factory LineElement._() { throw new UnsupportedError("Not supported"); }
3056 3944
3057 @DomName('SVGLineElement.SVGLineElement') 3945 @DomName('SVGLineElement.SVGLineElement')
3058 @DocsEditable() 3946 @DocsEditable()
3059 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line "); 3947 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line ");
3948
3949
3950 static LineElement internalCreateLineElement() {
3951 return new LineElement._internalWrap();
3952 }
3953
3954 factory LineElement._internalWrap() {
3955 return new LineElement._internal();
3956 }
3957
3958 LineElement._internal() : super._internal();
3959
3060 /** 3960 /**
3061 * Constructor instantiated by the DOM when a custom element has been created. 3961 * Constructor instantiated by the DOM when a custom element has been created.
3062 * 3962 *
3063 * This can only be called by subclasses from their created constructor. 3963 * This can only be called by subclasses from their created constructor.
3064 */ 3964 */
3065 LineElement.created() : super.created(); 3965 LineElement.created() : super.created();
3066 3966
3067 @DomName('SVGLineElement.x1') 3967 @DomName('SVGLineElement.x1')
3068 @DocsEditable() 3968 @DocsEditable()
3069 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLineElement.instance.x1_Gette r_(unwrap_jso(this))); 3969 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLineElement.instance.x1_Gette r_(unwrap_jso(this)));
(...skipping 21 matching lines...) Expand all
3091 @DocsEditable() 3991 @DocsEditable()
3092 @DomName('SVGLinearGradientElement') 3992 @DomName('SVGLinearGradientElement')
3093 @Unstable() 3993 @Unstable()
3094 class LinearGradientElement extends _GradientElement { 3994 class LinearGradientElement extends _GradientElement {
3095 // To suppress missing implicit constructor warnings. 3995 // To suppress missing implicit constructor warnings.
3096 factory LinearGradientElement._() { throw new UnsupportedError("Not supported" ); } 3996 factory LinearGradientElement._() { throw new UnsupportedError("Not supported" ); }
3097 3997
3098 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') 3998 @DomName('SVGLinearGradientElement.SVGLinearGradientElement')
3099 @DocsEditable() 3999 @DocsEditable()
3100 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient"); 4000 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("linearGradient");
4001
4002
4003 static LinearGradientElement internalCreateLinearGradientElement() {
4004 return new LinearGradientElement._internalWrap();
4005 }
4006
4007 factory LinearGradientElement._internalWrap() {
4008 return new LinearGradientElement._internal();
4009 }
4010
4011 LinearGradientElement._internal() : super._internal();
4012
3101 /** 4013 /**
3102 * Constructor instantiated by the DOM when a custom element has been created. 4014 * Constructor instantiated by the DOM when a custom element has been created.
3103 * 4015 *
3104 * This can only be called by subclasses from their created constructor. 4016 * This can only be called by subclasses from their created constructor.
3105 */ 4017 */
3106 LinearGradientElement.created() : super.created(); 4018 LinearGradientElement.created() : super.created();
3107 4019
3108 @DomName('SVGLinearGradientElement.x1') 4020 @DomName('SVGLinearGradientElement.x1')
3109 @DocsEditable() 4021 @DocsEditable()
3110 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLinearGradientElement.instanc e.x1_Getter_(unwrap_jso(this))); 4022 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLinearGradientElement.instanc e.x1_Getter_(unwrap_jso(this)));
(...skipping 21 matching lines...) Expand all
3132 @DocsEditable() 4044 @DocsEditable()
3133 @DomName('SVGMarkerElement') 4045 @DomName('SVGMarkerElement')
3134 @Unstable() 4046 @Unstable()
3135 class MarkerElement extends SvgElement implements FitToViewBox { 4047 class MarkerElement extends SvgElement implements FitToViewBox {
3136 // To suppress missing implicit constructor warnings. 4048 // To suppress missing implicit constructor warnings.
3137 factory MarkerElement._() { throw new UnsupportedError("Not supported"); } 4049 factory MarkerElement._() { throw new UnsupportedError("Not supported"); }
3138 4050
3139 @DomName('SVGMarkerElement.SVGMarkerElement') 4051 @DomName('SVGMarkerElement.SVGMarkerElement')
3140 @DocsEditable() 4052 @DocsEditable()
3141 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma rker"); 4053 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma rker");
4054
4055
4056 static MarkerElement internalCreateMarkerElement() {
4057 return new MarkerElement._internalWrap();
4058 }
4059
4060 factory MarkerElement._internalWrap() {
4061 return new MarkerElement._internal();
4062 }
4063
4064 MarkerElement._internal() : super._internal();
4065
3142 /** 4066 /**
3143 * Constructor instantiated by the DOM when a custom element has been created. 4067 * Constructor instantiated by the DOM when a custom element has been created.
3144 * 4068 *
3145 * This can only be called by subclasses from their created constructor. 4069 * This can only be called by subclasses from their created constructor.
3146 */ 4070 */
3147 MarkerElement.created() : super.created(); 4071 MarkerElement.created() : super.created();
3148 4072
3149 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH') 4073 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH')
3150 @DocsEditable() 4074 @DocsEditable()
3151 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; 4075 static const int SVG_MARKERUNITS_STROKEWIDTH = 2;
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
3225 @DocsEditable() 4149 @DocsEditable()
3226 @DomName('SVGMaskElement') 4150 @DomName('SVGMaskElement')
3227 @Unstable() 4151 @Unstable()
3228 class MaskElement extends SvgElement implements Tests { 4152 class MaskElement extends SvgElement implements Tests {
3229 // To suppress missing implicit constructor warnings. 4153 // To suppress missing implicit constructor warnings.
3230 factory MaskElement._() { throw new UnsupportedError("Not supported"); } 4154 factory MaskElement._() { throw new UnsupportedError("Not supported"); }
3231 4155
3232 @DomName('SVGMaskElement.SVGMaskElement') 4156 @DomName('SVGMaskElement.SVGMaskElement')
3233 @DocsEditable() 4157 @DocsEditable()
3234 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask "); 4158 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask ");
4159
4160
4161 static MaskElement internalCreateMaskElement() {
4162 return new MaskElement._internalWrap();
4163 }
4164
4165 factory MaskElement._internalWrap() {
4166 return new MaskElement._internal();
4167 }
4168
4169 MaskElement._internal() : super._internal();
4170
3235 /** 4171 /**
3236 * Constructor instantiated by the DOM when a custom element has been created. 4172 * Constructor instantiated by the DOM when a custom element has been created.
3237 * 4173 *
3238 * This can only be called by subclasses from their created constructor. 4174 * This can only be called by subclasses from their created constructor.
3239 */ 4175 */
3240 MaskElement.created() : super.created(); 4176 MaskElement.created() : super.created();
3241 4177
3242 @DomName('SVGMaskElement.height') 4178 @DomName('SVGMaskElement.height')
3243 @DocsEditable() 4179 @DocsEditable()
3244 AnimatedLength get height => wrap_jso(_blink.BlinkSVGMaskElement.instance.heig ht_Getter_(unwrap_jso(this))); 4180 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. 4223 // WARNING: Do not edit - generated code.
3288 4224
3289 4225
3290 @DocsEditable() 4226 @DocsEditable()
3291 @DomName('SVGMatrix') 4227 @DomName('SVGMatrix')
3292 @Unstable() 4228 @Unstable()
3293 class Matrix extends NativeFieldWrapperClass2 { 4229 class Matrix extends NativeFieldWrapperClass2 {
3294 // To suppress missing implicit constructor warnings. 4230 // To suppress missing implicit constructor warnings.
3295 factory Matrix._() { throw new UnsupportedError("Not supported"); } 4231 factory Matrix._() { throw new UnsupportedError("Not supported"); }
3296 4232
4233 static Matrix internalCreateMatrix() {
4234 return new Matrix._internalWrap();
4235 }
4236
4237 JsObject blink_jsObject = null;
4238
4239 factory Matrix._internalWrap() {
4240 return new Matrix._internal();
4241 }
4242
4243 Matrix._internal() { }
4244
4245 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
4246
3297 @DomName('SVGMatrix.a') 4247 @DomName('SVGMatrix.a')
3298 @DocsEditable() 4248 @DocsEditable()
3299 num get a => _blink.BlinkSVGMatrix.instance.a_Getter_(unwrap_jso(this)); 4249 num get a => _blink.BlinkSVGMatrix.instance.a_Getter_(unwrap_jso(this));
3300 4250
3301 @DomName('SVGMatrix.a') 4251 @DomName('SVGMatrix.a')
3302 @DocsEditable() 4252 @DocsEditable()
3303 void set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(unwrap_jso(t his), value); 4253 void set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(unwrap_jso(t his), value);
3304 4254
3305 @DomName('SVGMatrix.b') 4255 @DomName('SVGMatrix.b')
3306 @DocsEditable() 4256 @DocsEditable()
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
3393 4343
3394 // WARNING: Do not edit - generated code. 4344 // WARNING: Do not edit - generated code.
3395 4345
3396 4346
3397 @DocsEditable() 4347 @DocsEditable()
3398 @DomName('SVGMetadataElement') 4348 @DomName('SVGMetadataElement')
3399 @Unstable() 4349 @Unstable()
3400 class MetadataElement extends SvgElement { 4350 class MetadataElement extends SvgElement {
3401 // To suppress missing implicit constructor warnings. 4351 // To suppress missing implicit constructor warnings.
3402 factory MetadataElement._() { throw new UnsupportedError("Not supported"); } 4352 factory MetadataElement._() { throw new UnsupportedError("Not supported"); }
4353
4354
4355 static MetadataElement internalCreateMetadataElement() {
4356 return new MetadataElement._internalWrap();
4357 }
4358
4359 factory MetadataElement._internalWrap() {
4360 return new MetadataElement._internal();
4361 }
4362
4363 MetadataElement._internal() : super._internal();
4364
3403 /** 4365 /**
3404 * Constructor instantiated by the DOM when a custom element has been created. 4366 * Constructor instantiated by the DOM when a custom element has been created.
3405 * 4367 *
3406 * This can only be called by subclasses from their created constructor. 4368 * This can only be called by subclasses from their created constructor.
3407 */ 4369 */
3408 MetadataElement.created() : super.created(); 4370 MetadataElement.created() : super.created();
3409 4371
3410 } 4372 }
3411 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4373 // 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 4374 // 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. 4375 // BSD-style license that can be found in the LICENSE file.
3414 4376
3415 // WARNING: Do not edit - generated code. 4377 // WARNING: Do not edit - generated code.
3416 4378
3417 4379
3418 @DocsEditable() 4380 @DocsEditable()
3419 @DomName('SVGNumber') 4381 @DomName('SVGNumber')
3420 @Unstable() 4382 @Unstable()
3421 class Number extends NativeFieldWrapperClass2 { 4383 class Number extends NativeFieldWrapperClass2 {
3422 // To suppress missing implicit constructor warnings. 4384 // To suppress missing implicit constructor warnings.
3423 factory Number._() { throw new UnsupportedError("Not supported"); } 4385 factory Number._() { throw new UnsupportedError("Not supported"); }
3424 4386
4387 static Number internalCreateNumber() {
4388 return new Number._internalWrap();
4389 }
4390
4391 JsObject blink_jsObject = null;
4392
4393 factory Number._internalWrap() {
4394 return new Number._internal();
4395 }
4396
4397 Number._internal() { }
4398
4399 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
4400
3425 @DomName('SVGNumber.value') 4401 @DomName('SVGNumber.value')
3426 @DocsEditable() 4402 @DocsEditable()
3427 num get value => _blink.BlinkSVGNumber.instance.value_Getter_(unwrap_jso(this) ); 4403 num get value => _blink.BlinkSVGNumber.instance.value_Getter_(unwrap_jso(this) );
3428 4404
3429 @DomName('SVGNumber.value') 4405 @DomName('SVGNumber.value')
3430 @DocsEditable() 4406 @DocsEditable()
3431 void set value(num value) => _blink.BlinkSVGNumber.instance.value_Setter_(unwr ap_jso(this), value); 4407 void set value(num value) => _blink.BlinkSVGNumber.instance.value_Setter_(unwr ap_jso(this), value);
3432 4408
3433 } 4409 }
3434 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4410 // 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 4411 // 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. 4412 // BSD-style license that can be found in the LICENSE file.
3437 4413
3438 // WARNING: Do not edit - generated code. 4414 // WARNING: Do not edit - generated code.
3439 4415
3440 4416
3441 @DocsEditable() 4417 @DocsEditable()
3442 @DomName('SVGNumberList') 4418 @DomName('SVGNumberList')
3443 @Unstable() 4419 @Unstable()
3444 class NumberList extends NativeFieldWrapperClass2 with ListMixin<Number>, Immuta bleListMixin<Number> implements List<Number> { 4420 class NumberList extends NativeFieldWrapperClass2 with ListMixin<Number>, Immuta bleListMixin<Number> implements List<Number> {
3445 // To suppress missing implicit constructor warnings. 4421 // To suppress missing implicit constructor warnings.
3446 factory NumberList._() { throw new UnsupportedError("Not supported"); } 4422 factory NumberList._() { throw new UnsupportedError("Not supported"); }
3447 4423
4424 static NumberList internalCreateNumberList() {
4425 return new NumberList._internalWrap();
4426 }
4427
4428 JsObject blink_jsObject = null;
4429
4430 factory NumberList._internalWrap() {
4431 return new NumberList._internal();
4432 }
4433
4434 NumberList._internal() { }
4435
4436 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
4437
3448 @DomName('SVGNumberList.length') 4438 @DomName('SVGNumberList.length')
3449 @DocsEditable() 4439 @DocsEditable()
3450 @Experimental() // untriaged 4440 @Experimental() // untriaged
3451 int get length => _blink.BlinkSVGNumberList.instance.length_Getter_(unwrap_jso (this)); 4441 int get length => _blink.BlinkSVGNumberList.instance.length_Getter_(unwrap_jso (this));
3452 4442
3453 @DomName('SVGNumberList.numberOfItems') 4443 @DomName('SVGNumberList.numberOfItems')
3454 @DocsEditable() 4444 @DocsEditable()
3455 int get numberOfItems => _blink.BlinkSVGNumberList.instance.numberOfItems_Gett er_(unwrap_jso(this)); 4445 int get numberOfItems => _blink.BlinkSVGNumberList.instance.numberOfItems_Gett er_(unwrap_jso(this));
3456 4446
3457 Number operator[](int index) { 4447 Number operator[](int index) {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
3542 @DocsEditable() 4532 @DocsEditable()
3543 @DomName('SVGPathElement') 4533 @DomName('SVGPathElement')
3544 @Unstable() 4534 @Unstable()
3545 class PathElement extends GeometryElement { 4535 class PathElement extends GeometryElement {
3546 // To suppress missing implicit constructor warnings. 4536 // To suppress missing implicit constructor warnings.
3547 factory PathElement._() { throw new UnsupportedError("Not supported"); } 4537 factory PathElement._() { throw new UnsupportedError("Not supported"); }
3548 4538
3549 @DomName('SVGPathElement.SVGPathElement') 4539 @DomName('SVGPathElement.SVGPathElement')
3550 @DocsEditable() 4540 @DocsEditable()
3551 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path "); 4541 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path ");
4542
4543
4544 static PathElement internalCreatePathElement() {
4545 return new PathElement._internalWrap();
4546 }
4547
4548 factory PathElement._internalWrap() {
4549 return new PathElement._internal();
4550 }
4551
4552 PathElement._internal() : super._internal();
4553
3552 /** 4554 /**
3553 * Constructor instantiated by the DOM when a custom element has been created. 4555 * Constructor instantiated by the DOM when a custom element has been created.
3554 * 4556 *
3555 * This can only be called by subclasses from their created constructor. 4557 * This can only be called by subclasses from their created constructor.
3556 */ 4558 */
3557 PathElement.created() : super.created(); 4559 PathElement.created() : super.created();
3558 4560
3559 @DomName('SVGPathElement.animatedNormalizedPathSegList') 4561 @DomName('SVGPathElement.animatedNormalizedPathSegList')
3560 @DocsEditable() 4562 @DocsEditable()
3561 PathSegList get animatedNormalizedPathSegList => wrap_jso(_blink.BlinkSVGPathE lement.instance.animatedNormalizedPathSegList_Getter_(unwrap_jso(this))); 4563 PathSegList get animatedNormalizedPathSegList => wrap_jso(_blink.BlinkSVGPathE lement.instance.animatedNormalizedPathSegList_Getter_(unwrap_jso(this)));
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
3672 // WARNING: Do not edit - generated code. 4674 // WARNING: Do not edit - generated code.
3673 4675
3674 4676
3675 @DocsEditable() 4677 @DocsEditable()
3676 @DomName('SVGPathSeg') 4678 @DomName('SVGPathSeg')
3677 @Unstable() 4679 @Unstable()
3678 class PathSeg extends NativeFieldWrapperClass2 { 4680 class PathSeg extends NativeFieldWrapperClass2 {
3679 // To suppress missing implicit constructor warnings. 4681 // To suppress missing implicit constructor warnings.
3680 factory PathSeg._() { throw new UnsupportedError("Not supported"); } 4682 factory PathSeg._() { throw new UnsupportedError("Not supported"); }
3681 4683
4684 static PathSeg internalCreatePathSeg() {
4685 return new PathSeg._internalWrap();
4686 }
4687
4688 JsObject blink_jsObject = null;
4689
4690 factory PathSeg._internalWrap() {
4691 return new PathSeg._internal();
4692 }
4693
4694 PathSeg._internal() { }
4695
4696 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
4697
3682 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') 4698 @DomName('SVGPathSeg.PATHSEG_ARC_ABS')
3683 @DocsEditable() 4699 @DocsEditable()
3684 static const int PATHSEG_ARC_ABS = 10; 4700 static const int PATHSEG_ARC_ABS = 10;
3685 4701
3686 @DomName('SVGPathSeg.PATHSEG_ARC_REL') 4702 @DomName('SVGPathSeg.PATHSEG_ARC_REL')
3687 @DocsEditable() 4703 @DocsEditable()
3688 static const int PATHSEG_ARC_REL = 11; 4704 static const int PATHSEG_ARC_REL = 11;
3689 4705
3690 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') 4706 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH')
3691 @DocsEditable() 4707 @DocsEditable()
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
3775 // WARNING: Do not edit - generated code. 4791 // WARNING: Do not edit - generated code.
3776 4792
3777 4793
3778 @DocsEditable() 4794 @DocsEditable()
3779 @DomName('SVGPathSegArcAbs') 4795 @DomName('SVGPathSegArcAbs')
3780 @Unstable() 4796 @Unstable()
3781 class PathSegArcAbs extends PathSeg { 4797 class PathSegArcAbs extends PathSeg {
3782 // To suppress missing implicit constructor warnings. 4798 // To suppress missing implicit constructor warnings.
3783 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } 4799 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); }
3784 4800
4801
4802 static PathSegArcAbs internalCreatePathSegArcAbs() {
4803 return new PathSegArcAbs._internalWrap();
4804 }
4805
4806 factory PathSegArcAbs._internalWrap() {
4807 return new PathSegArcAbs._internal();
4808 }
4809
4810 PathSegArcAbs._internal() : super._internal();
4811
4812
3785 @DomName('SVGPathSegArcAbs.angle') 4813 @DomName('SVGPathSegArcAbs.angle')
3786 @DocsEditable() 4814 @DocsEditable()
3787 num get angle => _blink.BlinkSVGPathSegArcAbs.instance.angle_Getter_(unwrap_js o(this)); 4815 num get angle => _blink.BlinkSVGPathSegArcAbs.instance.angle_Getter_(unwrap_js o(this));
3788 4816
3789 @DomName('SVGPathSegArcAbs.angle') 4817 @DomName('SVGPathSegArcAbs.angle')
3790 @DocsEditable() 4818 @DocsEditable()
3791 void set angle(num value) => _blink.BlinkSVGPathSegArcAbs.instance.angle_Sette r_(unwrap_jso(this), value); 4819 void set angle(num value) => _blink.BlinkSVGPathSegArcAbs.instance.angle_Sette r_(unwrap_jso(this), value);
3792 4820
3793 @DomName('SVGPathSegArcAbs.largeArcFlag') 4821 @DomName('SVGPathSegArcAbs.largeArcFlag')
3794 @DocsEditable() 4822 @DocsEditable()
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
3846 // WARNING: Do not edit - generated code. 4874 // WARNING: Do not edit - generated code.
3847 4875
3848 4876
3849 @DocsEditable() 4877 @DocsEditable()
3850 @DomName('SVGPathSegArcRel') 4878 @DomName('SVGPathSegArcRel')
3851 @Unstable() 4879 @Unstable()
3852 class PathSegArcRel extends PathSeg { 4880 class PathSegArcRel extends PathSeg {
3853 // To suppress missing implicit constructor warnings. 4881 // To suppress missing implicit constructor warnings.
3854 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } 4882 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); }
3855 4883
4884
4885 static PathSegArcRel internalCreatePathSegArcRel() {
4886 return new PathSegArcRel._internalWrap();
4887 }
4888
4889 factory PathSegArcRel._internalWrap() {
4890 return new PathSegArcRel._internal();
4891 }
4892
4893 PathSegArcRel._internal() : super._internal();
4894
4895
3856 @DomName('SVGPathSegArcRel.angle') 4896 @DomName('SVGPathSegArcRel.angle')
3857 @DocsEditable() 4897 @DocsEditable()
3858 num get angle => _blink.BlinkSVGPathSegArcRel.instance.angle_Getter_(unwrap_js o(this)); 4898 num get angle => _blink.BlinkSVGPathSegArcRel.instance.angle_Getter_(unwrap_js o(this));
3859 4899
3860 @DomName('SVGPathSegArcRel.angle') 4900 @DomName('SVGPathSegArcRel.angle')
3861 @DocsEditable() 4901 @DocsEditable()
3862 void set angle(num value) => _blink.BlinkSVGPathSegArcRel.instance.angle_Sette r_(unwrap_jso(this), value); 4902 void set angle(num value) => _blink.BlinkSVGPathSegArcRel.instance.angle_Sette r_(unwrap_jso(this), value);
3863 4903
3864 @DomName('SVGPathSegArcRel.largeArcFlag') 4904 @DomName('SVGPathSegArcRel.largeArcFlag')
3865 @DocsEditable() 4905 @DocsEditable()
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
3917 // WARNING: Do not edit - generated code. 4957 // WARNING: Do not edit - generated code.
3918 4958
3919 4959
3920 @DocsEditable() 4960 @DocsEditable()
3921 @DomName('SVGPathSegClosePath') 4961 @DomName('SVGPathSegClosePath')
3922 @Unstable() 4962 @Unstable()
3923 class PathSegClosePath extends PathSeg { 4963 class PathSegClosePath extends PathSeg {
3924 // To suppress missing implicit constructor warnings. 4964 // To suppress missing implicit constructor warnings.
3925 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); } 4965 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); }
3926 4966
4967
4968 static PathSegClosePath internalCreatePathSegClosePath() {
4969 return new PathSegClosePath._internalWrap();
4970 }
4971
4972 factory PathSegClosePath._internalWrap() {
4973 return new PathSegClosePath._internal();
4974 }
4975
4976 PathSegClosePath._internal() : super._internal();
4977
4978
3927 } 4979 }
3928 // 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
3929 // 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
3930 // BSD-style license that can be found in the LICENSE file. 4982 // BSD-style license that can be found in the LICENSE file.
3931 4983
3932 // WARNING: Do not edit - generated code. 4984 // WARNING: Do not edit - generated code.
3933 4985
3934 4986
3935 @DocsEditable() 4987 @DocsEditable()
3936 @DomName('SVGPathSegCurvetoCubicAbs') 4988 @DomName('SVGPathSegCurvetoCubicAbs')
3937 @Unstable() 4989 @Unstable()
3938 class PathSegCurvetoCubicAbs extends PathSeg { 4990 class PathSegCurvetoCubicAbs extends PathSeg {
3939 // To suppress missing implicit constructor warnings. 4991 // To suppress missing implicit constructor warnings.
3940 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported "); } 4992 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported "); }
3941 4993
4994
4995 static PathSegCurvetoCubicAbs internalCreatePathSegCurvetoCubicAbs() {
4996 return new PathSegCurvetoCubicAbs._internalWrap();
4997 }
4998
4999 factory PathSegCurvetoCubicAbs._internalWrap() {
5000 return new PathSegCurvetoCubicAbs._internal();
5001 }
5002
5003 PathSegCurvetoCubicAbs._internal() : super._internal();
5004
5005
3942 @DomName('SVGPathSegCurvetoCubicAbs.x') 5006 @DomName('SVGPathSegCurvetoCubicAbs.x')
3943 @DocsEditable() 5007 @DocsEditable()
3944 num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Getter_(unwrap_j so(this)); 5008 num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Getter_(unwrap_j so(this));
3945 5009
3946 @DomName('SVGPathSegCurvetoCubicAbs.x') 5010 @DomName('SVGPathSegCurvetoCubicAbs.x')
3947 @DocsEditable() 5011 @DocsEditable()
3948 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Sett er_(unwrap_jso(this), value); 5012 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Sett er_(unwrap_jso(this), value);
3949 5013
3950 @DomName('SVGPathSegCurvetoCubicAbs.x1') 5014 @DomName('SVGPathSegCurvetoCubicAbs.x1')
3951 @DocsEditable() 5015 @DocsEditable()
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
3995 // WARNING: Do not edit - generated code. 5059 // WARNING: Do not edit - generated code.
3996 5060
3997 5061
3998 @DocsEditable() 5062 @DocsEditable()
3999 @DomName('SVGPathSegCurvetoCubicRel') 5063 @DomName('SVGPathSegCurvetoCubicRel')
4000 @Unstable() 5064 @Unstable()
4001 class PathSegCurvetoCubicRel extends PathSeg { 5065 class PathSegCurvetoCubicRel extends PathSeg {
4002 // To suppress missing implicit constructor warnings. 5066 // To suppress missing implicit constructor warnings.
4003 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported "); } 5067 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported "); }
4004 5068
5069
5070 static PathSegCurvetoCubicRel internalCreatePathSegCurvetoCubicRel() {
5071 return new PathSegCurvetoCubicRel._internalWrap();
5072 }
5073
5074 factory PathSegCurvetoCubicRel._internalWrap() {
5075 return new PathSegCurvetoCubicRel._internal();
5076 }
5077
5078 PathSegCurvetoCubicRel._internal() : super._internal();
5079
5080
4005 @DomName('SVGPathSegCurvetoCubicRel.x') 5081 @DomName('SVGPathSegCurvetoCubicRel.x')
4006 @DocsEditable() 5082 @DocsEditable()
4007 num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Getter_(unwrap_j so(this)); 5083 num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Getter_(unwrap_j so(this));
4008 5084
4009 @DomName('SVGPathSegCurvetoCubicRel.x') 5085 @DomName('SVGPathSegCurvetoCubicRel.x')
4010 @DocsEditable() 5086 @DocsEditable()
4011 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Sett er_(unwrap_jso(this), value); 5087 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Sett er_(unwrap_jso(this), value);
4012 5088
4013 @DomName('SVGPathSegCurvetoCubicRel.x1') 5089 @DomName('SVGPathSegCurvetoCubicRel.x1')
4014 @DocsEditable() 5090 @DocsEditable()
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
4058 // WARNING: Do not edit - generated code. 5134 // WARNING: Do not edit - generated code.
4059 5135
4060 5136
4061 @DocsEditable() 5137 @DocsEditable()
4062 @DomName('SVGPathSegCurvetoCubicSmoothAbs') 5138 @DomName('SVGPathSegCurvetoCubicSmoothAbs')
4063 @Unstable() 5139 @Unstable()
4064 class PathSegCurvetoCubicSmoothAbs extends PathSeg { 5140 class PathSegCurvetoCubicSmoothAbs extends PathSeg {
4065 // To suppress missing implicit constructor warnings. 5141 // To suppress missing implicit constructor warnings.
4066 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup ported"); } 5142 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup ported"); }
4067 5143
5144
5145 static PathSegCurvetoCubicSmoothAbs internalCreatePathSegCurvetoCubicSmoothAbs () {
5146 return new PathSegCurvetoCubicSmoothAbs._internalWrap();
5147 }
5148
5149 factory PathSegCurvetoCubicSmoothAbs._internalWrap() {
5150 return new PathSegCurvetoCubicSmoothAbs._internal();
5151 }
5152
5153 PathSegCurvetoCubicSmoothAbs._internal() : super._internal();
5154
5155
4068 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') 5156 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
4069 @DocsEditable() 5157 @DocsEditable()
4070 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(un wrap_jso(this)); 5158 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(un wrap_jso(this));
4071 5159
4072 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') 5160 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
4073 @DocsEditable() 5161 @DocsEditable()
4074 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance. x_Setter_(unwrap_jso(this), value); 5162 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance. x_Setter_(unwrap_jso(this), value);
4075 5163
4076 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') 5164 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2')
4077 @DocsEditable() 5165 @DocsEditable()
(...skipping 27 matching lines...) Expand all
4105 // WARNING: Do not edit - generated code. 5193 // WARNING: Do not edit - generated code.
4106 5194
4107 5195
4108 @DocsEditable() 5196 @DocsEditable()
4109 @DomName('SVGPathSegCurvetoCubicSmoothRel') 5197 @DomName('SVGPathSegCurvetoCubicSmoothRel')
4110 @Unstable() 5198 @Unstable()
4111 class PathSegCurvetoCubicSmoothRel extends PathSeg { 5199 class PathSegCurvetoCubicSmoothRel extends PathSeg {
4112 // To suppress missing implicit constructor warnings. 5200 // To suppress missing implicit constructor warnings.
4113 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup ported"); } 5201 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup ported"); }
4114 5202
5203
5204 static PathSegCurvetoCubicSmoothRel internalCreatePathSegCurvetoCubicSmoothRel () {
5205 return new PathSegCurvetoCubicSmoothRel._internalWrap();
5206 }
5207
5208 factory PathSegCurvetoCubicSmoothRel._internalWrap() {
5209 return new PathSegCurvetoCubicSmoothRel._internal();
5210 }
5211
5212 PathSegCurvetoCubicSmoothRel._internal() : super._internal();
5213
5214
4115 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') 5215 @DomName('SVGPathSegCurvetoCubicSmoothRel.x')
4116 @DocsEditable() 5216 @DocsEditable()
4117 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(un wrap_jso(this)); 5217 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(un wrap_jso(this));
4118 5218
4119 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') 5219 @DomName('SVGPathSegCurvetoCubicSmoothRel.x')
4120 @DocsEditable() 5220 @DocsEditable()
4121 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance. x_Setter_(unwrap_jso(this), value); 5221 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance. x_Setter_(unwrap_jso(this), value);
4122 5222
4123 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') 5223 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
4124 @DocsEditable() 5224 @DocsEditable()
(...skipping 27 matching lines...) Expand all
4152 // WARNING: Do not edit - generated code. 5252 // WARNING: Do not edit - generated code.
4153 5253
4154 5254
4155 @DocsEditable() 5255 @DocsEditable()
4156 @DomName('SVGPathSegCurvetoQuadraticAbs') 5256 @DomName('SVGPathSegCurvetoQuadraticAbs')
4157 @Unstable() 5257 @Unstable()
4158 class PathSegCurvetoQuadraticAbs extends PathSeg { 5258 class PathSegCurvetoQuadraticAbs extends PathSeg {
4159 // To suppress missing implicit constructor warnings. 5259 // To suppress missing implicit constructor warnings.
4160 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo rted"); } 5260 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo rted"); }
4161 5261
5262
5263 static PathSegCurvetoQuadraticAbs internalCreatePathSegCurvetoQuadraticAbs() {
5264 return new PathSegCurvetoQuadraticAbs._internalWrap();
5265 }
5266
5267 factory PathSegCurvetoQuadraticAbs._internalWrap() {
5268 return new PathSegCurvetoQuadraticAbs._internal();
5269 }
5270
5271 PathSegCurvetoQuadraticAbs._internal() : super._internal();
5272
5273
4162 @DomName('SVGPathSegCurvetoQuadraticAbs.x') 5274 @DomName('SVGPathSegCurvetoQuadraticAbs.x')
4163 @DocsEditable() 5275 @DocsEditable()
4164 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(unwr ap_jso(this)); 5276 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(unwr ap_jso(this));
4165 5277
4166 @DomName('SVGPathSegCurvetoQuadraticAbs.x') 5278 @DomName('SVGPathSegCurvetoQuadraticAbs.x')
4167 @DocsEditable() 5279 @DocsEditable()
4168 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_ Setter_(unwrap_jso(this), value); 5280 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_ Setter_(unwrap_jso(this), value);
4169 5281
4170 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') 5282 @DomName('SVGPathSegCurvetoQuadraticAbs.x1')
4171 @DocsEditable() 5283 @DocsEditable()
(...skipping 27 matching lines...) Expand all
4199 // WARNING: Do not edit - generated code. 5311 // WARNING: Do not edit - generated code.
4200 5312
4201 5313
4202 @DocsEditable() 5314 @DocsEditable()
4203 @DomName('SVGPathSegCurvetoQuadraticRel') 5315 @DomName('SVGPathSegCurvetoQuadraticRel')
4204 @Unstable() 5316 @Unstable()
4205 class PathSegCurvetoQuadraticRel extends PathSeg { 5317 class PathSegCurvetoQuadraticRel extends PathSeg {
4206 // To suppress missing implicit constructor warnings. 5318 // To suppress missing implicit constructor warnings.
4207 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo rted"); } 5319 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo rted"); }
4208 5320
5321
5322 static PathSegCurvetoQuadraticRel internalCreatePathSegCurvetoQuadraticRel() {
5323 return new PathSegCurvetoQuadraticRel._internalWrap();
5324 }
5325
5326 factory PathSegCurvetoQuadraticRel._internalWrap() {
5327 return new PathSegCurvetoQuadraticRel._internal();
5328 }
5329
5330 PathSegCurvetoQuadraticRel._internal() : super._internal();
5331
5332
4209 @DomName('SVGPathSegCurvetoQuadraticRel.x') 5333 @DomName('SVGPathSegCurvetoQuadraticRel.x')
4210 @DocsEditable() 5334 @DocsEditable()
4211 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(unwr ap_jso(this)); 5335 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(unwr ap_jso(this));
4212 5336
4213 @DomName('SVGPathSegCurvetoQuadraticRel.x') 5337 @DomName('SVGPathSegCurvetoQuadraticRel.x')
4214 @DocsEditable() 5338 @DocsEditable()
4215 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_ Setter_(unwrap_jso(this), value); 5339 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_ Setter_(unwrap_jso(this), value);
4216 5340
4217 @DomName('SVGPathSegCurvetoQuadraticRel.x1') 5341 @DomName('SVGPathSegCurvetoQuadraticRel.x1')
4218 @DocsEditable() 5342 @DocsEditable()
(...skipping 27 matching lines...) Expand all
4246 // WARNING: Do not edit - generated code. 5370 // WARNING: Do not edit - generated code.
4247 5371
4248 5372
4249 @DocsEditable() 5373 @DocsEditable()
4250 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') 5374 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs')
4251 @Unstable() 5375 @Unstable()
4252 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { 5376 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg {
4253 // To suppress missing implicit constructor warnings. 5377 // To suppress missing implicit constructor warnings.
4254 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not supported"); } 5378 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not supported"); }
4255 5379
5380
5381 static PathSegCurvetoQuadraticSmoothAbs internalCreatePathSegCurvetoQuadraticS moothAbs() {
5382 return new PathSegCurvetoQuadraticSmoothAbs._internalWrap();
5383 }
5384
5385 factory PathSegCurvetoQuadraticSmoothAbs._internalWrap() {
5386 return new PathSegCurvetoQuadraticSmoothAbs._internal();
5387 }
5388
5389 PathSegCurvetoQuadraticSmoothAbs._internal() : super._internal();
5390
5391
4256 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') 5392 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
4257 @DocsEditable() 5393 @DocsEditable()
4258 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter _(unwrap_jso(this)); 5394 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter _(unwrap_jso(this));
4259 5395
4260 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') 5396 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
4261 @DocsEditable() 5397 @DocsEditable()
4262 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.insta nce.x_Setter_(unwrap_jso(this), value); 5398 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.insta nce.x_Setter_(unwrap_jso(this), value);
4263 5399
4264 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') 5400 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
4265 @DocsEditable() 5401 @DocsEditable()
(...skipping 11 matching lines...) Expand all
4277 // WARNING: Do not edit - generated code. 5413 // WARNING: Do not edit - generated code.
4278 5414
4279 5415
4280 @DocsEditable() 5416 @DocsEditable()
4281 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') 5417 @DomName('SVGPathSegCurvetoQuadraticSmoothRel')
4282 @Unstable() 5418 @Unstable()
4283 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { 5419 class PathSegCurvetoQuadraticSmoothRel extends PathSeg {
4284 // To suppress missing implicit constructor warnings. 5420 // To suppress missing implicit constructor warnings.
4285 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not supported"); } 5421 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not supported"); }
4286 5422
5423
5424 static PathSegCurvetoQuadraticSmoothRel internalCreatePathSegCurvetoQuadraticS moothRel() {
5425 return new PathSegCurvetoQuadraticSmoothRel._internalWrap();
5426 }
5427
5428 factory PathSegCurvetoQuadraticSmoothRel._internalWrap() {
5429 return new PathSegCurvetoQuadraticSmoothRel._internal();
5430 }
5431
5432 PathSegCurvetoQuadraticSmoothRel._internal() : super._internal();
5433
5434
4287 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') 5435 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
4288 @DocsEditable() 5436 @DocsEditable()
4289 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter _(unwrap_jso(this)); 5437 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter _(unwrap_jso(this));
4290 5438
4291 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') 5439 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
4292 @DocsEditable() 5440 @DocsEditable()
4293 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.insta nce.x_Setter_(unwrap_jso(this), value); 5441 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.insta nce.x_Setter_(unwrap_jso(this), value);
4294 5442
4295 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') 5443 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
4296 @DocsEditable() 5444 @DocsEditable()
(...skipping 11 matching lines...) Expand all
4308 // WARNING: Do not edit - generated code. 5456 // WARNING: Do not edit - generated code.
4309 5457
4310 5458
4311 @DocsEditable() 5459 @DocsEditable()
4312 @DomName('SVGPathSegLinetoAbs') 5460 @DomName('SVGPathSegLinetoAbs')
4313 @Unstable() 5461 @Unstable()
4314 class PathSegLinetoAbs extends PathSeg { 5462 class PathSegLinetoAbs extends PathSeg {
4315 // To suppress missing implicit constructor warnings. 5463 // To suppress missing implicit constructor warnings.
4316 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } 5464 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); }
4317 5465
5466
5467 static PathSegLinetoAbs internalCreatePathSegLinetoAbs() {
5468 return new PathSegLinetoAbs._internalWrap();
5469 }
5470
5471 factory PathSegLinetoAbs._internalWrap() {
5472 return new PathSegLinetoAbs._internal();
5473 }
5474
5475 PathSegLinetoAbs._internal() : super._internal();
5476
5477
4318 @DomName('SVGPathSegLinetoAbs.x') 5478 @DomName('SVGPathSegLinetoAbs.x')
4319 @DocsEditable() 5479 @DocsEditable()
4320 num get x => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Getter_(unwrap_jso(thi s)); 5480 num get x => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Getter_(unwrap_jso(thi s));
4321 5481
4322 @DomName('SVGPathSegLinetoAbs.x') 5482 @DomName('SVGPathSegLinetoAbs.x')
4323 @DocsEditable() 5483 @DocsEditable()
4324 void set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(un wrap_jso(this), value); 5484 void set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(un wrap_jso(this), value);
4325 5485
4326 @DomName('SVGPathSegLinetoAbs.y') 5486 @DomName('SVGPathSegLinetoAbs.y')
4327 @DocsEditable() 5487 @DocsEditable()
(...skipping 11 matching lines...) Expand all
4339 // WARNING: Do not edit - generated code. 5499 // WARNING: Do not edit - generated code.
4340 5500
4341 5501
4342 @DocsEditable() 5502 @DocsEditable()
4343 @DomName('SVGPathSegLinetoHorizontalAbs') 5503 @DomName('SVGPathSegLinetoHorizontalAbs')
4344 @Unstable() 5504 @Unstable()
4345 class PathSegLinetoHorizontalAbs extends PathSeg { 5505 class PathSegLinetoHorizontalAbs extends PathSeg {
4346 // To suppress missing implicit constructor warnings. 5506 // To suppress missing implicit constructor warnings.
4347 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo rted"); } 5507 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo rted"); }
4348 5508
5509
5510 static PathSegLinetoHorizontalAbs internalCreatePathSegLinetoHorizontalAbs() {
5511 return new PathSegLinetoHorizontalAbs._internalWrap();
5512 }
5513
5514 factory PathSegLinetoHorizontalAbs._internalWrap() {
5515 return new PathSegLinetoHorizontalAbs._internal();
5516 }
5517
5518 PathSegLinetoHorizontalAbs._internal() : super._internal();
5519
5520
4349 @DomName('SVGPathSegLinetoHorizontalAbs.x') 5521 @DomName('SVGPathSegLinetoHorizontalAbs.x')
4350 @DocsEditable() 5522 @DocsEditable()
4351 num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(unwr ap_jso(this)); 5523 num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(unwr ap_jso(this));
4352 5524
4353 @DomName('SVGPathSegLinetoHorizontalAbs.x') 5525 @DomName('SVGPathSegLinetoHorizontalAbs.x')
4354 @DocsEditable() 5526 @DocsEditable()
4355 void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_ Setter_(unwrap_jso(this), value); 5527 void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_ Setter_(unwrap_jso(this), value);
4356 5528
4357 } 5529 }
4358 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5530 // 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 5531 // 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. 5532 // BSD-style license that can be found in the LICENSE file.
4361 5533
4362 // WARNING: Do not edit - generated code. 5534 // WARNING: Do not edit - generated code.
4363 5535
4364 5536
4365 @DocsEditable() 5537 @DocsEditable()
4366 @DomName('SVGPathSegLinetoHorizontalRel') 5538 @DomName('SVGPathSegLinetoHorizontalRel')
4367 @Unstable() 5539 @Unstable()
4368 class PathSegLinetoHorizontalRel extends PathSeg { 5540 class PathSegLinetoHorizontalRel extends PathSeg {
4369 // To suppress missing implicit constructor warnings. 5541 // To suppress missing implicit constructor warnings.
4370 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo rted"); } 5542 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo rted"); }
4371 5543
5544
5545 static PathSegLinetoHorizontalRel internalCreatePathSegLinetoHorizontalRel() {
5546 return new PathSegLinetoHorizontalRel._internalWrap();
5547 }
5548
5549 factory PathSegLinetoHorizontalRel._internalWrap() {
5550 return new PathSegLinetoHorizontalRel._internal();
5551 }
5552
5553 PathSegLinetoHorizontalRel._internal() : super._internal();
5554
5555
4372 @DomName('SVGPathSegLinetoHorizontalRel.x') 5556 @DomName('SVGPathSegLinetoHorizontalRel.x')
4373 @DocsEditable() 5557 @DocsEditable()
4374 num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(unwr ap_jso(this)); 5558 num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(unwr ap_jso(this));
4375 5559
4376 @DomName('SVGPathSegLinetoHorizontalRel.x') 5560 @DomName('SVGPathSegLinetoHorizontalRel.x')
4377 @DocsEditable() 5561 @DocsEditable()
4378 void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_ Setter_(unwrap_jso(this), value); 5562 void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_ Setter_(unwrap_jso(this), value);
4379 5563
4380 } 5564 }
4381 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5565 // 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 5566 // 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. 5567 // BSD-style license that can be found in the LICENSE file.
4384 5568
4385 // WARNING: Do not edit - generated code. 5569 // WARNING: Do not edit - generated code.
4386 5570
4387 5571
4388 @DocsEditable() 5572 @DocsEditable()
4389 @DomName('SVGPathSegLinetoRel') 5573 @DomName('SVGPathSegLinetoRel')
4390 @Unstable() 5574 @Unstable()
4391 class PathSegLinetoRel extends PathSeg { 5575 class PathSegLinetoRel extends PathSeg {
4392 // To suppress missing implicit constructor warnings. 5576 // To suppress missing implicit constructor warnings.
4393 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } 5577 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); }
4394 5578
5579
5580 static PathSegLinetoRel internalCreatePathSegLinetoRel() {
5581 return new PathSegLinetoRel._internalWrap();
5582 }
5583
5584 factory PathSegLinetoRel._internalWrap() {
5585 return new PathSegLinetoRel._internal();
5586 }
5587
5588 PathSegLinetoRel._internal() : super._internal();
5589
5590
4395 @DomName('SVGPathSegLinetoRel.x') 5591 @DomName('SVGPathSegLinetoRel.x')
4396 @DocsEditable() 5592 @DocsEditable()
4397 num get x => _blink.BlinkSVGPathSegLinetoRel.instance.x_Getter_(unwrap_jso(thi s)); 5593 num get x => _blink.BlinkSVGPathSegLinetoRel.instance.x_Getter_(unwrap_jso(thi s));
4398 5594
4399 @DomName('SVGPathSegLinetoRel.x') 5595 @DomName('SVGPathSegLinetoRel.x')
4400 @DocsEditable() 5596 @DocsEditable()
4401 void set x(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(un wrap_jso(this), value); 5597 void set x(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(un wrap_jso(this), value);
4402 5598
4403 @DomName('SVGPathSegLinetoRel.y') 5599 @DomName('SVGPathSegLinetoRel.y')
4404 @DocsEditable() 5600 @DocsEditable()
(...skipping 11 matching lines...) Expand all
4416 // WARNING: Do not edit - generated code. 5612 // WARNING: Do not edit - generated code.
4417 5613
4418 5614
4419 @DocsEditable() 5615 @DocsEditable()
4420 @DomName('SVGPathSegLinetoVerticalAbs') 5616 @DomName('SVGPathSegLinetoVerticalAbs')
4421 @Unstable() 5617 @Unstable()
4422 class PathSegLinetoVerticalAbs extends PathSeg { 5618 class PathSegLinetoVerticalAbs extends PathSeg {
4423 // To suppress missing implicit constructor warnings. 5619 // To suppress missing implicit constructor warnings.
4424 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support ed"); } 5620 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support ed"); }
4425 5621
5622
5623 static PathSegLinetoVerticalAbs internalCreatePathSegLinetoVerticalAbs() {
5624 return new PathSegLinetoVerticalAbs._internalWrap();
5625 }
5626
5627 factory PathSegLinetoVerticalAbs._internalWrap() {
5628 return new PathSegLinetoVerticalAbs._internal();
5629 }
5630
5631 PathSegLinetoVerticalAbs._internal() : super._internal();
5632
5633
4426 @DomName('SVGPathSegLinetoVerticalAbs.y') 5634 @DomName('SVGPathSegLinetoVerticalAbs.y')
4427 @DocsEditable() 5635 @DocsEditable()
4428 num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Getter_(unwrap _jso(this)); 5636 num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Getter_(unwrap _jso(this));
4429 5637
4430 @DomName('SVGPathSegLinetoVerticalAbs.y') 5638 @DomName('SVGPathSegLinetoVerticalAbs.y')
4431 @DocsEditable() 5639 @DocsEditable()
4432 void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Se tter_(unwrap_jso(this), value); 5640 void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Se tter_(unwrap_jso(this), value);
4433 5641
4434 } 5642 }
4435 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5643 // 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 5644 // 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. 5645 // BSD-style license that can be found in the LICENSE file.
4438 5646
4439 // WARNING: Do not edit - generated code. 5647 // WARNING: Do not edit - generated code.
4440 5648
4441 5649
4442 @DocsEditable() 5650 @DocsEditable()
4443 @DomName('SVGPathSegLinetoVerticalRel') 5651 @DomName('SVGPathSegLinetoVerticalRel')
4444 @Unstable() 5652 @Unstable()
4445 class PathSegLinetoVerticalRel extends PathSeg { 5653 class PathSegLinetoVerticalRel extends PathSeg {
4446 // To suppress missing implicit constructor warnings. 5654 // To suppress missing implicit constructor warnings.
4447 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support ed"); } 5655 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support ed"); }
4448 5656
5657
5658 static PathSegLinetoVerticalRel internalCreatePathSegLinetoVerticalRel() {
5659 return new PathSegLinetoVerticalRel._internalWrap();
5660 }
5661
5662 factory PathSegLinetoVerticalRel._internalWrap() {
5663 return new PathSegLinetoVerticalRel._internal();
5664 }
5665
5666 PathSegLinetoVerticalRel._internal() : super._internal();
5667
5668
4449 @DomName('SVGPathSegLinetoVerticalRel.y') 5669 @DomName('SVGPathSegLinetoVerticalRel.y')
4450 @DocsEditable() 5670 @DocsEditable()
4451 num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Getter_(unwrap _jso(this)); 5671 num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Getter_(unwrap _jso(this));
4452 5672
4453 @DomName('SVGPathSegLinetoVerticalRel.y') 5673 @DomName('SVGPathSegLinetoVerticalRel.y')
4454 @DocsEditable() 5674 @DocsEditable()
4455 void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Se tter_(unwrap_jso(this), value); 5675 void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Se tter_(unwrap_jso(this), value);
4456 5676
4457 } 5677 }
4458 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5678 // 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 5679 // 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. 5680 // BSD-style license that can be found in the LICENSE file.
4461 5681
4462 // WARNING: Do not edit - generated code. 5682 // WARNING: Do not edit - generated code.
4463 5683
4464 5684
4465 @DocsEditable() 5685 @DocsEditable()
4466 @DomName('SVGPathSegList') 5686 @DomName('SVGPathSegList')
4467 @Unstable() 5687 @Unstable()
4468 class PathSegList extends NativeFieldWrapperClass2 with ListMixin<PathSeg>, Immu tableListMixin<PathSeg> implements List<PathSeg> { 5688 class PathSegList extends NativeFieldWrapperClass2 with ListMixin<PathSeg>, Immu tableListMixin<PathSeg> implements List<PathSeg> {
4469 // To suppress missing implicit constructor warnings. 5689 // To suppress missing implicit constructor warnings.
4470 factory PathSegList._() { throw new UnsupportedError("Not supported"); } 5690 factory PathSegList._() { throw new UnsupportedError("Not supported"); }
4471 5691
5692 static PathSegList internalCreatePathSegList() {
5693 return new PathSegList._internalWrap();
5694 }
5695
5696 JsObject blink_jsObject = null;
5697
5698 factory PathSegList._internalWrap() {
5699 return new PathSegList._internal();
5700 }
5701
5702 PathSegList._internal() { }
5703
5704 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
5705
4472 @DomName('SVGPathSegList.length') 5706 @DomName('SVGPathSegList.length')
4473 @DocsEditable() 5707 @DocsEditable()
4474 @Experimental() // untriaged 5708 @Experimental() // untriaged
4475 int get length => _blink.BlinkSVGPathSegList.instance.length_Getter_(unwrap_js o(this)); 5709 int get length => _blink.BlinkSVGPathSegList.instance.length_Getter_(unwrap_js o(this));
4476 5710
4477 @DomName('SVGPathSegList.numberOfItems') 5711 @DomName('SVGPathSegList.numberOfItems')
4478 @DocsEditable() 5712 @DocsEditable()
4479 int get numberOfItems => _blink.BlinkSVGPathSegList.instance.numberOfItems_Get ter_(unwrap_jso(this)); 5713 int get numberOfItems => _blink.BlinkSVGPathSegList.instance.numberOfItems_Get ter_(unwrap_jso(this));
4480 5714
4481 PathSeg operator[](int index) { 5715 PathSeg operator[](int index) {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
4563 // WARNING: Do not edit - generated code. 5797 // WARNING: Do not edit - generated code.
4564 5798
4565 5799
4566 @DocsEditable() 5800 @DocsEditable()
4567 @DomName('SVGPathSegMovetoAbs') 5801 @DomName('SVGPathSegMovetoAbs')
4568 @Unstable() 5802 @Unstable()
4569 class PathSegMovetoAbs extends PathSeg { 5803 class PathSegMovetoAbs extends PathSeg {
4570 // To suppress missing implicit constructor warnings. 5804 // To suppress missing implicit constructor warnings.
4571 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } 5805 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); }
4572 5806
5807
5808 static PathSegMovetoAbs internalCreatePathSegMovetoAbs() {
5809 return new PathSegMovetoAbs._internalWrap();
5810 }
5811
5812 factory PathSegMovetoAbs._internalWrap() {
5813 return new PathSegMovetoAbs._internal();
5814 }
5815
5816 PathSegMovetoAbs._internal() : super._internal();
5817
5818
4573 @DomName('SVGPathSegMovetoAbs.x') 5819 @DomName('SVGPathSegMovetoAbs.x')
4574 @DocsEditable() 5820 @DocsEditable()
4575 num get x => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Getter_(unwrap_jso(thi s)); 5821 num get x => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Getter_(unwrap_jso(thi s));
4576 5822
4577 @DomName('SVGPathSegMovetoAbs.x') 5823 @DomName('SVGPathSegMovetoAbs.x')
4578 @DocsEditable() 5824 @DocsEditable()
4579 void set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(un wrap_jso(this), value); 5825 void set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(un wrap_jso(this), value);
4580 5826
4581 @DomName('SVGPathSegMovetoAbs.y') 5827 @DomName('SVGPathSegMovetoAbs.y')
4582 @DocsEditable() 5828 @DocsEditable()
(...skipping 11 matching lines...) Expand all
4594 // WARNING: Do not edit - generated code. 5840 // WARNING: Do not edit - generated code.
4595 5841
4596 5842
4597 @DocsEditable() 5843 @DocsEditable()
4598 @DomName('SVGPathSegMovetoRel') 5844 @DomName('SVGPathSegMovetoRel')
4599 @Unstable() 5845 @Unstable()
4600 class PathSegMovetoRel extends PathSeg { 5846 class PathSegMovetoRel extends PathSeg {
4601 // To suppress missing implicit constructor warnings. 5847 // To suppress missing implicit constructor warnings.
4602 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } 5848 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); }
4603 5849
5850
5851 static PathSegMovetoRel internalCreatePathSegMovetoRel() {
5852 return new PathSegMovetoRel._internalWrap();
5853 }
5854
5855 factory PathSegMovetoRel._internalWrap() {
5856 return new PathSegMovetoRel._internal();
5857 }
5858
5859 PathSegMovetoRel._internal() : super._internal();
5860
5861
4604 @DomName('SVGPathSegMovetoRel.x') 5862 @DomName('SVGPathSegMovetoRel.x')
4605 @DocsEditable() 5863 @DocsEditable()
4606 num get x => _blink.BlinkSVGPathSegMovetoRel.instance.x_Getter_(unwrap_jso(thi s)); 5864 num get x => _blink.BlinkSVGPathSegMovetoRel.instance.x_Getter_(unwrap_jso(thi s));
4607 5865
4608 @DomName('SVGPathSegMovetoRel.x') 5866 @DomName('SVGPathSegMovetoRel.x')
4609 @DocsEditable() 5867 @DocsEditable()
4610 void set x(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(un wrap_jso(this), value); 5868 void set x(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(un wrap_jso(this), value);
4611 5869
4612 @DomName('SVGPathSegMovetoRel.y') 5870 @DomName('SVGPathSegMovetoRel.y')
4613 @DocsEditable() 5871 @DocsEditable()
(...skipping 14 matching lines...) Expand all
4628 @DocsEditable() 5886 @DocsEditable()
4629 @DomName('SVGPatternElement') 5887 @DomName('SVGPatternElement')
4630 @Unstable() 5888 @Unstable()
4631 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T ests { 5889 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T ests {
4632 // To suppress missing implicit constructor warnings. 5890 // To suppress missing implicit constructor warnings.
4633 factory PatternElement._() { throw new UnsupportedError("Not supported"); } 5891 factory PatternElement._() { throw new UnsupportedError("Not supported"); }
4634 5892
4635 @DomName('SVGPatternElement.SVGPatternElement') 5893 @DomName('SVGPatternElement.SVGPatternElement')
4636 @DocsEditable() 5894 @DocsEditable()
4637 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern"); 5895 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern");
5896
5897
5898 static PatternElement internalCreatePatternElement() {
5899 return new PatternElement._internalWrap();
5900 }
5901
5902 factory PatternElement._internalWrap() {
5903 return new PatternElement._internal();
5904 }
5905
5906 PatternElement._internal() : super._internal();
5907
4638 /** 5908 /**
4639 * Constructor instantiated by the DOM when a custom element has been created. 5909 * Constructor instantiated by the DOM when a custom element has been created.
4640 * 5910 *
4641 * This can only be called by subclasses from their created constructor. 5911 * This can only be called by subclasses from their created constructor.
4642 */ 5912 */
4643 PatternElement.created() : super.created(); 5913 PatternElement.created() : super.created();
4644 5914
4645 @DomName('SVGPatternElement.height') 5915 @DomName('SVGPatternElement.height')
4646 @DocsEditable() 5916 @DocsEditable()
4647 AnimatedLength get height => wrap_jso(_blink.BlinkSVGPatternElement.instance.h eight_Getter_(unwrap_jso(this))); 5917 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. 5976 // WARNING: Do not edit - generated code.
4707 5977
4708 5978
4709 @DocsEditable() 5979 @DocsEditable()
4710 @DomName('SVGPoint') 5980 @DomName('SVGPoint')
4711 @Unstable() 5981 @Unstable()
4712 class Point extends NativeFieldWrapperClass2 { 5982 class Point extends NativeFieldWrapperClass2 {
4713 // To suppress missing implicit constructor warnings. 5983 // To suppress missing implicit constructor warnings.
4714 factory Point._() { throw new UnsupportedError("Not supported"); } 5984 factory Point._() { throw new UnsupportedError("Not supported"); }
4715 5985
5986 static Point internalCreatePoint() {
5987 return new Point._internalWrap();
5988 }
5989
5990 JsObject blink_jsObject = null;
5991
5992 factory Point._internalWrap() {
5993 return new Point._internal();
5994 }
5995
5996 Point._internal() { }
5997
5998 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
5999
4716 @DomName('SVGPoint.x') 6000 @DomName('SVGPoint.x')
4717 @DocsEditable() 6001 @DocsEditable()
4718 num get x => _blink.BlinkSVGPoint.instance.x_Getter_(unwrap_jso(this)); 6002 num get x => _blink.BlinkSVGPoint.instance.x_Getter_(unwrap_jso(this));
4719 6003
4720 @DomName('SVGPoint.x') 6004 @DomName('SVGPoint.x')
4721 @DocsEditable() 6005 @DocsEditable()
4722 void set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(unwrap_jso(th is), value); 6006 void set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(unwrap_jso(th is), value);
4723 6007
4724 @DomName('SVGPoint.y') 6008 @DomName('SVGPoint.y')
4725 @DocsEditable() 6009 @DocsEditable()
(...skipping 15 matching lines...) Expand all
4741 // WARNING: Do not edit - generated code. 6025 // WARNING: Do not edit - generated code.
4742 6026
4743 6027
4744 @DocsEditable() 6028 @DocsEditable()
4745 @DomName('SVGPointList') 6029 @DomName('SVGPointList')
4746 @Unstable() 6030 @Unstable()
4747 class PointList extends NativeFieldWrapperClass2 { 6031 class PointList extends NativeFieldWrapperClass2 {
4748 // To suppress missing implicit constructor warnings. 6032 // To suppress missing implicit constructor warnings.
4749 factory PointList._() { throw new UnsupportedError("Not supported"); } 6033 factory PointList._() { throw new UnsupportedError("Not supported"); }
4750 6034
6035 static PointList internalCreatePointList() {
6036 return new PointList._internalWrap();
6037 }
6038
6039 JsObject blink_jsObject = null;
6040
6041 factory PointList._internalWrap() {
6042 return new PointList._internal();
6043 }
6044
6045 PointList._internal() { }
6046
6047 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
6048
4751 @DomName('SVGPointList.length') 6049 @DomName('SVGPointList.length')
4752 @DocsEditable() 6050 @DocsEditable()
4753 @Experimental() // untriaged 6051 @Experimental() // untriaged
4754 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(unwrap_jso( this)); 6052 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(unwrap_jso( this));
4755 6053
4756 @DomName('SVGPointList.numberOfItems') 6054 @DomName('SVGPointList.numberOfItems')
4757 @DocsEditable() 6055 @DocsEditable()
4758 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette r_(unwrap_jso(this)); 6056 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette r_(unwrap_jso(this));
4759 6057
4760 @DomName('SVGPointList.__setter__') 6058 @DomName('SVGPointList.__setter__')
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
4801 @DocsEditable() 6099 @DocsEditable()
4802 @DomName('SVGPolygonElement') 6100 @DomName('SVGPolygonElement')
4803 @Unstable() 6101 @Unstable()
4804 class PolygonElement extends GeometryElement { 6102 class PolygonElement extends GeometryElement {
4805 // To suppress missing implicit constructor warnings. 6103 // To suppress missing implicit constructor warnings.
4806 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } 6104 factory PolygonElement._() { throw new UnsupportedError("Not supported"); }
4807 6105
4808 @DomName('SVGPolygonElement.SVGPolygonElement') 6106 @DomName('SVGPolygonElement.SVGPolygonElement')
4809 @DocsEditable() 6107 @DocsEditable()
4810 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon"); 6108 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p olygon");
6109
6110
6111 static PolygonElement internalCreatePolygonElement() {
6112 return new PolygonElement._internalWrap();
6113 }
6114
6115 factory PolygonElement._internalWrap() {
6116 return new PolygonElement._internal();
6117 }
6118
6119 PolygonElement._internal() : super._internal();
6120
4811 /** 6121 /**
4812 * Constructor instantiated by the DOM when a custom element has been created. 6122 * Constructor instantiated by the DOM when a custom element has been created.
4813 * 6123 *
4814 * This can only be called by subclasses from their created constructor. 6124 * This can only be called by subclasses from their created constructor.
4815 */ 6125 */
4816 PolygonElement.created() : super.created(); 6126 PolygonElement.created() : super.created();
4817 6127
4818 @DomName('SVGPolygonElement.animatedPoints') 6128 @DomName('SVGPolygonElement.animatedPoints')
4819 @DocsEditable() 6129 @DocsEditable()
4820 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolygonElement.instanc e.animatedPoints_Getter_(unwrap_jso(this))); 6130 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolygonElement.instanc e.animatedPoints_Getter_(unwrap_jso(this)));
(...skipping 13 matching lines...) Expand all
4834 @DocsEditable() 6144 @DocsEditable()
4835 @DomName('SVGPolylineElement') 6145 @DomName('SVGPolylineElement')
4836 @Unstable() 6146 @Unstable()
4837 class PolylineElement extends GeometryElement { 6147 class PolylineElement extends GeometryElement {
4838 // To suppress missing implicit constructor warnings. 6148 // To suppress missing implicit constructor warnings.
4839 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } 6149 factory PolylineElement._() { throw new UnsupportedError("Not supported"); }
4840 6150
4841 @DomName('SVGPolylineElement.SVGPolylineElement') 6151 @DomName('SVGPolylineElement.SVGPolylineElement')
4842 @DocsEditable() 6152 @DocsEditable()
4843 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline"); 6153 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag(" polyline");
6154
6155
6156 static PolylineElement internalCreatePolylineElement() {
6157 return new PolylineElement._internalWrap();
6158 }
6159
6160 factory PolylineElement._internalWrap() {
6161 return new PolylineElement._internal();
6162 }
6163
6164 PolylineElement._internal() : super._internal();
6165
4844 /** 6166 /**
4845 * Constructor instantiated by the DOM when a custom element has been created. 6167 * Constructor instantiated by the DOM when a custom element has been created.
4846 * 6168 *
4847 * This can only be called by subclasses from their created constructor. 6169 * This can only be called by subclasses from their created constructor.
4848 */ 6170 */
4849 PolylineElement.created() : super.created(); 6171 PolylineElement.created() : super.created();
4850 6172
4851 @DomName('SVGPolylineElement.animatedPoints') 6173 @DomName('SVGPolylineElement.animatedPoints')
4852 @DocsEditable() 6174 @DocsEditable()
4853 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolylineElement.instan ce.animatedPoints_Getter_(unwrap_jso(this))); 6175 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. 6186 // WARNING: Do not edit - generated code.
4865 6187
4866 6188
4867 @DocsEditable() 6189 @DocsEditable()
4868 @DomName('SVGPreserveAspectRatio') 6190 @DomName('SVGPreserveAspectRatio')
4869 @Unstable() 6191 @Unstable()
4870 class PreserveAspectRatio extends NativeFieldWrapperClass2 { 6192 class PreserveAspectRatio extends NativeFieldWrapperClass2 {
4871 // To suppress missing implicit constructor warnings. 6193 // To suppress missing implicit constructor warnings.
4872 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported"); } 6194 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported"); }
4873 6195
6196 static PreserveAspectRatio internalCreatePreserveAspectRatio() {
6197 return new PreserveAspectRatio._internalWrap();
6198 }
6199
6200 JsObject blink_jsObject = null;
6201
6202 factory PreserveAspectRatio._internalWrap() {
6203 return new PreserveAspectRatio._internal();
6204 }
6205
6206 PreserveAspectRatio._internal() { }
6207
6208 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
6209
4874 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') 6210 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET')
4875 @DocsEditable() 6211 @DocsEditable()
4876 static const int SVG_MEETORSLICE_MEET = 1; 6212 static const int SVG_MEETORSLICE_MEET = 1;
4877 6213
4878 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') 6214 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE')
4879 @DocsEditable() 6215 @DocsEditable()
4880 static const int SVG_MEETORSLICE_SLICE = 2; 6216 static const int SVG_MEETORSLICE_SLICE = 2;
4881 6217
4882 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') 6218 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN')
4883 @DocsEditable() 6219 @DocsEditable()
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
4954 @DocsEditable() 6290 @DocsEditable()
4955 @DomName('SVGRadialGradientElement') 6291 @DomName('SVGRadialGradientElement')
4956 @Unstable() 6292 @Unstable()
4957 class RadialGradientElement extends _GradientElement { 6293 class RadialGradientElement extends _GradientElement {
4958 // To suppress missing implicit constructor warnings. 6294 // To suppress missing implicit constructor warnings.
4959 factory RadialGradientElement._() { throw new UnsupportedError("Not supported" ); } 6295 factory RadialGradientElement._() { throw new UnsupportedError("Not supported" ); }
4960 6296
4961 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') 6297 @DomName('SVGRadialGradientElement.SVGRadialGradientElement')
4962 @DocsEditable() 6298 @DocsEditable()
4963 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient"); 6299 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement _tag("radialGradient");
6300
6301
6302 static RadialGradientElement internalCreateRadialGradientElement() {
6303 return new RadialGradientElement._internalWrap();
6304 }
6305
6306 factory RadialGradientElement._internalWrap() {
6307 return new RadialGradientElement._internal();
6308 }
6309
6310 RadialGradientElement._internal() : super._internal();
6311
4964 /** 6312 /**
4965 * Constructor instantiated by the DOM when a custom element has been created. 6313 * Constructor instantiated by the DOM when a custom element has been created.
4966 * 6314 *
4967 * This can only be called by subclasses from their created constructor. 6315 * This can only be called by subclasses from their created constructor.
4968 */ 6316 */
4969 RadialGradientElement.created() : super.created(); 6317 RadialGradientElement.created() : super.created();
4970 6318
4971 @DomName('SVGRadialGradientElement.cx') 6319 @DomName('SVGRadialGradientElement.cx')
4972 @DocsEditable() 6320 @DocsEditable()
4973 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGRadialGradientElement.instanc e.cx_Getter_(unwrap_jso(this))); 6321 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. 6348 // WARNING: Do not edit - generated code.
5001 6349
5002 6350
5003 @DocsEditable() 6351 @DocsEditable()
5004 @DomName('SVGRect') 6352 @DomName('SVGRect')
5005 @Unstable() 6353 @Unstable()
5006 class Rect extends NativeFieldWrapperClass2 { 6354 class Rect extends NativeFieldWrapperClass2 {
5007 // To suppress missing implicit constructor warnings. 6355 // To suppress missing implicit constructor warnings.
5008 factory Rect._() { throw new UnsupportedError("Not supported"); } 6356 factory Rect._() { throw new UnsupportedError("Not supported"); }
5009 6357
6358 static Rect internalCreateRect() {
6359 return new Rect._internalWrap();
6360 }
6361
6362 JsObject blink_jsObject = null;
6363
6364 factory Rect._internalWrap() {
6365 return new Rect._internal();
6366 }
6367
6368 Rect._internal() { }
6369
6370 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
6371
5010 @DomName('SVGRect.height') 6372 @DomName('SVGRect.height')
5011 @DocsEditable() 6373 @DocsEditable()
5012 num get height => _blink.BlinkSVGRect.instance.height_Getter_(unwrap_jso(this) ); 6374 num get height => _blink.BlinkSVGRect.instance.height_Getter_(unwrap_jso(this) );
5013 6375
5014 @DomName('SVGRect.height') 6376 @DomName('SVGRect.height')
5015 @DocsEditable() 6377 @DocsEditable()
5016 void set height(num value) => _blink.BlinkSVGRect.instance.height_Setter_(unwr ap_jso(this), value); 6378 void set height(num value) => _blink.BlinkSVGRect.instance.height_Setter_(unwr ap_jso(this), value);
5017 6379
5018 @DomName('SVGRect.width') 6380 @DomName('SVGRect.width')
5019 @DocsEditable() 6381 @DocsEditable()
(...skipping 30 matching lines...) Expand all
5050 @DocsEditable() 6412 @DocsEditable()
5051 @DomName('SVGRectElement') 6413 @DomName('SVGRectElement')
5052 @Unstable() 6414 @Unstable()
5053 class RectElement extends GeometryElement { 6415 class RectElement extends GeometryElement {
5054 // To suppress missing implicit constructor warnings. 6416 // To suppress missing implicit constructor warnings.
5055 factory RectElement._() { throw new UnsupportedError("Not supported"); } 6417 factory RectElement._() { throw new UnsupportedError("Not supported"); }
5056 6418
5057 @DomName('SVGRectElement.SVGRectElement') 6419 @DomName('SVGRectElement.SVGRectElement')
5058 @DocsEditable() 6420 @DocsEditable()
5059 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect "); 6421 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect ");
6422
6423
6424 static RectElement internalCreateRectElement() {
6425 return new RectElement._internalWrap();
6426 }
6427
6428 factory RectElement._internalWrap() {
6429 return new RectElement._internal();
6430 }
6431
6432 RectElement._internal() : super._internal();
6433
5060 /** 6434 /**
5061 * Constructor instantiated by the DOM when a custom element has been created. 6435 * Constructor instantiated by the DOM when a custom element has been created.
5062 * 6436 *
5063 * This can only be called by subclasses from their created constructor. 6437 * This can only be called by subclasses from their created constructor.
5064 */ 6438 */
5065 RectElement.created() : super.created(); 6439 RectElement.created() : super.created();
5066 6440
5067 @DomName('SVGRectElement.height') 6441 @DomName('SVGRectElement.height')
5068 @DocsEditable() 6442 @DocsEditable()
5069 AnimatedLength get height => wrap_jso(_blink.BlinkSVGRectElement.instance.heig ht_Getter_(unwrap_jso(this))); 6443 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. 6470 // WARNING: Do not edit - generated code.
5097 6471
5098 6472
5099 @DocsEditable() 6473 @DocsEditable()
5100 @DomName('SVGRenderingIntent') 6474 @DomName('SVGRenderingIntent')
5101 @Unstable() 6475 @Unstable()
5102 class RenderingIntent extends NativeFieldWrapperClass2 { 6476 class RenderingIntent extends NativeFieldWrapperClass2 {
5103 // To suppress missing implicit constructor warnings. 6477 // To suppress missing implicit constructor warnings.
5104 factory RenderingIntent._() { throw new UnsupportedError("Not supported"); } 6478 factory RenderingIntent._() { throw new UnsupportedError("Not supported"); }
5105 6479
6480 static RenderingIntent internalCreateRenderingIntent() {
6481 return new RenderingIntent._internalWrap();
6482 }
6483
6484 JsObject blink_jsObject = null;
6485
6486 factory RenderingIntent._internalWrap() {
6487 return new RenderingIntent._internal();
6488 }
6489
6490 RenderingIntent._internal() { }
6491
6492 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
6493
5106 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') 6494 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC')
5107 @DocsEditable() 6495 @DocsEditable()
5108 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; 6496 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
5109 6497
5110 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') 6498 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO')
5111 @DocsEditable() 6499 @DocsEditable()
5112 static const int RENDERING_INTENT_AUTO = 1; 6500 static const int RENDERING_INTENT_AUTO = 1;
5113 6501
5114 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL') 6502 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL')
5115 @DocsEditable() 6503 @DocsEditable()
(...skipping 22 matching lines...) Expand all
5138 @DocsEditable() 6526 @DocsEditable()
5139 @DomName('SVGScriptElement') 6527 @DomName('SVGScriptElement')
5140 @Unstable() 6528 @Unstable()
5141 class ScriptElement extends SvgElement implements UriReference { 6529 class ScriptElement extends SvgElement implements UriReference {
5142 // To suppress missing implicit constructor warnings. 6530 // To suppress missing implicit constructor warnings.
5143 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } 6531 factory ScriptElement._() { throw new UnsupportedError("Not supported"); }
5144 6532
5145 @DomName('SVGScriptElement.SVGScriptElement') 6533 @DomName('SVGScriptElement.SVGScriptElement')
5146 @DocsEditable() 6534 @DocsEditable()
5147 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript"); 6535 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc ript");
6536
6537
6538 static ScriptElement internalCreateScriptElement() {
6539 return new ScriptElement._internalWrap();
6540 }
6541
6542 factory ScriptElement._internalWrap() {
6543 return new ScriptElement._internal();
6544 }
6545
6546 ScriptElement._internal() : super._internal();
6547
5148 /** 6548 /**
5149 * Constructor instantiated by the DOM when a custom element has been created. 6549 * Constructor instantiated by the DOM when a custom element has been created.
5150 * 6550 *
5151 * This can only be called by subclasses from their created constructor. 6551 * This can only be called by subclasses from their created constructor.
5152 */ 6552 */
5153 ScriptElement.created() : super.created(); 6553 ScriptElement.created() : super.created();
5154 6554
5155 @DomName('SVGScriptElement.type') 6555 @DomName('SVGScriptElement.type')
5156 @DocsEditable() 6556 @DocsEditable()
5157 String get type => _blink.BlinkSVGScriptElement.instance.type_Getter_(unwrap_j so(this)); 6557 String get type => _blink.BlinkSVGScriptElement.instance.type_Getter_(unwrap_j so(this));
(...skipping 20 matching lines...) Expand all
5178 @SupportedBrowser(SupportedBrowser.FIREFOX) 6578 @SupportedBrowser(SupportedBrowser.FIREFOX)
5179 @SupportedBrowser(SupportedBrowser.SAFARI) 6579 @SupportedBrowser(SupportedBrowser.SAFARI)
5180 @Unstable() 6580 @Unstable()
5181 class SetElement extends AnimationElement { 6581 class SetElement extends AnimationElement {
5182 // To suppress missing implicit constructor warnings. 6582 // To suppress missing implicit constructor warnings.
5183 factory SetElement._() { throw new UnsupportedError("Not supported"); } 6583 factory SetElement._() { throw new UnsupportedError("Not supported"); }
5184 6584
5185 @DomName('SVGSetElement.SVGSetElement') 6585 @DomName('SVGSetElement.SVGSetElement')
5186 @DocsEditable() 6586 @DocsEditable()
5187 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set") ; 6587 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set") ;
6588
6589
6590 static SetElement internalCreateSetElement() {
6591 return new SetElement._internalWrap();
6592 }
6593
6594 factory SetElement._internalWrap() {
6595 return new SetElement._internal();
6596 }
6597
6598 SetElement._internal() : super._internal();
6599
5188 /** 6600 /**
5189 * Constructor instantiated by the DOM when a custom element has been created. 6601 * Constructor instantiated by the DOM when a custom element has been created.
5190 * 6602 *
5191 * This can only be called by subclasses from their created constructor. 6603 * This can only be called by subclasses from their created constructor.
5192 */ 6604 */
5193 SetElement.created() : super.created(); 6605 SetElement.created() : super.created();
5194 6606
5195 /// Checks if this type is supported on the current platform. 6607 /// Checks if this type is supported on the current platform.
5196 static bool get supported => true; 6608 static bool get supported => true;
5197 6609
5198 } 6610 }
5199 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6611 // 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 6612 // 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. 6613 // BSD-style license that can be found in the LICENSE file.
5202 6614
5203 // WARNING: Do not edit - generated code. 6615 // WARNING: Do not edit - generated code.
5204 6616
5205 6617
5206 @DocsEditable() 6618 @DocsEditable()
5207 @DomName('SVGStopElement') 6619 @DomName('SVGStopElement')
5208 @Unstable() 6620 @Unstable()
5209 class StopElement extends SvgElement { 6621 class StopElement extends SvgElement {
5210 // To suppress missing implicit constructor warnings. 6622 // To suppress missing implicit constructor warnings.
5211 factory StopElement._() { throw new UnsupportedError("Not supported"); } 6623 factory StopElement._() { throw new UnsupportedError("Not supported"); }
5212 6624
5213 @DomName('SVGStopElement.SVGStopElement') 6625 @DomName('SVGStopElement.SVGStopElement')
5214 @DocsEditable() 6626 @DocsEditable()
5215 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop "); 6627 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop ");
6628
6629
6630 static StopElement internalCreateStopElement() {
6631 return new StopElement._internalWrap();
6632 }
6633
6634 factory StopElement._internalWrap() {
6635 return new StopElement._internal();
6636 }
6637
6638 StopElement._internal() : super._internal();
6639
5216 /** 6640 /**
5217 * Constructor instantiated by the DOM when a custom element has been created. 6641 * Constructor instantiated by the DOM when a custom element has been created.
5218 * 6642 *
5219 * This can only be called by subclasses from their created constructor. 6643 * This can only be called by subclasses from their created constructor.
5220 */ 6644 */
5221 StopElement.created() : super.created(); 6645 StopElement.created() : super.created();
5222 6646
5223 @DomName('SVGStopElement.offset') 6647 @DomName('SVGStopElement.offset')
5224 @DocsEditable() 6648 @DocsEditable()
5225 AnimatedNumber get gradientOffset => wrap_jso(_blink.BlinkSVGStopElement.insta nce.offset_Getter_(unwrap_jso(this))); 6649 AnimatedNumber get gradientOffset => wrap_jso(_blink.BlinkSVGStopElement.insta nce.offset_Getter_(unwrap_jso(this)));
5226 6650
5227 } 6651 }
5228 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6652 // 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 6653 // 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. 6654 // BSD-style license that can be found in the LICENSE file.
5231 6655
5232 // WARNING: Do not edit - generated code. 6656 // WARNING: Do not edit - generated code.
5233 6657
5234 6658
5235 @DocsEditable() 6659 @DocsEditable()
5236 @DomName('SVGStringList') 6660 @DomName('SVGStringList')
5237 @Unstable() 6661 @Unstable()
5238 class StringList extends NativeFieldWrapperClass2 with ListMixin<String>, Immuta bleListMixin<String> implements List<String> { 6662 class StringList extends NativeFieldWrapperClass2 with ListMixin<String>, Immuta bleListMixin<String> implements List<String> {
5239 // To suppress missing implicit constructor warnings. 6663 // To suppress missing implicit constructor warnings.
5240 factory StringList._() { throw new UnsupportedError("Not supported"); } 6664 factory StringList._() { throw new UnsupportedError("Not supported"); }
5241 6665
6666 static StringList internalCreateStringList() {
6667 return new StringList._internalWrap();
6668 }
6669
6670 JsObject blink_jsObject = null;
6671
6672 factory StringList._internalWrap() {
6673 return new StringList._internal();
6674 }
6675
6676 StringList._internal() { }
6677
6678 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
6679
5242 @DomName('SVGStringList.length') 6680 @DomName('SVGStringList.length')
5243 @DocsEditable() 6681 @DocsEditable()
5244 @Experimental() // untriaged 6682 @Experimental() // untriaged
5245 int get length => _blink.BlinkSVGStringList.instance.length_Getter_(unwrap_jso (this)); 6683 int get length => _blink.BlinkSVGStringList.instance.length_Getter_(unwrap_jso (this));
5246 6684
5247 @DomName('SVGStringList.numberOfItems') 6685 @DomName('SVGStringList.numberOfItems')
5248 @DocsEditable() 6686 @DocsEditable()
5249 int get numberOfItems => _blink.BlinkSVGStringList.instance.numberOfItems_Gett er_(unwrap_jso(this)); 6687 int get numberOfItems => _blink.BlinkSVGStringList.instance.numberOfItems_Gett er_(unwrap_jso(this));
5250 6688
5251 String operator[](int index) { 6689 String operator[](int index) {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
5337 @DomName('SVGStyleElement') 6775 @DomName('SVGStyleElement')
5338 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable 6776 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable
5339 @Experimental() // nonstandard 6777 @Experimental() // nonstandard
5340 class StyleElement extends SvgElement { 6778 class StyleElement extends SvgElement {
5341 // To suppress missing implicit constructor warnings. 6779 // To suppress missing implicit constructor warnings.
5342 factory StyleElement._() { throw new UnsupportedError("Not supported"); } 6780 factory StyleElement._() { throw new UnsupportedError("Not supported"); }
5343 6781
5344 @DomName('SVGStyleElement.SVGStyleElement') 6782 @DomName('SVGStyleElement.SVGStyleElement')
5345 @DocsEditable() 6783 @DocsEditable()
5346 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le"); 6784 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty le");
6785
6786
6787 static StyleElement internalCreateStyleElement() {
6788 return new StyleElement._internalWrap();
6789 }
6790
6791 factory StyleElement._internalWrap() {
6792 return new StyleElement._internal();
6793 }
6794
6795 StyleElement._internal() : super._internal();
6796
5347 /** 6797 /**
5348 * Constructor instantiated by the DOM when a custom element has been created. 6798 * Constructor instantiated by the DOM when a custom element has been created.
5349 * 6799 *
5350 * This can only be called by subclasses from their created constructor. 6800 * This can only be called by subclasses from their created constructor.
5351 */ 6801 */
5352 StyleElement.created() : super.created(); 6802 StyleElement.created() : super.created();
5353 6803
5354 @DomName('SVGStyleElement.disabled') 6804 @DomName('SVGStyleElement.disabled')
5355 @DocsEditable() 6805 @DocsEditable()
5356 bool get disabled => _blink.BlinkSVGStyleElement.instance.disabled_Getter_(unw rap_jso(this)); 6806 bool get disabled => _blink.BlinkSVGStyleElement.instance.disabled_Getter_(unw rap_jso(this));
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
5790 7240
5791 @DomName('SVGElement.volumechangeEvent') 7241 @DomName('SVGElement.volumechangeEvent')
5792 @DocsEditable() 7242 @DocsEditable()
5793 @Experimental() // untriaged 7243 @Experimental() // untriaged
5794 static const EventStreamProvider<Event> volumeChangeEvent = const EventStreamP rovider<Event>('volumechange'); 7244 static const EventStreamProvider<Event> volumeChangeEvent = const EventStreamP rovider<Event>('volumechange');
5795 7245
5796 @DomName('SVGElement.waitingEvent') 7246 @DomName('SVGElement.waitingEvent')
5797 @DocsEditable() 7247 @DocsEditable()
5798 @Experimental() // untriaged 7248 @Experimental() // untriaged
5799 static const EventStreamProvider<Event> waitingEvent = const EventStreamProvid er<Event>('waiting'); 7249 static const EventStreamProvider<Event> waitingEvent = const EventStreamProvid er<Event>('waiting');
7250
7251
7252 static SvgElement internalCreateSvgElement() {
7253 return new SvgElement._internalWrap();
7254 }
7255
7256 factory SvgElement._internalWrap() {
7257 return new SvgElement._internal();
7258 }
7259
7260 SvgElement._internal() : super._internal();
7261
5800 /** 7262 /**
5801 * Constructor instantiated by the DOM when a custom element has been created. 7263 * Constructor instantiated by the DOM when a custom element has been created.
5802 * 7264 *
5803 * This can only be called by subclasses from their created constructor. 7265 * This can only be called by subclasses from their created constructor.
5804 */ 7266 */
5805 SvgElement.created() : super.created(); 7267 SvgElement.created() : super.created();
5806 7268
5807 @DomName('SVGElement.className') 7269 @DomName('SVGElement.className')
5808 @DocsEditable() 7270 @DocsEditable()
5809 @Experimental() // untriaged 7271 @Experimental() // untriaged
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
6131 class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan { 7593 class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan {
6132 factory SvgSvgElement() { 7594 factory SvgSvgElement() {
6133 final el = new SvgElement.tag("svg"); 7595 final el = new SvgElement.tag("svg");
6134 // The SVG spec requires the version attribute to match the spec version 7596 // The SVG spec requires the version attribute to match the spec version
6135 el.attributes['version'] = "1.1"; 7597 el.attributes['version'] = "1.1";
6136 return el; 7598 return el;
6137 } 7599 }
6138 7600
6139 // To suppress missing implicit constructor warnings. 7601 // To suppress missing implicit constructor warnings.
6140 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } 7602 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); }
7603
7604
7605 static SvgSvgElement internalCreateSvgSvgElement() {
7606 return new SvgSvgElement._internalWrap();
7607 }
7608
7609 factory SvgSvgElement._internalWrap() {
7610 return new SvgSvgElement._internal();
7611 }
7612
7613 SvgSvgElement._internal() : super._internal();
7614
6141 /** 7615 /**
6142 * Constructor instantiated by the DOM when a custom element has been created. 7616 * Constructor instantiated by the DOM when a custom element has been created.
6143 * 7617 *
6144 * This can only be called by subclasses from their created constructor. 7618 * This can only be called by subclasses from their created constructor.
6145 */ 7619 */
6146 SvgSvgElement.created() : super.created(); 7620 SvgSvgElement.created() : super.created();
6147 7621
6148 @DomName('SVGSVGElement.currentScale') 7622 @DomName('SVGSVGElement.currentScale')
6149 @DocsEditable() 7623 @DocsEditable()
6150 num get currentScale => _blink.BlinkSVGSVGElement.instance.currentScale_Getter _(unwrap_jso(this)); 7624 num get currentScale => _blink.BlinkSVGSVGElement.instance.currentScale_Getter _(unwrap_jso(this));
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
6320 @DocsEditable() 7794 @DocsEditable()
6321 @DomName('SVGSwitchElement') 7795 @DomName('SVGSwitchElement')
6322 @Unstable() 7796 @Unstable()
6323 class SwitchElement extends GraphicsElement { 7797 class SwitchElement extends GraphicsElement {
6324 // To suppress missing implicit constructor warnings. 7798 // To suppress missing implicit constructor warnings.
6325 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } 7799 factory SwitchElement._() { throw new UnsupportedError("Not supported"); }
6326 7800
6327 @DomName('SVGSwitchElement.SVGSwitchElement') 7801 @DomName('SVGSwitchElement.SVGSwitchElement')
6328 @DocsEditable() 7802 @DocsEditable()
6329 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch"); 7803 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw itch");
7804
7805
7806 static SwitchElement internalCreateSwitchElement() {
7807 return new SwitchElement._internalWrap();
7808 }
7809
7810 factory SwitchElement._internalWrap() {
7811 return new SwitchElement._internal();
7812 }
7813
7814 SwitchElement._internal() : super._internal();
7815
6330 /** 7816 /**
6331 * Constructor instantiated by the DOM when a custom element has been created. 7817 * Constructor instantiated by the DOM when a custom element has been created.
6332 * 7818 *
6333 * This can only be called by subclasses from their created constructor. 7819 * This can only be called by subclasses from their created constructor.
6334 */ 7820 */
6335 SwitchElement.created() : super.created(); 7821 SwitchElement.created() : super.created();
6336 7822
6337 } 7823 }
6338 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7824 // 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 7825 // 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. 7826 // BSD-style license that can be found in the LICENSE file.
6341 7827
6342 // WARNING: Do not edit - generated code. 7828 // WARNING: Do not edit - generated code.
6343 7829
6344 7830
6345 @DocsEditable() 7831 @DocsEditable()
6346 @DomName('SVGSymbolElement') 7832 @DomName('SVGSymbolElement')
6347 @Unstable() 7833 @Unstable()
6348 class SymbolElement extends SvgElement implements FitToViewBox { 7834 class SymbolElement extends SvgElement implements FitToViewBox {
6349 // To suppress missing implicit constructor warnings. 7835 // To suppress missing implicit constructor warnings.
6350 factory SymbolElement._() { throw new UnsupportedError("Not supported"); } 7836 factory SymbolElement._() { throw new UnsupportedError("Not supported"); }
6351 7837
6352 @DomName('SVGSymbolElement.SVGSymbolElement') 7838 @DomName('SVGSymbolElement.SVGSymbolElement')
6353 @DocsEditable() 7839 @DocsEditable()
6354 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol"); 7840 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol");
7841
7842
7843 static SymbolElement internalCreateSymbolElement() {
7844 return new SymbolElement._internalWrap();
7845 }
7846
7847 factory SymbolElement._internalWrap() {
7848 return new SymbolElement._internal();
7849 }
7850
7851 SymbolElement._internal() : super._internal();
7852
6355 /** 7853 /**
6356 * Constructor instantiated by the DOM when a custom element has been created. 7854 * Constructor instantiated by the DOM when a custom element has been created.
6357 * 7855 *
6358 * This can only be called by subclasses from their created constructor. 7856 * This can only be called by subclasses from their created constructor.
6359 */ 7857 */
6360 SymbolElement.created() : super.created(); 7858 SymbolElement.created() : super.created();
6361 7859
6362 @DomName('SVGSymbolElement.preserveAspectRatio') 7860 @DomName('SVGSymbolElement.preserveAspectRatio')
6363 @DocsEditable() 7861 @DocsEditable()
6364 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV GSymbolElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); 7862 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV GSymbolElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this)));
(...skipping 13 matching lines...) Expand all
6378 @DocsEditable() 7876 @DocsEditable()
6379 @DomName('SVGTSpanElement') 7877 @DomName('SVGTSpanElement')
6380 @Unstable() 7878 @Unstable()
6381 class TSpanElement extends TextPositioningElement { 7879 class TSpanElement extends TextPositioningElement {
6382 // To suppress missing implicit constructor warnings. 7880 // To suppress missing implicit constructor warnings.
6383 factory TSpanElement._() { throw new UnsupportedError("Not supported"); } 7881 factory TSpanElement._() { throw new UnsupportedError("Not supported"); }
6384 7882
6385 @DomName('SVGTSpanElement.SVGTSpanElement') 7883 @DomName('SVGTSpanElement.SVGTSpanElement')
6386 @DocsEditable() 7884 @DocsEditable()
6387 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp an"); 7885 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp an");
7886
7887
7888 static TSpanElement internalCreateTSpanElement() {
7889 return new TSpanElement._internalWrap();
7890 }
7891
7892 factory TSpanElement._internalWrap() {
7893 return new TSpanElement._internal();
7894 }
7895
7896 TSpanElement._internal() : super._internal();
7897
6388 /** 7898 /**
6389 * Constructor instantiated by the DOM when a custom element has been created. 7899 * Constructor instantiated by the DOM when a custom element has been created.
6390 * 7900 *
6391 * This can only be called by subclasses from their created constructor. 7901 * This can only be called by subclasses from their created constructor.
6392 */ 7902 */
6393 TSpanElement.created() : super.created(); 7903 TSpanElement.created() : super.created();
6394 7904
6395 } 7905 }
6396 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 7906 // 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 7907 // 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. 7908 // BSD-style license that can be found in the LICENSE file.
6399 7909
6400 // WARNING: Do not edit - generated code. 7910 // WARNING: Do not edit - generated code.
6401 7911
6402 7912
6403 @DocsEditable() 7913 @DocsEditable()
6404 @DomName('SVGTests') 7914 @DomName('SVGTests')
6405 @Unstable() 7915 @Unstable()
6406 abstract class Tests extends NativeFieldWrapperClass2 { 7916 abstract class Tests extends NativeFieldWrapperClass2 {
6407 // To suppress missing implicit constructor warnings. 7917 // To suppress missing implicit constructor warnings.
6408 factory Tests._() { throw new UnsupportedError("Not supported"); } 7918 factory Tests._() { throw new UnsupportedError("Not supported"); }
6409 7919
7920 static Tests internalCreateTests() {
7921 return new Tests._internalWrap();
7922 }
7923
7924 JsObject blink_jsObject = null;
7925
7926 factory Tests._internalWrap() {
7927 return new Tests._internal();
7928 }
7929
7930 Tests._internal() { }
7931
7932 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
7933
6410 @DomName('SVGTests.requiredExtensions') 7934 @DomName('SVGTests.requiredExtensions')
6411 @DocsEditable() 7935 @DocsEditable()
6412 StringList get requiredExtensions; 7936 StringList get requiredExtensions;
6413 7937
6414 @DomName('SVGTests.requiredFeatures') 7938 @DomName('SVGTests.requiredFeatures')
6415 @DocsEditable() 7939 @DocsEditable()
6416 StringList get requiredFeatures; 7940 StringList get requiredFeatures;
6417 7941
6418 @DomName('SVGTests.systemLanguage') 7942 @DomName('SVGTests.systemLanguage')
6419 @DocsEditable() 7943 @DocsEditable()
(...skipping 10 matching lines...) Expand all
6430 7954
6431 // WARNING: Do not edit - generated code. 7955 // WARNING: Do not edit - generated code.
6432 7956
6433 7957
6434 @DocsEditable() 7958 @DocsEditable()
6435 @DomName('SVGTextContentElement') 7959 @DomName('SVGTextContentElement')
6436 @Unstable() 7960 @Unstable()
6437 class TextContentElement extends GraphicsElement { 7961 class TextContentElement extends GraphicsElement {
6438 // To suppress missing implicit constructor warnings. 7962 // To suppress missing implicit constructor warnings.
6439 factory TextContentElement._() { throw new UnsupportedError("Not supported"); } 7963 factory TextContentElement._() { throw new UnsupportedError("Not supported"); }
7964
7965
7966 static TextContentElement internalCreateTextContentElement() {
7967 return new TextContentElement._internalWrap();
7968 }
7969
7970 factory TextContentElement._internalWrap() {
7971 return new TextContentElement._internal();
7972 }
7973
7974 TextContentElement._internal() : super._internal();
7975
6440 /** 7976 /**
6441 * Constructor instantiated by the DOM when a custom element has been created. 7977 * Constructor instantiated by the DOM when a custom element has been created.
6442 * 7978 *
6443 * This can only be called by subclasses from their created constructor. 7979 * This can only be called by subclasses from their created constructor.
6444 */ 7980 */
6445 TextContentElement.created() : super.created(); 7981 TextContentElement.created() : super.created();
6446 7982
6447 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') 7983 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING')
6448 @DocsEditable() 7984 @DocsEditable()
6449 static const int LENGTHADJUST_SPACING = 1; 7985 static const int LENGTHADJUST_SPACING = 1;
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
6511 @DocsEditable() 8047 @DocsEditable()
6512 @DomName('SVGTextElement') 8048 @DomName('SVGTextElement')
6513 @Unstable() 8049 @Unstable()
6514 class TextElement extends TextPositioningElement { 8050 class TextElement extends TextPositioningElement {
6515 // To suppress missing implicit constructor warnings. 8051 // To suppress missing implicit constructor warnings.
6516 factory TextElement._() { throw new UnsupportedError("Not supported"); } 8052 factory TextElement._() { throw new UnsupportedError("Not supported"); }
6517 8053
6518 @DomName('SVGTextElement.SVGTextElement') 8054 @DomName('SVGTextElement.SVGTextElement')
6519 @DocsEditable() 8055 @DocsEditable()
6520 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text "); 8056 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text ");
8057
8058
8059 static TextElement internalCreateTextElement() {
8060 return new TextElement._internalWrap();
8061 }
8062
8063 factory TextElement._internalWrap() {
8064 return new TextElement._internal();
8065 }
8066
8067 TextElement._internal() : super._internal();
8068
6521 /** 8069 /**
6522 * Constructor instantiated by the DOM when a custom element has been created. 8070 * Constructor instantiated by the DOM when a custom element has been created.
6523 * 8071 *
6524 * This can only be called by subclasses from their created constructor. 8072 * This can only be called by subclasses from their created constructor.
6525 */ 8073 */
6526 TextElement.created() : super.created(); 8074 TextElement.created() : super.created();
6527 8075
6528 } 8076 }
6529 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8077 // 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 8078 // 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. 8079 // BSD-style license that can be found in the LICENSE file.
6532 8080
6533 // WARNING: Do not edit - generated code. 8081 // WARNING: Do not edit - generated code.
6534 8082
6535 8083
6536 @DocsEditable() 8084 @DocsEditable()
6537 @DomName('SVGTextPathElement') 8085 @DomName('SVGTextPathElement')
6538 @Unstable() 8086 @Unstable()
6539 class TextPathElement extends TextContentElement implements UriReference { 8087 class TextPathElement extends TextContentElement implements UriReference {
6540 // To suppress missing implicit constructor warnings. 8088 // To suppress missing implicit constructor warnings.
6541 factory TextPathElement._() { throw new UnsupportedError("Not supported"); } 8089 factory TextPathElement._() { throw new UnsupportedError("Not supported"); }
8090
8091
8092 static TextPathElement internalCreateTextPathElement() {
8093 return new TextPathElement._internalWrap();
8094 }
8095
8096 factory TextPathElement._internalWrap() {
8097 return new TextPathElement._internal();
8098 }
8099
8100 TextPathElement._internal() : super._internal();
8101
6542 /** 8102 /**
6543 * Constructor instantiated by the DOM when a custom element has been created. 8103 * Constructor instantiated by the DOM when a custom element has been created.
6544 * 8104 *
6545 * This can only be called by subclasses from their created constructor. 8105 * This can only be called by subclasses from their created constructor.
6546 */ 8106 */
6547 TextPathElement.created() : super.created(); 8107 TextPathElement.created() : super.created();
6548 8108
6549 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN') 8109 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN')
6550 @DocsEditable() 8110 @DocsEditable()
6551 static const int TEXTPATH_METHODTYPE_ALIGN = 1; 8111 static const int TEXTPATH_METHODTYPE_ALIGN = 1;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
6593 8153
6594 // WARNING: Do not edit - generated code. 8154 // WARNING: Do not edit - generated code.
6595 8155
6596 8156
6597 @DocsEditable() 8157 @DocsEditable()
6598 @DomName('SVGTextPositioningElement') 8158 @DomName('SVGTextPositioningElement')
6599 @Unstable() 8159 @Unstable()
6600 class TextPositioningElement extends TextContentElement { 8160 class TextPositioningElement extends TextContentElement {
6601 // To suppress missing implicit constructor warnings. 8161 // To suppress missing implicit constructor warnings.
6602 factory TextPositioningElement._() { throw new UnsupportedError("Not supported "); } 8162 factory TextPositioningElement._() { throw new UnsupportedError("Not supported "); }
8163
8164
8165 static TextPositioningElement internalCreateTextPositioningElement() {
8166 return new TextPositioningElement._internalWrap();
8167 }
8168
8169 factory TextPositioningElement._internalWrap() {
8170 return new TextPositioningElement._internal();
8171 }
8172
8173 TextPositioningElement._internal() : super._internal();
8174
6603 /** 8175 /**
6604 * Constructor instantiated by the DOM when a custom element has been created. 8176 * Constructor instantiated by the DOM when a custom element has been created.
6605 * 8177 *
6606 * This can only be called by subclasses from their created constructor. 8178 * This can only be called by subclasses from their created constructor.
6607 */ 8179 */
6608 TextPositioningElement.created() : super.created(); 8180 TextPositioningElement.created() : super.created();
6609 8181
6610 @DomName('SVGTextPositioningElement.dx') 8182 @DomName('SVGTextPositioningElement.dx')
6611 @DocsEditable() 8183 @DocsEditable()
6612 AnimatedLengthList get dx => wrap_jso(_blink.BlinkSVGTextPositioningElement.in stance.dx_Getter_(unwrap_jso(this))); 8184 AnimatedLengthList get dx => wrap_jso(_blink.BlinkSVGTextPositioningElement.in stance.dx_Getter_(unwrap_jso(this)));
(...skipping 25 matching lines...) Expand all
6638 @DocsEditable() 8210 @DocsEditable()
6639 @DomName('SVGTitleElement') 8211 @DomName('SVGTitleElement')
6640 @Unstable() 8212 @Unstable()
6641 class TitleElement extends SvgElement { 8213 class TitleElement extends SvgElement {
6642 // To suppress missing implicit constructor warnings. 8214 // To suppress missing implicit constructor warnings.
6643 factory TitleElement._() { throw new UnsupportedError("Not supported"); } 8215 factory TitleElement._() { throw new UnsupportedError("Not supported"); }
6644 8216
6645 @DomName('SVGTitleElement.SVGTitleElement') 8217 @DomName('SVGTitleElement.SVGTitleElement')
6646 @DocsEditable() 8218 @DocsEditable()
6647 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le"); 8219 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le");
8220
8221
8222 static TitleElement internalCreateTitleElement() {
8223 return new TitleElement._internalWrap();
8224 }
8225
8226 factory TitleElement._internalWrap() {
8227 return new TitleElement._internal();
8228 }
8229
8230 TitleElement._internal() : super._internal();
8231
6648 /** 8232 /**
6649 * Constructor instantiated by the DOM when a custom element has been created. 8233 * Constructor instantiated by the DOM when a custom element has been created.
6650 * 8234 *
6651 * This can only be called by subclasses from their created constructor. 8235 * This can only be called by subclasses from their created constructor.
6652 */ 8236 */
6653 TitleElement.created() : super.created(); 8237 TitleElement.created() : super.created();
6654 8238
6655 } 8239 }
6656 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8240 // 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 8241 // 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. 8242 // BSD-style license that can be found in the LICENSE file.
6659 8243
6660 // WARNING: Do not edit - generated code. 8244 // WARNING: Do not edit - generated code.
6661 8245
6662 8246
6663 @DocsEditable() 8247 @DocsEditable()
6664 @DomName('SVGTransform') 8248 @DomName('SVGTransform')
6665 @Unstable() 8249 @Unstable()
6666 class Transform extends NativeFieldWrapperClass2 { 8250 class Transform extends NativeFieldWrapperClass2 {
6667 // To suppress missing implicit constructor warnings. 8251 // To suppress missing implicit constructor warnings.
6668 factory Transform._() { throw new UnsupportedError("Not supported"); } 8252 factory Transform._() { throw new UnsupportedError("Not supported"); }
6669 8253
8254 static Transform internalCreateTransform() {
8255 return new Transform._internalWrap();
8256 }
8257
8258 JsObject blink_jsObject = null;
8259
8260 factory Transform._internalWrap() {
8261 return new Transform._internal();
8262 }
8263
8264 Transform._internal() { }
8265
8266 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
8267
6670 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') 8268 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX')
6671 @DocsEditable() 8269 @DocsEditable()
6672 static const int SVG_TRANSFORM_MATRIX = 1; 8270 static const int SVG_TRANSFORM_MATRIX = 1;
6673 8271
6674 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') 8272 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE')
6675 @DocsEditable() 8273 @DocsEditable()
6676 static const int SVG_TRANSFORM_ROTATE = 4; 8274 static const int SVG_TRANSFORM_ROTATE = 4;
6677 8275
6678 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') 8276 @DomName('SVGTransform.SVG_TRANSFORM_SCALE')
6679 @DocsEditable() 8277 @DocsEditable()
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
6739 // WARNING: Do not edit - generated code. 8337 // WARNING: Do not edit - generated code.
6740 8338
6741 8339
6742 @DocsEditable() 8340 @DocsEditable()
6743 @DomName('SVGTransformList') 8341 @DomName('SVGTransformList')
6744 @Unstable() 8342 @Unstable()
6745 class TransformList extends NativeFieldWrapperClass2 with ListMixin<Transform>, ImmutableListMixin<Transform> implements List<Transform> { 8343 class TransformList extends NativeFieldWrapperClass2 with ListMixin<Transform>, ImmutableListMixin<Transform> implements List<Transform> {
6746 // To suppress missing implicit constructor warnings. 8344 // To suppress missing implicit constructor warnings.
6747 factory TransformList._() { throw new UnsupportedError("Not supported"); } 8345 factory TransformList._() { throw new UnsupportedError("Not supported"); }
6748 8346
8347 static TransformList internalCreateTransformList() {
8348 return new TransformList._internalWrap();
8349 }
8350
8351 JsObject blink_jsObject = null;
8352
8353 factory TransformList._internalWrap() {
8354 return new TransformList._internal();
8355 }
8356
8357 TransformList._internal() { }
8358
8359 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
8360
6749 @DomName('SVGTransformList.length') 8361 @DomName('SVGTransformList.length')
6750 @DocsEditable() 8362 @DocsEditable()
6751 @Experimental() // untriaged 8363 @Experimental() // untriaged
6752 int get length => _blink.BlinkSVGTransformList.instance.length_Getter_(unwrap_ jso(this)); 8364 int get length => _blink.BlinkSVGTransformList.instance.length_Getter_(unwrap_ jso(this));
6753 8365
6754 @DomName('SVGTransformList.numberOfItems') 8366 @DomName('SVGTransformList.numberOfItems')
6755 @DocsEditable() 8367 @DocsEditable()
6756 int get numberOfItems => _blink.BlinkSVGTransformList.instance.numberOfItems_G etter_(unwrap_jso(this)); 8368 int get numberOfItems => _blink.BlinkSVGTransformList.instance.numberOfItems_G etter_(unwrap_jso(this));
6757 8369
6758 Transform operator[](int index) { 8370 Transform operator[](int index) {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
6848 // WARNING: Do not edit - generated code. 8460 // WARNING: Do not edit - generated code.
6849 8461
6850 8462
6851 @DocsEditable() 8463 @DocsEditable()
6852 @DomName('SVGUnitTypes') 8464 @DomName('SVGUnitTypes')
6853 @Unstable() 8465 @Unstable()
6854 class UnitTypes extends NativeFieldWrapperClass2 { 8466 class UnitTypes extends NativeFieldWrapperClass2 {
6855 // To suppress missing implicit constructor warnings. 8467 // To suppress missing implicit constructor warnings.
6856 factory UnitTypes._() { throw new UnsupportedError("Not supported"); } 8468 factory UnitTypes._() { throw new UnsupportedError("Not supported"); }
6857 8469
8470 static UnitTypes internalCreateUnitTypes() {
8471 return new UnitTypes._internalWrap();
8472 }
8473
8474 JsObject blink_jsObject = null;
8475
8476 factory UnitTypes._internalWrap() {
8477 return new UnitTypes._internal();
8478 }
8479
8480 UnitTypes._internal() { }
8481
8482 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
8483
6858 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') 8484 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX')
6859 @DocsEditable() 8485 @DocsEditable()
6860 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; 8486 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
6861 8487
6862 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') 8488 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN')
6863 @DocsEditable() 8489 @DocsEditable()
6864 static const int SVG_UNIT_TYPE_UNKNOWN = 0; 8490 static const int SVG_UNIT_TYPE_UNKNOWN = 0;
6865 8491
6866 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') 8492 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE')
6867 @DocsEditable() 8493 @DocsEditable()
6868 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; 8494 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1;
6869 8495
6870 } 8496 }
6871 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8497 // 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 8498 // 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. 8499 // BSD-style license that can be found in the LICENSE file.
6874 8500
6875 // WARNING: Do not edit - generated code. 8501 // WARNING: Do not edit - generated code.
6876 8502
6877 8503
6878 @DocsEditable() 8504 @DocsEditable()
6879 @DomName('SVGURIReference') 8505 @DomName('SVGURIReference')
6880 @Unstable() 8506 @Unstable()
6881 abstract class UriReference extends NativeFieldWrapperClass2 { 8507 abstract class UriReference extends NativeFieldWrapperClass2 {
6882 // To suppress missing implicit constructor warnings. 8508 // To suppress missing implicit constructor warnings.
6883 factory UriReference._() { throw new UnsupportedError("Not supported"); } 8509 factory UriReference._() { throw new UnsupportedError("Not supported"); }
6884 8510
8511 static UriReference internalCreateUriReference() {
8512 return new UriReference._internalWrap();
8513 }
8514
8515 JsObject blink_jsObject = null;
8516
8517 factory UriReference._internalWrap() {
8518 return new UriReference._internal();
8519 }
8520
8521 UriReference._internal() { }
8522
8523 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
8524
6885 @DomName('SVGURIReference.href') 8525 @DomName('SVGURIReference.href')
6886 @DocsEditable() 8526 @DocsEditable()
6887 AnimatedString get href; 8527 AnimatedString get href;
6888 8528
6889 } 8529 }
6890 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8530 // 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 8531 // 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. 8532 // BSD-style license that can be found in the LICENSE file.
6893 8533
6894 // WARNING: Do not edit - generated code. 8534 // WARNING: Do not edit - generated code.
6895 8535
6896 8536
6897 @DocsEditable() 8537 @DocsEditable()
6898 @DomName('SVGUseElement') 8538 @DomName('SVGUseElement')
6899 @Unstable() 8539 @Unstable()
6900 class UseElement extends GraphicsElement implements UriReference { 8540 class UseElement extends GraphicsElement implements UriReference {
6901 // To suppress missing implicit constructor warnings. 8541 // To suppress missing implicit constructor warnings.
6902 factory UseElement._() { throw new UnsupportedError("Not supported"); } 8542 factory UseElement._() { throw new UnsupportedError("Not supported"); }
6903 8543
6904 @DomName('SVGUseElement.SVGUseElement') 8544 @DomName('SVGUseElement.SVGUseElement')
6905 @DocsEditable() 8545 @DocsEditable()
6906 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ; 8546 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use") ;
8547
8548
8549 static UseElement internalCreateUseElement() {
8550 return new UseElement._internalWrap();
8551 }
8552
8553 factory UseElement._internalWrap() {
8554 return new UseElement._internal();
8555 }
8556
8557 UseElement._internal() : super._internal();
8558
6907 /** 8559 /**
6908 * Constructor instantiated by the DOM when a custom element has been created. 8560 * Constructor instantiated by the DOM when a custom element has been created.
6909 * 8561 *
6910 * This can only be called by subclasses from their created constructor. 8562 * This can only be called by subclasses from their created constructor.
6911 */ 8563 */
6912 UseElement.created() : super.created(); 8564 UseElement.created() : super.created();
6913 8565
6914 @DomName('SVGUseElement.height') 8566 @DomName('SVGUseElement.height')
6915 @DocsEditable() 8567 @DocsEditable()
6916 AnimatedLength get height => wrap_jso(_blink.BlinkSVGUseElement.instance.heigh t_Getter_(unwrap_jso(this))); 8568 AnimatedLength get height => wrap_jso(_blink.BlinkSVGUseElement.instance.heigh t_Getter_(unwrap_jso(this)));
(...skipping 25 matching lines...) Expand all
6942 @DocsEditable() 8594 @DocsEditable()
6943 @DomName('SVGViewElement') 8595 @DomName('SVGViewElement')
6944 @Unstable() 8596 @Unstable()
6945 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { 8597 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan {
6946 // To suppress missing implicit constructor warnings. 8598 // To suppress missing implicit constructor warnings.
6947 factory ViewElement._() { throw new UnsupportedError("Not supported"); } 8599 factory ViewElement._() { throw new UnsupportedError("Not supported"); }
6948 8600
6949 @DomName('SVGViewElement.SVGViewElement') 8601 @DomName('SVGViewElement.SVGViewElement')
6950 @DocsEditable() 8602 @DocsEditable()
6951 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view "); 8603 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view ");
8604
8605
8606 static ViewElement internalCreateViewElement() {
8607 return new ViewElement._internalWrap();
8608 }
8609
8610 factory ViewElement._internalWrap() {
8611 return new ViewElement._internal();
8612 }
8613
8614 ViewElement._internal() : super._internal();
8615
6952 /** 8616 /**
6953 * Constructor instantiated by the DOM when a custom element has been created. 8617 * Constructor instantiated by the DOM when a custom element has been created.
6954 * 8618 *
6955 * This can only be called by subclasses from their created constructor. 8619 * This can only be called by subclasses from their created constructor.
6956 */ 8620 */
6957 ViewElement.created() : super.created(); 8621 ViewElement.created() : super.created();
6958 8622
6959 @DomName('SVGViewElement.viewTarget') 8623 @DomName('SVGViewElement.viewTarget')
6960 @DocsEditable() 8624 @DocsEditable()
6961 StringList get viewTarget => wrap_jso(_blink.BlinkSVGViewElement.instance.view Target_Getter_(unwrap_jso(this))); 8625 StringList get viewTarget => wrap_jso(_blink.BlinkSVGViewElement.instance.view Target_Getter_(unwrap_jso(this)));
(...skipping 22 matching lines...) Expand all
6984 // WARNING: Do not edit - generated code. 8648 // WARNING: Do not edit - generated code.
6985 8649
6986 8650
6987 @DocsEditable() 8651 @DocsEditable()
6988 @DomName('SVGViewSpec') 8652 @DomName('SVGViewSpec')
6989 @Unstable() 8653 @Unstable()
6990 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd Pan { 8654 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd Pan {
6991 // To suppress missing implicit constructor warnings. 8655 // To suppress missing implicit constructor warnings.
6992 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } 8656 factory ViewSpec._() { throw new UnsupportedError("Not supported"); }
6993 8657
8658 static ViewSpec internalCreateViewSpec() {
8659 return new ViewSpec._internalWrap();
8660 }
8661
8662 JsObject blink_jsObject = null;
8663
8664 factory ViewSpec._internalWrap() {
8665 return new ViewSpec._internal();
8666 }
8667
8668 ViewSpec._internal() { }
8669
8670 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
8671
6994 @DomName('SVGViewSpec.preserveAspectRatioString') 8672 @DomName('SVGViewSpec.preserveAspectRatioString')
6995 @DocsEditable() 8673 @DocsEditable()
6996 String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.instance.prese rveAspectRatioString_Getter_(unwrap_jso(this)); 8674 String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.instance.prese rveAspectRatioString_Getter_(unwrap_jso(this));
6997 8675
6998 @DomName('SVGViewSpec.transform') 8676 @DomName('SVGViewSpec.transform')
6999 @DocsEditable() 8677 @DocsEditable()
7000 TransformList get transform => wrap_jso(_blink.BlinkSVGViewSpec.instance.trans form_Getter_(unwrap_jso(this))); 8678 TransformList get transform => wrap_jso(_blink.BlinkSVGViewSpec.instance.trans form_Getter_(unwrap_jso(this)));
7001 8679
7002 @DomName('SVGViewSpec.transformString') 8680 @DomName('SVGViewSpec.transformString')
7003 @DocsEditable() 8681 @DocsEditable()
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
7043 // WARNING: Do not edit - generated code. 8721 // WARNING: Do not edit - generated code.
7044 8722
7045 8723
7046 @DocsEditable() 8724 @DocsEditable()
7047 @DomName('SVGZoomAndPan') 8725 @DomName('SVGZoomAndPan')
7048 @Unstable() 8726 @Unstable()
7049 abstract class ZoomAndPan extends NativeFieldWrapperClass2 { 8727 abstract class ZoomAndPan extends NativeFieldWrapperClass2 {
7050 // To suppress missing implicit constructor warnings. 8728 // To suppress missing implicit constructor warnings.
7051 factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); } 8729 factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); }
7052 8730
8731 static ZoomAndPan internalCreateZoomAndPan() {
8732 return new ZoomAndPan._internalWrap();
8733 }
8734
8735 JsObject blink_jsObject = null;
8736
8737 factory ZoomAndPan._internalWrap() {
8738 return new ZoomAndPan._internal();
8739 }
8740
8741 ZoomAndPan._internal() { }
8742
8743 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical( this, other);
8744
7053 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') 8745 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE')
7054 @DocsEditable() 8746 @DocsEditable()
7055 static const int SVG_ZOOMANDPAN_DISABLE = 1; 8747 static const int SVG_ZOOMANDPAN_DISABLE = 1;
7056 8748
7057 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') 8749 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY')
7058 @DocsEditable() 8750 @DocsEditable()
7059 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; 8751 static const int SVG_ZOOMANDPAN_MAGNIFY = 2;
7060 8752
7061 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') 8753 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN')
7062 @DocsEditable() 8754 @DocsEditable()
(...skipping 15 matching lines...) Expand all
7078 // WARNING: Do not edit - generated code. 8770 // WARNING: Do not edit - generated code.
7079 8771
7080 8772
7081 @DocsEditable() 8773 @DocsEditable()
7082 @DomName('SVGZoomEvent') 8774 @DomName('SVGZoomEvent')
7083 @Unstable() 8775 @Unstable()
7084 class ZoomEvent extends UIEvent { 8776 class ZoomEvent extends UIEvent {
7085 // To suppress missing implicit constructor warnings. 8777 // To suppress missing implicit constructor warnings.
7086 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } 8778 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); }
7087 8779
8780
8781 static ZoomEvent internalCreateZoomEvent() {
8782 return new ZoomEvent._internalWrap();
8783 }
8784
8785 factory ZoomEvent._internalWrap() {
8786 return new ZoomEvent._internal();
8787 }
8788
8789 ZoomEvent._internal() : super._internal();
8790
8791
7088 @DomName('SVGZoomEvent.newScale') 8792 @DomName('SVGZoomEvent.newScale')
7089 @DocsEditable() 8793 @DocsEditable()
7090 double get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(unwr ap_jso(this)); 8794 double get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(unwr ap_jso(this));
7091 8795
7092 @DomName('SVGZoomEvent.newTranslate') 8796 @DomName('SVGZoomEvent.newTranslate')
7093 @DocsEditable() 8797 @DocsEditable()
7094 Point get newTranslate => wrap_jso(_blink.BlinkSVGZoomEvent.instance.newTransl ate_Getter_(unwrap_jso(this))); 8798 Point get newTranslate => wrap_jso(_blink.BlinkSVGZoomEvent.instance.newTransl ate_Getter_(unwrap_jso(this)));
7095 8799
7096 @DomName('SVGZoomEvent.previousScale') 8800 @DomName('SVGZoomEvent.previousScale')
7097 @DocsEditable() 8801 @DocsEditable()
(...skipping 14 matching lines...) Expand all
7112 8816
7113 // WARNING: Do not edit - generated code. 8817 // WARNING: Do not edit - generated code.
7114 8818
7115 8819
7116 @DocsEditable() 8820 @DocsEditable()
7117 @DomName('SVGGradientElement') 8821 @DomName('SVGGradientElement')
7118 @Unstable() 8822 @Unstable()
7119 class _GradientElement extends SvgElement implements UriReference { 8823 class _GradientElement extends SvgElement implements UriReference {
7120 // To suppress missing implicit constructor warnings. 8824 // To suppress missing implicit constructor warnings.
7121 factory _GradientElement._() { throw new UnsupportedError("Not supported"); } 8825 factory _GradientElement._() { throw new UnsupportedError("Not supported"); }
8826
8827
8828 static _GradientElement internalCreate_GradientElement() {
8829 return new _GradientElement._internalWrap();
8830 }
8831
8832 factory _GradientElement._internalWrap() {
8833 return new _GradientElement._internal();
8834 }
8835
8836 _GradientElement._internal() : super._internal();
8837
7122 /** 8838 /**
7123 * Constructor instantiated by the DOM when a custom element has been created. 8839 * Constructor instantiated by the DOM when a custom element has been created.
7124 * 8840 *
7125 * This can only be called by subclasses from their created constructor. 8841 * This can only be called by subclasses from their created constructor.
7126 */ 8842 */
7127 _GradientElement.created() : super.created(); 8843 _GradientElement.created() : super.created();
7128 8844
7129 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') 8845 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD')
7130 @DocsEditable() 8846 @DocsEditable()
7131 static const int SVG_SPREADMETHOD_PAD = 1; 8847 static const int SVG_SPREADMETHOD_PAD = 1;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
7165 8881
7166 // WARNING: Do not edit - generated code. 8882 // WARNING: Do not edit - generated code.
7167 8883
7168 8884
7169 @DocsEditable() 8885 @DocsEditable()
7170 @DomName('SVGAltGlyphDefElement') 8886 @DomName('SVGAltGlyphDefElement')
7171 @Unstable() 8887 @Unstable()
7172 abstract class _SVGAltGlyphDefElement extends SvgElement { 8888 abstract class _SVGAltGlyphDefElement extends SvgElement {
7173 // To suppress missing implicit constructor warnings. 8889 // To suppress missing implicit constructor warnings.
7174 factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported "); } 8890 factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported "); }
8891
8892
8893 static _SVGAltGlyphDefElement internalCreate_SVGAltGlyphDefElement() {
8894 return new _SVGAltGlyphDefElement._internalWrap();
8895 }
8896
8897 factory _SVGAltGlyphDefElement._internalWrap() {
8898 return new _SVGAltGlyphDefElement._internal();
8899 }
8900
8901 _SVGAltGlyphDefElement._internal() : super._internal();
8902
7175 /** 8903 /**
7176 * Constructor instantiated by the DOM when a custom element has been created. 8904 * Constructor instantiated by the DOM when a custom element has been created.
7177 * 8905 *
7178 * This can only be called by subclasses from their created constructor. 8906 * This can only be called by subclasses from their created constructor.
7179 */ 8907 */
7180 _SVGAltGlyphDefElement.created() : super.created(); 8908 _SVGAltGlyphDefElement.created() : super.created();
7181 8909
7182 } 8910 }
7183 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8911 // 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 8912 // 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. 8913 // BSD-style license that can be found in the LICENSE file.
7186 8914
7187 // WARNING: Do not edit - generated code. 8915 // WARNING: Do not edit - generated code.
7188 8916
7189 8917
7190 @DocsEditable() 8918 @DocsEditable()
7191 @DomName('SVGAltGlyphItemElement') 8919 @DomName('SVGAltGlyphItemElement')
7192 @Unstable() 8920 @Unstable()
7193 abstract class _SVGAltGlyphItemElement extends SvgElement { 8921 abstract class _SVGAltGlyphItemElement extends SvgElement {
7194 // To suppress missing implicit constructor warnings. 8922 // To suppress missing implicit constructor warnings.
7195 factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supporte d"); } 8923 factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supporte d"); }
8924
8925
8926 static _SVGAltGlyphItemElement internalCreate_SVGAltGlyphItemElement() {
8927 return new _SVGAltGlyphItemElement._internalWrap();
8928 }
8929
8930 factory _SVGAltGlyphItemElement._internalWrap() {
8931 return new _SVGAltGlyphItemElement._internal();
8932 }
8933
8934 _SVGAltGlyphItemElement._internal() : super._internal();
8935
7196 /** 8936 /**
7197 * Constructor instantiated by the DOM when a custom element has been created. 8937 * Constructor instantiated by the DOM when a custom element has been created.
7198 * 8938 *
7199 * This can only be called by subclasses from their created constructor. 8939 * This can only be called by subclasses from their created constructor.
7200 */ 8940 */
7201 _SVGAltGlyphItemElement.created() : super.created(); 8941 _SVGAltGlyphItemElement.created() : super.created();
7202 8942
7203 } 8943 }
7204 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8944 // 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 8945 // 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. 8946 // BSD-style license that can be found in the LICENSE file.
7207 8947
7208 // WARNING: Do not edit - generated code. 8948 // WARNING: Do not edit - generated code.
7209 8949
7210 8950
7211 @DocsEditable() 8951 @DocsEditable()
7212 @DomName('SVGComponentTransferFunctionElement') 8952 @DomName('SVGComponentTransferFunctionElement')
7213 @Unstable() 8953 @Unstable()
7214 abstract class _SVGComponentTransferFunctionElement extends SvgElement { 8954 abstract class _SVGComponentTransferFunctionElement extends SvgElement {
7215 // To suppress missing implicit constructor warnings. 8955 // To suppress missing implicit constructor warnings.
7216 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError( "Not supported"); } 8956 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError( "Not supported"); }
8957
8958
8959 static _SVGComponentTransferFunctionElement internalCreate_SVGComponentTransfe rFunctionElement() {
8960 return new _SVGComponentTransferFunctionElement._internalWrap();
8961 }
8962
8963 factory _SVGComponentTransferFunctionElement._internalWrap() {
8964 return new _SVGComponentTransferFunctionElement._internal();
8965 }
8966
8967 _SVGComponentTransferFunctionElement._internal() : super._internal();
8968
7217 /** 8969 /**
7218 * Constructor instantiated by the DOM when a custom element has been created. 8970 * Constructor instantiated by the DOM when a custom element has been created.
7219 * 8971 *
7220 * This can only be called by subclasses from their created constructor. 8972 * This can only be called by subclasses from their created constructor.
7221 */ 8973 */
7222 _SVGComponentTransferFunctionElement.created() : super.created(); 8974 _SVGComponentTransferFunctionElement.created() : super.created();
7223 8975
7224 } 8976 }
7225 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 8977 // 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 8978 // 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. 8979 // BSD-style license that can be found in the LICENSE file.
7228 8980
7229 // WARNING: Do not edit - generated code. 8981 // WARNING: Do not edit - generated code.
7230 8982
7231 8983
7232 @DocsEditable() 8984 @DocsEditable()
7233 @DomName('SVGCursorElement') 8985 @DomName('SVGCursorElement')
7234 @Unstable() 8986 @Unstable()
7235 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes ts { 8987 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes ts {
7236 // To suppress missing implicit constructor warnings. 8988 // To suppress missing implicit constructor warnings.
7237 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } 8989 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); }
7238 8990
7239 @DomName('SVGCursorElement.SVGCursorElement') 8991 @DomName('SVGCursorElement.SVGCursorElement')
7240 @DocsEditable() 8992 @DocsEditable()
7241 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag ("cursor"); 8993 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag ("cursor");
8994
8995
8996 static _SVGCursorElement internalCreate_SVGCursorElement() {
8997 return new _SVGCursorElement._internalWrap();
8998 }
8999
9000 factory _SVGCursorElement._internalWrap() {
9001 return new _SVGCursorElement._internal();
9002 }
9003
9004 _SVGCursorElement._internal() : super._internal();
9005
7242 /** 9006 /**
7243 * Constructor instantiated by the DOM when a custom element has been created. 9007 * Constructor instantiated by the DOM when a custom element has been created.
7244 * 9008 *
7245 * This can only be called by subclasses from their created constructor. 9009 * This can only be called by subclasses from their created constructor.
7246 */ 9010 */
7247 _SVGCursorElement.created() : super.created(); 9011 _SVGCursorElement.created() : super.created();
7248 9012
7249 /// Checks if this type is supported on the current platform. 9013 /// Checks if this type is supported on the current platform.
7250 static bool get supported => true; 9014 static bool get supported => true;
7251 9015
7252 } 9016 }
7253 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9017 // 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 9018 // 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. 9019 // BSD-style license that can be found in the LICENSE file.
7256 9020
7257 // WARNING: Do not edit - generated code. 9021 // WARNING: Do not edit - generated code.
7258 9022
7259 9023
7260 @DocsEditable() 9024 @DocsEditable()
7261 @DomName('SVGFEDropShadowElement') 9025 @DomName('SVGFEDropShadowElement')
7262 @Experimental() // nonstandard 9026 @Experimental() // nonstandard
7263 abstract class _SVGFEDropShadowElement extends SvgElement implements FilterPrimi tiveStandardAttributes { 9027 abstract class _SVGFEDropShadowElement extends SvgElement implements FilterPrimi tiveStandardAttributes {
7264 // To suppress missing implicit constructor warnings. 9028 // To suppress missing implicit constructor warnings.
7265 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte d"); } 9029 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte d"); }
9030
9031
9032 static _SVGFEDropShadowElement internalCreate_SVGFEDropShadowElement() {
9033 return new _SVGFEDropShadowElement._internalWrap();
9034 }
9035
9036 factory _SVGFEDropShadowElement._internalWrap() {
9037 return new _SVGFEDropShadowElement._internal();
9038 }
9039
9040 _SVGFEDropShadowElement._internal() : super._internal();
9041
7266 /** 9042 /**
7267 * Constructor instantiated by the DOM when a custom element has been created. 9043 * Constructor instantiated by the DOM when a custom element has been created.
7268 * 9044 *
7269 * This can only be called by subclasses from their created constructor. 9045 * This can only be called by subclasses from their created constructor.
7270 */ 9046 */
7271 _SVGFEDropShadowElement.created() : super.created(); 9047 _SVGFEDropShadowElement.created() : super.created();
7272 9048
7273 } 9049 }
7274 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9050 // 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 9051 // 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. 9052 // BSD-style license that can be found in the LICENSE file.
7277 9053
7278 // WARNING: Do not edit - generated code. 9054 // WARNING: Do not edit - generated code.
7279 9055
7280 9056
7281 @DocsEditable() 9057 @DocsEditable()
7282 @DomName('SVGFontElement') 9058 @DomName('SVGFontElement')
7283 @Unstable() 9059 @Unstable()
7284 abstract class _SVGFontElement extends SvgElement { 9060 abstract class _SVGFontElement extends SvgElement {
7285 // To suppress missing implicit constructor warnings. 9061 // To suppress missing implicit constructor warnings.
7286 factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); } 9062 factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); }
9063
9064
9065 static _SVGFontElement internalCreate_SVGFontElement() {
9066 return new _SVGFontElement._internalWrap();
9067 }
9068
9069 factory _SVGFontElement._internalWrap() {
9070 return new _SVGFontElement._internal();
9071 }
9072
9073 _SVGFontElement._internal() : super._internal();
9074
7287 /** 9075 /**
7288 * Constructor instantiated by the DOM when a custom element has been created. 9076 * Constructor instantiated by the DOM when a custom element has been created.
7289 * 9077 *
7290 * This can only be called by subclasses from their created constructor. 9078 * This can only be called by subclasses from their created constructor.
7291 */ 9079 */
7292 _SVGFontElement.created() : super.created(); 9080 _SVGFontElement.created() : super.created();
7293 9081
7294 } 9082 }
7295 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9083 // 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 9084 // 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. 9085 // BSD-style license that can be found in the LICENSE file.
7298 9086
7299 // WARNING: Do not edit - generated code. 9087 // WARNING: Do not edit - generated code.
7300 9088
7301 9089
7302 @DocsEditable() 9090 @DocsEditable()
7303 @DomName('SVGFontFaceElement') 9091 @DomName('SVGFontFaceElement')
7304 @Unstable() 9092 @Unstable()
7305 abstract class _SVGFontFaceElement extends SvgElement { 9093 abstract class _SVGFontFaceElement extends SvgElement {
7306 // To suppress missing implicit constructor warnings. 9094 // To suppress missing implicit constructor warnings.
7307 factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported"); } 9095 factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported"); }
9096
9097
9098 static _SVGFontFaceElement internalCreate_SVGFontFaceElement() {
9099 return new _SVGFontFaceElement._internalWrap();
9100 }
9101
9102 factory _SVGFontFaceElement._internalWrap() {
9103 return new _SVGFontFaceElement._internal();
9104 }
9105
9106 _SVGFontFaceElement._internal() : super._internal();
9107
7308 /** 9108 /**
7309 * Constructor instantiated by the DOM when a custom element has been created. 9109 * Constructor instantiated by the DOM when a custom element has been created.
7310 * 9110 *
7311 * This can only be called by subclasses from their created constructor. 9111 * This can only be called by subclasses from their created constructor.
7312 */ 9112 */
7313 _SVGFontFaceElement.created() : super.created(); 9113 _SVGFontFaceElement.created() : super.created();
7314 9114
7315 } 9115 }
7316 // 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
7317 // 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
7318 // BSD-style license that can be found in the LICENSE file. 9118 // BSD-style license that can be found in the LICENSE file.
7319 9119
7320 // WARNING: Do not edit - generated code. 9120 // WARNING: Do not edit - generated code.
7321 9121
7322 9122
7323 @DocsEditable() 9123 @DocsEditable()
7324 @DomName('SVGFontFaceFormatElement') 9124 @DomName('SVGFontFaceFormatElement')
7325 @Unstable() 9125 @Unstable()
7326 abstract class _SVGFontFaceFormatElement extends SvgElement { 9126 abstract class _SVGFontFaceFormatElement extends SvgElement {
7327 // To suppress missing implicit constructor warnings. 9127 // To suppress missing implicit constructor warnings.
7328 factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not suppor ted"); } 9128 factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not suppor ted"); }
9129
9130
9131 static _SVGFontFaceFormatElement internalCreate_SVGFontFaceFormatElement() {
9132 return new _SVGFontFaceFormatElement._internalWrap();
9133 }
9134
9135 factory _SVGFontFaceFormatElement._internalWrap() {
9136 return new _SVGFontFaceFormatElement._internal();
9137 }
9138
9139 _SVGFontFaceFormatElement._internal() : super._internal();
9140
7329 /** 9141 /**
7330 * 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.
7331 * 9143 *
7332 * This can only be called by subclasses from their created constructor. 9144 * This can only be called by subclasses from their created constructor.
7333 */ 9145 */
7334 _SVGFontFaceFormatElement.created() : super.created(); 9146 _SVGFontFaceFormatElement.created() : super.created();
7335 9147
7336 } 9148 }
7337 // 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
7338 // 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
7339 // BSD-style license that can be found in the LICENSE file. 9151 // BSD-style license that can be found in the LICENSE file.
7340 9152
7341 // WARNING: Do not edit - generated code. 9153 // WARNING: Do not edit - generated code.
7342 9154
7343 9155
7344 @DocsEditable() 9156 @DocsEditable()
7345 @DomName('SVGFontFaceNameElement') 9157 @DomName('SVGFontFaceNameElement')
7346 @Unstable() 9158 @Unstable()
7347 abstract class _SVGFontFaceNameElement extends SvgElement { 9159 abstract class _SVGFontFaceNameElement extends SvgElement {
7348 // To suppress missing implicit constructor warnings. 9160 // To suppress missing implicit constructor warnings.
7349 factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supporte d"); } 9161 factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supporte d"); }
9162
9163
9164 static _SVGFontFaceNameElement internalCreate_SVGFontFaceNameElement() {
9165 return new _SVGFontFaceNameElement._internalWrap();
9166 }
9167
9168 factory _SVGFontFaceNameElement._internalWrap() {
9169 return new _SVGFontFaceNameElement._internal();
9170 }
9171
9172 _SVGFontFaceNameElement._internal() : super._internal();
9173
7350 /** 9174 /**
7351 * 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.
7352 * 9176 *
7353 * This can only be called by subclasses from their created constructor. 9177 * This can only be called by subclasses from their created constructor.
7354 */ 9178 */
7355 _SVGFontFaceNameElement.created() : super.created(); 9179 _SVGFontFaceNameElement.created() : super.created();
7356 9180
7357 } 9181 }
7358 // 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
7359 // 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
7360 // BSD-style license that can be found in the LICENSE file. 9184 // BSD-style license that can be found in the LICENSE file.
7361 9185
7362 // WARNING: Do not edit - generated code. 9186 // WARNING: Do not edit - generated code.
7363 9187
7364 9188
7365 @DocsEditable() 9189 @DocsEditable()
7366 @DomName('SVGFontFaceSrcElement') 9190 @DomName('SVGFontFaceSrcElement')
7367 @Unstable() 9191 @Unstable()
7368 abstract class _SVGFontFaceSrcElement extends SvgElement { 9192 abstract class _SVGFontFaceSrcElement extends SvgElement {
7369 // To suppress missing implicit constructor warnings. 9193 // To suppress missing implicit constructor warnings.
7370 factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported "); } 9194 factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported "); }
9195
9196
9197 static _SVGFontFaceSrcElement internalCreate_SVGFontFaceSrcElement() {
9198 return new _SVGFontFaceSrcElement._internalWrap();
9199 }
9200
9201 factory _SVGFontFaceSrcElement._internalWrap() {
9202 return new _SVGFontFaceSrcElement._internal();
9203 }
9204
9205 _SVGFontFaceSrcElement._internal() : super._internal();
9206
7371 /** 9207 /**
7372 * 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.
7373 * 9209 *
7374 * This can only be called by subclasses from their created constructor. 9210 * This can only be called by subclasses from their created constructor.
7375 */ 9211 */
7376 _SVGFontFaceSrcElement.created() : super.created(); 9212 _SVGFontFaceSrcElement.created() : super.created();
7377 9213
7378 } 9214 }
7379 // 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
7380 // 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
7381 // BSD-style license that can be found in the LICENSE file. 9217 // BSD-style license that can be found in the LICENSE file.
7382 9218
7383 // WARNING: Do not edit - generated code. 9219 // WARNING: Do not edit - generated code.
7384 9220
7385 9221
7386 @DocsEditable() 9222 @DocsEditable()
7387 @DomName('SVGFontFaceUriElement') 9223 @DomName('SVGFontFaceUriElement')
7388 @Unstable() 9224 @Unstable()
7389 abstract class _SVGFontFaceUriElement extends SvgElement { 9225 abstract class _SVGFontFaceUriElement extends SvgElement {
7390 // To suppress missing implicit constructor warnings. 9226 // To suppress missing implicit constructor warnings.
7391 factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported "); } 9227 factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported "); }
9228
9229
9230 static _SVGFontFaceUriElement internalCreate_SVGFontFaceUriElement() {
9231 return new _SVGFontFaceUriElement._internalWrap();
9232 }
9233
9234 factory _SVGFontFaceUriElement._internalWrap() {
9235 return new _SVGFontFaceUriElement._internal();
9236 }
9237
9238 _SVGFontFaceUriElement._internal() : super._internal();
9239
7392 /** 9240 /**
7393 * 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.
7394 * 9242 *
7395 * This can only be called by subclasses from their created constructor. 9243 * This can only be called by subclasses from their created constructor.
7396 */ 9244 */
7397 _SVGFontFaceUriElement.created() : super.created(); 9245 _SVGFontFaceUriElement.created() : super.created();
7398 9246
7399 } 9247 }
7400 // 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
7401 // 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
7402 // BSD-style license that can be found in the LICENSE file. 9250 // BSD-style license that can be found in the LICENSE file.
7403 9251
7404 // WARNING: Do not edit - generated code. 9252 // WARNING: Do not edit - generated code.
7405 9253
7406 9254
7407 @DocsEditable() 9255 @DocsEditable()
7408 @DomName('SVGGlyphElement') 9256 @DomName('SVGGlyphElement')
7409 @Unstable() 9257 @Unstable()
7410 abstract class _SVGGlyphElement extends SvgElement { 9258 abstract class _SVGGlyphElement extends SvgElement {
7411 // To suppress missing implicit constructor warnings. 9259 // To suppress missing implicit constructor warnings.
7412 factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); } 9260 factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); }
7413 9261
7414 @DomName('SVGGlyphElement.SVGGlyphElement') 9262 @DomName('SVGGlyphElement.SVGGlyphElement')
7415 @DocsEditable() 9263 @DocsEditable()
7416 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag( "glyph"); 9264 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag( "glyph");
9265
9266
9267 static _SVGGlyphElement internalCreate_SVGGlyphElement() {
9268 return new _SVGGlyphElement._internalWrap();
9269 }
9270
9271 factory _SVGGlyphElement._internalWrap() {
9272 return new _SVGGlyphElement._internal();
9273 }
9274
9275 _SVGGlyphElement._internal() : super._internal();
9276
7417 /** 9277 /**
7418 * Constructor instantiated by the DOM when a custom element has been created. 9278 * Constructor instantiated by the DOM when a custom element has been created.
7419 * 9279 *
7420 * This can only be called by subclasses from their created constructor. 9280 * This can only be called by subclasses from their created constructor.
7421 */ 9281 */
7422 _SVGGlyphElement.created() : super.created(); 9282 _SVGGlyphElement.created() : super.created();
7423 9283
7424 } 9284 }
7425 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9285 // 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 9286 // 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. 9287 // BSD-style license that can be found in the LICENSE file.
7428 9288
7429 // WARNING: Do not edit - generated code. 9289 // WARNING: Do not edit - generated code.
7430 9290
7431 9291
7432 @DocsEditable() 9292 @DocsEditable()
7433 @DomName('SVGGlyphRefElement') 9293 @DomName('SVGGlyphRefElement')
7434 @Unstable() 9294 @Unstable()
7435 abstract class _SVGGlyphRefElement extends SvgElement implements UriReference { 9295 abstract class _SVGGlyphRefElement extends SvgElement implements UriReference {
7436 // To suppress missing implicit constructor warnings. 9296 // To suppress missing implicit constructor warnings.
7437 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported"); } 9297 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported"); }
9298
9299
9300 static _SVGGlyphRefElement internalCreate_SVGGlyphRefElement() {
9301 return new _SVGGlyphRefElement._internalWrap();
9302 }
9303
9304 factory _SVGGlyphRefElement._internalWrap() {
9305 return new _SVGGlyphRefElement._internal();
9306 }
9307
9308 _SVGGlyphRefElement._internal() : super._internal();
9309
7438 /** 9310 /**
7439 * Constructor instantiated by the DOM when a custom element has been created. 9311 * Constructor instantiated by the DOM when a custom element has been created.
7440 * 9312 *
7441 * This can only be called by subclasses from their created constructor. 9313 * This can only be called by subclasses from their created constructor.
7442 */ 9314 */
7443 _SVGGlyphRefElement.created() : super.created(); 9315 _SVGGlyphRefElement.created() : super.created();
7444 9316
7445 } 9317 }
7446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9318 // 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 9319 // 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. 9320 // BSD-style license that can be found in the LICENSE file.
7449 9321
7450 // WARNING: Do not edit - generated code. 9322 // WARNING: Do not edit - generated code.
7451 9323
7452 9324
7453 @DocsEditable() 9325 @DocsEditable()
7454 @DomName('SVGHKernElement') 9326 @DomName('SVGHKernElement')
7455 @Unstable() 9327 @Unstable()
7456 abstract class _SVGHKernElement extends SvgElement { 9328 abstract class _SVGHKernElement extends SvgElement {
7457 // To suppress missing implicit constructor warnings. 9329 // To suppress missing implicit constructor warnings.
7458 factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); } 9330 factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); }
7459 9331
7460 @DomName('SVGHKernElement.SVGHKernElement') 9332 @DomName('SVGHKernElement.SVGHKernElement')
7461 @DocsEditable() 9333 @DocsEditable()
7462 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "hkern"); 9334 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "hkern");
9335
9336
9337 static _SVGHKernElement internalCreate_SVGHKernElement() {
9338 return new _SVGHKernElement._internalWrap();
9339 }
9340
9341 factory _SVGHKernElement._internalWrap() {
9342 return new _SVGHKernElement._internal();
9343 }
9344
9345 _SVGHKernElement._internal() : super._internal();
9346
7463 /** 9347 /**
7464 * Constructor instantiated by the DOM when a custom element has been created. 9348 * Constructor instantiated by the DOM when a custom element has been created.
7465 * 9349 *
7466 * This can only be called by subclasses from their created constructor. 9350 * This can only be called by subclasses from their created constructor.
7467 */ 9351 */
7468 _SVGHKernElement.created() : super.created(); 9352 _SVGHKernElement.created() : super.created();
7469 9353
7470 } 9354 }
7471 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9355 // 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 9356 // 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. 9357 // BSD-style license that can be found in the LICENSE file.
7474 9358
7475 // WARNING: Do not edit - generated code. 9359 // WARNING: Do not edit - generated code.
7476 9360
7477 9361
7478 @DocsEditable() 9362 @DocsEditable()
7479 @DomName('SVGMPathElement') 9363 @DomName('SVGMPathElement')
7480 abstract class _SVGMPathElement extends SvgElement implements UriReference { 9364 abstract class _SVGMPathElement extends SvgElement implements UriReference {
7481 // To suppress missing implicit constructor warnings. 9365 // To suppress missing implicit constructor warnings.
7482 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } 9366 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); }
7483 9367
7484 @DomName('SVGMPathElement.SVGMPathElement') 9368 @DomName('SVGMPathElement.SVGMPathElement')
7485 @DocsEditable() 9369 @DocsEditable()
7486 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag( "mpath"); 9370 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag( "mpath");
9371
9372
9373 static _SVGMPathElement internalCreate_SVGMPathElement() {
9374 return new _SVGMPathElement._internalWrap();
9375 }
9376
9377 factory _SVGMPathElement._internalWrap() {
9378 return new _SVGMPathElement._internal();
9379 }
9380
9381 _SVGMPathElement._internal() : super._internal();
9382
7487 /** 9383 /**
7488 * Constructor instantiated by the DOM when a custom element has been created. 9384 * Constructor instantiated by the DOM when a custom element has been created.
7489 * 9385 *
7490 * This can only be called by subclasses from their created constructor. 9386 * This can only be called by subclasses from their created constructor.
7491 */ 9387 */
7492 _SVGMPathElement.created() : super.created(); 9388 _SVGMPathElement.created() : super.created();
7493 9389
7494 } 9390 }
7495 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9391 // 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 9392 // 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. 9393 // BSD-style license that can be found in the LICENSE file.
7498 9394
7499 // WARNING: Do not edit - generated code. 9395 // WARNING: Do not edit - generated code.
7500 9396
7501 9397
7502 @DocsEditable() 9398 @DocsEditable()
7503 @DomName('SVGMissingGlyphElement') 9399 @DomName('SVGMissingGlyphElement')
7504 @Unstable() 9400 @Unstable()
7505 abstract class _SVGMissingGlyphElement extends SvgElement { 9401 abstract class _SVGMissingGlyphElement extends SvgElement {
7506 // To suppress missing implicit constructor warnings. 9402 // To suppress missing implicit constructor warnings.
7507 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte d"); } 9403 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte d"); }
9404
9405
9406 static _SVGMissingGlyphElement internalCreate_SVGMissingGlyphElement() {
9407 return new _SVGMissingGlyphElement._internalWrap();
9408 }
9409
9410 factory _SVGMissingGlyphElement._internalWrap() {
9411 return new _SVGMissingGlyphElement._internal();
9412 }
9413
9414 _SVGMissingGlyphElement._internal() : super._internal();
9415
7508 /** 9416 /**
7509 * Constructor instantiated by the DOM when a custom element has been created. 9417 * Constructor instantiated by the DOM when a custom element has been created.
7510 * 9418 *
7511 * This can only be called by subclasses from their created constructor. 9419 * This can only be called by subclasses from their created constructor.
7512 */ 9420 */
7513 _SVGMissingGlyphElement.created() : super.created(); 9421 _SVGMissingGlyphElement.created() : super.created();
7514 9422
7515 } 9423 }
7516 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 9424 // 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 9425 // 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. 9426 // BSD-style license that can be found in the LICENSE file.
7519 9427
7520 // WARNING: Do not edit - generated code. 9428 // WARNING: Do not edit - generated code.
7521 9429
7522 9430
7523 @DocsEditable() 9431 @DocsEditable()
7524 @DomName('SVGVKernElement') 9432 @DomName('SVGVKernElement')
7525 @Unstable() 9433 @Unstable()
7526 abstract class _SVGVKernElement extends SvgElement { 9434 abstract class _SVGVKernElement extends SvgElement {
7527 // To suppress missing implicit constructor warnings. 9435 // To suppress missing implicit constructor warnings.
7528 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } 9436 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); }
7529 9437
7530 @DomName('SVGVKernElement.SVGVKernElement') 9438 @DomName('SVGVKernElement.SVGVKernElement')
7531 @DocsEditable() 9439 @DocsEditable()
7532 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 9440 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
9441
9442
9443 static _SVGVKernElement internalCreate_SVGVKernElement() {
9444 return new _SVGVKernElement._internalWrap();
9445 }
9446
9447 factory _SVGVKernElement._internalWrap() {
9448 return new _SVGVKernElement._internal();
9449 }
9450
9451 _SVGVKernElement._internal() : super._internal();
9452
7533 /** 9453 /**
7534 * Constructor instantiated by the DOM when a custom element has been created. 9454 * Constructor instantiated by the DOM when a custom element has been created.
7535 * 9455 *
7536 * This can only be called by subclasses from their created constructor. 9456 * This can only be called by subclasses from their created constructor.
7537 */ 9457 */
7538 _SVGVKernElement.created() : super.created(); 9458 _SVGVKernElement.created() : super.created();
7539 9459
7540 } 9460 }
OLDNEW
« no previous file with comments | « sdk/lib/indexed_db/dartium/indexed_db_dartium.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