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:
- java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public final class ZoomableChartZoomOutAction extends AZoomableChartAction
Actionfor zooming ato the original size (zoom out).ZoomableChart- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ZoomableChartZoomOutAction(ZoomableChart chart, java.lang.String description)Create anActionthat zooms out a zoomable chart.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidactionPerformed(java.awt.event.ActionEvent e)voidpropertyChange(java.beans.PropertyChangeEvent evt)
-
-
-
Constructor Detail
-
ZoomableChartZoomOutAction
public ZoomableChartZoomOutAction(ZoomableChart chart, java.lang.String description)
Create anActionthat 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.
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- See Also:
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)
-
-
DMelt 3.0 © DataMelt by jWork.ORG