Uses of Class
org.graphstream.ui.layout.springbox.EdgeSpring

Packages that use EdgeSpring
org.graphstream.ui.layout.springbox   
 

Uses of EdgeSpring in org.graphstream.ui.layout.springbox
 

Fields in org.graphstream.ui.layout.springbox with type parameters of type EdgeSpring
 ArrayList<EdgeSpring> NodeParticle.neighbours
          Set of edge connected to this node.
 

Methods in org.graphstream.ui.layout.springbox that return types with arguments of type EdgeSpring
 Collection<EdgeSpring> NodeParticle.getEdges()
          All the edges connected to this node.
 

Methods in org.graphstream.ui.layout.springbox with parameters of type EdgeSpring
 void NodeParticle.registerEdge(EdgeSpring e)
          The given edge is connected to this node.
 void NodeParticle.unregisterEdge(EdgeSpring e)
          The given edge is no more connected to this node.
 



Copyright © 2013. All Rights Reserved.