All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.test.ImageDissolverTest

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

public class ImageDissolverTest
extends UnitTest
Initially displays an image. Subsequent mouse clicks in the canvas containing the image cause the image to fade in or fade out, depending upon it's current state.

See Also:
UnitTest, DissolveFilter, ImageDissolver

Constructor Index

 o ImageDissolverTest()

Method Index

 o centerPanel()
 o title()

Constructors

 o ImageDissolverTest
 public ImageDissolverTest()

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