Uses of Interface
giny.view.GraphView

Packages that use GraphView
giny.util   
giny.view   
 

Uses of GraphView in giny.util
 

Fields in giny.util declared as GraphView
protected  GraphView AbstractLayout.graphView
           
protected  GraphView SpringEmbeddedLayouter.graphView
           
protected  GraphView Abstract3DLayout.graphView
           
 

Methods in giny.util that return GraphView
 GraphView SpringEmbeddedLayouter.getGraphView()
           
 

Methods in giny.util with parameters of type GraphView
 void SpringEmbeddedLayouter.setGraphView(GraphView new_graph_view)
           
 

Constructors in giny.util with parameters of type GraphView
AbstractLayout(GraphView view)
           
ISOM3DLayout(GraphView view)
           
Sugiyama(GraphView view)
           
SpringEmbeddedLayouter(GraphView graph_view)
           
TieredInputReader(GraphView view)
           
ISOMLayout(GraphView view)
           
JUNGSpringLayout(GraphView g)
          Constructor for a SpringLayout for a raw graph with associated dimension--the input knows how big the graph is.
JUNGSpringLayout(GraphView g, JUNGSpringLayout.LengthFunction f)
          Constructor for a SpringLayout for a raw graph with associated component.
FRLayout(GraphView view)
           
Abstract3DLayout(GraphView view)
           
ForceDirectedLayout(GraphView g)
           
 

Uses of GraphView in giny.view
 

Methods in giny.view that return GraphView
 GraphView NodeView.getGraphView()
           
 GraphView EdgeView.getGraphView()
           
 

Constructors in giny.view with parameters of type GraphView
GraphViewChangeEvent(GraphView source)