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.tabhandler -
-
Uses of AbstractDisplay in adams.flow.control
Subclasses of AbstractDisplay in adams.flow.control Modifier and Type Class Description class
MissionControl
Displays 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 void
AbstractDisplayType. cleanUpGUI(AbstractDisplay actor)
Cleans up the GUI.void
Background. cleanUpGUI(AbstractDisplay actor)
Cleans up the GUI.void
Default. cleanUpGUI(AbstractDisplay actor)
Cleans up the GUI.void
DisplayInEditor. cleanUpGUI(AbstractDisplay actor)
Cleans up the GUI.void
NoDisplay. cleanUpGUI(AbstractDisplay actor)
Cleans up the GUI.abstract void
AbstractDisplayType. init(AbstractDisplay actor)
Initializes the use of the display.void
Background. init(AbstractDisplay actor)
Initializes the use of the display.void
Default. init(AbstractDisplay actor)
Initializes the use of the display.void
DisplayInEditor. init(AbstractDisplay actor)
Initializes the use of the display.void
NoDisplay. init(AbstractDisplay actor)
Initializes the use of the display.abstract void
AbstractDisplayType. show(AbstractDisplay actor)
Shows the display.void
Background. show(AbstractDisplay actor)
Shows the display.void
Default. show(AbstractDisplay actor)
Shows the display.void
DisplayInEditor. show(AbstractDisplay actor)
Shows the display.void
NoDisplay. show(AbstractDisplay actor)
Shows the display.abstract void
AbstractDisplayType. updateOptions(AbstractDisplay actor)
Updates the options of the display actor, if necessary.void
Background. updateOptions(AbstractDisplay actor)
Updates the options of the display actor, if necessary.void
Default. updateOptions(AbstractDisplay actor)
Updates the options of the display actor, if necessary.void
DisplayInEditor. updateOptions(AbstractDisplay actor)
Updates the options of the display actor, if necessary.void
NoDisplay. updateOptions(AbstractDisplay actor)
Updates the options of the display actor, if necessary.abstract void
AbstractDisplayType. wrapUp(AbstractDisplay actor)
Performs wrap up operations.void
Background. wrapUp(AbstractDisplay actor)
Performs wrap up operations.void
Default. wrapUp(AbstractDisplay actor)
Performs wrap up operations.void
DisplayInEditor. wrapUp(AbstractDisplay actor)
Performs wrap up operations.void
NoDisplay. 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 class
AbstractDisplay
Ancestor for actors that display stuff.class
AbstractGraphicalDisplay
Ancestor for actors that display stuff.class
AbstractTextualDisplay
Ancestor for actors that display textual stuff.class
ActualVsPredictedPlot
Plots actual vs predicted columns obtained from a spreadsheet.class
ArrayDisplay
Displays the array elements in a single panel.class
BoxPlot
* Actor for displaying box plots.
*
* For more information, see:
* http://en.wikipedia.org/wiki/Box_plot *
Valid options are:class
Canvas
General purpose drawing canvas.class
ContainerDisplay
Actor for displaying a spreadsheet.class
ControlChartPlot
Actor for generating control chart plots.
The plot needs to be initialized with a class adams.flow.container.ControlChartContainer.class
Display
Actor that outputs any object that arrives at its input port via the 'toString()' method.class
DisplayPanelGrid
Sink that places a panel in the grid for each each arriving token.
Uses the user-defined panel provider for creating the panels.class
DisplayPanelManager
Actor that displays a 'history' of panels created by the selected panel provider.class
DOMDisplay
Displays a DOM node object as tree structure.class
EmailViewer
Actor for displaying an email object.class
FilePreview
Actor for previewing file contents.class
FlowDisplay
Displays an actor or flow.class
FourInOneDisplay
Actor for displaying a four-in-one plot.class
Histogram
Generates a histogram based on the incoming data.class
HistoryDisplay
Actor that outputs any object that arrives at its input port via the 'toString()' method in a separate 'history' entry.class
Html4Display
Viewer for HTML 4.class
ImageHistogram
Displays a histogram of a gray image or histograms per channel for color image.class
ImageSegmentationViewer
Displays image segmentation containers.class
ImageViewer
Actor for displaying an image.class
JFreeChartPlot
Generates and displays a plot using JFreeChart.class
JsonDisplay
Displays a JSON object as tree structure.class
LogViewer
Actor that displays LogEntry objects, but doesn't store them in the database.class
MatrixPlot
Actor for displaying a matrix of scatter plots
Valid options are:class
ObjectPreview
Actor for previewing file contents.class
ObjectViewer
Allows to inspect any object using ADAMS' inspection capabilities.class
PDFViewer
Actor for displaying PDF files.class
ProbabilityPlotDisplay
Actor for displaying a probability plot
Valid options are:class
ProgressBar
Displays a progress bar.class
PropertiesDisplay
Displays a Properties object as table.class
ReportDisplay
Displays reports.class
ScatterDisplay
Actor for displaying a scatter plot of one attribute vs another.class
SequencePlotter
Actor 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
class
SideBySideDiff
Actor for displaying a side-by-side diff.class
SimplePlot
Actor 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
class
SpreadSheetDisplay
Actor for displaying a spreadsheet.
Custom background for negative/positive values can be specified as well.class
SpreadSheetRowViewer
Actor for displaying spreadsheet rows in a graphical way, like the 'Spreadsheet Explorer' tool.class
StringTree
Generates a tree from the strings arriving at the input, splitting them into parts using the specified separator.class
TimeseriesDisplay
Actor that displays timeseries.class
WekaAttributeSummary
Displays an attribute summary.class
WekaClassifierErrors
Actor for displaying classifier errors.class
WekaCostBenefitAnalysis
Actor for displaying a cost benefit analysis dialog.class
WekaCostCurve
Actor for displaying a cost curve.class
WekaGraphVisualizer
Displays 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.class
WekaInstancesDisplay
Actor for displaying a weka.core.Instances object in table format.class
WekaInstancesPlot
Actor for plotting one attribute vs another.class
WekaInstanceViewer
Actor for displaying adams.data.instance.Instance objects in a graphical way (using the internal format), like the 'Instance Explorer' tool.class
WekaMarginCurve
Actor for displaying margin errors.class
WekaThresholdCurve
Actor for displaying threshold curves, like ROC or precision/recall.class
WekaTreeVisualizer
Displays trees in dot notation.class
ZScoreDisplay
Actor 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 class
AbstractMultiView
Ancestor for graphical actors that display multiple views.static class
AbstractMultiView.ViewWrapper
A wrapper for the actual actors.class
ConsoleWindow
Displays the messages that are output in the system's 'Console window'.class
GridView
Displays multiple graphical actors in a grid.class
Stopwatch
Stops the execution time of the flow, till either the user stops the flow or the flow finishes by itself
Valid options are:class
TabView
Displays multiple graphical actors in a tabbed pane.Fields in adams.flow.standalone declared as AbstractDisplay Modifier and Type Field Description protected AbstractDisplay
AbstractMultiView.ViewWrapper. m_Wrapped
the actor to wrap. -
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_Displays
the registered panels: class of panel - (name of panel - AbstractDisplay instance).Methods in adams.gui.flow.tabhandler that return AbstractDisplay Modifier and Type Method Description AbstractDisplay
RegisteredDisplaysHandler. deregister(Class cls, String name)
Deregisters a display.AbstractDisplay
RegisteredDisplaysHandler. 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 AbstractDisplay
RegisteredDisplaysHandler. register(Class cls, String name, AbstractDisplay panel)
Registers a display.
-