com.esri.arcgis.carto
Interface IHorizontalBarLegendItem

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HorizontalBarLegendItem, IHorizontalBarLegendItemProxy

public interface IHorizontalBarLegendItem
extends java.io.Serializable

COM Interface 'IHorizontalBarLegendItem'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that work with horizontal bar legend items.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID3b09454e_c9d1_11d3_92fb_00600802e603
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getAngleAbove()
          Angle of text that appears above the bar.
 double getAngleBelow()
          Angle of text that appears below the bar.
 void setAngleAbove(double degrees)
          Angle of text that appears above the bar.
 void setAngleBelow(double degrees)
          Angle of text that appears below the bar.
 

Field Detail

IID3b09454e_c9d1_11d3_92fb_00600802e603

static final int IID3b09454e_c9d1_11d3_92fb_00600802e603
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setAngleAbove

void setAngleAbove(double degrees)
                   throws java.io.IOException,
                          AutomationException
Angle of text that appears above the bar.

Parameters:
degrees - The degrees (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngleAbove

double getAngleAbove()
                     throws java.io.IOException,
                            AutomationException
Angle of text that appears above the bar.

Returns:
The degrees
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAngleBelow

void setAngleBelow(double degrees)
                   throws java.io.IOException,
                          AutomationException
Angle of text that appears below the bar.

Parameters:
degrees - The degrees (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngleBelow

double getAngleBelow()
                     throws java.io.IOException,
                            AutomationException
Angle of text that appears below the bar.

Returns:
The degrees
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.