com.esri.arcgis.location
Interface esriHatchAlignmentType

All Superinterfaces:
java.io.Serializable

public interface esriHatchAlignmentType
extends java.io.Serializable

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

Description: 'Options for hatch alignment.' 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 esriHatchAlignCenter
          Center-justify hatch line.
static int esriHatchAlignLeft
          Left-justify hatch line.
static int esriHatchAlignRight
          Right-justify hatch line.
 

Field Detail

esriHatchAlignRight

static final int esriHatchAlignRight
Right-justify hatch line.

See Also:
Constant Field Values

esriHatchAlignCenter

static final int esriHatchAlignCenter
Center-justify hatch line.

See Also:
Constant Field Values

esriHatchAlignLeft

static final int esriHatchAlignLeft
Left-justify hatch line.

See Also:
Constant Field Values