public class LayoutDirection
Field Summary | ||
---|---|---|
static final int | TOP_TO_BOTTOM | |
Places shape from top to bottom.
It makes sense only when Flowchart style is chosen.
|
||
static final int | BOTTOM_TO_TOP | |
Places shape from bottom to top.
It makes sense only when Flowchart style is chosen.
|
||
static final int | LEFT_TO_RIGHT | |
Places shape from left to right .
It makes sense only when Flowchart style is chosen.
|
||
static final int | RIGHT_TO_LEFT | |
Places shape from right to left.
It makes sense only when Flowchart style is chosen.
|
||
static final int | DOWN_THEN_RIGHT | |
Places shapes first to the down and then right.
It makes sense only when CompactTree style is chosen.
|
||
static final int | RIGHT_THEN_DOWN | |
Places shapes first to the right and then down.
It makes sense only when CompactTree style is chosen.
|
||
static final int | LEFT_THEN_DOWN | |
Places shapes first to the left and then down.
It makes sense only when CompactTree style is chosen.
|
||
static final int | DOWN_THEN_LEFT | |
Places shapes first to the down and then left.
It makes sense only when CompactTree style is chosen.
|
public static final int TOP_TO_BOTTOM
public static final int BOTTOM_TO_TOP
public static final int LEFT_TO_RIGHT
public static final int RIGHT_TO_LEFT
public static final int DOWN_THEN_RIGHT
public static final int RIGHT_THEN_DOWN
public static final int LEFT_THEN_DOWN
public static final int DOWN_THEN_LEFT