Uses of Class
io.keikai.model.SChartAxis.SChartAxisType
-
Packages that use SChartAxis.SChartAxisType Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl.chart Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of SChartAxis.SChartAxisType in io.keikai.model
Methods in io.keikai.model that return SChartAxis.SChartAxisType Modifier and Type Method 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. -
Uses of SChartAxis.SChartAxisType in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return SChartAxis.SChartAxisType Modifier and Type Method Description SChartAxis.SChartAxisType
CategoryAxisImpl. getType()
SChartAxis.SChartAxisType
DateAxisImpl. getType()
SChartAxis.SChartAxisType
ValueAxisImpl. getType()
-