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

Method noStroke

core/src/processing/core/PShape.java:953–960  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

951
952
953 public void noStroke() {
954 if (!openShape) {
955 PGraphics.showWarning(OUTSIDE_BEGIN_END_ERROR, "noStroke()");
956 return;
957 }
958
959 stroke = false;
960 }
961
962
963 public void stroke(int rgb) {

Callers 4

getTessellationMethod · 0.95
rawPolysMethod · 0.45
rawSortedPolysMethod · 0.45
stylesMethod · 0.45

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected