com.esri.arcgis.carto
Interface esriScaleBarResizeHint

All Superinterfaces:
java.io.Serializable

public interface esriScaleBarResizeHint
extends java.io.Serializable

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

Description: 'Scale bar resize 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 esriScaleBarAutoDivision
          Use specified number of divisions and calculate division.
static int esriScaleBarAutoDivisionAndDivisions
          Use specified division and calculate number of divisions.
static int esriScaleBarAutoDivisions
          Use specified division and calculate number of divisions.
static int esriScaleBarFixed
          Use specified division and number of divisions.
 

Field Detail

esriScaleBarFixed

static final int esriScaleBarFixed
Use specified division and number of divisions.

See Also:
Constant Field Values

esriScaleBarAutoDivision

static final int esriScaleBarAutoDivision
Use specified number of divisions and calculate division.

See Also:
Constant Field Values

esriScaleBarAutoDivisions

static final int esriScaleBarAutoDivisions
Use specified division and calculate number of divisions.

See Also:
Constant Field Values

esriScaleBarAutoDivisionAndDivisions

static final int esriScaleBarAutoDivisionAndDivisions
Use specified division and calculate number of divisions. If specified division doesn't fit in bounding box or causes labels to be crowded, recalculate it to fit better.

See Also:
Constant Field Values