Class DistinctHeatMap.Descriptor
java.lang.Object
io.deephaven.multiviewwidget.ui.pivot.heatmap.DistinctHeatMap.Descriptor
- All Implemented Interfaces:
Inflatable<DistinctHeatMap>,Serializable
- Enclosing class:
- DistinctHeatMap
public static class DistinctHeatMap.Descriptor
extends Object
implements Inflatable<DistinctHeatMap>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninflate(QueryProcessorConnection queryProcessorConnection) Convert the inflatable into a local representation of the object.
-
Constructor Details
-
Descriptor
-
-
Method Details
-
inflate
Description copied from interface:InflatableConvert the inflatable into a local representation of the object. For example, Inflatable<Table> objects are converted into Table proxies.- Specified by:
inflatein interfaceInflatable<DistinctHeatMap>- Parameters:
queryProcessorConnection- the queryProcessorConnection over which we received the Inflatable- Returns:
- a local representation of the object
-