public interface IPartialOverlappingEdgesLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Partial Overlapping 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 |
IID5f56f225_501c_49c9_adc5_7bbc06ac5bd6 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
double |
getBufferWidth()
Indicates the width of the buffer zone inside which the layout process searches for collinear diagram edge segments.
|
double |
getOffset()
Indicates the distance that separates the detected diagram edge segments.
|
boolean |
isOptimizeEdges()
Indicates whether the relative left or right positions between edges is kept as much as possible.
|
void |
setBufferWidth(double pVal)
Indicates the width of the buffer zone inside which the layout process searches for collinear diagram edge segments.
|
void |
setOffset(double pVal)
Indicates the distance that separates the detected diagram edge segments.
|
void |
setOptimizeEdges(boolean pVal)
Indicates whether the relative left or right positions between edges is kept as much as possible.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IID5f56f225_501c_49c9_adc5_7bbc06ac5bd6
static final int xxDummy
static final java.lang.String IID
double getBufferWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBufferWidth(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 getOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOffset(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.boolean isOptimizeEdges() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOptimizeEdges(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.