Uses of Interface
giny.model.RootGraph

Packages that use RootGraph
giny.model   
giny.view   
 

Uses of RootGraph in giny.model
 

Methods in giny.model that return RootGraph
 RootGraph GraphPerspective.getRootGraph()
          Return the root Graph for this GraphPerspective
 RootGraph Node.getRootGraph()
           
 RootGraph Edge.getRootGraph()
           
 

Constructors in giny.model with parameters of type RootGraph
RootGraphChangeEvent(RootGraph source)
           
 

Uses of RootGraph in giny.view
 

Methods in giny.view that return RootGraph
 RootGraph GraphView.getRootGraph()