All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.test.BargaugeTest

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----gjt.test.UnitTest
                                           |
                                           +----gjt.test.BargaugeTest

public class BargaugeTest
extends UnitTest
An array of either horizontal or vertical animated bargauges. The orientation of the bargauges is controlled by a parameter passed into the applet.

See Also:
UnitTest, Bargauge

Constructor Index

 o BargaugeTest()

Method Index

 o centerPanel()
 o start()
 o stop()
 o title()

Constructors

 o BargaugeTest
 public BargaugeTest()

Methods

 o title
 public String title()
Overrides:
title in class UnitTest
 o centerPanel
 public Panel centerPanel()
Overrides:
centerPanel in class UnitTest
 o start
 public void start()
Overrides:
start in class UnitTest
 o stop
 public void stop()
Overrides:
stop in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index