com.esri.arcgis.geoprocessing
Interface IMdDisplayNode

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMdDisplayNodeProxy

public interface IMdDisplayNode
extends java.io.Serializable

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
static java.lang.String IID
          Deprecated. Internal use only
static int IID42e93dc0_7581_4362_8d5c_d3f6e7295398
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 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.
 

Field Detail

IID42e93dc0_7581_4362_8d5c_d3f6e7295398

static final int IID42e93dc0_7581_4362_8d5c_d3f6e7295398
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getShape

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

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

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

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

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

Returns:
The pHeight
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHeight

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

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

getWidth

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

Returns:
The pWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWidth

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

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

getTextFont

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

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

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

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

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

Returns:
The pColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextColor

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

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

getBackgroundColor

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

Returns:
The pColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundColor

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

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

getOutlineColor

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

Returns:
The pColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutlineColor

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

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

getOutlineWidth

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

Returns:
The pWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutlineWidth

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

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

isShowShadow

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

Returns:
The pShowShadow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowShadow

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

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