com.esri.arcgis.display
Interface esriBalloonCalloutStyle

All Superinterfaces:
java.io.Serializable

public interface esriBalloonCalloutStyle
extends java.io.Serializable

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

Description: 'Balloon 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 esriBCSOval
          The balloon callout is an oval.
static int esriBCSRectangle
          The balloon callout is a rectangle.
static int esriBCSRoundedRectangle
          The balloon callout is a rounded rectangle.
 

Field Detail

esriBCSRectangle

static final int esriBCSRectangle
The balloon callout is a rectangle.

See Also:
Constant Field Values

esriBCSRoundedRectangle

static final int esriBCSRoundedRectangle
The balloon callout is a rounded rectangle.

See Also:
Constant Field Values

esriBCSOval

static final int esriBCSOval
The balloon callout is an oval.

See Also:
Constant Field Values