Added related links to Table

This commit is contained in:
Scott Murray
2013-03-13 13:37:32 -07:00
parent bf53c0a005
commit cb31ff51ae

View File

@@ -67,6 +67,9 @@ import processing.core.PConstants;
* <p>File names should end with .csv if they're comma separated.</p>
*
* @webref data:composite
* @see PApplet#createTable()
* @see PApplet#loadTable(String)
* @see PApplet#saveTable(Table, String)
*/
public class Table {
protected int rowCount;