Package mgui.interfaces.plots
Interface XYPlot<T extends MguiNumber>
- All Superinterfaces:
DataSourceListener
public interface XYPlot<T extends MguiNumber> extends DataSourceListener
Interface for an XY plot
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Method Summary
Modifier and Type Method Description void
setDataSource(PlotXYDataSource<T> source)
Set an XY data source for this plot.Methods inherited from interface mgui.interfaces.io.DataSourceListener
dataSourceEmission, dataSourceReset
-
Method Details
-
setDataSource
Set an XY data source for this plot.- Parameters:
source
-
-