public final class ZoomableChartZoomOutAction extends AZoomableChartAction
Action for zooming a ZoomableChart
to the original size (zoom out).
m_chart| Constructor and Description |
|---|
ZoomableChartZoomOutAction(ZoomableChart chart,
java.lang.String description)
Create an
Action that zooms out a zoomable chart. |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
public ZoomableChartZoomOutAction(ZoomableChart chart, java.lang.String description)
Action that zooms out a zoomable chart.
chart - the target the action will work on.description - the description of this action to show in the UI.public void actionPerformed(java.awt.event.ActionEvent e)
ActionListener.actionPerformed(java.awt.event.ActionEvent)public void propertyChange(java.beans.PropertyChangeEvent evt)
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)Copyright © 2001 - 2010 LGPL, All Rights Footloose.