Uses of Class
bass.visualisation.graph.BassEdge

Packages that use BassEdge
bass.visualisation.graph   
bass.visualisation.layout   
 

Uses of BassEdge in bass.visualisation.graph
 

Methods in bass.visualisation.graph that return BassEdge
 BassEdge BassEdgeList.get(int index)
           
 

Methods in bass.visualisation.graph with parameters of type BassEdge
 void BassEdgeList.add(BassEdge e)
          Adds the param to the existing BassEdgeList.
 void BassNode.addEdge(BassEdge edge)
          Adds an BassEdge to this Node
 void BassCluster.addEdge(BassEdge edge)
           
 boolean BassEdgeList.contains(BassEdge e)
           
 void BassEdgeList.remove(BassEdge e)
          Removes the param edge from the list
protected  void BassNode.removeEdge(BassEdge edge)
          remove a reference to an BassEdge from this BassNode
 

Uses of BassEdge in bass.visualisation.layout
 

Methods in bass.visualisation.layout with parameters of type BassEdge
static javax.vecmath.AxisAngle4f BassLayout.getPositionAngle(BassEdge edge)
           
static javax.vecmath.Vector3d BassLayout.getPositionVector(BassEdge edge)