jasext.hist.function
Class SplineFunction

java.lang.Object
  |
  +--java.util.Observable
        |
        +--jas.hist.Basic1DFunction
              |
              +--jasext.hist.function.SplineFunction
All Implemented Interfaces:
DataSource, FunctionAdvancedOptions, FunctionData, HasStatistics, java.io.Serializable, Statistics

public class SplineFunction
extends Basic1DFunction
implements FunctionAdvancedOptions

See Also:
Serialized Form

Fields inherited from interface jas.hist.DataSource
DATE, DELTATIME, DOUBLE, INTEGER, STRING
 
Method Summary
 java.lang.String[] getParameterNames()
           
 double[] getParameterValues()
           
 java.lang.String getTitle()
           
 void openAdvancedDialog(java.awt.Frame f, JASHist hist)
           
 void setParameter(int index, double value)
           
 double valueAt(double x)
           
 
Methods inherited from class jas.hist.Basic1DFunction
destroy, getStatistic, getStatisticNames, getStatistics, setBatch, setChanged, setChanged
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParameterNames

public java.lang.String[] getParameterNames()
Overrides:
getParameterNames in class Basic1DFunction

getParameterValues

public double[] getParameterValues()
Overrides:
getParameterValues in class Basic1DFunction

getTitle

public java.lang.String getTitle()
Overrides:
getTitle in class Basic1DFunction

setParameter

public void setParameter(int index,
                         double value)
Overrides:
setParameter in class Basic1DFunction

valueAt

public double valueAt(double x)
Overrides:
valueAt in class Basic1DFunction

openAdvancedDialog

public void openAdvancedDialog(java.awt.Frame f,
                               JASHist hist)
Specified by:
openAdvancedDialog in interface FunctionAdvancedOptions