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

Method getOptions

app/src/processing/app/SketchName.java:223–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221
222
223 static public String[] getOptions() {
224 StringList outgoing = new StringList();
225 outgoing.append(CLASSIC);
226 for (String approach : getWordLists().keySet()) {
227 outgoing.append(approach);
228 }
229 return outgoing.toArray();
230 }
231}

Callers 1

PreferencesFrameMethod · 0.95

Calls 3

appendMethod · 0.95
getWordListsMethod · 0.95
toArrayMethod · 0.95

Tested by

no test coverage detected