com.esri.arcgis.carto
Interface esriAnchorPointEnum

All Superinterfaces:
java.io.Serializable

public interface esriAnchorPointEnum
extends java.io.Serializable

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

Description: 'Element anchor points.' 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 esriBottomLeftCorner
          Anchor to the bottom left corner.
static int esriBottomMidPoint
          Anchor to the bottom mid point.
static int esriBottomRightCorner
          Anchor to the botton right corner.
static int esriCenterPoint
          Anchor to the center point.
static int esriLeftMidPoint
          Anchor to the left mid point.
static int esriRightMidPoint
          Anchor to the right mid point.
static int esriTopLeftCorner
          Anchor to the top left corner.
static int esriTopMidPoint
          Anchor to the top mid point.
static int esriTopRightCorner
          Anchor to the top right corner.
 

Field Detail

esriTopLeftCorner

static final int esriTopLeftCorner
Anchor to the top left corner.

See Also:
Constant Field Values

esriTopMidPoint

static final int esriTopMidPoint
Anchor to the top mid point.

See Also:
Constant Field Values

esriTopRightCorner

static final int esriTopRightCorner
Anchor to the top right corner.

See Also:
Constant Field Values

esriLeftMidPoint

static final int esriLeftMidPoint
Anchor to the left mid point.

See Also:
Constant Field Values

esriCenterPoint

static final int esriCenterPoint
Anchor to the center point.

See Also:
Constant Field Values

esriRightMidPoint

static final int esriRightMidPoint
Anchor to the right mid point.

See Also:
Constant Field Values

esriBottomLeftCorner

static final int esriBottomLeftCorner
Anchor to the bottom left corner.

See Also:
Constant Field Values

esriBottomMidPoint

static final int esriBottomMidPoint
Anchor to the bottom mid point.

See Also:
Constant Field Values

esriBottomRightCorner

static final int esriBottomRightCorner
Anchor to the botton right corner.

See Also:
Constant Field Values