com.esri.arcgis.display
Interface esriLineCapStyle

All Superinterfaces:
java.io.Serializable

public interface esriLineCapStyle
extends java.io.Serializable

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

Description: 'Line symbol cap 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 esriLCSButt
          Line ends do not extend passed the end points.
static int esriLCSRound
          Line ends are rounded at the end points.
static int esriLCSSquare
          Line ends are squared off at the end points.
 

Field Detail

esriLCSButt

static final int esriLCSButt
Line ends do not extend passed the end points.

See Also:
Constant Field Values

esriLCSRound

static final int esriLCSRound
Line ends are rounded at the end points.

See Also:
Constant Field Values

esriLCSSquare

static final int esriLCSSquare
Line ends are squared off at the end points.

See Also:
Constant Field Values