JavaTM 2 Platform
Std. Ed. v1.3

Uses of Interface
java.awt.Transparency

Packages that use Transparency
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. 
javax.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. 
 

Uses of Transparency in java.awt
 

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

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

Uses of Transparency in java.awt.image
 

Classes in java.awt.image that implement Transparency
 class ColorModel
          The ColorModel abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.
 class ComponentColorModel
          A ColorModel class that works with pixel values that represent color and alpha information as separate samples and that store each sample in a separate data element.
 class DirectColorModel
          The DirectColorModel class is a ColorModel class that works with pixel values that represent RGB color and alpha information as separate samples and that pack all samples for a single pixel into a single int, short, or byte quantity.
 class IndexColorModel
          The IndexColorModel class is 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.
 class PackedColorModel
          The PackedColorModel class is 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.
 

Uses of Transparency in javax.swing.plaf
 

Classes in javax.swing.plaf that implement Transparency
 class ColorUIResource
           
 


JavaTM 2 Platform
Std. Ed. v1.3

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.