(int join)
| 806 | } |
| 807 | |
| 808 | public void strokeJoin(int join) { |
| 809 | if (!openShape) { |
| 810 | PGraphics.showWarning(OUTSIDE_BEGIN_END_ERROR, "strokeJoin()"); |
| 811 | return; |
| 812 | } |
| 813 | |
| 814 | strokeJoin = join; |
| 815 | } |
| 816 | |
| 817 | public void strokeCap(int cap) { |
| 818 | if (!openShape) { |