All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lyon.ipl.SnellWlx

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----lyon.ipl.SnellWlx

public class SnellWlx
extends java.applet.Applet

Variable Index

 o ax
 o ax1
 o ay
 o ay1
 o b1
 o b2
 o b3
 o bb1
 o bb2
 o bb3
 o c
 o cnt
 o col1
 o col2
 o col3
 o col4
 o cols
 o enhance
 o g1
 o g2
 o g3
 o i
 o j
 o mk
 o myFrame
 o option
 o p
 o p1
 o r1
 o r2
 o r3
 o s1
 o s2
 o s3
 o sl1
 o sl2
 o sl3
 o st1
 o st2
 o st3
 o step
 o sw
 o thisMenu
 o x
 o xk
 o xs
 o y
 o ys

Constructor Index

 o SnellWlx()

Method Index

 o init()
 o paint(Graphics)

Variables

 o myFrame
 java.awt.Frame myFrame
 o mk
 lyon.ipl.FrameOne mk
 o p
 java.awt.Panel p
 o p1
 java.awt.Panel p1
 o option
 int option
 o enhance
 int enhance
 o step
 int step
 o i
 int i
 o j
 int j
 o x
 float x
 o y
 float y
 o xs
 float xs
 o ys
 float ys
 o ax
 int ax
 o ay
 int ay
 o ax1
 int ax1
 o ay1
 int ay1
 o cnt
 int cnt
 o r1
 int r1
 o b1
 int b1
 o g1
 int g1
 o r2
 int r2
 o b2
 int b2
 o g2
 int g2
 o r3
 int r3
 o b3
 int b3
 o g3
 int g3
 o xk
 int xk[]
 o sw
 int sw[]
 o cols
 int cols[][]
 o col1
 int col1[][]
 o col2
 int col2[][]
 o col3
 int col3[][]
 o col4
 int col4[][]
 o s1
 java.awt.Scrollbar s1
 o s2
 java.awt.Scrollbar s2
 o s3
 java.awt.Scrollbar s3
 o bb1
 java.awt.Button bb1
 o bb2
 java.awt.Button bb2
 o bb3
 java.awt.Button bb3
 o sl1
 java.awt.Label sl1
 o sl2
 java.awt.Label sl2
 o sl3
 java.awt.Label sl3
 o st1
 java.awt.TextField st1
 o st2
 java.awt.TextField st2
 o st3
 java.awt.TextField st3
 o c
 java.awt.Component c
 o thisMenu
 java.awt.Menu thisMenu

Constructors

 o SnellWlx
 public SnellWlx()

Methods

 o init
 public void init()
Overrides:
init in class java.applet.Applet
 o paint
 public void paint(java.awt.Graphics g)
Overrides:
paint in class java.awt.Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index