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 |
---|---|
SChartAxis.SChartAxisType |
SChartAxis.getType()
Returns the type of this axis.
|
static SChartAxis.SChartAxisType |
SChartAxis.SChartAxisType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SChartAxis.SChartAxisType[] |
SChartAxis.SChartAxisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SChartAxis.SChartAxisType |
ChartAxisImpl.getType() |
Constructor and Description |
---|
ChartAxisImpl(long id,
SChartAxis.SChartAxisType type,
Double min,
Double max,
String format) |
Copyright © 2020. All rights reserved.