Uses of Interface
giny.view.EdgeView

Packages that use EdgeView
giny.util   
giny.view   
 

Uses of EdgeView in giny.util
 

Methods in giny.util with parameters of type EdgeView
 giny.util.JUNGSpringLayout.SpringEdgeData JUNGSpringLayout.getSpringData(EdgeView e)
           
 double JUNGSpringLayout.getLength(EdgeView e)
           
 double JUNGSpringLayout.LengthFunction.getLength(EdgeView e)
           
 void FRLayout.calcAttraction(EdgeView e)
          Calculates the attractions for each edge this should have options to be weighted
 

Uses of EdgeView in giny.view
 

Methods in giny.view that return EdgeView
 EdgeView GraphView.addEdgeView(int edge_index)
           
 EdgeView GraphView.addEdgeView(java.lang.String class_name, int edge_index)
          To facilitate adding Custome EdgeViews It is recomended that All Custom Edge Views follow the patterns outlined in PEdgeView and BasicPEdgeView.
 EdgeView GraphView.removeEdgeView(EdgeView edge_view)
          This will entirely remove a NodeView/EdgeView from the GraphView.
 EdgeView GraphView.removeEdgeView(Edge edge)
          This will entirely remove a NodeView/EdgeView from the GraphView.
 EdgeView GraphView.removeEdgeView(int edge)
          This will entirely remove a NodeView/EdgeView from the GraphView.
 EdgeView GraphView.getEdgeView(int edge_index)
           
 EdgeView GraphView.getEdgeView(Edge edge)
           
 

Methods in giny.view with parameters of type EdgeView
 EdgeView GraphView.removeEdgeView(EdgeView edge_view)
          This will entirely remove a NodeView/EdgeView from the GraphView.