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

io.fair_acc.sample.chart.legacy.utils.ChartTestCase Maven / Gradle / Ivy

Go to download

Small sample applications to showcase the features of the chart-fx library.

The newest version!
package io.fair_acc.sample.chart.legacy.utils;

import javafx.scene.Node;

public interface ChartTestCase {
    Node getChart(final int nSamples);

    void setNumberOfSamples(final int nSamples);

    void updateDataSet();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy