|
@@ -46,7 +46,6 @@ public class ImageTrajectoryUtil {
|
|
g.setColor(Color.red); // 设置画笔颜色
|
|
g.setColor(Color.red); // 设置画笔颜色
|
|
// 设置字体
|
|
// 设置字体
|
|
g.setFont(new Font(FONT_FORMAT, Font.LAYOUT_LEFT_TO_RIGHT, FONT_SIZE));// 写入签名
|
|
g.setFont(new Font(FONT_FORMAT, Font.LAYOUT_LEFT_TO_RIGHT, FONT_SIZE));// 写入签名
|
|
- // 下面这一句中的43,image.getHeight()-10可以改成你要的坐标。
|
|
|
|
for (int i = 0; i < jsonArray.size(); i++) {
|
|
for (int i = 0; i < jsonArray.size(); i++) {
|
|
JSONObject jsonObject = jsonArray.getJSONObject(i);
|
|
JSONObject jsonObject = jsonArray.getJSONObject(i);
|
|
JSONArray contentJsonArray = (JSONArray) jsonObject.get("content");
|
|
JSONArray contentJsonArray = (JSONArray) jsonObject.get("content");
|