Class LiveIndexableData<T>

java.lang.Object
io.deephaven.plot.datasets.data.IndexableData<T>
io.deephaven.plot.datasets.data.LiveIndexableData<T>
Type Parameters:
T - class of the values
All Implemented Interfaces:
PlotExceptionCause, Serializable
Direct Known Subclasses:
IndexableDataSwappableTable, IndexableDataTable

public abstract class LiveIndexableData<T> extends IndexableData<T>
An IndexableData backed by a table.
See Also:
  • Constructor Details

    • LiveIndexableData

      public LiveIndexableData(PlotInfo plotInfo)
      Parameters:
      plotInfo - plot information