Uses of Class
processing.data.IntDict
-
Packages that use IntDict Package Description processing.core processing.data -
-
Uses of IntDict in processing.core
Fields in processing.core declared as IntDict Modifier and Type Field Description protected static IntDictPShapeSVG. colorNamesDeliberately conforms to the HTML 4.01 color spec + en-gb grey, rather than the (unlikely to be useful) entire 147-color system used in SVG. -
Uses of IntDict in processing.data
Methods in processing.data that return IntDict Modifier and Type Method Description IntDictIntDict. copy()Returns a duplicate copy of this object.IntDictTable. getIntDict(int keyColumn, int valueColumn)IntDictTable. getIntDict(String keyColumnName, String valueColumnName)IntDictStringList. getOrder()Create a dictionary associating each entry in this list to its index.IntDictTable. getOrder(int column)IntDictTable. getOrder(String columnName)IntDictStringList. getTally()Count the number of times each String entry is found in this list.IntDictTable. getTally(int column)IntDictTable. getTally(String columnName)Methods in processing.data with parameters of type IntDict Modifier and Type Method Description voidIntDict. increment(IntDict dict)Merge another dictionary into this one.Constructors in processing.data with parameters of type IntDict Constructor Description JSONObject(IntDict dict)
-