An array of cluster sizes to break at. Typically the first couple of sizes are a series (meaning: not grouped). Later breaks are non sequential and used for grouping clusters larger. [2, 3, 4, 5, 10] would start grouping at clusters larger or equal 5 entries.
The factor by which to multiply the index of the used break grouping (subtracted by the zeroScaleOffset)
The index of breaks to st. for indexes [2, 3, 4, 5, 10] and a zeroScale offset of 3 would lead to icons 2, 3, 4 having the same size and no "+" attached. 5 and 10 would be scaled by the scale factor and a "+" added to the text
StaticclassDetermines the scale based on break index and zeroScaleOffset. Cluster sizes with an index less then zeroScaleOffset are not scaled.
Finds the breaks index of a specified cluster size.
Gets the cluster text based on breaks and zeroScaleOffset. Adds a + to all sizes with an index larger then the zeroScaleOffset.
Staticget
baseclass for all Objects