Package | Description |
---|---|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
List<SChartAxis> |
SChart.getCategoryAxises() |
List<SChartAxis> |
SChart.getValueAxises() |
Modifier and Type | Method and Description |
---|---|
void |
SChart.addCategoryAxis(SChartAxis axis) |
void |
SChart.addValueAxis(SChartAxis axis) |
Modifier and Type | Class and Description |
---|---|
class |
ChartAxisImpl |
Modifier and Type | Method and Description |
---|---|
List<SChartAxis> |
ChartImpl.getCategoryAxises() |
List<SChartAxis> |
ChartImpl.getValueAxises() |
Modifier and Type | Method and Description |
---|---|
void |
ChartImpl.addCategoryAxis(SChartAxis axis) |
void |
ChartImpl.addValueAxis(SChartAxis axis) |
Copyright © 2020. All rights reserved.