Uses of Class
bass.visualisation.graph.BassNodeList

Packages that use BassNodeList
bass.db   
bass.visualisation.graph   
bass.visualisation.layout   
bass.visualisation.view   
 

Uses of BassNodeList in bass.db
 

Methods in bass.db with parameters of type BassNodeList
static void DB_Conn.getFriendData(BassNodeList friends)
          Get the additional data out of the db for the depth2 friends (friends of a friend in the mainbands friendlist)
 

Uses of BassNodeList in bass.visualisation.graph
 

Fields in bass.visualisation.graph declared as BassNodeList
(package private)  BassNodeList[] DTOToLists.allNodes
           
(package private)  BassNodeList[] BassSceneGraph.allNodesArray
           
private  BassNodeList BassCluster.nodes
           
 

Methods in bass.visualisation.graph that return BassNodeList
 BassNodeList[] DTOToLists.getNodeList()
           
 BassNodeList BassCluster.getNodes()
           
static BassNodeList[] CalcNodesEdgesBands.getSelectedBand(BassNodeList allnodes, BassEdgeList alledges, int minFriends, java.lang.String id, int depth, boolean edgeConn, boolean friendsConn)
          Deprecated.  
 

Methods in bass.visualisation.graph with parameters of type BassNodeList
static BassNodeList[] CalcNodesEdgesBands.getSelectedBand(BassNodeList allnodes, BassEdgeList alledges, int minFriends, java.lang.String id, int depth, boolean edgeConn, boolean friendsConn)
          Deprecated.  
 

Uses of BassNodeList in bass.visualisation.layout
 

Methods in bass.visualisation.layout with parameters of type BassNodeList
private static void BassLayout.calcPositions(BassNodeList[] nodesToCalcArray, BassEdgeList[] edgesToCalc, java.lang.String startBand, boolean friendsConn, boolean edgeConn, int depth)
           
private static void BassLayout.calcPositionsDepth2(BassNodeList[] nodesToCalcArray, BassEdgeList[] edgesToCalc, java.lang.String startBand, boolean edgeConn)
          Calculates positions in a z=0 and then x=0 circle around the specific band
static void BassLayout.calculatePositionsBandnetwork(BassNodeList[] nodesToCalc, BassEdgeList[] edgesToCalc, java.lang.String startBand, int depth, boolean friendsConn, boolean edgeConn)
          It calls the calcPosition method
 

Uses of BassNodeList in bass.visualisation.view
 

Methods in bass.visualisation.view with parameters of type BassNodeList
static javax.media.j3d.BranchGroup BandView.showABandWithFriends(BassNodeList[] allNodesArray, BassEdgeList[] allEdgesArray, java.lang.String band, int depth, boolean withConnectedFriends, boolean edgeconnection, boolean showNames, Gui theGui)