fr.orsay.lri.varna.models.rna
Class VARNAPoint

java.lang.Object
  extended by fr.orsay.lri.varna.models.rna.VARNAPoint
All Implemented Interfaces:
Serializable

public class VARNAPoint
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 double x
           
 double y
           
 
Constructor Summary
VARNAPoint()
           
VARNAPoint(double px, double py)
           
VARNAPoint(Point2D.Double p)
           
 
Method Summary
 double getX()
           
 double getY()
           
 Point2D.Double toPoint2D()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

x

public double x

y

public double y
Constructor Detail

VARNAPoint

public VARNAPoint()

VARNAPoint

public VARNAPoint(double px,
                  double py)

VARNAPoint

public VARNAPoint(Point2D.Double p)
Method Detail

getX

public double getX()

getY

public double getY()

toPoint2D

public Point2D.Double toPoint2D()

toString

public String toString()
Overrides:
toString in class Object