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

Method setInteger

app/src/processing/app/Preferences.java:327–329  ·  view source on GitHub ↗
(String key, int value)

Source from the content-addressed store, hash-verified

325
326
327 static public void setInteger(String key, int value) {
328 set(key, String.valueOf(value));
329 }
330
331
332 static public Color getColor(String name) {

Callers 5

applyFrameMethod · 0.95
showFrameMethod · 0.95
savePreferencesMethod · 0.95
ensurePrefsExistMethod · 0.95
getSketchParamsMethod · 0.95

Calls 1

setMethod · 0.95

Tested by

no test coverage detected