public interface esriLayoutTreeDirection
extends java.io.Serializable
Description: 'Directions used for the tree layouts.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static int |
esriLayoutBottomUp
The tree will be vertically drawn starting from the bottom and ending to the top.
|
static int |
esriLayoutLeftRight
The tree will be horizontally drawn starting from the left and ending to the right.
|
static int |
esriLayoutRightLeft
The tree will be horizontally drawn starting from the right and ending to the left.
|
static int |
esriLayoutTopDown
The tree will be vertically drawn starting from the top and ending to the bottom.
|
static final int esriLayoutRightLeft
static final int esriLayoutTopDown
static final int esriLayoutLeftRight
static final int esriLayoutBottomUp