| 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 |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 'SVGUnitTypes': () => UnitTypes, | 162 'SVGUnitTypes': () => UnitTypes, |
| 163 'SVGUseElement': () => UseElement, | 163 'SVGUseElement': () => UseElement, |
| 164 'SVGVKernElement': () => _SVGVKernElement, | 164 'SVGVKernElement': () => _SVGVKernElement, |
| 165 'SVGViewElement': () => ViewElement, | 165 'SVGViewElement': () => ViewElement, |
| 166 'SVGViewSpec': () => ViewSpec, | 166 'SVGViewSpec': () => ViewSpec, |
| 167 'SVGZoomAndPan': () => ZoomAndPan, | 167 'SVGZoomAndPan': () => ZoomAndPan, |
| 168 'SVGZoomEvent': () => ZoomEvent, | 168 'SVGZoomEvent': () => ZoomEvent, |
| 169 | 169 |
| 170 }; | 170 }; |
| 171 | 171 |
| 172 // FIXME: Can we make this private? | |
| 173 final svgBlinkFunctionMap = { | |
| 174 'SVGAElement': () => AElement.internalCreateAElement, | |
| 175 'SVGAltGlyphDefElement': () => _SVGAltGlyphDefElement.internalCreate_SVGAltGly
phDefElement, | |
| 176 'SVGAltGlyphElement': () => AltGlyphElement.internalCreateAltGlyphElement, | |
| 177 'SVGAltGlyphItemElement': () => _SVGAltGlyphItemElement.internalCreate_SVGAltG
lyphItemElement, | |
| 178 'SVGAngle': () => Angle.internalCreateAngle, | |
| 179 'SVGAnimateElement': () => AnimateElement.internalCreateAnimateElement, | |
| 180 'SVGAnimateMotionElement': () => AnimateMotionElement.internalCreateAnimateMot
ionElement, | |
| 181 'SVGAnimateTransformElement': () => AnimateTransformElement.internalCreateAnim
ateTransformElement, | |
| 182 'SVGAnimatedAngle': () => AnimatedAngle.internalCreateAnimatedAngle, | |
| 183 'SVGAnimatedBoolean': () => AnimatedBoolean.internalCreateAnimatedBoolean, | |
| 184 'SVGAnimatedEnumeration': () => AnimatedEnumeration.internalCreateAnimatedEnum
eration, | |
| 185 'SVGAnimatedInteger': () => AnimatedInteger.internalCreateAnimatedInteger, | |
| 186 'SVGAnimatedLength': () => AnimatedLength.internalCreateAnimatedLength, | |
| 187 'SVGAnimatedLengthList': () => AnimatedLengthList.internalCreateAnimatedLength
List, | |
| 188 'SVGAnimatedNumber': () => AnimatedNumber.internalCreateAnimatedNumber, | |
| 189 'SVGAnimatedNumberList': () => AnimatedNumberList.internalCreateAnimatedNumber
List, | |
| 190 'SVGAnimatedPreserveAspectRatio': () => AnimatedPreserveAspectRatio.internalCr
eateAnimatedPreserveAspectRatio, | |
| 191 'SVGAnimatedRect': () => AnimatedRect.internalCreateAnimatedRect, | |
| 192 'SVGAnimatedString': () => AnimatedString.internalCreateAnimatedString, | |
| 193 'SVGAnimatedTransformList': () => AnimatedTransformList.internalCreateAnimated
TransformList, | |
| 194 'SVGAnimationElement': () => AnimationElement.internalCreateAnimationElement, | |
| 195 'SVGCircleElement': () => CircleElement.internalCreateCircleElement, | |
| 196 'SVGClipPathElement': () => ClipPathElement.internalCreateClipPathElement, | |
| 197 'SVGComponentTransferFunctionElement': () => _SVGComponentTransferFunctionElem
ent.internalCreate_SVGComponentTransferFunctionElement, | |
| 198 'SVGCursorElement': () => _SVGCursorElement.internalCreate_SVGCursorElement, | |
| 199 'SVGDefsElement': () => DefsElement.internalCreateDefsElement, | |
| 200 'SVGDescElement': () => DescElement.internalCreateDescElement, | |
| 201 'SVGDiscardElement': () => DiscardElement.internalCreateDiscardElement, | |
| 202 'SVGElement': () => SvgElement.internalCreateSvgElement, | |
| 203 'SVGEllipseElement': () => EllipseElement.internalCreateEllipseElement, | |
| 204 'SVGFEBlendElement': () => FEBlendElement.internalCreateFEBlendElement, | |
| 205 'SVGFEColorMatrixElement': () => FEColorMatrixElement.internalCreateFEColorMat
rixElement, | |
| 206 'SVGFEComponentTransferElement': () => FEComponentTransferElement.internalCrea
teFEComponentTransferElement, | |
| 207 'SVGFECompositeElement': () => FECompositeElement.internalCreateFECompositeEle
ment, | |
| 208 'SVGFEConvolveMatrixElement': () => FEConvolveMatrixElement.internalCreateFECo
nvolveMatrixElement, | |
| 209 'SVGFEDiffuseLightingElement': () => FEDiffuseLightingElement.internalCreateFE
DiffuseLightingElement, | |
| 210 'SVGFEDisplacementMapElement': () => FEDisplacementMapElement.internalCreateFE
DisplacementMapElement, | |
| 211 'SVGFEDistantLightElement': () => FEDistantLightElement.internalCreateFEDistan
tLightElement, | |
| 212 'SVGFEDropShadowElement': () => _SVGFEDropShadowElement.internalCreate_SVGFEDr
opShadowElement, | |
| 213 'SVGFEFloodElement': () => FEFloodElement.internalCreateFEFloodElement, | |
| 214 'SVGFEFuncAElement': () => FEFuncAElement.internalCreateFEFuncAElement, | |
| 215 'SVGFEFuncBElement': () => FEFuncBElement.internalCreateFEFuncBElement, | |
| 216 'SVGFEFuncGElement': () => FEFuncGElement.internalCreateFEFuncGElement, | |
| 217 'SVGFEFuncRElement': () => FEFuncRElement.internalCreateFEFuncRElement, | |
| 218 'SVGFEGaussianBlurElement': () => FEGaussianBlurElement.internalCreateFEGaussi
anBlurElement, | |
| 219 'SVGFEImageElement': () => FEImageElement.internalCreateFEImageElement, | |
| 220 'SVGFEMergeElement': () => FEMergeElement.internalCreateFEMergeElement, | |
| 221 'SVGFEMergeNodeElement': () => FEMergeNodeElement.internalCreateFEMergeNodeEle
ment, | |
| 222 'SVGFEMorphologyElement': () => FEMorphologyElement.internalCreateFEMorphology
Element, | |
| 223 'SVGFEOffsetElement': () => FEOffsetElement.internalCreateFEOffsetElement, | |
| 224 'SVGFEPointLightElement': () => FEPointLightElement.internalCreateFEPointLight
Element, | |
| 225 'SVGFESpecularLightingElement': () => FESpecularLightingElement.internalCreate
FESpecularLightingElement, | |
| 226 'SVGFESpotLightElement': () => FESpotLightElement.internalCreateFESpotLightEle
ment, | |
| 227 'SVGFETileElement': () => FETileElement.internalCreateFETileElement, | |
| 228 'SVGFETurbulenceElement': () => FETurbulenceElement.internalCreateFETurbulence
Element, | |
| 229 'SVGFilterElement': () => FilterElement.internalCreateFilterElement, | |
| 230 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttribute
s.internalCreateFilterPrimitiveStandardAttributes, | |
| 231 'SVGFitToViewBox': () => FitToViewBox.internalCreateFitToViewBox, | |
| 232 'SVGFontElement': () => _SVGFontElement.internalCreate_SVGFontElement, | |
| 233 'SVGFontFaceElement': () => _SVGFontFaceElement.internalCreate_SVGFontFaceElem
ent, | |
| 234 'SVGFontFaceFormatElement': () => _SVGFontFaceFormatElement.internalCreate_SVG
FontFaceFormatElement, | |
| 235 'SVGFontFaceNameElement': () => _SVGFontFaceNameElement.internalCreate_SVGFont
FaceNameElement, | |
| 236 'SVGFontFaceSrcElement': () => _SVGFontFaceSrcElement.internalCreate_SVGFontFa
ceSrcElement, | |
| 237 'SVGFontFaceUriElement': () => _SVGFontFaceUriElement.internalCreate_SVGFontFa
ceUriElement, | |
| 238 'SVGForeignObjectElement': () => ForeignObjectElement.internalCreateForeignObj
ectElement, | |
| 239 'SVGGElement': () => GElement.internalCreateGElement, | |
| 240 'SVGGeometryElement': () => GeometryElement.internalCreateGeometryElement, | |
| 241 'SVGGlyphElement': () => _SVGGlyphElement.internalCreate_SVGGlyphElement, | |
| 242 'SVGGlyphRefElement': () => _SVGGlyphRefElement.internalCreate_SVGGlyphRefElem
ent, | |
| 243 'SVGGradientElement': () => _GradientElement.internalCreate_GradientElement, | |
| 244 'SVGGraphicsElement': () => GraphicsElement.internalCreateGraphicsElement, | |
| 245 'SVGHKernElement': () => _SVGHKernElement.internalCreate_SVGHKernElement, | |
| 246 'SVGImageElement': () => ImageElement.internalCreateImageElement, | |
| 247 'SVGLength': () => Length.internalCreateLength, | |
| 248 'SVGLengthList': () => LengthList.internalCreateLengthList, | |
| 249 'SVGLineElement': () => LineElement.internalCreateLineElement, | |
| 250 'SVGLinearGradientElement': () => LinearGradientElement.internalCreateLinearGr
adientElement, | |
| 251 'SVGMPathElement': () => _SVGMPathElement.internalCreate_SVGMPathElement, | |
| 252 'SVGMarkerElement': () => MarkerElement.internalCreateMarkerElement, | |
| 253 'SVGMaskElement': () => MaskElement.internalCreateMaskElement, | |
| 254 'SVGMatrix': () => Matrix.internalCreateMatrix, | |
| 255 'SVGMetadataElement': () => MetadataElement.internalCreateMetadataElement, | |
| 256 'SVGMissingGlyphElement': () => _SVGMissingGlyphElement.internalCreate_SVGMiss
ingGlyphElement, | |
| 257 'SVGNumber': () => Number.internalCreateNumber, | |
| 258 'SVGNumberList': () => NumberList.internalCreateNumberList, | |
| 259 'SVGPathElement': () => PathElement.internalCreatePathElement, | |
| 260 'SVGPathSeg': () => PathSeg.internalCreatePathSeg, | |
| 261 'SVGPathSegArcAbs': () => PathSegArcAbs.internalCreatePathSegArcAbs, | |
| 262 'SVGPathSegArcRel': () => PathSegArcRel.internalCreatePathSegArcRel, | |
| 263 'SVGPathSegClosePath': () => PathSegClosePath.internalCreatePathSegClosePath, | |
| 264 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.internalCreatePathSe
gCurvetoCubicAbs, | |
| 265 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.internalCreatePathSe
gCurvetoCubicRel, | |
| 266 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.internal
CreatePathSegCurvetoCubicSmoothAbs, | |
| 267 'SVGPathSegCurvetoCubicSmoothRel': () => PathSegCurvetoCubicSmoothRel.internal
CreatePathSegCurvetoCubicSmoothRel, | |
| 268 'SVGPathSegCurvetoQuadraticAbs': () => PathSegCurvetoQuadraticAbs.internalCrea
tePathSegCurvetoQuadraticAbs, | |
| 269 'SVGPathSegCurvetoQuadraticRel': () => PathSegCurvetoQuadraticRel.internalCrea
tePathSegCurvetoQuadraticRel, | |
| 270 'SVGPathSegCurvetoQuadraticSmoothAbs': () => PathSegCurvetoQuadraticSmoothAbs.
internalCreatePathSegCurvetoQuadraticSmoothAbs, | |
| 271 'SVGPathSegCurvetoQuadraticSmoothRel': () => PathSegCurvetoQuadraticSmoothRel.
internalCreatePathSegCurvetoQuadraticSmoothRel, | |
| 272 'SVGPathSegLinetoAbs': () => PathSegLinetoAbs.internalCreatePathSegLinetoAbs, | |
| 273 'SVGPathSegLinetoHorizontalAbs': () => PathSegLinetoHorizontalAbs.internalCrea
tePathSegLinetoHorizontalAbs, | |
| 274 'SVGPathSegLinetoHorizontalRel': () => PathSegLinetoHorizontalRel.internalCrea
tePathSegLinetoHorizontalRel, | |
| 275 'SVGPathSegLinetoRel': () => PathSegLinetoRel.internalCreatePathSegLinetoRel, | |
| 276 'SVGPathSegLinetoVerticalAbs': () => PathSegLinetoVerticalAbs.internalCreatePa
thSegLinetoVerticalAbs, | |
| 277 'SVGPathSegLinetoVerticalRel': () => PathSegLinetoVerticalRel.internalCreatePa
thSegLinetoVerticalRel, | |
| 278 'SVGPathSegList': () => PathSegList.internalCreatePathSegList, | |
| 279 'SVGPathSegMovetoAbs': () => PathSegMovetoAbs.internalCreatePathSegMovetoAbs, | |
| 280 'SVGPathSegMovetoRel': () => PathSegMovetoRel.internalCreatePathSegMovetoRel, | |
| 281 'SVGPatternElement': () => PatternElement.internalCreatePatternElement, | |
| 282 'SVGPoint': () => Point.internalCreatePoint, | |
| 283 'SVGPointList': () => PointList.internalCreatePointList, | |
| 284 'SVGPolygonElement': () => PolygonElement.internalCreatePolygonElement, | |
| 285 'SVGPolylineElement': () => PolylineElement.internalCreatePolylineElement, | |
| 286 'SVGPreserveAspectRatio': () => PreserveAspectRatio.internalCreatePreserveAspe
ctRatio, | |
| 287 'SVGRadialGradientElement': () => RadialGradientElement.internalCreateRadialGr
adientElement, | |
| 288 'SVGRect': () => Rect.internalCreateRect, | |
| 289 'SVGRectElement': () => RectElement.internalCreateRectElement, | |
| 290 'SVGRenderingIntent': () => RenderingIntent.internalCreateRenderingIntent, | |
| 291 'SVGSVGElement': () => SvgSvgElement.internalCreateSvgSvgElement, | |
| 292 'SVGScriptElement': () => ScriptElement.internalCreateScriptElement, | |
| 293 'SVGSetElement': () => SetElement.internalCreateSetElement, | |
| 294 'SVGStopElement': () => StopElement.internalCreateStopElement, | |
| 295 'SVGStringList': () => StringList.internalCreateStringList, | |
| 296 'SVGStyleElement': () => StyleElement.internalCreateStyleElement, | |
| 297 'SVGSwitchElement': () => SwitchElement.internalCreateSwitchElement, | |
| 298 'SVGSymbolElement': () => SymbolElement.internalCreateSymbolElement, | |
| 299 'SVGTSpanElement': () => TSpanElement.internalCreateTSpanElement, | |
| 300 'SVGTests': () => Tests.internalCreateTests, | |
| 301 'SVGTextContentElement': () => TextContentElement.internalCreateTextContentEle
ment, | |
| 302 'SVGTextElement': () => TextElement.internalCreateTextElement, | |
| 303 'SVGTextPathElement': () => TextPathElement.internalCreateTextPathElement, | |
| 304 'SVGTextPositioningElement': () => TextPositioningElement.internalCreateTextPo
sitioningElement, | |
| 305 'SVGTitleElement': () => TitleElement.internalCreateTitleElement, | |
| 306 'SVGTransform': () => Transform.internalCreateTransform, | |
| 307 'SVGTransformList': () => TransformList.internalCreateTransformList, | |
| 308 'SVGURIReference': () => UriReference.internalCreateUriReference, | |
| 309 'SVGUnitTypes': () => UnitTypes.internalCreateUnitTypes, | |
| 310 'SVGUseElement': () => UseElement.internalCreateUseElement, | |
| 311 'SVGVKernElement': () => _SVGVKernElement.internalCreate_SVGVKernElement, | |
| 312 'SVGViewElement': () => ViewElement.internalCreateViewElement, | |
| 313 'SVGViewSpec': () => ViewSpec.internalCreateViewSpec, | |
| 314 'SVGZoomAndPan': () => ZoomAndPan.internalCreateZoomAndPan, | |
| 315 'SVGZoomEvent': () => ZoomEvent.internalCreateZoomEvent, | |
| 316 | |
| 317 }; | |
| 318 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 172 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 319 // for details. All rights reserved. Use of this source code is governed by a | 173 // for details. All rights reserved. Use of this source code is governed by a |
| 320 // BSD-style license that can be found in the LICENSE file. | 174 // BSD-style license that can be found in the LICENSE file. |
| 321 | 175 |
| 322 | 176 |
| 323 class _SvgElementFactoryProvider { | 177 class _SvgElementFactoryProvider { |
| 324 static SvgElement createSvgElement_tag(String tag) { | 178 static SvgElement createSvgElement_tag(String tag) { |
| 325 final Element temp = | 179 final Element temp = |
| 326 document.createElementNS("http://www.w3.org/2000/svg", tag); | 180 document.createElementNS("http://www.w3.org/2000/svg", tag); |
| 327 return temp; | 181 return temp; |
| 328 } | 182 } |
| 329 } | 183 } |
| 330 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 184 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 331 // for details. All rights reserved. Use of this source code is governed by a | 185 // for details. All rights reserved. Use of this source code is governed by a |
| 332 // BSD-style license that can be found in the LICENSE file. | 186 // BSD-style license that can be found in the LICENSE file. |
| 333 | 187 |
| 334 // WARNING: Do not edit - generated code. | 188 // WARNING: Do not edit - generated code. |
| 335 | 189 |
| 336 | 190 |
| 337 @DocsEditable() | 191 @DocsEditable() |
| 338 @DomName('SVGAElement') | 192 @DomName('SVGAElement') |
| 339 @Unstable() | 193 @Unstable() |
| 340 class AElement extends GraphicsElement implements UriReference { | 194 class AElement extends GraphicsElement implements UriReference { |
| 341 // To suppress missing implicit constructor warnings. | 195 // To suppress missing implicit constructor warnings. |
| 342 factory AElement._() { throw new UnsupportedError("Not supported"); } | 196 factory AElement._() { throw new UnsupportedError("Not supported"); } |
| 343 | 197 |
| 344 @DomName('SVGAElement.SVGAElement') | 198 @DomName('SVGAElement.SVGAElement') |
| 345 @DocsEditable() | 199 @DocsEditable() |
| 346 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); | 200 factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
| 347 | |
| 348 | |
| 349 static AElement internalCreateAElement() { | |
| 350 return new AElement._internalWrap(); | |
| 351 } | |
| 352 | |
| 353 factory AElement._internalWrap() { | |
| 354 return new AElement._internal(); | |
| 355 } | |
| 356 | |
| 357 AElement._internal() : super._internal(); | |
| 358 | |
| 359 /** | 201 /** |
| 360 * Constructor instantiated by the DOM when a custom element has been created. | 202 * Constructor instantiated by the DOM when a custom element has been created. |
| 361 * | 203 * |
| 362 * This can only be called by subclasses from their created constructor. | 204 * This can only be called by subclasses from their created constructor. |
| 363 */ | 205 */ |
| 364 AElement.created() : super.created(); | 206 AElement.created() : super.created(); |
| 365 | 207 |
| 366 @DomName('SVGAElement.target') | 208 @DomName('SVGAElement.target') |
| 367 @DocsEditable() | 209 @DocsEditable() |
| 368 AnimatedString get target => wrap_jso(_blink.BlinkSVGAElement.instance.target_
Getter_(unwrap_jso(this))); | 210 AnimatedString get target => wrap_jso(_blink.BlinkSVGAElement.instance.target_
Getter_(unwrap_jso(this))); |
| (...skipping 16 matching lines...) Expand all Loading... |
| 385 @SupportedBrowser(SupportedBrowser.FIREFOX) | 227 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 386 @SupportedBrowser(SupportedBrowser.SAFARI) | 228 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 387 @Unstable() | 229 @Unstable() |
| 388 class AltGlyphElement extends TextPositioningElement implements UriReference { | 230 class AltGlyphElement extends TextPositioningElement implements UriReference { |
| 389 // To suppress missing implicit constructor warnings. | 231 // To suppress missing implicit constructor warnings. |
| 390 factory AltGlyphElement._() { throw new UnsupportedError("Not supported"); } | 232 factory AltGlyphElement._() { throw new UnsupportedError("Not supported"); } |
| 391 | 233 |
| 392 @DomName('SVGAltGlyphElement.SVGAltGlyphElement') | 234 @DomName('SVGAltGlyphElement.SVGAltGlyphElement') |
| 393 @DocsEditable() | 235 @DocsEditable() |
| 394 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("
altGlyph"); | 236 factory AltGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag("
altGlyph"); |
| 395 | |
| 396 | |
| 397 static AltGlyphElement internalCreateAltGlyphElement() { | |
| 398 return new AltGlyphElement._internalWrap(); | |
| 399 } | |
| 400 | |
| 401 factory AltGlyphElement._internalWrap() { | |
| 402 return new AltGlyphElement._internal(); | |
| 403 } | |
| 404 | |
| 405 AltGlyphElement._internal() : super._internal(); | |
| 406 | |
| 407 /** | 237 /** |
| 408 * Constructor instantiated by the DOM when a custom element has been created. | 238 * Constructor instantiated by the DOM when a custom element has been created. |
| 409 * | 239 * |
| 410 * This can only be called by subclasses from their created constructor. | 240 * This can only be called by subclasses from their created constructor. |
| 411 */ | 241 */ |
| 412 AltGlyphElement.created() : super.created(); | 242 AltGlyphElement.created() : super.created(); |
| 413 | 243 |
| 414 /// Checks if this type is supported on the current platform. | 244 /// Checks if this type is supported on the current platform. |
| 415 static bool get supported => true; | 245 static bool get supported => true; |
| 416 | 246 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 442 // WARNING: Do not edit - generated code. | 272 // WARNING: Do not edit - generated code. |
| 443 | 273 |
| 444 | 274 |
| 445 @DocsEditable() | 275 @DocsEditable() |
| 446 @DomName('SVGAngle') | 276 @DomName('SVGAngle') |
| 447 @Unstable() | 277 @Unstable() |
| 448 class Angle extends NativeFieldWrapperClass2 { | 278 class Angle extends NativeFieldWrapperClass2 { |
| 449 // To suppress missing implicit constructor warnings. | 279 // To suppress missing implicit constructor warnings. |
| 450 factory Angle._() { throw new UnsupportedError("Not supported"); } | 280 factory Angle._() { throw new UnsupportedError("Not supported"); } |
| 451 | 281 |
| 452 static Angle internalCreateAngle() { | |
| 453 return new Angle._internalWrap(); | |
| 454 } | |
| 455 | |
| 456 JsObject blink_jsObject = null; | |
| 457 | |
| 458 factory Angle._internalWrap() { | |
| 459 return new Angle._internal(); | |
| 460 } | |
| 461 | |
| 462 Angle._internal() { } | |
| 463 | |
| 464 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 465 | |
| 466 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') | 282 @DomName('SVGAngle.SVG_ANGLETYPE_DEG') |
| 467 @DocsEditable() | 283 @DocsEditable() |
| 468 static const int SVG_ANGLETYPE_DEG = 2; | 284 static const int SVG_ANGLETYPE_DEG = 2; |
| 469 | 285 |
| 470 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') | 286 @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') |
| 471 @DocsEditable() | 287 @DocsEditable() |
| 472 static const int SVG_ANGLETYPE_GRAD = 4; | 288 static const int SVG_ANGLETYPE_GRAD = 4; |
| 473 | 289 |
| 474 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') | 290 @DomName('SVGAngle.SVG_ANGLETYPE_RAD') |
| 475 @DocsEditable() | 291 @DocsEditable() |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 @SupportedBrowser(SupportedBrowser.FIREFOX) | 349 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 534 @SupportedBrowser(SupportedBrowser.SAFARI) | 350 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 535 @Unstable() | 351 @Unstable() |
| 536 class AnimateElement extends AnimationElement { | 352 class AnimateElement extends AnimationElement { |
| 537 // To suppress missing implicit constructor warnings. | 353 // To suppress missing implicit constructor warnings. |
| 538 factory AnimateElement._() { throw new UnsupportedError("Not supported"); } | 354 factory AnimateElement._() { throw new UnsupportedError("Not supported"); } |
| 539 | 355 |
| 540 @DomName('SVGAnimateElement.SVGAnimateElement') | 356 @DomName('SVGAnimateElement.SVGAnimateElement') |
| 541 @DocsEditable() | 357 @DocsEditable() |
| 542 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); | 358 factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("a
nimate"); |
| 543 | |
| 544 | |
| 545 static AnimateElement internalCreateAnimateElement() { | |
| 546 return new AnimateElement._internalWrap(); | |
| 547 } | |
| 548 | |
| 549 factory AnimateElement._internalWrap() { | |
| 550 return new AnimateElement._internal(); | |
| 551 } | |
| 552 | |
| 553 AnimateElement._internal() : super._internal(); | |
| 554 | |
| 555 /** | 359 /** |
| 556 * Constructor instantiated by the DOM when a custom element has been created. | 360 * Constructor instantiated by the DOM when a custom element has been created. |
| 557 * | 361 * |
| 558 * This can only be called by subclasses from their created constructor. | 362 * This can only be called by subclasses from their created constructor. |
| 559 */ | 363 */ |
| 560 AnimateElement.created() : super.created(); | 364 AnimateElement.created() : super.created(); |
| 561 | 365 |
| 562 /// Checks if this type is supported on the current platform. | 366 /// Checks if this type is supported on the current platform. |
| 563 static bool get supported => true; | 367 static bool get supported => true; |
| 564 | 368 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 576 @SupportedBrowser(SupportedBrowser.FIREFOX) | 380 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 577 @SupportedBrowser(SupportedBrowser.SAFARI) | 381 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 578 @Unstable() | 382 @Unstable() |
| 579 class AnimateMotionElement extends AnimationElement { | 383 class AnimateMotionElement extends AnimationElement { |
| 580 // To suppress missing implicit constructor warnings. | 384 // To suppress missing implicit constructor warnings. |
| 581 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported")
; } | 385 factory AnimateMotionElement._() { throw new UnsupportedError("Not supported")
; } |
| 582 | 386 |
| 583 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') | 387 @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') |
| 584 @DocsEditable() | 388 @DocsEditable() |
| 585 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); | 389 factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_
tag("animateMotion"); |
| 586 | |
| 587 | |
| 588 static AnimateMotionElement internalCreateAnimateMotionElement() { | |
| 589 return new AnimateMotionElement._internalWrap(); | |
| 590 } | |
| 591 | |
| 592 factory AnimateMotionElement._internalWrap() { | |
| 593 return new AnimateMotionElement._internal(); | |
| 594 } | |
| 595 | |
| 596 AnimateMotionElement._internal() : super._internal(); | |
| 597 | |
| 598 /** | 390 /** |
| 599 * Constructor instantiated by the DOM when a custom element has been created. | 391 * Constructor instantiated by the DOM when a custom element has been created. |
| 600 * | 392 * |
| 601 * This can only be called by subclasses from their created constructor. | 393 * This can only be called by subclasses from their created constructor. |
| 602 */ | 394 */ |
| 603 AnimateMotionElement.created() : super.created(); | 395 AnimateMotionElement.created() : super.created(); |
| 604 | 396 |
| 605 /// Checks if this type is supported on the current platform. | 397 /// Checks if this type is supported on the current platform. |
| 606 static bool get supported => true; | 398 static bool get supported => true; |
| 607 | 399 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 619 @SupportedBrowser(SupportedBrowser.FIREFOX) | 411 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 620 @SupportedBrowser(SupportedBrowser.SAFARI) | 412 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 621 @Unstable() | 413 @Unstable() |
| 622 class AnimateTransformElement extends AnimationElement { | 414 class AnimateTransformElement extends AnimationElement { |
| 623 // To suppress missing implicit constructor warnings. | 415 // To suppress missing implicit constructor warnings. |
| 624 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte
d"); } | 416 factory AnimateTransformElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 625 | 417 |
| 626 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') | 418 @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') |
| 627 @DocsEditable() | 419 @DocsEditable() |
| 628 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); | 420 factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("animateTransform"); |
| 629 | |
| 630 | |
| 631 static AnimateTransformElement internalCreateAnimateTransformElement() { | |
| 632 return new AnimateTransformElement._internalWrap(); | |
| 633 } | |
| 634 | |
| 635 factory AnimateTransformElement._internalWrap() { | |
| 636 return new AnimateTransformElement._internal(); | |
| 637 } | |
| 638 | |
| 639 AnimateTransformElement._internal() : super._internal(); | |
| 640 | |
| 641 /** | 421 /** |
| 642 * Constructor instantiated by the DOM when a custom element has been created. | 422 * Constructor instantiated by the DOM when a custom element has been created. |
| 643 * | 423 * |
| 644 * This can only be called by subclasses from their created constructor. | 424 * This can only be called by subclasses from their created constructor. |
| 645 */ | 425 */ |
| 646 AnimateTransformElement.created() : super.created(); | 426 AnimateTransformElement.created() : super.created(); |
| 647 | 427 |
| 648 /// Checks if this type is supported on the current platform. | 428 /// Checks if this type is supported on the current platform. |
| 649 static bool get supported => true; | 429 static bool get supported => true; |
| 650 | 430 |
| 651 } | 431 } |
| 652 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 432 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 653 // for details. All rights reserved. Use of this source code is governed by a | 433 // for details. All rights reserved. Use of this source code is governed by a |
| 654 // BSD-style license that can be found in the LICENSE file. | 434 // BSD-style license that can be found in the LICENSE file. |
| 655 | 435 |
| 656 // WARNING: Do not edit - generated code. | 436 // WARNING: Do not edit - generated code. |
| 657 | 437 |
| 658 | 438 |
| 659 @DocsEditable() | 439 @DocsEditable() |
| 660 @DomName('SVGAnimatedAngle') | 440 @DomName('SVGAnimatedAngle') |
| 661 @Unstable() | 441 @Unstable() |
| 662 class AnimatedAngle extends NativeFieldWrapperClass2 { | 442 class AnimatedAngle extends NativeFieldWrapperClass2 { |
| 663 // To suppress missing implicit constructor warnings. | 443 // To suppress missing implicit constructor warnings. |
| 664 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } | 444 factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } |
| 665 | 445 |
| 666 static AnimatedAngle internalCreateAnimatedAngle() { | |
| 667 return new AnimatedAngle._internalWrap(); | |
| 668 } | |
| 669 | |
| 670 JsObject blink_jsObject = null; | |
| 671 | |
| 672 factory AnimatedAngle._internalWrap() { | |
| 673 return new AnimatedAngle._internal(); | |
| 674 } | |
| 675 | |
| 676 AnimatedAngle._internal() { } | |
| 677 | |
| 678 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 679 | |
| 680 @DomName('SVGAnimatedAngle.animVal') | 446 @DomName('SVGAnimatedAngle.animVal') |
| 681 @DocsEditable() | 447 @DocsEditable() |
| 682 Angle get animVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.animVal_Ge
tter_(unwrap_jso(this))); | 448 Angle get animVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.animVal_Ge
tter_(unwrap_jso(this))); |
| 683 | 449 |
| 684 @DomName('SVGAnimatedAngle.baseVal') | 450 @DomName('SVGAnimatedAngle.baseVal') |
| 685 @DocsEditable() | 451 @DocsEditable() |
| 686 Angle get baseVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.baseVal_Ge
tter_(unwrap_jso(this))); | 452 Angle get baseVal => wrap_jso(_blink.BlinkSVGAnimatedAngle.instance.baseVal_Ge
tter_(unwrap_jso(this))); |
| 687 | 453 |
| 688 } | 454 } |
| 689 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 455 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 690 // for details. All rights reserved. Use of this source code is governed by a | 456 // for details. All rights reserved. Use of this source code is governed by a |
| 691 // BSD-style license that can be found in the LICENSE file. | 457 // BSD-style license that can be found in the LICENSE file. |
| 692 | 458 |
| 693 // WARNING: Do not edit - generated code. | 459 // WARNING: Do not edit - generated code. |
| 694 | 460 |
| 695 | 461 |
| 696 @DocsEditable() | 462 @DocsEditable() |
| 697 @DomName('SVGAnimatedBoolean') | 463 @DomName('SVGAnimatedBoolean') |
| 698 @Unstable() | 464 @Unstable() |
| 699 class AnimatedBoolean extends NativeFieldWrapperClass2 { | 465 class AnimatedBoolean extends NativeFieldWrapperClass2 { |
| 700 // To suppress missing implicit constructor warnings. | 466 // To suppress missing implicit constructor warnings. |
| 701 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } | 467 factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } |
| 702 | 468 |
| 703 static AnimatedBoolean internalCreateAnimatedBoolean() { | |
| 704 return new AnimatedBoolean._internalWrap(); | |
| 705 } | |
| 706 | |
| 707 JsObject blink_jsObject = null; | |
| 708 | |
| 709 factory AnimatedBoolean._internalWrap() { | |
| 710 return new AnimatedBoolean._internal(); | |
| 711 } | |
| 712 | |
| 713 AnimatedBoolean._internal() { } | |
| 714 | |
| 715 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 716 | |
| 717 @DomName('SVGAnimatedBoolean.animVal') | 469 @DomName('SVGAnimatedBoolean.animVal') |
| 718 @DocsEditable() | 470 @DocsEditable() |
| 719 bool get animVal => _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(un
wrap_jso(this)); | 471 bool get animVal => _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(un
wrap_jso(this)); |
| 720 | 472 |
| 721 @DomName('SVGAnimatedBoolean.baseVal') | 473 @DomName('SVGAnimatedBoolean.baseVal') |
| 722 @DocsEditable() | 474 @DocsEditable() |
| 723 bool get baseVal => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(un
wrap_jso(this)); | 475 bool get baseVal => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(un
wrap_jso(this)); |
| 724 | 476 |
| 725 @DomName('SVGAnimatedBoolean.baseVal') | 477 @DomName('SVGAnimatedBoolean.baseVal') |
| 726 @DocsEditable() | 478 @DocsEditable() |
| 727 void set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVa
l_Setter_(unwrap_jso(this), value); | 479 void set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVa
l_Setter_(unwrap_jso(this), value); |
| 728 | 480 |
| 729 } | 481 } |
| 730 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 482 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 731 // for details. All rights reserved. Use of this source code is governed by a | 483 // for details. All rights reserved. Use of this source code is governed by a |
| 732 // BSD-style license that can be found in the LICENSE file. | 484 // BSD-style license that can be found in the LICENSE file. |
| 733 | 485 |
| 734 // WARNING: Do not edit - generated code. | 486 // WARNING: Do not edit - generated code. |
| 735 | 487 |
| 736 | 488 |
| 737 @DocsEditable() | 489 @DocsEditable() |
| 738 @DomName('SVGAnimatedEnumeration') | 490 @DomName('SVGAnimatedEnumeration') |
| 739 @Unstable() | 491 @Unstable() |
| 740 class AnimatedEnumeration extends NativeFieldWrapperClass2 { | 492 class AnimatedEnumeration extends NativeFieldWrapperClass2 { |
| 741 // To suppress missing implicit constructor warnings. | 493 // To suppress missing implicit constructor warnings. |
| 742 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported");
} | 494 factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported");
} |
| 743 | 495 |
| 744 static AnimatedEnumeration internalCreateAnimatedEnumeration() { | |
| 745 return new AnimatedEnumeration._internalWrap(); | |
| 746 } | |
| 747 | |
| 748 JsObject blink_jsObject = null; | |
| 749 | |
| 750 factory AnimatedEnumeration._internalWrap() { | |
| 751 return new AnimatedEnumeration._internal(); | |
| 752 } | |
| 753 | |
| 754 AnimatedEnumeration._internal() { } | |
| 755 | |
| 756 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 757 | |
| 758 @DomName('SVGAnimatedEnumeration.animVal') | 496 @DomName('SVGAnimatedEnumeration.animVal') |
| 759 @DocsEditable() | 497 @DocsEditable() |
| 760 int get animVal => _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_
(unwrap_jso(this)); | 498 int get animVal => _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_
(unwrap_jso(this)); |
| 761 | 499 |
| 762 @DomName('SVGAnimatedEnumeration.baseVal') | 500 @DomName('SVGAnimatedEnumeration.baseVal') |
| 763 @DocsEditable() | 501 @DocsEditable() |
| 764 int get baseVal => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_
(unwrap_jso(this)); | 502 int get baseVal => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_
(unwrap_jso(this)); |
| 765 | 503 |
| 766 @DomName('SVGAnimatedEnumeration.baseVal') | 504 @DomName('SVGAnimatedEnumeration.baseVal') |
| 767 @DocsEditable() | 505 @DocsEditable() |
| 768 void set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.bas
eVal_Setter_(unwrap_jso(this), value); | 506 void set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.bas
eVal_Setter_(unwrap_jso(this), value); |
| 769 | 507 |
| 770 } | 508 } |
| 771 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 509 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 772 // for details. All rights reserved. Use of this source code is governed by a | 510 // for details. All rights reserved. Use of this source code is governed by a |
| 773 // BSD-style license that can be found in the LICENSE file. | 511 // BSD-style license that can be found in the LICENSE file. |
| 774 | 512 |
| 775 // WARNING: Do not edit - generated code. | 513 // WARNING: Do not edit - generated code. |
| 776 | 514 |
| 777 | 515 |
| 778 @DocsEditable() | 516 @DocsEditable() |
| 779 @DomName('SVGAnimatedInteger') | 517 @DomName('SVGAnimatedInteger') |
| 780 @Unstable() | 518 @Unstable() |
| 781 class AnimatedInteger extends NativeFieldWrapperClass2 { | 519 class AnimatedInteger extends NativeFieldWrapperClass2 { |
| 782 // To suppress missing implicit constructor warnings. | 520 // To suppress missing implicit constructor warnings. |
| 783 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } | 521 factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } |
| 784 | 522 |
| 785 static AnimatedInteger internalCreateAnimatedInteger() { | |
| 786 return new AnimatedInteger._internalWrap(); | |
| 787 } | |
| 788 | |
| 789 JsObject blink_jsObject = null; | |
| 790 | |
| 791 factory AnimatedInteger._internalWrap() { | |
| 792 return new AnimatedInteger._internal(); | |
| 793 } | |
| 794 | |
| 795 AnimatedInteger._internal() { } | |
| 796 | |
| 797 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 798 | |
| 799 @DomName('SVGAnimatedInteger.animVal') | 523 @DomName('SVGAnimatedInteger.animVal') |
| 800 @DocsEditable() | 524 @DocsEditable() |
| 801 int get animVal => _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(unw
rap_jso(this)); | 525 int get animVal => _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(unw
rap_jso(this)); |
| 802 | 526 |
| 803 @DomName('SVGAnimatedInteger.baseVal') | 527 @DomName('SVGAnimatedInteger.baseVal') |
| 804 @DocsEditable() | 528 @DocsEditable() |
| 805 int get baseVal => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(unw
rap_jso(this)); | 529 int get baseVal => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(unw
rap_jso(this)); |
| 806 | 530 |
| 807 @DomName('SVGAnimatedInteger.baseVal') | 531 @DomName('SVGAnimatedInteger.baseVal') |
| 808 @DocsEditable() | 532 @DocsEditable() |
| 809 void set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal
_Setter_(unwrap_jso(this), value); | 533 void set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal
_Setter_(unwrap_jso(this), value); |
| 810 | 534 |
| 811 } | 535 } |
| 812 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 536 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 813 // for details. All rights reserved. Use of this source code is governed by a | 537 // for details. All rights reserved. Use of this source code is governed by a |
| 814 // BSD-style license that can be found in the LICENSE file. | 538 // BSD-style license that can be found in the LICENSE file. |
| 815 | 539 |
| 816 // WARNING: Do not edit - generated code. | 540 // WARNING: Do not edit - generated code. |
| 817 | 541 |
| 818 | 542 |
| 819 @DocsEditable() | 543 @DocsEditable() |
| 820 @DomName('SVGAnimatedLength') | 544 @DomName('SVGAnimatedLength') |
| 821 @Unstable() | 545 @Unstable() |
| 822 class AnimatedLength extends NativeFieldWrapperClass2 { | 546 class AnimatedLength extends NativeFieldWrapperClass2 { |
| 823 // To suppress missing implicit constructor warnings. | 547 // To suppress missing implicit constructor warnings. |
| 824 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } | 548 factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } |
| 825 | 549 |
| 826 static AnimatedLength internalCreateAnimatedLength() { | |
| 827 return new AnimatedLength._internalWrap(); | |
| 828 } | |
| 829 | |
| 830 JsObject blink_jsObject = null; | |
| 831 | |
| 832 factory AnimatedLength._internalWrap() { | |
| 833 return new AnimatedLength._internal(); | |
| 834 } | |
| 835 | |
| 836 AnimatedLength._internal() { } | |
| 837 | |
| 838 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 839 | |
| 840 @DomName('SVGAnimatedLength.animVal') | 550 @DomName('SVGAnimatedLength.animVal') |
| 841 @DocsEditable() | 551 @DocsEditable() |
| 842 Length get animVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.animVal_
Getter_(unwrap_jso(this))); | 552 Length get animVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.animVal_
Getter_(unwrap_jso(this))); |
| 843 | 553 |
| 844 @DomName('SVGAnimatedLength.baseVal') | 554 @DomName('SVGAnimatedLength.baseVal') |
| 845 @DocsEditable() | 555 @DocsEditable() |
| 846 Length get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.baseVal_
Getter_(unwrap_jso(this))); | 556 Length get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLength.instance.baseVal_
Getter_(unwrap_jso(this))); |
| 847 | 557 |
| 848 } | 558 } |
| 849 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 559 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 850 // for details. All rights reserved. Use of this source code is governed by a | 560 // for details. All rights reserved. Use of this source code is governed by a |
| 851 // BSD-style license that can be found in the LICENSE file. | 561 // BSD-style license that can be found in the LICENSE file. |
| 852 | 562 |
| 853 // WARNING: Do not edit - generated code. | 563 // WARNING: Do not edit - generated code. |
| 854 | 564 |
| 855 | 565 |
| 856 @DocsEditable() | 566 @DocsEditable() |
| 857 @DomName('SVGAnimatedLengthList') | 567 @DomName('SVGAnimatedLengthList') |
| 858 @Unstable() | 568 @Unstable() |
| 859 class AnimatedLengthList extends NativeFieldWrapperClass2 { | 569 class AnimatedLengthList extends NativeFieldWrapperClass2 { |
| 860 // To suppress missing implicit constructor warnings. | 570 // To suppress missing implicit constructor warnings. |
| 861 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported");
} | 571 factory AnimatedLengthList._() { throw new UnsupportedError("Not supported");
} |
| 862 | 572 |
| 863 static AnimatedLengthList internalCreateAnimatedLengthList() { | |
| 864 return new AnimatedLengthList._internalWrap(); | |
| 865 } | |
| 866 | |
| 867 JsObject blink_jsObject = null; | |
| 868 | |
| 869 factory AnimatedLengthList._internalWrap() { | |
| 870 return new AnimatedLengthList._internal(); | |
| 871 } | |
| 872 | |
| 873 AnimatedLengthList._internal() { } | |
| 874 | |
| 875 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 876 | |
| 877 @DomName('SVGAnimatedLengthList.animVal') | 573 @DomName('SVGAnimatedLengthList.animVal') |
| 878 @DocsEditable() | 574 @DocsEditable() |
| 879 LengthList get animVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance.
animVal_Getter_(unwrap_jso(this))); | 575 LengthList get animVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance.
animVal_Getter_(unwrap_jso(this))); |
| 880 | 576 |
| 881 @DomName('SVGAnimatedLengthList.baseVal') | 577 @DomName('SVGAnimatedLengthList.baseVal') |
| 882 @DocsEditable() | 578 @DocsEditable() |
| 883 LengthList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance.
baseVal_Getter_(unwrap_jso(this))); | 579 LengthList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedLengthList.instance.
baseVal_Getter_(unwrap_jso(this))); |
| 884 | 580 |
| 885 } | 581 } |
| 886 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 582 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 887 // for details. All rights reserved. Use of this source code is governed by a | 583 // for details. All rights reserved. Use of this source code is governed by a |
| 888 // BSD-style license that can be found in the LICENSE file. | 584 // BSD-style license that can be found in the LICENSE file. |
| 889 | 585 |
| 890 // WARNING: Do not edit - generated code. | 586 // WARNING: Do not edit - generated code. |
| 891 | 587 |
| 892 | 588 |
| 893 @DocsEditable() | 589 @DocsEditable() |
| 894 @DomName('SVGAnimatedNumber') | 590 @DomName('SVGAnimatedNumber') |
| 895 @Unstable() | 591 @Unstable() |
| 896 class AnimatedNumber extends NativeFieldWrapperClass2 { | 592 class AnimatedNumber extends NativeFieldWrapperClass2 { |
| 897 // To suppress missing implicit constructor warnings. | 593 // To suppress missing implicit constructor warnings. |
| 898 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } | 594 factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } |
| 899 | 595 |
| 900 static AnimatedNumber internalCreateAnimatedNumber() { | |
| 901 return new AnimatedNumber._internalWrap(); | |
| 902 } | |
| 903 | |
| 904 JsObject blink_jsObject = null; | |
| 905 | |
| 906 factory AnimatedNumber._internalWrap() { | |
| 907 return new AnimatedNumber._internal(); | |
| 908 } | |
| 909 | |
| 910 AnimatedNumber._internal() { } | |
| 911 | |
| 912 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 913 | |
| 914 @DomName('SVGAnimatedNumber.animVal') | 596 @DomName('SVGAnimatedNumber.animVal') |
| 915 @DocsEditable() | 597 @DocsEditable() |
| 916 double get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(u
nwrap_jso(this)); | 598 double get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(u
nwrap_jso(this)); |
| 917 | 599 |
| 918 @DomName('SVGAnimatedNumber.baseVal') | 600 @DomName('SVGAnimatedNumber.baseVal') |
| 919 @DocsEditable() | 601 @DocsEditable() |
| 920 num get baseVal => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(unwr
ap_jso(this)); | 602 num get baseVal => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(unwr
ap_jso(this)); |
| 921 | 603 |
| 922 @DomName('SVGAnimatedNumber.baseVal') | 604 @DomName('SVGAnimatedNumber.baseVal') |
| 923 @DocsEditable() | 605 @DocsEditable() |
| 924 void set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_
Setter_(unwrap_jso(this), value); | 606 void set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_
Setter_(unwrap_jso(this), value); |
| 925 | 607 |
| 926 } | 608 } |
| 927 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 609 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 928 // for details. All rights reserved. Use of this source code is governed by a | 610 // for details. All rights reserved. Use of this source code is governed by a |
| 929 // BSD-style license that can be found in the LICENSE file. | 611 // BSD-style license that can be found in the LICENSE file. |
| 930 | 612 |
| 931 // WARNING: Do not edit - generated code. | 613 // WARNING: Do not edit - generated code. |
| 932 | 614 |
| 933 | 615 |
| 934 @DocsEditable() | 616 @DocsEditable() |
| 935 @DomName('SVGAnimatedNumberList') | 617 @DomName('SVGAnimatedNumberList') |
| 936 @Unstable() | 618 @Unstable() |
| 937 class AnimatedNumberList extends NativeFieldWrapperClass2 { | 619 class AnimatedNumberList extends NativeFieldWrapperClass2 { |
| 938 // To suppress missing implicit constructor warnings. | 620 // To suppress missing implicit constructor warnings. |
| 939 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported");
} | 621 factory AnimatedNumberList._() { throw new UnsupportedError("Not supported");
} |
| 940 | 622 |
| 941 static AnimatedNumberList internalCreateAnimatedNumberList() { | |
| 942 return new AnimatedNumberList._internalWrap(); | |
| 943 } | |
| 944 | |
| 945 JsObject blink_jsObject = null; | |
| 946 | |
| 947 factory AnimatedNumberList._internalWrap() { | |
| 948 return new AnimatedNumberList._internal(); | |
| 949 } | |
| 950 | |
| 951 AnimatedNumberList._internal() { } | |
| 952 | |
| 953 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 954 | |
| 955 @DomName('SVGAnimatedNumberList.animVal') | 623 @DomName('SVGAnimatedNumberList.animVal') |
| 956 @DocsEditable() | 624 @DocsEditable() |
| 957 NumberList get animVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance.
animVal_Getter_(unwrap_jso(this))); | 625 NumberList get animVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance.
animVal_Getter_(unwrap_jso(this))); |
| 958 | 626 |
| 959 @DomName('SVGAnimatedNumberList.baseVal') | 627 @DomName('SVGAnimatedNumberList.baseVal') |
| 960 @DocsEditable() | 628 @DocsEditable() |
| 961 NumberList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance.
baseVal_Getter_(unwrap_jso(this))); | 629 NumberList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedNumberList.instance.
baseVal_Getter_(unwrap_jso(this))); |
| 962 | 630 |
| 963 } | 631 } |
| 964 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 632 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 965 // for details. All rights reserved. Use of this source code is governed by a | 633 // for details. All rights reserved. Use of this source code is governed by a |
| 966 // BSD-style license that can be found in the LICENSE file. | 634 // BSD-style license that can be found in the LICENSE file. |
| 967 | 635 |
| 968 // WARNING: Do not edit - generated code. | 636 // WARNING: Do not edit - generated code. |
| 969 | 637 |
| 970 | 638 |
| 971 @DocsEditable() | 639 @DocsEditable() |
| 972 @DomName('SVGAnimatedPreserveAspectRatio') | 640 @DomName('SVGAnimatedPreserveAspectRatio') |
| 973 @Unstable() | 641 @Unstable() |
| 974 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 { | 642 class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 { |
| 975 // To suppress missing implicit constructor warnings. | 643 // To suppress missing implicit constructor warnings. |
| 976 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp
orted"); } | 644 factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supp
orted"); } |
| 977 | 645 |
| 978 static AnimatedPreserveAspectRatio internalCreateAnimatedPreserveAspectRatio()
{ | |
| 979 return new AnimatedPreserveAspectRatio._internalWrap(); | |
| 980 } | |
| 981 | |
| 982 JsObject blink_jsObject = null; | |
| 983 | |
| 984 factory AnimatedPreserveAspectRatio._internalWrap() { | |
| 985 return new AnimatedPreserveAspectRatio._internal(); | |
| 986 } | |
| 987 | |
| 988 AnimatedPreserveAspectRatio._internal() { } | |
| 989 | |
| 990 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 991 | |
| 992 @DomName('SVGAnimatedPreserveAspectRatio.animVal') | 646 @DomName('SVGAnimatedPreserveAspectRatio.animVal') |
| 993 @DocsEditable() | 647 @DocsEditable() |
| 994 PreserveAspectRatio get animVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp
ectRatio.instance.animVal_Getter_(unwrap_jso(this))); | 648 PreserveAspectRatio get animVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp
ectRatio.instance.animVal_Getter_(unwrap_jso(this))); |
| 995 | 649 |
| 996 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') | 650 @DomName('SVGAnimatedPreserveAspectRatio.baseVal') |
| 997 @DocsEditable() | 651 @DocsEditable() |
| 998 PreserveAspectRatio get baseVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp
ectRatio.instance.baseVal_Getter_(unwrap_jso(this))); | 652 PreserveAspectRatio get baseVal => wrap_jso(_blink.BlinkSVGAnimatedPreserveAsp
ectRatio.instance.baseVal_Getter_(unwrap_jso(this))); |
| 999 | 653 |
| 1000 } | 654 } |
| 1001 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 655 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1002 // for details. All rights reserved. Use of this source code is governed by a | 656 // for details. All rights reserved. Use of this source code is governed by a |
| 1003 // BSD-style license that can be found in the LICENSE file. | 657 // BSD-style license that can be found in the LICENSE file. |
| 1004 | 658 |
| 1005 // WARNING: Do not edit - generated code. | 659 // WARNING: Do not edit - generated code. |
| 1006 | 660 |
| 1007 | 661 |
| 1008 @DocsEditable() | 662 @DocsEditable() |
| 1009 @DomName('SVGAnimatedRect') | 663 @DomName('SVGAnimatedRect') |
| 1010 @Unstable() | 664 @Unstable() |
| 1011 class AnimatedRect extends NativeFieldWrapperClass2 { | 665 class AnimatedRect extends NativeFieldWrapperClass2 { |
| 1012 // To suppress missing implicit constructor warnings. | 666 // To suppress missing implicit constructor warnings. |
| 1013 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } | 667 factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } |
| 1014 | 668 |
| 1015 static AnimatedRect internalCreateAnimatedRect() { | |
| 1016 return new AnimatedRect._internalWrap(); | |
| 1017 } | |
| 1018 | |
| 1019 JsObject blink_jsObject = null; | |
| 1020 | |
| 1021 factory AnimatedRect._internalWrap() { | |
| 1022 return new AnimatedRect._internal(); | |
| 1023 } | |
| 1024 | |
| 1025 AnimatedRect._internal() { } | |
| 1026 | |
| 1027 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 1028 | |
| 1029 @DomName('SVGAnimatedRect.animVal') | 669 @DomName('SVGAnimatedRect.animVal') |
| 1030 @DocsEditable() | 670 @DocsEditable() |
| 1031 Rect get animVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.animVal_Gett
er_(unwrap_jso(this))); | 671 Rect get animVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.animVal_Gett
er_(unwrap_jso(this))); |
| 1032 | 672 |
| 1033 @DomName('SVGAnimatedRect.baseVal') | 673 @DomName('SVGAnimatedRect.baseVal') |
| 1034 @DocsEditable() | 674 @DocsEditable() |
| 1035 Rect get baseVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.baseVal_Gett
er_(unwrap_jso(this))); | 675 Rect get baseVal => wrap_jso(_blink.BlinkSVGAnimatedRect.instance.baseVal_Gett
er_(unwrap_jso(this))); |
| 1036 | 676 |
| 1037 } | 677 } |
| 1038 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 678 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1039 // for details. All rights reserved. Use of this source code is governed by a | 679 // for details. All rights reserved. Use of this source code is governed by a |
| 1040 // BSD-style license that can be found in the LICENSE file. | 680 // BSD-style license that can be found in the LICENSE file. |
| 1041 | 681 |
| 1042 // WARNING: Do not edit - generated code. | 682 // WARNING: Do not edit - generated code. |
| 1043 | 683 |
| 1044 | 684 |
| 1045 @DocsEditable() | 685 @DocsEditable() |
| 1046 @DomName('SVGAnimatedString') | 686 @DomName('SVGAnimatedString') |
| 1047 @Unstable() | 687 @Unstable() |
| 1048 class AnimatedString extends NativeFieldWrapperClass2 { | 688 class AnimatedString extends NativeFieldWrapperClass2 { |
| 1049 // To suppress missing implicit constructor warnings. | 689 // To suppress missing implicit constructor warnings. |
| 1050 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } | 690 factory AnimatedString._() { throw new UnsupportedError("Not supported"); } |
| 1051 | 691 |
| 1052 static AnimatedString internalCreateAnimatedString() { | |
| 1053 return new AnimatedString._internalWrap(); | |
| 1054 } | |
| 1055 | |
| 1056 JsObject blink_jsObject = null; | |
| 1057 | |
| 1058 factory AnimatedString._internalWrap() { | |
| 1059 return new AnimatedString._internal(); | |
| 1060 } | |
| 1061 | |
| 1062 AnimatedString._internal() { } | |
| 1063 | |
| 1064 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 1065 | |
| 1066 @DomName('SVGAnimatedString.animVal') | 692 @DomName('SVGAnimatedString.animVal') |
| 1067 @DocsEditable() | 693 @DocsEditable() |
| 1068 String get animVal => _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(u
nwrap_jso(this)); | 694 String get animVal => _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(u
nwrap_jso(this)); |
| 1069 | 695 |
| 1070 @DomName('SVGAnimatedString.baseVal') | 696 @DomName('SVGAnimatedString.baseVal') |
| 1071 @DocsEditable() | 697 @DocsEditable() |
| 1072 String get baseVal => _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(u
nwrap_jso(this)); | 698 String get baseVal => _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(u
nwrap_jso(this)); |
| 1073 | 699 |
| 1074 @DomName('SVGAnimatedString.baseVal') | 700 @DomName('SVGAnimatedString.baseVal') |
| 1075 @DocsEditable() | 701 @DocsEditable() |
| 1076 void set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseV
al_Setter_(unwrap_jso(this), value); | 702 void set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseV
al_Setter_(unwrap_jso(this), value); |
| 1077 | 703 |
| 1078 } | 704 } |
| 1079 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 705 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1080 // for details. All rights reserved. Use of this source code is governed by a | 706 // for details. All rights reserved. Use of this source code is governed by a |
| 1081 // BSD-style license that can be found in the LICENSE file. | 707 // BSD-style license that can be found in the LICENSE file. |
| 1082 | 708 |
| 1083 // WARNING: Do not edit - generated code. | 709 // WARNING: Do not edit - generated code. |
| 1084 | 710 |
| 1085 | 711 |
| 1086 @DocsEditable() | 712 @DocsEditable() |
| 1087 @DomName('SVGAnimatedTransformList') | 713 @DomName('SVGAnimatedTransformList') |
| 1088 @Unstable() | 714 @Unstable() |
| 1089 class AnimatedTransformList extends NativeFieldWrapperClass2 { | 715 class AnimatedTransformList extends NativeFieldWrapperClass2 { |
| 1090 // To suppress missing implicit constructor warnings. | 716 // To suppress missing implicit constructor warnings. |
| 1091 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"
); } | 717 factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"
); } |
| 1092 | 718 |
| 1093 static AnimatedTransformList internalCreateAnimatedTransformList() { | |
| 1094 return new AnimatedTransformList._internalWrap(); | |
| 1095 } | |
| 1096 | |
| 1097 JsObject blink_jsObject = null; | |
| 1098 | |
| 1099 factory AnimatedTransformList._internalWrap() { | |
| 1100 return new AnimatedTransformList._internal(); | |
| 1101 } | |
| 1102 | |
| 1103 AnimatedTransformList._internal() { } | |
| 1104 | |
| 1105 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 1106 | |
| 1107 @DomName('SVGAnimatedTransformList.animVal') | 719 @DomName('SVGAnimatedTransformList.animVal') |
| 1108 @DocsEditable() | 720 @DocsEditable() |
| 1109 TransformList get animVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins
tance.animVal_Getter_(unwrap_jso(this))); | 721 TransformList get animVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins
tance.animVal_Getter_(unwrap_jso(this))); |
| 1110 | 722 |
| 1111 @DomName('SVGAnimatedTransformList.baseVal') | 723 @DomName('SVGAnimatedTransformList.baseVal') |
| 1112 @DocsEditable() | 724 @DocsEditable() |
| 1113 TransformList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins
tance.baseVal_Getter_(unwrap_jso(this))); | 725 TransformList get baseVal => wrap_jso(_blink.BlinkSVGAnimatedTransformList.ins
tance.baseVal_Getter_(unwrap_jso(this))); |
| 1114 | 726 |
| 1115 } | 727 } |
| 1116 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 728 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1117 // for details. All rights reserved. Use of this source code is governed by a | 729 // for details. All rights reserved. Use of this source code is governed by a |
| 1118 // BSD-style license that can be found in the LICENSE file. | 730 // BSD-style license that can be found in the LICENSE file. |
| 1119 | 731 |
| 1120 // WARNING: Do not edit - generated code. | 732 // WARNING: Do not edit - generated code. |
| 1121 | 733 |
| 1122 | 734 |
| 1123 @DocsEditable() | 735 @DocsEditable() |
| 1124 @DomName('SVGAnimationElement') | 736 @DomName('SVGAnimationElement') |
| 1125 @Unstable() | 737 @Unstable() |
| 1126 class AnimationElement extends SvgElement implements Tests { | 738 class AnimationElement extends SvgElement implements Tests { |
| 1127 // To suppress missing implicit constructor warnings. | 739 // To suppress missing implicit constructor warnings. |
| 1128 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } | 740 factory AnimationElement._() { throw new UnsupportedError("Not supported"); } |
| 1129 | 741 |
| 1130 @DomName('SVGAnimationElement.SVGAnimationElement') | 742 @DomName('SVGAnimationElement.SVGAnimationElement') |
| 1131 @DocsEditable() | 743 @DocsEditable() |
| 1132 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); | 744 factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"animation"); |
| 1133 | |
| 1134 | |
| 1135 static AnimationElement internalCreateAnimationElement() { | |
| 1136 return new AnimationElement._internalWrap(); | |
| 1137 } | |
| 1138 | |
| 1139 factory AnimationElement._internalWrap() { | |
| 1140 return new AnimationElement._internal(); | |
| 1141 } | |
| 1142 | |
| 1143 AnimationElement._internal() : super._internal(); | |
| 1144 | |
| 1145 /** | 745 /** |
| 1146 * Constructor instantiated by the DOM when a custom element has been created. | 746 * Constructor instantiated by the DOM when a custom element has been created. |
| 1147 * | 747 * |
| 1148 * This can only be called by subclasses from their created constructor. | 748 * This can only be called by subclasses from their created constructor. |
| 1149 */ | 749 */ |
| 1150 AnimationElement.created() : super.created(); | 750 AnimationElement.created() : super.created(); |
| 1151 | 751 |
| 1152 @DomName('SVGAnimationElement.targetElement') | 752 @DomName('SVGAnimationElement.targetElement') |
| 1153 @DocsEditable() | 753 @DocsEditable() |
| 1154 SvgElement get targetElement => wrap_jso(_blink.BlinkSVGAnimationElement.insta
nce.targetElement_Getter_(unwrap_jso(this))); | 754 SvgElement get targetElement => wrap_jso(_blink.BlinkSVGAnimationElement.insta
nce.targetElement_Getter_(unwrap_jso(this))); |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1208 @DocsEditable() | 808 @DocsEditable() |
| 1209 @DomName('SVGCircleElement') | 809 @DomName('SVGCircleElement') |
| 1210 @Unstable() | 810 @Unstable() |
| 1211 class CircleElement extends GeometryElement { | 811 class CircleElement extends GeometryElement { |
| 1212 // To suppress missing implicit constructor warnings. | 812 // To suppress missing implicit constructor warnings. |
| 1213 factory CircleElement._() { throw new UnsupportedError("Not supported"); } | 813 factory CircleElement._() { throw new UnsupportedError("Not supported"); } |
| 1214 | 814 |
| 1215 @DomName('SVGCircleElement.SVGCircleElement') | 815 @DomName('SVGCircleElement.SVGCircleElement') |
| 1216 @DocsEditable() | 816 @DocsEditable() |
| 1217 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); | 817 factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("ci
rcle"); |
| 1218 | |
| 1219 | |
| 1220 static CircleElement internalCreateCircleElement() { | |
| 1221 return new CircleElement._internalWrap(); | |
| 1222 } | |
| 1223 | |
| 1224 factory CircleElement._internalWrap() { | |
| 1225 return new CircleElement._internal(); | |
| 1226 } | |
| 1227 | |
| 1228 CircleElement._internal() : super._internal(); | |
| 1229 | |
| 1230 /** | 818 /** |
| 1231 * Constructor instantiated by the DOM when a custom element has been created. | 819 * Constructor instantiated by the DOM when a custom element has been created. |
| 1232 * | 820 * |
| 1233 * This can only be called by subclasses from their created constructor. | 821 * This can only be called by subclasses from their created constructor. |
| 1234 */ | 822 */ |
| 1235 CircleElement.created() : super.created(); | 823 CircleElement.created() : super.created(); |
| 1236 | 824 |
| 1237 @DomName('SVGCircleElement.cx') | 825 @DomName('SVGCircleElement.cx') |
| 1238 @DocsEditable() | 826 @DocsEditable() |
| 1239 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGCircleElement.instance.cx_Get
ter_(unwrap_jso(this))); | 827 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGCircleElement.instance.cx_Get
ter_(unwrap_jso(this))); |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1257 @DocsEditable() | 845 @DocsEditable() |
| 1258 @DomName('SVGClipPathElement') | 846 @DomName('SVGClipPathElement') |
| 1259 @Unstable() | 847 @Unstable() |
| 1260 class ClipPathElement extends GraphicsElement { | 848 class ClipPathElement extends GraphicsElement { |
| 1261 // To suppress missing implicit constructor warnings. | 849 // To suppress missing implicit constructor warnings. |
| 1262 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } | 850 factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } |
| 1263 | 851 |
| 1264 @DomName('SVGClipPathElement.SVGClipPathElement') | 852 @DomName('SVGClipPathElement.SVGClipPathElement') |
| 1265 @DocsEditable() | 853 @DocsEditable() |
| 1266 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); | 854 factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("
clipPath"); |
| 1267 | |
| 1268 | |
| 1269 static ClipPathElement internalCreateClipPathElement() { | |
| 1270 return new ClipPathElement._internalWrap(); | |
| 1271 } | |
| 1272 | |
| 1273 factory ClipPathElement._internalWrap() { | |
| 1274 return new ClipPathElement._internal(); | |
| 1275 } | |
| 1276 | |
| 1277 ClipPathElement._internal() : super._internal(); | |
| 1278 | |
| 1279 /** | 855 /** |
| 1280 * Constructor instantiated by the DOM when a custom element has been created. | 856 * Constructor instantiated by the DOM when a custom element has been created. |
| 1281 * | 857 * |
| 1282 * This can only be called by subclasses from their created constructor. | 858 * This can only be called by subclasses from their created constructor. |
| 1283 */ | 859 */ |
| 1284 ClipPathElement.created() : super.created(); | 860 ClipPathElement.created() : super.created(); |
| 1285 | 861 |
| 1286 @DomName('SVGClipPathElement.clipPathUnits') | 862 @DomName('SVGClipPathElement.clipPathUnits') |
| 1287 @DocsEditable() | 863 @DocsEditable() |
| 1288 AnimatedEnumeration get clipPathUnits => wrap_jso(_blink.BlinkSVGClipPathEleme
nt.instance.clipPathUnits_Getter_(unwrap_jso(this))); | 864 AnimatedEnumeration get clipPathUnits => wrap_jso(_blink.BlinkSVGClipPathEleme
nt.instance.clipPathUnits_Getter_(unwrap_jso(this))); |
| 1289 | 865 |
| 1290 } | 866 } |
| 1291 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 867 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1292 // for details. All rights reserved. Use of this source code is governed by a | 868 // for details. All rights reserved. Use of this source code is governed by a |
| 1293 // BSD-style license that can be found in the LICENSE file. | 869 // BSD-style license that can be found in the LICENSE file. |
| 1294 | 870 |
| 1295 // WARNING: Do not edit - generated code. | 871 // WARNING: Do not edit - generated code. |
| 1296 | 872 |
| 1297 | 873 |
| 1298 @DocsEditable() | 874 @DocsEditable() |
| 1299 @DomName('SVGDefsElement') | 875 @DomName('SVGDefsElement') |
| 1300 @Unstable() | 876 @Unstable() |
| 1301 class DefsElement extends GraphicsElement { | 877 class DefsElement extends GraphicsElement { |
| 1302 // To suppress missing implicit constructor warnings. | 878 // To suppress missing implicit constructor warnings. |
| 1303 factory DefsElement._() { throw new UnsupportedError("Not supported"); } | 879 factory DefsElement._() { throw new UnsupportedError("Not supported"); } |
| 1304 | 880 |
| 1305 @DomName('SVGDefsElement.SVGDefsElement') | 881 @DomName('SVGDefsElement.SVGDefsElement') |
| 1306 @DocsEditable() | 882 @DocsEditable() |
| 1307 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); | 883 factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs
"); |
| 1308 | |
| 1309 | |
| 1310 static DefsElement internalCreateDefsElement() { | |
| 1311 return new DefsElement._internalWrap(); | |
| 1312 } | |
| 1313 | |
| 1314 factory DefsElement._internalWrap() { | |
| 1315 return new DefsElement._internal(); | |
| 1316 } | |
| 1317 | |
| 1318 DefsElement._internal() : super._internal(); | |
| 1319 | |
| 1320 /** | 884 /** |
| 1321 * Constructor instantiated by the DOM when a custom element has been created. | 885 * Constructor instantiated by the DOM when a custom element has been created. |
| 1322 * | 886 * |
| 1323 * This can only be called by subclasses from their created constructor. | 887 * This can only be called by subclasses from their created constructor. |
| 1324 */ | 888 */ |
| 1325 DefsElement.created() : super.created(); | 889 DefsElement.created() : super.created(); |
| 1326 | 890 |
| 1327 } | 891 } |
| 1328 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 892 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1329 // for details. All rights reserved. Use of this source code is governed by a | 893 // for details. All rights reserved. Use of this source code is governed by a |
| 1330 // BSD-style license that can be found in the LICENSE file. | 894 // BSD-style license that can be found in the LICENSE file. |
| 1331 | 895 |
| 1332 // WARNING: Do not edit - generated code. | 896 // WARNING: Do not edit - generated code. |
| 1333 | 897 |
| 1334 | 898 |
| 1335 @DocsEditable() | 899 @DocsEditable() |
| 1336 @DomName('SVGDescElement') | 900 @DomName('SVGDescElement') |
| 1337 @Unstable() | 901 @Unstable() |
| 1338 class DescElement extends SvgElement { | 902 class DescElement extends SvgElement { |
| 1339 // To suppress missing implicit constructor warnings. | 903 // To suppress missing implicit constructor warnings. |
| 1340 factory DescElement._() { throw new UnsupportedError("Not supported"); } | 904 factory DescElement._() { throw new UnsupportedError("Not supported"); } |
| 1341 | 905 |
| 1342 @DomName('SVGDescElement.SVGDescElement') | 906 @DomName('SVGDescElement.SVGDescElement') |
| 1343 @DocsEditable() | 907 @DocsEditable() |
| 1344 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); | 908 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc
"); |
| 1345 | |
| 1346 | |
| 1347 static DescElement internalCreateDescElement() { | |
| 1348 return new DescElement._internalWrap(); | |
| 1349 } | |
| 1350 | |
| 1351 factory DescElement._internalWrap() { | |
| 1352 return new DescElement._internal(); | |
| 1353 } | |
| 1354 | |
| 1355 DescElement._internal() : super._internal(); | |
| 1356 | |
| 1357 /** | 909 /** |
| 1358 * Constructor instantiated by the DOM when a custom element has been created. | 910 * Constructor instantiated by the DOM when a custom element has been created. |
| 1359 * | 911 * |
| 1360 * This can only be called by subclasses from their created constructor. | 912 * This can only be called by subclasses from their created constructor. |
| 1361 */ | 913 */ |
| 1362 DescElement.created() : super.created(); | 914 DescElement.created() : super.created(); |
| 1363 | 915 |
| 1364 } | 916 } |
| 1365 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 917 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1366 // for details. All rights reserved. Use of this source code is governed by a | 918 // for details. All rights reserved. Use of this source code is governed by a |
| 1367 // BSD-style license that can be found in the LICENSE file. | 919 // BSD-style license that can be found in the LICENSE file. |
| 1368 | 920 |
| 1369 // WARNING: Do not edit - generated code. | 921 // WARNING: Do not edit - generated code. |
| 1370 | 922 |
| 1371 | 923 |
| 1372 @DocsEditable() | 924 @DocsEditable() |
| 1373 @DomName('SVGDiscardElement') | 925 @DomName('SVGDiscardElement') |
| 1374 @Experimental() // untriaged | 926 @Experimental() // untriaged |
| 1375 class DiscardElement extends SvgElement { | 927 class DiscardElement extends SvgElement { |
| 1376 // To suppress missing implicit constructor warnings. | 928 // To suppress missing implicit constructor warnings. |
| 1377 factory DiscardElement._() { throw new UnsupportedError("Not supported"); } | 929 factory DiscardElement._() { throw new UnsupportedError("Not supported"); } |
| 1378 | |
| 1379 | |
| 1380 static DiscardElement internalCreateDiscardElement() { | |
| 1381 return new DiscardElement._internalWrap(); | |
| 1382 } | |
| 1383 | |
| 1384 factory DiscardElement._internalWrap() { | |
| 1385 return new DiscardElement._internal(); | |
| 1386 } | |
| 1387 | |
| 1388 DiscardElement._internal() : super._internal(); | |
| 1389 | |
| 1390 /** | 930 /** |
| 1391 * Constructor instantiated by the DOM when a custom element has been created. | 931 * Constructor instantiated by the DOM when a custom element has been created. |
| 1392 * | 932 * |
| 1393 * This can only be called by subclasses from their created constructor. | 933 * This can only be called by subclasses from their created constructor. |
| 1394 */ | 934 */ |
| 1395 DiscardElement.created() : super.created(); | 935 DiscardElement.created() : super.created(); |
| 1396 | 936 |
| 1397 } | 937 } |
| 1398 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 938 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1399 // for details. All rights reserved. Use of this source code is governed by a | 939 // for details. All rights reserved. Use of this source code is governed by a |
| 1400 // BSD-style license that can be found in the LICENSE file. | 940 // BSD-style license that can be found in the LICENSE file. |
| 1401 | 941 |
| 1402 // WARNING: Do not edit - generated code. | 942 // WARNING: Do not edit - generated code. |
| 1403 | 943 |
| 1404 | 944 |
| 1405 @DocsEditable() | 945 @DocsEditable() |
| 1406 @DomName('SVGEllipseElement') | 946 @DomName('SVGEllipseElement') |
| 1407 @Unstable() | 947 @Unstable() |
| 1408 class EllipseElement extends GeometryElement { | 948 class EllipseElement extends GeometryElement { |
| 1409 // To suppress missing implicit constructor warnings. | 949 // To suppress missing implicit constructor warnings. |
| 1410 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } | 950 factory EllipseElement._() { throw new UnsupportedError("Not supported"); } |
| 1411 | 951 |
| 1412 @DomName('SVGEllipseElement.SVGEllipseElement') | 952 @DomName('SVGEllipseElement.SVGEllipseElement') |
| 1413 @DocsEditable() | 953 @DocsEditable() |
| 1414 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); | 954 factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("e
llipse"); |
| 1415 | |
| 1416 | |
| 1417 static EllipseElement internalCreateEllipseElement() { | |
| 1418 return new EllipseElement._internalWrap(); | |
| 1419 } | |
| 1420 | |
| 1421 factory EllipseElement._internalWrap() { | |
| 1422 return new EllipseElement._internal(); | |
| 1423 } | |
| 1424 | |
| 1425 EllipseElement._internal() : super._internal(); | |
| 1426 | |
| 1427 /** | 955 /** |
| 1428 * Constructor instantiated by the DOM when a custom element has been created. | 956 * Constructor instantiated by the DOM when a custom element has been created. |
| 1429 * | 957 * |
| 1430 * This can only be called by subclasses from their created constructor. | 958 * This can only be called by subclasses from their created constructor. |
| 1431 */ | 959 */ |
| 1432 EllipseElement.created() : super.created(); | 960 EllipseElement.created() : super.created(); |
| 1433 | 961 |
| 1434 @DomName('SVGEllipseElement.cx') | 962 @DomName('SVGEllipseElement.cx') |
| 1435 @DocsEditable() | 963 @DocsEditable() |
| 1436 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGEllipseElement.instance.cx_Ge
tter_(unwrap_jso(this))); | 964 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGEllipseElement.instance.cx_Ge
tter_(unwrap_jso(this))); |
| (...skipping 25 matching lines...) Expand all Loading... |
| 1462 @SupportedBrowser(SupportedBrowser.IE, '10') | 990 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1463 @SupportedBrowser(SupportedBrowser.SAFARI) | 991 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1464 @Unstable() | 992 @Unstable() |
| 1465 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 993 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { |
| 1466 // To suppress missing implicit constructor warnings. | 994 // To suppress missing implicit constructor warnings. |
| 1467 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); } | 995 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); } |
| 1468 | 996 |
| 1469 @DomName('SVGFEBlendElement.SVGFEBlendElement') | 997 @DomName('SVGFEBlendElement.SVGFEBlendElement') |
| 1470 @DocsEditable() | 998 @DocsEditable() |
| 1471 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eBlend"); | 999 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eBlend"); |
| 1472 | |
| 1473 | |
| 1474 static FEBlendElement internalCreateFEBlendElement() { | |
| 1475 return new FEBlendElement._internalWrap(); | |
| 1476 } | |
| 1477 | |
| 1478 factory FEBlendElement._internalWrap() { | |
| 1479 return new FEBlendElement._internal(); | |
| 1480 } | |
| 1481 | |
| 1482 FEBlendElement._internal() : super._internal(); | |
| 1483 | |
| 1484 /** | 1000 /** |
| 1485 * Constructor instantiated by the DOM when a custom element has been created. | 1001 * Constructor instantiated by the DOM when a custom element has been created. |
| 1486 * | 1002 * |
| 1487 * This can only be called by subclasses from their created constructor. | 1003 * This can only be called by subclasses from their created constructor. |
| 1488 */ | 1004 */ |
| 1489 FEBlendElement.created() : super.created(); | 1005 FEBlendElement.created() : super.created(); |
| 1490 | 1006 |
| 1491 /// Checks if this type is supported on the current platform. | 1007 /// Checks if this type is supported on the current platform. |
| 1492 static bool get supported => true; | 1008 static bool get supported => true; |
| 1493 | 1009 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1562 @SupportedBrowser(SupportedBrowser.IE, '10') | 1078 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1563 @SupportedBrowser(SupportedBrowser.SAFARI) | 1079 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1564 @Unstable() | 1080 @Unstable() |
| 1565 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard
Attributes { | 1081 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard
Attributes { |
| 1566 // To suppress missing implicit constructor warnings. | 1082 // To suppress missing implicit constructor warnings. |
| 1567 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported")
; } | 1083 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported")
; } |
| 1568 | 1084 |
| 1569 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') | 1085 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') |
| 1570 @DocsEditable() | 1086 @DocsEditable() |
| 1571 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_
tag("feColorMatrix"); | 1087 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_
tag("feColorMatrix"); |
| 1572 | |
| 1573 | |
| 1574 static FEColorMatrixElement internalCreateFEColorMatrixElement() { | |
| 1575 return new FEColorMatrixElement._internalWrap(); | |
| 1576 } | |
| 1577 | |
| 1578 factory FEColorMatrixElement._internalWrap() { | |
| 1579 return new FEColorMatrixElement._internal(); | |
| 1580 } | |
| 1581 | |
| 1582 FEColorMatrixElement._internal() : super._internal(); | |
| 1583 | |
| 1584 /** | 1088 /** |
| 1585 * Constructor instantiated by the DOM when a custom element has been created. | 1089 * Constructor instantiated by the DOM when a custom element has been created. |
| 1586 * | 1090 * |
| 1587 * This can only be called by subclasses from their created constructor. | 1091 * This can only be called by subclasses from their created constructor. |
| 1588 */ | 1092 */ |
| 1589 FEColorMatrixElement.created() : super.created(); | 1093 FEColorMatrixElement.created() : super.created(); |
| 1590 | 1094 |
| 1591 /// Checks if this type is supported on the current platform. | 1095 /// Checks if this type is supported on the current platform. |
| 1592 static bool get supported => true; | 1096 static bool get supported => true; |
| 1593 | 1097 |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1658 @SupportedBrowser(SupportedBrowser.IE, '10') | 1162 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1659 @SupportedBrowser(SupportedBrowser.SAFARI) | 1163 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1660 @Unstable() | 1164 @Unstable() |
| 1661 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
andardAttributes { | 1165 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
andardAttributes { |
| 1662 // To suppress missing implicit constructor warnings. | 1166 // To suppress missing implicit constructor warnings. |
| 1663 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo
rted"); } | 1167 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo
rted"); } |
| 1664 | 1168 |
| 1665 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') | 1169 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') |
| 1666 @DocsEditable() | 1170 @DocsEditable() |
| 1667 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl
ement_tag("feComponentTransfer"); | 1171 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl
ement_tag("feComponentTransfer"); |
| 1668 | |
| 1669 | |
| 1670 static FEComponentTransferElement internalCreateFEComponentTransferElement() { | |
| 1671 return new FEComponentTransferElement._internalWrap(); | |
| 1672 } | |
| 1673 | |
| 1674 factory FEComponentTransferElement._internalWrap() { | |
| 1675 return new FEComponentTransferElement._internal(); | |
| 1676 } | |
| 1677 | |
| 1678 FEComponentTransferElement._internal() : super._internal(); | |
| 1679 | |
| 1680 /** | 1172 /** |
| 1681 * Constructor instantiated by the DOM when a custom element has been created. | 1173 * Constructor instantiated by the DOM when a custom element has been created. |
| 1682 * | 1174 * |
| 1683 * This can only be called by subclasses from their created constructor. | 1175 * This can only be called by subclasses from their created constructor. |
| 1684 */ | 1176 */ |
| 1685 FEComponentTransferElement.created() : super.created(); | 1177 FEComponentTransferElement.created() : super.created(); |
| 1686 | 1178 |
| 1687 /// Checks if this type is supported on the current platform. | 1179 /// Checks if this type is supported on the current platform. |
| 1688 static bool get supported => true; | 1180 static bool get supported => true; |
| 1689 | 1181 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1718 | 1210 |
| 1719 // WARNING: Do not edit - generated code. | 1211 // WARNING: Do not edit - generated code. |
| 1720 | 1212 |
| 1721 | 1213 |
| 1722 @DocsEditable() | 1214 @DocsEditable() |
| 1723 @DomName('SVGFECompositeElement') | 1215 @DomName('SVGFECompositeElement') |
| 1724 @Unstable() | 1216 @Unstable() |
| 1725 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt
tributes { | 1217 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt
tributes { |
| 1726 // To suppress missing implicit constructor warnings. | 1218 // To suppress missing implicit constructor warnings. |
| 1727 factory FECompositeElement._() { throw new UnsupportedError("Not supported");
} | 1219 factory FECompositeElement._() { throw new UnsupportedError("Not supported");
} |
| 1728 | |
| 1729 | |
| 1730 static FECompositeElement internalCreateFECompositeElement() { | |
| 1731 return new FECompositeElement._internalWrap(); | |
| 1732 } | |
| 1733 | |
| 1734 factory FECompositeElement._internalWrap() { | |
| 1735 return new FECompositeElement._internal(); | |
| 1736 } | |
| 1737 | |
| 1738 FECompositeElement._internal() : super._internal(); | |
| 1739 | |
| 1740 /** | 1220 /** |
| 1741 * Constructor instantiated by the DOM when a custom element has been created. | 1221 * Constructor instantiated by the DOM when a custom element has been created. |
| 1742 * | 1222 * |
| 1743 * This can only be called by subclasses from their created constructor. | 1223 * This can only be called by subclasses from their created constructor. |
| 1744 */ | 1224 */ |
| 1745 FECompositeElement.created() : super.created(); | 1225 FECompositeElement.created() : super.created(); |
| 1746 | 1226 |
| 1747 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC') | 1227 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC') |
| 1748 @DocsEditable() | 1228 @DocsEditable() |
| 1749 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; | 1229 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1835 @SupportedBrowser(SupportedBrowser.IE, '10') | 1315 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1836 @SupportedBrowser(SupportedBrowser.SAFARI) | 1316 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1837 @Unstable() | 1317 @Unstable() |
| 1838 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand
ardAttributes { | 1318 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand
ardAttributes { |
| 1839 // To suppress missing implicit constructor warnings. | 1319 // To suppress missing implicit constructor warnings. |
| 1840 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte
d"); } | 1320 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 1841 | 1321 |
| 1842 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') | 1322 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') |
| 1843 @DocsEditable() | 1323 @DocsEditable() |
| 1844 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("feConvolveMatrix"); | 1324 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme
nt_tag("feConvolveMatrix"); |
| 1845 | |
| 1846 | |
| 1847 static FEConvolveMatrixElement internalCreateFEConvolveMatrixElement() { | |
| 1848 return new FEConvolveMatrixElement._internalWrap(); | |
| 1849 } | |
| 1850 | |
| 1851 factory FEConvolveMatrixElement._internalWrap() { | |
| 1852 return new FEConvolveMatrixElement._internal(); | |
| 1853 } | |
| 1854 | |
| 1855 FEConvolveMatrixElement._internal() : super._internal(); | |
| 1856 | |
| 1857 /** | 1325 /** |
| 1858 * Constructor instantiated by the DOM when a custom element has been created. | 1326 * Constructor instantiated by the DOM when a custom element has been created. |
| 1859 * | 1327 * |
| 1860 * This can only be called by subclasses from their created constructor. | 1328 * This can only be called by subclasses from their created constructor. |
| 1861 */ | 1329 */ |
| 1862 FEConvolveMatrixElement.created() : super.created(); | 1330 FEConvolveMatrixElement.created() : super.created(); |
| 1863 | 1331 |
| 1864 /// Checks if this type is supported on the current platform. | 1332 /// Checks if this type is supported on the current platform. |
| 1865 static bool get supported => true; | 1333 static bool get supported => true; |
| 1866 | 1334 |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1963 @SupportedBrowser(SupportedBrowser.IE, '10') | 1431 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 1964 @SupportedBrowser(SupportedBrowser.SAFARI) | 1432 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 1965 @Unstable() | 1433 @Unstable() |
| 1966 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { | 1434 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { |
| 1967 // To suppress missing implicit constructor warnings. | 1435 // To suppress missing implicit constructor warnings. |
| 1968 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support
ed"); } | 1436 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support
ed"); } |
| 1969 | 1437 |
| 1970 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') | 1438 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') |
| 1971 @DocsEditable() | 1439 @DocsEditable() |
| 1972 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDiffuseLighting"); | 1440 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDiffuseLighting"); |
| 1973 | |
| 1974 | |
| 1975 static FEDiffuseLightingElement internalCreateFEDiffuseLightingElement() { | |
| 1976 return new FEDiffuseLightingElement._internalWrap(); | |
| 1977 } | |
| 1978 | |
| 1979 factory FEDiffuseLightingElement._internalWrap() { | |
| 1980 return new FEDiffuseLightingElement._internal(); | |
| 1981 } | |
| 1982 | |
| 1983 FEDiffuseLightingElement._internal() : super._internal(); | |
| 1984 | |
| 1985 /** | 1441 /** |
| 1986 * Constructor instantiated by the DOM when a custom element has been created. | 1442 * Constructor instantiated by the DOM when a custom element has been created. |
| 1987 * | 1443 * |
| 1988 * This can only be called by subclasses from their created constructor. | 1444 * This can only be called by subclasses from their created constructor. |
| 1989 */ | 1445 */ |
| 1990 FEDiffuseLightingElement.created() : super.created(); | 1446 FEDiffuseLightingElement.created() : super.created(); |
| 1991 | 1447 |
| 1992 /// Checks if this type is supported on the current platform. | 1448 /// Checks if this type is supported on the current platform. |
| 1993 static bool get supported => true; | 1449 static bool get supported => true; |
| 1994 | 1450 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2047 @SupportedBrowser(SupportedBrowser.IE, '10') | 1503 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2048 @SupportedBrowser(SupportedBrowser.SAFARI) | 1504 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2049 @Unstable() | 1505 @Unstable() |
| 2050 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { | 1506 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan
dardAttributes { |
| 2051 // To suppress missing implicit constructor warnings. | 1507 // To suppress missing implicit constructor warnings. |
| 2052 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support
ed"); } | 1508 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support
ed"); } |
| 2053 | 1509 |
| 2054 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') | 1510 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') |
| 2055 @DocsEditable() | 1511 @DocsEditable() |
| 2056 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDisplacementMap"); | 1512 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem
ent_tag("feDisplacementMap"); |
| 2057 | |
| 2058 | |
| 2059 static FEDisplacementMapElement internalCreateFEDisplacementMapElement() { | |
| 2060 return new FEDisplacementMapElement._internalWrap(); | |
| 2061 } | |
| 2062 | |
| 2063 factory FEDisplacementMapElement._internalWrap() { | |
| 2064 return new FEDisplacementMapElement._internal(); | |
| 2065 } | |
| 2066 | |
| 2067 FEDisplacementMapElement._internal() : super._internal(); | |
| 2068 | |
| 2069 /** | 1513 /** |
| 2070 * Constructor instantiated by the DOM when a custom element has been created. | 1514 * Constructor instantiated by the DOM when a custom element has been created. |
| 2071 * | 1515 * |
| 2072 * This can only be called by subclasses from their created constructor. | 1516 * This can only be called by subclasses from their created constructor. |
| 2073 */ | 1517 */ |
| 2074 FEDisplacementMapElement.created() : super.created(); | 1518 FEDisplacementMapElement.created() : super.created(); |
| 2075 | 1519 |
| 2076 /// Checks if this type is supported on the current platform. | 1520 /// Checks if this type is supported on the current platform. |
| 2077 static bool get supported => true; | 1521 static bool get supported => true; |
| 2078 | 1522 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2151 @SupportedBrowser(SupportedBrowser.IE, '10') | 1595 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2152 @SupportedBrowser(SupportedBrowser.SAFARI) | 1596 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2153 @Unstable() | 1597 @Unstable() |
| 2154 class FEDistantLightElement extends SvgElement { | 1598 class FEDistantLightElement extends SvgElement { |
| 2155 // To suppress missing implicit constructor warnings. | 1599 // To suppress missing implicit constructor warnings. |
| 2156 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported"
); } | 1600 factory FEDistantLightElement._() { throw new UnsupportedError("Not supported"
); } |
| 2157 | 1601 |
| 2158 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') | 1602 @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') |
| 2159 @DocsEditable() | 1603 @DocsEditable() |
| 2160 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feDistantLight"); | 1604 factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feDistantLight"); |
| 2161 | |
| 2162 | |
| 2163 static FEDistantLightElement internalCreateFEDistantLightElement() { | |
| 2164 return new FEDistantLightElement._internalWrap(); | |
| 2165 } | |
| 2166 | |
| 2167 factory FEDistantLightElement._internalWrap() { | |
| 2168 return new FEDistantLightElement._internal(); | |
| 2169 } | |
| 2170 | |
| 2171 FEDistantLightElement._internal() : super._internal(); | |
| 2172 | |
| 2173 /** | 1605 /** |
| 2174 * Constructor instantiated by the DOM when a custom element has been created. | 1606 * Constructor instantiated by the DOM when a custom element has been created. |
| 2175 * | 1607 * |
| 2176 * This can only be called by subclasses from their created constructor. | 1608 * This can only be called by subclasses from their created constructor. |
| 2177 */ | 1609 */ |
| 2178 FEDistantLightElement.created() : super.created(); | 1610 FEDistantLightElement.created() : super.created(); |
| 2179 | 1611 |
| 2180 /// Checks if this type is supported on the current platform. | 1612 /// Checks if this type is supported on the current platform. |
| 2181 static bool get supported => true; | 1613 static bool get supported => true; |
| 2182 | 1614 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 2203 @SupportedBrowser(SupportedBrowser.IE, '10') | 1635 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2204 @SupportedBrowser(SupportedBrowser.SAFARI) | 1636 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2205 @Unstable() | 1637 @Unstable() |
| 2206 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 1638 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { |
| 2207 // To suppress missing implicit constructor warnings. | 1639 // To suppress missing implicit constructor warnings. |
| 2208 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); } | 1640 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); } |
| 2209 | 1641 |
| 2210 @DomName('SVGFEFloodElement.SVGFEFloodElement') | 1642 @DomName('SVGFEFloodElement.SVGFEFloodElement') |
| 2211 @DocsEditable() | 1643 @DocsEditable() |
| 2212 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFlood"); | 1644 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFlood"); |
| 2213 | |
| 2214 | |
| 2215 static FEFloodElement internalCreateFEFloodElement() { | |
| 2216 return new FEFloodElement._internalWrap(); | |
| 2217 } | |
| 2218 | |
| 2219 factory FEFloodElement._internalWrap() { | |
| 2220 return new FEFloodElement._internal(); | |
| 2221 } | |
| 2222 | |
| 2223 FEFloodElement._internal() : super._internal(); | |
| 2224 | |
| 2225 /** | 1645 /** |
| 2226 * Constructor instantiated by the DOM when a custom element has been created. | 1646 * Constructor instantiated by the DOM when a custom element has been created. |
| 2227 * | 1647 * |
| 2228 * This can only be called by subclasses from their created constructor. | 1648 * This can only be called by subclasses from their created constructor. |
| 2229 */ | 1649 */ |
| 2230 FEFloodElement.created() : super.created(); | 1650 FEFloodElement.created() : super.created(); |
| 2231 | 1651 |
| 2232 /// Checks if this type is supported on the current platform. | 1652 /// Checks if this type is supported on the current platform. |
| 2233 static bool get supported => true; | 1653 static bool get supported => true; |
| 2234 | 1654 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2267 @SupportedBrowser(SupportedBrowser.IE, '10') | 1687 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2268 @SupportedBrowser(SupportedBrowser.SAFARI) | 1688 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2269 @Unstable() | 1689 @Unstable() |
| 2270 class FEFuncAElement extends _SVGComponentTransferFunctionElement { | 1690 class FEFuncAElement extends _SVGComponentTransferFunctionElement { |
| 2271 // To suppress missing implicit constructor warnings. | 1691 // To suppress missing implicit constructor warnings. |
| 2272 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); } | 1692 factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); } |
| 2273 | 1693 |
| 2274 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') | 1694 @DomName('SVGFEFuncAElement.SVGFEFuncAElement') |
| 2275 @DocsEditable() | 1695 @DocsEditable() |
| 2276 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncA"); | 1696 factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncA"); |
| 2277 | |
| 2278 | |
| 2279 static FEFuncAElement internalCreateFEFuncAElement() { | |
| 2280 return new FEFuncAElement._internalWrap(); | |
| 2281 } | |
| 2282 | |
| 2283 factory FEFuncAElement._internalWrap() { | |
| 2284 return new FEFuncAElement._internal(); | |
| 2285 } | |
| 2286 | |
| 2287 FEFuncAElement._internal() : super._internal(); | |
| 2288 | |
| 2289 /** | 1697 /** |
| 2290 * Constructor instantiated by the DOM when a custom element has been created. | 1698 * Constructor instantiated by the DOM when a custom element has been created. |
| 2291 * | 1699 * |
| 2292 * This can only be called by subclasses from their created constructor. | 1700 * This can only be called by subclasses from their created constructor. |
| 2293 */ | 1701 */ |
| 2294 FEFuncAElement.created() : super.created(); | 1702 FEFuncAElement.created() : super.created(); |
| 2295 | 1703 |
| 2296 /// Checks if this type is supported on the current platform. | 1704 /// Checks if this type is supported on the current platform. |
| 2297 static bool get supported => true; | 1705 static bool get supported => true; |
| 2298 | 1706 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 2311 @SupportedBrowser(SupportedBrowser.IE, '10') | 1719 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2312 @SupportedBrowser(SupportedBrowser.SAFARI) | 1720 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2313 @Unstable() | 1721 @Unstable() |
| 2314 class FEFuncBElement extends _SVGComponentTransferFunctionElement { | 1722 class FEFuncBElement extends _SVGComponentTransferFunctionElement { |
| 2315 // To suppress missing implicit constructor warnings. | 1723 // To suppress missing implicit constructor warnings. |
| 2316 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); } | 1724 factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); } |
| 2317 | 1725 |
| 2318 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') | 1726 @DomName('SVGFEFuncBElement.SVGFEFuncBElement') |
| 2319 @DocsEditable() | 1727 @DocsEditable() |
| 2320 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncB"); | 1728 factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncB"); |
| 2321 | |
| 2322 | |
| 2323 static FEFuncBElement internalCreateFEFuncBElement() { | |
| 2324 return new FEFuncBElement._internalWrap(); | |
| 2325 } | |
| 2326 | |
| 2327 factory FEFuncBElement._internalWrap() { | |
| 2328 return new FEFuncBElement._internal(); | |
| 2329 } | |
| 2330 | |
| 2331 FEFuncBElement._internal() : super._internal(); | |
| 2332 | |
| 2333 /** | 1729 /** |
| 2334 * Constructor instantiated by the DOM when a custom element has been created. | 1730 * Constructor instantiated by the DOM when a custom element has been created. |
| 2335 * | 1731 * |
| 2336 * This can only be called by subclasses from their created constructor. | 1732 * This can only be called by subclasses from their created constructor. |
| 2337 */ | 1733 */ |
| 2338 FEFuncBElement.created() : super.created(); | 1734 FEFuncBElement.created() : super.created(); |
| 2339 | 1735 |
| 2340 /// Checks if this type is supported on the current platform. | 1736 /// Checks if this type is supported on the current platform. |
| 2341 static bool get supported => true; | 1737 static bool get supported => true; |
| 2342 | 1738 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 2355 @SupportedBrowser(SupportedBrowser.IE, '10') | 1751 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2356 @SupportedBrowser(SupportedBrowser.SAFARI) | 1752 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2357 @Unstable() | 1753 @Unstable() |
| 2358 class FEFuncGElement extends _SVGComponentTransferFunctionElement { | 1754 class FEFuncGElement extends _SVGComponentTransferFunctionElement { |
| 2359 // To suppress missing implicit constructor warnings. | 1755 // To suppress missing implicit constructor warnings. |
| 2360 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); } | 1756 factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); } |
| 2361 | 1757 |
| 2362 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') | 1758 @DomName('SVGFEFuncGElement.SVGFEFuncGElement') |
| 2363 @DocsEditable() | 1759 @DocsEditable() |
| 2364 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncG"); | 1760 factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncG"); |
| 2365 | |
| 2366 | |
| 2367 static FEFuncGElement internalCreateFEFuncGElement() { | |
| 2368 return new FEFuncGElement._internalWrap(); | |
| 2369 } | |
| 2370 | |
| 2371 factory FEFuncGElement._internalWrap() { | |
| 2372 return new FEFuncGElement._internal(); | |
| 2373 } | |
| 2374 | |
| 2375 FEFuncGElement._internal() : super._internal(); | |
| 2376 | |
| 2377 /** | 1761 /** |
| 2378 * Constructor instantiated by the DOM when a custom element has been created. | 1762 * Constructor instantiated by the DOM when a custom element has been created. |
| 2379 * | 1763 * |
| 2380 * This can only be called by subclasses from their created constructor. | 1764 * This can only be called by subclasses from their created constructor. |
| 2381 */ | 1765 */ |
| 2382 FEFuncGElement.created() : super.created(); | 1766 FEFuncGElement.created() : super.created(); |
| 2383 | 1767 |
| 2384 /// Checks if this type is supported on the current platform. | 1768 /// Checks if this type is supported on the current platform. |
| 2385 static bool get supported => true; | 1769 static bool get supported => true; |
| 2386 | 1770 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 2399 @SupportedBrowser(SupportedBrowser.IE, '10') | 1783 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2400 @SupportedBrowser(SupportedBrowser.SAFARI) | 1784 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2401 @Unstable() | 1785 @Unstable() |
| 2402 class FEFuncRElement extends _SVGComponentTransferFunctionElement { | 1786 class FEFuncRElement extends _SVGComponentTransferFunctionElement { |
| 2403 // To suppress missing implicit constructor warnings. | 1787 // To suppress missing implicit constructor warnings. |
| 2404 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); } | 1788 factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); } |
| 2405 | 1789 |
| 2406 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') | 1790 @DomName('SVGFEFuncRElement.SVGFEFuncRElement') |
| 2407 @DocsEditable() | 1791 @DocsEditable() |
| 2408 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncR"); | 1792 factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eFuncR"); |
| 2409 | |
| 2410 | |
| 2411 static FEFuncRElement internalCreateFEFuncRElement() { | |
| 2412 return new FEFuncRElement._internalWrap(); | |
| 2413 } | |
| 2414 | |
| 2415 factory FEFuncRElement._internalWrap() { | |
| 2416 return new FEFuncRElement._internal(); | |
| 2417 } | |
| 2418 | |
| 2419 FEFuncRElement._internal() : super._internal(); | |
| 2420 | |
| 2421 /** | 1793 /** |
| 2422 * Constructor instantiated by the DOM when a custom element has been created. | 1794 * Constructor instantiated by the DOM when a custom element has been created. |
| 2423 * | 1795 * |
| 2424 * This can only be called by subclasses from their created constructor. | 1796 * This can only be called by subclasses from their created constructor. |
| 2425 */ | 1797 */ |
| 2426 FEFuncRElement.created() : super.created(); | 1798 FEFuncRElement.created() : super.created(); |
| 2427 | 1799 |
| 2428 /// Checks if this type is supported on the current platform. | 1800 /// Checks if this type is supported on the current platform. |
| 2429 static bool get supported => true; | 1801 static bool get supported => true; |
| 2430 | 1802 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 2443 @SupportedBrowser(SupportedBrowser.IE, '10') | 1815 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2444 @SupportedBrowser(SupportedBrowser.SAFARI) | 1816 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2445 @Unstable() | 1817 @Unstable() |
| 2446 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar
dAttributes { | 1818 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar
dAttributes { |
| 2447 // To suppress missing implicit constructor warnings. | 1819 // To suppress missing implicit constructor warnings. |
| 2448 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported"
); } | 1820 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported"
); } |
| 2449 | 1821 |
| 2450 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') | 1822 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') |
| 2451 @DocsEditable() | 1823 @DocsEditable() |
| 2452 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feGaussianBlur"); | 1824 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement
_tag("feGaussianBlur"); |
| 2453 | |
| 2454 | |
| 2455 static FEGaussianBlurElement internalCreateFEGaussianBlurElement() { | |
| 2456 return new FEGaussianBlurElement._internalWrap(); | |
| 2457 } | |
| 2458 | |
| 2459 factory FEGaussianBlurElement._internalWrap() { | |
| 2460 return new FEGaussianBlurElement._internal(); | |
| 2461 } | |
| 2462 | |
| 2463 FEGaussianBlurElement._internal() : super._internal(); | |
| 2464 | |
| 2465 /** | 1825 /** |
| 2466 * Constructor instantiated by the DOM when a custom element has been created. | 1826 * Constructor instantiated by the DOM when a custom element has been created. |
| 2467 * | 1827 * |
| 2468 * This can only be called by subclasses from their created constructor. | 1828 * This can only be called by subclasses from their created constructor. |
| 2469 */ | 1829 */ |
| 2470 FEGaussianBlurElement.created() : super.created(); | 1830 FEGaussianBlurElement.created() : super.created(); |
| 2471 | 1831 |
| 2472 /// Checks if this type is supported on the current platform. | 1832 /// Checks if this type is supported on the current platform. |
| 2473 static bool get supported => true; | 1833 static bool get supported => true; |
| 2474 | 1834 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2523 @SupportedBrowser(SupportedBrowser.IE, '10') | 1883 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2524 @SupportedBrowser(SupportedBrowser.SAFARI) | 1884 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2525 @Unstable() | 1885 @Unstable() |
| 2526 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes, UriReference { | 1886 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes, UriReference { |
| 2527 // To suppress missing implicit constructor warnings. | 1887 // To suppress missing implicit constructor warnings. |
| 2528 factory FEImageElement._() { throw new UnsupportedError("Not supported"); } | 1888 factory FEImageElement._() { throw new UnsupportedError("Not supported"); } |
| 2529 | 1889 |
| 2530 @DomName('SVGFEImageElement.SVGFEImageElement') | 1890 @DomName('SVGFEImageElement.SVGFEImageElement') |
| 2531 @DocsEditable() | 1891 @DocsEditable() |
| 2532 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eImage"); | 1892 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eImage"); |
| 2533 | |
| 2534 | |
| 2535 static FEImageElement internalCreateFEImageElement() { | |
| 2536 return new FEImageElement._internalWrap(); | |
| 2537 } | |
| 2538 | |
| 2539 factory FEImageElement._internalWrap() { | |
| 2540 return new FEImageElement._internal(); | |
| 2541 } | |
| 2542 | |
| 2543 FEImageElement._internal() : super._internal(); | |
| 2544 | |
| 2545 /** | 1893 /** |
| 2546 * Constructor instantiated by the DOM when a custom element has been created. | 1894 * Constructor instantiated by the DOM when a custom element has been created. |
| 2547 * | 1895 * |
| 2548 * This can only be called by subclasses from their created constructor. | 1896 * This can only be called by subclasses from their created constructor. |
| 2549 */ | 1897 */ |
| 2550 FEImageElement.created() : super.created(); | 1898 FEImageElement.created() : super.created(); |
| 2551 | 1899 |
| 2552 /// Checks if this type is supported on the current platform. | 1900 /// Checks if this type is supported on the current platform. |
| 2553 static bool get supported => true; | 1901 static bool get supported => true; |
| 2554 | 1902 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2595 @SupportedBrowser(SupportedBrowser.IE, '10') | 1943 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2596 @SupportedBrowser(SupportedBrowser.SAFARI) | 1944 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2597 @Unstable() | 1945 @Unstable() |
| 2598 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { | 1946 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib
utes { |
| 2599 // To suppress missing implicit constructor warnings. | 1947 // To suppress missing implicit constructor warnings. |
| 2600 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); } | 1948 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); } |
| 2601 | 1949 |
| 2602 @DomName('SVGFEMergeElement.SVGFEMergeElement') | 1950 @DomName('SVGFEMergeElement.SVGFEMergeElement') |
| 2603 @DocsEditable() | 1951 @DocsEditable() |
| 2604 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eMerge"); | 1952 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f
eMerge"); |
| 2605 | |
| 2606 | |
| 2607 static FEMergeElement internalCreateFEMergeElement() { | |
| 2608 return new FEMergeElement._internalWrap(); | |
| 2609 } | |
| 2610 | |
| 2611 factory FEMergeElement._internalWrap() { | |
| 2612 return new FEMergeElement._internal(); | |
| 2613 } | |
| 2614 | |
| 2615 FEMergeElement._internal() : super._internal(); | |
| 2616 | |
| 2617 /** | 1953 /** |
| 2618 * Constructor instantiated by the DOM when a custom element has been created. | 1954 * Constructor instantiated by the DOM when a custom element has been created. |
| 2619 * | 1955 * |
| 2620 * This can only be called by subclasses from their created constructor. | 1956 * This can only be called by subclasses from their created constructor. |
| 2621 */ | 1957 */ |
| 2622 FEMergeElement.created() : super.created(); | 1958 FEMergeElement.created() : super.created(); |
| 2623 | 1959 |
| 2624 /// Checks if this type is supported on the current platform. | 1960 /// Checks if this type is supported on the current platform. |
| 2625 static bool get supported => true; | 1961 static bool get supported => true; |
| 2626 | 1962 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2659 @SupportedBrowser(SupportedBrowser.IE, '10') | 1995 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2660 @SupportedBrowser(SupportedBrowser.SAFARI) | 1996 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2661 @Unstable() | 1997 @Unstable() |
| 2662 class FEMergeNodeElement extends SvgElement { | 1998 class FEMergeNodeElement extends SvgElement { |
| 2663 // To suppress missing implicit constructor warnings. | 1999 // To suppress missing implicit constructor warnings. |
| 2664 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported");
} | 2000 factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported");
} |
| 2665 | 2001 |
| 2666 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') | 2002 @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') |
| 2667 @DocsEditable() | 2003 @DocsEditable() |
| 2668 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feMergeNode"); | 2004 factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feMergeNode"); |
| 2669 | |
| 2670 | |
| 2671 static FEMergeNodeElement internalCreateFEMergeNodeElement() { | |
| 2672 return new FEMergeNodeElement._internalWrap(); | |
| 2673 } | |
| 2674 | |
| 2675 factory FEMergeNodeElement._internalWrap() { | |
| 2676 return new FEMergeNodeElement._internal(); | |
| 2677 } | |
| 2678 | |
| 2679 FEMergeNodeElement._internal() : super._internal(); | |
| 2680 | |
| 2681 /** | 2005 /** |
| 2682 * Constructor instantiated by the DOM when a custom element has been created. | 2006 * Constructor instantiated by the DOM when a custom element has been created. |
| 2683 * | 2007 * |
| 2684 * This can only be called by subclasses from their created constructor. | 2008 * This can only be called by subclasses from their created constructor. |
| 2685 */ | 2009 */ |
| 2686 FEMergeNodeElement.created() : super.created(); | 2010 FEMergeNodeElement.created() : super.created(); |
| 2687 | 2011 |
| 2688 /// Checks if this type is supported on the current platform. | 2012 /// Checks if this type is supported on the current platform. |
| 2689 static bool get supported => true; | 2013 static bool get supported => true; |
| 2690 | 2014 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 2703 @DocsEditable() | 2027 @DocsEditable() |
| 2704 @DomName('SVGFEMorphologyElement') | 2028 @DomName('SVGFEMorphologyElement') |
| 2705 @SupportedBrowser(SupportedBrowser.CHROME) | 2029 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2706 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2030 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2707 @SupportedBrowser(SupportedBrowser.IE, '10') | 2031 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2708 @SupportedBrowser(SupportedBrowser.SAFARI) | 2032 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2709 @Unstable() | 2033 @Unstable() |
| 2710 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { | 2034 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { |
| 2711 // To suppress missing implicit constructor warnings. | 2035 // To suppress missing implicit constructor warnings. |
| 2712 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported");
} | 2036 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported");
} |
| 2713 | |
| 2714 | |
| 2715 static FEMorphologyElement internalCreateFEMorphologyElement() { | |
| 2716 return new FEMorphologyElement._internalWrap(); | |
| 2717 } | |
| 2718 | |
| 2719 factory FEMorphologyElement._internalWrap() { | |
| 2720 return new FEMorphologyElement._internal(); | |
| 2721 } | |
| 2722 | |
| 2723 FEMorphologyElement._internal() : super._internal(); | |
| 2724 | |
| 2725 /** | 2037 /** |
| 2726 * Constructor instantiated by the DOM when a custom element has been created. | 2038 * Constructor instantiated by the DOM when a custom element has been created. |
| 2727 * | 2039 * |
| 2728 * This can only be called by subclasses from their created constructor. | 2040 * This can only be called by subclasses from their created constructor. |
| 2729 */ | 2041 */ |
| 2730 FEMorphologyElement.created() : super.created(); | 2042 FEMorphologyElement.created() : super.created(); |
| 2731 | 2043 |
| 2732 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') | 2044 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') |
| 2733 @DocsEditable() | 2045 @DocsEditable() |
| 2734 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; | 2046 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2792 @SupportedBrowser(SupportedBrowser.IE, '10') | 2104 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2793 @SupportedBrowser(SupportedBrowser.SAFARI) | 2105 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2794 @Unstable() | 2106 @Unstable() |
| 2795 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri
butes { | 2107 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri
butes { |
| 2796 // To suppress missing implicit constructor warnings. | 2108 // To suppress missing implicit constructor warnings. |
| 2797 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); } | 2109 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); } |
| 2798 | 2110 |
| 2799 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') | 2111 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') |
| 2800 @DocsEditable() | 2112 @DocsEditable() |
| 2801 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag("
feOffset"); | 2113 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag("
feOffset"); |
| 2802 | |
| 2803 | |
| 2804 static FEOffsetElement internalCreateFEOffsetElement() { | |
| 2805 return new FEOffsetElement._internalWrap(); | |
| 2806 } | |
| 2807 | |
| 2808 factory FEOffsetElement._internalWrap() { | |
| 2809 return new FEOffsetElement._internal(); | |
| 2810 } | |
| 2811 | |
| 2812 FEOffsetElement._internal() : super._internal(); | |
| 2813 | |
| 2814 /** | 2114 /** |
| 2815 * Constructor instantiated by the DOM when a custom element has been created. | 2115 * Constructor instantiated by the DOM when a custom element has been created. |
| 2816 * | 2116 * |
| 2817 * This can only be called by subclasses from their created constructor. | 2117 * This can only be called by subclasses from their created constructor. |
| 2818 */ | 2118 */ |
| 2819 FEOffsetElement.created() : super.created(); | 2119 FEOffsetElement.created() : super.created(); |
| 2820 | 2120 |
| 2821 /// Checks if this type is supported on the current platform. | 2121 /// Checks if this type is supported on the current platform. |
| 2822 static bool get supported => true; | 2122 static bool get supported => true; |
| 2823 | 2123 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2868 @SupportedBrowser(SupportedBrowser.IE, '10') | 2168 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2869 @SupportedBrowser(SupportedBrowser.SAFARI) | 2169 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2870 @Unstable() | 2170 @Unstable() |
| 2871 class FEPointLightElement extends SvgElement { | 2171 class FEPointLightElement extends SvgElement { |
| 2872 // To suppress missing implicit constructor warnings. | 2172 // To suppress missing implicit constructor warnings. |
| 2873 factory FEPointLightElement._() { throw new UnsupportedError("Not supported");
} | 2173 factory FEPointLightElement._() { throw new UnsupportedError("Not supported");
} |
| 2874 | 2174 |
| 2875 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') | 2175 @DomName('SVGFEPointLightElement.SVGFEPointLightElement') |
| 2876 @DocsEditable() | 2176 @DocsEditable() |
| 2877 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("fePointLight"); | 2177 factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("fePointLight"); |
| 2878 | |
| 2879 | |
| 2880 static FEPointLightElement internalCreateFEPointLightElement() { | |
| 2881 return new FEPointLightElement._internalWrap(); | |
| 2882 } | |
| 2883 | |
| 2884 factory FEPointLightElement._internalWrap() { | |
| 2885 return new FEPointLightElement._internal(); | |
| 2886 } | |
| 2887 | |
| 2888 FEPointLightElement._internal() : super._internal(); | |
| 2889 | |
| 2890 /** | 2178 /** |
| 2891 * Constructor instantiated by the DOM when a custom element has been created. | 2179 * Constructor instantiated by the DOM when a custom element has been created. |
| 2892 * | 2180 * |
| 2893 * This can only be called by subclasses from their created constructor. | 2181 * This can only be called by subclasses from their created constructor. |
| 2894 */ | 2182 */ |
| 2895 FEPointLightElement.created() : super.created(); | 2183 FEPointLightElement.created() : super.created(); |
| 2896 | 2184 |
| 2897 /// Checks if this type is supported on the current platform. | 2185 /// Checks if this type is supported on the current platform. |
| 2898 static bool get supported => true; | 2186 static bool get supported => true; |
| 2899 | 2187 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 2924 @SupportedBrowser(SupportedBrowser.IE, '10') | 2212 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2925 @SupportedBrowser(SupportedBrowser.SAFARI) | 2213 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2926 @Unstable() | 2214 @Unstable() |
| 2927 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta
ndardAttributes { | 2215 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta
ndardAttributes { |
| 2928 // To suppress missing implicit constructor warnings. | 2216 // To suppress missing implicit constructor warnings. |
| 2929 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor
ted"); } | 2217 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor
ted"); } |
| 2930 | 2218 |
| 2931 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') | 2219 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') |
| 2932 @DocsEditable() | 2220 @DocsEditable() |
| 2933 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle
ment_tag("feSpecularLighting"); | 2221 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle
ment_tag("feSpecularLighting"); |
| 2934 | |
| 2935 | |
| 2936 static FESpecularLightingElement internalCreateFESpecularLightingElement() { | |
| 2937 return new FESpecularLightingElement._internalWrap(); | |
| 2938 } | |
| 2939 | |
| 2940 factory FESpecularLightingElement._internalWrap() { | |
| 2941 return new FESpecularLightingElement._internal(); | |
| 2942 } | |
| 2943 | |
| 2944 FESpecularLightingElement._internal() : super._internal(); | |
| 2945 | |
| 2946 /** | 2222 /** |
| 2947 * Constructor instantiated by the DOM when a custom element has been created. | 2223 * Constructor instantiated by the DOM when a custom element has been created. |
| 2948 * | 2224 * |
| 2949 * This can only be called by subclasses from their created constructor. | 2225 * This can only be called by subclasses from their created constructor. |
| 2950 */ | 2226 */ |
| 2951 FESpecularLightingElement.created() : super.created(); | 2227 FESpecularLightingElement.created() : super.created(); |
| 2952 | 2228 |
| 2953 /// Checks if this type is supported on the current platform. | 2229 /// Checks if this type is supported on the current platform. |
| 2954 static bool get supported => true; | 2230 static bool get supported => true; |
| 2955 | 2231 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3004 @SupportedBrowser(SupportedBrowser.IE, '10') | 2280 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 3005 @SupportedBrowser(SupportedBrowser.SAFARI) | 2281 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 3006 @Unstable() | 2282 @Unstable() |
| 3007 class FESpotLightElement extends SvgElement { | 2283 class FESpotLightElement extends SvgElement { |
| 3008 // To suppress missing implicit constructor warnings. | 2284 // To suppress missing implicit constructor warnings. |
| 3009 factory FESpotLightElement._() { throw new UnsupportedError("Not supported");
} | 2285 factory FESpotLightElement._() { throw new UnsupportedError("Not supported");
} |
| 3010 | 2286 |
| 3011 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') | 2287 @DomName('SVGFESpotLightElement.SVGFESpotLightElement') |
| 3012 @DocsEditable() | 2288 @DocsEditable() |
| 3013 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feSpotLight"); | 2289 factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_ta
g("feSpotLight"); |
| 3014 | |
| 3015 | |
| 3016 static FESpotLightElement internalCreateFESpotLightElement() { | |
| 3017 return new FESpotLightElement._internalWrap(); | |
| 3018 } | |
| 3019 | |
| 3020 factory FESpotLightElement._internalWrap() { | |
| 3021 return new FESpotLightElement._internal(); | |
| 3022 } | |
| 3023 | |
| 3024 FESpotLightElement._internal() : super._internal(); | |
| 3025 | |
| 3026 /** | 2290 /** |
| 3027 * Constructor instantiated by the DOM when a custom element has been created. | 2291 * Constructor instantiated by the DOM when a custom element has been created. |
| 3028 * | 2292 * |
| 3029 * This can only be called by subclasses from their created constructor. | 2293 * This can only be called by subclasses from their created constructor. |
| 3030 */ | 2294 */ |
| 3031 FESpotLightElement.created() : super.created(); | 2295 FESpotLightElement.created() : super.created(); |
| 3032 | 2296 |
| 3033 /// Checks if this type is supported on the current platform. | 2297 /// Checks if this type is supported on the current platform. |
| 3034 static bool get supported => true; | 2298 static bool get supported => true; |
| 3035 | 2299 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3080 @SupportedBrowser(SupportedBrowser.IE, '10') | 2344 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 3081 @SupportedBrowser(SupportedBrowser.SAFARI) | 2345 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 3082 @Unstable() | 2346 @Unstable() |
| 3083 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu
tes { | 2347 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu
tes { |
| 3084 // To suppress missing implicit constructor warnings. | 2348 // To suppress missing implicit constructor warnings. |
| 3085 factory FETileElement._() { throw new UnsupportedError("Not supported"); } | 2349 factory FETileElement._() { throw new UnsupportedError("Not supported"); } |
| 3086 | 2350 |
| 3087 @DomName('SVGFETileElement.SVGFETileElement') | 2351 @DomName('SVGFETileElement.SVGFETileElement') |
| 3088 @DocsEditable() | 2352 @DocsEditable() |
| 3089 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe
Tile"); | 2353 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe
Tile"); |
| 3090 | |
| 3091 | |
| 3092 static FETileElement internalCreateFETileElement() { | |
| 3093 return new FETileElement._internalWrap(); | |
| 3094 } | |
| 3095 | |
| 3096 factory FETileElement._internalWrap() { | |
| 3097 return new FETileElement._internal(); | |
| 3098 } | |
| 3099 | |
| 3100 FETileElement._internal() : super._internal(); | |
| 3101 | |
| 3102 /** | 2354 /** |
| 3103 * Constructor instantiated by the DOM when a custom element has been created. | 2355 * Constructor instantiated by the DOM when a custom element has been created. |
| 3104 * | 2356 * |
| 3105 * This can only be called by subclasses from their created constructor. | 2357 * This can only be called by subclasses from their created constructor. |
| 3106 */ | 2358 */ |
| 3107 FETileElement.created() : super.created(); | 2359 FETileElement.created() : super.created(); |
| 3108 | 2360 |
| 3109 /// Checks if this type is supported on the current platform. | 2361 /// Checks if this type is supported on the current platform. |
| 3110 static bool get supported => true; | 2362 static bool get supported => true; |
| 3111 | 2363 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3148 @SupportedBrowser(SupportedBrowser.IE, '10') | 2400 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 3149 @SupportedBrowser(SupportedBrowser.SAFARI) | 2401 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 3150 @Unstable() | 2402 @Unstable() |
| 3151 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { | 2403 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA
ttributes { |
| 3152 // To suppress missing implicit constructor warnings. | 2404 // To suppress missing implicit constructor warnings. |
| 3153 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported");
} | 2405 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported");
} |
| 3154 | 2406 |
| 3155 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') | 2407 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') |
| 3156 @DocsEditable() | 2408 @DocsEditable() |
| 3157 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("feTurbulence"); | 2409 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t
ag("feTurbulence"); |
| 3158 | |
| 3159 | |
| 3160 static FETurbulenceElement internalCreateFETurbulenceElement() { | |
| 3161 return new FETurbulenceElement._internalWrap(); | |
| 3162 } | |
| 3163 | |
| 3164 factory FETurbulenceElement._internalWrap() { | |
| 3165 return new FETurbulenceElement._internal(); | |
| 3166 } | |
| 3167 | |
| 3168 FETurbulenceElement._internal() : super._internal(); | |
| 3169 | |
| 3170 /** | 2410 /** |
| 3171 * Constructor instantiated by the DOM when a custom element has been created. | 2411 * Constructor instantiated by the DOM when a custom element has been created. |
| 3172 * | 2412 * |
| 3173 * This can only be called by subclasses from their created constructor. | 2413 * This can only be called by subclasses from their created constructor. |
| 3174 */ | 2414 */ |
| 3175 FETurbulenceElement.created() : super.created(); | 2415 FETurbulenceElement.created() : super.created(); |
| 3176 | 2416 |
| 3177 /// Checks if this type is supported on the current platform. | 2417 /// Checks if this type is supported on the current platform. |
| 3178 static bool get supported => true; | 2418 static bool get supported => true; |
| 3179 | 2419 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3260 @SupportedBrowser(SupportedBrowser.IE, '10') | 2500 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 3261 @SupportedBrowser(SupportedBrowser.SAFARI) | 2501 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 3262 @Unstable() | 2502 @Unstable() |
| 3263 class FilterElement extends SvgElement implements UriReference { | 2503 class FilterElement extends SvgElement implements UriReference { |
| 3264 // To suppress missing implicit constructor warnings. | 2504 // To suppress missing implicit constructor warnings. |
| 3265 factory FilterElement._() { throw new UnsupportedError("Not supported"); } | 2505 factory FilterElement._() { throw new UnsupportedError("Not supported"); } |
| 3266 | 2506 |
| 3267 @DomName('SVGFilterElement.SVGFilterElement') | 2507 @DomName('SVGFilterElement.SVGFilterElement') |
| 3268 @DocsEditable() | 2508 @DocsEditable() |
| 3269 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); | 2509 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi
lter"); |
| 3270 | |
| 3271 | |
| 3272 static FilterElement internalCreateFilterElement() { | |
| 3273 return new FilterElement._internalWrap(); | |
| 3274 } | |
| 3275 | |
| 3276 factory FilterElement._internalWrap() { | |
| 3277 return new FilterElement._internal(); | |
| 3278 } | |
| 3279 | |
| 3280 FilterElement._internal() : super._internal(); | |
| 3281 | |
| 3282 /** | 2510 /** |
| 3283 * Constructor instantiated by the DOM when a custom element has been created. | 2511 * Constructor instantiated by the DOM when a custom element has been created. |
| 3284 * | 2512 * |
| 3285 * This can only be called by subclasses from their created constructor. | 2513 * This can only be called by subclasses from their created constructor. |
| 3286 */ | 2514 */ |
| 3287 FilterElement.created() : super.created(); | 2515 FilterElement.created() : super.created(); |
| 3288 | 2516 |
| 3289 /// Checks if this type is supported on the current platform. | 2517 /// Checks if this type is supported on the current platform. |
| 3290 static bool get supported => true; | 2518 static bool get supported => true; |
| 3291 | 2519 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3337 // WARNING: Do not edit - generated code. | 2565 // WARNING: Do not edit - generated code. |
| 3338 | 2566 |
| 3339 | 2567 |
| 3340 @DocsEditable() | 2568 @DocsEditable() |
| 3341 @DomName('SVGFilterPrimitiveStandardAttributes') | 2569 @DomName('SVGFilterPrimitiveStandardAttributes') |
| 3342 @Unstable() | 2570 @Unstable() |
| 3343 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass
2 { | 2571 abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass
2 { |
| 3344 // To suppress missing implicit constructor warnings. | 2572 // To suppress missing implicit constructor warnings. |
| 3345 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No
t supported"); } | 2573 factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("No
t supported"); } |
| 3346 | 2574 |
| 3347 static FilterPrimitiveStandardAttributes internalCreateFilterPrimitiveStandard
Attributes() { | |
| 3348 return new FilterPrimitiveStandardAttributes._internalWrap(); | |
| 3349 } | |
| 3350 | |
| 3351 JsObject blink_jsObject = null; | |
| 3352 | |
| 3353 factory FilterPrimitiveStandardAttributes._internalWrap() { | |
| 3354 return new FilterPrimitiveStandardAttributes._internal(); | |
| 3355 } | |
| 3356 | |
| 3357 FilterPrimitiveStandardAttributes._internal() { } | |
| 3358 | |
| 3359 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 3360 | |
| 3361 @DomName('SVGFilterPrimitiveStandardAttributes.height') | 2575 @DomName('SVGFilterPrimitiveStandardAttributes.height') |
| 3362 @DocsEditable() | 2576 @DocsEditable() |
| 3363 AnimatedLength get height; | 2577 AnimatedLength get height; |
| 3364 | 2578 |
| 3365 @DomName('SVGFilterPrimitiveStandardAttributes.result') | 2579 @DomName('SVGFilterPrimitiveStandardAttributes.result') |
| 3366 @DocsEditable() | 2580 @DocsEditable() |
| 3367 AnimatedString get result; | 2581 AnimatedString get result; |
| 3368 | 2582 |
| 3369 @DomName('SVGFilterPrimitiveStandardAttributes.width') | 2583 @DomName('SVGFilterPrimitiveStandardAttributes.width') |
| 3370 @DocsEditable() | 2584 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 3386 // WARNING: Do not edit - generated code. | 2600 // WARNING: Do not edit - generated code. |
| 3387 | 2601 |
| 3388 | 2602 |
| 3389 @DocsEditable() | 2603 @DocsEditable() |
| 3390 @DomName('SVGFitToViewBox') | 2604 @DomName('SVGFitToViewBox') |
| 3391 @Unstable() | 2605 @Unstable() |
| 3392 abstract class FitToViewBox extends NativeFieldWrapperClass2 { | 2606 abstract class FitToViewBox extends NativeFieldWrapperClass2 { |
| 3393 // To suppress missing implicit constructor warnings. | 2607 // To suppress missing implicit constructor warnings. |
| 3394 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } | 2608 factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } |
| 3395 | 2609 |
| 3396 static FitToViewBox internalCreateFitToViewBox() { | |
| 3397 return new FitToViewBox._internalWrap(); | |
| 3398 } | |
| 3399 | |
| 3400 JsObject blink_jsObject = null; | |
| 3401 | |
| 3402 factory FitToViewBox._internalWrap() { | |
| 3403 return new FitToViewBox._internal(); | |
| 3404 } | |
| 3405 | |
| 3406 FitToViewBox._internal() { } | |
| 3407 | |
| 3408 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 3409 | |
| 3410 @DomName('SVGFitToViewBox.preserveAspectRatio') | 2610 @DomName('SVGFitToViewBox.preserveAspectRatio') |
| 3411 @DocsEditable() | 2611 @DocsEditable() |
| 3412 AnimatedPreserveAspectRatio get preserveAspectRatio; | 2612 AnimatedPreserveAspectRatio get preserveAspectRatio; |
| 3413 | 2613 |
| 3414 @DomName('SVGFitToViewBox.viewBox') | 2614 @DomName('SVGFitToViewBox.viewBox') |
| 3415 @DocsEditable() | 2615 @DocsEditable() |
| 3416 AnimatedRect get viewBox; | 2616 AnimatedRect get viewBox; |
| 3417 | 2617 |
| 3418 } | 2618 } |
| 3419 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2619 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3420 // for details. All rights reserved. Use of this source code is governed by a | 2620 // for details. All rights reserved. Use of this source code is governed by a |
| 3421 // BSD-style license that can be found in the LICENSE file. | 2621 // BSD-style license that can be found in the LICENSE file. |
| 3422 | 2622 |
| 3423 // WARNING: Do not edit - generated code. | 2623 // WARNING: Do not edit - generated code. |
| 3424 | 2624 |
| 3425 | 2625 |
| 3426 @DocsEditable() | 2626 @DocsEditable() |
| 3427 @DomName('SVGForeignObjectElement') | 2627 @DomName('SVGForeignObjectElement') |
| 3428 @SupportedBrowser(SupportedBrowser.CHROME) | 2628 @SupportedBrowser(SupportedBrowser.CHROME) |
| 3429 @SupportedBrowser(SupportedBrowser.FIREFOX) | 2629 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 3430 @SupportedBrowser(SupportedBrowser.SAFARI) | 2630 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 3431 @Unstable() | 2631 @Unstable() |
| 3432 class ForeignObjectElement extends GraphicsElement { | 2632 class ForeignObjectElement extends GraphicsElement { |
| 3433 // To suppress missing implicit constructor warnings. | 2633 // To suppress missing implicit constructor warnings. |
| 3434 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported")
; } | 2634 factory ForeignObjectElement._() { throw new UnsupportedError("Not supported")
; } |
| 3435 | 2635 |
| 3436 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') | 2636 @DomName('SVGForeignObjectElement.SVGForeignObjectElement') |
| 3437 @DocsEditable() | 2637 @DocsEditable() |
| 3438 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); | 2638 factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_
tag("foreignObject"); |
| 3439 | |
| 3440 | |
| 3441 static ForeignObjectElement internalCreateForeignObjectElement() { | |
| 3442 return new ForeignObjectElement._internalWrap(); | |
| 3443 } | |
| 3444 | |
| 3445 factory ForeignObjectElement._internalWrap() { | |
| 3446 return new ForeignObjectElement._internal(); | |
| 3447 } | |
| 3448 | |
| 3449 ForeignObjectElement._internal() : super._internal(); | |
| 3450 | |
| 3451 /** | 2639 /** |
| 3452 * Constructor instantiated by the DOM when a custom element has been created. | 2640 * Constructor instantiated by the DOM when a custom element has been created. |
| 3453 * | 2641 * |
| 3454 * This can only be called by subclasses from their created constructor. | 2642 * This can only be called by subclasses from their created constructor. |
| 3455 */ | 2643 */ |
| 3456 ForeignObjectElement.created() : super.created(); | 2644 ForeignObjectElement.created() : super.created(); |
| 3457 | 2645 |
| 3458 /// Checks if this type is supported on the current platform. | 2646 /// Checks if this type is supported on the current platform. |
| 3459 static bool get supported => true; | 2647 static bool get supported => true; |
| 3460 | 2648 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 3485 @DocsEditable() | 2673 @DocsEditable() |
| 3486 @DomName('SVGGElement') | 2674 @DomName('SVGGElement') |
| 3487 @Unstable() | 2675 @Unstable() |
| 3488 class GElement extends GraphicsElement { | 2676 class GElement extends GraphicsElement { |
| 3489 // To suppress missing implicit constructor warnings. | 2677 // To suppress missing implicit constructor warnings. |
| 3490 factory GElement._() { throw new UnsupportedError("Not supported"); } | 2678 factory GElement._() { throw new UnsupportedError("Not supported"); } |
| 3491 | 2679 |
| 3492 @DomName('SVGGElement.SVGGElement') | 2680 @DomName('SVGGElement.SVGGElement') |
| 3493 @DocsEditable() | 2681 @DocsEditable() |
| 3494 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); | 2682 factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
| 3495 | |
| 3496 | |
| 3497 static GElement internalCreateGElement() { | |
| 3498 return new GElement._internalWrap(); | |
| 3499 } | |
| 3500 | |
| 3501 factory GElement._internalWrap() { | |
| 3502 return new GElement._internal(); | |
| 3503 } | |
| 3504 | |
| 3505 GElement._internal() : super._internal(); | |
| 3506 | |
| 3507 /** | 2683 /** |
| 3508 * Constructor instantiated by the DOM when a custom element has been created. | 2684 * Constructor instantiated by the DOM when a custom element has been created. |
| 3509 * | 2685 * |
| 3510 * This can only be called by subclasses from their created constructor. | 2686 * This can only be called by subclasses from their created constructor. |
| 3511 */ | 2687 */ |
| 3512 GElement.created() : super.created(); | 2688 GElement.created() : super.created(); |
| 3513 | 2689 |
| 3514 } | 2690 } |
| 3515 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2691 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3516 // for details. All rights reserved. Use of this source code is governed by a | 2692 // for details. All rights reserved. Use of this source code is governed by a |
| 3517 // BSD-style license that can be found in the LICENSE file. | 2693 // BSD-style license that can be found in the LICENSE file. |
| 3518 | 2694 |
| 3519 // WARNING: Do not edit - generated code. | 2695 // WARNING: Do not edit - generated code. |
| 3520 | 2696 |
| 3521 | 2697 |
| 3522 @DocsEditable() | 2698 @DocsEditable() |
| 3523 @DomName('SVGGeometryElement') | 2699 @DomName('SVGGeometryElement') |
| 3524 @Experimental() // untriaged | 2700 @Experimental() // untriaged |
| 3525 class GeometryElement extends GraphicsElement { | 2701 class GeometryElement extends GraphicsElement { |
| 3526 // To suppress missing implicit constructor warnings. | 2702 // To suppress missing implicit constructor warnings. |
| 3527 factory GeometryElement._() { throw new UnsupportedError("Not supported"); } | 2703 factory GeometryElement._() { throw new UnsupportedError("Not supported"); } |
| 3528 | |
| 3529 | |
| 3530 static GeometryElement internalCreateGeometryElement() { | |
| 3531 return new GeometryElement._internalWrap(); | |
| 3532 } | |
| 3533 | |
| 3534 factory GeometryElement._internalWrap() { | |
| 3535 return new GeometryElement._internal(); | |
| 3536 } | |
| 3537 | |
| 3538 GeometryElement._internal() : super._internal(); | |
| 3539 | |
| 3540 /** | 2704 /** |
| 3541 * Constructor instantiated by the DOM when a custom element has been created. | 2705 * Constructor instantiated by the DOM when a custom element has been created. |
| 3542 * | 2706 * |
| 3543 * This can only be called by subclasses from their created constructor. | 2707 * This can only be called by subclasses from their created constructor. |
| 3544 */ | 2708 */ |
| 3545 GeometryElement.created() : super.created(); | 2709 GeometryElement.created() : super.created(); |
| 3546 | 2710 |
| 3547 @DomName('SVGGeometryElement.isPointInFill') | 2711 @DomName('SVGGeometryElement.isPointInFill') |
| 3548 @DocsEditable() | 2712 @DocsEditable() |
| 3549 @Experimental() // untriaged | 2713 @Experimental() // untriaged |
| (...skipping 11 matching lines...) Expand all Loading... |
| 3561 | 2725 |
| 3562 // WARNING: Do not edit - generated code. | 2726 // WARNING: Do not edit - generated code. |
| 3563 | 2727 |
| 3564 | 2728 |
| 3565 @DocsEditable() | 2729 @DocsEditable() |
| 3566 @DomName('SVGGraphicsElement') | 2730 @DomName('SVGGraphicsElement') |
| 3567 @Experimental() // untriaged | 2731 @Experimental() // untriaged |
| 3568 class GraphicsElement extends SvgElement implements Tests { | 2732 class GraphicsElement extends SvgElement implements Tests { |
| 3569 // To suppress missing implicit constructor warnings. | 2733 // To suppress missing implicit constructor warnings. |
| 3570 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } | 2734 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } |
| 3571 | |
| 3572 | |
| 3573 static GraphicsElement internalCreateGraphicsElement() { | |
| 3574 return new GraphicsElement._internalWrap(); | |
| 3575 } | |
| 3576 | |
| 3577 factory GraphicsElement._internalWrap() { | |
| 3578 return new GraphicsElement._internal(); | |
| 3579 } | |
| 3580 | |
| 3581 GraphicsElement._internal() : super._internal(); | |
| 3582 | |
| 3583 /** | 2735 /** |
| 3584 * Constructor instantiated by the DOM when a custom element has been created. | 2736 * Constructor instantiated by the DOM when a custom element has been created. |
| 3585 * | 2737 * |
| 3586 * This can only be called by subclasses from their created constructor. | 2738 * This can only be called by subclasses from their created constructor. |
| 3587 */ | 2739 */ |
| 3588 GraphicsElement.created() : super.created(); | 2740 GraphicsElement.created() : super.created(); |
| 3589 | 2741 |
| 3590 @DomName('SVGGraphicsElement.farthestViewportElement') | 2742 @DomName('SVGGraphicsElement.farthestViewportElement') |
| 3591 @DocsEditable() | 2743 @DocsEditable() |
| 3592 @Experimental() // untriaged | 2744 @Experimental() // untriaged |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3653 @DocsEditable() | 2805 @DocsEditable() |
| 3654 @DomName('SVGImageElement') | 2806 @DomName('SVGImageElement') |
| 3655 @Unstable() | 2807 @Unstable() |
| 3656 class ImageElement extends GraphicsElement implements UriReference { | 2808 class ImageElement extends GraphicsElement implements UriReference { |
| 3657 // To suppress missing implicit constructor warnings. | 2809 // To suppress missing implicit constructor warnings. |
| 3658 factory ImageElement._() { throw new UnsupportedError("Not supported"); } | 2810 factory ImageElement._() { throw new UnsupportedError("Not supported"); } |
| 3659 | 2811 |
| 3660 @DomName('SVGImageElement.SVGImageElement') | 2812 @DomName('SVGImageElement.SVGImageElement') |
| 3661 @DocsEditable() | 2813 @DocsEditable() |
| 3662 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); | 2814 factory ImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("ima
ge"); |
| 3663 | |
| 3664 | |
| 3665 static ImageElement internalCreateImageElement() { | |
| 3666 return new ImageElement._internalWrap(); | |
| 3667 } | |
| 3668 | |
| 3669 factory ImageElement._internalWrap() { | |
| 3670 return new ImageElement._internal(); | |
| 3671 } | |
| 3672 | |
| 3673 ImageElement._internal() : super._internal(); | |
| 3674 | |
| 3675 /** | 2815 /** |
| 3676 * Constructor instantiated by the DOM when a custom element has been created. | 2816 * Constructor instantiated by the DOM when a custom element has been created. |
| 3677 * | 2817 * |
| 3678 * This can only be called by subclasses from their created constructor. | 2818 * This can only be called by subclasses from their created constructor. |
| 3679 */ | 2819 */ |
| 3680 ImageElement.created() : super.created(); | 2820 ImageElement.created() : super.created(); |
| 3681 | 2821 |
| 3682 @DomName('SVGImageElement.height') | 2822 @DomName('SVGImageElement.height') |
| 3683 @DocsEditable() | 2823 @DocsEditable() |
| 3684 AnimatedLength get height => wrap_jso(_blink.BlinkSVGImageElement.instance.hei
ght_Getter_(unwrap_jso(this))); | 2824 AnimatedLength get height => wrap_jso(_blink.BlinkSVGImageElement.instance.hei
ght_Getter_(unwrap_jso(this))); |
| (...skipping 26 matching lines...) Expand all Loading... |
| 3711 // WARNING: Do not edit - generated code. | 2851 // WARNING: Do not edit - generated code. |
| 3712 | 2852 |
| 3713 | 2853 |
| 3714 @DocsEditable() | 2854 @DocsEditable() |
| 3715 @DomName('SVGLength') | 2855 @DomName('SVGLength') |
| 3716 @Unstable() | 2856 @Unstable() |
| 3717 class Length extends NativeFieldWrapperClass2 { | 2857 class Length extends NativeFieldWrapperClass2 { |
| 3718 // To suppress missing implicit constructor warnings. | 2858 // To suppress missing implicit constructor warnings. |
| 3719 factory Length._() { throw new UnsupportedError("Not supported"); } | 2859 factory Length._() { throw new UnsupportedError("Not supported"); } |
| 3720 | 2860 |
| 3721 static Length internalCreateLength() { | |
| 3722 return new Length._internalWrap(); | |
| 3723 } | |
| 3724 | |
| 3725 JsObject blink_jsObject = null; | |
| 3726 | |
| 3727 factory Length._internalWrap() { | |
| 3728 return new Length._internal(); | |
| 3729 } | |
| 3730 | |
| 3731 Length._internal() { } | |
| 3732 | |
| 3733 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 3734 | |
| 3735 @DomName('SVGLength.SVG_LENGTHTYPE_CM') | 2861 @DomName('SVGLength.SVG_LENGTHTYPE_CM') |
| 3736 @DocsEditable() | 2862 @DocsEditable() |
| 3737 static const int SVG_LENGTHTYPE_CM = 6; | 2863 static const int SVG_LENGTHTYPE_CM = 6; |
| 3738 | 2864 |
| 3739 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') | 2865 @DomName('SVGLength.SVG_LENGTHTYPE_EMS') |
| 3740 @DocsEditable() | 2866 @DocsEditable() |
| 3741 static const int SVG_LENGTHTYPE_EMS = 3; | 2867 static const int SVG_LENGTHTYPE_EMS = 3; |
| 3742 | 2868 |
| 3743 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') | 2869 @DomName('SVGLength.SVG_LENGTHTYPE_EXS') |
| 3744 @DocsEditable() | 2870 @DocsEditable() |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3820 // WARNING: Do not edit - generated code. | 2946 // WARNING: Do not edit - generated code. |
| 3821 | 2947 |
| 3822 | 2948 |
| 3823 @DocsEditable() | 2949 @DocsEditable() |
| 3824 @DomName('SVGLengthList') | 2950 @DomName('SVGLengthList') |
| 3825 @Unstable() | 2951 @Unstable() |
| 3826 class LengthList extends NativeFieldWrapperClass2 with ListMixin<Length>, Immuta
bleListMixin<Length> implements List<Length> { | 2952 class LengthList extends NativeFieldWrapperClass2 with ListMixin<Length>, Immuta
bleListMixin<Length> implements List<Length> { |
| 3827 // To suppress missing implicit constructor warnings. | 2953 // To suppress missing implicit constructor warnings. |
| 3828 factory LengthList._() { throw new UnsupportedError("Not supported"); } | 2954 factory LengthList._() { throw new UnsupportedError("Not supported"); } |
| 3829 | 2955 |
| 3830 static LengthList internalCreateLengthList() { | |
| 3831 return new LengthList._internalWrap(); | |
| 3832 } | |
| 3833 | |
| 3834 JsObject blink_jsObject = null; | |
| 3835 | |
| 3836 factory LengthList._internalWrap() { | |
| 3837 return new LengthList._internal(); | |
| 3838 } | |
| 3839 | |
| 3840 LengthList._internal() { } | |
| 3841 | |
| 3842 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 3843 | |
| 3844 @DomName('SVGLengthList.length') | 2956 @DomName('SVGLengthList.length') |
| 3845 @DocsEditable() | 2957 @DocsEditable() |
| 3846 @Experimental() // untriaged | 2958 @Experimental() // untriaged |
| 3847 int get length => _blink.BlinkSVGLengthList.instance.length_Getter_(unwrap_jso
(this)); | 2959 int get length => _blink.BlinkSVGLengthList.instance.length_Getter_(unwrap_jso
(this)); |
| 3848 | 2960 |
| 3849 @DomName('SVGLengthList.numberOfItems') | 2961 @DomName('SVGLengthList.numberOfItems') |
| 3850 @DocsEditable() | 2962 @DocsEditable() |
| 3851 int get numberOfItems => _blink.BlinkSVGLengthList.instance.numberOfItems_Gett
er_(unwrap_jso(this)); | 2963 int get numberOfItems => _blink.BlinkSVGLengthList.instance.numberOfItems_Gett
er_(unwrap_jso(this)); |
| 3852 | 2964 |
| 3853 Length operator[](int index) { | 2965 Length operator[](int index) { |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3938 @DocsEditable() | 3050 @DocsEditable() |
| 3939 @DomName('SVGLineElement') | 3051 @DomName('SVGLineElement') |
| 3940 @Unstable() | 3052 @Unstable() |
| 3941 class LineElement extends GeometryElement { | 3053 class LineElement extends GeometryElement { |
| 3942 // To suppress missing implicit constructor warnings. | 3054 // To suppress missing implicit constructor warnings. |
| 3943 factory LineElement._() { throw new UnsupportedError("Not supported"); } | 3055 factory LineElement._() { throw new UnsupportedError("Not supported"); } |
| 3944 | 3056 |
| 3945 @DomName('SVGLineElement.SVGLineElement') | 3057 @DomName('SVGLineElement.SVGLineElement') |
| 3946 @DocsEditable() | 3058 @DocsEditable() |
| 3947 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); | 3059 factory LineElement() => _SvgElementFactoryProvider.createSvgElement_tag("line
"); |
| 3948 | |
| 3949 | |
| 3950 static LineElement internalCreateLineElement() { | |
| 3951 return new LineElement._internalWrap(); | |
| 3952 } | |
| 3953 | |
| 3954 factory LineElement._internalWrap() { | |
| 3955 return new LineElement._internal(); | |
| 3956 } | |
| 3957 | |
| 3958 LineElement._internal() : super._internal(); | |
| 3959 | |
| 3960 /** | 3060 /** |
| 3961 * Constructor instantiated by the DOM when a custom element has been created. | 3061 * Constructor instantiated by the DOM when a custom element has been created. |
| 3962 * | 3062 * |
| 3963 * This can only be called by subclasses from their created constructor. | 3063 * This can only be called by subclasses from their created constructor. |
| 3964 */ | 3064 */ |
| 3965 LineElement.created() : super.created(); | 3065 LineElement.created() : super.created(); |
| 3966 | 3066 |
| 3967 @DomName('SVGLineElement.x1') | 3067 @DomName('SVGLineElement.x1') |
| 3968 @DocsEditable() | 3068 @DocsEditable() |
| 3969 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLineElement.instance.x1_Gette
r_(unwrap_jso(this))); | 3069 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLineElement.instance.x1_Gette
r_(unwrap_jso(this))); |
| (...skipping 21 matching lines...) Expand all Loading... |
| 3991 @DocsEditable() | 3091 @DocsEditable() |
| 3992 @DomName('SVGLinearGradientElement') | 3092 @DomName('SVGLinearGradientElement') |
| 3993 @Unstable() | 3093 @Unstable() |
| 3994 class LinearGradientElement extends _GradientElement { | 3094 class LinearGradientElement extends _GradientElement { |
| 3995 // To suppress missing implicit constructor warnings. | 3095 // To suppress missing implicit constructor warnings. |
| 3996 factory LinearGradientElement._() { throw new UnsupportedError("Not supported"
); } | 3096 factory LinearGradientElement._() { throw new UnsupportedError("Not supported"
); } |
| 3997 | 3097 |
| 3998 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') | 3098 @DomName('SVGLinearGradientElement.SVGLinearGradientElement') |
| 3999 @DocsEditable() | 3099 @DocsEditable() |
| 4000 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); | 3100 factory LinearGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("linearGradient"); |
| 4001 | |
| 4002 | |
| 4003 static LinearGradientElement internalCreateLinearGradientElement() { | |
| 4004 return new LinearGradientElement._internalWrap(); | |
| 4005 } | |
| 4006 | |
| 4007 factory LinearGradientElement._internalWrap() { | |
| 4008 return new LinearGradientElement._internal(); | |
| 4009 } | |
| 4010 | |
| 4011 LinearGradientElement._internal() : super._internal(); | |
| 4012 | |
| 4013 /** | 3101 /** |
| 4014 * Constructor instantiated by the DOM when a custom element has been created. | 3102 * Constructor instantiated by the DOM when a custom element has been created. |
| 4015 * | 3103 * |
| 4016 * This can only be called by subclasses from their created constructor. | 3104 * This can only be called by subclasses from their created constructor. |
| 4017 */ | 3105 */ |
| 4018 LinearGradientElement.created() : super.created(); | 3106 LinearGradientElement.created() : super.created(); |
| 4019 | 3107 |
| 4020 @DomName('SVGLinearGradientElement.x1') | 3108 @DomName('SVGLinearGradientElement.x1') |
| 4021 @DocsEditable() | 3109 @DocsEditable() |
| 4022 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLinearGradientElement.instanc
e.x1_Getter_(unwrap_jso(this))); | 3110 AnimatedLength get x1 => wrap_jso(_blink.BlinkSVGLinearGradientElement.instanc
e.x1_Getter_(unwrap_jso(this))); |
| (...skipping 21 matching lines...) Expand all Loading... |
| 4044 @DocsEditable() | 3132 @DocsEditable() |
| 4045 @DomName('SVGMarkerElement') | 3133 @DomName('SVGMarkerElement') |
| 4046 @Unstable() | 3134 @Unstable() |
| 4047 class MarkerElement extends SvgElement implements FitToViewBox { | 3135 class MarkerElement extends SvgElement implements FitToViewBox { |
| 4048 // To suppress missing implicit constructor warnings. | 3136 // To suppress missing implicit constructor warnings. |
| 4049 factory MarkerElement._() { throw new UnsupportedError("Not supported"); } | 3137 factory MarkerElement._() { throw new UnsupportedError("Not supported"); } |
| 4050 | 3138 |
| 4051 @DomName('SVGMarkerElement.SVGMarkerElement') | 3139 @DomName('SVGMarkerElement.SVGMarkerElement') |
| 4052 @DocsEditable() | 3140 @DocsEditable() |
| 4053 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); | 3141 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma
rker"); |
| 4054 | |
| 4055 | |
| 4056 static MarkerElement internalCreateMarkerElement() { | |
| 4057 return new MarkerElement._internalWrap(); | |
| 4058 } | |
| 4059 | |
| 4060 factory MarkerElement._internalWrap() { | |
| 4061 return new MarkerElement._internal(); | |
| 4062 } | |
| 4063 | |
| 4064 MarkerElement._internal() : super._internal(); | |
| 4065 | |
| 4066 /** | 3142 /** |
| 4067 * Constructor instantiated by the DOM when a custom element has been created. | 3143 * Constructor instantiated by the DOM when a custom element has been created. |
| 4068 * | 3144 * |
| 4069 * This can only be called by subclasses from their created constructor. | 3145 * This can only be called by subclasses from their created constructor. |
| 4070 */ | 3146 */ |
| 4071 MarkerElement.created() : super.created(); | 3147 MarkerElement.created() : super.created(); |
| 4072 | 3148 |
| 4073 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH') | 3149 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH') |
| 4074 @DocsEditable() | 3150 @DocsEditable() |
| 4075 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; | 3151 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4149 @DocsEditable() | 3225 @DocsEditable() |
| 4150 @DomName('SVGMaskElement') | 3226 @DomName('SVGMaskElement') |
| 4151 @Unstable() | 3227 @Unstable() |
| 4152 class MaskElement extends SvgElement implements Tests { | 3228 class MaskElement extends SvgElement implements Tests { |
| 4153 // To suppress missing implicit constructor warnings. | 3229 // To suppress missing implicit constructor warnings. |
| 4154 factory MaskElement._() { throw new UnsupportedError("Not supported"); } | 3230 factory MaskElement._() { throw new UnsupportedError("Not supported"); } |
| 4155 | 3231 |
| 4156 @DomName('SVGMaskElement.SVGMaskElement') | 3232 @DomName('SVGMaskElement.SVGMaskElement') |
| 4157 @DocsEditable() | 3233 @DocsEditable() |
| 4158 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); | 3234 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask
"); |
| 4159 | |
| 4160 | |
| 4161 static MaskElement internalCreateMaskElement() { | |
| 4162 return new MaskElement._internalWrap(); | |
| 4163 } | |
| 4164 | |
| 4165 factory MaskElement._internalWrap() { | |
| 4166 return new MaskElement._internal(); | |
| 4167 } | |
| 4168 | |
| 4169 MaskElement._internal() : super._internal(); | |
| 4170 | |
| 4171 /** | 3235 /** |
| 4172 * Constructor instantiated by the DOM when a custom element has been created. | 3236 * Constructor instantiated by the DOM when a custom element has been created. |
| 4173 * | 3237 * |
| 4174 * This can only be called by subclasses from their created constructor. | 3238 * This can only be called by subclasses from their created constructor. |
| 4175 */ | 3239 */ |
| 4176 MaskElement.created() : super.created(); | 3240 MaskElement.created() : super.created(); |
| 4177 | 3241 |
| 4178 @DomName('SVGMaskElement.height') | 3242 @DomName('SVGMaskElement.height') |
| 4179 @DocsEditable() | 3243 @DocsEditable() |
| 4180 AnimatedLength get height => wrap_jso(_blink.BlinkSVGMaskElement.instance.heig
ht_Getter_(unwrap_jso(this))); | 3244 AnimatedLength get height => wrap_jso(_blink.BlinkSVGMaskElement.instance.heig
ht_Getter_(unwrap_jso(this))); |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4223 // WARNING: Do not edit - generated code. | 3287 // WARNING: Do not edit - generated code. |
| 4224 | 3288 |
| 4225 | 3289 |
| 4226 @DocsEditable() | 3290 @DocsEditable() |
| 4227 @DomName('SVGMatrix') | 3291 @DomName('SVGMatrix') |
| 4228 @Unstable() | 3292 @Unstable() |
| 4229 class Matrix extends NativeFieldWrapperClass2 { | 3293 class Matrix extends NativeFieldWrapperClass2 { |
| 4230 // To suppress missing implicit constructor warnings. | 3294 // To suppress missing implicit constructor warnings. |
| 4231 factory Matrix._() { throw new UnsupportedError("Not supported"); } | 3295 factory Matrix._() { throw new UnsupportedError("Not supported"); } |
| 4232 | 3296 |
| 4233 static Matrix internalCreateMatrix() { | |
| 4234 return new Matrix._internalWrap(); | |
| 4235 } | |
| 4236 | |
| 4237 JsObject blink_jsObject = null; | |
| 4238 | |
| 4239 factory Matrix._internalWrap() { | |
| 4240 return new Matrix._internal(); | |
| 4241 } | |
| 4242 | |
| 4243 Matrix._internal() { } | |
| 4244 | |
| 4245 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 4246 | |
| 4247 @DomName('SVGMatrix.a') | 3297 @DomName('SVGMatrix.a') |
| 4248 @DocsEditable() | 3298 @DocsEditable() |
| 4249 num get a => _blink.BlinkSVGMatrix.instance.a_Getter_(unwrap_jso(this)); | 3299 num get a => _blink.BlinkSVGMatrix.instance.a_Getter_(unwrap_jso(this)); |
| 4250 | 3300 |
| 4251 @DomName('SVGMatrix.a') | 3301 @DomName('SVGMatrix.a') |
| 4252 @DocsEditable() | 3302 @DocsEditable() |
| 4253 void set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(unwrap_jso(t
his), value); | 3303 void set a(num value) => _blink.BlinkSVGMatrix.instance.a_Setter_(unwrap_jso(t
his), value); |
| 4254 | 3304 |
| 4255 @DomName('SVGMatrix.b') | 3305 @DomName('SVGMatrix.b') |
| 4256 @DocsEditable() | 3306 @DocsEditable() |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4343 | 3393 |
| 4344 // WARNING: Do not edit - generated code. | 3394 // WARNING: Do not edit - generated code. |
| 4345 | 3395 |
| 4346 | 3396 |
| 4347 @DocsEditable() | 3397 @DocsEditable() |
| 4348 @DomName('SVGMetadataElement') | 3398 @DomName('SVGMetadataElement') |
| 4349 @Unstable() | 3399 @Unstable() |
| 4350 class MetadataElement extends SvgElement { | 3400 class MetadataElement extends SvgElement { |
| 4351 // To suppress missing implicit constructor warnings. | 3401 // To suppress missing implicit constructor warnings. |
| 4352 factory MetadataElement._() { throw new UnsupportedError("Not supported"); } | 3402 factory MetadataElement._() { throw new UnsupportedError("Not supported"); } |
| 4353 | |
| 4354 | |
| 4355 static MetadataElement internalCreateMetadataElement() { | |
| 4356 return new MetadataElement._internalWrap(); | |
| 4357 } | |
| 4358 | |
| 4359 factory MetadataElement._internalWrap() { | |
| 4360 return new MetadataElement._internal(); | |
| 4361 } | |
| 4362 | |
| 4363 MetadataElement._internal() : super._internal(); | |
| 4364 | |
| 4365 /** | 3403 /** |
| 4366 * Constructor instantiated by the DOM when a custom element has been created. | 3404 * Constructor instantiated by the DOM when a custom element has been created. |
| 4367 * | 3405 * |
| 4368 * This can only be called by subclasses from their created constructor. | 3406 * This can only be called by subclasses from their created constructor. |
| 4369 */ | 3407 */ |
| 4370 MetadataElement.created() : super.created(); | 3408 MetadataElement.created() : super.created(); |
| 4371 | 3409 |
| 4372 } | 3410 } |
| 4373 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3411 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4374 // for details. All rights reserved. Use of this source code is governed by a | 3412 // for details. All rights reserved. Use of this source code is governed by a |
| 4375 // BSD-style license that can be found in the LICENSE file. | 3413 // BSD-style license that can be found in the LICENSE file. |
| 4376 | 3414 |
| 4377 // WARNING: Do not edit - generated code. | 3415 // WARNING: Do not edit - generated code. |
| 4378 | 3416 |
| 4379 | 3417 |
| 4380 @DocsEditable() | 3418 @DocsEditable() |
| 4381 @DomName('SVGNumber') | 3419 @DomName('SVGNumber') |
| 4382 @Unstable() | 3420 @Unstable() |
| 4383 class Number extends NativeFieldWrapperClass2 { | 3421 class Number extends NativeFieldWrapperClass2 { |
| 4384 // To suppress missing implicit constructor warnings. | 3422 // To suppress missing implicit constructor warnings. |
| 4385 factory Number._() { throw new UnsupportedError("Not supported"); } | 3423 factory Number._() { throw new UnsupportedError("Not supported"); } |
| 4386 | 3424 |
| 4387 static Number internalCreateNumber() { | |
| 4388 return new Number._internalWrap(); | |
| 4389 } | |
| 4390 | |
| 4391 JsObject blink_jsObject = null; | |
| 4392 | |
| 4393 factory Number._internalWrap() { | |
| 4394 return new Number._internal(); | |
| 4395 } | |
| 4396 | |
| 4397 Number._internal() { } | |
| 4398 | |
| 4399 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 4400 | |
| 4401 @DomName('SVGNumber.value') | 3425 @DomName('SVGNumber.value') |
| 4402 @DocsEditable() | 3426 @DocsEditable() |
| 4403 num get value => _blink.BlinkSVGNumber.instance.value_Getter_(unwrap_jso(this)
); | 3427 num get value => _blink.BlinkSVGNumber.instance.value_Getter_(unwrap_jso(this)
); |
| 4404 | 3428 |
| 4405 @DomName('SVGNumber.value') | 3429 @DomName('SVGNumber.value') |
| 4406 @DocsEditable() | 3430 @DocsEditable() |
| 4407 void set value(num value) => _blink.BlinkSVGNumber.instance.value_Setter_(unwr
ap_jso(this), value); | 3431 void set value(num value) => _blink.BlinkSVGNumber.instance.value_Setter_(unwr
ap_jso(this), value); |
| 4408 | 3432 |
| 4409 } | 3433 } |
| 4410 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3434 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4411 // for details. All rights reserved. Use of this source code is governed by a | 3435 // for details. All rights reserved. Use of this source code is governed by a |
| 4412 // BSD-style license that can be found in the LICENSE file. | 3436 // BSD-style license that can be found in the LICENSE file. |
| 4413 | 3437 |
| 4414 // WARNING: Do not edit - generated code. | 3438 // WARNING: Do not edit - generated code. |
| 4415 | 3439 |
| 4416 | 3440 |
| 4417 @DocsEditable() | 3441 @DocsEditable() |
| 4418 @DomName('SVGNumberList') | 3442 @DomName('SVGNumberList') |
| 4419 @Unstable() | 3443 @Unstable() |
| 4420 class NumberList extends NativeFieldWrapperClass2 with ListMixin<Number>, Immuta
bleListMixin<Number> implements List<Number> { | 3444 class NumberList extends NativeFieldWrapperClass2 with ListMixin<Number>, Immuta
bleListMixin<Number> implements List<Number> { |
| 4421 // To suppress missing implicit constructor warnings. | 3445 // To suppress missing implicit constructor warnings. |
| 4422 factory NumberList._() { throw new UnsupportedError("Not supported"); } | 3446 factory NumberList._() { throw new UnsupportedError("Not supported"); } |
| 4423 | 3447 |
| 4424 static NumberList internalCreateNumberList() { | |
| 4425 return new NumberList._internalWrap(); | |
| 4426 } | |
| 4427 | |
| 4428 JsObject blink_jsObject = null; | |
| 4429 | |
| 4430 factory NumberList._internalWrap() { | |
| 4431 return new NumberList._internal(); | |
| 4432 } | |
| 4433 | |
| 4434 NumberList._internal() { } | |
| 4435 | |
| 4436 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 4437 | |
| 4438 @DomName('SVGNumberList.length') | 3448 @DomName('SVGNumberList.length') |
| 4439 @DocsEditable() | 3449 @DocsEditable() |
| 4440 @Experimental() // untriaged | 3450 @Experimental() // untriaged |
| 4441 int get length => _blink.BlinkSVGNumberList.instance.length_Getter_(unwrap_jso
(this)); | 3451 int get length => _blink.BlinkSVGNumberList.instance.length_Getter_(unwrap_jso
(this)); |
| 4442 | 3452 |
| 4443 @DomName('SVGNumberList.numberOfItems') | 3453 @DomName('SVGNumberList.numberOfItems') |
| 4444 @DocsEditable() | 3454 @DocsEditable() |
| 4445 int get numberOfItems => _blink.BlinkSVGNumberList.instance.numberOfItems_Gett
er_(unwrap_jso(this)); | 3455 int get numberOfItems => _blink.BlinkSVGNumberList.instance.numberOfItems_Gett
er_(unwrap_jso(this)); |
| 4446 | 3456 |
| 4447 Number operator[](int index) { | 3457 Number operator[](int index) { |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4532 @DocsEditable() | 3542 @DocsEditable() |
| 4533 @DomName('SVGPathElement') | 3543 @DomName('SVGPathElement') |
| 4534 @Unstable() | 3544 @Unstable() |
| 4535 class PathElement extends GeometryElement { | 3545 class PathElement extends GeometryElement { |
| 4536 // To suppress missing implicit constructor warnings. | 3546 // To suppress missing implicit constructor warnings. |
| 4537 factory PathElement._() { throw new UnsupportedError("Not supported"); } | 3547 factory PathElement._() { throw new UnsupportedError("Not supported"); } |
| 4538 | 3548 |
| 4539 @DomName('SVGPathElement.SVGPathElement') | 3549 @DomName('SVGPathElement.SVGPathElement') |
| 4540 @DocsEditable() | 3550 @DocsEditable() |
| 4541 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); | 3551 factory PathElement() => _SvgElementFactoryProvider.createSvgElement_tag("path
"); |
| 4542 | |
| 4543 | |
| 4544 static PathElement internalCreatePathElement() { | |
| 4545 return new PathElement._internalWrap(); | |
| 4546 } | |
| 4547 | |
| 4548 factory PathElement._internalWrap() { | |
| 4549 return new PathElement._internal(); | |
| 4550 } | |
| 4551 | |
| 4552 PathElement._internal() : super._internal(); | |
| 4553 | |
| 4554 /** | 3552 /** |
| 4555 * Constructor instantiated by the DOM when a custom element has been created. | 3553 * Constructor instantiated by the DOM when a custom element has been created. |
| 4556 * | 3554 * |
| 4557 * This can only be called by subclasses from their created constructor. | 3555 * This can only be called by subclasses from their created constructor. |
| 4558 */ | 3556 */ |
| 4559 PathElement.created() : super.created(); | 3557 PathElement.created() : super.created(); |
| 4560 | 3558 |
| 4561 @DomName('SVGPathElement.animatedNormalizedPathSegList') | 3559 @DomName('SVGPathElement.animatedNormalizedPathSegList') |
| 4562 @DocsEditable() | 3560 @DocsEditable() |
| 4563 PathSegList get animatedNormalizedPathSegList => wrap_jso(_blink.BlinkSVGPathE
lement.instance.animatedNormalizedPathSegList_Getter_(unwrap_jso(this))); | 3561 PathSegList get animatedNormalizedPathSegList => wrap_jso(_blink.BlinkSVGPathE
lement.instance.animatedNormalizedPathSegList_Getter_(unwrap_jso(this))); |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4674 // WARNING: Do not edit - generated code. | 3672 // WARNING: Do not edit - generated code. |
| 4675 | 3673 |
| 4676 | 3674 |
| 4677 @DocsEditable() | 3675 @DocsEditable() |
| 4678 @DomName('SVGPathSeg') | 3676 @DomName('SVGPathSeg') |
| 4679 @Unstable() | 3677 @Unstable() |
| 4680 class PathSeg extends NativeFieldWrapperClass2 { | 3678 class PathSeg extends NativeFieldWrapperClass2 { |
| 4681 // To suppress missing implicit constructor warnings. | 3679 // To suppress missing implicit constructor warnings. |
| 4682 factory PathSeg._() { throw new UnsupportedError("Not supported"); } | 3680 factory PathSeg._() { throw new UnsupportedError("Not supported"); } |
| 4683 | 3681 |
| 4684 static PathSeg internalCreatePathSeg() { | |
| 4685 return new PathSeg._internalWrap(); | |
| 4686 } | |
| 4687 | |
| 4688 JsObject blink_jsObject = null; | |
| 4689 | |
| 4690 factory PathSeg._internalWrap() { | |
| 4691 return new PathSeg._internal(); | |
| 4692 } | |
| 4693 | |
| 4694 PathSeg._internal() { } | |
| 4695 | |
| 4696 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 4697 | |
| 4698 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') | 3682 @DomName('SVGPathSeg.PATHSEG_ARC_ABS') |
| 4699 @DocsEditable() | 3683 @DocsEditable() |
| 4700 static const int PATHSEG_ARC_ABS = 10; | 3684 static const int PATHSEG_ARC_ABS = 10; |
| 4701 | 3685 |
| 4702 @DomName('SVGPathSeg.PATHSEG_ARC_REL') | 3686 @DomName('SVGPathSeg.PATHSEG_ARC_REL') |
| 4703 @DocsEditable() | 3687 @DocsEditable() |
| 4704 static const int PATHSEG_ARC_REL = 11; | 3688 static const int PATHSEG_ARC_REL = 11; |
| 4705 | 3689 |
| 4706 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') | 3690 @DomName('SVGPathSeg.PATHSEG_CLOSEPATH') |
| 4707 @DocsEditable() | 3691 @DocsEditable() |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4791 // WARNING: Do not edit - generated code. | 3775 // WARNING: Do not edit - generated code. |
| 4792 | 3776 |
| 4793 | 3777 |
| 4794 @DocsEditable() | 3778 @DocsEditable() |
| 4795 @DomName('SVGPathSegArcAbs') | 3779 @DomName('SVGPathSegArcAbs') |
| 4796 @Unstable() | 3780 @Unstable() |
| 4797 class PathSegArcAbs extends PathSeg { | 3781 class PathSegArcAbs extends PathSeg { |
| 4798 // To suppress missing implicit constructor warnings. | 3782 // To suppress missing implicit constructor warnings. |
| 4799 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } | 3783 factory PathSegArcAbs._() { throw new UnsupportedError("Not supported"); } |
| 4800 | 3784 |
| 4801 | |
| 4802 static PathSegArcAbs internalCreatePathSegArcAbs() { | |
| 4803 return new PathSegArcAbs._internalWrap(); | |
| 4804 } | |
| 4805 | |
| 4806 factory PathSegArcAbs._internalWrap() { | |
| 4807 return new PathSegArcAbs._internal(); | |
| 4808 } | |
| 4809 | |
| 4810 PathSegArcAbs._internal() : super._internal(); | |
| 4811 | |
| 4812 | |
| 4813 @DomName('SVGPathSegArcAbs.angle') | 3785 @DomName('SVGPathSegArcAbs.angle') |
| 4814 @DocsEditable() | 3786 @DocsEditable() |
| 4815 num get angle => _blink.BlinkSVGPathSegArcAbs.instance.angle_Getter_(unwrap_js
o(this)); | 3787 num get angle => _blink.BlinkSVGPathSegArcAbs.instance.angle_Getter_(unwrap_js
o(this)); |
| 4816 | 3788 |
| 4817 @DomName('SVGPathSegArcAbs.angle') | 3789 @DomName('SVGPathSegArcAbs.angle') |
| 4818 @DocsEditable() | 3790 @DocsEditable() |
| 4819 void set angle(num value) => _blink.BlinkSVGPathSegArcAbs.instance.angle_Sette
r_(unwrap_jso(this), value); | 3791 void set angle(num value) => _blink.BlinkSVGPathSegArcAbs.instance.angle_Sette
r_(unwrap_jso(this), value); |
| 4820 | 3792 |
| 4821 @DomName('SVGPathSegArcAbs.largeArcFlag') | 3793 @DomName('SVGPathSegArcAbs.largeArcFlag') |
| 4822 @DocsEditable() | 3794 @DocsEditable() |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4874 // WARNING: Do not edit - generated code. | 3846 // WARNING: Do not edit - generated code. |
| 4875 | 3847 |
| 4876 | 3848 |
| 4877 @DocsEditable() | 3849 @DocsEditable() |
| 4878 @DomName('SVGPathSegArcRel') | 3850 @DomName('SVGPathSegArcRel') |
| 4879 @Unstable() | 3851 @Unstable() |
| 4880 class PathSegArcRel extends PathSeg { | 3852 class PathSegArcRel extends PathSeg { |
| 4881 // To suppress missing implicit constructor warnings. | 3853 // To suppress missing implicit constructor warnings. |
| 4882 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } | 3854 factory PathSegArcRel._() { throw new UnsupportedError("Not supported"); } |
| 4883 | 3855 |
| 4884 | |
| 4885 static PathSegArcRel internalCreatePathSegArcRel() { | |
| 4886 return new PathSegArcRel._internalWrap(); | |
| 4887 } | |
| 4888 | |
| 4889 factory PathSegArcRel._internalWrap() { | |
| 4890 return new PathSegArcRel._internal(); | |
| 4891 } | |
| 4892 | |
| 4893 PathSegArcRel._internal() : super._internal(); | |
| 4894 | |
| 4895 | |
| 4896 @DomName('SVGPathSegArcRel.angle') | 3856 @DomName('SVGPathSegArcRel.angle') |
| 4897 @DocsEditable() | 3857 @DocsEditable() |
| 4898 num get angle => _blink.BlinkSVGPathSegArcRel.instance.angle_Getter_(unwrap_js
o(this)); | 3858 num get angle => _blink.BlinkSVGPathSegArcRel.instance.angle_Getter_(unwrap_js
o(this)); |
| 4899 | 3859 |
| 4900 @DomName('SVGPathSegArcRel.angle') | 3860 @DomName('SVGPathSegArcRel.angle') |
| 4901 @DocsEditable() | 3861 @DocsEditable() |
| 4902 void set angle(num value) => _blink.BlinkSVGPathSegArcRel.instance.angle_Sette
r_(unwrap_jso(this), value); | 3862 void set angle(num value) => _blink.BlinkSVGPathSegArcRel.instance.angle_Sette
r_(unwrap_jso(this), value); |
| 4903 | 3863 |
| 4904 @DomName('SVGPathSegArcRel.largeArcFlag') | 3864 @DomName('SVGPathSegArcRel.largeArcFlag') |
| 4905 @DocsEditable() | 3865 @DocsEditable() |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4957 // WARNING: Do not edit - generated code. | 3917 // WARNING: Do not edit - generated code. |
| 4958 | 3918 |
| 4959 | 3919 |
| 4960 @DocsEditable() | 3920 @DocsEditable() |
| 4961 @DomName('SVGPathSegClosePath') | 3921 @DomName('SVGPathSegClosePath') |
| 4962 @Unstable() | 3922 @Unstable() |
| 4963 class PathSegClosePath extends PathSeg { | 3923 class PathSegClosePath extends PathSeg { |
| 4964 // To suppress missing implicit constructor warnings. | 3924 // To suppress missing implicit constructor warnings. |
| 4965 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); } | 3925 factory PathSegClosePath._() { throw new UnsupportedError("Not supported"); } |
| 4966 | 3926 |
| 4967 | |
| 4968 static PathSegClosePath internalCreatePathSegClosePath() { | |
| 4969 return new PathSegClosePath._internalWrap(); | |
| 4970 } | |
| 4971 | |
| 4972 factory PathSegClosePath._internalWrap() { | |
| 4973 return new PathSegClosePath._internal(); | |
| 4974 } | |
| 4975 | |
| 4976 PathSegClosePath._internal() : super._internal(); | |
| 4977 | |
| 4978 | |
| 4979 } | 3927 } |
| 4980 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3928 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4981 // for details. All rights reserved. Use of this source code is governed by a | 3929 // for details. All rights reserved. Use of this source code is governed by a |
| 4982 // BSD-style license that can be found in the LICENSE file. | 3930 // BSD-style license that can be found in the LICENSE file. |
| 4983 | 3931 |
| 4984 // WARNING: Do not edit - generated code. | 3932 // WARNING: Do not edit - generated code. |
| 4985 | 3933 |
| 4986 | 3934 |
| 4987 @DocsEditable() | 3935 @DocsEditable() |
| 4988 @DomName('SVGPathSegCurvetoCubicAbs') | 3936 @DomName('SVGPathSegCurvetoCubicAbs') |
| 4989 @Unstable() | 3937 @Unstable() |
| 4990 class PathSegCurvetoCubicAbs extends PathSeg { | 3938 class PathSegCurvetoCubicAbs extends PathSeg { |
| 4991 // To suppress missing implicit constructor warnings. | 3939 // To suppress missing implicit constructor warnings. |
| 4992 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported
"); } | 3940 factory PathSegCurvetoCubicAbs._() { throw new UnsupportedError("Not supported
"); } |
| 4993 | 3941 |
| 4994 | |
| 4995 static PathSegCurvetoCubicAbs internalCreatePathSegCurvetoCubicAbs() { | |
| 4996 return new PathSegCurvetoCubicAbs._internalWrap(); | |
| 4997 } | |
| 4998 | |
| 4999 factory PathSegCurvetoCubicAbs._internalWrap() { | |
| 5000 return new PathSegCurvetoCubicAbs._internal(); | |
| 5001 } | |
| 5002 | |
| 5003 PathSegCurvetoCubicAbs._internal() : super._internal(); | |
| 5004 | |
| 5005 | |
| 5006 @DomName('SVGPathSegCurvetoCubicAbs.x') | 3942 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 5007 @DocsEditable() | 3943 @DocsEditable() |
| 5008 num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Getter_(unwrap_j
so(this)); | 3944 num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Getter_(unwrap_j
so(this)); |
| 5009 | 3945 |
| 5010 @DomName('SVGPathSegCurvetoCubicAbs.x') | 3946 @DomName('SVGPathSegCurvetoCubicAbs.x') |
| 5011 @DocsEditable() | 3947 @DocsEditable() |
| 5012 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Sett
er_(unwrap_jso(this), value); | 3948 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.instance.x_Sett
er_(unwrap_jso(this), value); |
| 5013 | 3949 |
| 5014 @DomName('SVGPathSegCurvetoCubicAbs.x1') | 3950 @DomName('SVGPathSegCurvetoCubicAbs.x1') |
| 5015 @DocsEditable() | 3951 @DocsEditable() |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5059 // WARNING: Do not edit - generated code. | 3995 // WARNING: Do not edit - generated code. |
| 5060 | 3996 |
| 5061 | 3997 |
| 5062 @DocsEditable() | 3998 @DocsEditable() |
| 5063 @DomName('SVGPathSegCurvetoCubicRel') | 3999 @DomName('SVGPathSegCurvetoCubicRel') |
| 5064 @Unstable() | 4000 @Unstable() |
| 5065 class PathSegCurvetoCubicRel extends PathSeg { | 4001 class PathSegCurvetoCubicRel extends PathSeg { |
| 5066 // To suppress missing implicit constructor warnings. | 4002 // To suppress missing implicit constructor warnings. |
| 5067 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported
"); } | 4003 factory PathSegCurvetoCubicRel._() { throw new UnsupportedError("Not supported
"); } |
| 5068 | 4004 |
| 5069 | |
| 5070 static PathSegCurvetoCubicRel internalCreatePathSegCurvetoCubicRel() { | |
| 5071 return new PathSegCurvetoCubicRel._internalWrap(); | |
| 5072 } | |
| 5073 | |
| 5074 factory PathSegCurvetoCubicRel._internalWrap() { | |
| 5075 return new PathSegCurvetoCubicRel._internal(); | |
| 5076 } | |
| 5077 | |
| 5078 PathSegCurvetoCubicRel._internal() : super._internal(); | |
| 5079 | |
| 5080 | |
| 5081 @DomName('SVGPathSegCurvetoCubicRel.x') | 4005 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 5082 @DocsEditable() | 4006 @DocsEditable() |
| 5083 num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Getter_(unwrap_j
so(this)); | 4007 num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Getter_(unwrap_j
so(this)); |
| 5084 | 4008 |
| 5085 @DomName('SVGPathSegCurvetoCubicRel.x') | 4009 @DomName('SVGPathSegCurvetoCubicRel.x') |
| 5086 @DocsEditable() | 4010 @DocsEditable() |
| 5087 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Sett
er_(unwrap_jso(this), value); | 4011 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.instance.x_Sett
er_(unwrap_jso(this), value); |
| 5088 | 4012 |
| 5089 @DomName('SVGPathSegCurvetoCubicRel.x1') | 4013 @DomName('SVGPathSegCurvetoCubicRel.x1') |
| 5090 @DocsEditable() | 4014 @DocsEditable() |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5134 // WARNING: Do not edit - generated code. | 4058 // WARNING: Do not edit - generated code. |
| 5135 | 4059 |
| 5136 | 4060 |
| 5137 @DocsEditable() | 4061 @DocsEditable() |
| 5138 @DomName('SVGPathSegCurvetoCubicSmoothAbs') | 4062 @DomName('SVGPathSegCurvetoCubicSmoothAbs') |
| 5139 @Unstable() | 4063 @Unstable() |
| 5140 class PathSegCurvetoCubicSmoothAbs extends PathSeg { | 4064 class PathSegCurvetoCubicSmoothAbs extends PathSeg { |
| 5141 // To suppress missing implicit constructor warnings. | 4065 // To suppress missing implicit constructor warnings. |
| 5142 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup
ported"); } | 4066 factory PathSegCurvetoCubicSmoothAbs._() { throw new UnsupportedError("Not sup
ported"); } |
| 5143 | 4067 |
| 5144 | |
| 5145 static PathSegCurvetoCubicSmoothAbs internalCreatePathSegCurvetoCubicSmoothAbs
() { | |
| 5146 return new PathSegCurvetoCubicSmoothAbs._internalWrap(); | |
| 5147 } | |
| 5148 | |
| 5149 factory PathSegCurvetoCubicSmoothAbs._internalWrap() { | |
| 5150 return new PathSegCurvetoCubicSmoothAbs._internal(); | |
| 5151 } | |
| 5152 | |
| 5153 PathSegCurvetoCubicSmoothAbs._internal() : super._internal(); | |
| 5154 | |
| 5155 | |
| 5156 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4068 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 5157 @DocsEditable() | 4069 @DocsEditable() |
| 5158 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(un
wrap_jso(this)); | 4070 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.x_Getter_(un
wrap_jso(this)); |
| 5159 | 4071 |
| 5160 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') | 4072 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') |
| 5161 @DocsEditable() | 4073 @DocsEditable() |
| 5162 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.
x_Setter_(unwrap_jso(this), value); | 4074 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.instance.
x_Setter_(unwrap_jso(this), value); |
| 5163 | 4075 |
| 5164 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') | 4076 @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') |
| 5165 @DocsEditable() | 4077 @DocsEditable() |
| (...skipping 27 matching lines...) Expand all Loading... |
| 5193 // WARNING: Do not edit - generated code. | 4105 // WARNING: Do not edit - generated code. |
| 5194 | 4106 |
| 5195 | 4107 |
| 5196 @DocsEditable() | 4108 @DocsEditable() |
| 5197 @DomName('SVGPathSegCurvetoCubicSmoothRel') | 4109 @DomName('SVGPathSegCurvetoCubicSmoothRel') |
| 5198 @Unstable() | 4110 @Unstable() |
| 5199 class PathSegCurvetoCubicSmoothRel extends PathSeg { | 4111 class PathSegCurvetoCubicSmoothRel extends PathSeg { |
| 5200 // To suppress missing implicit constructor warnings. | 4112 // To suppress missing implicit constructor warnings. |
| 5201 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup
ported"); } | 4113 factory PathSegCurvetoCubicSmoothRel._() { throw new UnsupportedError("Not sup
ported"); } |
| 5202 | 4114 |
| 5203 | |
| 5204 static PathSegCurvetoCubicSmoothRel internalCreatePathSegCurvetoCubicSmoothRel
() { | |
| 5205 return new PathSegCurvetoCubicSmoothRel._internalWrap(); | |
| 5206 } | |
| 5207 | |
| 5208 factory PathSegCurvetoCubicSmoothRel._internalWrap() { | |
| 5209 return new PathSegCurvetoCubicSmoothRel._internal(); | |
| 5210 } | |
| 5211 | |
| 5212 PathSegCurvetoCubicSmoothRel._internal() : super._internal(); | |
| 5213 | |
| 5214 | |
| 5215 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4115 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 5216 @DocsEditable() | 4116 @DocsEditable() |
| 5217 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(un
wrap_jso(this)); | 4117 num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.x_Getter_(un
wrap_jso(this)); |
| 5218 | 4118 |
| 5219 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') | 4119 @DomName('SVGPathSegCurvetoCubicSmoothRel.x') |
| 5220 @DocsEditable() | 4120 @DocsEditable() |
| 5221 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.
x_Setter_(unwrap_jso(this), value); | 4121 void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.instance.
x_Setter_(unwrap_jso(this), value); |
| 5222 | 4122 |
| 5223 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') | 4123 @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') |
| 5224 @DocsEditable() | 4124 @DocsEditable() |
| (...skipping 27 matching lines...) Expand all Loading... |
| 5252 // WARNING: Do not edit - generated code. | 4152 // WARNING: Do not edit - generated code. |
| 5253 | 4153 |
| 5254 | 4154 |
| 5255 @DocsEditable() | 4155 @DocsEditable() |
| 5256 @DomName('SVGPathSegCurvetoQuadraticAbs') | 4156 @DomName('SVGPathSegCurvetoQuadraticAbs') |
| 5257 @Unstable() | 4157 @Unstable() |
| 5258 class PathSegCurvetoQuadraticAbs extends PathSeg { | 4158 class PathSegCurvetoQuadraticAbs extends PathSeg { |
| 5259 // To suppress missing implicit constructor warnings. | 4159 // To suppress missing implicit constructor warnings. |
| 5260 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo
rted"); } | 4160 factory PathSegCurvetoQuadraticAbs._() { throw new UnsupportedError("Not suppo
rted"); } |
| 5261 | 4161 |
| 5262 | |
| 5263 static PathSegCurvetoQuadraticAbs internalCreatePathSegCurvetoQuadraticAbs() { | |
| 5264 return new PathSegCurvetoQuadraticAbs._internalWrap(); | |
| 5265 } | |
| 5266 | |
| 5267 factory PathSegCurvetoQuadraticAbs._internalWrap() { | |
| 5268 return new PathSegCurvetoQuadraticAbs._internal(); | |
| 5269 } | |
| 5270 | |
| 5271 PathSegCurvetoQuadraticAbs._internal() : super._internal(); | |
| 5272 | |
| 5273 | |
| 5274 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4162 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 5275 @DocsEditable() | 4163 @DocsEditable() |
| 5276 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(unwr
ap_jso(this)); | 4164 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_Getter_(unwr
ap_jso(this)); |
| 5277 | 4165 |
| 5278 @DomName('SVGPathSegCurvetoQuadraticAbs.x') | 4166 @DomName('SVGPathSegCurvetoQuadraticAbs.x') |
| 5279 @DocsEditable() | 4167 @DocsEditable() |
| 5280 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_
Setter_(unwrap_jso(this), value); | 4168 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.instance.x_
Setter_(unwrap_jso(this), value); |
| 5281 | 4169 |
| 5282 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') | 4170 @DomName('SVGPathSegCurvetoQuadraticAbs.x1') |
| 5283 @DocsEditable() | 4171 @DocsEditable() |
| (...skipping 27 matching lines...) Expand all Loading... |
| 5311 // WARNING: Do not edit - generated code. | 4199 // WARNING: Do not edit - generated code. |
| 5312 | 4200 |
| 5313 | 4201 |
| 5314 @DocsEditable() | 4202 @DocsEditable() |
| 5315 @DomName('SVGPathSegCurvetoQuadraticRel') | 4203 @DomName('SVGPathSegCurvetoQuadraticRel') |
| 5316 @Unstable() | 4204 @Unstable() |
| 5317 class PathSegCurvetoQuadraticRel extends PathSeg { | 4205 class PathSegCurvetoQuadraticRel extends PathSeg { |
| 5318 // To suppress missing implicit constructor warnings. | 4206 // To suppress missing implicit constructor warnings. |
| 5319 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo
rted"); } | 4207 factory PathSegCurvetoQuadraticRel._() { throw new UnsupportedError("Not suppo
rted"); } |
| 5320 | 4208 |
| 5321 | |
| 5322 static PathSegCurvetoQuadraticRel internalCreatePathSegCurvetoQuadraticRel() { | |
| 5323 return new PathSegCurvetoQuadraticRel._internalWrap(); | |
| 5324 } | |
| 5325 | |
| 5326 factory PathSegCurvetoQuadraticRel._internalWrap() { | |
| 5327 return new PathSegCurvetoQuadraticRel._internal(); | |
| 5328 } | |
| 5329 | |
| 5330 PathSegCurvetoQuadraticRel._internal() : super._internal(); | |
| 5331 | |
| 5332 | |
| 5333 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4209 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 5334 @DocsEditable() | 4210 @DocsEditable() |
| 5335 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(unwr
ap_jso(this)); | 4211 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_Getter_(unwr
ap_jso(this)); |
| 5336 | 4212 |
| 5337 @DomName('SVGPathSegCurvetoQuadraticRel.x') | 4213 @DomName('SVGPathSegCurvetoQuadraticRel.x') |
| 5338 @DocsEditable() | 4214 @DocsEditable() |
| 5339 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_
Setter_(unwrap_jso(this), value); | 4215 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.instance.x_
Setter_(unwrap_jso(this), value); |
| 5340 | 4216 |
| 5341 @DomName('SVGPathSegCurvetoQuadraticRel.x1') | 4217 @DomName('SVGPathSegCurvetoQuadraticRel.x1') |
| 5342 @DocsEditable() | 4218 @DocsEditable() |
| (...skipping 27 matching lines...) Expand all Loading... |
| 5370 // WARNING: Do not edit - generated code. | 4246 // WARNING: Do not edit - generated code. |
| 5371 | 4247 |
| 5372 | 4248 |
| 5373 @DocsEditable() | 4249 @DocsEditable() |
| 5374 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') | 4250 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs') |
| 5375 @Unstable() | 4251 @Unstable() |
| 5376 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { | 4252 class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { |
| 5377 // To suppress missing implicit constructor warnings. | 4253 // To suppress missing implicit constructor warnings. |
| 5378 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not
supported"); } | 4254 factory PathSegCurvetoQuadraticSmoothAbs._() { throw new UnsupportedError("Not
supported"); } |
| 5379 | 4255 |
| 5380 | |
| 5381 static PathSegCurvetoQuadraticSmoothAbs internalCreatePathSegCurvetoQuadraticS
moothAbs() { | |
| 5382 return new PathSegCurvetoQuadraticSmoothAbs._internalWrap(); | |
| 5383 } | |
| 5384 | |
| 5385 factory PathSegCurvetoQuadraticSmoothAbs._internalWrap() { | |
| 5386 return new PathSegCurvetoQuadraticSmoothAbs._internal(); | |
| 5387 } | |
| 5388 | |
| 5389 PathSegCurvetoQuadraticSmoothAbs._internal() : super._internal(); | |
| 5390 | |
| 5391 | |
| 5392 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4256 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 5393 @DocsEditable() | 4257 @DocsEditable() |
| 5394 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter
_(unwrap_jso(this)); | 4258 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.instance.x_Getter
_(unwrap_jso(this)); |
| 5395 | 4259 |
| 5396 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') | 4260 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') |
| 5397 @DocsEditable() | 4261 @DocsEditable() |
| 5398 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.insta
nce.x_Setter_(unwrap_jso(this), value); | 4262 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.insta
nce.x_Setter_(unwrap_jso(this), value); |
| 5399 | 4263 |
| 5400 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') | 4264 @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') |
| 5401 @DocsEditable() | 4265 @DocsEditable() |
| (...skipping 11 matching lines...) Expand all Loading... |
| 5413 // WARNING: Do not edit - generated code. | 4277 // WARNING: Do not edit - generated code. |
| 5414 | 4278 |
| 5415 | 4279 |
| 5416 @DocsEditable() | 4280 @DocsEditable() |
| 5417 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') | 4281 @DomName('SVGPathSegCurvetoQuadraticSmoothRel') |
| 5418 @Unstable() | 4282 @Unstable() |
| 5419 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { | 4283 class PathSegCurvetoQuadraticSmoothRel extends PathSeg { |
| 5420 // To suppress missing implicit constructor warnings. | 4284 // To suppress missing implicit constructor warnings. |
| 5421 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not
supported"); } | 4285 factory PathSegCurvetoQuadraticSmoothRel._() { throw new UnsupportedError("Not
supported"); } |
| 5422 | 4286 |
| 5423 | |
| 5424 static PathSegCurvetoQuadraticSmoothRel internalCreatePathSegCurvetoQuadraticS
moothRel() { | |
| 5425 return new PathSegCurvetoQuadraticSmoothRel._internalWrap(); | |
| 5426 } | |
| 5427 | |
| 5428 factory PathSegCurvetoQuadraticSmoothRel._internalWrap() { | |
| 5429 return new PathSegCurvetoQuadraticSmoothRel._internal(); | |
| 5430 } | |
| 5431 | |
| 5432 PathSegCurvetoQuadraticSmoothRel._internal() : super._internal(); | |
| 5433 | |
| 5434 | |
| 5435 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4287 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 5436 @DocsEditable() | 4288 @DocsEditable() |
| 5437 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter
_(unwrap_jso(this)); | 4289 num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.instance.x_Getter
_(unwrap_jso(this)); |
| 5438 | 4290 |
| 5439 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') | 4291 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') |
| 5440 @DocsEditable() | 4292 @DocsEditable() |
| 5441 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.insta
nce.x_Setter_(unwrap_jso(this), value); | 4293 void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.insta
nce.x_Setter_(unwrap_jso(this), value); |
| 5442 | 4294 |
| 5443 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') | 4295 @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') |
| 5444 @DocsEditable() | 4296 @DocsEditable() |
| (...skipping 11 matching lines...) Expand all Loading... |
| 5456 // WARNING: Do not edit - generated code. | 4308 // WARNING: Do not edit - generated code. |
| 5457 | 4309 |
| 5458 | 4310 |
| 5459 @DocsEditable() | 4311 @DocsEditable() |
| 5460 @DomName('SVGPathSegLinetoAbs') | 4312 @DomName('SVGPathSegLinetoAbs') |
| 5461 @Unstable() | 4313 @Unstable() |
| 5462 class PathSegLinetoAbs extends PathSeg { | 4314 class PathSegLinetoAbs extends PathSeg { |
| 5463 // To suppress missing implicit constructor warnings. | 4315 // To suppress missing implicit constructor warnings. |
| 5464 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } | 4316 factory PathSegLinetoAbs._() { throw new UnsupportedError("Not supported"); } |
| 5465 | 4317 |
| 5466 | |
| 5467 static PathSegLinetoAbs internalCreatePathSegLinetoAbs() { | |
| 5468 return new PathSegLinetoAbs._internalWrap(); | |
| 5469 } | |
| 5470 | |
| 5471 factory PathSegLinetoAbs._internalWrap() { | |
| 5472 return new PathSegLinetoAbs._internal(); | |
| 5473 } | |
| 5474 | |
| 5475 PathSegLinetoAbs._internal() : super._internal(); | |
| 5476 | |
| 5477 | |
| 5478 @DomName('SVGPathSegLinetoAbs.x') | 4318 @DomName('SVGPathSegLinetoAbs.x') |
| 5479 @DocsEditable() | 4319 @DocsEditable() |
| 5480 num get x => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Getter_(unwrap_jso(thi
s)); | 4320 num get x => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Getter_(unwrap_jso(thi
s)); |
| 5481 | 4321 |
| 5482 @DomName('SVGPathSegLinetoAbs.x') | 4322 @DomName('SVGPathSegLinetoAbs.x') |
| 5483 @DocsEditable() | 4323 @DocsEditable() |
| 5484 void set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(un
wrap_jso(this), value); | 4324 void set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.instance.x_Setter_(un
wrap_jso(this), value); |
| 5485 | 4325 |
| 5486 @DomName('SVGPathSegLinetoAbs.y') | 4326 @DomName('SVGPathSegLinetoAbs.y') |
| 5487 @DocsEditable() | 4327 @DocsEditable() |
| (...skipping 11 matching lines...) Expand all Loading... |
| 5499 // WARNING: Do not edit - generated code. | 4339 // WARNING: Do not edit - generated code. |
| 5500 | 4340 |
| 5501 | 4341 |
| 5502 @DocsEditable() | 4342 @DocsEditable() |
| 5503 @DomName('SVGPathSegLinetoHorizontalAbs') | 4343 @DomName('SVGPathSegLinetoHorizontalAbs') |
| 5504 @Unstable() | 4344 @Unstable() |
| 5505 class PathSegLinetoHorizontalAbs extends PathSeg { | 4345 class PathSegLinetoHorizontalAbs extends PathSeg { |
| 5506 // To suppress missing implicit constructor warnings. | 4346 // To suppress missing implicit constructor warnings. |
| 5507 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo
rted"); } | 4347 factory PathSegLinetoHorizontalAbs._() { throw new UnsupportedError("Not suppo
rted"); } |
| 5508 | 4348 |
| 5509 | |
| 5510 static PathSegLinetoHorizontalAbs internalCreatePathSegLinetoHorizontalAbs() { | |
| 5511 return new PathSegLinetoHorizontalAbs._internalWrap(); | |
| 5512 } | |
| 5513 | |
| 5514 factory PathSegLinetoHorizontalAbs._internalWrap() { | |
| 5515 return new PathSegLinetoHorizontalAbs._internal(); | |
| 5516 } | |
| 5517 | |
| 5518 PathSegLinetoHorizontalAbs._internal() : super._internal(); | |
| 5519 | |
| 5520 | |
| 5521 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4349 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 5522 @DocsEditable() | 4350 @DocsEditable() |
| 5523 num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(unwr
ap_jso(this)); | 4351 num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_Getter_(unwr
ap_jso(this)); |
| 5524 | 4352 |
| 5525 @DomName('SVGPathSegLinetoHorizontalAbs.x') | 4353 @DomName('SVGPathSegLinetoHorizontalAbs.x') |
| 5526 @DocsEditable() | 4354 @DocsEditable() |
| 5527 void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_
Setter_(unwrap_jso(this), value); | 4355 void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.instance.x_
Setter_(unwrap_jso(this), value); |
| 5528 | 4356 |
| 5529 } | 4357 } |
| 5530 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4358 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5531 // for details. All rights reserved. Use of this source code is governed by a | 4359 // for details. All rights reserved. Use of this source code is governed by a |
| 5532 // BSD-style license that can be found in the LICENSE file. | 4360 // BSD-style license that can be found in the LICENSE file. |
| 5533 | 4361 |
| 5534 // WARNING: Do not edit - generated code. | 4362 // WARNING: Do not edit - generated code. |
| 5535 | 4363 |
| 5536 | 4364 |
| 5537 @DocsEditable() | 4365 @DocsEditable() |
| 5538 @DomName('SVGPathSegLinetoHorizontalRel') | 4366 @DomName('SVGPathSegLinetoHorizontalRel') |
| 5539 @Unstable() | 4367 @Unstable() |
| 5540 class PathSegLinetoHorizontalRel extends PathSeg { | 4368 class PathSegLinetoHorizontalRel extends PathSeg { |
| 5541 // To suppress missing implicit constructor warnings. | 4369 // To suppress missing implicit constructor warnings. |
| 5542 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo
rted"); } | 4370 factory PathSegLinetoHorizontalRel._() { throw new UnsupportedError("Not suppo
rted"); } |
| 5543 | 4371 |
| 5544 | |
| 5545 static PathSegLinetoHorizontalRel internalCreatePathSegLinetoHorizontalRel() { | |
| 5546 return new PathSegLinetoHorizontalRel._internalWrap(); | |
| 5547 } | |
| 5548 | |
| 5549 factory PathSegLinetoHorizontalRel._internalWrap() { | |
| 5550 return new PathSegLinetoHorizontalRel._internal(); | |
| 5551 } | |
| 5552 | |
| 5553 PathSegLinetoHorizontalRel._internal() : super._internal(); | |
| 5554 | |
| 5555 | |
| 5556 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4372 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 5557 @DocsEditable() | 4373 @DocsEditable() |
| 5558 num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(unwr
ap_jso(this)); | 4374 num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_Getter_(unwr
ap_jso(this)); |
| 5559 | 4375 |
| 5560 @DomName('SVGPathSegLinetoHorizontalRel.x') | 4376 @DomName('SVGPathSegLinetoHorizontalRel.x') |
| 5561 @DocsEditable() | 4377 @DocsEditable() |
| 5562 void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_
Setter_(unwrap_jso(this), value); | 4378 void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.instance.x_
Setter_(unwrap_jso(this), value); |
| 5563 | 4379 |
| 5564 } | 4380 } |
| 5565 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4381 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5566 // for details. All rights reserved. Use of this source code is governed by a | 4382 // for details. All rights reserved. Use of this source code is governed by a |
| 5567 // BSD-style license that can be found in the LICENSE file. | 4383 // BSD-style license that can be found in the LICENSE file. |
| 5568 | 4384 |
| 5569 // WARNING: Do not edit - generated code. | 4385 // WARNING: Do not edit - generated code. |
| 5570 | 4386 |
| 5571 | 4387 |
| 5572 @DocsEditable() | 4388 @DocsEditable() |
| 5573 @DomName('SVGPathSegLinetoRel') | 4389 @DomName('SVGPathSegLinetoRel') |
| 5574 @Unstable() | 4390 @Unstable() |
| 5575 class PathSegLinetoRel extends PathSeg { | 4391 class PathSegLinetoRel extends PathSeg { |
| 5576 // To suppress missing implicit constructor warnings. | 4392 // To suppress missing implicit constructor warnings. |
| 5577 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } | 4393 factory PathSegLinetoRel._() { throw new UnsupportedError("Not supported"); } |
| 5578 | 4394 |
| 5579 | |
| 5580 static PathSegLinetoRel internalCreatePathSegLinetoRel() { | |
| 5581 return new PathSegLinetoRel._internalWrap(); | |
| 5582 } | |
| 5583 | |
| 5584 factory PathSegLinetoRel._internalWrap() { | |
| 5585 return new PathSegLinetoRel._internal(); | |
| 5586 } | |
| 5587 | |
| 5588 PathSegLinetoRel._internal() : super._internal(); | |
| 5589 | |
| 5590 | |
| 5591 @DomName('SVGPathSegLinetoRel.x') | 4395 @DomName('SVGPathSegLinetoRel.x') |
| 5592 @DocsEditable() | 4396 @DocsEditable() |
| 5593 num get x => _blink.BlinkSVGPathSegLinetoRel.instance.x_Getter_(unwrap_jso(thi
s)); | 4397 num get x => _blink.BlinkSVGPathSegLinetoRel.instance.x_Getter_(unwrap_jso(thi
s)); |
| 5594 | 4398 |
| 5595 @DomName('SVGPathSegLinetoRel.x') | 4399 @DomName('SVGPathSegLinetoRel.x') |
| 5596 @DocsEditable() | 4400 @DocsEditable() |
| 5597 void set x(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(un
wrap_jso(this), value); | 4401 void set x(num value) => _blink.BlinkSVGPathSegLinetoRel.instance.x_Setter_(un
wrap_jso(this), value); |
| 5598 | 4402 |
| 5599 @DomName('SVGPathSegLinetoRel.y') | 4403 @DomName('SVGPathSegLinetoRel.y') |
| 5600 @DocsEditable() | 4404 @DocsEditable() |
| (...skipping 11 matching lines...) Expand all Loading... |
| 5612 // WARNING: Do not edit - generated code. | 4416 // WARNING: Do not edit - generated code. |
| 5613 | 4417 |
| 5614 | 4418 |
| 5615 @DocsEditable() | 4419 @DocsEditable() |
| 5616 @DomName('SVGPathSegLinetoVerticalAbs') | 4420 @DomName('SVGPathSegLinetoVerticalAbs') |
| 5617 @Unstable() | 4421 @Unstable() |
| 5618 class PathSegLinetoVerticalAbs extends PathSeg { | 4422 class PathSegLinetoVerticalAbs extends PathSeg { |
| 5619 // To suppress missing implicit constructor warnings. | 4423 // To suppress missing implicit constructor warnings. |
| 5620 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support
ed"); } | 4424 factory PathSegLinetoVerticalAbs._() { throw new UnsupportedError("Not support
ed"); } |
| 5621 | 4425 |
| 5622 | |
| 5623 static PathSegLinetoVerticalAbs internalCreatePathSegLinetoVerticalAbs() { | |
| 5624 return new PathSegLinetoVerticalAbs._internalWrap(); | |
| 5625 } | |
| 5626 | |
| 5627 factory PathSegLinetoVerticalAbs._internalWrap() { | |
| 5628 return new PathSegLinetoVerticalAbs._internal(); | |
| 5629 } | |
| 5630 | |
| 5631 PathSegLinetoVerticalAbs._internal() : super._internal(); | |
| 5632 | |
| 5633 | |
| 5634 @DomName('SVGPathSegLinetoVerticalAbs.y') | 4426 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 5635 @DocsEditable() | 4427 @DocsEditable() |
| 5636 num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Getter_(unwrap
_jso(this)); | 4428 num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Getter_(unwrap
_jso(this)); |
| 5637 | 4429 |
| 5638 @DomName('SVGPathSegLinetoVerticalAbs.y') | 4430 @DomName('SVGPathSegLinetoVerticalAbs.y') |
| 5639 @DocsEditable() | 4431 @DocsEditable() |
| 5640 void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Se
tter_(unwrap_jso(this), value); | 4432 void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.instance.y_Se
tter_(unwrap_jso(this), value); |
| 5641 | 4433 |
| 5642 } | 4434 } |
| 5643 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4435 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5644 // for details. All rights reserved. Use of this source code is governed by a | 4436 // for details. All rights reserved. Use of this source code is governed by a |
| 5645 // BSD-style license that can be found in the LICENSE file. | 4437 // BSD-style license that can be found in the LICENSE file. |
| 5646 | 4438 |
| 5647 // WARNING: Do not edit - generated code. | 4439 // WARNING: Do not edit - generated code. |
| 5648 | 4440 |
| 5649 | 4441 |
| 5650 @DocsEditable() | 4442 @DocsEditable() |
| 5651 @DomName('SVGPathSegLinetoVerticalRel') | 4443 @DomName('SVGPathSegLinetoVerticalRel') |
| 5652 @Unstable() | 4444 @Unstable() |
| 5653 class PathSegLinetoVerticalRel extends PathSeg { | 4445 class PathSegLinetoVerticalRel extends PathSeg { |
| 5654 // To suppress missing implicit constructor warnings. | 4446 // To suppress missing implicit constructor warnings. |
| 5655 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support
ed"); } | 4447 factory PathSegLinetoVerticalRel._() { throw new UnsupportedError("Not support
ed"); } |
| 5656 | 4448 |
| 5657 | |
| 5658 static PathSegLinetoVerticalRel internalCreatePathSegLinetoVerticalRel() { | |
| 5659 return new PathSegLinetoVerticalRel._internalWrap(); | |
| 5660 } | |
| 5661 | |
| 5662 factory PathSegLinetoVerticalRel._internalWrap() { | |
| 5663 return new PathSegLinetoVerticalRel._internal(); | |
| 5664 } | |
| 5665 | |
| 5666 PathSegLinetoVerticalRel._internal() : super._internal(); | |
| 5667 | |
| 5668 | |
| 5669 @DomName('SVGPathSegLinetoVerticalRel.y') | 4449 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 5670 @DocsEditable() | 4450 @DocsEditable() |
| 5671 num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Getter_(unwrap
_jso(this)); | 4451 num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Getter_(unwrap
_jso(this)); |
| 5672 | 4452 |
| 5673 @DomName('SVGPathSegLinetoVerticalRel.y') | 4453 @DomName('SVGPathSegLinetoVerticalRel.y') |
| 5674 @DocsEditable() | 4454 @DocsEditable() |
| 5675 void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Se
tter_(unwrap_jso(this), value); | 4455 void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.instance.y_Se
tter_(unwrap_jso(this), value); |
| 5676 | 4456 |
| 5677 } | 4457 } |
| 5678 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 4458 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 5679 // for details. All rights reserved. Use of this source code is governed by a | 4459 // for details. All rights reserved. Use of this source code is governed by a |
| 5680 // BSD-style license that can be found in the LICENSE file. | 4460 // BSD-style license that can be found in the LICENSE file. |
| 5681 | 4461 |
| 5682 // WARNING: Do not edit - generated code. | 4462 // WARNING: Do not edit - generated code. |
| 5683 | 4463 |
| 5684 | 4464 |
| 5685 @DocsEditable() | 4465 @DocsEditable() |
| 5686 @DomName('SVGPathSegList') | 4466 @DomName('SVGPathSegList') |
| 5687 @Unstable() | 4467 @Unstable() |
| 5688 class PathSegList extends NativeFieldWrapperClass2 with ListMixin<PathSeg>, Immu
tableListMixin<PathSeg> implements List<PathSeg> { | 4468 class PathSegList extends NativeFieldWrapperClass2 with ListMixin<PathSeg>, Immu
tableListMixin<PathSeg> implements List<PathSeg> { |
| 5689 // To suppress missing implicit constructor warnings. | 4469 // To suppress missing implicit constructor warnings. |
| 5690 factory PathSegList._() { throw new UnsupportedError("Not supported"); } | 4470 factory PathSegList._() { throw new UnsupportedError("Not supported"); } |
| 5691 | 4471 |
| 5692 static PathSegList internalCreatePathSegList() { | |
| 5693 return new PathSegList._internalWrap(); | |
| 5694 } | |
| 5695 | |
| 5696 JsObject blink_jsObject = null; | |
| 5697 | |
| 5698 factory PathSegList._internalWrap() { | |
| 5699 return new PathSegList._internal(); | |
| 5700 } | |
| 5701 | |
| 5702 PathSegList._internal() { } | |
| 5703 | |
| 5704 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 5705 | |
| 5706 @DomName('SVGPathSegList.length') | 4472 @DomName('SVGPathSegList.length') |
| 5707 @DocsEditable() | 4473 @DocsEditable() |
| 5708 @Experimental() // untriaged | 4474 @Experimental() // untriaged |
| 5709 int get length => _blink.BlinkSVGPathSegList.instance.length_Getter_(unwrap_js
o(this)); | 4475 int get length => _blink.BlinkSVGPathSegList.instance.length_Getter_(unwrap_js
o(this)); |
| 5710 | 4476 |
| 5711 @DomName('SVGPathSegList.numberOfItems') | 4477 @DomName('SVGPathSegList.numberOfItems') |
| 5712 @DocsEditable() | 4478 @DocsEditable() |
| 5713 int get numberOfItems => _blink.BlinkSVGPathSegList.instance.numberOfItems_Get
ter_(unwrap_jso(this)); | 4479 int get numberOfItems => _blink.BlinkSVGPathSegList.instance.numberOfItems_Get
ter_(unwrap_jso(this)); |
| 5714 | 4480 |
| 5715 PathSeg operator[](int index) { | 4481 PathSeg operator[](int index) { |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5797 // WARNING: Do not edit - generated code. | 4563 // WARNING: Do not edit - generated code. |
| 5798 | 4564 |
| 5799 | 4565 |
| 5800 @DocsEditable() | 4566 @DocsEditable() |
| 5801 @DomName('SVGPathSegMovetoAbs') | 4567 @DomName('SVGPathSegMovetoAbs') |
| 5802 @Unstable() | 4568 @Unstable() |
| 5803 class PathSegMovetoAbs extends PathSeg { | 4569 class PathSegMovetoAbs extends PathSeg { |
| 5804 // To suppress missing implicit constructor warnings. | 4570 // To suppress missing implicit constructor warnings. |
| 5805 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } | 4571 factory PathSegMovetoAbs._() { throw new UnsupportedError("Not supported"); } |
| 5806 | 4572 |
| 5807 | |
| 5808 static PathSegMovetoAbs internalCreatePathSegMovetoAbs() { | |
| 5809 return new PathSegMovetoAbs._internalWrap(); | |
| 5810 } | |
| 5811 | |
| 5812 factory PathSegMovetoAbs._internalWrap() { | |
| 5813 return new PathSegMovetoAbs._internal(); | |
| 5814 } | |
| 5815 | |
| 5816 PathSegMovetoAbs._internal() : super._internal(); | |
| 5817 | |
| 5818 | |
| 5819 @DomName('SVGPathSegMovetoAbs.x') | 4573 @DomName('SVGPathSegMovetoAbs.x') |
| 5820 @DocsEditable() | 4574 @DocsEditable() |
| 5821 num get x => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Getter_(unwrap_jso(thi
s)); | 4575 num get x => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Getter_(unwrap_jso(thi
s)); |
| 5822 | 4576 |
| 5823 @DomName('SVGPathSegMovetoAbs.x') | 4577 @DomName('SVGPathSegMovetoAbs.x') |
| 5824 @DocsEditable() | 4578 @DocsEditable() |
| 5825 void set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(un
wrap_jso(this), value); | 4579 void set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.instance.x_Setter_(un
wrap_jso(this), value); |
| 5826 | 4580 |
| 5827 @DomName('SVGPathSegMovetoAbs.y') | 4581 @DomName('SVGPathSegMovetoAbs.y') |
| 5828 @DocsEditable() | 4582 @DocsEditable() |
| (...skipping 11 matching lines...) Expand all Loading... |
| 5840 // WARNING: Do not edit - generated code. | 4594 // WARNING: Do not edit - generated code. |
| 5841 | 4595 |
| 5842 | 4596 |
| 5843 @DocsEditable() | 4597 @DocsEditable() |
| 5844 @DomName('SVGPathSegMovetoRel') | 4598 @DomName('SVGPathSegMovetoRel') |
| 5845 @Unstable() | 4599 @Unstable() |
| 5846 class PathSegMovetoRel extends PathSeg { | 4600 class PathSegMovetoRel extends PathSeg { |
| 5847 // To suppress missing implicit constructor warnings. | 4601 // To suppress missing implicit constructor warnings. |
| 5848 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } | 4602 factory PathSegMovetoRel._() { throw new UnsupportedError("Not supported"); } |
| 5849 | 4603 |
| 5850 | |
| 5851 static PathSegMovetoRel internalCreatePathSegMovetoRel() { | |
| 5852 return new PathSegMovetoRel._internalWrap(); | |
| 5853 } | |
| 5854 | |
| 5855 factory PathSegMovetoRel._internalWrap() { | |
| 5856 return new PathSegMovetoRel._internal(); | |
| 5857 } | |
| 5858 | |
| 5859 PathSegMovetoRel._internal() : super._internal(); | |
| 5860 | |
| 5861 | |
| 5862 @DomName('SVGPathSegMovetoRel.x') | 4604 @DomName('SVGPathSegMovetoRel.x') |
| 5863 @DocsEditable() | 4605 @DocsEditable() |
| 5864 num get x => _blink.BlinkSVGPathSegMovetoRel.instance.x_Getter_(unwrap_jso(thi
s)); | 4606 num get x => _blink.BlinkSVGPathSegMovetoRel.instance.x_Getter_(unwrap_jso(thi
s)); |
| 5865 | 4607 |
| 5866 @DomName('SVGPathSegMovetoRel.x') | 4608 @DomName('SVGPathSegMovetoRel.x') |
| 5867 @DocsEditable() | 4609 @DocsEditable() |
| 5868 void set x(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(un
wrap_jso(this), value); | 4610 void set x(num value) => _blink.BlinkSVGPathSegMovetoRel.instance.x_Setter_(un
wrap_jso(this), value); |
| 5869 | 4611 |
| 5870 @DomName('SVGPathSegMovetoRel.y') | 4612 @DomName('SVGPathSegMovetoRel.y') |
| 5871 @DocsEditable() | 4613 @DocsEditable() |
| (...skipping 14 matching lines...) Expand all Loading... |
| 5886 @DocsEditable() | 4628 @DocsEditable() |
| 5887 @DomName('SVGPatternElement') | 4629 @DomName('SVGPatternElement') |
| 5888 @Unstable() | 4630 @Unstable() |
| 5889 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T
ests { | 4631 class PatternElement extends SvgElement implements FitToViewBox, UriReference, T
ests { |
| 5890 // To suppress missing implicit constructor warnings. | 4632 // To suppress missing implicit constructor warnings. |
| 5891 factory PatternElement._() { throw new UnsupportedError("Not supported"); } | 4633 factory PatternElement._() { throw new UnsupportedError("Not supported"); } |
| 5892 | 4634 |
| 5893 @DomName('SVGPatternElement.SVGPatternElement') | 4635 @DomName('SVGPatternElement.SVGPatternElement') |
| 5894 @DocsEditable() | 4636 @DocsEditable() |
| 5895 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); | 4637 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
attern"); |
| 5896 | |
| 5897 | |
| 5898 static PatternElement internalCreatePatternElement() { | |
| 5899 return new PatternElement._internalWrap(); | |
| 5900 } | |
| 5901 | |
| 5902 factory PatternElement._internalWrap() { | |
| 5903 return new PatternElement._internal(); | |
| 5904 } | |
| 5905 | |
| 5906 PatternElement._internal() : super._internal(); | |
| 5907 | |
| 5908 /** | 4638 /** |
| 5909 * Constructor instantiated by the DOM when a custom element has been created. | 4639 * Constructor instantiated by the DOM when a custom element has been created. |
| 5910 * | 4640 * |
| 5911 * This can only be called by subclasses from their created constructor. | 4641 * This can only be called by subclasses from their created constructor. |
| 5912 */ | 4642 */ |
| 5913 PatternElement.created() : super.created(); | 4643 PatternElement.created() : super.created(); |
| 5914 | 4644 |
| 5915 @DomName('SVGPatternElement.height') | 4645 @DomName('SVGPatternElement.height') |
| 5916 @DocsEditable() | 4646 @DocsEditable() |
| 5917 AnimatedLength get height => wrap_jso(_blink.BlinkSVGPatternElement.instance.h
eight_Getter_(unwrap_jso(this))); | 4647 AnimatedLength get height => wrap_jso(_blink.BlinkSVGPatternElement.instance.h
eight_Getter_(unwrap_jso(this))); |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5976 // WARNING: Do not edit - generated code. | 4706 // WARNING: Do not edit - generated code. |
| 5977 | 4707 |
| 5978 | 4708 |
| 5979 @DocsEditable() | 4709 @DocsEditable() |
| 5980 @DomName('SVGPoint') | 4710 @DomName('SVGPoint') |
| 5981 @Unstable() | 4711 @Unstable() |
| 5982 class Point extends NativeFieldWrapperClass2 { | 4712 class Point extends NativeFieldWrapperClass2 { |
| 5983 // To suppress missing implicit constructor warnings. | 4713 // To suppress missing implicit constructor warnings. |
| 5984 factory Point._() { throw new UnsupportedError("Not supported"); } | 4714 factory Point._() { throw new UnsupportedError("Not supported"); } |
| 5985 | 4715 |
| 5986 static Point internalCreatePoint() { | |
| 5987 return new Point._internalWrap(); | |
| 5988 } | |
| 5989 | |
| 5990 JsObject blink_jsObject = null; | |
| 5991 | |
| 5992 factory Point._internalWrap() { | |
| 5993 return new Point._internal(); | |
| 5994 } | |
| 5995 | |
| 5996 Point._internal() { } | |
| 5997 | |
| 5998 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 5999 | |
| 6000 @DomName('SVGPoint.x') | 4716 @DomName('SVGPoint.x') |
| 6001 @DocsEditable() | 4717 @DocsEditable() |
| 6002 num get x => _blink.BlinkSVGPoint.instance.x_Getter_(unwrap_jso(this)); | 4718 num get x => _blink.BlinkSVGPoint.instance.x_Getter_(unwrap_jso(this)); |
| 6003 | 4719 |
| 6004 @DomName('SVGPoint.x') | 4720 @DomName('SVGPoint.x') |
| 6005 @DocsEditable() | 4721 @DocsEditable() |
| 6006 void set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(unwrap_jso(th
is), value); | 4722 void set x(num value) => _blink.BlinkSVGPoint.instance.x_Setter_(unwrap_jso(th
is), value); |
| 6007 | 4723 |
| 6008 @DomName('SVGPoint.y') | 4724 @DomName('SVGPoint.y') |
| 6009 @DocsEditable() | 4725 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 6025 // WARNING: Do not edit - generated code. | 4741 // WARNING: Do not edit - generated code. |
| 6026 | 4742 |
| 6027 | 4743 |
| 6028 @DocsEditable() | 4744 @DocsEditable() |
| 6029 @DomName('SVGPointList') | 4745 @DomName('SVGPointList') |
| 6030 @Unstable() | 4746 @Unstable() |
| 6031 class PointList extends NativeFieldWrapperClass2 { | 4747 class PointList extends NativeFieldWrapperClass2 { |
| 6032 // To suppress missing implicit constructor warnings. | 4748 // To suppress missing implicit constructor warnings. |
| 6033 factory PointList._() { throw new UnsupportedError("Not supported"); } | 4749 factory PointList._() { throw new UnsupportedError("Not supported"); } |
| 6034 | 4750 |
| 6035 static PointList internalCreatePointList() { | |
| 6036 return new PointList._internalWrap(); | |
| 6037 } | |
| 6038 | |
| 6039 JsObject blink_jsObject = null; | |
| 6040 | |
| 6041 factory PointList._internalWrap() { | |
| 6042 return new PointList._internal(); | |
| 6043 } | |
| 6044 | |
| 6045 PointList._internal() { } | |
| 6046 | |
| 6047 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 6048 | |
| 6049 @DomName('SVGPointList.length') | 4751 @DomName('SVGPointList.length') |
| 6050 @DocsEditable() | 4752 @DocsEditable() |
| 6051 @Experimental() // untriaged | 4753 @Experimental() // untriaged |
| 6052 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(unwrap_jso(
this)); | 4754 int get length => _blink.BlinkSVGPointList.instance.length_Getter_(unwrap_jso(
this)); |
| 6053 | 4755 |
| 6054 @DomName('SVGPointList.numberOfItems') | 4756 @DomName('SVGPointList.numberOfItems') |
| 6055 @DocsEditable() | 4757 @DocsEditable() |
| 6056 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette
r_(unwrap_jso(this)); | 4758 int get numberOfItems => _blink.BlinkSVGPointList.instance.numberOfItems_Gette
r_(unwrap_jso(this)); |
| 6057 | 4759 |
| 6058 @DomName('SVGPointList.__setter__') | 4760 @DomName('SVGPointList.__setter__') |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6099 @DocsEditable() | 4801 @DocsEditable() |
| 6100 @DomName('SVGPolygonElement') | 4802 @DomName('SVGPolygonElement') |
| 6101 @Unstable() | 4803 @Unstable() |
| 6102 class PolygonElement extends GeometryElement { | 4804 class PolygonElement extends GeometryElement { |
| 6103 // To suppress missing implicit constructor warnings. | 4805 // To suppress missing implicit constructor warnings. |
| 6104 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } | 4806 factory PolygonElement._() { throw new UnsupportedError("Not supported"); } |
| 6105 | 4807 |
| 6106 @DomName('SVGPolygonElement.SVGPolygonElement') | 4808 @DomName('SVGPolygonElement.SVGPolygonElement') |
| 6107 @DocsEditable() | 4809 @DocsEditable() |
| 6108 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); | 4810 factory PolygonElement() => _SvgElementFactoryProvider.createSvgElement_tag("p
olygon"); |
| 6109 | |
| 6110 | |
| 6111 static PolygonElement internalCreatePolygonElement() { | |
| 6112 return new PolygonElement._internalWrap(); | |
| 6113 } | |
| 6114 | |
| 6115 factory PolygonElement._internalWrap() { | |
| 6116 return new PolygonElement._internal(); | |
| 6117 } | |
| 6118 | |
| 6119 PolygonElement._internal() : super._internal(); | |
| 6120 | |
| 6121 /** | 4811 /** |
| 6122 * Constructor instantiated by the DOM when a custom element has been created. | 4812 * Constructor instantiated by the DOM when a custom element has been created. |
| 6123 * | 4813 * |
| 6124 * This can only be called by subclasses from their created constructor. | 4814 * This can only be called by subclasses from their created constructor. |
| 6125 */ | 4815 */ |
| 6126 PolygonElement.created() : super.created(); | 4816 PolygonElement.created() : super.created(); |
| 6127 | 4817 |
| 6128 @DomName('SVGPolygonElement.animatedPoints') | 4818 @DomName('SVGPolygonElement.animatedPoints') |
| 6129 @DocsEditable() | 4819 @DocsEditable() |
| 6130 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolygonElement.instanc
e.animatedPoints_Getter_(unwrap_jso(this))); | 4820 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolygonElement.instanc
e.animatedPoints_Getter_(unwrap_jso(this))); |
| (...skipping 13 matching lines...) Expand all Loading... |
| 6144 @DocsEditable() | 4834 @DocsEditable() |
| 6145 @DomName('SVGPolylineElement') | 4835 @DomName('SVGPolylineElement') |
| 6146 @Unstable() | 4836 @Unstable() |
| 6147 class PolylineElement extends GeometryElement { | 4837 class PolylineElement extends GeometryElement { |
| 6148 // To suppress missing implicit constructor warnings. | 4838 // To suppress missing implicit constructor warnings. |
| 6149 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } | 4839 factory PolylineElement._() { throw new UnsupportedError("Not supported"); } |
| 6150 | 4840 |
| 6151 @DomName('SVGPolylineElement.SVGPolylineElement') | 4841 @DomName('SVGPolylineElement.SVGPolylineElement') |
| 6152 @DocsEditable() | 4842 @DocsEditable() |
| 6153 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); | 4843 factory PolylineElement() => _SvgElementFactoryProvider.createSvgElement_tag("
polyline"); |
| 6154 | |
| 6155 | |
| 6156 static PolylineElement internalCreatePolylineElement() { | |
| 6157 return new PolylineElement._internalWrap(); | |
| 6158 } | |
| 6159 | |
| 6160 factory PolylineElement._internalWrap() { | |
| 6161 return new PolylineElement._internal(); | |
| 6162 } | |
| 6163 | |
| 6164 PolylineElement._internal() : super._internal(); | |
| 6165 | |
| 6166 /** | 4844 /** |
| 6167 * Constructor instantiated by the DOM when a custom element has been created. | 4845 * Constructor instantiated by the DOM when a custom element has been created. |
| 6168 * | 4846 * |
| 6169 * This can only be called by subclasses from their created constructor. | 4847 * This can only be called by subclasses from their created constructor. |
| 6170 */ | 4848 */ |
| 6171 PolylineElement.created() : super.created(); | 4849 PolylineElement.created() : super.created(); |
| 6172 | 4850 |
| 6173 @DomName('SVGPolylineElement.animatedPoints') | 4851 @DomName('SVGPolylineElement.animatedPoints') |
| 6174 @DocsEditable() | 4852 @DocsEditable() |
| 6175 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolylineElement.instan
ce.animatedPoints_Getter_(unwrap_jso(this))); | 4853 PointList get animatedPoints => wrap_jso(_blink.BlinkSVGPolylineElement.instan
ce.animatedPoints_Getter_(unwrap_jso(this))); |
| (...skipping 10 matching lines...) Expand all Loading... |
| 6186 // WARNING: Do not edit - generated code. | 4864 // WARNING: Do not edit - generated code. |
| 6187 | 4865 |
| 6188 | 4866 |
| 6189 @DocsEditable() | 4867 @DocsEditable() |
| 6190 @DomName('SVGPreserveAspectRatio') | 4868 @DomName('SVGPreserveAspectRatio') |
| 6191 @Unstable() | 4869 @Unstable() |
| 6192 class PreserveAspectRatio extends NativeFieldWrapperClass2 { | 4870 class PreserveAspectRatio extends NativeFieldWrapperClass2 { |
| 6193 // To suppress missing implicit constructor warnings. | 4871 // To suppress missing implicit constructor warnings. |
| 6194 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported");
} | 4872 factory PreserveAspectRatio._() { throw new UnsupportedError("Not supported");
} |
| 6195 | 4873 |
| 6196 static PreserveAspectRatio internalCreatePreserveAspectRatio() { | |
| 6197 return new PreserveAspectRatio._internalWrap(); | |
| 6198 } | |
| 6199 | |
| 6200 JsObject blink_jsObject = null; | |
| 6201 | |
| 6202 factory PreserveAspectRatio._internalWrap() { | |
| 6203 return new PreserveAspectRatio._internal(); | |
| 6204 } | |
| 6205 | |
| 6206 PreserveAspectRatio._internal() { } | |
| 6207 | |
| 6208 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 6209 | |
| 6210 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') | 4874 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET') |
| 6211 @DocsEditable() | 4875 @DocsEditable() |
| 6212 static const int SVG_MEETORSLICE_MEET = 1; | 4876 static const int SVG_MEETORSLICE_MEET = 1; |
| 6213 | 4877 |
| 6214 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') | 4878 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE') |
| 6215 @DocsEditable() | 4879 @DocsEditable() |
| 6216 static const int SVG_MEETORSLICE_SLICE = 2; | 4880 static const int SVG_MEETORSLICE_SLICE = 2; |
| 6217 | 4881 |
| 6218 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') | 4882 @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN') |
| 6219 @DocsEditable() | 4883 @DocsEditable() |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6290 @DocsEditable() | 4954 @DocsEditable() |
| 6291 @DomName('SVGRadialGradientElement') | 4955 @DomName('SVGRadialGradientElement') |
| 6292 @Unstable() | 4956 @Unstable() |
| 6293 class RadialGradientElement extends _GradientElement { | 4957 class RadialGradientElement extends _GradientElement { |
| 6294 // To suppress missing implicit constructor warnings. | 4958 // To suppress missing implicit constructor warnings. |
| 6295 factory RadialGradientElement._() { throw new UnsupportedError("Not supported"
); } | 4959 factory RadialGradientElement._() { throw new UnsupportedError("Not supported"
); } |
| 6296 | 4960 |
| 6297 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') | 4961 @DomName('SVGRadialGradientElement.SVGRadialGradientElement') |
| 6298 @DocsEditable() | 4962 @DocsEditable() |
| 6299 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); | 4963 factory RadialGradientElement() => _SvgElementFactoryProvider.createSvgElement
_tag("radialGradient"); |
| 6300 | |
| 6301 | |
| 6302 static RadialGradientElement internalCreateRadialGradientElement() { | |
| 6303 return new RadialGradientElement._internalWrap(); | |
| 6304 } | |
| 6305 | |
| 6306 factory RadialGradientElement._internalWrap() { | |
| 6307 return new RadialGradientElement._internal(); | |
| 6308 } | |
| 6309 | |
| 6310 RadialGradientElement._internal() : super._internal(); | |
| 6311 | |
| 6312 /** | 4964 /** |
| 6313 * Constructor instantiated by the DOM when a custom element has been created. | 4965 * Constructor instantiated by the DOM when a custom element has been created. |
| 6314 * | 4966 * |
| 6315 * This can only be called by subclasses from their created constructor. | 4967 * This can only be called by subclasses from their created constructor. |
| 6316 */ | 4968 */ |
| 6317 RadialGradientElement.created() : super.created(); | 4969 RadialGradientElement.created() : super.created(); |
| 6318 | 4970 |
| 6319 @DomName('SVGRadialGradientElement.cx') | 4971 @DomName('SVGRadialGradientElement.cx') |
| 6320 @DocsEditable() | 4972 @DocsEditable() |
| 6321 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGRadialGradientElement.instanc
e.cx_Getter_(unwrap_jso(this))); | 4973 AnimatedLength get cx => wrap_jso(_blink.BlinkSVGRadialGradientElement.instanc
e.cx_Getter_(unwrap_jso(this))); |
| (...skipping 26 matching lines...) Expand all Loading... |
| 6348 // WARNING: Do not edit - generated code. | 5000 // WARNING: Do not edit - generated code. |
| 6349 | 5001 |
| 6350 | 5002 |
| 6351 @DocsEditable() | 5003 @DocsEditable() |
| 6352 @DomName('SVGRect') | 5004 @DomName('SVGRect') |
| 6353 @Unstable() | 5005 @Unstable() |
| 6354 class Rect extends NativeFieldWrapperClass2 { | 5006 class Rect extends NativeFieldWrapperClass2 { |
| 6355 // To suppress missing implicit constructor warnings. | 5007 // To suppress missing implicit constructor warnings. |
| 6356 factory Rect._() { throw new UnsupportedError("Not supported"); } | 5008 factory Rect._() { throw new UnsupportedError("Not supported"); } |
| 6357 | 5009 |
| 6358 static Rect internalCreateRect() { | |
| 6359 return new Rect._internalWrap(); | |
| 6360 } | |
| 6361 | |
| 6362 JsObject blink_jsObject = null; | |
| 6363 | |
| 6364 factory Rect._internalWrap() { | |
| 6365 return new Rect._internal(); | |
| 6366 } | |
| 6367 | |
| 6368 Rect._internal() { } | |
| 6369 | |
| 6370 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 6371 | |
| 6372 @DomName('SVGRect.height') | 5010 @DomName('SVGRect.height') |
| 6373 @DocsEditable() | 5011 @DocsEditable() |
| 6374 num get height => _blink.BlinkSVGRect.instance.height_Getter_(unwrap_jso(this)
); | 5012 num get height => _blink.BlinkSVGRect.instance.height_Getter_(unwrap_jso(this)
); |
| 6375 | 5013 |
| 6376 @DomName('SVGRect.height') | 5014 @DomName('SVGRect.height') |
| 6377 @DocsEditable() | 5015 @DocsEditable() |
| 6378 void set height(num value) => _blink.BlinkSVGRect.instance.height_Setter_(unwr
ap_jso(this), value); | 5016 void set height(num value) => _blink.BlinkSVGRect.instance.height_Setter_(unwr
ap_jso(this), value); |
| 6379 | 5017 |
| 6380 @DomName('SVGRect.width') | 5018 @DomName('SVGRect.width') |
| 6381 @DocsEditable() | 5019 @DocsEditable() |
| (...skipping 30 matching lines...) Expand all Loading... |
| 6412 @DocsEditable() | 5050 @DocsEditable() |
| 6413 @DomName('SVGRectElement') | 5051 @DomName('SVGRectElement') |
| 6414 @Unstable() | 5052 @Unstable() |
| 6415 class RectElement extends GeometryElement { | 5053 class RectElement extends GeometryElement { |
| 6416 // To suppress missing implicit constructor warnings. | 5054 // To suppress missing implicit constructor warnings. |
| 6417 factory RectElement._() { throw new UnsupportedError("Not supported"); } | 5055 factory RectElement._() { throw new UnsupportedError("Not supported"); } |
| 6418 | 5056 |
| 6419 @DomName('SVGRectElement.SVGRectElement') | 5057 @DomName('SVGRectElement.SVGRectElement') |
| 6420 @DocsEditable() | 5058 @DocsEditable() |
| 6421 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); | 5059 factory RectElement() => _SvgElementFactoryProvider.createSvgElement_tag("rect
"); |
| 6422 | |
| 6423 | |
| 6424 static RectElement internalCreateRectElement() { | |
| 6425 return new RectElement._internalWrap(); | |
| 6426 } | |
| 6427 | |
| 6428 factory RectElement._internalWrap() { | |
| 6429 return new RectElement._internal(); | |
| 6430 } | |
| 6431 | |
| 6432 RectElement._internal() : super._internal(); | |
| 6433 | |
| 6434 /** | 5060 /** |
| 6435 * Constructor instantiated by the DOM when a custom element has been created. | 5061 * Constructor instantiated by the DOM when a custom element has been created. |
| 6436 * | 5062 * |
| 6437 * This can only be called by subclasses from their created constructor. | 5063 * This can only be called by subclasses from their created constructor. |
| 6438 */ | 5064 */ |
| 6439 RectElement.created() : super.created(); | 5065 RectElement.created() : super.created(); |
| 6440 | 5066 |
| 6441 @DomName('SVGRectElement.height') | 5067 @DomName('SVGRectElement.height') |
| 6442 @DocsEditable() | 5068 @DocsEditable() |
| 6443 AnimatedLength get height => wrap_jso(_blink.BlinkSVGRectElement.instance.heig
ht_Getter_(unwrap_jso(this))); | 5069 AnimatedLength get height => wrap_jso(_blink.BlinkSVGRectElement.instance.heig
ht_Getter_(unwrap_jso(this))); |
| (...skipping 26 matching lines...) Expand all Loading... |
| 6470 // WARNING: Do not edit - generated code. | 5096 // WARNING: Do not edit - generated code. |
| 6471 | 5097 |
| 6472 | 5098 |
| 6473 @DocsEditable() | 5099 @DocsEditable() |
| 6474 @DomName('SVGRenderingIntent') | 5100 @DomName('SVGRenderingIntent') |
| 6475 @Unstable() | 5101 @Unstable() |
| 6476 class RenderingIntent extends NativeFieldWrapperClass2 { | 5102 class RenderingIntent extends NativeFieldWrapperClass2 { |
| 6477 // To suppress missing implicit constructor warnings. | 5103 // To suppress missing implicit constructor warnings. |
| 6478 factory RenderingIntent._() { throw new UnsupportedError("Not supported"); } | 5104 factory RenderingIntent._() { throw new UnsupportedError("Not supported"); } |
| 6479 | 5105 |
| 6480 static RenderingIntent internalCreateRenderingIntent() { | |
| 6481 return new RenderingIntent._internalWrap(); | |
| 6482 } | |
| 6483 | |
| 6484 JsObject blink_jsObject = null; | |
| 6485 | |
| 6486 factory RenderingIntent._internalWrap() { | |
| 6487 return new RenderingIntent._internal(); | |
| 6488 } | |
| 6489 | |
| 6490 RenderingIntent._internal() { } | |
| 6491 | |
| 6492 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 6493 | |
| 6494 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') | 5106 @DomName('SVGRenderingIntent.RENDERING_INTENT_ABSOLUTE_COLORIMETRIC') |
| 6495 @DocsEditable() | 5107 @DocsEditable() |
| 6496 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; | 5108 static const int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5; |
| 6497 | 5109 |
| 6498 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') | 5110 @DomName('SVGRenderingIntent.RENDERING_INTENT_AUTO') |
| 6499 @DocsEditable() | 5111 @DocsEditable() |
| 6500 static const int RENDERING_INTENT_AUTO = 1; | 5112 static const int RENDERING_INTENT_AUTO = 1; |
| 6501 | 5113 |
| 6502 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL') | 5114 @DomName('SVGRenderingIntent.RENDERING_INTENT_PERCEPTUAL') |
| 6503 @DocsEditable() | 5115 @DocsEditable() |
| (...skipping 22 matching lines...) Expand all Loading... |
| 6526 @DocsEditable() | 5138 @DocsEditable() |
| 6527 @DomName('SVGScriptElement') | 5139 @DomName('SVGScriptElement') |
| 6528 @Unstable() | 5140 @Unstable() |
| 6529 class ScriptElement extends SvgElement implements UriReference { | 5141 class ScriptElement extends SvgElement implements UriReference { |
| 6530 // To suppress missing implicit constructor warnings. | 5142 // To suppress missing implicit constructor warnings. |
| 6531 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } | 5143 factory ScriptElement._() { throw new UnsupportedError("Not supported"); } |
| 6532 | 5144 |
| 6533 @DomName('SVGScriptElement.SVGScriptElement') | 5145 @DomName('SVGScriptElement.SVGScriptElement') |
| 6534 @DocsEditable() | 5146 @DocsEditable() |
| 6535 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); | 5147 factory ScriptElement() => _SvgElementFactoryProvider.createSvgElement_tag("sc
ript"); |
| 6536 | |
| 6537 | |
| 6538 static ScriptElement internalCreateScriptElement() { | |
| 6539 return new ScriptElement._internalWrap(); | |
| 6540 } | |
| 6541 | |
| 6542 factory ScriptElement._internalWrap() { | |
| 6543 return new ScriptElement._internal(); | |
| 6544 } | |
| 6545 | |
| 6546 ScriptElement._internal() : super._internal(); | |
| 6547 | |
| 6548 /** | 5148 /** |
| 6549 * Constructor instantiated by the DOM when a custom element has been created. | 5149 * Constructor instantiated by the DOM when a custom element has been created. |
| 6550 * | 5150 * |
| 6551 * This can only be called by subclasses from their created constructor. | 5151 * This can only be called by subclasses from their created constructor. |
| 6552 */ | 5152 */ |
| 6553 ScriptElement.created() : super.created(); | 5153 ScriptElement.created() : super.created(); |
| 6554 | 5154 |
| 6555 @DomName('SVGScriptElement.type') | 5155 @DomName('SVGScriptElement.type') |
| 6556 @DocsEditable() | 5156 @DocsEditable() |
| 6557 String get type => _blink.BlinkSVGScriptElement.instance.type_Getter_(unwrap_j
so(this)); | 5157 String get type => _blink.BlinkSVGScriptElement.instance.type_Getter_(unwrap_j
so(this)); |
| (...skipping 20 matching lines...) Expand all Loading... |
| 6578 @SupportedBrowser(SupportedBrowser.FIREFOX) | 5178 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 6579 @SupportedBrowser(SupportedBrowser.SAFARI) | 5179 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 6580 @Unstable() | 5180 @Unstable() |
| 6581 class SetElement extends AnimationElement { | 5181 class SetElement extends AnimationElement { |
| 6582 // To suppress missing implicit constructor warnings. | 5182 // To suppress missing implicit constructor warnings. |
| 6583 factory SetElement._() { throw new UnsupportedError("Not supported"); } | 5183 factory SetElement._() { throw new UnsupportedError("Not supported"); } |
| 6584 | 5184 |
| 6585 @DomName('SVGSetElement.SVGSetElement') | 5185 @DomName('SVGSetElement.SVGSetElement') |
| 6586 @DocsEditable() | 5186 @DocsEditable() |
| 6587 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; | 5187 factory SetElement() => _SvgElementFactoryProvider.createSvgElement_tag("set")
; |
| 6588 | |
| 6589 | |
| 6590 static SetElement internalCreateSetElement() { | |
| 6591 return new SetElement._internalWrap(); | |
| 6592 } | |
| 6593 | |
| 6594 factory SetElement._internalWrap() { | |
| 6595 return new SetElement._internal(); | |
| 6596 } | |
| 6597 | |
| 6598 SetElement._internal() : super._internal(); | |
| 6599 | |
| 6600 /** | 5188 /** |
| 6601 * Constructor instantiated by the DOM when a custom element has been created. | 5189 * Constructor instantiated by the DOM when a custom element has been created. |
| 6602 * | 5190 * |
| 6603 * This can only be called by subclasses from their created constructor. | 5191 * This can only be called by subclasses from their created constructor. |
| 6604 */ | 5192 */ |
| 6605 SetElement.created() : super.created(); | 5193 SetElement.created() : super.created(); |
| 6606 | 5194 |
| 6607 /// Checks if this type is supported on the current platform. | 5195 /// Checks if this type is supported on the current platform. |
| 6608 static bool get supported => true; | 5196 static bool get supported => true; |
| 6609 | 5197 |
| 6610 } | 5198 } |
| 6611 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5199 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6612 // for details. All rights reserved. Use of this source code is governed by a | 5200 // for details. All rights reserved. Use of this source code is governed by a |
| 6613 // BSD-style license that can be found in the LICENSE file. | 5201 // BSD-style license that can be found in the LICENSE file. |
| 6614 | 5202 |
| 6615 // WARNING: Do not edit - generated code. | 5203 // WARNING: Do not edit - generated code. |
| 6616 | 5204 |
| 6617 | 5205 |
| 6618 @DocsEditable() | 5206 @DocsEditable() |
| 6619 @DomName('SVGStopElement') | 5207 @DomName('SVGStopElement') |
| 6620 @Unstable() | 5208 @Unstable() |
| 6621 class StopElement extends SvgElement { | 5209 class StopElement extends SvgElement { |
| 6622 // To suppress missing implicit constructor warnings. | 5210 // To suppress missing implicit constructor warnings. |
| 6623 factory StopElement._() { throw new UnsupportedError("Not supported"); } | 5211 factory StopElement._() { throw new UnsupportedError("Not supported"); } |
| 6624 | 5212 |
| 6625 @DomName('SVGStopElement.SVGStopElement') | 5213 @DomName('SVGStopElement.SVGStopElement') |
| 6626 @DocsEditable() | 5214 @DocsEditable() |
| 6627 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); | 5215 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop
"); |
| 6628 | |
| 6629 | |
| 6630 static StopElement internalCreateStopElement() { | |
| 6631 return new StopElement._internalWrap(); | |
| 6632 } | |
| 6633 | |
| 6634 factory StopElement._internalWrap() { | |
| 6635 return new StopElement._internal(); | |
| 6636 } | |
| 6637 | |
| 6638 StopElement._internal() : super._internal(); | |
| 6639 | |
| 6640 /** | 5216 /** |
| 6641 * Constructor instantiated by the DOM when a custom element has been created. | 5217 * Constructor instantiated by the DOM when a custom element has been created. |
| 6642 * | 5218 * |
| 6643 * This can only be called by subclasses from their created constructor. | 5219 * This can only be called by subclasses from their created constructor. |
| 6644 */ | 5220 */ |
| 6645 StopElement.created() : super.created(); | 5221 StopElement.created() : super.created(); |
| 6646 | 5222 |
| 6647 @DomName('SVGStopElement.offset') | 5223 @DomName('SVGStopElement.offset') |
| 6648 @DocsEditable() | 5224 @DocsEditable() |
| 6649 AnimatedNumber get gradientOffset => wrap_jso(_blink.BlinkSVGStopElement.insta
nce.offset_Getter_(unwrap_jso(this))); | 5225 AnimatedNumber get gradientOffset => wrap_jso(_blink.BlinkSVGStopElement.insta
nce.offset_Getter_(unwrap_jso(this))); |
| 6650 | 5226 |
| 6651 } | 5227 } |
| 6652 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5228 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6653 // for details. All rights reserved. Use of this source code is governed by a | 5229 // for details. All rights reserved. Use of this source code is governed by a |
| 6654 // BSD-style license that can be found in the LICENSE file. | 5230 // BSD-style license that can be found in the LICENSE file. |
| 6655 | 5231 |
| 6656 // WARNING: Do not edit - generated code. | 5232 // WARNING: Do not edit - generated code. |
| 6657 | 5233 |
| 6658 | 5234 |
| 6659 @DocsEditable() | 5235 @DocsEditable() |
| 6660 @DomName('SVGStringList') | 5236 @DomName('SVGStringList') |
| 6661 @Unstable() | 5237 @Unstable() |
| 6662 class StringList extends NativeFieldWrapperClass2 with ListMixin<String>, Immuta
bleListMixin<String> implements List<String> { | 5238 class StringList extends NativeFieldWrapperClass2 with ListMixin<String>, Immuta
bleListMixin<String> implements List<String> { |
| 6663 // To suppress missing implicit constructor warnings. | 5239 // To suppress missing implicit constructor warnings. |
| 6664 factory StringList._() { throw new UnsupportedError("Not supported"); } | 5240 factory StringList._() { throw new UnsupportedError("Not supported"); } |
| 6665 | 5241 |
| 6666 static StringList internalCreateStringList() { | |
| 6667 return new StringList._internalWrap(); | |
| 6668 } | |
| 6669 | |
| 6670 JsObject blink_jsObject = null; | |
| 6671 | |
| 6672 factory StringList._internalWrap() { | |
| 6673 return new StringList._internal(); | |
| 6674 } | |
| 6675 | |
| 6676 StringList._internal() { } | |
| 6677 | |
| 6678 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 6679 | |
| 6680 @DomName('SVGStringList.length') | 5242 @DomName('SVGStringList.length') |
| 6681 @DocsEditable() | 5243 @DocsEditable() |
| 6682 @Experimental() // untriaged | 5244 @Experimental() // untriaged |
| 6683 int get length => _blink.BlinkSVGStringList.instance.length_Getter_(unwrap_jso
(this)); | 5245 int get length => _blink.BlinkSVGStringList.instance.length_Getter_(unwrap_jso
(this)); |
| 6684 | 5246 |
| 6685 @DomName('SVGStringList.numberOfItems') | 5247 @DomName('SVGStringList.numberOfItems') |
| 6686 @DocsEditable() | 5248 @DocsEditable() |
| 6687 int get numberOfItems => _blink.BlinkSVGStringList.instance.numberOfItems_Gett
er_(unwrap_jso(this)); | 5249 int get numberOfItems => _blink.BlinkSVGStringList.instance.numberOfItems_Gett
er_(unwrap_jso(this)); |
| 6688 | 5250 |
| 6689 String operator[](int index) { | 5251 String operator[](int index) { |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6775 @DomName('SVGStyleElement') | 5337 @DomName('SVGStyleElement') |
| 6776 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable | 5338 // http://www.w3.org/TR/SVG/types.html#InterfaceSVGStylable |
| 6777 @Experimental() // nonstandard | 5339 @Experimental() // nonstandard |
| 6778 class StyleElement extends SvgElement { | 5340 class StyleElement extends SvgElement { |
| 6779 // To suppress missing implicit constructor warnings. | 5341 // To suppress missing implicit constructor warnings. |
| 6780 factory StyleElement._() { throw new UnsupportedError("Not supported"); } | 5342 factory StyleElement._() { throw new UnsupportedError("Not supported"); } |
| 6781 | 5343 |
| 6782 @DomName('SVGStyleElement.SVGStyleElement') | 5344 @DomName('SVGStyleElement.SVGStyleElement') |
| 6783 @DocsEditable() | 5345 @DocsEditable() |
| 6784 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); | 5346 factory StyleElement() => _SvgElementFactoryProvider.createSvgElement_tag("sty
le"); |
| 6785 | |
| 6786 | |
| 6787 static StyleElement internalCreateStyleElement() { | |
| 6788 return new StyleElement._internalWrap(); | |
| 6789 } | |
| 6790 | |
| 6791 factory StyleElement._internalWrap() { | |
| 6792 return new StyleElement._internal(); | |
| 6793 } | |
| 6794 | |
| 6795 StyleElement._internal() : super._internal(); | |
| 6796 | |
| 6797 /** | 5347 /** |
| 6798 * Constructor instantiated by the DOM when a custom element has been created. | 5348 * Constructor instantiated by the DOM when a custom element has been created. |
| 6799 * | 5349 * |
| 6800 * This can only be called by subclasses from their created constructor. | 5350 * This can only be called by subclasses from their created constructor. |
| 6801 */ | 5351 */ |
| 6802 StyleElement.created() : super.created(); | 5352 StyleElement.created() : super.created(); |
| 6803 | 5353 |
| 6804 @DomName('SVGStyleElement.disabled') | 5354 @DomName('SVGStyleElement.disabled') |
| 6805 @DocsEditable() | 5355 @DocsEditable() |
| 6806 bool get disabled => _blink.BlinkSVGStyleElement.instance.disabled_Getter_(unw
rap_jso(this)); | 5356 bool get disabled => _blink.BlinkSVGStyleElement.instance.disabled_Getter_(unw
rap_jso(this)); |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7240 | 5790 |
| 7241 @DomName('SVGElement.volumechangeEvent') | 5791 @DomName('SVGElement.volumechangeEvent') |
| 7242 @DocsEditable() | 5792 @DocsEditable() |
| 7243 @Experimental() // untriaged | 5793 @Experimental() // untriaged |
| 7244 static const EventStreamProvider<Event> volumeChangeEvent = const EventStreamP
rovider<Event>('volumechange'); | 5794 static const EventStreamProvider<Event> volumeChangeEvent = const EventStreamP
rovider<Event>('volumechange'); |
| 7245 | 5795 |
| 7246 @DomName('SVGElement.waitingEvent') | 5796 @DomName('SVGElement.waitingEvent') |
| 7247 @DocsEditable() | 5797 @DocsEditable() |
| 7248 @Experimental() // untriaged | 5798 @Experimental() // untriaged |
| 7249 static const EventStreamProvider<Event> waitingEvent = const EventStreamProvid
er<Event>('waiting'); | 5799 static const EventStreamProvider<Event> waitingEvent = const EventStreamProvid
er<Event>('waiting'); |
| 7250 | |
| 7251 | |
| 7252 static SvgElement internalCreateSvgElement() { | |
| 7253 return new SvgElement._internalWrap(); | |
| 7254 } | |
| 7255 | |
| 7256 factory SvgElement._internalWrap() { | |
| 7257 return new SvgElement._internal(); | |
| 7258 } | |
| 7259 | |
| 7260 SvgElement._internal() : super._internal(); | |
| 7261 | |
| 7262 /** | 5800 /** |
| 7263 * Constructor instantiated by the DOM when a custom element has been created. | 5801 * Constructor instantiated by the DOM when a custom element has been created. |
| 7264 * | 5802 * |
| 7265 * This can only be called by subclasses from their created constructor. | 5803 * This can only be called by subclasses from their created constructor. |
| 7266 */ | 5804 */ |
| 7267 SvgElement.created() : super.created(); | 5805 SvgElement.created() : super.created(); |
| 7268 | 5806 |
| 7269 @DomName('SVGElement.className') | 5807 @DomName('SVGElement.className') |
| 7270 @DocsEditable() | 5808 @DocsEditable() |
| 7271 @Experimental() // untriaged | 5809 @Experimental() // untriaged |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7593 class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan
{ | 6131 class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan
{ |
| 7594 factory SvgSvgElement() { | 6132 factory SvgSvgElement() { |
| 7595 final el = new SvgElement.tag("svg"); | 6133 final el = new SvgElement.tag("svg"); |
| 7596 // The SVG spec requires the version attribute to match the spec version | 6134 // The SVG spec requires the version attribute to match the spec version |
| 7597 el.attributes['version'] = "1.1"; | 6135 el.attributes['version'] = "1.1"; |
| 7598 return el; | 6136 return el; |
| 7599 } | 6137 } |
| 7600 | 6138 |
| 7601 // To suppress missing implicit constructor warnings. | 6139 // To suppress missing implicit constructor warnings. |
| 7602 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } | 6140 factory SvgSvgElement._() { throw new UnsupportedError("Not supported"); } |
| 7603 | |
| 7604 | |
| 7605 static SvgSvgElement internalCreateSvgSvgElement() { | |
| 7606 return new SvgSvgElement._internalWrap(); | |
| 7607 } | |
| 7608 | |
| 7609 factory SvgSvgElement._internalWrap() { | |
| 7610 return new SvgSvgElement._internal(); | |
| 7611 } | |
| 7612 | |
| 7613 SvgSvgElement._internal() : super._internal(); | |
| 7614 | |
| 7615 /** | 6141 /** |
| 7616 * Constructor instantiated by the DOM when a custom element has been created. | 6142 * Constructor instantiated by the DOM when a custom element has been created. |
| 7617 * | 6143 * |
| 7618 * This can only be called by subclasses from their created constructor. | 6144 * This can only be called by subclasses from their created constructor. |
| 7619 */ | 6145 */ |
| 7620 SvgSvgElement.created() : super.created(); | 6146 SvgSvgElement.created() : super.created(); |
| 7621 | 6147 |
| 7622 @DomName('SVGSVGElement.currentScale') | 6148 @DomName('SVGSVGElement.currentScale') |
| 7623 @DocsEditable() | 6149 @DocsEditable() |
| 7624 num get currentScale => _blink.BlinkSVGSVGElement.instance.currentScale_Getter
_(unwrap_jso(this)); | 6150 num get currentScale => _blink.BlinkSVGSVGElement.instance.currentScale_Getter
_(unwrap_jso(this)); |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7794 @DocsEditable() | 6320 @DocsEditable() |
| 7795 @DomName('SVGSwitchElement') | 6321 @DomName('SVGSwitchElement') |
| 7796 @Unstable() | 6322 @Unstable() |
| 7797 class SwitchElement extends GraphicsElement { | 6323 class SwitchElement extends GraphicsElement { |
| 7798 // To suppress missing implicit constructor warnings. | 6324 // To suppress missing implicit constructor warnings. |
| 7799 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } | 6325 factory SwitchElement._() { throw new UnsupportedError("Not supported"); } |
| 7800 | 6326 |
| 7801 @DomName('SVGSwitchElement.SVGSwitchElement') | 6327 @DomName('SVGSwitchElement.SVGSwitchElement') |
| 7802 @DocsEditable() | 6328 @DocsEditable() |
| 7803 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); | 6329 factory SwitchElement() => _SvgElementFactoryProvider.createSvgElement_tag("sw
itch"); |
| 7804 | |
| 7805 | |
| 7806 static SwitchElement internalCreateSwitchElement() { | |
| 7807 return new SwitchElement._internalWrap(); | |
| 7808 } | |
| 7809 | |
| 7810 factory SwitchElement._internalWrap() { | |
| 7811 return new SwitchElement._internal(); | |
| 7812 } | |
| 7813 | |
| 7814 SwitchElement._internal() : super._internal(); | |
| 7815 | |
| 7816 /** | 6330 /** |
| 7817 * Constructor instantiated by the DOM when a custom element has been created. | 6331 * Constructor instantiated by the DOM when a custom element has been created. |
| 7818 * | 6332 * |
| 7819 * This can only be called by subclasses from their created constructor. | 6333 * This can only be called by subclasses from their created constructor. |
| 7820 */ | 6334 */ |
| 7821 SwitchElement.created() : super.created(); | 6335 SwitchElement.created() : super.created(); |
| 7822 | 6336 |
| 7823 } | 6337 } |
| 7824 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6338 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7825 // for details. All rights reserved. Use of this source code is governed by a | 6339 // for details. All rights reserved. Use of this source code is governed by a |
| 7826 // BSD-style license that can be found in the LICENSE file. | 6340 // BSD-style license that can be found in the LICENSE file. |
| 7827 | 6341 |
| 7828 // WARNING: Do not edit - generated code. | 6342 // WARNING: Do not edit - generated code. |
| 7829 | 6343 |
| 7830 | 6344 |
| 7831 @DocsEditable() | 6345 @DocsEditable() |
| 7832 @DomName('SVGSymbolElement') | 6346 @DomName('SVGSymbolElement') |
| 7833 @Unstable() | 6347 @Unstable() |
| 7834 class SymbolElement extends SvgElement implements FitToViewBox { | 6348 class SymbolElement extends SvgElement implements FitToViewBox { |
| 7835 // To suppress missing implicit constructor warnings. | 6349 // To suppress missing implicit constructor warnings. |
| 7836 factory SymbolElement._() { throw new UnsupportedError("Not supported"); } | 6350 factory SymbolElement._() { throw new UnsupportedError("Not supported"); } |
| 7837 | 6351 |
| 7838 @DomName('SVGSymbolElement.SVGSymbolElement') | 6352 @DomName('SVGSymbolElement.SVGSymbolElement') |
| 7839 @DocsEditable() | 6353 @DocsEditable() |
| 7840 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); | 6354 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy
mbol"); |
| 7841 | |
| 7842 | |
| 7843 static SymbolElement internalCreateSymbolElement() { | |
| 7844 return new SymbolElement._internalWrap(); | |
| 7845 } | |
| 7846 | |
| 7847 factory SymbolElement._internalWrap() { | |
| 7848 return new SymbolElement._internal(); | |
| 7849 } | |
| 7850 | |
| 7851 SymbolElement._internal() : super._internal(); | |
| 7852 | |
| 7853 /** | 6355 /** |
| 7854 * Constructor instantiated by the DOM when a custom element has been created. | 6356 * Constructor instantiated by the DOM when a custom element has been created. |
| 7855 * | 6357 * |
| 7856 * This can only be called by subclasses from their created constructor. | 6358 * This can only be called by subclasses from their created constructor. |
| 7857 */ | 6359 */ |
| 7858 SymbolElement.created() : super.created(); | 6360 SymbolElement.created() : super.created(); |
| 7859 | 6361 |
| 7860 @DomName('SVGSymbolElement.preserveAspectRatio') | 6362 @DomName('SVGSymbolElement.preserveAspectRatio') |
| 7861 @DocsEditable() | 6363 @DocsEditable() |
| 7862 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV
GSymbolElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); | 6364 AnimatedPreserveAspectRatio get preserveAspectRatio => wrap_jso(_blink.BlinkSV
GSymbolElement.instance.preserveAspectRatio_Getter_(unwrap_jso(this))); |
| (...skipping 13 matching lines...) Expand all Loading... |
| 7876 @DocsEditable() | 6378 @DocsEditable() |
| 7877 @DomName('SVGTSpanElement') | 6379 @DomName('SVGTSpanElement') |
| 7878 @Unstable() | 6380 @Unstable() |
| 7879 class TSpanElement extends TextPositioningElement { | 6381 class TSpanElement extends TextPositioningElement { |
| 7880 // To suppress missing implicit constructor warnings. | 6382 // To suppress missing implicit constructor warnings. |
| 7881 factory TSpanElement._() { throw new UnsupportedError("Not supported"); } | 6383 factory TSpanElement._() { throw new UnsupportedError("Not supported"); } |
| 7882 | 6384 |
| 7883 @DomName('SVGTSpanElement.SVGTSpanElement') | 6385 @DomName('SVGTSpanElement.SVGTSpanElement') |
| 7884 @DocsEditable() | 6386 @DocsEditable() |
| 7885 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); | 6387 factory TSpanElement() => _SvgElementFactoryProvider.createSvgElement_tag("tsp
an"); |
| 7886 | |
| 7887 | |
| 7888 static TSpanElement internalCreateTSpanElement() { | |
| 7889 return new TSpanElement._internalWrap(); | |
| 7890 } | |
| 7891 | |
| 7892 factory TSpanElement._internalWrap() { | |
| 7893 return new TSpanElement._internal(); | |
| 7894 } | |
| 7895 | |
| 7896 TSpanElement._internal() : super._internal(); | |
| 7897 | |
| 7898 /** | 6388 /** |
| 7899 * Constructor instantiated by the DOM when a custom element has been created. | 6389 * Constructor instantiated by the DOM when a custom element has been created. |
| 7900 * | 6390 * |
| 7901 * This can only be called by subclasses from their created constructor. | 6391 * This can only be called by subclasses from their created constructor. |
| 7902 */ | 6392 */ |
| 7903 TSpanElement.created() : super.created(); | 6393 TSpanElement.created() : super.created(); |
| 7904 | 6394 |
| 7905 } | 6395 } |
| 7906 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6396 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7907 // for details. All rights reserved. Use of this source code is governed by a | 6397 // for details. All rights reserved. Use of this source code is governed by a |
| 7908 // BSD-style license that can be found in the LICENSE file. | 6398 // BSD-style license that can be found in the LICENSE file. |
| 7909 | 6399 |
| 7910 // WARNING: Do not edit - generated code. | 6400 // WARNING: Do not edit - generated code. |
| 7911 | 6401 |
| 7912 | 6402 |
| 7913 @DocsEditable() | 6403 @DocsEditable() |
| 7914 @DomName('SVGTests') | 6404 @DomName('SVGTests') |
| 7915 @Unstable() | 6405 @Unstable() |
| 7916 abstract class Tests extends NativeFieldWrapperClass2 { | 6406 abstract class Tests extends NativeFieldWrapperClass2 { |
| 7917 // To suppress missing implicit constructor warnings. | 6407 // To suppress missing implicit constructor warnings. |
| 7918 factory Tests._() { throw new UnsupportedError("Not supported"); } | 6408 factory Tests._() { throw new UnsupportedError("Not supported"); } |
| 7919 | 6409 |
| 7920 static Tests internalCreateTests() { | |
| 7921 return new Tests._internalWrap(); | |
| 7922 } | |
| 7923 | |
| 7924 JsObject blink_jsObject = null; | |
| 7925 | |
| 7926 factory Tests._internalWrap() { | |
| 7927 return new Tests._internal(); | |
| 7928 } | |
| 7929 | |
| 7930 Tests._internal() { } | |
| 7931 | |
| 7932 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 7933 | |
| 7934 @DomName('SVGTests.requiredExtensions') | 6410 @DomName('SVGTests.requiredExtensions') |
| 7935 @DocsEditable() | 6411 @DocsEditable() |
| 7936 StringList get requiredExtensions; | 6412 StringList get requiredExtensions; |
| 7937 | 6413 |
| 7938 @DomName('SVGTests.requiredFeatures') | 6414 @DomName('SVGTests.requiredFeatures') |
| 7939 @DocsEditable() | 6415 @DocsEditable() |
| 7940 StringList get requiredFeatures; | 6416 StringList get requiredFeatures; |
| 7941 | 6417 |
| 7942 @DomName('SVGTests.systemLanguage') | 6418 @DomName('SVGTests.systemLanguage') |
| 7943 @DocsEditable() | 6419 @DocsEditable() |
| (...skipping 10 matching lines...) Expand all Loading... |
| 7954 | 6430 |
| 7955 // WARNING: Do not edit - generated code. | 6431 // WARNING: Do not edit - generated code. |
| 7956 | 6432 |
| 7957 | 6433 |
| 7958 @DocsEditable() | 6434 @DocsEditable() |
| 7959 @DomName('SVGTextContentElement') | 6435 @DomName('SVGTextContentElement') |
| 7960 @Unstable() | 6436 @Unstable() |
| 7961 class TextContentElement extends GraphicsElement { | 6437 class TextContentElement extends GraphicsElement { |
| 7962 // To suppress missing implicit constructor warnings. | 6438 // To suppress missing implicit constructor warnings. |
| 7963 factory TextContentElement._() { throw new UnsupportedError("Not supported");
} | 6439 factory TextContentElement._() { throw new UnsupportedError("Not supported");
} |
| 7964 | |
| 7965 | |
| 7966 static TextContentElement internalCreateTextContentElement() { | |
| 7967 return new TextContentElement._internalWrap(); | |
| 7968 } | |
| 7969 | |
| 7970 factory TextContentElement._internalWrap() { | |
| 7971 return new TextContentElement._internal(); | |
| 7972 } | |
| 7973 | |
| 7974 TextContentElement._internal() : super._internal(); | |
| 7975 | |
| 7976 /** | 6440 /** |
| 7977 * Constructor instantiated by the DOM when a custom element has been created. | 6441 * Constructor instantiated by the DOM when a custom element has been created. |
| 7978 * | 6442 * |
| 7979 * This can only be called by subclasses from their created constructor. | 6443 * This can only be called by subclasses from their created constructor. |
| 7980 */ | 6444 */ |
| 7981 TextContentElement.created() : super.created(); | 6445 TextContentElement.created() : super.created(); |
| 7982 | 6446 |
| 7983 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') | 6447 @DomName('SVGTextContentElement.LENGTHADJUST_SPACING') |
| 7984 @DocsEditable() | 6448 @DocsEditable() |
| 7985 static const int LENGTHADJUST_SPACING = 1; | 6449 static const int LENGTHADJUST_SPACING = 1; |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8047 @DocsEditable() | 6511 @DocsEditable() |
| 8048 @DomName('SVGTextElement') | 6512 @DomName('SVGTextElement') |
| 8049 @Unstable() | 6513 @Unstable() |
| 8050 class TextElement extends TextPositioningElement { | 6514 class TextElement extends TextPositioningElement { |
| 8051 // To suppress missing implicit constructor warnings. | 6515 // To suppress missing implicit constructor warnings. |
| 8052 factory TextElement._() { throw new UnsupportedError("Not supported"); } | 6516 factory TextElement._() { throw new UnsupportedError("Not supported"); } |
| 8053 | 6517 |
| 8054 @DomName('SVGTextElement.SVGTextElement') | 6518 @DomName('SVGTextElement.SVGTextElement') |
| 8055 @DocsEditable() | 6519 @DocsEditable() |
| 8056 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); | 6520 factory TextElement() => _SvgElementFactoryProvider.createSvgElement_tag("text
"); |
| 8057 | |
| 8058 | |
| 8059 static TextElement internalCreateTextElement() { | |
| 8060 return new TextElement._internalWrap(); | |
| 8061 } | |
| 8062 | |
| 8063 factory TextElement._internalWrap() { | |
| 8064 return new TextElement._internal(); | |
| 8065 } | |
| 8066 | |
| 8067 TextElement._internal() : super._internal(); | |
| 8068 | |
| 8069 /** | 6521 /** |
| 8070 * Constructor instantiated by the DOM when a custom element has been created. | 6522 * Constructor instantiated by the DOM when a custom element has been created. |
| 8071 * | 6523 * |
| 8072 * This can only be called by subclasses from their created constructor. | 6524 * This can only be called by subclasses from their created constructor. |
| 8073 */ | 6525 */ |
| 8074 TextElement.created() : super.created(); | 6526 TextElement.created() : super.created(); |
| 8075 | 6527 |
| 8076 } | 6528 } |
| 8077 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6529 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8078 // for details. All rights reserved. Use of this source code is governed by a | 6530 // for details. All rights reserved. Use of this source code is governed by a |
| 8079 // BSD-style license that can be found in the LICENSE file. | 6531 // BSD-style license that can be found in the LICENSE file. |
| 8080 | 6532 |
| 8081 // WARNING: Do not edit - generated code. | 6533 // WARNING: Do not edit - generated code. |
| 8082 | 6534 |
| 8083 | 6535 |
| 8084 @DocsEditable() | 6536 @DocsEditable() |
| 8085 @DomName('SVGTextPathElement') | 6537 @DomName('SVGTextPathElement') |
| 8086 @Unstable() | 6538 @Unstable() |
| 8087 class TextPathElement extends TextContentElement implements UriReference { | 6539 class TextPathElement extends TextContentElement implements UriReference { |
| 8088 // To suppress missing implicit constructor warnings. | 6540 // To suppress missing implicit constructor warnings. |
| 8089 factory TextPathElement._() { throw new UnsupportedError("Not supported"); } | 6541 factory TextPathElement._() { throw new UnsupportedError("Not supported"); } |
| 8090 | |
| 8091 | |
| 8092 static TextPathElement internalCreateTextPathElement() { | |
| 8093 return new TextPathElement._internalWrap(); | |
| 8094 } | |
| 8095 | |
| 8096 factory TextPathElement._internalWrap() { | |
| 8097 return new TextPathElement._internal(); | |
| 8098 } | |
| 8099 | |
| 8100 TextPathElement._internal() : super._internal(); | |
| 8101 | |
| 8102 /** | 6542 /** |
| 8103 * Constructor instantiated by the DOM when a custom element has been created. | 6543 * Constructor instantiated by the DOM when a custom element has been created. |
| 8104 * | 6544 * |
| 8105 * This can only be called by subclasses from their created constructor. | 6545 * This can only be called by subclasses from their created constructor. |
| 8106 */ | 6546 */ |
| 8107 TextPathElement.created() : super.created(); | 6547 TextPathElement.created() : super.created(); |
| 8108 | 6548 |
| 8109 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN') | 6549 @DomName('SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN') |
| 8110 @DocsEditable() | 6550 @DocsEditable() |
| 8111 static const int TEXTPATH_METHODTYPE_ALIGN = 1; | 6551 static const int TEXTPATH_METHODTYPE_ALIGN = 1; |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8153 | 6593 |
| 8154 // WARNING: Do not edit - generated code. | 6594 // WARNING: Do not edit - generated code. |
| 8155 | 6595 |
| 8156 | 6596 |
| 8157 @DocsEditable() | 6597 @DocsEditable() |
| 8158 @DomName('SVGTextPositioningElement') | 6598 @DomName('SVGTextPositioningElement') |
| 8159 @Unstable() | 6599 @Unstable() |
| 8160 class TextPositioningElement extends TextContentElement { | 6600 class TextPositioningElement extends TextContentElement { |
| 8161 // To suppress missing implicit constructor warnings. | 6601 // To suppress missing implicit constructor warnings. |
| 8162 factory TextPositioningElement._() { throw new UnsupportedError("Not supported
"); } | 6602 factory TextPositioningElement._() { throw new UnsupportedError("Not supported
"); } |
| 8163 | |
| 8164 | |
| 8165 static TextPositioningElement internalCreateTextPositioningElement() { | |
| 8166 return new TextPositioningElement._internalWrap(); | |
| 8167 } | |
| 8168 | |
| 8169 factory TextPositioningElement._internalWrap() { | |
| 8170 return new TextPositioningElement._internal(); | |
| 8171 } | |
| 8172 | |
| 8173 TextPositioningElement._internal() : super._internal(); | |
| 8174 | |
| 8175 /** | 6603 /** |
| 8176 * Constructor instantiated by the DOM when a custom element has been created. | 6604 * Constructor instantiated by the DOM when a custom element has been created. |
| 8177 * | 6605 * |
| 8178 * This can only be called by subclasses from their created constructor. | 6606 * This can only be called by subclasses from their created constructor. |
| 8179 */ | 6607 */ |
| 8180 TextPositioningElement.created() : super.created(); | 6608 TextPositioningElement.created() : super.created(); |
| 8181 | 6609 |
| 8182 @DomName('SVGTextPositioningElement.dx') | 6610 @DomName('SVGTextPositioningElement.dx') |
| 8183 @DocsEditable() | 6611 @DocsEditable() |
| 8184 AnimatedLengthList get dx => wrap_jso(_blink.BlinkSVGTextPositioningElement.in
stance.dx_Getter_(unwrap_jso(this))); | 6612 AnimatedLengthList get dx => wrap_jso(_blink.BlinkSVGTextPositioningElement.in
stance.dx_Getter_(unwrap_jso(this))); |
| (...skipping 25 matching lines...) Expand all Loading... |
| 8210 @DocsEditable() | 6638 @DocsEditable() |
| 8211 @DomName('SVGTitleElement') | 6639 @DomName('SVGTitleElement') |
| 8212 @Unstable() | 6640 @Unstable() |
| 8213 class TitleElement extends SvgElement { | 6641 class TitleElement extends SvgElement { |
| 8214 // To suppress missing implicit constructor warnings. | 6642 // To suppress missing implicit constructor warnings. |
| 8215 factory TitleElement._() { throw new UnsupportedError("Not supported"); } | 6643 factory TitleElement._() { throw new UnsupportedError("Not supported"); } |
| 8216 | 6644 |
| 8217 @DomName('SVGTitleElement.SVGTitleElement') | 6645 @DomName('SVGTitleElement.SVGTitleElement') |
| 8218 @DocsEditable() | 6646 @DocsEditable() |
| 8219 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); | 6647 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit
le"); |
| 8220 | |
| 8221 | |
| 8222 static TitleElement internalCreateTitleElement() { | |
| 8223 return new TitleElement._internalWrap(); | |
| 8224 } | |
| 8225 | |
| 8226 factory TitleElement._internalWrap() { | |
| 8227 return new TitleElement._internal(); | |
| 8228 } | |
| 8229 | |
| 8230 TitleElement._internal() : super._internal(); | |
| 8231 | |
| 8232 /** | 6648 /** |
| 8233 * Constructor instantiated by the DOM when a custom element has been created. | 6649 * Constructor instantiated by the DOM when a custom element has been created. |
| 8234 * | 6650 * |
| 8235 * This can only be called by subclasses from their created constructor. | 6651 * This can only be called by subclasses from their created constructor. |
| 8236 */ | 6652 */ |
| 8237 TitleElement.created() : super.created(); | 6653 TitleElement.created() : super.created(); |
| 8238 | 6654 |
| 8239 } | 6655 } |
| 8240 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6656 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8241 // for details. All rights reserved. Use of this source code is governed by a | 6657 // for details. All rights reserved. Use of this source code is governed by a |
| 8242 // BSD-style license that can be found in the LICENSE file. | 6658 // BSD-style license that can be found in the LICENSE file. |
| 8243 | 6659 |
| 8244 // WARNING: Do not edit - generated code. | 6660 // WARNING: Do not edit - generated code. |
| 8245 | 6661 |
| 8246 | 6662 |
| 8247 @DocsEditable() | 6663 @DocsEditable() |
| 8248 @DomName('SVGTransform') | 6664 @DomName('SVGTransform') |
| 8249 @Unstable() | 6665 @Unstable() |
| 8250 class Transform extends NativeFieldWrapperClass2 { | 6666 class Transform extends NativeFieldWrapperClass2 { |
| 8251 // To suppress missing implicit constructor warnings. | 6667 // To suppress missing implicit constructor warnings. |
| 8252 factory Transform._() { throw new UnsupportedError("Not supported"); } | 6668 factory Transform._() { throw new UnsupportedError("Not supported"); } |
| 8253 | 6669 |
| 8254 static Transform internalCreateTransform() { | |
| 8255 return new Transform._internalWrap(); | |
| 8256 } | |
| 8257 | |
| 8258 JsObject blink_jsObject = null; | |
| 8259 | |
| 8260 factory Transform._internalWrap() { | |
| 8261 return new Transform._internal(); | |
| 8262 } | |
| 8263 | |
| 8264 Transform._internal() { } | |
| 8265 | |
| 8266 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 8267 | |
| 8268 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') | 6670 @DomName('SVGTransform.SVG_TRANSFORM_MATRIX') |
| 8269 @DocsEditable() | 6671 @DocsEditable() |
| 8270 static const int SVG_TRANSFORM_MATRIX = 1; | 6672 static const int SVG_TRANSFORM_MATRIX = 1; |
| 8271 | 6673 |
| 8272 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') | 6674 @DomName('SVGTransform.SVG_TRANSFORM_ROTATE') |
| 8273 @DocsEditable() | 6675 @DocsEditable() |
| 8274 static const int SVG_TRANSFORM_ROTATE = 4; | 6676 static const int SVG_TRANSFORM_ROTATE = 4; |
| 8275 | 6677 |
| 8276 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') | 6678 @DomName('SVGTransform.SVG_TRANSFORM_SCALE') |
| 8277 @DocsEditable() | 6679 @DocsEditable() |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8337 // WARNING: Do not edit - generated code. | 6739 // WARNING: Do not edit - generated code. |
| 8338 | 6740 |
| 8339 | 6741 |
| 8340 @DocsEditable() | 6742 @DocsEditable() |
| 8341 @DomName('SVGTransformList') | 6743 @DomName('SVGTransformList') |
| 8342 @Unstable() | 6744 @Unstable() |
| 8343 class TransformList extends NativeFieldWrapperClass2 with ListMixin<Transform>,
ImmutableListMixin<Transform> implements List<Transform> { | 6745 class TransformList extends NativeFieldWrapperClass2 with ListMixin<Transform>,
ImmutableListMixin<Transform> implements List<Transform> { |
| 8344 // To suppress missing implicit constructor warnings. | 6746 // To suppress missing implicit constructor warnings. |
| 8345 factory TransformList._() { throw new UnsupportedError("Not supported"); } | 6747 factory TransformList._() { throw new UnsupportedError("Not supported"); } |
| 8346 | 6748 |
| 8347 static TransformList internalCreateTransformList() { | |
| 8348 return new TransformList._internalWrap(); | |
| 8349 } | |
| 8350 | |
| 8351 JsObject blink_jsObject = null; | |
| 8352 | |
| 8353 factory TransformList._internalWrap() { | |
| 8354 return new TransformList._internal(); | |
| 8355 } | |
| 8356 | |
| 8357 TransformList._internal() { } | |
| 8358 | |
| 8359 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 8360 | |
| 8361 @DomName('SVGTransformList.length') | 6749 @DomName('SVGTransformList.length') |
| 8362 @DocsEditable() | 6750 @DocsEditable() |
| 8363 @Experimental() // untriaged | 6751 @Experimental() // untriaged |
| 8364 int get length => _blink.BlinkSVGTransformList.instance.length_Getter_(unwrap_
jso(this)); | 6752 int get length => _blink.BlinkSVGTransformList.instance.length_Getter_(unwrap_
jso(this)); |
| 8365 | 6753 |
| 8366 @DomName('SVGTransformList.numberOfItems') | 6754 @DomName('SVGTransformList.numberOfItems') |
| 8367 @DocsEditable() | 6755 @DocsEditable() |
| 8368 int get numberOfItems => _blink.BlinkSVGTransformList.instance.numberOfItems_G
etter_(unwrap_jso(this)); | 6756 int get numberOfItems => _blink.BlinkSVGTransformList.instance.numberOfItems_G
etter_(unwrap_jso(this)); |
| 8369 | 6757 |
| 8370 Transform operator[](int index) { | 6758 Transform operator[](int index) { |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8460 // WARNING: Do not edit - generated code. | 6848 // WARNING: Do not edit - generated code. |
| 8461 | 6849 |
| 8462 | 6850 |
| 8463 @DocsEditable() | 6851 @DocsEditable() |
| 8464 @DomName('SVGUnitTypes') | 6852 @DomName('SVGUnitTypes') |
| 8465 @Unstable() | 6853 @Unstable() |
| 8466 class UnitTypes extends NativeFieldWrapperClass2 { | 6854 class UnitTypes extends NativeFieldWrapperClass2 { |
| 8467 // To suppress missing implicit constructor warnings. | 6855 // To suppress missing implicit constructor warnings. |
| 8468 factory UnitTypes._() { throw new UnsupportedError("Not supported"); } | 6856 factory UnitTypes._() { throw new UnsupportedError("Not supported"); } |
| 8469 | 6857 |
| 8470 static UnitTypes internalCreateUnitTypes() { | |
| 8471 return new UnitTypes._internalWrap(); | |
| 8472 } | |
| 8473 | |
| 8474 JsObject blink_jsObject = null; | |
| 8475 | |
| 8476 factory UnitTypes._internalWrap() { | |
| 8477 return new UnitTypes._internal(); | |
| 8478 } | |
| 8479 | |
| 8480 UnitTypes._internal() { } | |
| 8481 | |
| 8482 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 8483 | |
| 8484 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') | 6858 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX') |
| 8485 @DocsEditable() | 6859 @DocsEditable() |
| 8486 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; | 6860 static const int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2; |
| 8487 | 6861 |
| 8488 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') | 6862 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_UNKNOWN') |
| 8489 @DocsEditable() | 6863 @DocsEditable() |
| 8490 static const int SVG_UNIT_TYPE_UNKNOWN = 0; | 6864 static const int SVG_UNIT_TYPE_UNKNOWN = 0; |
| 8491 | 6865 |
| 8492 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') | 6866 @DomName('SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE') |
| 8493 @DocsEditable() | 6867 @DocsEditable() |
| 8494 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; | 6868 static const int SVG_UNIT_TYPE_USERSPACEONUSE = 1; |
| 8495 | 6869 |
| 8496 } | 6870 } |
| 8497 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6871 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8498 // for details. All rights reserved. Use of this source code is governed by a | 6872 // for details. All rights reserved. Use of this source code is governed by a |
| 8499 // BSD-style license that can be found in the LICENSE file. | 6873 // BSD-style license that can be found in the LICENSE file. |
| 8500 | 6874 |
| 8501 // WARNING: Do not edit - generated code. | 6875 // WARNING: Do not edit - generated code. |
| 8502 | 6876 |
| 8503 | 6877 |
| 8504 @DocsEditable() | 6878 @DocsEditable() |
| 8505 @DomName('SVGURIReference') | 6879 @DomName('SVGURIReference') |
| 8506 @Unstable() | 6880 @Unstable() |
| 8507 abstract class UriReference extends NativeFieldWrapperClass2 { | 6881 abstract class UriReference extends NativeFieldWrapperClass2 { |
| 8508 // To suppress missing implicit constructor warnings. | 6882 // To suppress missing implicit constructor warnings. |
| 8509 factory UriReference._() { throw new UnsupportedError("Not supported"); } | 6883 factory UriReference._() { throw new UnsupportedError("Not supported"); } |
| 8510 | 6884 |
| 8511 static UriReference internalCreateUriReference() { | |
| 8512 return new UriReference._internalWrap(); | |
| 8513 } | |
| 8514 | |
| 8515 JsObject blink_jsObject = null; | |
| 8516 | |
| 8517 factory UriReference._internalWrap() { | |
| 8518 return new UriReference._internal(); | |
| 8519 } | |
| 8520 | |
| 8521 UriReference._internal() { } | |
| 8522 | |
| 8523 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 8524 | |
| 8525 @DomName('SVGURIReference.href') | 6885 @DomName('SVGURIReference.href') |
| 8526 @DocsEditable() | 6886 @DocsEditable() |
| 8527 AnimatedString get href; | 6887 AnimatedString get href; |
| 8528 | 6888 |
| 8529 } | 6889 } |
| 8530 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6890 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8531 // for details. All rights reserved. Use of this source code is governed by a | 6891 // for details. All rights reserved. Use of this source code is governed by a |
| 8532 // BSD-style license that can be found in the LICENSE file. | 6892 // BSD-style license that can be found in the LICENSE file. |
| 8533 | 6893 |
| 8534 // WARNING: Do not edit - generated code. | 6894 // WARNING: Do not edit - generated code. |
| 8535 | 6895 |
| 8536 | 6896 |
| 8537 @DocsEditable() | 6897 @DocsEditable() |
| 8538 @DomName('SVGUseElement') | 6898 @DomName('SVGUseElement') |
| 8539 @Unstable() | 6899 @Unstable() |
| 8540 class UseElement extends GraphicsElement implements UriReference { | 6900 class UseElement extends GraphicsElement implements UriReference { |
| 8541 // To suppress missing implicit constructor warnings. | 6901 // To suppress missing implicit constructor warnings. |
| 8542 factory UseElement._() { throw new UnsupportedError("Not supported"); } | 6902 factory UseElement._() { throw new UnsupportedError("Not supported"); } |
| 8543 | 6903 |
| 8544 @DomName('SVGUseElement.SVGUseElement') | 6904 @DomName('SVGUseElement.SVGUseElement') |
| 8545 @DocsEditable() | 6905 @DocsEditable() |
| 8546 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; | 6906 factory UseElement() => _SvgElementFactoryProvider.createSvgElement_tag("use")
; |
| 8547 | |
| 8548 | |
| 8549 static UseElement internalCreateUseElement() { | |
| 8550 return new UseElement._internalWrap(); | |
| 8551 } | |
| 8552 | |
| 8553 factory UseElement._internalWrap() { | |
| 8554 return new UseElement._internal(); | |
| 8555 } | |
| 8556 | |
| 8557 UseElement._internal() : super._internal(); | |
| 8558 | |
| 8559 /** | 6907 /** |
| 8560 * Constructor instantiated by the DOM when a custom element has been created. | 6908 * Constructor instantiated by the DOM when a custom element has been created. |
| 8561 * | 6909 * |
| 8562 * This can only be called by subclasses from their created constructor. | 6910 * This can only be called by subclasses from their created constructor. |
| 8563 */ | 6911 */ |
| 8564 UseElement.created() : super.created(); | 6912 UseElement.created() : super.created(); |
| 8565 | 6913 |
| 8566 @DomName('SVGUseElement.height') | 6914 @DomName('SVGUseElement.height') |
| 8567 @DocsEditable() | 6915 @DocsEditable() |
| 8568 AnimatedLength get height => wrap_jso(_blink.BlinkSVGUseElement.instance.heigh
t_Getter_(unwrap_jso(this))); | 6916 AnimatedLength get height => wrap_jso(_blink.BlinkSVGUseElement.instance.heigh
t_Getter_(unwrap_jso(this))); |
| (...skipping 25 matching lines...) Expand all Loading... |
| 8594 @DocsEditable() | 6942 @DocsEditable() |
| 8595 @DomName('SVGViewElement') | 6943 @DomName('SVGViewElement') |
| 8596 @Unstable() | 6944 @Unstable() |
| 8597 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { | 6945 class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { |
| 8598 // To suppress missing implicit constructor warnings. | 6946 // To suppress missing implicit constructor warnings. |
| 8599 factory ViewElement._() { throw new UnsupportedError("Not supported"); } | 6947 factory ViewElement._() { throw new UnsupportedError("Not supported"); } |
| 8600 | 6948 |
| 8601 @DomName('SVGViewElement.SVGViewElement') | 6949 @DomName('SVGViewElement.SVGViewElement') |
| 8602 @DocsEditable() | 6950 @DocsEditable() |
| 8603 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); | 6951 factory ViewElement() => _SvgElementFactoryProvider.createSvgElement_tag("view
"); |
| 8604 | |
| 8605 | |
| 8606 static ViewElement internalCreateViewElement() { | |
| 8607 return new ViewElement._internalWrap(); | |
| 8608 } | |
| 8609 | |
| 8610 factory ViewElement._internalWrap() { | |
| 8611 return new ViewElement._internal(); | |
| 8612 } | |
| 8613 | |
| 8614 ViewElement._internal() : super._internal(); | |
| 8615 | |
| 8616 /** | 6952 /** |
| 8617 * Constructor instantiated by the DOM when a custom element has been created. | 6953 * Constructor instantiated by the DOM when a custom element has been created. |
| 8618 * | 6954 * |
| 8619 * This can only be called by subclasses from their created constructor. | 6955 * This can only be called by subclasses from their created constructor. |
| 8620 */ | 6956 */ |
| 8621 ViewElement.created() : super.created(); | 6957 ViewElement.created() : super.created(); |
| 8622 | 6958 |
| 8623 @DomName('SVGViewElement.viewTarget') | 6959 @DomName('SVGViewElement.viewTarget') |
| 8624 @DocsEditable() | 6960 @DocsEditable() |
| 8625 StringList get viewTarget => wrap_jso(_blink.BlinkSVGViewElement.instance.view
Target_Getter_(unwrap_jso(this))); | 6961 StringList get viewTarget => wrap_jso(_blink.BlinkSVGViewElement.instance.view
Target_Getter_(unwrap_jso(this))); |
| (...skipping 22 matching lines...) Expand all Loading... |
| 8648 // WARNING: Do not edit - generated code. | 6984 // WARNING: Do not edit - generated code. |
| 8649 | 6985 |
| 8650 | 6986 |
| 8651 @DocsEditable() | 6987 @DocsEditable() |
| 8652 @DomName('SVGViewSpec') | 6988 @DomName('SVGViewSpec') |
| 8653 @Unstable() | 6989 @Unstable() |
| 8654 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd
Pan { | 6990 class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd
Pan { |
| 8655 // To suppress missing implicit constructor warnings. | 6991 // To suppress missing implicit constructor warnings. |
| 8656 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } | 6992 factory ViewSpec._() { throw new UnsupportedError("Not supported"); } |
| 8657 | 6993 |
| 8658 static ViewSpec internalCreateViewSpec() { | |
| 8659 return new ViewSpec._internalWrap(); | |
| 8660 } | |
| 8661 | |
| 8662 JsObject blink_jsObject = null; | |
| 8663 | |
| 8664 factory ViewSpec._internalWrap() { | |
| 8665 return new ViewSpec._internal(); | |
| 8666 } | |
| 8667 | |
| 8668 ViewSpec._internal() { } | |
| 8669 | |
| 8670 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 8671 | |
| 8672 @DomName('SVGViewSpec.preserveAspectRatioString') | 6994 @DomName('SVGViewSpec.preserveAspectRatioString') |
| 8673 @DocsEditable() | 6995 @DocsEditable() |
| 8674 String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.instance.prese
rveAspectRatioString_Getter_(unwrap_jso(this)); | 6996 String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.instance.prese
rveAspectRatioString_Getter_(unwrap_jso(this)); |
| 8675 | 6997 |
| 8676 @DomName('SVGViewSpec.transform') | 6998 @DomName('SVGViewSpec.transform') |
| 8677 @DocsEditable() | 6999 @DocsEditable() |
| 8678 TransformList get transform => wrap_jso(_blink.BlinkSVGViewSpec.instance.trans
form_Getter_(unwrap_jso(this))); | 7000 TransformList get transform => wrap_jso(_blink.BlinkSVGViewSpec.instance.trans
form_Getter_(unwrap_jso(this))); |
| 8679 | 7001 |
| 8680 @DomName('SVGViewSpec.transformString') | 7002 @DomName('SVGViewSpec.transformString') |
| 8681 @DocsEditable() | 7003 @DocsEditable() |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8721 // WARNING: Do not edit - generated code. | 7043 // WARNING: Do not edit - generated code. |
| 8722 | 7044 |
| 8723 | 7045 |
| 8724 @DocsEditable() | 7046 @DocsEditable() |
| 8725 @DomName('SVGZoomAndPan') | 7047 @DomName('SVGZoomAndPan') |
| 8726 @Unstable() | 7048 @Unstable() |
| 8727 abstract class ZoomAndPan extends NativeFieldWrapperClass2 { | 7049 abstract class ZoomAndPan extends NativeFieldWrapperClass2 { |
| 8728 // To suppress missing implicit constructor warnings. | 7050 // To suppress missing implicit constructor warnings. |
| 8729 factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); } | 7051 factory ZoomAndPan._() { throw new UnsupportedError("Not supported"); } |
| 8730 | 7052 |
| 8731 static ZoomAndPan internalCreateZoomAndPan() { | |
| 8732 return new ZoomAndPan._internalWrap(); | |
| 8733 } | |
| 8734 | |
| 8735 JsObject blink_jsObject = null; | |
| 8736 | |
| 8737 factory ZoomAndPan._internalWrap() { | |
| 8738 return new ZoomAndPan._internal(); | |
| 8739 } | |
| 8740 | |
| 8741 ZoomAndPan._internal() { } | |
| 8742 | |
| 8743 bool operator ==(other) => unwrap_jso(other) == unwrap_jso(this) || identical(
this, other); | |
| 8744 | |
| 8745 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') | 7053 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE') |
| 8746 @DocsEditable() | 7054 @DocsEditable() |
| 8747 static const int SVG_ZOOMANDPAN_DISABLE = 1; | 7055 static const int SVG_ZOOMANDPAN_DISABLE = 1; |
| 8748 | 7056 |
| 8749 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') | 7057 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY') |
| 8750 @DocsEditable() | 7058 @DocsEditable() |
| 8751 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; | 7059 static const int SVG_ZOOMANDPAN_MAGNIFY = 2; |
| 8752 | 7060 |
| 8753 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') | 7061 @DomName('SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN') |
| 8754 @DocsEditable() | 7062 @DocsEditable() |
| (...skipping 15 matching lines...) Expand all Loading... |
| 8770 // WARNING: Do not edit - generated code. | 7078 // WARNING: Do not edit - generated code. |
| 8771 | 7079 |
| 8772 | 7080 |
| 8773 @DocsEditable() | 7081 @DocsEditable() |
| 8774 @DomName('SVGZoomEvent') | 7082 @DomName('SVGZoomEvent') |
| 8775 @Unstable() | 7083 @Unstable() |
| 8776 class ZoomEvent extends UIEvent { | 7084 class ZoomEvent extends UIEvent { |
| 8777 // To suppress missing implicit constructor warnings. | 7085 // To suppress missing implicit constructor warnings. |
| 8778 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } | 7086 factory ZoomEvent._() { throw new UnsupportedError("Not supported"); } |
| 8779 | 7087 |
| 8780 | |
| 8781 static ZoomEvent internalCreateZoomEvent() { | |
| 8782 return new ZoomEvent._internalWrap(); | |
| 8783 } | |
| 8784 | |
| 8785 factory ZoomEvent._internalWrap() { | |
| 8786 return new ZoomEvent._internal(); | |
| 8787 } | |
| 8788 | |
| 8789 ZoomEvent._internal() : super._internal(); | |
| 8790 | |
| 8791 | |
| 8792 @DomName('SVGZoomEvent.newScale') | 7088 @DomName('SVGZoomEvent.newScale') |
| 8793 @DocsEditable() | 7089 @DocsEditable() |
| 8794 double get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(unwr
ap_jso(this)); | 7090 double get newScale => _blink.BlinkSVGZoomEvent.instance.newScale_Getter_(unwr
ap_jso(this)); |
| 8795 | 7091 |
| 8796 @DomName('SVGZoomEvent.newTranslate') | 7092 @DomName('SVGZoomEvent.newTranslate') |
| 8797 @DocsEditable() | 7093 @DocsEditable() |
| 8798 Point get newTranslate => wrap_jso(_blink.BlinkSVGZoomEvent.instance.newTransl
ate_Getter_(unwrap_jso(this))); | 7094 Point get newTranslate => wrap_jso(_blink.BlinkSVGZoomEvent.instance.newTransl
ate_Getter_(unwrap_jso(this))); |
| 8799 | 7095 |
| 8800 @DomName('SVGZoomEvent.previousScale') | 7096 @DomName('SVGZoomEvent.previousScale') |
| 8801 @DocsEditable() | 7097 @DocsEditable() |
| (...skipping 14 matching lines...) Expand all Loading... |
| 8816 | 7112 |
| 8817 // WARNING: Do not edit - generated code. | 7113 // WARNING: Do not edit - generated code. |
| 8818 | 7114 |
| 8819 | 7115 |
| 8820 @DocsEditable() | 7116 @DocsEditable() |
| 8821 @DomName('SVGGradientElement') | 7117 @DomName('SVGGradientElement') |
| 8822 @Unstable() | 7118 @Unstable() |
| 8823 class _GradientElement extends SvgElement implements UriReference { | 7119 class _GradientElement extends SvgElement implements UriReference { |
| 8824 // To suppress missing implicit constructor warnings. | 7120 // To suppress missing implicit constructor warnings. |
| 8825 factory _GradientElement._() { throw new UnsupportedError("Not supported"); } | 7121 factory _GradientElement._() { throw new UnsupportedError("Not supported"); } |
| 8826 | |
| 8827 | |
| 8828 static _GradientElement internalCreate_GradientElement() { | |
| 8829 return new _GradientElement._internalWrap(); | |
| 8830 } | |
| 8831 | |
| 8832 factory _GradientElement._internalWrap() { | |
| 8833 return new _GradientElement._internal(); | |
| 8834 } | |
| 8835 | |
| 8836 _GradientElement._internal() : super._internal(); | |
| 8837 | |
| 8838 /** | 7122 /** |
| 8839 * Constructor instantiated by the DOM when a custom element has been created. | 7123 * Constructor instantiated by the DOM when a custom element has been created. |
| 8840 * | 7124 * |
| 8841 * This can only be called by subclasses from their created constructor. | 7125 * This can only be called by subclasses from their created constructor. |
| 8842 */ | 7126 */ |
| 8843 _GradientElement.created() : super.created(); | 7127 _GradientElement.created() : super.created(); |
| 8844 | 7128 |
| 8845 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') | 7129 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') |
| 8846 @DocsEditable() | 7130 @DocsEditable() |
| 8847 static const int SVG_SPREADMETHOD_PAD = 1; | 7131 static const int SVG_SPREADMETHOD_PAD = 1; |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8881 | 7165 |
| 8882 // WARNING: Do not edit - generated code. | 7166 // WARNING: Do not edit - generated code. |
| 8883 | 7167 |
| 8884 | 7168 |
| 8885 @DocsEditable() | 7169 @DocsEditable() |
| 8886 @DomName('SVGAltGlyphDefElement') | 7170 @DomName('SVGAltGlyphDefElement') |
| 8887 @Unstable() | 7171 @Unstable() |
| 8888 abstract class _SVGAltGlyphDefElement extends SvgElement { | 7172 abstract class _SVGAltGlyphDefElement extends SvgElement { |
| 8889 // To suppress missing implicit constructor warnings. | 7173 // To suppress missing implicit constructor warnings. |
| 8890 factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported
"); } | 7174 factory _SVGAltGlyphDefElement._() { throw new UnsupportedError("Not supported
"); } |
| 8891 | |
| 8892 | |
| 8893 static _SVGAltGlyphDefElement internalCreate_SVGAltGlyphDefElement() { | |
| 8894 return new _SVGAltGlyphDefElement._internalWrap(); | |
| 8895 } | |
| 8896 | |
| 8897 factory _SVGAltGlyphDefElement._internalWrap() { | |
| 8898 return new _SVGAltGlyphDefElement._internal(); | |
| 8899 } | |
| 8900 | |
| 8901 _SVGAltGlyphDefElement._internal() : super._internal(); | |
| 8902 | |
| 8903 /** | 7175 /** |
| 8904 * Constructor instantiated by the DOM when a custom element has been created. | 7176 * Constructor instantiated by the DOM when a custom element has been created. |
| 8905 * | 7177 * |
| 8906 * This can only be called by subclasses from their created constructor. | 7178 * This can only be called by subclasses from their created constructor. |
| 8907 */ | 7179 */ |
| 8908 _SVGAltGlyphDefElement.created() : super.created(); | 7180 _SVGAltGlyphDefElement.created() : super.created(); |
| 8909 | 7181 |
| 8910 } | 7182 } |
| 8911 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7183 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8912 // for details. All rights reserved. Use of this source code is governed by a | 7184 // for details. All rights reserved. Use of this source code is governed by a |
| 8913 // BSD-style license that can be found in the LICENSE file. | 7185 // BSD-style license that can be found in the LICENSE file. |
| 8914 | 7186 |
| 8915 // WARNING: Do not edit - generated code. | 7187 // WARNING: Do not edit - generated code. |
| 8916 | 7188 |
| 8917 | 7189 |
| 8918 @DocsEditable() | 7190 @DocsEditable() |
| 8919 @DomName('SVGAltGlyphItemElement') | 7191 @DomName('SVGAltGlyphItemElement') |
| 8920 @Unstable() | 7192 @Unstable() |
| 8921 abstract class _SVGAltGlyphItemElement extends SvgElement { | 7193 abstract class _SVGAltGlyphItemElement extends SvgElement { |
| 8922 // To suppress missing implicit constructor warnings. | 7194 // To suppress missing implicit constructor warnings. |
| 8923 factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supporte
d"); } | 7195 factory _SVGAltGlyphItemElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 8924 | |
| 8925 | |
| 8926 static _SVGAltGlyphItemElement internalCreate_SVGAltGlyphItemElement() { | |
| 8927 return new _SVGAltGlyphItemElement._internalWrap(); | |
| 8928 } | |
| 8929 | |
| 8930 factory _SVGAltGlyphItemElement._internalWrap() { | |
| 8931 return new _SVGAltGlyphItemElement._internal(); | |
| 8932 } | |
| 8933 | |
| 8934 _SVGAltGlyphItemElement._internal() : super._internal(); | |
| 8935 | |
| 8936 /** | 7196 /** |
| 8937 * Constructor instantiated by the DOM when a custom element has been created. | 7197 * Constructor instantiated by the DOM when a custom element has been created. |
| 8938 * | 7198 * |
| 8939 * This can only be called by subclasses from their created constructor. | 7199 * This can only be called by subclasses from their created constructor. |
| 8940 */ | 7200 */ |
| 8941 _SVGAltGlyphItemElement.created() : super.created(); | 7201 _SVGAltGlyphItemElement.created() : super.created(); |
| 8942 | 7202 |
| 8943 } | 7203 } |
| 8944 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7204 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8945 // for details. All rights reserved. Use of this source code is governed by a | 7205 // for details. All rights reserved. Use of this source code is governed by a |
| 8946 // BSD-style license that can be found in the LICENSE file. | 7206 // BSD-style license that can be found in the LICENSE file. |
| 8947 | 7207 |
| 8948 // WARNING: Do not edit - generated code. | 7208 // WARNING: Do not edit - generated code. |
| 8949 | 7209 |
| 8950 | 7210 |
| 8951 @DocsEditable() | 7211 @DocsEditable() |
| 8952 @DomName('SVGComponentTransferFunctionElement') | 7212 @DomName('SVGComponentTransferFunctionElement') |
| 8953 @Unstable() | 7213 @Unstable() |
| 8954 abstract class _SVGComponentTransferFunctionElement extends SvgElement { | 7214 abstract class _SVGComponentTransferFunctionElement extends SvgElement { |
| 8955 // To suppress missing implicit constructor warnings. | 7215 // To suppress missing implicit constructor warnings. |
| 8956 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } | 7216 factory _SVGComponentTransferFunctionElement._() { throw new UnsupportedError(
"Not supported"); } |
| 8957 | |
| 8958 | |
| 8959 static _SVGComponentTransferFunctionElement internalCreate_SVGComponentTransfe
rFunctionElement() { | |
| 8960 return new _SVGComponentTransferFunctionElement._internalWrap(); | |
| 8961 } | |
| 8962 | |
| 8963 factory _SVGComponentTransferFunctionElement._internalWrap() { | |
| 8964 return new _SVGComponentTransferFunctionElement._internal(); | |
| 8965 } | |
| 8966 | |
| 8967 _SVGComponentTransferFunctionElement._internal() : super._internal(); | |
| 8968 | |
| 8969 /** | 7217 /** |
| 8970 * Constructor instantiated by the DOM when a custom element has been created. | 7218 * Constructor instantiated by the DOM when a custom element has been created. |
| 8971 * | 7219 * |
| 8972 * This can only be called by subclasses from their created constructor. | 7220 * This can only be called by subclasses from their created constructor. |
| 8973 */ | 7221 */ |
| 8974 _SVGComponentTransferFunctionElement.created() : super.created(); | 7222 _SVGComponentTransferFunctionElement.created() : super.created(); |
| 8975 | 7223 |
| 8976 } | 7224 } |
| 8977 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7225 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 8978 // for details. All rights reserved. Use of this source code is governed by a | 7226 // for details. All rights reserved. Use of this source code is governed by a |
| 8979 // BSD-style license that can be found in the LICENSE file. | 7227 // BSD-style license that can be found in the LICENSE file. |
| 8980 | 7228 |
| 8981 // WARNING: Do not edit - generated code. | 7229 // WARNING: Do not edit - generated code. |
| 8982 | 7230 |
| 8983 | 7231 |
| 8984 @DocsEditable() | 7232 @DocsEditable() |
| 8985 @DomName('SVGCursorElement') | 7233 @DomName('SVGCursorElement') |
| 8986 @Unstable() | 7234 @Unstable() |
| 8987 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes
ts { | 7235 abstract class _SVGCursorElement extends SvgElement implements UriReference, Tes
ts { |
| 8988 // To suppress missing implicit constructor warnings. | 7236 // To suppress missing implicit constructor warnings. |
| 8989 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } | 7237 factory _SVGCursorElement._() { throw new UnsupportedError("Not supported"); } |
| 8990 | 7238 |
| 8991 @DomName('SVGCursorElement.SVGCursorElement') | 7239 @DomName('SVGCursorElement.SVGCursorElement') |
| 8992 @DocsEditable() | 7240 @DocsEditable() |
| 8993 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); | 7241 factory _SVGCursorElement() => _SvgElementFactoryProvider.createSvgElement_tag
("cursor"); |
| 8994 | |
| 8995 | |
| 8996 static _SVGCursorElement internalCreate_SVGCursorElement() { | |
| 8997 return new _SVGCursorElement._internalWrap(); | |
| 8998 } | |
| 8999 | |
| 9000 factory _SVGCursorElement._internalWrap() { | |
| 9001 return new _SVGCursorElement._internal(); | |
| 9002 } | |
| 9003 | |
| 9004 _SVGCursorElement._internal() : super._internal(); | |
| 9005 | |
| 9006 /** | 7242 /** |
| 9007 * Constructor instantiated by the DOM when a custom element has been created. | 7243 * Constructor instantiated by the DOM when a custom element has been created. |
| 9008 * | 7244 * |
| 9009 * This can only be called by subclasses from their created constructor. | 7245 * This can only be called by subclasses from their created constructor. |
| 9010 */ | 7246 */ |
| 9011 _SVGCursorElement.created() : super.created(); | 7247 _SVGCursorElement.created() : super.created(); |
| 9012 | 7248 |
| 9013 /// Checks if this type is supported on the current platform. | 7249 /// Checks if this type is supported on the current platform. |
| 9014 static bool get supported => true; | 7250 static bool get supported => true; |
| 9015 | 7251 |
| 9016 } | 7252 } |
| 9017 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7253 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9018 // for details. All rights reserved. Use of this source code is governed by a | 7254 // for details. All rights reserved. Use of this source code is governed by a |
| 9019 // BSD-style license that can be found in the LICENSE file. | 7255 // BSD-style license that can be found in the LICENSE file. |
| 9020 | 7256 |
| 9021 // WARNING: Do not edit - generated code. | 7257 // WARNING: Do not edit - generated code. |
| 9022 | 7258 |
| 9023 | 7259 |
| 9024 @DocsEditable() | 7260 @DocsEditable() |
| 9025 @DomName('SVGFEDropShadowElement') | 7261 @DomName('SVGFEDropShadowElement') |
| 9026 @Experimental() // nonstandard | 7262 @Experimental() // nonstandard |
| 9027 abstract class _SVGFEDropShadowElement extends SvgElement implements FilterPrimi
tiveStandardAttributes { | 7263 abstract class _SVGFEDropShadowElement extends SvgElement implements FilterPrimi
tiveStandardAttributes { |
| 9028 // To suppress missing implicit constructor warnings. | 7264 // To suppress missing implicit constructor warnings. |
| 9029 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte
d"); } | 7265 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 9030 | |
| 9031 | |
| 9032 static _SVGFEDropShadowElement internalCreate_SVGFEDropShadowElement() { | |
| 9033 return new _SVGFEDropShadowElement._internalWrap(); | |
| 9034 } | |
| 9035 | |
| 9036 factory _SVGFEDropShadowElement._internalWrap() { | |
| 9037 return new _SVGFEDropShadowElement._internal(); | |
| 9038 } | |
| 9039 | |
| 9040 _SVGFEDropShadowElement._internal() : super._internal(); | |
| 9041 | |
| 9042 /** | 7266 /** |
| 9043 * Constructor instantiated by the DOM when a custom element has been created. | 7267 * Constructor instantiated by the DOM when a custom element has been created. |
| 9044 * | 7268 * |
| 9045 * This can only be called by subclasses from their created constructor. | 7269 * This can only be called by subclasses from their created constructor. |
| 9046 */ | 7270 */ |
| 9047 _SVGFEDropShadowElement.created() : super.created(); | 7271 _SVGFEDropShadowElement.created() : super.created(); |
| 9048 | 7272 |
| 9049 } | 7273 } |
| 9050 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7274 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9051 // for details. All rights reserved. Use of this source code is governed by a | 7275 // for details. All rights reserved. Use of this source code is governed by a |
| 9052 // BSD-style license that can be found in the LICENSE file. | 7276 // BSD-style license that can be found in the LICENSE file. |
| 9053 | 7277 |
| 9054 // WARNING: Do not edit - generated code. | 7278 // WARNING: Do not edit - generated code. |
| 9055 | 7279 |
| 9056 | 7280 |
| 9057 @DocsEditable() | 7281 @DocsEditable() |
| 9058 @DomName('SVGFontElement') | 7282 @DomName('SVGFontElement') |
| 9059 @Unstable() | 7283 @Unstable() |
| 9060 abstract class _SVGFontElement extends SvgElement { | 7284 abstract class _SVGFontElement extends SvgElement { |
| 9061 // To suppress missing implicit constructor warnings. | 7285 // To suppress missing implicit constructor warnings. |
| 9062 factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); } | 7286 factory _SVGFontElement._() { throw new UnsupportedError("Not supported"); } |
| 9063 | |
| 9064 | |
| 9065 static _SVGFontElement internalCreate_SVGFontElement() { | |
| 9066 return new _SVGFontElement._internalWrap(); | |
| 9067 } | |
| 9068 | |
| 9069 factory _SVGFontElement._internalWrap() { | |
| 9070 return new _SVGFontElement._internal(); | |
| 9071 } | |
| 9072 | |
| 9073 _SVGFontElement._internal() : super._internal(); | |
| 9074 | |
| 9075 /** | 7287 /** |
| 9076 * Constructor instantiated by the DOM when a custom element has been created. | 7288 * Constructor instantiated by the DOM when a custom element has been created. |
| 9077 * | 7289 * |
| 9078 * This can only be called by subclasses from their created constructor. | 7290 * This can only be called by subclasses from their created constructor. |
| 9079 */ | 7291 */ |
| 9080 _SVGFontElement.created() : super.created(); | 7292 _SVGFontElement.created() : super.created(); |
| 9081 | 7293 |
| 9082 } | 7294 } |
| 9083 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7295 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9084 // for details. All rights reserved. Use of this source code is governed by a | 7296 // for details. All rights reserved. Use of this source code is governed by a |
| 9085 // BSD-style license that can be found in the LICENSE file. | 7297 // BSD-style license that can be found in the LICENSE file. |
| 9086 | 7298 |
| 9087 // WARNING: Do not edit - generated code. | 7299 // WARNING: Do not edit - generated code. |
| 9088 | 7300 |
| 9089 | 7301 |
| 9090 @DocsEditable() | 7302 @DocsEditable() |
| 9091 @DomName('SVGFontFaceElement') | 7303 @DomName('SVGFontFaceElement') |
| 9092 @Unstable() | 7304 @Unstable() |
| 9093 abstract class _SVGFontFaceElement extends SvgElement { | 7305 abstract class _SVGFontFaceElement extends SvgElement { |
| 9094 // To suppress missing implicit constructor warnings. | 7306 // To suppress missing implicit constructor warnings. |
| 9095 factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported");
} | 7307 factory _SVGFontFaceElement._() { throw new UnsupportedError("Not supported");
} |
| 9096 | |
| 9097 | |
| 9098 static _SVGFontFaceElement internalCreate_SVGFontFaceElement() { | |
| 9099 return new _SVGFontFaceElement._internalWrap(); | |
| 9100 } | |
| 9101 | |
| 9102 factory _SVGFontFaceElement._internalWrap() { | |
| 9103 return new _SVGFontFaceElement._internal(); | |
| 9104 } | |
| 9105 | |
| 9106 _SVGFontFaceElement._internal() : super._internal(); | |
| 9107 | |
| 9108 /** | 7308 /** |
| 9109 * Constructor instantiated by the DOM when a custom element has been created. | 7309 * Constructor instantiated by the DOM when a custom element has been created. |
| 9110 * | 7310 * |
| 9111 * This can only be called by subclasses from their created constructor. | 7311 * This can only be called by subclasses from their created constructor. |
| 9112 */ | 7312 */ |
| 9113 _SVGFontFaceElement.created() : super.created(); | 7313 _SVGFontFaceElement.created() : super.created(); |
| 9114 | 7314 |
| 9115 } | 7315 } |
| 9116 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7316 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9117 // for details. All rights reserved. Use of this source code is governed by a | 7317 // for details. All rights reserved. Use of this source code is governed by a |
| 9118 // BSD-style license that can be found in the LICENSE file. | 7318 // BSD-style license that can be found in the LICENSE file. |
| 9119 | 7319 |
| 9120 // WARNING: Do not edit - generated code. | 7320 // WARNING: Do not edit - generated code. |
| 9121 | 7321 |
| 9122 | 7322 |
| 9123 @DocsEditable() | 7323 @DocsEditable() |
| 9124 @DomName('SVGFontFaceFormatElement') | 7324 @DomName('SVGFontFaceFormatElement') |
| 9125 @Unstable() | 7325 @Unstable() |
| 9126 abstract class _SVGFontFaceFormatElement extends SvgElement { | 7326 abstract class _SVGFontFaceFormatElement extends SvgElement { |
| 9127 // To suppress missing implicit constructor warnings. | 7327 // To suppress missing implicit constructor warnings. |
| 9128 factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not suppor
ted"); } | 7328 factory _SVGFontFaceFormatElement._() { throw new UnsupportedError("Not suppor
ted"); } |
| 9129 | |
| 9130 | |
| 9131 static _SVGFontFaceFormatElement internalCreate_SVGFontFaceFormatElement() { | |
| 9132 return new _SVGFontFaceFormatElement._internalWrap(); | |
| 9133 } | |
| 9134 | |
| 9135 factory _SVGFontFaceFormatElement._internalWrap() { | |
| 9136 return new _SVGFontFaceFormatElement._internal(); | |
| 9137 } | |
| 9138 | |
| 9139 _SVGFontFaceFormatElement._internal() : super._internal(); | |
| 9140 | |
| 9141 /** | 7329 /** |
| 9142 * Constructor instantiated by the DOM when a custom element has been created. | 7330 * Constructor instantiated by the DOM when a custom element has been created. |
| 9143 * | 7331 * |
| 9144 * This can only be called by subclasses from their created constructor. | 7332 * This can only be called by subclasses from their created constructor. |
| 9145 */ | 7333 */ |
| 9146 _SVGFontFaceFormatElement.created() : super.created(); | 7334 _SVGFontFaceFormatElement.created() : super.created(); |
| 9147 | 7335 |
| 9148 } | 7336 } |
| 9149 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7337 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9150 // for details. All rights reserved. Use of this source code is governed by a | 7338 // for details. All rights reserved. Use of this source code is governed by a |
| 9151 // BSD-style license that can be found in the LICENSE file. | 7339 // BSD-style license that can be found in the LICENSE file. |
| 9152 | 7340 |
| 9153 // WARNING: Do not edit - generated code. | 7341 // WARNING: Do not edit - generated code. |
| 9154 | 7342 |
| 9155 | 7343 |
| 9156 @DocsEditable() | 7344 @DocsEditable() |
| 9157 @DomName('SVGFontFaceNameElement') | 7345 @DomName('SVGFontFaceNameElement') |
| 9158 @Unstable() | 7346 @Unstable() |
| 9159 abstract class _SVGFontFaceNameElement extends SvgElement { | 7347 abstract class _SVGFontFaceNameElement extends SvgElement { |
| 9160 // To suppress missing implicit constructor warnings. | 7348 // To suppress missing implicit constructor warnings. |
| 9161 factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supporte
d"); } | 7349 factory _SVGFontFaceNameElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 9162 | |
| 9163 | |
| 9164 static _SVGFontFaceNameElement internalCreate_SVGFontFaceNameElement() { | |
| 9165 return new _SVGFontFaceNameElement._internalWrap(); | |
| 9166 } | |
| 9167 | |
| 9168 factory _SVGFontFaceNameElement._internalWrap() { | |
| 9169 return new _SVGFontFaceNameElement._internal(); | |
| 9170 } | |
| 9171 | |
| 9172 _SVGFontFaceNameElement._internal() : super._internal(); | |
| 9173 | |
| 9174 /** | 7350 /** |
| 9175 * Constructor instantiated by the DOM when a custom element has been created. | 7351 * Constructor instantiated by the DOM when a custom element has been created. |
| 9176 * | 7352 * |
| 9177 * This can only be called by subclasses from their created constructor. | 7353 * This can only be called by subclasses from their created constructor. |
| 9178 */ | 7354 */ |
| 9179 _SVGFontFaceNameElement.created() : super.created(); | 7355 _SVGFontFaceNameElement.created() : super.created(); |
| 9180 | 7356 |
| 9181 } | 7357 } |
| 9182 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7358 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9183 // for details. All rights reserved. Use of this source code is governed by a | 7359 // for details. All rights reserved. Use of this source code is governed by a |
| 9184 // BSD-style license that can be found in the LICENSE file. | 7360 // BSD-style license that can be found in the LICENSE file. |
| 9185 | 7361 |
| 9186 // WARNING: Do not edit - generated code. | 7362 // WARNING: Do not edit - generated code. |
| 9187 | 7363 |
| 9188 | 7364 |
| 9189 @DocsEditable() | 7365 @DocsEditable() |
| 9190 @DomName('SVGFontFaceSrcElement') | 7366 @DomName('SVGFontFaceSrcElement') |
| 9191 @Unstable() | 7367 @Unstable() |
| 9192 abstract class _SVGFontFaceSrcElement extends SvgElement { | 7368 abstract class _SVGFontFaceSrcElement extends SvgElement { |
| 9193 // To suppress missing implicit constructor warnings. | 7369 // To suppress missing implicit constructor warnings. |
| 9194 factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported
"); } | 7370 factory _SVGFontFaceSrcElement._() { throw new UnsupportedError("Not supported
"); } |
| 9195 | |
| 9196 | |
| 9197 static _SVGFontFaceSrcElement internalCreate_SVGFontFaceSrcElement() { | |
| 9198 return new _SVGFontFaceSrcElement._internalWrap(); | |
| 9199 } | |
| 9200 | |
| 9201 factory _SVGFontFaceSrcElement._internalWrap() { | |
| 9202 return new _SVGFontFaceSrcElement._internal(); | |
| 9203 } | |
| 9204 | |
| 9205 _SVGFontFaceSrcElement._internal() : super._internal(); | |
| 9206 | |
| 9207 /** | 7371 /** |
| 9208 * Constructor instantiated by the DOM when a custom element has been created. | 7372 * Constructor instantiated by the DOM when a custom element has been created. |
| 9209 * | 7373 * |
| 9210 * This can only be called by subclasses from their created constructor. | 7374 * This can only be called by subclasses from their created constructor. |
| 9211 */ | 7375 */ |
| 9212 _SVGFontFaceSrcElement.created() : super.created(); | 7376 _SVGFontFaceSrcElement.created() : super.created(); |
| 9213 | 7377 |
| 9214 } | 7378 } |
| 9215 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7379 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9216 // for details. All rights reserved. Use of this source code is governed by a | 7380 // for details. All rights reserved. Use of this source code is governed by a |
| 9217 // BSD-style license that can be found in the LICENSE file. | 7381 // BSD-style license that can be found in the LICENSE file. |
| 9218 | 7382 |
| 9219 // WARNING: Do not edit - generated code. | 7383 // WARNING: Do not edit - generated code. |
| 9220 | 7384 |
| 9221 | 7385 |
| 9222 @DocsEditable() | 7386 @DocsEditable() |
| 9223 @DomName('SVGFontFaceUriElement') | 7387 @DomName('SVGFontFaceUriElement') |
| 9224 @Unstable() | 7388 @Unstable() |
| 9225 abstract class _SVGFontFaceUriElement extends SvgElement { | 7389 abstract class _SVGFontFaceUriElement extends SvgElement { |
| 9226 // To suppress missing implicit constructor warnings. | 7390 // To suppress missing implicit constructor warnings. |
| 9227 factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported
"); } | 7391 factory _SVGFontFaceUriElement._() { throw new UnsupportedError("Not supported
"); } |
| 9228 | |
| 9229 | |
| 9230 static _SVGFontFaceUriElement internalCreate_SVGFontFaceUriElement() { | |
| 9231 return new _SVGFontFaceUriElement._internalWrap(); | |
| 9232 } | |
| 9233 | |
| 9234 factory _SVGFontFaceUriElement._internalWrap() { | |
| 9235 return new _SVGFontFaceUriElement._internal(); | |
| 9236 } | |
| 9237 | |
| 9238 _SVGFontFaceUriElement._internal() : super._internal(); | |
| 9239 | |
| 9240 /** | 7392 /** |
| 9241 * Constructor instantiated by the DOM when a custom element has been created. | 7393 * Constructor instantiated by the DOM when a custom element has been created. |
| 9242 * | 7394 * |
| 9243 * This can only be called by subclasses from their created constructor. | 7395 * This can only be called by subclasses from their created constructor. |
| 9244 */ | 7396 */ |
| 9245 _SVGFontFaceUriElement.created() : super.created(); | 7397 _SVGFontFaceUriElement.created() : super.created(); |
| 9246 | 7398 |
| 9247 } | 7399 } |
| 9248 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7400 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9249 // for details. All rights reserved. Use of this source code is governed by a | 7401 // for details. All rights reserved. Use of this source code is governed by a |
| 9250 // BSD-style license that can be found in the LICENSE file. | 7402 // BSD-style license that can be found in the LICENSE file. |
| 9251 | 7403 |
| 9252 // WARNING: Do not edit - generated code. | 7404 // WARNING: Do not edit - generated code. |
| 9253 | 7405 |
| 9254 | 7406 |
| 9255 @DocsEditable() | 7407 @DocsEditable() |
| 9256 @DomName('SVGGlyphElement') | 7408 @DomName('SVGGlyphElement') |
| 9257 @Unstable() | 7409 @Unstable() |
| 9258 abstract class _SVGGlyphElement extends SvgElement { | 7410 abstract class _SVGGlyphElement extends SvgElement { |
| 9259 // To suppress missing implicit constructor warnings. | 7411 // To suppress missing implicit constructor warnings. |
| 9260 factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); } | 7412 factory _SVGGlyphElement._() { throw new UnsupportedError("Not supported"); } |
| 9261 | 7413 |
| 9262 @DomName('SVGGlyphElement.SVGGlyphElement') | 7414 @DomName('SVGGlyphElement.SVGGlyphElement') |
| 9263 @DocsEditable() | 7415 @DocsEditable() |
| 9264 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"glyph"); | 7416 factory _SVGGlyphElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"glyph"); |
| 9265 | |
| 9266 | |
| 9267 static _SVGGlyphElement internalCreate_SVGGlyphElement() { | |
| 9268 return new _SVGGlyphElement._internalWrap(); | |
| 9269 } | |
| 9270 | |
| 9271 factory _SVGGlyphElement._internalWrap() { | |
| 9272 return new _SVGGlyphElement._internal(); | |
| 9273 } | |
| 9274 | |
| 9275 _SVGGlyphElement._internal() : super._internal(); | |
| 9276 | |
| 9277 /** | 7417 /** |
| 9278 * Constructor instantiated by the DOM when a custom element has been created. | 7418 * Constructor instantiated by the DOM when a custom element has been created. |
| 9279 * | 7419 * |
| 9280 * This can only be called by subclasses from their created constructor. | 7420 * This can only be called by subclasses from their created constructor. |
| 9281 */ | 7421 */ |
| 9282 _SVGGlyphElement.created() : super.created(); | 7422 _SVGGlyphElement.created() : super.created(); |
| 9283 | 7423 |
| 9284 } | 7424 } |
| 9285 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7425 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9286 // for details. All rights reserved. Use of this source code is governed by a | 7426 // for details. All rights reserved. Use of this source code is governed by a |
| 9287 // BSD-style license that can be found in the LICENSE file. | 7427 // BSD-style license that can be found in the LICENSE file. |
| 9288 | 7428 |
| 9289 // WARNING: Do not edit - generated code. | 7429 // WARNING: Do not edit - generated code. |
| 9290 | 7430 |
| 9291 | 7431 |
| 9292 @DocsEditable() | 7432 @DocsEditable() |
| 9293 @DomName('SVGGlyphRefElement') | 7433 @DomName('SVGGlyphRefElement') |
| 9294 @Unstable() | 7434 @Unstable() |
| 9295 abstract class _SVGGlyphRefElement extends SvgElement implements UriReference { | 7435 abstract class _SVGGlyphRefElement extends SvgElement implements UriReference { |
| 9296 // To suppress missing implicit constructor warnings. | 7436 // To suppress missing implicit constructor warnings. |
| 9297 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported");
} | 7437 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported");
} |
| 9298 | |
| 9299 | |
| 9300 static _SVGGlyphRefElement internalCreate_SVGGlyphRefElement() { | |
| 9301 return new _SVGGlyphRefElement._internalWrap(); | |
| 9302 } | |
| 9303 | |
| 9304 factory _SVGGlyphRefElement._internalWrap() { | |
| 9305 return new _SVGGlyphRefElement._internal(); | |
| 9306 } | |
| 9307 | |
| 9308 _SVGGlyphRefElement._internal() : super._internal(); | |
| 9309 | |
| 9310 /** | 7438 /** |
| 9311 * Constructor instantiated by the DOM when a custom element has been created. | 7439 * Constructor instantiated by the DOM when a custom element has been created. |
| 9312 * | 7440 * |
| 9313 * This can only be called by subclasses from their created constructor. | 7441 * This can only be called by subclasses from their created constructor. |
| 9314 */ | 7442 */ |
| 9315 _SVGGlyphRefElement.created() : super.created(); | 7443 _SVGGlyphRefElement.created() : super.created(); |
| 9316 | 7444 |
| 9317 } | 7445 } |
| 9318 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7446 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9319 // for details. All rights reserved. Use of this source code is governed by a | 7447 // for details. All rights reserved. Use of this source code is governed by a |
| 9320 // BSD-style license that can be found in the LICENSE file. | 7448 // BSD-style license that can be found in the LICENSE file. |
| 9321 | 7449 |
| 9322 // WARNING: Do not edit - generated code. | 7450 // WARNING: Do not edit - generated code. |
| 9323 | 7451 |
| 9324 | 7452 |
| 9325 @DocsEditable() | 7453 @DocsEditable() |
| 9326 @DomName('SVGHKernElement') | 7454 @DomName('SVGHKernElement') |
| 9327 @Unstable() | 7455 @Unstable() |
| 9328 abstract class _SVGHKernElement extends SvgElement { | 7456 abstract class _SVGHKernElement extends SvgElement { |
| 9329 // To suppress missing implicit constructor warnings. | 7457 // To suppress missing implicit constructor warnings. |
| 9330 factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); } | 7458 factory _SVGHKernElement._() { throw new UnsupportedError("Not supported"); } |
| 9331 | 7459 |
| 9332 @DomName('SVGHKernElement.SVGHKernElement') | 7460 @DomName('SVGHKernElement.SVGHKernElement') |
| 9333 @DocsEditable() | 7461 @DocsEditable() |
| 9334 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"hkern"); | 7462 factory _SVGHKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"hkern"); |
| 9335 | |
| 9336 | |
| 9337 static _SVGHKernElement internalCreate_SVGHKernElement() { | |
| 9338 return new _SVGHKernElement._internalWrap(); | |
| 9339 } | |
| 9340 | |
| 9341 factory _SVGHKernElement._internalWrap() { | |
| 9342 return new _SVGHKernElement._internal(); | |
| 9343 } | |
| 9344 | |
| 9345 _SVGHKernElement._internal() : super._internal(); | |
| 9346 | |
| 9347 /** | 7463 /** |
| 9348 * Constructor instantiated by the DOM when a custom element has been created. | 7464 * Constructor instantiated by the DOM when a custom element has been created. |
| 9349 * | 7465 * |
| 9350 * This can only be called by subclasses from their created constructor. | 7466 * This can only be called by subclasses from their created constructor. |
| 9351 */ | 7467 */ |
| 9352 _SVGHKernElement.created() : super.created(); | 7468 _SVGHKernElement.created() : super.created(); |
| 9353 | 7469 |
| 9354 } | 7470 } |
| 9355 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7471 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9356 // for details. All rights reserved. Use of this source code is governed by a | 7472 // for details. All rights reserved. Use of this source code is governed by a |
| 9357 // BSD-style license that can be found in the LICENSE file. | 7473 // BSD-style license that can be found in the LICENSE file. |
| 9358 | 7474 |
| 9359 // WARNING: Do not edit - generated code. | 7475 // WARNING: Do not edit - generated code. |
| 9360 | 7476 |
| 9361 | 7477 |
| 9362 @DocsEditable() | 7478 @DocsEditable() |
| 9363 @DomName('SVGMPathElement') | 7479 @DomName('SVGMPathElement') |
| 9364 abstract class _SVGMPathElement extends SvgElement implements UriReference { | 7480 abstract class _SVGMPathElement extends SvgElement implements UriReference { |
| 9365 // To suppress missing implicit constructor warnings. | 7481 // To suppress missing implicit constructor warnings. |
| 9366 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } | 7482 factory _SVGMPathElement._() { throw new UnsupportedError("Not supported"); } |
| 9367 | 7483 |
| 9368 @DomName('SVGMPathElement.SVGMPathElement') | 7484 @DomName('SVGMPathElement.SVGMPathElement') |
| 9369 @DocsEditable() | 7485 @DocsEditable() |
| 9370 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); | 7486 factory _SVGMPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"mpath"); |
| 9371 | |
| 9372 | |
| 9373 static _SVGMPathElement internalCreate_SVGMPathElement() { | |
| 9374 return new _SVGMPathElement._internalWrap(); | |
| 9375 } | |
| 9376 | |
| 9377 factory _SVGMPathElement._internalWrap() { | |
| 9378 return new _SVGMPathElement._internal(); | |
| 9379 } | |
| 9380 | |
| 9381 _SVGMPathElement._internal() : super._internal(); | |
| 9382 | |
| 9383 /** | 7487 /** |
| 9384 * Constructor instantiated by the DOM when a custom element has been created. | 7488 * Constructor instantiated by the DOM when a custom element has been created. |
| 9385 * | 7489 * |
| 9386 * This can only be called by subclasses from their created constructor. | 7490 * This can only be called by subclasses from their created constructor. |
| 9387 */ | 7491 */ |
| 9388 _SVGMPathElement.created() : super.created(); | 7492 _SVGMPathElement.created() : super.created(); |
| 9389 | 7493 |
| 9390 } | 7494 } |
| 9391 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7495 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9392 // for details. All rights reserved. Use of this source code is governed by a | 7496 // for details. All rights reserved. Use of this source code is governed by a |
| 9393 // BSD-style license that can be found in the LICENSE file. | 7497 // BSD-style license that can be found in the LICENSE file. |
| 9394 | 7498 |
| 9395 // WARNING: Do not edit - generated code. | 7499 // WARNING: Do not edit - generated code. |
| 9396 | 7500 |
| 9397 | 7501 |
| 9398 @DocsEditable() | 7502 @DocsEditable() |
| 9399 @DomName('SVGMissingGlyphElement') | 7503 @DomName('SVGMissingGlyphElement') |
| 9400 @Unstable() | 7504 @Unstable() |
| 9401 abstract class _SVGMissingGlyphElement extends SvgElement { | 7505 abstract class _SVGMissingGlyphElement extends SvgElement { |
| 9402 // To suppress missing implicit constructor warnings. | 7506 // To suppress missing implicit constructor warnings. |
| 9403 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte
d"); } | 7507 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte
d"); } |
| 9404 | |
| 9405 | |
| 9406 static _SVGMissingGlyphElement internalCreate_SVGMissingGlyphElement() { | |
| 9407 return new _SVGMissingGlyphElement._internalWrap(); | |
| 9408 } | |
| 9409 | |
| 9410 factory _SVGMissingGlyphElement._internalWrap() { | |
| 9411 return new _SVGMissingGlyphElement._internal(); | |
| 9412 } | |
| 9413 | |
| 9414 _SVGMissingGlyphElement._internal() : super._internal(); | |
| 9415 | |
| 9416 /** | 7508 /** |
| 9417 * Constructor instantiated by the DOM when a custom element has been created. | 7509 * Constructor instantiated by the DOM when a custom element has been created. |
| 9418 * | 7510 * |
| 9419 * This can only be called by subclasses from their created constructor. | 7511 * This can only be called by subclasses from their created constructor. |
| 9420 */ | 7512 */ |
| 9421 _SVGMissingGlyphElement.created() : super.created(); | 7513 _SVGMissingGlyphElement.created() : super.created(); |
| 9422 | 7514 |
| 9423 } | 7515 } |
| 9424 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 7516 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9425 // for details. All rights reserved. Use of this source code is governed by a | 7517 // for details. All rights reserved. Use of this source code is governed by a |
| 9426 // BSD-style license that can be found in the LICENSE file. | 7518 // BSD-style license that can be found in the LICENSE file. |
| 9427 | 7519 |
| 9428 // WARNING: Do not edit - generated code. | 7520 // WARNING: Do not edit - generated code. |
| 9429 | 7521 |
| 9430 | 7522 |
| 9431 @DocsEditable() | 7523 @DocsEditable() |
| 9432 @DomName('SVGVKernElement') | 7524 @DomName('SVGVKernElement') |
| 9433 @Unstable() | 7525 @Unstable() |
| 9434 abstract class _SVGVKernElement extends SvgElement { | 7526 abstract class _SVGVKernElement extends SvgElement { |
| 9435 // To suppress missing implicit constructor warnings. | 7527 // To suppress missing implicit constructor warnings. |
| 9436 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } | 7528 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } |
| 9437 | 7529 |
| 9438 @DomName('SVGVKernElement.SVGVKernElement') | 7530 @DomName('SVGVKernElement.SVGVKernElement') |
| 9439 @DocsEditable() | 7531 @DocsEditable() |
| 9440 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 7532 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 9441 | |
| 9442 | |
| 9443 static _SVGVKernElement internalCreate_SVGVKernElement() { | |
| 9444 return new _SVGVKernElement._internalWrap(); | |
| 9445 } | |
| 9446 | |
| 9447 factory _SVGVKernElement._internalWrap() { | |
| 9448 return new _SVGVKernElement._internal(); | |
| 9449 } | |
| 9450 | |
| 9451 _SVGVKernElement._internal() : super._internal(); | |
| 9452 | |
| 9453 /** | 7533 /** |
| 9454 * Constructor instantiated by the DOM when a custom element has been created. | 7534 * Constructor instantiated by the DOM when a custom element has been created. |
| 9455 * | 7535 * |
| 9456 * This can only be called by subclasses from their created constructor. | 7536 * This can only be called by subclasses from their created constructor. |
| 9457 */ | 7537 */ |
| 9458 _SVGVKernElement.created() : super.created(); | 7538 _SVGVKernElement.created() : super.created(); |
| 9459 | 7539 |
| 9460 } | 7540 } |
| OLD | NEW |