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_Zooms
contains the zooms.Methods in adams.gui.visualization.core.axis that return Zoom Modifier and Type Method Description Zoom
Zoom. getClone()
Returns a copy of itself.Zoom
ZoomHandler. peek()
Peeks the topmost zoom.Zoom
ZoomHandler. pop()
Pops the topmost zoom.Methods in adams.gui.visualization.core.axis with parameters of type Zoom Modifier and Type Method Description void
ZoomHandler. push(Zoom zoom)
Adds the zoom to its internal list and updates the axis.
-