Class Scene.PrintAction

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

public static class Scene.PrintAction extends AbstractAction
Action to print the scene.
See Also:
  • Constructor Details

    • PrintAction

      public PrintAction(Scene scene)
      Constructor.
      Parameters:
      scene - the scene to print.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)