Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getDefault
Method
getDefault
app/src/processing/app/Preferences.java:267–269 ·
view source on GitHub ↗
(String attribute)
Source
from the content-addressed store, hash-verified
265
266
267
static
public
String getDefault(String attribute) {
268
return
defaults.get(attribute);
269
}
270
271
272
static
public
void
set(String attribute, String value) {
Callers
1
getFont
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected