Class Node

  • All Implemented Interfaces:
    java.io.Serializable

    public class Node
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Node()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • x

        public double x
      • y

        public double y
      • dx

        public double dx
      • dy

        public double dy
      • fixed

        public boolean fixed
      • lbl

        public java.lang.String lbl
      • xloc

        public int xloc
      • yloc

        public int yloc
      • width

        public int width
      • height

        public int height
    • Constructor Detail

      • Node

        public Node()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object