public class ZoomOutAction extends javax.swing.AbstractAction implements ActionDisplayOptions
Modifier and Type | Field and Description |
---|---|
static double |
ZOOM_FACTOR |
DISPLAY_BOTH, DISPLAY_ICON, DISPLAY_NAME
Constructor and Description |
---|
ZoomOutAction(ToolSelectionHandler sel) |
ZoomOutAction(ToolSelectionHandler sel,
int displayOption) |
ZoomOutAction(ToolSelectionHandler sel,
int displayOption,
javax.swing.JMenu parentMenu) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.
|
public ZoomOutAction(ToolSelectionHandler sel)
public ZoomOutAction(ToolSelectionHandler sel, int displayOption, javax.swing.JMenu parentMenu)
public ZoomOutAction(ToolSelectionHandler sel, int displayOption)