Uses of Class
adams.flow.core.AbstractDisplay
-
Packages that use AbstractDisplay Package Description adams.flow.control adams.flow.core.displaytype adams.flow.sink adams.flow.standalone adams.gui.flow.tab adams.gui.flow.tabhandler -
-
Uses of AbstractDisplay in adams.flow.control
Subclasses of AbstractDisplay in adams.flow.control Modifier and Type Class Description classMissionControlDisplays a control panel for pausing/resuming/stopping the flow.
Useful when executing flows from command-line with the flow runner, offering a minimal control interface. -
Uses of AbstractDisplay in adams.flow.core.displaytype
Methods in adams.flow.core.displaytype with parameters of type AbstractDisplay Modifier and Type Method Description abstract voidAbstractDisplayType. cleanUpGUI(AbstractDisplay actor)Cleans up the GUI.voidBackground. cleanUpGUI(AbstractDisplay actor)Cleans up the GUI.voidDefault. cleanUpGUI(AbstractDisplay actor)Cleans up the GUI.voidDisplayInEditor. cleanUpGUI(AbstractDisplay actor)Cleans up the GUI.voidNoDisplay. cleanUpGUI(AbstractDisplay actor)Cleans up the GUI.abstract voidAbstractDisplayType. init(AbstractDisplay actor)Initializes the use of the display.voidBackground. init(AbstractDisplay actor)Initializes the use of the display.voidDefault. init(AbstractDisplay actor)Initializes the use of the display.voidDisplayInEditor. init(AbstractDisplay actor)Initializes the use of the display.voidNoDisplay. init(AbstractDisplay actor)Initializes the use of the display.abstract voidAbstractDisplayType. show(AbstractDisplay actor)Shows the display.voidBackground. show(AbstractDisplay actor)Shows the display.voidDefault. show(AbstractDisplay actor)Shows the display.voidDisplayInEditor. show(AbstractDisplay actor)Shows the display.voidNoDisplay. show(AbstractDisplay actor)Shows the display.abstract voidAbstractDisplayType. updateOptions(AbstractDisplay actor)Updates the options of the display actor, if necessary.voidBackground. updateOptions(AbstractDisplay actor)Updates the options of the display actor, if necessary.voidDefault. updateOptions(AbstractDisplay actor)Updates the options of the display actor, if necessary.voidDisplayInEditor. updateOptions(AbstractDisplay actor)Updates the options of the display actor, if necessary.voidNoDisplay. updateOptions(AbstractDisplay actor)Updates the options of the display actor, if necessary.abstract voidAbstractDisplayType. wrapUp(AbstractDisplay actor)Performs wrap up operations.voidBackground. wrapUp(AbstractDisplay actor)Performs wrap up operations.voidDefault. wrapUp(AbstractDisplay actor)Performs wrap up operations.voidDisplayInEditor. wrapUp(AbstractDisplay actor)Performs wrap up operations.voidNoDisplay. wrapUp(AbstractDisplay actor)Performs wrap up operations. -
Uses of AbstractDisplay in adams.flow.sink
Subclasses of AbstractDisplay in adams.flow.sink Modifier and Type Class Description classAbstractDisplayAncestor for actors that display stuff.classAbstractGraphicalDisplayAncestor for actors that display stuff.classAbstractTextualDisplayAncestor for actors that display textual stuff.classActualVsPredictedPlotPlots actual vs predicted columns obtained from a spreadsheet.classArrayDisplayDisplays the array elements in a single panel.classBoxPlot* Actor for displaying box plots.
*
* For more information, see:
* http://en.wikipedia.org/wiki/Box_plot *
Valid options are:classCanvasGeneral purpose drawing canvas.classContainerDisplayActor for displaying a spreadsheet.classControlChartPlotActor for generating control chart plots.
The plot needs to be initialized with a class adams.flow.container.ControlChartContainer.classDisplayActor that outputs any object that arrives at its input port via the 'toString()' method.classDisplayPanelGridSink that places a panel in the grid for each each arriving token.
Uses the user-defined panel provider for creating the panels.classDisplayPanelManagerActor that displays a 'history' of panels created by the selected panel provider.classDOMDisplayDisplays a DOM node object as tree structure.classEmailViewerActor for displaying an email object.classFilePreviewActor for previewing file contents.classFlowDisplayDisplays an actor or flow.classFourInOneDisplayActor for displaying a four-in-one plot.classHistogramGenerates a histogram based on the incoming data.classHistoryDisplayActor that outputs any object that arrives at its input port via the 'toString()' method in a separate 'history' entry.classHtml4DisplayViewer for HTML 4.classImageHistogramDisplays a histogram of a gray image or histograms per channel for color image.classImageSegmentationViewerDisplays image segmentation containers.classImageViewerActor for displaying an image.classJFreeChartPlotGenerates and displays a plot using JFreeChart.Dataset generation is skipped if the incoming data already represents a JFreeChart dataset.classJsonDisplayDisplays a JSON object as tree structure.classLogViewerActor that displays LogEntry objects, but doesn't store them in the database.classMatrixPlotActor for displaying a matrix of scatter plots
Valid options are:classObjectPreviewActor for previewing file contents.classObjectViewerAllows to inspect any object using ADAMS' inspection capabilities.classPDFViewerActor for displaying PDF files.classProbabilityPlotDisplayActor for displaying a probability plot
Valid options are:classProgressBarDisplays a progress bar.classPropertiesDisplayDisplays a Properties object as table.classReportDisplayDisplays reports.classScatterDisplayActor for displaying a scatter plot of one attribute vs another.classSequencePlotterActor that plots sequences over time.
See also:
adams.flow.sink.SimplePlot
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
classSideBySideDiffActor for displaying a side-by-side diff.classSimplePlotActor for generating simple plots.
See also:
adams.flow.sink.SequencePlotter
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
classSpreadSheetDisplayActor for displaying a spreadsheet.
Custom background for negative/positive values can be specified as well.classSpreadSheetRowViewerActor for displaying spreadsheet rows in a graphical way, like the 'Spreadsheet Explorer' tool.classStringTreeGenerates a tree from the strings arriving at the input, splitting them into parts using the specified separator.classTimeseriesDisplayActor that displays timeseries.classWekaAttributeSummaryDisplays an attribute summary.classWekaClassifierErrorsActor for displaying classifier errors.classWekaCostBenefitAnalysisActor for displaying a cost benefit analysis dialog.classWekaCostCurveActor for displaying a cost curve.classWekaGraphVisualizerDisplays BayesNet graphs in XML or BIF notation
Either displays the contents of a file or an object that implements weka.core.Drawable and generates a BayesNet graph.classWekaInstancesDisplayActor for displaying a weka.core.Instances object in table format.classWekaInstancesPlotActor for plotting one attribute vs another.classWekaInstanceViewerActor for displaying adams.data.instance.Instance objects in a graphical way (using the internal format), like the 'Instance Explorer' tool.classWekaMarginCurveActor for displaying margin errors.classWekaThresholdCurveActor for displaying threshold curves, like ROC or precision/recall.classWekaTreeVisualizerDisplays trees in dot notation.classXChartPlotGenerates and displays a plot using XChart.Dataset generation is skipped if the incoming data already represents a XChart dataset.classZScoreDisplayActor for displaying a z score plot
Valid options are: -
Uses of AbstractDisplay in adams.flow.standalone
Subclasses of AbstractDisplay in adams.flow.standalone Modifier and Type Class Description classAbstractMultiViewAncestor for graphical actors that display multiple views.static classAbstractMultiView.ViewWrapperA wrapper for the actual actors.classConsoleWindowDisplays the messages that are output in the system's 'Console window'.classGridViewDisplays multiple graphical actors in a grid.classStopwatchStops the execution time of the flow, till either the user stops the flow or the flow finishes by itself
Valid options are:classTabViewDisplays multiple graphical actors in a tabbed pane.Fields in adams.flow.standalone declared as AbstractDisplay Modifier and Type Field Description protected AbstractDisplayAbstractMultiView.ViewWrapper. m_Wrappedthe actor to wrap. -
Uses of AbstractDisplay in adams.gui.flow.tab
Methods in adams.gui.flow.tab that return types with arguments of type AbstractDisplay Modifier and Type Method Description protected Map<String,List<AbstractDisplay>>RegisteredDisplaysTab. groupByTitle(Map<Class,HashMap<String,AbstractDisplay>> displays)Groups the registered displays by title.Method parameters in adams.gui.flow.tab with type arguments of type AbstractDisplay Modifier and Type Method Description protected Map<String,List<AbstractDisplay>>RegisteredDisplaysTab. groupByTitle(Map<Class,HashMap<String,AbstractDisplay>> displays)Groups the registered displays by title. -
Uses of AbstractDisplay in adams.gui.flow.tabhandler
Fields in adams.gui.flow.tabhandler with type parameters of type AbstractDisplay Modifier and Type Field Description protected Map<Class,HashMap<String,AbstractDisplay>>RegisteredDisplaysHandler. m_Displaysthe registered panels: class of panel - (name of panel - AbstractDisplay instance).Methods in adams.gui.flow.tabhandler that return AbstractDisplay Modifier and Type Method Description AbstractDisplayRegisteredDisplaysHandler. deregister(Class cls, String name)Deregisters a display.AbstractDisplayRegisteredDisplaysHandler. register(Class cls, String name, AbstractDisplay panel)Registers a display.Methods in adams.gui.flow.tabhandler that return types with arguments of type AbstractDisplay Modifier and Type Method Description Map<Class,HashMap<String,AbstractDisplay>>RegisteredDisplaysHandler. getDisplays()Returns all currently registered displays.Methods in adams.gui.flow.tabhandler with parameters of type AbstractDisplay Modifier and Type Method Description AbstractDisplayRegisteredDisplaysHandler. register(Class cls, String name, AbstractDisplay panel)Registers a display.
-