A B C D F G H I J L M N P R S T U V Y

S

SabrinasColorizer - Class in infpp.fractal
This colorizer was adapted from a program by Ms.
SabrinasColorizer(int) - Constructor for class infpp.fractal.SabrinasColorizer
Constructs a new SabrinasColorizer.
screenHeight - Variable in class infpp.fractal.DoublePrecisionFractalGenerator
 
screenToRealFactor - Variable in class infpp.fractal.DoublePrecisionFractalGenerator
 
screenWidth - Variable in class infpp.fractal.DoublePrecisionFractalGenerator
 
serialVersionUID - Static variable in class infpp.fractal.SwingFractalGUI
 
setComplexOrigin(Complex) - Method in class infpp.fractal.DoublePrecisionFractalGenerator
 
setComplexOrigin(Complex) - Method in interface infpp.fractal.FractalGenerator
Sets the center of the visible part of the fractal to the specified point on the complex plane.
setComplexOrigin(Complex) - Method in class infpp.fractal.ThreadedDoublePrecisionFractalGenerator
 
setCurrentWorkingBufferIndex(int) - Method in class infpp.fractal.ThreadedDoublePrecisionFractalGenerator
 
setDefiningPoint(Complex) - Method in interface infpp.fractal.JuliaFractalGenerator
Sets the defining point on the complex plane to the specified defining point.
setDefiningPoint(Complex) - Method in class infpp.fractal.SimpleDoublePrecisionJuliaGenerator
 
setDefiningPoint(Complex) - Method in class infpp.fractal.ThreadedDoublePrecisionJuliaGenerator
 
setJuliaComplexOrigin(Complex) - Method in class infpp.fractal.SwingFractalGUI
 
setJuliaDefiningPoint(Complex) - Method in class infpp.fractal.SwingFractalGUI
 
setJuliaRealDimension(double) - Method in class infpp.fractal.SwingFractalGUI
 
setLastCompleteBufferIndex(int) - Method in class infpp.fractal.ThreadedDoublePrecisionFractalGenerator
 
setMandelbrotComplexOrigin(Complex) - Method in class infpp.fractal.SwingFractalGUI
 
setMandelbrotRealDimension(double) - Method in class infpp.fractal.SwingFractalGUI
 
setRealDimension(double) - Method in class infpp.fractal.DoublePrecisionFractalGenerator
 
setRealDimension(double) - Method in interface infpp.fractal.FractalGenerator
Sets the minimum diameter of the visible part of the fractal to the specified diameter.
setRealDimension(double) - Method in class infpp.fractal.ThreadedDoublePrecisionFractalGenerator
 
setScreenDimension(int, int) - Method in class infpp.fractal.DoublePrecisionFractalGenerator
 
setScreenDimension(int, int) - Method in interface infpp.fractal.FractalGenerator
Sets the size of the area to be displayed in pixels.
setScreenDimension(int, int) - Method in class infpp.fractal.ThreadedDoublePrecisionFractalGenerator
 
SimpleDoublePrecisionJuliaGenerator - Class in infpp.fractal
The SimpleDoublePrecisionJuliaGenerator provides an implementation for calculating 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.
SimpleDoublePrecisionJuliaGenerator(int) - Constructor for class infpp.fractal.SimpleDoublePrecisionJuliaGenerator
Constructs a new SimpleDoublePrecisionJuliaGenerator initialized with (0, 0) as the defining point.
SimpleDoublePrecisionMandelbrotGenerator - Class in infpp.fractal
The SimpleDoublePrecisionMandelbrotGenerator provides an implementation for calculating 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 a point determined by screen coordinates.
SimpleDoublePrecisionMandelbrotGenerator(int) - Constructor for class infpp.fractal.SimpleDoublePrecisionMandelbrotGenerator
Constructs a new SimpleDoublePrecisionMandelbrotGenerator.
square() - Method in class infpp.fractal.Complex
 
startWorking() - Method in class infpp.fractal.ThreadedDoublePrecisionFractalGenerator
Begins the process of filling the buffers with data.
stopFilling() - Method in class infpp.fractal.ThreadedDoublePrecisionFractalGenerator.FillThreadManagerThread
 
SwingFractalGUI - Class in infpp.fractal
The SwingFractalGUI class provides a graphical user interface to a set of a Julia and a Mandelbrot FractalGenerator.
SwingFractalGUI(FractalGenerator, JuliaFractalGenerator, Colorizer, Colorizer) - Constructor for class infpp.fractal.SwingFractalGUI
Constructs a SwingFractalGUI using the supplied FractalGenerators and Colorizers and default values for width and height.
SwingFractalGUI(FractalGenerator, JuliaFractalGenerator, Colorizer, Colorizer, int, int) - Constructor for class infpp.fractal.SwingFractalGUI
Constructs a SwingFractalGUI using the supplied generators and Colorizers as well as the specified values for width, height.
SwingFractalGUI.FractalMouseListener - Class in infpp.fractal
The FractalMouseListener serves as a base class for mouse listeners employed by the SwingFractalGUI.
SwingFractalGUI.FractalMouseListener() - Constructor for class infpp.fractal.SwingFractalGUI.FractalMouseListener
 
SwingFractalGUI.JuliaMouseListener - Class in infpp.fractal
The JuliaMouseListener is the mouse listener that handles mouse events on the juliaPanel.
SwingFractalGUI.JuliaMouseListener() - Constructor for class infpp.fractal.SwingFractalGUI.JuliaMouseListener
 
SwingFractalGUI.MandelbrotMouseListener - Class in infpp.fractal
The MandelbrotMouseListener is the mouse listener that handles mouse events on the mandelbrotPanel.
SwingFractalGUI.MandelbrotMouseListener() - Constructor for class infpp.fractal.SwingFractalGUI.MandelbrotMouseListener
 
SwingFractalGUI.PanelType - Enum in infpp.fractal
 
SwingFractalGUI.PanelType() - Constructor for enum infpp.fractal.SwingFractalGUI.PanelType
 

A B C D F G H I J L M N P R S T U V Y