com.compomics.util
Class XYZDataPoint

java.lang.Object
  extended by com.compomics.util.XYZDataPoint

public class XYZDataPoint
extends 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.
 
Method Summary
 double getX()
           
 double getY()
           
 double getZ()
           
 void setX(double x)
           
 void setY(double y)
           
 void setZ(double z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYZDataPoint

public XYZDataPoint(double x,
                    double y,
                    double z)
Create a new XYZDataPoint.

Parameters:
x -
y -
z -
Method Detail

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 © 2012. All Rights Reserved.