|
|
|
|
|
The Call DiagramCall diagrams let your explore and document chains of calls between methods in your project. To create a call diagram
To add a method to the diagram
To display method parameters
To remove a method from the diagram
Recursion
Methods can call themselves directly or indirectly. When a method calls itself directly,
there will be a
To show method details
To add a caption or comment to your diagramPosition the mouse over your diagram and then click the right mouse button. Select Caption or Comment. Enter your text into the Comment Editor and then click OK. To adjust the layout of your diagramWhen your diagram contains all the methods you wish to display, you can fine tune the appearance by dragging the methods on the diagram with the right mouse button. If you spend time tweaking your diagram, and then add something, your tweaking will be lost! That’s the dark side of automatic layout. For this reason, you should get everything you need on the diagram before you begin tweaking. Return to Help Contents
|