org.graffiti.plugins.modes.advanced.selection
Class AlignAction
java.lang.Object
javax.swing.AbstractAction
org.graffiti.plugins.modes.advanced.AbstractFunctionAction
org.graffiti.plugins.modes.advanced.selection.AlignAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, FunctionAction
Deprecated.
@Deprecated
public class AlignAction
- extends AbstractFunctionAction
To align a marked node to another node.
- Author:
- MH
- See Also:
- Serialized Form
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
AlignAction
public AlignAction(SelectionTool selectionTool)
- Deprecated.
- Constructs a new AlignAction.
- Parameters:
selectionTool
- the SelectionTool - instance controlling the function
getValidParameters
public Map<String,Set<Object>> getValidParameters()
- Deprecated.
- Returns the parameters which are valid.
- Specified by:
getValidParameters
in interface FunctionAction
- Overrides:
getValidParameters
in class AbstractFunctionAction
- Returns:
- Map with the valid parameters
actionPerformed
public void actionPerformed(FunctionActionEvent e)
- Deprecated.
- The action of this class.
- Specified by:
actionPerformed
in interface FunctionAction
- Overrides:
actionPerformed
in class AbstractFunctionAction
- Parameters:
e
- The given FunctinoActionEvent
Generated at 2012-05-30 11:01:25 PM CEST