Class Node

java.lang.Object
org.jgroups.demos.wb.Node
All Implemented Interfaces:
Serializable

public class Node extends Object implements Serializable
See Also:
  • Field Details

    • x

      public double x
    • y

      public double y
    • dx

      public double dx
    • dy

      public double dy
    • fixed

      public boolean fixed
    • lbl

      public String lbl
    • addr

      public Address addr
    • xloc

      public int xloc
    • yloc

      public int yloc
    • width

      public int width
    • height

      public int height
  • Constructor Details

    • Node

      public Node()
  • Method Details