|
Chart FX for Java 6.5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormulaDelegateListener
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 |
---|
double FormulaDelegate(double x)
This method will be called every time that the delegate formula is evaluated.
x
- The value that is being evaluated.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |