Class sunsoft.jws.visual.rt.base.TransFilter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunsoft.jws.visual.rt.base.TransFilter

java.lang.Object
   |
   +----java.awt.image.ImageFilter
           |
           +----java.awt.image.RGBImageFilter
                   |
                   +----sunsoft.jws.visual.rt.base.TransFilter

class TransFilter
extends RGBImageFilter
A Work-around filter. Transparent gifs don't display properly on Windows 95. The work-around is to replace transparent pixels with the background color of the component they're being displayed in before drawing them.

This class is not public and can therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index