Index

C D F G S 
All Classes and Interfaces|All Packages

D

drawFractal(int, int, Color, Color, int) - Method in class fractal.Fractal
Compute an image of the fractal to do so it will check take one coordinate for every pixel (the coordinate is located at the top left corner of the pixel) and will check if the pixel is deep enough in the fractal to be drawn.
drawFractal(int, int, Color, Color, int, double[], double[], double[]) - Method in class fractal.Fractal
Compute an image of the fractal to do so it will check take one coordinate for every pixel (the coordinate is located at the top left corner of the pixel) and will check if the pixel is deep enough in the fractal to be drawn.
drawFractalSampling(int, int, Color, Color, double, int, double[], double[], double[]) - Method in class fractal.Fractal
this method is similar to drawFractalSampling(int, int, Color, Color, int, double[], double[], double[]) but with an additional parameter used to increase the brightness of the fractal.
drawFractalSampling(int, int, Color, Color, int) - Method in class fractal.Fractal
this method is similar to drawFractal(int, int, Color, Color, int) except instead of using one coordinate at the top left corner of each pixel to determine if the pixel should be drawn, it will check multiple random coordinate within the pixel and measure how much the pixel should be lit.
drawFractalSampling(int, int, Color, Color, int, double[], double[], double[]) - Method in class fractal.Fractal
this method is similar to drawFractal(int, int, Color, Color, int, double[], double[], double[]) except instead of using one coordinate at the top left corner of each pixel to determine if the pixel should be drawn, it will check multiple random coordinate within the pixel and measure how much the pixel should be lit.
C D F G S 
All Classes and Interfaces|All Packages