Package com.illumon.iris.db.plot
Class FigureWidget.Descriptor
java.lang.Object
com.illumon.iris.db.plot.FigureWidget.Descriptor
- All Implemented Interfaces:
PlotExceptionCause
,Inflatable<FigureWidget>
,Serializable
- Enclosing class:
- FigureWidget
public static class FigureWidget.Descriptor
extends Object
implements Inflatable<FigureWidget>, PlotExceptionCause
- 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:Inflatable
Convert the inflatable into a local representation of the object. For example, Inflatable<Table> objects are converted into Table proxies.- Specified by:
inflate
in interfaceInflatable<FigureWidget>
- Parameters:
queryProcessorConnection
- the queryProcessorConnection over which we received the Inflatable- Returns:
- a local representation of the object
-
getPlotInfo
- Specified by:
getPlotInfo
in interfacePlotExceptionCause
-
getFigure
-
getDeflatedTables
-
getDeflatedNonPreemptiveTables
-
getDeflatedTableMaps
-
getDeflatedIds
-
getDeflatedTableMapIds
-
getDeflatedSubscribeToPreemptiveUpdates
-