Class gjt.test.BargaugeTest
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.

Warning: An AWT bug causes this test to be a gluttenous consumer of resources (especially under Win95). A mouse down will halt the animation thread along with its consumption of resources.

See Also:
UnitTest, Bargauge

Constructor Index

 o BargaugeTest()

Method Index

 o centerPanel()
 o mouseDown(Event, int, int)
 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 mouseDown
  public boolean mouseDown(Event event,
                           int x,
                           int y)
Overrides:
mouseDown in class Component
 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