Uses of Class
io.keikai.api.model.Chart.Grouping
-
Packages that use Chart.Grouping Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikaiex.ui.impl.ua Classes that doing system user action control on Keikai Spreadsheet UI Components. -
-
Uses of Chart.Grouping in io.keikai.api
Methods in io.keikai.api with parameters of type Chart.Grouping Modifier and Type Method Description Chart
Range. addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
Adds chart to sheetstatic Chart
SheetOperationUtil. addChart(Range range, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
Adds a chart to specified sheet range in pre-defined position and size.static Chart
SheetOperationUtil. addChart(Range range, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
Adds a chart at the specified location -
Uses of Chart.Grouping in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Chart.Grouping Modifier and Type Method Description Chart
RangeImpl. addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
-
Uses of Chart.Grouping in io.keikai.api.model
Methods in io.keikai.api.model that return Chart.Grouping Modifier and Type Method Description static Chart.Grouping
Chart.Grouping. valueOf(String name)
Returns the enum constant of this type with the specified name.static Chart.Grouping[]
Chart.Grouping. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Chart.Grouping in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type Chart.Grouping Modifier and Type Method Description static SChart.ChartGrouping
EnumUtil. toChartGrouping(Chart.Grouping grouping)
-
Uses of Chart.Grouping in io.keikaiex.ui.impl.ua
Fields in io.keikaiex.ui.impl.ua declared as Chart.Grouping Modifier and Type Field Description protected Chart.Grouping
InsertChartHandler. grouping
Constructors in io.keikaiex.ui.impl.ua with parameters of type Chart.Grouping Constructor Description InsertChartHandler(Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
-