Uses of Package
infpp.fractal

Classes in infpp.fractal used by infpp.fractal
Colorizer
          The Colorizer interface provides an interface to colorizer objects, which are used to colorize fractals.
Complex
          The Complex class models a complex number.
DoublePrecisionFractalGenerator
          The DoublePrecisionFractalGenerator class provides an abstract class that serves as a common base for FractalGenerators using double precision floating point arithmetic.
FractalGenerator
          The FractalGenerator interface provides a means of controlling the operation of a fractal generator.
JuliaFractalGenerator
          The JuliaFractalGenerator interface provides a means of controlling the operation of a Julia fractal generator.
ThreadedDoublePrecisionFractalGenerator
          The Threaded DoublePrecisionFractalGenerator class provides an abstract class that serves as a common base for FractalGenerators using double precision floating point arithmetic and multiple threads to speed up the calculation.