| OLD | NEW |
| 1 /** | 1 /** |
| 2 * Scalable Vector Graphics: | 2 * Scalable Vector Graphics: |
| 3 * Two-dimensional vector graphics with support for events and animation. | 3 * Two-dimensional vector graphics with support for events and animation. |
| 4 * | 4 * |
| 5 * For details about the features and syntax of SVG, a W3C standard, | 5 * For details about the features and syntax of SVG, a W3C standard, |
| 6 * refer to the | 6 * refer to the |
| 7 * [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/). | 7 * [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/). |
| 8 */ | 8 */ |
| 9 library dart.dom.svg; | 9 library dart.dom.svg; |
| 10 | 10 |
| 11 import 'dart:async'; | 11 import 'dart:async'; |
| 12 import 'dart:collection'; | 12 import 'dart:collection'; |
| 13 import 'dart:_internal'; | 13 import 'dart:_internal'; |
| 14 import 'dart:html'; | 14 import 'dart:html'; |
| 15 import 'dart:html_common'; | 15 import 'dart:html_common'; |
| 16 import 'dart:nativewrappers'; | 16 import 'dart:nativewrappers'; |
| 17 import 'dart:_blink' as _blink; | 17 import 'dart:_blink' as _blink; |
| 18 import 'dart:js' as js; | 18 import 'dart:js' as js; |
| 19 // DO NOT EDIT | 19 // DO NOT EDIT |
| 20 // Auto-generated dart:svg library. | 20 // Auto-generated dart:svg library. |
| 21 | 21 |
| 22 | |
| 23 | |
| 24 | |
| 25 | |
| 26 // FIXME: Can we make this private? | 22 // FIXME: Can we make this private? |
| 27 @Deprecated("Internal Use Only") | 23 @Deprecated("Internal Use Only") |
| 28 final svgBlinkMap = { | 24 final svgBlinkMap = { |
| 29 'SVGAElement': () => AElement.instanceRuntimeType, | 25 'SVGAElement': () => AElement.instanceRuntimeType, |
| 30 'SVGAngle': () => Angle.instanceRuntimeType, | 26 'SVGAngle': () => Angle.instanceRuntimeType, |
| 31 'SVGAnimateElement': () => AnimateElement.instanceRuntimeType, | 27 'SVGAnimateElement': () => AnimateElement.instanceRuntimeType, |
| 32 'SVGAnimateMotionElement': () => AnimateMotionElement.instanceRuntimeType, | 28 'SVGAnimateMotionElement': () => AnimateMotionElement.instanceRuntimeType, |
| 33 'SVGAnimateTransformElement': () => AnimateTransformElement.instanceRuntimeTyp
e, | 29 'SVGAnimateTransformElement': () => |
| 30 AnimateTransformElement.instanceRuntimeType, |
| 34 'SVGAnimatedAngle': () => AnimatedAngle.instanceRuntimeType, | 31 'SVGAnimatedAngle': () => AnimatedAngle.instanceRuntimeType, |
| 35 'SVGAnimatedBoolean': () => AnimatedBoolean.instanceRuntimeType, | 32 'SVGAnimatedBoolean': () => AnimatedBoolean.instanceRuntimeType, |
| 36 'SVGAnimatedEnumeration': () => AnimatedEnumeration.instanceRuntimeType, | 33 'SVGAnimatedEnumeration': () => AnimatedEnumeration.instanceRuntimeType, |
| 37 'SVGAnimatedInteger': () => AnimatedInteger.instanceRuntimeType, | 34 'SVGAnimatedInteger': () => AnimatedInteger.instanceRuntimeType, |
| 38 'SVGAnimatedLength': () => AnimatedLength.instanceRuntimeType, | 35 'SVGAnimatedLength': () => AnimatedLength.instanceRuntimeType, |
| 39 'SVGAnimatedLengthList': () => AnimatedLengthList.instanceRuntimeType, | 36 'SVGAnimatedLengthList': () => AnimatedLengthList.instanceRuntimeType, |
| 40 'SVGAnimatedNumber': () => AnimatedNumber.instanceRuntimeType, | 37 'SVGAnimatedNumber': () => AnimatedNumber.instanceRuntimeType, |
| 41 'SVGAnimatedNumberList': () => AnimatedNumberList.instanceRuntimeType, | 38 'SVGAnimatedNumberList': () => AnimatedNumberList.instanceRuntimeType, |
| 42 'SVGAnimatedPreserveAspectRatio': () => AnimatedPreserveAspectRatio.instanceRu
ntimeType, | 39 'SVGAnimatedPreserveAspectRatio': () => |
| 40 AnimatedPreserveAspectRatio.instanceRuntimeType, |
| 43 'SVGAnimatedRect': () => AnimatedRect.instanceRuntimeType, | 41 'SVGAnimatedRect': () => AnimatedRect.instanceRuntimeType, |
| 44 'SVGAnimatedString': () => AnimatedString.instanceRuntimeType, | 42 'SVGAnimatedString': () => AnimatedString.instanceRuntimeType, |
| 45 'SVGAnimatedTransformList': () => AnimatedTransformList.instanceRuntimeType, | 43 'SVGAnimatedTransformList': () => AnimatedTransformList.instanceRuntimeType, |
| 46 'SVGAnimationElement': () => AnimationElement.instanceRuntimeType, | 44 'SVGAnimationElement': () => AnimationElement.instanceRuntimeType, |
| 47 'SVGCircleElement': () => CircleElement.instanceRuntimeType, | 45 'SVGCircleElement': () => CircleElement.instanceRuntimeType, |
| 48 'SVGClipPathElement': () => ClipPathElement.instanceRuntimeType, | 46 'SVGClipPathElement': () => ClipPathElement.instanceRuntimeType, |
| 49 'SVGComponentTransferFunctionElement': () => _SVGComponentTransferFunctionElem
ent.instanceRuntimeType, | 47 'SVGComponentTransferFunctionElement': () => |
| 48 _SVGComponentTransferFunctionElement.instanceRuntimeType, |
| 50 'SVGCursorElement': () => _SVGCursorElement.instanceRuntimeType, | 49 'SVGCursorElement': () => _SVGCursorElement.instanceRuntimeType, |
| 51 'SVGDefsElement': () => DefsElement.instanceRuntimeType, | 50 'SVGDefsElement': () => DefsElement.instanceRuntimeType, |
| 52 'SVGDescElement': () => DescElement.instanceRuntimeType, | 51 'SVGDescElement': () => DescElement.instanceRuntimeType, |
| 53 'SVGDiscardElement': () => DiscardElement.instanceRuntimeType, | 52 'SVGDiscardElement': () => DiscardElement.instanceRuntimeType, |
| 54 'SVGElement': () => SvgElement.instanceRuntimeType, | 53 'SVGElement': () => SvgElement.instanceRuntimeType, |
| 55 'SVGEllipseElement': () => EllipseElement.instanceRuntimeType, | 54 'SVGEllipseElement': () => EllipseElement.instanceRuntimeType, |
| 56 'SVGFEBlendElement': () => FEBlendElement.instanceRuntimeType, | 55 'SVGFEBlendElement': () => FEBlendElement.instanceRuntimeType, |
| 57 'SVGFEColorMatrixElement': () => FEColorMatrixElement.instanceRuntimeType, | 56 'SVGFEColorMatrixElement': () => FEColorMatrixElement.instanceRuntimeType, |
| 58 'SVGFEComponentTransferElement': () => FEComponentTransferElement.instanceRunt
imeType, | 57 'SVGFEComponentTransferElement': () => |
| 58 FEComponentTransferElement.instanceRuntimeType, |
| 59 'SVGFECompositeElement': () => FECompositeElement.instanceRuntimeType, | 59 'SVGFECompositeElement': () => FECompositeElement.instanceRuntimeType, |
| 60 'SVGFEConvolveMatrixElement': () => FEConvolveMatrixElement.instanceRuntimeTyp
e, | 60 'SVGFEConvolveMatrixElement': () => |
| 61 'SVGFEDiffuseLightingElement': () => FEDiffuseLightingElement.instanceRuntimeT
ype, | 61 FEConvolveMatrixElement.instanceRuntimeType, |
| 62 'SVGFEDisplacementMapElement': () => FEDisplacementMapElement.instanceRuntimeT
ype, | 62 'SVGFEDiffuseLightingElement': () => |
| 63 FEDiffuseLightingElement.instanceRuntimeType, |
| 64 'SVGFEDisplacementMapElement': () => |
| 65 FEDisplacementMapElement.instanceRuntimeType, |
| 63 'SVGFEDistantLightElement': () => FEDistantLightElement.instanceRuntimeType, | 66 'SVGFEDistantLightElement': () => FEDistantLightElement.instanceRuntimeType, |
| 64 'SVGFEDropShadowElement': () => _SVGFEDropShadowElement.instanceRuntimeType, | 67 'SVGFEDropShadowElement': () => _SVGFEDropShadowElement.instanceRuntimeType, |
| 65 'SVGFEFloodElement': () => FEFloodElement.instanceRuntimeType, | 68 'SVGFEFloodElement': () => FEFloodElement.instanceRuntimeType, |
| 66 'SVGFEFuncAElement': () => FEFuncAElement.instanceRuntimeType, | 69 'SVGFEFuncAElement': () => FEFuncAElement.instanceRuntimeType, |
| 67 'SVGFEFuncBElement': () => FEFuncBElement.instanceRuntimeType, | 70 'SVGFEFuncBElement': () => FEFuncBElement.instanceRuntimeType, |
| 68 'SVGFEFuncGElement': () => FEFuncGElement.instanceRuntimeType, | 71 'SVGFEFuncGElement': () => FEFuncGElement.instanceRuntimeType, |
| 69 'SVGFEFuncRElement': () => FEFuncRElement.instanceRuntimeType, | 72 'SVGFEFuncRElement': () => FEFuncRElement.instanceRuntimeType, |
| 70 'SVGFEGaussianBlurElement': () => FEGaussianBlurElement.instanceRuntimeType, | 73 'SVGFEGaussianBlurElement': () => FEGaussianBlurElement.instanceRuntimeType, |
| 71 'SVGFEImageElement': () => FEImageElement.instanceRuntimeType, | 74 'SVGFEImageElement': () => FEImageElement.instanceRuntimeType, |
| 72 'SVGFEMergeElement': () => FEMergeElement.instanceRuntimeType, | 75 'SVGFEMergeElement': () => FEMergeElement.instanceRuntimeType, |
| 73 'SVGFEMergeNodeElement': () => FEMergeNodeElement.instanceRuntimeType, | 76 'SVGFEMergeNodeElement': () => FEMergeNodeElement.instanceRuntimeType, |
| 74 'SVGFEMorphologyElement': () => FEMorphologyElement.instanceRuntimeType, | 77 'SVGFEMorphologyElement': () => FEMorphologyElement.instanceRuntimeType, |
| 75 'SVGFEOffsetElement': () => FEOffsetElement.instanceRuntimeType, | 78 'SVGFEOffsetElement': () => FEOffsetElement.instanceRuntimeType, |
| 76 'SVGFEPointLightElement': () => FEPointLightElement.instanceRuntimeType, | 79 'SVGFEPointLightElement': () => FEPointLightElement.instanceRuntimeType, |
| 77 'SVGFESpecularLightingElement': () => FESpecularLightingElement.instanceRuntim
eType, | 80 'SVGFESpecularLightingElement': () => |
| 81 FESpecularLightingElement.instanceRuntimeType, |
| 78 'SVGFESpotLightElement': () => FESpotLightElement.instanceRuntimeType, | 82 'SVGFESpotLightElement': () => FESpotLightElement.instanceRuntimeType, |
| 79 'SVGFETileElement': () => FETileElement.instanceRuntimeType, | 83 'SVGFETileElement': () => FETileElement.instanceRuntimeType, |
| 80 'SVGFETurbulenceElement': () => FETurbulenceElement.instanceRuntimeType, | 84 'SVGFETurbulenceElement': () => FETurbulenceElement.instanceRuntimeType, |
| 81 'SVGFilterElement': () => FilterElement.instanceRuntimeType, | 85 'SVGFilterElement': () => FilterElement.instanceRuntimeType, |
| 82 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttribute
s.instanceRuntimeType, | 86 'SVGFilterPrimitiveStandardAttributes': () => |
| 87 FilterPrimitiveStandardAttributes.instanceRuntimeType, |
| 83 'SVGFitToViewBox': () => FitToViewBox.instanceRuntimeType, | 88 'SVGFitToViewBox': () => FitToViewBox.instanceRuntimeType, |
| 84 'SVGForeignObjectElement': () => ForeignObjectElement.instanceRuntimeType, | 89 'SVGForeignObjectElement': () => ForeignObjectElement.instanceRuntimeType, |
| 85 'SVGGElement': () => GElement.instanceRuntimeType, | 90 'SVGGElement': () => GElement.instanceRuntimeType, |
| 86 'SVGGeometryElement': () => GeometryElement.instanceRuntimeType, | 91 'SVGGeometryElement': () => GeometryElement.instanceRuntimeType, |
| 87 'SVGGradientElement': () => _GradientElement.instanceRuntimeType, | 92 'SVGGradientElement': () => _GradientElement.instanceRuntimeType, |
| 88 'SVGGraphicsElement': () => GraphicsElement.instanceRuntimeType, | 93 'SVGGraphicsElement': () => GraphicsElement.instanceRuntimeType, |
| 89 'SVGImageElement': () => ImageElement.instanceRuntimeType, | 94 'SVGImageElement': () => ImageElement.instanceRuntimeType, |
| 90 'SVGLength': () => Length.instanceRuntimeType, | 95 'SVGLength': () => Length.instanceRuntimeType, |
| 91 'SVGLengthList': () => LengthList.instanceRuntimeType, | 96 'SVGLengthList': () => LengthList.instanceRuntimeType, |
| 92 'SVGLineElement': () => LineElement.instanceRuntimeType, | 97 'SVGLineElement': () => LineElement.instanceRuntimeType, |
| 93 'SVGLinearGradientElement': () => LinearGradientElement.instanceRuntimeType, | 98 'SVGLinearGradientElement': () => LinearGradientElement.instanceRuntimeType, |
| 94 'SVGMPathElement': () => _SVGMPathElement.instanceRuntimeType, | 99 'SVGMPathElement': () => _SVGMPathElement.instanceRuntimeType, |
| 95 'SVGMarkerElement': () => MarkerElement.instanceRuntimeType, | 100 'SVGMarkerElement': () => MarkerElement.instanceRuntimeType, |
| 96 'SVGMaskElement': () => MaskElement.instanceRuntimeType, | 101 'SVGMaskElement': () => MaskElement.instanceRuntimeType, |
| 97 'SVGMatrix': () => Matrix.instanceRuntimeType, | 102 'SVGMatrix': () => Matrix.instanceRuntimeType, |
| 98 'SVGMetadataElement': () => MetadataElement.instanceRuntimeType, | 103 'SVGMetadataElement': () => MetadataElement.instanceRuntimeType, |
| 99 'SVGNumber': () => Number.instanceRuntimeType, | 104 'SVGNumber': () => Number.instanceRuntimeType, |
| 100 'SVGNumberList': () => NumberList.instanceRuntimeType, | 105 'SVGNumberList': () => NumberList.instanceRuntimeType, |
| 101 'SVGPathElement': () => PathElement.instanceRuntimeType, | 106 'SVGPathElement': () => PathElement.instanceRuntimeType, |
| 102 'SVGPathSeg': () => PathSeg.instanceRuntimeType, | 107 'SVGPathSeg': () => PathSeg.instanceRuntimeType, |
| 103 'SVGPathSegArcAbs': () => PathSegArcAbs.instanceRuntimeType, | 108 'SVGPathSegArcAbs': () => PathSegArcAbs.instanceRuntimeType, |
| 104 'SVGPathSegArcRel': () => PathSegArcRel.instanceRuntimeType, | 109 'SVGPathSegArcRel': () => PathSegArcRel.instanceRuntimeType, |
| 105 'SVGPathSegClosePath': () => PathSegClosePath.instanceRuntimeType, | 110 'SVGPathSegClosePath': () => PathSegClosePath.instanceRuntimeType, |
| 106 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.instanceRuntimeType, | 111 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.instanceRuntimeType, |
| 107 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.instanceRuntimeType, | 112 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.instanceRuntimeType, |
| 108 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.instance
RuntimeType, | 113 'SVGPathSegCurvetoCubicSmoothAbs': () => |
| 109 'SVGPathSegCurvetoCubicSmoothRel': () => PathSegCurvetoCubicSmoothRel.instance
RuntimeType, | 114 PathSegCurvetoCubicSmoothAbs.instanceRuntimeType, |
| 110 'SVGPathSegCurvetoQuadraticAbs': () => PathSegCurvetoQuadraticAbs.instanceRunt
imeType, | 115 'SVGPathSegCurvetoCubicSmoothRel': () => |
| 111 'SVGPathSegCurvetoQuadraticRel': () => PathSegCurvetoQuadraticRel.instanceRunt
imeType, | 116 PathSegCurvetoCubicSmoothRel.instanceRuntimeType, |
| 112 'SVGPathSegCurvetoQuadraticSmoothAbs': () => PathSegCurvetoQuadraticSmoothAbs.
instanceRuntimeType, | 117 'SVGPathSegCurvetoQuadraticAbs': () => |
| 113 'SVGPathSegCurvetoQuadraticSmoothRel': () => PathSegCurvetoQuadraticSmoothRel.
instanceRuntimeType, | 118 PathSegCurvetoQuadraticAbs.instanceRuntimeType, |
| 119 'SVGPathSegCurvetoQuadraticRel': () => |
| 120 PathSegCurvetoQuadraticRel.instanceRuntimeType, |
| 121 'SVGPathSegCurvetoQuadraticSmoothAbs': () => |
| 122 PathSegCurvetoQuadraticSmoothAbs.instanceRuntimeType, |
| 123 'SVGPathSegCurvetoQuadraticSmoothRel': () => |
| 124 PathSegCurvetoQuadraticSmoothRel.instanceRuntimeType, |
| 114 'SVGPathSegLinetoAbs': () => PathSegLinetoAbs.instanceRuntimeType, | 125 'SVGPathSegLinetoAbs': () => PathSegLinetoAbs.instanceRuntimeType, |
| 115 'SVGPathSegLinetoHorizontalAbs': () => PathSegLinetoHorizontalAbs.instanceRunt
imeType, | 126 'SVGPathSegLinetoHorizontalAbs': () => |
| 116 'SVGPathSegLinetoHorizontalRel': () => PathSegLinetoHorizontalRel.instanceRunt
imeType, | 127 PathSegLinetoHorizontalAbs.instanceRuntimeType, |
| 128 'SVGPathSegLinetoHorizontalRel': () => |
| 129 PathSegLinetoHorizontalRel.instanceRuntimeType, |
| 117 'SVGPathSegLinetoRel': () => PathSegLinetoRel.instanceRuntimeType, | 130 'SVGPathSegLinetoRel': () => PathSegLinetoRel.instanceRuntimeType, |
| 118 'SVGPathSegLinetoVerticalAbs': () => PathSegLinetoVerticalAbs.instanceRuntimeT
ype, | 131 'SVGPathSegLinetoVerticalAbs': () => |
| 119 'SVGPathSegLinetoVerticalRel': () => PathSegLinetoVerticalRel.instanceRuntimeT
ype, | 132 PathSegLinetoVerticalAbs.instanceRuntimeType, |
| 133 'SVGPathSegLinetoVerticalRel': () => |
| 134 PathSegLinetoVerticalRel.instanceRuntimeType, |
| 120 'SVGPathSegList': () => PathSegList.instanceRuntimeType, | 135 'SVGPathSegList': () => PathSegList.instanceRuntimeType, |
| 121 'SVGPathSegMovetoAbs': () => PathSegMovetoAbs.instanceRuntimeType, | 136 'SVGPathSegMovetoAbs': () => PathSegMovetoAbs.instanceRuntimeType, |
| 122 'SVGPathSegMovetoRel': () => PathSegMovetoRel.instanceRuntimeType, | 137 'SVGPathSegMovetoRel': () => PathSegMovetoRel.instanceRuntimeType, |
| 123 'SVGPatternElement': () => PatternElement.instanceRuntimeType, | 138 'SVGPatternElement': () => PatternElement.instanceRuntimeType, |
| 124 'SVGPoint': () => Point.instanceRuntimeType, | 139 'SVGPoint': () => Point.instanceRuntimeType, |
| 125 'SVGPointList': () => PointList.instanceRuntimeType, | 140 'SVGPointList': () => PointList.instanceRuntimeType, |
| 126 'SVGPolygonElement': () => PolygonElement.instanceRuntimeType, | 141 'SVGPolygonElement': () => PolygonElement.instanceRuntimeType, |
| 127 'SVGPolylineElement': () => PolylineElement.instanceRuntimeType, | 142 'SVGPolylineElement': () => PolylineElement.instanceRuntimeType, |
| 128 'SVGPreserveAspectRatio': () => PreserveAspectRatio.instanceRuntimeType, | 143 'SVGPreserveAspectRatio': () => PreserveAspectRatio.instanceRuntimeType, |
| 129 'SVGRadialGradientElement': () => RadialGradientElement.instanceRuntimeType, | 144 'SVGRadialGradientElement': () => RadialGradientElement.instanceRuntimeType, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 146 'SVGTitleElement': () => TitleElement.instanceRuntimeType, | 161 'SVGTitleElement': () => TitleElement.instanceRuntimeType, |
| 147 'SVGTransform': () => Transform.instanceRuntimeType, | 162 'SVGTransform': () => Transform.instanceRuntimeType, |
| 148 'SVGTransformList': () => TransformList.instanceRuntimeType, | 163 'SVGTransformList': () => TransformList.instanceRuntimeType, |
| 149 'SVGURIReference': () => UriReference.instanceRuntimeType, | 164 'SVGURIReference': () => UriReference.instanceRuntimeType, |
| 150 'SVGUnitTypes': () => UnitTypes.instanceRuntimeType, | 165 'SVGUnitTypes': () => UnitTypes.instanceRuntimeType, |
| 151 'SVGUseElement': () => UseElement.instanceRuntimeType, | 166 'SVGUseElement': () => UseElement.instanceRuntimeType, |
| 152 'SVGViewElement': () => ViewElement.instanceRuntimeType, | 167 'SVGViewElement': () => ViewElement.instanceRuntimeType, |
| 153 'SVGViewSpec': () => ViewSpec.instanceRuntimeType, | 168 'SVGViewSpec': () => ViewSpec.instanceRuntimeType, |
| 154 'SVGZoomAndPan': () => ZoomAndPan.instanceRuntimeType, | 169 'SVGZoomAndPan': () => ZoomAndPan.instanceRuntimeType, |
| 155 'SVGZoomEvent': () => ZoomEvent.instanceRuntimeType, | 170 'SVGZoomEvent': () => ZoomEvent.instanceRuntimeType, |
| 156 | |
| 157 }; | 171 }; |
| 158 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 172 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 159 // for details. All rights reserved. Use of this source code is governed by a | 173 // for details. All rights reserved. Use of this source code is governed by a |
| 160 // BSD-style license that can be found in the LICENSE file. | 174 // BSD-style license that can be found in the LICENSE file. |
| 161 | 175 |
| 162 | |
| 163 class _SvgElementFactoryProvider { | 176 class _SvgElementFactoryProvider { |
| 164 static SvgElement createSvgElement_tag(String tag) { | 177 static SvgElement createSvgElement_tag(String tag) { |
| 165 final Element temp = | 178 final Element temp = |
| 166 document.createElementNS("http://www.w3.org/2000/svg", tag); | 179 document.createElementNS("http://www.w3.org/2000/svg", tag); |
| 167 return temp; | 180 return temp; |
| 168 } | 181 } |
| 169 } | 182 } |
| 170 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 183 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 171 // for details. All rights reserved. Use of this source code is governed by a | 184 // for details. All rights reserved. Use of this source code is governed by a |
| 172 // BSD-style license that can be found in the LICENSE file. | 185 // BSD-style license that can be found in the LICENSE file. |
| 173 | 186 |
| 174 // WARNING: Do not edit - generated code. | 187 // WARNING: Do not edit - generated code. |
| 175 | 188 |
| 176 | |
| 177 @DocsEditable() | 189 @DocsEditable() |
| 178 @DomName('SVGAElement') | 190 @DomName('SVGAElement') |
| 179 @Unstable() | 191 @Unstable() |
| 180 class AElement extends GraphicsElement implements UriReference { | 192 class AElement extends GraphicsElement implements UriReference { |
| 181 // To suppress missing implicit constructor warnings. | 193 // To suppress missing implicit constructor warnings. |
| 182 factory AElement._() { throw new UnsupportedError("Not supported"); } | 194 factory AElement._() { |
| 195 throw new UnsupportedError("Not supported"); |
| 196 } |
| 183 | 197 |
| 184 @DomName('SVGAElement.SVGAElement') | 198 @DomName('SVGAElement.SVGAElement') |
| 185 @DocsEditable() | 199 @DocsEditable() |
| 186 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 200 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
| 187 | 201 |
| 188 | |
| 189 @Deprecated("Internal Use Only") | 202 @Deprecated("Internal Use Only") |
| 190 external static Type get instanceRuntimeType; | 203 external static Type get instanceRuntimeType; |
| 191 | 204 |
| 192 @Deprecated("Internal Use Only") | 205 @Deprecated("Internal Use Only") |
| 193 AElement.internal_() : super.internal_(); | 206 AElement.internal_() : super.internal_(); |
| 194 | 207 |
| 195 /** | 208 /** |
| 196 * Constructor instantiated by the DOM when a custom element has been created. | 209 * Constructor instantiated by the DOM when a custom element has been created. |
| 197 * | 210 * |
| 198 * This can only be called by subclasses from their created constructor. | 211 * This can only be called by subclasses from their created constructor. |
| 199 */ | 212 */ |
| 200 AElement.created() : super.created(); | 213 AElement.created() : super.created(); |
| 201 | 214 |
| 202 @DomName('SVGAElement.target') | 215 @DomName('SVGAElement.target') |
| 203 @DocsEditable() | 216 @DocsEditable() |
| 204 AnimatedString get target => _blink.BlinkSVGAElement.instance.target_Getter_(t
his); | 217 AnimatedString get target => |
| 205 | 218 _blink.BlinkSVGAElement.instance.target_Getter_(this); |
| 219 |
| 206 @DomName('SVGAElement.href') | 220 @DomName('SVGAElement.href') |
| 207 @DocsEditable() | 221 @DocsEditable() |
| 208 AnimatedString get href => _blink.BlinkSVGAElement.instance.href_Getter_(this)
; | 222 AnimatedString get href => |
| 209 | 223 _blink.BlinkSVGAElement.instance.href_Getter_(this); |
| 210 } | 224 } |
| 211 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 225 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 212 // for details. All rights reserved. Use of this source code is governed by a | 226 // for details. All rights reserved. Use of this source code is governed by a |
| 213 // BSD-style license that can be found in the LICENSE file. | 227 // BSD-style license that can be found in the LICENSE file. |
| 214 | 228 |
| 215 // WARNING: Do not edit - generated code. | 229 // WARNING: Do not edit - generated code. |
| 216 | 230 |
| 217 | |
| 218 @DocsEditable() | 231 @DocsEditable() |
| 219 @DomName('SVGAngle') | 232 @DomName('SVGAngle') |
| 220 @Unstable() | 233 @Unstable() |
| 221 class Angle extends DartHtmlDomObject { | 234 class Angle extends DartHtmlDomObject { |
| 222 // To suppress missing implicit constructor warnings. | 235 // To suppress missing implicit constructor warnings. |
| 223 factory Angle._() { throw new UnsupportedError("Not supported"); } | 236 factory Angle._() { |
| 224 | 237 throw new UnsupportedError("Not supported"); |
| 238 } |
| 225 | 239 |
| 226 @Deprecated("Internal Use Only") | 240 @Deprecated("Internal Use Only") |
| 227 external static Type get instanceRuntimeType; | 241 external static Type get instanceRuntimeType; |
| 228 | 242 |
| 229 @Deprecated("Internal Use Only") | 243 @Deprecated("Internal Use Only") |
| 230 Angle.internal_() { } | 244 Angle.internal_() {} |
| 231 | 245 |
| 232 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') | 246 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') |
| 233 @DocsEditable() | 247 @DocsEditable() |
| 234 static const int SVG_ANGLETYPE_DEG = 2; | 248 static const int SVG_ANGLETYPE_DEG = 2; |
| 235 | 249 |
| 236 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') | 250 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') |
| 237 @DocsEditable() | 251 @DocsEditable() |
| 238 static const int SVG_ANGLETYPE_GRAD = 4; | 252 static const int SVG_ANGLETYPE_GRAD = 4; |
| 239 | 253 |
| 240 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') | 254 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') |
| 241 @DocsEditable() | 255 @DocsEditable() |
| 242 static const int SVG_ANGLETYPE_RAD = 3; | 256 static const int SVG_ANGLETYPE_RAD = 3; |
| 243 | 257 |
| 244 @DomName('SVGAngle.SVG_ANGLETYPE_UNKNOWN') | 258 @DomName('SVGAngle.SVG_ANGLETYPE_UNKNOWN') |
| 245 @DocsEditable() | 259 @DocsEditable() |
| 246 static const int SVG_ANGLETYPE_UNKNOWN = 0; | 260 static const int SVG_ANGLETYPE_UNKNOWN = 0; |
| 247 | 261 |
| 248 @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') | 262 @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') |
| 249 @DocsEditable() | 263 @DocsEditable() |
| 250 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; | 264 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; |
| 251 | 265 |
| 252 @DomName('SVGAngle.unitType') | 266 @DomName('SVGAngle.unitType') |
| 253 @DocsEditable() | 267 @DocsEditable() |
| 254 int get unitType => _blink.BlinkSVGAngle.instance.unitType_Getter_(this); | 268 int get unitType => _blink.BlinkSVGAngle.instance.unitType_Getter_(this); |
| 255 | 269 |
| 256 @DomName('SVGAngle.value') | 270 @DomName('SVGAngle.value') |
| 257 @DocsEditable() | 271 @DocsEditable() |
| 258 num get value => _blink.BlinkSVGAngle.instance.value_Getter_(this); | 272 num get value => _blink.BlinkSVGAngle.instance.value_Getter_(this); |
| 259 | 273 |
| 260 @DomName('SVGAngle.value') | 274 @DomName('SVGAngle.value') |
| 261 @DocsEditable() | 275 @DocsEditable() |
| 262 set value(num value) => _blink.BlinkSVGAngle.instance.value_Setter_(this, valu
e); | 276 set value(num value) => |
| 263 | 277 _blink.BlinkSVGAngle.instance.value_Setter_(this, value); |
| 278 |
| 264 @DomName('SVGAngle.valueAsString') | 279 @DomName('SVGAngle.valueAsString') |
| 265 @DocsEditable() | 280 @DocsEditable() |
| 266 String get valueAsString => _blink.BlinkSVGAngle.instance.valueAsString_Getter
_(this); | 281 String get valueAsString => |
| 267 | 282 _blink.BlinkSVGAngle.instance.valueAsString_Getter_(this); |
| 283 |
| 268 @DomName('SVGAngle.valueAsString') | 284 @DomName('SVGAngle.valueAsString') |
| 269 @DocsEditable() | 285 @DocsEditable() |
| 270 set valueAsString(String value) => _blink.BlinkSVGAngle.instance.valueAsString
_Setter_(this, value); | 286 set valueAsString(String value) => |
| 271 | 287 _blink.BlinkSVGAngle.instance.valueAsString_Setter_(this, value); |
| 288 |
| 272 @DomName('SVGAngle.valueInSpecifiedUnits') | 289 @DomName('SVGAngle.valueInSpecifiedUnits') |
| 273 @DocsEditable() | 290 @DocsEditable() |
| 274 num get valueInSpecifiedUnits => _blink.BlinkSVGAngle.instance.valueInSpecifie
dUnits_Getter_(this); | 291 num get valueInSpecifiedUnits => |
| 275 | 292 _blink.BlinkSVGAngle.instance.valueInSpecifiedUnits_Getter_(this); |
| 293 |
| 276 @DomName('SVGAngle.valueInSpecifiedUnits') | 294 @DomName('SVGAngle.valueInSpecifiedUnits') |
| 277 @DocsEditable() | 295 @DocsEditable() |
| 278 set valueInSpecifiedUnits(num value) => _blink.BlinkSVGAngle.instance.valueInS
pecifiedUnits_Setter_(this, value); | 296 set valueInSpecifiedUnits(num value) => |
| 279 | 297 _blink.BlinkSVGAngle.instance.valueInSpecifiedUnits_Setter_(this, value); |
| 298 |
| 280 @DomName('SVGAngle.convertToSpecifiedUnits') | 299 @DomName('SVGAngle.convertToSpecifiedUnits') |
| 281 @DocsEditable() | 300 @DocsEditable() |
| 282 void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGAngle.instance.co
nvertToSpecifiedUnits_Callback_1_(this, unitType); | 301 void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGAngle.instance |
| 283 | 302 .convertToSpecifiedUnits_Callback_1_(this, unitType); |
| 303 |
| 284 @DomName('SVGAngle.newValueSpecifiedUnits') | 304 @DomName('SVGAngle.newValueSpecifiedUnits') |
| 285 @DocsEditable() | 305 @DocsEditable() |
| 286 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink
.BlinkSVGAngle.instance.newValueSpecifiedUnits_Callback_2_(this, unitType, value
InSpecifiedUnits); | 306 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => |
| 287 | 307 _blink.BlinkSVGAngle.instance.newValueSpecifiedUnits_Callback_2_( |
| 308 this, unitType, valueInSpecifiedUnits); |
| 288 } | 309 } |
| 289 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 310 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 290 // for details. All rights reserved. Use of this source code is governed by a | 311 // for details. All rights reserved. Use of this source code is governed by a |
| 291 // BSD-style license that can be found in the LICENSE file. | 312 // BSD-style license that can be found in the LICENSE file. |
| 292 | 313 |
| 293 // WARNING: Do not edit - generated code. | 314 // WARNING: Do not edit - generated code. |
| 294 | 315 |
| 295 | |
| 296 @DocsEditable() | 316 @DocsEditable() |
| 297 @DomName('SVGAnimateElement') | 317 @DomName('SVGAnimateElement') |
| 298 @SupportedBrowser(SupportedBrowser.CHROME) | 318 @SupportedBrowser(SupportedBrowser.CHROME) |
| 299 @SupportedBrowser(SupportedBrowser.FIREFOX) | 319 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 300 @SupportedBrowser(SupportedBrowser.SAFARI) | 320 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 301 @Unstable() | 321 @Unstable() |
| 302 class AnimateElement extends AnimationElement { | 322 class AnimateElement extends AnimationElement { |
| 303 // To suppress missing implicit constructor warnings. | 323 // To suppress missing implicit constructor warnings. |
| 304 factory AnimateElement._() { throw new UnsupportedError("Not supported"); } | 324 factory AnimateElement._() { |
| 325 throw new UnsupportedError("Not supported"); |
| 326 } |
| 305 | 327 |
| 306 @DomName('SVGAnimateElement.SVGAnimateElement') | 328 @DomName('SVGAnimateElement.SVGAnimateElement') |
| 307 @DocsEditable() | 329 @DocsEditable() |
| 308 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); | 330 factory AnimateElement() => |
| 309 | 331 _SvgElementFactoryProvider.createSvgElement_tag("animate"); |
| 310 | 332 |
| 311 @Deprecated("Internal Use Only") | 333 @Deprecated("Internal Use Only") |
| 312 external static Type get instanceRuntimeType; | 334 external static Type get instanceRuntimeType; |
| 313 | 335 |
| 314 @Deprecated("Internal Use Only") | 336 @Deprecated("Internal Use Only") |
| 315 AnimateElement.internal_() : super.internal_(); | 337 AnimateElement.internal_() : super.internal_(); |
| 316 | 338 |
| 317 /** | 339 /** |
| 318 * Constructor instantiated by the DOM when a custom element has been created. | 340 * Constructor instantiated by the DOM when a custom element has been created. |
| 319 * | 341 * |
| 320 * This can only be called by subclasses from their created constructor. | 342 * This can only be called by subclasses from their created constructor. |
| 321 */ | 343 */ |
| 322 AnimateElement.created() : super.created(); | 344 AnimateElement.created() : super.created(); |
| 323 | 345 |
| 324 /// Checks if this type is supported on the current platform. | 346 /// Checks if this type is supported on the current platform. |
| 325 static bool get supported => true; | 347 static bool get supported => true; |
| 326 | |
| 327 } | 348 } |
| 328 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 349 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 329 // for details. All rights reserved. Use of this source code is governed by a | 350 // for details. All rights reserved. Use of this source code is governed by a |
| 330 // BSD-style license that can be found in the LICENSE file. | 351 // BSD-style license that can be found in the LICENSE file. |
| 331 | 352 |
| 332 // WARNING: Do not edit - generated code. | 353 // WARNING: Do not edit - generated code. |
| 333 | 354 |
| 334 | |
| 335 @DocsEditable() | 355 @DocsEditable() |
| 336 @DomName('SVGAnimateMotionElement') | 356 @DomName('SVGAnimateMotionElement') |
| 337 @SupportedBrowser(SupportedBrowser.CHROME) | 357 @SupportedBrowser(SupportedBrowser.CHROME) |
| 338 @SupportedBrowser(SupportedBrowser.FIREFOX) | 358 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 339 @SupportedBrowser(SupportedBrowser.SAFARI) | 359 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 340 @Unstable() | 360 @Unstable() |
| 341 class AnimateMotionElement extends AnimationElement { | 361 class AnimateMotionElement extends AnimationElement { |
| 342 // To suppress missing implicit constructor warnings. | 362 // To suppress missing implicit constructor warnings. |
| 343 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported")
; } | 363 factory AnimateMotionElement._() { |
| 364 throw new UnsupportedError("Not supported"); |
| 365 } |
| 344 | 366 |
| 345 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') | 367 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') |
| 346 @DocsEditable() | 368 @DocsEditable() |
| 347 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); | 369 factory AnimateMotionElement() => |
| 348 | 370 _SvgElementFactoryProvider.createSvgElement_tag("animateMotion"); |
| 349 | 371 |
| 350 @Deprecated("Internal Use Only") | 372 @Deprecated("Internal Use Only") |
| 351 external static Type get instanceRuntimeType; | 373 external static Type get instanceRuntimeType; |
| 352 | 374 |
| 353 @Deprecated("Internal Use Only") | 375 @Deprecated("Internal Use Only") |
| 354 AnimateMotionElement.internal_() : super.internal_(); | 376 AnimateMotionElement.internal_() : super.internal_(); |
| 355 | 377 |
| 356 /** | 378 /** |
| 357 * Constructor instantiated by the DOM when a custom element has been created. | 379 * Constructor instantiated by the DOM when a custom element has been created. |
| 358 * | 380 * |
| 359 * This can only be called by subclasses from their created constructor. | 381 * This can only be called by subclasses from their created constructor. |
| 360 */ | 382 */ |
| 361 AnimateMotionElement.created() : super.created(); | 383 AnimateMotionElement.created() : super.created(); |
| 362 | 384 |
| 363 /// Checks if this type is supported on the current platform. | 385 /// Checks if this type is supported on the current platform. |
| 364 static bool get supported => true; | 386 static bool get supported => true; |
| 365 | |
| 366 } | 387 } |
| 367 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 388 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 368 // for details. All rights reserved. Use of this source code is governed by a | 389 // for details. All rights reserved. Use of this source code is governed by a |
| 369 // BSD-style license that can be found in the LICENSE file. | 390 // BSD-style license that can be found in the LICENSE file. |
| 370 | 391 |
| 371 // WARNING: Do not edit - generated code. | 392 // WARNING: Do not edit - generated code. |
| 372 | 393 |
| 373 | |
| 374 @DocsEditable() | 394 @DocsEditable() |
| 375 @DomName('SVGAnimateTransformElement') | 395 @DomName('SVGAnimateTransformElement') |
| 376 @SupportedBrowser(SupportedBrowser.CHROME) | 396 @SupportedBrowser(SupportedBrowser.CHROME) |
| 377 @SupportedBrowser(SupportedBrowser.FIREFOX) | 397 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 378 @SupportedBrowser(SupportedBrowser.SAFARI) | 398 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 379 @Unstable() | 399 @Unstable() |
| 380 class AnimateTransformElement extends AnimationElement { | 400 class AnimateTransformElement extends AnimationElement { |
| 381 // To suppress missing implicit constructor warnings. | 401 // To suppress missing implicit constructor warnings. |
| 382 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte
d"); } | 402 factory AnimateTransformElement._() { |
| 403 throw new UnsupportedError("Not supported"); |
| 404 } |
| 383 | 405 |
| 384 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') | 406 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') |
| 385 @DocsEditable() | 407 @DocsEditable() |
| 386 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); | 408 factory AnimateTransformElement() => |
| 387 | 409 _SvgElementFactoryProvider.createSvgElement_tag("animateTransform"); |
| 388 | 410 |
| 389 @Deprecated("Internal Use Only") | 411 @Deprecated("Internal Use Only") |
| 390 external static Type get instanceRuntimeType; | 412 external static Type get instanceRuntimeType; |
| 391 | 413 |
| 392 @Deprecated("Internal Use Only") | 414 @Deprecated("Internal Use Only") |
| 393 AnimateTransformElement.internal_() : super.internal_(); | 415 AnimateTransformElement.internal_() : super.internal_(); |
| 394 | 416 |
| 395 /** | 417 /** |
| 396 * Constructor instantiated by the DOM when a custom element has been created. | 418 * Constructor instantiated by the DOM when a custom element has been created. |
| 397 * | 419 * |
| 398 * This can only be called by subclasses from their created constructor. | 420 * This can only be called by subclasses from their created constructor. |
| 399 */ | 421 */ |
| 400 AnimateTransformElement.created() : super.created(); | 422 AnimateTransformElement.created() : super.created(); |
| 401 | 423 |
| 402 /// Checks if this type is supported on the current platform. | 424 /// Checks if this type is supported on the current platform. |
| 403 static bool get supported => true; | 425 static bool get supported => true; |
| 404 | |
| 405 } | 426 } |
| 406 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 427 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 407 // for details. All rights reserved. Use of this source code is governed by a | 428 // for details. All rights reserved. Use of this source code is governed by a |
| 408 // BSD-style license that can be found in the LICENSE file. | 429 // BSD-style license that can be found in the LICENSE file. |
| 409 | 430 |
| 410 // WARNING: Do not edit - generated code. | 431 // WARNING: Do not edit - generated code. |
| 411 | 432 |
| 412 | |
| 413 @DocsEditable() | 433 @DocsEditable() |
| 414 @DomName('SVGAnimatedAngle') | 434 @DomName('SVGAnimatedAngle') |
| 415 @Unstable() | 435 @Unstable() |
| 416 class AnimatedAngle extends DartHtmlDomObject { | 436 class AnimatedAngle extends DartHtmlDomObject { |
| 417 // To suppress missing implicit constructor warnings. | 437 // To suppress missing implicit constructor warnings. |
| 418 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } | 438 factory AnimatedAngle._() { |
| 419 | 439 throw new UnsupportedError("Not supported"); |
| 440 } |
| 420 | 441 |
| 421 @Deprecated("Internal Use Only") | 442 @Deprecated("Internal Use Only") |
| 422 external static Type get instanceRuntimeType; | 443 external static Type get instanceRuntimeType; |
| 423 | 444 |
| 424 @Deprecated("Internal Use Only") | 445 @Deprecated("Internal Use Only") |
| 425 AnimatedAngle.internal_() { } | 446 AnimatedAngle.internal_() {} |
| 426 | 447 |
| 427 @DomName('SVGAnimatedAngle.animVal') | 448 @DomName('SVGAnimatedAngle.animVal') |
| 428 @DocsEditable() | 449 @DocsEditable() |
| 429 Angle get animVal => _blink.BlinkSVGAnimatedAngle.instance.animVal_Getter_(thi
s); | 450 Angle get animVal => |
| 430 | 451 _blink.BlinkSVGAnimatedAngle.instance.animVal_Getter_(this); |
| 452 |
| 431 @DomName('SVGAnimatedAngle.baseVal') | 453 @DomName('SVGAnimatedAngle.baseVal') |
| 432 @DocsEditable() | 454 @DocsEditable() |
| 433 Angle get baseVal => _blink.BlinkSVGAnimatedAngle.instance.baseVal_Getter_(thi
s); | 455 Angle get baseVal => |
| 434 | 456 _blink.BlinkSVGAnimatedAngle.instance.baseVal_Getter_(this); |
| 435 } | 457 } |
| 436 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 458 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 437 // for details. All rights reserved. Use of this source code is governed by a | 459 // for details. All rights reserved. Use of this source code is governed by a |
| 438 // BSD-style license that can be found in the LICENSE file. | 460 // BSD-style license that can be found in the LICENSE file. |
| 439 | 461 |
| 440 // WARNING: Do not edit - generated code. | 462 // WARNING: Do not edit - generated code. |
| 441 | 463 |
| 442 | |
| 443 @DocsEditable() | 464 @DocsEditable() |
| 444 @DomName('SVGAnimatedBoolean') | 465 @DomName('SVGAnimatedBoolean') |
| 445 @Unstable() | 466 @Unstable() |
| 446 class AnimatedBoolean extends DartHtmlDomObject { | 467 class AnimatedBoolean extends DartHtmlDomObject { |
| 447 // To suppress missing implicit constructor warnings. | 468 // To suppress missing implicit constructor warnings. |
| 448 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } | 469 factory AnimatedBoolean._() { |
| 449 | 470 throw new UnsupportedError("Not supported"); |
| 471 } |
| 450 | 472 |
| 451 @Deprecated("Internal Use Only") | 473 @Deprecated("Internal Use Only") |
| 452 external static Type get instanceRuntimeType; | 474 external static Type get instanceRuntimeType; |
| 453 | 475 |
| 454 @Deprecated("Internal Use Only") | 476 @Deprecated("Internal Use Only") |
| 455 AnimatedBoolean.internal_() { } | 477 AnimatedBoolean.internal_() {} |
| 456 | 478 |
| 457 @DomName('SVGAnimatedBoolean.animVal') | 479 @DomName('SVGAnimatedBoolean.animVal') |
| 458 @DocsEditable() | 480 @DocsEditable() |
| 459 bool get animVal => _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(th
is); | 481 bool get animVal => |
| 460 | 482 _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(this); |
| 483 |
| 461 @DomName('SVGAnimatedBoolean.baseVal') | 484 @DomName('SVGAnimatedBoolean.baseVal') |
| 462 @DocsEditable() | 485 @DocsEditable() |
| 463 bool get baseVal => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(th
is); | 486 bool get baseVal => |
| 464 | 487 _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(this); |
| 488 |
| 465 @DomName('SVGAnimatedBoolean.baseVal') | 489 @DomName('SVGAnimatedBoolean.baseVal') |
| 466 @DocsEditable() | 490 @DocsEditable() |
| 467 set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Set
ter_(this, value); | 491 set baseVal(bool value) => |
| 468 | 492 _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Setter_(this, value); |
| 469 } | 493 } |
| 470 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 494 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 471 // for details. All rights reserved. Use of this source code is governed by a | 495 // for details. All rights reserved. Use of this source code is governed by a |
| 472 // BSD-style license that can be found in the LICENSE file. | 496 // BSD-style license that can be found in the LICENSE file. |
| 473 | 497 |
| 474 // WARNING: Do not edit - generated code. | 498 // WARNING: Do not edit - generated code. |
| 475 | 499 |
| 476 | |
| 477 @DocsEditable() | 500 @DocsEditable() |
| 478 @DomName('SVGAnimatedEnumeration') | 501 @DomName('SVGAnimatedEnumeration') |
| 479 @Unstable() | 502 @Unstable() |
| 480 class AnimatedEnumeration extends DartHtmlDomObject { | 503 class AnimatedEnumeration extends DartHtmlDomObject { |
| 481 // To suppress missing implicit constructor warnings. | 504 // To suppress missing implicit constructor warnings. |
| 482 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported");
} | 505 factory AnimatedEnumeration._() { |
| 483 | 506 throw new UnsupportedError("Not supported"); |
| 507 } |
| 484 | 508 |
| 485 @Deprecated("Internal Use Only") | 509 @Deprecated("Internal Use Only") |
| 486 external static Type get instanceRuntimeType; | 510 external static Type get instanceRuntimeType; |
| 487 | 511 |
| 488 @Deprecated("Internal Use Only") | 512 @Deprecated("Internal Use Only") |
| 489 AnimatedEnumeration.internal_() { } | 513 AnimatedEnumeration.internal_() {} |
| 490 | 514 |
| 491 @DomName('SVGAnimatedEnumeration.animVal') | 515 @DomName('SVGAnimatedEnumeration.animVal') |
| 492 @DocsEditable() | 516 @DocsEditable() |
| 493 int get animVal => _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_
(this); | 517 int get animVal => |
| 494 | 518 _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_(this); |
| 519 |
| 495 @DomName('SVGAnimatedEnumeration.baseVal') | 520 @DomName('SVGAnimatedEnumeration.baseVal') |
| 496 @DocsEditable() | 521 @DocsEditable() |
| 497 int get baseVal => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_
(this); | 522 int get baseVal => |
| 498 | 523 _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_(this); |
| 524 |
| 499 @DomName('SVGAnimatedEnumeration.baseVal') | 525 @DomName('SVGAnimatedEnumeration.baseVal') |
| 500 @DocsEditable() | 526 @DocsEditable() |
| 501 set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_
Setter_(this, value); | 527 set baseVal(int value) => |
| 502 | 528 _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Setter_(this, value); |
| 503 } | 529 } |
| 504 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 530 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 505 // for details. All rights reserved. Use of this source code is governed by a | 531 // for details. All rights reserved. Use of this source code is governed by a |
| 506 // BSD-style license that can be found in the LICENSE file. | 532 // BSD-style license that can be found in the LICENSE file. |
| 507 | 533 |
| 508 // WARNING: Do not edit - generated code. | 534 // WARNING: Do not edit - generated code. |
| 509 | 535 |
| 510 | |
| 511 @DocsEditable() | 536 @DocsEditable() |
| 512 @DomName('SVGAnimatedInteger') | 537 @DomName('SVGAnimatedInteger') |
| 513 @Unstable() | 538 @Unstable() |
| 514 class AnimatedInteger extends DartHtmlDomObject { | 539 class AnimatedInteger extends DartHtmlDomObject { |
| 515 // To suppress missing implicit constructor warnings. | 540 // To suppress missing implicit constructor warnings. |
| 516 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } | 541 factory AnimatedInteger._() { |
| 517 | 542 throw new UnsupportedError("Not supported"); |
| 543 } |
| 518 | 544 |
| 519 @Deprecated("Internal Use Only") | 545 @Deprecated("Internal Use Only") |
| 520 external static Type get instanceRuntimeType; | 546 external static Type get instanceRuntimeType; |
| 521 | 547 |
| 522 @Deprecated("Internal Use Only") | 548 @Deprecated("Internal Use Only") |
| 523 AnimatedInteger.internal_() { } | 549 AnimatedInteger.internal_() {} |
| 524 | 550 |
| 525 @DomName('SVGAnimatedInteger.animVal') | 551 @DomName('SVGAnimatedInteger.animVal') |
| 526 @DocsEditable() | 552 @DocsEditable() |
| 527 int get animVal => _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(thi
s); | 553 int get animVal => |
| 528 | 554 _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(this); |
| 555 |
| 529 @DomName('SVGAnimatedInteger.baseVal') | 556 @DomName('SVGAnimatedInteger.baseVal') |
| 530 @DocsEditable() | 557 @DocsEditable() |
| 531 int get baseVal => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(thi
s); | 558 int get baseVal => |
| 532 | 559 _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(this); |
| 560 |
| 533 @DomName('SVGAnimatedInteger.baseVal') | 561 @DomName('SVGAnimatedInteger.baseVal') |
| 534 @DocsEditable() | 562 @DocsEditable() |
| 535 set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Sett
er_(this, value); | 563 set baseVal(int value) => |
| 536 | 564 _blink.BlinkSVGAnimatedInteger.instance.baseVal_Setter_(this, value); |
| 537 } | 565 } |
| 538 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 566 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 539 // for details. All rights reserved. Use of this source code is governed by a | 567 // for details. All rights reserved. Use of this source code is governed by a |
| 540 // BSD-style license that can be found in the LICENSE file. | 568 // BSD-style license that can be found in the LICENSE file. |
| 541 | 569 |
| 542 // WARNING: Do not edit - generated code. | 570 // WARNING: Do not edit - generated code. |
| 543 | 571 |
| 544 | |
| 545 @DocsEditable() | 572 @DocsEditable() |
| 546 @DomName('SVGAnimatedLength') | 573 @DomName('SVGAnimatedLength') |
| 547 @Unstable() | 574 @Unstable() |
| 548 class AnimatedLength extends DartHtmlDomObject { | 575 class AnimatedLength extends DartHtmlDomObject { |
| 549 // To suppress missing implicit constructor warnings. | 576 // To suppress missing implicit constructor warnings. |
| 550 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } | 577 factory AnimatedLength._() { |
| 551 | 578 throw new UnsupportedError("Not supported"); |
| 579 } |
| 552 | 580 |
| 553 @Deprecated("Internal Use Only") | 581 @Deprecated("Internal Use Only") |
| 554 external static Type get instanceRuntimeType; | 582 external static Type get instanceRuntimeType; |
| 555 | 583 |
| 556 @Deprecated("Internal Use Only") | 584 @Deprecated("Internal Use Only") |
| 557 AnimatedLength.internal_() { } | 585 AnimatedLength.internal_() {} |
| 558 | 586 |
| 559 @DomName('SVGAnimatedLength.animVal') | 587 @DomName('SVGAnimatedLength.animVal') |
| 560 @DocsEditable() | 588 @DocsEditable() |
| 561 Length get animVal => _blink.BlinkSVGAnimatedLength.instance.animVal_Getter_(t
his); | 589 Length get animVal => |
| 562 | 590 _blink.BlinkSVGAnimatedLength.instance.animVal_Getter_(this); |
| 591 |
| 563 @DomName('SVGAnimatedLength.baseVal') | 592 @DomName('SVGAnimatedLength.baseVal') |
| 564 @DocsEditable() | 593 @DocsEditable() |
| 565 Length get baseVal => _blink.BlinkSVGAnimatedLength.instance.baseVal_Getter_(t
his); | 594 Length get baseVal => |
| 566 | 595 _blink.BlinkSVGAnimatedLength.instance.baseVal_Getter_(this); |
| 567 } | 596 } |
| 568 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 597 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 569 // for details. All rights reserved. Use of this source code is governed by a | 598 // for details. All rights reserved. Use of this source code is governed by a |
| 570 // BSD-style license that can be found in the LICENSE file. | 599 // BSD-style license that can be found in the LICENSE file. |
| 571 | 600 |
| 572 // WARNING: Do not edit - generated code. | 601 // WARNING: Do not edit - generated code. |
| 573 | 602 |
| 574 | |
| 575 @DocsEditable() | 603 @DocsEditable() |
| 576 @DomName('SVGAnimatedLengthList') | 604 @DomName('SVGAnimatedLengthList') |
| 577 @Unstable() | 605 @Unstable() |
| 578 class AnimatedLengthList extends DartHtmlDomObject { | 606 class AnimatedLengthList extends DartHtmlDomObject { |
| 579 // To suppress missing implicit constructor warnings. | 607 // To suppress missing implicit constructor warnings. |
| 580 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported");
} | 608 factory AnimatedLengthList._() { |
| 581 | 609 throw new UnsupportedError("Not supported"); |
| 610 } |
| 582 | 611 |
| 583 @Deprecated("Internal Use Only") | 612 @Deprecated("Internal Use Only") |
| 584 external static Type get instanceRuntimeType; | 613 external static Type get instanceRuntimeType; |
| 585 | 614 |
| 586 @Deprecated("Internal Use Only") | 615 @Deprecated("Internal Use Only") |
| 587 AnimatedLengthList.internal_() { } | 616 AnimatedLengthList.internal_() {} |
| 588 | 617 |
| 589 @DomName('SVGAnimatedLengthList.animVal') | 618 @DomName('SVGAnimatedLengthList.animVal') |
| 590 @DocsEditable() | 619 @DocsEditable() |
| 591 LengthList get animVal => _blink.BlinkSVGAnimatedLengthList.instance.animVal_G
etter_(this); | 620 LengthList get animVal => |
| 592 | 621 _blink.BlinkSVGAnimatedLengthList.instance.animVal_Getter_(this); |
| 622 |
| 593 @DomName('SVGAnimatedLengthList.baseVal') | 623 @DomName('SVGAnimatedLengthList.baseVal') |
| 594 @DocsEditable() | 624 @DocsEditable() |
| 595 LengthList get baseVal => _blink.BlinkSVGAnimatedLengthList.instance.baseVal_G
etter_(this); | 625 LengthList get baseVal => |
| 596 | 626 _blink.BlinkSVGAnimatedLengthList.instance.baseVal_Getter_(this); |
| 597 } | 627 } |
| 598 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 628 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 599 // for details. All rights reserved. Use of this source code is governed by a | 629 // for details. All rights reserved. Use of this source code is governed by a |
| 600 // BSD-style license that can be found in the LICENSE file. | 630 // BSD-style license that can be found in the LICENSE file. |
| 601 | 631 |
| 602 // WARNING: Do not edit - generated code. | 632 // WARNING: Do not edit - generated code. |
| 603 | 633 |
| 604 | |
| 605 @DocsEditable() | 634 @DocsEditable() |
| 606 @DomName('SVGAnimatedNumber') | 635 @DomName('SVGAnimatedNumber') |
| 607 @Unstable() | 636 @Unstable() |
| 608 class AnimatedNumber extends DartHtmlDomObject { | 637 class AnimatedNumber extends DartHtmlDomObject { |
| 609 // To suppress missing implicit constructor warnings. | 638 // To suppress missing implicit constructor warnings. |
| 610 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } | 639 factory AnimatedNumber._() { |
| 611 | 640 throw new UnsupportedError("Not supported"); |
| 641 } |
| 612 | 642 |
| 613 @Deprecated("Internal Use Only") | 643 @Deprecated("Internal Use Only") |
| 614 external static Type get instanceRuntimeType; | 644 external static Type get instanceRuntimeType; |
| 615 | 645 |
| 616 @Deprecated("Internal Use Only") | 646 @Deprecated("Internal Use Only") |
| 617 AnimatedNumber.internal_() { } | 647 AnimatedNumber.internal_() {} |
| 618 | 648 |
| 619 @DomName('SVGAnimatedNumber.animVal') | 649 @DomName('SVGAnimatedNumber.animVal') |
| 620 @DocsEditable() | 650 @DocsEditable() |
| 621 num get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(this
); | 651 num get animVal => |
| 622 | 652 _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(this); |
| 653 |
| 623 @DomName('SVGAnimatedNumber.baseVal') | 654 @DomName('SVGAnimatedNumber.baseVal') |
| 624 @DocsEditable() | 655 @DocsEditable() |
| 625 num get baseVal => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(this
); | 656 num get baseVal => |
| 626 | 657 _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(this); |
| 658 |
| 627 @DomName('SVGAnimatedNumber.baseVal') | 659 @DomName('SVGAnimatedNumber.baseVal') |
| 628 @DocsEditable() | 660 @DocsEditable() |
| 629 set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Sette
r_(this, value); | 661 set baseVal(num value) => |
| 630 | 662 _blink.BlinkSVGAnimatedNumber.instance.baseVal_Setter_(this, value); |
| 631 } | 663 } |
| 632 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 664 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 633 // for details. All rights reserved. Use of this source code is governed by a | 665 // for details. All rights reserved. Use of this source code is governed by a |
| 634 // BSD-style license that can be found in the LICENSE file. | 666 // BSD-style license that can be found in the LICENSE file. |
| 635 | 667 |
| 636 // WARNING: Do not edit - generated code. | 668 // WARNING: Do not edit - generated code. |
| 637 | 669 |
| 638 | |
| 639 @DocsEditable() | 670 @DocsEditable() |
| 640 @DomName('SVGAnimatedNumberList') | 671 @DomName('SVGAnimatedNumberList') |
| 641 @Unstable() | 672 @Unstable() |
| 642 class AnimatedNumberList extends DartHtmlDomObject { | 673 class AnimatedNumberList extends DartHtmlDomObject { |
| 643 // To suppress missing implicit constructor warnings. | 674 // To suppress missing implicit constructor warnings. |
| 644 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported");
} | 675 factory AnimatedNumberList._() { |
| 645 | 676 throw new UnsupportedError("Not supported"); |
| 677 } |
| 646 | 678 |
| 647 @Deprecated("Internal Use Only") | 679 @Deprecated("Internal Use Only") |
| 648 external static Type get instanceRuntimeType; | 680 external static Type get instanceRuntimeType; |
| 649 | 681 |
| 650 @Deprecated("Internal Use Only") | 682 @Deprecated("Internal Use Only") |
| 651 AnimatedNumberList.internal_() { } | 683 AnimatedNumberList.internal_() {} |
| 652 | 684 |
| 653 @DomName('SVGAnimatedNumberList.animVal') | 685 @DomName('SVGAnimatedNumberList.animVal') |
| 654 @DocsEditable() | 686 @DocsEditable() |
| 655 NumberList get animVal => _blink.BlinkSVGAnimatedNumberList.instance.animVal_G
etter_(this); | 687 NumberList get animVal => |
| 656 | 688 _blink.BlinkSVGAnimatedNumberList.instance.animVal_Getter_(this); |
| 689 |
| 657 @DomName('SVGAnimatedNumberList.baseVal') | 690 @DomName('SVGAnimatedNumberList.baseVal') |
| 658 @DocsEditable() | 691 @DocsEditable() |
| 659 NumberList get baseVal => _blink.BlinkSVGAnimatedNumberList.instance.baseVal_G
etter_(this); | 692 NumberList get baseVal => |
| 660 | 693 _blink.BlinkSVGAnimatedNumberList.instance.baseVal_Getter_(this); |
| 661 } | 694 } |
| 662 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 695 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 663 // for details. All rights reserved. Use of this source code is governed by a | 696 // for details. All rights reserved. Use of this source code is governed by a |
| 664 // BSD-style license that can be found in the LICENSE file. | 697 // BSD-style license that can be found in the LICENSE file. |
| 665 | 698 |
| 666 // WARNING: Do not edit - generated code. | 699 // WARNING: Do not edit - generated code. |
| 667 | 700 |
| 668 | |
| 669 @DocsEditable() | 701 @DocsEditable() |
| 670 @DomName('SVGAnimatedPreserveAspectRatio') | 702 @DomName('SVGAnimatedPreserveAspectRatio') |
| 671 @Unstable() | 703 @Unstable() |
| 672 class AnimatedPreserveAspectRatio extends DartHtmlDomObject { | 704 class AnimatedPreserveAspectRatio extends DartHtmlDomObject { |
| 673 // To suppress missing implicit constructor warnings. | 705 // To suppress missing implicit constructor warnings. |
| 674 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp
orted"); } | 706 factory AnimatedPreserveAspectRatio._() { |
| 675 | 707 throw new UnsupportedError("Not supported"); |
| 708 } |
| 676 | 709 |
| 677 @Deprecated("Internal Use Only") | 710 @Deprecated("Internal Use Only") |
| 678 external static Type get instanceRuntimeType; | 711 external static Type get instanceRuntimeType; |
| 679 | 712 |
| 680 @Deprecated("Internal Use Only") | 713 @Deprecated("Internal Use Only") |
| 681 AnimatedPreserveAspectRatio.internal_() { } | 714 AnimatedPreserveAspectRatio.internal_() {} |
| 682 | 715 |
| 683 @DomName('SVGAnimatedPreserveAspectRatio.animVal') | 716 @DomName('SVGAnimatedPreserveAspectRatio.animVal') |
| 684 @DocsEditable() | 717 @DocsEditable() |
| 685 PreserveAspectRatio get animVal => _blink.BlinkSVGAnimatedPreserveAspectRatio.
instance.animVal_Getter_(this); | 718 PreserveAspectRatio get animVal => |
| 686 | 719 _blink.BlinkSVGAnimatedPreserveAspectRatio.instance.animVal_Getter_(this); |
| 720 |
| 687 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') | 721 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') |
| 688 @DocsEditable() | 722 @DocsEditable() |
| 689 PreserveAspectRatio get baseVal => _blink.BlinkSVGAnimatedPreserveAspectRatio.
instance.baseVal_Getter_(this); | 723 PreserveAspectRatio get baseVal => |
| 690 | 724 _blink.BlinkSVGAnimatedPreserveAspectRatio.instance.baseVal_Getter_(this); |
| 691 } | 725 } |
| 692 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 726 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 693 // for details. All rights reserved. Use of this source code is governed by a | 727 // for details. All rights reserved. Use of this source code is governed by a |
| 694 // BSD-style license that can be found in the LICENSE file. | 728 // BSD-style license that can be found in the LICENSE file. |
| 695 | 729 |
| 696 // WARNING: Do not edit - generated code. | 730 // WARNING: Do not edit - generated code. |
| 697 | 731 |
| 698 | |
| 699 @DocsEditable() | 732 @DocsEditable() |
| 700 @DomName('SVGAnimatedRect') | 733 @DomName('SVGAnimatedRect') |
| 701 @Unstable() | 734 @Unstable() |
| 702 class AnimatedRect extends DartHtmlDomObject { | 735 class AnimatedRect extends DartHtmlDomObject { |
| 703 // To suppress missing implicit constructor warnings. | 736 // To suppress missing implicit constructor warnings. |
| 704 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } | 737 factory AnimatedRect._() { |
| 705 | 738 throw new UnsupportedError("Not supported"); |
| 739 } |
| 706 | 740 |
| 707 @Deprecated("Internal Use Only") | 741 @Deprecated("Internal Use Only") |
| 708 external static Type get instanceRuntimeType; | 742 external static Type get instanceRuntimeType; |
| 709 | 743 |
| 710 @Deprecated("Internal Use Only") | 744 @Deprecated("Internal Use Only") |
| 711 AnimatedRect.internal_() { } | 745 AnimatedRect.internal_() {} |
| 712 | 746 |
| 713 @DomName('SVGAnimatedRect.animVal') | 747 @DomName('SVGAnimatedRect.animVal') |
| 714 @DocsEditable() | 748 @DocsEditable() |
| 715 Rect get animVal => _blink.BlinkSVGAnimatedRect.instance.animVal_Getter_(this)
; | 749 Rect get animVal => |
| 716 | 750 _blink.BlinkSVGAnimatedRect.instance.animVal_Getter_(this); |
| 751 |
| 717 @DomName('SVGAnimatedRect.baseVal') | 752 @DomName('SVGAnimatedRect.baseVal') |
| 718 @DocsEditable() | 753 @DocsEditable() |
| 719 Rect get baseVal => _blink.BlinkSVGAnimatedRect.instance.baseVal_Getter_(this)
; | 754 Rect get baseVal => |
| 720 | 755 _blink.BlinkSVGAnimatedRect.instance.baseVal_Getter_(this); |
| 721 } | 756 } |
| 722 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 757 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 723 // for details. All rights reserved. Use of this source code is governed by a | 758 // for details. All rights reserved. Use of this source code is governed by a |
| 724 // BSD-style license that can be found in the LICENSE file. | 759 // BSD-style license that can be found in the LICENSE file. |
| 725 | 760 |
| 726 // WARNING: Do not edit - generated code. | 761 // WARNING: Do not edit - generated code. |
| 727 | 762 |
| 728 | |
| 729 @DocsEditable() | 763 @DocsEditable() |
| 730 @DomName('SVGAnimatedString') | 764 @DomName('SVGAnimatedString') |
| 731 @Unstable() | 765 @Unstable() |
| 732 class AnimatedString extends DartHtmlDomObject { | 766 class AnimatedString extends DartHtmlDomObject { |
| 733 // To suppress missing implicit constructor warnings. | 767 // To suppress missing implicit constructor warnings. |
| 734 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } | 768 factory AnimatedString._() { |
| 735 | 769 throw new UnsupportedError("Not supported"); |
| 770 } |
| 736 | 771 |
| 737 @Deprecated("Internal Use Only") | 772 @Deprecated("Internal Use Only") |
| 738 external static Type get instanceRuntimeType; | 773 external static Type get instanceRuntimeType; |
| 739 | 774 |
| 740 @Deprecated("Internal Use Only") | 775 @Deprecated("Internal Use Only") |
| 741 AnimatedString.internal_() { } | 776 AnimatedString.internal_() {} |
| 742 | 777 |
| 743 @DomName('SVGAnimatedString.animVal') | 778 @DomName('SVGAnimatedString.animVal') |
| 744 @DocsEditable() | 779 @DocsEditable() |
| 745 String get animVal => _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(t
his); | 780 String get animVal => |
| 746 | 781 _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(this); |
| 782 |
| 747 @DomName('SVGAnimatedString.baseVal') | 783 @DomName('SVGAnimatedString.baseVal') |
| 748 @DocsEditable() | 784 @DocsEditable() |
| 749 String get baseVal => _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(t
his); | 785 String get baseVal => |
| 750 | 786 _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(this); |
| 787 |
| 751 @DomName('SVGAnimatedString.baseVal') | 788 @DomName('SVGAnimatedString.baseVal') |
| 752 @DocsEditable() | 789 @DocsEditable() |
| 753 set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseVal_Se
tter_(this, value); | 790 set baseVal(String value) => |
| 754 | 791 _blink.BlinkSVGAnimatedString.instance.baseVal_Setter_(this, value); |
| 755 } | 792 } |
| 756 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 793 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 757 // for details. All rights reserved. Use of this source code is governed by a | 794 // for details. All rights reserved. Use of this source code is governed by a |
| 758 // BSD-style license that can be found in the LICENSE file. | 795 // BSD-style license that can be found in the LICENSE file. |
| 759 | 796 |
| 760 // WARNING: Do not edit - generated code. | 797 // WARNING: Do not edit - generated code. |
| 761 | 798 |
| 762 | |
| 763 @DocsEditable() | 799 @DocsEditable() |
| 764 @DomName('SVGAnimatedTransformList') | 800 @DomName('SVGAnimatedTransformList') |
| 765 @Unstable() | 801 @Unstable() |
| 766 class AnimatedTransformList extends DartHtmlDomObject { | 802 class AnimatedTransformList extends DartHtmlDomObject { |
| 767 // To suppress missing implicit constructor warnings. | 803 // To suppress missing implicit constructor warnings. |
| 768 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"
); } | 804 factory AnimatedTransformList._() { |
| 769 | 805 throw new UnsupportedError("Not supported"); |
| 806 } |
| 770 | 807 |
| 771 @Deprecated("Internal Use Only") | 808 @Deprecated("Internal Use Only") |
| 772 external static Type get instanceRuntimeType; | 809 external static Type get instanceRuntimeType; |
| 773 | 810 |
| 774 @Deprecated("Internal Use Only") | 811 @Deprecated("Internal Use Only") |
| 775 AnimatedTransformList.internal_() { } | 812 AnimatedTransformList.internal_() {} |
| 776 | 813 |
| 777 @DomName('SVGAnimatedTransformList.animVal') | 814 @DomName('SVGAnimatedTransformList.animVal') |
| 778 @DocsEditable() | 815 @DocsEditable() |
| 779 TransformList get animVal => _blink.BlinkSVGAnimatedTransformList.instance.ani
mVal_Getter_(this); | 816 TransformList get animVal => |
| 780 | 817 _blink.BlinkSVGAnimatedTransformList.instance.animVal_Getter_(this); |
| 818 |
| 781 @DomName('SVGAnimatedTransformList.baseVal') | 819 @DomName('SVGAnimatedTransformList.baseVal') |
| 782 @DocsEditable() | 820 @DocsEditable() |
| 783 TransformList get baseVal => _blink.BlinkSVGAnimatedTransformList.instance.bas
eVal_Getter_(this); | 821 TransformList get baseVal => |
| 784 | 822 _blink.BlinkSVGAnimatedTransformList.instance.baseVal_Getter_(this); |
| 785 } | 823 } |
| 786 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 824 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 787 // for details. All rights reserved. Use of this source code is governed by a | 825 // for details. All rights reserved. Use of this source code is governed by a |
| 788 // BSD-style license that can be found in the LICENSE file. | 826 // BSD-style license that can be found in the LICENSE file. |
| 789 | 827 |
| 790 // WARNING: Do not edit - generated code. | 828 // WARNING: Do not edit - generated code. |
| 791 | 829 |
| 792 | |
| 793 @DocsEditable() | 830 @DocsEditable() |
| 794 @DomName('SVGAnimationElement') | 831 @DomName('SVGAnimationElement') |
| 795 @Unstable() | 832 @Unstable() |
| 796 class AnimationElement extends SvgElement implements Tests { | 833 class AnimationElement extends SvgElement implements Tests { |
| 797 // To suppress missing implicit constructor warnings. | 834 // To suppress missing implicit constructor warnings. |
| 798 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } | 835 factory AnimationElement._() { |
| 836 throw new UnsupportedError("Not supported"); |
| 837 } |
| 799 | 838 |
| 800 @DomName('SVGAnimationElement.SVGAnimationElement') | 839 @DomName('SVGAnimationElement.SVGAnimationElement') |
| 801 @DocsEditable() | 840 @DocsEditable() |
| 802 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 841 factory AnimationElement() => |
| 803 | 842 _SvgElementFactoryProvider.createSvgElement_tag("animation"); |
| 804 | 843 |
| 805 @Deprecated("Internal Use Only") | 844 @Deprecated("Internal Use Only") |
| 806 external static Type get instanceRuntimeType; | 845 external static Type get instanceRuntimeType; |
| 807 | 846 |
| 808 @Deprecated("Internal Use Only") | 847 @Deprecated("Internal Use Only") |
| 809 AnimationElement.internal_() : super.internal_(); | 848 AnimationElement.internal_() : super.internal_(); |
| 810 | 849 |
| 811 /** | 850 /** |
| 812 * Constructor instantiated by the DOM when a custom element has been created. | 851 * Constructor instantiated by the DOM when a custom element has been created. |
| 813 * | 852 * |
| 814 * This can only be called by subclasses from their created constructor. | 853 * This can only be called by subclasses from their created constructor. |
| 815 */ | 854 */ |
| 816 AnimationElement.created() : super.created(); | 855 AnimationElement.created() : super.created(); |
| 817 | 856 |
| 818 @DomName('SVGAnimationElement.targetElement') | 857 @DomName('SVGAnimationElement.targetElement') |
| 819 @DocsEditable() | 858 @DocsEditable() |
| 820 SvgElement get targetElement => _blink.BlinkSVGAnimationElement.instance.targe
tElement_Getter_(this); | 859 SvgElement get targetElement => |
| 821 | 860 _blink.BlinkSVGAnimationElement.instance.targetElement_Getter_(this); |
| 861 |
| 822 @DomName('SVGAnimationElement.beginElement') | 862 @DomName('SVGAnimationElement.beginElement') |
| 823 @DocsEditable() | 863 @DocsEditable() |
| 824 void beginElement() => _blink.BlinkSVGAnimationElement.instance.beginElement_C
allback_0_(this); | 864 void beginElement() => |
| 825 | 865 _blink.BlinkSVGAnimationElement.instance.beginElement_Callback_0_(this); |
| 866 |
| 826 @DomName('SVGAnimationElement.beginElementAt') | 867 @DomName('SVGAnimationElement.beginElementAt') |
| 827 @DocsEditable() | 868 @DocsEditable() |
| 828 void beginElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.be
ginElementAt_Callback_1_(this, offset); | 869 void beginElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance |
| 829 | 870 .beginElementAt_Callback_1_(this, offset); |
| 871 |
| 830 @DomName('SVGAnimationElement.endElement') | 872 @DomName('SVGAnimationElement.endElement') |
| 831 @DocsEditable() | 873 @DocsEditable() |
| 832 void endElement() => _blink.BlinkSVGAnimationElement.instance.endElement_Callb
ack_0_(this); | 874 void endElement() => |
| 833 | 875 _blink.BlinkSVGAnimationElement.instance.endElement_Callback_0_(this); |
| 876 |
| 834 @DomName('SVGAnimationElement.endElementAt') | 877 @DomName('SVGAnimationElement.endElementAt') |
| 835 @DocsEditable() | 878 @DocsEditable() |
| 836 void endElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.endE
lementAt_Callback_1_(this, offset); | 879 void endElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance |
| 837 | 880 .endElementAt_Callback_1_(this, offset); |
| 881 |
| 838 @DomName('SVGAnimationElement.getCurrentTime') | 882 @DomName('SVGAnimationElement.getCurrentTime') |
| 839 @DocsEditable() | 883 @DocsEditable() |
| 840 num getCurrentTime() => _blink.BlinkSVGAnimationElement.instance.getCurrentTim
e_Callback_0_(this); | 884 num getCurrentTime() => |
| 841 | 885 _blink.BlinkSVGAnimationElement.instance.getCurrentTime_Callback_0_(this); |
| 886 |
| 842 @DomName('SVGAnimationElement.getSimpleDuration') | 887 @DomName('SVGAnimationElement.getSimpleDuration') |
| 843 @DocsEditable() | 888 @DocsEditable() |
| 844 num getSimpleDuration() => _blink.BlinkSVGAnimationElement.instance.getSimpleD
uration_Callback_0_(this); | 889 num getSimpleDuration() => _blink.BlinkSVGAnimationElement.instance |
| 845 | 890 .getSimpleDuration_Callback_0_(this); |
| 891 |
| 846 @DomName('SVGAnimationElement.getStartTime') | 892 @DomName('SVGAnimationElement.getStartTime') |
| 847 @DocsEditable() | 893 @DocsEditable() |
| 848 num getStartTime() => _blink.BlinkSVGAnimationElement.instance.getStartTime_Ca
llback_0_(this); | 894 num getStartTime() => |
| 849 | 895 _blink.BlinkSVGAnimationElement.instance.getStartTime_Callback_0_(this); |
| 896 |
| 850 @DomName('SVGAnimationElement.requiredExtensions') | 897 @DomName('SVGAnimationElement.requiredExtensions') |
| 851 @DocsEditable() | 898 @DocsEditable() |
| 852 StringList get requiredExtensions => _blink.BlinkSVGAnimationElement.instance.
requiredExtensions_Getter_(this); | 899 StringList get requiredExtensions => |
| 853 | 900 _blink.BlinkSVGAnimationElement.instance.requiredExtensions_Getter_(this); |
| 901 |
| 854 @DomName('SVGAnimationElement.requiredFeatures') | 902 @DomName('SVGAnimationElement.requiredFeatures') |
| 855 @DocsEditable() | 903 @DocsEditable() |
| 856 StringList get requiredFeatures => _blink.BlinkSVGAnimationElement.instance.re
quiredFeatures_Getter_(this); | 904 StringList get requiredFeatures => |
| 857 | 905 _blink.BlinkSVGAnimationElement.instance.requiredFeatures_Getter_(this); |
| 906 |
| 858 @DomName('SVGAnimationElement.systemLanguage') | 907 @DomName('SVGAnimationElement.systemLanguage') |
| 859 @DocsEditable() | 908 @DocsEditable() |
| 860 StringList get systemLanguage => _blink.BlinkSVGAnimationElement.instance.syst
emLanguage_Getter_(this); | 909 StringList get systemLanguage => |
| 861 | 910 _blink.BlinkSVGAnimationElement.instance.systemLanguage_Getter_(this); |
| 911 |
| 862 @DomName('SVGAnimationElement.hasExtension') | 912 @DomName('SVGAnimationElement.hasExtension') |
| 863 @DocsEditable() | 913 @DocsEditable() |
| 864 bool hasExtension(String extension) => _blink.BlinkSVGAnimationElement.instanc
e.hasExtension_Callback_1_(this, extension); | 914 bool hasExtension(String extension) => |
| 865 | 915 _blink.BlinkSVGAnimationElement.instance |
| 916 .hasExtension_Callback_1_(this, extension); |
| 866 } | 917 } |
| 867 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 918 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 868 // for details. All rights reserved. Use of this source code is governed by a | 919 // for details. All rights reserved. Use of this source code is governed by a |
| 869 // BSD-style license that can be found in the LICENSE file. | 920 // BSD-style license that can be found in the LICENSE file. |
| 870 | 921 |
| 871 // WARNING: Do not edit - generated code. | 922 // WARNING: Do not edit - generated code. |
| 872 | 923 |
| 873 | |
| 874 @DocsEditable() | 924 @DocsEditable() |
| 875 @DomName('SVGCircleElement') | 925 @DomName('SVGCircleElement') |
| 876 @Unstable() | 926 @Unstable() |
| 877 class CircleElement extends GeometryElement { | 927 class CircleElement extends GeometryElement { |
| 878 // To suppress missing implicit constructor warnings. | 928 // To suppress missing implicit constructor warnings. |
| 879 factory CircleElement._() { throw new UnsupportedError("Not supported"); } | 929 factory CircleElement._() { |
| 930 throw new UnsupportedError("Not supported"); |
| 931 } |
| 880 | 932 |
| 881 @DomName('SVGCircleElement.SVGCircleElement') | 933 @DomName('SVGCircleElement.SVGCircleElement') |
| 882 @DocsEditable() | 934 @DocsEditable() |
| 883 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 935 factory CircleElement() => |
| 884 | 936 _SvgElementFactoryProvider.createSvgElement_tag("circle"); |
| 885 | 937 |
| 886 @Deprecated("Internal Use Only") | 938 @Deprecated("Internal Use Only") |
| 887 external static Type get instanceRuntimeType; | 939 external static Type get instanceRuntimeType; |
| 888 | 940 |
| 889 @Deprecated("Internal Use Only") | 941 @Deprecated("Internal Use Only") |
| 890 CircleElement.internal_() : super.internal_(); | 942 CircleElement.internal_() : super.internal_(); |
| 891 | 943 |
| 892 /** | 944 /** |
| 893 * Constructor instantiated by the DOM when a custom element has been created. | 945 * Constructor instantiated by the DOM when a custom element has been created. |
| 894 * | 946 * |
| 895 * This can only be called by subclasses from their created constructor. | 947 * This can only be called by subclasses from their created constructor. |
| 896 */ | 948 */ |
| 897 CircleElement.created() : super.created(); | 949 CircleElement.created() : super.created(); |
| 898 | 950 |
| 899 @DomName('SVGCircleElement.cx') | 951 @DomName('SVGCircleElement.cx') |
| 900 @DocsEditable() | 952 @DocsEditable() |
| 901 AnimatedLength get cx => _blink.BlinkSVGCircleElement.instance.cx_Getter_(this
); | 953 AnimatedLength get cx => |
| 902 | 954 _blink.BlinkSVGCircleElement.instance.cx_Getter_(this); |
| 955 |
| 903 @DomName('SVGCircleElement.cy') | 956 @DomName('SVGCircleElement.cy') |
| 904 @DocsEditable() | 957 @DocsEditable() |
| 905 AnimatedLength get cy => _blink.BlinkSVGCircleElement.instance.cy_Getter_(this
); | 958 AnimatedLength get cy => |
| 906 | 959 _blink.BlinkSVGCircleElement.instance.cy_Getter_(this); |
| 960 |
| 907 @DomName('SVGCircleElement.r') | 961 @DomName('SVGCircleElement.r') |
| 908 @DocsEditable() | 962 @DocsEditable() |
| 909 AnimatedLength get r => _blink.BlinkSVGCircleElement.instance.r_Getter_(this); | 963 AnimatedLength get r => _blink.BlinkSVGCircleElement.instance.r_Getter_(this); |
| 910 | |
| 911 } | 964 } |
| 912 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 965 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 913 // for details. All rights reserved. Use of this source code is governed by a | 966 // for details. All rights reserved. Use of this source code is governed by a |
| 914 // BSD-style license that can be found in the LICENSE file. | 967 // BSD-style license that can be found in the LICENSE file. |
| 915 | 968 |
| 916 // WARNING: Do not edit - generated code. | 969 // WARNING: Do not edit - generated code. |
| 917 | 970 |
| 918 | |
| 919 @DocsEditable() | 971 @DocsEditable() |
| 920 @DomName('SVGClipPathElement') | 972 @DomName('SVGClipPathElement') |
| 921 @Unstable() | 973 @Unstable() |
| 922 class ClipPathElement extends GraphicsElement { | 974 class ClipPathElement extends GraphicsElement { |
| 923 // To suppress missing implicit constructor warnings. | 975 // To suppress missing implicit constructor warnings. |
| 924 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } | 976 factory ClipPathElement._() { |
| 977 throw new UnsupportedError("Not supported"); |
| 978 } |
| 925 | 979 |
| 926 @DomName('SVGClipPathElement.SVGClipPathElement') | 980 @DomName('SVGClipPathElement.SVGClipPathElement') |
| 927 @DocsEditable() | 981 @DocsEditable() |
| 928 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 982 factory ClipPathElement() => |
| 929 | 983 _SvgElementFactoryProvider.createSvgElement_tag("clipPath"); |
| 930 | 984 |
| 931 @Deprecated("Internal Use Only") | 985 @Deprecated("Internal Use Only") |
| 932 external static Type get instanceRuntimeType; | 986 external static Type get instanceRuntimeType; |
| 933 | 987 |
| 934 @Deprecated("Internal Use Only") | 988 @Deprecated("Internal Use Only") |
| 935 ClipPathElement.internal_() : super.internal_(); | 989 ClipPathElement.internal_() : super.internal_(); |
| 936 | 990 |
| 937 /** | 991 /** |
| 938 * Constructor instantiated by the DOM when a custom element has been created. | 992 * Constructor instantiated by the DOM when a custom element has been created. |
| 939 * | 993 * |
| 940 * This can only be called by subclasses from their created constructor. | 994 * This can only be called by subclasses from their created constructor. |
| 941 */ | 995 */ |
| 942 ClipPathElement.created() : super.created(); | 996 ClipPathElement.created() : super.created(); |
| 943 | 997 |
| 944 @DomName('SVGClipPathElement.clipPathUnits') | 998 @DomName('SVGClipPathElement.clipPathUnits') |
| 945 @DocsEditable() | 999 @DocsEditable() |
| 946 AnimatedEnumeration get clipPathUnits => _blink.BlinkSVGClipPathElement.instan
ce.clipPathUnits_Getter_(this); | 1000 AnimatedEnumeration get clipPathUnits => |
| 947 | 1001 _blink.BlinkSVGClipPathElement.instance.clipPathUnits_Getter_(this); |
| 948 } | 1002 } |
| 949 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1003 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 950 // for details. All rights reserved. Use of this source code is governed by a | 1004 // for details. All rights reserved. Use of this source code is governed by a |
| 951 // BSD-style license that can be found in the LICENSE file. | 1005 // BSD-style license that can be found in the LICENSE file. |
| 952 | 1006 |
| 953 // WARNING: Do not edit - generated code. | 1007 // WARNING: Do not edit - generated code. |
| 954 | 1008 |
| 955 | |
| 956 @DocsEditable() | 1009 @DocsEditable() |
| 957 @DomName('SVGDefsElement') | 1010 @DomName('SVGDefsElement') |
| 958 @Unstable() | 1011 @Unstable() |
| 959 class DefsElement extends GraphicsElement { | 1012 class DefsElement extends GraphicsElement { |
| 960 // To suppress missing implicit constructor warnings. | 1013 // To suppress missing implicit constructor warnings. |
| 961 factory DefsElement._() { throw new UnsupportedError("Not supported"); } | 1014 factory DefsElement._() { |
| 1015 throw new UnsupportedError("Not supported"); |
| 1016 } |
| 962 | 1017 |
| 963 @DomName('SVGDefsElement.SVGDefsElement') | 1018 @DomName('SVGDefsElement.SVGDefsElement') |
| 964 @DocsEditable() | 1019 @DocsEditable() |
| 965 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); | 1020 factory DefsElement() => |
| 966 | 1021 _SvgElementFactoryProvider.createSvgElement_tag("defs"); |
| 967 | 1022 |
| 968 @Deprecated("Internal Use Only") | 1023 @Deprecated("Internal Use Only") |
| 969 external static Type get instanceRuntimeType; | 1024 external static Type get instanceRuntimeType; |
| 970 | 1025 |
| 971 @Deprecated("Internal Use Only") | 1026 @Deprecated("Internal Use Only") |
| 972 DefsElement.internal_() : super.internal_(); | 1027 DefsElement.internal_() : super.internal_(); |
| 973 | 1028 |
| 974 /** | 1029 /** |
| 975 * Constructor instantiated by the DOM when a custom element has been created. | 1030 * Constructor instantiated by the DOM when a custom element has been created. |
| 976 * | 1031 * |
| 977 * This can only be called by subclasses from their created constructor. | 1032 * This can only be called by subclasses from their created constructor. |
| 978 */ | 1033 */ |
| 979 DefsElement.created() : super.created(); | 1034 DefsElement.created() : super.created(); |
| 980 | |
| 981 } | 1035 } |
| 982 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1036 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 983 // for details. All rights reserved. Use of this source code is governed by a | 1037 // for details. All rights reserved. Use of this source code is governed by a |
| 984 // BSD-style license that can be found in the LICENSE file. | 1038 // BSD-style license that can be found in the LICENSE file. |
| 985 | 1039 |
| 986 // WARNING: Do not edit - generated code. | 1040 // WARNING: Do not edit - generated code. |
| 987 | 1041 |
| 988 | |
| 989 @DocsEditable() | 1042 @DocsEditable() |
| 990 @DomName('SVGDescElement') | 1043 @DomName('SVGDescElement') |
| 991 @Unstable() | 1044 @Unstable() |
| 992 class DescElement extends SvgElement { | 1045 class DescElement extends SvgElement { |
| 993 // To suppress missing implicit constructor warnings. | 1046 // To suppress missing implicit constructor warnings. |
| 994 factory DescElement._() { throw new UnsupportedError("Not supported"); } | 1047 factory DescElement._() { |
| 1048 throw new UnsupportedError("Not supported"); |
| 1049 } |
| 995 | 1050 |
| 996 @DomName('SVGDescElement.SVGDescElement') | 1051 @DomName('SVGDescElement.SVGDescElement') |
| 997 @DocsEditable() | 1052 @DocsEditable() |
| 998 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); | 1053 factory DescElement() => |
| 999 | 1054 _SvgElementFactoryProvider.createSvgElement_tag("desc"); |
| 1000 | 1055 |
| 1001 @Deprecated("Internal Use Only") | 1056 @Deprecated("Internal Use Only") |
| 1002 external static Type get instanceRuntimeType; | 1057 external static Type get instanceRuntimeType; |
| 1003 | 1058 |
| 1004 @Deprecated("Internal Use Only") | 1059 @Deprecated("Internal Use Only") |
| 1005 DescElement.internal_() : super.internal_(); | 1060 DescElement.internal_() : super.internal_(); |
| 1006 | 1061 |
| 1007 /** | 1062 /** |
| 1008 * Constructor instantiated by the DOM when a custom element has been created. | 1063 * Constructor instantiated by the DOM when a custom element has been created. |
| 1009 * | 1064 * |
| 1010 * This can only be called by subclasses from their created constructor. | 1065 * This can only be called by subclasses from their created constructor. |
| 1011 */ | 1066 */ |
| 1012 DescElement.created() : super.created(); | 1067 DescElement.created() : super.created(); |
| 1013 | |
| 1014 } | 1068 } |
| 1015 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1069 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1016 // for details. All rights reserved. Use of this source code is governed by a | 1070 // for details. All rights reserved. Use of this source code is governed by a |
| 1017 // BSD-style license that can be found in the LICENSE file. | 1071 // BSD-style license that can be found in the LICENSE file. |
| 1018 | 1072 |
| 1019 // WARNING: Do not edit - generated code. | 1073 // WARNING: Do not edit - generated code. |
| 1020 | 1074 |
| 1021 | |
| 1022 @DocsEditable() | 1075 @DocsEditable() |
| 1023 @DomName('SVGDiscardElement') | 1076 @DomName('SVGDiscardElement') |
| 1024 @Experimental() // untriaged | 1077 @Experimental() // untriaged |
| 1025 class DiscardElement extends SvgElement { | 1078 class DiscardElement extends SvgElement { |
| 1026 // To suppress missing implicit constructor warnings. | 1079 // To suppress missing implicit constructor warnings. |
| 1027 factory DiscardElement._() { throw new UnsupportedError("Not supported"); } | 1080 factory DiscardElement._() { |
| 1028 | 1081 throw new UnsupportedError("Not supported"); |
| 1082 } |
| 1029 | 1083 |
| 1030 @Deprecated("Internal Use Only") | 1084 @Deprecated("Internal Use Only") |
| 1031 external static Type get instanceRuntimeType; | 1085 external static Type get instanceRuntimeType; |
| 1032 | 1086 |
| 1033 @Deprecated("Internal Use Only") | 1087 @Deprecated("Internal Use Only") |
| 1034 DiscardElement.internal_() : super.internal_(); | 1088 DiscardElement.internal_() : super.internal_(); |
| 1035 | 1089 |
| 1036 /** | 1090 /** |
| 1037 * Constructor instantiated by the DOM when a custom element has been created. | 1091 * Constructor instantiated by the DOM when a custom element has been created. |
| 1038 * | 1092 * |
| 1039 * This can only be called by subclasses from their created constructor. | 1093 * This can only be called by subclasses from their created constructor. |
| 1040 */ | 1094 */ |
| 1041 DiscardElement.created() : super.created(); | 1095 DiscardElement.created() : super.created(); |
| 1042 | |
| 1043 } | 1096 } |
| 1044 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1097 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1045 // for details. All rights reserved. Use of this source code is governed by a | 1098 // for details. All rights reserved. Use of this source code is governed by a |
| 1046 // BSD-style license that can be found in the LICENSE file. | 1099 // BSD-style license that can be found in the LICENSE file. |
| 1047 | 1100 |
| 1048 // WARNING: Do not edit - generated code. | 1101 // WARNING: Do not edit - generated code. |
| 1049 | 1102 |
| 1050 | |
| 1051 @DocsEditable() | 1103 @DocsEditable() |
| 1052 @DomName('SVGEllipseElement') | 1104 @DomName('SVGEllipseElement') |
| 1053 @Unstable() | 1105 @Unstable() |
| 1054 class EllipseElement extends GeometryElement { | 1106 class EllipseElement extends GeometryElement { |
| 1055 // To suppress missing implicit constructor warnings. | 1107 // To suppress missing implicit constructor warnings. |
| 1056 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } | 1108 factory EllipseElement._() { |
| 1109 throw new UnsupportedError("Not supported"); |
| 1110 } |
| 1057 | 1111 |
| 1058 @DomName('SVGEllipseElement.SVGEllipseElement') | 1112 @DomName('SVGEllipseElement.SVGEllipseElement') |
| 1059 @DocsEditable() | 1113 @DocsEditable() |
| 1060 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1114 factory EllipseElement() => |
| 1061 | 1115 _SvgElementFactoryProvider.createSvgElement_tag("ellipse"); |
| 1062 | 1116 |
| 1063 @Deprecated("Internal Use Only") | 1117 @Deprecated("Internal Use Only") |
| 1064 external static Type get instanceRuntimeType; | 1118 external static Type get instanceRuntimeType; |
| 1065 | 1119 |
| 1066 @Deprecated("Internal Use Only") | 1120 @Deprecated("Internal Use Only") |
| 1067 EllipseElement.internal_() : super.internal_(); | 1121 EllipseElement.internal_() : super.internal_(); |
| 1068 | 1122 |
| 1069 /** | 1123 /** |
| 1070 * Constructor instantiated by the DOM when a custom element has been created. | 1124 * Constructor instantiated by the DOM when a custom element has been created. |
| 1071 * | 1125 * |
| 1072 * This can only be called by subclasses from their created constructor. | 1126 * This can only be called by subclasses from their created constructor. |
| 1073 */ | 1127 */ |
| 1074 EllipseElement.created() : super.created(); | 1128 EllipseElement.created() : super.created(); |
| 1075 | 1129 |
| 1076 @DomName('SVGEllipseElement.cx') | 1130 @DomName('SVGEllipseElement.cx') |
| 1077 @DocsEditable() | 1131 @DocsEditable() |
| 1078 AnimatedLength get cx => _blink.BlinkSVGEllipseElement.instance.cx_Getter_(thi
s); | 1132 AnimatedLength get cx => |
| 1079 | 1133 _blink.BlinkSVGEllipseElement.instance.cx_Getter_(this); |
| 1134 |
| 1080 @DomName('SVGEllipseElement.cy') | 1135 @DomName('SVGEllipseElement.cy') |
| 1081 @DocsEditable() | 1136 @DocsEditable() |
| 1082 AnimatedLength get cy => _blink.BlinkSVGEllipseElement.instance.cy_Getter_(thi
s); | 1137 AnimatedLength get cy => |
| 1083 | 1138 _blink.BlinkSVGEllipseElement.instance.cy_Getter_(this); |
| 1139 |
| 1084 @DomName('SVGEllipseElement.rx') | 1140 @DomName('SVGEllipseElement.rx') |
| 1085 @DocsEditable() | 1141 @DocsEditable() |
| 1086 AnimatedLength get rx => _blink.BlinkSVGEllipseElement.instance.rx_Getter_(thi
s); | 1142 AnimatedLength get rx => |
| 1087 | 1143 _blink.BlinkSVGEllipseElement.instance.rx_Getter_(this); |
| 1144 |
| 1088 @DomName('SVGEllipseElement.ry') | 1145 @DomName('SVGEllipseElement.ry') |
| 1089 @DocsEditable() | 1146 @DocsEditable() |
| 1090 AnimatedLength get ry => _blink.BlinkSVGEllipseElement.instance.ry_Getter_(thi
s); | 1147 AnimatedLength get ry => |
| 1091 | 1148 _blink.BlinkSVGEllipseElement.instance.ry_Getter_(this); |
| 1092 } | 1149 } |
| 1093 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1150 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1094 // for details. All rights reserved. Use of this source code is governed by a | 1151 // for details. All rights reserved. Use of this source code is governed by a |
| 1095 // BSD-style license that can be found in the LICENSE file. | 1152 // BSD-style license that can be found in the LICENSE file. |
| 1096 | 1153 |
| 1097 // WARNING: Do not edit - generated code. | 1154 // WARNING: Do not edit - generated code. |
| 1098 | 1155 |
| 1099 | |
| 1100 @DocsEditable() | 1156 @DocsEditable() |
| 1101 @DomName('SVGFEBlendElement') | 1157 @DomName('SVGFEBlendElement') |
| 1102 @SupportedBrowser(SupportedBrowser.CHROME) | 1158 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1103 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1159 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1104 @SupportedBrowser(SupportedBrowser.IE, '10') | 1160 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1105 @SupportedBrowser(SupportedBrowser.SAFARI) | 1161 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1106 @Unstable() | 1162 @Unstable() |
| 1107 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 1163 class FEBlendElement extends SvgElement |
| 1164 implements FilterPrimitiveStandardAttributes { |
| 1108 // To suppress missing implicit constructor warnings. | 1165 // To suppress missing implicit constructor warnings. |
| 1109 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); } | 1166 factory FEBlendElement._() { |
| 1167 throw new UnsupportedError("Not supported"); |
| 1168 } |
| 1110 | 1169 |
| 1111 @DomName('SVGFEBlendElement.SVGFEBlendElement') | 1170 @DomName('SVGFEBlendElement.SVGFEBlendElement') |
| 1112 @DocsEditable() | 1171 @DocsEditable() |
| 1113 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eBlend"); | 1172 factory FEBlendElement() => |
| 1114 | 1173 _SvgElementFactoryProvider.createSvgElement_tag("feBlend"); |
| 1115 | 1174 |
| 1116 @Deprecated("Internal Use Only") | 1175 @Deprecated("Internal Use Only") |
| 1117 external static Type get instanceRuntimeType; | 1176 external static Type get instanceRuntimeType; |
| 1118 | 1177 |
| 1119 @Deprecated("Internal Use Only") | 1178 @Deprecated("Internal Use Only") |
| 1120 FEBlendElement.internal_() : super.internal_(); | 1179 FEBlendElement.internal_() : super.internal_(); |
| 1121 | 1180 |
| 1122 /** | 1181 /** |
| 1123 * Constructor instantiated by the DOM when a custom element has been created. | 1182 * Constructor instantiated by the DOM when a custom element has been created. |
| 1124 * | 1183 * |
| (...skipping 23 matching lines...) Expand all Loading... |
| 1148 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_SCREEN') | 1207 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_SCREEN') |
| 1149 @DocsEditable() | 1208 @DocsEditable() |
| 1150 static const int SVG_FEBLEND_MODE_SCREEN = 3; | 1209 static const int SVG_FEBLEND_MODE_SCREEN = 3; |
| 1151 | 1210 |
| 1152 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN') | 1211 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN') |
| 1153 @DocsEditable() | 1212 @DocsEditable() |
| 1154 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; | 1213 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; |
| 1155 | 1214 |
| 1156 @DomName('SVGFEBlendElement.in1') | 1215 @DomName('SVGFEBlendElement.in1') |
| 1157 @DocsEditable() | 1216 @DocsEditable() |
| 1158 AnimatedString get in1 => _blink.BlinkSVGFEBlendElement.instance.in1_Getter_(t
his); | 1217 AnimatedString get in1 => |
| 1159 | 1218 _blink.BlinkSVGFEBlendElement.instance.in1_Getter_(this); |
| 1219 |
| 1160 @DomName('SVGFEBlendElement.in2') | 1220 @DomName('SVGFEBlendElement.in2') |
| 1161 @DocsEditable() | 1221 @DocsEditable() |
| 1162 AnimatedString get in2 => _blink.BlinkSVGFEBlendElement.instance.in2_Getter_(t
his); | 1222 AnimatedString get in2 => |
| 1163 | 1223 _blink.BlinkSVGFEBlendElement.instance.in2_Getter_(this); |
| 1224 |
| 1164 @DomName('SVGFEBlendElement.mode') | 1225 @DomName('SVGFEBlendElement.mode') |
| 1165 @DocsEditable() | 1226 @DocsEditable() |
| 1166 AnimatedEnumeration get mode => _blink.BlinkSVGFEBlendElement.instance.mode_Ge
tter_(this); | 1227 AnimatedEnumeration get mode => |
| 1167 | 1228 _blink.BlinkSVGFEBlendElement.instance.mode_Getter_(this); |
| 1229 |
| 1168 @DomName('SVGFEBlendElement.height') | 1230 @DomName('SVGFEBlendElement.height') |
| 1169 @DocsEditable() | 1231 @DocsEditable() |
| 1170 AnimatedLength get height => _blink.BlinkSVGFEBlendElement.instance.height_Get
ter_(this); | 1232 AnimatedLength get height => |
| 1171 | 1233 _blink.BlinkSVGFEBlendElement.instance.height_Getter_(this); |
| 1234 |
| 1172 @DomName('SVGFEBlendElement.result') | 1235 @DomName('SVGFEBlendElement.result') |
| 1173 @DocsEditable() | 1236 @DocsEditable() |
| 1174 AnimatedString get result => _blink.BlinkSVGFEBlendElement.instance.result_Get
ter_(this); | 1237 AnimatedString get result => |
| 1175 | 1238 _blink.BlinkSVGFEBlendElement.instance.result_Getter_(this); |
| 1239 |
| 1176 @DomName('SVGFEBlendElement.width') | 1240 @DomName('SVGFEBlendElement.width') |
| 1177 @DocsEditable() | 1241 @DocsEditable() |
| 1178 AnimatedLength get width => _blink.BlinkSVGFEBlendElement.instance.width_Gette
r_(this); | 1242 AnimatedLength get width => |
| 1179 | 1243 _blink.BlinkSVGFEBlendElement.instance.width_Getter_(this); |
| 1244 |
| 1180 @DomName('SVGFEBlendElement.x') | 1245 @DomName('SVGFEBlendElement.x') |
| 1181 @DocsEditable() | 1246 @DocsEditable() |
| 1182 AnimatedLength get x => _blink.BlinkSVGFEBlendElement.instance.x_Getter_(this)
; | 1247 AnimatedLength get x => |
| 1183 | 1248 _blink.BlinkSVGFEBlendElement.instance.x_Getter_(this); |
| 1249 |
| 1184 @DomName('SVGFEBlendElement.y') | 1250 @DomName('SVGFEBlendElement.y') |
| 1185 @DocsEditable() | 1251 @DocsEditable() |
| 1186 AnimatedLength get y => _blink.BlinkSVGFEBlendElement.instance.y_Getter_(this)
; | 1252 AnimatedLength get y => |
| 1187 | 1253 _blink.BlinkSVGFEBlendElement.instance.y_Getter_(this); |
| 1188 } | 1254 } |
| 1189 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1255 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1190 // for details. All rights reserved. Use of this source code is governed by a | 1256 // for details. All rights reserved. Use of this source code is governed by a |
| 1191 // BSD-style license that can be found in the LICENSE file. | 1257 // BSD-style license that can be found in the LICENSE file. |
| 1192 | 1258 |
| 1193 // WARNING: Do not edit - generated code. | 1259 // WARNING: Do not edit - generated code. |
| 1194 | 1260 |
| 1195 | |
| 1196 @DocsEditable() | 1261 @DocsEditable() |
| 1197 @DomName('SVGFEColorMatrixElement') | 1262 @DomName('SVGFEColorMatrixElement') |
| 1198 @SupportedBrowser(SupportedBrowser.CHROME) | 1263 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1199 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1264 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1200 @SupportedBrowser(SupportedBrowser.IE, '10') | 1265 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1201 @SupportedBrowser(SupportedBrowser.SAFARI) | 1266 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1202 @Unstable() | 1267 @Unstable() |
| 1203 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard
Attributes { | 1268 class FEColorMatrixElement extends SvgElement |
| 1269 implements FilterPrimitiveStandardAttributes { |
| 1204 // To suppress missing implicit constructor warnings. | 1270 // To suppress missing implicit constructor warnings. |
| 1205 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported")
; } | 1271 factory FEColorMatrixElement._() { |
| 1272 throw new UnsupportedError("Not supported"); |
| 1273 } |
| 1206 | 1274 |
| 1207 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') | 1275 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') |
| 1208 @DocsEditable() | 1276 @DocsEditable() |
| 1209 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_
tag("feColorMatrix"); | 1277 factory FEColorMatrixElement() => |
| 1210 | 1278 _SvgElementFactoryProvider.createSvgElement_tag("feColorMatrix"); |
| 1211 | 1279 |
| 1212 @Deprecated("Internal Use Only") | 1280 @Deprecated("Internal Use Only") |
| 1213 external static Type get instanceRuntimeType; | 1281 external static Type get instanceRuntimeType; |
| 1214 | 1282 |
| 1215 @Deprecated("Internal Use Only") | 1283 @Deprecated("Internal Use Only") |
| 1216 FEColorMatrixElement.internal_() : super.internal_(); | 1284 FEColorMatrixElement.internal_() : super.internal_(); |
| 1217 | 1285 |
| 1218 /** | 1286 /** |
| 1219 * Constructor instantiated by the DOM when a custom element has been created. | 1287 * Constructor instantiated by the DOM when a custom element has been created. |
| 1220 * | 1288 * |
| (...skipping 19 matching lines...) Expand all Loading... |
| 1240 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE') | 1308 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE') |
| 1241 @DocsEditable() | 1309 @DocsEditable() |
| 1242 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; | 1310 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; |
| 1243 | 1311 |
| 1244 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_UNKNOWN') | 1312 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_UNKNOWN') |
| 1245 @DocsEditable() | 1313 @DocsEditable() |
| 1246 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; | 1314 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; |
| 1247 | 1315 |
| 1248 @DomName('SVGFEColorMatrixElement.in1') | 1316 @DomName('SVGFEColorMatrixElement.in1') |
| 1249 @DocsEditable() | 1317 @DocsEditable() |
| 1250 AnimatedString get in1 => _blink.BlinkSVGFEColorMatrixElement.instance.in1_Get
ter_(this); | 1318 AnimatedString get in1 => |
| 1251 | 1319 _blink.BlinkSVGFEColorMatrixElement.instance.in1_Getter_(this); |
| 1320 |
| 1252 @DomName('SVGFEColorMatrixElement.type') | 1321 @DomName('SVGFEColorMatrixElement.type') |
| 1253 @DocsEditable() | 1322 @DocsEditable() |
| 1254 AnimatedEnumeration get type => _blink.BlinkSVGFEColorMatrixElement.instance.t
ype_Getter_(this); | 1323 AnimatedEnumeration get type => |
| 1255 | 1324 _blink.BlinkSVGFEColorMatrixElement.instance.type_Getter_(this); |
| 1325 |
| 1256 @DomName('SVGFEColorMatrixElement.values') | 1326 @DomName('SVGFEColorMatrixElement.values') |
| 1257 @DocsEditable() | 1327 @DocsEditable() |
| 1258 AnimatedNumberList get values => _blink.BlinkSVGFEColorMatrixElement.instance.
values_Getter_(this); | 1328 AnimatedNumberList get values => |
| 1259 | 1329 _blink.BlinkSVGFEColorMatrixElement.instance.values_Getter_(this); |
| 1330 |
| 1260 @DomName('SVGFEColorMatrixElement.height') | 1331 @DomName('SVGFEColorMatrixElement.height') |
| 1261 @DocsEditable() | 1332 @DocsEditable() |
| 1262 AnimatedLength get height => _blink.BlinkSVGFEColorMatrixElement.instance.heig
ht_Getter_(this); | 1333 AnimatedLength get height => |
| 1263 | 1334 _blink.BlinkSVGFEColorMatrixElement.instance.height_Getter_(this); |
| 1335 |
| 1264 @DomName('SVGFEColorMatrixElement.result') | 1336 @DomName('SVGFEColorMatrixElement.result') |
| 1265 @DocsEditable() | 1337 @DocsEditable() |
| 1266 AnimatedString get result => _blink.BlinkSVGFEColorMatrixElement.instance.resu
lt_Getter_(this); | 1338 AnimatedString get result => |
| 1267 | 1339 _blink.BlinkSVGFEColorMatrixElement.instance.result_Getter_(this); |
| 1340 |
| 1268 @DomName('SVGFEColorMatrixElement.width') | 1341 @DomName('SVGFEColorMatrixElement.width') |
| 1269 @DocsEditable() | 1342 @DocsEditable() |
| 1270 AnimatedLength get width => _blink.BlinkSVGFEColorMatrixElement.instance.width
_Getter_(this); | 1343 AnimatedLength get width => |
| 1271 | 1344 _blink.BlinkSVGFEColorMatrixElement.instance.width_Getter_(this); |
| 1345 |
| 1272 @DomName('SVGFEColorMatrixElement.x') | 1346 @DomName('SVGFEColorMatrixElement.x') |
| 1273 @DocsEditable() | 1347 @DocsEditable() |
| 1274 AnimatedLength get x => _blink.BlinkSVGFEColorMatrixElement.instance.x_Getter_
(this); | 1348 AnimatedLength get x => |
| 1275 | 1349 _blink.BlinkSVGFEColorMatrixElement.instance.x_Getter_(this); |
| 1350 |
| 1276 @DomName('SVGFEColorMatrixElement.y') | 1351 @DomName('SVGFEColorMatrixElement.y') |
| 1277 @DocsEditable() | 1352 @DocsEditable() |
| 1278 AnimatedLength get y => _blink.BlinkSVGFEColorMatrixElement.instance.y_Getter_
(this); | 1353 AnimatedLength get y => |
| 1279 | 1354 _blink.BlinkSVGFEColorMatrixElement.instance.y_Getter_(this); |
| 1280 } | 1355 } |
| 1281 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1356 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1282 // for details. All rights reserved. Use of this source code is governed by a | 1357 // for details. All rights reserved. Use of this source code is governed by a |
| 1283 // BSD-style license that can be found in the LICENSE file. | 1358 // BSD-style license that can be found in the LICENSE file. |
| 1284 | 1359 |
| 1285 // WARNING: Do not edit - generated code. | 1360 // WARNING: Do not edit - generated code. |
| 1286 | 1361 |
| 1287 | |
| 1288 @DocsEditable() | 1362 @DocsEditable() |
| 1289 @DomName('SVGFEComponentTransferElement') | 1363 @DomName('SVGFEComponentTransferElement') |
| 1290 @SupportedBrowser(SupportedBrowser.CHROME) | 1364 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1291 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1365 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1292 @SupportedBrowser(SupportedBrowser.IE, '10') | 1366 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1293 @SupportedBrowser(SupportedBrowser.SAFARI) | 1367 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1294 @Unstable() | 1368 @Unstable() |
| 1295 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
andardAttributes { | 1369 class FEComponentTransferElement extends SvgElement |
| 1370 implements FilterPrimitiveStandardAttributes { |
| 1296 // To suppress missing implicit constructor warnings. | 1371 // To suppress missing implicit constructor warnings. |
| 1297 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo
rted"); } | 1372 factory FEComponentTransferElement._() { |
| 1373 throw new UnsupportedError("Not supported"); |
| 1374 } |
| 1298 | 1375 |
| 1299 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') | 1376 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') |
| 1300 @DocsEditable() | 1377 @DocsEditable() |
| 1301 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl
ement_tag("feComponentTransfer"); | 1378 factory FEComponentTransferElement() => |
| 1302 | 1379 _SvgElementFactoryProvider.createSvgElement_tag("feComponentTransfer"); |
| 1303 | 1380 |
| 1304 @Deprecated("Internal Use Only") | 1381 @Deprecated("Internal Use Only") |
| 1305 external static Type get instanceRuntimeType; | 1382 external static Type get instanceRuntimeType; |
| 1306 | 1383 |
| 1307 @Deprecated("Internal Use Only") | 1384 @Deprecated("Internal Use Only") |
| 1308 FEComponentTransferElement.internal_() : super.internal_(); | 1385 FEComponentTransferElement.internal_() : super.internal_(); |
| 1309 | 1386 |
| 1310 /** | 1387 /** |
| 1311 * Constructor instantiated by the DOM when a custom element has been created. | 1388 * Constructor instantiated by the DOM when a custom element has been created. |
| 1312 * | 1389 * |
| 1313 * This can only be called by subclasses from their created constructor. | 1390 * This can only be called by subclasses from their created constructor. |
| 1314 */ | 1391 */ |
| 1315 FEComponentTransferElement.created() : super.created(); | 1392 FEComponentTransferElement.created() : super.created(); |
| 1316 | 1393 |
| 1317 /// Checks if this type is supported on the current platform. | 1394 /// Checks if this type is supported on the current platform. |
| 1318 static bool get supported => true; | 1395 static bool get supported => true; |
| 1319 | 1396 |
| 1320 @DomName('SVGFEComponentTransferElement.in1') | 1397 @DomName('SVGFEComponentTransferElement.in1') |
| 1321 @DocsEditable() | 1398 @DocsEditable() |
| 1322 AnimatedString get in1 => _blink.BlinkSVGFEComponentTransferElement.instance.i
n1_Getter_(this); | 1399 AnimatedString get in1 => |
| 1323 | 1400 _blink.BlinkSVGFEComponentTransferElement.instance.in1_Getter_(this); |
| 1401 |
| 1324 @DomName('SVGFEComponentTransferElement.height') | 1402 @DomName('SVGFEComponentTransferElement.height') |
| 1325 @DocsEditable() | 1403 @DocsEditable() |
| 1326 AnimatedLength get height => _blink.BlinkSVGFEComponentTransferElement.instanc
e.height_Getter_(this); | 1404 AnimatedLength get height => |
| 1327 | 1405 _blink.BlinkSVGFEComponentTransferElement.instance.height_Getter_(this); |
| 1406 |
| 1328 @DomName('SVGFEComponentTransferElement.result') | 1407 @DomName('SVGFEComponentTransferElement.result') |
| 1329 @DocsEditable() | 1408 @DocsEditable() |
| 1330 AnimatedString get result => _blink.BlinkSVGFEComponentTransferElement.instanc
e.result_Getter_(this); | 1409 AnimatedString get result => |
| 1331 | 1410 _blink.BlinkSVGFEComponentTransferElement.instance.result_Getter_(this); |
| 1411 |
| 1332 @DomName('SVGFEComponentTransferElement.width') | 1412 @DomName('SVGFEComponentTransferElement.width') |
| 1333 @DocsEditable() | 1413 @DocsEditable() |
| 1334 AnimatedLength get width => _blink.BlinkSVGFEComponentTransferElement.instance
.width_Getter_(this); | 1414 AnimatedLength get width => |
| 1335 | 1415 _blink.BlinkSVGFEComponentTransferElement.instance.width_Getter_(this); |
| 1416 |
| 1336 @DomName('SVGFEComponentTransferElement.x') | 1417 @DomName('SVGFEComponentTransferElement.x') |
| 1337 @DocsEditable() | 1418 @DocsEditable() |
| 1338 AnimatedLength get x => _blink.BlinkSVGFEComponentTransferElement.instance.x_G
etter_(this); | 1419 AnimatedLength get x => |
| 1339 | 1420 _blink.BlinkSVGFEComponentTransferElement.instance.x_Getter_(this); |
| 1421 |
| 1340 @DomName('SVGFEComponentTransferElement.y') | 1422 @DomName('SVGFEComponentTransferElement.y') |
| 1341 @DocsEditable() | 1423 @DocsEditable() |
| 1342 AnimatedLength get y => _blink.BlinkSVGFEComponentTransferElement.instance.y_G
etter_(this); | 1424 AnimatedLength get y => |
| 1343 | 1425 _blink.BlinkSVGFEComponentTransferElement.instance.y_Getter_(this); |
| 1344 } | 1426 } |
| 1345 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1427 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1346 // for details. All rights reserved. Use of this source code is governed by a | 1428 // for details. All rights reserved. Use of this source code is governed by a |
| 1347 // BSD-style license that can be found in the LICENSE file. | 1429 // BSD-style license that can be found in the LICENSE file. |
| 1348 | 1430 |
| 1349 // WARNING: Do not edit - generated code. | 1431 // WARNING: Do not edit - generated code. |
| 1350 | 1432 |
| 1351 | |
| 1352 @DocsEditable() | 1433 @DocsEditable() |
| 1353 @DomName('SVGFECompositeElement') | 1434 @DomName('SVGFECompositeElement') |
| 1354 @Unstable() | 1435 @Unstable() |
| 1355 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt
tributes { | 1436 class FECompositeElement extends SvgElement |
| 1437 implements FilterPrimitiveStandardAttributes { |
| 1356 // To suppress missing implicit constructor warnings. | 1438 // To suppress missing implicit constructor warnings. |
| 1357 factory FECompositeElement._() { throw new UnsupportedError("Not supported");
} | 1439 factory FECompositeElement._() { |
| 1358 | 1440 throw new UnsupportedError("Not supported"); |
| 1441 } |
| 1359 | 1442 |
| 1360 @Deprecated("Internal Use Only") | 1443 @Deprecated("Internal Use Only") |
| 1361 external static Type get instanceRuntimeType; | 1444 external static Type get instanceRuntimeType; |
| 1362 | 1445 |
| 1363 @Deprecated("Internal Use Only") | 1446 @Deprecated("Internal Use Only") |
| 1364 FECompositeElement.internal_() : super.internal_(); | 1447 FECompositeElement.internal_() : super.internal_(); |
| 1365 | 1448 |
| 1366 /** | 1449 /** |
| 1367 * Constructor instantiated by the DOM when a custom element has been created. | 1450 * Constructor instantiated by the DOM when a custom element has been created. |
| 1368 * | 1451 * |
| (...skipping 24 matching lines...) Expand all Loading... |
| 1393 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN') | 1476 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN') |
| 1394 @DocsEditable() | 1477 @DocsEditable() |
| 1395 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; | 1478 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; |
| 1396 | 1479 |
| 1397 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR') | 1480 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR') |
| 1398 @DocsEditable() | 1481 @DocsEditable() |
| 1399 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; | 1482 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; |
| 1400 | 1483 |
| 1401 @DomName('SVGFECompositeElement.in1') | 1484 @DomName('SVGFECompositeElement.in1') |
| 1402 @DocsEditable() | 1485 @DocsEditable() |
| 1403 AnimatedString get in1 => _blink.BlinkSVGFECompositeElement.instance.in1_Gette
r_(this); | 1486 AnimatedString get in1 => |
| 1404 | 1487 _blink.BlinkSVGFECompositeElement.instance.in1_Getter_(this); |
| 1488 |
| 1405 @DomName('SVGFECompositeElement.in2') | 1489 @DomName('SVGFECompositeElement.in2') |
| 1406 @DocsEditable() | 1490 @DocsEditable() |
| 1407 AnimatedString get in2 => _blink.BlinkSVGFECompositeElement.instance.in2_Gette
r_(this); | 1491 AnimatedString get in2 => |
| 1408 | 1492 _blink.BlinkSVGFECompositeElement.instance.in2_Getter_(this); |
| 1493 |
| 1409 @DomName('SVGFECompositeElement.k1') | 1494 @DomName('SVGFECompositeElement.k1') |
| 1410 @DocsEditable() | 1495 @DocsEditable() |
| 1411 AnimatedNumber get k1 => _blink.BlinkSVGFECompositeElement.instance.k1_Getter_
(this); | 1496 AnimatedNumber get k1 => |
| 1412 | 1497 _blink.BlinkSVGFECompositeElement.instance.k1_Getter_(this); |
| 1498 |
| 1413 @DomName('SVGFECompositeElement.k2') | 1499 @DomName('SVGFECompositeElement.k2') |
| 1414 @DocsEditable() | 1500 @DocsEditable() |
| 1415 AnimatedNumber get k2 => _blink.BlinkSVGFECompositeElement.instance.k2_Getter_
(this); | 1501 AnimatedNumber get k2 => |
| 1416 | 1502 _blink.BlinkSVGFECompositeElement.instance.k2_Getter_(this); |
| 1503 |
| 1417 @DomName('SVGFECompositeElement.k3') | 1504 @DomName('SVGFECompositeElement.k3') |
| 1418 @DocsEditable() | 1505 @DocsEditable() |
| 1419 AnimatedNumber get k3 => _blink.BlinkSVGFECompositeElement.instance.k3_Getter_
(this); | 1506 AnimatedNumber get k3 => |
| 1420 | 1507 _blink.BlinkSVGFECompositeElement.instance.k3_Getter_(this); |
| 1508 |
| 1421 @DomName('SVGFECompositeElement.k4') | 1509 @DomName('SVGFECompositeElement.k4') |
| 1422 @DocsEditable() | 1510 @DocsEditable() |
| 1423 AnimatedNumber get k4 => _blink.BlinkSVGFECompositeElement.instance.k4_Getter_
(this); | 1511 AnimatedNumber get k4 => |
| 1424 | 1512 _blink.BlinkSVGFECompositeElement.instance.k4_Getter_(this); |
| 1513 |
| 1425 @DomName('SVGFECompositeElement.operator') | 1514 @DomName('SVGFECompositeElement.operator') |
| 1426 @DocsEditable() | 1515 @DocsEditable() |
| 1427 AnimatedEnumeration get operator => _blink.BlinkSVGFECompositeElement.instance
.operator_Getter_(this); | 1516 AnimatedEnumeration get operator => |
| 1428 | 1517 _blink.BlinkSVGFECompositeElement.instance.operator_Getter_(this); |
| 1518 |
| 1429 @DomName('SVGFECompositeElement.height') | 1519 @DomName('SVGFECompositeElement.height') |
| 1430 @DocsEditable() | 1520 @DocsEditable() |
| 1431 AnimatedLength get height => _blink.BlinkSVGFECompositeElement.instance.height
_Getter_(this); | 1521 AnimatedLength get height => |
| 1432 | 1522 _blink.BlinkSVGFECompositeElement.instance.height_Getter_(this); |
| 1523 |
| 1433 @DomName('SVGFECompositeElement.result') | 1524 @DomName('SVGFECompositeElement.result') |
| 1434 @DocsEditable() | 1525 @DocsEditable() |
| 1435 AnimatedString get result => _blink.BlinkSVGFECompositeElement.instance.result
_Getter_(this); | 1526 AnimatedString get result => |
| 1436 | 1527 _blink.BlinkSVGFECompositeElement.instance.result_Getter_(this); |
| 1528 |
| 1437 @DomName('SVGFECompositeElement.width') | 1529 @DomName('SVGFECompositeElement.width') |
| 1438 @DocsEditable() | 1530 @DocsEditable() |
| 1439 AnimatedLength get width => _blink.BlinkSVGFECompositeElement.instance.width_G
etter_(this); | 1531 AnimatedLength get width => |
| 1440 | 1532 _blink.BlinkSVGFECompositeElement.instance.width_Getter_(this); |
| 1533 |
| 1441 @DomName('SVGFECompositeElement.x') | 1534 @DomName('SVGFECompositeElement.x') |
| 1442 @DocsEditable() | 1535 @DocsEditable() |
| 1443 AnimatedLength get x => _blink.BlinkSVGFECompositeElement.instance.x_Getter_(t
his); | 1536 AnimatedLength get x => |
| 1444 | 1537 _blink.BlinkSVGFECompositeElement.instance.x_Getter_(this); |
| 1538 |
| 1445 @DomName('SVGFECompositeElement.y') | 1539 @DomName('SVGFECompositeElement.y') |
| 1446 @DocsEditable() | 1540 @DocsEditable() |
| 1447 AnimatedLength get y => _blink.BlinkSVGFECompositeElement.instance.y_Getter_(t
his); | 1541 AnimatedLength get y => |
| 1448 | 1542 _blink.BlinkSVGFECompositeElement.instance.y_Getter_(this); |
| 1449 } | 1543 } |
| 1450 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1544 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1451 // for details. All rights reserved. Use of this source code is governed by a | 1545 // for details. All rights reserved. Use of this source code is governed by a |
| 1452 // BSD-style license that can be found in the LICENSE file. | 1546 // BSD-style license that can be found in the LICENSE file. |
| 1453 | 1547 |
| 1454 // WARNING: Do not edit - generated code. | 1548 // WARNING: Do not edit - generated code. |
| 1455 | 1549 |
| 1456 | |
| 1457 @DocsEditable() | 1550 @DocsEditable() |
| 1458 @DomName('SVGFEConvolveMatrixElement') | 1551 @DomName('SVGFEConvolveMatrixElement') |
| 1459 @SupportedBrowser(SupportedBrowser.CHROME) | 1552 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1460 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1553 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1461 @SupportedBrowser(SupportedBrowser.IE, '10') | 1554 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1462 @SupportedBrowser(SupportedBrowser.SAFARI) | 1555 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1463 @Unstable() | 1556 @Unstable() |
| 1464 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand
ardAttributes { | 1557 class FEConvolveMatrixElement extends SvgElement |
| 1558 implements FilterPrimitiveStandardAttributes { |
| 1465 // To suppress missing implicit constructor warnings. | 1559 // To suppress missing implicit constructor warnings. |
| 1466 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte
d"); } | 1560 factory FEConvolveMatrixElement._() { |
| 1561 throw new UnsupportedError("Not supported"); |
| 1562 } |
| 1467 | 1563 |
| 1468 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') | 1564 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') |
| 1469 @DocsEditable() | 1565 @DocsEditable() |
| 1470 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("feConvolveMatrix"); | 1566 factory FEConvolveMatrixElement() => |
| 1471 | 1567 _SvgElementFactoryProvider.createSvgElement_tag("feConvolveMatrix"); |
| 1472 | 1568 |
| 1473 @Deprecated("Internal Use Only") | 1569 @Deprecated("Internal Use Only") |
| 1474 external static Type get instanceRuntimeType; | 1570 external static Type get instanceRuntimeType; |
| 1475 | 1571 |
| 1476 @Deprecated("Internal Use Only") | 1572 @Deprecated("Internal Use Only") |
| 1477 FEConvolveMatrixElement.internal_() : super.internal_(); | 1573 FEConvolveMatrixElement.internal_() : super.internal_(); |
| 1478 | 1574 |
| 1479 /** | 1575 /** |
| 1480 * Constructor instantiated by the DOM when a custom element has been created. | 1576 * Constructor instantiated by the DOM when a custom element has been created. |
| 1481 * | 1577 * |
| (...skipping 15 matching lines...) Expand all Loading... |
| 1497 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN') | 1593 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN') |
| 1498 @DocsEditable() | 1594 @DocsEditable() |
| 1499 static const int SVG_EDGEMODE_UNKNOWN = 0; | 1595 static const int SVG_EDGEMODE_UNKNOWN = 0; |
| 1500 | 1596 |
| 1501 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP') | 1597 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP') |
| 1502 @DocsEditable() | 1598 @DocsEditable() |
| 1503 static const int SVG_EDGEMODE_WRAP = 2; | 1599 static const int SVG_EDGEMODE_WRAP = 2; |
| 1504 | 1600 |
| 1505 @DomName('SVGFEConvolveMatrixElement.bias') | 1601 @DomName('SVGFEConvolveMatrixElement.bias') |
| 1506 @DocsEditable() | 1602 @DocsEditable() |
| 1507 AnimatedNumber get bias => _blink.BlinkSVGFEConvolveMatrixElement.instance.bia
s_Getter_(this); | 1603 AnimatedNumber get bias => |
| 1508 | 1604 _blink.BlinkSVGFEConvolveMatrixElement.instance.bias_Getter_(this); |
| 1605 |
| 1509 @DomName('SVGFEConvolveMatrixElement.divisor') | 1606 @DomName('SVGFEConvolveMatrixElement.divisor') |
| 1510 @DocsEditable() | 1607 @DocsEditable() |
| 1511 AnimatedNumber get divisor => _blink.BlinkSVGFEConvolveMatrixElement.instance.
divisor_Getter_(this); | 1608 AnimatedNumber get divisor => |
| 1512 | 1609 _blink.BlinkSVGFEConvolveMatrixElement.instance.divisor_Getter_(this); |
| 1610 |
| 1513 @DomName('SVGFEConvolveMatrixElement.edgeMode') | 1611 @DomName('SVGFEConvolveMatrixElement.edgeMode') |
| 1514 @DocsEditable() | 1612 @DocsEditable() |
| 1515 AnimatedEnumeration get edgeMode => _blink.BlinkSVGFEConvolveMatrixElement.ins
tance.edgeMode_Getter_(this); | 1613 AnimatedEnumeration get edgeMode => |
| 1516 | 1614 _blink.BlinkSVGFEConvolveMatrixElement.instance.edgeMode_Getter_(this); |
| 1615 |
| 1517 @DomName('SVGFEConvolveMatrixElement.in1') | 1616 @DomName('SVGFEConvolveMatrixElement.in1') |
| 1518 @DocsEditable() | 1617 @DocsEditable() |
| 1519 AnimatedString get in1 => _blink.BlinkSVGFEConvolveMatrixElement.instance.in1_
Getter_(this); | 1618 AnimatedString get in1 => |
| 1520 | 1619 _blink.BlinkSVGFEConvolveMatrixElement.instance.in1_Getter_(this); |
| 1620 |
| 1521 @DomName('SVGFEConvolveMatrixElement.kernelMatrix') | 1621 @DomName('SVGFEConvolveMatrixElement.kernelMatrix') |
| 1522 @DocsEditable() | 1622 @DocsEditable() |
| 1523 AnimatedNumberList get kernelMatrix => _blink.BlinkSVGFEConvolveMatrixElement.
instance.kernelMatrix_Getter_(this); | 1623 AnimatedNumberList get kernelMatrix => |
| 1524 | 1624 _blink.BlinkSVGFEConvolveMatrixElement.instance |
| 1625 .kernelMatrix_Getter_(this); |
| 1626 |
| 1525 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') | 1627 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') |
| 1526 @DocsEditable() | 1628 @DocsEditable() |
| 1527 AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFEConvolveMatrixElement
.instance.kernelUnitLengthX_Getter_(this); | 1629 AnimatedNumber get kernelUnitLengthX => |
| 1528 | 1630 _blink.BlinkSVGFEConvolveMatrixElement.instance |
| 1631 .kernelUnitLengthX_Getter_(this); |
| 1632 |
| 1529 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') | 1633 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') |
| 1530 @DocsEditable() | 1634 @DocsEditable() |
| 1531 AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFEConvolveMatrixElement
.instance.kernelUnitLengthY_Getter_(this); | 1635 AnimatedNumber get kernelUnitLengthY => |
| 1532 | 1636 _blink.BlinkSVGFEConvolveMatrixElement.instance |
| 1637 .kernelUnitLengthY_Getter_(this); |
| 1638 |
| 1533 @DomName('SVGFEConvolveMatrixElement.orderX') | 1639 @DomName('SVGFEConvolveMatrixElement.orderX') |
| 1534 @DocsEditable() | 1640 @DocsEditable() |
| 1535 AnimatedInteger get orderX => _blink.BlinkSVGFEConvolveMatrixElement.instance.
orderX_Getter_(this); | 1641 AnimatedInteger get orderX => |
| 1536 | 1642 _blink.BlinkSVGFEConvolveMatrixElement.instance.orderX_Getter_(this); |
| 1643 |
| 1537 @DomName('SVGFEConvolveMatrixElement.orderY') | 1644 @DomName('SVGFEConvolveMatrixElement.orderY') |
| 1538 @DocsEditable() | 1645 @DocsEditable() |
| 1539 AnimatedInteger get orderY => _blink.BlinkSVGFEConvolveMatrixElement.instance.
orderY_Getter_(this); | 1646 AnimatedInteger get orderY => |
| 1540 | 1647 _blink.BlinkSVGFEConvolveMatrixElement.instance.orderY_Getter_(this); |
| 1648 |
| 1541 @DomName('SVGFEConvolveMatrixElement.preserveAlpha') | 1649 @DomName('SVGFEConvolveMatrixElement.preserveAlpha') |
| 1542 @DocsEditable() | 1650 @DocsEditable() |
| 1543 AnimatedBoolean get preserveAlpha => _blink.BlinkSVGFEConvolveMatrixElement.in
stance.preserveAlpha_Getter_(this); | 1651 AnimatedBoolean get preserveAlpha => |
| 1544 | 1652 _blink.BlinkSVGFEConvolveMatrixElement.instance |
| 1653 .preserveAlpha_Getter_(this); |
| 1654 |
| 1545 @DomName('SVGFEConvolveMatrixElement.targetX') | 1655 @DomName('SVGFEConvolveMatrixElement.targetX') |
| 1546 @DocsEditable() | 1656 @DocsEditable() |
| 1547 AnimatedInteger get targetX => _blink.BlinkSVGFEConvolveMatrixElement.instance
.targetX_Getter_(this); | 1657 AnimatedInteger get targetX => |
| 1548 | 1658 _blink.BlinkSVGFEConvolveMatrixElement.instance.targetX_Getter_(this); |
| 1659 |
| 1549 @DomName('SVGFEConvolveMatrixElement.targetY') | 1660 @DomName('SVGFEConvolveMatrixElement.targetY') |
| 1550 @DocsEditable() | 1661 @DocsEditable() |
| 1551 AnimatedInteger get targetY => _blink.BlinkSVGFEConvolveMatrixElement.instance
.targetY_Getter_(this); | 1662 AnimatedInteger get targetY => |
| 1552 | 1663 _blink.BlinkSVGFEConvolveMatrixElement.instance.targetY_Getter_(this); |
| 1664 |
| 1553 @DomName('SVGFEConvolveMatrixElement.height') | 1665 @DomName('SVGFEConvolveMatrixElement.height') |
| 1554 @DocsEditable() | 1666 @DocsEditable() |
| 1555 AnimatedLength get height => _blink.BlinkSVGFEConvolveMatrixElement.instance.h
eight_Getter_(this); | 1667 AnimatedLength get height => |
| 1556 | 1668 _blink.BlinkSVGFEConvolveMatrixElement.instance.height_Getter_(this); |
| 1669 |
| 1557 @DomName('SVGFEConvolveMatrixElement.result') | 1670 @DomName('SVGFEConvolveMatrixElement.result') |
| 1558 @DocsEditable() | 1671 @DocsEditable() |
| 1559 AnimatedString get result => _blink.BlinkSVGFEConvolveMatrixElement.instance.r
esult_Getter_(this); | 1672 AnimatedString get result => |
| 1560 | 1673 _blink.BlinkSVGFEConvolveMatrixElement.instance.result_Getter_(this); |
| 1674 |
| 1561 @DomName('SVGFEConvolveMatrixElement.width') | 1675 @DomName('SVGFEConvolveMatrixElement.width') |
| 1562 @DocsEditable() | 1676 @DocsEditable() |
| 1563 AnimatedLength get width => _blink.BlinkSVGFEConvolveMatrixElement.instance.wi
dth_Getter_(this); | 1677 AnimatedLength get width => |
| 1564 | 1678 _blink.BlinkSVGFEConvolveMatrixElement.instance.width_Getter_(this); |
| 1679 |
| 1565 @DomName('SVGFEConvolveMatrixElement.x') | 1680 @DomName('SVGFEConvolveMatrixElement.x') |
| 1566 @DocsEditable() | 1681 @DocsEditable() |
| 1567 AnimatedLength get x => _blink.BlinkSVGFEConvolveMatrixElement.instance.x_Gett
er_(this); | 1682 AnimatedLength get x => |
| 1568 | 1683 _blink.BlinkSVGFEConvolveMatrixElement.instance.x_Getter_(this); |
| 1684 |
| 1569 @DomName('SVGFEConvolveMatrixElement.y') | 1685 @DomName('SVGFEConvolveMatrixElement.y') |
| 1570 @DocsEditable() | 1686 @DocsEditable() |
| 1571 AnimatedLength get y => _blink.BlinkSVGFEConvolveMatrixElement.instance.y_Gett
er_(this); | 1687 AnimatedLength get y => |
| 1572 | 1688 _blink.BlinkSVGFEConvolveMatrixElement.instance.y_Getter_(this); |
| 1573 } | 1689 } |
| 1574 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1690 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1575 // for details. All rights reserved. Use of this source code is governed by a | 1691 // for details. All rights reserved. Use of this source code is governed by a |
| 1576 // BSD-style license that can be found in the LICENSE file. | 1692 // BSD-style license that can be found in the LICENSE file. |
| 1577 | 1693 |
| 1578 // WARNING: Do not edit - generated code. | 1694 // WARNING: Do not edit - generated code. |
| 1579 | 1695 |
| 1580 | |
| 1581 @DocsEditable() | 1696 @DocsEditable() |
| 1582 @DomName('SVGFEDiffuseLightingElement') | 1697 @DomName('SVGFEDiffuseLightingElement') |
| 1583 @SupportedBrowser(SupportedBrowser.CHROME) | 1698 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1584 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1699 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1585 @SupportedBrowser(SupportedBrowser.IE, '10') | 1700 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1586 @SupportedBrowser(SupportedBrowser.SAFARI) | 1701 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1587 @Unstable() | 1702 @Unstable() |
| 1588 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { | 1703 class FEDiffuseLightingElement extends SvgElement |
| 1704 implements FilterPrimitiveStandardAttributes { |
| 1589 // To suppress missing implicit constructor warnings. | 1705 // To suppress missing implicit constructor warnings. |
| 1590 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support
ed"); } | 1706 factory FEDiffuseLightingElement._() { |
| 1707 throw new UnsupportedError("Not supported"); |
| 1708 } |
| 1591 | 1709 |
| 1592 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') | 1710 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') |
| 1593 @DocsEditable() | 1711 @DocsEditable() |
| 1594 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDiffuseLighting"); | 1712 factory FEDiffuseLightingElement() => |
| 1595 | 1713 _SvgElementFactoryProvider.createSvgElement_tag("feDiffuseLighting"); |
| 1596 | 1714 |
| 1597 @Deprecated("Internal Use Only") | 1715 @Deprecated("Internal Use Only") |
| 1598 external static Type get instanceRuntimeType; | 1716 external static Type get instanceRuntimeType; |
| 1599 | 1717 |
| 1600 @Deprecated("Internal Use Only") | 1718 @Deprecated("Internal Use Only") |
| 1601 FEDiffuseLightingElement.internal_() : super.internal_(); | 1719 FEDiffuseLightingElement.internal_() : super.internal_(); |
| 1602 | 1720 |
| 1603 /** | 1721 /** |
| 1604 * Constructor instantiated by the DOM when a custom element has been created. | 1722 * Constructor instantiated by the DOM when a custom element has been created. |
| 1605 * | 1723 * |
| 1606 * This can only be called by subclasses from their created constructor. | 1724 * This can only be called by subclasses from their created constructor. |
| 1607 */ | 1725 */ |
| 1608 FEDiffuseLightingElement.created() : super.created(); | 1726 FEDiffuseLightingElement.created() : super.created(); |
| 1609 | 1727 |
| 1610 /// Checks if this type is supported on the current platform. | 1728 /// Checks if this type is supported on the current platform. |
| 1611 static bool get supported => true; | 1729 static bool get supported => true; |
| 1612 | 1730 |
| 1613 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') | 1731 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') |
| 1614 @DocsEditable() | 1732 @DocsEditable() |
| 1615 AnimatedNumber get diffuseConstant => _blink.BlinkSVGFEDiffuseLightingElement.
instance.diffuseConstant_Getter_(this); | 1733 AnimatedNumber get diffuseConstant => |
| 1616 | 1734 _blink.BlinkSVGFEDiffuseLightingElement.instance |
| 1735 .diffuseConstant_Getter_(this); |
| 1736 |
| 1617 @DomName('SVGFEDiffuseLightingElement.in1') | 1737 @DomName('SVGFEDiffuseLightingElement.in1') |
| 1618 @DocsEditable() | 1738 @DocsEditable() |
| 1619 AnimatedString get in1 => _blink.BlinkSVGFEDiffuseLightingElement.instance.in1
_Getter_(this); | 1739 AnimatedString get in1 => |
| 1620 | 1740 _blink.BlinkSVGFEDiffuseLightingElement.instance.in1_Getter_(this); |
| 1741 |
| 1621 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') | 1742 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') |
| 1622 @DocsEditable() | 1743 @DocsEditable() |
| 1623 AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFEDiffuseLightingElemen
t.instance.kernelUnitLengthX_Getter_(this); | 1744 AnimatedNumber get kernelUnitLengthX => |
| 1624 | 1745 _blink.BlinkSVGFEDiffuseLightingElement.instance |
| 1746 .kernelUnitLengthX_Getter_(this); |
| 1747 |
| 1625 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') | 1748 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') |
| 1626 @DocsEditable() | 1749 @DocsEditable() |
| 1627 AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFEDiffuseLightingElemen
t.instance.kernelUnitLengthY_Getter_(this); | 1750 AnimatedNumber get kernelUnitLengthY => |
| 1628 | 1751 _blink.BlinkSVGFEDiffuseLightingElement.instance |
| 1752 .kernelUnitLengthY_Getter_(this); |
| 1753 |
| 1629 @DomName('SVGFEDiffuseLightingElement.surfaceScale') | 1754 @DomName('SVGFEDiffuseLightingElement.surfaceScale') |
| 1630 @DocsEditable() | 1755 @DocsEditable() |
| 1631 AnimatedNumber get surfaceScale => _blink.BlinkSVGFEDiffuseLightingElement.ins
tance.surfaceScale_Getter_(this); | 1756 AnimatedNumber get surfaceScale => |
| 1632 | 1757 _blink.BlinkSVGFEDiffuseLightingElement.instance |
| 1758 .surfaceScale_Getter_(this); |
| 1759 |
| 1633 @DomName('SVGFEDiffuseLightingElement.height') | 1760 @DomName('SVGFEDiffuseLightingElement.height') |
| 1634 @DocsEditable() | 1761 @DocsEditable() |
| 1635 AnimatedLength get height => _blink.BlinkSVGFEDiffuseLightingElement.instance.
height_Getter_(this); | 1762 AnimatedLength get height => |
| 1636 | 1763 _blink.BlinkSVGFEDiffuseLightingElement.instance.height_Getter_(this); |
| 1764 |
| 1637 @DomName('SVGFEDiffuseLightingElement.result') | 1765 @DomName('SVGFEDiffuseLightingElement.result') |
| 1638 @DocsEditable() | 1766 @DocsEditable() |
| 1639 AnimatedString get result => _blink.BlinkSVGFEDiffuseLightingElement.instance.
result_Getter_(this); | 1767 AnimatedString get result => |
| 1640 | 1768 _blink.BlinkSVGFEDiffuseLightingElement.instance.result_Getter_(this); |
| 1769 |
| 1641 @DomName('SVGFEDiffuseLightingElement.width') | 1770 @DomName('SVGFEDiffuseLightingElement.width') |
| 1642 @DocsEditable() | 1771 @DocsEditable() |
| 1643 AnimatedLength get width => _blink.BlinkSVGFEDiffuseLightingElement.instance.w
idth_Getter_(this); | 1772 AnimatedLength get width => |
| 1644 | 1773 _blink.BlinkSVGFEDiffuseLightingElement.instance.width_Getter_(this); |
| 1774 |
| 1645 @DomName('SVGFEDiffuseLightingElement.x') | 1775 @DomName('SVGFEDiffuseLightingElement.x') |
| 1646 @DocsEditable() | 1776 @DocsEditable() |
| 1647 AnimatedLength get x => _blink.BlinkSVGFEDiffuseLightingElement.instance.x_Get
ter_(this); | 1777 AnimatedLength get x => |
| 1648 | 1778 _blink.BlinkSVGFEDiffuseLightingElement.instance.x_Getter_(this); |
| 1779 |
| 1649 @DomName('SVGFEDiffuseLightingElement.y') | 1780 @DomName('SVGFEDiffuseLightingElement.y') |
| 1650 @DocsEditable() | 1781 @DocsEditable() |
| 1651 AnimatedLength get y => _blink.BlinkSVGFEDiffuseLightingElement.instance.y_Get
ter_(this); | 1782 AnimatedLength get y => |
| 1652 | 1783 _blink.BlinkSVGFEDiffuseLightingElement.instance.y_Getter_(this); |
| 1653 } | 1784 } |
| 1654 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1785 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1655 // for details. All rights reserved. Use of this source code is governed by a | 1786 // for details. All rights reserved. Use of this source code is governed by a |
| 1656 // BSD-style license that can be found in the LICENSE file. | 1787 // BSD-style license that can be found in the LICENSE file. |
| 1657 | 1788 |
| 1658 // WARNING: Do not edit - generated code. | 1789 // WARNING: Do not edit - generated code. |
| 1659 | 1790 |
| 1660 | |
| 1661 @DocsEditable() | 1791 @DocsEditable() |
| 1662 @DomName('SVGFEDisplacementMapElement') | 1792 @DomName('SVGFEDisplacementMapElement') |
| 1663 @SupportedBrowser(SupportedBrowser.CHROME) | 1793 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1664 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1794 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1665 @SupportedBrowser(SupportedBrowser.IE, '10') | 1795 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1666 @SupportedBrowser(SupportedBrowser.SAFARI) | 1796 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1667 @Unstable() | 1797 @Unstable() |
| 1668 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { | 1798 class FEDisplacementMapElement extends SvgElement |
| 1799 implements FilterPrimitiveStandardAttributes { |
| 1669 // To suppress missing implicit constructor warnings. | 1800 // To suppress missing implicit constructor warnings. |
| 1670 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support
ed"); } | 1801 factory FEDisplacementMapElement._() { |
| 1802 throw new UnsupportedError("Not supported"); |
| 1803 } |
| 1671 | 1804 |
| 1672 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') | 1805 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') |
| 1673 @DocsEditable() | 1806 @DocsEditable() |
| 1674 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDisplacementMap"); | 1807 factory FEDisplacementMapElement() => |
| 1675 | 1808 _SvgElementFactoryProvider.createSvgElement_tag("feDisplacementMap"); |
| 1676 | 1809 |
| 1677 @Deprecated("Internal Use Only") | 1810 @Deprecated("Internal Use Only") |
| 1678 external static Type get instanceRuntimeType; | 1811 external static Type get instanceRuntimeType; |
| 1679 | 1812 |
| 1680 @Deprecated("Internal Use Only") | 1813 @Deprecated("Internal Use Only") |
| 1681 FEDisplacementMapElement.internal_() : super.internal_(); | 1814 FEDisplacementMapElement.internal_() : super.internal_(); |
| 1682 | 1815 |
| 1683 /** | 1816 /** |
| 1684 * Constructor instantiated by the DOM when a custom element has been created. | 1817 * Constructor instantiated by the DOM when a custom element has been created. |
| 1685 * | 1818 * |
| (...skipping 19 matching lines...) Expand all Loading... |
| 1705 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_R') | 1838 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_R') |
| 1706 @DocsEditable() | 1839 @DocsEditable() |
| 1707 static const int SVG_CHANNEL_R = 1; | 1840 static const int SVG_CHANNEL_R = 1; |
| 1708 | 1841 |
| 1709 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_UNKNOWN') | 1842 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_UNKNOWN') |
| 1710 @DocsEditable() | 1843 @DocsEditable() |
| 1711 static const int SVG_CHANNEL_UNKNOWN = 0; | 1844 static const int SVG_CHANNEL_UNKNOWN = 0; |
| 1712 | 1845 |
| 1713 @DomName('SVGFEDisplacementMapElement.in1') | 1846 @DomName('SVGFEDisplacementMapElement.in1') |
| 1714 @DocsEditable() | 1847 @DocsEditable() |
| 1715 AnimatedString get in1 => _blink.BlinkSVGFEDisplacementMapElement.instance.in1
_Getter_(this); | 1848 AnimatedString get in1 => |
| 1716 | 1849 _blink.BlinkSVGFEDisplacementMapElement.instance.in1_Getter_(this); |
| 1850 |
| 1717 @DomName('SVGFEDisplacementMapElement.in2') | 1851 @DomName('SVGFEDisplacementMapElement.in2') |
| 1718 @DocsEditable() | 1852 @DocsEditable() |
| 1719 AnimatedString get in2 => _blink.BlinkSVGFEDisplacementMapElement.instance.in2
_Getter_(this); | 1853 AnimatedString get in2 => |
| 1720 | 1854 _blink.BlinkSVGFEDisplacementMapElement.instance.in2_Getter_(this); |
| 1855 |
| 1721 @DomName('SVGFEDisplacementMapElement.scale') | 1856 @DomName('SVGFEDisplacementMapElement.scale') |
| 1722 @DocsEditable() | 1857 @DocsEditable() |
| 1723 AnimatedNumber get scale => _blink.BlinkSVGFEDisplacementMapElement.instance.s
cale_Getter_(this); | 1858 AnimatedNumber get scale => |
| 1724 | 1859 _blink.BlinkSVGFEDisplacementMapElement.instance.scale_Getter_(this); |
| 1860 |
| 1725 @DomName('SVGFEDisplacementMapElement.xChannelSelector') | 1861 @DomName('SVGFEDisplacementMapElement.xChannelSelector') |
| 1726 @DocsEditable() | 1862 @DocsEditable() |
| 1727 AnimatedEnumeration get xChannelSelector => _blink.BlinkSVGFEDisplacementMapEl
ement.instance.xChannelSelector_Getter_(this); | 1863 AnimatedEnumeration get xChannelSelector => |
| 1728 | 1864 _blink.BlinkSVGFEDisplacementMapElement.instance |
| 1865 .xChannelSelector_Getter_(this); |
| 1866 |
| 1729 @DomName('SVGFEDisplacementMapElement.yChannelSelector') | 1867 @DomName('SVGFEDisplacementMapElement.yChannelSelector') |
| 1730 @DocsEditable() | 1868 @DocsEditable() |
| 1731 AnimatedEnumeration get yChannelSelector => _blink.BlinkSVGFEDisplacementMapEl
ement.instance.yChannelSelector_Getter_(this); | 1869 AnimatedEnumeration get yChannelSelector => |
| 1732 | 1870 _blink.BlinkSVGFEDisplacementMapElement.instance |
| 1871 .yChannelSelector_Getter_(this); |
| 1872 |
| 1733 @DomName('SVGFEDisplacementMapElement.height') | 1873 @DomName('SVGFEDisplacementMapElement.height') |
| 1734 @DocsEditable() | 1874 @DocsEditable() |
| 1735 AnimatedLength get height => _blink.BlinkSVGFEDisplacementMapElement.instance.
height_Getter_(this); | 1875 AnimatedLength get height => |
| 1736 | 1876 _blink.BlinkSVGFEDisplacementMapElement.instance.height_Getter_(this); |
| 1877 |
| 1737 @DomName('SVGFEDisplacementMapElement.result') | 1878 @DomName('SVGFEDisplacementMapElement.result') |
| 1738 @DocsEditable() | 1879 @DocsEditable() |
| 1739 AnimatedString get result => _blink.BlinkSVGFEDisplacementMapElement.instance.
result_Getter_(this); | 1880 AnimatedString get result => |
| 1740 | 1881 _blink.BlinkSVGFEDisplacementMapElement.instance.result_Getter_(this); |
| 1882 |
| 1741 @DomName('SVGFEDisplacementMapElement.width') | 1883 @DomName('SVGFEDisplacementMapElement.width') |
| 1742 @DocsEditable() | 1884 @DocsEditable() |
| 1743 AnimatedLength get width => _blink.BlinkSVGFEDisplacementMapElement.instance.w
idth_Getter_(this); | 1885 AnimatedLength get width => |
| 1744 | 1886 _blink.BlinkSVGFEDisplacementMapElement.instance.width_Getter_(this); |
| 1887 |
| 1745 @DomName('SVGFEDisplacementMapElement.x') | 1888 @DomName('SVGFEDisplacementMapElement.x') |
| 1746 @DocsEditable() | 1889 @DocsEditable() |
| 1747 AnimatedLength get x => _blink.BlinkSVGFEDisplacementMapElement.instance.x_Get
ter_(this); | 1890 AnimatedLength get x => |
| 1748 | 1891 _blink.BlinkSVGFEDisplacementMapElement.instance.x_Getter_(this); |
| 1892 |
| 1749 @DomName('SVGFEDisplacementMapElement.y') | 1893 @DomName('SVGFEDisplacementMapElement.y') |
| 1750 @DocsEditable() | 1894 @DocsEditable() |
| 1751 AnimatedLength get y => _blink.BlinkSVGFEDisplacementMapElement.instance.y_Get
ter_(this); | 1895 AnimatedLength get y => |
| 1752 | 1896 _blink.BlinkSVGFEDisplacementMapElement.instance.y_Getter_(this); |
| 1753 } | 1897 } |
| 1754 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1898 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1755 // for details. All rights reserved. Use of this source code is governed by a | 1899 // for details. All rights reserved. Use of this source code is governed by a |
| 1756 // BSD-style license that can be found in the LICENSE file. | 1900 // BSD-style license that can be found in the LICENSE file. |
| 1757 | 1901 |
| 1758 // WARNING: Do not edit - generated code. | 1902 // WARNING: Do not edit - generated code. |
| 1759 | 1903 |
| 1760 | |
| 1761 @DocsEditable() | 1904 @DocsEditable() |
| 1762 @DomName('SVGFEDistantLightElement') | 1905 @DomName('SVGFEDistantLightElement') |
| 1763 @SupportedBrowser(SupportedBrowser.CHROME) | 1906 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1764 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1907 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1765 @SupportedBrowser(SupportedBrowser.IE, '10') | 1908 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1766 @SupportedBrowser(SupportedBrowser.SAFARI) | 1909 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1767 @Unstable() | 1910 @Unstable() |
| 1768 class FEDistantLightElement extends SvgElement { | 1911 class FEDistantLightElement extends SvgElement { |
| 1769 // To suppress missing implicit constructor warnings. | 1912 // To suppress missing implicit constructor warnings. |
| 1770 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported"
); } | 1913 factory FEDistantLightElement._() { |
| 1914 throw new UnsupportedError("Not supported"); |
| 1915 } |
| 1771 | 1916 |
| 1772 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') | 1917 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') |
| 1773 @DocsEditable() | 1918 @DocsEditable() |
| 1774 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feDistantLight"); | 1919 factory FEDistantLightElement() => |
| 1775 | 1920 _SvgElementFactoryProvider.createSvgElement_tag("feDistantLight"); |
| 1776 | 1921 |
| 1777 @Deprecated("Internal Use Only") | 1922 @Deprecated("Internal Use Only") |
| 1778 external static Type get instanceRuntimeType; | 1923 external static Type get instanceRuntimeType; |
| 1779 | 1924 |
| 1780 @Deprecated("Internal Use Only") | 1925 @Deprecated("Internal Use Only") |
| 1781 FEDistantLightElement.internal_() : super.internal_(); | 1926 FEDistantLightElement.internal_() : super.internal_(); |
| 1782 | 1927 |
| 1783 /** | 1928 /** |
| 1784 * Constructor instantiated by the DOM when a custom element has been created. | 1929 * Constructor instantiated by the DOM when a custom element has been created. |
| 1785 * | 1930 * |
| 1786 * This can only be called by subclasses from their created constructor. | 1931 * This can only be called by subclasses from their created constructor. |
| 1787 */ | 1932 */ |
| 1788 FEDistantLightElement.created() : super.created(); | 1933 FEDistantLightElement.created() : super.created(); |
| 1789 | 1934 |
| 1790 /// Checks if this type is supported on the current platform. | 1935 /// Checks if this type is supported on the current platform. |
| 1791 static bool get supported => true; | 1936 static bool get supported => true; |
| 1792 | 1937 |
| 1793 @DomName('SVGFEDistantLightElement.azimuth') | 1938 @DomName('SVGFEDistantLightElement.azimuth') |
| 1794 @DocsEditable() | 1939 @DocsEditable() |
| 1795 AnimatedNumber get azimuth => _blink.BlinkSVGFEDistantLightElement.instance.az
imuth_Getter_(this); | 1940 AnimatedNumber get azimuth => |
| 1796 | 1941 _blink.BlinkSVGFEDistantLightElement.instance.azimuth_Getter_(this); |
| 1942 |
| 1797 @DomName('SVGFEDistantLightElement.elevation') | 1943 @DomName('SVGFEDistantLightElement.elevation') |
| 1798 @DocsEditable() | 1944 @DocsEditable() |
| 1799 AnimatedNumber get elevation => _blink.BlinkSVGFEDistantLightElement.instance.
elevation_Getter_(this); | 1945 AnimatedNumber get elevation => |
| 1800 | 1946 _blink.BlinkSVGFEDistantLightElement.instance.elevation_Getter_(this); |
| 1801 } | 1947 } |
| 1802 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1948 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1803 // for details. All rights reserved. Use of this source code is governed by a | 1949 // for details. All rights reserved. Use of this source code is governed by a |
| 1804 // BSD-style license that can be found in the LICENSE file. | 1950 // BSD-style license that can be found in the LICENSE file. |
| 1805 | 1951 |
| 1806 // WARNING: Do not edit - generated code. | 1952 // WARNING: Do not edit - generated code. |
| 1807 | 1953 |
| 1808 | |
| 1809 @DocsEditable() | 1954 @DocsEditable() |
| 1810 @DomName('SVGFEFloodElement') | 1955 @DomName('SVGFEFloodElement') |
| 1811 @SupportedBrowser(SupportedBrowser.CHROME) | 1956 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1812 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1957 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1813 @SupportedBrowser(SupportedBrowser.IE, '10') | 1958 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1814 @SupportedBrowser(SupportedBrowser.SAFARI) | 1959 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1815 @Unstable() | 1960 @Unstable() |
| 1816 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 1961 class FEFloodElement extends SvgElement |
| 1962 implements FilterPrimitiveStandardAttributes { |
| 1817 // To suppress missing implicit constructor warnings. | 1963 // To suppress missing implicit constructor warnings. |
| 1818 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); } | 1964 factory FEFloodElement._() { |
| 1965 throw new UnsupportedError("Not supported"); |
| 1966 } |
| 1819 | 1967 |
| 1820 @DomName('SVGFEFloodElement.SVGFEFloodElement') | 1968 @DomName('SVGFEFloodElement.SVGFEFloodElement') |
| 1821 @DocsEditable() | 1969 @DocsEditable() |
| 1822 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFlood"); | 1970 factory FEFloodElement() => |
| 1823 | 1971 _SvgElementFactoryProvider.createSvgElement_tag("feFlood"); |
| 1824 | 1972 |
| 1825 @Deprecated("Internal Use Only") | 1973 @Deprecated("Internal Use Only") |
| 1826 external static Type get instanceRuntimeType; | 1974 external static Type get instanceRuntimeType; |
| 1827 | 1975 |
| 1828 @Deprecated("Internal Use Only") | 1976 @Deprecated("Internal Use Only") |
| 1829 FEFloodElement.internal_() : super.internal_(); | 1977 FEFloodElement.internal_() : super.internal_(); |
| 1830 | 1978 |
| 1831 /** | 1979 /** |
| 1832 * Constructor instantiated by the DOM when a custom element has been created. | 1980 * Constructor instantiated by the DOM when a custom element has been created. |
| 1833 * | 1981 * |
| 1834 * This can only be called by subclasses from their created constructor. | 1982 * This can only be called by subclasses from their created constructor. |
| 1835 */ | 1983 */ |
| 1836 FEFloodElement.created() : super.created(); | 1984 FEFloodElement.created() : super.created(); |
| 1837 | 1985 |
| 1838 /// Checks if this type is supported on the current platform. | 1986 /// Checks if this type is supported on the current platform. |
| 1839 static bool get supported => true; | 1987 static bool get supported => true; |
| 1840 | 1988 |
| 1841 @DomName('SVGFEFloodElement.height') | 1989 @DomName('SVGFEFloodElement.height') |
| 1842 @DocsEditable() | 1990 @DocsEditable() |
| 1843 AnimatedLength get height => _blink.BlinkSVGFEFloodElement.instance.height_Get
ter_(this); | 1991 AnimatedLength get height => |
| 1844 | 1992 _blink.BlinkSVGFEFloodElement.instance.height_Getter_(this); |
| 1993 |
| 1845 @DomName('SVGFEFloodElement.result') | 1994 @DomName('SVGFEFloodElement.result') |
| 1846 @DocsEditable() | 1995 @DocsEditable() |
| 1847 AnimatedString get result => _blink.BlinkSVGFEFloodElement.instance.result_Get
ter_(this); | 1996 AnimatedString get result => |
| 1848 | 1997 _blink.BlinkSVGFEFloodElement.instance.result_Getter_(this); |
| 1998 |
| 1849 @DomName('SVGFEFloodElement.width') | 1999 @DomName('SVGFEFloodElement.width') |
| 1850 @DocsEditable() | 2000 @DocsEditable() |
| 1851 AnimatedLength get width => _blink.BlinkSVGFEFloodElement.instance.width_Gette
r_(this); | 2001 AnimatedLength get width => |
| 1852 | 2002 _blink.BlinkSVGFEFloodElement.instance.width_Getter_(this); |
| 2003 |
| 1853 @DomName('SVGFEFloodElement.x') | 2004 @DomName('SVGFEFloodElement.x') |
| 1854 @DocsEditable() | 2005 @DocsEditable() |
| 1855 AnimatedLength get x => _blink.BlinkSVGFEFloodElement.instance.x_Getter_(this)
; | 2006 AnimatedLength get x => |
| 1856 | 2007 _blink.BlinkSVGFEFloodElement.instance.x_Getter_(this); |
| 2008 |
| 1857 @DomName('SVGFEFloodElement.y') | 2009 @DomName('SVGFEFloodElement.y') |
| 1858 @DocsEditable() | 2010 @DocsEditable() |
| 1859 AnimatedLength get y => _blink.BlinkSVGFEFloodElement.instance.y_Getter_(this)
; | 2011 AnimatedLength get y => |
| 1860 | 2012 _blink.BlinkSVGFEFloodElement.instance.y_Getter_(this); |
| 1861 } | 2013 } |
| 1862 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2014 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1863 // for details. All rights reserved. Use of this source code is governed by a | 2015 // for details. All rights reserved. Use of this source code is governed by a |
| 1864 // BSD-style license that can be found in the LICENSE file. | 2016 // BSD-style license that can be found in the LICENSE file. |
| 1865 | 2017 |
| 1866 // WARNING: Do not edit - generated code. | 2018 // WARNING: Do not edit - generated code. |
| 1867 | 2019 |
| 1868 | |
| 1869 @DocsEditable() | 2020 @DocsEditable() |
| 1870 @DomName('SVGFEFuncAElement') | 2021 @DomName('SVGFEFuncAElement') |
| 1871 @SupportedBrowser(SupportedBrowser.CHROME) | 2022 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1872 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2023 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1873 @SupportedBrowser(SupportedBrowser.IE, '10') | 2024 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1874 @SupportedBrowser(SupportedBrowser.SAFARI) | 2025 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1875 @Unstable() | 2026 @Unstable() |
| 1876 class FEFuncAElement extends _SVGComponentTransferFunctionElement { | 2027 class FEFuncAElement extends _SVGComponentTransferFunctionElement { |
| 1877 // To suppress missing implicit constructor warnings. | 2028 // To suppress missing implicit constructor warnings. |
| 1878 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); } | 2029 factory FEFuncAElement._() { |
| 2030 throw new UnsupportedError("Not supported"); |
| 2031 } |
| 1879 | 2032 |
| 1880 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') | 2033 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') |
| 1881 @DocsEditable() | 2034 @DocsEditable() |
| 1882 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncA"); | 2035 factory FEFuncAElement() => |
| 1883 | 2036 _SvgElementFactoryProvider.createSvgElement_tag("feFuncA"); |
| 1884 | 2037 |
| 1885 @Deprecated("Internal Use Only") | 2038 @Deprecated("Internal Use Only") |
| 1886 external static Type get instanceRuntimeType; | 2039 external static Type get instanceRuntimeType; |
| 1887 | 2040 |
| 1888 @Deprecated("Internal Use Only") | 2041 @Deprecated("Internal Use Only") |
| 1889 FEFuncAElement.internal_() : super.internal_(); | 2042 FEFuncAElement.internal_() : super.internal_(); |
| 1890 | 2043 |
| 1891 /** | 2044 /** |
| 1892 * Constructor instantiated by the DOM when a custom element has been created. | 2045 * Constructor instantiated by the DOM when a custom element has been created. |
| 1893 * | 2046 * |
| 1894 * This can only be called by subclasses from their created constructor. | 2047 * This can only be called by subclasses from their created constructor. |
| 1895 */ | 2048 */ |
| 1896 FEFuncAElement.created() : super.created(); | 2049 FEFuncAElement.created() : super.created(); |
| 1897 | 2050 |
| 1898 /// Checks if this type is supported on the current platform. | 2051 /// Checks if this type is supported on the current platform. |
| 1899 static bool get supported => true; | 2052 static bool get supported => true; |
| 1900 | |
| 1901 } | 2053 } |
| 1902 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2054 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1903 // for details. All rights reserved. Use of this source code is governed by a | 2055 // for details. All rights reserved. Use of this source code is governed by a |
| 1904 // BSD-style license that can be found in the LICENSE file. | 2056 // BSD-style license that can be found in the LICENSE file. |
| 1905 | 2057 |
| 1906 // WARNING: Do not edit - generated code. | 2058 // WARNING: Do not edit - generated code. |
| 1907 | 2059 |
| 1908 | |
| 1909 @DocsEditable() | 2060 @DocsEditable() |
| 1910 @DomName('SVGFEFuncBElement') | 2061 @DomName('SVGFEFuncBElement') |
| 1911 @SupportedBrowser(SupportedBrowser.CHROME) | 2062 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1912 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2063 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1913 @SupportedBrowser(SupportedBrowser.IE, '10') | 2064 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1914 @SupportedBrowser(SupportedBrowser.SAFARI) | 2065 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1915 @Unstable() | 2066 @Unstable() |
| 1916 class FEFuncBElement extends _SVGComponentTransferFunctionElement { | 2067 class FEFuncBElement extends _SVGComponentTransferFunctionElement { |
| 1917 // To suppress missing implicit constructor warnings. | 2068 // To suppress missing implicit constructor warnings. |
| 1918 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); } | 2069 factory FEFuncBElement._() { |
| 2070 throw new UnsupportedError("Not supported"); |
| 2071 } |
| 1919 | 2072 |
| 1920 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') | 2073 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') |
| 1921 @DocsEditable() | 2074 @DocsEditable() |
| 1922 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncB"); | 2075 factory FEFuncBElement() => |
| 1923 | 2076 _SvgElementFactoryProvider.createSvgElement_tag("feFuncB"); |
| 1924 | 2077 |
| 1925 @Deprecated("Internal Use Only") | 2078 @Deprecated("Internal Use Only") |
| 1926 external static Type get instanceRuntimeType; | 2079 external static Type get instanceRuntimeType; |
| 1927 | 2080 |
| 1928 @Deprecated("Internal Use Only") | 2081 @Deprecated("Internal Use Only") |
| 1929 FEFuncBElement.internal_() : super.internal_(); | 2082 FEFuncBElement.internal_() : super.internal_(); |
| 1930 | 2083 |
| 1931 /** | 2084 /** |
| 1932 * Constructor instantiated by the DOM when a custom element has been created. | 2085 * Constructor instantiated by the DOM when a custom element has been created. |
| 1933 * | 2086 * |
| 1934 * This can only be called by subclasses from their created constructor. | 2087 * This can only be called by subclasses from their created constructor. |
| 1935 */ | 2088 */ |
| 1936 FEFuncBElement.created() : super.created(); | 2089 FEFuncBElement.created() : super.created(); |
| 1937 | 2090 |
| 1938 /// Checks if this type is supported on the current platform. | 2091 /// Checks if this type is supported on the current platform. |
| 1939 static bool get supported => true; | 2092 static bool get supported => true; |
| 1940 | |
| 1941 } | 2093 } |
| 1942 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2094 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1943 // for details. All rights reserved. Use of this source code is governed by a | 2095 // for details. All rights reserved. Use of this source code is governed by a |
| 1944 // BSD-style license that can be found in the LICENSE file. | 2096 // BSD-style license that can be found in the LICENSE file. |
| 1945 | 2097 |
| 1946 // WARNING: Do not edit - generated code. | 2098 // WARNING: Do not edit - generated code. |
| 1947 | 2099 |
| 1948 | |
| 1949 @DocsEditable() | 2100 @DocsEditable() |
| 1950 @DomName('SVGFEFuncGElement') | 2101 @DomName('SVGFEFuncGElement') |
| 1951 @SupportedBrowser(SupportedBrowser.CHROME) | 2102 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1952 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2103 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1953 @SupportedBrowser(SupportedBrowser.IE, '10') | 2104 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1954 @SupportedBrowser(SupportedBrowser.SAFARI) | 2105 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1955 @Unstable() | 2106 @Unstable() |
| 1956 class FEFuncGElement extends _SVGComponentTransferFunctionElement { | 2107 class FEFuncGElement extends _SVGComponentTransferFunctionElement { |
| 1957 // To suppress missing implicit constructor warnings. | 2108 // To suppress missing implicit constructor warnings. |
| 1958 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); } | 2109 factory FEFuncGElement._() { |
| 2110 throw new UnsupportedError("Not supported"); |
| 2111 } |
| 1959 | 2112 |
| 1960 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') | 2113 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') |
| 1961 @DocsEditable() | 2114 @DocsEditable() |
| 1962 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncG"); | 2115 factory FEFuncGElement() => |
| 1963 | 2116 _SvgElementFactoryProvider.createSvgElement_tag("feFuncG"); |
| 1964 | 2117 |
| 1965 @Deprecated("Internal Use Only") | 2118 @Deprecated("Internal Use Only") |
| 1966 external static Type get instanceRuntimeType; | 2119 external static Type get instanceRuntimeType; |
| 1967 | 2120 |
| 1968 @Deprecated("Internal Use Only") | 2121 @Deprecated("Internal Use Only") |
| 1969 FEFuncGElement.internal_() : super.internal_(); | 2122 FEFuncGElement.internal_() : super.internal_(); |
| 1970 | 2123 |
| 1971 /** | 2124 /** |
| 1972 * Constructor instantiated by the DOM when a custom element has been created. | 2125 * Constructor instantiated by the DOM when a custom element has been created. |
| 1973 * | 2126 * |
| 1974 * This can only be called by subclasses from their created constructor. | 2127 * This can only be called by subclasses from their created constructor. |
| 1975 */ | 2128 */ |
| 1976 FEFuncGElement.created() : super.created(); | 2129 FEFuncGElement.created() : super.created(); |
| 1977 | 2130 |
| 1978 /// Checks if this type is supported on the current platform. | 2131 /// Checks if this type is supported on the current platform. |
| 1979 static bool get supported => true; | 2132 static bool get supported => true; |
| 1980 | |
| 1981 } | 2133 } |
| 1982 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2134 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1983 // for details. All rights reserved. Use of this source code is governed by a | 2135 // for details. All rights reserved. Use of this source code is governed by a |
| 1984 // BSD-style license that can be found in the LICENSE file. | 2136 // BSD-style license that can be found in the LICENSE file. |
| 1985 | 2137 |
| 1986 // WARNING: Do not edit - generated code. | 2138 // WARNING: Do not edit - generated code. |
| 1987 | 2139 |
| 1988 | |
| 1989 @DocsEditable() | 2140 @DocsEditable() |
| 1990 @DomName('SVGFEFuncRElement') | 2141 @DomName('SVGFEFuncRElement') |
| 1991 @SupportedBrowser(SupportedBrowser.CHROME) | 2142 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1992 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2143 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1993 @SupportedBrowser(SupportedBrowser.IE, '10') | 2144 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1994 @SupportedBrowser(SupportedBrowser.SAFARI) | 2145 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1995 @Unstable() | 2146 @Unstable() |
| 1996 class FEFuncRElement extends _SVGComponentTransferFunctionElement { | 2147 class FEFuncRElement extends _SVGComponentTransferFunctionElement { |
| 1997 // To suppress missing implicit constructor warnings. | 2148 // To suppress missing implicit constructor warnings. |
| 1998 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); } | 2149 factory FEFuncRElement._() { |
| 2150 throw new UnsupportedError("Not supported"); |
| 2151 } |
| 1999 | 2152 |
| 2000 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') | 2153 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') |
| 2001 @DocsEditable() | 2154 @DocsEditable() |
| 2002 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncR"); | 2155 factory FEFuncRElement() => |
| 2003 | 2156 _SvgElementFactoryProvider.createSvgElement_tag("feFuncR"); |
| 2004 | 2157 |
| 2005 @Deprecated("Internal Use Only") | 2158 @Deprecated("Internal Use Only") |
| 2006 external static Type get instanceRuntimeType; | 2159 external static Type get instanceRuntimeType; |
| 2007 | 2160 |
| 2008 @Deprecated("Internal Use Only") | 2161 @Deprecated("Internal Use Only") |
| 2009 FEFuncRElement.internal_() : super.internal_(); | 2162 FEFuncRElement.internal_() : super.internal_(); |
| 2010 | 2163 |
| 2011 /** | 2164 /** |
| 2012 * Constructor instantiated by the DOM when a custom element has been created. | 2165 * Constructor instantiated by the DOM when a custom element has been created. |
| 2013 * | 2166 * |
| 2014 * This can only be called by subclasses from their created constructor. | 2167 * This can only be called by subclasses from their created constructor. |
| 2015 */ | 2168 */ |
| 2016 FEFuncRElement.created() : super.created(); | 2169 FEFuncRElement.created() : super.created(); |
| 2017 | 2170 |
| 2018 /// Checks if this type is supported on the current platform. | 2171 /// Checks if this type is supported on the current platform. |
| 2019 static bool get supported => true; | 2172 static bool get supported => true; |
| 2020 | |
| 2021 } | 2173 } |
| 2022 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2174 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2023 // for details. All rights reserved. Use of this source code is governed by a | 2175 // for details. All rights reserved. Use of this source code is governed by a |
| 2024 // BSD-style license that can be found in the LICENSE file. | 2176 // BSD-style license that can be found in the LICENSE file. |
| 2025 | 2177 |
| 2026 // WARNING: Do not edit - generated code. | 2178 // WARNING: Do not edit - generated code. |
| 2027 | 2179 |
| 2028 | |
| 2029 @DocsEditable() | 2180 @DocsEditable() |
| 2030 @DomName('SVGFEGaussianBlurElement') | 2181 @DomName('SVGFEGaussianBlurElement') |
| 2031 @SupportedBrowser(SupportedBrowser.CHROME) | 2182 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2032 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2183 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2033 @SupportedBrowser(SupportedBrowser.IE, '10') | 2184 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2034 @SupportedBrowser(SupportedBrowser.SAFARI) | 2185 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2035 @Unstable() | 2186 @Unstable() |
| 2036 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar
dAttributes { | 2187 class FEGaussianBlurElement extends SvgElement |
| 2188 implements FilterPrimitiveStandardAttributes { |
| 2037 // To suppress missing implicit constructor warnings. | 2189 // To suppress missing implicit constructor warnings. |
| 2038 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported"
); } | 2190 factory FEGaussianBlurElement._() { |
| 2191 throw new UnsupportedError("Not supported"); |
| 2192 } |
| 2039 | 2193 |
| 2040 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') | 2194 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') |
| 2041 @DocsEditable() | 2195 @DocsEditable() |
| 2042 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feGaussianBlur"); | 2196 factory FEGaussianBlurElement() => |
| 2043 | 2197 _SvgElementFactoryProvider.createSvgElement_tag("feGaussianBlur"); |
| 2044 | 2198 |
| 2045 @Deprecated("Internal Use Only") | 2199 @Deprecated("Internal Use Only") |
| 2046 external static Type get instanceRuntimeType; | 2200 external static Type get instanceRuntimeType; |
| 2047 | 2201 |
| 2048 @Deprecated("Internal Use Only") | 2202 @Deprecated("Internal Use Only") |
| 2049 FEGaussianBlurElement.internal_() : super.internal_(); | 2203 FEGaussianBlurElement.internal_() : super.internal_(); |
| 2050 | 2204 |
| 2051 /** | 2205 /** |
| 2052 * Constructor instantiated by the DOM when a custom element has been created. | 2206 * Constructor instantiated by the DOM when a custom element has been created. |
| 2053 * | 2207 * |
| 2054 * This can only be called by subclasses from their created constructor. | 2208 * This can only be called by subclasses from their created constructor. |
| 2055 */ | 2209 */ |
| 2056 FEGaussianBlurElement.created() : super.created(); | 2210 FEGaussianBlurElement.created() : super.created(); |
| 2057 | 2211 |
| 2058 /// Checks if this type is supported on the current platform. | 2212 /// Checks if this type is supported on the current platform. |
| 2059 static bool get supported => true; | 2213 static bool get supported => true; |
| 2060 | 2214 |
| 2061 @DomName('SVGFEGaussianBlurElement.in1') | 2215 @DomName('SVGFEGaussianBlurElement.in1') |
| 2062 @DocsEditable() | 2216 @DocsEditable() |
| 2063 AnimatedString get in1 => _blink.BlinkSVGFEGaussianBlurElement.instance.in1_Ge
tter_(this); | 2217 AnimatedString get in1 => |
| 2064 | 2218 _blink.BlinkSVGFEGaussianBlurElement.instance.in1_Getter_(this); |
| 2219 |
| 2065 @DomName('SVGFEGaussianBlurElement.stdDeviationX') | 2220 @DomName('SVGFEGaussianBlurElement.stdDeviationX') |
| 2066 @DocsEditable() | 2221 @DocsEditable() |
| 2067 AnimatedNumber get stdDeviationX => _blink.BlinkSVGFEGaussianBlurElement.insta
nce.stdDeviationX_Getter_(this); | 2222 AnimatedNumber get stdDeviationX => |
| 2068 | 2223 _blink.BlinkSVGFEGaussianBlurElement.instance.stdDeviationX_Getter_(this); |
| 2224 |
| 2069 @DomName('SVGFEGaussianBlurElement.stdDeviationY') | 2225 @DomName('SVGFEGaussianBlurElement.stdDeviationY') |
| 2070 @DocsEditable() | 2226 @DocsEditable() |
| 2071 AnimatedNumber get stdDeviationY => _blink.BlinkSVGFEGaussianBlurElement.insta
nce.stdDeviationY_Getter_(this); | 2227 AnimatedNumber get stdDeviationY => |
| 2072 | 2228 _blink.BlinkSVGFEGaussianBlurElement.instance.stdDeviationY_Getter_(this); |
| 2229 |
| 2073 @DomName('SVGFEGaussianBlurElement.setStdDeviation') | 2230 @DomName('SVGFEGaussianBlurElement.setStdDeviation') |
| 2074 @DocsEditable() | 2231 @DocsEditable() |
| 2075 void setStdDeviation(num stdDeviationX, num stdDeviationY) => _blink.BlinkSVGF
EGaussianBlurElement.instance.setStdDeviation_Callback_2_(this, stdDeviationX, s
tdDeviationY); | 2232 void setStdDeviation(num stdDeviationX, num stdDeviationY) => |
| 2076 | 2233 _blink.BlinkSVGFEGaussianBlurElement.instance |
| 2234 .setStdDeviation_Callback_2_(this, stdDeviationX, stdDeviationY); |
| 2235 |
| 2077 @DomName('SVGFEGaussianBlurElement.height') | 2236 @DomName('SVGFEGaussianBlurElement.height') |
| 2078 @DocsEditable() | 2237 @DocsEditable() |
| 2079 AnimatedLength get height => _blink.BlinkSVGFEGaussianBlurElement.instance.hei
ght_Getter_(this); | 2238 AnimatedLength get height => |
| 2080 | 2239 _blink.BlinkSVGFEGaussianBlurElement.instance.height_Getter_(this); |
| 2240 |
| 2081 @DomName('SVGFEGaussianBlurElement.result') | 2241 @DomName('SVGFEGaussianBlurElement.result') |
| 2082 @DocsEditable() | 2242 @DocsEditable() |
| 2083 AnimatedString get result => _blink.BlinkSVGFEGaussianBlurElement.instance.res
ult_Getter_(this); | 2243 AnimatedString get result => |
| 2084 | 2244 _blink.BlinkSVGFEGaussianBlurElement.instance.result_Getter_(this); |
| 2245 |
| 2085 @DomName('SVGFEGaussianBlurElement.width') | 2246 @DomName('SVGFEGaussianBlurElement.width') |
| 2086 @DocsEditable() | 2247 @DocsEditable() |
| 2087 AnimatedLength get width => _blink.BlinkSVGFEGaussianBlurElement.instance.widt
h_Getter_(this); | 2248 AnimatedLength get width => |
| 2088 | 2249 _blink.BlinkSVGFEGaussianBlurElement.instance.width_Getter_(this); |
| 2250 |
| 2089 @DomName('SVGFEGaussianBlurElement.x') | 2251 @DomName('SVGFEGaussianBlurElement.x') |
| 2090 @DocsEditable() | 2252 @DocsEditable() |
| 2091 AnimatedLength get x => _blink.BlinkSVGFEGaussianBlurElement.instance.x_Getter
_(this); | 2253 AnimatedLength get x => |
| 2092 | 2254 _blink.BlinkSVGFEGaussianBlurElement.instance.x_Getter_(this); |
| 2255 |
| 2093 @DomName('SVGFEGaussianBlurElement.y') | 2256 @DomName('SVGFEGaussianBlurElement.y') |
| 2094 @DocsEditable() | 2257 @DocsEditable() |
| 2095 AnimatedLength get y => _blink.BlinkSVGFEGaussianBlurElement.instance.y_Getter
_(this); | 2258 AnimatedLength get y => |
| 2096 | 2259 _blink.BlinkSVGFEGaussianBlurElement.instance.y_Getter_(this); |
| 2097 } | 2260 } |
| 2098 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2261 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2099 // for details. All rights reserved. Use of this source code is governed by a | 2262 // for details. All rights reserved. Use of this source code is governed by a |
| 2100 // BSD-style license that can be found in the LICENSE file. | 2263 // BSD-style license that can be found in the LICENSE file. |
| 2101 | 2264 |
| 2102 // WARNING: Do not edit - generated code. | 2265 // WARNING: Do not edit - generated code. |
| 2103 | 2266 |
| 2104 | |
| 2105 @DocsEditable() | 2267 @DocsEditable() |
| 2106 @DomName('SVGFEImageElement') | 2268 @DomName('SVGFEImageElement') |
| 2107 @SupportedBrowser(SupportedBrowser.CHROME) | 2269 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2108 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2270 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2109 @SupportedBrowser(SupportedBrowser.IE, '10') | 2271 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2110 @SupportedBrowser(SupportedBrowser.SAFARI) | 2272 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2111 @Unstable() | 2273 @Unstable() |
| 2112 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes, UriReference { | 2274 class FEImageElement extends SvgElement |
| 2275 implements FilterPrimitiveStandardAttributes, UriReference { |
| 2113 // To suppress missing implicit constructor warnings. | 2276 // To suppress missing implicit constructor warnings. |
| 2114 factory FEImageElement._() { throw new UnsupportedError("Not supported"); } | 2277 factory FEImageElement._() { |
| 2278 throw new UnsupportedError("Not supported"); |
| 2279 } |
| 2115 | 2280 |
| 2116 @DomName('SVGFEImageElement.SVGFEImageElement') | 2281 @DomName('SVGFEImageElement.SVGFEImageElement') |
| 2117 @DocsEditable() | 2282 @DocsEditable() |
| 2118 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eImage"); | 2283 factory FEImageElement() => |
| 2119 | 2284 _SvgElementFactoryProvider.createSvgElement_tag("feImage"); |
| 2120 | 2285 |
| 2121 @Deprecated("Internal Use Only") | 2286 @Deprecated("Internal Use Only") |
| 2122 external static Type get instanceRuntimeType; | 2287 external static Type get instanceRuntimeType; |
| 2123 | 2288 |
| 2124 @Deprecated("Internal Use Only") | 2289 @Deprecated("Internal Use Only") |
| 2125 FEImageElement.internal_() : super.internal_(); | 2290 FEImageElement.internal_() : super.internal_(); |
| 2126 | 2291 |
| 2127 /** | 2292 /** |
| 2128 * Constructor instantiated by the DOM when a custom element has been created. | 2293 * Constructor instantiated by the DOM when a custom element has been created. |
| 2129 * | 2294 * |
| 2130 * This can only be called by subclasses from their created constructor. | 2295 * This can only be called by subclasses from their created constructor. |
| 2131 */ | 2296 */ |
| 2132 FEImageElement.created() : super.created(); | 2297 FEImageElement.created() : super.created(); |
| 2133 | 2298 |
| 2134 /// Checks if this type is supported on the current platform. | 2299 /// Checks if this type is supported on the current platform. |
| 2135 static bool get supported => true; | 2300 static bool get supported => true; |
| 2136 | 2301 |
| 2137 @DomName('SVGFEImageElement.preserveAspectRatio') | 2302 @DomName('SVGFEImageElement.preserveAspectRatio') |
| 2138 @DocsEditable() | 2303 @DocsEditable() |
| 2139 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGFEImageE
lement.instance.preserveAspectRatio_Getter_(this); | 2304 AnimatedPreserveAspectRatio get preserveAspectRatio => |
| 2140 | 2305 _blink.BlinkSVGFEImageElement.instance.preserveAspectRatio_Getter_(this); |
| 2306 |
| 2141 @DomName('SVGFEImageElement.height') | 2307 @DomName('SVGFEImageElement.height') |
| 2142 @DocsEditable() | 2308 @DocsEditable() |
| 2143 AnimatedLength get height => _blink.BlinkSVGFEImageElement.instance.height_Get
ter_(this); | 2309 AnimatedLength get height => |
| 2144 | 2310 _blink.BlinkSVGFEImageElement.instance.height_Getter_(this); |
| 2311 |
| 2145 @DomName('SVGFEImageElement.result') | 2312 @DomName('SVGFEImageElement.result') |
| 2146 @DocsEditable() | 2313 @DocsEditable() |
| 2147 AnimatedString get result => _blink.BlinkSVGFEImageElement.instance.result_Get
ter_(this); | 2314 AnimatedString get result => |
| 2148 | 2315 _blink.BlinkSVGFEImageElement.instance.result_Getter_(this); |
| 2316 |
| 2149 @DomName('SVGFEImageElement.width') | 2317 @DomName('SVGFEImageElement.width') |
| 2150 @DocsEditable() | 2318 @DocsEditable() |
| 2151 AnimatedLength get width => _blink.BlinkSVGFEImageElement.instance.width_Gette
r_(this); | 2319 AnimatedLength get width => |
| 2152 | 2320 _blink.BlinkSVGFEImageElement.instance.width_Getter_(this); |
| 2321 |
| 2153 @DomName('SVGFEImageElement.x') | 2322 @DomName('SVGFEImageElement.x') |
| 2154 @DocsEditable() | 2323 @DocsEditable() |
| 2155 AnimatedLength get x => _blink.BlinkSVGFEImageElement.instance.x_Getter_(this)
; | 2324 AnimatedLength get x => |
| 2156 | 2325 _blink.BlinkSVGFEImageElement.instance.x_Getter_(this); |
| 2326 |
| 2157 @DomName('SVGFEImageElement.y') | 2327 @DomName('SVGFEImageElement.y') |
| 2158 @DocsEditable() | 2328 @DocsEditable() |
| 2159 AnimatedLength get y => _blink.BlinkSVGFEImageElement.instance.y_Getter_(this)
; | 2329 AnimatedLength get y => |
| 2160 | 2330 _blink.BlinkSVGFEImageElement.instance.y_Getter_(this); |
| 2331 |
| 2161 @DomName('SVGFEImageElement.href') | 2332 @DomName('SVGFEImageElement.href') |
| 2162 @DocsEditable() | 2333 @DocsEditable() |
| 2163 AnimatedString get href => _blink.BlinkSVGFEImageElement.instance.href_Getter_
(this); | 2334 AnimatedString get href => |
| 2164 | 2335 _blink.BlinkSVGFEImageElement.instance.href_Getter_(this); |
| 2165 } | 2336 } |
| 2166 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2337 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2167 // for details. All rights reserved. Use of this source code is governed by a | 2338 // for details. All rights reserved. Use of this source code is governed by a |
| 2168 // BSD-style license that can be found in the LICENSE file. | 2339 // BSD-style license that can be found in the LICENSE file. |
| 2169 | 2340 |
| 2170 // WARNING: Do not edit - generated code. | 2341 // WARNING: Do not edit - generated code. |
| 2171 | 2342 |
| 2172 | |
| 2173 @DocsEditable() | 2343 @DocsEditable() |
| 2174 @DomName('SVGFEMergeElement') | 2344 @DomName('SVGFEMergeElement') |
| 2175 @SupportedBrowser(SupportedBrowser.CHROME) | 2345 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2176 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2346 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2177 @SupportedBrowser(SupportedBrowser.IE, '10') | 2347 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2178 @SupportedBrowser(SupportedBrowser.SAFARI) | 2348 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2179 @Unstable() | 2349 @Unstable() |
| 2180 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 2350 class FEMergeElement extends SvgElement |
| 2351 implements FilterPrimitiveStandardAttributes { |
| 2181 // To suppress missing implicit constructor warnings. | 2352 // To suppress missing implicit constructor warnings. |
| 2182 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); } | 2353 factory FEMergeElement._() { |
| 2354 throw new UnsupportedError("Not supported"); |
| 2355 } |
| 2183 | 2356 |
| 2184 @DomName('SVGFEMergeElement.SVGFEMergeElement') | 2357 @DomName('SVGFEMergeElement.SVGFEMergeElement') |
| 2185 @DocsEditable() | 2358 @DocsEditable() |
| 2186 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eMerge"); | 2359 factory FEMergeElement() => |
| 2187 | 2360 _SvgElementFactoryProvider.createSvgElement_tag("feMerge"); |
| 2188 | 2361 |
| 2189 @Deprecated("Internal Use Only") | 2362 @Deprecated("Internal Use Only") |
| 2190 external static Type get instanceRuntimeType; | 2363 external static Type get instanceRuntimeType; |
| 2191 | 2364 |
| 2192 @Deprecated("Internal Use Only") | 2365 @Deprecated("Internal Use Only") |
| 2193 FEMergeElement.internal_() : super.internal_(); | 2366 FEMergeElement.internal_() : super.internal_(); |
| 2194 | 2367 |
| 2195 /** | 2368 /** |
| 2196 * Constructor instantiated by the DOM when a custom element has been created. | 2369 * Constructor instantiated by the DOM when a custom element has been created. |
| 2197 * | 2370 * |
| 2198 * This can only be called by subclasses from their created constructor. | 2371 * This can only be called by subclasses from their created constructor. |
| 2199 */ | 2372 */ |
| 2200 FEMergeElement.created() : super.created(); | 2373 FEMergeElement.created() : super.created(); |
| 2201 | 2374 |
| 2202 /// Checks if this type is supported on the current platform. | 2375 /// Checks if this type is supported on the current platform. |
| 2203 static bool get supported => true; | 2376 static bool get supported => true; |
| 2204 | 2377 |
| 2205 @DomName('SVGFEMergeElement.height') | 2378 @DomName('SVGFEMergeElement.height') |
| 2206 @DocsEditable() | 2379 @DocsEditable() |
| 2207 AnimatedLength get height => _blink.BlinkSVGFEMergeElement.instance.height_Get
ter_(this); | 2380 AnimatedLength get height => |
| 2208 | 2381 _blink.BlinkSVGFEMergeElement.instance.height_Getter_(this); |
| 2382 |
| 2209 @DomName('SVGFEMergeElement.result') | 2383 @DomName('SVGFEMergeElement.result') |
| 2210 @DocsEditable() | 2384 @DocsEditable() |
| 2211 AnimatedString get result => _blink.BlinkSVGFEMergeElement.instance.result_Get
ter_(this); | 2385 AnimatedString get result => |
| 2212 | 2386 _blink.BlinkSVGFEMergeElement.instance.result_Getter_(this); |
| 2387 |
| 2213 @DomName('SVGFEMergeElement.width') | 2388 @DomName('SVGFEMergeElement.width') |
| 2214 @DocsEditable() | 2389 @DocsEditable() |
| 2215 AnimatedLength get width => _blink.BlinkSVGFEMergeElement.instance.width_Gette
r_(this); | 2390 AnimatedLength get width => |
| 2216 | 2391 _blink.BlinkSVGFEMergeElement.instance.width_Getter_(this); |
| 2392 |
| 2217 @DomName('SVGFEMergeElement.x') | 2393 @DomName('SVGFEMergeElement.x') |
| 2218 @DocsEditable() | 2394 @DocsEditable() |
| 2219 AnimatedLength get x => _blink.BlinkSVGFEMergeElement.instance.x_Getter_(this)
; | 2395 AnimatedLength get x => |
| 2220 | 2396 _blink.BlinkSVGFEMergeElement.instance.x_Getter_(this); |
| 2397 |
| 2221 @DomName('SVGFEMergeElement.y') | 2398 @DomName('SVGFEMergeElement.y') |
| 2222 @DocsEditable() | 2399 @DocsEditable() |
| 2223 AnimatedLength get y => _blink.BlinkSVGFEMergeElement.instance.y_Getter_(this)
; | 2400 AnimatedLength get y => |
| 2224 | 2401 _blink.BlinkSVGFEMergeElement.instance.y_Getter_(this); |
| 2225 } | 2402 } |
| 2226 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2403 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2227 // for details. All rights reserved. Use of this source code is governed by a | 2404 // for details. All rights reserved. Use of this source code is governed by a |
| 2228 // BSD-style license that can be found in the LICENSE file. | 2405 // BSD-style license that can be found in the LICENSE file. |
| 2229 | 2406 |
| 2230 // WARNING: Do not edit - generated code. | 2407 // WARNING: Do not edit - generated code. |
| 2231 | 2408 |
| 2232 | |
| 2233 @DocsEditable() | 2409 @DocsEditable() |
| 2234 @DomName('SVGFEMergeNodeElement') | 2410 @DomName('SVGFEMergeNodeElement') |
| 2235 @SupportedBrowser(SupportedBrowser.CHROME) | 2411 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2236 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2412 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2237 @SupportedBrowser(SupportedBrowser.IE, '10') | 2413 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2238 @SupportedBrowser(SupportedBrowser.SAFARI) | 2414 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2239 @Unstable() | 2415 @Unstable() |
| 2240 class FEMergeNodeElement extends SvgElement { | 2416 class FEMergeNodeElement extends SvgElement { |
| 2241 // To suppress missing implicit constructor warnings. | 2417 // To suppress missing implicit constructor warnings. |
| 2242 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported");
} | 2418 factory FEMergeNodeElement._() { |
| 2419 throw new UnsupportedError("Not supported"); |
| 2420 } |
| 2243 | 2421 |
| 2244 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') | 2422 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') |
| 2245 @DocsEditable() | 2423 @DocsEditable() |
| 2246 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feMergeNode"); | 2424 factory FEMergeNodeElement() => |
| 2247 | 2425 _SvgElementFactoryProvider.createSvgElement_tag("feMergeNode"); |
| 2248 | 2426 |
| 2249 @Deprecated("Internal Use Only") | 2427 @Deprecated("Internal Use Only") |
| 2250 external static Type get instanceRuntimeType; | 2428 external static Type get instanceRuntimeType; |
| 2251 | 2429 |
| 2252 @Deprecated("Internal Use Only") | 2430 @Deprecated("Internal Use Only") |
| 2253 FEMergeNodeElement.internal_() : super.internal_(); | 2431 FEMergeNodeElement.internal_() : super.internal_(); |
| 2254 | 2432 |
| 2255 /** | 2433 /** |
| 2256 * Constructor instantiated by the DOM when a custom element has been created. | 2434 * Constructor instantiated by the DOM when a custom element has been created. |
| 2257 * | 2435 * |
| 2258 * This can only be called by subclasses from their created constructor. | 2436 * This can only be called by subclasses from their created constructor. |
| 2259 */ | 2437 */ |
| 2260 FEMergeNodeElement.created() : super.created(); | 2438 FEMergeNodeElement.created() : super.created(); |
| 2261 | 2439 |
| 2262 /// Checks if this type is supported on the current platform. | 2440 /// Checks if this type is supported on the current platform. |
| 2263 static bool get supported => true; | 2441 static bool get supported => true; |
| 2264 | 2442 |
| 2265 @DomName('SVGFEMergeNodeElement.in1') | 2443 @DomName('SVGFEMergeNodeElement.in1') |
| 2266 @DocsEditable() | 2444 @DocsEditable() |
| 2267 AnimatedString get in1 => _blink.BlinkSVGFEMergeNodeElement.instance.in1_Gette
r_(this); | 2445 AnimatedString get in1 => |
| 2268 | 2446 _blink.BlinkSVGFEMergeNodeElement.instance.in1_Getter_(this); |
| 2269 } | 2447 } |
| 2270 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2448 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2271 // for details. All rights reserved. Use of this source code is governed by a | 2449 // for details. All rights reserved. Use of this source code is governed by a |
| 2272 // BSD-style license that can be found in the LICENSE file. | 2450 // BSD-style license that can be found in the LICENSE file. |
| 2273 | 2451 |
| 2274 // WARNING: Do not edit - generated code. | 2452 // WARNING: Do not edit - generated code. |
| 2275 | 2453 |
| 2276 | |
| 2277 @DocsEditable() | 2454 @DocsEditable() |
| 2278 @DomName('SVGFEMorphologyElement') | 2455 @DomName('SVGFEMorphologyElement') |
| 2279 @SupportedBrowser(SupportedBrowser.CHROME) | 2456 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2280 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2457 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2281 @SupportedBrowser(SupportedBrowser.IE, '10') | 2458 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2282 @SupportedBrowser(SupportedBrowser.SAFARI) | 2459 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2283 @Unstable() | 2460 @Unstable() |
| 2284 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { | 2461 class FEMorphologyElement extends SvgElement |
| 2462 implements FilterPrimitiveStandardAttributes { |
| 2285 // To suppress missing implicit constructor warnings. | 2463 // To suppress missing implicit constructor warnings. |
| 2286 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported");
} | 2464 factory FEMorphologyElement._() { |
| 2287 | 2465 throw new UnsupportedError("Not supported"); |
| 2466 } |
| 2288 | 2467 |
| 2289 @Deprecated("Internal Use Only") | 2468 @Deprecated("Internal Use Only") |
| 2290 external static Type get instanceRuntimeType; | 2469 external static Type get instanceRuntimeType; |
| 2291 | 2470 |
| 2292 @Deprecated("Internal Use Only") | 2471 @Deprecated("Internal Use Only") |
| 2293 FEMorphologyElement.internal_() : super.internal_(); | 2472 FEMorphologyElement.internal_() : super.internal_(); |
| 2294 | 2473 |
| 2295 /** | 2474 /** |
| 2296 * Constructor instantiated by the DOM when a custom element has been created. | 2475 * Constructor instantiated by the DOM when a custom element has been created. |
| 2297 * | 2476 * |
| 2298 * This can only be called by subclasses from their created constructor. | 2477 * This can only be called by subclasses from their created constructor. |
| 2299 */ | 2478 */ |
| 2300 FEMorphologyElement.created() : super.created(); | 2479 FEMorphologyElement.created() : super.created(); |
| 2301 | 2480 |
| 2302 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') | 2481 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') |
| 2303 @DocsEditable() | 2482 @DocsEditable() |
| 2304 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; | 2483 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
| 2305 | 2484 |
| 2306 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') | 2485 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') |
| 2307 @DocsEditable() | 2486 @DocsEditable() |
| 2308 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; | 2487 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
| 2309 | 2488 |
| 2310 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') | 2489 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') |
| 2311 @DocsEditable() | 2490 @DocsEditable() |
| 2312 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; | 2491 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
| 2313 | 2492 |
| 2314 @DomName('SVGFEMorphologyElement.in1') | 2493 @DomName('SVGFEMorphologyElement.in1') |
| 2315 @DocsEditable() | 2494 @DocsEditable() |
| 2316 AnimatedString get in1 => _blink.BlinkSVGFEMorphologyElement.instance.in1_Gett
er_(this); | 2495 AnimatedString get in1 => |
| 2317 | 2496 _blink.BlinkSVGFEMorphologyElement.instance.in1_Getter_(this); |
| 2497 |
| 2318 @DomName('SVGFEMorphologyElement.operator') | 2498 @DomName('SVGFEMorphologyElement.operator') |
| 2319 @DocsEditable() | 2499 @DocsEditable() |
| 2320 AnimatedEnumeration get operator => _blink.BlinkSVGFEMorphologyElement.instanc
e.operator_Getter_(this); | 2500 AnimatedEnumeration get operator => |
| 2321 | 2501 _blink.BlinkSVGFEMorphologyElement.instance.operator_Getter_(this); |
| 2502 |
| 2322 @DomName('SVGFEMorphologyElement.radiusX') | 2503 @DomName('SVGFEMorphologyElement.radiusX') |
| 2323 @DocsEditable() | 2504 @DocsEditable() |
| 2324 AnimatedNumber get radiusX => _blink.BlinkSVGFEMorphologyElement.instance.radi
usX_Getter_(this); | 2505 AnimatedNumber get radiusX => |
| 2325 | 2506 _blink.BlinkSVGFEMorphologyElement.instance.radiusX_Getter_(this); |
| 2507 |
| 2326 @DomName('SVGFEMorphologyElement.radiusY') | 2508 @DomName('SVGFEMorphologyElement.radiusY') |
| 2327 @DocsEditable() | 2509 @DocsEditable() |
| 2328 AnimatedNumber get radiusY => _blink.BlinkSVGFEMorphologyElement.instance.radi
usY_Getter_(this); | 2510 AnimatedNumber get radiusY => |
| 2329 | 2511 _blink.BlinkSVGFEMorphologyElement.instance.radiusY_Getter_(this); |
| 2512 |
| 2330 @DomName('SVGFEMorphologyElement.height') | 2513 @DomName('SVGFEMorphologyElement.height') |
| 2331 @DocsEditable() | 2514 @DocsEditable() |
| 2332 AnimatedLength get height => _blink.BlinkSVGFEMorphologyElement.instance.heigh
t_Getter_(this); | 2515 AnimatedLength get height => |
| 2333 | 2516 _blink.BlinkSVGFEMorphologyElement.instance.height_Getter_(this); |
| 2517 |
| 2334 @DomName('SVGFEMorphologyElement.result') | 2518 @DomName('SVGFEMorphologyElement.result') |
| 2335 @DocsEditable() | 2519 @DocsEditable() |
| 2336 AnimatedString get result => _blink.BlinkSVGFEMorphologyElement.instance.resul
t_Getter_(this); | 2520 AnimatedString get result => |
| 2337 | 2521 _blink.BlinkSVGFEMorphologyElement.instance.result_Getter_(this); |
| 2522 |
| 2338 @DomName('SVGFEMorphologyElement.width') | 2523 @DomName('SVGFEMorphologyElement.width') |
| 2339 @DocsEditable() | 2524 @DocsEditable() |
| 2340 AnimatedLength get width => _blink.BlinkSVGFEMorphologyElement.instance.width_
Getter_(this); | 2525 AnimatedLength get width => |
| 2341 | 2526 _blink.BlinkSVGFEMorphologyElement.instance.width_Getter_(this); |
| 2527 |
| 2342 @DomName('SVGFEMorphologyElement.x') | 2528 @DomName('SVGFEMorphologyElement.x') |
| 2343 @DocsEditable() | 2529 @DocsEditable() |
| 2344 AnimatedLength get x => _blink.BlinkSVGFEMorphologyElement.instance.x_Getter_(
this); | 2530 AnimatedLength get x => |
| 2345 | 2531 _blink.BlinkSVGFEMorphologyElement.instance.x_Getter_(this); |
| 2532 |
| 2346 @DomName('SVGFEMorphologyElement.y') | 2533 @DomName('SVGFEMorphologyElement.y') |
| 2347 @DocsEditable() | 2534 @DocsEditable() |
| 2348 AnimatedLength get y => _blink.BlinkSVGFEMorphologyElement.instance.y_Getter_(
this); | 2535 AnimatedLength get y => |
| 2349 | 2536 _blink.BlinkSVGFEMorphologyElement.instance.y_Getter_(this); |
| 2350 } | 2537 } |
| 2351 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2538 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2352 // for details. All rights reserved. Use of this source code is governed by a | 2539 // for details. All rights reserved. Use of this source code is governed by a |
| 2353 // BSD-style license that can be found in the LICENSE file. | 2540 // BSD-style license that can be found in the LICENSE file. |
| 2354 | 2541 |
| 2355 // WARNING: Do not edit - generated code. | 2542 // WARNING: Do not edit - generated code. |
| 2356 | 2543 |
| 2357 | |
| 2358 @DocsEditable() | 2544 @DocsEditable() |
| 2359 @DomName('SVGFEOffsetElement') | 2545 @DomName('SVGFEOffsetElement') |
| 2360 @SupportedBrowser(SupportedBrowser.CHROME) | 2546 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2361 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2547 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2362 @SupportedBrowser(SupportedBrowser.IE, '10') | 2548 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2363 @SupportedBrowser(SupportedBrowser.SAFARI) | 2549 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2364 @Unstable() | 2550 @Unstable() |
| 2365 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri
butes { | 2551 class FEOffsetElement extends SvgElement |
| 2552 implements FilterPrimitiveStandardAttributes { |
| 2366 // To suppress missing implicit constructor warnings. | 2553 // To suppress missing implicit constructor warnings. |
| 2367 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); } | 2554 factory FEOffsetElement._() { |
| 2555 throw new UnsupportedError("Not supported"); |
| 2556 } |
| 2368 | 2557 |
| 2369 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') | 2558 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') |
| 2370 @DocsEditable() | 2559 @DocsEditable() |
| 2371 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag("
feOffset"); | 2560 factory FEOffsetElement() => |
| 2372 | 2561 _SvgElementFactoryProvider.createSvgElement_tag("feOffset"); |
| 2373 | 2562 |
| 2374 @Deprecated("Internal Use Only") | 2563 @Deprecated("Internal Use Only") |
| 2375 external static Type get instanceRuntimeType; | 2564 external static Type get instanceRuntimeType; |
| 2376 | 2565 |
| 2377 @Deprecated("Internal Use Only") | 2566 @Deprecated("Internal Use Only") |
| 2378 FEOffsetElement.internal_() : super.internal_(); | 2567 FEOffsetElement.internal_() : super.internal_(); |
| 2379 | 2568 |
| 2380 /** | 2569 /** |
| 2381 * Constructor instantiated by the DOM when a custom element has been created. | 2570 * Constructor instantiated by the DOM when a custom element has been created. |
| 2382 * | 2571 * |
| 2383 * This can only be called by subclasses from their created constructor. | 2572 * This can only be called by subclasses from their created constructor. |
| 2384 */ | 2573 */ |
| 2385 FEOffsetElement.created() : super.created(); | 2574 FEOffsetElement.created() : super.created(); |
| 2386 | 2575 |
| 2387 /// Checks if this type is supported on the current platform. | 2576 /// Checks if this type is supported on the current platform. |
| 2388 static bool get supported => true; | 2577 static bool get supported => true; |
| 2389 | 2578 |
| 2390 @DomName('SVGFEOffsetElement.dx') | 2579 @DomName('SVGFEOffsetElement.dx') |
| 2391 @DocsEditable() | 2580 @DocsEditable() |
| 2392 AnimatedNumber get dx => _blink.BlinkSVGFEOffsetElement.instance.dx_Getter_(th
is); | 2581 AnimatedNumber get dx => |
| 2393 | 2582 _blink.BlinkSVGFEOffsetElement.instance.dx_Getter_(this); |
| 2583 |
| 2394 @DomName('SVGFEOffsetElement.dy') | 2584 @DomName('SVGFEOffsetElement.dy') |
| 2395 @DocsEditable() | 2585 @DocsEditable() |
| 2396 AnimatedNumber get dy => _blink.BlinkSVGFEOffsetElement.instance.dy_Getter_(th
is); | 2586 AnimatedNumber get dy => |
| 2397 | 2587 _blink.BlinkSVGFEOffsetElement.instance.dy_Getter_(this); |
| 2588 |
| 2398 @DomName('SVGFEOffsetElement.in1') | 2589 @DomName('SVGFEOffsetElement.in1') |
| 2399 @DocsEditable() | 2590 @DocsEditable() |
| 2400 AnimatedString get in1 => _blink.BlinkSVGFEOffsetElement.instance.in1_Getter_(
this); | 2591 AnimatedString get in1 => |
| 2401 | 2592 _blink.BlinkSVGFEOffsetElement.instance.in1_Getter_(this); |
| 2593 |
| 2402 @DomName('SVGFEOffsetElement.height') | 2594 @DomName('SVGFEOffsetElement.height') |
| 2403 @DocsEditable() | 2595 @DocsEditable() |
| 2404 AnimatedLength get height => _blink.BlinkSVGFEOffsetElement.instance.height_Ge
tter_(this); | 2596 AnimatedLength get height => |
| 2405 | 2597 _blink.BlinkSVGFEOffsetElement.instance.height_Getter_(this); |
| 2598 |
| 2406 @DomName('SVGFEOffsetElement.result') | 2599 @DomName('SVGFEOffsetElement.result') |
| 2407 @DocsEditable() | 2600 @DocsEditable() |
| 2408 AnimatedString get result => _blink.BlinkSVGFEOffsetElement.instance.result_Ge
tter_(this); | 2601 AnimatedString get result => |
| 2409 | 2602 _blink.BlinkSVGFEOffsetElement.instance.result_Getter_(this); |
| 2603 |
| 2410 @DomName('SVGFEOffsetElement.width') | 2604 @DomName('SVGFEOffsetElement.width') |
| 2411 @DocsEditable() | 2605 @DocsEditable() |
| 2412 AnimatedLength get width => _blink.BlinkSVGFEOffsetElement.instance.width_Gett
er_(this); | 2606 AnimatedLength get width => |
| 2413 | 2607 _blink.BlinkSVGFEOffsetElement.instance.width_Getter_(this); |
| 2608 |
| 2414 @DomName('SVGFEOffsetElement.x') | 2609 @DomName('SVGFEOffsetElement.x') |
| 2415 @DocsEditable() | 2610 @DocsEditable() |
| 2416 AnimatedLength get x => _blink.BlinkSVGFEOffsetElement.instance.x_Getter_(this
); | 2611 AnimatedLength get x => |
| 2417 | 2612 _blink.BlinkSVGFEOffsetElement.instance.x_Getter_(this); |
| 2613 |
| 2418 @DomName('SVGFEOffsetElement.y') | 2614 @DomName('SVGFEOffsetElement.y') |
| 2419 @DocsEditable() | 2615 @DocsEditable() |
| 2420 AnimatedLength get y => _blink.BlinkSVGFEOffsetElement.instance.y_Getter_(this
); | 2616 AnimatedLength get y => |
| 2421 | 2617 _blink.BlinkSVGFEOffsetElement.instance.y_Getter_(this); |
| 2422 } | 2618 } |
| 2423 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2619 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2424 // for details. All rights reserved. Use of this source code is governed by a | 2620 // for details. All rights reserved. Use of this source code is governed by a |
| 2425 // BSD-style license that can be found in the LICENSE file. | 2621 // BSD-style license that can be found in the LICENSE file. |
| 2426 | 2622 |
| 2427 // WARNING: Do not edit - generated code. | 2623 // WARNING: Do not edit - generated code. |
| 2428 | 2624 |
| 2429 | |
| 2430 @DocsEditable() | 2625 @DocsEditable() |
| 2431 @DomName('SVGFEPointLightElement') | 2626 @DomName('SVGFEPointLightElement') |
| 2432 @SupportedBrowser(SupportedBrowser.CHROME) | 2627 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2433 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2628 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2434 @SupportedBrowser(SupportedBrowser.IE, '10') | 2629 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2435 @SupportedBrowser(SupportedBrowser.SAFARI) | 2630 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2436 @Unstable() | 2631 @Unstable() |
| 2437 class FEPointLightElement extends SvgElement { | 2632 class FEPointLightElement extends SvgElement { |
| 2438 // To suppress missing implicit constructor warnings. | 2633 // To suppress missing implicit constructor warnings. |
| 2439 factory FEPointLightElement._() { throw new UnsupportedError("Not supported");
} | 2634 factory FEPointLightElement._() { |
| 2635 throw new UnsupportedError("Not supported"); |
| 2636 } |
| 2440 | 2637 |
| 2441 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') | 2638 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') |
| 2442 @DocsEditable() | 2639 @DocsEditable() |
| 2443 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("fePointLight"); | 2640 factory FEPointLightElement() => |
| 2444 | 2641 _SvgElementFactoryProvider.createSvgElement_tag("fePointLight"); |
| 2445 | 2642 |
| 2446 @Deprecated("Internal Use Only") | 2643 @Deprecated("Internal Use Only") |
| 2447 external static Type get instanceRuntimeType; | 2644 external static Type get instanceRuntimeType; |
| 2448 | 2645 |
| 2449 @Deprecated("Internal Use Only") | 2646 @Deprecated("Internal Use Only") |
| 2450 FEPointLightElement.internal_() : super.internal_(); | 2647 FEPointLightElement.internal_() : super.internal_(); |
| 2451 | 2648 |
| 2452 /** | 2649 /** |
| 2453 * Constructor instantiated by the DOM when a custom element has been created. | 2650 * Constructor instantiated by the DOM when a custom element has been created. |
| 2454 * | 2651 * |
| 2455 * This can only be called by subclasses from their created constructor. | 2652 * This can only be called by subclasses from their created constructor. |
| 2456 */ | 2653 */ |
| 2457 FEPointLightElement.created() : super.created(); | 2654 FEPointLightElement.created() : super.created(); |
| 2458 | 2655 |
| 2459 /// Checks if this type is supported on the current platform. | 2656 /// Checks if this type is supported on the current platform. |
| 2460 static bool get supported => true; | 2657 static bool get supported => true; |
| 2461 | 2658 |
| 2462 @DomName('SVGFEPointLightElement.x') | 2659 @DomName('SVGFEPointLightElement.x') |
| 2463 @DocsEditable() | 2660 @DocsEditable() |
| 2464 AnimatedNumber get x => _blink.BlinkSVGFEPointLightElement.instance.x_Getter_(
this); | 2661 AnimatedNumber get x => |
| 2465 | 2662 _blink.BlinkSVGFEPointLightElement.instance.x_Getter_(this); |
| 2663 |
| 2466 @DomName('SVGFEPointLightElement.y') | 2664 @DomName('SVGFEPointLightElement.y') |
| 2467 @DocsEditable() | 2665 @DocsEditable() |
| 2468 AnimatedNumber get y => _blink.BlinkSVGFEPointLightElement.instance.y_Getter_(
this); | 2666 AnimatedNumber get y => |
| 2469 | 2667 _blink.BlinkSVGFEPointLightElement.instance.y_Getter_(this); |
| 2668 |
| 2470 @DomName('SVGFEPointLightElement.z') | 2669 @DomName('SVGFEPointLightElement.z') |
| 2471 @DocsEditable() | 2670 @DocsEditable() |
| 2472 AnimatedNumber get z => _blink.BlinkSVGFEPointLightElement.instance.z_Getter_(
this); | 2671 AnimatedNumber get z => |
| 2473 | 2672 _blink.BlinkSVGFEPointLightElement.instance.z_Getter_(this); |
| 2474 } | 2673 } |
| 2475 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2674 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2476 // for details. All rights reserved. Use of this source code is governed by a | 2675 // for details. All rights reserved. Use of this source code is governed by a |
| 2477 // BSD-style license that can be found in the LICENSE file. | 2676 // BSD-style license that can be found in the LICENSE file. |
| 2478 | 2677 |
| 2479 // WARNING: Do not edit - generated code. | 2678 // WARNING: Do not edit - generated code. |
| 2480 | 2679 |
| 2481 | |
| 2482 @DocsEditable() | 2680 @DocsEditable() |
| 2483 @DomName('SVGFESpecularLightingElement') | 2681 @DomName('SVGFESpecularLightingElement') |
| 2484 @SupportedBrowser(SupportedBrowser.CHROME) | 2682 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2485 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2683 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2486 @SupportedBrowser(SupportedBrowser.IE, '10') | 2684 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2487 @SupportedBrowser(SupportedBrowser.SAFARI) | 2685 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2488 @Unstable() | 2686 @Unstable() |
| 2489 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta
ndardAttributes { | 2687 class FESpecularLightingElement extends SvgElement |
| 2688 implements FilterPrimitiveStandardAttributes { |
| 2490 // To suppress missing implicit constructor warnings. | 2689 // To suppress missing implicit constructor warnings. |
| 2491 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor
ted"); } | 2690 factory FESpecularLightingElement._() { |
| 2691 throw new UnsupportedError("Not supported"); |
| 2692 } |
| 2492 | 2693 |
| 2493 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') | 2694 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') |
| 2494 @DocsEditable() | 2695 @DocsEditable() |
| 2495 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle
ment_tag("feSpecularLighting"); | 2696 factory FESpecularLightingElement() => |
| 2496 | 2697 _SvgElementFactoryProvider.createSvgElement_tag("feSpecularLighting"); |
| 2497 | 2698 |
| 2498 @Deprecated("Internal Use Only") | 2699 @Deprecated("Internal Use Only") |
| 2499 external static Type get instanceRuntimeType; | 2700 external static Type get instanceRuntimeType; |
| 2500 | 2701 |
| 2501 @Deprecated("Internal Use Only") | 2702 @Deprecated("Internal Use Only") |
| 2502 FESpecularLightingElement.internal_() : super.internal_(); | 2703 FESpecularLightingElement.internal_() : super.internal_(); |
| 2503 | 2704 |
| 2504 /** | 2705 /** |
| 2505 * Constructor instantiated by the DOM when a custom element has been created. | 2706 * Constructor instantiated by the DOM when a custom element has been created. |
| 2506 * | 2707 * |
| 2507 * This can only be called by subclasses from their created constructor. | 2708 * This can only be called by subclasses from their created constructor. |
| 2508 */ | 2709 */ |
| 2509 FESpecularLightingElement.created() : super.created(); | 2710 FESpecularLightingElement.created() : super.created(); |
| 2510 | 2711 |
| 2511 /// Checks if this type is supported on the current platform. | 2712 /// Checks if this type is supported on the current platform. |
| 2512 static bool get supported => true; | 2713 static bool get supported => true; |
| 2513 | 2714 |
| 2514 @DomName('SVGFESpecularLightingElement.in1') | 2715 @DomName('SVGFESpecularLightingElement.in1') |
| 2515 @DocsEditable() | 2716 @DocsEditable() |
| 2516 AnimatedString get in1 => _blink.BlinkSVGFESpecularLightingElement.instance.in
1_Getter_(this); | 2717 AnimatedString get in1 => |
| 2517 | 2718 _blink.BlinkSVGFESpecularLightingElement.instance.in1_Getter_(this); |
| 2719 |
| 2518 @DomName('SVGFESpecularLightingElement.kernelUnitLengthX') | 2720 @DomName('SVGFESpecularLightingElement.kernelUnitLengthX') |
| 2519 @DocsEditable() | 2721 @DocsEditable() |
| 2520 @Experimental() // untriaged | 2722 @Experimental() // untriaged |
| 2521 AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFESpecularLightingEleme
nt.instance.kernelUnitLengthX_Getter_(this); | 2723 AnimatedNumber get kernelUnitLengthX => |
| 2522 | 2724 _blink.BlinkSVGFESpecularLightingElement.instance |
| 2725 .kernelUnitLengthX_Getter_(this); |
| 2726 |
| 2523 @DomName('SVGFESpecularLightingElement.kernelUnitLengthY') | 2727 @DomName('SVGFESpecularLightingElement.kernelUnitLengthY') |
| 2524 @DocsEditable() | 2728 @DocsEditable() |
| 2525 @Experimental() // untriaged | 2729 @Experimental() // untriaged |
| 2526 AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFESpecularLightingEleme
nt.instance.kernelUnitLengthY_Getter_(this); | 2730 AnimatedNumber get kernelUnitLengthY => |
| 2527 | 2731 _blink.BlinkSVGFESpecularLightingElement.instance |
| 2732 .kernelUnitLengthY_Getter_(this); |
| 2733 |
| 2528 @DomName('SVGFESpecularLightingElement.specularConstant') | 2734 @DomName('SVGFESpecularLightingElement.specularConstant') |
| 2529 @DocsEditable() | 2735 @DocsEditable() |
| 2530 AnimatedNumber get specularConstant => _blink.BlinkSVGFESpecularLightingElemen
t.instance.specularConstant_Getter_(this); | 2736 AnimatedNumber get specularConstant => |
| 2531 | 2737 _blink.BlinkSVGFESpecularLightingElement.instance |
| 2738 .specularConstant_Getter_(this); |
| 2739 |
| 2532 @DomName('SVGFESpecularLightingElement.specularExponent') | 2740 @DomName('SVGFESpecularLightingElement.specularExponent') |
| 2533 @DocsEditable() | 2741 @DocsEditable() |
| 2534 AnimatedNumber get specularExponent => _blink.BlinkSVGFESpecularLightingElemen
t.instance.specularExponent_Getter_(this); | 2742 AnimatedNumber get specularExponent => |
| 2535 | 2743 _blink.BlinkSVGFESpecularLightingElement.instance |
| 2744 .specularExponent_Getter_(this); |
| 2745 |
| 2536 @DomName('SVGFESpecularLightingElement.surfaceScale') | 2746 @DomName('SVGFESpecularLightingElement.surfaceScale') |
| 2537 @DocsEditable() | 2747 @DocsEditable() |
| 2538 AnimatedNumber get surfaceScale => _blink.BlinkSVGFESpecularLightingElement.in
stance.surfaceScale_Getter_(this); | 2748 AnimatedNumber get surfaceScale => |
| 2539 | 2749 _blink.BlinkSVGFESpecularLightingElement.instance |
| 2750 .surfaceScale_Getter_(this); |
| 2751 |
| 2540 @DomName('SVGFESpecularLightingElement.height') | 2752 @DomName('SVGFESpecularLightingElement.height') |
| 2541 @DocsEditable() | 2753 @DocsEditable() |
| 2542 AnimatedLength get height => _blink.BlinkSVGFESpecularLightingElement.instance
.height_Getter_(this); | 2754 AnimatedLength get height => |
| 2543 | 2755 _blink.BlinkSVGFESpecularLightingElement.instance.height_Getter_(this); |
| 2756 |
| 2544 @DomName('SVGFESpecularLightingElement.result') | 2757 @DomName('SVGFESpecularLightingElement.result') |
| 2545 @DocsEditable() | 2758 @DocsEditable() |
| 2546 AnimatedString get result => _blink.BlinkSVGFESpecularLightingElement.instance
.result_Getter_(this); | 2759 AnimatedString get result => |
| 2547 | 2760 _blink.BlinkSVGFESpecularLightingElement.instance.result_Getter_(this); |
| 2761 |
| 2548 @DomName('SVGFESpecularLightingElement.width') | 2762 @DomName('SVGFESpecularLightingElement.width') |
| 2549 @DocsEditable() | 2763 @DocsEditable() |
| 2550 AnimatedLength get width => _blink.BlinkSVGFESpecularLightingElement.instance.
width_Getter_(this); | 2764 AnimatedLength get width => |
| 2551 | 2765 _blink.BlinkSVGFESpecularLightingElement.instance.width_Getter_(this); |
| 2766 |
| 2552 @DomName('SVGFESpecularLightingElement.x') | 2767 @DomName('SVGFESpecularLightingElement.x') |
| 2553 @DocsEditable() | 2768 @DocsEditable() |
| 2554 AnimatedLength get x => _blink.BlinkSVGFESpecularLightingElement.instance.x_Ge
tter_(this); | 2769 AnimatedLength get x => |
| 2555 | 2770 _blink.BlinkSVGFESpecularLightingElement.instance.x_Getter_(this); |
| 2771 |
| 2556 @DomName('SVGFESpecularLightingElement.y') | 2772 @DomName('SVGFESpecularLightingElement.y') |
| 2557 @DocsEditable() | 2773 @DocsEditable() |
| 2558 AnimatedLength get y => _blink.BlinkSVGFESpecularLightingElement.instance.y_Ge
tter_(this); | 2774 AnimatedLength get y => |
| 2559 | 2775 _blink.BlinkSVGFESpecularLightingElement.instance.y_Getter_(this); |
| 2560 } | 2776 } |
| 2561 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2777 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2562 // for details. All rights reserved. Use of this source code is governed by a | 2778 // for details. All rights reserved. Use of this source code is governed by a |
| 2563 // BSD-style license that can be found in the LICENSE file. | 2779 // BSD-style license that can be found in the LICENSE file. |
| 2564 | 2780 |
| 2565 // WARNING: Do not edit - generated code. | 2781 // WARNING: Do not edit - generated code. |
| 2566 | 2782 |
| 2567 | |
| 2568 @DocsEditable() | 2783 @DocsEditable() |
| 2569 @DomName('SVGFESpotLightElement') | 2784 @DomName('SVGFESpotLightElement') |
| 2570 @SupportedBrowser(SupportedBrowser.CHROME) | 2785 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2571 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2786 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2572 @SupportedBrowser(SupportedBrowser.IE, '10') | 2787 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2573 @SupportedBrowser(SupportedBrowser.SAFARI) | 2788 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2574 @Unstable() | 2789 @Unstable() |
| 2575 class FESpotLightElement extends SvgElement { | 2790 class FESpotLightElement extends SvgElement { |
| 2576 // To suppress missing implicit constructor warnings. | 2791 // To suppress missing implicit constructor warnings. |
| 2577 factory FESpotLightElement._() { throw new UnsupportedError("Not supported");
} | 2792 factory FESpotLightElement._() { |
| 2793 throw new UnsupportedError("Not supported"); |
| 2794 } |
| 2578 | 2795 |
| 2579 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') | 2796 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') |
| 2580 @DocsEditable() | 2797 @DocsEditable() |
| 2581 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feSpotLight"); | 2798 factory FESpotLightElement() => |
| 2582 | 2799 _SvgElementFactoryProvider.createSvgElement_tag("feSpotLight"); |
| 2583 | 2800 |
| 2584 @Deprecated("Internal Use Only") | 2801 @Deprecated("Internal Use Only") |
| 2585 external static Type get instanceRuntimeType; | 2802 external static Type get instanceRuntimeType; |
| 2586 | 2803 |
| 2587 @Deprecated("Internal Use Only") | 2804 @Deprecated("Internal Use Only") |
| 2588 FESpotLightElement.internal_() : super.internal_(); | 2805 FESpotLightElement.internal_() : super.internal_(); |
| 2589 | 2806 |
| 2590 /** | 2807 /** |
| 2591 * Constructor instantiated by the DOM when a custom element has been created. | 2808 * Constructor instantiated by the DOM when a custom element has been created. |
| 2592 * | 2809 * |
| 2593 * This can only be called by subclasses from their created constructor. | 2810 * This can only be called by subclasses from their created constructor. |
| 2594 */ | 2811 */ |
| 2595 FESpotLightElement.created() : super.created(); | 2812 FESpotLightElement.created() : super.created(); |
| 2596 | 2813 |
| 2597 /// Checks if this type is supported on the current platform. | 2814 /// Checks if this type is supported on the current platform. |
| 2598 static bool get supported => true; | 2815 static bool get supported => true; |
| 2599 | 2816 |
| 2600 @DomName('SVGFESpotLightElement.limitingConeAngle') | 2817 @DomName('SVGFESpotLightElement.limitingConeAngle') |
| 2601 @DocsEditable() | 2818 @DocsEditable() |
| 2602 AnimatedNumber get limitingConeAngle => _blink.BlinkSVGFESpotLightElement.inst
ance.limitingConeAngle_Getter_(this); | 2819 AnimatedNumber get limitingConeAngle => |
| 2603 | 2820 _blink.BlinkSVGFESpotLightElement.instance |
| 2821 .limitingConeAngle_Getter_(this); |
| 2822 |
| 2604 @DomName('SVGFESpotLightElement.pointsAtX') | 2823 @DomName('SVGFESpotLightElement.pointsAtX') |
| 2605 @DocsEditable() | 2824 @DocsEditable() |
| 2606 AnimatedNumber get pointsAtX => _blink.BlinkSVGFESpotLightElement.instance.poi
ntsAtX_Getter_(this); | 2825 AnimatedNumber get pointsAtX => |
| 2607 | 2826 _blink.BlinkSVGFESpotLightElement.instance.pointsAtX_Getter_(this); |
| 2827 |
| 2608 @DomName('SVGFESpotLightElement.pointsAtY') | 2828 @DomName('SVGFESpotLightElement.pointsAtY') |
| 2609 @DocsEditable() | 2829 @DocsEditable() |
| 2610 AnimatedNumber get pointsAtY => _blink.BlinkSVGFESpotLightElement.instance.poi
ntsAtY_Getter_(this); | 2830 AnimatedNumber get pointsAtY => |
| 2611 | 2831 _blink.BlinkSVGFESpotLightElement.instance.pointsAtY_Getter_(this); |
| 2832 |
| 2612 @DomName('SVGFESpotLightElement.pointsAtZ') | 2833 @DomName('SVGFESpotLightElement.pointsAtZ') |
| 2613 @DocsEditable() | 2834 @DocsEditable() |
| 2614 AnimatedNumber get pointsAtZ => _blink.BlinkSVGFESpotLightElement.instance.poi
ntsAtZ_Getter_(this); | 2835 AnimatedNumber get pointsAtZ => |
| 2615 | 2836 _blink.BlinkSVGFESpotLightElement.instance.pointsAtZ_Getter_(this); |
| 2837 |
| 2616 @DomName('SVGFESpotLightElement.specularExponent') | 2838 @DomName('SVGFESpotLightElement.specularExponent') |
| 2617 @DocsEditable() | 2839 @DocsEditable() |
| 2618 AnimatedNumber get specularExponent => _blink.BlinkSVGFESpotLightElement.insta
nce.specularExponent_Getter_(this); | 2840 AnimatedNumber get specularExponent => |
| 2619 | 2841 _blink.BlinkSVGFESpotLightElement.instance.specularExponent_Getter_(this); |
| 2842 |
| 2620 @DomName('SVGFESpotLightElement.x') | 2843 @DomName('SVGFESpotLightElement.x') |
| 2621 @DocsEditable() | 2844 @DocsEditable() |
| 2622 AnimatedNumber get x => _blink.BlinkSVGFESpotLightElement.instance.x_Getter_(t
his); | 2845 AnimatedNumber get x => |
| 2623 | 2846 _blink.BlinkSVGFESpotLightElement.instance.x_Getter_(this); |
| 2847 |
| 2624 @DomName('SVGFESpotLightElement.y') | 2848 @DomName('SVGFESpotLightElement.y') |
| 2625 @DocsEditable() | 2849 @DocsEditable() |
| 2626 AnimatedNumber get y => _blink.BlinkSVGFESpotLightElement.instance.y_Getter_(t
his); | 2850 AnimatedNumber get y => |
| 2627 | 2851 _blink.BlinkSVGFESpotLightElement.instance.y_Getter_(this); |
| 2852 |
| 2628 @DomName('SVGFESpotLightElement.z') | 2853 @DomName('SVGFESpotLightElement.z') |
| 2629 @DocsEditable() | 2854 @DocsEditable() |
| 2630 AnimatedNumber get z => _blink.BlinkSVGFESpotLightElement.instance.z_Getter_(t
his); | 2855 AnimatedNumber get z => |
| 2631 | 2856 _blink.BlinkSVGFESpotLightElement.instance.z_Getter_(this); |
| 2632 } | 2857 } |
| 2633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2858 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2634 // for details. All rights reserved. Use of this source code is governed by a | 2859 // for details. All rights reserved. Use of this source code is governed by a |
| 2635 // BSD-style license that can be found in the LICENSE file. | 2860 // BSD-style license that can be found in the LICENSE file. |
| 2636 | 2861 |
| 2637 // WARNING: Do not edit - generated code. | 2862 // WARNING: Do not edit - generated code. |
| 2638 | 2863 |
| 2639 | |
| 2640 @DocsEditable() | 2864 @DocsEditable() |
| 2641 @DomName('SVGFETileElement') | 2865 @DomName('SVGFETileElement') |
| 2642 @SupportedBrowser(SupportedBrowser.CHROME) | 2866 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2643 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2867 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2644 @SupportedBrowser(SupportedBrowser.IE, '10') | 2868 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2645 @SupportedBrowser(SupportedBrowser.SAFARI) | 2869 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2646 @Unstable() | 2870 @Unstable() |
| 2647 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu
tes { | 2871 class FETileElement extends SvgElement |
| 2872 implements FilterPrimitiveStandardAttributes { |
| 2648 // To suppress missing implicit constructor warnings. | 2873 // To suppress missing implicit constructor warnings. |
| 2649 factory FETileElement._() { throw new UnsupportedError("Not supported"); } | 2874 factory FETileElement._() { |
| 2875 throw new UnsupportedError("Not supported"); |
| 2876 } |
| 2650 | 2877 |
| 2651 @DomName('SVGFETileElement.SVGFETileElement') | 2878 @DomName('SVGFETileElement.SVGFETileElement') |
| 2652 @DocsEditable() | 2879 @DocsEditable() |
| 2653 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe
Tile"); | 2880 factory FETileElement() => |
| 2654 | 2881 _SvgElementFactoryProvider.createSvgElement_tag("feTile"); |
| 2655 | 2882 |
| 2656 @Deprecated("Internal Use Only") | 2883 @Deprecated("Internal Use Only") |
| 2657 external static Type get instanceRuntimeType; | 2884 external static Type get instanceRuntimeType; |
| 2658 | 2885 |
| 2659 @Deprecated("Internal Use Only") | 2886 @Deprecated("Internal Use Only") |
| 2660 FETileElement.internal_() : super.internal_(); | 2887 FETileElement.internal_() : super.internal_(); |
| 2661 | 2888 |
| 2662 /** | 2889 /** |
| 2663 * Constructor instantiated by the DOM when a custom element has been created. | 2890 * Constructor instantiated by the DOM when a custom element has been created. |
| 2664 * | 2891 * |
| 2665 * This can only be called by subclasses from their created constructor. | 2892 * This can only be called by subclasses from their created constructor. |
| 2666 */ | 2893 */ |
| 2667 FETileElement.created() : super.created(); | 2894 FETileElement.created() : super.created(); |
| 2668 | 2895 |
| 2669 /// Checks if this type is supported on the current platform. | 2896 /// Checks if this type is supported on the current platform. |
| 2670 static bool get supported => true; | 2897 static bool get supported => true; |
| 2671 | 2898 |
| 2672 @DomName('SVGFETileElement.in1') | 2899 @DomName('SVGFETileElement.in1') |
| 2673 @DocsEditable() | 2900 @DocsEditable() |
| 2674 AnimatedString get in1 => _blink.BlinkSVGFETileElement.instance.in1_Getter_(th
is); | 2901 AnimatedString get in1 => |
| 2675 | 2902 _blink.BlinkSVGFETileElement.instance.in1_Getter_(this); |
| 2903 |
| 2676 @DomName('SVGFETileElement.height') | 2904 @DomName('SVGFETileElement.height') |
| 2677 @DocsEditable() | 2905 @DocsEditable() |
| 2678 AnimatedLength get height => _blink.BlinkSVGFETileElement.instance.height_Gett
er_(this); | 2906 AnimatedLength get height => |
| 2679 | 2907 _blink.BlinkSVGFETileElement.instance.height_Getter_(this); |
| 2908 |
| 2680 @DomName('SVGFETileElement.result') | 2909 @DomName('SVGFETileElement.result') |
| 2681 @DocsEditable() | 2910 @DocsEditable() |
| 2682 AnimatedString get result => _blink.BlinkSVGFETileElement.instance.result_Gett
er_(this); | 2911 AnimatedString get result => |
| 2683 | 2912 _blink.BlinkSVGFETileElement.instance.result_Getter_(this); |
| 2913 |
| 2684 @DomName('SVGFETileElement.width') | 2914 @DomName('SVGFETileElement.width') |
| 2685 @DocsEditable() | 2915 @DocsEditable() |
| 2686 AnimatedLength get width => _blink.BlinkSVGFETileElement.instance.width_Getter
_(this); | 2916 AnimatedLength get width => |
| 2687 | 2917 _blink.BlinkSVGFETileElement.instance.width_Getter_(this); |
| 2918 |
| 2688 @DomName('SVGFETileElement.x') | 2919 @DomName('SVGFETileElement.x') |
| 2689 @DocsEditable() | 2920 @DocsEditable() |
| 2690 AnimatedLength get x => _blink.BlinkSVGFETileElement.instance.x_Getter_(this); | 2921 AnimatedLength get x => _blink.BlinkSVGFETileElement.instance.x_Getter_(this); |
| 2691 | 2922 |
| 2692 @DomName('SVGFETileElement.y') | 2923 @DomName('SVGFETileElement.y') |
| 2693 @DocsEditable() | 2924 @DocsEditable() |
| 2694 AnimatedLength get y => _blink.BlinkSVGFETileElement.instance.y_Getter_(this); | 2925 AnimatedLength get y => _blink.BlinkSVGFETileElement.instance.y_Getter_(this); |
| 2695 | |
| 2696 } | 2926 } |
| 2697 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2927 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2698 // for details. All rights reserved. Use of this source code is governed by a | 2928 // for details. All rights reserved. Use of this source code is governed by a |
| 2699 // BSD-style license that can be found in the LICENSE file. | 2929 // BSD-style license that can be found in the LICENSE file. |
| 2700 | 2930 |
| 2701 // WARNING: Do not edit - generated code. | 2931 // WARNING: Do not edit - generated code. |
| 2702 | 2932 |
| 2703 | |
| 2704 @DocsEditable() | 2933 @DocsEditable() |
| 2705 @DomName('SVGFETurbulenceElement') | 2934 @DomName('SVGFETurbulenceElement') |
| 2706 @SupportedBrowser(SupportedBrowser.CHROME) | 2935 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2707 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2936 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2708 @SupportedBrowser(SupportedBrowser.IE, '10') | 2937 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2709 @SupportedBrowser(SupportedBrowser.SAFARI) | 2938 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2710 @Unstable() | 2939 @Unstable() |
| 2711 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { | 2940 class FETurbulenceElement extends SvgElement |
| 2941 implements FilterPrimitiveStandardAttributes { |
| 2712 // To suppress missing implicit constructor warnings. | 2942 // To suppress missing implicit constructor warnings. |
| 2713 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported");
} | 2943 factory FETurbulenceElement._() { |
| 2944 throw new UnsupportedError("Not supported"); |
| 2945 } |
| 2714 | 2946 |
| 2715 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') | 2947 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') |
| 2716 @DocsEditable() | 2948 @DocsEditable() |
| 2717 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("feTurbulence"); | 2949 factory FETurbulenceElement() => |
| 2718 | 2950 _SvgElementFactoryProvider.createSvgElement_tag("feTurbulence"); |
| 2719 | 2951 |
| 2720 @Deprecated("Internal Use Only") | 2952 @Deprecated("Internal Use Only") |
| 2721 external static Type get instanceRuntimeType; | 2953 external static Type get instanceRuntimeType; |
| 2722 | 2954 |
| 2723 @Deprecated("Internal Use Only") | 2955 @Deprecated("Internal Use Only") |
| 2724 FETurbulenceElement.internal_() : super.internal_(); | 2956 FETurbulenceElement.internal_() : super.internal_(); |
| 2725 | 2957 |
| 2726 /** | 2958 /** |
| 2727 * Constructor instantiated by the DOM when a custom element has been created. | 2959 * Constructor instantiated by the DOM when a custom element has been created. |
| 2728 * | 2960 * |
| (...skipping 23 matching lines...) Expand all Loading... |
| 2752 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE') | 2984 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE') |
| 2753 @DocsEditable() | 2985 @DocsEditable() |
| 2754 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; | 2986 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; |
| 2755 | 2987 |
| 2756 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_UNKNOWN') | 2988 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_UNKNOWN') |
| 2757 @DocsEditable() | 2989 @DocsEditable() |
| 2758 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; | 2990 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
| 2759 | 2991 |
| 2760 @DomName('SVGFETurbulenceElement.baseFrequencyX') | 2992 @DomName('SVGFETurbulenceElement.baseFrequencyX') |
| 2761 @DocsEditable() | 2993 @DocsEditable() |
| 2762 AnimatedNumber get baseFrequencyX => _blink.BlinkSVGFETurbulenceElement.instan
ce.baseFrequencyX_Getter_(this); | 2994 AnimatedNumber get baseFrequencyX => |
| 2763 | 2995 _blink.BlinkSVGFETurbulenceElement.instance.baseFrequencyX_Getter_(this); |
| 2996 |
| 2764 @DomName('SVGFETurbulenceElement.baseFrequencyY') | 2997 @DomName('SVGFETurbulenceElement.baseFrequencyY') |
| 2765 @DocsEditable() | 2998 @DocsEditable() |
| 2766 AnimatedNumber get baseFrequencyY => _blink.BlinkSVGFETurbulenceElement.instan
ce.baseFrequencyY_Getter_(this); | 2999 AnimatedNumber get baseFrequencyY => |
| 2767 | 3000 _blink.BlinkSVGFETurbulenceElement.instance.baseFrequencyY_Getter_(this); |
| 3001 |
| 2768 @DomName('SVGFETurbulenceElement.numOctaves') | 3002 @DomName('SVGFETurbulenceElement.numOctaves') |
| 2769 @DocsEditable() | 3003 @DocsEditable() |
| 2770 AnimatedInteger get numOctaves => _blink.BlinkSVGFETurbulenceElement.instance.
numOctaves_Getter_(this); | 3004 AnimatedInteger get numOctaves => |
| 2771 | 3005 _blink.BlinkSVGFETurbulenceElement.instance.numOctaves_Getter_(this); |
| 3006 |
| 2772 @DomName('SVGFETurbulenceElement.seed') | 3007 @DomName('SVGFETurbulenceElement.seed') |
| 2773 @DocsEditable() | 3008 @DocsEditable() |
| 2774 AnimatedNumber get seed => _blink.BlinkSVGFETurbulenceElement.instance.seed_Ge
tter_(this); | 3009 AnimatedNumber get seed => |
| 2775 | 3010 _blink.BlinkSVGFETurbulenceElement.instance.seed_Getter_(this); |
| 3011 |
| 2776 @DomName('SVGFETurbulenceElement.stitchTiles') | 3012 @DomName('SVGFETurbulenceElement.stitchTiles') |
| 2777 @DocsEditable() | 3013 @DocsEditable() |
| 2778 AnimatedEnumeration get stitchTiles => _blink.BlinkSVGFETurbulenceElement.inst
ance.stitchTiles_Getter_(this); | 3014 AnimatedEnumeration get stitchTiles => |
| 2779 | 3015 _blink.BlinkSVGFETurbulenceElement.instance.stitchTiles_Getter_(this); |
| 3016 |
| 2780 @DomName('SVGFETurbulenceElement.type') | 3017 @DomName('SVGFETurbulenceElement.type') |
| 2781 @DocsEditable() | 3018 @DocsEditable() |
| 2782 AnimatedEnumeration get type => _blink.BlinkSVGFETurbulenceElement.instance.ty
pe_Getter_(this); | 3019 AnimatedEnumeration get type => |
| 2783 | 3020 _blink.BlinkSVGFETurbulenceElement.instance.type_Getter_(this); |
| 3021 |
| 2784 @DomName('SVGFETurbulenceElement.height') | 3022 @DomName('SVGFETurbulenceElement.height') |
| 2785 @DocsEditable() | 3023 @DocsEditable() |
| 2786 AnimatedLength get height => _blink.BlinkSVGFETurbulenceElement.instance.heigh
t_Getter_(this); | 3024 AnimatedLength get height => |
| 2787 | 3025 _blink.BlinkSVGFETurbulenceElement.instance.height_Getter_(this); |
| 3026 |
| 2788 @DomName('SVGFETurbulenceElement.result') | 3027 @DomName('SVGFETurbulenceElement.result') |
| 2789 @DocsEditable() | 3028 @DocsEditable() |
| 2790 AnimatedString get result => _blink.BlinkSVGFETurbulenceElement.instance.resul
t_Getter_(this); | 3029 AnimatedString get result => |
| 2791 | 3030 _blink.BlinkSVGFETurbulenceElement.instance.result_Getter_(this); |
| 3031 |
| 2792 @DomName('SVGFETurbulenceElement.width') | 3032 @DomName('SVGFETurbulenceElement.width') |
| 2793 @DocsEditable() | 3033 @DocsEditable() |
| 2794 AnimatedLength get width => _blink.BlinkSVGFETurbulenceElement.instance.width_
Getter_(this); | 3034 AnimatedLength get width => |
| 2795 | 3035 _blink.BlinkSVGFETurbulenceElement.instance.width_Getter_(this); |
| 3036 |
| 2796 @DomName('SVGFETurbulenceElement.x') | 3037 @DomName('SVGFETurbulenceElement.x') |
| 2797 @DocsEditable() | 3038 @DocsEditable() |
| 2798 AnimatedLength get x => _blink.BlinkSVGFETurbulenceElement.instance.x_Getter_(
this); | 3039 AnimatedLength get x => |
| 2799 | 3040 _blink.BlinkSVGFETurbulenceElement.instance.x_Getter_(this); |
| 3041 |
| 2800 @DomName('SVGFETurbulenceElement.y') | 3042 @DomName('SVGFETurbulenceElement.y') |
| 2801 @DocsEditable() | 3043 @DocsEditable() |
| 2802 AnimatedLength get y => _blink.BlinkSVGFETurbulenceElement.instance.y_Getter_(
this); | 3044 AnimatedLength get y => |
| 2803 | 3045 _blink.BlinkSVGFETurbulenceElement.instance.y_Getter_(this); |
| 2804 } | 3046 } |
| 2805 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3047 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2806 // for details. All rights reserved. Use of this source code is governed by a | 3048 // for details. All rights reserved. Use of this source code is governed by a |
| 2807 // BSD-style license that can be found in the LICENSE file. | 3049 // BSD-style license that can be found in the LICENSE file. |
| 2808 | 3050 |
| 2809 // WARNING: Do not edit - generated code. | 3051 // WARNING: Do not edit - generated code. |
| 2810 | 3052 |
| 2811 | |
| 2812 @DocsEditable() | 3053 @DocsEditable() |
| 2813 @DomName('SVGFilterElement') | 3054 @DomName('SVGFilterElement') |
| 2814 @SupportedBrowser(SupportedBrowser.CHROME) | 3055 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2815 @SupportedBrowser(SupportedBrowser.FIREFOX) | 3056 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2816 @SupportedBrowser(SupportedBrowser.IE, '10') | 3057 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2817 @SupportedBrowser(SupportedBrowser.SAFARI) | 3058 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2818 @Unstable() | 3059 @Unstable() |
| 2819 class FilterElement extends SvgElement implements UriReference { | 3060 class FilterElement extends SvgElement implements UriReference { |
| 2820 // To suppress missing implicit constructor warnings. | 3061 // To suppress missing implicit constructor warnings. |
| 2821 factory FilterElement._() { throw new UnsupportedError("Not supported"); } | 3062 factory FilterElement._() { |
| 3063 throw new UnsupportedError("Not supported"); |
| 3064 } |
| 2822 | 3065 |
| 2823 @DomName('SVGFilterElement.SVGFilterElement') | 3066 @DomName('SVGFilterElement.SVGFilterElement') |
| 2824 @DocsEditable() | 3067 @DocsEditable() |
| 2825 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); | 3068 factory FilterElement() => |
| 2826 | 3069 _SvgElementFactoryProvider.createSvgElement_tag("filter"); |
| 2827 | 3070 |
| 2828 @Deprecated("Internal Use Only") | 3071 @Deprecated("Internal Use Only") |
| 2829 external static Type get instanceRuntimeType; | 3072 external static Type get instanceRuntimeType; |
| 2830 | 3073 |
| 2831 @Deprecated("Internal Use Only") | 3074 @Deprecated("Internal Use Only") |
| 2832 FilterElement.internal_() : super.internal_(); | 3075 FilterElement.internal_() : super.internal_(); |
| 2833 | 3076 |
| 2834 /** | 3077 /** |
| 2835 * Constructor instantiated by the DOM when a custom element has been created. | 3078 * Constructor instantiated by the DOM when a custom element has been created. |
| 2836 * | 3079 * |
| 2837 * This can only be called by subclasses from their created constructor. | 3080 * This can only be called by subclasses from their created constructor. |
| 2838 */ | 3081 */ |
| 2839 FilterElement.created() : super.created(); | 3082 FilterElement.created() : super.created(); |
| 2840 | 3083 |
| 2841 /// Checks if this type is supported on the current platform. | 3084 /// Checks if this type is supported on the current platform. |
| 2842 static bool get supported => true; | 3085 static bool get supported => true; |
| 2843 | 3086 |
| 2844 @DomName('SVGFilterElement.filterUnits') | 3087 @DomName('SVGFilterElement.filterUnits') |
| 2845 @DocsEditable() | 3088 @DocsEditable() |
| 2846 AnimatedEnumeration get filterUnits => _blink.BlinkSVGFilterElement.instance.f
ilterUnits_Getter_(this); | 3089 AnimatedEnumeration get filterUnits => |
| 2847 | 3090 _blink.BlinkSVGFilterElement.instance.filterUnits_Getter_(this); |
| 3091 |
| 2848 @DomName('SVGFilterElement.height') | 3092 @DomName('SVGFilterElement.height') |
| 2849 @DocsEditable() | 3093 @DocsEditable() |
| 2850 AnimatedLength get height => _blink.BlinkSVGFilterElement.instance.height_Gett
er_(this); | 3094 AnimatedLength get height => |
| 2851 | 3095 _blink.BlinkSVGFilterElement.instance.height_Getter_(this); |
| 3096 |
| 2852 @DomName('SVGFilterElement.primitiveUnits') | 3097 @DomName('SVGFilterElement.primitiveUnits') |
| 2853 @DocsEditable() | 3098 @DocsEditable() |
| 2854 AnimatedEnumeration get primitiveUnits => _blink.BlinkSVGFilterElement.instanc
e.primitiveUnits_Getter_(this); | 3099 AnimatedEnumeration get primitiveUnits => |
| 2855 | 3100 _blink.BlinkSVGFilterElement.instance.primitiveUnits_Getter_(this); |
| 3101 |
| 2856 @DomName('SVGFilterElement.width') | 3102 @DomName('SVGFilterElement.width') |
| 2857 @DocsEditable() | 3103 @DocsEditable() |
| 2858 AnimatedLength get width => _blink.BlinkSVGFilterElement.instance.width_Getter
_(this); | 3104 AnimatedLength get width => |
| 2859 | 3105 _blink.BlinkSVGFilterElement.instance.width_Getter_(this); |
| 3106 |
| 2860 @DomName('SVGFilterElement.x') | 3107 @DomName('SVGFilterElement.x') |
| 2861 @DocsEditable() | 3108 @DocsEditable() |
| 2862 AnimatedLength get x => _blink.BlinkSVGFilterElement.instance.x_Getter_(this); | 3109 AnimatedLength get x => _blink.BlinkSVGFilterElement.instance.x_Getter_(this); |
| 2863 | 3110 |
| 2864 @DomName('SVGFilterElement.y') | 3111 @DomName('SVGFilterElement.y') |
| 2865 @DocsEditable() | 3112 @DocsEditable() |
| 2866 AnimatedLength get y => _blink.BlinkSVGFilterElement.instance.y_Getter_(this); | 3113 AnimatedLength get y => _blink.BlinkSVGFilterElement.instance.y_Getter_(this); |
| 2867 | 3114 |
| 2868 @DomName('SVGFilterElement.href') | 3115 @DomName('SVGFilterElement.href') |
| 2869 @DocsEditable() | 3116 @DocsEditable() |
| 2870 AnimatedString get href => _blink.BlinkSVGFilterElement.instance.href_Getter_(
this); | 3117 AnimatedString get href => |
| 2871 | 3118 _blink.BlinkSVGFilterElement.instance.href_Getter_(this); |
| 2872 } | 3119 } |
| 2873 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3120 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2874 // for details. All rights reserved. Use of this source code is governed by a | 3121 // for details. All rights reserved. Use of this source code is governed by a |
| 2875 // BSD-style license that can be found in the LICENSE file. | 3122 // BSD-style license that can be found in the LICENSE file. |
| 2876 | 3123 |
| 2877 // WARNING: Do not edit - generated code. | 3124 // WARNING: Do not edit - generated code. |
| 2878 | 3125 |
| 2879 | |
| 2880 @DocsEditable() | 3126 @DocsEditable() |
| 2881 @DomName('SVGFilterPrimitiveStandardAttributes') | 3127 @DomName('SVGFilterPrimitiveStandardAttributes') |
| 2882 @Unstable() | 3128 @Unstable() |
| 2883 abstract class FilterPrimitiveStandardAttributes extends DartHtmlDomObject { | 3129 abstract class FilterPrimitiveStandardAttributes extends DartHtmlDomObject { |
| 2884 // To suppress missing implicit constructor warnings. | 3130 // To suppress missing implicit constructor warnings. |
| 2885 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No
t supported"); } | 3131 factory FilterPrimitiveStandardAttributes._() { |
| 3132 throw new UnsupportedError("Not supported"); |
| 3133 } |
| 2886 | 3134 |
| 2887 @DomName('SVGFilterPrimitiveStandardAttributes.height') | 3135 @DomName('SVGFilterPrimitiveStandardAttributes.height') |
| 2888 @DocsEditable() | 3136 @DocsEditable() |
| 2889 AnimatedLength get height; | 3137 AnimatedLength get height; |
| 2890 | 3138 |
| 2891 @DomName('SVGFilterPrimitiveStandardAttributes.result') | 3139 @DomName('SVGFilterPrimitiveStandardAttributes.result') |
| 2892 @DocsEditable() | 3140 @DocsEditable() |
| 2893 AnimatedString get result; | 3141 AnimatedString get result; |
| 2894 | 3142 |
| 2895 @DomName('SVGFilterPrimitiveStandardAttributes.width') | 3143 @DomName('SVGFilterPrimitiveStandardAttributes.width') |
| 2896 @DocsEditable() | 3144 @DocsEditable() |
| 2897 AnimatedLength get width; | 3145 AnimatedLength get width; |
| 2898 | 3146 |
| 2899 @DomName('SVGFilterPrimitiveStandardAttributes.x') | 3147 @DomName('SVGFilterPrimitiveStandardAttributes.x') |
| 2900 @DocsEditable() | 3148 @DocsEditable() |
| 2901 AnimatedLength get x; | 3149 AnimatedLength get x; |
| 2902 | 3150 |
| 2903 @DomName('SVGFilterPrimitiveStandardAttributes.y') | 3151 @DomName('SVGFilterPrimitiveStandardAttributes.y') |
| 2904 @DocsEditable() | 3152 @DocsEditable() |
| 2905 AnimatedLength get y; | 3153 AnimatedLength get y; |
| 2906 | |
| 2907 } | 3154 } |
| 2908 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3155 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2909 // for details. All rights reserved. Use of this source code is governed by a | 3156 // for details. All rights reserved. Use of this source code is governed by a |
| 2910 // BSD-style license that can be found in the LICENSE file. | 3157 // BSD-style license that can be found in the LICENSE file. |
| 2911 | 3158 |
| 2912 // WARNING: Do not edit - generated code. | 3159 // WARNING: Do not edit - generated code. |
| 2913 | 3160 |
| 2914 | |
| 2915 @DocsEditable() | 3161 @DocsEditable() |
| 2916 @DomName('SVGFitToViewBox') | 3162 @DomName('SVGFitToViewBox') |
| 2917 @Unstable() | 3163 @Unstable() |
| 2918 abstract class FitToViewBox extends DartHtmlDomObject { | 3164 abstract class FitToViewBox extends DartHtmlDomObject { |
| 2919 // To suppress missing implicit constructor warnings. | 3165 // To suppress missing implicit constructor warnings. |
| 2920 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } | 3166 factory FitToViewBox._() { |
| 3167 throw new UnsupportedError("Not supported"); |
| 3168 } |
| 2921 | 3169 |
| 2922 @DomName('SVGFitToViewBox.preserveAspectRatio') | 3170 @DomName('SVGFitToViewBox.preserveAspectRatio') |
| 2923 @DocsEditable() | 3171 @DocsEditable() |
| 2924 AnimatedPreserveAspectRatio get preserveAspectRatio; | 3172 AnimatedPreserveAspectRatio get preserveAspectRatio; |
| 2925 | 3173 |
| 2926 @DomName('SVGFitToViewBox.viewBox') | 3174 @DomName('SVGFitToViewBox.viewBox') |
| 2927 @DocsEditable() | 3175 @DocsEditable() |
| 2928 AnimatedRect get viewBox; | 3176 AnimatedRect get viewBox; |
| 2929 | |
| 2930 } | 3177 } |
| 2931 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3178 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2932 // for details. All rights reserved. Use of this source code is governed by a | 3179 // for details. All rights reserved. Use of this source code is governed by a |
| 2933 // BSD-style license that can be found in the LICENSE file. | 3180 // BSD-style license that can be found in the LICENSE file. |
| 2934 | 3181 |
| 2935 // WARNING: Do not edit - generated code. | 3182 // WARNING: Do not edit - generated code. |
| 2936 | 3183 |
| 2937 | |
| 2938 @DocsEditable() | 3184 @DocsEditable() |
| 2939 @DomName('SVGForeignObjectElement') | 3185 @DomName('SVGForeignObjectElement') |
| 2940 @SupportedBrowser(SupportedBrowser.CHROME) | 3186 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2941 @SupportedBrowser(SupportedBrowser.FIREFOX) | 3187 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2942 @SupportedBrowser(SupportedBrowser.SAFARI) | 3188 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2943 @Unstable() | 3189 @Unstable() |
| 2944 class ForeignObjectElement extends GraphicsElement { | 3190 class ForeignObjectElement extends GraphicsElement { |
| 2945 // To suppress missing implicit constructor warnings. | 3191 // To suppress missing implicit constructor warnings. |
| 2946 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported")
; } | 3192 factory ForeignObjectElement._() { |
| 3193 throw new UnsupportedError("Not supported"); |
| 3194 } |
| 2947 | 3195 |
| 2948 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') | 3196 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') |
| 2949 @DocsEditable() | 3197 @DocsEditable() |
| 2950 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); | 3198 factory ForeignObjectElement() => |
| 2951 | 3199 _SvgElementFactoryProvider.createSvgElement_tag("foreignObject"); |
| 2952 | 3200 |
| 2953 @Deprecated("Internal Use Only") | 3201 @Deprecated("Internal Use Only") |
| 2954 external static Type get instanceRuntimeType; | 3202 external static Type get instanceRuntimeType; |
| 2955 | 3203 |
| 2956 @Deprecated("Internal Use Only") | 3204 @Deprecated("Internal Use Only") |
| 2957 ForeignObjectElement.internal_() : super.internal_(); | 3205 ForeignObjectElement.internal_() : super.internal_(); |
| 2958 | 3206 |
| 2959 /** | 3207 /** |
| 2960 * Constructor instantiated by the DOM when a custom element has been created. | 3208 * Constructor instantiated by the DOM when a custom element has been created. |
| 2961 * | 3209 * |
| 2962 * This can only be called by subclasses from their created constructor. | 3210 * This can only be called by subclasses from their created constructor. |
| 2963 */ | 3211 */ |
| 2964 ForeignObjectElement.created() : super.created(); | 3212 ForeignObjectElement.created() : super.created(); |
| 2965 | 3213 |
| 2966 /// Checks if this type is supported on the current platform. | 3214 /// Checks if this type is supported on the current platform. |
| 2967 static bool get supported => true; | 3215 static bool get supported => true; |
| 2968 | 3216 |
| 2969 @DomName('SVGForeignObjectElement.height') | 3217 @DomName('SVGForeignObjectElement.height') |
| 2970 @DocsEditable() | 3218 @DocsEditable() |
| 2971 AnimatedLength get height => _blink.BlinkSVGForeignObjectElement.instance.heig
ht_Getter_(this); | 3219 AnimatedLength get height => |
| 2972 | 3220 _blink.BlinkSVGForeignObjectElement.instance.height_Getter_(this); |
| 3221 |
| 2973 @DomName('SVGForeignObjectElement.width') | 3222 @DomName('SVGForeignObjectElement.width') |
| 2974 @DocsEditable() | 3223 @DocsEditable() |
| 2975 AnimatedLength get width => _blink.BlinkSVGForeignObjectElement.instance.width
_Getter_(this); | 3224 AnimatedLength get width => |
| 2976 | 3225 _blink.BlinkSVGForeignObjectElement.instance.width_Getter_(this); |
| 3226 |
| 2977 @DomName('SVGForeignObjectElement.x') | 3227 @DomName('SVGForeignObjectElement.x') |
| 2978 @DocsEditable() | 3228 @DocsEditable() |
| 2979 AnimatedLength get x => _blink.BlinkSVGForeignObjectElement.instance.x_Getter_
(this); | 3229 AnimatedLength get x => |
| 2980 | 3230 _blink.BlinkSVGForeignObjectElement.instance.x_Getter_(this); |
| 3231 |
| 2981 @DomName('SVGForeignObjectElement.y') | 3232 @DomName('SVGForeignObjectElement.y') |
| 2982 @DocsEditable() | 3233 @DocsEditable() |
| 2983 AnimatedLength get y => _blink.BlinkSVGForeignObjectElement.instance.y_Getter_
(this); | 3234 AnimatedLength get y => |
| 2984 | 3235 _blink.BlinkSVGForeignObjectElement.instance.y_Getter_(this); |
| 2985 } | 3236 } |
| 2986 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3237 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2987 // for details. All rights reserved. Use of this source code is governed by a | 3238 // for details. All rights reserved. Use of this source code is governed by a |
| 2988 // BSD-style license that can be found in the LICENSE file. | 3239 // BSD-style license that can be found in the LICENSE file. |
| 2989 | 3240 |
| 2990 // WARNING: Do not edit - generated code. | 3241 // WARNING: Do not edit - generated code. |
| 2991 | 3242 |
| 2992 | |
| 2993 @DocsEditable() | 3243 @DocsEditable() |
| 2994 @DomName('SVGGElement') | 3244 @DomName('SVGGElement') |
| 2995 @Unstable() | 3245 @Unstable() |
| 2996 class GElement extends GraphicsElement { | 3246 class GElement extends GraphicsElement { |
| 2997 // To suppress missing implicit constructor warnings. | 3247 // To suppress missing implicit constructor warnings. |
| 2998 factory GElement._() { throw new UnsupportedError("Not supported"); } | 3248 factory GElement._() { |
| 3249 throw new UnsupportedError("Not supported"); |
| 3250 } |
| 2999 | 3251 |
| 3000 @DomName('SVGGElement.SVGGElement') | 3252 @DomName('SVGGElement.SVGGElement') |
| 3001 @DocsEditable() | 3253 @DocsEditable() |
| 3002 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); | 3254 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
| 3003 | 3255 |
| 3004 | |
| 3005 @Deprecated("Internal Use Only") | 3256 @Deprecated("Internal Use Only") |
| 3006 external static Type get instanceRuntimeType; | 3257 external static Type get instanceRuntimeType; |
| 3007 | 3258 |
| 3008 @Deprecated("Internal Use Only") | 3259 @Deprecated("Internal Use Only") |
| 3009 GElement.internal_() : super.internal_(); | 3260 GElement.internal_() : super.internal_(); |
| 3010 | 3261 |
| 3011 /** | 3262 /** |
| 3012 * Constructor instantiated by the DOM when a custom element has been created. | 3263 * Constructor instantiated by the DOM when a custom element has been created. |
| 3013 * | 3264 * |
| 3014 * This can only be called by subclasses from their created constructor. | 3265 * This can only be called by subclasses from their created constructor. |
| 3015 */ | 3266 */ |
| 3016 GElement.created() : super.created(); | 3267 GElement.created() : super.created(); |
| 3017 | |
| 3018 } | 3268 } |
| 3019 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3269 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3020 // for details. All rights reserved. Use of this source code is governed by a | 3270 // for details. All rights reserved. Use of this source code is governed by a |
| 3021 // BSD-style license that can be found in the LICENSE file. | 3271 // BSD-style license that can be found in the LICENSE file. |
| 3022 | 3272 |
| 3023 // WARNING: Do not edit - generated code. | 3273 // WARNING: Do not edit - generated code. |
| 3024 | 3274 |
| 3025 | |
| 3026 @DocsEditable() | 3275 @DocsEditable() |
| 3027 @DomName('SVGGeometryElement') | 3276 @DomName('SVGGeometryElement') |
| 3028 @Experimental() // untriaged | 3277 @Experimental() // untriaged |
| 3029 class GeometryElement extends GraphicsElement { | 3278 class GeometryElement extends GraphicsElement { |
| 3030 // To suppress missing implicit constructor warnings. | 3279 // To suppress missing implicit constructor warnings. |
| 3031 factory GeometryElement._() { throw new UnsupportedError("Not supported"); } | 3280 factory GeometryElement._() { |
| 3032 | 3281 throw new UnsupportedError("Not supported"); |
| 3282 } |
| 3033 | 3283 |
| 3034 @Deprecated("Internal Use Only") | 3284 @Deprecated("Internal Use Only") |
| 3035 external static Type get instanceRuntimeType; | 3285 external static Type get instanceRuntimeType; |
| 3036 | 3286 |
| 3037 @Deprecated("Internal Use Only") | 3287 @Deprecated("Internal Use Only") |
| 3038 GeometryElement.internal_() : super.internal_(); | 3288 GeometryElement.internal_() : super.internal_(); |
| 3039 | 3289 |
| 3040 /** | 3290 /** |
| 3041 * Constructor instantiated by the DOM when a custom element has been created. | 3291 * Constructor instantiated by the DOM when a custom element has been created. |
| 3042 * | 3292 * |
| 3043 * This can only be called by subclasses from their created constructor. | 3293 * This can only be called by subclasses from their created constructor. |
| 3044 */ | 3294 */ |
| 3045 GeometryElement.created() : super.created(); | 3295 GeometryElement.created() : super.created(); |
| 3046 | 3296 |
| 3047 @DomName('SVGGeometryElement.isPointInFill') | 3297 @DomName('SVGGeometryElement.isPointInFill') |
| 3048 @DocsEditable() | 3298 @DocsEditable() |
| 3049 @Experimental() // untriaged | 3299 @Experimental() // untriaged |
| 3050 bool isPointInFill(Point point) => _blink.BlinkSVGGeometryElement.instance.isP
ointInFill_Callback_1_(this, point); | 3300 bool isPointInFill(Point point) => _blink.BlinkSVGGeometryElement.instance |
| 3051 | 3301 .isPointInFill_Callback_1_(this, point); |
| 3302 |
| 3052 @DomName('SVGGeometryElement.isPointInStroke') | 3303 @DomName('SVGGeometryElement.isPointInStroke') |
| 3053 @DocsEditable() | 3304 @DocsEditable() |
| 3054 @Experimental() // untriaged | 3305 @Experimental() // untriaged |
| 3055 bool isPointInStroke(Point point) => _blink.BlinkSVGGeometryElement.instance.i
sPointInStroke_Callback_1_(this, point); | 3306 bool isPointInStroke(Point point) => _blink.BlinkSVGGeometryElement.instance |
| 3056 | 3307 .isPointInStroke_Callback_1_(this, point); |
| 3057 } | 3308 } |
| 3058 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3059 // for details. All rights reserved. Use of this source code is governed by a | 3310 // for details. All rights reserved. Use of this source code is governed by a |
| 3060 // BSD-style license that can be found in the LICENSE file. | 3311 // BSD-style license that can be found in the LICENSE file. |
| 3061 | 3312 |
| 3062 // WARNING: Do not edit - generated code. | 3313 // WARNING: Do not edit - generated code. |
| 3063 | 3314 |
| 3064 | |
| 3065 @DocsEditable() | 3315 @DocsEditable() |
| 3066 @DomName('SVGGraphicsElement') | 3316 @DomName('SVGGraphicsElement') |
| 3067 @Experimental() // untriaged | 3317 @Experimental() // untriaged |
| 3068 class GraphicsElement extends SvgElement implements Tests { | 3318 class GraphicsElement extends SvgElement implements Tests { |
| 3069 // To suppress missing implicit constructor warnings. | 3319 // To suppress missing implicit constructor warnings. |
| 3070 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } | 3320 factory GraphicsElement._() { |
| 3071 | 3321 throw new UnsupportedError("Not supported"); |
| 3322 } |
| 3072 | 3323 |
| 3073 @Deprecated("Internal Use Only") | 3324 @Deprecated("Internal Use Only") |
| 3074 external static Type get instanceRuntimeType; | 3325 external static Type get instanceRuntimeType; |
| 3075 | 3326 |
| 3076 @Deprecated("Internal Use Only") | 3327 @Deprecated("Internal Use Only") |
| 3077 GraphicsElement.internal_() : super.internal_(); | 3328 GraphicsElement.internal_() : super.internal_(); |
| 3078 | 3329 |
| 3079 /** | 3330 /** |
| 3080 * Constructor instantiated by the DOM when a custom element has been created. | 3331 * Constructor instantiated by the DOM when a custom element has been created. |
| 3081 * | 3332 * |
| 3082 * This can only be called by subclasses from their created constructor. | 3333 * This can only be called by subclasses from their created constructor. |
| 3083 */ | 3334 */ |
| 3084 GraphicsElement.created() : super.created(); | 3335 GraphicsElement.created() : super.created(); |
| 3085 | 3336 |
| 3086 @DomName('SVGGraphicsElement.farthestViewportElement') | 3337 @DomName('SVGGraphicsElement.farthestViewportElement') |
| 3087 @DocsEditable() | 3338 @DocsEditable() |
| 3088 @Experimental() // untriaged | 3339 @Experimental() // untriaged |
| 3089 SvgElement get farthestViewportElement => _blink.BlinkSVGGraphicsElement.insta
nce.farthestViewportElement_Getter_(this); | 3340 SvgElement get farthestViewportElement => |
| 3090 | 3341 _blink.BlinkSVGGraphicsElement.instance |
| 3342 .farthestViewportElement_Getter_(this); |
| 3343 |
| 3091 @DomName('SVGGraphicsElement.nearestViewportElement') | 3344 @DomName('SVGGraphicsElement.nearestViewportElement') |
| 3092 @DocsEditable() | 3345 @DocsEditable() |
| 3093 @Experimental() // untriaged | 3346 @Experimental() // untriaged |
| 3094 SvgElement get nearestViewportElement => _blink.BlinkSVGGraphicsElement.instan
ce.nearestViewportElement_Getter_(this); | 3347 SvgElement get nearestViewportElement => |
| 3095 | 3348 _blink.BlinkSVGGraphicsElement.instance |
| 3349 .nearestViewportElement_Getter_(this); |
| 3350 |
| 3096 @DomName('SVGGraphicsElement.transform') | 3351 @DomName('SVGGraphicsElement.transform') |
| 3097 @DocsEditable() | 3352 @DocsEditable() |
| 3098 @Experimental() // untriaged | 3353 @Experimental() // untriaged |
| 3099 AnimatedTransformList get transform => _blink.BlinkSVGGraphicsElement.instance
.transform_Getter_(this); | 3354 AnimatedTransformList get transform => |
| 3100 | 3355 _blink.BlinkSVGGraphicsElement.instance.transform_Getter_(this); |
| 3356 |
| 3101 @DomName('SVGGraphicsElement.getBBox') | 3357 @DomName('SVGGraphicsElement.getBBox') |
| 3102 @DocsEditable() | 3358 @DocsEditable() |
| 3103 @Experimental() // untriaged | 3359 @Experimental() // untriaged |
| 3104 Rect getBBox() => _blink.BlinkSVGGraphicsElement.instance.getBBox_Callback_0_(
this); | 3360 Rect getBBox() => |
| 3105 | 3361 _blink.BlinkSVGGraphicsElement.instance.getBBox_Callback_0_(this); |
| 3362 |
| 3106 @DomName('SVGGraphicsElement.getCTM') | 3363 @DomName('SVGGraphicsElement.getCTM') |
| 3107 @DocsEditable() | 3364 @DocsEditable() |
| 3108 @Experimental() // untriaged | 3365 @Experimental() // untriaged |
| 3109 Matrix getCtm() => _blink.BlinkSVGGraphicsElement.instance.getCTM_Callback_0_(
this); | 3366 Matrix getCtm() => |
| 3110 | 3367 _blink.BlinkSVGGraphicsElement.instance.getCTM_Callback_0_(this); |
| 3368 |
| 3111 @DomName('SVGGraphicsElement.getScreenCTM') | 3369 @DomName('SVGGraphicsElement.getScreenCTM') |
| 3112 @DocsEditable() | 3370 @DocsEditable() |
| 3113 @Experimental() // untriaged | 3371 @Experimental() // untriaged |
| 3114 Matrix getScreenCtm() => _blink.BlinkSVGGraphicsElement.instance.getScreenCTM_
Callback_0_(this); | 3372 Matrix getScreenCtm() => |
| 3115 | 3373 _blink.BlinkSVGGraphicsElement.instance.getScreenCTM_Callback_0_(this); |
| 3374 |
| 3116 @DomName('SVGGraphicsElement.getTransformToElement') | 3375 @DomName('SVGGraphicsElement.getTransformToElement') |
| 3117 @DocsEditable() | 3376 @DocsEditable() |
| 3118 @Experimental() // untriaged | 3377 @Experimental() // untriaged |
| 3119 Matrix getTransformToElement(SvgElement element) => _blink.BlinkSVGGraphicsEle
ment.instance.getTransformToElement_Callback_1_(this, element); | 3378 Matrix getTransformToElement(SvgElement element) => |
| 3120 | 3379 _blink.BlinkSVGGraphicsElement.instance |
| 3380 .getTransformToElement_Callback_1_(this, element); |
| 3381 |
| 3121 @DomName('SVGGraphicsElement.requiredExtensions') | 3382 @DomName('SVGGraphicsElement.requiredExtensions') |
| 3122 @DocsEditable() | 3383 @DocsEditable() |
| 3123 @Experimental() // untriaged | 3384 @Experimental() // untriaged |
| 3124 StringList get requiredExtensions => _blink.BlinkSVGGraphicsElement.instance.r
equiredExtensions_Getter_(this); | 3385 StringList get requiredExtensions => |
| 3125 | 3386 _blink.BlinkSVGGraphicsElement.instance.requiredExtensions_Getter_(this); |
| 3387 |
| 3126 @DomName('SVGGraphicsElement.requiredFeatures') | 3388 @DomName('SVGGraphicsElement.requiredFeatures') |
| 3127 @DocsEditable() | 3389 @DocsEditable() |
| 3128 @Experimental() // untriaged | 3390 @Experimental() // untriaged |
| 3129 StringList get requiredFeatures => _blink.BlinkSVGGraphicsElement.instance.req
uiredFeatures_Getter_(this); | 3391 StringList get requiredFeatures => |
| 3130 | 3392 _blink.BlinkSVGGraphicsElement.instance.requiredFeatures_Getter_(this); |
| 3393 |
| 3131 @DomName('SVGGraphicsElement.systemLanguage') | 3394 @DomName('SVGGraphicsElement.systemLanguage') |
| 3132 @DocsEditable() | 3395 @DocsEditable() |
| 3133 @Experimental() // untriaged | 3396 @Experimental() // untriaged |
| 3134 StringList get systemLanguage => _blink.BlinkSVGGraphicsElement.instance.syste
mLanguage_Getter_(this); | 3397 StringList get systemLanguage => |
| 3135 | 3398 _blink.BlinkSVGGraphicsElement.instance.systemLanguage_Getter_(this); |
| 3399 |
| 3136 @DomName('SVGGraphicsElement.hasExtension') | 3400 @DomName('SVGGraphicsElement.hasExtension') |
| 3137 @DocsEditable() | 3401 @DocsEditable() |
| 3138 @Experimental() // untriaged | 3402 @Experimental() // untriaged |
| 3139 bool hasExtension(String extension) => _blink.BlinkSVGGraphicsElement.instance
.hasExtension_Callback_1_(this, extension); | 3403 bool hasExtension(String extension) => _blink.BlinkSVGGraphicsElement.instance |
| 3140 | 3404 .hasExtension_Callback_1_(this, extension); |
| 3141 } | 3405 } |
| 3142 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3406 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3143 // for details. All rights reserved. Use of this source code is governed by a | 3407 // for details. All rights reserved. Use of this source code is governed by a |
| 3144 // BSD-style license that can be found in the LICENSE file. | 3408 // BSD-style license that can be found in the LICENSE file. |
| 3145 | 3409 |
| 3146 // WARNING: Do not edit - generated code. | 3410 // WARNING: Do not edit - generated code. |
| 3147 | 3411 |
| 3148 | |
| 3149 @DocsEditable() | 3412 @DocsEditable() |
| 3150 @DomName('SVGImageElement') | 3413 @DomName('SVGImageElement') |
| 3151 @Unstable() | 3414 @Unstable() |
| 3152 class ImageElement extends GraphicsElement implements UriReference { | 3415 class ImageElement extends GraphicsElement implements UriReference { |
| 3153 // To suppress missing implicit constructor warnings. | 3416 // To suppress missing implicit constructor warnings. |
| 3154 factory ImageElement._() { throw new UnsupportedError("Not supported"); } | 3417 factory ImageElement._() { |
| 3418 throw new UnsupportedError("Not supported"); |
| 3419 } |
| 3155 | 3420 |
| 3156 @DomName('SVGImageElement.SVGImageElement') | 3421 @DomName('SVGImageElement.SVGImageElement') |
| 3157 @DocsEditable() | 3422 @DocsEditable() |
| 3158 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 3423 factory ImageElement() => |
| 3159 | 3424 _SvgElementFactoryProvider.createSvgElement_tag("image"); |
| 3160 | 3425 |
| 3161 @Deprecated("Internal Use Only") | 3426 @Deprecated("Internal Use Only") |
| 3162 external static Type get instanceRuntimeType; | 3427 external static Type get instanceRuntimeType; |
| 3163 | 3428 |
| 3164 @Deprecated("Internal Use Only") | 3429 @Deprecated("Internal Use Only") |
| 3165 ImageElement.internal_() : super.internal_(); | 3430 ImageElement.internal_() : super.internal_(); |
| 3166 | 3431 |
| 3167 /** | 3432 /** |
| 3168 * Constructor instantiated by the DOM when a custom element has been created. | 3433 * Constructor instantiated by the DOM when a custom element has been created. |
| 3169 * | 3434 * |
| 3170 * This can only be called by subclasses from their created constructor. | 3435 * This can only be called by subclasses from their created constructor. |
| 3171 */ | 3436 */ |
| 3172 ImageElement.created() : super.created(); | 3437 ImageElement.created() : super.created(); |
| 3173 | 3438 |
| 3174 @DomName('SVGImageElement.height') | 3439 @DomName('SVGImageElement.height') |
| 3175 @DocsEditable() | 3440 @DocsEditable() |
| 3176 AnimatedLength get height => _blink.BlinkSVGImageElement.instance.height_Gette
r_(this); | 3441 AnimatedLength get height => |
| 3177 | 3442 _blink.BlinkSVGImageElement.instance.height_Getter_(this); |
| 3443 |
| 3178 @DomName('SVGImageElement.preserveAspectRatio') | 3444 @DomName('SVGImageElement.preserveAspectRatio') |
| 3179 @DocsEditable() | 3445 @DocsEditable() |
| 3180 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGImageEle
ment.instance.preserveAspectRatio_Getter_(this); | 3446 AnimatedPreserveAspectRatio get preserveAspectRatio => |
| 3181 | 3447 _blink.BlinkSVGImageElement.instance.preserveAspectRatio_Getter_(this); |
| 3448 |
| 3182 @DomName('SVGImageElement.width') | 3449 @DomName('SVGImageElement.width') |
| 3183 @DocsEditable() | 3450 @DocsEditable() |
| 3184 AnimatedLength get width => _blink.BlinkSVGImageElement.instance.width_Getter_
(this); | 3451 AnimatedLength get width => |
| 3185 | 3452 _blink.BlinkSVGImageElement.instance.width_Getter_(this); |
| 3453 |
| 3186 @DomName('SVGImageElement.x') | 3454 @DomName('SVGImageElement.x') |
| 3187 @DocsEditable() | 3455 @DocsEditable() |
| 3188 AnimatedLength get x => _blink.BlinkSVGImageElement.instance.x_Getter_(this); | 3456 AnimatedLength get x => _blink.BlinkSVGImageElement.instance.x_Getter_(this); |
| 3189 | 3457 |
| 3190 @DomName('SVGImageElement.y') | 3458 @DomName('SVGImageElement.y') |
| 3191 @DocsEditable() | 3459 @DocsEditable() |
| 3192 AnimatedLength get y => _blink.BlinkSVGImageElement.instance.y_Getter_(this); | 3460 AnimatedLength get y => _blink.BlinkSVGImageElement.instance.y_Getter_(this); |
| 3193 | 3461 |
| 3194 @DomName('SVGImageElement.href') | 3462 @DomName('SVGImageElement.href') |
| 3195 @DocsEditable() | 3463 @DocsEditable() |
| 3196 AnimatedString get href => _blink.BlinkSVGImageElement.instance.href_Getter_(t
his); | 3464 AnimatedString get href => |
| 3197 | 3465 _blink.BlinkSVGImageElement.instance.href_Getter_(this); |
| 3198 } | 3466 } |
| 3199 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3467 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3200 // for details. All rights reserved. Use of this source code is governed by a | 3468 // for details. All rights reserved. Use of this source code is governed by a |
| 3201 // BSD-style license that can be found in the LICENSE file. | 3469 // BSD-style license that can be found in the LICENSE file. |
| 3202 | 3470 |
| 3203 // WARNING: Do not edit - generated code. | 3471 // WARNING: Do not edit - generated code. |
| 3204 | 3472 |
| 3205 | |
| 3206 @DocsEditable() | 3473 @DocsEditable() |
| 3207 @DomName('SVGLength') | 3474 @DomName('SVGLength') |
| 3208 @Unstable() | 3475 @Unstable() |
| 3209 class Length extends DartHtmlDomObject { | 3476 class Length extends DartHtmlDomObject { |
| 3210 // To suppress missing implicit constructor warnings. | 3477 // To suppress missing implicit constructor warnings. |
| 3211 factory Length._() { throw new UnsupportedError("Not supported"); } | 3478 factory Length._() { |
| 3212 | 3479 throw new UnsupportedError("Not supported"); |
| 3480 } |
| 3213 | 3481 |
| 3214 @Deprecated("Internal Use Only") | 3482 @Deprecated("Internal Use Only") |
| 3215 external static Type get instanceRuntimeType; | 3483 external static Type get instanceRuntimeType; |
| 3216 | 3484 |
| 3217 @Deprecated("Internal Use Only") | 3485 @Deprecated("Internal Use Only") |
| 3218 Length.internal_() { } | 3486 Length.internal_() {} |
| 3219 | 3487 |
| 3220 @DomName('SVGLength.SVG_LENGTHTYPE_CM') | 3488 @DomName('SVGLength.SVG_LENGTHTYPE_CM') |
| 3221 @DocsEditable() | 3489 @DocsEditable() |
| 3222 static const int SVG_LENGTHTYPE_CM = 6; | 3490 static const int SVG_LENGTHTYPE_CM = 6; |
| 3223 | 3491 |
| 3224 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') | 3492 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') |
| 3225 @DocsEditable() | 3493 @DocsEditable() |
| 3226 static const int SVG_LENGTHTYPE_EMS = 3; | 3494 static const int SVG_LENGTHTYPE_EMS = 3; |
| 3227 | 3495 |
| 3228 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') | 3496 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') |
| (...skipping 28 matching lines...) Expand all Loading... |
| 3257 @DocsEditable() | 3525 @DocsEditable() |
| 3258 static const int SVG_LENGTHTYPE_PX = 5; | 3526 static const int SVG_LENGTHTYPE_PX = 5; |
| 3259 | 3527 |
| 3260 @DomName('SVGLength.SVG_LENGTHTYPE_UNKNOWN') | 3528 @DomName('SVGLength.SVG_LENGTHTYPE_UNKNOWN') |
| 3261 @DocsEditable() | 3529 @DocsEditable() |
| 3262 static const int SVG_LENGTHTYPE_UNKNOWN = 0; | 3530 static const int SVG_LENGTHTYPE_UNKNOWN = 0; |
| 3263 | 3531 |
| 3264 @DomName('SVGLength.unitType') | 3532 @DomName('SVGLength.unitType') |
| 3265 @DocsEditable() | 3533 @DocsEditable() |
| 3266 int get unitType => _blink.BlinkSVGLength.instance.unitType_Getter_(this); | 3534 int get unitType => _blink.BlinkSVGLength.instance.unitType_Getter_(this); |
| 3267 | 3535 |
| 3268 @DomName('SVGLength.value') | 3536 @DomName('SVGLength.value') |
| 3269 @DocsEditable() | 3537 @DocsEditable() |
| 3270 num get value => _blink.BlinkSVGLength.instance.value_Getter_(this); | 3538 num get value => _blink.BlinkSVGLength.instance.value_Getter_(this); |
| 3271 | 3539 |
| 3272 @DomName('SVGLength.value') | 3540 @DomName('SVGLength.value') |
| 3273 @DocsEditable() | 3541 @DocsEditable() |
| 3274 set value(num value) => _blink.BlinkSVGLength.instance.value_Setter_(this, val
ue); | 3542 set value(num value) => |
| 3275 | 3543 _blink.BlinkSVGLength.instance.value_Setter_(this, value); |
| 3544 |
| 3276 @DomName('SVGLength.valueAsString') | 3545 @DomName('SVGLength.valueAsString') |
| 3277 @DocsEditable() | 3546 @DocsEditable() |
| 3278 String get valueAsString => _blink.BlinkSVGLength.instance.valueAsString_Gette
r_(this); | 3547 String get valueAsString => |
| 3279 | 3548 _blink.BlinkSVGLength.instance.valueAsString_Getter_(this); |
| 3549 |
| 3280 @DomName('SVGLength.valueAsString') | 3550 @DomName('SVGLength.valueAsString') |
| 3281 @DocsEditable() | 3551 @DocsEditable() |
| 3282 set valueAsString(String value) => _blink.BlinkSVGLength.instance.valueAsStrin
g_Setter_(this, value); | 3552 set valueAsString(String value) => |
| 3283 | 3553 _blink.BlinkSVGLength.instance.valueAsString_Setter_(this, value); |
| 3554 |
| 3284 @DomName('SVGLength.valueInSpecifiedUnits') | 3555 @DomName('SVGLength.valueInSpecifiedUnits') |
| 3285 @DocsEditable() | 3556 @DocsEditable() |
| 3286 num get valueInSpecifiedUnits => _blink.BlinkSVGLength.instance.valueInSpecifi
edUnits_Getter_(this); | 3557 num get valueInSpecifiedUnits => |
| 3287 | 3558 _blink.BlinkSVGLength.instance.valueInSpecifiedUnits_Getter_(this); |
| 3559 |
| 3288 @DomName('SVGLength.valueInSpecifiedUnits') | 3560 @DomName('SVGLength.valueInSpecifiedUnits') |
| 3289 @DocsEditable() | 3561 @DocsEditable() |
| 3290 set valueInSpecifiedUnits(num value) => _blink.BlinkSVGLength.instance.valueIn
SpecifiedUnits_Setter_(this, value); | 3562 set valueInSpecifiedUnits(num value) => |
| 3291 | 3563 _blink.BlinkSVGLength.instance.valueInSpecifiedUnits_Setter_(this, value); |
| 3564 |
| 3292 @DomName('SVGLength.convertToSpecifiedUnits') | 3565 @DomName('SVGLength.convertToSpecifiedUnits') |
| 3293 @DocsEditable() | 3566 @DocsEditable() |
| 3294 void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGLength.instance.c
onvertToSpecifiedUnits_Callback_1_(this, unitType); | 3567 void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGLength.instance |
| 3295 | 3568 .convertToSpecifiedUnits_Callback_1_(this, unitType); |
| 3569 |
| 3296 @DomName('SVGLength.newValueSpecifiedUnits') | 3570 @DomName('SVGLength.newValueSpecifiedUnits') |
| 3297 @DocsEditable() | 3571 @DocsEditable() |
| 3298 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink
.BlinkSVGLength.instance.newValueSpecifiedUnits_Callback_2_(this, unitType, valu
eInSpecifiedUnits); | 3572 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => |
| 3299 | 3573 _blink.BlinkSVGLength.instance.newValueSpecifiedUnits_Callback_2_( |
| 3574 this, unitType, valueInSpecifiedUnits); |
| 3300 } | 3575 } |
| 3301 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3576 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3302 // for details. All rights reserved. Use of this source code is governed by a | 3577 // for details. All rights reserved. Use of this source code is governed by a |
| 3303 // BSD-style license that can be found in the LICENSE file. | 3578 // BSD-style license that can be found in the LICENSE file. |
| 3304 | 3579 |
| 3305 // WARNING: Do not edit - generated code. | 3580 // WARNING: Do not edit - generated code. |
| 3306 | 3581 |
| 3307 | |
| 3308 @DocsEditable() | 3582 @DocsEditable() |
| 3309 @DomName('SVGLengthList') | 3583 @DomName('SVGLengthList') |
| 3310 @Unstable() | 3584 @Unstable() |
| 3311 class LengthList extends DartHtmlDomObject with ListMixin<Length>, ImmutableList
Mixin<Length> implements List<Length> { | 3585 class LengthList extends DartHtmlDomObject |
| 3586 with ListMixin<Length>, ImmutableListMixin<Length> |
| 3587 implements List<Length> { |
| 3312 // To suppress missing implicit constructor warnings. | 3588 // To suppress missing implicit constructor warnings. |
| 3313 factory LengthList._() { throw new UnsupportedError("Not supported"); } | 3589 factory LengthList._() { |
| 3314 | 3590 throw new UnsupportedError("Not supported"); |
| 3591 } |
| 3315 | 3592 |
| 3316 @Deprecated("Internal Use Only") | 3593 @Deprecated("Internal Use Only") |
| 3317 external static Type get instanceRuntimeType; | 3594 external static Type get instanceRuntimeType; |
| 3318 | 3595 |
| 3319 @Deprecated("Internal Use Only") | 3596 @Deprecated("Internal Use Only") |
| 3320 LengthList.internal_() { } | 3597 LengthList.internal_() {} |
| 3321 | 3598 |
| 3322 @DomName('SVGLengthList.length') | 3599 @DomName('SVGLengthList.length') |
| 3323 @DocsEditable() | 3600 @DocsEditable() |
| 3324 @Experimental() // untriaged | 3601 @Experimental() // untriaged |
| 3325 int get length => _blink.BlinkSVGLengthList.instance.length_Getter_(this); | 3602 int get length => _blink.BlinkSVGLengthList.instance.length_Getter_(this); |
| 3326 | 3603 |
| 3327 @DomName('SVGLengthList.numberOfItems') | 3604 @DomName('SVGLengthList.numberOfItems') |
| 3328 @DocsEditable() | 3605 @DocsEditable() |
| 3329 int get numberOfItems => _blink.BlinkSVGLengthList.instance.numberOfItems_Gett
er_(this); | 3606 int get numberOfItems => |
| 3330 | 3607 _blink.BlinkSVGLengthList.instance.numberOfItems_Getter_(this); |
| 3331 Length operator[](int index) { | 3608 |
| 3332 if (index < 0 || index >= length) | 3609 Length operator [](int index) { |
| 3333 throw new RangeError.index(index, this); | 3610 if (index < 0 || index >= length) throw new RangeError.index(index, this); |
| 3334 return getItem(index); | 3611 return getItem(index); |
| 3335 } | 3612 } |
| 3336 | 3613 |
| 3337 void operator[]=(int index, Length value) { | 3614 void operator []=(int index, Length value) { |
| 3338 throw new UnsupportedError("Cannot assign element of immutable List."); | 3615 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 3339 } | 3616 } |
| 3340 // -- start List<Length> mixins. | 3617 // -- start List<Length> mixins. |
| 3341 // Length is the element type. | 3618 // Length is the element type. |
| 3342 | 3619 |
| 3343 | |
| 3344 set length(int value) { | 3620 set length(int value) { |
| 3345 throw new UnsupportedError("Cannot resize immutable List."); | 3621 throw new UnsupportedError("Cannot resize immutable List."); |
| 3346 } | 3622 } |
| 3347 | 3623 |
| 3348 Length get first { | 3624 Length get first { |
| 3349 if (this.length > 0) { | 3625 if (this.length > 0) { |
| 3350 return getItem(0); | 3626 return getItem(0); |
| 3351 } | 3627 } |
| 3352 throw new StateError("No elements"); | 3628 throw new StateError("No elements"); |
| 3353 } | 3629 } |
| (...skipping 14 matching lines...) Expand all Loading... |
| 3368 if (len == 0) throw new StateError("No elements"); | 3644 if (len == 0) throw new StateError("No elements"); |
| 3369 throw new StateError("More than one element"); | 3645 throw new StateError("More than one element"); |
| 3370 } | 3646 } |
| 3371 | 3647 |
| 3372 Length elementAt(int index) => this[index]; | 3648 Length elementAt(int index) => this[index]; |
| 3373 // -- end List<Length> mixins. | 3649 // -- end List<Length> mixins. |
| 3374 | 3650 |
| 3375 @DomName('SVGLengthList.__setter__') | 3651 @DomName('SVGLengthList.__setter__') |
| 3376 @DocsEditable() | 3652 @DocsEditable() |
| 3377 @Experimental() // untriaged | 3653 @Experimental() // untriaged |
| 3378 void __setter__(int index, Length newItem) => _blink.BlinkSVGLengthList.instan
ce.$__setter___Callback_2_(this, index, newItem); | 3654 void __setter__(int index, Length newItem) => |
| 3379 | 3655 _blink.BlinkSVGLengthList.instance |
| 3656 .$__setter___Callback_2_(this, index, newItem); |
| 3657 |
| 3380 @DomName('SVGLengthList.appendItem') | 3658 @DomName('SVGLengthList.appendItem') |
| 3381 @DocsEditable() | 3659 @DocsEditable() |
| 3382 Length appendItem(Length newItem) => _blink.BlinkSVGLengthList.instance.append
Item_Callback_1_(this, newItem); | 3660 Length appendItem(Length newItem) => |
| 3383 | 3661 _blink.BlinkSVGLengthList.instance.appendItem_Callback_1_(this, newItem); |
| 3662 |
| 3384 @DomName('SVGLengthList.clear') | 3663 @DomName('SVGLengthList.clear') |
| 3385 @DocsEditable() | 3664 @DocsEditable() |
| 3386 void clear() => _blink.BlinkSVGLengthList.instance.clear_Callback_0_(this); | 3665 void clear() => _blink.BlinkSVGLengthList.instance.clear_Callback_0_(this); |
| 3387 | 3666 |
| 3388 @DomName('SVGLengthList.getItem') | 3667 @DomName('SVGLengthList.getItem') |
| 3389 @DocsEditable() | 3668 @DocsEditable() |
| 3390 Length getItem(int index) => _blink.BlinkSVGLengthList.instance.getItem_Callba
ck_1_(this, index); | 3669 Length getItem(int index) => |
| 3391 | 3670 _blink.BlinkSVGLengthList.instance.getItem_Callback_1_(this, index); |
| 3671 |
| 3392 @DomName('SVGLengthList.initialize') | 3672 @DomName('SVGLengthList.initialize') |
| 3393 @DocsEditable() | 3673 @DocsEditable() |
| 3394 Length initialize(Length newItem) => _blink.BlinkSVGLengthList.instance.initia
lize_Callback_1_(this, newItem); | 3674 Length initialize(Length newItem) => |
| 3395 | 3675 _blink.BlinkSVGLengthList.instance.initialize_Callback_1_(this, newItem); |
| 3676 |
| 3396 @DomName('SVGLengthList.insertItemBefore') | 3677 @DomName('SVGLengthList.insertItemBefore') |
| 3397 @DocsEditable() | 3678 @DocsEditable() |
| 3398 Length insertItemBefore(Length newItem, int index) => _blink.BlinkSVGLengthLis
t.instance.insertItemBefore_Callback_2_(this, newItem, index); | 3679 Length insertItemBefore(Length newItem, int index) => |
| 3399 | 3680 _blink.BlinkSVGLengthList.instance |
| 3681 .insertItemBefore_Callback_2_(this, newItem, index); |
| 3682 |
| 3400 @DomName('SVGLengthList.removeItem') | 3683 @DomName('SVGLengthList.removeItem') |
| 3401 @DocsEditable() | 3684 @DocsEditable() |
| 3402 Length removeItem(int index) => _blink.BlinkSVGLengthList.instance.removeItem_
Callback_1_(this, index); | 3685 Length removeItem(int index) => |
| 3403 | 3686 _blink.BlinkSVGLengthList.instance.removeItem_Callback_1_(this, index); |
| 3687 |
| 3404 @DomName('SVGLengthList.replaceItem') | 3688 @DomName('SVGLengthList.replaceItem') |
| 3405 @DocsEditable() | 3689 @DocsEditable() |
| 3406 Length replaceItem(Length newItem, int index) => _blink.BlinkSVGLengthList.ins
tance.replaceItem_Callback_2_(this, newItem, index); | 3690 Length replaceItem(Length newItem, int index) => |
| 3407 | 3691 _blink.BlinkSVGLengthList.instance |
| 3692 .replaceItem_Callback_2_(this, newItem, index); |
| 3408 } | 3693 } |
| 3409 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3694 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3410 // for details. All rights reserved. Use of this source code is governed by a | 3695 // for details. All rights reserved. Use of this source code is governed by a |
| 3411 // BSD-style license that can be found in the LICENSE file. | 3696 // BSD-style license that can be found in the LICENSE file. |
| 3412 | 3697 |
| 3413 // WARNING: Do not edit - generated code. | 3698 // WARNING: Do not edit - generated code. |
| 3414 | 3699 |
| 3415 | |
| 3416 @DocsEditable() | 3700 @DocsEditable() |
| 3417 @DomName('SVGLineElement') | 3701 @DomName('SVGLineElement') |
| 3418 @Unstable() | 3702 @Unstable() |
| 3419 class LineElement extends GeometryElement { | 3703 class LineElement extends GeometryElement { |
| 3420 // To suppress missing implicit constructor warnings. | 3704 // To suppress missing implicit constructor warnings. |
| 3421 factory LineElement._() { throw new UnsupportedError("Not supported"); } | 3705 factory LineElement._() { |
| 3706 throw new UnsupportedError("Not supported"); |
| 3707 } |
| 3422 | 3708 |
| 3423 @DomName('SVGLineElement.SVGLineElement') | 3709 @DomName('SVGLineElement.SVGLineElement') |
| 3424 @DocsEditable() | 3710 @DocsEditable() |
| 3425 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 3711 factory LineElement() => |
| 3426 | 3712 _SvgElementFactoryProvider.createSvgElement_tag("line"); |
| 3427 | 3713 |
| 3428 @Deprecated("Internal Use Only") | 3714 @Deprecated("Internal Use Only") |
| 3429 external static Type get instanceRuntimeType; | 3715 external static Type get instanceRuntimeType; |
| 3430 | 3716 |
| 3431 @Deprecated("Internal Use Only") | 3717 @Deprecated("Internal Use Only") |
| 3432 LineElement.internal_() : super.internal_(); | 3718 LineElement.internal_() : super.internal_(); |
| 3433 | 3719 |
| 3434 /** | 3720 /** |
| 3435 * Constructor instantiated by the DOM when a custom element has been created. | 3721 * Constructor instantiated by the DOM when a custom element has been created. |
| 3436 * | 3722 * |
| 3437 * This can only be called by subclasses from their created constructor. | 3723 * This can only be called by subclasses from their created constructor. |
| 3438 */ | 3724 */ |
| 3439 LineElement.created() : super.created(); | 3725 LineElement.created() : super.created(); |
| 3440 | 3726 |
| 3441 @DomName('SVGLineElement.x1') | 3727 @DomName('SVGLineElement.x1') |
| 3442 @DocsEditable() | 3728 @DocsEditable() |
| 3443 AnimatedLength get x1 => _blink.BlinkSVGLineElement.instance.x1_Getter_(this); | 3729 AnimatedLength get x1 => _blink.BlinkSVGLineElement.instance.x1_Getter_(this); |
| 3444 | 3730 |
| 3445 @DomName('SVGLineElement.x2') | 3731 @DomName('SVGLineElement.x2') |
| 3446 @DocsEditable() | 3732 @DocsEditable() |
| 3447 AnimatedLength get x2 => _blink.BlinkSVGLineElement.instance.x2_Getter_(this); | 3733 AnimatedLength get x2 => _blink.BlinkSVGLineElement.instance.x2_Getter_(this); |
| 3448 | 3734 |
| 3449 @DomName('SVGLineElement.y1') | 3735 @DomName('SVGLineElement.y1') |
| 3450 @DocsEditable() | 3736 @DocsEditable() |
| 3451 AnimatedLength get y1 => _blink.BlinkSVGLineElement.instance.y1_Getter_(this); | 3737 AnimatedLength get y1 => _blink.BlinkSVGLineElement.instance.y1_Getter_(this); |
| 3452 | 3738 |
| 3453 @DomName('SVGLineElement.y2') | 3739 @DomName('SVGLineElement.y2') |
| 3454 @DocsEditable() | 3740 @DocsEditable() |
| 3455 AnimatedLength get y2 => _blink.BlinkSVGLineElement.instance.y2_Getter_(this); | 3741 AnimatedLength get y2 => _blink.BlinkSVGLineElement.instance.y2_Getter_(this); |
| 3456 | |
| 3457 } | 3742 } |
| 3458 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3743 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3459 // for details. All rights reserved. Use of this source code is governed by a | 3744 // for details. All rights reserved. Use of this source code is governed by a |
| 3460 // BSD-style license that can be found in the LICENSE file. | 3745 // BSD-style license that can be found in the LICENSE file. |
| 3461 | 3746 |
| 3462 // WARNING: Do not edit - generated code. | 3747 // WARNING: Do not edit - generated code. |
| 3463 | 3748 |
| 3464 | |
| 3465 @DocsEditable() | 3749 @DocsEditable() |
| 3466 @DomName('SVGLinearGradientElement') | 3750 @DomName('SVGLinearGradientElement') |
| 3467 @Unstable() | 3751 @Unstable() |
| 3468 class LinearGradientElement extends _GradientElement { | 3752 class LinearGradientElement extends _GradientElement { |
| 3469 // To suppress missing implicit constructor warnings. | 3753 // To suppress missing implicit constructor warnings. |
| 3470 factory LinearGradientElement._() { throw new UnsupportedError("Not supported"
); } | 3754 factory LinearGradientElement._() { |
| 3755 throw new UnsupportedError("Not supported"); |
| 3756 } |
| 3471 | 3757 |
| 3472 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') | 3758 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') |
| 3473 @DocsEditable() | 3759 @DocsEditable() |
| 3474 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); | 3760 factory LinearGradientElement() => |
| 3475 | 3761 _SvgElementFactoryProvider.createSvgElement_tag("linearGradient"); |
| 3476 | 3762 |
| 3477 @Deprecated("Internal Use Only") | 3763 @Deprecated("Internal Use Only") |
| 3478 external static Type get instanceRuntimeType; | 3764 external static Type get instanceRuntimeType; |
| 3479 | 3765 |
| 3480 @Deprecated("Internal Use Only") | 3766 @Deprecated("Internal Use Only") |
| 3481 LinearGradientElement.internal_() : super.internal_(); | 3767 LinearGradientElement.internal_() : super.internal_(); |
| 3482 | 3768 |
| 3483 /** | 3769 /** |
| 3484 * Constructor instantiated by the DOM when a custom element has been created. | 3770 * Constructor instantiated by the DOM when a custom element has been created. |
| 3485 * | 3771 * |
| 3486 * This can only be called by subclasses from their created constructor. | 3772 * This can only be called by subclasses from their created constructor. |
| 3487 */ | 3773 */ |
| 3488 LinearGradientElement.created() : super.created(); | 3774 LinearGradientElement.created() : super.created(); |
| 3489 | 3775 |
| 3490 @DomName('SVGLinearGradientElement.x1') | 3776 @DomName('SVGLinearGradientElement.x1') |
| 3491 @DocsEditable() | 3777 @DocsEditable() |
| 3492 AnimatedLength get x1 => _blink.BlinkSVGLinearGradientElement.instance.x1_Gett
er_(this); | 3778 AnimatedLength get x1 => |
| 3493 | 3779 _blink.BlinkSVGLinearGradientElement.instance.x1_Getter_(this); |
| 3780 |
| 3494 @DomName('SVGLinearGradientElement.x2') | 3781 @DomName('SVGLinearGradientElement.x2') |
| 3495 @DocsEditable() | 3782 @DocsEditable() |
| 3496 AnimatedLength get x2 => _blink.BlinkSVGLinearGradientElement.instance.x2_Gett
er_(this); | 3783 AnimatedLength get x2 => |
| 3497 | 3784 _blink.BlinkSVGLinearGradientElement.instance.x2_Getter_(this); |
| 3785 |
| 3498 @DomName('SVGLinearGradientElement.y1') | 3786 @DomName('SVGLinearGradientElement.y1') |
| 3499 @DocsEditable() | 3787 @DocsEditable() |
| 3500 AnimatedLength get y1 => _blink.BlinkSVGLinearGradientElement.instance.y1_Gett
er_(this); | 3788 AnimatedLength get y1 => |
| 3501 | 3789 _blink.BlinkSVGLinearGradientElement.instance.y1_Getter_(this); |
| 3790 |
| 3502 @DomName('SVGLinearGradientElement.y2') | 3791 @DomName('SVGLinearGradientElement.y2') |
| 3503 @DocsEditable() | 3792 @DocsEditable() |
| 3504 AnimatedLength get y2 => _blink.BlinkSVGLinearGradientElement.instance.y2_Gett
er_(this); | 3793 AnimatedLength get y2 => |
| 3505 | 3794 _blink.BlinkSVGLinearGradientElement.instance.y2_Getter_(this); |
| 3506 } | 3795 } |
| 3507 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3796 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3508 // for details. All rights reserved. Use of this source code is governed by a | 3797 // for details. All rights reserved. Use of this source code is governed by a |
| 3509 // BSD-style license that can be found in the LICENSE file. | 3798 // BSD-style license that can be found in the LICENSE file. |
| 3510 | 3799 |
| 3511 // WARNING: Do not edit - generated code. | 3800 // WARNING: Do not edit - generated code. |
| 3512 | 3801 |
| 3513 | |
| 3514 @DocsEditable() | 3802 @DocsEditable() |
| 3515 @DomName('SVGMarkerElement') | 3803 @DomName('SVGMarkerElement') |
| 3516 @Unstable() | 3804 @Unstable() |
| 3517 class MarkerElement extends SvgElement implements FitToViewBox { | 3805 class MarkerElement extends SvgElement implements FitToViewBox { |
| 3518 // To suppress missing implicit constructor warnings. | 3806 // To suppress missing implicit constructor warnings. |
| 3519 factory MarkerElement._() { throw new UnsupportedError("Not supported"); } | 3807 factory MarkerElement._() { |
| 3808 throw new UnsupportedError("Not supported"); |
| 3809 } |
| 3520 | 3810 |
| 3521 @DomName('SVGMarkerElement.SVGMarkerElement') | 3811 @DomName('SVGMarkerElement.SVGMarkerElement') |
| 3522 @DocsEditable() | 3812 @DocsEditable() |
| 3523 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); | 3813 factory MarkerElement() => |
| 3524 | 3814 _SvgElementFactoryProvider.createSvgElement_tag("marker"); |
| 3525 | 3815 |
| 3526 @Deprecated("Internal Use Only") | 3816 @Deprecated("Internal Use Only") |
| 3527 external static Type get instanceRuntimeType; | 3817 external static Type get instanceRuntimeType; |
| 3528 | 3818 |
| 3529 @Deprecated("Internal Use Only") | 3819 @Deprecated("Internal Use Only") |
| 3530 MarkerElement.internal_() : super.internal_(); | 3820 MarkerElement.internal_() : super.internal_(); |
| 3531 | 3821 |
| 3532 /** | 3822 /** |
| 3533 * Constructor instantiated by the DOM when a custom element has been created. | 3823 * Constructor instantiated by the DOM when a custom element has been created. |
| 3534 * | 3824 * |
| (...skipping 20 matching lines...) Expand all Loading... |
| 3555 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_AUTO') | 3845 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_AUTO') |
| 3556 @DocsEditable() | 3846 @DocsEditable() |
| 3557 static const int SVG_MARKER_ORIENT_AUTO = 1; | 3847 static const int SVG_MARKER_ORIENT_AUTO = 1; |
| 3558 | 3848 |
| 3559 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN') | 3849 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN') |
| 3560 @DocsEditable() | 3850 @DocsEditable() |
| 3561 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; | 3851 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; |
| 3562 | 3852 |
| 3563 @DomName('SVGMarkerElement.markerHeight') | 3853 @DomName('SVGMarkerElement.markerHeight') |
| 3564 @DocsEditable() | 3854 @DocsEditable() |
| 3565 AnimatedLength get markerHeight => _blink.BlinkSVGMarkerElement.instance.marke
rHeight_Getter_(this); | 3855 AnimatedLength get markerHeight => |
| 3566 | 3856 _blink.BlinkSVGMarkerElement.instance.markerHeight_Getter_(this); |
| 3857 |
| 3567 @DomName('SVGMarkerElement.markerUnits') | 3858 @DomName('SVGMarkerElement.markerUnits') |
| 3568 @DocsEditable() | 3859 @DocsEditable() |
| 3569 AnimatedEnumeration get markerUnits => _blink.BlinkSVGMarkerElement.instance.m
arkerUnits_Getter_(this); | 3860 AnimatedEnumeration get markerUnits => |
| 3570 | 3861 _blink.BlinkSVGMarkerElement.instance.markerUnits_Getter_(this); |
| 3862 |
| 3571 @DomName('SVGMarkerElement.markerWidth') | 3863 @DomName('SVGMarkerElement.markerWidth') |
| 3572 @DocsEditable() | 3864 @DocsEditable() |
| 3573 AnimatedLength get markerWidth => _blink.BlinkSVGMarkerElement.instance.marker
Width_Getter_(this); | 3865 AnimatedLength get markerWidth => |
| 3574 | 3866 _blink.BlinkSVGMarkerElement.instance.markerWidth_Getter_(this); |
| 3867 |
| 3575 @DomName('SVGMarkerElement.orientAngle') | 3868 @DomName('SVGMarkerElement.orientAngle') |
| 3576 @DocsEditable() | 3869 @DocsEditable() |
| 3577 AnimatedAngle get orientAngle => _blink.BlinkSVGMarkerElement.instance.orientA
ngle_Getter_(this); | 3870 AnimatedAngle get orientAngle => |
| 3578 | 3871 _blink.BlinkSVGMarkerElement.instance.orientAngle_Getter_(this); |
| 3872 |
| 3579 @DomName('SVGMarkerElement.orientType') | 3873 @DomName('SVGMarkerElement.orientType') |
| 3580 @DocsEditable() | 3874 @DocsEditable() |
| 3581 AnimatedEnumeration get orientType => _blink.BlinkSVGMarkerElement.instance.or
ientType_Getter_(this); | 3875 AnimatedEnumeration get orientType => |
| 3582 | 3876 _blink.BlinkSVGMarkerElement.instance.orientType_Getter_(this); |
| 3877 |
| 3583 @DomName('SVGMarkerElement.refX') | 3878 @DomName('SVGMarkerElement.refX') |
| 3584 @DocsEditable() | 3879 @DocsEditable() |
| 3585 AnimatedLength get refX => _blink.BlinkSVGMarkerElement.instance.refX_Getter_(
this); | 3880 AnimatedLength get refX => |
| 3586 | 3881 _blink.BlinkSVGMarkerElement.instance.refX_Getter_(this); |
| 3882 |
| 3587 @DomName('SVGMarkerElement.refY') | 3883 @DomName('SVGMarkerElement.refY') |
| 3588 @DocsEditable() | 3884 @DocsEditable() |
| 3589 AnimatedLength get refY => _blink.BlinkSVGMarkerElement.instance.refY_Getter_(
this); | 3885 AnimatedLength get refY => |
| 3590 | 3886 _blink.BlinkSVGMarkerElement.instance.refY_Getter_(this); |
| 3887 |
| 3591 @DomName('SVGMarkerElement.setOrientToAngle') | 3888 @DomName('SVGMarkerElement.setOrientToAngle') |
| 3592 @DocsEditable() | 3889 @DocsEditable() |
| 3593 void setOrientToAngle(Angle angle) => _blink.BlinkSVGMarkerElement.instance.se
tOrientToAngle_Callback_1_(this, angle); | 3890 void setOrientToAngle(Angle angle) => _blink.BlinkSVGMarkerElement.instance |
| 3594 | 3891 .setOrientToAngle_Callback_1_(this, angle); |
| 3892 |
| 3595 @DomName('SVGMarkerElement.setOrientToAuto') | 3893 @DomName('SVGMarkerElement.setOrientToAuto') |
| 3596 @DocsEditable() | 3894 @DocsEditable() |
| 3597 void setOrientToAuto() => _blink.BlinkSVGMarkerElement.instance.setOrientToAut
o_Callback_0_(this); | 3895 void setOrientToAuto() => |
| 3598 | 3896 _blink.BlinkSVGMarkerElement.instance.setOrientToAuto_Callback_0_(this); |
| 3897 |
| 3599 @DomName('SVGMarkerElement.preserveAspectRatio') | 3898 @DomName('SVGMarkerElement.preserveAspectRatio') |
| 3600 @DocsEditable() | 3899 @DocsEditable() |
| 3601 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGMarkerEl
ement.instance.preserveAspectRatio_Getter_(this); | 3900 AnimatedPreserveAspectRatio get preserveAspectRatio => |
| 3602 | 3901 _blink.BlinkSVGMarkerElement.instance.preserveAspectRatio_Getter_(this); |
| 3902 |
| 3603 @DomName('SVGMarkerElement.viewBox') | 3903 @DomName('SVGMarkerElement.viewBox') |
| 3604 @DocsEditable() | 3904 @DocsEditable() |
| 3605 AnimatedRect get viewBox => _blink.BlinkSVGMarkerElement.instance.viewBox_Gett
er_(this); | 3905 AnimatedRect get viewBox => |
| 3606 | 3906 _blink.BlinkSVGMarkerElement.instance.viewBox_Getter_(this); |
| 3607 } | 3907 } |
| 3608 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3908 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3609 // for details. All rights reserved. Use of this source code is governed by a | 3909 // for details. All rights reserved. Use of this source code is governed by a |
| 3610 // BSD-style license that can be found in the LICENSE file. | 3910 // BSD-style license that can be found in the LICENSE file. |
| 3611 | 3911 |
| 3612 // WARNING: Do not edit - generated code. | 3912 // WARNING: Do not edit - generated code. |
| 3613 | 3913 |
| 3614 | |
| 3615 @DocsEditable() | 3914 @DocsEditable() |
| 3616 @DomName('SVGMaskElement') | 3915 @DomName('SVGMaskElement') |
| 3617 @Unstable() | 3916 @Unstable() |
| 3618 class MaskElement extends SvgElement implements Tests { | 3917 class MaskElement extends SvgElement implements Tests { |
| 3619 // To suppress missing implicit constructor warnings. | 3918 // To suppress missing implicit constructor warnings. |
| 3620 factory MaskElement._() { throw new UnsupportedError("Not supported"); } | 3919 factory MaskElement._() { |
| 3920 throw new UnsupportedError("Not supported"); |
| 3921 } |
| 3621 | 3922 |
| 3622 @DomName('SVGMaskElement.SVGMaskElement') | 3923 @DomName('SVGMaskElement.SVGMaskElement') |
| 3623 @DocsEditable() | 3924 @DocsEditable() |
| 3624 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 3925 factory MaskElement() => |
| 3625 | 3926 _SvgElementFactoryProvider.createSvgElement_tag("mask"); |
| 3626 | 3927 |
| 3627 @Deprecated("Internal Use Only") | 3928 @Deprecated("Internal Use Only") |
| 3628 external static Type get instanceRuntimeType; | 3929 external static Type get instanceRuntimeType; |
| 3629 | 3930 |
| 3630 @Deprecated("Internal Use Only") | 3931 @Deprecated("Internal Use Only") |
| 3631 MaskElement.internal_() : super.internal_(); | 3932 MaskElement.internal_() : super.internal_(); |
| 3632 | 3933 |
| 3633 /** | 3934 /** |
| 3634 * Constructor instantiated by the DOM when a custom element has been created. | 3935 * Constructor instantiated by the DOM when a custom element has been created. |
| 3635 * | 3936 * |
| 3636 * This can only be called by subclasses from their created constructor. | 3937 * This can only be called by subclasses from their created constructor. |
| 3637 */ | 3938 */ |
| 3638 MaskElement.created() : super.created(); | 3939 MaskElement.created() : super.created(); |
| 3639 | 3940 |
| 3640 @DomName('SVGMaskElement.height') | 3941 @DomName('SVGMaskElement.height') |
| 3641 @DocsEditable() | 3942 @DocsEditable() |
| 3642 AnimatedLength get height => _blink.BlinkSVGMaskElement.instance.height_Getter
_(this); | 3943 AnimatedLength get height => |
| 3643 | 3944 _blink.BlinkSVGMaskElement.instance.height_Getter_(this); |
| 3945 |
| 3644 @DomName('SVGMaskElement.maskContentUnits') | 3946 @DomName('SVGMaskElement.maskContentUnits') |
| 3645 @DocsEditable() | 3947 @DocsEditable() |
| 3646 AnimatedEnumeration get maskContentUnits => _blink.BlinkSVGMaskElement.instanc
e.maskContentUnits_Getter_(this); | 3948 AnimatedEnumeration get maskContentUnits => |
| 3647 | 3949 _blink.BlinkSVGMaskElement.instance.maskContentUnits_Getter_(this); |
| 3950 |
| 3648 @DomName('SVGMaskElement.maskUnits') | 3951 @DomName('SVGMaskElement.maskUnits') |
| 3649 @DocsEditable() | 3952 @DocsEditable() |
| 3650 AnimatedEnumeration get maskUnits => _blink.BlinkSVGMaskElement.instance.maskU
nits_Getter_(this); | 3953 AnimatedEnumeration get maskUnits => |
| 3651 | 3954 _blink.BlinkSVGMaskElement.instance.maskUnits_Getter_(this); |
| 3955 |
| 3652 @DomName('SVGMaskElement.width') | 3956 @DomName('SVGMaskElement.width') |
| 3653 @DocsEditable() | 3957 @DocsEditable() |
| 3654 AnimatedLength get width => _blink.BlinkSVGMaskElement.instance.width_Getter_(
this); | 3958 AnimatedLength get width => |
| 3655 | 3959 _blink.BlinkSVGMaskElement.instance.width_Getter_(this); |
| 3960 |
| 3656 @DomName('SVGMaskElement.x') | 3961 @DomName('SVGMaskElement.x') |
| 3657 @DocsEditable() | 3962 @DocsEditable() |
| 3658 AnimatedLength get x => _blink.BlinkSVGMaskElement.instance.x_Getter_(this); | 3963 AnimatedLength get x => _blink.BlinkSVGMaskElement.instance.x_Getter_(this); |
| 3659 | 3964 |
| 3660 @DomName('SVGMaskElement.y') | 3965 @DomName('SVGMaskElement.y') |
| 3661 @DocsEditable() | 3966 @DocsEditable() |
| 3662 AnimatedLength get y => _blink.BlinkSVGMaskElement.instance.y_Getter_(this); | 3967 AnimatedLength get y => _blink.BlinkSVGMaskElement.instance.y_Getter_(this); |
| 3663 | 3968 |
| 3664 @DomName('SVGMaskElement.requiredExtensions') | 3969 @DomName('SVGMaskElement.requiredExtensions') |
| 3665 @DocsEditable() | 3970 @DocsEditable() |
| 3666 StringList get requiredExtensions => _blink.BlinkSVGMaskElement.instance.requi
redExtensions_Getter_(this); | 3971 StringList get requiredExtensions => |
| 3667 | 3972 _blink.BlinkSVGMaskElement.instance.requiredExtensions_Getter_(this); |
| 3973 |
| 3668 @DomName('SVGMaskElement.requiredFeatures') | 3974 @DomName('SVGMaskElement.requiredFeatures') |
| 3669 @DocsEditable() | 3975 @DocsEditable() |
| 3670 StringList get requiredFeatures => _blink.BlinkSVGMaskElement.instance.require
dFeatures_Getter_(this); | 3976 StringList get requiredFeatures => |
| 3671 | 3977 _blink.BlinkSVGMaskElement.instance.requiredFeatures_Getter_(this); |
| 3978 |
| 3672 @DomName('SVGMaskElement.systemLanguage') | 3979 @DomName('SVGMaskElement.systemLanguage') |
| 3673 @DocsEditable() | 3980 @DocsEditable() |
| 3674 StringList get systemLanguage => _blink.BlinkSVGMaskElement.instance.systemLan
guage_Getter_(this); | 3981 StringList get systemLanguage => |
| 3675 | 3982 _blink.BlinkSVGMaskElement.instance.systemLanguage_Getter_(this); |
| 3983 |
| 3676 @DomName('SVGMaskElement.hasExtension') | 3984 @DomName('SVGMaskElement.hasExtension') |
| 3677 @DocsEditable() | 3985 @DocsEditable() |
| 3678 bool hasExtension(String extension) => _blink.BlinkSVGMaskElement.instance.has
Extension_Callback_1_(this, extension); | 3986 bool hasExtension(String extension) => _blink.BlinkSVGMaskElement.instance |
| 3679 | 3987 .hasExtension_Callback_1_(this, extension); |
| 3680 } | 3988 } |
| 3681 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3682 // for details. All rights reserved. Use of this source code is governed by a | 3990 // for details. All rights reserved. Use of this source code is governed by a |
| 3683 // BSD-style license that can be found in the LICENSE file. | 3991 // BSD-style license that can be found in the LICENSE file. |
| 3684 | 3992 |
| 3685 // WARNING: Do not edit - generated code. | 3993 // WARNING: Do not edit - generated code. |
| 3686 | 3994 |
| 3687 | |
| 3688 @DocsEditable() | 3995 @DocsEditable() |
| 3689 @DomName('SVGMatrix') | 3996 @DomName('SVGMatrix') |
| 3690 @Unstable() | 3997 @Unstable() |
| 3691 class Matrix extends DartHtmlDomObject { | 3998 class Matrix extends DartHtmlDomObject { |
| 3692 // To suppress missing implicit constructor warnings. | 3999 // To suppress missing implicit constructor warnings. |
| 3693 factory Matrix._() { throw new UnsupportedError("Not supported"); } | 4000 factory Matrix._() { |
| 3694 | 4001 throw new UnsupportedError("Not supported"); |
| 4002 } |
| 3695 | 4003 |
| 3696 @Deprecated("Internal Use Only") | 4004 @Deprecated("Internal Use Only") |
| 3697 external static Type get instanceRuntimeType; | 4005 external static Type get instanceRuntimeType; |
| 3698 | 4006 |
| 3699 @Deprecated("Internal Use Only") | 4007 @Deprecated("Internal Use Only") |
| 3700 Matrix.internal_() { } | 4008 Matrix.internal_() {} |
| 3701 | 4009 |
| 3702 @DomName('SVGMatrix.a') | 4010 @DomName('SVGMatrix.a') |
| 3703 @DocsEditable() | 4011 @DocsEditable() |
| 3704 num get a => _blink.BlinkSVGMatrix.instance.a_Getter_(this); | 4012 num get a => _blink.BlinkSVGMatrix.instance.a_Getter_(this); |
| 3705 | 4013 |
| 3706 @DomName('SVGMatrix.a') | 4014 @DomName('SVGMatrix.a') |
| 3707 @DocsEditable() | 4015 @DocsEditable() |
| 3708 set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(this, value); | 4016 set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(this, value); |
| 3709 | 4017 |
| 3710 @DomName('SVGMatrix.b') | 4018 @DomName('SVGMatrix.b') |
| 3711 @DocsEditable() | 4019 @DocsEditable() |
| 3712 num get b => _blink.BlinkSVGMatrix.instance.b_Getter_(this); | 4020 num get b => _blink.BlinkSVGMatrix.instance.b_Getter_(this); |
| 3713 | 4021 |
| 3714 @DomName('SVGMatrix.b') | 4022 @DomName('SVGMatrix.b') |
| 3715 @DocsEditable() | 4023 @DocsEditable() |
| 3716 set b(num value) => _blink.BlinkSVGMatrix.instance.b_Setter_(this, value); | 4024 set b(num value) => _blink.BlinkSVGMatrix.instance.b_Setter_(this, value); |
| 3717 | 4025 |
| 3718 @DomName('SVGMatrix.c') | 4026 @DomName('SVGMatrix.c') |
| 3719 @DocsEditable() | 4027 @DocsEditable() |
| 3720 num get c => _blink.BlinkSVGMatrix.instance.c_Getter_(this); | 4028 num get c => _blink.BlinkSVGMatrix.instance.c_Getter_(this); |
| 3721 | 4029 |
| 3722 @DomName('SVGMatrix.c') | 4030 @DomName('SVGMatrix.c') |
| 3723 @DocsEditable() | 4031 @DocsEditable() |
| 3724 set c(num value) => _blink.BlinkSVGMatrix.instance.c_Setter_(this, value); | 4032 set c(num value) => _blink.BlinkSVGMatrix.instance.c_Setter_(this, value); |
| 3725 | 4033 |
| 3726 @DomName('SVGMatrix.d') | 4034 @DomName('SVGMatrix.d') |
| 3727 @DocsEditable() | 4035 @DocsEditable() |
| 3728 num get d => _blink.BlinkSVGMatrix.instance.d_Getter_(this); | 4036 num get d => _blink.BlinkSVGMatrix.instance.d_Getter_(this); |
| 3729 | 4037 |
| 3730 @DomName('SVGMatrix.d') | 4038 @DomName('SVGMatrix.d') |
| 3731 @DocsEditable() | 4039 @DocsEditable() |
| 3732 set d(num value) => _blink.BlinkSVGMatrix.instance.d_Setter_(this, value); | 4040 set d(num value) => _blink.BlinkSVGMatrix.instance.d_Setter_(this, value); |
| 3733 | 4041 |
| 3734 @DomName('SVGMatrix.e') | 4042 @DomName('SVGMatrix.e') |
| 3735 @DocsEditable() | 4043 @DocsEditable() |
| 3736 num get e => _blink.BlinkSVGMatrix.instance.e_Getter_(this); | 4044 num get e => _blink.BlinkSVGMatrix.instance.e_Getter_(this); |
| 3737 | 4045 |
| 3738 @DomName('SVGMatrix.e') | 4046 @DomName('SVGMatrix.e') |
| 3739 @DocsEditable() | 4047 @DocsEditable() |
| 3740 set e(num value) => _blink.BlinkSVGMatrix.instance.e_Setter_(this, value); | 4048 set e(num value) => _blink.BlinkSVGMatrix.instance.e_Setter_(this, value); |
| 3741 | 4049 |
| 3742 @DomName('SVGMatrix.f') | 4050 @DomName('SVGMatrix.f') |
| 3743 @DocsEditable() | 4051 @DocsEditable() |
| 3744 num get f => _blink.BlinkSVGMatrix.instance.f_Getter_(this); | 4052 num get f => _blink.BlinkSVGMatrix.instance.f_Getter_(this); |
| 3745 | 4053 |
| 3746 @DomName('SVGMatrix.f') | 4054 @DomName('SVGMatrix.f') |
| 3747 @DocsEditable() | 4055 @DocsEditable() |
| 3748 set f(num value) => _blink.BlinkSVGMatrix.instance.f_Setter_(this, value); | 4056 set f(num value) => _blink.BlinkSVGMatrix.instance.f_Setter_(this, value); |
| 3749 | 4057 |
| 3750 @DomName('SVGMatrix.flipX') | 4058 @DomName('SVGMatrix.flipX') |
| 3751 @DocsEditable() | 4059 @DocsEditable() |
| 3752 Matrix flipX() => _blink.BlinkSVGMatrix.instance.flipX_Callback_0_(this); | 4060 Matrix flipX() => _blink.BlinkSVGMatrix.instance.flipX_Callback_0_(this); |
| 3753 | 4061 |
| 3754 @DomName('SVGMatrix.flipY') | 4062 @DomName('SVGMatrix.flipY') |
| 3755 @DocsEditable() | 4063 @DocsEditable() |
| 3756 Matrix flipY() => _blink.BlinkSVGMatrix.instance.flipY_Callback_0_(this); | 4064 Matrix flipY() => _blink.BlinkSVGMatrix.instance.flipY_Callback_0_(this); |
| 3757 | 4065 |
| 3758 @DomName('SVGMatrix.inverse') | 4066 @DomName('SVGMatrix.inverse') |
| 3759 @DocsEditable() | 4067 @DocsEditable() |
| 3760 Matrix inverse() => _blink.BlinkSVGMatrix.instance.inverse_Callback_0_(this); | 4068 Matrix inverse() => _blink.BlinkSVGMatrix.instance.inverse_Callback_0_(this); |
| 3761 | 4069 |
| 3762 @DomName('SVGMatrix.multiply') | 4070 @DomName('SVGMatrix.multiply') |
| 3763 @DocsEditable() | 4071 @DocsEditable() |
| 3764 Matrix multiply(Matrix secondMatrix) => _blink.BlinkSVGMatrix.instance.multipl
y_Callback_1_(this, secondMatrix); | 4072 Matrix multiply(Matrix secondMatrix) => |
| 3765 | 4073 _blink.BlinkSVGMatrix.instance.multiply_Callback_1_(this, secondMatrix); |
| 4074 |
| 3766 @DomName('SVGMatrix.rotate') | 4075 @DomName('SVGMatrix.rotate') |
| 3767 @DocsEditable() | 4076 @DocsEditable() |
| 3768 Matrix rotate(num angle) => _blink.BlinkSVGMatrix.instance.rotate_Callback_1_(
this, angle); | 4077 Matrix rotate(num angle) => |
| 3769 | 4078 _blink.BlinkSVGMatrix.instance.rotate_Callback_1_(this, angle); |
| 4079 |
| 3770 @DomName('SVGMatrix.rotateFromVector') | 4080 @DomName('SVGMatrix.rotateFromVector') |
| 3771 @DocsEditable() | 4081 @DocsEditable() |
| 3772 Matrix rotateFromVector(num x, num y) => _blink.BlinkSVGMatrix.instance.rotate
FromVector_Callback_2_(this, x, y); | 4082 Matrix rotateFromVector(num x, num y) => |
| 3773 | 4083 _blink.BlinkSVGMatrix.instance.rotateFromVector_Callback_2_(this, x, y); |
| 4084 |
| 3774 @DomName('SVGMatrix.scale') | 4085 @DomName('SVGMatrix.scale') |
| 3775 @DocsEditable() | 4086 @DocsEditable() |
| 3776 Matrix scale(num scaleFactor) => _blink.BlinkSVGMatrix.instance.scale_Callback
_1_(this, scaleFactor); | 4087 Matrix scale(num scaleFactor) => |
| 3777 | 4088 _blink.BlinkSVGMatrix.instance.scale_Callback_1_(this, scaleFactor); |
| 4089 |
| 3778 @DomName('SVGMatrix.scaleNonUniform') | 4090 @DomName('SVGMatrix.scaleNonUniform') |
| 3779 @DocsEditable() | 4091 @DocsEditable() |
| 3780 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => _blink.BlinkSVGM
atrix.instance.scaleNonUniform_Callback_2_(this, scaleFactorX, scaleFactorY); | 4092 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => |
| 3781 | 4093 _blink.BlinkSVGMatrix.instance |
| 4094 .scaleNonUniform_Callback_2_(this, scaleFactorX, scaleFactorY); |
| 4095 |
| 3782 @DomName('SVGMatrix.skewX') | 4096 @DomName('SVGMatrix.skewX') |
| 3783 @DocsEditable() | 4097 @DocsEditable() |
| 3784 Matrix skewX(num angle) => _blink.BlinkSVGMatrix.instance.skewX_Callback_1_(th
is, angle); | 4098 Matrix skewX(num angle) => |
| 3785 | 4099 _blink.BlinkSVGMatrix.instance.skewX_Callback_1_(this, angle); |
| 4100 |
| 3786 @DomName('SVGMatrix.skewY') | 4101 @DomName('SVGMatrix.skewY') |
| 3787 @DocsEditable() | 4102 @DocsEditable() |
| 3788 Matrix skewY(num angle) => _blink.BlinkSVGMatrix.instance.skewY_Callback_1_(th
is, angle); | 4103 Matrix skewY(num angle) => |
| 3789 | 4104 _blink.BlinkSVGMatrix.instance.skewY_Callback_1_(this, angle); |
| 4105 |
| 3790 @DomName('SVGMatrix.translate') | 4106 @DomName('SVGMatrix.translate') |
| 3791 @DocsEditable() | 4107 @DocsEditable() |
| 3792 Matrix translate(num x, num y) => _blink.BlinkSVGMatrix.instance.translate_Cal
lback_2_(this, x, y); | 4108 Matrix translate(num x, num y) => |
| 3793 | 4109 _blink.BlinkSVGMatrix.instance.translate_Callback_2_(this, x, y); |
| 3794 } | 4110 } |
| 3795 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4111 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3796 // for details. All rights reserved. Use of this source code is governed by a | 4112 // for details. All rights reserved. Use of this source code is governed by a |
| 3797 // BSD-style license that can be found in the LICENSE file. | 4113 // BSD-style license that can be found in the LICENSE file. |
| 3798 | 4114 |
| 3799 // WARNING: Do not edit - generated code. | 4115 // WARNING: Do not edit - generated code. |
| 3800 | 4116 |
| 3801 | |
| 3802 @DocsEditable() | 4117 @DocsEditable() |
| 3803 @DomName('SVGMetadataElement') | 4118 @DomName('SVGMetadataElement') |
| 3804 @Unstable() | 4119 @Unstable() |
| 3805 class MetadataElement extends SvgElement { | 4120 class MetadataElement extends SvgElement { |
| 3806 // To suppress missing implicit constructor warnings. | 4121 // To suppress missing implicit constructor warnings. |
| 3807 factory MetadataElement._() { throw new UnsupportedError("Not supported"); } | 4122 factory MetadataElement._() { |
| 3808 | 4123 throw new UnsupportedError("Not supported"); |
| 4124 } |
| 3809 | 4125 |
| 3810 @Deprecated("Internal Use Only") | 4126 @Deprecated("Internal Use Only") |
| 3811 external static Type get instanceRuntimeType; | 4127 external static Type get instanceRuntimeType; |
| 3812 | 4128 |
| 3813 @Deprecated("Internal Use Only") | 4129 @Deprecated("Internal Use Only") |
| 3814 MetadataElement.internal_() : super.internal_(); | 4130 MetadataElement.internal_() : super.internal_(); |
| 3815 | 4131 |
| 3816 /** | 4132 /** |
| 3817 * Constructor instantiated by the DOM when a custom element has been created. | 4133 * Constructor instantiated by the DOM when a custom element has been created. |
| 3818 * | 4134 * |
| 3819 * This can only be called by subclasses from their created constructor. | 4135 * This can only be called by subclasses from their created constructor. |
| 3820 */ | 4136 */ |
| 3821 MetadataElement.created() : super.created(); | 4137 MetadataElement.created() : super.created(); |
| 3822 | |
| 3823 } | 4138 } |
| 3824 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4139 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3825 // for details. All rights reserved. Use of this source code is governed by a | 4140 // for details. All rights reserved. Use of this source code is governed by a |
| 3826 // BSD-style license that can be found in the LICENSE file. | 4141 // BSD-style license that can be found in the LICENSE file. |
| 3827 | 4142 |
| 3828 // WARNING: Do not edit - generated code. | 4143 // WARNING: Do not edit - generated code. |
| 3829 | 4144 |
| 3830 | |
| 3831 @DocsEditable() | 4145 @DocsEditable() |
| 3832 @DomName('SVGNumber') | 4146 @DomName('SVGNumber') |
| 3833 @Unstable() | 4147 @Unstable() |
| 3834 class Number extends DartHtmlDomObject { | 4148 class Number extends DartHtmlDomObject { |
| 3835 // To suppress missing implicit constructor warnings. | 4149 // To suppress missing implicit constructor warnings. |
| 3836 factory Number._() { throw new UnsupportedError("Not supported"); } | 4150 factory Number._() { |
| 3837 | 4151 throw new UnsupportedError("Not supported"); |
| 4152 } |
| 3838 | 4153 |
| 3839 @Deprecated("Internal Use Only") | 4154 @Deprecated("Internal Use Only") |
| 3840 external static Type get instanceRuntimeType; | 4155 external static Type get instanceRuntimeType; |
| 3841 | 4156 |
| 3842 @Deprecated("Internal Use Only") | 4157 @Deprecated("Internal Use Only") |
| 3843 Number.internal_() { } | 4158 Number.internal_() {} |
| 3844 | 4159 |
| 3845 @DomName('SVGNumber.value') | 4160 @DomName('SVGNumber.value') |
| 3846 @DocsEditable() | 4161 @DocsEditable() |
| 3847 num get value => _blink.BlinkSVGNumber.instance.value_Getter_(this); | 4162 num get value => _blink.BlinkSVGNumber.instance.value_Getter_(this); |
| 3848 | 4163 |
| 3849 @DomName('SVGNumber.value') | 4164 @DomName('SVGNumber.value') |
| 3850 @DocsEditable() | 4165 @DocsEditable() |
| 3851 set value(num value) => _blink.BlinkSVGNumber.instance.value_Setter_(this, val
ue); | 4166 set value(num value) => |
| 3852 | 4167 _blink.BlinkSVGNumber.instance.value_Setter_(this, value); |
| 3853 } | 4168 } |
| 3854 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4169 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3855 // for details. All rights reserved. Use of this source code is governed by a | 4170 // for details. All rights reserved. Use of this source code is governed by a |
| 3856 // BSD-style license that can be found in the LICENSE file. | 4171 // BSD-style license that can be found in the LICENSE file. |
| 3857 | 4172 |
| 3858 // WARNING: Do not edit - generated code. | 4173 // WARNING: Do not edit - generated code. |
| 3859 | 4174 |
| 3860 | |
| 3861 @DocsEditable() | 4175 @DocsEditable() |
| 3862 @DomName('SVGNumberList') | 4176 @DomName('SVGNumberList') |
| 3863 @Unstable() | 4177 @Unstable() |
| 3864 class NumberList extends DartHtmlDomObject with ListMixin<Number>, ImmutableList
Mixin<Number> implements List<Number> { | 4178 class NumberList extends DartHtmlDomObject |
| 4179 with ListMixin<Number>, ImmutableListMixin<Number> |
| 4180 implements List<Number> { |
| 3865 // To suppress missing implicit constructor warnings. | 4181 // To suppress missing implicit constructor warnings. |
| 3866 factory NumberList._() { throw new UnsupportedError("Not supported"); } | 4182 factory NumberList._() { |
| 3867 | 4183 throw new UnsupportedError("Not supported"); |
| 4184 } |
| 3868 | 4185 |
| 3869 @Deprecated("Internal Use Only") | 4186 @Deprecated("Internal Use Only") |
| 3870 external static Type get instanceRuntimeType; | 4187 external static Type get instanceRuntimeType; |
| 3871 | 4188 |
| 3872 @Deprecated("Internal Use Only") | 4189 @Deprecated("Internal Use Only") |
| 3873 NumberList.internal_() { } | 4190 NumberList.internal_() {} |
| 3874 | 4191 |
| 3875 @DomName('SVGNumberList.length') | 4192 @DomName('SVGNumberList.length') |
| 3876 @DocsEditable() | 4193 @DocsEditable() |
| 3877 @Experimental() // untriaged | 4194 @Experimental() // untriaged |
| 3878 int get length => _blink.BlinkSVGNumberList.instance.length_Getter_(this); | 4195 int get length => _blink.BlinkSVGNumberList.instance.length_Getter_(this); |
| 3879 | 4196 |
| 3880 @DomName('SVGNumberList.numberOfItems') | 4197 @DomName('SVGNumberList.numberOfItems') |
| 3881 @DocsEditable() | 4198 @DocsEditable() |
| 3882 int get numberOfItems => _blink.BlinkSVGNumberList.instance.numberOfItems_Gett
er_(this); | 4199 int get numberOfItems => |
| 3883 | 4200 _blink.BlinkSVGNumberList.instance.numberOfItems_Getter_(this); |
| 3884 Number operator[](int index) { | 4201 |
| 3885 if (index < 0 || index >= length) | 4202 Number operator [](int index) { |
| 3886 throw new RangeError.index(index, this); | 4203 if (index < 0 || index >= length) throw new RangeError.index(index, this); |
| 3887 return getItem(index); | 4204 return getItem(index); |
| 3888 } | 4205 } |
| 3889 | 4206 |
| 3890 void operator[]=(int index, Number value) { | 4207 void operator []=(int index, Number value) { |
| 3891 throw new UnsupportedError("Cannot assign element of immutable List."); | 4208 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 3892 } | 4209 } |
| 3893 // -- start List<Number> mixins. | 4210 // -- start List<Number> mixins. |
| 3894 // Number is the element type. | 4211 // Number is the element type. |
| 3895 | 4212 |
| 3896 | |
| 3897 set length(int value) { | 4213 set length(int value) { |
| 3898 throw new UnsupportedError("Cannot resize immutable List."); | 4214 throw new UnsupportedError("Cannot resize immutable List."); |
| 3899 } | 4215 } |
| 3900 | 4216 |
| 3901 Number get first { | 4217 Number get first { |
| 3902 if (this.length > 0) { | 4218 if (this.length > 0) { |
| 3903 return getItem(0); | 4219 return getItem(0); |
| 3904 } | 4220 } |
| 3905 throw new StateError("No elements"); | 4221 throw new StateError("No elements"); |
| 3906 } | 4222 } |
| (...skipping 14 matching lines...) Expand all Loading... |
| 3921 if (len == 0) throw new StateError("No elements"); | 4237 if (len == 0) throw new StateError("No elements"); |
| 3922 throw new StateError("More than one element"); | 4238 throw new StateError("More than one element"); |
| 3923 } | 4239 } |
| 3924 | 4240 |
| 3925 Number elementAt(int index) => this[index]; | 4241 Number elementAt(int index) => this[index]; |
| 3926 // -- end List<Number> mixins. | 4242 // -- end List<Number> mixins. |
| 3927 | 4243 |
| 3928 @DomName('SVGNumberList.__setter__') | 4244 @DomName('SVGNumberList.__setter__') |
| 3929 @DocsEditable() | 4245 @DocsEditable() |
| 3930 @Experimental() // untriaged | 4246 @Experimental() // untriaged |
| 3931 void __setter__(int index, Number newItem) => _blink.BlinkSVGNumberList.instan
ce.$__setter___Callback_2_(this, index, newItem); | 4247 void __setter__(int index, Number newItem) => |
| 3932 | 4248 _blink.BlinkSVGNumberList.instance |
| 4249 .$__setter___Callback_2_(this, index, newItem); |
| 4250 |
| 3933 @DomName('SVGNumberList.appendItem') | 4251 @DomName('SVGNumberList.appendItem') |
| 3934 @DocsEditable() | 4252 @DocsEditable() |
| 3935 Number appendItem(Number newItem) => _blink.BlinkSVGNumberList.instance.append
Item_Callback_1_(this, newItem); | 4253 Number appendItem(Number newItem) => |
| 3936 | 4254 _blink.BlinkSVGNumberList.instance.appendItem_Callback_1_(this, newItem); |
| 4255 |
| 3937 @DomName('SVGNumberList.clear') | 4256 @DomName('SVGNumberList.clear') |
| 3938 @DocsEditable() | 4257 @DocsEditable() |
| 3939 void clear() => _blink.BlinkSVGNumberList.instance.clear_Callback_0_(this); | 4258 void clear() => _blink.BlinkSVGNumberList.instance.clear_Callback_0_(this); |
| 3940 | 4259 |
| 3941 @DomName('SVGNumberList.getItem') | 4260 @DomName('SVGNumberList.getItem') |
| 3942 @DocsEditable() | 4261 @DocsEditable() |
| 3943 Number getItem(int index) => _blink.BlinkSVGNumberList.instance.getItem_Callba
ck_1_(this, index); | 4262 Number getItem(int index) => |
| 3944 | 4263 _blink.BlinkSVGNumberList.instance.getItem_Callback_1_(this, index); |
| 4264 |
| 3945 @DomName('SVGNumberList.initialize') | 4265 @DomName('SVGNumberList.initialize') |
| 3946 @DocsEditable() | 4266 @DocsEditable() |
| 3947 Number initialize(Number newItem) => _blink.BlinkSVGNumberList.instance.initia
lize_Callback_1_(this, newItem); | 4267 Number initialize(Number newItem) => |
| 3948 | 4268 _blink.BlinkSVGNumberList.instance.initialize_Callback_1_(this, newItem); |
| 4269 |
| 3949 @DomName('SVGNumberList.insertItemBefore') | 4270 @DomName('SVGNumberList.insertItemBefore') |
| 3950 @DocsEditable() | 4271 @DocsEditable() |
| 3951 Number insertItemBefore(Number newItem, int index) => _blink.BlinkSVGNumberLis
t.instance.insertItemBefore_Callback_2_(this, newItem, index); | 4272 Number insertItemBefore(Number newItem, int index) => |
| 3952 | 4273 _blink.BlinkSVGNumberList.instance |
| 4274 .insertItemBefore_Callback_2_(this, newItem, index); |
| 4275 |
| 3953 @DomName('SVGNumberList.removeItem') | 4276 @DomName('SVGNumberList.removeItem') |
| 3954 @DocsEditable() | 4277 @DocsEditable() |
| 3955 Number removeItem(int index) => _blink.BlinkSVGNumberList.instance.removeItem_
Callback_1_(this, index); | 4278 Number removeItem(int index) => |
| 3956 | 4279 _blink.BlinkSVGNumberList.instance.removeItem_Callback_1_(this, index); |
| 4280 |
| 3957 @DomName('SVGNumberList.replaceItem') | 4281 @DomName('SVGNumberList.replaceItem') |
| 3958 @DocsEditable() | 4282 @DocsEditable() |
| 3959 Number replaceItem(Number newItem, int index) => _blink.BlinkSVGNumberList.ins
tance.replaceItem_Callback_2_(this, newItem, index); | 4283 Number replaceItem(Number newItem, int index) => |
| 3960 | 4284 _blink.BlinkSVGNumberList.instance |
| 4285 .replaceItem_Callback_2_(this, newItem, index); |
| 3961 } | 4286 } |
| 3962 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4287 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3963 // for details. All rights reserved. Use of this source code is governed by a | 4288 // for details. All rights reserved. Use of this source code is governed by a |
| 3964 // BSD-style license that can be found in the LICENSE file. | 4289 // BSD-style license that can be found in the LICENSE file. |
| 3965 | 4290 |
| 3966 // WARNING: Do not edit - generated code. | 4291 // WARNING: Do not edit - generated code. |
| 3967 | 4292 |
| 3968 | |
| 3969 @DocsEditable() | 4293 @DocsEditable() |
| 3970 @DomName('SVGPathElement') | 4294 @DomName('SVGPathElement') |
| 3971 @Unstable() | 4295 @Unstable() |
| 3972 class PathElement extends GeometryElement { | 4296 class PathElement extends GeometryElement { |
| 3973 // To suppress missing implicit constructor warnings. | 4297 // To suppress missing implicit constructor warnings. |
| 3974 factory PathElement._() { throw new UnsupportedError("Not supported"); } | 4298 factory PathElement._() { |
| 4299 throw new UnsupportedError("Not supported"); |
| 4300 } |
| 3975 | 4301 |
| 3976 @DomName('SVGPathElement.SVGPathElement') | 4302 @DomName('SVGPathElement.SVGPathElement') |
| 3977 @DocsEditable() | 4303 @DocsEditable() |
| 3978 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 4304 factory PathElement() => |
| 3979 | 4305 _SvgElementFactoryProvider.createSvgElement_tag("path"); |
| 3980 | 4306 |
| 3981 @Deprecated("Internal Use Only") | 4307 @Deprecated("Internal Use Only") |
| 3982 external static Type get instanceRuntimeType; | 4308 external static Type get instanceRuntimeType; |
| 3983 | 4309 |
| 3984 @Deprecated("Internal Use Only") | 4310 @Deprecated("Internal Use Only") |
| 3985 PathElement.internal_() : super.internal_(); | 4311 PathElement.internal_() : super.internal_(); |
| 3986 | 4312 |
| 3987 /** | 4313 /** |
| 3988 * Constructor instantiated by the DOM when a custom element has been created. | 4314 * Constructor instantiated by the DOM when a custom element has been created. |
| 3989 * | 4315 * |
| 3990 * This can only be called by subclasses from their created constructor. | 4316 * This can only be called by subclasses from their created constructor. |
| 3991 */ | 4317 */ |
| 3992 PathElement.created() : super.created(); | 4318 PathElement.created() : super.created(); |
| 3993 | 4319 |
| 3994 @DomName('SVGPathElement.animatedNormalizedPathSegList') | 4320 @DomName('SVGPathElement.animatedNormalizedPathSegList') |
| 3995 @DocsEditable() | 4321 @DocsEditable() |
| 3996 PathSegList get animatedNormalizedPathSegList => _blink.BlinkSVGPathElement.in
stance.animatedNormalizedPathSegList_Getter_(this); | 4322 PathSegList get animatedNormalizedPathSegList => |
| 3997 | 4323 _blink.BlinkSVGPathElement.instance |
| 4324 .animatedNormalizedPathSegList_Getter_(this); |
| 4325 |
| 3998 @DomName('SVGPathElement.animatedPathSegList') | 4326 @DomName('SVGPathElement.animatedPathSegList') |
| 3999 @DocsEditable() | 4327 @DocsEditable() |
| 4000 PathSegList get animatedPathSegList => _blink.BlinkSVGPathElement.instance.ani
matedPathSegList_Getter_(this); | 4328 PathSegList get animatedPathSegList => |
| 4001 | 4329 _blink.BlinkSVGPathElement.instance.animatedPathSegList_Getter_(this); |
| 4330 |
| 4002 @DomName('SVGPathElement.normalizedPathSegList') | 4331 @DomName('SVGPathElement.normalizedPathSegList') |
| 4003 @DocsEditable() | 4332 @DocsEditable() |
| 4004 PathSegList get normalizedPathSegList => _blink.BlinkSVGPathElement.instance.n
ormalizedPathSegList_Getter_(this); | 4333 PathSegList get normalizedPathSegList => |
| 4005 | 4334 _blink.BlinkSVGPathElement.instance.normalizedPathSegList_Getter_(this); |
| 4335 |
| 4006 @DomName('SVGPathElement.pathLength') | 4336 @DomName('SVGPathElement.pathLength') |
| 4007 @DocsEditable() | 4337 @DocsEditable() |
| 4008 AnimatedNumber get pathLength => _blink.BlinkSVGPathElement.instance.pathLengt
h_Getter_(this); | 4338 AnimatedNumber get pathLength => |
| 4009 | 4339 _blink.BlinkSVGPathElement.instance.pathLength_Getter_(this); |
| 4340 |
| 4010 @DomName('SVGPathElement.pathSegList') | 4341 @DomName('SVGPathElement.pathSegList') |
| 4011 @DocsEditable() | 4342 @DocsEditable() |
| 4012 PathSegList get pathSegList => _blink.BlinkSVGPathElement.instance.pathSegList
_Getter_(this); | 4343 PathSegList get pathSegList => |
| 4013 | 4344 _blink.BlinkSVGPathElement.instance.pathSegList_Getter_(this); |
| 4345 |
| 4014 @DomName('SVGPathElement.createSVGPathSegArcAbs') | 4346 @DomName('SVGPathElement.createSVGPathSegArcAbs') |
| 4015 @DocsEditable() | 4347 @DocsEditable() |
| 4016 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) => _blink.BlinkSVGPathElement.instance.create
SVGPathSegArcAbs_Callback_7_(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag)
; | 4348 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, |
| 4017 | 4349 bool largeArcFlag, bool sweepFlag) => |
| 4350 _blink.BlinkSVGPathElement.instance.createSVGPathSegArcAbs_Callback_7_( |
| 4351 this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); |
| 4352 |
| 4018 @DomName('SVGPathElement.createSVGPathSegArcRel') | 4353 @DomName('SVGPathElement.createSVGPathSegArcRel') |
| 4019 @DocsEditable() | 4354 @DocsEditable() |
| 4020 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) => _blink.BlinkSVGPathElement.instance.create
SVGPathSegArcRel_Callback_7_(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag)
; | 4355 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, |
| 4021 | 4356 bool largeArcFlag, bool sweepFlag) => |
| 4357 _blink.BlinkSVGPathElement.instance.createSVGPathSegArcRel_Callback_7_( |
| 4358 this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); |
| 4359 |
| 4022 @DomName('SVGPathElement.createSVGPathSegClosePath') | 4360 @DomName('SVGPathElement.createSVGPathSegClosePath') |
| 4023 @DocsEditable() | 4361 @DocsEditable() |
| 4024 PathSegClosePath createSvgPathSegClosePath() => _blink.BlinkSVGPathElement.ins
tance.createSVGPathSegClosePath_Callback_0_(this); | 4362 PathSegClosePath createSvgPathSegClosePath() => |
| 4025 | 4363 _blink.BlinkSVGPathElement.instance |
| 4364 .createSVGPathSegClosePath_Callback_0_(this); |
| 4365 |
| 4026 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') | 4366 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') |
| 4027 @DocsEditable() | 4367 @DocsEditable() |
| 4028 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCu
rvetoCubicAbs_Callback_6_(this, x, y, x1, y1, x2, y2); | 4368 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs( |
| 4029 | 4369 num x, num y, num x1, num y1, num x2, num y2) => |
| 4370 _blink.BlinkSVGPathElement.instance |
| 4371 .createSVGPathSegCurvetoCubicAbs_Callback_6_( |
| 4372 this, x, y, x1, y1, x2, y2); |
| 4373 |
| 4030 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') | 4374 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') |
| 4031 @DocsEditable() | 4375 @DocsEditable() |
| 4032 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCu
rvetoCubicRel_Callback_6_(this, x, y, x1, y1, x2, y2); | 4376 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel( |
| 4033 | 4377 num x, num y, num x1, num y1, num x2, num y2) => |
| 4378 _blink.BlinkSVGPathElement.instance |
| 4379 .createSVGPathSegCurvetoCubicRel_Callback_6_( |
| 4380 this, x, y, x1, y1, x2, y2); |
| 4381 |
| 4034 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') | 4382 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') |
| 4035 @DocsEditable() | 4383 @DocsEditable() |
| 4036 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvet
oCubicSmoothAbs_Callback_4_(this, x, y, x2, y2); | 4384 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs( |
| 4037 | 4385 num x, num y, num x2, num y2) => |
| 4386 _blink.BlinkSVGPathElement.instance |
| 4387 .createSVGPathSegCurvetoCubicSmoothAbs_Callback_4_( |
| 4388 this, x, y, x2, y2); |
| 4389 |
| 4038 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') | 4390 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') |
| 4039 @DocsEditable() | 4391 @DocsEditable() |
| 4040 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvet
oCubicSmoothRel_Callback_4_(this, x, y, x2, y2); | 4392 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel( |
| 4041 | 4393 num x, num y, num x2, num y2) => |
| 4394 _blink.BlinkSVGPathElement.instance |
| 4395 .createSVGPathSegCurvetoCubicSmoothRel_Callback_4_( |
| 4396 this, x, y, x2, y2); |
| 4397 |
| 4042 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') | 4398 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') |
| 4043 @DocsEditable() | 4399 @DocsEditable() |
| 4044 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQua
draticAbs_Callback_4_(this, x, y, x1, y1); | 4400 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs( |
| 4045 | 4401 num x, num y, num x1, num y1) => |
| 4402 _blink.BlinkSVGPathElement.instance |
| 4403 .createSVGPathSegCurvetoQuadraticAbs_Callback_4_(this, x, y, x1, y1); |
| 4404 |
| 4046 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') | 4405 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') |
| 4047 @DocsEditable() | 4406 @DocsEditable() |
| 4048 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQua
draticRel_Callback_4_(this, x, y, x1, y1); | 4407 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel( |
| 4049 | 4408 num x, num y, num x1, num y1) => |
| 4409 _blink.BlinkSVGPathElement.instance |
| 4410 .createSVGPathSegCurvetoQuadraticRel_Callback_4_(this, x, y, x1, y1); |
| 4411 |
| 4050 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') | 4412 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') |
| 4051 @DocsEditable() | 4413 @DocsEditable() |
| 4052 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadrat
icSmoothAbs_Callback_2_(this, x, y); | 4414 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs( |
| 4053 | 4415 num x, num y) => |
| 4416 _blink.BlinkSVGPathElement.instance |
| 4417 .createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_2_(this, x, y); |
| 4418 |
| 4054 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') | 4419 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') |
| 4055 @DocsEditable() | 4420 @DocsEditable() |
| 4056 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadrat
icSmoothRel_Callback_2_(this, x, y); | 4421 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel( |
| 4057 | 4422 num x, num y) => |
| 4423 _blink.BlinkSVGPathElement.instance |
| 4424 .createSVGPathSegCurvetoQuadraticSmoothRel_Callback_2_(this, x, y); |
| 4425 |
| 4058 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') | 4426 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') |
| 4059 @DocsEditable() | 4427 @DocsEditable() |
| 4060 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => _blink.BlinkSVGPat
hElement.instance.createSVGPathSegLinetoAbs_Callback_2_(this, x, y); | 4428 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => |
| 4061 | 4429 _blink.BlinkSVGPathElement.instance |
| 4430 .createSVGPathSegLinetoAbs_Callback_2_(this, x, y); |
| 4431 |
| 4062 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') | 4432 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') |
| 4063 @DocsEditable() | 4433 @DocsEditable() |
| 4064 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => _blin
k.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalAbs_Callback_1_(t
his, x); | 4434 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => |
| 4065 | 4435 _blink.BlinkSVGPathElement.instance |
| 4436 .createSVGPathSegLinetoHorizontalAbs_Callback_1_(this, x); |
| 4437 |
| 4066 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') | 4438 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') |
| 4067 @DocsEditable() | 4439 @DocsEditable() |
| 4068 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => _blin
k.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalRel_Callback_1_(t
his, x); | 4440 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => |
| 4069 | 4441 _blink.BlinkSVGPathElement.instance |
| 4442 .createSVGPathSegLinetoHorizontalRel_Callback_1_(this, x); |
| 4443 |
| 4070 @DomName('SVGPathElement.createSVGPathSegLinetoRel') | 4444 @DomName('SVGPathElement.createSVGPathSegLinetoRel') |
| 4071 @DocsEditable() | 4445 @DocsEditable() |
| 4072 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => _blink.BlinkSVGPat
hElement.instance.createSVGPathSegLinetoRel_Callback_2_(this, x, y); | 4446 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => |
| 4073 | 4447 _blink.BlinkSVGPathElement.instance |
| 4448 .createSVGPathSegLinetoRel_Callback_2_(this, x, y); |
| 4449 |
| 4074 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') | 4450 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') |
| 4075 @DocsEditable() | 4451 @DocsEditable() |
| 4076 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => _blink.Bl
inkSVGPathElement.instance.createSVGPathSegLinetoVerticalAbs_Callback_1_(this, y
); | 4452 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => |
| 4077 | 4453 _blink.BlinkSVGPathElement.instance |
| 4454 .createSVGPathSegLinetoVerticalAbs_Callback_1_(this, y); |
| 4455 |
| 4078 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') | 4456 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') |
| 4079 @DocsEditable() | 4457 @DocsEditable() |
| 4080 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => _blink.Bl
inkSVGPathElement.instance.createSVGPathSegLinetoVerticalRel_Callback_1_(this, y
); | 4458 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => |
| 4081 | 4459 _blink.BlinkSVGPathElement.instance |
| 4460 .createSVGPathSegLinetoVerticalRel_Callback_1_(this, y); |
| 4461 |
| 4082 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') | 4462 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') |
| 4083 @DocsEditable() | 4463 @DocsEditable() |
| 4084 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => _blink.BlinkSVGPat
hElement.instance.createSVGPathSegMovetoAbs_Callback_2_(this, x, y); | 4464 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => |
| 4085 | 4465 _blink.BlinkSVGPathElement.instance |
| 4466 .createSVGPathSegMovetoAbs_Callback_2_(this, x, y); |
| 4467 |
| 4086 @DomName('SVGPathElement.createSVGPathSegMovetoRel') | 4468 @DomName('SVGPathElement.createSVGPathSegMovetoRel') |
| 4087 @DocsEditable() | 4469 @DocsEditable() |
| 4088 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => _blink.BlinkSVGPat
hElement.instance.createSVGPathSegMovetoRel_Callback_2_(this, x, y); | 4470 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => |
| 4089 | 4471 _blink.BlinkSVGPathElement.instance |
| 4472 .createSVGPathSegMovetoRel_Callback_2_(this, x, y); |
| 4473 |
| 4090 @DomName('SVGPathElement.getPathSegAtLength') | 4474 @DomName('SVGPathElement.getPathSegAtLength') |
| 4091 @DocsEditable() | 4475 @DocsEditable() |
| 4092 int getPathSegAtLength(num distance) => _blink.BlinkSVGPathElement.instance.ge
tPathSegAtLength_Callback_1_(this, distance); | 4476 int getPathSegAtLength(num distance) => _blink.BlinkSVGPathElement.instance |
| 4093 | 4477 .getPathSegAtLength_Callback_1_(this, distance); |
| 4478 |
| 4094 @DomName('SVGPathElement.getPointAtLength') | 4479 @DomName('SVGPathElement.getPointAtLength') |
| 4095 @DocsEditable() | 4480 @DocsEditable() |
| 4096 Point getPointAtLength(num distance) => _blink.BlinkSVGPathElement.instance.ge
tPointAtLength_Callback_1_(this, distance); | 4481 Point getPointAtLength(num distance) => _blink.BlinkSVGPathElement.instance |
| 4097 | 4482 .getPointAtLength_Callback_1_(this, distance); |
| 4483 |
| 4098 @DomName('SVGPathElement.getTotalLength') | 4484 @DomName('SVGPathElement.getTotalLength') |
| 4099 @DocsEditable() | 4485 @DocsEditable() |
| 4100 num getTotalLength() => _blink.BlinkSVGPathElement.instance.getTotalLength_Cal
lback_0_(this); | 4486 num getTotalLength() => |
| 4101 | 4487 _blink.BlinkSVGPathElement.instance.getTotalLength_Callback_0_(this); |
| 4102 } | 4488 } |
| 4103 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4489 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4104 // for details. All rights reserved. Use of this source code is governed by a | 4490 // for details. All rights reserved. Use of this source code is governed by a |
| 4105 // BSD-style license that can be found in the LICENSE file. | 4491 // BSD-style license that can be found in the LICENSE file. |
| 4106 | 4492 |
| 4107 // WARNING: Do not edit - generated code. | 4493 // WARNING: Do not edit - generated code. |
| 4108 | 4494 |
| 4109 | |
| 4110 @DocsEditable() | 4495 @DocsEditable() |
| 4111 @DomName('SVGPathSeg') | 4496 @DomName('SVGPathSeg') |
| 4112 @Unstable() | 4497 @Unstable() |
| 4113 class PathSeg extends DartHtmlDomObject { | 4498 class PathSeg extends DartHtmlDomObject { |
| 4114 // To suppress missing implicit constructor warnings. | 4499 // To suppress missing implicit constructor warnings. |
| 4115 factory PathSeg._() { throw new UnsupportedError("Not supported"); } | 4500 factory PathSeg._() { |
| 4116 | 4501 throw new UnsupportedError("Not supported"); |
| 4502 } |
| 4117 | 4503 |
| 4118 @Deprecated("Internal Use Only") | 4504 @Deprecated("Internal Use Only") |
| 4119 external static Type get instanceRuntimeType; | 4505 external static Type get instanceRuntimeType; |
| 4120 | 4506 |
| 4121 @Deprecated("Internal Use Only") | 4507 @Deprecated("Internal Use Only") |
| 4122 PathSeg.internal_() { } | 4508 PathSeg.internal_() {} |
| 4123 | 4509 |
| 4124 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') | 4510 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') |
| 4125 @DocsEditable() | 4511 @DocsEditable() |
| 4126 static const int PATHSEG_ARC_ABS = 10; | 4512 static const int PATHSEG_ARC_ABS = 10; |
| 4127 | 4513 |
| 4128 @DomName('SVGPathSeg.PATHSEG_ARC_REL') | 4514 @DomName('SVGPathSeg.PATHSEG_ARC_REL') |
| 4129 @DocsEditable() | 4515 @DocsEditable() |
| 4130 static const int PATHSEG_ARC_REL = 11; | 4516 static const int PATHSEG_ARC_REL = 11; |
| 4131 | 4517 |
| 4132 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') | 4518 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4196 @DomName('SVGPathSeg.PATHSEG_MOVETO_REL') | 4582 @DomName('SVGPathSeg.PATHSEG_MOVETO_REL') |
| 4197 @DocsEditable() | 4583 @DocsEditable() |
| 4198 static const int PATHSEG_MOVETO_REL = 3; | 4584 static const int PATHSEG_MOVETO_REL = 3; |
| 4199 | 4585 |
| 4200 @DomName('SVGPathSeg.PATHSEG_UNKNOWN') | 4586 @DomName('SVGPathSeg.PATHSEG_UNKNOWN') |
| 4201 @DocsEditable() | 4587 @DocsEditable() |
| 4202 static const int PATHSEG_UNKNOWN = 0; | 4588 static const int PATHSEG_UNKNOWN = 0; |
| 4203 | 4589 |
| 4204 @DomName('SVGPathSeg.pathSegType') | 4590 @DomName('SVGPathSeg.pathSegType') |
| 4205 @DocsEditable() | 4591 @DocsEditable() |
| 4206 int get pathSegType => _blink.BlinkSVGPathSeg.instance.pathSegType_Getter_(thi
s); | 4592 int get pathSegType => |
| 4207 | 4593 _blink.BlinkSVGPathSeg.instance.pathSegType_Getter_(this); |
| 4594 |
| 4208 @DomName('SVGPathSeg.pathSegTypeAsLetter') | 4595 @DomName('SVGPathSeg.pathSegTypeAsLetter') |
| 4209 @DocsEditable() | 4596 @DocsEditable() |
| 4210 String get pathSegTypeAsLetter => _blink.BlinkSVGPathSeg.instance.pathSegTypeA
sLetter_Getter_(this); | 4597 String get pathSegTypeAsLetter => |
| 4211 | 4598 _blink.BlinkSVGPathSeg.instance.pathSegTypeAsLetter_Getter_(this); |
| 4212 } | 4599 } |
| 4213 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4600 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4214 // for details. All rights reserved. Use of this source code is governed by a | 4601 // for details. All rights reserved. Use of this source code is governed by a |
| 4215 // BSD-style license that can be found in the LICENSE file. | 4602 // BSD-style license that can be found in the LICENSE file. |
| 4216 | 4603 |
| 4217 // WARNING: Do not edit - generated code. | 4604 // WARNING: Do not edit - generated code. |
| 4218 | 4605 |
| 4219 | |
| 4220 @DocsEditable() | 4606 @DocsEditable() |
| 4221 @DomName('SVGPathSegArcAbs') | 4607 @DomName('SVGPathSegArcAbs') |
| 4222 @Unstable() | 4608 @Unstable() |
| 4223 class PathSegArcAbs extends PathSeg { | 4609 class PathSegArcAbs extends PathSeg { |
| 4224 // To suppress missing implicit constructor warnings. | 4610 // To suppress missing implicit constructor warnings. |
| 4225 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } | 4611 factory PathSegArcAbs._() { |
| 4226 | 4612 throw new UnsupportedError("Not supported"); |
| 4613 } |
| 4227 | 4614 |
| 4228 @Deprecated("Internal Use Only") | 4615 @Deprecated("Internal Use Only") |
| 4229 external static Type get instanceRuntimeType; | 4616 external static Type get instanceRuntimeType; |
| 4230 | 4617 |
| 4231 @Deprecated("Internal Use Only") | 4618 @Deprecated("Internal Use Only") |
| 4232 PathSegArcAbs.internal_() : super.internal_(); | 4619 PathSegArcAbs.internal_() : super.internal_(); |
| 4233 | 4620 |
| 4234 | |
| 4235 @DomName('SVGPathSegArcAbs.angle') | 4621 @DomName('SVGPathSegArcAbs.angle') |
| 4236 @DocsEditable() | 4622 @DocsEditable() |
| 4237 num get angle => _blink.BlinkSVGPathSegArcAbs.instance.angle_Getter_(this); | 4623 num get angle => _blink.BlinkSVGPathSegArcAbs.instance.angle_Getter_(this); |
| 4238 | 4624 |
| 4239 @DomName('SVGPathSegArcAbs.angle') | 4625 @DomName('SVGPathSegArcAbs.angle') |
| 4240 @DocsEditable() | 4626 @DocsEditable() |
| 4241 set angle(num value) => _blink.BlinkSVGPathSegArcAbs.instance.angle_Setter_(th
is, value); | 4627 set angle(num value) => |
| 4242 | 4628 _blink.BlinkSVGPathSegArcAbs.instance.angle_Setter_(this, value); |
| 4629 |
| 4243 @DomName('SVGPathSegArcAbs.largeArcFlag') | 4630 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4244 @DocsEditable() | 4631 @DocsEditable() |
| 4245 bool get largeArcFlag => _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Ge
tter_(this); | 4632 bool get largeArcFlag => |
| 4246 | 4633 _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Getter_(this); |
| 4634 |
| 4247 @DomName('SVGPathSegArcAbs.largeArcFlag') | 4635 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4248 @DocsEditable() | 4636 @DocsEditable() |
| 4249 set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.largeArc
Flag_Setter_(this, value); | 4637 set largeArcFlag(bool value) => |
| 4250 | 4638 _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Setter_(this, value); |
| 4639 |
| 4251 @DomName('SVGPathSegArcAbs.r1') | 4640 @DomName('SVGPathSegArcAbs.r1') |
| 4252 @DocsEditable() | 4641 @DocsEditable() |
| 4253 num get r1 => _blink.BlinkSVGPathSegArcAbs.instance.r1_Getter_(this); | 4642 num get r1 => _blink.BlinkSVGPathSegArcAbs.instance.r1_Getter_(this); |
| 4254 | 4643 |
| 4255 @DomName('SVGPathSegArcAbs.r1') | 4644 @DomName('SVGPathSegArcAbs.r1') |
| 4256 @DocsEditable() | 4645 @DocsEditable() |
| 4257 set r1(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r1_Setter_(this, va
lue); | 4646 set r1(num value) => |
| 4258 | 4647 _blink.BlinkSVGPathSegArcAbs.instance.r1_Setter_(this, value); |
| 4648 |
| 4259 @DomName('SVGPathSegArcAbs.r2') | 4649 @DomName('SVGPathSegArcAbs.r2') |
| 4260 @DocsEditable() | 4650 @DocsEditable() |
| 4261 num get r2 => _blink.BlinkSVGPathSegArcAbs.instance.r2_Getter_(this); | 4651 num get r2 => _blink.BlinkSVGPathSegArcAbs.instance.r2_Getter_(this); |
| 4262 | 4652 |
| 4263 @DomName('SVGPathSegArcAbs.r2') | 4653 @DomName('SVGPathSegArcAbs.r2') |
| 4264 @DocsEditable() | 4654 @DocsEditable() |
| 4265 set r2(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r2_Setter_(this, va
lue); | 4655 set r2(num value) => |
| 4266 | 4656 _blink.BlinkSVGPathSegArcAbs.instance.r2_Setter_(this, value); |
| 4657 |
| 4267 @DomName('SVGPathSegArcAbs.sweepFlag') | 4658 @DomName('SVGPathSegArcAbs.sweepFlag') |
| 4268 @DocsEditable() | 4659 @DocsEditable() |
| 4269 bool get sweepFlag => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Getter_(
this); | 4660 bool get sweepFlag => |
| 4270 | 4661 _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Getter_(this); |
| 4662 |
| 4271 @DomName('SVGPathSegArcAbs.sweepFlag') | 4663 @DomName('SVGPathSegArcAbs.sweepFlag') |
| 4272 @DocsEditable() | 4664 @DocsEditable() |
| 4273 set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_S
etter_(this, value); | 4665 set sweepFlag(bool value) => |
| 4274 | 4666 _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Setter_(this, value); |
| 4667 |
| 4275 @DomName('SVGPathSegArcAbs.x') | 4668 @DomName('SVGPathSegArcAbs.x') |
| 4276 @DocsEditable() | 4669 @DocsEditable() |
| 4277 num get x => _blink.BlinkSVGPathSegArcAbs.instance.x_Getter_(this); | 4670 num get x => _blink.BlinkSVGPathSegArcAbs.instance.x_Getter_(this); |
| 4278 | 4671 |
| 4279 @DomName('SVGPathSegArcAbs.x') | 4672 @DomName('SVGPathSegArcAbs.x') |
| 4280 @DocsEditable() | 4673 @DocsEditable() |
| 4281 set x(num value) => _blink.BlinkSVGPathSegArcAbs.instance.x_Setter_(this, valu
e); | 4674 set x(num value) => |
| 4282 | 4675 _blink.BlinkSVGPathSegArcAbs.instance.x_Setter_(this, value); |
| 4676 |
| 4283 @DomName('SVGPathSegArcAbs.y') | 4677 @DomName('SVGPathSegArcAbs.y') |
| 4284 @DocsEditable() | 4678 @DocsEditable() |
| 4285 num get y => _blink.BlinkSVGPathSegArcAbs.instance.y_Getter_(this); | 4679 num get y => _blink.BlinkSVGPathSegArcAbs.instance.y_Getter_(this); |
| 4286 | 4680 |
| 4287 @DomName('SVGPathSegArcAbs.y') | 4681 @DomName('SVGPathSegArcAbs.y') |
| 4288 @DocsEditable() | 4682 @DocsEditable() |
| 4289 set y(num value) => _blink.BlinkSVGPathSegArcAbs.instance.y_Setter_(this, valu
e); | 4683 set y(num value) => |
| 4290 | 4684 _blink.BlinkSVGPathSegArcAbs.instance.y_Setter_(this, value); |
| 4291 } | 4685 } |
| 4292 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4686 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4293 // for details. All rights reserved. Use of this source code is governed by a | 4687 // for details. All rights reserved. Use of this source code is governed by a |
| 4294 // BSD-style license that can be found in the LICENSE file. | 4688 // BSD-style license that can be found in the LICENSE file. |
| 4295 | 4689 |
| 4296 // WARNING: Do not edit - generated code. | 4690 // WARNING: Do not edit - generated code. |
| 4297 | 4691 |
| 4298 | |
| 4299 @DocsEditable() | 4692 @DocsEditable() |
| 4300 @DomName('SVGPathSegArcRel') | 4693 @DomName('SVGPathSegArcRel') |
| 4301 @Unstable() | 4694 @Unstable() |
| 4302 class PathSegArcRel extends PathSeg { | 4695 class PathSegArcRel extends PathSeg { |
| 4303 // To suppress missing implicit constructor warnings. | 4696 // To suppress missing implicit constructor warnings. |
| 4304 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } | 4697 factory PathSegArcRel._() { |
| 4305 | 4698 throw new UnsupportedError("Not supported"); |
| 4699 } |
| 4306 | 4700 |
| 4307 @Deprecated("Internal Use Only") | 4701 @Deprecated("Internal Use Only") |
| 4308 external static Type get instanceRuntimeType; | 4702 external static Type get instanceRuntimeType; |
| 4309 | 4703 |
| 4310 @Deprecated("Internal Use Only") | 4704 @Deprecated("Internal Use Only") |
| 4311 PathSegArcRel.internal_() : super.internal_(); | 4705 PathSegArcRel.internal_() : super.internal_(); |
| 4312 | 4706 |
| 4313 | |
| 4314 @DomName('SVGPathSegArcRel.angle') | 4707 @DomName('SVGPathSegArcRel.angle') |
| 4315 @DocsEditable() | 4708 @DocsEditable() |
| 4316 num get angle => _blink.BlinkSVGPathSegArcRel.instance.angle_Getter_(this); | 4709 num get angle => _blink.BlinkSVGPathSegArcRel.instance.angle_Getter_(this); |
| 4317 | 4710 |
| 4318 @DomName('SVGPathSegArcRel.angle') | 4711 @DomName('SVGPathSegArcRel.angle') |
| 4319 @DocsEditable() | 4712 @DocsEditable() |
| 4320 set angle(num value) => _blink.BlinkSVGPathSegArcRel.instance.angle_Setter_(th
is, value); | 4713 set angle(num value) => |
| 4321 | 4714 _blink.BlinkSVGPathSegArcRel.instance.angle_Setter_(this, value); |
| 4715 |
| 4322 @DomName('SVGPathSegArcRel.largeArcFlag') | 4716 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4323 @DocsEditable() | 4717 @DocsEditable() |
| 4324 bool get largeArcFlag => _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Ge
tter_(this); | 4718 bool get largeArcFlag => |
| 4325 | 4719 _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Getter_(this); |
| 4720 |
| 4326 @DomName('SVGPathSegArcRel.largeArcFlag') | 4721 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4327 @DocsEditable() | 4722 @DocsEditable() |
| 4328 set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.largeArc
Flag_Setter_(this, value); | 4723 set largeArcFlag(bool value) => |
| 4329 | 4724 _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Setter_(this, value); |
| 4725 |
| 4330 @DomName('SVGPathSegArcRel.r1') | 4726 @DomName('SVGPathSegArcRel.r1') |
| 4331 @DocsEditable() | 4727 @DocsEditable() |
| 4332 num get r1 => _blink.BlinkSVGPathSegArcRel.instance.r1_Getter_(this); | 4728 num get r1 => _blink.BlinkSVGPathSegArcRel.instance.r1_Getter_(this); |
| 4333 | 4729 |
| 4334 @DomName('SVGPathSegArcRel.r1') | 4730 @DomName('SVGPathSegArcRel.r1') |
| 4335 @DocsEditable() | 4731 @DocsEditable() |
| 4336 set r1(num value) => _blink.BlinkSVGPathSegArcRel.instance.r1_Setter_(this, va
lue); | 4732 set r1(num value) => |
| 4337 | 4733 _blink.BlinkSVGPathSegArcRel.instance.r1_Setter_(this, value); |
| 4734 |
| 4338 @DomName('SVGPathSegArcRel.r2') | 4735 @DomName('SVGPathSegArcRel.r2') |
| 4339 @DocsEditable() | 4736 @DocsEditable() |
| 4340 num get r2 => _blink.BlinkSVGPathSegArcRel.instance.r2_Getter_(this); | 4737 num get r2 => _blink.BlinkSVGPathSegArcRel.instance.r2_Getter_(this); |
| 4341 | 4738 |
| 4342 @DomName('SVGPathSegArcRel.r2') | 4739 @DomName('SVGPathSegArcRel.r2') |
| 4343 @DocsEditable() | 4740 @DocsEditable() |
| 4344 set r2(num value) => _blink.BlinkSVGPathSegArcRel.instance.r2_Setter_(this, va
lue); | 4741 set r2(num value) => |
| 4345 | 4742 _blink.BlinkSVGPathSegArcRel.instance.r2_Setter_(this, value); |
| 4743 |
| 4346 @DomName('SVGPathSegArcRel.sweepFlag') | 4744 @DomName('SVGPathSegArcRel.sweepFlag') |
| 4347 @DocsEditable() | 4745 @DocsEditable() |
| 4348 bool get sweepFlag => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Getter_(
this); | 4746 bool get sweepFlag => |
| 4349 | 4747 _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Getter_(this); |
| 4748 |
| 4350 @DomName('SVGPathSegArcRel.sweepFlag') | 4749 @DomName('SVGPathSegArcRel.sweepFlag') |
| 4351 @DocsEditable() | 4750 @DocsEditable() |
| 4352 set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_S
etter_(this, value); | 4751 set sweepFlag(bool value) => |
| 4353 | 4752 _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Setter_(this, value); |
| 4753 |
| 4354 @DomName('SVGPathSegArcRel.x') | 4754 @DomName('SVGPathSegArcRel.x') |
| 4355 @DocsEditable() | 4755 @DocsEditable() |
| 4356 num get x => _blink.BlinkSVGPathSegArcRel.instance.x_Getter_(this); | 4756 num get x => _blink.BlinkSVGPathSegArcRel.instance.x_Getter_(this); |
| 4357 | 4757 |
| 4358 @DomName('SVGPathSegArcRel.x') | 4758 @DomName('SVGPathSegArcRel.x') |
| 4359 @DocsEditable() | 4759 @DocsEditable() |
| 4360 set x(num value) => _blink.BlinkSVGPathSegArcRel.instance.x_Setter_(this, valu
e); | 4760 set x(num value) => |
| 4361 | 4761 _blink.BlinkSVGPathSegArcRel.instance.x_Setter_(this, value); |
| 4762 |
| 4362 @DomName('SVGPathSegArcRel.y') | 4763 @DomName('SVGPathSegArcRel.y') |
| 4363 @DocsEditable() | 4764 @DocsEditable() |
| 4364 num get y => _blink.BlinkSVGPathSegArcRel.instance.y_Getter_(this); | 4765 num get y => _blink.BlinkSVGPathSegArcRel.instance.y_Getter_(this); |
| 4365 | 4766 |
| 4366 @DomName('SVGPathSegArcRel.y') | 4767 @DomName('SVGPathSegArcRel.y') |
| 4367 @DocsEditable() | 4768 @DocsEditable() |
| 4368 set y(num value) => _blink.BlinkSVGPathSegArcRel.instance.y_Setter_(this, valu
e); | 4769 set y(num value) => |
| 4369 | 4770 _blink.BlinkSVGPathSegArcRel.instance.y_Setter_(this, value); |
| 4370 } | 4771 } |
| 4371 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4772 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4372 // for details. All rights reserved. Use of this source code is governed by a | 4773 // for details. All rights reserved. Use of this source code is governed by a |
| 4373 // BSD-style license that can be found in the LICENSE file. | 4774 // BSD-style license that can be found in the LICENSE file. |
| 4374 | 4775 |
| 4375 // WARNING: Do not edit - generated code. | 4776 // WARNING: Do not edit - generated code. |
| 4376 | 4777 |
| 4377 | |
| 4378 @DocsEditable() | 4778 @DocsEditable() |
| 4379 @DomName('SVGPathSegClosePath') | 4779 @DomName('SVGPathSegClosePath') |
| 4380 @Unstable() | 4780 @Unstable() |
| 4381 class PathSegClosePath extends PathSeg { | 4781 class PathSegClosePath extends PathSeg { |
| 4382 // To suppress missing implicit constructor warnings. | 4782 // To suppress missing implicit constructor warnings. |
| 4383 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); } | 4783 factory PathSegClosePath._() { |
| 4384 | 4784 throw new UnsupportedError("Not supported"); |
| 4785 } |
| 4385 | 4786 |
| 4386 @Deprecated("Internal Use Only") | 4787 @Deprecated("Internal Use Only") |
| 4387 external static Type get instanceRuntimeType; | 4788 external static Type get instanceRuntimeType; |
| 4388 | 4789 |
| 4389 @Deprecated("Internal Use Only") | 4790 @Deprecated("Internal Use Only") |
| 4390 PathSegClosePath.internal_() : super.internal_(); | 4791 PathSegClosePath.internal_() : super.internal_(); |
| 4391 | |
| 4392 | |
| 4393 } | 4792 } |
| 4394 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4793 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4395 // for details. All rights reserved. Use of this source code is governed by a | 4794 // for details. All rights reserved. Use of this source code is governed by a |
| 4396 // BSD-style license that can be found in the LICENSE file. | 4795 // BSD-style license that can be found in the LICENSE file. |
| 4397 | 4796 |
| 4398 // WARNING: Do not edit - generated code. | 4797 // WARNING: Do not edit - generated code. |
| 4399 | 4798 |
| 4400 | |
| 4401 @DocsEditable() | 4799 @DocsEditable() |
| 4402 @DomName('SVGPathSegCurvetoCubicAbs') | 4800 @DomName('SVGPathSegCurvetoCubicAbs') |
| 4403 @Unstable() | 4801 @Unstable() |
| 4404 class PathSegCurvetoCubicAbs extends PathSeg { | 4802 class PathSegCurvetoCubicAbs extends PathSeg { |
| 4405 // To suppress missing implicit constructor warnings. | 4803 // To suppress missing implicit constructor warnings. |
| 4406 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported
"); } | 4804 factory PathSegCurvetoCubicAbs._() { |
| 4407 | 4805 throw new UnsupportedError("Not supported"); |
| 4806 } |
| 4408 | 4807 |
| 4409 @Deprecated("Internal Use Only") | 4808 @Deprecated("Internal Use Only") |
| 4410 external static Type get instanceRuntimeType; | 4809 external static Type get instanceRuntimeType; |
| 4411 | 4810 |
| 4412 @Deprecated("Internal Use Only") | 4811 @Deprecated("Internal Use Only") |
| 4413 PathSegCurvetoCubicAbs.internal_() : super.internal_(); | 4812 PathSegCurvetoCubicAbs.internal_() : super.internal_(); |
| 4414 | 4813 |
| 4415 | |
| 4416 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4814 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 4417 @DocsEditable() | 4815 @DocsEditable() |
| 4418 num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Getter_(this); | 4816 num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Getter_(this); |
| 4419 | 4817 |
| 4420 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4818 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 4421 @DocsEditable() | 4819 @DocsEditable() |
| 4422 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Setter_(t
his, value); | 4820 set x(num value) => |
| 4423 | 4821 _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Setter_(this, value); |
| 4822 |
| 4424 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 4823 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 4425 @DocsEditable() | 4824 @DocsEditable() |
| 4426 num get x1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Getter_(this); | 4825 num get x1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Getter_(this); |
| 4427 | 4826 |
| 4428 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 4827 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 4429 @DocsEditable() | 4828 @DocsEditable() |
| 4430 set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Setter_
(this, value); | 4829 set x1(num value) => |
| 4431 | 4830 _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Setter_(this, value); |
| 4831 |
| 4432 @DomName('SVGPathSegCurvetoCubicAbs.x2') | 4832 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
| 4433 @DocsEditable() | 4833 @DocsEditable() |
| 4434 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Getter_(this); | 4834 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Getter_(this); |
| 4435 | 4835 |
| 4436 @DomName('SVGPathSegCurvetoCubicAbs.x2') | 4836 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
| 4437 @DocsEditable() | 4837 @DocsEditable() |
| 4438 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Setter_
(this, value); | 4838 set x2(num value) => |
| 4439 | 4839 _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Setter_(this, value); |
| 4840 |
| 4440 @DomName('SVGPathSegCurvetoCubicAbs.y') | 4841 @DomName('SVGPathSegCurvetoCubicAbs.y') |
| 4441 @DocsEditable() | 4842 @DocsEditable() |
| 4442 num get y => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Getter_(this); | 4843 num get y => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Getter_(this); |
| 4443 | 4844 |
| 4444 @DomName('SVGPathSegCurvetoCubicAbs.y') | 4845 @DomName('SVGPathSegCurvetoCubicAbs.y') |
| 4445 @DocsEditable() | 4846 @DocsEditable() |
| 4446 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Setter_(t
his, value); | 4847 set y(num value) => |
| 4447 | 4848 _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Setter_(this, value); |
| 4849 |
| 4448 @DomName('SVGPathSegCurvetoCubicAbs.y1') | 4850 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
| 4449 @DocsEditable() | 4851 @DocsEditable() |
| 4450 num get y1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Getter_(this); | 4852 num get y1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Getter_(this); |
| 4451 | 4853 |
| 4452 @DomName('SVGPathSegCurvetoCubicAbs.y1') | 4854 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
| 4453 @DocsEditable() | 4855 @DocsEditable() |
| 4454 set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Setter_
(this, value); | 4856 set y1(num value) => |
| 4455 | 4857 _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Setter_(this, value); |
| 4858 |
| 4456 @DomName('SVGPathSegCurvetoCubicAbs.y2') | 4859 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
| 4457 @DocsEditable() | 4860 @DocsEditable() |
| 4458 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Getter_(this); | 4861 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Getter_(this); |
| 4459 | 4862 |
| 4460 @DomName('SVGPathSegCurvetoCubicAbs.y2') | 4863 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
| 4461 @DocsEditable() | 4864 @DocsEditable() |
| 4462 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Setter_
(this, value); | 4865 set y2(num value) => |
| 4463 | 4866 _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Setter_(this, value); |
| 4464 } | 4867 } |
| 4465 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4868 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4466 // for details. All rights reserved. Use of this source code is governed by a | 4869 // for details. All rights reserved. Use of this source code is governed by a |
| 4467 // BSD-style license that can be found in the LICENSE file. | 4870 // BSD-style license that can be found in the LICENSE file. |
| 4468 | 4871 |
| 4469 // WARNING: Do not edit - generated code. | 4872 // WARNING: Do not edit - generated code. |
| 4470 | 4873 |
| 4471 | |
| 4472 @DocsEditable() | 4874 @DocsEditable() |
| 4473 @DomName('SVGPathSegCurvetoCubicRel') | 4875 @DomName('SVGPathSegCurvetoCubicRel') |
| 4474 @Unstable() | 4876 @Unstable() |
| 4475 class PathSegCurvetoCubicRel extends PathSeg { | 4877 class PathSegCurvetoCubicRel extends PathSeg { |
| 4476 // To suppress missing implicit constructor warnings. | 4878 // To suppress missing implicit constructor warnings. |
| 4477 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported
"); } | 4879 factory PathSegCurvetoCubicRel._() { |
| 4478 | 4880 throw new UnsupportedError("Not supported"); |
| 4881 } |
| 4479 | 4882 |
| 4480 @Deprecated("Internal Use Only") | 4883 @Deprecated("Internal Use Only") |
| 4481 external static Type get instanceRuntimeType; | 4884 external static Type get instanceRuntimeType; |
| 4482 | 4885 |
| 4483 @Deprecated("Internal Use Only") | 4886 @Deprecated("Internal Use Only") |
| 4484 PathSegCurvetoCubicRel.internal_() : super.internal_(); | 4887 PathSegCurvetoCubicRel.internal_() : super.internal_(); |
| 4485 | 4888 |
| 4486 | |
| 4487 @DomName('SVGPathSegCurvetoCubicRel.x') | 4889 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 4488 @DocsEditable() | 4890 @DocsEditable() |
| 4489 num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Getter_(this); | 4891 num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Getter_(this); |
| 4490 | 4892 |
| 4491 @DomName('SVGPathSegCurvetoCubicRel.x') | 4893 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 4492 @DocsEditable() | 4894 @DocsEditable() |
| 4493 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Setter_(t
his, value); | 4895 set x(num value) => |
| 4494 | 4896 _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Setter_(this, value); |
| 4897 |
| 4495 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4898 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 4496 @DocsEditable() | 4899 @DocsEditable() |
| 4497 num get x1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Getter_(this); | 4900 num get x1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Getter_(this); |
| 4498 | 4901 |
| 4499 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4902 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 4500 @DocsEditable() | 4903 @DocsEditable() |
| 4501 set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Setter_
(this, value); | 4904 set x1(num value) => |
| 4502 | 4905 _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Setter_(this, value); |
| 4906 |
| 4503 @DomName('SVGPathSegCurvetoCubicRel.x2') | 4907 @DomName('SVGPathSegCurvetoCubicRel.x2') |
| 4504 @DocsEditable() | 4908 @DocsEditable() |
| 4505 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Getter_(this); | 4909 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Getter_(this); |
| 4506 | 4910 |
| 4507 @DomName('SVGPathSegCurvetoCubicRel.x2') | 4911 @DomName('SVGPathSegCurvetoCubicRel.x2') |
| 4508 @DocsEditable() | 4912 @DocsEditable() |
| 4509 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Setter_
(this, value); | 4913 set x2(num value) => |
| 4510 | 4914 _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Setter_(this, value); |
| 4915 |
| 4511 @DomName('SVGPathSegCurvetoCubicRel.y') | 4916 @DomName('SVGPathSegCurvetoCubicRel.y') |
| 4512 @DocsEditable() | 4917 @DocsEditable() |
| 4513 num get y => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Getter_(this); | 4918 num get y => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Getter_(this); |
| 4514 | 4919 |
| 4515 @DomName('SVGPathSegCurvetoCubicRel.y') | 4920 @DomName('SVGPathSegCurvetoCubicRel.y') |
| 4516 @DocsEditable() | 4921 @DocsEditable() |
| 4517 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Setter_(t
his, value); | 4922 set y(num value) => |
| 4518 | 4923 _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Setter_(this, value); |
| 4924 |
| 4519 @DomName('SVGPathSegCurvetoCubicRel.y1') | 4925 @DomName('SVGPathSegCurvetoCubicRel.y1') |
| 4520 @DocsEditable() | 4926 @DocsEditable() |
| 4521 num get y1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Getter_(this); | 4927 num get y1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Getter_(this); |
| 4522 | 4928 |
| 4523 @DomName('SVGPathSegCurvetoCubicRel.y1') | 4929 @DomName('SVGPathSegCurvetoCubicRel.y1') |
| 4524 @DocsEditable() | 4930 @DocsEditable() |
| 4525 set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Setter_
(this, value); | 4931 set y1(num value) => |
| 4526 | 4932 _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Setter_(this, value); |
| 4933 |
| 4527 @DomName('SVGPathSegCurvetoCubicRel.y2') | 4934 @DomName('SVGPathSegCurvetoCubicRel.y2') |
| 4528 @DocsEditable() | 4935 @DocsEditable() |
| 4529 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Getter_(this); | 4936 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Getter_(this); |
| 4530 | 4937 |
| 4531 @DomName('SVGPathSegCurvetoCubicRel.y2') | 4938 @DomName('SVGPathSegCurvetoCubicRel.y2') |
| 4532 @DocsEditable() | 4939 @DocsEditable() |
| 4533 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Setter_
(this, value); | 4940 set y2(num value) => |
| 4534 | 4941 _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Setter_(this, value); |
| 4535 } | 4942 } |
| 4536 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4943 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4537 // for details. All rights reserved. Use of this source code is governed by a | 4944 // for details. All rights reserved. Use of this source code is governed by a |
| 4538 // BSD-style license that can be found in the LICENSE file. | 4945 // BSD-style license that can be found in the LICENSE file. |
| 4539 | 4946 |
| 4540 // WARNING: Do not edit - generated code. | 4947 // WARNING: Do not edit - generated code. |
| 4541 | 4948 |
| 4542 | |
| 4543 @DocsEditable() | 4949 @DocsEditable() |
| 4544 @DomName('SVGPathSegCurvetoCubicSmoothAbs') | 4950 @DomName('SVGPathSegCurvetoCubicSmoothAbs') |
| 4545 @Unstable() | 4951 @Unstable() |
| 4546 class PathSegCurvetoCubicSmoothAbs extends PathSeg { | 4952 class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
| 4547 // To suppress missing implicit constructor warnings. | 4953 // To suppress missing implicit constructor warnings. |
| 4548 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup
ported"); } | 4954 factory PathSegCurvetoCubicSmoothAbs._() { |
| 4549 | 4955 throw new UnsupportedError("Not supported"); |
| 4956 } |
| 4550 | 4957 |
| 4551 @Deprecated("Internal Use Only") | 4958 @Deprecated("Internal Use Only") |
| 4552 external static Type get instanceRuntimeType; | 4959 external static Type get instanceRuntimeType; |
| 4553 | 4960 |
| 4554 @Deprecated("Internal Use Only") | 4961 @Deprecated("Internal Use Only") |
| 4555 PathSegCurvetoCubicSmoothAbs.internal_() : super.internal_(); | 4962 PathSegCurvetoCubicSmoothAbs.internal_() : super.internal_(); |
| 4556 | 4963 |
| 4964 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 4965 @DocsEditable() |
| 4966 num get x => |
| 4967 _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(this); |
| 4557 | 4968 |
| 4558 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4969 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 4559 @DocsEditable() | 4970 @DocsEditable() |
| 4560 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(th
is); | 4971 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance |
| 4561 | 4972 .x_Setter_(this, value); |
| 4562 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4973 |
| 4563 @DocsEditable() | |
| 4564 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Set
ter_(this, value); | |
| 4565 | |
| 4566 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4974 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 4567 @DocsEditable() | 4975 @DocsEditable() |
| 4568 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_Getter_(
this); | 4976 num get x2 => |
| 4569 | 4977 _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_Getter_(this); |
| 4978 |
| 4570 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4979 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 4571 @DocsEditable() | 4980 @DocsEditable() |
| 4572 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_S
etter_(this, value); | 4981 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance |
| 4573 | 4982 .x2_Setter_(this, value); |
| 4983 |
| 4574 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') | 4984 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
| 4575 @DocsEditable() | 4985 @DocsEditable() |
| 4576 num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Getter_(th
is); | 4986 num get y => |
| 4577 | 4987 _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Getter_(this); |
| 4988 |
| 4578 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') | 4989 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
| 4579 @DocsEditable() | 4990 @DocsEditable() |
| 4580 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Set
ter_(this, value); | 4991 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance |
| 4581 | 4992 .y_Setter_(this, value); |
| 4993 |
| 4582 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') | 4994 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
| 4583 @DocsEditable() | 4995 @DocsEditable() |
| 4584 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Getter_(
this); | 4996 num get y2 => |
| 4585 | 4997 _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Getter_(this); |
| 4998 |
| 4586 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') | 4999 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
| 4587 @DocsEditable() | 5000 @DocsEditable() |
| 4588 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_S
etter_(this, value); | 5001 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance |
| 4589 | 5002 .y2_Setter_(this, value); |
| 4590 } | 5003 } |
| 4591 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5004 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4592 // for details. All rights reserved. Use of this source code is governed by a | 5005 // for details. All rights reserved. Use of this source code is governed by a |
| 4593 // BSD-style license that can be found in the LICENSE file. | 5006 // BSD-style license that can be found in the LICENSE file. |
| 4594 | 5007 |
| 4595 // WARNING: Do not edit - generated code. | 5008 // WARNING: Do not edit - generated code. |
| 4596 | 5009 |
| 4597 | |
| 4598 @DocsEditable() | 5010 @DocsEditable() |
| 4599 @DomName('SVGPathSegCurvetoCubicSmoothRel') | 5011 @DomName('SVGPathSegCurvetoCubicSmoothRel') |
| 4600 @Unstable() | 5012 @Unstable() |
| 4601 class PathSegCurvetoCubicSmoothRel extends PathSeg { | 5013 class PathSegCurvetoCubicSmoothRel extends PathSeg { |
| 4602 // To suppress missing implicit constructor warnings. | 5014 // To suppress missing implicit constructor warnings. |
| 4603 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup
ported"); } | 5015 factory PathSegCurvetoCubicSmoothRel._() { |
| 4604 | 5016 throw new UnsupportedError("Not supported"); |
| 5017 } |
| 4605 | 5018 |
| 4606 @Deprecated("Internal Use Only") | 5019 @Deprecated("Internal Use Only") |
| 4607 external static Type get instanceRuntimeType; | 5020 external static Type get instanceRuntimeType; |
| 4608 | 5021 |
| 4609 @Deprecated("Internal Use Only") | 5022 @Deprecated("Internal Use Only") |
| 4610 PathSegCurvetoCubicSmoothRel.internal_() : super.internal_(); | 5023 PathSegCurvetoCubicSmoothRel.internal_() : super.internal_(); |
| 4611 | 5024 |
| 5025 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 5026 @DocsEditable() |
| 5027 num get x => |
| 5028 _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(this); |
| 4612 | 5029 |
| 4613 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 5030 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 4614 @DocsEditable() | 5031 @DocsEditable() |
| 4615 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(th
is); | 5032 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance |
| 4616 | 5033 .x_Setter_(this, value); |
| 4617 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 5034 |
| 4618 @DocsEditable() | |
| 4619 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Set
ter_(this, value); | |
| 4620 | |
| 4621 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 5035 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 4622 @DocsEditable() | 5036 @DocsEditable() |
| 4623 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Getter_(
this); | 5037 num get x2 => |
| 4624 | 5038 _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Getter_(this); |
| 5039 |
| 4625 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 5040 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 4626 @DocsEditable() | 5041 @DocsEditable() |
| 4627 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_S
etter_(this, value); | 5042 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance |
| 4628 | 5043 .x2_Setter_(this, value); |
| 5044 |
| 4629 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') | 5045 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
| 4630 @DocsEditable() | 5046 @DocsEditable() |
| 4631 num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Getter_(th
is); | 5047 num get y => |
| 4632 | 5048 _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Getter_(this); |
| 5049 |
| 4633 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') | 5050 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
| 4634 @DocsEditable() | 5051 @DocsEditable() |
| 4635 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Set
ter_(this, value); | 5052 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance |
| 4636 | 5053 .y_Setter_(this, value); |
| 5054 |
| 4637 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') | 5055 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
| 4638 @DocsEditable() | 5056 @DocsEditable() |
| 4639 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_Getter_(
this); | 5057 num get y2 => |
| 4640 | 5058 _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_Getter_(this); |
| 5059 |
| 4641 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') | 5060 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
| 4642 @DocsEditable() | 5061 @DocsEditable() |
| 4643 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_S
etter_(this, value); | 5062 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance |
| 4644 | 5063 .y2_Setter_(this, value); |
| 4645 } | 5064 } |
| 4646 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5065 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4647 // for details. All rights reserved. Use of this source code is governed by a | 5066 // for details. All rights reserved. Use of this source code is governed by a |
| 4648 // BSD-style license that can be found in the LICENSE file. | 5067 // BSD-style license that can be found in the LICENSE file. |
| 4649 | 5068 |
| 4650 // WARNING: Do not edit - generated code. | 5069 // WARNING: Do not edit - generated code. |
| 4651 | 5070 |
| 4652 | |
| 4653 @DocsEditable() | 5071 @DocsEditable() |
| 4654 @DomName('SVGPathSegCurvetoQuadraticAbs') | 5072 @DomName('SVGPathSegCurvetoQuadraticAbs') |
| 4655 @Unstable() | 5073 @Unstable() |
| 4656 class PathSegCurvetoQuadraticAbs extends PathSeg { | 5074 class PathSegCurvetoQuadraticAbs extends PathSeg { |
| 4657 // To suppress missing implicit constructor warnings. | 5075 // To suppress missing implicit constructor warnings. |
| 4658 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo
rted"); } | 5076 factory PathSegCurvetoQuadraticAbs._() { |
| 4659 | 5077 throw new UnsupportedError("Not supported"); |
| 5078 } |
| 4660 | 5079 |
| 4661 @Deprecated("Internal Use Only") | 5080 @Deprecated("Internal Use Only") |
| 4662 external static Type get instanceRuntimeType; | 5081 external static Type get instanceRuntimeType; |
| 4663 | 5082 |
| 4664 @Deprecated("Internal Use Only") | 5083 @Deprecated("Internal Use Only") |
| 4665 PathSegCurvetoQuadraticAbs.internal_() : super.internal_(); | 5084 PathSegCurvetoQuadraticAbs.internal_() : super.internal_(); |
| 4666 | 5085 |
| 5086 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 5087 @DocsEditable() |
| 5088 num get x => |
| 5089 _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(this); |
| 4667 | 5090 |
| 4668 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 5091 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 4669 @DocsEditable() | 5092 @DocsEditable() |
| 4670 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(this
); | 5093 set x(num value) => |
| 4671 | 5094 _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Setter_(this, value); |
| 4672 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 5095 |
| 4673 @DocsEditable() | |
| 4674 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Sette
r_(this, value); | |
| 4675 | |
| 4676 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 5096 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 4677 @DocsEditable() | 5097 @DocsEditable() |
| 4678 num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Getter_(th
is); | 5098 num get x1 => |
| 4679 | 5099 _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Getter_(this); |
| 5100 |
| 4680 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 5101 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 4681 @DocsEditable() | 5102 @DocsEditable() |
| 4682 set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Set
ter_(this, value); | 5103 set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance |
| 4683 | 5104 .x1_Setter_(this, value); |
| 5105 |
| 4684 @DomName('SVGPathSegCurvetoQuadraticAbs.y') | 5106 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
| 4685 @DocsEditable() | 5107 @DocsEditable() |
| 4686 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Getter_(this
); | 5108 num get y => |
| 4687 | 5109 _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Getter_(this); |
| 5110 |
| 4688 @DomName('SVGPathSegCurvetoQuadraticAbs.y') | 5111 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
| 4689 @DocsEditable() | 5112 @DocsEditable() |
| 4690 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Sette
r_(this, value); | 5113 set y(num value) => |
| 4691 | 5114 _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Setter_(this, value); |
| 5115 |
| 4692 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') | 5116 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
| 4693 @DocsEditable() | 5117 @DocsEditable() |
| 4694 num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Getter_(th
is); | 5118 num get y1 => |
| 4695 | 5119 _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Getter_(this); |
| 5120 |
| 4696 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') | 5121 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
| 4697 @DocsEditable() | 5122 @DocsEditable() |
| 4698 set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Set
ter_(this, value); | 5123 set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance |
| 4699 | 5124 .y1_Setter_(this, value); |
| 4700 } | 5125 } |
| 4701 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5126 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4702 // for details. All rights reserved. Use of this source code is governed by a | 5127 // for details. All rights reserved. Use of this source code is governed by a |
| 4703 // BSD-style license that can be found in the LICENSE file. | 5128 // BSD-style license that can be found in the LICENSE file. |
| 4704 | 5129 |
| 4705 // WARNING: Do not edit - generated code. | 5130 // WARNING: Do not edit - generated code. |
| 4706 | 5131 |
| 4707 | |
| 4708 @DocsEditable() | 5132 @DocsEditable() |
| 4709 @DomName('SVGPathSegCurvetoQuadraticRel') | 5133 @DomName('SVGPathSegCurvetoQuadraticRel') |
| 4710 @Unstable() | 5134 @Unstable() |
| 4711 class PathSegCurvetoQuadraticRel extends PathSeg { | 5135 class PathSegCurvetoQuadraticRel extends PathSeg { |
| 4712 // To suppress missing implicit constructor warnings. | 5136 // To suppress missing implicit constructor warnings. |
| 4713 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo
rted"); } | 5137 factory PathSegCurvetoQuadraticRel._() { |
| 4714 | 5138 throw new UnsupportedError("Not supported"); |
| 5139 } |
| 4715 | 5140 |
| 4716 @Deprecated("Internal Use Only") | 5141 @Deprecated("Internal Use Only") |
| 4717 external static Type get instanceRuntimeType; | 5142 external static Type get instanceRuntimeType; |
| 4718 | 5143 |
| 4719 @Deprecated("Internal Use Only") | 5144 @Deprecated("Internal Use Only") |
| 4720 PathSegCurvetoQuadraticRel.internal_() : super.internal_(); | 5145 PathSegCurvetoQuadraticRel.internal_() : super.internal_(); |
| 4721 | 5146 |
| 5147 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 5148 @DocsEditable() |
| 5149 num get x => |
| 5150 _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(this); |
| 4722 | 5151 |
| 4723 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 5152 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 4724 @DocsEditable() | 5153 @DocsEditable() |
| 4725 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(this
); | 5154 set x(num value) => |
| 4726 | 5155 _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Setter_(this, value); |
| 4727 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 5156 |
| 4728 @DocsEditable() | |
| 4729 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Sette
r_(this, value); | |
| 4730 | |
| 4731 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 5157 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 4732 @DocsEditable() | 5158 @DocsEditable() |
| 4733 num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Getter_(th
is); | 5159 num get x1 => |
| 4734 | 5160 _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Getter_(this); |
| 5161 |
| 4735 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 5162 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 4736 @DocsEditable() | 5163 @DocsEditable() |
| 4737 set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Set
ter_(this, value); | 5164 set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance |
| 4738 | 5165 .x1_Setter_(this, value); |
| 5166 |
| 4739 @DomName('SVGPathSegCurvetoQuadraticRel.y') | 5167 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
| 4740 @DocsEditable() | 5168 @DocsEditable() |
| 4741 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Getter_(this
); | 5169 num get y => |
| 4742 | 5170 _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Getter_(this); |
| 5171 |
| 4743 @DomName('SVGPathSegCurvetoQuadraticRel.y') | 5172 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
| 4744 @DocsEditable() | 5173 @DocsEditable() |
| 4745 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Sette
r_(this, value); | 5174 set y(num value) => |
| 4746 | 5175 _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Setter_(this, value); |
| 5176 |
| 4747 @DomName('SVGPathSegCurvetoQuadraticRel.y1') | 5177 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
| 4748 @DocsEditable() | 5178 @DocsEditable() |
| 4749 num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Getter_(th
is); | 5179 num get y1 => |
| 4750 | 5180 _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Getter_(this); |
| 5181 |
| 4751 @DomName('SVGPathSegCurvetoQuadraticRel.y1') | 5182 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
| 4752 @DocsEditable() | 5183 @DocsEditable() |
| 4753 set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Set
ter_(this, value); | 5184 set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance |
| 4754 | 5185 .y1_Setter_(this, value); |
| 4755 } | 5186 } |
| 4756 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5187 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4757 // for details. All rights reserved. Use of this source code is governed by a | 5188 // for details. All rights reserved. Use of this source code is governed by a |
| 4758 // BSD-style license that can be found in the LICENSE file. | 5189 // BSD-style license that can be found in the LICENSE file. |
| 4759 | 5190 |
| 4760 // WARNING: Do not edit - generated code. | 5191 // WARNING: Do not edit - generated code. |
| 4761 | 5192 |
| 4762 | |
| 4763 @DocsEditable() | 5193 @DocsEditable() |
| 4764 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') | 5194 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') |
| 4765 @Unstable() | 5195 @Unstable() |
| 4766 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { | 5196 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
| 4767 // To suppress missing implicit constructor warnings. | 5197 // To suppress missing implicit constructor warnings. |
| 4768 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not
supported"); } | 5198 factory PathSegCurvetoQuadraticSmoothAbs._() { |
| 4769 | 5199 throw new UnsupportedError("Not supported"); |
| 5200 } |
| 4770 | 5201 |
| 4771 @Deprecated("Internal Use Only") | 5202 @Deprecated("Internal Use Only") |
| 4772 external static Type get instanceRuntimeType; | 5203 external static Type get instanceRuntimeType; |
| 4773 | 5204 |
| 4774 @Deprecated("Internal Use Only") | 5205 @Deprecated("Internal Use Only") |
| 4775 PathSegCurvetoQuadraticSmoothAbs.internal_() : super.internal_(); | 5206 PathSegCurvetoQuadraticSmoothAbs.internal_() : super.internal_(); |
| 4776 | 5207 |
| 5208 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 5209 @DocsEditable() |
| 5210 num get x => |
| 5211 _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter_(this); |
| 4777 | 5212 |
| 4778 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 5213 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 4779 @DocsEditable() | 5214 @DocsEditable() |
| 4780 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter
_(this); | 5215 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance |
| 4781 | 5216 .x_Setter_(this, value); |
| 4782 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 5217 |
| 4783 @DocsEditable() | |
| 4784 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x
_Setter_(this, value); | |
| 4785 | |
| 4786 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 5218 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 4787 @DocsEditable() | 5219 @DocsEditable() |
| 4788 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y_Getter
_(this); | 5220 num get y => |
| 4789 | 5221 _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y_Getter_(this); |
| 5222 |
| 4790 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 5223 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 4791 @DocsEditable() | 5224 @DocsEditable() |
| 4792 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y
_Setter_(this, value); | 5225 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance |
| 4793 | 5226 .y_Setter_(this, value); |
| 4794 } | 5227 } |
| 4795 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5228 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4796 // for details. All rights reserved. Use of this source code is governed by a | 5229 // for details. All rights reserved. Use of this source code is governed by a |
| 4797 // BSD-style license that can be found in the LICENSE file. | 5230 // BSD-style license that can be found in the LICENSE file. |
| 4798 | 5231 |
| 4799 // WARNING: Do not edit - generated code. | 5232 // WARNING: Do not edit - generated code. |
| 4800 | 5233 |
| 4801 | |
| 4802 @DocsEditable() | 5234 @DocsEditable() |
| 4803 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') | 5235 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') |
| 4804 @Unstable() | 5236 @Unstable() |
| 4805 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { | 5237 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
| 4806 // To suppress missing implicit constructor warnings. | 5238 // To suppress missing implicit constructor warnings. |
| 4807 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not
supported"); } | 5239 factory PathSegCurvetoQuadraticSmoothRel._() { |
| 4808 | 5240 throw new UnsupportedError("Not supported"); |
| 5241 } |
| 4809 | 5242 |
| 4810 @Deprecated("Internal Use Only") | 5243 @Deprecated("Internal Use Only") |
| 4811 external static Type get instanceRuntimeType; | 5244 external static Type get instanceRuntimeType; |
| 4812 | 5245 |
| 4813 @Deprecated("Internal Use Only") | 5246 @Deprecated("Internal Use Only") |
| 4814 PathSegCurvetoQuadraticSmoothRel.internal_() : super.internal_(); | 5247 PathSegCurvetoQuadraticSmoothRel.internal_() : super.internal_(); |
| 4815 | 5248 |
| 5249 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 5250 @DocsEditable() |
| 5251 num get x => |
| 5252 _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter_(this); |
| 4816 | 5253 |
| 4817 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 5254 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 4818 @DocsEditable() | 5255 @DocsEditable() |
| 4819 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter
_(this); | 5256 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance |
| 4820 | 5257 .x_Setter_(this, value); |
| 4821 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 5258 |
| 4822 @DocsEditable() | |
| 4823 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x
_Setter_(this, value); | |
| 4824 | |
| 4825 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 5259 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 4826 @DocsEditable() | 5260 @DocsEditable() |
| 4827 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y_Getter
_(this); | 5261 num get y => |
| 4828 | 5262 _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y_Getter_(this); |
| 5263 |
| 4829 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 5264 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 4830 @DocsEditable() | 5265 @DocsEditable() |
| 4831 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y
_Setter_(this, value); | 5266 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance |
| 4832 | 5267 .y_Setter_(this, value); |
| 4833 } | 5268 } |
| 4834 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5269 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4835 // for details. All rights reserved. Use of this source code is governed by a | 5270 // for details. All rights reserved. Use of this source code is governed by a |
| 4836 // BSD-style license that can be found in the LICENSE file. | 5271 // BSD-style license that can be found in the LICENSE file. |
| 4837 | 5272 |
| 4838 // WARNING: Do not edit - generated code. | 5273 // WARNING: Do not edit - generated code. |
| 4839 | 5274 |
| 4840 | |
| 4841 @DocsEditable() | 5275 @DocsEditable() |
| 4842 @DomName('SVGPathSegLinetoAbs') | 5276 @DomName('SVGPathSegLinetoAbs') |
| 4843 @Unstable() | 5277 @Unstable() |
| 4844 class PathSegLinetoAbs extends PathSeg { | 5278 class PathSegLinetoAbs extends PathSeg { |
| 4845 // To suppress missing implicit constructor warnings. | 5279 // To suppress missing implicit constructor warnings. |
| 4846 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } | 5280 factory PathSegLinetoAbs._() { |
| 4847 | 5281 throw new UnsupportedError("Not supported"); |
| 5282 } |
| 4848 | 5283 |
| 4849 @Deprecated("Internal Use Only") | 5284 @Deprecated("Internal Use Only") |
| 4850 external static Type get instanceRuntimeType; | 5285 external static Type get instanceRuntimeType; |
| 4851 | 5286 |
| 4852 @Deprecated("Internal Use Only") | 5287 @Deprecated("Internal Use Only") |
| 4853 PathSegLinetoAbs.internal_() : super.internal_(); | 5288 PathSegLinetoAbs.internal_() : super.internal_(); |
| 4854 | 5289 |
| 4855 | |
| 4856 @DomName('SVGPathSegLinetoAbs.x') | 5290 @DomName('SVGPathSegLinetoAbs.x') |
| 4857 @DocsEditable() | 5291 @DocsEditable() |
| 4858 num get x => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Getter_(this); | 5292 num get x => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Getter_(this); |
| 4859 | 5293 |
| 4860 @DomName('SVGPathSegLinetoAbs.x') | 5294 @DomName('SVGPathSegLinetoAbs.x') |
| 4861 @DocsEditable() | 5295 @DocsEditable() |
| 4862 set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(this, v
alue); | 5296 set x(num value) => |
| 4863 | 5297 _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(this, value); |
| 5298 |
| 4864 @DomName('SVGPathSegLinetoAbs.y') | 5299 @DomName('SVGPathSegLinetoAbs.y') |
| 4865 @DocsEditable() | 5300 @DocsEditable() |
| 4866 num get y => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Getter_(this); | 5301 num get y => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Getter_(this); |
| 4867 | 5302 |
| 4868 @DomName('SVGPathSegLinetoAbs.y') | 5303 @DomName('SVGPathSegLinetoAbs.y') |
| 4869 @DocsEditable() | 5304 @DocsEditable() |
| 4870 set y(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Setter_(this, v
alue); | 5305 set y(num value) => |
| 4871 | 5306 _blink.BlinkSVGPathSegLinetoAbs.instance.y_Setter_(this, value); |
| 4872 } | 5307 } |
| 4873 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4874 // for details. All rights reserved. Use of this source code is governed by a | 5309 // for details. All rights reserved. Use of this source code is governed by a |
| 4875 // BSD-style license that can be found in the LICENSE file. | 5310 // BSD-style license that can be found in the LICENSE file. |
| 4876 | 5311 |
| 4877 // WARNING: Do not edit - generated code. | 5312 // WARNING: Do not edit - generated code. |
| 4878 | 5313 |
| 4879 | |
| 4880 @DocsEditable() | 5314 @DocsEditable() |
| 4881 @DomName('SVGPathSegLinetoHorizontalAbs') | 5315 @DomName('SVGPathSegLinetoHorizontalAbs') |
| 4882 @Unstable() | 5316 @Unstable() |
| 4883 class PathSegLinetoHorizontalAbs extends PathSeg { | 5317 class PathSegLinetoHorizontalAbs extends PathSeg { |
| 4884 // To suppress missing implicit constructor warnings. | 5318 // To suppress missing implicit constructor warnings. |
| 4885 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo
rted"); } | 5319 factory PathSegLinetoHorizontalAbs._() { |
| 4886 | 5320 throw new UnsupportedError("Not supported"); |
| 5321 } |
| 4887 | 5322 |
| 4888 @Deprecated("Internal Use Only") | 5323 @Deprecated("Internal Use Only") |
| 4889 external static Type get instanceRuntimeType; | 5324 external static Type get instanceRuntimeType; |
| 4890 | 5325 |
| 4891 @Deprecated("Internal Use Only") | 5326 @Deprecated("Internal Use Only") |
| 4892 PathSegLinetoHorizontalAbs.internal_() : super.internal_(); | 5327 PathSegLinetoHorizontalAbs.internal_() : super.internal_(); |
| 4893 | 5328 |
| 5329 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 5330 @DocsEditable() |
| 5331 num get x => |
| 5332 _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(this); |
| 4894 | 5333 |
| 4895 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 5334 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 4896 @DocsEditable() | 5335 @DocsEditable() |
| 4897 num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(this
); | 5336 set x(num value) => |
| 4898 | 5337 _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Setter_(this, value); |
| 4899 @DomName('SVGPathSegLinetoHorizontalAbs.x') | |
| 4900 @DocsEditable() | |
| 4901 set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Sette
r_(this, value); | |
| 4902 | |
| 4903 } | 5338 } |
| 4904 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5339 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4905 // for details. All rights reserved. Use of this source code is governed by a | 5340 // for details. All rights reserved. Use of this source code is governed by a |
| 4906 // BSD-style license that can be found in the LICENSE file. | 5341 // BSD-style license that can be found in the LICENSE file. |
| 4907 | 5342 |
| 4908 // WARNING: Do not edit - generated code. | 5343 // WARNING: Do not edit - generated code. |
| 4909 | 5344 |
| 4910 | |
| 4911 @DocsEditable() | 5345 @DocsEditable() |
| 4912 @DomName('SVGPathSegLinetoHorizontalRel') | 5346 @DomName('SVGPathSegLinetoHorizontalRel') |
| 4913 @Unstable() | 5347 @Unstable() |
| 4914 class PathSegLinetoHorizontalRel extends PathSeg { | 5348 class PathSegLinetoHorizontalRel extends PathSeg { |
| 4915 // To suppress missing implicit constructor warnings. | 5349 // To suppress missing implicit constructor warnings. |
| 4916 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo
rted"); } | 5350 factory PathSegLinetoHorizontalRel._() { |
| 4917 | 5351 throw new UnsupportedError("Not supported"); |
| 5352 } |
| 4918 | 5353 |
| 4919 @Deprecated("Internal Use Only") | 5354 @Deprecated("Internal Use Only") |
| 4920 external static Type get instanceRuntimeType; | 5355 external static Type get instanceRuntimeType; |
| 4921 | 5356 |
| 4922 @Deprecated("Internal Use Only") | 5357 @Deprecated("Internal Use Only") |
| 4923 PathSegLinetoHorizontalRel.internal_() : super.internal_(); | 5358 PathSegLinetoHorizontalRel.internal_() : super.internal_(); |
| 4924 | 5359 |
| 5360 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 5361 @DocsEditable() |
| 5362 num get x => |
| 5363 _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(this); |
| 4925 | 5364 |
| 4926 @DomName('SVGPathSegLinetoHorizontalRel.x') | 5365 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 4927 @DocsEditable() | 5366 @DocsEditable() |
| 4928 num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(this
); | 5367 set x(num value) => |
| 4929 | 5368 _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Setter_(this, value); |
| 4930 @DomName('SVGPathSegLinetoHorizontalRel.x') | |
| 4931 @DocsEditable() | |
| 4932 set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Sette
r_(this, value); | |
| 4933 | |
| 4934 } | 5369 } |
| 4935 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5370 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4936 // for details. All rights reserved. Use of this source code is governed by a | 5371 // for details. All rights reserved. Use of this source code is governed by a |
| 4937 // BSD-style license that can be found in the LICENSE file. | 5372 // BSD-style license that can be found in the LICENSE file. |
| 4938 | 5373 |
| 4939 // WARNING: Do not edit - generated code. | 5374 // WARNING: Do not edit - generated code. |
| 4940 | 5375 |
| 4941 | |
| 4942 @DocsEditable() | 5376 @DocsEditable() |
| 4943 @DomName('SVGPathSegLinetoRel') | 5377 @DomName('SVGPathSegLinetoRel') |
| 4944 @Unstable() | 5378 @Unstable() |
| 4945 class PathSegLinetoRel extends PathSeg { | 5379 class PathSegLinetoRel extends PathSeg { |
| 4946 // To suppress missing implicit constructor warnings. | 5380 // To suppress missing implicit constructor warnings. |
| 4947 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } | 5381 factory PathSegLinetoRel._() { |
| 4948 | 5382 throw new UnsupportedError("Not supported"); |
| 5383 } |
| 4949 | 5384 |
| 4950 @Deprecated("Internal Use Only") | 5385 @Deprecated("Internal Use Only") |
| 4951 external static Type get instanceRuntimeType; | 5386 external static Type get instanceRuntimeType; |
| 4952 | 5387 |
| 4953 @Deprecated("Internal Use Only") | 5388 @Deprecated("Internal Use Only") |
| 4954 PathSegLinetoRel.internal_() : super.internal_(); | 5389 PathSegLinetoRel.internal_() : super.internal_(); |
| 4955 | 5390 |
| 4956 | |
| 4957 @DomName('SVGPathSegLinetoRel.x') | 5391 @DomName('SVGPathSegLinetoRel.x') |
| 4958 @DocsEditable() | 5392 @DocsEditable() |
| 4959 num get x => _blink.BlinkSVGPathSegLinetoRel.instance.x_Getter_(this); | 5393 num get x => _blink.BlinkSVGPathSegLinetoRel.instance.x_Getter_(this); |
| 4960 | 5394 |
| 4961 @DomName('SVGPathSegLinetoRel.x') | 5395 @DomName('SVGPathSegLinetoRel.x') |
| 4962 @DocsEditable() | 5396 @DocsEditable() |
| 4963 set x(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(this, v
alue); | 5397 set x(num value) => |
| 4964 | 5398 _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(this, value); |
| 5399 |
| 4965 @DomName('SVGPathSegLinetoRel.y') | 5400 @DomName('SVGPathSegLinetoRel.y') |
| 4966 @DocsEditable() | 5401 @DocsEditable() |
| 4967 num get y => _blink.BlinkSVGPathSegLinetoRel.instance.y_Getter_(this); | 5402 num get y => _blink.BlinkSVGPathSegLinetoRel.instance.y_Getter_(this); |
| 4968 | 5403 |
| 4969 @DomName('SVGPathSegLinetoRel.y') | 5404 @DomName('SVGPathSegLinetoRel.y') |
| 4970 @DocsEditable() | 5405 @DocsEditable() |
| 4971 set y(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.y_Setter_(this, v
alue); | 5406 set y(num value) => |
| 4972 | 5407 _blink.BlinkSVGPathSegLinetoRel.instance.y_Setter_(this, value); |
| 4973 } | 5408 } |
| 4974 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5409 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4975 // for details. All rights reserved. Use of this source code is governed by a | 5410 // for details. All rights reserved. Use of this source code is governed by a |
| 4976 // BSD-style license that can be found in the LICENSE file. | 5411 // BSD-style license that can be found in the LICENSE file. |
| 4977 | 5412 |
| 4978 // WARNING: Do not edit - generated code. | 5413 // WARNING: Do not edit - generated code. |
| 4979 | 5414 |
| 4980 | |
| 4981 @DocsEditable() | 5415 @DocsEditable() |
| 4982 @DomName('SVGPathSegLinetoVerticalAbs') | 5416 @DomName('SVGPathSegLinetoVerticalAbs') |
| 4983 @Unstable() | 5417 @Unstable() |
| 4984 class PathSegLinetoVerticalAbs extends PathSeg { | 5418 class PathSegLinetoVerticalAbs extends PathSeg { |
| 4985 // To suppress missing implicit constructor warnings. | 5419 // To suppress missing implicit constructor warnings. |
| 4986 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support
ed"); } | 5420 factory PathSegLinetoVerticalAbs._() { |
| 4987 | 5421 throw new UnsupportedError("Not supported"); |
| 5422 } |
| 4988 | 5423 |
| 4989 @Deprecated("Internal Use Only") | 5424 @Deprecated("Internal Use Only") |
| 4990 external static Type get instanceRuntimeType; | 5425 external static Type get instanceRuntimeType; |
| 4991 | 5426 |
| 4992 @Deprecated("Internal Use Only") | 5427 @Deprecated("Internal Use Only") |
| 4993 PathSegLinetoVerticalAbs.internal_() : super.internal_(); | 5428 PathSegLinetoVerticalAbs.internal_() : super.internal_(); |
| 4994 | 5429 |
| 4995 | |
| 4996 @DomName('SVGPathSegLinetoVerticalAbs.y') | 5430 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 4997 @DocsEditable() | 5431 @DocsEditable() |
| 4998 num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Getter_(this); | 5432 num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Getter_(this); |
| 4999 | 5433 |
| 5000 @DomName('SVGPathSegLinetoVerticalAbs.y') | 5434 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 5001 @DocsEditable() | 5435 @DocsEditable() |
| 5002 set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Setter_
(this, value); | 5436 set y(num value) => |
| 5003 | 5437 _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Setter_(this, value); |
| 5004 } | 5438 } |
| 5005 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5439 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5006 // for details. All rights reserved. Use of this source code is governed by a | 5440 // for details. All rights reserved. Use of this source code is governed by a |
| 5007 // BSD-style license that can be found in the LICENSE file. | 5441 // BSD-style license that can be found in the LICENSE file. |
| 5008 | 5442 |
| 5009 // WARNING: Do not edit - generated code. | 5443 // WARNING: Do not edit - generated code. |
| 5010 | 5444 |
| 5011 | |
| 5012 @DocsEditable() | 5445 @DocsEditable() |
| 5013 @DomName('SVGPathSegLinetoVerticalRel') | 5446 @DomName('SVGPathSegLinetoVerticalRel') |
| 5014 @Unstable() | 5447 @Unstable() |
| 5015 class PathSegLinetoVerticalRel extends PathSeg { | 5448 class PathSegLinetoVerticalRel extends PathSeg { |
| 5016 // To suppress missing implicit constructor warnings. | 5449 // To suppress missing implicit constructor warnings. |
| 5017 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support
ed"); } | 5450 factory PathSegLinetoVerticalRel._() { |
| 5018 | 5451 throw new UnsupportedError("Not supported"); |
| 5452 } |
| 5019 | 5453 |
| 5020 @Deprecated("Internal Use Only") | 5454 @Deprecated("Internal Use Only") |
| 5021 external static Type get instanceRuntimeType; | 5455 external static Type get instanceRuntimeType; |
| 5022 | 5456 |
| 5023 @Deprecated("Internal Use Only") | 5457 @Deprecated("Internal Use Only") |
| 5024 PathSegLinetoVerticalRel.internal_() : super.internal_(); | 5458 PathSegLinetoVerticalRel.internal_() : super.internal_(); |
| 5025 | 5459 |
| 5026 | |
| 5027 @DomName('SVGPathSegLinetoVerticalRel.y') | 5460 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 5028 @DocsEditable() | 5461 @DocsEditable() |
| 5029 num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Getter_(this); | 5462 num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Getter_(this); |
| 5030 | 5463 |
| 5031 @DomName('SVGPathSegLinetoVerticalRel.y') | 5464 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 5032 @DocsEditable() | 5465 @DocsEditable() |
| 5033 set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Setter_
(this, value); | 5466 set y(num value) => |
| 5034 | 5467 _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Setter_(this, value); |
| 5035 } | 5468 } |
| 5036 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5469 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5037 // for details. All rights reserved. Use of this source code is governed by a | 5470 // for details. All rights reserved. Use of this source code is governed by a |
| 5038 // BSD-style license that can be found in the LICENSE file. | 5471 // BSD-style license that can be found in the LICENSE file. |
| 5039 | 5472 |
| 5040 // WARNING: Do not edit - generated code. | 5473 // WARNING: Do not edit - generated code. |
| 5041 | 5474 |
| 5042 | |
| 5043 @DocsEditable() | 5475 @DocsEditable() |
| 5044 @DomName('SVGPathSegList') | 5476 @DomName('SVGPathSegList') |
| 5045 @Unstable() | 5477 @Unstable() |
| 5046 class PathSegList extends DartHtmlDomObject with ListMixin<PathSeg>, ImmutableLi
stMixin<PathSeg> implements List<PathSeg> { | 5478 class PathSegList extends DartHtmlDomObject |
| 5479 with ListMixin<PathSeg>, ImmutableListMixin<PathSeg> |
| 5480 implements List<PathSeg> { |
| 5047 // To suppress missing implicit constructor warnings. | 5481 // To suppress missing implicit constructor warnings. |
| 5048 factory PathSegList._() { throw new UnsupportedError("Not supported"); } | 5482 factory PathSegList._() { |
| 5049 | 5483 throw new UnsupportedError("Not supported"); |
| 5484 } |
| 5050 | 5485 |
| 5051 @Deprecated("Internal Use Only") | 5486 @Deprecated("Internal Use Only") |
| 5052 external static Type get instanceRuntimeType; | 5487 external static Type get instanceRuntimeType; |
| 5053 | 5488 |
| 5054 @Deprecated("Internal Use Only") | 5489 @Deprecated("Internal Use Only") |
| 5055 PathSegList.internal_() { } | 5490 PathSegList.internal_() {} |
| 5056 | 5491 |
| 5057 @DomName('SVGPathSegList.length') | 5492 @DomName('SVGPathSegList.length') |
| 5058 @DocsEditable() | 5493 @DocsEditable() |
| 5059 @Experimental() // untriaged | 5494 @Experimental() // untriaged |
| 5060 int get length => _blink.BlinkSVGPathSegList.instance.length_Getter_(this); | 5495 int get length => _blink.BlinkSVGPathSegList.instance.length_Getter_(this); |
| 5061 | 5496 |
| 5062 @DomName('SVGPathSegList.numberOfItems') | 5497 @DomName('SVGPathSegList.numberOfItems') |
| 5063 @DocsEditable() | 5498 @DocsEditable() |
| 5064 int get numberOfItems => _blink.BlinkSVGPathSegList.instance.numberOfItems_Get
ter_(this); | 5499 int get numberOfItems => |
| 5065 | 5500 _blink.BlinkSVGPathSegList.instance.numberOfItems_Getter_(this); |
| 5066 PathSeg operator[](int index) { | 5501 |
| 5067 if (index < 0 || index >= length) | 5502 PathSeg operator [](int index) { |
| 5068 throw new RangeError.index(index, this); | 5503 if (index < 0 || index >= length) throw new RangeError.index(index, this); |
| 5069 return getItem(index); | 5504 return getItem(index); |
| 5070 } | 5505 } |
| 5071 | 5506 |
| 5072 void operator[]=(int index, PathSeg value) { | 5507 void operator []=(int index, PathSeg value) { |
| 5073 throw new UnsupportedError("Cannot assign element of immutable List."); | 5508 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 5074 } | 5509 } |
| 5075 // -- start List<PathSeg> mixins. | 5510 // -- start List<PathSeg> mixins. |
| 5076 // PathSeg is the element type. | 5511 // PathSeg is the element type. |
| 5077 | 5512 |
| 5078 | |
| 5079 set length(int value) { | 5513 set length(int value) { |
| 5080 throw new UnsupportedError("Cannot resize immutable List."); | 5514 throw new UnsupportedError("Cannot resize immutable List."); |
| 5081 } | 5515 } |
| 5082 | 5516 |
| 5083 PathSeg get first { | 5517 PathSeg get first { |
| 5084 if (this.length > 0) { | 5518 if (this.length > 0) { |
| 5085 return getItem(0); | 5519 return getItem(0); |
| 5086 } | 5520 } |
| 5087 throw new StateError("No elements"); | 5521 throw new StateError("No elements"); |
| 5088 } | 5522 } |
| (...skipping 14 matching lines...) Expand all Loading... |
| 5103 if (len == 0) throw new StateError("No elements"); | 5537 if (len == 0) throw new StateError("No elements"); |
| 5104 throw new StateError("More than one element"); | 5538 throw new StateError("More than one element"); |
| 5105 } | 5539 } |
| 5106 | 5540 |
| 5107 PathSeg elementAt(int index) => this[index]; | 5541 PathSeg elementAt(int index) => this[index]; |
| 5108 // -- end List<PathSeg> mixins. | 5542 // -- end List<PathSeg> mixins. |
| 5109 | 5543 |
| 5110 @DomName('SVGPathSegList.__setter__') | 5544 @DomName('SVGPathSegList.__setter__') |
| 5111 @DocsEditable() | 5545 @DocsEditable() |
| 5112 @Experimental() // untriaged | 5546 @Experimental() // untriaged |
| 5113 void __setter__(int index, PathSeg newItem) => _blink.BlinkSVGPathSegList.inst
ance.$__setter___Callback_2_(this, index, newItem); | 5547 void __setter__(int index, PathSeg newItem) => |
| 5114 | 5548 _blink.BlinkSVGPathSegList.instance |
| 5549 .$__setter___Callback_2_(this, index, newItem); |
| 5550 |
| 5115 @DomName('SVGPathSegList.appendItem') | 5551 @DomName('SVGPathSegList.appendItem') |
| 5116 @DocsEditable() | 5552 @DocsEditable() |
| 5117 PathSeg appendItem(PathSeg newItem) => _blink.BlinkSVGPathSegList.instance.app
endItem_Callback_1_(this, newItem); | 5553 PathSeg appendItem(PathSeg newItem) => |
| 5118 | 5554 _blink.BlinkSVGPathSegList.instance.appendItem_Callback_1_(this, newItem); |
| 5555 |
| 5119 @DomName('SVGPathSegList.clear') | 5556 @DomName('SVGPathSegList.clear') |
| 5120 @DocsEditable() | 5557 @DocsEditable() |
| 5121 void clear() => _blink.BlinkSVGPathSegList.instance.clear_Callback_0_(this); | 5558 void clear() => _blink.BlinkSVGPathSegList.instance.clear_Callback_0_(this); |
| 5122 | 5559 |
| 5123 @DomName('SVGPathSegList.getItem') | 5560 @DomName('SVGPathSegList.getItem') |
| 5124 @DocsEditable() | 5561 @DocsEditable() |
| 5125 PathSeg getItem(int index) => _blink.BlinkSVGPathSegList.instance.getItem_Call
back_1_(this, index); | 5562 PathSeg getItem(int index) => |
| 5126 | 5563 _blink.BlinkSVGPathSegList.instance.getItem_Callback_1_(this, index); |
| 5564 |
| 5127 @DomName('SVGPathSegList.initialize') | 5565 @DomName('SVGPathSegList.initialize') |
| 5128 @DocsEditable() | 5566 @DocsEditable() |
| 5129 PathSeg initialize(PathSeg newItem) => _blink.BlinkSVGPathSegList.instance.ini
tialize_Callback_1_(this, newItem); | 5567 PathSeg initialize(PathSeg newItem) => |
| 5130 | 5568 _blink.BlinkSVGPathSegList.instance.initialize_Callback_1_(this, newItem); |
| 5569 |
| 5131 @DomName('SVGPathSegList.insertItemBefore') | 5570 @DomName('SVGPathSegList.insertItemBefore') |
| 5132 @DocsEditable() | 5571 @DocsEditable() |
| 5133 PathSeg insertItemBefore(PathSeg newItem, int index) => _blink.BlinkSVGPathSeg
List.instance.insertItemBefore_Callback_2_(this, newItem, index); | 5572 PathSeg insertItemBefore(PathSeg newItem, int index) => |
| 5134 | 5573 _blink.BlinkSVGPathSegList.instance |
| 5574 .insertItemBefore_Callback_2_(this, newItem, index); |
| 5575 |
| 5135 @DomName('SVGPathSegList.removeItem') | 5576 @DomName('SVGPathSegList.removeItem') |
| 5136 @DocsEditable() | 5577 @DocsEditable() |
| 5137 PathSeg removeItem(int index) => _blink.BlinkSVGPathSegList.instance.removeIte
m_Callback_1_(this, index); | 5578 PathSeg removeItem(int index) => |
| 5138 | 5579 _blink.BlinkSVGPathSegList.instance.removeItem_Callback_1_(this, index); |
| 5580 |
| 5139 @DomName('SVGPathSegList.replaceItem') | 5581 @DomName('SVGPathSegList.replaceItem') |
| 5140 @DocsEditable() | 5582 @DocsEditable() |
| 5141 PathSeg replaceItem(PathSeg newItem, int index) => _blink.BlinkSVGPathSegList.
instance.replaceItem_Callback_2_(this, newItem, index); | 5583 PathSeg replaceItem(PathSeg newItem, int index) => |
| 5142 | 5584 _blink.BlinkSVGPathSegList.instance |
| 5585 .replaceItem_Callback_2_(this, newItem, index); |
| 5143 } | 5586 } |
| 5144 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5145 // for details. All rights reserved. Use of this source code is governed by a | 5588 // for details. All rights reserved. Use of this source code is governed by a |
| 5146 // BSD-style license that can be found in the LICENSE file. | 5589 // BSD-style license that can be found in the LICENSE file. |
| 5147 | 5590 |
| 5148 // WARNING: Do not edit - generated code. | 5591 // WARNING: Do not edit - generated code. |
| 5149 | 5592 |
| 5150 | |
| 5151 @DocsEditable() | 5593 @DocsEditable() |
| 5152 @DomName('SVGPathSegMovetoAbs') | 5594 @DomName('SVGPathSegMovetoAbs') |
| 5153 @Unstable() | 5595 @Unstable() |
| 5154 class PathSegMovetoAbs extends PathSeg { | 5596 class PathSegMovetoAbs extends PathSeg { |
| 5155 // To suppress missing implicit constructor warnings. | 5597 // To suppress missing implicit constructor warnings. |
| 5156 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } | 5598 factory PathSegMovetoAbs._() { |
| 5157 | 5599 throw new UnsupportedError("Not supported"); |
| 5600 } |
| 5158 | 5601 |
| 5159 @Deprecated("Internal Use Only") | 5602 @Deprecated("Internal Use Only") |
| 5160 external static Type get instanceRuntimeType; | 5603 external static Type get instanceRuntimeType; |
| 5161 | 5604 |
| 5162 @Deprecated("Internal Use Only") | 5605 @Deprecated("Internal Use Only") |
| 5163 PathSegMovetoAbs.internal_() : super.internal_(); | 5606 PathSegMovetoAbs.internal_() : super.internal_(); |
| 5164 | 5607 |
| 5165 | |
| 5166 @DomName('SVGPathSegMovetoAbs.x') | 5608 @DomName('SVGPathSegMovetoAbs.x') |
| 5167 @DocsEditable() | 5609 @DocsEditable() |
| 5168 num get x => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Getter_(this); | 5610 num get x => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Getter_(this); |
| 5169 | 5611 |
| 5170 @DomName('SVGPathSegMovetoAbs.x') | 5612 @DomName('SVGPathSegMovetoAbs.x') |
| 5171 @DocsEditable() | 5613 @DocsEditable() |
| 5172 set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(this, v
alue); | 5614 set x(num value) => |
| 5173 | 5615 _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(this, value); |
| 5616 |
| 5174 @DomName('SVGPathSegMovetoAbs.y') | 5617 @DomName('SVGPathSegMovetoAbs.y') |
| 5175 @DocsEditable() | 5618 @DocsEditable() |
| 5176 num get y => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Getter_(this); | 5619 num get y => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Getter_(this); |
| 5177 | 5620 |
| 5178 @DomName('SVGPathSegMovetoAbs.y') | 5621 @DomName('SVGPathSegMovetoAbs.y') |
| 5179 @DocsEditable() | 5622 @DocsEditable() |
| 5180 set y(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Setter_(this, v
alue); | 5623 set y(num value) => |
| 5181 | 5624 _blink.BlinkSVGPathSegMovetoAbs.instance.y_Setter_(this, value); |
| 5182 } | 5625 } |
| 5183 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5626 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5184 // for details. All rights reserved. Use of this source code is governed by a | 5627 // for details. All rights reserved. Use of this source code is governed by a |
| 5185 // BSD-style license that can be found in the LICENSE file. | 5628 // BSD-style license that can be found in the LICENSE file. |
| 5186 | 5629 |
| 5187 // WARNING: Do not edit - generated code. | 5630 // WARNING: Do not edit - generated code. |
| 5188 | 5631 |
| 5189 | |
| 5190 @DocsEditable() | 5632 @DocsEditable() |
| 5191 @DomName('SVGPathSegMovetoRel') | 5633 @DomName('SVGPathSegMovetoRel') |
| 5192 @Unstable() | 5634 @Unstable() |
| 5193 class PathSegMovetoRel extends PathSeg { | 5635 class PathSegMovetoRel extends PathSeg { |
| 5194 // To suppress missing implicit constructor warnings. | 5636 // To suppress missing implicit constructor warnings. |
| 5195 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } | 5637 factory PathSegMovetoRel._() { |
| 5196 | 5638 throw new UnsupportedError("Not supported"); |
| 5639 } |
| 5197 | 5640 |
| 5198 @Deprecated("Internal Use Only") | 5641 @Deprecated("Internal Use Only") |
| 5199 external static Type get instanceRuntimeType; | 5642 external static Type get instanceRuntimeType; |
| 5200 | 5643 |
| 5201 @Deprecated("Internal Use Only") | 5644 @Deprecated("Internal Use Only") |
| 5202 PathSegMovetoRel.internal_() : super.internal_(); | 5645 PathSegMovetoRel.internal_() : super.internal_(); |
| 5203 | 5646 |
| 5204 | |
| 5205 @DomName('SVGPathSegMovetoRel.x') | 5647 @DomName('SVGPathSegMovetoRel.x') |
| 5206 @DocsEditable() | 5648 @DocsEditable() |
| 5207 num get x => _blink.BlinkSVGPathSegMovetoRel.instance.x_Getter_(this); | 5649 num get x => _blink.BlinkSVGPathSegMovetoRel.instance.x_Getter_(this); |
| 5208 | 5650 |
| 5209 @DomName('SVGPathSegMovetoRel.x') | 5651 @DomName('SVGPathSegMovetoRel.x') |
| 5210 @DocsEditable() | 5652 @DocsEditable() |
| 5211 set x(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(this, v
alue); | 5653 set x(num value) => |
| 5212 | 5654 _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(this, value); |
| 5655 |
| 5213 @DomName('SVGPathSegMovetoRel.y') | 5656 @DomName('SVGPathSegMovetoRel.y') |
| 5214 @DocsEditable() | 5657 @DocsEditable() |
| 5215 num get y => _blink.BlinkSVGPathSegMovetoRel.instance.y_Getter_(this); | 5658 num get y => _blink.BlinkSVGPathSegMovetoRel.instance.y_Getter_(this); |
| 5216 | 5659 |
| 5217 @DomName('SVGPathSegMovetoRel.y') | 5660 @DomName('SVGPathSegMovetoRel.y') |
| 5218 @DocsEditable() | 5661 @DocsEditable() |
| 5219 set y(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.y_Setter_(this, v
alue); | 5662 set y(num value) => |
| 5220 | 5663 _blink.BlinkSVGPathSegMovetoRel.instance.y_Setter_(this, value); |
| 5221 } | 5664 } |
| 5222 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5665 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5223 // for details. All rights reserved. Use of this source code is governed by a | 5666 // for details. All rights reserved. Use of this source code is governed by a |
| 5224 // BSD-style license that can be found in the LICENSE file. | 5667 // BSD-style license that can be found in the LICENSE file. |
| 5225 | 5668 |
| 5226 // WARNING: Do not edit - generated code. | 5669 // WARNING: Do not edit - generated code. |
| 5227 | 5670 |
| 5228 | |
| 5229 @DocsEditable() | 5671 @DocsEditable() |
| 5230 @DomName('SVGPatternElement') | 5672 @DomName('SVGPatternElement') |
| 5231 @Unstable() | 5673 @Unstable() |
| 5232 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T
ests { | 5674 class PatternElement extends SvgElement |
| 5675 implements FitToViewBox, UriReference, Tests { |
| 5233 // To suppress missing implicit constructor warnings. | 5676 // To suppress missing implicit constructor warnings. |
| 5234 factory PatternElement._() { throw new UnsupportedError("Not supported"); } | 5677 factory PatternElement._() { |
| 5678 throw new UnsupportedError("Not supported"); |
| 5679 } |
| 5235 | 5680 |
| 5236 @DomName('SVGPatternElement.SVGPatternElement') | 5681 @DomName('SVGPatternElement.SVGPatternElement') |
| 5237 @DocsEditable() | 5682 @DocsEditable() |
| 5238 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 5683 factory PatternElement() => |
| 5239 | 5684 _SvgElementFactoryProvider.createSvgElement_tag("pattern"); |
| 5240 | 5685 |
| 5241 @Deprecated("Internal Use Only") | 5686 @Deprecated("Internal Use Only") |
| 5242 external static Type get instanceRuntimeType; | 5687 external static Type get instanceRuntimeType; |
| 5243 | 5688 |
| 5244 @Deprecated("Internal Use Only") | 5689 @Deprecated("Internal Use Only") |
| 5245 PatternElement.internal_() : super.internal_(); | 5690 PatternElement.internal_() : super.internal_(); |
| 5246 | 5691 |
| 5247 /** | 5692 /** |
| 5248 * Constructor instantiated by the DOM when a custom element has been created. | 5693 * Constructor instantiated by the DOM when a custom element has been created. |
| 5249 * | 5694 * |
| 5250 * This can only be called by subclasses from their created constructor. | 5695 * This can only be called by subclasses from their created constructor. |
| 5251 */ | 5696 */ |
| 5252 PatternElement.created() : super.created(); | 5697 PatternElement.created() : super.created(); |
| 5253 | 5698 |
| 5254 @DomName('SVGPatternElement.height') | 5699 @DomName('SVGPatternElement.height') |
| 5255 @DocsEditable() | 5700 @DocsEditable() |
| 5256 AnimatedLength get height => _blink.BlinkSVGPatternElement.instance.height_Get
ter_(this); | 5701 AnimatedLength get height => |
| 5257 | 5702 _blink.BlinkSVGPatternElement.instance.height_Getter_(this); |
| 5703 |
| 5258 @DomName('SVGPatternElement.patternContentUnits') | 5704 @DomName('SVGPatternElement.patternContentUnits') |
| 5259 @DocsEditable() | 5705 @DocsEditable() |
| 5260 AnimatedEnumeration get patternContentUnits => _blink.BlinkSVGPatternElement.i
nstance.patternContentUnits_Getter_(this); | 5706 AnimatedEnumeration get patternContentUnits => |
| 5261 | 5707 _blink.BlinkSVGPatternElement.instance.patternContentUnits_Getter_(this); |
| 5708 |
| 5262 @DomName('SVGPatternElement.patternTransform') | 5709 @DomName('SVGPatternElement.patternTransform') |
| 5263 @DocsEditable() | 5710 @DocsEditable() |
| 5264 AnimatedTransformList get patternTransform => _blink.BlinkSVGPatternElement.in
stance.patternTransform_Getter_(this); | 5711 AnimatedTransformList get patternTransform => |
| 5265 | 5712 _blink.BlinkSVGPatternElement.instance.patternTransform_Getter_(this); |
| 5713 |
| 5266 @DomName('SVGPatternElement.patternUnits') | 5714 @DomName('SVGPatternElement.patternUnits') |
| 5267 @DocsEditable() | 5715 @DocsEditable() |
| 5268 AnimatedEnumeration get patternUnits => _blink.BlinkSVGPatternElement.instance
.patternUnits_Getter_(this); | 5716 AnimatedEnumeration get patternUnits => |
| 5269 | 5717 _blink.BlinkSVGPatternElement.instance.patternUnits_Getter_(this); |
| 5718 |
| 5270 @DomName('SVGPatternElement.width') | 5719 @DomName('SVGPatternElement.width') |
| 5271 @DocsEditable() | 5720 @DocsEditable() |
| 5272 AnimatedLength get width => _blink.BlinkSVGPatternElement.instance.width_Gette
r_(this); | 5721 AnimatedLength get width => |
| 5273 | 5722 _blink.BlinkSVGPatternElement.instance.width_Getter_(this); |
| 5723 |
| 5274 @DomName('SVGPatternElement.x') | 5724 @DomName('SVGPatternElement.x') |
| 5275 @DocsEditable() | 5725 @DocsEditable() |
| 5276 AnimatedLength get x => _blink.BlinkSVGPatternElement.instance.x_Getter_(this)
; | 5726 AnimatedLength get x => |
| 5277 | 5727 _blink.BlinkSVGPatternElement.instance.x_Getter_(this); |
| 5728 |
| 5278 @DomName('SVGPatternElement.y') | 5729 @DomName('SVGPatternElement.y') |
| 5279 @DocsEditable() | 5730 @DocsEditable() |
| 5280 AnimatedLength get y => _blink.BlinkSVGPatternElement.instance.y_Getter_(this)
; | 5731 AnimatedLength get y => |
| 5281 | 5732 _blink.BlinkSVGPatternElement.instance.y_Getter_(this); |
| 5733 |
| 5282 @DomName('SVGPatternElement.preserveAspectRatio') | 5734 @DomName('SVGPatternElement.preserveAspectRatio') |
| 5283 @DocsEditable() | 5735 @DocsEditable() |
| 5284 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGPatternE
lement.instance.preserveAspectRatio_Getter_(this); | 5736 AnimatedPreserveAspectRatio get preserveAspectRatio => |
| 5285 | 5737 _blink.BlinkSVGPatternElement.instance.preserveAspectRatio_Getter_(this); |
| 5738 |
| 5286 @DomName('SVGPatternElement.viewBox') | 5739 @DomName('SVGPatternElement.viewBox') |
| 5287 @DocsEditable() | 5740 @DocsEditable() |
| 5288 AnimatedRect get viewBox => _blink.BlinkSVGPatternElement.instance.viewBox_Get
ter_(this); | 5741 AnimatedRect get viewBox => |
| 5289 | 5742 _blink.BlinkSVGPatternElement.instance.viewBox_Getter_(this); |
| 5743 |
| 5290 @DomName('SVGPatternElement.requiredExtensions') | 5744 @DomName('SVGPatternElement.requiredExtensions') |
| 5291 @DocsEditable() | 5745 @DocsEditable() |
| 5292 StringList get requiredExtensions => _blink.BlinkSVGPatternElement.instance.re
quiredExtensions_Getter_(this); | 5746 StringList get requiredExtensions => |
| 5293 | 5747 _blink.BlinkSVGPatternElement.instance.requiredExtensions_Getter_(this); |
| 5748 |
| 5294 @DomName('SVGPatternElement.requiredFeatures') | 5749 @DomName('SVGPatternElement.requiredFeatures') |
| 5295 @DocsEditable() | 5750 @DocsEditable() |
| 5296 StringList get requiredFeatures => _blink.BlinkSVGPatternElement.instance.requ
iredFeatures_Getter_(this); | 5751 StringList get requiredFeatures => |
| 5297 | 5752 _blink.BlinkSVGPatternElement.instance.requiredFeatures_Getter_(this); |
| 5753 |
| 5298 @DomName('SVGPatternElement.systemLanguage') | 5754 @DomName('SVGPatternElement.systemLanguage') |
| 5299 @DocsEditable() | 5755 @DocsEditable() |
| 5300 StringList get systemLanguage => _blink.BlinkSVGPatternElement.instance.system
Language_Getter_(this); | 5756 StringList get systemLanguage => |
| 5301 | 5757 _blink.BlinkSVGPatternElement.instance.systemLanguage_Getter_(this); |
| 5758 |
| 5302 @DomName('SVGPatternElement.hasExtension') | 5759 @DomName('SVGPatternElement.hasExtension') |
| 5303 @DocsEditable() | 5760 @DocsEditable() |
| 5304 bool hasExtension(String extension) => _blink.BlinkSVGPatternElement.instance.
hasExtension_Callback_1_(this, extension); | 5761 bool hasExtension(String extension) => _blink.BlinkSVGPatternElement.instance |
| 5305 | 5762 .hasExtension_Callback_1_(this, extension); |
| 5763 |
| 5306 @DomName('SVGPatternElement.href') | 5764 @DomName('SVGPatternElement.href') |
| 5307 @DocsEditable() | 5765 @DocsEditable() |
| 5308 AnimatedString get href => _blink.BlinkSVGPatternElement.instance.href_Getter_
(this); | 5766 AnimatedString get href => |
| 5309 | 5767 _blink.BlinkSVGPatternElement.instance.href_Getter_(this); |
| 5310 } | 5768 } |
| 5311 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5769 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5312 // for details. All rights reserved. Use of this source code is governed by a | 5770 // for details. All rights reserved. Use of this source code is governed by a |
| 5313 // BSD-style license that can be found in the LICENSE file. | 5771 // BSD-style license that can be found in the LICENSE file. |
| 5314 | 5772 |
| 5315 // WARNING: Do not edit - generated code. | 5773 // WARNING: Do not edit - generated code. |
| 5316 | 5774 |
| 5317 | |
| 5318 @DocsEditable() | 5775 @DocsEditable() |
| 5319 @DomName('SVGPoint') | 5776 @DomName('SVGPoint') |
| 5320 @Unstable() | 5777 @Unstable() |
| 5321 class Point extends DartHtmlDomObject { | 5778 class Point extends DartHtmlDomObject { |
| 5322 // To suppress missing implicit constructor warnings. | 5779 // To suppress missing implicit constructor warnings. |
| 5323 factory Point._() { throw new UnsupportedError("Not supported"); } | 5780 factory Point._() { |
| 5324 | 5781 throw new UnsupportedError("Not supported"); |
| 5782 } |
| 5325 | 5783 |
| 5326 @Deprecated("Internal Use Only") | 5784 @Deprecated("Internal Use Only") |
| 5327 external static Type get instanceRuntimeType; | 5785 external static Type get instanceRuntimeType; |
| 5328 | 5786 |
| 5329 @Deprecated("Internal Use Only") | 5787 @Deprecated("Internal Use Only") |
| 5330 Point.internal_() { } | 5788 Point.internal_() {} |
| 5331 | 5789 |
| 5332 @DomName('SVGPoint.x') | 5790 @DomName('SVGPoint.x') |
| 5333 @DocsEditable() | 5791 @DocsEditable() |
| 5334 num get x => _blink.BlinkSVGPoint.instance.x_Getter_(this); | 5792 num get x => _blink.BlinkSVGPoint.instance.x_Getter_(this); |
| 5335 | 5793 |
| 5336 @DomName('SVGPoint.x') | 5794 @DomName('SVGPoint.x') |
| 5337 @DocsEditable() | 5795 @DocsEditable() |
| 5338 set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(this, value); | 5796 set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(this, value); |
| 5339 | 5797 |
| 5340 @DomName('SVGPoint.y') | 5798 @DomName('SVGPoint.y') |
| 5341 @DocsEditable() | 5799 @DocsEditable() |
| 5342 num get y => _blink.BlinkSVGPoint.instance.y_Getter_(this); | 5800 num get y => _blink.BlinkSVGPoint.instance.y_Getter_(this); |
| 5343 | 5801 |
| 5344 @DomName('SVGPoint.y') | 5802 @DomName('SVGPoint.y') |
| 5345 @DocsEditable() | 5803 @DocsEditable() |
| 5346 set y(num value) => _blink.BlinkSVGPoint.instance.y_Setter_(this, value); | 5804 set y(num value) => _blink.BlinkSVGPoint.instance.y_Setter_(this, value); |
| 5347 | 5805 |
| 5348 @DomName('SVGPoint.matrixTransform') | 5806 @DomName('SVGPoint.matrixTransform') |
| 5349 @DocsEditable() | 5807 @DocsEditable() |
| 5350 Point matrixTransform(Matrix matrix) => _blink.BlinkSVGPoint.instance.matrixTr
ansform_Callback_1_(this, matrix); | 5808 Point matrixTransform(Matrix matrix) => |
| 5351 | 5809 _blink.BlinkSVGPoint.instance.matrixTransform_Callback_1_(this, matrix); |
| 5352 } | 5810 } |
| 5353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5811 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5354 // for details. All rights reserved. Use of this source code is governed by a | 5812 // for details. All rights reserved. Use of this source code is governed by a |
| 5355 // BSD-style license that can be found in the LICENSE file. | 5813 // BSD-style license that can be found in the LICENSE file. |
| 5356 | 5814 |
| 5357 // WARNING: Do not edit - generated code. | 5815 // WARNING: Do not edit - generated code. |
| 5358 | 5816 |
| 5359 | |
| 5360 @DocsEditable() | 5817 @DocsEditable() |
| 5361 @DomName('SVGPointList') | 5818 @DomName('SVGPointList') |
| 5362 @Unstable() | 5819 @Unstable() |
| 5363 class PointList extends DartHtmlDomObject { | 5820 class PointList extends DartHtmlDomObject { |
| 5364 // To suppress missing implicit constructor warnings. | 5821 // To suppress missing implicit constructor warnings. |
| 5365 factory PointList._() { throw new UnsupportedError("Not supported"); } | 5822 factory PointList._() { |
| 5366 | 5823 throw new UnsupportedError("Not supported"); |
| 5824 } |
| 5367 | 5825 |
| 5368 @Deprecated("Internal Use Only") | 5826 @Deprecated("Internal Use Only") |
| 5369 external static Type get instanceRuntimeType; | 5827 external static Type get instanceRuntimeType; |
| 5370 | 5828 |
| 5371 @Deprecated("Internal Use Only") | 5829 @Deprecated("Internal Use Only") |
| 5372 PointList.internal_() { } | 5830 PointList.internal_() {} |
| 5373 | 5831 |
| 5374 @DomName('SVGPointList.length') | 5832 @DomName('SVGPointList.length') |
| 5375 @DocsEditable() | 5833 @DocsEditable() |
| 5376 @Experimental() // untriaged | 5834 @Experimental() // untriaged |
| 5377 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(this); | 5835 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(this); |
| 5378 | 5836 |
| 5379 @DomName('SVGPointList.numberOfItems') | 5837 @DomName('SVGPointList.numberOfItems') |
| 5380 @DocsEditable() | 5838 @DocsEditable() |
| 5381 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette
r_(this); | 5839 int get numberOfItems => |
| 5382 | 5840 _blink.BlinkSVGPointList.instance.numberOfItems_Getter_(this); |
| 5841 |
| 5383 @DomName('SVGPointList.__setter__') | 5842 @DomName('SVGPointList.__setter__') |
| 5384 @DocsEditable() | 5843 @DocsEditable() |
| 5385 @Experimental() // untriaged | 5844 @Experimental() // untriaged |
| 5386 void __setter__(int index, Point newItem) => _blink.BlinkSVGPointList.instance
.$__setter___Callback_2_(this, index, newItem); | 5845 void __setter__(int index, Point newItem) => _blink.BlinkSVGPointList.instance |
| 5387 | 5846 .$__setter___Callback_2_(this, index, newItem); |
| 5847 |
| 5388 @DomName('SVGPointList.appendItem') | 5848 @DomName('SVGPointList.appendItem') |
| 5389 @DocsEditable() | 5849 @DocsEditable() |
| 5390 Point appendItem(Point newItem) => _blink.BlinkSVGPointList.instance.appendIte
m_Callback_1_(this, newItem); | 5850 Point appendItem(Point newItem) => |
| 5391 | 5851 _blink.BlinkSVGPointList.instance.appendItem_Callback_1_(this, newItem); |
| 5852 |
| 5392 @DomName('SVGPointList.clear') | 5853 @DomName('SVGPointList.clear') |
| 5393 @DocsEditable() | 5854 @DocsEditable() |
| 5394 void clear() => _blink.BlinkSVGPointList.instance.clear_Callback_0_(this); | 5855 void clear() => _blink.BlinkSVGPointList.instance.clear_Callback_0_(this); |
| 5395 | 5856 |
| 5396 @DomName('SVGPointList.getItem') | 5857 @DomName('SVGPointList.getItem') |
| 5397 @DocsEditable() | 5858 @DocsEditable() |
| 5398 Point getItem(int index) => _blink.BlinkSVGPointList.instance.getItem_Callback
_1_(this, index); | 5859 Point getItem(int index) => |
| 5399 | 5860 _blink.BlinkSVGPointList.instance.getItem_Callback_1_(this, index); |
| 5861 |
| 5400 @DomName('SVGPointList.initialize') | 5862 @DomName('SVGPointList.initialize') |
| 5401 @DocsEditable() | 5863 @DocsEditable() |
| 5402 Point initialize(Point newItem) => _blink.BlinkSVGPointList.instance.initializ
e_Callback_1_(this, newItem); | 5864 Point initialize(Point newItem) => |
| 5403 | 5865 _blink.BlinkSVGPointList.instance.initialize_Callback_1_(this, newItem); |
| 5866 |
| 5404 @DomName('SVGPointList.insertItemBefore') | 5867 @DomName('SVGPointList.insertItemBefore') |
| 5405 @DocsEditable() | 5868 @DocsEditable() |
| 5406 Point insertItemBefore(Point newItem, int index) => _blink.BlinkSVGPointList.i
nstance.insertItemBefore_Callback_2_(this, newItem, index); | 5869 Point insertItemBefore(Point newItem, int index) => |
| 5407 | 5870 _blink.BlinkSVGPointList.instance |
| 5871 .insertItemBefore_Callback_2_(this, newItem, index); |
| 5872 |
| 5408 @DomName('SVGPointList.removeItem') | 5873 @DomName('SVGPointList.removeItem') |
| 5409 @DocsEditable() | 5874 @DocsEditable() |
| 5410 Point removeItem(int index) => _blink.BlinkSVGPointList.instance.removeItem_Ca
llback_1_(this, index); | 5875 Point removeItem(int index) => |
| 5411 | 5876 _blink.BlinkSVGPointList.instance.removeItem_Callback_1_(this, index); |
| 5877 |
| 5412 @DomName('SVGPointList.replaceItem') | 5878 @DomName('SVGPointList.replaceItem') |
| 5413 @DocsEditable() | 5879 @DocsEditable() |
| 5414 Point replaceItem(Point newItem, int index) => _blink.BlinkSVGPointList.instan
ce.replaceItem_Callback_2_(this, newItem, index); | 5880 Point replaceItem(Point newItem, int index) => |
| 5415 | 5881 _blink.BlinkSVGPointList.instance |
| 5882 .replaceItem_Callback_2_(this, newItem, index); |
| 5416 } | 5883 } |
| 5417 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5884 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5418 // for details. All rights reserved. Use of this source code is governed by a | 5885 // for details. All rights reserved. Use of this source code is governed by a |
| 5419 // BSD-style license that can be found in the LICENSE file. | 5886 // BSD-style license that can be found in the LICENSE file. |
| 5420 | 5887 |
| 5421 // WARNING: Do not edit - generated code. | 5888 // WARNING: Do not edit - generated code. |
| 5422 | 5889 |
| 5423 | |
| 5424 @DocsEditable() | 5890 @DocsEditable() |
| 5425 @DomName('SVGPolygonElement') | 5891 @DomName('SVGPolygonElement') |
| 5426 @Unstable() | 5892 @Unstable() |
| 5427 class PolygonElement extends GeometryElement { | 5893 class PolygonElement extends GeometryElement { |
| 5428 // To suppress missing implicit constructor warnings. | 5894 // To suppress missing implicit constructor warnings. |
| 5429 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } | 5895 factory PolygonElement._() { |
| 5896 throw new UnsupportedError("Not supported"); |
| 5897 } |
| 5430 | 5898 |
| 5431 @DomName('SVGPolygonElement.SVGPolygonElement') | 5899 @DomName('SVGPolygonElement.SVGPolygonElement') |
| 5432 @DocsEditable() | 5900 @DocsEditable() |
| 5433 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 5901 factory PolygonElement() => |
| 5434 | 5902 _SvgElementFactoryProvider.createSvgElement_tag("polygon"); |
| 5435 | 5903 |
| 5436 @Deprecated("Internal Use Only") | 5904 @Deprecated("Internal Use Only") |
| 5437 external static Type get instanceRuntimeType; | 5905 external static Type get instanceRuntimeType; |
| 5438 | 5906 |
| 5439 @Deprecated("Internal Use Only") | 5907 @Deprecated("Internal Use Only") |
| 5440 PolygonElement.internal_() : super.internal_(); | 5908 PolygonElement.internal_() : super.internal_(); |
| 5441 | 5909 |
| 5442 /** | 5910 /** |
| 5443 * Constructor instantiated by the DOM when a custom element has been created. | 5911 * Constructor instantiated by the DOM when a custom element has been created. |
| 5444 * | 5912 * |
| 5445 * This can only be called by subclasses from their created constructor. | 5913 * This can only be called by subclasses from their created constructor. |
| 5446 */ | 5914 */ |
| 5447 PolygonElement.created() : super.created(); | 5915 PolygonElement.created() : super.created(); |
| 5448 | 5916 |
| 5449 @DomName('SVGPolygonElement.animatedPoints') | 5917 @DomName('SVGPolygonElement.animatedPoints') |
| 5450 @DocsEditable() | 5918 @DocsEditable() |
| 5451 PointList get animatedPoints => _blink.BlinkSVGPolygonElement.instance.animate
dPoints_Getter_(this); | 5919 PointList get animatedPoints => |
| 5452 | 5920 _blink.BlinkSVGPolygonElement.instance.animatedPoints_Getter_(this); |
| 5921 |
| 5453 @DomName('SVGPolygonElement.points') | 5922 @DomName('SVGPolygonElement.points') |
| 5454 @DocsEditable() | 5923 @DocsEditable() |
| 5455 PointList get points => _blink.BlinkSVGPolygonElement.instance.points_Getter_(
this); | 5924 PointList get points => |
| 5456 | 5925 _blink.BlinkSVGPolygonElement.instance.points_Getter_(this); |
| 5457 } | 5926 } |
| 5458 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5927 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5459 // for details. All rights reserved. Use of this source code is governed by a | 5928 // for details. All rights reserved. Use of this source code is governed by a |
| 5460 // BSD-style license that can be found in the LICENSE file. | 5929 // BSD-style license that can be found in the LICENSE file. |
| 5461 | 5930 |
| 5462 // WARNING: Do not edit - generated code. | 5931 // WARNING: Do not edit - generated code. |
| 5463 | 5932 |
| 5464 | |
| 5465 @DocsEditable() | 5933 @DocsEditable() |
| 5466 @DomName('SVGPolylineElement') | 5934 @DomName('SVGPolylineElement') |
| 5467 @Unstable() | 5935 @Unstable() |
| 5468 class PolylineElement extends GeometryElement { | 5936 class PolylineElement extends GeometryElement { |
| 5469 // To suppress missing implicit constructor warnings. | 5937 // To suppress missing implicit constructor warnings. |
| 5470 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } | 5938 factory PolylineElement._() { |
| 5939 throw new UnsupportedError("Not supported"); |
| 5940 } |
| 5471 | 5941 |
| 5472 @DomName('SVGPolylineElement.SVGPolylineElement') | 5942 @DomName('SVGPolylineElement.SVGPolylineElement') |
| 5473 @DocsEditable() | 5943 @DocsEditable() |
| 5474 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 5944 factory PolylineElement() => |
| 5475 | 5945 _SvgElementFactoryProvider.createSvgElement_tag("polyline"); |
| 5476 | 5946 |
| 5477 @Deprecated("Internal Use Only") | 5947 @Deprecated("Internal Use Only") |
| 5478 external static Type get instanceRuntimeType; | 5948 external static Type get instanceRuntimeType; |
| 5479 | 5949 |
| 5480 @Deprecated("Internal Use Only") | 5950 @Deprecated("Internal Use Only") |
| 5481 PolylineElement.internal_() : super.internal_(); | 5951 PolylineElement.internal_() : super.internal_(); |
| 5482 | 5952 |
| 5483 /** | 5953 /** |
| 5484 * Constructor instantiated by the DOM when a custom element has been created. | 5954 * Constructor instantiated by the DOM when a custom element has been created. |
| 5485 * | 5955 * |
| 5486 * This can only be called by subclasses from their created constructor. | 5956 * This can only be called by subclasses from their created constructor. |
| 5487 */ | 5957 */ |
| 5488 PolylineElement.created() : super.created(); | 5958 PolylineElement.created() : super.created(); |
| 5489 | 5959 |
| 5490 @DomName('SVGPolylineElement.animatedPoints') | 5960 @DomName('SVGPolylineElement.animatedPoints') |
| 5491 @DocsEditable() | 5961 @DocsEditable() |
| 5492 PointList get animatedPoints => _blink.BlinkSVGPolylineElement.instance.animat
edPoints_Getter_(this); | 5962 PointList get animatedPoints => |
| 5493 | 5963 _blink.BlinkSVGPolylineElement.instance.animatedPoints_Getter_(this); |
| 5964 |
| 5494 @DomName('SVGPolylineElement.points') | 5965 @DomName('SVGPolylineElement.points') |
| 5495 @DocsEditable() | 5966 @DocsEditable() |
| 5496 PointList get points => _blink.BlinkSVGPolylineElement.instance.points_Getter_
(this); | 5967 PointList get points => |
| 5497 | 5968 _blink.BlinkSVGPolylineElement.instance.points_Getter_(this); |
| 5498 } | 5969 } |
| 5499 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5970 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5500 // for details. All rights reserved. Use of this source code is governed by a | 5971 // for details. All rights reserved. Use of this source code is governed by a |
| 5501 // BSD-style license that can be found in the LICENSE file. | 5972 // BSD-style license that can be found in the LICENSE file. |
| 5502 | 5973 |
| 5503 // WARNING: Do not edit - generated code. | 5974 // WARNING: Do not edit - generated code. |
| 5504 | 5975 |
| 5505 | |
| 5506 @DocsEditable() | 5976 @DocsEditable() |
| 5507 @DomName('SVGPreserveAspectRatio') | 5977 @DomName('SVGPreserveAspectRatio') |
| 5508 @Unstable() | 5978 @Unstable() |
| 5509 class PreserveAspectRatio extends DartHtmlDomObject { | 5979 class PreserveAspectRatio extends DartHtmlDomObject { |
| 5510 // To suppress missing implicit constructor warnings. | 5980 // To suppress missing implicit constructor warnings. |
| 5511 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported");
} | 5981 factory PreserveAspectRatio._() { |
| 5512 | 5982 throw new UnsupportedError("Not supported"); |
| 5983 } |
| 5513 | 5984 |
| 5514 @Deprecated("Internal Use Only") | 5985 @Deprecated("Internal Use Only") |
| 5515 external static Type get instanceRuntimeType; | 5986 external static Type get instanceRuntimeType; |
| 5516 | 5987 |
| 5517 @Deprecated("Internal Use Only") | 5988 @Deprecated("Internal Use Only") |
| 5518 PreserveAspectRatio.internal_() { } | 5989 PreserveAspectRatio.internal_() {} |
| 5519 | 5990 |
| 5520 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') | 5991 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') |
| 5521 @DocsEditable() | 5992 @DocsEditable() |
| 5522 static const int SVG_MEETORSLICE_MEET = 1; | 5993 static const int SVG_MEETORSLICE_MEET = 1; |
| 5523 | 5994 |
| 5524 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') | 5995 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') |
| 5525 @DocsEditable() | 5996 @DocsEditable() |
| 5526 static const int SVG_MEETORSLICE_SLICE = 2; | 5997 static const int SVG_MEETORSLICE_SLICE = 2; |
| 5527 | 5998 |
| 5528 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') | 5999 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5568 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID') | 6039 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID') |
| 5569 @DocsEditable() | 6040 @DocsEditable() |
| 5570 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; | 6041 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; |
| 5571 | 6042 |
| 5572 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN') | 6043 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN') |
| 5573 @DocsEditable() | 6044 @DocsEditable() |
| 5574 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; | 6045 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; |
| 5575 | 6046 |
| 5576 @DomName('SVGPreserveAspectRatio.align') | 6047 @DomName('SVGPreserveAspectRatio.align') |
| 5577 @DocsEditable() | 6048 @DocsEditable() |
| 5578 int get align => _blink.BlinkSVGPreserveAspectRatio.instance.align_Getter_(thi
s); | 6049 int get align => |
| 5579 | 6050 _blink.BlinkSVGPreserveAspectRatio.instance.align_Getter_(this); |
| 6051 |
| 5580 @DomName('SVGPreserveAspectRatio.align') | 6052 @DomName('SVGPreserveAspectRatio.align') |
| 5581 @DocsEditable() | 6053 @DocsEditable() |
| 5582 set align(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.align_Sett
er_(this, value); | 6054 set align(int value) => |
| 5583 | 6055 _blink.BlinkSVGPreserveAspectRatio.instance.align_Setter_(this, value); |
| 6056 |
| 5584 @DomName('SVGPreserveAspectRatio.meetOrSlice') | 6057 @DomName('SVGPreserveAspectRatio.meetOrSlice') |
| 5585 @DocsEditable() | 6058 @DocsEditable() |
| 5586 int get meetOrSlice => _blink.BlinkSVGPreserveAspectRatio.instance.meetOrSlice
_Getter_(this); | 6059 int get meetOrSlice => |
| 5587 | 6060 _blink.BlinkSVGPreserveAspectRatio.instance.meetOrSlice_Getter_(this); |
| 6061 |
| 5588 @DomName('SVGPreserveAspectRatio.meetOrSlice') | 6062 @DomName('SVGPreserveAspectRatio.meetOrSlice') |
| 5589 @DocsEditable() | 6063 @DocsEditable() |
| 5590 set meetOrSlice(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.meet
OrSlice_Setter_(this, value); | 6064 set meetOrSlice(int value) => _blink.BlinkSVGPreserveAspectRatio.instance |
| 5591 | 6065 .meetOrSlice_Setter_(this, value); |
| 5592 } | 6066 } |
| 5593 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6067 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5594 // for details. All rights reserved. Use of this source code is governed by a | 6068 // for details. All rights reserved. Use of this source code is governed by a |
| 5595 // BSD-style license that can be found in the LICENSE file. | 6069 // BSD-style license that can be found in the LICENSE file. |
| 5596 | 6070 |
| 5597 // WARNING: Do not edit - generated code. | 6071 // WARNING: Do not edit - generated code. |
| 5598 | 6072 |
| 5599 | |
| 5600 @DocsEditable() | 6073 @DocsEditable() |
| 5601 @DomName('SVGRadialGradientElement') | 6074 @DomName('SVGRadialGradientElement') |
| 5602 @Unstable() | 6075 @Unstable() |
| 5603 class RadialGradientElement extends _GradientElement { | 6076 class RadialGradientElement extends _GradientElement { |
| 5604 // To suppress missing implicit constructor warnings. | 6077 // To suppress missing implicit constructor warnings. |
| 5605 factory RadialGradientElement._() { throw new UnsupportedError("Not supported"
); } | 6078 factory RadialGradientElement._() { |
| 6079 throw new UnsupportedError("Not supported"); |
| 6080 } |
| 5606 | 6081 |
| 5607 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') | 6082 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') |
| 5608 @DocsEditable() | 6083 @DocsEditable() |
| 5609 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); | 6084 factory RadialGradientElement() => |
| 5610 | 6085 _SvgElementFactoryProvider.createSvgElement_tag("radialGradient"); |
| 5611 | 6086 |
| 5612 @Deprecated("Internal Use Only") | 6087 @Deprecated("Internal Use Only") |
| 5613 external static Type get instanceRuntimeType; | 6088 external static Type get instanceRuntimeType; |
| 5614 | 6089 |
| 5615 @Deprecated("Internal Use Only") | 6090 @Deprecated("Internal Use Only") |
| 5616 RadialGradientElement.internal_() : super.internal_(); | 6091 RadialGradientElement.internal_() : super.internal_(); |
| 5617 | 6092 |
| 5618 /** | 6093 /** |
| 5619 * Constructor instantiated by the DOM when a custom element has been created. | 6094 * Constructor instantiated by the DOM when a custom element has been created. |
| 5620 * | 6095 * |
| 5621 * This can only be called by subclasses from their created constructor. | 6096 * This can only be called by subclasses from their created constructor. |
| 5622 */ | 6097 */ |
| 5623 RadialGradientElement.created() : super.created(); | 6098 RadialGradientElement.created() : super.created(); |
| 5624 | 6099 |
| 5625 @DomName('SVGRadialGradientElement.cx') | 6100 @DomName('SVGRadialGradientElement.cx') |
| 5626 @DocsEditable() | 6101 @DocsEditable() |
| 5627 AnimatedLength get cx => _blink.BlinkSVGRadialGradientElement.instance.cx_Gett
er_(this); | 6102 AnimatedLength get cx => |
| 5628 | 6103 _blink.BlinkSVGRadialGradientElement.instance.cx_Getter_(this); |
| 6104 |
| 5629 @DomName('SVGRadialGradientElement.cy') | 6105 @DomName('SVGRadialGradientElement.cy') |
| 5630 @DocsEditable() | 6106 @DocsEditable() |
| 5631 AnimatedLength get cy => _blink.BlinkSVGRadialGradientElement.instance.cy_Gett
er_(this); | 6107 AnimatedLength get cy => |
| 5632 | 6108 _blink.BlinkSVGRadialGradientElement.instance.cy_Getter_(this); |
| 6109 |
| 5633 @DomName('SVGRadialGradientElement.fr') | 6110 @DomName('SVGRadialGradientElement.fr') |
| 5634 @DocsEditable() | 6111 @DocsEditable() |
| 5635 AnimatedLength get fr => _blink.BlinkSVGRadialGradientElement.instance.fr_Gett
er_(this); | 6112 AnimatedLength get fr => |
| 5636 | 6113 _blink.BlinkSVGRadialGradientElement.instance.fr_Getter_(this); |
| 6114 |
| 5637 @DomName('SVGRadialGradientElement.fx') | 6115 @DomName('SVGRadialGradientElement.fx') |
| 5638 @DocsEditable() | 6116 @DocsEditable() |
| 5639 AnimatedLength get fx => _blink.BlinkSVGRadialGradientElement.instance.fx_Gett
er_(this); | 6117 AnimatedLength get fx => |
| 5640 | 6118 _blink.BlinkSVGRadialGradientElement.instance.fx_Getter_(this); |
| 6119 |
| 5641 @DomName('SVGRadialGradientElement.fy') | 6120 @DomName('SVGRadialGradientElement.fy') |
| 5642 @DocsEditable() | 6121 @DocsEditable() |
| 5643 AnimatedLength get fy => _blink.BlinkSVGRadialGradientElement.instance.fy_Gett
er_(this); | 6122 AnimatedLength get fy => |
| 5644 | 6123 _blink.BlinkSVGRadialGradientElement.instance.fy_Getter_(this); |
| 6124 |
| 5645 @DomName('SVGRadialGradientElement.r') | 6125 @DomName('SVGRadialGradientElement.r') |
| 5646 @DocsEditable() | 6126 @DocsEditable() |
| 5647 AnimatedLength get r => _blink.BlinkSVGRadialGradientElement.instance.r_Getter
_(this); | 6127 AnimatedLength get r => |
| 5648 | 6128 _blink.BlinkSVGRadialGradientElement.instance.r_Getter_(this); |
| 5649 } | 6129 } |
| 5650 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6130 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5651 // for details. All rights reserved. Use of this source code is governed by a | 6131 // for details. All rights reserved. Use of this source code is governed by a |
| 5652 // BSD-style license that can be found in the LICENSE file. | 6132 // BSD-style license that can be found in the LICENSE file. |
| 5653 | 6133 |
| 5654 // WARNING: Do not edit - generated code. | 6134 // WARNING: Do not edit - generated code. |
| 5655 | 6135 |
| 5656 | |
| 5657 @DocsEditable() | 6136 @DocsEditable() |
| 5658 @DomName('SVGRect') | 6137 @DomName('SVGRect') |
| 5659 @Unstable() | 6138 @Unstable() |
| 5660 class Rect extends DartHtmlDomObject { | 6139 class Rect extends DartHtmlDomObject { |
| 5661 // To suppress missing implicit constructor warnings. | 6140 // To suppress missing implicit constructor warnings. |
| 5662 factory Rect._() { throw new UnsupportedError("Not supported"); } | 6141 factory Rect._() { |
| 5663 | 6142 throw new UnsupportedError("Not supported"); |
| 6143 } |
| 5664 | 6144 |
| 5665 @Deprecated("Internal Use Only") | 6145 @Deprecated("Internal Use Only") |
| 5666 external static Type get instanceRuntimeType; | 6146 external static Type get instanceRuntimeType; |
| 5667 | 6147 |
| 5668 @Deprecated("Internal Use Only") | 6148 @Deprecated("Internal Use Only") |
| 5669 Rect.internal_() { } | 6149 Rect.internal_() {} |
| 5670 | 6150 |
| 5671 @DomName('SVGRect.height') | 6151 @DomName('SVGRect.height') |
| 5672 @DocsEditable() | 6152 @DocsEditable() |
| 5673 num get height => _blink.BlinkSVGRect.instance.height_Getter_(this); | 6153 num get height => _blink.BlinkSVGRect.instance.height_Getter_(this); |
| 5674 | 6154 |
| 5675 @DomName('SVGRect.height') | 6155 @DomName('SVGRect.height') |
| 5676 @DocsEditable() | 6156 @DocsEditable() |
| 5677 set height(num value) => _blink.BlinkSVGRect.instance.height_Setter_(this, val
ue); | 6157 set height(num value) => |
| 5678 | 6158 _blink.BlinkSVGRect.instance.height_Setter_(this, value); |
| 6159 |
| 5679 @DomName('SVGRect.width') | 6160 @DomName('SVGRect.width') |
| 5680 @DocsEditable() | 6161 @DocsEditable() |
| 5681 num get width => _blink.BlinkSVGRect.instance.width_Getter_(this); | 6162 num get width => _blink.BlinkSVGRect.instance.width_Getter_(this); |
| 5682 | 6163 |
| 5683 @DomName('SVGRect.width') | 6164 @DomName('SVGRect.width') |
| 5684 @DocsEditable() | 6165 @DocsEditable() |
| 5685 set width(num value) => _blink.BlinkSVGRect.instance.width_Setter_(this, value
); | 6166 set width(num value) => |
| 5686 | 6167 _blink.BlinkSVGRect.instance.width_Setter_(this, value); |
| 6168 |
| 5687 @DomName('SVGRect.x') | 6169 @DomName('SVGRect.x') |
| 5688 @DocsEditable() | 6170 @DocsEditable() |
| 5689 num get x => _blink.BlinkSVGRect.instance.x_Getter_(this); | 6171 num get x => _blink.BlinkSVGRect.instance.x_Getter_(this); |
| 5690 | 6172 |
| 5691 @DomName('SVGRect.x') | 6173 @DomName('SVGRect.x') |
| 5692 @DocsEditable() | 6174 @DocsEditable() |
| 5693 set x(num value) => _blink.BlinkSVGRect.instance.x_Setter_(this, value); | 6175 set x(num value) => _blink.BlinkSVGRect.instance.x_Setter_(this, value); |
| 5694 | 6176 |
| 5695 @DomName('SVGRect.y') | 6177 @DomName('SVGRect.y') |
| 5696 @DocsEditable() | 6178 @DocsEditable() |
| 5697 num get y => _blink.BlinkSVGRect.instance.y_Getter_(this); | 6179 num get y => _blink.BlinkSVGRect.instance.y_Getter_(this); |
| 5698 | 6180 |
| 5699 @DomName('SVGRect.y') | 6181 @DomName('SVGRect.y') |
| 5700 @DocsEditable() | 6182 @DocsEditable() |
| 5701 set y(num value) => _blink.BlinkSVGRect.instance.y_Setter_(this, value); | 6183 set y(num value) => _blink.BlinkSVGRect.instance.y_Setter_(this, value); |
| 5702 | |
| 5703 } | 6184 } |
| 5704 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6185 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5705 // for details. All rights reserved. Use of this source code is governed by a | 6186 // for details. All rights reserved. Use of this source code is governed by a |
| 5706 // BSD-style license that can be found in the LICENSE file. | 6187 // BSD-style license that can be found in the LICENSE file. |
| 5707 | 6188 |
| 5708 // WARNING: Do not edit - generated code. | 6189 // WARNING: Do not edit - generated code. |
| 5709 | 6190 |
| 5710 | |
| 5711 @DocsEditable() | 6191 @DocsEditable() |
| 5712 @DomName('SVGRectElement') | 6192 @DomName('SVGRectElement') |
| 5713 @Unstable() | 6193 @Unstable() |
| 5714 class RectElement extends GeometryElement { | 6194 class RectElement extends GeometryElement { |
| 5715 // To suppress missing implicit constructor warnings. | 6195 // To suppress missing implicit constructor warnings. |
| 5716 factory RectElement._() { throw new UnsupportedError("Not supported"); } | 6196 factory RectElement._() { |
| 6197 throw new UnsupportedError("Not supported"); |
| 6198 } |
| 5717 | 6199 |
| 5718 @DomName('SVGRectElement.SVGRectElement') | 6200 @DomName('SVGRectElement.SVGRectElement') |
| 5719 @DocsEditable() | 6201 @DocsEditable() |
| 5720 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 6202 factory RectElement() => |
| 5721 | 6203 _SvgElementFactoryProvider.createSvgElement_tag("rect"); |
| 5722 | 6204 |
| 5723 @Deprecated("Internal Use Only") | 6205 @Deprecated("Internal Use Only") |
| 5724 external static Type get instanceRuntimeType; | 6206 external static Type get instanceRuntimeType; |
| 5725 | 6207 |
| 5726 @Deprecated("Internal Use Only") | 6208 @Deprecated("Internal Use Only") |
| 5727 RectElement.internal_() : super.internal_(); | 6209 RectElement.internal_() : super.internal_(); |
| 5728 | 6210 |
| 5729 /** | 6211 /** |
| 5730 * Constructor instantiated by the DOM when a custom element has been created. | 6212 * Constructor instantiated by the DOM when a custom element has been created. |
| 5731 * | 6213 * |
| 5732 * This can only be called by subclasses from their created constructor. | 6214 * This can only be called by subclasses from their created constructor. |
| 5733 */ | 6215 */ |
| 5734 RectElement.created() : super.created(); | 6216 RectElement.created() : super.created(); |
| 5735 | 6217 |
| 5736 @DomName('SVGRectElement.height') | 6218 @DomName('SVGRectElement.height') |
| 5737 @DocsEditable() | 6219 @DocsEditable() |
| 5738 AnimatedLength get height => _blink.BlinkSVGRectElement.instance.height_Getter
_(this); | 6220 AnimatedLength get height => |
| 5739 | 6221 _blink.BlinkSVGRectElement.instance.height_Getter_(this); |
| 6222 |
| 5740 @DomName('SVGRectElement.rx') | 6223 @DomName('SVGRectElement.rx') |
| 5741 @DocsEditable() | 6224 @DocsEditable() |
| 5742 AnimatedLength get rx => _blink.BlinkSVGRectElement.instance.rx_Getter_(this); | 6225 AnimatedLength get rx => _blink.BlinkSVGRectElement.instance.rx_Getter_(this); |
| 5743 | 6226 |
| 5744 @DomName('SVGRectElement.ry') | 6227 @DomName('SVGRectElement.ry') |
| 5745 @DocsEditable() | 6228 @DocsEditable() |
| 5746 AnimatedLength get ry => _blink.BlinkSVGRectElement.instance.ry_Getter_(this); | 6229 AnimatedLength get ry => _blink.BlinkSVGRectElement.instance.ry_Getter_(this); |
| 5747 | 6230 |
| 5748 @DomName('SVGRectElement.width') | 6231 @DomName('SVGRectElement.width') |
| 5749 @DocsEditable() | 6232 @DocsEditable() |
| 5750 AnimatedLength get width => _blink.BlinkSVGRectElement.instance.width_Getter_(
this); | 6233 AnimatedLength get width => |
| 5751 | 6234 _blink.BlinkSVGRectElement.instance.width_Getter_(this); |
| 6235 |
| 5752 @DomName('SVGRectElement.x') | 6236 @DomName('SVGRectElement.x') |
| 5753 @DocsEditable() | 6237 @DocsEditable() |
| 5754 AnimatedLength get x => _blink.BlinkSVGRectElement.instance.x_Getter_(this); | 6238 AnimatedLength get x => _blink.BlinkSVGRectElement.instance.x_Getter_(this); |
| 5755 | 6239 |
| 5756 @DomName('SVGRectElement.y') | 6240 @DomName('SVGRectElement.y') |
| 5757 @DocsEditable() | 6241 @DocsEditable() |
| 5758 AnimatedLength get y => _blink.BlinkSVGRectElement.instance.y_Getter_(this); | 6242 AnimatedLength get y => _blink.BlinkSVGRectElement.instance.y_Getter_(this); |
| 5759 | |
| 5760 } | 6243 } |
| 5761 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6244 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5762 // for details. All rights reserved. Use of this source code is governed by a | 6245 // for details. All rights reserved. Use of this source code is governed by a |
| 5763 // BSD-style license that can be found in the LICENSE file. | 6246 // BSD-style license that can be found in the LICENSE file. |
| 5764 | 6247 |
| 5765 // WARNING: Do not edit - generated code. | 6248 // WARNING: Do not edit - generated code. |
| 5766 | 6249 |
| 5767 | |
| 5768 @DocsEditable() | 6250 @DocsEditable() |
| 5769 @DomName('SVGScriptElement') | 6251 @DomName('SVGScriptElement') |
| 5770 @Unstable() | 6252 @Unstable() |
| 5771 class ScriptElement extends SvgElement implements UriReference { | 6253 class ScriptElement extends SvgElement implements UriReference { |
| 5772 // To suppress missing implicit constructor warnings. | 6254 // To suppress missing implicit constructor warnings. |
| 5773 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } | 6255 factory ScriptElement._() { |
| 6256 throw new UnsupportedError("Not supported"); |
| 6257 } |
| 5774 | 6258 |
| 5775 @DomName('SVGScriptElement.SVGScriptElement') | 6259 @DomName('SVGScriptElement.SVGScriptElement') |
| 5776 @DocsEditable() | 6260 @DocsEditable() |
| 5777 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 6261 factory ScriptElement() => |
| 5778 | 6262 _SvgElementFactoryProvider.createSvgElement_tag("script"); |
| 5779 | 6263 |
| 5780 @Deprecated("Internal Use Only") | 6264 @Deprecated("Internal Use Only") |
| 5781 external static Type get instanceRuntimeType; | 6265 external static Type get instanceRuntimeType; |
| 5782 | 6266 |
| 5783 @Deprecated("Internal Use Only") | 6267 @Deprecated("Internal Use Only") |
| 5784 ScriptElement.internal_() : super.internal_(); | 6268 ScriptElement.internal_() : super.internal_(); |
| 5785 | 6269 |
| 5786 /** | 6270 /** |
| 5787 * Constructor instantiated by the DOM when a custom element has been created. | 6271 * Constructor instantiated by the DOM when a custom element has been created. |
| 5788 * | 6272 * |
| 5789 * This can only be called by subclasses from their created constructor. | 6273 * This can only be called by subclasses from their created constructor. |
| 5790 */ | 6274 */ |
| 5791 ScriptElement.created() : super.created(); | 6275 ScriptElement.created() : super.created(); |
| 5792 | 6276 |
| 5793 @DomName('SVGScriptElement.type') | 6277 @DomName('SVGScriptElement.type') |
| 5794 @DocsEditable() | 6278 @DocsEditable() |
| 5795 String get type => _blink.BlinkSVGScriptElement.instance.type_Getter_(this); | 6279 String get type => _blink.BlinkSVGScriptElement.instance.type_Getter_(this); |
| 5796 | 6280 |
| 5797 @DomName('SVGScriptElement.type') | 6281 @DomName('SVGScriptElement.type') |
| 5798 @DocsEditable() | 6282 @DocsEditable() |
| 5799 set type(String value) => _blink.BlinkSVGScriptElement.instance.type_Setter_(t
his, value); | 6283 set type(String value) => |
| 5800 | 6284 _blink.BlinkSVGScriptElement.instance.type_Setter_(this, value); |
| 6285 |
| 5801 @DomName('SVGScriptElement.href') | 6286 @DomName('SVGScriptElement.href') |
| 5802 @DocsEditable() | 6287 @DocsEditable() |
| 5803 AnimatedString get href => _blink.BlinkSVGScriptElement.instance.href_Getter_(
this); | 6288 AnimatedString get href => |
| 5804 | 6289 _blink.BlinkSVGScriptElement.instance.href_Getter_(this); |
| 5805 } | 6290 } |
| 5806 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6291 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5807 // for details. All rights reserved. Use of this source code is governed by a | 6292 // for details. All rights reserved. Use of this source code is governed by a |
| 5808 // BSD-style license that can be found in the LICENSE file. | 6293 // BSD-style license that can be found in the LICENSE file. |
| 5809 | 6294 |
| 5810 // WARNING: Do not edit - generated code. | 6295 // WARNING: Do not edit - generated code. |
| 5811 | 6296 |
| 5812 | |
| 5813 @DocsEditable() | 6297 @DocsEditable() |
| 5814 @DomName('SVGSetElement') | 6298 @DomName('SVGSetElement') |
| 5815 @SupportedBrowser(SupportedBrowser.CHROME) | 6299 @SupportedBrowser(SupportedBrowser.CHROME) |
| 5816 @SupportedBrowser(SupportedBrowser.FIREFOX) | 6300 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 5817 @SupportedBrowser(SupportedBrowser.SAFARI) | 6301 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 5818 @Unstable() | 6302 @Unstable() |
| 5819 class SetElement extends AnimationElement { | 6303 class SetElement extends AnimationElement { |
| 5820 // To suppress missing implicit constructor warnings. | 6304 // To suppress missing implicit constructor warnings. |
| 5821 factory SetElement._() { throw new UnsupportedError("Not supported"); } | 6305 factory SetElement._() { |
| 6306 throw new UnsupportedError("Not supported"); |
| 6307 } |
| 5822 | 6308 |
| 5823 @DomName('SVGSetElement.SVGSetElement') | 6309 @DomName('SVGSetElement.SVGSetElement') |
| 5824 @DocsEditable() | 6310 @DocsEditable() |
| 5825 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; | 6311 factory SetElement() => |
| 5826 | 6312 _SvgElementFactoryProvider.createSvgElement_tag("set"); |
| 5827 | 6313 |
| 5828 @Deprecated("Internal Use Only") | 6314 @Deprecated("Internal Use Only") |
| 5829 external static Type get instanceRuntimeType; | 6315 external static Type get instanceRuntimeType; |
| 5830 | 6316 |
| 5831 @Deprecated("Internal Use Only") | 6317 @Deprecated("Internal Use Only") |
| 5832 SetElement.internal_() : super.internal_(); | 6318 SetElement.internal_() : super.internal_(); |
| 5833 | 6319 |
| 5834 /** | 6320 /** |
| 5835 * Constructor instantiated by the DOM when a custom element has been created. | 6321 * Constructor instantiated by the DOM when a custom element has been created. |
| 5836 * | 6322 * |
| 5837 * This can only be called by subclasses from their created constructor. | 6323 * This can only be called by subclasses from their created constructor. |
| 5838 */ | 6324 */ |
| 5839 SetElement.created() : super.created(); | 6325 SetElement.created() : super.created(); |
| 5840 | 6326 |
| 5841 /// Checks if this type is supported on the current platform. | 6327 /// Checks if this type is supported on the current platform. |
| 5842 static bool get supported => true; | 6328 static bool get supported => true; |
| 5843 | |
| 5844 } | 6329 } |
| 5845 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6330 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5846 // for details. All rights reserved. Use of this source code is governed by a | 6331 // for details. All rights reserved. Use of this source code is governed by a |
| 5847 // BSD-style license that can be found in the LICENSE file. | 6332 // BSD-style license that can be found in the LICENSE file. |
| 5848 | 6333 |
| 5849 // WARNING: Do not edit - generated code. | 6334 // WARNING: Do not edit - generated code. |
| 5850 | 6335 |
| 5851 | |
| 5852 @DocsEditable() | 6336 @DocsEditable() |
| 5853 @DomName('SVGStopElement') | 6337 @DomName('SVGStopElement') |
| 5854 @Unstable() | 6338 @Unstable() |
| 5855 class StopElement extends SvgElement { | 6339 class StopElement extends SvgElement { |
| 5856 // To suppress missing implicit constructor warnings. | 6340 // To suppress missing implicit constructor warnings. |
| 5857 factory StopElement._() { throw new UnsupportedError("Not supported"); } | 6341 factory StopElement._() { |
| 6342 throw new UnsupportedError("Not supported"); |
| 6343 } |
| 5858 | 6344 |
| 5859 @DomName('SVGStopElement.SVGStopElement') | 6345 @DomName('SVGStopElement.SVGStopElement') |
| 5860 @DocsEditable() | 6346 @DocsEditable() |
| 5861 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); | 6347 factory StopElement() => |
| 5862 | 6348 _SvgElementFactoryProvider.createSvgElement_tag("stop"); |
| 5863 | 6349 |
| 5864 @Deprecated("Internal Use Only") | 6350 @Deprecated("Internal Use Only") |
| 5865 external static Type get instanceRuntimeType; | 6351 external static Type get instanceRuntimeType; |
| 5866 | 6352 |
| 5867 @Deprecated("Internal Use Only") | 6353 @Deprecated("Internal Use Only") |
| 5868 StopElement.internal_() : super.internal_(); | 6354 StopElement.internal_() : super.internal_(); |
| 5869 | 6355 |
| 5870 /** | 6356 /** |
| 5871 * Constructor instantiated by the DOM when a custom element has been created. | 6357 * Constructor instantiated by the DOM when a custom element has been created. |
| 5872 * | 6358 * |
| 5873 * This can only be called by subclasses from their created constructor. | 6359 * This can only be called by subclasses from their created constructor. |
| 5874 */ | 6360 */ |
| 5875 StopElement.created() : super.created(); | 6361 StopElement.created() : super.created(); |
| 5876 | 6362 |
| 5877 @DomName('SVGStopElement.offset') | 6363 @DomName('SVGStopElement.offset') |
| 5878 @DocsEditable() | 6364 @DocsEditable() |
| 5879 AnimatedNumber get gradientOffset => _blink.BlinkSVGStopElement.instance.offse
t_Getter_(this); | 6365 AnimatedNumber get gradientOffset => |
| 5880 | 6366 _blink.BlinkSVGStopElement.instance.offset_Getter_(this); |
| 5881 } | 6367 } |
| 5882 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6368 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5883 // for details. All rights reserved. Use of this source code is governed by a | 6369 // for details. All rights reserved. Use of this source code is governed by a |
| 5884 // BSD-style license that can be found in the LICENSE file. | 6370 // BSD-style license that can be found in the LICENSE file. |
| 5885 | 6371 |
| 5886 // WARNING: Do not edit - generated code. | 6372 // WARNING: Do not edit - generated code. |
| 5887 | 6373 |
| 5888 | |
| 5889 @DocsEditable() | 6374 @DocsEditable() |
| 5890 @DomName('SVGStringList') | 6375 @DomName('SVGStringList') |
| 5891 @Unstable() | 6376 @Unstable() |
| 5892 class StringList extends DartHtmlDomObject with ListMixin<String>, ImmutableList
Mixin<String> implements List<String> { | 6377 class StringList extends DartHtmlDomObject |
| 6378 with ListMixin<String>, ImmutableListMixin<String> |
| 6379 implements List<String> { |
| 5893 // To suppress missing implicit constructor warnings. | 6380 // To suppress missing implicit constructor warnings. |
| 5894 factory StringList._() { throw new UnsupportedError("Not supported"); } | 6381 factory StringList._() { |
| 5895 | 6382 throw new UnsupportedError("Not supported"); |
| 6383 } |
| 5896 | 6384 |
| 5897 @Deprecated("Internal Use Only") | 6385 @Deprecated("Internal Use Only") |
| 5898 external static Type get instanceRuntimeType; | 6386 external static Type get instanceRuntimeType; |
| 5899 | 6387 |
| 5900 @Deprecated("Internal Use Only") | 6388 @Deprecated("Internal Use Only") |
| 5901 StringList.internal_() { } | 6389 StringList.internal_() {} |
| 5902 | 6390 |
| 5903 @DomName('SVGStringList.length') | 6391 @DomName('SVGStringList.length') |
| 5904 @DocsEditable() | 6392 @DocsEditable() |
| 5905 @Experimental() // untriaged | 6393 @Experimental() // untriaged |
| 5906 int get length => _blink.BlinkSVGStringList.instance.length_Getter_(this); | 6394 int get length => _blink.BlinkSVGStringList.instance.length_Getter_(this); |
| 5907 | 6395 |
| 5908 @DomName('SVGStringList.numberOfItems') | 6396 @DomName('SVGStringList.numberOfItems') |
| 5909 @DocsEditable() | 6397 @DocsEditable() |
| 5910 int get numberOfItems => _blink.BlinkSVGStringList.instance.numberOfItems_Gett
er_(this); | 6398 int get numberOfItems => |
| 5911 | 6399 _blink.BlinkSVGStringList.instance.numberOfItems_Getter_(this); |
| 5912 String operator[](int index) { | 6400 |
| 5913 if (index < 0 || index >= length) | 6401 String operator [](int index) { |
| 5914 throw new RangeError.index(index, this); | 6402 if (index < 0 || index >= length) throw new RangeError.index(index, this); |
| 5915 return getItem(index); | 6403 return getItem(index); |
| 5916 } | 6404 } |
| 5917 | 6405 |
| 5918 void operator[]=(int index, String value) { | 6406 void operator []=(int index, String value) { |
| 5919 throw new UnsupportedError("Cannot assign element of immutable List."); | 6407 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 5920 } | 6408 } |
| 5921 // -- start List<String> mixins. | 6409 // -- start List<String> mixins. |
| 5922 // String is the element type. | 6410 // String is the element type. |
| 5923 | 6411 |
| 5924 | |
| 5925 set length(int value) { | 6412 set length(int value) { |
| 5926 throw new UnsupportedError("Cannot resize immutable List."); | 6413 throw new UnsupportedError("Cannot resize immutable List."); |
| 5927 } | 6414 } |
| 5928 | 6415 |
| 5929 String get first { | 6416 String get first { |
| 5930 if (this.length > 0) { | 6417 if (this.length > 0) { |
| 5931 return getItem(0); | 6418 return getItem(0); |
| 5932 } | 6419 } |
| 5933 throw new StateError("No elements"); | 6420 throw new StateError("No elements"); |
| 5934 } | 6421 } |
| (...skipping 14 matching lines...) Expand all Loading... |
| 5949 if (len == 0) throw new StateError("No elements"); | 6436 if (len == 0) throw new StateError("No elements"); |
| 5950 throw new StateError("More than one element"); | 6437 throw new StateError("More than one element"); |
| 5951 } | 6438 } |
| 5952 | 6439 |
| 5953 String elementAt(int index) => this[index]; | 6440 String elementAt(int index) => this[index]; |
| 5954 // -- end List<String> mixins. | 6441 // -- end List<String> mixins. |
| 5955 | 6442 |
| 5956 @DomName('SVGStringList.__setter__') | 6443 @DomName('SVGStringList.__setter__') |
| 5957 @DocsEditable() | 6444 @DocsEditable() |
| 5958 @Experimental() // untriaged | 6445 @Experimental() // untriaged |
| 5959 void __setter__(int index, String newItem) => _blink.BlinkSVGStringList.instan
ce.$__setter___Callback_2_(this, index, newItem); | 6446 void __setter__(int index, String newItem) => |
| 5960 | 6447 _blink.BlinkSVGStringList.instance |
| 6448 .$__setter___Callback_2_(this, index, newItem); |
| 6449 |
| 5961 @DomName('SVGStringList.appendItem') | 6450 @DomName('SVGStringList.appendItem') |
| 5962 @DocsEditable() | 6451 @DocsEditable() |
| 5963 String appendItem(String newItem) => _blink.BlinkSVGStringList.instance.append
Item_Callback_1_(this, newItem); | 6452 String appendItem(String newItem) => |
| 5964 | 6453 _blink.BlinkSVGStringList.instance.appendItem_Callback_1_(this, newItem); |
| 6454 |
| 5965 @DomName('SVGStringList.clear') | 6455 @DomName('SVGStringList.clear') |
| 5966 @DocsEditable() | 6456 @DocsEditable() |
| 5967 void clear() => _blink.BlinkSVGStringList.instance.clear_Callback_0_(this); | 6457 void clear() => _blink.BlinkSVGStringList.instance.clear_Callback_0_(this); |
| 5968 | 6458 |
| 5969 @DomName('SVGStringList.getItem') | 6459 @DomName('SVGStringList.getItem') |
| 5970 @DocsEditable() | 6460 @DocsEditable() |
| 5971 String getItem(int index) => _blink.BlinkSVGStringList.instance.getItem_Callba
ck_1_(this, index); | 6461 String getItem(int index) => |
| 5972 | 6462 _blink.BlinkSVGStringList.instance.getItem_Callback_1_(this, index); |
| 6463 |
| 5973 @DomName('SVGStringList.initialize') | 6464 @DomName('SVGStringList.initialize') |
| 5974 @DocsEditable() | 6465 @DocsEditable() |
| 5975 String initialize(String newItem) => _blink.BlinkSVGStringList.instance.initia
lize_Callback_1_(this, newItem); | 6466 String initialize(String newItem) => |
| 5976 | 6467 _blink.BlinkSVGStringList.instance.initialize_Callback_1_(this, newItem); |
| 6468 |
| 5977 @DomName('SVGStringList.insertItemBefore') | 6469 @DomName('SVGStringList.insertItemBefore') |
| 5978 @DocsEditable() | 6470 @DocsEditable() |
| 5979 String insertItemBefore(String item, int index) => _blink.BlinkSVGStringList.i
nstance.insertItemBefore_Callback_2_(this, item, index); | 6471 String insertItemBefore(String item, int index) => |
| 5980 | 6472 _blink.BlinkSVGStringList.instance |
| 6473 .insertItemBefore_Callback_2_(this, item, index); |
| 6474 |
| 5981 @DomName('SVGStringList.removeItem') | 6475 @DomName('SVGStringList.removeItem') |
| 5982 @DocsEditable() | 6476 @DocsEditable() |
| 5983 String removeItem(int index) => _blink.BlinkSVGStringList.instance.removeItem_
Callback_1_(this, index); | 6477 String removeItem(int index) => |
| 5984 | 6478 _blink.BlinkSVGStringList.instance.removeItem_Callback_1_(this, index); |
| 6479 |
| 5985 @DomName('SVGStringList.replaceItem') | 6480 @DomName('SVGStringList.replaceItem') |
| 5986 @DocsEditable() | 6481 @DocsEditable() |
| 5987 String replaceItem(String newItem, int index) => _blink.BlinkSVGStringList.ins
tance.replaceItem_Callback_2_(this, newItem, index); | 6482 String replaceItem(String newItem, int index) => |
| 5988 | 6483 _blink.BlinkSVGStringList.instance |
| 6484 .replaceItem_Callback_2_(this, newItem, index); |
| 5989 } | 6485 } |
| 5990 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6486 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5991 // for details. All rights reserved. Use of this source code is governed by a | 6487 // for details. All rights reserved. Use of this source code is governed by a |
| 5992 // BSD-style license that can be found in the LICENSE file. | 6488 // BSD-style license that can be found in the LICENSE file. |
| 5993 | 6489 |
| 5994 // WARNING: Do not edit - generated code. | 6490 // WARNING: Do not edit - generated code. |
| 5995 | 6491 |
| 5996 | |
| 5997 @DocsEditable() | 6492 @DocsEditable() |
| 5998 @DomName('SVGStyleElement') | 6493 @DomName('SVGStyleElement') |
| 5999 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable | 6494 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable |
| 6000 @Experimental() // nonstandard | 6495 @Experimental() // nonstandard |
| 6001 class StyleElement extends SvgElement { | 6496 class StyleElement extends SvgElement { |
| 6002 // To suppress missing implicit constructor warnings. | 6497 // To suppress missing implicit constructor warnings. |
| 6003 factory StyleElement._() { throw new UnsupportedError("Not supported"); } | 6498 factory StyleElement._() { |
| 6499 throw new UnsupportedError("Not supported"); |
| 6500 } |
| 6004 | 6501 |
| 6005 @DomName('SVGStyleElement.SVGStyleElement') | 6502 @DomName('SVGStyleElement.SVGStyleElement') |
| 6006 @DocsEditable() | 6503 @DocsEditable() |
| 6007 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); | 6504 factory StyleElement() => |
| 6008 | 6505 _SvgElementFactoryProvider.createSvgElement_tag("style"); |
| 6009 | 6506 |
| 6010 @Deprecated("Internal Use Only") | 6507 @Deprecated("Internal Use Only") |
| 6011 external static Type get instanceRuntimeType; | 6508 external static Type get instanceRuntimeType; |
| 6012 | 6509 |
| 6013 @Deprecated("Internal Use Only") | 6510 @Deprecated("Internal Use Only") |
| 6014 StyleElement.internal_() : super.internal_(); | 6511 StyleElement.internal_() : super.internal_(); |
| 6015 | 6512 |
| 6016 /** | 6513 /** |
| 6017 * Constructor instantiated by the DOM when a custom element has been created. | 6514 * Constructor instantiated by the DOM when a custom element has been created. |
| 6018 * | 6515 * |
| 6019 * This can only be called by subclasses from their created constructor. | 6516 * This can only be called by subclasses from their created constructor. |
| 6020 */ | 6517 */ |
| 6021 StyleElement.created() : super.created(); | 6518 StyleElement.created() : super.created(); |
| 6022 | 6519 |
| 6023 @DomName('SVGStyleElement.disabled') | 6520 @DomName('SVGStyleElement.disabled') |
| 6024 @DocsEditable() | 6521 @DocsEditable() |
| 6025 bool get disabled => _blink.BlinkSVGStyleElement.instance.disabled_Getter_(thi
s); | 6522 bool get disabled => |
| 6026 | 6523 _blink.BlinkSVGStyleElement.instance.disabled_Getter_(this); |
| 6524 |
| 6027 @DomName('SVGStyleElement.disabled') | 6525 @DomName('SVGStyleElement.disabled') |
| 6028 @DocsEditable() | 6526 @DocsEditable() |
| 6029 set disabled(bool value) => _blink.BlinkSVGStyleElement.instance.disabled_Sett
er_(this, value); | 6527 set disabled(bool value) => |
| 6030 | 6528 _blink.BlinkSVGStyleElement.instance.disabled_Setter_(this, value); |
| 6529 |
| 6031 @DomName('SVGStyleElement.media') | 6530 @DomName('SVGStyleElement.media') |
| 6032 @DocsEditable() | 6531 @DocsEditable() |
| 6033 String get media => _blink.BlinkSVGStyleElement.instance.media_Getter_(this); | 6532 String get media => _blink.BlinkSVGStyleElement.instance.media_Getter_(this); |
| 6034 | 6533 |
| 6035 @DomName('SVGStyleElement.media') | 6534 @DomName('SVGStyleElement.media') |
| 6036 @DocsEditable() | 6535 @DocsEditable() |
| 6037 set media(String value) => _blink.BlinkSVGStyleElement.instance.media_Setter_(
this, value); | 6536 set media(String value) => |
| 6038 | 6537 _blink.BlinkSVGStyleElement.instance.media_Setter_(this, value); |
| 6538 |
| 6039 @DomName('SVGStyleElement.sheet') | 6539 @DomName('SVGStyleElement.sheet') |
| 6040 @DocsEditable() | 6540 @DocsEditable() |
| 6041 @Experimental() // untriaged | 6541 @Experimental() // untriaged |
| 6042 StyleSheet get sheet => _blink.BlinkSVGStyleElement.instance.sheet_Getter_(thi
s); | 6542 StyleSheet get sheet => |
| 6043 | 6543 _blink.BlinkSVGStyleElement.instance.sheet_Getter_(this); |
| 6544 |
| 6044 @DomName('SVGStyleElement.title') | 6545 @DomName('SVGStyleElement.title') |
| 6045 @DocsEditable() | 6546 @DocsEditable() |
| 6046 String get title => _blink.BlinkSVGStyleElement.instance.title_Getter_(this); | 6547 String get title => _blink.BlinkSVGStyleElement.instance.title_Getter_(this); |
| 6047 | 6548 |
| 6048 @DomName('SVGStyleElement.title') | 6549 @DomName('SVGStyleElement.title') |
| 6049 @DocsEditable() | 6550 @DocsEditable() |
| 6050 set title(String value) => _blink.BlinkSVGStyleElement.instance.title_Setter_(
this, value); | 6551 set title(String value) => |
| 6051 | 6552 _blink.BlinkSVGStyleElement.instance.title_Setter_(this, value); |
| 6553 |
| 6052 @DomName('SVGStyleElement.type') | 6554 @DomName('SVGStyleElement.type') |
| 6053 @DocsEditable() | 6555 @DocsEditable() |
| 6054 String get type => _blink.BlinkSVGStyleElement.instance.type_Getter_(this); | 6556 String get type => _blink.BlinkSVGStyleElement.instance.type_Getter_(this); |
| 6055 | 6557 |
| 6056 @DomName('SVGStyleElement.type') | 6558 @DomName('SVGStyleElement.type') |
| 6057 @DocsEditable() | 6559 @DocsEditable() |
| 6058 set type(String value) => _blink.BlinkSVGStyleElement.instance.type_Setter_(th
is, value); | 6560 set type(String value) => |
| 6059 | 6561 _blink.BlinkSVGStyleElement.instance.type_Setter_(this, value); |
| 6060 } | 6562 } |
| 6061 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 6563 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 6062 // for details. All rights reserved. Use of this source code is governed by a | 6564 // for details. All rights reserved. Use of this source code is governed by a |
| 6063 // BSD-style license that can be found in the LICENSE file. | 6565 // BSD-style license that can be found in the LICENSE file. |
| 6064 | 6566 |
| 6065 | |
| 6066 class _AttributeClassSet extends CssClassSetImpl { | 6567 class _AttributeClassSet extends CssClassSetImpl { |
| 6067 final Element _element; | 6568 final Element _element; |
| 6068 | 6569 |
| 6069 _AttributeClassSet(this._element); | 6570 _AttributeClassSet(this._element); |
| 6070 | 6571 |
| 6071 Set<String> readClasses() { | 6572 Set<String> readClasses() { |
| 6072 var classname = _element.attributes['class']; | 6573 var classname = _element.attributes['class']; |
| 6073 | 6574 |
| 6074 Set<String> s = new LinkedHashSet<String>(); | 6575 Set<String> s = new LinkedHashSet<String>(); |
| 6075 if (classname == null) { | 6576 if (classname == null) { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 6091 | 6592 |
| 6092 @DomName('SVGElement') | 6593 @DomName('SVGElement') |
| 6093 @Unstable() | 6594 @Unstable() |
| 6094 class SvgElement extends Element implements GlobalEventHandlers { | 6595 class SvgElement extends Element implements GlobalEventHandlers { |
| 6095 static final _START_TAG_REGEXP = new RegExp('<(\\w+)'); | 6596 static final _START_TAG_REGEXP = new RegExp('<(\\w+)'); |
| 6096 | 6597 |
| 6097 factory SvgElement.tag(String tag) => | 6598 factory SvgElement.tag(String tag) => |
| 6098 document.createElementNS("http://www.w3.org/2000/svg", tag); | 6599 document.createElementNS("http://www.w3.org/2000/svg", tag); |
| 6099 factory SvgElement.svg(String svg, | 6600 factory SvgElement.svg(String svg, |
| 6100 {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) { | 6601 {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) { |
| 6101 | |
| 6102 if (validator == null && treeSanitizer == null) { | 6602 if (validator == null && treeSanitizer == null) { |
| 6103 validator = new NodeValidatorBuilder.common()..allowSvg(); | 6603 validator = new NodeValidatorBuilder.common()..allowSvg(); |
| 6104 } | 6604 } |
| 6105 | 6605 |
| 6106 final match = _START_TAG_REGEXP.firstMatch(svg); | 6606 final match = _START_TAG_REGEXP.firstMatch(svg); |
| 6107 var parentElement; | 6607 var parentElement; |
| 6108 if (match != null && match.group(1).toLowerCase() == 'svg') { | 6608 if (match != null && match.group(1).toLowerCase() == 'svg') { |
| 6109 parentElement = document.body; | 6609 parentElement = document.body; |
| 6110 } else { | 6610 } else { |
| 6111 parentElement = new SvgSvgElement(); | 6611 parentElement = new SvgSvgElement(); |
| 6112 } | 6612 } |
| 6113 var fragment = parentElement.createFragment(svg, validator: validator, | 6613 var fragment = parentElement.createFragment(svg, |
| 6114 treeSanitizer: treeSanitizer); | 6614 validator: validator, treeSanitizer: treeSanitizer); |
| 6115 return fragment.nodes.where((e) => e is SvgElement).single; | 6615 return fragment.nodes.where((e) => e is SvgElement).single; |
| 6116 } | 6616 } |
| 6117 | 6617 |
| 6118 CssClassSet get classes => new _AttributeClassSet(this); | 6618 CssClassSet get classes => new _AttributeClassSet(this); |
| 6119 | 6619 |
| 6120 List<Element> get children => new FilteredElementList(this); | 6620 List<Element> get children => new FilteredElementList(this); |
| 6121 | 6621 |
| 6122 set children(List<Element> value) { | 6622 set children(List<Element> value) { |
| 6123 final children = this.children; | 6623 final children = this.children; |
| 6124 children.clear(); | 6624 children.clear(); |
| (...skipping 13 matching lines...) Expand all Loading... |
| 6138 container.children.addAll(cloned.children); | 6638 container.children.addAll(cloned.children); |
| 6139 return container.innerHtml; | 6639 return container.innerHtml; |
| 6140 } | 6640 } |
| 6141 | 6641 |
| 6142 set innerHtml(String value) { | 6642 set innerHtml(String value) { |
| 6143 this.setInnerHtml(value); | 6643 this.setInnerHtml(value); |
| 6144 } | 6644 } |
| 6145 | 6645 |
| 6146 DocumentFragment createFragment(String svg, | 6646 DocumentFragment createFragment(String svg, |
| 6147 {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) { | 6647 {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) { |
| 6148 | |
| 6149 if (treeSanitizer == null) { | 6648 if (treeSanitizer == null) { |
| 6150 if (validator == null) { | 6649 if (validator == null) { |
| 6151 validator = new NodeValidatorBuilder.common() | 6650 validator = new NodeValidatorBuilder.common()..allowSvg(); |
| 6152 ..allowSvg(); | |
| 6153 } | 6651 } |
| 6154 treeSanitizer = new NodeTreeSanitizer(validator); | 6652 treeSanitizer = new NodeTreeSanitizer(validator); |
| 6155 } | 6653 } |
| 6156 | 6654 |
| 6157 // We create a fragment which will parse in the HTML parser | 6655 // We create a fragment which will parse in the HTML parser |
| 6158 var html = '<svg version="1.1">$svg</svg>'; | 6656 var html = '<svg version="1.1">$svg</svg>'; |
| 6159 var fragment = document.body.createFragment(html, | 6657 var fragment = |
| 6160 treeSanitizer: treeSanitizer); | 6658 document.body.createFragment(html, treeSanitizer: treeSanitizer); |
| 6161 | 6659 |
| 6162 var svgFragment = new DocumentFragment(); | 6660 var svgFragment = new DocumentFragment(); |
| 6163 // The root is the <svg/> element, need to pull out the contents. | 6661 // The root is the <svg/> element, need to pull out the contents. |
| 6164 var root = fragment.nodes.single; | 6662 var root = fragment.nodes.single; |
| 6165 while (root.firstChild != null) { | 6663 while (root.firstChild != null) { |
| 6166 svgFragment.append(root.firstChild); | 6664 svgFragment.append(root.firstChild); |
| 6167 } | 6665 } |
| 6168 return svgFragment; | 6666 return svgFragment; |
| 6169 } | 6667 } |
| 6170 | 6668 |
| 6171 // Unsupported methods inherited from Element. | 6669 // Unsupported methods inherited from Element. |
| 6172 | 6670 |
| 6173 @DomName('Element.insertAdjacentText') | 6671 @DomName('Element.insertAdjacentText') |
| 6174 void insertAdjacentText(String where, String text) { | 6672 void insertAdjacentText(String where, String text) { |
| 6175 throw new UnsupportedError("Cannot invoke insertAdjacentText on SVG."); | 6673 throw new UnsupportedError("Cannot invoke insertAdjacentText on SVG."); |
| 6176 } | 6674 } |
| 6177 | 6675 |
| 6178 @DomName('Element.insertAdjacentHTML') | 6676 @DomName('Element.insertAdjacentHTML') |
| 6179 void insertAdjacentHtml(String where, String text, {NodeValidator validator, | 6677 void insertAdjacentHtml(String where, String text, |
| 6180 NodeTreeSanitizer treeSanitizer}) { | 6678 {NodeValidator validator, NodeTreeSanitizer treeSanitizer}) { |
| 6181 throw new UnsupportedError("Cannot invoke insertAdjacentHtml on SVG."); | 6679 throw new UnsupportedError("Cannot invoke insertAdjacentHtml on SVG."); |
| 6182 } | 6680 } |
| 6183 | 6681 |
| 6184 @DomName('Element.insertAdjacentElement') | 6682 @DomName('Element.insertAdjacentElement') |
| 6185 Element insertAdjacentElement(String where, Element element) { | 6683 Element insertAdjacentElement(String where, Element element) { |
| 6186 throw new UnsupportedError("Cannot invoke insertAdjacentElement on SVG."); | 6684 throw new UnsupportedError("Cannot invoke insertAdjacentElement on SVG."); |
| 6187 } | 6685 } |
| 6188 | 6686 |
| 6189 HtmlCollection get _children { | 6687 HtmlCollection get _children { |
| 6190 throw new UnsupportedError("Cannot get _children on SVG."); | 6688 throw new UnsupportedError("Cannot get _children on SVG."); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 6202 */ | 6700 */ |
| 6203 static bool isTagSupported(String tag) { | 6701 static bool isTagSupported(String tag) { |
| 6204 var e = new SvgElement.tag(tag); | 6702 var e = new SvgElement.tag(tag); |
| 6205 return e is SvgElement && !(e is UnknownElement); | 6703 return e is SvgElement && !(e is UnknownElement); |
| 6206 } | 6704 } |
| 6207 | 6705 |
| 6208 set _svgClassName(AnimatedString value) => | 6706 set _svgClassName(AnimatedString value) => |
| 6209 _blink.BlinkSVGElement.instance.className_Setter_(this, value); | 6707 _blink.BlinkSVGElement.instance.className_Setter_(this, value); |
| 6210 | 6708 |
| 6211 // To suppress missing implicit constructor warnings. | 6709 // To suppress missing implicit constructor warnings. |
| 6212 factory SvgElement._() { throw new UnsupportedError("Not supported"); } | 6710 factory SvgElement._() { |
| 6711 throw new UnsupportedError("Not supported"); |
| 6712 } |
| 6213 | 6713 |
| 6214 @DomName('SVGElement.abortEvent') | 6714 @DomName('SVGElement.abortEvent') |
| 6215 @DocsEditable() | 6715 @DocsEditable() |
| 6216 @Experimental() // untriaged | 6716 @Experimental() // untriaged |
| 6217 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider
<Event>('abort'); | 6717 static const EventStreamProvider<Event> abortEvent = |
| 6718 const EventStreamProvider<Event>('abort'); |
| 6218 | 6719 |
| 6219 @DomName('SVGElement.blurEvent') | 6720 @DomName('SVGElement.blurEvent') |
| 6220 @DocsEditable() | 6721 @DocsEditable() |
| 6221 @Experimental() // untriaged | 6722 @Experimental() // untriaged |
| 6222 static const EventStreamProvider<Event> blurEvent = const EventStreamProvider<
Event>('blur'); | 6723 static const EventStreamProvider<Event> blurEvent = |
| 6724 const EventStreamProvider<Event>('blur'); |
| 6223 | 6725 |
| 6224 @DomName('SVGElement.canplayEvent') | 6726 @DomName('SVGElement.canplayEvent') |
| 6225 @DocsEditable() | 6727 @DocsEditable() |
| 6226 @Experimental() // untriaged | 6728 @Experimental() // untriaged |
| 6227 static const EventStreamProvider<Event> canPlayEvent = const EventStreamProvid
er<Event>('canplay'); | 6729 static const EventStreamProvider<Event> canPlayEvent = |
| 6730 const EventStreamProvider<Event>('canplay'); |
| 6228 | 6731 |
| 6229 @DomName('SVGElement.canplaythroughEvent') | 6732 @DomName('SVGElement.canplaythroughEvent') |
| 6230 @DocsEditable() | 6733 @DocsEditable() |
| 6231 @Experimental() // untriaged | 6734 @Experimental() // untriaged |
| 6232 static const EventStreamProvider<Event> canPlayThroughEvent = const EventStrea
mProvider<Event>('canplaythrough'); | 6735 static const EventStreamProvider<Event> canPlayThroughEvent = |
| 6736 const EventStreamProvider<Event>('canplaythrough'); |
| 6233 | 6737 |
| 6234 @DomName('SVGElement.changeEvent') | 6738 @DomName('SVGElement.changeEvent') |
| 6235 @DocsEditable() | 6739 @DocsEditable() |
| 6236 @Experimental() // untriaged | 6740 @Experimental() // untriaged |
| 6237 static const EventStreamProvider<Event> changeEvent = const EventStreamProvide
r<Event>('change'); | 6741 static const EventStreamProvider<Event> changeEvent = |
| 6742 const EventStreamProvider<Event>('change'); |
| 6238 | 6743 |
| 6239 @DomName('SVGElement.clickEvent') | 6744 @DomName('SVGElement.clickEvent') |
| 6240 @DocsEditable() | 6745 @DocsEditable() |
| 6241 @Experimental() // untriaged | 6746 @Experimental() // untriaged |
| 6242 static const EventStreamProvider<MouseEvent> clickEvent = const EventStreamPro
vider<MouseEvent>('click'); | 6747 static const EventStreamProvider<MouseEvent> clickEvent = |
| 6748 const EventStreamProvider<MouseEvent>('click'); |
| 6243 | 6749 |
| 6244 @DomName('SVGElement.contextmenuEvent') | 6750 @DomName('SVGElement.contextmenuEvent') |
| 6245 @DocsEditable() | 6751 @DocsEditable() |
| 6246 @Experimental() // untriaged | 6752 @Experimental() // untriaged |
| 6247 static const EventStreamProvider<MouseEvent> contextMenuEvent = const EventStr
eamProvider<MouseEvent>('contextmenu'); | 6753 static const EventStreamProvider<MouseEvent> contextMenuEvent = |
| 6754 const EventStreamProvider<MouseEvent>('contextmenu'); |
| 6248 | 6755 |
| 6249 @DomName('SVGElement.dblclickEvent') | 6756 @DomName('SVGElement.dblclickEvent') |
| 6250 @DocsEditable() | 6757 @DocsEditable() |
| 6251 @Experimental() // untriaged | 6758 @Experimental() // untriaged |
| 6252 static const EventStreamProvider<Event> doubleClickEvent = const EventStreamPr
ovider<Event>('dblclick'); | 6759 static const EventStreamProvider<Event> doubleClickEvent = |
| 6760 const EventStreamProvider<Event>('dblclick'); |
| 6253 | 6761 |
| 6254 @DomName('SVGElement.dragEvent') | 6762 @DomName('SVGElement.dragEvent') |
| 6255 @DocsEditable() | 6763 @DocsEditable() |
| 6256 @Experimental() // untriaged | 6764 @Experimental() // untriaged |
| 6257 static const EventStreamProvider<MouseEvent> dragEvent = const EventStreamProv
ider<MouseEvent>('drag'); | 6765 static const EventStreamProvider<MouseEvent> dragEvent = |
| 6766 const EventStreamProvider<MouseEvent>('drag'); |
| 6258 | 6767 |
| 6259 @DomName('SVGElement.dragendEvent') | 6768 @DomName('SVGElement.dragendEvent') |
| 6260 @DocsEditable() | 6769 @DocsEditable() |
| 6261 @Experimental() // untriaged | 6770 @Experimental() // untriaged |
| 6262 static const EventStreamProvider<MouseEvent> dragEndEvent = const EventStreamP
rovider<MouseEvent>('dragend'); | 6771 static const EventStreamProvider<MouseEvent> dragEndEvent = |
| 6772 const EventStreamProvider<MouseEvent>('dragend'); |
| 6263 | 6773 |
| 6264 @DomName('SVGElement.dragenterEvent') | 6774 @DomName('SVGElement.dragenterEvent') |
| 6265 @DocsEditable() | 6775 @DocsEditable() |
| 6266 @Experimental() // untriaged | 6776 @Experimental() // untriaged |
| 6267 static const EventStreamProvider<MouseEvent> dragEnterEvent = const EventStrea
mProvider<MouseEvent>('dragenter'); | 6777 static const EventStreamProvider<MouseEvent> dragEnterEvent = |
| 6778 const EventStreamProvider<MouseEvent>('dragenter'); |
| 6268 | 6779 |
| 6269 @DomName('SVGElement.dragleaveEvent') | 6780 @DomName('SVGElement.dragleaveEvent') |
| 6270 @DocsEditable() | 6781 @DocsEditable() |
| 6271 @Experimental() // untriaged | 6782 @Experimental() // untriaged |
| 6272 static const EventStreamProvider<MouseEvent> dragLeaveEvent = const EventStrea
mProvider<MouseEvent>('dragleave'); | 6783 static const EventStreamProvider<MouseEvent> dragLeaveEvent = |
| 6784 const EventStreamProvider<MouseEvent>('dragleave'); |
| 6273 | 6785 |
| 6274 @DomName('SVGElement.dragoverEvent') | 6786 @DomName('SVGElement.dragoverEvent') |
| 6275 @DocsEditable() | 6787 @DocsEditable() |
| 6276 @Experimental() // untriaged | 6788 @Experimental() // untriaged |
| 6277 static const EventStreamProvider<MouseEvent> dragOverEvent = const EventStream
Provider<MouseEvent>('dragover'); | 6789 static const EventStreamProvider<MouseEvent> dragOverEvent = |
| 6790 const EventStreamProvider<MouseEvent>('dragover'); |
| 6278 | 6791 |
| 6279 @DomName('SVGElement.dragstartEvent') | 6792 @DomName('SVGElement.dragstartEvent') |
| 6280 @DocsEditable() | 6793 @DocsEditable() |
| 6281 @Experimental() // untriaged | 6794 @Experimental() // untriaged |
| 6282 static const EventStreamProvider<MouseEvent> dragStartEvent = const EventStrea
mProvider<MouseEvent>('dragstart'); | 6795 static const EventStreamProvider<MouseEvent> dragStartEvent = |
| 6796 const EventStreamProvider<MouseEvent>('dragstart'); |
| 6283 | 6797 |
| 6284 @DomName('SVGElement.dropEvent') | 6798 @DomName('SVGElement.dropEvent') |
| 6285 @DocsEditable() | 6799 @DocsEditable() |
| 6286 @Experimental() // untriaged | 6800 @Experimental() // untriaged |
| 6287 static const EventStreamProvider<MouseEvent> dropEvent = const EventStreamProv
ider<MouseEvent>('drop'); | 6801 static const EventStreamProvider<MouseEvent> dropEvent = |
| 6802 const EventStreamProvider<MouseEvent>('drop'); |
| 6288 | 6803 |
| 6289 @DomName('SVGElement.durationchangeEvent') | 6804 @DomName('SVGElement.durationchangeEvent') |
| 6290 @DocsEditable() | 6805 @DocsEditable() |
| 6291 @Experimental() // untriaged | 6806 @Experimental() // untriaged |
| 6292 static const EventStreamProvider<Event> durationChangeEvent = const EventStrea
mProvider<Event>('durationchange'); | 6807 static const EventStreamProvider<Event> durationChangeEvent = |
| 6808 const EventStreamProvider<Event>('durationchange'); |
| 6293 | 6809 |
| 6294 @DomName('SVGElement.emptiedEvent') | 6810 @DomName('SVGElement.emptiedEvent') |
| 6295 @DocsEditable() | 6811 @DocsEditable() |
| 6296 @Experimental() // untriaged | 6812 @Experimental() // untriaged |
| 6297 static const EventStreamProvider<Event> emptiedEvent = const EventStreamProvid
er<Event>('emptied'); | 6813 static const EventStreamProvider<Event> emptiedEvent = |
| 6814 const EventStreamProvider<Event>('emptied'); |
| 6298 | 6815 |
| 6299 @DomName('SVGElement.endedEvent') | 6816 @DomName('SVGElement.endedEvent') |
| 6300 @DocsEditable() | 6817 @DocsEditable() |
| 6301 @Experimental() // untriaged | 6818 @Experimental() // untriaged |
| 6302 static const EventStreamProvider<Event> endedEvent = const EventStreamProvider
<Event>('ended'); | 6819 static const EventStreamProvider<Event> endedEvent = |
| 6820 const EventStreamProvider<Event>('ended'); |
| 6303 | 6821 |
| 6304 @DomName('SVGElement.errorEvent') | 6822 @DomName('SVGElement.errorEvent') |
| 6305 @DocsEditable() | 6823 @DocsEditable() |
| 6306 @Experimental() // untriaged | 6824 @Experimental() // untriaged |
| 6307 static const EventStreamProvider<Event> errorEvent = const EventStreamProvider
<Event>('error'); | 6825 static const EventStreamProvider<Event> errorEvent = |
| 6826 const EventStreamProvider<Event>('error'); |
| 6308 | 6827 |
| 6309 @DomName('SVGElement.focusEvent') | 6828 @DomName('SVGElement.focusEvent') |
| 6310 @DocsEditable() | 6829 @DocsEditable() |
| 6311 @Experimental() // untriaged | 6830 @Experimental() // untriaged |
| 6312 static const EventStreamProvider<Event> focusEvent = const EventStreamProvider
<Event>('focus'); | 6831 static const EventStreamProvider<Event> focusEvent = |
| 6832 const EventStreamProvider<Event>('focus'); |
| 6313 | 6833 |
| 6314 @DomName('SVGElement.inputEvent') | 6834 @DomName('SVGElement.inputEvent') |
| 6315 @DocsEditable() | 6835 @DocsEditable() |
| 6316 @Experimental() // untriaged | 6836 @Experimental() // untriaged |
| 6317 static const EventStreamProvider<Event> inputEvent = const EventStreamProvider
<Event>('input'); | 6837 static const EventStreamProvider<Event> inputEvent = |
| 6838 const EventStreamProvider<Event>('input'); |
| 6318 | 6839 |
| 6319 @DomName('SVGElement.invalidEvent') | 6840 @DomName('SVGElement.invalidEvent') |
| 6320 @DocsEditable() | 6841 @DocsEditable() |
| 6321 @Experimental() // untriaged | 6842 @Experimental() // untriaged |
| 6322 static const EventStreamProvider<Event> invalidEvent = const EventStreamProvid
er<Event>('invalid'); | 6843 static const EventStreamProvider<Event> invalidEvent = |
| 6844 const EventStreamProvider<Event>('invalid'); |
| 6323 | 6845 |
| 6324 @DomName('SVGElement.keydownEvent') | 6846 @DomName('SVGElement.keydownEvent') |
| 6325 @DocsEditable() | 6847 @DocsEditable() |
| 6326 @Experimental() // untriaged | 6848 @Experimental() // untriaged |
| 6327 static const EventStreamProvider<KeyboardEvent> keyDownEvent = const EventStre
amProvider<KeyboardEvent>('keydown'); | 6849 static const EventStreamProvider<KeyboardEvent> keyDownEvent = |
| 6850 const EventStreamProvider<KeyboardEvent>('keydown'); |
| 6328 | 6851 |
| 6329 @DomName('SVGElement.keypressEvent') | 6852 @DomName('SVGElement.keypressEvent') |
| 6330 @DocsEditable() | 6853 @DocsEditable() |
| 6331 @Experimental() // untriaged | 6854 @Experimental() // untriaged |
| 6332 static const EventStreamProvider<KeyboardEvent> keyPressEvent = const EventStr
eamProvider<KeyboardEvent>('keypress'); | 6855 static const EventStreamProvider<KeyboardEvent> keyPressEvent = |
| 6856 const EventStreamProvider<KeyboardEvent>('keypress'); |
| 6333 | 6857 |
| 6334 @DomName('SVGElement.keyupEvent') | 6858 @DomName('SVGElement.keyupEvent') |
| 6335 @DocsEditable() | 6859 @DocsEditable() |
| 6336 @Experimental() // untriaged | 6860 @Experimental() // untriaged |
| 6337 static const EventStreamProvider<KeyboardEvent> keyUpEvent = const EventStream
Provider<KeyboardEvent>('keyup'); | 6861 static const EventStreamProvider<KeyboardEvent> keyUpEvent = |
| 6862 const EventStreamProvider<KeyboardEvent>('keyup'); |
| 6338 | 6863 |
| 6339 @DomName('SVGElement.loadEvent') | 6864 @DomName('SVGElement.loadEvent') |
| 6340 @DocsEditable() | 6865 @DocsEditable() |
| 6341 @Experimental() // untriaged | 6866 @Experimental() // untriaged |
| 6342 static const EventStreamProvider<Event> loadEvent = const EventStreamProvider<
Event>('load'); | 6867 static const EventStreamProvider<Event> loadEvent = |
| 6868 const EventStreamProvider<Event>('load'); |
| 6343 | 6869 |
| 6344 @DomName('SVGElement.loadeddataEvent') | 6870 @DomName('SVGElement.loadeddataEvent') |
| 6345 @DocsEditable() | 6871 @DocsEditable() |
| 6346 @Experimental() // untriaged | 6872 @Experimental() // untriaged |
| 6347 static const EventStreamProvider<Event> loadedDataEvent = const EventStreamPro
vider<Event>('loadeddata'); | 6873 static const EventStreamProvider<Event> loadedDataEvent = |
| 6874 const EventStreamProvider<Event>('loadeddata'); |
| 6348 | 6875 |
| 6349 @DomName('SVGElement.loadedmetadataEvent') | 6876 @DomName('SVGElement.loadedmetadataEvent') |
| 6350 @DocsEditable() | 6877 @DocsEditable() |
| 6351 @Experimental() // untriaged | 6878 @Experimental() // untriaged |
| 6352 static const EventStreamProvider<Event> loadedMetadataEvent = const EventStrea
mProvider<Event>('loadedmetadata'); | 6879 static const EventStreamProvider<Event> loadedMetadataEvent = |
| 6880 const EventStreamProvider<Event>('loadedmetadata'); |
| 6353 | 6881 |
| 6354 @DomName('SVGElement.mousedownEvent') | 6882 @DomName('SVGElement.mousedownEvent') |
| 6355 @DocsEditable() | 6883 @DocsEditable() |
| 6356 @Experimental() // untriaged | 6884 @Experimental() // untriaged |
| 6357 static const EventStreamProvider<MouseEvent> mouseDownEvent = const EventStrea
mProvider<MouseEvent>('mousedown'); | 6885 static const EventStreamProvider<MouseEvent> mouseDownEvent = |
| 6886 const EventStreamProvider<MouseEvent>('mousedown'); |
| 6358 | 6887 |
| 6359 @DomName('SVGElement.mouseenterEvent') | 6888 @DomName('SVGElement.mouseenterEvent') |
| 6360 @DocsEditable() | 6889 @DocsEditable() |
| 6361 @Experimental() // untriaged | 6890 @Experimental() // untriaged |
| 6362 static const EventStreamProvider<MouseEvent> mouseEnterEvent = const EventStre
amProvider<MouseEvent>('mouseenter'); | 6891 static const EventStreamProvider<MouseEvent> mouseEnterEvent = |
| 6892 const EventStreamProvider<MouseEvent>('mouseenter'); |
| 6363 | 6893 |
| 6364 @DomName('SVGElement.mouseleaveEvent') | 6894 @DomName('SVGElement.mouseleaveEvent') |
| 6365 @DocsEditable() | 6895 @DocsEditable() |
| 6366 @Experimental() // untriaged | 6896 @Experimental() // untriaged |
| 6367 static const EventStreamProvider<MouseEvent> mouseLeaveEvent = const EventStre
amProvider<MouseEvent>('mouseleave'); | 6897 static const EventStreamProvider<MouseEvent> mouseLeaveEvent = |
| 6898 const EventStreamProvider<MouseEvent>('mouseleave'); |
| 6368 | 6899 |
| 6369 @DomName('SVGElement.mousemoveEvent') | 6900 @DomName('SVGElement.mousemoveEvent') |
| 6370 @DocsEditable() | 6901 @DocsEditable() |
| 6371 @Experimental() // untriaged | 6902 @Experimental() // untriaged |
| 6372 static const EventStreamProvider<MouseEvent> mouseMoveEvent = const EventStrea
mProvider<MouseEvent>('mousemove'); | 6903 static const EventStreamProvider<MouseEvent> mouseMoveEvent = |
| 6904 const EventStreamProvider<MouseEvent>('mousemove'); |
| 6373 | 6905 |
| 6374 @DomName('SVGElement.mouseoutEvent') | 6906 @DomName('SVGElement.mouseoutEvent') |
| 6375 @DocsEditable() | 6907 @DocsEditable() |
| 6376 @Experimental() // untriaged | 6908 @Experimental() // untriaged |
| 6377 static const EventStreamProvider<MouseEvent> mouseOutEvent = const EventStream
Provider<MouseEvent>('mouseout'); | 6909 static const EventStreamProvider<MouseEvent> mouseOutEvent = |
| 6910 const EventStreamProvider<MouseEvent>('mouseout'); |
| 6378 | 6911 |
| 6379 @DomName('SVGElement.mouseoverEvent') | 6912 @DomName('SVGElement.mouseoverEvent') |
| 6380 @DocsEditable() | 6913 @DocsEditable() |
| 6381 @Experimental() // untriaged | 6914 @Experimental() // untriaged |
| 6382 static const EventStreamProvider<MouseEvent> mouseOverEvent = const EventStrea
mProvider<MouseEvent>('mouseover'); | 6915 static const EventStreamProvider<MouseEvent> mouseOverEvent = |
| 6916 const EventStreamProvider<MouseEvent>('mouseover'); |
| 6383 | 6917 |
| 6384 @DomName('SVGElement.mouseupEvent') | 6918 @DomName('SVGElement.mouseupEvent') |
| 6385 @DocsEditable() | 6919 @DocsEditable() |
| 6386 @Experimental() // untriaged | 6920 @Experimental() // untriaged |
| 6387 static const EventStreamProvider<MouseEvent> mouseUpEvent = const EventStreamP
rovider<MouseEvent>('mouseup'); | 6921 static const EventStreamProvider<MouseEvent> mouseUpEvent = |
| 6922 const EventStreamProvider<MouseEvent>('mouseup'); |
| 6388 | 6923 |
| 6389 @DomName('SVGElement.mousewheelEvent') | 6924 @DomName('SVGElement.mousewheelEvent') |
| 6390 @DocsEditable() | 6925 @DocsEditable() |
| 6391 @Experimental() // untriaged | 6926 @Experimental() // untriaged |
| 6392 static const EventStreamProvider<WheelEvent> mouseWheelEvent = const EventStre
amProvider<WheelEvent>('mousewheel'); | 6927 static const EventStreamProvider<WheelEvent> mouseWheelEvent = |
| 6928 const EventStreamProvider<WheelEvent>('mousewheel'); |
| 6393 | 6929 |
| 6394 @DomName('SVGElement.pauseEvent') | 6930 @DomName('SVGElement.pauseEvent') |
| 6395 @DocsEditable() | 6931 @DocsEditable() |
| 6396 @Experimental() // untriaged | 6932 @Experimental() // untriaged |
| 6397 static const EventStreamProvider<Event> pauseEvent = const EventStreamProvider
<Event>('pause'); | 6933 static const EventStreamProvider<Event> pauseEvent = |
| 6934 const EventStreamProvider<Event>('pause'); |
| 6398 | 6935 |
| 6399 @DomName('SVGElement.playEvent') | 6936 @DomName('SVGElement.playEvent') |
| 6400 @DocsEditable() | 6937 @DocsEditable() |
| 6401 @Experimental() // untriaged | 6938 @Experimental() // untriaged |
| 6402 static const EventStreamProvider<Event> playEvent = const EventStreamProvider<
Event>('play'); | 6939 static const EventStreamProvider<Event> playEvent = |
| 6940 const EventStreamProvider<Event>('play'); |
| 6403 | 6941 |
| 6404 @DomName('SVGElement.playingEvent') | 6942 @DomName('SVGElement.playingEvent') |
| 6405 @DocsEditable() | 6943 @DocsEditable() |
| 6406 @Experimental() // untriaged | 6944 @Experimental() // untriaged |
| 6407 static const EventStreamProvider<Event> playingEvent = const EventStreamProvid
er<Event>('playing'); | 6945 static const EventStreamProvider<Event> playingEvent = |
| 6946 const EventStreamProvider<Event>('playing'); |
| 6408 | 6947 |
| 6409 @DomName('SVGElement.ratechangeEvent') | 6948 @DomName('SVGElement.ratechangeEvent') |
| 6410 @DocsEditable() | 6949 @DocsEditable() |
| 6411 @Experimental() // untriaged | 6950 @Experimental() // untriaged |
| 6412 static const EventStreamProvider<Event> rateChangeEvent = const EventStreamPro
vider<Event>('ratechange'); | 6951 static const EventStreamProvider<Event> rateChangeEvent = |
| 6952 const EventStreamProvider<Event>('ratechange'); |
| 6413 | 6953 |
| 6414 @DomName('SVGElement.resetEvent') | 6954 @DomName('SVGElement.resetEvent') |
| 6415 @DocsEditable() | 6955 @DocsEditable() |
| 6416 @Experimental() // untriaged | 6956 @Experimental() // untriaged |
| 6417 static const EventStreamProvider<Event> resetEvent = const EventStreamProvider
<Event>('reset'); | 6957 static const EventStreamProvider<Event> resetEvent = |
| 6958 const EventStreamProvider<Event>('reset'); |
| 6418 | 6959 |
| 6419 @DomName('SVGElement.resizeEvent') | 6960 @DomName('SVGElement.resizeEvent') |
| 6420 @DocsEditable() | 6961 @DocsEditable() |
| 6421 @Experimental() // untriaged | 6962 @Experimental() // untriaged |
| 6422 static const EventStreamProvider<Event> resizeEvent = const EventStreamProvide
r<Event>('resize'); | 6963 static const EventStreamProvider<Event> resizeEvent = |
| 6964 const EventStreamProvider<Event>('resize'); |
| 6423 | 6965 |
| 6424 @DomName('SVGElement.scrollEvent') | 6966 @DomName('SVGElement.scrollEvent') |
| 6425 @DocsEditable() | 6967 @DocsEditable() |
| 6426 @Experimental() // untriaged | 6968 @Experimental() // untriaged |
| 6427 static const EventStreamProvider<Event> scrollEvent = const EventStreamProvide
r<Event>('scroll'); | 6969 static const EventStreamProvider<Event> scrollEvent = |
| 6970 const EventStreamProvider<Event>('scroll'); |
| 6428 | 6971 |
| 6429 @DomName('SVGElement.seekedEvent') | 6972 @DomName('SVGElement.seekedEvent') |
| 6430 @DocsEditable() | 6973 @DocsEditable() |
| 6431 @Experimental() // untriaged | 6974 @Experimental() // untriaged |
| 6432 static const EventStreamProvider<Event> seekedEvent = const EventStreamProvide
r<Event>('seeked'); | 6975 static const EventStreamProvider<Event> seekedEvent = |
| 6976 const EventStreamProvider<Event>('seeked'); |
| 6433 | 6977 |
| 6434 @DomName('SVGElement.seekingEvent') | 6978 @DomName('SVGElement.seekingEvent') |
| 6435 @DocsEditable() | 6979 @DocsEditable() |
| 6436 @Experimental() // untriaged | 6980 @Experimental() // untriaged |
| 6437 static const EventStreamProvider<Event> seekingEvent = const EventStreamProvid
er<Event>('seeking'); | 6981 static const EventStreamProvider<Event> seekingEvent = |
| 6982 const EventStreamProvider<Event>('seeking'); |
| 6438 | 6983 |
| 6439 @DomName('SVGElement.selectEvent') | 6984 @DomName('SVGElement.selectEvent') |
| 6440 @DocsEditable() | 6985 @DocsEditable() |
| 6441 @Experimental() // untriaged | 6986 @Experimental() // untriaged |
| 6442 static const EventStreamProvider<Event> selectEvent = const EventStreamProvide
r<Event>('select'); | 6987 static const EventStreamProvider<Event> selectEvent = |
| 6988 const EventStreamProvider<Event>('select'); |
| 6443 | 6989 |
| 6444 @DomName('SVGElement.stalledEvent') | 6990 @DomName('SVGElement.stalledEvent') |
| 6445 @DocsEditable() | 6991 @DocsEditable() |
| 6446 @Experimental() // untriaged | 6992 @Experimental() // untriaged |
| 6447 static const EventStreamProvider<Event> stalledEvent = const EventStreamProvid
er<Event>('stalled'); | 6993 static const EventStreamProvider<Event> stalledEvent = |
| 6994 const EventStreamProvider<Event>('stalled'); |
| 6448 | 6995 |
| 6449 @DomName('SVGElement.submitEvent') | 6996 @DomName('SVGElement.submitEvent') |
| 6450 @DocsEditable() | 6997 @DocsEditable() |
| 6451 @Experimental() // untriaged | 6998 @Experimental() // untriaged |
| 6452 static const EventStreamProvider<Event> submitEvent = const EventStreamProvide
r<Event>('submit'); | 6999 static const EventStreamProvider<Event> submitEvent = |
| 7000 const EventStreamProvider<Event>('submit'); |
| 6453 | 7001 |
| 6454 @DomName('SVGElement.suspendEvent') | 7002 @DomName('SVGElement.suspendEvent') |
| 6455 @DocsEditable() | 7003 @DocsEditable() |
| 6456 @Experimental() // untriaged | 7004 @Experimental() // untriaged |
| 6457 static const EventStreamProvider<Event> suspendEvent = const EventStreamProvid
er<Event>('suspend'); | 7005 static const EventStreamProvider<Event> suspendEvent = |
| 7006 const EventStreamProvider<Event>('suspend'); |
| 6458 | 7007 |
| 6459 @DomName('SVGElement.timeupdateEvent') | 7008 @DomName('SVGElement.timeupdateEvent') |
| 6460 @DocsEditable() | 7009 @DocsEditable() |
| 6461 @Experimental() // untriaged | 7010 @Experimental() // untriaged |
| 6462 static const EventStreamProvider<Event> timeUpdateEvent = const EventStreamPro
vider<Event>('timeupdate'); | 7011 static const EventStreamProvider<Event> timeUpdateEvent = |
| 7012 const EventStreamProvider<Event>('timeupdate'); |
| 6463 | 7013 |
| 6464 @DomName('SVGElement.volumechangeEvent') | 7014 @DomName('SVGElement.volumechangeEvent') |
| 6465 @DocsEditable() | 7015 @DocsEditable() |
| 6466 @Experimental() // untriaged | 7016 @Experimental() // untriaged |
| 6467 static const EventStreamProvider<Event> volumeChangeEvent = const EventStreamP
rovider<Event>('volumechange'); | 7017 static const EventStreamProvider<Event> volumeChangeEvent = |
| 7018 const EventStreamProvider<Event>('volumechange'); |
| 6468 | 7019 |
| 6469 @DomName('SVGElement.waitingEvent') | 7020 @DomName('SVGElement.waitingEvent') |
| 6470 @DocsEditable() | 7021 @DocsEditable() |
| 6471 @Experimental() // untriaged | 7022 @Experimental() // untriaged |
| 6472 static const EventStreamProvider<Event> waitingEvent = const EventStreamProvid
er<Event>('waiting'); | 7023 static const EventStreamProvider<Event> waitingEvent = |
| 6473 | 7024 const EventStreamProvider<Event>('waiting'); |
| 6474 | 7025 |
| 6475 @Deprecated("Internal Use Only") | 7026 @Deprecated("Internal Use Only") |
| 6476 external static Type get instanceRuntimeType; | 7027 external static Type get instanceRuntimeType; |
| 6477 | 7028 |
| 6478 @Deprecated("Internal Use Only") | 7029 @Deprecated("Internal Use Only") |
| 6479 SvgElement.internal_() : super.internal_(); | 7030 SvgElement.internal_() : super.internal_(); |
| 6480 | 7031 |
| 6481 /** | 7032 /** |
| 6482 * Constructor instantiated by the DOM when a custom element has been created. | 7033 * Constructor instantiated by the DOM when a custom element has been created. |
| 6483 * | 7034 * |
| 6484 * This can only be called by subclasses from their created constructor. | 7035 * This can only be called by subclasses from their created constructor. |
| 6485 */ | 7036 */ |
| 6486 SvgElement.created() : super.created(); | 7037 SvgElement.created() : super.created(); |
| 6487 | 7038 |
| 6488 @DomName('SVGElement.className') | 7039 @DomName('SVGElement.className') |
| 6489 @DocsEditable() | 7040 @DocsEditable() |
| 6490 @Experimental() // untriaged | 7041 @Experimental() // untriaged |
| 6491 AnimatedString get _svgClassName => _blink.BlinkSVGElement.instance.className_
Getter_(this); | 7042 AnimatedString get _svgClassName => |
| 6492 | 7043 _blink.BlinkSVGElement.instance.className_Getter_(this); |
| 7044 |
| 6493 @DomName('SVGElement.ownerSVGElement') | 7045 @DomName('SVGElement.ownerSVGElement') |
| 6494 @DocsEditable() | 7046 @DocsEditable() |
| 6495 SvgSvgElement get ownerSvgElement => _blink.BlinkSVGElement.instance.ownerSVGE
lement_Getter_(this); | 7047 SvgSvgElement get ownerSvgElement => |
| 6496 | 7048 _blink.BlinkSVGElement.instance.ownerSVGElement_Getter_(this); |
| 7049 |
| 6497 @DomName('SVGElement.style') | 7050 @DomName('SVGElement.style') |
| 6498 @DocsEditable() | 7051 @DocsEditable() |
| 6499 @Experimental() // untriaged | 7052 @Experimental() // untriaged |
| 6500 CssStyleDeclaration get style => _blink.BlinkSVGElement.instance.style_Getter_
(this); | 7053 CssStyleDeclaration get style => |
| 6501 | 7054 _blink.BlinkSVGElement.instance.style_Getter_(this); |
| 7055 |
| 6502 @DomName('SVGElement.tabIndex') | 7056 @DomName('SVGElement.tabIndex') |
| 6503 @DocsEditable() | 7057 @DocsEditable() |
| 6504 @Experimental() // untriaged | 7058 @Experimental() // untriaged |
| 6505 int get tabIndex => _blink.BlinkSVGElement.instance.tabIndex_Getter_(this); | 7059 int get tabIndex => _blink.BlinkSVGElement.instance.tabIndex_Getter_(this); |
| 6506 | 7060 |
| 6507 @DomName('SVGElement.tabIndex') | 7061 @DomName('SVGElement.tabIndex') |
| 6508 @DocsEditable() | 7062 @DocsEditable() |
| 6509 @Experimental() // untriaged | 7063 @Experimental() // untriaged |
| 6510 set tabIndex(int value) => _blink.BlinkSVGElement.instance.tabIndex_Setter_(th
is, value); | 7064 set tabIndex(int value) => |
| 6511 | 7065 _blink.BlinkSVGElement.instance.tabIndex_Setter_(this, value); |
| 7066 |
| 6512 @DomName('SVGElement.viewportElement') | 7067 @DomName('SVGElement.viewportElement') |
| 6513 @DocsEditable() | 7068 @DocsEditable() |
| 6514 SvgElement get viewportElement => _blink.BlinkSVGElement.instance.viewportElem
ent_Getter_(this); | 7069 SvgElement get viewportElement => |
| 6515 | 7070 _blink.BlinkSVGElement.instance.viewportElement_Getter_(this); |
| 7071 |
| 6516 @DomName('SVGElement.blur') | 7072 @DomName('SVGElement.blur') |
| 6517 @DocsEditable() | 7073 @DocsEditable() |
| 6518 @Experimental() // untriaged | 7074 @Experimental() // untriaged |
| 6519 void blur() => _blink.BlinkSVGElement.instance.blur_Callback_0_(this); | 7075 void blur() => _blink.BlinkSVGElement.instance.blur_Callback_0_(this); |
| 6520 | 7076 |
| 6521 @DomName('SVGElement.focus') | 7077 @DomName('SVGElement.focus') |
| 6522 @DocsEditable() | 7078 @DocsEditable() |
| 6523 @Experimental() // untriaged | 7079 @Experimental() // untriaged |
| 6524 void focus() => _blink.BlinkSVGElement.instance.focus_Callback_0_(this); | 7080 void focus() => _blink.BlinkSVGElement.instance.focus_Callback_0_(this); |
| 6525 | 7081 |
| 6526 @DomName('SVGElement.onabort') | 7082 @DomName('SVGElement.onabort') |
| 6527 @DocsEditable() | 7083 @DocsEditable() |
| 6528 @Experimental() // untriaged | 7084 @Experimental() // untriaged |
| 6529 ElementStream<Event> get onAbort => abortEvent.forElement(this); | 7085 ElementStream<Event> get onAbort => abortEvent.forElement(this); |
| 6530 | 7086 |
| 6531 @DomName('SVGElement.onblur') | 7087 @DomName('SVGElement.onblur') |
| 6532 @DocsEditable() | 7088 @DocsEditable() |
| 6533 @Experimental() // untriaged | 7089 @Experimental() // untriaged |
| 6534 ElementStream<Event> get onBlur => blurEvent.forElement(this); | 7090 ElementStream<Event> get onBlur => blurEvent.forElement(this); |
| 6535 | 7091 |
| 6536 @DomName('SVGElement.oncanplay') | 7092 @DomName('SVGElement.oncanplay') |
| 6537 @DocsEditable() | 7093 @DocsEditable() |
| 6538 @Experimental() // untriaged | 7094 @Experimental() // untriaged |
| 6539 ElementStream<Event> get onCanPlay => canPlayEvent.forElement(this); | 7095 ElementStream<Event> get onCanPlay => canPlayEvent.forElement(this); |
| 6540 | 7096 |
| 6541 @DomName('SVGElement.oncanplaythrough') | 7097 @DomName('SVGElement.oncanplaythrough') |
| 6542 @DocsEditable() | 7098 @DocsEditable() |
| 6543 @Experimental() // untriaged | 7099 @Experimental() // untriaged |
| 6544 ElementStream<Event> get onCanPlayThrough => canPlayThroughEvent.forElement(th
is); | 7100 ElementStream<Event> get onCanPlayThrough => |
| 7101 canPlayThroughEvent.forElement(this); |
| 6545 | 7102 |
| 6546 @DomName('SVGElement.onchange') | 7103 @DomName('SVGElement.onchange') |
| 6547 @DocsEditable() | 7104 @DocsEditable() |
| 6548 @Experimental() // untriaged | 7105 @Experimental() // untriaged |
| 6549 ElementStream<Event> get onChange => changeEvent.forElement(this); | 7106 ElementStream<Event> get onChange => changeEvent.forElement(this); |
| 6550 | 7107 |
| 6551 @DomName('SVGElement.onclick') | 7108 @DomName('SVGElement.onclick') |
| 6552 @DocsEditable() | 7109 @DocsEditable() |
| 6553 @Experimental() // untriaged | 7110 @Experimental() // untriaged |
| 6554 ElementStream<MouseEvent> get onClick => clickEvent.forElement(this); | 7111 ElementStream<MouseEvent> get onClick => clickEvent.forElement(this); |
| 6555 | 7112 |
| 6556 @DomName('SVGElement.oncontextmenu') | 7113 @DomName('SVGElement.oncontextmenu') |
| 6557 @DocsEditable() | 7114 @DocsEditable() |
| 6558 @Experimental() // untriaged | 7115 @Experimental() // untriaged |
| 6559 ElementStream<MouseEvent> get onContextMenu => contextMenuEvent.forElement(thi
s); | 7116 ElementStream<MouseEvent> get onContextMenu => |
| 7117 contextMenuEvent.forElement(this); |
| 6560 | 7118 |
| 6561 @DomName('SVGElement.ondblclick') | 7119 @DomName('SVGElement.ondblclick') |
| 6562 @DocsEditable() | 7120 @DocsEditable() |
| 6563 @Experimental() // untriaged | 7121 @Experimental() // untriaged |
| 6564 ElementStream<Event> get onDoubleClick => doubleClickEvent.forElement(this); | 7122 ElementStream<Event> get onDoubleClick => doubleClickEvent.forElement(this); |
| 6565 | 7123 |
| 6566 @DomName('SVGElement.ondrag') | 7124 @DomName('SVGElement.ondrag') |
| 6567 @DocsEditable() | 7125 @DocsEditable() |
| 6568 @Experimental() // untriaged | 7126 @Experimental() // untriaged |
| 6569 ElementStream<MouseEvent> get onDrag => dragEvent.forElement(this); | 7127 ElementStream<MouseEvent> get onDrag => dragEvent.forElement(this); |
| (...skipping 24 matching lines...) Expand all Loading... |
| 6594 ElementStream<MouseEvent> get onDragStart => dragStartEvent.forElement(this); | 7152 ElementStream<MouseEvent> get onDragStart => dragStartEvent.forElement(this); |
| 6595 | 7153 |
| 6596 @DomName('SVGElement.ondrop') | 7154 @DomName('SVGElement.ondrop') |
| 6597 @DocsEditable() | 7155 @DocsEditable() |
| 6598 @Experimental() // untriaged | 7156 @Experimental() // untriaged |
| 6599 ElementStream<MouseEvent> get onDrop => dropEvent.forElement(this); | 7157 ElementStream<MouseEvent> get onDrop => dropEvent.forElement(this); |
| 6600 | 7158 |
| 6601 @DomName('SVGElement.ondurationchange') | 7159 @DomName('SVGElement.ondurationchange') |
| 6602 @DocsEditable() | 7160 @DocsEditable() |
| 6603 @Experimental() // untriaged | 7161 @Experimental() // untriaged |
| 6604 ElementStream<Event> get onDurationChange => durationChangeEvent.forElement(th
is); | 7162 ElementStream<Event> get onDurationChange => |
| 7163 durationChangeEvent.forElement(this); |
| 6605 | 7164 |
| 6606 @DomName('SVGElement.onemptied') | 7165 @DomName('SVGElement.onemptied') |
| 6607 @DocsEditable() | 7166 @DocsEditable() |
| 6608 @Experimental() // untriaged | 7167 @Experimental() // untriaged |
| 6609 ElementStream<Event> get onEmptied => emptiedEvent.forElement(this); | 7168 ElementStream<Event> get onEmptied => emptiedEvent.forElement(this); |
| 6610 | 7169 |
| 6611 @DomName('SVGElement.onended') | 7170 @DomName('SVGElement.onended') |
| 6612 @DocsEditable() | 7171 @DocsEditable() |
| 6613 @Experimental() // untriaged | 7172 @Experimental() // untriaged |
| 6614 ElementStream<Event> get onEnded => endedEvent.forElement(this); | 7173 ElementStream<Event> get onEnded => endedEvent.forElement(this); |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6654 ElementStream<Event> get onLoad => loadEvent.forElement(this); | 7213 ElementStream<Event> get onLoad => loadEvent.forElement(this); |
| 6655 | 7214 |
| 6656 @DomName('SVGElement.onloadeddata') | 7215 @DomName('SVGElement.onloadeddata') |
| 6657 @DocsEditable() | 7216 @DocsEditable() |
| 6658 @Experimental() // untriaged | 7217 @Experimental() // untriaged |
| 6659 ElementStream<Event> get onLoadedData => loadedDataEvent.forElement(this); | 7218 ElementStream<Event> get onLoadedData => loadedDataEvent.forElement(this); |
| 6660 | 7219 |
| 6661 @DomName('SVGElement.onloadedmetadata') | 7220 @DomName('SVGElement.onloadedmetadata') |
| 6662 @DocsEditable() | 7221 @DocsEditable() |
| 6663 @Experimental() // untriaged | 7222 @Experimental() // untriaged |
| 6664 ElementStream<Event> get onLoadedMetadata => loadedMetadataEvent.forElement(th
is); | 7223 ElementStream<Event> get onLoadedMetadata => |
| 7224 loadedMetadataEvent.forElement(this); |
| 6665 | 7225 |
| 6666 @DomName('SVGElement.onmousedown') | 7226 @DomName('SVGElement.onmousedown') |
| 6667 @DocsEditable() | 7227 @DocsEditable() |
| 6668 @Experimental() // untriaged | 7228 @Experimental() // untriaged |
| 6669 ElementStream<MouseEvent> get onMouseDown => mouseDownEvent.forElement(this); | 7229 ElementStream<MouseEvent> get onMouseDown => mouseDownEvent.forElement(this); |
| 6670 | 7230 |
| 6671 @DomName('SVGElement.onmouseenter') | 7231 @DomName('SVGElement.onmouseenter') |
| 6672 @DocsEditable() | 7232 @DocsEditable() |
| 6673 @Experimental() // untriaged | 7233 @Experimental() // untriaged |
| 6674 ElementStream<MouseEvent> get onMouseEnter => mouseEnterEvent.forElement(this)
; | 7234 ElementStream<MouseEvent> get onMouseEnter => |
| 7235 mouseEnterEvent.forElement(this); |
| 6675 | 7236 |
| 6676 @DomName('SVGElement.onmouseleave') | 7237 @DomName('SVGElement.onmouseleave') |
| 6677 @DocsEditable() | 7238 @DocsEditable() |
| 6678 @Experimental() // untriaged | 7239 @Experimental() // untriaged |
| 6679 ElementStream<MouseEvent> get onMouseLeave => mouseLeaveEvent.forElement(this)
; | 7240 ElementStream<MouseEvent> get onMouseLeave => |
| 7241 mouseLeaveEvent.forElement(this); |
| 6680 | 7242 |
| 6681 @DomName('SVGElement.onmousemove') | 7243 @DomName('SVGElement.onmousemove') |
| 6682 @DocsEditable() | 7244 @DocsEditable() |
| 6683 @Experimental() // untriaged | 7245 @Experimental() // untriaged |
| 6684 ElementStream<MouseEvent> get onMouseMove => mouseMoveEvent.forElement(this); | 7246 ElementStream<MouseEvent> get onMouseMove => mouseMoveEvent.forElement(this); |
| 6685 | 7247 |
| 6686 @DomName('SVGElement.onmouseout') | 7248 @DomName('SVGElement.onmouseout') |
| 6687 @DocsEditable() | 7249 @DocsEditable() |
| 6688 @Experimental() // untriaged | 7250 @Experimental() // untriaged |
| 6689 ElementStream<MouseEvent> get onMouseOut => mouseOutEvent.forElement(this); | 7251 ElementStream<MouseEvent> get onMouseOut => mouseOutEvent.forElement(this); |
| 6690 | 7252 |
| 6691 @DomName('SVGElement.onmouseover') | 7253 @DomName('SVGElement.onmouseover') |
| 6692 @DocsEditable() | 7254 @DocsEditable() |
| 6693 @Experimental() // untriaged | 7255 @Experimental() // untriaged |
| 6694 ElementStream<MouseEvent> get onMouseOver => mouseOverEvent.forElement(this); | 7256 ElementStream<MouseEvent> get onMouseOver => mouseOverEvent.forElement(this); |
| 6695 | 7257 |
| 6696 @DomName('SVGElement.onmouseup') | 7258 @DomName('SVGElement.onmouseup') |
| 6697 @DocsEditable() | 7259 @DocsEditable() |
| 6698 @Experimental() // untriaged | 7260 @Experimental() // untriaged |
| 6699 ElementStream<MouseEvent> get onMouseUp => mouseUpEvent.forElement(this); | 7261 ElementStream<MouseEvent> get onMouseUp => mouseUpEvent.forElement(this); |
| 6700 | 7262 |
| 6701 @DomName('SVGElement.onmousewheel') | 7263 @DomName('SVGElement.onmousewheel') |
| 6702 @DocsEditable() | 7264 @DocsEditable() |
| 6703 @Experimental() // untriaged | 7265 @Experimental() // untriaged |
| 6704 ElementStream<WheelEvent> get onMouseWheel => mouseWheelEvent.forElement(this)
; | 7266 ElementStream<WheelEvent> get onMouseWheel => |
| 7267 mouseWheelEvent.forElement(this); |
| 6705 | 7268 |
| 6706 @DomName('SVGElement.onpause') | 7269 @DomName('SVGElement.onpause') |
| 6707 @DocsEditable() | 7270 @DocsEditable() |
| 6708 @Experimental() // untriaged | 7271 @Experimental() // untriaged |
| 6709 ElementStream<Event> get onPause => pauseEvent.forElement(this); | 7272 ElementStream<Event> get onPause => pauseEvent.forElement(this); |
| 6710 | 7273 |
| 6711 @DomName('SVGElement.onplay') | 7274 @DomName('SVGElement.onplay') |
| 6712 @DocsEditable() | 7275 @DocsEditable() |
| 6713 @Experimental() // untriaged | 7276 @Experimental() // untriaged |
| 6714 ElementStream<Event> get onPlay => playEvent.forElement(this); | 7277 ElementStream<Event> get onPlay => playEvent.forElement(this); |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6775 | 7338 |
| 6776 @DomName('SVGElement.onvolumechange') | 7339 @DomName('SVGElement.onvolumechange') |
| 6777 @DocsEditable() | 7340 @DocsEditable() |
| 6778 @Experimental() // untriaged | 7341 @Experimental() // untriaged |
| 6779 ElementStream<Event> get onVolumeChange => volumeChangeEvent.forElement(this); | 7342 ElementStream<Event> get onVolumeChange => volumeChangeEvent.forElement(this); |
| 6780 | 7343 |
| 6781 @DomName('SVGElement.onwaiting') | 7344 @DomName('SVGElement.onwaiting') |
| 6782 @DocsEditable() | 7345 @DocsEditable() |
| 6783 @Experimental() // untriaged | 7346 @Experimental() // untriaged |
| 6784 ElementStream<Event> get onWaiting => waitingEvent.forElement(this); | 7347 ElementStream<Event> get onWaiting => waitingEvent.forElement(this); |
| 6785 | |
| 6786 } | 7348 } |
| 6787 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7349 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6788 // for details. All rights reserved. Use of this source code is governed by a | 7350 // for details. All rights reserved. Use of this source code is governed by a |
| 6789 // BSD-style license that can be found in the LICENSE file. | 7351 // BSD-style license that can be found in the LICENSE file. |
| 6790 | 7352 |
| 6791 | |
| 6792 @DomName('SVGSVGElement') | 7353 @DomName('SVGSVGElement') |
| 6793 @Unstable() | 7354 @Unstable() |
| 6794 class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan
{ | 7355 class SvgSvgElement extends GraphicsElement |
| 7356 implements FitToViewBox, ZoomAndPan { |
| 6795 factory SvgSvgElement() { | 7357 factory SvgSvgElement() { |
| 6796 final el = new SvgElement.tag("svg"); | 7358 final el = new SvgElement.tag("svg"); |
| 6797 // The SVG spec requires the version attribute to match the spec version | 7359 // The SVG spec requires the version attribute to match the spec version |
| 6798 el.attributes['version'] = "1.1"; | 7360 el.attributes['version'] = "1.1"; |
| 6799 return el; | 7361 return el; |
| 6800 } | 7362 } |
| 6801 | 7363 |
| 6802 // To suppress missing implicit constructor warnings. | 7364 // To suppress missing implicit constructor warnings. |
| 6803 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } | 7365 factory SvgSvgElement._() { |
| 6804 | 7366 throw new UnsupportedError("Not supported"); |
| 7367 } |
| 6805 | 7368 |
| 6806 @Deprecated("Internal Use Only") | 7369 @Deprecated("Internal Use Only") |
| 6807 external static Type get instanceRuntimeType; | 7370 external static Type get instanceRuntimeType; |
| 6808 | 7371 |
| 6809 @Deprecated("Internal Use Only") | 7372 @Deprecated("Internal Use Only") |
| 6810 SvgSvgElement.internal_() : super.internal_(); | 7373 SvgSvgElement.internal_() : super.internal_(); |
| 6811 | 7374 |
| 6812 /** | 7375 /** |
| 6813 * Constructor instantiated by the DOM when a custom element has been created. | 7376 * Constructor instantiated by the DOM when a custom element has been created. |
| 6814 * | 7377 * |
| 6815 * This can only be called by subclasses from their created constructor. | 7378 * This can only be called by subclasses from their created constructor. |
| 6816 */ | 7379 */ |
| 6817 SvgSvgElement.created() : super.created(); | 7380 SvgSvgElement.created() : super.created(); |
| 6818 | 7381 |
| 6819 @DomName('SVGSVGElement.currentScale') | 7382 @DomName('SVGSVGElement.currentScale') |
| 6820 @DocsEditable() | 7383 @DocsEditable() |
| 6821 num get currentScale => _blink.BlinkSVGSVGElement.instance.currentScale_Getter
_(this); | 7384 num get currentScale => |
| 6822 | 7385 _blink.BlinkSVGSVGElement.instance.currentScale_Getter_(this); |
| 7386 |
| 6823 @DomName('SVGSVGElement.currentScale') | 7387 @DomName('SVGSVGElement.currentScale') |
| 6824 @DocsEditable() | 7388 @DocsEditable() |
| 6825 set currentScale(num value) => _blink.BlinkSVGSVGElement.instance.currentScale
_Setter_(this, value); | 7389 set currentScale(num value) => |
| 6826 | 7390 _blink.BlinkSVGSVGElement.instance.currentScale_Setter_(this, value); |
| 7391 |
| 6827 @DomName('SVGSVGElement.currentTranslate') | 7392 @DomName('SVGSVGElement.currentTranslate') |
| 6828 @DocsEditable() | 7393 @DocsEditable() |
| 6829 Point get currentTranslate => _blink.BlinkSVGSVGElement.instance.currentTransl
ate_Getter_(this); | 7394 Point get currentTranslate => |
| 6830 | 7395 _blink.BlinkSVGSVGElement.instance.currentTranslate_Getter_(this); |
| 7396 |
| 6831 @DomName('SVGSVGElement.currentView') | 7397 @DomName('SVGSVGElement.currentView') |
| 6832 @DocsEditable() | 7398 @DocsEditable() |
| 6833 ViewSpec get currentView => _blink.BlinkSVGSVGElement.instance.currentView_Get
ter_(this); | 7399 ViewSpec get currentView => |
| 6834 | 7400 _blink.BlinkSVGSVGElement.instance.currentView_Getter_(this); |
| 7401 |
| 6835 @DomName('SVGSVGElement.height') | 7402 @DomName('SVGSVGElement.height') |
| 6836 @DocsEditable() | 7403 @DocsEditable() |
| 6837 AnimatedLength get height => _blink.BlinkSVGSVGElement.instance.height_Getter_
(this); | 7404 AnimatedLength get height => |
| 6838 | 7405 _blink.BlinkSVGSVGElement.instance.height_Getter_(this); |
| 7406 |
| 6839 @DomName('SVGSVGElement.pixelUnitToMillimeterX') | 7407 @DomName('SVGSVGElement.pixelUnitToMillimeterX') |
| 6840 @DocsEditable() | 7408 @DocsEditable() |
| 6841 num get pixelUnitToMillimeterX => _blink.BlinkSVGSVGElement.instance.pixelUnit
ToMillimeterX_Getter_(this); | 7409 num get pixelUnitToMillimeterX => |
| 6842 | 7410 _blink.BlinkSVGSVGElement.instance.pixelUnitToMillimeterX_Getter_(this); |
| 7411 |
| 6843 @DomName('SVGSVGElement.pixelUnitToMillimeterY') | 7412 @DomName('SVGSVGElement.pixelUnitToMillimeterY') |
| 6844 @DocsEditable() | 7413 @DocsEditable() |
| 6845 num get pixelUnitToMillimeterY => _blink.BlinkSVGSVGElement.instance.pixelUnit
ToMillimeterY_Getter_(this); | 7414 num get pixelUnitToMillimeterY => |
| 6846 | 7415 _blink.BlinkSVGSVGElement.instance.pixelUnitToMillimeterY_Getter_(this); |
| 7416 |
| 6847 @DomName('SVGSVGElement.screenPixelToMillimeterX') | 7417 @DomName('SVGSVGElement.screenPixelToMillimeterX') |
| 6848 @DocsEditable() | 7418 @DocsEditable() |
| 6849 num get screenPixelToMillimeterX => _blink.BlinkSVGSVGElement.instance.screenP
ixelToMillimeterX_Getter_(this); | 7419 num get screenPixelToMillimeterX => |
| 6850 | 7420 _blink.BlinkSVGSVGElement.instance.screenPixelToMillimeterX_Getter_(this); |
| 7421 |
| 6851 @DomName('SVGSVGElement.screenPixelToMillimeterY') | 7422 @DomName('SVGSVGElement.screenPixelToMillimeterY') |
| 6852 @DocsEditable() | 7423 @DocsEditable() |
| 6853 num get screenPixelToMillimeterY => _blink.BlinkSVGSVGElement.instance.screenP
ixelToMillimeterY_Getter_(this); | 7424 num get screenPixelToMillimeterY => |
| 6854 | 7425 _blink.BlinkSVGSVGElement.instance.screenPixelToMillimeterY_Getter_(this); |
| 7426 |
| 6855 @DomName('SVGSVGElement.useCurrentView') | 7427 @DomName('SVGSVGElement.useCurrentView') |
| 6856 @DocsEditable() | 7428 @DocsEditable() |
| 6857 bool get useCurrentView => _blink.BlinkSVGSVGElement.instance.useCurrentView_G
etter_(this); | 7429 bool get useCurrentView => |
| 6858 | 7430 _blink.BlinkSVGSVGElement.instance.useCurrentView_Getter_(this); |
| 7431 |
| 6859 @DomName('SVGSVGElement.viewport') | 7432 @DomName('SVGSVGElement.viewport') |
| 6860 @DocsEditable() | 7433 @DocsEditable() |
| 6861 Rect get viewport => _blink.BlinkSVGSVGElement.instance.viewport_Getter_(this)
; | 7434 Rect get viewport => |
| 6862 | 7435 _blink.BlinkSVGSVGElement.instance.viewport_Getter_(this); |
| 7436 |
| 6863 @DomName('SVGSVGElement.width') | 7437 @DomName('SVGSVGElement.width') |
| 6864 @DocsEditable() | 7438 @DocsEditable() |
| 6865 AnimatedLength get width => _blink.BlinkSVGSVGElement.instance.width_Getter_(t
his); | 7439 AnimatedLength get width => |
| 6866 | 7440 _blink.BlinkSVGSVGElement.instance.width_Getter_(this); |
| 7441 |
| 6867 @DomName('SVGSVGElement.x') | 7442 @DomName('SVGSVGElement.x') |
| 6868 @DocsEditable() | 7443 @DocsEditable() |
| 6869 AnimatedLength get x => _blink.BlinkSVGSVGElement.instance.x_Getter_(this); | 7444 AnimatedLength get x => _blink.BlinkSVGSVGElement.instance.x_Getter_(this); |
| 6870 | 7445 |
| 6871 @DomName('SVGSVGElement.y') | 7446 @DomName('SVGSVGElement.y') |
| 6872 @DocsEditable() | 7447 @DocsEditable() |
| 6873 AnimatedLength get y => _blink.BlinkSVGSVGElement.instance.y_Getter_(this); | 7448 AnimatedLength get y => _blink.BlinkSVGSVGElement.instance.y_Getter_(this); |
| 6874 | 7449 |
| 6875 @DomName('SVGSVGElement.animationsPaused') | 7450 @DomName('SVGSVGElement.animationsPaused') |
| 6876 @DocsEditable() | 7451 @DocsEditable() |
| 6877 bool animationsPaused() => _blink.BlinkSVGSVGElement.instance.animationsPaused
_Callback_0_(this); | 7452 bool animationsPaused() => |
| 6878 | 7453 _blink.BlinkSVGSVGElement.instance.animationsPaused_Callback_0_(this); |
| 7454 |
| 6879 @DomName('SVGSVGElement.checkEnclosure') | 7455 @DomName('SVGSVGElement.checkEnclosure') |
| 6880 @DocsEditable() | 7456 @DocsEditable() |
| 6881 bool checkEnclosure(SvgElement element, Rect rect) => _blink.BlinkSVGSVGElemen
t.instance.checkEnclosure_Callback_2_(this, element, rect); | 7457 bool checkEnclosure(SvgElement element, Rect rect) => |
| 6882 | 7458 _blink.BlinkSVGSVGElement.instance |
| 7459 .checkEnclosure_Callback_2_(this, element, rect); |
| 7460 |
| 6883 @DomName('SVGSVGElement.checkIntersection') | 7461 @DomName('SVGSVGElement.checkIntersection') |
| 6884 @DocsEditable() | 7462 @DocsEditable() |
| 6885 bool checkIntersection(SvgElement element, Rect rect) => _blink.BlinkSVGSVGEle
ment.instance.checkIntersection_Callback_2_(this, element, rect); | 7463 bool checkIntersection(SvgElement element, Rect rect) => |
| 6886 | 7464 _blink.BlinkSVGSVGElement.instance |
| 7465 .checkIntersection_Callback_2_(this, element, rect); |
| 7466 |
| 6887 @DomName('SVGSVGElement.createSVGAngle') | 7467 @DomName('SVGSVGElement.createSVGAngle') |
| 6888 @DocsEditable() | 7468 @DocsEditable() |
| 6889 Angle createSvgAngle() => _blink.BlinkSVGSVGElement.instance.createSVGAngle_Ca
llback_0_(this); | 7469 Angle createSvgAngle() => |
| 6890 | 7470 _blink.BlinkSVGSVGElement.instance.createSVGAngle_Callback_0_(this); |
| 7471 |
| 6891 @DomName('SVGSVGElement.createSVGLength') | 7472 @DomName('SVGSVGElement.createSVGLength') |
| 6892 @DocsEditable() | 7473 @DocsEditable() |
| 6893 Length createSvgLength() => _blink.BlinkSVGSVGElement.instance.createSVGLength
_Callback_0_(this); | 7474 Length createSvgLength() => |
| 6894 | 7475 _blink.BlinkSVGSVGElement.instance.createSVGLength_Callback_0_(this); |
| 7476 |
| 6895 @DomName('SVGSVGElement.createSVGMatrix') | 7477 @DomName('SVGSVGElement.createSVGMatrix') |
| 6896 @DocsEditable() | 7478 @DocsEditable() |
| 6897 Matrix createSvgMatrix() => _blink.BlinkSVGSVGElement.instance.createSVGMatrix
_Callback_0_(this); | 7479 Matrix createSvgMatrix() => |
| 6898 | 7480 _blink.BlinkSVGSVGElement.instance.createSVGMatrix_Callback_0_(this); |
| 7481 |
| 6899 @DomName('SVGSVGElement.createSVGNumber') | 7482 @DomName('SVGSVGElement.createSVGNumber') |
| 6900 @DocsEditable() | 7483 @DocsEditable() |
| 6901 Number createSvgNumber() => _blink.BlinkSVGSVGElement.instance.createSVGNumber
_Callback_0_(this); | 7484 Number createSvgNumber() => |
| 6902 | 7485 _blink.BlinkSVGSVGElement.instance.createSVGNumber_Callback_0_(this); |
| 7486 |
| 6903 @DomName('SVGSVGElement.createSVGPoint') | 7487 @DomName('SVGSVGElement.createSVGPoint') |
| 6904 @DocsEditable() | 7488 @DocsEditable() |
| 6905 Point createSvgPoint() => _blink.BlinkSVGSVGElement.instance.createSVGPoint_Ca
llback_0_(this); | 7489 Point createSvgPoint() => |
| 6906 | 7490 _blink.BlinkSVGSVGElement.instance.createSVGPoint_Callback_0_(this); |
| 7491 |
| 6907 @DomName('SVGSVGElement.createSVGRect') | 7492 @DomName('SVGSVGElement.createSVGRect') |
| 6908 @DocsEditable() | 7493 @DocsEditable() |
| 6909 Rect createSvgRect() => _blink.BlinkSVGSVGElement.instance.createSVGRect_Callb
ack_0_(this); | 7494 Rect createSvgRect() => |
| 6910 | 7495 _blink.BlinkSVGSVGElement.instance.createSVGRect_Callback_0_(this); |
| 7496 |
| 6911 @DomName('SVGSVGElement.createSVGTransform') | 7497 @DomName('SVGSVGElement.createSVGTransform') |
| 6912 @DocsEditable() | 7498 @DocsEditable() |
| 6913 Transform createSvgTransform() => _blink.BlinkSVGSVGElement.instance.createSVG
Transform_Callback_0_(this); | 7499 Transform createSvgTransform() => |
| 6914 | 7500 _blink.BlinkSVGSVGElement.instance.createSVGTransform_Callback_0_(this); |
| 7501 |
| 6915 @DomName('SVGSVGElement.createSVGTransformFromMatrix') | 7502 @DomName('SVGSVGElement.createSVGTransformFromMatrix') |
| 6916 @DocsEditable() | 7503 @DocsEditable() |
| 6917 Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGSVGEle
ment.instance.createSVGTransformFromMatrix_Callback_1_(this, matrix); | 7504 Transform createSvgTransformFromMatrix(Matrix matrix) => |
| 6918 | 7505 _blink.BlinkSVGSVGElement.instance |
| 7506 .createSVGTransformFromMatrix_Callback_1_(this, matrix); |
| 7507 |
| 6919 @DomName('SVGSVGElement.deselectAll') | 7508 @DomName('SVGSVGElement.deselectAll') |
| 6920 @DocsEditable() | 7509 @DocsEditable() |
| 6921 void deselectAll() => _blink.BlinkSVGSVGElement.instance.deselectAll_Callback_
0_(this); | 7510 void deselectAll() => |
| 6922 | 7511 _blink.BlinkSVGSVGElement.instance.deselectAll_Callback_0_(this); |
| 7512 |
| 6923 @DomName('SVGSVGElement.forceRedraw') | 7513 @DomName('SVGSVGElement.forceRedraw') |
| 6924 @DocsEditable() | 7514 @DocsEditable() |
| 6925 void forceRedraw() => _blink.BlinkSVGSVGElement.instance.forceRedraw_Callback_
0_(this); | 7515 void forceRedraw() => |
| 6926 | 7516 _blink.BlinkSVGSVGElement.instance.forceRedraw_Callback_0_(this); |
| 7517 |
| 6927 @DomName('SVGSVGElement.getCurrentTime') | 7518 @DomName('SVGSVGElement.getCurrentTime') |
| 6928 @DocsEditable() | 7519 @DocsEditable() |
| 6929 num getCurrentTime() => _blink.BlinkSVGSVGElement.instance.getCurrentTime_Call
back_0_(this); | 7520 num getCurrentTime() => |
| 6930 | 7521 _blink.BlinkSVGSVGElement.instance.getCurrentTime_Callback_0_(this); |
| 7522 |
| 6931 @DomName('SVGSVGElement.getElementById') | 7523 @DomName('SVGSVGElement.getElementById') |
| 6932 @DocsEditable() | 7524 @DocsEditable() |
| 6933 Element getElementById(String elementId) => _blink.BlinkSVGSVGElement.instance
.getElementById_Callback_1_(this, elementId); | 7525 Element getElementById(String elementId) => _blink.BlinkSVGSVGElement.instance |
| 6934 | 7526 .getElementById_Callback_1_(this, elementId); |
| 7527 |
| 6935 @DomName('SVGSVGElement.getEnclosureList') | 7528 @DomName('SVGSVGElement.getEnclosureList') |
| 6936 @DocsEditable() | 7529 @DocsEditable() |
| 6937 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => (_blink
.BlinkSVGSVGElement.instance.getEnclosureList_Callback_2_(this, rect, referenceE
lement)); | 7530 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => |
| 6938 | 7531 (_blink.BlinkSVGSVGElement.instance |
| 7532 .getEnclosureList_Callback_2_(this, rect, referenceElement)); |
| 7533 |
| 6939 @DomName('SVGSVGElement.getIntersectionList') | 7534 @DomName('SVGSVGElement.getIntersectionList') |
| 6940 @DocsEditable() | 7535 @DocsEditable() |
| 6941 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => (_bl
ink.BlinkSVGSVGElement.instance.getIntersectionList_Callback_2_(this, rect, refe
renceElement)); | 7536 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => |
| 6942 | 7537 (_blink.BlinkSVGSVGElement.instance |
| 7538 .getIntersectionList_Callback_2_(this, rect, referenceElement)); |
| 7539 |
| 6943 @DomName('SVGSVGElement.pauseAnimations') | 7540 @DomName('SVGSVGElement.pauseAnimations') |
| 6944 @DocsEditable() | 7541 @DocsEditable() |
| 6945 void pauseAnimations() => _blink.BlinkSVGSVGElement.instance.pauseAnimations_C
allback_0_(this); | 7542 void pauseAnimations() => |
| 6946 | 7543 _blink.BlinkSVGSVGElement.instance.pauseAnimations_Callback_0_(this); |
| 7544 |
| 6947 @DomName('SVGSVGElement.setCurrentTime') | 7545 @DomName('SVGSVGElement.setCurrentTime') |
| 6948 @DocsEditable() | 7546 @DocsEditable() |
| 6949 void setCurrentTime(num seconds) => _blink.BlinkSVGSVGElement.instance.setCurr
entTime_Callback_1_(this, seconds); | 7547 void setCurrentTime(num seconds) => _blink.BlinkSVGSVGElement.instance |
| 6950 | 7548 .setCurrentTime_Callback_1_(this, seconds); |
| 7549 |
| 6951 @DomName('SVGSVGElement.suspendRedraw') | 7550 @DomName('SVGSVGElement.suspendRedraw') |
| 6952 @DocsEditable() | 7551 @DocsEditable() |
| 6953 int suspendRedraw(int maxWaitMilliseconds) => _blink.BlinkSVGSVGElement.instan
ce.suspendRedraw_Callback_1_(this, maxWaitMilliseconds); | 7552 int suspendRedraw(int maxWaitMilliseconds) => |
| 6954 | 7553 _blink.BlinkSVGSVGElement.instance |
| 7554 .suspendRedraw_Callback_1_(this, maxWaitMilliseconds); |
| 7555 |
| 6955 @DomName('SVGSVGElement.unpauseAnimations') | 7556 @DomName('SVGSVGElement.unpauseAnimations') |
| 6956 @DocsEditable() | 7557 @DocsEditable() |
| 6957 void unpauseAnimations() => _blink.BlinkSVGSVGElement.instance.unpauseAnimatio
ns_Callback_0_(this); | 7558 void unpauseAnimations() => |
| 6958 | 7559 _blink.BlinkSVGSVGElement.instance.unpauseAnimations_Callback_0_(this); |
| 7560 |
| 6959 @DomName('SVGSVGElement.unsuspendRedraw') | 7561 @DomName('SVGSVGElement.unsuspendRedraw') |
| 6960 @DocsEditable() | 7562 @DocsEditable() |
| 6961 void unsuspendRedraw(int suspendHandleId) => _blink.BlinkSVGSVGElement.instanc
e.unsuspendRedraw_Callback_1_(this, suspendHandleId); | 7563 void unsuspendRedraw(int suspendHandleId) => |
| 6962 | 7564 _blink.BlinkSVGSVGElement.instance |
| 7565 .unsuspendRedraw_Callback_1_(this, suspendHandleId); |
| 7566 |
| 6963 @DomName('SVGSVGElement.unsuspendRedrawAll') | 7567 @DomName('SVGSVGElement.unsuspendRedrawAll') |
| 6964 @DocsEditable() | 7568 @DocsEditable() |
| 6965 void unsuspendRedrawAll() => _blink.BlinkSVGSVGElement.instance.unsuspendRedra
wAll_Callback_0_(this); | 7569 void unsuspendRedrawAll() => |
| 6966 | 7570 _blink.BlinkSVGSVGElement.instance.unsuspendRedrawAll_Callback_0_(this); |
| 7571 |
| 6967 @DomName('SVGSVGElement.preserveAspectRatio') | 7572 @DomName('SVGSVGElement.preserveAspectRatio') |
| 6968 @DocsEditable() | 7573 @DocsEditable() |
| 6969 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGSVGEleme
nt.instance.preserveAspectRatio_Getter_(this); | 7574 AnimatedPreserveAspectRatio get preserveAspectRatio => |
| 6970 | 7575 _blink.BlinkSVGSVGElement.instance.preserveAspectRatio_Getter_(this); |
| 7576 |
| 6971 @DomName('SVGSVGElement.viewBox') | 7577 @DomName('SVGSVGElement.viewBox') |
| 6972 @DocsEditable() | 7578 @DocsEditable() |
| 6973 AnimatedRect get viewBox => _blink.BlinkSVGSVGElement.instance.viewBox_Getter_
(this); | 7579 AnimatedRect get viewBox => |
| 6974 | 7580 _blink.BlinkSVGSVGElement.instance.viewBox_Getter_(this); |
| 7581 |
| 6975 @DomName('SVGSVGElement.zoomAndPan') | 7582 @DomName('SVGSVGElement.zoomAndPan') |
| 6976 @DocsEditable() | 7583 @DocsEditable() |
| 6977 int get zoomAndPan => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Getter_(th
is); | 7584 int get zoomAndPan => |
| 6978 | 7585 _blink.BlinkSVGSVGElement.instance.zoomAndPan_Getter_(this); |
| 7586 |
| 6979 @DomName('SVGSVGElement.zoomAndPan') | 7587 @DomName('SVGSVGElement.zoomAndPan') |
| 6980 @DocsEditable() | 7588 @DocsEditable() |
| 6981 set zoomAndPan(int value) => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Set
ter_(this, value); | 7589 set zoomAndPan(int value) => |
| 6982 | 7590 _blink.BlinkSVGSVGElement.instance.zoomAndPan_Setter_(this, value); |
| 6983 } | 7591 } |
| 6984 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7592 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6985 // for details. All rights reserved. Use of this source code is governed by a | 7593 // for details. All rights reserved. Use of this source code is governed by a |
| 6986 // BSD-style license that can be found in the LICENSE file. | 7594 // BSD-style license that can be found in the LICENSE file. |
| 6987 | 7595 |
| 6988 // WARNING: Do not edit - generated code. | 7596 // WARNING: Do not edit - generated code. |
| 6989 | 7597 |
| 6990 | |
| 6991 @DocsEditable() | 7598 @DocsEditable() |
| 6992 @DomName('SVGSwitchElement') | 7599 @DomName('SVGSwitchElement') |
| 6993 @Unstable() | 7600 @Unstable() |
| 6994 class SwitchElement extends GraphicsElement { | 7601 class SwitchElement extends GraphicsElement { |
| 6995 // To suppress missing implicit constructor warnings. | 7602 // To suppress missing implicit constructor warnings. |
| 6996 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } | 7603 factory SwitchElement._() { |
| 7604 throw new UnsupportedError("Not supported"); |
| 7605 } |
| 6997 | 7606 |
| 6998 @DomName('SVGSwitchElement.SVGSwitchElement') | 7607 @DomName('SVGSwitchElement.SVGSwitchElement') |
| 6999 @DocsEditable() | 7608 @DocsEditable() |
| 7000 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); | 7609 factory SwitchElement() => |
| 7001 | 7610 _SvgElementFactoryProvider.createSvgElement_tag("switch"); |
| 7002 | 7611 |
| 7003 @Deprecated("Internal Use Only") | 7612 @Deprecated("Internal Use Only") |
| 7004 external static Type get instanceRuntimeType; | 7613 external static Type get instanceRuntimeType; |
| 7005 | 7614 |
| 7006 @Deprecated("Internal Use Only") | 7615 @Deprecated("Internal Use Only") |
| 7007 SwitchElement.internal_() : super.internal_(); | 7616 SwitchElement.internal_() : super.internal_(); |
| 7008 | 7617 |
| 7009 /** | 7618 /** |
| 7010 * Constructor instantiated by the DOM when a custom element has been created. | 7619 * Constructor instantiated by the DOM when a custom element has been created. |
| 7011 * | 7620 * |
| 7012 * This can only be called by subclasses from their created constructor. | 7621 * This can only be called by subclasses from their created constructor. |
| 7013 */ | 7622 */ |
| 7014 SwitchElement.created() : super.created(); | 7623 SwitchElement.created() : super.created(); |
| 7015 | |
| 7016 } | 7624 } |
| 7017 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7625 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7018 // for details. All rights reserved. Use of this source code is governed by a | 7626 // for details. All rights reserved. Use of this source code is governed by a |
| 7019 // BSD-style license that can be found in the LICENSE file. | 7627 // BSD-style license that can be found in the LICENSE file. |
| 7020 | 7628 |
| 7021 // WARNING: Do not edit - generated code. | 7629 // WARNING: Do not edit - generated code. |
| 7022 | 7630 |
| 7023 | |
| 7024 @DocsEditable() | 7631 @DocsEditable() |
| 7025 @DomName('SVGSymbolElement') | 7632 @DomName('SVGSymbolElement') |
| 7026 @Unstable() | 7633 @Unstable() |
| 7027 class SymbolElement extends SvgElement implements FitToViewBox { | 7634 class SymbolElement extends SvgElement implements FitToViewBox { |
| 7028 // To suppress missing implicit constructor warnings. | 7635 // To suppress missing implicit constructor warnings. |
| 7029 factory SymbolElement._() { throw new UnsupportedError("Not supported"); } | 7636 factory SymbolElement._() { |
| 7637 throw new UnsupportedError("Not supported"); |
| 7638 } |
| 7030 | 7639 |
| 7031 @DomName('SVGSymbolElement.SVGSymbolElement') | 7640 @DomName('SVGSymbolElement.SVGSymbolElement') |
| 7032 @DocsEditable() | 7641 @DocsEditable() |
| 7033 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); | 7642 factory SymbolElement() => |
| 7034 | 7643 _SvgElementFactoryProvider.createSvgElement_tag("symbol"); |
| 7035 | 7644 |
| 7036 @Deprecated("Internal Use Only") | 7645 @Deprecated("Internal Use Only") |
| 7037 external static Type get instanceRuntimeType; | 7646 external static Type get instanceRuntimeType; |
| 7038 | 7647 |
| 7039 @Deprecated("Internal Use Only") | 7648 @Deprecated("Internal Use Only") |
| 7040 SymbolElement.internal_() : super.internal_(); | 7649 SymbolElement.internal_() : super.internal_(); |
| 7041 | 7650 |
| 7042 /** | 7651 /** |
| 7043 * Constructor instantiated by the DOM when a custom element has been created. | 7652 * Constructor instantiated by the DOM when a custom element has been created. |
| 7044 * | 7653 * |
| 7045 * This can only be called by subclasses from their created constructor. | 7654 * This can only be called by subclasses from their created constructor. |
| 7046 */ | 7655 */ |
| 7047 SymbolElement.created() : super.created(); | 7656 SymbolElement.created() : super.created(); |
| 7048 | 7657 |
| 7049 @DomName('SVGSymbolElement.preserveAspectRatio') | 7658 @DomName('SVGSymbolElement.preserveAspectRatio') |
| 7050 @DocsEditable() | 7659 @DocsEditable() |
| 7051 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGSymbolEl
ement.instance.preserveAspectRatio_Getter_(this); | 7660 AnimatedPreserveAspectRatio get preserveAspectRatio => |
| 7052 | 7661 _blink.BlinkSVGSymbolElement.instance.preserveAspectRatio_Getter_(this); |
| 7662 |
| 7053 @DomName('SVGSymbolElement.viewBox') | 7663 @DomName('SVGSymbolElement.viewBox') |
| 7054 @DocsEditable() | 7664 @DocsEditable() |
| 7055 AnimatedRect get viewBox => _blink.BlinkSVGSymbolElement.instance.viewBox_Gett
er_(this); | 7665 AnimatedRect get viewBox => |
| 7056 | 7666 _blink.BlinkSVGSymbolElement.instance.viewBox_Getter_(this); |
| 7057 } | 7667 } |
| 7058 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7668 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7059 // for details. All rights reserved. Use of this source code is governed by a | 7669 // for details. All rights reserved. Use of this source code is governed by a |
| 7060 // BSD-style license that can be found in the LICENSE file. | 7670 // BSD-style license that can be found in the LICENSE file. |
| 7061 | 7671 |
| 7062 // WARNING: Do not edit - generated code. | 7672 // WARNING: Do not edit - generated code. |
| 7063 | 7673 |
| 7064 | |
| 7065 @DocsEditable() | 7674 @DocsEditable() |
| 7066 @DomName('SVGTSpanElement') | 7675 @DomName('SVGTSpanElement') |
| 7067 @Unstable() | 7676 @Unstable() |
| 7068 class TSpanElement extends TextPositioningElement { | 7677 class TSpanElement extends TextPositioningElement { |
| 7069 // To suppress missing implicit constructor warnings. | 7678 // To suppress missing implicit constructor warnings. |
| 7070 factory TSpanElement._() { throw new UnsupportedError("Not supported"); } | 7679 factory TSpanElement._() { |
| 7680 throw new UnsupportedError("Not supported"); |
| 7681 } |
| 7071 | 7682 |
| 7072 @DomName('SVGTSpanElement.SVGTSpanElement') | 7683 @DomName('SVGTSpanElement.SVGTSpanElement') |
| 7073 @DocsEditable() | 7684 @DocsEditable() |
| 7074 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); | 7685 factory TSpanElement() => |
| 7075 | 7686 _SvgElementFactoryProvider.createSvgElement_tag("tspan"); |
| 7076 | 7687 |
| 7077 @Deprecated("Internal Use Only") | 7688 @Deprecated("Internal Use Only") |
| 7078 external static Type get instanceRuntimeType; | 7689 external static Type get instanceRuntimeType; |
| 7079 | 7690 |
| 7080 @Deprecated("Internal Use Only") | 7691 @Deprecated("Internal Use Only") |
| 7081 TSpanElement.internal_() : super.internal_(); | 7692 TSpanElement.internal_() : super.internal_(); |
| 7082 | 7693 |
| 7083 /** | 7694 /** |
| 7084 * Constructor instantiated by the DOM when a custom element has been created. | 7695 * Constructor instantiated by the DOM when a custom element has been created. |
| 7085 * | 7696 * |
| 7086 * This can only be called by subclasses from their created constructor. | 7697 * This can only be called by subclasses from their created constructor. |
| 7087 */ | 7698 */ |
| 7088 TSpanElement.created() : super.created(); | 7699 TSpanElement.created() : super.created(); |
| 7089 | |
| 7090 } | 7700 } |
| 7091 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7701 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7092 // for details. All rights reserved. Use of this source code is governed by a | 7702 // for details. All rights reserved. Use of this source code is governed by a |
| 7093 // BSD-style license that can be found in the LICENSE file. | 7703 // BSD-style license that can be found in the LICENSE file. |
| 7094 | 7704 |
| 7095 // WARNING: Do not edit - generated code. | 7705 // WARNING: Do not edit - generated code. |
| 7096 | 7706 |
| 7097 | |
| 7098 @DocsEditable() | 7707 @DocsEditable() |
| 7099 @DomName('SVGTests') | 7708 @DomName('SVGTests') |
| 7100 @Unstable() | 7709 @Unstable() |
| 7101 abstract class Tests extends DartHtmlDomObject { | 7710 abstract class Tests extends DartHtmlDomObject { |
| 7102 // To suppress missing implicit constructor warnings. | 7711 // To suppress missing implicit constructor warnings. |
| 7103 factory Tests._() { throw new UnsupportedError("Not supported"); } | 7712 factory Tests._() { |
| 7713 throw new UnsupportedError("Not supported"); |
| 7714 } |
| 7104 | 7715 |
| 7105 @DomName('SVGTests.requiredExtensions') | 7716 @DomName('SVGTests.requiredExtensions') |
| 7106 @DocsEditable() | 7717 @DocsEditable() |
| 7107 StringList get requiredExtensions; | 7718 StringList get requiredExtensions; |
| 7108 | 7719 |
| 7109 @DomName('SVGTests.requiredFeatures') | 7720 @DomName('SVGTests.requiredFeatures') |
| 7110 @DocsEditable() | 7721 @DocsEditable() |
| 7111 StringList get requiredFeatures; | 7722 StringList get requiredFeatures; |
| 7112 | 7723 |
| 7113 @DomName('SVGTests.systemLanguage') | 7724 @DomName('SVGTests.systemLanguage') |
| 7114 @DocsEditable() | 7725 @DocsEditable() |
| 7115 StringList get systemLanguage; | 7726 StringList get systemLanguage; |
| 7116 | 7727 |
| 7117 @DomName('SVGTests.hasExtension') | 7728 @DomName('SVGTests.hasExtension') |
| 7118 @DocsEditable() | 7729 @DocsEditable() |
| 7119 bool hasExtension(String extension); | 7730 bool hasExtension(String extension); |
| 7120 | |
| 7121 } | 7731 } |
| 7122 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7732 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7123 // for details. All rights reserved. Use of this source code is governed by a | 7733 // for details. All rights reserved. Use of this source code is governed by a |
| 7124 // BSD-style license that can be found in the LICENSE file. | 7734 // BSD-style license that can be found in the LICENSE file. |
| 7125 | 7735 |
| 7126 // WARNING: Do not edit - generated code. | 7736 // WARNING: Do not edit - generated code. |
| 7127 | 7737 |
| 7128 | |
| 7129 @DocsEditable() | 7738 @DocsEditable() |
| 7130 @DomName('SVGTextContentElement') | 7739 @DomName('SVGTextContentElement') |
| 7131 @Unstable() | 7740 @Unstable() |
| 7132 class TextContentElement extends GraphicsElement { | 7741 class TextContentElement extends GraphicsElement { |
| 7133 // To suppress missing implicit constructor warnings. | 7742 // To suppress missing implicit constructor warnings. |
| 7134 factory TextContentElement._() { throw new UnsupportedError("Not supported");
} | 7743 factory TextContentElement._() { |
| 7135 | 7744 throw new UnsupportedError("Not supported"); |
| 7745 } |
| 7136 | 7746 |
| 7137 @Deprecated("Internal Use Only") | 7747 @Deprecated("Internal Use Only") |
| 7138 external static Type get instanceRuntimeType; | 7748 external static Type get instanceRuntimeType; |
| 7139 | 7749 |
| 7140 @Deprecated("Internal Use Only") | 7750 @Deprecated("Internal Use Only") |
| 7141 TextContentElement.internal_() : super.internal_(); | 7751 TextContentElement.internal_() : super.internal_(); |
| 7142 | 7752 |
| 7143 /** | 7753 /** |
| 7144 * Constructor instantiated by the DOM when a custom element has been created. | 7754 * Constructor instantiated by the DOM when a custom element has been created. |
| 7145 * | 7755 * |
| 7146 * This can only be called by subclasses from their created constructor. | 7756 * This can only be called by subclasses from their created constructor. |
| 7147 */ | 7757 */ |
| 7148 TextContentElement.created() : super.created(); | 7758 TextContentElement.created() : super.created(); |
| 7149 | 7759 |
| 7150 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') | 7760 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') |
| 7151 @DocsEditable() | 7761 @DocsEditable() |
| 7152 static const int LENGTHADJUST_SPACING = 1; | 7762 static const int LENGTHADJUST_SPACING = 1; |
| 7153 | 7763 |
| 7154 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') | 7764 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') |
| 7155 @DocsEditable() | 7765 @DocsEditable() |
| 7156 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; | 7766 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; |
| 7157 | 7767 |
| 7158 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN') | 7768 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN') |
| 7159 @DocsEditable() | 7769 @DocsEditable() |
| 7160 static const int LENGTHADJUST_UNKNOWN = 0; | 7770 static const int LENGTHADJUST_UNKNOWN = 0; |
| 7161 | 7771 |
| 7162 @DomName('SVGTextContentElement.lengthAdjust') | 7772 @DomName('SVGTextContentElement.lengthAdjust') |
| 7163 @DocsEditable() | 7773 @DocsEditable() |
| 7164 AnimatedEnumeration get lengthAdjust => _blink.BlinkSVGTextContentElement.inst
ance.lengthAdjust_Getter_(this); | 7774 AnimatedEnumeration get lengthAdjust => |
| 7165 | 7775 _blink.BlinkSVGTextContentElement.instance.lengthAdjust_Getter_(this); |
| 7776 |
| 7166 @DomName('SVGTextContentElement.textLength') | 7777 @DomName('SVGTextContentElement.textLength') |
| 7167 @DocsEditable() | 7778 @DocsEditable() |
| 7168 AnimatedLength get textLength => _blink.BlinkSVGTextContentElement.instance.te
xtLength_Getter_(this); | 7779 AnimatedLength get textLength => |
| 7169 | 7780 _blink.BlinkSVGTextContentElement.instance.textLength_Getter_(this); |
| 7781 |
| 7170 @DomName('SVGTextContentElement.getCharNumAtPosition') | 7782 @DomName('SVGTextContentElement.getCharNumAtPosition') |
| 7171 @DocsEditable() | 7783 @DocsEditable() |
| 7172 int getCharNumAtPosition(Point point) => _blink.BlinkSVGTextContentElement.ins
tance.getCharNumAtPosition_Callback_1_(this, point); | 7784 int getCharNumAtPosition(Point point) => |
| 7173 | 7785 _blink.BlinkSVGTextContentElement.instance |
| 7786 .getCharNumAtPosition_Callback_1_(this, point); |
| 7787 |
| 7174 @DomName('SVGTextContentElement.getComputedTextLength') | 7788 @DomName('SVGTextContentElement.getComputedTextLength') |
| 7175 @DocsEditable() | 7789 @DocsEditable() |
| 7176 num getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance.getC
omputedTextLength_Callback_0_(this); | 7790 num getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance |
| 7177 | 7791 .getComputedTextLength_Callback_0_(this); |
| 7792 |
| 7178 @DomName('SVGTextContentElement.getEndPositionOfChar') | 7793 @DomName('SVGTextContentElement.getEndPositionOfChar') |
| 7179 @DocsEditable() | 7794 @DocsEditable() |
| 7180 Point getEndPositionOfChar(int charnum) => _blink.BlinkSVGTextContentElement.i
nstance.getEndPositionOfChar_Callback_1_(this, charnum); | 7795 Point getEndPositionOfChar(int charnum) => |
| 7181 | 7796 _blink.BlinkSVGTextContentElement.instance |
| 7797 .getEndPositionOfChar_Callback_1_(this, charnum); |
| 7798 |
| 7182 @DomName('SVGTextContentElement.getExtentOfChar') | 7799 @DomName('SVGTextContentElement.getExtentOfChar') |
| 7183 @DocsEditable() | 7800 @DocsEditable() |
| 7184 Rect getExtentOfChar(int charnum) => _blink.BlinkSVGTextContentElement.instanc
e.getExtentOfChar_Callback_1_(this, charnum); | 7801 Rect getExtentOfChar(int charnum) => |
| 7185 | 7802 _blink.BlinkSVGTextContentElement.instance |
| 7803 .getExtentOfChar_Callback_1_(this, charnum); |
| 7804 |
| 7186 @DomName('SVGTextContentElement.getNumberOfChars') | 7805 @DomName('SVGTextContentElement.getNumberOfChars') |
| 7187 @DocsEditable() | 7806 @DocsEditable() |
| 7188 int getNumberOfChars() => _blink.BlinkSVGTextContentElement.instance.getNumber
OfChars_Callback_0_(this); | 7807 int getNumberOfChars() => _blink.BlinkSVGTextContentElement.instance |
| 7189 | 7808 .getNumberOfChars_Callback_0_(this); |
| 7809 |
| 7190 @DomName('SVGTextContentElement.getRotationOfChar') | 7810 @DomName('SVGTextContentElement.getRotationOfChar') |
| 7191 @DocsEditable() | 7811 @DocsEditable() |
| 7192 num getRotationOfChar(int charnum) => _blink.BlinkSVGTextContentElement.instan
ce.getRotationOfChar_Callback_1_(this, charnum); | 7812 num getRotationOfChar(int charnum) => |
| 7193 | 7813 _blink.BlinkSVGTextContentElement.instance |
| 7814 .getRotationOfChar_Callback_1_(this, charnum); |
| 7815 |
| 7194 @DomName('SVGTextContentElement.getStartPositionOfChar') | 7816 @DomName('SVGTextContentElement.getStartPositionOfChar') |
| 7195 @DocsEditable() | 7817 @DocsEditable() |
| 7196 Point getStartPositionOfChar(int charnum) => _blink.BlinkSVGTextContentElement
.instance.getStartPositionOfChar_Callback_1_(this, charnum); | 7818 Point getStartPositionOfChar(int charnum) => |
| 7197 | 7819 _blink.BlinkSVGTextContentElement.instance |
| 7820 .getStartPositionOfChar_Callback_1_(this, charnum); |
| 7821 |
| 7198 @DomName('SVGTextContentElement.getSubStringLength') | 7822 @DomName('SVGTextContentElement.getSubStringLength') |
| 7199 @DocsEditable() | 7823 @DocsEditable() |
| 7200 num getSubStringLength(int charnum, int nchars) => _blink.BlinkSVGTextContentE
lement.instance.getSubStringLength_Callback_2_(this, charnum, nchars); | 7824 num getSubStringLength(int charnum, int nchars) => |
| 7201 | 7825 _blink.BlinkSVGTextContentElement.instance |
| 7826 .getSubStringLength_Callback_2_(this, charnum, nchars); |
| 7827 |
| 7202 @DomName('SVGTextContentElement.selectSubString') | 7828 @DomName('SVGTextContentElement.selectSubString') |
| 7203 @DocsEditable() | 7829 @DocsEditable() |
| 7204 void selectSubString(int charnum, int nchars) => _blink.BlinkSVGTextContentEle
ment.instance.selectSubString_Callback_2_(this, charnum, nchars); | 7830 void selectSubString(int charnum, int nchars) => |
| 7205 | 7831 _blink.BlinkSVGTextContentElement.instance |
| 7832 .selectSubString_Callback_2_(this, charnum, nchars); |
| 7206 } | 7833 } |
| 7207 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7834 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7208 // for details. All rights reserved. Use of this source code is governed by a | 7835 // for details. All rights reserved. Use of this source code is governed by a |
| 7209 // BSD-style license that can be found in the LICENSE file. | 7836 // BSD-style license that can be found in the LICENSE file. |
| 7210 | 7837 |
| 7211 // WARNING: Do not edit - generated code. | 7838 // WARNING: Do not edit - generated code. |
| 7212 | 7839 |
| 7213 | |
| 7214 @DocsEditable() | 7840 @DocsEditable() |
| 7215 @DomName('SVGTextElement') | 7841 @DomName('SVGTextElement') |
| 7216 @Unstable() | 7842 @Unstable() |
| 7217 class TextElement extends TextPositioningElement { | 7843 class TextElement extends TextPositioningElement { |
| 7218 // To suppress missing implicit constructor warnings. | 7844 // To suppress missing implicit constructor warnings. |
| 7219 factory TextElement._() { throw new UnsupportedError("Not supported"); } | 7845 factory TextElement._() { |
| 7846 throw new UnsupportedError("Not supported"); |
| 7847 } |
| 7220 | 7848 |
| 7221 @DomName('SVGTextElement.SVGTextElement') | 7849 @DomName('SVGTextElement.SVGTextElement') |
| 7222 @DocsEditable() | 7850 @DocsEditable() |
| 7223 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); | 7851 factory TextElement() => |
| 7224 | 7852 _SvgElementFactoryProvider.createSvgElement_tag("text"); |
| 7225 | 7853 |
| 7226 @Deprecated("Internal Use Only") | 7854 @Deprecated("Internal Use Only") |
| 7227 external static Type get instanceRuntimeType; | 7855 external static Type get instanceRuntimeType; |
| 7228 | 7856 |
| 7229 @Deprecated("Internal Use Only") | 7857 @Deprecated("Internal Use Only") |
| 7230 TextElement.internal_() : super.internal_(); | 7858 TextElement.internal_() : super.internal_(); |
| 7231 | 7859 |
| 7232 /** | 7860 /** |
| 7233 * Constructor instantiated by the DOM when a custom element has been created. | 7861 * Constructor instantiated by the DOM when a custom element has been created. |
| 7234 * | 7862 * |
| 7235 * This can only be called by subclasses from their created constructor. | 7863 * This can only be called by subclasses from their created constructor. |
| 7236 */ | 7864 */ |
| 7237 TextElement.created() : super.created(); | 7865 TextElement.created() : super.created(); |
| 7238 | |
| 7239 } | 7866 } |
| 7240 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7867 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7241 // for details. All rights reserved. Use of this source code is governed by a | 7868 // for details. All rights reserved. Use of this source code is governed by a |
| 7242 // BSD-style license that can be found in the LICENSE file. | 7869 // BSD-style license that can be found in the LICENSE file. |
| 7243 | 7870 |
| 7244 // WARNING: Do not edit - generated code. | 7871 // WARNING: Do not edit - generated code. |
| 7245 | 7872 |
| 7246 | |
| 7247 @DocsEditable() | 7873 @DocsEditable() |
| 7248 @DomName('SVGTextPathElement') | 7874 @DomName('SVGTextPathElement') |
| 7249 @Unstable() | 7875 @Unstable() |
| 7250 class TextPathElement extends TextContentElement implements UriReference { | 7876 class TextPathElement extends TextContentElement implements UriReference { |
| 7251 // To suppress missing implicit constructor warnings. | 7877 // To suppress missing implicit constructor warnings. |
| 7252 factory TextPathElement._() { throw new UnsupportedError("Not supported"); } | 7878 factory TextPathElement._() { |
| 7253 | 7879 throw new UnsupportedError("Not supported"); |
| 7880 } |
| 7254 | 7881 |
| 7255 @Deprecated("Internal Use Only") | 7882 @Deprecated("Internal Use Only") |
| 7256 external static Type get instanceRuntimeType; | 7883 external static Type get instanceRuntimeType; |
| 7257 | 7884 |
| 7258 @Deprecated("Internal Use Only") | 7885 @Deprecated("Internal Use Only") |
| 7259 TextPathElement.internal_() : super.internal_(); | 7886 TextPathElement.internal_() : super.internal_(); |
| 7260 | 7887 |
| 7261 /** | 7888 /** |
| 7262 * Constructor instantiated by the DOM when a custom element has been created. | 7889 * Constructor instantiated by the DOM when a custom element has been created. |
| 7263 * | 7890 * |
| (...skipping 20 matching lines...) Expand all Loading... |
| 7284 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT') | 7911 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT') |
| 7285 @DocsEditable() | 7912 @DocsEditable() |
| 7286 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; | 7913 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; |
| 7287 | 7914 |
| 7288 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN') | 7915 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN') |
| 7289 @DocsEditable() | 7916 @DocsEditable() |
| 7290 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; | 7917 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; |
| 7291 | 7918 |
| 7292 @DomName('SVGTextPathElement.method') | 7919 @DomName('SVGTextPathElement.method') |
| 7293 @DocsEditable() | 7920 @DocsEditable() |
| 7294 AnimatedEnumeration get method => _blink.BlinkSVGTextPathElement.instance.meth
od_Getter_(this); | 7921 AnimatedEnumeration get method => |
| 7295 | 7922 _blink.BlinkSVGTextPathElement.instance.method_Getter_(this); |
| 7923 |
| 7296 @DomName('SVGTextPathElement.spacing') | 7924 @DomName('SVGTextPathElement.spacing') |
| 7297 @DocsEditable() | 7925 @DocsEditable() |
| 7298 AnimatedEnumeration get spacing => _blink.BlinkSVGTextPathElement.instance.spa
cing_Getter_(this); | 7926 AnimatedEnumeration get spacing => |
| 7299 | 7927 _blink.BlinkSVGTextPathElement.instance.spacing_Getter_(this); |
| 7928 |
| 7300 @DomName('SVGTextPathElement.startOffset') | 7929 @DomName('SVGTextPathElement.startOffset') |
| 7301 @DocsEditable() | 7930 @DocsEditable() |
| 7302 AnimatedLength get startOffset => _blink.BlinkSVGTextPathElement.instance.star
tOffset_Getter_(this); | 7931 AnimatedLength get startOffset => |
| 7303 | 7932 _blink.BlinkSVGTextPathElement.instance.startOffset_Getter_(this); |
| 7933 |
| 7304 @DomName('SVGTextPathElement.href') | 7934 @DomName('SVGTextPathElement.href') |
| 7305 @DocsEditable() | 7935 @DocsEditable() |
| 7306 AnimatedString get href => _blink.BlinkSVGTextPathElement.instance.href_Getter
_(this); | 7936 AnimatedString get href => |
| 7307 | 7937 _blink.BlinkSVGTextPathElement.instance.href_Getter_(this); |
| 7308 } | 7938 } |
| 7309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7939 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7310 // for details. All rights reserved. Use of this source code is governed by a | 7940 // for details. All rights reserved. Use of this source code is governed by a |
| 7311 // BSD-style license that can be found in the LICENSE file. | 7941 // BSD-style license that can be found in the LICENSE file. |
| 7312 | 7942 |
| 7313 // WARNING: Do not edit - generated code. | 7943 // WARNING: Do not edit - generated code. |
| 7314 | 7944 |
| 7315 | |
| 7316 @DocsEditable() | 7945 @DocsEditable() |
| 7317 @DomName('SVGTextPositioningElement') | 7946 @DomName('SVGTextPositioningElement') |
| 7318 @Unstable() | 7947 @Unstable() |
| 7319 class TextPositioningElement extends TextContentElement { | 7948 class TextPositioningElement extends TextContentElement { |
| 7320 // To suppress missing implicit constructor warnings. | 7949 // To suppress missing implicit constructor warnings. |
| 7321 factory TextPositioningElement._() { throw new UnsupportedError("Not supported
"); } | 7950 factory TextPositioningElement._() { |
| 7322 | 7951 throw new UnsupportedError("Not supported"); |
| 7952 } |
| 7323 | 7953 |
| 7324 @Deprecated("Internal Use Only") | 7954 @Deprecated("Internal Use Only") |
| 7325 external static Type get instanceRuntimeType; | 7955 external static Type get instanceRuntimeType; |
| 7326 | 7956 |
| 7327 @Deprecated("Internal Use Only") | 7957 @Deprecated("Internal Use Only") |
| 7328 TextPositioningElement.internal_() : super.internal_(); | 7958 TextPositioningElement.internal_() : super.internal_(); |
| 7329 | 7959 |
| 7330 /** | 7960 /** |
| 7331 * Constructor instantiated by the DOM when a custom element has been created. | 7961 * Constructor instantiated by the DOM when a custom element has been created. |
| 7332 * | 7962 * |
| 7333 * This can only be called by subclasses from their created constructor. | 7963 * This can only be called by subclasses from their created constructor. |
| 7334 */ | 7964 */ |
| 7335 TextPositioningElement.created() : super.created(); | 7965 TextPositioningElement.created() : super.created(); |
| 7336 | 7966 |
| 7337 @DomName('SVGTextPositioningElement.dx') | 7967 @DomName('SVGTextPositioningElement.dx') |
| 7338 @DocsEditable() | 7968 @DocsEditable() |
| 7339 AnimatedLengthList get dx => _blink.BlinkSVGTextPositioningElement.instance.dx
_Getter_(this); | 7969 AnimatedLengthList get dx => |
| 7340 | 7970 _blink.BlinkSVGTextPositioningElement.instance.dx_Getter_(this); |
| 7971 |
| 7341 @DomName('SVGTextPositioningElement.dy') | 7972 @DomName('SVGTextPositioningElement.dy') |
| 7342 @DocsEditable() | 7973 @DocsEditable() |
| 7343 AnimatedLengthList get dy => _blink.BlinkSVGTextPositioningElement.instance.dy
_Getter_(this); | 7974 AnimatedLengthList get dy => |
| 7344 | 7975 _blink.BlinkSVGTextPositioningElement.instance.dy_Getter_(this); |
| 7976 |
| 7345 @DomName('SVGTextPositioningElement.rotate') | 7977 @DomName('SVGTextPositioningElement.rotate') |
| 7346 @DocsEditable() | 7978 @DocsEditable() |
| 7347 AnimatedNumberList get rotate => _blink.BlinkSVGTextPositioningElement.instanc
e.rotate_Getter_(this); | 7979 AnimatedNumberList get rotate => |
| 7348 | 7980 _blink.BlinkSVGTextPositioningElement.instance.rotate_Getter_(this); |
| 7981 |
| 7349 @DomName('SVGTextPositioningElement.x') | 7982 @DomName('SVGTextPositioningElement.x') |
| 7350 @DocsEditable() | 7983 @DocsEditable() |
| 7351 AnimatedLengthList get x => _blink.BlinkSVGTextPositioningElement.instance.x_G
etter_(this); | 7984 AnimatedLengthList get x => |
| 7352 | 7985 _blink.BlinkSVGTextPositioningElement.instance.x_Getter_(this); |
| 7986 |
| 7353 @DomName('SVGTextPositioningElement.y') | 7987 @DomName('SVGTextPositioningElement.y') |
| 7354 @DocsEditable() | 7988 @DocsEditable() |
| 7355 AnimatedLengthList get y => _blink.BlinkSVGTextPositioningElement.instance.y_G
etter_(this); | 7989 AnimatedLengthList get y => |
| 7356 | 7990 _blink.BlinkSVGTextPositioningElement.instance.y_Getter_(this); |
| 7357 } | 7991 } |
| 7358 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7992 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7359 // for details. All rights reserved. Use of this source code is governed by a | 7993 // for details. All rights reserved. Use of this source code is governed by a |
| 7360 // BSD-style license that can be found in the LICENSE file. | 7994 // BSD-style license that can be found in the LICENSE file. |
| 7361 | 7995 |
| 7362 // WARNING: Do not edit - generated code. | 7996 // WARNING: Do not edit - generated code. |
| 7363 | 7997 |
| 7364 | |
| 7365 @DocsEditable() | 7998 @DocsEditable() |
| 7366 @DomName('SVGTitleElement') | 7999 @DomName('SVGTitleElement') |
| 7367 @Unstable() | 8000 @Unstable() |
| 7368 class TitleElement extends SvgElement { | 8001 class TitleElement extends SvgElement { |
| 7369 // To suppress missing implicit constructor warnings. | 8002 // To suppress missing implicit constructor warnings. |
| 7370 factory TitleElement._() { throw new UnsupportedError("Not supported"); } | 8003 factory TitleElement._() { |
| 8004 throw new UnsupportedError("Not supported"); |
| 8005 } |
| 7371 | 8006 |
| 7372 @DomName('SVGTitleElement.SVGTitleElement') | 8007 @DomName('SVGTitleElement.SVGTitleElement') |
| 7373 @DocsEditable() | 8008 @DocsEditable() |
| 7374 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); | 8009 factory TitleElement() => |
| 7375 | 8010 _SvgElementFactoryProvider.createSvgElement_tag("title"); |
| 7376 | 8011 |
| 7377 @Deprecated("Internal Use Only") | 8012 @Deprecated("Internal Use Only") |
| 7378 external static Type get instanceRuntimeType; | 8013 external static Type get instanceRuntimeType; |
| 7379 | 8014 |
| 7380 @Deprecated("Internal Use Only") | 8015 @Deprecated("Internal Use Only") |
| 7381 TitleElement.internal_() : super.internal_(); | 8016 TitleElement.internal_() : super.internal_(); |
| 7382 | 8017 |
| 7383 /** | 8018 /** |
| 7384 * Constructor instantiated by the DOM when a custom element has been created. | 8019 * Constructor instantiated by the DOM when a custom element has been created. |
| 7385 * | 8020 * |
| 7386 * This can only be called by subclasses from their created constructor. | 8021 * This can only be called by subclasses from their created constructor. |
| 7387 */ | 8022 */ |
| 7388 TitleElement.created() : super.created(); | 8023 TitleElement.created() : super.created(); |
| 7389 | |
| 7390 } | 8024 } |
| 7391 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8025 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7392 // for details. All rights reserved. Use of this source code is governed by a | 8026 // for details. All rights reserved. Use of this source code is governed by a |
| 7393 // BSD-style license that can be found in the LICENSE file. | 8027 // BSD-style license that can be found in the LICENSE file. |
| 7394 | 8028 |
| 7395 // WARNING: Do not edit - generated code. | 8029 // WARNING: Do not edit - generated code. |
| 7396 | 8030 |
| 7397 | |
| 7398 @DocsEditable() | 8031 @DocsEditable() |
| 7399 @DomName('SVGTransform') | 8032 @DomName('SVGTransform') |
| 7400 @Unstable() | 8033 @Unstable() |
| 7401 class Transform extends DartHtmlDomObject { | 8034 class Transform extends DartHtmlDomObject { |
| 7402 // To suppress missing implicit constructor warnings. | 8035 // To suppress missing implicit constructor warnings. |
| 7403 factory Transform._() { throw new UnsupportedError("Not supported"); } | 8036 factory Transform._() { |
| 7404 | 8037 throw new UnsupportedError("Not supported"); |
| 8038 } |
| 7405 | 8039 |
| 7406 @Deprecated("Internal Use Only") | 8040 @Deprecated("Internal Use Only") |
| 7407 external static Type get instanceRuntimeType; | 8041 external static Type get instanceRuntimeType; |
| 7408 | 8042 |
| 7409 @Deprecated("Internal Use Only") | 8043 @Deprecated("Internal Use Only") |
| 7410 Transform.internal_() { } | 8044 Transform.internal_() {} |
| 7411 | 8045 |
| 7412 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') | 8046 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') |
| 7413 @DocsEditable() | 8047 @DocsEditable() |
| 7414 static const int SVG_TRANSFORM_MATRIX = 1; | 8048 static const int SVG_TRANSFORM_MATRIX = 1; |
| 7415 | 8049 |
| 7416 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') | 8050 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') |
| 7417 @DocsEditable() | 8051 @DocsEditable() |
| 7418 static const int SVG_TRANSFORM_ROTATE = 4; | 8052 static const int SVG_TRANSFORM_ROTATE = 4; |
| 7419 | 8053 |
| 7420 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') | 8054 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') |
| (...skipping 12 matching lines...) Expand all Loading... |
| 7433 @DocsEditable() | 8067 @DocsEditable() |
| 7434 static const int SVG_TRANSFORM_TRANSLATE = 2; | 8068 static const int SVG_TRANSFORM_TRANSLATE = 2; |
| 7435 | 8069 |
| 7436 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') | 8070 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') |
| 7437 @DocsEditable() | 8071 @DocsEditable() |
| 7438 static const int SVG_TRANSFORM_UNKNOWN = 0; | 8072 static const int SVG_TRANSFORM_UNKNOWN = 0; |
| 7439 | 8073 |
| 7440 @DomName('SVGTransform.angle') | 8074 @DomName('SVGTransform.angle') |
| 7441 @DocsEditable() | 8075 @DocsEditable() |
| 7442 num get angle => _blink.BlinkSVGTransform.instance.angle_Getter_(this); | 8076 num get angle => _blink.BlinkSVGTransform.instance.angle_Getter_(this); |
| 7443 | 8077 |
| 7444 @DomName('SVGTransform.matrix') | 8078 @DomName('SVGTransform.matrix') |
| 7445 @DocsEditable() | 8079 @DocsEditable() |
| 7446 Matrix get matrix => _blink.BlinkSVGTransform.instance.matrix_Getter_(this); | 8080 Matrix get matrix => _blink.BlinkSVGTransform.instance.matrix_Getter_(this); |
| 7447 | 8081 |
| 7448 @DomName('SVGTransform.type') | 8082 @DomName('SVGTransform.type') |
| 7449 @DocsEditable() | 8083 @DocsEditable() |
| 7450 int get type => _blink.BlinkSVGTransform.instance.type_Getter_(this); | 8084 int get type => _blink.BlinkSVGTransform.instance.type_Getter_(this); |
| 7451 | 8085 |
| 7452 @DomName('SVGTransform.setMatrix') | 8086 @DomName('SVGTransform.setMatrix') |
| 7453 @DocsEditable() | 8087 @DocsEditable() |
| 7454 void setMatrix(Matrix matrix) => _blink.BlinkSVGTransform.instance.setMatrix_C
allback_1_(this, matrix); | 8088 void setMatrix(Matrix matrix) => |
| 7455 | 8089 _blink.BlinkSVGTransform.instance.setMatrix_Callback_1_(this, matrix); |
| 8090 |
| 7456 @DomName('SVGTransform.setRotate') | 8091 @DomName('SVGTransform.setRotate') |
| 7457 @DocsEditable() | 8092 @DocsEditable() |
| 7458 void setRotate(num angle, num cx, num cy) => _blink.BlinkSVGTransform.instance
.setRotate_Callback_3_(this, angle, cx, cy); | 8093 void setRotate(num angle, num cx, num cy) => _blink.BlinkSVGTransform.instance |
| 7459 | 8094 .setRotate_Callback_3_(this, angle, cx, cy); |
| 8095 |
| 7460 @DomName('SVGTransform.setScale') | 8096 @DomName('SVGTransform.setScale') |
| 7461 @DocsEditable() | 8097 @DocsEditable() |
| 7462 void setScale(num sx, num sy) => _blink.BlinkSVGTransform.instance.setScale_Ca
llback_2_(this, sx, sy); | 8098 void setScale(num sx, num sy) => |
| 7463 | 8099 _blink.BlinkSVGTransform.instance.setScale_Callback_2_(this, sx, sy); |
| 8100 |
| 7464 @DomName('SVGTransform.setSkewX') | 8101 @DomName('SVGTransform.setSkewX') |
| 7465 @DocsEditable() | 8102 @DocsEditable() |
| 7466 void setSkewX(num angle) => _blink.BlinkSVGTransform.instance.setSkewX_Callbac
k_1_(this, angle); | 8103 void setSkewX(num angle) => |
| 7467 | 8104 _blink.BlinkSVGTransform.instance.setSkewX_Callback_1_(this, angle); |
| 8105 |
| 7468 @DomName('SVGTransform.setSkewY') | 8106 @DomName('SVGTransform.setSkewY') |
| 7469 @DocsEditable() | 8107 @DocsEditable() |
| 7470 void setSkewY(num angle) => _blink.BlinkSVGTransform.instance.setSkewY_Callbac
k_1_(this, angle); | 8108 void setSkewY(num angle) => |
| 7471 | 8109 _blink.BlinkSVGTransform.instance.setSkewY_Callback_1_(this, angle); |
| 8110 |
| 7472 @DomName('SVGTransform.setTranslate') | 8111 @DomName('SVGTransform.setTranslate') |
| 7473 @DocsEditable() | 8112 @DocsEditable() |
| 7474 void setTranslate(num tx, num ty) => _blink.BlinkSVGTransform.instance.setTran
slate_Callback_2_(this, tx, ty); | 8113 void setTranslate(num tx, num ty) => |
| 7475 | 8114 _blink.BlinkSVGTransform.instance.setTranslate_Callback_2_(this, tx, ty); |
| 7476 } | 8115 } |
| 7477 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8116 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7478 // for details. All rights reserved. Use of this source code is governed by a | 8117 // for details. All rights reserved. Use of this source code is governed by a |
| 7479 // BSD-style license that can be found in the LICENSE file. | 8118 // BSD-style license that can be found in the LICENSE file. |
| 7480 | 8119 |
| 7481 // WARNING: Do not edit - generated code. | 8120 // WARNING: Do not edit - generated code. |
| 7482 | 8121 |
| 7483 | |
| 7484 @DocsEditable() | 8122 @DocsEditable() |
| 7485 @DomName('SVGTransformList') | 8123 @DomName('SVGTransformList') |
| 7486 @Unstable() | 8124 @Unstable() |
| 7487 class TransformList extends DartHtmlDomObject with ListMixin<Transform>, Immutab
leListMixin<Transform> implements List<Transform> { | 8125 class TransformList extends DartHtmlDomObject |
| 8126 with ListMixin<Transform>, ImmutableListMixin<Transform> |
| 8127 implements List<Transform> { |
| 7488 // To suppress missing implicit constructor warnings. | 8128 // To suppress missing implicit constructor warnings. |
| 7489 factory TransformList._() { throw new UnsupportedError("Not supported"); } | 8129 factory TransformList._() { |
| 7490 | 8130 throw new UnsupportedError("Not supported"); |
| 8131 } |
| 7491 | 8132 |
| 7492 @Deprecated("Internal Use Only") | 8133 @Deprecated("Internal Use Only") |
| 7493 external static Type get instanceRuntimeType; | 8134 external static Type get instanceRuntimeType; |
| 7494 | 8135 |
| 7495 @Deprecated("Internal Use Only") | 8136 @Deprecated("Internal Use Only") |
| 7496 TransformList.internal_() { } | 8137 TransformList.internal_() {} |
| 7497 | 8138 |
| 7498 @DomName('SVGTransformList.length') | 8139 @DomName('SVGTransformList.length') |
| 7499 @DocsEditable() | 8140 @DocsEditable() |
| 7500 @Experimental() // untriaged | 8141 @Experimental() // untriaged |
| 7501 int get length => _blink.BlinkSVGTransformList.instance.length_Getter_(this); | 8142 int get length => _blink.BlinkSVGTransformList.instance.length_Getter_(this); |
| 7502 | 8143 |
| 7503 @DomName('SVGTransformList.numberOfItems') | 8144 @DomName('SVGTransformList.numberOfItems') |
| 7504 @DocsEditable() | 8145 @DocsEditable() |
| 7505 int get numberOfItems => _blink.BlinkSVGTransformList.instance.numberOfItems_G
etter_(this); | 8146 int get numberOfItems => |
| 7506 | 8147 _blink.BlinkSVGTransformList.instance.numberOfItems_Getter_(this); |
| 7507 Transform operator[](int index) { | 8148 |
| 7508 if (index < 0 || index >= length) | 8149 Transform operator [](int index) { |
| 7509 throw new RangeError.index(index, this); | 8150 if (index < 0 || index >= length) throw new RangeError.index(index, this); |
| 7510 return getItem(index); | 8151 return getItem(index); |
| 7511 } | 8152 } |
| 7512 | 8153 |
| 7513 void operator[]=(int index, Transform value) { | 8154 void operator []=(int index, Transform value) { |
| 7514 throw new UnsupportedError("Cannot assign element of immutable List."); | 8155 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 7515 } | 8156 } |
| 7516 // -- start List<Transform> mixins. | 8157 // -- start List<Transform> mixins. |
| 7517 // Transform is the element type. | 8158 // Transform is the element type. |
| 7518 | 8159 |
| 7519 | |
| 7520 set length(int value) { | 8160 set length(int value) { |
| 7521 throw new UnsupportedError("Cannot resize immutable List."); | 8161 throw new UnsupportedError("Cannot resize immutable List."); |
| 7522 } | 8162 } |
| 7523 | 8163 |
| 7524 Transform get first { | 8164 Transform get first { |
| 7525 if (this.length > 0) { | 8165 if (this.length > 0) { |
| 7526 return getItem(0); | 8166 return getItem(0); |
| 7527 } | 8167 } |
| 7528 throw new StateError("No elements"); | 8168 throw new StateError("No elements"); |
| 7529 } | 8169 } |
| (...skipping 14 matching lines...) Expand all Loading... |
| 7544 if (len == 0) throw new StateError("No elements"); | 8184 if (len == 0) throw new StateError("No elements"); |
| 7545 throw new StateError("More than one element"); | 8185 throw new StateError("More than one element"); |
| 7546 } | 8186 } |
| 7547 | 8187 |
| 7548 Transform elementAt(int index) => this[index]; | 8188 Transform elementAt(int index) => this[index]; |
| 7549 // -- end List<Transform> mixins. | 8189 // -- end List<Transform> mixins. |
| 7550 | 8190 |
| 7551 @DomName('SVGTransformList.__setter__') | 8191 @DomName('SVGTransformList.__setter__') |
| 7552 @DocsEditable() | 8192 @DocsEditable() |
| 7553 @Experimental() // untriaged | 8193 @Experimental() // untriaged |
| 7554 void __setter__(int index, Transform newItem) => _blink.BlinkSVGTransformList.
instance.$__setter___Callback_2_(this, index, newItem); | 8194 void __setter__(int index, Transform newItem) => |
| 7555 | 8195 _blink.BlinkSVGTransformList.instance |
| 8196 .$__setter___Callback_2_(this, index, newItem); |
| 8197 |
| 7556 @DomName('SVGTransformList.appendItem') | 8198 @DomName('SVGTransformList.appendItem') |
| 7557 @DocsEditable() | 8199 @DocsEditable() |
| 7558 Transform appendItem(Transform newItem) => _blink.BlinkSVGTransformList.instan
ce.appendItem_Callback_1_(this, newItem); | 8200 Transform appendItem(Transform newItem) => |
| 7559 | 8201 _blink.BlinkSVGTransformList.instance |
| 8202 .appendItem_Callback_1_(this, newItem); |
| 8203 |
| 7560 @DomName('SVGTransformList.clear') | 8204 @DomName('SVGTransformList.clear') |
| 7561 @DocsEditable() | 8205 @DocsEditable() |
| 7562 void clear() => _blink.BlinkSVGTransformList.instance.clear_Callback_0_(this); | 8206 void clear() => _blink.BlinkSVGTransformList.instance.clear_Callback_0_(this); |
| 7563 | 8207 |
| 7564 @DomName('SVGTransformList.consolidate') | 8208 @DomName('SVGTransformList.consolidate') |
| 7565 @DocsEditable() | 8209 @DocsEditable() |
| 7566 Transform consolidate() => _blink.BlinkSVGTransformList.instance.consolidate_C
allback_0_(this); | 8210 Transform consolidate() => |
| 7567 | 8211 _blink.BlinkSVGTransformList.instance.consolidate_Callback_0_(this); |
| 8212 |
| 7568 @DomName('SVGTransformList.createSVGTransformFromMatrix') | 8213 @DomName('SVGTransformList.createSVGTransformFromMatrix') |
| 7569 @DocsEditable() | 8214 @DocsEditable() |
| 7570 Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGTransf
ormList.instance.createSVGTransformFromMatrix_Callback_1_(this, matrix); | 8215 Transform createSvgTransformFromMatrix(Matrix matrix) => |
| 7571 | 8216 _blink.BlinkSVGTransformList.instance |
| 8217 .createSVGTransformFromMatrix_Callback_1_(this, matrix); |
| 8218 |
| 7572 @DomName('SVGTransformList.getItem') | 8219 @DomName('SVGTransformList.getItem') |
| 7573 @DocsEditable() | 8220 @DocsEditable() |
| 7574 Transform getItem(int index) => _blink.BlinkSVGTransformList.instance.getItem_
Callback_1_(this, index); | 8221 Transform getItem(int index) => |
| 7575 | 8222 _blink.BlinkSVGTransformList.instance.getItem_Callback_1_(this, index); |
| 8223 |
| 7576 @DomName('SVGTransformList.initialize') | 8224 @DomName('SVGTransformList.initialize') |
| 7577 @DocsEditable() | 8225 @DocsEditable() |
| 7578 Transform initialize(Transform newItem) => _blink.BlinkSVGTransformList.instan
ce.initialize_Callback_1_(this, newItem); | 8226 Transform initialize(Transform newItem) => |
| 7579 | 8227 _blink.BlinkSVGTransformList.instance |
| 8228 .initialize_Callback_1_(this, newItem); |
| 8229 |
| 7580 @DomName('SVGTransformList.insertItemBefore') | 8230 @DomName('SVGTransformList.insertItemBefore') |
| 7581 @DocsEditable() | 8231 @DocsEditable() |
| 7582 Transform insertItemBefore(Transform newItem, int index) => _blink.BlinkSVGTra
nsformList.instance.insertItemBefore_Callback_2_(this, newItem, index); | 8232 Transform insertItemBefore(Transform newItem, int index) => |
| 7583 | 8233 _blink.BlinkSVGTransformList.instance |
| 8234 .insertItemBefore_Callback_2_(this, newItem, index); |
| 8235 |
| 7584 @DomName('SVGTransformList.removeItem') | 8236 @DomName('SVGTransformList.removeItem') |
| 7585 @DocsEditable() | 8237 @DocsEditable() |
| 7586 Transform removeItem(int index) => _blink.BlinkSVGTransformList.instance.remov
eItem_Callback_1_(this, index); | 8238 Transform removeItem(int index) => |
| 7587 | 8239 _blink.BlinkSVGTransformList.instance.removeItem_Callback_1_(this, index); |
| 8240 |
| 7588 @DomName('SVGTransformList.replaceItem') | 8241 @DomName('SVGTransformList.replaceItem') |
| 7589 @DocsEditable() | 8242 @DocsEditable() |
| 7590 Transform replaceItem(Transform newItem, int index) => _blink.BlinkSVGTransfor
mList.instance.replaceItem_Callback_2_(this, newItem, index); | 8243 Transform replaceItem(Transform newItem, int index) => |
| 7591 | 8244 _blink.BlinkSVGTransformList.instance |
| 8245 .replaceItem_Callback_2_(this, newItem, index); |
| 7592 } | 8246 } |
| 7593 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8247 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7594 // for details. All rights reserved. Use of this source code is governed by a | 8248 // for details. All rights reserved. Use of this source code is governed by a |
| 7595 // BSD-style license that can be found in the LICENSE file. | 8249 // BSD-style license that can be found in the LICENSE file. |
| 7596 | 8250 |
| 7597 // WARNING: Do not edit - generated code. | 8251 // WARNING: Do not edit - generated code. |
| 7598 | 8252 |
| 7599 | |
| 7600 @DocsEditable() | 8253 @DocsEditable() |
| 7601 @DomName('SVGUnitTypes') | 8254 @DomName('SVGUnitTypes') |
| 7602 @Unstable() | 8255 @Unstable() |
| 7603 class UnitTypes extends DartHtmlDomObject { | 8256 class UnitTypes extends DartHtmlDomObject { |
| 7604 // To suppress missing implicit constructor warnings. | 8257 // To suppress missing implicit constructor warnings. |
| 7605 factory UnitTypes._() { throw new UnsupportedError("Not supported"); } | 8258 factory UnitTypes._() { |
| 7606 | 8259 throw new UnsupportedError("Not supported"); |
| 8260 } |
| 7607 | 8261 |
| 7608 @Deprecated("Internal Use Only") | 8262 @Deprecated("Internal Use Only") |
| 7609 external static Type get instanceRuntimeType; | 8263 external static Type get instanceRuntimeType; |
| 7610 | 8264 |
| 7611 @Deprecated("Internal Use Only") | 8265 @Deprecated("Internal Use Only") |
| 7612 UnitTypes.internal_() { } | 8266 UnitTypes.internal_() {} |
| 7613 | 8267 |
| 7614 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') | 8268 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') |
| 7615 @DocsEditable() | 8269 @DocsEditable() |
| 7616 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; | 8270 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; |
| 7617 | 8271 |
| 7618 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') | 8272 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') |
| 7619 @DocsEditable() | 8273 @DocsEditable() |
| 7620 static const int SVG_UNIT_TYPE_UNKNOWN = 0; | 8274 static const int SVG_UNIT_TYPE_UNKNOWN = 0; |
| 7621 | 8275 |
| 7622 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') | 8276 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') |
| 7623 @DocsEditable() | 8277 @DocsEditable() |
| 7624 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; | 8278 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
| 7625 | |
| 7626 } | 8279 } |
| 7627 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8280 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7628 // for details. All rights reserved. Use of this source code is governed by a | 8281 // for details. All rights reserved. Use of this source code is governed by a |
| 7629 // BSD-style license that can be found in the LICENSE file. | 8282 // BSD-style license that can be found in the LICENSE file. |
| 7630 | 8283 |
| 7631 // WARNING: Do not edit - generated code. | 8284 // WARNING: Do not edit - generated code. |
| 7632 | 8285 |
| 7633 | |
| 7634 @DocsEditable() | 8286 @DocsEditable() |
| 7635 @DomName('SVGURIReference') | 8287 @DomName('SVGURIReference') |
| 7636 @Unstable() | 8288 @Unstable() |
| 7637 abstract class UriReference extends DartHtmlDomObject { | 8289 abstract class UriReference extends DartHtmlDomObject { |
| 7638 // To suppress missing implicit constructor warnings. | 8290 // To suppress missing implicit constructor warnings. |
| 7639 factory UriReference._() { throw new UnsupportedError("Not supported"); } | 8291 factory UriReference._() { |
| 8292 throw new UnsupportedError("Not supported"); |
| 8293 } |
| 7640 | 8294 |
| 7641 @DomName('SVGURIReference.href') | 8295 @DomName('SVGURIReference.href') |
| 7642 @DocsEditable() | 8296 @DocsEditable() |
| 7643 AnimatedString get href; | 8297 AnimatedString get href; |
| 7644 | |
| 7645 } | 8298 } |
| 7646 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8299 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7647 // for details. All rights reserved. Use of this source code is governed by a | 8300 // for details. All rights reserved. Use of this source code is governed by a |
| 7648 // BSD-style license that can be found in the LICENSE file. | 8301 // BSD-style license that can be found in the LICENSE file. |
| 7649 | 8302 |
| 7650 // WARNING: Do not edit - generated code. | 8303 // WARNING: Do not edit - generated code. |
| 7651 | 8304 |
| 7652 | |
| 7653 @DocsEditable() | 8305 @DocsEditable() |
| 7654 @DomName('SVGUseElement') | 8306 @DomName('SVGUseElement') |
| 7655 @Unstable() | 8307 @Unstable() |
| 7656 class UseElement extends GraphicsElement implements UriReference { | 8308 class UseElement extends GraphicsElement implements UriReference { |
| 7657 // To suppress missing implicit constructor warnings. | 8309 // To suppress missing implicit constructor warnings. |
| 7658 factory UseElement._() { throw new UnsupportedError("Not supported"); } | 8310 factory UseElement._() { |
| 8311 throw new UnsupportedError("Not supported"); |
| 8312 } |
| 7659 | 8313 |
| 7660 @DomName('SVGUseElement.SVGUseElement') | 8314 @DomName('SVGUseElement.SVGUseElement') |
| 7661 @DocsEditable() | 8315 @DocsEditable() |
| 7662 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 8316 factory UseElement() => |
| 7663 | 8317 _SvgElementFactoryProvider.createSvgElement_tag("use"); |
| 7664 | 8318 |
| 7665 @Deprecated("Internal Use Only") | 8319 @Deprecated("Internal Use Only") |
| 7666 external static Type get instanceRuntimeType; | 8320 external static Type get instanceRuntimeType; |
| 7667 | 8321 |
| 7668 @Deprecated("Internal Use Only") | 8322 @Deprecated("Internal Use Only") |
| 7669 UseElement.internal_() : super.internal_(); | 8323 UseElement.internal_() : super.internal_(); |
| 7670 | 8324 |
| 7671 /** | 8325 /** |
| 7672 * Constructor instantiated by the DOM when a custom element has been created. | 8326 * Constructor instantiated by the DOM when a custom element has been created. |
| 7673 * | 8327 * |
| 7674 * This can only be called by subclasses from their created constructor. | 8328 * This can only be called by subclasses from their created constructor. |
| 7675 */ | 8329 */ |
| 7676 UseElement.created() : super.created(); | 8330 UseElement.created() : super.created(); |
| 7677 | 8331 |
| 7678 @DomName('SVGUseElement.height') | 8332 @DomName('SVGUseElement.height') |
| 7679 @DocsEditable() | 8333 @DocsEditable() |
| 7680 AnimatedLength get height => _blink.BlinkSVGUseElement.instance.height_Getter_
(this); | 8334 AnimatedLength get height => |
| 7681 | 8335 _blink.BlinkSVGUseElement.instance.height_Getter_(this); |
| 8336 |
| 7682 @DomName('SVGUseElement.width') | 8337 @DomName('SVGUseElement.width') |
| 7683 @DocsEditable() | 8338 @DocsEditable() |
| 7684 AnimatedLength get width => _blink.BlinkSVGUseElement.instance.width_Getter_(t
his); | 8339 AnimatedLength get width => |
| 7685 | 8340 _blink.BlinkSVGUseElement.instance.width_Getter_(this); |
| 8341 |
| 7686 @DomName('SVGUseElement.x') | 8342 @DomName('SVGUseElement.x') |
| 7687 @DocsEditable() | 8343 @DocsEditable() |
| 7688 AnimatedLength get x => _blink.BlinkSVGUseElement.instance.x_Getter_(this); | 8344 AnimatedLength get x => _blink.BlinkSVGUseElement.instance.x_Getter_(this); |
| 7689 | 8345 |
| 7690 @DomName('SVGUseElement.y') | 8346 @DomName('SVGUseElement.y') |
| 7691 @DocsEditable() | 8347 @DocsEditable() |
| 7692 AnimatedLength get y => _blink.BlinkSVGUseElement.instance.y_Getter_(this); | 8348 AnimatedLength get y => _blink.BlinkSVGUseElement.instance.y_Getter_(this); |
| 7693 | 8349 |
| 7694 @DomName('SVGUseElement.href') | 8350 @DomName('SVGUseElement.href') |
| 7695 @DocsEditable() | 8351 @DocsEditable() |
| 7696 AnimatedString get href => _blink.BlinkSVGUseElement.instance.href_Getter_(thi
s); | 8352 AnimatedString get href => |
| 7697 | 8353 _blink.BlinkSVGUseElement.instance.href_Getter_(this); |
| 7698 } | 8354 } |
| 7699 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8355 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7700 // for details. All rights reserved. Use of this source code is governed by a | 8356 // for details. All rights reserved. Use of this source code is governed by a |
| 7701 // BSD-style license that can be found in the LICENSE file. | 8357 // BSD-style license that can be found in the LICENSE file. |
| 7702 | 8358 |
| 7703 // WARNING: Do not edit - generated code. | 8359 // WARNING: Do not edit - generated code. |
| 7704 | 8360 |
| 7705 | |
| 7706 @DocsEditable() | 8361 @DocsEditable() |
| 7707 @DomName('SVGViewElement') | 8362 @DomName('SVGViewElement') |
| 7708 @Unstable() | 8363 @Unstable() |
| 7709 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { | 8364 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { |
| 7710 // To suppress missing implicit constructor warnings. | 8365 // To suppress missing implicit constructor warnings. |
| 7711 factory ViewElement._() { throw new UnsupportedError("Not supported"); } | 8366 factory ViewElement._() { |
| 8367 throw new UnsupportedError("Not supported"); |
| 8368 } |
| 7712 | 8369 |
| 7713 @DomName('SVGViewElement.SVGViewElement') | 8370 @DomName('SVGViewElement.SVGViewElement') |
| 7714 @DocsEditable() | 8371 @DocsEditable() |
| 7715 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); | 8372 factory ViewElement() => |
| 7716 | 8373 _SvgElementFactoryProvider.createSvgElement_tag("view"); |
| 7717 | 8374 |
| 7718 @Deprecated("Internal Use Only") | 8375 @Deprecated("Internal Use Only") |
| 7719 external static Type get instanceRuntimeType; | 8376 external static Type get instanceRuntimeType; |
| 7720 | 8377 |
| 7721 @Deprecated("Internal Use Only") | 8378 @Deprecated("Internal Use Only") |
| 7722 ViewElement.internal_() : super.internal_(); | 8379 ViewElement.internal_() : super.internal_(); |
| 7723 | 8380 |
| 7724 /** | 8381 /** |
| 7725 * Constructor instantiated by the DOM when a custom element has been created. | 8382 * Constructor instantiated by the DOM when a custom element has been created. |
| 7726 * | 8383 * |
| 7727 * This can only be called by subclasses from their created constructor. | 8384 * This can only be called by subclasses from their created constructor. |
| 7728 */ | 8385 */ |
| 7729 ViewElement.created() : super.created(); | 8386 ViewElement.created() : super.created(); |
| 7730 | 8387 |
| 7731 @DomName('SVGViewElement.viewTarget') | 8388 @DomName('SVGViewElement.viewTarget') |
| 7732 @DocsEditable() | 8389 @DocsEditable() |
| 7733 StringList get viewTarget => _blink.BlinkSVGViewElement.instance.viewTarget_Ge
tter_(this); | 8390 StringList get viewTarget => |
| 7734 | 8391 _blink.BlinkSVGViewElement.instance.viewTarget_Getter_(this); |
| 8392 |
| 7735 @DomName('SVGViewElement.preserveAspectRatio') | 8393 @DomName('SVGViewElement.preserveAspectRatio') |
| 7736 @DocsEditable() | 8394 @DocsEditable() |
| 7737 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGViewElem
ent.instance.preserveAspectRatio_Getter_(this); | 8395 AnimatedPreserveAspectRatio get preserveAspectRatio => |
| 7738 | 8396 _blink.BlinkSVGViewElement.instance.preserveAspectRatio_Getter_(this); |
| 8397 |
| 7739 @DomName('SVGViewElement.viewBox') | 8398 @DomName('SVGViewElement.viewBox') |
| 7740 @DocsEditable() | 8399 @DocsEditable() |
| 7741 AnimatedRect get viewBox => _blink.BlinkSVGViewElement.instance.viewBox_Getter
_(this); | 8400 AnimatedRect get viewBox => |
| 7742 | 8401 _blink.BlinkSVGViewElement.instance.viewBox_Getter_(this); |
| 8402 |
| 7743 @DomName('SVGViewElement.zoomAndPan') | 8403 @DomName('SVGViewElement.zoomAndPan') |
| 7744 @DocsEditable() | 8404 @DocsEditable() |
| 7745 int get zoomAndPan => _blink.BlinkSVGViewElement.instance.zoomAndPan_Getter_(t
his); | 8405 int get zoomAndPan => |
| 7746 | 8406 _blink.BlinkSVGViewElement.instance.zoomAndPan_Getter_(this); |
| 8407 |
| 7747 @DomName('SVGViewElement.zoomAndPan') | 8408 @DomName('SVGViewElement.zoomAndPan') |
| 7748 @DocsEditable() | 8409 @DocsEditable() |
| 7749 set zoomAndPan(int value) => _blink.BlinkSVGViewElement.instance.zoomAndPan_Se
tter_(this, value); | 8410 set zoomAndPan(int value) => |
| 7750 | 8411 _blink.BlinkSVGViewElement.instance.zoomAndPan_Setter_(this, value); |
| 7751 } | 8412 } |
| 7752 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8413 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7753 // for details. All rights reserved. Use of this source code is governed by a | 8414 // for details. All rights reserved. Use of this source code is governed by a |
| 7754 // BSD-style license that can be found in the LICENSE file. | 8415 // BSD-style license that can be found in the LICENSE file. |
| 7755 | 8416 |
| 7756 // WARNING: Do not edit - generated code. | 8417 // WARNING: Do not edit - generated code. |
| 7757 | 8418 |
| 7758 | |
| 7759 @DocsEditable() | 8419 @DocsEditable() |
| 7760 @DomName('SVGViewSpec') | 8420 @DomName('SVGViewSpec') |
| 7761 @Unstable() | 8421 @Unstable() |
| 7762 class ViewSpec extends DartHtmlDomObject implements FitToViewBox, ZoomAndPan { | 8422 class ViewSpec extends DartHtmlDomObject implements FitToViewBox, ZoomAndPan { |
| 7763 // To suppress missing implicit constructor warnings. | 8423 // To suppress missing implicit constructor warnings. |
| 7764 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } | 8424 factory ViewSpec._() { |
| 7765 | 8425 throw new UnsupportedError("Not supported"); |
| 8426 } |
| 7766 | 8427 |
| 7767 @Deprecated("Internal Use Only") | 8428 @Deprecated("Internal Use Only") |
| 7768 external static Type get instanceRuntimeType; | 8429 external static Type get instanceRuntimeType; |
| 7769 | 8430 |
| 7770 @Deprecated("Internal Use Only") | 8431 @Deprecated("Internal Use Only") |
| 7771 ViewSpec.internal_() { } | 8432 ViewSpec.internal_() {} |
| 7772 | 8433 |
| 7773 @DomName('SVGViewSpec.preserveAspectRatioString') | 8434 @DomName('SVGViewSpec.preserveAspectRatioString') |
| 7774 @DocsEditable() | 8435 @DocsEditable() |
| 7775 String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.instance.prese
rveAspectRatioString_Getter_(this); | 8436 String get preserveAspectRatioString => |
| 7776 | 8437 _blink.BlinkSVGViewSpec.instance.preserveAspectRatioString_Getter_(this); |
| 8438 |
| 7777 @DomName('SVGViewSpec.transform') | 8439 @DomName('SVGViewSpec.transform') |
| 7778 @DocsEditable() | 8440 @DocsEditable() |
| 7779 TransformList get transform => _blink.BlinkSVGViewSpec.instance.transform_Gett
er_(this); | 8441 TransformList get transform => |
| 7780 | 8442 _blink.BlinkSVGViewSpec.instance.transform_Getter_(this); |
| 8443 |
| 7781 @DomName('SVGViewSpec.transformString') | 8444 @DomName('SVGViewSpec.transformString') |
| 7782 @DocsEditable() | 8445 @DocsEditable() |
| 7783 String get transformString => _blink.BlinkSVGViewSpec.instance.transformString
_Getter_(this); | 8446 String get transformString => |
| 7784 | 8447 _blink.BlinkSVGViewSpec.instance.transformString_Getter_(this); |
| 8448 |
| 7785 @DomName('SVGViewSpec.viewBoxString') | 8449 @DomName('SVGViewSpec.viewBoxString') |
| 7786 @DocsEditable() | 8450 @DocsEditable() |
| 7787 String get viewBoxString => _blink.BlinkSVGViewSpec.instance.viewBoxString_Get
ter_(this); | 8451 String get viewBoxString => |
| 7788 | 8452 _blink.BlinkSVGViewSpec.instance.viewBoxString_Getter_(this); |
| 8453 |
| 7789 @DomName('SVGViewSpec.viewTarget') | 8454 @DomName('SVGViewSpec.viewTarget') |
| 7790 @DocsEditable() | 8455 @DocsEditable() |
| 7791 SvgElement get viewTarget => _blink.BlinkSVGViewSpec.instance.viewTarget_Gette
r_(this); | 8456 SvgElement get viewTarget => |
| 7792 | 8457 _blink.BlinkSVGViewSpec.instance.viewTarget_Getter_(this); |
| 8458 |
| 7793 @DomName('SVGViewSpec.viewTargetString') | 8459 @DomName('SVGViewSpec.viewTargetString') |
| 7794 @DocsEditable() | 8460 @DocsEditable() |
| 7795 String get viewTargetString => _blink.BlinkSVGViewSpec.instance.viewTargetStri
ng_Getter_(this); | 8461 String get viewTargetString => |
| 7796 | 8462 _blink.BlinkSVGViewSpec.instance.viewTargetString_Getter_(this); |
| 8463 |
| 7797 @DomName('SVGViewSpec.preserveAspectRatio') | 8464 @DomName('SVGViewSpec.preserveAspectRatio') |
| 7798 @DocsEditable() | 8465 @DocsEditable() |
| 7799 @Experimental() // nonstandard | 8466 @Experimental() // nonstandard |
| 7800 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGViewSpec
.instance.preserveAspectRatio_Getter_(this); | 8467 AnimatedPreserveAspectRatio get preserveAspectRatio => |
| 7801 | 8468 _blink.BlinkSVGViewSpec.instance.preserveAspectRatio_Getter_(this); |
| 8469 |
| 7802 @DomName('SVGViewSpec.viewBox') | 8470 @DomName('SVGViewSpec.viewBox') |
| 7803 @DocsEditable() | 8471 @DocsEditable() |
| 7804 @Experimental() // nonstandard | 8472 @Experimental() // nonstandard |
| 7805 AnimatedRect get viewBox => _blink.BlinkSVGViewSpec.instance.viewBox_Getter_(t
his); | 8473 AnimatedRect get viewBox => |
| 7806 | 8474 _blink.BlinkSVGViewSpec.instance.viewBox_Getter_(this); |
| 8475 |
| 7807 @DomName('SVGViewSpec.zoomAndPan') | 8476 @DomName('SVGViewSpec.zoomAndPan') |
| 7808 @DocsEditable() | 8477 @DocsEditable() |
| 7809 @Experimental() // nonstandard | 8478 @Experimental() // nonstandard |
| 7810 int get zoomAndPan => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Getter_(this
); | 8479 int get zoomAndPan => |
| 7811 | 8480 _blink.BlinkSVGViewSpec.instance.zoomAndPan_Getter_(this); |
| 8481 |
| 7812 @DomName('SVGViewSpec.zoomAndPan') | 8482 @DomName('SVGViewSpec.zoomAndPan') |
| 7813 @DocsEditable() | 8483 @DocsEditable() |
| 7814 @Experimental() // nonstandard | 8484 @Experimental() // nonstandard |
| 7815 set zoomAndPan(int value) => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Sette
r_(this, value); | 8485 set zoomAndPan(int value) => |
| 7816 | 8486 _blink.BlinkSVGViewSpec.instance.zoomAndPan_Setter_(this, value); |
| 7817 } | 8487 } |
| 7818 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8488 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7819 // for details. All rights reserved. Use of this source code is governed by a | 8489 // for details. All rights reserved. Use of this source code is governed by a |
| 7820 // BSD-style license that can be found in the LICENSE file. | 8490 // BSD-style license that can be found in the LICENSE file. |
| 7821 | 8491 |
| 7822 // WARNING: Do not edit - generated code. | 8492 // WARNING: Do not edit - generated code. |
| 7823 | 8493 |
| 7824 | |
| 7825 @DocsEditable() | 8494 @DocsEditable() |
| 7826 @DomName('SVGZoomAndPan') | 8495 @DomName('SVGZoomAndPan') |
| 7827 @Unstable() | 8496 @Unstable() |
| 7828 abstract class ZoomAndPan extends DartHtmlDomObject { | 8497 abstract class ZoomAndPan extends DartHtmlDomObject { |
| 7829 // To suppress missing implicit constructor warnings. | 8498 // To suppress missing implicit constructor warnings. |
| 7830 factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); } | 8499 factory ZoomAndPan._() { |
| 8500 throw new UnsupportedError("Not supported"); |
| 8501 } |
| 7831 | 8502 |
| 7832 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') | 8503 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') |
| 7833 @DocsEditable() | 8504 @DocsEditable() |
| 7834 static const int SVG_ZOOMANDPAN_DISABLE = 1; | 8505 static const int SVG_ZOOMANDPAN_DISABLE = 1; |
| 7835 | 8506 |
| 7836 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') | 8507 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') |
| 7837 @DocsEditable() | 8508 @DocsEditable() |
| 7838 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; | 8509 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; |
| 7839 | 8510 |
| 7840 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') | 8511 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') |
| 7841 @DocsEditable() | 8512 @DocsEditable() |
| 7842 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; | 8513 static const int SVG_ZOOMANDPAN_UNKNOWN = 0; |
| 7843 | 8514 |
| 7844 @DomName('SVGZoomAndPan.zoomAndPan') | 8515 @DomName('SVGZoomAndPan.zoomAndPan') |
| 7845 @DocsEditable() | 8516 @DocsEditable() |
| 7846 int get zoomAndPan; | 8517 int get zoomAndPan; |
| 7847 | 8518 |
| 7848 @DomName('SVGZoomAndPan.zoomAndPan') | 8519 @DomName('SVGZoomAndPan.zoomAndPan') |
| 7849 @DocsEditable() | 8520 @DocsEditable() |
| 7850 set zoomAndPan(int value); | 8521 set zoomAndPan(int value); |
| 7851 | |
| 7852 } | 8522 } |
| 7853 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8523 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7854 // for details. All rights reserved. Use of this source code is governed by a | 8524 // for details. All rights reserved. Use of this source code is governed by a |
| 7855 // BSD-style license that can be found in the LICENSE file. | 8525 // BSD-style license that can be found in the LICENSE file. |
| 7856 | 8526 |
| 7857 // WARNING: Do not edit - generated code. | 8527 // WARNING: Do not edit - generated code. |
| 7858 | 8528 |
| 7859 | |
| 7860 @DocsEditable() | 8529 @DocsEditable() |
| 7861 @DomName('SVGZoomEvent') | 8530 @DomName('SVGZoomEvent') |
| 7862 @Unstable() | 8531 @Unstable() |
| 7863 class ZoomEvent extends UIEvent { | 8532 class ZoomEvent extends UIEvent { |
| 7864 // To suppress missing implicit constructor warnings. | 8533 // To suppress missing implicit constructor warnings. |
| 7865 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } | 8534 factory ZoomEvent._() { |
| 7866 | 8535 throw new UnsupportedError("Not supported"); |
| 8536 } |
| 7867 | 8537 |
| 7868 @Deprecated("Internal Use Only") | 8538 @Deprecated("Internal Use Only") |
| 7869 external static Type get instanceRuntimeType; | 8539 external static Type get instanceRuntimeType; |
| 7870 | 8540 |
| 7871 @Deprecated("Internal Use Only") | 8541 @Deprecated("Internal Use Only") |
| 7872 ZoomEvent.internal_() : super.internal_(); | 8542 ZoomEvent.internal_() : super.internal_(); |
| 7873 | 8543 |
| 7874 | |
| 7875 @DomName('SVGZoomEvent.newScale') | 8544 @DomName('SVGZoomEvent.newScale') |
| 7876 @DocsEditable() | 8545 @DocsEditable() |
| 7877 num get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(this); | 8546 num get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(this); |
| 7878 | 8547 |
| 7879 @DomName('SVGZoomEvent.newTranslate') | 8548 @DomName('SVGZoomEvent.newTranslate') |
| 7880 @DocsEditable() | 8549 @DocsEditable() |
| 7881 Point get newTranslate => _blink.BlinkSVGZoomEvent.instance.newTranslate_Gette
r_(this); | 8550 Point get newTranslate => |
| 7882 | 8551 _blink.BlinkSVGZoomEvent.instance.newTranslate_Getter_(this); |
| 8552 |
| 7883 @DomName('SVGZoomEvent.previousScale') | 8553 @DomName('SVGZoomEvent.previousScale') |
| 7884 @DocsEditable() | 8554 @DocsEditable() |
| 7885 num get previousScale => _blink.BlinkSVGZoomEvent.instance.previousScale_Gette
r_(this); | 8555 num get previousScale => |
| 7886 | 8556 _blink.BlinkSVGZoomEvent.instance.previousScale_Getter_(this); |
| 8557 |
| 7887 @DomName('SVGZoomEvent.previousTranslate') | 8558 @DomName('SVGZoomEvent.previousTranslate') |
| 7888 @DocsEditable() | 8559 @DocsEditable() |
| 7889 Point get previousTranslate => _blink.BlinkSVGZoomEvent.instance.previousTrans
late_Getter_(this); | 8560 Point get previousTranslate => |
| 7890 | 8561 _blink.BlinkSVGZoomEvent.instance.previousTranslate_Getter_(this); |
| 8562 |
| 7891 @DomName('SVGZoomEvent.zoomRectScreen') | 8563 @DomName('SVGZoomEvent.zoomRectScreen') |
| 7892 @DocsEditable() | 8564 @DocsEditable() |
| 7893 Rect get zoomRectScreen => _blink.BlinkSVGZoomEvent.instance.zoomRectScreen_Ge
tter_(this); | 8565 Rect get zoomRectScreen => |
| 7894 | 8566 _blink.BlinkSVGZoomEvent.instance.zoomRectScreen_Getter_(this); |
| 7895 } | 8567 } |
| 7896 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8568 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7897 // for details. All rights reserved. Use of this source code is governed by a | 8569 // for details. All rights reserved. Use of this source code is governed by a |
| 7898 // BSD-style license that can be found in the LICENSE file. | 8570 // BSD-style license that can be found in the LICENSE file. |
| 7899 | 8571 |
| 7900 // WARNING: Do not edit - generated code. | 8572 // WARNING: Do not edit - generated code. |
| 7901 | 8573 |
| 7902 | |
| 7903 @DocsEditable() | 8574 @DocsEditable() |
| 7904 @DomName('SVGGradientElement') | 8575 @DomName('SVGGradientElement') |
| 7905 @Unstable() | 8576 @Unstable() |
| 7906 class _GradientElement extends SvgElement implements UriReference { | 8577 class _GradientElement extends SvgElement implements UriReference { |
| 7907 // To suppress missing implicit constructor warnings. | 8578 // To suppress missing implicit constructor warnings. |
| 7908 factory _GradientElement._() { throw new UnsupportedError("Not supported"); } | 8579 factory _GradientElement._() { |
| 7909 | 8580 throw new UnsupportedError("Not supported"); |
| 8581 } |
| 7910 | 8582 |
| 7911 @Deprecated("Internal Use Only") | 8583 @Deprecated("Internal Use Only") |
| 7912 external static Type get instanceRuntimeType; | 8584 external static Type get instanceRuntimeType; |
| 7913 | 8585 |
| 7914 @Deprecated("Internal Use Only") | 8586 @Deprecated("Internal Use Only") |
| 7915 _GradientElement.internal_() : super.internal_(); | 8587 _GradientElement.internal_() : super.internal_(); |
| 7916 | 8588 |
| 7917 /** | 8589 /** |
| 7918 * Constructor instantiated by the DOM when a custom element has been created. | 8590 * Constructor instantiated by the DOM when a custom element has been created. |
| 7919 * | 8591 * |
| (...skipping 12 matching lines...) Expand all Loading... |
| 7932 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT') | 8604 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT') |
| 7933 @DocsEditable() | 8605 @DocsEditable() |
| 7934 static const int SVG_SPREADMETHOD_REPEAT = 3; | 8606 static const int SVG_SPREADMETHOD_REPEAT = 3; |
| 7935 | 8607 |
| 7936 @DomName('SVGGradientElement.SVG_SPREADMETHOD_UNKNOWN') | 8608 @DomName('SVGGradientElement.SVG_SPREADMETHOD_UNKNOWN') |
| 7937 @DocsEditable() | 8609 @DocsEditable() |
| 7938 static const int SVG_SPREADMETHOD_UNKNOWN = 0; | 8610 static const int SVG_SPREADMETHOD_UNKNOWN = 0; |
| 7939 | 8611 |
| 7940 @DomName('SVGGradientElement.gradientTransform') | 8612 @DomName('SVGGradientElement.gradientTransform') |
| 7941 @DocsEditable() | 8613 @DocsEditable() |
| 7942 AnimatedTransformList get gradientTransform => _blink.BlinkSVGGradientElement.
instance.gradientTransform_Getter_(this); | 8614 AnimatedTransformList get gradientTransform => |
| 7943 | 8615 _blink.BlinkSVGGradientElement.instance.gradientTransform_Getter_(this); |
| 8616 |
| 7944 @DomName('SVGGradientElement.gradientUnits') | 8617 @DomName('SVGGradientElement.gradientUnits') |
| 7945 @DocsEditable() | 8618 @DocsEditable() |
| 7946 AnimatedEnumeration get gradientUnits => _blink.BlinkSVGGradientElement.instan
ce.gradientUnits_Getter_(this); | 8619 AnimatedEnumeration get gradientUnits => |
| 7947 | 8620 _blink.BlinkSVGGradientElement.instance.gradientUnits_Getter_(this); |
| 8621 |
| 7948 @DomName('SVGGradientElement.spreadMethod') | 8622 @DomName('SVGGradientElement.spreadMethod') |
| 7949 @DocsEditable() | 8623 @DocsEditable() |
| 7950 AnimatedEnumeration get spreadMethod => _blink.BlinkSVGGradientElement.instanc
e.spreadMethod_Getter_(this); | 8624 AnimatedEnumeration get spreadMethod => |
| 7951 | 8625 _blink.BlinkSVGGradientElement.instance.spreadMethod_Getter_(this); |
| 8626 |
| 7952 @DomName('SVGGradientElement.href') | 8627 @DomName('SVGGradientElement.href') |
| 7953 @DocsEditable() | 8628 @DocsEditable() |
| 7954 AnimatedString get href => _blink.BlinkSVGGradientElement.instance.href_Getter
_(this); | 8629 AnimatedString get href => |
| 7955 | 8630 _blink.BlinkSVGGradientElement.instance.href_Getter_(this); |
| 7956 } | 8631 } |
| 7957 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8632 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7958 // for details. All rights reserved. Use of this source code is governed by a | 8633 // for details. All rights reserved. Use of this source code is governed by a |
| 7959 // BSD-style license that can be found in the LICENSE file. | 8634 // BSD-style license that can be found in the LICENSE file. |
| 7960 | 8635 |
| 7961 // WARNING: Do not edit - generated code. | 8636 // WARNING: Do not edit - generated code. |
| 7962 | 8637 |
| 7963 | |
| 7964 @DocsEditable() | 8638 @DocsEditable() |
| 7965 @DomName('SVGComponentTransferFunctionElement') | 8639 @DomName('SVGComponentTransferFunctionElement') |
| 7966 @Unstable() | 8640 @Unstable() |
| 7967 class _SVGComponentTransferFunctionElement extends SvgElement { | 8641 class _SVGComponentTransferFunctionElement extends SvgElement { |
| 7968 // To suppress missing implicit constructor warnings. | 8642 // To suppress missing implicit constructor warnings. |
| 7969 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } | 8643 factory _SVGComponentTransferFunctionElement._() { |
| 7970 | 8644 throw new UnsupportedError("Not supported"); |
| 8645 } |
| 7971 | 8646 |
| 7972 @Deprecated("Internal Use Only") | 8647 @Deprecated("Internal Use Only") |
| 7973 external static Type get instanceRuntimeType; | 8648 external static Type get instanceRuntimeType; |
| 7974 | 8649 |
| 7975 @Deprecated("Internal Use Only") | 8650 @Deprecated("Internal Use Only") |
| 7976 _SVGComponentTransferFunctionElement.internal_() : super.internal_(); | 8651 _SVGComponentTransferFunctionElement.internal_() : super.internal_(); |
| 7977 | 8652 |
| 7978 /** | 8653 /** |
| 7979 * Constructor instantiated by the DOM when a custom element has been created. | 8654 * Constructor instantiated by the DOM when a custom element has been created. |
| 7980 * | 8655 * |
| 7981 * This can only be called by subclasses from their created constructor. | 8656 * This can only be called by subclasses from their created constructor. |
| 7982 */ | 8657 */ |
| 7983 _SVGComponentTransferFunctionElement.created() : super.created(); | 8658 _SVGComponentTransferFunctionElement.created() : super.created(); |
| 7984 | |
| 7985 } | 8659 } |
| 7986 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8660 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7987 // for details. All rights reserved. Use of this source code is governed by a | 8661 // for details. All rights reserved. Use of this source code is governed by a |
| 7988 // BSD-style license that can be found in the LICENSE file. | 8662 // BSD-style license that can be found in the LICENSE file. |
| 7989 | 8663 |
| 7990 | |
| 7991 @DocsEditable() | 8664 @DocsEditable() |
| 7992 @DomName('SVGCursorElement') | 8665 @DomName('SVGCursorElement') |
| 7993 @Unstable() | 8666 @Unstable() |
| 7994 class _SVGCursorElement extends SvgElement implements UriReference, Tests { | 8667 class _SVGCursorElement extends SvgElement implements UriReference, Tests { |
| 7995 // To suppress missing implicit constructor warnings. | 8668 // To suppress missing implicit constructor warnings. |
| 7996 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } | 8669 factory _SVGCursorElement._() { |
| 8670 throw new UnsupportedError("Not supported"); |
| 8671 } |
| 7997 | 8672 |
| 7998 @DomName('SVGCursorElement.SVGCursorElement') | 8673 @DomName('SVGCursorElement.SVGCursorElement') |
| 7999 @DocsEditable() | 8674 @DocsEditable() |
| 8000 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); | 8675 factory _SVGCursorElement() => |
| 8001 | 8676 _SvgElementFactoryProvider.createSvgElement_tag("cursor"); |
| 8002 | 8677 |
| 8003 @Deprecated("Internal Use Only") | 8678 @Deprecated("Internal Use Only") |
| 8004 external static Type get instanceRuntimeType; | 8679 external static Type get instanceRuntimeType; |
| 8005 | 8680 |
| 8006 @Deprecated("Internal Use Only") | 8681 @Deprecated("Internal Use Only") |
| 8007 _SVGCursorElement.internal_() : super.internal_(); | 8682 _SVGCursorElement.internal_() : super.internal_(); |
| 8008 | 8683 |
| 8009 /** | 8684 /** |
| 8010 * Constructor instantiated by the DOM when a custom element has been created. | 8685 * Constructor instantiated by the DOM when a custom element has been created. |
| 8011 * | 8686 * |
| 8012 * This can only be called by subclasses from their created constructor. | 8687 * This can only be called by subclasses from their created constructor. |
| 8013 */ | 8688 */ |
| 8014 _SVGCursorElement.created() : super.created(); | 8689 _SVGCursorElement.created() : super.created(); |
| 8015 | 8690 |
| 8016 /// Checks if this type is supported on the current platform. | 8691 /// Checks if this type is supported on the current platform. |
| 8017 static bool get supported => true; | 8692 static bool get supported => true; |
| 8018 | 8693 |
| 8019 // Override these methods for Dartium _SVGCursorElement can't be abstract. | 8694 // Override these methods for Dartium _SVGCursorElement can't be abstract. |
| 8020 StringList get requiredExtensions => _blink.BlinkSVGCursorElement.instance.req
uiredExtensions_Getter_(this); | 8695 StringList get requiredExtensions => |
| 8021 StringList get requiredFeatures => _blink.BlinkSVGCursorElement.instance.requi
redFeatures_Getter_(this); | 8696 _blink.BlinkSVGCursorElement.instance.requiredExtensions_Getter_(this); |
| 8022 StringList get systemLanguage => _blink.BlinkSVGCursorElement.instance.systemL
anguage_Getter_(this); | 8697 StringList get requiredFeatures => |
| 8023 AnimatedString get href => _blink.BlinkSVGCursorElement.instance.href_Getter_(
this); | 8698 _blink.BlinkSVGCursorElement.instance.requiredFeatures_Getter_(this); |
| 8024 bool hasExtension(String extension) => _blink.BlinkSVGCursorElement.instance.h
asExtension_Callback_1_(this, extension); | 8699 StringList get systemLanguage => |
| 8700 _blink.BlinkSVGCursorElement.instance.systemLanguage_Getter_(this); |
| 8701 AnimatedString get href => |
| 8702 _blink.BlinkSVGCursorElement.instance.href_Getter_(this); |
| 8703 bool hasExtension(String extension) => _blink.BlinkSVGCursorElement.instance |
| 8704 .hasExtension_Callback_1_(this, extension); |
| 8025 } | 8705 } |
| 8026 | 8706 |
| 8027 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8707 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8028 // for details. All rights reserved. Use of this source code is governed by a | 8708 // for details. All rights reserved. Use of this source code is governed by a |
| 8029 // BSD-style license that can be found in the LICENSE file. | 8709 // BSD-style license that can be found in the LICENSE file. |
| 8030 | 8710 |
| 8031 | |
| 8032 @DocsEditable() | 8711 @DocsEditable() |
| 8033 @DomName('SVGFEDropShadowElement') | 8712 @DomName('SVGFEDropShadowElement') |
| 8034 @Experimental() // nonstandard | 8713 @Experimental() // nonstandard |
| 8035 class _SVGFEDropShadowElement extends SvgElement implements FilterPrimitiveStand
ardAttributes { | 8714 class _SVGFEDropShadowElement extends SvgElement |
| 8715 implements FilterPrimitiveStandardAttributes { |
| 8036 // To suppress missing implicit constructor warnings. | 8716 // To suppress missing implicit constructor warnings. |
| 8037 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte
d"); } | 8717 factory _SVGFEDropShadowElement._() { |
| 8038 | 8718 throw new UnsupportedError("Not supported"); |
| 8719 } |
| 8039 | 8720 |
| 8040 @Deprecated("Internal Use Only") | 8721 @Deprecated("Internal Use Only") |
| 8041 external static Type get instanceRuntimeType; | 8722 external static Type get instanceRuntimeType; |
| 8042 | 8723 |
| 8043 @Deprecated("Internal Use Only") | 8724 @Deprecated("Internal Use Only") |
| 8044 _SVGFEDropShadowElement.internal_() : super.internal_(); | 8725 _SVGFEDropShadowElement.internal_() : super.internal_(); |
| 8045 | 8726 |
| 8046 /** | 8727 /** |
| 8047 * Constructor instantiated by the DOM when a custom element has been created. | 8728 * Constructor instantiated by the DOM when a custom element has been created. |
| 8048 * | 8729 * |
| 8049 * This can only be called by subclasses from their created constructor. | 8730 * This can only be called by subclasses from their created constructor. |
| 8050 */ | 8731 */ |
| 8051 _SVGFEDropShadowElement.created() : super.created(); | 8732 _SVGFEDropShadowElement.created() : super.created(); |
| 8052 | 8733 |
| 8053 // Override these methods for Dartium _SVGFEDropShadowElement can't be abstrac
t. | 8734 // Override these methods for Dartium _SVGFEDropShadowElement can't be abstrac
t. |
| 8054 AnimatedLength get height => _blink.BlinkSVGFEDropShadowElement.instance.heigh
t_Getter_(this); | 8735 AnimatedLength get height => |
| 8055 AnimatedString get result => _blink.BlinkSVGFEDropShadowElement.instance.resul
t_Getter_(this); | 8736 _blink.BlinkSVGFEDropShadowElement.instance.height_Getter_(this); |
| 8056 AnimatedLength get width => _blink.BlinkSVGFEDropShadowElement.instance.width_
Getter_(this); | 8737 AnimatedString get result => |
| 8057 AnimatedLength get x => _blink.BlinkSVGFEDropShadowElement.instance.x_Getter_(
this); | 8738 _blink.BlinkSVGFEDropShadowElement.instance.result_Getter_(this); |
| 8058 AnimatedLength get y => _blink.BlinkSVGFEDropShadowElement.instance.y_Getter_(
this); | 8739 AnimatedLength get width => |
| 8740 _blink.BlinkSVGFEDropShadowElement.instance.width_Getter_(this); |
| 8741 AnimatedLength get x => |
| 8742 _blink.BlinkSVGFEDropShadowElement.instance.x_Getter_(this); |
| 8743 AnimatedLength get y => |
| 8744 _blink.BlinkSVGFEDropShadowElement.instance.y_Getter_(this); |
| 8059 } | 8745 } |
| 8060 | 8746 |
| 8061 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8747 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8062 // for details. All rights reserved. Use of this source code is governed by a | 8748 // for details. All rights reserved. Use of this source code is governed by a |
| 8063 // BSD-style license that can be found in the LICENSE file. | 8749 // BSD-style license that can be found in the LICENSE file. |
| 8064 | 8750 |
| 8065 | |
| 8066 @DocsEditable() | 8751 @DocsEditable() |
| 8067 @DomName('SVGMPathElement') | 8752 @DomName('SVGMPathElement') |
| 8068 class _SVGMPathElement extends SvgElement implements UriReference { | 8753 class _SVGMPathElement extends SvgElement implements UriReference { |
| 8069 // To suppress missing implicit constructor warnings. | 8754 // To suppress missing implicit constructor warnings. |
| 8070 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } | 8755 factory _SVGMPathElement._() { |
| 8756 throw new UnsupportedError("Not supported"); |
| 8757 } |
| 8071 | 8758 |
| 8072 @DomName('SVGMPathElement.SVGMPathElement') | 8759 @DomName('SVGMPathElement.SVGMPathElement') |
| 8073 @DocsEditable() | 8760 @DocsEditable() |
| 8074 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); | 8761 factory _SVGMPathElement() => |
| 8075 | 8762 _SvgElementFactoryProvider.createSvgElement_tag("mpath"); |
| 8076 | 8763 |
| 8077 @Deprecated("Internal Use Only") | 8764 @Deprecated("Internal Use Only") |
| 8078 external static Type get instanceRuntimeType; | 8765 external static Type get instanceRuntimeType; |
| 8079 | 8766 |
| 8080 @Deprecated("Internal Use Only") | 8767 @Deprecated("Internal Use Only") |
| 8081 _SVGMPathElement.internal_() : super.internal_(); | 8768 _SVGMPathElement.internal_() : super.internal_(); |
| 8082 | 8769 |
| 8083 /** | 8770 /** |
| 8084 * Constructor instantiated by the DOM when a custom element has been created. | 8771 * Constructor instantiated by the DOM when a custom element has been created. |
| 8085 * | 8772 * |
| 8086 * This can only be called by subclasses from their created constructor. | 8773 * This can only be called by subclasses from their created constructor. |
| 8087 */ | 8774 */ |
| 8088 _SVGMPathElement.created() : super.created(); | 8775 _SVGMPathElement.created() : super.created(); |
| 8089 | 8776 |
| 8090 // Override these methods for Dartium _SVGMPathElement can't be abstract. | 8777 // Override these methods for Dartium _SVGMPathElement can't be abstract. |
| 8091 AnimatedString get href => _blink.BlinkSVGMPathElement.instance.href_Getter_(t
his); | 8778 AnimatedString get href => |
| 8779 _blink.BlinkSVGMPathElement.instance.href_Getter_(this); |
| 8092 } | 8780 } |
| 8093 | |
| OLD | NEW |