Index: client/dom/generated/src/frog/SVGPathElement.dart |
diff --git a/client/dom/generated/src/frog/SVGPathElement.dart b/client/dom/generated/src/frog/SVGPathElement.dart |
index 71f6cafc0b5c2a105c603aec4a5ef6503dae5b5a..31c1349fe018953b36e89175b196549367e0cdff 100644 |
--- a/client/dom/generated/src/frog/SVGPathElement.dart |
+++ b/client/dom/generated/src/frog/SVGPathElement.dart |
@@ -1,67 +1,67 @@ |
-class SVGPathElementJs extends SVGElementJs implements SVGPathElement native "*SVGPathElement" { |
+class _SVGPathElementJs extends _SVGElementJs implements SVGPathElement native "*SVGPathElement" { |
- SVGPathSegListJs get animatedNormalizedPathSegList() native "return this.animatedNormalizedPathSegList;"; |
+ _SVGPathSegListJs get animatedNormalizedPathSegList() native "return this.animatedNormalizedPathSegList;"; |
- SVGPathSegListJs get animatedPathSegList() native "return this.animatedPathSegList;"; |
+ _SVGPathSegListJs get animatedPathSegList() native "return this.animatedPathSegList;"; |
- SVGPathSegListJs get normalizedPathSegList() native "return this.normalizedPathSegList;"; |
+ _SVGPathSegListJs get normalizedPathSegList() native "return this.normalizedPathSegList;"; |
- SVGAnimatedNumberJs get pathLength() native "return this.pathLength;"; |
+ _SVGAnimatedNumberJs get pathLength() native "return this.pathLength;"; |
- SVGPathSegListJs get pathSegList() native "return this.pathSegList;"; |
+ _SVGPathSegListJs get pathSegList() native "return this.pathSegList;"; |
- SVGPathSegArcAbsJs createSVGPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native; |
+ _SVGPathSegArcAbsJs createSVGPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native; |
- SVGPathSegArcRelJs createSVGPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native; |
+ _SVGPathSegArcRelJs createSVGPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) native; |
- SVGPathSegClosePathJs createSVGPathSegClosePath() native; |
+ _SVGPathSegClosePathJs createSVGPathSegClosePath() native; |
- SVGPathSegCurvetoCubicAbsJs createSVGPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) native; |
+ _SVGPathSegCurvetoCubicAbsJs createSVGPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) native; |
- SVGPathSegCurvetoCubicRelJs createSVGPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) native; |
+ _SVGPathSegCurvetoCubicRelJs createSVGPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) native; |
- SVGPathSegCurvetoCubicSmoothAbsJs createSVGPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) native; |
+ _SVGPathSegCurvetoCubicSmoothAbsJs createSVGPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) native; |
- SVGPathSegCurvetoCubicSmoothRelJs createSVGPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) native; |
+ _SVGPathSegCurvetoCubicSmoothRelJs createSVGPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) native; |
- SVGPathSegCurvetoQuadraticAbsJs createSVGPathSegCurvetoQuadraticAbs(num x, num y, num x1, num y1) native; |
+ _SVGPathSegCurvetoQuadraticAbsJs createSVGPathSegCurvetoQuadraticAbs(num x, num y, num x1, num y1) native; |
- SVGPathSegCurvetoQuadraticRelJs createSVGPathSegCurvetoQuadraticRel(num x, num y, num x1, num y1) native; |
+ _SVGPathSegCurvetoQuadraticRelJs createSVGPathSegCurvetoQuadraticRel(num x, num y, num x1, num y1) native; |
- SVGPathSegCurvetoQuadraticSmoothAbsJs createSVGPathSegCurvetoQuadraticSmoothAbs(num x, num y) native; |
+ _SVGPathSegCurvetoQuadraticSmoothAbsJs createSVGPathSegCurvetoQuadraticSmoothAbs(num x, num y) native; |
- SVGPathSegCurvetoQuadraticSmoothRelJs createSVGPathSegCurvetoQuadraticSmoothRel(num x, num y) native; |
+ _SVGPathSegCurvetoQuadraticSmoothRelJs createSVGPathSegCurvetoQuadraticSmoothRel(num x, num y) native; |
- SVGPathSegLinetoAbsJs createSVGPathSegLinetoAbs(num x, num y) native; |
+ _SVGPathSegLinetoAbsJs createSVGPathSegLinetoAbs(num x, num y) native; |
- SVGPathSegLinetoHorizontalAbsJs createSVGPathSegLinetoHorizontalAbs(num x) native; |
+ _SVGPathSegLinetoHorizontalAbsJs createSVGPathSegLinetoHorizontalAbs(num x) native; |
- SVGPathSegLinetoHorizontalRelJs createSVGPathSegLinetoHorizontalRel(num x) native; |
+ _SVGPathSegLinetoHorizontalRelJs createSVGPathSegLinetoHorizontalRel(num x) native; |
- SVGPathSegLinetoRelJs createSVGPathSegLinetoRel(num x, num y) native; |
+ _SVGPathSegLinetoRelJs createSVGPathSegLinetoRel(num x, num y) native; |
- SVGPathSegLinetoVerticalAbsJs createSVGPathSegLinetoVerticalAbs(num y) native; |
+ _SVGPathSegLinetoVerticalAbsJs createSVGPathSegLinetoVerticalAbs(num y) native; |
- SVGPathSegLinetoVerticalRelJs createSVGPathSegLinetoVerticalRel(num y) native; |
+ _SVGPathSegLinetoVerticalRelJs createSVGPathSegLinetoVerticalRel(num y) native; |
- SVGPathSegMovetoAbsJs createSVGPathSegMovetoAbs(num x, num y) native; |
+ _SVGPathSegMovetoAbsJs createSVGPathSegMovetoAbs(num x, num y) native; |
- SVGPathSegMovetoRelJs createSVGPathSegMovetoRel(num x, num y) native; |
+ _SVGPathSegMovetoRelJs createSVGPathSegMovetoRel(num x, num y) native; |
int getPathSegAtLength(num distance) native; |
- SVGPointJs getPointAtLength(num distance) native; |
+ _SVGPointJs getPointAtLength(num distance) native; |
num getTotalLength() native; |
// From SVGTests |
- SVGStringListJs get requiredExtensions() native "return this.requiredExtensions;"; |
+ _SVGStringListJs get requiredExtensions() native "return this.requiredExtensions;"; |
- SVGStringListJs get requiredFeatures() native "return this.requiredFeatures;"; |
+ _SVGStringListJs get requiredFeatures() native "return this.requiredFeatures;"; |
- SVGStringListJs get systemLanguage() native "return this.systemLanguage;"; |
+ _SVGStringListJs get systemLanguage() native "return this.systemLanguage;"; |
bool hasExtension(String extension) native; |
@@ -77,31 +77,31 @@ class SVGPathElementJs extends SVGElementJs implements SVGPathElement native "*S |
// From SVGExternalResourcesRequired |
- SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.externalResourcesRequired;"; |
+ _SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.externalResourcesRequired;"; |
// From SVGStylable |
- SVGAnimatedStringJs get className() native "return this.className;"; |
+ _SVGAnimatedStringJs get className() native "return this.className;"; |
- CSSStyleDeclarationJs get style() native "return this.style;"; |
+ _CSSStyleDeclarationJs get style() native "return this.style;"; |
- CSSValueJs getPresentationAttribute(String name) native; |
+ _CSSValueJs getPresentationAttribute(String name) native; |
// From SVGTransformable |
- SVGAnimatedTransformListJs get transform() native "return this.transform;"; |
+ _SVGAnimatedTransformListJs get transform() native "return this.transform;"; |
// From SVGLocatable |
- SVGElementJs get farthestViewportElement() native "return this.farthestViewportElement;"; |
+ _SVGElementJs get farthestViewportElement() native "return this.farthestViewportElement;"; |
- SVGElementJs get nearestViewportElement() native "return this.nearestViewportElement;"; |
+ _SVGElementJs get nearestViewportElement() native "return this.nearestViewportElement;"; |
- SVGRectJs getBBox() native; |
+ _SVGRectJs getBBox() native; |
- SVGMatrixJs getCTM() native; |
+ _SVGMatrixJs getCTM() native; |
- SVGMatrixJs getScreenCTM() native; |
+ _SVGMatrixJs getScreenCTM() native; |
- SVGMatrixJs getTransformToElement(SVGElementJs element) native; |
+ _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; |
} |