de.saar.chorus.treelayout
Class Coordinate

Object
  extended by Coordinate

public class Coordinate
extends Object

Author:
Marco Kuhlmann

Constructor Summary
Coordinate()
           
Coordinate(int theX, int theY)
           
 
Method Summary
 void set(int theX, int theY)
           
 int x()
           
 int y()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coordinate

public Coordinate()

Coordinate

public Coordinate(int theX,
                  int theY)
Method Detail

x

public int x()

y

public int y()

set

public void set(int theX,
                int theY)