introduction - graph visualization toolkitgravisto.fim.uni-passau.de/poster.pdf · gravisto, the...

1
Gravisto, the Graph Visualization Toolkit, is more than a (Java-based) editor for graphs. It includes data structures, graph algorithms, several layout algorithms, and a graph viewer component. As a general toolkit for the visualization and automatic layout of graphs it is extensible with plug-ins and is suited for the integration in other Java-based applications. Introduction Graph Visualization Toolkit http://www.gravisto.org/ Theoretical Computer Science Group Christian Bachmaier Franz Brandenburg Silvia Breu Jakob Flierl Michael Forster Paul Holleis Andreas Pick Marcus Raitner Rüdiger Schnoy Martin Schöffler Walter Wirch Network Analysis Research Group Joerg Bartelheimer Christian Klukas Dirk Koschützki Thomas Krahmer Burkhard Sell Falk Schreiber Henning Schwöbbermeyer Open Source Gravisto is licensed under the GNU General Public License and thus is free for non-profit purposes. QUOGGLES: Queries on Graphs Given the graph of Munich's subway system, the query finds out, where the two lines U1 and U2 meet. Plug-Ins Gravisto provides a powerful plug-in mechanism with a comfortable plug-in manager. Most non-core functionality is realized as plug-in, including algorithms, node and edge attributes, graphical user interface components, input and output serializers, attribute inspectors, node and edge shapes, tools, or entire views. facilitate extensions for encouraging people to contribute to the project easy customization of the editor for different application scenarios many plug-ins already included

Upload: vuongnhan

Post on 21-Apr-2018

259 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Introduction - Graph Visualization Toolkitgravisto.fim.uni-passau.de/poster.pdf · Gravisto, the Graph Visualization Toolkit, is more than a (Java-based) editor for graphs. It includes

Gravisto, the Graph Visualization Toolkit, is more than a (Java-based)editor for graphs. It includes data structures, graph algorithms, severallayout algorithms, and a graph viewer component. As a general toolkitfor the visualization and automatic layout of graphs it is extensible withplug-ins and is suited for the integration in other Java-based applications.

Introduction

G r a p h V i s u a l i z a t i o n T o o l k i t

http://www.gravisto.org/

Theoretical Computer Science GroupChristian Bachmaier Franz Brandenburg Silvia BreuJakob Flierl Michael Forster Paul Holleis Andreas PickMarcus Raitner Rüdiger Schnoy Martin Schöffler Walter Wirch

• • •

• • • •

• • •

Network Analysis Research GroupJoerg Bartelheimer Christian Klukas Dirk KoschützkiThomas Krahmer Burkhard Sell Falk SchreiberHenning Schwöbbermeyer

• • •

• • •

Open Source

Gravisto is licensed under the GNUGeneral Public License and thus isfree for non-profit purposes.

QUOGGLES: Queries on Graphs

Given the graph of Munich's subwaysystem, the query finds out, wherethe two lines U1 and U2 meet.

Plug-Ins

Gravisto provides a powerful plug-in mechanism with a comfortable plug-inmanager. Most non-core functionality is realized as plug-in, includingalgorithms, node and edge attributes, graphical user interface components,input and output serializers, attribute inspectors, node and edge shapes,tools, or entire views.

facilitate extensions for encouraging people to contribute to theproject

easy customization of the editor for different application scenarios

many plug-ins already included