Uses of Class
org.graphstream.ui.layout.springbox.EdgeSpring
| Package | Description |
|---|---|
| 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 Modifier and Type Field Description ArrayList<EdgeSpring>NodeParticle. neighboursSet of edge connected to this node.Methods in org.graphstream.ui.layout.springbox that return types with arguments of type EdgeSpring Modifier and Type Method Description Collection<EdgeSpring>NodeParticle. getEdges()All the edges connected to this node.Methods in org.graphstream.ui.layout.springbox with parameters of type EdgeSpring Modifier and Type Method Description voidNodeParticle. registerEdge(EdgeSpring e)The given edge is connected to this node.voidNodeParticle. unregisterEdge(EdgeSpring e)The given edge is no more connected to this node.