Uses of Interface
io.keikai.api.model.Chart
Packages that use Chart
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
-
Uses of Chart in io.keikai.api
Methods in io.keikai.api that return ChartModifier and TypeMethodDescriptionRange.addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Adds chart to sheetRange.addChart(String name, 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 locationstatic ChartSheetOperationUtil.addChart(String name, 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(String name, 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 ChartModifier and TypeMethodDescriptionvoidRange.deleteChart(Chart chart) Deletes chartstatic voidSheetOperationUtil.deleteChart(Range range, Chart chart) Delete a chart if the specified Range has the specified chart.static booleanReturns whether the range of sheet has the chart.voidRange.moveChart(SheetAnchor anchor, Chart chart) Moves chart to new locationstatic voidMove 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 ChartModifier and TypeMethodDescriptionRangeImpl.addChart(SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) RangeImpl.addChart(String name, SheetAnchor anchor, Chart.Type type, Chart.Grouping grouping, Chart.LegendPosition pos) Methods in io.keikai.api.impl with parameters of type ChartModifier and TypeMethodDescriptionvoidRangeImpl.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 ChartModifier and TypeMethodDescriptionSheet.addChart(String name, SChart.ChartType type, ViewAnchor anchor) Add a chart with name, type and anchorSheet.getChartByName(String name) Returns the first chart with specific nameMethods in io.keikai.api.model that return types with arguments of type Chart -
Uses of Chart in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement ChartMethods in io.keikai.api.model.impl that return ChartModifier and TypeMethodDescriptionSheetImpl.addChart(String name, SChart.ChartType type, ViewAnchor anchor) SheetImpl.getChartByName(String name) Methods in io.keikai.api.model.impl that return types with arguments of type Chart