Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ get
Method
get
app/src/processing/app/Settings.java:128–130 ·
view source on GitHub ↗
(String attribute)
Source
from the content-addressed store, hash-verified
126
127
128
public
String get(String attribute) {
129
return
table.get(attribute);
130
}
131
132
133
public
String getDefault(String attribute) {
Callers
8
load
Method · 0.95
getBoolean
Method · 0.95
getInteger
Method · 0.95
getColor
Method · 0.95
getFont
Method · 0.95
createAndShowGUI
Method · 0.95
handleOpen
Method · 0.95
findMain
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected