Package | Description |
---|---|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
org.zkoss.poi.ss.usermodel.charts | |
org.zkoss.poi.xssf.usermodel.charts |
Modifier and Type | Method and Description |
---|---|
protected void |
ExcelXlsxImporter.importXySeries(List<? extends XYDataSerie> seriesList,
SGeneralChartData chartData) |
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 Number> xs,
ChartDataSource<? extends Number> ys) |
Modifier and Type | Method and Description |
---|---|
List<? extends XYDataSerie> |
XYData.getSeries() |
Modifier and Type | Method and Description |
---|---|
XYDataSerie |
XSSFScatChartData.addSerie(ChartTextSource title,
ChartDataSource<? extends Number> xs,
ChartDataSource<? extends Number> ys) |
Modifier and Type | Method and Description |
---|---|
List<? extends XYDataSerie> |
XSSFScatChartData.getSeries() |
Copyright © 2020. All rights reserved.