Class ScreenShotAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- gov.nasa.worldwindx.examples.util.ScreenShotAction
-
- All Implemented Interfaces:
RenderingListener,java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Direct Known Subclasses:
SARScreenShotAction
public class ScreenShotAction extends javax.swing.AbstractAction implements RenderingListener
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScreenShotAction(WorldWindow wwd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent event)voidstageChanged(RenderingEvent event)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ScreenShotAction
public ScreenShotAction(WorldWindow wwd)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
stageChanged
public void stageChanged(RenderingEvent event)
- Specified by:
stageChangedin interfaceRenderingListener
-
-