MCPcopy Index your code
hub / github.com/benfry/processing4 / getInteger

Method getInteger

app/src/processing/app/Preferences.java:323–325  ·  view source on GitHub ↗
(String attribute /*, int defaultValue*/)

Source from the content-addressed store, hash-verified

321
322
323 static public int getInteger(String attribute /*, int defaultValue*/) {
324 return Integer.parseInt(get(attribute));
325 }
326
327
328 static public void setInteger(String key, int value) {

Callers 15

sendArgumentsMethod · 0.95
getFontMethod · 0.95
cleanTempFoldersMethod · 0.95
cleanTempFilesMethod · 0.95
updateThemeMethod · 0.95
pasteMethod · 0.95
PreferencesFrameMethod · 0.95
applyFrameMethod · 0.95
showFrameMethod · 0.95
ChangeDetectorClass · 0.95
EditorMethod · 0.95
handleIndentOutdentMethod · 0.95

Calls 2

getMethod · 0.95
parseIntMethod · 0.80

Tested by

no test coverage detected