com.esri.arcgis.controls
Interface esriSymbologyDisplayStyle

All Superinterfaces:
java.io.Serializable

public interface esriSymbologyDisplayStyle
extends java.io.Serializable

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

Description: 'SymbologyControl display style options.' 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 esriDisplayStyleIcon
          The SymbologyControl displays symbols in Icon view.
static int esriDisplayStyleList
          The SymbologyControl displays symbols in List view.
static int esriDisplayStyleReport
          The SymbologyControl displays symbols in Report view.
static int esriDisplayStyleSmallIcon
          The SymbologyControl displays symbols in SmallIcon view.
 

Field Detail

esriDisplayStyleIcon

static final int esriDisplayStyleIcon
The SymbologyControl displays symbols in Icon view.

See Also:
Constant Field Values

esriDisplayStyleReport

static final int esriDisplayStyleReport
The SymbologyControl displays symbols in Report view.

See Also:
Constant Field Values

esriDisplayStyleSmallIcon

static final int esriDisplayStyleSmallIcon
The SymbologyControl displays symbols in SmallIcon view.

See Also:
Constant Field Values

esriDisplayStyleList

static final int esriDisplayStyleList
The SymbologyControl displays symbols in List view.

See Also:
Constant Field Values