com.esri.arcgis.carto
Interface ILegendLayout

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILegendLayoutProxy, LegendFormat

public interface ILegendLayout
extends java.io.Serializable

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

Description: 'Provides access to members that control scaling properties for legend graphics.' 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 IIDa7e5770d_ec6a_11d2_b86e_00600802e603
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isScaleGraphicsOnResize()
          Indicates if graphics are scaled when the legend is resized.
 void setScaleGraphicsOnResize(boolean scaleGraphicsOnResize)
          Indicates if graphics are scaled when the legend is resized.
 

Field Detail

IIDa7e5770d_ec6a_11d2_b86e_00600802e603

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

setScaleGraphicsOnResize

void setScaleGraphicsOnResize(boolean scaleGraphicsOnResize)
                              throws java.io.IOException,
                                     AutomationException
Indicates if graphics are scaled when the legend is resized.

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

isScaleGraphicsOnResize

boolean isScaleGraphicsOnResize()
                                throws java.io.IOException,
                                       AutomationException
Indicates if graphics are scaled when the legend is resized.

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