org.metaqtl.graph
Class AnchoredElement

java.lang.Object
  extended by org.metaqtl.graph.AnchoredElement
Direct Known Subclasses:
Layer

public abstract class AnchoredElement
extends java.lang.Object


Field Summary
protected  double x
           
protected  double y
           
 
Constructor Summary
AnchoredElement()
           
 
Method Summary
 double getX()
           
 double getY()
           
 void setX(double x)
           
 void setY(double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected double x

y

protected double y
Constructor Detail

AnchoredElement

public AnchoredElement()
Method Detail

getX

public double getX()
Returns:
Returns the x.

getY

public double getY()
Returns:
Returns the y.

setX

public void setX(double x)
Parameters:
x - The x to set.

setY

public void setY(double y)
Parameters:
y - The y to set.