|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IGridLadderLabelsProxy
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 =
public class IGridLadderLabelsProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IGridLadderLabels |
---|
IID, IID8941e7de_7345_4366_9fac_108f1a685427 |
Constructor Summary | |
---|---|
|
IGridLadderLabelsProxy()
Deprecated. For internal use only |
|
IGridLadderLabelsProxy(java.lang.Object obj)
Deprecated. |
protected |
IGridLadderLabelsProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGridLadderLabelsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGridLadderLabelsProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IColor |
getLadderLabelColor()
Deprecated. The color of the ladder labels. |
int |
getLadderLabelColumnCount()
Deprecated. The number of ladder label columns. |
Font |
getLadderLabelFont()
Deprecated. The fonst used to display ladder labels. |
int |
getLadderLabelRowCount()
Deprecated. The number of ladder label rows. |
double |
getLadderLabelSize()
Deprecated. The font size used to display ladder labels. |
boolean |
isShowLadderLabels()
Deprecated. Indicates if ladder labels should be displayed. |
boolean |
isShowOuterLabelsOnly()
Deprecated. Indicates if only the outer ladder labels should be shown. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setLadderLabelColor(IColor color)
Deprecated. The color of the ladder labels. |
void |
setLadderLabelColumnCount(int columnCount)
Deprecated. The number of ladder label columns. |
void |
setLadderLabelFont(Font font)
Deprecated. The fonst used to display ladder labels. |
void |
setLadderLabelRowCount(int rowCount)
Deprecated. The number of ladder label rows. |
void |
setLadderLabelSize(double size)
Deprecated. The font size used to display ladder labels. |
void |
setShowLadderLabels(boolean show)
Deprecated. Indicates if ladder labels should be displayed. |
void |
setShowOuterLabelsOnly(boolean show)
Deprecated. Indicates if only the outer ladder labels should be shown. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGridLadderLabelsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGridLadderLabelsProxy()
public IGridLadderLabelsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGridLadderLabelsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGridLadderLabelsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean isShowLadderLabels() throws java.io.IOException, AutomationException
isShowLadderLabels
in interface IGridLadderLabels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowLadderLabels(boolean show) throws java.io.IOException, AutomationException
setShowLadderLabels
in interface IGridLadderLabels
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Font getLadderLabelFont() throws java.io.IOException, AutomationException
getLadderLabelFont
in interface IGridLadderLabels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLadderLabelFont(Font font) throws java.io.IOException, AutomationException
setLadderLabelFont
in interface IGridLadderLabels
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.public double getLadderLabelSize() throws java.io.IOException, AutomationException
getLadderLabelSize
in interface IGridLadderLabels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLadderLabelSize(double size) throws java.io.IOException, AutomationException
setLadderLabelSize
in interface IGridLadderLabels
size
- The size (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getLadderLabelColor() throws java.io.IOException, AutomationException
getLadderLabelColor
in interface IGridLadderLabels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLadderLabelColor(IColor color) throws java.io.IOException, AutomationException
setLadderLabelColor
in interface IGridLadderLabels
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.public int getLadderLabelRowCount() throws java.io.IOException, AutomationException
getLadderLabelRowCount
in interface IGridLadderLabels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLadderLabelRowCount(int rowCount) throws java.io.IOException, AutomationException
setLadderLabelRowCount
in interface IGridLadderLabels
rowCount
- The rowCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLadderLabelColumnCount() throws java.io.IOException, AutomationException
getLadderLabelColumnCount
in interface IGridLadderLabels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLadderLabelColumnCount(int columnCount) throws java.io.IOException, AutomationException
setLadderLabelColumnCount
in interface IGridLadderLabels
columnCount
- The columnCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowOuterLabelsOnly() throws java.io.IOException, AutomationException
isShowOuterLabelsOnly
in interface IGridLadderLabels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowOuterLabelsOnly(boolean show) throws java.io.IOException, AutomationException
setShowOuterLabelsOnly
in interface IGridLadderLabels
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 |