usecase: Render graph

public usecase: Render graph
Author: Petra Vanícková
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 18:10:09; Modified: 8.12.2005 22:59:59;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {AC3D181F-4CEB-4014-B84C-92C9A36BF9AB}
 

Goto: Scenarios

See also: Paint graph

Appears in: Visualisation trees, networks

Connections
 
Render graph Scenarios
Scenario Type Detail
Basic Basic Path Method PaintTree() renders nodes from created list of graph levels and for each node calls NodePaint() of class NodeCl. NodeCl contains information about position of node, its color and what should be displayed when user clicks on the node in TreeControl. It also contains list of child nodes - edges goes to this nodes.