Uses of Class
org.graphstream.ui.swingViewer.Viewer

Packages that use Viewer
org.graphstream.graph   
org.graphstream.graph.implementations   
org.graphstream.ui.graphicGraph   
org.graphstream.ui.swingViewer   
 

Uses of Viewer in org.graphstream.graph
 

Methods in org.graphstream.graph that return Viewer
 Viewer Graph.display()
          Utility method that creates a new graph viewer, and register the graph in it.
 Viewer Graph.display(boolean autoLayout)
          Utility method that creates a new graph viewer, and register the graph in it.
 

Uses of Viewer in org.graphstream.graph.implementations
 

Methods in org.graphstream.graph.implementations that return Viewer
 Viewer AbstractGraph.display()
           
 Viewer AbstractGraph.display(boolean autoLayout)
           
 

Uses of Viewer in org.graphstream.ui.graphicGraph
 

Methods in org.graphstream.ui.graphicGraph that return Viewer
 Viewer GraphicGraph.display()
           
 Viewer GraphicGraph.display(boolean autoLayout)
           
 

Uses of Viewer in org.graphstream.ui.swingViewer
 

Constructors in org.graphstream.ui.swingViewer with parameters of type Viewer
DefaultView(Viewer viewer, String identifier, GraphRenderer renderer)
           
 



Copyright © 2013. All Rights Reserved.