com.esri.arcgis.carto
Interface acLabelWeight

All Superinterfaces:
java.io.Serializable

public interface acLabelWeight
extends java.io.Serializable

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

Description: 'ArcIMS label weight 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 acHighLabelWeight
          The label weight is high.
static int acMediumLabelWeight
          The label weight is medium.
static int acNoLabelWeight
          The label weight is none.
 

Field Detail

acNoLabelWeight

static final int acNoLabelWeight
The label weight is none.

See Also:
Constant Field Values

acMediumLabelWeight

static final int acMediumLabelWeight
The label weight is medium.

See Also:
Constant Field Values

acHighLabelWeight

static final int acHighLabelWeight
The label weight is high.

See Also:
Constant Field Values