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

Unified Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 1330163010: Revert "Dartium w/ JsInterop enabled" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_audio/dartium/web_audio_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/svg/dartium/svg_dartium.dart
diff --git a/sdk/lib/svg/dartium/svg_dartium.dart b/sdk/lib/svg/dartium/svg_dartium.dart
index 577738e03d97a9d138199749bd0e4fa17fa9706a..8d52279642e30b29769043145a096232644d5d18 100644
--- a/sdk/lib/svg/dartium/svg_dartium.dart
+++ b/sdk/lib/svg/dartium/svg_dartium.dart
@@ -15,18 +15,12 @@ import 'dart:html';
import 'dart:html_common';
import 'dart:nativewrappers';
import 'dart:_blink' as _blink;
-import 'dart:js' as js;
// DO NOT EDIT
// Auto-generated dart:svg library.
-// Need a default constructor for constructing classes with mixins that are
-// also extending NativeFieldWrapperClass2. Defining JsoNativeFieldWrapper
-// extending NativeFieldWrapperClass2 creates a default constructor.
-class JsoNativeFieldWrapper extends NativeFieldWrapperClass2 {}
-
// FIXME: Can we make this private?
final svgBlinkMap = {
@@ -175,152 +169,6 @@ final svgBlinkMap = {
};
-// FIXME: Can we make this private?
-final svgBlinkFunctionMap = {
- 'SVGAElement': () => AElement.internalCreateAElement,
- 'SVGAltGlyphDefElement': () => _SVGAltGlyphDefElement.internalCreate_SVGAltGlyphDefElement,
- 'SVGAltGlyphElement': () => AltGlyphElement.internalCreateAltGlyphElement,
- 'SVGAltGlyphItemElement': () => _SVGAltGlyphItemElement.internalCreate_SVGAltGlyphItemElement,
- 'SVGAngle': () => Angle.internalCreateAngle,
- 'SVGAnimateElement': () => AnimateElement.internalCreateAnimateElement,
- 'SVGAnimateMotionElement': () => AnimateMotionElement.internalCreateAnimateMotionElement,
- 'SVGAnimateTransformElement': () => AnimateTransformElement.internalCreateAnimateTransformElement,
- 'SVGAnimatedAngle': () => AnimatedAngle.internalCreateAnimatedAngle,
- 'SVGAnimatedBoolean': () => AnimatedBoolean.internalCreateAnimatedBoolean,
- 'SVGAnimatedEnumeration': () => AnimatedEnumeration.internalCreateAnimatedEnumeration,
- 'SVGAnimatedInteger': () => AnimatedInteger.internalCreateAnimatedInteger,
- 'SVGAnimatedLength': () => AnimatedLength.internalCreateAnimatedLength,
- 'SVGAnimatedLengthList': () => AnimatedLengthList.internalCreateAnimatedLengthList,
- 'SVGAnimatedNumber': () => AnimatedNumber.internalCreateAnimatedNumber,
- 'SVGAnimatedNumberList': () => AnimatedNumberList.internalCreateAnimatedNumberList,
- 'SVGAnimatedPreserveAspectRatio': () => AnimatedPreserveAspectRatio.internalCreateAnimatedPreserveAspectRatio,
- 'SVGAnimatedRect': () => AnimatedRect.internalCreateAnimatedRect,
- 'SVGAnimatedString': () => AnimatedString.internalCreateAnimatedString,
- 'SVGAnimatedTransformList': () => AnimatedTransformList.internalCreateAnimatedTransformList,
- 'SVGAnimationElement': () => AnimationElement.internalCreateAnimationElement,
- 'SVGCircleElement': () => CircleElement.internalCreateCircleElement,
- 'SVGClipPathElement': () => ClipPathElement.internalCreateClipPathElement,
- 'SVGComponentTransferFunctionElement': () => _SVGComponentTransferFunctionElement.internalCreate_SVGComponentTransferFunctionElement,
- 'SVGCursorElement': () => _SVGCursorElement.internalCreate_SVGCursorElement,
- 'SVGDefsElement': () => DefsElement.internalCreateDefsElement,
- 'SVGDescElement': () => DescElement.internalCreateDescElement,
- 'SVGDiscardElement': () => DiscardElement.internalCreateDiscardElement,
- 'SVGElement': () => SvgElement.internalCreateSvgElement,
- 'SVGEllipseElement': () => EllipseElement.internalCreateEllipseElement,
- 'SVGFEBlendElement': () => FEBlendElement.internalCreateFEBlendElement,
- 'SVGFEColorMatrixElement': () => FEColorMatrixElement.internalCreateFEColorMatrixElement,
- 'SVGFEComponentTransferElement': () => FEComponentTransferElement.internalCreateFEComponentTransferElement,
- 'SVGFECompositeElement': () => FECompositeElement.internalCreateFECompositeElement,
- 'SVGFEConvolveMatrixElement': () => FEConvolveMatrixElement.internalCreateFEConvolveMatrixElement,
- 'SVGFEDiffuseLightingElement': () => FEDiffuseLightingElement.internalCreateFEDiffuseLightingElement,
- 'SVGFEDisplacementMapElement': () => FEDisplacementMapElement.internalCreateFEDisplacementMapElement,
- 'SVGFEDistantLightElement': () => FEDistantLightElement.internalCreateFEDistantLightElement,
- 'SVGFEDropShadowElement': () => _SVGFEDropShadowElement.internalCreate_SVGFEDropShadowElement,
- 'SVGFEFloodElement': () => FEFloodElement.internalCreateFEFloodElement,
- 'SVGFEFuncAElement': () => FEFuncAElement.internalCreateFEFuncAElement,
- 'SVGFEFuncBElement': () => FEFuncBElement.internalCreateFEFuncBElement,
- 'SVGFEFuncGElement': () => FEFuncGElement.internalCreateFEFuncGElement,
- 'SVGFEFuncRElement': () => FEFuncRElement.internalCreateFEFuncRElement,
- 'SVGFEGaussianBlurElement': () => FEGaussianBlurElement.internalCreateFEGaussianBlurElement,
- 'SVGFEImageElement': () => FEImageElement.internalCreateFEImageElement,
- 'SVGFEMergeElement': () => FEMergeElement.internalCreateFEMergeElement,
- 'SVGFEMergeNodeElement': () => FEMergeNodeElement.internalCreateFEMergeNodeElement,
- 'SVGFEMorphologyElement': () => FEMorphologyElement.internalCreateFEMorphologyElement,
- 'SVGFEOffsetElement': () => FEOffsetElement.internalCreateFEOffsetElement,
- 'SVGFEPointLightElement': () => FEPointLightElement.internalCreateFEPointLightElement,
- 'SVGFESpecularLightingElement': () => FESpecularLightingElement.internalCreateFESpecularLightingElement,
- 'SVGFESpotLightElement': () => FESpotLightElement.internalCreateFESpotLightElement,
- 'SVGFETileElement': () => FETileElement.internalCreateFETileElement,
- 'SVGFETurbulenceElement': () => FETurbulenceElement.internalCreateFETurbulenceElement,
- 'SVGFilterElement': () => FilterElement.internalCreateFilterElement,
- 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttributes.internalCreateFilterPrimitiveStandardAttributes,
- 'SVGFitToViewBox': () => FitToViewBox.internalCreateFitToViewBox,
- 'SVGFontElement': () => _SVGFontElement.internalCreate_SVGFontElement,
- 'SVGFontFaceElement': () => _SVGFontFaceElement.internalCreate_SVGFontFaceElement,
- 'SVGFontFaceFormatElement': () => _SVGFontFaceFormatElement.internalCreate_SVGFontFaceFormatElement,
- 'SVGFontFaceNameElement': () => _SVGFontFaceNameElement.internalCreate_SVGFontFaceNameElement,
- 'SVGFontFaceSrcElement': () => _SVGFontFaceSrcElement.internalCreate_SVGFontFaceSrcElement,
- 'SVGFontFaceUriElement': () => _SVGFontFaceUriElement.internalCreate_SVGFontFaceUriElement,
- 'SVGForeignObjectElement': () => ForeignObjectElement.internalCreateForeignObjectElement,
- 'SVGGElement': () => GElement.internalCreateGElement,
- 'SVGGeometryElement': () => GeometryElement.internalCreateGeometryElement,
- 'SVGGlyphElement': () => _SVGGlyphElement.internalCreate_SVGGlyphElement,
- 'SVGGlyphRefElement': () => _SVGGlyphRefElement.internalCreate_SVGGlyphRefElement,
- 'SVGGradientElement': () => _GradientElement.internalCreate_GradientElement,
- 'SVGGraphicsElement': () => GraphicsElement.internalCreateGraphicsElement,
- 'SVGHKernElement': () => _SVGHKernElement.internalCreate_SVGHKernElement,
- 'SVGImageElement': () => ImageElement.internalCreateImageElement,
- 'SVGLength': () => Length.internalCreateLength,
- 'SVGLengthList': () => LengthList.internalCreateLengthList,
- 'SVGLineElement': () => LineElement.internalCreateLineElement,
- 'SVGLinearGradientElement': () => LinearGradientElement.internalCreateLinearGradientElement,
- 'SVGMPathElement': () => _SVGMPathElement.internalCreate_SVGMPathElement,
- 'SVGMarkerElement': () => MarkerElement.internalCreateMarkerElement,
- 'SVGMaskElement': () => MaskElement.internalCreateMaskElement,
- 'SVGMatrix': () => Matrix.internalCreateMatrix,
- 'SVGMetadataElement': () => MetadataElement.internalCreateMetadataElement,
- 'SVGMissingGlyphElement': () => _SVGMissingGlyphElement.internalCreate_SVGMissingGlyphElement,
- 'SVGNumber': () => Number.internalCreateNumber,
- 'SVGNumberList': () => NumberList.internalCreateNumberList,
- 'SVGPathElement': () => PathElement.internalCreatePathElement,
- 'SVGPathSeg': () => PathSeg.internalCreatePathSeg,
- 'SVGPathSegArcAbs': () => PathSegArcAbs.internalCreatePathSegArcAbs,
- 'SVGPathSegArcRel': () => PathSegArcRel.internalCreatePathSegArcRel,
- 'SVGPathSegClosePath': () => PathSegClosePath.internalCreatePathSegClosePath,
- 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.internalCreatePathSegCurvetoCubicAbs,
- 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.internalCreatePathSegCurvetoCubicRel,
- 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.internalCreatePathSegCurvetoCubicSmoothAbs,
- 'SVGPathSegCurvetoCubicSmoothRel': () => PathSegCurvetoCubicSmoothRel.internalCreatePathSegCurvetoCubicSmoothRel,
- 'SVGPathSegCurvetoQuadraticAbs': () => PathSegCurvetoQuadraticAbs.internalCreatePathSegCurvetoQuadraticAbs,
- 'SVGPathSegCurvetoQuadraticRel': () => PathSegCurvetoQuadraticRel.internalCreatePathSegCurvetoQuadraticRel,
- 'SVGPathSegCurvetoQuadraticSmoothAbs': () => PathSegCurvetoQuadraticSmoothAbs.internalCreatePathSegCurvetoQuadraticSmoothAbs,
- 'SVGPathSegCurvetoQuadraticSmoothRel': () => PathSegCurvetoQuadraticSmoothRel.internalCreatePathSegCurvetoQuadraticSmoothRel,
- 'SVGPathSegLinetoAbs': () => PathSegLinetoAbs.internalCreatePathSegLinetoAbs,
- 'SVGPathSegLinetoHorizontalAbs': () => PathSegLinetoHorizontalAbs.internalCreatePathSegLinetoHorizontalAbs,
- 'SVGPathSegLinetoHorizontalRel': () => PathSegLinetoHorizontalRel.internalCreatePathSegLinetoHorizontalRel,
- 'SVGPathSegLinetoRel': () => PathSegLinetoRel.internalCreatePathSegLinetoRel,
- 'SVGPathSegLinetoVerticalAbs': () => PathSegLinetoVerticalAbs.internalCreatePathSegLinetoVerticalAbs,
- 'SVGPathSegLinetoVerticalRel': () => PathSegLinetoVerticalRel.internalCreatePathSegLinetoVerticalRel,
- 'SVGPathSegList': () => PathSegList.internalCreatePathSegList,
- 'SVGPathSegMovetoAbs': () => PathSegMovetoAbs.internalCreatePathSegMovetoAbs,
- 'SVGPathSegMovetoRel': () => PathSegMovetoRel.internalCreatePathSegMovetoRel,
- 'SVGPatternElement': () => PatternElement.internalCreatePatternElement,
- 'SVGPoint': () => Point.internalCreatePoint,
- 'SVGPointList': () => PointList.internalCreatePointList,
- 'SVGPolygonElement': () => PolygonElement.internalCreatePolygonElement,
- 'SVGPolylineElement': () => PolylineElement.internalCreatePolylineElement,
- 'SVGPreserveAspectRatio': () => PreserveAspectRatio.internalCreatePreserveAspectRatio,
- 'SVGRadialGradientElement': () => RadialGradientElement.internalCreateRadialGradientElement,
- 'SVGRect': () => Rect.internalCreateRect,
- 'SVGRectElement': () => RectElement.internalCreateRectElement,
- 'SVGRenderingIntent': () => RenderingIntent.internalCreateRenderingIntent,
- 'SVGSVGElement': () => SvgSvgElement.internalCreateSvgSvgElement,
- 'SVGScriptElement': () => ScriptElement.internalCreateScriptElement,
- 'SVGSetElement': () => SetElement.internalCreateSetElement,
- 'SVGStopElement': () => StopElement.internalCreateStopElement,
- 'SVGStringList': () => StringList.internalCreateStringList,
- 'SVGStyleElement': () => StyleElement.internalCreateStyleElement,
- 'SVGSwitchElement': () => SwitchElement.internalCreateSwitchElement,
- 'SVGSymbolElement': () => SymbolElement.internalCreateSymbolElement,
- 'SVGTSpanElement': () => TSpanElement.internalCreateTSpanElement,
- 'SVGTests': () => Tests.internalCreateTests,
- 'SVGTextContentElement': () => TextContentElement.internalCreateTextContentElement,
- 'SVGTextElement': () => TextElement.internalCreateTextElement,
- 'SVGTextPathElement': () => TextPathElement.internalCreateTextPathElement,
- 'SVGTextPositioningElement': () => TextPositioningElement.internalCreateTextPositioningElement,
- 'SVGTitleElement': () => TitleElement.internalCreateTitleElement,
- 'SVGTransform': () => Transform.internalCreateTransform,
- 'SVGTransformList': () => TransformList.internalCreateTransformList,
- 'SVGURIReference': () => UriReference.internalCreateUriReference,
- 'SVGUnitTypes': () => UnitTypes.internalCreateUnitTypes,
- 'SVGUseElement': () => UseElement.internalCreateUseElement,
- 'SVGVKernElement': () => _SVGVKernElement.internalCreate_SVGVKernElement,
- 'SVGViewElement': () => ViewElement.internalCreateViewElement,
- 'SVGViewSpec': () => ViewSpec.internalCreateViewSpec,
- 'SVGZoomAndPan': () => ZoomAndPan.internalCreateZoomAndPan,
- 'SVGZoomEvent': () => ZoomEvent.internalCreateZoomEvent,
-
-};
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@@ -350,18 +198,6 @@ class AElement extends GraphicsElement implements UriReference {
@DomName('SVGAElement.SVGAElement')
@DocsEditable()
factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a");
-
-
- static AElement internalCreateAElement() {
- return new AElement._internalWrap();
- }
-
- factory AElement._internalWrap() {
- return new AElement.internal_();
- }
-
- AElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -398,18 +234,6 @@ class AltGlyphElement extends TextPositioningElement implements UriReference {
@DomName('SVGAltGlyphElement.SVGAltGlyphElement')
@DocsEditable()
factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("altGlyph");
-
-
- static AltGlyphElement internalCreateAltGlyphElement() {
- return new AltGlyphElement._internalWrap();
- }
-
- factory AltGlyphElement._internalWrap() {
- return new AltGlyphElement.internal_();
- }
-
- AltGlyphElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -426,7 +250,7 @@ class AltGlyphElement extends TextPositioningElement implements UriReference {
@DomName('SVGAltGlyphElement.format')
@DocsEditable()
- set format(String value) => _blink.BlinkSVGAltGlyphElement.instance.format_Setter_(unwrap_jso(this), value);
+ void set format(String value) => _blink.BlinkSVGAltGlyphElement.instance.format_Setter_(unwrap_jso(this), value);
@DomName('SVGAltGlyphElement.glyphRef')
@DocsEditable()
@@ -434,7 +258,7 @@ class AltGlyphElement extends TextPositioningElement implements UriReference {
@DomName('SVGAltGlyphElement.glyphRef')
@DocsEditable()
- set glyphRef(String value) => _blink.BlinkSVGAltGlyphElement.instance.glyphRef_Setter_(unwrap_jso(this), value);
+ void set glyphRef(String value) => _blink.BlinkSVGAltGlyphElement.instance.glyphRef_Setter_(unwrap_jso(this), value);
@DomName('SVGAltGlyphElement.href')
@DocsEditable()
@@ -455,21 +279,6 @@ class Angle extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory Angle._() { throw new UnsupportedError("Not supported"); }
- static Angle internalCreateAngle() {
- return new Angle._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory Angle._internalWrap() {
- return new Angle.internal_();
- }
-
- Angle.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAngle.SVG_ANGLETYPE_DEG')
@DocsEditable()
static const int SVG_ANGLETYPE_DEG = 2;
@@ -500,7 +309,7 @@ class Angle extends NativeFieldWrapperClass2 {
@DomName('SVGAngle.value')
@DocsEditable()
- set value(num value) => _blink.BlinkSVGAngle.instance.value_Setter_(unwrap_jso(this), value);
+ void set value(num value) => _blink.BlinkSVGAngle.instance.value_Setter_(unwrap_jso(this), value);
@DomName('SVGAngle.valueAsString')
@DocsEditable()
@@ -508,7 +317,7 @@ class Angle extends NativeFieldWrapperClass2 {
@DomName('SVGAngle.valueAsString')
@DocsEditable()
- set valueAsString(String value) => _blink.BlinkSVGAngle.instance.valueAsString_Setter_(unwrap_jso(this), value);
+ void set valueAsString(String value) => _blink.BlinkSVGAngle.instance.valueAsString_Setter_(unwrap_jso(this), value);
@DomName('SVGAngle.valueInSpecifiedUnits')
@DocsEditable()
@@ -516,7 +325,7 @@ class Angle extends NativeFieldWrapperClass2 {
@DomName('SVGAngle.valueInSpecifiedUnits')
@DocsEditable()
- set valueInSpecifiedUnits(num value) => _blink.BlinkSVGAngle.instance.valueInSpecifiedUnits_Setter_(unwrap_jso(this), value);
+ void set valueInSpecifiedUnits(num value) => _blink.BlinkSVGAngle.instance.valueInSpecifiedUnits_Setter_(unwrap_jso(this), value);
@DomName('SVGAngle.convertToSpecifiedUnits')
@DocsEditable()
@@ -547,18 +356,6 @@ class AnimateElement extends AnimationElement {
@DomName('SVGAnimateElement.SVGAnimateElement')
@DocsEditable()
factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("animate");
-
-
- static AnimateElement internalCreateAnimateElement() {
- return new AnimateElement._internalWrap();
- }
-
- factory AnimateElement._internalWrap() {
- return new AnimateElement.internal_();
- }
-
- AnimateElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -590,18 +387,6 @@ class AnimateMotionElement extends AnimationElement {
@DomName('SVGAnimateMotionElement.SVGAnimateMotionElement')
@DocsEditable()
factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_tag("animateMotion");
-
-
- static AnimateMotionElement internalCreateAnimateMotionElement() {
- return new AnimateMotionElement._internalWrap();
- }
-
- factory AnimateMotionElement._internalWrap() {
- return new AnimateMotionElement.internal_();
- }
-
- AnimateMotionElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -633,18 +418,6 @@ class AnimateTransformElement extends AnimationElement {
@DomName('SVGAnimateTransformElement.SVGAnimateTransformElement')
@DocsEditable()
factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgElement_tag("animateTransform");
-
-
- static AnimateTransformElement internalCreateAnimateTransformElement() {
- return new AnimateTransformElement._internalWrap();
- }
-
- factory AnimateTransformElement._internalWrap() {
- return new AnimateTransformElement.internal_();
- }
-
- AnimateTransformElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -670,21 +443,6 @@ class AnimatedAngle extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); }
- static AnimatedAngle internalCreateAnimatedAngle() {
- return new AnimatedAngle._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory AnimatedAngle._internalWrap() {
- return new AnimatedAngle.internal_();
- }
-
- AnimatedAngle.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAnimatedAngle.animVal')
@DocsEditable()
Angle get animVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.animVal_Getter_(unwrap_jso(this)));
@@ -708,21 +466,6 @@ class AnimatedBoolean extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); }
- static AnimatedBoolean internalCreateAnimatedBoolean() {
- return new AnimatedBoolean._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory AnimatedBoolean._internalWrap() {
- return new AnimatedBoolean.internal_();
- }
-
- AnimatedBoolean.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAnimatedBoolean.animVal')
@DocsEditable()
bool get animVal => _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(unwrap_jso(this));
@@ -733,7 +476,7 @@ class AnimatedBoolean extends NativeFieldWrapperClass2 {
@DomName('SVGAnimatedBoolean.baseVal')
@DocsEditable()
- set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Setter_(unwrap_jso(this), value);
+ void set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -750,21 +493,6 @@ class AnimatedEnumeration extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported"); }
- static AnimatedEnumeration internalCreateAnimatedEnumeration() {
- return new AnimatedEnumeration._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory AnimatedEnumeration._internalWrap() {
- return new AnimatedEnumeration.internal_();
- }
-
- AnimatedEnumeration.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAnimatedEnumeration.animVal')
@DocsEditable()
int get animVal => _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_(unwrap_jso(this));
@@ -775,7 +503,7 @@ class AnimatedEnumeration extends NativeFieldWrapperClass2 {
@DomName('SVGAnimatedEnumeration.baseVal')
@DocsEditable()
- set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Setter_(unwrap_jso(this), value);
+ void set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -792,21 +520,6 @@ class AnimatedInteger extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); }
- static AnimatedInteger internalCreateAnimatedInteger() {
- return new AnimatedInteger._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory AnimatedInteger._internalWrap() {
- return new AnimatedInteger.internal_();
- }
-
- AnimatedInteger.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAnimatedInteger.animVal')
@DocsEditable()
int get animVal => _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(unwrap_jso(this));
@@ -817,7 +530,7 @@ class AnimatedInteger extends NativeFieldWrapperClass2 {
@DomName('SVGAnimatedInteger.baseVal')
@DocsEditable()
- set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Setter_(unwrap_jso(this), value);
+ void set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -834,21 +547,6 @@ class AnimatedLength extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory AnimatedLength._() { throw new UnsupportedError("Not supported"); }
- static AnimatedLength internalCreateAnimatedLength() {
- return new AnimatedLength._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory AnimatedLength._internalWrap() {
- return new AnimatedLength.internal_();
- }
-
- AnimatedLength.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAnimatedLength.animVal')
@DocsEditable()
Length get animVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.animVal_Getter_(unwrap_jso(this)));
@@ -872,21 +570,6 @@ class AnimatedLengthList extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory AnimatedLengthList._() { throw new UnsupportedError("Not supported"); }
- static AnimatedLengthList internalCreateAnimatedLengthList() {
- return new AnimatedLengthList._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory AnimatedLengthList._internalWrap() {
- return new AnimatedLengthList.internal_();
- }
-
- AnimatedLengthList.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAnimatedLengthList.animVal')
@DocsEditable()
LengthList get animVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance.animVal_Getter_(unwrap_jso(this)));
@@ -910,24 +593,9 @@ class AnimatedNumber extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); }
- static AnimatedNumber internalCreateAnimatedNumber() {
- return new AnimatedNumber._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory AnimatedNumber._internalWrap() {
- return new AnimatedNumber.internal_();
- }
-
- AnimatedNumber.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAnimatedNumber.animVal')
@DocsEditable()
- num get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(unwrap_jso(this));
+ double get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(unwrap_jso(this));
@DomName('SVGAnimatedNumber.baseVal')
@DocsEditable()
@@ -935,7 +603,7 @@ class AnimatedNumber extends NativeFieldWrapperClass2 {
@DomName('SVGAnimatedNumber.baseVal')
@DocsEditable()
- set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Setter_(unwrap_jso(this), value);
+ void set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -952,21 +620,6 @@ class AnimatedNumberList extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory AnimatedNumberList._() { throw new UnsupportedError("Not supported"); }
- static AnimatedNumberList internalCreateAnimatedNumberList() {
- return new AnimatedNumberList._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory AnimatedNumberList._internalWrap() {
- return new AnimatedNumberList.internal_();
- }
-
- AnimatedNumberList.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAnimatedNumberList.animVal')
@DocsEditable()
NumberList get animVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance.animVal_Getter_(unwrap_jso(this)));
@@ -990,21 +643,6 @@ class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supported"); }
- static AnimatedPreserveAspectRatio internalCreateAnimatedPreserveAspectRatio() {
- return new AnimatedPreserveAspectRatio._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory AnimatedPreserveAspectRatio._internalWrap() {
- return new AnimatedPreserveAspectRatio.internal_();
- }
-
- AnimatedPreserveAspectRatio.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAnimatedPreserveAspectRatio.animVal')
@DocsEditable()
PreserveAspectRatio get animVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAspectRatio.instance.animVal_Getter_(unwrap_jso(this)));
@@ -1028,21 +666,6 @@ class AnimatedRect extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory AnimatedRect._() { throw new UnsupportedError("Not supported"); }
- static AnimatedRect internalCreateAnimatedRect() {
- return new AnimatedRect._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory AnimatedRect._internalWrap() {
- return new AnimatedRect.internal_();
- }
-
- AnimatedRect.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAnimatedRect.animVal')
@DocsEditable()
Rect get animVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.animVal_Getter_(unwrap_jso(this)));
@@ -1066,21 +689,6 @@ class AnimatedString extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory AnimatedString._() { throw new UnsupportedError("Not supported"); }
- static AnimatedString internalCreateAnimatedString() {
- return new AnimatedString._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory AnimatedString._internalWrap() {
- return new AnimatedString.internal_();
- }
-
- AnimatedString.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAnimatedString.animVal')
@DocsEditable()
String get animVal => _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(unwrap_jso(this));
@@ -1091,7 +699,7 @@ class AnimatedString extends NativeFieldWrapperClass2 {
@DomName('SVGAnimatedString.baseVal')
@DocsEditable()
- set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseVal_Setter_(unwrap_jso(this), value);
+ void set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseVal_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -1108,21 +716,6 @@ class AnimatedTransformList extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"); }
- static AnimatedTransformList internalCreateAnimatedTransformList() {
- return new AnimatedTransformList._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory AnimatedTransformList._internalWrap() {
- return new AnimatedTransformList.internal_();
- }
-
- AnimatedTransformList.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGAnimatedTransformList.animVal')
@DocsEditable()
TransformList get animVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.instance.animVal_Getter_(unwrap_jso(this)));
@@ -1149,18 +742,6 @@ class AnimationElement extends SvgElement implements Tests {
@DomName('SVGAnimationElement.SVGAnimationElement')
@DocsEditable()
factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag("animation");
-
-
- static AnimationElement internalCreateAnimationElement() {
- return new AnimationElement._internalWrap();
- }
-
- factory AnimationElement._internalWrap() {
- return new AnimationElement.internal_();
- }
-
- AnimationElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -1190,15 +771,15 @@ class AnimationElement extends SvgElement implements Tests {
@DomName('SVGAnimationElement.getCurrentTime')
@DocsEditable()
- num getCurrentTime() => _blink.BlinkSVGAnimationElement.instance.getCurrentTime_Callback_0_(unwrap_jso(this));
+ double getCurrentTime() => _blink.BlinkSVGAnimationElement.instance.getCurrentTime_Callback_0_(unwrap_jso(this));
@DomName('SVGAnimationElement.getSimpleDuration')
@DocsEditable()
- num getSimpleDuration() => _blink.BlinkSVGAnimationElement.instance.getSimpleDuration_Callback_0_(unwrap_jso(this));
+ double getSimpleDuration() => _blink.BlinkSVGAnimationElement.instance.getSimpleDuration_Callback_0_(unwrap_jso(this));
@DomName('SVGAnimationElement.getStartTime')
@DocsEditable()
- num getStartTime() => _blink.BlinkSVGAnimationElement.instance.getStartTime_Callback_0_(unwrap_jso(this));
+ double getStartTime() => _blink.BlinkSVGAnimationElement.instance.getStartTime_Callback_0_(unwrap_jso(this));
@DomName('SVGAnimationElement.requiredExtensions')
@DocsEditable()
@@ -1234,18 +815,6 @@ class CircleElement extends GeometryElement {
@DomName('SVGCircleElement.SVGCircleElement')
@DocsEditable()
factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("circle");
-
-
- static CircleElement internalCreateCircleElement() {
- return new CircleElement._internalWrap();
- }
-
- factory CircleElement._internalWrap() {
- return new CircleElement.internal_();
- }
-
- CircleElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -1283,18 +852,6 @@ class ClipPathElement extends GraphicsElement {
@DomName('SVGClipPathElement.SVGClipPathElement')
@DocsEditable()
factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("clipPath");
-
-
- static ClipPathElement internalCreateClipPathElement() {
- return new ClipPathElement._internalWrap();
- }
-
- factory ClipPathElement._internalWrap() {
- return new ClipPathElement.internal_();
- }
-
- ClipPathElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -1324,18 +881,6 @@ class DefsElement extends GraphicsElement {
@DomName('SVGDefsElement.SVGDefsElement')
@DocsEditable()
factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs");
-
-
- static DefsElement internalCreateDefsElement() {
- return new DefsElement._internalWrap();
- }
-
- factory DefsElement._internalWrap() {
- return new DefsElement.internal_();
- }
-
- DefsElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -1361,18 +906,6 @@ class DescElement extends SvgElement {
@DomName('SVGDescElement.SVGDescElement')
@DocsEditable()
factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc");
-
-
- static DescElement internalCreateDescElement() {
- return new DescElement._internalWrap();
- }
-
- factory DescElement._internalWrap() {
- return new DescElement.internal_();
- }
-
- DescElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -1394,18 +927,6 @@ class DescElement extends SvgElement {
class DiscardElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory DiscardElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static DiscardElement internalCreateDiscardElement() {
- return new DiscardElement._internalWrap();
- }
-
- factory DiscardElement._internalWrap() {
- return new DiscardElement.internal_();
- }
-
- DiscardElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -1431,18 +952,6 @@ class EllipseElement extends GeometryElement {
@DomName('SVGEllipseElement.SVGEllipseElement')
@DocsEditable()
factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("ellipse");
-
-
- static EllipseElement internalCreateEllipseElement() {
- return new EllipseElement._internalWrap();
- }
-
- factory EllipseElement._internalWrap() {
- return new EllipseElement.internal_();
- }
-
- EllipseElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -1488,18 +997,6 @@ class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib
@DomName('SVGFEBlendElement.SVGFEBlendElement')
@DocsEditable()
factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("feBlend");
-
-
- static FEBlendElement internalCreateFEBlendElement() {
- return new FEBlendElement._internalWrap();
- }
-
- factory FEBlendElement._internalWrap() {
- return new FEBlendElement.internal_();
- }
-
- FEBlendElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -1588,18 +1085,6 @@ class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard
@DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement')
@DocsEditable()
factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_tag("feColorMatrix");
-
-
- static FEColorMatrixElement internalCreateFEColorMatrixElement() {
- return new FEColorMatrixElement._internalWrap();
- }
-
- factory FEColorMatrixElement._internalWrap() {
- return new FEColorMatrixElement.internal_();
- }
-
- FEColorMatrixElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -1684,18 +1169,6 @@ class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
@DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement')
@DocsEditable()
factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgElement_tag("feComponentTransfer");
-
-
- static FEComponentTransferElement internalCreateFEComponentTransferElement() {
- return new FEComponentTransferElement._internalWrap();
- }
-
- factory FEComponentTransferElement._internalWrap() {
- return new FEComponentTransferElement.internal_();
- }
-
- FEComponentTransferElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -1744,18 +1217,6 @@ class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAttributes {
// To suppress missing implicit constructor warnings.
factory FECompositeElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static FECompositeElement internalCreateFECompositeElement() {
- return new FECompositeElement._internalWrap();
- }
-
- factory FECompositeElement._internalWrap() {
- return new FECompositeElement.internal_();
- }
-
- FECompositeElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -1861,18 +1322,6 @@ class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand
@DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement')
@DocsEditable()
factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgElement_tag("feConvolveMatrix");
-
-
- static FEConvolveMatrixElement internalCreateFEConvolveMatrixElement() {
- return new FEConvolveMatrixElement._internalWrap();
- }
-
- factory FEConvolveMatrixElement._internalWrap() {
- return new FEConvolveMatrixElement.internal_();
- }
-
- FEConvolveMatrixElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -1989,18 +1438,6 @@ class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan
@DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement')
@DocsEditable()
factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElement_tag("feDiffuseLighting");
-
-
- static FEDiffuseLightingElement internalCreateFEDiffuseLightingElement() {
- return new FEDiffuseLightingElement._internalWrap();
- }
-
- factory FEDiffuseLightingElement._internalWrap() {
- return new FEDiffuseLightingElement.internal_();
- }
-
- FEDiffuseLightingElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2073,18 +1510,6 @@ class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan
@DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement')
@DocsEditable()
factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElement_tag("feDisplacementMap");
-
-
- static FEDisplacementMapElement internalCreateFEDisplacementMapElement() {
- return new FEDisplacementMapElement._internalWrap();
- }
-
- factory FEDisplacementMapElement._internalWrap() {
- return new FEDisplacementMapElement.internal_();
- }
-
- FEDisplacementMapElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2177,18 +1602,6 @@ class FEDistantLightElement extends SvgElement {
@DomName('SVGFEDistantLightElement.SVGFEDistantLightElement')
@DocsEditable()
factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement_tag("feDistantLight");
-
-
- static FEDistantLightElement internalCreateFEDistantLightElement() {
- return new FEDistantLightElement._internalWrap();
- }
-
- factory FEDistantLightElement._internalWrap() {
- return new FEDistantLightElement.internal_();
- }
-
- FEDistantLightElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2229,18 +1642,6 @@ class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib
@DomName('SVGFEFloodElement.SVGFEFloodElement')
@DocsEditable()
factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFlood");
-
-
- static FEFloodElement internalCreateFEFloodElement() {
- return new FEFloodElement._internalWrap();
- }
-
- factory FEFloodElement._internalWrap() {
- return new FEFloodElement.internal_();
- }
-
- FEFloodElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2293,18 +1694,6 @@ class FEFuncAElement extends _SVGComponentTransferFunctionElement {
@DomName('SVGFEFuncAElement.SVGFEFuncAElement')
@DocsEditable()
factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFuncA");
-
-
- static FEFuncAElement internalCreateFEFuncAElement() {
- return new FEFuncAElement._internalWrap();
- }
-
- factory FEFuncAElement._internalWrap() {
- return new FEFuncAElement.internal_();
- }
-
- FEFuncAElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2337,18 +1726,6 @@ class FEFuncBElement extends _SVGComponentTransferFunctionElement {
@DomName('SVGFEFuncBElement.SVGFEFuncBElement')
@DocsEditable()
factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFuncB");
-
-
- static FEFuncBElement internalCreateFEFuncBElement() {
- return new FEFuncBElement._internalWrap();
- }
-
- factory FEFuncBElement._internalWrap() {
- return new FEFuncBElement.internal_();
- }
-
- FEFuncBElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2381,18 +1758,6 @@ class FEFuncGElement extends _SVGComponentTransferFunctionElement {
@DomName('SVGFEFuncGElement.SVGFEFuncGElement')
@DocsEditable()
factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFuncG");
-
-
- static FEFuncGElement internalCreateFEFuncGElement() {
- return new FEFuncGElement._internalWrap();
- }
-
- factory FEFuncGElement._internalWrap() {
- return new FEFuncGElement.internal_();
- }
-
- FEFuncGElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2425,18 +1790,6 @@ class FEFuncRElement extends _SVGComponentTransferFunctionElement {
@DomName('SVGFEFuncRElement.SVGFEFuncRElement')
@DocsEditable()
factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFuncR");
-
-
- static FEFuncRElement internalCreateFEFuncRElement() {
- return new FEFuncRElement._internalWrap();
- }
-
- factory FEFuncRElement._internalWrap() {
- return new FEFuncRElement.internal_();
- }
-
- FEFuncRElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2469,18 +1822,6 @@ class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar
@DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement')
@DocsEditable()
factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement_tag("feGaussianBlur");
-
-
- static FEGaussianBlurElement internalCreateFEGaussianBlurElement() {
- return new FEGaussianBlurElement._internalWrap();
- }
-
- factory FEGaussianBlurElement._internalWrap() {
- return new FEGaussianBlurElement.internal_();
- }
-
- FEGaussianBlurElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2549,18 +1890,6 @@ class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
@DomName('SVGFEImageElement.SVGFEImageElement')
@DocsEditable()
factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("feImage");
-
-
- static FEImageElement internalCreateFEImageElement() {
- return new FEImageElement._internalWrap();
- }
-
- factory FEImageElement._internalWrap() {
- return new FEImageElement.internal_();
- }
-
- FEImageElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2621,18 +1950,6 @@ class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib
@DomName('SVGFEMergeElement.SVGFEMergeElement')
@DocsEditable()
factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("feMerge");
-
-
- static FEMergeElement internalCreateFEMergeElement() {
- return new FEMergeElement._internalWrap();
- }
-
- factory FEMergeElement._internalWrap() {
- return new FEMergeElement.internal_();
- }
-
- FEMergeElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2685,18 +2002,6 @@ class FEMergeNodeElement extends SvgElement {
@DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement')
@DocsEditable()
factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_tag("feMergeNode");
-
-
- static FEMergeNodeElement internalCreateFEMergeNodeElement() {
- return new FEMergeNodeElement._internalWrap();
- }
-
- factory FEMergeNodeElement._internalWrap() {
- return new FEMergeNodeElement.internal_();
- }
-
- FEMergeNodeElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2729,18 +2034,6 @@ class FEMergeNodeElement extends SvgElement {
class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardAttributes {
// To suppress missing implicit constructor warnings.
factory FEMorphologyElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static FEMorphologyElement internalCreateFEMorphologyElement() {
- return new FEMorphologyElement._internalWrap();
- }
-
- factory FEMorphologyElement._internalWrap() {
- return new FEMorphologyElement.internal_();
- }
-
- FEMorphologyElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2818,18 +2111,6 @@ class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri
@DomName('SVGFEOffsetElement.SVGFEOffsetElement')
@DocsEditable()
factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag("feOffset");
-
-
- static FEOffsetElement internalCreateFEOffsetElement() {
- return new FEOffsetElement._internalWrap();
- }
-
- factory FEOffsetElement._internalWrap() {
- return new FEOffsetElement.internal_();
- }
-
- FEOffsetElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2894,18 +2175,6 @@ class FEPointLightElement extends SvgElement {
@DomName('SVGFEPointLightElement.SVGFEPointLightElement')
@DocsEditable()
factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_tag("fePointLight");
-
-
- static FEPointLightElement internalCreateFEPointLightElement() {
- return new FEPointLightElement._internalWrap();
- }
-
- factory FEPointLightElement._internalWrap() {
- return new FEPointLightElement.internal_();
- }
-
- FEPointLightElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -2950,18 +2219,6 @@ class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta
@DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement')
@DocsEditable()
factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgElement_tag("feSpecularLighting");
-
-
- static FESpecularLightingElement internalCreateFESpecularLightingElement() {
- return new FESpecularLightingElement._internalWrap();
- }
-
- factory FESpecularLightingElement._internalWrap() {
- return new FESpecularLightingElement.internal_();
- }
-
- FESpecularLightingElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -3030,18 +2287,6 @@ class FESpotLightElement extends SvgElement {
@DomName('SVGFESpotLightElement.SVGFESpotLightElement')
@DocsEditable()
factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_tag("feSpotLight");
-
-
- static FESpotLightElement internalCreateFESpotLightElement() {
- return new FESpotLightElement._internalWrap();
- }
-
- factory FESpotLightElement._internalWrap() {
- return new FESpotLightElement.internal_();
- }
-
- FESpotLightElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -3106,18 +2351,6 @@ class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu
@DomName('SVGFETileElement.SVGFETileElement')
@DocsEditable()
factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("feTile");
-
-
- static FETileElement internalCreateFETileElement() {
- return new FETileElement._internalWrap();
- }
-
- factory FETileElement._internalWrap() {
- return new FETileElement.internal_();
- }
-
- FETileElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -3174,18 +2407,6 @@ class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA
@DomName('SVGFETurbulenceElement.SVGFETurbulenceElement')
@DocsEditable()
factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_tag("feTurbulence");
-
-
- static FETurbulenceElement internalCreateFETurbulenceElement() {
- return new FETurbulenceElement._internalWrap();
- }
-
- factory FETurbulenceElement._internalWrap() {
- return new FETurbulenceElement.internal_();
- }
-
- FETurbulenceElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -3286,18 +2507,6 @@ class FilterElement extends SvgElement implements UriReference {
@DomName('SVGFilterElement.SVGFilterElement')
@DocsEditable()
factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("filter");
-
-
- static FilterElement internalCreateFilterElement() {
- return new FilterElement._internalWrap();
- }
-
- factory FilterElement._internalWrap() {
- return new FilterElement.internal_();
- }
-
- FilterElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -3363,21 +2572,6 @@ abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass
// To suppress missing implicit constructor warnings.
factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("Not supported"); }
- static FilterPrimitiveStandardAttributes internalCreateFilterPrimitiveStandardAttributes() {
- return new FilterPrimitiveStandardAttributes._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory FilterPrimitiveStandardAttributes._internalWrap() {
- return new FilterPrimitiveStandardAttributes.internal_();
- }
-
- FilterPrimitiveStandardAttributes.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGFilterPrimitiveStandardAttributes.height')
@DocsEditable()
AnimatedLength get height;
@@ -3413,21 +2607,6 @@ abstract class FitToViewBox extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory FitToViewBox._() { throw new UnsupportedError("Not supported"); }
- static FitToViewBox internalCreateFitToViewBox() {
- return new FitToViewBox._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory FitToViewBox._internalWrap() {
- return new FitToViewBox.internal_();
- }
-
- FitToViewBox.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGFitToViewBox.preserveAspectRatio')
@DocsEditable()
AnimatedPreserveAspectRatio get preserveAspectRatio;
@@ -3457,18 +2636,6 @@ class ForeignObjectElement extends GraphicsElement {
@DomName('SVGForeignObjectElement.SVGForeignObjectElement')
@DocsEditable()
factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_tag("foreignObject");
-
-
- static ForeignObjectElement internalCreateForeignObjectElement() {
- return new ForeignObjectElement._internalWrap();
- }
-
- factory ForeignObjectElement._internalWrap() {
- return new ForeignObjectElement.internal_();
- }
-
- ForeignObjectElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -3513,18 +2680,6 @@ class GElement extends GraphicsElement {
@DomName('SVGGElement.SVGGElement')
@DocsEditable()
factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g");
-
-
- static GElement internalCreateGElement() {
- return new GElement._internalWrap();
- }
-
- factory GElement._internalWrap() {
- return new GElement.internal_();
- }
-
- GElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -3546,18 +2701,6 @@ class GElement extends GraphicsElement {
class GeometryElement extends GraphicsElement {
// To suppress missing implicit constructor warnings.
factory GeometryElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static GeometryElement internalCreateGeometryElement() {
- return new GeometryElement._internalWrap();
- }
-
- factory GeometryElement._internalWrap() {
- return new GeometryElement.internal_();
- }
-
- GeometryElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -3589,18 +2732,6 @@ class GeometryElement extends GraphicsElement {
class GraphicsElement extends SvgElement implements Tests {
// To suppress missing implicit constructor warnings.
factory GraphicsElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static GraphicsElement internalCreateGraphicsElement() {
- return new GraphicsElement._internalWrap();
- }
-
- factory GraphicsElement._internalWrap() {
- return new GraphicsElement.internal_();
- }
-
- GraphicsElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -3631,17 +2762,17 @@ class GraphicsElement extends SvgElement implements Tests {
@DomName('SVGGraphicsElement.getCTM')
@DocsEditable()
@Experimental() // untriaged
- Matrix getCtm() => wrap_jso(_blink.BlinkSVGGraphicsElement.instance.getCTM_Callback_0_(unwrap_jso(this)));
+ Matrix getCtm() => _blink.BlinkSVGGraphicsElement.instance.getCTM_Callback_0_(unwrap_jso(this));
@DomName('SVGGraphicsElement.getScreenCTM')
@DocsEditable()
@Experimental() // untriaged
- Matrix getScreenCtm() => wrap_jso(_blink.BlinkSVGGraphicsElement.instance.getScreenCTM_Callback_0_(unwrap_jso(this)));
+ Matrix getScreenCtm() => _blink.BlinkSVGGraphicsElement.instance.getScreenCTM_Callback_0_(unwrap_jso(this));
@DomName('SVGGraphicsElement.getTransformToElement')
@DocsEditable()
@Experimental() // untriaged
- Matrix getTransformToElement(SvgElement element) => wrap_jso(_blink.BlinkSVGGraphicsElement.instance.getTransformToElement_Callback_1_(unwrap_jso(this), unwrap_jso(element)));
+ Matrix getTransformToElement(SvgElement element) => _blink.BlinkSVGGraphicsElement.instance.getTransformToElement_Callback_1_(unwrap_jso(this), unwrap_jso(element));
@DomName('SVGGraphicsElement.requiredExtensions')
@DocsEditable()
@@ -3681,18 +2812,6 @@ class ImageElement extends GraphicsElement implements UriReference {
@DomName('SVGImageElement.SVGImageElement')
@DocsEditable()
factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("image");
-
-
- static ImageElement internalCreateImageElement() {
- return new ImageElement._internalWrap();
- }
-
- factory ImageElement._internalWrap() {
- return new ImageElement.internal_();
- }
-
- ImageElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -3739,21 +2858,6 @@ class Length extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory Length._() { throw new UnsupportedError("Not supported"); }
- static Length internalCreateLength() {
- return new Length._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory Length._internalWrap() {
- return new Length.internal_();
- }
-
- Length.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGLength.SVG_LENGTHTYPE_CM')
@DocsEditable()
static const int SVG_LENGTHTYPE_CM = 6;
@@ -3808,7 +2912,7 @@ class Length extends NativeFieldWrapperClass2 {
@DomName('SVGLength.value')
@DocsEditable()
- set value(num value) => _blink.BlinkSVGLength.instance.value_Setter_(unwrap_jso(this), value);
+ void set value(num value) => _blink.BlinkSVGLength.instance.value_Setter_(unwrap_jso(this), value);
@DomName('SVGLength.valueAsString')
@DocsEditable()
@@ -3816,7 +2920,7 @@ class Length extends NativeFieldWrapperClass2 {
@DomName('SVGLength.valueAsString')
@DocsEditable()
- set valueAsString(String value) => _blink.BlinkSVGLength.instance.valueAsString_Setter_(unwrap_jso(this), value);
+ void set valueAsString(String value) => _blink.BlinkSVGLength.instance.valueAsString_Setter_(unwrap_jso(this), value);
@DomName('SVGLength.valueInSpecifiedUnits')
@DocsEditable()
@@ -3824,7 +2928,7 @@ class Length extends NativeFieldWrapperClass2 {
@DomName('SVGLength.valueInSpecifiedUnits')
@DocsEditable()
- set valueInSpecifiedUnits(num value) => _blink.BlinkSVGLength.instance.valueInSpecifiedUnits_Setter_(unwrap_jso(this), value);
+ void set valueInSpecifiedUnits(num value) => _blink.BlinkSVGLength.instance.valueInSpecifiedUnits_Setter_(unwrap_jso(this), value);
@DomName('SVGLength.convertToSpecifiedUnits')
@DocsEditable()
@@ -3845,25 +2949,10 @@ class Length extends NativeFieldWrapperClass2 {
@DocsEditable()
@DomName('SVGLengthList')
@Unstable()
-class LengthList extends JsoNativeFieldWrapper with ListMixin<Length>, ImmutableListMixin<Length> implements List<Length> {
+class LengthList extends NativeFieldWrapperClass2 with ListMixin<Length>, ImmutableListMixin<Length> implements List<Length> {
// To suppress missing implicit constructor warnings.
factory LengthList._() { throw new UnsupportedError("Not supported"); }
- static LengthList internalCreateLengthList() {
- return new LengthList._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory LengthList._internalWrap() {
- return new LengthList.internal_();
- }
-
- LengthList.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGLengthList.length')
@DocsEditable()
@Experimental() // untriaged
@@ -3886,7 +2975,7 @@ class LengthList extends JsoNativeFieldWrapper with ListMixin<Length>, Immutable
// Length is the element type.
- set length(int value) {
+ void set length(int value) {
throw new UnsupportedError("Cannot resize immutable List.");
}
@@ -3924,7 +3013,7 @@ class LengthList extends JsoNativeFieldWrapper with ListMixin<Length>, Immutable
@DomName('SVGLengthList.appendItem')
@DocsEditable()
- Length appendItem(Length item) => wrap_jso(_blink.BlinkSVGLengthList.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
+ Length appendItem(Length item) => _blink.BlinkSVGLengthList.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item));
@DomName('SVGLengthList.clear')
@DocsEditable()
@@ -3932,23 +3021,23 @@ class LengthList extends JsoNativeFieldWrapper with ListMixin<Length>, Immutable
@DomName('SVGLengthList.getItem')
@DocsEditable()
- Length getItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.getItem_Callback_1_(unwrap_jso(this), index));
+ Length getItem(int index) => _blink.BlinkSVGLengthList.instance.getItem_Callback_1_(unwrap_jso(this), index);
@DomName('SVGLengthList.initialize')
@DocsEditable()
- Length initialize(Length item) => wrap_jso(_blink.BlinkSVGLengthList.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
+ Length initialize(Length item) => _blink.BlinkSVGLengthList.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item));
@DomName('SVGLengthList.insertItemBefore')
@DocsEditable()
- Length insertItemBefore(Length item, int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
+ Length insertItemBefore(Length item, int index) => _blink.BlinkSVGLengthList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), index);
@DomName('SVGLengthList.removeItem')
@DocsEditable()
- Length removeItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.removeItem_Callback_1_(unwrap_jso(this), index));
+ Length removeItem(int index) => _blink.BlinkSVGLengthList.instance.removeItem_Callback_1_(unwrap_jso(this), index);
@DomName('SVGLengthList.replaceItem')
@DocsEditable()
- Length replaceItem(Length item, int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
+ Length replaceItem(Length item, int index) => _blink.BlinkSVGLengthList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -3968,18 +3057,6 @@ class LineElement extends GeometryElement {
@DomName('SVGLineElement.SVGLineElement')
@DocsEditable()
factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line");
-
-
- static LineElement internalCreateLineElement() {
- return new LineElement._internalWrap();
- }
-
- factory LineElement._internalWrap() {
- return new LineElement.internal_();
- }
-
- LineElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -4021,18 +3098,6 @@ class LinearGradientElement extends _GradientElement {
@DomName('SVGLinearGradientElement.SVGLinearGradientElement')
@DocsEditable()
factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement_tag("linearGradient");
-
-
- static LinearGradientElement internalCreateLinearGradientElement() {
- return new LinearGradientElement._internalWrap();
- }
-
- factory LinearGradientElement._internalWrap() {
- return new LinearGradientElement.internal_();
- }
-
- LinearGradientElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -4074,18 +3139,6 @@ class MarkerElement extends SvgElement implements FitToViewBox {
@DomName('SVGMarkerElement.SVGMarkerElement')
@DocsEditable()
factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("marker");
-
-
- static MarkerElement internalCreateMarkerElement() {
- return new MarkerElement._internalWrap();
- }
-
- factory MarkerElement._internalWrap() {
- return new MarkerElement.internal_();
- }
-
- MarkerElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -4179,18 +3232,6 @@ class MaskElement extends SvgElement implements Tests {
@DomName('SVGMaskElement.SVGMaskElement')
@DocsEditable()
factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask");
-
-
- static MaskElement internalCreateMaskElement() {
- return new MaskElement._internalWrap();
- }
-
- factory MaskElement._internalWrap() {
- return new MaskElement.internal_();
- }
-
- MaskElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -4253,28 +3294,13 @@ class Matrix extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory Matrix._() { throw new UnsupportedError("Not supported"); }
- static Matrix internalCreateMatrix() {
- return new Matrix._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory Matrix._internalWrap() {
- return new Matrix.internal_();
- }
-
- Matrix.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGMatrix.a')
@DocsEditable()
num get a => _blink.BlinkSVGMatrix.instance.a_Getter_(unwrap_jso(this));
@DomName('SVGMatrix.a')
@DocsEditable()
- set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(unwrap_jso(this), value);
+ void set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(unwrap_jso(this), value);
@DomName('SVGMatrix.b')
@DocsEditable()
@@ -4282,7 +3308,7 @@ class Matrix extends NativeFieldWrapperClass2 {
@DomName('SVGMatrix.b')
@DocsEditable()
- set b(num value) => _blink.BlinkSVGMatrix.instance.b_Setter_(unwrap_jso(this), value);
+ void set b(num value) => _blink.BlinkSVGMatrix.instance.b_Setter_(unwrap_jso(this), value);
@DomName('SVGMatrix.c')
@DocsEditable()
@@ -4290,7 +3316,7 @@ class Matrix extends NativeFieldWrapperClass2 {
@DomName('SVGMatrix.c')
@DocsEditable()
- set c(num value) => _blink.BlinkSVGMatrix.instance.c_Setter_(unwrap_jso(this), value);
+ void set c(num value) => _blink.BlinkSVGMatrix.instance.c_Setter_(unwrap_jso(this), value);
@DomName('SVGMatrix.d')
@DocsEditable()
@@ -4298,7 +3324,7 @@ class Matrix extends NativeFieldWrapperClass2 {
@DomName('SVGMatrix.d')
@DocsEditable()
- set d(num value) => _blink.BlinkSVGMatrix.instance.d_Setter_(unwrap_jso(this), value);
+ void set d(num value) => _blink.BlinkSVGMatrix.instance.d_Setter_(unwrap_jso(this), value);
@DomName('SVGMatrix.e')
@DocsEditable()
@@ -4306,7 +3332,7 @@ class Matrix extends NativeFieldWrapperClass2 {
@DomName('SVGMatrix.e')
@DocsEditable()
- set e(num value) => _blink.BlinkSVGMatrix.instance.e_Setter_(unwrap_jso(this), value);
+ void set e(num value) => _blink.BlinkSVGMatrix.instance.e_Setter_(unwrap_jso(this), value);
@DomName('SVGMatrix.f')
@DocsEditable()
@@ -4314,51 +3340,51 @@ class Matrix extends NativeFieldWrapperClass2 {
@DomName('SVGMatrix.f')
@DocsEditable()
- set f(num value) => _blink.BlinkSVGMatrix.instance.f_Setter_(unwrap_jso(this), value);
+ void set f(num value) => _blink.BlinkSVGMatrix.instance.f_Setter_(unwrap_jso(this), value);
@DomName('SVGMatrix.flipX')
@DocsEditable()
- Matrix flipX() => wrap_jso(_blink.BlinkSVGMatrix.instance.flipX_Callback_0_(unwrap_jso(this)));
+ Matrix flipX() => _blink.BlinkSVGMatrix.instance.flipX_Callback_0_(unwrap_jso(this));
@DomName('SVGMatrix.flipY')
@DocsEditable()
- Matrix flipY() => wrap_jso(_blink.BlinkSVGMatrix.instance.flipY_Callback_0_(unwrap_jso(this)));
+ Matrix flipY() => _blink.BlinkSVGMatrix.instance.flipY_Callback_0_(unwrap_jso(this));
@DomName('SVGMatrix.inverse')
@DocsEditable()
- Matrix inverse() => wrap_jso(_blink.BlinkSVGMatrix.instance.inverse_Callback_0_(unwrap_jso(this)));
+ Matrix inverse() => _blink.BlinkSVGMatrix.instance.inverse_Callback_0_(unwrap_jso(this));
@DomName('SVGMatrix.multiply')
@DocsEditable()
- Matrix multiply(Matrix secondMatrix) => wrap_jso(_blink.BlinkSVGMatrix.instance.multiply_Callback_1_(unwrap_jso(this), unwrap_jso(secondMatrix)));
+ Matrix multiply(Matrix secondMatrix) => _blink.BlinkSVGMatrix.instance.multiply_Callback_1_(unwrap_jso(this), unwrap_jso(secondMatrix));
@DomName('SVGMatrix.rotate')
@DocsEditable()
- Matrix rotate(num angle) => wrap_jso(_blink.BlinkSVGMatrix.instance.rotate_Callback_1_(unwrap_jso(this), angle));
+ Matrix rotate(num angle) => _blink.BlinkSVGMatrix.instance.rotate_Callback_1_(unwrap_jso(this), angle);
@DomName('SVGMatrix.rotateFromVector')
@DocsEditable()
- Matrix rotateFromVector(num x, num y) => wrap_jso(_blink.BlinkSVGMatrix.instance.rotateFromVector_Callback_2_(unwrap_jso(this), x, y));
+ Matrix rotateFromVector(num x, num y) => _blink.BlinkSVGMatrix.instance.rotateFromVector_Callback_2_(unwrap_jso(this), x, y);
@DomName('SVGMatrix.scale')
@DocsEditable()
- Matrix scale(num scaleFactor) => wrap_jso(_blink.BlinkSVGMatrix.instance.scale_Callback_1_(unwrap_jso(this), scaleFactor));
+ Matrix scale(num scaleFactor) => _blink.BlinkSVGMatrix.instance.scale_Callback_1_(unwrap_jso(this), scaleFactor);
@DomName('SVGMatrix.scaleNonUniform')
@DocsEditable()
- Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => wrap_jso(_blink.BlinkSVGMatrix.instance.scaleNonUniform_Callback_2_(unwrap_jso(this), scaleFactorX, scaleFactorY));
+ Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => _blink.BlinkSVGMatrix.instance.scaleNonUniform_Callback_2_(unwrap_jso(this), scaleFactorX, scaleFactorY);
@DomName('SVGMatrix.skewX')
@DocsEditable()
- Matrix skewX(num angle) => wrap_jso(_blink.BlinkSVGMatrix.instance.skewX_Callback_1_(unwrap_jso(this), angle));
+ Matrix skewX(num angle) => _blink.BlinkSVGMatrix.instance.skewX_Callback_1_(unwrap_jso(this), angle);
@DomName('SVGMatrix.skewY')
@DocsEditable()
- Matrix skewY(num angle) => wrap_jso(_blink.BlinkSVGMatrix.instance.skewY_Callback_1_(unwrap_jso(this), angle));
+ Matrix skewY(num angle) => _blink.BlinkSVGMatrix.instance.skewY_Callback_1_(unwrap_jso(this), angle);
@DomName('SVGMatrix.translate')
@DocsEditable()
- Matrix translate(num x, num y) => wrap_jso(_blink.BlinkSVGMatrix.instance.translate_Callback_2_(unwrap_jso(this), x, y));
+ Matrix translate(num x, num y) => _blink.BlinkSVGMatrix.instance.translate_Callback_2_(unwrap_jso(this), x, y);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -4374,18 +3400,6 @@ class Matrix extends NativeFieldWrapperClass2 {
class MetadataElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory MetadataElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static MetadataElement internalCreateMetadataElement() {
- return new MetadataElement._internalWrap();
- }
-
- factory MetadataElement._internalWrap() {
- return new MetadataElement.internal_();
- }
-
- MetadataElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -4408,28 +3422,13 @@ class Number extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory Number._() { throw new UnsupportedError("Not supported"); }
- static Number internalCreateNumber() {
- return new Number._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory Number._internalWrap() {
- return new Number.internal_();
- }
-
- Number.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGNumber.value')
@DocsEditable()
num get value => _blink.BlinkSVGNumber.instance.value_Getter_(unwrap_jso(this));
@DomName('SVGNumber.value')
@DocsEditable()
- set value(num value) => _blink.BlinkSVGNumber.instance.value_Setter_(unwrap_jso(this), value);
+ void set value(num value) => _blink.BlinkSVGNumber.instance.value_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -4442,25 +3441,10 @@ class Number extends NativeFieldWrapperClass2 {
@DocsEditable()
@DomName('SVGNumberList')
@Unstable()
-class NumberList extends JsoNativeFieldWrapper with ListMixin<Number>, ImmutableListMixin<Number> implements List<Number> {
+class NumberList extends NativeFieldWrapperClass2 with ListMixin<Number>, ImmutableListMixin<Number> implements List<Number> {
// To suppress missing implicit constructor warnings.
factory NumberList._() { throw new UnsupportedError("Not supported"); }
- static NumberList internalCreateNumberList() {
- return new NumberList._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory NumberList._internalWrap() {
- return new NumberList.internal_();
- }
-
- NumberList.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGNumberList.length')
@DocsEditable()
@Experimental() // untriaged
@@ -4483,7 +3467,7 @@ class NumberList extends JsoNativeFieldWrapper with ListMixin<Number>, Immutable
// Number is the element type.
- set length(int value) {
+ void set length(int value) {
throw new UnsupportedError("Cannot resize immutable List.");
}
@@ -4521,7 +3505,7 @@ class NumberList extends JsoNativeFieldWrapper with ListMixin<Number>, Immutable
@DomName('SVGNumberList.appendItem')
@DocsEditable()
- Number appendItem(Number item) => wrap_jso(_blink.BlinkSVGNumberList.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
+ Number appendItem(Number item) => _blink.BlinkSVGNumberList.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item));
@DomName('SVGNumberList.clear')
@DocsEditable()
@@ -4529,23 +3513,23 @@ class NumberList extends JsoNativeFieldWrapper with ListMixin<Number>, Immutable
@DomName('SVGNumberList.getItem')
@DocsEditable()
- Number getItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.getItem_Callback_1_(unwrap_jso(this), index));
+ Number getItem(int index) => _blink.BlinkSVGNumberList.instance.getItem_Callback_1_(unwrap_jso(this), index);
@DomName('SVGNumberList.initialize')
@DocsEditable()
- Number initialize(Number item) => wrap_jso(_blink.BlinkSVGNumberList.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
+ Number initialize(Number item) => _blink.BlinkSVGNumberList.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item));
@DomName('SVGNumberList.insertItemBefore')
@DocsEditable()
- Number insertItemBefore(Number item, int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
+ Number insertItemBefore(Number item, int index) => _blink.BlinkSVGNumberList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), index);
@DomName('SVGNumberList.removeItem')
@DocsEditable()
- Number removeItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.removeItem_Callback_1_(unwrap_jso(this), index));
+ Number removeItem(int index) => _blink.BlinkSVGNumberList.instance.removeItem_Callback_1_(unwrap_jso(this), index);
@DomName('SVGNumberList.replaceItem')
@DocsEditable()
- Number replaceItem(Number item, int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
+ Number replaceItem(Number item, int index) => _blink.BlinkSVGNumberList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -4565,18 +3549,6 @@ class PathElement extends GeometryElement {
@DomName('SVGPathElement.SVGPathElement')
@DocsEditable()
factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path");
-
-
- static PathElement internalCreatePathElement() {
- return new PathElement._internalWrap();
- }
-
- factory PathElement._internalWrap() {
- return new PathElement.internal_();
- }
-
- PathElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -4606,79 +3578,79 @@ class PathElement extends GeometryElement {
@DomName('SVGPathElement.createSVGPathSegArcAbs')
@DocsEditable()
- PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegArcAbs_Callback_7_(unwrap_jso(this), x, y, r1, r2, angle, largeArcFlag, sweepFlag));
+ PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => _blink.BlinkSVGPathElement.instance.createSVGPathSegArcAbs_Callback_7_(unwrap_jso(this), x, y, r1, r2, angle, largeArcFlag, sweepFlag);
@DomName('SVGPathElement.createSVGPathSegArcRel')
@DocsEditable()
- PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegArcRel_Callback_7_(unwrap_jso(this), x, y, r1, r2, angle, largeArcFlag, sweepFlag));
+ PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => _blink.BlinkSVGPathElement.instance.createSVGPathSegArcRel_Callback_7_(unwrap_jso(this), x, y, r1, r2, angle, largeArcFlag, sweepFlag);
@DomName('SVGPathElement.createSVGPathSegClosePath')
@DocsEditable()
- PathSegClosePath createSvgPathSegClosePath() => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegClosePath_Callback_0_(unwrap_jso(this)));
+ PathSegClosePath createSvgPathSegClosePath() => _blink.BlinkSVGPathElement.instance.createSVGPathSegClosePath_Callback_0_(unwrap_jso(this));
@DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs')
@DocsEditable()
- PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicAbs_Callback_6_(unwrap_jso(this), x, y, x1, y1, x2, y2));
+ PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicAbs_Callback_6_(unwrap_jso(this), x, y, x1, y1, x2, y2);
@DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel')
@DocsEditable()
- PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicRel_Callback_6_(unwrap_jso(this), x, y, x1, y1, x2, y2));
+ PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicRel_Callback_6_(unwrap_jso(this), x, y, x1, y1, x2, y2);
@DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs')
@DocsEditable()
- PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicSmoothAbs_Callback_4_(unwrap_jso(this), x, y, x2, y2));
+ PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicSmoothAbs_Callback_4_(unwrap_jso(this), x, y, x2, y2);
@DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel')
@DocsEditable()
- PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicSmoothRel_Callback_4_(unwrap_jso(this), x, y, x2, y2));
+ PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicSmoothRel_Callback_4_(unwrap_jso(this), x, y, x2, y2);
@DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs')
@DocsEditable()
- PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, num x1, num y1) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadraticAbs_Callback_4_(unwrap_jso(this), x, y, x1, y1));
+ PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, num x1, num y1) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadraticAbs_Callback_4_(unwrap_jso(this), x, y, x1, y1);
@DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel')
@DocsEditable()
- PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, num x1, num y1) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadraticRel_Callback_4_(unwrap_jso(this), x, y, x1, y1));
+ PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, num x1, num y1) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadraticRel_Callback_4_(unwrap_jso(this), x, y, x1, y1);
@DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs')
@DocsEditable()
- PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_2_(unwrap_jso(this), x, y));
+ PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_2_(unwrap_jso(this), x, y);
@DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel')
@DocsEditable()
- PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadraticSmoothRel_Callback_2_(unwrap_jso(this), x, y));
+ PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadraticSmoothRel_Callback_2_(unwrap_jso(this), x, y);
@DomName('SVGPathElement.createSVGPathSegLinetoAbs')
@DocsEditable()
- PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoAbs_Callback_2_(unwrap_jso(this), x, y));
+ PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoAbs_Callback_2_(unwrap_jso(this), x, y);
@DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs')
@DocsEditable()
- PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalAbs_Callback_1_(unwrap_jso(this), x));
+ PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalAbs_Callback_1_(unwrap_jso(this), x);
@DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel')
@DocsEditable()
- PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalRel_Callback_1_(unwrap_jso(this), x));
+ PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalRel_Callback_1_(unwrap_jso(this), x);
@DomName('SVGPathElement.createSVGPathSegLinetoRel')
@DocsEditable()
- PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoRel_Callback_2_(unwrap_jso(this), x, y));
+ PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoRel_Callback_2_(unwrap_jso(this), x, y);
@DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs')
@DocsEditable()
- PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoVerticalAbs_Callback_1_(unwrap_jso(this), y));
+ PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoVerticalAbs_Callback_1_(unwrap_jso(this), y);
@DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel')
@DocsEditable()
- PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoVerticalRel_Callback_1_(unwrap_jso(this), y));
+ PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoVerticalRel_Callback_1_(unwrap_jso(this), y);
@DomName('SVGPathElement.createSVGPathSegMovetoAbs')
@DocsEditable()
- PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegMovetoAbs_Callback_2_(unwrap_jso(this), x, y));
+ PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegMovetoAbs_Callback_2_(unwrap_jso(this), x, y);
@DomName('SVGPathElement.createSVGPathSegMovetoRel')
@DocsEditable()
- PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegMovetoRel_Callback_2_(unwrap_jso(this), x, y));
+ PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegMovetoRel_Callback_2_(unwrap_jso(this), x, y);
@DomName('SVGPathElement.getPathSegAtLength')
@DocsEditable()
@@ -4686,11 +3658,11 @@ class PathElement extends GeometryElement {
@DomName('SVGPathElement.getPointAtLength')
@DocsEditable()
- Point getPointAtLength(num distance) => wrap_jso(_blink.BlinkSVGPathElement.instance.getPointAtLength_Callback_1_(unwrap_jso(this), distance));
+ Point getPointAtLength(num distance) => _blink.BlinkSVGPathElement.instance.getPointAtLength_Callback_1_(unwrap_jso(this), distance);
@DomName('SVGPathElement.getTotalLength')
@DocsEditable()
- num getTotalLength() => _blink.BlinkSVGPathElement.instance.getTotalLength_Callback_0_(unwrap_jso(this));
+ double getTotalLength() => _blink.BlinkSVGPathElement.instance.getTotalLength_Callback_0_(unwrap_jso(this));
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -4707,21 +3679,6 @@ class PathSeg extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory PathSeg._() { throw new UnsupportedError("Not supported"); }
- static PathSeg internalCreatePathSeg() {
- return new PathSeg._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory PathSeg._internalWrap() {
- return new PathSeg.internal_();
- }
-
- PathSeg.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGPathSeg.PATHSEG_ARC_ABS')
@DocsEditable()
static const int PATHSEG_ARC_ABS = 10;
@@ -4825,25 +3782,13 @@ class PathSegArcAbs extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegArcAbs internalCreatePathSegArcAbs() {
- return new PathSegArcAbs._internalWrap();
- }
-
- factory PathSegArcAbs._internalWrap() {
- return new PathSegArcAbs.internal_();
- }
-
- PathSegArcAbs.internal_() : super.internal_();
-
-
@DomName('SVGPathSegArcAbs.angle')
@DocsEditable()
num get angle => _blink.BlinkSVGPathSegArcAbs.instance.angle_Getter_(unwrap_jso(this));
@DomName('SVGPathSegArcAbs.angle')
@DocsEditable()
- set angle(num value) => _blink.BlinkSVGPathSegArcAbs.instance.angle_Setter_(unwrap_jso(this), value);
+ void set angle(num value) => _blink.BlinkSVGPathSegArcAbs.instance.angle_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegArcAbs.largeArcFlag')
@DocsEditable()
@@ -4851,7 +3796,7 @@ class PathSegArcAbs extends PathSeg {
@DomName('SVGPathSegArcAbs.largeArcFlag')
@DocsEditable()
- set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Setter_(unwrap_jso(this), value);
+ void set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegArcAbs.r1')
@DocsEditable()
@@ -4859,7 +3804,7 @@ class PathSegArcAbs extends PathSeg {
@DomName('SVGPathSegArcAbs.r1')
@DocsEditable()
- set r1(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r1_Setter_(unwrap_jso(this), value);
+ void set r1(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r1_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegArcAbs.r2')
@DocsEditable()
@@ -4867,7 +3812,7 @@ class PathSegArcAbs extends PathSeg {
@DomName('SVGPathSegArcAbs.r2')
@DocsEditable()
- set r2(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r2_Setter_(unwrap_jso(this), value);
+ void set r2(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r2_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegArcAbs.sweepFlag')
@DocsEditable()
@@ -4875,7 +3820,7 @@ class PathSegArcAbs extends PathSeg {
@DomName('SVGPathSegArcAbs.sweepFlag')
@DocsEditable()
- set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Setter_(unwrap_jso(this), value);
+ void set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegArcAbs.x')
@DocsEditable()
@@ -4883,7 +3828,7 @@ class PathSegArcAbs extends PathSeg {
@DomName('SVGPathSegArcAbs.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegArcAbs.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegArcAbs.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegArcAbs.y')
@DocsEditable()
@@ -4891,7 +3836,7 @@ class PathSegArcAbs extends PathSeg {
@DomName('SVGPathSegArcAbs.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegArcAbs.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegArcAbs.instance.y_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -4908,25 +3853,13 @@ class PathSegArcRel extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegArcRel internalCreatePathSegArcRel() {
- return new PathSegArcRel._internalWrap();
- }
-
- factory PathSegArcRel._internalWrap() {
- return new PathSegArcRel.internal_();
- }
-
- PathSegArcRel.internal_() : super.internal_();
-
-
@DomName('SVGPathSegArcRel.angle')
@DocsEditable()
num get angle => _blink.BlinkSVGPathSegArcRel.instance.angle_Getter_(unwrap_jso(this));
@DomName('SVGPathSegArcRel.angle')
@DocsEditable()
- set angle(num value) => _blink.BlinkSVGPathSegArcRel.instance.angle_Setter_(unwrap_jso(this), value);
+ void set angle(num value) => _blink.BlinkSVGPathSegArcRel.instance.angle_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegArcRel.largeArcFlag')
@DocsEditable()
@@ -4934,7 +3867,7 @@ class PathSegArcRel extends PathSeg {
@DomName('SVGPathSegArcRel.largeArcFlag')
@DocsEditable()
- set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Setter_(unwrap_jso(this), value);
+ void set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegArcRel.r1')
@DocsEditable()
@@ -4942,7 +3875,7 @@ class PathSegArcRel extends PathSeg {
@DomName('SVGPathSegArcRel.r1')
@DocsEditable()
- set r1(num value) => _blink.BlinkSVGPathSegArcRel.instance.r1_Setter_(unwrap_jso(this), value);
+ void set r1(num value) => _blink.BlinkSVGPathSegArcRel.instance.r1_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegArcRel.r2')
@DocsEditable()
@@ -4950,7 +3883,7 @@ class PathSegArcRel extends PathSeg {
@DomName('SVGPathSegArcRel.r2')
@DocsEditable()
- set r2(num value) => _blink.BlinkSVGPathSegArcRel.instance.r2_Setter_(unwrap_jso(this), value);
+ void set r2(num value) => _blink.BlinkSVGPathSegArcRel.instance.r2_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegArcRel.sweepFlag')
@DocsEditable()
@@ -4958,7 +3891,7 @@ class PathSegArcRel extends PathSeg {
@DomName('SVGPathSegArcRel.sweepFlag')
@DocsEditable()
- set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Setter_(unwrap_jso(this), value);
+ void set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegArcRel.x')
@DocsEditable()
@@ -4966,7 +3899,7 @@ class PathSegArcRel extends PathSeg {
@DomName('SVGPathSegArcRel.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegArcRel.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegArcRel.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegArcRel.y')
@DocsEditable()
@@ -4974,7 +3907,7 @@ class PathSegArcRel extends PathSeg {
@DomName('SVGPathSegArcRel.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegArcRel.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegArcRel.instance.y_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -4991,18 +3924,6 @@ class PathSegClosePath extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegClosePath internalCreatePathSegClosePath() {
- return new PathSegClosePath._internalWrap();
- }
-
- factory PathSegClosePath._internalWrap() {
- return new PathSegClosePath.internal_();
- }
-
- PathSegClosePath.internal_() : super.internal_();
-
-
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -5018,25 +3939,13 @@ class PathSegCurvetoCubicAbs extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegCurvetoCubicAbs internalCreatePathSegCurvetoCubicAbs() {
- return new PathSegCurvetoCubicAbs._internalWrap();
- }
-
- factory PathSegCurvetoCubicAbs._internalWrap() {
- return new PathSegCurvetoCubicAbs.internal_();
- }
-
- PathSegCurvetoCubicAbs.internal_() : super.internal_();
-
-
@DomName('SVGPathSegCurvetoCubicAbs.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegCurvetoCubicAbs.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicAbs.x1')
@DocsEditable()
@@ -5044,7 +3953,7 @@ class PathSegCurvetoCubicAbs extends PathSeg {
@DomName('SVGPathSegCurvetoCubicAbs.x1')
@DocsEditable()
- set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Setter_(unwrap_jso(this), value);
+ void set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicAbs.x2')
@DocsEditable()
@@ -5052,7 +3961,7 @@ class PathSegCurvetoCubicAbs extends PathSeg {
@DomName('SVGPathSegCurvetoCubicAbs.x2')
@DocsEditable()
- set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Setter_(unwrap_jso(this), value);
+ void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicAbs.y')
@DocsEditable()
@@ -5060,7 +3969,7 @@ class PathSegCurvetoCubicAbs extends PathSeg {
@DomName('SVGPathSegCurvetoCubicAbs.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicAbs.y1')
@DocsEditable()
@@ -5068,7 +3977,7 @@ class PathSegCurvetoCubicAbs extends PathSeg {
@DomName('SVGPathSegCurvetoCubicAbs.y1')
@DocsEditable()
- set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Setter_(unwrap_jso(this), value);
+ void set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicAbs.y2')
@DocsEditable()
@@ -5076,7 +3985,7 @@ class PathSegCurvetoCubicAbs extends PathSeg {
@DomName('SVGPathSegCurvetoCubicAbs.y2')
@DocsEditable()
- set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Setter_(unwrap_jso(this), value);
+ void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5093,25 +4002,13 @@ class PathSegCurvetoCubicRel extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegCurvetoCubicRel internalCreatePathSegCurvetoCubicRel() {
- return new PathSegCurvetoCubicRel._internalWrap();
- }
-
- factory PathSegCurvetoCubicRel._internalWrap() {
- return new PathSegCurvetoCubicRel.internal_();
- }
-
- PathSegCurvetoCubicRel.internal_() : super.internal_();
-
-
@DomName('SVGPathSegCurvetoCubicRel.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegCurvetoCubicRel.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicRel.x1')
@DocsEditable()
@@ -5119,7 +4016,7 @@ class PathSegCurvetoCubicRel extends PathSeg {
@DomName('SVGPathSegCurvetoCubicRel.x1')
@DocsEditable()
- set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Setter_(unwrap_jso(this), value);
+ void set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicRel.x2')
@DocsEditable()
@@ -5127,7 +4024,7 @@ class PathSegCurvetoCubicRel extends PathSeg {
@DomName('SVGPathSegCurvetoCubicRel.x2')
@DocsEditable()
- set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Setter_(unwrap_jso(this), value);
+ void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicRel.y')
@DocsEditable()
@@ -5135,7 +4032,7 @@ class PathSegCurvetoCubicRel extends PathSeg {
@DomName('SVGPathSegCurvetoCubicRel.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicRel.y1')
@DocsEditable()
@@ -5143,7 +4040,7 @@ class PathSegCurvetoCubicRel extends PathSeg {
@DomName('SVGPathSegCurvetoCubicRel.y1')
@DocsEditable()
- set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Setter_(unwrap_jso(this), value);
+ void set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicRel.y2')
@DocsEditable()
@@ -5151,7 +4048,7 @@ class PathSegCurvetoCubicRel extends PathSeg {
@DomName('SVGPathSegCurvetoCubicRel.y2')
@DocsEditable()
- set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Setter_(unwrap_jso(this), value);
+ void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5168,25 +4065,13 @@ class PathSegCurvetoCubicSmoothAbs extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegCurvetoCubicSmoothAbs internalCreatePathSegCurvetoCubicSmoothAbs() {
- return new PathSegCurvetoCubicSmoothAbs._internalWrap();
- }
-
- factory PathSegCurvetoCubicSmoothAbs._internalWrap() {
- return new PathSegCurvetoCubicSmoothAbs.internal_();
- }
-
- PathSegCurvetoCubicSmoothAbs.internal_() : super.internal_();
-
-
@DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegCurvetoCubicSmoothAbs.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicSmoothAbs.x2')
@DocsEditable()
@@ -5194,7 +4079,7 @@ class PathSegCurvetoCubicSmoothAbs extends PathSeg {
@DomName('SVGPathSegCurvetoCubicSmoothAbs.x2')
@DocsEditable()
- set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_Setter_(unwrap_jso(this), value);
+ void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicSmoothAbs.y')
@DocsEditable()
@@ -5202,7 +4087,7 @@ class PathSegCurvetoCubicSmoothAbs extends PathSeg {
@DomName('SVGPathSegCurvetoCubicSmoothAbs.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicSmoothAbs.y2')
@DocsEditable()
@@ -5210,7 +4095,7 @@ class PathSegCurvetoCubicSmoothAbs extends PathSeg {
@DomName('SVGPathSegCurvetoCubicSmoothAbs.y2')
@DocsEditable()
- set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Setter_(unwrap_jso(this), value);
+ void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5227,25 +4112,13 @@ class PathSegCurvetoCubicSmoothRel extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegCurvetoCubicSmoothRel internalCreatePathSegCurvetoCubicSmoothRel() {
- return new PathSegCurvetoCubicSmoothRel._internalWrap();
- }
-
- factory PathSegCurvetoCubicSmoothRel._internalWrap() {
- return new PathSegCurvetoCubicSmoothRel.internal_();
- }
-
- PathSegCurvetoCubicSmoothRel.internal_() : super.internal_();
-
-
@DomName('SVGPathSegCurvetoCubicSmoothRel.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegCurvetoCubicSmoothRel.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
@DocsEditable()
@@ -5253,7 +4126,7 @@ class PathSegCurvetoCubicSmoothRel extends PathSeg {
@DomName('SVGPathSegCurvetoCubicSmoothRel.x2')
@DocsEditable()
- set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Setter_(unwrap_jso(this), value);
+ void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicSmoothRel.y')
@DocsEditable()
@@ -5261,7 +4134,7 @@ class PathSegCurvetoCubicSmoothRel extends PathSeg {
@DomName('SVGPathSegCurvetoCubicSmoothRel.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoCubicSmoothRel.y2')
@DocsEditable()
@@ -5269,7 +4142,7 @@ class PathSegCurvetoCubicSmoothRel extends PathSeg {
@DomName('SVGPathSegCurvetoCubicSmoothRel.y2')
@DocsEditable()
- set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_Setter_(unwrap_jso(this), value);
+ void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5286,25 +4159,13 @@ class PathSegCurvetoQuadraticAbs extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegCurvetoQuadraticAbs internalCreatePathSegCurvetoQuadraticAbs() {
- return new PathSegCurvetoQuadraticAbs._internalWrap();
- }
-
- factory PathSegCurvetoQuadraticAbs._internalWrap() {
- return new PathSegCurvetoQuadraticAbs.internal_();
- }
-
- PathSegCurvetoQuadraticAbs.internal_() : super.internal_();
-
-
@DomName('SVGPathSegCurvetoQuadraticAbs.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegCurvetoQuadraticAbs.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoQuadraticAbs.x1')
@DocsEditable()
@@ -5312,7 +4173,7 @@ class PathSegCurvetoQuadraticAbs extends PathSeg {
@DomName('SVGPathSegCurvetoQuadraticAbs.x1')
@DocsEditable()
- set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Setter_(unwrap_jso(this), value);
+ void set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoQuadraticAbs.y')
@DocsEditable()
@@ -5320,7 +4181,7 @@ class PathSegCurvetoQuadraticAbs extends PathSeg {
@DomName('SVGPathSegCurvetoQuadraticAbs.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoQuadraticAbs.y1')
@DocsEditable()
@@ -5328,7 +4189,7 @@ class PathSegCurvetoQuadraticAbs extends PathSeg {
@DomName('SVGPathSegCurvetoQuadraticAbs.y1')
@DocsEditable()
- set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Setter_(unwrap_jso(this), value);
+ void set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5345,25 +4206,13 @@ class PathSegCurvetoQuadraticRel extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegCurvetoQuadraticRel internalCreatePathSegCurvetoQuadraticRel() {
- return new PathSegCurvetoQuadraticRel._internalWrap();
- }
-
- factory PathSegCurvetoQuadraticRel._internalWrap() {
- return new PathSegCurvetoQuadraticRel.internal_();
- }
-
- PathSegCurvetoQuadraticRel.internal_() : super.internal_();
-
-
@DomName('SVGPathSegCurvetoQuadraticRel.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegCurvetoQuadraticRel.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoQuadraticRel.x1')
@DocsEditable()
@@ -5371,7 +4220,7 @@ class PathSegCurvetoQuadraticRel extends PathSeg {
@DomName('SVGPathSegCurvetoQuadraticRel.x1')
@DocsEditable()
- set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Setter_(unwrap_jso(this), value);
+ void set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoQuadraticRel.y')
@DocsEditable()
@@ -5379,7 +4228,7 @@ class PathSegCurvetoQuadraticRel extends PathSeg {
@DomName('SVGPathSegCurvetoQuadraticRel.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoQuadraticRel.y1')
@DocsEditable()
@@ -5387,7 +4236,7 @@ class PathSegCurvetoQuadraticRel extends PathSeg {
@DomName('SVGPathSegCurvetoQuadraticRel.y1')
@DocsEditable()
- set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Setter_(unwrap_jso(this), value);
+ void set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5404,25 +4253,13 @@ class PathSegCurvetoQuadraticSmoothAbs extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegCurvetoQuadraticSmoothAbs internalCreatePathSegCurvetoQuadraticSmoothAbs() {
- return new PathSegCurvetoQuadraticSmoothAbs._internalWrap();
- }
-
- factory PathSegCurvetoQuadraticSmoothAbs._internalWrap() {
- return new PathSegCurvetoQuadraticSmoothAbs.internal_();
- }
-
- PathSegCurvetoQuadraticSmoothAbs.internal_() : super.internal_();
-
-
@DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
@DocsEditable()
@@ -5430,7 +4267,7 @@ class PathSegCurvetoQuadraticSmoothAbs extends PathSeg {
@DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5447,25 +4284,13 @@ class PathSegCurvetoQuadraticSmoothRel extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegCurvetoQuadraticSmoothRel internalCreatePathSegCurvetoQuadraticSmoothRel() {
- return new PathSegCurvetoQuadraticSmoothRel._internalWrap();
- }
-
- factory PathSegCurvetoQuadraticSmoothRel._internalWrap() {
- return new PathSegCurvetoQuadraticSmoothRel.internal_();
- }
-
- PathSegCurvetoQuadraticSmoothRel.internal_() : super.internal_();
-
-
@DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegCurvetoQuadraticSmoothRel.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
@DocsEditable()
@@ -5473,7 +4298,7 @@ class PathSegCurvetoQuadraticSmoothRel extends PathSeg {
@DomName('SVGPathSegCurvetoQuadraticSmoothRel.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5490,25 +4315,13 @@ class PathSegLinetoAbs extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegLinetoAbs internalCreatePathSegLinetoAbs() {
- return new PathSegLinetoAbs._internalWrap();
- }
-
- factory PathSegLinetoAbs._internalWrap() {
- return new PathSegLinetoAbs.internal_();
- }
-
- PathSegLinetoAbs.internal_() : super.internal_();
-
-
@DomName('SVGPathSegLinetoAbs.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegLinetoAbs.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegLinetoAbs.y')
@DocsEditable()
@@ -5516,7 +4329,7 @@ class PathSegLinetoAbs extends PathSeg {
@DomName('SVGPathSegLinetoAbs.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5533,25 +4346,13 @@ class PathSegLinetoHorizontalAbs extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegLinetoHorizontalAbs internalCreatePathSegLinetoHorizontalAbs() {
- return new PathSegLinetoHorizontalAbs._internalWrap();
- }
-
- factory PathSegLinetoHorizontalAbs._internalWrap() {
- return new PathSegLinetoHorizontalAbs.internal_();
- }
-
- PathSegLinetoHorizontalAbs.internal_() : super.internal_();
-
-
@DomName('SVGPathSegLinetoHorizontalAbs.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegLinetoHorizontalAbs.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5568,25 +4369,13 @@ class PathSegLinetoHorizontalRel extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegLinetoHorizontalRel internalCreatePathSegLinetoHorizontalRel() {
- return new PathSegLinetoHorizontalRel._internalWrap();
- }
-
- factory PathSegLinetoHorizontalRel._internalWrap() {
- return new PathSegLinetoHorizontalRel.internal_();
- }
-
- PathSegLinetoHorizontalRel.internal_() : super.internal_();
-
-
@DomName('SVGPathSegLinetoHorizontalRel.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegLinetoHorizontalRel.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5603,25 +4392,13 @@ class PathSegLinetoRel extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegLinetoRel internalCreatePathSegLinetoRel() {
- return new PathSegLinetoRel._internalWrap();
- }
-
- factory PathSegLinetoRel._internalWrap() {
- return new PathSegLinetoRel.internal_();
- }
-
- PathSegLinetoRel.internal_() : super.internal_();
-
-
@DomName('SVGPathSegLinetoRel.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegLinetoRel.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegLinetoRel.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegLinetoRel.y')
@DocsEditable()
@@ -5629,7 +4406,7 @@ class PathSegLinetoRel extends PathSeg {
@DomName('SVGPathSegLinetoRel.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.y_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5646,25 +4423,13 @@ class PathSegLinetoVerticalAbs extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegLinetoVerticalAbs internalCreatePathSegLinetoVerticalAbs() {
- return new PathSegLinetoVerticalAbs._internalWrap();
- }
-
- factory PathSegLinetoVerticalAbs._internalWrap() {
- return new PathSegLinetoVerticalAbs.internal_();
- }
-
- PathSegLinetoVerticalAbs.internal_() : super.internal_();
-
-
@DomName('SVGPathSegLinetoVerticalAbs.y')
@DocsEditable()
num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Getter_(unwrap_jso(this));
@DomName('SVGPathSegLinetoVerticalAbs.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5681,25 +4446,13 @@ class PathSegLinetoVerticalRel extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegLinetoVerticalRel internalCreatePathSegLinetoVerticalRel() {
- return new PathSegLinetoVerticalRel._internalWrap();
- }
-
- factory PathSegLinetoVerticalRel._internalWrap() {
- return new PathSegLinetoVerticalRel.internal_();
- }
-
- PathSegLinetoVerticalRel.internal_() : super.internal_();
-
-
@DomName('SVGPathSegLinetoVerticalRel.y')
@DocsEditable()
num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Getter_(unwrap_jso(this));
@DomName('SVGPathSegLinetoVerticalRel.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5712,25 +4465,10 @@ class PathSegLinetoVerticalRel extends PathSeg {
@DocsEditable()
@DomName('SVGPathSegList')
@Unstable()
-class PathSegList extends JsoNativeFieldWrapper with ListMixin<PathSeg>, ImmutableListMixin<PathSeg> implements List<PathSeg> {
+class PathSegList extends NativeFieldWrapperClass2 with ListMixin<PathSeg>, ImmutableListMixin<PathSeg> implements List<PathSeg> {
// To suppress missing implicit constructor warnings.
factory PathSegList._() { throw new UnsupportedError("Not supported"); }
- static PathSegList internalCreatePathSegList() {
- return new PathSegList._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory PathSegList._internalWrap() {
- return new PathSegList.internal_();
- }
-
- PathSegList.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGPathSegList.length')
@DocsEditable()
@Experimental() // untriaged
@@ -5753,7 +4491,7 @@ class PathSegList extends JsoNativeFieldWrapper with ListMixin<PathSeg>, Immutab
// PathSeg is the element type.
- set length(int value) {
+ void set length(int value) {
throw new UnsupportedError("Cannot resize immutable List.");
}
@@ -5791,7 +4529,7 @@ class PathSegList extends JsoNativeFieldWrapper with ListMixin<PathSeg>, Immutab
@DomName('SVGPathSegList.appendItem')
@DocsEditable()
- PathSeg appendItem(PathSeg newItem) => wrap_jso(_blink.BlinkSVGPathSegList.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem)));
+ PathSeg appendItem(PathSeg newItem) => _blink.BlinkSVGPathSegList.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem));
@DomName('SVGPathSegList.clear')
@DocsEditable()
@@ -5799,23 +4537,23 @@ class PathSegList extends JsoNativeFieldWrapper with ListMixin<PathSeg>, Immutab
@DomName('SVGPathSegList.getItem')
@DocsEditable()
- PathSeg getItem(int index) => wrap_jso(_blink.BlinkSVGPathSegList.instance.getItem_Callback_1_(unwrap_jso(this), index));
+ PathSeg getItem(int index) => _blink.BlinkSVGPathSegList.instance.getItem_Callback_1_(unwrap_jso(this), index);
@DomName('SVGPathSegList.initialize')
@DocsEditable()
- PathSeg initialize(PathSeg newItem) => wrap_jso(_blink.BlinkSVGPathSegList.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem)));
+ PathSeg initialize(PathSeg newItem) => _blink.BlinkSVGPathSegList.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem));
@DomName('SVGPathSegList.insertItemBefore')
@DocsEditable()
- PathSeg insertItemBefore(PathSeg newItem, int index) => wrap_jso(_blink.BlinkSVGPathSegList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), index));
+ PathSeg insertItemBefore(PathSeg newItem, int index) => _blink.BlinkSVGPathSegList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), index);
@DomName('SVGPathSegList.removeItem')
@DocsEditable()
- PathSeg removeItem(int index) => wrap_jso(_blink.BlinkSVGPathSegList.instance.removeItem_Callback_1_(unwrap_jso(this), index));
+ PathSeg removeItem(int index) => _blink.BlinkSVGPathSegList.instance.removeItem_Callback_1_(unwrap_jso(this), index);
@DomName('SVGPathSegList.replaceItem')
@DocsEditable()
- PathSeg replaceItem(PathSeg newItem, int index) => wrap_jso(_blink.BlinkSVGPathSegList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), index));
+ PathSeg replaceItem(PathSeg newItem, int index) => _blink.BlinkSVGPathSegList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), index);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5832,25 +4570,13 @@ class PathSegMovetoAbs extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegMovetoAbs internalCreatePathSegMovetoAbs() {
- return new PathSegMovetoAbs._internalWrap();
- }
-
- factory PathSegMovetoAbs._internalWrap() {
- return new PathSegMovetoAbs.internal_();
- }
-
- PathSegMovetoAbs.internal_() : super.internal_();
-
-
@DomName('SVGPathSegMovetoAbs.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegMovetoAbs.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegMovetoAbs.y')
@DocsEditable()
@@ -5858,7 +4584,7 @@ class PathSegMovetoAbs extends PathSeg {
@DomName('SVGPathSegMovetoAbs.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5875,25 +4601,13 @@ class PathSegMovetoRel extends PathSeg {
// To suppress missing implicit constructor warnings.
factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); }
-
- static PathSegMovetoRel internalCreatePathSegMovetoRel() {
- return new PathSegMovetoRel._internalWrap();
- }
-
- factory PathSegMovetoRel._internalWrap() {
- return new PathSegMovetoRel.internal_();
- }
-
- PathSegMovetoRel.internal_() : super.internal_();
-
-
@DomName('SVGPathSegMovetoRel.x')
@DocsEditable()
num get x => _blink.BlinkSVGPathSegMovetoRel.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPathSegMovetoRel.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPathSegMovetoRel.y')
@DocsEditable()
@@ -5901,7 +4615,7 @@ class PathSegMovetoRel extends PathSeg {
@DomName('SVGPathSegMovetoRel.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.y_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -5921,18 +4635,6 @@ class PatternElement extends SvgElement implements FitToViewBox, UriReference, T
@DomName('SVGPatternElement.SVGPatternElement')
@DocsEditable()
factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("pattern");
-
-
- static PatternElement internalCreatePatternElement() {
- return new PatternElement._internalWrap();
- }
-
- factory PatternElement._internalWrap() {
- return new PatternElement.internal_();
- }
-
- PatternElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -6011,28 +4713,13 @@ class Point extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory Point._() { throw new UnsupportedError("Not supported"); }
- static Point internalCreatePoint() {
- return new Point._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory Point._internalWrap() {
- return new Point.internal_();
- }
-
- Point.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGPoint.x')
@DocsEditable()
num get x => _blink.BlinkSVGPoint.instance.x_Getter_(unwrap_jso(this));
@DomName('SVGPoint.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGPoint.y')
@DocsEditable()
@@ -6040,11 +4727,11 @@ class Point extends NativeFieldWrapperClass2 {
@DomName('SVGPoint.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGPoint.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGPoint.instance.y_Setter_(unwrap_jso(this), value);
@DomName('SVGPoint.matrixTransform')
@DocsEditable()
- Point matrixTransform(Matrix matrix) => wrap_jso(_blink.BlinkSVGPoint.instance.matrixTransform_Callback_1_(unwrap_jso(this), unwrap_jso(matrix)));
+ Point matrixTransform(Matrix matrix) => _blink.BlinkSVGPoint.instance.matrixTransform_Callback_1_(unwrap_jso(this), unwrap_jso(matrix));
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -6061,21 +4748,6 @@ class PointList extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory PointList._() { throw new UnsupportedError("Not supported"); }
- static PointList internalCreatePointList() {
- return new PointList._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory PointList._internalWrap() {
- return new PointList.internal_();
- }
-
- PointList.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGPointList.length')
@DocsEditable()
@Experimental() // untriaged
@@ -6092,7 +4764,7 @@ class PointList extends NativeFieldWrapperClass2 {
@DomName('SVGPointList.appendItem')
@DocsEditable()
- Point appendItem(Point item) => wrap_jso(_blink.BlinkSVGPointList.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
+ Point appendItem(Point item) => _blink.BlinkSVGPointList.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item));
@DomName('SVGPointList.clear')
@DocsEditable()
@@ -6100,23 +4772,23 @@ class PointList extends NativeFieldWrapperClass2 {
@DomName('SVGPointList.getItem')
@DocsEditable()
- Point getItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.getItem_Callback_1_(unwrap_jso(this), index));
+ Point getItem(int index) => _blink.BlinkSVGPointList.instance.getItem_Callback_1_(unwrap_jso(this), index);
@DomName('SVGPointList.initialize')
@DocsEditable()
- Point initialize(Point item) => wrap_jso(_blink.BlinkSVGPointList.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
+ Point initialize(Point item) => _blink.BlinkSVGPointList.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item));
@DomName('SVGPointList.insertItemBefore')
@DocsEditable()
- Point insertItemBefore(Point item, int index) => wrap_jso(_blink.BlinkSVGPointList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
+ Point insertItemBefore(Point item, int index) => _blink.BlinkSVGPointList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), index);
@DomName('SVGPointList.removeItem')
@DocsEditable()
- Point removeItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.removeItem_Callback_1_(unwrap_jso(this), index));
+ Point removeItem(int index) => _blink.BlinkSVGPointList.instance.removeItem_Callback_1_(unwrap_jso(this), index);
@DomName('SVGPointList.replaceItem')
@DocsEditable()
- Point replaceItem(Point item, int index) => wrap_jso(_blink.BlinkSVGPointList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
+ Point replaceItem(Point item, int index) => _blink.BlinkSVGPointList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -6136,18 +4808,6 @@ class PolygonElement extends GeometryElement {
@DomName('SVGPolygonElement.SVGPolygonElement')
@DocsEditable()
factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("polygon");
-
-
- static PolygonElement internalCreatePolygonElement() {
- return new PolygonElement._internalWrap();
- }
-
- factory PolygonElement._internalWrap() {
- return new PolygonElement.internal_();
- }
-
- PolygonElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -6181,18 +4841,6 @@ class PolylineElement extends GeometryElement {
@DomName('SVGPolylineElement.SVGPolylineElement')
@DocsEditable()
factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("polyline");
-
-
- static PolylineElement internalCreatePolylineElement() {
- return new PolylineElement._internalWrap();
- }
-
- factory PolylineElement._internalWrap() {
- return new PolylineElement.internal_();
- }
-
- PolylineElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -6223,21 +4871,6 @@ class PreserveAspectRatio extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported"); }
- static PreserveAspectRatio internalCreatePreserveAspectRatio() {
- return new PreserveAspectRatio._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory PreserveAspectRatio._internalWrap() {
- return new PreserveAspectRatio.internal_();
- }
-
- PreserveAspectRatio.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET')
@DocsEditable()
static const int SVG_MEETORSLICE_MEET = 1;
@@ -6300,7 +4933,7 @@ class PreserveAspectRatio extends NativeFieldWrapperClass2 {
@DomName('SVGPreserveAspectRatio.align')
@DocsEditable()
- set align(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.align_Setter_(unwrap_jso(this), value);
+ void set align(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.align_Setter_(unwrap_jso(this), value);
@DomName('SVGPreserveAspectRatio.meetOrSlice')
@DocsEditable()
@@ -6308,7 +4941,7 @@ class PreserveAspectRatio extends NativeFieldWrapperClass2 {
@DomName('SVGPreserveAspectRatio.meetOrSlice')
@DocsEditable()
- set meetOrSlice(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.meetOrSlice_Setter_(unwrap_jso(this), value);
+ void set meetOrSlice(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.meetOrSlice_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -6328,18 +4961,6 @@ class RadialGradientElement extends _GradientElement {
@DomName('SVGRadialGradientElement.SVGRadialGradientElement')
@DocsEditable()
factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement_tag("radialGradient");
-
-
- static RadialGradientElement internalCreateRadialGradientElement() {
- return new RadialGradientElement._internalWrap();
- }
-
- factory RadialGradientElement._internalWrap() {
- return new RadialGradientElement.internal_();
- }
-
- RadialGradientElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -6386,28 +5007,13 @@ class Rect extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory Rect._() { throw new UnsupportedError("Not supported"); }
- static Rect internalCreateRect() {
- return new Rect._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory Rect._internalWrap() {
- return new Rect.internal_();
- }
-
- Rect.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGRect.height')
@DocsEditable()
num get height => _blink.BlinkSVGRect.instance.height_Getter_(unwrap_jso(this));
@DomName('SVGRect.height')
@DocsEditable()
- set height(num value) => _blink.BlinkSVGRect.instance.height_Setter_(unwrap_jso(this), value);
+ void set height(num value) => _blink.BlinkSVGRect.instance.height_Setter_(unwrap_jso(this), value);
@DomName('SVGRect.width')
@DocsEditable()
@@ -6415,7 +5021,7 @@ class Rect extends NativeFieldWrapperClass2 {
@DomName('SVGRect.width')
@DocsEditable()
- set width(num value) => _blink.BlinkSVGRect.instance.width_Setter_(unwrap_jso(this), value);
+ void set width(num value) => _blink.BlinkSVGRect.instance.width_Setter_(unwrap_jso(this), value);
@DomName('SVGRect.x')
@DocsEditable()
@@ -6423,7 +5029,7 @@ class Rect extends NativeFieldWrapperClass2 {
@DomName('SVGRect.x')
@DocsEditable()
- set x(num value) => _blink.BlinkSVGRect.instance.x_Setter_(unwrap_jso(this), value);
+ void set x(num value) => _blink.BlinkSVGRect.instance.x_Setter_(unwrap_jso(this), value);
@DomName('SVGRect.y')
@DocsEditable()
@@ -6431,7 +5037,7 @@ class Rect extends NativeFieldWrapperClass2 {
@DomName('SVGRect.y')
@DocsEditable()
- set y(num value) => _blink.BlinkSVGRect.instance.y_Setter_(unwrap_jso(this), value);
+ void set y(num value) => _blink.BlinkSVGRect.instance.y_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -6451,18 +5057,6 @@ class RectElement extends GeometryElement {
@DomName('SVGRectElement.SVGRectElement')
@DocsEditable()
factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect");
-
-
- static RectElement internalCreateRectElement() {
- return new RectElement._internalWrap();
- }
-
- factory RectElement._internalWrap() {
- return new RectElement.internal_();
- }
-
- RectElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -6509,21 +5103,6 @@ class RenderingIntent extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory RenderingIntent._() { throw new UnsupportedError("Not supported"); }
- static RenderingIntent internalCreateRenderingIntent() {
- return new RenderingIntent._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory RenderingIntent._internalWrap() {
- return new RenderingIntent.internal_();
- }
-
- RenderingIntent.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC')
@DocsEditable()
static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
@@ -6566,18 +5145,6 @@ class ScriptElement extends SvgElement implements UriReference {
@DomName('SVGScriptElement.SVGScriptElement')
@DocsEditable()
factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("script");
-
-
- static ScriptElement internalCreateScriptElement() {
- return new ScriptElement._internalWrap();
- }
-
- factory ScriptElement._internalWrap() {
- return new ScriptElement.internal_();
- }
-
- ScriptElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -6591,7 +5158,7 @@ class ScriptElement extends SvgElement implements UriReference {
@DomName('SVGScriptElement.type')
@DocsEditable()
- set type(String value) => _blink.BlinkSVGScriptElement.instance.type_Setter_(unwrap_jso(this), value);
+ void set type(String value) => _blink.BlinkSVGScriptElement.instance.type_Setter_(unwrap_jso(this), value);
@DomName('SVGScriptElement.href')
@DocsEditable()
@@ -6618,18 +5185,6 @@ class SetElement extends AnimationElement {
@DomName('SVGSetElement.SVGSetElement')
@DocsEditable()
factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set");
-
-
- static SetElement internalCreateSetElement() {
- return new SetElement._internalWrap();
- }
-
- factory SetElement._internalWrap() {
- return new SetElement.internal_();
- }
-
- SetElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -6658,18 +5213,6 @@ class StopElement extends SvgElement {
@DomName('SVGStopElement.SVGStopElement')
@DocsEditable()
factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop");
-
-
- static StopElement internalCreateStopElement() {
- return new StopElement._internalWrap();
- }
-
- factory StopElement._internalWrap() {
- return new StopElement.internal_();
- }
-
- StopElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -6692,25 +5235,10 @@ class StopElement extends SvgElement {
@DocsEditable()
@DomName('SVGStringList')
@Unstable()
-class StringList extends JsoNativeFieldWrapper with ListMixin<String>, ImmutableListMixin<String> implements List<String> {
+class StringList extends NativeFieldWrapperClass2 with ListMixin<String>, ImmutableListMixin<String> implements List<String> {
// To suppress missing implicit constructor warnings.
factory StringList._() { throw new UnsupportedError("Not supported"); }
- static StringList internalCreateStringList() {
- return new StringList._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory StringList._internalWrap() {
- return new StringList.internal_();
- }
-
- StringList.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGStringList.length')
@DocsEditable()
@Experimental() // untriaged
@@ -6733,7 +5261,7 @@ class StringList extends JsoNativeFieldWrapper with ListMixin<String>, Immutable
// String is the element type.
- set length(int value) {
+ void set length(int value) {
throw new UnsupportedError("Cannot resize immutable List.");
}
@@ -6816,18 +5344,6 @@ class StyleElement extends SvgElement {
@DomName('SVGStyleElement.SVGStyleElement')
@DocsEditable()
factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("style");
-
-
- static StyleElement internalCreateStyleElement() {
- return new StyleElement._internalWrap();
- }
-
- factory StyleElement._internalWrap() {
- return new StyleElement.internal_();
- }
-
- StyleElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -6841,7 +5357,7 @@ class StyleElement extends SvgElement {
@DomName('SVGStyleElement.disabled')
@DocsEditable()
- set disabled(bool value) => _blink.BlinkSVGStyleElement.instance.disabled_Setter_(unwrap_jso(this), value);
+ void set disabled(bool value) => _blink.BlinkSVGStyleElement.instance.disabled_Setter_(unwrap_jso(this), value);
@DomName('SVGStyleElement.media')
@DocsEditable()
@@ -6849,7 +5365,7 @@ class StyleElement extends SvgElement {
@DomName('SVGStyleElement.media')
@DocsEditable()
- set media(String value) => _blink.BlinkSVGStyleElement.instance.media_Setter_(unwrap_jso(this), value);
+ void set media(String value) => _blink.BlinkSVGStyleElement.instance.media_Setter_(unwrap_jso(this), value);
@DomName('SVGStyleElement.sheet')
@DocsEditable()
@@ -6862,7 +5378,7 @@ class StyleElement extends SvgElement {
@DomName('SVGStyleElement.title')
@DocsEditable()
- set title(String value) => _blink.BlinkSVGStyleElement.instance.title_Setter_(unwrap_jso(this), value);
+ void set title(String value) => _blink.BlinkSVGStyleElement.instance.title_Setter_(unwrap_jso(this), value);
@DomName('SVGStyleElement.type')
@DocsEditable()
@@ -6870,7 +5386,7 @@ class StyleElement extends SvgElement {
@DomName('SVGStyleElement.type')
@DocsEditable()
- set type(String value) => _blink.BlinkSVGStyleElement.instance.type_Setter_(unwrap_jso(this), value);
+ void set type(String value) => _blink.BlinkSVGStyleElement.instance.type_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
@@ -6934,7 +5450,7 @@ class SvgElement extends Element implements GlobalEventHandlers {
List<Element> get children => new FilteredElementList(this);
- set children(List<Element> value) {
+ void set children(List<Element> value) {
final children = this.children;
children.clear();
children.addAll(value);
@@ -6954,7 +5470,7 @@ class SvgElement extends Element implements GlobalEventHandlers {
return container.innerHtml;
}
- set innerHtml(String value) {
+ void set innerHtml(String value) {
this.setInnerHtml(value);
}
@@ -7019,20 +5535,6 @@ class SvgElement extends Element implements GlobalEventHandlers {
var e = new SvgElement.tag(tag);
return e is SvgElement && !(e is UnknownElement);
}
-
- set _svgClassName(AnimatedString value) =>
- _blink.BlinkSVGElement.instance.className_Setter_(unwrap_jso(this), unwrap_jso(value));
-
- String get className => _svgClassName.baseVal;
-
- // Unbelievable hack. We can't create an SvgAnimatedString, but we can get
- // the existing one and change its baseVal. Then we call the blink setter directly
- // TODO(alanknight): Handle suppressing the SVGAnimated<*> better
- set className(String s) {
- var oldClass = _svgClassName;
- oldClass.baseVal = s;
- _svgClassName = oldClass;
- }
// To suppress missing implicit constructor warnings.
factory SvgElement._() { throw new UnsupportedError("Not supported"); }
@@ -7295,18 +5797,6 @@ class SvgElement extends Element implements GlobalEventHandlers {
@DocsEditable()
@Experimental() // untriaged
static const EventStreamProvider<Event> waitingEvent = const EventStreamProvider<Event>('waiting');
-
-
- static SvgElement internalCreateSvgElement() {
- return new SvgElement._internalWrap();
- }
-
- factory SvgElement._internalWrap() {
- return new SvgElement.internal_();
- }
-
- SvgElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -7336,7 +5826,7 @@ class SvgElement extends Element implements GlobalEventHandlers {
@DomName('SVGElement.tabIndex')
@DocsEditable()
@Experimental() // untriaged
- set tabIndex(int value) => _blink.BlinkSVGElement.instance.tabIndex_Setter_(unwrap_jso(this), value);
+ void set tabIndex(int value) => _blink.BlinkSVGElement.instance.tabIndex_Setter_(unwrap_jso(this), value);
@DomName('SVGElement.viewportElement')
@DocsEditable()
@@ -7348,7 +5838,7 @@ class SvgElement extends Element implements GlobalEventHandlers {
@DomName('SVGElement.xmlbase')
@DocsEditable()
- set xmlbase(String value) => _blink.BlinkSVGElement.instance.xmlbase_Setter_(unwrap_jso(this), value);
+ void set xmlbase(String value) => _blink.BlinkSVGElement.instance.xmlbase_Setter_(unwrap_jso(this), value);
@DomName('SVGElement.xmllang')
@DocsEditable()
@@ -7358,7 +5848,7 @@ class SvgElement extends Element implements GlobalEventHandlers {
@DomName('SVGElement.xmllang')
@DocsEditable()
@Experimental() // untriaged
- set xmllang(String value) => _blink.BlinkSVGElement.instance.xmllang_Setter_(unwrap_jso(this), value);
+ void set xmllang(String value) => _blink.BlinkSVGElement.instance.xmllang_Setter_(unwrap_jso(this), value);
@DomName('SVGElement.xmlspace')
@DocsEditable()
@@ -7368,7 +5858,7 @@ class SvgElement extends Element implements GlobalEventHandlers {
@DomName('SVGElement.xmlspace')
@DocsEditable()
@Experimental() // untriaged
- set xmlspace(String value) => _blink.BlinkSVGElement.instance.xmlspace_Setter_(unwrap_jso(this), value);
+ void set xmlspace(String value) => _blink.BlinkSVGElement.instance.xmlspace_Setter_(unwrap_jso(this), value);
@DomName('SVGElement.onabort')
@DocsEditable()
@@ -7648,18 +6138,6 @@ class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan
// To suppress missing implicit constructor warnings.
factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static SvgSvgElement internalCreateSvgSvgElement() {
- return new SvgSvgElement._internalWrap();
- }
-
- factory SvgSvgElement._internalWrap() {
- return new SvgSvgElement.internal_();
- }
-
- SvgSvgElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -7673,7 +6151,7 @@ class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan
@DomName('SVGSVGElement.currentScale')
@DocsEditable()
- set currentScale(num value) => _blink.BlinkSVGSVGElement.instance.currentScale_Setter_(unwrap_jso(this), value);
+ void set currentScale(num value) => _blink.BlinkSVGSVGElement.instance.currentScale_Setter_(unwrap_jso(this), value);
@DomName('SVGSVGElement.currentTranslate')
@DocsEditable()
@@ -7689,19 +6167,19 @@ class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan
@DomName('SVGSVGElement.pixelUnitToMillimeterX')
@DocsEditable()
- num get pixelUnitToMillimeterX => _blink.BlinkSVGSVGElement.instance.pixelUnitToMillimeterX_Getter_(unwrap_jso(this));
+ double get pixelUnitToMillimeterX => _blink.BlinkSVGSVGElement.instance.pixelUnitToMillimeterX_Getter_(unwrap_jso(this));
@DomName('SVGSVGElement.pixelUnitToMillimeterY')
@DocsEditable()
- num get pixelUnitToMillimeterY => _blink.BlinkSVGSVGElement.instance.pixelUnitToMillimeterY_Getter_(unwrap_jso(this));
+ double get pixelUnitToMillimeterY => _blink.BlinkSVGSVGElement.instance.pixelUnitToMillimeterY_Getter_(unwrap_jso(this));
@DomName('SVGSVGElement.screenPixelToMillimeterX')
@DocsEditable()
- num get screenPixelToMillimeterX => _blink.BlinkSVGSVGElement.instance.screenPixelToMillimeterX_Getter_(unwrap_jso(this));
+ double get screenPixelToMillimeterX => _blink.BlinkSVGSVGElement.instance.screenPixelToMillimeterX_Getter_(unwrap_jso(this));
@DomName('SVGSVGElement.screenPixelToMillimeterY')
@DocsEditable()
- num get screenPixelToMillimeterY => _blink.BlinkSVGSVGElement.instance.screenPixelToMillimeterY_Getter_(unwrap_jso(this));
+ double get screenPixelToMillimeterY => _blink.BlinkSVGSVGElement.instance.screenPixelToMillimeterY_Getter_(unwrap_jso(this));
@DomName('SVGSVGElement.useCurrentView')
@DocsEditable()
@@ -7737,23 +6215,23 @@ class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan
@DomName('SVGSVGElement.createSVGAngle')
@DocsEditable()
- Angle createSvgAngle() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSVGAngle_Callback_0_(unwrap_jso(this)));
+ Angle createSvgAngle() => _blink.BlinkSVGSVGElement.instance.createSVGAngle_Callback_0_(unwrap_jso(this));
@DomName('SVGSVGElement.createSVGLength')
@DocsEditable()
- Length createSvgLength() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSVGLength_Callback_0_(unwrap_jso(this)));
+ Length createSvgLength() => _blink.BlinkSVGSVGElement.instance.createSVGLength_Callback_0_(unwrap_jso(this));
@DomName('SVGSVGElement.createSVGMatrix')
@DocsEditable()
- Matrix createSvgMatrix() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSVGMatrix_Callback_0_(unwrap_jso(this)));
+ Matrix createSvgMatrix() => _blink.BlinkSVGSVGElement.instance.createSVGMatrix_Callback_0_(unwrap_jso(this));
@DomName('SVGSVGElement.createSVGNumber')
@DocsEditable()
- Number createSvgNumber() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSVGNumber_Callback_0_(unwrap_jso(this)));
+ Number createSvgNumber() => _blink.BlinkSVGSVGElement.instance.createSVGNumber_Callback_0_(unwrap_jso(this));
@DomName('SVGSVGElement.createSVGPoint')
@DocsEditable()
- Point createSvgPoint() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSVGPoint_Callback_0_(unwrap_jso(this)));
+ Point createSvgPoint() => _blink.BlinkSVGSVGElement.instance.createSVGPoint_Callback_0_(unwrap_jso(this));
@DomName('SVGSVGElement.createSVGRect')
@DocsEditable()
@@ -7761,11 +6239,11 @@ class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan
@DomName('SVGSVGElement.createSVGTransform')
@DocsEditable()
- Transform createSvgTransform() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSVGTransform_Callback_0_(unwrap_jso(this)));
+ Transform createSvgTransform() => _blink.BlinkSVGSVGElement.instance.createSVGTransform_Callback_0_(unwrap_jso(this));
@DomName('SVGSVGElement.createSVGTransformFromMatrix')
@DocsEditable()
- Transform createSvgTransformFromMatrix(Matrix matrix) => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(this), unwrap_jso(matrix)));
+ Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGSVGElement.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(this), unwrap_jso(matrix));
@DomName('SVGSVGElement.deselectAll')
@DocsEditable()
@@ -7777,7 +6255,7 @@ class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan
@DomName('SVGSVGElement.getCurrentTime')
@DocsEditable()
- num getCurrentTime() => _blink.BlinkSVGSVGElement.instance.getCurrentTime_Callback_0_(unwrap_jso(this));
+ double getCurrentTime() => _blink.BlinkSVGSVGElement.instance.getCurrentTime_Callback_0_(unwrap_jso(this));
@DomName('SVGSVGElement.getElementById')
@DocsEditable()
@@ -7785,11 +6263,11 @@ class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan
@DomName('SVGSVGElement.getEnclosureList')
@DocsEditable()
- List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => wrap_jso(_blink.BlinkSVGSVGElement.instance.getEnclosureList_Callback_2_(unwrap_jso(this), unwrap_jso(rect), unwrap_jso(referenceElement)));
+ List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => wrap_jso_list(_blink.BlinkSVGSVGElement.instance.getEnclosureList_Callback_2_(unwrap_jso(this), unwrap_jso(rect), unwrap_jso(referenceElement)));
@DomName('SVGSVGElement.getIntersectionList')
@DocsEditable()
- List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => wrap_jso(_blink.BlinkSVGSVGElement.instance.getIntersectionList_Callback_2_(unwrap_jso(this), unwrap_jso(rect), unwrap_jso(referenceElement)));
+ List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => wrap_jso_list(_blink.BlinkSVGSVGElement.instance.getIntersectionList_Callback_2_(unwrap_jso(this), unwrap_jso(rect), unwrap_jso(referenceElement)));
@DomName('SVGSVGElement.pauseAnimations')
@DocsEditable()
@@ -7829,7 +6307,7 @@ class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan
@DomName('SVGSVGElement.zoomAndPan')
@DocsEditable()
- set zoomAndPan(int value) => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Setter_(unwrap_jso(this), value);
+ void set zoomAndPan(int value) => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -7849,18 +6327,6 @@ class SwitchElement extends GraphicsElement {
@DomName('SVGSwitchElement.SVGSwitchElement')
@DocsEditable()
factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("switch");
-
-
- static SwitchElement internalCreateSwitchElement() {
- return new SwitchElement._internalWrap();
- }
-
- factory SwitchElement._internalWrap() {
- return new SwitchElement.internal_();
- }
-
- SwitchElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -7886,18 +6352,6 @@ class SymbolElement extends SvgElement implements FitToViewBox {
@DomName('SVGSymbolElement.SVGSymbolElement')
@DocsEditable()
factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("symbol");
-
-
- static SymbolElement internalCreateSymbolElement() {
- return new SymbolElement._internalWrap();
- }
-
- factory SymbolElement._internalWrap() {
- return new SymbolElement.internal_();
- }
-
- SymbolElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -7931,18 +6385,6 @@ class TSpanElement extends TextPositioningElement {
@DomName('SVGTSpanElement.SVGTSpanElement')
@DocsEditable()
factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tspan");
-
-
- static TSpanElement internalCreateTSpanElement() {
- return new TSpanElement._internalWrap();
- }
-
- factory TSpanElement._internalWrap() {
- return new TSpanElement.internal_();
- }
-
- TSpanElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -7965,21 +6407,6 @@ abstract class Tests extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory Tests._() { throw new UnsupportedError("Not supported"); }
- static Tests internalCreateTests() {
- return new Tests._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory Tests._internalWrap() {
- return new Tests.internal_();
- }
-
- Tests.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGTests.requiredExtensions')
@DocsEditable()
StringList get requiredExtensions;
@@ -8010,18 +6437,6 @@ abstract class Tests extends NativeFieldWrapperClass2 {
class TextContentElement extends GraphicsElement {
// To suppress missing implicit constructor warnings.
factory TextContentElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static TextContentElement internalCreateTextContentElement() {
- return new TextContentElement._internalWrap();
- }
-
- factory TextContentElement._internalWrap() {
- return new TextContentElement.internal_();
- }
-
- TextContentElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -8055,11 +6470,11 @@ class TextContentElement extends GraphicsElement {
@DomName('SVGTextContentElement.getComputedTextLength')
@DocsEditable()
- num getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance.getComputedTextLength_Callback_0_(unwrap_jso(this));
+ double getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance.getComputedTextLength_Callback_0_(unwrap_jso(this));
@DomName('SVGTextContentElement.getEndPositionOfChar')
@DocsEditable()
- Point getEndPositionOfChar(int offset) => wrap_jso(_blink.BlinkSVGTextContentElement.instance.getEndPositionOfChar_Callback_1_(unwrap_jso(this), offset));
+ Point getEndPositionOfChar(int offset) => _blink.BlinkSVGTextContentElement.instance.getEndPositionOfChar_Callback_1_(unwrap_jso(this), offset);
@DomName('SVGTextContentElement.getExtentOfChar')
@DocsEditable()
@@ -8071,15 +6486,15 @@ class TextContentElement extends GraphicsElement {
@DomName('SVGTextContentElement.getRotationOfChar')
@DocsEditable()
- num getRotationOfChar(int offset) => _blink.BlinkSVGTextContentElement.instance.getRotationOfChar_Callback_1_(unwrap_jso(this), offset);
+ double getRotationOfChar(int offset) => _blink.BlinkSVGTextContentElement.instance.getRotationOfChar_Callback_1_(unwrap_jso(this), offset);
@DomName('SVGTextContentElement.getStartPositionOfChar')
@DocsEditable()
- Point getStartPositionOfChar(int offset) => wrap_jso(_blink.BlinkSVGTextContentElement.instance.getStartPositionOfChar_Callback_1_(unwrap_jso(this), offset));
+ Point getStartPositionOfChar(int offset) => _blink.BlinkSVGTextContentElement.instance.getStartPositionOfChar_Callback_1_(unwrap_jso(this), offset);
@DomName('SVGTextContentElement.getSubStringLength')
@DocsEditable()
- num getSubStringLength(int offset, int length) => _blink.BlinkSVGTextContentElement.instance.getSubStringLength_Callback_2_(unwrap_jso(this), offset, length);
+ double getSubStringLength(int offset, int length) => _blink.BlinkSVGTextContentElement.instance.getSubStringLength_Callback_2_(unwrap_jso(this), offset, length);
@DomName('SVGTextContentElement.selectSubString')
@DocsEditable()
@@ -8103,18 +6518,6 @@ class TextElement extends TextPositioningElement {
@DomName('SVGTextElement.SVGTextElement')
@DocsEditable()
factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text");
-
-
- static TextElement internalCreateTextElement() {
- return new TextElement._internalWrap();
- }
-
- factory TextElement._internalWrap() {
- return new TextElement.internal_();
- }
-
- TextElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -8136,18 +6539,6 @@ class TextElement extends TextPositioningElement {
class TextPathElement extends TextContentElement implements UriReference {
// To suppress missing implicit constructor warnings.
factory TextPathElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static TextPathElement internalCreateTextPathElement() {
- return new TextPathElement._internalWrap();
- }
-
- factory TextPathElement._internalWrap() {
- return new TextPathElement.internal_();
- }
-
- TextPathElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -8209,18 +6600,6 @@ class TextPathElement extends TextContentElement implements UriReference {
class TextPositioningElement extends TextContentElement {
// To suppress missing implicit constructor warnings.
factory TextPositioningElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static TextPositioningElement internalCreateTextPositioningElement() {
- return new TextPositioningElement._internalWrap();
- }
-
- factory TextPositioningElement._internalWrap() {
- return new TextPositioningElement.internal_();
- }
-
- TextPositioningElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -8266,18 +6645,6 @@ class TitleElement extends SvgElement {
@DomName('SVGTitleElement.SVGTitleElement')
@DocsEditable()
factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("title");
-
-
- static TitleElement internalCreateTitleElement() {
- return new TitleElement._internalWrap();
- }
-
- factory TitleElement._internalWrap() {
- return new TitleElement.internal_();
- }
-
- TitleElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -8300,21 +6667,6 @@ class Transform extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory Transform._() { throw new UnsupportedError("Not supported"); }
- static Transform internalCreateTransform() {
- return new Transform._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory Transform._internalWrap() {
- return new Transform.internal_();
- }
-
- Transform.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGTransform.SVG_TRANSFORM_MATRIX')
@DocsEditable()
static const int SVG_TRANSFORM_MATRIX = 1;
@@ -8345,7 +6697,7 @@ class Transform extends NativeFieldWrapperClass2 {
@DomName('SVGTransform.angle')
@DocsEditable()
- num get angle => _blink.BlinkSVGTransform.instance.angle_Getter_(unwrap_jso(this));
+ double get angle => _blink.BlinkSVGTransform.instance.angle_Getter_(unwrap_jso(this));
@DomName('SVGTransform.matrix')
@DocsEditable()
@@ -8390,25 +6742,10 @@ class Transform extends NativeFieldWrapperClass2 {
@DocsEditable()
@DomName('SVGTransformList')
@Unstable()
-class TransformList extends JsoNativeFieldWrapper with ListMixin<Transform>, ImmutableListMixin<Transform> implements List<Transform> {
+class TransformList extends NativeFieldWrapperClass2 with ListMixin<Transform>, ImmutableListMixin<Transform> implements List<Transform> {
// To suppress missing implicit constructor warnings.
factory TransformList._() { throw new UnsupportedError("Not supported"); }
- static TransformList internalCreateTransformList() {
- return new TransformList._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory TransformList._internalWrap() {
- return new TransformList.internal_();
- }
-
- TransformList.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGTransformList.length')
@DocsEditable()
@Experimental() // untriaged
@@ -8431,7 +6768,7 @@ class TransformList extends JsoNativeFieldWrapper with ListMixin<Transform>, Imm
// Transform is the element type.
- set length(int value) {
+ void set length(int value) {
throw new UnsupportedError("Cannot resize immutable List.");
}
@@ -8469,7 +6806,7 @@ class TransformList extends JsoNativeFieldWrapper with ListMixin<Transform>, Imm
@DomName('SVGTransformList.appendItem')
@DocsEditable()
- Transform appendItem(Transform item) => wrap_jso(_blink.BlinkSVGTransformList.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
+ Transform appendItem(Transform item) => _blink.BlinkSVGTransformList.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item));
@DomName('SVGTransformList.clear')
@DocsEditable()
@@ -8477,31 +6814,31 @@ class TransformList extends JsoNativeFieldWrapper with ListMixin<Transform>, Imm
@DomName('SVGTransformList.consolidate')
@DocsEditable()
- Transform consolidate() => wrap_jso(_blink.BlinkSVGTransformList.instance.consolidate_Callback_0_(unwrap_jso(this)));
+ Transform consolidate() => _blink.BlinkSVGTransformList.instance.consolidate_Callback_0_(unwrap_jso(this));
@DomName('SVGTransformList.createSVGTransformFromMatrix')
@DocsEditable()
- Transform createSvgTransformFromMatrix(Matrix matrix) => wrap_jso(_blink.BlinkSVGTransformList.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(this), unwrap_jso(matrix)));
+ Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGTransformList.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(this), unwrap_jso(matrix));
@DomName('SVGTransformList.getItem')
@DocsEditable()
- Transform getItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.instance.getItem_Callback_1_(unwrap_jso(this), index));
+ Transform getItem(int index) => _blink.BlinkSVGTransformList.instance.getItem_Callback_1_(unwrap_jso(this), index);
@DomName('SVGTransformList.initialize')
@DocsEditable()
- Transform initialize(Transform item) => wrap_jso(_blink.BlinkSVGTransformList.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item)));
+ Transform initialize(Transform item) => _blink.BlinkSVGTransformList.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item));
@DomName('SVGTransformList.insertItemBefore')
@DocsEditable()
- Transform insertItemBefore(Transform item, int index) => wrap_jso(_blink.BlinkSVGTransformList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
+ Transform insertItemBefore(Transform item, int index) => _blink.BlinkSVGTransformList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), index);
@DomName('SVGTransformList.removeItem')
@DocsEditable()
- Transform removeItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.instance.removeItem_Callback_1_(unwrap_jso(this), index));
+ Transform removeItem(int index) => _blink.BlinkSVGTransformList.instance.removeItem_Callback_1_(unwrap_jso(this), index);
@DomName('SVGTransformList.replaceItem')
@DocsEditable()
- Transform replaceItem(Transform item, int index) => wrap_jso(_blink.BlinkSVGTransformList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index));
+ Transform replaceItem(Transform item, int index) => _blink.BlinkSVGTransformList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -8518,21 +6855,6 @@ class UnitTypes extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory UnitTypes._() { throw new UnsupportedError("Not supported"); }
- static UnitTypes internalCreateUnitTypes() {
- return new UnitTypes._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory UnitTypes._internalWrap() {
- return new UnitTypes.internal_();
- }
-
- UnitTypes.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX')
@DocsEditable()
static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
@@ -8560,21 +6882,6 @@ abstract class UriReference extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory UriReference._() { throw new UnsupportedError("Not supported"); }
- static UriReference internalCreateUriReference() {
- return new UriReference._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory UriReference._internalWrap() {
- return new UriReference.internal_();
- }
-
- UriReference.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGURIReference.href')
@DocsEditable()
AnimatedString get href;
@@ -8597,18 +6904,6 @@ class UseElement extends GraphicsElement implements UriReference {
@DomName('SVGUseElement.SVGUseElement')
@DocsEditable()
factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use");
-
-
- static UseElement internalCreateUseElement() {
- return new UseElement._internalWrap();
- }
-
- factory UseElement._internalWrap() {
- return new UseElement.internal_();
- }
-
- UseElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -8654,18 +6949,6 @@ class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan {
@DomName('SVGViewElement.SVGViewElement')
@DocsEditable()
factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view");
-
-
- static ViewElement internalCreateViewElement() {
- return new ViewElement._internalWrap();
- }
-
- factory ViewElement._internalWrap() {
- return new ViewElement.internal_();
- }
-
- ViewElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -8691,7 +6974,7 @@ class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan {
@DomName('SVGViewElement.zoomAndPan')
@DocsEditable()
- set zoomAndPan(int value) => _blink.BlinkSVGViewElement.instance.zoomAndPan_Setter_(unwrap_jso(this), value);
+ void set zoomAndPan(int value) => _blink.BlinkSVGViewElement.instance.zoomAndPan_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -8708,21 +6991,6 @@ class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd
// To suppress missing implicit constructor warnings.
factory ViewSpec._() { throw new UnsupportedError("Not supported"); }
- static ViewSpec internalCreateViewSpec() {
- return new ViewSpec._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory ViewSpec._internalWrap() {
- return new ViewSpec.internal_();
- }
-
- ViewSpec.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGViewSpec.preserveAspectRatioString')
@DocsEditable()
String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.instance.preserveAspectRatioString_Getter_(unwrap_jso(this));
@@ -8765,7 +7033,7 @@ class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd
@DomName('SVGViewSpec.zoomAndPan')
@DocsEditable()
@Experimental() // nonstandard
- set zoomAndPan(int value) => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Setter_(unwrap_jso(this), value);
+ void set zoomAndPan(int value) => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Setter_(unwrap_jso(this), value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -8782,21 +7050,6 @@ abstract class ZoomAndPan extends NativeFieldWrapperClass2 {
// To suppress missing implicit constructor warnings.
factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); }
- static ZoomAndPan internalCreateZoomAndPan() {
- return new ZoomAndPan._internalWrap();
- }
-
- js.JsObject blink_jsObject;
-
- factory ZoomAndPan._internalWrap() {
- return new ZoomAndPan.internal_();
- }
-
- ZoomAndPan.internal_() { }
-
- bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(this, other);
- int get hashCode => unwrap_jso(this).hashCode;
-
@DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE')
@DocsEditable()
static const int SVG_ZOOMANDPAN_DISABLE = 1;
@@ -8815,7 +7068,7 @@ abstract class ZoomAndPan extends NativeFieldWrapperClass2 {
@DomName('SVGZoomAndPan.zoomAndPan')
@DocsEditable()
- set zoomAndPan(int value);
+ void set zoomAndPan(int value);
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
@@ -8832,21 +7085,9 @@ class ZoomEvent extends UIEvent {
// To suppress missing implicit constructor warnings.
factory ZoomEvent._() { throw new UnsupportedError("Not supported"); }
-
- static ZoomEvent internalCreateZoomEvent() {
- return new ZoomEvent._internalWrap();
- }
-
- factory ZoomEvent._internalWrap() {
- return new ZoomEvent.internal_();
- }
-
- ZoomEvent.internal_() : super.internal_();
-
-
@DomName('SVGZoomEvent.newScale')
@DocsEditable()
- num get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(unwrap_jso(this));
+ double get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(unwrap_jso(this));
@DomName('SVGZoomEvent.newTranslate')
@DocsEditable()
@@ -8854,7 +7095,7 @@ class ZoomEvent extends UIEvent {
@DomName('SVGZoomEvent.previousScale')
@DocsEditable()
- num get previousScale => _blink.BlinkSVGZoomEvent.instance.previousScale_Getter_(unwrap_jso(this));
+ double get previousScale => _blink.BlinkSVGZoomEvent.instance.previousScale_Getter_(unwrap_jso(this));
@DomName('SVGZoomEvent.previousTranslate')
@DocsEditable()
@@ -8878,18 +7119,6 @@ class ZoomEvent extends UIEvent {
class _GradientElement extends SvgElement implements UriReference {
// To suppress missing implicit constructor warnings.
factory _GradientElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _GradientElement internalCreate_GradientElement() {
- return new _GradientElement._internalWrap();
- }
-
- factory _GradientElement._internalWrap() {
- return new _GradientElement.internal_();
- }
-
- _GradientElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -8940,21 +7169,9 @@ class _GradientElement extends SvgElement implements UriReference {
@DocsEditable()
@DomName('SVGAltGlyphDefElement')
@Unstable()
-class _SVGAltGlyphDefElement extends SvgElement {
+abstract class _SVGAltGlyphDefElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _SVGAltGlyphDefElement internalCreate_SVGAltGlyphDefElement() {
- return new _SVGAltGlyphDefElement._internalWrap();
- }
-
- factory _SVGAltGlyphDefElement._internalWrap() {
- return new _SVGAltGlyphDefElement.internal_();
- }
-
- _SVGAltGlyphDefElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -8973,21 +7190,9 @@ class _SVGAltGlyphDefElement extends SvgElement {
@DocsEditable()
@DomName('SVGAltGlyphItemElement')
@Unstable()
-class _SVGAltGlyphItemElement extends SvgElement {
+abstract class _SVGAltGlyphItemElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _SVGAltGlyphItemElement internalCreate_SVGAltGlyphItemElement() {
- return new _SVGAltGlyphItemElement._internalWrap();
- }
-
- factory _SVGAltGlyphItemElement._internalWrap() {
- return new _SVGAltGlyphItemElement.internal_();
- }
-
- _SVGAltGlyphItemElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9006,21 +7211,9 @@ class _SVGAltGlyphItemElement extends SvgElement {
@DocsEditable()
@DomName('SVGComponentTransferFunctionElement')
@Unstable()
-class _SVGComponentTransferFunctionElement extends SvgElement {
+abstract class _SVGComponentTransferFunctionElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _SVGComponentTransferFunctionElement internalCreate_SVGComponentTransferFunctionElement() {
- return new _SVGComponentTransferFunctionElement._internalWrap();
- }
-
- factory _SVGComponentTransferFunctionElement._internalWrap() {
- return new _SVGComponentTransferFunctionElement.internal_();
- }
-
- _SVGComponentTransferFunctionElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9033,29 +7226,19 @@ class _SVGComponentTransferFunctionElement extends SvgElement {
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+// WARNING: Do not edit - generated code.
+
@DocsEditable()
@DomName('SVGCursorElement')
@Unstable()
-class _SVGCursorElement extends SvgElement implements UriReference, Tests {
+abstract class _SVGCursorElement extends SvgElement implements UriReference, Tests {
// To suppress missing implicit constructor warnings.
factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); }
@DomName('SVGCursorElement.SVGCursorElement')
@DocsEditable()
factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cursor");
-
-
- static _SVGCursorElement internalCreate_SVGCursorElement() {
- return new _SVGCursorElement._internalWrap();
- }
-
- factory _SVGCursorElement._internalWrap() {
- return new _SVGCursorElement.internal_();
- }
-
- _SVGCursorElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9066,38 +7249,20 @@ class _SVGCursorElement extends SvgElement implements UriReference, Tests {
/// Checks if this type is supported on the current platform.
static bool get supported => true;
- // Override these methods for Dartium _SVGCursorElement can't be abstract.
- StringList get requiredExtensions => wrap_jso(_blink.BlinkSVGCursorElement.instance.requiredExtensions_Getter_(unwrap_jso(this)));
- StringList get requiredFeatures => wrap_jso(_blink.BlinkSVGCursorElement.instance.requiredFeatures_Getter_(unwrap_jso(this)));
- StringList get systemLanguage => wrap_jso(_blink.BlinkSVGCursorElement.instance.systemLanguage_Getter_(unwrap_jso(this)));
- bool hasExtension(String extension);
- AnimatedString get href => wrap_jso(_blink.BlinkSVGCursorElement.instance.href_Getter_(unwrap_jso(this)));
- bool hasExtension(String extension) => _blink.BlinkSVGCursorElement.instance.hasExtension_Callback_1_(unwrap_jso(this), extension);
}
-
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+// WARNING: Do not edit - generated code.
+
@DocsEditable()
@DomName('SVGFEDropShadowElement')
@Experimental() // nonstandard
-class _SVGFEDropShadowElement extends SvgElement implements FilterPrimitiveStandardAttributes {
+abstract class _SVGFEDropShadowElement extends SvgElement implements FilterPrimitiveStandardAttributes {
// To suppress missing implicit constructor warnings.
factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _SVGFEDropShadowElement internalCreate_SVGFEDropShadowElement() {
- return new _SVGFEDropShadowElement._internalWrap();
- }
-
- factory _SVGFEDropShadowElement._internalWrap() {
- return new _SVGFEDropShadowElement.internal_();
- }
-
- _SVGFEDropShadowElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9105,14 +7270,7 @@ class _SVGFEDropShadowElement extends SvgElement implements FilterPrimitiveStand
*/
_SVGFEDropShadowElement.created() : super.created();
- // Override these methods for Dartium _SVGFEDropShadowElement can't be abstract.
- AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.height_Getter_(unwrap_jso(this)));
- AnimatedString get result => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.result_Getter_(unwrap_jso(this)));;
- AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.width_Getter_(unwrap_jso(this)));;
- AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.x_Getter_(unwrap_jso(this)));;
- AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.y_Getter_(unwrap_jso(this)));;
}
-
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@@ -9123,21 +7281,9 @@ class _SVGFEDropShadowElement extends SvgElement implements FilterPrimitiveStand
@DocsEditable()
@DomName('SVGFontElement')
@Unstable()
-class _SVGFontElement extends SvgElement {
+abstract class _SVGFontElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _SVGFontElement internalCreate_SVGFontElement() {
- return new _SVGFontElement._internalWrap();
- }
-
- factory _SVGFontElement._internalWrap() {
- return new _SVGFontElement.internal_();
- }
-
- _SVGFontElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9156,21 +7302,9 @@ class _SVGFontElement extends SvgElement {
@DocsEditable()
@DomName('SVGFontFaceElement')
@Unstable()
-class _SVGFontFaceElement extends SvgElement {
+abstract class _SVGFontFaceElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _SVGFontFaceElement internalCreate_SVGFontFaceElement() {
- return new _SVGFontFaceElement._internalWrap();
- }
-
- factory _SVGFontFaceElement._internalWrap() {
- return new _SVGFontFaceElement.internal_();
- }
-
- _SVGFontFaceElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9189,21 +7323,9 @@ class _SVGFontFaceElement extends SvgElement {
@DocsEditable()
@DomName('SVGFontFaceFormatElement')
@Unstable()
-class _SVGFontFaceFormatElement extends SvgElement {
+abstract class _SVGFontFaceFormatElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _SVGFontFaceFormatElement internalCreate_SVGFontFaceFormatElement() {
- return new _SVGFontFaceFormatElement._internalWrap();
- }
-
- factory _SVGFontFaceFormatElement._internalWrap() {
- return new _SVGFontFaceFormatElement.internal_();
- }
-
- _SVGFontFaceFormatElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9222,21 +7344,9 @@ class _SVGFontFaceFormatElement extends SvgElement {
@DocsEditable()
@DomName('SVGFontFaceNameElement')
@Unstable()
-class _SVGFontFaceNameElement extends SvgElement {
+abstract class _SVGFontFaceNameElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _SVGFontFaceNameElement internalCreate_SVGFontFaceNameElement() {
- return new _SVGFontFaceNameElement._internalWrap();
- }
-
- factory _SVGFontFaceNameElement._internalWrap() {
- return new _SVGFontFaceNameElement.internal_();
- }
-
- _SVGFontFaceNameElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9255,21 +7365,9 @@ class _SVGFontFaceNameElement extends SvgElement {
@DocsEditable()
@DomName('SVGFontFaceSrcElement')
@Unstable()
-class _SVGFontFaceSrcElement extends SvgElement {
+abstract class _SVGFontFaceSrcElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _SVGFontFaceSrcElement internalCreate_SVGFontFaceSrcElement() {
- return new _SVGFontFaceSrcElement._internalWrap();
- }
-
- factory _SVGFontFaceSrcElement._internalWrap() {
- return new _SVGFontFaceSrcElement.internal_();
- }
-
- _SVGFontFaceSrcElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9288,21 +7386,9 @@ class _SVGFontFaceSrcElement extends SvgElement {
@DocsEditable()
@DomName('SVGFontFaceUriElement')
@Unstable()
-class _SVGFontFaceUriElement extends SvgElement {
+abstract class _SVGFontFaceUriElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _SVGFontFaceUriElement internalCreate_SVGFontFaceUriElement() {
- return new _SVGFontFaceUriElement._internalWrap();
- }
-
- factory _SVGFontFaceUriElement._internalWrap() {
- return new _SVGFontFaceUriElement.internal_();
- }
-
- _SVGFontFaceUriElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9321,25 +7407,13 @@ class _SVGFontFaceUriElement extends SvgElement {
@DocsEditable()
@DomName('SVGGlyphElement')
@Unstable()
-class _SVGGlyphElement extends SvgElement {
+abstract class _SVGGlyphElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); }
@DomName('SVGGlyphElement.SVGGlyphElement')
@DocsEditable()
factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("glyph");
-
-
- static _SVGGlyphElement internalCreate_SVGGlyphElement() {
- return new _SVGGlyphElement._internalWrap();
- }
-
- factory _SVGGlyphElement._internalWrap() {
- return new _SVGGlyphElement.internal_();
- }
-
- _SVGGlyphElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9352,25 +7426,15 @@ class _SVGGlyphElement extends SvgElement {
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+// WARNING: Do not edit - generated code.
+
@DocsEditable()
@DomName('SVGGlyphRefElement')
@Unstable()
-class _SVGGlyphRefElement extends SvgElement implements UriReference {
+abstract class _SVGGlyphRefElement extends SvgElement implements UriReference {
// To suppress missing implicit constructor warnings.
factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _SVGGlyphRefElement internalCreate_SVGGlyphRefElement() {
- return new _SVGGlyphRefElement._internalWrap();
- }
-
- factory _SVGGlyphRefElement._internalWrap() {
- return new _SVGGlyphRefElement.internal_();
- }
-
- _SVGGlyphRefElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9378,10 +7442,7 @@ class _SVGGlyphRefElement extends SvgElement implements UriReference {
*/
_SVGGlyphRefElement.created() : super.created();
- // Override these methods for Dartium _SVGGlyphRefElement can't be abstract.
- AnimatedString get href => wrap_jso(_blink.BlinkSVGGlyphRefElement.instance.href_Getter_(unwrap_jso(this)));
}
-
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@@ -9392,25 +7453,13 @@ class _SVGGlyphRefElement extends SvgElement implements UriReference {
@DocsEditable()
@DomName('SVGHKernElement')
@Unstable()
-class _SVGHKernElement extends SvgElement {
+abstract class _SVGHKernElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); }
@DomName('SVGHKernElement.SVGHKernElement')
@DocsEditable()
factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("hkern");
-
-
- static _SVGHKernElement internalCreate_SVGHKernElement() {
- return new _SVGHKernElement._internalWrap();
- }
-
- factory _SVGHKernElement._internalWrap() {
- return new _SVGHKernElement.internal_();
- }
-
- _SVGHKernElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9423,28 +7472,18 @@ class _SVGHKernElement extends SvgElement {
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+// WARNING: Do not edit - generated code.
+
@DocsEditable()
@DomName('SVGMPathElement')
-class _SVGMPathElement extends SvgElement implements UriReference {
+abstract class _SVGMPathElement extends SvgElement implements UriReference {
// To suppress missing implicit constructor warnings.
factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); }
@DomName('SVGMPathElement.SVGMPathElement')
@DocsEditable()
factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpath");
-
-
- static _SVGMPathElement internalCreate_SVGMPathElement() {
- return new _SVGMPathElement._internalWrap();
- }
-
- factory _SVGMPathElement._internalWrap() {
- return new _SVGMPathElement.internal_();
- }
-
- _SVGMPathElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9452,10 +7491,7 @@ class _SVGMPathElement extends SvgElement implements UriReference {
*/
_SVGMPathElement.created() : super.created();
- // Override these methods for Dartium _SVGMPathElement can't be abstract.
- AnimatedString get href => wrap_jso(_blink.BlinkSVGMPathElement.instance.href_Getter_(unwrap_jso(this)));
}
-
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
@@ -9466,21 +7502,9 @@ class _SVGMPathElement extends SvgElement implements UriReference {
@DocsEditable()
@DomName('SVGMissingGlyphElement')
@Unstable()
-class _SVGMissingGlyphElement extends SvgElement {
+abstract class _SVGMissingGlyphElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supported"); }
-
-
- static _SVGMissingGlyphElement internalCreate_SVGMissingGlyphElement() {
- return new _SVGMissingGlyphElement._internalWrap();
- }
-
- factory _SVGMissingGlyphElement._internalWrap() {
- return new _SVGMissingGlyphElement.internal_();
- }
-
- _SVGMissingGlyphElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
@@ -9499,25 +7523,13 @@ class _SVGMissingGlyphElement extends SvgElement {
@DocsEditable()
@DomName('SVGVKernElement')
@Unstable()
-class _SVGVKernElement extends SvgElement {
+abstract class _SVGVKernElement extends SvgElement {
// To suppress missing implicit constructor warnings.
factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); }
@DomName('SVGVKernElement.SVGVKernElement')
@DocsEditable()
factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag("vkern");
-
-
- static _SVGVKernElement internalCreate_SVGVKernElement() {
- return new _SVGVKernElement._internalWrap();
- }
-
- factory _SVGVKernElement._internalWrap() {
- return new _SVGVKernElement.internal_();
- }
-
- _SVGVKernElement.internal_() : super.internal_();
-
/**
* Constructor instantiated by the DOM when a custom element has been created.
*
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | sdk/lib/web_audio/dartium/web_audio_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698