| 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 | 22 |
| 23 | 23 |
| 24 | 24 |
| 25 | 25 |
| 26 // FIXME: Can we make this private? | 26 // FIXME: Can we make this private? |
| 27 @Deprecated("Internal Use Only") | 27 @Deprecated("Internal Use Only") |
| 28 final svgBlinkMap = { | 28 final svgBlinkMap = { |
| 29 'SVGAElement': () => AElement, | 29 'SVGAElement': () => AElement.instanceRuntimeType, |
| 30 'SVGAngle': () => Angle, | 30 'SVGAngle': () => Angle.instanceRuntimeType, |
| 31 'SVGAnimateElement': () => AnimateElement, | 31 'SVGAnimateElement': () => AnimateElement.instanceRuntimeType, |
| 32 'SVGAnimateMotionElement': () => AnimateMotionElement, | 32 'SVGAnimateMotionElement': () => AnimateMotionElement.instanceRuntimeType, |
| 33 'SVGAnimateTransformElement': () => AnimateTransformElement, | 33 'SVGAnimateTransformElement': () => AnimateTransformElement.instanceRuntimeTyp
e, |
| 34 'SVGAnimatedAngle': () => AnimatedAngle, | 34 'SVGAnimatedAngle': () => AnimatedAngle.instanceRuntimeType, |
| 35 'SVGAnimatedBoolean': () => AnimatedBoolean, | 35 'SVGAnimatedBoolean': () => AnimatedBoolean.instanceRuntimeType, |
| 36 'SVGAnimatedEnumeration': () => AnimatedEnumeration, | 36 'SVGAnimatedEnumeration': () => AnimatedEnumeration.instanceRuntimeType, |
| 37 'SVGAnimatedInteger': () => AnimatedInteger, | 37 'SVGAnimatedInteger': () => AnimatedInteger.instanceRuntimeType, |
| 38 'SVGAnimatedLength': () => AnimatedLength, | 38 'SVGAnimatedLength': () => AnimatedLength.instanceRuntimeType, |
| 39 'SVGAnimatedLengthList': () => AnimatedLengthList, | 39 'SVGAnimatedLengthList': () => AnimatedLengthList.instanceRuntimeType, |
| 40 'SVGAnimatedNumber': () => AnimatedNumber, | 40 'SVGAnimatedNumber': () => AnimatedNumber.instanceRuntimeType, |
| 41 'SVGAnimatedNumberList': () => AnimatedNumberList, | 41 'SVGAnimatedNumberList': () => AnimatedNumberList.instanceRuntimeType, |
| 42 'SVGAnimatedPreserveAspectRatio': () => AnimatedPreserveAspectRatio, | 42 'SVGAnimatedPreserveAspectRatio': () => AnimatedPreserveAspectRatio.instanceRu
ntimeType, |
| 43 'SVGAnimatedRect': () => AnimatedRect, | 43 'SVGAnimatedRect': () => AnimatedRect.instanceRuntimeType, |
| 44 'SVGAnimatedString': () => AnimatedString, | 44 'SVGAnimatedString': () => AnimatedString.instanceRuntimeType, |
| 45 'SVGAnimatedTransformList': () => AnimatedTransformList, | 45 'SVGAnimatedTransformList': () => AnimatedTransformList.instanceRuntimeType, |
| 46 'SVGAnimationElement': () => AnimationElement, | 46 'SVGAnimationElement': () => AnimationElement.instanceRuntimeType, |
| 47 'SVGCircleElement': () => CircleElement, | 47 'SVGCircleElement': () => CircleElement.instanceRuntimeType, |
| 48 'SVGClipPathElement': () => ClipPathElement, | 48 'SVGClipPathElement': () => ClipPathElement.instanceRuntimeType, |
| 49 'SVGComponentTransferFunctionElement': () => _SVGComponentTransferFunctionElem
ent, | 49 'SVGComponentTransferFunctionElement': () => _SVGComponentTransferFunctionElem
ent.instanceRuntimeType, |
| 50 'SVGCursorElement': () => _SVGCursorElement, | 50 'SVGCursorElement': () => _SVGCursorElement.instanceRuntimeType, |
| 51 'SVGDefsElement': () => DefsElement, | 51 'SVGDefsElement': () => DefsElement.instanceRuntimeType, |
| 52 'SVGDescElement': () => DescElement, | 52 'SVGDescElement': () => DescElement.instanceRuntimeType, |
| 53 'SVGDiscardElement': () => DiscardElement, | 53 'SVGDiscardElement': () => DiscardElement.instanceRuntimeType, |
| 54 'SVGElement': () => SvgElement, | 54 'SVGElement': () => SvgElement.instanceRuntimeType, |
| 55 'SVGEllipseElement': () => EllipseElement, | 55 'SVGEllipseElement': () => EllipseElement.instanceRuntimeType, |
| 56 'SVGFEBlendElement': () => FEBlendElement, | 56 'SVGFEBlendElement': () => FEBlendElement.instanceRuntimeType, |
| 57 'SVGFEColorMatrixElement': () => FEColorMatrixElement, | 57 'SVGFEColorMatrixElement': () => FEColorMatrixElement.instanceRuntimeType, |
| 58 'SVGFEComponentTransferElement': () => FEComponentTransferElement, | 58 'SVGFEComponentTransferElement': () => FEComponentTransferElement.instanceRunt
imeType, |
| 59 'SVGFECompositeElement': () => FECompositeElement, | 59 'SVGFECompositeElement': () => FECompositeElement.instanceRuntimeType, |
| 60 'SVGFEConvolveMatrixElement': () => FEConvolveMatrixElement, | 60 'SVGFEConvolveMatrixElement': () => FEConvolveMatrixElement.instanceRuntimeTyp
e, |
| 61 'SVGFEDiffuseLightingElement': () => FEDiffuseLightingElement, | 61 'SVGFEDiffuseLightingElement': () => FEDiffuseLightingElement.instanceRuntimeT
ype, |
| 62 'SVGFEDisplacementMapElement': () => FEDisplacementMapElement, | 62 'SVGFEDisplacementMapElement': () => FEDisplacementMapElement.instanceRuntimeT
ype, |
| 63 'SVGFEDistantLightElement': () => FEDistantLightElement, | 63 'SVGFEDistantLightElement': () => FEDistantLightElement.instanceRuntimeType, |
| 64 'SVGFEDropShadowElement': () => _SVGFEDropShadowElement, | 64 'SVGFEDropShadowElement': () => _SVGFEDropShadowElement.instanceRuntimeType, |
| 65 'SVGFEFloodElement': () => FEFloodElement, | 65 'SVGFEFloodElement': () => FEFloodElement.instanceRuntimeType, |
| 66 'SVGFEFuncAElement': () => FEFuncAElement, | 66 'SVGFEFuncAElement': () => FEFuncAElement.instanceRuntimeType, |
| 67 'SVGFEFuncBElement': () => FEFuncBElement, | 67 'SVGFEFuncBElement': () => FEFuncBElement.instanceRuntimeType, |
| 68 'SVGFEFuncGElement': () => FEFuncGElement, | 68 'SVGFEFuncGElement': () => FEFuncGElement.instanceRuntimeType, |
| 69 'SVGFEFuncRElement': () => FEFuncRElement, | 69 'SVGFEFuncRElement': () => FEFuncRElement.instanceRuntimeType, |
| 70 'SVGFEGaussianBlurElement': () => FEGaussianBlurElement, | 70 'SVGFEGaussianBlurElement': () => FEGaussianBlurElement.instanceRuntimeType, |
| 71 'SVGFEImageElement': () => FEImageElement, | 71 'SVGFEImageElement': () => FEImageElement.instanceRuntimeType, |
| 72 'SVGFEMergeElement': () => FEMergeElement, | 72 'SVGFEMergeElement': () => FEMergeElement.instanceRuntimeType, |
| 73 'SVGFEMergeNodeElement': () => FEMergeNodeElement, | 73 'SVGFEMergeNodeElement': () => FEMergeNodeElement.instanceRuntimeType, |
| 74 'SVGFEMorphologyElement': () => FEMorphologyElement, | 74 'SVGFEMorphologyElement': () => FEMorphologyElement.instanceRuntimeType, |
| 75 'SVGFEOffsetElement': () => FEOffsetElement, | 75 'SVGFEOffsetElement': () => FEOffsetElement.instanceRuntimeType, |
| 76 'SVGFEPointLightElement': () => FEPointLightElement, | 76 'SVGFEPointLightElement': () => FEPointLightElement.instanceRuntimeType, |
| 77 'SVGFESpecularLightingElement': () => FESpecularLightingElement, | 77 'SVGFESpecularLightingElement': () => FESpecularLightingElement.instanceRuntim
eType, |
| 78 'SVGFESpotLightElement': () => FESpotLightElement, | 78 'SVGFESpotLightElement': () => FESpotLightElement.instanceRuntimeType, |
| 79 'SVGFETileElement': () => FETileElement, | 79 'SVGFETileElement': () => FETileElement.instanceRuntimeType, |
| 80 'SVGFETurbulenceElement': () => FETurbulenceElement, | 80 'SVGFETurbulenceElement': () => FETurbulenceElement.instanceRuntimeType, |
| 81 'SVGFilterElement': () => FilterElement, | 81 'SVGFilterElement': () => FilterElement.instanceRuntimeType, |
| 82 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttribute
s, | 82 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttribute
s.instanceRuntimeType, |
| 83 'SVGFitToViewBox': () => FitToViewBox, | 83 'SVGFitToViewBox': () => FitToViewBox.instanceRuntimeType, |
| 84 'SVGForeignObjectElement': () => ForeignObjectElement, | 84 'SVGForeignObjectElement': () => ForeignObjectElement.instanceRuntimeType, |
| 85 'SVGGElement': () => GElement, | 85 'SVGGElement': () => GElement.instanceRuntimeType, |
| 86 'SVGGeometryElement': () => GeometryElement, | 86 'SVGGeometryElement': () => GeometryElement.instanceRuntimeType, |
| 87 'SVGGradientElement': () => _GradientElement, | 87 'SVGGradientElement': () => _GradientElement.instanceRuntimeType, |
| 88 'SVGGraphicsElement': () => GraphicsElement, | 88 'SVGGraphicsElement': () => GraphicsElement.instanceRuntimeType, |
| 89 'SVGImageElement': () => ImageElement, | 89 'SVGImageElement': () => ImageElement.instanceRuntimeType, |
| 90 'SVGLength': () => Length, | 90 'SVGLength': () => Length.instanceRuntimeType, |
| 91 'SVGLengthList': () => LengthList, | 91 'SVGLengthList': () => LengthList.instanceRuntimeType, |
| 92 'SVGLineElement': () => LineElement, | 92 'SVGLineElement': () => LineElement.instanceRuntimeType, |
| 93 'SVGLinearGradientElement': () => LinearGradientElement, | 93 'SVGLinearGradientElement': () => LinearGradientElement.instanceRuntimeType, |
| 94 'SVGMPathElement': () => _SVGMPathElement, | 94 'SVGMPathElement': () => _SVGMPathElement.instanceRuntimeType, |
| 95 'SVGMarkerElement': () => MarkerElement, | 95 'SVGMarkerElement': () => MarkerElement.instanceRuntimeType, |
| 96 'SVGMaskElement': () => MaskElement, | 96 'SVGMaskElement': () => MaskElement.instanceRuntimeType, |
| 97 'SVGMatrix': () => Matrix, | 97 'SVGMatrix': () => Matrix.instanceRuntimeType, |
| 98 'SVGMetadataElement': () => MetadataElement, | 98 'SVGMetadataElement': () => MetadataElement.instanceRuntimeType, |
| 99 'SVGNumber': () => Number, | 99 'SVGNumber': () => Number.instanceRuntimeType, |
| 100 'SVGNumberList': () => NumberList, | 100 'SVGNumberList': () => NumberList.instanceRuntimeType, |
| 101 'SVGPathElement': () => PathElement, | 101 'SVGPathElement': () => PathElement.instanceRuntimeType, |
| 102 'SVGPathSeg': () => PathSeg, | 102 'SVGPathSeg': () => PathSeg.instanceRuntimeType, |
| 103 'SVGPathSegArcAbs': () => PathSegArcAbs, | 103 'SVGPathSegArcAbs': () => PathSegArcAbs.instanceRuntimeType, |
| 104 'SVGPathSegArcRel': () => PathSegArcRel, | 104 'SVGPathSegArcRel': () => PathSegArcRel.instanceRuntimeType, |
| 105 'SVGPathSegClosePath': () => PathSegClosePath, | 105 'SVGPathSegClosePath': () => PathSegClosePath.instanceRuntimeType, |
| 106 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs, | 106 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.instanceRuntimeType, |
| 107 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel, | 107 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.instanceRuntimeType, |
| 108 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs, | 108 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.instance
RuntimeType, |
| 109 'SVGPathSegCurvetoCubicSmoothRel': () => PathSegCurvetoCubicSmoothRel, | 109 'SVGPathSegCurvetoCubicSmoothRel': () => PathSegCurvetoCubicSmoothRel.instance
RuntimeType, |
| 110 'SVGPathSegCurvetoQuadraticAbs': () => PathSegCurvetoQuadraticAbs, | 110 'SVGPathSegCurvetoQuadraticAbs': () => PathSegCurvetoQuadraticAbs.instanceRunt
imeType, |
| 111 'SVGPathSegCurvetoQuadraticRel': () => PathSegCurvetoQuadraticRel, | 111 'SVGPathSegCurvetoQuadraticRel': () => PathSegCurvetoQuadraticRel.instanceRunt
imeType, |
| 112 'SVGPathSegCurvetoQuadraticSmoothAbs': () => PathSegCurvetoQuadraticSmoothAbs, | 112 'SVGPathSegCurvetoQuadraticSmoothAbs': () => PathSegCurvetoQuadraticSmoothAbs.
instanceRuntimeType, |
| 113 'SVGPathSegCurvetoQuadraticSmoothRel': () => PathSegCurvetoQuadraticSmoothRel, | 113 'SVGPathSegCurvetoQuadraticSmoothRel': () => PathSegCurvetoQuadraticSmoothRel.
instanceRuntimeType, |
| 114 'SVGPathSegLinetoAbs': () => PathSegLinetoAbs, | 114 'SVGPathSegLinetoAbs': () => PathSegLinetoAbs.instanceRuntimeType, |
| 115 'SVGPathSegLinetoHorizontalAbs': () => PathSegLinetoHorizontalAbs, | 115 'SVGPathSegLinetoHorizontalAbs': () => PathSegLinetoHorizontalAbs.instanceRunt
imeType, |
| 116 'SVGPathSegLinetoHorizontalRel': () => PathSegLinetoHorizontalRel, | 116 'SVGPathSegLinetoHorizontalRel': () => PathSegLinetoHorizontalRel.instanceRunt
imeType, |
| 117 'SVGPathSegLinetoRel': () => PathSegLinetoRel, | 117 'SVGPathSegLinetoRel': () => PathSegLinetoRel.instanceRuntimeType, |
| 118 'SVGPathSegLinetoVerticalAbs': () => PathSegLinetoVerticalAbs, | 118 'SVGPathSegLinetoVerticalAbs': () => PathSegLinetoVerticalAbs.instanceRuntimeT
ype, |
| 119 'SVGPathSegLinetoVerticalRel': () => PathSegLinetoVerticalRel, | 119 'SVGPathSegLinetoVerticalRel': () => PathSegLinetoVerticalRel.instanceRuntimeT
ype, |
| 120 'SVGPathSegList': () => PathSegList, | 120 'SVGPathSegList': () => PathSegList.instanceRuntimeType, |
| 121 'SVGPathSegMovetoAbs': () => PathSegMovetoAbs, | 121 'SVGPathSegMovetoAbs': () => PathSegMovetoAbs.instanceRuntimeType, |
| 122 'SVGPathSegMovetoRel': () => PathSegMovetoRel, | 122 'SVGPathSegMovetoRel': () => PathSegMovetoRel.instanceRuntimeType, |
| 123 'SVGPatternElement': () => PatternElement, | 123 'SVGPatternElement': () => PatternElement.instanceRuntimeType, |
| 124 'SVGPoint': () => Point, | 124 'SVGPoint': () => Point.instanceRuntimeType, |
| 125 'SVGPointList': () => PointList, | 125 'SVGPointList': () => PointList.instanceRuntimeType, |
| 126 'SVGPolygonElement': () => PolygonElement, | 126 'SVGPolygonElement': () => PolygonElement.instanceRuntimeType, |
| 127 'SVGPolylineElement': () => PolylineElement, | 127 'SVGPolylineElement': () => PolylineElement.instanceRuntimeType, |
| 128 'SVGPreserveAspectRatio': () => PreserveAspectRatio, | 128 'SVGPreserveAspectRatio': () => PreserveAspectRatio.instanceRuntimeType, |
| 129 'SVGRadialGradientElement': () => RadialGradientElement, | 129 'SVGRadialGradientElement': () => RadialGradientElement.instanceRuntimeType, |
| 130 'SVGRect': () => Rect, | 130 'SVGRect': () => Rect.instanceRuntimeType, |
| 131 'SVGRectElement': () => RectElement, | 131 'SVGRectElement': () => RectElement.instanceRuntimeType, |
| 132 'SVGSVGElement': () => SvgSvgElement, | 132 'SVGSVGElement': () => SvgSvgElement.instanceRuntimeType, |
| 133 'SVGScriptElement': () => ScriptElement, | 133 'SVGScriptElement': () => ScriptElement.instanceRuntimeType, |
| 134 'SVGSetElement': () => SetElement, | 134 'SVGSetElement': () => SetElement.instanceRuntimeType, |
| 135 'SVGStopElement': () => StopElement, | 135 'SVGStopElement': () => StopElement.instanceRuntimeType, |
| 136 'SVGStringList': () => StringList, | 136 'SVGStringList': () => StringList.instanceRuntimeType, |
| 137 'SVGStyleElement': () => StyleElement, | 137 'SVGStyleElement': () => StyleElement.instanceRuntimeType, |
| 138 'SVGSwitchElement': () => SwitchElement, | 138 'SVGSwitchElement': () => SwitchElement.instanceRuntimeType, |
| 139 'SVGSymbolElement': () => SymbolElement, | 139 'SVGSymbolElement': () => SymbolElement.instanceRuntimeType, |
| 140 'SVGTSpanElement': () => TSpanElement, | 140 'SVGTSpanElement': () => TSpanElement.instanceRuntimeType, |
| 141 'SVGTests': () => Tests, | 141 'SVGTests': () => Tests.instanceRuntimeType, |
| 142 'SVGTextContentElement': () => TextContentElement, | 142 'SVGTextContentElement': () => TextContentElement.instanceRuntimeType, |
| 143 'SVGTextElement': () => TextElement, | 143 'SVGTextElement': () => TextElement.instanceRuntimeType, |
| 144 'SVGTextPathElement': () => TextPathElement, | 144 'SVGTextPathElement': () => TextPathElement.instanceRuntimeType, |
| 145 'SVGTextPositioningElement': () => TextPositioningElement, | 145 'SVGTextPositioningElement': () => TextPositioningElement.instanceRuntimeType, |
| 146 'SVGTitleElement': () => TitleElement, | 146 'SVGTitleElement': () => TitleElement.instanceRuntimeType, |
| 147 'SVGTransform': () => Transform, | 147 'SVGTransform': () => Transform.instanceRuntimeType, |
| 148 'SVGTransformList': () => TransformList, | 148 'SVGTransformList': () => TransformList.instanceRuntimeType, |
| 149 'SVGURIReference': () => UriReference, | 149 'SVGURIReference': () => UriReference.instanceRuntimeType, |
| 150 'SVGUnitTypes': () => UnitTypes, | 150 'SVGUnitTypes': () => UnitTypes.instanceRuntimeType, |
| 151 'SVGUseElement': () => UseElement, | 151 'SVGUseElement': () => UseElement.instanceRuntimeType, |
| 152 'SVGViewElement': () => ViewElement, | 152 'SVGViewElement': () => ViewElement.instanceRuntimeType, |
| 153 'SVGViewSpec': () => ViewSpec, | 153 'SVGViewSpec': () => ViewSpec.instanceRuntimeType, |
| 154 'SVGZoomAndPan': () => ZoomAndPan, | 154 'SVGZoomAndPan': () => ZoomAndPan.instanceRuntimeType, |
| 155 'SVGZoomEvent': () => ZoomEvent, | 155 'SVGZoomEvent': () => ZoomEvent.instanceRuntimeType, |
| 156 | |
| 157 }; | |
| 158 | |
| 159 // FIXME: Can we make this private? | |
| 160 @Deprecated("Internal Use Only") | |
| 161 final svgBlinkFunctionMap = { | |
| 162 'SVGAElement': () => AElement.internalCreateAElement, | |
| 163 'SVGAngle': () => Angle.internalCreateAngle, | |
| 164 'SVGAnimateElement': () => AnimateElement.internalCreateAnimateElement, | |
| 165 'SVGAnimateMotionElement': () => AnimateMotionElement.internalCreateAnimateMot
ionElement, | |
| 166 'SVGAnimateTransformElement': () => AnimateTransformElement.internalCreateAnim
ateTransformElement, | |
| 167 'SVGAnimatedAngle': () => AnimatedAngle.internalCreateAnimatedAngle, | |
| 168 'SVGAnimatedBoolean': () => AnimatedBoolean.internalCreateAnimatedBoolean, | |
| 169 'SVGAnimatedEnumeration': () => AnimatedEnumeration.internalCreateAnimatedEnum
eration, | |
| 170 'SVGAnimatedInteger': () => AnimatedInteger.internalCreateAnimatedInteger, | |
| 171 'SVGAnimatedLength': () => AnimatedLength.internalCreateAnimatedLength, | |
| 172 'SVGAnimatedLengthList': () => AnimatedLengthList.internalCreateAnimatedLength
List, | |
| 173 'SVGAnimatedNumber': () => AnimatedNumber.internalCreateAnimatedNumber, | |
| 174 'SVGAnimatedNumberList': () => AnimatedNumberList.internalCreateAnimatedNumber
List, | |
| 175 'SVGAnimatedPreserveAspectRatio': () => AnimatedPreserveAspectRatio.internalCr
eateAnimatedPreserveAspectRatio, | |
| 176 'SVGAnimatedRect': () => AnimatedRect.internalCreateAnimatedRect, | |
| 177 'SVGAnimatedString': () => AnimatedString.internalCreateAnimatedString, | |
| 178 'SVGAnimatedTransformList': () => AnimatedTransformList.internalCreateAnimated
TransformList, | |
| 179 'SVGAnimationElement': () => AnimationElement.internalCreateAnimationElement, | |
| 180 'SVGCircleElement': () => CircleElement.internalCreateCircleElement, | |
| 181 'SVGClipPathElement': () => ClipPathElement.internalCreateClipPathElement, | |
| 182 'SVGComponentTransferFunctionElement': () => _SVGComponentTransferFunctionElem
ent.internalCreate_SVGComponentTransferFunctionElement, | |
| 183 'SVGCursorElement': () => _SVGCursorElement.internalCreate_SVGCursorElement, | |
| 184 'SVGDefsElement': () => DefsElement.internalCreateDefsElement, | |
| 185 'SVGDescElement': () => DescElement.internalCreateDescElement, | |
| 186 'SVGDiscardElement': () => DiscardElement.internalCreateDiscardElement, | |
| 187 'SVGElement': () => SvgElement.internalCreateSvgElement, | |
| 188 'SVGEllipseElement': () => EllipseElement.internalCreateEllipseElement, | |
| 189 'SVGFEBlendElement': () => FEBlendElement.internalCreateFEBlendElement, | |
| 190 'SVGFEColorMatrixElement': () => FEColorMatrixElement.internalCreateFEColorMat
rixElement, | |
| 191 'SVGFEComponentTransferElement': () => FEComponentTransferElement.internalCrea
teFEComponentTransferElement, | |
| 192 'SVGFECompositeElement': () => FECompositeElement.internalCreateFECompositeEle
ment, | |
| 193 'SVGFEConvolveMatrixElement': () => FEConvolveMatrixElement.internalCreateFECo
nvolveMatrixElement, | |
| 194 'SVGFEDiffuseLightingElement': () => FEDiffuseLightingElement.internalCreateFE
DiffuseLightingElement, | |
| 195 'SVGFEDisplacementMapElement': () => FEDisplacementMapElement.internalCreateFE
DisplacementMapElement, | |
| 196 'SVGFEDistantLightElement': () => FEDistantLightElement.internalCreateFEDistan
tLightElement, | |
| 197 'SVGFEDropShadowElement': () => _SVGFEDropShadowElement.internalCreate_SVGFEDr
opShadowElement, | |
| 198 'SVGFEFloodElement': () => FEFloodElement.internalCreateFEFloodElement, | |
| 199 'SVGFEFuncAElement': () => FEFuncAElement.internalCreateFEFuncAElement, | |
| 200 'SVGFEFuncBElement': () => FEFuncBElement.internalCreateFEFuncBElement, | |
| 201 'SVGFEFuncGElement': () => FEFuncGElement.internalCreateFEFuncGElement, | |
| 202 'SVGFEFuncRElement': () => FEFuncRElement.internalCreateFEFuncRElement, | |
| 203 'SVGFEGaussianBlurElement': () => FEGaussianBlurElement.internalCreateFEGaussi
anBlurElement, | |
| 204 'SVGFEImageElement': () => FEImageElement.internalCreateFEImageElement, | |
| 205 'SVGFEMergeElement': () => FEMergeElement.internalCreateFEMergeElement, | |
| 206 'SVGFEMergeNodeElement': () => FEMergeNodeElement.internalCreateFEMergeNodeEle
ment, | |
| 207 'SVGFEMorphologyElement': () => FEMorphologyElement.internalCreateFEMorphology
Element, | |
| 208 'SVGFEOffsetElement': () => FEOffsetElement.internalCreateFEOffsetElement, | |
| 209 'SVGFEPointLightElement': () => FEPointLightElement.internalCreateFEPointLight
Element, | |
| 210 'SVGFESpecularLightingElement': () => FESpecularLightingElement.internalCreate
FESpecularLightingElement, | |
| 211 'SVGFESpotLightElement': () => FESpotLightElement.internalCreateFESpotLightEle
ment, | |
| 212 'SVGFETileElement': () => FETileElement.internalCreateFETileElement, | |
| 213 'SVGFETurbulenceElement': () => FETurbulenceElement.internalCreateFETurbulence
Element, | |
| 214 'SVGFilterElement': () => FilterElement.internalCreateFilterElement, | |
| 215 'SVGForeignObjectElement': () => ForeignObjectElement.internalCreateForeignObj
ectElement, | |
| 216 'SVGGElement': () => GElement.internalCreateGElement, | |
| 217 'SVGGeometryElement': () => GeometryElement.internalCreateGeometryElement, | |
| 218 'SVGGradientElement': () => _GradientElement.internalCreate_GradientElement, | |
| 219 'SVGGraphicsElement': () => GraphicsElement.internalCreateGraphicsElement, | |
| 220 'SVGImageElement': () => ImageElement.internalCreateImageElement, | |
| 221 'SVGLength': () => Length.internalCreateLength, | |
| 222 'SVGLengthList': () => LengthList.internalCreateLengthList, | |
| 223 'SVGLineElement': () => LineElement.internalCreateLineElement, | |
| 224 'SVGLinearGradientElement': () => LinearGradientElement.internalCreateLinearGr
adientElement, | |
| 225 'SVGMPathElement': () => _SVGMPathElement.internalCreate_SVGMPathElement, | |
| 226 'SVGMarkerElement': () => MarkerElement.internalCreateMarkerElement, | |
| 227 'SVGMaskElement': () => MaskElement.internalCreateMaskElement, | |
| 228 'SVGMatrix': () => Matrix.internalCreateMatrix, | |
| 229 'SVGMetadataElement': () => MetadataElement.internalCreateMetadataElement, | |
| 230 'SVGNumber': () => Number.internalCreateNumber, | |
| 231 'SVGNumberList': () => NumberList.internalCreateNumberList, | |
| 232 'SVGPathElement': () => PathElement.internalCreatePathElement, | |
| 233 'SVGPathSeg': () => PathSeg.internalCreatePathSeg, | |
| 234 'SVGPathSegArcAbs': () => PathSegArcAbs.internalCreatePathSegArcAbs, | |
| 235 'SVGPathSegArcRel': () => PathSegArcRel.internalCreatePathSegArcRel, | |
| 236 'SVGPathSegClosePath': () => PathSegClosePath.internalCreatePathSegClosePath, | |
| 237 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.internalCreatePathSe
gCurvetoCubicAbs, | |
| 238 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.internalCreatePathSe
gCurvetoCubicRel, | |
| 239 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.internal
CreatePathSegCurvetoCubicSmoothAbs, | |
| 240 'SVGPathSegCurvetoCubicSmoothRel': () => PathSegCurvetoCubicSmoothRel.internal
CreatePathSegCurvetoCubicSmoothRel, | |
| 241 'SVGPathSegCurvetoQuadraticAbs': () => PathSegCurvetoQuadraticAbs.internalCrea
tePathSegCurvetoQuadraticAbs, | |
| 242 'SVGPathSegCurvetoQuadraticRel': () => PathSegCurvetoQuadraticRel.internalCrea
tePathSegCurvetoQuadraticRel, | |
| 243 'SVGPathSegCurvetoQuadraticSmoothAbs': () => PathSegCurvetoQuadraticSmoothAbs.
internalCreatePathSegCurvetoQuadraticSmoothAbs, | |
| 244 'SVGPathSegCurvetoQuadraticSmoothRel': () => PathSegCurvetoQuadraticSmoothRel.
internalCreatePathSegCurvetoQuadraticSmoothRel, | |
| 245 'SVGPathSegLinetoAbs': () => PathSegLinetoAbs.internalCreatePathSegLinetoAbs, | |
| 246 'SVGPathSegLinetoHorizontalAbs': () => PathSegLinetoHorizontalAbs.internalCrea
tePathSegLinetoHorizontalAbs, | |
| 247 'SVGPathSegLinetoHorizontalRel': () => PathSegLinetoHorizontalRel.internalCrea
tePathSegLinetoHorizontalRel, | |
| 248 'SVGPathSegLinetoRel': () => PathSegLinetoRel.internalCreatePathSegLinetoRel, | |
| 249 'SVGPathSegLinetoVerticalAbs': () => PathSegLinetoVerticalAbs.internalCreatePa
thSegLinetoVerticalAbs, | |
| 250 'SVGPathSegLinetoVerticalRel': () => PathSegLinetoVerticalRel.internalCreatePa
thSegLinetoVerticalRel, | |
| 251 'SVGPathSegList': () => PathSegList.internalCreatePathSegList, | |
| 252 'SVGPathSegMovetoAbs': () => PathSegMovetoAbs.internalCreatePathSegMovetoAbs, | |
| 253 'SVGPathSegMovetoRel': () => PathSegMovetoRel.internalCreatePathSegMovetoRel, | |
| 254 'SVGPatternElement': () => PatternElement.internalCreatePatternElement, | |
| 255 'SVGPoint': () => Point.internalCreatePoint, | |
| 256 'SVGPointList': () => PointList.internalCreatePointList, | |
| 257 'SVGPolygonElement': () => PolygonElement.internalCreatePolygonElement, | |
| 258 'SVGPolylineElement': () => PolylineElement.internalCreatePolylineElement, | |
| 259 'SVGPreserveAspectRatio': () => PreserveAspectRatio.internalCreatePreserveAspe
ctRatio, | |
| 260 'SVGRadialGradientElement': () => RadialGradientElement.internalCreateRadialGr
adientElement, | |
| 261 'SVGRect': () => Rect.internalCreateRect, | |
| 262 'SVGRectElement': () => RectElement.internalCreateRectElement, | |
| 263 'SVGSVGElement': () => SvgSvgElement.internalCreateSvgSvgElement, | |
| 264 'SVGScriptElement': () => ScriptElement.internalCreateScriptElement, | |
| 265 'SVGSetElement': () => SetElement.internalCreateSetElement, | |
| 266 'SVGStopElement': () => StopElement.internalCreateStopElement, | |
| 267 'SVGStringList': () => StringList.internalCreateStringList, | |
| 268 'SVGStyleElement': () => StyleElement.internalCreateStyleElement, | |
| 269 'SVGSwitchElement': () => SwitchElement.internalCreateSwitchElement, | |
| 270 'SVGSymbolElement': () => SymbolElement.internalCreateSymbolElement, | |
| 271 'SVGTSpanElement': () => TSpanElement.internalCreateTSpanElement, | |
| 272 'SVGTextContentElement': () => TextContentElement.internalCreateTextContentEle
ment, | |
| 273 'SVGTextElement': () => TextElement.internalCreateTextElement, | |
| 274 'SVGTextPathElement': () => TextPathElement.internalCreateTextPathElement, | |
| 275 'SVGTextPositioningElement': () => TextPositioningElement.internalCreateTextPo
sitioningElement, | |
| 276 'SVGTitleElement': () => TitleElement.internalCreateTitleElement, | |
| 277 'SVGTransform': () => Transform.internalCreateTransform, | |
| 278 'SVGTransformList': () => TransformList.internalCreateTransformList, | |
| 279 'SVGUnitTypes': () => UnitTypes.internalCreateUnitTypes, | |
| 280 'SVGUseElement': () => UseElement.internalCreateUseElement, | |
| 281 'SVGViewElement': () => ViewElement.internalCreateViewElement, | |
| 282 'SVGViewSpec': () => ViewSpec.internalCreateViewSpec, | |
| 283 'SVGZoomEvent': () => ZoomEvent.internalCreateZoomEvent, | |
| 284 | 156 |
| 285 }; | 157 }; |
| 286 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 158 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 287 // for details. All rights reserved. Use of this source code is governed by a | 159 // for details. All rights reserved. Use of this source code is governed by a |
| 288 // BSD-style license that can be found in the LICENSE file. | 160 // BSD-style license that can be found in the LICENSE file. |
| 289 | 161 |
| 290 | 162 |
| 291 class _SvgElementFactoryProvider { | 163 class _SvgElementFactoryProvider { |
| 292 static SvgElement createSvgElement_tag(String tag) { | 164 static SvgElement createSvgElement_tag(String tag) { |
| 293 final Element temp = | 165 final Element temp = |
| (...skipping 14 matching lines...) Expand all Loading... |
| 308 class AElement extends GraphicsElement implements UriReference { | 180 class AElement extends GraphicsElement implements UriReference { |
| 309 // To suppress missing implicit constructor warnings. | 181 // To suppress missing implicit constructor warnings. |
| 310 factory AElement._() { throw new UnsupportedError("Not supported"); } | 182 factory AElement._() { throw new UnsupportedError("Not supported"); } |
| 311 | 183 |
| 312 @DomName('SVGAElement.SVGAElement') | 184 @DomName('SVGAElement.SVGAElement') |
| 313 @DocsEditable() | 185 @DocsEditable() |
| 314 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 186 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
| 315 | 187 |
| 316 | 188 |
| 317 @Deprecated("Internal Use Only") | 189 @Deprecated("Internal Use Only") |
| 318 static AElement internalCreateAElement() { | 190 external static Type get instanceRuntimeType; |
| 319 return new AElement._internalWrap(); | |
| 320 } | |
| 321 | |
| 322 external factory AElement._internalWrap(); | |
| 323 | 191 |
| 324 @Deprecated("Internal Use Only") | 192 @Deprecated("Internal Use Only") |
| 325 AElement.internal_() : super.internal_(); | 193 AElement.internal_() : super.internal_(); |
| 326 | 194 |
| 327 /** | 195 /** |
| 328 * Constructor instantiated by the DOM when a custom element has been created. | 196 * Constructor instantiated by the DOM when a custom element has been created. |
| 329 * | 197 * |
| 330 * This can only be called by subclasses from their created constructor. | 198 * This can only be called by subclasses from their created constructor. |
| 331 */ | 199 */ |
| 332 AElement.created() : super.created(); | 200 AElement.created() : super.created(); |
| 333 | 201 |
| 334 @DomName('SVGAElement.target') | 202 @DomName('SVGAElement.target') |
| 335 @DocsEditable() | 203 @DocsEditable() |
| 336 AnimatedString get target => wrap_jso(_blink.BlinkSVGAElement.instance.target_
Getter_(unwrap_jso(this))); | 204 AnimatedString get target => _blink.BlinkSVGAElement.instance.target_Getter_(t
his); |
| 337 | 205 |
| 338 @DomName('SVGAElement.href') | 206 @DomName('SVGAElement.href') |
| 339 @DocsEditable() | 207 @DocsEditable() |
| 340 AnimatedString get href => wrap_jso(_blink.BlinkSVGAElement.instance.href_Gett
er_(unwrap_jso(this))); | 208 AnimatedString get href => _blink.BlinkSVGAElement.instance.href_Getter_(this)
; |
| 341 | 209 |
| 342 } | 210 } |
| 343 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 211 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 344 // for details. All rights reserved. Use of this source code is governed by a | 212 // for details. All rights reserved. Use of this source code is governed by a |
| 345 // BSD-style license that can be found in the LICENSE file. | 213 // BSD-style license that can be found in the LICENSE file. |
| 346 | 214 |
| 347 // WARNING: Do not edit - generated code. | 215 // WARNING: Do not edit - generated code. |
| 348 | 216 |
| 349 | 217 |
| 350 @DocsEditable() | 218 @DocsEditable() |
| 351 @DomName('SVGAngle') | 219 @DomName('SVGAngle') |
| 352 @Unstable() | 220 @Unstable() |
| 353 class Angle extends DartHtmlDomObject { | 221 class Angle extends DartHtmlDomObject { |
| 354 // To suppress missing implicit constructor warnings. | 222 // To suppress missing implicit constructor warnings. |
| 355 factory Angle._() { throw new UnsupportedError("Not supported"); } | 223 factory Angle._() { throw new UnsupportedError("Not supported"); } |
| 356 | 224 |
| 225 |
| 357 @Deprecated("Internal Use Only") | 226 @Deprecated("Internal Use Only") |
| 358 static Angle internalCreateAngle() { | 227 external static Type get instanceRuntimeType; |
| 359 return new Angle._internalWrap(); | |
| 360 } | |
| 361 | |
| 362 factory Angle._internalWrap() { | |
| 363 return new Angle.internal_(); | |
| 364 } | |
| 365 | 228 |
| 366 @Deprecated("Internal Use Only") | 229 @Deprecated("Internal Use Only") |
| 367 Angle.internal_() { } | 230 Angle.internal_() { } |
| 368 | 231 |
| 369 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 370 int get hashCode => unwrap_jso(this).hashCode; | |
| 371 | |
| 372 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') | 232 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') |
| 373 @DocsEditable() | 233 @DocsEditable() |
| 374 static const int SVG_ANGLETYPE_DEG = 2; | 234 static const int SVG_ANGLETYPE_DEG = 2; |
| 375 | 235 |
| 376 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') | 236 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') |
| 377 @DocsEditable() | 237 @DocsEditable() |
| 378 static const int SVG_ANGLETYPE_GRAD = 4; | 238 static const int SVG_ANGLETYPE_GRAD = 4; |
| 379 | 239 |
| 380 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') | 240 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') |
| 381 @DocsEditable() | 241 @DocsEditable() |
| 382 static const int SVG_ANGLETYPE_RAD = 3; | 242 static const int SVG_ANGLETYPE_RAD = 3; |
| 383 | 243 |
| 384 @DomName('SVGAngle.SVG_ANGLETYPE_UNKNOWN') | 244 @DomName('SVGAngle.SVG_ANGLETYPE_UNKNOWN') |
| 385 @DocsEditable() | 245 @DocsEditable() |
| 386 static const int SVG_ANGLETYPE_UNKNOWN = 0; | 246 static const int SVG_ANGLETYPE_UNKNOWN = 0; |
| 387 | 247 |
| 388 @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') | 248 @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') |
| 389 @DocsEditable() | 249 @DocsEditable() |
| 390 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; | 250 static const int SVG_ANGLETYPE_UNSPECIFIED = 1; |
| 391 | 251 |
| 392 @DomName('SVGAngle.unitType') | 252 @DomName('SVGAngle.unitType') |
| 393 @DocsEditable() | 253 @DocsEditable() |
| 394 int get unitType => _blink.BlinkSVGAngle.instance.unitType_Getter_(unwrap_jso(
this)); | 254 int get unitType => _blink.BlinkSVGAngle.instance.unitType_Getter_(this); |
| 395 | 255 |
| 396 @DomName('SVGAngle.value') | 256 @DomName('SVGAngle.value') |
| 397 @DocsEditable() | 257 @DocsEditable() |
| 398 num get value => _blink.BlinkSVGAngle.instance.value_Getter_(unwrap_jso(this))
; | 258 num get value => _blink.BlinkSVGAngle.instance.value_Getter_(this); |
| 399 | 259 |
| 400 @DomName('SVGAngle.value') | 260 @DomName('SVGAngle.value') |
| 401 @DocsEditable() | 261 @DocsEditable() |
| 402 set value(num value) => _blink.BlinkSVGAngle.instance.value_Setter_(unwrap_jso
(this), value); | 262 set value(num value) => _blink.BlinkSVGAngle.instance.value_Setter_(this, valu
e); |
| 403 | 263 |
| 404 @DomName('SVGAngle.valueAsString') | 264 @DomName('SVGAngle.valueAsString') |
| 405 @DocsEditable() | 265 @DocsEditable() |
| 406 String get valueAsString => _blink.BlinkSVGAngle.instance.valueAsString_Getter
_(unwrap_jso(this)); | 266 String get valueAsString => _blink.BlinkSVGAngle.instance.valueAsString_Getter
_(this); |
| 407 | 267 |
| 408 @DomName('SVGAngle.valueAsString') | 268 @DomName('SVGAngle.valueAsString') |
| 409 @DocsEditable() | 269 @DocsEditable() |
| 410 set valueAsString(String value) => _blink.BlinkSVGAngle.instance.valueAsString
_Setter_(unwrap_jso(this), value); | 270 set valueAsString(String value) => _blink.BlinkSVGAngle.instance.valueAsString
_Setter_(this, value); |
| 411 | 271 |
| 412 @DomName('SVGAngle.valueInSpecifiedUnits') | 272 @DomName('SVGAngle.valueInSpecifiedUnits') |
| 413 @DocsEditable() | 273 @DocsEditable() |
| 414 num get valueInSpecifiedUnits => _blink.BlinkSVGAngle.instance.valueInSpecifie
dUnits_Getter_(unwrap_jso(this)); | 274 num get valueInSpecifiedUnits => _blink.BlinkSVGAngle.instance.valueInSpecifie
dUnits_Getter_(this); |
| 415 | 275 |
| 416 @DomName('SVGAngle.valueInSpecifiedUnits') | 276 @DomName('SVGAngle.valueInSpecifiedUnits') |
| 417 @DocsEditable() | 277 @DocsEditable() |
| 418 set valueInSpecifiedUnits(num value) => _blink.BlinkSVGAngle.instance.valueInS
pecifiedUnits_Setter_(unwrap_jso(this), value); | 278 set valueInSpecifiedUnits(num value) => _blink.BlinkSVGAngle.instance.valueInS
pecifiedUnits_Setter_(this, value); |
| 419 | 279 |
| 420 @DomName('SVGAngle.convertToSpecifiedUnits') | 280 @DomName('SVGAngle.convertToSpecifiedUnits') |
| 421 @DocsEditable() | 281 @DocsEditable() |
| 422 void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGAngle.instance.co
nvertToSpecifiedUnits_Callback_1_(unwrap_jso(this), unitType); | 282 void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGAngle.instance.co
nvertToSpecifiedUnits_Callback_1_(this, unitType); |
| 423 | 283 |
| 424 @DomName('SVGAngle.newValueSpecifiedUnits') | 284 @DomName('SVGAngle.newValueSpecifiedUnits') |
| 425 @DocsEditable() | 285 @DocsEditable() |
| 426 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink
.BlinkSVGAngle.instance.newValueSpecifiedUnits_Callback_2_(unwrap_jso(this), uni
tType, valueInSpecifiedUnits); | 286 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink
.BlinkSVGAngle.instance.newValueSpecifiedUnits_Callback_2_(this, unitType, value
InSpecifiedUnits); |
| 427 | 287 |
| 428 } | 288 } |
| 429 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 289 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 430 // for details. All rights reserved. Use of this source code is governed by a | 290 // for details. All rights reserved. Use of this source code is governed by a |
| 431 // BSD-style license that can be found in the LICENSE file. | 291 // BSD-style license that can be found in the LICENSE file. |
| 432 | 292 |
| 433 // WARNING: Do not edit - generated code. | 293 // WARNING: Do not edit - generated code. |
| 434 | 294 |
| 435 | 295 |
| 436 @DocsEditable() | 296 @DocsEditable() |
| 437 @DomName('SVGAnimateElement') | 297 @DomName('SVGAnimateElement') |
| 438 @SupportedBrowser(SupportedBrowser.CHROME) | 298 @SupportedBrowser(SupportedBrowser.CHROME) |
| 439 @SupportedBrowser(SupportedBrowser.FIREFOX) | 299 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 440 @SupportedBrowser(SupportedBrowser.SAFARI) | 300 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 441 @Unstable() | 301 @Unstable() |
| 442 class AnimateElement extends AnimationElement { | 302 class AnimateElement extends AnimationElement { |
| 443 // To suppress missing implicit constructor warnings. | 303 // To suppress missing implicit constructor warnings. |
| 444 factory AnimateElement._() { throw new UnsupportedError("Not supported"); } | 304 factory AnimateElement._() { throw new UnsupportedError("Not supported"); } |
| 445 | 305 |
| 446 @DomName('SVGAnimateElement.SVGAnimateElement') | 306 @DomName('SVGAnimateElement.SVGAnimateElement') |
| 447 @DocsEditable() | 307 @DocsEditable() |
| 448 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); | 308 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); |
| 449 | 309 |
| 450 | 310 |
| 451 @Deprecated("Internal Use Only") | 311 @Deprecated("Internal Use Only") |
| 452 static AnimateElement internalCreateAnimateElement() { | 312 external static Type get instanceRuntimeType; |
| 453 return new AnimateElement._internalWrap(); | |
| 454 } | |
| 455 | |
| 456 external factory AnimateElement._internalWrap(); | |
| 457 | 313 |
| 458 @Deprecated("Internal Use Only") | 314 @Deprecated("Internal Use Only") |
| 459 AnimateElement.internal_() : super.internal_(); | 315 AnimateElement.internal_() : super.internal_(); |
| 460 | 316 |
| 461 /** | 317 /** |
| 462 * Constructor instantiated by the DOM when a custom element has been created. | 318 * Constructor instantiated by the DOM when a custom element has been created. |
| 463 * | 319 * |
| 464 * This can only be called by subclasses from their created constructor. | 320 * This can only be called by subclasses from their created constructor. |
| 465 */ | 321 */ |
| 466 AnimateElement.created() : super.created(); | 322 AnimateElement.created() : super.created(); |
| (...skipping 18 matching lines...) Expand all Loading... |
| 485 class AnimateMotionElement extends AnimationElement { | 341 class AnimateMotionElement extends AnimationElement { |
| 486 // To suppress missing implicit constructor warnings. | 342 // To suppress missing implicit constructor warnings. |
| 487 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported")
; } | 343 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported")
; } |
| 488 | 344 |
| 489 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') | 345 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') |
| 490 @DocsEditable() | 346 @DocsEditable() |
| 491 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); | 347 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); |
| 492 | 348 |
| 493 | 349 |
| 494 @Deprecated("Internal Use Only") | 350 @Deprecated("Internal Use Only") |
| 495 static AnimateMotionElement internalCreateAnimateMotionElement() { | 351 external static Type get instanceRuntimeType; |
| 496 return new AnimateMotionElement._internalWrap(); | |
| 497 } | |
| 498 | |
| 499 external factory AnimateMotionElement._internalWrap(); | |
| 500 | 352 |
| 501 @Deprecated("Internal Use Only") | 353 @Deprecated("Internal Use Only") |
| 502 AnimateMotionElement.internal_() : super.internal_(); | 354 AnimateMotionElement.internal_() : super.internal_(); |
| 503 | 355 |
| 504 /** | 356 /** |
| 505 * Constructor instantiated by the DOM when a custom element has been created. | 357 * Constructor instantiated by the DOM when a custom element has been created. |
| 506 * | 358 * |
| 507 * This can only be called by subclasses from their created constructor. | 359 * This can only be called by subclasses from their created constructor. |
| 508 */ | 360 */ |
| 509 AnimateMotionElement.created() : super.created(); | 361 AnimateMotionElement.created() : super.created(); |
| (...skipping 18 matching lines...) Expand all Loading... |
| 528 class AnimateTransformElement extends AnimationElement { | 380 class AnimateTransformElement extends AnimationElement { |
| 529 // To suppress missing implicit constructor warnings. | 381 // To suppress missing implicit constructor warnings. |
| 530 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte
d"); } | 382 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 531 | 383 |
| 532 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') | 384 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') |
| 533 @DocsEditable() | 385 @DocsEditable() |
| 534 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); | 386 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); |
| 535 | 387 |
| 536 | 388 |
| 537 @Deprecated("Internal Use Only") | 389 @Deprecated("Internal Use Only") |
| 538 static AnimateTransformElement internalCreateAnimateTransformElement() { | 390 external static Type get instanceRuntimeType; |
| 539 return new AnimateTransformElement._internalWrap(); | |
| 540 } | |
| 541 | |
| 542 external factory AnimateTransformElement._internalWrap(); | |
| 543 | 391 |
| 544 @Deprecated("Internal Use Only") | 392 @Deprecated("Internal Use Only") |
| 545 AnimateTransformElement.internal_() : super.internal_(); | 393 AnimateTransformElement.internal_() : super.internal_(); |
| 546 | 394 |
| 547 /** | 395 /** |
| 548 * Constructor instantiated by the DOM when a custom element has been created. | 396 * Constructor instantiated by the DOM when a custom element has been created. |
| 549 * | 397 * |
| 550 * This can only be called by subclasses from their created constructor. | 398 * This can only be called by subclasses from their created constructor. |
| 551 */ | 399 */ |
| 552 AnimateTransformElement.created() : super.created(); | 400 AnimateTransformElement.created() : super.created(); |
| 553 | 401 |
| 554 /// Checks if this type is supported on the current platform. | 402 /// Checks if this type is supported on the current platform. |
| 555 static bool get supported => true; | 403 static bool get supported => true; |
| 556 | 404 |
| 557 } | 405 } |
| 558 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 406 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 559 // for details. All rights reserved. Use of this source code is governed by a | 407 // for details. All rights reserved. Use of this source code is governed by a |
| 560 // BSD-style license that can be found in the LICENSE file. | 408 // BSD-style license that can be found in the LICENSE file. |
| 561 | 409 |
| 562 // WARNING: Do not edit - generated code. | 410 // WARNING: Do not edit - generated code. |
| 563 | 411 |
| 564 | 412 |
| 565 @DocsEditable() | 413 @DocsEditable() |
| 566 @DomName('SVGAnimatedAngle') | 414 @DomName('SVGAnimatedAngle') |
| 567 @Unstable() | 415 @Unstable() |
| 568 class AnimatedAngle extends DartHtmlDomObject { | 416 class AnimatedAngle extends DartHtmlDomObject { |
| 569 // To suppress missing implicit constructor warnings. | 417 // To suppress missing implicit constructor warnings. |
| 570 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } | 418 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } |
| 571 | 419 |
| 420 |
| 572 @Deprecated("Internal Use Only") | 421 @Deprecated("Internal Use Only") |
| 573 static AnimatedAngle internalCreateAnimatedAngle() { | 422 external static Type get instanceRuntimeType; |
| 574 return new AnimatedAngle._internalWrap(); | |
| 575 } | |
| 576 | |
| 577 factory AnimatedAngle._internalWrap() { | |
| 578 return new AnimatedAngle.internal_(); | |
| 579 } | |
| 580 | 423 |
| 581 @Deprecated("Internal Use Only") | 424 @Deprecated("Internal Use Only") |
| 582 AnimatedAngle.internal_() { } | 425 AnimatedAngle.internal_() { } |
| 583 | 426 |
| 584 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 585 int get hashCode => unwrap_jso(this).hashCode; | |
| 586 | |
| 587 @DomName('SVGAnimatedAngle.animVal') | 427 @DomName('SVGAnimatedAngle.animVal') |
| 588 @DocsEditable() | 428 @DocsEditable() |
| 589 Angle get animVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.animVal_Ge
tter_(unwrap_jso(this))); | 429 Angle get animVal => _blink.BlinkSVGAnimatedAngle.instance.animVal_Getter_(thi
s); |
| 590 | 430 |
| 591 @DomName('SVGAnimatedAngle.baseVal') | 431 @DomName('SVGAnimatedAngle.baseVal') |
| 592 @DocsEditable() | 432 @DocsEditable() |
| 593 Angle get baseVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.baseVal_Ge
tter_(unwrap_jso(this))); | 433 Angle get baseVal => _blink.BlinkSVGAnimatedAngle.instance.baseVal_Getter_(thi
s); |
| 594 | 434 |
| 595 } | 435 } |
| 596 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 436 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 597 // for details. All rights reserved. Use of this source code is governed by a | 437 // for details. All rights reserved. Use of this source code is governed by a |
| 598 // BSD-style license that can be found in the LICENSE file. | 438 // BSD-style license that can be found in the LICENSE file. |
| 599 | 439 |
| 600 // WARNING: Do not edit - generated code. | 440 // WARNING: Do not edit - generated code. |
| 601 | 441 |
| 602 | 442 |
| 603 @DocsEditable() | 443 @DocsEditable() |
| 604 @DomName('SVGAnimatedBoolean') | 444 @DomName('SVGAnimatedBoolean') |
| 605 @Unstable() | 445 @Unstable() |
| 606 class AnimatedBoolean extends DartHtmlDomObject { | 446 class AnimatedBoolean extends DartHtmlDomObject { |
| 607 // To suppress missing implicit constructor warnings. | 447 // To suppress missing implicit constructor warnings. |
| 608 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } | 448 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } |
| 609 | 449 |
| 450 |
| 610 @Deprecated("Internal Use Only") | 451 @Deprecated("Internal Use Only") |
| 611 static AnimatedBoolean internalCreateAnimatedBoolean() { | 452 external static Type get instanceRuntimeType; |
| 612 return new AnimatedBoolean._internalWrap(); | |
| 613 } | |
| 614 | |
| 615 factory AnimatedBoolean._internalWrap() { | |
| 616 return new AnimatedBoolean.internal_(); | |
| 617 } | |
| 618 | 453 |
| 619 @Deprecated("Internal Use Only") | 454 @Deprecated("Internal Use Only") |
| 620 AnimatedBoolean.internal_() { } | 455 AnimatedBoolean.internal_() { } |
| 621 | 456 |
| 622 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 623 int get hashCode => unwrap_jso(this).hashCode; | |
| 624 | |
| 625 @DomName('SVGAnimatedBoolean.animVal') | 457 @DomName('SVGAnimatedBoolean.animVal') |
| 626 @DocsEditable() | 458 @DocsEditable() |
| 627 bool get animVal => _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(un
wrap_jso(this)); | 459 bool get animVal => _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(th
is); |
| 628 | 460 |
| 629 @DomName('SVGAnimatedBoolean.baseVal') | 461 @DomName('SVGAnimatedBoolean.baseVal') |
| 630 @DocsEditable() | 462 @DocsEditable() |
| 631 bool get baseVal => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(un
wrap_jso(this)); | 463 bool get baseVal => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(th
is); |
| 632 | 464 |
| 633 @DomName('SVGAnimatedBoolean.baseVal') | 465 @DomName('SVGAnimatedBoolean.baseVal') |
| 634 @DocsEditable() | 466 @DocsEditable() |
| 635 set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Set
ter_(unwrap_jso(this), value); | 467 set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Set
ter_(this, value); |
| 636 | 468 |
| 637 } | 469 } |
| 638 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 470 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 639 // for details. All rights reserved. Use of this source code is governed by a | 471 // for details. All rights reserved. Use of this source code is governed by a |
| 640 // BSD-style license that can be found in the LICENSE file. | 472 // BSD-style license that can be found in the LICENSE file. |
| 641 | 473 |
| 642 // WARNING: Do not edit - generated code. | 474 // WARNING: Do not edit - generated code. |
| 643 | 475 |
| 644 | 476 |
| 645 @DocsEditable() | 477 @DocsEditable() |
| 646 @DomName('SVGAnimatedEnumeration') | 478 @DomName('SVGAnimatedEnumeration') |
| 647 @Unstable() | 479 @Unstable() |
| 648 class AnimatedEnumeration extends DartHtmlDomObject { | 480 class AnimatedEnumeration extends DartHtmlDomObject { |
| 649 // To suppress missing implicit constructor warnings. | 481 // To suppress missing implicit constructor warnings. |
| 650 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported");
} | 482 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported");
} |
| 651 | 483 |
| 484 |
| 652 @Deprecated("Internal Use Only") | 485 @Deprecated("Internal Use Only") |
| 653 static AnimatedEnumeration internalCreateAnimatedEnumeration() { | 486 external static Type get instanceRuntimeType; |
| 654 return new AnimatedEnumeration._internalWrap(); | |
| 655 } | |
| 656 | |
| 657 factory AnimatedEnumeration._internalWrap() { | |
| 658 return new AnimatedEnumeration.internal_(); | |
| 659 } | |
| 660 | 487 |
| 661 @Deprecated("Internal Use Only") | 488 @Deprecated("Internal Use Only") |
| 662 AnimatedEnumeration.internal_() { } | 489 AnimatedEnumeration.internal_() { } |
| 663 | 490 |
| 664 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 665 int get hashCode => unwrap_jso(this).hashCode; | |
| 666 | |
| 667 @DomName('SVGAnimatedEnumeration.animVal') | 491 @DomName('SVGAnimatedEnumeration.animVal') |
| 668 @DocsEditable() | 492 @DocsEditable() |
| 669 int get animVal => _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_
(unwrap_jso(this)); | 493 int get animVal => _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_
(this); |
| 670 | 494 |
| 671 @DomName('SVGAnimatedEnumeration.baseVal') | 495 @DomName('SVGAnimatedEnumeration.baseVal') |
| 672 @DocsEditable() | 496 @DocsEditable() |
| 673 int get baseVal => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_
(unwrap_jso(this)); | 497 int get baseVal => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_
(this); |
| 674 | 498 |
| 675 @DomName('SVGAnimatedEnumeration.baseVal') | 499 @DomName('SVGAnimatedEnumeration.baseVal') |
| 676 @DocsEditable() | 500 @DocsEditable() |
| 677 set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_
Setter_(unwrap_jso(this), value); | 501 set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_
Setter_(this, value); |
| 678 | 502 |
| 679 } | 503 } |
| 680 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 504 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 681 // for details. All rights reserved. Use of this source code is governed by a | 505 // for details. All rights reserved. Use of this source code is governed by a |
| 682 // BSD-style license that can be found in the LICENSE file. | 506 // BSD-style license that can be found in the LICENSE file. |
| 683 | 507 |
| 684 // WARNING: Do not edit - generated code. | 508 // WARNING: Do not edit - generated code. |
| 685 | 509 |
| 686 | 510 |
| 687 @DocsEditable() | 511 @DocsEditable() |
| 688 @DomName('SVGAnimatedInteger') | 512 @DomName('SVGAnimatedInteger') |
| 689 @Unstable() | 513 @Unstable() |
| 690 class AnimatedInteger extends DartHtmlDomObject { | 514 class AnimatedInteger extends DartHtmlDomObject { |
| 691 // To suppress missing implicit constructor warnings. | 515 // To suppress missing implicit constructor warnings. |
| 692 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } | 516 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } |
| 693 | 517 |
| 518 |
| 694 @Deprecated("Internal Use Only") | 519 @Deprecated("Internal Use Only") |
| 695 static AnimatedInteger internalCreateAnimatedInteger() { | 520 external static Type get instanceRuntimeType; |
| 696 return new AnimatedInteger._internalWrap(); | |
| 697 } | |
| 698 | |
| 699 factory AnimatedInteger._internalWrap() { | |
| 700 return new AnimatedInteger.internal_(); | |
| 701 } | |
| 702 | 521 |
| 703 @Deprecated("Internal Use Only") | 522 @Deprecated("Internal Use Only") |
| 704 AnimatedInteger.internal_() { } | 523 AnimatedInteger.internal_() { } |
| 705 | 524 |
| 706 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 707 int get hashCode => unwrap_jso(this).hashCode; | |
| 708 | |
| 709 @DomName('SVGAnimatedInteger.animVal') | 525 @DomName('SVGAnimatedInteger.animVal') |
| 710 @DocsEditable() | 526 @DocsEditable() |
| 711 int get animVal => _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(unw
rap_jso(this)); | 527 int get animVal => _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(thi
s); |
| 712 | 528 |
| 713 @DomName('SVGAnimatedInteger.baseVal') | 529 @DomName('SVGAnimatedInteger.baseVal') |
| 714 @DocsEditable() | 530 @DocsEditable() |
| 715 int get baseVal => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(unw
rap_jso(this)); | 531 int get baseVal => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(thi
s); |
| 716 | 532 |
| 717 @DomName('SVGAnimatedInteger.baseVal') | 533 @DomName('SVGAnimatedInteger.baseVal') |
| 718 @DocsEditable() | 534 @DocsEditable() |
| 719 set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Sett
er_(unwrap_jso(this), value); | 535 set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Sett
er_(this, value); |
| 720 | 536 |
| 721 } | 537 } |
| 722 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 538 // 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 | 539 // 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. | 540 // BSD-style license that can be found in the LICENSE file. |
| 725 | 541 |
| 726 // WARNING: Do not edit - generated code. | 542 // WARNING: Do not edit - generated code. |
| 727 | 543 |
| 728 | 544 |
| 729 @DocsEditable() | 545 @DocsEditable() |
| 730 @DomName('SVGAnimatedLength') | 546 @DomName('SVGAnimatedLength') |
| 731 @Unstable() | 547 @Unstable() |
| 732 class AnimatedLength extends DartHtmlDomObject { | 548 class AnimatedLength extends DartHtmlDomObject { |
| 733 // To suppress missing implicit constructor warnings. | 549 // To suppress missing implicit constructor warnings. |
| 734 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } | 550 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } |
| 735 | 551 |
| 552 |
| 736 @Deprecated("Internal Use Only") | 553 @Deprecated("Internal Use Only") |
| 737 static AnimatedLength internalCreateAnimatedLength() { | 554 external static Type get instanceRuntimeType; |
| 738 return new AnimatedLength._internalWrap(); | |
| 739 } | |
| 740 | |
| 741 factory AnimatedLength._internalWrap() { | |
| 742 return new AnimatedLength.internal_(); | |
| 743 } | |
| 744 | 555 |
| 745 @Deprecated("Internal Use Only") | 556 @Deprecated("Internal Use Only") |
| 746 AnimatedLength.internal_() { } | 557 AnimatedLength.internal_() { } |
| 747 | 558 |
| 748 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 749 int get hashCode => unwrap_jso(this).hashCode; | |
| 750 | |
| 751 @DomName('SVGAnimatedLength.animVal') | 559 @DomName('SVGAnimatedLength.animVal') |
| 752 @DocsEditable() | 560 @DocsEditable() |
| 753 Length get animVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.animVal_
Getter_(unwrap_jso(this))); | 561 Length get animVal => _blink.BlinkSVGAnimatedLength.instance.animVal_Getter_(t
his); |
| 754 | 562 |
| 755 @DomName('SVGAnimatedLength.baseVal') | 563 @DomName('SVGAnimatedLength.baseVal') |
| 756 @DocsEditable() | 564 @DocsEditable() |
| 757 Length get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.baseVal_
Getter_(unwrap_jso(this))); | 565 Length get baseVal => _blink.BlinkSVGAnimatedLength.instance.baseVal_Getter_(t
his); |
| 758 | 566 |
| 759 } | 567 } |
| 760 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 568 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 761 // for details. All rights reserved. Use of this source code is governed by a | 569 // for details. All rights reserved. Use of this source code is governed by a |
| 762 // BSD-style license that can be found in the LICENSE file. | 570 // BSD-style license that can be found in the LICENSE file. |
| 763 | 571 |
| 764 // WARNING: Do not edit - generated code. | 572 // WARNING: Do not edit - generated code. |
| 765 | 573 |
| 766 | 574 |
| 767 @DocsEditable() | 575 @DocsEditable() |
| 768 @DomName('SVGAnimatedLengthList') | 576 @DomName('SVGAnimatedLengthList') |
| 769 @Unstable() | 577 @Unstable() |
| 770 class AnimatedLengthList extends DartHtmlDomObject { | 578 class AnimatedLengthList extends DartHtmlDomObject { |
| 771 // To suppress missing implicit constructor warnings. | 579 // To suppress missing implicit constructor warnings. |
| 772 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported");
} | 580 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported");
} |
| 773 | 581 |
| 582 |
| 774 @Deprecated("Internal Use Only") | 583 @Deprecated("Internal Use Only") |
| 775 static AnimatedLengthList internalCreateAnimatedLengthList() { | 584 external static Type get instanceRuntimeType; |
| 776 return new AnimatedLengthList._internalWrap(); | |
| 777 } | |
| 778 | |
| 779 factory AnimatedLengthList._internalWrap() { | |
| 780 return new AnimatedLengthList.internal_(); | |
| 781 } | |
| 782 | 585 |
| 783 @Deprecated("Internal Use Only") | 586 @Deprecated("Internal Use Only") |
| 784 AnimatedLengthList.internal_() { } | 587 AnimatedLengthList.internal_() { } |
| 785 | 588 |
| 786 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 787 int get hashCode => unwrap_jso(this).hashCode; | |
| 788 | |
| 789 @DomName('SVGAnimatedLengthList.animVal') | 589 @DomName('SVGAnimatedLengthList.animVal') |
| 790 @DocsEditable() | 590 @DocsEditable() |
| 791 LengthList get animVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance.
animVal_Getter_(unwrap_jso(this))); | 591 LengthList get animVal => _blink.BlinkSVGAnimatedLengthList.instance.animVal_G
etter_(this); |
| 792 | 592 |
| 793 @DomName('SVGAnimatedLengthList.baseVal') | 593 @DomName('SVGAnimatedLengthList.baseVal') |
| 794 @DocsEditable() | 594 @DocsEditable() |
| 795 LengthList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance.
baseVal_Getter_(unwrap_jso(this))); | 595 LengthList get baseVal => _blink.BlinkSVGAnimatedLengthList.instance.baseVal_G
etter_(this); |
| 796 | 596 |
| 797 } | 597 } |
| 798 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 598 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 799 // for details. All rights reserved. Use of this source code is governed by a | 599 // for details. All rights reserved. Use of this source code is governed by a |
| 800 // BSD-style license that can be found in the LICENSE file. | 600 // BSD-style license that can be found in the LICENSE file. |
| 801 | 601 |
| 802 // WARNING: Do not edit - generated code. | 602 // WARNING: Do not edit - generated code. |
| 803 | 603 |
| 804 | 604 |
| 805 @DocsEditable() | 605 @DocsEditable() |
| 806 @DomName('SVGAnimatedNumber') | 606 @DomName('SVGAnimatedNumber') |
| 807 @Unstable() | 607 @Unstable() |
| 808 class AnimatedNumber extends DartHtmlDomObject { | 608 class AnimatedNumber extends DartHtmlDomObject { |
| 809 // To suppress missing implicit constructor warnings. | 609 // To suppress missing implicit constructor warnings. |
| 810 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } | 610 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } |
| 811 | 611 |
| 612 |
| 812 @Deprecated("Internal Use Only") | 613 @Deprecated("Internal Use Only") |
| 813 static AnimatedNumber internalCreateAnimatedNumber() { | 614 external static Type get instanceRuntimeType; |
| 814 return new AnimatedNumber._internalWrap(); | |
| 815 } | |
| 816 | |
| 817 factory AnimatedNumber._internalWrap() { | |
| 818 return new AnimatedNumber.internal_(); | |
| 819 } | |
| 820 | 615 |
| 821 @Deprecated("Internal Use Only") | 616 @Deprecated("Internal Use Only") |
| 822 AnimatedNumber.internal_() { } | 617 AnimatedNumber.internal_() { } |
| 823 | 618 |
| 824 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 825 int get hashCode => unwrap_jso(this).hashCode; | |
| 826 | |
| 827 @DomName('SVGAnimatedNumber.animVal') | 619 @DomName('SVGAnimatedNumber.animVal') |
| 828 @DocsEditable() | 620 @DocsEditable() |
| 829 num get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(unwr
ap_jso(this)); | 621 num get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(this
); |
| 830 | 622 |
| 831 @DomName('SVGAnimatedNumber.baseVal') | 623 @DomName('SVGAnimatedNumber.baseVal') |
| 832 @DocsEditable() | 624 @DocsEditable() |
| 833 num get baseVal => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(unwr
ap_jso(this)); | 625 num get baseVal => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(this
); |
| 834 | 626 |
| 835 @DomName('SVGAnimatedNumber.baseVal') | 627 @DomName('SVGAnimatedNumber.baseVal') |
| 836 @DocsEditable() | 628 @DocsEditable() |
| 837 set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Sette
r_(unwrap_jso(this), value); | 629 set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Sette
r_(this, value); |
| 838 | 630 |
| 839 } | 631 } |
| 840 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 632 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 841 // for details. All rights reserved. Use of this source code is governed by a | 633 // for details. All rights reserved. Use of this source code is governed by a |
| 842 // BSD-style license that can be found in the LICENSE file. | 634 // BSD-style license that can be found in the LICENSE file. |
| 843 | 635 |
| 844 // WARNING: Do not edit - generated code. | 636 // WARNING: Do not edit - generated code. |
| 845 | 637 |
| 846 | 638 |
| 847 @DocsEditable() | 639 @DocsEditable() |
| 848 @DomName('SVGAnimatedNumberList') | 640 @DomName('SVGAnimatedNumberList') |
| 849 @Unstable() | 641 @Unstable() |
| 850 class AnimatedNumberList extends DartHtmlDomObject { | 642 class AnimatedNumberList extends DartHtmlDomObject { |
| 851 // To suppress missing implicit constructor warnings. | 643 // To suppress missing implicit constructor warnings. |
| 852 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported");
} | 644 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported");
} |
| 853 | 645 |
| 646 |
| 854 @Deprecated("Internal Use Only") | 647 @Deprecated("Internal Use Only") |
| 855 static AnimatedNumberList internalCreateAnimatedNumberList() { | 648 external static Type get instanceRuntimeType; |
| 856 return new AnimatedNumberList._internalWrap(); | |
| 857 } | |
| 858 | |
| 859 factory AnimatedNumberList._internalWrap() { | |
| 860 return new AnimatedNumberList.internal_(); | |
| 861 } | |
| 862 | 649 |
| 863 @Deprecated("Internal Use Only") | 650 @Deprecated("Internal Use Only") |
| 864 AnimatedNumberList.internal_() { } | 651 AnimatedNumberList.internal_() { } |
| 865 | 652 |
| 866 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 867 int get hashCode => unwrap_jso(this).hashCode; | |
| 868 | |
| 869 @DomName('SVGAnimatedNumberList.animVal') | 653 @DomName('SVGAnimatedNumberList.animVal') |
| 870 @DocsEditable() | 654 @DocsEditable() |
| 871 NumberList get animVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance.
animVal_Getter_(unwrap_jso(this))); | 655 NumberList get animVal => _blink.BlinkSVGAnimatedNumberList.instance.animVal_G
etter_(this); |
| 872 | 656 |
| 873 @DomName('SVGAnimatedNumberList.baseVal') | 657 @DomName('SVGAnimatedNumberList.baseVal') |
| 874 @DocsEditable() | 658 @DocsEditable() |
| 875 NumberList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance.
baseVal_Getter_(unwrap_jso(this))); | 659 NumberList get baseVal => _blink.BlinkSVGAnimatedNumberList.instance.baseVal_G
etter_(this); |
| 876 | 660 |
| 877 } | 661 } |
| 878 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 662 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 879 // for details. All rights reserved. Use of this source code is governed by a | 663 // for details. All rights reserved. Use of this source code is governed by a |
| 880 // BSD-style license that can be found in the LICENSE file. | 664 // BSD-style license that can be found in the LICENSE file. |
| 881 | 665 |
| 882 // WARNING: Do not edit - generated code. | 666 // WARNING: Do not edit - generated code. |
| 883 | 667 |
| 884 | 668 |
| 885 @DocsEditable() | 669 @DocsEditable() |
| 886 @DomName('SVGAnimatedPreserveAspectRatio') | 670 @DomName('SVGAnimatedPreserveAspectRatio') |
| 887 @Unstable() | 671 @Unstable() |
| 888 class AnimatedPreserveAspectRatio extends DartHtmlDomObject { | 672 class AnimatedPreserveAspectRatio extends DartHtmlDomObject { |
| 889 // To suppress missing implicit constructor warnings. | 673 // To suppress missing implicit constructor warnings. |
| 890 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp
orted"); } | 674 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp
orted"); } |
| 891 | 675 |
| 676 |
| 892 @Deprecated("Internal Use Only") | 677 @Deprecated("Internal Use Only") |
| 893 static AnimatedPreserveAspectRatio internalCreateAnimatedPreserveAspectRatio()
{ | 678 external static Type get instanceRuntimeType; |
| 894 return new AnimatedPreserveAspectRatio._internalWrap(); | |
| 895 } | |
| 896 | |
| 897 factory AnimatedPreserveAspectRatio._internalWrap() { | |
| 898 return new AnimatedPreserveAspectRatio.internal_(); | |
| 899 } | |
| 900 | 679 |
| 901 @Deprecated("Internal Use Only") | 680 @Deprecated("Internal Use Only") |
| 902 AnimatedPreserveAspectRatio.internal_() { } | 681 AnimatedPreserveAspectRatio.internal_() { } |
| 903 | 682 |
| 904 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 905 int get hashCode => unwrap_jso(this).hashCode; | |
| 906 | |
| 907 @DomName('SVGAnimatedPreserveAspectRatio.animVal') | 683 @DomName('SVGAnimatedPreserveAspectRatio.animVal') |
| 908 @DocsEditable() | 684 @DocsEditable() |
| 909 PreserveAspectRatio get animVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp
ectRatio.instance.animVal_Getter_(unwrap_jso(this))); | 685 PreserveAspectRatio get animVal => _blink.BlinkSVGAnimatedPreserveAspectRatio.
instance.animVal_Getter_(this); |
| 910 | 686 |
| 911 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') | 687 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') |
| 912 @DocsEditable() | 688 @DocsEditable() |
| 913 PreserveAspectRatio get baseVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp
ectRatio.instance.baseVal_Getter_(unwrap_jso(this))); | 689 PreserveAspectRatio get baseVal => _blink.BlinkSVGAnimatedPreserveAspectRatio.
instance.baseVal_Getter_(this); |
| 914 | 690 |
| 915 } | 691 } |
| 916 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 692 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 917 // for details. All rights reserved. Use of this source code is governed by a | 693 // for details. All rights reserved. Use of this source code is governed by a |
| 918 // BSD-style license that can be found in the LICENSE file. | 694 // BSD-style license that can be found in the LICENSE file. |
| 919 | 695 |
| 920 // WARNING: Do not edit - generated code. | 696 // WARNING: Do not edit - generated code. |
| 921 | 697 |
| 922 | 698 |
| 923 @DocsEditable() | 699 @DocsEditable() |
| 924 @DomName('SVGAnimatedRect') | 700 @DomName('SVGAnimatedRect') |
| 925 @Unstable() | 701 @Unstable() |
| 926 class AnimatedRect extends DartHtmlDomObject { | 702 class AnimatedRect extends DartHtmlDomObject { |
| 927 // To suppress missing implicit constructor warnings. | 703 // To suppress missing implicit constructor warnings. |
| 928 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } | 704 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } |
| 929 | 705 |
| 706 |
| 930 @Deprecated("Internal Use Only") | 707 @Deprecated("Internal Use Only") |
| 931 static AnimatedRect internalCreateAnimatedRect() { | 708 external static Type get instanceRuntimeType; |
| 932 return new AnimatedRect._internalWrap(); | |
| 933 } | |
| 934 | |
| 935 factory AnimatedRect._internalWrap() { | |
| 936 return new AnimatedRect.internal_(); | |
| 937 } | |
| 938 | 709 |
| 939 @Deprecated("Internal Use Only") | 710 @Deprecated("Internal Use Only") |
| 940 AnimatedRect.internal_() { } | 711 AnimatedRect.internal_() { } |
| 941 | 712 |
| 942 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 943 int get hashCode => unwrap_jso(this).hashCode; | |
| 944 | |
| 945 @DomName('SVGAnimatedRect.animVal') | 713 @DomName('SVGAnimatedRect.animVal') |
| 946 @DocsEditable() | 714 @DocsEditable() |
| 947 Rect get animVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.animVal_Gett
er_(unwrap_jso(this))); | 715 Rect get animVal => _blink.BlinkSVGAnimatedRect.instance.animVal_Getter_(this)
; |
| 948 | 716 |
| 949 @DomName('SVGAnimatedRect.baseVal') | 717 @DomName('SVGAnimatedRect.baseVal') |
| 950 @DocsEditable() | 718 @DocsEditable() |
| 951 Rect get baseVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.baseVal_Gett
er_(unwrap_jso(this))); | 719 Rect get baseVal => _blink.BlinkSVGAnimatedRect.instance.baseVal_Getter_(this)
; |
| 952 | 720 |
| 953 } | 721 } |
| 954 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 722 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 955 // for details. All rights reserved. Use of this source code is governed by a | 723 // for details. All rights reserved. Use of this source code is governed by a |
| 956 // BSD-style license that can be found in the LICENSE file. | 724 // BSD-style license that can be found in the LICENSE file. |
| 957 | 725 |
| 958 // WARNING: Do not edit - generated code. | 726 // WARNING: Do not edit - generated code. |
| 959 | 727 |
| 960 | 728 |
| 961 @DocsEditable() | 729 @DocsEditable() |
| 962 @DomName('SVGAnimatedString') | 730 @DomName('SVGAnimatedString') |
| 963 @Unstable() | 731 @Unstable() |
| 964 class AnimatedString extends DartHtmlDomObject { | 732 class AnimatedString extends DartHtmlDomObject { |
| 965 // To suppress missing implicit constructor warnings. | 733 // To suppress missing implicit constructor warnings. |
| 966 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } | 734 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } |
| 967 | 735 |
| 736 |
| 968 @Deprecated("Internal Use Only") | 737 @Deprecated("Internal Use Only") |
| 969 static AnimatedString internalCreateAnimatedString() { | 738 external static Type get instanceRuntimeType; |
| 970 return new AnimatedString._internalWrap(); | |
| 971 } | |
| 972 | |
| 973 factory AnimatedString._internalWrap() { | |
| 974 return new AnimatedString.internal_(); | |
| 975 } | |
| 976 | 739 |
| 977 @Deprecated("Internal Use Only") | 740 @Deprecated("Internal Use Only") |
| 978 AnimatedString.internal_() { } | 741 AnimatedString.internal_() { } |
| 979 | 742 |
| 980 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 981 int get hashCode => unwrap_jso(this).hashCode; | |
| 982 | |
| 983 @DomName('SVGAnimatedString.animVal') | 743 @DomName('SVGAnimatedString.animVal') |
| 984 @DocsEditable() | 744 @DocsEditable() |
| 985 String get animVal => _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(u
nwrap_jso(this)); | 745 String get animVal => _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(t
his); |
| 986 | 746 |
| 987 @DomName('SVGAnimatedString.baseVal') | 747 @DomName('SVGAnimatedString.baseVal') |
| 988 @DocsEditable() | 748 @DocsEditable() |
| 989 String get baseVal => _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(u
nwrap_jso(this)); | 749 String get baseVal => _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(t
his); |
| 990 | 750 |
| 991 @DomName('SVGAnimatedString.baseVal') | 751 @DomName('SVGAnimatedString.baseVal') |
| 992 @DocsEditable() | 752 @DocsEditable() |
| 993 set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseVal_Se
tter_(unwrap_jso(this), value); | 753 set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseVal_Se
tter_(this, value); |
| 994 | 754 |
| 995 } | 755 } |
| 996 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 756 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 997 // for details. All rights reserved. Use of this source code is governed by a | 757 // for details. All rights reserved. Use of this source code is governed by a |
| 998 // BSD-style license that can be found in the LICENSE file. | 758 // BSD-style license that can be found in the LICENSE file. |
| 999 | 759 |
| 1000 // WARNING: Do not edit - generated code. | 760 // WARNING: Do not edit - generated code. |
| 1001 | 761 |
| 1002 | 762 |
| 1003 @DocsEditable() | 763 @DocsEditable() |
| 1004 @DomName('SVGAnimatedTransformList') | 764 @DomName('SVGAnimatedTransformList') |
| 1005 @Unstable() | 765 @Unstable() |
| 1006 class AnimatedTransformList extends DartHtmlDomObject { | 766 class AnimatedTransformList extends DartHtmlDomObject { |
| 1007 // To suppress missing implicit constructor warnings. | 767 // To suppress missing implicit constructor warnings. |
| 1008 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"
); } | 768 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"
); } |
| 1009 | 769 |
| 770 |
| 1010 @Deprecated("Internal Use Only") | 771 @Deprecated("Internal Use Only") |
| 1011 static AnimatedTransformList internalCreateAnimatedTransformList() { | 772 external static Type get instanceRuntimeType; |
| 1012 return new AnimatedTransformList._internalWrap(); | |
| 1013 } | |
| 1014 | |
| 1015 factory AnimatedTransformList._internalWrap() { | |
| 1016 return new AnimatedTransformList.internal_(); | |
| 1017 } | |
| 1018 | 773 |
| 1019 @Deprecated("Internal Use Only") | 774 @Deprecated("Internal Use Only") |
| 1020 AnimatedTransformList.internal_() { } | 775 AnimatedTransformList.internal_() { } |
| 1021 | 776 |
| 1022 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 1023 int get hashCode => unwrap_jso(this).hashCode; | |
| 1024 | |
| 1025 @DomName('SVGAnimatedTransformList.animVal') | 777 @DomName('SVGAnimatedTransformList.animVal') |
| 1026 @DocsEditable() | 778 @DocsEditable() |
| 1027 TransformList get animVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins
tance.animVal_Getter_(unwrap_jso(this))); | 779 TransformList get animVal => _blink.BlinkSVGAnimatedTransformList.instance.ani
mVal_Getter_(this); |
| 1028 | 780 |
| 1029 @DomName('SVGAnimatedTransformList.baseVal') | 781 @DomName('SVGAnimatedTransformList.baseVal') |
| 1030 @DocsEditable() | 782 @DocsEditable() |
| 1031 TransformList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins
tance.baseVal_Getter_(unwrap_jso(this))); | 783 TransformList get baseVal => _blink.BlinkSVGAnimatedTransformList.instance.bas
eVal_Getter_(this); |
| 1032 | 784 |
| 1033 } | 785 } |
| 1034 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 786 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1035 // for details. All rights reserved. Use of this source code is governed by a | 787 // for details. All rights reserved. Use of this source code is governed by a |
| 1036 // BSD-style license that can be found in the LICENSE file. | 788 // BSD-style license that can be found in the LICENSE file. |
| 1037 | 789 |
| 1038 // WARNING: Do not edit - generated code. | 790 // WARNING: Do not edit - generated code. |
| 1039 | 791 |
| 1040 | 792 |
| 1041 @DocsEditable() | 793 @DocsEditable() |
| 1042 @DomName('SVGAnimationElement') | 794 @DomName('SVGAnimationElement') |
| 1043 @Unstable() | 795 @Unstable() |
| 1044 class AnimationElement extends SvgElement implements Tests { | 796 class AnimationElement extends SvgElement implements Tests { |
| 1045 // To suppress missing implicit constructor warnings. | 797 // To suppress missing implicit constructor warnings. |
| 1046 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } | 798 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } |
| 1047 | 799 |
| 1048 @DomName('SVGAnimationElement.SVGAnimationElement') | 800 @DomName('SVGAnimationElement.SVGAnimationElement') |
| 1049 @DocsEditable() | 801 @DocsEditable() |
| 1050 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 802 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
| 1051 | 803 |
| 1052 | 804 |
| 1053 @Deprecated("Internal Use Only") | 805 @Deprecated("Internal Use Only") |
| 1054 static AnimationElement internalCreateAnimationElement() { | 806 external static Type get instanceRuntimeType; |
| 1055 return new AnimationElement._internalWrap(); | |
| 1056 } | |
| 1057 | |
| 1058 external factory AnimationElement._internalWrap(); | |
| 1059 | 807 |
| 1060 @Deprecated("Internal Use Only") | 808 @Deprecated("Internal Use Only") |
| 1061 AnimationElement.internal_() : super.internal_(); | 809 AnimationElement.internal_() : super.internal_(); |
| 1062 | 810 |
| 1063 /** | 811 /** |
| 1064 * Constructor instantiated by the DOM when a custom element has been created. | 812 * Constructor instantiated by the DOM when a custom element has been created. |
| 1065 * | 813 * |
| 1066 * This can only be called by subclasses from their created constructor. | 814 * This can only be called by subclasses from their created constructor. |
| 1067 */ | 815 */ |
| 1068 AnimationElement.created() : super.created(); | 816 AnimationElement.created() : super.created(); |
| 1069 | 817 |
| 1070 @DomName('SVGAnimationElement.targetElement') | 818 @DomName('SVGAnimationElement.targetElement') |
| 1071 @DocsEditable() | 819 @DocsEditable() |
| 1072 SvgElement get targetElement => wrap_jso(_blink.BlinkSVGAnimationElement.insta
nce.targetElement_Getter_(unwrap_jso(this))); | 820 SvgElement get targetElement => _blink.BlinkSVGAnimationElement.instance.targe
tElement_Getter_(this); |
| 1073 | 821 |
| 1074 @DomName('SVGAnimationElement.beginElement') | 822 @DomName('SVGAnimationElement.beginElement') |
| 1075 @DocsEditable() | 823 @DocsEditable() |
| 1076 void beginElement() => _blink.BlinkSVGAnimationElement.instance.beginElement_C
allback_0_(unwrap_jso(this)); | 824 void beginElement() => _blink.BlinkSVGAnimationElement.instance.beginElement_C
allback_0_(this); |
| 1077 | 825 |
| 1078 @DomName('SVGAnimationElement.beginElementAt') | 826 @DomName('SVGAnimationElement.beginElementAt') |
| 1079 @DocsEditable() | 827 @DocsEditable() |
| 1080 void beginElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.be
ginElementAt_Callback_1_(unwrap_jso(this), offset); | 828 void beginElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.be
ginElementAt_Callback_1_(this, offset); |
| 1081 | 829 |
| 1082 @DomName('SVGAnimationElement.endElement') | 830 @DomName('SVGAnimationElement.endElement') |
| 1083 @DocsEditable() | 831 @DocsEditable() |
| 1084 void endElement() => _blink.BlinkSVGAnimationElement.instance.endElement_Callb
ack_0_(unwrap_jso(this)); | 832 void endElement() => _blink.BlinkSVGAnimationElement.instance.endElement_Callb
ack_0_(this); |
| 1085 | 833 |
| 1086 @DomName('SVGAnimationElement.endElementAt') | 834 @DomName('SVGAnimationElement.endElementAt') |
| 1087 @DocsEditable() | 835 @DocsEditable() |
| 1088 void endElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.endE
lementAt_Callback_1_(unwrap_jso(this), offset); | 836 void endElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.endE
lementAt_Callback_1_(this, offset); |
| 1089 | 837 |
| 1090 @DomName('SVGAnimationElement.getCurrentTime') | 838 @DomName('SVGAnimationElement.getCurrentTime') |
| 1091 @DocsEditable() | 839 @DocsEditable() |
| 1092 num getCurrentTime() => _blink.BlinkSVGAnimationElement.instance.getCurrentTim
e_Callback_0_(unwrap_jso(this)); | 840 num getCurrentTime() => _blink.BlinkSVGAnimationElement.instance.getCurrentTim
e_Callback_0_(this); |
| 1093 | 841 |
| 1094 @DomName('SVGAnimationElement.getSimpleDuration') | 842 @DomName('SVGAnimationElement.getSimpleDuration') |
| 1095 @DocsEditable() | 843 @DocsEditable() |
| 1096 num getSimpleDuration() => _blink.BlinkSVGAnimationElement.instance.getSimpleD
uration_Callback_0_(unwrap_jso(this)); | 844 num getSimpleDuration() => _blink.BlinkSVGAnimationElement.instance.getSimpleD
uration_Callback_0_(this); |
| 1097 | 845 |
| 1098 @DomName('SVGAnimationElement.getStartTime') | 846 @DomName('SVGAnimationElement.getStartTime') |
| 1099 @DocsEditable() | 847 @DocsEditable() |
| 1100 num getStartTime() => _blink.BlinkSVGAnimationElement.instance.getStartTime_Ca
llback_0_(unwrap_jso(this)); | 848 num getStartTime() => _blink.BlinkSVGAnimationElement.instance.getStartTime_Ca
llback_0_(this); |
| 1101 | 849 |
| 1102 @DomName('SVGAnimationElement.requiredExtensions') | 850 @DomName('SVGAnimationElement.requiredExtensions') |
| 1103 @DocsEditable() | 851 @DocsEditable() |
| 1104 StringList get requiredExtensions => wrap_jso(_blink.BlinkSVGAnimationElement.
instance.requiredExtensions_Getter_(unwrap_jso(this))); | 852 StringList get requiredExtensions => _blink.BlinkSVGAnimationElement.instance.
requiredExtensions_Getter_(this); |
| 1105 | 853 |
| 1106 @DomName('SVGAnimationElement.requiredFeatures') | 854 @DomName('SVGAnimationElement.requiredFeatures') |
| 1107 @DocsEditable() | 855 @DocsEditable() |
| 1108 StringList get requiredFeatures => wrap_jso(_blink.BlinkSVGAnimationElement.in
stance.requiredFeatures_Getter_(unwrap_jso(this))); | 856 StringList get requiredFeatures => _blink.BlinkSVGAnimationElement.instance.re
quiredFeatures_Getter_(this); |
| 1109 | 857 |
| 1110 @DomName('SVGAnimationElement.systemLanguage') | 858 @DomName('SVGAnimationElement.systemLanguage') |
| 1111 @DocsEditable() | 859 @DocsEditable() |
| 1112 StringList get systemLanguage => wrap_jso(_blink.BlinkSVGAnimationElement.inst
ance.systemLanguage_Getter_(unwrap_jso(this))); | 860 StringList get systemLanguage => _blink.BlinkSVGAnimationElement.instance.syst
emLanguage_Getter_(this); |
| 1113 | 861 |
| 1114 @DomName('SVGAnimationElement.hasExtension') | 862 @DomName('SVGAnimationElement.hasExtension') |
| 1115 @DocsEditable() | 863 @DocsEditable() |
| 1116 bool hasExtension(String extension) => _blink.BlinkSVGAnimationElement.instanc
e.hasExtension_Callback_1_(unwrap_jso(this), extension); | 864 bool hasExtension(String extension) => _blink.BlinkSVGAnimationElement.instanc
e.hasExtension_Callback_1_(this, extension); |
| 1117 | 865 |
| 1118 } | 866 } |
| 1119 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 867 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1120 // for details. All rights reserved. Use of this source code is governed by a | 868 // for details. All rights reserved. Use of this source code is governed by a |
| 1121 // BSD-style license that can be found in the LICENSE file. | 869 // BSD-style license that can be found in the LICENSE file. |
| 1122 | 870 |
| 1123 // WARNING: Do not edit - generated code. | 871 // WARNING: Do not edit - generated code. |
| 1124 | 872 |
| 1125 | 873 |
| 1126 @DocsEditable() | 874 @DocsEditable() |
| 1127 @DomName('SVGCircleElement') | 875 @DomName('SVGCircleElement') |
| 1128 @Unstable() | 876 @Unstable() |
| 1129 class CircleElement extends GeometryElement { | 877 class CircleElement extends GeometryElement { |
| 1130 // To suppress missing implicit constructor warnings. | 878 // To suppress missing implicit constructor warnings. |
| 1131 factory CircleElement._() { throw new UnsupportedError("Not supported"); } | 879 factory CircleElement._() { throw new UnsupportedError("Not supported"); } |
| 1132 | 880 |
| 1133 @DomName('SVGCircleElement.SVGCircleElement') | 881 @DomName('SVGCircleElement.SVGCircleElement') |
| 1134 @DocsEditable() | 882 @DocsEditable() |
| 1135 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 883 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); |
| 1136 | 884 |
| 1137 | 885 |
| 1138 @Deprecated("Internal Use Only") | 886 @Deprecated("Internal Use Only") |
| 1139 static CircleElement internalCreateCircleElement() { | 887 external static Type get instanceRuntimeType; |
| 1140 return new CircleElement._internalWrap(); | |
| 1141 } | |
| 1142 | |
| 1143 external factory CircleElement._internalWrap(); | |
| 1144 | 888 |
| 1145 @Deprecated("Internal Use Only") | 889 @Deprecated("Internal Use Only") |
| 1146 CircleElement.internal_() : super.internal_(); | 890 CircleElement.internal_() : super.internal_(); |
| 1147 | 891 |
| 1148 /** | 892 /** |
| 1149 * Constructor instantiated by the DOM when a custom element has been created. | 893 * Constructor instantiated by the DOM when a custom element has been created. |
| 1150 * | 894 * |
| 1151 * This can only be called by subclasses from their created constructor. | 895 * This can only be called by subclasses from their created constructor. |
| 1152 */ | 896 */ |
| 1153 CircleElement.created() : super.created(); | 897 CircleElement.created() : super.created(); |
| 1154 | 898 |
| 1155 @DomName('SVGCircleElement.cx') | 899 @DomName('SVGCircleElement.cx') |
| 1156 @DocsEditable() | 900 @DocsEditable() |
| 1157 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGCircleElement.instance.cx_Get
ter_(unwrap_jso(this))); | 901 AnimatedLength get cx => _blink.BlinkSVGCircleElement.instance.cx_Getter_(this
); |
| 1158 | 902 |
| 1159 @DomName('SVGCircleElement.cy') | 903 @DomName('SVGCircleElement.cy') |
| 1160 @DocsEditable() | 904 @DocsEditable() |
| 1161 AnimatedLength get cy => wrap_jso(_blink.BlinkSVGCircleElement.instance.cy_Get
ter_(unwrap_jso(this))); | 905 AnimatedLength get cy => _blink.BlinkSVGCircleElement.instance.cy_Getter_(this
); |
| 1162 | 906 |
| 1163 @DomName('SVGCircleElement.r') | 907 @DomName('SVGCircleElement.r') |
| 1164 @DocsEditable() | 908 @DocsEditable() |
| 1165 AnimatedLength get r => wrap_jso(_blink.BlinkSVGCircleElement.instance.r_Gette
r_(unwrap_jso(this))); | 909 AnimatedLength get r => _blink.BlinkSVGCircleElement.instance.r_Getter_(this); |
| 1166 | 910 |
| 1167 } | 911 } |
| 1168 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 912 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1169 // for details. All rights reserved. Use of this source code is governed by a | 913 // for details. All rights reserved. Use of this source code is governed by a |
| 1170 // BSD-style license that can be found in the LICENSE file. | 914 // BSD-style license that can be found in the LICENSE file. |
| 1171 | 915 |
| 1172 // WARNING: Do not edit - generated code. | 916 // WARNING: Do not edit - generated code. |
| 1173 | 917 |
| 1174 | 918 |
| 1175 @DocsEditable() | 919 @DocsEditable() |
| 1176 @DomName('SVGClipPathElement') | 920 @DomName('SVGClipPathElement') |
| 1177 @Unstable() | 921 @Unstable() |
| 1178 class ClipPathElement extends GraphicsElement { | 922 class ClipPathElement extends GraphicsElement { |
| 1179 // To suppress missing implicit constructor warnings. | 923 // To suppress missing implicit constructor warnings. |
| 1180 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } | 924 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } |
| 1181 | 925 |
| 1182 @DomName('SVGClipPathElement.SVGClipPathElement') | 926 @DomName('SVGClipPathElement.SVGClipPathElement') |
| 1183 @DocsEditable() | 927 @DocsEditable() |
| 1184 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 928 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); |
| 1185 | 929 |
| 1186 | 930 |
| 1187 @Deprecated("Internal Use Only") | 931 @Deprecated("Internal Use Only") |
| 1188 static ClipPathElement internalCreateClipPathElement() { | 932 external static Type get instanceRuntimeType; |
| 1189 return new ClipPathElement._internalWrap(); | |
| 1190 } | |
| 1191 | |
| 1192 external factory ClipPathElement._internalWrap(); | |
| 1193 | 933 |
| 1194 @Deprecated("Internal Use Only") | 934 @Deprecated("Internal Use Only") |
| 1195 ClipPathElement.internal_() : super.internal_(); | 935 ClipPathElement.internal_() : super.internal_(); |
| 1196 | 936 |
| 1197 /** | 937 /** |
| 1198 * Constructor instantiated by the DOM when a custom element has been created. | 938 * Constructor instantiated by the DOM when a custom element has been created. |
| 1199 * | 939 * |
| 1200 * This can only be called by subclasses from their created constructor. | 940 * This can only be called by subclasses from their created constructor. |
| 1201 */ | 941 */ |
| 1202 ClipPathElement.created() : super.created(); | 942 ClipPathElement.created() : super.created(); |
| 1203 | 943 |
| 1204 @DomName('SVGClipPathElement.clipPathUnits') | 944 @DomName('SVGClipPathElement.clipPathUnits') |
| 1205 @DocsEditable() | 945 @DocsEditable() |
| 1206 AnimatedEnumeration get clipPathUnits => wrap_jso(_blink.BlinkSVGClipPathEleme
nt.instance.clipPathUnits_Getter_(unwrap_jso(this))); | 946 AnimatedEnumeration get clipPathUnits => _blink.BlinkSVGClipPathElement.instan
ce.clipPathUnits_Getter_(this); |
| 1207 | 947 |
| 1208 } | 948 } |
| 1209 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 949 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1210 // for details. All rights reserved. Use of this source code is governed by a | 950 // for details. All rights reserved. Use of this source code is governed by a |
| 1211 // BSD-style license that can be found in the LICENSE file. | 951 // BSD-style license that can be found in the LICENSE file. |
| 1212 | 952 |
| 1213 // WARNING: Do not edit - generated code. | 953 // WARNING: Do not edit - generated code. |
| 1214 | 954 |
| 1215 | 955 |
| 1216 @DocsEditable() | 956 @DocsEditable() |
| 1217 @DomName('SVGDefsElement') | 957 @DomName('SVGDefsElement') |
| 1218 @Unstable() | 958 @Unstable() |
| 1219 class DefsElement extends GraphicsElement { | 959 class DefsElement extends GraphicsElement { |
| 1220 // To suppress missing implicit constructor warnings. | 960 // To suppress missing implicit constructor warnings. |
| 1221 factory DefsElement._() { throw new UnsupportedError("Not supported"); } | 961 factory DefsElement._() { throw new UnsupportedError("Not supported"); } |
| 1222 | 962 |
| 1223 @DomName('SVGDefsElement.SVGDefsElement') | 963 @DomName('SVGDefsElement.SVGDefsElement') |
| 1224 @DocsEditable() | 964 @DocsEditable() |
| 1225 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); | 965 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); |
| 1226 | 966 |
| 1227 | 967 |
| 1228 @Deprecated("Internal Use Only") | 968 @Deprecated("Internal Use Only") |
| 1229 static DefsElement internalCreateDefsElement() { | 969 external static Type get instanceRuntimeType; |
| 1230 return new DefsElement._internalWrap(); | |
| 1231 } | |
| 1232 | |
| 1233 external factory DefsElement._internalWrap(); | |
| 1234 | 970 |
| 1235 @Deprecated("Internal Use Only") | 971 @Deprecated("Internal Use Only") |
| 1236 DefsElement.internal_() : super.internal_(); | 972 DefsElement.internal_() : super.internal_(); |
| 1237 | 973 |
| 1238 /** | 974 /** |
| 1239 * Constructor instantiated by the DOM when a custom element has been created. | 975 * Constructor instantiated by the DOM when a custom element has been created. |
| 1240 * | 976 * |
| 1241 * This can only be called by subclasses from their created constructor. | 977 * This can only be called by subclasses from their created constructor. |
| 1242 */ | 978 */ |
| 1243 DefsElement.created() : super.created(); | 979 DefsElement.created() : super.created(); |
| (...skipping 12 matching lines...) Expand all Loading... |
| 1256 class DescElement extends SvgElement { | 992 class DescElement extends SvgElement { |
| 1257 // To suppress missing implicit constructor warnings. | 993 // To suppress missing implicit constructor warnings. |
| 1258 factory DescElement._() { throw new UnsupportedError("Not supported"); } | 994 factory DescElement._() { throw new UnsupportedError("Not supported"); } |
| 1259 | 995 |
| 1260 @DomName('SVGDescElement.SVGDescElement') | 996 @DomName('SVGDescElement.SVGDescElement') |
| 1261 @DocsEditable() | 997 @DocsEditable() |
| 1262 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); | 998 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); |
| 1263 | 999 |
| 1264 | 1000 |
| 1265 @Deprecated("Internal Use Only") | 1001 @Deprecated("Internal Use Only") |
| 1266 static DescElement internalCreateDescElement() { | 1002 external static Type get instanceRuntimeType; |
| 1267 return new DescElement._internalWrap(); | |
| 1268 } | |
| 1269 | |
| 1270 external factory DescElement._internalWrap(); | |
| 1271 | 1003 |
| 1272 @Deprecated("Internal Use Only") | 1004 @Deprecated("Internal Use Only") |
| 1273 DescElement.internal_() : super.internal_(); | 1005 DescElement.internal_() : super.internal_(); |
| 1274 | 1006 |
| 1275 /** | 1007 /** |
| 1276 * Constructor instantiated by the DOM when a custom element has been created. | 1008 * Constructor instantiated by the DOM when a custom element has been created. |
| 1277 * | 1009 * |
| 1278 * This can only be called by subclasses from their created constructor. | 1010 * This can only be called by subclasses from their created constructor. |
| 1279 */ | 1011 */ |
| 1280 DescElement.created() : super.created(); | 1012 DescElement.created() : super.created(); |
| 1281 | 1013 |
| 1282 } | 1014 } |
| 1283 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1015 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1284 // for details. All rights reserved. Use of this source code is governed by a | 1016 // for details. All rights reserved. Use of this source code is governed by a |
| 1285 // BSD-style license that can be found in the LICENSE file. | 1017 // BSD-style license that can be found in the LICENSE file. |
| 1286 | 1018 |
| 1287 // WARNING: Do not edit - generated code. | 1019 // WARNING: Do not edit - generated code. |
| 1288 | 1020 |
| 1289 | 1021 |
| 1290 @DocsEditable() | 1022 @DocsEditable() |
| 1291 @DomName('SVGDiscardElement') | 1023 @DomName('SVGDiscardElement') |
| 1292 @Experimental() // untriaged | 1024 @Experimental() // untriaged |
| 1293 class DiscardElement extends SvgElement { | 1025 class DiscardElement extends SvgElement { |
| 1294 // To suppress missing implicit constructor warnings. | 1026 // To suppress missing implicit constructor warnings. |
| 1295 factory DiscardElement._() { throw new UnsupportedError("Not supported"); } | 1027 factory DiscardElement._() { throw new UnsupportedError("Not supported"); } |
| 1296 | 1028 |
| 1297 | 1029 |
| 1298 @Deprecated("Internal Use Only") | 1030 @Deprecated("Internal Use Only") |
| 1299 static DiscardElement internalCreateDiscardElement() { | 1031 external static Type get instanceRuntimeType; |
| 1300 return new DiscardElement._internalWrap(); | |
| 1301 } | |
| 1302 | |
| 1303 external factory DiscardElement._internalWrap(); | |
| 1304 | 1032 |
| 1305 @Deprecated("Internal Use Only") | 1033 @Deprecated("Internal Use Only") |
| 1306 DiscardElement.internal_() : super.internal_(); | 1034 DiscardElement.internal_() : super.internal_(); |
| 1307 | 1035 |
| 1308 /** | 1036 /** |
| 1309 * Constructor instantiated by the DOM when a custom element has been created. | 1037 * Constructor instantiated by the DOM when a custom element has been created. |
| 1310 * | 1038 * |
| 1311 * This can only be called by subclasses from their created constructor. | 1039 * This can only be called by subclasses from their created constructor. |
| 1312 */ | 1040 */ |
| 1313 DiscardElement.created() : super.created(); | 1041 DiscardElement.created() : super.created(); |
| (...skipping 12 matching lines...) Expand all Loading... |
| 1326 class EllipseElement extends GeometryElement { | 1054 class EllipseElement extends GeometryElement { |
| 1327 // To suppress missing implicit constructor warnings. | 1055 // To suppress missing implicit constructor warnings. |
| 1328 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } | 1056 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } |
| 1329 | 1057 |
| 1330 @DomName('SVGEllipseElement.SVGEllipseElement') | 1058 @DomName('SVGEllipseElement.SVGEllipseElement') |
| 1331 @DocsEditable() | 1059 @DocsEditable() |
| 1332 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 1060 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
| 1333 | 1061 |
| 1334 | 1062 |
| 1335 @Deprecated("Internal Use Only") | 1063 @Deprecated("Internal Use Only") |
| 1336 static EllipseElement internalCreateEllipseElement() { | 1064 external static Type get instanceRuntimeType; |
| 1337 return new EllipseElement._internalWrap(); | |
| 1338 } | |
| 1339 | |
| 1340 external factory EllipseElement._internalWrap(); | |
| 1341 | 1065 |
| 1342 @Deprecated("Internal Use Only") | 1066 @Deprecated("Internal Use Only") |
| 1343 EllipseElement.internal_() : super.internal_(); | 1067 EllipseElement.internal_() : super.internal_(); |
| 1344 | 1068 |
| 1345 /** | 1069 /** |
| 1346 * Constructor instantiated by the DOM when a custom element has been created. | 1070 * Constructor instantiated by the DOM when a custom element has been created. |
| 1347 * | 1071 * |
| 1348 * This can only be called by subclasses from their created constructor. | 1072 * This can only be called by subclasses from their created constructor. |
| 1349 */ | 1073 */ |
| 1350 EllipseElement.created() : super.created(); | 1074 EllipseElement.created() : super.created(); |
| 1351 | 1075 |
| 1352 @DomName('SVGEllipseElement.cx') | 1076 @DomName('SVGEllipseElement.cx') |
| 1353 @DocsEditable() | 1077 @DocsEditable() |
| 1354 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGEllipseElement.instance.cx_Ge
tter_(unwrap_jso(this))); | 1078 AnimatedLength get cx => _blink.BlinkSVGEllipseElement.instance.cx_Getter_(thi
s); |
| 1355 | 1079 |
| 1356 @DomName('SVGEllipseElement.cy') | 1080 @DomName('SVGEllipseElement.cy') |
| 1357 @DocsEditable() | 1081 @DocsEditable() |
| 1358 AnimatedLength get cy => wrap_jso(_blink.BlinkSVGEllipseElement.instance.cy_Ge
tter_(unwrap_jso(this))); | 1082 AnimatedLength get cy => _blink.BlinkSVGEllipseElement.instance.cy_Getter_(thi
s); |
| 1359 | 1083 |
| 1360 @DomName('SVGEllipseElement.rx') | 1084 @DomName('SVGEllipseElement.rx') |
| 1361 @DocsEditable() | 1085 @DocsEditable() |
| 1362 AnimatedLength get rx => wrap_jso(_blink.BlinkSVGEllipseElement.instance.rx_Ge
tter_(unwrap_jso(this))); | 1086 AnimatedLength get rx => _blink.BlinkSVGEllipseElement.instance.rx_Getter_(thi
s); |
| 1363 | 1087 |
| 1364 @DomName('SVGEllipseElement.ry') | 1088 @DomName('SVGEllipseElement.ry') |
| 1365 @DocsEditable() | 1089 @DocsEditable() |
| 1366 AnimatedLength get ry => wrap_jso(_blink.BlinkSVGEllipseElement.instance.ry_Ge
tter_(unwrap_jso(this))); | 1090 AnimatedLength get ry => _blink.BlinkSVGEllipseElement.instance.ry_Getter_(thi
s); |
| 1367 | 1091 |
| 1368 } | 1092 } |
| 1369 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1093 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1370 // for details. All rights reserved. Use of this source code is governed by a | 1094 // for details. All rights reserved. Use of this source code is governed by a |
| 1371 // BSD-style license that can be found in the LICENSE file. | 1095 // BSD-style license that can be found in the LICENSE file. |
| 1372 | 1096 |
| 1373 // WARNING: Do not edit - generated code. | 1097 // WARNING: Do not edit - generated code. |
| 1374 | 1098 |
| 1375 | 1099 |
| 1376 @DocsEditable() | 1100 @DocsEditable() |
| 1377 @DomName('SVGFEBlendElement') | 1101 @DomName('SVGFEBlendElement') |
| 1378 @SupportedBrowser(SupportedBrowser.CHROME) | 1102 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1379 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1103 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1380 @SupportedBrowser(SupportedBrowser.IE, '10') | 1104 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1381 @SupportedBrowser(SupportedBrowser.SAFARI) | 1105 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1382 @Unstable() | 1106 @Unstable() |
| 1383 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 1107 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { |
| 1384 // To suppress missing implicit constructor warnings. | 1108 // To suppress missing implicit constructor warnings. |
| 1385 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); } | 1109 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); } |
| 1386 | 1110 |
| 1387 @DomName('SVGFEBlendElement.SVGFEBlendElement') | 1111 @DomName('SVGFEBlendElement.SVGFEBlendElement') |
| 1388 @DocsEditable() | 1112 @DocsEditable() |
| 1389 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eBlend"); | 1113 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eBlend"); |
| 1390 | 1114 |
| 1391 | 1115 |
| 1392 @Deprecated("Internal Use Only") | 1116 @Deprecated("Internal Use Only") |
| 1393 static FEBlendElement internalCreateFEBlendElement() { | 1117 external static Type get instanceRuntimeType; |
| 1394 return new FEBlendElement._internalWrap(); | |
| 1395 } | |
| 1396 | |
| 1397 external factory FEBlendElement._internalWrap(); | |
| 1398 | 1118 |
| 1399 @Deprecated("Internal Use Only") | 1119 @Deprecated("Internal Use Only") |
| 1400 FEBlendElement.internal_() : super.internal_(); | 1120 FEBlendElement.internal_() : super.internal_(); |
| 1401 | 1121 |
| 1402 /** | 1122 /** |
| 1403 * Constructor instantiated by the DOM when a custom element has been created. | 1123 * Constructor instantiated by the DOM when a custom element has been created. |
| 1404 * | 1124 * |
| 1405 * This can only be called by subclasses from their created constructor. | 1125 * This can only be called by subclasses from their created constructor. |
| 1406 */ | 1126 */ |
| 1407 FEBlendElement.created() : super.created(); | 1127 FEBlendElement.created() : super.created(); |
| (...skipping 20 matching lines...) Expand all Loading... |
| 1428 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_SCREEN') | 1148 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_SCREEN') |
| 1429 @DocsEditable() | 1149 @DocsEditable() |
| 1430 static const int SVG_FEBLEND_MODE_SCREEN = 3; | 1150 static const int SVG_FEBLEND_MODE_SCREEN = 3; |
| 1431 | 1151 |
| 1432 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN') | 1152 @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN') |
| 1433 @DocsEditable() | 1153 @DocsEditable() |
| 1434 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; | 1154 static const int SVG_FEBLEND_MODE_UNKNOWN = 0; |
| 1435 | 1155 |
| 1436 @DomName('SVGFEBlendElement.in1') | 1156 @DomName('SVGFEBlendElement.in1') |
| 1437 @DocsEditable() | 1157 @DocsEditable() |
| 1438 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFEBlendElement.instance.in1_
Getter_(unwrap_jso(this))); | 1158 AnimatedString get in1 => _blink.BlinkSVGFEBlendElement.instance.in1_Getter_(t
his); |
| 1439 | 1159 |
| 1440 @DomName('SVGFEBlendElement.in2') | 1160 @DomName('SVGFEBlendElement.in2') |
| 1441 @DocsEditable() | 1161 @DocsEditable() |
| 1442 AnimatedString get in2 => wrap_jso(_blink.BlinkSVGFEBlendElement.instance.in2_
Getter_(unwrap_jso(this))); | 1162 AnimatedString get in2 => _blink.BlinkSVGFEBlendElement.instance.in2_Getter_(t
his); |
| 1443 | 1163 |
| 1444 @DomName('SVGFEBlendElement.mode') | 1164 @DomName('SVGFEBlendElement.mode') |
| 1445 @DocsEditable() | 1165 @DocsEditable() |
| 1446 AnimatedEnumeration get mode => wrap_jso(_blink.BlinkSVGFEBlendElement.instanc
e.mode_Getter_(unwrap_jso(this))); | 1166 AnimatedEnumeration get mode => _blink.BlinkSVGFEBlendElement.instance.mode_Ge
tter_(this); |
| 1447 | 1167 |
| 1448 @DomName('SVGFEBlendElement.height') | 1168 @DomName('SVGFEBlendElement.height') |
| 1449 @DocsEditable() | 1169 @DocsEditable() |
| 1450 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEBlendElement.instance.h
eight_Getter_(unwrap_jso(this))); | 1170 AnimatedLength get height => _blink.BlinkSVGFEBlendElement.instance.height_Get
ter_(this); |
| 1451 | 1171 |
| 1452 @DomName('SVGFEBlendElement.result') | 1172 @DomName('SVGFEBlendElement.result') |
| 1453 @DocsEditable() | 1173 @DocsEditable() |
| 1454 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEBlendElement.instance.r
esult_Getter_(unwrap_jso(this))); | 1174 AnimatedString get result => _blink.BlinkSVGFEBlendElement.instance.result_Get
ter_(this); |
| 1455 | 1175 |
| 1456 @DomName('SVGFEBlendElement.width') | 1176 @DomName('SVGFEBlendElement.width') |
| 1457 @DocsEditable() | 1177 @DocsEditable() |
| 1458 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEBlendElement.instance.wi
dth_Getter_(unwrap_jso(this))); | 1178 AnimatedLength get width => _blink.BlinkSVGFEBlendElement.instance.width_Gette
r_(this); |
| 1459 | 1179 |
| 1460 @DomName('SVGFEBlendElement.x') | 1180 @DomName('SVGFEBlendElement.x') |
| 1461 @DocsEditable() | 1181 @DocsEditable() |
| 1462 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEBlendElement.instance.x_Gett
er_(unwrap_jso(this))); | 1182 AnimatedLength get x => _blink.BlinkSVGFEBlendElement.instance.x_Getter_(this)
; |
| 1463 | 1183 |
| 1464 @DomName('SVGFEBlendElement.y') | 1184 @DomName('SVGFEBlendElement.y') |
| 1465 @DocsEditable() | 1185 @DocsEditable() |
| 1466 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEBlendElement.instance.y_Gett
er_(unwrap_jso(this))); | 1186 AnimatedLength get y => _blink.BlinkSVGFEBlendElement.instance.y_Getter_(this)
; |
| 1467 | 1187 |
| 1468 } | 1188 } |
| 1469 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1189 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1470 // for details. All rights reserved. Use of this source code is governed by a | 1190 // for details. All rights reserved. Use of this source code is governed by a |
| 1471 // BSD-style license that can be found in the LICENSE file. | 1191 // BSD-style license that can be found in the LICENSE file. |
| 1472 | 1192 |
| 1473 // WARNING: Do not edit - generated code. | 1193 // WARNING: Do not edit - generated code. |
| 1474 | 1194 |
| 1475 | 1195 |
| 1476 @DocsEditable() | 1196 @DocsEditable() |
| 1477 @DomName('SVGFEColorMatrixElement') | 1197 @DomName('SVGFEColorMatrixElement') |
| 1478 @SupportedBrowser(SupportedBrowser.CHROME) | 1198 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1479 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1199 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1480 @SupportedBrowser(SupportedBrowser.IE, '10') | 1200 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1481 @SupportedBrowser(SupportedBrowser.SAFARI) | 1201 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1482 @Unstable() | 1202 @Unstable() |
| 1483 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard
Attributes { | 1203 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard
Attributes { |
| 1484 // To suppress missing implicit constructor warnings. | 1204 // To suppress missing implicit constructor warnings. |
| 1485 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported")
; } | 1205 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported")
; } |
| 1486 | 1206 |
| 1487 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') | 1207 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') |
| 1488 @DocsEditable() | 1208 @DocsEditable() |
| 1489 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_
tag("feColorMatrix"); | 1209 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_
tag("feColorMatrix"); |
| 1490 | 1210 |
| 1491 | 1211 |
| 1492 @Deprecated("Internal Use Only") | 1212 @Deprecated("Internal Use Only") |
| 1493 static FEColorMatrixElement internalCreateFEColorMatrixElement() { | 1213 external static Type get instanceRuntimeType; |
| 1494 return new FEColorMatrixElement._internalWrap(); | |
| 1495 } | |
| 1496 | |
| 1497 external factory FEColorMatrixElement._internalWrap(); | |
| 1498 | 1214 |
| 1499 @Deprecated("Internal Use Only") | 1215 @Deprecated("Internal Use Only") |
| 1500 FEColorMatrixElement.internal_() : super.internal_(); | 1216 FEColorMatrixElement.internal_() : super.internal_(); |
| 1501 | 1217 |
| 1502 /** | 1218 /** |
| 1503 * Constructor instantiated by the DOM when a custom element has been created. | 1219 * Constructor instantiated by the DOM when a custom element has been created. |
| 1504 * | 1220 * |
| 1505 * This can only be called by subclasses from their created constructor. | 1221 * This can only be called by subclasses from their created constructor. |
| 1506 */ | 1222 */ |
| 1507 FEColorMatrixElement.created() : super.created(); | 1223 FEColorMatrixElement.created() : super.created(); |
| (...skipping 16 matching lines...) Expand all Loading... |
| 1524 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE') | 1240 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE') |
| 1525 @DocsEditable() | 1241 @DocsEditable() |
| 1526 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; | 1242 static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; |
| 1527 | 1243 |
| 1528 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_UNKNOWN') | 1244 @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_UNKNOWN') |
| 1529 @DocsEditable() | 1245 @DocsEditable() |
| 1530 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; | 1246 static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; |
| 1531 | 1247 |
| 1532 @DomName('SVGFEColorMatrixElement.in1') | 1248 @DomName('SVGFEColorMatrixElement.in1') |
| 1533 @DocsEditable() | 1249 @DocsEditable() |
| 1534 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFEColorMatrixElement.instanc
e.in1_Getter_(unwrap_jso(this))); | 1250 AnimatedString get in1 => _blink.BlinkSVGFEColorMatrixElement.instance.in1_Get
ter_(this); |
| 1535 | 1251 |
| 1536 @DomName('SVGFEColorMatrixElement.type') | 1252 @DomName('SVGFEColorMatrixElement.type') |
| 1537 @DocsEditable() | 1253 @DocsEditable() |
| 1538 AnimatedEnumeration get type => wrap_jso(_blink.BlinkSVGFEColorMatrixElement.i
nstance.type_Getter_(unwrap_jso(this))); | 1254 AnimatedEnumeration get type => _blink.BlinkSVGFEColorMatrixElement.instance.t
ype_Getter_(this); |
| 1539 | 1255 |
| 1540 @DomName('SVGFEColorMatrixElement.values') | 1256 @DomName('SVGFEColorMatrixElement.values') |
| 1541 @DocsEditable() | 1257 @DocsEditable() |
| 1542 AnimatedNumberList get values => wrap_jso(_blink.BlinkSVGFEColorMatrixElement.
instance.values_Getter_(unwrap_jso(this))); | 1258 AnimatedNumberList get values => _blink.BlinkSVGFEColorMatrixElement.instance.
values_Getter_(this); |
| 1543 | 1259 |
| 1544 @DomName('SVGFEColorMatrixElement.height') | 1260 @DomName('SVGFEColorMatrixElement.height') |
| 1545 @DocsEditable() | 1261 @DocsEditable() |
| 1546 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEColorMatrixElement.inst
ance.height_Getter_(unwrap_jso(this))); | 1262 AnimatedLength get height => _blink.BlinkSVGFEColorMatrixElement.instance.heig
ht_Getter_(this); |
| 1547 | 1263 |
| 1548 @DomName('SVGFEColorMatrixElement.result') | 1264 @DomName('SVGFEColorMatrixElement.result') |
| 1549 @DocsEditable() | 1265 @DocsEditable() |
| 1550 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEColorMatrixElement.inst
ance.result_Getter_(unwrap_jso(this))); | 1266 AnimatedString get result => _blink.BlinkSVGFEColorMatrixElement.instance.resu
lt_Getter_(this); |
| 1551 | 1267 |
| 1552 @DomName('SVGFEColorMatrixElement.width') | 1268 @DomName('SVGFEColorMatrixElement.width') |
| 1553 @DocsEditable() | 1269 @DocsEditable() |
| 1554 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEColorMatrixElement.insta
nce.width_Getter_(unwrap_jso(this))); | 1270 AnimatedLength get width => _blink.BlinkSVGFEColorMatrixElement.instance.width
_Getter_(this); |
| 1555 | 1271 |
| 1556 @DomName('SVGFEColorMatrixElement.x') | 1272 @DomName('SVGFEColorMatrixElement.x') |
| 1557 @DocsEditable() | 1273 @DocsEditable() |
| 1558 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEColorMatrixElement.instance.
x_Getter_(unwrap_jso(this))); | 1274 AnimatedLength get x => _blink.BlinkSVGFEColorMatrixElement.instance.x_Getter_
(this); |
| 1559 | 1275 |
| 1560 @DomName('SVGFEColorMatrixElement.y') | 1276 @DomName('SVGFEColorMatrixElement.y') |
| 1561 @DocsEditable() | 1277 @DocsEditable() |
| 1562 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEColorMatrixElement.instance.
y_Getter_(unwrap_jso(this))); | 1278 AnimatedLength get y => _blink.BlinkSVGFEColorMatrixElement.instance.y_Getter_
(this); |
| 1563 | 1279 |
| 1564 } | 1280 } |
| 1565 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1281 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1566 // for details. All rights reserved. Use of this source code is governed by a | 1282 // for details. All rights reserved. Use of this source code is governed by a |
| 1567 // BSD-style license that can be found in the LICENSE file. | 1283 // BSD-style license that can be found in the LICENSE file. |
| 1568 | 1284 |
| 1569 // WARNING: Do not edit - generated code. | 1285 // WARNING: Do not edit - generated code. |
| 1570 | 1286 |
| 1571 | 1287 |
| 1572 @DocsEditable() | 1288 @DocsEditable() |
| 1573 @DomName('SVGFEComponentTransferElement') | 1289 @DomName('SVGFEComponentTransferElement') |
| 1574 @SupportedBrowser(SupportedBrowser.CHROME) | 1290 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1575 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1291 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1576 @SupportedBrowser(SupportedBrowser.IE, '10') | 1292 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1577 @SupportedBrowser(SupportedBrowser.SAFARI) | 1293 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1578 @Unstable() | 1294 @Unstable() |
| 1579 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
andardAttributes { | 1295 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
andardAttributes { |
| 1580 // To suppress missing implicit constructor warnings. | 1296 // To suppress missing implicit constructor warnings. |
| 1581 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo
rted"); } | 1297 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo
rted"); } |
| 1582 | 1298 |
| 1583 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') | 1299 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') |
| 1584 @DocsEditable() | 1300 @DocsEditable() |
| 1585 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl
ement_tag("feComponentTransfer"); | 1301 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl
ement_tag("feComponentTransfer"); |
| 1586 | 1302 |
| 1587 | 1303 |
| 1588 @Deprecated("Internal Use Only") | 1304 @Deprecated("Internal Use Only") |
| 1589 static FEComponentTransferElement internalCreateFEComponentTransferElement() { | 1305 external static Type get instanceRuntimeType; |
| 1590 return new FEComponentTransferElement._internalWrap(); | |
| 1591 } | |
| 1592 | |
| 1593 external factory FEComponentTransferElement._internalWrap(); | |
| 1594 | 1306 |
| 1595 @Deprecated("Internal Use Only") | 1307 @Deprecated("Internal Use Only") |
| 1596 FEComponentTransferElement.internal_() : super.internal_(); | 1308 FEComponentTransferElement.internal_() : super.internal_(); |
| 1597 | 1309 |
| 1598 /** | 1310 /** |
| 1599 * Constructor instantiated by the DOM when a custom element has been created. | 1311 * Constructor instantiated by the DOM when a custom element has been created. |
| 1600 * | 1312 * |
| 1601 * This can only be called by subclasses from their created constructor. | 1313 * This can only be called by subclasses from their created constructor. |
| 1602 */ | 1314 */ |
| 1603 FEComponentTransferElement.created() : super.created(); | 1315 FEComponentTransferElement.created() : super.created(); |
| 1604 | 1316 |
| 1605 /// Checks if this type is supported on the current platform. | 1317 /// Checks if this type is supported on the current platform. |
| 1606 static bool get supported => true; | 1318 static bool get supported => true; |
| 1607 | 1319 |
| 1608 @DomName('SVGFEComponentTransferElement.in1') | 1320 @DomName('SVGFEComponentTransferElement.in1') |
| 1609 @DocsEditable() | 1321 @DocsEditable() |
| 1610 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFEComponentTransferElement.i
nstance.in1_Getter_(unwrap_jso(this))); | 1322 AnimatedString get in1 => _blink.BlinkSVGFEComponentTransferElement.instance.i
n1_Getter_(this); |
| 1611 | 1323 |
| 1612 @DomName('SVGFEComponentTransferElement.height') | 1324 @DomName('SVGFEComponentTransferElement.height') |
| 1613 @DocsEditable() | 1325 @DocsEditable() |
| 1614 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEComponentTransferElemen
t.instance.height_Getter_(unwrap_jso(this))); | 1326 AnimatedLength get height => _blink.BlinkSVGFEComponentTransferElement.instanc
e.height_Getter_(this); |
| 1615 | 1327 |
| 1616 @DomName('SVGFEComponentTransferElement.result') | 1328 @DomName('SVGFEComponentTransferElement.result') |
| 1617 @DocsEditable() | 1329 @DocsEditable() |
| 1618 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEComponentTransferElemen
t.instance.result_Getter_(unwrap_jso(this))); | 1330 AnimatedString get result => _blink.BlinkSVGFEComponentTransferElement.instanc
e.result_Getter_(this); |
| 1619 | 1331 |
| 1620 @DomName('SVGFEComponentTransferElement.width') | 1332 @DomName('SVGFEComponentTransferElement.width') |
| 1621 @DocsEditable() | 1333 @DocsEditable() |
| 1622 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEComponentTransferElement
.instance.width_Getter_(unwrap_jso(this))); | 1334 AnimatedLength get width => _blink.BlinkSVGFEComponentTransferElement.instance
.width_Getter_(this); |
| 1623 | 1335 |
| 1624 @DomName('SVGFEComponentTransferElement.x') | 1336 @DomName('SVGFEComponentTransferElement.x') |
| 1625 @DocsEditable() | 1337 @DocsEditable() |
| 1626 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEComponentTransferElement.ins
tance.x_Getter_(unwrap_jso(this))); | 1338 AnimatedLength get x => _blink.BlinkSVGFEComponentTransferElement.instance.x_G
etter_(this); |
| 1627 | 1339 |
| 1628 @DomName('SVGFEComponentTransferElement.y') | 1340 @DomName('SVGFEComponentTransferElement.y') |
| 1629 @DocsEditable() | 1341 @DocsEditable() |
| 1630 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEComponentTransferElement.ins
tance.y_Getter_(unwrap_jso(this))); | 1342 AnimatedLength get y => _blink.BlinkSVGFEComponentTransferElement.instance.y_G
etter_(this); |
| 1631 | 1343 |
| 1632 } | 1344 } |
| 1633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1345 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1634 // for details. All rights reserved. Use of this source code is governed by a | 1346 // for details. All rights reserved. Use of this source code is governed by a |
| 1635 // BSD-style license that can be found in the LICENSE file. | 1347 // BSD-style license that can be found in the LICENSE file. |
| 1636 | 1348 |
| 1637 // WARNING: Do not edit - generated code. | 1349 // WARNING: Do not edit - generated code. |
| 1638 | 1350 |
| 1639 | 1351 |
| 1640 @DocsEditable() | 1352 @DocsEditable() |
| 1641 @DomName('SVGFECompositeElement') | 1353 @DomName('SVGFECompositeElement') |
| 1642 @Unstable() | 1354 @Unstable() |
| 1643 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt
tributes { | 1355 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt
tributes { |
| 1644 // To suppress missing implicit constructor warnings. | 1356 // To suppress missing implicit constructor warnings. |
| 1645 factory FECompositeElement._() { throw new UnsupportedError("Not supported");
} | 1357 factory FECompositeElement._() { throw new UnsupportedError("Not supported");
} |
| 1646 | 1358 |
| 1647 | 1359 |
| 1648 @Deprecated("Internal Use Only") | 1360 @Deprecated("Internal Use Only") |
| 1649 static FECompositeElement internalCreateFECompositeElement() { | 1361 external static Type get instanceRuntimeType; |
| 1650 return new FECompositeElement._internalWrap(); | |
| 1651 } | |
| 1652 | |
| 1653 external factory FECompositeElement._internalWrap(); | |
| 1654 | 1362 |
| 1655 @Deprecated("Internal Use Only") | 1363 @Deprecated("Internal Use Only") |
| 1656 FECompositeElement.internal_() : super.internal_(); | 1364 FECompositeElement.internal_() : super.internal_(); |
| 1657 | 1365 |
| 1658 /** | 1366 /** |
| 1659 * Constructor instantiated by the DOM when a custom element has been created. | 1367 * Constructor instantiated by the DOM when a custom element has been created. |
| 1660 * | 1368 * |
| 1661 * This can only be called by subclasses from their created constructor. | 1369 * This can only be called by subclasses from their created constructor. |
| 1662 */ | 1370 */ |
| 1663 FECompositeElement.created() : super.created(); | 1371 FECompositeElement.created() : super.created(); |
| (...skipping 21 matching lines...) Expand all Loading... |
| 1685 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN') | 1393 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN') |
| 1686 @DocsEditable() | 1394 @DocsEditable() |
| 1687 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; | 1395 static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; |
| 1688 | 1396 |
| 1689 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR') | 1397 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR') |
| 1690 @DocsEditable() | 1398 @DocsEditable() |
| 1691 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; | 1399 static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; |
| 1692 | 1400 |
| 1693 @DomName('SVGFECompositeElement.in1') | 1401 @DomName('SVGFECompositeElement.in1') |
| 1694 @DocsEditable() | 1402 @DocsEditable() |
| 1695 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFECompositeElement.instance.
in1_Getter_(unwrap_jso(this))); | 1403 AnimatedString get in1 => _blink.BlinkSVGFECompositeElement.instance.in1_Gette
r_(this); |
| 1696 | 1404 |
| 1697 @DomName('SVGFECompositeElement.in2') | 1405 @DomName('SVGFECompositeElement.in2') |
| 1698 @DocsEditable() | 1406 @DocsEditable() |
| 1699 AnimatedString get in2 => wrap_jso(_blink.BlinkSVGFECompositeElement.instance.
in2_Getter_(unwrap_jso(this))); | 1407 AnimatedString get in2 => _blink.BlinkSVGFECompositeElement.instance.in2_Gette
r_(this); |
| 1700 | 1408 |
| 1701 @DomName('SVGFECompositeElement.k1') | 1409 @DomName('SVGFECompositeElement.k1') |
| 1702 @DocsEditable() | 1410 @DocsEditable() |
| 1703 AnimatedNumber get k1 => wrap_jso(_blink.BlinkSVGFECompositeElement.instance.k
1_Getter_(unwrap_jso(this))); | 1411 AnimatedNumber get k1 => _blink.BlinkSVGFECompositeElement.instance.k1_Getter_
(this); |
| 1704 | 1412 |
| 1705 @DomName('SVGFECompositeElement.k2') | 1413 @DomName('SVGFECompositeElement.k2') |
| 1706 @DocsEditable() | 1414 @DocsEditable() |
| 1707 AnimatedNumber get k2 => wrap_jso(_blink.BlinkSVGFECompositeElement.instance.k
2_Getter_(unwrap_jso(this))); | 1415 AnimatedNumber get k2 => _blink.BlinkSVGFECompositeElement.instance.k2_Getter_
(this); |
| 1708 | 1416 |
| 1709 @DomName('SVGFECompositeElement.k3') | 1417 @DomName('SVGFECompositeElement.k3') |
| 1710 @DocsEditable() | 1418 @DocsEditable() |
| 1711 AnimatedNumber get k3 => wrap_jso(_blink.BlinkSVGFECompositeElement.instance.k
3_Getter_(unwrap_jso(this))); | 1419 AnimatedNumber get k3 => _blink.BlinkSVGFECompositeElement.instance.k3_Getter_
(this); |
| 1712 | 1420 |
| 1713 @DomName('SVGFECompositeElement.k4') | 1421 @DomName('SVGFECompositeElement.k4') |
| 1714 @DocsEditable() | 1422 @DocsEditable() |
| 1715 AnimatedNumber get k4 => wrap_jso(_blink.BlinkSVGFECompositeElement.instance.k
4_Getter_(unwrap_jso(this))); | 1423 AnimatedNumber get k4 => _blink.BlinkSVGFECompositeElement.instance.k4_Getter_
(this); |
| 1716 | 1424 |
| 1717 @DomName('SVGFECompositeElement.operator') | 1425 @DomName('SVGFECompositeElement.operator') |
| 1718 @DocsEditable() | 1426 @DocsEditable() |
| 1719 AnimatedEnumeration get operator => wrap_jso(_blink.BlinkSVGFECompositeElement
.instance.operator_Getter_(unwrap_jso(this))); | 1427 AnimatedEnumeration get operator => _blink.BlinkSVGFECompositeElement.instance
.operator_Getter_(this); |
| 1720 | 1428 |
| 1721 @DomName('SVGFECompositeElement.height') | 1429 @DomName('SVGFECompositeElement.height') |
| 1722 @DocsEditable() | 1430 @DocsEditable() |
| 1723 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFECompositeElement.instan
ce.height_Getter_(unwrap_jso(this))); | 1431 AnimatedLength get height => _blink.BlinkSVGFECompositeElement.instance.height
_Getter_(this); |
| 1724 | 1432 |
| 1725 @DomName('SVGFECompositeElement.result') | 1433 @DomName('SVGFECompositeElement.result') |
| 1726 @DocsEditable() | 1434 @DocsEditable() |
| 1727 AnimatedString get result => wrap_jso(_blink.BlinkSVGFECompositeElement.instan
ce.result_Getter_(unwrap_jso(this))); | 1435 AnimatedString get result => _blink.BlinkSVGFECompositeElement.instance.result
_Getter_(this); |
| 1728 | 1436 |
| 1729 @DomName('SVGFECompositeElement.width') | 1437 @DomName('SVGFECompositeElement.width') |
| 1730 @DocsEditable() | 1438 @DocsEditable() |
| 1731 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFECompositeElement.instanc
e.width_Getter_(unwrap_jso(this))); | 1439 AnimatedLength get width => _blink.BlinkSVGFECompositeElement.instance.width_G
etter_(this); |
| 1732 | 1440 |
| 1733 @DomName('SVGFECompositeElement.x') | 1441 @DomName('SVGFECompositeElement.x') |
| 1734 @DocsEditable() | 1442 @DocsEditable() |
| 1735 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFECompositeElement.instance.x_
Getter_(unwrap_jso(this))); | 1443 AnimatedLength get x => _blink.BlinkSVGFECompositeElement.instance.x_Getter_(t
his); |
| 1736 | 1444 |
| 1737 @DomName('SVGFECompositeElement.y') | 1445 @DomName('SVGFECompositeElement.y') |
| 1738 @DocsEditable() | 1446 @DocsEditable() |
| 1739 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFECompositeElement.instance.y_
Getter_(unwrap_jso(this))); | 1447 AnimatedLength get y => _blink.BlinkSVGFECompositeElement.instance.y_Getter_(t
his); |
| 1740 | 1448 |
| 1741 } | 1449 } |
| 1742 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1450 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1743 // for details. All rights reserved. Use of this source code is governed by a | 1451 // for details. All rights reserved. Use of this source code is governed by a |
| 1744 // BSD-style license that can be found in the LICENSE file. | 1452 // BSD-style license that can be found in the LICENSE file. |
| 1745 | 1453 |
| 1746 // WARNING: Do not edit - generated code. | 1454 // WARNING: Do not edit - generated code. |
| 1747 | 1455 |
| 1748 | 1456 |
| 1749 @DocsEditable() | 1457 @DocsEditable() |
| 1750 @DomName('SVGFEConvolveMatrixElement') | 1458 @DomName('SVGFEConvolveMatrixElement') |
| 1751 @SupportedBrowser(SupportedBrowser.CHROME) | 1459 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1752 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1460 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1753 @SupportedBrowser(SupportedBrowser.IE, '10') | 1461 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1754 @SupportedBrowser(SupportedBrowser.SAFARI) | 1462 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1755 @Unstable() | 1463 @Unstable() |
| 1756 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand
ardAttributes { | 1464 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand
ardAttributes { |
| 1757 // To suppress missing implicit constructor warnings. | 1465 // To suppress missing implicit constructor warnings. |
| 1758 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte
d"); } | 1466 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 1759 | 1467 |
| 1760 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') | 1468 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') |
| 1761 @DocsEditable() | 1469 @DocsEditable() |
| 1762 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("feConvolveMatrix"); | 1470 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("feConvolveMatrix"); |
| 1763 | 1471 |
| 1764 | 1472 |
| 1765 @Deprecated("Internal Use Only") | 1473 @Deprecated("Internal Use Only") |
| 1766 static FEConvolveMatrixElement internalCreateFEConvolveMatrixElement() { | 1474 external static Type get instanceRuntimeType; |
| 1767 return new FEConvolveMatrixElement._internalWrap(); | |
| 1768 } | |
| 1769 | |
| 1770 external factory FEConvolveMatrixElement._internalWrap(); | |
| 1771 | 1475 |
| 1772 @Deprecated("Internal Use Only") | 1476 @Deprecated("Internal Use Only") |
| 1773 FEConvolveMatrixElement.internal_() : super.internal_(); | 1477 FEConvolveMatrixElement.internal_() : super.internal_(); |
| 1774 | 1478 |
| 1775 /** | 1479 /** |
| 1776 * Constructor instantiated by the DOM when a custom element has been created. | 1480 * Constructor instantiated by the DOM when a custom element has been created. |
| 1777 * | 1481 * |
| 1778 * This can only be called by subclasses from their created constructor. | 1482 * This can only be called by subclasses from their created constructor. |
| 1779 */ | 1483 */ |
| 1780 FEConvolveMatrixElement.created() : super.created(); | 1484 FEConvolveMatrixElement.created() : super.created(); |
| (...skipping 12 matching lines...) Expand all Loading... |
| 1793 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN') | 1497 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN') |
| 1794 @DocsEditable() | 1498 @DocsEditable() |
| 1795 static const int SVG_EDGEMODE_UNKNOWN = 0; | 1499 static const int SVG_EDGEMODE_UNKNOWN = 0; |
| 1796 | 1500 |
| 1797 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP') | 1501 @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP') |
| 1798 @DocsEditable() | 1502 @DocsEditable() |
| 1799 static const int SVG_EDGEMODE_WRAP = 2; | 1503 static const int SVG_EDGEMODE_WRAP = 2; |
| 1800 | 1504 |
| 1801 @DomName('SVGFEConvolveMatrixElement.bias') | 1505 @DomName('SVGFEConvolveMatrixElement.bias') |
| 1802 @DocsEditable() | 1506 @DocsEditable() |
| 1803 AnimatedNumber get bias => wrap_jso(_blink.BlinkSVGFEConvolveMatrixElement.ins
tance.bias_Getter_(unwrap_jso(this))); | 1507 AnimatedNumber get bias => _blink.BlinkSVGFEConvolveMatrixElement.instance.bia
s_Getter_(this); |
| 1804 | 1508 |
| 1805 @DomName('SVGFEConvolveMatrixElement.divisor') | 1509 @DomName('SVGFEConvolveMatrixElement.divisor') |
| 1806 @DocsEditable() | 1510 @DocsEditable() |
| 1807 AnimatedNumber get divisor => wrap_jso(_blink.BlinkSVGFEConvolveMatrixElement.
instance.divisor_Getter_(unwrap_jso(this))); | 1511 AnimatedNumber get divisor => _blink.BlinkSVGFEConvolveMatrixElement.instance.
divisor_Getter_(this); |
| 1808 | 1512 |
| 1809 @DomName('SVGFEConvolveMatrixElement.edgeMode') | 1513 @DomName('SVGFEConvolveMatrixElement.edgeMode') |
| 1810 @DocsEditable() | 1514 @DocsEditable() |
| 1811 AnimatedEnumeration get edgeMode => wrap_jso(_blink.BlinkSVGFEConvolveMatrixEl
ement.instance.edgeMode_Getter_(unwrap_jso(this))); | 1515 AnimatedEnumeration get edgeMode => _blink.BlinkSVGFEConvolveMatrixElement.ins
tance.edgeMode_Getter_(this); |
| 1812 | 1516 |
| 1813 @DomName('SVGFEConvolveMatrixElement.in1') | 1517 @DomName('SVGFEConvolveMatrixElement.in1') |
| 1814 @DocsEditable() | 1518 @DocsEditable() |
| 1815 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFEConvolveMatrixElement.inst
ance.in1_Getter_(unwrap_jso(this))); | 1519 AnimatedString get in1 => _blink.BlinkSVGFEConvolveMatrixElement.instance.in1_
Getter_(this); |
| 1816 | 1520 |
| 1817 @DomName('SVGFEConvolveMatrixElement.kernelMatrix') | 1521 @DomName('SVGFEConvolveMatrixElement.kernelMatrix') |
| 1818 @DocsEditable() | 1522 @DocsEditable() |
| 1819 AnimatedNumberList get kernelMatrix => wrap_jso(_blink.BlinkSVGFEConvolveMatri
xElement.instance.kernelMatrix_Getter_(unwrap_jso(this))); | 1523 AnimatedNumberList get kernelMatrix => _blink.BlinkSVGFEConvolveMatrixElement.
instance.kernelMatrix_Getter_(this); |
| 1820 | 1524 |
| 1821 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') | 1525 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') |
| 1822 @DocsEditable() | 1526 @DocsEditable() |
| 1823 AnimatedNumber get kernelUnitLengthX => wrap_jso(_blink.BlinkSVGFEConvolveMatr
ixElement.instance.kernelUnitLengthX_Getter_(unwrap_jso(this))); | 1527 AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFEConvolveMatrixElement
.instance.kernelUnitLengthX_Getter_(this); |
| 1824 | 1528 |
| 1825 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') | 1529 @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') |
| 1826 @DocsEditable() | 1530 @DocsEditable() |
| 1827 AnimatedNumber get kernelUnitLengthY => wrap_jso(_blink.BlinkSVGFEConvolveMatr
ixElement.instance.kernelUnitLengthY_Getter_(unwrap_jso(this))); | 1531 AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFEConvolveMatrixElement
.instance.kernelUnitLengthY_Getter_(this); |
| 1828 | 1532 |
| 1829 @DomName('SVGFEConvolveMatrixElement.orderX') | 1533 @DomName('SVGFEConvolveMatrixElement.orderX') |
| 1830 @DocsEditable() | 1534 @DocsEditable() |
| 1831 AnimatedInteger get orderX => wrap_jso(_blink.BlinkSVGFEConvolveMatrixElement.
instance.orderX_Getter_(unwrap_jso(this))); | 1535 AnimatedInteger get orderX => _blink.BlinkSVGFEConvolveMatrixElement.instance.
orderX_Getter_(this); |
| 1832 | 1536 |
| 1833 @DomName('SVGFEConvolveMatrixElement.orderY') | 1537 @DomName('SVGFEConvolveMatrixElement.orderY') |
| 1834 @DocsEditable() | 1538 @DocsEditable() |
| 1835 AnimatedInteger get orderY => wrap_jso(_blink.BlinkSVGFEConvolveMatrixElement.
instance.orderY_Getter_(unwrap_jso(this))); | 1539 AnimatedInteger get orderY => _blink.BlinkSVGFEConvolveMatrixElement.instance.
orderY_Getter_(this); |
| 1836 | 1540 |
| 1837 @DomName('SVGFEConvolveMatrixElement.preserveAlpha') | 1541 @DomName('SVGFEConvolveMatrixElement.preserveAlpha') |
| 1838 @DocsEditable() | 1542 @DocsEditable() |
| 1839 AnimatedBoolean get preserveAlpha => wrap_jso(_blink.BlinkSVGFEConvolveMatrixE
lement.instance.preserveAlpha_Getter_(unwrap_jso(this))); | 1543 AnimatedBoolean get preserveAlpha => _blink.BlinkSVGFEConvolveMatrixElement.in
stance.preserveAlpha_Getter_(this); |
| 1840 | 1544 |
| 1841 @DomName('SVGFEConvolveMatrixElement.targetX') | 1545 @DomName('SVGFEConvolveMatrixElement.targetX') |
| 1842 @DocsEditable() | 1546 @DocsEditable() |
| 1843 AnimatedInteger get targetX => wrap_jso(_blink.BlinkSVGFEConvolveMatrixElement
.instance.targetX_Getter_(unwrap_jso(this))); | 1547 AnimatedInteger get targetX => _blink.BlinkSVGFEConvolveMatrixElement.instance
.targetX_Getter_(this); |
| 1844 | 1548 |
| 1845 @DomName('SVGFEConvolveMatrixElement.targetY') | 1549 @DomName('SVGFEConvolveMatrixElement.targetY') |
| 1846 @DocsEditable() | 1550 @DocsEditable() |
| 1847 AnimatedInteger get targetY => wrap_jso(_blink.BlinkSVGFEConvolveMatrixElement
.instance.targetY_Getter_(unwrap_jso(this))); | 1551 AnimatedInteger get targetY => _blink.BlinkSVGFEConvolveMatrixElement.instance
.targetY_Getter_(this); |
| 1848 | 1552 |
| 1849 @DomName('SVGFEConvolveMatrixElement.height') | 1553 @DomName('SVGFEConvolveMatrixElement.height') |
| 1850 @DocsEditable() | 1554 @DocsEditable() |
| 1851 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEConvolveMatrixElement.i
nstance.height_Getter_(unwrap_jso(this))); | 1555 AnimatedLength get height => _blink.BlinkSVGFEConvolveMatrixElement.instance.h
eight_Getter_(this); |
| 1852 | 1556 |
| 1853 @DomName('SVGFEConvolveMatrixElement.result') | 1557 @DomName('SVGFEConvolveMatrixElement.result') |
| 1854 @DocsEditable() | 1558 @DocsEditable() |
| 1855 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEConvolveMatrixElement.i
nstance.result_Getter_(unwrap_jso(this))); | 1559 AnimatedString get result => _blink.BlinkSVGFEConvolveMatrixElement.instance.r
esult_Getter_(this); |
| 1856 | 1560 |
| 1857 @DomName('SVGFEConvolveMatrixElement.width') | 1561 @DomName('SVGFEConvolveMatrixElement.width') |
| 1858 @DocsEditable() | 1562 @DocsEditable() |
| 1859 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEConvolveMatrixElement.in
stance.width_Getter_(unwrap_jso(this))); | 1563 AnimatedLength get width => _blink.BlinkSVGFEConvolveMatrixElement.instance.wi
dth_Getter_(this); |
| 1860 | 1564 |
| 1861 @DomName('SVGFEConvolveMatrixElement.x') | 1565 @DomName('SVGFEConvolveMatrixElement.x') |
| 1862 @DocsEditable() | 1566 @DocsEditable() |
| 1863 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEConvolveMatrixElement.instan
ce.x_Getter_(unwrap_jso(this))); | 1567 AnimatedLength get x => _blink.BlinkSVGFEConvolveMatrixElement.instance.x_Gett
er_(this); |
| 1864 | 1568 |
| 1865 @DomName('SVGFEConvolveMatrixElement.y') | 1569 @DomName('SVGFEConvolveMatrixElement.y') |
| 1866 @DocsEditable() | 1570 @DocsEditable() |
| 1867 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEConvolveMatrixElement.instan
ce.y_Getter_(unwrap_jso(this))); | 1571 AnimatedLength get y => _blink.BlinkSVGFEConvolveMatrixElement.instance.y_Gett
er_(this); |
| 1868 | 1572 |
| 1869 } | 1573 } |
| 1870 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1574 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1871 // for details. All rights reserved. Use of this source code is governed by a | 1575 // for details. All rights reserved. Use of this source code is governed by a |
| 1872 // BSD-style license that can be found in the LICENSE file. | 1576 // BSD-style license that can be found in the LICENSE file. |
| 1873 | 1577 |
| 1874 // WARNING: Do not edit - generated code. | 1578 // WARNING: Do not edit - generated code. |
| 1875 | 1579 |
| 1876 | 1580 |
| 1877 @DocsEditable() | 1581 @DocsEditable() |
| 1878 @DomName('SVGFEDiffuseLightingElement') | 1582 @DomName('SVGFEDiffuseLightingElement') |
| 1879 @SupportedBrowser(SupportedBrowser.CHROME) | 1583 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1880 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1584 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1881 @SupportedBrowser(SupportedBrowser.IE, '10') | 1585 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1882 @SupportedBrowser(SupportedBrowser.SAFARI) | 1586 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1883 @Unstable() | 1587 @Unstable() |
| 1884 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { | 1588 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { |
| 1885 // To suppress missing implicit constructor warnings. | 1589 // To suppress missing implicit constructor warnings. |
| 1886 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support
ed"); } | 1590 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support
ed"); } |
| 1887 | 1591 |
| 1888 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') | 1592 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') |
| 1889 @DocsEditable() | 1593 @DocsEditable() |
| 1890 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDiffuseLighting"); | 1594 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDiffuseLighting"); |
| 1891 | 1595 |
| 1892 | 1596 |
| 1893 @Deprecated("Internal Use Only") | 1597 @Deprecated("Internal Use Only") |
| 1894 static FEDiffuseLightingElement internalCreateFEDiffuseLightingElement() { | 1598 external static Type get instanceRuntimeType; |
| 1895 return new FEDiffuseLightingElement._internalWrap(); | |
| 1896 } | |
| 1897 | |
| 1898 external factory FEDiffuseLightingElement._internalWrap(); | |
| 1899 | 1599 |
| 1900 @Deprecated("Internal Use Only") | 1600 @Deprecated("Internal Use Only") |
| 1901 FEDiffuseLightingElement.internal_() : super.internal_(); | 1601 FEDiffuseLightingElement.internal_() : super.internal_(); |
| 1902 | 1602 |
| 1903 /** | 1603 /** |
| 1904 * Constructor instantiated by the DOM when a custom element has been created. | 1604 * Constructor instantiated by the DOM when a custom element has been created. |
| 1905 * | 1605 * |
| 1906 * This can only be called by subclasses from their created constructor. | 1606 * This can only be called by subclasses from their created constructor. |
| 1907 */ | 1607 */ |
| 1908 FEDiffuseLightingElement.created() : super.created(); | 1608 FEDiffuseLightingElement.created() : super.created(); |
| 1909 | 1609 |
| 1910 /// Checks if this type is supported on the current platform. | 1610 /// Checks if this type is supported on the current platform. |
| 1911 static bool get supported => true; | 1611 static bool get supported => true; |
| 1912 | 1612 |
| 1913 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') | 1613 @DomName('SVGFEDiffuseLightingElement.diffuseConstant') |
| 1914 @DocsEditable() | 1614 @DocsEditable() |
| 1915 AnimatedNumber get diffuseConstant => wrap_jso(_blink.BlinkSVGFEDiffuseLightin
gElement.instance.diffuseConstant_Getter_(unwrap_jso(this))); | 1615 AnimatedNumber get diffuseConstant => _blink.BlinkSVGFEDiffuseLightingElement.
instance.diffuseConstant_Getter_(this); |
| 1916 | 1616 |
| 1917 @DomName('SVGFEDiffuseLightingElement.in1') | 1617 @DomName('SVGFEDiffuseLightingElement.in1') |
| 1918 @DocsEditable() | 1618 @DocsEditable() |
| 1919 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFEDiffuseLightingElement.ins
tance.in1_Getter_(unwrap_jso(this))); | 1619 AnimatedString get in1 => _blink.BlinkSVGFEDiffuseLightingElement.instance.in1
_Getter_(this); |
| 1920 | 1620 |
| 1921 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') | 1621 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') |
| 1922 @DocsEditable() | 1622 @DocsEditable() |
| 1923 AnimatedNumber get kernelUnitLengthX => wrap_jso(_blink.BlinkSVGFEDiffuseLight
ingElement.instance.kernelUnitLengthX_Getter_(unwrap_jso(this))); | 1623 AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFEDiffuseLightingElemen
t.instance.kernelUnitLengthX_Getter_(this); |
| 1924 | 1624 |
| 1925 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') | 1625 @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') |
| 1926 @DocsEditable() | 1626 @DocsEditable() |
| 1927 AnimatedNumber get kernelUnitLengthY => wrap_jso(_blink.BlinkSVGFEDiffuseLight
ingElement.instance.kernelUnitLengthY_Getter_(unwrap_jso(this))); | 1627 AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFEDiffuseLightingElemen
t.instance.kernelUnitLengthY_Getter_(this); |
| 1928 | 1628 |
| 1929 @DomName('SVGFEDiffuseLightingElement.surfaceScale') | 1629 @DomName('SVGFEDiffuseLightingElement.surfaceScale') |
| 1930 @DocsEditable() | 1630 @DocsEditable() |
| 1931 AnimatedNumber get surfaceScale => wrap_jso(_blink.BlinkSVGFEDiffuseLightingEl
ement.instance.surfaceScale_Getter_(unwrap_jso(this))); | 1631 AnimatedNumber get surfaceScale => _blink.BlinkSVGFEDiffuseLightingElement.ins
tance.surfaceScale_Getter_(this); |
| 1932 | 1632 |
| 1933 @DomName('SVGFEDiffuseLightingElement.height') | 1633 @DomName('SVGFEDiffuseLightingElement.height') |
| 1934 @DocsEditable() | 1634 @DocsEditable() |
| 1935 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEDiffuseLightingElement.
instance.height_Getter_(unwrap_jso(this))); | 1635 AnimatedLength get height => _blink.BlinkSVGFEDiffuseLightingElement.instance.
height_Getter_(this); |
| 1936 | 1636 |
| 1937 @DomName('SVGFEDiffuseLightingElement.result') | 1637 @DomName('SVGFEDiffuseLightingElement.result') |
| 1938 @DocsEditable() | 1638 @DocsEditable() |
| 1939 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEDiffuseLightingElement.
instance.result_Getter_(unwrap_jso(this))); | 1639 AnimatedString get result => _blink.BlinkSVGFEDiffuseLightingElement.instance.
result_Getter_(this); |
| 1940 | 1640 |
| 1941 @DomName('SVGFEDiffuseLightingElement.width') | 1641 @DomName('SVGFEDiffuseLightingElement.width') |
| 1942 @DocsEditable() | 1642 @DocsEditable() |
| 1943 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEDiffuseLightingElement.i
nstance.width_Getter_(unwrap_jso(this))); | 1643 AnimatedLength get width => _blink.BlinkSVGFEDiffuseLightingElement.instance.w
idth_Getter_(this); |
| 1944 | 1644 |
| 1945 @DomName('SVGFEDiffuseLightingElement.x') | 1645 @DomName('SVGFEDiffuseLightingElement.x') |
| 1946 @DocsEditable() | 1646 @DocsEditable() |
| 1947 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEDiffuseLightingElement.insta
nce.x_Getter_(unwrap_jso(this))); | 1647 AnimatedLength get x => _blink.BlinkSVGFEDiffuseLightingElement.instance.x_Get
ter_(this); |
| 1948 | 1648 |
| 1949 @DomName('SVGFEDiffuseLightingElement.y') | 1649 @DomName('SVGFEDiffuseLightingElement.y') |
| 1950 @DocsEditable() | 1650 @DocsEditable() |
| 1951 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEDiffuseLightingElement.insta
nce.y_Getter_(unwrap_jso(this))); | 1651 AnimatedLength get y => _blink.BlinkSVGFEDiffuseLightingElement.instance.y_Get
ter_(this); |
| 1952 | 1652 |
| 1953 } | 1653 } |
| 1954 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1654 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1955 // for details. All rights reserved. Use of this source code is governed by a | 1655 // for details. All rights reserved. Use of this source code is governed by a |
| 1956 // BSD-style license that can be found in the LICENSE file. | 1656 // BSD-style license that can be found in the LICENSE file. |
| 1957 | 1657 |
| 1958 // WARNING: Do not edit - generated code. | 1658 // WARNING: Do not edit - generated code. |
| 1959 | 1659 |
| 1960 | 1660 |
| 1961 @DocsEditable() | 1661 @DocsEditable() |
| 1962 @DomName('SVGFEDisplacementMapElement') | 1662 @DomName('SVGFEDisplacementMapElement') |
| 1963 @SupportedBrowser(SupportedBrowser.CHROME) | 1663 @SupportedBrowser(SupportedBrowser.CHROME) |
| 1964 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1664 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 1965 @SupportedBrowser(SupportedBrowser.IE, '10') | 1665 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1966 @SupportedBrowser(SupportedBrowser.SAFARI) | 1666 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1967 @Unstable() | 1667 @Unstable() |
| 1968 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { | 1668 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { |
| 1969 // To suppress missing implicit constructor warnings. | 1669 // To suppress missing implicit constructor warnings. |
| 1970 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support
ed"); } | 1670 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support
ed"); } |
| 1971 | 1671 |
| 1972 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') | 1672 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') |
| 1973 @DocsEditable() | 1673 @DocsEditable() |
| 1974 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDisplacementMap"); | 1674 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDisplacementMap"); |
| 1975 | 1675 |
| 1976 | 1676 |
| 1977 @Deprecated("Internal Use Only") | 1677 @Deprecated("Internal Use Only") |
| 1978 static FEDisplacementMapElement internalCreateFEDisplacementMapElement() { | 1678 external static Type get instanceRuntimeType; |
| 1979 return new FEDisplacementMapElement._internalWrap(); | |
| 1980 } | |
| 1981 | |
| 1982 external factory FEDisplacementMapElement._internalWrap(); | |
| 1983 | 1679 |
| 1984 @Deprecated("Internal Use Only") | 1680 @Deprecated("Internal Use Only") |
| 1985 FEDisplacementMapElement.internal_() : super.internal_(); | 1681 FEDisplacementMapElement.internal_() : super.internal_(); |
| 1986 | 1682 |
| 1987 /** | 1683 /** |
| 1988 * Constructor instantiated by the DOM when a custom element has been created. | 1684 * Constructor instantiated by the DOM when a custom element has been created. |
| 1989 * | 1685 * |
| 1990 * This can only be called by subclasses from their created constructor. | 1686 * This can only be called by subclasses from their created constructor. |
| 1991 */ | 1687 */ |
| 1992 FEDisplacementMapElement.created() : super.created(); | 1688 FEDisplacementMapElement.created() : super.created(); |
| (...skipping 16 matching lines...) Expand all Loading... |
| 2009 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_R') | 1705 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_R') |
| 2010 @DocsEditable() | 1706 @DocsEditable() |
| 2011 static const int SVG_CHANNEL_R = 1; | 1707 static const int SVG_CHANNEL_R = 1; |
| 2012 | 1708 |
| 2013 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_UNKNOWN') | 1709 @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_UNKNOWN') |
| 2014 @DocsEditable() | 1710 @DocsEditable() |
| 2015 static const int SVG_CHANNEL_UNKNOWN = 0; | 1711 static const int SVG_CHANNEL_UNKNOWN = 0; |
| 2016 | 1712 |
| 2017 @DomName('SVGFEDisplacementMapElement.in1') | 1713 @DomName('SVGFEDisplacementMapElement.in1') |
| 2018 @DocsEditable() | 1714 @DocsEditable() |
| 2019 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFEDisplacementMapElement.ins
tance.in1_Getter_(unwrap_jso(this))); | 1715 AnimatedString get in1 => _blink.BlinkSVGFEDisplacementMapElement.instance.in1
_Getter_(this); |
| 2020 | 1716 |
| 2021 @DomName('SVGFEDisplacementMapElement.in2') | 1717 @DomName('SVGFEDisplacementMapElement.in2') |
| 2022 @DocsEditable() | 1718 @DocsEditable() |
| 2023 AnimatedString get in2 => wrap_jso(_blink.BlinkSVGFEDisplacementMapElement.ins
tance.in2_Getter_(unwrap_jso(this))); | 1719 AnimatedString get in2 => _blink.BlinkSVGFEDisplacementMapElement.instance.in2
_Getter_(this); |
| 2024 | 1720 |
| 2025 @DomName('SVGFEDisplacementMapElement.scale') | 1721 @DomName('SVGFEDisplacementMapElement.scale') |
| 2026 @DocsEditable() | 1722 @DocsEditable() |
| 2027 AnimatedNumber get scale => wrap_jso(_blink.BlinkSVGFEDisplacementMapElement.i
nstance.scale_Getter_(unwrap_jso(this))); | 1723 AnimatedNumber get scale => _blink.BlinkSVGFEDisplacementMapElement.instance.s
cale_Getter_(this); |
| 2028 | 1724 |
| 2029 @DomName('SVGFEDisplacementMapElement.xChannelSelector') | 1725 @DomName('SVGFEDisplacementMapElement.xChannelSelector') |
| 2030 @DocsEditable() | 1726 @DocsEditable() |
| 2031 AnimatedEnumeration get xChannelSelector => wrap_jso(_blink.BlinkSVGFEDisplace
mentMapElement.instance.xChannelSelector_Getter_(unwrap_jso(this))); | 1727 AnimatedEnumeration get xChannelSelector => _blink.BlinkSVGFEDisplacementMapEl
ement.instance.xChannelSelector_Getter_(this); |
| 2032 | 1728 |
| 2033 @DomName('SVGFEDisplacementMapElement.yChannelSelector') | 1729 @DomName('SVGFEDisplacementMapElement.yChannelSelector') |
| 2034 @DocsEditable() | 1730 @DocsEditable() |
| 2035 AnimatedEnumeration get yChannelSelector => wrap_jso(_blink.BlinkSVGFEDisplace
mentMapElement.instance.yChannelSelector_Getter_(unwrap_jso(this))); | 1731 AnimatedEnumeration get yChannelSelector => _blink.BlinkSVGFEDisplacementMapEl
ement.instance.yChannelSelector_Getter_(this); |
| 2036 | 1732 |
| 2037 @DomName('SVGFEDisplacementMapElement.height') | 1733 @DomName('SVGFEDisplacementMapElement.height') |
| 2038 @DocsEditable() | 1734 @DocsEditable() |
| 2039 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEDisplacementMapElement.
instance.height_Getter_(unwrap_jso(this))); | 1735 AnimatedLength get height => _blink.BlinkSVGFEDisplacementMapElement.instance.
height_Getter_(this); |
| 2040 | 1736 |
| 2041 @DomName('SVGFEDisplacementMapElement.result') | 1737 @DomName('SVGFEDisplacementMapElement.result') |
| 2042 @DocsEditable() | 1738 @DocsEditable() |
| 2043 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEDisplacementMapElement.
instance.result_Getter_(unwrap_jso(this))); | 1739 AnimatedString get result => _blink.BlinkSVGFEDisplacementMapElement.instance.
result_Getter_(this); |
| 2044 | 1740 |
| 2045 @DomName('SVGFEDisplacementMapElement.width') | 1741 @DomName('SVGFEDisplacementMapElement.width') |
| 2046 @DocsEditable() | 1742 @DocsEditable() |
| 2047 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEDisplacementMapElement.i
nstance.width_Getter_(unwrap_jso(this))); | 1743 AnimatedLength get width => _blink.BlinkSVGFEDisplacementMapElement.instance.w
idth_Getter_(this); |
| 2048 | 1744 |
| 2049 @DomName('SVGFEDisplacementMapElement.x') | 1745 @DomName('SVGFEDisplacementMapElement.x') |
| 2050 @DocsEditable() | 1746 @DocsEditable() |
| 2051 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEDisplacementMapElement.insta
nce.x_Getter_(unwrap_jso(this))); | 1747 AnimatedLength get x => _blink.BlinkSVGFEDisplacementMapElement.instance.x_Get
ter_(this); |
| 2052 | 1748 |
| 2053 @DomName('SVGFEDisplacementMapElement.y') | 1749 @DomName('SVGFEDisplacementMapElement.y') |
| 2054 @DocsEditable() | 1750 @DocsEditable() |
| 2055 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEDisplacementMapElement.insta
nce.y_Getter_(unwrap_jso(this))); | 1751 AnimatedLength get y => _blink.BlinkSVGFEDisplacementMapElement.instance.y_Get
ter_(this); |
| 2056 | 1752 |
| 2057 } | 1753 } |
| 2058 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1754 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2059 // for details. All rights reserved. Use of this source code is governed by a | 1755 // for details. All rights reserved. Use of this source code is governed by a |
| 2060 // BSD-style license that can be found in the LICENSE file. | 1756 // BSD-style license that can be found in the LICENSE file. |
| 2061 | 1757 |
| 2062 // WARNING: Do not edit - generated code. | 1758 // WARNING: Do not edit - generated code. |
| 2063 | 1759 |
| 2064 | 1760 |
| 2065 @DocsEditable() | 1761 @DocsEditable() |
| 2066 @DomName('SVGFEDistantLightElement') | 1762 @DomName('SVGFEDistantLightElement') |
| 2067 @SupportedBrowser(SupportedBrowser.CHROME) | 1763 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2068 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1764 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2069 @SupportedBrowser(SupportedBrowser.IE, '10') | 1765 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2070 @SupportedBrowser(SupportedBrowser.SAFARI) | 1766 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2071 @Unstable() | 1767 @Unstable() |
| 2072 class FEDistantLightElement extends SvgElement { | 1768 class FEDistantLightElement extends SvgElement { |
| 2073 // To suppress missing implicit constructor warnings. | 1769 // To suppress missing implicit constructor warnings. |
| 2074 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported"
); } | 1770 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported"
); } |
| 2075 | 1771 |
| 2076 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') | 1772 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') |
| 2077 @DocsEditable() | 1773 @DocsEditable() |
| 2078 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feDistantLight"); | 1774 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feDistantLight"); |
| 2079 | 1775 |
| 2080 | 1776 |
| 2081 @Deprecated("Internal Use Only") | 1777 @Deprecated("Internal Use Only") |
| 2082 static FEDistantLightElement internalCreateFEDistantLightElement() { | 1778 external static Type get instanceRuntimeType; |
| 2083 return new FEDistantLightElement._internalWrap(); | |
| 2084 } | |
| 2085 | |
| 2086 external factory FEDistantLightElement._internalWrap(); | |
| 2087 | 1779 |
| 2088 @Deprecated("Internal Use Only") | 1780 @Deprecated("Internal Use Only") |
| 2089 FEDistantLightElement.internal_() : super.internal_(); | 1781 FEDistantLightElement.internal_() : super.internal_(); |
| 2090 | 1782 |
| 2091 /** | 1783 /** |
| 2092 * Constructor instantiated by the DOM when a custom element has been created. | 1784 * Constructor instantiated by the DOM when a custom element has been created. |
| 2093 * | 1785 * |
| 2094 * This can only be called by subclasses from their created constructor. | 1786 * This can only be called by subclasses from their created constructor. |
| 2095 */ | 1787 */ |
| 2096 FEDistantLightElement.created() : super.created(); | 1788 FEDistantLightElement.created() : super.created(); |
| 2097 | 1789 |
| 2098 /// Checks if this type is supported on the current platform. | 1790 /// Checks if this type is supported on the current platform. |
| 2099 static bool get supported => true; | 1791 static bool get supported => true; |
| 2100 | 1792 |
| 2101 @DomName('SVGFEDistantLightElement.azimuth') | 1793 @DomName('SVGFEDistantLightElement.azimuth') |
| 2102 @DocsEditable() | 1794 @DocsEditable() |
| 2103 AnimatedNumber get azimuth => wrap_jso(_blink.BlinkSVGFEDistantLightElement.in
stance.azimuth_Getter_(unwrap_jso(this))); | 1795 AnimatedNumber get azimuth => _blink.BlinkSVGFEDistantLightElement.instance.az
imuth_Getter_(this); |
| 2104 | 1796 |
| 2105 @DomName('SVGFEDistantLightElement.elevation') | 1797 @DomName('SVGFEDistantLightElement.elevation') |
| 2106 @DocsEditable() | 1798 @DocsEditable() |
| 2107 AnimatedNumber get elevation => wrap_jso(_blink.BlinkSVGFEDistantLightElement.
instance.elevation_Getter_(unwrap_jso(this))); | 1799 AnimatedNumber get elevation => _blink.BlinkSVGFEDistantLightElement.instance.
elevation_Getter_(this); |
| 2108 | 1800 |
| 2109 } | 1801 } |
| 2110 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1802 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2111 // for details. All rights reserved. Use of this source code is governed by a | 1803 // for details. All rights reserved. Use of this source code is governed by a |
| 2112 // BSD-style license that can be found in the LICENSE file. | 1804 // BSD-style license that can be found in the LICENSE file. |
| 2113 | 1805 |
| 2114 // WARNING: Do not edit - generated code. | 1806 // WARNING: Do not edit - generated code. |
| 2115 | 1807 |
| 2116 | 1808 |
| 2117 @DocsEditable() | 1809 @DocsEditable() |
| 2118 @DomName('SVGFEFloodElement') | 1810 @DomName('SVGFEFloodElement') |
| 2119 @SupportedBrowser(SupportedBrowser.CHROME) | 1811 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2120 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1812 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2121 @SupportedBrowser(SupportedBrowser.IE, '10') | 1813 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2122 @SupportedBrowser(SupportedBrowser.SAFARI) | 1814 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2123 @Unstable() | 1815 @Unstable() |
| 2124 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 1816 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { |
| 2125 // To suppress missing implicit constructor warnings. | 1817 // To suppress missing implicit constructor warnings. |
| 2126 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); } | 1818 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); } |
| 2127 | 1819 |
| 2128 @DomName('SVGFEFloodElement.SVGFEFloodElement') | 1820 @DomName('SVGFEFloodElement.SVGFEFloodElement') |
| 2129 @DocsEditable() | 1821 @DocsEditable() |
| 2130 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFlood"); | 1822 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFlood"); |
| 2131 | 1823 |
| 2132 | 1824 |
| 2133 @Deprecated("Internal Use Only") | 1825 @Deprecated("Internal Use Only") |
| 2134 static FEFloodElement internalCreateFEFloodElement() { | 1826 external static Type get instanceRuntimeType; |
| 2135 return new FEFloodElement._internalWrap(); | |
| 2136 } | |
| 2137 | |
| 2138 external factory FEFloodElement._internalWrap(); | |
| 2139 | 1827 |
| 2140 @Deprecated("Internal Use Only") | 1828 @Deprecated("Internal Use Only") |
| 2141 FEFloodElement.internal_() : super.internal_(); | 1829 FEFloodElement.internal_() : super.internal_(); |
| 2142 | 1830 |
| 2143 /** | 1831 /** |
| 2144 * Constructor instantiated by the DOM when a custom element has been created. | 1832 * Constructor instantiated by the DOM when a custom element has been created. |
| 2145 * | 1833 * |
| 2146 * This can only be called by subclasses from their created constructor. | 1834 * This can only be called by subclasses from their created constructor. |
| 2147 */ | 1835 */ |
| 2148 FEFloodElement.created() : super.created(); | 1836 FEFloodElement.created() : super.created(); |
| 2149 | 1837 |
| 2150 /// Checks if this type is supported on the current platform. | 1838 /// Checks if this type is supported on the current platform. |
| 2151 static bool get supported => true; | 1839 static bool get supported => true; |
| 2152 | 1840 |
| 2153 @DomName('SVGFEFloodElement.height') | 1841 @DomName('SVGFEFloodElement.height') |
| 2154 @DocsEditable() | 1842 @DocsEditable() |
| 2155 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEFloodElement.instance.h
eight_Getter_(unwrap_jso(this))); | 1843 AnimatedLength get height => _blink.BlinkSVGFEFloodElement.instance.height_Get
ter_(this); |
| 2156 | 1844 |
| 2157 @DomName('SVGFEFloodElement.result') | 1845 @DomName('SVGFEFloodElement.result') |
| 2158 @DocsEditable() | 1846 @DocsEditable() |
| 2159 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEFloodElement.instance.r
esult_Getter_(unwrap_jso(this))); | 1847 AnimatedString get result => _blink.BlinkSVGFEFloodElement.instance.result_Get
ter_(this); |
| 2160 | 1848 |
| 2161 @DomName('SVGFEFloodElement.width') | 1849 @DomName('SVGFEFloodElement.width') |
| 2162 @DocsEditable() | 1850 @DocsEditable() |
| 2163 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEFloodElement.instance.wi
dth_Getter_(unwrap_jso(this))); | 1851 AnimatedLength get width => _blink.BlinkSVGFEFloodElement.instance.width_Gette
r_(this); |
| 2164 | 1852 |
| 2165 @DomName('SVGFEFloodElement.x') | 1853 @DomName('SVGFEFloodElement.x') |
| 2166 @DocsEditable() | 1854 @DocsEditable() |
| 2167 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEFloodElement.instance.x_Gett
er_(unwrap_jso(this))); | 1855 AnimatedLength get x => _blink.BlinkSVGFEFloodElement.instance.x_Getter_(this)
; |
| 2168 | 1856 |
| 2169 @DomName('SVGFEFloodElement.y') | 1857 @DomName('SVGFEFloodElement.y') |
| 2170 @DocsEditable() | 1858 @DocsEditable() |
| 2171 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEFloodElement.instance.y_Gett
er_(unwrap_jso(this))); | 1859 AnimatedLength get y => _blink.BlinkSVGFEFloodElement.instance.y_Getter_(this)
; |
| 2172 | 1860 |
| 2173 } | 1861 } |
| 2174 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1862 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2175 // for details. All rights reserved. Use of this source code is governed by a | 1863 // for details. All rights reserved. Use of this source code is governed by a |
| 2176 // BSD-style license that can be found in the LICENSE file. | 1864 // BSD-style license that can be found in the LICENSE file. |
| 2177 | 1865 |
| 2178 // WARNING: Do not edit - generated code. | 1866 // WARNING: Do not edit - generated code. |
| 2179 | 1867 |
| 2180 | 1868 |
| 2181 @DocsEditable() | 1869 @DocsEditable() |
| 2182 @DomName('SVGFEFuncAElement') | 1870 @DomName('SVGFEFuncAElement') |
| 2183 @SupportedBrowser(SupportedBrowser.CHROME) | 1871 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2184 @SupportedBrowser(SupportedBrowser.FIREFOX) | 1872 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2185 @SupportedBrowser(SupportedBrowser.IE, '10') | 1873 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2186 @SupportedBrowser(SupportedBrowser.SAFARI) | 1874 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2187 @Unstable() | 1875 @Unstable() |
| 2188 class FEFuncAElement extends _SVGComponentTransferFunctionElement { | 1876 class FEFuncAElement extends _SVGComponentTransferFunctionElement { |
| 2189 // To suppress missing implicit constructor warnings. | 1877 // To suppress missing implicit constructor warnings. |
| 2190 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); } | 1878 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); } |
| 2191 | 1879 |
| 2192 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') | 1880 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') |
| 2193 @DocsEditable() | 1881 @DocsEditable() |
| 2194 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncA"); | 1882 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncA"); |
| 2195 | 1883 |
| 2196 | 1884 |
| 2197 @Deprecated("Internal Use Only") | 1885 @Deprecated("Internal Use Only") |
| 2198 static FEFuncAElement internalCreateFEFuncAElement() { | 1886 external static Type get instanceRuntimeType; |
| 2199 return new FEFuncAElement._internalWrap(); | |
| 2200 } | |
| 2201 | |
| 2202 external factory FEFuncAElement._internalWrap(); | |
| 2203 | 1887 |
| 2204 @Deprecated("Internal Use Only") | 1888 @Deprecated("Internal Use Only") |
| 2205 FEFuncAElement.internal_() : super.internal_(); | 1889 FEFuncAElement.internal_() : super.internal_(); |
| 2206 | 1890 |
| 2207 /** | 1891 /** |
| 2208 * Constructor instantiated by the DOM when a custom element has been created. | 1892 * Constructor instantiated by the DOM when a custom element has been created. |
| 2209 * | 1893 * |
| 2210 * This can only be called by subclasses from their created constructor. | 1894 * This can only be called by subclasses from their created constructor. |
| 2211 */ | 1895 */ |
| 2212 FEFuncAElement.created() : super.created(); | 1896 FEFuncAElement.created() : super.created(); |
| (...skipping 19 matching lines...) Expand all Loading... |
| 2232 class FEFuncBElement extends _SVGComponentTransferFunctionElement { | 1916 class FEFuncBElement extends _SVGComponentTransferFunctionElement { |
| 2233 // To suppress missing implicit constructor warnings. | 1917 // To suppress missing implicit constructor warnings. |
| 2234 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); } | 1918 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); } |
| 2235 | 1919 |
| 2236 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') | 1920 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') |
| 2237 @DocsEditable() | 1921 @DocsEditable() |
| 2238 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncB"); | 1922 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncB"); |
| 2239 | 1923 |
| 2240 | 1924 |
| 2241 @Deprecated("Internal Use Only") | 1925 @Deprecated("Internal Use Only") |
| 2242 static FEFuncBElement internalCreateFEFuncBElement() { | 1926 external static Type get instanceRuntimeType; |
| 2243 return new FEFuncBElement._internalWrap(); | |
| 2244 } | |
| 2245 | |
| 2246 external factory FEFuncBElement._internalWrap(); | |
| 2247 | 1927 |
| 2248 @Deprecated("Internal Use Only") | 1928 @Deprecated("Internal Use Only") |
| 2249 FEFuncBElement.internal_() : super.internal_(); | 1929 FEFuncBElement.internal_() : super.internal_(); |
| 2250 | 1930 |
| 2251 /** | 1931 /** |
| 2252 * Constructor instantiated by the DOM when a custom element has been created. | 1932 * Constructor instantiated by the DOM when a custom element has been created. |
| 2253 * | 1933 * |
| 2254 * This can only be called by subclasses from their created constructor. | 1934 * This can only be called by subclasses from their created constructor. |
| 2255 */ | 1935 */ |
| 2256 FEFuncBElement.created() : super.created(); | 1936 FEFuncBElement.created() : super.created(); |
| (...skipping 19 matching lines...) Expand all Loading... |
| 2276 class FEFuncGElement extends _SVGComponentTransferFunctionElement { | 1956 class FEFuncGElement extends _SVGComponentTransferFunctionElement { |
| 2277 // To suppress missing implicit constructor warnings. | 1957 // To suppress missing implicit constructor warnings. |
| 2278 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); } | 1958 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); } |
| 2279 | 1959 |
| 2280 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') | 1960 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') |
| 2281 @DocsEditable() | 1961 @DocsEditable() |
| 2282 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncG"); | 1962 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncG"); |
| 2283 | 1963 |
| 2284 | 1964 |
| 2285 @Deprecated("Internal Use Only") | 1965 @Deprecated("Internal Use Only") |
| 2286 static FEFuncGElement internalCreateFEFuncGElement() { | 1966 external static Type get instanceRuntimeType; |
| 2287 return new FEFuncGElement._internalWrap(); | |
| 2288 } | |
| 2289 | |
| 2290 external factory FEFuncGElement._internalWrap(); | |
| 2291 | 1967 |
| 2292 @Deprecated("Internal Use Only") | 1968 @Deprecated("Internal Use Only") |
| 2293 FEFuncGElement.internal_() : super.internal_(); | 1969 FEFuncGElement.internal_() : super.internal_(); |
| 2294 | 1970 |
| 2295 /** | 1971 /** |
| 2296 * Constructor instantiated by the DOM when a custom element has been created. | 1972 * Constructor instantiated by the DOM when a custom element has been created. |
| 2297 * | 1973 * |
| 2298 * This can only be called by subclasses from their created constructor. | 1974 * This can only be called by subclasses from their created constructor. |
| 2299 */ | 1975 */ |
| 2300 FEFuncGElement.created() : super.created(); | 1976 FEFuncGElement.created() : super.created(); |
| (...skipping 19 matching lines...) Expand all Loading... |
| 2320 class FEFuncRElement extends _SVGComponentTransferFunctionElement { | 1996 class FEFuncRElement extends _SVGComponentTransferFunctionElement { |
| 2321 // To suppress missing implicit constructor warnings. | 1997 // To suppress missing implicit constructor warnings. |
| 2322 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); } | 1998 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); } |
| 2323 | 1999 |
| 2324 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') | 2000 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') |
| 2325 @DocsEditable() | 2001 @DocsEditable() |
| 2326 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncR"); | 2002 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncR"); |
| 2327 | 2003 |
| 2328 | 2004 |
| 2329 @Deprecated("Internal Use Only") | 2005 @Deprecated("Internal Use Only") |
| 2330 static FEFuncRElement internalCreateFEFuncRElement() { | 2006 external static Type get instanceRuntimeType; |
| 2331 return new FEFuncRElement._internalWrap(); | |
| 2332 } | |
| 2333 | |
| 2334 external factory FEFuncRElement._internalWrap(); | |
| 2335 | 2007 |
| 2336 @Deprecated("Internal Use Only") | 2008 @Deprecated("Internal Use Only") |
| 2337 FEFuncRElement.internal_() : super.internal_(); | 2009 FEFuncRElement.internal_() : super.internal_(); |
| 2338 | 2010 |
| 2339 /** | 2011 /** |
| 2340 * Constructor instantiated by the DOM when a custom element has been created. | 2012 * Constructor instantiated by the DOM when a custom element has been created. |
| 2341 * | 2013 * |
| 2342 * This can only be called by subclasses from their created constructor. | 2014 * This can only be called by subclasses from their created constructor. |
| 2343 */ | 2015 */ |
| 2344 FEFuncRElement.created() : super.created(); | 2016 FEFuncRElement.created() : super.created(); |
| (...skipping 19 matching lines...) Expand all Loading... |
| 2364 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar
dAttributes { | 2036 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar
dAttributes { |
| 2365 // To suppress missing implicit constructor warnings. | 2037 // To suppress missing implicit constructor warnings. |
| 2366 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported"
); } | 2038 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported"
); } |
| 2367 | 2039 |
| 2368 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') | 2040 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') |
| 2369 @DocsEditable() | 2041 @DocsEditable() |
| 2370 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feGaussianBlur"); | 2042 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feGaussianBlur"); |
| 2371 | 2043 |
| 2372 | 2044 |
| 2373 @Deprecated("Internal Use Only") | 2045 @Deprecated("Internal Use Only") |
| 2374 static FEGaussianBlurElement internalCreateFEGaussianBlurElement() { | 2046 external static Type get instanceRuntimeType; |
| 2375 return new FEGaussianBlurElement._internalWrap(); | |
| 2376 } | |
| 2377 | |
| 2378 external factory FEGaussianBlurElement._internalWrap(); | |
| 2379 | 2047 |
| 2380 @Deprecated("Internal Use Only") | 2048 @Deprecated("Internal Use Only") |
| 2381 FEGaussianBlurElement.internal_() : super.internal_(); | 2049 FEGaussianBlurElement.internal_() : super.internal_(); |
| 2382 | 2050 |
| 2383 /** | 2051 /** |
| 2384 * Constructor instantiated by the DOM when a custom element has been created. | 2052 * Constructor instantiated by the DOM when a custom element has been created. |
| 2385 * | 2053 * |
| 2386 * This can only be called by subclasses from their created constructor. | 2054 * This can only be called by subclasses from their created constructor. |
| 2387 */ | 2055 */ |
| 2388 FEGaussianBlurElement.created() : super.created(); | 2056 FEGaussianBlurElement.created() : super.created(); |
| 2389 | 2057 |
| 2390 /// Checks if this type is supported on the current platform. | 2058 /// Checks if this type is supported on the current platform. |
| 2391 static bool get supported => true; | 2059 static bool get supported => true; |
| 2392 | 2060 |
| 2393 @DomName('SVGFEGaussianBlurElement.in1') | 2061 @DomName('SVGFEGaussianBlurElement.in1') |
| 2394 @DocsEditable() | 2062 @DocsEditable() |
| 2395 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFEGaussianBlurElement.instan
ce.in1_Getter_(unwrap_jso(this))); | 2063 AnimatedString get in1 => _blink.BlinkSVGFEGaussianBlurElement.instance.in1_Ge
tter_(this); |
| 2396 | 2064 |
| 2397 @DomName('SVGFEGaussianBlurElement.stdDeviationX') | 2065 @DomName('SVGFEGaussianBlurElement.stdDeviationX') |
| 2398 @DocsEditable() | 2066 @DocsEditable() |
| 2399 AnimatedNumber get stdDeviationX => wrap_jso(_blink.BlinkSVGFEGaussianBlurElem
ent.instance.stdDeviationX_Getter_(unwrap_jso(this))); | 2067 AnimatedNumber get stdDeviationX => _blink.BlinkSVGFEGaussianBlurElement.insta
nce.stdDeviationX_Getter_(this); |
| 2400 | 2068 |
| 2401 @DomName('SVGFEGaussianBlurElement.stdDeviationY') | 2069 @DomName('SVGFEGaussianBlurElement.stdDeviationY') |
| 2402 @DocsEditable() | 2070 @DocsEditable() |
| 2403 AnimatedNumber get stdDeviationY => wrap_jso(_blink.BlinkSVGFEGaussianBlurElem
ent.instance.stdDeviationY_Getter_(unwrap_jso(this))); | 2071 AnimatedNumber get stdDeviationY => _blink.BlinkSVGFEGaussianBlurElement.insta
nce.stdDeviationY_Getter_(this); |
| 2404 | 2072 |
| 2405 @DomName('SVGFEGaussianBlurElement.setStdDeviation') | 2073 @DomName('SVGFEGaussianBlurElement.setStdDeviation') |
| 2406 @DocsEditable() | 2074 @DocsEditable() |
| 2407 void setStdDeviation(num stdDeviationX, num stdDeviationY) => _blink.BlinkSVGF
EGaussianBlurElement.instance.setStdDeviation_Callback_2_(unwrap_jso(this), stdD
eviationX, stdDeviationY); | 2075 void setStdDeviation(num stdDeviationX, num stdDeviationY) => _blink.BlinkSVGF
EGaussianBlurElement.instance.setStdDeviation_Callback_2_(this, stdDeviationX, s
tdDeviationY); |
| 2408 | 2076 |
| 2409 @DomName('SVGFEGaussianBlurElement.height') | 2077 @DomName('SVGFEGaussianBlurElement.height') |
| 2410 @DocsEditable() | 2078 @DocsEditable() |
| 2411 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEGaussianBlurElement.ins
tance.height_Getter_(unwrap_jso(this))); | 2079 AnimatedLength get height => _blink.BlinkSVGFEGaussianBlurElement.instance.hei
ght_Getter_(this); |
| 2412 | 2080 |
| 2413 @DomName('SVGFEGaussianBlurElement.result') | 2081 @DomName('SVGFEGaussianBlurElement.result') |
| 2414 @DocsEditable() | 2082 @DocsEditable() |
| 2415 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEGaussianBlurElement.ins
tance.result_Getter_(unwrap_jso(this))); | 2083 AnimatedString get result => _blink.BlinkSVGFEGaussianBlurElement.instance.res
ult_Getter_(this); |
| 2416 | 2084 |
| 2417 @DomName('SVGFEGaussianBlurElement.width') | 2085 @DomName('SVGFEGaussianBlurElement.width') |
| 2418 @DocsEditable() | 2086 @DocsEditable() |
| 2419 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEGaussianBlurElement.inst
ance.width_Getter_(unwrap_jso(this))); | 2087 AnimatedLength get width => _blink.BlinkSVGFEGaussianBlurElement.instance.widt
h_Getter_(this); |
| 2420 | 2088 |
| 2421 @DomName('SVGFEGaussianBlurElement.x') | 2089 @DomName('SVGFEGaussianBlurElement.x') |
| 2422 @DocsEditable() | 2090 @DocsEditable() |
| 2423 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEGaussianBlurElement.instance
.x_Getter_(unwrap_jso(this))); | 2091 AnimatedLength get x => _blink.BlinkSVGFEGaussianBlurElement.instance.x_Getter
_(this); |
| 2424 | 2092 |
| 2425 @DomName('SVGFEGaussianBlurElement.y') | 2093 @DomName('SVGFEGaussianBlurElement.y') |
| 2426 @DocsEditable() | 2094 @DocsEditable() |
| 2427 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEGaussianBlurElement.instance
.y_Getter_(unwrap_jso(this))); | 2095 AnimatedLength get y => _blink.BlinkSVGFEGaussianBlurElement.instance.y_Getter
_(this); |
| 2428 | 2096 |
| 2429 } | 2097 } |
| 2430 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2098 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2431 // for details. All rights reserved. Use of this source code is governed by a | 2099 // for details. All rights reserved. Use of this source code is governed by a |
| 2432 // BSD-style license that can be found in the LICENSE file. | 2100 // BSD-style license that can be found in the LICENSE file. |
| 2433 | 2101 |
| 2434 // WARNING: Do not edit - generated code. | 2102 // WARNING: Do not edit - generated code. |
| 2435 | 2103 |
| 2436 | 2104 |
| 2437 @DocsEditable() | 2105 @DocsEditable() |
| 2438 @DomName('SVGFEImageElement') | 2106 @DomName('SVGFEImageElement') |
| 2439 @SupportedBrowser(SupportedBrowser.CHROME) | 2107 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2440 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2108 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2441 @SupportedBrowser(SupportedBrowser.IE, '10') | 2109 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2442 @SupportedBrowser(SupportedBrowser.SAFARI) | 2110 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2443 @Unstable() | 2111 @Unstable() |
| 2444 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes, UriReference { | 2112 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes, UriReference { |
| 2445 // To suppress missing implicit constructor warnings. | 2113 // To suppress missing implicit constructor warnings. |
| 2446 factory FEImageElement._() { throw new UnsupportedError("Not supported"); } | 2114 factory FEImageElement._() { throw new UnsupportedError("Not supported"); } |
| 2447 | 2115 |
| 2448 @DomName('SVGFEImageElement.SVGFEImageElement') | 2116 @DomName('SVGFEImageElement.SVGFEImageElement') |
| 2449 @DocsEditable() | 2117 @DocsEditable() |
| 2450 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eImage"); | 2118 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eImage"); |
| 2451 | 2119 |
| 2452 | 2120 |
| 2453 @Deprecated("Internal Use Only") | 2121 @Deprecated("Internal Use Only") |
| 2454 static FEImageElement internalCreateFEImageElement() { | 2122 external static Type get instanceRuntimeType; |
| 2455 return new FEImageElement._internalWrap(); | |
| 2456 } | |
| 2457 | |
| 2458 external factory FEImageElement._internalWrap(); | |
| 2459 | 2123 |
| 2460 @Deprecated("Internal Use Only") | 2124 @Deprecated("Internal Use Only") |
| 2461 FEImageElement.internal_() : super.internal_(); | 2125 FEImageElement.internal_() : super.internal_(); |
| 2462 | 2126 |
| 2463 /** | 2127 /** |
| 2464 * Constructor instantiated by the DOM when a custom element has been created. | 2128 * Constructor instantiated by the DOM when a custom element has been created. |
| 2465 * | 2129 * |
| 2466 * This can only be called by subclasses from their created constructor. | 2130 * This can only be called by subclasses from their created constructor. |
| 2467 */ | 2131 */ |
| 2468 FEImageElement.created() : super.created(); | 2132 FEImageElement.created() : super.created(); |
| 2469 | 2133 |
| 2470 /// Checks if this type is supported on the current platform. | 2134 /// Checks if this type is supported on the current platform. |
| 2471 static bool get supported => true; | 2135 static bool get supported => true; |
| 2472 | 2136 |
| 2473 @DomName('SVGFEImageElement.preserveAspectRatio') | 2137 @DomName('SVGFEImageElement.preserveAspectRatio') |
| 2474 @DocsEditable() | 2138 @DocsEditable() |
| 2475 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV
GFEImageElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); | 2139 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGFEImageE
lement.instance.preserveAspectRatio_Getter_(this); |
| 2476 | 2140 |
| 2477 @DomName('SVGFEImageElement.height') | 2141 @DomName('SVGFEImageElement.height') |
| 2478 @DocsEditable() | 2142 @DocsEditable() |
| 2479 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEImageElement.instance.h
eight_Getter_(unwrap_jso(this))); | 2143 AnimatedLength get height => _blink.BlinkSVGFEImageElement.instance.height_Get
ter_(this); |
| 2480 | 2144 |
| 2481 @DomName('SVGFEImageElement.result') | 2145 @DomName('SVGFEImageElement.result') |
| 2482 @DocsEditable() | 2146 @DocsEditable() |
| 2483 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEImageElement.instance.r
esult_Getter_(unwrap_jso(this))); | 2147 AnimatedString get result => _blink.BlinkSVGFEImageElement.instance.result_Get
ter_(this); |
| 2484 | 2148 |
| 2485 @DomName('SVGFEImageElement.width') | 2149 @DomName('SVGFEImageElement.width') |
| 2486 @DocsEditable() | 2150 @DocsEditable() |
| 2487 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEImageElement.instance.wi
dth_Getter_(unwrap_jso(this))); | 2151 AnimatedLength get width => _blink.BlinkSVGFEImageElement.instance.width_Gette
r_(this); |
| 2488 | 2152 |
| 2489 @DomName('SVGFEImageElement.x') | 2153 @DomName('SVGFEImageElement.x') |
| 2490 @DocsEditable() | 2154 @DocsEditable() |
| 2491 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEImageElement.instance.x_Gett
er_(unwrap_jso(this))); | 2155 AnimatedLength get x => _blink.BlinkSVGFEImageElement.instance.x_Getter_(this)
; |
| 2492 | 2156 |
| 2493 @DomName('SVGFEImageElement.y') | 2157 @DomName('SVGFEImageElement.y') |
| 2494 @DocsEditable() | 2158 @DocsEditable() |
| 2495 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEImageElement.instance.y_Gett
er_(unwrap_jso(this))); | 2159 AnimatedLength get y => _blink.BlinkSVGFEImageElement.instance.y_Getter_(this)
; |
| 2496 | 2160 |
| 2497 @DomName('SVGFEImageElement.href') | 2161 @DomName('SVGFEImageElement.href') |
| 2498 @DocsEditable() | 2162 @DocsEditable() |
| 2499 AnimatedString get href => wrap_jso(_blink.BlinkSVGFEImageElement.instance.hre
f_Getter_(unwrap_jso(this))); | 2163 AnimatedString get href => _blink.BlinkSVGFEImageElement.instance.href_Getter_
(this); |
| 2500 | 2164 |
| 2501 } | 2165 } |
| 2502 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2166 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2503 // for details. All rights reserved. Use of this source code is governed by a | 2167 // for details. All rights reserved. Use of this source code is governed by a |
| 2504 // BSD-style license that can be found in the LICENSE file. | 2168 // BSD-style license that can be found in the LICENSE file. |
| 2505 | 2169 |
| 2506 // WARNING: Do not edit - generated code. | 2170 // WARNING: Do not edit - generated code. |
| 2507 | 2171 |
| 2508 | 2172 |
| 2509 @DocsEditable() | 2173 @DocsEditable() |
| 2510 @DomName('SVGFEMergeElement') | 2174 @DomName('SVGFEMergeElement') |
| 2511 @SupportedBrowser(SupportedBrowser.CHROME) | 2175 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2512 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2176 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2513 @SupportedBrowser(SupportedBrowser.IE, '10') | 2177 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2514 @SupportedBrowser(SupportedBrowser.SAFARI) | 2178 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2515 @Unstable() | 2179 @Unstable() |
| 2516 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 2180 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { |
| 2517 // To suppress missing implicit constructor warnings. | 2181 // To suppress missing implicit constructor warnings. |
| 2518 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); } | 2182 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); } |
| 2519 | 2183 |
| 2520 @DomName('SVGFEMergeElement.SVGFEMergeElement') | 2184 @DomName('SVGFEMergeElement.SVGFEMergeElement') |
| 2521 @DocsEditable() | 2185 @DocsEditable() |
| 2522 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eMerge"); | 2186 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eMerge"); |
| 2523 | 2187 |
| 2524 | 2188 |
| 2525 @Deprecated("Internal Use Only") | 2189 @Deprecated("Internal Use Only") |
| 2526 static FEMergeElement internalCreateFEMergeElement() { | 2190 external static Type get instanceRuntimeType; |
| 2527 return new FEMergeElement._internalWrap(); | |
| 2528 } | |
| 2529 | |
| 2530 external factory FEMergeElement._internalWrap(); | |
| 2531 | 2191 |
| 2532 @Deprecated("Internal Use Only") | 2192 @Deprecated("Internal Use Only") |
| 2533 FEMergeElement.internal_() : super.internal_(); | 2193 FEMergeElement.internal_() : super.internal_(); |
| 2534 | 2194 |
| 2535 /** | 2195 /** |
| 2536 * Constructor instantiated by the DOM when a custom element has been created. | 2196 * Constructor instantiated by the DOM when a custom element has been created. |
| 2537 * | 2197 * |
| 2538 * This can only be called by subclasses from their created constructor. | 2198 * This can only be called by subclasses from their created constructor. |
| 2539 */ | 2199 */ |
| 2540 FEMergeElement.created() : super.created(); | 2200 FEMergeElement.created() : super.created(); |
| 2541 | 2201 |
| 2542 /// Checks if this type is supported on the current platform. | 2202 /// Checks if this type is supported on the current platform. |
| 2543 static bool get supported => true; | 2203 static bool get supported => true; |
| 2544 | 2204 |
| 2545 @DomName('SVGFEMergeElement.height') | 2205 @DomName('SVGFEMergeElement.height') |
| 2546 @DocsEditable() | 2206 @DocsEditable() |
| 2547 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEMergeElement.instance.h
eight_Getter_(unwrap_jso(this))); | 2207 AnimatedLength get height => _blink.BlinkSVGFEMergeElement.instance.height_Get
ter_(this); |
| 2548 | 2208 |
| 2549 @DomName('SVGFEMergeElement.result') | 2209 @DomName('SVGFEMergeElement.result') |
| 2550 @DocsEditable() | 2210 @DocsEditable() |
| 2551 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEMergeElement.instance.r
esult_Getter_(unwrap_jso(this))); | 2211 AnimatedString get result => _blink.BlinkSVGFEMergeElement.instance.result_Get
ter_(this); |
| 2552 | 2212 |
| 2553 @DomName('SVGFEMergeElement.width') | 2213 @DomName('SVGFEMergeElement.width') |
| 2554 @DocsEditable() | 2214 @DocsEditable() |
| 2555 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEMergeElement.instance.wi
dth_Getter_(unwrap_jso(this))); | 2215 AnimatedLength get width => _blink.BlinkSVGFEMergeElement.instance.width_Gette
r_(this); |
| 2556 | 2216 |
| 2557 @DomName('SVGFEMergeElement.x') | 2217 @DomName('SVGFEMergeElement.x') |
| 2558 @DocsEditable() | 2218 @DocsEditable() |
| 2559 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEMergeElement.instance.x_Gett
er_(unwrap_jso(this))); | 2219 AnimatedLength get x => _blink.BlinkSVGFEMergeElement.instance.x_Getter_(this)
; |
| 2560 | 2220 |
| 2561 @DomName('SVGFEMergeElement.y') | 2221 @DomName('SVGFEMergeElement.y') |
| 2562 @DocsEditable() | 2222 @DocsEditable() |
| 2563 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEMergeElement.instance.y_Gett
er_(unwrap_jso(this))); | 2223 AnimatedLength get y => _blink.BlinkSVGFEMergeElement.instance.y_Getter_(this)
; |
| 2564 | 2224 |
| 2565 } | 2225 } |
| 2566 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2226 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2567 // for details. All rights reserved. Use of this source code is governed by a | 2227 // for details. All rights reserved. Use of this source code is governed by a |
| 2568 // BSD-style license that can be found in the LICENSE file. | 2228 // BSD-style license that can be found in the LICENSE file. |
| 2569 | 2229 |
| 2570 // WARNING: Do not edit - generated code. | 2230 // WARNING: Do not edit - generated code. |
| 2571 | 2231 |
| 2572 | 2232 |
| 2573 @DocsEditable() | 2233 @DocsEditable() |
| 2574 @DomName('SVGFEMergeNodeElement') | 2234 @DomName('SVGFEMergeNodeElement') |
| 2575 @SupportedBrowser(SupportedBrowser.CHROME) | 2235 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2576 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2236 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2577 @SupportedBrowser(SupportedBrowser.IE, '10') | 2237 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2578 @SupportedBrowser(SupportedBrowser.SAFARI) | 2238 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2579 @Unstable() | 2239 @Unstable() |
| 2580 class FEMergeNodeElement extends SvgElement { | 2240 class FEMergeNodeElement extends SvgElement { |
| 2581 // To suppress missing implicit constructor warnings. | 2241 // To suppress missing implicit constructor warnings. |
| 2582 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported");
} | 2242 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported");
} |
| 2583 | 2243 |
| 2584 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') | 2244 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') |
| 2585 @DocsEditable() | 2245 @DocsEditable() |
| 2586 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feMergeNode"); | 2246 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feMergeNode"); |
| 2587 | 2247 |
| 2588 | 2248 |
| 2589 @Deprecated("Internal Use Only") | 2249 @Deprecated("Internal Use Only") |
| 2590 static FEMergeNodeElement internalCreateFEMergeNodeElement() { | 2250 external static Type get instanceRuntimeType; |
| 2591 return new FEMergeNodeElement._internalWrap(); | |
| 2592 } | |
| 2593 | |
| 2594 external factory FEMergeNodeElement._internalWrap(); | |
| 2595 | 2251 |
| 2596 @Deprecated("Internal Use Only") | 2252 @Deprecated("Internal Use Only") |
| 2597 FEMergeNodeElement.internal_() : super.internal_(); | 2253 FEMergeNodeElement.internal_() : super.internal_(); |
| 2598 | 2254 |
| 2599 /** | 2255 /** |
| 2600 * Constructor instantiated by the DOM when a custom element has been created. | 2256 * Constructor instantiated by the DOM when a custom element has been created. |
| 2601 * | 2257 * |
| 2602 * This can only be called by subclasses from their created constructor. | 2258 * This can only be called by subclasses from their created constructor. |
| 2603 */ | 2259 */ |
| 2604 FEMergeNodeElement.created() : super.created(); | 2260 FEMergeNodeElement.created() : super.created(); |
| 2605 | 2261 |
| 2606 /// Checks if this type is supported on the current platform. | 2262 /// Checks if this type is supported on the current platform. |
| 2607 static bool get supported => true; | 2263 static bool get supported => true; |
| 2608 | 2264 |
| 2609 @DomName('SVGFEMergeNodeElement.in1') | 2265 @DomName('SVGFEMergeNodeElement.in1') |
| 2610 @DocsEditable() | 2266 @DocsEditable() |
| 2611 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFEMergeNodeElement.instance.
in1_Getter_(unwrap_jso(this))); | 2267 AnimatedString get in1 => _blink.BlinkSVGFEMergeNodeElement.instance.in1_Gette
r_(this); |
| 2612 | 2268 |
| 2613 } | 2269 } |
| 2614 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2270 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2615 // for details. All rights reserved. Use of this source code is governed by a | 2271 // for details. All rights reserved. Use of this source code is governed by a |
| 2616 // BSD-style license that can be found in the LICENSE file. | 2272 // BSD-style license that can be found in the LICENSE file. |
| 2617 | 2273 |
| 2618 // WARNING: Do not edit - generated code. | 2274 // WARNING: Do not edit - generated code. |
| 2619 | 2275 |
| 2620 | 2276 |
| 2621 @DocsEditable() | 2277 @DocsEditable() |
| 2622 @DomName('SVGFEMorphologyElement') | 2278 @DomName('SVGFEMorphologyElement') |
| 2623 @SupportedBrowser(SupportedBrowser.CHROME) | 2279 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2624 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2280 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2625 @SupportedBrowser(SupportedBrowser.IE, '10') | 2281 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2626 @SupportedBrowser(SupportedBrowser.SAFARI) | 2282 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2627 @Unstable() | 2283 @Unstable() |
| 2628 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { | 2284 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { |
| 2629 // To suppress missing implicit constructor warnings. | 2285 // To suppress missing implicit constructor warnings. |
| 2630 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported");
} | 2286 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported");
} |
| 2631 | 2287 |
| 2632 | 2288 |
| 2633 @Deprecated("Internal Use Only") | 2289 @Deprecated("Internal Use Only") |
| 2634 static FEMorphologyElement internalCreateFEMorphologyElement() { | 2290 external static Type get instanceRuntimeType; |
| 2635 return new FEMorphologyElement._internalWrap(); | |
| 2636 } | |
| 2637 | |
| 2638 external factory FEMorphologyElement._internalWrap(); | |
| 2639 | 2291 |
| 2640 @Deprecated("Internal Use Only") | 2292 @Deprecated("Internal Use Only") |
| 2641 FEMorphologyElement.internal_() : super.internal_(); | 2293 FEMorphologyElement.internal_() : super.internal_(); |
| 2642 | 2294 |
| 2643 /** | 2295 /** |
| 2644 * Constructor instantiated by the DOM when a custom element has been created. | 2296 * Constructor instantiated by the DOM when a custom element has been created. |
| 2645 * | 2297 * |
| 2646 * This can only be called by subclasses from their created constructor. | 2298 * This can only be called by subclasses from their created constructor. |
| 2647 */ | 2299 */ |
| 2648 FEMorphologyElement.created() : super.created(); | 2300 FEMorphologyElement.created() : super.created(); |
| 2649 | 2301 |
| 2650 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') | 2302 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') |
| 2651 @DocsEditable() | 2303 @DocsEditable() |
| 2652 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; | 2304 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
| 2653 | 2305 |
| 2654 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') | 2306 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') |
| 2655 @DocsEditable() | 2307 @DocsEditable() |
| 2656 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; | 2308 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
| 2657 | 2309 |
| 2658 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') | 2310 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') |
| 2659 @DocsEditable() | 2311 @DocsEditable() |
| 2660 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; | 2312 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
| 2661 | 2313 |
| 2662 @DomName('SVGFEMorphologyElement.in1') | 2314 @DomName('SVGFEMorphologyElement.in1') |
| 2663 @DocsEditable() | 2315 @DocsEditable() |
| 2664 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFEMorphologyElement.instance
.in1_Getter_(unwrap_jso(this))); | 2316 AnimatedString get in1 => _blink.BlinkSVGFEMorphologyElement.instance.in1_Gett
er_(this); |
| 2665 | 2317 |
| 2666 @DomName('SVGFEMorphologyElement.operator') | 2318 @DomName('SVGFEMorphologyElement.operator') |
| 2667 @DocsEditable() | 2319 @DocsEditable() |
| 2668 AnimatedEnumeration get operator => wrap_jso(_blink.BlinkSVGFEMorphologyElemen
t.instance.operator_Getter_(unwrap_jso(this))); | 2320 AnimatedEnumeration get operator => _blink.BlinkSVGFEMorphologyElement.instanc
e.operator_Getter_(this); |
| 2669 | 2321 |
| 2670 @DomName('SVGFEMorphologyElement.radiusX') | 2322 @DomName('SVGFEMorphologyElement.radiusX') |
| 2671 @DocsEditable() | 2323 @DocsEditable() |
| 2672 AnimatedNumber get radiusX => wrap_jso(_blink.BlinkSVGFEMorphologyElement.inst
ance.radiusX_Getter_(unwrap_jso(this))); | 2324 AnimatedNumber get radiusX => _blink.BlinkSVGFEMorphologyElement.instance.radi
usX_Getter_(this); |
| 2673 | 2325 |
| 2674 @DomName('SVGFEMorphologyElement.radiusY') | 2326 @DomName('SVGFEMorphologyElement.radiusY') |
| 2675 @DocsEditable() | 2327 @DocsEditable() |
| 2676 AnimatedNumber get radiusY => wrap_jso(_blink.BlinkSVGFEMorphologyElement.inst
ance.radiusY_Getter_(unwrap_jso(this))); | 2328 AnimatedNumber get radiusY => _blink.BlinkSVGFEMorphologyElement.instance.radi
usY_Getter_(this); |
| 2677 | 2329 |
| 2678 @DomName('SVGFEMorphologyElement.height') | 2330 @DomName('SVGFEMorphologyElement.height') |
| 2679 @DocsEditable() | 2331 @DocsEditable() |
| 2680 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEMorphologyElement.insta
nce.height_Getter_(unwrap_jso(this))); | 2332 AnimatedLength get height => _blink.BlinkSVGFEMorphologyElement.instance.heigh
t_Getter_(this); |
| 2681 | 2333 |
| 2682 @DomName('SVGFEMorphologyElement.result') | 2334 @DomName('SVGFEMorphologyElement.result') |
| 2683 @DocsEditable() | 2335 @DocsEditable() |
| 2684 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEMorphologyElement.insta
nce.result_Getter_(unwrap_jso(this))); | 2336 AnimatedString get result => _blink.BlinkSVGFEMorphologyElement.instance.resul
t_Getter_(this); |
| 2685 | 2337 |
| 2686 @DomName('SVGFEMorphologyElement.width') | 2338 @DomName('SVGFEMorphologyElement.width') |
| 2687 @DocsEditable() | 2339 @DocsEditable() |
| 2688 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEMorphologyElement.instan
ce.width_Getter_(unwrap_jso(this))); | 2340 AnimatedLength get width => _blink.BlinkSVGFEMorphologyElement.instance.width_
Getter_(this); |
| 2689 | 2341 |
| 2690 @DomName('SVGFEMorphologyElement.x') | 2342 @DomName('SVGFEMorphologyElement.x') |
| 2691 @DocsEditable() | 2343 @DocsEditable() |
| 2692 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEMorphologyElement.instance.x
_Getter_(unwrap_jso(this))); | 2344 AnimatedLength get x => _blink.BlinkSVGFEMorphologyElement.instance.x_Getter_(
this); |
| 2693 | 2345 |
| 2694 @DomName('SVGFEMorphologyElement.y') | 2346 @DomName('SVGFEMorphologyElement.y') |
| 2695 @DocsEditable() | 2347 @DocsEditable() |
| 2696 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEMorphologyElement.instance.y
_Getter_(unwrap_jso(this))); | 2348 AnimatedLength get y => _blink.BlinkSVGFEMorphologyElement.instance.y_Getter_(
this); |
| 2697 | 2349 |
| 2698 } | 2350 } |
| 2699 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2351 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2700 // for details. All rights reserved. Use of this source code is governed by a | 2352 // for details. All rights reserved. Use of this source code is governed by a |
| 2701 // BSD-style license that can be found in the LICENSE file. | 2353 // BSD-style license that can be found in the LICENSE file. |
| 2702 | 2354 |
| 2703 // WARNING: Do not edit - generated code. | 2355 // WARNING: Do not edit - generated code. |
| 2704 | 2356 |
| 2705 | 2357 |
| 2706 @DocsEditable() | 2358 @DocsEditable() |
| 2707 @DomName('SVGFEOffsetElement') | 2359 @DomName('SVGFEOffsetElement') |
| 2708 @SupportedBrowser(SupportedBrowser.CHROME) | 2360 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2709 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2361 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2710 @SupportedBrowser(SupportedBrowser.IE, '10') | 2362 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2711 @SupportedBrowser(SupportedBrowser.SAFARI) | 2363 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2712 @Unstable() | 2364 @Unstable() |
| 2713 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri
butes { | 2365 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri
butes { |
| 2714 // To suppress missing implicit constructor warnings. | 2366 // To suppress missing implicit constructor warnings. |
| 2715 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); } | 2367 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); } |
| 2716 | 2368 |
| 2717 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') | 2369 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') |
| 2718 @DocsEditable() | 2370 @DocsEditable() |
| 2719 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag("
feOffset"); | 2371 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag("
feOffset"); |
| 2720 | 2372 |
| 2721 | 2373 |
| 2722 @Deprecated("Internal Use Only") | 2374 @Deprecated("Internal Use Only") |
| 2723 static FEOffsetElement internalCreateFEOffsetElement() { | 2375 external static Type get instanceRuntimeType; |
| 2724 return new FEOffsetElement._internalWrap(); | |
| 2725 } | |
| 2726 | |
| 2727 external factory FEOffsetElement._internalWrap(); | |
| 2728 | 2376 |
| 2729 @Deprecated("Internal Use Only") | 2377 @Deprecated("Internal Use Only") |
| 2730 FEOffsetElement.internal_() : super.internal_(); | 2378 FEOffsetElement.internal_() : super.internal_(); |
| 2731 | 2379 |
| 2732 /** | 2380 /** |
| 2733 * Constructor instantiated by the DOM when a custom element has been created. | 2381 * Constructor instantiated by the DOM when a custom element has been created. |
| 2734 * | 2382 * |
| 2735 * This can only be called by subclasses from their created constructor. | 2383 * This can only be called by subclasses from their created constructor. |
| 2736 */ | 2384 */ |
| 2737 FEOffsetElement.created() : super.created(); | 2385 FEOffsetElement.created() : super.created(); |
| 2738 | 2386 |
| 2739 /// Checks if this type is supported on the current platform. | 2387 /// Checks if this type is supported on the current platform. |
| 2740 static bool get supported => true; | 2388 static bool get supported => true; |
| 2741 | 2389 |
| 2742 @DomName('SVGFEOffsetElement.dx') | 2390 @DomName('SVGFEOffsetElement.dx') |
| 2743 @DocsEditable() | 2391 @DocsEditable() |
| 2744 AnimatedNumber get dx => wrap_jso(_blink.BlinkSVGFEOffsetElement.instance.dx_G
etter_(unwrap_jso(this))); | 2392 AnimatedNumber get dx => _blink.BlinkSVGFEOffsetElement.instance.dx_Getter_(th
is); |
| 2745 | 2393 |
| 2746 @DomName('SVGFEOffsetElement.dy') | 2394 @DomName('SVGFEOffsetElement.dy') |
| 2747 @DocsEditable() | 2395 @DocsEditable() |
| 2748 AnimatedNumber get dy => wrap_jso(_blink.BlinkSVGFEOffsetElement.instance.dy_G
etter_(unwrap_jso(this))); | 2396 AnimatedNumber get dy => _blink.BlinkSVGFEOffsetElement.instance.dy_Getter_(th
is); |
| 2749 | 2397 |
| 2750 @DomName('SVGFEOffsetElement.in1') | 2398 @DomName('SVGFEOffsetElement.in1') |
| 2751 @DocsEditable() | 2399 @DocsEditable() |
| 2752 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFEOffsetElement.instance.in1
_Getter_(unwrap_jso(this))); | 2400 AnimatedString get in1 => _blink.BlinkSVGFEOffsetElement.instance.in1_Getter_(
this); |
| 2753 | 2401 |
| 2754 @DomName('SVGFEOffsetElement.height') | 2402 @DomName('SVGFEOffsetElement.height') |
| 2755 @DocsEditable() | 2403 @DocsEditable() |
| 2756 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEOffsetElement.instance.
height_Getter_(unwrap_jso(this))); | 2404 AnimatedLength get height => _blink.BlinkSVGFEOffsetElement.instance.height_Ge
tter_(this); |
| 2757 | 2405 |
| 2758 @DomName('SVGFEOffsetElement.result') | 2406 @DomName('SVGFEOffsetElement.result') |
| 2759 @DocsEditable() | 2407 @DocsEditable() |
| 2760 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEOffsetElement.instance.
result_Getter_(unwrap_jso(this))); | 2408 AnimatedString get result => _blink.BlinkSVGFEOffsetElement.instance.result_Ge
tter_(this); |
| 2761 | 2409 |
| 2762 @DomName('SVGFEOffsetElement.width') | 2410 @DomName('SVGFEOffsetElement.width') |
| 2763 @DocsEditable() | 2411 @DocsEditable() |
| 2764 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEOffsetElement.instance.w
idth_Getter_(unwrap_jso(this))); | 2412 AnimatedLength get width => _blink.BlinkSVGFEOffsetElement.instance.width_Gett
er_(this); |
| 2765 | 2413 |
| 2766 @DomName('SVGFEOffsetElement.x') | 2414 @DomName('SVGFEOffsetElement.x') |
| 2767 @DocsEditable() | 2415 @DocsEditable() |
| 2768 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEOffsetElement.instance.x_Get
ter_(unwrap_jso(this))); | 2416 AnimatedLength get x => _blink.BlinkSVGFEOffsetElement.instance.x_Getter_(this
); |
| 2769 | 2417 |
| 2770 @DomName('SVGFEOffsetElement.y') | 2418 @DomName('SVGFEOffsetElement.y') |
| 2771 @DocsEditable() | 2419 @DocsEditable() |
| 2772 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEOffsetElement.instance.y_Get
ter_(unwrap_jso(this))); | 2420 AnimatedLength get y => _blink.BlinkSVGFEOffsetElement.instance.y_Getter_(this
); |
| 2773 | 2421 |
| 2774 } | 2422 } |
| 2775 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2423 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2776 // for details. All rights reserved. Use of this source code is governed by a | 2424 // for details. All rights reserved. Use of this source code is governed by a |
| 2777 // BSD-style license that can be found in the LICENSE file. | 2425 // BSD-style license that can be found in the LICENSE file. |
| 2778 | 2426 |
| 2779 // WARNING: Do not edit - generated code. | 2427 // WARNING: Do not edit - generated code. |
| 2780 | 2428 |
| 2781 | 2429 |
| 2782 @DocsEditable() | 2430 @DocsEditable() |
| 2783 @DomName('SVGFEPointLightElement') | 2431 @DomName('SVGFEPointLightElement') |
| 2784 @SupportedBrowser(SupportedBrowser.CHROME) | 2432 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2785 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2433 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2786 @SupportedBrowser(SupportedBrowser.IE, '10') | 2434 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2787 @SupportedBrowser(SupportedBrowser.SAFARI) | 2435 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2788 @Unstable() | 2436 @Unstable() |
| 2789 class FEPointLightElement extends SvgElement { | 2437 class FEPointLightElement extends SvgElement { |
| 2790 // To suppress missing implicit constructor warnings. | 2438 // To suppress missing implicit constructor warnings. |
| 2791 factory FEPointLightElement._() { throw new UnsupportedError("Not supported");
} | 2439 factory FEPointLightElement._() { throw new UnsupportedError("Not supported");
} |
| 2792 | 2440 |
| 2793 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') | 2441 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') |
| 2794 @DocsEditable() | 2442 @DocsEditable() |
| 2795 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("fePointLight"); | 2443 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("fePointLight"); |
| 2796 | 2444 |
| 2797 | 2445 |
| 2798 @Deprecated("Internal Use Only") | 2446 @Deprecated("Internal Use Only") |
| 2799 static FEPointLightElement internalCreateFEPointLightElement() { | 2447 external static Type get instanceRuntimeType; |
| 2800 return new FEPointLightElement._internalWrap(); | |
| 2801 } | |
| 2802 | |
| 2803 external factory FEPointLightElement._internalWrap(); | |
| 2804 | 2448 |
| 2805 @Deprecated("Internal Use Only") | 2449 @Deprecated("Internal Use Only") |
| 2806 FEPointLightElement.internal_() : super.internal_(); | 2450 FEPointLightElement.internal_() : super.internal_(); |
| 2807 | 2451 |
| 2808 /** | 2452 /** |
| 2809 * Constructor instantiated by the DOM when a custom element has been created. | 2453 * Constructor instantiated by the DOM when a custom element has been created. |
| 2810 * | 2454 * |
| 2811 * This can only be called by subclasses from their created constructor. | 2455 * This can only be called by subclasses from their created constructor. |
| 2812 */ | 2456 */ |
| 2813 FEPointLightElement.created() : super.created(); | 2457 FEPointLightElement.created() : super.created(); |
| 2814 | 2458 |
| 2815 /// Checks if this type is supported on the current platform. | 2459 /// Checks if this type is supported on the current platform. |
| 2816 static bool get supported => true; | 2460 static bool get supported => true; |
| 2817 | 2461 |
| 2818 @DomName('SVGFEPointLightElement.x') | 2462 @DomName('SVGFEPointLightElement.x') |
| 2819 @DocsEditable() | 2463 @DocsEditable() |
| 2820 AnimatedNumber get x => wrap_jso(_blink.BlinkSVGFEPointLightElement.instance.x
_Getter_(unwrap_jso(this))); | 2464 AnimatedNumber get x => _blink.BlinkSVGFEPointLightElement.instance.x_Getter_(
this); |
| 2821 | 2465 |
| 2822 @DomName('SVGFEPointLightElement.y') | 2466 @DomName('SVGFEPointLightElement.y') |
| 2823 @DocsEditable() | 2467 @DocsEditable() |
| 2824 AnimatedNumber get y => wrap_jso(_blink.BlinkSVGFEPointLightElement.instance.y
_Getter_(unwrap_jso(this))); | 2468 AnimatedNumber get y => _blink.BlinkSVGFEPointLightElement.instance.y_Getter_(
this); |
| 2825 | 2469 |
| 2826 @DomName('SVGFEPointLightElement.z') | 2470 @DomName('SVGFEPointLightElement.z') |
| 2827 @DocsEditable() | 2471 @DocsEditable() |
| 2828 AnimatedNumber get z => wrap_jso(_blink.BlinkSVGFEPointLightElement.instance.z
_Getter_(unwrap_jso(this))); | 2472 AnimatedNumber get z => _blink.BlinkSVGFEPointLightElement.instance.z_Getter_(
this); |
| 2829 | 2473 |
| 2830 } | 2474 } |
| 2831 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2475 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2832 // for details. All rights reserved. Use of this source code is governed by a | 2476 // for details. All rights reserved. Use of this source code is governed by a |
| 2833 // BSD-style license that can be found in the LICENSE file. | 2477 // BSD-style license that can be found in the LICENSE file. |
| 2834 | 2478 |
| 2835 // WARNING: Do not edit - generated code. | 2479 // WARNING: Do not edit - generated code. |
| 2836 | 2480 |
| 2837 | 2481 |
| 2838 @DocsEditable() | 2482 @DocsEditable() |
| 2839 @DomName('SVGFESpecularLightingElement') | 2483 @DomName('SVGFESpecularLightingElement') |
| 2840 @SupportedBrowser(SupportedBrowser.CHROME) | 2484 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2841 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2485 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2842 @SupportedBrowser(SupportedBrowser.IE, '10') | 2486 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2843 @SupportedBrowser(SupportedBrowser.SAFARI) | 2487 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2844 @Unstable() | 2488 @Unstable() |
| 2845 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta
ndardAttributes { | 2489 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta
ndardAttributes { |
| 2846 // To suppress missing implicit constructor warnings. | 2490 // To suppress missing implicit constructor warnings. |
| 2847 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor
ted"); } | 2491 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor
ted"); } |
| 2848 | 2492 |
| 2849 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') | 2493 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') |
| 2850 @DocsEditable() | 2494 @DocsEditable() |
| 2851 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle
ment_tag("feSpecularLighting"); | 2495 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle
ment_tag("feSpecularLighting"); |
| 2852 | 2496 |
| 2853 | 2497 |
| 2854 @Deprecated("Internal Use Only") | 2498 @Deprecated("Internal Use Only") |
| 2855 static FESpecularLightingElement internalCreateFESpecularLightingElement() { | 2499 external static Type get instanceRuntimeType; |
| 2856 return new FESpecularLightingElement._internalWrap(); | |
| 2857 } | |
| 2858 | |
| 2859 external factory FESpecularLightingElement._internalWrap(); | |
| 2860 | 2500 |
| 2861 @Deprecated("Internal Use Only") | 2501 @Deprecated("Internal Use Only") |
| 2862 FESpecularLightingElement.internal_() : super.internal_(); | 2502 FESpecularLightingElement.internal_() : super.internal_(); |
| 2863 | 2503 |
| 2864 /** | 2504 /** |
| 2865 * Constructor instantiated by the DOM when a custom element has been created. | 2505 * Constructor instantiated by the DOM when a custom element has been created. |
| 2866 * | 2506 * |
| 2867 * This can only be called by subclasses from their created constructor. | 2507 * This can only be called by subclasses from their created constructor. |
| 2868 */ | 2508 */ |
| 2869 FESpecularLightingElement.created() : super.created(); | 2509 FESpecularLightingElement.created() : super.created(); |
| 2870 | 2510 |
| 2871 /// Checks if this type is supported on the current platform. | 2511 /// Checks if this type is supported on the current platform. |
| 2872 static bool get supported => true; | 2512 static bool get supported => true; |
| 2873 | 2513 |
| 2874 @DomName('SVGFESpecularLightingElement.in1') | 2514 @DomName('SVGFESpecularLightingElement.in1') |
| 2875 @DocsEditable() | 2515 @DocsEditable() |
| 2876 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFESpecularLightingElement.in
stance.in1_Getter_(unwrap_jso(this))); | 2516 AnimatedString get in1 => _blink.BlinkSVGFESpecularLightingElement.instance.in
1_Getter_(this); |
| 2877 | 2517 |
| 2878 @DomName('SVGFESpecularLightingElement.kernelUnitLengthX') | 2518 @DomName('SVGFESpecularLightingElement.kernelUnitLengthX') |
| 2879 @DocsEditable() | 2519 @DocsEditable() |
| 2880 @Experimental() // untriaged | 2520 @Experimental() // untriaged |
| 2881 AnimatedNumber get kernelUnitLengthX => wrap_jso(_blink.BlinkSVGFESpecularLigh
tingElement.instance.kernelUnitLengthX_Getter_(unwrap_jso(this))); | 2521 AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFESpecularLightingEleme
nt.instance.kernelUnitLengthX_Getter_(this); |
| 2882 | 2522 |
| 2883 @DomName('SVGFESpecularLightingElement.kernelUnitLengthY') | 2523 @DomName('SVGFESpecularLightingElement.kernelUnitLengthY') |
| 2884 @DocsEditable() | 2524 @DocsEditable() |
| 2885 @Experimental() // untriaged | 2525 @Experimental() // untriaged |
| 2886 AnimatedNumber get kernelUnitLengthY => wrap_jso(_blink.BlinkSVGFESpecularLigh
tingElement.instance.kernelUnitLengthY_Getter_(unwrap_jso(this))); | 2526 AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFESpecularLightingEleme
nt.instance.kernelUnitLengthY_Getter_(this); |
| 2887 | 2527 |
| 2888 @DomName('SVGFESpecularLightingElement.specularConstant') | 2528 @DomName('SVGFESpecularLightingElement.specularConstant') |
| 2889 @DocsEditable() | 2529 @DocsEditable() |
| 2890 AnimatedNumber get specularConstant => wrap_jso(_blink.BlinkSVGFESpecularLight
ingElement.instance.specularConstant_Getter_(unwrap_jso(this))); | 2530 AnimatedNumber get specularConstant => _blink.BlinkSVGFESpecularLightingElemen
t.instance.specularConstant_Getter_(this); |
| 2891 | 2531 |
| 2892 @DomName('SVGFESpecularLightingElement.specularExponent') | 2532 @DomName('SVGFESpecularLightingElement.specularExponent') |
| 2893 @DocsEditable() | 2533 @DocsEditable() |
| 2894 AnimatedNumber get specularExponent => wrap_jso(_blink.BlinkSVGFESpecularLight
ingElement.instance.specularExponent_Getter_(unwrap_jso(this))); | 2534 AnimatedNumber get specularExponent => _blink.BlinkSVGFESpecularLightingElemen
t.instance.specularExponent_Getter_(this); |
| 2895 | 2535 |
| 2896 @DomName('SVGFESpecularLightingElement.surfaceScale') | 2536 @DomName('SVGFESpecularLightingElement.surfaceScale') |
| 2897 @DocsEditable() | 2537 @DocsEditable() |
| 2898 AnimatedNumber get surfaceScale => wrap_jso(_blink.BlinkSVGFESpecularLightingE
lement.instance.surfaceScale_Getter_(unwrap_jso(this))); | 2538 AnimatedNumber get surfaceScale => _blink.BlinkSVGFESpecularLightingElement.in
stance.surfaceScale_Getter_(this); |
| 2899 | 2539 |
| 2900 @DomName('SVGFESpecularLightingElement.height') | 2540 @DomName('SVGFESpecularLightingElement.height') |
| 2901 @DocsEditable() | 2541 @DocsEditable() |
| 2902 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFESpecularLightingElement
.instance.height_Getter_(unwrap_jso(this))); | 2542 AnimatedLength get height => _blink.BlinkSVGFESpecularLightingElement.instance
.height_Getter_(this); |
| 2903 | 2543 |
| 2904 @DomName('SVGFESpecularLightingElement.result') | 2544 @DomName('SVGFESpecularLightingElement.result') |
| 2905 @DocsEditable() | 2545 @DocsEditable() |
| 2906 AnimatedString get result => wrap_jso(_blink.BlinkSVGFESpecularLightingElement
.instance.result_Getter_(unwrap_jso(this))); | 2546 AnimatedString get result => _blink.BlinkSVGFESpecularLightingElement.instance
.result_Getter_(this); |
| 2907 | 2547 |
| 2908 @DomName('SVGFESpecularLightingElement.width') | 2548 @DomName('SVGFESpecularLightingElement.width') |
| 2909 @DocsEditable() | 2549 @DocsEditable() |
| 2910 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFESpecularLightingElement.
instance.width_Getter_(unwrap_jso(this))); | 2550 AnimatedLength get width => _blink.BlinkSVGFESpecularLightingElement.instance.
width_Getter_(this); |
| 2911 | 2551 |
| 2912 @DomName('SVGFESpecularLightingElement.x') | 2552 @DomName('SVGFESpecularLightingElement.x') |
| 2913 @DocsEditable() | 2553 @DocsEditable() |
| 2914 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFESpecularLightingElement.inst
ance.x_Getter_(unwrap_jso(this))); | 2554 AnimatedLength get x => _blink.BlinkSVGFESpecularLightingElement.instance.x_Ge
tter_(this); |
| 2915 | 2555 |
| 2916 @DomName('SVGFESpecularLightingElement.y') | 2556 @DomName('SVGFESpecularLightingElement.y') |
| 2917 @DocsEditable() | 2557 @DocsEditable() |
| 2918 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFESpecularLightingElement.inst
ance.y_Getter_(unwrap_jso(this))); | 2558 AnimatedLength get y => _blink.BlinkSVGFESpecularLightingElement.instance.y_Ge
tter_(this); |
| 2919 | 2559 |
| 2920 } | 2560 } |
| 2921 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2561 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2922 // for details. All rights reserved. Use of this source code is governed by a | 2562 // for details. All rights reserved. Use of this source code is governed by a |
| 2923 // BSD-style license that can be found in the LICENSE file. | 2563 // BSD-style license that can be found in the LICENSE file. |
| 2924 | 2564 |
| 2925 // WARNING: Do not edit - generated code. | 2565 // WARNING: Do not edit - generated code. |
| 2926 | 2566 |
| 2927 | 2567 |
| 2928 @DocsEditable() | 2568 @DocsEditable() |
| 2929 @DomName('SVGFESpotLightElement') | 2569 @DomName('SVGFESpotLightElement') |
| 2930 @SupportedBrowser(SupportedBrowser.CHROME) | 2570 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2931 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2571 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2932 @SupportedBrowser(SupportedBrowser.IE, '10') | 2572 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2933 @SupportedBrowser(SupportedBrowser.SAFARI) | 2573 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2934 @Unstable() | 2574 @Unstable() |
| 2935 class FESpotLightElement extends SvgElement { | 2575 class FESpotLightElement extends SvgElement { |
| 2936 // To suppress missing implicit constructor warnings. | 2576 // To suppress missing implicit constructor warnings. |
| 2937 factory FESpotLightElement._() { throw new UnsupportedError("Not supported");
} | 2577 factory FESpotLightElement._() { throw new UnsupportedError("Not supported");
} |
| 2938 | 2578 |
| 2939 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') | 2579 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') |
| 2940 @DocsEditable() | 2580 @DocsEditable() |
| 2941 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feSpotLight"); | 2581 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feSpotLight"); |
| 2942 | 2582 |
| 2943 | 2583 |
| 2944 @Deprecated("Internal Use Only") | 2584 @Deprecated("Internal Use Only") |
| 2945 static FESpotLightElement internalCreateFESpotLightElement() { | 2585 external static Type get instanceRuntimeType; |
| 2946 return new FESpotLightElement._internalWrap(); | |
| 2947 } | |
| 2948 | |
| 2949 external factory FESpotLightElement._internalWrap(); | |
| 2950 | 2586 |
| 2951 @Deprecated("Internal Use Only") | 2587 @Deprecated("Internal Use Only") |
| 2952 FESpotLightElement.internal_() : super.internal_(); | 2588 FESpotLightElement.internal_() : super.internal_(); |
| 2953 | 2589 |
| 2954 /** | 2590 /** |
| 2955 * Constructor instantiated by the DOM when a custom element has been created. | 2591 * Constructor instantiated by the DOM when a custom element has been created. |
| 2956 * | 2592 * |
| 2957 * This can only be called by subclasses from their created constructor. | 2593 * This can only be called by subclasses from their created constructor. |
| 2958 */ | 2594 */ |
| 2959 FESpotLightElement.created() : super.created(); | 2595 FESpotLightElement.created() : super.created(); |
| 2960 | 2596 |
| 2961 /// Checks if this type is supported on the current platform. | 2597 /// Checks if this type is supported on the current platform. |
| 2962 static bool get supported => true; | 2598 static bool get supported => true; |
| 2963 | 2599 |
| 2964 @DomName('SVGFESpotLightElement.limitingConeAngle') | 2600 @DomName('SVGFESpotLightElement.limitingConeAngle') |
| 2965 @DocsEditable() | 2601 @DocsEditable() |
| 2966 AnimatedNumber get limitingConeAngle => wrap_jso(_blink.BlinkSVGFESpotLightEle
ment.instance.limitingConeAngle_Getter_(unwrap_jso(this))); | 2602 AnimatedNumber get limitingConeAngle => _blink.BlinkSVGFESpotLightElement.inst
ance.limitingConeAngle_Getter_(this); |
| 2967 | 2603 |
| 2968 @DomName('SVGFESpotLightElement.pointsAtX') | 2604 @DomName('SVGFESpotLightElement.pointsAtX') |
| 2969 @DocsEditable() | 2605 @DocsEditable() |
| 2970 AnimatedNumber get pointsAtX => wrap_jso(_blink.BlinkSVGFESpotLightElement.ins
tance.pointsAtX_Getter_(unwrap_jso(this))); | 2606 AnimatedNumber get pointsAtX => _blink.BlinkSVGFESpotLightElement.instance.poi
ntsAtX_Getter_(this); |
| 2971 | 2607 |
| 2972 @DomName('SVGFESpotLightElement.pointsAtY') | 2608 @DomName('SVGFESpotLightElement.pointsAtY') |
| 2973 @DocsEditable() | 2609 @DocsEditable() |
| 2974 AnimatedNumber get pointsAtY => wrap_jso(_blink.BlinkSVGFESpotLightElement.ins
tance.pointsAtY_Getter_(unwrap_jso(this))); | 2610 AnimatedNumber get pointsAtY => _blink.BlinkSVGFESpotLightElement.instance.poi
ntsAtY_Getter_(this); |
| 2975 | 2611 |
| 2976 @DomName('SVGFESpotLightElement.pointsAtZ') | 2612 @DomName('SVGFESpotLightElement.pointsAtZ') |
| 2977 @DocsEditable() | 2613 @DocsEditable() |
| 2978 AnimatedNumber get pointsAtZ => wrap_jso(_blink.BlinkSVGFESpotLightElement.ins
tance.pointsAtZ_Getter_(unwrap_jso(this))); | 2614 AnimatedNumber get pointsAtZ => _blink.BlinkSVGFESpotLightElement.instance.poi
ntsAtZ_Getter_(this); |
| 2979 | 2615 |
| 2980 @DomName('SVGFESpotLightElement.specularExponent') | 2616 @DomName('SVGFESpotLightElement.specularExponent') |
| 2981 @DocsEditable() | 2617 @DocsEditable() |
| 2982 AnimatedNumber get specularExponent => wrap_jso(_blink.BlinkSVGFESpotLightElem
ent.instance.specularExponent_Getter_(unwrap_jso(this))); | 2618 AnimatedNumber get specularExponent => _blink.BlinkSVGFESpotLightElement.insta
nce.specularExponent_Getter_(this); |
| 2983 | 2619 |
| 2984 @DomName('SVGFESpotLightElement.x') | 2620 @DomName('SVGFESpotLightElement.x') |
| 2985 @DocsEditable() | 2621 @DocsEditable() |
| 2986 AnimatedNumber get x => wrap_jso(_blink.BlinkSVGFESpotLightElement.instance.x_
Getter_(unwrap_jso(this))); | 2622 AnimatedNumber get x => _blink.BlinkSVGFESpotLightElement.instance.x_Getter_(t
his); |
| 2987 | 2623 |
| 2988 @DomName('SVGFESpotLightElement.y') | 2624 @DomName('SVGFESpotLightElement.y') |
| 2989 @DocsEditable() | 2625 @DocsEditable() |
| 2990 AnimatedNumber get y => wrap_jso(_blink.BlinkSVGFESpotLightElement.instance.y_
Getter_(unwrap_jso(this))); | 2626 AnimatedNumber get y => _blink.BlinkSVGFESpotLightElement.instance.y_Getter_(t
his); |
| 2991 | 2627 |
| 2992 @DomName('SVGFESpotLightElement.z') | 2628 @DomName('SVGFESpotLightElement.z') |
| 2993 @DocsEditable() | 2629 @DocsEditable() |
| 2994 AnimatedNumber get z => wrap_jso(_blink.BlinkSVGFESpotLightElement.instance.z_
Getter_(unwrap_jso(this))); | 2630 AnimatedNumber get z => _blink.BlinkSVGFESpotLightElement.instance.z_Getter_(t
his); |
| 2995 | 2631 |
| 2996 } | 2632 } |
| 2997 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2633 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2998 // for details. All rights reserved. Use of this source code is governed by a | 2634 // for details. All rights reserved. Use of this source code is governed by a |
| 2999 // BSD-style license that can be found in the LICENSE file. | 2635 // BSD-style license that can be found in the LICENSE file. |
| 3000 | 2636 |
| 3001 // WARNING: Do not edit - generated code. | 2637 // WARNING: Do not edit - generated code. |
| 3002 | 2638 |
| 3003 | 2639 |
| 3004 @DocsEditable() | 2640 @DocsEditable() |
| 3005 @DomName('SVGFETileElement') | 2641 @DomName('SVGFETileElement') |
| 3006 @SupportedBrowser(SupportedBrowser.CHROME) | 2642 @SupportedBrowser(SupportedBrowser.CHROME) |
| 3007 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2643 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 3008 @SupportedBrowser(SupportedBrowser.IE, '10') | 2644 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 3009 @SupportedBrowser(SupportedBrowser.SAFARI) | 2645 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 3010 @Unstable() | 2646 @Unstable() |
| 3011 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu
tes { | 2647 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu
tes { |
| 3012 // To suppress missing implicit constructor warnings. | 2648 // To suppress missing implicit constructor warnings. |
| 3013 factory FETileElement._() { throw new UnsupportedError("Not supported"); } | 2649 factory FETileElement._() { throw new UnsupportedError("Not supported"); } |
| 3014 | 2650 |
| 3015 @DomName('SVGFETileElement.SVGFETileElement') | 2651 @DomName('SVGFETileElement.SVGFETileElement') |
| 3016 @DocsEditable() | 2652 @DocsEditable() |
| 3017 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe
Tile"); | 2653 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe
Tile"); |
| 3018 | 2654 |
| 3019 | 2655 |
| 3020 @Deprecated("Internal Use Only") | 2656 @Deprecated("Internal Use Only") |
| 3021 static FETileElement internalCreateFETileElement() { | 2657 external static Type get instanceRuntimeType; |
| 3022 return new FETileElement._internalWrap(); | |
| 3023 } | |
| 3024 | |
| 3025 external factory FETileElement._internalWrap(); | |
| 3026 | 2658 |
| 3027 @Deprecated("Internal Use Only") | 2659 @Deprecated("Internal Use Only") |
| 3028 FETileElement.internal_() : super.internal_(); | 2660 FETileElement.internal_() : super.internal_(); |
| 3029 | 2661 |
| 3030 /** | 2662 /** |
| 3031 * Constructor instantiated by the DOM when a custom element has been created. | 2663 * Constructor instantiated by the DOM when a custom element has been created. |
| 3032 * | 2664 * |
| 3033 * This can only be called by subclasses from their created constructor. | 2665 * This can only be called by subclasses from their created constructor. |
| 3034 */ | 2666 */ |
| 3035 FETileElement.created() : super.created(); | 2667 FETileElement.created() : super.created(); |
| 3036 | 2668 |
| 3037 /// Checks if this type is supported on the current platform. | 2669 /// Checks if this type is supported on the current platform. |
| 3038 static bool get supported => true; | 2670 static bool get supported => true; |
| 3039 | 2671 |
| 3040 @DomName('SVGFETileElement.in1') | 2672 @DomName('SVGFETileElement.in1') |
| 3041 @DocsEditable() | 2673 @DocsEditable() |
| 3042 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFETileElement.instance.in1_G
etter_(unwrap_jso(this))); | 2674 AnimatedString get in1 => _blink.BlinkSVGFETileElement.instance.in1_Getter_(th
is); |
| 3043 | 2675 |
| 3044 @DomName('SVGFETileElement.height') | 2676 @DomName('SVGFETileElement.height') |
| 3045 @DocsEditable() | 2677 @DocsEditable() |
| 3046 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFETileElement.instance.he
ight_Getter_(unwrap_jso(this))); | 2678 AnimatedLength get height => _blink.BlinkSVGFETileElement.instance.height_Gett
er_(this); |
| 3047 | 2679 |
| 3048 @DomName('SVGFETileElement.result') | 2680 @DomName('SVGFETileElement.result') |
| 3049 @DocsEditable() | 2681 @DocsEditable() |
| 3050 AnimatedString get result => wrap_jso(_blink.BlinkSVGFETileElement.instance.re
sult_Getter_(unwrap_jso(this))); | 2682 AnimatedString get result => _blink.BlinkSVGFETileElement.instance.result_Gett
er_(this); |
| 3051 | 2683 |
| 3052 @DomName('SVGFETileElement.width') | 2684 @DomName('SVGFETileElement.width') |
| 3053 @DocsEditable() | 2685 @DocsEditable() |
| 3054 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFETileElement.instance.wid
th_Getter_(unwrap_jso(this))); | 2686 AnimatedLength get width => _blink.BlinkSVGFETileElement.instance.width_Getter
_(this); |
| 3055 | 2687 |
| 3056 @DomName('SVGFETileElement.x') | 2688 @DomName('SVGFETileElement.x') |
| 3057 @DocsEditable() | 2689 @DocsEditable() |
| 3058 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFETileElement.instance.x_Gette
r_(unwrap_jso(this))); | 2690 AnimatedLength get x => _blink.BlinkSVGFETileElement.instance.x_Getter_(this); |
| 3059 | 2691 |
| 3060 @DomName('SVGFETileElement.y') | 2692 @DomName('SVGFETileElement.y') |
| 3061 @DocsEditable() | 2693 @DocsEditable() |
| 3062 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFETileElement.instance.y_Gette
r_(unwrap_jso(this))); | 2694 AnimatedLength get y => _blink.BlinkSVGFETileElement.instance.y_Getter_(this); |
| 3063 | 2695 |
| 3064 } | 2696 } |
| 3065 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2697 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3066 // for details. All rights reserved. Use of this source code is governed by a | 2698 // for details. All rights reserved. Use of this source code is governed by a |
| 3067 // BSD-style license that can be found in the LICENSE file. | 2699 // BSD-style license that can be found in the LICENSE file. |
| 3068 | 2700 |
| 3069 // WARNING: Do not edit - generated code. | 2701 // WARNING: Do not edit - generated code. |
| 3070 | 2702 |
| 3071 | 2703 |
| 3072 @DocsEditable() | 2704 @DocsEditable() |
| 3073 @DomName('SVGFETurbulenceElement') | 2705 @DomName('SVGFETurbulenceElement') |
| 3074 @SupportedBrowser(SupportedBrowser.CHROME) | 2706 @SupportedBrowser(SupportedBrowser.CHROME) |
| 3075 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2707 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 3076 @SupportedBrowser(SupportedBrowser.IE, '10') | 2708 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 3077 @SupportedBrowser(SupportedBrowser.SAFARI) | 2709 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 3078 @Unstable() | 2710 @Unstable() |
| 3079 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { | 2711 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { |
| 3080 // To suppress missing implicit constructor warnings. | 2712 // To suppress missing implicit constructor warnings. |
| 3081 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported");
} | 2713 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported");
} |
| 3082 | 2714 |
| 3083 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') | 2715 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') |
| 3084 @DocsEditable() | 2716 @DocsEditable() |
| 3085 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("feTurbulence"); | 2717 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("feTurbulence"); |
| 3086 | 2718 |
| 3087 | 2719 |
| 3088 @Deprecated("Internal Use Only") | 2720 @Deprecated("Internal Use Only") |
| 3089 static FETurbulenceElement internalCreateFETurbulenceElement() { | 2721 external static Type get instanceRuntimeType; |
| 3090 return new FETurbulenceElement._internalWrap(); | |
| 3091 } | |
| 3092 | |
| 3093 external factory FETurbulenceElement._internalWrap(); | |
| 3094 | 2722 |
| 3095 @Deprecated("Internal Use Only") | 2723 @Deprecated("Internal Use Only") |
| 3096 FETurbulenceElement.internal_() : super.internal_(); | 2724 FETurbulenceElement.internal_() : super.internal_(); |
| 3097 | 2725 |
| 3098 /** | 2726 /** |
| 3099 * Constructor instantiated by the DOM when a custom element has been created. | 2727 * Constructor instantiated by the DOM when a custom element has been created. |
| 3100 * | 2728 * |
| 3101 * This can only be called by subclasses from their created constructor. | 2729 * This can only be called by subclasses from their created constructor. |
| 3102 */ | 2730 */ |
| 3103 FETurbulenceElement.created() : super.created(); | 2731 FETurbulenceElement.created() : super.created(); |
| (...skipping 20 matching lines...) Expand all Loading... |
| 3124 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE') | 2752 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE') |
| 3125 @DocsEditable() | 2753 @DocsEditable() |
| 3126 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; | 2754 static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; |
| 3127 | 2755 |
| 3128 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_UNKNOWN') | 2756 @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_UNKNOWN') |
| 3129 @DocsEditable() | 2757 @DocsEditable() |
| 3130 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; | 2758 static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
| 3131 | 2759 |
| 3132 @DomName('SVGFETurbulenceElement.baseFrequencyX') | 2760 @DomName('SVGFETurbulenceElement.baseFrequencyX') |
| 3133 @DocsEditable() | 2761 @DocsEditable() |
| 3134 AnimatedNumber get baseFrequencyX => wrap_jso(_blink.BlinkSVGFETurbulenceEleme
nt.instance.baseFrequencyX_Getter_(unwrap_jso(this))); | 2762 AnimatedNumber get baseFrequencyX => _blink.BlinkSVGFETurbulenceElement.instan
ce.baseFrequencyX_Getter_(this); |
| 3135 | 2763 |
| 3136 @DomName('SVGFETurbulenceElement.baseFrequencyY') | 2764 @DomName('SVGFETurbulenceElement.baseFrequencyY') |
| 3137 @DocsEditable() | 2765 @DocsEditable() |
| 3138 AnimatedNumber get baseFrequencyY => wrap_jso(_blink.BlinkSVGFETurbulenceEleme
nt.instance.baseFrequencyY_Getter_(unwrap_jso(this))); | 2766 AnimatedNumber get baseFrequencyY => _blink.BlinkSVGFETurbulenceElement.instan
ce.baseFrequencyY_Getter_(this); |
| 3139 | 2767 |
| 3140 @DomName('SVGFETurbulenceElement.numOctaves') | 2768 @DomName('SVGFETurbulenceElement.numOctaves') |
| 3141 @DocsEditable() | 2769 @DocsEditable() |
| 3142 AnimatedInteger get numOctaves => wrap_jso(_blink.BlinkSVGFETurbulenceElement.
instance.numOctaves_Getter_(unwrap_jso(this))); | 2770 AnimatedInteger get numOctaves => _blink.BlinkSVGFETurbulenceElement.instance.
numOctaves_Getter_(this); |
| 3143 | 2771 |
| 3144 @DomName('SVGFETurbulenceElement.seed') | 2772 @DomName('SVGFETurbulenceElement.seed') |
| 3145 @DocsEditable() | 2773 @DocsEditable() |
| 3146 AnimatedNumber get seed => wrap_jso(_blink.BlinkSVGFETurbulenceElement.instanc
e.seed_Getter_(unwrap_jso(this))); | 2774 AnimatedNumber get seed => _blink.BlinkSVGFETurbulenceElement.instance.seed_Ge
tter_(this); |
| 3147 | 2775 |
| 3148 @DomName('SVGFETurbulenceElement.stitchTiles') | 2776 @DomName('SVGFETurbulenceElement.stitchTiles') |
| 3149 @DocsEditable() | 2777 @DocsEditable() |
| 3150 AnimatedEnumeration get stitchTiles => wrap_jso(_blink.BlinkSVGFETurbulenceEle
ment.instance.stitchTiles_Getter_(unwrap_jso(this))); | 2778 AnimatedEnumeration get stitchTiles => _blink.BlinkSVGFETurbulenceElement.inst
ance.stitchTiles_Getter_(this); |
| 3151 | 2779 |
| 3152 @DomName('SVGFETurbulenceElement.type') | 2780 @DomName('SVGFETurbulenceElement.type') |
| 3153 @DocsEditable() | 2781 @DocsEditable() |
| 3154 AnimatedEnumeration get type => wrap_jso(_blink.BlinkSVGFETurbulenceElement.in
stance.type_Getter_(unwrap_jso(this))); | 2782 AnimatedEnumeration get type => _blink.BlinkSVGFETurbulenceElement.instance.ty
pe_Getter_(this); |
| 3155 | 2783 |
| 3156 @DomName('SVGFETurbulenceElement.height') | 2784 @DomName('SVGFETurbulenceElement.height') |
| 3157 @DocsEditable() | 2785 @DocsEditable() |
| 3158 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFETurbulenceElement.insta
nce.height_Getter_(unwrap_jso(this))); | 2786 AnimatedLength get height => _blink.BlinkSVGFETurbulenceElement.instance.heigh
t_Getter_(this); |
| 3159 | 2787 |
| 3160 @DomName('SVGFETurbulenceElement.result') | 2788 @DomName('SVGFETurbulenceElement.result') |
| 3161 @DocsEditable() | 2789 @DocsEditable() |
| 3162 AnimatedString get result => wrap_jso(_blink.BlinkSVGFETurbulenceElement.insta
nce.result_Getter_(unwrap_jso(this))); | 2790 AnimatedString get result => _blink.BlinkSVGFETurbulenceElement.instance.resul
t_Getter_(this); |
| 3163 | 2791 |
| 3164 @DomName('SVGFETurbulenceElement.width') | 2792 @DomName('SVGFETurbulenceElement.width') |
| 3165 @DocsEditable() | 2793 @DocsEditable() |
| 3166 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFETurbulenceElement.instan
ce.width_Getter_(unwrap_jso(this))); | 2794 AnimatedLength get width => _blink.BlinkSVGFETurbulenceElement.instance.width_
Getter_(this); |
| 3167 | 2795 |
| 3168 @DomName('SVGFETurbulenceElement.x') | 2796 @DomName('SVGFETurbulenceElement.x') |
| 3169 @DocsEditable() | 2797 @DocsEditable() |
| 3170 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFETurbulenceElement.instance.x
_Getter_(unwrap_jso(this))); | 2798 AnimatedLength get x => _blink.BlinkSVGFETurbulenceElement.instance.x_Getter_(
this); |
| 3171 | 2799 |
| 3172 @DomName('SVGFETurbulenceElement.y') | 2800 @DomName('SVGFETurbulenceElement.y') |
| 3173 @DocsEditable() | 2801 @DocsEditable() |
| 3174 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFETurbulenceElement.instance.y
_Getter_(unwrap_jso(this))); | 2802 AnimatedLength get y => _blink.BlinkSVGFETurbulenceElement.instance.y_Getter_(
this); |
| 3175 | 2803 |
| 3176 } | 2804 } |
| 3177 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2805 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3178 // for details. All rights reserved. Use of this source code is governed by a | 2806 // for details. All rights reserved. Use of this source code is governed by a |
| 3179 // BSD-style license that can be found in the LICENSE file. | 2807 // BSD-style license that can be found in the LICENSE file. |
| 3180 | 2808 |
| 3181 // WARNING: Do not edit - generated code. | 2809 // WARNING: Do not edit - generated code. |
| 3182 | 2810 |
| 3183 | 2811 |
| 3184 @DocsEditable() | 2812 @DocsEditable() |
| 3185 @DomName('SVGFilterElement') | 2813 @DomName('SVGFilterElement') |
| 3186 @SupportedBrowser(SupportedBrowser.CHROME) | 2814 @SupportedBrowser(SupportedBrowser.CHROME) |
| 3187 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2815 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 3188 @SupportedBrowser(SupportedBrowser.IE, '10') | 2816 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 3189 @SupportedBrowser(SupportedBrowser.SAFARI) | 2817 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 3190 @Unstable() | 2818 @Unstable() |
| 3191 class FilterElement extends SvgElement implements UriReference { | 2819 class FilterElement extends SvgElement implements UriReference { |
| 3192 // To suppress missing implicit constructor warnings. | 2820 // To suppress missing implicit constructor warnings. |
| 3193 factory FilterElement._() { throw new UnsupportedError("Not supported"); } | 2821 factory FilterElement._() { throw new UnsupportedError("Not supported"); } |
| 3194 | 2822 |
| 3195 @DomName('SVGFilterElement.SVGFilterElement') | 2823 @DomName('SVGFilterElement.SVGFilterElement') |
| 3196 @DocsEditable() | 2824 @DocsEditable() |
| 3197 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); | 2825 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); |
| 3198 | 2826 |
| 3199 | 2827 |
| 3200 @Deprecated("Internal Use Only") | 2828 @Deprecated("Internal Use Only") |
| 3201 static FilterElement internalCreateFilterElement() { | 2829 external static Type get instanceRuntimeType; |
| 3202 return new FilterElement._internalWrap(); | |
| 3203 } | |
| 3204 | |
| 3205 external factory FilterElement._internalWrap(); | |
| 3206 | 2830 |
| 3207 @Deprecated("Internal Use Only") | 2831 @Deprecated("Internal Use Only") |
| 3208 FilterElement.internal_() : super.internal_(); | 2832 FilterElement.internal_() : super.internal_(); |
| 3209 | 2833 |
| 3210 /** | 2834 /** |
| 3211 * Constructor instantiated by the DOM when a custom element has been created. | 2835 * Constructor instantiated by the DOM when a custom element has been created. |
| 3212 * | 2836 * |
| 3213 * This can only be called by subclasses from their created constructor. | 2837 * This can only be called by subclasses from their created constructor. |
| 3214 */ | 2838 */ |
| 3215 FilterElement.created() : super.created(); | 2839 FilterElement.created() : super.created(); |
| 3216 | 2840 |
| 3217 /// Checks if this type is supported on the current platform. | 2841 /// Checks if this type is supported on the current platform. |
| 3218 static bool get supported => true; | 2842 static bool get supported => true; |
| 3219 | 2843 |
| 3220 @DomName('SVGFilterElement.filterUnits') | 2844 @DomName('SVGFilterElement.filterUnits') |
| 3221 @DocsEditable() | 2845 @DocsEditable() |
| 3222 AnimatedEnumeration get filterUnits => wrap_jso(_blink.BlinkSVGFilterElement.i
nstance.filterUnits_Getter_(unwrap_jso(this))); | 2846 AnimatedEnumeration get filterUnits => _blink.BlinkSVGFilterElement.instance.f
ilterUnits_Getter_(this); |
| 3223 | 2847 |
| 3224 @DomName('SVGFilterElement.height') | 2848 @DomName('SVGFilterElement.height') |
| 3225 @DocsEditable() | 2849 @DocsEditable() |
| 3226 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFilterElement.instance.he
ight_Getter_(unwrap_jso(this))); | 2850 AnimatedLength get height => _blink.BlinkSVGFilterElement.instance.height_Gett
er_(this); |
| 3227 | 2851 |
| 3228 @DomName('SVGFilterElement.primitiveUnits') | 2852 @DomName('SVGFilterElement.primitiveUnits') |
| 3229 @DocsEditable() | 2853 @DocsEditable() |
| 3230 AnimatedEnumeration get primitiveUnits => wrap_jso(_blink.BlinkSVGFilterElemen
t.instance.primitiveUnits_Getter_(unwrap_jso(this))); | 2854 AnimatedEnumeration get primitiveUnits => _blink.BlinkSVGFilterElement.instanc
e.primitiveUnits_Getter_(this); |
| 3231 | 2855 |
| 3232 @DomName('SVGFilterElement.width') | 2856 @DomName('SVGFilterElement.width') |
| 3233 @DocsEditable() | 2857 @DocsEditable() |
| 3234 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFilterElement.instance.wid
th_Getter_(unwrap_jso(this))); | 2858 AnimatedLength get width => _blink.BlinkSVGFilterElement.instance.width_Getter
_(this); |
| 3235 | 2859 |
| 3236 @DomName('SVGFilterElement.x') | 2860 @DomName('SVGFilterElement.x') |
| 3237 @DocsEditable() | 2861 @DocsEditable() |
| 3238 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFilterElement.instance.x_Gette
r_(unwrap_jso(this))); | 2862 AnimatedLength get x => _blink.BlinkSVGFilterElement.instance.x_Getter_(this); |
| 3239 | 2863 |
| 3240 @DomName('SVGFilterElement.y') | 2864 @DomName('SVGFilterElement.y') |
| 3241 @DocsEditable() | 2865 @DocsEditable() |
| 3242 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFilterElement.instance.y_Gette
r_(unwrap_jso(this))); | 2866 AnimatedLength get y => _blink.BlinkSVGFilterElement.instance.y_Getter_(this); |
| 3243 | 2867 |
| 3244 @DomName('SVGFilterElement.href') | 2868 @DomName('SVGFilterElement.href') |
| 3245 @DocsEditable() | 2869 @DocsEditable() |
| 3246 AnimatedString get href => wrap_jso(_blink.BlinkSVGFilterElement.instance.href
_Getter_(unwrap_jso(this))); | 2870 AnimatedString get href => _blink.BlinkSVGFilterElement.instance.href_Getter_(
this); |
| 3247 | 2871 |
| 3248 } | 2872 } |
| 3249 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2873 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3250 // for details. All rights reserved. Use of this source code is governed by a | 2874 // for details. All rights reserved. Use of this source code is governed by a |
| 3251 // BSD-style license that can be found in the LICENSE file. | 2875 // BSD-style license that can be found in the LICENSE file. |
| 3252 | 2876 |
| 3253 // WARNING: Do not edit - generated code. | 2877 // WARNING: Do not edit - generated code. |
| 3254 | 2878 |
| 3255 | 2879 |
| 3256 @DocsEditable() | 2880 @DocsEditable() |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3320 class ForeignObjectElement extends GraphicsElement { | 2944 class ForeignObjectElement extends GraphicsElement { |
| 3321 // To suppress missing implicit constructor warnings. | 2945 // To suppress missing implicit constructor warnings. |
| 3322 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported")
; } | 2946 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported")
; } |
| 3323 | 2947 |
| 3324 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') | 2948 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') |
| 3325 @DocsEditable() | 2949 @DocsEditable() |
| 3326 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); | 2950 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); |
| 3327 | 2951 |
| 3328 | 2952 |
| 3329 @Deprecated("Internal Use Only") | 2953 @Deprecated("Internal Use Only") |
| 3330 static ForeignObjectElement internalCreateForeignObjectElement() { | 2954 external static Type get instanceRuntimeType; |
| 3331 return new ForeignObjectElement._internalWrap(); | |
| 3332 } | |
| 3333 | |
| 3334 external factory ForeignObjectElement._internalWrap(); | |
| 3335 | 2955 |
| 3336 @Deprecated("Internal Use Only") | 2956 @Deprecated("Internal Use Only") |
| 3337 ForeignObjectElement.internal_() : super.internal_(); | 2957 ForeignObjectElement.internal_() : super.internal_(); |
| 3338 | 2958 |
| 3339 /** | 2959 /** |
| 3340 * Constructor instantiated by the DOM when a custom element has been created. | 2960 * Constructor instantiated by the DOM when a custom element has been created. |
| 3341 * | 2961 * |
| 3342 * This can only be called by subclasses from their created constructor. | 2962 * This can only be called by subclasses from their created constructor. |
| 3343 */ | 2963 */ |
| 3344 ForeignObjectElement.created() : super.created(); | 2964 ForeignObjectElement.created() : super.created(); |
| 3345 | 2965 |
| 3346 /// Checks if this type is supported on the current platform. | 2966 /// Checks if this type is supported on the current platform. |
| 3347 static bool get supported => true; | 2967 static bool get supported => true; |
| 3348 | 2968 |
| 3349 @DomName('SVGForeignObjectElement.height') | 2969 @DomName('SVGForeignObjectElement.height') |
| 3350 @DocsEditable() | 2970 @DocsEditable() |
| 3351 AnimatedLength get height => wrap_jso(_blink.BlinkSVGForeignObjectElement.inst
ance.height_Getter_(unwrap_jso(this))); | 2971 AnimatedLength get height => _blink.BlinkSVGForeignObjectElement.instance.heig
ht_Getter_(this); |
| 3352 | 2972 |
| 3353 @DomName('SVGForeignObjectElement.width') | 2973 @DomName('SVGForeignObjectElement.width') |
| 3354 @DocsEditable() | 2974 @DocsEditable() |
| 3355 AnimatedLength get width => wrap_jso(_blink.BlinkSVGForeignObjectElement.insta
nce.width_Getter_(unwrap_jso(this))); | 2975 AnimatedLength get width => _blink.BlinkSVGForeignObjectElement.instance.width
_Getter_(this); |
| 3356 | 2976 |
| 3357 @DomName('SVGForeignObjectElement.x') | 2977 @DomName('SVGForeignObjectElement.x') |
| 3358 @DocsEditable() | 2978 @DocsEditable() |
| 3359 AnimatedLength get x => wrap_jso(_blink.BlinkSVGForeignObjectElement.instance.
x_Getter_(unwrap_jso(this))); | 2979 AnimatedLength get x => _blink.BlinkSVGForeignObjectElement.instance.x_Getter_
(this); |
| 3360 | 2980 |
| 3361 @DomName('SVGForeignObjectElement.y') | 2981 @DomName('SVGForeignObjectElement.y') |
| 3362 @DocsEditable() | 2982 @DocsEditable() |
| 3363 AnimatedLength get y => wrap_jso(_blink.BlinkSVGForeignObjectElement.instance.
y_Getter_(unwrap_jso(this))); | 2983 AnimatedLength get y => _blink.BlinkSVGForeignObjectElement.instance.y_Getter_
(this); |
| 3364 | 2984 |
| 3365 } | 2985 } |
| 3366 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2986 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3367 // for details. All rights reserved. Use of this source code is governed by a | 2987 // for details. All rights reserved. Use of this source code is governed by a |
| 3368 // BSD-style license that can be found in the LICENSE file. | 2988 // BSD-style license that can be found in the LICENSE file. |
| 3369 | 2989 |
| 3370 // WARNING: Do not edit - generated code. | 2990 // WARNING: Do not edit - generated code. |
| 3371 | 2991 |
| 3372 | 2992 |
| 3373 @DocsEditable() | 2993 @DocsEditable() |
| 3374 @DomName('SVGGElement') | 2994 @DomName('SVGGElement') |
| 3375 @Unstable() | 2995 @Unstable() |
| 3376 class GElement extends GraphicsElement { | 2996 class GElement extends GraphicsElement { |
| 3377 // To suppress missing implicit constructor warnings. | 2997 // To suppress missing implicit constructor warnings. |
| 3378 factory GElement._() { throw new UnsupportedError("Not supported"); } | 2998 factory GElement._() { throw new UnsupportedError("Not supported"); } |
| 3379 | 2999 |
| 3380 @DomName('SVGGElement.SVGGElement') | 3000 @DomName('SVGGElement.SVGGElement') |
| 3381 @DocsEditable() | 3001 @DocsEditable() |
| 3382 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); | 3002 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
| 3383 | 3003 |
| 3384 | 3004 |
| 3385 @Deprecated("Internal Use Only") | 3005 @Deprecated("Internal Use Only") |
| 3386 static GElement internalCreateGElement() { | 3006 external static Type get instanceRuntimeType; |
| 3387 return new GElement._internalWrap(); | |
| 3388 } | |
| 3389 | |
| 3390 external factory GElement._internalWrap(); | |
| 3391 | 3007 |
| 3392 @Deprecated("Internal Use Only") | 3008 @Deprecated("Internal Use Only") |
| 3393 GElement.internal_() : super.internal_(); | 3009 GElement.internal_() : super.internal_(); |
| 3394 | 3010 |
| 3395 /** | 3011 /** |
| 3396 * Constructor instantiated by the DOM when a custom element has been created. | 3012 * Constructor instantiated by the DOM when a custom element has been created. |
| 3397 * | 3013 * |
| 3398 * This can only be called by subclasses from their created constructor. | 3014 * This can only be called by subclasses from their created constructor. |
| 3399 */ | 3015 */ |
| 3400 GElement.created() : super.created(); | 3016 GElement.created() : super.created(); |
| 3401 | 3017 |
| 3402 } | 3018 } |
| 3403 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3019 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3404 // for details. All rights reserved. Use of this source code is governed by a | 3020 // for details. All rights reserved. Use of this source code is governed by a |
| 3405 // BSD-style license that can be found in the LICENSE file. | 3021 // BSD-style license that can be found in the LICENSE file. |
| 3406 | 3022 |
| 3407 // WARNING: Do not edit - generated code. | 3023 // WARNING: Do not edit - generated code. |
| 3408 | 3024 |
| 3409 | 3025 |
| 3410 @DocsEditable() | 3026 @DocsEditable() |
| 3411 @DomName('SVGGeometryElement') | 3027 @DomName('SVGGeometryElement') |
| 3412 @Experimental() // untriaged | 3028 @Experimental() // untriaged |
| 3413 class GeometryElement extends GraphicsElement { | 3029 class GeometryElement extends GraphicsElement { |
| 3414 // To suppress missing implicit constructor warnings. | 3030 // To suppress missing implicit constructor warnings. |
| 3415 factory GeometryElement._() { throw new UnsupportedError("Not supported"); } | 3031 factory GeometryElement._() { throw new UnsupportedError("Not supported"); } |
| 3416 | 3032 |
| 3417 | 3033 |
| 3418 @Deprecated("Internal Use Only") | 3034 @Deprecated("Internal Use Only") |
| 3419 static GeometryElement internalCreateGeometryElement() { | 3035 external static Type get instanceRuntimeType; |
| 3420 return new GeometryElement._internalWrap(); | |
| 3421 } | |
| 3422 | |
| 3423 external factory GeometryElement._internalWrap(); | |
| 3424 | 3036 |
| 3425 @Deprecated("Internal Use Only") | 3037 @Deprecated("Internal Use Only") |
| 3426 GeometryElement.internal_() : super.internal_(); | 3038 GeometryElement.internal_() : super.internal_(); |
| 3427 | 3039 |
| 3428 /** | 3040 /** |
| 3429 * Constructor instantiated by the DOM when a custom element has been created. | 3041 * Constructor instantiated by the DOM when a custom element has been created. |
| 3430 * | 3042 * |
| 3431 * This can only be called by subclasses from their created constructor. | 3043 * This can only be called by subclasses from their created constructor. |
| 3432 */ | 3044 */ |
| 3433 GeometryElement.created() : super.created(); | 3045 GeometryElement.created() : super.created(); |
| 3434 | 3046 |
| 3435 @DomName('SVGGeometryElement.isPointInFill') | 3047 @DomName('SVGGeometryElement.isPointInFill') |
| 3436 @DocsEditable() | 3048 @DocsEditable() |
| 3437 @Experimental() // untriaged | 3049 @Experimental() // untriaged |
| 3438 bool isPointInFill(Point point) => _blink.BlinkSVGGeometryElement.instance.isP
ointInFill_Callback_1_(unwrap_jso(this), unwrap_jso(point)); | 3050 bool isPointInFill(Point point) => _blink.BlinkSVGGeometryElement.instance.isP
ointInFill_Callback_1_(this, point); |
| 3439 | 3051 |
| 3440 @DomName('SVGGeometryElement.isPointInStroke') | 3052 @DomName('SVGGeometryElement.isPointInStroke') |
| 3441 @DocsEditable() | 3053 @DocsEditable() |
| 3442 @Experimental() // untriaged | 3054 @Experimental() // untriaged |
| 3443 bool isPointInStroke(Point point) => _blink.BlinkSVGGeometryElement.instance.i
sPointInStroke_Callback_1_(unwrap_jso(this), unwrap_jso(point)); | 3055 bool isPointInStroke(Point point) => _blink.BlinkSVGGeometryElement.instance.i
sPointInStroke_Callback_1_(this, point); |
| 3444 | 3056 |
| 3445 } | 3057 } |
| 3446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3058 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3447 // for details. All rights reserved. Use of this source code is governed by a | 3059 // for details. All rights reserved. Use of this source code is governed by a |
| 3448 // BSD-style license that can be found in the LICENSE file. | 3060 // BSD-style license that can be found in the LICENSE file. |
| 3449 | 3061 |
| 3450 // WARNING: Do not edit - generated code. | 3062 // WARNING: Do not edit - generated code. |
| 3451 | 3063 |
| 3452 | 3064 |
| 3453 @DocsEditable() | 3065 @DocsEditable() |
| 3454 @DomName('SVGGraphicsElement') | 3066 @DomName('SVGGraphicsElement') |
| 3455 @Experimental() // untriaged | 3067 @Experimental() // untriaged |
| 3456 class GraphicsElement extends SvgElement implements Tests { | 3068 class GraphicsElement extends SvgElement implements Tests { |
| 3457 // To suppress missing implicit constructor warnings. | 3069 // To suppress missing implicit constructor warnings. |
| 3458 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } | 3070 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } |
| 3459 | 3071 |
| 3460 | 3072 |
| 3461 @Deprecated("Internal Use Only") | 3073 @Deprecated("Internal Use Only") |
| 3462 static GraphicsElement internalCreateGraphicsElement() { | 3074 external static Type get instanceRuntimeType; |
| 3463 return new GraphicsElement._internalWrap(); | |
| 3464 } | |
| 3465 | |
| 3466 external factory GraphicsElement._internalWrap(); | |
| 3467 | 3075 |
| 3468 @Deprecated("Internal Use Only") | 3076 @Deprecated("Internal Use Only") |
| 3469 GraphicsElement.internal_() : super.internal_(); | 3077 GraphicsElement.internal_() : super.internal_(); |
| 3470 | 3078 |
| 3471 /** | 3079 /** |
| 3472 * Constructor instantiated by the DOM when a custom element has been created. | 3080 * Constructor instantiated by the DOM when a custom element has been created. |
| 3473 * | 3081 * |
| 3474 * This can only be called by subclasses from their created constructor. | 3082 * This can only be called by subclasses from their created constructor. |
| 3475 */ | 3083 */ |
| 3476 GraphicsElement.created() : super.created(); | 3084 GraphicsElement.created() : super.created(); |
| 3477 | 3085 |
| 3478 @DomName('SVGGraphicsElement.farthestViewportElement') | 3086 @DomName('SVGGraphicsElement.farthestViewportElement') |
| 3479 @DocsEditable() | 3087 @DocsEditable() |
| 3480 @Experimental() // untriaged | 3088 @Experimental() // untriaged |
| 3481 SvgElement get farthestViewportElement => wrap_jso(_blink.BlinkSVGGraphicsElem
ent.instance.farthestViewportElement_Getter_(unwrap_jso(this))); | 3089 SvgElement get farthestViewportElement => _blink.BlinkSVGGraphicsElement.insta
nce.farthestViewportElement_Getter_(this); |
| 3482 | 3090 |
| 3483 @DomName('SVGGraphicsElement.nearestViewportElement') | 3091 @DomName('SVGGraphicsElement.nearestViewportElement') |
| 3484 @DocsEditable() | 3092 @DocsEditable() |
| 3485 @Experimental() // untriaged | 3093 @Experimental() // untriaged |
| 3486 SvgElement get nearestViewportElement => wrap_jso(_blink.BlinkSVGGraphicsEleme
nt.instance.nearestViewportElement_Getter_(unwrap_jso(this))); | 3094 SvgElement get nearestViewportElement => _blink.BlinkSVGGraphicsElement.instan
ce.nearestViewportElement_Getter_(this); |
| 3487 | 3095 |
| 3488 @DomName('SVGGraphicsElement.transform') | 3096 @DomName('SVGGraphicsElement.transform') |
| 3489 @DocsEditable() | 3097 @DocsEditable() |
| 3490 @Experimental() // untriaged | 3098 @Experimental() // untriaged |
| 3491 AnimatedTransformList get transform => wrap_jso(_blink.BlinkSVGGraphicsElement
.instance.transform_Getter_(unwrap_jso(this))); | 3099 AnimatedTransformList get transform => _blink.BlinkSVGGraphicsElement.instance
.transform_Getter_(this); |
| 3492 | 3100 |
| 3493 @DomName('SVGGraphicsElement.getBBox') | 3101 @DomName('SVGGraphicsElement.getBBox') |
| 3494 @DocsEditable() | 3102 @DocsEditable() |
| 3495 @Experimental() // untriaged | 3103 @Experimental() // untriaged |
| 3496 Rect getBBox() => wrap_jso(_blink.BlinkSVGGraphicsElement.instance.getBBox_Cal
lback_0_(unwrap_jso(this))); | 3104 Rect getBBox() => _blink.BlinkSVGGraphicsElement.instance.getBBox_Callback_0_(
this); |
| 3497 | 3105 |
| 3498 @DomName('SVGGraphicsElement.getCTM') | 3106 @DomName('SVGGraphicsElement.getCTM') |
| 3499 @DocsEditable() | 3107 @DocsEditable() |
| 3500 @Experimental() // untriaged | 3108 @Experimental() // untriaged |
| 3501 Matrix getCtm() => wrap_jso(_blink.BlinkSVGGraphicsElement.instance.getCTM_Cal
lback_0_(unwrap_jso(this))); | 3109 Matrix getCtm() => _blink.BlinkSVGGraphicsElement.instance.getCTM_Callback_0_(
this); |
| 3502 | 3110 |
| 3503 @DomName('SVGGraphicsElement.getScreenCTM') | 3111 @DomName('SVGGraphicsElement.getScreenCTM') |
| 3504 @DocsEditable() | 3112 @DocsEditable() |
| 3505 @Experimental() // untriaged | 3113 @Experimental() // untriaged |
| 3506 Matrix getScreenCtm() => wrap_jso(_blink.BlinkSVGGraphicsElement.instance.getS
creenCTM_Callback_0_(unwrap_jso(this))); | 3114 Matrix getScreenCtm() => _blink.BlinkSVGGraphicsElement.instance.getScreenCTM_
Callback_0_(this); |
| 3507 | 3115 |
| 3508 @DomName('SVGGraphicsElement.getTransformToElement') | 3116 @DomName('SVGGraphicsElement.getTransformToElement') |
| 3509 @DocsEditable() | 3117 @DocsEditable() |
| 3510 @Experimental() // untriaged | 3118 @Experimental() // untriaged |
| 3511 Matrix getTransformToElement(SvgElement element) => wrap_jso(_blink.BlinkSVGGr
aphicsElement.instance.getTransformToElement_Callback_1_(unwrap_jso(this), unwra
p_jso(element))); | 3119 Matrix getTransformToElement(SvgElement element) => _blink.BlinkSVGGraphicsEle
ment.instance.getTransformToElement_Callback_1_(this, element); |
| 3512 | 3120 |
| 3513 @DomName('SVGGraphicsElement.requiredExtensions') | 3121 @DomName('SVGGraphicsElement.requiredExtensions') |
| 3514 @DocsEditable() | 3122 @DocsEditable() |
| 3515 @Experimental() // untriaged | 3123 @Experimental() // untriaged |
| 3516 StringList get requiredExtensions => wrap_jso(_blink.BlinkSVGGraphicsElement.i
nstance.requiredExtensions_Getter_(unwrap_jso(this))); | 3124 StringList get requiredExtensions => _blink.BlinkSVGGraphicsElement.instance.r
equiredExtensions_Getter_(this); |
| 3517 | 3125 |
| 3518 @DomName('SVGGraphicsElement.requiredFeatures') | 3126 @DomName('SVGGraphicsElement.requiredFeatures') |
| 3519 @DocsEditable() | 3127 @DocsEditable() |
| 3520 @Experimental() // untriaged | 3128 @Experimental() // untriaged |
| 3521 StringList get requiredFeatures => wrap_jso(_blink.BlinkSVGGraphicsElement.ins
tance.requiredFeatures_Getter_(unwrap_jso(this))); | 3129 StringList get requiredFeatures => _blink.BlinkSVGGraphicsElement.instance.req
uiredFeatures_Getter_(this); |
| 3522 | 3130 |
| 3523 @DomName('SVGGraphicsElement.systemLanguage') | 3131 @DomName('SVGGraphicsElement.systemLanguage') |
| 3524 @DocsEditable() | 3132 @DocsEditable() |
| 3525 @Experimental() // untriaged | 3133 @Experimental() // untriaged |
| 3526 StringList get systemLanguage => wrap_jso(_blink.BlinkSVGGraphicsElement.insta
nce.systemLanguage_Getter_(unwrap_jso(this))); | 3134 StringList get systemLanguage => _blink.BlinkSVGGraphicsElement.instance.syste
mLanguage_Getter_(this); |
| 3527 | 3135 |
| 3528 @DomName('SVGGraphicsElement.hasExtension') | 3136 @DomName('SVGGraphicsElement.hasExtension') |
| 3529 @DocsEditable() | 3137 @DocsEditable() |
| 3530 @Experimental() // untriaged | 3138 @Experimental() // untriaged |
| 3531 bool hasExtension(String extension) => _blink.BlinkSVGGraphicsElement.instance
.hasExtension_Callback_1_(unwrap_jso(this), extension); | 3139 bool hasExtension(String extension) => _blink.BlinkSVGGraphicsElement.instance
.hasExtension_Callback_1_(this, extension); |
| 3532 | 3140 |
| 3533 } | 3141 } |
| 3534 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3142 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3535 // for details. All rights reserved. Use of this source code is governed by a | 3143 // for details. All rights reserved. Use of this source code is governed by a |
| 3536 // BSD-style license that can be found in the LICENSE file. | 3144 // BSD-style license that can be found in the LICENSE file. |
| 3537 | 3145 |
| 3538 // WARNING: Do not edit - generated code. | 3146 // WARNING: Do not edit - generated code. |
| 3539 | 3147 |
| 3540 | 3148 |
| 3541 @DocsEditable() | 3149 @DocsEditable() |
| 3542 @DomName('SVGImageElement') | 3150 @DomName('SVGImageElement') |
| 3543 @Unstable() | 3151 @Unstable() |
| 3544 class ImageElement extends GraphicsElement implements UriReference { | 3152 class ImageElement extends GraphicsElement implements UriReference { |
| 3545 // To suppress missing implicit constructor warnings. | 3153 // To suppress missing implicit constructor warnings. |
| 3546 factory ImageElement._() { throw new UnsupportedError("Not supported"); } | 3154 factory ImageElement._() { throw new UnsupportedError("Not supported"); } |
| 3547 | 3155 |
| 3548 @DomName('SVGImageElement.SVGImageElement') | 3156 @DomName('SVGImageElement.SVGImageElement') |
| 3549 @DocsEditable() | 3157 @DocsEditable() |
| 3550 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 3158 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); |
| 3551 | 3159 |
| 3552 | 3160 |
| 3553 @Deprecated("Internal Use Only") | 3161 @Deprecated("Internal Use Only") |
| 3554 static ImageElement internalCreateImageElement() { | 3162 external static Type get instanceRuntimeType; |
| 3555 return new ImageElement._internalWrap(); | |
| 3556 } | |
| 3557 | |
| 3558 external factory ImageElement._internalWrap(); | |
| 3559 | 3163 |
| 3560 @Deprecated("Internal Use Only") | 3164 @Deprecated("Internal Use Only") |
| 3561 ImageElement.internal_() : super.internal_(); | 3165 ImageElement.internal_() : super.internal_(); |
| 3562 | 3166 |
| 3563 /** | 3167 /** |
| 3564 * Constructor instantiated by the DOM when a custom element has been created. | 3168 * Constructor instantiated by the DOM when a custom element has been created. |
| 3565 * | 3169 * |
| 3566 * This can only be called by subclasses from their created constructor. | 3170 * This can only be called by subclasses from their created constructor. |
| 3567 */ | 3171 */ |
| 3568 ImageElement.created() : super.created(); | 3172 ImageElement.created() : super.created(); |
| 3569 | 3173 |
| 3570 @DomName('SVGImageElement.height') | 3174 @DomName('SVGImageElement.height') |
| 3571 @DocsEditable() | 3175 @DocsEditable() |
| 3572 AnimatedLength get height => wrap_jso(_blink.BlinkSVGImageElement.instance.hei
ght_Getter_(unwrap_jso(this))); | 3176 AnimatedLength get height => _blink.BlinkSVGImageElement.instance.height_Gette
r_(this); |
| 3573 | 3177 |
| 3574 @DomName('SVGImageElement.preserveAspectRatio') | 3178 @DomName('SVGImageElement.preserveAspectRatio') |
| 3575 @DocsEditable() | 3179 @DocsEditable() |
| 3576 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV
GImageElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); | 3180 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGImageEle
ment.instance.preserveAspectRatio_Getter_(this); |
| 3577 | 3181 |
| 3578 @DomName('SVGImageElement.width') | 3182 @DomName('SVGImageElement.width') |
| 3579 @DocsEditable() | 3183 @DocsEditable() |
| 3580 AnimatedLength get width => wrap_jso(_blink.BlinkSVGImageElement.instance.widt
h_Getter_(unwrap_jso(this))); | 3184 AnimatedLength get width => _blink.BlinkSVGImageElement.instance.width_Getter_
(this); |
| 3581 | 3185 |
| 3582 @DomName('SVGImageElement.x') | 3186 @DomName('SVGImageElement.x') |
| 3583 @DocsEditable() | 3187 @DocsEditable() |
| 3584 AnimatedLength get x => wrap_jso(_blink.BlinkSVGImageElement.instance.x_Getter
_(unwrap_jso(this))); | 3188 AnimatedLength get x => _blink.BlinkSVGImageElement.instance.x_Getter_(this); |
| 3585 | 3189 |
| 3586 @DomName('SVGImageElement.y') | 3190 @DomName('SVGImageElement.y') |
| 3587 @DocsEditable() | 3191 @DocsEditable() |
| 3588 AnimatedLength get y => wrap_jso(_blink.BlinkSVGImageElement.instance.y_Getter
_(unwrap_jso(this))); | 3192 AnimatedLength get y => _blink.BlinkSVGImageElement.instance.y_Getter_(this); |
| 3589 | 3193 |
| 3590 @DomName('SVGImageElement.href') | 3194 @DomName('SVGImageElement.href') |
| 3591 @DocsEditable() | 3195 @DocsEditable() |
| 3592 AnimatedString get href => wrap_jso(_blink.BlinkSVGImageElement.instance.href_
Getter_(unwrap_jso(this))); | 3196 AnimatedString get href => _blink.BlinkSVGImageElement.instance.href_Getter_(t
his); |
| 3593 | 3197 |
| 3594 } | 3198 } |
| 3595 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3199 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3596 // for details. All rights reserved. Use of this source code is governed by a | 3200 // for details. All rights reserved. Use of this source code is governed by a |
| 3597 // BSD-style license that can be found in the LICENSE file. | 3201 // BSD-style license that can be found in the LICENSE file. |
| 3598 | 3202 |
| 3599 // WARNING: Do not edit - generated code. | 3203 // WARNING: Do not edit - generated code. |
| 3600 | 3204 |
| 3601 | 3205 |
| 3602 @DocsEditable() | 3206 @DocsEditable() |
| 3603 @DomName('SVGLength') | 3207 @DomName('SVGLength') |
| 3604 @Unstable() | 3208 @Unstable() |
| 3605 class Length extends DartHtmlDomObject { | 3209 class Length extends DartHtmlDomObject { |
| 3606 // To suppress missing implicit constructor warnings. | 3210 // To suppress missing implicit constructor warnings. |
| 3607 factory Length._() { throw new UnsupportedError("Not supported"); } | 3211 factory Length._() { throw new UnsupportedError("Not supported"); } |
| 3608 | 3212 |
| 3213 |
| 3609 @Deprecated("Internal Use Only") | 3214 @Deprecated("Internal Use Only") |
| 3610 static Length internalCreateLength() { | 3215 external static Type get instanceRuntimeType; |
| 3611 return new Length._internalWrap(); | |
| 3612 } | |
| 3613 | |
| 3614 factory Length._internalWrap() { | |
| 3615 return new Length.internal_(); | |
| 3616 } | |
| 3617 | 3216 |
| 3618 @Deprecated("Internal Use Only") | 3217 @Deprecated("Internal Use Only") |
| 3619 Length.internal_() { } | 3218 Length.internal_() { } |
| 3620 | 3219 |
| 3621 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 3622 int get hashCode => unwrap_jso(this).hashCode; | |
| 3623 | |
| 3624 @DomName('SVGLength.SVG_LENGTHTYPE_CM') | 3220 @DomName('SVGLength.SVG_LENGTHTYPE_CM') |
| 3625 @DocsEditable() | 3221 @DocsEditable() |
| 3626 static const int SVG_LENGTHTYPE_CM = 6; | 3222 static const int SVG_LENGTHTYPE_CM = 6; |
| 3627 | 3223 |
| 3628 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') | 3224 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') |
| 3629 @DocsEditable() | 3225 @DocsEditable() |
| 3630 static const int SVG_LENGTHTYPE_EMS = 3; | 3226 static const int SVG_LENGTHTYPE_EMS = 3; |
| 3631 | 3227 |
| 3632 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') | 3228 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') |
| 3633 @DocsEditable() | 3229 @DocsEditable() |
| (...skipping 26 matching lines...) Expand all Loading... |
| 3660 @DomName('SVGLength.SVG_LENGTHTYPE_PX') | 3256 @DomName('SVGLength.SVG_LENGTHTYPE_PX') |
| 3661 @DocsEditable() | 3257 @DocsEditable() |
| 3662 static const int SVG_LENGTHTYPE_PX = 5; | 3258 static const int SVG_LENGTHTYPE_PX = 5; |
| 3663 | 3259 |
| 3664 @DomName('SVGLength.SVG_LENGTHTYPE_UNKNOWN') | 3260 @DomName('SVGLength.SVG_LENGTHTYPE_UNKNOWN') |
| 3665 @DocsEditable() | 3261 @DocsEditable() |
| 3666 static const int SVG_LENGTHTYPE_UNKNOWN = 0; | 3262 static const int SVG_LENGTHTYPE_UNKNOWN = 0; |
| 3667 | 3263 |
| 3668 @DomName('SVGLength.unitType') | 3264 @DomName('SVGLength.unitType') |
| 3669 @DocsEditable() | 3265 @DocsEditable() |
| 3670 int get unitType => _blink.BlinkSVGLength.instance.unitType_Getter_(unwrap_jso
(this)); | 3266 int get unitType => _blink.BlinkSVGLength.instance.unitType_Getter_(this); |
| 3671 | 3267 |
| 3672 @DomName('SVGLength.value') | 3268 @DomName('SVGLength.value') |
| 3673 @DocsEditable() | 3269 @DocsEditable() |
| 3674 num get value => _blink.BlinkSVGLength.instance.value_Getter_(unwrap_jso(this)
); | 3270 num get value => _blink.BlinkSVGLength.instance.value_Getter_(this); |
| 3675 | 3271 |
| 3676 @DomName('SVGLength.value') | 3272 @DomName('SVGLength.value') |
| 3677 @DocsEditable() | 3273 @DocsEditable() |
| 3678 set value(num value) => _blink.BlinkSVGLength.instance.value_Setter_(unwrap_js
o(this), value); | 3274 set value(num value) => _blink.BlinkSVGLength.instance.value_Setter_(this, val
ue); |
| 3679 | 3275 |
| 3680 @DomName('SVGLength.valueAsString') | 3276 @DomName('SVGLength.valueAsString') |
| 3681 @DocsEditable() | 3277 @DocsEditable() |
| 3682 String get valueAsString => _blink.BlinkSVGLength.instance.valueAsString_Gette
r_(unwrap_jso(this)); | 3278 String get valueAsString => _blink.BlinkSVGLength.instance.valueAsString_Gette
r_(this); |
| 3683 | 3279 |
| 3684 @DomName('SVGLength.valueAsString') | 3280 @DomName('SVGLength.valueAsString') |
| 3685 @DocsEditable() | 3281 @DocsEditable() |
| 3686 set valueAsString(String value) => _blink.BlinkSVGLength.instance.valueAsStrin
g_Setter_(unwrap_jso(this), value); | 3282 set valueAsString(String value) => _blink.BlinkSVGLength.instance.valueAsStrin
g_Setter_(this, value); |
| 3687 | 3283 |
| 3688 @DomName('SVGLength.valueInSpecifiedUnits') | 3284 @DomName('SVGLength.valueInSpecifiedUnits') |
| 3689 @DocsEditable() | 3285 @DocsEditable() |
| 3690 num get valueInSpecifiedUnits => _blink.BlinkSVGLength.instance.valueInSpecifi
edUnits_Getter_(unwrap_jso(this)); | 3286 num get valueInSpecifiedUnits => _blink.BlinkSVGLength.instance.valueInSpecifi
edUnits_Getter_(this); |
| 3691 | 3287 |
| 3692 @DomName('SVGLength.valueInSpecifiedUnits') | 3288 @DomName('SVGLength.valueInSpecifiedUnits') |
| 3693 @DocsEditable() | 3289 @DocsEditable() |
| 3694 set valueInSpecifiedUnits(num value) => _blink.BlinkSVGLength.instance.valueIn
SpecifiedUnits_Setter_(unwrap_jso(this), value); | 3290 set valueInSpecifiedUnits(num value) => _blink.BlinkSVGLength.instance.valueIn
SpecifiedUnits_Setter_(this, value); |
| 3695 | 3291 |
| 3696 @DomName('SVGLength.convertToSpecifiedUnits') | 3292 @DomName('SVGLength.convertToSpecifiedUnits') |
| 3697 @DocsEditable() | 3293 @DocsEditable() |
| 3698 void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGLength.instance.c
onvertToSpecifiedUnits_Callback_1_(unwrap_jso(this), unitType); | 3294 void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGLength.instance.c
onvertToSpecifiedUnits_Callback_1_(this, unitType); |
| 3699 | 3295 |
| 3700 @DomName('SVGLength.newValueSpecifiedUnits') | 3296 @DomName('SVGLength.newValueSpecifiedUnits') |
| 3701 @DocsEditable() | 3297 @DocsEditable() |
| 3702 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink
.BlinkSVGLength.instance.newValueSpecifiedUnits_Callback_2_(unwrap_jso(this), un
itType, valueInSpecifiedUnits); | 3298 void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink
.BlinkSVGLength.instance.newValueSpecifiedUnits_Callback_2_(this, unitType, valu
eInSpecifiedUnits); |
| 3703 | 3299 |
| 3704 } | 3300 } |
| 3705 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3301 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3706 // for details. All rights reserved. Use of this source code is governed by a | 3302 // for details. All rights reserved. Use of this source code is governed by a |
| 3707 // BSD-style license that can be found in the LICENSE file. | 3303 // BSD-style license that can be found in the LICENSE file. |
| 3708 | 3304 |
| 3709 // WARNING: Do not edit - generated code. | 3305 // WARNING: Do not edit - generated code. |
| 3710 | 3306 |
| 3711 | 3307 |
| 3712 @DocsEditable() | 3308 @DocsEditable() |
| 3713 @DomName('SVGLengthList') | 3309 @DomName('SVGLengthList') |
| 3714 @Unstable() | 3310 @Unstable() |
| 3715 class LengthList extends DartHtmlDomObject with ListMixin<Length>, ImmutableList
Mixin<Length> implements List<Length> { | 3311 class LengthList extends DartHtmlDomObject with ListMixin<Length>, ImmutableList
Mixin<Length> implements List<Length> { |
| 3716 // To suppress missing implicit constructor warnings. | 3312 // To suppress missing implicit constructor warnings. |
| 3717 factory LengthList._() { throw new UnsupportedError("Not supported"); } | 3313 factory LengthList._() { throw new UnsupportedError("Not supported"); } |
| 3718 | 3314 |
| 3315 |
| 3719 @Deprecated("Internal Use Only") | 3316 @Deprecated("Internal Use Only") |
| 3720 static LengthList internalCreateLengthList() { | 3317 external static Type get instanceRuntimeType; |
| 3721 return new LengthList._internalWrap(); | |
| 3722 } | |
| 3723 | |
| 3724 factory LengthList._internalWrap() { | |
| 3725 return new LengthList.internal_(); | |
| 3726 } | |
| 3727 | 3318 |
| 3728 @Deprecated("Internal Use Only") | 3319 @Deprecated("Internal Use Only") |
| 3729 LengthList.internal_() { } | 3320 LengthList.internal_() { } |
| 3730 | 3321 |
| 3731 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 3732 int get hashCode => unwrap_jso(this).hashCode; | |
| 3733 | |
| 3734 @DomName('SVGLengthList.length') | 3322 @DomName('SVGLengthList.length') |
| 3735 @DocsEditable() | 3323 @DocsEditable() |
| 3736 @Experimental() // untriaged | 3324 @Experimental() // untriaged |
| 3737 int get length => _blink.BlinkSVGLengthList.instance.length_Getter_(unwrap_jso
(this)); | 3325 int get length => _blink.BlinkSVGLengthList.instance.length_Getter_(this); |
| 3738 | 3326 |
| 3739 @DomName('SVGLengthList.numberOfItems') | 3327 @DomName('SVGLengthList.numberOfItems') |
| 3740 @DocsEditable() | 3328 @DocsEditable() |
| 3741 int get numberOfItems => _blink.BlinkSVGLengthList.instance.numberOfItems_Gett
er_(unwrap_jso(this)); | 3329 int get numberOfItems => _blink.BlinkSVGLengthList.instance.numberOfItems_Gett
er_(this); |
| 3742 | 3330 |
| 3743 Length operator[](int index) { | 3331 Length operator[](int index) { |
| 3744 if (index < 0 || index >= length) | 3332 if (index < 0 || index >= length) |
| 3745 throw new RangeError.index(index, this); | 3333 throw new RangeError.index(index, this); |
| 3746 return getItem(index); | 3334 return getItem(index); |
| 3747 } | 3335 } |
| 3748 | 3336 |
| 3749 void operator[]=(int index, Length value) { | 3337 void operator[]=(int index, Length value) { |
| 3750 throw new UnsupportedError("Cannot assign element of immutable List."); | 3338 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 3751 } | 3339 } |
| (...skipping 28 matching lines...) Expand all Loading... |
| 3780 if (len == 0) throw new StateError("No elements"); | 3368 if (len == 0) throw new StateError("No elements"); |
| 3781 throw new StateError("More than one element"); | 3369 throw new StateError("More than one element"); |
| 3782 } | 3370 } |
| 3783 | 3371 |
| 3784 Length elementAt(int index) => this[index]; | 3372 Length elementAt(int index) => this[index]; |
| 3785 // -- end List<Length> mixins. | 3373 // -- end List<Length> mixins. |
| 3786 | 3374 |
| 3787 @DomName('SVGLengthList.__setter__') | 3375 @DomName('SVGLengthList.__setter__') |
| 3788 @DocsEditable() | 3376 @DocsEditable() |
| 3789 @Experimental() // untriaged | 3377 @Experimental() // untriaged |
| 3790 void __setter__(int index, Length newItem) => _blink.BlinkSVGLengthList.instan
ce.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); | 3378 void __setter__(int index, Length newItem) => _blink.BlinkSVGLengthList.instan
ce.$__setter___Callback_2_(this, index, newItem); |
| 3791 | 3379 |
| 3792 @DomName('SVGLengthList.appendItem') | 3380 @DomName('SVGLengthList.appendItem') |
| 3793 @DocsEditable() | 3381 @DocsEditable() |
| 3794 Length appendItem(Length newItem) => wrap_jso(_blink.BlinkSVGLengthList.instan
ce.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); | 3382 Length appendItem(Length newItem) => _blink.BlinkSVGLengthList.instance.append
Item_Callback_1_(this, newItem); |
| 3795 | 3383 |
| 3796 @DomName('SVGLengthList.clear') | 3384 @DomName('SVGLengthList.clear') |
| 3797 @DocsEditable() | 3385 @DocsEditable() |
| 3798 void clear() => _blink.BlinkSVGLengthList.instance.clear_Callback_0_(unwrap_js
o(this)); | 3386 void clear() => _blink.BlinkSVGLengthList.instance.clear_Callback_0_(this); |
| 3799 | 3387 |
| 3800 @DomName('SVGLengthList.getItem') | 3388 @DomName('SVGLengthList.getItem') |
| 3801 @DocsEditable() | 3389 @DocsEditable() |
| 3802 Length getItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.getIt
em_Callback_1_(unwrap_jso(this), index)); | 3390 Length getItem(int index) => _blink.BlinkSVGLengthList.instance.getItem_Callba
ck_1_(this, index); |
| 3803 | 3391 |
| 3804 @DomName('SVGLengthList.initialize') | 3392 @DomName('SVGLengthList.initialize') |
| 3805 @DocsEditable() | 3393 @DocsEditable() |
| 3806 Length initialize(Length newItem) => wrap_jso(_blink.BlinkSVGLengthList.instan
ce.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); | 3394 Length initialize(Length newItem) => _blink.BlinkSVGLengthList.instance.initia
lize_Callback_1_(this, newItem); |
| 3807 | 3395 |
| 3808 @DomName('SVGLengthList.insertItemBefore') | 3396 @DomName('SVGLengthList.insertItemBefore') |
| 3809 @DocsEditable() | 3397 @DocsEditable() |
| 3810 Length insertItemBefore(Length newItem, int index) => wrap_jso(_blink.BlinkSVG
LengthList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(ne
wItem), index)); | 3398 Length insertItemBefore(Length newItem, int index) => _blink.BlinkSVGLengthLis
t.instance.insertItemBefore_Callback_2_(this, newItem, index); |
| 3811 | 3399 |
| 3812 @DomName('SVGLengthList.removeItem') | 3400 @DomName('SVGLengthList.removeItem') |
| 3813 @DocsEditable() | 3401 @DocsEditable() |
| 3814 Length removeItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.re
moveItem_Callback_1_(unwrap_jso(this), index)); | 3402 Length removeItem(int index) => _blink.BlinkSVGLengthList.instance.removeItem_
Callback_1_(this, index); |
| 3815 | 3403 |
| 3816 @DomName('SVGLengthList.replaceItem') | 3404 @DomName('SVGLengthList.replaceItem') |
| 3817 @DocsEditable() | 3405 @DocsEditable() |
| 3818 Length replaceItem(Length newItem, int index) => wrap_jso(_blink.BlinkSVGLengt
hList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), in
dex)); | 3406 Length replaceItem(Length newItem, int index) => _blink.BlinkSVGLengthList.ins
tance.replaceItem_Callback_2_(this, newItem, index); |
| 3819 | 3407 |
| 3820 } | 3408 } |
| 3821 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3409 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3822 // for details. All rights reserved. Use of this source code is governed by a | 3410 // for details. All rights reserved. Use of this source code is governed by a |
| 3823 // BSD-style license that can be found in the LICENSE file. | 3411 // BSD-style license that can be found in the LICENSE file. |
| 3824 | 3412 |
| 3825 // WARNING: Do not edit - generated code. | 3413 // WARNING: Do not edit - generated code. |
| 3826 | 3414 |
| 3827 | 3415 |
| 3828 @DocsEditable() | 3416 @DocsEditable() |
| 3829 @DomName('SVGLineElement') | 3417 @DomName('SVGLineElement') |
| 3830 @Unstable() | 3418 @Unstable() |
| 3831 class LineElement extends GeometryElement { | 3419 class LineElement extends GeometryElement { |
| 3832 // To suppress missing implicit constructor warnings. | 3420 // To suppress missing implicit constructor warnings. |
| 3833 factory LineElement._() { throw new UnsupportedError("Not supported"); } | 3421 factory LineElement._() { throw new UnsupportedError("Not supported"); } |
| 3834 | 3422 |
| 3835 @DomName('SVGLineElement.SVGLineElement') | 3423 @DomName('SVGLineElement.SVGLineElement') |
| 3836 @DocsEditable() | 3424 @DocsEditable() |
| 3837 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 3425 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); |
| 3838 | 3426 |
| 3839 | 3427 |
| 3840 @Deprecated("Internal Use Only") | 3428 @Deprecated("Internal Use Only") |
| 3841 static LineElement internalCreateLineElement() { | 3429 external static Type get instanceRuntimeType; |
| 3842 return new LineElement._internalWrap(); | |
| 3843 } | |
| 3844 | |
| 3845 external factory LineElement._internalWrap(); | |
| 3846 | 3430 |
| 3847 @Deprecated("Internal Use Only") | 3431 @Deprecated("Internal Use Only") |
| 3848 LineElement.internal_() : super.internal_(); | 3432 LineElement.internal_() : super.internal_(); |
| 3849 | 3433 |
| 3850 /** | 3434 /** |
| 3851 * Constructor instantiated by the DOM when a custom element has been created. | 3435 * Constructor instantiated by the DOM when a custom element has been created. |
| 3852 * | 3436 * |
| 3853 * This can only be called by subclasses from their created constructor. | 3437 * This can only be called by subclasses from their created constructor. |
| 3854 */ | 3438 */ |
| 3855 LineElement.created() : super.created(); | 3439 LineElement.created() : super.created(); |
| 3856 | 3440 |
| 3857 @DomName('SVGLineElement.x1') | 3441 @DomName('SVGLineElement.x1') |
| 3858 @DocsEditable() | 3442 @DocsEditable() |
| 3859 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLineElement.instance.x1_Gette
r_(unwrap_jso(this))); | 3443 AnimatedLength get x1 => _blink.BlinkSVGLineElement.instance.x1_Getter_(this); |
| 3860 | 3444 |
| 3861 @DomName('SVGLineElement.x2') | 3445 @DomName('SVGLineElement.x2') |
| 3862 @DocsEditable() | 3446 @DocsEditable() |
| 3863 AnimatedLength get x2 => wrap_jso(_blink.BlinkSVGLineElement.instance.x2_Gette
r_(unwrap_jso(this))); | 3447 AnimatedLength get x2 => _blink.BlinkSVGLineElement.instance.x2_Getter_(this); |
| 3864 | 3448 |
| 3865 @DomName('SVGLineElement.y1') | 3449 @DomName('SVGLineElement.y1') |
| 3866 @DocsEditable() | 3450 @DocsEditable() |
| 3867 AnimatedLength get y1 => wrap_jso(_blink.BlinkSVGLineElement.instance.y1_Gette
r_(unwrap_jso(this))); | 3451 AnimatedLength get y1 => _blink.BlinkSVGLineElement.instance.y1_Getter_(this); |
| 3868 | 3452 |
| 3869 @DomName('SVGLineElement.y2') | 3453 @DomName('SVGLineElement.y2') |
| 3870 @DocsEditable() | 3454 @DocsEditable() |
| 3871 AnimatedLength get y2 => wrap_jso(_blink.BlinkSVGLineElement.instance.y2_Gette
r_(unwrap_jso(this))); | 3455 AnimatedLength get y2 => _blink.BlinkSVGLineElement.instance.y2_Getter_(this); |
| 3872 | 3456 |
| 3873 } | 3457 } |
| 3874 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3458 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3875 // for details. All rights reserved. Use of this source code is governed by a | 3459 // for details. All rights reserved. Use of this source code is governed by a |
| 3876 // BSD-style license that can be found in the LICENSE file. | 3460 // BSD-style license that can be found in the LICENSE file. |
| 3877 | 3461 |
| 3878 // WARNING: Do not edit - generated code. | 3462 // WARNING: Do not edit - generated code. |
| 3879 | 3463 |
| 3880 | 3464 |
| 3881 @DocsEditable() | 3465 @DocsEditable() |
| 3882 @DomName('SVGLinearGradientElement') | 3466 @DomName('SVGLinearGradientElement') |
| 3883 @Unstable() | 3467 @Unstable() |
| 3884 class LinearGradientElement extends _GradientElement { | 3468 class LinearGradientElement extends _GradientElement { |
| 3885 // To suppress missing implicit constructor warnings. | 3469 // To suppress missing implicit constructor warnings. |
| 3886 factory LinearGradientElement._() { throw new UnsupportedError("Not supported"
); } | 3470 factory LinearGradientElement._() { throw new UnsupportedError("Not supported"
); } |
| 3887 | 3471 |
| 3888 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') | 3472 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') |
| 3889 @DocsEditable() | 3473 @DocsEditable() |
| 3890 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); | 3474 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); |
| 3891 | 3475 |
| 3892 | 3476 |
| 3893 @Deprecated("Internal Use Only") | 3477 @Deprecated("Internal Use Only") |
| 3894 static LinearGradientElement internalCreateLinearGradientElement() { | 3478 external static Type get instanceRuntimeType; |
| 3895 return new LinearGradientElement._internalWrap(); | |
| 3896 } | |
| 3897 | |
| 3898 external factory LinearGradientElement._internalWrap(); | |
| 3899 | 3479 |
| 3900 @Deprecated("Internal Use Only") | 3480 @Deprecated("Internal Use Only") |
| 3901 LinearGradientElement.internal_() : super.internal_(); | 3481 LinearGradientElement.internal_() : super.internal_(); |
| 3902 | 3482 |
| 3903 /** | 3483 /** |
| 3904 * Constructor instantiated by the DOM when a custom element has been created. | 3484 * Constructor instantiated by the DOM when a custom element has been created. |
| 3905 * | 3485 * |
| 3906 * This can only be called by subclasses from their created constructor. | 3486 * This can only be called by subclasses from their created constructor. |
| 3907 */ | 3487 */ |
| 3908 LinearGradientElement.created() : super.created(); | 3488 LinearGradientElement.created() : super.created(); |
| 3909 | 3489 |
| 3910 @DomName('SVGLinearGradientElement.x1') | 3490 @DomName('SVGLinearGradientElement.x1') |
| 3911 @DocsEditable() | 3491 @DocsEditable() |
| 3912 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLinearGradientElement.instanc
e.x1_Getter_(unwrap_jso(this))); | 3492 AnimatedLength get x1 => _blink.BlinkSVGLinearGradientElement.instance.x1_Gett
er_(this); |
| 3913 | 3493 |
| 3914 @DomName('SVGLinearGradientElement.x2') | 3494 @DomName('SVGLinearGradientElement.x2') |
| 3915 @DocsEditable() | 3495 @DocsEditable() |
| 3916 AnimatedLength get x2 => wrap_jso(_blink.BlinkSVGLinearGradientElement.instanc
e.x2_Getter_(unwrap_jso(this))); | 3496 AnimatedLength get x2 => _blink.BlinkSVGLinearGradientElement.instance.x2_Gett
er_(this); |
| 3917 | 3497 |
| 3918 @DomName('SVGLinearGradientElement.y1') | 3498 @DomName('SVGLinearGradientElement.y1') |
| 3919 @DocsEditable() | 3499 @DocsEditable() |
| 3920 AnimatedLength get y1 => wrap_jso(_blink.BlinkSVGLinearGradientElement.instanc
e.y1_Getter_(unwrap_jso(this))); | 3500 AnimatedLength get y1 => _blink.BlinkSVGLinearGradientElement.instance.y1_Gett
er_(this); |
| 3921 | 3501 |
| 3922 @DomName('SVGLinearGradientElement.y2') | 3502 @DomName('SVGLinearGradientElement.y2') |
| 3923 @DocsEditable() | 3503 @DocsEditable() |
| 3924 AnimatedLength get y2 => wrap_jso(_blink.BlinkSVGLinearGradientElement.instanc
e.y2_Getter_(unwrap_jso(this))); | 3504 AnimatedLength get y2 => _blink.BlinkSVGLinearGradientElement.instance.y2_Gett
er_(this); |
| 3925 | 3505 |
| 3926 } | 3506 } |
| 3927 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3507 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3928 // for details. All rights reserved. Use of this source code is governed by a | 3508 // for details. All rights reserved. Use of this source code is governed by a |
| 3929 // BSD-style license that can be found in the LICENSE file. | 3509 // BSD-style license that can be found in the LICENSE file. |
| 3930 | 3510 |
| 3931 // WARNING: Do not edit - generated code. | 3511 // WARNING: Do not edit - generated code. |
| 3932 | 3512 |
| 3933 | 3513 |
| 3934 @DocsEditable() | 3514 @DocsEditable() |
| 3935 @DomName('SVGMarkerElement') | 3515 @DomName('SVGMarkerElement') |
| 3936 @Unstable() | 3516 @Unstable() |
| 3937 class MarkerElement extends SvgElement implements FitToViewBox { | 3517 class MarkerElement extends SvgElement implements FitToViewBox { |
| 3938 // To suppress missing implicit constructor warnings. | 3518 // To suppress missing implicit constructor warnings. |
| 3939 factory MarkerElement._() { throw new UnsupportedError("Not supported"); } | 3519 factory MarkerElement._() { throw new UnsupportedError("Not supported"); } |
| 3940 | 3520 |
| 3941 @DomName('SVGMarkerElement.SVGMarkerElement') | 3521 @DomName('SVGMarkerElement.SVGMarkerElement') |
| 3942 @DocsEditable() | 3522 @DocsEditable() |
| 3943 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); | 3523 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); |
| 3944 | 3524 |
| 3945 | 3525 |
| 3946 @Deprecated("Internal Use Only") | 3526 @Deprecated("Internal Use Only") |
| 3947 static MarkerElement internalCreateMarkerElement() { | 3527 external static Type get instanceRuntimeType; |
| 3948 return new MarkerElement._internalWrap(); | |
| 3949 } | |
| 3950 | |
| 3951 external factory MarkerElement._internalWrap(); | |
| 3952 | 3528 |
| 3953 @Deprecated("Internal Use Only") | 3529 @Deprecated("Internal Use Only") |
| 3954 MarkerElement.internal_() : super.internal_(); | 3530 MarkerElement.internal_() : super.internal_(); |
| 3955 | 3531 |
| 3956 /** | 3532 /** |
| 3957 * Constructor instantiated by the DOM when a custom element has been created. | 3533 * Constructor instantiated by the DOM when a custom element has been created. |
| 3958 * | 3534 * |
| 3959 * This can only be called by subclasses from their created constructor. | 3535 * This can only be called by subclasses from their created constructor. |
| 3960 */ | 3536 */ |
| 3961 MarkerElement.created() : super.created(); | 3537 MarkerElement.created() : super.created(); |
| (...skipping 17 matching lines...) Expand all Loading... |
| 3979 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_AUTO') | 3555 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_AUTO') |
| 3980 @DocsEditable() | 3556 @DocsEditable() |
| 3981 static const int SVG_MARKER_ORIENT_AUTO = 1; | 3557 static const int SVG_MARKER_ORIENT_AUTO = 1; |
| 3982 | 3558 |
| 3983 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN') | 3559 @DomName('SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN') |
| 3984 @DocsEditable() | 3560 @DocsEditable() |
| 3985 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; | 3561 static const int SVG_MARKER_ORIENT_UNKNOWN = 0; |
| 3986 | 3562 |
| 3987 @DomName('SVGMarkerElement.markerHeight') | 3563 @DomName('SVGMarkerElement.markerHeight') |
| 3988 @DocsEditable() | 3564 @DocsEditable() |
| 3989 AnimatedLength get markerHeight => wrap_jso(_blink.BlinkSVGMarkerElement.insta
nce.markerHeight_Getter_(unwrap_jso(this))); | 3565 AnimatedLength get markerHeight => _blink.BlinkSVGMarkerElement.instance.marke
rHeight_Getter_(this); |
| 3990 | 3566 |
| 3991 @DomName('SVGMarkerElement.markerUnits') | 3567 @DomName('SVGMarkerElement.markerUnits') |
| 3992 @DocsEditable() | 3568 @DocsEditable() |
| 3993 AnimatedEnumeration get markerUnits => wrap_jso(_blink.BlinkSVGMarkerElement.i
nstance.markerUnits_Getter_(unwrap_jso(this))); | 3569 AnimatedEnumeration get markerUnits => _blink.BlinkSVGMarkerElement.instance.m
arkerUnits_Getter_(this); |
| 3994 | 3570 |
| 3995 @DomName('SVGMarkerElement.markerWidth') | 3571 @DomName('SVGMarkerElement.markerWidth') |
| 3996 @DocsEditable() | 3572 @DocsEditable() |
| 3997 AnimatedLength get markerWidth => wrap_jso(_blink.BlinkSVGMarkerElement.instan
ce.markerWidth_Getter_(unwrap_jso(this))); | 3573 AnimatedLength get markerWidth => _blink.BlinkSVGMarkerElement.instance.marker
Width_Getter_(this); |
| 3998 | 3574 |
| 3999 @DomName('SVGMarkerElement.orientAngle') | 3575 @DomName('SVGMarkerElement.orientAngle') |
| 4000 @DocsEditable() | 3576 @DocsEditable() |
| 4001 AnimatedAngle get orientAngle => wrap_jso(_blink.BlinkSVGMarkerElement.instanc
e.orientAngle_Getter_(unwrap_jso(this))); | 3577 AnimatedAngle get orientAngle => _blink.BlinkSVGMarkerElement.instance.orientA
ngle_Getter_(this); |
| 4002 | 3578 |
| 4003 @DomName('SVGMarkerElement.orientType') | 3579 @DomName('SVGMarkerElement.orientType') |
| 4004 @DocsEditable() | 3580 @DocsEditable() |
| 4005 AnimatedEnumeration get orientType => wrap_jso(_blink.BlinkSVGMarkerElement.in
stance.orientType_Getter_(unwrap_jso(this))); | 3581 AnimatedEnumeration get orientType => _blink.BlinkSVGMarkerElement.instance.or
ientType_Getter_(this); |
| 4006 | 3582 |
| 4007 @DomName('SVGMarkerElement.refX') | 3583 @DomName('SVGMarkerElement.refX') |
| 4008 @DocsEditable() | 3584 @DocsEditable() |
| 4009 AnimatedLength get refX => wrap_jso(_blink.BlinkSVGMarkerElement.instance.refX
_Getter_(unwrap_jso(this))); | 3585 AnimatedLength get refX => _blink.BlinkSVGMarkerElement.instance.refX_Getter_(
this); |
| 4010 | 3586 |
| 4011 @DomName('SVGMarkerElement.refY') | 3587 @DomName('SVGMarkerElement.refY') |
| 4012 @DocsEditable() | 3588 @DocsEditable() |
| 4013 AnimatedLength get refY => wrap_jso(_blink.BlinkSVGMarkerElement.instance.refY
_Getter_(unwrap_jso(this))); | 3589 AnimatedLength get refY => _blink.BlinkSVGMarkerElement.instance.refY_Getter_(
this); |
| 4014 | 3590 |
| 4015 @DomName('SVGMarkerElement.setOrientToAngle') | 3591 @DomName('SVGMarkerElement.setOrientToAngle') |
| 4016 @DocsEditable() | 3592 @DocsEditable() |
| 4017 void setOrientToAngle(Angle angle) => _blink.BlinkSVGMarkerElement.instance.se
tOrientToAngle_Callback_1_(unwrap_jso(this), unwrap_jso(angle)); | 3593 void setOrientToAngle(Angle angle) => _blink.BlinkSVGMarkerElement.instance.se
tOrientToAngle_Callback_1_(this, angle); |
| 4018 | 3594 |
| 4019 @DomName('SVGMarkerElement.setOrientToAuto') | 3595 @DomName('SVGMarkerElement.setOrientToAuto') |
| 4020 @DocsEditable() | 3596 @DocsEditable() |
| 4021 void setOrientToAuto() => _blink.BlinkSVGMarkerElement.instance.setOrientToAut
o_Callback_0_(unwrap_jso(this)); | 3597 void setOrientToAuto() => _blink.BlinkSVGMarkerElement.instance.setOrientToAut
o_Callback_0_(this); |
| 4022 | 3598 |
| 4023 @DomName('SVGMarkerElement.preserveAspectRatio') | 3599 @DomName('SVGMarkerElement.preserveAspectRatio') |
| 4024 @DocsEditable() | 3600 @DocsEditable() |
| 4025 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV
GMarkerElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); | 3601 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGMarkerEl
ement.instance.preserveAspectRatio_Getter_(this); |
| 4026 | 3602 |
| 4027 @DomName('SVGMarkerElement.viewBox') | 3603 @DomName('SVGMarkerElement.viewBox') |
| 4028 @DocsEditable() | 3604 @DocsEditable() |
| 4029 AnimatedRect get viewBox => wrap_jso(_blink.BlinkSVGMarkerElement.instance.vie
wBox_Getter_(unwrap_jso(this))); | 3605 AnimatedRect get viewBox => _blink.BlinkSVGMarkerElement.instance.viewBox_Gett
er_(this); |
| 4030 | 3606 |
| 4031 } | 3607 } |
| 4032 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3608 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4033 // for details. All rights reserved. Use of this source code is governed by a | 3609 // for details. All rights reserved. Use of this source code is governed by a |
| 4034 // BSD-style license that can be found in the LICENSE file. | 3610 // BSD-style license that can be found in the LICENSE file. |
| 4035 | 3611 |
| 4036 // WARNING: Do not edit - generated code. | 3612 // WARNING: Do not edit - generated code. |
| 4037 | 3613 |
| 4038 | 3614 |
| 4039 @DocsEditable() | 3615 @DocsEditable() |
| 4040 @DomName('SVGMaskElement') | 3616 @DomName('SVGMaskElement') |
| 4041 @Unstable() | 3617 @Unstable() |
| 4042 class MaskElement extends SvgElement implements Tests { | 3618 class MaskElement extends SvgElement implements Tests { |
| 4043 // To suppress missing implicit constructor warnings. | 3619 // To suppress missing implicit constructor warnings. |
| 4044 factory MaskElement._() { throw new UnsupportedError("Not supported"); } | 3620 factory MaskElement._() { throw new UnsupportedError("Not supported"); } |
| 4045 | 3621 |
| 4046 @DomName('SVGMaskElement.SVGMaskElement') | 3622 @DomName('SVGMaskElement.SVGMaskElement') |
| 4047 @DocsEditable() | 3623 @DocsEditable() |
| 4048 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 3624 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); |
| 4049 | 3625 |
| 4050 | 3626 |
| 4051 @Deprecated("Internal Use Only") | 3627 @Deprecated("Internal Use Only") |
| 4052 static MaskElement internalCreateMaskElement() { | 3628 external static Type get instanceRuntimeType; |
| 4053 return new MaskElement._internalWrap(); | |
| 4054 } | |
| 4055 | |
| 4056 external factory MaskElement._internalWrap(); | |
| 4057 | 3629 |
| 4058 @Deprecated("Internal Use Only") | 3630 @Deprecated("Internal Use Only") |
| 4059 MaskElement.internal_() : super.internal_(); | 3631 MaskElement.internal_() : super.internal_(); |
| 4060 | 3632 |
| 4061 /** | 3633 /** |
| 4062 * Constructor instantiated by the DOM when a custom element has been created. | 3634 * Constructor instantiated by the DOM when a custom element has been created. |
| 4063 * | 3635 * |
| 4064 * This can only be called by subclasses from their created constructor. | 3636 * This can only be called by subclasses from their created constructor. |
| 4065 */ | 3637 */ |
| 4066 MaskElement.created() : super.created(); | 3638 MaskElement.created() : super.created(); |
| 4067 | 3639 |
| 4068 @DomName('SVGMaskElement.height') | 3640 @DomName('SVGMaskElement.height') |
| 4069 @DocsEditable() | 3641 @DocsEditable() |
| 4070 AnimatedLength get height => wrap_jso(_blink.BlinkSVGMaskElement.instance.heig
ht_Getter_(unwrap_jso(this))); | 3642 AnimatedLength get height => _blink.BlinkSVGMaskElement.instance.height_Getter
_(this); |
| 4071 | 3643 |
| 4072 @DomName('SVGMaskElement.maskContentUnits') | 3644 @DomName('SVGMaskElement.maskContentUnits') |
| 4073 @DocsEditable() | 3645 @DocsEditable() |
| 4074 AnimatedEnumeration get maskContentUnits => wrap_jso(_blink.BlinkSVGMaskElemen
t.instance.maskContentUnits_Getter_(unwrap_jso(this))); | 3646 AnimatedEnumeration get maskContentUnits => _blink.BlinkSVGMaskElement.instanc
e.maskContentUnits_Getter_(this); |
| 4075 | 3647 |
| 4076 @DomName('SVGMaskElement.maskUnits') | 3648 @DomName('SVGMaskElement.maskUnits') |
| 4077 @DocsEditable() | 3649 @DocsEditable() |
| 4078 AnimatedEnumeration get maskUnits => wrap_jso(_blink.BlinkSVGMaskElement.insta
nce.maskUnits_Getter_(unwrap_jso(this))); | 3650 AnimatedEnumeration get maskUnits => _blink.BlinkSVGMaskElement.instance.maskU
nits_Getter_(this); |
| 4079 | 3651 |
| 4080 @DomName('SVGMaskElement.width') | 3652 @DomName('SVGMaskElement.width') |
| 4081 @DocsEditable() | 3653 @DocsEditable() |
| 4082 AnimatedLength get width => wrap_jso(_blink.BlinkSVGMaskElement.instance.width
_Getter_(unwrap_jso(this))); | 3654 AnimatedLength get width => _blink.BlinkSVGMaskElement.instance.width_Getter_(
this); |
| 4083 | 3655 |
| 4084 @DomName('SVGMaskElement.x') | 3656 @DomName('SVGMaskElement.x') |
| 4085 @DocsEditable() | 3657 @DocsEditable() |
| 4086 AnimatedLength get x => wrap_jso(_blink.BlinkSVGMaskElement.instance.x_Getter_
(unwrap_jso(this))); | 3658 AnimatedLength get x => _blink.BlinkSVGMaskElement.instance.x_Getter_(this); |
| 4087 | 3659 |
| 4088 @DomName('SVGMaskElement.y') | 3660 @DomName('SVGMaskElement.y') |
| 4089 @DocsEditable() | 3661 @DocsEditable() |
| 4090 AnimatedLength get y => wrap_jso(_blink.BlinkSVGMaskElement.instance.y_Getter_
(unwrap_jso(this))); | 3662 AnimatedLength get y => _blink.BlinkSVGMaskElement.instance.y_Getter_(this); |
| 4091 | 3663 |
| 4092 @DomName('SVGMaskElement.requiredExtensions') | 3664 @DomName('SVGMaskElement.requiredExtensions') |
| 4093 @DocsEditable() | 3665 @DocsEditable() |
| 4094 StringList get requiredExtensions => wrap_jso(_blink.BlinkSVGMaskElement.insta
nce.requiredExtensions_Getter_(unwrap_jso(this))); | 3666 StringList get requiredExtensions => _blink.BlinkSVGMaskElement.instance.requi
redExtensions_Getter_(this); |
| 4095 | 3667 |
| 4096 @DomName('SVGMaskElement.requiredFeatures') | 3668 @DomName('SVGMaskElement.requiredFeatures') |
| 4097 @DocsEditable() | 3669 @DocsEditable() |
| 4098 StringList get requiredFeatures => wrap_jso(_blink.BlinkSVGMaskElement.instanc
e.requiredFeatures_Getter_(unwrap_jso(this))); | 3670 StringList get requiredFeatures => _blink.BlinkSVGMaskElement.instance.require
dFeatures_Getter_(this); |
| 4099 | 3671 |
| 4100 @DomName('SVGMaskElement.systemLanguage') | 3672 @DomName('SVGMaskElement.systemLanguage') |
| 4101 @DocsEditable() | 3673 @DocsEditable() |
| 4102 StringList get systemLanguage => wrap_jso(_blink.BlinkSVGMaskElement.instance.
systemLanguage_Getter_(unwrap_jso(this))); | 3674 StringList get systemLanguage => _blink.BlinkSVGMaskElement.instance.systemLan
guage_Getter_(this); |
| 4103 | 3675 |
| 4104 @DomName('SVGMaskElement.hasExtension') | 3676 @DomName('SVGMaskElement.hasExtension') |
| 4105 @DocsEditable() | 3677 @DocsEditable() |
| 4106 bool hasExtension(String extension) => _blink.BlinkSVGMaskElement.instance.has
Extension_Callback_1_(unwrap_jso(this), extension); | 3678 bool hasExtension(String extension) => _blink.BlinkSVGMaskElement.instance.has
Extension_Callback_1_(this, extension); |
| 4107 | 3679 |
| 4108 } | 3680 } |
| 4109 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3681 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4110 // for details. All rights reserved. Use of this source code is governed by a | 3682 // for details. All rights reserved. Use of this source code is governed by a |
| 4111 // BSD-style license that can be found in the LICENSE file. | 3683 // BSD-style license that can be found in the LICENSE file. |
| 4112 | 3684 |
| 4113 // WARNING: Do not edit - generated code. | 3685 // WARNING: Do not edit - generated code. |
| 4114 | 3686 |
| 4115 | 3687 |
| 4116 @DocsEditable() | 3688 @DocsEditable() |
| 4117 @DomName('SVGMatrix') | 3689 @DomName('SVGMatrix') |
| 4118 @Unstable() | 3690 @Unstable() |
| 4119 class Matrix extends DartHtmlDomObject { | 3691 class Matrix extends DartHtmlDomObject { |
| 4120 // To suppress missing implicit constructor warnings. | 3692 // To suppress missing implicit constructor warnings. |
| 4121 factory Matrix._() { throw new UnsupportedError("Not supported"); } | 3693 factory Matrix._() { throw new UnsupportedError("Not supported"); } |
| 4122 | 3694 |
| 3695 |
| 4123 @Deprecated("Internal Use Only") | 3696 @Deprecated("Internal Use Only") |
| 4124 static Matrix internalCreateMatrix() { | 3697 external static Type get instanceRuntimeType; |
| 4125 return new Matrix._internalWrap(); | |
| 4126 } | |
| 4127 | |
| 4128 factory Matrix._internalWrap() { | |
| 4129 return new Matrix.internal_(); | |
| 4130 } | |
| 4131 | 3698 |
| 4132 @Deprecated("Internal Use Only") | 3699 @Deprecated("Internal Use Only") |
| 4133 Matrix.internal_() { } | 3700 Matrix.internal_() { } |
| 4134 | 3701 |
| 4135 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 4136 int get hashCode => unwrap_jso(this).hashCode; | |
| 4137 | |
| 4138 @DomName('SVGMatrix.a') | 3702 @DomName('SVGMatrix.a') |
| 4139 @DocsEditable() | 3703 @DocsEditable() |
| 4140 num get a => _blink.BlinkSVGMatrix.instance.a_Getter_(unwrap_jso(this)); | 3704 num get a => _blink.BlinkSVGMatrix.instance.a_Getter_(this); |
| 4141 | 3705 |
| 4142 @DomName('SVGMatrix.a') | 3706 @DomName('SVGMatrix.a') |
| 4143 @DocsEditable() | 3707 @DocsEditable() |
| 4144 set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(unwrap_jso(this),
value); | 3708 set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(this, value); |
| 4145 | 3709 |
| 4146 @DomName('SVGMatrix.b') | 3710 @DomName('SVGMatrix.b') |
| 4147 @DocsEditable() | 3711 @DocsEditable() |
| 4148 num get b => _blink.BlinkSVGMatrix.instance.b_Getter_(unwrap_jso(this)); | 3712 num get b => _blink.BlinkSVGMatrix.instance.b_Getter_(this); |
| 4149 | 3713 |
| 4150 @DomName('SVGMatrix.b') | 3714 @DomName('SVGMatrix.b') |
| 4151 @DocsEditable() | 3715 @DocsEditable() |
| 4152 set b(num value) => _blink.BlinkSVGMatrix.instance.b_Setter_(unwrap_jso(this),
value); | 3716 set b(num value) => _blink.BlinkSVGMatrix.instance.b_Setter_(this, value); |
| 4153 | 3717 |
| 4154 @DomName('SVGMatrix.c') | 3718 @DomName('SVGMatrix.c') |
| 4155 @DocsEditable() | 3719 @DocsEditable() |
| 4156 num get c => _blink.BlinkSVGMatrix.instance.c_Getter_(unwrap_jso(this)); | 3720 num get c => _blink.BlinkSVGMatrix.instance.c_Getter_(this); |
| 4157 | 3721 |
| 4158 @DomName('SVGMatrix.c') | 3722 @DomName('SVGMatrix.c') |
| 4159 @DocsEditable() | 3723 @DocsEditable() |
| 4160 set c(num value) => _blink.BlinkSVGMatrix.instance.c_Setter_(unwrap_jso(this),
value); | 3724 set c(num value) => _blink.BlinkSVGMatrix.instance.c_Setter_(this, value); |
| 4161 | 3725 |
| 4162 @DomName('SVGMatrix.d') | 3726 @DomName('SVGMatrix.d') |
| 4163 @DocsEditable() | 3727 @DocsEditable() |
| 4164 num get d => _blink.BlinkSVGMatrix.instance.d_Getter_(unwrap_jso(this)); | 3728 num get d => _blink.BlinkSVGMatrix.instance.d_Getter_(this); |
| 4165 | 3729 |
| 4166 @DomName('SVGMatrix.d') | 3730 @DomName('SVGMatrix.d') |
| 4167 @DocsEditable() | 3731 @DocsEditable() |
| 4168 set d(num value) => _blink.BlinkSVGMatrix.instance.d_Setter_(unwrap_jso(this),
value); | 3732 set d(num value) => _blink.BlinkSVGMatrix.instance.d_Setter_(this, value); |
| 4169 | 3733 |
| 4170 @DomName('SVGMatrix.e') | 3734 @DomName('SVGMatrix.e') |
| 4171 @DocsEditable() | 3735 @DocsEditable() |
| 4172 num get e => _blink.BlinkSVGMatrix.instance.e_Getter_(unwrap_jso(this)); | 3736 num get e => _blink.BlinkSVGMatrix.instance.e_Getter_(this); |
| 4173 | 3737 |
| 4174 @DomName('SVGMatrix.e') | 3738 @DomName('SVGMatrix.e') |
| 4175 @DocsEditable() | 3739 @DocsEditable() |
| 4176 set e(num value) => _blink.BlinkSVGMatrix.instance.e_Setter_(unwrap_jso(this),
value); | 3740 set e(num value) => _blink.BlinkSVGMatrix.instance.e_Setter_(this, value); |
| 4177 | 3741 |
| 4178 @DomName('SVGMatrix.f') | 3742 @DomName('SVGMatrix.f') |
| 4179 @DocsEditable() | 3743 @DocsEditable() |
| 4180 num get f => _blink.BlinkSVGMatrix.instance.f_Getter_(unwrap_jso(this)); | 3744 num get f => _blink.BlinkSVGMatrix.instance.f_Getter_(this); |
| 4181 | 3745 |
| 4182 @DomName('SVGMatrix.f') | 3746 @DomName('SVGMatrix.f') |
| 4183 @DocsEditable() | 3747 @DocsEditable() |
| 4184 set f(num value) => _blink.BlinkSVGMatrix.instance.f_Setter_(unwrap_jso(this),
value); | 3748 set f(num value) => _blink.BlinkSVGMatrix.instance.f_Setter_(this, value); |
| 4185 | 3749 |
| 4186 @DomName('SVGMatrix.flipX') | 3750 @DomName('SVGMatrix.flipX') |
| 4187 @DocsEditable() | 3751 @DocsEditable() |
| 4188 Matrix flipX() => wrap_jso(_blink.BlinkSVGMatrix.instance.flipX_Callback_0_(un
wrap_jso(this))); | 3752 Matrix flipX() => _blink.BlinkSVGMatrix.instance.flipX_Callback_0_(this); |
| 4189 | 3753 |
| 4190 @DomName('SVGMatrix.flipY') | 3754 @DomName('SVGMatrix.flipY') |
| 4191 @DocsEditable() | 3755 @DocsEditable() |
| 4192 Matrix flipY() => wrap_jso(_blink.BlinkSVGMatrix.instance.flipY_Callback_0_(un
wrap_jso(this))); | 3756 Matrix flipY() => _blink.BlinkSVGMatrix.instance.flipY_Callback_0_(this); |
| 4193 | 3757 |
| 4194 @DomName('SVGMatrix.inverse') | 3758 @DomName('SVGMatrix.inverse') |
| 4195 @DocsEditable() | 3759 @DocsEditable() |
| 4196 Matrix inverse() => wrap_jso(_blink.BlinkSVGMatrix.instance.inverse_Callback_0
_(unwrap_jso(this))); | 3760 Matrix inverse() => _blink.BlinkSVGMatrix.instance.inverse_Callback_0_(this); |
| 4197 | 3761 |
| 4198 @DomName('SVGMatrix.multiply') | 3762 @DomName('SVGMatrix.multiply') |
| 4199 @DocsEditable() | 3763 @DocsEditable() |
| 4200 Matrix multiply(Matrix secondMatrix) => wrap_jso(_blink.BlinkSVGMatrix.instanc
e.multiply_Callback_1_(unwrap_jso(this), unwrap_jso(secondMatrix))); | 3764 Matrix multiply(Matrix secondMatrix) => _blink.BlinkSVGMatrix.instance.multipl
y_Callback_1_(this, secondMatrix); |
| 4201 | 3765 |
| 4202 @DomName('SVGMatrix.rotate') | 3766 @DomName('SVGMatrix.rotate') |
| 4203 @DocsEditable() | 3767 @DocsEditable() |
| 4204 Matrix rotate(num angle) => wrap_jso(_blink.BlinkSVGMatrix.instance.rotate_Cal
lback_1_(unwrap_jso(this), angle)); | 3768 Matrix rotate(num angle) => _blink.BlinkSVGMatrix.instance.rotate_Callback_1_(
this, angle); |
| 4205 | 3769 |
| 4206 @DomName('SVGMatrix.rotateFromVector') | 3770 @DomName('SVGMatrix.rotateFromVector') |
| 4207 @DocsEditable() | 3771 @DocsEditable() |
| 4208 Matrix rotateFromVector(num x, num y) => wrap_jso(_blink.BlinkSVGMatrix.instan
ce.rotateFromVector_Callback_2_(unwrap_jso(this), x, y)); | 3772 Matrix rotateFromVector(num x, num y) => _blink.BlinkSVGMatrix.instance.rotate
FromVector_Callback_2_(this, x, y); |
| 4209 | 3773 |
| 4210 @DomName('SVGMatrix.scale') | 3774 @DomName('SVGMatrix.scale') |
| 4211 @DocsEditable() | 3775 @DocsEditable() |
| 4212 Matrix scale(num scaleFactor) => wrap_jso(_blink.BlinkSVGMatrix.instance.scale
_Callback_1_(unwrap_jso(this), scaleFactor)); | 3776 Matrix scale(num scaleFactor) => _blink.BlinkSVGMatrix.instance.scale_Callback
_1_(this, scaleFactor); |
| 4213 | 3777 |
| 4214 @DomName('SVGMatrix.scaleNonUniform') | 3778 @DomName('SVGMatrix.scaleNonUniform') |
| 4215 @DocsEditable() | 3779 @DocsEditable() |
| 4216 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => wrap_jso(_blink.
BlinkSVGMatrix.instance.scaleNonUniform_Callback_2_(unwrap_jso(this), scaleFacto
rX, scaleFactorY)); | 3780 Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => _blink.BlinkSVGM
atrix.instance.scaleNonUniform_Callback_2_(this, scaleFactorX, scaleFactorY); |
| 4217 | 3781 |
| 4218 @DomName('SVGMatrix.skewX') | 3782 @DomName('SVGMatrix.skewX') |
| 4219 @DocsEditable() | 3783 @DocsEditable() |
| 4220 Matrix skewX(num angle) => wrap_jso(_blink.BlinkSVGMatrix.instance.skewX_Callb
ack_1_(unwrap_jso(this), angle)); | 3784 Matrix skewX(num angle) => _blink.BlinkSVGMatrix.instance.skewX_Callback_1_(th
is, angle); |
| 4221 | 3785 |
| 4222 @DomName('SVGMatrix.skewY') | 3786 @DomName('SVGMatrix.skewY') |
| 4223 @DocsEditable() | 3787 @DocsEditable() |
| 4224 Matrix skewY(num angle) => wrap_jso(_blink.BlinkSVGMatrix.instance.skewY_Callb
ack_1_(unwrap_jso(this), angle)); | 3788 Matrix skewY(num angle) => _blink.BlinkSVGMatrix.instance.skewY_Callback_1_(th
is, angle); |
| 4225 | 3789 |
| 4226 @DomName('SVGMatrix.translate') | 3790 @DomName('SVGMatrix.translate') |
| 4227 @DocsEditable() | 3791 @DocsEditable() |
| 4228 Matrix translate(num x, num y) => wrap_jso(_blink.BlinkSVGMatrix.instance.tran
slate_Callback_2_(unwrap_jso(this), x, y)); | 3792 Matrix translate(num x, num y) => _blink.BlinkSVGMatrix.instance.translate_Cal
lback_2_(this, x, y); |
| 4229 | 3793 |
| 4230 } | 3794 } |
| 4231 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3795 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4232 // for details. All rights reserved. Use of this source code is governed by a | 3796 // for details. All rights reserved. Use of this source code is governed by a |
| 4233 // BSD-style license that can be found in the LICENSE file. | 3797 // BSD-style license that can be found in the LICENSE file. |
| 4234 | 3798 |
| 4235 // WARNING: Do not edit - generated code. | 3799 // WARNING: Do not edit - generated code. |
| 4236 | 3800 |
| 4237 | 3801 |
| 4238 @DocsEditable() | 3802 @DocsEditable() |
| 4239 @DomName('SVGMetadataElement') | 3803 @DomName('SVGMetadataElement') |
| 4240 @Unstable() | 3804 @Unstable() |
| 4241 class MetadataElement extends SvgElement { | 3805 class MetadataElement extends SvgElement { |
| 4242 // To suppress missing implicit constructor warnings. | 3806 // To suppress missing implicit constructor warnings. |
| 4243 factory MetadataElement._() { throw new UnsupportedError("Not supported"); } | 3807 factory MetadataElement._() { throw new UnsupportedError("Not supported"); } |
| 4244 | 3808 |
| 4245 | 3809 |
| 4246 @Deprecated("Internal Use Only") | 3810 @Deprecated("Internal Use Only") |
| 4247 static MetadataElement internalCreateMetadataElement() { | 3811 external static Type get instanceRuntimeType; |
| 4248 return new MetadataElement._internalWrap(); | |
| 4249 } | |
| 4250 | |
| 4251 external factory MetadataElement._internalWrap(); | |
| 4252 | 3812 |
| 4253 @Deprecated("Internal Use Only") | 3813 @Deprecated("Internal Use Only") |
| 4254 MetadataElement.internal_() : super.internal_(); | 3814 MetadataElement.internal_() : super.internal_(); |
| 4255 | 3815 |
| 4256 /** | 3816 /** |
| 4257 * Constructor instantiated by the DOM when a custom element has been created. | 3817 * Constructor instantiated by the DOM when a custom element has been created. |
| 4258 * | 3818 * |
| 4259 * This can only be called by subclasses from their created constructor. | 3819 * This can only be called by subclasses from their created constructor. |
| 4260 */ | 3820 */ |
| 4261 MetadataElement.created() : super.created(); | 3821 MetadataElement.created() : super.created(); |
| 4262 | 3822 |
| 4263 } | 3823 } |
| 4264 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3824 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4265 // for details. All rights reserved. Use of this source code is governed by a | 3825 // for details. All rights reserved. Use of this source code is governed by a |
| 4266 // BSD-style license that can be found in the LICENSE file. | 3826 // BSD-style license that can be found in the LICENSE file. |
| 4267 | 3827 |
| 4268 // WARNING: Do not edit - generated code. | 3828 // WARNING: Do not edit - generated code. |
| 4269 | 3829 |
| 4270 | 3830 |
| 4271 @DocsEditable() | 3831 @DocsEditable() |
| 4272 @DomName('SVGNumber') | 3832 @DomName('SVGNumber') |
| 4273 @Unstable() | 3833 @Unstable() |
| 4274 class Number extends DartHtmlDomObject { | 3834 class Number extends DartHtmlDomObject { |
| 4275 // To suppress missing implicit constructor warnings. | 3835 // To suppress missing implicit constructor warnings. |
| 4276 factory Number._() { throw new UnsupportedError("Not supported"); } | 3836 factory Number._() { throw new UnsupportedError("Not supported"); } |
| 4277 | 3837 |
| 3838 |
| 4278 @Deprecated("Internal Use Only") | 3839 @Deprecated("Internal Use Only") |
| 4279 static Number internalCreateNumber() { | 3840 external static Type get instanceRuntimeType; |
| 4280 return new Number._internalWrap(); | |
| 4281 } | |
| 4282 | |
| 4283 factory Number._internalWrap() { | |
| 4284 return new Number.internal_(); | |
| 4285 } | |
| 4286 | 3841 |
| 4287 @Deprecated("Internal Use Only") | 3842 @Deprecated("Internal Use Only") |
| 4288 Number.internal_() { } | 3843 Number.internal_() { } |
| 4289 | 3844 |
| 4290 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 4291 int get hashCode => unwrap_jso(this).hashCode; | |
| 4292 | |
| 4293 @DomName('SVGNumber.value') | 3845 @DomName('SVGNumber.value') |
| 4294 @DocsEditable() | 3846 @DocsEditable() |
| 4295 num get value => _blink.BlinkSVGNumber.instance.value_Getter_(unwrap_jso(this)
); | 3847 num get value => _blink.BlinkSVGNumber.instance.value_Getter_(this); |
| 4296 | 3848 |
| 4297 @DomName('SVGNumber.value') | 3849 @DomName('SVGNumber.value') |
| 4298 @DocsEditable() | 3850 @DocsEditable() |
| 4299 set value(num value) => _blink.BlinkSVGNumber.instance.value_Setter_(unwrap_js
o(this), value); | 3851 set value(num value) => _blink.BlinkSVGNumber.instance.value_Setter_(this, val
ue); |
| 4300 | 3852 |
| 4301 } | 3853 } |
| 4302 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3854 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4303 // for details. All rights reserved. Use of this source code is governed by a | 3855 // for details. All rights reserved. Use of this source code is governed by a |
| 4304 // BSD-style license that can be found in the LICENSE file. | 3856 // BSD-style license that can be found in the LICENSE file. |
| 4305 | 3857 |
| 4306 // WARNING: Do not edit - generated code. | 3858 // WARNING: Do not edit - generated code. |
| 4307 | 3859 |
| 4308 | 3860 |
| 4309 @DocsEditable() | 3861 @DocsEditable() |
| 4310 @DomName('SVGNumberList') | 3862 @DomName('SVGNumberList') |
| 4311 @Unstable() | 3863 @Unstable() |
| 4312 class NumberList extends DartHtmlDomObject with ListMixin<Number>, ImmutableList
Mixin<Number> implements List<Number> { | 3864 class NumberList extends DartHtmlDomObject with ListMixin<Number>, ImmutableList
Mixin<Number> implements List<Number> { |
| 4313 // To suppress missing implicit constructor warnings. | 3865 // To suppress missing implicit constructor warnings. |
| 4314 factory NumberList._() { throw new UnsupportedError("Not supported"); } | 3866 factory NumberList._() { throw new UnsupportedError("Not supported"); } |
| 4315 | 3867 |
| 3868 |
| 4316 @Deprecated("Internal Use Only") | 3869 @Deprecated("Internal Use Only") |
| 4317 static NumberList internalCreateNumberList() { | 3870 external static Type get instanceRuntimeType; |
| 4318 return new NumberList._internalWrap(); | |
| 4319 } | |
| 4320 | |
| 4321 factory NumberList._internalWrap() { | |
| 4322 return new NumberList.internal_(); | |
| 4323 } | |
| 4324 | 3871 |
| 4325 @Deprecated("Internal Use Only") | 3872 @Deprecated("Internal Use Only") |
| 4326 NumberList.internal_() { } | 3873 NumberList.internal_() { } |
| 4327 | 3874 |
| 4328 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 4329 int get hashCode => unwrap_jso(this).hashCode; | |
| 4330 | |
| 4331 @DomName('SVGNumberList.length') | 3875 @DomName('SVGNumberList.length') |
| 4332 @DocsEditable() | 3876 @DocsEditable() |
| 4333 @Experimental() // untriaged | 3877 @Experimental() // untriaged |
| 4334 int get length => _blink.BlinkSVGNumberList.instance.length_Getter_(unwrap_jso
(this)); | 3878 int get length => _blink.BlinkSVGNumberList.instance.length_Getter_(this); |
| 4335 | 3879 |
| 4336 @DomName('SVGNumberList.numberOfItems') | 3880 @DomName('SVGNumberList.numberOfItems') |
| 4337 @DocsEditable() | 3881 @DocsEditable() |
| 4338 int get numberOfItems => _blink.BlinkSVGNumberList.instance.numberOfItems_Gett
er_(unwrap_jso(this)); | 3882 int get numberOfItems => _blink.BlinkSVGNumberList.instance.numberOfItems_Gett
er_(this); |
| 4339 | 3883 |
| 4340 Number operator[](int index) { | 3884 Number operator[](int index) { |
| 4341 if (index < 0 || index >= length) | 3885 if (index < 0 || index >= length) |
| 4342 throw new RangeError.index(index, this); | 3886 throw new RangeError.index(index, this); |
| 4343 return getItem(index); | 3887 return getItem(index); |
| 4344 } | 3888 } |
| 4345 | 3889 |
| 4346 void operator[]=(int index, Number value) { | 3890 void operator[]=(int index, Number value) { |
| 4347 throw new UnsupportedError("Cannot assign element of immutable List."); | 3891 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 4348 } | 3892 } |
| (...skipping 28 matching lines...) Expand all Loading... |
| 4377 if (len == 0) throw new StateError("No elements"); | 3921 if (len == 0) throw new StateError("No elements"); |
| 4378 throw new StateError("More than one element"); | 3922 throw new StateError("More than one element"); |
| 4379 } | 3923 } |
| 4380 | 3924 |
| 4381 Number elementAt(int index) => this[index]; | 3925 Number elementAt(int index) => this[index]; |
| 4382 // -- end List<Number> mixins. | 3926 // -- end List<Number> mixins. |
| 4383 | 3927 |
| 4384 @DomName('SVGNumberList.__setter__') | 3928 @DomName('SVGNumberList.__setter__') |
| 4385 @DocsEditable() | 3929 @DocsEditable() |
| 4386 @Experimental() // untriaged | 3930 @Experimental() // untriaged |
| 4387 void __setter__(int index, Number newItem) => _blink.BlinkSVGNumberList.instan
ce.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); | 3931 void __setter__(int index, Number newItem) => _blink.BlinkSVGNumberList.instan
ce.$__setter___Callback_2_(this, index, newItem); |
| 4388 | 3932 |
| 4389 @DomName('SVGNumberList.appendItem') | 3933 @DomName('SVGNumberList.appendItem') |
| 4390 @DocsEditable() | 3934 @DocsEditable() |
| 4391 Number appendItem(Number newItem) => wrap_jso(_blink.BlinkSVGNumberList.instan
ce.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); | 3935 Number appendItem(Number newItem) => _blink.BlinkSVGNumberList.instance.append
Item_Callback_1_(this, newItem); |
| 4392 | 3936 |
| 4393 @DomName('SVGNumberList.clear') | 3937 @DomName('SVGNumberList.clear') |
| 4394 @DocsEditable() | 3938 @DocsEditable() |
| 4395 void clear() => _blink.BlinkSVGNumberList.instance.clear_Callback_0_(unwrap_js
o(this)); | 3939 void clear() => _blink.BlinkSVGNumberList.instance.clear_Callback_0_(this); |
| 4396 | 3940 |
| 4397 @DomName('SVGNumberList.getItem') | 3941 @DomName('SVGNumberList.getItem') |
| 4398 @DocsEditable() | 3942 @DocsEditable() |
| 4399 Number getItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.getIt
em_Callback_1_(unwrap_jso(this), index)); | 3943 Number getItem(int index) => _blink.BlinkSVGNumberList.instance.getItem_Callba
ck_1_(this, index); |
| 4400 | 3944 |
| 4401 @DomName('SVGNumberList.initialize') | 3945 @DomName('SVGNumberList.initialize') |
| 4402 @DocsEditable() | 3946 @DocsEditable() |
| 4403 Number initialize(Number newItem) => wrap_jso(_blink.BlinkSVGNumberList.instan
ce.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); | 3947 Number initialize(Number newItem) => _blink.BlinkSVGNumberList.instance.initia
lize_Callback_1_(this, newItem); |
| 4404 | 3948 |
| 4405 @DomName('SVGNumberList.insertItemBefore') | 3949 @DomName('SVGNumberList.insertItemBefore') |
| 4406 @DocsEditable() | 3950 @DocsEditable() |
| 4407 Number insertItemBefore(Number newItem, int index) => wrap_jso(_blink.BlinkSVG
NumberList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(ne
wItem), index)); | 3951 Number insertItemBefore(Number newItem, int index) => _blink.BlinkSVGNumberLis
t.instance.insertItemBefore_Callback_2_(this, newItem, index); |
| 4408 | 3952 |
| 4409 @DomName('SVGNumberList.removeItem') | 3953 @DomName('SVGNumberList.removeItem') |
| 4410 @DocsEditable() | 3954 @DocsEditable() |
| 4411 Number removeItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.re
moveItem_Callback_1_(unwrap_jso(this), index)); | 3955 Number removeItem(int index) => _blink.BlinkSVGNumberList.instance.removeItem_
Callback_1_(this, index); |
| 4412 | 3956 |
| 4413 @DomName('SVGNumberList.replaceItem') | 3957 @DomName('SVGNumberList.replaceItem') |
| 4414 @DocsEditable() | 3958 @DocsEditable() |
| 4415 Number replaceItem(Number newItem, int index) => wrap_jso(_blink.BlinkSVGNumbe
rList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), in
dex)); | 3959 Number replaceItem(Number newItem, int index) => _blink.BlinkSVGNumberList.ins
tance.replaceItem_Callback_2_(this, newItem, index); |
| 4416 | 3960 |
| 4417 } | 3961 } |
| 4418 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3962 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4419 // for details. All rights reserved. Use of this source code is governed by a | 3963 // for details. All rights reserved. Use of this source code is governed by a |
| 4420 // BSD-style license that can be found in the LICENSE file. | 3964 // BSD-style license that can be found in the LICENSE file. |
| 4421 | 3965 |
| 4422 // WARNING: Do not edit - generated code. | 3966 // WARNING: Do not edit - generated code. |
| 4423 | 3967 |
| 4424 | 3968 |
| 4425 @DocsEditable() | 3969 @DocsEditable() |
| 4426 @DomName('SVGPathElement') | 3970 @DomName('SVGPathElement') |
| 4427 @Unstable() | 3971 @Unstable() |
| 4428 class PathElement extends GeometryElement { | 3972 class PathElement extends GeometryElement { |
| 4429 // To suppress missing implicit constructor warnings. | 3973 // To suppress missing implicit constructor warnings. |
| 4430 factory PathElement._() { throw new UnsupportedError("Not supported"); } | 3974 factory PathElement._() { throw new UnsupportedError("Not supported"); } |
| 4431 | 3975 |
| 4432 @DomName('SVGPathElement.SVGPathElement') | 3976 @DomName('SVGPathElement.SVGPathElement') |
| 4433 @DocsEditable() | 3977 @DocsEditable() |
| 4434 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 3978 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); |
| 4435 | 3979 |
| 4436 | 3980 |
| 4437 @Deprecated("Internal Use Only") | 3981 @Deprecated("Internal Use Only") |
| 4438 static PathElement internalCreatePathElement() { | 3982 external static Type get instanceRuntimeType; |
| 4439 return new PathElement._internalWrap(); | |
| 4440 } | |
| 4441 | |
| 4442 external factory PathElement._internalWrap(); | |
| 4443 | 3983 |
| 4444 @Deprecated("Internal Use Only") | 3984 @Deprecated("Internal Use Only") |
| 4445 PathElement.internal_() : super.internal_(); | 3985 PathElement.internal_() : super.internal_(); |
| 4446 | 3986 |
| 4447 /** | 3987 /** |
| 4448 * Constructor instantiated by the DOM when a custom element has been created. | 3988 * Constructor instantiated by the DOM when a custom element has been created. |
| 4449 * | 3989 * |
| 4450 * This can only be called by subclasses from their created constructor. | 3990 * This can only be called by subclasses from their created constructor. |
| 4451 */ | 3991 */ |
| 4452 PathElement.created() : super.created(); | 3992 PathElement.created() : super.created(); |
| 4453 | 3993 |
| 4454 @DomName('SVGPathElement.animatedNormalizedPathSegList') | 3994 @DomName('SVGPathElement.animatedNormalizedPathSegList') |
| 4455 @DocsEditable() | 3995 @DocsEditable() |
| 4456 PathSegList get animatedNormalizedPathSegList => wrap_jso(_blink.BlinkSVGPathE
lement.instance.animatedNormalizedPathSegList_Getter_(unwrap_jso(this))); | 3996 PathSegList get animatedNormalizedPathSegList => _blink.BlinkSVGPathElement.in
stance.animatedNormalizedPathSegList_Getter_(this); |
| 4457 | 3997 |
| 4458 @DomName('SVGPathElement.animatedPathSegList') | 3998 @DomName('SVGPathElement.animatedPathSegList') |
| 4459 @DocsEditable() | 3999 @DocsEditable() |
| 4460 PathSegList get animatedPathSegList => wrap_jso(_blink.BlinkSVGPathElement.ins
tance.animatedPathSegList_Getter_(unwrap_jso(this))); | 4000 PathSegList get animatedPathSegList => _blink.BlinkSVGPathElement.instance.ani
matedPathSegList_Getter_(this); |
| 4461 | 4001 |
| 4462 @DomName('SVGPathElement.normalizedPathSegList') | 4002 @DomName('SVGPathElement.normalizedPathSegList') |
| 4463 @DocsEditable() | 4003 @DocsEditable() |
| 4464 PathSegList get normalizedPathSegList => wrap_jso(_blink.BlinkSVGPathElement.i
nstance.normalizedPathSegList_Getter_(unwrap_jso(this))); | 4004 PathSegList get normalizedPathSegList => _blink.BlinkSVGPathElement.instance.n
ormalizedPathSegList_Getter_(this); |
| 4465 | 4005 |
| 4466 @DomName('SVGPathElement.pathLength') | 4006 @DomName('SVGPathElement.pathLength') |
| 4467 @DocsEditable() | 4007 @DocsEditable() |
| 4468 AnimatedNumber get pathLength => wrap_jso(_blink.BlinkSVGPathElement.instance.
pathLength_Getter_(unwrap_jso(this))); | 4008 AnimatedNumber get pathLength => _blink.BlinkSVGPathElement.instance.pathLengt
h_Getter_(this); |
| 4469 | 4009 |
| 4470 @DomName('SVGPathElement.pathSegList') | 4010 @DomName('SVGPathElement.pathSegList') |
| 4471 @DocsEditable() | 4011 @DocsEditable() |
| 4472 PathSegList get pathSegList => wrap_jso(_blink.BlinkSVGPathElement.instance.pa
thSegList_Getter_(unwrap_jso(this))); | 4012 PathSegList get pathSegList => _blink.BlinkSVGPathElement.instance.pathSegList
_Getter_(this); |
| 4473 | 4013 |
| 4474 @DomName('SVGPathElement.createSVGPathSegArcAbs') | 4014 @DomName('SVGPathElement.createSVGPathSegArcAbs') |
| 4475 @DocsEditable() | 4015 @DocsEditable() |
| 4476 PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) => wrap_jso(_blink.BlinkSVGPathElement.instan
ce.createSVGPathSegArcAbs_Callback_7_(unwrap_jso(this), x, y, r1, r2, angle, lar
geArcFlag, sweepFlag)); | 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)
; |
| 4477 | 4017 |
| 4478 @DomName('SVGPathElement.createSVGPathSegArcRel') | 4018 @DomName('SVGPathElement.createSVGPathSegArcRel') |
| 4479 @DocsEditable() | 4019 @DocsEditable() |
| 4480 PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle,
bool largeArcFlag, bool sweepFlag) => wrap_jso(_blink.BlinkSVGPathElement.instan
ce.createSVGPathSegArcRel_Callback_7_(unwrap_jso(this), x, y, r1, r2, angle, lar
geArcFlag, sweepFlag)); | 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)
; |
| 4481 | 4021 |
| 4482 @DomName('SVGPathElement.createSVGPathSegClosePath') | 4022 @DomName('SVGPathElement.createSVGPathSegClosePath') |
| 4483 @DocsEditable() | 4023 @DocsEditable() |
| 4484 PathSegClosePath createSvgPathSegClosePath() => wrap_jso(_blink.BlinkSVGPathEl
ement.instance.createSVGPathSegClosePath_Callback_0_(unwrap_jso(this))); | 4024 PathSegClosePath createSvgPathSegClosePath() => _blink.BlinkSVGPathElement.ins
tance.createSVGPathSegClosePath_Callback_0_(this); |
| 4485 | 4025 |
| 4486 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') | 4026 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') |
| 4487 @DocsEditable() | 4027 @DocsEditable() |
| 4488 PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, n
um y1, num x2, num y2) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVG
PathSegCurvetoCubicAbs_Callback_6_(unwrap_jso(this), x, y, x1, y1, x2, y2)); | 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); |
| 4489 | 4029 |
| 4490 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') | 4030 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') |
| 4491 @DocsEditable() | 4031 @DocsEditable() |
| 4492 PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, n
um y1, num x2, num y2) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVG
PathSegCurvetoCubicRel_Callback_6_(unwrap_jso(this), x, y, x1, y1, x2, y2)); | 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); |
| 4493 | 4033 |
| 4494 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') | 4034 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') |
| 4495 @DocsEditable() | 4035 @DocsEditable() |
| 4496 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPath
SegCurvetoCubicSmoothAbs_Callback_4_(unwrap_jso(this), x, y, x2, y2)); | 4036 PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num
y, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvet
oCubicSmoothAbs_Callback_4_(this, x, y, x2, y2); |
| 4497 | 4037 |
| 4498 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') | 4038 @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') |
| 4499 @DocsEditable() | 4039 @DocsEditable() |
| 4500 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPath
SegCurvetoCubicSmoothRel_Callback_4_(unwrap_jso(this), x, y, x2, y2)); | 4040 PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num
y, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvet
oCubicSmoothRel_Callback_4_(this, x, y, x2, y2); |
| 4501 | 4041 |
| 4502 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') | 4042 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') |
| 4503 @DocsEditable() | 4043 @DocsEditable() |
| 4504 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegC
urvetoQuadraticAbs_Callback_4_(unwrap_jso(this), x, y, x1, y1)); | 4044 PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, n
um x1, num y1) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQua
draticAbs_Callback_4_(this, x, y, x1, y1); |
| 4505 | 4045 |
| 4506 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') | 4046 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') |
| 4507 @DocsEditable() | 4047 @DocsEditable() |
| 4508 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegC
urvetoQuadraticRel_Callback_4_(unwrap_jso(this), x, y, x1, y1)); | 4048 PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, n
um x1, num y1) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQua
draticRel_Callback_4_(this, x, y, x1, y1); |
| 4509 | 4049 |
| 4510 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') | 4050 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') |
| 4511 @DocsEditable() | 4051 @DocsEditable() |
| 4512 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegCurve
toQuadraticSmoothAbs_Callback_2_(unwrap_jso(this), x, y)); | 4052 PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num
x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadrat
icSmoothAbs_Callback_2_(this, x, y); |
| 4513 | 4053 |
| 4514 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') | 4054 @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') |
| 4515 @DocsEditable() | 4055 @DocsEditable() |
| 4516 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) => wrap_jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegCurve
toQuadraticSmoothRel_Callback_2_(unwrap_jso(this), x, y)); | 4056 PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num
x, num y) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoQuadrat
icSmoothRel_Callback_2_(this, x, y); |
| 4517 | 4057 |
| 4518 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') | 4058 @DomName('SVGPathElement.createSVGPathSegLinetoAbs') |
| 4519 @DocsEditable() | 4059 @DocsEditable() |
| 4520 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => wrap_jso(_blink.Bl
inkSVGPathElement.instance.createSVGPathSegLinetoAbs_Callback_2_(unwrap_jso(this
), x, y)); | 4060 PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => _blink.BlinkSVGPat
hElement.instance.createSVGPathSegLinetoAbs_Callback_2_(this, x, y); |
| 4521 | 4061 |
| 4522 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') | 4062 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') |
| 4523 @DocsEditable() | 4063 @DocsEditable() |
| 4524 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => wrap_
jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalAbs_Call
back_1_(unwrap_jso(this), x)); | 4064 PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => _blin
k.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalAbs_Callback_1_(t
his, x); |
| 4525 | 4065 |
| 4526 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') | 4066 @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') |
| 4527 @DocsEditable() | 4067 @DocsEditable() |
| 4528 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => wrap_
jso(_blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalRel_Call
back_1_(unwrap_jso(this), x)); | 4068 PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => _blin
k.BlinkSVGPathElement.instance.createSVGPathSegLinetoHorizontalRel_Callback_1_(t
his, x); |
| 4529 | 4069 |
| 4530 @DomName('SVGPathElement.createSVGPathSegLinetoRel') | 4070 @DomName('SVGPathElement.createSVGPathSegLinetoRel') |
| 4531 @DocsEditable() | 4071 @DocsEditable() |
| 4532 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => wrap_jso(_blink.Bl
inkSVGPathElement.instance.createSVGPathSegLinetoRel_Callback_2_(unwrap_jso(this
), x, y)); | 4072 PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => _blink.BlinkSVGPat
hElement.instance.createSVGPathSegLinetoRel_Callback_2_(this, x, y); |
| 4533 | 4073 |
| 4534 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') | 4074 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') |
| 4535 @DocsEditable() | 4075 @DocsEditable() |
| 4536 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => wrap_jso(
_blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoVerticalAbs_Callback_1
_(unwrap_jso(this), y)); | 4076 PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => _blink.Bl
inkSVGPathElement.instance.createSVGPathSegLinetoVerticalAbs_Callback_1_(this, y
); |
| 4537 | 4077 |
| 4538 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') | 4078 @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') |
| 4539 @DocsEditable() | 4079 @DocsEditable() |
| 4540 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => wrap_jso(
_blink.BlinkSVGPathElement.instance.createSVGPathSegLinetoVerticalRel_Callback_1
_(unwrap_jso(this), y)); | 4080 PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => _blink.Bl
inkSVGPathElement.instance.createSVGPathSegLinetoVerticalRel_Callback_1_(this, y
); |
| 4541 | 4081 |
| 4542 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') | 4082 @DomName('SVGPathElement.createSVGPathSegMovetoAbs') |
| 4543 @DocsEditable() | 4083 @DocsEditable() |
| 4544 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => wrap_jso(_blink.Bl
inkSVGPathElement.instance.createSVGPathSegMovetoAbs_Callback_2_(unwrap_jso(this
), x, y)); | 4084 PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => _blink.BlinkSVGPat
hElement.instance.createSVGPathSegMovetoAbs_Callback_2_(this, x, y); |
| 4545 | 4085 |
| 4546 @DomName('SVGPathElement.createSVGPathSegMovetoRel') | 4086 @DomName('SVGPathElement.createSVGPathSegMovetoRel') |
| 4547 @DocsEditable() | 4087 @DocsEditable() |
| 4548 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => wrap_jso(_blink.Bl
inkSVGPathElement.instance.createSVGPathSegMovetoRel_Callback_2_(unwrap_jso(this
), x, y)); | 4088 PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => _blink.BlinkSVGPat
hElement.instance.createSVGPathSegMovetoRel_Callback_2_(this, x, y); |
| 4549 | 4089 |
| 4550 @DomName('SVGPathElement.getPathSegAtLength') | 4090 @DomName('SVGPathElement.getPathSegAtLength') |
| 4551 @DocsEditable() | 4091 @DocsEditable() |
| 4552 int getPathSegAtLength(num distance) => _blink.BlinkSVGPathElement.instance.ge
tPathSegAtLength_Callback_1_(unwrap_jso(this), distance); | 4092 int getPathSegAtLength(num distance) => _blink.BlinkSVGPathElement.instance.ge
tPathSegAtLength_Callback_1_(this, distance); |
| 4553 | 4093 |
| 4554 @DomName('SVGPathElement.getPointAtLength') | 4094 @DomName('SVGPathElement.getPointAtLength') |
| 4555 @DocsEditable() | 4095 @DocsEditable() |
| 4556 Point getPointAtLength(num distance) => wrap_jso(_blink.BlinkSVGPathElement.in
stance.getPointAtLength_Callback_1_(unwrap_jso(this), distance)); | 4096 Point getPointAtLength(num distance) => _blink.BlinkSVGPathElement.instance.ge
tPointAtLength_Callback_1_(this, distance); |
| 4557 | 4097 |
| 4558 @DomName('SVGPathElement.getTotalLength') | 4098 @DomName('SVGPathElement.getTotalLength') |
| 4559 @DocsEditable() | 4099 @DocsEditable() |
| 4560 num getTotalLength() => _blink.BlinkSVGPathElement.instance.getTotalLength_Cal
lback_0_(unwrap_jso(this)); | 4100 num getTotalLength() => _blink.BlinkSVGPathElement.instance.getTotalLength_Cal
lback_0_(this); |
| 4561 | 4101 |
| 4562 } | 4102 } |
| 4563 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4103 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4564 // for details. All rights reserved. Use of this source code is governed by a | 4104 // for details. All rights reserved. Use of this source code is governed by a |
| 4565 // BSD-style license that can be found in the LICENSE file. | 4105 // BSD-style license that can be found in the LICENSE file. |
| 4566 | 4106 |
| 4567 // WARNING: Do not edit - generated code. | 4107 // WARNING: Do not edit - generated code. |
| 4568 | 4108 |
| 4569 | 4109 |
| 4570 @DocsEditable() | 4110 @DocsEditable() |
| 4571 @DomName('SVGPathSeg') | 4111 @DomName('SVGPathSeg') |
| 4572 @Unstable() | 4112 @Unstable() |
| 4573 class PathSeg extends DartHtmlDomObject { | 4113 class PathSeg extends DartHtmlDomObject { |
| 4574 // To suppress missing implicit constructor warnings. | 4114 // To suppress missing implicit constructor warnings. |
| 4575 factory PathSeg._() { throw new UnsupportedError("Not supported"); } | 4115 factory PathSeg._() { throw new UnsupportedError("Not supported"); } |
| 4576 | 4116 |
| 4117 |
| 4577 @Deprecated("Internal Use Only") | 4118 @Deprecated("Internal Use Only") |
| 4578 static PathSeg internalCreatePathSeg() { | 4119 external static Type get instanceRuntimeType; |
| 4579 return new PathSeg._internalWrap(); | |
| 4580 } | |
| 4581 | |
| 4582 factory PathSeg._internalWrap() { | |
| 4583 return new PathSeg.internal_(); | |
| 4584 } | |
| 4585 | 4120 |
| 4586 @Deprecated("Internal Use Only") | 4121 @Deprecated("Internal Use Only") |
| 4587 PathSeg.internal_() { } | 4122 PathSeg.internal_() { } |
| 4588 | 4123 |
| 4589 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 4590 int get hashCode => unwrap_jso(this).hashCode; | |
| 4591 | |
| 4592 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') | 4124 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') |
| 4593 @DocsEditable() | 4125 @DocsEditable() |
| 4594 static const int PATHSEG_ARC_ABS = 10; | 4126 static const int PATHSEG_ARC_ABS = 10; |
| 4595 | 4127 |
| 4596 @DomName('SVGPathSeg.PATHSEG_ARC_REL') | 4128 @DomName('SVGPathSeg.PATHSEG_ARC_REL') |
| 4597 @DocsEditable() | 4129 @DocsEditable() |
| 4598 static const int PATHSEG_ARC_REL = 11; | 4130 static const int PATHSEG_ARC_REL = 11; |
| 4599 | 4131 |
| 4600 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') | 4132 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') |
| 4601 @DocsEditable() | 4133 @DocsEditable() |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4664 @DomName('SVGPathSeg.PATHSEG_MOVETO_REL') | 4196 @DomName('SVGPathSeg.PATHSEG_MOVETO_REL') |
| 4665 @DocsEditable() | 4197 @DocsEditable() |
| 4666 static const int PATHSEG_MOVETO_REL = 3; | 4198 static const int PATHSEG_MOVETO_REL = 3; |
| 4667 | 4199 |
| 4668 @DomName('SVGPathSeg.PATHSEG_UNKNOWN') | 4200 @DomName('SVGPathSeg.PATHSEG_UNKNOWN') |
| 4669 @DocsEditable() | 4201 @DocsEditable() |
| 4670 static const int PATHSEG_UNKNOWN = 0; | 4202 static const int PATHSEG_UNKNOWN = 0; |
| 4671 | 4203 |
| 4672 @DomName('SVGPathSeg.pathSegType') | 4204 @DomName('SVGPathSeg.pathSegType') |
| 4673 @DocsEditable() | 4205 @DocsEditable() |
| 4674 int get pathSegType => _blink.BlinkSVGPathSeg.instance.pathSegType_Getter_(unw
rap_jso(this)); | 4206 int get pathSegType => _blink.BlinkSVGPathSeg.instance.pathSegType_Getter_(thi
s); |
| 4675 | 4207 |
| 4676 @DomName('SVGPathSeg.pathSegTypeAsLetter') | 4208 @DomName('SVGPathSeg.pathSegTypeAsLetter') |
| 4677 @DocsEditable() | 4209 @DocsEditable() |
| 4678 String get pathSegTypeAsLetter => _blink.BlinkSVGPathSeg.instance.pathSegTypeA
sLetter_Getter_(unwrap_jso(this)); | 4210 String get pathSegTypeAsLetter => _blink.BlinkSVGPathSeg.instance.pathSegTypeA
sLetter_Getter_(this); |
| 4679 | 4211 |
| 4680 } | 4212 } |
| 4681 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4213 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4682 // for details. All rights reserved. Use of this source code is governed by a | 4214 // for details. All rights reserved. Use of this source code is governed by a |
| 4683 // BSD-style license that can be found in the LICENSE file. | 4215 // BSD-style license that can be found in the LICENSE file. |
| 4684 | 4216 |
| 4685 // WARNING: Do not edit - generated code. | 4217 // WARNING: Do not edit - generated code. |
| 4686 | 4218 |
| 4687 | 4219 |
| 4688 @DocsEditable() | 4220 @DocsEditable() |
| 4689 @DomName('SVGPathSegArcAbs') | 4221 @DomName('SVGPathSegArcAbs') |
| 4690 @Unstable() | 4222 @Unstable() |
| 4691 class PathSegArcAbs extends PathSeg { | 4223 class PathSegArcAbs extends PathSeg { |
| 4692 // To suppress missing implicit constructor warnings. | 4224 // To suppress missing implicit constructor warnings. |
| 4693 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } | 4225 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } |
| 4694 | 4226 |
| 4695 | 4227 |
| 4696 @Deprecated("Internal Use Only") | 4228 @Deprecated("Internal Use Only") |
| 4697 static PathSegArcAbs internalCreatePathSegArcAbs() { | 4229 external static Type get instanceRuntimeType; |
| 4698 return new PathSegArcAbs._internalWrap(); | |
| 4699 } | |
| 4700 | |
| 4701 external factory PathSegArcAbs._internalWrap(); | |
| 4702 | 4230 |
| 4703 @Deprecated("Internal Use Only") | 4231 @Deprecated("Internal Use Only") |
| 4704 PathSegArcAbs.internal_() : super.internal_(); | 4232 PathSegArcAbs.internal_() : super.internal_(); |
| 4705 | 4233 |
| 4706 | 4234 |
| 4707 @DomName('SVGPathSegArcAbs.angle') | 4235 @DomName('SVGPathSegArcAbs.angle') |
| 4708 @DocsEditable() | 4236 @DocsEditable() |
| 4709 num get angle => _blink.BlinkSVGPathSegArcAbs.instance.angle_Getter_(unwrap_js
o(this)); | 4237 num get angle => _blink.BlinkSVGPathSegArcAbs.instance.angle_Getter_(this); |
| 4710 | 4238 |
| 4711 @DomName('SVGPathSegArcAbs.angle') | 4239 @DomName('SVGPathSegArcAbs.angle') |
| 4712 @DocsEditable() | 4240 @DocsEditable() |
| 4713 set angle(num value) => _blink.BlinkSVGPathSegArcAbs.instance.angle_Setter_(un
wrap_jso(this), value); | 4241 set angle(num value) => _blink.BlinkSVGPathSegArcAbs.instance.angle_Setter_(th
is, value); |
| 4714 | 4242 |
| 4715 @DomName('SVGPathSegArcAbs.largeArcFlag') | 4243 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4716 @DocsEditable() | 4244 @DocsEditable() |
| 4717 bool get largeArcFlag => _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Ge
tter_(unwrap_jso(this)); | 4245 bool get largeArcFlag => _blink.BlinkSVGPathSegArcAbs.instance.largeArcFlag_Ge
tter_(this); |
| 4718 | 4246 |
| 4719 @DomName('SVGPathSegArcAbs.largeArcFlag') | 4247 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4720 @DocsEditable() | 4248 @DocsEditable() |
| 4721 set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.largeArc
Flag_Setter_(unwrap_jso(this), value); | 4249 set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.largeArc
Flag_Setter_(this, value); |
| 4722 | 4250 |
| 4723 @DomName('SVGPathSegArcAbs.r1') | 4251 @DomName('SVGPathSegArcAbs.r1') |
| 4724 @DocsEditable() | 4252 @DocsEditable() |
| 4725 num get r1 => _blink.BlinkSVGPathSegArcAbs.instance.r1_Getter_(unwrap_jso(this
)); | 4253 num get r1 => _blink.BlinkSVGPathSegArcAbs.instance.r1_Getter_(this); |
| 4726 | 4254 |
| 4727 @DomName('SVGPathSegArcAbs.r1') | 4255 @DomName('SVGPathSegArcAbs.r1') |
| 4728 @DocsEditable() | 4256 @DocsEditable() |
| 4729 set r1(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r1_Setter_(unwrap_j
so(this), value); | 4257 set r1(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r1_Setter_(this, va
lue); |
| 4730 | 4258 |
| 4731 @DomName('SVGPathSegArcAbs.r2') | 4259 @DomName('SVGPathSegArcAbs.r2') |
| 4732 @DocsEditable() | 4260 @DocsEditable() |
| 4733 num get r2 => _blink.BlinkSVGPathSegArcAbs.instance.r2_Getter_(unwrap_jso(this
)); | 4261 num get r2 => _blink.BlinkSVGPathSegArcAbs.instance.r2_Getter_(this); |
| 4734 | 4262 |
| 4735 @DomName('SVGPathSegArcAbs.r2') | 4263 @DomName('SVGPathSegArcAbs.r2') |
| 4736 @DocsEditable() | 4264 @DocsEditable() |
| 4737 set r2(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r2_Setter_(unwrap_j
so(this), value); | 4265 set r2(num value) => _blink.BlinkSVGPathSegArcAbs.instance.r2_Setter_(this, va
lue); |
| 4738 | 4266 |
| 4739 @DomName('SVGPathSegArcAbs.sweepFlag') | 4267 @DomName('SVGPathSegArcAbs.sweepFlag') |
| 4740 @DocsEditable() | 4268 @DocsEditable() |
| 4741 bool get sweepFlag => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Getter_(
unwrap_jso(this)); | 4269 bool get sweepFlag => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_Getter_(
this); |
| 4742 | 4270 |
| 4743 @DomName('SVGPathSegArcAbs.sweepFlag') | 4271 @DomName('SVGPathSegArcAbs.sweepFlag') |
| 4744 @DocsEditable() | 4272 @DocsEditable() |
| 4745 set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_S
etter_(unwrap_jso(this), value); | 4273 set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.instance.sweepFlag_S
etter_(this, value); |
| 4746 | 4274 |
| 4747 @DomName('SVGPathSegArcAbs.x') | 4275 @DomName('SVGPathSegArcAbs.x') |
| 4748 @DocsEditable() | 4276 @DocsEditable() |
| 4749 num get x => _blink.BlinkSVGPathSegArcAbs.instance.x_Getter_(unwrap_jso(this))
; | 4277 num get x => _blink.BlinkSVGPathSegArcAbs.instance.x_Getter_(this); |
| 4750 | 4278 |
| 4751 @DomName('SVGPathSegArcAbs.x') | 4279 @DomName('SVGPathSegArcAbs.x') |
| 4752 @DocsEditable() | 4280 @DocsEditable() |
| 4753 set x(num value) => _blink.BlinkSVGPathSegArcAbs.instance.x_Setter_(unwrap_jso
(this), value); | 4281 set x(num value) => _blink.BlinkSVGPathSegArcAbs.instance.x_Setter_(this, valu
e); |
| 4754 | 4282 |
| 4755 @DomName('SVGPathSegArcAbs.y') | 4283 @DomName('SVGPathSegArcAbs.y') |
| 4756 @DocsEditable() | 4284 @DocsEditable() |
| 4757 num get y => _blink.BlinkSVGPathSegArcAbs.instance.y_Getter_(unwrap_jso(this))
; | 4285 num get y => _blink.BlinkSVGPathSegArcAbs.instance.y_Getter_(this); |
| 4758 | 4286 |
| 4759 @DomName('SVGPathSegArcAbs.y') | 4287 @DomName('SVGPathSegArcAbs.y') |
| 4760 @DocsEditable() | 4288 @DocsEditable() |
| 4761 set y(num value) => _blink.BlinkSVGPathSegArcAbs.instance.y_Setter_(unwrap_jso
(this), value); | 4289 set y(num value) => _blink.BlinkSVGPathSegArcAbs.instance.y_Setter_(this, valu
e); |
| 4762 | 4290 |
| 4763 } | 4291 } |
| 4764 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4292 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4765 // for details. All rights reserved. Use of this source code is governed by a | 4293 // for details. All rights reserved. Use of this source code is governed by a |
| 4766 // BSD-style license that can be found in the LICENSE file. | 4294 // BSD-style license that can be found in the LICENSE file. |
| 4767 | 4295 |
| 4768 // WARNING: Do not edit - generated code. | 4296 // WARNING: Do not edit - generated code. |
| 4769 | 4297 |
| 4770 | 4298 |
| 4771 @DocsEditable() | 4299 @DocsEditable() |
| 4772 @DomName('SVGPathSegArcRel') | 4300 @DomName('SVGPathSegArcRel') |
| 4773 @Unstable() | 4301 @Unstable() |
| 4774 class PathSegArcRel extends PathSeg { | 4302 class PathSegArcRel extends PathSeg { |
| 4775 // To suppress missing implicit constructor warnings. | 4303 // To suppress missing implicit constructor warnings. |
| 4776 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } | 4304 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } |
| 4777 | 4305 |
| 4778 | 4306 |
| 4779 @Deprecated("Internal Use Only") | 4307 @Deprecated("Internal Use Only") |
| 4780 static PathSegArcRel internalCreatePathSegArcRel() { | 4308 external static Type get instanceRuntimeType; |
| 4781 return new PathSegArcRel._internalWrap(); | |
| 4782 } | |
| 4783 | |
| 4784 external factory PathSegArcRel._internalWrap(); | |
| 4785 | 4309 |
| 4786 @Deprecated("Internal Use Only") | 4310 @Deprecated("Internal Use Only") |
| 4787 PathSegArcRel.internal_() : super.internal_(); | 4311 PathSegArcRel.internal_() : super.internal_(); |
| 4788 | 4312 |
| 4789 | 4313 |
| 4790 @DomName('SVGPathSegArcRel.angle') | 4314 @DomName('SVGPathSegArcRel.angle') |
| 4791 @DocsEditable() | 4315 @DocsEditable() |
| 4792 num get angle => _blink.BlinkSVGPathSegArcRel.instance.angle_Getter_(unwrap_js
o(this)); | 4316 num get angle => _blink.BlinkSVGPathSegArcRel.instance.angle_Getter_(this); |
| 4793 | 4317 |
| 4794 @DomName('SVGPathSegArcRel.angle') | 4318 @DomName('SVGPathSegArcRel.angle') |
| 4795 @DocsEditable() | 4319 @DocsEditable() |
| 4796 set angle(num value) => _blink.BlinkSVGPathSegArcRel.instance.angle_Setter_(un
wrap_jso(this), value); | 4320 set angle(num value) => _blink.BlinkSVGPathSegArcRel.instance.angle_Setter_(th
is, value); |
| 4797 | 4321 |
| 4798 @DomName('SVGPathSegArcRel.largeArcFlag') | 4322 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4799 @DocsEditable() | 4323 @DocsEditable() |
| 4800 bool get largeArcFlag => _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Ge
tter_(unwrap_jso(this)); | 4324 bool get largeArcFlag => _blink.BlinkSVGPathSegArcRel.instance.largeArcFlag_Ge
tter_(this); |
| 4801 | 4325 |
| 4802 @DomName('SVGPathSegArcRel.largeArcFlag') | 4326 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4803 @DocsEditable() | 4327 @DocsEditable() |
| 4804 set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.largeArc
Flag_Setter_(unwrap_jso(this), value); | 4328 set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.largeArc
Flag_Setter_(this, value); |
| 4805 | 4329 |
| 4806 @DomName('SVGPathSegArcRel.r1') | 4330 @DomName('SVGPathSegArcRel.r1') |
| 4807 @DocsEditable() | 4331 @DocsEditable() |
| 4808 num get r1 => _blink.BlinkSVGPathSegArcRel.instance.r1_Getter_(unwrap_jso(this
)); | 4332 num get r1 => _blink.BlinkSVGPathSegArcRel.instance.r1_Getter_(this); |
| 4809 | 4333 |
| 4810 @DomName('SVGPathSegArcRel.r1') | 4334 @DomName('SVGPathSegArcRel.r1') |
| 4811 @DocsEditable() | 4335 @DocsEditable() |
| 4812 set r1(num value) => _blink.BlinkSVGPathSegArcRel.instance.r1_Setter_(unwrap_j
so(this), value); | 4336 set r1(num value) => _blink.BlinkSVGPathSegArcRel.instance.r1_Setter_(this, va
lue); |
| 4813 | 4337 |
| 4814 @DomName('SVGPathSegArcRel.r2') | 4338 @DomName('SVGPathSegArcRel.r2') |
| 4815 @DocsEditable() | 4339 @DocsEditable() |
| 4816 num get r2 => _blink.BlinkSVGPathSegArcRel.instance.r2_Getter_(unwrap_jso(this
)); | 4340 num get r2 => _blink.BlinkSVGPathSegArcRel.instance.r2_Getter_(this); |
| 4817 | 4341 |
| 4818 @DomName('SVGPathSegArcRel.r2') | 4342 @DomName('SVGPathSegArcRel.r2') |
| 4819 @DocsEditable() | 4343 @DocsEditable() |
| 4820 set r2(num value) => _blink.BlinkSVGPathSegArcRel.instance.r2_Setter_(unwrap_j
so(this), value); | 4344 set r2(num value) => _blink.BlinkSVGPathSegArcRel.instance.r2_Setter_(this, va
lue); |
| 4821 | 4345 |
| 4822 @DomName('SVGPathSegArcRel.sweepFlag') | 4346 @DomName('SVGPathSegArcRel.sweepFlag') |
| 4823 @DocsEditable() | 4347 @DocsEditable() |
| 4824 bool get sweepFlag => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Getter_(
unwrap_jso(this)); | 4348 bool get sweepFlag => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_Getter_(
this); |
| 4825 | 4349 |
| 4826 @DomName('SVGPathSegArcRel.sweepFlag') | 4350 @DomName('SVGPathSegArcRel.sweepFlag') |
| 4827 @DocsEditable() | 4351 @DocsEditable() |
| 4828 set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_S
etter_(unwrap_jso(this), value); | 4352 set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcRel.instance.sweepFlag_S
etter_(this, value); |
| 4829 | 4353 |
| 4830 @DomName('SVGPathSegArcRel.x') | 4354 @DomName('SVGPathSegArcRel.x') |
| 4831 @DocsEditable() | 4355 @DocsEditable() |
| 4832 num get x => _blink.BlinkSVGPathSegArcRel.instance.x_Getter_(unwrap_jso(this))
; | 4356 num get x => _blink.BlinkSVGPathSegArcRel.instance.x_Getter_(this); |
| 4833 | 4357 |
| 4834 @DomName('SVGPathSegArcRel.x') | 4358 @DomName('SVGPathSegArcRel.x') |
| 4835 @DocsEditable() | 4359 @DocsEditable() |
| 4836 set x(num value) => _blink.BlinkSVGPathSegArcRel.instance.x_Setter_(unwrap_jso
(this), value); | 4360 set x(num value) => _blink.BlinkSVGPathSegArcRel.instance.x_Setter_(this, valu
e); |
| 4837 | 4361 |
| 4838 @DomName('SVGPathSegArcRel.y') | 4362 @DomName('SVGPathSegArcRel.y') |
| 4839 @DocsEditable() | 4363 @DocsEditable() |
| 4840 num get y => _blink.BlinkSVGPathSegArcRel.instance.y_Getter_(unwrap_jso(this))
; | 4364 num get y => _blink.BlinkSVGPathSegArcRel.instance.y_Getter_(this); |
| 4841 | 4365 |
| 4842 @DomName('SVGPathSegArcRel.y') | 4366 @DomName('SVGPathSegArcRel.y') |
| 4843 @DocsEditable() | 4367 @DocsEditable() |
| 4844 set y(num value) => _blink.BlinkSVGPathSegArcRel.instance.y_Setter_(unwrap_jso
(this), value); | 4368 set y(num value) => _blink.BlinkSVGPathSegArcRel.instance.y_Setter_(this, valu
e); |
| 4845 | 4369 |
| 4846 } | 4370 } |
| 4847 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4371 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4848 // for details. All rights reserved. Use of this source code is governed by a | 4372 // for details. All rights reserved. Use of this source code is governed by a |
| 4849 // BSD-style license that can be found in the LICENSE file. | 4373 // BSD-style license that can be found in the LICENSE file. |
| 4850 | 4374 |
| 4851 // WARNING: Do not edit - generated code. | 4375 // WARNING: Do not edit - generated code. |
| 4852 | 4376 |
| 4853 | 4377 |
| 4854 @DocsEditable() | 4378 @DocsEditable() |
| 4855 @DomName('SVGPathSegClosePath') | 4379 @DomName('SVGPathSegClosePath') |
| 4856 @Unstable() | 4380 @Unstable() |
| 4857 class PathSegClosePath extends PathSeg { | 4381 class PathSegClosePath extends PathSeg { |
| 4858 // To suppress missing implicit constructor warnings. | 4382 // To suppress missing implicit constructor warnings. |
| 4859 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); } | 4383 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); } |
| 4860 | 4384 |
| 4861 | 4385 |
| 4862 @Deprecated("Internal Use Only") | 4386 @Deprecated("Internal Use Only") |
| 4863 static PathSegClosePath internalCreatePathSegClosePath() { | 4387 external static Type get instanceRuntimeType; |
| 4864 return new PathSegClosePath._internalWrap(); | |
| 4865 } | |
| 4866 | |
| 4867 external factory PathSegClosePath._internalWrap(); | |
| 4868 | 4388 |
| 4869 @Deprecated("Internal Use Only") | 4389 @Deprecated("Internal Use Only") |
| 4870 PathSegClosePath.internal_() : super.internal_(); | 4390 PathSegClosePath.internal_() : super.internal_(); |
| 4871 | 4391 |
| 4872 | 4392 |
| 4873 } | 4393 } |
| 4874 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4394 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4875 // for details. All rights reserved. Use of this source code is governed by a | 4395 // for details. All rights reserved. Use of this source code is governed by a |
| 4876 // BSD-style license that can be found in the LICENSE file. | 4396 // BSD-style license that can be found in the LICENSE file. |
| 4877 | 4397 |
| 4878 // WARNING: Do not edit - generated code. | 4398 // WARNING: Do not edit - generated code. |
| 4879 | 4399 |
| 4880 | 4400 |
| 4881 @DocsEditable() | 4401 @DocsEditable() |
| 4882 @DomName('SVGPathSegCurvetoCubicAbs') | 4402 @DomName('SVGPathSegCurvetoCubicAbs') |
| 4883 @Unstable() | 4403 @Unstable() |
| 4884 class PathSegCurvetoCubicAbs extends PathSeg { | 4404 class PathSegCurvetoCubicAbs extends PathSeg { |
| 4885 // To suppress missing implicit constructor warnings. | 4405 // To suppress missing implicit constructor warnings. |
| 4886 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported
"); } | 4406 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported
"); } |
| 4887 | 4407 |
| 4888 | 4408 |
| 4889 @Deprecated("Internal Use Only") | 4409 @Deprecated("Internal Use Only") |
| 4890 static PathSegCurvetoCubicAbs internalCreatePathSegCurvetoCubicAbs() { | 4410 external static Type get instanceRuntimeType; |
| 4891 return new PathSegCurvetoCubicAbs._internalWrap(); | |
| 4892 } | |
| 4893 | |
| 4894 external factory PathSegCurvetoCubicAbs._internalWrap(); | |
| 4895 | 4411 |
| 4896 @Deprecated("Internal Use Only") | 4412 @Deprecated("Internal Use Only") |
| 4897 PathSegCurvetoCubicAbs.internal_() : super.internal_(); | 4413 PathSegCurvetoCubicAbs.internal_() : super.internal_(); |
| 4898 | 4414 |
| 4899 | 4415 |
| 4900 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4416 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 4901 @DocsEditable() | 4417 @DocsEditable() |
| 4902 num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Getter_(unwrap_j
so(this)); | 4418 num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Getter_(this); |
| 4903 | 4419 |
| 4904 @DomName('SVGPathSegCurvetoCubicAbs.x') | 4420 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 4905 @DocsEditable() | 4421 @DocsEditable() |
| 4906 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Setter_(u
nwrap_jso(this), value); | 4422 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Setter_(t
his, value); |
| 4907 | 4423 |
| 4908 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 4424 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 4909 @DocsEditable() | 4425 @DocsEditable() |
| 4910 num get x1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Getter_(unwrap
_jso(this)); | 4426 num get x1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Getter_(this); |
| 4911 | 4427 |
| 4912 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 4428 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 4913 @DocsEditable() | 4429 @DocsEditable() |
| 4914 set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Setter_
(unwrap_jso(this), value); | 4430 set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x1_Setter_
(this, value); |
| 4915 | 4431 |
| 4916 @DomName('SVGPathSegCurvetoCubicAbs.x2') | 4432 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
| 4917 @DocsEditable() | 4433 @DocsEditable() |
| 4918 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Getter_(unwrap
_jso(this)); | 4434 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Getter_(this); |
| 4919 | 4435 |
| 4920 @DomName('SVGPathSegCurvetoCubicAbs.x2') | 4436 @DomName('SVGPathSegCurvetoCubicAbs.x2') |
| 4921 @DocsEditable() | 4437 @DocsEditable() |
| 4922 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Setter_
(unwrap_jso(this), value); | 4438 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x2_Setter_
(this, value); |
| 4923 | 4439 |
| 4924 @DomName('SVGPathSegCurvetoCubicAbs.y') | 4440 @DomName('SVGPathSegCurvetoCubicAbs.y') |
| 4925 @DocsEditable() | 4441 @DocsEditable() |
| 4926 num get y => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Getter_(unwrap_j
so(this)); | 4442 num get y => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Getter_(this); |
| 4927 | 4443 |
| 4928 @DomName('SVGPathSegCurvetoCubicAbs.y') | 4444 @DomName('SVGPathSegCurvetoCubicAbs.y') |
| 4929 @DocsEditable() | 4445 @DocsEditable() |
| 4930 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Setter_(u
nwrap_jso(this), value); | 4446 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y_Setter_(t
his, value); |
| 4931 | 4447 |
| 4932 @DomName('SVGPathSegCurvetoCubicAbs.y1') | 4448 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
| 4933 @DocsEditable() | 4449 @DocsEditable() |
| 4934 num get y1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Getter_(unwrap
_jso(this)); | 4450 num get y1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Getter_(this); |
| 4935 | 4451 |
| 4936 @DomName('SVGPathSegCurvetoCubicAbs.y1') | 4452 @DomName('SVGPathSegCurvetoCubicAbs.y1') |
| 4937 @DocsEditable() | 4453 @DocsEditable() |
| 4938 set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Setter_
(unwrap_jso(this), value); | 4454 set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y1_Setter_
(this, value); |
| 4939 | 4455 |
| 4940 @DomName('SVGPathSegCurvetoCubicAbs.y2') | 4456 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
| 4941 @DocsEditable() | 4457 @DocsEditable() |
| 4942 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Getter_(unwrap
_jso(this)); | 4458 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Getter_(this); |
| 4943 | 4459 |
| 4944 @DomName('SVGPathSegCurvetoCubicAbs.y2') | 4460 @DomName('SVGPathSegCurvetoCubicAbs.y2') |
| 4945 @DocsEditable() | 4461 @DocsEditable() |
| 4946 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Setter_
(unwrap_jso(this), value); | 4462 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.y2_Setter_
(this, value); |
| 4947 | 4463 |
| 4948 } | 4464 } |
| 4949 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4465 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4950 // for details. All rights reserved. Use of this source code is governed by a | 4466 // for details. All rights reserved. Use of this source code is governed by a |
| 4951 // BSD-style license that can be found in the LICENSE file. | 4467 // BSD-style license that can be found in the LICENSE file. |
| 4952 | 4468 |
| 4953 // WARNING: Do not edit - generated code. | 4469 // WARNING: Do not edit - generated code. |
| 4954 | 4470 |
| 4955 | 4471 |
| 4956 @DocsEditable() | 4472 @DocsEditable() |
| 4957 @DomName('SVGPathSegCurvetoCubicRel') | 4473 @DomName('SVGPathSegCurvetoCubicRel') |
| 4958 @Unstable() | 4474 @Unstable() |
| 4959 class PathSegCurvetoCubicRel extends PathSeg { | 4475 class PathSegCurvetoCubicRel extends PathSeg { |
| 4960 // To suppress missing implicit constructor warnings. | 4476 // To suppress missing implicit constructor warnings. |
| 4961 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported
"); } | 4477 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported
"); } |
| 4962 | 4478 |
| 4963 | 4479 |
| 4964 @Deprecated("Internal Use Only") | 4480 @Deprecated("Internal Use Only") |
| 4965 static PathSegCurvetoCubicRel internalCreatePathSegCurvetoCubicRel() { | 4481 external static Type get instanceRuntimeType; |
| 4966 return new PathSegCurvetoCubicRel._internalWrap(); | |
| 4967 } | |
| 4968 | |
| 4969 external factory PathSegCurvetoCubicRel._internalWrap(); | |
| 4970 | 4482 |
| 4971 @Deprecated("Internal Use Only") | 4483 @Deprecated("Internal Use Only") |
| 4972 PathSegCurvetoCubicRel.internal_() : super.internal_(); | 4484 PathSegCurvetoCubicRel.internal_() : super.internal_(); |
| 4973 | 4485 |
| 4974 | 4486 |
| 4975 @DomName('SVGPathSegCurvetoCubicRel.x') | 4487 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 4976 @DocsEditable() | 4488 @DocsEditable() |
| 4977 num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Getter_(unwrap_j
so(this)); | 4489 num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Getter_(this); |
| 4978 | 4490 |
| 4979 @DomName('SVGPathSegCurvetoCubicRel.x') | 4491 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 4980 @DocsEditable() | 4492 @DocsEditable() |
| 4981 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Setter_(u
nwrap_jso(this), value); | 4493 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Setter_(t
his, value); |
| 4982 | 4494 |
| 4983 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4495 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 4984 @DocsEditable() | 4496 @DocsEditable() |
| 4985 num get x1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Getter_(unwrap
_jso(this)); | 4497 num get x1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Getter_(this); |
| 4986 | 4498 |
| 4987 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4499 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 4988 @DocsEditable() | 4500 @DocsEditable() |
| 4989 set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Setter_
(unwrap_jso(this), value); | 4501 set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x1_Setter_
(this, value); |
| 4990 | 4502 |
| 4991 @DomName('SVGPathSegCurvetoCubicRel.x2') | 4503 @DomName('SVGPathSegCurvetoCubicRel.x2') |
| 4992 @DocsEditable() | 4504 @DocsEditable() |
| 4993 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Getter_(unwrap
_jso(this)); | 4505 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Getter_(this); |
| 4994 | 4506 |
| 4995 @DomName('SVGPathSegCurvetoCubicRel.x2') | 4507 @DomName('SVGPathSegCurvetoCubicRel.x2') |
| 4996 @DocsEditable() | 4508 @DocsEditable() |
| 4997 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Setter_
(unwrap_jso(this), value); | 4509 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x2_Setter_
(this, value); |
| 4998 | 4510 |
| 4999 @DomName('SVGPathSegCurvetoCubicRel.y') | 4511 @DomName('SVGPathSegCurvetoCubicRel.y') |
| 5000 @DocsEditable() | 4512 @DocsEditable() |
| 5001 num get y => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Getter_(unwrap_j
so(this)); | 4513 num get y => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Getter_(this); |
| 5002 | 4514 |
| 5003 @DomName('SVGPathSegCurvetoCubicRel.y') | 4515 @DomName('SVGPathSegCurvetoCubicRel.y') |
| 5004 @DocsEditable() | 4516 @DocsEditable() |
| 5005 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Setter_(u
nwrap_jso(this), value); | 4517 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y_Setter_(t
his, value); |
| 5006 | 4518 |
| 5007 @DomName('SVGPathSegCurvetoCubicRel.y1') | 4519 @DomName('SVGPathSegCurvetoCubicRel.y1') |
| 5008 @DocsEditable() | 4520 @DocsEditable() |
| 5009 num get y1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Getter_(unwrap
_jso(this)); | 4521 num get y1 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Getter_(this); |
| 5010 | 4522 |
| 5011 @DomName('SVGPathSegCurvetoCubicRel.y1') | 4523 @DomName('SVGPathSegCurvetoCubicRel.y1') |
| 5012 @DocsEditable() | 4524 @DocsEditable() |
| 5013 set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Setter_
(unwrap_jso(this), value); | 4525 set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y1_Setter_
(this, value); |
| 5014 | 4526 |
| 5015 @DomName('SVGPathSegCurvetoCubicRel.y2') | 4527 @DomName('SVGPathSegCurvetoCubicRel.y2') |
| 5016 @DocsEditable() | 4528 @DocsEditable() |
| 5017 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Getter_(unwrap
_jso(this)); | 4529 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Getter_(this); |
| 5018 | 4530 |
| 5019 @DomName('SVGPathSegCurvetoCubicRel.y2') | 4531 @DomName('SVGPathSegCurvetoCubicRel.y2') |
| 5020 @DocsEditable() | 4532 @DocsEditable() |
| 5021 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Setter_
(unwrap_jso(this), value); | 4533 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.y2_Setter_
(this, value); |
| 5022 | 4534 |
| 5023 } | 4535 } |
| 5024 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4536 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5025 // for details. All rights reserved. Use of this source code is governed by a | 4537 // for details. All rights reserved. Use of this source code is governed by a |
| 5026 // BSD-style license that can be found in the LICENSE file. | 4538 // BSD-style license that can be found in the LICENSE file. |
| 5027 | 4539 |
| 5028 // WARNING: Do not edit - generated code. | 4540 // WARNING: Do not edit - generated code. |
| 5029 | 4541 |
| 5030 | 4542 |
| 5031 @DocsEditable() | 4543 @DocsEditable() |
| 5032 @DomName('SVGPathSegCurvetoCubicSmoothAbs') | 4544 @DomName('SVGPathSegCurvetoCubicSmoothAbs') |
| 5033 @Unstable() | 4545 @Unstable() |
| 5034 class PathSegCurvetoCubicSmoothAbs extends PathSeg { | 4546 class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
| 5035 // To suppress missing implicit constructor warnings. | 4547 // To suppress missing implicit constructor warnings. |
| 5036 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup
ported"); } | 4548 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup
ported"); } |
| 5037 | 4549 |
| 5038 | 4550 |
| 5039 @Deprecated("Internal Use Only") | 4551 @Deprecated("Internal Use Only") |
| 5040 static PathSegCurvetoCubicSmoothAbs internalCreatePathSegCurvetoCubicSmoothAbs
() { | 4552 external static Type get instanceRuntimeType; |
| 5041 return new PathSegCurvetoCubicSmoothAbs._internalWrap(); | |
| 5042 } | |
| 5043 | |
| 5044 external factory PathSegCurvetoCubicSmoothAbs._internalWrap(); | |
| 5045 | 4553 |
| 5046 @Deprecated("Internal Use Only") | 4554 @Deprecated("Internal Use Only") |
| 5047 PathSegCurvetoCubicSmoothAbs.internal_() : super.internal_(); | 4555 PathSegCurvetoCubicSmoothAbs.internal_() : super.internal_(); |
| 5048 | 4556 |
| 5049 | 4557 |
| 5050 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4558 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 5051 @DocsEditable() | 4559 @DocsEditable() |
| 5052 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(un
wrap_jso(this)); | 4560 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(th
is); |
| 5053 | 4561 |
| 5054 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4562 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 5055 @DocsEditable() | 4563 @DocsEditable() |
| 5056 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Set
ter_(unwrap_jso(this), value); | 4564 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Set
ter_(this, value); |
| 5057 | 4565 |
| 5058 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4566 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 5059 @DocsEditable() | 4567 @DocsEditable() |
| 5060 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_Getter_(
unwrap_jso(this)); | 4568 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_Getter_(
this); |
| 5061 | 4569 |
| 5062 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4570 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 5063 @DocsEditable() | 4571 @DocsEditable() |
| 5064 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_S
etter_(unwrap_jso(this), value); | 4572 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x2_S
etter_(this, value); |
| 5065 | 4573 |
| 5066 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') | 4574 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
| 5067 @DocsEditable() | 4575 @DocsEditable() |
| 5068 num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Getter_(un
wrap_jso(this)); | 4576 num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Getter_(th
is); |
| 5069 | 4577 |
| 5070 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') | 4578 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') |
| 5071 @DocsEditable() | 4579 @DocsEditable() |
| 5072 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Set
ter_(unwrap_jso(this), value); | 4580 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y_Set
ter_(this, value); |
| 5073 | 4581 |
| 5074 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') | 4582 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
| 5075 @DocsEditable() | 4583 @DocsEditable() |
| 5076 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Getter_(
unwrap_jso(this)); | 4584 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_Getter_(
this); |
| 5077 | 4585 |
| 5078 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') | 4586 @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') |
| 5079 @DocsEditable() | 4587 @DocsEditable() |
| 5080 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_S
etter_(unwrap_jso(this), value); | 4588 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.y2_S
etter_(this, value); |
| 5081 | 4589 |
| 5082 } | 4590 } |
| 5083 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4591 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5084 // for details. All rights reserved. Use of this source code is governed by a | 4592 // for details. All rights reserved. Use of this source code is governed by a |
| 5085 // BSD-style license that can be found in the LICENSE file. | 4593 // BSD-style license that can be found in the LICENSE file. |
| 5086 | 4594 |
| 5087 // WARNING: Do not edit - generated code. | 4595 // WARNING: Do not edit - generated code. |
| 5088 | 4596 |
| 5089 | 4597 |
| 5090 @DocsEditable() | 4598 @DocsEditable() |
| 5091 @DomName('SVGPathSegCurvetoCubicSmoothRel') | 4599 @DomName('SVGPathSegCurvetoCubicSmoothRel') |
| 5092 @Unstable() | 4600 @Unstable() |
| 5093 class PathSegCurvetoCubicSmoothRel extends PathSeg { | 4601 class PathSegCurvetoCubicSmoothRel extends PathSeg { |
| 5094 // To suppress missing implicit constructor warnings. | 4602 // To suppress missing implicit constructor warnings. |
| 5095 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup
ported"); } | 4603 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup
ported"); } |
| 5096 | 4604 |
| 5097 | 4605 |
| 5098 @Deprecated("Internal Use Only") | 4606 @Deprecated("Internal Use Only") |
| 5099 static PathSegCurvetoCubicSmoothRel internalCreatePathSegCurvetoCubicSmoothRel
() { | 4607 external static Type get instanceRuntimeType; |
| 5100 return new PathSegCurvetoCubicSmoothRel._internalWrap(); | |
| 5101 } | |
| 5102 | |
| 5103 external factory PathSegCurvetoCubicSmoothRel._internalWrap(); | |
| 5104 | 4608 |
| 5105 @Deprecated("Internal Use Only") | 4609 @Deprecated("Internal Use Only") |
| 5106 PathSegCurvetoCubicSmoothRel.internal_() : super.internal_(); | 4610 PathSegCurvetoCubicSmoothRel.internal_() : super.internal_(); |
| 5107 | 4611 |
| 5108 | 4612 |
| 5109 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4613 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 5110 @DocsEditable() | 4614 @DocsEditable() |
| 5111 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(un
wrap_jso(this)); | 4615 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(th
is); |
| 5112 | 4616 |
| 5113 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4617 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 5114 @DocsEditable() | 4618 @DocsEditable() |
| 5115 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Set
ter_(unwrap_jso(this), value); | 4619 set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Set
ter_(this, value); |
| 5116 | 4620 |
| 5117 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 4621 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 5118 @DocsEditable() | 4622 @DocsEditable() |
| 5119 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Getter_(
unwrap_jso(this)); | 4623 num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_Getter_(
this); |
| 5120 | 4624 |
| 5121 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 4625 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 5122 @DocsEditable() | 4626 @DocsEditable() |
| 5123 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_S
etter_(unwrap_jso(this), value); | 4627 set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x2_S
etter_(this, value); |
| 5124 | 4628 |
| 5125 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') | 4629 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
| 5126 @DocsEditable() | 4630 @DocsEditable() |
| 5127 num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Getter_(un
wrap_jso(this)); | 4631 num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Getter_(th
is); |
| 5128 | 4632 |
| 5129 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') | 4633 @DomName('SVGPathSegCurvetoCubicSmoothRel.y') |
| 5130 @DocsEditable() | 4634 @DocsEditable() |
| 5131 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Set
ter_(unwrap_jso(this), value); | 4635 set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y_Set
ter_(this, value); |
| 5132 | 4636 |
| 5133 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') | 4637 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
| 5134 @DocsEditable() | 4638 @DocsEditable() |
| 5135 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_Getter_(
unwrap_jso(this)); | 4639 num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_Getter_(
this); |
| 5136 | 4640 |
| 5137 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') | 4641 @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') |
| 5138 @DocsEditable() | 4642 @DocsEditable() |
| 5139 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_S
etter_(unwrap_jso(this), value); | 4643 set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.y2_S
etter_(this, value); |
| 5140 | 4644 |
| 5141 } | 4645 } |
| 5142 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4646 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5143 // for details. All rights reserved. Use of this source code is governed by a | 4647 // for details. All rights reserved. Use of this source code is governed by a |
| 5144 // BSD-style license that can be found in the LICENSE file. | 4648 // BSD-style license that can be found in the LICENSE file. |
| 5145 | 4649 |
| 5146 // WARNING: Do not edit - generated code. | 4650 // WARNING: Do not edit - generated code. |
| 5147 | 4651 |
| 5148 | 4652 |
| 5149 @DocsEditable() | 4653 @DocsEditable() |
| 5150 @DomName('SVGPathSegCurvetoQuadraticAbs') | 4654 @DomName('SVGPathSegCurvetoQuadraticAbs') |
| 5151 @Unstable() | 4655 @Unstable() |
| 5152 class PathSegCurvetoQuadraticAbs extends PathSeg { | 4656 class PathSegCurvetoQuadraticAbs extends PathSeg { |
| 5153 // To suppress missing implicit constructor warnings. | 4657 // To suppress missing implicit constructor warnings. |
| 5154 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo
rted"); } | 4658 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo
rted"); } |
| 5155 | 4659 |
| 5156 | 4660 |
| 5157 @Deprecated("Internal Use Only") | 4661 @Deprecated("Internal Use Only") |
| 5158 static PathSegCurvetoQuadraticAbs internalCreatePathSegCurvetoQuadraticAbs() { | 4662 external static Type get instanceRuntimeType; |
| 5159 return new PathSegCurvetoQuadraticAbs._internalWrap(); | |
| 5160 } | |
| 5161 | |
| 5162 external factory PathSegCurvetoQuadraticAbs._internalWrap(); | |
| 5163 | 4663 |
| 5164 @Deprecated("Internal Use Only") | 4664 @Deprecated("Internal Use Only") |
| 5165 PathSegCurvetoQuadraticAbs.internal_() : super.internal_(); | 4665 PathSegCurvetoQuadraticAbs.internal_() : super.internal_(); |
| 5166 | 4666 |
| 5167 | 4667 |
| 5168 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4668 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 5169 @DocsEditable() | 4669 @DocsEditable() |
| 5170 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(unwr
ap_jso(this)); | 4670 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(this
); |
| 5171 | 4671 |
| 5172 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4672 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 5173 @DocsEditable() | 4673 @DocsEditable() |
| 5174 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Sette
r_(unwrap_jso(this), value); | 4674 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Sette
r_(this, value); |
| 5175 | 4675 |
| 5176 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 4676 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 5177 @DocsEditable() | 4677 @DocsEditable() |
| 5178 num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Getter_(un
wrap_jso(this)); | 4678 num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Getter_(th
is); |
| 5179 | 4679 |
| 5180 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 4680 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 5181 @DocsEditable() | 4681 @DocsEditable() |
| 5182 set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Set
ter_(unwrap_jso(this), value); | 4682 set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x1_Set
ter_(this, value); |
| 5183 | 4683 |
| 5184 @DomName('SVGPathSegCurvetoQuadraticAbs.y') | 4684 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
| 5185 @DocsEditable() | 4685 @DocsEditable() |
| 5186 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Getter_(unwr
ap_jso(this)); | 4686 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Getter_(this
); |
| 5187 | 4687 |
| 5188 @DomName('SVGPathSegCurvetoQuadraticAbs.y') | 4688 @DomName('SVGPathSegCurvetoQuadraticAbs.y') |
| 5189 @DocsEditable() | 4689 @DocsEditable() |
| 5190 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Sette
r_(unwrap_jso(this), value); | 4690 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y_Sette
r_(this, value); |
| 5191 | 4691 |
| 5192 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') | 4692 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
| 5193 @DocsEditable() | 4693 @DocsEditable() |
| 5194 num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Getter_(un
wrap_jso(this)); | 4694 num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Getter_(th
is); |
| 5195 | 4695 |
| 5196 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') | 4696 @DomName('SVGPathSegCurvetoQuadraticAbs.y1') |
| 5197 @DocsEditable() | 4697 @DocsEditable() |
| 5198 set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Set
ter_(unwrap_jso(this), value); | 4698 set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.y1_Set
ter_(this, value); |
| 5199 | 4699 |
| 5200 } | 4700 } |
| 5201 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4701 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5202 // for details. All rights reserved. Use of this source code is governed by a | 4702 // for details. All rights reserved. Use of this source code is governed by a |
| 5203 // BSD-style license that can be found in the LICENSE file. | 4703 // BSD-style license that can be found in the LICENSE file. |
| 5204 | 4704 |
| 5205 // WARNING: Do not edit - generated code. | 4705 // WARNING: Do not edit - generated code. |
| 5206 | 4706 |
| 5207 | 4707 |
| 5208 @DocsEditable() | 4708 @DocsEditable() |
| 5209 @DomName('SVGPathSegCurvetoQuadraticRel') | 4709 @DomName('SVGPathSegCurvetoQuadraticRel') |
| 5210 @Unstable() | 4710 @Unstable() |
| 5211 class PathSegCurvetoQuadraticRel extends PathSeg { | 4711 class PathSegCurvetoQuadraticRel extends PathSeg { |
| 5212 // To suppress missing implicit constructor warnings. | 4712 // To suppress missing implicit constructor warnings. |
| 5213 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo
rted"); } | 4713 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo
rted"); } |
| 5214 | 4714 |
| 5215 | 4715 |
| 5216 @Deprecated("Internal Use Only") | 4716 @Deprecated("Internal Use Only") |
| 5217 static PathSegCurvetoQuadraticRel internalCreatePathSegCurvetoQuadraticRel() { | 4717 external static Type get instanceRuntimeType; |
| 5218 return new PathSegCurvetoQuadraticRel._internalWrap(); | |
| 5219 } | |
| 5220 | |
| 5221 external factory PathSegCurvetoQuadraticRel._internalWrap(); | |
| 5222 | 4718 |
| 5223 @Deprecated("Internal Use Only") | 4719 @Deprecated("Internal Use Only") |
| 5224 PathSegCurvetoQuadraticRel.internal_() : super.internal_(); | 4720 PathSegCurvetoQuadraticRel.internal_() : super.internal_(); |
| 5225 | 4721 |
| 5226 | 4722 |
| 5227 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4723 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 5228 @DocsEditable() | 4724 @DocsEditable() |
| 5229 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(unwr
ap_jso(this)); | 4725 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(this
); |
| 5230 | 4726 |
| 5231 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4727 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 5232 @DocsEditable() | 4728 @DocsEditable() |
| 5233 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Sette
r_(unwrap_jso(this), value); | 4729 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Sette
r_(this, value); |
| 5234 | 4730 |
| 5235 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 4731 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 5236 @DocsEditable() | 4732 @DocsEditable() |
| 5237 num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Getter_(un
wrap_jso(this)); | 4733 num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Getter_(th
is); |
| 5238 | 4734 |
| 5239 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 4735 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 5240 @DocsEditable() | 4736 @DocsEditable() |
| 5241 set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Set
ter_(unwrap_jso(this), value); | 4737 set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x1_Set
ter_(this, value); |
| 5242 | 4738 |
| 5243 @DomName('SVGPathSegCurvetoQuadraticRel.y') | 4739 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
| 5244 @DocsEditable() | 4740 @DocsEditable() |
| 5245 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Getter_(unwr
ap_jso(this)); | 4741 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Getter_(this
); |
| 5246 | 4742 |
| 5247 @DomName('SVGPathSegCurvetoQuadraticRel.y') | 4743 @DomName('SVGPathSegCurvetoQuadraticRel.y') |
| 5248 @DocsEditable() | 4744 @DocsEditable() |
| 5249 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Sette
r_(unwrap_jso(this), value); | 4745 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y_Sette
r_(this, value); |
| 5250 | 4746 |
| 5251 @DomName('SVGPathSegCurvetoQuadraticRel.y1') | 4747 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
| 5252 @DocsEditable() | 4748 @DocsEditable() |
| 5253 num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Getter_(un
wrap_jso(this)); | 4749 num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Getter_(th
is); |
| 5254 | 4750 |
| 5255 @DomName('SVGPathSegCurvetoQuadraticRel.y1') | 4751 @DomName('SVGPathSegCurvetoQuadraticRel.y1') |
| 5256 @DocsEditable() | 4752 @DocsEditable() |
| 5257 set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Set
ter_(unwrap_jso(this), value); | 4753 set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.y1_Set
ter_(this, value); |
| 5258 | 4754 |
| 5259 } | 4755 } |
| 5260 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4756 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5261 // for details. All rights reserved. Use of this source code is governed by a | 4757 // for details. All rights reserved. Use of this source code is governed by a |
| 5262 // BSD-style license that can be found in the LICENSE file. | 4758 // BSD-style license that can be found in the LICENSE file. |
| 5263 | 4759 |
| 5264 // WARNING: Do not edit - generated code. | 4760 // WARNING: Do not edit - generated code. |
| 5265 | 4761 |
| 5266 | 4762 |
| 5267 @DocsEditable() | 4763 @DocsEditable() |
| 5268 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') | 4764 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') |
| 5269 @Unstable() | 4765 @Unstable() |
| 5270 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { | 4766 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
| 5271 // To suppress missing implicit constructor warnings. | 4767 // To suppress missing implicit constructor warnings. |
| 5272 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not
supported"); } | 4768 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not
supported"); } |
| 5273 | 4769 |
| 5274 | 4770 |
| 5275 @Deprecated("Internal Use Only") | 4771 @Deprecated("Internal Use Only") |
| 5276 static PathSegCurvetoQuadraticSmoothAbs internalCreatePathSegCurvetoQuadraticS
moothAbs() { | 4772 external static Type get instanceRuntimeType; |
| 5277 return new PathSegCurvetoQuadraticSmoothAbs._internalWrap(); | |
| 5278 } | |
| 5279 | |
| 5280 external factory PathSegCurvetoQuadraticSmoothAbs._internalWrap(); | |
| 5281 | 4773 |
| 5282 @Deprecated("Internal Use Only") | 4774 @Deprecated("Internal Use Only") |
| 5283 PathSegCurvetoQuadraticSmoothAbs.internal_() : super.internal_(); | 4775 PathSegCurvetoQuadraticSmoothAbs.internal_() : super.internal_(); |
| 5284 | 4776 |
| 5285 | 4777 |
| 5286 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4778 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 5287 @DocsEditable() | 4779 @DocsEditable() |
| 5288 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter
_(unwrap_jso(this)); | 4780 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter
_(this); |
| 5289 | 4781 |
| 5290 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4782 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 5291 @DocsEditable() | 4783 @DocsEditable() |
| 5292 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x
_Setter_(unwrap_jso(this), value); | 4784 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x
_Setter_(this, value); |
| 5293 | 4785 |
| 5294 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4786 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 5295 @DocsEditable() | 4787 @DocsEditable() |
| 5296 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y_Getter
_(unwrap_jso(this)); | 4788 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y_Getter
_(this); |
| 5297 | 4789 |
| 5298 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4790 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 5299 @DocsEditable() | 4791 @DocsEditable() |
| 5300 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y
_Setter_(unwrap_jso(this), value); | 4792 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.y
_Setter_(this, value); |
| 5301 | 4793 |
| 5302 } | 4794 } |
| 5303 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4795 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5304 // for details. All rights reserved. Use of this source code is governed by a | 4796 // for details. All rights reserved. Use of this source code is governed by a |
| 5305 // BSD-style license that can be found in the LICENSE file. | 4797 // BSD-style license that can be found in the LICENSE file. |
| 5306 | 4798 |
| 5307 // WARNING: Do not edit - generated code. | 4799 // WARNING: Do not edit - generated code. |
| 5308 | 4800 |
| 5309 | 4801 |
| 5310 @DocsEditable() | 4802 @DocsEditable() |
| 5311 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') | 4803 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') |
| 5312 @Unstable() | 4804 @Unstable() |
| 5313 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { | 4805 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
| 5314 // To suppress missing implicit constructor warnings. | 4806 // To suppress missing implicit constructor warnings. |
| 5315 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not
supported"); } | 4807 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not
supported"); } |
| 5316 | 4808 |
| 5317 | 4809 |
| 5318 @Deprecated("Internal Use Only") | 4810 @Deprecated("Internal Use Only") |
| 5319 static PathSegCurvetoQuadraticSmoothRel internalCreatePathSegCurvetoQuadraticS
moothRel() { | 4811 external static Type get instanceRuntimeType; |
| 5320 return new PathSegCurvetoQuadraticSmoothRel._internalWrap(); | |
| 5321 } | |
| 5322 | |
| 5323 external factory PathSegCurvetoQuadraticSmoothRel._internalWrap(); | |
| 5324 | 4812 |
| 5325 @Deprecated("Internal Use Only") | 4813 @Deprecated("Internal Use Only") |
| 5326 PathSegCurvetoQuadraticSmoothRel.internal_() : super.internal_(); | 4814 PathSegCurvetoQuadraticSmoothRel.internal_() : super.internal_(); |
| 5327 | 4815 |
| 5328 | 4816 |
| 5329 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4817 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 5330 @DocsEditable() | 4818 @DocsEditable() |
| 5331 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter
_(unwrap_jso(this)); | 4819 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter
_(this); |
| 5332 | 4820 |
| 5333 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4821 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 5334 @DocsEditable() | 4822 @DocsEditable() |
| 5335 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x
_Setter_(unwrap_jso(this), value); | 4823 set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x
_Setter_(this, value); |
| 5336 | 4824 |
| 5337 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4825 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 5338 @DocsEditable() | 4826 @DocsEditable() |
| 5339 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y_Getter
_(unwrap_jso(this)); | 4827 num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y_Getter
_(this); |
| 5340 | 4828 |
| 5341 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4829 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 5342 @DocsEditable() | 4830 @DocsEditable() |
| 5343 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y
_Setter_(unwrap_jso(this), value); | 4831 set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.y
_Setter_(this, value); |
| 5344 | 4832 |
| 5345 } | 4833 } |
| 5346 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4834 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5347 // for details. All rights reserved. Use of this source code is governed by a | 4835 // for details. All rights reserved. Use of this source code is governed by a |
| 5348 // BSD-style license that can be found in the LICENSE file. | 4836 // BSD-style license that can be found in the LICENSE file. |
| 5349 | 4837 |
| 5350 // WARNING: Do not edit - generated code. | 4838 // WARNING: Do not edit - generated code. |
| 5351 | 4839 |
| 5352 | 4840 |
| 5353 @DocsEditable() | 4841 @DocsEditable() |
| 5354 @DomName('SVGPathSegLinetoAbs') | 4842 @DomName('SVGPathSegLinetoAbs') |
| 5355 @Unstable() | 4843 @Unstable() |
| 5356 class PathSegLinetoAbs extends PathSeg { | 4844 class PathSegLinetoAbs extends PathSeg { |
| 5357 // To suppress missing implicit constructor warnings. | 4845 // To suppress missing implicit constructor warnings. |
| 5358 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } | 4846 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } |
| 5359 | 4847 |
| 5360 | 4848 |
| 5361 @Deprecated("Internal Use Only") | 4849 @Deprecated("Internal Use Only") |
| 5362 static PathSegLinetoAbs internalCreatePathSegLinetoAbs() { | 4850 external static Type get instanceRuntimeType; |
| 5363 return new PathSegLinetoAbs._internalWrap(); | |
| 5364 } | |
| 5365 | |
| 5366 external factory PathSegLinetoAbs._internalWrap(); | |
| 5367 | 4851 |
| 5368 @Deprecated("Internal Use Only") | 4852 @Deprecated("Internal Use Only") |
| 5369 PathSegLinetoAbs.internal_() : super.internal_(); | 4853 PathSegLinetoAbs.internal_() : super.internal_(); |
| 5370 | 4854 |
| 5371 | 4855 |
| 5372 @DomName('SVGPathSegLinetoAbs.x') | 4856 @DomName('SVGPathSegLinetoAbs.x') |
| 5373 @DocsEditable() | 4857 @DocsEditable() |
| 5374 num get x => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Getter_(unwrap_jso(thi
s)); | 4858 num get x => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Getter_(this); |
| 5375 | 4859 |
| 5376 @DomName('SVGPathSegLinetoAbs.x') | 4860 @DomName('SVGPathSegLinetoAbs.x') |
| 5377 @DocsEditable() | 4861 @DocsEditable() |
| 5378 set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(unwrap_
jso(this), value); | 4862 set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(this, v
alue); |
| 5379 | 4863 |
| 5380 @DomName('SVGPathSegLinetoAbs.y') | 4864 @DomName('SVGPathSegLinetoAbs.y') |
| 5381 @DocsEditable() | 4865 @DocsEditable() |
| 5382 num get y => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Getter_(unwrap_jso(thi
s)); | 4866 num get y => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Getter_(this); |
| 5383 | 4867 |
| 5384 @DomName('SVGPathSegLinetoAbs.y') | 4868 @DomName('SVGPathSegLinetoAbs.y') |
| 5385 @DocsEditable() | 4869 @DocsEditable() |
| 5386 set y(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Setter_(unwrap_
jso(this), value); | 4870 set y(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.y_Setter_(this, v
alue); |
| 5387 | 4871 |
| 5388 } | 4872 } |
| 5389 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4873 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5390 // for details. All rights reserved. Use of this source code is governed by a | 4874 // for details. All rights reserved. Use of this source code is governed by a |
| 5391 // BSD-style license that can be found in the LICENSE file. | 4875 // BSD-style license that can be found in the LICENSE file. |
| 5392 | 4876 |
| 5393 // WARNING: Do not edit - generated code. | 4877 // WARNING: Do not edit - generated code. |
| 5394 | 4878 |
| 5395 | 4879 |
| 5396 @DocsEditable() | 4880 @DocsEditable() |
| 5397 @DomName('SVGPathSegLinetoHorizontalAbs') | 4881 @DomName('SVGPathSegLinetoHorizontalAbs') |
| 5398 @Unstable() | 4882 @Unstable() |
| 5399 class PathSegLinetoHorizontalAbs extends PathSeg { | 4883 class PathSegLinetoHorizontalAbs extends PathSeg { |
| 5400 // To suppress missing implicit constructor warnings. | 4884 // To suppress missing implicit constructor warnings. |
| 5401 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo
rted"); } | 4885 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo
rted"); } |
| 5402 | 4886 |
| 5403 | 4887 |
| 5404 @Deprecated("Internal Use Only") | 4888 @Deprecated("Internal Use Only") |
| 5405 static PathSegLinetoHorizontalAbs internalCreatePathSegLinetoHorizontalAbs() { | 4889 external static Type get instanceRuntimeType; |
| 5406 return new PathSegLinetoHorizontalAbs._internalWrap(); | |
| 5407 } | |
| 5408 | |
| 5409 external factory PathSegLinetoHorizontalAbs._internalWrap(); | |
| 5410 | 4890 |
| 5411 @Deprecated("Internal Use Only") | 4891 @Deprecated("Internal Use Only") |
| 5412 PathSegLinetoHorizontalAbs.internal_() : super.internal_(); | 4892 PathSegLinetoHorizontalAbs.internal_() : super.internal_(); |
| 5413 | 4893 |
| 5414 | 4894 |
| 5415 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4895 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 5416 @DocsEditable() | 4896 @DocsEditable() |
| 5417 num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(unwr
ap_jso(this)); | 4897 num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(this
); |
| 5418 | 4898 |
| 5419 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4899 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 5420 @DocsEditable() | 4900 @DocsEditable() |
| 5421 set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Sette
r_(unwrap_jso(this), value); | 4901 set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Sette
r_(this, value); |
| 5422 | 4902 |
| 5423 } | 4903 } |
| 5424 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4904 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5425 // for details. All rights reserved. Use of this source code is governed by a | 4905 // for details. All rights reserved. Use of this source code is governed by a |
| 5426 // BSD-style license that can be found in the LICENSE file. | 4906 // BSD-style license that can be found in the LICENSE file. |
| 5427 | 4907 |
| 5428 // WARNING: Do not edit - generated code. | 4908 // WARNING: Do not edit - generated code. |
| 5429 | 4909 |
| 5430 | 4910 |
| 5431 @DocsEditable() | 4911 @DocsEditable() |
| 5432 @DomName('SVGPathSegLinetoHorizontalRel') | 4912 @DomName('SVGPathSegLinetoHorizontalRel') |
| 5433 @Unstable() | 4913 @Unstable() |
| 5434 class PathSegLinetoHorizontalRel extends PathSeg { | 4914 class PathSegLinetoHorizontalRel extends PathSeg { |
| 5435 // To suppress missing implicit constructor warnings. | 4915 // To suppress missing implicit constructor warnings. |
| 5436 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo
rted"); } | 4916 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo
rted"); } |
| 5437 | 4917 |
| 5438 | 4918 |
| 5439 @Deprecated("Internal Use Only") | 4919 @Deprecated("Internal Use Only") |
| 5440 static PathSegLinetoHorizontalRel internalCreatePathSegLinetoHorizontalRel() { | 4920 external static Type get instanceRuntimeType; |
| 5441 return new PathSegLinetoHorizontalRel._internalWrap(); | |
| 5442 } | |
| 5443 | |
| 5444 external factory PathSegLinetoHorizontalRel._internalWrap(); | |
| 5445 | 4921 |
| 5446 @Deprecated("Internal Use Only") | 4922 @Deprecated("Internal Use Only") |
| 5447 PathSegLinetoHorizontalRel.internal_() : super.internal_(); | 4923 PathSegLinetoHorizontalRel.internal_() : super.internal_(); |
| 5448 | 4924 |
| 5449 | 4925 |
| 5450 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4926 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 5451 @DocsEditable() | 4927 @DocsEditable() |
| 5452 num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(unwr
ap_jso(this)); | 4928 num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(this
); |
| 5453 | 4929 |
| 5454 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4930 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 5455 @DocsEditable() | 4931 @DocsEditable() |
| 5456 set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Sette
r_(unwrap_jso(this), value); | 4932 set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Sette
r_(this, value); |
| 5457 | 4933 |
| 5458 } | 4934 } |
| 5459 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4935 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5460 // for details. All rights reserved. Use of this source code is governed by a | 4936 // for details. All rights reserved. Use of this source code is governed by a |
| 5461 // BSD-style license that can be found in the LICENSE file. | 4937 // BSD-style license that can be found in the LICENSE file. |
| 5462 | 4938 |
| 5463 // WARNING: Do not edit - generated code. | 4939 // WARNING: Do not edit - generated code. |
| 5464 | 4940 |
| 5465 | 4941 |
| 5466 @DocsEditable() | 4942 @DocsEditable() |
| 5467 @DomName('SVGPathSegLinetoRel') | 4943 @DomName('SVGPathSegLinetoRel') |
| 5468 @Unstable() | 4944 @Unstable() |
| 5469 class PathSegLinetoRel extends PathSeg { | 4945 class PathSegLinetoRel extends PathSeg { |
| 5470 // To suppress missing implicit constructor warnings. | 4946 // To suppress missing implicit constructor warnings. |
| 5471 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } | 4947 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } |
| 5472 | 4948 |
| 5473 | 4949 |
| 5474 @Deprecated("Internal Use Only") | 4950 @Deprecated("Internal Use Only") |
| 5475 static PathSegLinetoRel internalCreatePathSegLinetoRel() { | 4951 external static Type get instanceRuntimeType; |
| 5476 return new PathSegLinetoRel._internalWrap(); | |
| 5477 } | |
| 5478 | |
| 5479 external factory PathSegLinetoRel._internalWrap(); | |
| 5480 | 4952 |
| 5481 @Deprecated("Internal Use Only") | 4953 @Deprecated("Internal Use Only") |
| 5482 PathSegLinetoRel.internal_() : super.internal_(); | 4954 PathSegLinetoRel.internal_() : super.internal_(); |
| 5483 | 4955 |
| 5484 | 4956 |
| 5485 @DomName('SVGPathSegLinetoRel.x') | 4957 @DomName('SVGPathSegLinetoRel.x') |
| 5486 @DocsEditable() | 4958 @DocsEditable() |
| 5487 num get x => _blink.BlinkSVGPathSegLinetoRel.instance.x_Getter_(unwrap_jso(thi
s)); | 4959 num get x => _blink.BlinkSVGPathSegLinetoRel.instance.x_Getter_(this); |
| 5488 | 4960 |
| 5489 @DomName('SVGPathSegLinetoRel.x') | 4961 @DomName('SVGPathSegLinetoRel.x') |
| 5490 @DocsEditable() | 4962 @DocsEditable() |
| 5491 set x(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(unwrap_
jso(this), value); | 4963 set x(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(this, v
alue); |
| 5492 | 4964 |
| 5493 @DomName('SVGPathSegLinetoRel.y') | 4965 @DomName('SVGPathSegLinetoRel.y') |
| 5494 @DocsEditable() | 4966 @DocsEditable() |
| 5495 num get y => _blink.BlinkSVGPathSegLinetoRel.instance.y_Getter_(unwrap_jso(thi
s)); | 4967 num get y => _blink.BlinkSVGPathSegLinetoRel.instance.y_Getter_(this); |
| 5496 | 4968 |
| 5497 @DomName('SVGPathSegLinetoRel.y') | 4969 @DomName('SVGPathSegLinetoRel.y') |
| 5498 @DocsEditable() | 4970 @DocsEditable() |
| 5499 set y(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.y_Setter_(unwrap_
jso(this), value); | 4971 set y(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.y_Setter_(this, v
alue); |
| 5500 | 4972 |
| 5501 } | 4973 } |
| 5502 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4974 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5503 // for details. All rights reserved. Use of this source code is governed by a | 4975 // for details. All rights reserved. Use of this source code is governed by a |
| 5504 // BSD-style license that can be found in the LICENSE file. | 4976 // BSD-style license that can be found in the LICENSE file. |
| 5505 | 4977 |
| 5506 // WARNING: Do not edit - generated code. | 4978 // WARNING: Do not edit - generated code. |
| 5507 | 4979 |
| 5508 | 4980 |
| 5509 @DocsEditable() | 4981 @DocsEditable() |
| 5510 @DomName('SVGPathSegLinetoVerticalAbs') | 4982 @DomName('SVGPathSegLinetoVerticalAbs') |
| 5511 @Unstable() | 4983 @Unstable() |
| 5512 class PathSegLinetoVerticalAbs extends PathSeg { | 4984 class PathSegLinetoVerticalAbs extends PathSeg { |
| 5513 // To suppress missing implicit constructor warnings. | 4985 // To suppress missing implicit constructor warnings. |
| 5514 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support
ed"); } | 4986 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support
ed"); } |
| 5515 | 4987 |
| 5516 | 4988 |
| 5517 @Deprecated("Internal Use Only") | 4989 @Deprecated("Internal Use Only") |
| 5518 static PathSegLinetoVerticalAbs internalCreatePathSegLinetoVerticalAbs() { | 4990 external static Type get instanceRuntimeType; |
| 5519 return new PathSegLinetoVerticalAbs._internalWrap(); | |
| 5520 } | |
| 5521 | |
| 5522 external factory PathSegLinetoVerticalAbs._internalWrap(); | |
| 5523 | 4991 |
| 5524 @Deprecated("Internal Use Only") | 4992 @Deprecated("Internal Use Only") |
| 5525 PathSegLinetoVerticalAbs.internal_() : super.internal_(); | 4993 PathSegLinetoVerticalAbs.internal_() : super.internal_(); |
| 5526 | 4994 |
| 5527 | 4995 |
| 5528 @DomName('SVGPathSegLinetoVerticalAbs.y') | 4996 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 5529 @DocsEditable() | 4997 @DocsEditable() |
| 5530 num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Getter_(unwrap
_jso(this)); | 4998 num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Getter_(this); |
| 5531 | 4999 |
| 5532 @DomName('SVGPathSegLinetoVerticalAbs.y') | 5000 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 5533 @DocsEditable() | 5001 @DocsEditable() |
| 5534 set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Setter_
(unwrap_jso(this), value); | 5002 set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Setter_
(this, value); |
| 5535 | 5003 |
| 5536 } | 5004 } |
| 5537 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5005 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5538 // for details. All rights reserved. Use of this source code is governed by a | 5006 // for details. All rights reserved. Use of this source code is governed by a |
| 5539 // BSD-style license that can be found in the LICENSE file. | 5007 // BSD-style license that can be found in the LICENSE file. |
| 5540 | 5008 |
| 5541 // WARNING: Do not edit - generated code. | 5009 // WARNING: Do not edit - generated code. |
| 5542 | 5010 |
| 5543 | 5011 |
| 5544 @DocsEditable() | 5012 @DocsEditable() |
| 5545 @DomName('SVGPathSegLinetoVerticalRel') | 5013 @DomName('SVGPathSegLinetoVerticalRel') |
| 5546 @Unstable() | 5014 @Unstable() |
| 5547 class PathSegLinetoVerticalRel extends PathSeg { | 5015 class PathSegLinetoVerticalRel extends PathSeg { |
| 5548 // To suppress missing implicit constructor warnings. | 5016 // To suppress missing implicit constructor warnings. |
| 5549 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support
ed"); } | 5017 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support
ed"); } |
| 5550 | 5018 |
| 5551 | 5019 |
| 5552 @Deprecated("Internal Use Only") | 5020 @Deprecated("Internal Use Only") |
| 5553 static PathSegLinetoVerticalRel internalCreatePathSegLinetoVerticalRel() { | 5021 external static Type get instanceRuntimeType; |
| 5554 return new PathSegLinetoVerticalRel._internalWrap(); | |
| 5555 } | |
| 5556 | |
| 5557 external factory PathSegLinetoVerticalRel._internalWrap(); | |
| 5558 | 5022 |
| 5559 @Deprecated("Internal Use Only") | 5023 @Deprecated("Internal Use Only") |
| 5560 PathSegLinetoVerticalRel.internal_() : super.internal_(); | 5024 PathSegLinetoVerticalRel.internal_() : super.internal_(); |
| 5561 | 5025 |
| 5562 | 5026 |
| 5563 @DomName('SVGPathSegLinetoVerticalRel.y') | 5027 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 5564 @DocsEditable() | 5028 @DocsEditable() |
| 5565 num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Getter_(unwrap
_jso(this)); | 5029 num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Getter_(this); |
| 5566 | 5030 |
| 5567 @DomName('SVGPathSegLinetoVerticalRel.y') | 5031 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 5568 @DocsEditable() | 5032 @DocsEditable() |
| 5569 set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Setter_
(unwrap_jso(this), value); | 5033 set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Setter_
(this, value); |
| 5570 | 5034 |
| 5571 } | 5035 } |
| 5572 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5036 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5573 // for details. All rights reserved. Use of this source code is governed by a | 5037 // for details. All rights reserved. Use of this source code is governed by a |
| 5574 // BSD-style license that can be found in the LICENSE file. | 5038 // BSD-style license that can be found in the LICENSE file. |
| 5575 | 5039 |
| 5576 // WARNING: Do not edit - generated code. | 5040 // WARNING: Do not edit - generated code. |
| 5577 | 5041 |
| 5578 | 5042 |
| 5579 @DocsEditable() | 5043 @DocsEditable() |
| 5580 @DomName('SVGPathSegList') | 5044 @DomName('SVGPathSegList') |
| 5581 @Unstable() | 5045 @Unstable() |
| 5582 class PathSegList extends DartHtmlDomObject with ListMixin<PathSeg>, ImmutableLi
stMixin<PathSeg> implements List<PathSeg> { | 5046 class PathSegList extends DartHtmlDomObject with ListMixin<PathSeg>, ImmutableLi
stMixin<PathSeg> implements List<PathSeg> { |
| 5583 // To suppress missing implicit constructor warnings. | 5047 // To suppress missing implicit constructor warnings. |
| 5584 factory PathSegList._() { throw new UnsupportedError("Not supported"); } | 5048 factory PathSegList._() { throw new UnsupportedError("Not supported"); } |
| 5585 | 5049 |
| 5050 |
| 5586 @Deprecated("Internal Use Only") | 5051 @Deprecated("Internal Use Only") |
| 5587 static PathSegList internalCreatePathSegList() { | 5052 external static Type get instanceRuntimeType; |
| 5588 return new PathSegList._internalWrap(); | |
| 5589 } | |
| 5590 | |
| 5591 factory PathSegList._internalWrap() { | |
| 5592 return new PathSegList.internal_(); | |
| 5593 } | |
| 5594 | 5053 |
| 5595 @Deprecated("Internal Use Only") | 5054 @Deprecated("Internal Use Only") |
| 5596 PathSegList.internal_() { } | 5055 PathSegList.internal_() { } |
| 5597 | 5056 |
| 5598 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 5599 int get hashCode => unwrap_jso(this).hashCode; | |
| 5600 | |
| 5601 @DomName('SVGPathSegList.length') | 5057 @DomName('SVGPathSegList.length') |
| 5602 @DocsEditable() | 5058 @DocsEditable() |
| 5603 @Experimental() // untriaged | 5059 @Experimental() // untriaged |
| 5604 int get length => _blink.BlinkSVGPathSegList.instance.length_Getter_(unwrap_js
o(this)); | 5060 int get length => _blink.BlinkSVGPathSegList.instance.length_Getter_(this); |
| 5605 | 5061 |
| 5606 @DomName('SVGPathSegList.numberOfItems') | 5062 @DomName('SVGPathSegList.numberOfItems') |
| 5607 @DocsEditable() | 5063 @DocsEditable() |
| 5608 int get numberOfItems => _blink.BlinkSVGPathSegList.instance.numberOfItems_Get
ter_(unwrap_jso(this)); | 5064 int get numberOfItems => _blink.BlinkSVGPathSegList.instance.numberOfItems_Get
ter_(this); |
| 5609 | 5065 |
| 5610 PathSeg operator[](int index) { | 5066 PathSeg operator[](int index) { |
| 5611 if (index < 0 || index >= length) | 5067 if (index < 0 || index >= length) |
| 5612 throw new RangeError.index(index, this); | 5068 throw new RangeError.index(index, this); |
| 5613 return getItem(index); | 5069 return getItem(index); |
| 5614 } | 5070 } |
| 5615 | 5071 |
| 5616 void operator[]=(int index, PathSeg value) { | 5072 void operator[]=(int index, PathSeg value) { |
| 5617 throw new UnsupportedError("Cannot assign element of immutable List."); | 5073 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 5618 } | 5074 } |
| (...skipping 28 matching lines...) Expand all Loading... |
| 5647 if (len == 0) throw new StateError("No elements"); | 5103 if (len == 0) throw new StateError("No elements"); |
| 5648 throw new StateError("More than one element"); | 5104 throw new StateError("More than one element"); |
| 5649 } | 5105 } |
| 5650 | 5106 |
| 5651 PathSeg elementAt(int index) => this[index]; | 5107 PathSeg elementAt(int index) => this[index]; |
| 5652 // -- end List<PathSeg> mixins. | 5108 // -- end List<PathSeg> mixins. |
| 5653 | 5109 |
| 5654 @DomName('SVGPathSegList.__setter__') | 5110 @DomName('SVGPathSegList.__setter__') |
| 5655 @DocsEditable() | 5111 @DocsEditable() |
| 5656 @Experimental() // untriaged | 5112 @Experimental() // untriaged |
| 5657 void __setter__(int index, PathSeg newItem) => _blink.BlinkSVGPathSegList.inst
ance.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); | 5113 void __setter__(int index, PathSeg newItem) => _blink.BlinkSVGPathSegList.inst
ance.$__setter___Callback_2_(this, index, newItem); |
| 5658 | 5114 |
| 5659 @DomName('SVGPathSegList.appendItem') | 5115 @DomName('SVGPathSegList.appendItem') |
| 5660 @DocsEditable() | 5116 @DocsEditable() |
| 5661 PathSeg appendItem(PathSeg newItem) => wrap_jso(_blink.BlinkSVGPathSegList.ins
tance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); | 5117 PathSeg appendItem(PathSeg newItem) => _blink.BlinkSVGPathSegList.instance.app
endItem_Callback_1_(this, newItem); |
| 5662 | 5118 |
| 5663 @DomName('SVGPathSegList.clear') | 5119 @DomName('SVGPathSegList.clear') |
| 5664 @DocsEditable() | 5120 @DocsEditable() |
| 5665 void clear() => _blink.BlinkSVGPathSegList.instance.clear_Callback_0_(unwrap_j
so(this)); | 5121 void clear() => _blink.BlinkSVGPathSegList.instance.clear_Callback_0_(this); |
| 5666 | 5122 |
| 5667 @DomName('SVGPathSegList.getItem') | 5123 @DomName('SVGPathSegList.getItem') |
| 5668 @DocsEditable() | 5124 @DocsEditable() |
| 5669 PathSeg getItem(int index) => wrap_jso(_blink.BlinkSVGPathSegList.instance.get
Item_Callback_1_(unwrap_jso(this), index)); | 5125 PathSeg getItem(int index) => _blink.BlinkSVGPathSegList.instance.getItem_Call
back_1_(this, index); |
| 5670 | 5126 |
| 5671 @DomName('SVGPathSegList.initialize') | 5127 @DomName('SVGPathSegList.initialize') |
| 5672 @DocsEditable() | 5128 @DocsEditable() |
| 5673 PathSeg initialize(PathSeg newItem) => wrap_jso(_blink.BlinkSVGPathSegList.ins
tance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); | 5129 PathSeg initialize(PathSeg newItem) => _blink.BlinkSVGPathSegList.instance.ini
tialize_Callback_1_(this, newItem); |
| 5674 | 5130 |
| 5675 @DomName('SVGPathSegList.insertItemBefore') | 5131 @DomName('SVGPathSegList.insertItemBefore') |
| 5676 @DocsEditable() | 5132 @DocsEditable() |
| 5677 PathSeg insertItemBefore(PathSeg newItem, int index) => wrap_jso(_blink.BlinkS
VGPathSegList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso
(newItem), index)); | 5133 PathSeg insertItemBefore(PathSeg newItem, int index) => _blink.BlinkSVGPathSeg
List.instance.insertItemBefore_Callback_2_(this, newItem, index); |
| 5678 | 5134 |
| 5679 @DomName('SVGPathSegList.removeItem') | 5135 @DomName('SVGPathSegList.removeItem') |
| 5680 @DocsEditable() | 5136 @DocsEditable() |
| 5681 PathSeg removeItem(int index) => wrap_jso(_blink.BlinkSVGPathSegList.instance.
removeItem_Callback_1_(unwrap_jso(this), index)); | 5137 PathSeg removeItem(int index) => _blink.BlinkSVGPathSegList.instance.removeIte
m_Callback_1_(this, index); |
| 5682 | 5138 |
| 5683 @DomName('SVGPathSegList.replaceItem') | 5139 @DomName('SVGPathSegList.replaceItem') |
| 5684 @DocsEditable() | 5140 @DocsEditable() |
| 5685 PathSeg replaceItem(PathSeg newItem, int index) => wrap_jso(_blink.BlinkSVGPat
hSegList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem),
index)); | 5141 PathSeg replaceItem(PathSeg newItem, int index) => _blink.BlinkSVGPathSegList.
instance.replaceItem_Callback_2_(this, newItem, index); |
| 5686 | 5142 |
| 5687 } | 5143 } |
| 5688 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5144 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5689 // for details. All rights reserved. Use of this source code is governed by a | 5145 // for details. All rights reserved. Use of this source code is governed by a |
| 5690 // BSD-style license that can be found in the LICENSE file. | 5146 // BSD-style license that can be found in the LICENSE file. |
| 5691 | 5147 |
| 5692 // WARNING: Do not edit - generated code. | 5148 // WARNING: Do not edit - generated code. |
| 5693 | 5149 |
| 5694 | 5150 |
| 5695 @DocsEditable() | 5151 @DocsEditable() |
| 5696 @DomName('SVGPathSegMovetoAbs') | 5152 @DomName('SVGPathSegMovetoAbs') |
| 5697 @Unstable() | 5153 @Unstable() |
| 5698 class PathSegMovetoAbs extends PathSeg { | 5154 class PathSegMovetoAbs extends PathSeg { |
| 5699 // To suppress missing implicit constructor warnings. | 5155 // To suppress missing implicit constructor warnings. |
| 5700 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } | 5156 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } |
| 5701 | 5157 |
| 5702 | 5158 |
| 5703 @Deprecated("Internal Use Only") | 5159 @Deprecated("Internal Use Only") |
| 5704 static PathSegMovetoAbs internalCreatePathSegMovetoAbs() { | 5160 external static Type get instanceRuntimeType; |
| 5705 return new PathSegMovetoAbs._internalWrap(); | |
| 5706 } | |
| 5707 | |
| 5708 external factory PathSegMovetoAbs._internalWrap(); | |
| 5709 | 5161 |
| 5710 @Deprecated("Internal Use Only") | 5162 @Deprecated("Internal Use Only") |
| 5711 PathSegMovetoAbs.internal_() : super.internal_(); | 5163 PathSegMovetoAbs.internal_() : super.internal_(); |
| 5712 | 5164 |
| 5713 | 5165 |
| 5714 @DomName('SVGPathSegMovetoAbs.x') | 5166 @DomName('SVGPathSegMovetoAbs.x') |
| 5715 @DocsEditable() | 5167 @DocsEditable() |
| 5716 num get x => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Getter_(unwrap_jso(thi
s)); | 5168 num get x => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Getter_(this); |
| 5717 | 5169 |
| 5718 @DomName('SVGPathSegMovetoAbs.x') | 5170 @DomName('SVGPathSegMovetoAbs.x') |
| 5719 @DocsEditable() | 5171 @DocsEditable() |
| 5720 set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(unwrap_
jso(this), value); | 5172 set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(this, v
alue); |
| 5721 | 5173 |
| 5722 @DomName('SVGPathSegMovetoAbs.y') | 5174 @DomName('SVGPathSegMovetoAbs.y') |
| 5723 @DocsEditable() | 5175 @DocsEditable() |
| 5724 num get y => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Getter_(unwrap_jso(thi
s)); | 5176 num get y => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Getter_(this); |
| 5725 | 5177 |
| 5726 @DomName('SVGPathSegMovetoAbs.y') | 5178 @DomName('SVGPathSegMovetoAbs.y') |
| 5727 @DocsEditable() | 5179 @DocsEditable() |
| 5728 set y(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Setter_(unwrap_
jso(this), value); | 5180 set y(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.y_Setter_(this, v
alue); |
| 5729 | 5181 |
| 5730 } | 5182 } |
| 5731 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5183 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5732 // for details. All rights reserved. Use of this source code is governed by a | 5184 // for details. All rights reserved. Use of this source code is governed by a |
| 5733 // BSD-style license that can be found in the LICENSE file. | 5185 // BSD-style license that can be found in the LICENSE file. |
| 5734 | 5186 |
| 5735 // WARNING: Do not edit - generated code. | 5187 // WARNING: Do not edit - generated code. |
| 5736 | 5188 |
| 5737 | 5189 |
| 5738 @DocsEditable() | 5190 @DocsEditable() |
| 5739 @DomName('SVGPathSegMovetoRel') | 5191 @DomName('SVGPathSegMovetoRel') |
| 5740 @Unstable() | 5192 @Unstable() |
| 5741 class PathSegMovetoRel extends PathSeg { | 5193 class PathSegMovetoRel extends PathSeg { |
| 5742 // To suppress missing implicit constructor warnings. | 5194 // To suppress missing implicit constructor warnings. |
| 5743 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } | 5195 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } |
| 5744 | 5196 |
| 5745 | 5197 |
| 5746 @Deprecated("Internal Use Only") | 5198 @Deprecated("Internal Use Only") |
| 5747 static PathSegMovetoRel internalCreatePathSegMovetoRel() { | 5199 external static Type get instanceRuntimeType; |
| 5748 return new PathSegMovetoRel._internalWrap(); | |
| 5749 } | |
| 5750 | |
| 5751 external factory PathSegMovetoRel._internalWrap(); | |
| 5752 | 5200 |
| 5753 @Deprecated("Internal Use Only") | 5201 @Deprecated("Internal Use Only") |
| 5754 PathSegMovetoRel.internal_() : super.internal_(); | 5202 PathSegMovetoRel.internal_() : super.internal_(); |
| 5755 | 5203 |
| 5756 | 5204 |
| 5757 @DomName('SVGPathSegMovetoRel.x') | 5205 @DomName('SVGPathSegMovetoRel.x') |
| 5758 @DocsEditable() | 5206 @DocsEditable() |
| 5759 num get x => _blink.BlinkSVGPathSegMovetoRel.instance.x_Getter_(unwrap_jso(thi
s)); | 5207 num get x => _blink.BlinkSVGPathSegMovetoRel.instance.x_Getter_(this); |
| 5760 | 5208 |
| 5761 @DomName('SVGPathSegMovetoRel.x') | 5209 @DomName('SVGPathSegMovetoRel.x') |
| 5762 @DocsEditable() | 5210 @DocsEditable() |
| 5763 set x(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(unwrap_
jso(this), value); | 5211 set x(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(this, v
alue); |
| 5764 | 5212 |
| 5765 @DomName('SVGPathSegMovetoRel.y') | 5213 @DomName('SVGPathSegMovetoRel.y') |
| 5766 @DocsEditable() | 5214 @DocsEditable() |
| 5767 num get y => _blink.BlinkSVGPathSegMovetoRel.instance.y_Getter_(unwrap_jso(thi
s)); | 5215 num get y => _blink.BlinkSVGPathSegMovetoRel.instance.y_Getter_(this); |
| 5768 | 5216 |
| 5769 @DomName('SVGPathSegMovetoRel.y') | 5217 @DomName('SVGPathSegMovetoRel.y') |
| 5770 @DocsEditable() | 5218 @DocsEditable() |
| 5771 set y(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.y_Setter_(unwrap_
jso(this), value); | 5219 set y(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.y_Setter_(this, v
alue); |
| 5772 | 5220 |
| 5773 } | 5221 } |
| 5774 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5222 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5775 // for details. All rights reserved. Use of this source code is governed by a | 5223 // for details. All rights reserved. Use of this source code is governed by a |
| 5776 // BSD-style license that can be found in the LICENSE file. | 5224 // BSD-style license that can be found in the LICENSE file. |
| 5777 | 5225 |
| 5778 // WARNING: Do not edit - generated code. | 5226 // WARNING: Do not edit - generated code. |
| 5779 | 5227 |
| 5780 | 5228 |
| 5781 @DocsEditable() | 5229 @DocsEditable() |
| 5782 @DomName('SVGPatternElement') | 5230 @DomName('SVGPatternElement') |
| 5783 @Unstable() | 5231 @Unstable() |
| 5784 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T
ests { | 5232 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T
ests { |
| 5785 // To suppress missing implicit constructor warnings. | 5233 // To suppress missing implicit constructor warnings. |
| 5786 factory PatternElement._() { throw new UnsupportedError("Not supported"); } | 5234 factory PatternElement._() { throw new UnsupportedError("Not supported"); } |
| 5787 | 5235 |
| 5788 @DomName('SVGPatternElement.SVGPatternElement') | 5236 @DomName('SVGPatternElement.SVGPatternElement') |
| 5789 @DocsEditable() | 5237 @DocsEditable() |
| 5790 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 5238 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); |
| 5791 | 5239 |
| 5792 | 5240 |
| 5793 @Deprecated("Internal Use Only") | 5241 @Deprecated("Internal Use Only") |
| 5794 static PatternElement internalCreatePatternElement() { | 5242 external static Type get instanceRuntimeType; |
| 5795 return new PatternElement._internalWrap(); | |
| 5796 } | |
| 5797 | |
| 5798 external factory PatternElement._internalWrap(); | |
| 5799 | 5243 |
| 5800 @Deprecated("Internal Use Only") | 5244 @Deprecated("Internal Use Only") |
| 5801 PatternElement.internal_() : super.internal_(); | 5245 PatternElement.internal_() : super.internal_(); |
| 5802 | 5246 |
| 5803 /** | 5247 /** |
| 5804 * Constructor instantiated by the DOM when a custom element has been created. | 5248 * Constructor instantiated by the DOM when a custom element has been created. |
| 5805 * | 5249 * |
| 5806 * This can only be called by subclasses from their created constructor. | 5250 * This can only be called by subclasses from their created constructor. |
| 5807 */ | 5251 */ |
| 5808 PatternElement.created() : super.created(); | 5252 PatternElement.created() : super.created(); |
| 5809 | 5253 |
| 5810 @DomName('SVGPatternElement.height') | 5254 @DomName('SVGPatternElement.height') |
| 5811 @DocsEditable() | 5255 @DocsEditable() |
| 5812 AnimatedLength get height => wrap_jso(_blink.BlinkSVGPatternElement.instance.h
eight_Getter_(unwrap_jso(this))); | 5256 AnimatedLength get height => _blink.BlinkSVGPatternElement.instance.height_Get
ter_(this); |
| 5813 | 5257 |
| 5814 @DomName('SVGPatternElement.patternContentUnits') | 5258 @DomName('SVGPatternElement.patternContentUnits') |
| 5815 @DocsEditable() | 5259 @DocsEditable() |
| 5816 AnimatedEnumeration get patternContentUnits => wrap_jso(_blink.BlinkSVGPattern
Element.instance.patternContentUnits_Getter_(unwrap_jso(this))); | 5260 AnimatedEnumeration get patternContentUnits => _blink.BlinkSVGPatternElement.i
nstance.patternContentUnits_Getter_(this); |
| 5817 | 5261 |
| 5818 @DomName('SVGPatternElement.patternTransform') | 5262 @DomName('SVGPatternElement.patternTransform') |
| 5819 @DocsEditable() | 5263 @DocsEditable() |
| 5820 AnimatedTransformList get patternTransform => wrap_jso(_blink.BlinkSVGPatternE
lement.instance.patternTransform_Getter_(unwrap_jso(this))); | 5264 AnimatedTransformList get patternTransform => _blink.BlinkSVGPatternElement.in
stance.patternTransform_Getter_(this); |
| 5821 | 5265 |
| 5822 @DomName('SVGPatternElement.patternUnits') | 5266 @DomName('SVGPatternElement.patternUnits') |
| 5823 @DocsEditable() | 5267 @DocsEditable() |
| 5824 AnimatedEnumeration get patternUnits => wrap_jso(_blink.BlinkSVGPatternElement
.instance.patternUnits_Getter_(unwrap_jso(this))); | 5268 AnimatedEnumeration get patternUnits => _blink.BlinkSVGPatternElement.instance
.patternUnits_Getter_(this); |
| 5825 | 5269 |
| 5826 @DomName('SVGPatternElement.width') | 5270 @DomName('SVGPatternElement.width') |
| 5827 @DocsEditable() | 5271 @DocsEditable() |
| 5828 AnimatedLength get width => wrap_jso(_blink.BlinkSVGPatternElement.instance.wi
dth_Getter_(unwrap_jso(this))); | 5272 AnimatedLength get width => _blink.BlinkSVGPatternElement.instance.width_Gette
r_(this); |
| 5829 | 5273 |
| 5830 @DomName('SVGPatternElement.x') | 5274 @DomName('SVGPatternElement.x') |
| 5831 @DocsEditable() | 5275 @DocsEditable() |
| 5832 AnimatedLength get x => wrap_jso(_blink.BlinkSVGPatternElement.instance.x_Gett
er_(unwrap_jso(this))); | 5276 AnimatedLength get x => _blink.BlinkSVGPatternElement.instance.x_Getter_(this)
; |
| 5833 | 5277 |
| 5834 @DomName('SVGPatternElement.y') | 5278 @DomName('SVGPatternElement.y') |
| 5835 @DocsEditable() | 5279 @DocsEditable() |
| 5836 AnimatedLength get y => wrap_jso(_blink.BlinkSVGPatternElement.instance.y_Gett
er_(unwrap_jso(this))); | 5280 AnimatedLength get y => _blink.BlinkSVGPatternElement.instance.y_Getter_(this)
; |
| 5837 | 5281 |
| 5838 @DomName('SVGPatternElement.preserveAspectRatio') | 5282 @DomName('SVGPatternElement.preserveAspectRatio') |
| 5839 @DocsEditable() | 5283 @DocsEditable() |
| 5840 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV
GPatternElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); | 5284 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGPatternE
lement.instance.preserveAspectRatio_Getter_(this); |
| 5841 | 5285 |
| 5842 @DomName('SVGPatternElement.viewBox') | 5286 @DomName('SVGPatternElement.viewBox') |
| 5843 @DocsEditable() | 5287 @DocsEditable() |
| 5844 AnimatedRect get viewBox => wrap_jso(_blink.BlinkSVGPatternElement.instance.vi
ewBox_Getter_(unwrap_jso(this))); | 5288 AnimatedRect get viewBox => _blink.BlinkSVGPatternElement.instance.viewBox_Get
ter_(this); |
| 5845 | 5289 |
| 5846 @DomName('SVGPatternElement.requiredExtensions') | 5290 @DomName('SVGPatternElement.requiredExtensions') |
| 5847 @DocsEditable() | 5291 @DocsEditable() |
| 5848 StringList get requiredExtensions => wrap_jso(_blink.BlinkSVGPatternElement.in
stance.requiredExtensions_Getter_(unwrap_jso(this))); | 5292 StringList get requiredExtensions => _blink.BlinkSVGPatternElement.instance.re
quiredExtensions_Getter_(this); |
| 5849 | 5293 |
| 5850 @DomName('SVGPatternElement.requiredFeatures') | 5294 @DomName('SVGPatternElement.requiredFeatures') |
| 5851 @DocsEditable() | 5295 @DocsEditable() |
| 5852 StringList get requiredFeatures => wrap_jso(_blink.BlinkSVGPatternElement.inst
ance.requiredFeatures_Getter_(unwrap_jso(this))); | 5296 StringList get requiredFeatures => _blink.BlinkSVGPatternElement.instance.requ
iredFeatures_Getter_(this); |
| 5853 | 5297 |
| 5854 @DomName('SVGPatternElement.systemLanguage') | 5298 @DomName('SVGPatternElement.systemLanguage') |
| 5855 @DocsEditable() | 5299 @DocsEditable() |
| 5856 StringList get systemLanguage => wrap_jso(_blink.BlinkSVGPatternElement.instan
ce.systemLanguage_Getter_(unwrap_jso(this))); | 5300 StringList get systemLanguage => _blink.BlinkSVGPatternElement.instance.system
Language_Getter_(this); |
| 5857 | 5301 |
| 5858 @DomName('SVGPatternElement.hasExtension') | 5302 @DomName('SVGPatternElement.hasExtension') |
| 5859 @DocsEditable() | 5303 @DocsEditable() |
| 5860 bool hasExtension(String extension) => _blink.BlinkSVGPatternElement.instance.
hasExtension_Callback_1_(unwrap_jso(this), extension); | 5304 bool hasExtension(String extension) => _blink.BlinkSVGPatternElement.instance.
hasExtension_Callback_1_(this, extension); |
| 5861 | 5305 |
| 5862 @DomName('SVGPatternElement.href') | 5306 @DomName('SVGPatternElement.href') |
| 5863 @DocsEditable() | 5307 @DocsEditable() |
| 5864 AnimatedString get href => wrap_jso(_blink.BlinkSVGPatternElement.instance.hre
f_Getter_(unwrap_jso(this))); | 5308 AnimatedString get href => _blink.BlinkSVGPatternElement.instance.href_Getter_
(this); |
| 5865 | 5309 |
| 5866 } | 5310 } |
| 5867 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5311 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5868 // for details. All rights reserved. Use of this source code is governed by a | 5312 // for details. All rights reserved. Use of this source code is governed by a |
| 5869 // BSD-style license that can be found in the LICENSE file. | 5313 // BSD-style license that can be found in the LICENSE file. |
| 5870 | 5314 |
| 5871 // WARNING: Do not edit - generated code. | 5315 // WARNING: Do not edit - generated code. |
| 5872 | 5316 |
| 5873 | 5317 |
| 5874 @DocsEditable() | 5318 @DocsEditable() |
| 5875 @DomName('SVGPoint') | 5319 @DomName('SVGPoint') |
| 5876 @Unstable() | 5320 @Unstable() |
| 5877 class Point extends DartHtmlDomObject { | 5321 class Point extends DartHtmlDomObject { |
| 5878 // To suppress missing implicit constructor warnings. | 5322 // To suppress missing implicit constructor warnings. |
| 5879 factory Point._() { throw new UnsupportedError("Not supported"); } | 5323 factory Point._() { throw new UnsupportedError("Not supported"); } |
| 5880 | 5324 |
| 5325 |
| 5881 @Deprecated("Internal Use Only") | 5326 @Deprecated("Internal Use Only") |
| 5882 static Point internalCreatePoint() { | 5327 external static Type get instanceRuntimeType; |
| 5883 return new Point._internalWrap(); | |
| 5884 } | |
| 5885 | |
| 5886 factory Point._internalWrap() { | |
| 5887 return new Point.internal_(); | |
| 5888 } | |
| 5889 | 5328 |
| 5890 @Deprecated("Internal Use Only") | 5329 @Deprecated("Internal Use Only") |
| 5891 Point.internal_() { } | 5330 Point.internal_() { } |
| 5892 | 5331 |
| 5893 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 5894 int get hashCode => unwrap_jso(this).hashCode; | |
| 5895 | |
| 5896 @DomName('SVGPoint.x') | 5332 @DomName('SVGPoint.x') |
| 5897 @DocsEditable() | 5333 @DocsEditable() |
| 5898 num get x => _blink.BlinkSVGPoint.instance.x_Getter_(unwrap_jso(this)); | 5334 num get x => _blink.BlinkSVGPoint.instance.x_Getter_(this); |
| 5899 | 5335 |
| 5900 @DomName('SVGPoint.x') | 5336 @DomName('SVGPoint.x') |
| 5901 @DocsEditable() | 5337 @DocsEditable() |
| 5902 set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(unwrap_jso(this),
value); | 5338 set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(this, value); |
| 5903 | 5339 |
| 5904 @DomName('SVGPoint.y') | 5340 @DomName('SVGPoint.y') |
| 5905 @DocsEditable() | 5341 @DocsEditable() |
| 5906 num get y => _blink.BlinkSVGPoint.instance.y_Getter_(unwrap_jso(this)); | 5342 num get y => _blink.BlinkSVGPoint.instance.y_Getter_(this); |
| 5907 | 5343 |
| 5908 @DomName('SVGPoint.y') | 5344 @DomName('SVGPoint.y') |
| 5909 @DocsEditable() | 5345 @DocsEditable() |
| 5910 set y(num value) => _blink.BlinkSVGPoint.instance.y_Setter_(unwrap_jso(this),
value); | 5346 set y(num value) => _blink.BlinkSVGPoint.instance.y_Setter_(this, value); |
| 5911 | 5347 |
| 5912 @DomName('SVGPoint.matrixTransform') | 5348 @DomName('SVGPoint.matrixTransform') |
| 5913 @DocsEditable() | 5349 @DocsEditable() |
| 5914 Point matrixTransform(Matrix matrix) => wrap_jso(_blink.BlinkSVGPoint.instance
.matrixTransform_Callback_1_(unwrap_jso(this), unwrap_jso(matrix))); | 5350 Point matrixTransform(Matrix matrix) => _blink.BlinkSVGPoint.instance.matrixTr
ansform_Callback_1_(this, matrix); |
| 5915 | 5351 |
| 5916 } | 5352 } |
| 5917 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5353 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5918 // for details. All rights reserved. Use of this source code is governed by a | 5354 // for details. All rights reserved. Use of this source code is governed by a |
| 5919 // BSD-style license that can be found in the LICENSE file. | 5355 // BSD-style license that can be found in the LICENSE file. |
| 5920 | 5356 |
| 5921 // WARNING: Do not edit - generated code. | 5357 // WARNING: Do not edit - generated code. |
| 5922 | 5358 |
| 5923 | 5359 |
| 5924 @DocsEditable() | 5360 @DocsEditable() |
| 5925 @DomName('SVGPointList') | 5361 @DomName('SVGPointList') |
| 5926 @Unstable() | 5362 @Unstable() |
| 5927 class PointList extends DartHtmlDomObject { | 5363 class PointList extends DartHtmlDomObject { |
| 5928 // To suppress missing implicit constructor warnings. | 5364 // To suppress missing implicit constructor warnings. |
| 5929 factory PointList._() { throw new UnsupportedError("Not supported"); } | 5365 factory PointList._() { throw new UnsupportedError("Not supported"); } |
| 5930 | 5366 |
| 5367 |
| 5931 @Deprecated("Internal Use Only") | 5368 @Deprecated("Internal Use Only") |
| 5932 static PointList internalCreatePointList() { | 5369 external static Type get instanceRuntimeType; |
| 5933 return new PointList._internalWrap(); | |
| 5934 } | |
| 5935 | |
| 5936 factory PointList._internalWrap() { | |
| 5937 return new PointList.internal_(); | |
| 5938 } | |
| 5939 | 5370 |
| 5940 @Deprecated("Internal Use Only") | 5371 @Deprecated("Internal Use Only") |
| 5941 PointList.internal_() { } | 5372 PointList.internal_() { } |
| 5942 | 5373 |
| 5943 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 5944 int get hashCode => unwrap_jso(this).hashCode; | |
| 5945 | |
| 5946 @DomName('SVGPointList.length') | 5374 @DomName('SVGPointList.length') |
| 5947 @DocsEditable() | 5375 @DocsEditable() |
| 5948 @Experimental() // untriaged | 5376 @Experimental() // untriaged |
| 5949 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(unwrap_jso(
this)); | 5377 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(this); |
| 5950 | 5378 |
| 5951 @DomName('SVGPointList.numberOfItems') | 5379 @DomName('SVGPointList.numberOfItems') |
| 5952 @DocsEditable() | 5380 @DocsEditable() |
| 5953 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette
r_(unwrap_jso(this)); | 5381 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette
r_(this); |
| 5954 | 5382 |
| 5955 @DomName('SVGPointList.__setter__') | 5383 @DomName('SVGPointList.__setter__') |
| 5956 @DocsEditable() | 5384 @DocsEditable() |
| 5957 @Experimental() // untriaged | 5385 @Experimental() // untriaged |
| 5958 void __setter__(int index, Point newItem) => _blink.BlinkSVGPointList.instance
.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); | 5386 void __setter__(int index, Point newItem) => _blink.BlinkSVGPointList.instance
.$__setter___Callback_2_(this, index, newItem); |
| 5959 | 5387 |
| 5960 @DomName('SVGPointList.appendItem') | 5388 @DomName('SVGPointList.appendItem') |
| 5961 @DocsEditable() | 5389 @DocsEditable() |
| 5962 Point appendItem(Point newItem) => wrap_jso(_blink.BlinkSVGPointList.instance.
appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); | 5390 Point appendItem(Point newItem) => _blink.BlinkSVGPointList.instance.appendIte
m_Callback_1_(this, newItem); |
| 5963 | 5391 |
| 5964 @DomName('SVGPointList.clear') | 5392 @DomName('SVGPointList.clear') |
| 5965 @DocsEditable() | 5393 @DocsEditable() |
| 5966 void clear() => _blink.BlinkSVGPointList.instance.clear_Callback_0_(unwrap_jso
(this)); | 5394 void clear() => _blink.BlinkSVGPointList.instance.clear_Callback_0_(this); |
| 5967 | 5395 |
| 5968 @DomName('SVGPointList.getItem') | 5396 @DomName('SVGPointList.getItem') |
| 5969 @DocsEditable() | 5397 @DocsEditable() |
| 5970 Point getItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.getItem
_Callback_1_(unwrap_jso(this), index)); | 5398 Point getItem(int index) => _blink.BlinkSVGPointList.instance.getItem_Callback
_1_(this, index); |
| 5971 | 5399 |
| 5972 @DomName('SVGPointList.initialize') | 5400 @DomName('SVGPointList.initialize') |
| 5973 @DocsEditable() | 5401 @DocsEditable() |
| 5974 Point initialize(Point newItem) => wrap_jso(_blink.BlinkSVGPointList.instance.
initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); | 5402 Point initialize(Point newItem) => _blink.BlinkSVGPointList.instance.initializ
e_Callback_1_(this, newItem); |
| 5975 | 5403 |
| 5976 @DomName('SVGPointList.insertItemBefore') | 5404 @DomName('SVGPointList.insertItemBefore') |
| 5977 @DocsEditable() | 5405 @DocsEditable() |
| 5978 Point insertItemBefore(Point newItem, int index) => wrap_jso(_blink.BlinkSVGPo
intList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(newIt
em), index)); | 5406 Point insertItemBefore(Point newItem, int index) => _blink.BlinkSVGPointList.i
nstance.insertItemBefore_Callback_2_(this, newItem, index); |
| 5979 | 5407 |
| 5980 @DomName('SVGPointList.removeItem') | 5408 @DomName('SVGPointList.removeItem') |
| 5981 @DocsEditable() | 5409 @DocsEditable() |
| 5982 Point removeItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.remo
veItem_Callback_1_(unwrap_jso(this), index)); | 5410 Point removeItem(int index) => _blink.BlinkSVGPointList.instance.removeItem_Ca
llback_1_(this, index); |
| 5983 | 5411 |
| 5984 @DomName('SVGPointList.replaceItem') | 5412 @DomName('SVGPointList.replaceItem') |
| 5985 @DocsEditable() | 5413 @DocsEditable() |
| 5986 Point replaceItem(Point newItem, int index) => wrap_jso(_blink.BlinkSVGPointLi
st.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), index
)); | 5414 Point replaceItem(Point newItem, int index) => _blink.BlinkSVGPointList.instan
ce.replaceItem_Callback_2_(this, newItem, index); |
| 5987 | 5415 |
| 5988 } | 5416 } |
| 5989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5417 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5990 // for details. All rights reserved. Use of this source code is governed by a | 5418 // for details. All rights reserved. Use of this source code is governed by a |
| 5991 // BSD-style license that can be found in the LICENSE file. | 5419 // BSD-style license that can be found in the LICENSE file. |
| 5992 | 5420 |
| 5993 // WARNING: Do not edit - generated code. | 5421 // WARNING: Do not edit - generated code. |
| 5994 | 5422 |
| 5995 | 5423 |
| 5996 @DocsEditable() | 5424 @DocsEditable() |
| 5997 @DomName('SVGPolygonElement') | 5425 @DomName('SVGPolygonElement') |
| 5998 @Unstable() | 5426 @Unstable() |
| 5999 class PolygonElement extends GeometryElement { | 5427 class PolygonElement extends GeometryElement { |
| 6000 // To suppress missing implicit constructor warnings. | 5428 // To suppress missing implicit constructor warnings. |
| 6001 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } | 5429 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } |
| 6002 | 5430 |
| 6003 @DomName('SVGPolygonElement.SVGPolygonElement') | 5431 @DomName('SVGPolygonElement.SVGPolygonElement') |
| 6004 @DocsEditable() | 5432 @DocsEditable() |
| 6005 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 5433 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); |
| 6006 | 5434 |
| 6007 | 5435 |
| 6008 @Deprecated("Internal Use Only") | 5436 @Deprecated("Internal Use Only") |
| 6009 static PolygonElement internalCreatePolygonElement() { | 5437 external static Type get instanceRuntimeType; |
| 6010 return new PolygonElement._internalWrap(); | |
| 6011 } | |
| 6012 | |
| 6013 external factory PolygonElement._internalWrap(); | |
| 6014 | 5438 |
| 6015 @Deprecated("Internal Use Only") | 5439 @Deprecated("Internal Use Only") |
| 6016 PolygonElement.internal_() : super.internal_(); | 5440 PolygonElement.internal_() : super.internal_(); |
| 6017 | 5441 |
| 6018 /** | 5442 /** |
| 6019 * Constructor instantiated by the DOM when a custom element has been created. | 5443 * Constructor instantiated by the DOM when a custom element has been created. |
| 6020 * | 5444 * |
| 6021 * This can only be called by subclasses from their created constructor. | 5445 * This can only be called by subclasses from their created constructor. |
| 6022 */ | 5446 */ |
| 6023 PolygonElement.created() : super.created(); | 5447 PolygonElement.created() : super.created(); |
| 6024 | 5448 |
| 6025 @DomName('SVGPolygonElement.animatedPoints') | 5449 @DomName('SVGPolygonElement.animatedPoints') |
| 6026 @DocsEditable() | 5450 @DocsEditable() |
| 6027 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolygonElement.instanc
e.animatedPoints_Getter_(unwrap_jso(this))); | 5451 PointList get animatedPoints => _blink.BlinkSVGPolygonElement.instance.animate
dPoints_Getter_(this); |
| 6028 | 5452 |
| 6029 @DomName('SVGPolygonElement.points') | 5453 @DomName('SVGPolygonElement.points') |
| 6030 @DocsEditable() | 5454 @DocsEditable() |
| 6031 PointList get points => wrap_jso(_blink.BlinkSVGPolygonElement.instance.points
_Getter_(unwrap_jso(this))); | 5455 PointList get points => _blink.BlinkSVGPolygonElement.instance.points_Getter_(
this); |
| 6032 | 5456 |
| 6033 } | 5457 } |
| 6034 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5458 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6035 // for details. All rights reserved. Use of this source code is governed by a | 5459 // for details. All rights reserved. Use of this source code is governed by a |
| 6036 // BSD-style license that can be found in the LICENSE file. | 5460 // BSD-style license that can be found in the LICENSE file. |
| 6037 | 5461 |
| 6038 // WARNING: Do not edit - generated code. | 5462 // WARNING: Do not edit - generated code. |
| 6039 | 5463 |
| 6040 | 5464 |
| 6041 @DocsEditable() | 5465 @DocsEditable() |
| 6042 @DomName('SVGPolylineElement') | 5466 @DomName('SVGPolylineElement') |
| 6043 @Unstable() | 5467 @Unstable() |
| 6044 class PolylineElement extends GeometryElement { | 5468 class PolylineElement extends GeometryElement { |
| 6045 // To suppress missing implicit constructor warnings. | 5469 // To suppress missing implicit constructor warnings. |
| 6046 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } | 5470 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } |
| 6047 | 5471 |
| 6048 @DomName('SVGPolylineElement.SVGPolylineElement') | 5472 @DomName('SVGPolylineElement.SVGPolylineElement') |
| 6049 @DocsEditable() | 5473 @DocsEditable() |
| 6050 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 5474 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); |
| 6051 | 5475 |
| 6052 | 5476 |
| 6053 @Deprecated("Internal Use Only") | 5477 @Deprecated("Internal Use Only") |
| 6054 static PolylineElement internalCreatePolylineElement() { | 5478 external static Type get instanceRuntimeType; |
| 6055 return new PolylineElement._internalWrap(); | |
| 6056 } | |
| 6057 | |
| 6058 external factory PolylineElement._internalWrap(); | |
| 6059 | 5479 |
| 6060 @Deprecated("Internal Use Only") | 5480 @Deprecated("Internal Use Only") |
| 6061 PolylineElement.internal_() : super.internal_(); | 5481 PolylineElement.internal_() : super.internal_(); |
| 6062 | 5482 |
| 6063 /** | 5483 /** |
| 6064 * Constructor instantiated by the DOM when a custom element has been created. | 5484 * Constructor instantiated by the DOM when a custom element has been created. |
| 6065 * | 5485 * |
| 6066 * This can only be called by subclasses from their created constructor. | 5486 * This can only be called by subclasses from their created constructor. |
| 6067 */ | 5487 */ |
| 6068 PolylineElement.created() : super.created(); | 5488 PolylineElement.created() : super.created(); |
| 6069 | 5489 |
| 6070 @DomName('SVGPolylineElement.animatedPoints') | 5490 @DomName('SVGPolylineElement.animatedPoints') |
| 6071 @DocsEditable() | 5491 @DocsEditable() |
| 6072 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolylineElement.instan
ce.animatedPoints_Getter_(unwrap_jso(this))); | 5492 PointList get animatedPoints => _blink.BlinkSVGPolylineElement.instance.animat
edPoints_Getter_(this); |
| 6073 | 5493 |
| 6074 @DomName('SVGPolylineElement.points') | 5494 @DomName('SVGPolylineElement.points') |
| 6075 @DocsEditable() | 5495 @DocsEditable() |
| 6076 PointList get points => wrap_jso(_blink.BlinkSVGPolylineElement.instance.point
s_Getter_(unwrap_jso(this))); | 5496 PointList get points => _blink.BlinkSVGPolylineElement.instance.points_Getter_
(this); |
| 6077 | 5497 |
| 6078 } | 5498 } |
| 6079 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5499 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6080 // for details. All rights reserved. Use of this source code is governed by a | 5500 // for details. All rights reserved. Use of this source code is governed by a |
| 6081 // BSD-style license that can be found in the LICENSE file. | 5501 // BSD-style license that can be found in the LICENSE file. |
| 6082 | 5502 |
| 6083 // WARNING: Do not edit - generated code. | 5503 // WARNING: Do not edit - generated code. |
| 6084 | 5504 |
| 6085 | 5505 |
| 6086 @DocsEditable() | 5506 @DocsEditable() |
| 6087 @DomName('SVGPreserveAspectRatio') | 5507 @DomName('SVGPreserveAspectRatio') |
| 6088 @Unstable() | 5508 @Unstable() |
| 6089 class PreserveAspectRatio extends DartHtmlDomObject { | 5509 class PreserveAspectRatio extends DartHtmlDomObject { |
| 6090 // To suppress missing implicit constructor warnings. | 5510 // To suppress missing implicit constructor warnings. |
| 6091 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported");
} | 5511 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported");
} |
| 6092 | 5512 |
| 5513 |
| 6093 @Deprecated("Internal Use Only") | 5514 @Deprecated("Internal Use Only") |
| 6094 static PreserveAspectRatio internalCreatePreserveAspectRatio() { | 5515 external static Type get instanceRuntimeType; |
| 6095 return new PreserveAspectRatio._internalWrap(); | |
| 6096 } | |
| 6097 | |
| 6098 factory PreserveAspectRatio._internalWrap() { | |
| 6099 return new PreserveAspectRatio.internal_(); | |
| 6100 } | |
| 6101 | 5516 |
| 6102 @Deprecated("Internal Use Only") | 5517 @Deprecated("Internal Use Only") |
| 6103 PreserveAspectRatio.internal_() { } | 5518 PreserveAspectRatio.internal_() { } |
| 6104 | 5519 |
| 6105 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 6106 int get hashCode => unwrap_jso(this).hashCode; | |
| 6107 | |
| 6108 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') | 5520 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') |
| 6109 @DocsEditable() | 5521 @DocsEditable() |
| 6110 static const int SVG_MEETORSLICE_MEET = 1; | 5522 static const int SVG_MEETORSLICE_MEET = 1; |
| 6111 | 5523 |
| 6112 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') | 5524 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') |
| 6113 @DocsEditable() | 5525 @DocsEditable() |
| 6114 static const int SVG_MEETORSLICE_SLICE = 2; | 5526 static const int SVG_MEETORSLICE_SLICE = 2; |
| 6115 | 5527 |
| 6116 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') | 5528 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') |
| 6117 @DocsEditable() | 5529 @DocsEditable() |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6156 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID') | 5568 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID') |
| 6157 @DocsEditable() | 5569 @DocsEditable() |
| 6158 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; | 5570 static const int SVG_PRESERVEASPECTRATIO_XMINYMID = 5; |
| 6159 | 5571 |
| 6160 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN') | 5572 @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN') |
| 6161 @DocsEditable() | 5573 @DocsEditable() |
| 6162 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; | 5574 static const int SVG_PRESERVEASPECTRATIO_XMINYMIN = 2; |
| 6163 | 5575 |
| 6164 @DomName('SVGPreserveAspectRatio.align') | 5576 @DomName('SVGPreserveAspectRatio.align') |
| 6165 @DocsEditable() | 5577 @DocsEditable() |
| 6166 int get align => _blink.BlinkSVGPreserveAspectRatio.instance.align_Getter_(unw
rap_jso(this)); | 5578 int get align => _blink.BlinkSVGPreserveAspectRatio.instance.align_Getter_(thi
s); |
| 6167 | 5579 |
| 6168 @DomName('SVGPreserveAspectRatio.align') | 5580 @DomName('SVGPreserveAspectRatio.align') |
| 6169 @DocsEditable() | 5581 @DocsEditable() |
| 6170 set align(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.align_Sett
er_(unwrap_jso(this), value); | 5582 set align(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.align_Sett
er_(this, value); |
| 6171 | 5583 |
| 6172 @DomName('SVGPreserveAspectRatio.meetOrSlice') | 5584 @DomName('SVGPreserveAspectRatio.meetOrSlice') |
| 6173 @DocsEditable() | 5585 @DocsEditable() |
| 6174 int get meetOrSlice => _blink.BlinkSVGPreserveAspectRatio.instance.meetOrSlice
_Getter_(unwrap_jso(this)); | 5586 int get meetOrSlice => _blink.BlinkSVGPreserveAspectRatio.instance.meetOrSlice
_Getter_(this); |
| 6175 | 5587 |
| 6176 @DomName('SVGPreserveAspectRatio.meetOrSlice') | 5588 @DomName('SVGPreserveAspectRatio.meetOrSlice') |
| 6177 @DocsEditable() | 5589 @DocsEditable() |
| 6178 set meetOrSlice(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.meet
OrSlice_Setter_(unwrap_jso(this), value); | 5590 set meetOrSlice(int value) => _blink.BlinkSVGPreserveAspectRatio.instance.meet
OrSlice_Setter_(this, value); |
| 6179 | 5591 |
| 6180 } | 5592 } |
| 6181 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5593 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6182 // for details. All rights reserved. Use of this source code is governed by a | 5594 // for details. All rights reserved. Use of this source code is governed by a |
| 6183 // BSD-style license that can be found in the LICENSE file. | 5595 // BSD-style license that can be found in the LICENSE file. |
| 6184 | 5596 |
| 6185 // WARNING: Do not edit - generated code. | 5597 // WARNING: Do not edit - generated code. |
| 6186 | 5598 |
| 6187 | 5599 |
| 6188 @DocsEditable() | 5600 @DocsEditable() |
| 6189 @DomName('SVGRadialGradientElement') | 5601 @DomName('SVGRadialGradientElement') |
| 6190 @Unstable() | 5602 @Unstable() |
| 6191 class RadialGradientElement extends _GradientElement { | 5603 class RadialGradientElement extends _GradientElement { |
| 6192 // To suppress missing implicit constructor warnings. | 5604 // To suppress missing implicit constructor warnings. |
| 6193 factory RadialGradientElement._() { throw new UnsupportedError("Not supported"
); } | 5605 factory RadialGradientElement._() { throw new UnsupportedError("Not supported"
); } |
| 6194 | 5606 |
| 6195 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') | 5607 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') |
| 6196 @DocsEditable() | 5608 @DocsEditable() |
| 6197 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); | 5609 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); |
| 6198 | 5610 |
| 6199 | 5611 |
| 6200 @Deprecated("Internal Use Only") | 5612 @Deprecated("Internal Use Only") |
| 6201 static RadialGradientElement internalCreateRadialGradientElement() { | 5613 external static Type get instanceRuntimeType; |
| 6202 return new RadialGradientElement._internalWrap(); | |
| 6203 } | |
| 6204 | |
| 6205 external factory RadialGradientElement._internalWrap(); | |
| 6206 | 5614 |
| 6207 @Deprecated("Internal Use Only") | 5615 @Deprecated("Internal Use Only") |
| 6208 RadialGradientElement.internal_() : super.internal_(); | 5616 RadialGradientElement.internal_() : super.internal_(); |
| 6209 | 5617 |
| 6210 /** | 5618 /** |
| 6211 * Constructor instantiated by the DOM when a custom element has been created. | 5619 * Constructor instantiated by the DOM when a custom element has been created. |
| 6212 * | 5620 * |
| 6213 * This can only be called by subclasses from their created constructor. | 5621 * This can only be called by subclasses from their created constructor. |
| 6214 */ | 5622 */ |
| 6215 RadialGradientElement.created() : super.created(); | 5623 RadialGradientElement.created() : super.created(); |
| 6216 | 5624 |
| 6217 @DomName('SVGRadialGradientElement.cx') | 5625 @DomName('SVGRadialGradientElement.cx') |
| 6218 @DocsEditable() | 5626 @DocsEditable() |
| 6219 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGRadialGradientElement.instanc
e.cx_Getter_(unwrap_jso(this))); | 5627 AnimatedLength get cx => _blink.BlinkSVGRadialGradientElement.instance.cx_Gett
er_(this); |
| 6220 | 5628 |
| 6221 @DomName('SVGRadialGradientElement.cy') | 5629 @DomName('SVGRadialGradientElement.cy') |
| 6222 @DocsEditable() | 5630 @DocsEditable() |
| 6223 AnimatedLength get cy => wrap_jso(_blink.BlinkSVGRadialGradientElement.instanc
e.cy_Getter_(unwrap_jso(this))); | 5631 AnimatedLength get cy => _blink.BlinkSVGRadialGradientElement.instance.cy_Gett
er_(this); |
| 6224 | 5632 |
| 6225 @DomName('SVGRadialGradientElement.fr') | 5633 @DomName('SVGRadialGradientElement.fr') |
| 6226 @DocsEditable() | 5634 @DocsEditable() |
| 6227 AnimatedLength get fr => wrap_jso(_blink.BlinkSVGRadialGradientElement.instanc
e.fr_Getter_(unwrap_jso(this))); | 5635 AnimatedLength get fr => _blink.BlinkSVGRadialGradientElement.instance.fr_Gett
er_(this); |
| 6228 | 5636 |
| 6229 @DomName('SVGRadialGradientElement.fx') | 5637 @DomName('SVGRadialGradientElement.fx') |
| 6230 @DocsEditable() | 5638 @DocsEditable() |
| 6231 AnimatedLength get fx => wrap_jso(_blink.BlinkSVGRadialGradientElement.instanc
e.fx_Getter_(unwrap_jso(this))); | 5639 AnimatedLength get fx => _blink.BlinkSVGRadialGradientElement.instance.fx_Gett
er_(this); |
| 6232 | 5640 |
| 6233 @DomName('SVGRadialGradientElement.fy') | 5641 @DomName('SVGRadialGradientElement.fy') |
| 6234 @DocsEditable() | 5642 @DocsEditable() |
| 6235 AnimatedLength get fy => wrap_jso(_blink.BlinkSVGRadialGradientElement.instanc
e.fy_Getter_(unwrap_jso(this))); | 5643 AnimatedLength get fy => _blink.BlinkSVGRadialGradientElement.instance.fy_Gett
er_(this); |
| 6236 | 5644 |
| 6237 @DomName('SVGRadialGradientElement.r') | 5645 @DomName('SVGRadialGradientElement.r') |
| 6238 @DocsEditable() | 5646 @DocsEditable() |
| 6239 AnimatedLength get r => wrap_jso(_blink.BlinkSVGRadialGradientElement.instance
.r_Getter_(unwrap_jso(this))); | 5647 AnimatedLength get r => _blink.BlinkSVGRadialGradientElement.instance.r_Getter
_(this); |
| 6240 | 5648 |
| 6241 } | 5649 } |
| 6242 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5650 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6243 // for details. All rights reserved. Use of this source code is governed by a | 5651 // for details. All rights reserved. Use of this source code is governed by a |
| 6244 // BSD-style license that can be found in the LICENSE file. | 5652 // BSD-style license that can be found in the LICENSE file. |
| 6245 | 5653 |
| 6246 // WARNING: Do not edit - generated code. | 5654 // WARNING: Do not edit - generated code. |
| 6247 | 5655 |
| 6248 | 5656 |
| 6249 @DocsEditable() | 5657 @DocsEditable() |
| 6250 @DomName('SVGRect') | 5658 @DomName('SVGRect') |
| 6251 @Unstable() | 5659 @Unstable() |
| 6252 class Rect extends DartHtmlDomObject { | 5660 class Rect extends DartHtmlDomObject { |
| 6253 // To suppress missing implicit constructor warnings. | 5661 // To suppress missing implicit constructor warnings. |
| 6254 factory Rect._() { throw new UnsupportedError("Not supported"); } | 5662 factory Rect._() { throw new UnsupportedError("Not supported"); } |
| 6255 | 5663 |
| 5664 |
| 6256 @Deprecated("Internal Use Only") | 5665 @Deprecated("Internal Use Only") |
| 6257 static Rect internalCreateRect() { | 5666 external static Type get instanceRuntimeType; |
| 6258 return new Rect._internalWrap(); | |
| 6259 } | |
| 6260 | |
| 6261 factory Rect._internalWrap() { | |
| 6262 return new Rect.internal_(); | |
| 6263 } | |
| 6264 | 5667 |
| 6265 @Deprecated("Internal Use Only") | 5668 @Deprecated("Internal Use Only") |
| 6266 Rect.internal_() { } | 5669 Rect.internal_() { } |
| 6267 | 5670 |
| 6268 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 6269 int get hashCode => unwrap_jso(this).hashCode; | |
| 6270 | |
| 6271 @DomName('SVGRect.height') | 5671 @DomName('SVGRect.height') |
| 6272 @DocsEditable() | 5672 @DocsEditable() |
| 6273 num get height => _blink.BlinkSVGRect.instance.height_Getter_(unwrap_jso(this)
); | 5673 num get height => _blink.BlinkSVGRect.instance.height_Getter_(this); |
| 6274 | 5674 |
| 6275 @DomName('SVGRect.height') | 5675 @DomName('SVGRect.height') |
| 6276 @DocsEditable() | 5676 @DocsEditable() |
| 6277 set height(num value) => _blink.BlinkSVGRect.instance.height_Setter_(unwrap_js
o(this), value); | 5677 set height(num value) => _blink.BlinkSVGRect.instance.height_Setter_(this, val
ue); |
| 6278 | 5678 |
| 6279 @DomName('SVGRect.width') | 5679 @DomName('SVGRect.width') |
| 6280 @DocsEditable() | 5680 @DocsEditable() |
| 6281 num get width => _blink.BlinkSVGRect.instance.width_Getter_(unwrap_jso(this)); | 5681 num get width => _blink.BlinkSVGRect.instance.width_Getter_(this); |
| 6282 | 5682 |
| 6283 @DomName('SVGRect.width') | 5683 @DomName('SVGRect.width') |
| 6284 @DocsEditable() | 5684 @DocsEditable() |
| 6285 set width(num value) => _blink.BlinkSVGRect.instance.width_Setter_(unwrap_jso(
this), value); | 5685 set width(num value) => _blink.BlinkSVGRect.instance.width_Setter_(this, value
); |
| 6286 | 5686 |
| 6287 @DomName('SVGRect.x') | 5687 @DomName('SVGRect.x') |
| 6288 @DocsEditable() | 5688 @DocsEditable() |
| 6289 num get x => _blink.BlinkSVGRect.instance.x_Getter_(unwrap_jso(this)); | 5689 num get x => _blink.BlinkSVGRect.instance.x_Getter_(this); |
| 6290 | 5690 |
| 6291 @DomName('SVGRect.x') | 5691 @DomName('SVGRect.x') |
| 6292 @DocsEditable() | 5692 @DocsEditable() |
| 6293 set x(num value) => _blink.BlinkSVGRect.instance.x_Setter_(unwrap_jso(this), v
alue); | 5693 set x(num value) => _blink.BlinkSVGRect.instance.x_Setter_(this, value); |
| 6294 | 5694 |
| 6295 @DomName('SVGRect.y') | 5695 @DomName('SVGRect.y') |
| 6296 @DocsEditable() | 5696 @DocsEditable() |
| 6297 num get y => _blink.BlinkSVGRect.instance.y_Getter_(unwrap_jso(this)); | 5697 num get y => _blink.BlinkSVGRect.instance.y_Getter_(this); |
| 6298 | 5698 |
| 6299 @DomName('SVGRect.y') | 5699 @DomName('SVGRect.y') |
| 6300 @DocsEditable() | 5700 @DocsEditable() |
| 6301 set y(num value) => _blink.BlinkSVGRect.instance.y_Setter_(unwrap_jso(this), v
alue); | 5701 set y(num value) => _blink.BlinkSVGRect.instance.y_Setter_(this, value); |
| 6302 | 5702 |
| 6303 } | 5703 } |
| 6304 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5704 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6305 // for details. All rights reserved. Use of this source code is governed by a | 5705 // for details. All rights reserved. Use of this source code is governed by a |
| 6306 // BSD-style license that can be found in the LICENSE file. | 5706 // BSD-style license that can be found in the LICENSE file. |
| 6307 | 5707 |
| 6308 // WARNING: Do not edit - generated code. | 5708 // WARNING: Do not edit - generated code. |
| 6309 | 5709 |
| 6310 | 5710 |
| 6311 @DocsEditable() | 5711 @DocsEditable() |
| 6312 @DomName('SVGRectElement') | 5712 @DomName('SVGRectElement') |
| 6313 @Unstable() | 5713 @Unstable() |
| 6314 class RectElement extends GeometryElement { | 5714 class RectElement extends GeometryElement { |
| 6315 // To suppress missing implicit constructor warnings. | 5715 // To suppress missing implicit constructor warnings. |
| 6316 factory RectElement._() { throw new UnsupportedError("Not supported"); } | 5716 factory RectElement._() { throw new UnsupportedError("Not supported"); } |
| 6317 | 5717 |
| 6318 @DomName('SVGRectElement.SVGRectElement') | 5718 @DomName('SVGRectElement.SVGRectElement') |
| 6319 @DocsEditable() | 5719 @DocsEditable() |
| 6320 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 5720 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); |
| 6321 | 5721 |
| 6322 | 5722 |
| 6323 @Deprecated("Internal Use Only") | 5723 @Deprecated("Internal Use Only") |
| 6324 static RectElement internalCreateRectElement() { | 5724 external static Type get instanceRuntimeType; |
| 6325 return new RectElement._internalWrap(); | |
| 6326 } | |
| 6327 | |
| 6328 external factory RectElement._internalWrap(); | |
| 6329 | 5725 |
| 6330 @Deprecated("Internal Use Only") | 5726 @Deprecated("Internal Use Only") |
| 6331 RectElement.internal_() : super.internal_(); | 5727 RectElement.internal_() : super.internal_(); |
| 6332 | 5728 |
| 6333 /** | 5729 /** |
| 6334 * Constructor instantiated by the DOM when a custom element has been created. | 5730 * Constructor instantiated by the DOM when a custom element has been created. |
| 6335 * | 5731 * |
| 6336 * This can only be called by subclasses from their created constructor. | 5732 * This can only be called by subclasses from their created constructor. |
| 6337 */ | 5733 */ |
| 6338 RectElement.created() : super.created(); | 5734 RectElement.created() : super.created(); |
| 6339 | 5735 |
| 6340 @DomName('SVGRectElement.height') | 5736 @DomName('SVGRectElement.height') |
| 6341 @DocsEditable() | 5737 @DocsEditable() |
| 6342 AnimatedLength get height => wrap_jso(_blink.BlinkSVGRectElement.instance.heig
ht_Getter_(unwrap_jso(this))); | 5738 AnimatedLength get height => _blink.BlinkSVGRectElement.instance.height_Getter
_(this); |
| 6343 | 5739 |
| 6344 @DomName('SVGRectElement.rx') | 5740 @DomName('SVGRectElement.rx') |
| 6345 @DocsEditable() | 5741 @DocsEditable() |
| 6346 AnimatedLength get rx => wrap_jso(_blink.BlinkSVGRectElement.instance.rx_Gette
r_(unwrap_jso(this))); | 5742 AnimatedLength get rx => _blink.BlinkSVGRectElement.instance.rx_Getter_(this); |
| 6347 | 5743 |
| 6348 @DomName('SVGRectElement.ry') | 5744 @DomName('SVGRectElement.ry') |
| 6349 @DocsEditable() | 5745 @DocsEditable() |
| 6350 AnimatedLength get ry => wrap_jso(_blink.BlinkSVGRectElement.instance.ry_Gette
r_(unwrap_jso(this))); | 5746 AnimatedLength get ry => _blink.BlinkSVGRectElement.instance.ry_Getter_(this); |
| 6351 | 5747 |
| 6352 @DomName('SVGRectElement.width') | 5748 @DomName('SVGRectElement.width') |
| 6353 @DocsEditable() | 5749 @DocsEditable() |
| 6354 AnimatedLength get width => wrap_jso(_blink.BlinkSVGRectElement.instance.width
_Getter_(unwrap_jso(this))); | 5750 AnimatedLength get width => _blink.BlinkSVGRectElement.instance.width_Getter_(
this); |
| 6355 | 5751 |
| 6356 @DomName('SVGRectElement.x') | 5752 @DomName('SVGRectElement.x') |
| 6357 @DocsEditable() | 5753 @DocsEditable() |
| 6358 AnimatedLength get x => wrap_jso(_blink.BlinkSVGRectElement.instance.x_Getter_
(unwrap_jso(this))); | 5754 AnimatedLength get x => _blink.BlinkSVGRectElement.instance.x_Getter_(this); |
| 6359 | 5755 |
| 6360 @DomName('SVGRectElement.y') | 5756 @DomName('SVGRectElement.y') |
| 6361 @DocsEditable() | 5757 @DocsEditable() |
| 6362 AnimatedLength get y => wrap_jso(_blink.BlinkSVGRectElement.instance.y_Getter_
(unwrap_jso(this))); | 5758 AnimatedLength get y => _blink.BlinkSVGRectElement.instance.y_Getter_(this); |
| 6363 | 5759 |
| 6364 } | 5760 } |
| 6365 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5761 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6366 // for details. All rights reserved. Use of this source code is governed by a | 5762 // for details. All rights reserved. Use of this source code is governed by a |
| 6367 // BSD-style license that can be found in the LICENSE file. | 5763 // BSD-style license that can be found in the LICENSE file. |
| 6368 | 5764 |
| 6369 // WARNING: Do not edit - generated code. | 5765 // WARNING: Do not edit - generated code. |
| 6370 | 5766 |
| 6371 | 5767 |
| 6372 @DocsEditable() | 5768 @DocsEditable() |
| 6373 @DomName('SVGScriptElement') | 5769 @DomName('SVGScriptElement') |
| 6374 @Unstable() | 5770 @Unstable() |
| 6375 class ScriptElement extends SvgElement implements UriReference { | 5771 class ScriptElement extends SvgElement implements UriReference { |
| 6376 // To suppress missing implicit constructor warnings. | 5772 // To suppress missing implicit constructor warnings. |
| 6377 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } | 5773 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } |
| 6378 | 5774 |
| 6379 @DomName('SVGScriptElement.SVGScriptElement') | 5775 @DomName('SVGScriptElement.SVGScriptElement') |
| 6380 @DocsEditable() | 5776 @DocsEditable() |
| 6381 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 5777 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); |
| 6382 | 5778 |
| 6383 | 5779 |
| 6384 @Deprecated("Internal Use Only") | 5780 @Deprecated("Internal Use Only") |
| 6385 static ScriptElement internalCreateScriptElement() { | 5781 external static Type get instanceRuntimeType; |
| 6386 return new ScriptElement._internalWrap(); | |
| 6387 } | |
| 6388 | |
| 6389 external factory ScriptElement._internalWrap(); | |
| 6390 | 5782 |
| 6391 @Deprecated("Internal Use Only") | 5783 @Deprecated("Internal Use Only") |
| 6392 ScriptElement.internal_() : super.internal_(); | 5784 ScriptElement.internal_() : super.internal_(); |
| 6393 | 5785 |
| 6394 /** | 5786 /** |
| 6395 * Constructor instantiated by the DOM when a custom element has been created. | 5787 * Constructor instantiated by the DOM when a custom element has been created. |
| 6396 * | 5788 * |
| 6397 * This can only be called by subclasses from their created constructor. | 5789 * This can only be called by subclasses from their created constructor. |
| 6398 */ | 5790 */ |
| 6399 ScriptElement.created() : super.created(); | 5791 ScriptElement.created() : super.created(); |
| 6400 | 5792 |
| 6401 @DomName('SVGScriptElement.type') | 5793 @DomName('SVGScriptElement.type') |
| 6402 @DocsEditable() | 5794 @DocsEditable() |
| 6403 String get type => _blink.BlinkSVGScriptElement.instance.type_Getter_(unwrap_j
so(this)); | 5795 String get type => _blink.BlinkSVGScriptElement.instance.type_Getter_(this); |
| 6404 | 5796 |
| 6405 @DomName('SVGScriptElement.type') | 5797 @DomName('SVGScriptElement.type') |
| 6406 @DocsEditable() | 5798 @DocsEditable() |
| 6407 set type(String value) => _blink.BlinkSVGScriptElement.instance.type_Setter_(u
nwrap_jso(this), value); | 5799 set type(String value) => _blink.BlinkSVGScriptElement.instance.type_Setter_(t
his, value); |
| 6408 | 5800 |
| 6409 @DomName('SVGScriptElement.href') | 5801 @DomName('SVGScriptElement.href') |
| 6410 @DocsEditable() | 5802 @DocsEditable() |
| 6411 AnimatedString get href => wrap_jso(_blink.BlinkSVGScriptElement.instance.href
_Getter_(unwrap_jso(this))); | 5803 AnimatedString get href => _blink.BlinkSVGScriptElement.instance.href_Getter_(
this); |
| 6412 | 5804 |
| 6413 } | 5805 } |
| 6414 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5806 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6415 // for details. All rights reserved. Use of this source code is governed by a | 5807 // for details. All rights reserved. Use of this source code is governed by a |
| 6416 // BSD-style license that can be found in the LICENSE file. | 5808 // BSD-style license that can be found in the LICENSE file. |
| 6417 | 5809 |
| 6418 // WARNING: Do not edit - generated code. | 5810 // WARNING: Do not edit - generated code. |
| 6419 | 5811 |
| 6420 | 5812 |
| 6421 @DocsEditable() | 5813 @DocsEditable() |
| 6422 @DomName('SVGSetElement') | 5814 @DomName('SVGSetElement') |
| 6423 @SupportedBrowser(SupportedBrowser.CHROME) | 5815 @SupportedBrowser(SupportedBrowser.CHROME) |
| 6424 @SupportedBrowser(SupportedBrowser.FIREFOX) | 5816 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 6425 @SupportedBrowser(SupportedBrowser.SAFARI) | 5817 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 6426 @Unstable() | 5818 @Unstable() |
| 6427 class SetElement extends AnimationElement { | 5819 class SetElement extends AnimationElement { |
| 6428 // To suppress missing implicit constructor warnings. | 5820 // To suppress missing implicit constructor warnings. |
| 6429 factory SetElement._() { throw new UnsupportedError("Not supported"); } | 5821 factory SetElement._() { throw new UnsupportedError("Not supported"); } |
| 6430 | 5822 |
| 6431 @DomName('SVGSetElement.SVGSetElement') | 5823 @DomName('SVGSetElement.SVGSetElement') |
| 6432 @DocsEditable() | 5824 @DocsEditable() |
| 6433 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; | 5825 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; |
| 6434 | 5826 |
| 6435 | 5827 |
| 6436 @Deprecated("Internal Use Only") | 5828 @Deprecated("Internal Use Only") |
| 6437 static SetElement internalCreateSetElement() { | 5829 external static Type get instanceRuntimeType; |
| 6438 return new SetElement._internalWrap(); | |
| 6439 } | |
| 6440 | |
| 6441 external factory SetElement._internalWrap(); | |
| 6442 | 5830 |
| 6443 @Deprecated("Internal Use Only") | 5831 @Deprecated("Internal Use Only") |
| 6444 SetElement.internal_() : super.internal_(); | 5832 SetElement.internal_() : super.internal_(); |
| 6445 | 5833 |
| 6446 /** | 5834 /** |
| 6447 * Constructor instantiated by the DOM when a custom element has been created. | 5835 * Constructor instantiated by the DOM when a custom element has been created. |
| 6448 * | 5836 * |
| 6449 * This can only be called by subclasses from their created constructor. | 5837 * This can only be called by subclasses from their created constructor. |
| 6450 */ | 5838 */ |
| 6451 SetElement.created() : super.created(); | 5839 SetElement.created() : super.created(); |
| (...skipping 15 matching lines...) Expand all Loading... |
| 6467 class StopElement extends SvgElement { | 5855 class StopElement extends SvgElement { |
| 6468 // To suppress missing implicit constructor warnings. | 5856 // To suppress missing implicit constructor warnings. |
| 6469 factory StopElement._() { throw new UnsupportedError("Not supported"); } | 5857 factory StopElement._() { throw new UnsupportedError("Not supported"); } |
| 6470 | 5858 |
| 6471 @DomName('SVGStopElement.SVGStopElement') | 5859 @DomName('SVGStopElement.SVGStopElement') |
| 6472 @DocsEditable() | 5860 @DocsEditable() |
| 6473 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); | 5861 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); |
| 6474 | 5862 |
| 6475 | 5863 |
| 6476 @Deprecated("Internal Use Only") | 5864 @Deprecated("Internal Use Only") |
| 6477 static StopElement internalCreateStopElement() { | 5865 external static Type get instanceRuntimeType; |
| 6478 return new StopElement._internalWrap(); | |
| 6479 } | |
| 6480 | |
| 6481 external factory StopElement._internalWrap(); | |
| 6482 | 5866 |
| 6483 @Deprecated("Internal Use Only") | 5867 @Deprecated("Internal Use Only") |
| 6484 StopElement.internal_() : super.internal_(); | 5868 StopElement.internal_() : super.internal_(); |
| 6485 | 5869 |
| 6486 /** | 5870 /** |
| 6487 * Constructor instantiated by the DOM when a custom element has been created. | 5871 * Constructor instantiated by the DOM when a custom element has been created. |
| 6488 * | 5872 * |
| 6489 * This can only be called by subclasses from their created constructor. | 5873 * This can only be called by subclasses from their created constructor. |
| 6490 */ | 5874 */ |
| 6491 StopElement.created() : super.created(); | 5875 StopElement.created() : super.created(); |
| 6492 | 5876 |
| 6493 @DomName('SVGStopElement.offset') | 5877 @DomName('SVGStopElement.offset') |
| 6494 @DocsEditable() | 5878 @DocsEditable() |
| 6495 AnimatedNumber get gradientOffset => wrap_jso(_blink.BlinkSVGStopElement.insta
nce.offset_Getter_(unwrap_jso(this))); | 5879 AnimatedNumber get gradientOffset => _blink.BlinkSVGStopElement.instance.offse
t_Getter_(this); |
| 6496 | 5880 |
| 6497 } | 5881 } |
| 6498 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5882 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6499 // for details. All rights reserved. Use of this source code is governed by a | 5883 // for details. All rights reserved. Use of this source code is governed by a |
| 6500 // BSD-style license that can be found in the LICENSE file. | 5884 // BSD-style license that can be found in the LICENSE file. |
| 6501 | 5885 |
| 6502 // WARNING: Do not edit - generated code. | 5886 // WARNING: Do not edit - generated code. |
| 6503 | 5887 |
| 6504 | 5888 |
| 6505 @DocsEditable() | 5889 @DocsEditable() |
| 6506 @DomName('SVGStringList') | 5890 @DomName('SVGStringList') |
| 6507 @Unstable() | 5891 @Unstable() |
| 6508 class StringList extends DartHtmlDomObject with ListMixin<String>, ImmutableList
Mixin<String> implements List<String> { | 5892 class StringList extends DartHtmlDomObject with ListMixin<String>, ImmutableList
Mixin<String> implements List<String> { |
| 6509 // To suppress missing implicit constructor warnings. | 5893 // To suppress missing implicit constructor warnings. |
| 6510 factory StringList._() { throw new UnsupportedError("Not supported"); } | 5894 factory StringList._() { throw new UnsupportedError("Not supported"); } |
| 6511 | 5895 |
| 5896 |
| 6512 @Deprecated("Internal Use Only") | 5897 @Deprecated("Internal Use Only") |
| 6513 static StringList internalCreateStringList() { | 5898 external static Type get instanceRuntimeType; |
| 6514 return new StringList._internalWrap(); | |
| 6515 } | |
| 6516 | |
| 6517 factory StringList._internalWrap() { | |
| 6518 return new StringList.internal_(); | |
| 6519 } | |
| 6520 | 5899 |
| 6521 @Deprecated("Internal Use Only") | 5900 @Deprecated("Internal Use Only") |
| 6522 StringList.internal_() { } | 5901 StringList.internal_() { } |
| 6523 | 5902 |
| 6524 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 6525 int get hashCode => unwrap_jso(this).hashCode; | |
| 6526 | |
| 6527 @DomName('SVGStringList.length') | 5903 @DomName('SVGStringList.length') |
| 6528 @DocsEditable() | 5904 @DocsEditable() |
| 6529 @Experimental() // untriaged | 5905 @Experimental() // untriaged |
| 6530 int get length => _blink.BlinkSVGStringList.instance.length_Getter_(unwrap_jso
(this)); | 5906 int get length => _blink.BlinkSVGStringList.instance.length_Getter_(this); |
| 6531 | 5907 |
| 6532 @DomName('SVGStringList.numberOfItems') | 5908 @DomName('SVGStringList.numberOfItems') |
| 6533 @DocsEditable() | 5909 @DocsEditable() |
| 6534 int get numberOfItems => _blink.BlinkSVGStringList.instance.numberOfItems_Gett
er_(unwrap_jso(this)); | 5910 int get numberOfItems => _blink.BlinkSVGStringList.instance.numberOfItems_Gett
er_(this); |
| 6535 | 5911 |
| 6536 String operator[](int index) { | 5912 String operator[](int index) { |
| 6537 if (index < 0 || index >= length) | 5913 if (index < 0 || index >= length) |
| 6538 throw new RangeError.index(index, this); | 5914 throw new RangeError.index(index, this); |
| 6539 return getItem(index); | 5915 return getItem(index); |
| 6540 } | 5916 } |
| 6541 | 5917 |
| 6542 void operator[]=(int index, String value) { | 5918 void operator[]=(int index, String value) { |
| 6543 throw new UnsupportedError("Cannot assign element of immutable List."); | 5919 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 6544 } | 5920 } |
| (...skipping 28 matching lines...) Expand all Loading... |
| 6573 if (len == 0) throw new StateError("No elements"); | 5949 if (len == 0) throw new StateError("No elements"); |
| 6574 throw new StateError("More than one element"); | 5950 throw new StateError("More than one element"); |
| 6575 } | 5951 } |
| 6576 | 5952 |
| 6577 String elementAt(int index) => this[index]; | 5953 String elementAt(int index) => this[index]; |
| 6578 // -- end List<String> mixins. | 5954 // -- end List<String> mixins. |
| 6579 | 5955 |
| 6580 @DomName('SVGStringList.__setter__') | 5956 @DomName('SVGStringList.__setter__') |
| 6581 @DocsEditable() | 5957 @DocsEditable() |
| 6582 @Experimental() // untriaged | 5958 @Experimental() // untriaged |
| 6583 void __setter__(int index, String newItem) => _blink.BlinkSVGStringList.instan
ce.$__setter___Callback_2_(unwrap_jso(this), index, newItem); | 5959 void __setter__(int index, String newItem) => _blink.BlinkSVGStringList.instan
ce.$__setter___Callback_2_(this, index, newItem); |
| 6584 | 5960 |
| 6585 @DomName('SVGStringList.appendItem') | 5961 @DomName('SVGStringList.appendItem') |
| 6586 @DocsEditable() | 5962 @DocsEditable() |
| 6587 String appendItem(String newItem) => _blink.BlinkSVGStringList.instance.append
Item_Callback_1_(unwrap_jso(this), newItem); | 5963 String appendItem(String newItem) => _blink.BlinkSVGStringList.instance.append
Item_Callback_1_(this, newItem); |
| 6588 | 5964 |
| 6589 @DomName('SVGStringList.clear') | 5965 @DomName('SVGStringList.clear') |
| 6590 @DocsEditable() | 5966 @DocsEditable() |
| 6591 void clear() => _blink.BlinkSVGStringList.instance.clear_Callback_0_(unwrap_js
o(this)); | 5967 void clear() => _blink.BlinkSVGStringList.instance.clear_Callback_0_(this); |
| 6592 | 5968 |
| 6593 @DomName('SVGStringList.getItem') | 5969 @DomName('SVGStringList.getItem') |
| 6594 @DocsEditable() | 5970 @DocsEditable() |
| 6595 String getItem(int index) => _blink.BlinkSVGStringList.instance.getItem_Callba
ck_1_(unwrap_jso(this), index); | 5971 String getItem(int index) => _blink.BlinkSVGStringList.instance.getItem_Callba
ck_1_(this, index); |
| 6596 | 5972 |
| 6597 @DomName('SVGStringList.initialize') | 5973 @DomName('SVGStringList.initialize') |
| 6598 @DocsEditable() | 5974 @DocsEditable() |
| 6599 String initialize(String newItem) => _blink.BlinkSVGStringList.instance.initia
lize_Callback_1_(unwrap_jso(this), newItem); | 5975 String initialize(String newItem) => _blink.BlinkSVGStringList.instance.initia
lize_Callback_1_(this, newItem); |
| 6600 | 5976 |
| 6601 @DomName('SVGStringList.insertItemBefore') | 5977 @DomName('SVGStringList.insertItemBefore') |
| 6602 @DocsEditable() | 5978 @DocsEditable() |
| 6603 String insertItemBefore(String item, int index) => _blink.BlinkSVGStringList.i
nstance.insertItemBefore_Callback_2_(unwrap_jso(this), item, index); | 5979 String insertItemBefore(String item, int index) => _blink.BlinkSVGStringList.i
nstance.insertItemBefore_Callback_2_(this, item, index); |
| 6604 | 5980 |
| 6605 @DomName('SVGStringList.removeItem') | 5981 @DomName('SVGStringList.removeItem') |
| 6606 @DocsEditable() | 5982 @DocsEditable() |
| 6607 String removeItem(int index) => _blink.BlinkSVGStringList.instance.removeItem_
Callback_1_(unwrap_jso(this), index); | 5983 String removeItem(int index) => _blink.BlinkSVGStringList.instance.removeItem_
Callback_1_(this, index); |
| 6608 | 5984 |
| 6609 @DomName('SVGStringList.replaceItem') | 5985 @DomName('SVGStringList.replaceItem') |
| 6610 @DocsEditable() | 5986 @DocsEditable() |
| 6611 String replaceItem(String newItem, int index) => _blink.BlinkSVGStringList.ins
tance.replaceItem_Callback_2_(unwrap_jso(this), newItem, index); | 5987 String replaceItem(String newItem, int index) => _blink.BlinkSVGStringList.ins
tance.replaceItem_Callback_2_(this, newItem, index); |
| 6612 | 5988 |
| 6613 } | 5989 } |
| 6614 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5990 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6615 // for details. All rights reserved. Use of this source code is governed by a | 5991 // for details. All rights reserved. Use of this source code is governed by a |
| 6616 // BSD-style license that can be found in the LICENSE file. | 5992 // BSD-style license that can be found in the LICENSE file. |
| 6617 | 5993 |
| 6618 // WARNING: Do not edit - generated code. | 5994 // WARNING: Do not edit - generated code. |
| 6619 | 5995 |
| 6620 | 5996 |
| 6621 @DocsEditable() | 5997 @DocsEditable() |
| 6622 @DomName('SVGStyleElement') | 5998 @DomName('SVGStyleElement') |
| 6623 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable | 5999 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable |
| 6624 @Experimental() // nonstandard | 6000 @Experimental() // nonstandard |
| 6625 class StyleElement extends SvgElement { | 6001 class StyleElement extends SvgElement { |
| 6626 // To suppress missing implicit constructor warnings. | 6002 // To suppress missing implicit constructor warnings. |
| 6627 factory StyleElement._() { throw new UnsupportedError("Not supported"); } | 6003 factory StyleElement._() { throw new UnsupportedError("Not supported"); } |
| 6628 | 6004 |
| 6629 @DomName('SVGStyleElement.SVGStyleElement') | 6005 @DomName('SVGStyleElement.SVGStyleElement') |
| 6630 @DocsEditable() | 6006 @DocsEditable() |
| 6631 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); | 6007 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); |
| 6632 | 6008 |
| 6633 | 6009 |
| 6634 @Deprecated("Internal Use Only") | 6010 @Deprecated("Internal Use Only") |
| 6635 static StyleElement internalCreateStyleElement() { | 6011 external static Type get instanceRuntimeType; |
| 6636 return new StyleElement._internalWrap(); | |
| 6637 } | |
| 6638 | |
| 6639 external factory StyleElement._internalWrap(); | |
| 6640 | 6012 |
| 6641 @Deprecated("Internal Use Only") | 6013 @Deprecated("Internal Use Only") |
| 6642 StyleElement.internal_() : super.internal_(); | 6014 StyleElement.internal_() : super.internal_(); |
| 6643 | 6015 |
| 6644 /** | 6016 /** |
| 6645 * Constructor instantiated by the DOM when a custom element has been created. | 6017 * Constructor instantiated by the DOM when a custom element has been created. |
| 6646 * | 6018 * |
| 6647 * This can only be called by subclasses from their created constructor. | 6019 * This can only be called by subclasses from their created constructor. |
| 6648 */ | 6020 */ |
| 6649 StyleElement.created() : super.created(); | 6021 StyleElement.created() : super.created(); |
| 6650 | 6022 |
| 6651 @DomName('SVGStyleElement.disabled') | 6023 @DomName('SVGStyleElement.disabled') |
| 6652 @DocsEditable() | 6024 @DocsEditable() |
| 6653 bool get disabled => _blink.BlinkSVGStyleElement.instance.disabled_Getter_(unw
rap_jso(this)); | 6025 bool get disabled => _blink.BlinkSVGStyleElement.instance.disabled_Getter_(thi
s); |
| 6654 | 6026 |
| 6655 @DomName('SVGStyleElement.disabled') | 6027 @DomName('SVGStyleElement.disabled') |
| 6656 @DocsEditable() | 6028 @DocsEditable() |
| 6657 set disabled(bool value) => _blink.BlinkSVGStyleElement.instance.disabled_Sett
er_(unwrap_jso(this), value); | 6029 set disabled(bool value) => _blink.BlinkSVGStyleElement.instance.disabled_Sett
er_(this, value); |
| 6658 | 6030 |
| 6659 @DomName('SVGStyleElement.media') | 6031 @DomName('SVGStyleElement.media') |
| 6660 @DocsEditable() | 6032 @DocsEditable() |
| 6661 String get media => _blink.BlinkSVGStyleElement.instance.media_Getter_(unwrap_
jso(this)); | 6033 String get media => _blink.BlinkSVGStyleElement.instance.media_Getter_(this); |
| 6662 | 6034 |
| 6663 @DomName('SVGStyleElement.media') | 6035 @DomName('SVGStyleElement.media') |
| 6664 @DocsEditable() | 6036 @DocsEditable() |
| 6665 set media(String value) => _blink.BlinkSVGStyleElement.instance.media_Setter_(
unwrap_jso(this), value); | 6037 set media(String value) => _blink.BlinkSVGStyleElement.instance.media_Setter_(
this, value); |
| 6666 | 6038 |
| 6667 @DomName('SVGStyleElement.sheet') | 6039 @DomName('SVGStyleElement.sheet') |
| 6668 @DocsEditable() | 6040 @DocsEditable() |
| 6669 @Experimental() // untriaged | 6041 @Experimental() // untriaged |
| 6670 StyleSheet get sheet => wrap_jso(_blink.BlinkSVGStyleElement.instance.sheet_Ge
tter_(unwrap_jso(this))); | 6042 StyleSheet get sheet => _blink.BlinkSVGStyleElement.instance.sheet_Getter_(thi
s); |
| 6671 | 6043 |
| 6672 @DomName('SVGStyleElement.title') | 6044 @DomName('SVGStyleElement.title') |
| 6673 @DocsEditable() | 6045 @DocsEditable() |
| 6674 String get title => _blink.BlinkSVGStyleElement.instance.title_Getter_(unwrap_
jso(this)); | 6046 String get title => _blink.BlinkSVGStyleElement.instance.title_Getter_(this); |
| 6675 | 6047 |
| 6676 @DomName('SVGStyleElement.title') | 6048 @DomName('SVGStyleElement.title') |
| 6677 @DocsEditable() | 6049 @DocsEditable() |
| 6678 set title(String value) => _blink.BlinkSVGStyleElement.instance.title_Setter_(
unwrap_jso(this), value); | 6050 set title(String value) => _blink.BlinkSVGStyleElement.instance.title_Setter_(
this, value); |
| 6679 | 6051 |
| 6680 @DomName('SVGStyleElement.type') | 6052 @DomName('SVGStyleElement.type') |
| 6681 @DocsEditable() | 6053 @DocsEditable() |
| 6682 String get type => _blink.BlinkSVGStyleElement.instance.type_Getter_(unwrap_js
o(this)); | 6054 String get type => _blink.BlinkSVGStyleElement.instance.type_Getter_(this); |
| 6683 | 6055 |
| 6684 @DomName('SVGStyleElement.type') | 6056 @DomName('SVGStyleElement.type') |
| 6685 @DocsEditable() | 6057 @DocsEditable() |
| 6686 set type(String value) => _blink.BlinkSVGStyleElement.instance.type_Setter_(un
wrap_jso(this), value); | 6058 set type(String value) => _blink.BlinkSVGStyleElement.instance.type_Setter_(th
is, value); |
| 6687 | 6059 |
| 6688 } | 6060 } |
| 6689 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 6061 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 6690 // for details. All rights reserved. Use of this source code is governed by a | 6062 // for details. All rights reserved. Use of this source code is governed by a |
| 6691 // BSD-style license that can be found in the LICENSE file. | 6063 // BSD-style license that can be found in the LICENSE file. |
| 6692 | 6064 |
| 6693 | 6065 |
| 6694 class _AttributeClassSet extends CssClassSetImpl { | 6066 class _AttributeClassSet extends CssClassSetImpl { |
| 6695 final Element _element; | 6067 final Element _element; |
| 6696 | 6068 |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6827 * Checks to see if the SVG element type is supported by the current platform. | 6199 * Checks to see if the SVG element type is supported by the current platform. |
| 6828 * | 6200 * |
| 6829 * The tag should be a valid SVG element tag name. | 6201 * The tag should be a valid SVG element tag name. |
| 6830 */ | 6202 */ |
| 6831 static bool isTagSupported(String tag) { | 6203 static bool isTagSupported(String tag) { |
| 6832 var e = new SvgElement.tag(tag); | 6204 var e = new SvgElement.tag(tag); |
| 6833 return e is SvgElement && !(e is UnknownElement); | 6205 return e is SvgElement && !(e is UnknownElement); |
| 6834 } | 6206 } |
| 6835 | 6207 |
| 6836 set _svgClassName(AnimatedString value) => | 6208 set _svgClassName(AnimatedString value) => |
| 6837 _blink.BlinkSVGElement.instance.className_Setter_(unwrap_jso(this), unwrap
_jso(value)); | 6209 _blink.BlinkSVGElement.instance.className_Setter_(this, value); |
| 6838 | 6210 |
| 6839 String get className => _svgClassName.baseVal; | |
| 6840 | |
| 6841 // Unbelievable hack. We can't create an SvgAnimatedString, but we can get | |
| 6842 // the existing one and change its baseVal. Then we call the blink setter dire
ctly | |
| 6843 // TODO(alanknight): Handle suppressing the SVGAnimated<*> better | |
| 6844 set className(String s) { | |
| 6845 var oldClass = _svgClassName; | |
| 6846 oldClass.baseVal = s; | |
| 6847 _svgClassName = oldClass; | |
| 6848 } | |
| 6849 // To suppress missing implicit constructor warnings. | 6211 // To suppress missing implicit constructor warnings. |
| 6850 factory SvgElement._() { throw new UnsupportedError("Not supported"); } | 6212 factory SvgElement._() { throw new UnsupportedError("Not supported"); } |
| 6851 | 6213 |
| 6852 @DomName('SVGElement.abortEvent') | 6214 @DomName('SVGElement.abortEvent') |
| 6853 @DocsEditable() | 6215 @DocsEditable() |
| 6854 @Experimental() // untriaged | 6216 @Experimental() // untriaged |
| 6855 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider
<Event>('abort'); | 6217 static const EventStreamProvider<Event> abortEvent = const EventStreamProvider
<Event>('abort'); |
| 6856 | 6218 |
| 6857 @DomName('SVGElement.blurEvent') | 6219 @DomName('SVGElement.blurEvent') |
| 6858 @DocsEditable() | 6220 @DocsEditable() |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7104 @Experimental() // untriaged | 6466 @Experimental() // untriaged |
| 7105 static const EventStreamProvider<Event> volumeChangeEvent = const EventStreamP
rovider<Event>('volumechange'); | 6467 static const EventStreamProvider<Event> volumeChangeEvent = const EventStreamP
rovider<Event>('volumechange'); |
| 7106 | 6468 |
| 7107 @DomName('SVGElement.waitingEvent') | 6469 @DomName('SVGElement.waitingEvent') |
| 7108 @DocsEditable() | 6470 @DocsEditable() |
| 7109 @Experimental() // untriaged | 6471 @Experimental() // untriaged |
| 7110 static const EventStreamProvider<Event> waitingEvent = const EventStreamProvid
er<Event>('waiting'); | 6472 static const EventStreamProvider<Event> waitingEvent = const EventStreamProvid
er<Event>('waiting'); |
| 7111 | 6473 |
| 7112 | 6474 |
| 7113 @Deprecated("Internal Use Only") | 6475 @Deprecated("Internal Use Only") |
| 7114 static SvgElement internalCreateSvgElement() { | 6476 external static Type get instanceRuntimeType; |
| 7115 return new SvgElement._internalWrap(); | |
| 7116 } | |
| 7117 | |
| 7118 external factory SvgElement._internalWrap(); | |
| 7119 | 6477 |
| 7120 @Deprecated("Internal Use Only") | 6478 @Deprecated("Internal Use Only") |
| 7121 SvgElement.internal_() : super.internal_(); | 6479 SvgElement.internal_() : super.internal_(); |
| 7122 | 6480 |
| 7123 /** | 6481 /** |
| 7124 * Constructor instantiated by the DOM when a custom element has been created. | 6482 * Constructor instantiated by the DOM when a custom element has been created. |
| 7125 * | 6483 * |
| 7126 * This can only be called by subclasses from their created constructor. | 6484 * This can only be called by subclasses from their created constructor. |
| 7127 */ | 6485 */ |
| 7128 SvgElement.created() : super.created(); | 6486 SvgElement.created() : super.created(); |
| 7129 | 6487 |
| 7130 @DomName('SVGElement.className') | 6488 @DomName('SVGElement.className') |
| 7131 @DocsEditable() | 6489 @DocsEditable() |
| 7132 @Experimental() // untriaged | 6490 @Experimental() // untriaged |
| 7133 AnimatedString get _svgClassName => wrap_jso(_blink.BlinkSVGElement.instance.c
lassName_Getter_(unwrap_jso(this))); | 6491 AnimatedString get _svgClassName => _blink.BlinkSVGElement.instance.className_
Getter_(this); |
| 7134 | 6492 |
| 7135 @DomName('SVGElement.ownerSVGElement') | 6493 @DomName('SVGElement.ownerSVGElement') |
| 7136 @DocsEditable() | 6494 @DocsEditable() |
| 7137 SvgSvgElement get ownerSvgElement => wrap_jso(_blink.BlinkSVGElement.instance.
ownerSVGElement_Getter_(unwrap_jso(this))); | 6495 SvgSvgElement get ownerSvgElement => _blink.BlinkSVGElement.instance.ownerSVGE
lement_Getter_(this); |
| 7138 | 6496 |
| 7139 @DomName('SVGElement.style') | 6497 @DomName('SVGElement.style') |
| 7140 @DocsEditable() | 6498 @DocsEditable() |
| 7141 @Experimental() // untriaged | 6499 @Experimental() // untriaged |
| 7142 CssStyleDeclaration get style => wrap_jso(_blink.BlinkSVGElement.instance.styl
e_Getter_(unwrap_jso(this))); | 6500 CssStyleDeclaration get style => _blink.BlinkSVGElement.instance.style_Getter_
(this); |
| 7143 | 6501 |
| 7144 @DomName('SVGElement.tabIndex') | 6502 @DomName('SVGElement.tabIndex') |
| 7145 @DocsEditable() | 6503 @DocsEditable() |
| 7146 @Experimental() // untriaged | 6504 @Experimental() // untriaged |
| 7147 int get tabIndex => _blink.BlinkSVGElement.instance.tabIndex_Getter_(unwrap_js
o(this)); | 6505 int get tabIndex => _blink.BlinkSVGElement.instance.tabIndex_Getter_(this); |
| 7148 | 6506 |
| 7149 @DomName('SVGElement.tabIndex') | 6507 @DomName('SVGElement.tabIndex') |
| 7150 @DocsEditable() | 6508 @DocsEditable() |
| 7151 @Experimental() // untriaged | 6509 @Experimental() // untriaged |
| 7152 set tabIndex(int value) => _blink.BlinkSVGElement.instance.tabIndex_Setter_(un
wrap_jso(this), value); | 6510 set tabIndex(int value) => _blink.BlinkSVGElement.instance.tabIndex_Setter_(th
is, value); |
| 7153 | 6511 |
| 7154 @DomName('SVGElement.viewportElement') | 6512 @DomName('SVGElement.viewportElement') |
| 7155 @DocsEditable() | 6513 @DocsEditable() |
| 7156 SvgElement get viewportElement => wrap_jso(_blink.BlinkSVGElement.instance.vie
wportElement_Getter_(unwrap_jso(this))); | 6514 SvgElement get viewportElement => _blink.BlinkSVGElement.instance.viewportElem
ent_Getter_(this); |
| 7157 | 6515 |
| 7158 @DomName('SVGElement.blur') | 6516 @DomName('SVGElement.blur') |
| 7159 @DocsEditable() | 6517 @DocsEditable() |
| 7160 @Experimental() // untriaged | 6518 @Experimental() // untriaged |
| 7161 void blur() => _blink.BlinkSVGElement.instance.blur_Callback_0_(unwrap_jso(thi
s)); | 6519 void blur() => _blink.BlinkSVGElement.instance.blur_Callback_0_(this); |
| 7162 | 6520 |
| 7163 @DomName('SVGElement.focus') | 6521 @DomName('SVGElement.focus') |
| 7164 @DocsEditable() | 6522 @DocsEditable() |
| 7165 @Experimental() // untriaged | 6523 @Experimental() // untriaged |
| 7166 void focus() => _blink.BlinkSVGElement.instance.focus_Callback_0_(unwrap_jso(t
his)); | 6524 void focus() => _blink.BlinkSVGElement.instance.focus_Callback_0_(this); |
| 7167 | 6525 |
| 7168 @DomName('SVGElement.onabort') | 6526 @DomName('SVGElement.onabort') |
| 7169 @DocsEditable() | 6527 @DocsEditable() |
| 7170 @Experimental() // untriaged | 6528 @Experimental() // untriaged |
| 7171 ElementStream<Event> get onAbort => abortEvent.forElement(this); | 6529 ElementStream<Event> get onAbort => abortEvent.forElement(this); |
| 7172 | 6530 |
| 7173 @DomName('SVGElement.onblur') | 6531 @DomName('SVGElement.onblur') |
| 7174 @DocsEditable() | 6532 @DocsEditable() |
| 7175 @Experimental() // untriaged | 6533 @Experimental() // untriaged |
| 7176 ElementStream<Event> get onBlur => blurEvent.forElement(this); | 6534 ElementStream<Event> get onBlur => blurEvent.forElement(this); |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7439 // The SVG spec requires the version attribute to match the spec version | 6797 // The SVG spec requires the version attribute to match the spec version |
| 7440 el.attributes['version'] = "1.1"; | 6798 el.attributes['version'] = "1.1"; |
| 7441 return el; | 6799 return el; |
| 7442 } | 6800 } |
| 7443 | 6801 |
| 7444 // To suppress missing implicit constructor warnings. | 6802 // To suppress missing implicit constructor warnings. |
| 7445 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } | 6803 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } |
| 7446 | 6804 |
| 7447 | 6805 |
| 7448 @Deprecated("Internal Use Only") | 6806 @Deprecated("Internal Use Only") |
| 7449 static SvgSvgElement internalCreateSvgSvgElement() { | 6807 external static Type get instanceRuntimeType; |
| 7450 return new SvgSvgElement._internalWrap(); | |
| 7451 } | |
| 7452 | |
| 7453 external factory SvgSvgElement._internalWrap(); | |
| 7454 | 6808 |
| 7455 @Deprecated("Internal Use Only") | 6809 @Deprecated("Internal Use Only") |
| 7456 SvgSvgElement.internal_() : super.internal_(); | 6810 SvgSvgElement.internal_() : super.internal_(); |
| 7457 | 6811 |
| 7458 /** | 6812 /** |
| 7459 * Constructor instantiated by the DOM when a custom element has been created. | 6813 * Constructor instantiated by the DOM when a custom element has been created. |
| 7460 * | 6814 * |
| 7461 * This can only be called by subclasses from their created constructor. | 6815 * This can only be called by subclasses from their created constructor. |
| 7462 */ | 6816 */ |
| 7463 SvgSvgElement.created() : super.created(); | 6817 SvgSvgElement.created() : super.created(); |
| 7464 | 6818 |
| 7465 @DomName('SVGSVGElement.currentScale') | 6819 @DomName('SVGSVGElement.currentScale') |
| 7466 @DocsEditable() | 6820 @DocsEditable() |
| 7467 num get currentScale => _blink.BlinkSVGSVGElement.instance.currentScale_Getter
_(unwrap_jso(this)); | 6821 num get currentScale => _blink.BlinkSVGSVGElement.instance.currentScale_Getter
_(this); |
| 7468 | 6822 |
| 7469 @DomName('SVGSVGElement.currentScale') | 6823 @DomName('SVGSVGElement.currentScale') |
| 7470 @DocsEditable() | 6824 @DocsEditable() |
| 7471 set currentScale(num value) => _blink.BlinkSVGSVGElement.instance.currentScale
_Setter_(unwrap_jso(this), value); | 6825 set currentScale(num value) => _blink.BlinkSVGSVGElement.instance.currentScale
_Setter_(this, value); |
| 7472 | 6826 |
| 7473 @DomName('SVGSVGElement.currentTranslate') | 6827 @DomName('SVGSVGElement.currentTranslate') |
| 7474 @DocsEditable() | 6828 @DocsEditable() |
| 7475 Point get currentTranslate => wrap_jso(_blink.BlinkSVGSVGElement.instance.curr
entTranslate_Getter_(unwrap_jso(this))); | 6829 Point get currentTranslate => _blink.BlinkSVGSVGElement.instance.currentTransl
ate_Getter_(this); |
| 7476 | 6830 |
| 7477 @DomName('SVGSVGElement.currentView') | 6831 @DomName('SVGSVGElement.currentView') |
| 7478 @DocsEditable() | 6832 @DocsEditable() |
| 7479 ViewSpec get currentView => wrap_jso(_blink.BlinkSVGSVGElement.instance.curren
tView_Getter_(unwrap_jso(this))); | 6833 ViewSpec get currentView => _blink.BlinkSVGSVGElement.instance.currentView_Get
ter_(this); |
| 7480 | 6834 |
| 7481 @DomName('SVGSVGElement.height') | 6835 @DomName('SVGSVGElement.height') |
| 7482 @DocsEditable() | 6836 @DocsEditable() |
| 7483 AnimatedLength get height => wrap_jso(_blink.BlinkSVGSVGElement.instance.heigh
t_Getter_(unwrap_jso(this))); | 6837 AnimatedLength get height => _blink.BlinkSVGSVGElement.instance.height_Getter_
(this); |
| 7484 | 6838 |
| 7485 @DomName('SVGSVGElement.pixelUnitToMillimeterX') | 6839 @DomName('SVGSVGElement.pixelUnitToMillimeterX') |
| 7486 @DocsEditable() | 6840 @DocsEditable() |
| 7487 num get pixelUnitToMillimeterX => _blink.BlinkSVGSVGElement.instance.pixelUnit
ToMillimeterX_Getter_(unwrap_jso(this)); | 6841 num get pixelUnitToMillimeterX => _blink.BlinkSVGSVGElement.instance.pixelUnit
ToMillimeterX_Getter_(this); |
| 7488 | 6842 |
| 7489 @DomName('SVGSVGElement.pixelUnitToMillimeterY') | 6843 @DomName('SVGSVGElement.pixelUnitToMillimeterY') |
| 7490 @DocsEditable() | 6844 @DocsEditable() |
| 7491 num get pixelUnitToMillimeterY => _blink.BlinkSVGSVGElement.instance.pixelUnit
ToMillimeterY_Getter_(unwrap_jso(this)); | 6845 num get pixelUnitToMillimeterY => _blink.BlinkSVGSVGElement.instance.pixelUnit
ToMillimeterY_Getter_(this); |
| 7492 | 6846 |
| 7493 @DomName('SVGSVGElement.screenPixelToMillimeterX') | 6847 @DomName('SVGSVGElement.screenPixelToMillimeterX') |
| 7494 @DocsEditable() | 6848 @DocsEditable() |
| 7495 num get screenPixelToMillimeterX => _blink.BlinkSVGSVGElement.instance.screenP
ixelToMillimeterX_Getter_(unwrap_jso(this)); | 6849 num get screenPixelToMillimeterX => _blink.BlinkSVGSVGElement.instance.screenP
ixelToMillimeterX_Getter_(this); |
| 7496 | 6850 |
| 7497 @DomName('SVGSVGElement.screenPixelToMillimeterY') | 6851 @DomName('SVGSVGElement.screenPixelToMillimeterY') |
| 7498 @DocsEditable() | 6852 @DocsEditable() |
| 7499 num get screenPixelToMillimeterY => _blink.BlinkSVGSVGElement.instance.screenP
ixelToMillimeterY_Getter_(unwrap_jso(this)); | 6853 num get screenPixelToMillimeterY => _blink.BlinkSVGSVGElement.instance.screenP
ixelToMillimeterY_Getter_(this); |
| 7500 | 6854 |
| 7501 @DomName('SVGSVGElement.useCurrentView') | 6855 @DomName('SVGSVGElement.useCurrentView') |
| 7502 @DocsEditable() | 6856 @DocsEditable() |
| 7503 bool get useCurrentView => _blink.BlinkSVGSVGElement.instance.useCurrentView_G
etter_(unwrap_jso(this)); | 6857 bool get useCurrentView => _blink.BlinkSVGSVGElement.instance.useCurrentView_G
etter_(this); |
| 7504 | 6858 |
| 7505 @DomName('SVGSVGElement.viewport') | 6859 @DomName('SVGSVGElement.viewport') |
| 7506 @DocsEditable() | 6860 @DocsEditable() |
| 7507 Rect get viewport => wrap_jso(_blink.BlinkSVGSVGElement.instance.viewport_Gett
er_(unwrap_jso(this))); | 6861 Rect get viewport => _blink.BlinkSVGSVGElement.instance.viewport_Getter_(this)
; |
| 7508 | 6862 |
| 7509 @DomName('SVGSVGElement.width') | 6863 @DomName('SVGSVGElement.width') |
| 7510 @DocsEditable() | 6864 @DocsEditable() |
| 7511 AnimatedLength get width => wrap_jso(_blink.BlinkSVGSVGElement.instance.width_
Getter_(unwrap_jso(this))); | 6865 AnimatedLength get width => _blink.BlinkSVGSVGElement.instance.width_Getter_(t
his); |
| 7512 | 6866 |
| 7513 @DomName('SVGSVGElement.x') | 6867 @DomName('SVGSVGElement.x') |
| 7514 @DocsEditable() | 6868 @DocsEditable() |
| 7515 AnimatedLength get x => wrap_jso(_blink.BlinkSVGSVGElement.instance.x_Getter_(
unwrap_jso(this))); | 6869 AnimatedLength get x => _blink.BlinkSVGSVGElement.instance.x_Getter_(this); |
| 7516 | 6870 |
| 7517 @DomName('SVGSVGElement.y') | 6871 @DomName('SVGSVGElement.y') |
| 7518 @DocsEditable() | 6872 @DocsEditable() |
| 7519 AnimatedLength get y => wrap_jso(_blink.BlinkSVGSVGElement.instance.y_Getter_(
unwrap_jso(this))); | 6873 AnimatedLength get y => _blink.BlinkSVGSVGElement.instance.y_Getter_(this); |
| 7520 | 6874 |
| 7521 @DomName('SVGSVGElement.animationsPaused') | 6875 @DomName('SVGSVGElement.animationsPaused') |
| 7522 @DocsEditable() | 6876 @DocsEditable() |
| 7523 bool animationsPaused() => _blink.BlinkSVGSVGElement.instance.animationsPaused
_Callback_0_(unwrap_jso(this)); | 6877 bool animationsPaused() => _blink.BlinkSVGSVGElement.instance.animationsPaused
_Callback_0_(this); |
| 7524 | 6878 |
| 7525 @DomName('SVGSVGElement.checkEnclosure') | 6879 @DomName('SVGSVGElement.checkEnclosure') |
| 7526 @DocsEditable() | 6880 @DocsEditable() |
| 7527 bool checkEnclosure(SvgElement element, Rect rect) => _blink.BlinkSVGSVGElemen
t.instance.checkEnclosure_Callback_2_(unwrap_jso(this), unwrap_jso(element), unw
rap_jso(rect)); | 6881 bool checkEnclosure(SvgElement element, Rect rect) => _blink.BlinkSVGSVGElemen
t.instance.checkEnclosure_Callback_2_(this, element, rect); |
| 7528 | 6882 |
| 7529 @DomName('SVGSVGElement.checkIntersection') | 6883 @DomName('SVGSVGElement.checkIntersection') |
| 7530 @DocsEditable() | 6884 @DocsEditable() |
| 7531 bool checkIntersection(SvgElement element, Rect rect) => _blink.BlinkSVGSVGEle
ment.instance.checkIntersection_Callback_2_(unwrap_jso(this), unwrap_jso(element
), unwrap_jso(rect)); | 6885 bool checkIntersection(SvgElement element, Rect rect) => _blink.BlinkSVGSVGEle
ment.instance.checkIntersection_Callback_2_(this, element, rect); |
| 7532 | 6886 |
| 7533 @DomName('SVGSVGElement.createSVGAngle') | 6887 @DomName('SVGSVGElement.createSVGAngle') |
| 7534 @DocsEditable() | 6888 @DocsEditable() |
| 7535 Angle createSvgAngle() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSV
GAngle_Callback_0_(unwrap_jso(this))); | 6889 Angle createSvgAngle() => _blink.BlinkSVGSVGElement.instance.createSVGAngle_Ca
llback_0_(this); |
| 7536 | 6890 |
| 7537 @DomName('SVGSVGElement.createSVGLength') | 6891 @DomName('SVGSVGElement.createSVGLength') |
| 7538 @DocsEditable() | 6892 @DocsEditable() |
| 7539 Length createSvgLength() => wrap_jso(_blink.BlinkSVGSVGElement.instance.create
SVGLength_Callback_0_(unwrap_jso(this))); | 6893 Length createSvgLength() => _blink.BlinkSVGSVGElement.instance.createSVGLength
_Callback_0_(this); |
| 7540 | 6894 |
| 7541 @DomName('SVGSVGElement.createSVGMatrix') | 6895 @DomName('SVGSVGElement.createSVGMatrix') |
| 7542 @DocsEditable() | 6896 @DocsEditable() |
| 7543 Matrix createSvgMatrix() => wrap_jso(_blink.BlinkSVGSVGElement.instance.create
SVGMatrix_Callback_0_(unwrap_jso(this))); | 6897 Matrix createSvgMatrix() => _blink.BlinkSVGSVGElement.instance.createSVGMatrix
_Callback_0_(this); |
| 7544 | 6898 |
| 7545 @DomName('SVGSVGElement.createSVGNumber') | 6899 @DomName('SVGSVGElement.createSVGNumber') |
| 7546 @DocsEditable() | 6900 @DocsEditable() |
| 7547 Number createSvgNumber() => wrap_jso(_blink.BlinkSVGSVGElement.instance.create
SVGNumber_Callback_0_(unwrap_jso(this))); | 6901 Number createSvgNumber() => _blink.BlinkSVGSVGElement.instance.createSVGNumber
_Callback_0_(this); |
| 7548 | 6902 |
| 7549 @DomName('SVGSVGElement.createSVGPoint') | 6903 @DomName('SVGSVGElement.createSVGPoint') |
| 7550 @DocsEditable() | 6904 @DocsEditable() |
| 7551 Point createSvgPoint() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSV
GPoint_Callback_0_(unwrap_jso(this))); | 6905 Point createSvgPoint() => _blink.BlinkSVGSVGElement.instance.createSVGPoint_Ca
llback_0_(this); |
| 7552 | 6906 |
| 7553 @DomName('SVGSVGElement.createSVGRect') | 6907 @DomName('SVGSVGElement.createSVGRect') |
| 7554 @DocsEditable() | 6908 @DocsEditable() |
| 7555 Rect createSvgRect() => wrap_jso(_blink.BlinkSVGSVGElement.instance.createSVGR
ect_Callback_0_(unwrap_jso(this))); | 6909 Rect createSvgRect() => _blink.BlinkSVGSVGElement.instance.createSVGRect_Callb
ack_0_(this); |
| 7556 | 6910 |
| 7557 @DomName('SVGSVGElement.createSVGTransform') | 6911 @DomName('SVGSVGElement.createSVGTransform') |
| 7558 @DocsEditable() | 6912 @DocsEditable() |
| 7559 Transform createSvgTransform() => wrap_jso(_blink.BlinkSVGSVGElement.instance.
createSVGTransform_Callback_0_(unwrap_jso(this))); | 6913 Transform createSvgTransform() => _blink.BlinkSVGSVGElement.instance.createSVG
Transform_Callback_0_(this); |
| 7560 | 6914 |
| 7561 @DomName('SVGSVGElement.createSVGTransformFromMatrix') | 6915 @DomName('SVGSVGElement.createSVGTransformFromMatrix') |
| 7562 @DocsEditable() | 6916 @DocsEditable() |
| 7563 Transform createSvgTransformFromMatrix(Matrix matrix) => wrap_jso(_blink.Blink
SVGSVGElement.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(this)
, unwrap_jso(matrix))); | 6917 Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGSVGEle
ment.instance.createSVGTransformFromMatrix_Callback_1_(this, matrix); |
| 7564 | 6918 |
| 7565 @DomName('SVGSVGElement.deselectAll') | 6919 @DomName('SVGSVGElement.deselectAll') |
| 7566 @DocsEditable() | 6920 @DocsEditable() |
| 7567 void deselectAll() => _blink.BlinkSVGSVGElement.instance.deselectAll_Callback_
0_(unwrap_jso(this)); | 6921 void deselectAll() => _blink.BlinkSVGSVGElement.instance.deselectAll_Callback_
0_(this); |
| 7568 | 6922 |
| 7569 @DomName('SVGSVGElement.forceRedraw') | 6923 @DomName('SVGSVGElement.forceRedraw') |
| 7570 @DocsEditable() | 6924 @DocsEditable() |
| 7571 void forceRedraw() => _blink.BlinkSVGSVGElement.instance.forceRedraw_Callback_
0_(unwrap_jso(this)); | 6925 void forceRedraw() => _blink.BlinkSVGSVGElement.instance.forceRedraw_Callback_
0_(this); |
| 7572 | 6926 |
| 7573 @DomName('SVGSVGElement.getCurrentTime') | 6927 @DomName('SVGSVGElement.getCurrentTime') |
| 7574 @DocsEditable() | 6928 @DocsEditable() |
| 7575 num getCurrentTime() => _blink.BlinkSVGSVGElement.instance.getCurrentTime_Call
back_0_(unwrap_jso(this)); | 6929 num getCurrentTime() => _blink.BlinkSVGSVGElement.instance.getCurrentTime_Call
back_0_(this); |
| 7576 | 6930 |
| 7577 @DomName('SVGSVGElement.getElementById') | 6931 @DomName('SVGSVGElement.getElementById') |
| 7578 @DocsEditable() | 6932 @DocsEditable() |
| 7579 Element getElementById(String elementId) => wrap_jso(_blink.BlinkSVGSVGElement
.instance.getElementById_Callback_1_(unwrap_jso(this), elementId)); | 6933 Element getElementById(String elementId) => _blink.BlinkSVGSVGElement.instance
.getElementById_Callback_1_(this, elementId); |
| 7580 | 6934 |
| 7581 @DomName('SVGSVGElement.getEnclosureList') | 6935 @DomName('SVGSVGElement.getEnclosureList') |
| 7582 @DocsEditable() | 6936 @DocsEditable() |
| 7583 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => wrap_js
o(_blink.BlinkSVGSVGElement.instance.getEnclosureList_Callback_2_(unwrap_jso(thi
s), unwrap_jso(rect), unwrap_jso(referenceElement))); | 6937 List<Node> getEnclosureList(Rect rect, SvgElement referenceElement) => (_blink
.BlinkSVGSVGElement.instance.getEnclosureList_Callback_2_(this, rect, referenceE
lement)); |
| 7584 | 6938 |
| 7585 @DomName('SVGSVGElement.getIntersectionList') | 6939 @DomName('SVGSVGElement.getIntersectionList') |
| 7586 @DocsEditable() | 6940 @DocsEditable() |
| 7587 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => wrap
_jso(_blink.BlinkSVGSVGElement.instance.getIntersectionList_Callback_2_(unwrap_j
so(this), unwrap_jso(rect), unwrap_jso(referenceElement))); | 6941 List<Node> getIntersectionList(Rect rect, SvgElement referenceElement) => (_bl
ink.BlinkSVGSVGElement.instance.getIntersectionList_Callback_2_(this, rect, refe
renceElement)); |
| 7588 | 6942 |
| 7589 @DomName('SVGSVGElement.pauseAnimations') | 6943 @DomName('SVGSVGElement.pauseAnimations') |
| 7590 @DocsEditable() | 6944 @DocsEditable() |
| 7591 void pauseAnimations() => _blink.BlinkSVGSVGElement.instance.pauseAnimations_C
allback_0_(unwrap_jso(this)); | 6945 void pauseAnimations() => _blink.BlinkSVGSVGElement.instance.pauseAnimations_C
allback_0_(this); |
| 7592 | 6946 |
| 7593 @DomName('SVGSVGElement.setCurrentTime') | 6947 @DomName('SVGSVGElement.setCurrentTime') |
| 7594 @DocsEditable() | 6948 @DocsEditable() |
| 7595 void setCurrentTime(num seconds) => _blink.BlinkSVGSVGElement.instance.setCurr
entTime_Callback_1_(unwrap_jso(this), seconds); | 6949 void setCurrentTime(num seconds) => _blink.BlinkSVGSVGElement.instance.setCurr
entTime_Callback_1_(this, seconds); |
| 7596 | 6950 |
| 7597 @DomName('SVGSVGElement.suspendRedraw') | 6951 @DomName('SVGSVGElement.suspendRedraw') |
| 7598 @DocsEditable() | 6952 @DocsEditable() |
| 7599 int suspendRedraw(int maxWaitMilliseconds) => _blink.BlinkSVGSVGElement.instan
ce.suspendRedraw_Callback_1_(unwrap_jso(this), maxWaitMilliseconds); | 6953 int suspendRedraw(int maxWaitMilliseconds) => _blink.BlinkSVGSVGElement.instan
ce.suspendRedraw_Callback_1_(this, maxWaitMilliseconds); |
| 7600 | 6954 |
| 7601 @DomName('SVGSVGElement.unpauseAnimations') | 6955 @DomName('SVGSVGElement.unpauseAnimations') |
| 7602 @DocsEditable() | 6956 @DocsEditable() |
| 7603 void unpauseAnimations() => _blink.BlinkSVGSVGElement.instance.unpauseAnimatio
ns_Callback_0_(unwrap_jso(this)); | 6957 void unpauseAnimations() => _blink.BlinkSVGSVGElement.instance.unpauseAnimatio
ns_Callback_0_(this); |
| 7604 | 6958 |
| 7605 @DomName('SVGSVGElement.unsuspendRedraw') | 6959 @DomName('SVGSVGElement.unsuspendRedraw') |
| 7606 @DocsEditable() | 6960 @DocsEditable() |
| 7607 void unsuspendRedraw(int suspendHandleId) => _blink.BlinkSVGSVGElement.instanc
e.unsuspendRedraw_Callback_1_(unwrap_jso(this), suspendHandleId); | 6961 void unsuspendRedraw(int suspendHandleId) => _blink.BlinkSVGSVGElement.instanc
e.unsuspendRedraw_Callback_1_(this, suspendHandleId); |
| 7608 | 6962 |
| 7609 @DomName('SVGSVGElement.unsuspendRedrawAll') | 6963 @DomName('SVGSVGElement.unsuspendRedrawAll') |
| 7610 @DocsEditable() | 6964 @DocsEditable() |
| 7611 void unsuspendRedrawAll() => _blink.BlinkSVGSVGElement.instance.unsuspendRedra
wAll_Callback_0_(unwrap_jso(this)); | 6965 void unsuspendRedrawAll() => _blink.BlinkSVGSVGElement.instance.unsuspendRedra
wAll_Callback_0_(this); |
| 7612 | 6966 |
| 7613 @DomName('SVGSVGElement.preserveAspectRatio') | 6967 @DomName('SVGSVGElement.preserveAspectRatio') |
| 7614 @DocsEditable() | 6968 @DocsEditable() |
| 7615 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV
GSVGElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); | 6969 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGSVGEleme
nt.instance.preserveAspectRatio_Getter_(this); |
| 7616 | 6970 |
| 7617 @DomName('SVGSVGElement.viewBox') | 6971 @DomName('SVGSVGElement.viewBox') |
| 7618 @DocsEditable() | 6972 @DocsEditable() |
| 7619 AnimatedRect get viewBox => wrap_jso(_blink.BlinkSVGSVGElement.instance.viewBo
x_Getter_(unwrap_jso(this))); | 6973 AnimatedRect get viewBox => _blink.BlinkSVGSVGElement.instance.viewBox_Getter_
(this); |
| 7620 | 6974 |
| 7621 @DomName('SVGSVGElement.zoomAndPan') | 6975 @DomName('SVGSVGElement.zoomAndPan') |
| 7622 @DocsEditable() | 6976 @DocsEditable() |
| 7623 int get zoomAndPan => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Getter_(un
wrap_jso(this)); | 6977 int get zoomAndPan => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Getter_(th
is); |
| 7624 | 6978 |
| 7625 @DomName('SVGSVGElement.zoomAndPan') | 6979 @DomName('SVGSVGElement.zoomAndPan') |
| 7626 @DocsEditable() | 6980 @DocsEditable() |
| 7627 set zoomAndPan(int value) => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Set
ter_(unwrap_jso(this), value); | 6981 set zoomAndPan(int value) => _blink.BlinkSVGSVGElement.instance.zoomAndPan_Set
ter_(this, value); |
| 7628 | 6982 |
| 7629 } | 6983 } |
| 7630 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6984 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7631 // for details. All rights reserved. Use of this source code is governed by a | 6985 // for details. All rights reserved. Use of this source code is governed by a |
| 7632 // BSD-style license that can be found in the LICENSE file. | 6986 // BSD-style license that can be found in the LICENSE file. |
| 7633 | 6987 |
| 7634 // WARNING: Do not edit - generated code. | 6988 // WARNING: Do not edit - generated code. |
| 7635 | 6989 |
| 7636 | 6990 |
| 7637 @DocsEditable() | 6991 @DocsEditable() |
| 7638 @DomName('SVGSwitchElement') | 6992 @DomName('SVGSwitchElement') |
| 7639 @Unstable() | 6993 @Unstable() |
| 7640 class SwitchElement extends GraphicsElement { | 6994 class SwitchElement extends GraphicsElement { |
| 7641 // To suppress missing implicit constructor warnings. | 6995 // To suppress missing implicit constructor warnings. |
| 7642 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } | 6996 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } |
| 7643 | 6997 |
| 7644 @DomName('SVGSwitchElement.SVGSwitchElement') | 6998 @DomName('SVGSwitchElement.SVGSwitchElement') |
| 7645 @DocsEditable() | 6999 @DocsEditable() |
| 7646 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); | 7000 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); |
| 7647 | 7001 |
| 7648 | 7002 |
| 7649 @Deprecated("Internal Use Only") | 7003 @Deprecated("Internal Use Only") |
| 7650 static SwitchElement internalCreateSwitchElement() { | 7004 external static Type get instanceRuntimeType; |
| 7651 return new SwitchElement._internalWrap(); | |
| 7652 } | |
| 7653 | |
| 7654 external factory SwitchElement._internalWrap(); | |
| 7655 | 7005 |
| 7656 @Deprecated("Internal Use Only") | 7006 @Deprecated("Internal Use Only") |
| 7657 SwitchElement.internal_() : super.internal_(); | 7007 SwitchElement.internal_() : super.internal_(); |
| 7658 | 7008 |
| 7659 /** | 7009 /** |
| 7660 * Constructor instantiated by the DOM when a custom element has been created. | 7010 * Constructor instantiated by the DOM when a custom element has been created. |
| 7661 * | 7011 * |
| 7662 * This can only be called by subclasses from their created constructor. | 7012 * This can only be called by subclasses from their created constructor. |
| 7663 */ | 7013 */ |
| 7664 SwitchElement.created() : super.created(); | 7014 SwitchElement.created() : super.created(); |
| (...skipping 12 matching lines...) Expand all Loading... |
| 7677 class SymbolElement extends SvgElement implements FitToViewBox { | 7027 class SymbolElement extends SvgElement implements FitToViewBox { |
| 7678 // To suppress missing implicit constructor warnings. | 7028 // To suppress missing implicit constructor warnings. |
| 7679 factory SymbolElement._() { throw new UnsupportedError("Not supported"); } | 7029 factory SymbolElement._() { throw new UnsupportedError("Not supported"); } |
| 7680 | 7030 |
| 7681 @DomName('SVGSymbolElement.SVGSymbolElement') | 7031 @DomName('SVGSymbolElement.SVGSymbolElement') |
| 7682 @DocsEditable() | 7032 @DocsEditable() |
| 7683 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); | 7033 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); |
| 7684 | 7034 |
| 7685 | 7035 |
| 7686 @Deprecated("Internal Use Only") | 7036 @Deprecated("Internal Use Only") |
| 7687 static SymbolElement internalCreateSymbolElement() { | 7037 external static Type get instanceRuntimeType; |
| 7688 return new SymbolElement._internalWrap(); | |
| 7689 } | |
| 7690 | |
| 7691 external factory SymbolElement._internalWrap(); | |
| 7692 | 7038 |
| 7693 @Deprecated("Internal Use Only") | 7039 @Deprecated("Internal Use Only") |
| 7694 SymbolElement.internal_() : super.internal_(); | 7040 SymbolElement.internal_() : super.internal_(); |
| 7695 | 7041 |
| 7696 /** | 7042 /** |
| 7697 * Constructor instantiated by the DOM when a custom element has been created. | 7043 * Constructor instantiated by the DOM when a custom element has been created. |
| 7698 * | 7044 * |
| 7699 * This can only be called by subclasses from their created constructor. | 7045 * This can only be called by subclasses from their created constructor. |
| 7700 */ | 7046 */ |
| 7701 SymbolElement.created() : super.created(); | 7047 SymbolElement.created() : super.created(); |
| 7702 | 7048 |
| 7703 @DomName('SVGSymbolElement.preserveAspectRatio') | 7049 @DomName('SVGSymbolElement.preserveAspectRatio') |
| 7704 @DocsEditable() | 7050 @DocsEditable() |
| 7705 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV
GSymbolElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); | 7051 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGSymbolEl
ement.instance.preserveAspectRatio_Getter_(this); |
| 7706 | 7052 |
| 7707 @DomName('SVGSymbolElement.viewBox') | 7053 @DomName('SVGSymbolElement.viewBox') |
| 7708 @DocsEditable() | 7054 @DocsEditable() |
| 7709 AnimatedRect get viewBox => wrap_jso(_blink.BlinkSVGSymbolElement.instance.vie
wBox_Getter_(unwrap_jso(this))); | 7055 AnimatedRect get viewBox => _blink.BlinkSVGSymbolElement.instance.viewBox_Gett
er_(this); |
| 7710 | 7056 |
| 7711 } | 7057 } |
| 7712 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7058 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7713 // for details. All rights reserved. Use of this source code is governed by a | 7059 // for details. All rights reserved. Use of this source code is governed by a |
| 7714 // BSD-style license that can be found in the LICENSE file. | 7060 // BSD-style license that can be found in the LICENSE file. |
| 7715 | 7061 |
| 7716 // WARNING: Do not edit - generated code. | 7062 // WARNING: Do not edit - generated code. |
| 7717 | 7063 |
| 7718 | 7064 |
| 7719 @DocsEditable() | 7065 @DocsEditable() |
| 7720 @DomName('SVGTSpanElement') | 7066 @DomName('SVGTSpanElement') |
| 7721 @Unstable() | 7067 @Unstable() |
| 7722 class TSpanElement extends TextPositioningElement { | 7068 class TSpanElement extends TextPositioningElement { |
| 7723 // To suppress missing implicit constructor warnings. | 7069 // To suppress missing implicit constructor warnings. |
| 7724 factory TSpanElement._() { throw new UnsupportedError("Not supported"); } | 7070 factory TSpanElement._() { throw new UnsupportedError("Not supported"); } |
| 7725 | 7071 |
| 7726 @DomName('SVGTSpanElement.SVGTSpanElement') | 7072 @DomName('SVGTSpanElement.SVGTSpanElement') |
| 7727 @DocsEditable() | 7073 @DocsEditable() |
| 7728 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); | 7074 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); |
| 7729 | 7075 |
| 7730 | 7076 |
| 7731 @Deprecated("Internal Use Only") | 7077 @Deprecated("Internal Use Only") |
| 7732 static TSpanElement internalCreateTSpanElement() { | 7078 external static Type get instanceRuntimeType; |
| 7733 return new TSpanElement._internalWrap(); | |
| 7734 } | |
| 7735 | |
| 7736 external factory TSpanElement._internalWrap(); | |
| 7737 | 7079 |
| 7738 @Deprecated("Internal Use Only") | 7080 @Deprecated("Internal Use Only") |
| 7739 TSpanElement.internal_() : super.internal_(); | 7081 TSpanElement.internal_() : super.internal_(); |
| 7740 | 7082 |
| 7741 /** | 7083 /** |
| 7742 * Constructor instantiated by the DOM when a custom element has been created. | 7084 * Constructor instantiated by the DOM when a custom element has been created. |
| 7743 * | 7085 * |
| 7744 * This can only be called by subclasses from their created constructor. | 7086 * This can only be called by subclasses from their created constructor. |
| 7745 */ | 7087 */ |
| 7746 TSpanElement.created() : super.created(); | 7088 TSpanElement.created() : super.created(); |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7786 | 7128 |
| 7787 @DocsEditable() | 7129 @DocsEditable() |
| 7788 @DomName('SVGTextContentElement') | 7130 @DomName('SVGTextContentElement') |
| 7789 @Unstable() | 7131 @Unstable() |
| 7790 class TextContentElement extends GraphicsElement { | 7132 class TextContentElement extends GraphicsElement { |
| 7791 // To suppress missing implicit constructor warnings. | 7133 // To suppress missing implicit constructor warnings. |
| 7792 factory TextContentElement._() { throw new UnsupportedError("Not supported");
} | 7134 factory TextContentElement._() { throw new UnsupportedError("Not supported");
} |
| 7793 | 7135 |
| 7794 | 7136 |
| 7795 @Deprecated("Internal Use Only") | 7137 @Deprecated("Internal Use Only") |
| 7796 static TextContentElement internalCreateTextContentElement() { | 7138 external static Type get instanceRuntimeType; |
| 7797 return new TextContentElement._internalWrap(); | |
| 7798 } | |
| 7799 | |
| 7800 external factory TextContentElement._internalWrap(); | |
| 7801 | 7139 |
| 7802 @Deprecated("Internal Use Only") | 7140 @Deprecated("Internal Use Only") |
| 7803 TextContentElement.internal_() : super.internal_(); | 7141 TextContentElement.internal_() : super.internal_(); |
| 7804 | 7142 |
| 7805 /** | 7143 /** |
| 7806 * Constructor instantiated by the DOM when a custom element has been created. | 7144 * Constructor instantiated by the DOM when a custom element has been created. |
| 7807 * | 7145 * |
| 7808 * This can only be called by subclasses from their created constructor. | 7146 * This can only be called by subclasses from their created constructor. |
| 7809 */ | 7147 */ |
| 7810 TextContentElement.created() : super.created(); | 7148 TextContentElement.created() : super.created(); |
| 7811 | 7149 |
| 7812 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') | 7150 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') |
| 7813 @DocsEditable() | 7151 @DocsEditable() |
| 7814 static const int LENGTHADJUST_SPACING = 1; | 7152 static const int LENGTHADJUST_SPACING = 1; |
| 7815 | 7153 |
| 7816 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') | 7154 @DomName('SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS') |
| 7817 @DocsEditable() | 7155 @DocsEditable() |
| 7818 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; | 7156 static const int LENGTHADJUST_SPACINGANDGLYPHS = 2; |
| 7819 | 7157 |
| 7820 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN') | 7158 @DomName('SVGTextContentElement.LENGTHADJUST_UNKNOWN') |
| 7821 @DocsEditable() | 7159 @DocsEditable() |
| 7822 static const int LENGTHADJUST_UNKNOWN = 0; | 7160 static const int LENGTHADJUST_UNKNOWN = 0; |
| 7823 | 7161 |
| 7824 @DomName('SVGTextContentElement.lengthAdjust') | 7162 @DomName('SVGTextContentElement.lengthAdjust') |
| 7825 @DocsEditable() | 7163 @DocsEditable() |
| 7826 AnimatedEnumeration get lengthAdjust => wrap_jso(_blink.BlinkSVGTextContentEle
ment.instance.lengthAdjust_Getter_(unwrap_jso(this))); | 7164 AnimatedEnumeration get lengthAdjust => _blink.BlinkSVGTextContentElement.inst
ance.lengthAdjust_Getter_(this); |
| 7827 | 7165 |
| 7828 @DomName('SVGTextContentElement.textLength') | 7166 @DomName('SVGTextContentElement.textLength') |
| 7829 @DocsEditable() | 7167 @DocsEditable() |
| 7830 AnimatedLength get textLength => wrap_jso(_blink.BlinkSVGTextContentElement.in
stance.textLength_Getter_(unwrap_jso(this))); | 7168 AnimatedLength get textLength => _blink.BlinkSVGTextContentElement.instance.te
xtLength_Getter_(this); |
| 7831 | 7169 |
| 7832 @DomName('SVGTextContentElement.getCharNumAtPosition') | 7170 @DomName('SVGTextContentElement.getCharNumAtPosition') |
| 7833 @DocsEditable() | 7171 @DocsEditable() |
| 7834 int getCharNumAtPosition(Point point) => _blink.BlinkSVGTextContentElement.ins
tance.getCharNumAtPosition_Callback_1_(unwrap_jso(this), unwrap_jso(point)); | 7172 int getCharNumAtPosition(Point point) => _blink.BlinkSVGTextContentElement.ins
tance.getCharNumAtPosition_Callback_1_(this, point); |
| 7835 | 7173 |
| 7836 @DomName('SVGTextContentElement.getComputedTextLength') | 7174 @DomName('SVGTextContentElement.getComputedTextLength') |
| 7837 @DocsEditable() | 7175 @DocsEditable() |
| 7838 num getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance.getC
omputedTextLength_Callback_0_(unwrap_jso(this)); | 7176 num getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance.getC
omputedTextLength_Callback_0_(this); |
| 7839 | 7177 |
| 7840 @DomName('SVGTextContentElement.getEndPositionOfChar') | 7178 @DomName('SVGTextContentElement.getEndPositionOfChar') |
| 7841 @DocsEditable() | 7179 @DocsEditable() |
| 7842 Point getEndPositionOfChar(int charnum) => wrap_jso(_blink.BlinkSVGTextContent
Element.instance.getEndPositionOfChar_Callback_1_(unwrap_jso(this), charnum)); | 7180 Point getEndPositionOfChar(int charnum) => _blink.BlinkSVGTextContentElement.i
nstance.getEndPositionOfChar_Callback_1_(this, charnum); |
| 7843 | 7181 |
| 7844 @DomName('SVGTextContentElement.getExtentOfChar') | 7182 @DomName('SVGTextContentElement.getExtentOfChar') |
| 7845 @DocsEditable() | 7183 @DocsEditable() |
| 7846 Rect getExtentOfChar(int charnum) => wrap_jso(_blink.BlinkSVGTextContentElemen
t.instance.getExtentOfChar_Callback_1_(unwrap_jso(this), charnum)); | 7184 Rect getExtentOfChar(int charnum) => _blink.BlinkSVGTextContentElement.instanc
e.getExtentOfChar_Callback_1_(this, charnum); |
| 7847 | 7185 |
| 7848 @DomName('SVGTextContentElement.getNumberOfChars') | 7186 @DomName('SVGTextContentElement.getNumberOfChars') |
| 7849 @DocsEditable() | 7187 @DocsEditable() |
| 7850 int getNumberOfChars() => _blink.BlinkSVGTextContentElement.instance.getNumber
OfChars_Callback_0_(unwrap_jso(this)); | 7188 int getNumberOfChars() => _blink.BlinkSVGTextContentElement.instance.getNumber
OfChars_Callback_0_(this); |
| 7851 | 7189 |
| 7852 @DomName('SVGTextContentElement.getRotationOfChar') | 7190 @DomName('SVGTextContentElement.getRotationOfChar') |
| 7853 @DocsEditable() | 7191 @DocsEditable() |
| 7854 num getRotationOfChar(int charnum) => _blink.BlinkSVGTextContentElement.instan
ce.getRotationOfChar_Callback_1_(unwrap_jso(this), charnum); | 7192 num getRotationOfChar(int charnum) => _blink.BlinkSVGTextContentElement.instan
ce.getRotationOfChar_Callback_1_(this, charnum); |
| 7855 | 7193 |
| 7856 @DomName('SVGTextContentElement.getStartPositionOfChar') | 7194 @DomName('SVGTextContentElement.getStartPositionOfChar') |
| 7857 @DocsEditable() | 7195 @DocsEditable() |
| 7858 Point getStartPositionOfChar(int charnum) => wrap_jso(_blink.BlinkSVGTextConte
ntElement.instance.getStartPositionOfChar_Callback_1_(unwrap_jso(this), charnum)
); | 7196 Point getStartPositionOfChar(int charnum) => _blink.BlinkSVGTextContentElement
.instance.getStartPositionOfChar_Callback_1_(this, charnum); |
| 7859 | 7197 |
| 7860 @DomName('SVGTextContentElement.getSubStringLength') | 7198 @DomName('SVGTextContentElement.getSubStringLength') |
| 7861 @DocsEditable() | 7199 @DocsEditable() |
| 7862 num getSubStringLength(int charnum, int nchars) => _blink.BlinkSVGTextContentE
lement.instance.getSubStringLength_Callback_2_(unwrap_jso(this), charnum, nchars
); | 7200 num getSubStringLength(int charnum, int nchars) => _blink.BlinkSVGTextContentE
lement.instance.getSubStringLength_Callback_2_(this, charnum, nchars); |
| 7863 | 7201 |
| 7864 @DomName('SVGTextContentElement.selectSubString') | 7202 @DomName('SVGTextContentElement.selectSubString') |
| 7865 @DocsEditable() | 7203 @DocsEditable() |
| 7866 void selectSubString(int charnum, int nchars) => _blink.BlinkSVGTextContentEle
ment.instance.selectSubString_Callback_2_(unwrap_jso(this), charnum, nchars); | 7204 void selectSubString(int charnum, int nchars) => _blink.BlinkSVGTextContentEle
ment.instance.selectSubString_Callback_2_(this, charnum, nchars); |
| 7867 | 7205 |
| 7868 } | 7206 } |
| 7869 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7207 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7870 // for details. All rights reserved. Use of this source code is governed by a | 7208 // for details. All rights reserved. Use of this source code is governed by a |
| 7871 // BSD-style license that can be found in the LICENSE file. | 7209 // BSD-style license that can be found in the LICENSE file. |
| 7872 | 7210 |
| 7873 // WARNING: Do not edit - generated code. | 7211 // WARNING: Do not edit - generated code. |
| 7874 | 7212 |
| 7875 | 7213 |
| 7876 @DocsEditable() | 7214 @DocsEditable() |
| 7877 @DomName('SVGTextElement') | 7215 @DomName('SVGTextElement') |
| 7878 @Unstable() | 7216 @Unstable() |
| 7879 class TextElement extends TextPositioningElement { | 7217 class TextElement extends TextPositioningElement { |
| 7880 // To suppress missing implicit constructor warnings. | 7218 // To suppress missing implicit constructor warnings. |
| 7881 factory TextElement._() { throw new UnsupportedError("Not supported"); } | 7219 factory TextElement._() { throw new UnsupportedError("Not supported"); } |
| 7882 | 7220 |
| 7883 @DomName('SVGTextElement.SVGTextElement') | 7221 @DomName('SVGTextElement.SVGTextElement') |
| 7884 @DocsEditable() | 7222 @DocsEditable() |
| 7885 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); | 7223 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); |
| 7886 | 7224 |
| 7887 | 7225 |
| 7888 @Deprecated("Internal Use Only") | 7226 @Deprecated("Internal Use Only") |
| 7889 static TextElement internalCreateTextElement() { | 7227 external static Type get instanceRuntimeType; |
| 7890 return new TextElement._internalWrap(); | |
| 7891 } | |
| 7892 | |
| 7893 external factory TextElement._internalWrap(); | |
| 7894 | 7228 |
| 7895 @Deprecated("Internal Use Only") | 7229 @Deprecated("Internal Use Only") |
| 7896 TextElement.internal_() : super.internal_(); | 7230 TextElement.internal_() : super.internal_(); |
| 7897 | 7231 |
| 7898 /** | 7232 /** |
| 7899 * Constructor instantiated by the DOM when a custom element has been created. | 7233 * Constructor instantiated by the DOM when a custom element has been created. |
| 7900 * | 7234 * |
| 7901 * This can only be called by subclasses from their created constructor. | 7235 * This can only be called by subclasses from their created constructor. |
| 7902 */ | 7236 */ |
| 7903 TextElement.created() : super.created(); | 7237 TextElement.created() : super.created(); |
| 7904 | 7238 |
| 7905 } | 7239 } |
| 7906 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7240 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7907 // for details. All rights reserved. Use of this source code is governed by a | 7241 // for details. All rights reserved. Use of this source code is governed by a |
| 7908 // BSD-style license that can be found in the LICENSE file. | 7242 // BSD-style license that can be found in the LICENSE file. |
| 7909 | 7243 |
| 7910 // WARNING: Do not edit - generated code. | 7244 // WARNING: Do not edit - generated code. |
| 7911 | 7245 |
| 7912 | 7246 |
| 7913 @DocsEditable() | 7247 @DocsEditable() |
| 7914 @DomName('SVGTextPathElement') | 7248 @DomName('SVGTextPathElement') |
| 7915 @Unstable() | 7249 @Unstable() |
| 7916 class TextPathElement extends TextContentElement implements UriReference { | 7250 class TextPathElement extends TextContentElement implements UriReference { |
| 7917 // To suppress missing implicit constructor warnings. | 7251 // To suppress missing implicit constructor warnings. |
| 7918 factory TextPathElement._() { throw new UnsupportedError("Not supported"); } | 7252 factory TextPathElement._() { throw new UnsupportedError("Not supported"); } |
| 7919 | 7253 |
| 7920 | 7254 |
| 7921 @Deprecated("Internal Use Only") | 7255 @Deprecated("Internal Use Only") |
| 7922 static TextPathElement internalCreateTextPathElement() { | 7256 external static Type get instanceRuntimeType; |
| 7923 return new TextPathElement._internalWrap(); | |
| 7924 } | |
| 7925 | |
| 7926 external factory TextPathElement._internalWrap(); | |
| 7927 | 7257 |
| 7928 @Deprecated("Internal Use Only") | 7258 @Deprecated("Internal Use Only") |
| 7929 TextPathElement.internal_() : super.internal_(); | 7259 TextPathElement.internal_() : super.internal_(); |
| 7930 | 7260 |
| 7931 /** | 7261 /** |
| 7932 * Constructor instantiated by the DOM when a custom element has been created. | 7262 * Constructor instantiated by the DOM when a custom element has been created. |
| 7933 * | 7263 * |
| 7934 * This can only be called by subclasses from their created constructor. | 7264 * This can only be called by subclasses from their created constructor. |
| 7935 */ | 7265 */ |
| 7936 TextPathElement.created() : super.created(); | 7266 TextPathElement.created() : super.created(); |
| (...skipping 17 matching lines...) Expand all Loading... |
| 7954 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT') | 7284 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT') |
| 7955 @DocsEditable() | 7285 @DocsEditable() |
| 7956 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; | 7286 static const int TEXTPATH_SPACINGTYPE_EXACT = 2; |
| 7957 | 7287 |
| 7958 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN') | 7288 @DomName('SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN') |
| 7959 @DocsEditable() | 7289 @DocsEditable() |
| 7960 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; | 7290 static const int TEXTPATH_SPACINGTYPE_UNKNOWN = 0; |
| 7961 | 7291 |
| 7962 @DomName('SVGTextPathElement.method') | 7292 @DomName('SVGTextPathElement.method') |
| 7963 @DocsEditable() | 7293 @DocsEditable() |
| 7964 AnimatedEnumeration get method => wrap_jso(_blink.BlinkSVGTextPathElement.inst
ance.method_Getter_(unwrap_jso(this))); | 7294 AnimatedEnumeration get method => _blink.BlinkSVGTextPathElement.instance.meth
od_Getter_(this); |
| 7965 | 7295 |
| 7966 @DomName('SVGTextPathElement.spacing') | 7296 @DomName('SVGTextPathElement.spacing') |
| 7967 @DocsEditable() | 7297 @DocsEditable() |
| 7968 AnimatedEnumeration get spacing => wrap_jso(_blink.BlinkSVGTextPathElement.ins
tance.spacing_Getter_(unwrap_jso(this))); | 7298 AnimatedEnumeration get spacing => _blink.BlinkSVGTextPathElement.instance.spa
cing_Getter_(this); |
| 7969 | 7299 |
| 7970 @DomName('SVGTextPathElement.startOffset') | 7300 @DomName('SVGTextPathElement.startOffset') |
| 7971 @DocsEditable() | 7301 @DocsEditable() |
| 7972 AnimatedLength get startOffset => wrap_jso(_blink.BlinkSVGTextPathElement.inst
ance.startOffset_Getter_(unwrap_jso(this))); | 7302 AnimatedLength get startOffset => _blink.BlinkSVGTextPathElement.instance.star
tOffset_Getter_(this); |
| 7973 | 7303 |
| 7974 @DomName('SVGTextPathElement.href') | 7304 @DomName('SVGTextPathElement.href') |
| 7975 @DocsEditable() | 7305 @DocsEditable() |
| 7976 AnimatedString get href => wrap_jso(_blink.BlinkSVGTextPathElement.instance.hr
ef_Getter_(unwrap_jso(this))); | 7306 AnimatedString get href => _blink.BlinkSVGTextPathElement.instance.href_Getter
_(this); |
| 7977 | 7307 |
| 7978 } | 7308 } |
| 7979 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7980 // for details. All rights reserved. Use of this source code is governed by a | 7310 // for details. All rights reserved. Use of this source code is governed by a |
| 7981 // BSD-style license that can be found in the LICENSE file. | 7311 // BSD-style license that can be found in the LICENSE file. |
| 7982 | 7312 |
| 7983 // WARNING: Do not edit - generated code. | 7313 // WARNING: Do not edit - generated code. |
| 7984 | 7314 |
| 7985 | 7315 |
| 7986 @DocsEditable() | 7316 @DocsEditable() |
| 7987 @DomName('SVGTextPositioningElement') | 7317 @DomName('SVGTextPositioningElement') |
| 7988 @Unstable() | 7318 @Unstable() |
| 7989 class TextPositioningElement extends TextContentElement { | 7319 class TextPositioningElement extends TextContentElement { |
| 7990 // To suppress missing implicit constructor warnings. | 7320 // To suppress missing implicit constructor warnings. |
| 7991 factory TextPositioningElement._() { throw new UnsupportedError("Not supported
"); } | 7321 factory TextPositioningElement._() { throw new UnsupportedError("Not supported
"); } |
| 7992 | 7322 |
| 7993 | 7323 |
| 7994 @Deprecated("Internal Use Only") | 7324 @Deprecated("Internal Use Only") |
| 7995 static TextPositioningElement internalCreateTextPositioningElement() { | 7325 external static Type get instanceRuntimeType; |
| 7996 return new TextPositioningElement._internalWrap(); | |
| 7997 } | |
| 7998 | |
| 7999 external factory TextPositioningElement._internalWrap(); | |
| 8000 | 7326 |
| 8001 @Deprecated("Internal Use Only") | 7327 @Deprecated("Internal Use Only") |
| 8002 TextPositioningElement.internal_() : super.internal_(); | 7328 TextPositioningElement.internal_() : super.internal_(); |
| 8003 | 7329 |
| 8004 /** | 7330 /** |
| 8005 * Constructor instantiated by the DOM when a custom element has been created. | 7331 * Constructor instantiated by the DOM when a custom element has been created. |
| 8006 * | 7332 * |
| 8007 * This can only be called by subclasses from their created constructor. | 7333 * This can only be called by subclasses from their created constructor. |
| 8008 */ | 7334 */ |
| 8009 TextPositioningElement.created() : super.created(); | 7335 TextPositioningElement.created() : super.created(); |
| 8010 | 7336 |
| 8011 @DomName('SVGTextPositioningElement.dx') | 7337 @DomName('SVGTextPositioningElement.dx') |
| 8012 @DocsEditable() | 7338 @DocsEditable() |
| 8013 AnimatedLengthList get dx => wrap_jso(_blink.BlinkSVGTextPositioningElement.in
stance.dx_Getter_(unwrap_jso(this))); | 7339 AnimatedLengthList get dx => _blink.BlinkSVGTextPositioningElement.instance.dx
_Getter_(this); |
| 8014 | 7340 |
| 8015 @DomName('SVGTextPositioningElement.dy') | 7341 @DomName('SVGTextPositioningElement.dy') |
| 8016 @DocsEditable() | 7342 @DocsEditable() |
| 8017 AnimatedLengthList get dy => wrap_jso(_blink.BlinkSVGTextPositioningElement.in
stance.dy_Getter_(unwrap_jso(this))); | 7343 AnimatedLengthList get dy => _blink.BlinkSVGTextPositioningElement.instance.dy
_Getter_(this); |
| 8018 | 7344 |
| 8019 @DomName('SVGTextPositioningElement.rotate') | 7345 @DomName('SVGTextPositioningElement.rotate') |
| 8020 @DocsEditable() | 7346 @DocsEditable() |
| 8021 AnimatedNumberList get rotate => wrap_jso(_blink.BlinkSVGTextPositioningElemen
t.instance.rotate_Getter_(unwrap_jso(this))); | 7347 AnimatedNumberList get rotate => _blink.BlinkSVGTextPositioningElement.instanc
e.rotate_Getter_(this); |
| 8022 | 7348 |
| 8023 @DomName('SVGTextPositioningElement.x') | 7349 @DomName('SVGTextPositioningElement.x') |
| 8024 @DocsEditable() | 7350 @DocsEditable() |
| 8025 AnimatedLengthList get x => wrap_jso(_blink.BlinkSVGTextPositioningElement.ins
tance.x_Getter_(unwrap_jso(this))); | 7351 AnimatedLengthList get x => _blink.BlinkSVGTextPositioningElement.instance.x_G
etter_(this); |
| 8026 | 7352 |
| 8027 @DomName('SVGTextPositioningElement.y') | 7353 @DomName('SVGTextPositioningElement.y') |
| 8028 @DocsEditable() | 7354 @DocsEditable() |
| 8029 AnimatedLengthList get y => wrap_jso(_blink.BlinkSVGTextPositioningElement.ins
tance.y_Getter_(unwrap_jso(this))); | 7355 AnimatedLengthList get y => _blink.BlinkSVGTextPositioningElement.instance.y_G
etter_(this); |
| 8030 | 7356 |
| 8031 } | 7357 } |
| 8032 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7358 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8033 // for details. All rights reserved. Use of this source code is governed by a | 7359 // for details. All rights reserved. Use of this source code is governed by a |
| 8034 // BSD-style license that can be found in the LICENSE file. | 7360 // BSD-style license that can be found in the LICENSE file. |
| 8035 | 7361 |
| 8036 // WARNING: Do not edit - generated code. | 7362 // WARNING: Do not edit - generated code. |
| 8037 | 7363 |
| 8038 | 7364 |
| 8039 @DocsEditable() | 7365 @DocsEditable() |
| 8040 @DomName('SVGTitleElement') | 7366 @DomName('SVGTitleElement') |
| 8041 @Unstable() | 7367 @Unstable() |
| 8042 class TitleElement extends SvgElement { | 7368 class TitleElement extends SvgElement { |
| 8043 // To suppress missing implicit constructor warnings. | 7369 // To suppress missing implicit constructor warnings. |
| 8044 factory TitleElement._() { throw new UnsupportedError("Not supported"); } | 7370 factory TitleElement._() { throw new UnsupportedError("Not supported"); } |
| 8045 | 7371 |
| 8046 @DomName('SVGTitleElement.SVGTitleElement') | 7372 @DomName('SVGTitleElement.SVGTitleElement') |
| 8047 @DocsEditable() | 7373 @DocsEditable() |
| 8048 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); | 7374 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); |
| 8049 | 7375 |
| 8050 | 7376 |
| 8051 @Deprecated("Internal Use Only") | 7377 @Deprecated("Internal Use Only") |
| 8052 static TitleElement internalCreateTitleElement() { | 7378 external static Type get instanceRuntimeType; |
| 8053 return new TitleElement._internalWrap(); | |
| 8054 } | |
| 8055 | |
| 8056 external factory TitleElement._internalWrap(); | |
| 8057 | 7379 |
| 8058 @Deprecated("Internal Use Only") | 7380 @Deprecated("Internal Use Only") |
| 8059 TitleElement.internal_() : super.internal_(); | 7381 TitleElement.internal_() : super.internal_(); |
| 8060 | 7382 |
| 8061 /** | 7383 /** |
| 8062 * Constructor instantiated by the DOM when a custom element has been created. | 7384 * Constructor instantiated by the DOM when a custom element has been created. |
| 8063 * | 7385 * |
| 8064 * This can only be called by subclasses from their created constructor. | 7386 * This can only be called by subclasses from their created constructor. |
| 8065 */ | 7387 */ |
| 8066 TitleElement.created() : super.created(); | 7388 TitleElement.created() : super.created(); |
| 8067 | 7389 |
| 8068 } | 7390 } |
| 8069 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7391 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8070 // for details. All rights reserved. Use of this source code is governed by a | 7392 // for details. All rights reserved. Use of this source code is governed by a |
| 8071 // BSD-style license that can be found in the LICENSE file. | 7393 // BSD-style license that can be found in the LICENSE file. |
| 8072 | 7394 |
| 8073 // WARNING: Do not edit - generated code. | 7395 // WARNING: Do not edit - generated code. |
| 8074 | 7396 |
| 8075 | 7397 |
| 8076 @DocsEditable() | 7398 @DocsEditable() |
| 8077 @DomName('SVGTransform') | 7399 @DomName('SVGTransform') |
| 8078 @Unstable() | 7400 @Unstable() |
| 8079 class Transform extends DartHtmlDomObject { | 7401 class Transform extends DartHtmlDomObject { |
| 8080 // To suppress missing implicit constructor warnings. | 7402 // To suppress missing implicit constructor warnings. |
| 8081 factory Transform._() { throw new UnsupportedError("Not supported"); } | 7403 factory Transform._() { throw new UnsupportedError("Not supported"); } |
| 8082 | 7404 |
| 7405 |
| 8083 @Deprecated("Internal Use Only") | 7406 @Deprecated("Internal Use Only") |
| 8084 static Transform internalCreateTransform() { | 7407 external static Type get instanceRuntimeType; |
| 8085 return new Transform._internalWrap(); | |
| 8086 } | |
| 8087 | |
| 8088 factory Transform._internalWrap() { | |
| 8089 return new Transform.internal_(); | |
| 8090 } | |
| 8091 | 7408 |
| 8092 @Deprecated("Internal Use Only") | 7409 @Deprecated("Internal Use Only") |
| 8093 Transform.internal_() { } | 7410 Transform.internal_() { } |
| 8094 | 7411 |
| 8095 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 8096 int get hashCode => unwrap_jso(this).hashCode; | |
| 8097 | |
| 8098 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') | 7412 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') |
| 8099 @DocsEditable() | 7413 @DocsEditable() |
| 8100 static const int SVG_TRANSFORM_MATRIX = 1; | 7414 static const int SVG_TRANSFORM_MATRIX = 1; |
| 8101 | 7415 |
| 8102 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') | 7416 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') |
| 8103 @DocsEditable() | 7417 @DocsEditable() |
| 8104 static const int SVG_TRANSFORM_ROTATE = 4; | 7418 static const int SVG_TRANSFORM_ROTATE = 4; |
| 8105 | 7419 |
| 8106 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') | 7420 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') |
| 8107 @DocsEditable() | 7421 @DocsEditable() |
| (...skipping 10 matching lines...) Expand all Loading... |
| 8118 @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE') | 7432 @DomName('SVGTransform.SVG_TRANSFORM_TRANSLATE') |
| 8119 @DocsEditable() | 7433 @DocsEditable() |
| 8120 static const int SVG_TRANSFORM_TRANSLATE = 2; | 7434 static const int SVG_TRANSFORM_TRANSLATE = 2; |
| 8121 | 7435 |
| 8122 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') | 7436 @DomName('SVGTransform.SVG_TRANSFORM_UNKNOWN') |
| 8123 @DocsEditable() | 7437 @DocsEditable() |
| 8124 static const int SVG_TRANSFORM_UNKNOWN = 0; | 7438 static const int SVG_TRANSFORM_UNKNOWN = 0; |
| 8125 | 7439 |
| 8126 @DomName('SVGTransform.angle') | 7440 @DomName('SVGTransform.angle') |
| 8127 @DocsEditable() | 7441 @DocsEditable() |
| 8128 num get angle => _blink.BlinkSVGTransform.instance.angle_Getter_(unwrap_jso(th
is)); | 7442 num get angle => _blink.BlinkSVGTransform.instance.angle_Getter_(this); |
| 8129 | 7443 |
| 8130 @DomName('SVGTransform.matrix') | 7444 @DomName('SVGTransform.matrix') |
| 8131 @DocsEditable() | 7445 @DocsEditable() |
| 8132 Matrix get matrix => wrap_jso(_blink.BlinkSVGTransform.instance.matrix_Getter_
(unwrap_jso(this))); | 7446 Matrix get matrix => _blink.BlinkSVGTransform.instance.matrix_Getter_(this); |
| 8133 | 7447 |
| 8134 @DomName('SVGTransform.type') | 7448 @DomName('SVGTransform.type') |
| 8135 @DocsEditable() | 7449 @DocsEditable() |
| 8136 int get type => _blink.BlinkSVGTransform.instance.type_Getter_(unwrap_jso(this
)); | 7450 int get type => _blink.BlinkSVGTransform.instance.type_Getter_(this); |
| 8137 | 7451 |
| 8138 @DomName('SVGTransform.setMatrix') | 7452 @DomName('SVGTransform.setMatrix') |
| 8139 @DocsEditable() | 7453 @DocsEditable() |
| 8140 void setMatrix(Matrix matrix) => _blink.BlinkSVGTransform.instance.setMatrix_C
allback_1_(unwrap_jso(this), unwrap_jso(matrix)); | 7454 void setMatrix(Matrix matrix) => _blink.BlinkSVGTransform.instance.setMatrix_C
allback_1_(this, matrix); |
| 8141 | 7455 |
| 8142 @DomName('SVGTransform.setRotate') | 7456 @DomName('SVGTransform.setRotate') |
| 8143 @DocsEditable() | 7457 @DocsEditable() |
| 8144 void setRotate(num angle, num cx, num cy) => _blink.BlinkSVGTransform.instance
.setRotate_Callback_3_(unwrap_jso(this), angle, cx, cy); | 7458 void setRotate(num angle, num cx, num cy) => _blink.BlinkSVGTransform.instance
.setRotate_Callback_3_(this, angle, cx, cy); |
| 8145 | 7459 |
| 8146 @DomName('SVGTransform.setScale') | 7460 @DomName('SVGTransform.setScale') |
| 8147 @DocsEditable() | 7461 @DocsEditable() |
| 8148 void setScale(num sx, num sy) => _blink.BlinkSVGTransform.instance.setScale_Ca
llback_2_(unwrap_jso(this), sx, sy); | 7462 void setScale(num sx, num sy) => _blink.BlinkSVGTransform.instance.setScale_Ca
llback_2_(this, sx, sy); |
| 8149 | 7463 |
| 8150 @DomName('SVGTransform.setSkewX') | 7464 @DomName('SVGTransform.setSkewX') |
| 8151 @DocsEditable() | 7465 @DocsEditable() |
| 8152 void setSkewX(num angle) => _blink.BlinkSVGTransform.instance.setSkewX_Callbac
k_1_(unwrap_jso(this), angle); | 7466 void setSkewX(num angle) => _blink.BlinkSVGTransform.instance.setSkewX_Callbac
k_1_(this, angle); |
| 8153 | 7467 |
| 8154 @DomName('SVGTransform.setSkewY') | 7468 @DomName('SVGTransform.setSkewY') |
| 8155 @DocsEditable() | 7469 @DocsEditable() |
| 8156 void setSkewY(num angle) => _blink.BlinkSVGTransform.instance.setSkewY_Callbac
k_1_(unwrap_jso(this), angle); | 7470 void setSkewY(num angle) => _blink.BlinkSVGTransform.instance.setSkewY_Callbac
k_1_(this, angle); |
| 8157 | 7471 |
| 8158 @DomName('SVGTransform.setTranslate') | 7472 @DomName('SVGTransform.setTranslate') |
| 8159 @DocsEditable() | 7473 @DocsEditable() |
| 8160 void setTranslate(num tx, num ty) => _blink.BlinkSVGTransform.instance.setTran
slate_Callback_2_(unwrap_jso(this), tx, ty); | 7474 void setTranslate(num tx, num ty) => _blink.BlinkSVGTransform.instance.setTran
slate_Callback_2_(this, tx, ty); |
| 8161 | 7475 |
| 8162 } | 7476 } |
| 8163 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7477 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8164 // for details. All rights reserved. Use of this source code is governed by a | 7478 // for details. All rights reserved. Use of this source code is governed by a |
| 8165 // BSD-style license that can be found in the LICENSE file. | 7479 // BSD-style license that can be found in the LICENSE file. |
| 8166 | 7480 |
| 8167 // WARNING: Do not edit - generated code. | 7481 // WARNING: Do not edit - generated code. |
| 8168 | 7482 |
| 8169 | 7483 |
| 8170 @DocsEditable() | 7484 @DocsEditable() |
| 8171 @DomName('SVGTransformList') | 7485 @DomName('SVGTransformList') |
| 8172 @Unstable() | 7486 @Unstable() |
| 8173 class TransformList extends DartHtmlDomObject with ListMixin<Transform>, Immutab
leListMixin<Transform> implements List<Transform> { | 7487 class TransformList extends DartHtmlDomObject with ListMixin<Transform>, Immutab
leListMixin<Transform> implements List<Transform> { |
| 8174 // To suppress missing implicit constructor warnings. | 7488 // To suppress missing implicit constructor warnings. |
| 8175 factory TransformList._() { throw new UnsupportedError("Not supported"); } | 7489 factory TransformList._() { throw new UnsupportedError("Not supported"); } |
| 8176 | 7490 |
| 7491 |
| 8177 @Deprecated("Internal Use Only") | 7492 @Deprecated("Internal Use Only") |
| 8178 static TransformList internalCreateTransformList() { | 7493 external static Type get instanceRuntimeType; |
| 8179 return new TransformList._internalWrap(); | |
| 8180 } | |
| 8181 | |
| 8182 factory TransformList._internalWrap() { | |
| 8183 return new TransformList.internal_(); | |
| 8184 } | |
| 8185 | 7494 |
| 8186 @Deprecated("Internal Use Only") | 7495 @Deprecated("Internal Use Only") |
| 8187 TransformList.internal_() { } | 7496 TransformList.internal_() { } |
| 8188 | 7497 |
| 8189 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 8190 int get hashCode => unwrap_jso(this).hashCode; | |
| 8191 | |
| 8192 @DomName('SVGTransformList.length') | 7498 @DomName('SVGTransformList.length') |
| 8193 @DocsEditable() | 7499 @DocsEditable() |
| 8194 @Experimental() // untriaged | 7500 @Experimental() // untriaged |
| 8195 int get length => _blink.BlinkSVGTransformList.instance.length_Getter_(unwrap_
jso(this)); | 7501 int get length => _blink.BlinkSVGTransformList.instance.length_Getter_(this); |
| 8196 | 7502 |
| 8197 @DomName('SVGTransformList.numberOfItems') | 7503 @DomName('SVGTransformList.numberOfItems') |
| 8198 @DocsEditable() | 7504 @DocsEditable() |
| 8199 int get numberOfItems => _blink.BlinkSVGTransformList.instance.numberOfItems_G
etter_(unwrap_jso(this)); | 7505 int get numberOfItems => _blink.BlinkSVGTransformList.instance.numberOfItems_G
etter_(this); |
| 8200 | 7506 |
| 8201 Transform operator[](int index) { | 7507 Transform operator[](int index) { |
| 8202 if (index < 0 || index >= length) | 7508 if (index < 0 || index >= length) |
| 8203 throw new RangeError.index(index, this); | 7509 throw new RangeError.index(index, this); |
| 8204 return getItem(index); | 7510 return getItem(index); |
| 8205 } | 7511 } |
| 8206 | 7512 |
| 8207 void operator[]=(int index, Transform value) { | 7513 void operator[]=(int index, Transform value) { |
| 8208 throw new UnsupportedError("Cannot assign element of immutable List."); | 7514 throw new UnsupportedError("Cannot assign element of immutable List."); |
| 8209 } | 7515 } |
| (...skipping 28 matching lines...) Expand all Loading... |
| 8238 if (len == 0) throw new StateError("No elements"); | 7544 if (len == 0) throw new StateError("No elements"); |
| 8239 throw new StateError("More than one element"); | 7545 throw new StateError("More than one element"); |
| 8240 } | 7546 } |
| 8241 | 7547 |
| 8242 Transform elementAt(int index) => this[index]; | 7548 Transform elementAt(int index) => this[index]; |
| 8243 // -- end List<Transform> mixins. | 7549 // -- end List<Transform> mixins. |
| 8244 | 7550 |
| 8245 @DomName('SVGTransformList.__setter__') | 7551 @DomName('SVGTransformList.__setter__') |
| 8246 @DocsEditable() | 7552 @DocsEditable() |
| 8247 @Experimental() // untriaged | 7553 @Experimental() // untriaged |
| 8248 void __setter__(int index, Transform newItem) => _blink.BlinkSVGTransformList.
instance.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); | 7554 void __setter__(int index, Transform newItem) => _blink.BlinkSVGTransformList.
instance.$__setter___Callback_2_(this, index, newItem); |
| 8249 | 7555 |
| 8250 @DomName('SVGTransformList.appendItem') | 7556 @DomName('SVGTransformList.appendItem') |
| 8251 @DocsEditable() | 7557 @DocsEditable() |
| 8252 Transform appendItem(Transform newItem) => wrap_jso(_blink.BlinkSVGTransformLi
st.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); | 7558 Transform appendItem(Transform newItem) => _blink.BlinkSVGTransformList.instan
ce.appendItem_Callback_1_(this, newItem); |
| 8253 | 7559 |
| 8254 @DomName('SVGTransformList.clear') | 7560 @DomName('SVGTransformList.clear') |
| 8255 @DocsEditable() | 7561 @DocsEditable() |
| 8256 void clear() => _blink.BlinkSVGTransformList.instance.clear_Callback_0_(unwrap
_jso(this)); | 7562 void clear() => _blink.BlinkSVGTransformList.instance.clear_Callback_0_(this); |
| 8257 | 7563 |
| 8258 @DomName('SVGTransformList.consolidate') | 7564 @DomName('SVGTransformList.consolidate') |
| 8259 @DocsEditable() | 7565 @DocsEditable() |
| 8260 Transform consolidate() => wrap_jso(_blink.BlinkSVGTransformList.instance.cons
olidate_Callback_0_(unwrap_jso(this))); | 7566 Transform consolidate() => _blink.BlinkSVGTransformList.instance.consolidate_C
allback_0_(this); |
| 8261 | 7567 |
| 8262 @DomName('SVGTransformList.createSVGTransformFromMatrix') | 7568 @DomName('SVGTransformList.createSVGTransformFromMatrix') |
| 8263 @DocsEditable() | 7569 @DocsEditable() |
| 8264 Transform createSvgTransformFromMatrix(Matrix matrix) => wrap_jso(_blink.Blink
SVGTransformList.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(th
is), unwrap_jso(matrix))); | 7570 Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGTransf
ormList.instance.createSVGTransformFromMatrix_Callback_1_(this, matrix); |
| 8265 | 7571 |
| 8266 @DomName('SVGTransformList.getItem') | 7572 @DomName('SVGTransformList.getItem') |
| 8267 @DocsEditable() | 7573 @DocsEditable() |
| 8268 Transform getItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.instance
.getItem_Callback_1_(unwrap_jso(this), index)); | 7574 Transform getItem(int index) => _blink.BlinkSVGTransformList.instance.getItem_
Callback_1_(this, index); |
| 8269 | 7575 |
| 8270 @DomName('SVGTransformList.initialize') | 7576 @DomName('SVGTransformList.initialize') |
| 8271 @DocsEditable() | 7577 @DocsEditable() |
| 8272 Transform initialize(Transform newItem) => wrap_jso(_blink.BlinkSVGTransformLi
st.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); | 7578 Transform initialize(Transform newItem) => _blink.BlinkSVGTransformList.instan
ce.initialize_Callback_1_(this, newItem); |
| 8273 | 7579 |
| 8274 @DomName('SVGTransformList.insertItemBefore') | 7580 @DomName('SVGTransformList.insertItemBefore') |
| 8275 @DocsEditable() | 7581 @DocsEditable() |
| 8276 Transform insertItemBefore(Transform newItem, int index) => wrap_jso(_blink.Bl
inkSVGTransformList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwr
ap_jso(newItem), index)); | 7582 Transform insertItemBefore(Transform newItem, int index) => _blink.BlinkSVGTra
nsformList.instance.insertItemBefore_Callback_2_(this, newItem, index); |
| 8277 | 7583 |
| 8278 @DomName('SVGTransformList.removeItem') | 7584 @DomName('SVGTransformList.removeItem') |
| 8279 @DocsEditable() | 7585 @DocsEditable() |
| 8280 Transform removeItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.insta
nce.removeItem_Callback_1_(unwrap_jso(this), index)); | 7586 Transform removeItem(int index) => _blink.BlinkSVGTransformList.instance.remov
eItem_Callback_1_(this, index); |
| 8281 | 7587 |
| 8282 @DomName('SVGTransformList.replaceItem') | 7588 @DomName('SVGTransformList.replaceItem') |
| 8283 @DocsEditable() | 7589 @DocsEditable() |
| 8284 Transform replaceItem(Transform newItem, int index) => wrap_jso(_blink.BlinkSV
GTransformList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(new
Item), index)); | 7590 Transform replaceItem(Transform newItem, int index) => _blink.BlinkSVGTransfor
mList.instance.replaceItem_Callback_2_(this, newItem, index); |
| 8285 | 7591 |
| 8286 } | 7592 } |
| 8287 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7593 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8288 // for details. All rights reserved. Use of this source code is governed by a | 7594 // for details. All rights reserved. Use of this source code is governed by a |
| 8289 // BSD-style license that can be found in the LICENSE file. | 7595 // BSD-style license that can be found in the LICENSE file. |
| 8290 | 7596 |
| 8291 // WARNING: Do not edit - generated code. | 7597 // WARNING: Do not edit - generated code. |
| 8292 | 7598 |
| 8293 | 7599 |
| 8294 @DocsEditable() | 7600 @DocsEditable() |
| 8295 @DomName('SVGUnitTypes') | 7601 @DomName('SVGUnitTypes') |
| 8296 @Unstable() | 7602 @Unstable() |
| 8297 class UnitTypes extends DartHtmlDomObject { | 7603 class UnitTypes extends DartHtmlDomObject { |
| 8298 // To suppress missing implicit constructor warnings. | 7604 // To suppress missing implicit constructor warnings. |
| 8299 factory UnitTypes._() { throw new UnsupportedError("Not supported"); } | 7605 factory UnitTypes._() { throw new UnsupportedError("Not supported"); } |
| 8300 | 7606 |
| 7607 |
| 8301 @Deprecated("Internal Use Only") | 7608 @Deprecated("Internal Use Only") |
| 8302 static UnitTypes internalCreateUnitTypes() { | 7609 external static Type get instanceRuntimeType; |
| 8303 return new UnitTypes._internalWrap(); | |
| 8304 } | |
| 8305 | |
| 8306 factory UnitTypes._internalWrap() { | |
| 8307 return new UnitTypes.internal_(); | |
| 8308 } | |
| 8309 | 7610 |
| 8310 @Deprecated("Internal Use Only") | 7611 @Deprecated("Internal Use Only") |
| 8311 UnitTypes.internal_() { } | 7612 UnitTypes.internal_() { } |
| 8312 | 7613 |
| 8313 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 8314 int get hashCode => unwrap_jso(this).hashCode; | |
| 8315 | |
| 8316 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') | 7614 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') |
| 8317 @DocsEditable() | 7615 @DocsEditable() |
| 8318 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; | 7616 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; |
| 8319 | 7617 |
| 8320 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') | 7618 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') |
| 8321 @DocsEditable() | 7619 @DocsEditable() |
| 8322 static const int SVG_UNIT_TYPE_UNKNOWN = 0; | 7620 static const int SVG_UNIT_TYPE_UNKNOWN = 0; |
| 8323 | 7621 |
| 8324 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') | 7622 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') |
| 8325 @DocsEditable() | 7623 @DocsEditable() |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8358 class UseElement extends GraphicsElement implements UriReference { | 7656 class UseElement extends GraphicsElement implements UriReference { |
| 8359 // To suppress missing implicit constructor warnings. | 7657 // To suppress missing implicit constructor warnings. |
| 8360 factory UseElement._() { throw new UnsupportedError("Not supported"); } | 7658 factory UseElement._() { throw new UnsupportedError("Not supported"); } |
| 8361 | 7659 |
| 8362 @DomName('SVGUseElement.SVGUseElement') | 7660 @DomName('SVGUseElement.SVGUseElement') |
| 8363 @DocsEditable() | 7661 @DocsEditable() |
| 8364 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 7662 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; |
| 8365 | 7663 |
| 8366 | 7664 |
| 8367 @Deprecated("Internal Use Only") | 7665 @Deprecated("Internal Use Only") |
| 8368 static UseElement internalCreateUseElement() { | 7666 external static Type get instanceRuntimeType; |
| 8369 return new UseElement._internalWrap(); | |
| 8370 } | |
| 8371 | |
| 8372 external factory UseElement._internalWrap(); | |
| 8373 | 7667 |
| 8374 @Deprecated("Internal Use Only") | 7668 @Deprecated("Internal Use Only") |
| 8375 UseElement.internal_() : super.internal_(); | 7669 UseElement.internal_() : super.internal_(); |
| 8376 | 7670 |
| 8377 /** | 7671 /** |
| 8378 * Constructor instantiated by the DOM when a custom element has been created. | 7672 * Constructor instantiated by the DOM when a custom element has been created. |
| 8379 * | 7673 * |
| 8380 * This can only be called by subclasses from their created constructor. | 7674 * This can only be called by subclasses from their created constructor. |
| 8381 */ | 7675 */ |
| 8382 UseElement.created() : super.created(); | 7676 UseElement.created() : super.created(); |
| 8383 | 7677 |
| 8384 @DomName('SVGUseElement.height') | 7678 @DomName('SVGUseElement.height') |
| 8385 @DocsEditable() | 7679 @DocsEditable() |
| 8386 AnimatedLength get height => wrap_jso(_blink.BlinkSVGUseElement.instance.heigh
t_Getter_(unwrap_jso(this))); | 7680 AnimatedLength get height => _blink.BlinkSVGUseElement.instance.height_Getter_
(this); |
| 8387 | 7681 |
| 8388 @DomName('SVGUseElement.width') | 7682 @DomName('SVGUseElement.width') |
| 8389 @DocsEditable() | 7683 @DocsEditable() |
| 8390 AnimatedLength get width => wrap_jso(_blink.BlinkSVGUseElement.instance.width_
Getter_(unwrap_jso(this))); | 7684 AnimatedLength get width => _blink.BlinkSVGUseElement.instance.width_Getter_(t
his); |
| 8391 | 7685 |
| 8392 @DomName('SVGUseElement.x') | 7686 @DomName('SVGUseElement.x') |
| 8393 @DocsEditable() | 7687 @DocsEditable() |
| 8394 AnimatedLength get x => wrap_jso(_blink.BlinkSVGUseElement.instance.x_Getter_(
unwrap_jso(this))); | 7688 AnimatedLength get x => _blink.BlinkSVGUseElement.instance.x_Getter_(this); |
| 8395 | 7689 |
| 8396 @DomName('SVGUseElement.y') | 7690 @DomName('SVGUseElement.y') |
| 8397 @DocsEditable() | 7691 @DocsEditable() |
| 8398 AnimatedLength get y => wrap_jso(_blink.BlinkSVGUseElement.instance.y_Getter_(
unwrap_jso(this))); | 7692 AnimatedLength get y => _blink.BlinkSVGUseElement.instance.y_Getter_(this); |
| 8399 | 7693 |
| 8400 @DomName('SVGUseElement.href') | 7694 @DomName('SVGUseElement.href') |
| 8401 @DocsEditable() | 7695 @DocsEditable() |
| 8402 AnimatedString get href => wrap_jso(_blink.BlinkSVGUseElement.instance.href_Ge
tter_(unwrap_jso(this))); | 7696 AnimatedString get href => _blink.BlinkSVGUseElement.instance.href_Getter_(thi
s); |
| 8403 | 7697 |
| 8404 } | 7698 } |
| 8405 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7699 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8406 // for details. All rights reserved. Use of this source code is governed by a | 7700 // for details. All rights reserved. Use of this source code is governed by a |
| 8407 // BSD-style license that can be found in the LICENSE file. | 7701 // BSD-style license that can be found in the LICENSE file. |
| 8408 | 7702 |
| 8409 // WARNING: Do not edit - generated code. | 7703 // WARNING: Do not edit - generated code. |
| 8410 | 7704 |
| 8411 | 7705 |
| 8412 @DocsEditable() | 7706 @DocsEditable() |
| 8413 @DomName('SVGViewElement') | 7707 @DomName('SVGViewElement') |
| 8414 @Unstable() | 7708 @Unstable() |
| 8415 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { | 7709 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { |
| 8416 // To suppress missing implicit constructor warnings. | 7710 // To suppress missing implicit constructor warnings. |
| 8417 factory ViewElement._() { throw new UnsupportedError("Not supported"); } | 7711 factory ViewElement._() { throw new UnsupportedError("Not supported"); } |
| 8418 | 7712 |
| 8419 @DomName('SVGViewElement.SVGViewElement') | 7713 @DomName('SVGViewElement.SVGViewElement') |
| 8420 @DocsEditable() | 7714 @DocsEditable() |
| 8421 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); | 7715 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); |
| 8422 | 7716 |
| 8423 | 7717 |
| 8424 @Deprecated("Internal Use Only") | 7718 @Deprecated("Internal Use Only") |
| 8425 static ViewElement internalCreateViewElement() { | 7719 external static Type get instanceRuntimeType; |
| 8426 return new ViewElement._internalWrap(); | |
| 8427 } | |
| 8428 | |
| 8429 external factory ViewElement._internalWrap(); | |
| 8430 | 7720 |
| 8431 @Deprecated("Internal Use Only") | 7721 @Deprecated("Internal Use Only") |
| 8432 ViewElement.internal_() : super.internal_(); | 7722 ViewElement.internal_() : super.internal_(); |
| 8433 | 7723 |
| 8434 /** | 7724 /** |
| 8435 * Constructor instantiated by the DOM when a custom element has been created. | 7725 * Constructor instantiated by the DOM when a custom element has been created. |
| 8436 * | 7726 * |
| 8437 * This can only be called by subclasses from their created constructor. | 7727 * This can only be called by subclasses from their created constructor. |
| 8438 */ | 7728 */ |
| 8439 ViewElement.created() : super.created(); | 7729 ViewElement.created() : super.created(); |
| 8440 | 7730 |
| 8441 @DomName('SVGViewElement.viewTarget') | 7731 @DomName('SVGViewElement.viewTarget') |
| 8442 @DocsEditable() | 7732 @DocsEditable() |
| 8443 StringList get viewTarget => wrap_jso(_blink.BlinkSVGViewElement.instance.view
Target_Getter_(unwrap_jso(this))); | 7733 StringList get viewTarget => _blink.BlinkSVGViewElement.instance.viewTarget_Ge
tter_(this); |
| 8444 | 7734 |
| 8445 @DomName('SVGViewElement.preserveAspectRatio') | 7735 @DomName('SVGViewElement.preserveAspectRatio') |
| 8446 @DocsEditable() | 7736 @DocsEditable() |
| 8447 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV
GViewElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); | 7737 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGViewElem
ent.instance.preserveAspectRatio_Getter_(this); |
| 8448 | 7738 |
| 8449 @DomName('SVGViewElement.viewBox') | 7739 @DomName('SVGViewElement.viewBox') |
| 8450 @DocsEditable() | 7740 @DocsEditable() |
| 8451 AnimatedRect get viewBox => wrap_jso(_blink.BlinkSVGViewElement.instance.viewB
ox_Getter_(unwrap_jso(this))); | 7741 AnimatedRect get viewBox => _blink.BlinkSVGViewElement.instance.viewBox_Getter
_(this); |
| 8452 | 7742 |
| 8453 @DomName('SVGViewElement.zoomAndPan') | 7743 @DomName('SVGViewElement.zoomAndPan') |
| 8454 @DocsEditable() | 7744 @DocsEditable() |
| 8455 int get zoomAndPan => _blink.BlinkSVGViewElement.instance.zoomAndPan_Getter_(u
nwrap_jso(this)); | 7745 int get zoomAndPan => _blink.BlinkSVGViewElement.instance.zoomAndPan_Getter_(t
his); |
| 8456 | 7746 |
| 8457 @DomName('SVGViewElement.zoomAndPan') | 7747 @DomName('SVGViewElement.zoomAndPan') |
| 8458 @DocsEditable() | 7748 @DocsEditable() |
| 8459 set zoomAndPan(int value) => _blink.BlinkSVGViewElement.instance.zoomAndPan_Se
tter_(unwrap_jso(this), value); | 7749 set zoomAndPan(int value) => _blink.BlinkSVGViewElement.instance.zoomAndPan_Se
tter_(this, value); |
| 8460 | 7750 |
| 8461 } | 7751 } |
| 8462 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7752 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8463 // for details. All rights reserved. Use of this source code is governed by a | 7753 // for details. All rights reserved. Use of this source code is governed by a |
| 8464 // BSD-style license that can be found in the LICENSE file. | 7754 // BSD-style license that can be found in the LICENSE file. |
| 8465 | 7755 |
| 8466 // WARNING: Do not edit - generated code. | 7756 // WARNING: Do not edit - generated code. |
| 8467 | 7757 |
| 8468 | 7758 |
| 8469 @DocsEditable() | 7759 @DocsEditable() |
| 8470 @DomName('SVGViewSpec') | 7760 @DomName('SVGViewSpec') |
| 8471 @Unstable() | 7761 @Unstable() |
| 8472 class ViewSpec extends DartHtmlDomObject implements FitToViewBox, ZoomAndPan { | 7762 class ViewSpec extends DartHtmlDomObject implements FitToViewBox, ZoomAndPan { |
| 8473 // To suppress missing implicit constructor warnings. | 7763 // To suppress missing implicit constructor warnings. |
| 8474 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } | 7764 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } |
| 8475 | 7765 |
| 7766 |
| 8476 @Deprecated("Internal Use Only") | 7767 @Deprecated("Internal Use Only") |
| 8477 static ViewSpec internalCreateViewSpec() { | 7768 external static Type get instanceRuntimeType; |
| 8478 return new ViewSpec._internalWrap(); | |
| 8479 } | |
| 8480 | |
| 8481 factory ViewSpec._internalWrap() { | |
| 8482 return new ViewSpec.internal_(); | |
| 8483 } | |
| 8484 | 7769 |
| 8485 @Deprecated("Internal Use Only") | 7770 @Deprecated("Internal Use Only") |
| 8486 ViewSpec.internal_() { } | 7771 ViewSpec.internal_() { } |
| 8487 | 7772 |
| 8488 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 8489 int get hashCode => unwrap_jso(this).hashCode; | |
| 8490 | |
| 8491 @DomName('SVGViewSpec.preserveAspectRatioString') | 7773 @DomName('SVGViewSpec.preserveAspectRatioString') |
| 8492 @DocsEditable() | 7774 @DocsEditable() |
| 8493 String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.instance.prese
rveAspectRatioString_Getter_(unwrap_jso(this)); | 7775 String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.instance.prese
rveAspectRatioString_Getter_(this); |
| 8494 | 7776 |
| 8495 @DomName('SVGViewSpec.transform') | 7777 @DomName('SVGViewSpec.transform') |
| 8496 @DocsEditable() | 7778 @DocsEditable() |
| 8497 TransformList get transform => wrap_jso(_blink.BlinkSVGViewSpec.instance.trans
form_Getter_(unwrap_jso(this))); | 7779 TransformList get transform => _blink.BlinkSVGViewSpec.instance.transform_Gett
er_(this); |
| 8498 | 7780 |
| 8499 @DomName('SVGViewSpec.transformString') | 7781 @DomName('SVGViewSpec.transformString') |
| 8500 @DocsEditable() | 7782 @DocsEditable() |
| 8501 String get transformString => _blink.BlinkSVGViewSpec.instance.transformString
_Getter_(unwrap_jso(this)); | 7783 String get transformString => _blink.BlinkSVGViewSpec.instance.transformString
_Getter_(this); |
| 8502 | 7784 |
| 8503 @DomName('SVGViewSpec.viewBoxString') | 7785 @DomName('SVGViewSpec.viewBoxString') |
| 8504 @DocsEditable() | 7786 @DocsEditable() |
| 8505 String get viewBoxString => _blink.BlinkSVGViewSpec.instance.viewBoxString_Get
ter_(unwrap_jso(this)); | 7787 String get viewBoxString => _blink.BlinkSVGViewSpec.instance.viewBoxString_Get
ter_(this); |
| 8506 | 7788 |
| 8507 @DomName('SVGViewSpec.viewTarget') | 7789 @DomName('SVGViewSpec.viewTarget') |
| 8508 @DocsEditable() | 7790 @DocsEditable() |
| 8509 SvgElement get viewTarget => wrap_jso(_blink.BlinkSVGViewSpec.instance.viewTar
get_Getter_(unwrap_jso(this))); | 7791 SvgElement get viewTarget => _blink.BlinkSVGViewSpec.instance.viewTarget_Gette
r_(this); |
| 8510 | 7792 |
| 8511 @DomName('SVGViewSpec.viewTargetString') | 7793 @DomName('SVGViewSpec.viewTargetString') |
| 8512 @DocsEditable() | 7794 @DocsEditable() |
| 8513 String get viewTargetString => _blink.BlinkSVGViewSpec.instance.viewTargetStri
ng_Getter_(unwrap_jso(this)); | 7795 String get viewTargetString => _blink.BlinkSVGViewSpec.instance.viewTargetStri
ng_Getter_(this); |
| 8514 | 7796 |
| 8515 @DomName('SVGViewSpec.preserveAspectRatio') | 7797 @DomName('SVGViewSpec.preserveAspectRatio') |
| 8516 @DocsEditable() | 7798 @DocsEditable() |
| 8517 @Experimental() // nonstandard | 7799 @Experimental() // nonstandard |
| 8518 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV
GViewSpec.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); | 7800 AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGViewSpec
.instance.preserveAspectRatio_Getter_(this); |
| 8519 | 7801 |
| 8520 @DomName('SVGViewSpec.viewBox') | 7802 @DomName('SVGViewSpec.viewBox') |
| 8521 @DocsEditable() | 7803 @DocsEditable() |
| 8522 @Experimental() // nonstandard | 7804 @Experimental() // nonstandard |
| 8523 AnimatedRect get viewBox => wrap_jso(_blink.BlinkSVGViewSpec.instance.viewBox_
Getter_(unwrap_jso(this))); | 7805 AnimatedRect get viewBox => _blink.BlinkSVGViewSpec.instance.viewBox_Getter_(t
his); |
| 8524 | 7806 |
| 8525 @DomName('SVGViewSpec.zoomAndPan') | 7807 @DomName('SVGViewSpec.zoomAndPan') |
| 8526 @DocsEditable() | 7808 @DocsEditable() |
| 8527 @Experimental() // nonstandard | 7809 @Experimental() // nonstandard |
| 8528 int get zoomAndPan => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Getter_(unwr
ap_jso(this)); | 7810 int get zoomAndPan => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Getter_(this
); |
| 8529 | 7811 |
| 8530 @DomName('SVGViewSpec.zoomAndPan') | 7812 @DomName('SVGViewSpec.zoomAndPan') |
| 8531 @DocsEditable() | 7813 @DocsEditable() |
| 8532 @Experimental() // nonstandard | 7814 @Experimental() // nonstandard |
| 8533 set zoomAndPan(int value) => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Sette
r_(unwrap_jso(this), value); | 7815 set zoomAndPan(int value) => _blink.BlinkSVGViewSpec.instance.zoomAndPan_Sette
r_(this, value); |
| 8534 | 7816 |
| 8535 } | 7817 } |
| 8536 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7818 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8537 // for details. All rights reserved. Use of this source code is governed by a | 7819 // for details. All rights reserved. Use of this source code is governed by a |
| 8538 // BSD-style license that can be found in the LICENSE file. | 7820 // BSD-style license that can be found in the LICENSE file. |
| 8539 | 7821 |
| 8540 // WARNING: Do not edit - generated code. | 7822 // WARNING: Do not edit - generated code. |
| 8541 | 7823 |
| 8542 | 7824 |
| 8543 @DocsEditable() | 7825 @DocsEditable() |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8577 | 7859 |
| 8578 @DocsEditable() | 7860 @DocsEditable() |
| 8579 @DomName('SVGZoomEvent') | 7861 @DomName('SVGZoomEvent') |
| 8580 @Unstable() | 7862 @Unstable() |
| 8581 class ZoomEvent extends UIEvent { | 7863 class ZoomEvent extends UIEvent { |
| 8582 // To suppress missing implicit constructor warnings. | 7864 // To suppress missing implicit constructor warnings. |
| 8583 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } | 7865 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } |
| 8584 | 7866 |
| 8585 | 7867 |
| 8586 @Deprecated("Internal Use Only") | 7868 @Deprecated("Internal Use Only") |
| 8587 static ZoomEvent internalCreateZoomEvent() { | 7869 external static Type get instanceRuntimeType; |
| 8588 return new ZoomEvent._internalWrap(); | |
| 8589 } | |
| 8590 | |
| 8591 external factory ZoomEvent._internalWrap(); | |
| 8592 | 7870 |
| 8593 @Deprecated("Internal Use Only") | 7871 @Deprecated("Internal Use Only") |
| 8594 ZoomEvent.internal_() : super.internal_(); | 7872 ZoomEvent.internal_() : super.internal_(); |
| 8595 | 7873 |
| 8596 | 7874 |
| 8597 @DomName('SVGZoomEvent.newScale') | 7875 @DomName('SVGZoomEvent.newScale') |
| 8598 @DocsEditable() | 7876 @DocsEditable() |
| 8599 num get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(unwrap_
jso(this)); | 7877 num get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(this); |
| 8600 | 7878 |
| 8601 @DomName('SVGZoomEvent.newTranslate') | 7879 @DomName('SVGZoomEvent.newTranslate') |
| 8602 @DocsEditable() | 7880 @DocsEditable() |
| 8603 Point get newTranslate => wrap_jso(_blink.BlinkSVGZoomEvent.instance.newTransl
ate_Getter_(unwrap_jso(this))); | 7881 Point get newTranslate => _blink.BlinkSVGZoomEvent.instance.newTranslate_Gette
r_(this); |
| 8604 | 7882 |
| 8605 @DomName('SVGZoomEvent.previousScale') | 7883 @DomName('SVGZoomEvent.previousScale') |
| 8606 @DocsEditable() | 7884 @DocsEditable() |
| 8607 num get previousScale => _blink.BlinkSVGZoomEvent.instance.previousScale_Gette
r_(unwrap_jso(this)); | 7885 num get previousScale => _blink.BlinkSVGZoomEvent.instance.previousScale_Gette
r_(this); |
| 8608 | 7886 |
| 8609 @DomName('SVGZoomEvent.previousTranslate') | 7887 @DomName('SVGZoomEvent.previousTranslate') |
| 8610 @DocsEditable() | 7888 @DocsEditable() |
| 8611 Point get previousTranslate => wrap_jso(_blink.BlinkSVGZoomEvent.instance.prev
iousTranslate_Getter_(unwrap_jso(this))); | 7889 Point get previousTranslate => _blink.BlinkSVGZoomEvent.instance.previousTrans
late_Getter_(this); |
| 8612 | 7890 |
| 8613 @DomName('SVGZoomEvent.zoomRectScreen') | 7891 @DomName('SVGZoomEvent.zoomRectScreen') |
| 8614 @DocsEditable() | 7892 @DocsEditable() |
| 8615 Rect get zoomRectScreen => wrap_jso(_blink.BlinkSVGZoomEvent.instance.zoomRect
Screen_Getter_(unwrap_jso(this))); | 7893 Rect get zoomRectScreen => _blink.BlinkSVGZoomEvent.instance.zoomRectScreen_Ge
tter_(this); |
| 8616 | 7894 |
| 8617 } | 7895 } |
| 8618 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7896 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8619 // for details. All rights reserved. Use of this source code is governed by a | 7897 // for details. All rights reserved. Use of this source code is governed by a |
| 8620 // BSD-style license that can be found in the LICENSE file. | 7898 // BSD-style license that can be found in the LICENSE file. |
| 8621 | 7899 |
| 8622 // WARNING: Do not edit - generated code. | 7900 // WARNING: Do not edit - generated code. |
| 8623 | 7901 |
| 8624 | 7902 |
| 8625 @DocsEditable() | 7903 @DocsEditable() |
| 8626 @DomName('SVGGradientElement') | 7904 @DomName('SVGGradientElement') |
| 8627 @Unstable() | 7905 @Unstable() |
| 8628 class _GradientElement extends SvgElement implements UriReference { | 7906 class _GradientElement extends SvgElement implements UriReference { |
| 8629 // To suppress missing implicit constructor warnings. | 7907 // To suppress missing implicit constructor warnings. |
| 8630 factory _GradientElement._() { throw new UnsupportedError("Not supported"); } | 7908 factory _GradientElement._() { throw new UnsupportedError("Not supported"); } |
| 8631 | 7909 |
| 8632 | 7910 |
| 8633 @Deprecated("Internal Use Only") | 7911 @Deprecated("Internal Use Only") |
| 8634 static _GradientElement internalCreate_GradientElement() { | 7912 external static Type get instanceRuntimeType; |
| 8635 return new _GradientElement._internalWrap(); | |
| 8636 } | |
| 8637 | |
| 8638 external factory _GradientElement._internalWrap(); | |
| 8639 | 7913 |
| 8640 @Deprecated("Internal Use Only") | 7914 @Deprecated("Internal Use Only") |
| 8641 _GradientElement.internal_() : super.internal_(); | 7915 _GradientElement.internal_() : super.internal_(); |
| 8642 | 7916 |
| 8643 /** | 7917 /** |
| 8644 * Constructor instantiated by the DOM when a custom element has been created. | 7918 * Constructor instantiated by the DOM when a custom element has been created. |
| 8645 * | 7919 * |
| 8646 * This can only be called by subclasses from their created constructor. | 7920 * This can only be called by subclasses from their created constructor. |
| 8647 */ | 7921 */ |
| 8648 _GradientElement.created() : super.created(); | 7922 _GradientElement.created() : super.created(); |
| 8649 | 7923 |
| 8650 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') | 7924 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') |
| 8651 @DocsEditable() | 7925 @DocsEditable() |
| 8652 static const int SVG_SPREADMETHOD_PAD = 1; | 7926 static const int SVG_SPREADMETHOD_PAD = 1; |
| 8653 | 7927 |
| 8654 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REFLECT') | 7928 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REFLECT') |
| 8655 @DocsEditable() | 7929 @DocsEditable() |
| 8656 static const int SVG_SPREADMETHOD_REFLECT = 2; | 7930 static const int SVG_SPREADMETHOD_REFLECT = 2; |
| 8657 | 7931 |
| 8658 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT') | 7932 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REPEAT') |
| 8659 @DocsEditable() | 7933 @DocsEditable() |
| 8660 static const int SVG_SPREADMETHOD_REPEAT = 3; | 7934 static const int SVG_SPREADMETHOD_REPEAT = 3; |
| 8661 | 7935 |
| 8662 @DomName('SVGGradientElement.SVG_SPREADMETHOD_UNKNOWN') | 7936 @DomName('SVGGradientElement.SVG_SPREADMETHOD_UNKNOWN') |
| 8663 @DocsEditable() | 7937 @DocsEditable() |
| 8664 static const int SVG_SPREADMETHOD_UNKNOWN = 0; | 7938 static const int SVG_SPREADMETHOD_UNKNOWN = 0; |
| 8665 | 7939 |
| 8666 @DomName('SVGGradientElement.gradientTransform') | 7940 @DomName('SVGGradientElement.gradientTransform') |
| 8667 @DocsEditable() | 7941 @DocsEditable() |
| 8668 AnimatedTransformList get gradientTransform => wrap_jso(_blink.BlinkSVGGradien
tElement.instance.gradientTransform_Getter_(unwrap_jso(this))); | 7942 AnimatedTransformList get gradientTransform => _blink.BlinkSVGGradientElement.
instance.gradientTransform_Getter_(this); |
| 8669 | 7943 |
| 8670 @DomName('SVGGradientElement.gradientUnits') | 7944 @DomName('SVGGradientElement.gradientUnits') |
| 8671 @DocsEditable() | 7945 @DocsEditable() |
| 8672 AnimatedEnumeration get gradientUnits => wrap_jso(_blink.BlinkSVGGradientEleme
nt.instance.gradientUnits_Getter_(unwrap_jso(this))); | 7946 AnimatedEnumeration get gradientUnits => _blink.BlinkSVGGradientElement.instan
ce.gradientUnits_Getter_(this); |
| 8673 | 7947 |
| 8674 @DomName('SVGGradientElement.spreadMethod') | 7948 @DomName('SVGGradientElement.spreadMethod') |
| 8675 @DocsEditable() | 7949 @DocsEditable() |
| 8676 AnimatedEnumeration get spreadMethod => wrap_jso(_blink.BlinkSVGGradientElemen
t.instance.spreadMethod_Getter_(unwrap_jso(this))); | 7950 AnimatedEnumeration get spreadMethod => _blink.BlinkSVGGradientElement.instanc
e.spreadMethod_Getter_(this); |
| 8677 | 7951 |
| 8678 @DomName('SVGGradientElement.href') | 7952 @DomName('SVGGradientElement.href') |
| 8679 @DocsEditable() | 7953 @DocsEditable() |
| 8680 AnimatedString get href => wrap_jso(_blink.BlinkSVGGradientElement.instance.hr
ef_Getter_(unwrap_jso(this))); | 7954 AnimatedString get href => _blink.BlinkSVGGradientElement.instance.href_Getter
_(this); |
| 8681 | 7955 |
| 8682 } | 7956 } |
| 8683 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7957 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8684 // for details. All rights reserved. Use of this source code is governed by a | 7958 // for details. All rights reserved. Use of this source code is governed by a |
| 8685 // BSD-style license that can be found in the LICENSE file. | 7959 // BSD-style license that can be found in the LICENSE file. |
| 8686 | 7960 |
| 8687 // WARNING: Do not edit - generated code. | 7961 // WARNING: Do not edit - generated code. |
| 8688 | 7962 |
| 8689 | 7963 |
| 8690 @DocsEditable() | 7964 @DocsEditable() |
| 8691 @DomName('SVGComponentTransferFunctionElement') | 7965 @DomName('SVGComponentTransferFunctionElement') |
| 8692 @Unstable() | 7966 @Unstable() |
| 8693 class _SVGComponentTransferFunctionElement extends SvgElement { | 7967 class _SVGComponentTransferFunctionElement extends SvgElement { |
| 8694 // To suppress missing implicit constructor warnings. | 7968 // To suppress missing implicit constructor warnings. |
| 8695 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } | 7969 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } |
| 8696 | 7970 |
| 8697 | 7971 |
| 8698 @Deprecated("Internal Use Only") | 7972 @Deprecated("Internal Use Only") |
| 8699 static _SVGComponentTransferFunctionElement internalCreate_SVGComponentTransfe
rFunctionElement() { | 7973 external static Type get instanceRuntimeType; |
| 8700 return new _SVGComponentTransferFunctionElement._internalWrap(); | |
| 8701 } | |
| 8702 | |
| 8703 external factory _SVGComponentTransferFunctionElement._internalWrap(); | |
| 8704 | 7974 |
| 8705 @Deprecated("Internal Use Only") | 7975 @Deprecated("Internal Use Only") |
| 8706 _SVGComponentTransferFunctionElement.internal_() : super.internal_(); | 7976 _SVGComponentTransferFunctionElement.internal_() : super.internal_(); |
| 8707 | 7977 |
| 8708 /** | 7978 /** |
| 8709 * Constructor instantiated by the DOM when a custom element has been created. | 7979 * Constructor instantiated by the DOM when a custom element has been created. |
| 8710 * | 7980 * |
| 8711 * This can only be called by subclasses from their created constructor. | 7981 * This can only be called by subclasses from their created constructor. |
| 8712 */ | 7982 */ |
| 8713 _SVGComponentTransferFunctionElement.created() : super.created(); | 7983 _SVGComponentTransferFunctionElement.created() : super.created(); |
| (...skipping 10 matching lines...) Expand all Loading... |
| 8724 class _SVGCursorElement extends SvgElement implements UriReference, Tests { | 7994 class _SVGCursorElement extends SvgElement implements UriReference, Tests { |
| 8725 // To suppress missing implicit constructor warnings. | 7995 // To suppress missing implicit constructor warnings. |
| 8726 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } | 7996 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } |
| 8727 | 7997 |
| 8728 @DomName('SVGCursorElement.SVGCursorElement') | 7998 @DomName('SVGCursorElement.SVGCursorElement') |
| 8729 @DocsEditable() | 7999 @DocsEditable() |
| 8730 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); | 8000 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); |
| 8731 | 8001 |
| 8732 | 8002 |
| 8733 @Deprecated("Internal Use Only") | 8003 @Deprecated("Internal Use Only") |
| 8734 static _SVGCursorElement internalCreate_SVGCursorElement() { | 8004 external static Type get instanceRuntimeType; |
| 8735 return new _SVGCursorElement._internalWrap(); | |
| 8736 } | |
| 8737 | |
| 8738 external factory _SVGCursorElement._internalWrap(); | |
| 8739 | 8005 |
| 8740 @Deprecated("Internal Use Only") | 8006 @Deprecated("Internal Use Only") |
| 8741 _SVGCursorElement.internal_() : super.internal_(); | 8007 _SVGCursorElement.internal_() : super.internal_(); |
| 8742 | 8008 |
| 8743 /** | 8009 /** |
| 8744 * Constructor instantiated by the DOM when a custom element has been created. | 8010 * Constructor instantiated by the DOM when a custom element has been created. |
| 8745 * | 8011 * |
| 8746 * This can only be called by subclasses from their created constructor. | 8012 * This can only be called by subclasses from their created constructor. |
| 8747 */ | 8013 */ |
| 8748 _SVGCursorElement.created() : super.created(); | 8014 _SVGCursorElement.created() : super.created(); |
| 8749 | 8015 |
| 8750 /// Checks if this type is supported on the current platform. | 8016 /// Checks if this type is supported on the current platform. |
| 8751 static bool get supported => true; | 8017 static bool get supported => true; |
| 8752 | 8018 |
| 8753 // Override these methods for Dartium _SVGCursorElement can't be abstract. | 8019 // Override these methods for Dartium _SVGCursorElement can't be abstract. |
| 8754 StringList get requiredExtensions => wrap_jso(_blink.BlinkSVGCursorElement.ins
tance.requiredExtensions_Getter_(unwrap_jso(this))); | 8020 StringList get requiredExtensions => _blink.BlinkSVGCursorElement.instance.req
uiredExtensions_Getter_(this); |
| 8755 StringList get requiredFeatures => wrap_jso(_blink.BlinkSVGCursorElement.insta
nce.requiredFeatures_Getter_(unwrap_jso(this))); | 8021 StringList get requiredFeatures => _blink.BlinkSVGCursorElement.instance.requi
redFeatures_Getter_(this); |
| 8756 StringList get systemLanguage => wrap_jso(_blink.BlinkSVGCursorElement.instanc
e.systemLanguage_Getter_(unwrap_jso(this))); | 8022 StringList get systemLanguage => _blink.BlinkSVGCursorElement.instance.systemL
anguage_Getter_(this); |
| 8757 AnimatedString get href => wrap_jso(_blink.BlinkSVGCursorElement.instance.href
_Getter_(unwrap_jso(this))); | 8023 AnimatedString get href => _blink.BlinkSVGCursorElement.instance.href_Getter_(
this); |
| 8758 bool hasExtension(String extension) => _blink.BlinkSVGCursorElement.instance.h
asExtension_Callback_1_(unwrap_jso(this), extension); | 8024 bool hasExtension(String extension) => _blink.BlinkSVGCursorElement.instance.h
asExtension_Callback_1_(this, extension); |
| 8759 } | 8025 } |
| 8760 | 8026 |
| 8761 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8027 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8762 // for details. All rights reserved. Use of this source code is governed by a | 8028 // for details. All rights reserved. Use of this source code is governed by a |
| 8763 // BSD-style license that can be found in the LICENSE file. | 8029 // BSD-style license that can be found in the LICENSE file. |
| 8764 | 8030 |
| 8765 | 8031 |
| 8766 @DocsEditable() | 8032 @DocsEditable() |
| 8767 @DomName('SVGFEDropShadowElement') | 8033 @DomName('SVGFEDropShadowElement') |
| 8768 @Experimental() // nonstandard | 8034 @Experimental() // nonstandard |
| 8769 class _SVGFEDropShadowElement extends SvgElement implements FilterPrimitiveStand
ardAttributes { | 8035 class _SVGFEDropShadowElement extends SvgElement implements FilterPrimitiveStand
ardAttributes { |
| 8770 // To suppress missing implicit constructor warnings. | 8036 // To suppress missing implicit constructor warnings. |
| 8771 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte
d"); } | 8037 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 8772 | 8038 |
| 8773 | 8039 |
| 8774 @Deprecated("Internal Use Only") | 8040 @Deprecated("Internal Use Only") |
| 8775 static _SVGFEDropShadowElement internalCreate_SVGFEDropShadowElement() { | 8041 external static Type get instanceRuntimeType; |
| 8776 return new _SVGFEDropShadowElement._internalWrap(); | |
| 8777 } | |
| 8778 | |
| 8779 external factory _SVGFEDropShadowElement._internalWrap(); | |
| 8780 | 8042 |
| 8781 @Deprecated("Internal Use Only") | 8043 @Deprecated("Internal Use Only") |
| 8782 _SVGFEDropShadowElement.internal_() : super.internal_(); | 8044 _SVGFEDropShadowElement.internal_() : super.internal_(); |
| 8783 | 8045 |
| 8784 /** | 8046 /** |
| 8785 * Constructor instantiated by the DOM when a custom element has been created. | 8047 * Constructor instantiated by the DOM when a custom element has been created. |
| 8786 * | 8048 * |
| 8787 * This can only be called by subclasses from their created constructor. | 8049 * This can only be called by subclasses from their created constructor. |
| 8788 */ | 8050 */ |
| 8789 _SVGFEDropShadowElement.created() : super.created(); | 8051 _SVGFEDropShadowElement.created() : super.created(); |
| 8790 | 8052 |
| 8791 // Override these methods for Dartium _SVGFEDropShadowElement can't be abstrac
t. | 8053 // Override these methods for Dartium _SVGFEDropShadowElement can't be abstrac
t. |
| 8792 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFEDropShadowElement.insta
nce.height_Getter_(unwrap_jso(this))); | 8054 AnimatedLength get height => _blink.BlinkSVGFEDropShadowElement.instance.heigh
t_Getter_(this); |
| 8793 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEDropShadowElement.insta
nce.result_Getter_(unwrap_jso(this))); | 8055 AnimatedString get result => _blink.BlinkSVGFEDropShadowElement.instance.resul
t_Getter_(this); |
| 8794 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instan
ce.width_Getter_(unwrap_jso(this))); | 8056 AnimatedLength get width => _blink.BlinkSVGFEDropShadowElement.instance.width_
Getter_(this); |
| 8795 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.x
_Getter_(unwrap_jso(this))); | 8057 AnimatedLength get x => _blink.BlinkSVGFEDropShadowElement.instance.x_Getter_(
this); |
| 8796 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.y
_Getter_(unwrap_jso(this))); | 8058 AnimatedLength get y => _blink.BlinkSVGFEDropShadowElement.instance.y_Getter_(
this); |
| 8797 } | 8059 } |
| 8798 | 8060 |
| 8799 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8061 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8800 // for details. All rights reserved. Use of this source code is governed by a | 8062 // for details. All rights reserved. Use of this source code is governed by a |
| 8801 // BSD-style license that can be found in the LICENSE file. | 8063 // BSD-style license that can be found in the LICENSE file. |
| 8802 | 8064 |
| 8803 | 8065 |
| 8804 @DocsEditable() | 8066 @DocsEditable() |
| 8805 @DomName('SVGMPathElement') | 8067 @DomName('SVGMPathElement') |
| 8806 class _SVGMPathElement extends SvgElement implements UriReference { | 8068 class _SVGMPathElement extends SvgElement implements UriReference { |
| 8807 // To suppress missing implicit constructor warnings. | 8069 // To suppress missing implicit constructor warnings. |
| 8808 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } | 8070 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } |
| 8809 | 8071 |
| 8810 @DomName('SVGMPathElement.SVGMPathElement') | 8072 @DomName('SVGMPathElement.SVGMPathElement') |
| 8811 @DocsEditable() | 8073 @DocsEditable() |
| 8812 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); | 8074 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); |
| 8813 | 8075 |
| 8814 | 8076 |
| 8815 @Deprecated("Internal Use Only") | 8077 @Deprecated("Internal Use Only") |
| 8816 static _SVGMPathElement internalCreate_SVGMPathElement() { | 8078 external static Type get instanceRuntimeType; |
| 8817 return new _SVGMPathElement._internalWrap(); | |
| 8818 } | |
| 8819 | |
| 8820 external factory _SVGMPathElement._internalWrap(); | |
| 8821 | 8079 |
| 8822 @Deprecated("Internal Use Only") | 8080 @Deprecated("Internal Use Only") |
| 8823 _SVGMPathElement.internal_() : super.internal_(); | 8081 _SVGMPathElement.internal_() : super.internal_(); |
| 8824 | 8082 |
| 8825 /** | 8083 /** |
| 8826 * Constructor instantiated by the DOM when a custom element has been created. | 8084 * Constructor instantiated by the DOM when a custom element has been created. |
| 8827 * | 8085 * |
| 8828 * This can only be called by subclasses from their created constructor. | 8086 * This can only be called by subclasses from their created constructor. |
| 8829 */ | 8087 */ |
| 8830 _SVGMPathElement.created() : super.created(); | 8088 _SVGMPathElement.created() : super.created(); |
| 8831 | 8089 |
| 8832 // Override these methods for Dartium _SVGMPathElement can't be abstract. | 8090 // Override these methods for Dartium _SVGMPathElement can't be abstract. |
| 8833 AnimatedString get href => wrap_jso(_blink.BlinkSVGMPathElement.instance.href_
Getter_(unwrap_jso(this))); | 8091 AnimatedString get href => _blink.BlinkSVGMPathElement.instance.href_Getter_(t
his); |
| 8834 } | 8092 } |
| 8835 | 8093 |
| OLD | NEW |