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 Chart
Range. addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos)
Adds chart to sheetstatic Chart
SheetOperationUtil. 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 Chart
SheetOperationUtil. 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 void
Range. deleteChart(Chart chart)
Deletes chartstatic void
SheetOperationUtil. deleteChart(Range range, Chart chart)
Delete a chart if the specified Range has the specified chart.static boolean
SheetOperationUtil. hasChart(Range range, Chart chart)
Returns whether the range of sheet has the chart.void
Range. moveChart(SheetAnchor anchor, Chart chart)
Moves chart to new locationstatic void
SheetOperationUtil. moveChart(Range range, Chart chart, int rowIndex, int columnIndex)
Move a chart to specified row and column.void
Range. updateChart(Chart chart)
Notify the component that a chart has change, e.g.void
Range. 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 Chart
RangeImpl. 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 void
RangeImpl. deleteChart(Chart chart)
void
RangeImpl. moveChart(SheetAnchor anchor, Chart chart)
void
RangeImpl. updateChart(Chart chart)
void
RangeImpl. 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 class
ChartImpl
Methods in io.keikai.api.model.impl that return types with arguments of type Chart Modifier and Type Method Description List<Chart>
SheetImpl. getCharts()
-