|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICalibratedMapGridBorder
COM Interface 'ICalibratedMapGridBorder'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the calibrated map grid border.' 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 |
IID6ca416af_e160_11d2_9f4e_00c04f6bc78e
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IColor |
getBackgroundColor()
The background color of the border pattern. |
double |
getBorderWidth()
The width of the border in points. |
IColor |
getForegroundColor()
The foreground color of the border pattern. |
double |
getInterval()
The interval between border patterns in points. |
boolean |
isAlternating()
Indicates if the border pattern alternates across the width of the border. |
void |
setAlternating(boolean alternating)
Indicates if the border pattern alternates across the width of the border. |
void |
setBackgroundColor(IColor color)
The background color of the border pattern. |
void |
setBorderWidth(double widthPts)
The width of the border in points. |
void |
setForegroundColor(IColor color)
The foreground color of the border pattern. |
void |
setInterval(double intervalPts)
The interval between border patterns in points. |
Field Detail |
---|
static final int IID6ca416af_e160_11d2_9f4e_00c04f6bc78e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IColor getForegroundColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setForegroundColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getBackgroundColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getBorderWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBorderWidth(double widthPts) throws java.io.IOException, AutomationException
widthPts
- The widthPts (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getInterval() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInterval(double intervalPts) throws java.io.IOException, AutomationException
intervalPts
- The intervalPts (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAlternating() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAlternating(boolean alternating) throws java.io.IOException, AutomationException
alternating
- The alternating (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 |