com.esri.arcgis.carto
Interface acLabelWeight

All Superinterfaces:
Serializable

public interface acLabelWeight
extends Serializable

ArcIMS label weight options.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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