Java Platform 1.2
Beta 4

Uses of Interface
java.awt.Transparency

Packages that use Transparency
com.sun.java.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.  
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.image Provides classes for creating and modifying images.  
 

Uses of Transparency in com.sun.java.swing.plaf
 

Classes in com.sun.java.swing.plaf that implement Transparency
  ColorUIResource
           
 

Uses of Transparency in java.awt
 

Subinterfaces of Transparency in java.awt
  Paint
          This interface defines how color patterns can be generated for Graphics2D operations.
 

Classes in java.awt that implement Transparency
  Color
          A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
  GradientPaint
          This class provides a way to fill a shape with a linear color gradient pattern.
  SystemColor
          A class to encapsulate symbolic colors representing the color of GUI objects on a system.
  TexturePaint
          This class provides a way to fill a shape with a given texture.
 

Uses of Transparency in java.awt.image
 

Classes in java.awt.image that implement Transparency
  ColorModel
          An abstract class that encapsulates the methods for translating a pixel value to color components (e.g. red, green, blue) and an alpha component.
  ComponentColorModel
          A ColorModel class that works with pixel values which represent color and alpha information as separate samples and which store each sample in a separate data element.
  DirectColorModel
          A ColorModel class that works with pixel values which represent RGB color and alpha information as separate samples and which pack all samples for a single pixel into a single int, short, or byte quantity.
  IndexColorModel
          A ColorModel class that works with pixel values consisting of a single sample which is an index into a fixed colormap in the default sRGB ColorSpace.
  PackedColorModel
          An abstract ColorModel class that works with pixel values which represent color and alpha information as separate samples and which pack all samples for a single pixel into a single int, short, or byte quantity.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.