|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBackground
COM Interface 'IBackground'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control frame backgrounds.' 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 |
IIDe4240309_dd41_11d2_b868_00600802e603
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
draw(IDisplay display,
IGeometry geometry)
Draws the background into the given display object. |
double |
getGap()
Gap between the frame background and the subject in points. |
IGeometry |
getGeometry(IDisplay display,
IGeometry shape)
Geometry used to draw the frame background. |
java.lang.String |
getName()
Name of the frame background. |
void |
queryBounds(IDisplay display,
IGeometry geometry,
IEnvelope bounds)
Bounding rectangle of the geometry including area covered by the border. |
void |
setGap(double gap)
Gap between the frame background and the subject in points. |
void |
setName(java.lang.String name)
Name of the frame background. |
Field Detail |
---|
static final int IIDe4240309_dd41_11d2_b868_00600802e603
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGap(double gap) throws java.io.IOException, AutomationException
gap
- The gap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void queryBounds(IDisplay display, IGeometry geometry, IEnvelope bounds) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)bounds
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getGeometry(IDisplay display, IGeometry shape) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)shape
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void draw(IDisplay display, IGeometry geometry) throws java.io.IOException, AutomationException
display
- A reference to a com.esri.arcgis.display.IDisplay (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.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 |