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.

@FunctionalInterface public interface ChartExportHandler
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 Type
    Method
    Description
    void
    export(ArberChartPanel panel, String format)
    Executes an export operation for the given chart.
  • Method Details

    • export

      void export(ArberChartPanel panel, String format)
      Executes an export operation for the given chart.
      Parameters:
      panel - chart panel to export
      format - export format identifier (e.g., "png", "svg", "pdf")