com.esri.arcgis.carto
Interface IDynamicLegendRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CoTrackSymbologyRenderer, IDynamicLegendRendererProxy

public interface IDynamicLegendRenderer
extends java.io.Serializable

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

Description: 'Provides access to members that instrument layer drawing to detect which legend classes are visible.' 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 IID34b10158_671f_4ec2_8a75_a2f3710e5dcf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void finishInstrumentedDraw()
          Call after renderer.Draw.
 int getInstrumentedDrawPhases()
          Draw phases that affect dynamic legends.
 boolean isSupportsCounts()
          Indicates that the renderer supports counts on its legend.
 void startInstrumentedDraw(int type, IDisplay mapDisplay, IGeometry visibleArea)
          Call before renderer.Draw so that legend info can be sampled.
 

Field Detail

IID34b10158_671f_4ec2_8a75_a2f3710e5dcf

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

isSupportsCounts

boolean isSupportsCounts()
                         throws java.io.IOException,
                                AutomationException
Indicates that the renderer supports counts on its legend.

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

getInstrumentedDrawPhases

int getInstrumentedDrawPhases()
                              throws java.io.IOException,
                                     AutomationException
Draw phases that affect dynamic legends.

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

startInstrumentedDraw

void startInstrumentedDraw(int type,
                           IDisplay mapDisplay,
                           IGeometry visibleArea)
                           throws java.io.IOException,
                                  AutomationException
Call before renderer.Draw so that legend info can be sampled.

Parameters:
type - A com.esri.arcgis.carto.esriDynamicLegendType constant (in)
mapDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
visibleArea - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

finishInstrumentedDraw

void finishInstrumentedDraw()
                            throws java.io.IOException,
                                   AutomationException
Call after renderer.Draw.

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