JFreeChart 1.0.14-redhat-2

Package org.jfree.data.function

Representation for simple functions.

See:
          Description

Interface Summary
Function2D A function of the form y = f(x).
 

Class Summary
LineFunction2D A function in the form y = a + bx.
NormalDistributionFunction2D A normal distribution function.
PolynomialFunction2D A function in the form y = a0 + a1 * x + a2 * x^2 + ...
PowerFunction2D A function of the form y = a * x ^ b.
 

Package org.jfree.data.function Description

Representation for simple functions.


JFreeChart 1.0.14-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.