Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.ss.usermodel.charts | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.poi.xssf.usermodel.charts |
Modifier and Type | Method and Description |
---|---|
Chart |
HSSFPatriarch.createChart(ClientAnchor anchor) |
Chart |
HSSFChartShape.getChart() |
Modifier and Type | Method and Description |
---|---|
Chart |
Drawing.createChart(ClientAnchor anchor)
Creates a chart.
|
Chart |
ZssChartX.getChart() |
Modifier and Type | Method and Description |
---|---|
void |
ChartData.fillChart(Chart chart,
ChartAxis... axis)
Fills a charts with data specified by implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFChart
Represents a SpreadsheetML Chart
|
Modifier and Type | Method and Description |
---|---|
Chart |
XSSFChartX.getChart() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFStockChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFScatterChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFScatChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFPieChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFPie3DChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFLineChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFLine3DChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFDoughnutChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFBubbleChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFBarChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFBar3DChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFAreaChartData.fillChart(Chart chart,
ChartAxis... axis) |
void |
XSSFArea3DChartData.fillChart(Chart chart,
ChartAxis... axis) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.