|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMdDiagramProperties
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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID46d9fdb4_21c9_46a7_8440_0234d1ebe62b
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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 |
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. |
Field Detail |
---|
static final int IID46d9fdb4_21c9_46a7_8440_0234d1ebe62b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IMdDisplayNode getDisplayNode(int nodeType) throws java.io.IOException, AutomationException
nodeType
- A com.esri.arcgis.geoprocessing.esriModelDiagramNodeType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayNode(int nodeType, IMdDisplayNode pDisplayNode) throws java.io.IOException, AutomationException
nodeType
- 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.IMdDisplayEdge getDisplayEdge(int edgeType) throws java.io.IOException, AutomationException
edgeType
- A com.esri.arcgis.geoprocessing.esriMdConnectionType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayEdge(int edgeType, IMdDisplayEdge pDisplayEdge) throws java.io.IOException, AutomationException
edgeType
- 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.boolean isVariableLevelSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVariableLevelSpacing(boolean pVariableLevelSpacing) throws java.io.IOException, AutomationException
pVariableLevelSpacing
- The pVariableLevelSpacing (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLevelSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLevelSpacing(int pLevelSpacing) throws java.io.IOException, AutomationException
pLevelSpacing
- The pLevelSpacing (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNodeSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNodeSpacing(int pNodeSpacing) throws java.io.IOException, AutomationException
pNodeSpacing
- The pNodeSpacing (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMinimumSlopePercent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinimumSlopePercent(int pMinimumSlopePercent) throws java.io.IOException, AutomationException
pMinimumSlopePercent
- The pMinimumSlopePercent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseMinimumSlope() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseMinimumSlope(boolean pUseMinimumSlope) throws java.io.IOException, AutomationException
pUseMinimumSlope
- The pUseMinimumSlope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLayoutQuality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayoutQuality(int pLayoutQuality) throws java.io.IOException, AutomationException
pLayoutQuality
- A com.esri.arcgis.geoprocessing.esriModelDiagramLayoutQuality constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLevelOrientation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLevelOrientation(int pLevelOrientation) throws java.io.IOException, AutomationException
pLevelOrientation
- A com.esri.arcgis.geoprocessing.esriModelDiagramLevelOrientation constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLevelConstraint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLevelConstraint(int pLevelConstraint) throws java.io.IOException, AutomationException
pLevelConstraint
- A com.esri.arcgis.geoprocessing.esriModelDiagramLevelConstraint constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLevelAlignment() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLevelAlignment(int pLevelAlignment) throws java.io.IOException, AutomationException
pLevelAlignment
- A com.esri.arcgis.geoprocessing.esriModelDiagramLevelAlignment constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOrthogonalRouting() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrthogonalRouting(boolean pOrthogonalRouting) throws java.io.IOException, AutomationException
pOrthogonalRouting
- The pOrthogonalRouting (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVerticalEdgeSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVerticalEdgeSpacing(int pVerticalEdgeSpacing) throws java.io.IOException, AutomationException
pVerticalEdgeSpacing
- The pVerticalEdgeSpacing (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHorizontalEdgeSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHorizontalEdgeSpacing(int pHorizontalEdgeSpacing) throws java.io.IOException, AutomationException
pHorizontalEdgeSpacing
- The pHorizontalEdgeSpacing (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMergeEdgeChannels() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMergeEdgeChannels(boolean pMergeEdgeChannels) throws java.io.IOException, AutomationException
pMergeEdgeChannels
- The pMergeEdgeChannels (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIncrementalLayout() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIncrementalLayout(boolean pIncrementalLayout) throws java.io.IOException, AutomationException
pIncrementalLayout
- The pIncrementalLayout (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAutoLayout() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoLayout(boolean pAutoLayout) throws java.io.IOException, AutomationException
pAutoLayout
- The pAutoLayout (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowGrid() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowGrid(boolean pShowGrid) throws java.io.IOException, AutomationException
pShowGrid
- The pShowGrid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGridType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGridType(int pGridType) throws java.io.IOException, AutomationException
pGridType
- A com.esri.arcgis.geoprocessing.esriModelDiagramGridType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGridSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGridSize(int pGridSize) throws java.io.IOException, AutomationException
pGridSize
- The pGridSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReduceCrossings() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReduceCrossings(boolean pReduceCrossings) throws java.io.IOException, AutomationException
pReduceCrossings
- The pReduceCrossings (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRespectFlow() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRespectFlow(boolean pRespectFlow) throws java.io.IOException, AutomationException
pRespectFlow
- The pRespectFlow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSelectedColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectedColor(int pSelectedColor) throws java.io.IOException, AutomationException
pSelectedColor
- The pSelectedColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGridLineColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGridLineColor(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 getGridPointColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGridPointColor(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |