Uses of Enum Class
io.keikai.model.SChart.ChartType
Packages that use SChart.ChartType
Package
Description
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
-
Uses of SChart.ChartType in io.keikai.api.model
Methods in io.keikai.api.model with parameters of type SChart.ChartTypeModifier and TypeMethodDescriptionSheet.addChart(String name, SChart.ChartType type, ViewAnchor anchor) Add a chart with name, type and anchor -
Uses of SChart.ChartType in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SChart.ChartTypeMethods in io.keikai.api.model.impl with parameters of type SChart.ChartTypeModifier and TypeMethodDescriptionSheetImpl.addChart(String name, SChart.ChartType type, ViewAnchor anchor) -
Uses of SChart.ChartType in io.keikai.model
Methods in io.keikai.model that return SChart.ChartTypeModifier and TypeMethodDescriptionSChart.getType()static SChart.ChartTypeReturns the enum constant of this class with the specified name.static SChart.ChartType[]SChart.ChartType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.model with parameters of type SChart.ChartTypeModifier and TypeMethodDescriptionSSheet.addChart(SChart.ChartType type, ViewAnchor anchor) SSheet.addChart(String name, SChart.ChartType type, ViewAnchor anchor) Add a chart with name, type and anchor -
Uses of SChart.ChartType in io.keikai.model.chart
Methods in io.keikai.model.chart that return SChart.ChartType -
Uses of SChart.ChartType in io.keikai.model.impl
Methods in io.keikai.model.impl that return SChart.ChartTypeMethods in io.keikai.model.impl with parameters of type SChart.ChartTypeModifier and TypeMethodDescriptionabstract SChartDataAbstractChartAdv.createChartData(SChart.ChartType type) this method will return specified chart data with category and series valuesChartImpl.createChartData(SChart.ChartType type) Constructors in io.keikai.model.impl with parameters of type SChart.ChartTypeModifierConstructorDescriptionChartImpl(AbstractSheetAdv sheet, String id, SChart.ChartType type, ViewAnchor anchor) ChartImpl(AbstractSheetAdv sheet, String id, String name, SChart.ChartType type, ViewAnchor anchor) -
Uses of SChart.ChartType in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return SChart.ChartTypeModifier and TypeMethodDescriptionAreaChartDataImpl.getType()BarChartDataImpl.getType()BoxPlotChartDataImpl.getType()BubbleChartDataImpl.getType()DoughnutChartDataImpl.getType()FunnelChartDataImpl.getType()HistogramChartDataImpl.getType()LineChartDataImpl.getType()PieChartDataImpl.getType()ScatterChartDataImpl.getType()StockChartDataImpl.getType()SunburstChartDataImpl.getType()SurfaceChartDataImpl.getType()TreemapChartDataImpl.getType()WaterfallChartDataImpl.getType() -
Uses of SChart.ChartType in io.keikai.range
Methods in io.keikai.range with parameters of type SChart.ChartTypeModifier and TypeMethodDescriptionSRange.addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) Add a chart into the sheet of this RangeSRange.addChart(String name, 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.ChartType in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SChart.ChartTypeModifier and TypeMethodDescriptionRangeImpl.addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) RangeImpl.addChart(String name, ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD)