Class IndexableDataSwappableTableDouble

All Implemented Interfaces:
PlotExceptionCause, Serializable

public class IndexableDataSwappableTableDouble extends IndexableDataSwappableTable<Double>
IndexableData dataset whose data is a column in a SwappableTable and whose indices are the row numbers of the column. Data values are converted to doubles.
See Also:
  • Constructor Details

    • IndexableDataSwappableTableDouble

      public IndexableDataSwappableTableDouble(SwappableTable swappableTable, String column, PlotInfo plotInfo)
      Creates an IndexableDataSwappableTable instance. The data is a column in the swappableTable. Indices are the row numbers of the column.
      Parameters:
      swappableTable - swappable table
      column - column of swappableTable holding the data values
      plotInfo - plot information
      Throws:
      RequirementFailure - swappableTable and column must not be null
      IllegalArgumentException - column must be a column in swappableTable
      RuntimeException - data in column must be numeric
  • Method Details