|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicAlgoRotateTree
Provides access to members that control the Rotate Tree schematic algorithm.
The Rotate Tree algorithm rotates the tree related to the schematic node currently selected in a schematic diagram according to a given angle.
| Method Summary | |
|---|---|
double |
getAngle()
Rotation angle of the tree. |
boolean |
isLockLinks()
Indicates if the links currently selected must be interprated as barriers that disable the rotation for a part of the tree. |
boolean |
isRotateNode()
Indicates if the symbols of the nodes that belong to the tree must also be rotated. |
void |
setAngle(double pVal)
Rotation angle of the tree. |
void |
setLockLinks(boolean pVal)
Indicates if the links currently selected must be interprated as barriers that disable the rotation for a part of the tree. |
void |
setRotateNode(boolean pVal)
Indicates if the symbols of the nodes that belong to the tree must also be rotated. |
| 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 isRotateNode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRotateNode(boolean pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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.
double getAngle()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAngle(double 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 | ||||||||