jung
How to zoom background together with graph using JUNG?
It\'s easy to zoom in/out graph using GraphZoomScrollPane in JUNG. However, I cannot make the graph background image zooming together with the graph 开发者_C百科itself. How to do it?If I can understan[详细]
2023-04-08 18:29 分类:问答Using SWI-Prolog with Eclipse and Java (and JUNG): Should I use ProDT, PDT, or both?
I want to use SWI-Prolog, Eclipse, and Java together and I have two i开发者_运维百科nterrelated related issues:[详细]
2023-04-06 10:25 分类:问答How do I prevent my graph from adding multiple custom edges? [duplicate]
This question already has answers here: How to ensure hashCode() is consistent with equals()? (8 answers)[详细]
2023-04-04 18:36 分类:问答GraphZoomScrollPane and VisualizationViewer dependancies
I am struck up in situation where my GraphZoomScrollPane is working really weierdly, wherethe scroll bars disappear suddenly after some zoom in and zoom out operations. They do come bak but with impro[详细]
2023-04-04 13:17 分类:问答Changing interactive mode Edge Shape in JUNG
I am aware of the ability using an EdgeShapeTransformer to change the look of edges: vv.getRenderContext().setEdgeShapeTransformer(new EdgeShape.L开发者_运维百科ine()); // for example[详细]
2023-04-01 17:02 分类:问答Adding colours to custom edges
I want to add colours to the edges of the graph which I created using the JUNG library. I have edges which are in the type of custom edges where I set the labels and weights to the edges.[详细]
2023-03-31 18:02 分类:问答JUNG - How to get the giant connected component of a graph?
Currently, what I\'m doing is: WeakComponentClusterer<开发者_运维百科;Integer, String> wcc = new WeakComponentClusterer<Integer, String>();[详细]
2023-03-31 01:45 分类:问答Jung2: How to implement displaying details of a node on mouse over of a Node?
I am looking for a way how to display details of a node (as a popup) on MouseOver. Unfortunately the Jung2 tutorial does not provide any information how to implement this kind of functionality. Could[详细]
2023-03-28 04:17 分类:问答Jung with RCP eclipse?
I want to use Jung in my RCP user interface, is this possible? the problem is that the Jung library works with JPanel and I should embed this JPanel in an Eclipse view (which works with com开发者_如何[详细]
2023-03-28 00:13 分类:问答JUNG - adding an edge or a node dynamically in a graph
I use Java and Jung for an application with graphs. I want to add dynamically an edge to a graph while it is visible. In particular, I choose a node开发者_Go百科 from a list (JComboBox) and when I pre[详细]
2023-03-23 11:05 分类:问答