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 booleanSimplePlotUpdater. 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 TimeseriesPanelTimeseriesCommandProcessor. 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 TimeseriesPanelTimeseriesRenderer. m_LastPanelthe 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 TimeseriesPanelTimeseriesContainerManager. m_Ownerthe owning panel.protected TimeseriesPanelTimeseriesPointHitDetector. m_Ownerthe owner of this detector.protected TimeseriesPanelTimeseriesExplorer. m_PanelTimeseriesthe panel for displaying.Methods in adams.gui.visualization.timeseries that return TimeseriesPanel Modifier and Type Method Description protected TimeseriesPanelTimeseriesZoomOverviewPaintlet. getContainerPanel()Returns the panel to obtain plot and containers from.TimeseriesPanelTimeseriesContainerManager. getOwner()Returns the owning panel.TimeseriesPanelTimeseriesPointHitDetector. getOwner()Returns the owner.TimeseriesPanelAbstractTimeseriesPaintlet. getTimeseriesPanel()Returns the timeseries panel currently in use.TimeseriesPanelTimeseriesExplorer. 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.
-