Class BasicGraphData.XYpoint

java.lang.Object
xal.extension.widgets.plot.BasicGraphData.XYpoint
Enclosing class:
BasicGraphData

protected static class BasicGraphData.XYpoint extends Object
Description of the Class
Version:
August 3, 2004
Author:
shishlo
  • Constructor Summary

    Constructors
    Constructor
    Description
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the x attribute of the XYpoint object
    double
    Returns the y attribute of the XYpoint object
    double
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XYpoint

      public XYpoint()
      Constructor for the XYpoint object
    • XYpoint

      public XYpoint(double x, double y)
      Constructor for the XYpoint object
      Parameters:
      x - Description of the Parameter
      y - Description of the Parameter
    • XYpoint

      public XYpoint(double x, double y, double yErr)
      Constructor for the XYpoint object
      Parameters:
      x - Description of the Parameter
      y - Description of the Parameter
      yErr - Description of the Parameter
  • Method Details

    • setXY

      public void setXY(double x, double y)
      Sets the xY attribute of the XYpoint object
      Parameters:
      x - The new xY value
      y - The new xY value
    • setXY

      public void setXY(double x, double y, double yErr)
      Sets the xY attribute of the XYpoint object
      Parameters:
      x - The new xY value
      y - The new xY value
      yErr - The new xY value
    • setY

      public void setY(double y)
      Sets the y attribute of the XYpoint object
      Parameters:
      y - The new y value
    • setY

      public void setY(double y, double yErr)
      Sets the y attribute of the XYpoint object
      Parameters:
      y - The new y value
      yErr - The new y value
    • getX

      public double getX()
      Returns the x attribute of the XYpoint object
      Returns:
      The x value
    • getY

      public double getY()
      Returns the y attribute of the XYpoint object
      Returns:
      The y value
    • getYerr

      public double getYerr()
      Returns the yerr attribute of the XYpoint object
      Returns:
      The yerr value