Uses of Class
io.keikai.model.SChart.ChartType
-
Packages that use SChart.ChartType 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.chart 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.ChartType in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SChart.ChartType Modifier and Type Method Description static SChart.ChartTypeEnumUtil. toChartType(Chart.Type type) -
Uses of SChart.ChartType in io.keikai.importer
Methods in io.keikai.importer that return SChart.ChartType Modifier and Type Method Description protected SChart.ChartTypeXlsxImporter. toChartType(io.keikai.importer.ChartType chartType) -
Uses of SChart.ChartType in io.keikai.model
Methods in io.keikai.model that return SChart.ChartType Modifier and Type Method Description SChart.ChartTypeSChart. getType()static SChart.ChartTypeSChart.ChartType. valueOf(String name)Returns the enum constant of this type with the specified name.static SChart.ChartType[]SChart.ChartType. 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.ChartType Modifier and Type Method Description SChartSSheet. addChart(SChart.ChartType type, ViewAnchor anchor) -
Uses of SChart.ChartType in io.keikai.model.chart
Methods in io.keikai.model.chart that return SChart.ChartType Modifier and Type Method Description SChart.ChartTypeSGeneralChartData. getType() -
Uses of SChart.ChartType in io.keikai.model.impl
Methods in io.keikai.model.impl that return SChart.ChartType Modifier and Type Method Description SChart.ChartTypeChartImpl. getType()Methods in io.keikai.model.impl with parameters of type SChart.ChartType Modifier and Type Method Description SChartSheetImpl. addChart(SChart.ChartType type, ViewAnchor anchor)abstract SChartDataAbstractChartAdv. createChartData(SChart.ChartType type)this method will return specified chart data with category and series valuesSChartDataChartImpl. createChartData(SChart.ChartType type)Constructors in io.keikai.model.impl with parameters of type SChart.ChartType Constructor Description ChartImpl(AbstractSheetAdv sheet, String id, 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.ChartType Modifier and Type Method Description SChart.ChartTypeAreaChartDataImpl. getType()SChart.ChartTypeBarChartDataImpl. getType()SChart.ChartTypeBubbleChartDataImpl. getType()SChart.ChartTypeDoughnutChartDataImpl. getType()SChart.ChartTypeLineChartDataImpl. getType()SChart.ChartTypePieChartDataImpl. getType()SChart.ChartTypeScatterChartDataImpl. getType() -
Uses of SChart.ChartType in io.keikai.range
Methods in io.keikai.range with parameters of type SChart.ChartType Modifier and Type Method Description SChartSRange. 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.ChartType in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SChart.ChartType Modifier and Type Method Description SChartRangeImpl. addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) -
Uses of SChart.ChartType in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return SChart.ChartType Modifier and Type Method Description protected SChart.ChartTypeExcelXlsImporter. convertChartType(HSSFChart hssfChart)refer to 2.2.3.7 Chart Group
-