From cb31ff51aef3f14c8adf365c4007ef45ef3f808b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 13 Mar 2013 13:37:32 -0700 Subject: [PATCH] Added related links to Table --- core/src/processing/data/Table.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/processing/data/Table.java b/core/src/processing/data/Table.java index 1ab041573..7b7166969 100644 --- a/core/src/processing/data/Table.java +++ b/core/src/processing/data/Table.java @@ -67,6 +67,9 @@ import processing.core.PConstants; *

File names should end with .csv if they're comma separated.

* * @webref data:composite + * @see PApplet#createTable() + * @see PApplet#loadTable(String) + * @see PApplet#saveTable(Table, String) */ public class Table { protected int rowCount;