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
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.
This example is available in the ExampleUI class.