Uses of Class
org.zkoss.chart.plotOptions.WordCloudRotation
-
Packages that use WordCloudRotation Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of WordCloudRotation in org.zkoss.chart
Methods in org.zkoss.chart that return WordCloudRotation Modifier and Type Method Description WordCloudRotation
Series. getRotation()
Returns the rotation options for the words in the wordcloud, if any.Methods in org.zkoss.chart with parameters of type WordCloudRotation Modifier and Type Method Description void
Series. setRotation(WordCloudRotation rotation)
Sets the rotation options for the words in the wordcloud. -
Uses of WordCloudRotation in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return WordCloudRotation Modifier and Type Method Description WordCloudRotation
WordCloudPlotOptions. getRotation()
Returns the rotation options for the words in the wordcloud, if any.Methods in org.zkoss.chart.plotOptions with parameters of type WordCloudRotation Modifier and Type Method Description void
WordCloudPlotOptions. setRotation(WordCloudRotation rotation)
Sets the rotation options for the words in the wordcloud.
-