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, |
30 'SVGAltGlyphDefElement': () => _SVGAltGlyphDefElement, | |
31 'SVGAltGlyphElement': () => AltGlyphElement, | |
32 'SVGAltGlyphItemElement': () => _SVGAltGlyphItemElement, | |
33 'SVGAngle': () => Angle, | 30 'SVGAngle': () => Angle, |
34 'SVGAnimateElement': () => AnimateElement, | 31 'SVGAnimateElement': () => AnimateElement, |
35 'SVGAnimateMotionElement': () => AnimateMotionElement, | 32 'SVGAnimateMotionElement': () => AnimateMotionElement, |
36 'SVGAnimateTransformElement': () => AnimateTransformElement, | 33 'SVGAnimateTransformElement': () => AnimateTransformElement, |
37 'SVGAnimatedAngle': () => AnimatedAngle, | 34 'SVGAnimatedAngle': () => AnimatedAngle, |
38 'SVGAnimatedBoolean': () => AnimatedBoolean, | 35 'SVGAnimatedBoolean': () => AnimatedBoolean, |
39 'SVGAnimatedEnumeration': () => AnimatedEnumeration, | 36 'SVGAnimatedEnumeration': () => AnimatedEnumeration, |
40 'SVGAnimatedInteger': () => AnimatedInteger, | 37 'SVGAnimatedInteger': () => AnimatedInteger, |
41 'SVGAnimatedLength': () => AnimatedLength, | 38 'SVGAnimatedLength': () => AnimatedLength, |
42 'SVGAnimatedLengthList': () => AnimatedLengthList, | 39 'SVGAnimatedLengthList': () => AnimatedLengthList, |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 'SVGFEMorphologyElement': () => FEMorphologyElement, | 74 'SVGFEMorphologyElement': () => FEMorphologyElement, |
78 'SVGFEOffsetElement': () => FEOffsetElement, | 75 'SVGFEOffsetElement': () => FEOffsetElement, |
79 'SVGFEPointLightElement': () => FEPointLightElement, | 76 'SVGFEPointLightElement': () => FEPointLightElement, |
80 'SVGFESpecularLightingElement': () => FESpecularLightingElement, | 77 'SVGFESpecularLightingElement': () => FESpecularLightingElement, |
81 'SVGFESpotLightElement': () => FESpotLightElement, | 78 'SVGFESpotLightElement': () => FESpotLightElement, |
82 'SVGFETileElement': () => FETileElement, | 79 'SVGFETileElement': () => FETileElement, |
83 'SVGFETurbulenceElement': () => FETurbulenceElement, | 80 'SVGFETurbulenceElement': () => FETurbulenceElement, |
84 'SVGFilterElement': () => FilterElement, | 81 'SVGFilterElement': () => FilterElement, |
85 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttribute
s, | 82 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttribute
s, |
86 'SVGFitToViewBox': () => FitToViewBox, | 83 'SVGFitToViewBox': () => FitToViewBox, |
87 'SVGFontElement': () => _SVGFontElement, | |
88 'SVGFontFaceElement': () => _SVGFontFaceElement, | |
89 'SVGFontFaceFormatElement': () => _SVGFontFaceFormatElement, | |
90 'SVGFontFaceNameElement': () => _SVGFontFaceNameElement, | |
91 'SVGFontFaceSrcElement': () => _SVGFontFaceSrcElement, | |
92 'SVGFontFaceUriElement': () => _SVGFontFaceUriElement, | |
93 'SVGForeignObjectElement': () => ForeignObjectElement, | 84 'SVGForeignObjectElement': () => ForeignObjectElement, |
94 'SVGGElement': () => GElement, | 85 'SVGGElement': () => GElement, |
95 'SVGGeometryElement': () => GeometryElement, | 86 'SVGGeometryElement': () => GeometryElement, |
96 'SVGGlyphElement': () => _SVGGlyphElement, | |
97 'SVGGlyphRefElement': () => _SVGGlyphRefElement, | |
98 'SVGGradientElement': () => _GradientElement, | 87 'SVGGradientElement': () => _GradientElement, |
99 'SVGGraphicsElement': () => GraphicsElement, | 88 'SVGGraphicsElement': () => GraphicsElement, |
100 'SVGHKernElement': () => _SVGHKernElement, | |
101 'SVGImageElement': () => ImageElement, | 89 'SVGImageElement': () => ImageElement, |
102 'SVGLength': () => Length, | 90 'SVGLength': () => Length, |
103 'SVGLengthList': () => LengthList, | 91 'SVGLengthList': () => LengthList, |
104 'SVGLineElement': () => LineElement, | 92 'SVGLineElement': () => LineElement, |
105 'SVGLinearGradientElement': () => LinearGradientElement, | 93 'SVGLinearGradientElement': () => LinearGradientElement, |
106 'SVGMPathElement': () => _SVGMPathElement, | 94 'SVGMPathElement': () => _SVGMPathElement, |
107 'SVGMarkerElement': () => MarkerElement, | 95 'SVGMarkerElement': () => MarkerElement, |
108 'SVGMaskElement': () => MaskElement, | 96 'SVGMaskElement': () => MaskElement, |
109 'SVGMatrix': () => Matrix, | 97 'SVGMatrix': () => Matrix, |
110 'SVGMetadataElement': () => MetadataElement, | 98 'SVGMetadataElement': () => MetadataElement, |
111 'SVGMissingGlyphElement': () => _SVGMissingGlyphElement, | |
112 'SVGNumber': () => Number, | 99 'SVGNumber': () => Number, |
113 'SVGNumberList': () => NumberList, | 100 'SVGNumberList': () => NumberList, |
114 'SVGPathElement': () => PathElement, | 101 'SVGPathElement': () => PathElement, |
115 'SVGPathSeg': () => PathSeg, | 102 'SVGPathSeg': () => PathSeg, |
116 'SVGPathSegArcAbs': () => PathSegArcAbs, | 103 'SVGPathSegArcAbs': () => PathSegArcAbs, |
117 'SVGPathSegArcRel': () => PathSegArcRel, | 104 'SVGPathSegArcRel': () => PathSegArcRel, |
118 'SVGPathSegClosePath': () => PathSegClosePath, | 105 'SVGPathSegClosePath': () => PathSegClosePath, |
119 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs, | 106 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs, |
120 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel, | 107 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel, |
121 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs, | 108 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs, |
(...skipping 13 matching lines...) Expand all Loading... |
135 'SVGPathSegMovetoRel': () => PathSegMovetoRel, | 122 'SVGPathSegMovetoRel': () => PathSegMovetoRel, |
136 'SVGPatternElement': () => PatternElement, | 123 'SVGPatternElement': () => PatternElement, |
137 'SVGPoint': () => Point, | 124 'SVGPoint': () => Point, |
138 'SVGPointList': () => PointList, | 125 'SVGPointList': () => PointList, |
139 'SVGPolygonElement': () => PolygonElement, | 126 'SVGPolygonElement': () => PolygonElement, |
140 'SVGPolylineElement': () => PolylineElement, | 127 'SVGPolylineElement': () => PolylineElement, |
141 'SVGPreserveAspectRatio': () => PreserveAspectRatio, | 128 'SVGPreserveAspectRatio': () => PreserveAspectRatio, |
142 'SVGRadialGradientElement': () => RadialGradientElement, | 129 'SVGRadialGradientElement': () => RadialGradientElement, |
143 'SVGRect': () => Rect, | 130 'SVGRect': () => Rect, |
144 'SVGRectElement': () => RectElement, | 131 'SVGRectElement': () => RectElement, |
145 'SVGRenderingIntent': () => RenderingIntent, | |
146 'SVGSVGElement': () => SvgSvgElement, | 132 'SVGSVGElement': () => SvgSvgElement, |
147 'SVGScriptElement': () => ScriptElement, | 133 'SVGScriptElement': () => ScriptElement, |
148 'SVGSetElement': () => SetElement, | 134 'SVGSetElement': () => SetElement, |
149 'SVGStopElement': () => StopElement, | 135 'SVGStopElement': () => StopElement, |
150 'SVGStringList': () => StringList, | 136 'SVGStringList': () => StringList, |
151 'SVGStyleElement': () => StyleElement, | 137 'SVGStyleElement': () => StyleElement, |
152 'SVGSwitchElement': () => SwitchElement, | 138 'SVGSwitchElement': () => SwitchElement, |
153 'SVGSymbolElement': () => SymbolElement, | 139 'SVGSymbolElement': () => SymbolElement, |
154 'SVGTSpanElement': () => TSpanElement, | 140 'SVGTSpanElement': () => TSpanElement, |
155 'SVGTests': () => Tests, | 141 'SVGTests': () => Tests, |
156 'SVGTextContentElement': () => TextContentElement, | 142 'SVGTextContentElement': () => TextContentElement, |
157 'SVGTextElement': () => TextElement, | 143 'SVGTextElement': () => TextElement, |
158 'SVGTextPathElement': () => TextPathElement, | 144 'SVGTextPathElement': () => TextPathElement, |
159 'SVGTextPositioningElement': () => TextPositioningElement, | 145 'SVGTextPositioningElement': () => TextPositioningElement, |
160 'SVGTitleElement': () => TitleElement, | 146 'SVGTitleElement': () => TitleElement, |
161 'SVGTransform': () => Transform, | 147 'SVGTransform': () => Transform, |
162 'SVGTransformList': () => TransformList, | 148 'SVGTransformList': () => TransformList, |
163 'SVGURIReference': () => UriReference, | 149 'SVGURIReference': () => UriReference, |
164 'SVGUnitTypes': () => UnitTypes, | 150 'SVGUnitTypes': () => UnitTypes, |
165 'SVGUseElement': () => UseElement, | 151 'SVGUseElement': () => UseElement, |
166 'SVGVKernElement': () => _SVGVKernElement, | |
167 'SVGViewElement': () => ViewElement, | 152 'SVGViewElement': () => ViewElement, |
168 'SVGViewSpec': () => ViewSpec, | 153 'SVGViewSpec': () => ViewSpec, |
169 'SVGZoomAndPan': () => ZoomAndPan, | 154 'SVGZoomAndPan': () => ZoomAndPan, |
170 'SVGZoomEvent': () => ZoomEvent, | 155 'SVGZoomEvent': () => ZoomEvent, |
171 | 156 |
172 }; | 157 }; |
173 | 158 |
174 // FIXME: Can we make this private? | 159 // FIXME: Can we make this private? |
175 @Deprecated("Internal Use Only") | 160 @Deprecated("Internal Use Only") |
176 final svgBlinkFunctionMap = { | 161 final svgBlinkFunctionMap = { |
177 'SVGAElement': () => AElement.internalCreateAElement, | 162 'SVGAElement': () => AElement.internalCreateAElement, |
178 'SVGAltGlyphDefElement': () => _SVGAltGlyphDefElement.internalCreate_SVGAltGly
phDefElement, | |
179 'SVGAltGlyphElement': () => AltGlyphElement.internalCreateAltGlyphElement, | |
180 'SVGAltGlyphItemElement': () => _SVGAltGlyphItemElement.internalCreate_SVGAltG
lyphItemElement, | |
181 'SVGAngle': () => Angle.internalCreateAngle, | 163 'SVGAngle': () => Angle.internalCreateAngle, |
182 'SVGAnimateElement': () => AnimateElement.internalCreateAnimateElement, | 164 'SVGAnimateElement': () => AnimateElement.internalCreateAnimateElement, |
183 'SVGAnimateMotionElement': () => AnimateMotionElement.internalCreateAnimateMot
ionElement, | 165 'SVGAnimateMotionElement': () => AnimateMotionElement.internalCreateAnimateMot
ionElement, |
184 'SVGAnimateTransformElement': () => AnimateTransformElement.internalCreateAnim
ateTransformElement, | 166 'SVGAnimateTransformElement': () => AnimateTransformElement.internalCreateAnim
ateTransformElement, |
185 'SVGAnimatedAngle': () => AnimatedAngle.internalCreateAnimatedAngle, | 167 'SVGAnimatedAngle': () => AnimatedAngle.internalCreateAnimatedAngle, |
186 'SVGAnimatedBoolean': () => AnimatedBoolean.internalCreateAnimatedBoolean, | 168 'SVGAnimatedBoolean': () => AnimatedBoolean.internalCreateAnimatedBoolean, |
187 'SVGAnimatedEnumeration': () => AnimatedEnumeration.internalCreateAnimatedEnum
eration, | 169 'SVGAnimatedEnumeration': () => AnimatedEnumeration.internalCreateAnimatedEnum
eration, |
188 'SVGAnimatedInteger': () => AnimatedInteger.internalCreateAnimatedInteger, | 170 'SVGAnimatedInteger': () => AnimatedInteger.internalCreateAnimatedInteger, |
189 'SVGAnimatedLength': () => AnimatedLength.internalCreateAnimatedLength, | 171 'SVGAnimatedLength': () => AnimatedLength.internalCreateAnimatedLength, |
190 'SVGAnimatedLengthList': () => AnimatedLengthList.internalCreateAnimatedLength
List, | 172 'SVGAnimatedLengthList': () => AnimatedLengthList.internalCreateAnimatedLength
List, |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 'SVGFEMergeElement': () => FEMergeElement.internalCreateFEMergeElement, | 205 'SVGFEMergeElement': () => FEMergeElement.internalCreateFEMergeElement, |
224 'SVGFEMergeNodeElement': () => FEMergeNodeElement.internalCreateFEMergeNodeEle
ment, | 206 'SVGFEMergeNodeElement': () => FEMergeNodeElement.internalCreateFEMergeNodeEle
ment, |
225 'SVGFEMorphologyElement': () => FEMorphologyElement.internalCreateFEMorphology
Element, | 207 'SVGFEMorphologyElement': () => FEMorphologyElement.internalCreateFEMorphology
Element, |
226 'SVGFEOffsetElement': () => FEOffsetElement.internalCreateFEOffsetElement, | 208 'SVGFEOffsetElement': () => FEOffsetElement.internalCreateFEOffsetElement, |
227 'SVGFEPointLightElement': () => FEPointLightElement.internalCreateFEPointLight
Element, | 209 'SVGFEPointLightElement': () => FEPointLightElement.internalCreateFEPointLight
Element, |
228 'SVGFESpecularLightingElement': () => FESpecularLightingElement.internalCreate
FESpecularLightingElement, | 210 'SVGFESpecularLightingElement': () => FESpecularLightingElement.internalCreate
FESpecularLightingElement, |
229 'SVGFESpotLightElement': () => FESpotLightElement.internalCreateFESpotLightEle
ment, | 211 'SVGFESpotLightElement': () => FESpotLightElement.internalCreateFESpotLightEle
ment, |
230 'SVGFETileElement': () => FETileElement.internalCreateFETileElement, | 212 'SVGFETileElement': () => FETileElement.internalCreateFETileElement, |
231 'SVGFETurbulenceElement': () => FETurbulenceElement.internalCreateFETurbulence
Element, | 213 'SVGFETurbulenceElement': () => FETurbulenceElement.internalCreateFETurbulence
Element, |
232 'SVGFilterElement': () => FilterElement.internalCreateFilterElement, | 214 'SVGFilterElement': () => FilterElement.internalCreateFilterElement, |
233 'SVGFontElement': () => _SVGFontElement.internalCreate_SVGFontElement, | |
234 'SVGFontFaceElement': () => _SVGFontFaceElement.internalCreate_SVGFontFaceElem
ent, | |
235 'SVGFontFaceFormatElement': () => _SVGFontFaceFormatElement.internalCreate_SVG
FontFaceFormatElement, | |
236 'SVGFontFaceNameElement': () => _SVGFontFaceNameElement.internalCreate_SVGFont
FaceNameElement, | |
237 'SVGFontFaceSrcElement': () => _SVGFontFaceSrcElement.internalCreate_SVGFontFa
ceSrcElement, | |
238 'SVGFontFaceUriElement': () => _SVGFontFaceUriElement.internalCreate_SVGFontFa
ceUriElement, | |
239 'SVGForeignObjectElement': () => ForeignObjectElement.internalCreateForeignObj
ectElement, | 215 'SVGForeignObjectElement': () => ForeignObjectElement.internalCreateForeignObj
ectElement, |
240 'SVGGElement': () => GElement.internalCreateGElement, | 216 'SVGGElement': () => GElement.internalCreateGElement, |
241 'SVGGeometryElement': () => GeometryElement.internalCreateGeometryElement, | 217 'SVGGeometryElement': () => GeometryElement.internalCreateGeometryElement, |
242 'SVGGlyphElement': () => _SVGGlyphElement.internalCreate_SVGGlyphElement, | |
243 'SVGGlyphRefElement': () => _SVGGlyphRefElement.internalCreate_SVGGlyphRefElem
ent, | |
244 'SVGGradientElement': () => _GradientElement.internalCreate_GradientElement, | 218 'SVGGradientElement': () => _GradientElement.internalCreate_GradientElement, |
245 'SVGGraphicsElement': () => GraphicsElement.internalCreateGraphicsElement, | 219 'SVGGraphicsElement': () => GraphicsElement.internalCreateGraphicsElement, |
246 'SVGHKernElement': () => _SVGHKernElement.internalCreate_SVGHKernElement, | |
247 'SVGImageElement': () => ImageElement.internalCreateImageElement, | 220 'SVGImageElement': () => ImageElement.internalCreateImageElement, |
248 'SVGLength': () => Length.internalCreateLength, | 221 'SVGLength': () => Length.internalCreateLength, |
249 'SVGLengthList': () => LengthList.internalCreateLengthList, | 222 'SVGLengthList': () => LengthList.internalCreateLengthList, |
250 'SVGLineElement': () => LineElement.internalCreateLineElement, | 223 'SVGLineElement': () => LineElement.internalCreateLineElement, |
251 'SVGLinearGradientElement': () => LinearGradientElement.internalCreateLinearGr
adientElement, | 224 'SVGLinearGradientElement': () => LinearGradientElement.internalCreateLinearGr
adientElement, |
252 'SVGMPathElement': () => _SVGMPathElement.internalCreate_SVGMPathElement, | 225 'SVGMPathElement': () => _SVGMPathElement.internalCreate_SVGMPathElement, |
253 'SVGMarkerElement': () => MarkerElement.internalCreateMarkerElement, | 226 'SVGMarkerElement': () => MarkerElement.internalCreateMarkerElement, |
254 'SVGMaskElement': () => MaskElement.internalCreateMaskElement, | 227 'SVGMaskElement': () => MaskElement.internalCreateMaskElement, |
255 'SVGMatrix': () => Matrix.internalCreateMatrix, | 228 'SVGMatrix': () => Matrix.internalCreateMatrix, |
256 'SVGMetadataElement': () => MetadataElement.internalCreateMetadataElement, | 229 'SVGMetadataElement': () => MetadataElement.internalCreateMetadataElement, |
257 'SVGMissingGlyphElement': () => _SVGMissingGlyphElement.internalCreate_SVGMiss
ingGlyphElement, | |
258 'SVGNumber': () => Number.internalCreateNumber, | 230 'SVGNumber': () => Number.internalCreateNumber, |
259 'SVGNumberList': () => NumberList.internalCreateNumberList, | 231 'SVGNumberList': () => NumberList.internalCreateNumberList, |
260 'SVGPathElement': () => PathElement.internalCreatePathElement, | 232 'SVGPathElement': () => PathElement.internalCreatePathElement, |
261 'SVGPathSeg': () => PathSeg.internalCreatePathSeg, | 233 'SVGPathSeg': () => PathSeg.internalCreatePathSeg, |
262 'SVGPathSegArcAbs': () => PathSegArcAbs.internalCreatePathSegArcAbs, | 234 'SVGPathSegArcAbs': () => PathSegArcAbs.internalCreatePathSegArcAbs, |
263 'SVGPathSegArcRel': () => PathSegArcRel.internalCreatePathSegArcRel, | 235 'SVGPathSegArcRel': () => PathSegArcRel.internalCreatePathSegArcRel, |
264 'SVGPathSegClosePath': () => PathSegClosePath.internalCreatePathSegClosePath, | 236 'SVGPathSegClosePath': () => PathSegClosePath.internalCreatePathSegClosePath, |
265 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.internalCreatePathSe
gCurvetoCubicAbs, | 237 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.internalCreatePathSe
gCurvetoCubicAbs, |
266 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.internalCreatePathSe
gCurvetoCubicRel, | 238 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.internalCreatePathSe
gCurvetoCubicRel, |
267 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.internal
CreatePathSegCurvetoCubicSmoothAbs, | 239 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.internal
CreatePathSegCurvetoCubicSmoothAbs, |
(...skipping 13 matching lines...) Expand all Loading... |
281 'SVGPathSegMovetoRel': () => PathSegMovetoRel.internalCreatePathSegMovetoRel, | 253 'SVGPathSegMovetoRel': () => PathSegMovetoRel.internalCreatePathSegMovetoRel, |
282 'SVGPatternElement': () => PatternElement.internalCreatePatternElement, | 254 'SVGPatternElement': () => PatternElement.internalCreatePatternElement, |
283 'SVGPoint': () => Point.internalCreatePoint, | 255 'SVGPoint': () => Point.internalCreatePoint, |
284 'SVGPointList': () => PointList.internalCreatePointList, | 256 'SVGPointList': () => PointList.internalCreatePointList, |
285 'SVGPolygonElement': () => PolygonElement.internalCreatePolygonElement, | 257 'SVGPolygonElement': () => PolygonElement.internalCreatePolygonElement, |
286 'SVGPolylineElement': () => PolylineElement.internalCreatePolylineElement, | 258 'SVGPolylineElement': () => PolylineElement.internalCreatePolylineElement, |
287 'SVGPreserveAspectRatio': () => PreserveAspectRatio.internalCreatePreserveAspe
ctRatio, | 259 'SVGPreserveAspectRatio': () => PreserveAspectRatio.internalCreatePreserveAspe
ctRatio, |
288 'SVGRadialGradientElement': () => RadialGradientElement.internalCreateRadialGr
adientElement, | 260 'SVGRadialGradientElement': () => RadialGradientElement.internalCreateRadialGr
adientElement, |
289 'SVGRect': () => Rect.internalCreateRect, | 261 'SVGRect': () => Rect.internalCreateRect, |
290 'SVGRectElement': () => RectElement.internalCreateRectElement, | 262 'SVGRectElement': () => RectElement.internalCreateRectElement, |
291 'SVGRenderingIntent': () => RenderingIntent.internalCreateRenderingIntent, | |
292 'SVGSVGElement': () => SvgSvgElement.internalCreateSvgSvgElement, | 263 'SVGSVGElement': () => SvgSvgElement.internalCreateSvgSvgElement, |
293 'SVGScriptElement': () => ScriptElement.internalCreateScriptElement, | 264 'SVGScriptElement': () => ScriptElement.internalCreateScriptElement, |
294 'SVGSetElement': () => SetElement.internalCreateSetElement, | 265 'SVGSetElement': () => SetElement.internalCreateSetElement, |
295 'SVGStopElement': () => StopElement.internalCreateStopElement, | 266 'SVGStopElement': () => StopElement.internalCreateStopElement, |
296 'SVGStringList': () => StringList.internalCreateStringList, | 267 'SVGStringList': () => StringList.internalCreateStringList, |
297 'SVGStyleElement': () => StyleElement.internalCreateStyleElement, | 268 'SVGStyleElement': () => StyleElement.internalCreateStyleElement, |
298 'SVGSwitchElement': () => SwitchElement.internalCreateSwitchElement, | 269 'SVGSwitchElement': () => SwitchElement.internalCreateSwitchElement, |
299 'SVGSymbolElement': () => SymbolElement.internalCreateSymbolElement, | 270 'SVGSymbolElement': () => SymbolElement.internalCreateSymbolElement, |
300 'SVGTSpanElement': () => TSpanElement.internalCreateTSpanElement, | 271 'SVGTSpanElement': () => TSpanElement.internalCreateTSpanElement, |
301 'SVGTextContentElement': () => TextContentElement.internalCreateTextContentEle
ment, | 272 'SVGTextContentElement': () => TextContentElement.internalCreateTextContentEle
ment, |
302 'SVGTextElement': () => TextElement.internalCreateTextElement, | 273 'SVGTextElement': () => TextElement.internalCreateTextElement, |
303 'SVGTextPathElement': () => TextPathElement.internalCreateTextPathElement, | 274 'SVGTextPathElement': () => TextPathElement.internalCreateTextPathElement, |
304 'SVGTextPositioningElement': () => TextPositioningElement.internalCreateTextPo
sitioningElement, | 275 'SVGTextPositioningElement': () => TextPositioningElement.internalCreateTextPo
sitioningElement, |
305 'SVGTitleElement': () => TitleElement.internalCreateTitleElement, | 276 'SVGTitleElement': () => TitleElement.internalCreateTitleElement, |
306 'SVGTransform': () => Transform.internalCreateTransform, | 277 'SVGTransform': () => Transform.internalCreateTransform, |
307 'SVGTransformList': () => TransformList.internalCreateTransformList, | 278 'SVGTransformList': () => TransformList.internalCreateTransformList, |
308 'SVGUnitTypes': () => UnitTypes.internalCreateUnitTypes, | 279 'SVGUnitTypes': () => UnitTypes.internalCreateUnitTypes, |
309 'SVGUseElement': () => UseElement.internalCreateUseElement, | 280 'SVGUseElement': () => UseElement.internalCreateUseElement, |
310 'SVGVKernElement': () => _SVGVKernElement.internalCreate_SVGVKernElement, | |
311 'SVGViewElement': () => ViewElement.internalCreateViewElement, | 281 'SVGViewElement': () => ViewElement.internalCreateViewElement, |
312 'SVGViewSpec': () => ViewSpec.internalCreateViewSpec, | 282 'SVGViewSpec': () => ViewSpec.internalCreateViewSpec, |
313 'SVGZoomEvent': () => ZoomEvent.internalCreateZoomEvent, | 283 'SVGZoomEvent': () => ZoomEvent.internalCreateZoomEvent, |
314 | 284 |
315 }; | 285 }; |
316 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 286 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
317 // for details. All rights reserved. Use of this source code is governed by a | 287 // for details. All rights reserved. Use of this source code is governed by a |
318 // BSD-style license that can be found in the LICENSE file. | 288 // BSD-style license that can be found in the LICENSE file. |
319 | 289 |
320 | 290 |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 | 341 |
372 } | 342 } |
373 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 343 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
374 // for details. All rights reserved. Use of this source code is governed by a | 344 // for details. All rights reserved. Use of this source code is governed by a |
375 // BSD-style license that can be found in the LICENSE file. | 345 // BSD-style license that can be found in the LICENSE file. |
376 | 346 |
377 // WARNING: Do not edit - generated code. | 347 // WARNING: Do not edit - generated code. |
378 | 348 |
379 | 349 |
380 @DocsEditable() | 350 @DocsEditable() |
381 @DomName('SVGAltGlyphElement') | |
382 @SupportedBrowser(SupportedBrowser.CHROME) | |
383 @SupportedBrowser(SupportedBrowser.FIREFOX) | |
384 @SupportedBrowser(SupportedBrowser.SAFARI) | |
385 @Unstable() | |
386 class AltGlyphElement extends TextPositioningElement implements UriReference { | |
387 // To suppress missing implicit constructor warnings. | |
388 factory AltGlyphElement._() { throw new UnsupportedError("Not supported"); } | |
389 | |
390 @DomName('SVGAltGlyphElement.SVGAltGlyphElement') | |
391 @DocsEditable() | |
392 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("
altGlyph"); | |
393 | |
394 | |
395 @Deprecated("Internal Use Only") | |
396 static AltGlyphElement internalCreateAltGlyphElement() { | |
397 return new AltGlyphElement._internalWrap(); | |
398 } | |
399 | |
400 external factory AltGlyphElement._internalWrap(); | |
401 | |
402 @Deprecated("Internal Use Only") | |
403 AltGlyphElement.internal_() : super.internal_(); | |
404 | |
405 /** | |
406 * Constructor instantiated by the DOM when a custom element has been created. | |
407 * | |
408 * This can only be called by subclasses from their created constructor. | |
409 */ | |
410 AltGlyphElement.created() : super.created(); | |
411 | |
412 /// Checks if this type is supported on the current platform. | |
413 static bool get supported => true; | |
414 | |
415 @DomName('SVGAltGlyphElement.format') | |
416 @DocsEditable() | |
417 String get format => _blink.BlinkSVGAltGlyphElement.instance.format_Getter_(un
wrap_jso(this)); | |
418 | |
419 @DomName('SVGAltGlyphElement.format') | |
420 @DocsEditable() | |
421 set format(String value) => _blink.BlinkSVGAltGlyphElement.instance.format_Set
ter_(unwrap_jso(this), value); | |
422 | |
423 @DomName('SVGAltGlyphElement.glyphRef') | |
424 @DocsEditable() | |
425 String get glyphRef => _blink.BlinkSVGAltGlyphElement.instance.glyphRef_Getter
_(unwrap_jso(this)); | |
426 | |
427 @DomName('SVGAltGlyphElement.glyphRef') | |
428 @DocsEditable() | |
429 set glyphRef(String value) => _blink.BlinkSVGAltGlyphElement.instance.glyphRef
_Setter_(unwrap_jso(this), value); | |
430 | |
431 @DomName('SVGAltGlyphElement.href') | |
432 @DocsEditable() | |
433 AnimatedString get href => wrap_jso(_blink.BlinkSVGAltGlyphElement.instance.hr
ef_Getter_(unwrap_jso(this))); | |
434 | |
435 } | |
436 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
437 // for details. All rights reserved. Use of this source code is governed by a | |
438 // BSD-style license that can be found in the LICENSE file. | |
439 | |
440 // WARNING: Do not edit - generated code. | |
441 | |
442 | |
443 @DocsEditable() | |
444 @DomName('SVGAngle') | 351 @DomName('SVGAngle') |
445 @Unstable() | 352 @Unstable() |
446 class Angle extends DartHtmlDomObject { | 353 class Angle extends DartHtmlDomObject { |
447 // To suppress missing implicit constructor warnings. | 354 // To suppress missing implicit constructor warnings. |
448 factory Angle._() { throw new UnsupportedError("Not supported"); } | 355 factory Angle._() { throw new UnsupportedError("Not supported"); } |
449 | 356 |
450 @Deprecated("Internal Use Only") | 357 @Deprecated("Internal Use Only") |
451 static Angle internalCreateAngle() { | 358 static Angle internalCreateAngle() { |
452 return new Angle._internalWrap(); | 359 return new Angle._internalWrap(); |
453 } | 360 } |
(...skipping 2507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2961 */ | 2868 */ |
2962 FESpecularLightingElement.created() : super.created(); | 2869 FESpecularLightingElement.created() : super.created(); |
2963 | 2870 |
2964 /// Checks if this type is supported on the current platform. | 2871 /// Checks if this type is supported on the current platform. |
2965 static bool get supported => true; | 2872 static bool get supported => true; |
2966 | 2873 |
2967 @DomName('SVGFESpecularLightingElement.in1') | 2874 @DomName('SVGFESpecularLightingElement.in1') |
2968 @DocsEditable() | 2875 @DocsEditable() |
2969 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFESpecularLightingElement.in
stance.in1_Getter_(unwrap_jso(this))); | 2876 AnimatedString get in1 => wrap_jso(_blink.BlinkSVGFESpecularLightingElement.in
stance.in1_Getter_(unwrap_jso(this))); |
2970 | 2877 |
| 2878 @DomName('SVGFESpecularLightingElement.kernelUnitLengthX') |
| 2879 @DocsEditable() |
| 2880 @Experimental() // untriaged |
| 2881 AnimatedNumber get kernelUnitLengthX => wrap_jso(_blink.BlinkSVGFESpecularLigh
tingElement.instance.kernelUnitLengthX_Getter_(unwrap_jso(this))); |
| 2882 |
| 2883 @DomName('SVGFESpecularLightingElement.kernelUnitLengthY') |
| 2884 @DocsEditable() |
| 2885 @Experimental() // untriaged |
| 2886 AnimatedNumber get kernelUnitLengthY => wrap_jso(_blink.BlinkSVGFESpecularLigh
tingElement.instance.kernelUnitLengthY_Getter_(unwrap_jso(this))); |
| 2887 |
2971 @DomName('SVGFESpecularLightingElement.specularConstant') | 2888 @DomName('SVGFESpecularLightingElement.specularConstant') |
2972 @DocsEditable() | 2889 @DocsEditable() |
2973 AnimatedNumber get specularConstant => wrap_jso(_blink.BlinkSVGFESpecularLight
ingElement.instance.specularConstant_Getter_(unwrap_jso(this))); | 2890 AnimatedNumber get specularConstant => wrap_jso(_blink.BlinkSVGFESpecularLight
ingElement.instance.specularConstant_Getter_(unwrap_jso(this))); |
2974 | 2891 |
2975 @DomName('SVGFESpecularLightingElement.specularExponent') | 2892 @DomName('SVGFESpecularLightingElement.specularExponent') |
2976 @DocsEditable() | 2893 @DocsEditable() |
2977 AnimatedNumber get specularExponent => wrap_jso(_blink.BlinkSVGFESpecularLight
ingElement.instance.specularExponent_Getter_(unwrap_jso(this))); | 2894 AnimatedNumber get specularExponent => wrap_jso(_blink.BlinkSVGFESpecularLight
ingElement.instance.specularExponent_Getter_(unwrap_jso(this))); |
2978 | 2895 |
2979 @DomName('SVGFESpecularLightingElement.surfaceScale') | 2896 @DomName('SVGFESpecularLightingElement.surfaceScale') |
2980 @DocsEditable() | 2897 @DocsEditable() |
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3293 /** | 3210 /** |
3294 * Constructor instantiated by the DOM when a custom element has been created. | 3211 * Constructor instantiated by the DOM when a custom element has been created. |
3295 * | 3212 * |
3296 * This can only be called by subclasses from their created constructor. | 3213 * This can only be called by subclasses from their created constructor. |
3297 */ | 3214 */ |
3298 FilterElement.created() : super.created(); | 3215 FilterElement.created() : super.created(); |
3299 | 3216 |
3300 /// Checks if this type is supported on the current platform. | 3217 /// Checks if this type is supported on the current platform. |
3301 static bool get supported => true; | 3218 static bool get supported => true; |
3302 | 3219 |
3303 @DomName('SVGFilterElement.filterResX') | |
3304 @DocsEditable() | |
3305 AnimatedInteger get filterResX => wrap_jso(_blink.BlinkSVGFilterElement.instan
ce.filterResX_Getter_(unwrap_jso(this))); | |
3306 | |
3307 @DomName('SVGFilterElement.filterResY') | |
3308 @DocsEditable() | |
3309 AnimatedInteger get filterResY => wrap_jso(_blink.BlinkSVGFilterElement.instan
ce.filterResY_Getter_(unwrap_jso(this))); | |
3310 | |
3311 @DomName('SVGFilterElement.filterUnits') | 3220 @DomName('SVGFilterElement.filterUnits') |
3312 @DocsEditable() | 3221 @DocsEditable() |
3313 AnimatedEnumeration get filterUnits => wrap_jso(_blink.BlinkSVGFilterElement.i
nstance.filterUnits_Getter_(unwrap_jso(this))); | 3222 AnimatedEnumeration get filterUnits => wrap_jso(_blink.BlinkSVGFilterElement.i
nstance.filterUnits_Getter_(unwrap_jso(this))); |
3314 | 3223 |
3315 @DomName('SVGFilterElement.height') | 3224 @DomName('SVGFilterElement.height') |
3316 @DocsEditable() | 3225 @DocsEditable() |
3317 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFilterElement.instance.he
ight_Getter_(unwrap_jso(this))); | 3226 AnimatedLength get height => wrap_jso(_blink.BlinkSVGFilterElement.instance.he
ight_Getter_(unwrap_jso(this))); |
3318 | 3227 |
3319 @DomName('SVGFilterElement.primitiveUnits') | 3228 @DomName('SVGFilterElement.primitiveUnits') |
3320 @DocsEditable() | 3229 @DocsEditable() |
3321 AnimatedEnumeration get primitiveUnits => wrap_jso(_blink.BlinkSVGFilterElemen
t.instance.primitiveUnits_Getter_(unwrap_jso(this))); | 3230 AnimatedEnumeration get primitiveUnits => wrap_jso(_blink.BlinkSVGFilterElemen
t.instance.primitiveUnits_Getter_(unwrap_jso(this))); |
3322 | 3231 |
3323 @DomName('SVGFilterElement.width') | 3232 @DomName('SVGFilterElement.width') |
3324 @DocsEditable() | 3233 @DocsEditable() |
3325 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFilterElement.instance.wid
th_Getter_(unwrap_jso(this))); | 3234 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFilterElement.instance.wid
th_Getter_(unwrap_jso(this))); |
3326 | 3235 |
3327 @DomName('SVGFilterElement.x') | 3236 @DomName('SVGFilterElement.x') |
3328 @DocsEditable() | 3237 @DocsEditable() |
3329 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFilterElement.instance.x_Gette
r_(unwrap_jso(this))); | 3238 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFilterElement.instance.x_Gette
r_(unwrap_jso(this))); |
3330 | 3239 |
3331 @DomName('SVGFilterElement.y') | 3240 @DomName('SVGFilterElement.y') |
3332 @DocsEditable() | 3241 @DocsEditable() |
3333 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFilterElement.instance.y_Gette
r_(unwrap_jso(this))); | 3242 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFilterElement.instance.y_Gette
r_(unwrap_jso(this))); |
3334 | 3243 |
3335 @DomName('SVGFilterElement.setFilterRes') | |
3336 @DocsEditable() | |
3337 void setFilterRes(int filterResX, int filterResY) => _blink.BlinkSVGFilterElem
ent.instance.setFilterRes_Callback_2_(unwrap_jso(this), filterResX, filterResY); | |
3338 | |
3339 @DomName('SVGFilterElement.href') | 3244 @DomName('SVGFilterElement.href') |
3340 @DocsEditable() | 3245 @DocsEditable() |
3341 AnimatedString get href => wrap_jso(_blink.BlinkSVGFilterElement.instance.href
_Getter_(unwrap_jso(this))); | 3246 AnimatedString get href => wrap_jso(_blink.BlinkSVGFilterElement.instance.href
_Getter_(unwrap_jso(this))); |
3342 | 3247 |
3343 } | 3248 } |
3344 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3249 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3345 // for details. All rights reserved. Use of this source code is governed by a | 3250 // for details. All rights reserved. Use of this source code is governed by a |
3346 // BSD-style license that can be found in the LICENSE file. | 3251 // BSD-style license that can be found in the LICENSE file. |
3347 | 3252 |
3348 // WARNING: Do not edit - generated code. | 3253 // WARNING: Do not edit - generated code. |
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3875 if (len == 0) throw new StateError("No elements"); | 3780 if (len == 0) throw new StateError("No elements"); |
3876 throw new StateError("More than one element"); | 3781 throw new StateError("More than one element"); |
3877 } | 3782 } |
3878 | 3783 |
3879 Length elementAt(int index) => this[index]; | 3784 Length elementAt(int index) => this[index]; |
3880 // -- end List<Length> mixins. | 3785 // -- end List<Length> mixins. |
3881 | 3786 |
3882 @DomName('SVGLengthList.__setter__') | 3787 @DomName('SVGLengthList.__setter__') |
3883 @DocsEditable() | 3788 @DocsEditable() |
3884 @Experimental() // untriaged | 3789 @Experimental() // untriaged |
3885 void __setter__(int index, Length value) => _blink.BlinkSVGLengthList.instance
.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value)); | 3790 void __setter__(int index, Length newItem) => _blink.BlinkSVGLengthList.instan
ce.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); |
3886 | 3791 |
3887 @DomName('SVGLengthList.appendItem') | 3792 @DomName('SVGLengthList.appendItem') |
3888 @DocsEditable() | 3793 @DocsEditable() |
3889 Length appendItem(Length item) => wrap_jso(_blink.BlinkSVGLengthList.instance.
appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item))); | 3794 Length appendItem(Length newItem) => wrap_jso(_blink.BlinkSVGLengthList.instan
ce.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); |
3890 | 3795 |
3891 @DomName('SVGLengthList.clear') | 3796 @DomName('SVGLengthList.clear') |
3892 @DocsEditable() | 3797 @DocsEditable() |
3893 void clear() => _blink.BlinkSVGLengthList.instance.clear_Callback_0_(unwrap_js
o(this)); | 3798 void clear() => _blink.BlinkSVGLengthList.instance.clear_Callback_0_(unwrap_js
o(this)); |
3894 | 3799 |
3895 @DomName('SVGLengthList.getItem') | 3800 @DomName('SVGLengthList.getItem') |
3896 @DocsEditable() | 3801 @DocsEditable() |
3897 Length getItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.getIt
em_Callback_1_(unwrap_jso(this), index)); | 3802 Length getItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.getIt
em_Callback_1_(unwrap_jso(this), index)); |
3898 | 3803 |
3899 @DomName('SVGLengthList.initialize') | 3804 @DomName('SVGLengthList.initialize') |
3900 @DocsEditable() | 3805 @DocsEditable() |
3901 Length initialize(Length item) => wrap_jso(_blink.BlinkSVGLengthList.instance.
initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item))); | 3806 Length initialize(Length newItem) => wrap_jso(_blink.BlinkSVGLengthList.instan
ce.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); |
3902 | 3807 |
3903 @DomName('SVGLengthList.insertItemBefore') | 3808 @DomName('SVGLengthList.insertItemBefore') |
3904 @DocsEditable() | 3809 @DocsEditable() |
3905 Length insertItemBefore(Length item, int index) => wrap_jso(_blink.BlinkSVGLen
gthList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item)
, index)); | 3810 Length insertItemBefore(Length newItem, int index) => wrap_jso(_blink.BlinkSVG
LengthList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(ne
wItem), index)); |
3906 | 3811 |
3907 @DomName('SVGLengthList.removeItem') | 3812 @DomName('SVGLengthList.removeItem') |
3908 @DocsEditable() | 3813 @DocsEditable() |
3909 Length removeItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.re
moveItem_Callback_1_(unwrap_jso(this), index)); | 3814 Length removeItem(int index) => wrap_jso(_blink.BlinkSVGLengthList.instance.re
moveItem_Callback_1_(unwrap_jso(this), index)); |
3910 | 3815 |
3911 @DomName('SVGLengthList.replaceItem') | 3816 @DomName('SVGLengthList.replaceItem') |
3912 @DocsEditable() | 3817 @DocsEditable() |
3913 Length replaceItem(Length item, int index) => wrap_jso(_blink.BlinkSVGLengthLi
st.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index)); | 3818 Length replaceItem(Length newItem, int index) => wrap_jso(_blink.BlinkSVGLengt
hList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), in
dex)); |
3914 | 3819 |
3915 } | 3820 } |
3916 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3821 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3917 // for details. All rights reserved. Use of this source code is governed by a | 3822 // for details. All rights reserved. Use of this source code is governed by a |
3918 // BSD-style license that can be found in the LICENSE file. | 3823 // BSD-style license that can be found in the LICENSE file. |
3919 | 3824 |
3920 // WARNING: Do not edit - generated code. | 3825 // WARNING: Do not edit - generated code. |
3921 | 3826 |
3922 | 3827 |
3923 @DocsEditable() | 3828 @DocsEditable() |
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4472 if (len == 0) throw new StateError("No elements"); | 4377 if (len == 0) throw new StateError("No elements"); |
4473 throw new StateError("More than one element"); | 4378 throw new StateError("More than one element"); |
4474 } | 4379 } |
4475 | 4380 |
4476 Number elementAt(int index) => this[index]; | 4381 Number elementAt(int index) => this[index]; |
4477 // -- end List<Number> mixins. | 4382 // -- end List<Number> mixins. |
4478 | 4383 |
4479 @DomName('SVGNumberList.__setter__') | 4384 @DomName('SVGNumberList.__setter__') |
4480 @DocsEditable() | 4385 @DocsEditable() |
4481 @Experimental() // untriaged | 4386 @Experimental() // untriaged |
4482 void __setter__(int index, Number value) => _blink.BlinkSVGNumberList.instance
.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value)); | 4387 void __setter__(int index, Number newItem) => _blink.BlinkSVGNumberList.instan
ce.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); |
4483 | 4388 |
4484 @DomName('SVGNumberList.appendItem') | 4389 @DomName('SVGNumberList.appendItem') |
4485 @DocsEditable() | 4390 @DocsEditable() |
4486 Number appendItem(Number item) => wrap_jso(_blink.BlinkSVGNumberList.instance.
appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item))); | 4391 Number appendItem(Number newItem) => wrap_jso(_blink.BlinkSVGNumberList.instan
ce.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); |
4487 | 4392 |
4488 @DomName('SVGNumberList.clear') | 4393 @DomName('SVGNumberList.clear') |
4489 @DocsEditable() | 4394 @DocsEditable() |
4490 void clear() => _blink.BlinkSVGNumberList.instance.clear_Callback_0_(unwrap_js
o(this)); | 4395 void clear() => _blink.BlinkSVGNumberList.instance.clear_Callback_0_(unwrap_js
o(this)); |
4491 | 4396 |
4492 @DomName('SVGNumberList.getItem') | 4397 @DomName('SVGNumberList.getItem') |
4493 @DocsEditable() | 4398 @DocsEditable() |
4494 Number getItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.getIt
em_Callback_1_(unwrap_jso(this), index)); | 4399 Number getItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.getIt
em_Callback_1_(unwrap_jso(this), index)); |
4495 | 4400 |
4496 @DomName('SVGNumberList.initialize') | 4401 @DomName('SVGNumberList.initialize') |
4497 @DocsEditable() | 4402 @DocsEditable() |
4498 Number initialize(Number item) => wrap_jso(_blink.BlinkSVGNumberList.instance.
initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item))); | 4403 Number initialize(Number newItem) => wrap_jso(_blink.BlinkSVGNumberList.instan
ce.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); |
4499 | 4404 |
4500 @DomName('SVGNumberList.insertItemBefore') | 4405 @DomName('SVGNumberList.insertItemBefore') |
4501 @DocsEditable() | 4406 @DocsEditable() |
4502 Number insertItemBefore(Number item, int index) => wrap_jso(_blink.BlinkSVGNum
berList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item)
, index)); | 4407 Number insertItemBefore(Number newItem, int index) => wrap_jso(_blink.BlinkSVG
NumberList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(ne
wItem), index)); |
4503 | 4408 |
4504 @DomName('SVGNumberList.removeItem') | 4409 @DomName('SVGNumberList.removeItem') |
4505 @DocsEditable() | 4410 @DocsEditable() |
4506 Number removeItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.re
moveItem_Callback_1_(unwrap_jso(this), index)); | 4411 Number removeItem(int index) => wrap_jso(_blink.BlinkSVGNumberList.instance.re
moveItem_Callback_1_(unwrap_jso(this), index)); |
4507 | 4412 |
4508 @DomName('SVGNumberList.replaceItem') | 4413 @DomName('SVGNumberList.replaceItem') |
4509 @DocsEditable() | 4414 @DocsEditable() |
4510 Number replaceItem(Number item, int index) => wrap_jso(_blink.BlinkSVGNumberLi
st.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index)); | 4415 Number replaceItem(Number newItem, int index) => wrap_jso(_blink.BlinkSVGNumbe
rList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), in
dex)); |
4511 | 4416 |
4512 } | 4417 } |
4513 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4418 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
4514 // for details. All rights reserved. Use of this source code is governed by a | 4419 // for details. All rights reserved. Use of this source code is governed by a |
4515 // BSD-style license that can be found in the LICENSE file. | 4420 // BSD-style license that can be found in the LICENSE file. |
4516 | 4421 |
4517 // WARNING: Do not edit - generated code. | 4422 // WARNING: Do not edit - generated code. |
4518 | 4423 |
4519 | 4424 |
4520 @DocsEditable() | 4425 @DocsEditable() |
(...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5742 if (len == 0) throw new StateError("No elements"); | 5647 if (len == 0) throw new StateError("No elements"); |
5743 throw new StateError("More than one element"); | 5648 throw new StateError("More than one element"); |
5744 } | 5649 } |
5745 | 5650 |
5746 PathSeg elementAt(int index) => this[index]; | 5651 PathSeg elementAt(int index) => this[index]; |
5747 // -- end List<PathSeg> mixins. | 5652 // -- end List<PathSeg> mixins. |
5748 | 5653 |
5749 @DomName('SVGPathSegList.__setter__') | 5654 @DomName('SVGPathSegList.__setter__') |
5750 @DocsEditable() | 5655 @DocsEditable() |
5751 @Experimental() // untriaged | 5656 @Experimental() // untriaged |
5752 void __setter__(int index, PathSeg value) => _blink.BlinkSVGPathSegList.instan
ce.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value)); | 5657 void __setter__(int index, PathSeg newItem) => _blink.BlinkSVGPathSegList.inst
ance.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); |
5753 | 5658 |
5754 @DomName('SVGPathSegList.appendItem') | 5659 @DomName('SVGPathSegList.appendItem') |
5755 @DocsEditable() | 5660 @DocsEditable() |
5756 PathSeg appendItem(PathSeg newItem) => wrap_jso(_blink.BlinkSVGPathSegList.ins
tance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); | 5661 PathSeg appendItem(PathSeg newItem) => wrap_jso(_blink.BlinkSVGPathSegList.ins
tance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); |
5757 | 5662 |
5758 @DomName('SVGPathSegList.clear') | 5663 @DomName('SVGPathSegList.clear') |
5759 @DocsEditable() | 5664 @DocsEditable() |
5760 void clear() => _blink.BlinkSVGPathSegList.instance.clear_Callback_0_(unwrap_j
so(this)); | 5665 void clear() => _blink.BlinkSVGPathSegList.instance.clear_Callback_0_(unwrap_j
so(this)); |
5761 | 5666 |
5762 @DomName('SVGPathSegList.getItem') | 5667 @DomName('SVGPathSegList.getItem') |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6043 @Experimental() // untriaged | 5948 @Experimental() // untriaged |
6044 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(unwrap_jso(
this)); | 5949 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(unwrap_jso(
this)); |
6045 | 5950 |
6046 @DomName('SVGPointList.numberOfItems') | 5951 @DomName('SVGPointList.numberOfItems') |
6047 @DocsEditable() | 5952 @DocsEditable() |
6048 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette
r_(unwrap_jso(this)); | 5953 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette
r_(unwrap_jso(this)); |
6049 | 5954 |
6050 @DomName('SVGPointList.__setter__') | 5955 @DomName('SVGPointList.__setter__') |
6051 @DocsEditable() | 5956 @DocsEditable() |
6052 @Experimental() // untriaged | 5957 @Experimental() // untriaged |
6053 void __setter__(int index, Point value) => _blink.BlinkSVGPointList.instance.$
__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value)); | 5958 void __setter__(int index, Point newItem) => _blink.BlinkSVGPointList.instance
.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); |
6054 | 5959 |
6055 @DomName('SVGPointList.appendItem') | 5960 @DomName('SVGPointList.appendItem') |
6056 @DocsEditable() | 5961 @DocsEditable() |
6057 Point appendItem(Point item) => wrap_jso(_blink.BlinkSVGPointList.instance.app
endItem_Callback_1_(unwrap_jso(this), unwrap_jso(item))); | 5962 Point appendItem(Point newItem) => wrap_jso(_blink.BlinkSVGPointList.instance.
appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); |
6058 | 5963 |
6059 @DomName('SVGPointList.clear') | 5964 @DomName('SVGPointList.clear') |
6060 @DocsEditable() | 5965 @DocsEditable() |
6061 void clear() => _blink.BlinkSVGPointList.instance.clear_Callback_0_(unwrap_jso
(this)); | 5966 void clear() => _blink.BlinkSVGPointList.instance.clear_Callback_0_(unwrap_jso
(this)); |
6062 | 5967 |
6063 @DomName('SVGPointList.getItem') | 5968 @DomName('SVGPointList.getItem') |
6064 @DocsEditable() | 5969 @DocsEditable() |
6065 Point getItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.getItem
_Callback_1_(unwrap_jso(this), index)); | 5970 Point getItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.getItem
_Callback_1_(unwrap_jso(this), index)); |
6066 | 5971 |
6067 @DomName('SVGPointList.initialize') | 5972 @DomName('SVGPointList.initialize') |
6068 @DocsEditable() | 5973 @DocsEditable() |
6069 Point initialize(Point item) => wrap_jso(_blink.BlinkSVGPointList.instance.ini
tialize_Callback_1_(unwrap_jso(this), unwrap_jso(item))); | 5974 Point initialize(Point newItem) => wrap_jso(_blink.BlinkSVGPointList.instance.
initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); |
6070 | 5975 |
6071 @DomName('SVGPointList.insertItemBefore') | 5976 @DomName('SVGPointList.insertItemBefore') |
6072 @DocsEditable() | 5977 @DocsEditable() |
6073 Point insertItemBefore(Point item, int index) => wrap_jso(_blink.BlinkSVGPoint
List.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(item), i
ndex)); | 5978 Point insertItemBefore(Point newItem, int index) => wrap_jso(_blink.BlinkSVGPo
intList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_jso(newIt
em), index)); |
6074 | 5979 |
6075 @DomName('SVGPointList.removeItem') | 5980 @DomName('SVGPointList.removeItem') |
6076 @DocsEditable() | 5981 @DocsEditable() |
6077 Point removeItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.remo
veItem_Callback_1_(unwrap_jso(this), index)); | 5982 Point removeItem(int index) => wrap_jso(_blink.BlinkSVGPointList.instance.remo
veItem_Callback_1_(unwrap_jso(this), index)); |
6078 | 5983 |
6079 @DomName('SVGPointList.replaceItem') | 5984 @DomName('SVGPointList.replaceItem') |
6080 @DocsEditable() | 5985 @DocsEditable() |
6081 Point replaceItem(Point item, int index) => wrap_jso(_blink.BlinkSVGPointList.
instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item), index)); | 5986 Point replaceItem(Point newItem, int index) => wrap_jso(_blink.BlinkSVGPointLi
st.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(newItem), index
)); |
6082 | 5987 |
6083 } | 5988 } |
6084 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6085 // for details. All rights reserved. Use of this source code is governed by a | 5990 // for details. All rights reserved. Use of this source code is governed by a |
6086 // BSD-style license that can be found in the LICENSE file. | 5991 // BSD-style license that can be found in the LICENSE file. |
6087 | 5992 |
6088 // WARNING: Do not edit - generated code. | 5993 // WARNING: Do not edit - generated code. |
6089 | 5994 |
6090 | 5995 |
6091 @DocsEditable() | 5996 @DocsEditable() |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6458 | 6363 |
6459 } | 6364 } |
6460 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6365 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6461 // for details. All rights reserved. Use of this source code is governed by a | 6366 // for details. All rights reserved. Use of this source code is governed by a |
6462 // BSD-style license that can be found in the LICENSE file. | 6367 // BSD-style license that can be found in the LICENSE file. |
6463 | 6368 |
6464 // WARNING: Do not edit - generated code. | 6369 // WARNING: Do not edit - generated code. |
6465 | 6370 |
6466 | 6371 |
6467 @DocsEditable() | 6372 @DocsEditable() |
6468 @DomName('SVGRenderingIntent') | |
6469 @Unstable() | |
6470 class RenderingIntent extends DartHtmlDomObject { | |
6471 // To suppress missing implicit constructor warnings. | |
6472 factory RenderingIntent._() { throw new UnsupportedError("Not supported"); } | |
6473 | |
6474 @Deprecated("Internal Use Only") | |
6475 static RenderingIntent internalCreateRenderingIntent() { | |
6476 return new RenderingIntent._internalWrap(); | |
6477 } | |
6478 | |
6479 factory RenderingIntent._internalWrap() { | |
6480 return new RenderingIntent.internal_(); | |
6481 } | |
6482 | |
6483 @Deprecated("Internal Use Only") | |
6484 RenderingIntent.internal_() { } | |
6485 | |
6486 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
6487 int get hashCode => unwrap_jso(this).hashCode; | |
6488 | |
6489 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') | |
6490 @DocsEditable() | |
6491 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; | |
6492 | |
6493 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') | |
6494 @DocsEditable() | |
6495 static const int RENDERING_INTENT_AUTO = 1; | |
6496 | |
6497 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL') | |
6498 @DocsEditable() | |
6499 static const int RENDERING_INTENT_PERCEPTUAL = 2; | |
6500 | |
6501 @DomName('SVGRenderingIntent.RENDERING_INTENT_RELATIVE_COLORIMETRIC') | |
6502 @DocsEditable() | |
6503 static const int RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3; | |
6504 | |
6505 @DomName('SVGRenderingIntent.RENDERING_INTENT_SATURATION') | |
6506 @DocsEditable() | |
6507 static const int RENDERING_INTENT_SATURATION = 4; | |
6508 | |
6509 @DomName('SVGRenderingIntent.RENDERING_INTENT_UNKNOWN') | |
6510 @DocsEditable() | |
6511 static const int RENDERING_INTENT_UNKNOWN = 0; | |
6512 | |
6513 } | |
6514 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
6515 // for details. All rights reserved. Use of this source code is governed by a | |
6516 // BSD-style license that can be found in the LICENSE file. | |
6517 | |
6518 // WARNING: Do not edit - generated code. | |
6519 | |
6520 | |
6521 @DocsEditable() | |
6522 @DomName('SVGScriptElement') | 6373 @DomName('SVGScriptElement') |
6523 @Unstable() | 6374 @Unstable() |
6524 class ScriptElement extends SvgElement implements UriReference { | 6375 class ScriptElement extends SvgElement implements UriReference { |
6525 // To suppress missing implicit constructor warnings. | 6376 // To suppress missing implicit constructor warnings. |
6526 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } | 6377 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } |
6527 | 6378 |
6528 @DomName('SVGScriptElement.SVGScriptElement') | 6379 @DomName('SVGScriptElement.SVGScriptElement') |
6529 @DocsEditable() | 6380 @DocsEditable() |
6530 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 6381 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); |
6531 | 6382 |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6722 if (len == 0) throw new StateError("No elements"); | 6573 if (len == 0) throw new StateError("No elements"); |
6723 throw new StateError("More than one element"); | 6574 throw new StateError("More than one element"); |
6724 } | 6575 } |
6725 | 6576 |
6726 String elementAt(int index) => this[index]; | 6577 String elementAt(int index) => this[index]; |
6727 // -- end List<String> mixins. | 6578 // -- end List<String> mixins. |
6728 | 6579 |
6729 @DomName('SVGStringList.__setter__') | 6580 @DomName('SVGStringList.__setter__') |
6730 @DocsEditable() | 6581 @DocsEditable() |
6731 @Experimental() // untriaged | 6582 @Experimental() // untriaged |
6732 void __setter__(int index, String value) => _blink.BlinkSVGStringList.instance
.$__setter___Callback_2_(unwrap_jso(this), index, value); | 6583 void __setter__(int index, String newItem) => _blink.BlinkSVGStringList.instan
ce.$__setter___Callback_2_(unwrap_jso(this), index, newItem); |
6733 | 6584 |
6734 @DomName('SVGStringList.appendItem') | 6585 @DomName('SVGStringList.appendItem') |
6735 @DocsEditable() | 6586 @DocsEditable() |
6736 String appendItem(String item) => _blink.BlinkSVGStringList.instance.appendIte
m_Callback_1_(unwrap_jso(this), item); | 6587 String appendItem(String newItem) => _blink.BlinkSVGStringList.instance.append
Item_Callback_1_(unwrap_jso(this), newItem); |
6737 | 6588 |
6738 @DomName('SVGStringList.clear') | 6589 @DomName('SVGStringList.clear') |
6739 @DocsEditable() | 6590 @DocsEditable() |
6740 void clear() => _blink.BlinkSVGStringList.instance.clear_Callback_0_(unwrap_js
o(this)); | 6591 void clear() => _blink.BlinkSVGStringList.instance.clear_Callback_0_(unwrap_js
o(this)); |
6741 | 6592 |
6742 @DomName('SVGStringList.getItem') | 6593 @DomName('SVGStringList.getItem') |
6743 @DocsEditable() | 6594 @DocsEditable() |
6744 String getItem(int index) => _blink.BlinkSVGStringList.instance.getItem_Callba
ck_1_(unwrap_jso(this), index); | 6595 String getItem(int index) => _blink.BlinkSVGStringList.instance.getItem_Callba
ck_1_(unwrap_jso(this), index); |
6745 | 6596 |
6746 @DomName('SVGStringList.initialize') | 6597 @DomName('SVGStringList.initialize') |
6747 @DocsEditable() | 6598 @DocsEditable() |
6748 String initialize(String item) => _blink.BlinkSVGStringList.instance.initializ
e_Callback_1_(unwrap_jso(this), item); | 6599 String initialize(String newItem) => _blink.BlinkSVGStringList.instance.initia
lize_Callback_1_(unwrap_jso(this), newItem); |
6749 | 6600 |
6750 @DomName('SVGStringList.insertItemBefore') | 6601 @DomName('SVGStringList.insertItemBefore') |
6751 @DocsEditable() | 6602 @DocsEditable() |
6752 String insertItemBefore(String item, int index) => _blink.BlinkSVGStringList.i
nstance.insertItemBefore_Callback_2_(unwrap_jso(this), item, index); | 6603 String insertItemBefore(String item, int index) => _blink.BlinkSVGStringList.i
nstance.insertItemBefore_Callback_2_(unwrap_jso(this), item, index); |
6753 | 6604 |
6754 @DomName('SVGStringList.removeItem') | 6605 @DomName('SVGStringList.removeItem') |
6755 @DocsEditable() | 6606 @DocsEditable() |
6756 String removeItem(int index) => _blink.BlinkSVGStringList.instance.removeItem_
Callback_1_(unwrap_jso(this), index); | 6607 String removeItem(int index) => _blink.BlinkSVGStringList.instance.removeItem_
Callback_1_(unwrap_jso(this), index); |
6757 | 6608 |
6758 @DomName('SVGStringList.replaceItem') | 6609 @DomName('SVGStringList.replaceItem') |
6759 @DocsEditable() | 6610 @DocsEditable() |
6760 String replaceItem(String item, int index) => _blink.BlinkSVGStringList.instan
ce.replaceItem_Callback_2_(unwrap_jso(this), item, index); | 6611 String replaceItem(String newItem, int index) => _blink.BlinkSVGStringList.ins
tance.replaceItem_Callback_2_(unwrap_jso(this), newItem, index); |
6761 | 6612 |
6762 } | 6613 } |
6763 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6614 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
6764 // for details. All rights reserved. Use of this source code is governed by a | 6615 // for details. All rights reserved. Use of this source code is governed by a |
6765 // BSD-style license that can be found in the LICENSE file. | 6616 // BSD-style license that can be found in the LICENSE file. |
6766 | 6617 |
6767 // WARNING: Do not edit - generated code. | 6618 // WARNING: Do not edit - generated code. |
6768 | 6619 |
6769 | 6620 |
6770 @DocsEditable() | 6621 @DocsEditable() |
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7297 | 7148 |
7298 @DomName('SVGElement.tabIndex') | 7149 @DomName('SVGElement.tabIndex') |
7299 @DocsEditable() | 7150 @DocsEditable() |
7300 @Experimental() // untriaged | 7151 @Experimental() // untriaged |
7301 set tabIndex(int value) => _blink.BlinkSVGElement.instance.tabIndex_Setter_(un
wrap_jso(this), value); | 7152 set tabIndex(int value) => _blink.BlinkSVGElement.instance.tabIndex_Setter_(un
wrap_jso(this), value); |
7302 | 7153 |
7303 @DomName('SVGElement.viewportElement') | 7154 @DomName('SVGElement.viewportElement') |
7304 @DocsEditable() | 7155 @DocsEditable() |
7305 SvgElement get viewportElement => wrap_jso(_blink.BlinkSVGElement.instance.vie
wportElement_Getter_(unwrap_jso(this))); | 7156 SvgElement get viewportElement => wrap_jso(_blink.BlinkSVGElement.instance.vie
wportElement_Getter_(unwrap_jso(this))); |
7306 | 7157 |
7307 @DomName('SVGElement.xmlbase') | 7158 @DomName('SVGElement.blur') |
7308 @DocsEditable() | |
7309 String get xmlbase => _blink.BlinkSVGElement.instance.xmlbase_Getter_(unwrap_j
so(this)); | |
7310 | |
7311 @DomName('SVGElement.xmlbase') | |
7312 @DocsEditable() | |
7313 set xmlbase(String value) => _blink.BlinkSVGElement.instance.xmlbase_Setter_(u
nwrap_jso(this), value); | |
7314 | |
7315 @DomName('SVGElement.xmllang') | |
7316 @DocsEditable() | 7159 @DocsEditable() |
7317 @Experimental() // untriaged | 7160 @Experimental() // untriaged |
7318 String get xmllang => _blink.BlinkSVGElement.instance.xmllang_Getter_(unwrap_j
so(this)); | 7161 void blur() => _blink.BlinkSVGElement.instance.blur_Callback_0_(unwrap_jso(thi
s)); |
7319 | 7162 |
7320 @DomName('SVGElement.xmllang') | 7163 @DomName('SVGElement.focus') |
7321 @DocsEditable() | 7164 @DocsEditable() |
7322 @Experimental() // untriaged | 7165 @Experimental() // untriaged |
7323 set xmllang(String value) => _blink.BlinkSVGElement.instance.xmllang_Setter_(u
nwrap_jso(this), value); | 7166 void focus() => _blink.BlinkSVGElement.instance.focus_Callback_0_(unwrap_jso(t
his)); |
7324 | |
7325 @DomName('SVGElement.xmlspace') | |
7326 @DocsEditable() | |
7327 @Experimental() // untriaged | |
7328 String get xmlspace => _blink.BlinkSVGElement.instance.xmlspace_Getter_(unwrap
_jso(this)); | |
7329 | |
7330 @DomName('SVGElement.xmlspace') | |
7331 @DocsEditable() | |
7332 @Experimental() // untriaged | |
7333 set xmlspace(String value) => _blink.BlinkSVGElement.instance.xmlspace_Setter_
(unwrap_jso(this), value); | |
7334 | 7167 |
7335 @DomName('SVGElement.onabort') | 7168 @DomName('SVGElement.onabort') |
7336 @DocsEditable() | 7169 @DocsEditable() |
7337 @Experimental() // untriaged | 7170 @Experimental() // untriaged |
7338 ElementStream<Event> get onAbort => abortEvent.forElement(this); | 7171 ElementStream<Event> get onAbort => abortEvent.forElement(this); |
7339 | 7172 |
7340 @DomName('SVGElement.onblur') | 7173 @DomName('SVGElement.onblur') |
7341 @DocsEditable() | 7174 @DocsEditable() |
7342 @Experimental() // untriaged | 7175 @Experimental() // untriaged |
7343 ElementStream<Event> get onBlur => blurEvent.forElement(this); | 7176 ElementStream<Event> get onBlur => blurEvent.forElement(this); |
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7999 @DomName('SVGTextContentElement.getCharNumAtPosition') | 7832 @DomName('SVGTextContentElement.getCharNumAtPosition') |
8000 @DocsEditable() | 7833 @DocsEditable() |
8001 int getCharNumAtPosition(Point point) => _blink.BlinkSVGTextContentElement.ins
tance.getCharNumAtPosition_Callback_1_(unwrap_jso(this), unwrap_jso(point)); | 7834 int getCharNumAtPosition(Point point) => _blink.BlinkSVGTextContentElement.ins
tance.getCharNumAtPosition_Callback_1_(unwrap_jso(this), unwrap_jso(point)); |
8002 | 7835 |
8003 @DomName('SVGTextContentElement.getComputedTextLength') | 7836 @DomName('SVGTextContentElement.getComputedTextLength') |
8004 @DocsEditable() | 7837 @DocsEditable() |
8005 num getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance.getC
omputedTextLength_Callback_0_(unwrap_jso(this)); | 7838 num getComputedTextLength() => _blink.BlinkSVGTextContentElement.instance.getC
omputedTextLength_Callback_0_(unwrap_jso(this)); |
8006 | 7839 |
8007 @DomName('SVGTextContentElement.getEndPositionOfChar') | 7840 @DomName('SVGTextContentElement.getEndPositionOfChar') |
8008 @DocsEditable() | 7841 @DocsEditable() |
8009 Point getEndPositionOfChar(int offset) => wrap_jso(_blink.BlinkSVGTextContentE
lement.instance.getEndPositionOfChar_Callback_1_(unwrap_jso(this), offset)); | 7842 Point getEndPositionOfChar(int charnum) => wrap_jso(_blink.BlinkSVGTextContent
Element.instance.getEndPositionOfChar_Callback_1_(unwrap_jso(this), charnum)); |
8010 | 7843 |
8011 @DomName('SVGTextContentElement.getExtentOfChar') | 7844 @DomName('SVGTextContentElement.getExtentOfChar') |
8012 @DocsEditable() | 7845 @DocsEditable() |
8013 Rect getExtentOfChar(int offset) => wrap_jso(_blink.BlinkSVGTextContentElement
.instance.getExtentOfChar_Callback_1_(unwrap_jso(this), offset)); | 7846 Rect getExtentOfChar(int charnum) => wrap_jso(_blink.BlinkSVGTextContentElemen
t.instance.getExtentOfChar_Callback_1_(unwrap_jso(this), charnum)); |
8014 | 7847 |
8015 @DomName('SVGTextContentElement.getNumberOfChars') | 7848 @DomName('SVGTextContentElement.getNumberOfChars') |
8016 @DocsEditable() | 7849 @DocsEditable() |
8017 int getNumberOfChars() => _blink.BlinkSVGTextContentElement.instance.getNumber
OfChars_Callback_0_(unwrap_jso(this)); | 7850 int getNumberOfChars() => _blink.BlinkSVGTextContentElement.instance.getNumber
OfChars_Callback_0_(unwrap_jso(this)); |
8018 | 7851 |
8019 @DomName('SVGTextContentElement.getRotationOfChar') | 7852 @DomName('SVGTextContentElement.getRotationOfChar') |
8020 @DocsEditable() | 7853 @DocsEditable() |
8021 num getRotationOfChar(int offset) => _blink.BlinkSVGTextContentElement.instanc
e.getRotationOfChar_Callback_1_(unwrap_jso(this), offset); | 7854 num getRotationOfChar(int charnum) => _blink.BlinkSVGTextContentElement.instan
ce.getRotationOfChar_Callback_1_(unwrap_jso(this), charnum); |
8022 | 7855 |
8023 @DomName('SVGTextContentElement.getStartPositionOfChar') | 7856 @DomName('SVGTextContentElement.getStartPositionOfChar') |
8024 @DocsEditable() | 7857 @DocsEditable() |
8025 Point getStartPositionOfChar(int offset) => wrap_jso(_blink.BlinkSVGTextConten
tElement.instance.getStartPositionOfChar_Callback_1_(unwrap_jso(this), offset)); | 7858 Point getStartPositionOfChar(int charnum) => wrap_jso(_blink.BlinkSVGTextConte
ntElement.instance.getStartPositionOfChar_Callback_1_(unwrap_jso(this), charnum)
); |
8026 | 7859 |
8027 @DomName('SVGTextContentElement.getSubStringLength') | 7860 @DomName('SVGTextContentElement.getSubStringLength') |
8028 @DocsEditable() | 7861 @DocsEditable() |
8029 num getSubStringLength(int offset, int length) => _blink.BlinkSVGTextContentEl
ement.instance.getSubStringLength_Callback_2_(unwrap_jso(this), offset, length); | 7862 num getSubStringLength(int charnum, int nchars) => _blink.BlinkSVGTextContentE
lement.instance.getSubStringLength_Callback_2_(unwrap_jso(this), charnum, nchars
); |
8030 | 7863 |
8031 @DomName('SVGTextContentElement.selectSubString') | 7864 @DomName('SVGTextContentElement.selectSubString') |
8032 @DocsEditable() | 7865 @DocsEditable() |
8033 void selectSubString(int offset, int length) => _blink.BlinkSVGTextContentElem
ent.instance.selectSubString_Callback_2_(unwrap_jso(this), offset, length); | 7866 void selectSubString(int charnum, int nchars) => _blink.BlinkSVGTextContentEle
ment.instance.selectSubString_Callback_2_(unwrap_jso(this), charnum, nchars); |
8034 | 7867 |
8035 } | 7868 } |
8036 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7869 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
8037 // for details. All rights reserved. Use of this source code is governed by a | 7870 // for details. All rights reserved. Use of this source code is governed by a |
8038 // BSD-style license that can be found in the LICENSE file. | 7871 // BSD-style license that can be found in the LICENSE file. |
8039 | 7872 |
8040 // WARNING: Do not edit - generated code. | 7873 // WARNING: Do not edit - generated code. |
8041 | 7874 |
8042 | 7875 |
8043 @DocsEditable() | 7876 @DocsEditable() |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8405 if (len == 0) throw new StateError("No elements"); | 8238 if (len == 0) throw new StateError("No elements"); |
8406 throw new StateError("More than one element"); | 8239 throw new StateError("More than one element"); |
8407 } | 8240 } |
8408 | 8241 |
8409 Transform elementAt(int index) => this[index]; | 8242 Transform elementAt(int index) => this[index]; |
8410 // -- end List<Transform> mixins. | 8243 // -- end List<Transform> mixins. |
8411 | 8244 |
8412 @DomName('SVGTransformList.__setter__') | 8245 @DomName('SVGTransformList.__setter__') |
8413 @DocsEditable() | 8246 @DocsEditable() |
8414 @Experimental() // untriaged | 8247 @Experimental() // untriaged |
8415 void __setter__(int index, Transform value) => _blink.BlinkSVGTransformList.in
stance.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(value)); | 8248 void __setter__(int index, Transform newItem) => _blink.BlinkSVGTransformList.
instance.$__setter___Callback_2_(unwrap_jso(this), index, unwrap_jso(newItem)); |
8416 | 8249 |
8417 @DomName('SVGTransformList.appendItem') | 8250 @DomName('SVGTransformList.appendItem') |
8418 @DocsEditable() | 8251 @DocsEditable() |
8419 Transform appendItem(Transform item) => wrap_jso(_blink.BlinkSVGTransformList.
instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(item))); | 8252 Transform appendItem(Transform newItem) => wrap_jso(_blink.BlinkSVGTransformLi
st.instance.appendItem_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); |
8420 | 8253 |
8421 @DomName('SVGTransformList.clear') | 8254 @DomName('SVGTransformList.clear') |
8422 @DocsEditable() | 8255 @DocsEditable() |
8423 void clear() => _blink.BlinkSVGTransformList.instance.clear_Callback_0_(unwrap
_jso(this)); | 8256 void clear() => _blink.BlinkSVGTransformList.instance.clear_Callback_0_(unwrap
_jso(this)); |
8424 | 8257 |
8425 @DomName('SVGTransformList.consolidate') | 8258 @DomName('SVGTransformList.consolidate') |
8426 @DocsEditable() | 8259 @DocsEditable() |
8427 Transform consolidate() => wrap_jso(_blink.BlinkSVGTransformList.instance.cons
olidate_Callback_0_(unwrap_jso(this))); | 8260 Transform consolidate() => wrap_jso(_blink.BlinkSVGTransformList.instance.cons
olidate_Callback_0_(unwrap_jso(this))); |
8428 | 8261 |
8429 @DomName('SVGTransformList.createSVGTransformFromMatrix') | 8262 @DomName('SVGTransformList.createSVGTransformFromMatrix') |
8430 @DocsEditable() | 8263 @DocsEditable() |
8431 Transform createSvgTransformFromMatrix(Matrix matrix) => wrap_jso(_blink.Blink
SVGTransformList.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(th
is), unwrap_jso(matrix))); | 8264 Transform createSvgTransformFromMatrix(Matrix matrix) => wrap_jso(_blink.Blink
SVGTransformList.instance.createSVGTransformFromMatrix_Callback_1_(unwrap_jso(th
is), unwrap_jso(matrix))); |
8432 | 8265 |
8433 @DomName('SVGTransformList.getItem') | 8266 @DomName('SVGTransformList.getItem') |
8434 @DocsEditable() | 8267 @DocsEditable() |
8435 Transform getItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.instance
.getItem_Callback_1_(unwrap_jso(this), index)); | 8268 Transform getItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.instance
.getItem_Callback_1_(unwrap_jso(this), index)); |
8436 | 8269 |
8437 @DomName('SVGTransformList.initialize') | 8270 @DomName('SVGTransformList.initialize') |
8438 @DocsEditable() | 8271 @DocsEditable() |
8439 Transform initialize(Transform item) => wrap_jso(_blink.BlinkSVGTransformList.
instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(item))); | 8272 Transform initialize(Transform newItem) => wrap_jso(_blink.BlinkSVGTransformLi
st.instance.initialize_Callback_1_(unwrap_jso(this), unwrap_jso(newItem))); |
8440 | 8273 |
8441 @DomName('SVGTransformList.insertItemBefore') | 8274 @DomName('SVGTransformList.insertItemBefore') |
8442 @DocsEditable() | 8275 @DocsEditable() |
8443 Transform insertItemBefore(Transform item, int index) => wrap_jso(_blink.Blink
SVGTransformList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwrap_
jso(item), index)); | 8276 Transform insertItemBefore(Transform newItem, int index) => wrap_jso(_blink.Bl
inkSVGTransformList.instance.insertItemBefore_Callback_2_(unwrap_jso(this), unwr
ap_jso(newItem), index)); |
8444 | 8277 |
8445 @DomName('SVGTransformList.removeItem') | 8278 @DomName('SVGTransformList.removeItem') |
8446 @DocsEditable() | 8279 @DocsEditable() |
8447 Transform removeItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.insta
nce.removeItem_Callback_1_(unwrap_jso(this), index)); | 8280 Transform removeItem(int index) => wrap_jso(_blink.BlinkSVGTransformList.insta
nce.removeItem_Callback_1_(unwrap_jso(this), index)); |
8448 | 8281 |
8449 @DomName('SVGTransformList.replaceItem') | 8282 @DomName('SVGTransformList.replaceItem') |
8450 @DocsEditable() | 8283 @DocsEditable() |
8451 Transform replaceItem(Transform item, int index) => wrap_jso(_blink.BlinkSVGTr
ansformList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(item),
index)); | 8284 Transform replaceItem(Transform newItem, int index) => wrap_jso(_blink.BlinkSV
GTransformList.instance.replaceItem_Callback_2_(unwrap_jso(this), unwrap_jso(new
Item), index)); |
8452 | 8285 |
8453 } | 8286 } |
8454 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8287 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
8455 // for details. All rights reserved. Use of this source code is governed by a | 8288 // for details. All rights reserved. Use of this source code is governed by a |
8456 // BSD-style license that can be found in the LICENSE file. | 8289 // BSD-style license that can be found in the LICENSE file. |
8457 | 8290 |
8458 // WARNING: Do not edit - generated code. | 8291 // WARNING: Do not edit - generated code. |
8459 | 8292 |
8460 | 8293 |
8461 @DocsEditable() | 8294 @DocsEditable() |
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8848 | 8681 |
8849 } | 8682 } |
8850 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8683 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
8851 // for details. All rights reserved. Use of this source code is governed by a | 8684 // for details. All rights reserved. Use of this source code is governed by a |
8852 // BSD-style license that can be found in the LICENSE file. | 8685 // BSD-style license that can be found in the LICENSE file. |
8853 | 8686 |
8854 // WARNING: Do not edit - generated code. | 8687 // WARNING: Do not edit - generated code. |
8855 | 8688 |
8856 | 8689 |
8857 @DocsEditable() | 8690 @DocsEditable() |
8858 @DomName('SVGAltGlyphDefElement') | |
8859 @Unstable() | |
8860 class _SVGAltGlyphDefElement extends SvgElement { | |
8861 // To suppress missing implicit constructor warnings. | |
8862 factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported
"); } | |
8863 | |
8864 | |
8865 @Deprecated("Internal Use Only") | |
8866 static _SVGAltGlyphDefElement internalCreate_SVGAltGlyphDefElement() { | |
8867 return new _SVGAltGlyphDefElement._internalWrap(); | |
8868 } | |
8869 | |
8870 external factory _SVGAltGlyphDefElement._internalWrap(); | |
8871 | |
8872 @Deprecated("Internal Use Only") | |
8873 _SVGAltGlyphDefElement.internal_() : super.internal_(); | |
8874 | |
8875 /** | |
8876 * Constructor instantiated by the DOM when a custom element has been created. | |
8877 * | |
8878 * This can only be called by subclasses from their created constructor. | |
8879 */ | |
8880 _SVGAltGlyphDefElement.created() : super.created(); | |
8881 | |
8882 } | |
8883 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
8884 // for details. All rights reserved. Use of this source code is governed by a | |
8885 // BSD-style license that can be found in the LICENSE file. | |
8886 | |
8887 // WARNING: Do not edit - generated code. | |
8888 | |
8889 | |
8890 @DocsEditable() | |
8891 @DomName('SVGAltGlyphItemElement') | |
8892 @Unstable() | |
8893 class _SVGAltGlyphItemElement extends SvgElement { | |
8894 // To suppress missing implicit constructor warnings. | |
8895 factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supporte
d"); } | |
8896 | |
8897 | |
8898 @Deprecated("Internal Use Only") | |
8899 static _SVGAltGlyphItemElement internalCreate_SVGAltGlyphItemElement() { | |
8900 return new _SVGAltGlyphItemElement._internalWrap(); | |
8901 } | |
8902 | |
8903 external factory _SVGAltGlyphItemElement._internalWrap(); | |
8904 | |
8905 @Deprecated("Internal Use Only") | |
8906 _SVGAltGlyphItemElement.internal_() : super.internal_(); | |
8907 | |
8908 /** | |
8909 * Constructor instantiated by the DOM when a custom element has been created. | |
8910 * | |
8911 * This can only be called by subclasses from their created constructor. | |
8912 */ | |
8913 _SVGAltGlyphItemElement.created() : super.created(); | |
8914 | |
8915 } | |
8916 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
8917 // for details. All rights reserved. Use of this source code is governed by a | |
8918 // BSD-style license that can be found in the LICENSE file. | |
8919 | |
8920 // WARNING: Do not edit - generated code. | |
8921 | |
8922 | |
8923 @DocsEditable() | |
8924 @DomName('SVGComponentTransferFunctionElement') | 8691 @DomName('SVGComponentTransferFunctionElement') |
8925 @Unstable() | 8692 @Unstable() |
8926 class _SVGComponentTransferFunctionElement extends SvgElement { | 8693 class _SVGComponentTransferFunctionElement extends SvgElement { |
8927 // To suppress missing implicit constructor warnings. | 8694 // To suppress missing implicit constructor warnings. |
8928 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } | 8695 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } |
8929 | 8696 |
8930 | 8697 |
8931 @Deprecated("Internal Use Only") | 8698 @Deprecated("Internal Use Only") |
8932 static _SVGComponentTransferFunctionElement internalCreate_SVGComponentTransfe
rFunctionElement() { | 8699 static _SVGComponentTransferFunctionElement internalCreate_SVGComponentTransfe
rFunctionElement() { |
8933 return new _SVGComponentTransferFunctionElement._internalWrap(); | 8700 return new _SVGComponentTransferFunctionElement._internalWrap(); |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9026 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEDropShadowElement.insta
nce.result_Getter_(unwrap_jso(this))); | 8793 AnimatedString get result => wrap_jso(_blink.BlinkSVGFEDropShadowElement.insta
nce.result_Getter_(unwrap_jso(this))); |
9027 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instan
ce.width_Getter_(unwrap_jso(this))); | 8794 AnimatedLength get width => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instan
ce.width_Getter_(unwrap_jso(this))); |
9028 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.x
_Getter_(unwrap_jso(this))); | 8795 AnimatedLength get x => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.x
_Getter_(unwrap_jso(this))); |
9029 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.y
_Getter_(unwrap_jso(this))); | 8796 AnimatedLength get y => wrap_jso(_blink.BlinkSVGFEDropShadowElement.instance.y
_Getter_(unwrap_jso(this))); |
9030 } | 8797 } |
9031 | 8798 |
9032 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8799 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
9033 // for details. All rights reserved. Use of this source code is governed by a | 8800 // for details. All rights reserved. Use of this source code is governed by a |
9034 // BSD-style license that can be found in the LICENSE file. | 8801 // BSD-style license that can be found in the LICENSE file. |
9035 | 8802 |
9036 // WARNING: Do not edit - generated code. | |
9037 | |
9038 | |
9039 @DocsEditable() | |
9040 @DomName('SVGFontElement') | |
9041 @Unstable() | |
9042 class _SVGFontElement extends SvgElement { | |
9043 // To suppress missing implicit constructor warnings. | |
9044 factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); } | |
9045 | |
9046 | |
9047 @Deprecated("Internal Use Only") | |
9048 static _SVGFontElement internalCreate_SVGFontElement() { | |
9049 return new _SVGFontElement._internalWrap(); | |
9050 } | |
9051 | |
9052 external factory _SVGFontElement._internalWrap(); | |
9053 | |
9054 @Deprecated("Internal Use Only") | |
9055 _SVGFontElement.internal_() : super.internal_(); | |
9056 | |
9057 /** | |
9058 * Constructor instantiated by the DOM when a custom element has been created. | |
9059 * | |
9060 * This can only be called by subclasses from their created constructor. | |
9061 */ | |
9062 _SVGFontElement.created() : super.created(); | |
9063 | |
9064 } | |
9065 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
9066 // for details. All rights reserved. Use of this source code is governed by a | |
9067 // BSD-style license that can be found in the LICENSE file. | |
9068 | |
9069 // WARNING: Do not edit - generated code. | |
9070 | |
9071 | |
9072 @DocsEditable() | |
9073 @DomName('SVGFontFaceElement') | |
9074 @Unstable() | |
9075 class _SVGFontFaceElement extends SvgElement { | |
9076 // To suppress missing implicit constructor warnings. | |
9077 factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported");
} | |
9078 | |
9079 | |
9080 @Deprecated("Internal Use Only") | |
9081 static _SVGFontFaceElement internalCreate_SVGFontFaceElement() { | |
9082 return new _SVGFontFaceElement._internalWrap(); | |
9083 } | |
9084 | |
9085 external factory _SVGFontFaceElement._internalWrap(); | |
9086 | |
9087 @Deprecated("Internal Use Only") | |
9088 _SVGFontFaceElement.internal_() : super.internal_(); | |
9089 | |
9090 /** | |
9091 * Constructor instantiated by the DOM when a custom element has been created. | |
9092 * | |
9093 * This can only be called by subclasses from their created constructor. | |
9094 */ | |
9095 _SVGFontFaceElement.created() : super.created(); | |
9096 | |
9097 } | |
9098 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
9099 // for details. All rights reserved. Use of this source code is governed by a | |
9100 // BSD-style license that can be found in the LICENSE file. | |
9101 | |
9102 // WARNING: Do not edit - generated code. | |
9103 | |
9104 | |
9105 @DocsEditable() | |
9106 @DomName('SVGFontFaceFormatElement') | |
9107 @Unstable() | |
9108 class _SVGFontFaceFormatElement extends SvgElement { | |
9109 // To suppress missing implicit constructor warnings. | |
9110 factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not suppor
ted"); } | |
9111 | |
9112 | |
9113 @Deprecated("Internal Use Only") | |
9114 static _SVGFontFaceFormatElement internalCreate_SVGFontFaceFormatElement() { | |
9115 return new _SVGFontFaceFormatElement._internalWrap(); | |
9116 } | |
9117 | |
9118 external factory _SVGFontFaceFormatElement._internalWrap(); | |
9119 | |
9120 @Deprecated("Internal Use Only") | |
9121 _SVGFontFaceFormatElement.internal_() : super.internal_(); | |
9122 | |
9123 /** | |
9124 * Constructor instantiated by the DOM when a custom element has been created. | |
9125 * | |
9126 * This can only be called by subclasses from their created constructor. | |
9127 */ | |
9128 _SVGFontFaceFormatElement.created() : super.created(); | |
9129 | |
9130 } | |
9131 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
9132 // for details. All rights reserved. Use of this source code is governed by a | |
9133 // BSD-style license that can be found in the LICENSE file. | |
9134 | |
9135 // WARNING: Do not edit - generated code. | |
9136 | |
9137 | |
9138 @DocsEditable() | |
9139 @DomName('SVGFontFaceNameElement') | |
9140 @Unstable() | |
9141 class _SVGFontFaceNameElement extends SvgElement { | |
9142 // To suppress missing implicit constructor warnings. | |
9143 factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supporte
d"); } | |
9144 | |
9145 | |
9146 @Deprecated("Internal Use Only") | |
9147 static _SVGFontFaceNameElement internalCreate_SVGFontFaceNameElement() { | |
9148 return new _SVGFontFaceNameElement._internalWrap(); | |
9149 } | |
9150 | |
9151 external factory _SVGFontFaceNameElement._internalWrap(); | |
9152 | |
9153 @Deprecated("Internal Use Only") | |
9154 _SVGFontFaceNameElement.internal_() : super.internal_(); | |
9155 | |
9156 /** | |
9157 * Constructor instantiated by the DOM when a custom element has been created. | |
9158 * | |
9159 * This can only be called by subclasses from their created constructor. | |
9160 */ | |
9161 _SVGFontFaceNameElement.created() : super.created(); | |
9162 | |
9163 } | |
9164 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
9165 // for details. All rights reserved. Use of this source code is governed by a | |
9166 // BSD-style license that can be found in the LICENSE file. | |
9167 | |
9168 // WARNING: Do not edit - generated code. | |
9169 | |
9170 | |
9171 @DocsEditable() | |
9172 @DomName('SVGFontFaceSrcElement') | |
9173 @Unstable() | |
9174 class _SVGFontFaceSrcElement extends SvgElement { | |
9175 // To suppress missing implicit constructor warnings. | |
9176 factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported
"); } | |
9177 | |
9178 | |
9179 @Deprecated("Internal Use Only") | |
9180 static _SVGFontFaceSrcElement internalCreate_SVGFontFaceSrcElement() { | |
9181 return new _SVGFontFaceSrcElement._internalWrap(); | |
9182 } | |
9183 | |
9184 external factory _SVGFontFaceSrcElement._internalWrap(); | |
9185 | |
9186 @Deprecated("Internal Use Only") | |
9187 _SVGFontFaceSrcElement.internal_() : super.internal_(); | |
9188 | |
9189 /** | |
9190 * Constructor instantiated by the DOM when a custom element has been created. | |
9191 * | |
9192 * This can only be called by subclasses from their created constructor. | |
9193 */ | |
9194 _SVGFontFaceSrcElement.created() : super.created(); | |
9195 | |
9196 } | |
9197 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
9198 // for details. All rights reserved. Use of this source code is governed by a | |
9199 // BSD-style license that can be found in the LICENSE file. | |
9200 | |
9201 // WARNING: Do not edit - generated code. | |
9202 | |
9203 | |
9204 @DocsEditable() | |
9205 @DomName('SVGFontFaceUriElement') | |
9206 @Unstable() | |
9207 class _SVGFontFaceUriElement extends SvgElement { | |
9208 // To suppress missing implicit constructor warnings. | |
9209 factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported
"); } | |
9210 | |
9211 | |
9212 @Deprecated("Internal Use Only") | |
9213 static _SVGFontFaceUriElement internalCreate_SVGFontFaceUriElement() { | |
9214 return new _SVGFontFaceUriElement._internalWrap(); | |
9215 } | |
9216 | |
9217 external factory _SVGFontFaceUriElement._internalWrap(); | |
9218 | |
9219 @Deprecated("Internal Use Only") | |
9220 _SVGFontFaceUriElement.internal_() : super.internal_(); | |
9221 | |
9222 /** | |
9223 * Constructor instantiated by the DOM when a custom element has been created. | |
9224 * | |
9225 * This can only be called by subclasses from their created constructor. | |
9226 */ | |
9227 _SVGFontFaceUriElement.created() : super.created(); | |
9228 | |
9229 } | |
9230 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
9231 // for details. All rights reserved. Use of this source code is governed by a | |
9232 // BSD-style license that can be found in the LICENSE file. | |
9233 | |
9234 // WARNING: Do not edit - generated code. | |
9235 | |
9236 | |
9237 @DocsEditable() | |
9238 @DomName('SVGGlyphElement') | |
9239 @Unstable() | |
9240 class _SVGGlyphElement extends SvgElement { | |
9241 // To suppress missing implicit constructor warnings. | |
9242 factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); } | |
9243 | |
9244 @DomName('SVGGlyphElement.SVGGlyphElement') | |
9245 @DocsEditable() | |
9246 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"glyph"); | |
9247 | |
9248 | |
9249 @Deprecated("Internal Use Only") | |
9250 static _SVGGlyphElement internalCreate_SVGGlyphElement() { | |
9251 return new _SVGGlyphElement._internalWrap(); | |
9252 } | |
9253 | |
9254 external factory _SVGGlyphElement._internalWrap(); | |
9255 | |
9256 @Deprecated("Internal Use Only") | |
9257 _SVGGlyphElement.internal_() : super.internal_(); | |
9258 | |
9259 /** | |
9260 * Constructor instantiated by the DOM when a custom element has been created. | |
9261 * | |
9262 * This can only be called by subclasses from their created constructor. | |
9263 */ | |
9264 _SVGGlyphElement.created() : super.created(); | |
9265 | |
9266 } | |
9267 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
9268 // for details. All rights reserved. Use of this source code is governed by a | |
9269 // BSD-style license that can be found in the LICENSE file. | |
9270 | |
9271 | |
9272 @DocsEditable() | |
9273 @DomName('SVGGlyphRefElement') | |
9274 @Unstable() | |
9275 class _SVGGlyphRefElement extends SvgElement implements UriReference { | |
9276 // To suppress missing implicit constructor warnings. | |
9277 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported");
} | |
9278 | |
9279 | |
9280 @Deprecated("Internal Use Only") | |
9281 static _SVGGlyphRefElement internalCreate_SVGGlyphRefElement() { | |
9282 return new _SVGGlyphRefElement._internalWrap(); | |
9283 } | |
9284 | |
9285 external factory _SVGGlyphRefElement._internalWrap(); | |
9286 | |
9287 @Deprecated("Internal Use Only") | |
9288 _SVGGlyphRefElement.internal_() : super.internal_(); | |
9289 | |
9290 /** | |
9291 * Constructor instantiated by the DOM when a custom element has been created. | |
9292 * | |
9293 * This can only be called by subclasses from their created constructor. | |
9294 */ | |
9295 _SVGGlyphRefElement.created() : super.created(); | |
9296 | |
9297 // Override these methods for Dartium _SVGGlyphRefElement can't be abstract. | |
9298 AnimatedString get href => wrap_jso(_blink.BlinkSVGGlyphRefElement.instance.hr
ef_Getter_(unwrap_jso(this))); | |
9299 } | |
9300 | |
9301 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
9302 // for details. All rights reserved. Use of this source code is governed by a | |
9303 // BSD-style license that can be found in the LICENSE file. | |
9304 | |
9305 // WARNING: Do not edit - generated code. | |
9306 | |
9307 | |
9308 @DocsEditable() | |
9309 @DomName('SVGHKernElement') | |
9310 @Unstable() | |
9311 class _SVGHKernElement extends SvgElement { | |
9312 // To suppress missing implicit constructor warnings. | |
9313 factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); } | |
9314 | |
9315 @DomName('SVGHKernElement.SVGHKernElement') | |
9316 @DocsEditable() | |
9317 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"hkern"); | |
9318 | |
9319 | |
9320 @Deprecated("Internal Use Only") | |
9321 static _SVGHKernElement internalCreate_SVGHKernElement() { | |
9322 return new _SVGHKernElement._internalWrap(); | |
9323 } | |
9324 | |
9325 external factory _SVGHKernElement._internalWrap(); | |
9326 | |
9327 @Deprecated("Internal Use Only") | |
9328 _SVGHKernElement.internal_() : super.internal_(); | |
9329 | |
9330 /** | |
9331 * Constructor instantiated by the DOM when a custom element has been created. | |
9332 * | |
9333 * This can only be called by subclasses from their created constructor. | |
9334 */ | |
9335 _SVGHKernElement.created() : super.created(); | |
9336 | |
9337 } | |
9338 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
9339 // for details. All rights reserved. Use of this source code is governed by a | |
9340 // BSD-style license that can be found in the LICENSE file. | |
9341 | |
9342 | 8803 |
9343 @DocsEditable() | 8804 @DocsEditable() |
9344 @DomName('SVGMPathElement') | 8805 @DomName('SVGMPathElement') |
9345 class _SVGMPathElement extends SvgElement implements UriReference { | 8806 class _SVGMPathElement extends SvgElement implements UriReference { |
9346 // To suppress missing implicit constructor warnings. | 8807 // To suppress missing implicit constructor warnings. |
9347 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } | 8808 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } |
9348 | 8809 |
9349 @DomName('SVGMPathElement.SVGMPathElement') | 8810 @DomName('SVGMPathElement.SVGMPathElement') |
9350 @DocsEditable() | 8811 @DocsEditable() |
9351 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); | 8812 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); |
(...skipping 13 matching lines...) Expand all Loading... |
9365 * Constructor instantiated by the DOM when a custom element has been created. | 8826 * Constructor instantiated by the DOM when a custom element has been created. |
9366 * | 8827 * |
9367 * This can only be called by subclasses from their created constructor. | 8828 * This can only be called by subclasses from their created constructor. |
9368 */ | 8829 */ |
9369 _SVGMPathElement.created() : super.created(); | 8830 _SVGMPathElement.created() : super.created(); |
9370 | 8831 |
9371 // Override these methods for Dartium _SVGMPathElement can't be abstract. | 8832 // Override these methods for Dartium _SVGMPathElement can't be abstract. |
9372 AnimatedString get href => wrap_jso(_blink.BlinkSVGMPathElement.instance.href_
Getter_(unwrap_jso(this))); | 8833 AnimatedString get href => wrap_jso(_blink.BlinkSVGMPathElement.instance.href_
Getter_(unwrap_jso(this))); |
9373 } | 8834 } |
9374 | 8835 |
9375 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
9376 // for details. All rights reserved. Use of this source code is governed by a | |
9377 // BSD-style license that can be found in the LICENSE file. | |
9378 | |
9379 // WARNING: Do not edit - generated code. | |
9380 | |
9381 | |
9382 @DocsEditable() | |
9383 @DomName('SVGMissingGlyphElement') | |
9384 @Unstable() | |
9385 class _SVGMissingGlyphElement extends SvgElement { | |
9386 // To suppress missing implicit constructor warnings. | |
9387 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte
d"); } | |
9388 | |
9389 | |
9390 @Deprecated("Internal Use Only") | |
9391 static _SVGMissingGlyphElement internalCreate_SVGMissingGlyphElement() { | |
9392 return new _SVGMissingGlyphElement._internalWrap(); | |
9393 } | |
9394 | |
9395 external factory _SVGMissingGlyphElement._internalWrap(); | |
9396 | |
9397 @Deprecated("Internal Use Only") | |
9398 _SVGMissingGlyphElement.internal_() : super.internal_(); | |
9399 | |
9400 /** | |
9401 * Constructor instantiated by the DOM when a custom element has been created. | |
9402 * | |
9403 * This can only be called by subclasses from their created constructor. | |
9404 */ | |
9405 _SVGMissingGlyphElement.created() : super.created(); | |
9406 | |
9407 } | |
9408 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
9409 // for details. All rights reserved. Use of this source code is governed by a | |
9410 // BSD-style license that can be found in the LICENSE file. | |
9411 | |
9412 // WARNING: Do not edit - generated code. | |
9413 | |
9414 | |
9415 @DocsEditable() | |
9416 @DomName('SVGVKernElement') | |
9417 @Unstable() | |
9418 class _SVGVKernElement extends SvgElement { | |
9419 // To suppress missing implicit constructor warnings. | |
9420 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } | |
9421 | |
9422 @DomName('SVGVKernElement.SVGVKernElement') | |
9423 @DocsEditable() | |
9424 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | |
9425 | |
9426 | |
9427 @Deprecated("Internal Use Only") | |
9428 static _SVGVKernElement internalCreate_SVGVKernElement() { | |
9429 return new _SVGVKernElement._internalWrap(); | |
9430 } | |
9431 | |
9432 external factory _SVGVKernElement._internalWrap(); | |
9433 | |
9434 @Deprecated("Internal Use Only") | |
9435 _SVGVKernElement.internal_() : super.internal_(); | |
9436 | |
9437 /** | |
9438 * Constructor instantiated by the DOM when a custom element has been created. | |
9439 * | |
9440 * This can only be called by subclasses from their created constructor. | |
9441 */ | |
9442 _SVGVKernElement.created() : super.created(); | |
9443 | |
9444 } | |
OLD | NEW |