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

Method setStroke

core/src/processing/core/PShape.java:2705–2712  ·  view source on GitHub ↗

@nowebref

(boolean stroke)

Source from the content-addressed store, hash-verified

2703 * @nowebref
2704 */
2705 public void setStroke(boolean stroke) {
2706 if (openShape) {
2707 PGraphics.showWarning(INSIDE_BEGIN_END_ERROR, "setStroke()");
2708 return;
2709 }
2710
2711 this.stroke = stroke;
2712 }
2713
2714 /**
2715 *

Callers 6

beginDrawMethod · 0.45
strokeImplMethod · 0.45
paintComponentMethod · 0.45
renderProgressIconMethod · 0.45
zoomStrokeMethod · 0.45
drawMethod · 0.45

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected