Sets the style of the joints which connect line segments. These joints are either mitered, beveled, or rounded and specified with the corresponding parameters MITER, BEVEL, and ROUND. The default joint is MITER. @webref shape:attributes @webBrief Sets the style of the joints which connect line segm
(int join)
| 6467 | * @see PGraphics#strokeCap(int) |
| 6468 | */ |
| 6469 | public void strokeJoin(int join) { |
| 6470 | strokeJoin = join; |
| 6471 | } |
| 6472 | |
| 6473 | /** |
| 6474 | * Sets the style for rendering line endings. These ends are either squared, |
no outgoing calls
no test coverage detected