RE: [jgrapht-users] Specifying edges' appearance
Brought to you by:
barak_naveh,
perfecthash
From: <Tom...@lo...> - 2005-06-22 09:34:34
|
Dear all, I've managed to overcome my little problem by creating a new kind of JGraphT Edge (ObjectHolderDirectedEdge extends DirectedEdge), and using it for my project. By overriding it's toString() method I got the desired customization (it also holds a value, hence it's name). best, tom. |