All Packages  This Package  Class Hierarchy  Class Search  Index

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

  Summary

public class  TestTmatrix
     extends java.applet.Applet
{
          // Fields 29
     public static final int ANGLE_MAX;
     public static final int ANGLE_MIN;
     public static final int CAMERA_MAX;
     public static final int CAMERA_MIN;
     protected Button button1;
     protected Button button2;
     public int cameraAngle;
     protected Label cameraAngleLabel;
     protected Scrollbar cameraAngleScroll;
     public int cameraDistance;
     protected Label cameraDistanceLabel;
     protected Scrollbar cameraDistanceScroll;
     protected TestTmatrixCanvas canvas;
     protected Thread canvasThread;
     protected int ellipseNum;
     protected Label ellipseNumLabel;
     protected Scrollbar ellipseNumScroll;
     protected int knotNum;
     protected Label knotNumLabel;
     protected Scrollbar knotNumScroll;
     protected Label label;
     protected Label label2;
     protected Panel panel0;
     protected Panel panel1;
     protected Panel panel2;
     public boolean running;
     protected int sampleRate;
     protected Label sampleRateLabel;
     protected Scrollbar sampleRateScroll;

          // Constructors 1
     public TestTmatrix();

          // Methods 5
     public boolean handleEvent(Event);
     public void init();
     protected void layoutApplet();
     public void start();
     public void stop();
}




  Fields

· CAMERA_MIN

Summary  |  Top

   public static final int CAMERA_MIN


· CAMERA_MAX

Summary  |  Top
   public static final int CAMERA_MAX


· ANGLE_MIN

Summary  |  Top
   public static final int ANGLE_MIN


· ANGLE_MAX

Summary  |  Top
   public static final int ANGLE_MAX


· ellipseNum

Summary  |  Top
   protected int ellipseNum


· sampleRate

Summary  |  Top
   protected int sampleRate


· knotNum

Summary  |  Top
   protected int knotNum


· cameraDistance

Summary  |  Top
   public int cameraDistance


· cameraAngle

Summary  |  Top
   public int cameraAngle


· canvas

Summary  |  Top
   protected TestTmatrixCanvas canvas


· canvasThread

Summary  |  Top
   protected Thread canvasThread


· ellipseNumLabel

Summary  |  Top
   protected Label ellipseNumLabel


· sampleRateLabel

Summary  |  Top
   protected Label sampleRateLabel


· knotNumLabel

Summary  |  Top
   protected Label knotNumLabel


· cameraDistanceLabel

Summary  |  Top
   protected Label cameraDistanceLabel


· cameraAngleLabel

Summary  |  Top
   protected Label cameraAngleLabel


· label

Summary  |  Top
   protected Label label


· label2

Summary  |  Top
   protected Label label2


· panel0

Summary  |  Top
   protected Panel panel0


· panel1

Summary  |  Top
   protected Panel panel1


· panel2

Summary  |  Top
   protected Panel panel2


· button1

Summary  |  Top
   protected Button button1


· button2

Summary  |  Top
   protected Button button2


· ellipseNumScroll

Summary  |  Top
   protected Scrollbar ellipseNumScroll


· sampleRateScroll

Summary  |  Top
   protected Scrollbar sampleRateScroll


· knotNumScroll

Summary  |  Top
   protected Scrollbar knotNumScroll


· cameraDistanceScroll

Summary  |  Top
   protected Scrollbar cameraDistanceScroll


· cameraAngleScroll

Summary  |  Top
   protected Scrollbar cameraAngleScroll


· running

Summary  |  Top
   public boolean running


  Constructors

· TestTmatrix

Summary  |  Top

   public TestTmatrix() 

Default constructor



  Methods

· init

Summary  |  Top
   public void init() 
Overrides:
init in class Applet


· layoutApplet

Summary  |  Top
   protected void layoutApplet() 


· start

Summary  |  Top
   public void start() 
Overrides:
start in class Applet


· stop

Summary  |  Top
   public void stop() 
Overrides:
stop in class Applet


· handleEvent

Summary  |  Top
   public boolean handleEvent(Event event) 
Overrides:
handleEvent in class Component


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7