|
|||||||||
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
Provides access to properties/methods of a model display node.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IMdDisplayNodeProxy()
|
|
IMdDisplayNodeProxy(Object obj)
|
protected |
IMdDisplayNodeProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
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(String iidStr,
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 boolean noncastable
Constructor Detail |
---|
public IMdDisplayNodeProxy()
public IMdDisplayNodeProxy(Object obj) throws IOException
IOException
protected IMdDisplayNodeProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public int getShape() throws IOException, AutomationException
getShape
in interface IMdDisplayNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShape(int pShape) throws IOException, AutomationException
setShape
in interface IMdDisplayNode
pShape
- A com.esri.arcgis.geoprocessing.esriModelDiagramNodeShape constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHeight() throws IOException, AutomationException
getHeight
in interface IMdDisplayNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHeight(int pHeight) throws IOException, AutomationException
setHeight
in interface IMdDisplayNode
pHeight
- The pHeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWidth() throws IOException, AutomationException
getWidth
in interface IMdDisplayNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWidth(int pWidth) throws IOException, AutomationException
setWidth
in interface IMdDisplayNode
pWidth
- The pWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFont getTextFont() throws IOException, AutomationException
getTextFont
in interface IMdDisplayNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextFontByRef(IFont ppFont) throws IOException, AutomationException
setTextFontByRef
in interface IMdDisplayNode
ppFont
- A reference to a com.esri.arcgis.support.ms.stdole.IFont (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTextColor() throws IOException, AutomationException
getTextColor
in interface IMdDisplayNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextColor(int pColor) throws IOException, AutomationException
setTextColor
in interface IMdDisplayNode
pColor
- The pColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBackgroundColor() throws IOException, AutomationException
getBackgroundColor
in interface IMdDisplayNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackgroundColor(int pColor) throws IOException, AutomationException
setBackgroundColor
in interface IMdDisplayNode
pColor
- The pColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutlineColor() throws IOException, AutomationException
getOutlineColor
in interface IMdDisplayNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutlineColor(int pColor) throws IOException, AutomationException
setOutlineColor
in interface IMdDisplayNode
pColor
- The pColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutlineWidth() throws IOException, AutomationException
getOutlineWidth
in interface IMdDisplayNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutlineWidth(int pWidth) throws IOException, AutomationException
setOutlineWidth
in interface IMdDisplayNode
pWidth
- The pWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowShadow() throws IOException, AutomationException
isShowShadow
in interface IMdDisplayNode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowShadow(boolean pShowShadow) throws IOException, AutomationException
setShowShadow
in interface IMdDisplayNode
pShowShadow
- The pShowShadow (in)
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 |