diff --git a/src/main/java/org/ntlab/acanthus_server/resources/gallery/StrokesRest.java b/src/main/java/org/ntlab/acanthus_server/resources/gallery/StrokesRest.java index cb8c362..fbf5b7c 100644 --- a/src/main/java/org/ntlab/acanthus_server/resources/gallery/StrokesRest.java +++ b/src/main/java/org/ntlab/acanthus_server/resources/gallery/StrokesRest.java @@ -21,8 +21,8 @@ // _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ // 1ページの1レイヤーに置ける筆跡情報を全て取得します // 成功時のレスポンス:strokeNo{pen, color, thickness, potions{x, y}} - // @PathParam Integer aid 作品ID - // @PathParam Integer pid ページのID 今回は0 + // @PathParam Integer aid 作品ID + // @PathParam Integer pid ページのID 今回は0 // @PathParam Integer layerNo レイヤーの番号 今回は0 @Path("/{aid}/pageMap/0/layers/0/strokes") @GET @@ -37,7 +37,7 @@ // throw new WebApplicationException(401); // } } - // _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ + // _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ // 何かを書き始めた時strokeNoを取得しペン情報、色情報、太さ情報、座標情報を追加する @@ -66,7 +66,7 @@ // throw new WebApplicationException(401); // } } - // _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ + // _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ // 全座標値を取得する @@ -86,13 +86,14 @@ // throw new WebApplicationException(401); // } } - // _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ + // _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ // 座標情報の追加 - // @PathParam Integer aid 作品のID - // @FormParam Integer x x座標 - // @FormParam Integer y y座標 + // @PathParam Integer aid 作品のID + // @PathParam Integer strokeNo 線番号 + // @FormParam Integer x x座標 + // @FormParam Integer y y座標 @Path("/{aid}/pageMap/0/layers/0/strokes/{strokeNo}/position") @POST @Produces(MediaType.APPLICATION_JSON) @@ -111,4 +112,4 @@ // } } } - // _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ +