Uses of Class
org.zkoss.chart.plotOptions.NetworkGraphLink
-
Packages that use NetworkGraphLink Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of NetworkGraphLink in org.zkoss.chart
Methods in org.zkoss.chart that return NetworkGraphLink Modifier and Type Method Description NetworkGraphLink
Series. getLink()
Returns the link style options, if any.Methods in org.zkoss.chart with parameters of type NetworkGraphLink Modifier and Type Method Description void
Series. setLink(NetworkGraphLink link)
Sets the link style options. -
Uses of NetworkGraphLink in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return NetworkGraphLink Modifier and Type Method Description NetworkGraphLink
NetworkGraphPlotOptions. getLink()
Returns the link style options, if any.Methods in org.zkoss.chart.plotOptions with parameters of type NetworkGraphLink Modifier and Type Method Description void
NetworkGraphPlotOptions. setLink(NetworkGraphLink link)
Sets the link style options.
-