alun.util
Interface CartesianPoint

All Known Subinterfaces:
Mappable
All Known Implementing Classes:
AbstractMappable, LabelledBlob, Locus, XYPair

public interface CartesianPoint


Method Summary
 double getX()
           
 double getY()
           
 void setX(double x)
           
 void setY(double y)
           
 

Method Detail

setX

void setX(double x)

setY

void setY(double y)

getX

double getX()

getY

double getY()