PathwayLogic Assistant API

pla.actions
Class ZoomAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by pla.actions.PLAAbstractAction
          extended by pla.actions.ZoomAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class ZoomAction
extends PLAAbstractAction

Author:
linda
See Also:
Serialized Form

Field Summary
static int ZOOM_IN
           
static int ZOOM_OUT
           
static int ZOOM_TO_FIT
           
static int ZOOM_TO_ORIG
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
ZoomAction(String s, Icon icon, String tooltip, KeyStroke accelerator, Integer mnemonic, GraphPanel graphPanel, int type)
           
 
Method Summary
 void actionPerformed(ActionEvent event)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ZOOM_IN

public static final int ZOOM_IN
See Also:
Constant Field Values

ZOOM_OUT

public static final int ZOOM_OUT
See Also:
Constant Field Values

ZOOM_TO_FIT

public static final int ZOOM_TO_FIT
See Also:
Constant Field Values

ZOOM_TO_ORIG

public static final int ZOOM_TO_ORIG
See Also:
Constant Field Values
Constructor Detail

ZoomAction

public ZoomAction(String s,
                  Icon icon,
                  String tooltip,
                  KeyStroke accelerator,
                  Integer mnemonic,
                  GraphPanel graphPanel,
                  int type)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)

PathwayLogic Assistant API