Uses of Class
adams.gui.visualization.timeseries.TimeseriesPanel
-
Packages that use TimeseriesPanel Package Description adams.flow.sink.timeseriesdisplay adams.gui.scripting adams.gui.visualization.debug.objectrenderer adams.gui.visualization.timeseries -
-
Uses of TimeseriesPanel in adams.flow.sink.timeseriesdisplay
Methods in adams.flow.sink.timeseriesdisplay with parameters of type TimeseriesPanel Modifier and Type Method Description protected boolean
SimplePlotUpdater. canNotify(TimeseriesPanel panel, TimeseriesContainer cont)
Checks whether all conditions are met to notify the listeners for changes in the plot. -
Uses of TimeseriesPanel in adams.gui.scripting
Methods in adams.gui.scripting that return TimeseriesPanel Modifier and Type Method Description TimeseriesPanel
TimeseriesCommandProcessor. getTimeseriesPanel()
Returns the spectrum panel, if available. -
Uses of TimeseriesPanel in adams.gui.visualization.debug.objectrenderer
Fields in adams.gui.visualization.debug.objectrenderer declared as TimeseriesPanel Modifier and Type Field Description protected TimeseriesPanel
TimeseriesRenderer. m_LastPanel
the last setup. -
Uses of TimeseriesPanel in adams.gui.visualization.timeseries
Fields in adams.gui.visualization.timeseries declared as TimeseriesPanel Modifier and Type Field Description protected TimeseriesPanel
TimeseriesContainerManager. m_Owner
the owning panel.protected TimeseriesPanel
TimeseriesPointHitDetector. m_Owner
the owner of this detector.protected TimeseriesPanel
TimeseriesExplorer. m_PanelTimeseries
the panel for displaying.Methods in adams.gui.visualization.timeseries that return TimeseriesPanel Modifier and Type Method Description protected TimeseriesPanel
TimeseriesZoomOverviewPaintlet. getContainerPanel()
Returns the panel to obtain plot and containers from.TimeseriesPanel
TimeseriesContainerManager. getOwner()
Returns the owning panel.TimeseriesPanel
TimeseriesPointHitDetector. getOwner()
Returns the owner.TimeseriesPanel
AbstractTimeseriesPaintlet. getTimeseriesPanel()
Returns the timeseries panel currently in use.TimeseriesPanel
TimeseriesExplorer. getTimeseriesPanel()
Returns the panel for painting the timeseries.Constructors in adams.gui.visualization.timeseries with parameters of type TimeseriesPanel Constructor Description TimeseriesContainerManager(TimeseriesPanel owner, AbstractDatabaseConnection dbcon)
Initializes the manager.TimeseriesPointHitDetector(TimeseriesPanel owner)
Initializes the hit detector.
-