Class ScreenShotAction
java.lang.Object
javax.swing.AbstractAction
repast.simphony.visualization.gis3D.ScreenShotAction
- All Implemented Interfaces:
gov.nasa.worldwind.event.RenderingListener
,ActionListener
,Serializable
,Cloneable
,EventListener
,Action
public class ScreenShotAction
extends AbstractAction
implements gov.nasa.worldwind.event.RenderingListener
- Version:
- $Id: ScreenShotAction.java 1689 2013-10-23 18:18:11Z dcollins $
- Author:
- tag
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
actionPerformed
(ActionEvent event) void
stageChanged
(gov.nasa.worldwind.event.RenderingEvent event) Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
ScreenShotAction
public ScreenShotAction(gov.nasa.worldwind.WorldWindow wwd)
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
stageChanged
public void stageChanged(gov.nasa.worldwind.event.RenderingEvent event) - Specified by:
stageChanged
in interfacegov.nasa.worldwind.event.RenderingListener
-