| |
---|
| | |
---|
| | Stroke stroke = new Stroke(); |
---|
| | stroke.addStrokes(pen, color, thick); // 線の情報を追加 |
---|
| | strokes.add(stroke); |
---|
| | stroke.setStrokeNo(strokes.size()); // strokeNoに現在のstrokesのsizeを入れる |
---|
| | stroke.setStrokeNo(strokes.size()-1); // strokeNoに現在のstrokesのsizeを入れる |
---|
| | // if(animation != null) { |
---|
| | // this.Test.setStrokes(pen, color, thick); |
---|
| | // }else{ |
---|
| | // throw new WebApplicationException(401); |
---|
| |
---|
| | |