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

Method settings

core/src/processing/core/PApplet.java:1042–1045  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 1

handleSettingsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected