All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anotheria.moskito.webui.util.offlinecharts.OfflineChartGenerator Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package net.anotheria.moskito.webui.util.offlinecharts;

/**
 * OfflineChartGenerator is used to generate offline charts that can be sent via mail or used in multiple ways.
 */
public interface OfflineChartGenerator {
    /**
     * This method generates an accumulator chart consisting of multiple lines. Returns the binary data of the accumulator chart.
     * @param chart chart to generate.
     * @return
     * @throws OfflineChartGeneratorException
     */
    byte[] generateAccumulatorChart(OfflineChart chart) throws OfflineChartGeneratorException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy