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.ChartType
EnumUtil. 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.ChartType
XlsxImporter. 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.ChartType
SChart. getType()
static SChart.ChartType
SChart.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 SChart
SSheet. 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.ChartType
SGeneralChartData. 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.ChartType
ChartImpl. getType()
Methods in io.keikai.model.impl with parameters of type SChart.ChartType Modifier and Type Method Description SChart
SheetImpl. addChart(SChart.ChartType type, ViewAnchor anchor)
abstract SChartData
AbstractChartAdv. createChartData(SChart.ChartType type)
this method will return specified chart data with category and series valuesSChartData
ChartImpl. 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.ChartType
AreaChartDataImpl. getType()
SChart.ChartType
BarChartDataImpl. getType()
SChart.ChartType
BubbleChartDataImpl. getType()
SChart.ChartType
DoughnutChartDataImpl. getType()
SChart.ChartType
LineChartDataImpl. getType()
SChart.ChartType
PieChartDataImpl. getType()
SChart.ChartType
ScatterChartDataImpl. 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 SChart
SRange. 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 SChart
RangeImpl. 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.ChartType
ExcelXlsImporter. convertChartType(HSSFChart hssfChart)
refer to 2.2.3.7 Chart Group
-