|
short y = (short) NumberUtil.mul(Integer.parseInt(line) - 1, 16);
|
|
short y = (short) NumberUtil.mul(Integer.parseInt(line) - 1, 16);
|
|
BxAreaDynamic BxArea = new BxAreaDynamic(id, x, y, w, h, datas, true);
|
|
BxAreaDynamic BxArea = new BxAreaDynamic(id, x, y, w, h, datas, true);
|