Questions tagged [jgraph]

JGraph is graph visualization library

JGraph is graph visualization library. An open source Java library offering professional support is available.

134 questions
0
votes
1 answer

read .csv file and draw graph using jgraph

How to write this code? I have .csv file. Content of file like as follow: A,B B,C A,F F,G G,H B,D each row has 2 vertices and and edge should add between them. my csv file have 100 row. I know how to read csv file and how to add vertices for the…
hoda
  • 3
  • 1
0
votes
0 answers

How to align background component of a pane to the right?

I have a component "graphEditorPane" which extends from JGraph. Now I have this code : graphEditorPane.setBackgroundComponent(situationLabel); the problem is that this situationLabel is always aligned to the top left at the background of the pane.…
voidMainReturn
  • 3,339
  • 6
  • 38
  • 66
0
votes
1 answer

How to convert JGraph to a glass pane?

I have a class :public class GraphEditorPane extends JGraph and I am using this "GraphEditorPane" as follows : public JScrollPane getGraphPaneScrollPane() { if (graphPaneScrollPane == null) { graphPaneScrollPane = new JScrollPane(); …
voidMainReturn
  • 3,339
  • 6
  • 38
  • 66
0
votes
1 answer

JGraph in an eclipse plugin

does anyone knows whether I can use JGraph in an eclipse plugin to draw some graphs? I read about that JGraph is for Swing and Eclipse plugins are in SWT, is there a problem? Cheers, Simon
Yannic
  • 15
  • 3
0
votes
1 answer

Manipulating large graphs using JGraph

I have an acyclic graph that has about 100,000 nodes. I want to be able to edit the graph and basically visualize it by zooming in and out of portions. My Question: Is JgraphT a suitable candidate for this type of an application?
user1172468
  • 5,306
  • 6
  • 35
  • 62
0
votes
1 answer

Jgrapht edge color

I would like to change the color of my edges using Jgrapht so that I can show the correspondence in my whole graph. Let us assume there is an edge between nodes 1 and 2. I will highlight these nodes in (say) red color. I will find nodes 1 and 2 in…
Ramesh
  • 765
  • 7
  • 24
  • 52
0
votes
1 answer

create swt.browser of mozilla with xulrunner occurs error

I use org.eclipse.swt.browser of mozilla with xulrunner to load web content,but i get error: Unhandled event loop exception XPCOM error -2147467261 My develop enviroment: OS: win7 * 32bit Eclipse : 3.7.2 * 32bit SWT: 32bit xulrunner : release…
cumtkml
  • 33
  • 6
0
votes
1 answer

how to get selected cell value in Iframe in mxGraph?

How can we get selected cell value in frame? I called iframe by clicking link. and in Iframe I want to get Attribute values of selected cell.