[jgrapht-users] General question about JGraph / JGraphT
Brought to you by:
barak_naveh,
perfecthash
From: Naiara S. P. <na...@ma...> - 2006-04-25 20:51:30
|
Dear all, I have a general question about drawing graphs from JGraphT: When do you need a JGraphModelAdapter object, and when do you need a JGraph object? I suspect the adapter is used whenever we are passing a JGraph object to = a method from the JGraph library and the JGraph object is used when we need an instance method from JGraph. Is this correct? Thanks, Naiara. |