public class ChartActionSetToolTipType extends AChart2DAction
m_chart| Constructor | Description |
|---|---|
ChartActionSetToolTipType(Chart2D chart,
java.lang.String description,
IToolTipType toolTipType) |
Create an
Action that sets the constructor given
to the chart. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
|
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
public ChartActionSetToolTipType(Chart2D chart, java.lang.String description, IToolTipType toolTipType)
Action that sets the constructor given
IToolTipType to the chart.
chart - the owner of the axis to trigger actions upon.toolTipType - the tool tip type to use.description - the descriptive String that will be displayed by
AbstractButton subclasses that get this
Action assigned (
AbstractButton.setAction(javax.swing.Action)).Chart2D.setToolTipType(IToolTipType)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.