MCPcopy Index your code
hub / github.com/processing/processing / strokeWeight

Method strokeWeight

core/src/processing/core/PGraphics.java:6429–6431  ·  view source on GitHub ↗

( 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)

Source from the content-addressed store, hash-verified

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 )

Callers 5

rawLinesMethod · 0.95
rawPointsMethod · 0.95
defaultSettingsMethod · 0.95
reapplySettingsMethod · 0.95
styleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected