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.
-
offset
-
-
phi
-
-
r
-
-
r2
-
-
rep
-
-
scale
-
-
theta
-
-
LissaDemo()
-
-
init()
- Create the canvas object.
-
run()
- Paint a new Lissajous design every 20 seconds.
-
start()
-
-
stop()
-
scale
public int scale
theta
public int theta
phi
public int phi
rep
public int rep
r
public int r
r2
public int r2
offset
public int offset
LissaDemo
public LissaDemo()
init
public void init()
- Create the canvas object.
- Overrides:
- init in class Applet
start
public void start()
- Overrides:
- start in class Applet
stop
public void stop()
- Overrides:
- stop in class Applet
run
public void run()
- Paint a new Lissajous design every 20 seconds.