Eclipse GEF
3.2

org.eclipse.gef.ui.actions
Class AlignmentRetargetAction

java.lang.Object
  extended byorg.eclipse.gef.ui.actions.AlignmentRetargetAction

public class AlignmentRetargetAction
extends Object


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
 

Constructor Detail

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.

Eclipse GEF
3.2

Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.