Uses of Class
org.zkoss.chart.plotOptions.PackedBubbleLayoutAlgorithm
-
Packages that use PackedBubbleLayoutAlgorithm Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of PackedBubbleLayoutAlgorithm in org.zkoss.chart
Methods in org.zkoss.chart that return PackedBubbleLayoutAlgorithm Modifier and Type Method Description PackedBubbleLayoutAlgorithm
Series. getPackedBubbleLayoutAlgorithm()
Return options for layout algorithm when simulation is enabled, if any.Methods in org.zkoss.chart with parameters of type PackedBubbleLayoutAlgorithm Modifier and Type Method Description void
Series. setLayoutAlgorithm(PackedBubbleLayoutAlgorithm layoutAlgorithm)
Sets options for layout algorithm when simulation is enabled. -
Uses of PackedBubbleLayoutAlgorithm in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return PackedBubbleLayoutAlgorithm Modifier and Type Method Description PackedBubbleLayoutAlgorithm
PackedBubblePlotOptions. getLayoutAlgorithm()
Return options for layout algorithm when simulation is enabled, if any.Methods in org.zkoss.chart.plotOptions with parameters of type PackedBubbleLayoutAlgorithm Modifier and Type Method Description void
PackedBubblePlotOptions. setLayoutAlgorithm(PackedBubbleLayoutAlgorithm layoutAlgorithm)
Sets options for layout algorithm when simulation is enabled.
-