Interface ChartExportHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Export handler for charts.
Core does not present file choosers; applications provide an export handler to integrate their own UI or file selection workflow.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexport(ArberChartPanel panel, String format) Executes an export operation for the given chart.
-
Method Details
-
export
Executes an export operation for the given chart.- Parameters:
panel- chart panel to exportformat- export format identifier (e.g., "png", "svg", "pdf")
-