com.esri.arcgis.carto
Interface ICalibratedMapGridBorder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CalibratedMapGridBorder, ICalibratedMapGridBorderProxy

public interface ICalibratedMapGridBorder
extends java.io.Serializable

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

IID6ca416af_e160_11d2_9f4e_00c04f6bc78e

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

getForegroundColor

IColor getForegroundColor()
                          throws java.io.IOException,
                                 AutomationException
The foreground color of the border pattern.

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

setForegroundColor

void setForegroundColor(IColor color)
                        throws java.io.IOException,
                               AutomationException
The foreground color of the border pattern.

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

getBackgroundColor

IColor getBackgroundColor()
                          throws java.io.IOException,
                                 AutomationException
The background color of the border pattern.

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

setBackgroundColor

void setBackgroundColor(IColor color)
                        throws java.io.IOException,
                               AutomationException
The background color of the border pattern.

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

getBorderWidth

double getBorderWidth()
                      throws java.io.IOException,
                             AutomationException
The width of the border in points.

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

setBorderWidth

void setBorderWidth(double widthPts)
                    throws java.io.IOException,
                           AutomationException
The width of the border in points.

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

getInterval

double getInterval()
                   throws java.io.IOException,
                          AutomationException
The interval between border patterns in points.

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

setInterval

void setInterval(double intervalPts)
                 throws java.io.IOException,
                        AutomationException
The interval between border patterns in points.

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

isAlternating

boolean isAlternating()
                      throws java.io.IOException,
                             AutomationException
Indicates if the border pattern alternates across the width of the border.

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

setAlternating

void setAlternating(boolean alternating)
                    throws java.io.IOException,
                           AutomationException
Indicates if the border pattern alternates across the width of the border.

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