MCPcopy Create free account
hub / github.com/benfry/processing4 / strokeCap

Method strokeCap

core/src/processing/core/PShape.java:852–859  ·  view source on GitHub ↗
(int cap)

Source from the content-addressed store, hash-verified

850 }
851
852 public void strokeCap(int cap) {
853 if (!openShape) {
854 PGraphics.showWarning(OUTSIDE_BEGIN_END_ERROR, "strokeCap()");
855 return;
856 }
857
858 strokeCap = cap;
859 }
860
861
862 //////////////////////////////////////////////////////////////

Callers 1

stylesMethod · 0.45

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected