Uses of Interface
io.keikai.model.SChart
Packages that use SChart
Package
Description
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
Classes that doing system control on Keikai Spreadsheet UI Components.
Classes used to implement extended Keikai Spreadsheet UI Component(implementation only).
Utility classes used to handle extended Keikai Spreadsheet UI Component(implementation only).
-
Uses of SChart in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SChart -
Uses of SChart in io.keikai.model
Methods in io.keikai.model that return SChartModifier and TypeMethodDescriptionSSheet.addChart(SChart.ChartType type, ViewAnchor anchor) SSheet.addChart(String name, SChart.ChartType type, ViewAnchor anchor) Add a chart with name, type and anchorSSheet.getChart(int idx) SSheet.getChartByName(String name) Returns the first chart with specific nameMethods in io.keikai.model that return types with arguments of type SChartModifier and TypeMethodDescriptionSSheet.getCharts()SSheet.getChartsByName(String name) Returns the charts with specific nameMethods in io.keikai.model with parameters of type SChart -
Uses of SChart in io.keikai.model.chart
Methods in io.keikai.model.chart that return SChart -
Uses of SChart in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SChart -
Uses of SChart in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return SChartModifier and TypeMethodDescriptionGeneralChartDataImpl.getChart()UnsupportedChartDataImpl.getChart()Constructors in io.keikai.model.impl.chart with parameters of type SChart -
Uses of SChart in io.keikai.range
Methods in io.keikai.range that return SChartModifier and TypeMethodDescriptionSRange.addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) Add a chart into the sheet of this RangeSRange.addChart(String name, ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) Add a chart into the sheet of this RangeMethods in io.keikai.range with parameters of type SChartModifier and TypeMethodDescriptionvoidSRange.deleteChart(SChart chart) Delete an existing chart from the sheet of this Range.voidSRange.moveChart(SChart chart, ViewAnchor anchor) Move the chart to the new anchor.voidSRange.updateChart(SChart chart) Notify the model that a chart contains change, for example, chart data changes. -
Uses of SChart in io.keikai.range.impl
Methods in io.keikai.range.impl that return SChartModifier and TypeMethodDescriptionRangeImpl.addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) RangeImpl.addChart(String name, ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) Methods in io.keikai.range.impl with parameters of type SChartModifier and TypeMethodDescriptionvoidRangeImpl.deleteChart(SChart chart) voidChartDataHelper.fillChartData(SChart chart) voidRangeImpl.moveChart(SChart chart, ViewAnchor anchor) voidRangeImpl.updateChart(SChart chart) -
Uses of SChart in io.keikai.ui.sys
Methods in io.keikai.ui.sys with parameters of type SChartModifier and TypeMethodDescriptionvoidWidgetLoader.addChartWidget(SSheet sheet, SChart chart) call when spreadsheet try to load a block of cell to client side.voidWidgetLoader.updateChartWidget(SSheet sheet, SChart chart) -
Uses of SChart in io.keikaiex.ui.widget
Methods in io.keikaiex.ui.widget with parameters of type SChartModifier and TypeMethodDescriptionvoidDefaultBookWidgetLoader.addChartWidget(SSheet sheet, SChart chart) ChartsWidget.createChart(SChart chartInfo) protected WidgetDefaultBookWidgetLoader.newChartWidget(SSheet sheet, SChart chart, String panel, int zindex) DefaultBookWidgetLoader.newChartWidgetGroup(SSheet sheet, SChart chart, int zindex) voidDefaultBookWidgetLoader.updateChartWidget(SSheet sheet, SChart chart) Constructors in io.keikaiex.ui.widget with parameters of type SChartModifierConstructorDescriptionChartsWidget(SSheet sheet, SChart chartInfo, String panel, int zindex) -
Uses of SChart in io.keikaiex.util
Fields in io.keikaiex.util declared as SChartModifier and TypeFieldDescriptionprotected final SChartZssChartEngine._chartInfoprotected final SChartZssChartExportEngine._chartInfoMethods in io.keikaiex.util with parameters of type SChartModifier and TypeMethodDescriptionstatic ZssChartsHighchartsHelper.createCharts(SChart chartInfo) CreatesChartbased on theSChartvoidCustomize the chart before it is rendered.static voidstatic BufferedImageChartDrawer.drawChartImage(SChart chartInfo, int transparency) static voidHighchartsHelper.drawCharts(ZssCharts chart, SChart chartInfo) static voidHighchartsHelper.drawCharts(ZssCharts chart, SChart chartInfo, boolean dataLabelsEnabled) static org.jfree.chart.JFreeChartJFreeChartHelper.drawJFreeChart(SChart chartInfo) org.zkoss.chart.model.ChartsModelChartsModelManager.getChartsModel(SChart schart) static StringJFreeChartHelper.getChartType(SChart chartInfo) static org.jfree.chart.plot.PlotOrientationJFreeChartHelper.getOrientation(SChart chartInfo) static voidJFreeChartHelper.prepareAxis(org.jfree.chart.JFreeChart jfchart, SChart chartInfo) static voidChartsHelper.updateChart(Spreadsheet spreadsheet, SChart sChart) Updates the specifiedSChartin the spreadsheet.static voidChartsHelper.updateChart(Spreadsheet spreadsheet, SChart sChart, boolean dataLabelsEnabled) Updates the specifiedSChartin the spreadsheet with an option to enable data labels.Constructors in io.keikaiex.util with parameters of type SChartModifierConstructorDescriptionLineChartEngine(SChart chartInfo) LineChartExportEngine(SChart chartInfo) PieChartEngine(SChart chartInfo) PieChartExportEngine(SChart chartInfo) ZssChartEngine(SChart chartInfo) ZssChartExportEngine(SChart chartInfo)