com.esri.arcgis.carto
Interface IFrameElement

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IMapFrame, IMapSurroundFrame
All Known Implementing Classes:
BmpPictureElement, EmfPictureElement, FrameElement, GifPictureElement, GroupElement, IFrameElementProxy, IMapFrameProxy, IMapSurroundFrameProxy, ImgPictureElement, Jp2PictureElement, JpgPictureElement, MapFrame, MapSurroundFrame, OleFrame, PictureElement, PngPictureElement, SidPictureElement, TifPictureElement

public interface IFrameElement
extends java.io.Serializable

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

Description: 'Provides access to members that control the Frame element object.' 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 IID9b00131a_9ed7_11d0_859e_0800091a2a72
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IBackground getBackground()
          Frame background used by this element.
 IBorder getBorder()
          Frame border used by this element.
 java.lang.Object getObject()
          Object framed by this element.
 int getThumbnail()
          Small bitmap representation of this element.
 boolean isDraftMode()
          Indicates if this element is in draft mode, i.e., draws fast.
 void setBackground(IBackground background)
          Frame background used by this element.
 void setBorder(IBorder border)
          Frame border used by this element.
 void setDraftMode(boolean draftMode)
          Indicates if this element is in draft mode, i.e., draws fast.
 

Field Detail

IID9b00131a_9ed7_11d0_859e_0800091a2a72

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

getObject

java.lang.Object getObject()
                           throws java.io.IOException,
                                  AutomationException
Object framed by this element.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBorder

IBorder getBorder()
                  throws java.io.IOException,
                         AutomationException
Frame border used by this element.

Returns:
A reference to a com.esri.arcgis.carto.IBorder
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBorder

void setBorder(IBorder border)
               throws java.io.IOException,
                      AutomationException
Frame border used by this element.

Parameters:
border - A reference to a com.esri.arcgis.carto.IBorder (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBackground

IBackground getBackground()
                          throws java.io.IOException,
                                 AutomationException
Frame background used by this element.

Returns:
A reference to a com.esri.arcgis.carto.IBackground
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackground

void setBackground(IBackground background)
                   throws java.io.IOException,
                          AutomationException
Frame background used by this element.

Parameters:
background - A reference to a com.esri.arcgis.carto.IBackground (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThumbnail

int getThumbnail()
                 throws java.io.IOException,
                        AutomationException
Small bitmap representation of this element.

Returns:
The bitmapHandle (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDraftMode

boolean isDraftMode()
                    throws java.io.IOException,
                           AutomationException
Indicates if this element is in draft mode, i.e., draws fast.

Returns:
The draftMode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDraftMode

void setDraftMode(boolean draftMode)
                  throws java.io.IOException,
                         AutomationException
Indicates if this element is in draft mode, i.e., draws fast.

Parameters:
draftMode - The draftMode (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.