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

Method setStroke

core/src/processing/core/PShape.java:2600–2607  ·  view source on GitHub ↗

@nowebref

(boolean stroke)

Source from the content-addressed store, hash-verified

2598 * @nowebref
2599 */
2600 public void setStroke(boolean stroke) {
2601 if (openShape) {
2602 PGraphics.showWarning(INSIDE_BEGIN_END_ERROR, "setStroke()");
2603 return;
2604 }
2605
2606 this.stroke = stroke;
2607 }
2608
2609 /**
2610 * ( begin auto-generated from PShape_setStroke.xml )

Callers 5

strokeFromCalcMethod · 0.45
beginDrawMethod · 0.45
strokeImplMethod · 0.45
zoomStrokeMethod · 0.45
drawMethod · 0.45

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected