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

Method endShape

core/src/processing/core/PGraphics.java:1701–1703  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1699
1700
1701 public void endShape() {
1702 endShape(OPEN);
1703 }
1704
1705
1706 /**

Callers 13

rawPolysMethod · 0.95
rawLinesMethod · 0.95
rawPointsMethod · 0.95
pointMethod · 0.95
lineMethod · 0.95
triangleMethod · 0.95
quadMethod · 0.95
rectImplMethod · 0.95
boxMethod · 0.95
sphereMethod · 0.95
bezierMethod · 0.95
curveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected