Skip to content

Releases: brunomnsilva/JavaFXSmartGraph

2.0.0

06 Apr 12:09
Compare
Choose a tag to compare

Minor fixes and stable version release. See Wiki for changelist.

2.0.0-rc2

03 Apr 16:43
Compare
Choose a tag to compare
2.0.0-rc2 Pre-release
Pre-release

(2.0.0-rc2) Several minor improvements, including:

  • Example on how to use a background image for a vertex, see issue #34.

  • Styles applied to edges are propagated to their respective arrows, see issue #31.


Available also in Maven repo:

<dependency>
    <groupId>com.brunomnsilva</groupId>
    <artifactId>smartgraph</artifactId>
    <version>2.0.0-rc2</version>
</dependency>

2.0.0-rc1

19 Mar 17:31
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release
  • (2.0.0-rc1) Shapes, sizes, providers, annotations and minor improvements:

    • Different shapes can be used to represent vertices, namely circles, stars and regular polygons (from triangles to dodecagons);

      • The default shape can be specified with the vertex.shape property in smartgraph.properties
      • Can be set/changed at runtime through a SmartShapeTypeProvider or SmartShapeTypeSource annotation.
    • The radius of the shape (enclosing circle) used to represent a vertex can be set/changed at runtime through a SmartRadiusProvider or SmartRadiusSource annotation.

    • Updated shapes and radii are only reflected in the visualization after calling SmartGraphPanel.update() or SmartGraphPanel.updateAndWait().

    • Improvements:

      • When dragging nodes, they will be kept within the panel's bounds.
      • The look of curved edges has been improved.

1.1.0

12 Mar 13:20
Compare
Choose a tag to compare

Stable release.

Summary:

  • Automatic layout strategies (includes a new strategy with gravity pull towards the center of the panel).
  • Fix clipping for the ContentZoomPane.
  • Code cleanup.

1.0.0

04 May 21:34
Compare
Choose a tag to compare

Stable release. Can also be found at Maven Central.

0.9.4

26 Oct 22:58
Compare
Choose a tag to compare

See "What's new?"

0.9.1

10 Mar 17:45
Compare
Choose a tag to compare
Fix: (of fix!) labels for vertices and edges are now updated during c…

…alls to

update() or updateAndWait().

v0.9

01 Dec 16:38
Compare
Choose a tag to compare
Minor fix of CSS warning