Uses of Class
org.graphstream.ui.layout.springbox.NodeParticle
| Package | Description |
|---|---|
| org.graphstream.ui.layout.springbox | |
| org.graphstream.ui.layout.springbox.implementations |
-
Uses of NodeParticle in org.graphstream.ui.layout.springbox
Fields in org.graphstream.ui.layout.springbox declared as NodeParticle Modifier and Type Field Description NodeParticleEdgeSpring. node0Source node.NodeParticleEdgeSpring. node1Target node.Methods in org.graphstream.ui.layout.springbox that return NodeParticle Modifier and Type Method Description NodeParticleEdgeSpring. getOpposite(NodeParticle node)Considering the two nodes of the edge, return the one that was not given as argument.abstract NodeParticleBarnesHutLayout. newNodeParticle(String id)Factory method to create node particles.Methods in org.graphstream.ui.layout.springbox with parameters of type NodeParticle Modifier and Type Method Description NodeParticleEdgeSpring. 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 Constructor Description EdgeSpring(String id, NodeParticle n0, NodeParticle n1)New edge between two given nodes. -
Uses of NodeParticle in org.graphstream.ui.layout.springbox.implementations
Subclasses of NodeParticle in org.graphstream.ui.layout.springbox.implementations Modifier and Type Class Description classLinLogNodeParticleclassSpringBoxNodeParticleMethods in org.graphstream.ui.layout.springbox.implementations that return NodeParticle Modifier and Type Method Description NodeParticleLinLog. newNodeParticle(String id)NodeParticleSpringBox. newNodeParticle(String id)