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 4a98eec6aa20aaa9d6a198867ba3dfabc2f5c61d..9724cbc9e55eee80030e6fb0a0940f0411390933 100644 |
--- a/sdk/lib/svg/dartium/svg_dartium.dart |
+++ b/sdk/lib/svg/dartium/svg_dartium.dart |
@@ -19,10 +19,6 @@ import 'dart:js' as js; |
// DO NOT EDIT |
// Auto-generated dart:svg library. |
- |
- |
- |
- |
// FIXME: Can we make this private? |
@Deprecated("Internal Use Only") |
final svgBlinkMap = { |
@@ -30,7 +26,8 @@ final svgBlinkMap = { |
'SVGAngle': () => Angle.instanceRuntimeType, |
'SVGAnimateElement': () => AnimateElement.instanceRuntimeType, |
'SVGAnimateMotionElement': () => AnimateMotionElement.instanceRuntimeType, |
- 'SVGAnimateTransformElement': () => AnimateTransformElement.instanceRuntimeType, |
+ 'SVGAnimateTransformElement': () => |
+ AnimateTransformElement.instanceRuntimeType, |
'SVGAnimatedAngle': () => AnimatedAngle.instanceRuntimeType, |
'SVGAnimatedBoolean': () => AnimatedBoolean.instanceRuntimeType, |
'SVGAnimatedEnumeration': () => AnimatedEnumeration.instanceRuntimeType, |
@@ -39,14 +36,16 @@ final svgBlinkMap = { |
'SVGAnimatedLengthList': () => AnimatedLengthList.instanceRuntimeType, |
'SVGAnimatedNumber': () => AnimatedNumber.instanceRuntimeType, |
'SVGAnimatedNumberList': () => AnimatedNumberList.instanceRuntimeType, |
- 'SVGAnimatedPreserveAspectRatio': () => AnimatedPreserveAspectRatio.instanceRuntimeType, |
+ 'SVGAnimatedPreserveAspectRatio': () => |
+ AnimatedPreserveAspectRatio.instanceRuntimeType, |
'SVGAnimatedRect': () => AnimatedRect.instanceRuntimeType, |
'SVGAnimatedString': () => AnimatedString.instanceRuntimeType, |
'SVGAnimatedTransformList': () => AnimatedTransformList.instanceRuntimeType, |
'SVGAnimationElement': () => AnimationElement.instanceRuntimeType, |
'SVGCircleElement': () => CircleElement.instanceRuntimeType, |
'SVGClipPathElement': () => ClipPathElement.instanceRuntimeType, |
- 'SVGComponentTransferFunctionElement': () => _SVGComponentTransferFunctionElement.instanceRuntimeType, |
+ 'SVGComponentTransferFunctionElement': () => |
+ _SVGComponentTransferFunctionElement.instanceRuntimeType, |
'SVGCursorElement': () => _SVGCursorElement.instanceRuntimeType, |
'SVGDefsElement': () => DefsElement.instanceRuntimeType, |
'SVGDescElement': () => DescElement.instanceRuntimeType, |
@@ -55,11 +54,15 @@ final svgBlinkMap = { |
'SVGEllipseElement': () => EllipseElement.instanceRuntimeType, |
'SVGFEBlendElement': () => FEBlendElement.instanceRuntimeType, |
'SVGFEColorMatrixElement': () => FEColorMatrixElement.instanceRuntimeType, |
- 'SVGFEComponentTransferElement': () => FEComponentTransferElement.instanceRuntimeType, |
+ 'SVGFEComponentTransferElement': () => |
+ FEComponentTransferElement.instanceRuntimeType, |
'SVGFECompositeElement': () => FECompositeElement.instanceRuntimeType, |
- 'SVGFEConvolveMatrixElement': () => FEConvolveMatrixElement.instanceRuntimeType, |
- 'SVGFEDiffuseLightingElement': () => FEDiffuseLightingElement.instanceRuntimeType, |
- 'SVGFEDisplacementMapElement': () => FEDisplacementMapElement.instanceRuntimeType, |
+ 'SVGFEConvolveMatrixElement': () => |
+ FEConvolveMatrixElement.instanceRuntimeType, |
+ 'SVGFEDiffuseLightingElement': () => |
+ FEDiffuseLightingElement.instanceRuntimeType, |
+ 'SVGFEDisplacementMapElement': () => |
+ FEDisplacementMapElement.instanceRuntimeType, |
'SVGFEDistantLightElement': () => FEDistantLightElement.instanceRuntimeType, |
'SVGFEDropShadowElement': () => _SVGFEDropShadowElement.instanceRuntimeType, |
'SVGFEFloodElement': () => FEFloodElement.instanceRuntimeType, |
@@ -74,12 +77,14 @@ final svgBlinkMap = { |
'SVGFEMorphologyElement': () => FEMorphologyElement.instanceRuntimeType, |
'SVGFEOffsetElement': () => FEOffsetElement.instanceRuntimeType, |
'SVGFEPointLightElement': () => FEPointLightElement.instanceRuntimeType, |
- 'SVGFESpecularLightingElement': () => FESpecularLightingElement.instanceRuntimeType, |
+ 'SVGFESpecularLightingElement': () => |
+ FESpecularLightingElement.instanceRuntimeType, |
'SVGFESpotLightElement': () => FESpotLightElement.instanceRuntimeType, |
'SVGFETileElement': () => FETileElement.instanceRuntimeType, |
'SVGFETurbulenceElement': () => FETurbulenceElement.instanceRuntimeType, |
'SVGFilterElement': () => FilterElement.instanceRuntimeType, |
- 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttributes.instanceRuntimeType, |
+ 'SVGFilterPrimitiveStandardAttributes': () => |
+ FilterPrimitiveStandardAttributes.instanceRuntimeType, |
'SVGFitToViewBox': () => FitToViewBox.instanceRuntimeType, |
'SVGForeignObjectElement': () => ForeignObjectElement.instanceRuntimeType, |
'SVGGElement': () => GElement.instanceRuntimeType, |
@@ -105,18 +110,28 @@ final svgBlinkMap = { |
'SVGPathSegClosePath': () => PathSegClosePath.instanceRuntimeType, |
'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.instanceRuntimeType, |
'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.instanceRuntimeType, |
- 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.instanceRuntimeType, |
- 'SVGPathSegCurvetoCubicSmoothRel': () => PathSegCurvetoCubicSmoothRel.instanceRuntimeType, |
- 'SVGPathSegCurvetoQuadraticAbs': () => PathSegCurvetoQuadraticAbs.instanceRuntimeType, |
- 'SVGPathSegCurvetoQuadraticRel': () => PathSegCurvetoQuadraticRel.instanceRuntimeType, |
- 'SVGPathSegCurvetoQuadraticSmoothAbs': () => PathSegCurvetoQuadraticSmoothAbs.instanceRuntimeType, |
- 'SVGPathSegCurvetoQuadraticSmoothRel': () => PathSegCurvetoQuadraticSmoothRel.instanceRuntimeType, |
+ 'SVGPathSegCurvetoCubicSmoothAbs': () => |
+ PathSegCurvetoCubicSmoothAbs.instanceRuntimeType, |
+ 'SVGPathSegCurvetoCubicSmoothRel': () => |
+ PathSegCurvetoCubicSmoothRel.instanceRuntimeType, |
+ 'SVGPathSegCurvetoQuadraticAbs': () => |
+ PathSegCurvetoQuadraticAbs.instanceRuntimeType, |
+ 'SVGPathSegCurvetoQuadraticRel': () => |
+ PathSegCurvetoQuadraticRel.instanceRuntimeType, |
+ 'SVGPathSegCurvetoQuadraticSmoothAbs': () => |
+ PathSegCurvetoQuadraticSmoothAbs.instanceRuntimeType, |
+ 'SVGPathSegCurvetoQuadraticSmoothRel': () => |
+ PathSegCurvetoQuadraticSmoothRel.instanceRuntimeType, |
'SVGPathSegLinetoAbs': () => PathSegLinetoAbs.instanceRuntimeType, |
- 'SVGPathSegLinetoHorizontalAbs': () => PathSegLinetoHorizontalAbs.instanceRuntimeType, |
- 'SVGPathSegLinetoHorizontalRel': () => PathSegLinetoHorizontalRel.instanceRuntimeType, |
+ 'SVGPathSegLinetoHorizontalAbs': () => |
+ PathSegLinetoHorizontalAbs.instanceRuntimeType, |
+ 'SVGPathSegLinetoHorizontalRel': () => |
+ PathSegLinetoHorizontalRel.instanceRuntimeType, |
'SVGPathSegLinetoRel': () => PathSegLinetoRel.instanceRuntimeType, |
- 'SVGPathSegLinetoVerticalAbs': () => PathSegLinetoVerticalAbs.instanceRuntimeType, |
- 'SVGPathSegLinetoVerticalRel': () => PathSegLinetoVerticalRel.instanceRuntimeType, |
+ 'SVGPathSegLinetoVerticalAbs': () => |
+ PathSegLinetoVerticalAbs.instanceRuntimeType, |
+ 'SVGPathSegLinetoVerticalRel': () => |
+ PathSegLinetoVerticalRel.instanceRuntimeType, |
'SVGPathSegList': () => PathSegList.instanceRuntimeType, |
'SVGPathSegMovetoAbs': () => PathSegMovetoAbs.instanceRuntimeType, |
'SVGPathSegMovetoRel': () => PathSegMovetoRel.instanceRuntimeType, |
@@ -153,17 +168,15 @@ final svgBlinkMap = { |
'SVGViewSpec': () => ViewSpec.instanceRuntimeType, |
'SVGZoomAndPan': () => ZoomAndPan.instanceRuntimeType, |
'SVGZoomEvent': () => ZoomEvent.instanceRuntimeType, |
- |
}; |
// 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. |
- |
class _SvgElementFactoryProvider { |
static SvgElement createSvgElement_tag(String tag) { |
final Element temp = |
- document.createElementNS("http://www.w3.org/2000/svg", tag); |
+ document.createElementNS("http://www.w3.org/2000/svg", tag); |
return temp; |
} |
} |
@@ -173,19 +186,19 @@ class _SvgElementFactoryProvider { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAElement') |
@Unstable() |
class AElement extends GraphicsElement implements UriReference { |
// To suppress missing implicit constructor warnings. |
- factory AElement._() { throw new UnsupportedError("Not supported"); } |
+ factory AElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGAElement.SVGAElement') |
@DocsEditable() |
factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
- |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -201,12 +214,13 @@ class AElement extends GraphicsElement implements UriReference { |
@DomName('SVGAElement.target') |
@DocsEditable() |
- AnimatedString get target => _blink.BlinkSVGAElement.instance.target_Getter_(this); |
- |
+ AnimatedString get target => |
+ _blink.BlinkSVGAElement.instance.target_Getter_(this); |
+ |
@DomName('SVGAElement.href') |
@DocsEditable() |
- AnimatedString get href => _blink.BlinkSVGAElement.instance.href_Getter_(this); |
- |
+ AnimatedString get href => |
+ _blink.BlinkSVGAElement.instance.href_Getter_(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 |
@@ -214,20 +228,20 @@ class AElement extends GraphicsElement implements UriReference { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAngle') |
@Unstable() |
class Angle extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory Angle._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory Angle._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- Angle.internal_() { } |
+ Angle.internal_() {} |
@DomName('SVGAngle.SVG_ANGLETYPE_DEG') |
@DocsEditable() |
@@ -252,39 +266,46 @@ class Angle extends DartHtmlDomObject { |
@DomName('SVGAngle.unitType') |
@DocsEditable() |
int get unitType => _blink.BlinkSVGAngle.instance.unitType_Getter_(this); |
- |
+ |
@DomName('SVGAngle.value') |
@DocsEditable() |
num get value => _blink.BlinkSVGAngle.instance.value_Getter_(this); |
- |
+ |
@DomName('SVGAngle.value') |
@DocsEditable() |
- set value(num value) => _blink.BlinkSVGAngle.instance.value_Setter_(this, value); |
- |
+ set value(num value) => |
+ _blink.BlinkSVGAngle.instance.value_Setter_(this, value); |
+ |
@DomName('SVGAngle.valueAsString') |
@DocsEditable() |
- String get valueAsString => _blink.BlinkSVGAngle.instance.valueAsString_Getter_(this); |
- |
+ String get valueAsString => |
+ _blink.BlinkSVGAngle.instance.valueAsString_Getter_(this); |
+ |
@DomName('SVGAngle.valueAsString') |
@DocsEditable() |
- set valueAsString(String value) => _blink.BlinkSVGAngle.instance.valueAsString_Setter_(this, value); |
- |
+ set valueAsString(String value) => |
+ _blink.BlinkSVGAngle.instance.valueAsString_Setter_(this, value); |
+ |
@DomName('SVGAngle.valueInSpecifiedUnits') |
@DocsEditable() |
- num get valueInSpecifiedUnits => _blink.BlinkSVGAngle.instance.valueInSpecifiedUnits_Getter_(this); |
- |
+ num get valueInSpecifiedUnits => |
+ _blink.BlinkSVGAngle.instance.valueInSpecifiedUnits_Getter_(this); |
+ |
@DomName('SVGAngle.valueInSpecifiedUnits') |
@DocsEditable() |
- set valueInSpecifiedUnits(num value) => _blink.BlinkSVGAngle.instance.valueInSpecifiedUnits_Setter_(this, value); |
- |
+ set valueInSpecifiedUnits(num value) => |
+ _blink.BlinkSVGAngle.instance.valueInSpecifiedUnits_Setter_(this, value); |
+ |
@DomName('SVGAngle.convertToSpecifiedUnits') |
@DocsEditable() |
- void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGAngle.instance.convertToSpecifiedUnits_Callback_1_(this, unitType); |
- |
+ void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGAngle.instance |
+ .convertToSpecifiedUnits_Callback_1_(this, unitType); |
+ |
@DomName('SVGAngle.newValueSpecifiedUnits') |
@DocsEditable() |
- void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink.BlinkSVGAngle.instance.newValueSpecifiedUnits_Callback_2_(this, unitType, valueInSpecifiedUnits); |
- |
+ void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => |
+ _blink.BlinkSVGAngle.instance.newValueSpecifiedUnits_Callback_2_( |
+ this, unitType, valueInSpecifiedUnits); |
} |
// 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 |
@@ -292,7 +313,6 @@ class Angle extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimateElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -301,12 +321,14 @@ class Angle extends DartHtmlDomObject { |
@Unstable() |
class AnimateElement extends AnimationElement { |
// To suppress missing implicit constructor warnings. |
- factory AnimateElement._() { throw new UnsupportedError("Not supported"); } |
+ factory AnimateElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGAnimateElement.SVGAnimateElement') |
@DocsEditable() |
- factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("animate"); |
- |
+ factory AnimateElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("animate"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -323,7 +345,6 @@ class AnimateElement extends AnimationElement { |
/// Checks if this type is supported on the current platform. |
static bool get supported => true; |
- |
} |
// 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 |
@@ -331,7 +352,6 @@ class AnimateElement extends AnimationElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimateMotionElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -340,12 +360,14 @@ class AnimateElement extends AnimationElement { |
@Unstable() |
class AnimateMotionElement extends AnimationElement { |
// To suppress missing implicit constructor warnings. |
- factory AnimateMotionElement._() { throw new UnsupportedError("Not supported"); } |
+ factory AnimateMotionElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') |
@DocsEditable() |
- factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_tag("animateMotion"); |
- |
+ factory AnimateMotionElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("animateMotion"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -362,7 +384,6 @@ class AnimateMotionElement extends AnimationElement { |
/// Checks if this type is supported on the current platform. |
static bool get supported => true; |
- |
} |
// 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 |
@@ -370,7 +391,6 @@ class AnimateMotionElement extends AnimationElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimateTransformElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -379,12 +399,14 @@ class AnimateMotionElement extends AnimationElement { |
@Unstable() |
class AnimateTransformElement extends AnimationElement { |
// To suppress missing implicit constructor warnings. |
- factory AnimateTransformElement._() { throw new UnsupportedError("Not supported"); } |
+ factory AnimateTransformElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') |
@DocsEditable() |
- factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgElement_tag("animateTransform"); |
- |
+ factory AnimateTransformElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("animateTransform"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -401,7 +423,6 @@ class AnimateTransformElement extends AnimationElement { |
/// Checks if this type is supported on the current platform. |
static bool get supported => true; |
- |
} |
// 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 |
@@ -409,29 +430,30 @@ class AnimateTransformElement extends AnimationElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimatedAngle') |
@Unstable() |
class AnimatedAngle extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory AnimatedAngle._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- AnimatedAngle.internal_() { } |
+ AnimatedAngle.internal_() {} |
@DomName('SVGAnimatedAngle.animVal') |
@DocsEditable() |
- Angle get animVal => _blink.BlinkSVGAnimatedAngle.instance.animVal_Getter_(this); |
- |
+ Angle get animVal => |
+ _blink.BlinkSVGAnimatedAngle.instance.animVal_Getter_(this); |
+ |
@DomName('SVGAnimatedAngle.baseVal') |
@DocsEditable() |
- Angle get baseVal => _blink.BlinkSVGAnimatedAngle.instance.baseVal_Getter_(this); |
- |
+ Angle get baseVal => |
+ _blink.BlinkSVGAnimatedAngle.instance.baseVal_Getter_(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 |
@@ -439,33 +461,35 @@ class AnimatedAngle extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimatedBoolean') |
@Unstable() |
class AnimatedBoolean extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory AnimatedBoolean._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- AnimatedBoolean.internal_() { } |
+ AnimatedBoolean.internal_() {} |
@DomName('SVGAnimatedBoolean.animVal') |
@DocsEditable() |
- bool get animVal => _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(this); |
- |
+ bool get animVal => |
+ _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(this); |
+ |
@DomName('SVGAnimatedBoolean.baseVal') |
@DocsEditable() |
- bool get baseVal => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(this); |
- |
+ bool get baseVal => |
+ _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(this); |
+ |
@DomName('SVGAnimatedBoolean.baseVal') |
@DocsEditable() |
- set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Setter_(this, value); |
- |
+ set baseVal(bool value) => |
+ _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Setter_(this, value); |
} |
// 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 |
@@ -473,33 +497,35 @@ class AnimatedBoolean extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimatedEnumeration') |
@Unstable() |
class AnimatedEnumeration extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory AnimatedEnumeration._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- AnimatedEnumeration.internal_() { } |
+ AnimatedEnumeration.internal_() {} |
@DomName('SVGAnimatedEnumeration.animVal') |
@DocsEditable() |
- int get animVal => _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_(this); |
- |
+ int get animVal => |
+ _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_(this); |
+ |
@DomName('SVGAnimatedEnumeration.baseVal') |
@DocsEditable() |
- int get baseVal => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_(this); |
- |
+ int get baseVal => |
+ _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_(this); |
+ |
@DomName('SVGAnimatedEnumeration.baseVal') |
@DocsEditable() |
- set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Setter_(this, value); |
- |
+ set baseVal(int value) => |
+ _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Setter_(this, value); |
} |
// 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 |
@@ -507,33 +533,35 @@ class AnimatedEnumeration extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimatedInteger') |
@Unstable() |
class AnimatedInteger extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory AnimatedInteger._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- AnimatedInteger.internal_() { } |
+ AnimatedInteger.internal_() {} |
@DomName('SVGAnimatedInteger.animVal') |
@DocsEditable() |
- int get animVal => _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(this); |
- |
+ int get animVal => |
+ _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(this); |
+ |
@DomName('SVGAnimatedInteger.baseVal') |
@DocsEditable() |
- int get baseVal => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(this); |
- |
+ int get baseVal => |
+ _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(this); |
+ |
@DomName('SVGAnimatedInteger.baseVal') |
@DocsEditable() |
- set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Setter_(this, value); |
- |
+ set baseVal(int value) => |
+ _blink.BlinkSVGAnimatedInteger.instance.baseVal_Setter_(this, value); |
} |
// 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 |
@@ -541,29 +569,30 @@ class AnimatedInteger extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimatedLength') |
@Unstable() |
class AnimatedLength extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory AnimatedLength._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- AnimatedLength.internal_() { } |
+ AnimatedLength.internal_() {} |
@DomName('SVGAnimatedLength.animVal') |
@DocsEditable() |
- Length get animVal => _blink.BlinkSVGAnimatedLength.instance.animVal_Getter_(this); |
- |
+ Length get animVal => |
+ _blink.BlinkSVGAnimatedLength.instance.animVal_Getter_(this); |
+ |
@DomName('SVGAnimatedLength.baseVal') |
@DocsEditable() |
- Length get baseVal => _blink.BlinkSVGAnimatedLength.instance.baseVal_Getter_(this); |
- |
+ Length get baseVal => |
+ _blink.BlinkSVGAnimatedLength.instance.baseVal_Getter_(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 |
@@ -571,29 +600,30 @@ class AnimatedLength extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimatedLengthList') |
@Unstable() |
class AnimatedLengthList extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory AnimatedLengthList._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory AnimatedLengthList._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- AnimatedLengthList.internal_() { } |
+ AnimatedLengthList.internal_() {} |
@DomName('SVGAnimatedLengthList.animVal') |
@DocsEditable() |
- LengthList get animVal => _blink.BlinkSVGAnimatedLengthList.instance.animVal_Getter_(this); |
- |
+ LengthList get animVal => |
+ _blink.BlinkSVGAnimatedLengthList.instance.animVal_Getter_(this); |
+ |
@DomName('SVGAnimatedLengthList.baseVal') |
@DocsEditable() |
- LengthList get baseVal => _blink.BlinkSVGAnimatedLengthList.instance.baseVal_Getter_(this); |
- |
+ LengthList get baseVal => |
+ _blink.BlinkSVGAnimatedLengthList.instance.baseVal_Getter_(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 |
@@ -601,33 +631,35 @@ class AnimatedLengthList extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimatedNumber') |
@Unstable() |
class AnimatedNumber extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory AnimatedNumber._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- AnimatedNumber.internal_() { } |
+ AnimatedNumber.internal_() {} |
@DomName('SVGAnimatedNumber.animVal') |
@DocsEditable() |
- num get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(this); |
- |
+ num get animVal => |
+ _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(this); |
+ |
@DomName('SVGAnimatedNumber.baseVal') |
@DocsEditable() |
- num get baseVal => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(this); |
- |
+ num get baseVal => |
+ _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(this); |
+ |
@DomName('SVGAnimatedNumber.baseVal') |
@DocsEditable() |
- set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Setter_(this, value); |
- |
+ set baseVal(num value) => |
+ _blink.BlinkSVGAnimatedNumber.instance.baseVal_Setter_(this, value); |
} |
// 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 |
@@ -635,29 +667,30 @@ class AnimatedNumber extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimatedNumberList') |
@Unstable() |
class AnimatedNumberList extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory AnimatedNumberList._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory AnimatedNumberList._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- AnimatedNumberList.internal_() { } |
+ AnimatedNumberList.internal_() {} |
@DomName('SVGAnimatedNumberList.animVal') |
@DocsEditable() |
- NumberList get animVal => _blink.BlinkSVGAnimatedNumberList.instance.animVal_Getter_(this); |
- |
+ NumberList get animVal => |
+ _blink.BlinkSVGAnimatedNumberList.instance.animVal_Getter_(this); |
+ |
@DomName('SVGAnimatedNumberList.baseVal') |
@DocsEditable() |
- NumberList get baseVal => _blink.BlinkSVGAnimatedNumberList.instance.baseVal_Getter_(this); |
- |
+ NumberList get baseVal => |
+ _blink.BlinkSVGAnimatedNumberList.instance.baseVal_Getter_(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 |
@@ -665,29 +698,30 @@ class AnimatedNumberList extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimatedPreserveAspectRatio') |
@Unstable() |
class AnimatedPreserveAspectRatio extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory AnimatedPreserveAspectRatio._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- AnimatedPreserveAspectRatio.internal_() { } |
+ AnimatedPreserveAspectRatio.internal_() {} |
@DomName('SVGAnimatedPreserveAspectRatio.animVal') |
@DocsEditable() |
- PreserveAspectRatio get animVal => _blink.BlinkSVGAnimatedPreserveAspectRatio.instance.animVal_Getter_(this); |
- |
+ PreserveAspectRatio get animVal => |
+ _blink.BlinkSVGAnimatedPreserveAspectRatio.instance.animVal_Getter_(this); |
+ |
@DomName('SVGAnimatedPreserveAspectRatio.baseVal') |
@DocsEditable() |
- PreserveAspectRatio get baseVal => _blink.BlinkSVGAnimatedPreserveAspectRatio.instance.baseVal_Getter_(this); |
- |
+ PreserveAspectRatio get baseVal => |
+ _blink.BlinkSVGAnimatedPreserveAspectRatio.instance.baseVal_Getter_(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 |
@@ -695,29 +729,30 @@ class AnimatedPreserveAspectRatio extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimatedRect') |
@Unstable() |
class AnimatedRect extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory AnimatedRect._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- AnimatedRect.internal_() { } |
+ AnimatedRect.internal_() {} |
@DomName('SVGAnimatedRect.animVal') |
@DocsEditable() |
- Rect get animVal => _blink.BlinkSVGAnimatedRect.instance.animVal_Getter_(this); |
- |
+ Rect get animVal => |
+ _blink.BlinkSVGAnimatedRect.instance.animVal_Getter_(this); |
+ |
@DomName('SVGAnimatedRect.baseVal') |
@DocsEditable() |
- Rect get baseVal => _blink.BlinkSVGAnimatedRect.instance.baseVal_Getter_(this); |
- |
+ Rect get baseVal => |
+ _blink.BlinkSVGAnimatedRect.instance.baseVal_Getter_(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 |
@@ -725,33 +760,35 @@ class AnimatedRect extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimatedString') |
@Unstable() |
class AnimatedString extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory AnimatedString._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory AnimatedString._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- AnimatedString.internal_() { } |
+ AnimatedString.internal_() {} |
@DomName('SVGAnimatedString.animVal') |
@DocsEditable() |
- String get animVal => _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(this); |
- |
+ String get animVal => |
+ _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(this); |
+ |
@DomName('SVGAnimatedString.baseVal') |
@DocsEditable() |
- String get baseVal => _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(this); |
- |
+ String get baseVal => |
+ _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(this); |
+ |
@DomName('SVGAnimatedString.baseVal') |
@DocsEditable() |
- set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseVal_Setter_(this, value); |
- |
+ set baseVal(String value) => |
+ _blink.BlinkSVGAnimatedString.instance.baseVal_Setter_(this, value); |
} |
// 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 |
@@ -759,29 +796,30 @@ class AnimatedString extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimatedTransformList') |
@Unstable() |
class AnimatedTransformList extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory AnimatedTransformList._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- AnimatedTransformList.internal_() { } |
+ AnimatedTransformList.internal_() {} |
@DomName('SVGAnimatedTransformList.animVal') |
@DocsEditable() |
- TransformList get animVal => _blink.BlinkSVGAnimatedTransformList.instance.animVal_Getter_(this); |
- |
+ TransformList get animVal => |
+ _blink.BlinkSVGAnimatedTransformList.instance.animVal_Getter_(this); |
+ |
@DomName('SVGAnimatedTransformList.baseVal') |
@DocsEditable() |
- TransformList get baseVal => _blink.BlinkSVGAnimatedTransformList.instance.baseVal_Getter_(this); |
- |
+ TransformList get baseVal => |
+ _blink.BlinkSVGAnimatedTransformList.instance.baseVal_Getter_(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 |
@@ -789,18 +827,19 @@ class AnimatedTransformList extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGAnimationElement') |
@Unstable() |
class AnimationElement extends SvgElement implements Tests { |
// To suppress missing implicit constructor warnings. |
- factory AnimationElement._() { throw new UnsupportedError("Not supported"); } |
+ factory AnimationElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGAnimationElement.SVGAnimationElement') |
@DocsEditable() |
- factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag("animation"); |
- |
+ factory AnimationElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("animation"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -817,52 +856,64 @@ class AnimationElement extends SvgElement implements Tests { |
@DomName('SVGAnimationElement.targetElement') |
@DocsEditable() |
- SvgElement get targetElement => _blink.BlinkSVGAnimationElement.instance.targetElement_Getter_(this); |
- |
+ SvgElement get targetElement => |
+ _blink.BlinkSVGAnimationElement.instance.targetElement_Getter_(this); |
+ |
@DomName('SVGAnimationElement.beginElement') |
@DocsEditable() |
- void beginElement() => _blink.BlinkSVGAnimationElement.instance.beginElement_Callback_0_(this); |
- |
+ void beginElement() => |
+ _blink.BlinkSVGAnimationElement.instance.beginElement_Callback_0_(this); |
+ |
@DomName('SVGAnimationElement.beginElementAt') |
@DocsEditable() |
- void beginElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.beginElementAt_Callback_1_(this, offset); |
- |
+ void beginElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance |
+ .beginElementAt_Callback_1_(this, offset); |
+ |
@DomName('SVGAnimationElement.endElement') |
@DocsEditable() |
- void endElement() => _blink.BlinkSVGAnimationElement.instance.endElement_Callback_0_(this); |
- |
+ void endElement() => |
+ _blink.BlinkSVGAnimationElement.instance.endElement_Callback_0_(this); |
+ |
@DomName('SVGAnimationElement.endElementAt') |
@DocsEditable() |
- void endElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.endElementAt_Callback_1_(this, offset); |
- |
+ void endElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance |
+ .endElementAt_Callback_1_(this, offset); |
+ |
@DomName('SVGAnimationElement.getCurrentTime') |
@DocsEditable() |
- num getCurrentTime() => _blink.BlinkSVGAnimationElement.instance.getCurrentTime_Callback_0_(this); |
- |
+ num getCurrentTime() => |
+ _blink.BlinkSVGAnimationElement.instance.getCurrentTime_Callback_0_(this); |
+ |
@DomName('SVGAnimationElement.getSimpleDuration') |
@DocsEditable() |
- num getSimpleDuration() => _blink.BlinkSVGAnimationElement.instance.getSimpleDuration_Callback_0_(this); |
- |
+ num getSimpleDuration() => _blink.BlinkSVGAnimationElement.instance |
+ .getSimpleDuration_Callback_0_(this); |
+ |
@DomName('SVGAnimationElement.getStartTime') |
@DocsEditable() |
- num getStartTime() => _blink.BlinkSVGAnimationElement.instance.getStartTime_Callback_0_(this); |
- |
+ num getStartTime() => |
+ _blink.BlinkSVGAnimationElement.instance.getStartTime_Callback_0_(this); |
+ |
@DomName('SVGAnimationElement.requiredExtensions') |
@DocsEditable() |
- StringList get requiredExtensions => _blink.BlinkSVGAnimationElement.instance.requiredExtensions_Getter_(this); |
- |
+ StringList get requiredExtensions => |
+ _blink.BlinkSVGAnimationElement.instance.requiredExtensions_Getter_(this); |
+ |
@DomName('SVGAnimationElement.requiredFeatures') |
@DocsEditable() |
- StringList get requiredFeatures => _blink.BlinkSVGAnimationElement.instance.requiredFeatures_Getter_(this); |
- |
+ StringList get requiredFeatures => |
+ _blink.BlinkSVGAnimationElement.instance.requiredFeatures_Getter_(this); |
+ |
@DomName('SVGAnimationElement.systemLanguage') |
@DocsEditable() |
- StringList get systemLanguage => _blink.BlinkSVGAnimationElement.instance.systemLanguage_Getter_(this); |
- |
+ StringList get systemLanguage => |
+ _blink.BlinkSVGAnimationElement.instance.systemLanguage_Getter_(this); |
+ |
@DomName('SVGAnimationElement.hasExtension') |
@DocsEditable() |
- bool hasExtension(String extension) => _blink.BlinkSVGAnimationElement.instance.hasExtension_Callback_1_(this, extension); |
- |
+ bool hasExtension(String extension) => |
+ _blink.BlinkSVGAnimationElement.instance |
+ .hasExtension_Callback_1_(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 |
@@ -870,18 +921,19 @@ class AnimationElement extends SvgElement implements Tests { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGCircleElement') |
@Unstable() |
class CircleElement extends GeometryElement { |
// To suppress missing implicit constructor warnings. |
- factory CircleElement._() { throw new UnsupportedError("Not supported"); } |
+ factory CircleElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGCircleElement.SVGCircleElement') |
@DocsEditable() |
- factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("circle"); |
- |
+ factory CircleElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("circle"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -898,16 +950,17 @@ class CircleElement extends GeometryElement { |
@DomName('SVGCircleElement.cx') |
@DocsEditable() |
- AnimatedLength get cx => _blink.BlinkSVGCircleElement.instance.cx_Getter_(this); |
- |
+ AnimatedLength get cx => |
+ _blink.BlinkSVGCircleElement.instance.cx_Getter_(this); |
+ |
@DomName('SVGCircleElement.cy') |
@DocsEditable() |
- AnimatedLength get cy => _blink.BlinkSVGCircleElement.instance.cy_Getter_(this); |
- |
+ AnimatedLength get cy => |
+ _blink.BlinkSVGCircleElement.instance.cy_Getter_(this); |
+ |
@DomName('SVGCircleElement.r') |
@DocsEditable() |
AnimatedLength get r => _blink.BlinkSVGCircleElement.instance.r_Getter_(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 |
@@ -915,18 +968,19 @@ class CircleElement extends GeometryElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGClipPathElement') |
@Unstable() |
class ClipPathElement extends GraphicsElement { |
// To suppress missing implicit constructor warnings. |
- factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } |
+ factory ClipPathElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGClipPathElement.SVGClipPathElement') |
@DocsEditable() |
- factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("clipPath"); |
- |
+ factory ClipPathElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("clipPath"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -943,8 +997,8 @@ class ClipPathElement extends GraphicsElement { |
@DomName('SVGClipPathElement.clipPathUnits') |
@DocsEditable() |
- AnimatedEnumeration get clipPathUnits => _blink.BlinkSVGClipPathElement.instance.clipPathUnits_Getter_(this); |
- |
+ AnimatedEnumeration get clipPathUnits => |
+ _blink.BlinkSVGClipPathElement.instance.clipPathUnits_Getter_(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 |
@@ -952,18 +1006,19 @@ class ClipPathElement extends GraphicsElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGDefsElement') |
@Unstable() |
class DefsElement extends GraphicsElement { |
// To suppress missing implicit constructor warnings. |
- factory DefsElement._() { throw new UnsupportedError("Not supported"); } |
+ factory DefsElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGDefsElement.SVGDefsElement') |
@DocsEditable() |
- factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs"); |
- |
+ factory DefsElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("defs"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -977,7 +1032,6 @@ class DefsElement extends GraphicsElement { |
* This can only be called by subclasses from their created constructor. |
*/ |
DefsElement.created() : super.created(); |
- |
} |
// 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 |
@@ -985,18 +1039,19 @@ class DefsElement extends GraphicsElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGDescElement') |
@Unstable() |
class DescElement extends SvgElement { |
// To suppress missing implicit constructor warnings. |
- factory DescElement._() { throw new UnsupportedError("Not supported"); } |
+ factory DescElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGDescElement.SVGDescElement') |
@DocsEditable() |
- factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc"); |
- |
+ factory DescElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("desc"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1010,7 +1065,6 @@ class DescElement extends SvgElement { |
* This can only be called by subclasses from their created constructor. |
*/ |
DescElement.created() : super.created(); |
- |
} |
// 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 |
@@ -1018,14 +1072,14 @@ class DescElement extends SvgElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGDiscardElement') |
@Experimental() // untriaged |
class DiscardElement extends SvgElement { |
// To suppress missing implicit constructor warnings. |
- factory DiscardElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory DiscardElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1039,7 +1093,6 @@ class DiscardElement extends SvgElement { |
* This can only be called by subclasses from their created constructor. |
*/ |
DiscardElement.created() : super.created(); |
- |
} |
// 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 |
@@ -1047,18 +1100,19 @@ class DiscardElement extends SvgElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGEllipseElement') |
@Unstable() |
class EllipseElement extends GeometryElement { |
// To suppress missing implicit constructor warnings. |
- factory EllipseElement._() { throw new UnsupportedError("Not supported"); } |
+ factory EllipseElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGEllipseElement.SVGEllipseElement') |
@DocsEditable() |
- factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("ellipse"); |
- |
+ factory EllipseElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("ellipse"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1075,20 +1129,23 @@ class EllipseElement extends GeometryElement { |
@DomName('SVGEllipseElement.cx') |
@DocsEditable() |
- AnimatedLength get cx => _blink.BlinkSVGEllipseElement.instance.cx_Getter_(this); |
- |
+ AnimatedLength get cx => |
+ _blink.BlinkSVGEllipseElement.instance.cx_Getter_(this); |
+ |
@DomName('SVGEllipseElement.cy') |
@DocsEditable() |
- AnimatedLength get cy => _blink.BlinkSVGEllipseElement.instance.cy_Getter_(this); |
- |
+ AnimatedLength get cy => |
+ _blink.BlinkSVGEllipseElement.instance.cy_Getter_(this); |
+ |
@DomName('SVGEllipseElement.rx') |
@DocsEditable() |
- AnimatedLength get rx => _blink.BlinkSVGEllipseElement.instance.rx_Getter_(this); |
- |
+ AnimatedLength get rx => |
+ _blink.BlinkSVGEllipseElement.instance.rx_Getter_(this); |
+ |
@DomName('SVGEllipseElement.ry') |
@DocsEditable() |
- AnimatedLength get ry => _blink.BlinkSVGEllipseElement.instance.ry_Getter_(this); |
- |
+ AnimatedLength get ry => |
+ _blink.BlinkSVGEllipseElement.instance.ry_Getter_(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 |
@@ -1096,7 +1153,6 @@ class EllipseElement extends GeometryElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEBlendElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -1104,14 +1160,17 @@ class EllipseElement extends GeometryElement { |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FEBlendElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FEBlendElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEBlendElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEBlendElement.SVGFEBlendElement') |
@DocsEditable() |
- factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("feBlend"); |
- |
+ factory FEBlendElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feBlend"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1155,36 +1214,43 @@ class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib |
@DomName('SVGFEBlendElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFEBlendElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFEBlendElement.instance.in1_Getter_(this); |
+ |
@DomName('SVGFEBlendElement.in2') |
@DocsEditable() |
- AnimatedString get in2 => _blink.BlinkSVGFEBlendElement.instance.in2_Getter_(this); |
- |
+ AnimatedString get in2 => |
+ _blink.BlinkSVGFEBlendElement.instance.in2_Getter_(this); |
+ |
@DomName('SVGFEBlendElement.mode') |
@DocsEditable() |
- AnimatedEnumeration get mode => _blink.BlinkSVGFEBlendElement.instance.mode_Getter_(this); |
- |
+ AnimatedEnumeration get mode => |
+ _blink.BlinkSVGFEBlendElement.instance.mode_Getter_(this); |
+ |
@DomName('SVGFEBlendElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFEBlendElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEBlendElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFEBlendElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFEBlendElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEBlendElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFEBlendElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFEBlendElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEBlendElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFEBlendElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFEBlendElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEBlendElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEBlendElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFEBlendElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEBlendElement.instance.y_Getter_(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 |
@@ -1192,7 +1258,6 @@ class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEColorMatrixElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -1200,14 +1265,17 @@ class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FEColorMatrixElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEColorMatrixElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') |
@DocsEditable() |
- factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_tag("feColorMatrix"); |
- |
+ factory FEColorMatrixElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feColorMatrix"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1247,36 +1315,43 @@ class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard |
@DomName('SVGFEColorMatrixElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFEColorMatrixElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFEColorMatrixElement.instance.in1_Getter_(this); |
+ |
@DomName('SVGFEColorMatrixElement.type') |
@DocsEditable() |
- AnimatedEnumeration get type => _blink.BlinkSVGFEColorMatrixElement.instance.type_Getter_(this); |
- |
+ AnimatedEnumeration get type => |
+ _blink.BlinkSVGFEColorMatrixElement.instance.type_Getter_(this); |
+ |
@DomName('SVGFEColorMatrixElement.values') |
@DocsEditable() |
- AnimatedNumberList get values => _blink.BlinkSVGFEColorMatrixElement.instance.values_Getter_(this); |
- |
+ AnimatedNumberList get values => |
+ _blink.BlinkSVGFEColorMatrixElement.instance.values_Getter_(this); |
+ |
@DomName('SVGFEColorMatrixElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFEColorMatrixElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEColorMatrixElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFEColorMatrixElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFEColorMatrixElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEColorMatrixElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFEColorMatrixElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFEColorMatrixElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEColorMatrixElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFEColorMatrixElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFEColorMatrixElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEColorMatrixElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEColorMatrixElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFEColorMatrixElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEColorMatrixElement.instance.y_Getter_(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 |
@@ -1284,7 +1359,6 @@ class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEComponentTransferElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -1292,14 +1366,17 @@ class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FEComponentTransferElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FEComponentTransferElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FEComponentTransferElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEComponentTransferElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') |
@DocsEditable() |
- factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgElement_tag("feComponentTransfer"); |
- |
+ factory FEComponentTransferElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feComponentTransfer"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1319,28 +1396,33 @@ class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt |
@DomName('SVGFEComponentTransferElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFEComponentTransferElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFEComponentTransferElement.instance.in1_Getter_(this); |
+ |
@DomName('SVGFEComponentTransferElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFEComponentTransferElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEComponentTransferElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFEComponentTransferElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFEComponentTransferElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEComponentTransferElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFEComponentTransferElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFEComponentTransferElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEComponentTransferElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFEComponentTransferElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFEComponentTransferElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEComponentTransferElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEComponentTransferElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFEComponentTransferElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEComponentTransferElement.instance.y_Getter_(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 |
@@ -1348,14 +1430,15 @@ class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFECompositeElement') |
@Unstable() |
-class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FECompositeElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FECompositeElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory FECompositeElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1400,52 +1483,63 @@ class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt |
@DomName('SVGFECompositeElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFECompositeElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFECompositeElement.instance.in1_Getter_(this); |
+ |
@DomName('SVGFECompositeElement.in2') |
@DocsEditable() |
- AnimatedString get in2 => _blink.BlinkSVGFECompositeElement.instance.in2_Getter_(this); |
- |
+ AnimatedString get in2 => |
+ _blink.BlinkSVGFECompositeElement.instance.in2_Getter_(this); |
+ |
@DomName('SVGFECompositeElement.k1') |
@DocsEditable() |
- AnimatedNumber get k1 => _blink.BlinkSVGFECompositeElement.instance.k1_Getter_(this); |
- |
+ AnimatedNumber get k1 => |
+ _blink.BlinkSVGFECompositeElement.instance.k1_Getter_(this); |
+ |
@DomName('SVGFECompositeElement.k2') |
@DocsEditable() |
- AnimatedNumber get k2 => _blink.BlinkSVGFECompositeElement.instance.k2_Getter_(this); |
- |
+ AnimatedNumber get k2 => |
+ _blink.BlinkSVGFECompositeElement.instance.k2_Getter_(this); |
+ |
@DomName('SVGFECompositeElement.k3') |
@DocsEditable() |
- AnimatedNumber get k3 => _blink.BlinkSVGFECompositeElement.instance.k3_Getter_(this); |
- |
+ AnimatedNumber get k3 => |
+ _blink.BlinkSVGFECompositeElement.instance.k3_Getter_(this); |
+ |
@DomName('SVGFECompositeElement.k4') |
@DocsEditable() |
- AnimatedNumber get k4 => _blink.BlinkSVGFECompositeElement.instance.k4_Getter_(this); |
- |
+ AnimatedNumber get k4 => |
+ _blink.BlinkSVGFECompositeElement.instance.k4_Getter_(this); |
+ |
@DomName('SVGFECompositeElement.operator') |
@DocsEditable() |
- AnimatedEnumeration get operator => _blink.BlinkSVGFECompositeElement.instance.operator_Getter_(this); |
- |
+ AnimatedEnumeration get operator => |
+ _blink.BlinkSVGFECompositeElement.instance.operator_Getter_(this); |
+ |
@DomName('SVGFECompositeElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFECompositeElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFECompositeElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFECompositeElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFECompositeElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFECompositeElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFECompositeElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFECompositeElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFECompositeElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFECompositeElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFECompositeElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFECompositeElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFECompositeElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFECompositeElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFECompositeElement.instance.y_Getter_(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 |
@@ -1453,7 +1547,6 @@ class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEConvolveMatrixElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -1461,14 +1554,17 @@ class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FEConvolveMatrixElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEConvolveMatrixElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') |
@DocsEditable() |
- factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgElement_tag("feConvolveMatrix"); |
- |
+ factory FEConvolveMatrixElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feConvolveMatrix"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1504,72 +1600,92 @@ class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand |
@DomName('SVGFEConvolveMatrixElement.bias') |
@DocsEditable() |
- AnimatedNumber get bias => _blink.BlinkSVGFEConvolveMatrixElement.instance.bias_Getter_(this); |
- |
+ AnimatedNumber get bias => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.bias_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.divisor') |
@DocsEditable() |
- AnimatedNumber get divisor => _blink.BlinkSVGFEConvolveMatrixElement.instance.divisor_Getter_(this); |
- |
+ AnimatedNumber get divisor => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.divisor_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.edgeMode') |
@DocsEditable() |
- AnimatedEnumeration get edgeMode => _blink.BlinkSVGFEConvolveMatrixElement.instance.edgeMode_Getter_(this); |
- |
+ AnimatedEnumeration get edgeMode => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.edgeMode_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFEConvolveMatrixElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.in1_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.kernelMatrix') |
@DocsEditable() |
- AnimatedNumberList get kernelMatrix => _blink.BlinkSVGFEConvolveMatrixElement.instance.kernelMatrix_Getter_(this); |
- |
+ AnimatedNumberList get kernelMatrix => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance |
+ .kernelMatrix_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') |
@DocsEditable() |
- AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFEConvolveMatrixElement.instance.kernelUnitLengthX_Getter_(this); |
- |
+ AnimatedNumber get kernelUnitLengthX => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance |
+ .kernelUnitLengthX_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') |
@DocsEditable() |
- AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFEConvolveMatrixElement.instance.kernelUnitLengthY_Getter_(this); |
- |
+ AnimatedNumber get kernelUnitLengthY => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance |
+ .kernelUnitLengthY_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.orderX') |
@DocsEditable() |
- AnimatedInteger get orderX => _blink.BlinkSVGFEConvolveMatrixElement.instance.orderX_Getter_(this); |
- |
+ AnimatedInteger get orderX => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.orderX_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.orderY') |
@DocsEditable() |
- AnimatedInteger get orderY => _blink.BlinkSVGFEConvolveMatrixElement.instance.orderY_Getter_(this); |
- |
+ AnimatedInteger get orderY => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.orderY_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.preserveAlpha') |
@DocsEditable() |
- AnimatedBoolean get preserveAlpha => _blink.BlinkSVGFEConvolveMatrixElement.instance.preserveAlpha_Getter_(this); |
- |
+ AnimatedBoolean get preserveAlpha => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance |
+ .preserveAlpha_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.targetX') |
@DocsEditable() |
- AnimatedInteger get targetX => _blink.BlinkSVGFEConvolveMatrixElement.instance.targetX_Getter_(this); |
- |
+ AnimatedInteger get targetX => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.targetX_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.targetY') |
@DocsEditable() |
- AnimatedInteger get targetY => _blink.BlinkSVGFEConvolveMatrixElement.instance.targetY_Getter_(this); |
- |
+ AnimatedInteger get targetY => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.targetY_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFEConvolveMatrixElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFEConvolveMatrixElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFEConvolveMatrixElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFEConvolveMatrixElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEConvolveMatrixElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFEConvolveMatrixElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEConvolveMatrixElement.instance.y_Getter_(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 |
@@ -1577,7 +1693,6 @@ class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEDiffuseLightingElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -1585,14 +1700,17 @@ class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FEDiffuseLightingElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEDiffuseLightingElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') |
@DocsEditable() |
- factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElement_tag("feDiffuseLighting"); |
- |
+ factory FEDiffuseLightingElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feDiffuseLighting"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1612,44 +1730,57 @@ class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan |
@DomName('SVGFEDiffuseLightingElement.diffuseConstant') |
@DocsEditable() |
- AnimatedNumber get diffuseConstant => _blink.BlinkSVGFEDiffuseLightingElement.instance.diffuseConstant_Getter_(this); |
- |
+ AnimatedNumber get diffuseConstant => |
+ _blink.BlinkSVGFEDiffuseLightingElement.instance |
+ .diffuseConstant_Getter_(this); |
+ |
@DomName('SVGFEDiffuseLightingElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFEDiffuseLightingElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFEDiffuseLightingElement.instance.in1_Getter_(this); |
+ |
@DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') |
@DocsEditable() |
- AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFEDiffuseLightingElement.instance.kernelUnitLengthX_Getter_(this); |
- |
+ AnimatedNumber get kernelUnitLengthX => |
+ _blink.BlinkSVGFEDiffuseLightingElement.instance |
+ .kernelUnitLengthX_Getter_(this); |
+ |
@DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') |
@DocsEditable() |
- AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFEDiffuseLightingElement.instance.kernelUnitLengthY_Getter_(this); |
- |
+ AnimatedNumber get kernelUnitLengthY => |
+ _blink.BlinkSVGFEDiffuseLightingElement.instance |
+ .kernelUnitLengthY_Getter_(this); |
+ |
@DomName('SVGFEDiffuseLightingElement.surfaceScale') |
@DocsEditable() |
- AnimatedNumber get surfaceScale => _blink.BlinkSVGFEDiffuseLightingElement.instance.surfaceScale_Getter_(this); |
- |
+ AnimatedNumber get surfaceScale => |
+ _blink.BlinkSVGFEDiffuseLightingElement.instance |
+ .surfaceScale_Getter_(this); |
+ |
@DomName('SVGFEDiffuseLightingElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFEDiffuseLightingElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEDiffuseLightingElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFEDiffuseLightingElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFEDiffuseLightingElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEDiffuseLightingElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFEDiffuseLightingElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFEDiffuseLightingElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEDiffuseLightingElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFEDiffuseLightingElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFEDiffuseLightingElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEDiffuseLightingElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEDiffuseLightingElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFEDiffuseLightingElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEDiffuseLightingElement.instance.y_Getter_(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 |
@@ -1657,7 +1788,6 @@ class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEDisplacementMapElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -1665,14 +1795,17 @@ class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FEDisplacementMapElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FEDisplacementMapElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEDisplacementMapElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') |
@DocsEditable() |
- factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElement_tag("feDisplacementMap"); |
- |
+ factory FEDisplacementMapElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feDisplacementMap"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1712,44 +1845,55 @@ class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan |
@DomName('SVGFEDisplacementMapElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFEDisplacementMapElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFEDisplacementMapElement.instance.in1_Getter_(this); |
+ |
@DomName('SVGFEDisplacementMapElement.in2') |
@DocsEditable() |
- AnimatedString get in2 => _blink.BlinkSVGFEDisplacementMapElement.instance.in2_Getter_(this); |
- |
+ AnimatedString get in2 => |
+ _blink.BlinkSVGFEDisplacementMapElement.instance.in2_Getter_(this); |
+ |
@DomName('SVGFEDisplacementMapElement.scale') |
@DocsEditable() |
- AnimatedNumber get scale => _blink.BlinkSVGFEDisplacementMapElement.instance.scale_Getter_(this); |
- |
+ AnimatedNumber get scale => |
+ _blink.BlinkSVGFEDisplacementMapElement.instance.scale_Getter_(this); |
+ |
@DomName('SVGFEDisplacementMapElement.xChannelSelector') |
@DocsEditable() |
- AnimatedEnumeration get xChannelSelector => _blink.BlinkSVGFEDisplacementMapElement.instance.xChannelSelector_Getter_(this); |
- |
+ AnimatedEnumeration get xChannelSelector => |
+ _blink.BlinkSVGFEDisplacementMapElement.instance |
+ .xChannelSelector_Getter_(this); |
+ |
@DomName('SVGFEDisplacementMapElement.yChannelSelector') |
@DocsEditable() |
- AnimatedEnumeration get yChannelSelector => _blink.BlinkSVGFEDisplacementMapElement.instance.yChannelSelector_Getter_(this); |
- |
+ AnimatedEnumeration get yChannelSelector => |
+ _blink.BlinkSVGFEDisplacementMapElement.instance |
+ .yChannelSelector_Getter_(this); |
+ |
@DomName('SVGFEDisplacementMapElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFEDisplacementMapElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEDisplacementMapElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFEDisplacementMapElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFEDisplacementMapElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEDisplacementMapElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFEDisplacementMapElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFEDisplacementMapElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEDisplacementMapElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFEDisplacementMapElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFEDisplacementMapElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEDisplacementMapElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEDisplacementMapElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFEDisplacementMapElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEDisplacementMapElement.instance.y_Getter_(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 |
@@ -1757,7 +1901,6 @@ class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEDistantLightElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -1767,12 +1910,14 @@ class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan |
@Unstable() |
class FEDistantLightElement extends SvgElement { |
// To suppress missing implicit constructor warnings. |
- factory FEDistantLightElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEDistantLightElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') |
@DocsEditable() |
- factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement_tag("feDistantLight"); |
- |
+ factory FEDistantLightElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feDistantLight"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1792,12 +1937,13 @@ class FEDistantLightElement extends SvgElement { |
@DomName('SVGFEDistantLightElement.azimuth') |
@DocsEditable() |
- AnimatedNumber get azimuth => _blink.BlinkSVGFEDistantLightElement.instance.azimuth_Getter_(this); |
- |
+ AnimatedNumber get azimuth => |
+ _blink.BlinkSVGFEDistantLightElement.instance.azimuth_Getter_(this); |
+ |
@DomName('SVGFEDistantLightElement.elevation') |
@DocsEditable() |
- AnimatedNumber get elevation => _blink.BlinkSVGFEDistantLightElement.instance.elevation_Getter_(this); |
- |
+ AnimatedNumber get elevation => |
+ _blink.BlinkSVGFEDistantLightElement.instance.elevation_Getter_(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 |
@@ -1805,7 +1951,6 @@ class FEDistantLightElement extends SvgElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEFloodElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -1813,14 +1958,17 @@ class FEDistantLightElement extends SvgElement { |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FEFloodElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FEFloodElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEFloodElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEFloodElement.SVGFEFloodElement') |
@DocsEditable() |
- factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFlood"); |
- |
+ factory FEFloodElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feFlood"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1840,24 +1988,28 @@ class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib |
@DomName('SVGFEFloodElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFEFloodElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEFloodElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFEFloodElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFEFloodElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEFloodElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFEFloodElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFEFloodElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEFloodElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFEFloodElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFEFloodElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEFloodElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEFloodElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFEFloodElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEFloodElement.instance.y_Getter_(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 |
@@ -1865,7 +2017,6 @@ class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEFuncAElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -1875,12 +2026,14 @@ class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib |
@Unstable() |
class FEFuncAElement extends _SVGComponentTransferFunctionElement { |
// To suppress missing implicit constructor warnings. |
- factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEFuncAElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEFuncAElement.SVGFEFuncAElement') |
@DocsEditable() |
- factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFuncA"); |
- |
+ factory FEFuncAElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feFuncA"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1897,7 +2050,6 @@ class FEFuncAElement extends _SVGComponentTransferFunctionElement { |
/// Checks if this type is supported on the current platform. |
static bool get supported => true; |
- |
} |
// 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 |
@@ -1905,7 +2057,6 @@ class FEFuncAElement extends _SVGComponentTransferFunctionElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEFuncBElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -1915,12 +2066,14 @@ class FEFuncAElement extends _SVGComponentTransferFunctionElement { |
@Unstable() |
class FEFuncBElement extends _SVGComponentTransferFunctionElement { |
// To suppress missing implicit constructor warnings. |
- factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEFuncBElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEFuncBElement.SVGFEFuncBElement') |
@DocsEditable() |
- factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFuncB"); |
- |
+ factory FEFuncBElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feFuncB"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1937,7 +2090,6 @@ class FEFuncBElement extends _SVGComponentTransferFunctionElement { |
/// Checks if this type is supported on the current platform. |
static bool get supported => true; |
- |
} |
// 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 |
@@ -1945,7 +2097,6 @@ class FEFuncBElement extends _SVGComponentTransferFunctionElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEFuncGElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -1955,12 +2106,14 @@ class FEFuncBElement extends _SVGComponentTransferFunctionElement { |
@Unstable() |
class FEFuncGElement extends _SVGComponentTransferFunctionElement { |
// To suppress missing implicit constructor warnings. |
- factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEFuncGElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEFuncGElement.SVGFEFuncGElement') |
@DocsEditable() |
- factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFuncG"); |
- |
+ factory FEFuncGElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feFuncG"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -1977,7 +2130,6 @@ class FEFuncGElement extends _SVGComponentTransferFunctionElement { |
/// Checks if this type is supported on the current platform. |
static bool get supported => true; |
- |
} |
// 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 |
@@ -1985,7 +2137,6 @@ class FEFuncGElement extends _SVGComponentTransferFunctionElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEFuncRElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -1995,12 +2146,14 @@ class FEFuncGElement extends _SVGComponentTransferFunctionElement { |
@Unstable() |
class FEFuncRElement extends _SVGComponentTransferFunctionElement { |
// To suppress missing implicit constructor warnings. |
- factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEFuncRElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEFuncRElement.SVGFEFuncRElement') |
@DocsEditable() |
- factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFuncR"); |
- |
+ factory FEFuncRElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feFuncR"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2017,7 +2170,6 @@ class FEFuncRElement extends _SVGComponentTransferFunctionElement { |
/// Checks if this type is supported on the current platform. |
static bool get supported => true; |
- |
} |
// 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 |
@@ -2025,7 +2177,6 @@ class FEFuncRElement extends _SVGComponentTransferFunctionElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEGaussianBlurElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2033,14 +2184,17 @@ class FEFuncRElement extends _SVGComponentTransferFunctionElement { |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FEGaussianBlurElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEGaussianBlurElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') |
@DocsEditable() |
- factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement_tag("feGaussianBlur"); |
- |
+ factory FEGaussianBlurElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feGaussianBlur"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2060,40 +2214,49 @@ class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar |
@DomName('SVGFEGaussianBlurElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFEGaussianBlurElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFEGaussianBlurElement.instance.in1_Getter_(this); |
+ |
@DomName('SVGFEGaussianBlurElement.stdDeviationX') |
@DocsEditable() |
- AnimatedNumber get stdDeviationX => _blink.BlinkSVGFEGaussianBlurElement.instance.stdDeviationX_Getter_(this); |
- |
+ AnimatedNumber get stdDeviationX => |
+ _blink.BlinkSVGFEGaussianBlurElement.instance.stdDeviationX_Getter_(this); |
+ |
@DomName('SVGFEGaussianBlurElement.stdDeviationY') |
@DocsEditable() |
- AnimatedNumber get stdDeviationY => _blink.BlinkSVGFEGaussianBlurElement.instance.stdDeviationY_Getter_(this); |
- |
+ AnimatedNumber get stdDeviationY => |
+ _blink.BlinkSVGFEGaussianBlurElement.instance.stdDeviationY_Getter_(this); |
+ |
@DomName('SVGFEGaussianBlurElement.setStdDeviation') |
@DocsEditable() |
- void setStdDeviation(num stdDeviationX, num stdDeviationY) => _blink.BlinkSVGFEGaussianBlurElement.instance.setStdDeviation_Callback_2_(this, stdDeviationX, stdDeviationY); |
- |
+ void setStdDeviation(num stdDeviationX, num stdDeviationY) => |
+ _blink.BlinkSVGFEGaussianBlurElement.instance |
+ .setStdDeviation_Callback_2_(this, stdDeviationX, stdDeviationY); |
+ |
@DomName('SVGFEGaussianBlurElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFEGaussianBlurElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEGaussianBlurElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFEGaussianBlurElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFEGaussianBlurElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEGaussianBlurElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFEGaussianBlurElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFEGaussianBlurElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEGaussianBlurElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFEGaussianBlurElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFEGaussianBlurElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEGaussianBlurElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEGaussianBlurElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFEGaussianBlurElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEGaussianBlurElement.instance.y_Getter_(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 |
@@ -2101,7 +2264,6 @@ class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEImageElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2109,14 +2271,17 @@ class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttributes, UriReference { |
+class FEImageElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes, UriReference { |
// To suppress missing implicit constructor warnings. |
- factory FEImageElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEImageElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEImageElement.SVGFEImageElement') |
@DocsEditable() |
- factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("feImage"); |
- |
+ factory FEImageElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feImage"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2136,32 +2301,38 @@ class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib |
@DomName('SVGFEImageElement.preserveAspectRatio') |
@DocsEditable() |
- AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGFEImageElement.instance.preserveAspectRatio_Getter_(this); |
- |
+ AnimatedPreserveAspectRatio get preserveAspectRatio => |
+ _blink.BlinkSVGFEImageElement.instance.preserveAspectRatio_Getter_(this); |
+ |
@DomName('SVGFEImageElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFEImageElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEImageElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFEImageElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFEImageElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEImageElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFEImageElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFEImageElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEImageElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFEImageElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFEImageElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEImageElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEImageElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFEImageElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEImageElement.instance.y_Getter_(this); |
+ |
@DomName('SVGFEImageElement.href') |
@DocsEditable() |
- AnimatedString get href => _blink.BlinkSVGFEImageElement.instance.href_Getter_(this); |
- |
+ AnimatedString get href => |
+ _blink.BlinkSVGFEImageElement.instance.href_Getter_(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 |
@@ -2169,7 +2340,6 @@ class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEMergeElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2177,14 +2347,17 @@ class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FEMergeElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FEMergeElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEMergeElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEMergeElement.SVGFEMergeElement') |
@DocsEditable() |
- factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("feMerge"); |
- |
+ factory FEMergeElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feMerge"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2204,24 +2377,28 @@ class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib |
@DomName('SVGFEMergeElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFEMergeElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEMergeElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFEMergeElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFEMergeElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEMergeElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFEMergeElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFEMergeElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEMergeElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFEMergeElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFEMergeElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEMergeElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEMergeElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFEMergeElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEMergeElement.instance.y_Getter_(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 |
@@ -2229,7 +2406,6 @@ class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEMergeNodeElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2239,12 +2415,14 @@ class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib |
@Unstable() |
class FEMergeNodeElement extends SvgElement { |
// To suppress missing implicit constructor warnings. |
- factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEMergeNodeElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') |
@DocsEditable() |
- factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_tag("feMergeNode"); |
- |
+ factory FEMergeNodeElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feMergeNode"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2264,8 +2442,8 @@ class FEMergeNodeElement extends SvgElement { |
@DomName('SVGFEMergeNodeElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFEMergeNodeElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFEMergeNodeElement.instance.in1_Getter_(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 |
@@ -2273,7 +2451,6 @@ class FEMergeNodeElement extends SvgElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEMorphologyElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2281,10 +2458,12 @@ class FEMergeNodeElement extends SvgElement { |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FEMorphologyElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FEMorphologyElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory FEMorphologyElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2313,40 +2492,48 @@ class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA |
@DomName('SVGFEMorphologyElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFEMorphologyElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFEMorphologyElement.instance.in1_Getter_(this); |
+ |
@DomName('SVGFEMorphologyElement.operator') |
@DocsEditable() |
- AnimatedEnumeration get operator => _blink.BlinkSVGFEMorphologyElement.instance.operator_Getter_(this); |
- |
+ AnimatedEnumeration get operator => |
+ _blink.BlinkSVGFEMorphologyElement.instance.operator_Getter_(this); |
+ |
@DomName('SVGFEMorphologyElement.radiusX') |
@DocsEditable() |
- AnimatedNumber get radiusX => _blink.BlinkSVGFEMorphologyElement.instance.radiusX_Getter_(this); |
- |
+ AnimatedNumber get radiusX => |
+ _blink.BlinkSVGFEMorphologyElement.instance.radiusX_Getter_(this); |
+ |
@DomName('SVGFEMorphologyElement.radiusY') |
@DocsEditable() |
- AnimatedNumber get radiusY => _blink.BlinkSVGFEMorphologyElement.instance.radiusY_Getter_(this); |
- |
+ AnimatedNumber get radiusY => |
+ _blink.BlinkSVGFEMorphologyElement.instance.radiusY_Getter_(this); |
+ |
@DomName('SVGFEMorphologyElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFEMorphologyElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEMorphologyElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFEMorphologyElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFEMorphologyElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEMorphologyElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFEMorphologyElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFEMorphologyElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEMorphologyElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFEMorphologyElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFEMorphologyElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEMorphologyElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEMorphologyElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFEMorphologyElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEMorphologyElement.instance.y_Getter_(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 |
@@ -2354,7 +2541,6 @@ class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEOffsetElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2362,14 +2548,17 @@ class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FEOffsetElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEOffsetElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEOffsetElement.SVGFEOffsetElement') |
@DocsEditable() |
- factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag("feOffset"); |
- |
+ factory FEOffsetElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feOffset"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2389,36 +2578,43 @@ class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri |
@DomName('SVGFEOffsetElement.dx') |
@DocsEditable() |
- AnimatedNumber get dx => _blink.BlinkSVGFEOffsetElement.instance.dx_Getter_(this); |
- |
+ AnimatedNumber get dx => |
+ _blink.BlinkSVGFEOffsetElement.instance.dx_Getter_(this); |
+ |
@DomName('SVGFEOffsetElement.dy') |
@DocsEditable() |
- AnimatedNumber get dy => _blink.BlinkSVGFEOffsetElement.instance.dy_Getter_(this); |
- |
+ AnimatedNumber get dy => |
+ _blink.BlinkSVGFEOffsetElement.instance.dy_Getter_(this); |
+ |
@DomName('SVGFEOffsetElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFEOffsetElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFEOffsetElement.instance.in1_Getter_(this); |
+ |
@DomName('SVGFEOffsetElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFEOffsetElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEOffsetElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFEOffsetElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFEOffsetElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEOffsetElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFEOffsetElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFEOffsetElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEOffsetElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFEOffsetElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFEOffsetElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEOffsetElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEOffsetElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFEOffsetElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEOffsetElement.instance.y_Getter_(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 |
@@ -2426,7 +2622,6 @@ class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFEPointLightElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2436,12 +2631,14 @@ class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri |
@Unstable() |
class FEPointLightElement extends SvgElement { |
// To suppress missing implicit constructor warnings. |
- factory FEPointLightElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FEPointLightElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFEPointLightElement.SVGFEPointLightElement') |
@DocsEditable() |
- factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_tag("fePointLight"); |
- |
+ factory FEPointLightElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("fePointLight"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2461,16 +2658,18 @@ class FEPointLightElement extends SvgElement { |
@DomName('SVGFEPointLightElement.x') |
@DocsEditable() |
- AnimatedNumber get x => _blink.BlinkSVGFEPointLightElement.instance.x_Getter_(this); |
- |
+ AnimatedNumber get x => |
+ _blink.BlinkSVGFEPointLightElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFEPointLightElement.y') |
@DocsEditable() |
- AnimatedNumber get y => _blink.BlinkSVGFEPointLightElement.instance.y_Getter_(this); |
- |
+ AnimatedNumber get y => |
+ _blink.BlinkSVGFEPointLightElement.instance.y_Getter_(this); |
+ |
@DomName('SVGFEPointLightElement.z') |
@DocsEditable() |
- AnimatedNumber get z => _blink.BlinkSVGFEPointLightElement.instance.z_Getter_(this); |
- |
+ AnimatedNumber get z => |
+ _blink.BlinkSVGFEPointLightElement.instance.z_Getter_(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 |
@@ -2478,7 +2677,6 @@ class FEPointLightElement extends SvgElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFESpecularLightingElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2486,14 +2684,17 @@ class FEPointLightElement extends SvgElement { |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FESpecularLightingElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FESpecularLightingElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FESpecularLightingElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FESpecularLightingElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') |
@DocsEditable() |
- factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgElement_tag("feSpecularLighting"); |
- |
+ factory FESpecularLightingElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feSpecularLighting"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2513,50 +2714,65 @@ class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta |
@DomName('SVGFESpecularLightingElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFESpecularLightingElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFESpecularLightingElement.instance.in1_Getter_(this); |
+ |
@DomName('SVGFESpecularLightingElement.kernelUnitLengthX') |
@DocsEditable() |
@Experimental() // untriaged |
- AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFESpecularLightingElement.instance.kernelUnitLengthX_Getter_(this); |
- |
+ AnimatedNumber get kernelUnitLengthX => |
+ _blink.BlinkSVGFESpecularLightingElement.instance |
+ .kernelUnitLengthX_Getter_(this); |
+ |
@DomName('SVGFESpecularLightingElement.kernelUnitLengthY') |
@DocsEditable() |
@Experimental() // untriaged |
- AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFESpecularLightingElement.instance.kernelUnitLengthY_Getter_(this); |
- |
+ AnimatedNumber get kernelUnitLengthY => |
+ _blink.BlinkSVGFESpecularLightingElement.instance |
+ .kernelUnitLengthY_Getter_(this); |
+ |
@DomName('SVGFESpecularLightingElement.specularConstant') |
@DocsEditable() |
- AnimatedNumber get specularConstant => _blink.BlinkSVGFESpecularLightingElement.instance.specularConstant_Getter_(this); |
- |
+ AnimatedNumber get specularConstant => |
+ _blink.BlinkSVGFESpecularLightingElement.instance |
+ .specularConstant_Getter_(this); |
+ |
@DomName('SVGFESpecularLightingElement.specularExponent') |
@DocsEditable() |
- AnimatedNumber get specularExponent => _blink.BlinkSVGFESpecularLightingElement.instance.specularExponent_Getter_(this); |
- |
+ AnimatedNumber get specularExponent => |
+ _blink.BlinkSVGFESpecularLightingElement.instance |
+ .specularExponent_Getter_(this); |
+ |
@DomName('SVGFESpecularLightingElement.surfaceScale') |
@DocsEditable() |
- AnimatedNumber get surfaceScale => _blink.BlinkSVGFESpecularLightingElement.instance.surfaceScale_Getter_(this); |
- |
+ AnimatedNumber get surfaceScale => |
+ _blink.BlinkSVGFESpecularLightingElement.instance |
+ .surfaceScale_Getter_(this); |
+ |
@DomName('SVGFESpecularLightingElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFESpecularLightingElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFESpecularLightingElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFESpecularLightingElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFESpecularLightingElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFESpecularLightingElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFESpecularLightingElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFESpecularLightingElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFESpecularLightingElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFESpecularLightingElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFESpecularLightingElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFESpecularLightingElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFESpecularLightingElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFESpecularLightingElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFESpecularLightingElement.instance.y_Getter_(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 |
@@ -2564,7 +2780,6 @@ class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFESpotLightElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2574,12 +2789,14 @@ class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta |
@Unstable() |
class FESpotLightElement extends SvgElement { |
// To suppress missing implicit constructor warnings. |
- factory FESpotLightElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FESpotLightElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFESpotLightElement.SVGFESpotLightElement') |
@DocsEditable() |
- factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_tag("feSpotLight"); |
- |
+ factory FESpotLightElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feSpotLight"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2599,36 +2816,44 @@ class FESpotLightElement extends SvgElement { |
@DomName('SVGFESpotLightElement.limitingConeAngle') |
@DocsEditable() |
- AnimatedNumber get limitingConeAngle => _blink.BlinkSVGFESpotLightElement.instance.limitingConeAngle_Getter_(this); |
- |
+ AnimatedNumber get limitingConeAngle => |
+ _blink.BlinkSVGFESpotLightElement.instance |
+ .limitingConeAngle_Getter_(this); |
+ |
@DomName('SVGFESpotLightElement.pointsAtX') |
@DocsEditable() |
- AnimatedNumber get pointsAtX => _blink.BlinkSVGFESpotLightElement.instance.pointsAtX_Getter_(this); |
- |
+ AnimatedNumber get pointsAtX => |
+ _blink.BlinkSVGFESpotLightElement.instance.pointsAtX_Getter_(this); |
+ |
@DomName('SVGFESpotLightElement.pointsAtY') |
@DocsEditable() |
- AnimatedNumber get pointsAtY => _blink.BlinkSVGFESpotLightElement.instance.pointsAtY_Getter_(this); |
- |
+ AnimatedNumber get pointsAtY => |
+ _blink.BlinkSVGFESpotLightElement.instance.pointsAtY_Getter_(this); |
+ |
@DomName('SVGFESpotLightElement.pointsAtZ') |
@DocsEditable() |
- AnimatedNumber get pointsAtZ => _blink.BlinkSVGFESpotLightElement.instance.pointsAtZ_Getter_(this); |
- |
+ AnimatedNumber get pointsAtZ => |
+ _blink.BlinkSVGFESpotLightElement.instance.pointsAtZ_Getter_(this); |
+ |
@DomName('SVGFESpotLightElement.specularExponent') |
@DocsEditable() |
- AnimatedNumber get specularExponent => _blink.BlinkSVGFESpotLightElement.instance.specularExponent_Getter_(this); |
- |
+ AnimatedNumber get specularExponent => |
+ _blink.BlinkSVGFESpotLightElement.instance.specularExponent_Getter_(this); |
+ |
@DomName('SVGFESpotLightElement.x') |
@DocsEditable() |
- AnimatedNumber get x => _blink.BlinkSVGFESpotLightElement.instance.x_Getter_(this); |
- |
+ AnimatedNumber get x => |
+ _blink.BlinkSVGFESpotLightElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFESpotLightElement.y') |
@DocsEditable() |
- AnimatedNumber get y => _blink.BlinkSVGFESpotLightElement.instance.y_Getter_(this); |
- |
+ AnimatedNumber get y => |
+ _blink.BlinkSVGFESpotLightElement.instance.y_Getter_(this); |
+ |
@DomName('SVGFESpotLightElement.z') |
@DocsEditable() |
- AnimatedNumber get z => _blink.BlinkSVGFESpotLightElement.instance.z_Getter_(this); |
- |
+ AnimatedNumber get z => |
+ _blink.BlinkSVGFESpotLightElement.instance.z_Getter_(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 |
@@ -2636,7 +2861,6 @@ class FESpotLightElement extends SvgElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFETileElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2644,14 +2868,17 @@ class FESpotLightElement extends SvgElement { |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FETileElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FETileElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FETileElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FETileElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFETileElement.SVGFETileElement') |
@DocsEditable() |
- factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("feTile"); |
- |
+ factory FETileElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feTile"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2671,28 +2898,31 @@ class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu |
@DomName('SVGFETileElement.in1') |
@DocsEditable() |
- AnimatedString get in1 => _blink.BlinkSVGFETileElement.instance.in1_Getter_(this); |
- |
+ AnimatedString get in1 => |
+ _blink.BlinkSVGFETileElement.instance.in1_Getter_(this); |
+ |
@DomName('SVGFETileElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFETileElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFETileElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFETileElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFETileElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFETileElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFETileElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFETileElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFETileElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFETileElement.x') |
@DocsEditable() |
AnimatedLength get x => _blink.BlinkSVGFETileElement.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGFETileElement.y') |
@DocsEditable() |
AnimatedLength get y => _blink.BlinkSVGFETileElement.instance.y_Getter_(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 |
@@ -2700,7 +2930,6 @@ class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFETurbulenceElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2708,14 +2937,17 @@ class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu |
@SupportedBrowser(SupportedBrowser.IE, '10') |
@SupportedBrowser(SupportedBrowser.SAFARI) |
@Unstable() |
-class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class FETurbulenceElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory FETurbulenceElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FETurbulenceElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') |
@DocsEditable() |
- factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_tag("feTurbulence"); |
- |
+ factory FETurbulenceElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("feTurbulence"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2759,48 +2991,58 @@ class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA |
@DomName('SVGFETurbulenceElement.baseFrequencyX') |
@DocsEditable() |
- AnimatedNumber get baseFrequencyX => _blink.BlinkSVGFETurbulenceElement.instance.baseFrequencyX_Getter_(this); |
- |
+ AnimatedNumber get baseFrequencyX => |
+ _blink.BlinkSVGFETurbulenceElement.instance.baseFrequencyX_Getter_(this); |
+ |
@DomName('SVGFETurbulenceElement.baseFrequencyY') |
@DocsEditable() |
- AnimatedNumber get baseFrequencyY => _blink.BlinkSVGFETurbulenceElement.instance.baseFrequencyY_Getter_(this); |
- |
+ AnimatedNumber get baseFrequencyY => |
+ _blink.BlinkSVGFETurbulenceElement.instance.baseFrequencyY_Getter_(this); |
+ |
@DomName('SVGFETurbulenceElement.numOctaves') |
@DocsEditable() |
- AnimatedInteger get numOctaves => _blink.BlinkSVGFETurbulenceElement.instance.numOctaves_Getter_(this); |
- |
+ AnimatedInteger get numOctaves => |
+ _blink.BlinkSVGFETurbulenceElement.instance.numOctaves_Getter_(this); |
+ |
@DomName('SVGFETurbulenceElement.seed') |
@DocsEditable() |
- AnimatedNumber get seed => _blink.BlinkSVGFETurbulenceElement.instance.seed_Getter_(this); |
- |
+ AnimatedNumber get seed => |
+ _blink.BlinkSVGFETurbulenceElement.instance.seed_Getter_(this); |
+ |
@DomName('SVGFETurbulenceElement.stitchTiles') |
@DocsEditable() |
- AnimatedEnumeration get stitchTiles => _blink.BlinkSVGFETurbulenceElement.instance.stitchTiles_Getter_(this); |
- |
+ AnimatedEnumeration get stitchTiles => |
+ _blink.BlinkSVGFETurbulenceElement.instance.stitchTiles_Getter_(this); |
+ |
@DomName('SVGFETurbulenceElement.type') |
@DocsEditable() |
- AnimatedEnumeration get type => _blink.BlinkSVGFETurbulenceElement.instance.type_Getter_(this); |
- |
+ AnimatedEnumeration get type => |
+ _blink.BlinkSVGFETurbulenceElement.instance.type_Getter_(this); |
+ |
@DomName('SVGFETurbulenceElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFETurbulenceElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFETurbulenceElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFETurbulenceElement.result') |
@DocsEditable() |
- AnimatedString get result => _blink.BlinkSVGFETurbulenceElement.instance.result_Getter_(this); |
- |
+ AnimatedString get result => |
+ _blink.BlinkSVGFETurbulenceElement.instance.result_Getter_(this); |
+ |
@DomName('SVGFETurbulenceElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFETurbulenceElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFETurbulenceElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFETurbulenceElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGFETurbulenceElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFETurbulenceElement.instance.x_Getter_(this); |
+ |
@DomName('SVGFETurbulenceElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGFETurbulenceElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFETurbulenceElement.instance.y_Getter_(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 |
@@ -2808,7 +3050,6 @@ class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFilterElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2818,12 +3059,14 @@ class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA |
@Unstable() |
class FilterElement extends SvgElement implements UriReference { |
// To suppress missing implicit constructor warnings. |
- factory FilterElement._() { throw new UnsupportedError("Not supported"); } |
+ factory FilterElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFilterElement.SVGFilterElement') |
@DocsEditable() |
- factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("filter"); |
- |
+ factory FilterElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("filter"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2843,32 +3086,36 @@ class FilterElement extends SvgElement implements UriReference { |
@DomName('SVGFilterElement.filterUnits') |
@DocsEditable() |
- AnimatedEnumeration get filterUnits => _blink.BlinkSVGFilterElement.instance.filterUnits_Getter_(this); |
- |
+ AnimatedEnumeration get filterUnits => |
+ _blink.BlinkSVGFilterElement.instance.filterUnits_Getter_(this); |
+ |
@DomName('SVGFilterElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGFilterElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFilterElement.instance.height_Getter_(this); |
+ |
@DomName('SVGFilterElement.primitiveUnits') |
@DocsEditable() |
- AnimatedEnumeration get primitiveUnits => _blink.BlinkSVGFilterElement.instance.primitiveUnits_Getter_(this); |
- |
+ AnimatedEnumeration get primitiveUnits => |
+ _blink.BlinkSVGFilterElement.instance.primitiveUnits_Getter_(this); |
+ |
@DomName('SVGFilterElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGFilterElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFilterElement.instance.width_Getter_(this); |
+ |
@DomName('SVGFilterElement.x') |
@DocsEditable() |
AnimatedLength get x => _blink.BlinkSVGFilterElement.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGFilterElement.y') |
@DocsEditable() |
AnimatedLength get y => _blink.BlinkSVGFilterElement.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGFilterElement.href') |
@DocsEditable() |
- AnimatedString get href => _blink.BlinkSVGFilterElement.instance.href_Getter_(this); |
- |
+ AnimatedString get href => |
+ _blink.BlinkSVGFilterElement.instance.href_Getter_(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 |
@@ -2876,13 +3123,14 @@ class FilterElement extends SvgElement implements UriReference { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFilterPrimitiveStandardAttributes') |
@Unstable() |
abstract class FilterPrimitiveStandardAttributes extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("Not supported"); } |
+ factory FilterPrimitiveStandardAttributes._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFilterPrimitiveStandardAttributes.height') |
@DocsEditable() |
@@ -2903,7 +3151,6 @@ abstract class FilterPrimitiveStandardAttributes extends DartHtmlDomObject { |
@DomName('SVGFilterPrimitiveStandardAttributes.y') |
@DocsEditable() |
AnimatedLength get y; |
- |
} |
// 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 |
@@ -2911,13 +3158,14 @@ abstract class FilterPrimitiveStandardAttributes extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGFitToViewBox') |
@Unstable() |
abstract class FitToViewBox extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } |
+ factory FitToViewBox._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGFitToViewBox.preserveAspectRatio') |
@DocsEditable() |
@@ -2926,7 +3174,6 @@ abstract class FitToViewBox extends DartHtmlDomObject { |
@DomName('SVGFitToViewBox.viewBox') |
@DocsEditable() |
AnimatedRect get viewBox; |
- |
} |
// 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 |
@@ -2934,7 +3181,6 @@ abstract class FitToViewBox extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGForeignObjectElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -2943,12 +3189,14 @@ abstract class FitToViewBox extends DartHtmlDomObject { |
@Unstable() |
class ForeignObjectElement extends GraphicsElement { |
// To suppress missing implicit constructor warnings. |
- factory ForeignObjectElement._() { throw new UnsupportedError("Not supported"); } |
+ factory ForeignObjectElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGForeignObjectElement.SVGForeignObjectElement') |
@DocsEditable() |
- factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_tag("foreignObject"); |
- |
+ factory ForeignObjectElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("foreignObject"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -2968,20 +3216,23 @@ class ForeignObjectElement extends GraphicsElement { |
@DomName('SVGForeignObjectElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGForeignObjectElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGForeignObjectElement.instance.height_Getter_(this); |
+ |
@DomName('SVGForeignObjectElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGForeignObjectElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGForeignObjectElement.instance.width_Getter_(this); |
+ |
@DomName('SVGForeignObjectElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGForeignObjectElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGForeignObjectElement.instance.x_Getter_(this); |
+ |
@DomName('SVGForeignObjectElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGForeignObjectElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGForeignObjectElement.instance.y_Getter_(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 |
@@ -2989,19 +3240,19 @@ class ForeignObjectElement extends GraphicsElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGGElement') |
@Unstable() |
class GElement extends GraphicsElement { |
// To suppress missing implicit constructor warnings. |
- factory GElement._() { throw new UnsupportedError("Not supported"); } |
+ factory GElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGGElement.SVGGElement') |
@DocsEditable() |
factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
- |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -3014,7 +3265,6 @@ class GElement extends GraphicsElement { |
* This can only be called by subclasses from their created constructor. |
*/ |
GElement.created() : super.created(); |
- |
} |
// 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 |
@@ -3022,14 +3272,14 @@ class GElement extends GraphicsElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGGeometryElement') |
@Experimental() // untriaged |
class GeometryElement extends GraphicsElement { |
// To suppress missing implicit constructor warnings. |
- factory GeometryElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory GeometryElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -3047,13 +3297,14 @@ class GeometryElement extends GraphicsElement { |
@DomName('SVGGeometryElement.isPointInFill') |
@DocsEditable() |
@Experimental() // untriaged |
- bool isPointInFill(Point point) => _blink.BlinkSVGGeometryElement.instance.isPointInFill_Callback_1_(this, point); |
- |
+ bool isPointInFill(Point point) => _blink.BlinkSVGGeometryElement.instance |
+ .isPointInFill_Callback_1_(this, point); |
+ |
@DomName('SVGGeometryElement.isPointInStroke') |
@DocsEditable() |
@Experimental() // untriaged |
- bool isPointInStroke(Point point) => _blink.BlinkSVGGeometryElement.instance.isPointInStroke_Callback_1_(this, point); |
- |
+ bool isPointInStroke(Point point) => _blink.BlinkSVGGeometryElement.instance |
+ .isPointInStroke_Callback_1_(this, point); |
} |
// 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 |
@@ -3061,14 +3312,14 @@ class GeometryElement extends GraphicsElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGGraphicsElement') |
@Experimental() // untriaged |
class GraphicsElement extends SvgElement implements Tests { |
// To suppress missing implicit constructor warnings. |
- factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory GraphicsElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -3086,58 +3337,71 @@ class GraphicsElement extends SvgElement implements Tests { |
@DomName('SVGGraphicsElement.farthestViewportElement') |
@DocsEditable() |
@Experimental() // untriaged |
- SvgElement get farthestViewportElement => _blink.BlinkSVGGraphicsElement.instance.farthestViewportElement_Getter_(this); |
- |
+ SvgElement get farthestViewportElement => |
+ _blink.BlinkSVGGraphicsElement.instance |
+ .farthestViewportElement_Getter_(this); |
+ |
@DomName('SVGGraphicsElement.nearestViewportElement') |
@DocsEditable() |
@Experimental() // untriaged |
- SvgElement get nearestViewportElement => _blink.BlinkSVGGraphicsElement.instance.nearestViewportElement_Getter_(this); |
- |
+ SvgElement get nearestViewportElement => |
+ _blink.BlinkSVGGraphicsElement.instance |
+ .nearestViewportElement_Getter_(this); |
+ |
@DomName('SVGGraphicsElement.transform') |
@DocsEditable() |
@Experimental() // untriaged |
- AnimatedTransformList get transform => _blink.BlinkSVGGraphicsElement.instance.transform_Getter_(this); |
- |
+ AnimatedTransformList get transform => |
+ _blink.BlinkSVGGraphicsElement.instance.transform_Getter_(this); |
+ |
@DomName('SVGGraphicsElement.getBBox') |
@DocsEditable() |
@Experimental() // untriaged |
- Rect getBBox() => _blink.BlinkSVGGraphicsElement.instance.getBBox_Callback_0_(this); |
- |
+ Rect getBBox() => |
+ _blink.BlinkSVGGraphicsElement.instance.getBBox_Callback_0_(this); |
+ |
@DomName('SVGGraphicsElement.getCTM') |
@DocsEditable() |
@Experimental() // untriaged |
- Matrix getCtm() => _blink.BlinkSVGGraphicsElement.instance.getCTM_Callback_0_(this); |
- |
+ Matrix getCtm() => |
+ _blink.BlinkSVGGraphicsElement.instance.getCTM_Callback_0_(this); |
+ |
@DomName('SVGGraphicsElement.getScreenCTM') |
@DocsEditable() |
@Experimental() // untriaged |
- Matrix getScreenCtm() => _blink.BlinkSVGGraphicsElement.instance.getScreenCTM_Callback_0_(this); |
- |
+ Matrix getScreenCtm() => |
+ _blink.BlinkSVGGraphicsElement.instance.getScreenCTM_Callback_0_(this); |
+ |
@DomName('SVGGraphicsElement.getTransformToElement') |
@DocsEditable() |
@Experimental() // untriaged |
- Matrix getTransformToElement(SvgElement element) => _blink.BlinkSVGGraphicsElement.instance.getTransformToElement_Callback_1_(this, element); |
- |
+ Matrix getTransformToElement(SvgElement element) => |
+ _blink.BlinkSVGGraphicsElement.instance |
+ .getTransformToElement_Callback_1_(this, element); |
+ |
@DomName('SVGGraphicsElement.requiredExtensions') |
@DocsEditable() |
@Experimental() // untriaged |
- StringList get requiredExtensions => _blink.BlinkSVGGraphicsElement.instance.requiredExtensions_Getter_(this); |
- |
+ StringList get requiredExtensions => |
+ _blink.BlinkSVGGraphicsElement.instance.requiredExtensions_Getter_(this); |
+ |
@DomName('SVGGraphicsElement.requiredFeatures') |
@DocsEditable() |
@Experimental() // untriaged |
- StringList get requiredFeatures => _blink.BlinkSVGGraphicsElement.instance.requiredFeatures_Getter_(this); |
- |
+ StringList get requiredFeatures => |
+ _blink.BlinkSVGGraphicsElement.instance.requiredFeatures_Getter_(this); |
+ |
@DomName('SVGGraphicsElement.systemLanguage') |
@DocsEditable() |
@Experimental() // untriaged |
- StringList get systemLanguage => _blink.BlinkSVGGraphicsElement.instance.systemLanguage_Getter_(this); |
- |
+ StringList get systemLanguage => |
+ _blink.BlinkSVGGraphicsElement.instance.systemLanguage_Getter_(this); |
+ |
@DomName('SVGGraphicsElement.hasExtension') |
@DocsEditable() |
@Experimental() // untriaged |
- bool hasExtension(String extension) => _blink.BlinkSVGGraphicsElement.instance.hasExtension_Callback_1_(this, extension); |
- |
+ bool hasExtension(String extension) => _blink.BlinkSVGGraphicsElement.instance |
+ .hasExtension_Callback_1_(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 |
@@ -3145,18 +3409,19 @@ class GraphicsElement extends SvgElement implements Tests { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGImageElement') |
@Unstable() |
class ImageElement extends GraphicsElement implements UriReference { |
// To suppress missing implicit constructor warnings. |
- factory ImageElement._() { throw new UnsupportedError("Not supported"); } |
+ factory ImageElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGImageElement.SVGImageElement') |
@DocsEditable() |
- factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("image"); |
- |
+ factory ImageElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("image"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -3173,28 +3438,31 @@ class ImageElement extends GraphicsElement implements UriReference { |
@DomName('SVGImageElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGImageElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGImageElement.instance.height_Getter_(this); |
+ |
@DomName('SVGImageElement.preserveAspectRatio') |
@DocsEditable() |
- AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGImageElement.instance.preserveAspectRatio_Getter_(this); |
- |
+ AnimatedPreserveAspectRatio get preserveAspectRatio => |
+ _blink.BlinkSVGImageElement.instance.preserveAspectRatio_Getter_(this); |
+ |
@DomName('SVGImageElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGImageElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGImageElement.instance.width_Getter_(this); |
+ |
@DomName('SVGImageElement.x') |
@DocsEditable() |
AnimatedLength get x => _blink.BlinkSVGImageElement.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGImageElement.y') |
@DocsEditable() |
AnimatedLength get y => _blink.BlinkSVGImageElement.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGImageElement.href') |
@DocsEditable() |
- AnimatedString get href => _blink.BlinkSVGImageElement.instance.href_Getter_(this); |
- |
+ AnimatedString get href => |
+ _blink.BlinkSVGImageElement.instance.href_Getter_(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 |
@@ -3202,20 +3470,20 @@ class ImageElement extends GraphicsElement implements UriReference { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGLength') |
@Unstable() |
class Length extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory Length._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory Length._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- Length.internal_() { } |
+ Length.internal_() {} |
@DomName('SVGLength.SVG_LENGTHTYPE_CM') |
@DocsEditable() |
@@ -3264,39 +3532,46 @@ class Length extends DartHtmlDomObject { |
@DomName('SVGLength.unitType') |
@DocsEditable() |
int get unitType => _blink.BlinkSVGLength.instance.unitType_Getter_(this); |
- |
+ |
@DomName('SVGLength.value') |
@DocsEditable() |
num get value => _blink.BlinkSVGLength.instance.value_Getter_(this); |
- |
+ |
@DomName('SVGLength.value') |
@DocsEditable() |
- set value(num value) => _blink.BlinkSVGLength.instance.value_Setter_(this, value); |
- |
+ set value(num value) => |
+ _blink.BlinkSVGLength.instance.value_Setter_(this, value); |
+ |
@DomName('SVGLength.valueAsString') |
@DocsEditable() |
- String get valueAsString => _blink.BlinkSVGLength.instance.valueAsString_Getter_(this); |
- |
+ String get valueAsString => |
+ _blink.BlinkSVGLength.instance.valueAsString_Getter_(this); |
+ |
@DomName('SVGLength.valueAsString') |
@DocsEditable() |
- set valueAsString(String value) => _blink.BlinkSVGLength.instance.valueAsString_Setter_(this, value); |
- |
+ set valueAsString(String value) => |
+ _blink.BlinkSVGLength.instance.valueAsString_Setter_(this, value); |
+ |
@DomName('SVGLength.valueInSpecifiedUnits') |
@DocsEditable() |
- num get valueInSpecifiedUnits => _blink.BlinkSVGLength.instance.valueInSpecifiedUnits_Getter_(this); |
- |
+ num get valueInSpecifiedUnits => |
+ _blink.BlinkSVGLength.instance.valueInSpecifiedUnits_Getter_(this); |
+ |
@DomName('SVGLength.valueInSpecifiedUnits') |
@DocsEditable() |
- set valueInSpecifiedUnits(num value) => _blink.BlinkSVGLength.instance.valueInSpecifiedUnits_Setter_(this, value); |
- |
+ set valueInSpecifiedUnits(num value) => |
+ _blink.BlinkSVGLength.instance.valueInSpecifiedUnits_Setter_(this, value); |
+ |
@DomName('SVGLength.convertToSpecifiedUnits') |
@DocsEditable() |
- void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGLength.instance.convertToSpecifiedUnits_Callback_1_(this, unitType); |
- |
+ void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGLength.instance |
+ .convertToSpecifiedUnits_Callback_1_(this, unitType); |
+ |
@DomName('SVGLength.newValueSpecifiedUnits') |
@DocsEditable() |
- void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink.BlinkSVGLength.instance.newValueSpecifiedUnits_Callback_2_(this, unitType, valueInSpecifiedUnits); |
- |
+ void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => |
+ _blink.BlinkSVGLength.instance.newValueSpecifiedUnits_Callback_2_( |
+ this, unitType, valueInSpecifiedUnits); |
} |
// 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 |
@@ -3304,43 +3579,44 @@ class Length extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGLengthList') |
@Unstable() |
-class LengthList extends DartHtmlDomObject with ListMixin<Length>, ImmutableListMixin<Length> implements List<Length> { |
+class LengthList extends DartHtmlDomObject |
+ with ListMixin<Length>, ImmutableListMixin<Length> |
+ implements List<Length> { |
// To suppress missing implicit constructor warnings. |
- factory LengthList._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory LengthList._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- LengthList.internal_() { } |
+ LengthList.internal_() {} |
@DomName('SVGLengthList.length') |
@DocsEditable() |
@Experimental() // untriaged |
int get length => _blink.BlinkSVGLengthList.instance.length_Getter_(this); |
- |
+ |
@DomName('SVGLengthList.numberOfItems') |
@DocsEditable() |
- int get numberOfItems => _blink.BlinkSVGLengthList.instance.numberOfItems_Getter_(this); |
- |
- Length operator[](int index) { |
- if (index < 0 || index >= length) |
- throw new RangeError.index(index, this); |
+ int get numberOfItems => |
+ _blink.BlinkSVGLengthList.instance.numberOfItems_Getter_(this); |
+ |
+ Length operator [](int index) { |
+ if (index < 0 || index >= length) throw new RangeError.index(index, this); |
return getItem(index); |
} |
- void operator[]=(int index, Length value) { |
+ void operator []=(int index, Length value) { |
throw new UnsupportedError("Cannot assign element of immutable List."); |
} |
// -- start List<Length> mixins. |
// Length is the element type. |
- |
set length(int value) { |
throw new UnsupportedError("Cannot resize immutable List."); |
} |
@@ -3375,36 +3651,45 @@ class LengthList extends DartHtmlDomObject with ListMixin<Length>, ImmutableList |
@DomName('SVGLengthList.__setter__') |
@DocsEditable() |
@Experimental() // untriaged |
- void __setter__(int index, Length newItem) => _blink.BlinkSVGLengthList.instance.$__setter___Callback_2_(this, index, newItem); |
- |
+ void __setter__(int index, Length newItem) => |
+ _blink.BlinkSVGLengthList.instance |
+ .$__setter___Callback_2_(this, index, newItem); |
+ |
@DomName('SVGLengthList.appendItem') |
@DocsEditable() |
- Length appendItem(Length newItem) => _blink.BlinkSVGLengthList.instance.appendItem_Callback_1_(this, newItem); |
- |
+ Length appendItem(Length newItem) => |
+ _blink.BlinkSVGLengthList.instance.appendItem_Callback_1_(this, newItem); |
+ |
@DomName('SVGLengthList.clear') |
@DocsEditable() |
void clear() => _blink.BlinkSVGLengthList.instance.clear_Callback_0_(this); |
- |
+ |
@DomName('SVGLengthList.getItem') |
@DocsEditable() |
- Length getItem(int index) => _blink.BlinkSVGLengthList.instance.getItem_Callback_1_(this, index); |
- |
+ Length getItem(int index) => |
+ _blink.BlinkSVGLengthList.instance.getItem_Callback_1_(this, index); |
+ |
@DomName('SVGLengthList.initialize') |
@DocsEditable() |
- Length initialize(Length newItem) => _blink.BlinkSVGLengthList.instance.initialize_Callback_1_(this, newItem); |
- |
+ Length initialize(Length newItem) => |
+ _blink.BlinkSVGLengthList.instance.initialize_Callback_1_(this, newItem); |
+ |
@DomName('SVGLengthList.insertItemBefore') |
@DocsEditable() |
- Length insertItemBefore(Length newItem, int index) => _blink.BlinkSVGLengthList.instance.insertItemBefore_Callback_2_(this, newItem, index); |
- |
+ Length insertItemBefore(Length newItem, int index) => |
+ _blink.BlinkSVGLengthList.instance |
+ .insertItemBefore_Callback_2_(this, newItem, index); |
+ |
@DomName('SVGLengthList.removeItem') |
@DocsEditable() |
- Length removeItem(int index) => _blink.BlinkSVGLengthList.instance.removeItem_Callback_1_(this, index); |
- |
+ Length removeItem(int index) => |
+ _blink.BlinkSVGLengthList.instance.removeItem_Callback_1_(this, index); |
+ |
@DomName('SVGLengthList.replaceItem') |
@DocsEditable() |
- Length replaceItem(Length newItem, int index) => _blink.BlinkSVGLengthList.instance.replaceItem_Callback_2_(this, newItem, index); |
- |
+ Length replaceItem(Length newItem, int index) => |
+ _blink.BlinkSVGLengthList.instance |
+ .replaceItem_Callback_2_(this, newItem, index); |
} |
// 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 |
@@ -3412,18 +3697,19 @@ class LengthList extends DartHtmlDomObject with ListMixin<Length>, ImmutableList |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGLineElement') |
@Unstable() |
class LineElement extends GeometryElement { |
// To suppress missing implicit constructor warnings. |
- factory LineElement._() { throw new UnsupportedError("Not supported"); } |
+ factory LineElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGLineElement.SVGLineElement') |
@DocsEditable() |
- factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line"); |
- |
+ factory LineElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("line"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -3441,19 +3727,18 @@ class LineElement extends GeometryElement { |
@DomName('SVGLineElement.x1') |
@DocsEditable() |
AnimatedLength get x1 => _blink.BlinkSVGLineElement.instance.x1_Getter_(this); |
- |
+ |
@DomName('SVGLineElement.x2') |
@DocsEditable() |
AnimatedLength get x2 => _blink.BlinkSVGLineElement.instance.x2_Getter_(this); |
- |
+ |
@DomName('SVGLineElement.y1') |
@DocsEditable() |
AnimatedLength get y1 => _blink.BlinkSVGLineElement.instance.y1_Getter_(this); |
- |
+ |
@DomName('SVGLineElement.y2') |
@DocsEditable() |
AnimatedLength get y2 => _blink.BlinkSVGLineElement.instance.y2_Getter_(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 |
@@ -3461,18 +3746,19 @@ class LineElement extends GeometryElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGLinearGradientElement') |
@Unstable() |
class LinearGradientElement extends _GradientElement { |
// To suppress missing implicit constructor warnings. |
- factory LinearGradientElement._() { throw new UnsupportedError("Not supported"); } |
+ factory LinearGradientElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGLinearGradientElement.SVGLinearGradientElement') |
@DocsEditable() |
- factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement_tag("linearGradient"); |
- |
+ factory LinearGradientElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("linearGradient"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -3489,20 +3775,23 @@ class LinearGradientElement extends _GradientElement { |
@DomName('SVGLinearGradientElement.x1') |
@DocsEditable() |
- AnimatedLength get x1 => _blink.BlinkSVGLinearGradientElement.instance.x1_Getter_(this); |
- |
+ AnimatedLength get x1 => |
+ _blink.BlinkSVGLinearGradientElement.instance.x1_Getter_(this); |
+ |
@DomName('SVGLinearGradientElement.x2') |
@DocsEditable() |
- AnimatedLength get x2 => _blink.BlinkSVGLinearGradientElement.instance.x2_Getter_(this); |
- |
+ AnimatedLength get x2 => |
+ _blink.BlinkSVGLinearGradientElement.instance.x2_Getter_(this); |
+ |
@DomName('SVGLinearGradientElement.y1') |
@DocsEditable() |
- AnimatedLength get y1 => _blink.BlinkSVGLinearGradientElement.instance.y1_Getter_(this); |
- |
+ AnimatedLength get y1 => |
+ _blink.BlinkSVGLinearGradientElement.instance.y1_Getter_(this); |
+ |
@DomName('SVGLinearGradientElement.y2') |
@DocsEditable() |
- AnimatedLength get y2 => _blink.BlinkSVGLinearGradientElement.instance.y2_Getter_(this); |
- |
+ AnimatedLength get y2 => |
+ _blink.BlinkSVGLinearGradientElement.instance.y2_Getter_(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 |
@@ -3510,18 +3799,19 @@ class LinearGradientElement extends _GradientElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGMarkerElement') |
@Unstable() |
class MarkerElement extends SvgElement implements FitToViewBox { |
// To suppress missing implicit constructor warnings. |
- factory MarkerElement._() { throw new UnsupportedError("Not supported"); } |
+ factory MarkerElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGMarkerElement.SVGMarkerElement') |
@DocsEditable() |
- factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("marker"); |
- |
+ factory MarkerElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("marker"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -3562,48 +3852,58 @@ class MarkerElement extends SvgElement implements FitToViewBox { |
@DomName('SVGMarkerElement.markerHeight') |
@DocsEditable() |
- AnimatedLength get markerHeight => _blink.BlinkSVGMarkerElement.instance.markerHeight_Getter_(this); |
- |
+ AnimatedLength get markerHeight => |
+ _blink.BlinkSVGMarkerElement.instance.markerHeight_Getter_(this); |
+ |
@DomName('SVGMarkerElement.markerUnits') |
@DocsEditable() |
- AnimatedEnumeration get markerUnits => _blink.BlinkSVGMarkerElement.instance.markerUnits_Getter_(this); |
- |
+ AnimatedEnumeration get markerUnits => |
+ _blink.BlinkSVGMarkerElement.instance.markerUnits_Getter_(this); |
+ |
@DomName('SVGMarkerElement.markerWidth') |
@DocsEditable() |
- AnimatedLength get markerWidth => _blink.BlinkSVGMarkerElement.instance.markerWidth_Getter_(this); |
- |
+ AnimatedLength get markerWidth => |
+ _blink.BlinkSVGMarkerElement.instance.markerWidth_Getter_(this); |
+ |
@DomName('SVGMarkerElement.orientAngle') |
@DocsEditable() |
- AnimatedAngle get orientAngle => _blink.BlinkSVGMarkerElement.instance.orientAngle_Getter_(this); |
- |
+ AnimatedAngle get orientAngle => |
+ _blink.BlinkSVGMarkerElement.instance.orientAngle_Getter_(this); |
+ |
@DomName('SVGMarkerElement.orientType') |
@DocsEditable() |
- AnimatedEnumeration get orientType => _blink.BlinkSVGMarkerElement.instance.orientType_Getter_(this); |
- |
+ AnimatedEnumeration get orientType => |
+ _blink.BlinkSVGMarkerElement.instance.orientType_Getter_(this); |
+ |
@DomName('SVGMarkerElement.refX') |
@DocsEditable() |
- AnimatedLength get refX => _blink.BlinkSVGMarkerElement.instance.refX_Getter_(this); |
- |
+ AnimatedLength get refX => |
+ _blink.BlinkSVGMarkerElement.instance.refX_Getter_(this); |
+ |
@DomName('SVGMarkerElement.refY') |
@DocsEditable() |
- AnimatedLength get refY => _blink.BlinkSVGMarkerElement.instance.refY_Getter_(this); |
- |
+ AnimatedLength get refY => |
+ _blink.BlinkSVGMarkerElement.instance.refY_Getter_(this); |
+ |
@DomName('SVGMarkerElement.setOrientToAngle') |
@DocsEditable() |
- void setOrientToAngle(Angle angle) => _blink.BlinkSVGMarkerElement.instance.setOrientToAngle_Callback_1_(this, angle); |
- |
+ void setOrientToAngle(Angle angle) => _blink.BlinkSVGMarkerElement.instance |
+ .setOrientToAngle_Callback_1_(this, angle); |
+ |
@DomName('SVGMarkerElement.setOrientToAuto') |
@DocsEditable() |
- void setOrientToAuto() => _blink.BlinkSVGMarkerElement.instance.setOrientToAuto_Callback_0_(this); |
- |
+ void setOrientToAuto() => |
+ _blink.BlinkSVGMarkerElement.instance.setOrientToAuto_Callback_0_(this); |
+ |
@DomName('SVGMarkerElement.preserveAspectRatio') |
@DocsEditable() |
- AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGMarkerElement.instance.preserveAspectRatio_Getter_(this); |
- |
+ AnimatedPreserveAspectRatio get preserveAspectRatio => |
+ _blink.BlinkSVGMarkerElement.instance.preserveAspectRatio_Getter_(this); |
+ |
@DomName('SVGMarkerElement.viewBox') |
@DocsEditable() |
- AnimatedRect get viewBox => _blink.BlinkSVGMarkerElement.instance.viewBox_Getter_(this); |
- |
+ AnimatedRect get viewBox => |
+ _blink.BlinkSVGMarkerElement.instance.viewBox_Getter_(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 |
@@ -3611,18 +3911,19 @@ class MarkerElement extends SvgElement implements FitToViewBox { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGMaskElement') |
@Unstable() |
class MaskElement extends SvgElement implements Tests { |
// To suppress missing implicit constructor warnings. |
- factory MaskElement._() { throw new UnsupportedError("Not supported"); } |
+ factory MaskElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGMaskElement.SVGMaskElement') |
@DocsEditable() |
- factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask"); |
- |
+ factory MaskElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("mask"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -3639,44 +3940,51 @@ class MaskElement extends SvgElement implements Tests { |
@DomName('SVGMaskElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGMaskElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGMaskElement.instance.height_Getter_(this); |
+ |
@DomName('SVGMaskElement.maskContentUnits') |
@DocsEditable() |
- AnimatedEnumeration get maskContentUnits => _blink.BlinkSVGMaskElement.instance.maskContentUnits_Getter_(this); |
- |
+ AnimatedEnumeration get maskContentUnits => |
+ _blink.BlinkSVGMaskElement.instance.maskContentUnits_Getter_(this); |
+ |
@DomName('SVGMaskElement.maskUnits') |
@DocsEditable() |
- AnimatedEnumeration get maskUnits => _blink.BlinkSVGMaskElement.instance.maskUnits_Getter_(this); |
- |
+ AnimatedEnumeration get maskUnits => |
+ _blink.BlinkSVGMaskElement.instance.maskUnits_Getter_(this); |
+ |
@DomName('SVGMaskElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGMaskElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGMaskElement.instance.width_Getter_(this); |
+ |
@DomName('SVGMaskElement.x') |
@DocsEditable() |
AnimatedLength get x => _blink.BlinkSVGMaskElement.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGMaskElement.y') |
@DocsEditable() |
AnimatedLength get y => _blink.BlinkSVGMaskElement.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGMaskElement.requiredExtensions') |
@DocsEditable() |
- StringList get requiredExtensions => _blink.BlinkSVGMaskElement.instance.requiredExtensions_Getter_(this); |
- |
+ StringList get requiredExtensions => |
+ _blink.BlinkSVGMaskElement.instance.requiredExtensions_Getter_(this); |
+ |
@DomName('SVGMaskElement.requiredFeatures') |
@DocsEditable() |
- StringList get requiredFeatures => _blink.BlinkSVGMaskElement.instance.requiredFeatures_Getter_(this); |
- |
+ StringList get requiredFeatures => |
+ _blink.BlinkSVGMaskElement.instance.requiredFeatures_Getter_(this); |
+ |
@DomName('SVGMaskElement.systemLanguage') |
@DocsEditable() |
- StringList get systemLanguage => _blink.BlinkSVGMaskElement.instance.systemLanguage_Getter_(this); |
- |
+ StringList get systemLanguage => |
+ _blink.BlinkSVGMaskElement.instance.systemLanguage_Getter_(this); |
+ |
@DomName('SVGMaskElement.hasExtension') |
@DocsEditable() |
- bool hasExtension(String extension) => _blink.BlinkSVGMaskElement.instance.hasExtension_Callback_1_(this, extension); |
- |
+ bool hasExtension(String extension) => _blink.BlinkSVGMaskElement.instance |
+ .hasExtension_Callback_1_(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 |
@@ -3684,113 +3992,121 @@ class MaskElement extends SvgElement implements Tests { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGMatrix') |
@Unstable() |
class Matrix extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory Matrix._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory Matrix._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- Matrix.internal_() { } |
+ Matrix.internal_() {} |
@DomName('SVGMatrix.a') |
@DocsEditable() |
num get a => _blink.BlinkSVGMatrix.instance.a_Getter_(this); |
- |
+ |
@DomName('SVGMatrix.a') |
@DocsEditable() |
set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(this, value); |
- |
+ |
@DomName('SVGMatrix.b') |
@DocsEditable() |
num get b => _blink.BlinkSVGMatrix.instance.b_Getter_(this); |
- |
+ |
@DomName('SVGMatrix.b') |
@DocsEditable() |
set b(num value) => _blink.BlinkSVGMatrix.instance.b_Setter_(this, value); |
- |
+ |
@DomName('SVGMatrix.c') |
@DocsEditable() |
num get c => _blink.BlinkSVGMatrix.instance.c_Getter_(this); |
- |
+ |
@DomName('SVGMatrix.c') |
@DocsEditable() |
set c(num value) => _blink.BlinkSVGMatrix.instance.c_Setter_(this, value); |
- |
+ |
@DomName('SVGMatrix.d') |
@DocsEditable() |
num get d => _blink.BlinkSVGMatrix.instance.d_Getter_(this); |
- |
+ |
@DomName('SVGMatrix.d') |
@DocsEditable() |
set d(num value) => _blink.BlinkSVGMatrix.instance.d_Setter_(this, value); |
- |
+ |
@DomName('SVGMatrix.e') |
@DocsEditable() |
num get e => _blink.BlinkSVGMatrix.instance.e_Getter_(this); |
- |
+ |
@DomName('SVGMatrix.e') |
@DocsEditable() |
set e(num value) => _blink.BlinkSVGMatrix.instance.e_Setter_(this, value); |
- |
+ |
@DomName('SVGMatrix.f') |
@DocsEditable() |
num get f => _blink.BlinkSVGMatrix.instance.f_Getter_(this); |
- |
+ |
@DomName('SVGMatrix.f') |
@DocsEditable() |
set f(num value) => _blink.BlinkSVGMatrix.instance.f_Setter_(this, value); |
- |
+ |
@DomName('SVGMatrix.flipX') |
@DocsEditable() |
Matrix flipX() => _blink.BlinkSVGMatrix.instance.flipX_Callback_0_(this); |
- |
+ |
@DomName('SVGMatrix.flipY') |
@DocsEditable() |
Matrix flipY() => _blink.BlinkSVGMatrix.instance.flipY_Callback_0_(this); |
- |
+ |
@DomName('SVGMatrix.inverse') |
@DocsEditable() |
Matrix inverse() => _blink.BlinkSVGMatrix.instance.inverse_Callback_0_(this); |
- |
+ |
@DomName('SVGMatrix.multiply') |
@DocsEditable() |
- Matrix multiply(Matrix secondMatrix) => _blink.BlinkSVGMatrix.instance.multiply_Callback_1_(this, secondMatrix); |
- |
+ Matrix multiply(Matrix secondMatrix) => |
+ _blink.BlinkSVGMatrix.instance.multiply_Callback_1_(this, secondMatrix); |
+ |
@DomName('SVGMatrix.rotate') |
@DocsEditable() |
- Matrix rotate(num angle) => _blink.BlinkSVGMatrix.instance.rotate_Callback_1_(this, angle); |
- |
+ Matrix rotate(num angle) => |
+ _blink.BlinkSVGMatrix.instance.rotate_Callback_1_(this, angle); |
+ |
@DomName('SVGMatrix.rotateFromVector') |
@DocsEditable() |
- Matrix rotateFromVector(num x, num y) => _blink.BlinkSVGMatrix.instance.rotateFromVector_Callback_2_(this, x, y); |
- |
+ Matrix rotateFromVector(num x, num y) => |
+ _blink.BlinkSVGMatrix.instance.rotateFromVector_Callback_2_(this, x, y); |
+ |
@DomName('SVGMatrix.scale') |
@DocsEditable() |
- Matrix scale(num scaleFactor) => _blink.BlinkSVGMatrix.instance.scale_Callback_1_(this, scaleFactor); |
- |
+ Matrix scale(num scaleFactor) => |
+ _blink.BlinkSVGMatrix.instance.scale_Callback_1_(this, scaleFactor); |
+ |
@DomName('SVGMatrix.scaleNonUniform') |
@DocsEditable() |
- Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => _blink.BlinkSVGMatrix.instance.scaleNonUniform_Callback_2_(this, scaleFactorX, scaleFactorY); |
- |
+ Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => |
+ _blink.BlinkSVGMatrix.instance |
+ .scaleNonUniform_Callback_2_(this, scaleFactorX, scaleFactorY); |
+ |
@DomName('SVGMatrix.skewX') |
@DocsEditable() |
- Matrix skewX(num angle) => _blink.BlinkSVGMatrix.instance.skewX_Callback_1_(this, angle); |
- |
+ Matrix skewX(num angle) => |
+ _blink.BlinkSVGMatrix.instance.skewX_Callback_1_(this, angle); |
+ |
@DomName('SVGMatrix.skewY') |
@DocsEditable() |
- Matrix skewY(num angle) => _blink.BlinkSVGMatrix.instance.skewY_Callback_1_(this, angle); |
- |
+ Matrix skewY(num angle) => |
+ _blink.BlinkSVGMatrix.instance.skewY_Callback_1_(this, angle); |
+ |
@DomName('SVGMatrix.translate') |
@DocsEditable() |
- Matrix translate(num x, num y) => _blink.BlinkSVGMatrix.instance.translate_Callback_2_(this, x, y); |
- |
+ Matrix translate(num x, num y) => |
+ _blink.BlinkSVGMatrix.instance.translate_Callback_2_(this, x, y); |
} |
// 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 |
@@ -3798,14 +4114,14 @@ class Matrix extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGMetadataElement') |
@Unstable() |
class MetadataElement extends SvgElement { |
// To suppress missing implicit constructor warnings. |
- factory MetadataElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory MetadataElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -3819,7 +4135,6 @@ class MetadataElement extends SvgElement { |
* This can only be called by subclasses from their created constructor. |
*/ |
MetadataElement.created() : super.created(); |
- |
} |
// 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 |
@@ -3827,29 +4142,29 @@ class MetadataElement extends SvgElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGNumber') |
@Unstable() |
class Number extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory Number._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory Number._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- Number.internal_() { } |
+ Number.internal_() {} |
@DomName('SVGNumber.value') |
@DocsEditable() |
num get value => _blink.BlinkSVGNumber.instance.value_Getter_(this); |
- |
+ |
@DomName('SVGNumber.value') |
@DocsEditable() |
- set value(num value) => _blink.BlinkSVGNumber.instance.value_Setter_(this, value); |
- |
+ set value(num value) => |
+ _blink.BlinkSVGNumber.instance.value_Setter_(this, value); |
} |
// 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 |
@@ -3857,43 +4172,44 @@ class Number extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGNumberList') |
@Unstable() |
-class NumberList extends DartHtmlDomObject with ListMixin<Number>, ImmutableListMixin<Number> implements List<Number> { |
+class NumberList extends DartHtmlDomObject |
+ with ListMixin<Number>, ImmutableListMixin<Number> |
+ implements List<Number> { |
// To suppress missing implicit constructor warnings. |
- factory NumberList._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory NumberList._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- NumberList.internal_() { } |
+ NumberList.internal_() {} |
@DomName('SVGNumberList.length') |
@DocsEditable() |
@Experimental() // untriaged |
int get length => _blink.BlinkSVGNumberList.instance.length_Getter_(this); |
- |
+ |
@DomName('SVGNumberList.numberOfItems') |
@DocsEditable() |
- int get numberOfItems => _blink.BlinkSVGNumberList.instance.numberOfItems_Getter_(this); |
- |
- Number operator[](int index) { |
- if (index < 0 || index >= length) |
- throw new RangeError.index(index, this); |
+ int get numberOfItems => |
+ _blink.BlinkSVGNumberList.instance.numberOfItems_Getter_(this); |
+ |
+ Number operator [](int index) { |
+ if (index < 0 || index >= length) throw new RangeError.index(index, this); |
return getItem(index); |
} |
- void operator[]=(int index, Number value) { |
+ void operator []=(int index, Number value) { |
throw new UnsupportedError("Cannot assign element of immutable List."); |
} |
// -- start List<Number> mixins. |
// Number is the element type. |
- |
set length(int value) { |
throw new UnsupportedError("Cannot resize immutable List."); |
} |
@@ -3928,36 +4244,45 @@ class NumberList extends DartHtmlDomObject with ListMixin<Number>, ImmutableList |
@DomName('SVGNumberList.__setter__') |
@DocsEditable() |
@Experimental() // untriaged |
- void __setter__(int index, Number newItem) => _blink.BlinkSVGNumberList.instance.$__setter___Callback_2_(this, index, newItem); |
- |
+ void __setter__(int index, Number newItem) => |
+ _blink.BlinkSVGNumberList.instance |
+ .$__setter___Callback_2_(this, index, newItem); |
+ |
@DomName('SVGNumberList.appendItem') |
@DocsEditable() |
- Number appendItem(Number newItem) => _blink.BlinkSVGNumberList.instance.appendItem_Callback_1_(this, newItem); |
- |
+ Number appendItem(Number newItem) => |
+ _blink.BlinkSVGNumberList.instance.appendItem_Callback_1_(this, newItem); |
+ |
@DomName('SVGNumberList.clear') |
@DocsEditable() |
void clear() => _blink.BlinkSVGNumberList.instance.clear_Callback_0_(this); |
- |
+ |
@DomName('SVGNumberList.getItem') |
@DocsEditable() |
- Number getItem(int index) => _blink.BlinkSVGNumberList.instance.getItem_Callback_1_(this, index); |
- |
+ Number getItem(int index) => |
+ _blink.BlinkSVGNumberList.instance.getItem_Callback_1_(this, index); |
+ |
@DomName('SVGNumberList.initialize') |
@DocsEditable() |
- Number initialize(Number newItem) => _blink.BlinkSVGNumberList.instance.initialize_Callback_1_(this, newItem); |
- |
+ Number initialize(Number newItem) => |
+ _blink.BlinkSVGNumberList.instance.initialize_Callback_1_(this, newItem); |
+ |
@DomName('SVGNumberList.insertItemBefore') |
@DocsEditable() |
- Number insertItemBefore(Number newItem, int index) => _blink.BlinkSVGNumberList.instance.insertItemBefore_Callback_2_(this, newItem, index); |
- |
+ Number insertItemBefore(Number newItem, int index) => |
+ _blink.BlinkSVGNumberList.instance |
+ .insertItemBefore_Callback_2_(this, newItem, index); |
+ |
@DomName('SVGNumberList.removeItem') |
@DocsEditable() |
- Number removeItem(int index) => _blink.BlinkSVGNumberList.instance.removeItem_Callback_1_(this, index); |
- |
+ Number removeItem(int index) => |
+ _blink.BlinkSVGNumberList.instance.removeItem_Callback_1_(this, index); |
+ |
@DomName('SVGNumberList.replaceItem') |
@DocsEditable() |
- Number replaceItem(Number newItem, int index) => _blink.BlinkSVGNumberList.instance.replaceItem_Callback_2_(this, newItem, index); |
- |
+ Number replaceItem(Number newItem, int index) => |
+ _blink.BlinkSVGNumberList.instance |
+ .replaceItem_Callback_2_(this, newItem, index); |
} |
// 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 |
@@ -3965,18 +4290,19 @@ class NumberList extends DartHtmlDomObject with ListMixin<Number>, ImmutableList |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathElement') |
@Unstable() |
class PathElement extends GeometryElement { |
// To suppress missing implicit constructor warnings. |
- factory PathElement._() { throw new UnsupportedError("Not supported"); } |
+ factory PathElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGPathElement.SVGPathElement') |
@DocsEditable() |
- factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path"); |
- |
+ factory PathElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("path"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -3993,112 +4319,172 @@ class PathElement extends GeometryElement { |
@DomName('SVGPathElement.animatedNormalizedPathSegList') |
@DocsEditable() |
- PathSegList get animatedNormalizedPathSegList => _blink.BlinkSVGPathElement.instance.animatedNormalizedPathSegList_Getter_(this); |
- |
+ PathSegList get animatedNormalizedPathSegList => |
+ _blink.BlinkSVGPathElement.instance |
+ .animatedNormalizedPathSegList_Getter_(this); |
+ |
@DomName('SVGPathElement.animatedPathSegList') |
@DocsEditable() |
- PathSegList get animatedPathSegList => _blink.BlinkSVGPathElement.instance.animatedPathSegList_Getter_(this); |
- |
+ PathSegList get animatedPathSegList => |
+ _blink.BlinkSVGPathElement.instance.animatedPathSegList_Getter_(this); |
+ |
@DomName('SVGPathElement.normalizedPathSegList') |
@DocsEditable() |
- PathSegList get normalizedPathSegList => _blink.BlinkSVGPathElement.instance.normalizedPathSegList_Getter_(this); |
- |
+ PathSegList get normalizedPathSegList => |
+ _blink.BlinkSVGPathElement.instance.normalizedPathSegList_Getter_(this); |
+ |
@DomName('SVGPathElement.pathLength') |
@DocsEditable() |
- AnimatedNumber get pathLength => _blink.BlinkSVGPathElement.instance.pathLength_Getter_(this); |
- |
+ AnimatedNumber get pathLength => |
+ _blink.BlinkSVGPathElement.instance.pathLength_Getter_(this); |
+ |
@DomName('SVGPathElement.pathSegList') |
@DocsEditable() |
- PathSegList get pathSegList => _blink.BlinkSVGPathElement.instance.pathSegList_Getter_(this); |
- |
+ PathSegList get pathSegList => |
+ _blink.BlinkSVGPathElement.instance.pathSegList_Getter_(this); |
+ |
@DomName('SVGPathElement.createSVGPathSegArcAbs') |
@DocsEditable() |
- PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => _blink.BlinkSVGPathElement.instance.createSVGPathSegArcAbs_Callback_7_(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_( |
+ 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) => _blink.BlinkSVGPathElement.instance.createSVGPathSegArcRel_Callback_7_(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_( |
+ this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); |
+ |
@DomName('SVGPathElement.createSVGPathSegClosePath') |
@DocsEditable() |
- PathSegClosePath createSvgPathSegClosePath() => _blink.BlinkSVGPathElement.instance.createSVGPathSegClosePath_Callback_0_(this); |
- |
+ PathSegClosePath createSvgPathSegClosePath() => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegClosePath_Callback_0_(this); |
+ |
@DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') |
@DocsEditable() |
- PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicAbs_Callback_6_(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_( |
+ 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) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicRel_Callback_6_(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_( |
+ this, x, y, x1, y1, x2, y2); |
+ |
@DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') |
@DocsEditable() |
- PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicSmoothAbs_Callback_4_(this, x, y, x2, y2); |
- |
+ PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs( |
+ num x, num y, num x2, num y2) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegCurvetoCubicSmoothAbs_Callback_4_( |
+ this, x, y, x2, y2); |
+ |
@DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') |
@DocsEditable() |
- PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicSmoothRel_Callback_4_(this, x, y, x2, y2); |
- |
+ PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel( |
+ num x, num y, num x2, num y2) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegCurvetoCubicSmoothRel_Callback_4_( |
+ this, x, y, x2, y2); |
+ |
@DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') |
@DocsEditable() |
- PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, num x1, num y1) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadraticAbs_Callback_4_(this, x, y, x1, y1); |
- |
+ PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs( |
+ num x, num y, num x1, num y1) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegCurvetoQuadraticAbs_Callback_4_(this, x, y, x1, y1); |
+ |
@DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') |
@DocsEditable() |
- PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, num x1, num y1) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadraticRel_Callback_4_(this, x, y, x1, y1); |
- |
+ PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel( |
+ num x, num y, num x1, num y1) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegCurvetoQuadraticRel_Callback_4_(this, x, y, x1, y1); |
+ |
@DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') |
@DocsEditable() |
- PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_2_(this, x, y); |
- |
+ PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs( |
+ num x, num y) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_2_(this, x, y); |
+ |
@DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') |
@DocsEditable() |
- PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadraticSmoothRel_Callback_2_(this, x, y); |
- |
+ PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel( |
+ num x, num y) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegCurvetoQuadraticSmoothRel_Callback_2_(this, x, y); |
+ |
@DomName('SVGPathElement.createSVGPathSegLinetoAbs') |
@DocsEditable() |
- PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoAbs_Callback_2_(this, x, y); |
- |
+ PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegLinetoAbs_Callback_2_(this, x, y); |
+ |
@DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') |
@DocsEditable() |
- PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalAbs_Callback_1_(this, x); |
- |
+ PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegLinetoHorizontalAbs_Callback_1_(this, x); |
+ |
@DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') |
@DocsEditable() |
- PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalRel_Callback_1_(this, x); |
- |
+ PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegLinetoHorizontalRel_Callback_1_(this, x); |
+ |
@DomName('SVGPathElement.createSVGPathSegLinetoRel') |
@DocsEditable() |
- PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoRel_Callback_2_(this, x, y); |
- |
+ PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegLinetoRel_Callback_2_(this, x, y); |
+ |
@DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') |
@DocsEditable() |
- PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoVerticalAbs_Callback_1_(this, y); |
- |
+ PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegLinetoVerticalAbs_Callback_1_(this, y); |
+ |
@DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') |
@DocsEditable() |
- PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoVerticalRel_Callback_1_(this, y); |
- |
+ PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegLinetoVerticalRel_Callback_1_(this, y); |
+ |
@DomName('SVGPathElement.createSVGPathSegMovetoAbs') |
@DocsEditable() |
- PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegMovetoAbs_Callback_2_(this, x, y); |
- |
+ PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegMovetoAbs_Callback_2_(this, x, y); |
+ |
@DomName('SVGPathElement.createSVGPathSegMovetoRel') |
@DocsEditable() |
- PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegMovetoRel_Callback_2_(this, x, y); |
- |
+ PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => |
+ _blink.BlinkSVGPathElement.instance |
+ .createSVGPathSegMovetoRel_Callback_2_(this, x, y); |
+ |
@DomName('SVGPathElement.getPathSegAtLength') |
@DocsEditable() |
- int getPathSegAtLength(num distance) => _blink.BlinkSVGPathElement.instance.getPathSegAtLength_Callback_1_(this, distance); |
- |
+ int getPathSegAtLength(num distance) => _blink.BlinkSVGPathElement.instance |
+ .getPathSegAtLength_Callback_1_(this, distance); |
+ |
@DomName('SVGPathElement.getPointAtLength') |
@DocsEditable() |
- Point getPointAtLength(num distance) => _blink.BlinkSVGPathElement.instance.getPointAtLength_Callback_1_(this, distance); |
- |
+ Point getPointAtLength(num distance) => _blink.BlinkSVGPathElement.instance |
+ .getPointAtLength_Callback_1_(this, distance); |
+ |
@DomName('SVGPathElement.getTotalLength') |
@DocsEditable() |
- num getTotalLength() => _blink.BlinkSVGPathElement.instance.getTotalLength_Callback_0_(this); |
- |
+ num getTotalLength() => |
+ _blink.BlinkSVGPathElement.instance.getTotalLength_Callback_0_(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 |
@@ -4106,20 +4492,20 @@ class PathElement extends GeometryElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSeg') |
@Unstable() |
class PathSeg extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory PathSeg._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSeg._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- PathSeg.internal_() { } |
+ PathSeg.internal_() {} |
@DomName('SVGPathSeg.PATHSEG_ARC_ABS') |
@DocsEditable() |
@@ -4203,12 +4589,13 @@ class PathSeg extends DartHtmlDomObject { |
@DomName('SVGPathSeg.pathSegType') |
@DocsEditable() |
- int get pathSegType => _blink.BlinkSVGPathSeg.instance.pathSegType_Getter_(this); |
- |
+ int get pathSegType => |
+ _blink.BlinkSVGPathSeg.instance.pathSegType_Getter_(this); |
+ |
@DomName('SVGPathSeg.pathSegTypeAsLetter') |
@DocsEditable() |
- String get pathSegTypeAsLetter => _blink.BlinkSVGPathSeg.instance.pathSegTypeAsLetter_Getter_(this); |
- |
+ String get pathSegTypeAsLetter => |
+ _blink.BlinkSVGPathSeg.instance.pathSegTypeAsLetter_Getter_(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 |
@@ -4216,14 +4603,14 @@ class PathSeg extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegArcAbs') |
@Unstable() |
class PathSegArcAbs extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegArcAbs._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4231,63 +4618,70 @@ class PathSegArcAbs extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegArcAbs.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegArcAbs.angle') |
@DocsEditable() |
num get angle => _blink.BlinkSVGPathSegArcAbs.instance.angle_Getter_(this); |
- |
+ |
@DomName('SVGPathSegArcAbs.angle') |
@DocsEditable() |
- set angle(num value) => _blink.BlinkSVGPathSegArcAbs.instance.angle_Setter_(this, value); |
- |
+ set angle(num value) => |
+ _blink.BlinkSVGPathSegArcAbs.instance.angle_Setter_(this, value); |
+ |
@DomName('SVGPathSegArcAbs.largeArcFlag') |
@DocsEditable() |
- bool get largeArcFlag => _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Getter_(this); |
- |
+ bool get largeArcFlag => |
+ _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Getter_(this); |
+ |
@DomName('SVGPathSegArcAbs.largeArcFlag') |
@DocsEditable() |
- set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Setter_(this, value); |
- |
+ set largeArcFlag(bool value) => |
+ _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Setter_(this, value); |
+ |
@DomName('SVGPathSegArcAbs.r1') |
@DocsEditable() |
num get r1 => _blink.BlinkSVGPathSegArcAbs.instance.r1_Getter_(this); |
- |
+ |
@DomName('SVGPathSegArcAbs.r1') |
@DocsEditable() |
- set r1(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r1_Setter_(this, value); |
- |
+ set r1(num value) => |
+ _blink.BlinkSVGPathSegArcAbs.instance.r1_Setter_(this, value); |
+ |
@DomName('SVGPathSegArcAbs.r2') |
@DocsEditable() |
num get r2 => _blink.BlinkSVGPathSegArcAbs.instance.r2_Getter_(this); |
- |
+ |
@DomName('SVGPathSegArcAbs.r2') |
@DocsEditable() |
- set r2(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r2_Setter_(this, value); |
- |
+ set r2(num value) => |
+ _blink.BlinkSVGPathSegArcAbs.instance.r2_Setter_(this, value); |
+ |
@DomName('SVGPathSegArcAbs.sweepFlag') |
@DocsEditable() |
- bool get sweepFlag => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Getter_(this); |
- |
+ bool get sweepFlag => |
+ _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Getter_(this); |
+ |
@DomName('SVGPathSegArcAbs.sweepFlag') |
@DocsEditable() |
- set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Setter_(this, value); |
- |
+ set sweepFlag(bool value) => |
+ _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Setter_(this, value); |
+ |
@DomName('SVGPathSegArcAbs.x') |
@DocsEditable() |
num get x => _blink.BlinkSVGPathSegArcAbs.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGPathSegArcAbs.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegArcAbs.instance.x_Setter_(this, value); |
- |
+ set x(num value) => |
+ _blink.BlinkSVGPathSegArcAbs.instance.x_Setter_(this, value); |
+ |
@DomName('SVGPathSegArcAbs.y') |
@DocsEditable() |
num get y => _blink.BlinkSVGPathSegArcAbs.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGPathSegArcAbs.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegArcAbs.instance.y_Setter_(this, value); |
- |
+ set y(num value) => |
+ _blink.BlinkSVGPathSegArcAbs.instance.y_Setter_(this, value); |
} |
// 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 |
@@ -4295,14 +4689,14 @@ class PathSegArcAbs extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegArcRel') |
@Unstable() |
class PathSegArcRel extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegArcRel._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4310,63 +4704,70 @@ class PathSegArcRel extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegArcRel.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegArcRel.angle') |
@DocsEditable() |
num get angle => _blink.BlinkSVGPathSegArcRel.instance.angle_Getter_(this); |
- |
+ |
@DomName('SVGPathSegArcRel.angle') |
@DocsEditable() |
- set angle(num value) => _blink.BlinkSVGPathSegArcRel.instance.angle_Setter_(this, value); |
- |
+ set angle(num value) => |
+ _blink.BlinkSVGPathSegArcRel.instance.angle_Setter_(this, value); |
+ |
@DomName('SVGPathSegArcRel.largeArcFlag') |
@DocsEditable() |
- bool get largeArcFlag => _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Getter_(this); |
- |
+ bool get largeArcFlag => |
+ _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Getter_(this); |
+ |
@DomName('SVGPathSegArcRel.largeArcFlag') |
@DocsEditable() |
- set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Setter_(this, value); |
- |
+ set largeArcFlag(bool value) => |
+ _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Setter_(this, value); |
+ |
@DomName('SVGPathSegArcRel.r1') |
@DocsEditable() |
num get r1 => _blink.BlinkSVGPathSegArcRel.instance.r1_Getter_(this); |
- |
+ |
@DomName('SVGPathSegArcRel.r1') |
@DocsEditable() |
- set r1(num value) => _blink.BlinkSVGPathSegArcRel.instance.r1_Setter_(this, value); |
- |
+ set r1(num value) => |
+ _blink.BlinkSVGPathSegArcRel.instance.r1_Setter_(this, value); |
+ |
@DomName('SVGPathSegArcRel.r2') |
@DocsEditable() |
num get r2 => _blink.BlinkSVGPathSegArcRel.instance.r2_Getter_(this); |
- |
+ |
@DomName('SVGPathSegArcRel.r2') |
@DocsEditable() |
- set r2(num value) => _blink.BlinkSVGPathSegArcRel.instance.r2_Setter_(this, value); |
- |
+ set r2(num value) => |
+ _blink.BlinkSVGPathSegArcRel.instance.r2_Setter_(this, value); |
+ |
@DomName('SVGPathSegArcRel.sweepFlag') |
@DocsEditable() |
- bool get sweepFlag => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Getter_(this); |
- |
+ bool get sweepFlag => |
+ _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Getter_(this); |
+ |
@DomName('SVGPathSegArcRel.sweepFlag') |
@DocsEditable() |
- set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Setter_(this, value); |
- |
+ set sweepFlag(bool value) => |
+ _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Setter_(this, value); |
+ |
@DomName('SVGPathSegArcRel.x') |
@DocsEditable() |
num get x => _blink.BlinkSVGPathSegArcRel.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGPathSegArcRel.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegArcRel.instance.x_Setter_(this, value); |
- |
+ set x(num value) => |
+ _blink.BlinkSVGPathSegArcRel.instance.x_Setter_(this, value); |
+ |
@DomName('SVGPathSegArcRel.y') |
@DocsEditable() |
num get y => _blink.BlinkSVGPathSegArcRel.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGPathSegArcRel.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegArcRel.instance.y_Setter_(this, value); |
- |
+ set y(num value) => |
+ _blink.BlinkSVGPathSegArcRel.instance.y_Setter_(this, value); |
} |
// 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 |
@@ -4374,22 +4775,20 @@ class PathSegArcRel extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegClosePath') |
@Unstable() |
class PathSegClosePath extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegClosePath._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
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 |
@@ -4397,14 +4796,14 @@ class PathSegClosePath extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegCurvetoCubicAbs') |
@Unstable() |
class PathSegCurvetoCubicAbs extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegCurvetoCubicAbs._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4412,55 +4811,59 @@ class PathSegCurvetoCubicAbs extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegCurvetoCubicAbs.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegCurvetoCubicAbs.x') |
@DocsEditable() |
num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGPathSegCurvetoCubicAbs.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Setter_(this, value); |
- |
+ set x(num value) => |
+ _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicAbs.x1') |
@DocsEditable() |
num get x1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Getter_(this); |
- |
+ |
@DomName('SVGPathSegCurvetoCubicAbs.x1') |
@DocsEditable() |
- set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Setter_(this, value); |
- |
+ set x1(num value) => |
+ _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicAbs.x2') |
@DocsEditable() |
num get x2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Getter_(this); |
- |
+ |
@DomName('SVGPathSegCurvetoCubicAbs.x2') |
@DocsEditable() |
- set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Setter_(this, value); |
- |
+ set x2(num value) => |
+ _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicAbs.y') |
@DocsEditable() |
num get y => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGPathSegCurvetoCubicAbs.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Setter_(this, value); |
- |
+ set y(num value) => |
+ _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicAbs.y1') |
@DocsEditable() |
num get y1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Getter_(this); |
- |
+ |
@DomName('SVGPathSegCurvetoCubicAbs.y1') |
@DocsEditable() |
- set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Setter_(this, value); |
- |
+ set y1(num value) => |
+ _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicAbs.y2') |
@DocsEditable() |
num get y2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Getter_(this); |
- |
+ |
@DomName('SVGPathSegCurvetoCubicAbs.y2') |
@DocsEditable() |
- set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Setter_(this, value); |
- |
+ set y2(num value) => |
+ _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Setter_(this, value); |
} |
// 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 |
@@ -4468,14 +4871,14 @@ class PathSegCurvetoCubicAbs extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegCurvetoCubicRel') |
@Unstable() |
class PathSegCurvetoCubicRel extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegCurvetoCubicRel._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4483,55 +4886,59 @@ class PathSegCurvetoCubicRel extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegCurvetoCubicRel.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegCurvetoCubicRel.x') |
@DocsEditable() |
num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGPathSegCurvetoCubicRel.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Setter_(this, value); |
- |
+ set x(num value) => |
+ _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicRel.x1') |
@DocsEditable() |
num get x1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Getter_(this); |
- |
+ |
@DomName('SVGPathSegCurvetoCubicRel.x1') |
@DocsEditable() |
- set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Setter_(this, value); |
- |
+ set x1(num value) => |
+ _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicRel.x2') |
@DocsEditable() |
num get x2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Getter_(this); |
- |
+ |
@DomName('SVGPathSegCurvetoCubicRel.x2') |
@DocsEditable() |
- set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Setter_(this, value); |
- |
+ set x2(num value) => |
+ _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicRel.y') |
@DocsEditable() |
num get y => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGPathSegCurvetoCubicRel.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Setter_(this, value); |
- |
+ set y(num value) => |
+ _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicRel.y1') |
@DocsEditable() |
num get y1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Getter_(this); |
- |
+ |
@DomName('SVGPathSegCurvetoCubicRel.y1') |
@DocsEditable() |
- set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Setter_(this, value); |
- |
+ set y1(num value) => |
+ _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicRel.y2') |
@DocsEditable() |
num get y2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Getter_(this); |
- |
+ |
@DomName('SVGPathSegCurvetoCubicRel.y2') |
@DocsEditable() |
- set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Setter_(this, value); |
- |
+ set y2(num value) => |
+ _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Setter_(this, value); |
} |
// 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 |
@@ -4539,14 +4946,14 @@ class PathSegCurvetoCubicRel extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegCurvetoCubicSmoothAbs') |
@Unstable() |
class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegCurvetoCubicSmoothAbs._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4554,39 +4961,45 @@ class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegCurvetoCubicSmoothAbs.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
@DocsEditable() |
- num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(this); |
- |
+ num get x => |
+ _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Setter_(this, value); |
- |
+ set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance |
+ .x_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
@DocsEditable() |
- num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_Getter_(this); |
- |
+ num get x2 => |
+ _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
@DocsEditable() |
- set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_Setter_(this, value); |
- |
+ set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance |
+ .x2_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
@DocsEditable() |
- num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Getter_(this); |
- |
+ num get y => |
+ _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Setter_(this, value); |
- |
+ set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance |
+ .y_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
@DocsEditable() |
- num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Getter_(this); |
- |
+ num get y2 => |
+ _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
@DocsEditable() |
- set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Setter_(this, value); |
- |
+ set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance |
+ .y2_Setter_(this, value); |
} |
// 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 |
@@ -4594,14 +5007,14 @@ class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegCurvetoCubicSmoothRel') |
@Unstable() |
class PathSegCurvetoCubicSmoothRel extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegCurvetoCubicSmoothRel._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4609,39 +5022,45 @@ class PathSegCurvetoCubicSmoothRel extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegCurvetoCubicSmoothRel.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
@DocsEditable() |
- num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(this); |
- |
+ num get x => |
+ _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Setter_(this, value); |
- |
+ set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance |
+ .x_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
@DocsEditable() |
- num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Getter_(this); |
- |
+ num get x2 => |
+ _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
@DocsEditable() |
- set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Setter_(this, value); |
- |
+ set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance |
+ .x2_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
@DocsEditable() |
- num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Getter_(this); |
- |
+ num get y => |
+ _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Setter_(this, value); |
- |
+ set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance |
+ .y_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
@DocsEditable() |
- num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_Getter_(this); |
- |
+ num get y2 => |
+ _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
@DocsEditable() |
- set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_Setter_(this, value); |
- |
+ set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance |
+ .y2_Setter_(this, value); |
} |
// 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 |
@@ -4649,14 +5068,14 @@ class PathSegCurvetoCubicSmoothRel extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegCurvetoQuadraticAbs') |
@Unstable() |
class PathSegCurvetoQuadraticAbs extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegCurvetoQuadraticAbs._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4664,39 +5083,45 @@ class PathSegCurvetoQuadraticAbs extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegCurvetoQuadraticAbs.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegCurvetoQuadraticAbs.x') |
@DocsEditable() |
- num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(this); |
- |
+ num get x => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoQuadraticAbs.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Setter_(this, value); |
- |
+ set x(num value) => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
@DocsEditable() |
- num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Getter_(this); |
- |
+ num get x1 => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
@DocsEditable() |
- set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Setter_(this, value); |
- |
+ set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance |
+ .x1_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoQuadraticAbs.y') |
@DocsEditable() |
- num get y => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Getter_(this); |
- |
+ num get y => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoQuadraticAbs.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Setter_(this, value); |
- |
+ set y(num value) => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
@DocsEditable() |
- num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Getter_(this); |
- |
+ num get y1 => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
@DocsEditable() |
- set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Setter_(this, value); |
- |
+ set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance |
+ .y1_Setter_(this, value); |
} |
// 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 |
@@ -4704,14 +5129,14 @@ class PathSegCurvetoQuadraticAbs extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegCurvetoQuadraticRel') |
@Unstable() |
class PathSegCurvetoQuadraticRel extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegCurvetoQuadraticRel._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4719,39 +5144,45 @@ class PathSegCurvetoQuadraticRel extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegCurvetoQuadraticRel.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegCurvetoQuadraticRel.x') |
@DocsEditable() |
- num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(this); |
- |
+ num get x => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoQuadraticRel.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Setter_(this, value); |
- |
+ set x(num value) => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoQuadraticRel.x1') |
@DocsEditable() |
- num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Getter_(this); |
- |
+ num get x1 => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoQuadraticRel.x1') |
@DocsEditable() |
- set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Setter_(this, value); |
- |
+ set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance |
+ .x1_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoQuadraticRel.y') |
@DocsEditable() |
- num get y => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Getter_(this); |
- |
+ num get y => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoQuadraticRel.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Setter_(this, value); |
- |
+ set y(num value) => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoQuadraticRel.y1') |
@DocsEditable() |
- num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Getter_(this); |
- |
+ num get y1 => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoQuadraticRel.y1') |
@DocsEditable() |
- set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Setter_(this, value); |
- |
+ set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance |
+ .y1_Setter_(this, value); |
} |
// 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 |
@@ -4759,14 +5190,14 @@ class PathSegCurvetoQuadraticRel extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegCurvetoQuadraticSmoothAbs') |
@Unstable() |
class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegCurvetoQuadraticSmoothAbs._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4774,23 +5205,25 @@ class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegCurvetoQuadraticSmoothAbs.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
@DocsEditable() |
- num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter_(this); |
- |
+ num get x => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Setter_(this, value); |
- |
+ set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance |
+ .x_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
@DocsEditable() |
- num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y_Getter_(this); |
- |
+ num get y => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y_Setter_(this, value); |
- |
+ set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance |
+ .y_Setter_(this, value); |
} |
// 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 |
@@ -4798,14 +5231,14 @@ class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegCurvetoQuadraticSmoothRel') |
@Unstable() |
class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegCurvetoQuadraticSmoothRel._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4813,23 +5246,25 @@ class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegCurvetoQuadraticSmoothRel.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
@DocsEditable() |
- num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter_(this); |
- |
+ num get x => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Setter_(this, value); |
- |
+ set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance |
+ .x_Setter_(this, value); |
+ |
@DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
@DocsEditable() |
- num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y_Getter_(this); |
- |
+ num get y => |
+ _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y_Getter_(this); |
+ |
@DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y_Setter_(this, value); |
- |
+ set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance |
+ .y_Setter_(this, value); |
} |
// 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 |
@@ -4837,14 +5272,14 @@ class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegLinetoAbs') |
@Unstable() |
class PathSegLinetoAbs extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegLinetoAbs._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4852,23 +5287,23 @@ class PathSegLinetoAbs extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegLinetoAbs.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegLinetoAbs.x') |
@DocsEditable() |
num get x => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGPathSegLinetoAbs.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(this, value); |
- |
+ set x(num value) => |
+ _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(this, value); |
+ |
@DomName('SVGPathSegLinetoAbs.y') |
@DocsEditable() |
num get y => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGPathSegLinetoAbs.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Setter_(this, value); |
- |
+ set y(num value) => |
+ _blink.BlinkSVGPathSegLinetoAbs.instance.y_Setter_(this, value); |
} |
// 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 |
@@ -4876,14 +5311,14 @@ class PathSegLinetoAbs extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegLinetoHorizontalAbs') |
@Unstable() |
class PathSegLinetoHorizontalAbs extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegLinetoHorizontalAbs._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4891,15 +5326,15 @@ class PathSegLinetoHorizontalAbs extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegLinetoHorizontalAbs.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegLinetoHorizontalAbs.x') |
@DocsEditable() |
- num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(this); |
- |
+ num get x => |
+ _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(this); |
+ |
@DomName('SVGPathSegLinetoHorizontalAbs.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Setter_(this, value); |
- |
+ set x(num value) => |
+ _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Setter_(this, value); |
} |
// 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 |
@@ -4907,14 +5342,14 @@ class PathSegLinetoHorizontalAbs extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegLinetoHorizontalRel') |
@Unstable() |
class PathSegLinetoHorizontalRel extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegLinetoHorizontalRel._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4922,15 +5357,15 @@ class PathSegLinetoHorizontalRel extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegLinetoHorizontalRel.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegLinetoHorizontalRel.x') |
@DocsEditable() |
- num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(this); |
- |
+ num get x => |
+ _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(this); |
+ |
@DomName('SVGPathSegLinetoHorizontalRel.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Setter_(this, value); |
- |
+ set x(num value) => |
+ _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Setter_(this, value); |
} |
// 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 |
@@ -4938,14 +5373,14 @@ class PathSegLinetoHorizontalRel extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegLinetoRel') |
@Unstable() |
class PathSegLinetoRel extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegLinetoRel._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4953,23 +5388,23 @@ class PathSegLinetoRel extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegLinetoRel.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegLinetoRel.x') |
@DocsEditable() |
num get x => _blink.BlinkSVGPathSegLinetoRel.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGPathSegLinetoRel.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(this, value); |
- |
+ set x(num value) => |
+ _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(this, value); |
+ |
@DomName('SVGPathSegLinetoRel.y') |
@DocsEditable() |
num get y => _blink.BlinkSVGPathSegLinetoRel.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGPathSegLinetoRel.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.y_Setter_(this, value); |
- |
+ set y(num value) => |
+ _blink.BlinkSVGPathSegLinetoRel.instance.y_Setter_(this, value); |
} |
// 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 |
@@ -4977,14 +5412,14 @@ class PathSegLinetoRel extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegLinetoVerticalAbs') |
@Unstable() |
class PathSegLinetoVerticalAbs extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegLinetoVerticalAbs._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -4992,15 +5427,14 @@ class PathSegLinetoVerticalAbs extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegLinetoVerticalAbs.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegLinetoVerticalAbs.y') |
@DocsEditable() |
num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGPathSegLinetoVerticalAbs.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Setter_(this, value); |
- |
+ set y(num value) => |
+ _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Setter_(this, value); |
} |
// 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 |
@@ -5008,14 +5442,14 @@ class PathSegLinetoVerticalAbs extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegLinetoVerticalRel') |
@Unstable() |
class PathSegLinetoVerticalRel extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegLinetoVerticalRel._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -5023,15 +5457,14 @@ class PathSegLinetoVerticalRel extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegLinetoVerticalRel.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegLinetoVerticalRel.y') |
@DocsEditable() |
num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGPathSegLinetoVerticalRel.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Setter_(this, value); |
- |
+ set y(num value) => |
+ _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Setter_(this, value); |
} |
// 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 |
@@ -5039,43 +5472,44 @@ class PathSegLinetoVerticalRel extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegList') |
@Unstable() |
-class PathSegList extends DartHtmlDomObject with ListMixin<PathSeg>, ImmutableListMixin<PathSeg> implements List<PathSeg> { |
+class PathSegList extends DartHtmlDomObject |
+ with ListMixin<PathSeg>, ImmutableListMixin<PathSeg> |
+ implements List<PathSeg> { |
// To suppress missing implicit constructor warnings. |
- factory PathSegList._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegList._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- PathSegList.internal_() { } |
+ PathSegList.internal_() {} |
@DomName('SVGPathSegList.length') |
@DocsEditable() |
@Experimental() // untriaged |
int get length => _blink.BlinkSVGPathSegList.instance.length_Getter_(this); |
- |
+ |
@DomName('SVGPathSegList.numberOfItems') |
@DocsEditable() |
- int get numberOfItems => _blink.BlinkSVGPathSegList.instance.numberOfItems_Getter_(this); |
- |
- PathSeg operator[](int index) { |
- if (index < 0 || index >= length) |
- throw new RangeError.index(index, this); |
+ int get numberOfItems => |
+ _blink.BlinkSVGPathSegList.instance.numberOfItems_Getter_(this); |
+ |
+ PathSeg operator [](int index) { |
+ if (index < 0 || index >= length) throw new RangeError.index(index, this); |
return getItem(index); |
} |
- void operator[]=(int index, PathSeg value) { |
+ void operator []=(int index, PathSeg value) { |
throw new UnsupportedError("Cannot assign element of immutable List."); |
} |
// -- start List<PathSeg> mixins. |
// PathSeg is the element type. |
- |
set length(int value) { |
throw new UnsupportedError("Cannot resize immutable List."); |
} |
@@ -5110,36 +5544,45 @@ class PathSegList extends DartHtmlDomObject with ListMixin<PathSeg>, ImmutableLi |
@DomName('SVGPathSegList.__setter__') |
@DocsEditable() |
@Experimental() // untriaged |
- void __setter__(int index, PathSeg newItem) => _blink.BlinkSVGPathSegList.instance.$__setter___Callback_2_(this, index, newItem); |
- |
+ void __setter__(int index, PathSeg newItem) => |
+ _blink.BlinkSVGPathSegList.instance |
+ .$__setter___Callback_2_(this, index, newItem); |
+ |
@DomName('SVGPathSegList.appendItem') |
@DocsEditable() |
- PathSeg appendItem(PathSeg newItem) => _blink.BlinkSVGPathSegList.instance.appendItem_Callback_1_(this, newItem); |
- |
+ PathSeg appendItem(PathSeg newItem) => |
+ _blink.BlinkSVGPathSegList.instance.appendItem_Callback_1_(this, newItem); |
+ |
@DomName('SVGPathSegList.clear') |
@DocsEditable() |
void clear() => _blink.BlinkSVGPathSegList.instance.clear_Callback_0_(this); |
- |
+ |
@DomName('SVGPathSegList.getItem') |
@DocsEditable() |
- PathSeg getItem(int index) => _blink.BlinkSVGPathSegList.instance.getItem_Callback_1_(this, index); |
- |
+ PathSeg getItem(int index) => |
+ _blink.BlinkSVGPathSegList.instance.getItem_Callback_1_(this, index); |
+ |
@DomName('SVGPathSegList.initialize') |
@DocsEditable() |
- PathSeg initialize(PathSeg newItem) => _blink.BlinkSVGPathSegList.instance.initialize_Callback_1_(this, newItem); |
- |
+ PathSeg initialize(PathSeg newItem) => |
+ _blink.BlinkSVGPathSegList.instance.initialize_Callback_1_(this, newItem); |
+ |
@DomName('SVGPathSegList.insertItemBefore') |
@DocsEditable() |
- PathSeg insertItemBefore(PathSeg newItem, int index) => _blink.BlinkSVGPathSegList.instance.insertItemBefore_Callback_2_(this, newItem, index); |
- |
+ PathSeg insertItemBefore(PathSeg newItem, int index) => |
+ _blink.BlinkSVGPathSegList.instance |
+ .insertItemBefore_Callback_2_(this, newItem, index); |
+ |
@DomName('SVGPathSegList.removeItem') |
@DocsEditable() |
- PathSeg removeItem(int index) => _blink.BlinkSVGPathSegList.instance.removeItem_Callback_1_(this, index); |
- |
+ PathSeg removeItem(int index) => |
+ _blink.BlinkSVGPathSegList.instance.removeItem_Callback_1_(this, index); |
+ |
@DomName('SVGPathSegList.replaceItem') |
@DocsEditable() |
- PathSeg replaceItem(PathSeg newItem, int index) => _blink.BlinkSVGPathSegList.instance.replaceItem_Callback_2_(this, newItem, index); |
- |
+ PathSeg replaceItem(PathSeg newItem, int index) => |
+ _blink.BlinkSVGPathSegList.instance |
+ .replaceItem_Callback_2_(this, newItem, index); |
} |
// 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 |
@@ -5147,14 +5590,14 @@ class PathSegList extends DartHtmlDomObject with ListMixin<PathSeg>, ImmutableLi |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegMovetoAbs') |
@Unstable() |
class PathSegMovetoAbs extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegMovetoAbs._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -5162,23 +5605,23 @@ class PathSegMovetoAbs extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegMovetoAbs.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegMovetoAbs.x') |
@DocsEditable() |
num get x => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGPathSegMovetoAbs.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(this, value); |
- |
+ set x(num value) => |
+ _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(this, value); |
+ |
@DomName('SVGPathSegMovetoAbs.y') |
@DocsEditable() |
num get y => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGPathSegMovetoAbs.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Setter_(this, value); |
- |
+ set y(num value) => |
+ _blink.BlinkSVGPathSegMovetoAbs.instance.y_Setter_(this, value); |
} |
// 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 |
@@ -5186,14 +5629,14 @@ class PathSegMovetoAbs extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPathSegMovetoRel') |
@Unstable() |
class PathSegMovetoRel extends PathSeg { |
// To suppress missing implicit constructor warnings. |
- factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PathSegMovetoRel._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -5201,23 +5644,23 @@ class PathSegMovetoRel extends PathSeg { |
@Deprecated("Internal Use Only") |
PathSegMovetoRel.internal_() : super.internal_(); |
- |
@DomName('SVGPathSegMovetoRel.x') |
@DocsEditable() |
num get x => _blink.BlinkSVGPathSegMovetoRel.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGPathSegMovetoRel.x') |
@DocsEditable() |
- set x(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(this, value); |
- |
+ set x(num value) => |
+ _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(this, value); |
+ |
@DomName('SVGPathSegMovetoRel.y') |
@DocsEditable() |
num get y => _blink.BlinkSVGPathSegMovetoRel.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGPathSegMovetoRel.y') |
@DocsEditable() |
- set y(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.y_Setter_(this, value); |
- |
+ set y(num value) => |
+ _blink.BlinkSVGPathSegMovetoRel.instance.y_Setter_(this, value); |
} |
// 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 |
@@ -5225,18 +5668,20 @@ class PathSegMovetoRel extends PathSeg { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPatternElement') |
@Unstable() |
-class PatternElement extends SvgElement implements FitToViewBox, UriReference, Tests { |
+class PatternElement extends SvgElement |
+ implements FitToViewBox, UriReference, Tests { |
// To suppress missing implicit constructor warnings. |
- factory PatternElement._() { throw new UnsupportedError("Not supported"); } |
+ factory PatternElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGPatternElement.SVGPatternElement') |
@DocsEditable() |
- factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("pattern"); |
- |
+ factory PatternElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("pattern"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -5253,60 +5698,73 @@ class PatternElement extends SvgElement implements FitToViewBox, UriReference, T |
@DomName('SVGPatternElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGPatternElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGPatternElement.instance.height_Getter_(this); |
+ |
@DomName('SVGPatternElement.patternContentUnits') |
@DocsEditable() |
- AnimatedEnumeration get patternContentUnits => _blink.BlinkSVGPatternElement.instance.patternContentUnits_Getter_(this); |
- |
+ AnimatedEnumeration get patternContentUnits => |
+ _blink.BlinkSVGPatternElement.instance.patternContentUnits_Getter_(this); |
+ |
@DomName('SVGPatternElement.patternTransform') |
@DocsEditable() |
- AnimatedTransformList get patternTransform => _blink.BlinkSVGPatternElement.instance.patternTransform_Getter_(this); |
- |
+ AnimatedTransformList get patternTransform => |
+ _blink.BlinkSVGPatternElement.instance.patternTransform_Getter_(this); |
+ |
@DomName('SVGPatternElement.patternUnits') |
@DocsEditable() |
- AnimatedEnumeration get patternUnits => _blink.BlinkSVGPatternElement.instance.patternUnits_Getter_(this); |
- |
+ AnimatedEnumeration get patternUnits => |
+ _blink.BlinkSVGPatternElement.instance.patternUnits_Getter_(this); |
+ |
@DomName('SVGPatternElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGPatternElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGPatternElement.instance.width_Getter_(this); |
+ |
@DomName('SVGPatternElement.x') |
@DocsEditable() |
- AnimatedLength get x => _blink.BlinkSVGPatternElement.instance.x_Getter_(this); |
- |
+ AnimatedLength get x => |
+ _blink.BlinkSVGPatternElement.instance.x_Getter_(this); |
+ |
@DomName('SVGPatternElement.y') |
@DocsEditable() |
- AnimatedLength get y => _blink.BlinkSVGPatternElement.instance.y_Getter_(this); |
- |
+ AnimatedLength get y => |
+ _blink.BlinkSVGPatternElement.instance.y_Getter_(this); |
+ |
@DomName('SVGPatternElement.preserveAspectRatio') |
@DocsEditable() |
- AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGPatternElement.instance.preserveAspectRatio_Getter_(this); |
- |
+ AnimatedPreserveAspectRatio get preserveAspectRatio => |
+ _blink.BlinkSVGPatternElement.instance.preserveAspectRatio_Getter_(this); |
+ |
@DomName('SVGPatternElement.viewBox') |
@DocsEditable() |
- AnimatedRect get viewBox => _blink.BlinkSVGPatternElement.instance.viewBox_Getter_(this); |
- |
+ AnimatedRect get viewBox => |
+ _blink.BlinkSVGPatternElement.instance.viewBox_Getter_(this); |
+ |
@DomName('SVGPatternElement.requiredExtensions') |
@DocsEditable() |
- StringList get requiredExtensions => _blink.BlinkSVGPatternElement.instance.requiredExtensions_Getter_(this); |
- |
+ StringList get requiredExtensions => |
+ _blink.BlinkSVGPatternElement.instance.requiredExtensions_Getter_(this); |
+ |
@DomName('SVGPatternElement.requiredFeatures') |
@DocsEditable() |
- StringList get requiredFeatures => _blink.BlinkSVGPatternElement.instance.requiredFeatures_Getter_(this); |
- |
+ StringList get requiredFeatures => |
+ _blink.BlinkSVGPatternElement.instance.requiredFeatures_Getter_(this); |
+ |
@DomName('SVGPatternElement.systemLanguage') |
@DocsEditable() |
- StringList get systemLanguage => _blink.BlinkSVGPatternElement.instance.systemLanguage_Getter_(this); |
- |
+ StringList get systemLanguage => |
+ _blink.BlinkSVGPatternElement.instance.systemLanguage_Getter_(this); |
+ |
@DomName('SVGPatternElement.hasExtension') |
@DocsEditable() |
- bool hasExtension(String extension) => _blink.BlinkSVGPatternElement.instance.hasExtension_Callback_1_(this, extension); |
- |
+ bool hasExtension(String extension) => _blink.BlinkSVGPatternElement.instance |
+ .hasExtension_Callback_1_(this, extension); |
+ |
@DomName('SVGPatternElement.href') |
@DocsEditable() |
- AnimatedString get href => _blink.BlinkSVGPatternElement.instance.href_Getter_(this); |
- |
+ AnimatedString get href => |
+ _blink.BlinkSVGPatternElement.instance.href_Getter_(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 |
@@ -5314,41 +5772,41 @@ class PatternElement extends SvgElement implements FitToViewBox, UriReference, T |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPoint') |
@Unstable() |
class Point extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory Point._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory Point._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- Point.internal_() { } |
+ Point.internal_() {} |
@DomName('SVGPoint.x') |
@DocsEditable() |
num get x => _blink.BlinkSVGPoint.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGPoint.x') |
@DocsEditable() |
set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(this, value); |
- |
+ |
@DomName('SVGPoint.y') |
@DocsEditable() |
num get y => _blink.BlinkSVGPoint.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGPoint.y') |
@DocsEditable() |
set y(num value) => _blink.BlinkSVGPoint.instance.y_Setter_(this, value); |
- |
+ |
@DomName('SVGPoint.matrixTransform') |
@DocsEditable() |
- Point matrixTransform(Matrix matrix) => _blink.BlinkSVGPoint.instance.matrixTransform_Callback_1_(this, matrix); |
- |
+ Point matrixTransform(Matrix matrix) => |
+ _blink.BlinkSVGPoint.instance.matrixTransform_Callback_1_(this, matrix); |
} |
// 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 |
@@ -5356,63 +5814,72 @@ class Point extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPointList') |
@Unstable() |
class PointList extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory PointList._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PointList._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- PointList.internal_() { } |
+ PointList.internal_() {} |
@DomName('SVGPointList.length') |
@DocsEditable() |
@Experimental() // untriaged |
int get length => _blink.BlinkSVGPointList.instance.length_Getter_(this); |
- |
+ |
@DomName('SVGPointList.numberOfItems') |
@DocsEditable() |
- int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Getter_(this); |
- |
+ int get numberOfItems => |
+ _blink.BlinkSVGPointList.instance.numberOfItems_Getter_(this); |
+ |
@DomName('SVGPointList.__setter__') |
@DocsEditable() |
@Experimental() // untriaged |
- void __setter__(int index, Point newItem) => _blink.BlinkSVGPointList.instance.$__setter___Callback_2_(this, index, newItem); |
- |
+ void __setter__(int index, Point newItem) => _blink.BlinkSVGPointList.instance |
+ .$__setter___Callback_2_(this, index, newItem); |
+ |
@DomName('SVGPointList.appendItem') |
@DocsEditable() |
- Point appendItem(Point newItem) => _blink.BlinkSVGPointList.instance.appendItem_Callback_1_(this, newItem); |
- |
+ Point appendItem(Point newItem) => |
+ _blink.BlinkSVGPointList.instance.appendItem_Callback_1_(this, newItem); |
+ |
@DomName('SVGPointList.clear') |
@DocsEditable() |
void clear() => _blink.BlinkSVGPointList.instance.clear_Callback_0_(this); |
- |
+ |
@DomName('SVGPointList.getItem') |
@DocsEditable() |
- Point getItem(int index) => _blink.BlinkSVGPointList.instance.getItem_Callback_1_(this, index); |
- |
+ Point getItem(int index) => |
+ _blink.BlinkSVGPointList.instance.getItem_Callback_1_(this, index); |
+ |
@DomName('SVGPointList.initialize') |
@DocsEditable() |
- Point initialize(Point newItem) => _blink.BlinkSVGPointList.instance.initialize_Callback_1_(this, newItem); |
- |
+ Point initialize(Point newItem) => |
+ _blink.BlinkSVGPointList.instance.initialize_Callback_1_(this, newItem); |
+ |
@DomName('SVGPointList.insertItemBefore') |
@DocsEditable() |
- Point insertItemBefore(Point newItem, int index) => _blink.BlinkSVGPointList.instance.insertItemBefore_Callback_2_(this, newItem, index); |
- |
+ Point insertItemBefore(Point newItem, int index) => |
+ _blink.BlinkSVGPointList.instance |
+ .insertItemBefore_Callback_2_(this, newItem, index); |
+ |
@DomName('SVGPointList.removeItem') |
@DocsEditable() |
- Point removeItem(int index) => _blink.BlinkSVGPointList.instance.removeItem_Callback_1_(this, index); |
- |
+ Point removeItem(int index) => |
+ _blink.BlinkSVGPointList.instance.removeItem_Callback_1_(this, index); |
+ |
@DomName('SVGPointList.replaceItem') |
@DocsEditable() |
- Point replaceItem(Point newItem, int index) => _blink.BlinkSVGPointList.instance.replaceItem_Callback_2_(this, newItem, index); |
- |
+ Point replaceItem(Point newItem, int index) => |
+ _blink.BlinkSVGPointList.instance |
+ .replaceItem_Callback_2_(this, newItem, index); |
} |
// 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 |
@@ -5420,18 +5887,19 @@ class PointList extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPolygonElement') |
@Unstable() |
class PolygonElement extends GeometryElement { |
// To suppress missing implicit constructor warnings. |
- factory PolygonElement._() { throw new UnsupportedError("Not supported"); } |
+ factory PolygonElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGPolygonElement.SVGPolygonElement') |
@DocsEditable() |
- factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("polygon"); |
- |
+ factory PolygonElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("polygon"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -5448,12 +5916,13 @@ class PolygonElement extends GeometryElement { |
@DomName('SVGPolygonElement.animatedPoints') |
@DocsEditable() |
- PointList get animatedPoints => _blink.BlinkSVGPolygonElement.instance.animatedPoints_Getter_(this); |
- |
+ PointList get animatedPoints => |
+ _blink.BlinkSVGPolygonElement.instance.animatedPoints_Getter_(this); |
+ |
@DomName('SVGPolygonElement.points') |
@DocsEditable() |
- PointList get points => _blink.BlinkSVGPolygonElement.instance.points_Getter_(this); |
- |
+ PointList get points => |
+ _blink.BlinkSVGPolygonElement.instance.points_Getter_(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 |
@@ -5461,18 +5930,19 @@ class PolygonElement extends GeometryElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPolylineElement') |
@Unstable() |
class PolylineElement extends GeometryElement { |
// To suppress missing implicit constructor warnings. |
- factory PolylineElement._() { throw new UnsupportedError("Not supported"); } |
+ factory PolylineElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGPolylineElement.SVGPolylineElement') |
@DocsEditable() |
- factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("polyline"); |
- |
+ factory PolylineElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("polyline"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -5489,12 +5959,13 @@ class PolylineElement extends GeometryElement { |
@DomName('SVGPolylineElement.animatedPoints') |
@DocsEditable() |
- PointList get animatedPoints => _blink.BlinkSVGPolylineElement.instance.animatedPoints_Getter_(this); |
- |
+ PointList get animatedPoints => |
+ _blink.BlinkSVGPolylineElement.instance.animatedPoints_Getter_(this); |
+ |
@DomName('SVGPolylineElement.points') |
@DocsEditable() |
- PointList get points => _blink.BlinkSVGPolylineElement.instance.points_Getter_(this); |
- |
+ PointList get points => |
+ _blink.BlinkSVGPolylineElement.instance.points_Getter_(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 |
@@ -5502,20 +5973,20 @@ class PolylineElement extends GeometryElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGPreserveAspectRatio') |
@Unstable() |
class PreserveAspectRatio extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory PreserveAspectRatio._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- PreserveAspectRatio.internal_() { } |
+ PreserveAspectRatio.internal_() {} |
@DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') |
@DocsEditable() |
@@ -5575,20 +6046,23 @@ class PreserveAspectRatio extends DartHtmlDomObject { |
@DomName('SVGPreserveAspectRatio.align') |
@DocsEditable() |
- int get align => _blink.BlinkSVGPreserveAspectRatio.instance.align_Getter_(this); |
- |
+ int get align => |
+ _blink.BlinkSVGPreserveAspectRatio.instance.align_Getter_(this); |
+ |
@DomName('SVGPreserveAspectRatio.align') |
@DocsEditable() |
- set align(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.align_Setter_(this, value); |
- |
+ set align(int value) => |
+ _blink.BlinkSVGPreserveAspectRatio.instance.align_Setter_(this, value); |
+ |
@DomName('SVGPreserveAspectRatio.meetOrSlice') |
@DocsEditable() |
- int get meetOrSlice => _blink.BlinkSVGPreserveAspectRatio.instance.meetOrSlice_Getter_(this); |
- |
+ int get meetOrSlice => |
+ _blink.BlinkSVGPreserveAspectRatio.instance.meetOrSlice_Getter_(this); |
+ |
@DomName('SVGPreserveAspectRatio.meetOrSlice') |
@DocsEditable() |
- set meetOrSlice(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.meetOrSlice_Setter_(this, value); |
- |
+ set meetOrSlice(int value) => _blink.BlinkSVGPreserveAspectRatio.instance |
+ .meetOrSlice_Setter_(this, value); |
} |
// 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 |
@@ -5596,18 +6070,19 @@ class PreserveAspectRatio extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGRadialGradientElement') |
@Unstable() |
class RadialGradientElement extends _GradientElement { |
// To suppress missing implicit constructor warnings. |
- factory RadialGradientElement._() { throw new UnsupportedError("Not supported"); } |
+ factory RadialGradientElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGRadialGradientElement.SVGRadialGradientElement') |
@DocsEditable() |
- factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement_tag("radialGradient"); |
- |
+ factory RadialGradientElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("radialGradient"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -5624,28 +6099,33 @@ class RadialGradientElement extends _GradientElement { |
@DomName('SVGRadialGradientElement.cx') |
@DocsEditable() |
- AnimatedLength get cx => _blink.BlinkSVGRadialGradientElement.instance.cx_Getter_(this); |
- |
+ AnimatedLength get cx => |
+ _blink.BlinkSVGRadialGradientElement.instance.cx_Getter_(this); |
+ |
@DomName('SVGRadialGradientElement.cy') |
@DocsEditable() |
- AnimatedLength get cy => _blink.BlinkSVGRadialGradientElement.instance.cy_Getter_(this); |
- |
+ AnimatedLength get cy => |
+ _blink.BlinkSVGRadialGradientElement.instance.cy_Getter_(this); |
+ |
@DomName('SVGRadialGradientElement.fr') |
@DocsEditable() |
- AnimatedLength get fr => _blink.BlinkSVGRadialGradientElement.instance.fr_Getter_(this); |
- |
+ AnimatedLength get fr => |
+ _blink.BlinkSVGRadialGradientElement.instance.fr_Getter_(this); |
+ |
@DomName('SVGRadialGradientElement.fx') |
@DocsEditable() |
- AnimatedLength get fx => _blink.BlinkSVGRadialGradientElement.instance.fx_Getter_(this); |
- |
+ AnimatedLength get fx => |
+ _blink.BlinkSVGRadialGradientElement.instance.fx_Getter_(this); |
+ |
@DomName('SVGRadialGradientElement.fy') |
@DocsEditable() |
- AnimatedLength get fy => _blink.BlinkSVGRadialGradientElement.instance.fy_Getter_(this); |
- |
+ AnimatedLength get fy => |
+ _blink.BlinkSVGRadialGradientElement.instance.fy_Getter_(this); |
+ |
@DomName('SVGRadialGradientElement.r') |
@DocsEditable() |
- AnimatedLength get r => _blink.BlinkSVGRadialGradientElement.instance.r_Getter_(this); |
- |
+ AnimatedLength get r => |
+ _blink.BlinkSVGRadialGradientElement.instance.r_Getter_(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 |
@@ -5653,53 +6133,54 @@ class RadialGradientElement extends _GradientElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGRect') |
@Unstable() |
class Rect extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory Rect._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory Rect._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- Rect.internal_() { } |
+ Rect.internal_() {} |
@DomName('SVGRect.height') |
@DocsEditable() |
num get height => _blink.BlinkSVGRect.instance.height_Getter_(this); |
- |
+ |
@DomName('SVGRect.height') |
@DocsEditable() |
- set height(num value) => _blink.BlinkSVGRect.instance.height_Setter_(this, value); |
- |
+ set height(num value) => |
+ _blink.BlinkSVGRect.instance.height_Setter_(this, value); |
+ |
@DomName('SVGRect.width') |
@DocsEditable() |
num get width => _blink.BlinkSVGRect.instance.width_Getter_(this); |
- |
+ |
@DomName('SVGRect.width') |
@DocsEditable() |
- set width(num value) => _blink.BlinkSVGRect.instance.width_Setter_(this, value); |
- |
+ set width(num value) => |
+ _blink.BlinkSVGRect.instance.width_Setter_(this, value); |
+ |
@DomName('SVGRect.x') |
@DocsEditable() |
num get x => _blink.BlinkSVGRect.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGRect.x') |
@DocsEditable() |
set x(num value) => _blink.BlinkSVGRect.instance.x_Setter_(this, value); |
- |
+ |
@DomName('SVGRect.y') |
@DocsEditable() |
num get y => _blink.BlinkSVGRect.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGRect.y') |
@DocsEditable() |
set y(num value) => _blink.BlinkSVGRect.instance.y_Setter_(this, value); |
- |
} |
// 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 |
@@ -5707,18 +6188,19 @@ class Rect extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGRectElement') |
@Unstable() |
class RectElement extends GeometryElement { |
// To suppress missing implicit constructor warnings. |
- factory RectElement._() { throw new UnsupportedError("Not supported"); } |
+ factory RectElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGRectElement.SVGRectElement') |
@DocsEditable() |
- factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect"); |
- |
+ factory RectElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("rect"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -5735,28 +6217,29 @@ class RectElement extends GeometryElement { |
@DomName('SVGRectElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGRectElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGRectElement.instance.height_Getter_(this); |
+ |
@DomName('SVGRectElement.rx') |
@DocsEditable() |
AnimatedLength get rx => _blink.BlinkSVGRectElement.instance.rx_Getter_(this); |
- |
+ |
@DomName('SVGRectElement.ry') |
@DocsEditable() |
AnimatedLength get ry => _blink.BlinkSVGRectElement.instance.ry_Getter_(this); |
- |
+ |
@DomName('SVGRectElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGRectElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGRectElement.instance.width_Getter_(this); |
+ |
@DomName('SVGRectElement.x') |
@DocsEditable() |
AnimatedLength get x => _blink.BlinkSVGRectElement.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGRectElement.y') |
@DocsEditable() |
AnimatedLength get y => _blink.BlinkSVGRectElement.instance.y_Getter_(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 |
@@ -5764,18 +6247,19 @@ class RectElement extends GeometryElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGScriptElement') |
@Unstable() |
class ScriptElement extends SvgElement implements UriReference { |
// To suppress missing implicit constructor warnings. |
- factory ScriptElement._() { throw new UnsupportedError("Not supported"); } |
+ factory ScriptElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGScriptElement.SVGScriptElement') |
@DocsEditable() |
- factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("script"); |
- |
+ factory ScriptElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("script"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -5793,15 +6277,16 @@ class ScriptElement extends SvgElement implements UriReference { |
@DomName('SVGScriptElement.type') |
@DocsEditable() |
String get type => _blink.BlinkSVGScriptElement.instance.type_Getter_(this); |
- |
+ |
@DomName('SVGScriptElement.type') |
@DocsEditable() |
- set type(String value) => _blink.BlinkSVGScriptElement.instance.type_Setter_(this, value); |
- |
+ set type(String value) => |
+ _blink.BlinkSVGScriptElement.instance.type_Setter_(this, value); |
+ |
@DomName('SVGScriptElement.href') |
@DocsEditable() |
- AnimatedString get href => _blink.BlinkSVGScriptElement.instance.href_Getter_(this); |
- |
+ AnimatedString get href => |
+ _blink.BlinkSVGScriptElement.instance.href_Getter_(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 |
@@ -5809,7 +6294,6 @@ class ScriptElement extends SvgElement implements UriReference { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGSetElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -5818,12 +6302,14 @@ class ScriptElement extends SvgElement implements UriReference { |
@Unstable() |
class SetElement extends AnimationElement { |
// To suppress missing implicit constructor warnings. |
- factory SetElement._() { throw new UnsupportedError("Not supported"); } |
+ factory SetElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGSetElement.SVGSetElement') |
@DocsEditable() |
- factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set"); |
- |
+ factory SetElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("set"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -5840,7 +6326,6 @@ class SetElement extends AnimationElement { |
/// Checks if this type is supported on the current platform. |
static bool get supported => true; |
- |
} |
// 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 |
@@ -5848,18 +6333,19 @@ class SetElement extends AnimationElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGStopElement') |
@Unstable() |
class StopElement extends SvgElement { |
// To suppress missing implicit constructor warnings. |
- factory StopElement._() { throw new UnsupportedError("Not supported"); } |
+ factory StopElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGStopElement.SVGStopElement') |
@DocsEditable() |
- factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop"); |
- |
+ factory StopElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("stop"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -5876,8 +6362,8 @@ class StopElement extends SvgElement { |
@DomName('SVGStopElement.offset') |
@DocsEditable() |
- AnimatedNumber get gradientOffset => _blink.BlinkSVGStopElement.instance.offset_Getter_(this); |
- |
+ AnimatedNumber get gradientOffset => |
+ _blink.BlinkSVGStopElement.instance.offset_Getter_(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 |
@@ -5885,43 +6371,44 @@ class StopElement extends SvgElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGStringList') |
@Unstable() |
-class StringList extends DartHtmlDomObject with ListMixin<String>, ImmutableListMixin<String> implements List<String> { |
+class StringList extends DartHtmlDomObject |
+ with ListMixin<String>, ImmutableListMixin<String> |
+ implements List<String> { |
// To suppress missing implicit constructor warnings. |
- factory StringList._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory StringList._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- StringList.internal_() { } |
+ StringList.internal_() {} |
@DomName('SVGStringList.length') |
@DocsEditable() |
@Experimental() // untriaged |
int get length => _blink.BlinkSVGStringList.instance.length_Getter_(this); |
- |
+ |
@DomName('SVGStringList.numberOfItems') |
@DocsEditable() |
- int get numberOfItems => _blink.BlinkSVGStringList.instance.numberOfItems_Getter_(this); |
- |
- String operator[](int index) { |
- if (index < 0 || index >= length) |
- throw new RangeError.index(index, this); |
+ int get numberOfItems => |
+ _blink.BlinkSVGStringList.instance.numberOfItems_Getter_(this); |
+ |
+ String operator [](int index) { |
+ if (index < 0 || index >= length) throw new RangeError.index(index, this); |
return getItem(index); |
} |
- void operator[]=(int index, String value) { |
+ void operator []=(int index, String value) { |
throw new UnsupportedError("Cannot assign element of immutable List."); |
} |
// -- start List<String> mixins. |
// String is the element type. |
- |
set length(int value) { |
throw new UnsupportedError("Cannot resize immutable List."); |
} |
@@ -5956,36 +6443,45 @@ class StringList extends DartHtmlDomObject with ListMixin<String>, ImmutableList |
@DomName('SVGStringList.__setter__') |
@DocsEditable() |
@Experimental() // untriaged |
- void __setter__(int index, String newItem) => _blink.BlinkSVGStringList.instance.$__setter___Callback_2_(this, index, newItem); |
- |
+ void __setter__(int index, String newItem) => |
+ _blink.BlinkSVGStringList.instance |
+ .$__setter___Callback_2_(this, index, newItem); |
+ |
@DomName('SVGStringList.appendItem') |
@DocsEditable() |
- String appendItem(String newItem) => _blink.BlinkSVGStringList.instance.appendItem_Callback_1_(this, newItem); |
- |
+ String appendItem(String newItem) => |
+ _blink.BlinkSVGStringList.instance.appendItem_Callback_1_(this, newItem); |
+ |
@DomName('SVGStringList.clear') |
@DocsEditable() |
void clear() => _blink.BlinkSVGStringList.instance.clear_Callback_0_(this); |
- |
+ |
@DomName('SVGStringList.getItem') |
@DocsEditable() |
- String getItem(int index) => _blink.BlinkSVGStringList.instance.getItem_Callback_1_(this, index); |
- |
+ String getItem(int index) => |
+ _blink.BlinkSVGStringList.instance.getItem_Callback_1_(this, index); |
+ |
@DomName('SVGStringList.initialize') |
@DocsEditable() |
- String initialize(String newItem) => _blink.BlinkSVGStringList.instance.initialize_Callback_1_(this, newItem); |
- |
+ String initialize(String newItem) => |
+ _blink.BlinkSVGStringList.instance.initialize_Callback_1_(this, newItem); |
+ |
@DomName('SVGStringList.insertItemBefore') |
@DocsEditable() |
- String insertItemBefore(String item, int index) => _blink.BlinkSVGStringList.instance.insertItemBefore_Callback_2_(this, item, index); |
- |
+ String insertItemBefore(String item, int index) => |
+ _blink.BlinkSVGStringList.instance |
+ .insertItemBefore_Callback_2_(this, item, index); |
+ |
@DomName('SVGStringList.removeItem') |
@DocsEditable() |
- String removeItem(int index) => _blink.BlinkSVGStringList.instance.removeItem_Callback_1_(this, index); |
- |
+ String removeItem(int index) => |
+ _blink.BlinkSVGStringList.instance.removeItem_Callback_1_(this, index); |
+ |
@DomName('SVGStringList.replaceItem') |
@DocsEditable() |
- String replaceItem(String newItem, int index) => _blink.BlinkSVGStringList.instance.replaceItem_Callback_2_(this, newItem, index); |
- |
+ String replaceItem(String newItem, int index) => |
+ _blink.BlinkSVGStringList.instance |
+ .replaceItem_Callback_2_(this, newItem, index); |
} |
// 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 |
@@ -5993,19 +6489,20 @@ class StringList extends DartHtmlDomObject with ListMixin<String>, ImmutableList |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGStyleElement') |
// http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable |
@Experimental() // nonstandard |
class StyleElement extends SvgElement { |
// To suppress missing implicit constructor warnings. |
- factory StyleElement._() { throw new UnsupportedError("Not supported"); } |
+ factory StyleElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGStyleElement.SVGStyleElement') |
@DocsEditable() |
- factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("style"); |
- |
+ factory StyleElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("style"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -6022,47 +6519,51 @@ class StyleElement extends SvgElement { |
@DomName('SVGStyleElement.disabled') |
@DocsEditable() |
- bool get disabled => _blink.BlinkSVGStyleElement.instance.disabled_Getter_(this); |
- |
+ bool get disabled => |
+ _blink.BlinkSVGStyleElement.instance.disabled_Getter_(this); |
+ |
@DomName('SVGStyleElement.disabled') |
@DocsEditable() |
- set disabled(bool value) => _blink.BlinkSVGStyleElement.instance.disabled_Setter_(this, value); |
- |
+ set disabled(bool value) => |
+ _blink.BlinkSVGStyleElement.instance.disabled_Setter_(this, value); |
+ |
@DomName('SVGStyleElement.media') |
@DocsEditable() |
String get media => _blink.BlinkSVGStyleElement.instance.media_Getter_(this); |
- |
+ |
@DomName('SVGStyleElement.media') |
@DocsEditable() |
- set media(String value) => _blink.BlinkSVGStyleElement.instance.media_Setter_(this, value); |
- |
+ set media(String value) => |
+ _blink.BlinkSVGStyleElement.instance.media_Setter_(this, value); |
+ |
@DomName('SVGStyleElement.sheet') |
@DocsEditable() |
@Experimental() // untriaged |
- StyleSheet get sheet => _blink.BlinkSVGStyleElement.instance.sheet_Getter_(this); |
- |
+ StyleSheet get sheet => |
+ _blink.BlinkSVGStyleElement.instance.sheet_Getter_(this); |
+ |
@DomName('SVGStyleElement.title') |
@DocsEditable() |
String get title => _blink.BlinkSVGStyleElement.instance.title_Getter_(this); |
- |
+ |
@DomName('SVGStyleElement.title') |
@DocsEditable() |
- set title(String value) => _blink.BlinkSVGStyleElement.instance.title_Setter_(this, value); |
- |
+ set title(String value) => |
+ _blink.BlinkSVGStyleElement.instance.title_Setter_(this, value); |
+ |
@DomName('SVGStyleElement.type') |
@DocsEditable() |
String get type => _blink.BlinkSVGStyleElement.instance.type_Getter_(this); |
- |
+ |
@DomName('SVGStyleElement.type') |
@DocsEditable() |
- set type(String value) => _blink.BlinkSVGStyleElement.instance.type_Setter_(this, value); |
- |
+ set type(String value) => |
+ _blink.BlinkSVGStyleElement.instance.type_Setter_(this, value); |
} |
// Copyright (c) 2011, 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. |
- |
class _AttributeClassSet extends CssClassSetImpl { |
final Element _element; |
@@ -6098,7 +6599,6 @@ class SvgElement extends Element implements GlobalEventHandlers { |
document.createElementNS("http://www.w3.org/2000/svg", tag); |
factory SvgElement.svg(String svg, |
{NodeValidator validator, NodeTreeSanitizer treeSanitizer}) { |
- |
if (validator == null && treeSanitizer == null) { |
validator = new NodeValidatorBuilder.common()..allowSvg(); |
} |
@@ -6110,8 +6610,8 @@ class SvgElement extends Element implements GlobalEventHandlers { |
} else { |
parentElement = new SvgSvgElement(); |
} |
- var fragment = parentElement.createFragment(svg, validator: validator, |
- treeSanitizer: treeSanitizer); |
+ var fragment = parentElement.createFragment(svg, |
+ validator: validator, treeSanitizer: treeSanitizer); |
return fragment.nodes.where((e) => e is SvgElement).single; |
} |
@@ -6145,19 +6645,17 @@ class SvgElement extends Element implements GlobalEventHandlers { |
DocumentFragment createFragment(String svg, |
{NodeValidator validator, NodeTreeSanitizer treeSanitizer}) { |
- |
if (treeSanitizer == null) { |
if (validator == null) { |
- validator = new NodeValidatorBuilder.common() |
- ..allowSvg(); |
+ validator = new NodeValidatorBuilder.common()..allowSvg(); |
} |
treeSanitizer = new NodeTreeSanitizer(validator); |
} |
// We create a fragment which will parse in the HTML parser |
var html = '<svg version="1.1">$svg</svg>'; |
- var fragment = document.body.createFragment(html, |
- treeSanitizer: treeSanitizer); |
+ var fragment = |
+ document.body.createFragment(html, treeSanitizer: treeSanitizer); |
var svgFragment = new DocumentFragment(); |
// The root is the <svg/> element, need to pull out the contents. |
@@ -6176,8 +6674,8 @@ class SvgElement extends Element implements GlobalEventHandlers { |
} |
@DomName('Element.insertAdjacentHTML') |
- void insertAdjacentHtml(String where, String text, {NodeValidator validator, |
- NodeTreeSanitizer treeSanitizer}) { |
+ void insertAdjacentHtml(String where, String text, |
+ {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) { |
throw new UnsupportedError("Cannot invoke insertAdjacentHtml on SVG."); |
} |
@@ -6209,268 +6707,321 @@ class SvgElement extends Element implements GlobalEventHandlers { |
_blink.BlinkSVGElement.instance.className_Setter_(this, value); |
// To suppress missing implicit constructor warnings. |
- factory SvgElement._() { throw new UnsupportedError("Not supported"); } |
+ factory SvgElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGElement.abortEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> abortEvent = const EventStreamProvider<Event>('abort'); |
+ static const EventStreamProvider<Event> abortEvent = |
+ const EventStreamProvider<Event>('abort'); |
@DomName('SVGElement.blurEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> blurEvent = const EventStreamProvider<Event>('blur'); |
+ static const EventStreamProvider<Event> blurEvent = |
+ const EventStreamProvider<Event>('blur'); |
@DomName('SVGElement.canplayEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> canPlayEvent = const EventStreamProvider<Event>('canplay'); |
+ static const EventStreamProvider<Event> canPlayEvent = |
+ const EventStreamProvider<Event>('canplay'); |
@DomName('SVGElement.canplaythroughEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> canPlayThroughEvent = const EventStreamProvider<Event>('canplaythrough'); |
+ static const EventStreamProvider<Event> canPlayThroughEvent = |
+ const EventStreamProvider<Event>('canplaythrough'); |
@DomName('SVGElement.changeEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> changeEvent = const EventStreamProvider<Event>('change'); |
+ static const EventStreamProvider<Event> changeEvent = |
+ const EventStreamProvider<Event>('change'); |
@DomName('SVGElement.clickEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> clickEvent = const EventStreamProvider<MouseEvent>('click'); |
+ static const EventStreamProvider<MouseEvent> clickEvent = |
+ const EventStreamProvider<MouseEvent>('click'); |
@DomName('SVGElement.contextmenuEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> contextMenuEvent = const EventStreamProvider<MouseEvent>('contextmenu'); |
+ static const EventStreamProvider<MouseEvent> contextMenuEvent = |
+ const EventStreamProvider<MouseEvent>('contextmenu'); |
@DomName('SVGElement.dblclickEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> doubleClickEvent = const EventStreamProvider<Event>('dblclick'); |
+ static const EventStreamProvider<Event> doubleClickEvent = |
+ const EventStreamProvider<Event>('dblclick'); |
@DomName('SVGElement.dragEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> dragEvent = const EventStreamProvider<MouseEvent>('drag'); |
+ static const EventStreamProvider<MouseEvent> dragEvent = |
+ const EventStreamProvider<MouseEvent>('drag'); |
@DomName('SVGElement.dragendEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> dragEndEvent = const EventStreamProvider<MouseEvent>('dragend'); |
+ static const EventStreamProvider<MouseEvent> dragEndEvent = |
+ const EventStreamProvider<MouseEvent>('dragend'); |
@DomName('SVGElement.dragenterEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> dragEnterEvent = const EventStreamProvider<MouseEvent>('dragenter'); |
+ static const EventStreamProvider<MouseEvent> dragEnterEvent = |
+ const EventStreamProvider<MouseEvent>('dragenter'); |
@DomName('SVGElement.dragleaveEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> dragLeaveEvent = const EventStreamProvider<MouseEvent>('dragleave'); |
+ static const EventStreamProvider<MouseEvent> dragLeaveEvent = |
+ const EventStreamProvider<MouseEvent>('dragleave'); |
@DomName('SVGElement.dragoverEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> dragOverEvent = const EventStreamProvider<MouseEvent>('dragover'); |
+ static const EventStreamProvider<MouseEvent> dragOverEvent = |
+ const EventStreamProvider<MouseEvent>('dragover'); |
@DomName('SVGElement.dragstartEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> dragStartEvent = const EventStreamProvider<MouseEvent>('dragstart'); |
+ static const EventStreamProvider<MouseEvent> dragStartEvent = |
+ const EventStreamProvider<MouseEvent>('dragstart'); |
@DomName('SVGElement.dropEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> dropEvent = const EventStreamProvider<MouseEvent>('drop'); |
+ static const EventStreamProvider<MouseEvent> dropEvent = |
+ const EventStreamProvider<MouseEvent>('drop'); |
@DomName('SVGElement.durationchangeEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> durationChangeEvent = const EventStreamProvider<Event>('durationchange'); |
+ static const EventStreamProvider<Event> durationChangeEvent = |
+ const EventStreamProvider<Event>('durationchange'); |
@DomName('SVGElement.emptiedEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> emptiedEvent = const EventStreamProvider<Event>('emptied'); |
+ static const EventStreamProvider<Event> emptiedEvent = |
+ const EventStreamProvider<Event>('emptied'); |
@DomName('SVGElement.endedEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> endedEvent = const EventStreamProvider<Event>('ended'); |
+ static const EventStreamProvider<Event> endedEvent = |
+ const EventStreamProvider<Event>('ended'); |
@DomName('SVGElement.errorEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> errorEvent = const EventStreamProvider<Event>('error'); |
+ static const EventStreamProvider<Event> errorEvent = |
+ const EventStreamProvider<Event>('error'); |
@DomName('SVGElement.focusEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> focusEvent = const EventStreamProvider<Event>('focus'); |
+ static const EventStreamProvider<Event> focusEvent = |
+ const EventStreamProvider<Event>('focus'); |
@DomName('SVGElement.inputEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> inputEvent = const EventStreamProvider<Event>('input'); |
+ static const EventStreamProvider<Event> inputEvent = |
+ const EventStreamProvider<Event>('input'); |
@DomName('SVGElement.invalidEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> invalidEvent = const EventStreamProvider<Event>('invalid'); |
+ static const EventStreamProvider<Event> invalidEvent = |
+ const EventStreamProvider<Event>('invalid'); |
@DomName('SVGElement.keydownEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<KeyboardEvent> keyDownEvent = const EventStreamProvider<KeyboardEvent>('keydown'); |
+ static const EventStreamProvider<KeyboardEvent> keyDownEvent = |
+ const EventStreamProvider<KeyboardEvent>('keydown'); |
@DomName('SVGElement.keypressEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<KeyboardEvent> keyPressEvent = const EventStreamProvider<KeyboardEvent>('keypress'); |
+ static const EventStreamProvider<KeyboardEvent> keyPressEvent = |
+ const EventStreamProvider<KeyboardEvent>('keypress'); |
@DomName('SVGElement.keyupEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<KeyboardEvent> keyUpEvent = const EventStreamProvider<KeyboardEvent>('keyup'); |
+ static const EventStreamProvider<KeyboardEvent> keyUpEvent = |
+ const EventStreamProvider<KeyboardEvent>('keyup'); |
@DomName('SVGElement.loadEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> loadEvent = const EventStreamProvider<Event>('load'); |
+ static const EventStreamProvider<Event> loadEvent = |
+ const EventStreamProvider<Event>('load'); |
@DomName('SVGElement.loadeddataEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> loadedDataEvent = const EventStreamProvider<Event>('loadeddata'); |
+ static const EventStreamProvider<Event> loadedDataEvent = |
+ const EventStreamProvider<Event>('loadeddata'); |
@DomName('SVGElement.loadedmetadataEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> loadedMetadataEvent = const EventStreamProvider<Event>('loadedmetadata'); |
+ static const EventStreamProvider<Event> loadedMetadataEvent = |
+ const EventStreamProvider<Event>('loadedmetadata'); |
@DomName('SVGElement.mousedownEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> mouseDownEvent = const EventStreamProvider<MouseEvent>('mousedown'); |
+ static const EventStreamProvider<MouseEvent> mouseDownEvent = |
+ const EventStreamProvider<MouseEvent>('mousedown'); |
@DomName('SVGElement.mouseenterEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> mouseEnterEvent = const EventStreamProvider<MouseEvent>('mouseenter'); |
+ static const EventStreamProvider<MouseEvent> mouseEnterEvent = |
+ const EventStreamProvider<MouseEvent>('mouseenter'); |
@DomName('SVGElement.mouseleaveEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> mouseLeaveEvent = const EventStreamProvider<MouseEvent>('mouseleave'); |
+ static const EventStreamProvider<MouseEvent> mouseLeaveEvent = |
+ const EventStreamProvider<MouseEvent>('mouseleave'); |
@DomName('SVGElement.mousemoveEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> mouseMoveEvent = const EventStreamProvider<MouseEvent>('mousemove'); |
+ static const EventStreamProvider<MouseEvent> mouseMoveEvent = |
+ const EventStreamProvider<MouseEvent>('mousemove'); |
@DomName('SVGElement.mouseoutEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> mouseOutEvent = const EventStreamProvider<MouseEvent>('mouseout'); |
+ static const EventStreamProvider<MouseEvent> mouseOutEvent = |
+ const EventStreamProvider<MouseEvent>('mouseout'); |
@DomName('SVGElement.mouseoverEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> mouseOverEvent = const EventStreamProvider<MouseEvent>('mouseover'); |
+ static const EventStreamProvider<MouseEvent> mouseOverEvent = |
+ const EventStreamProvider<MouseEvent>('mouseover'); |
@DomName('SVGElement.mouseupEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<MouseEvent> mouseUpEvent = const EventStreamProvider<MouseEvent>('mouseup'); |
+ static const EventStreamProvider<MouseEvent> mouseUpEvent = |
+ const EventStreamProvider<MouseEvent>('mouseup'); |
@DomName('SVGElement.mousewheelEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<WheelEvent> mouseWheelEvent = const EventStreamProvider<WheelEvent>('mousewheel'); |
+ static const EventStreamProvider<WheelEvent> mouseWheelEvent = |
+ const EventStreamProvider<WheelEvent>('mousewheel'); |
@DomName('SVGElement.pauseEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> pauseEvent = const EventStreamProvider<Event>('pause'); |
+ static const EventStreamProvider<Event> pauseEvent = |
+ const EventStreamProvider<Event>('pause'); |
@DomName('SVGElement.playEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> playEvent = const EventStreamProvider<Event>('play'); |
+ static const EventStreamProvider<Event> playEvent = |
+ const EventStreamProvider<Event>('play'); |
@DomName('SVGElement.playingEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> playingEvent = const EventStreamProvider<Event>('playing'); |
+ static const EventStreamProvider<Event> playingEvent = |
+ const EventStreamProvider<Event>('playing'); |
@DomName('SVGElement.ratechangeEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> rateChangeEvent = const EventStreamProvider<Event>('ratechange'); |
+ static const EventStreamProvider<Event> rateChangeEvent = |
+ const EventStreamProvider<Event>('ratechange'); |
@DomName('SVGElement.resetEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> resetEvent = const EventStreamProvider<Event>('reset'); |
+ static const EventStreamProvider<Event> resetEvent = |
+ const EventStreamProvider<Event>('reset'); |
@DomName('SVGElement.resizeEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> resizeEvent = const EventStreamProvider<Event>('resize'); |
+ static const EventStreamProvider<Event> resizeEvent = |
+ const EventStreamProvider<Event>('resize'); |
@DomName('SVGElement.scrollEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> scrollEvent = const EventStreamProvider<Event>('scroll'); |
+ static const EventStreamProvider<Event> scrollEvent = |
+ const EventStreamProvider<Event>('scroll'); |
@DomName('SVGElement.seekedEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> seekedEvent = const EventStreamProvider<Event>('seeked'); |
+ static const EventStreamProvider<Event> seekedEvent = |
+ const EventStreamProvider<Event>('seeked'); |
@DomName('SVGElement.seekingEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> seekingEvent = const EventStreamProvider<Event>('seeking'); |
+ static const EventStreamProvider<Event> seekingEvent = |
+ const EventStreamProvider<Event>('seeking'); |
@DomName('SVGElement.selectEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> selectEvent = const EventStreamProvider<Event>('select'); |
+ static const EventStreamProvider<Event> selectEvent = |
+ const EventStreamProvider<Event>('select'); |
@DomName('SVGElement.stalledEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> stalledEvent = const EventStreamProvider<Event>('stalled'); |
+ static const EventStreamProvider<Event> stalledEvent = |
+ const EventStreamProvider<Event>('stalled'); |
@DomName('SVGElement.submitEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> submitEvent = const EventStreamProvider<Event>('submit'); |
+ static const EventStreamProvider<Event> submitEvent = |
+ const EventStreamProvider<Event>('submit'); |
@DomName('SVGElement.suspendEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> suspendEvent = const EventStreamProvider<Event>('suspend'); |
+ static const EventStreamProvider<Event> suspendEvent = |
+ const EventStreamProvider<Event>('suspend'); |
@DomName('SVGElement.timeupdateEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> timeUpdateEvent = const EventStreamProvider<Event>('timeupdate'); |
+ static const EventStreamProvider<Event> timeUpdateEvent = |
+ const EventStreamProvider<Event>('timeupdate'); |
@DomName('SVGElement.volumechangeEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> volumeChangeEvent = const EventStreamProvider<Event>('volumechange'); |
+ static const EventStreamProvider<Event> volumeChangeEvent = |
+ const EventStreamProvider<Event>('volumechange'); |
@DomName('SVGElement.waitingEvent') |
@DocsEditable() |
@Experimental() // untriaged |
- static const EventStreamProvider<Event> waitingEvent = const EventStreamProvider<Event>('waiting'); |
- |
+ static const EventStreamProvider<Event> waitingEvent = |
+ const EventStreamProvider<Event>('waiting'); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -6488,41 +7039,46 @@ class SvgElement extends Element implements GlobalEventHandlers { |
@DomName('SVGElement.className') |
@DocsEditable() |
@Experimental() // untriaged |
- AnimatedString get _svgClassName => _blink.BlinkSVGElement.instance.className_Getter_(this); |
- |
+ AnimatedString get _svgClassName => |
+ _blink.BlinkSVGElement.instance.className_Getter_(this); |
+ |
@DomName('SVGElement.ownerSVGElement') |
@DocsEditable() |
- SvgSvgElement get ownerSvgElement => _blink.BlinkSVGElement.instance.ownerSVGElement_Getter_(this); |
- |
+ SvgSvgElement get ownerSvgElement => |
+ _blink.BlinkSVGElement.instance.ownerSVGElement_Getter_(this); |
+ |
@DomName('SVGElement.style') |
@DocsEditable() |
@Experimental() // untriaged |
- CssStyleDeclaration get style => _blink.BlinkSVGElement.instance.style_Getter_(this); |
- |
+ CssStyleDeclaration get style => |
+ _blink.BlinkSVGElement.instance.style_Getter_(this); |
+ |
@DomName('SVGElement.tabIndex') |
@DocsEditable() |
@Experimental() // untriaged |
int get tabIndex => _blink.BlinkSVGElement.instance.tabIndex_Getter_(this); |
- |
+ |
@DomName('SVGElement.tabIndex') |
@DocsEditable() |
@Experimental() // untriaged |
- set tabIndex(int value) => _blink.BlinkSVGElement.instance.tabIndex_Setter_(this, value); |
- |
+ set tabIndex(int value) => |
+ _blink.BlinkSVGElement.instance.tabIndex_Setter_(this, value); |
+ |
@DomName('SVGElement.viewportElement') |
@DocsEditable() |
- SvgElement get viewportElement => _blink.BlinkSVGElement.instance.viewportElement_Getter_(this); |
- |
+ SvgElement get viewportElement => |
+ _blink.BlinkSVGElement.instance.viewportElement_Getter_(this); |
+ |
@DomName('SVGElement.blur') |
@DocsEditable() |
@Experimental() // untriaged |
void blur() => _blink.BlinkSVGElement.instance.blur_Callback_0_(this); |
- |
+ |
@DomName('SVGElement.focus') |
@DocsEditable() |
@Experimental() // untriaged |
void focus() => _blink.BlinkSVGElement.instance.focus_Callback_0_(this); |
- |
+ |
@DomName('SVGElement.onabort') |
@DocsEditable() |
@Experimental() // untriaged |
@@ -6541,7 +7097,8 @@ class SvgElement extends Element implements GlobalEventHandlers { |
@DomName('SVGElement.oncanplaythrough') |
@DocsEditable() |
@Experimental() // untriaged |
- ElementStream<Event> get onCanPlayThrough => canPlayThroughEvent.forElement(this); |
+ ElementStream<Event> get onCanPlayThrough => |
+ canPlayThroughEvent.forElement(this); |
@DomName('SVGElement.onchange') |
@DocsEditable() |
@@ -6556,7 +7113,8 @@ class SvgElement extends Element implements GlobalEventHandlers { |
@DomName('SVGElement.oncontextmenu') |
@DocsEditable() |
@Experimental() // untriaged |
- ElementStream<MouseEvent> get onContextMenu => contextMenuEvent.forElement(this); |
+ ElementStream<MouseEvent> get onContextMenu => |
+ contextMenuEvent.forElement(this); |
@DomName('SVGElement.ondblclick') |
@DocsEditable() |
@@ -6601,7 +7159,8 @@ class SvgElement extends Element implements GlobalEventHandlers { |
@DomName('SVGElement.ondurationchange') |
@DocsEditable() |
@Experimental() // untriaged |
- ElementStream<Event> get onDurationChange => durationChangeEvent.forElement(this); |
+ ElementStream<Event> get onDurationChange => |
+ durationChangeEvent.forElement(this); |
@DomName('SVGElement.onemptied') |
@DocsEditable() |
@@ -6661,7 +7220,8 @@ class SvgElement extends Element implements GlobalEventHandlers { |
@DomName('SVGElement.onloadedmetadata') |
@DocsEditable() |
@Experimental() // untriaged |
- ElementStream<Event> get onLoadedMetadata => loadedMetadataEvent.forElement(this); |
+ ElementStream<Event> get onLoadedMetadata => |
+ loadedMetadataEvent.forElement(this); |
@DomName('SVGElement.onmousedown') |
@DocsEditable() |
@@ -6671,12 +7231,14 @@ class SvgElement extends Element implements GlobalEventHandlers { |
@DomName('SVGElement.onmouseenter') |
@DocsEditable() |
@Experimental() // untriaged |
- ElementStream<MouseEvent> get onMouseEnter => mouseEnterEvent.forElement(this); |
+ ElementStream<MouseEvent> get onMouseEnter => |
+ mouseEnterEvent.forElement(this); |
@DomName('SVGElement.onmouseleave') |
@DocsEditable() |
@Experimental() // untriaged |
- ElementStream<MouseEvent> get onMouseLeave => mouseLeaveEvent.forElement(this); |
+ ElementStream<MouseEvent> get onMouseLeave => |
+ mouseLeaveEvent.forElement(this); |
@DomName('SVGElement.onmousemove') |
@DocsEditable() |
@@ -6701,7 +7263,8 @@ class SvgElement extends Element implements GlobalEventHandlers { |
@DomName('SVGElement.onmousewheel') |
@DocsEditable() |
@Experimental() // untriaged |
- ElementStream<WheelEvent> get onMouseWheel => mouseWheelEvent.forElement(this); |
+ ElementStream<WheelEvent> get onMouseWheel => |
+ mouseWheelEvent.forElement(this); |
@DomName('SVGElement.onpause') |
@DocsEditable() |
@@ -6782,16 +7345,15 @@ class SvgElement extends Element implements GlobalEventHandlers { |
@DocsEditable() |
@Experimental() // untriaged |
ElementStream<Event> get onWaiting => waitingEvent.forElement(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. |
- |
@DomName('SVGSVGElement') |
@Unstable() |
-class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan { |
+class SvgSvgElement extends GraphicsElement |
+ implements FitToViewBox, ZoomAndPan { |
factory SvgSvgElement() { |
final el = new SvgElement.tag("svg"); |
// The SVG spec requires the version attribute to match the spec version |
@@ -6800,8 +7362,9 @@ class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan |
} |
// To suppress missing implicit constructor warnings. |
- factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory SvgSvgElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -6818,168 +7381,213 @@ class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan |
@DomName('SVGSVGElement.currentScale') |
@DocsEditable() |
- num get currentScale => _blink.BlinkSVGSVGElement.instance.currentScale_Getter_(this); |
- |
+ num get currentScale => |
+ _blink.BlinkSVGSVGElement.instance.currentScale_Getter_(this); |
+ |
@DomName('SVGSVGElement.currentScale') |
@DocsEditable() |
- set currentScale(num value) => _blink.BlinkSVGSVGElement.instance.currentScale_Setter_(this, value); |
- |
+ set currentScale(num value) => |
+ _blink.BlinkSVGSVGElement.instance.currentScale_Setter_(this, value); |
+ |
@DomName('SVGSVGElement.currentTranslate') |
@DocsEditable() |
- Point get currentTranslate => _blink.BlinkSVGSVGElement.instance.currentTranslate_Getter_(this); |
- |
+ Point get currentTranslate => |
+ _blink.BlinkSVGSVGElement.instance.currentTranslate_Getter_(this); |
+ |
@DomName('SVGSVGElement.currentView') |
@DocsEditable() |
- ViewSpec get currentView => _blink.BlinkSVGSVGElement.instance.currentView_Getter_(this); |
- |
+ ViewSpec get currentView => |
+ _blink.BlinkSVGSVGElement.instance.currentView_Getter_(this); |
+ |
@DomName('SVGSVGElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGSVGElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGSVGElement.instance.height_Getter_(this); |
+ |
@DomName('SVGSVGElement.pixelUnitToMillimeterX') |
@DocsEditable() |
- num get pixelUnitToMillimeterX => _blink.BlinkSVGSVGElement.instance.pixelUnitToMillimeterX_Getter_(this); |
- |
+ num get pixelUnitToMillimeterX => |
+ _blink.BlinkSVGSVGElement.instance.pixelUnitToMillimeterX_Getter_(this); |
+ |
@DomName('SVGSVGElement.pixelUnitToMillimeterY') |
@DocsEditable() |
- num get pixelUnitToMillimeterY => _blink.BlinkSVGSVGElement.instance.pixelUnitToMillimeterY_Getter_(this); |
- |
+ num get pixelUnitToMillimeterY => |
+ _blink.BlinkSVGSVGElement.instance.pixelUnitToMillimeterY_Getter_(this); |
+ |
@DomName('SVGSVGElement.screenPixelToMillimeterX') |
@DocsEditable() |
- num get screenPixelToMillimeterX => _blink.BlinkSVGSVGElement.instance.screenPixelToMillimeterX_Getter_(this); |
- |
+ num get screenPixelToMillimeterX => |
+ _blink.BlinkSVGSVGElement.instance.screenPixelToMillimeterX_Getter_(this); |
+ |
@DomName('SVGSVGElement.screenPixelToMillimeterY') |
@DocsEditable() |
- num get screenPixelToMillimeterY => _blink.BlinkSVGSVGElement.instance.screenPixelToMillimeterY_Getter_(this); |
- |
+ num get screenPixelToMillimeterY => |
+ _blink.BlinkSVGSVGElement.instance.screenPixelToMillimeterY_Getter_(this); |
+ |
@DomName('SVGSVGElement.useCurrentView') |
@DocsEditable() |
- bool get useCurrentView => _blink.BlinkSVGSVGElement.instance.useCurrentView_Getter_(this); |
- |
+ bool get useCurrentView => |
+ _blink.BlinkSVGSVGElement.instance.useCurrentView_Getter_(this); |
+ |
@DomName('SVGSVGElement.viewport') |
@DocsEditable() |
- Rect get viewport => _blink.BlinkSVGSVGElement.instance.viewport_Getter_(this); |
- |
+ Rect get viewport => |
+ _blink.BlinkSVGSVGElement.instance.viewport_Getter_(this); |
+ |
@DomName('SVGSVGElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGSVGElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGSVGElement.instance.width_Getter_(this); |
+ |
@DomName('SVGSVGElement.x') |
@DocsEditable() |
AnimatedLength get x => _blink.BlinkSVGSVGElement.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGSVGElement.y') |
@DocsEditable() |
AnimatedLength get y => _blink.BlinkSVGSVGElement.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGSVGElement.animationsPaused') |
@DocsEditable() |
- bool animationsPaused() => _blink.BlinkSVGSVGElement.instance.animationsPaused_Callback_0_(this); |
- |
+ bool animationsPaused() => |
+ _blink.BlinkSVGSVGElement.instance.animationsPaused_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.checkEnclosure') |
@DocsEditable() |
- bool checkEnclosure(SvgElement element, Rect rect) => _blink.BlinkSVGSVGElement.instance.checkEnclosure_Callback_2_(this, element, rect); |
- |
+ bool checkEnclosure(SvgElement element, Rect rect) => |
+ _blink.BlinkSVGSVGElement.instance |
+ .checkEnclosure_Callback_2_(this, element, rect); |
+ |
@DomName('SVGSVGElement.checkIntersection') |
@DocsEditable() |
- bool checkIntersection(SvgElement element, Rect rect) => _blink.BlinkSVGSVGElement.instance.checkIntersection_Callback_2_(this, element, rect); |
- |
+ bool checkIntersection(SvgElement element, Rect rect) => |
+ _blink.BlinkSVGSVGElement.instance |
+ .checkIntersection_Callback_2_(this, element, rect); |
+ |
@DomName('SVGSVGElement.createSVGAngle') |
@DocsEditable() |
- Angle createSvgAngle() => _blink.BlinkSVGSVGElement.instance.createSVGAngle_Callback_0_(this); |
- |
+ Angle createSvgAngle() => |
+ _blink.BlinkSVGSVGElement.instance.createSVGAngle_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.createSVGLength') |
@DocsEditable() |
- Length createSvgLength() => _blink.BlinkSVGSVGElement.instance.createSVGLength_Callback_0_(this); |
- |
+ Length createSvgLength() => |
+ _blink.BlinkSVGSVGElement.instance.createSVGLength_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.createSVGMatrix') |
@DocsEditable() |
- Matrix createSvgMatrix() => _blink.BlinkSVGSVGElement.instance.createSVGMatrix_Callback_0_(this); |
- |
+ Matrix createSvgMatrix() => |
+ _blink.BlinkSVGSVGElement.instance.createSVGMatrix_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.createSVGNumber') |
@DocsEditable() |
- Number createSvgNumber() => _blink.BlinkSVGSVGElement.instance.createSVGNumber_Callback_0_(this); |
- |
+ Number createSvgNumber() => |
+ _blink.BlinkSVGSVGElement.instance.createSVGNumber_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.createSVGPoint') |
@DocsEditable() |
- Point createSvgPoint() => _blink.BlinkSVGSVGElement.instance.createSVGPoint_Callback_0_(this); |
- |
+ Point createSvgPoint() => |
+ _blink.BlinkSVGSVGElement.instance.createSVGPoint_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.createSVGRect') |
@DocsEditable() |
- Rect createSvgRect() => _blink.BlinkSVGSVGElement.instance.createSVGRect_Callback_0_(this); |
- |
+ Rect createSvgRect() => |
+ _blink.BlinkSVGSVGElement.instance.createSVGRect_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.createSVGTransform') |
@DocsEditable() |
- Transform createSvgTransform() => _blink.BlinkSVGSVGElement.instance.createSVGTransform_Callback_0_(this); |
- |
+ Transform createSvgTransform() => |
+ _blink.BlinkSVGSVGElement.instance.createSVGTransform_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.createSVGTransformFromMatrix') |
@DocsEditable() |
- Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGSVGElement.instance.createSVGTransformFromMatrix_Callback_1_(this, matrix); |
- |
+ Transform createSvgTransformFromMatrix(Matrix matrix) => |
+ _blink.BlinkSVGSVGElement.instance |
+ .createSVGTransformFromMatrix_Callback_1_(this, matrix); |
+ |
@DomName('SVGSVGElement.deselectAll') |
@DocsEditable() |
- void deselectAll() => _blink.BlinkSVGSVGElement.instance.deselectAll_Callback_0_(this); |
- |
+ void deselectAll() => |
+ _blink.BlinkSVGSVGElement.instance.deselectAll_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.forceRedraw') |
@DocsEditable() |
- void forceRedraw() => _blink.BlinkSVGSVGElement.instance.forceRedraw_Callback_0_(this); |
- |
+ void forceRedraw() => |
+ _blink.BlinkSVGSVGElement.instance.forceRedraw_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.getCurrentTime') |
@DocsEditable() |
- num getCurrentTime() => _blink.BlinkSVGSVGElement.instance.getCurrentTime_Callback_0_(this); |
- |
+ num getCurrentTime() => |
+ _blink.BlinkSVGSVGElement.instance.getCurrentTime_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.getElementById') |
@DocsEditable() |
- Element getElementById(String elementId) => _blink.BlinkSVGSVGElement.instance.getElementById_Callback_1_(this, elementId); |
- |
+ Element getElementById(String elementId) => _blink.BlinkSVGSVGElement.instance |
+ .getElementById_Callback_1_(this, elementId); |
+ |
@DomName('SVGSVGElement.getEnclosureList') |
@DocsEditable() |
- List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => (_blink.BlinkSVGSVGElement.instance.getEnclosureList_Callback_2_(this, rect, referenceElement)); |
- |
+ List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => |
+ (_blink.BlinkSVGSVGElement.instance |
+ .getEnclosureList_Callback_2_(this, rect, referenceElement)); |
+ |
@DomName('SVGSVGElement.getIntersectionList') |
@DocsEditable() |
- List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => (_blink.BlinkSVGSVGElement.instance.getIntersectionList_Callback_2_(this, rect, referenceElement)); |
- |
+ List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => |
+ (_blink.BlinkSVGSVGElement.instance |
+ .getIntersectionList_Callback_2_(this, rect, referenceElement)); |
+ |
@DomName('SVGSVGElement.pauseAnimations') |
@DocsEditable() |
- void pauseAnimations() => _blink.BlinkSVGSVGElement.instance.pauseAnimations_Callback_0_(this); |
- |
+ void pauseAnimations() => |
+ _blink.BlinkSVGSVGElement.instance.pauseAnimations_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.setCurrentTime') |
@DocsEditable() |
- void setCurrentTime(num seconds) => _blink.BlinkSVGSVGElement.instance.setCurrentTime_Callback_1_(this, seconds); |
- |
+ void setCurrentTime(num seconds) => _blink.BlinkSVGSVGElement.instance |
+ .setCurrentTime_Callback_1_(this, seconds); |
+ |
@DomName('SVGSVGElement.suspendRedraw') |
@DocsEditable() |
- int suspendRedraw(int maxWaitMilliseconds) => _blink.BlinkSVGSVGElement.instance.suspendRedraw_Callback_1_(this, maxWaitMilliseconds); |
- |
+ int suspendRedraw(int maxWaitMilliseconds) => |
+ _blink.BlinkSVGSVGElement.instance |
+ .suspendRedraw_Callback_1_(this, maxWaitMilliseconds); |
+ |
@DomName('SVGSVGElement.unpauseAnimations') |
@DocsEditable() |
- void unpauseAnimations() => _blink.BlinkSVGSVGElement.instance.unpauseAnimations_Callback_0_(this); |
- |
+ void unpauseAnimations() => |
+ _blink.BlinkSVGSVGElement.instance.unpauseAnimations_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.unsuspendRedraw') |
@DocsEditable() |
- void unsuspendRedraw(int suspendHandleId) => _blink.BlinkSVGSVGElement.instance.unsuspendRedraw_Callback_1_(this, suspendHandleId); |
- |
+ void unsuspendRedraw(int suspendHandleId) => |
+ _blink.BlinkSVGSVGElement.instance |
+ .unsuspendRedraw_Callback_1_(this, suspendHandleId); |
+ |
@DomName('SVGSVGElement.unsuspendRedrawAll') |
@DocsEditable() |
- void unsuspendRedrawAll() => _blink.BlinkSVGSVGElement.instance.unsuspendRedrawAll_Callback_0_(this); |
- |
+ void unsuspendRedrawAll() => |
+ _blink.BlinkSVGSVGElement.instance.unsuspendRedrawAll_Callback_0_(this); |
+ |
@DomName('SVGSVGElement.preserveAspectRatio') |
@DocsEditable() |
- AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGSVGElement.instance.preserveAspectRatio_Getter_(this); |
- |
+ AnimatedPreserveAspectRatio get preserveAspectRatio => |
+ _blink.BlinkSVGSVGElement.instance.preserveAspectRatio_Getter_(this); |
+ |
@DomName('SVGSVGElement.viewBox') |
@DocsEditable() |
- AnimatedRect get viewBox => _blink.BlinkSVGSVGElement.instance.viewBox_Getter_(this); |
- |
+ AnimatedRect get viewBox => |
+ _blink.BlinkSVGSVGElement.instance.viewBox_Getter_(this); |
+ |
@DomName('SVGSVGElement.zoomAndPan') |
@DocsEditable() |
- int get zoomAndPan => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Getter_(this); |
- |
+ int get zoomAndPan => |
+ _blink.BlinkSVGSVGElement.instance.zoomAndPan_Getter_(this); |
+ |
@DomName('SVGSVGElement.zoomAndPan') |
@DocsEditable() |
- set zoomAndPan(int value) => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Setter_(this, value); |
- |
+ set zoomAndPan(int value) => |
+ _blink.BlinkSVGSVGElement.instance.zoomAndPan_Setter_(this, value); |
} |
// 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 |
@@ -6987,18 +7595,19 @@ class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGSwitchElement') |
@Unstable() |
class SwitchElement extends GraphicsElement { |
// To suppress missing implicit constructor warnings. |
- factory SwitchElement._() { throw new UnsupportedError("Not supported"); } |
+ factory SwitchElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGSwitchElement.SVGSwitchElement') |
@DocsEditable() |
- factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("switch"); |
- |
+ factory SwitchElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("switch"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7012,7 +7621,6 @@ class SwitchElement extends GraphicsElement { |
* This can only be called by subclasses from their created constructor. |
*/ |
SwitchElement.created() : super.created(); |
- |
} |
// 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 |
@@ -7020,18 +7628,19 @@ class SwitchElement extends GraphicsElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGSymbolElement') |
@Unstable() |
class SymbolElement extends SvgElement implements FitToViewBox { |
// To suppress missing implicit constructor warnings. |
- factory SymbolElement._() { throw new UnsupportedError("Not supported"); } |
+ factory SymbolElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGSymbolElement.SVGSymbolElement') |
@DocsEditable() |
- factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("symbol"); |
- |
+ factory SymbolElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("symbol"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7048,12 +7657,13 @@ class SymbolElement extends SvgElement implements FitToViewBox { |
@DomName('SVGSymbolElement.preserveAspectRatio') |
@DocsEditable() |
- AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGSymbolElement.instance.preserveAspectRatio_Getter_(this); |
- |
+ AnimatedPreserveAspectRatio get preserveAspectRatio => |
+ _blink.BlinkSVGSymbolElement.instance.preserveAspectRatio_Getter_(this); |
+ |
@DomName('SVGSymbolElement.viewBox') |
@DocsEditable() |
- AnimatedRect get viewBox => _blink.BlinkSVGSymbolElement.instance.viewBox_Getter_(this); |
- |
+ AnimatedRect get viewBox => |
+ _blink.BlinkSVGSymbolElement.instance.viewBox_Getter_(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 |
@@ -7061,18 +7671,19 @@ class SymbolElement extends SvgElement implements FitToViewBox { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGTSpanElement') |
@Unstable() |
class TSpanElement extends TextPositioningElement { |
// To suppress missing implicit constructor warnings. |
- factory TSpanElement._() { throw new UnsupportedError("Not supported"); } |
+ factory TSpanElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGTSpanElement.SVGTSpanElement') |
@DocsEditable() |
- factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tspan"); |
- |
+ factory TSpanElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("tspan"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7086,7 +7697,6 @@ class TSpanElement extends TextPositioningElement { |
* This can only be called by subclasses from their created constructor. |
*/ |
TSpanElement.created() : super.created(); |
- |
} |
// 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 |
@@ -7094,13 +7704,14 @@ class TSpanElement extends TextPositioningElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGTests') |
@Unstable() |
abstract class Tests extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory Tests._() { throw new UnsupportedError("Not supported"); } |
+ factory Tests._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGTests.requiredExtensions') |
@DocsEditable() |
@@ -7117,7 +7728,6 @@ abstract class Tests extends DartHtmlDomObject { |
@DomName('SVGTests.hasExtension') |
@DocsEditable() |
bool hasExtension(String 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 |
@@ -7125,14 +7735,14 @@ abstract class Tests extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGTextContentElement') |
@Unstable() |
class TextContentElement extends GraphicsElement { |
// To suppress missing implicit constructor warnings. |
- factory TextContentElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory TextContentElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7161,48 +7771,65 @@ class TextContentElement extends GraphicsElement { |
@DomName('SVGTextContentElement.lengthAdjust') |
@DocsEditable() |
- AnimatedEnumeration get lengthAdjust => _blink.BlinkSVGTextContentElement.instance.lengthAdjust_Getter_(this); |
- |
+ AnimatedEnumeration get lengthAdjust => |
+ _blink.BlinkSVGTextContentElement.instance.lengthAdjust_Getter_(this); |
+ |
@DomName('SVGTextContentElement.textLength') |
@DocsEditable() |
- AnimatedLength get textLength => _blink.BlinkSVGTextContentElement.instance.textLength_Getter_(this); |
- |
+ AnimatedLength get textLength => |
+ _blink.BlinkSVGTextContentElement.instance.textLength_Getter_(this); |
+ |
@DomName('SVGTextContentElement.getCharNumAtPosition') |
@DocsEditable() |
- int getCharNumAtPosition(Point point) => _blink.BlinkSVGTextContentElement.instance.getCharNumAtPosition_Callback_1_(this, point); |
- |
+ int getCharNumAtPosition(Point point) => |
+ _blink.BlinkSVGTextContentElement.instance |
+ .getCharNumAtPosition_Callback_1_(this, point); |
+ |
@DomName('SVGTextContentElement.getComputedTextLength') |
@DocsEditable() |
- num getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance.getComputedTextLength_Callback_0_(this); |
- |
+ num getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance |
+ .getComputedTextLength_Callback_0_(this); |
+ |
@DomName('SVGTextContentElement.getEndPositionOfChar') |
@DocsEditable() |
- Point getEndPositionOfChar(int charnum) => _blink.BlinkSVGTextContentElement.instance.getEndPositionOfChar_Callback_1_(this, charnum); |
- |
+ Point getEndPositionOfChar(int charnum) => |
+ _blink.BlinkSVGTextContentElement.instance |
+ .getEndPositionOfChar_Callback_1_(this, charnum); |
+ |
@DomName('SVGTextContentElement.getExtentOfChar') |
@DocsEditable() |
- Rect getExtentOfChar(int charnum) => _blink.BlinkSVGTextContentElement.instance.getExtentOfChar_Callback_1_(this, charnum); |
- |
+ Rect getExtentOfChar(int charnum) => |
+ _blink.BlinkSVGTextContentElement.instance |
+ .getExtentOfChar_Callback_1_(this, charnum); |
+ |
@DomName('SVGTextContentElement.getNumberOfChars') |
@DocsEditable() |
- int getNumberOfChars() => _blink.BlinkSVGTextContentElement.instance.getNumberOfChars_Callback_0_(this); |
- |
+ int getNumberOfChars() => _blink.BlinkSVGTextContentElement.instance |
+ .getNumberOfChars_Callback_0_(this); |
+ |
@DomName('SVGTextContentElement.getRotationOfChar') |
@DocsEditable() |
- num getRotationOfChar(int charnum) => _blink.BlinkSVGTextContentElement.instance.getRotationOfChar_Callback_1_(this, charnum); |
- |
+ num getRotationOfChar(int charnum) => |
+ _blink.BlinkSVGTextContentElement.instance |
+ .getRotationOfChar_Callback_1_(this, charnum); |
+ |
@DomName('SVGTextContentElement.getStartPositionOfChar') |
@DocsEditable() |
- Point getStartPositionOfChar(int charnum) => _blink.BlinkSVGTextContentElement.instance.getStartPositionOfChar_Callback_1_(this, charnum); |
- |
+ Point getStartPositionOfChar(int charnum) => |
+ _blink.BlinkSVGTextContentElement.instance |
+ .getStartPositionOfChar_Callback_1_(this, charnum); |
+ |
@DomName('SVGTextContentElement.getSubStringLength') |
@DocsEditable() |
- num getSubStringLength(int charnum, int nchars) => _blink.BlinkSVGTextContentElement.instance.getSubStringLength_Callback_2_(this, charnum, nchars); |
- |
+ num getSubStringLength(int charnum, int nchars) => |
+ _blink.BlinkSVGTextContentElement.instance |
+ .getSubStringLength_Callback_2_(this, charnum, nchars); |
+ |
@DomName('SVGTextContentElement.selectSubString') |
@DocsEditable() |
- void selectSubString(int charnum, int nchars) => _blink.BlinkSVGTextContentElement.instance.selectSubString_Callback_2_(this, charnum, nchars); |
- |
+ void selectSubString(int charnum, int nchars) => |
+ _blink.BlinkSVGTextContentElement.instance |
+ .selectSubString_Callback_2_(this, charnum, nchars); |
} |
// 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 |
@@ -7210,18 +7837,19 @@ class TextContentElement extends GraphicsElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGTextElement') |
@Unstable() |
class TextElement extends TextPositioningElement { |
// To suppress missing implicit constructor warnings. |
- factory TextElement._() { throw new UnsupportedError("Not supported"); } |
+ factory TextElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGTextElement.SVGTextElement') |
@DocsEditable() |
- factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text"); |
- |
+ factory TextElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("text"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7235,7 +7863,6 @@ class TextElement extends TextPositioningElement { |
* This can only be called by subclasses from their created constructor. |
*/ |
TextElement.created() : super.created(); |
- |
} |
// 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 |
@@ -7243,14 +7870,14 @@ class TextElement extends TextPositioningElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGTextPathElement') |
@Unstable() |
class TextPathElement extends TextContentElement implements UriReference { |
// To suppress missing implicit constructor warnings. |
- factory TextPathElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory TextPathElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7291,20 +7918,23 @@ class TextPathElement extends TextContentElement implements UriReference { |
@DomName('SVGTextPathElement.method') |
@DocsEditable() |
- AnimatedEnumeration get method => _blink.BlinkSVGTextPathElement.instance.method_Getter_(this); |
- |
+ AnimatedEnumeration get method => |
+ _blink.BlinkSVGTextPathElement.instance.method_Getter_(this); |
+ |
@DomName('SVGTextPathElement.spacing') |
@DocsEditable() |
- AnimatedEnumeration get spacing => _blink.BlinkSVGTextPathElement.instance.spacing_Getter_(this); |
- |
+ AnimatedEnumeration get spacing => |
+ _blink.BlinkSVGTextPathElement.instance.spacing_Getter_(this); |
+ |
@DomName('SVGTextPathElement.startOffset') |
@DocsEditable() |
- AnimatedLength get startOffset => _blink.BlinkSVGTextPathElement.instance.startOffset_Getter_(this); |
- |
+ AnimatedLength get startOffset => |
+ _blink.BlinkSVGTextPathElement.instance.startOffset_Getter_(this); |
+ |
@DomName('SVGTextPathElement.href') |
@DocsEditable() |
- AnimatedString get href => _blink.BlinkSVGTextPathElement.instance.href_Getter_(this); |
- |
+ AnimatedString get href => |
+ _blink.BlinkSVGTextPathElement.instance.href_Getter_(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 |
@@ -7312,14 +7942,14 @@ class TextPathElement extends TextContentElement implements UriReference { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGTextPositioningElement') |
@Unstable() |
class TextPositioningElement extends TextContentElement { |
// To suppress missing implicit constructor warnings. |
- factory TextPositioningElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory TextPositioningElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7336,24 +7966,28 @@ class TextPositioningElement extends TextContentElement { |
@DomName('SVGTextPositioningElement.dx') |
@DocsEditable() |
- AnimatedLengthList get dx => _blink.BlinkSVGTextPositioningElement.instance.dx_Getter_(this); |
- |
+ AnimatedLengthList get dx => |
+ _blink.BlinkSVGTextPositioningElement.instance.dx_Getter_(this); |
+ |
@DomName('SVGTextPositioningElement.dy') |
@DocsEditable() |
- AnimatedLengthList get dy => _blink.BlinkSVGTextPositioningElement.instance.dy_Getter_(this); |
- |
+ AnimatedLengthList get dy => |
+ _blink.BlinkSVGTextPositioningElement.instance.dy_Getter_(this); |
+ |
@DomName('SVGTextPositioningElement.rotate') |
@DocsEditable() |
- AnimatedNumberList get rotate => _blink.BlinkSVGTextPositioningElement.instance.rotate_Getter_(this); |
- |
+ AnimatedNumberList get rotate => |
+ _blink.BlinkSVGTextPositioningElement.instance.rotate_Getter_(this); |
+ |
@DomName('SVGTextPositioningElement.x') |
@DocsEditable() |
- AnimatedLengthList get x => _blink.BlinkSVGTextPositioningElement.instance.x_Getter_(this); |
- |
+ AnimatedLengthList get x => |
+ _blink.BlinkSVGTextPositioningElement.instance.x_Getter_(this); |
+ |
@DomName('SVGTextPositioningElement.y') |
@DocsEditable() |
- AnimatedLengthList get y => _blink.BlinkSVGTextPositioningElement.instance.y_Getter_(this); |
- |
+ AnimatedLengthList get y => |
+ _blink.BlinkSVGTextPositioningElement.instance.y_Getter_(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 |
@@ -7361,18 +7995,19 @@ class TextPositioningElement extends TextContentElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGTitleElement') |
@Unstable() |
class TitleElement extends SvgElement { |
// To suppress missing implicit constructor warnings. |
- factory TitleElement._() { throw new UnsupportedError("Not supported"); } |
+ factory TitleElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGTitleElement.SVGTitleElement') |
@DocsEditable() |
- factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("title"); |
- |
+ factory TitleElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("title"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7386,7 +8021,6 @@ class TitleElement extends SvgElement { |
* This can only be called by subclasses from their created constructor. |
*/ |
TitleElement.created() : super.created(); |
- |
} |
// 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 |
@@ -7394,20 +8028,20 @@ class TitleElement extends SvgElement { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGTransform') |
@Unstable() |
class Transform extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory Transform._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory Transform._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- Transform.internal_() { } |
+ Transform.internal_() {} |
@DomName('SVGTransform.SVG_TRANSFORM_MATRIX') |
@DocsEditable() |
@@ -7440,39 +8074,44 @@ class Transform extends DartHtmlDomObject { |
@DomName('SVGTransform.angle') |
@DocsEditable() |
num get angle => _blink.BlinkSVGTransform.instance.angle_Getter_(this); |
- |
+ |
@DomName('SVGTransform.matrix') |
@DocsEditable() |
Matrix get matrix => _blink.BlinkSVGTransform.instance.matrix_Getter_(this); |
- |
+ |
@DomName('SVGTransform.type') |
@DocsEditable() |
int get type => _blink.BlinkSVGTransform.instance.type_Getter_(this); |
- |
+ |
@DomName('SVGTransform.setMatrix') |
@DocsEditable() |
- void setMatrix(Matrix matrix) => _blink.BlinkSVGTransform.instance.setMatrix_Callback_1_(this, matrix); |
- |
+ void setMatrix(Matrix matrix) => |
+ _blink.BlinkSVGTransform.instance.setMatrix_Callback_1_(this, matrix); |
+ |
@DomName('SVGTransform.setRotate') |
@DocsEditable() |
- void setRotate(num angle, num cx, num cy) => _blink.BlinkSVGTransform.instance.setRotate_Callback_3_(this, angle, cx, cy); |
- |
+ void setRotate(num angle, num cx, num cy) => _blink.BlinkSVGTransform.instance |
+ .setRotate_Callback_3_(this, angle, cx, cy); |
+ |
@DomName('SVGTransform.setScale') |
@DocsEditable() |
- void setScale(num sx, num sy) => _blink.BlinkSVGTransform.instance.setScale_Callback_2_(this, sx, sy); |
- |
+ void setScale(num sx, num sy) => |
+ _blink.BlinkSVGTransform.instance.setScale_Callback_2_(this, sx, sy); |
+ |
@DomName('SVGTransform.setSkewX') |
@DocsEditable() |
- void setSkewX(num angle) => _blink.BlinkSVGTransform.instance.setSkewX_Callback_1_(this, angle); |
- |
+ void setSkewX(num angle) => |
+ _blink.BlinkSVGTransform.instance.setSkewX_Callback_1_(this, angle); |
+ |
@DomName('SVGTransform.setSkewY') |
@DocsEditable() |
- void setSkewY(num angle) => _blink.BlinkSVGTransform.instance.setSkewY_Callback_1_(this, angle); |
- |
+ void setSkewY(num angle) => |
+ _blink.BlinkSVGTransform.instance.setSkewY_Callback_1_(this, angle); |
+ |
@DomName('SVGTransform.setTranslate') |
@DocsEditable() |
- void setTranslate(num tx, num ty) => _blink.BlinkSVGTransform.instance.setTranslate_Callback_2_(this, tx, ty); |
- |
+ void setTranslate(num tx, num ty) => |
+ _blink.BlinkSVGTransform.instance.setTranslate_Callback_2_(this, tx, ty); |
} |
// 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 |
@@ -7480,43 +8119,44 @@ class Transform extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGTransformList') |
@Unstable() |
-class TransformList extends DartHtmlDomObject with ListMixin<Transform>, ImmutableListMixin<Transform> implements List<Transform> { |
+class TransformList extends DartHtmlDomObject |
+ with ListMixin<Transform>, ImmutableListMixin<Transform> |
+ implements List<Transform> { |
// To suppress missing implicit constructor warnings. |
- factory TransformList._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory TransformList._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- TransformList.internal_() { } |
+ TransformList.internal_() {} |
@DomName('SVGTransformList.length') |
@DocsEditable() |
@Experimental() // untriaged |
int get length => _blink.BlinkSVGTransformList.instance.length_Getter_(this); |
- |
+ |
@DomName('SVGTransformList.numberOfItems') |
@DocsEditable() |
- int get numberOfItems => _blink.BlinkSVGTransformList.instance.numberOfItems_Getter_(this); |
- |
- Transform operator[](int index) { |
- if (index < 0 || index >= length) |
- throw new RangeError.index(index, this); |
+ int get numberOfItems => |
+ _blink.BlinkSVGTransformList.instance.numberOfItems_Getter_(this); |
+ |
+ Transform operator [](int index) { |
+ if (index < 0 || index >= length) throw new RangeError.index(index, this); |
return getItem(index); |
} |
- void operator[]=(int index, Transform value) { |
+ void operator []=(int index, Transform value) { |
throw new UnsupportedError("Cannot assign element of immutable List."); |
} |
// -- start List<Transform> mixins. |
// Transform is the element type. |
- |
set length(int value) { |
throw new UnsupportedError("Cannot resize immutable List."); |
} |
@@ -7551,44 +8191,58 @@ class TransformList extends DartHtmlDomObject with ListMixin<Transform>, Immutab |
@DomName('SVGTransformList.__setter__') |
@DocsEditable() |
@Experimental() // untriaged |
- void __setter__(int index, Transform newItem) => _blink.BlinkSVGTransformList.instance.$__setter___Callback_2_(this, index, newItem); |
- |
+ void __setter__(int index, Transform newItem) => |
+ _blink.BlinkSVGTransformList.instance |
+ .$__setter___Callback_2_(this, index, newItem); |
+ |
@DomName('SVGTransformList.appendItem') |
@DocsEditable() |
- Transform appendItem(Transform newItem) => _blink.BlinkSVGTransformList.instance.appendItem_Callback_1_(this, newItem); |
- |
+ Transform appendItem(Transform newItem) => |
+ _blink.BlinkSVGTransformList.instance |
+ .appendItem_Callback_1_(this, newItem); |
+ |
@DomName('SVGTransformList.clear') |
@DocsEditable() |
void clear() => _blink.BlinkSVGTransformList.instance.clear_Callback_0_(this); |
- |
+ |
@DomName('SVGTransformList.consolidate') |
@DocsEditable() |
- Transform consolidate() => _blink.BlinkSVGTransformList.instance.consolidate_Callback_0_(this); |
- |
+ Transform consolidate() => |
+ _blink.BlinkSVGTransformList.instance.consolidate_Callback_0_(this); |
+ |
@DomName('SVGTransformList.createSVGTransformFromMatrix') |
@DocsEditable() |
- Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGTransformList.instance.createSVGTransformFromMatrix_Callback_1_(this, matrix); |
- |
+ Transform createSvgTransformFromMatrix(Matrix matrix) => |
+ _blink.BlinkSVGTransformList.instance |
+ .createSVGTransformFromMatrix_Callback_1_(this, matrix); |
+ |
@DomName('SVGTransformList.getItem') |
@DocsEditable() |
- Transform getItem(int index) => _blink.BlinkSVGTransformList.instance.getItem_Callback_1_(this, index); |
- |
+ Transform getItem(int index) => |
+ _blink.BlinkSVGTransformList.instance.getItem_Callback_1_(this, index); |
+ |
@DomName('SVGTransformList.initialize') |
@DocsEditable() |
- Transform initialize(Transform newItem) => _blink.BlinkSVGTransformList.instance.initialize_Callback_1_(this, newItem); |
- |
+ Transform initialize(Transform newItem) => |
+ _blink.BlinkSVGTransformList.instance |
+ .initialize_Callback_1_(this, newItem); |
+ |
@DomName('SVGTransformList.insertItemBefore') |
@DocsEditable() |
- Transform insertItemBefore(Transform newItem, int index) => _blink.BlinkSVGTransformList.instance.insertItemBefore_Callback_2_(this, newItem, index); |
- |
+ Transform insertItemBefore(Transform newItem, int index) => |
+ _blink.BlinkSVGTransformList.instance |
+ .insertItemBefore_Callback_2_(this, newItem, index); |
+ |
@DomName('SVGTransformList.removeItem') |
@DocsEditable() |
- Transform removeItem(int index) => _blink.BlinkSVGTransformList.instance.removeItem_Callback_1_(this, index); |
- |
+ Transform removeItem(int index) => |
+ _blink.BlinkSVGTransformList.instance.removeItem_Callback_1_(this, index); |
+ |
@DomName('SVGTransformList.replaceItem') |
@DocsEditable() |
- Transform replaceItem(Transform newItem, int index) => _blink.BlinkSVGTransformList.instance.replaceItem_Callback_2_(this, newItem, index); |
- |
+ Transform replaceItem(Transform newItem, int index) => |
+ _blink.BlinkSVGTransformList.instance |
+ .replaceItem_Callback_2_(this, newItem, index); |
} |
// 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 |
@@ -7596,20 +8250,20 @@ class TransformList extends DartHtmlDomObject with ListMixin<Transform>, Immutab |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGUnitTypes') |
@Unstable() |
class UnitTypes extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory UnitTypes._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory UnitTypes._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- UnitTypes.internal_() { } |
+ UnitTypes.internal_() {} |
@DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') |
@DocsEditable() |
@@ -7622,7 +8276,6 @@ class UnitTypes extends DartHtmlDomObject { |
@DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') |
@DocsEditable() |
static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
- |
} |
// 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 |
@@ -7630,18 +8283,18 @@ class UnitTypes extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGURIReference') |
@Unstable() |
abstract class UriReference extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory UriReference._() { throw new UnsupportedError("Not supported"); } |
+ factory UriReference._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGURIReference.href') |
@DocsEditable() |
AnimatedString get href; |
- |
} |
// 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 |
@@ -7649,18 +8302,19 @@ abstract class UriReference extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGUseElement') |
@Unstable() |
class UseElement extends GraphicsElement implements UriReference { |
// To suppress missing implicit constructor warnings. |
- factory UseElement._() { throw new UnsupportedError("Not supported"); } |
+ factory UseElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGUseElement.SVGUseElement') |
@DocsEditable() |
- factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use"); |
- |
+ factory UseElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("use"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7677,24 +8331,26 @@ class UseElement extends GraphicsElement implements UriReference { |
@DomName('SVGUseElement.height') |
@DocsEditable() |
- AnimatedLength get height => _blink.BlinkSVGUseElement.instance.height_Getter_(this); |
- |
+ AnimatedLength get height => |
+ _blink.BlinkSVGUseElement.instance.height_Getter_(this); |
+ |
@DomName('SVGUseElement.width') |
@DocsEditable() |
- AnimatedLength get width => _blink.BlinkSVGUseElement.instance.width_Getter_(this); |
- |
+ AnimatedLength get width => |
+ _blink.BlinkSVGUseElement.instance.width_Getter_(this); |
+ |
@DomName('SVGUseElement.x') |
@DocsEditable() |
AnimatedLength get x => _blink.BlinkSVGUseElement.instance.x_Getter_(this); |
- |
+ |
@DomName('SVGUseElement.y') |
@DocsEditable() |
AnimatedLength get y => _blink.BlinkSVGUseElement.instance.y_Getter_(this); |
- |
+ |
@DomName('SVGUseElement.href') |
@DocsEditable() |
- AnimatedString get href => _blink.BlinkSVGUseElement.instance.href_Getter_(this); |
- |
+ AnimatedString get href => |
+ _blink.BlinkSVGUseElement.instance.href_Getter_(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 |
@@ -7702,18 +8358,19 @@ class UseElement extends GraphicsElement implements UriReference { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGViewElement') |
@Unstable() |
class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { |
// To suppress missing implicit constructor warnings. |
- factory ViewElement._() { throw new UnsupportedError("Not supported"); } |
+ factory ViewElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGViewElement.SVGViewElement') |
@DocsEditable() |
- factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view"); |
- |
+ factory ViewElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("view"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7730,24 +8387,28 @@ class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { |
@DomName('SVGViewElement.viewTarget') |
@DocsEditable() |
- StringList get viewTarget => _blink.BlinkSVGViewElement.instance.viewTarget_Getter_(this); |
- |
+ StringList get viewTarget => |
+ _blink.BlinkSVGViewElement.instance.viewTarget_Getter_(this); |
+ |
@DomName('SVGViewElement.preserveAspectRatio') |
@DocsEditable() |
- AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGViewElement.instance.preserveAspectRatio_Getter_(this); |
- |
+ AnimatedPreserveAspectRatio get preserveAspectRatio => |
+ _blink.BlinkSVGViewElement.instance.preserveAspectRatio_Getter_(this); |
+ |
@DomName('SVGViewElement.viewBox') |
@DocsEditable() |
- AnimatedRect get viewBox => _blink.BlinkSVGViewElement.instance.viewBox_Getter_(this); |
- |
+ AnimatedRect get viewBox => |
+ _blink.BlinkSVGViewElement.instance.viewBox_Getter_(this); |
+ |
@DomName('SVGViewElement.zoomAndPan') |
@DocsEditable() |
- int get zoomAndPan => _blink.BlinkSVGViewElement.instance.zoomAndPan_Getter_(this); |
- |
+ int get zoomAndPan => |
+ _blink.BlinkSVGViewElement.instance.zoomAndPan_Getter_(this); |
+ |
@DomName('SVGViewElement.zoomAndPan') |
@DocsEditable() |
- set zoomAndPan(int value) => _blink.BlinkSVGViewElement.instance.zoomAndPan_Setter_(this, value); |
- |
+ set zoomAndPan(int value) => |
+ _blink.BlinkSVGViewElement.instance.zoomAndPan_Setter_(this, value); |
} |
// 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 |
@@ -7755,65 +8416,74 @@ class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGViewSpec') |
@Unstable() |
class ViewSpec extends DartHtmlDomObject implements FitToViewBox, ZoomAndPan { |
// To suppress missing implicit constructor warnings. |
- factory ViewSpec._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory ViewSpec._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@Deprecated("Internal Use Only") |
- ViewSpec.internal_() { } |
+ ViewSpec.internal_() {} |
@DomName('SVGViewSpec.preserveAspectRatioString') |
@DocsEditable() |
- String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.instance.preserveAspectRatioString_Getter_(this); |
- |
+ String get preserveAspectRatioString => |
+ _blink.BlinkSVGViewSpec.instance.preserveAspectRatioString_Getter_(this); |
+ |
@DomName('SVGViewSpec.transform') |
@DocsEditable() |
- TransformList get transform => _blink.BlinkSVGViewSpec.instance.transform_Getter_(this); |
- |
+ TransformList get transform => |
+ _blink.BlinkSVGViewSpec.instance.transform_Getter_(this); |
+ |
@DomName('SVGViewSpec.transformString') |
@DocsEditable() |
- String get transformString => _blink.BlinkSVGViewSpec.instance.transformString_Getter_(this); |
- |
+ String get transformString => |
+ _blink.BlinkSVGViewSpec.instance.transformString_Getter_(this); |
+ |
@DomName('SVGViewSpec.viewBoxString') |
@DocsEditable() |
- String get viewBoxString => _blink.BlinkSVGViewSpec.instance.viewBoxString_Getter_(this); |
- |
+ String get viewBoxString => |
+ _blink.BlinkSVGViewSpec.instance.viewBoxString_Getter_(this); |
+ |
@DomName('SVGViewSpec.viewTarget') |
@DocsEditable() |
- SvgElement get viewTarget => _blink.BlinkSVGViewSpec.instance.viewTarget_Getter_(this); |
- |
+ SvgElement get viewTarget => |
+ _blink.BlinkSVGViewSpec.instance.viewTarget_Getter_(this); |
+ |
@DomName('SVGViewSpec.viewTargetString') |
@DocsEditable() |
- String get viewTargetString => _blink.BlinkSVGViewSpec.instance.viewTargetString_Getter_(this); |
- |
+ String get viewTargetString => |
+ _blink.BlinkSVGViewSpec.instance.viewTargetString_Getter_(this); |
+ |
@DomName('SVGViewSpec.preserveAspectRatio') |
@DocsEditable() |
@Experimental() // nonstandard |
- AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGViewSpec.instance.preserveAspectRatio_Getter_(this); |
- |
+ AnimatedPreserveAspectRatio get preserveAspectRatio => |
+ _blink.BlinkSVGViewSpec.instance.preserveAspectRatio_Getter_(this); |
+ |
@DomName('SVGViewSpec.viewBox') |
@DocsEditable() |
@Experimental() // nonstandard |
- AnimatedRect get viewBox => _blink.BlinkSVGViewSpec.instance.viewBox_Getter_(this); |
- |
+ AnimatedRect get viewBox => |
+ _blink.BlinkSVGViewSpec.instance.viewBox_Getter_(this); |
+ |
@DomName('SVGViewSpec.zoomAndPan') |
@DocsEditable() |
@Experimental() // nonstandard |
- int get zoomAndPan => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Getter_(this); |
- |
+ int get zoomAndPan => |
+ _blink.BlinkSVGViewSpec.instance.zoomAndPan_Getter_(this); |
+ |
@DomName('SVGViewSpec.zoomAndPan') |
@DocsEditable() |
@Experimental() // nonstandard |
- set zoomAndPan(int value) => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Setter_(this, value); |
- |
+ set zoomAndPan(int value) => |
+ _blink.BlinkSVGViewSpec.instance.zoomAndPan_Setter_(this, value); |
} |
// 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 |
@@ -7821,13 +8491,14 @@ class ViewSpec extends DartHtmlDomObject implements FitToViewBox, ZoomAndPan { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGZoomAndPan') |
@Unstable() |
abstract class ZoomAndPan extends DartHtmlDomObject { |
// To suppress missing implicit constructor warnings. |
- factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); } |
+ factory ZoomAndPan._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') |
@DocsEditable() |
@@ -7848,7 +8519,6 @@ abstract class ZoomAndPan extends DartHtmlDomObject { |
@DomName('SVGZoomAndPan.zoomAndPan') |
@DocsEditable() |
set zoomAndPan(int value); |
- |
} |
// 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 |
@@ -7856,14 +8526,14 @@ abstract class ZoomAndPan extends DartHtmlDomObject { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGZoomEvent') |
@Unstable() |
class ZoomEvent extends UIEvent { |
// To suppress missing implicit constructor warnings. |
- factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory ZoomEvent._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7871,27 +8541,29 @@ class ZoomEvent extends UIEvent { |
@Deprecated("Internal Use Only") |
ZoomEvent.internal_() : super.internal_(); |
- |
@DomName('SVGZoomEvent.newScale') |
@DocsEditable() |
num get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(this); |
- |
+ |
@DomName('SVGZoomEvent.newTranslate') |
@DocsEditable() |
- Point get newTranslate => _blink.BlinkSVGZoomEvent.instance.newTranslate_Getter_(this); |
- |
+ Point get newTranslate => |
+ _blink.BlinkSVGZoomEvent.instance.newTranslate_Getter_(this); |
+ |
@DomName('SVGZoomEvent.previousScale') |
@DocsEditable() |
- num get previousScale => _blink.BlinkSVGZoomEvent.instance.previousScale_Getter_(this); |
- |
+ num get previousScale => |
+ _blink.BlinkSVGZoomEvent.instance.previousScale_Getter_(this); |
+ |
@DomName('SVGZoomEvent.previousTranslate') |
@DocsEditable() |
- Point get previousTranslate => _blink.BlinkSVGZoomEvent.instance.previousTranslate_Getter_(this); |
- |
+ Point get previousTranslate => |
+ _blink.BlinkSVGZoomEvent.instance.previousTranslate_Getter_(this); |
+ |
@DomName('SVGZoomEvent.zoomRectScreen') |
@DocsEditable() |
- Rect get zoomRectScreen => _blink.BlinkSVGZoomEvent.instance.zoomRectScreen_Getter_(this); |
- |
+ Rect get zoomRectScreen => |
+ _blink.BlinkSVGZoomEvent.instance.zoomRectScreen_Getter_(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 |
@@ -7899,14 +8571,14 @@ class ZoomEvent extends UIEvent { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGGradientElement') |
@Unstable() |
class _GradientElement extends SvgElement implements UriReference { |
// To suppress missing implicit constructor warnings. |
- factory _GradientElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory _GradientElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7939,20 +8611,23 @@ class _GradientElement extends SvgElement implements UriReference { |
@DomName('SVGGradientElement.gradientTransform') |
@DocsEditable() |
- AnimatedTransformList get gradientTransform => _blink.BlinkSVGGradientElement.instance.gradientTransform_Getter_(this); |
- |
+ AnimatedTransformList get gradientTransform => |
+ _blink.BlinkSVGGradientElement.instance.gradientTransform_Getter_(this); |
+ |
@DomName('SVGGradientElement.gradientUnits') |
@DocsEditable() |
- AnimatedEnumeration get gradientUnits => _blink.BlinkSVGGradientElement.instance.gradientUnits_Getter_(this); |
- |
+ AnimatedEnumeration get gradientUnits => |
+ _blink.BlinkSVGGradientElement.instance.gradientUnits_Getter_(this); |
+ |
@DomName('SVGGradientElement.spreadMethod') |
@DocsEditable() |
- AnimatedEnumeration get spreadMethod => _blink.BlinkSVGGradientElement.instance.spreadMethod_Getter_(this); |
- |
+ AnimatedEnumeration get spreadMethod => |
+ _blink.BlinkSVGGradientElement.instance.spreadMethod_Getter_(this); |
+ |
@DomName('SVGGradientElement.href') |
@DocsEditable() |
- AnimatedString get href => _blink.BlinkSVGGradientElement.instance.href_Getter_(this); |
- |
+ AnimatedString get href => |
+ _blink.BlinkSVGGradientElement.instance.href_Getter_(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 |
@@ -7960,14 +8635,14 @@ class _GradientElement extends SvgElement implements UriReference { |
// WARNING: Do not edit - generated code. |
- |
@DocsEditable() |
@DomName('SVGComponentTransferFunctionElement') |
@Unstable() |
class _SVGComponentTransferFunctionElement extends SvgElement { |
// To suppress missing implicit constructor warnings. |
- factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory _SVGComponentTransferFunctionElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -7981,24 +8656,24 @@ class _SVGComponentTransferFunctionElement extends SvgElement { |
* This can only be called by subclasses from their created constructor. |
*/ |
_SVGComponentTransferFunctionElement.created() : super.created(); |
- |
} |
// 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. |
- |
@DocsEditable() |
@DomName('SVGCursorElement') |
@Unstable() |
class _SVGCursorElement extends SvgElement implements UriReference, Tests { |
// To suppress missing implicit constructor warnings. |
- factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } |
+ factory _SVGCursorElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGCursorElement.SVGCursorElement') |
@DocsEditable() |
- factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag("cursor"); |
- |
+ factory _SVGCursorElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("cursor"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -8017,25 +8692,31 @@ class _SVGCursorElement extends SvgElement implements UriReference, Tests { |
static bool get supported => true; |
// Override these methods for Dartium _SVGCursorElement can't be abstract. |
- StringList get requiredExtensions => _blink.BlinkSVGCursorElement.instance.requiredExtensions_Getter_(this); |
- StringList get requiredFeatures => _blink.BlinkSVGCursorElement.instance.requiredFeatures_Getter_(this); |
- StringList get systemLanguage => _blink.BlinkSVGCursorElement.instance.systemLanguage_Getter_(this); |
- AnimatedString get href => _blink.BlinkSVGCursorElement.instance.href_Getter_(this); |
- bool hasExtension(String extension) => _blink.BlinkSVGCursorElement.instance.hasExtension_Callback_1_(this, extension); |
+ StringList get requiredExtensions => |
+ _blink.BlinkSVGCursorElement.instance.requiredExtensions_Getter_(this); |
+ StringList get requiredFeatures => |
+ _blink.BlinkSVGCursorElement.instance.requiredFeatures_Getter_(this); |
+ StringList get systemLanguage => |
+ _blink.BlinkSVGCursorElement.instance.systemLanguage_Getter_(this); |
+ AnimatedString get href => |
+ _blink.BlinkSVGCursorElement.instance.href_Getter_(this); |
+ bool hasExtension(String extension) => _blink.BlinkSVGCursorElement.instance |
+ .hasExtension_Callback_1_(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. |
- |
@DocsEditable() |
@DomName('SVGFEDropShadowElement') |
@Experimental() // nonstandard |
-class _SVGFEDropShadowElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
+class _SVGFEDropShadowElement extends SvgElement |
+ implements FilterPrimitiveStandardAttributes { |
// To suppress missing implicit constructor warnings. |
- factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supported"); } |
- |
+ factory _SVGFEDropShadowElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -8051,28 +8732,34 @@ class _SVGFEDropShadowElement extends SvgElement implements FilterPrimitiveStand |
_SVGFEDropShadowElement.created() : super.created(); |
// Override these methods for Dartium _SVGFEDropShadowElement can't be abstract. |
- AnimatedLength get height => _blink.BlinkSVGFEDropShadowElement.instance.height_Getter_(this); |
- AnimatedString get result => _blink.BlinkSVGFEDropShadowElement.instance.result_Getter_(this); |
- AnimatedLength get width => _blink.BlinkSVGFEDropShadowElement.instance.width_Getter_(this); |
- AnimatedLength get x => _blink.BlinkSVGFEDropShadowElement.instance.x_Getter_(this); |
- AnimatedLength get y => _blink.BlinkSVGFEDropShadowElement.instance.y_Getter_(this); |
+ AnimatedLength get height => |
+ _blink.BlinkSVGFEDropShadowElement.instance.height_Getter_(this); |
+ AnimatedString get result => |
+ _blink.BlinkSVGFEDropShadowElement.instance.result_Getter_(this); |
+ AnimatedLength get width => |
+ _blink.BlinkSVGFEDropShadowElement.instance.width_Getter_(this); |
+ AnimatedLength get x => |
+ _blink.BlinkSVGFEDropShadowElement.instance.x_Getter_(this); |
+ AnimatedLength get y => |
+ _blink.BlinkSVGFEDropShadowElement.instance.y_Getter_(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. |
- |
@DocsEditable() |
@DomName('SVGMPathElement') |
class _SVGMPathElement extends SvgElement implements UriReference { |
// To suppress missing implicit constructor warnings. |
- factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } |
+ factory _SVGMPathElement._() { |
+ throw new UnsupportedError("Not supported"); |
+ } |
@DomName('SVGMPathElement.SVGMPathElement') |
@DocsEditable() |
- factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("mpath"); |
- |
+ factory _SVGMPathElement() => |
+ _SvgElementFactoryProvider.createSvgElement_tag("mpath"); |
@Deprecated("Internal Use Only") |
external static Type get instanceRuntimeType; |
@@ -8088,6 +8775,6 @@ class _SVGMPathElement extends SvgElement implements UriReference { |
_SVGMPathElement.created() : super.created(); |
// Override these methods for Dartium _SVGMPathElement can't be abstract. |
- AnimatedString get href => _blink.BlinkSVGMPathElement.instance.href_Getter_(this); |
+ AnimatedString get href => |
+ _blink.BlinkSVGMPathElement.instance.href_Getter_(this); |
} |
- |