com.esri.arcgis.display
Interface esriLineJoinStyle

All Superinterfaces:
java.io.Serializable

public interface esriLineJoinStyle
extends java.io.Serializable

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

Description: 'Line symbol join 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 esriLJSBevel
          Line joins are beveled.
static int esriLJSMitre
          Line joins are mitred.
static int esriLJSRound
          Line joins are round.
 

Field Detail

esriLJSMitre

static final int esriLJSMitre
Line joins are mitred.

See Also:
Constant Field Values

esriLJSRound

static final int esriLJSRound
Line joins are round.

See Also:
Constant Field Values

esriLJSBevel

static final int esriLJSBevel
Line joins are beveled.

See Also:
Constant Field Values