Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ set
Method
set
app/src/processing/app/Preferences.java:272–274 ·
view source on GitHub ↗
(String attribute, String value)
Source
from the content-addressed store, hash-verified
270
271
272
static
public
void
set(String attribute, String value) {
273
table.put(attribute, value);
274
}
275
276
277
static
public
void
unset(String attribute) {
Callers
15
startServer
Method · 0.95
setBoolean
Method · 0.95
setInteger
Method · 0.95
setColor
Method · 0.95
getFont
Method · 0.95
setSketchbookPath
Method · 0.95
getUpdateID
Method · 0.95
updateCheck
Method · 0.95
handleActivated
Method · 0.95
updateAppearance
Method · 0.95
openFolderAvailable
Method · 0.95
applyFrame
Method · 0.95
Calls
1
put
Method · 0.45
Tested by
no test coverage detected