|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMdDisplayNode
Provides access to properties/methods of a model display node.
| 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. |
| Method Detail |
|---|
int getShape()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShape(int pShape)
throws IOException,
AutomationException
pShape - A com.esri.arcgis.geoprocessing.esriModelDiagramNodeShape constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHeight()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHeight(int pHeight)
throws IOException,
AutomationException
pHeight - The pHeight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setWidth(int pWidth)
throws IOException,
AutomationException
pWidth - The pWidth (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFont getTextFont()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextFontByRef(IFont ppFont)
throws IOException,
AutomationException
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.
int getTextColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextColor(int pColor)
throws IOException,
AutomationException
pColor - The pColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBackgroundColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBackgroundColor(int pColor)
throws IOException,
AutomationException
pColor - The pColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getOutlineColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOutlineColor(int pColor)
throws IOException,
AutomationException
pColor - The pColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getOutlineWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOutlineWidth(int pWidth)
throws IOException,
AutomationException
pWidth - The pWidth (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowShadow()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowShadow(boolean pShowShadow)
throws IOException,
AutomationException
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 | ||||||||