com.esri.arcgis.carto
Interface acCapType

All Superinterfaces:
java.io.Serializable

public interface acCapType
extends java.io.Serializable

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

Description: 'ArcIMS cap type 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 acButtCap
          A butt line cap.
static int acRoundCap
          A round line cap.
static int acSquareCap
          A square line cap.
 

Field Detail

acRoundCap

static final int acRoundCap
A round line cap.

See Also:
Constant Field Values

acButtCap

static final int acButtCap
A butt line cap.

See Also:
Constant Field Values

acSquareCap

static final int acSquareCap
A square line cap.

See Also:
Constant Field Values