Uses of Class
adams.gui.event.PlotPanelZoomEvent
-
Packages that use PlotPanelZoomEvent Package Description adams.gui.event adams.gui.visualization.container -
-
Uses of PlotPanelZoomEvent in adams.gui.event
Methods in adams.gui.event with parameters of type PlotPanelZoomEvent Modifier and Type Method Description void
PlotPanelZoomListener. painted(PlotPanelZoomEvent e)
Invoked when aPlotPanel
got zoomed in/out. -
Uses of PlotPanelZoomEvent in adams.gui.visualization.container
Methods in adams.gui.visualization.container with parameters of type PlotPanelZoomEvent Modifier and Type Method Description void
AbstractDataContainerZoomOverviewPanel. painted(PlotPanelZoomEvent e)
Invoked when aPlotPanel
got zoomed in/out.
-