A C I M P

M

Mandelbrot - Class in <Unnamed>
This applet class was developed as our entry into the University of Toronto's 2009 Showcase Fair.
Mandelbrot() - Constructor for class Mandelbrot
 
mouseClicked(MouseEvent) - Method in class Mandelbrot
If the mouse if clicked, the point in the mandelbrot that was clicked is automatically centered in the mandelbrot panel.
mouseDragged(MouseEvent) - Method in class Mandelbrot
 
mouseEntered(MouseEvent) - Method in class Mandelbrot
 
mouseExited(MouseEvent) - Method in class Mandelbrot
 
mouseMoved(MouseEvent) - Method in class Mandelbrot
If the mouse is moved and either julia, julia orbits or orbitals is on, they will adjust accordingly.
mousePressed(MouseEvent) - Method in class Mandelbrot
 
mouseReleased(MouseEvent) - Method in class Mandelbrot
 

A C I M P