Uses of Interface
io.keikai.model.SChart
-
Packages that use SChart Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.chart Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.chart Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.pdf The exporter that convert Keikai Spreadsheet to PDF.io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.ui.sys Classes that doing system control on Keikai Spreadsheet UI Components.io.keikaiex.ui.widget Classes used to implement extended Keikai Spreadsheet UI Component(implementation only).io.keikaiex.util 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 Modifier and Type Method Description SChart
ChartImpl. getNative()
-
Uses of SChart in io.keikai.importer
Methods in io.keikai.importer with parameters of type SChart Modifier and Type Method Description protected void
XlsxImporter. importAxis(io.keikai.importer.ChartSpaceJson chartSpaceJson, SChart chart)
-
Uses of SChart in io.keikai.model
Methods in io.keikai.model that return SChart Modifier and Type Method Description SChart
SSheet. addChart(SChart.ChartType type, ViewAnchor anchor)
SChart
SSheet. getChart(int idx)
SChart
SSheet. getChart(String chartid)
Methods in io.keikai.model that return types with arguments of type SChart Modifier and Type Method Description List<SChart>
SSheet. getCharts()
Methods in io.keikai.model with parameters of type SChart Modifier and Type Method Description void
SSheet. deleteChart(SChart chart)
-
Uses of SChart in io.keikai.model.chart
Methods in io.keikai.model.chart that return SChart Modifier and Type Method Description SChart
SChartData. getChart()
-
Uses of SChart in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SChart Modifier and Type Class Description class
AbstractChartAdv
class
ChartImpl
Methods in io.keikai.model.impl that return SChart Modifier and Type Method Description SChart
SheetImpl. addChart(SChart.ChartType type, ViewAnchor anchor)
SChart
SheetImpl. getChart(int idx)
SChart
SheetImpl. getChart(String picid)
Methods in io.keikai.model.impl that return types with arguments of type SChart Modifier and Type Method Description List<SChart>
SheetImpl. getCharts()
Methods in io.keikai.model.impl with parameters of type SChart Modifier and Type Method Description protected void
SheetImpl. checkOwnership(SChart chart)
void
SheetImpl. deleteChart(SChart chart)
-
Uses of SChart in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return SChart Modifier and Type Method Description SChart
GeneralChartDataImpl. getChart()
SChart
UnsupportedChartDataImpl. getChart()
Constructors in io.keikai.model.impl.chart with parameters of type SChart Constructor Description UnsupportedChartDataImpl(SChart chart)
-
Uses of SChart in io.keikai.model.impl.pdf
Fields in io.keikai.model.impl.pdf with type parameters of type SChart Modifier and Type Field Description protected Map<SChart,BufferedImage>
PdfExporter. imageCacher
-
Uses of SChart in io.keikai.range
Methods in io.keikai.range that return SChart Modifier and Type Method Description SChart
SRange. addChart(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 SChart Modifier and Type Method Description void
SRange. deleteChart(SChart chart)
Delete an existing chart from the sheet of this Range.void
SRange. moveChart(SChart chart, ViewAnchor anchor)
Move the chart to the new anchor.void
SRange. 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 SChart Modifier and Type Method Description SChart
RangeImpl. addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD)
Methods in io.keikai.range.impl with parameters of type SChart Modifier and Type Method Description void
RangeImpl. deleteChart(SChart chart)
void
ChartDataHelper. fillChartData(SChart chart)
void
RangeImpl. moveChart(SChart chart, ViewAnchor anchor)
void
RangeImpl. updateChart(SChart chart)
-
Uses of SChart in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SChart Modifier and Type Method Description protected void
ExcelXlsxExporter. fillPoiChartData(org.apache.poi.xssf.usermodel.XSSFSheet poiSheet, org.apache.poi.xssf.usermodel.XSSFChart poiChart, SChart chart, SChartData schartData, boolean isThreeD, boolean isCombo)
protected void
ExcelXlsImporter. importAxis(HSSFChart hssfChart, SChart chart)
protected void
ExcelXlsxExporter. plotPoiChart(SChart chart, org.apache.poi.xssf.usermodel.XSSFChart poiChart)
Create and plot a POI chart with its chart data. -
Uses of SChart in io.keikai.ui.sys
Methods in io.keikai.ui.sys with parameters of type SChart Modifier and Type Method Description void
WidgetLoader. addChartWidget(SSheet sheet, SChart chart)
call when spreadsheet try to load a block of cell to client side.void
WidgetLoader. updateChartWidget(SSheet sheet, SChart chart)
-
Uses of SChart in io.keikaiex.ui.widget
Methods in io.keikaiex.ui.widget with parameters of type SChart Modifier and Type Method Description void
DefaultBookWidgetLoader. addChartWidget(SSheet sheet, SChart chart)
ZssCharts
ChartsWidget. createChart(SChart chartInfo)
protected Widget
DefaultBookWidgetLoader. newChartWidget(SSheet sheet, SChart chart, String panel, int zindex)
protected List<Widget>
DefaultBookWidgetLoader. newChartWidgetGroup(SSheet sheet, SChart chart, int zindex)
void
DefaultBookWidgetLoader. updateChartWidget(SSheet sheet, SChart chart)
Constructors in io.keikaiex.ui.widget with parameters of type SChart Constructor Description ChartsWidget(SSheet sheet, SChart chartInfo, String panel, int zindex)
-
Uses of SChart in io.keikaiex.util
Fields in io.keikaiex.util declared as SChart Modifier and Type Field Description protected SChart
ZssChartEngine. _chartInfo
protected SChart
ZssChartExportEngine. _chartInfo
Methods in io.keikaiex.util with parameters of type SChart Modifier and Type Method Description static ZssCharts
HighchartsHelper. createCharts(SChart chartInfo)
CreatesChart
based on theSChart
static void
JFreeChartHelper. drawChart(org.zkoss.zul.Chart chart, SChart chartInfo)
static BufferedImage
ChartDrawer. drawChartImage(SChart chartInfo, int transparency)
static void
HighchartsHelper. drawCharts(ZssCharts chart, SChart chartInfo)
static void
HighchartsHelper. drawCharts(ZssCharts chart, SChart chartInfo, boolean dataLabelsEnabled)
static org.jfree.chart.JFreeChart
JFreeChartHelper. drawJFreeChart(SChart chartInfo)
org.zkoss.chart.model.ChartsModel
ChartsModelManager. getChartsModel(SChart schart)
static String
JFreeChartHelper. getChartType(SChart chartInfo)
static org.jfree.chart.plot.PlotOrientation
JFreeChartHelper. getOrientation(SChart chartInfo)
static void
JFreeChartHelper. prepareAxis(org.jfree.chart.JFreeChart jfchart, SChart chartInfo)
Constructors in io.keikaiex.util with parameters of type SChart Constructor Description LineChartEngine(SChart chartInfo)
LineChartExportEngine(SChart chartInfo)
PieChartEngine(SChart chartInfo)
PieChartExportEngine(SChart chartInfo)
ZssChartEngine(SChart chartInfo)
ZssChartExportEngine(SChart chartInfo)
-