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
-
BlackAndWhiteFilterTest()
-
-
centerPanel()
-
-
title()
-
BlackAndWhiteFilterTest
public BlackAndWhiteFilterTest()
title
public String title()
- Overrides:
- title in class UnitTest
centerPanel
public Panel centerPanel()
- Overrides:
- centerPanel in class UnitTest
All Packages Class Hierarchy This Package Previous Next Index