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

Side by Side Diff: client/html/generated/html/frog/SVGFETurbulenceElement.dart

Issue 9403004: Wrapperless dart:html generator (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cleanup 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
(Empty)
1
2 class _SVGFETurbulenceElementJs extends _SVGElementJs implements SVGFETurbulence Element native "*SVGFETurbulenceElement" {
3
4 static final int SVG_STITCHTYPE_NOSTITCH = 2;
5
6 static final int SVG_STITCHTYPE_STITCH = 1;
7
8 static final int SVG_STITCHTYPE_UNKNOWN = 0;
9
10 static final int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1;
11
12 static final int SVG_TURBULENCE_TYPE_TURBULENCE = 2;
13
14 static final int SVG_TURBULENCE_TYPE_UNKNOWN = 0;
15
16 final _SVGAnimatedNumberJs baseFrequencyX;
17
18 final _SVGAnimatedNumberJs baseFrequencyY;
19
20 final _SVGAnimatedIntegerJs numOctaves;
21
22 final _SVGAnimatedNumberJs seed;
23
24 final _SVGAnimatedEnumerationJs stitchTiles;
25
26 final _SVGAnimatedEnumerationJs type;
27
28 // From SVGFilterPrimitiveStandardAttributes
29
30 final _SVGAnimatedLengthJs height;
31
32 final _SVGAnimatedStringJs result;
33
34 final _SVGAnimatedLengthJs width;
35
36 final _SVGAnimatedLengthJs x;
37
38 final _SVGAnimatedLengthJs y;
39
40 // From SVGStylable
41
42 _SVGAnimatedStringJs get _className() native "return this.className;";
43
44 // Use implementation from Element.
45 // final _CSSStyleDeclarationJs style;
46
47 _CSSValueJs getPresentationAttribute(String name) native;
48 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698