jasext.hist.function
Class SumFunctionFactory

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

public class SumFunctionFactory
extends java.lang.Object
implements FunctionFactory


Constructor Summary
SumFunctionFactory()
           
 
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

SumFunctionFactory

public SumFunctionFactory()
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