( begin auto-generated from settings.xml ) Description to come... ( end auto-generated ) Override this method to call size() when not using the PDE. @webref environment @see PApplet#fullScreen() @see PApplet#setup() @see PApplet#size(int,int) @see PApplet#smooth()
()
| 1040 | * @see PApplet#smooth() |
| 1041 | */ |
| 1042 | public void settings() { |
| 1043 | // is this necessary? (doesn't appear to be, so removing) |
| 1044 | //size(DEFAULT_WIDTH, DEFAULT_HEIGHT, JAVA2D); |
| 1045 | } |
| 1046 | |
| 1047 | |
| 1048 | final public int sketchWidth() { |