Uses of Class
io.keikai.model.SChart.ChartGrouping
-
Packages that use SChart.ChartGrouping Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.chart Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SChart.ChartGrouping in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SChart.ChartGrouping Modifier and Type Method Description static SChart.ChartGrouping
EnumUtil. toChartGrouping(Chart.Grouping grouping)
-
Uses of SChart.ChartGrouping in io.keikai.importer
Methods in io.keikai.importer that return SChart.ChartGrouping Modifier and Type Method Description SChart.ChartGrouping
XlsxImporter. toChartGrouping(String grouping)
Methods in io.keikai.importer with parameters of type SChart.ChartGrouping Modifier and Type Method Description protected int
XlsxImporter. toBarOverlap(io.keikai.importer.ChartTypeJson json, SChart.ChartGrouping chartGrouping)
-
Uses of SChart.ChartGrouping in io.keikai.model
Methods in io.keikai.model that return SChart.ChartGrouping Modifier and Type Method Description SChart.ChartGrouping
SChart. getGrouping()
static SChart.ChartGrouping
SChart.ChartGrouping. valueOf(String name)
Returns the enum constant of this type with the specified name.static SChart.ChartGrouping[]
SChart.ChartGrouping. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.model with parameters of type SChart.ChartGrouping Modifier and Type Method Description void
SChart. setGrouping(SChart.ChartGrouping grouping)
-
Uses of SChart.ChartGrouping in io.keikai.model.impl
Methods in io.keikai.model.impl that return SChart.ChartGrouping Modifier and Type Method Description SChart.ChartGrouping
ChartImpl. getGrouping()
Methods in io.keikai.model.impl with parameters of type SChart.ChartGrouping Modifier and Type Method Description void
ChartImpl. setGrouping(SChart.ChartGrouping grouping)
-
Uses of SChart.ChartGrouping in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return SChart.ChartGrouping Modifier and Type Method Description SChart.ChartGrouping
GroupingChartDataImpl. getGrouping()
Methods in io.keikai.model.impl.chart with parameters of type SChart.ChartGrouping Modifier and Type Method Description void
GroupingChartDataImpl. setGrouping(SChart.ChartGrouping grouping)
-
Uses of SChart.ChartGrouping in io.keikai.range
Methods in io.keikai.range with parameters of type SChart.ChartGrouping Modifier and Type Method Description SChart
SRange. addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD)
Add a chart into the sheet of this Range -
Uses of SChart.ChartGrouping in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SChart.ChartGrouping Modifier and Type Method Description SChart
RangeImpl. addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD)
-
Uses of SChart.ChartGrouping in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SChart.ChartGrouping Modifier and Type Method Description static org.apache.poi.xddf.usermodel.chart.BarGrouping
PoiEnumConversion. toPoiBarGrouping(SChart.ChartGrouping grouping)
static org.apache.poi.xddf.usermodel.chart.Grouping
PoiEnumConversion. toPoiGrouping(SChart.ChartGrouping grouping)
-