Uses of Interface
math.fractal.ColorFunctionInterface

Packages that use ColorFunctionInterface
math.fractal   
 

Uses of ColorFunctionInterface in math.fractal
 

Classes in math.fractal that implement ColorFunctionInterface
 class CarlFunction
           
 class MandelbrotFunction
           
 

Constructors in math.fractal with parameters of type ColorFunctionInterface
Mandelbrot(ColorFunctionInterface cfi)