Download List

Descripción del Proyecto

JGraph is a free, mature, and robust Java diagramming library. It contains all the graph visualization, layout, and interaction functionality you might expect in a graph library, including multiple views, layering, zoom, drag and drop, undo, automatic expanding and collapsing, routing, and layouts. You can create workflow editors, BPMN, CAD tools, network diagrams, database visualization tools, and more. It is fully documented, including examples, and has an active support community.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-11-07 00:01
5.13.0.1

Al presionar una evasión durante un arrastre se actualiza ahora correctamente el gráfico.
Tags: Stable
Pressing escape during a drag now correctly refreshes the graph.

2009-09-29 05:55
5.13.0.0

La licencia del proyecto ha sido cambiado a BSD. Un conjunto completo de diseños también se ha añadido al paquete básico, junto con algunas utilidades de álgebra, la exportación SVG nativo, etiquetas de texto enriquecido, y el ejemplo de panel de vista y las utilidades de la impresión.
The license of the project has been changed to BSD. A complete set of layouts has also been added to the core package, along with some algebra utilities, native SVG export, rich text labels, and overview panel example and printing utilities.

2009-08-26 02:24
5.12.4.1

Esta versión incluye una región fuera de la pantalla cambia el tamaño de búfer, el aumento tan pequeño en el área de gráficos no siempre causan una asignación de áreas nuevas. Muy poco se necesita más memoria, pero el rendimiento es mejor debido a la existencia de colecciones de garaje menos necesario.
Tags: Stable
This release adds a buffer region to offscreen resizes, so small increases in the graph area do not always cause a new buffer allocation. Slightly more memory is required, but the performance is better due to there being fewer garage collections required.

2009-06-13 02:25
5.12.4.0

Una capa de transacción se ha añadido al modelo gráfico, los cambios de modelo por lo que varias pueden ser fácilmente agrupados en un deshacer, evento de cambio, y volver a pintar. Un error con el cambio de apariencia mientras se ejecuta también se fija.
Tags: Stable
A transaction layer has been added to the graph model, so multiple model changes can be easily grouped into one undo, change event, and repaint. A bug with changing look and feel while running was also fixed.

2009-04-08 03:19
5.12.3.2

La pintura EdgeRenderer se ha hecho más granular para permitir más fácil reemplazo. Un método de actualización a pintar de nuevo el gráfico entero se ha añadido a la clase JGraph.
The EdgeRenderer painting has been made more granular to enable easier overriding. A refresh method to repaint the entire graph has been added to the JGraph class.

Project Resources