GraphStream API documentation

Packages
org.miv.graphstream.algorithm Various algorithms using or acting on graphs.
org.miv.graphstream.algorithm.coloring Various graph colouring algorithms.
org.miv.graphstream.algorithm.generator Various graph generators with specific properties.
org.miv.graphstream.algorithm.layout2 Various graph layout algorithms (visual organisation of a graph).
org.miv.graphstream.algorithm.layout2.elasticbox An implementation of the Layout interface that provide a force directed layout algorithm using springs and space decomposition methods.
org.miv.graphstream.algorithm.measure Various algorithms that return metrics on a graph.
org.miv.graphstream.graph Graph classes (graphs, nodes, edges).
org.miv.graphstream.graph.implementations Various implementations of the Graph, Edge and Node interfaces.
org.miv.graphstream.io Classes to read and write graphs data from files and streams.
org.miv.graphstream.tool Various tools and small applications made using GraphStream.
org.miv.graphstream.ui Graph rendering and visualisation classes.
org.miv.graphstream.ui.graphicGraph Classes of the graph representation used by the graph viewer.
org.miv.graphstream.ui.graphicGraph.stylesheet Definition of style sheets and styles.
org.miv.graphstream.ui.swing Implementation of the GraphViewer using Swing and the Java2D API.
org.miv.graphstream.ui.swing.settingsPane A small interface to control and set various attributes of a graph viewer.