Class GraphRT60

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

public class GraphRT60
extends Applet
Draws a reverberation time graph


Variable Index

 o a_bw
 o a_c
 o a_f
 o a_fw
 o a_lw
 o a_rw
 o area_bw
 o area_c
 o area_f
 o area_fw
 o area_lw
 o area_rw
 o backwall
 o ceiling
 o constant
 o floor
 o foot
 o frontwall
 o graph
 o h
 o height
 o l
 o leftwall
 o length
 o material_bw
 o material_c
 o material_f
 o material_fw
 o material_lw
 o material_rw
 o material_w1
 o material_w2
 o material_w3
 o material_w4
 o meter
 o rightwall
 o w
 o w_bw
 o w_fw
 o w_lw
 o w_rw
 o width
 o window_bw
 o window_fw
 o window_lw
 o window_rw

Constructor Index

 o GraphRT60()

Method Index

 o add(Component, GridBagLayout, GridBagConstraints, int, int, int, int)
 o init()
Applet initialization
 o specifyMaterial1(Choice)
Specifies different surface materials
 o specifyMaterial2(Choice)
Specifies different materials of a window

Variables

 o constant
 private double constant
 o w
 private double w
 o l
 private double l
 o h
 private double h
 o material_c
 private String material_c
 o material_fw
 private String material_fw
 o material_bw
 private String material_bw
 o material_lw
 private String material_lw
 o material_rw
 private String material_rw
 o material_f
 private String material_f
 o material_w1
 private String material_w1
 o material_w2
 private String material_w2
 o material_w3
 private String material_w3
 o material_w4
 private String material_w4
 o width
 private TextField width
 o length
 private TextField length
 o height
 private TextField height
 o meter
 private Checkbox meter
 o foot
 private Checkbox foot
 o a_c
 private TextField a_c
 o a_fw
 private TextField a_fw
 o a_bw
 private TextField a_bw
 o a_lw
 private TextField a_lw
 o a_rw
 private TextField a_rw
 o a_f
 private TextField a_f
 o w_fw
 private TextField w_fw
 o w_bw
 private TextField w_bw
 o w_lw
 private TextField w_lw
 o w_rw
 private TextField w_rw
 o ceiling
 private Choice ceiling
 o frontwall
 private Choice frontwall
 o backwall
 private Choice backwall
 o leftwall
 private Choice leftwall
 o rightwall
 private Choice rightwall
 o floor
 private Choice floor
 o window_fw
 private Choice window_fw
 o window_bw
 private Choice window_bw
 o window_lw
 private Choice window_lw
 o window_rw
 private Choice window_rw
 o area_c
 private double area_c
 o area_fw
 private double area_fw
 o area_bw
 private double area_bw
 o area_lw
 private double area_lw
 o area_rw
 private double area_rw
 o area_f
 private double area_f
 o graph
 private DrawGraph graph

Constructors

 o GraphRT60
 public GraphRT60()

Methods

 o add
 private void add(Component c,
                  GridBagLayout gbl,
                  GridBagConstraints gbc,
                  int x,
                  int y,
                  int w,
                  int h)
 o specifyMaterial1
 private void specifyMaterial1(Choice c)
Specifies different surface materials

Parameters:
c - a Choice menu of which specifies materials
 o specifyMaterial2
 private void specifyMaterial2(Choice c)
Specifies different materials of a window

Parameters:
c - a Choice menu of which specifies materials
 o init
 public void init()
Applet initialization

Parameters:
no - parameter
Overrides:
init in class Applet