-
the actual error is that the AbstractTypedGraph should implement Serializable, as it was created as a superclass of several Serializable classes.
2009-09-18 10:19:23 UTC in Java Universal Network/Graph Framework
-
the design of jung is intended to make it possible for you to use our various mouse listeners as examples to allow you to create your own. The mode changes only add/remove various mouse listeners. You should be able to write your own mouse listener that provides exactly the behavior you seek.
2009-09-11 10:46:35 UTC in Java Universal Network/Graph Framework
-
jung does not provide this.
2009-09-11 08:34:47 UTC in Java Universal Network/Graph Framework
-
do you see this problem in any of our demos? If so, please tell me which one.
2009-09-10 17:49:58 UTC in Java Universal Network/Graph Framework
-
there are settings in the javax.swing api that control tooltips. I think the class is TooltipManager. you may need to do a search on that to get the right commands. its not a jung feature.
2009-09-10 11:43:46 UTC in Java Universal Network/Graph Framework
-
the specific code is in the mouseReleased method of the AnimatedPickingGraphMousePlugin.java class.
2009-09-09 14:07:35 UTC in Java Universal Network/Graph Framework
-
most of our demos show the feature where CTRL-click on a vertex in picking mode moves the graph view so that the clicked vertex will be at the center. You should be able to modify this code so that it can be called when you expand a node.
2009-09-09 13:51:33 UTC in Java Universal Network/Graph Framework
-
you can try to tie something together between the edge offset and the label offset, but i don't think there is a good general solution, given the variety of edge shapes available.
2009-09-04 19:59:10 UTC in Java Universal Network/Graph Framework
-
sorry, there is not.
2009-09-04 18:23:21 UTC in Java Universal Network/Graph Framework
-
did you try following our VisualizationImageServerDemo?.
2009-09-04 16:09:14 UTC in Java Universal Network/Graph Framework