com.esri.arcgis.carto
Interface ILegendLayout

All Superinterfaces:
Serializable
All Known Implementing Classes:
LegendFormat

public interface ILegendLayout
extends Serializable

Provides access to members that control scaling properties for legend graphics.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

setScaleGraphicsOnResize

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

isScaleGraphicsOnResize

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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