public final class ZoomableChartZoomOutAction extends AZoomableChartAction
Action
for zooming a ZoomableChart
to the original size (zoom out).
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
m_chart
Constructor | Description |
---|---|
ZoomableChartZoomOutAction(ZoomableChart chart,
java.lang.String description) |
Create an
Action that zooms out a zoomable chart. |
Modifier and Type | Method | 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.