For a java swing management tool for my current Interconnection project I needed a java library to show a graphical representation of an internal algorithm.
So I started looking for java libraries for the simple graphical representation and found these libraries:
• Piccolo2D : http://www.piccolo2d.org/index.html
• JGraph : http://www.jgraph.com/
Really I needed a simple library to draw: links, rectangles and rhombus, common flow-chart symbols.
Best of these for my needs is JGraph , very complete and simple with a complete documentation. Respects a Piccolo2D is very complete in the linking management and layout design.
Very big problems for me were redistributing shapes and redesign all the forms and links, avoiding intersections.
In JGraph you can adopt, once created all shapes and links, a layout that redesign all shapes apply a particular representation (Tree, circular, organic, …) or you can implement generic Interface mxGraphLayout to create your own layout.
I used JGraph 6 for swing application and really recommend it.
To the next Post.
This blog was created to improve my English and share news, thoughts and opinions about the world around me. I use it also to fix some technical solutions for future use.
Iscriviti a:
Commenti sul post (Atom)
Goals 2025
Hi all Today, first day of 2025 my goals for this year : 1. ENGLISH Improve listening comprehension See at least one or two films in Engli...
-
Hi all Today i want speak about education and eLearning websites. Personally I am using COURSERA , in this site you can find many course...
-
Hi all Today i want to speak about oracle nested table. Basically you can define in oracle a field that is a table inserted in other tabl...
-
Today a simple shell script to simulate rolls of two dices : #!/bin/ksh fc=1 while [ fc -eq 1 ]; do clear echo ' How many rolls : \c...
Nessun commento:
Posta un commento