com.esri.arcgis.geoprocessing
Class IMdDisplayEdgeProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IMdDisplayEdgeProxy
All Implemented Interfaces:
IMdDisplayEdge, Externalizable, Serializable

public class IMdDisplayEdgeProxy
extends com.esri.arcgis.interop.Dispatch
implements IMdDisplayEdge, Serializable

Provides access to properties/methods of a model display edge.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IMdDisplayEdgeProxy()
           
  IMdDisplayEdgeProxy(Object obj)
           
protected IMdDisplayEdgeProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 int getColor()
          The color of the display edge object.
 int getDirection()
          The direction of the display edge object.
 int getStyle()
          The style of the display edge object.
 int getWidth()
          The width of the display edge object.
 boolean isNonLeveling()
          Indicates if non-leveling is enabled for the edge.
 void removeListener(String iidStr, Object theListener)
           
 void setColor(int pColor)
          The color of the display edge object.
 void setDirection(int pDirection)
          The direction of the display edge object.
 void setNonLeveling(boolean pNonLeveling)
          Indicates if non-leveling is enabled for the edge.
 void setStyle(int pStyle)
          The style of the display edge object.
 void setWidth(int pWidth)
          The width of the display edge 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

noncastable

public boolean noncastable
Constructor Detail

IMdDisplayEdgeProxy

public IMdDisplayEdgeProxy()

IMdDisplayEdgeProxy

public IMdDisplayEdgeProxy(Object obj)
                    throws IOException
Throws:
IOException

IMdDisplayEdgeProxy

protected IMdDisplayEdgeProxy(Object obj,
                              String iid)
                       throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getColor

public int getColor()
             throws IOException,
                    AutomationException
The color of the display edge object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

setColor

public void setColor(int pColor)
              throws IOException,
                     AutomationException
The color of the display edge object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

getWidth

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

setWidth

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

getDirection

public int getDirection()
                 throws IOException,
                        AutomationException
The direction of the display edge object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
getDirection in interface IMdDisplayEdge
Returns:
The pDirection
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirection

public void setDirection(int pDirection)
                  throws IOException,
                         AutomationException
The direction of the display edge object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
setDirection in interface IMdDisplayEdge
Parameters:
pDirection - The pDirection (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isNonLeveling

public boolean isNonLeveling()
                      throws IOException,
                             AutomationException
Indicates if non-leveling is enabled for the edge.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
isNonLeveling in interface IMdDisplayEdge
Returns:
The pNonLeveling
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNonLeveling

public void setNonLeveling(boolean pNonLeveling)
                    throws IOException,
                           AutomationException
Indicates if non-leveling is enabled for the edge.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
setNonLeveling in interface IMdDisplayEdge
Parameters:
pNonLeveling - The pNonLeveling (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStyle

public int getStyle()
             throws IOException,
                    AutomationException
The style of the display edge object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
getStyle in interface IMdDisplayEdge
Returns:
A com.esri.arcgis.geoprocessing.esriModelDiagramEdgeStyle constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStyle

public void setStyle(int pStyle)
              throws IOException,
                     AutomationException
The style of the display edge object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Specified by:
setStyle in interface IMdDisplayEdge
Parameters:
pStyle - A com.esri.arcgis.geoprocessing.esriModelDiagramEdgeStyle constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.