com.esri.arcgis.geoprocessing
Class IMdDisplayNodeProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IMdDisplayNodeProxy
All Implemented Interfaces:
IMdDisplayNode, java.io.Externalizable, java.io.Serializable

public class IMdDisplayNodeProxy
extends com.esri.arcgis.interop.Dispatch
implements IMdDisplayNode, java.io.Serializable

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 =

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IMdDisplayNodeProxy

public IMdDisplayNodeProxy(java.lang.String CLSID,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.net.UnknownHostException,
                           java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IMdDisplayNodeProxy

public IMdDisplayNodeProxy()
For internal use only


IMdDisplayNodeProxy

public IMdDisplayNodeProxy(java.lang.Object obj)
                    throws java.io.IOException
Throws:
java.io.IOException

IMdDisplayNodeProxy

protected IMdDisplayNodeProxy(java.lang.Object obj,
                              java.lang.String iid)
                       throws java.io.IOException
Throws:
java.io.IOException

IMdDisplayNodeProxy

protected IMdDisplayNodeProxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getShape

public int getShape()
             throws java.io.IOException,
                    AutomationException
The shape type of the display node object.

Specified by:
getShape in interface IMdDisplayNode
Returns:
A com.esri.arcgis.geoprocessing.esriModelDiagramNodeShape constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShape

public void setShape(int pShape)
              throws java.io.IOException,
                     AutomationException
The shape type of the display node object.

Specified by:
setShape in interface IMdDisplayNode
Parameters:
pShape - A com.esri.arcgis.geoprocessing.esriModelDiagramNodeShape constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeight

public int getHeight()
              throws java.io.IOException,
                     AutomationException
The height of the display node object.

Specified by:
getHeight in interface IMdDisplayNode
Returns:
The pHeight
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHeight

public void setHeight(int pHeight)
               throws java.io.IOException,
                      AutomationException
The height of the display node object.

Specified by:
setHeight in interface IMdDisplayNode
Parameters:
pHeight - The pHeight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWidth

public int getWidth()
             throws java.io.IOException,
                    AutomationException
The width of the display node object.

Specified by:
getWidth in interface IMdDisplayNode
Returns:
The pWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWidth

public void setWidth(int pWidth)
              throws java.io.IOException,
                     AutomationException
The width of the display node object.

Specified by:
setWidth in interface IMdDisplayNode
Parameters:
pWidth - The pWidth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextFont

public IFont getTextFont()
                  throws java.io.IOException,
                         AutomationException
The text font of the display node object.

Specified by:
getTextFont in interface IMdDisplayNode
Returns:
A reference to a com.esri.arcgis.support.ms.stdole.IFont
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextFontByRef

public void setTextFontByRef(IFont ppFont)
                      throws java.io.IOException,
                             AutomationException
The text font of the display node object.

Specified by:
setTextFontByRef in interface IMdDisplayNode
Parameters:
ppFont - A reference to a com.esri.arcgis.support.ms.stdole.IFont (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextColor

public int getTextColor()
                 throws java.io.IOException,
                        AutomationException
The text color of the display node object.

Specified by:
getTextColor in interface IMdDisplayNode
Returns:
The pColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextColor

public void setTextColor(int pColor)
                  throws java.io.IOException,
                         AutomationException
The text color of the display node object.

Specified by:
setTextColor in interface IMdDisplayNode
Parameters:
pColor - The pColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBackgroundColor

public int getBackgroundColor()
                       throws java.io.IOException,
                              AutomationException
The background color of the display node object.

Specified by:
getBackgroundColor in interface IMdDisplayNode
Returns:
The pColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundColor

public void setBackgroundColor(int pColor)
                        throws java.io.IOException,
                               AutomationException
The background color of the display node object.

Specified by:
setBackgroundColor in interface IMdDisplayNode
Parameters:
pColor - The pColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutlineColor

public int getOutlineColor()
                    throws java.io.IOException,
                           AutomationException
The outline color of the display node object.

Specified by:
getOutlineColor in interface IMdDisplayNode
Returns:
The pColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutlineColor

public void setOutlineColor(int pColor)
                     throws java.io.IOException,
                            AutomationException
The outline color of the display node object.

Specified by:
setOutlineColor in interface IMdDisplayNode
Parameters:
pColor - The pColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutlineWidth

public int getOutlineWidth()
                    throws java.io.IOException,
                           AutomationException
The outline width of the display node object.

Specified by:
getOutlineWidth in interface IMdDisplayNode
Returns:
The pWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutlineWidth

public void setOutlineWidth(int pWidth)
                     throws java.io.IOException,
                            AutomationException
The outline width of the display node object.

Specified by:
setOutlineWidth in interface IMdDisplayNode
Parameters:
pWidth - The pWidth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowShadow

public boolean isShowShadow()
                     throws java.io.IOException,
                            AutomationException
Indicates whether or not to display a shadow for the node.

Specified by:
isShowShadow in interface IMdDisplayNode
Returns:
The pShowShadow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowShadow

public void setShowShadow(boolean pShowShadow)
                   throws java.io.IOException,
                          AutomationException
Indicates whether or not to display a shadow for the node.

Specified by:
setShowShadow in interface IMdDisplayNode
Parameters:
pShowShadow - The pShowShadow (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.