com.esri.arcgis.carto
Class IActiveViewEventsAfterItemDrawEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.carto.IActiveViewEventsAfterItemDrawEvent
All Implemented Interfaces:
Serializable

public class IActiveViewEventsAfterItemDrawEvent
extends EventObject

Remarks

AfterItemDraw can be used to execute after each individual item has drawn. Event firing can be an expensive operation (time consuming) when there are many layers in a map, however. As a result, the AfterItemDraw event is only fired when the IViewManger::VerboseEvents property is set to True. By default this property is False.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IActiveViewEventsAfterItemDrawEvent(Object source)
           
 
Method Summary
 IDisplay getDisplay()
           
 short getIndex()
           
 int getPhase()
           
 void init(short index, IDisplay display, int phase)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IActiveViewEventsAfterItemDrawEvent

public IActiveViewEventsAfterItemDrawEvent(Object source)
Method Detail

init

public void init(short index,
                 IDisplay display,
                 int phase)

getIndex

public final short getIndex()

getDisplay

public final IDisplay getDisplay()

getPhase

public final int getPhase()