com.aspose.diagram
Class LayoutDirection

java.lang.Object
    extended by com.aspose.diagram.LayoutDirection

public class LayoutDirection 
extends java.lang.Object

Utility class containing constants. Used to set direction of layout.


Field Summary
static final intTOP_TO_BOTTOM
           Places shape from top to bottom. It makes sense only when Flowchart style is chosen.
static final intBOTTOM_TO_TOP
           Places shape from bottom to top. It makes sense only when Flowchart style is chosen.
static final intLEFT_TO_RIGHT
           Places shape from left to right . It makes sense only when Flowchart style is chosen.
static final intRIGHT_TO_LEFT
           Places shape from right to left. It makes sense only when Flowchart style is chosen.
static final intDOWN_THEN_RIGHT
           Places shapes first to the down and then right. It makes sense only when CompactTree style is chosen.
static final intRIGHT_THEN_DOWN
           Places shapes first to the right and then down. It makes sense only when CompactTree style is chosen.
static final intLEFT_THEN_DOWN
           Places shapes first to the left and then down. It makes sense only when CompactTree style is chosen.
static final intDOWN_THEN_LEFT
           Places shapes first to the down and then left. It makes sense only when CompactTree style is chosen.
 

Field Detail

TOP_TO_BOTTOM

public static final int TOP_TO_BOTTOM
Places shape from top to bottom. It makes sense only when Flowchart style is chosen.

BOTTOM_TO_TOP

public static final int BOTTOM_TO_TOP
Places shape from bottom to top. It makes sense only when Flowchart style is chosen.

LEFT_TO_RIGHT

public static final int LEFT_TO_RIGHT
Places shape from left to right . It makes sense only when Flowchart style is chosen.

RIGHT_TO_LEFT

public static final int RIGHT_TO_LEFT
Places shape from right to left. It makes sense only when Flowchart style is chosen.

DOWN_THEN_RIGHT

public static final int DOWN_THEN_RIGHT
Places shapes first to the down and then right. It makes sense only when CompactTree style is chosen.

RIGHT_THEN_DOWN

public static final int RIGHT_THEN_DOWN
Places shapes first to the right and then down. It makes sense only when CompactTree style is chosen.

LEFT_THEN_DOWN

public static final int LEFT_THEN_DOWN
Places shapes first to the left and then down. It makes sense only when CompactTree style is chosen.

DOWN_THEN_LEFT

public static final int DOWN_THEN_LEFT
Places shapes first to the down and then left. It makes sense only when CompactTree style is chosen.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.