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

Method setup

core/src/processing/core/PApplet.java:1817–1818  ·  view source on GitHub ↗

( begin auto-generated from setup.xml ) The setup() function is called once when the program starts. It's used to define initial enviroment properties such as screen size and background color and to load media such as images and fonts as the program starts. There can only be one setup()</

()

Source from the content-addressed store, hash-verified

1815 * @see PApplet#draw()
1816 */
1817 public void setup() {
1818 }
1819
1820/**
1821 * ( begin auto-generated from draw.xml )

Callers 1

handleDrawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected