Uses of Class
processing.data.Table
-
Packages that use Table Package Description processing.core processing.data -
-
Uses of Table in processing.core
Methods in processing.core that return Table Modifier and Type Method Description TablePApplet. loadTable(String filename)TablePApplet. loadTable(String filename, String options)Options may contain "header", "tsv", "csv", or "bin" separated by commas.Methods in processing.core with parameters of type Table Modifier and Type Method Description booleanPApplet. saveTable(Table table, String filename)booleanPApplet. saveTable(Table table, String filename, String options) -
Uses of Table in processing.data
Methods in processing.data that return Table Modifier and Type Method Description TableTable. copy()Make a copy of the current tableprotected TableTable. createSubset(int[] rowSubset)TableTable. typedParse(InputStream input, String options)Methods in processing.data with parameters of type Table Modifier and Type Method Description voidTable. addRows(Table source)voidTable. setColumnTypes(Table dictionary)Set the titles (and if a second column is present) the data types for this table based on a file loaded separately.
-