|
|||||||||
| 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.system.INumericFormatProxy
Description: 'Provides access to members that format numbers.' 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 INumericFormatProxy
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.system.INumericFormat |
|---|
IID, IID7e4f4710_8e54_11d2_aad8_000000000000 |
| Constructor Summary | |
|---|---|
|
INumericFormatProxy()
Deprecated. For internal use only |
|
INumericFormatProxy(java.lang.Object obj)
Deprecated. |
protected |
INumericFormatProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INumericFormatProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INumericFormatProxy(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 |
getAlignmentOption()
Deprecated. The alignment option applied to the ValueToString method. |
int |
getAlignmentWidth()
Deprecated. The alignment width applied to the ValueToString method. |
int |
getRoundingOption()
Deprecated. The rounding option applied to the ValueToString method. |
int |
getRoundingValue()
Deprecated. The rounding value, whose meaning depends on the rounding option. |
boolean |
isShowPlusSign()
Deprecated. Indicates if formatted numbers contain a plus sign for positive numbers. |
boolean |
isUseSeparator()
Deprecated. Indicates if formatted numbers contain digit grouping symbols. |
boolean |
isZeroPad()
Deprecated. Indicates if formatted numbers contain padded zeros to the right of the decimal. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setAlignmentOption(int option)
Deprecated. The alignment option applied to the ValueToString method. |
void |
setAlignmentWidth(int width)
Deprecated. The alignment width applied to the ValueToString method. |
void |
setRoundingOption(int pption)
Deprecated. The rounding option applied to the ValueToString method. |
void |
setRoundingValue(int value)
Deprecated. The rounding value, whose meaning depends on the rounding option. |
void |
setShowPlusSign(boolean show)
Deprecated. Indicates if formatted numbers contain a plus sign for positive numbers. |
void |
setUseSeparator(boolean sep)
Deprecated. Indicates if formatted numbers contain digit grouping symbols. |
void |
setZeroPad(boolean pad)
Deprecated. Indicates if formatted numbers contain padded zeros to the right of the decimal. |
| 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 INumericFormatProxy(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 INumericFormatProxy()
public INumericFormatProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected INumericFormatProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected INumericFormatProxy(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 void setRoundingOption(int pption)
throws java.io.IOException,
AutomationException
setRoundingOption in interface INumericFormatpption - A com.esri.arcgis.system.esriRoundingOptionEnum constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRoundingOption()
throws java.io.IOException,
AutomationException
getRoundingOption in interface INumericFormatjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRoundingValue(int value)
throws java.io.IOException,
AutomationException
setRoundingValue in interface INumericFormatvalue - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRoundingValue()
throws java.io.IOException,
AutomationException
getRoundingValue in interface INumericFormatjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlignmentOption(int option)
throws java.io.IOException,
AutomationException
setAlignmentOption in interface INumericFormatoption - A com.esri.arcgis.system.esriNumericAlignmentEnum constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAlignmentOption()
throws java.io.IOException,
AutomationException
getAlignmentOption in interface INumericFormatjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlignmentWidth(int width)
throws java.io.IOException,
AutomationException
setAlignmentWidth in interface INumericFormatwidth - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAlignmentWidth()
throws java.io.IOException,
AutomationException
getAlignmentWidth in interface INumericFormatjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseSeparator(boolean sep)
throws java.io.IOException,
AutomationException
setUseSeparator in interface INumericFormatsep - The sep (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseSeparator()
throws java.io.IOException,
AutomationException
isUseSeparator in interface INumericFormatjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setZeroPad(boolean pad)
throws java.io.IOException,
AutomationException
setZeroPad in interface INumericFormatpad - The pad (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isZeroPad()
throws java.io.IOException,
AutomationException
isZeroPad in interface INumericFormatjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowPlusSign(boolean show)
throws java.io.IOException,
AutomationException
setShowPlusSign in interface INumericFormatshow - The show (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowPlusSign()
throws java.io.IOException,
AutomationException
isShowPlusSign in interface INumericFormatjava.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 | ||||||||