org.eclipse.gef.ui.actions
Class AlignmentRetargetAction
java.lang.Object
LabelRetargetAction
org.eclipse.gef.ui.actions.AlignmentRetargetAction
- public class AlignmentRetargetAction
- extends LabelRetargetAction
- See Also:
- Serialized Form
|
Constructor Summary |
AlignmentRetargetAction(int align)
Constructs a new AlignmentRetargetAction with the default ID, label and image based on
the given alignment constant. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlignmentRetargetAction
public AlignmentRetargetAction(int align)
- Constructs a new AlignmentRetargetAction with the default ID, label and image based on
the given alignment constant. Possible values are
PositionConstants#BOTTOM,
PositionConstants#CENTER, PositionConstants#LEFT,
PositionConstants#MIDDLE, PositionConstants#RIGHT, and
PositionConstants#TOP.
- Parameters:
align - the alignment.
Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.