public class PlotWordCloud extends PlotOptions
A word cloud is a visualization of a set of words, where the size and placement of a word is determined by how it is weighted.
| Modifier and Type | Field and Description |
|---|---|
Integer |
edgeWidth
3D columns only.
|
String |
placementStrategy
This option decides which algorithm is used for placement, and rotation of a word.
|
Integer |
rotation_from
The smallest degree of rotation for a word.
|
Integer |
rotation_orientations
The number of possible orientations for a word, within the range of rotation.from and
rotation.to.
|
Integer |
rotation_to
The largest degree of rotation for a word.
|
String |
spiral
Spiral used for placing a word after the initial position experienced a collision with either
another word or the borders.
|
allowPointSelect, animation, animationLimit, boostThreshold, className, color, colorByPoint, colorIndex, colors, connectEnds, connectNulls, cropThreshold, cursor, dashStyle, dataLabels, description, enableMouseTracking, exposeElementToA11y, findNearestPointBy, getExtremesFromAll, id, keys, label, linecap, lineWidth, linkedTo, marker, negativeColor, pointInterval, pointIntervalUnit, pointPlacement, pointStart, selected, shadow, showCheckbox, showInLegend, skipKeyboardNavigation, softThreshold, stacking, step, stickyTracking, threshold, tooltip, turboThreshold, type, visible, zoneAxis, zones| Constructor and Description |
|---|
PlotWordCloud() |
toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public Integer edgeWidth
@Option public String placementStrategy
@Option(value="rotation.from") public Integer rotation_from
@Option(value="rotation.orientations") public Integer rotation_orientations
@Option(value="rotation.to") public Integer rotation_to
Copyright © 2018 Fujion Framework. All rights reserved.