I have created a JApplet using the JUNG library in Netbeans that compiles and runs normally. However, when I try to create an html file that runs the applet, only a grey pane appears but the component
The graph interface clearly gives two paramters: Graph<Vertex, Edges> I would like to draw a graph with two different kind of vertices. I have not found anything to realize this with the JUNG
I need to spec开发者_JAVA百科ify position of all graph\'s vertices. Is it possible? Please help.If what you\'re saying is that you have existing vertex coordinates and you want to use those to lay out
I build a graph using JUNG (Java Universal Network/Graph Framework) with the following code: g = new SparseMultigraph<BusStop, Travel>();
I made a PluggableGraphMouse and 2 EditingGraphMousePluggings in my Java with JUNG program.If I set the modifiers to be left click and right click it works perfectly fine, here is the setModifiers cod
I\'m working with the Jung Framework and got some issues: I\'m painting a graph into a GraphZoomScrollPane.
After a lot a investigations, I don\'t achieve to find a convenient answer to the following question: how to p开发者_开发问答rogramatically pan a VisualizationViewer with Jung?
I am trying to collapse all the children of a vertex when a user clicks on it. But the problem is that, every time I tried to do so, I got the following error:
I have been working on JUNG2 for a while now, trying to visualize a pretty complicated hierarchy of a set of objects. Unfortunately, this hierarchy is not really like a tree in the sense that:
Is there a way to get the vertex coordinate when using the EditingModalGraphMouse in Jung ?? I\'ve made a class for the vertex with the coordinate setter and getter 开发者_开发知识库but i don\'t kown