| OLD | NEW |
| (Empty) |
| 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 2 // for details. All rights reserved. Use of this source code is governed by a | |
| 3 // BSD-style license that can be found in the LICENSE file. | |
| 4 | |
| 5 // WARNING: Do not edit - generated code. | |
| 6 | |
| 7 class _WebKitCSSMatrixWrappingImplementation extends DOMWrapperBase implements W
ebKitCSSMatrix { | |
| 8 _WebKitCSSMatrixWrappingImplementation() : super() {} | |
| 9 | |
| 10 static create__WebKitCSSMatrixWrappingImplementation() native { | |
| 11 return new _WebKitCSSMatrixWrappingImplementation(); | |
| 12 } | |
| 13 | |
| 14 num get a() { return _get_a(this); } | |
| 15 static num _get_a(var _this) native; | |
| 16 | |
| 17 void set a(num value) { _set_a(this, value); } | |
| 18 static void _set_a(var _this, num value) native; | |
| 19 | |
| 20 num get b() { return _get_b(this); } | |
| 21 static num _get_b(var _this) native; | |
| 22 | |
| 23 void set b(num value) { _set_b(this, value); } | |
| 24 static void _set_b(var _this, num value) native; | |
| 25 | |
| 26 num get c() { return _get_c(this); } | |
| 27 static num _get_c(var _this) native; | |
| 28 | |
| 29 void set c(num value) { _set_c(this, value); } | |
| 30 static void _set_c(var _this, num value) native; | |
| 31 | |
| 32 num get d() { return _get_d(this); } | |
| 33 static num _get_d(var _this) native; | |
| 34 | |
| 35 void set d(num value) { _set_d(this, value); } | |
| 36 static void _set_d(var _this, num value) native; | |
| 37 | |
| 38 num get e() { return _get_e(this); } | |
| 39 static num _get_e(var _this) native; | |
| 40 | |
| 41 void set e(num value) { _set_e(this, value); } | |
| 42 static void _set_e(var _this, num value) native; | |
| 43 | |
| 44 num get f() { return _get_f(this); } | |
| 45 static num _get_f(var _this) native; | |
| 46 | |
| 47 void set f(num value) { _set_f(this, value); } | |
| 48 static void _set_f(var _this, num value) native; | |
| 49 | |
| 50 num get m11() { return _get_m11(this); } | |
| 51 static num _get_m11(var _this) native; | |
| 52 | |
| 53 void set m11(num value) { _set_m11(this, value); } | |
| 54 static void _set_m11(var _this, num value) native; | |
| 55 | |
| 56 num get m12() { return _get_m12(this); } | |
| 57 static num _get_m12(var _this) native; | |
| 58 | |
| 59 void set m12(num value) { _set_m12(this, value); } | |
| 60 static void _set_m12(var _this, num value) native; | |
| 61 | |
| 62 num get m13() { return _get_m13(this); } | |
| 63 static num _get_m13(var _this) native; | |
| 64 | |
| 65 void set m13(num value) { _set_m13(this, value); } | |
| 66 static void _set_m13(var _this, num value) native; | |
| 67 | |
| 68 num get m14() { return _get_m14(this); } | |
| 69 static num _get_m14(var _this) native; | |
| 70 | |
| 71 void set m14(num value) { _set_m14(this, value); } | |
| 72 static void _set_m14(var _this, num value) native; | |
| 73 | |
| 74 num get m21() { return _get_m21(this); } | |
| 75 static num _get_m21(var _this) native; | |
| 76 | |
| 77 void set m21(num value) { _set_m21(this, value); } | |
| 78 static void _set_m21(var _this, num value) native; | |
| 79 | |
| 80 num get m22() { return _get_m22(this); } | |
| 81 static num _get_m22(var _this) native; | |
| 82 | |
| 83 void set m22(num value) { _set_m22(this, value); } | |
| 84 static void _set_m22(var _this, num value) native; | |
| 85 | |
| 86 num get m23() { return _get_m23(this); } | |
| 87 static num _get_m23(var _this) native; | |
| 88 | |
| 89 void set m23(num value) { _set_m23(this, value); } | |
| 90 static void _set_m23(var _this, num value) native; | |
| 91 | |
| 92 num get m24() { return _get_m24(this); } | |
| 93 static num _get_m24(var _this) native; | |
| 94 | |
| 95 void set m24(num value) { _set_m24(this, value); } | |
| 96 static void _set_m24(var _this, num value) native; | |
| 97 | |
| 98 num get m31() { return _get_m31(this); } | |
| 99 static num _get_m31(var _this) native; | |
| 100 | |
| 101 void set m31(num value) { _set_m31(this, value); } | |
| 102 static void _set_m31(var _this, num value) native; | |
| 103 | |
| 104 num get m32() { return _get_m32(this); } | |
| 105 static num _get_m32(var _this) native; | |
| 106 | |
| 107 void set m32(num value) { _set_m32(this, value); } | |
| 108 static void _set_m32(var _this, num value) native; | |
| 109 | |
| 110 num get m33() { return _get_m33(this); } | |
| 111 static num _get_m33(var _this) native; | |
| 112 | |
| 113 void set m33(num value) { _set_m33(this, value); } | |
| 114 static void _set_m33(var _this, num value) native; | |
| 115 | |
| 116 num get m34() { return _get_m34(this); } | |
| 117 static num _get_m34(var _this) native; | |
| 118 | |
| 119 void set m34(num value) { _set_m34(this, value); } | |
| 120 static void _set_m34(var _this, num value) native; | |
| 121 | |
| 122 num get m41() { return _get_m41(this); } | |
| 123 static num _get_m41(var _this) native; | |
| 124 | |
| 125 void set m41(num value) { _set_m41(this, value); } | |
| 126 static void _set_m41(var _this, num value) native; | |
| 127 | |
| 128 num get m42() { return _get_m42(this); } | |
| 129 static num _get_m42(var _this) native; | |
| 130 | |
| 131 void set m42(num value) { _set_m42(this, value); } | |
| 132 static void _set_m42(var _this, num value) native; | |
| 133 | |
| 134 num get m43() { return _get_m43(this); } | |
| 135 static num _get_m43(var _this) native; | |
| 136 | |
| 137 void set m43(num value) { _set_m43(this, value); } | |
| 138 static void _set_m43(var _this, num value) native; | |
| 139 | |
| 140 num get m44() { return _get_m44(this); } | |
| 141 static num _get_m44(var _this) native; | |
| 142 | |
| 143 void set m44(num value) { _set_m44(this, value); } | |
| 144 static void _set_m44(var _this, num value) native; | |
| 145 | |
| 146 WebKitCSSMatrix inverse() { | |
| 147 return _inverse(this); | |
| 148 } | |
| 149 static WebKitCSSMatrix _inverse(receiver) native; | |
| 150 | |
| 151 WebKitCSSMatrix multiply(WebKitCSSMatrix secondMatrix) { | |
| 152 return _multiply(this, secondMatrix); | |
| 153 } | |
| 154 static WebKitCSSMatrix _multiply(receiver, secondMatrix) native; | |
| 155 | |
| 156 WebKitCSSMatrix rotate(num rotX, num rotY, num rotZ) { | |
| 157 return _rotate(this, rotX, rotY, rotZ); | |
| 158 } | |
| 159 static WebKitCSSMatrix _rotate(receiver, rotX, rotY, rotZ) native; | |
| 160 | |
| 161 WebKitCSSMatrix rotateAxisAngle(num x, num y, num z, num angle) { | |
| 162 return _rotateAxisAngle(this, x, y, z, angle); | |
| 163 } | |
| 164 static WebKitCSSMatrix _rotateAxisAngle(receiver, x, y, z, angle) native; | |
| 165 | |
| 166 WebKitCSSMatrix scale(num scaleX, num scaleY, num scaleZ) { | |
| 167 return _scale(this, scaleX, scaleY, scaleZ); | |
| 168 } | |
| 169 static WebKitCSSMatrix _scale(receiver, scaleX, scaleY, scaleZ) native; | |
| 170 | |
| 171 void setMatrixValue(String string) { | |
| 172 _setMatrixValue(this, string); | |
| 173 return; | |
| 174 } | |
| 175 static void _setMatrixValue(receiver, string) native; | |
| 176 | |
| 177 WebKitCSSMatrix skewX(num angle) { | |
| 178 return _skewX(this, angle); | |
| 179 } | |
| 180 static WebKitCSSMatrix _skewX(receiver, angle) native; | |
| 181 | |
| 182 WebKitCSSMatrix skewY(num angle) { | |
| 183 return _skewY(this, angle); | |
| 184 } | |
| 185 static WebKitCSSMatrix _skewY(receiver, angle) native; | |
| 186 | |
| 187 String toString() { | |
| 188 return _toString(this); | |
| 189 } | |
| 190 static String _toString(receiver) native; | |
| 191 | |
| 192 WebKitCSSMatrix translate(num x, num y, num z) { | |
| 193 return _translate(this, x, y, z); | |
| 194 } | |
| 195 static WebKitCSSMatrix _translate(receiver, x, y, z) native; | |
| 196 | |
| 197 String get typeName() { return "WebKitCSSMatrix"; } | |
| 198 } | |
| OLD | NEW |