com.compomics.util
Class XYZDataPoint
java.lang.Object
com.compomics.util.XYZDataPoint
public class XYZDataPoint
- extends java.lang.Object
Object that stores data about one data point in an XYZ plot.
- Author:
- Harald Barsnes
Constructor Summary |
XYZDataPoint(double x,
double y,
double z)
Create a new XYZDataPoint. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XYZDataPoint
public XYZDataPoint(double x,
double y,
double z)
- Create a new XYZDataPoint.
- Parameters:
x
- y
- z
-
getX
public double getX()
- Returns:
- the x
setX
public void setX(double x)
- Parameters:
x
- the x to set
getY
public double getY()
- Returns:
- the y
setY
public void setY(double y)
- Parameters:
y
- the y to set
getZ
public double getZ()
- Returns:
- the z
setZ
public void setZ(double z)
- Parameters:
z
- the z to set
Copyright © 2011. All Rights Reserved.