MCPcopy Index your code
hub / github.com/benfry/processing4 / strokeWeight

Method strokeWeight

core/src/processing/core/PShape.java:834–841  ·  view source on GitHub ↗
(float weight)

Source from the content-addressed store, hash-verified

832
833
834 public void strokeWeight(float weight) {
835 if (!openShape) {
836 PGraphics.showWarning(OUTSIDE_BEGIN_END_ERROR, "strokeWeight()");
837 return;
838 }
839
840 strokeWeight = weight;
841 }
842
843 public void strokeJoin(int join) {
844 if (!openShape) {

Callers 3

getTessellationMethod · 0.95
stylesMethod · 0.45
drawMethod · 0.45

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected