com.esri.arcgis.carto
Class IGridLadderLabelsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IGridLadderLabelsProxy
All Implemented Interfaces:
IGridLadderLabels, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IGridLadderLabelsProxy
extends com.esri.arcgis.interop.Dispatch
implements IGridLadderLabels, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGridLadderLabelsProxy

public IGridLadderLabelsProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGridLadderLabelsProxy

public IGridLadderLabelsProxy()
Deprecated. 
For internal use only


IGridLadderLabelsProxy

public IGridLadderLabelsProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGridLadderLabelsProxy

protected IGridLadderLabelsProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGridLadderLabelsProxy

protected IGridLadderLabelsProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isShowLadderLabels

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

Specified by:
isShowLadderLabels in interface IGridLadderLabels
Returns:
The show
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowLadderLabels

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

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

getLadderLabelFont

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

Specified by:
getLadderLabelFont in interface IGridLadderLabels
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

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

Specified by:
setLadderLabelFont in interface IGridLadderLabels
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

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

Specified by:
getLadderLabelSize in interface IGridLadderLabels
Returns:
The size
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLadderLabelSize

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

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

getLadderLabelColor

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

Specified by:
getLadderLabelColor in interface IGridLadderLabels
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

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

Specified by:
setLadderLabelColor in interface IGridLadderLabels
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

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

Specified by:
getLadderLabelRowCount in interface IGridLadderLabels
Returns:
The rowCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLadderLabelRowCount

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

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

getLadderLabelColumnCount

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

Specified by:
getLadderLabelColumnCount in interface IGridLadderLabels
Returns:
The columnCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLadderLabelColumnCount

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

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

isShowOuterLabelsOnly

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

Specified by:
isShowOuterLabelsOnly in interface IGridLadderLabels
Returns:
The show
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowOuterLabelsOnly

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

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