net.sf.myra.datamining.statistics
Class Point

java.lang.Object
  extended by net.sf.myra.datamining.statistics.Point

public class Point
extends java.lang.Object

Version:
$Revision$ $Date:: $
Author:
Fernando Esteban Barril Otero

Constructor Summary
Point(double x, double y)
          Default constructor.
 
Method Summary
 double getX()
          Returns the x axis value.
 double getY()
          Returns the y axis value.
 void setX(double x)
          Sets the x axis value.
 void setY(double y)
          Sets the y axis value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point

public Point(double x,
             double y)
Default constructor.

Parameters:
x - the x axis value.
y - the y axis value.
Method Detail

getX

public double getX()
Returns the x axis value.

Returns:
the x axis value.

setX

public void setX(double x)
Sets the x axis value.

Parameters:
x - the value to set.

getY

public double getY()
Returns the y axis value.

Returns:
the y axis value.

setY

public void setY(double y)
Sets the y axis value.

Parameters:
y - the value to set.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2013. All Rights Reserved.