|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGridLadderLabels
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 |
---|
static final int IID8941e7de_7345_4366_9fac_108f1a685427
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isShowLadderLabels() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowLadderLabels(boolean show) throws java.io.IOException, AutomationException
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Font getLadderLabelFont() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLadderLabelFont(Font font) throws java.io.IOException, AutomationException
font
- A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLadderLabelSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLadderLabelSize(double size) throws java.io.IOException, AutomationException
size
- The size (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getLadderLabelColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLadderLabelColor(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.int getLadderLabelRowCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLadderLabelRowCount(int rowCount) throws java.io.IOException, AutomationException
rowCount
- The rowCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLadderLabelColumnCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLadderLabelColumnCount(int columnCount) throws java.io.IOException, AutomationException
columnCount
- The columnCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowOuterLabelsOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowOuterLabelsOnly(boolean show) throws java.io.IOException, AutomationException
show
- The show (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 |