MCPcopy 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

startServerMethod · 0.95
setBooleanMethod · 0.95
setIntegerMethod · 0.95
setColorMethod · 0.95
getFontMethod · 0.95
setSketchbookPathMethod · 0.95
getUpdateIDMethod · 0.95
updateCheckMethod · 0.95
handleActivatedMethod · 0.95
updateAppearanceMethod · 0.95
openFolderAvailableMethod · 0.95
applyFrameMethod · 0.95

Calls 1

putMethod · 0.45

Tested by

no test coverage detected