(int join)
| 841 | } |
| 842 | |
| 843 | public void strokeJoin(int join) { |
| 844 | if (!openShape) { |
| 845 | PGraphics.showWarning(OUTSIDE_BEGIN_END_ERROR, "strokeJoin()"); |
| 846 | return; |
| 847 | } |
| 848 | |
| 849 | strokeJoin = join; |
| 850 | } |
| 851 | |
| 852 | public void strokeCap(int cap) { |
| 853 | if (!openShape) { |