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

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

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

Fields in org.graphstream.ui.layout.springbox declared as NodeParticle
 NodeParticle EdgeSpring.node0
          Source node.
 NodeParticle EdgeSpring.node1
          Target node.
 

Methods in org.graphstream.ui.layout.springbox that return NodeParticle
 NodeParticle EdgeSpring.getOpposite(NodeParticle node)
          Considering the two nodes of the edge, return the one that was not given as argument.
 

Methods in org.graphstream.ui.layout.springbox with parameters of type NodeParticle
 NodeParticle EdgeSpring.getOpposite(NodeParticle node)
          Considering the two nodes of the edge, return the one that was not given as argument.
 

Constructors in org.graphstream.ui.layout.springbox with parameters of type NodeParticle
EdgeSpring(String id, NodeParticle n0, NodeParticle n1)
          New edge between two given nodes.
 



Copyright © 2011. All Rights Reserved.