public class JuliaSet extends FractalSetEffect
Constructor and Description |
---|
JuliaSet()
Creates a
MandelbrotSet object with the default parameters. |
JuliaSet(JuliaSetParameters pParameters)
Creates a
MandelbrotSet object that draws a part of the mandelbrot set according to the specified parameters. |
getComplexNumberAt, getEffectParameters, getNearestPixelOfComplexNumber, process, setEffectParameters, setFractalSetParameters
isRunning, processAsThread, run
public JuliaSet()
MandelbrotSet
object with the default parameters.public JuliaSet(JuliaSetParameters pParameters)
MandelbrotSet
object that draws a part of the mandelbrot set according to the specified parameters.pParameters
- The parameters that configure the Mandelbrot set image.