public class ExportToPDFAction extends javax.swing.AbstractAction
| Constructor and Description |
|---|
ExportToPDFAction(Panel3D panel)
Creates a new action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Writes the content of the panel to a PDF file, using Orson PDF.
|
public ExportToPDFAction(Panel3D panel)
panel - the panel that the action applies to (null
not permitted).public void actionPerformed(java.awt.event.ActionEvent e)
e - the event.