Field Summary | ||
---|---|---|
const Number | TOP_TO_BOTTOM | |
Places shape from top to bottom. It makes sense only when Flowchart style is choosen. | ||
const Number | BOTTOM_TO_TOP | |
Places shape from bottom to top. It makes sense only when Flowchart style is choosen. | ||
const Number | LEFT_TO_RIGHT | |
Places shape from left to right . It makes sense only when Flowchart style is choosen. | ||
const Number | RIGHT_TO_LEFT | |
Places shape from right to left. It makes sense only when Flowchart style is choosen. | ||
const Number | DOWN_THEN_RIGHT | |
Places shapes first to the down and then right. It makes sense only when CompactTree style is choosen. | ||
const Number | RIGHT_THEN_DOWN | |
Places shapes first to the right and then down. It makes sense only when CompactTree style is choosen. | ||
const Number | LEFT_THEN_DOWN | |
Places shapes first to the left and then down. It makes sense only when CompactTree style is choosen. | ||
const Number | DOWN_THEN_LEFT | |
Places shapes first to the down and then left. It makes sense only when CompactTree style is choosen. |
Field Detail |
---|
TOP_TO_BOTTOM | |
const Number TOP_TO_BOTTOM |
BOTTOM_TO_TOP | |
const Number BOTTOM_TO_TOP |
LEFT_TO_RIGHT | |
const Number LEFT_TO_RIGHT |
RIGHT_TO_LEFT | |
const Number RIGHT_TO_LEFT |
DOWN_THEN_RIGHT | |
const Number DOWN_THEN_RIGHT |
RIGHT_THEN_DOWN | |
const Number RIGHT_THEN_DOWN |
LEFT_THEN_DOWN | |
const Number LEFT_THEN_DOWN |
DOWN_THEN_LEFT | |
const Number DOWN_THEN_LEFT |