com.esri.arcgis.carto
Interface acJoinType

All Superinterfaces:
java.io.Serializable

public interface acJoinType
extends java.io.Serializable

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

Description: 'ArcIMS join 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 acBevelJoin
          A bevel line join.
static int acMiterJoin
          A miter line join.
static int acRoundJoin
          A round line join.
 

Field Detail

acRoundJoin

static final int acRoundJoin
A round line join.

See Also:
Constant Field Values

acMiterJoin

static final int acMiterJoin
A miter line join.

See Also:
Constant Field Values

acBevelJoin

static final int acBevelJoin
A bevel line join.

See Also:
Constant Field Values