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