|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriSchematicAlgoDirection
Tree structure directions used by the schematic algorithms.
Field Summary | |
---|---|
static int |
esriSchematicAlgoBottomUp
Vertical tree structure starting from the bottom and ending to the top. |
static int |
esriSchematicAlgoLeftRight
Horizontal tree structure starting from the left and ending to the right. |
static int |
esriSchematicAlgoRightLeft
Horizontal tree structure starting from the right and ending to the left. |
static int |
esriSchematicAlgoTopDown
Vertical tree structure starting from the top and ending to the bottom. |
Field Detail |
---|
static final int esriSchematicAlgoRightLeft
static final int esriSchematicAlgoTopDown
static final int esriSchematicAlgoLeftRight
static final int esriSchematicAlgoBottomUp
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |