|
|||||||||
| 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.IPrincipalDigitsGridLabelProxy
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
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.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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IPrincipalDigitsGridLabelProxy(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.IOExceptionpublic IPrincipalDigitsGridLabelProxy()
public IPrincipalDigitsGridLabelProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IPrincipalDigitsGridLabelProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IPrincipalDigitsGridLabelProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public Font getSmallLabelFont()
throws java.io.IOException,
AutomationException
getSmallLabelFont in interface IPrincipalDigitsGridLabeljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSmallLabelFont(Font font)
throws java.io.IOException,
AutomationException
setSmallLabelFont in interface IPrincipalDigitsGridLabelfont - 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 getSmallLabelSize()
throws java.io.IOException,
AutomationException
getSmallLabelSize in interface IPrincipalDigitsGridLabeljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSmallLabelSize(double size)
throws java.io.IOException,
AutomationException
setSmallLabelSize in interface IPrincipalDigitsGridLabelsize - The size (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getSmallLabelColor()
throws java.io.IOException,
AutomationException
getSmallLabelColor in interface IPrincipalDigitsGridLabeljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSmallLabelColor(IColor color)
throws java.io.IOException,
AutomationException
setSmallLabelColor in interface IPrincipalDigitsGridLabelcolor - 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 getPrincipalDigitCount()
throws java.io.IOException,
AutomationException
getPrincipalDigitCount in interface IPrincipalDigitsGridLabeljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrincipalDigitCount(int count)
throws java.io.IOException,
AutomationException
setPrincipalDigitCount in interface IPrincipalDigitsGridLabelcount - The count (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBaseDigitCount()
throws java.io.IOException,
AutomationException
getBaseDigitCount in interface IPrincipalDigitsGridLabeljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBaseDigitCount(int count)
throws java.io.IOException,
AutomationException
setBaseDigitCount in interface IPrincipalDigitsGridLabelcount - The count (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getUnitSuffix()
throws java.io.IOException,
AutomationException
getUnitSuffix in interface IPrincipalDigitsGridLabeljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUnitSuffix(java.lang.String str)
throws java.io.IOException,
AutomationException
setUnitSuffix in interface IPrincipalDigitsGridLabelstr - The str (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getEastingSuffix()
throws java.io.IOException,
AutomationException
getEastingSuffix in interface IPrincipalDigitsGridLabeljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEastingSuffix(java.lang.String str)
throws java.io.IOException,
AutomationException
setEastingSuffix in interface IPrincipalDigitsGridLabelstr - The str (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getNorthingSuffix()
throws java.io.IOException,
AutomationException
getNorthingSuffix in interface IPrincipalDigitsGridLabeljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNorthingSuffix(java.lang.String str)
throws java.io.IOException,
AutomationException
setNorthingSuffix in interface IPrincipalDigitsGridLabelstr - The str (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 | ||||||||