Class TableBackedPartitionedTableHandle

java.lang.Object
io.deephaven.plot.util.tables.PartitionedTableHandle
io.deephaven.plot.util.tables.TableBackedPartitionedTableHandle
All Implemented Interfaces:
PlotExceptionCause, Serializable

public class TableBackedPartitionedTableHandle extends PartitionedTableHandle
PartitionedTableHandle with an underlying table. The purpose of this class is to allow consolidation between constructed PartitionedTables in FigureWidget.
See Also: