com.esri.arcgis.carto
Interface IGridLadderLabels

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGridLadderLabelsProxy, MgrsGrid

public interface IGridLadderLabels
extends java.io.Serializable

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

Description: 'Provides access to members that control the ladder label properties of a grid.' 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 IID8941e7de_7345_4366_9fac_108f1a685427
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getLadderLabelColor()
          The color of the ladder labels.
 int getLadderLabelColumnCount()
          The number of ladder label columns.
 Font getLadderLabelFont()
          The fonst used to display ladder labels.
 int getLadderLabelRowCount()
          The number of ladder label rows.
 double getLadderLabelSize()
          The font size used to display ladder labels.
 boolean isShowLadderLabels()
          Indicates if ladder labels should be displayed.
 boolean isShowOuterLabelsOnly()
          Indicates if only the outer ladder labels should be shown.
 void setLadderLabelColor(IColor color)
          The color of the ladder labels.
 void setLadderLabelColumnCount(int columnCount)
          The number of ladder label columns.
 void setLadderLabelFont(Font font)
          The fonst used to display ladder labels.
 void setLadderLabelRowCount(int rowCount)
          The number of ladder label rows.
 void setLadderLabelSize(double size)
          The font size used to display ladder labels.
 void setShowLadderLabels(boolean show)
          Indicates if ladder labels should be displayed.
 void setShowOuterLabelsOnly(boolean show)
          Indicates if only the outer ladder labels should be shown.
 

Field Detail

IID8941e7de_7345_4366_9fac_108f1a685427

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

isShowLadderLabels

boolean isShowLadderLabels()
                           throws java.io.IOException,
                                  AutomationException
Indicates if ladder labels should be displayed.

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

setShowLadderLabels

void setShowLadderLabels(boolean show)
                         throws java.io.IOException,
                                AutomationException
Indicates if ladder labels should be displayed.

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

getLadderLabelFont

Font getLadderLabelFont()
                        throws java.io.IOException,
                               AutomationException
The fonst used to display ladder labels.

Returns:
A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLadderLabelFont

void setLadderLabelFont(Font font)
                        throws java.io.IOException,
                               AutomationException
The fonst used to display ladder labels.

Parameters:
font - A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLadderLabelSize

double getLadderLabelSize()
                          throws java.io.IOException,
                                 AutomationException
The font size used to display ladder labels.

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

setLadderLabelSize

void setLadderLabelSize(double size)
                        throws java.io.IOException,
                               AutomationException
The font size used to display ladder labels.

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

getLadderLabelColor

IColor getLadderLabelColor()
                           throws java.io.IOException,
                                  AutomationException
The color of the ladder labels.

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.

setLadderLabelColor

void setLadderLabelColor(IColor color)
                         throws java.io.IOException,
                                AutomationException
The color of the ladder labels.

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.

getLadderLabelRowCount

int getLadderLabelRowCount()
                           throws java.io.IOException,
                                  AutomationException
The number of ladder label rows.

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

setLadderLabelRowCount

void setLadderLabelRowCount(int rowCount)
                            throws java.io.IOException,
                                   AutomationException
The number of ladder label rows.

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

getLadderLabelColumnCount

int getLadderLabelColumnCount()
                              throws java.io.IOException,
                                     AutomationException
The number of ladder label columns.

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

setLadderLabelColumnCount

void setLadderLabelColumnCount(int columnCount)
                               throws java.io.IOException,
                                      AutomationException
The number of ladder label columns.

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

isShowOuterLabelsOnly

boolean isShowOuterLabelsOnly()
                              throws java.io.IOException,
                                     AutomationException
Indicates if only the outer ladder labels should be shown.

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

setShowOuterLabelsOnly

void setShowOuterLabelsOnly(boolean show)
                            throws java.io.IOException,
                                   AutomationException
Indicates if only the outer ladder labels should be shown.

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