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

Method strokeCap

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

Source from the content-addressed store, hash-verified

815 }
816
817 public void strokeCap(int cap) {
818 if (!openShape) {
819 PGraphics.showWarning(OUTSIDE_BEGIN_END_ERROR, "strokeCap()");
820 return;
821 }
822
823 strokeCap = cap;
824 }
825
826
827 //////////////////////////////////////////////////////////////

Callers 1

stylesMethod · 0.45

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected