Uses of Class
com.tensegrity.skeleton.commands.AbstractAlignCommand

Packages that use AbstractAlignCommand
com.tensegrity.skeleton.commands The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. 
 

Uses of AbstractAlignCommand in com.tensegrity.skeleton.commands
 

Subclasses of AbstractAlignCommand in com.tensegrity.skeleton.commands
 class AbstractAlignHorizontalCommand
          Abstract base class for horizontal align commands which provides the basic functionality for sorting the elements, etc.
 class AbstractAlignVerticalCommand
          Abstract base class for vertical align commands which provides the basic functionality for sorting the elements, etc.
 class AlignHorizontalCenterCommand
          Aligns the selected elements horizontally, so that the centers reside on one line.
 class AlignHorizontalLeftCommand
          Aligns the selected elements horizontally, so that the left sides are aligned.
 class AlignHorizontalRightCommand
          Aligns the selected elements horizontally, so that the right sides are aligned.
 class AlignVerticalBottomCommand
          Aligns the selected elements vertically, so that the bottom sides are aligned.
 class AlignVerticalCenterCommand
          Aligns the selected elements vertically, so that the centers reside on one line.
 class AlignVerticalTopCommand
          Aligns the selected elements vertically, so that the top sides are aligned.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.