jasext.hist.function
Class SplineFactory

java.lang.Object
  |
  +--jasext.hist.function.SplineFactory
All Implemented Interfaces:
FunctionFactory

public class SplineFactory
extends java.lang.Object
implements FunctionFactory


Constructor Summary
SplineFactory()
           
 
Method Summary
 Basic1DFunction createFunction(JASHist h)
           
 javax.swing.Icon getFunctionIcon()
           
 java.lang.String getFunctionName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplineFactory

public SplineFactory()
Method Detail

createFunction

public Basic1DFunction createFunction(JASHist h)
                               throws FunctionFactoryError
Specified by:
createFunction in interface FunctionFactory

getFunctionName

public java.lang.String getFunctionName()
Specified by:
getFunctionName in interface FunctionFactory

getFunctionIcon

public javax.swing.Icon getFunctionIcon()
Specified by:
getFunctionIcon in interface FunctionFactory