Class PlottingHelper
java.lang.Object
com.illumon.iris.console.events.plot.PlottingHelper
public class PlottingHelper extends Object
Helper class to do remote plotting and to show the view when done.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PlottingHelper.PlottingHelperException
-
Constructor Summary
Constructors Constructor Description PlottingHelper()
-
Method Summary
Modifier and Type Method Description static FigureWidget
createFigureWidget(Table table, PlotDirective plotDirective)
Creates a Figure Widget (Plot) from a table and a plot directive.
-
Constructor Details
-
PlottingHelper
public PlottingHelper()
-
-
Method Details
-
createFigureWidget
public static FigureWidget createFigureWidget(Table table, PlotDirective plotDirective) throws IOExceptionCreates a Figure Widget (Plot) from a table and a plot directive.- Parameters:
table
- the table to use for the plotplotDirective
- the directive describing the plot- Returns:
- the Figure Widget for the Plot
- Throws:
IOException
- if there is an issue with the remote connection
-