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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Descriptor(ExportedObjectClient client, FigureImpl figure) -
Method Summary
Modifier and Type Method Description List<Set<Integer>>getDeflatedIds()List<Inflatable<Table>>getDeflatedNonPreemptiveTables()List<Boolean>getDeflatedSubscribeToPreemptiveUpdates()List<Set<Integer>>getDeflatedTableMapIds()List<Inflatable<TableMap>>getDeflatedTableMaps()List<Inflatable<Table>>getDeflatedTables()FigureImplgetFigure()PlotInfogetPlotInfo()FigureWidgetinflate(QueryProcessorConnection queryProcessorConnection)Convert the inflatable into a local representation of the object.
-
Constructor Details
-
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<FigureWidget>- Parameters:
queryProcessorConnection- the queryProcessorConnection over which we received the Inflatable- Returns:
- a local representation of the object
-
getPlotInfo
- Specified by:
getPlotInfoin interfacePlotExceptionCause
-
getFigure
-
getDeflatedTables
-
getDeflatedNonPreemptiveTables
-
getDeflatedTableMaps
-
getDeflatedIds
-
getDeflatedTableMapIds
-
getDeflatedSubscribeToPreemptiveUpdates
-