Uses of Interface
io.keikai.api.model.Chart
-
Packages that use Chart Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use only -
-
Uses of Chart in io.keikai.api
Methods in io.keikai.api that return Chart Modifier and Type Method Description ChartRange. addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)Adds chart to sheetstatic ChartSheetOperationUtil. addChart(Range range, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)Adds a chart to specified sheet range in pre-defined position and size.static ChartSheetOperationUtil. addChart(Range range, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)Adds a chart at the specified locationMethods in io.keikai.api with parameters of type Chart Modifier and Type Method Description voidRange. deleteChart(Chart chart)Deletes chartstatic voidSheetOperationUtil. deleteChart(Range range, Chart chart)Delete a chart if the specified Range has the specified chart.static booleanSheetOperationUtil. hasChart(Range range, Chart chart)Returns whether the range of sheet has the chart.voidRange. moveChart(SheetAnchor anchor, Chart chart)Moves chart to new locationstatic voidSheetOperationUtil. moveChart(Range range, Chart chart, int rowIndex, int columnIndex)Move a chart to specified row and column.voidRange. updateChart(Chart chart)Notify the component that a chart has change, e.g.voidRange. updateChart(Chart chart, SheetAnchor.AnchorType anchorType)Notify the component that a chart has change, e.g. -
Uses of Chart in io.keikai.api.impl
Methods in io.keikai.api.impl that return Chart Modifier and Type Method Description ChartRangeImpl. addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)Methods in io.keikai.api.impl with parameters of type Chart Modifier and Type Method Description voidRangeImpl. deleteChart(Chart chart)voidRangeImpl. moveChart(SheetAnchor anchor, Chart chart)voidRangeImpl. updateChart(Chart chart)voidRangeImpl. updateChart(Chart chart, SheetAnchor.AnchorType anchorType) -
Uses of Chart in io.keikai.api.model
Methods in io.keikai.api.model that return types with arguments of type Chart Modifier and Type Method Description List<Chart>Sheet. getCharts() -
Uses of Chart in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement Chart Modifier and Type Class Description classChartImplMethods in io.keikai.api.model.impl that return types with arguments of type Chart Modifier and Type Method Description List<Chart>SheetImpl. getCharts()
-