Commit Graph

122 Commits

Author SHA1 Message Date
Ben Fry
5e5c88e4c3 more fixes for the data classes 2013-06-03 10:19:31 -04:00
Scott Murray
33eeee5685 Finished added all related reference links for Table methods 2013-06-02 10:06:33 -07:00
Scott Murray
19ca261016 Added related reference links to JSONArray methods 2013-06-02 09:41:24 -07:00
Scott Murray
4063f3c1c7 Added related reference links to JSONObject methods 2013-06-02 09:30:07 -07:00
Scott Murray
4a45173928 Added reference for JSONArray.append() 2013-06-02 09:13:51 -07:00
Scott Murray
3b9a12665a Added reference for all JSONArray get and set methods 2013-06-02 08:26:58 -07:00
Scott Murray
2b781353bb Added initial reference for JSONArray set and get methods 2013-06-02 07:17:09 -07:00
Scott Murray
c79fd2bed5 Added reference for JSONArray.setJSONObject() 2013-06-01 21:25:24 -07:00
Scott Murray
d030b9709c Starting to add JSONArray.setJSONArray() reference 2013-06-01 21:11:45 -07:00
Scott Murray
c03e61ff5b Added reference for JSONArray methods getJSONArray() and getJSONObject() 2013-06-01 21:09:06 -07:00
Scott Murray
5c7c627a2b Added reference for JSONArray methods size() and remove() 2013-06-01 17:53:11 -07:00
Scott Murray
6496f33760 Added reference for JSONObject methods setInt(), setFloat(), setString(), and setBoolean() 2013-06-01 17:23:02 -07:00
Scott Murray
d16d1db42d Added reference for JSONObject methods getInt(), getFloat(), getString(), and getBoolean() 2013-06-01 16:42:03 -07:00
Scott Murray
842f977c6e Added reference for JSONObject methods getJSONObject(), setJSONObject(), setJSONArray() 2013-06-01 16:07:01 -07:00
Scott Murray
318dc931d8 Added XML.getIntContent() and getFloatContent() reference, plus related links 2013-05-31 16:15:00 -07:00
Daniel Shiffman
9b63656894 making Dict classes related for reference @alignedleft did I do this correctly? 2013-05-31 15:33:41 -04:00
Scott Murray
bedaac427b Changed param name for Table.matchRows() to sync with Table.matchRow() 2013-05-30 16:35:00 -07:00
Scott Murray
605dac3b35 Clarified some language for JSON reference 2013-05-30 15:51:00 -07:00
Scott Murray
8ff9f1f716 Added reference examples for Table findRows() and matchRows(), clarifications 2013-05-30 15:40:25 -07:00
Scott Murray
005544d6e0 TableRow reference: Removed 'related' Table methods, as they aren't being parsed properly by the generator 2013-05-30 14:50:47 -07:00
Ben Fry
4ac2e7c4dc remove() not working for intList, floatList, StringList (#1826) 2013-05-30 16:20:38 -04:00
Ben Fry
a6c90fac4b fix for Iterable vs Iterator for Table 2013-05-30 15:43:23 -04:00
Ben Fry
88a8c824a7 merge with the latest 2013-05-29 06:54:03 -04:00
Ben Fry
66fe4bfdb4 fixes for Iterable inconsistency 2013-05-29 06:52:41 -04:00
Scott Murray
5fed6b39c0 Merge branch 'master' of https://github.com/processing/processing 2013-05-28 12:29:34 -07:00
Scott Murray
8a04899430 Added reference for JSONArray, JSONObject, loadJSONArray(), loadJSONObject(), saveJSONArray(), saveJSONObject() 2013-05-28 12:29:14 -07:00
REAS
d1ac58a076 Reference additions for Lists and Dicts 2013-05-28 11:51:41 -07:00
REAS
54bb25645c Edits to *List classes for reference 2013-05-27 23:25:24 -07:00
REAS
1600657e02 Updates to Int/Float/StringDict for reference 2013-05-26 23:41:55 -07:00
Scott Murray
b7abfe8447 Added reference for TableRow plus methods getInt(), getFloat(), getString(), setInt(), setFloat(), setString() 2013-05-26 15:26:35 -07:00
Scott Murray
7b60e43550 Adding a couple related reference links for Table methods 2013-05-25 21:14:42 -07:00
Scott Murray
951978f549 Added reference for Table methods getRowCount(), getColumnCount(), getStringColumn(), trim(), removeTokens() 2013-05-25 21:02:21 -07:00
Scott Murray
2a3999eb49 Added reference for Table getInt(), getFloat(), getString(), setInt(), setFloat(), setString() 2013-05-25 17:24:16 -07:00
Scott Murray
229869829e Added reference for Table rows(), findRow(), findRows(), matchRow(), matchRows() 2013-05-25 16:05:26 -07:00
REAS
b9ab4107f4 Reference additions for IntDict 2013-05-23 23:17:35 -07:00
Scott Murray
ba10293273 Added Table reference for removeColumn(), removeRow(), getRow(), and clearRows() 2013-05-23 16:42:05 -07:00
Scott Murray
b91258399f Updated PVector mult() and div() reference 2013-05-23 14:46:23 -07:00
Scott Murray
6a7b7723f9 Merge branch 'master' of https://github.com/processing/processing 2013-05-22 17:58:19 -07:00
Scott Murray
06d0812fc0 Added reference for Table addColumn() and removeColumn() 2013-05-22 17:57:52 -07:00
REAS
a66f844d8b Removing two Typography examples from the web 2013-05-22 12:44:36 -07:00
REAS
59e39a9b18 Changes to Dict and List classes for reference 2013-05-19 23:50:35 -07:00
REAS
eb326b7125 Modifications to Data classes for Reference entries 2013-05-18 22:01:26 -07:00
Ben Fry
41b5926996 fix for null values in removeValues() 2013-05-15 18:22:56 -04:00
Ben Fry
cc2ef1a10e todo notes and fix for copy() method in Dict classes 2013-05-14 11:07:17 -04:00
Ben Fry
987474faf6 mult() instead of mul() 2013-05-10 15:46:01 -04:00
Ben Fry
006ea4d340 more JSON fixes for API consistency w/ the rest of processing.data.* 2013-05-02 15:55:30 -04:00
Frank Leon Rose
5988df03fb Added setString(int, String) and append(String) to JSONArray
String is one of the core datatypes JSONArray supports.
2013-05-02 12:15:17 -04:00
Ben Fry
f8d25375cc bug fixing on Dict and List classes, add Iterable constructor 2013-05-01 14:54:54 -04:00
Ben Fry
9a6b1dcdb6 add clearRows() 2013-04-30 19:23:51 -04:00
Ben Fry
625ce847e4 fix for bin extension not being set in Table 2013-04-30 18:57:23 -04:00