Class LissaDemo

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----LissaDemo

public class LissaDemo
extends Applet
implements Runnable
Organizes the applet-space with a GridBagLayout.
Puts a canvas there for the drawing.


Variable Index

 o offset
 o phi
 o r
 o r2
 o rep
 o scale
 o theta

Constructor Index

 o LissaDemo()

Method Index

 o init()
Create the canvas object.
 o run()
Paint a new Lissajous design every 20 seconds.
 o start()
 o stop()

Variables

 o scale
 public int scale
 o theta
 public int theta
 o phi
 public int phi
 o rep
 public int rep
 o r
 public int r
 o r2
 public int r2
 o offset
 public int offset

Constructors

 o LissaDemo
 public LissaDemo()

Methods

 o init
 public void init()
Create the canvas object.

Overrides:
init in class Applet
 o start
 public void start()
Overrides:
start in class Applet
 o stop
 public void stop()
Overrides:
stop in class Applet
 o run
 public void run()
Paint a new Lissajous design every 20 seconds.