Uses of Class
io.keikai.model.SChart.ChartType
-
Packages that use SChart.ChartType Package Description io.keikai.importer io.keikai.model io.keikai.model.chart io.keikai.model.impl io.keikai.model.impl.chart io.keikai.range io.keikai.range.impl io.keikai.range.impl.imexp -
-
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(java.lang.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)SChartSSheet. addChart(java.lang.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 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)SChartSheetImpl. addChart(java.lang.String name, 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, java.lang.String id, SChart.ChartType type, ViewAnchor anchor)ChartImpl(AbstractSheetAdv sheet, java.lang.String id, java.lang.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 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 RangeSChartSRange. addChart(java.lang.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.ChartType Modifier and Type Method Description SChartRangeImpl. addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD)SChartRangeImpl. addChart(java.lang.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.ChartType Modifier and Type Method Description protected SChart.ChartTypeExcelXlsImporter. convertChartType(org.apache.poi.hssf.usermodel.HSSFChart hssfChart)refer to 2.2.3.7 Chart Group
-