public interface IOrganicLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Organic 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 |
IIDe4202ace_a064_4c92_9cbf_91be4cb0c64e |
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 |
getCoolingScheme()
.
|
int |
getEdgesType()
Indicates the type of display for the diagram edges (curved or not).
|
int |
getGridMode()
.
|
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.
|
int |
getRepelFactorComputationMethod()
.
|
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 |
setCoolingScheme(int pVal)
.
|
void |
setEdgesType(int pVal)
Indicates the type of display for the diagram edges (curved or not).
|
void |
setGridMode(int pVal)
.
|
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.
|
void |
setRepelFactorComputationMethod(int pVal)
.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IIDe4202ace_a064_4c92_9cbf_91be4cb0c64e
static final int xxDummy
static final java.lang.String IID
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 getCoolingScheme() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCoolingScheme(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriLayoutCoolingScheme constant (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.int getGridMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGridMode(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriLayoutGridMode 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.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.int getRepelFactorComputationMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRepelFactorComputationMethod(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabase.esriLayoutRepelFactorComputationMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.