Uses of Class
org.zkoss.chart.Level
-
Packages that use Level Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of Level in org.zkoss.chart
Methods in org.zkoss.chart that return types with arguments of type Level Modifier and Type Method Description List<Level>
Series. getLevels()
Returns options on specific levels.Methods in org.zkoss.chart with parameters of type Level Modifier and Type Method Description void
Series. setLevels(Level... levels)
Set options on specific levels.Method parameters in org.zkoss.chart with type arguments of type Level Modifier and Type Method Description void
Series. setLevels(List<Level> levels)
Set options on specific levels. -
Uses of Level in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return types with arguments of type Level Modifier and Type Method Description List<Level>
ArcDiagramPlotOptions. getLevels()
Returns options on specific levels.List<Level>
OrganizationPlotOptions. getLevels()
Returns options on specific levels.List<Level>
SankeyPlotOptions. getLevels()
Set options on specific levels.List<Level>
SunburstPlotOptions. getLevels()
Set options on specific levels.List<Level>
TreegraphPlotOptions. getLevels()
Set options on specific levels.List<Level>
TreemapPlotOptions. getLevels()
Returns options on specific levels.Methods in org.zkoss.chart.plotOptions with parameters of type Level Modifier and Type Method Description void
ArcDiagramPlotOptions. setLevels(Level... levels)
Set options on specific levels.void
OrganizationPlotOptions. setLevels(Level... levels)
Set options on specific levels.void
SankeyPlotOptions. setLevels(Level... levels)
Set options on specific levels.void
SunburstPlotOptions. setLevels(Level... levels)
Set options on specific levels.void
TreegraphPlotOptions. setLevels(Level... levels)
Set options on specific levels.void
TreemapPlotOptions. setLevels(Level... levels)
Set options on specific levels.Method parameters in org.zkoss.chart.plotOptions with type arguments of type Level Modifier and Type Method Description void
ArcDiagramPlotOptions. setLevels(List<Level> levels)
Set options on specific levels.void
OrganizationPlotOptions. setLevels(List<Level> levels)
Sets options on specific levels.void
SankeyPlotOptions. setLevels(List<Level> levels)
void
SunburstPlotOptions. setLevels(List<Level> levels)
void
TreegraphPlotOptions. setLevels(List<Level> levels)
void
TreemapPlotOptions. setLevels(List<Level> levels)
Set options on specific levels.
-