Chart FX for Java 6.5

SoftwareFX.ChartFX.Statistical
Interface FormulaDelegateListener

All Superinterfaces:
java.util.EventListener

public interface FormulaDelegateListener
extends java.util.EventListener

This is the Listener interface for FormulaDelegate.

Developers can create custom formulas with associated function delegates to handle processing when a formula is used.

The custom formula class has to implement FormulaDelegateListener, and the FormulaDelegate method will be called every time that formula has to be evaluated.


Method Summary
 double FormulaDelegate(double x)
          This method will be called every time that the delegate formula is evaluated.
 

Method Detail

FormulaDelegate

double FormulaDelegate(double x)

This method will be called every time that the delegate formula is evaluated.

Parameters:
x - The value that is being evaluated.

http://www.softwarefx.com

2007 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.