com.esri.arcgis.carto
Interface esriLegendItemArrangement

All Superinterfaces:
Serializable

public interface esriLegendItemArrangement
extends Serializable

Legend item arrangement options for the order of patches, labels, and descriptions.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriDescriptionLabelPatch
          Description followed by label followed by patch.
static int esriDescriptionPatchLabel
          Description followed by patch followed by label.
static int esriLabelDescriptionPatch
          Label followed by description followed by patch.
static int esriLabelPatchDescription
          Label followed by patch followed by description.
static int esriPatchDescriptionLabel
          Patch followed by description followed by label.
static int esriPatchLabelDescription
          Patch followed by label followed by description.
 

Field Detail

esriPatchLabelDescription

static final int esriPatchLabelDescription
Patch followed by label followed by description.

See Also:
Constant Field Values

esriPatchDescriptionLabel

static final int esriPatchDescriptionLabel
Patch followed by description followed by label.

See Also:
Constant Field Values

esriLabelPatchDescription

static final int esriLabelPatchDescription
Label followed by patch followed by description.

See Also:
Constant Field Values

esriLabelDescriptionPatch

static final int esriLabelDescriptionPatch
Label followed by description followed by patch.

See Also:
Constant Field Values

esriDescriptionPatchLabel

static final int esriDescriptionPatchLabel
Description followed by patch followed by label.

See Also:
Constant Field Values

esriDescriptionLabelPatch

static final int esriDescriptionLabelPatch
Description followed by label followed by patch.

See Also:
Constant Field Values