Package | Description |
---|---|
org.zkoss.poi.ss.usermodel.charts | |
org.zkoss.poi.xssf.usermodel.charts | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XYZDataSerie
Represents a xyz data serie.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXYDataSerie |
class |
AbstractXYZDataSerie |
Modifier and Type | Method and Description |
---|---|
XYDataSerie |
XYData.addSerie(ChartTextSource title,
ChartDataSource<? extends java.lang.Number> xs,
ChartDataSource<? extends java.lang.Number> ys) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends XYDataSerie> |
XYData.getSeries() |
Modifier and Type | Method and Description |
---|---|
XYDataSerie |
XSSFScatChartData.addSerie(ChartTextSource title,
ChartDataSource<? extends java.lang.Number> xs,
ChartDataSource<? extends java.lang.Number> ys) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends XYDataSerie> |
XSSFScatChartData.getSeries() |
Modifier and Type | Method and Description |
---|---|
protected void |
ExcelXlsxImporter.importXySeries(java.util.List<? extends XYDataSerie> seriesList,
SGeneralChartData chartData) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.