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