Uses of Class
io.keikai.api.model.Chart.Type
-
Packages that use Chart.Type 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.Type in io.keikai.api
Methods in io.keikai.api with parameters of type Chart.Type 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.Type in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Chart.Type Modifier and Type Method Description Chart
RangeImpl. addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
-
Uses of Chart.Type in io.keikai.api.model
Methods in io.keikai.api.model that return Chart.Type Modifier and Type Method Description static Chart.Type
Chart.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Chart.Type[]
Chart.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Chart.Type in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type Chart.Type Modifier and Type Method Description static boolean
EnumUtil. isThreeDimentionalChart(Chart.Type type)
static SChart.ChartType
EnumUtil. toChartType(Chart.Type type)
-
Uses of Chart.Type in io.keikaiex.ui.impl.ua
Fields in io.keikaiex.ui.impl.ua declared as Chart.Type Modifier and Type Field Description protected Chart.Type
InsertChartHandler. type
Constructors in io.keikaiex.ui.impl.ua with parameters of type Chart.Type Constructor Description InsertChartHandler(Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
-