A C D F G I J M R S T Y

G

getAbsSquare() - Method in class infpp.fractal.Complex
Calculates the square of this complex number's absolute value.
getComplexOrigin() - Method in class infpp.fractal.DoublePrecisionFractalGenerator
 
getComplexOrigin() - Method in interface infpp.fractal.FractalGenerator
Gets the complex point located at the center of the visible area of the fractal.
getDefiningPoint() - Method in interface infpp.fractal.JuliaFractalGenerator
Gets the defining point on the complex plane.
getDefiningPoint() - Method in class infpp.fractal.SimpleDoublePrecisionJuliaGenerator
 
getDefiningPoint() - Method in class infpp.fractal.ThreadedDoublePrecisionJuliaGenerator
 
getNumberOfIterationsAtPixel(int, int) - Method in interface infpp.fractal.FractalGenerator
Returns the number of required iterations to determine divergence of a certain sequence at the specified pixel converted to a complex number.
getNumberOfIterationsAtPixel(int, int) - Method in class infpp.fractal.SimpleDoublePrecisionJuliaGenerator
Calculates the number of required iterations to determine the divergence of the sequence of points obtained by the recursion zn + 1 = (zn)2 + c where c is the point passed to the setDefiningPoint method and is constant during the calculation of the fractal and z1 is a point determined by screen coordinates.
getNumberOfIterationsAtPixel(int, int) - Method in class infpp.fractal.SimpleDoublePrecisionMandelbrotGenerator
Calculates the number of required iterations to determine the divergence of the sequence of points obtained by the recursion z1 := 1, zn + 1 = (zn)2 + c where c is the result of the conversion of the specified pixel to a complex number.
getNumberOfIterationsAtPixel(int, int) - Method in class infpp.fractal.ThreadedDoublePrecisionFractalGenerator
Returns the number of required iterations to determine divergence of a certain sequence at the specified pixel converted to a complex number as it is stored in one of the buffers used by this ThreadedDoublePrecisionFractalGenerator.
getRealDimension() - Method in class infpp.fractal.DoublePrecisionFractalGenerator
 
getRealDimension() - Method in interface infpp.fractal.FractalGenerator
Gets the minimum diameter of the visible part of the fractal.
getScreenHeight() - Method in class infpp.fractal.DoublePrecisionFractalGenerator
 
getScreenHeight() - Method in interface infpp.fractal.FractalGenerator
Gets the height of the area that is drawn in pixels.
getScreenWidth() - Method in class infpp.fractal.DoublePrecisionFractalGenerator
 
getScreenWidth() - Method in interface infpp.fractal.FractalGenerator
Gets the width of the area that is drawn in pixels.
GrayScaleColorizer - Class in infpp.fractal
The GrayScaleColorizer class provides a Colorizer that generates different shades of gray.
GrayScaleColorizer(int) - Constructor for class infpp.fractal.GrayScaleColorizer
Constructs a new GrayScaleColorizer.

A C D F G I J M R S T Y