Uses of Interface
io.keikai.model.SChart
-
Packages that use SChart 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 in io.keikai.importer
Methods in io.keikai.importer with parameters of type SChart Modifier and Type Method Description protected voidXlsxImporter. importAxis(io.keikai.importer.ChartSpaceJson chartSpaceJson, SChart chart) -
Uses of SChart in io.keikai.model
Methods in io.keikai.model that return SChart 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 anchorSChartSSheet. getChart(int idx)SChartSSheet. getChart(java.lang.String chartid)SChartSSheet. getChartByName(java.lang.String name)Returns the first chart with specific nameMethods in io.keikai.model that return types with arguments of type SChart Modifier and Type Method Description java.util.List<SChart>SSheet. getCharts()java.util.List<SChart>SSheet. getChartsByName(java.lang.String name)Returns the charts with specific nameMethods in io.keikai.model with parameters of type SChart Modifier and Type Method Description voidSSheet. deleteChart(SChart chart) -
Uses of SChart in io.keikai.model.chart
Methods in io.keikai.model.chart that return SChart Modifier and Type Method Description SChartSChartData. getChart() -
Uses of SChart in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SChart Modifier and Type Class Description classAbstractChartAdvclassChartImplMethods in io.keikai.model.impl that return SChart Modifier and Type Method Description SChartSheetImpl. addChart(SChart.ChartType type, ViewAnchor anchor)SChartSheetImpl. addChart(java.lang.String name, SChart.ChartType type, ViewAnchor anchor)SChartSheetImpl. getChart(int idx)SChartSheetImpl. getChart(java.lang.String picid)SChartSheetImpl. getChartByName(java.lang.String name)Methods in io.keikai.model.impl that return types with arguments of type SChart Modifier and Type Method Description java.util.List<SChart>SheetImpl. getCharts()java.util.List<SChart>SheetImpl. getChartsByName(java.lang.String name)Methods in io.keikai.model.impl with parameters of type SChart Modifier and Type Method Description protected voidSheetImpl. checkOwnership(SChart chart)voidSheetImpl. deleteChart(SChart chart) -
Uses of SChart in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return SChart Modifier and Type Method Description SChartGeneralChartDataImpl. getChart()SChartUnsupportedChartDataImpl. getChart()Constructors in io.keikai.model.impl.chart with parameters of type SChart Constructor Description UnsupportedChartDataImpl(SChart chart) -
Uses of SChart in io.keikai.range
Methods in io.keikai.range that return SChart 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 RangeMethods in io.keikai.range with parameters of type SChart Modifier and Type Method Description voidSRange. deleteChart(SChart chart)Delete an existing chart from the sheet of this Range.voidSRange. moveChart(SChart chart, ViewAnchor anchor)Move the chart to the new anchor.voidSRange. updateChart(SChart chart)Notify the model that a chart contains change, for example, chart data changes. -
Uses of SChart in io.keikai.range.impl
Methods in io.keikai.range.impl that return SChart 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)Methods in io.keikai.range.impl with parameters of type SChart Modifier and Type Method Description voidRangeImpl. deleteChart(SChart chart)voidChartDataHelper. fillChartData(SChart chart)voidRangeImpl. moveChart(SChart chart, ViewAnchor anchor)voidRangeImpl. updateChart(SChart chart) -
Uses of SChart in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SChart Modifier and Type Method Description protected voidExcelXlsxExporter. fillPoiChartData(org.apache.poi.xssf.usermodel.XSSFSheet poiSheet, org.apache.poi.xssf.usermodel.XSSFChart poiChart, SChart chart, SChartData schartData, boolean isThreeD, boolean isCombo)protected voidExcelXlsImporter. importAxis(org.apache.poi.hssf.usermodel.HSSFChart hssfChart, SChart chart)protected voidExcelXlsxExporter. plotPoiChart(SChart chart, org.apache.poi.xssf.usermodel.XSSFChart poiChart)Create and plot a POI chart with its chart data.
-