Package io.deephaven.plot.datasets.data
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
An
IndexableData
backed by a table.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class io.deephaven.plot.datasets.data.IndexableData
get, getPlotInfo, size
-
Constructor Details
-
LiveIndexableData
- Parameters:
plotInfo
- plot information
-