( 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
()
| 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 | ////////////////////////////////////////////////////////////// |