|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerDrawSetup
Provides access to layer draw setups.
Method Summary | |
---|---|
void |
afterDraw(int viewPhase,
IDisplay display,
ITrackCancel trackCancel)
Executes after the layer drawn to the display for the given draw phase. |
void |
beforeDraw(int viewPhase,
IDisplay display,
ITrackCancel trackCancel)
Executes before the layer draws to the display for the given draw phase. |
Method Detail |
---|
void beforeDraw(int viewPhase, IDisplay display, ITrackCancel trackCancel) throws IOException, AutomationException
viewPhase
- A com.esri.arcgis.carto.esriViewDrawPhase constant (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel
- 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 afterDraw(int viewPhase, IDisplay display, ITrackCancel trackCancel) throws IOException, AutomationException
viewPhase
- A com.esri.arcgis.carto.esriViewDrawPhase constant (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel
- 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 |