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 TreeGraphLinkSeries. 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 voidSeries. 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 TreeGraphLinkTreegraphPlotOptions. getLink()Returns the link style options, if any.Methods in org.zkoss.chart.plotOptions with parameters of type TreeGraphLink Modifier and Type Method Description voidTreegraphPlotOptions. setLink(TreeGraphLink link)Sets the link style options.
-