algoanim.util
Class Node

java.lang.Object
  extended by algoanim.util.Node
Direct Known Subclasses:
Coordinates, Offset, OffsetFromLastPosition

public abstract class Node
extends java.lang.Object

This is an abstract representation of a coordinate within the animation screen. Please use concrete instances, such as Coordinates for (x,y) coordinates or Offset for nodes relative to another element.

Author:
Jens Pfau

Constructor Summary
Node()
           
 
Method Summary
static Coordinates convertToNode(java.awt.Point p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node

public Node()
Method Detail

convertToNode

public static Coordinates convertToNode(java.awt.Point p)