MCPcopy Index your code
hub / github.com/benfry/processing4 / setBoolean

Method setBoolean

app/src/processing/app/Preferences.java:318–320  ·  view source on GitHub ↗
(String attribute, boolean value)

Source from the content-addressed store, hash-verified

316
317
318 static public void setBoolean(String attribute, boolean value) {
319 set(attribute, value ? "true" : "false"); //$NON-NLS-1$ //$NON-NLS-2$
320 }
321
322
323 static public int getInteger(String attribute /*, int defaultValue*/) {

Callers 10

initMethod · 0.95
setAssociationsMethod · 0.95
WelcomeMethod · 0.95
handleCloseMethod · 0.95
applyFrameMethod · 0.95
triggerMethod · 0.95
beforeMethod · 0.95
automateSketchMethod · 0.95
savePreferencesMethod · 0.95

Calls 1

setMethod · 0.95

Tested by 2

beforeMethod · 0.76