Uses of Class
org.zkoss.chart.TraverseUpButton
-
Packages that use TraverseUpButton Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of TraverseUpButton in org.zkoss.chart
Methods in org.zkoss.chart that return TraverseUpButton Modifier and Type Method Description TraverseUpButton
Series. getTraverseUpButton()
Returns options for the button appearing when traversing down in a treemap, if any.Methods in org.zkoss.chart with parameters of type TraverseUpButton Modifier and Type Method Description void
Series. setTraverseUpButton(TraverseUpButton traverseUpButton)
Sets options for the button appearing when traversing down in a treemap. -
Uses of TraverseUpButton in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return TraverseUpButton Modifier and Type Method Description TraverseUpButton
SunburstPlotOptions. getTraverseUpButton()
Returns options for the button appearing when traversing down in a treemap, if any.TraverseUpButton
TreegraphPlotOptions. getTraverseUpButton()
Returns options for the button appearing when traversing down in a treegraph, if any.TraverseUpButton
TreemapPlotOptions. getTraverseUpButton()
Returns options for the button appearing when traversing down in a treemap, if any.Methods in org.zkoss.chart.plotOptions with parameters of type TraverseUpButton Modifier and Type Method Description void
SunburstPlotOptions. setTraverseUpButton(TraverseUpButton traverseUpButton)
Sets options for the button appearing when traversing down in a treemap.void
TreegraphPlotOptions. setTraverseUpButton(TraverseUpButton traverseUpButton)
Sets options for the button appearing when traversing down in a treemap.void
TreemapPlotOptions. setTraverseUpButton(TraverseUpButton traverseUpButton)
Sets options for the button appearing when traversing down in a treemap.
-