Uses of Class
adams.gui.visualization.core.axis.Zoom
-
Packages that use Zoom Package Description adams.gui.visualization.core.axis -
-
Uses of Zoom in adams.gui.visualization.core.axis
Fields in adams.gui.visualization.core.axis with type parameters of type Zoom Modifier and Type Field Description protected Stack<Zoom>ZoomHandler. m_Zoomscontains the zooms.Methods in adams.gui.visualization.core.axis that return Zoom Modifier and Type Method Description ZoomZoom. getClone()Returns a copy of itself.ZoomZoomHandler. peek()Peeks the topmost zoom.ZoomZoomHandler. pop()Pops the topmost zoom.Methods in adams.gui.visualization.core.axis with parameters of type Zoom Modifier and Type Method Description voidZoomHandler. push(Zoom zoom)Adds the zoom to its internal list and updates the axis.
-