( begin auto-generated from strokeJoin.xml ) 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. This function is not available
(int join)
| 6452 | * @see PGraphics#strokeCap(int) |
| 6453 | */ |
| 6454 | public void strokeJoin(int join) { |
| 6455 | strokeJoin = join; |
| 6456 | } |
| 6457 | |
| 6458 | /** |
| 6459 | * ( begin auto-generated from strokeCap.xml ) |
no outgoing calls
no test coverage detected