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 WordCloudRotationSeries. 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 voidSeries. 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 WordCloudRotationWordCloudPlotOptions. 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 voidWordCloudPlotOptions. setRotation(WordCloudRotation rotation)Sets the rotation options for the words in the wordcloud.
-