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

Method draw

core/src/processing/core/PApplet.java:1849–1853  ·  view source on GitHub ↗

( begin auto-generated from draw.xml ) Called directly after setup() and continuously executes the lines of code contained inside its block until the program is stopped or noLoop() is called. The draw() function is called automatically and should never be called explicitly. It

()

Source from the content-addressed store, hash-verified

1847 * @see PGraphics#background(float, float, float, float)
1848 */
1849 public void draw() {
1850 // if no draw method, then shut things down
1851 //System.out.println("no draw method, goodbye");
1852 finished = true;
1853 }
1854
1855
1856 //////////////////////////////////////////////////////////////

Callers 1

handleDrawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected