Package ptolemy.actor.gui
Class PlotTableauFrame.ExportImageAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- ptolemy.actor.gui.PlotTableauFrame.ExportImageAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- PlotTableauFrame
public class PlotTableauFrame.ExportImageAction extends javax.swing.AbstractAction
Export an image of a plot.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExportImageAction(java.lang.String formatName)
Create a new action to export an image.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
Export an image.-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-