com.esri.arcgis.carto
Class IPrincipalDigitsGridLabelProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IPrincipalDigitsGridLabel'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the properties of grid labels that display numbers with principal digits.' 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 IPrincipalDigitsGridLabelProxy
extends com.esri.arcgis.interop.Dispatch
implements IPrincipalDigitsGridLabel, 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.IPrincipalDigitsGridLabel
IID, IID560a800d_2467_4e71_9ac1_d8c399f22ad1
 
Constructor Summary
  IPrincipalDigitsGridLabelProxy()
          Deprecated. For internal use only
  IPrincipalDigitsGridLabelProxy(java.lang.Object obj)
          Deprecated.  
protected IPrincipalDigitsGridLabelProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IPrincipalDigitsGridLabelProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IPrincipalDigitsGridLabelProxy(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.  
 int getBaseDigitCount()
          Deprecated. The number of base digits for the label.
 java.lang.String getEastingSuffix()
          Deprecated. The string used to indicate the Easting.
 java.lang.String getNorthingSuffix()
          Deprecated. The string used to indicate the Northing.
 int getPrincipalDigitCount()
          Deprecated. The number of principal digits for the label.
 IColor getSmallLabelColor()
          Deprecated. The color of the small label.
 Font getSmallLabelFont()
          Deprecated. The font for the small label.
 double getSmallLabelSize()
          Deprecated. The font size for the small label.
 java.lang.String getUnitSuffix()
          Deprecated. The string used to indicate the units.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBaseDigitCount(int count)
          Deprecated. The number of base digits for the label.
 void setEastingSuffix(java.lang.String str)
          Deprecated. The string used to indicate the Easting.
 void setNorthingSuffix(java.lang.String str)
          Deprecated. The string used to indicate the Northing.
 void setPrincipalDigitCount(int count)
          Deprecated. The number of principal digits for the label.
 void setSmallLabelColor(IColor color)
          Deprecated. The color of the small label.
 void setSmallLabelFont(Font font)
          Deprecated. The font for the small label.
 void setSmallLabelSize(double size)
          Deprecated. The font size for the small label.
 void setUnitSuffix(java.lang.String str)
          Deprecated. The string used to indicate the units.
 
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

IPrincipalDigitsGridLabelProxy

public IPrincipalDigitsGridLabelProxy(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

IPrincipalDigitsGridLabelProxy

public IPrincipalDigitsGridLabelProxy()
Deprecated. 
For internal use only


IPrincipalDigitsGridLabelProxy

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

IPrincipalDigitsGridLabelProxy

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

IPrincipalDigitsGridLabelProxy

protected IPrincipalDigitsGridLabelProxy(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

getSmallLabelFont

public Font getSmallLabelFont()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The font for the small label.

Specified by:
getSmallLabelFont in interface IPrincipalDigitsGridLabel
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.

setSmallLabelFont

public void setSmallLabelFont(Font font)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The font for the small label.

Specified by:
setSmallLabelFont in interface IPrincipalDigitsGridLabel
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.

getSmallLabelSize

public double getSmallLabelSize()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The font size for the small label.

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

setSmallLabelSize

public void setSmallLabelSize(double size)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The font size for the small label.

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

getSmallLabelColor

public IColor getSmallLabelColor()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The color of the small label.

Specified by:
getSmallLabelColor in interface IPrincipalDigitsGridLabel
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.

setSmallLabelColor

public void setSmallLabelColor(IColor color)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The color of the small label.

Specified by:
setSmallLabelColor in interface IPrincipalDigitsGridLabel
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.

getPrincipalDigitCount

public int getPrincipalDigitCount()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The number of principal digits for the label.

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

setPrincipalDigitCount

public void setPrincipalDigitCount(int count)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The number of principal digits for the label.

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

getBaseDigitCount

public int getBaseDigitCount()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The number of base digits for the label.

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

setBaseDigitCount

public void setBaseDigitCount(int count)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The number of base digits for the label.

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

getUnitSuffix

public java.lang.String getUnitSuffix()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The string used to indicate the units.

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

setUnitSuffix

public void setUnitSuffix(java.lang.String str)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The string used to indicate the units.

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

getEastingSuffix

public java.lang.String getEastingSuffix()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The string used to indicate the Easting.

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

setEastingSuffix

public void setEastingSuffix(java.lang.String str)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The string used to indicate the Easting.

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

getNorthingSuffix

public java.lang.String getNorthingSuffix()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The string used to indicate the Northing.

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

setNorthingSuffix

public void setNorthingSuffix(java.lang.String str)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The string used to indicate the Northing.

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