Uses of Class
processing.data.StringDict
-
Packages that use StringDict Package Description processing.core processing.data -
-
Uses of StringDict in processing.core
Methods in processing.core that return StringDict Modifier and Type Method Description protected static StringDictPShapeSVG. parseStyleAttributes(String style) -
Uses of StringDict in processing.data
Methods in processing.data that return StringDict Modifier and Type Method Description StringDictStringDict. copy()Returns a duplicate copy of this object.StringDictTable. getStringDict(int keyColumn, int valueColumn)StringDictTable. getStringDict(String keyColumnName, String valueColumnName)Constructors in processing.data with parameters of type StringDict Constructor Description JSONObject(StringDict dict)
-