Documentation of 'jas2.hist.XYDataSource' Java class
XYDataSource
jas2.hist

Interface XYDataSource

  • All Superinterfaces:
    DataSource
    All Known Implementing Classes:
    RefP1D, XYTestData


    public interface XYDataSource
    extends DataSource
    A Data Source for XY plots. Note this interface is suitable for use with up to several hundred points. For more points use ScatterPlotSource instead.
    See Also:
    ScatterPlotSource
    • Method Detail

      • getNPoints

        int getNPoints()
      • getX

        double getX(int index)
      • getY

        double getY(int index)
      • getPlusError

        double getPlusError(int index)
      • getMinusError

        double getMinusError(int index)
      • getAxisType

        int getAxisType()
        Returns one of DOUBLE or DATE

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.