Uses of Interface
io.keikai.model.SChart
Packages that use SChart
Package
Description
-
Uses of SChart in io.keikai.importer
Methods in io.keikai.importer with parameters of type SChartModifier and TypeMethodDescriptionprotected voidXlsxImporter.importAxis(io.keikai.importer.ChartSpaceJson chartSpaceJson, SChart chart) -
Uses of SChart in io.keikai.model
Methods in io.keikai.model that return SChartModifier and TypeMethodDescriptionSSheet.addChart(SChart.ChartType type, ViewAnchor anchor) SSheet.addChart(String name, SChart.ChartType type, ViewAnchor anchor) Add a chart with name, type and anchorSSheet.getChart(int idx) SSheet.getChartByName(String name) Returns the first chart with specific nameMethods in io.keikai.model that return types with arguments of type SChartModifier and TypeMethodDescriptionSSheet.getCharts()SSheet.getChartsByName(String name) Returns the charts with specific nameMethods in io.keikai.model with parameters of type SChart -
Uses of SChart in io.keikai.model.chart
Methods in io.keikai.model.chart that return SChart -
Uses of SChart in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SChartMethods in io.keikai.model.impl that return SChartModifier and TypeMethodDescriptionSheetImpl.addChart(SChart.ChartType type, ViewAnchor anchor) SheetImpl.addChart(String name, SChart.ChartType type, ViewAnchor anchor) SheetImpl.getChart(int idx) SheetImpl.getChartByName(String name) Methods in io.keikai.model.impl that return types with arguments of type SChartMethods in io.keikai.model.impl with parameters of type SChartModifier and TypeMethodDescriptionprotected 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 SChartModifier and TypeMethodDescriptionGeneralChartDataImpl.getChart()UnsupportedChartDataImpl.getChart()Constructors in io.keikai.model.impl.chart with parameters of type SChart -
Uses of SChart in io.keikai.range
Methods in io.keikai.range that return SChartModifier 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 RangeMethods in io.keikai.range with parameters of type SChartModifier and TypeMethodDescriptionvoidSRange.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 SChartModifier 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) Methods in io.keikai.range.impl with parameters of type SChartModifier and TypeMethodDescriptionvoidRangeImpl.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 SChartModifier and TypeMethodDescriptionprotected 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.