Uses of Class
io.keikaiex.ui.ZssCharts
-
Packages that use ZssCharts Package Description io.keikaiex.ui.widget io.keikaiex.util -
-
Uses of ZssCharts in io.keikaiex.ui.widget
Methods in io.keikaiex.ui.widget that return ZssCharts Modifier and Type Method Description ZssChartsChartsWidget. createChart(io.keikai.model.SChart chartInfo)ZssChartsChartsWidget. getChartComponent()Internal used only -
Uses of ZssCharts in io.keikaiex.util
Methods in io.keikaiex.util that return ZssCharts Modifier and Type Method Description static ZssChartsHighchartsHelper. createCharts(io.keikai.model.SChart chartInfo)CreatesChartbased on theSChartstatic ZssChartsChartsHelper. getChartsByName(io.keikai.ui.Spreadsheet spreadsheet, java.lang.String name)Retrieves aZssChartsinstance from the givenSpreadsheetby matching the widget's name.Methods in io.keikaiex.util that return types with arguments of type ZssCharts Modifier and Type Method Description static java.util.List<ZssCharts>ChartsHelper. getAllCharts(io.keikai.ui.Spreadsheet spreadsheet)Retrieves allZssChartsinstances from the givenSpreadsheet.Methods in io.keikaiex.util with parameters of type ZssCharts Modifier and Type Method Description voidChartsCustomizer. customize(ZssCharts chart, io.keikai.model.SChart chartInfo)Customize the chart before it is rendered.static voidHighchartsHelper. drawCharts(ZssCharts chart, io.keikai.model.SChart chartInfo)Convert data and options ofSChartinto aZssChartsstatic voidHighchartsHelper. drawCharts(ZssCharts chart, io.keikai.model.SChart chartInfo, boolean dataLabelsEnabled)Convert data and options ofSChartinto aZssCharts
-