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 NetworkGraphLayoutAlgorithmSeries. 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 voidSeries. 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 NetworkGraphLayoutAlgorithmNetworkGraphPlotOptions. getLayoutAlgorithm()Returns the layoutAlgorithm options, if any.Methods in org.zkoss.chart.plotOptions with parameters of type NetworkGraphLayoutAlgorithm Modifier and Type Method Description voidNetworkGraphPlotOptions. setLayoutAlgorithm(NetworkGraphLayoutAlgorithm layoutAlgorithm)Sets the layoutAlgorithm options.
-