|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAlgoRadialTree
Provides access to members that control the Radial Tree schematic algorithm.
The Radial Tree algorithm detects the schematic node of the diagram that it uses as the circle center to arrange the subtrees starting from this root in concentric circles, each circle corresponding to one hierarchical level.
Method Summary | |
---|---|
double |
getInitialRadius()
Radius of the first concentric circle which center is the Radial Tree root node. |
double |
getRadiusFactor()
Multiplicative factor used to increase or decrease the radius of each concentric circle corresponding to a hierarchical level. |
boolean |
isAbsoluteParameters()
Indicates if the values set for the Initial radius must be interpreted as absolute units. |
void |
setAbsoluteParameters(boolean pVal)
Indicates if the values set for the Initial radius must be interpreted as absolute units. |
void |
setInitialRadius(double pVal)
Radius of the first concentric circle which center is the Radial Tree root node. |
void |
setRadiusFactor(double pVal)
Multiplicative factor used to increase or decrease the radius of each concentric circle corresponding to a hierarchical level. |
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm |
---|
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef |
Method Detail |
---|
double getRadiusFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRadiusFactor(double pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getInitialRadius() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInitialRadius(double pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAbsoluteParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAbsoluteParameters(boolean pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |