Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Side by Side Diff: client/dom/generated/src/frog/SVGPathElement.dart

Issue 9317046: Make dart:dom implementation types private so they don't muddle the docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class SVGPathElementJs extends SVGElementJs implements SVGPathElement native "*S VGPathElement" { 2 class _SVGPathElementJs extends _SVGElementJs implements SVGPathElement native " *SVGPathElement" {
3 3
4 SVGPathSegListJs get animatedNormalizedPathSegList() native "return this.anima tedNormalizedPathSegList;"; 4 _SVGPathSegListJs get animatedNormalizedPathSegList() native "return this.anim atedNormalizedPathSegList;";
5 5
6 SVGPathSegListJs get animatedPathSegList() native "return this.animatedPathSeg List;"; 6 _SVGPathSegListJs get animatedPathSegList() native "return this.animatedPathSe gList;";
7 7
8 SVGPathSegListJs get normalizedPathSegList() native "return this.normalizedPat hSegList;"; 8 _SVGPathSegListJs get normalizedPathSegList() native "return this.normalizedPa thSegList;";
9 9
10 SVGAnimatedNumberJs get pathLength() native "return this.pathLength;"; 10 _SVGAnimatedNumberJs get pathLength() native "return this.pathLength;";
11 11
12 SVGPathSegListJs get pathSegList() native "return this.pathSegList;"; 12 _SVGPathSegListJs get pathSegList() native "return this.pathSegList;";
13 13
14 SVGPathSegArcAbsJs createSVGPathSegArcAbs(num x, num y, num r1, num r2, num an gle, bool largeArcFlag, bool sweepFlag) native; 14 _SVGPathSegArcAbsJs createSVGPathSegArcAbs(num x, num y, num r1, num r2, num a ngle, bool largeArcFlag, bool sweepFlag) native;
15 15
16 SVGPathSegArcRelJs createSVGPathSegArcRel(num x, num y, num r1, num r2, num an gle, bool largeArcFlag, bool sweepFlag) native; 16 _SVGPathSegArcRelJs createSVGPathSegArcRel(num x, num y, num r1, num r2, num a ngle, bool largeArcFlag, bool sweepFlag) native;
17 17
18 SVGPathSegClosePathJs createSVGPathSegClosePath() native; 18 _SVGPathSegClosePathJs createSVGPathSegClosePath() native;
19 19
20 SVGPathSegCurvetoCubicAbsJs createSVGPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) native; 20 _SVGPathSegCurvetoCubicAbsJs createSVGPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) native;
21 21
22 SVGPathSegCurvetoCubicRelJs createSVGPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) native; 22 _SVGPathSegCurvetoCubicRelJs createSVGPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) native;
23 23
24 SVGPathSegCurvetoCubicSmoothAbsJs createSVGPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) native; 24 _SVGPathSegCurvetoCubicSmoothAbsJs createSVGPathSegCurvetoCubicSmoothAbs(num x , num y, num x2, num y2) native;
25 25
26 SVGPathSegCurvetoCubicSmoothRelJs createSVGPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) native; 26 _SVGPathSegCurvetoCubicSmoothRelJs createSVGPathSegCurvetoCubicSmoothRel(num x , num y, num x2, num y2) native;
27 27
28 SVGPathSegCurvetoQuadraticAbsJs createSVGPathSegCurvetoQuadraticAbs(num x, num y, num x1, num y1) native; 28 _SVGPathSegCurvetoQuadraticAbsJs createSVGPathSegCurvetoQuadraticAbs(num x, nu m y, num x1, num y1) native;
29 29
30 SVGPathSegCurvetoQuadraticRelJs createSVGPathSegCurvetoQuadraticRel(num x, num y, num x1, num y1) native; 30 _SVGPathSegCurvetoQuadraticRelJs createSVGPathSegCurvetoQuadraticRel(num x, nu m y, num x1, num y1) native;
31 31
32 SVGPathSegCurvetoQuadraticSmoothAbsJs createSVGPathSegCurvetoQuadraticSmoothAb s(num x, num y) native; 32 _SVGPathSegCurvetoQuadraticSmoothAbsJs createSVGPathSegCurvetoQuadraticSmoothA bs(num x, num y) native;
33 33
34 SVGPathSegCurvetoQuadraticSmoothRelJs createSVGPathSegCurvetoQuadraticSmoothRe l(num x, num y) native; 34 _SVGPathSegCurvetoQuadraticSmoothRelJs createSVGPathSegCurvetoQuadraticSmoothR el(num x, num y) native;
35 35
36 SVGPathSegLinetoAbsJs createSVGPathSegLinetoAbs(num x, num y) native; 36 _SVGPathSegLinetoAbsJs createSVGPathSegLinetoAbs(num x, num y) native;
37 37
38 SVGPathSegLinetoHorizontalAbsJs createSVGPathSegLinetoHorizontalAbs(num x) nat ive; 38 _SVGPathSegLinetoHorizontalAbsJs createSVGPathSegLinetoHorizontalAbs(num x) na tive;
39 39
40 SVGPathSegLinetoHorizontalRelJs createSVGPathSegLinetoHorizontalRel(num x) nat ive; 40 _SVGPathSegLinetoHorizontalRelJs createSVGPathSegLinetoHorizontalRel(num x) na tive;
41 41
42 SVGPathSegLinetoRelJs createSVGPathSegLinetoRel(num x, num y) native; 42 _SVGPathSegLinetoRelJs createSVGPathSegLinetoRel(num x, num y) native;
43 43
44 SVGPathSegLinetoVerticalAbsJs createSVGPathSegLinetoVerticalAbs(num y) native; 44 _SVGPathSegLinetoVerticalAbsJs createSVGPathSegLinetoVerticalAbs(num y) native ;
45 45
46 SVGPathSegLinetoVerticalRelJs createSVGPathSegLinetoVerticalRel(num y) native; 46 _SVGPathSegLinetoVerticalRelJs createSVGPathSegLinetoVerticalRel(num y) native ;
47 47
48 SVGPathSegMovetoAbsJs createSVGPathSegMovetoAbs(num x, num y) native; 48 _SVGPathSegMovetoAbsJs createSVGPathSegMovetoAbs(num x, num y) native;
49 49
50 SVGPathSegMovetoRelJs createSVGPathSegMovetoRel(num x, num y) native; 50 _SVGPathSegMovetoRelJs createSVGPathSegMovetoRel(num x, num y) native;
51 51
52 int getPathSegAtLength(num distance) native; 52 int getPathSegAtLength(num distance) native;
53 53
54 SVGPointJs getPointAtLength(num distance) native; 54 _SVGPointJs getPointAtLength(num distance) native;
55 55
56 num getTotalLength() native; 56 num getTotalLength() native;
57 57
58 // From SVGTests 58 // From SVGTests
59 59
60 SVGStringListJs get requiredExtensions() native "return this.requiredExtension s;"; 60 _SVGStringListJs get requiredExtensions() native "return this.requiredExtensio ns;";
61 61
62 SVGStringListJs get requiredFeatures() native "return this.requiredFeatures;"; 62 _SVGStringListJs get requiredFeatures() native "return this.requiredFeatures;" ;
63 63
64 SVGStringListJs get systemLanguage() native "return this.systemLanguage;"; 64 _SVGStringListJs get systemLanguage() native "return this.systemLanguage;";
65 65
66 bool hasExtension(String extension) native; 66 bool hasExtension(String extension) native;
67 67
68 // From SVGLangSpace 68 // From SVGLangSpace
69 69
70 String get xmllang() native "return this.xmllang;"; 70 String get xmllang() native "return this.xmllang;";
71 71
72 void set xmllang(String value) native "this.xmllang = value;"; 72 void set xmllang(String value) native "this.xmllang = value;";
73 73
74 String get xmlspace() native "return this.xmlspace;"; 74 String get xmlspace() native "return this.xmlspace;";
75 75
76 void set xmlspace(String value) native "this.xmlspace = value;"; 76 void set xmlspace(String value) native "this.xmlspace = value;";
77 77
78 // From SVGExternalResourcesRequired 78 // From SVGExternalResourcesRequired
79 79
80 SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.exter nalResourcesRequired;"; 80 _SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.exte rnalResourcesRequired;";
81 81
82 // From SVGStylable 82 // From SVGStylable
83 83
84 SVGAnimatedStringJs get className() native "return this.className;"; 84 _SVGAnimatedStringJs get className() native "return this.className;";
85 85
86 CSSStyleDeclarationJs get style() native "return this.style;"; 86 _CSSStyleDeclarationJs get style() native "return this.style;";
87 87
88 CSSValueJs getPresentationAttribute(String name) native; 88 _CSSValueJs getPresentationAttribute(String name) native;
89 89
90 // From SVGTransformable 90 // From SVGTransformable
91 91
92 SVGAnimatedTransformListJs get transform() native "return this.transform;"; 92 _SVGAnimatedTransformListJs get transform() native "return this.transform;";
93 93
94 // From SVGLocatable 94 // From SVGLocatable
95 95
96 SVGElementJs get farthestViewportElement() native "return this.farthestViewpor tElement;"; 96 _SVGElementJs get farthestViewportElement() native "return this.farthestViewpo rtElement;";
97 97
98 SVGElementJs get nearestViewportElement() native "return this.nearestViewportE lement;"; 98 _SVGElementJs get nearestViewportElement() native "return this.nearestViewport Element;";
99 99
100 SVGRectJs getBBox() native; 100 _SVGRectJs getBBox() native;
101 101
102 SVGMatrixJs getCTM() native; 102 _SVGMatrixJs getCTM() native;
103 103
104 SVGMatrixJs getScreenCTM() native; 104 _SVGMatrixJs getScreenCTM() native;
105 105
106 SVGMatrixJs getTransformToElement(SVGElementJs element) native; 106 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native;
107 } 107 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGPaint.dart ('k') | client/dom/generated/src/frog/SVGPathSeg.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698