Class LinLogNodeParticle

java.lang.Object
org.miv.pherd.Particle
org.graphstream.ui.layout.springbox.NodeParticle
org.graphstream.ui.layout.springbox.implementations.LinLogNodeParticle

public class LinLogNodeParticle
extends NodeParticle
  • Constructor Details

    • LinLogNodeParticle

      public LinLogNodeParticle​(LinLog box, String id)
      New node. The node is placed at random in the space of the simulation.
      Parameters:
      box - The spring box.
      id - The node identifier.
    • LinLogNodeParticle

      public LinLogNodeParticle​(LinLog box, String id, double x, double y, double z)
      New node at a given position.
      Parameters:
      box - The spring box.
      id - The node identifier.
      x - The abscissa.
      y - The ordinate.
      z - The depth.