Bug 72201 - [GraphLayout] Remove use of virtual nodes in graph layout
Summary: [GraphLayout] Remove use of virtual nodes in graph layout
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy Draw2d (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-18 14:42 EDT by Randy Hudson CLA
Modified: 2010-11-03 17:12 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Hudson CLA 2004-08-18 14:42:29 EDT
remove the virtual node class and just convert long edges to multiple edges 
with a chain of normal nodes.  This simplifies some of the other code which 
currently checks for v-node cases.