Class ExportToPDFAction

java.lang.Object
javax.swing.AbstractAction
org.jfree.chart3d.graphics3d.swing.ExportToPDFAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class ExportToPDFAction
extends AbstractAction
An action that handles saving the content of a panel to a PDF file using Orson PDF.

NOTE: This class is serializable, but the serialization format is subject to change in future releases and should not be relied upon for persisting instances of this class.
See Also:
Serialized Form
  • Constructor Details

    • ExportToPDFAction

      public ExportToPDFAction​(Panel3D panel)
      Creates a new action.
      Parameters:
      panel - the panel that the action applies to (null not permitted).
  • Method Details

    • actionPerformed

      public void actionPerformed​(ActionEvent e)
      Writes the content of the panel to a PDF file, using Orson PDF.
      Parameters:
      e - the event.