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

Method strokeJoin

core/src/processing/core/PShape.java:843–850  ·  view source on GitHub ↗
(int join)

Source from the content-addressed store, hash-verified

841 }
842
843 public void strokeJoin(int join) {
844 if (!openShape) {
845 PGraphics.showWarning(OUTSIDE_BEGIN_END_ERROR, "strokeJoin()");
846 return;
847 }
848
849 strokeJoin = join;
850 }
851
852 public void strokeCap(int cap) {
853 if (!openShape) {

Callers 1

stylesMethod · 0.45

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected