OLD | NEW |
| (Empty) |
1 | |
2 class _SVGTransformListJs extends _DOMTypeJs implements SVGTransformList native
"*SVGTransformList" { | |
3 | |
4 final int numberOfItems; | |
5 | |
6 _SVGTransformJs appendItem(_SVGTransformJs item) native; | |
7 | |
8 void clear() native; | |
9 | |
10 _SVGTransformJs consolidate() native; | |
11 | |
12 _SVGTransformJs createSVGTransformFromMatrix(_SVGMatrixJs matrix) native; | |
13 | |
14 _SVGTransformJs getItem(int index) native; | |
15 | |
16 _SVGTransformJs initialize(_SVGTransformJs item) native; | |
17 | |
18 _SVGTransformJs insertItemBefore(_SVGTransformJs item, int index) native; | |
19 | |
20 _SVGTransformJs removeItem(int index) native; | |
21 | |
22 _SVGTransformJs replaceItem(_SVGTransformJs item, int index) native; | |
23 } | |
OLD | NEW |