com.esri.arcgis.schematic
Interface esriSchematicAlgoDirection

All Superinterfaces:
java.io.Serializable

public interface esriSchematicAlgoDirection
extends java.io.Serializable

Constants from esriSchematicAlgoDirection' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Tree structure directions used by the schematic algorithms.' 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 =


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

esriSchematicAlgoRightLeft

static final int esriSchematicAlgoRightLeft
Horizontal tree structure starting from the right and ending to the left.

See Also:
Constant Field Values

esriSchematicAlgoTopDown

static final int esriSchematicAlgoTopDown
Vertical tree structure starting from the top and ending to the bottom.

See Also:
Constant Field Values

esriSchematicAlgoLeftRight

static final int esriSchematicAlgoLeftRight
Horizontal tree structure starting from the left and ending to the right.

See Also:
Constant Field Values

esriSchematicAlgoBottomUp

static final int esriSchematicAlgoBottomUp
Vertical tree structure starting from the bottom and ending to the top.

See Also:
Constant Field Values