Class edu.umn.geom.IFSoft.Fractalina
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.umn.geom.IFSoft.Fractalina

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----edu.umn.geom.IFSoft.Fractalina

public class Fractalina
extends Applet
The main class for "Fractalina", a fractal education program. The fractals in question are affine (hyperbolic) iterated function systems, also known as "the chaos game". This class simply encapsulates a BigPanel, which is where the meat of the program lives.
Version:
1.0
Author:
Noah D. Goodman, This program was written for the Geometry Center Summer Institute 1996.

Constructor Index

 o Fractalina()

Method Index

 o appletInfo()
 o init()
 o main(String[])
 o start()
 o stop()

Constructors

 o Fractalina
  public Fractalina()

Methods

 o main
  public static void main(String argv[])
 o init
  public void init()
Overrides:
init in class Applet
 o appletInfo
  public String appletInfo()
 o start
  public void start()
Overrides:
start in class Applet
 o stop
  public void stop()
Overrides:
stop in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index