public interface ISquareEdgesLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Square Edges 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 |
IID907179e6_13d9_4b12_8a83_c18154971b4d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
double |
getBreakpointSpacing()
Indicates the maximum distance between each diagram junction to the first or last break point along diagram edges incident to that junction when those edges are squared.
|
double |
getSegmentSpacing()
Indicates the spacing that separates parallel segments of squared diagram edges incident to the same diagram junction.
|
boolean |
isPreservePath()
Indicates whether vertices along the edges that are squared are preserved.
|
void |
setBreakpointSpacing(double pVal)
Indicates the maximum distance between each diagram junction to the first or last break point along diagram edges incident to that junction when those edges are squared.
|
void |
setPreservePath(boolean pVal)
Indicates whether vertices along the edges that are squared are preserved.
|
void |
setSegmentSpacing(double pVal)
Indicates the spacing that separates parallel segments of squared diagram edges incident to the same diagram junction.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IID907179e6_13d9_4b12_8a83_c18154971b4d
static final int xxDummy
static final java.lang.String IID
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.double getBreakpointSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBreakpointSpacing(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 getSegmentSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSegmentSpacing(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.