Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 814 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 814 Bytes

gs-hacks

This a collection of Graphstream Hacks, used in various personal projects

The code adds a custom action listener to Graphstream (which can be further extended, if needed) plus various useful actions:

  • navigation buttons
  • zoom in/out and reset zoon buttons
  • zoom in/out on middle scroll
  • Pan on mouse click

Build

The project is developed using ant and ivy. To initialise the project execute:

ant getDependencies

This will download all libraries into the lib/jar folder.

To build the jar, you can execute:

ant release

The newly built jars will be available in the prod folder.

Example

gs-hacks

This example is available in the ExampleUI class.