| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.chart |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.model.impl.chart |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.range |
ZK Spreadsheet Internal Range API classes.
|
| org.zkoss.zss.range.impl |
ZK Spreadsheet Internal Range API Implementation classes.
|
| org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| 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 |
GeneralChartDataImpl.getChart() |
SChart |
UnsupportedChartDataImpl.getChart() |
| Constructor and Description |
|---|
UnsupportedChartDataImpl(SChart chart) |
| 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 org.zkoss.poi.ss.usermodel.charts.ChartData |
ExcelXlsxExporter.fillPoiChartData(SChart chart) |
protected void |
ExcelXlsImporter.importAxis(org.zkoss.poi.hssf.usermodel.HSSFChart hssfChart,
SChart chart) |
protected void |
ExcelXlsxImporter.importAxis(org.zkoss.poi.xssf.usermodel.XSSFChart xssfChart,
SChart chart) |
protected void |
ExcelXlsxExporter.plotPoiChart(SChart chart,
org.zkoss.poi.ss.usermodel.charts.ChartData chartData,
SSheet sheet,
org.zkoss.poi.ss.usermodel.Sheet poiSheet)
Create and plot a POI chart with its chart data.
|
Copyright © 2019. All rights reserved.