public static class GUIHandler.ZoomAction
extends javax.swing.AbstractAction
| Modifier and Type | Field and Description |
|---|---|
static int |
ZOOM_MODE_IN |
static int |
ZOOM_MODE_OUT |
static int |
ZOOM_MODE_RESET |
| Constructor and Description |
|---|
ZoomAction(GUIHandler hgui,
int mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
public static final int ZOOM_MODE_OUT
public static final int ZOOM_MODE_IN
public static final int ZOOM_MODE_RESET
public ZoomAction(GUIHandler hgui, int mode)