public interface IForceDirectedLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Force Directed 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 |
IIDf9da15dd_7a8c_4575_92c2_efab0ce14926 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
double |
getBreakPointPosition()
Indicates the relative position of the two inflexion points that are inserted along the diagram edges to compute the curved edges geometry when EdgesType is 2.
|
int |
getDegreeOfFreedom()
Indicates the degree of freedom factor that is used to move the diagram junctions during each Force Directed layout iteration.
|
int |
getEdgesType()
Indicates the type of display for the diagram edges (curved or not).
|
int |
getNumberOfIterations()
Indicates the number of Force Directed layout iterations that is executed before the final result is shown.
|
double |
getRepelFactor()
Indicates how much diagram junctions that are very close are spread out.
|
void |
setBreakPointPosition(double pVal)
Indicates the relative position of the two inflexion points that are inserted along the diagram edges to compute the curved edges geometry when EdgesType is 2.
|
void |
setDegreeOfFreedom(int pVal)
Indicates the degree of freedom factor that is used to move the diagram junctions during each Force Directed layout iteration.
|
void |
setEdgesType(int pVal)
Indicates the type of display for the diagram edges (curved or not).
|
void |
setNumberOfIterations(int pVal)
Indicates the number of Force Directed layout iterations that is executed before the final result is shown.
|
void |
setRepelFactor(double pVal)
Indicates how much diagram junctions that are very close are spread out.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IIDf9da15dd_7a8c_4575_92c2_efab0ce14926
static final int xxDummy
static final java.lang.String IID
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.int getDegreeOfFreedom() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDegreeOfFreedom(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriLayoutDegreeOfFreedom constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getRepelFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRepelFactor(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 getBreakPointPosition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBreakPointPosition(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 getEdgesType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEdgesType(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriLayoutEdgesType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.