com.esri.arcgis.carto
Interface INestedLegendItem

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INestedLegendItemProxy, NestedLegendItem

public interface INestedLegendItem
extends java.io.Serializable

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

Description: 'Provides access to members that work with nested 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 IID3b09454d_c9d1_11d3_92fb_00600802e603
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getHorizontalAlignment()
          Horizontal alignment of markers.
 double getLeaderOverhang()
          Distance that the leaders extend past the circles (points).
 ILineSymbol getLeaderSymbol()
          Symbol used to draw the leader lines.
 IFillSymbol getOutlineSymbol()
          Symbol used to draw outlines.
 boolean isAutoLayout()
          Indicates if text automatically sizes to fit the markers.
 boolean isLabelEnds()
          Indicates if only the first and last markers are labeled.
 boolean isShowOutlines()
          Indicates if only the marker outlines are drawn.
 void setAutoLayout(boolean autoLayout)
          Indicates if text automatically sizes to fit the markers.
 void setHorizontalAlignment(int horizAlignment)
          Horizontal alignment of markers.
 void setLabelEnds(boolean labelEnds)
          Indicates if only the first and last markers are labeled.
 void setLeaderOverhang(double leaderOverhang)
          Distance that the leaders extend past the circles (points).
 void setLeaderSymbol(ILineSymbol symbol)
          Symbol used to draw the leader lines.
 void setOutlineSymbol(IFillSymbol symbol)
          Symbol used to draw outlines.
 void setShowOutlines(boolean showOutlines)
          Indicates if only the marker outlines are drawn.
 

Field Detail

IID3b09454d_c9d1_11d3_92fb_00600802e603

static final int IID3b09454d_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

setOutlineSymbol

void setOutlineSymbol(IFillSymbol symbol)
                      throws java.io.IOException,
                             AutomationException
Symbol used to draw outlines.

Parameters:
symbol - A reference to a com.esri.arcgis.display.IFillSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutlineSymbol

IFillSymbol getOutlineSymbol()
                             throws java.io.IOException,
                                    AutomationException
Symbol used to draw outlines.

Returns:
A reference to a com.esri.arcgis.display.IFillSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLeaderSymbol

void setLeaderSymbol(ILineSymbol symbol)
                     throws java.io.IOException,
                            AutomationException
Symbol used to draw the leader lines.

Parameters:
symbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLeaderSymbol

ILineSymbol getLeaderSymbol()
                            throws java.io.IOException,
                                   AutomationException
Symbol used to draw the leader lines.

Returns:
A reference to a com.esri.arcgis.display.ILineSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLeaderOverhang

void setLeaderOverhang(double leaderOverhang)
                       throws java.io.IOException,
                              AutomationException
Distance that the leaders extend past the circles (points).

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

getLeaderOverhang

double getLeaderOverhang()
                         throws java.io.IOException,
                                AutomationException
Distance that the leaders extend past the circles (points).

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

setAutoLayout

void setAutoLayout(boolean autoLayout)
                   throws java.io.IOException,
                          AutomationException
Indicates if text automatically sizes to fit the markers.

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

isAutoLayout

boolean isAutoLayout()
                     throws java.io.IOException,
                            AutomationException
Indicates if text automatically sizes to fit the markers.

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

setLabelEnds

void setLabelEnds(boolean labelEnds)
                  throws java.io.IOException,
                         AutomationException
Indicates if only the first and last markers are labeled.

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

isLabelEnds

boolean isLabelEnds()
                    throws java.io.IOException,
                           AutomationException
Indicates if only the first and last markers are labeled.

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

setShowOutlines

void setShowOutlines(boolean showOutlines)
                     throws java.io.IOException,
                            AutomationException
Indicates if only the marker outlines are drawn.

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

isShowOutlines

boolean isShowOutlines()
                       throws java.io.IOException,
                              AutomationException
Indicates if only the marker outlines are drawn.

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

getHorizontalAlignment

int getHorizontalAlignment()
                           throws java.io.IOException,
                                  AutomationException
Horizontal alignment of markers.

Returns:
A com.esri.arcgis.display.esriTextHorizontalAlignment constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHorizontalAlignment

void setHorizontalAlignment(int horizAlignment)
                            throws java.io.IOException,
                                   AutomationException
Horizontal alignment of markers.

Parameters:
horizAlignment - A com.esri.arcgis.display.esriTextHorizontalAlignment constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.