Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.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).
|
Modifier and Type | Method and Description |
---|---|
SChart |
ChartImpl.getNative() |
Constructor and Description |
---|
ChartImpl(ModelRef<SSheet> sheetRef,
ModelRef<SChart> chartRef) |
Modifier and Type | Method and Description |
---|---|
protected void |
XlsxImporter.importAxis(io.keikai.importer.ChartSpaceJson chartSpaceJson,
SChart chart) |
Modifier and Type | Method and Description |
---|---|
SChart |
SSheet.addChart(SChart.ChartType type,
ViewAnchor anchor) |
SChart |
SSheet.getChart(int idx) |
SChart |
SSheet.getChart(String chartid) |
Modifier and Type | Method and Description |
---|---|
List<SChart> |
SSheet.getCharts() |
Modifier and Type | Method and Description |
---|---|
void |
SSheet.deleteChart(SChart chart) |
Modifier and Type | Method and Description |
---|---|
SChart |
SChartData.getChart() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChartAdv |
class |
ChartImpl |
Modifier and Type | Method and Description |
---|---|
SChart |
SheetImpl.addChart(SChart.ChartType type,
ViewAnchor anchor) |
SChart |
SheetImpl.getChart(int idx) |
SChart |
SheetImpl.getChart(String picid) |
Modifier and Type | Method and Description |
---|---|
List<SChart> |
SheetImpl.getCharts() |
Modifier and Type | Method and Description |
---|---|
protected void |
SheetImpl.checkOwnership(SChart chart) |
void |
SheetImpl.deleteChart(SChart chart) |
Modifier and Type | Method and Description |
---|---|
SChart |
UnsupportedChartDataImpl.getChart() |
SChart |
GeneralChartDataImpl.getChart() |
Constructor and Description |
---|
UnsupportedChartDataImpl(SChart chart) |
Modifier and Type | Field and Description |
---|---|
protected Map<SChart,BufferedImage> |
PdfExporter.imageCacher |
Modifier and Type | Method and 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 Range
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SChart |
RangeImpl.addChart(ViewAnchor anchor,
SChart.ChartType type,
SChart.ChartGrouping grouping,
SChart.ChartLegendPosition pos,
boolean isThreeD) |
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.deleteChart(SChart chart) |
void |
ChartDataHelper.fillChartData(SChart chart) |
void |
RangeImpl.moveChart(SChart chart,
ViewAnchor anchor) |
void |
RangeImpl.updateChart(SChart chart) |
Modifier and Type | Method and Description |
---|---|
protected ChartData |
ExcelXlsxExporter.fillPoiChartData(SChart chart) |
protected void |
ExcelXlsImporter.importAxis(HSSFChart hssfChart,
SChart chart) |
protected void |
ExcelXlsxImporter.importAxis(XSSFChart xssfChart,
SChart chart) |
protected void |
ExcelXlsxExporter.plotPoiChart(SChart chart,
ChartData chartData,
SSheet sheet,
Sheet poiSheet)
Create and plot a POI chart with its chart data.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
ChartsWidget(SSheet sheet,
SChart chartInfo,
String panel,
int zindex) |
Modifier and Type | Field and Description |
---|---|
protected SChart |
ZssChartExportEngine._chartInfo |
protected SChart |
ZssChartEngine._chartInfo |
Modifier and Type | Method and Description |
---|---|
static ZssCharts |
HighchartsHelper.createCharts(SChart chartInfo)
Creates
Chart based on the SChart |
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 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) |
Constructor and Description |
---|
LineChartEngine(SChart chartInfo) |
LineChartExportEngine(SChart chartInfo) |
PieChartEngine(SChart chartInfo) |
PieChartExportEngine(SChart chartInfo) |
ZssChartEngine(SChart chartInfo) |
ZssChartExportEngine(SChart chartInfo) |
Copyright © 2020. All rights reserved.