Class AxisActionSetFormatter

All Implemented Interfaces:
ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action

public class AxisActionSetFormatter extends AAxisAction
Action that invokes AAxis.setFormatter(info.monitorenter.gui.chart.IAxisLabelFormatter) on a constructor given AAxis.

Caution

This implementation only works if assigned to a AbstractButton: It assumes that the source instance given to actionPerformed(ActionEvent) within the action event is of that type as the state information (turn grid visible or turn grid invisible) is needed.

Version:
$Revision: 1.3 $
Author:
Achim Westermann
See Also: