public class DrawMandelbrot extends Object
These values can be changed using command line arguments: In eclipse, go to the Run menu, choose Run configurations, find the Mandelbrot Java application, and in the Arguments tab enter a new set of values (separated by spaces). For example, enter the following four values to view Elephant Valley (view point (0.275 + 0.005i), side length 0.01, 200 iterations):
0.275 0.005 0.01 200
View points for other interesting areas of the Mandelbrot set can be found here
Constructor and Description |
---|
DrawMandelbrot() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static List<Color> |
makeColorMap()
Returns a colormap of 256 colors for assigning colors to points that
are outside of the Mandelbrot set.
|