|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geoprocessing.IMdDisplayNodeProxy
public class IMdDisplayNodeProxy
Internal use class Proxy for COM Interface 'IMdDisplayNode'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to properties/methods of a model display node.' 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 =
Field Summary | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
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.geoprocessing.IMdDisplayNode |
---|
IID, IID42e93dc0_7581_4362_8d5c_d3f6e7295398 |
Constructor Summary | |
---|---|
|
IMdDisplayNodeProxy()
For internal use only |
|
IMdDisplayNodeProxy(java.lang.Object obj)
|
protected |
IMdDisplayNodeProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IMdDisplayNodeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IMdDisplayNodeProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
int |
getBackgroundColor()
The background color of the display node object. |
int |
getHeight()
The height of the display node object. |
int |
getOutlineColor()
The outline color of the display node object. |
int |
getOutlineWidth()
The outline width of the display node object. |
int |
getShape()
The shape type of the display node object. |
int |
getTextColor()
The text color of the display node object. |
IFont |
getTextFont()
The text font of the display node object. |
int |
getWidth()
The width of the display node object. |
boolean |
isShowShadow()
Indicates whether or not to display a shadow for the node. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setBackgroundColor(int pColor)
The background color of the display node object. |
void |
setHeight(int pHeight)
The height of the display node object. |
void |
setOutlineColor(int pColor)
The outline color of the display node object. |
void |
setOutlineWidth(int pWidth)
The outline width of the display node object. |
void |
setShape(int pShape)
The shape type of the display node object. |
void |
setShowShadow(boolean pShowShadow)
Indicates whether or not to display a shadow for the node. |
void |
setTextColor(int pColor)
The text color of the display node object. |
void |
setTextFontByRef(IFont ppFont)
The text font of the display node object. |
void |
setWidth(int pWidth)
The width of the display node object. |
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 IMdDisplayNodeProxy(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 IMdDisplayNodeProxy()
public IMdDisplayNodeProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMdDisplayNodeProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMdDisplayNodeProxy(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 int getShape() throws java.io.IOException, AutomationException
getShape
in interface IMdDisplayNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShape(int pShape) throws java.io.IOException, AutomationException
setShape
in interface IMdDisplayNode
pShape
- A com.esri.arcgis.geoprocessing.esriModelDiagramNodeShape constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHeight() throws java.io.IOException, AutomationException
getHeight
in interface IMdDisplayNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeight(int pHeight) throws java.io.IOException, AutomationException
setHeight
in interface IMdDisplayNode
pHeight
- The pHeight (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws java.io.IOException, AutomationException
getWidth
in interface IMdDisplayNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWidth(int pWidth) throws java.io.IOException, AutomationException
setWidth
in interface IMdDisplayNode
pWidth
- The pWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFont getTextFont() throws java.io.IOException, AutomationException
getTextFont
in interface IMdDisplayNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextFontByRef(IFont ppFont) throws java.io.IOException, AutomationException
setTextFontByRef
in interface IMdDisplayNode
ppFont
- A reference to a com.esri.arcgis.support.ms.stdole.IFont (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTextColor() throws java.io.IOException, AutomationException
getTextColor
in interface IMdDisplayNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextColor(int pColor) throws java.io.IOException, AutomationException
setTextColor
in interface IMdDisplayNode
pColor
- The pColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBackgroundColor() throws java.io.IOException, AutomationException
getBackgroundColor
in interface IMdDisplayNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackgroundColor(int pColor) throws java.io.IOException, AutomationException
setBackgroundColor
in interface IMdDisplayNode
pColor
- The pColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutlineColor() throws java.io.IOException, AutomationException
getOutlineColor
in interface IMdDisplayNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutlineColor(int pColor) throws java.io.IOException, AutomationException
setOutlineColor
in interface IMdDisplayNode
pColor
- The pColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutlineWidth() throws java.io.IOException, AutomationException
getOutlineWidth
in interface IMdDisplayNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutlineWidth(int pWidth) throws java.io.IOException, AutomationException
setOutlineWidth
in interface IMdDisplayNode
pWidth
- The pWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowShadow() throws java.io.IOException, AutomationException
isShowShadow
in interface IMdDisplayNode
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowShadow(boolean pShowShadow) throws java.io.IOException, AutomationException
setShowShadow
in interface IMdDisplayNode
pShowShadow
- The pShowShadow (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 |