|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicAlgoMainRing
Provides access to members that control the Main Ring schematic algorithm.
The Main Ring layout arranges the nodes and links in the active schematic diagram around the main ring and lays out hierarchically the nodes and links that connect to the detected main ring’s nodes. The main ring is the longest loop of the schematic diagram; that is, the loop formed by the most of links. If a selected set has been defined in the active schematic diagram, the algorithm only applies to the selected schematic elements.
Method Summary | |
---|---|
double |
getBreakPoint()
Number comprised between 0 and 1 to define the relative position of the break point on the last segment of the links; that is on the link segment that is paralleled to the tree direction. |
double |
getDistanceAlongTheDirection()
Spacing between the nodes that display along the tree direction; that is, spacing between a node belonging to the (n) hierarchical level and a node belonging to the (n+1) hierarchical level. |
double |
getDistancePerpendicularToDirection()
Spacing between the nodes that display perpendicularly to the tree direction; that is, spacing between the nodes that belong to a same hierarchical level. |
double |
getHeight()
Height of the main ring. |
double |
getLength()
Width of the main ring. |
int |
getMainRingType()
Main Ring form type. |
int |
getTreeType()
Hierarchical trees layout type. |
boolean |
isAbsoluteParameters()
Indicates if the values set for the spacing and dimension parameters must be interpreted as absolute units. |
boolean |
isLockLinks()
Indicates if the links currently selected must be interprated as barriers that disable the Main Ring execution for a part of the diagram. |
void |
setAbsoluteParameters(boolean pVal)
Indicates if the values set for the spacing and dimension parameters must be interpreted as absolute units. |
void |
setBreakPoint(double pVal)
Number comprised between 0 and 1 to define the relative position of the break point on the last segment of the links; that is on the link segment that is paralleled to the tree direction. |
void |
setDistanceAlongTheDirection(double pVal)
Spacing between the nodes that display along the tree direction; that is, spacing between a node belonging to the (n) hierarchical level and a node belonging to the (n+1) hierarchical level. |
void |
setDistancePerpendicularToDirection(double pVal)
Spacing between the nodes that display perpendicularly to the tree direction; that is, spacing between the nodes that belong to a same hierarchical level. |
void |
setHeight(double pVal)
Height of the main ring. |
void |
setLength(double pVal)
Width of the main ring. |
void |
setLockLinks(boolean pVal)
Indicates if the links currently selected must be interprated as barriers that disable the Main Ring execution for a part of the diagram. |
void |
setMainRingType(int pVal)
Main Ring form type. |
void |
setTreeType(int pVal)
Hierarchical trees layout type. |
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 |
---|
boolean isLockLinks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLockLinks(boolean pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMainRingType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicAlgoMainRing.getTreeType()
void setMainRingType(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.schematic.esriSchematicAlgoMainRingType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDistanceAlongTheDirection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicAlgoMainRing.getDistancePerpendicularToDirection()
void setDistanceAlongTheDirection(double pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDistancePerpendicularToDirection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicAlgoMainRing.getDistanceAlongTheDirection()
void setDistancePerpendicularToDirection(double pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getHeight() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicAlgoMainRing.getLength()
void setHeight(double pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLength() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicAlgoMainRing.getHeight()
void setLength(double pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getBreakPoint() throws IOException, AutomationException
With a break point value of 0, this last segment length is the longest and it displays with a right angle. With a break point value of 1, this last segment doesn’t exist; each link directly connects its two extremity nodes without intermediate point.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBreakPoint(double pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTreeType() throws IOException, AutomationException
This property value determines the layout of the trees coming out from the main ring’s nodes.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicAlgoMainRing.getMainRingType()
void setTreeType(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.schematic.esriSchematicAlgoHierarchicalType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAbsoluteParameters() throws IOException, AutomationException
When this property returns false, the parameters that define the ring size and the distances are expressed as relative units to the average of the current symbols sizes used to represent the schematic nodes in the diagram; for instance, when the main ring's width parameter value is 6, the main ring width corresponds to the average size of six symbols placed side by side.
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 |