Uses of Interface
adams.gui.event.PlotPanelZoomListener
-
-
Uses of PlotPanelZoomListener in adams.gui.visualization.container
Classes in adams.gui.visualization.container that implement PlotPanelZoomListener Modifier and Type Class Description classAbstractDataContainerZoomOverviewPanel<P extends DataContainerPanel,C extends Paintlet,Z extends AbstractDataContainerZoomOverviewPaintlet,T extends DataContainer,M extends AbstractContainerManager>Panel that shows the zoom in the data container panel as overlay. -
Uses of PlotPanelZoomListener in adams.gui.visualization.core
Methods in adams.gui.visualization.core with parameters of type PlotPanelZoomListener Modifier and Type Method Description voidPlotPanel. addZoomListener(PlotPanelZoomListener l)Adds the given listener to the internal list of zoom listeners.voidPlotPanel. removeZoomListener(PlotPanelZoomListener l)Removes the given listener from the internal list of zoom listeners. -
Uses of PlotPanelZoomListener in adams.gui.visualization.core.plot
Fields in adams.gui.visualization.core.plot with type parameters of type PlotPanelZoomListener Modifier and Type Field Description protected HashSet<PlotPanelZoomListener>ContentPanel. m_ZoomListenersthe zoom listeners.Methods in adams.gui.visualization.core.plot with parameters of type PlotPanelZoomListener Modifier and Type Method Description voidContentPanel. addZoomListener(PlotPanelZoomListener l)Adds the given listener to the internal list of zoom listeners.voidContentPanel. removeZoomListener(PlotPanelZoomListener l)Removes the given listener from the internal list of zoom listeners. -
Uses of PlotPanelZoomListener in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement PlotPanelZoomListener Modifier and Type Class Description classInstanceZoomOverviewPanelPanel that shows the zoom in the TIC panel as overlay. -
Uses of PlotPanelZoomListener in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement PlotPanelZoomListener Modifier and Type Class Description classSpreadSheetRowZoomOverviewPanelPanel that shows the zoom in the TIC panel as overlay. -
Uses of PlotPanelZoomListener in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement PlotPanelZoomListener Modifier and Type Class Description classTimeseriesZoomOverviewPanelPanel that shows the zoom in the timeseries panel as overlay.
-