jung
JApplet fails to run in HTML page
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[详细]
2023-03-21 10:13 分类:问答JUNG graph with two different verices
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[详细]
2023-03-19 00:22 分类:问答How to set Vertex coordinates in Java 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[详细]
2023-03-12 09:28 分类:问答Redraw Graph on JUNG
I build a graph using JUNG (Java Universal Network/Graph Framework) with the following code: g = new SparseMultigraph<BusStop, Travel>();[详细]
2023-03-07 18:09 分类:问答MouseEvents with JUNG and Java
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[详细]
2023-03-05 11:24 分类:问答GraphZoomScrollPane scrolling problem
I\'m working with the Jung Framework and got some issues: I\'m painting a graph into a GraphZoomScrollPane.[详细]
2023-02-27 10:46 分类:问答How to programatically pan a VisualizationViewer with Jung (the java library)?
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?[详细]
2023-02-27 09:27 分类:问答Collapse a jung node based on node selection
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:[详细]
2023-02-26 04:38 分类:问答JUNG2 layout problems: resultant graphs end up too wide
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:[详细]
2023-02-24 23:30 分类:问答How to get a vertex coordinate in JUNG?
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[详细]
2023-02-24 11:31 分类:问答