MCPcopy Index your code
hub / github.com/processing/processing / setBoolean

Method setBoolean

app/src/processing/app/Settings.java:141–143  ·  view source on GitHub ↗
(String attribute, boolean value)

Source from the content-addressed store, hash-verified

139
140
141 public void setBoolean(String attribute, boolean value) {
142 set(attribute, value ? "true" : "false");
143 }
144
145
146 public int getInteger(String attribute) {

Callers

nothing calls this directly

Calls 1

setMethod · 0.95

Tested by

no test coverage detected