| OLD | NEW |
| 1 | 1 |
| 2 class _WebKitCSSMatrixJs extends _DOMTypeJs implements WebKitCSSMatrix native "*
WebKitCSSMatrix" { | 2 class _WebKitCSSMatrixJs extends _DOMTypeJs implements WebKitCSSMatrix native "*
WebKitCSSMatrix" { |
| 3 WebKitCSSMatrix([String spec]) native; | 3 WebKitCSSMatrix([String spec]) native; |
| 4 | 4 |
| 5 | 5 |
| 6 num get a() native "return this.a;"; | 6 num a; |
| 7 | 7 |
| 8 void set a(num value) native "this.a = value;"; | 8 num b; |
| 9 | 9 |
| 10 num get b() native "return this.b;"; | 10 num c; |
| 11 | 11 |
| 12 void set b(num value) native "this.b = value;"; | 12 num d; |
| 13 | 13 |
| 14 num get c() native "return this.c;"; | 14 num e; |
| 15 | 15 |
| 16 void set c(num value) native "this.c = value;"; | 16 num f; |
| 17 | 17 |
| 18 num get d() native "return this.d;"; | 18 num m11; |
| 19 | 19 |
| 20 void set d(num value) native "this.d = value;"; | 20 num m12; |
| 21 | 21 |
| 22 num get e() native "return this.e;"; | 22 num m13; |
| 23 | 23 |
| 24 void set e(num value) native "this.e = value;"; | 24 num m14; |
| 25 | 25 |
| 26 num get f() native "return this.f;"; | 26 num m21; |
| 27 | 27 |
| 28 void set f(num value) native "this.f = value;"; | 28 num m22; |
| 29 | 29 |
| 30 num get m11() native "return this.m11;"; | 30 num m23; |
| 31 | 31 |
| 32 void set m11(num value) native "this.m11 = value;"; | 32 num m24; |
| 33 | 33 |
| 34 num get m12() native "return this.m12;"; | 34 num m31; |
| 35 | 35 |
| 36 void set m12(num value) native "this.m12 = value;"; | 36 num m32; |
| 37 | 37 |
| 38 num get m13() native "return this.m13;"; | 38 num m33; |
| 39 | 39 |
| 40 void set m13(num value) native "this.m13 = value;"; | 40 num m34; |
| 41 | 41 |
| 42 num get m14() native "return this.m14;"; | 42 num m41; |
| 43 | 43 |
| 44 void set m14(num value) native "this.m14 = value;"; | 44 num m42; |
| 45 | 45 |
| 46 num get m21() native "return this.m21;"; | 46 num m43; |
| 47 | 47 |
| 48 void set m21(num value) native "this.m21 = value;"; | 48 num m44; |
| 49 | |
| 50 num get m22() native "return this.m22;"; | |
| 51 | |
| 52 void set m22(num value) native "this.m22 = value;"; | |
| 53 | |
| 54 num get m23() native "return this.m23;"; | |
| 55 | |
| 56 void set m23(num value) native "this.m23 = value;"; | |
| 57 | |
| 58 num get m24() native "return this.m24;"; | |
| 59 | |
| 60 void set m24(num value) native "this.m24 = value;"; | |
| 61 | |
| 62 num get m31() native "return this.m31;"; | |
| 63 | |
| 64 void set m31(num value) native "this.m31 = value;"; | |
| 65 | |
| 66 num get m32() native "return this.m32;"; | |
| 67 | |
| 68 void set m32(num value) native "this.m32 = value;"; | |
| 69 | |
| 70 num get m33() native "return this.m33;"; | |
| 71 | |
| 72 void set m33(num value) native "this.m33 = value;"; | |
| 73 | |
| 74 num get m34() native "return this.m34;"; | |
| 75 | |
| 76 void set m34(num value) native "this.m34 = value;"; | |
| 77 | |
| 78 num get m41() native "return this.m41;"; | |
| 79 | |
| 80 void set m41(num value) native "this.m41 = value;"; | |
| 81 | |
| 82 num get m42() native "return this.m42;"; | |
| 83 | |
| 84 void set m42(num value) native "this.m42 = value;"; | |
| 85 | |
| 86 num get m43() native "return this.m43;"; | |
| 87 | |
| 88 void set m43(num value) native "this.m43 = value;"; | |
| 89 | |
| 90 num get m44() native "return this.m44;"; | |
| 91 | |
| 92 void set m44(num value) native "this.m44 = value;"; | |
| 93 | 49 |
| 94 _WebKitCSSMatrixJs inverse() native; | 50 _WebKitCSSMatrixJs inverse() native; |
| 95 | 51 |
| 96 _WebKitCSSMatrixJs multiply(_WebKitCSSMatrixJs secondMatrix) native; | 52 _WebKitCSSMatrixJs multiply(_WebKitCSSMatrixJs secondMatrix) native; |
| 97 | 53 |
| 98 _WebKitCSSMatrixJs rotate(num rotX, num rotY, num rotZ) native; | 54 _WebKitCSSMatrixJs rotate(num rotX, num rotY, num rotZ) native; |
| 99 | 55 |
| 100 _WebKitCSSMatrixJs rotateAxisAngle(num x, num y, num z, num angle) native; | 56 _WebKitCSSMatrixJs rotateAxisAngle(num x, num y, num z, num angle) native; |
| 101 | 57 |
| 102 _WebKitCSSMatrixJs scale(num scaleX, num scaleY, num scaleZ) native; | 58 _WebKitCSSMatrixJs scale(num scaleX, num scaleY, num scaleZ) native; |
| 103 | 59 |
| 104 void setMatrixValue(String string) native; | 60 void setMatrixValue(String string) native; |
| 105 | 61 |
| 106 _WebKitCSSMatrixJs skewX(num angle) native; | 62 _WebKitCSSMatrixJs skewX(num angle) native; |
| 107 | 63 |
| 108 _WebKitCSSMatrixJs skewY(num angle) native; | 64 _WebKitCSSMatrixJs skewY(num angle) native; |
| 109 | 65 |
| 110 String toString() native; | 66 String toString() native; |
| 111 | 67 |
| 112 _WebKitCSSMatrixJs translate(num x, num y, num z) native; | 68 _WebKitCSSMatrixJs translate(num x, num y, num z) native; |
| 113 } | 69 } |
| OLD | NEW |