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:
  • Constructor Details

    • ScreenShotAction

      public ScreenShotAction(gov.nasa.worldwind.WorldWindow wwd)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener
    • stageChanged

      public void stageChanged(gov.nasa.worldwind.event.RenderingEvent event)
      Specified by:
      stageChanged in interface gov.nasa.worldwind.event.RenderingListener