Skip to content

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

License

Notifications You must be signed in to change notification settings

oserban/gs-hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages