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

Method endShape

core/src/processing/core/PShape.java:771–773  ·  view source on GitHub ↗

@webref pshape:method @brief Finishes the creation of a new PShape @see PApplet#beginShape()

()

Source from the content-addressed store, hash-verified

769 * @see PApplet#beginShape()
770 */
771 public void endShape() {
772 endShape(OPEN);
773 }
774
775
776 public void endShape(int mode) {

Callers 5

getTessellationMethod · 0.95
getShapeMethod · 0.95
copyGeometryMethod · 0.45
drawGeometryMethod · 0.45
drawPathMethod · 0.45

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected