( begin auto-generated from strokeWeight.xml ) Sets the width of the stroke used for lines, points, and the border around shapes. All widths are set in units of pixels. When drawing with P3D, series of connected lines (such as the stroke around a polygon, triangle, or ellipse) produce u
(float weight)
| 6427 | * @see PGraphics#strokeCap(int) |
| 6428 | */ |
| 6429 | public void strokeWeight(float weight) { |
| 6430 | strokeWeight = weight; |
| 6431 | } |
| 6432 | |
| 6433 | /** |
| 6434 | * ( begin auto-generated from strokeJoin.xml ) |
no outgoing calls
no test coverage detected