com.esri.arcgis.carto
Interface esriScaleBarPos

All Superinterfaces:
java.io.Serializable

public interface esriScaleBarPos
extends java.io.Serializable

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

Description: 'Scale bar unit label positioning 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 esriScaleBarAbove
          Above bar and labels (centered).
static int esriScaleBarAboveEnds
          Above bar and labels (label both left and right ends).
static int esriScaleBarAboveLeft
          Above bar and labels (left aligned).
static int esriScaleBarAboveRight
          Above bar and labels (right aligned).
static int esriScaleBarAfterBar
          After bar.
static int esriScaleBarAfterLabels
          After labels.
static int esriScaleBarBeforeAndAfterBar
          Label both right and left ends before and after bar.
static int esriScaleBarBeforeAndAfterLabels
          Label both right and left ends before and after labels.
static int esriScaleBarBeforeBar
          Before bar.
static int esriScaleBarBeforeLabels
          Before labels.
static int esriScaleBarBelow
          Below bar and labels.
static int esriScaleBarBelowEnds
          Below bar and labels (label both left and right ends).
static int esriScaleBarBelowLeft
          Below bar and labels (left aligned).
static int esriScaleBarBelowRight
          Below bar and labels (right aligned).
 

Field Detail

esriScaleBarAbove

static final int esriScaleBarAbove
Above bar and labels (centered).

See Also:
Constant Field Values

esriScaleBarBeforeLabels

static final int esriScaleBarBeforeLabels
Before labels.

See Also:
Constant Field Values

esriScaleBarAfterLabels

static final int esriScaleBarAfterLabels
After labels.

See Also:
Constant Field Values

esriScaleBarBeforeBar

static final int esriScaleBarBeforeBar
Before bar.

See Also:
Constant Field Values

esriScaleBarAfterBar

static final int esriScaleBarAfterBar
After bar.

See Also:
Constant Field Values

esriScaleBarBelow

static final int esriScaleBarBelow
Below bar and labels.

See Also:
Constant Field Values

esriScaleBarAboveLeft

static final int esriScaleBarAboveLeft
Above bar and labels (left aligned).

See Also:
Constant Field Values

esriScaleBarAboveRight

static final int esriScaleBarAboveRight
Above bar and labels (right aligned).

See Also:
Constant Field Values

esriScaleBarAboveEnds

static final int esriScaleBarAboveEnds
Above bar and labels (label both left and right ends).

See Also:
Constant Field Values

esriScaleBarBeforeAndAfterLabels

static final int esriScaleBarBeforeAndAfterLabels
Label both right and left ends before and after labels.

See Also:
Constant Field Values

esriScaleBarBeforeAndAfterBar

static final int esriScaleBarBeforeAndAfterBar
Label both right and left ends before and after bar.

See Also:
Constant Field Values

esriScaleBarBelowLeft

static final int esriScaleBarBelowLeft
Below bar and labels (left aligned).

See Also:
Constant Field Values

esriScaleBarBelowRight

static final int esriScaleBarBelowRight
Below bar and labels (right aligned).

See Also:
Constant Field Values

esriScaleBarBelowEnds

static final int esriScaleBarBelowEnds
Below bar and labels (label both left and right ends).

See Also:
Constant Field Values