com.esri.arcgis.display
Interface esriDynamicGlyphType

All Superinterfaces:
java.io.Serializable

public interface esriDynamicGlyphType
extends java.io.Serializable

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

Description: 'Dynamic glyph types.' 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 esriDGlyphFill
          The glyph is a Fill.
static int esriDGlyphLine
          The glyph is a line.
static int esriDGlyphMarker
          The glyph is a marker.
static int esriDGlyphText
          The glyph is a Text.
 

Field Detail

esriDGlyphMarker

static final int esriDGlyphMarker
The glyph is a marker.

See Also:
Constant Field Values

esriDGlyphLine

static final int esriDGlyphLine
The glyph is a line.

See Also:
Constant Field Values

esriDGlyphText

static final int esriDGlyphText
The glyph is a Text.

See Also:
Constant Field Values

esriDGlyphFill

static final int esriDGlyphFill
The glyph is a Fill.

See Also:
Constant Field Values