com.mindfusion.diagramming.jlayout
Class PathNode

java.lang.Object
  extended by com.mindfusion.diagramming.jlayout.PathNode
All Implemented Interfaces:
java.lang.Comparable

public class PathNode
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
PathNode(int x, int y)
          Initializes a new instance of the PathNode class.
 
Method Summary
 int compareTo(java.lang.Object obj)
          Comparable.compareTo implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathNode

public PathNode(int x,
                int y)
Initializes a new instance of the PathNode class.

Parameters:
x -
y -
Method Detail

compareTo

public int compareTo(java.lang.Object obj)
Comparable.compareTo implementation.

Specified by:
compareTo in interface java.lang.Comparable