|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geoprocessing.IMdDiagramPropertiesProxy
public class IMdDiagramPropertiesProxy
Internal use class Proxy for COM Interface 'IMdDiagramProperties'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to properties/methods of a model diagram properties object.' 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 | |
|---|---|
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.IMdDiagramProperties |
|---|
IID, IID46d9fdb4_21c9_46a7_8440_0234d1ebe62b |
| Constructor Summary | |
|---|---|
|
IMdDiagramPropertiesProxy()
For internal use only |
|
IMdDiagramPropertiesProxy(java.lang.Object obj)
|
protected |
IMdDiagramPropertiesProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IMdDiagramPropertiesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IMdDiagramPropertiesProxy(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)
|
IMdDisplayEdge |
getDisplayEdge(int edgeType)
Returns display edge. |
IMdDisplayNode |
getDisplayNode(int nodeType)
Returns display node. |
int |
getGridLineColor()
The grid line color of the diagram properties object. |
int |
getGridPointColor()
The grid point color of the diagram properties object. |
int |
getGridSize()
The grid size of the diagram properties object. |
int |
getGridType()
The grid type of the diagram properties object. |
int |
getHorizontalEdgeSpacing()
The orthogonal horizontal edge spacing of the diagram properties object. |
int |
getLayoutQuality()
The layout quality of the diagram properties object. |
int |
getLevelAlignment()
The level alignment of the diagram properties object. |
int |
getLevelConstraint()
The level constraint of the diagram properties object. |
int |
getLevelOrientation()
The level orientation of the diagram properties object. |
int |
getLevelSpacing()
The level spacing of the diagram properties object. |
int |
getMinimumSlopePercent()
The minimum slope percent of the diagram properties object. |
int |
getNodeSpacing()
The node spacing of the diagram properties object. |
int |
getSelectedColor()
The selected color of the diagram properties object. |
int |
getVerticalEdgeSpacing()
The orthogonal vertical edge spacing of the diagram properties object. |
boolean |
isAutoLayout()
Indicates if auto layout is active. |
boolean |
isIncrementalLayout()
Indicates if the graph is using incremental layout. |
boolean |
isMergeEdgeChannels()
Indicates if the graph is using orthogonal channel merging. |
boolean |
isOrthogonalRouting()
Indicates if the graph is using orthoginal routing. |
boolean |
isReduceCrossings()
Indicates if reduce crossings is active. |
boolean |
isRespectFlow()
Indicates if respect flow is active. |
boolean |
isShowGrid()
Indicates whether or not to show a grid on the diagram. |
boolean |
isUseMinimumSlope()
Indicates if the graph should use the minimum slope property. |
boolean |
isVariableLevelSpacing()
Indicates if the graph is using variable level spacing. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setAutoLayout(boolean pAutoLayout)
Indicates if auto layout is active. |
void |
setDisplayEdge(int edgeType,
IMdDisplayEdge pDisplayEdge)
Sets display edge. |
void |
setDisplayNode(int nodeType,
IMdDisplayNode pDisplayNode)
Sets display node. |
void |
setGridLineColor(int pColor)
The grid line color of the diagram properties object. |
void |
setGridPointColor(int pColor)
The grid point color of the diagram properties object. |
void |
setGridSize(int pGridSize)
The grid size of the diagram properties object. |
void |
setGridType(int pGridType)
The grid type of the diagram properties object. |
void |
setHorizontalEdgeSpacing(int pHorizontalEdgeSpacing)
The orthogonal horizontal edge spacing of the diagram properties object. |
void |
setIncrementalLayout(boolean pIncrementalLayout)
Indicates if the graph is using incremental layout. |
void |
setLayoutQuality(int pLayoutQuality)
The layout quality of the diagram properties object. |
void |
setLevelAlignment(int pLevelAlignment)
The level alignment of the diagram properties object. |
void |
setLevelConstraint(int pLevelConstraint)
The level constraint of the diagram properties object. |
void |
setLevelOrientation(int pLevelOrientation)
The level orientation of the diagram properties object. |
void |
setLevelSpacing(int pLevelSpacing)
The level spacing of the diagram properties object. |
void |
setMergeEdgeChannels(boolean pMergeEdgeChannels)
Indicates if the graph is using orthogonal channel merging. |
void |
setMinimumSlopePercent(int pMinimumSlopePercent)
The minimum slope percent of the diagram properties object. |
void |
setNodeSpacing(int pNodeSpacing)
The node spacing of the diagram properties object. |
void |
setOrthogonalRouting(boolean pOrthogonalRouting)
Indicates if the graph is using orthoginal routing. |
void |
setReduceCrossings(boolean pReduceCrossings)
Indicates if reduce crossings is active. |
void |
setRespectFlow(boolean pRespectFlow)
Indicates if respect flow is active. |
void |
setSelectedColor(int pSelectedColor)
The selected color of the diagram properties object. |
void |
setShowGrid(boolean pShowGrid)
Indicates whether or not to show a grid on the diagram. |
void |
setUseMinimumSlope(boolean pUseMinimumSlope)
Indicates if the graph should use the minimum slope property. |
void |
setVariableLevelSpacing(boolean pVariableLevelSpacing)
Indicates if the graph is using variable level spacing. |
void |
setVerticalEdgeSpacing(int pVerticalEdgeSpacing)
The orthogonal vertical edge spacing of the diagram properties 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IMdDiagramPropertiesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IMdDiagramPropertiesProxy()
public IMdDiagramPropertiesProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IMdDiagramPropertiesProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IMdDiagramPropertiesProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public IMdDisplayNode getDisplayNode(int nodeType)
throws java.io.IOException,
AutomationException
getDisplayNode in interface IMdDiagramPropertiesnodeType - A com.esri.arcgis.geoprocessing.esriModelDiagramNodeType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayNode(int nodeType,
IMdDisplayNode pDisplayNode)
throws java.io.IOException,
AutomationException
setDisplayNode in interface IMdDiagramPropertiesnodeType - A com.esri.arcgis.geoprocessing.esriModelDiagramNodeType constant (in)pDisplayNode - A reference to a com.esri.arcgis.geoprocessing.IMdDisplayNode (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMdDisplayEdge getDisplayEdge(int edgeType)
throws java.io.IOException,
AutomationException
getDisplayEdge in interface IMdDiagramPropertiesedgeType - A com.esri.arcgis.geoprocessing.esriMdConnectionType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayEdge(int edgeType,
IMdDisplayEdge pDisplayEdge)
throws java.io.IOException,
AutomationException
setDisplayEdge in interface IMdDiagramPropertiesedgeType - A com.esri.arcgis.geoprocessing.esriMdConnectionType constant (in)pDisplayEdge - A reference to a com.esri.arcgis.geoprocessing.IMdDisplayEdge (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVariableLevelSpacing()
throws java.io.IOException,
AutomationException
isVariableLevelSpacing in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVariableLevelSpacing(boolean pVariableLevelSpacing)
throws java.io.IOException,
AutomationException
setVariableLevelSpacing in interface IMdDiagramPropertiespVariableLevelSpacing - The pVariableLevelSpacing (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLevelSpacing()
throws java.io.IOException,
AutomationException
getLevelSpacing in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLevelSpacing(int pLevelSpacing)
throws java.io.IOException,
AutomationException
setLevelSpacing in interface IMdDiagramPropertiespLevelSpacing - The pLevelSpacing (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getNodeSpacing()
throws java.io.IOException,
AutomationException
getNodeSpacing in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setNodeSpacing(int pNodeSpacing)
throws java.io.IOException,
AutomationException
setNodeSpacing in interface IMdDiagramPropertiespNodeSpacing - The pNodeSpacing (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMinimumSlopePercent()
throws java.io.IOException,
AutomationException
getMinimumSlopePercent in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimumSlopePercent(int pMinimumSlopePercent)
throws java.io.IOException,
AutomationException
setMinimumSlopePercent in interface IMdDiagramPropertiespMinimumSlopePercent - The pMinimumSlopePercent (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseMinimumSlope()
throws java.io.IOException,
AutomationException
isUseMinimumSlope in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseMinimumSlope(boolean pUseMinimumSlope)
throws java.io.IOException,
AutomationException
setUseMinimumSlope in interface IMdDiagramPropertiespUseMinimumSlope - The pUseMinimumSlope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLayoutQuality()
throws java.io.IOException,
AutomationException
getLayoutQuality in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayoutQuality(int pLayoutQuality)
throws java.io.IOException,
AutomationException
setLayoutQuality in interface IMdDiagramPropertiespLayoutQuality - A com.esri.arcgis.geoprocessing.esriModelDiagramLayoutQuality constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLevelOrientation()
throws java.io.IOException,
AutomationException
getLevelOrientation in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLevelOrientation(int pLevelOrientation)
throws java.io.IOException,
AutomationException
setLevelOrientation in interface IMdDiagramPropertiespLevelOrientation - A com.esri.arcgis.geoprocessing.esriModelDiagramLevelOrientation constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLevelConstraint()
throws java.io.IOException,
AutomationException
getLevelConstraint in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLevelConstraint(int pLevelConstraint)
throws java.io.IOException,
AutomationException
setLevelConstraint in interface IMdDiagramPropertiespLevelConstraint - A com.esri.arcgis.geoprocessing.esriModelDiagramLevelConstraint constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLevelAlignment()
throws java.io.IOException,
AutomationException
getLevelAlignment in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLevelAlignment(int pLevelAlignment)
throws java.io.IOException,
AutomationException
setLevelAlignment in interface IMdDiagramPropertiespLevelAlignment - A com.esri.arcgis.geoprocessing.esriModelDiagramLevelAlignment constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOrthogonalRouting()
throws java.io.IOException,
AutomationException
isOrthogonalRouting in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOrthogonalRouting(boolean pOrthogonalRouting)
throws java.io.IOException,
AutomationException
setOrthogonalRouting in interface IMdDiagramPropertiespOrthogonalRouting - The pOrthogonalRouting (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getVerticalEdgeSpacing()
throws java.io.IOException,
AutomationException
getVerticalEdgeSpacing in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVerticalEdgeSpacing(int pVerticalEdgeSpacing)
throws java.io.IOException,
AutomationException
setVerticalEdgeSpacing in interface IMdDiagramPropertiespVerticalEdgeSpacing - The pVerticalEdgeSpacing (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHorizontalEdgeSpacing()
throws java.io.IOException,
AutomationException
getHorizontalEdgeSpacing in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHorizontalEdgeSpacing(int pHorizontalEdgeSpacing)
throws java.io.IOException,
AutomationException
setHorizontalEdgeSpacing in interface IMdDiagramPropertiespHorizontalEdgeSpacing - The pHorizontalEdgeSpacing (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isMergeEdgeChannels()
throws java.io.IOException,
AutomationException
isMergeEdgeChannels in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMergeEdgeChannels(boolean pMergeEdgeChannels)
throws java.io.IOException,
AutomationException
setMergeEdgeChannels in interface IMdDiagramPropertiespMergeEdgeChannels - The pMergeEdgeChannels (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIncrementalLayout()
throws java.io.IOException,
AutomationException
isIncrementalLayout in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIncrementalLayout(boolean pIncrementalLayout)
throws java.io.IOException,
AutomationException
setIncrementalLayout in interface IMdDiagramPropertiespIncrementalLayout - The pIncrementalLayout (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAutoLayout()
throws java.io.IOException,
AutomationException
isAutoLayout in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAutoLayout(boolean pAutoLayout)
throws java.io.IOException,
AutomationException
setAutoLayout in interface IMdDiagramPropertiespAutoLayout - The pAutoLayout (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowGrid()
throws java.io.IOException,
AutomationException
isShowGrid in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowGrid(boolean pShowGrid)
throws java.io.IOException,
AutomationException
setShowGrid in interface IMdDiagramPropertiespShowGrid - The pShowGrid (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGridType()
throws java.io.IOException,
AutomationException
getGridType in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGridType(int pGridType)
throws java.io.IOException,
AutomationException
setGridType in interface IMdDiagramPropertiespGridType - A com.esri.arcgis.geoprocessing.esriModelDiagramGridType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGridSize()
throws java.io.IOException,
AutomationException
getGridSize in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGridSize(int pGridSize)
throws java.io.IOException,
AutomationException
setGridSize in interface IMdDiagramPropertiespGridSize - The pGridSize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReduceCrossings()
throws java.io.IOException,
AutomationException
isReduceCrossings in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReduceCrossings(boolean pReduceCrossings)
throws java.io.IOException,
AutomationException
setReduceCrossings in interface IMdDiagramPropertiespReduceCrossings - The pReduceCrossings (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRespectFlow()
throws java.io.IOException,
AutomationException
isRespectFlow in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRespectFlow(boolean pRespectFlow)
throws java.io.IOException,
AutomationException
setRespectFlow in interface IMdDiagramPropertiespRespectFlow - The pRespectFlow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSelectedColor()
throws java.io.IOException,
AutomationException
getSelectedColor in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectedColor(int pSelectedColor)
throws java.io.IOException,
AutomationException
setSelectedColor in interface IMdDiagramPropertiespSelectedColor - The pSelectedColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGridLineColor()
throws java.io.IOException,
AutomationException
getGridLineColor in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGridLineColor(int pColor)
throws java.io.IOException,
AutomationException
setGridLineColor in interface IMdDiagramPropertiespColor - The pColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGridPointColor()
throws java.io.IOException,
AutomationException
getGridPointColor in interface IMdDiagramPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGridPointColor(int pColor)
throws java.io.IOException,
AutomationException
setGridPointColor in interface IMdDiagramPropertiespColor - The pColor (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 | ||||||||