All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.test.BlackAndWhiteFilterTest

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

public class BlackAndWhiteFilterTest
extends UnitTest
Initially displays an color image. Subsequent mouse clicks in the canvas containing the image toggle between a black and white version of the image and a color one.

See Also:
UnitTest, BlackAndWhiteFilter

Constructor Index

 o BlackAndWhiteFilterTest()

Method Index

 o centerPanel()
 o title()

Constructors

 o BlackAndWhiteFilterTest
 public BlackAndWhiteFilterTest()

Methods

 o title
 public String title()
Overrides:
title in class UnitTest
 o centerPanel
 public Panel centerPanel()
Overrides:
centerPanel in class UnitTest

All Packages  Class Hierarchy  This Package  Previous  Next  Index