io.fair_acc.sample.chart.legacy.utils.ChartTestCase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of samples Show documentation
Show all versions of samples Show documentation
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();
}