Uses of Class
processing.data.StringList
-
Packages that use StringList Package Description processing.core processing.data -
-
Uses of StringList in processing.core
Methods in processing.core with parameters of type StringList Modifier and Type Method Description static intPApplet. exec(StringList stdout, StringList stderr, String... args)Alternative version of exec() that retrieves stdout and stderr into the StringList objects provided.static intPApplet. shell(StringList stdout, StringList stderr, String... args)Same as exec() above, but prefixes the call with a shell. -
Uses of StringList in processing.data
Methods in processing.data that return StringList Modifier and Type Method Description StringListStringList. copy()StringListTable. getStringList(int column)StringListTable. getStringList(String columnName)StringListStringList. getSubset(int start)StringListStringList. getSubset(int start, int num)Methods in processing.data with parameters of type StringList Modifier and Type Method Description voidStringList. append(StringList list)voidStringList. insert(int index, StringList list)Constructors in processing.data with parameters of type StringList Constructor Description JSONArray(StringList list)
-