com.esri.arcgis.display
Interface esriLineCalloutStyle

All Superinterfaces:
java.io.Serializable

public interface esriLineCalloutStyle
extends java.io.Serializable

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

Description: 'Line callout styles.' 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 esriLCSBase
          The line callout leader is a single line originating from the base or top of the accent bar.
static int esriLCSCircularCCW
          The line callout leader is curved (counter-clockwise) from the anchor point to the text.
static int esriLCSCircularCW
          The line callout leader is curved (clockwise) from the anchor point to the text.
static int esriLCSCustom
          A user defined line callout style.
static int esriLCSFourPoint
          The line callout leader is a 4-point line originating from the midpoint of the accent bar.
static int esriLCSMidpoint
          The line callout leader is a single line originating from the midpoint of the accent bar.
static int esriLCSThreePoint
          The line callout leader is a 3-point line originating from the midpoint of the accent bar.
static int esriLCSUnderline
          The line callout underlines the text.
 

Field Detail

esriLCSBase

static final int esriLCSBase
The line callout leader is a single line originating from the base or top of the accent bar.

See Also:
Constant Field Values

esriLCSMidpoint

static final int esriLCSMidpoint
The line callout leader is a single line originating from the midpoint of the accent bar.

See Also:
Constant Field Values

esriLCSThreePoint

static final int esriLCSThreePoint
The line callout leader is a 3-point line originating from the midpoint of the accent bar.

See Also:
Constant Field Values

esriLCSFourPoint

static final int esriLCSFourPoint
The line callout leader is a 4-point line originating from the midpoint of the accent bar.

See Also:
Constant Field Values

esriLCSUnderline

static final int esriLCSUnderline
The line callout underlines the text.

See Also:
Constant Field Values

esriLCSCustom

static final int esriLCSCustom
A user defined line callout style.

See Also:
Constant Field Values

esriLCSCircularCW

static final int esriLCSCircularCW
The line callout leader is curved (clockwise) from the anchor point to the text.

See Also:
Constant Field Values

esriLCSCircularCCW

static final int esriLCSCircularCCW
The line callout leader is curved (counter-clockwise) from the anchor point to the text.

See Also:
Constant Field Values