public interface IRadialTreeLayout extends INetworkDiagramLayout, java.io.Serializable
Description: 'Provides access to members that control the Radial Tree 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 |
IID260a82a3_4f0e_4723_9e97_5fff20cff8da |
static int |
xxDummy
Deprecated.
Internal use only
|
IID991f111c_8569_470f_961d_361941d63ca9
Modifier and Type | Method and Description |
---|---|
double |
getDisjoinedGraphSpacing()
Indicates the minimum spacing that separates diagram features belonging to disjoined graphs when the diagram contains such graphs.
|
double |
getInitialRadius()
Indicates the radius of the first concentric circle whose center is the radial tree root junction—that is, the radius of the circle around which the diagram junctions belonging to the first hierarchical level are placed.
|
double |
getRadiusFactor()
Indicates the multiplicative factor used to increase or decrease the radius of each concentric circle.
|
boolean |
isAbsoluteUnit()
Indicates whether the values set for the Initial radius is interpreted as absolute units.
|
void |
setAbsoluteUnit(boolean pVal)
Indicates whether the values set for the Initial radius is interpreted as absolute units.
|
void |
setDisjoinedGraphSpacing(double pVal)
Indicates the minimum spacing that separates diagram features belonging to disjoined graphs when the diagram contains such graphs.
|
void |
setInitialRadius(double pVal)
Indicates the radius of the first concentric circle whose center is the radial tree root junction—that is, the radius of the circle around which the diagram junctions belonging to the first hierarchical level are placed.
|
void |
setRadiusFactor(double pVal)
Indicates the multiplicative factor used to increase or decrease the radius of each concentric circle.
|
getName, getPropertySet, isActive, isPreserveContainers, setIsActive, setPreserveContainers
static final int IID260a82a3_4f0e_4723_9e97_5fff20cff8da
static final int xxDummy
static final java.lang.String IID
double getDisjoinedGraphSpacing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDisjoinedGraphSpacing(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 getRadiusFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRadiusFactor(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 getInitialRadius() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInitialRadius(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 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.