| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILayerExtensionDraw
Provides access to events before and after a layer draws.
| Method Summary | |
|---|---|
 void | 
afterLayerDraw(ILayer pLayer,
               int drawPhase,
               IDisplay pDisplay,
               ITrackCancel pTrackCancel)
Drawing event called after layer draws.  | 
 void | 
beforeLayerDraw(ILayer pLayer,
                int drawPhase,
                IDisplay pDisplay,
                ITrackCancel pTrackCancel)
Drawing event called before layer draws.  | 
| Method Detail | 
|---|
void beforeLayerDraw(ILayer pLayer,
                     int drawPhase,
                     IDisplay pDisplay,
                     ITrackCancel pTrackCancel)
                     throws IOException,
                            AutomationException
pLayer - A reference to a com.esri.arcgis.carto.ILayer  (in)drawPhase - A com.esri.arcgis.system.esriDrawPhase constant  (in)pDisplay - A reference to a com.esri.arcgis.display.IDisplay  (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void afterLayerDraw(ILayer pLayer,
                    int drawPhase,
                    IDisplay pDisplay,
                    ITrackCancel pTrackCancel)
                    throws IOException,
                           AutomationException
pLayer - A reference to a com.esri.arcgis.carto.ILayer  (in)drawPhase - A com.esri.arcgis.system.esriDrawPhase constant  (in)pDisplay - A reference to a com.esri.arcgis.display.IDisplay  (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||