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

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

Issue 8473008: Generate constants for IDL classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add frog dom Created 9 years 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 SVGComponentTransferFunctionElement extends SVGElement native "*SVGCompone ntTransferFunctionElement" { 2 class SVGComponentTransferFunctionElement extends SVGElement native "*SVGCompone ntTransferFunctionElement" {
3 3
4 static final int SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3;
5
6 static final int SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5;
7
8 static final int SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1;
9
10 static final int SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4;
11
12 static final int SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2;
13
14 static final int SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0;
15
4 SVGAnimatedNumber amplitude; 16 SVGAnimatedNumber amplitude;
5 17
6 SVGAnimatedNumber exponent; 18 SVGAnimatedNumber exponent;
7 19
8 SVGAnimatedNumber intercept; 20 SVGAnimatedNumber intercept;
9 21
10 SVGAnimatedNumber offset; 22 SVGAnimatedNumber offset;
11 23
12 SVGAnimatedNumber slope; 24 SVGAnimatedNumber slope;
13 25
14 SVGAnimatedNumberList tableValues; 26 SVGAnimatedNumberList tableValues;
15 27
16 SVGAnimatedEnumeration type; 28 SVGAnimatedEnumeration type;
17 } 29 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/SVGColor.dart ('k') | client/dom/generated/src/frog/SVGException.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698