Uses of Enum Class
io.keikai.model.SChart.ChartType
Packages that use SChart.ChartType
Package
Description
-
Uses of SChart.ChartType in io.keikai.importer
Methods in io.keikai.importer that return SChart.ChartTypeModifier and TypeMethodDescriptionprotected SChart.ChartTypeXlsxImporter.toChartType(io.keikai.importer.ChartType chartType) -
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 TypeMethodDescriptionSheetImpl.addChart(SChart.ChartType type, ViewAnchor anchor) SheetImpl.addChart(String name, SChart.ChartType type, ViewAnchor anchor) abstract 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.ChartType -
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) -
Uses of SChart.ChartType in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return SChart.ChartTypeModifier and TypeMethodDescriptionprotected SChart.ChartTypeExcelXlsImporter.convertChartType(org.apache.poi.hssf.usermodel.HSSFChart hssfChart) refer to 2.2.3.7 Chart Group