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

Method endContour

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

@webref shape:vertex

()

Source from the content-addressed store, hash-verified

1699 * @webref shape:vertex
1700 */
1701 public void endContour() {
1702 showMissingWarning("endContour");
1703 }
1704
1705
1706 public void endShape() {

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected