public interface ILinearDispatchLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Linear Dispatch layout.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID764c6911_4212_497c_81c8_31c45441078c |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
int |
getJunctionsPlacement()
Indicates the type of junction placement that is applied during the layout execution.
|
double |
getLeavesShift()
Indicates the maximum distance the leaf junctions is spaced from the junctions to which they connect when they are authorized to be moved during the layout execution.
|
double |
getMaximumShift()
Indicates the maximum distance the junctions with two connections is spaced from their edge extremity after the layout execution.
|
double |
getMinimumShift()
Indicates the minimum distance the junctions with two connections is spaced from their edge extremity after the layout execution.
|
int |
getNumberOfIterations()
Indicates the number of Linear Dispatch layout iterations that is executed before the final result is shown.
|
boolean |
isAbsoluteUnit()
Indicates whether the values set for the distance parameters are interpreted as absolute units.
|
boolean |
isExpandLeaves()
Indicates whether leaf junctions—that is, junctions with one connection—can be expanded during the algorithm execution.
|
boolean |
isMoveLeaves()
Indicates whether leaf junctions—that is, junctions with one connection—can be moved during the algorithm execution.
|
boolean |
isPreservePath()
Indicates whether the layout algorithm preserves the vertices along the diagram edges related to the moved diagram junctions when executing.
|
void |
setAbsoluteUnit(boolean pVal)
Indicates whether the values set for the distance parameters are interpreted as absolute units.
|
void |
setExpandLeaves(boolean pVal)
Indicates whether leaf junctions—that is, junctions with one connection—can be expanded during the algorithm execution.
|
void |
setJunctionsPlacement(int pVal)
Indicates the type of junction placement that is applied during the layout execution.
|
void |
setLeavesShift(double pVal)
Indicates the maximum distance the leaf junctions is spaced from the junctions to which they connect when they are authorized to be moved during the layout execution.
|
void |
setMaximumShift(double pVal)
Indicates the maximum distance the junctions with two connections is spaced from their edge extremity after the layout execution.
|
void |
setMinimumShift(double pVal)
Indicates the minimum distance the junctions with two connections is spaced from their edge extremity after the layout execution.
|
void |
setMoveLeaves(boolean pVal)
Indicates whether leaf junctions—that is, junctions with one connection—can be moved during the algorithm execution.
|
void |
setNumberOfIterations(int pVal)
Indicates the number of Linear Dispatch layout iterations that is executed before the final result is shown.
|
void |
setPreservePath(boolean pVal)
Indicates whether the layout algorithm preserves the vertices along the diagram edges related to the moved diagram junctions when executing.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IID764c6911_4212_497c_81c8_31c45441078c
static final int xxDummy
static final java.lang.String IID
boolean isMoveLeaves() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMoveLeaves(boolean pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isPreservePath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPreservePath(boolean pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isExpandLeaves() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExpandLeaves(boolean pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getLeavesShift() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLeavesShift(double pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinimumShift() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMinimumShift(double pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumShift() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumShift(double pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getJunctionsPlacement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJunctionsPlacement(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriLayoutJunctionsPlacement constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNumberOfIterations() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNumberOfIterations(int pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAbsoluteUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAbsoluteUnit(boolean pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.