Class Scene.SaveAction

java.lang.Object
javax.swing.AbstractAction
smile.plot.swing.Scene.SaveAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing interface:
Scene

public static class Scene.SaveAction extends AbstractAction
Action to save the scene to an image file.
See Also:
  • Constructor Details

    • SaveAction

      public SaveAction(Scene scene)
      Constructor.
      Parameters:
      scene - the scene to save.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)