Documentation of 'org.jlab.groot.data.GraphErrors' Java class
GraphErrors
org.jlab.groot.data

Class GraphErrors

  • All Implemented Interfaces:
    IDataSet


    public class GraphErrors
    extends java.lang.Object
    implements IDataSet
    • Field Detail

      • MARKERNAME

        public static final java.lang.String[] MARKERNAME
    • Constructor Detail

      • GraphErrors

        public GraphErrors()
      • GraphErrors

        public GraphErrors(java.lang.String name,
                           double[] x,
                           double[] y,
                           double[] ex,
                           double[] ey)
      • GraphErrors

        public GraphErrors(java.lang.String name,
                           double[] x,
                           double[] y)
      • GraphErrors

        public GraphErrors(java.lang.String name)
    • Method Detail

      • getFunction

        public Func1D getFunction()
      • setFunction

        public void setFunction(Func1D func)
      • addPoint

        public final void addPoint(double x,
                                   double y,
                                   double ex,
                                   double ey)
      • setPoint

        public void setPoint(int point,
                             double x,
                             double y)
      • setError

        public void setError(int point,
                             double ex,
                             double ey)
      • setName

        public void setName(java.lang.String name)
        Specified by:
        setName in interface IDataSet
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface IDataSet
      • getDataSize

        public int getDataSize(int axis)
        Specified by:
        getDataSize in interface IDataSet
      • getDataX

        public double getDataX(int bin)
        Specified by:
        getDataX in interface IDataSet
      • getDataY

        public double getDataY(int bin)
        Specified by:
        getDataY in interface IDataSet
      • getDataEX

        public double getDataEX(int bin)
        Specified by:
        getDataEX in interface IDataSet
      • getDataEY

        public double getDataEY(int bin)
        Specified by:
        getDataEY in interface IDataSet
      • getData

        public double getData(int xbin,
                              int ybin)
        Specified by:
        getData in interface IDataSet
      • setMarkerSize

        public void setMarkerSize(int size)
      • getMarkerSize

        public int getMarkerSize()
      • setMarkerStyle

        public void setMarkerStyle(int style)
      • getMarkerStyle

        public int getMarkerStyle()
      • getMarkerColor

        public int getMarkerColor()
      • setMarkerColor

        public void setMarkerColor(int color)
      • setLineColor

        public void setLineColor(int color)
      • getLineColor

        public int getLineColor()
      • setLineThickness

        public void setLineThickness(int thickness)
      • getLineThickness

        public int getLineThickness()
      • getTitle

        public java.lang.String getTitle()
      • getTitleX

        public java.lang.String getTitleX()
      • getTitleY

        public java.lang.String getTitleY()
      • setTitle

        public void setTitle(java.lang.String title)
      • setTitleX

        public void setTitleX(java.lang.String title)
      • setTitleY

        public void setTitleY(java.lang.String title)
      • readFile

        public void readFile(java.lang.String filename)
      • reset

        public void reset()
        Specified by:
        reset in interface IDataSet

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.