class |
AbstractTextAndComponentDisplayPanel |
Ancestor for panels that can be created from tokens and supply the
underlying component or text.
|
class |
AbstractTextDisplayPanel |
Ancestor for panels that can be created from tokens and supply the
underlying text.
|
class |
AbstractTextualDisplay |
Ancestor for actors that display textual stuff.
|
class |
ContainerDisplay |
Actor for displaying a spreadsheet.
|
class |
Display |
Actor that outputs any object that arrives at its input port via the 'toString()' method.
|
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 |
FlowDisplay |
Displays an actor or flow.
|
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 |
JsonDisplay |
Displays a JSON object as tree structure.
|
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 |
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.
|
static class |
SpreadSheetDisplay.SpreadSheetDisplayPanel |
|
class |
SpreadSheetRowViewer |
Actor for displaying spreadsheet rows in a graphical way, like the 'Spreadsheet Explorer' tool.
|
class |
WekaInstancesDisplay |
Actor for displaying a weka.core.Instances object in table format.
|
class |
WekaInstanceViewer |
Actor for displaying adams.data.instance.Instance objects in a graphical way (using the internal format), like the 'Instance Explorer' tool.
|