protected class BasicGraphData.XYpoint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
x
Description of the Field
|
double |
y
Description of the Field
|
double |
yErr
Description of the Field
|
| Constructor and Description |
|---|
XYpoint()
Constructor for the XYpoint object
|
XYpoint(double x,
double y)
Constructor for the XYpoint object
|
XYpoint(double x,
double y,
double yErr)
Constructor for the XYpoint object
|
| Modifier and Type | Method and Description |
|---|---|
double |
getX()
Returns the x attribute of the XYpoint object
|
double |
getY()
Returns the y attribute of the XYpoint object
|
double |
getYerr()
Returns the yerr attribute of the XYpoint object
|
void |
setXY(double x,
double y)
Sets the xY attribute of the XYpoint object
|
void |
setXY(double x,
double y,
double yErr)
Sets the xY attribute of the XYpoint object
|
void |
setY(double y)
Sets the y attribute of the XYpoint object
|
void |
setY(double y,
double yErr)
Sets the y attribute of the XYpoint object
|
public double x
public double y
public double yErr
public XYpoint()
public XYpoint(double x,
double y)
x - Description of the Parametery - Description of the Parameterpublic XYpoint(double x,
double y,
double yErr)
x - Description of the Parametery - Description of the ParameteryErr - Description of the Parameterpublic void setXY(double x,
double y)
x - The new xY valuey - The new xY valuepublic void setXY(double x,
double y,
double yErr)
x - The new xY valuey - The new xY valueyErr - The new xY valuepublic void setY(double y)
y - The new y valuepublic void setY(double y,
double yErr)
y - The new y valueyErr - The new y valuepublic double getX()
public double getY()
public double getYerr()