|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.miv.pherd.Particle
org.graphstream.ui.layout.springbox.NodeParticle
org.graphstream.ui.layout.springbox.implementations.LinLogNodeParticle
public class LinLogNodeParticle
Field Summary |
---|
Fields inherited from class org.graphstream.ui.layout.springbox.NodeParticle |
---|
attE, disp, frozen, len, neighbours, out, repE |
Constructor Summary | |
---|---|
LinLogNodeParticle(LinLog box,
String id)
New node. |
|
LinLogNodeParticle(LinLog box,
String id,
double x,
double y,
double z)
New node at a given position. |
Method Summary |
---|
Methods inherited from class org.graphstream.ui.layout.springbox.NodeParticle |
---|
getEdges, inserted, move, moveOf, moveTo, nextStep, registerEdge, removed, removeNeighborEdges, unregisterEdge |
Methods inherited from class org.miv.pherd.Particle |
---|
closeTo, closeTo, getAttribute, getAttributeKeyIterator, getCell, getId, getPosition, getWeight, removeAttribute, setAttribute, setCell, setWeight, suicide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinLogNodeParticle(LinLog box, String id)
box
- The spring box.id
- The node identifier.public LinLogNodeParticle(LinLog box, String id, double x, double y, double z)
box
- The spring box.id
- The node identifier.x
- The abscissa.y
- The ordinate.z
- The depth.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |