|
|||||||||
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 algorithm arranges the schematic nodes and links in a diagram around the main ring and lays out the schematic nodes and links that connect to the detected main ring nodes. The main ring is the loop formed by the largest number of links in the schematic diagram.
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.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.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.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.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.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
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
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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
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 |