infpp.fractal
Interface JuliaFractalGenerator

All Superinterfaces:
FractalGenerator
All Known Implementing Classes:
SimpleDoublePrecisionJuliaGenerator, ThreadedDoublePrecisionJuliaGenerator

public interface JuliaFractalGenerator
extends FractalGenerator

The JuliaFractalGenerator interface provides a means of controlling the operation of a Julia fractal generator.

Author:
both

Method Summary
 Complex getDefiningPoint()
          Gets the defining point on the complex plane.
 void setDefiningPoint(Complex definingPoint)
          Sets the defining point on the complex plane to the specified defining point.
 
Methods inherited from interface infpp.fractal.FractalGenerator
calculateComplexFromScreenCoordinates, getComplexOrigin, getNumberOfIterationsAtPixel, getRealDimension, getScreenHeight, getScreenWidth, setComplexOrigin, setRealDimension, setScreenDimension
 

Method Detail

getDefiningPoint

Complex getDefiningPoint()
Gets the defining point on the complex plane.

Returns:
the defining point

setDefiningPoint

void setDefiningPoint(Complex definingPoint)
Sets the defining point on the complex plane to the specified defining point.

Parameters:
definingPoint - the specified defining point