|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFrameDraw
Provides access to members that control frame drawing.
Method Summary | |
---|---|
void |
drawBackground(IDisplay display,
ITrackCancel cancelTracker)
Draw the frame's shadow and background. |
void |
drawDraftMode(IDisplay display,
ITrackCancel cancelTracker)
Draw the draft mode representation of the frame. |
void |
drawForeground(IDisplay display,
ITrackCancel cancelTracker)
Draw the frame's border. |
Method Detail |
---|
void drawBackground(IDisplay display, ITrackCancel cancelTracker) throws IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)cancelTracker
- 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 drawDraftMode(IDisplay display, ITrackCancel cancelTracker) throws IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)cancelTracker
- 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 drawForeground(IDisplay display, ITrackCancel cancelTracker) throws IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)cancelTracker
- 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 |