|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMdDisplayNode
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 |
---|
static final int IID42e93dc0_7581_4362_8d5c_d3f6e7295398
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getShape() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShape(int pShape) throws java.io.IOException, AutomationException
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.int getHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeight(int pHeight) throws java.io.IOException, AutomationException
pHeight
- The pHeight (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(int pWidth) throws java.io.IOException, AutomationException
pWidth
- The pWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFont getTextFont() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextFontByRef(IFont ppFont) throws java.io.IOException, AutomationException
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.int getTextColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextColor(int pColor) throws java.io.IOException, AutomationException
pColor
- The pColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBackgroundColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundColor(int pColor) throws java.io.IOException, AutomationException
pColor
- The pColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOutlineColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutlineColor(int pColor) throws java.io.IOException, AutomationException
pColor
- The pColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOutlineWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutlineWidth(int pWidth) throws java.io.IOException, AutomationException
pWidth
- The pWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowShadow() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowShadow(boolean pShowShadow) throws java.io.IOException, AutomationException
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 |