( begin auto-generated from strokeCap.xml ) Sets the style for rendering line endings. These ends are either squared, extended, or rounded and specified with the corresponding parameters SQUARE, PROJECT, and ROUND. The default cap is ROUND. This function is not available with the P3D re
(int cap)
| 6477 | * @see PApplet#size(int, int, String, String) |
| 6478 | */ |
| 6479 | public void strokeCap(int cap) { |
| 6480 | strokeCap = cap; |
| 6481 | } |
| 6482 | |
| 6483 | |
| 6484 |
no outgoing calls
no test coverage detected