Uses of Class
org.zkoss.chart.plotOptions.NetworkGraphLayoutAlgorithm
-
Packages that use NetworkGraphLayoutAlgorithm Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of NetworkGraphLayoutAlgorithm in org.zkoss.chart
Methods in org.zkoss.chart that return NetworkGraphLayoutAlgorithm Modifier and Type Method Description NetworkGraphLayoutAlgorithm
Series. getNetworkGraphLayoutAlgorithm()
Return options for layout algorithm for networkgraph type, if any.Methods in org.zkoss.chart with parameters of type NetworkGraphLayoutAlgorithm Modifier and Type Method Description void
Series. setLayoutAlgorithm(NetworkGraphLayoutAlgorithm layoutAlgorithm)
Sets options for layout algorithm for networkgraph type -
Uses of NetworkGraphLayoutAlgorithm in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return NetworkGraphLayoutAlgorithm Modifier and Type Method Description NetworkGraphLayoutAlgorithm
NetworkGraphPlotOptions. getLayoutAlgorithm()
Returns the layoutAlgorithm options, if any.Methods in org.zkoss.chart.plotOptions with parameters of type NetworkGraphLayoutAlgorithm Modifier and Type Method Description void
NetworkGraphPlotOptions. setLayoutAlgorithm(NetworkGraphLayoutAlgorithm layoutAlgorithm)
Sets the layoutAlgorithm options.
-