com.esri.arcgis.carto
Interface IFrameDraw

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BmpPictureElement, EmfPictureElement, FrameElement, GifPictureElement, GroupElement, IFrameDrawProxy, ImgPictureElement, Jp2PictureElement, JpgPictureElement, MapFrame, MapSurroundFrame, OleFrame, PictureElement, PngPictureElement, SidPictureElement, TifPictureElement

public interface IFrameDraw
extends java.io.Serializable

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

Description: 'Provides access to members that control frame drawing.' 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 IIDcf387183_1698_4463_b5f5_67925465812e
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDcf387183_1698_4463_b5f5_67925465812e

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

drawBackground

void drawBackground(IDisplay display,
                    ITrackCancel cancelTracker)
                    throws java.io.IOException,
                           AutomationException
Draw the frame's shadow and background.

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawDraftMode

void drawDraftMode(IDisplay display,
                   ITrackCancel cancelTracker)
                   throws java.io.IOException,
                          AutomationException
Draw the draft mode representation of the frame.

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

drawForeground

void drawForeground(IDisplay display,
                    ITrackCancel cancelTracker)
                    throws java.io.IOException,
                           AutomationException
Draw the frame's border.

Parameters:
display - A reference to a com.esri.arcgis.display.IDisplay (in)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.