Uses of Enum Class
io.keikai.api.model.Chart.Grouping
Packages that use Chart.Grouping
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
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.GroupingModifier and TypeMethodDescriptionRange.addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Adds chart to sheetRange.addChart(String name, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Adds chart to sheetstatic ChartSheetOperationUtil.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 ChartSheetOperationUtil.addChart(Range range, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Adds a chart at the specified locationstatic ChartSheetOperationUtil.addChart(String name, 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 ChartSheetOperationUtil.addChart(String name, 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.GroupingModifier and TypeMethodDescriptionRangeImpl.addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) RangeImpl.addChart(String name, 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.GroupingModifier and TypeMethodDescriptionstatic Chart.GroupingReturns the enum constant of this class with the specified name.static Chart.Grouping[]Chart.Grouping.values()Returns an array containing the constants of this enum class, 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.GroupingModifier and TypeMethodDescriptionstatic SChart.ChartGroupingEnumUtil.toChartGrouping(Chart.Grouping grouping) -
Uses of Chart.Grouping in io.keikaiex.ui.impl.ua
Fields in io.keikaiex.ui.impl.ua declared as Chart.GroupingConstructors in io.keikaiex.ui.impl.ua with parameters of type Chart.GroupingModifierConstructorDescriptionInsertChartHandler(Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)