Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
applyFrame
Method · 0.95
showFrame
Method · 0.95
savePreferences
Method · 0.95
ensurePrefsExist
Method · 0.95
getSketchParams
Method · 0.95
Calls
1
set
Method · 0.95
Tested by
no test coverage detected