获取九宫图
(String name, int left, int right, int top,
int bottom)
| 1979 | * 获取九宫图 |
| 1980 | */ |
| 1981 | public NinePatch getNinePatch(String name, int left, int right, int top, |
| 1982 | int bottom) { |
| 1983 | return new NinePatch(getTextureRegion(name), left, right, top, bottom); |
| 1984 | } |
| 1985 | |
| 1986 | /** |
| 1987 | * 获取九宫图 |
no test coverage detected