info.monitorenter.gui.chart.events
Class ZoomableChartZoomOutAction
java.lang.Object
javax.swing.AbstractAction
info.monitorenter.gui.chart.events.AZoomableChartAction
info.monitorenter.gui.chart.events.ZoomableChartZoomOutAction
- All Implemented Interfaces:
- ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
public final class ZoomableChartZoomOutAction
- extends AZoomableChartAction
Action
for zooming a ZoomableChart
to the original size (zoom out).
- Version:
- $Revision: 1.2 $
- Author:
- Vasilis Pappas
- See Also:
- Serialized Form
ZoomableChartZoomOutAction
public ZoomableChartZoomOutAction(ZoomableChart chart,
String description)
- Create an
Action
that zooms out a zoomable chart.
- Parameters:
chart
- the target the action will work on.description
- the description of this action to show in the UI.
actionPerformed
public void actionPerformed(ActionEvent e)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- See Also:
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)
Copyright © 2001 - 2007 LGPL, All Rights Footloose.