Documentation of 'hep.aida.ref.plotter.adapter.AIDAFunctionAdapter' Java class
AIDAFunctionAdapter
hep.aida.ref.plotter.adapter

Class AIDAFunctionAdapter

    • Field Summary

      • Fields inherited from interface jas.hist.DataSource

        DATE, DELTATIME, DOUBLE, INTEGER, STRING
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void coreChanged() 
      IFunction function() 
      void functionChanged(FunctionChangedEvent event) 
      jas.hist.Handle[] getHandles(double xLow, double xHigh, double yLow, double yHigh) 
      java.lang.String[] getParameterNames() 
      double[] getParameterValues() 
      java.lang.String getTitle() 
      void setFit(jas.hist.Fitter fitter, double[] values) 
      void setParameter(int index, double value) 
      void setTitle(java.lang.String title) 
      double valueAt(double x) 
      double valueAt(double x, double[] values) 
      • Methods inherited from class jas.hist.Fittable1DFunction

        clearFit, clearFitParams, getDerivatives, getExtendedStatistic, getFit, getIncludeParametersInFit, getStatistic, getStatisticNames, setIncludeParameterInFit
      • Methods inherited from class jas.hist.Basic1DFunction

        getStatistics, setBatch, setChanged, setChanged
      • Methods inherited from class java.util.Observable

        addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface jas.hist.ExtendedStatistics

        getExtendedStatistic
      • Methods inherited from interface jas.hist.Statistics

        getStatistic, getStatisticNames
    • Constructor Detail

      • AIDAFunctionAdapter

        public AIDAFunctionAdapter(IFunction function)
    • Method Detail

      • setParameter

        public void setParameter(int index,
                                 double value)
                          throws jas.hist.InvalidFunctionParameter
        Specified by:
        setParameter in interface jas.hist.FunctionData
        Throws:
        jas.hist.InvalidFunctionParameter
      • getParameterNames

        public java.lang.String[] getParameterNames()
        Specified by:
        getParameterNames in interface jas.hist.FunctionData
      • getParameterValues

        public double[] getParameterValues()
        Specified by:
        getParameterValues in interface jas.hist.FunctionData
      • valueAt

        public double valueAt(double x)
                       throws jas.hist.FunctionValueUndefined
        Specified by:
        valueAt in interface jas.hist.FunctionData
        Throws:
        jas.hist.FunctionValueUndefined
      • valueAt

        public double valueAt(double x,
                              double[] values)
                       throws jas.hist.FunctionValueUndefined
        Specified by:
        valueAt in class jas.hist.Fittable1DFunction
        Throws:
        jas.hist.FunctionValueUndefined
      • getTitle

        public java.lang.String getTitle()
        Specified by:
        getTitle in interface jas.hist.DataSource
      • setTitle

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

        public void setFit(jas.hist.Fitter fitter,
                           double[] values)
                    throws jas.hist.InvalidFunctionParameter
        Specified by:
        setFit in class jas.hist.Fittable1DFunction
        Throws:
        jas.hist.InvalidFunctionParameter
      • getHandles

        public jas.hist.Handle[] getHandles(double xLow,
                                            double xHigh,
                                            double yLow,
                                            double yHigh)
        Specified by:
        getHandles in interface jas.hist.HasHandles

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.