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

Method strokeJoin

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

Source from the content-addressed store, hash-verified

806 }
807
808 public void strokeJoin(int join) {
809 if (!openShape) {
810 PGraphics.showWarning(OUTSIDE_BEGIN_END_ERROR, "strokeJoin()");
811 return;
812 }
813
814 strokeJoin = join;
815 }
816
817 public void strokeCap(int cap) {
818 if (!openShape) {

Callers 1

stylesMethod · 0.45

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected