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

Class edu.umn.geom.IFSoft.Franimate

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

public class Franimate
extends Applet
The main class for "Franimate!", a program to animate IFS generated fractals. The interface, and iteration code, are based on Fractalina, which shares many of the classes used. This class just holds an instance of the AnimPanel class. Since the AnimPanel is static only one copy of this class should be instantiated at a time, not a big deal, since this is the base class of the applet.
Version:
1.0
Author:
Noah D. Goodman, This program was written during the Geometry Center Summer Institute 1996, for the BU Dynamical System and Technology Project.
See Also:
AnimPanel

Constructor Index

 o Franimate()

Method Index

 o appletInfo()
 o destroy()
Dispose of all the key frames before destroying the applet.
 o init()
 o main(String[])
 o start()
Re-show any key frames that have been hidden.
 o stop()
Hide all the key frames, so they don't clutter up the screen when Franimate is not being used.

Constructors

 o Franimate
  public Franimate()

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()
Re-show any key frames that have been hidden.
Overrides:
start in class Applet
 o stop
  public void stop()
Hide all the key frames, so they don't clutter up the screen when Franimate is not being used.
Overrides:
stop in class Applet
 o destroy
  public void destroy()
Dispose of all the key frames before destroying the applet.
Overrides:
destroy in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index