|
|||||||||
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.IOverposterOptionsProxy
Description: 'Provides access to overposter options.' 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 IOverposterOptionsProxy
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.IOverposterOptions |
---|
IID, IID8112f1a9_0ecd_4e5e_977c_80b358a574b9 |
Constructor Summary | |
---|---|
|
IOverposterOptionsProxy()
Deprecated. For internal use only |
|
IOverposterOptionsProxy(java.lang.Object obj)
Deprecated. |
protected |
IOverposterOptionsProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IOverposterOptionsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IOverposterOptionsProxy(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. |
double |
getInvertedLabelTolerance()
Deprecated. The angle at which the label orientation is switched. |
IColor |
getUnplacedLabelColor()
Deprecated. The color with which unplaced labels are drawn. |
boolean |
isEnableDrawUnplaced()
Deprecated. Indicates whether the unplaced labels are drawn. |
boolean |
isEnableLabelCache()
Deprecated. Indicates whether labels are returned from cache or placement run. |
boolean |
isRotateLabelWithDataFrame()
Deprecated. Indicates if labels are rotated if the data frame is rotated. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setEnableDrawUnplaced(boolean flag)
Deprecated. Indicates whether the unplaced labels are drawn. |
void |
setEnableLabelCache(boolean flag)
Deprecated. Indicates whether labels are returned from cache or placement run. |
void |
setInvertedLabelTolerance(double angle)
Deprecated. The angle at which the label orientation is switched. |
void |
setRotateLabelWithDataFrame(boolean flag)
Deprecated. Indicates if labels are rotated if the data frame is rotated. |
void |
setUnplacedLabelColorByRef(IColor color)
Deprecated. The color with which unplaced labels are drawn. |
void |
stackLabel(ILabelEngineLayerProperties layerProps,
boolean forceStack,
java.lang.String labelIn,
boolean[] stacked,
java.lang.String[] labelOut)
Deprecated. Provides the option to stack a label based on the current overposter properties. |
void |
translateLabel(ILabelEngineLayerProperties layerProps,
java.lang.String labelIn,
boolean[] translated,
java.lang.String[] labelOut)
Deprecated. Provides the option to translate a label based on the current overposter properties. |
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 IOverposterOptionsProxy(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 IOverposterOptionsProxy()
public IOverposterOptionsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IOverposterOptionsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IOverposterOptionsProxy(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 void translateLabel(ILabelEngineLayerProperties layerProps, java.lang.String labelIn, boolean[] translated, java.lang.String[] labelOut) throws java.io.IOException, AutomationException
translateLabel
in interface IOverposterOptions
layerProps
- A reference to a com.esri.arcgis.carto.ILabelEngineLayerProperties (in)labelIn
- The labelIn (in)translated
- The translated (out: use single element array)labelOut
- The labelOut (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stackLabel(ILabelEngineLayerProperties layerProps, boolean forceStack, java.lang.String labelIn, boolean[] stacked, java.lang.String[] labelOut) throws java.io.IOException, AutomationException
stackLabel
in interface IOverposterOptions
layerProps
- A reference to a com.esri.arcgis.carto.ILabelEngineLayerProperties (in)forceStack
- The forceStack (in)labelIn
- The labelIn (in)stacked
- The stacked (out: use single element array)labelOut
- The labelOut (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnableLabelCache() throws java.io.IOException, AutomationException
isEnableLabelCache
in interface IOverposterOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnableLabelCache(boolean flag) throws java.io.IOException, AutomationException
setEnableLabelCache
in interface IOverposterOptions
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnableDrawUnplaced() throws java.io.IOException, AutomationException
isEnableDrawUnplaced
in interface IOverposterOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnableDrawUnplaced(boolean flag) throws java.io.IOException, AutomationException
setEnableDrawUnplaced
in interface IOverposterOptions
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUnplacedLabelColorByRef(IColor color) throws java.io.IOException, AutomationException
setUnplacedLabelColorByRef
in interface IOverposterOptions
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 IColor getUnplacedLabelColor() throws java.io.IOException, AutomationException
getUnplacedLabelColor
in interface IOverposterOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInvertedLabelTolerance(double angle) throws java.io.IOException, AutomationException
setInvertedLabelTolerance
in interface IOverposterOptions
angle
- The angle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getInvertedLabelTolerance() throws java.io.IOException, AutomationException
getInvertedLabelTolerance
in interface IOverposterOptions
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRotateLabelWithDataFrame(boolean flag) throws java.io.IOException, AutomationException
setRotateLabelWithDataFrame
in interface IOverposterOptions
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRotateLabelWithDataFrame() throws java.io.IOException, AutomationException
isRotateLabelWithDataFrame
in interface IOverposterOptions
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 |