public class ZoomToFitAction extends javax.swing.AbstractAction
| Constructor and Description |
|---|
ZoomToFitAction(Panel3D panel,
boolean fontAwesome)
Creates a new action associated with the specified panel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Performs the zoom to fit action.
|
public ZoomToFitAction(Panel3D panel, boolean fontAwesome)
panel - the panel (null not permitted).fontAwesome - use icon?public void actionPerformed(java.awt.event.ActionEvent e)
e - the action event.