com.esri.arcgis.carto
Interface acCapType

All Superinterfaces:
Serializable

public interface acCapType
extends Serializable

ArcIMS cap type options.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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