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 Details

    • setDataSource

      void setDataSource​(PlotXYDataSource<T> source)
      Set an XY data source for this plot.
      Parameters:
      source -